[Lldb-commits] [PATCH] D27088: [LLDB][MIPS] Fix TestLldbGdbServer failure for MIPS

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 9 10:19:40 PST 2016


clayborg added a comment.

If we can parse the register info that was retrieved via the GDB remote packets and emulate the DWARF expression that would allow us to do things correctly in the test case. Anything that is agnostic will work and we probably have all the info we need. We will need to write a quick DWARF opcode parser, but we only need to handle the opcodes in the MIPS for now so it should be easy to make work in python.


https://reviews.llvm.org/D27088





More information about the lldb-commits mailing list