Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DInstrumentationRuntimeStopInfo.h24 return lldb::eStopReasonInstrumentation; in GetStopReason()
/external/llvm-project/lldb/test/API/functionalities/tsan/thread_leak/
DTestTsanThreadLeak.py46 lldb.eStopReasonInstrumentation)
/external/llvm-project/lldb/test/API/functionalities/mtc/simple/
DTestMTCSimple.py56 self.assertEqual(thread.GetStopReason(), lldb.eStopReasonInstrumentation)
/external/llvm-project/lldb/test/API/functionalities/tsan/multiple/
DTestTsanMultiple.py46 ).GetStopReason() == lldb.eStopReasonInstrumentation:
/external/llvm-project/lldb/test/API/functionalities/tsan/thread_numbers/
DTestTsanThreadNumbers.py47 lldb.eStopReasonInstrumentation)
/external/llvm-project/lldb/tools/lldb-vscode/
DLLDBUtils.cpp54 case lldb::eStopReasonInstrumentation: in ThreadHasStopReason()
DJSONUtils.cpp867 case lldb::eStopReasonInstrumentation: in CreateThreadStopped()
/external/llvm-project/lldb/test/API/functionalities/ubsan/basic/
DTestUbsanBasic.py45 self.assertEqual(stop_reason, lldb.eStopReasonInstrumentation)
/external/llvm-project/lldb/test/API/functionalities/asan/
DTestReportData.py60 lldb.eStopReasonInstrumentation)
/external/llvm-project/lldb/test/API/functionalities/tsan/basic/
DTestTsanBasic.py54 lldb.eStopReasonInstrumentation)
/external/llvm-project/lldb/source/Target/
DThreadPlan.cpp171 case eStopReasonInstrumentation: in IsUsuallyUnexplainedStopReason()
DThread.cpp1702 case eStopReasonInstrumentation: in StopReasonAsString()
DProcess.cpp977 case eStopReasonInstrumentation: in HandleProcessStateChangedEvent()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeThreadLinux.cpp77 case eStopReasonInstrumentation: in LogThreadStopInfo()
/external/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h250 eStopReasonInstrumentation enumerator
/external/llvm-project/lldb/source/API/
DSBThread.cpp174 case eStopReasonInstrumentation: in GetStopReasonDataCount()
225 case eStopReasonInstrumentation: in GetStopReasonDataAtIndex()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2250 if (reason == eStopReasonException || reason == eStopReasonInstrumentation) in DidProcessStopAbnormally()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.cpp573 case eStopReasonInstrumentation: in GetStopReasonString()