LLDB mainline
|
#include <Debugger.h>
Public Member Functions | |
DestroyCallbackInfo () | |
DestroyCallbackInfo (lldb::callback_token_t token, lldb_private::DebuggerDestroyCallback callback, void *baton) | |
Public Attributes | |
lldb::callback_token_t | token |
lldb_private::DebuggerDestroyCallback | callback |
void * | baton |
Definition at line 750 of file Debugger.h.
|
inline |
Definition at line 751 of file Debugger.h.
|
inline |
Definition at line 752 of file Debugger.h.
void* lldb_private::Debugger::DestroyCallbackInfo::baton |
Definition at line 758 of file Debugger.h.
Referenced by lldb_private::Debugger::HandleDestroyCallback().
lldb_private::DebuggerDestroyCallback lldb_private::Debugger::DestroyCallbackInfo::callback |
Definition at line 757 of file Debugger.h.
Referenced by lldb_private::Debugger::HandleDestroyCallback().
lldb::callback_token_t lldb_private::Debugger::DestroyCallbackInfo::token |
Definition at line 756 of file Debugger.h.