9#ifndef LLDB_BREAKPOINT_STOPPOINT_H
10#define LLDB_BREAKPOINT_STOPPOINT_H
lldb::break_id_t GetID() const
Stoppoint(const Stoppoint &)=delete
virtual void SetEnabled(bool enable)=0
virtual bool IsEnabled()=0
const Stoppoint & operator=(const Stoppoint &)=delete
virtual void Dump(Stream *)=0
void SetID(lldb::break_id_t bid)
A stream class that can stream formatted output to a file.
#define LLDB_INVALID_BREAK_ID
A class that represents a running process on the host machine.