llvm-project/lldb/source/Plugins/Process
Jim Ingham 455fa5ccc6 There seems to be some odd corner case where we shut down the ProcessGDBRemote, but we haven't managed to shut down the async thread. That causes the ProcessGDBRemote::AsyncThread to crash when it wakes up. So I changed StartAsyncThread and StopAsyncThread to be callable multiple times (only the first one does anything) so that we can just shut it down unequivocally in the ProcessGDBRemote destructor.
<rdar://problem/12602981>

llvm-svn: 167197
2012-11-01 01:15:33 +00:00
..
FreeBSD FreeBSD patch by Viktor Kutuzov 2012-05-31 07:49:36 +00:00
Linux Patch from Matt Kopec: 2012-10-16 20:20:18 +00:00
MacOSX-Kernel Identify a kdp session that is connecting to an EFI monitor, 2012-10-25 00:25:13 +00:00
POSIX Patch from Matt Kopec <matt.kopec@intel.com> to handle stepping into multiply-nested inlined code. 2012-10-30 17:44:49 +00:00
Utility <rdar://problem/12602978> 2012-10-30 23:57:32 +00:00
gdb-remote There seems to be some odd corner case where we shut down the ProcessGDBRemote, but we haven't managed to shut down the async thread. That causes the ProcessGDBRemote::AsyncThread to crash when it wakes up. So I changed StartAsyncThread and StopAsyncThread to be callable multiple times (only the first one does anything) so that we can just shut it down unequivocally in the ProcessGDBRemote destructor. 2012-11-01 01:15:33 +00:00
mach-core Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two breakpoints were set on consecutive addresses, the continue from the 2012-10-16 00:09:33 +00:00