LLDB mainline
|
Public Member Functions | |
StopInfoThreadPlan (ThreadPlanSP &plan_sp, ValueObjectSP &return_valobj_sp, ExpressionVariableSP &expression_variable_sp) | |
~StopInfoThreadPlan () override=default | |
StopReason | GetStopReason () const override |
const char * | GetDescription () override |
ValueObjectSP | GetReturnValueObject () |
ExpressionVariableSP | GetExpressionVariable () |
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 () |
Protected Member Functions | |
bool | ShouldStop (Event *event_ptr) override |
Protected Member Functions inherited from lldb_private::StopInfo | |
virtual void | PerformAction (Event *event_ptr) |
virtual bool | DoShouldNotify (Event *event_ptr) |
virtual bool | ShouldStop (Event *event_ptr) |
bool | HasTargetRunSinceMe () |
void | MakeStopInfoValid () |
Private Attributes | |
ThreadPlanSP | m_plan_sp |
ValueObjectSP | m_return_valobj_sp |
ExpressionVariableSP | m_expression_variable_sp |
Definition at line 1217 of file StopInfo.cpp.
|
inline |
Definition at line 1219 of file StopInfo.cpp.
|
overridedefault |
|
inlineoverridevirtual |
Reimplemented from lldb_private::StopInfo.
Definition at line 1229 of file StopInfo.cpp.
References lldb::eDescriptionLevelBrief, lldb_private::StreamString::GetString(), lldb_private::StopInfo::m_description, and m_plan_sp.
|
inline |
Definition at line 1240 of file StopInfo.cpp.
References m_expression_variable_sp.
Referenced by lldb_private::StopInfo::GetExpressionVariable().
|
inline |
Definition at line 1238 of file StopInfo.cpp.
References m_return_valobj_sp.
Referenced by lldb_private::StopInfo::GetReturnValueObject().
|
inlineoverridevirtual |
Implements lldb_private::StopInfo.
Definition at line 1227 of file StopInfo.cpp.
References lldb::eStopReasonPlanComplete.
|
inlineoverrideprotectedvirtual |
Reimplemented from lldb_private::StopInfo.
Definition at line 1245 of file StopInfo.cpp.
References m_plan_sp, and lldb_private::StopInfo::ShouldStop().
|
private |
Definition at line 1255 of file StopInfo.cpp.
Referenced by GetExpressionVariable().
|
private |
Definition at line 1253 of file StopInfo.cpp.
Referenced by GetDescription(), and ShouldStop().
|
private |
Definition at line 1254 of file StopInfo.cpp.
Referenced by GetReturnValueObject().