LLDB mainline
|
A notification structure that can be used by clients to listen for changes in a process's lifetime. More...
#include <Process.h>
Public Attributes | |
void * | baton |
void(* | initialize )(void *baton, Process *process) |
void(* | process_state_changed )(void *baton, Process *process, lldb::StateType state) |
A notification structure that can be used by clients to listen for changes in a process's lifetime.
void* lldb_private::Process::Notifications::baton |
Definition at line 403 of file Process.h.
Referenced by lldb_private::Process::RegisterNotificationCallbacks(), and lldb_private::Process::UnregisterNotificationCallbacks().
Definition at line 404 of file Process.h.
Referenced by lldb_private::Process::RegisterNotificationCallbacks(), and lldb_private::Process::UnregisterNotificationCallbacks().
void(* lldb_private::Process::Notifications::process_state_changed) (void *baton, Process *process, lldb::StateType state) |
Definition at line 405 of file Process.h.
Referenced by lldb_private::Process::UnregisterNotificationCallbacks().