Home
last modified time | relevance | path

Searched refs:ProcessStateChanged (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBRuntimeAction.h18 virtual void ProcessStateChanged(nub_state_t state) = 0;
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h77 void ProcessStateChanged(NativeProcessProtocol *process,
H A DGDBRemoteCommunicationServerLLGS.cpp1093 void GDBRemoteCommunicationServerLLGS::ProcessStateChanged( in ProcessStateChanged() function in GDBRemoteCommunicationServerLLGS
/openbsd/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h243 virtual void ProcessStateChanged(NativeProcessProtocol *process,
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp315 m_delegate.ProcessStateChanged(this, state); in SynchronouslyNotifyProcessStateChanged()