elf-core: support 32- and 64-bit x86 registers

Programming / Debugging / LLDB - Ed Maste [freebsd.org] - 18 February 2014 09:12 UTC

This way the same RegisterContext class can support i386 and amd64/x86_64 core files.

With some further refinement we should be able to merge all of the processor-specific RegisterContextPOSIX_* classes into a single shared one.

2bdc2f6 elf-core: support 32- and 64-bit x86 registers
.../elf-core/RegisterContextPOSIXCore_x86_64.cpp | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)

Upstream: github.com


  • Share