This is an archive of the discontinued LLVM Phabricator instance.

[LLDB][MIPS] Fix some test case failures due to "elf_abi" field of qprocessInfo packet
ClosedPublic

Authored by nitesh.jain on Nov 11 2016, 2:42 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

nitesh.jain retitled this revision from to [LLDB][MIPS] Fix some test case failures due to "elf_abi" field of qprocessInfo packet.
nitesh.jain updated this object.
nitesh.jain added reviewers: jaydeep, bhushan, clayborg.
nitesh.jain added subscribers: lldb-commits, slthakur.

The elf_abi field was introduced in qprocessInfo packet (commit 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.

clayborg accepted this revision.Nov 11 2016, 8:09 AM
clayborg edited edge metadata.
This revision is now accepted and ready to land.Nov 11 2016, 8:09 AM
bhushan accepted this revision.Nov 13 2016, 8:40 PM
bhushan edited edge metadata.
This revision was automatically updated to reflect the committed changes.