summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
diff options
context:
space:
mode:
authorEwan Crawford <ewan@codeplay.com>2015-05-27 14:12:34 +0000
committerEwan Crawford <ewan@codeplay.com>2015-05-27 14:12:34 +0000
commit9aa2da0025bb8ad821a84b20edd130a33c536159 (patch)
treec1d8e6f2f753811097e3ea9c87102911aa457ef5 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
parent86c7b46680869c932274e4952b4747745596988f (diff)
downloadbcm5719-llvm-9aa2da0025bb8ad821a84b20edd130a33c536159.tar.gz
bcm5719-llvm-9aa2da0025bb8ad821a84b20edd130a33c536159.zip
Change ProcessGDBRemote last stop packet to a container.
In ProcessGDBRemote we currently have a single packet, m_last_stop_packet, used to set the thread stop info. However in non-stop mode we can receive several stop reply packets in a sequence for different threads. As a result we need to use a container to hold them before they are processed. This patch also changes the return type of CheckPacket() so we can detect async notification packets. Reviewers: clayborg Subscribers: labath, ted, deepak2427, lldb-commits Differential Revision: http://reviews.llvm.org/D9853 llvm-svn: 238323
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud