forked from OSchip/llvm-project
[LLDB][MIPS] Fix some test case failures due to elf_abi field of qprocessInfo packet.
Reviewers: jaydeep, bhushan, clayborg Subscribers: slthakur, lldb-commits Differential Revision: https://reviews.llvm.org/D26542 llvm-svn: 289209
This commit is contained in:
parent
eedc4059c3
commit
de5923a70a
|
@ -663,6 +663,7 @@ class GdbRemoteTestCaseBase(TestBase):
|
|||
"triple",
|
||||
"vendor",
|
||||
"endian",
|
||||
"elf_abi",
|
||||
"ptrsize"
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue