diff options
author | Zachary Turner <zturner@google.com> | 2014-11-10 22:32:18 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2014-11-10 22:32:18 +0000 |
commit | 3985f891a3b6fa9fcbf3c44d629722778698e6a2 (patch) | |
tree | 18378a9325653c269bf3314f590fbd98032682c7 /lldb/source/Plugins/Process/Windows/LocalDebugDelegate.cpp | |
parent | ba80da60c806bc2d7ae65bc557b519ebb2772901 (diff) | |
download | bcm5719-llvm-3985f891a3b6fa9fcbf3c44d629722778698e6a2.tar.gz bcm5719-llvm-3985f891a3b6fa9fcbf3c44d629722778698e6a2.zip |
[ProcessWindows] Notify process plugin when the launch succeeds.
llvm-svn: 221637
Diffstat (limited to 'lldb/source/Plugins/Process/Windows/LocalDebugDelegate.cpp')
-rw-r--r-- | lldb/source/Plugins/Process/Windows/LocalDebugDelegate.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/source/Plugins/Process/Windows/LocalDebugDelegate.cpp b/lldb/source/Plugins/Process/Windows/LocalDebugDelegate.cpp index 4f31b4317b3..155b80eab88 100644 --- a/lldb/source/Plugins/Process/Windows/LocalDebugDelegate.cpp +++ b/lldb/source/Plugins/Process/Windows/LocalDebugDelegate.cpp @@ -19,12 +19,6 @@ LocalDebugDelegate::LocalDebugDelegate(ProcessSP process) } void -LocalDebugDelegate::OnProcessLaunched(const ProcessMessageCreateProcess &message) -{ - ((ProcessWindows &)*m_process).OnProcessLaunched(message); -} - -void LocalDebugDelegate::OnExitProcess(const ProcessMessageExitProcess &message) { ((ProcessWindows &)*m_process).OnExitProcess(message); |