Home
last modified time | relevance | path

Searched refs:process_state_changed (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Target/
DProcess.cpp1183 pos->process_state_changed == callbacks.process_state_changed) in UnregisterNotificationCallbacks()
1198 if (notification_pos->process_state_changed) in SynchronouslyNotifyStateChanged()
1199 notification_pos->process_state_changed (notification_pos->baton, this, state); in SynchronouslyNotifyStateChanged()
/external/lldb/include/lldb/Target/
DProcess.h1419 void (*process_state_changed) (void *baton, Process *process, lldb::StateType state); member