Home
last modified time | relevance | path

Searched refs:SafeToCallFunctions (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBThread.i404 thread.") SafeToCallFunctions;
406 SafeToCallFunctions ();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBThread.h209 bool SafeToCallFunctions();
/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp234 if (!thread.SafeToCallFunctions()) { in GetItemInfo()
H A DAppleGetPendingItemsHandler.cpp230 if (!thread.SafeToCallFunctions()) { in GetPendingItems()
H A DAppleGetQueuesHandler.cpp235 if (!thread.SafeToCallFunctions()) { in GetCurrentQueues()
H A DAppleGetThreadItemInfoHandler.cpp236 if (!thread.SafeToCallFunctions()) { in GetThreadItemInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp525 if (!thread_sp->SafeToCallFunctions()) in GetExceptionObjectForThread()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThread.cpp1304 bool SBThread::SafeToCallFunctions() { in SafeToCallFunctions() function in SBThread
1309 return thread_sp->SafeToCallFunctions(); in SafeToCallFunctions()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThread.h582 virtual bool SafeToCallFunctions();
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1878 if (!thread_sp->SafeToCallFunctions()) in UpdateISAToDescriptorMap()
2143 if (!thread_sp->SafeToCallFunctions()) in UpdateISAToDescriptorMap()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp1664 bool Thread::SafeToCallFunctions() { in SafeToCallFunctions() function in Thread