Lines Matching refs:LocalDebugDelegate
15 LocalDebugDelegate::LocalDebugDelegate(ProcessWP process) in LocalDebugDelegate() function in LocalDebugDelegate
18 void LocalDebugDelegate::OnExitProcess(uint32_t exit_code) { in OnExitProcess()
23 void LocalDebugDelegate::OnDebuggerConnected(lldb::addr_t image_base) { in OnDebuggerConnected()
29 LocalDebugDelegate::OnDebugException(bool first_chance, in OnDebugException()
37 void LocalDebugDelegate::OnCreateThread(const HostThread &thread) { in OnCreateThread()
42 void LocalDebugDelegate::OnExitThread(lldb::tid_t thread_id, in OnExitThread()
48 void LocalDebugDelegate::OnLoadDll(const lldb_private::ModuleSpec &module_spec, in OnLoadDll()
54 void LocalDebugDelegate::OnUnloadDll(lldb::addr_t module_addr) { in OnUnloadDll()
59 void LocalDebugDelegate::OnDebugString(const std::string &string) { in OnDebugString()
64 void LocalDebugDelegate::OnDebuggerError(const Status &error, uint32_t type) { in OnDebuggerError()
69 ProcessWindowsSP LocalDebugDelegate::GetProcessPointer() { in GetProcessPointer()