[Lldb-commits] [PATCH] D20357: [LLDB][MIPS] Fix FPU Size Based on Dynamic FR/FRE bit

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 1 10:08:01 PDT 2016


clayborg added a comment.

There should be no need to add code on the lldb-server side. It would just send the DWARF expression bytes over when qRegisterInfo or the target xml is sent to the host. The host would store this expression and run it each time the register info is asked for for a register so that the host can set the register byte size correctly.


Repository:
  rL LLVM

http://reviews.llvm.org/D20357





More information about the lldb-commits mailing list