LLDB mainline
|
Public Member Functions | |
StopInfoInterrupt (Thread &thread, int signo, const char *description) | |
~StopInfoInterrupt () override=default | |
StopReason | GetStopReason () const override |
const char * | GetDescription () override |
Public Member Functions inherited from lldb_private::StopInfo | |
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) |
virtual bool | WasContinueInterrupted (Thread &thread) |
A Continue operation can result in a false stop event before any execution has happened. | |
void | OverrideShouldStop (bool override_value) |
bool | GetOverrideShouldStop () |
bool | GetOverriddenShouldStopValue () |
StructuredData::ObjectSP | GetExtendedInfo () |
Definition at line 1130 of file StopInfo.cpp.
|
inline |
Definition at line 1132 of file StopInfo.cpp.
References lldb_private::StopInfo::SetDescription().
|
overridedefault |
|
inlineoverridevirtual |
Reimplemented from lldb_private::StopInfo.
Definition at line 1143 of file StopInfo.cpp.
References lldb_private::StopInfo::m_description.
|
inlineoverridevirtual |
Implements lldb_private::StopInfo.
Definition at line 1139 of file StopInfo.cpp.
References lldb::eStopReasonInterrupt.