Home
last modified time | relevance | path

Searched refs:SetTryAllThreads (Results 1 – 23 of 23) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBExpressionOptions.i76 …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 DInferiorCallPOSIX.cpp63 options.SetTryAllThreads(true); in InferiorCallMmap()
160 options.SetTryAllThreads(true); in InferiorCallMunmap()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBExpressionOptions.cpp123 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 DSBExpressionOptions.h59 void SetTryAllThreads(bool run_others = true);
/openbsd-src/gnu/llvm/lldb/examples/darwin/heap_find/
H A Dheap.py614 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 DMemoryHistoryASan.cpp171 options.SetTryAllThreads(true); in GetHistoryThreads()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectExpression.cpp353 options.SetTryAllThreads(m_command_options.try_all_threads); in GetEvalOptions()
543 expr_options.SetTryAllThreads(command_options.try_all_threads); in GetExprOptions()
H A DCommandObjectWatchpoint.cpp1085 options.SetTryAllThreads(true); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionArgParser.cpp188 options.SetTryAllThreads(true); in ToAddress()
H A DCommandInterpreter.cpp1767 options.SetTryAllThreads(true); in PreprocessCommand()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp123 options.SetTryAllThreads(true); in RetrieveReportData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp334 options.SetTryAllThreads(false); in GetItemInfo()
H A DAppleGetPendingItemsHandler.cpp335 options.SetTryAllThreads(false); in GetPendingItems()
H A DAppleGetQueuesHandler.cpp343 options.SetTryAllThreads(false); in GetCurrentQueues()
H A DAppleGetThreadItemInfoHandler.cpp336 options.SetTryAllThreads(false); in GetThreadItemInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp123 options.SetTryAllThreads(true); in RetrieveReportData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp544 options.SetTryAllThreads(false); in GetExceptionObjectForThread()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp190 options.SetTryAllThreads(true); in GetObjectDescription()
H A DAppleObjCRuntimeV2.cpp1998 options.SetTryAllThreads(false); in UpdateISAToDescriptorMap()
2233 options.SetTryAllThreads(false); in UpdateISAToDescriptorMap()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp292 options.SetTryAllThreads(true); in ConditionSaysStop()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp314 options.SetTryAllThreads(true); in RetrieveReportData()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h357 void SetTryAllThreads(bool try_others = true) { m_try_others = try_others; }
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp6067 options.SetTryAllThreads(true); in CallVoidArgVoidPtrReturn()