| LLDB mainline
    | 
| Public Member Functions | |
| StopInfoHistoryBoundary (Thread &thread, const char *description) | |
| ~StopInfoHistoryBoundary () 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 bool | ShouldStopSynchronous (Event *event_ptr) | 
| void | OverrideShouldNotify (bool override_value) | 
| virtual bool | ShouldNotify (Event *event_ptr) | 
| virtual void | WillResume (lldb::StateType resume_state) | 
| 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. | |
| virtual uint32_t | GetStopReasonDataCount () const | 
| virtual uint64_t | GetStopReasonDataAtIndex (uint32_t idx) | 
| 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. | |
| virtual bool | ShouldSelect () const | 
| Returns true if this is a stop reason that should cause a thread to be selected when stopping. | |
Definition at line 1376 of file StopInfo.cpp.
| 
 | inline | 
Definition at line 1378 of file StopInfo.cpp.
References LLDB_INVALID_UID, lldb_private::StopInfo::SetDescription(), lldb_private::StopInfo::StopInfo(), and lldb_private::StopInfo::Thread.
| 
 | overridedefault | 
| 
 | inlineoverridevirtual | 
Reimplemented from lldb_private::StopInfo.
Definition at line 1390 of file StopInfo.cpp.
References lldb_private::StopInfo::m_description.
| 
 | inlineoverridevirtual | 
Implements lldb_private::StopInfo.
Definition at line 1386 of file StopInfo.cpp.
References lldb::eStopReasonHistoryBoundary.