<rdar://problem/13190981>
authorGreg Clayton <gclayton@apple.com>
Fri, 22 Feb 2013 22:23:55 +0000 (22:23 +0000)
committerGreg Clayton <gclayton@apple.com>
Fri, 22 Feb 2013 22:23:55 +0000 (22:23 +0000)
commit3f875c589fb6b581429d422b4257e7eb325bcbb2
treedad8aa1ed012eda9235dbc471cc08e1fe0bc9ba2
parentf073871f7fb53f206a38b815d4e80a4e41606e21
<rdar://problem/13190981>

Fixed an issue where if we got a 'A' async packet back from debugserver, we would resend the last continue command. We now correctly identify the packet as async (just like the 'O' stdout async packet) and we don't resend the continue command.

llvm-svn: 175924
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp