Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h80 void DidExec(NativeProcessProtocol *process) override;
H A DProcessGDBRemote.h234 void DidExec() override;
H A DProcessGDBRemote.cpp5333 void ProcessGDBRemote::DidExec() { in DidExec() function in ProcessGDBRemote
5338 Process::DidExec(); in DidExec()
H A DGDBRemoteCommunicationServerLLGS.cpp1138 void GDBRemoteCommunicationServerLLGS::DidExec(NativeProcessProtocol *process) { in DidExec() function in GDBRemoteCommunicationServerLLGS
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h246 virtual void DidExec(NativeProcessProtocol *process) = 0;
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp337 m_delegate.DidExec(this); in NotifyDidExec()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStopInfo.cpp1254 thread_sp->GetProcess()->DidExec(); in PerformAction()
H A DProcess.cpp5646 void Process::DidExec() { in DidExec() function in Process
5679 target.DidExec(); in DidExec()
H A DTarget.cpp1415 void Target::DidExec() { in DidExec() function in Target
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h872 void DidExec();
H A DProcess.h992 virtual void DidExec();