hanchenye-llvm-project/lldb/source/Utility
Greg Clayton a63d08c9ff Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate
an executable file if it is right next to a dSYM file that is found using
DebugSymbols. The code also looks into a bundle if the dSYM file is right
next to a bundle.

Modified the MacOSX kernel dynamic loader plug-in to correctly set the load
address for kext sections. This is a tad tricky because of how LLDB chooses
to treat mach-o segments with no name. Also modified the loader to properly
handle the older version 1 kext summary info.

Fixed a crasher in the Mach-o object file parser when it is trying to set
the section size correctly for dSYM sections.

Added packet dumpers to the CommunicationKDP class. We now also properly 
detect address byte sizes based on the cpu type and subtype that is provided.
Added a read memory and read register support to CommunicationKDP. Added a
ThreadKDP class that now uses subclasses of the RegisterContextDarwin_XXX for
arm, i386 and x86_64. 

Fixed some register numbering issues in the RegisterContextDarwin_arm class
and added ARM GDB numbers to the ARM_GCC_Registers.h file.

Change the RegisterContextMach_XXX classes over to subclassing their
RegisterContextDarwin_XXX counterparts so we can share the mach register 
contexts between the user and kernel plug-ins.

llvm-svn: 135466
2011-07-19 03:57:15 +00:00
..
ARM_DWARF_Registers.cpp API fix and missing headers. 2011-05-19 23:07:19 +00:00
ARM_DWARF_Registers.h Got the EmulateInstruction CFI code a lot closer to producing CFI data. 2011-04-26 23:48:45 +00:00
ARM_GCC_Registers.h Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate 2011-07-19 03:57:15 +00:00
Makefile
PseudoTerminal.cpp
RefCounter.cpp fixing missing RefCounter class 2011-07-13 00:00:57 +00:00
SharingPtr.cpp
StringExtractor.cpp Add a missing header 2011-04-07 10:20:23 +00:00
StringExtractor.h Many improvements to the Platform base class and subclasses. The base Platform 2011-03-30 18:16:51 +00:00
StringExtractorGDBRemote.cpp Moved the execution context that was in the Debugger into 2011-04-12 05:54:46 +00:00
StringExtractorGDBRemote.h Moved the execution context that was in the Debugger into 2011-04-12 05:54:46 +00:00