Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DInstrumentationRuntimeStopInfo.h24 return lldb::eStopReasonInstrumentation; in GetStopReason()
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DLLDBUtils.cpp54 case lldb::eStopReasonInstrumentation: in ThreadHasStopReason()
H A DJSONUtils.cpp902 case lldb::eStopReasonInstrumentation: in CreateThreadStopped()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlan.cpp173 case eStopReasonInstrumentation: in IsUsuallyUnexplainedStopReason()
H A DThread.cpp1712 case eStopReasonInstrumentation: in StopReasonAsString()
H A DProcess.cpp860 case eStopReasonInstrumentation: in HandleProcessStateChangedEvent()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h251 eStopReasonInstrumentation, enumerator
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.cpp79 case eStopReasonInstrumentation: in LogThreadStopInfo()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThread.cpp172 case eStopReasonInstrumentation: in GetStopReasonDataCount()
230 case eStopReasonInstrumentation: in GetStopReasonDataAtIndex()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst379 .. py:data:: eStopReasonInstrumentation
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2499 reason == eStopReasonInstrumentation || in DidProcessStopAbnormally()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp717 case eStopReasonInstrumentation: in GetStopReasonString()