9#ifndef LLDB_TARGET_THREADPLANRUNTOADDRESS_H
10#define LLDB_TARGET_THREADPLANRUNTOADDRESS_H
27 const std::vector<lldb::addr_t> &addresses,
56 std::vector<lldb::addr_t>
static llvm::raw_ostream & error(Stream &strm)
A section + offset based address class.
A stream class that can stream formatted output to a file.
std::vector< lldb::addr_t > m_addresses
ThreadPlanRunToAddress(const ThreadPlanRunToAddress &)=delete
lldb::StateType GetPlanRunState() override
bool MischiefManaged() override
~ThreadPlanRunToAddress() override
void SetStopOthers(bool new_value) override
void SetInitialBreakpoints()
bool ShouldStop(Event *event_ptr) override
bool StopOthers() override
const ThreadPlanRunToAddress & operator=(const ThreadPlanRunToAddress &)=delete
std::vector< lldb::break_id_t > m_break_ids
bool ValidatePlan(Stream *error) override
Returns whether this plan could be successfully created.
bool DoPlanExplainsStop(Event *event_ptr) override
void GetDescription(Stream *s, lldb::DescriptionLevel level) override
Print a description of this thread to the stream s.
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.