LLDB mainline
|
#include <InstrumentationRuntimeStopInfo.h>
Public Member Functions | |
~InstrumentationRuntimeStopInfo () override=default | |
lldb::StopReason | GetStopReason () const override |
const char * | GetDescription () override |
bool | DoShouldNotify (Event *event_ptr) override |
![]() | |
StopInfo (Thread &thread, uint64_t value) | |
virtual | ~StopInfo ()=default |
bool | IsValid () const |
void | SetThread (const lldb::ThreadSP &thread_sp) |
lldb::ThreadSP | GetThread () const |
uint64_t | GetValue () const |
virtual lldb::StopReason | GetStopReason () const =0 |
virtual bool | ShouldStopSynchronous (Event *event_ptr) |
void | OverrideShouldNotify (bool override_value) |
virtual bool | ShouldNotify (Event *event_ptr) |
virtual void | WillResume (lldb::StateType resume_state) |
virtual const char * | GetDescription () |
virtual void | SetDescription (const char *desc_cstr) |
virtual bool | IsValidForOperatingSystemThread (Thread &thread) |
void | OverrideShouldStop (bool override_value) |
bool | GetOverrideShouldStop () |
bool | GetOverriddenShouldStopValue () |
StructuredData::ObjectSP | GetExtendedInfo () |
Static Public Member Functions | |
static lldb::StopInfoSP | CreateStopReasonWithInstrumentationData (Thread &thread, std::string description, StructuredData::ObjectSP additional_data) |
![]() | |
static lldb::StopInfoSP | CreateStopReasonWithBreakpointSiteID (Thread &thread, lldb::break_id_t break_id) |
static lldb::StopInfoSP | CreateStopReasonWithBreakpointSiteID (Thread &thread, lldb::break_id_t break_id, bool should_stop) |
static lldb::StopInfoSP | CreateStopReasonWithWatchpointID (Thread &thread, lldb::break_id_t watch_id, bool silently_continue=false) |
static lldb::StopInfoSP | CreateStopReasonWithSignal (Thread &thread, int signo, const char *description=nullptr, std::optional< int > code=std::nullopt) |
static lldb::StopInfoSP | CreateStopReasonToTrace (Thread &thread) |
static lldb::StopInfoSP | CreateStopReasonWithPlan (lldb::ThreadPlanSP &plan, lldb::ValueObjectSP return_valobj_sp, lldb::ExpressionVariableSP expression_variable_sp) |
static lldb::StopInfoSP | CreateStopReasonWithException (Thread &thread, const char *description) |
static lldb::StopInfoSP | CreateStopReasonWithExec (Thread &thread) |
static lldb::StopInfoSP | CreateStopReasonProcessorTrace (Thread &thread, const char *description) |
static lldb::StopInfoSP | CreateStopReasonFork (Thread &thread, lldb::pid_t child_pid, lldb::tid_t child_tid) |
static lldb::StopInfoSP | CreateStopReasonVFork (Thread &thread, lldb::pid_t child_pid, lldb::tid_t child_tid) |
static lldb::StopInfoSP | CreateStopReasonVForkDone (Thread &thread) |
static lldb::ValueObjectSP | GetReturnValueObject (lldb::StopInfoSP &stop_info_sp) |
static lldb::ExpressionVariableSP | GetExpressionVariable (lldb::StopInfoSP &stop_info_sp) |
static lldb::ValueObjectSP | GetCrashingDereference (lldb::StopInfoSP &stop_info_sp, lldb::addr_t *crashing_address=nullptr) |
Private Member Functions | |
InstrumentationRuntimeStopInfo (Thread &thread, std::string description, StructuredData::ObjectSP additional_data) | |
Additional Inherited Members | |
![]() | |
virtual void | PerformAction (Event *event_ptr) |
virtual bool | DoShouldNotify (Event *event_ptr) |
virtual bool | ShouldStop (Event *event_ptr) |
bool | HasTargetRunSinceMe () |
void | MakeStopInfoValid () |
![]() | |
lldb::ThreadWP | m_thread_wp |
uint32_t | m_stop_id |
uint32_t | m_resume_id |
uint64_t | m_value |
std::string | m_description |
LazyBool | m_override_should_notify |
LazyBool | m_override_should_stop |
StructuredData::ObjectSP | m_extended_info |
Definition at line 19 of file InstrumentationRuntimeStopInfo.h.
|
overridedefault |
|
private |
Definition at line 18 of file InstrumentationRuntimeStopInfo.cpp.
References lldb_private::StopInfo::m_description, and lldb_private::StopInfo::m_extended_info.
|
static |
Definition at line 31 of file InstrumentationRuntimeStopInfo.cpp.
Referenced by lldb_private::InstrumentationRuntimeMainThreadChecker::NotifyBreakpointHit(), and lldb_private::InstrumentationRuntimeUBSan::NotifyBreakpointHit().
|
inlineoverridevirtual |
Reimplemented from lldb_private::StopInfo.
Definition at line 29 of file InstrumentationRuntimeStopInfo.h.
|
overridevirtual |
Reimplemented from lldb_private::StopInfo.
Definition at line 26 of file InstrumentationRuntimeStopInfo.cpp.
References lldb_private::StopInfo::m_description.
|
inlineoverridevirtual |
Implements lldb_private::StopInfo.
Definition at line 23 of file InstrumentationRuntimeStopInfo.h.
References lldb::eStopReasonInstrumentation.