Home
last modified time | relevance | path

Searched refs:DidExec (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/TestingSupport/Host/
H A DNativeProcessTestUtils.h27 MOCK_METHOD1(DidExec, void(NativeProcessProtocol *Process));
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h80 void DidExec(NativeProcessProtocol *process) override;
H A DProcessGDBRemote.h233 void DidExec() override;
H A DProcessGDBRemote.cpp5363 void ProcessGDBRemote::DidExec() { in DidExec() function in ProcessGDBRemote
5368 Process::DidExec(); in DidExec()
H A DGDBRemoteCommunicationServerLLGS.cpp1140 void GDBRemoteCommunicationServerLLGS::DidExec(NativeProcessProtocol *process) { in DidExec() function in GDBRemoteCommunicationServerLLGS
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h245 virtual void DidExec(NativeProcessProtocol *process) = 0;
/llvm-project-15.0.7/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp336 m_delegate.DidExec(this); in NotifyDidExec()
/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp1163 thread_sp->GetProcess()->DidExec(); in PerformAction()
H A DProcess.cpp5625 void Process::DidExec() { in DidExec() function in Process
5656 target.DidExec(); in DidExec()
H A DTarget.cpp1405 void Target::DidExec() { in DidExec() function in Target
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h867 void DidExec();
H A DProcess.h984 virtual void DidExec();