Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBRuntimeAction.h18 virtual void ProcessStateChanged(nub_state_t state) = 0;
/llvm-project-15.0.7/lldb/unittests/TestingSupport/Host/
H A DNativeProcessTestUtils.h25 MOCK_METHOD2(ProcessStateChanged,
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h77 void ProcessStateChanged(NativeProcessProtocol *process,
H A DGDBRemoteCommunicationServerLLGS.cpp1095 void GDBRemoteCommunicationServerLLGS::ProcessStateChanged( in ProcessStateChanged() function in GDBRemoteCommunicationServerLLGS
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h242 virtual void ProcessStateChanged(NativeProcessProtocol *process,
/llvm-project-15.0.7/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp314 m_delegate.ProcessStateChanged(this, state); in SynchronouslyNotifyProcessStateChanged()