Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp62 options.SetTryAllThreads(true); in InferiorCallMmap()
159 options.SetTryAllThreads(true); in InferiorCallMunmap()
/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()
/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptionsDocstrings.i24 ) lldb::SBExpressionOptions::SetTryAllThreads;
/llvm-project/lldb/test/API/functionalities/thread/state_after_expression/
H A DTestStateAfterExpression.py41 options.SetTryAllThreads(False)
/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h60 void SetTryAllThreads(bool run_others = true);
/llvm-project/lldb/examples/darwin/heap_find/
H A Dheap.py669 expr_options.SetTryAllThreads(True)
726 expr_options.SetTryAllThreads(False)
1447 expr_options.SetTryAllThreads(True)
1556 expr_options.SetTryAllThreads(True)
/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp169 options.SetTryAllThreads(true); in GetHistoryThreads()
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp77 options.SetTryAllThreads(true); in RetrieveReportData()
/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp208 options.SetTryAllThreads(try_all_threads); in GetEvaluateExpressionOptions()
569 expr_options.SetTryAllThreads(command_options.try_all_threads); in GetExprOptions()
H A DCommandObjectWatchpoint.cpp1031 options.SetTryAllThreads(true); in DoExecute()
/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetQueuesHandler.cpp344 options.SetTryAllThreads(false); in GetCurrentQueues()
H A DAppleGetItemInfoHandler.cpp335 options.SetTryAllThreads(false); in GetItemInfo()
H A DAppleGetPendingItemsHandler.cpp336 options.SetTryAllThreads(false); in GetPendingItems()
H A DAppleGetThreadItemInfoHandler.cpp337 options.SetTryAllThreads(false); in GetThreadItemInfo()
/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp224 options.SetTryAllThreads(true); in DoToAddress()
H A DCommandInterpreter.cpp1819 options.SetTryAllThreads(true); in PreprocessToken()
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp123 options.SetTryAllThreads(true); in RetrieveReportData()
/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()
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp286 options.SetTryAllThreads(true); in ConditionSaysStop()
/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp630 options.SetTryAllThreads(false); in GetExceptionObjectForThread()
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp316 options.SetTryAllThreads(true); in RetrieveReportData()
/llvm-project/lldb/include/lldb/Target/
H A DTarget.h392 void SetTryAllThreads(bool try_others = true) { m_try_others = try_others; } in SetGenerateDebugInfo()
/llvm-project/lldb/source/Target/
H A DProcess.cpp6373 options.SetTryAllThreads(true); in CallVoidArgVoidPtrReturn()