Searched refs:LocalDebugDelegate (Results 1 – 6 of 6) sorted by relevance
15 LocalDebugDelegate::LocalDebugDelegate(ProcessWP process) in LocalDebugDelegate() function in LocalDebugDelegate18 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()[all …]
41 class LocalDebugDelegate : public IDebugDelegate {43 explicit LocalDebugDelegate(lldb::ProcessWP process);
4 LocalDebugDelegate.cpp
189 DebugDelegateSP delegate(new LocalDebugDelegate(shared_from_this())); in DoLaunch()199 DebugDelegateSP delegate(new LocalDebugDelegate(shared_from_this())); in DoAttachToProcessWithID()
29 "LocalDebugDelegate.cpp",
4472 lldb/source/Plugins/Process/Windows/Common/LocalDebugDelegate.cpp