llvm-project/lldb/source/Plugins/Process/elf-core
Ed Maste af58e02d1c mips64: clean up register context storage
Store the gpr data in a DataBufferHeap and use a DataExtractor to
extract register values with appropriate endianness.  This avoids hard-
coding the register count, and with some further work would allow this
class to provide generic register context storage for any CPU.

llvm-svn: 205329
2014-04-01 17:27:25 +00:00
..
CMakeLists.txt POSIX RegisterContext for mips64 2013-10-10 00:59:47 +00:00
Makefile Re-introduces ELF core file support for Linux x86-64 2013-07-17 16:06:12 +00:00
ProcessElfCore.cpp Moved various RegisterContext files from Process/POSIX to Process/Utility for easier sharing. 2014-03-12 16:04:29 +00:00
ProcessElfCore.h elf-core: Improve FreeBSD support and move data extraction to parse time 2013-07-23 18:30:49 +00:00
RegisterContextPOSIXCore_mips64.cpp mips64: clean up register context storage 2014-04-01 17:27:25 +00:00
RegisterContextPOSIXCore_mips64.h mips64: clean up register context storage 2014-04-01 17:27:25 +00:00
RegisterContextPOSIXCore_x86_64.cpp elf-core: support 32- and 64-bit x86 registers 2014-02-18 15:12:35 +00:00
RegisterContextPOSIXCore_x86_64.h Moved various RegisterContext files from Process/POSIX to Process/Utility for easier sharing. 2014-03-12 16:04:29 +00:00
ThreadElfCore.cpp Moved various RegisterContext files from Process/POSIX to Process/Utility for easier sharing. 2014-03-12 16:04:29 +00:00
ThreadElfCore.h si_errno and friends are macros on NetBSD, so #undef them first. 2013-09-25 17:56:48 +00:00