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

Tamas Berghammer tberghammer at google.com
Mon Feb 16 10:20:39 PST 2015


The main issue was that the 32 bit version used the constants from the 64 bit version what wasn't valid in that scope. The two major misuse was using m_gpr_x86_64 for i386 where the size isn't match with the requested size and using wrong indexes for the debug registers for setting the watch points.
Since this CL I found one more issue with register handling but I will address that with an other CL (effect both x64 and x86).


http://reviews.llvm.org/D7667

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list