Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp62 options.SetTryAllThreads(true); in InferiorCallMmap()
150 options.SetTryAllThreads(true); in InferiorCallMunmap()
199 options.SetTryAllThreads(true); in InferiorCall()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBExpressionOptions.cpp92 void SBExpressionOptions::SetTryAllThreads(bool run_others) { in SetTryAllThreads() function in SBExpressionOptions
93 m_opaque_ap->SetTryAllThreads(run_others); in SetTryAllThreads()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBExpressionOptions.h60 void SetTryAllThreads(bool run_others = true);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp178 options.SetTryAllThreads(true); in GetHistoryThreads()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionArgParser.cpp182 options.SetTryAllThreads(true); in ToAddress()
H A DCommandInterpreter.cpp1507 options.SetTryAllThreads(true); in PreprocessCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp127 options.SetTryAllThreads(true); in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp130 options.SetTryAllThreads(true); in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp573 options.SetTryAllThreads(false); in GetExceptionObjectForThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp284 expr_options.SetTryAllThreads(m_command_options.try_all_threads); in IOHandlerInputComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp172 options.SetTryAllThreads(true); in GetObjectDescription()
H A DAppleObjCRuntimeV2.cpp1411 options.SetTryAllThreads(false); in UpdateISAToDescriptorMapDynamic()
1662 options.SetTryAllThreads(false); in UpdateISAToDescriptorMapSharedCache()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp289 options.SetTryAllThreads(true); in ConditionSaysStop()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp411 options.SetTryAllThreads(m_command_options.try_all_threads); in EvaluateExpression()
H A DCommandObjectWatchpoint.cpp1068 options.SetTryAllThreads(true); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp317 options.SetTryAllThreads(true); in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h321 void SetTryAllThreads(bool try_others = true) { m_try_others = try_others; }