| commit | babfc38abc9d8a3036a706d8b7abc9874da16d95 | [log] [tgz] |
|---|---|---|
| author | Jim Ingham <jingham@apple.com> | Wed Jun 06 00:32:39 2012 +0000 |
| committer | Jim Ingham <jingham@apple.com> | Wed Jun 06 00:32:39 2012 +0000 |
| tree | 424f7c76ae10c96159bd128b918ef67ae417be47 | |
| parent | aacc31813e9615e56dc39e322e47ed423e5a3adb [diff] |
Fix a place in GDBRemoteCommunicationClient::SendContinuePacketAndWaitForReply where we weren't taking m_interrupt_sent into account. Also don't reset m_interrupt_sent in SendInterrupt but do so in SendPacketAndWaitForResponse when we know we've handled the interrupt. Fix a code path through ProcessGDBRemote::DoDestroy where we were tearing down the debug session but not setting the exit status. llvm-svn: 158043