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 742 of file Debugger.h.
|
inline |
Definition at line 743 of file Debugger.h.
|
inline |
Definition at line 744 of file Debugger.h.
void* lldb_private::Debugger::DestroyCallbackInfo::baton |
Definition at line 750 of file Debugger.h.
Referenced by lldb_private::Debugger::HandleDestroyCallback().
lldb_private::DebuggerDestroyCallback lldb_private::Debugger::DestroyCallbackInfo::callback |
Definition at line 749 of file Debugger.h.
Referenced by lldb_private::Debugger::HandleDestroyCallback().
lldb::callback_token_t lldb_private::Debugger::DestroyCallbackInfo::token |
Definition at line 748 of file Debugger.h.