| 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 416 of file Process.h.
Referenced by lldb_private::Process::RegisterNotificationCallbacks(), and lldb_private::Process::UnregisterNotificationCallbacks().
Definition at line 417 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 418 of file Process.h.
Referenced by lldb_private::Process::UnregisterNotificationCallbacks().