[Lldb-commits] [PATCH] D13859: [LLDB][LLGS Test] Check length of register, only when its available

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 19 10:42:38 PDT 2015


clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.

We can't rely on any specific error codes since different GDB remote servers will hand back different errors for any packet. Do you have control over the MIPS debugserver? Is this just lldb-server? If so, we should have it not tell LLDB about a register it doesn't have. So I agree with labath that the GDB server should not tell us about this register in the first place.


Repository:
  rL LLVM

http://reviews.llvm.org/D13859





More information about the lldb-commits mailing list