#include <IDebugDelegate.h>
Definition at line 25 of file IDebugDelegate.h.
◆ ~IDebugDelegate()
virtual lldb_private::IDebugDelegate::~IDebugDelegate |
( |
| ) |
|
|
inlinevirtual |
◆ OnCreateThread()
virtual void lldb_private::IDebugDelegate::OnCreateThread |
( |
const HostThread & |
thread | ) |
|
|
pure virtual |
◆ OnDebugException()
◆ OnDebuggerConnected()
virtual void lldb_private::IDebugDelegate::OnDebuggerConnected |
( |
lldb::addr_t |
image_base | ) |
|
|
pure virtual |
◆ OnDebuggerError()
virtual void lldb_private::IDebugDelegate::OnDebuggerError |
( |
const Status & |
error, |
|
|
uint32_t |
type |
|
) |
| |
|
pure virtual |
◆ OnDebugString()
virtual void lldb_private::IDebugDelegate::OnDebugString |
( |
const std::string & |
string | ) |
|
|
pure virtual |
◆ OnExitProcess()
virtual void lldb_private::IDebugDelegate::OnExitProcess |
( |
uint32_t |
exit_code | ) |
|
|
pure virtual |
◆ OnExitThread()
virtual void lldb_private::IDebugDelegate::OnExitThread |
( |
lldb::tid_t |
thread_id, |
|
|
uint32_t |
exit_code |
|
) |
| |
|
pure virtual |
◆ OnLoadDll()
virtual void lldb_private::IDebugDelegate::OnLoadDll |
( |
const ModuleSpec & |
module_spec, |
|
|
lldb::addr_t |
module_addr |
|
) |
| |
|
pure virtual |
◆ OnUnloadDll()
virtual void lldb_private::IDebugDelegate::OnUnloadDll |
( |
lldb::addr_t |
module_addr | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: