Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h78 void ProcessStateChanged(NativeProcessProtocol *process,
H A DGDBRemoteCommunicationServerLLGS.cpp1093 void GDBRemoteCommunicationServerLLGS::ProcessStateChanged( in ProcessStateChanged() function in GDBRemoteCommunicationServerLLGS
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h243 virtual void ProcessStateChanged(NativeProcessProtocol *process,
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp315 m_delegate.ProcessStateChanged(this, state); in SynchronouslyNotifyProcessStateChanged()