Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/TestingSupport/Host/
DNativeProcessTestUtils.h27 MOCK_METHOD1(DidExec, void(NativeProcessProtocol *Process));
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.h68 void DidExec(NativeProcessProtocol *process) override;
DGDBRemoteCommunicationServerLLGS.cpp949 void GDBRemoteCommunicationServerLLGS::DidExec(NativeProcessProtocol *process) { in DidExec() function in GDBRemoteCommunicationServerLLGS
/external/llvm-project/lldb/include/lldb/Host/common/
DNativeProcessProtocol.h222 virtual void DidExec(NativeProcessProtocol *process) = 0;
/external/llvm-project/lldb/source/Host/common/
DNativeProcessProtocol.cpp354 native_delegate->DidExec(this); in NotifyDidExec()
/external/llvm-project/lldb/source/Target/
DStopInfo.cpp1090 thread_sp->GetProcess()->DidExec(); in PerformAction()
DProcess.cpp5708 void Process::DidExec() { in DidExec() function in Process
5739 target.DidExec(); in DidExec()
DTarget.cpp1391 void Target::DidExec() { in DidExec() function in Target
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h837 void DidExec();
DProcess.h1002 virtual void DidExec();