commit | 43c555dfcd76004d56ba03fd33ebbdba09f58d47 | [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 | b99af56ae242f965b0dd4918312764ef8cb1e972 | |
parent | ef285b4c22b78e0c5452047768f6145f82507f02 [diff] [blame] |
Work around some problems destroying a process with older debugservers. rdar://problem/11359989 llvm-svn: 159697
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h index 9e21ded..04d6ff2 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h +++ b/lldb/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 ();