|
LLDB mainline
|
#include <NativeProcessWindows.h>
Public Member Functions | |
| NativeDebugDelegate (NativeProcessWindows &process) | |
| void | OnExitProcess (uint32_t exit_code) override |
| void | OnDebuggerConnected (lldb::addr_t image_base) override |
| ExceptionResult | OnDebugException (bool first_chance, const ExceptionRecord &record) override |
| void | OnCreateThread (const HostThread &thread) override |
| void | OnExitThread (lldb::tid_t thread_id, uint32_t exit_code) override |
| void | OnLoadDll (const lldb_private::ModuleSpec &module_spec, lldb::addr_t module_addr) override |
| void | OnUnloadDll (lldb::addr_t module_addr) override |
| void | OnDebugString (lldb::addr_t debug_string_addr, bool is_unicode, uint16_t length_lower_word) override |
| void | OnDebuggerError (const Status &error, uint32_t type) override |
| Public Member Functions inherited from lldb_private::IDebugDelegate | |
| virtual | ~IDebugDelegate ()=default |
Private Attributes | |
| NativeProcessWindows & | m_process |
Definition at line 196 of file NativeProcessWindows.h.
|
inline |
Definition at line 198 of file NativeProcessWindows.h.
References m_process.
|
inlineoverridevirtual |
Implements lldb_private::IDebugDelegate.
Definition at line 213 of file NativeProcessWindows.h.
References m_process.
|
inlineoverridevirtual |
Implements lldb_private::IDebugDelegate.
Definition at line 208 of file NativeProcessWindows.h.
References m_process.
|
inlineoverridevirtual |
Implements lldb_private::IDebugDelegate.
Definition at line 204 of file NativeProcessWindows.h.
References m_process.
|
inlineoverridevirtual |
Implements lldb_private::IDebugDelegate.
Definition at line 235 of file NativeProcessWindows.h.
|
inlineoverridevirtual |
Implements lldb_private::IDebugDelegate.
Definition at line 230 of file NativeProcessWindows.h.
References m_process.
|
inlineoverridevirtual |
Implements lldb_private::IDebugDelegate.
Definition at line 200 of file NativeProcessWindows.h.
References m_process.
|
inlineoverridevirtual |
Implements lldb_private::IDebugDelegate.
Definition at line 217 of file NativeProcessWindows.h.
References m_process.
|
inlineoverridevirtual |
Implements lldb_private::IDebugDelegate.
Definition at line 221 of file NativeProcessWindows.h.
References m_process.
|
inlineoverridevirtual |
Implements lldb_private::IDebugDelegate.
Definition at line 226 of file NativeProcessWindows.h.
References m_process.
|
private |
Definition at line 240 of file NativeProcessWindows.h.
Referenced by NativeDebugDelegate(), OnCreateThread(), OnDebugException(), OnDebuggerConnected(), OnDebuggerError(), OnDebugString(), OnExitProcess(), OnExitThread(), OnLoadDll(), and OnUnloadDll().