|
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 |
Definition at line 3131 of file Process.h.
References baton, and callback.
Referenced by operator==().
|
inline |
Definition at line 3134 of file Process.h.
References baton, callback, and PreResumeCallbackAndBaton().
| void* lldb_private::Process::PreResumeCallbackAndBaton::baton |
Definition at line 3130 of file Process.h.
Referenced by operator==(), PreResumeCallbackAndBaton(), and lldb_private::Process::RunPreResumeActions().
| bool(* lldb_private::Process::PreResumeCallbackAndBaton::callback) (void *) |
Definition at line 3129 of file Process.h.
Referenced by operator==(), PreResumeCallbackAndBaton(), and lldb_private::Process::RunPreResumeActions().