[Lldb-commits] [PATCH] D26542: [LLDB][MIPS] Fix some test case failures due to "elf_abi" field of qprocessInfo packet
Nitesh Jain via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 11 03:02:37 PST 2016
nitesh.jain added a comment.
The elf_abi field was introduced in qprocessInfo packet (commit https://reviews.llvm.org/rL284001) so that LLDB can set pointer size and parse aux vector accordingly. This patch fix some test cases failures by introducing this field in _KNOWN_PROCESS_INFO_KEYS.
https://reviews.llvm.org/D26542
More information about the lldb-commits
mailing list