LLDB
mainline
|
Public Member Functions | |
StopInfoBreakpoint (Thread &thread, break_id_t break_id) | |
StopInfoBreakpoint (Thread &thread, break_id_t break_id, bool should_stop) | |
~StopInfoBreakpoint () override=default | |
void | StoreBPInfo () |
bool | IsValidForOperatingSystemThread (Thread &thread) override |
StopReason | GetStopReason () const override |
bool | ShouldStopSynchronous (Event *event_ptr) override |
bool | DoShouldNotify (Event *event_ptr) override |
const char * | GetDescription () override |
![]() | |
StopInfo (Thread &thread, uint64_t value) | |
virtual | ~StopInfo () |
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 | WillResume (lldb::StateType resume_state) |
virtual void | SetDescription (const char *desc_cstr) |
void | OverrideShouldStop (bool override_value) |
bool | GetOverrideShouldStop () |
bool | GetOverriddenShouldStopValue () |
StructuredData::ObjectSP | GetExtendedInfo () |
Protected Member Functions | |
bool | ShouldStop (Event *event_ptr) override |
void | PerformAction (Event *event_ptr) override |
![]() | |
bool | HasTargetRunSinceMe () |
void | MakeStopInfoValid () |
Additional Inherited Members | |
![]() | |
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, lldb::addr_t watch_hit_addr=LLDB_INVALID_ADDRESS) |
static lldb::StopInfoSP | CreateStopReasonWithSignal (Thread &thread, int signo, const char *description=nullptr) |
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::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) |
![]() | |
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 84 of file StopInfo.cpp.
|
inline |
Definition at line 86 of file StopInfo.cpp.
|
inline |
Definition at line 94 of file StopInfo.cpp.
|
overridedefault |
|
inlineoverridevirtual |
Reimplemented from lldb_private::StopInfo.
Definition at line 164 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 184 of file StopInfo.cpp.
References lldb::eDescriptionLevelBrief, lldb_private::StreamString::GetString(), LLDB_INVALID_ADDRESS, LLDB_INVALID_BREAK_ID, 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 133 of file StopInfo.cpp.
References lldb::eStopReasonBreakpoint.
|
inlineoverridevirtual |
Reimplemented from lldb_private::StopInfo.
Definition at line 122 of file StopInfo.cpp.
References lldb_private::Thread::GetProcess(), and lldb_private::StopInfo::m_value.
|
inlineoverrideprotectedvirtual |
Reimplemented from lldb_private::StopInfo.
Definition at line 258 of file StopInfo.cpp.
References lldb_private::Status::AsCString(), lldb::eDescriptionLevelBrief, lldb_private::eVoteYes, lldb_private::Debugger::GetAsyncErrorStream(), lldb_private::Debugger::GetAsyncExecution(), lldb_private::BreakpointLocationCollection::GetByIndex(), lldb_private::StreamString::GetData(), lldb_private::GetLogIfAllCategoriesSet(), lldb_private::GetLogIfAnyCategoriesSet(), lldb_private::StopInfo::HasTargetRunSinceMe(), LIBLLDB_LOG_BREAKPOINTS, LIBLLDB_LOG_PROCESS, LIBLLDB_LOG_STEP, lldb_private::StopInfo::m_thread_wp, lldb_private::StopInfo::m_value, lldb_private::Log::Printf(), lldb_private::Debugger::SetAsyncExecution(), and lldb_private::Status::Success().
|
inlineoverrideprotectedvirtual |
Reimplemented from lldb_private::StopInfo.
Definition at line 250 of file StopInfo.cpp.
|
inlineoverridevirtual |
Reimplemented from lldb_private::StopInfo.
Definition at line 135 of file StopInfo.cpp.
References lldb_private::GetLogIfAllCategoriesSet(), LIBLLDB_LOG_PROCESS, lldb_private::StopInfo::m_thread_wp, lldb_private::StopInfo::m_value, and lldb_private::Log::Printf().
|
inline |
Definition at line 104 of file StopInfo.cpp.
References lldb_private::StopInfo::m_thread_wp, and lldb_private::StopInfo::m_value.