hanchenye-llvm-project/lldb/source/Utility
Greg Clayton c4e411ffc0 Thread safety changes in debugserver and also in the process GDB remote plugin.
I added support for asking if the GDB remote server supports thread suffixes
for packets that should be thread specific (register read/write packets) because
the way the GDB remote protocol does it right now is to have a notion of a
current thread for register and memory reads/writes (set via the "$Hg%x" packet)
and a current thread for running ("$Hc%x"). Now we ask the remote GDB server
if it supports adding the thread ID to the register packets and we enable
that feature in LLDB if supported. This stops us from having to send a bunch
of packets that update the current thread ID to some value which is prone to
error, or extra packets.

llvm-svn: 123762
2011-01-18 19:36:39 +00:00
..
ARM_DWARF_Registers.h Fixed "#endif"s followed by non comments, patch from Jean-Daniel Dupas. 2010-07-07 17:06:20 +00:00
ARM_GCC_Registers.h Fixed "#endif"s followed by non comments, patch from Jean-Daniel Dupas. 2010-07-07 17:06:20 +00:00
ArchDefaultUnwindPlan.cpp Patch from Stephen Wilson: 2010-12-20 21:45:22 +00:00
ArchVolatileRegs.cpp Patch from Stephen Wilson: 2010-12-20 21:45:22 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
PseudoTerminal.cpp
SharingPtr.cpp Cleaned a few build related things up: 2010-09-24 23:07:41 +00:00
StringExtractor.cpp Modified the stop reply packet to be able to send the thread name using the 2011-01-08 03:17:57 +00:00
StringExtractor.h Thread safety changes in debugserver and also in the process GDB remote plugin. 2011-01-18 19:36:39 +00:00
StringExtractorGDBRemote.cpp Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
StringExtractorGDBRemote.h Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
UnwindAssemblyProfiler.cpp Patch from Stephen Wilson: 2010-12-20 21:45:22 +00:00