reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Target/Thread.h
  557   virtual bool SafeToCallFunctions();

References

tools/lldb/source/API/SBThread.cpp
 1409     return thread_sp->SafeToCallFunctions();
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  536   if (!thread_sp->SafeToCallFunctions())
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp
  241   if (!thread.SafeToCallFunctions()) {
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
  241   if (!thread.SafeToCallFunctions()) {
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp
  244   if (!thread.SafeToCallFunctions()) {
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp
  249   if (!thread.SafeToCallFunctions()) {