Go to the documentation of this file.
9 #ifndef LLDB_TARGET_INSTRUMENTATIONRUNTIMESTOPINFO_H
10 #define LLDB_TARGET_INSTRUMENTATIONRUNTIMESTOPINFO_H
42 #endif // LLDB_TARGET_INSTRUMENTATIONRUNTIMESTOPINFO_H
lldb::StopReason GetStopReason() const override
~InstrumentationRuntimeStopInfo() override=default
static lldb::StopInfoSP CreateStopReasonWithInstrumentationData(Thread &thread, std::string description, StructuredData::ObjectSP additional_data)
StopReason
Thread stop reasons.
const char * GetDescription() override
std::shared_ptr< Object > ObjectSP
@ eStopReasonInstrumentation
string(SUBSTRING ${p} 10 -1 pStripped) if($
bool DoShouldNotify(Event *event_ptr) override
A class that represents a running process on the host machine.
InstrumentationRuntimeStopInfo(Thread &thread, std::string description, StructuredData::ObjectSP additional_data)