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 787 of file Debugger.h.
|
inline |
Definition at line 788 of file Debugger.h.
|
inline |
Definition at line 789 of file Debugger.h.
void* lldb_private::Debugger::DestroyCallbackInfo::baton |
Definition at line 795 of file Debugger.h.
Referenced by DestroyCallbackInfo(), and lldb_private::Debugger::HandleDestroyCallback().
lldb_private::DebuggerDestroyCallback lldb_private::Debugger::DestroyCallbackInfo::callback |
Definition at line 794 of file Debugger.h.
Referenced by DestroyCallbackInfo(), and lldb_private::Debugger::HandleDestroyCallback().
lldb::callback_token_t lldb_private::Debugger::DestroyCallbackInfo::token |
Definition at line 793 of file Debugger.h.
Referenced by DestroyCallbackInfo().