Home
last modified time | relevance | path

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

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