Home
last modified time | relevance | path

Searched refs:LocalDebugDelegate (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DLocalDebugDelegate.cpp15 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()
[all …]
H A DLocalDebugDelegate.h41 class LocalDebugDelegate : public IDebugDelegate {
43 explicit LocalDebugDelegate(lldb::ProcessWP process);
H A DCMakeLists.txt4 LocalDebugDelegate.cpp
H A DProcessWindows.cpp189 DebugDelegateSP delegate(new LocalDebugDelegate(shared_from_this())); in DoLaunch()
199 DebugDelegateSP delegate(new LocalDebugDelegate(shared_from_this())); in DoAttachToProcessWithID()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Process/Windows/Common/
H A DBUILD.gn29 "LocalDebugDelegate.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4472 lldb/source/Plugins/Process/Windows/Common/LocalDebugDelegate.cpp