9#ifndef liblldb_Plugins_Process_Windows_LocalDebugDelegate_H_
10#define liblldb_Plugins_Process_Windows_LocalDebugDelegate_H_
static llvm::raw_ostream & error(Stream &strm)
void OnExitProcess(uint32_t exit_code) override
ProcessWindowsSP GetProcessPointer()
void OnDebuggerError(const Status &error, uint32_t type) override
ExceptionResult OnDebugException(bool first_chance, const ExceptionRecord &record) override
void OnDebugString(const std::string &message) 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 OnDebuggerConnected(lldb::addr_t image_base) override
lldb::ProcessWP m_process
void OnCreateThread(const HostThread &thread) override
void OnUnloadDll(lldb::addr_t module_addr) override
A class that represents a running process on the host machine.
std::shared_ptr< ProcessWindows > ProcessWindowsSP
std::weak_ptr< lldb_private::Process > ProcessWP