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

Chaoren Lin chaorenl at google.com
Mon Feb 16 09:56:18 PST 2015


>
> 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.


What was the missing functionality? It would be nice to have the reorg and
the new code in separate diffs.

On Mon, Feb 16, 2015 at 5:20 AM, Tamas Berghammer <tberghammer at google.com>
wrote:

> Add newly created files to the xcode project
>
>
> http://reviews.llvm.org/D7667
>
> Files:
>   lldb.xcodeproj/project.pbxproj
>   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 --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150216/697a8762/attachment.html>


More information about the lldb-commits mailing list