commit | 06b84494c72ceb559ca07ff5e2ccd2fe645b6363 | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Wed Jul 04 00:35:43 2012 +0000 |
committer | Jim Ingham <jingham@apple.com> | Wed Jul 04 00:35:43 2012 +0000 |
tree | ef76db2f353e8526a076ec99b0fbdfcb88e9e078 | |
parent | dcf561419ff815256d63dedeba06d9b5c969702a [diff] [blame] |
Work around some problems destroying a process with older debugservers. rdar://problem/11359989 git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@159697 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h b/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h index 9e21ded..04d6ff2 100644 --- a/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h +++ b/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
@@ -321,6 +321,7 @@ MMapMap m_addr_to_mmap_size; lldb::BreakpointSP m_thread_create_bp_sp; bool m_waiting_for_attach; + bool m_destroy_tried_resuming; bool StartAsyncThread ();