Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp587 pos->process_state_changed == callbacks.process_state_changed) { in UnregisterNotificationCallbacks()
600 if (notification_pos->process_state_changed) in SynchronouslyNotifyStateChanged()
601 notification_pos->process_state_changed(notification_pos->baton, this, in SynchronouslyNotifyStateChanged()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h393 void (*process_state_changed)(void *baton, Process *process, member