[Lldb-commits] [PATCH] D12791: Complete register kind naming cleanups in lldb -- required touching all register table definitions

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 15 16:04:46 PDT 2015


jasonmolenda added a comment.

Ah, those failures were due to

Index: gdbremote_testcase.py
============================

- gdbremote_testcase.py	(revision 247726)

+++ gdbremote_testcase.py	(working copy)
@@ -548,7 +548,7 @@

  "encoding",
  "format",
  "set",

- "gcc",

+        "ehframe",

  "dwarf",
  "generic",
  "container-regs",

I'll update the patch and commit.


http://reviews.llvm.org/D12791





More information about the lldb-commits mailing list