LLDB mainline
|
#include <Process.h>
Public Member Functions | |
PreResumeCallbackAndBaton (PreResumeActionCallback in_callback, void *in_baton) | |
bool | operator== (const PreResumeCallbackAndBaton &rhs) |
Public Attributes | |
bool(* | callback )(void *) |
void * | baton |
|
inline |
|
inline |
void* lldb_private::Process::PreResumeCallbackAndBaton::baton |
Definition at line 3026 of file Process.h.
Referenced by operator==(), and lldb_private::Process::RunPreResumeActions().
bool(* lldb_private::Process::PreResumeCallbackAndBaton::callback) (void *) |
Definition at line 3025 of file Process.h.
Referenced by operator==(), and lldb_private::Process::RunPreResumeActions().