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

Tamas Berghammer tberghammer at google.com
Mon Feb 16 11:14:27 PST 2015


Previously the "uint64_t m_gpr_x86_64[k_num_gpr_registers_x86_64];" variable was used to store the value of the gpr registers for both x86 and for x64 contexts what isn't a problem until k_num_gpr_registers_x86_64 >= k_num_gpr_registers_i386 (currently true) and we don't use sizeof on it but I think it is a bit of a design flow.
If your fix for the debug registers will go in then this CL only contains the separation.


http://reviews.llvm.org/D7667

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






More information about the lldb-commits mailing list