LLDB mainline
|
This is the complete list of members for lldb_private::IDebugDelegate, including all inherited members.
OnCreateThread(const HostThread &thread)=0 | lldb_private::IDebugDelegate | pure virtual |
OnDebugException(bool first_chance, const ExceptionRecord &record)=0 | lldb_private::IDebugDelegate | pure virtual |
OnDebuggerConnected(lldb::addr_t image_base)=0 | lldb_private::IDebugDelegate | pure virtual |
OnDebuggerError(const Status &error, uint32_t type)=0 | lldb_private::IDebugDelegate | pure virtual |
OnDebugString(const std::string &string)=0 | lldb_private::IDebugDelegate | pure virtual |
OnExitProcess(uint32_t exit_code)=0 | lldb_private::IDebugDelegate | pure virtual |
OnExitThread(lldb::tid_t thread_id, uint32_t exit_code)=0 | lldb_private::IDebugDelegate | pure virtual |
OnLoadDll(const ModuleSpec &module_spec, lldb::addr_t module_addr)=0 | lldb_private::IDebugDelegate | pure virtual |
OnUnloadDll(lldb::addr_t module_addr)=0 | lldb_private::IDebugDelegate | pure virtual |
~IDebugDelegate() | lldb_private::IDebugDelegate | inlinevirtual |