[Lldb-commits] [PATCH] Create x86 specific NativeRegisterContextLinux

Tamas Berghammer tberghammer at google.com
Mon Feb 16 04:22:14 PST 2015


Hi ovyalov, chaoren, vharron,

Create x86 specific NativeRegisterContextLinux

Previously some part of the x86 specific code was shuffled into the x86_64 specific native register context linux without full functionality. This CL moves the common part into a new common base class (NativeRegisterContextLinux) and creates a new x86 specific subclass contatining the missing functionality and to provide better separation.

http://reviews.llvm.org/D7667

Files:
  source/Plugins/Process/Linux/CMakeLists.txt
  source/Plugins/Process/Linux/NativeRegisterContextLinux.cpp
  source/Plugins/Process/Linux/NativeRegisterContextLinux.h
  source/Plugins/Process/Linux/NativeRegisterContextLinux_i386.cpp
  source/Plugins/Process/Linux/NativeRegisterContextLinux_i386.h
  source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
  source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.h
  source/Plugins/Process/Linux/NativeThreadLinux.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7667.20016.patch
Type: text/x-patch
Size: 102880 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150216/94abc749/attachment.bin>


More information about the lldb-commits mailing list