#include "lldb/Target/ThreadPlanCallOnFunctionExit.h"
usingnamespacelldb;
usingnamespacelldb_private;
ThreadPlanCallOnFunctionExit::ThreadPlanCallOnFunctionExit(
Thread &thread, const Callback &callback)
: … { … }
void ThreadPlanCallOnFunctionExit::DidPush() { … }
void ThreadPlanCallOnFunctionExit::GetDescription(
Stream *s, lldb::DescriptionLevel level) { … }
bool ThreadPlanCallOnFunctionExit::ValidatePlan(Stream *error) { … }
bool ThreadPlanCallOnFunctionExit::ShouldStop(Event *event_ptr) { … }
bool ThreadPlanCallOnFunctionExit::WillStop() { … }
bool ThreadPlanCallOnFunctionExit::DoPlanExplainsStop(Event *event_ptr) { … }
lldb::StateType ThreadPlanCallOnFunctionExit::GetPlanRunState() { … }