[Lldb-commits] [PATCH] D18807: Add missing qRegisterInfo option to gdbremote testcase
Francis Ricci via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 5 16:13:10 PDT 2016
fjricci created this revision.
fjricci added reviewers: jasonmolenda, tfiala, clayborg.
fjricci added subscribers: sas, lldb-commits.
"gcc" is equivalent to "ehframe" in ProcessGDBRemote, but
only "ehframe" was a valid response in the test suite.
I know that "gcc" was replaced by "ehframe" in the test suite in D247741,
but since it hasn't been removed from ProcessGDBRemote, I'm
assuming that it's still a valid parameter.
http://reviews.llvm.org/D18807
Files:
packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
Index: packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
===================================================================
--- packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
+++ packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
@@ -630,6 +630,7 @@
"encoding",
"format",
"set",
+ "gcc",
"ehframe",
"dwarf",
"generic",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18807.52743.patch
Type: text/x-patch
Size: 446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160405/d425c0ec/attachment-0001.bin>
More information about the lldb-commits
mailing list