summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-08-11 09:22:22 +0000
committerPavel Labath <labath@google.com>2016-08-11 09:22:22 +0000
commit4dbab2135456194feedea96863380f0d01deeb85 (patch)
treeae3284e96f5b232bfd937136b76642af32350c52 /lldb/source/Plugins/Process/gdb-remote
parentc018e4d665fbeaf74ed7d0236af47937174a5922 (diff)
downloadbcm5719-llvm-4dbab2135456194feedea96863380f0d01deeb85.tar.gz
bcm5719-llvm-4dbab2135456194feedea96863380f0d01deeb85.zip
Remove a double send of eRunPacketSent event
I accidentaly added the send both to the base class and the derived class in my refactor. Fix that. llvm-svn: 278325
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
index 207260a90b3..0933ada530e 100644
--- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
+++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
@@ -3947,7 +3947,5 @@ void
GDBRemoteCommunicationClient::OnRunPacketSent(bool first)
{
GDBRemoteClientBase::OnRunPacketSent(first);
- if (first)
- BroadcastEvent(eBroadcastBitRunPacketSent, NULL);
m_curr_tid = LLDB_INVALID_THREAD_ID;
}
OpenPOWER on IntegriCloud