diff options
author | Ewan Crawford <ewan@codeplay.com> | 2015-05-27 14:12:34 +0000 |
---|---|---|
committer | Ewan Crawford <ewan@codeplay.com> | 2015-05-27 14:12:34 +0000 |
commit | 9aa2da0025bb8ad821a84b20edd130a33c536159 (patch) | |
tree | c1d8e6f2f753811097e3ea9c87102911aa457ef5 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp | |
parent | 86c7b46680869c932274e4952b4747745596988f (diff) | |
download | bcm5719-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/GDBRemoteCommunicationServerLLGS.cpp')
0 files changed, 0 insertions, 0 deletions