Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp62 options.SetTryAllThreads(true); in InferiorCallMmap()
159 options.SetTryAllThreads(true); in InferiorCallMunmap()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptionsDocstrings.i24 ) lldb::SBExpressionOptions::SetTryAllThreads;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h60 void SetTryAllThreads(bool run_others = true);
/freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp170 options.SetTryAllThreads(true); in GetHistoryThreads()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp77 options.SetTryAllThreads(true); in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp209 options.SetTryAllThreads(try_all_threads); in GetEvaluateExpressionOptions()
579 expr_options.SetTryAllThreads(command_options.try_all_threads); in GetExprOptions()
H A DCommandObjectWatchpoint.cpp1031 options.SetTryAllThreads(true); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp123 options.SetTryAllThreads(true); in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp223 options.SetTryAllThreads(true); in DoToAddress()
H A DCommandInterpreter.cpp1786 options.SetTryAllThreads(true); in PreprocessToken()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp195 options.SetTryAllThreads(true); in GetObjectDescription()
H A DAppleObjCRuntimeV2.cpp2126 options.SetTryAllThreads(false); in UpdateISAToDescriptorMap()
2364 options.SetTryAllThreads(false); in UpdateISAToDescriptorMap()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp285 options.SetTryAllThreads(true); in ConditionSaysStop()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp629 options.SetTryAllThreads(false); in GetExceptionObjectForThread()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp316 options.SetTryAllThreads(true); in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h376 void SetTryAllThreads(bool try_others = true) { m_try_others = try_others; }
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6371 options.SetTryAllThreads(true); in CallVoidArgVoidPtrReturn()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp27445 (arg1)->SetTryAllThreads(arg2); in _wrap_SBExpressionOptions_SetTryAllThreads__SWIG_0()
27468 (arg1)->SetTryAllThreads(); in _wrap_SBExpressionOptions_SetTryAllThreads__SWIG_1()