<div dir="ltr"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span style="color:rgb(0,0,0);font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:13px;line-height:18.8500003814697px">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.</span></blockquote><div><br></div><div>What was the missing functionality? It would be nice to have the reorg and the new code in separate diffs. </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 16, 2015 at 5:20 AM, Tamas Berghammer <span dir="ltr"><<a href="mailto:tberghammer@google.com" target="_blank">tberghammer@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Add newly created files to the xcode project<br>
<br>
<br>
<a href="http://reviews.llvm.org/D7667" target="_blank">http://reviews.llvm.org/D7667</a><br>
<br>
Files:<br>
  lldb.xcodeproj/project.pbxproj<br>
<div class="HOEnZb"><div class="h5">  source/Plugins/Process/Linux/CMakeLists.txt<br>
  source/Plugins/Process/Linux/NativeRegisterContextLinux.cpp<br>
  source/Plugins/Process/Linux/NativeRegisterContextLinux.h<br>
  source/Plugins/Process/Linux/NativeRegisterContextLinux_i386.cpp<br>
  source/Plugins/Process/Linux/NativeRegisterContextLinux_i386.h<br>
  source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp<br>
  source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.h<br>
  source/Plugins/Process/Linux/NativeThreadLinux.cpp<br>
<br>
EMAIL PREFERENCES<br>
  <a href="http://reviews.llvm.org/settings/panel/emailpreferences/" target="_blank">http://reviews.llvm.org/settings/panel/emailpreferences/</a><br>
</div></div></blockquote></div><br></div>