|
LLDB mainline
|
Public Member Functions | |
| StopInfoUnixSignal (Thread &thread, int signo, const char *description, std::optional< int > code) | |
| ~StopInfoUnixSignal () override=default | |
| StopReason | GetStopReason () const override |
| bool | ShouldStopSynchronous (Event *event_ptr) override |
| bool | ShouldStop (Event *event_ptr) override |
| bool | DoShouldNotify (Event *event_ptr) override |
| void | WillResume (lldb::StateType resume_state) override |
| const char * | GetDescription () override |
| bool | ShouldSelect () const override |
| Returns true if this is a stop reason that should cause a thread to be selected when stopping. | |
| uint32_t | GetStopReasonDataCount () const override |
| uint64_t | GetStopReasonDataAtIndex (uint32_t idx) 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 |
| void | OverrideShouldNotify (bool override_value) |
| virtual bool | ShouldNotify (Event *event_ptr) |
| virtual void | SetDescription (const char *desc_cstr) |
| virtual std::optional< uint32_t > | GetSuggestedStackFrameIndex (bool inlined_stack) |
| This gives the StopInfo a chance to suggest a stack frame to select. | |
| 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 () |
| virtual bool | ShouldShow () const |
| Returns true if this is a stop reason that should be shown to a user when viewing the thread with this stop info. | |
Private Member Functions | |
| bool | IsShouldStopSignal () const |
Private Attributes | |
| std::optional< int > | m_code |
Definition at line 1143 of file StopInfo.cpp.
|
inline |
Definition at line 1145 of file StopInfo.cpp.
References m_code, lldb_private::StopInfo::SetDescription(), lldb_private::StopInfo::StopInfo(), and lldb_private::StopInfo::Thread.
|
overridedefault |
Reimplemented from lldb_private::StopInfo.
Definition at line 1165 of file StopInfo.cpp.
References lldb_private::Process::ProcessEventData::AddRestartedReason(), lldb_private::Stream::Format(), lldb_private::StreamString::GetData(), lldb_private::StopInfo::m_thread_wp, and lldb_private::StopInfo::m_value.
|
inlineoverridevirtual |
Reimplemented from lldb_private::StopInfo.
Definition at line 1193 of file StopInfo.cpp.
References lldb_private::StreamString::GetString(), m_code, lldb_private::StopInfo::m_description, lldb_private::StopInfo::m_thread_wp, lldb_private::StopInfo::m_value, and lldb_private::Stream::Printf().
|
inlineoverridevirtual |
Implements lldb_private::StopInfo.
Definition at line 1153 of file StopInfo.cpp.
References lldb::eStopReasonSignal.
|
inlineoverridevirtual |
Reimplemented from lldb_private::StopInfo.
Definition at line 1217 of file StopInfo.cpp.
References lldb_private::StopInfo::GetValue().
|
inlineoverridevirtual |
Reimplemented from lldb_private::StopInfo.
Definition at line 1216 of file StopInfo.cpp.
|
inlineprivate |
Definition at line 1227 of file StopInfo.cpp.
References lldb_private::StopInfo::m_thread_wp, and lldb_private::StopInfo::m_value.
Referenced by ShouldSelect(), and ShouldStop().
|
inlineoverridevirtual |
Returns true if this is a stop reason that should cause a thread to be selected when stopping.
Reimplemented from lldb_private::StopInfo.
Definition at line 1214 of file StopInfo.cpp.
References IsShouldStopSignal().
Reimplemented from lldb_private::StopInfo.
Definition at line 1162 of file StopInfo.cpp.
References IsShouldStopSignal().
|
inlineoverridevirtual |
Reimplemented from lldb_private::StopInfo.
Definition at line 1155 of file StopInfo.cpp.
References lldb_private::StopInfo::m_thread_wp, and lldb_private::StopInfo::m_value.
|
inlineoverridevirtual |
Reimplemented from lldb_private::StopInfo.
Definition at line 1184 of file StopInfo.cpp.
References lldb_private::StopInfo::m_thread_wp, and lldb_private::StopInfo::m_value.
|
private |
Definition at line 1225 of file StopInfo.cpp.
Referenced by GetDescription(), and StopInfoUnixSignal().