[Lldb-commits] [PATCH] D24603: [LLDB][MIPS] fix Floating point register read/write for big endian
Nitesh Jain via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 21 02:18:20 PDT 2016
nitesh.jain added inline comments.
================
Comment at: source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.cpp:1183
@@ +1182,3 @@
+ case dwarf_config5_mips64:
+ return reg_info->byte_offset;
+ case dwarf_cause_mips:
----------------
Changing LLDB numbering scheme is not feasible since there are lots of changes both at host and target site. Should I add new numbering scheme ?
https://reviews.llvm.org/D24603
More information about the lldb-commits
mailing list