[Lldb-commits] [lldb] [lldb] Extended if conditions to support alias names for registers (PR #124475)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 27 01:36:07 PST 2025


labath wrote:

I haven't checked, but it's possible that this already works for core files. The original bug was specifically about talking to qemu, which doesn't send the alternate name information (and maybe not information about subregisters as well). If that's the case then a more suitable test to emulate would be test/API/functionalities/gdb_remote_client/TestGDBServerTargetXML.py (in particular, there a test there to check that we know what the aarch64 `w0` register is even though the xml contains only `x0`)

https://github.com/llvm/llvm-project/pull/124475


More information about the lldb-commits mailing list