9#ifndef LLDB_TARGET_THREADPLANBASE_H
10#define LLDB_TARGET_THREADPLANBASE_H
static llvm::raw_ostream & error(Stream &strm)
A plug-in interface definition class for debugging a process.
A stream class that can stream formatted output to a file.
bool DoWillResume(lldb::StateType resume_state, bool current_plan) override
bool ValidatePlan(Stream *error) override
Returns whether this plan could be successfully created.
bool OkayToDiscard() override
const ThreadPlanBase & operator=(const ThreadPlanBase &)=delete
ThreadPlanBase(const ThreadPlanBase &)=delete
bool ShouldStop(Event *event_ptr) override
bool DoPlanExplainsStop(Event *event_ptr) override
lldb::StateType GetPlanRunState() override
Vote ShouldReportStop(Event *event_ptr) override
bool MischiefManaged() override
void GetDescription(Stream *s, lldb::DescriptionLevel level) override
Print a description of this thread to the stream s.
bool IsBasePlan() override
bool StopOthers() override
~ThreadPlanBase() override
lldb::ThreadPlanSP QueueBasePlan(bool abort_other_plans)
Queues the base plan for a 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.