Home
last modified time | relevance | path

Searched refs:eStopReasonInstrumentation (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DInstrumentationRuntimeStopInfo.h24 return lldb::eStopReasonInstrumentation; in GetStopReason()
/llvm-project-15.0.7/lldb/test/API/functionalities/tsan/thread_leak/
H A DTestTsanThreadLeak.py44 lldb.eStopReasonInstrumentation)
/llvm-project-15.0.7/lldb/test/API/functionalities/mtc/simple/
H A DTestMTCSimple.py56 self.assertEqual(thread.GetStopReason(), lldb.eStopReasonInstrumentation)
/llvm-project-15.0.7/lldb/test/API/functionalities/tsan/thread_numbers/
H A DTestTsanThreadNumbers.py45 lldb.eStopReasonInstrumentation)
/llvm-project-15.0.7/lldb/test/API/functionalities/tsan/multiple/
H A DTestTsanMultiple.py44 ).GetStopReason() == lldb.eStopReasonInstrumentation:
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DLLDBUtils.cpp54 case lldb::eStopReasonInstrumentation: in ThreadHasStopReason()
H A DJSONUtils.cpp899 case lldb::eStopReasonInstrumentation: in CreateThreadStopped()
/llvm-project-15.0.7/lldb/test/API/functionalities/asan/
H A DTestReportData.py56 lldb.eStopReasonInstrumentation)
/llvm-project-15.0.7/lldb/test/API/functionalities/ubsan/basic/
H A DTestUbsanBasic.py44 self.assertEqual(stop_reason, lldb.eStopReasonInstrumentation)
/llvm-project-15.0.7/lldb/test/API/functionalities/tsan/basic/
H A DTestTsanBasic.py53 lldb.eStopReasonInstrumentation)
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlan.cpp173 case eStopReasonInstrumentation: in IsUsuallyUnexplainedStopReason()
H A DThread.cpp1685 case eStopReasonInstrumentation: in StopReasonAsString()
H A DProcess.cpp859 case eStopReasonInstrumentation: in HandleProcessStateChangedEvent()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h250 eStopReasonInstrumentation, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.cpp79 case eStopReasonInstrumentation: in LogThreadStopInfo()
/llvm-project-15.0.7/lldb/source/API/
H A DSBThread.cpp172 case eStopReasonInstrumentation: in GetStopReasonDataCount()
230 case eStopReasonInstrumentation: in GetStopReasonDataAtIndex()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst379 .. py:data:: eStopReasonInstrumentation
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2448 reason == eStopReasonInstrumentation || in DidProcessStopAbnormally()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp719 case eStopReasonInstrumentation: in GetStopReasonString()