Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h74 void ProcessStateChanged(NativeProcessProtocol *process,
H A DGDBRemoteCommunicationServerLLGS.cpp839 void GDBRemoteCommunicationServerLLGS::ProcessStateChanged( function in GDBRemoteCommunicationServerLLGS
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h200 virtual void ProcessStateChanged(NativeProcessProtocol *process,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp331 native_delegate->ProcessStateChanged(this, state); in SynchronouslyNotifyProcessStateChanged()