9#ifndef LLDB_TARGET_THREADPLANSTEPOVERBREAKPOINT_H
10#define LLDB_TARGET_THREADPLANSTEPOVERBREAKPOINT_H
static llvm::raw_ostream & error(Stream &strm)
A stream class that can stream formatted output to a file.
bool DoPlanExplainsStop(Event *event_ptr) override
bool IsPlanStale() override
bool ShouldStop(Event *event_ptr) override
bool ValidatePlan(Stream *error) override
Returns whether this plan could be successfully created.
bool MischiefManaged() override
void ThreadDestroyed() override
bool StopOthers() override
~ThreadPlanStepOverBreakpoint() override
lldb::addr_t m_breakpoint_addr
lldb::StateType GetPlanRunState() override
bool DoWillResume(lldb::StateType resume_state, bool current_plan) override
lldb::addr_t GetBreakpointLoadAddress() const
lldb::user_id_t m_breakpoint_site_id
bool m_reenabled_breakpoint_site
ThreadPlanStepOverBreakpoint(const ThreadPlanStepOverBreakpoint &)=delete
void GetDescription(Stream *s, lldb::DescriptionLevel level) override
Print a description of this thread to the stream s.
void ReenableBreakpointSite()
const ThreadPlanStepOverBreakpoint & operator=(const ThreadPlanStepOverBreakpoint &)=delete
bool ShouldAutoContinue(Event *event_ptr) override
Returns whether this thread plan overrides the ShouldStop of subsequently processed plans.
void SetAutoContinue(bool do_it)
A class that represents a running process on the host machine.
DescriptionLevel
Description levels for "void GetDescription(Stream *, DescriptionLevel)" calls.
StateType
Process and Thread States.