LLDB mainline
Public Member Functions | Public Attributes | List of all members
lldb_private::Debugger::DestroyCallbackInfo Struct Reference

#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
 

Detailed Description

Definition at line 742 of file Debugger.h.

Constructor & Destructor Documentation

◆ DestroyCallbackInfo() [1/2]

lldb_private::Debugger::DestroyCallbackInfo::DestroyCallbackInfo ( )
inline

Definition at line 743 of file Debugger.h.

◆ DestroyCallbackInfo() [2/2]

lldb_private::Debugger::DestroyCallbackInfo::DestroyCallbackInfo ( lldb::callback_token_t  token,
lldb_private::DebuggerDestroyCallback  callback,
void *  baton 
)
inline

Definition at line 744 of file Debugger.h.

Member Data Documentation

◆ baton

void* lldb_private::Debugger::DestroyCallbackInfo::baton

Definition at line 750 of file Debugger.h.

Referenced by lldb_private::Debugger::HandleDestroyCallback().

◆ callback

lldb_private::DebuggerDestroyCallback lldb_private::Debugger::DestroyCallbackInfo::callback

Definition at line 749 of file Debugger.h.

Referenced by lldb_private::Debugger::HandleDestroyCallback().

◆ token

lldb::callback_token_t lldb_private::Debugger::DestroyCallbackInfo::token

Definition at line 748 of file Debugger.h.


The documentation for this struct was generated from the following file: