9#ifndef LLDB_TARGET_THREADPLANSTEPINSTRUCTION_H
10#define LLDB_TARGET_THREADPLANSTEPINSTRUCTION_H
21 Vote report_stop_vote,
Vote report_run_vote);
41 bool step_over,
bool abort_other_plans,
bool stop_other_threads,
static llvm::raw_ostream & error(Stream &strm)
A stream class that can stream formatted output to a file.
bool DoPlanExplainsStop(Event *event_ptr) override
~ThreadPlanStepInstruction() override
bool m_stop_other_threads
const ThreadPlanStepInstruction & operator=(const ThreadPlanStepInstruction &)=delete
bool StopOthers() override
lldb::addr_t m_instruction_addr
void GetDescription(Stream *s, lldb::DescriptionLevel level) override
Print a description of this thread to the stream s.
StackID m_parent_frame_id
bool IsPlanStale() override
lldb::StateType GetPlanRunState() override
bool MischiefManaged() override
bool ValidatePlan(Stream *error) override
Returns whether this plan could be successfully created.
bool ShouldStop(Event *event_ptr) override
ThreadPlanStepInstruction(const ThreadPlanStepInstruction &)=delete
virtual lldb::ThreadPlanSP QueueThreadPlanForStepSingleInstruction(bool step_over, bool abort_other_plans, bool stop_other_threads, Status &status)
Queues the plan used to step one instruction from the current PC of thread.
A class that represents a running process on the host machine.
std::shared_ptr< lldb_private::ThreadPlan > ThreadPlanSP
DescriptionLevel
Description levels for "void GetDescription(Stream *, DescriptionLevel)" calls.
StateType
Process and Thread States.