| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBExpressionOptions.i | 76 …s whether to run all threads if the expression does not complete on one thread.") SetTryAllThreads; 78 SetTryAllThreads (bool run_others = true); 83 …hreads at all while running expressions. If false, TryAllThreads does nothing.") SetTryAllThreads; 90 …false unless you know the function you are calling traps all exceptions itself.") SetTryAllThreads;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 63 options.SetTryAllThreads(true); in InferiorCallMmap() 160 options.SetTryAllThreads(true); in InferiorCallMunmap()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBExpressionOptions.cpp | 123 void SBExpressionOptions::SetTryAllThreads(bool run_others) { in SetTryAllThreads() function in SBExpressionOptions 126 m_opaque_up->SetTryAllThreads(run_others); in SetTryAllThreads()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBExpressionOptions.h | 59 void SetTryAllThreads(bool run_others = true);
|
| /openbsd-src/gnu/llvm/lldb/examples/darwin/heap_find/ |
| H A D | heap.py | 614 expr_options.SetTryAllThreads(True) 667 expr_options.SetTryAllThreads(False) 1347 expr_options.SetTryAllThreads(True) 1457 expr_options.SetTryAllThreads(True)
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.cpp | 171 options.SetTryAllThreads(true); in GetHistoryThreads()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 353 options.SetTryAllThreads(m_command_options.try_all_threads); in GetEvalOptions() 543 expr_options.SetTryAllThreads(command_options.try_all_threads); in GetExprOptions()
|
| H A D | CommandObjectWatchpoint.cpp | 1085 options.SetTryAllThreads(true); in DoExecute()
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | OptionArgParser.cpp | 188 options.SetTryAllThreads(true); in ToAddress()
|
| H A D | CommandInterpreter.cpp | 1767 options.SetTryAllThreads(true); in PreprocessCommand()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 123 options.SetTryAllThreads(true); in RetrieveReportData()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/ |
| H A D | AppleGetItemInfoHandler.cpp | 334 options.SetTryAllThreads(false); in GetItemInfo()
|
| H A D | AppleGetPendingItemsHandler.cpp | 335 options.SetTryAllThreads(false); in GetPendingItems()
|
| H A D | AppleGetQueuesHandler.cpp | 343 options.SetTryAllThreads(false); in GetCurrentQueues()
|
| H A D | AppleGetThreadItemInfoHandler.cpp | 336 options.SetTryAllThreads(false); in GetThreadItemInfo()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 123 options.SetTryAllThreads(true); in RetrieveReportData()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 544 options.SetTryAllThreads(false); in GetExceptionObjectForThread()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 190 options.SetTryAllThreads(true); in GetObjectDescription()
|
| H A D | AppleObjCRuntimeV2.cpp | 1998 options.SetTryAllThreads(false); in UpdateISAToDescriptorMap() 2233 options.SetTryAllThreads(false); in UpdateISAToDescriptorMap()
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 292 options.SetTryAllThreads(true); in ConditionSaysStop()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 314 options.SetTryAllThreads(true); in RetrieveReportData()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | Target.h | 357 void SetTryAllThreads(bool try_others = true) { m_try_others = try_others; }
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Process.cpp | 6067 options.SetTryAllThreads(true); in CallVoidArgVoidPtrReturn()
|