Recognize lr/sp/fp by their numeric register names in the ABI plugin.
This is necessary to mark them appropriately when interfacing with
gdbserver.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D109691
[lldb] [ABI/AArch64] Recognize special regs by their xN names too ClosedPublic Authored by mgorny on Sep 13 2021, 7:51 AM.
Details Summary Recognize lr/sp/fp by their numeric register names in the ABI plugin.
Diff Detail Event Timelinemgorny added a parent revision: D109272: [lldb] [gdb-remote] Try using <architecture/> for remote arch unconditionally. This revision is now accepted and ready to land.Sep 14 2021, 1:14 AM This revision was landed with ongoing or failed builds.Sep 16 2021, 1:23 AM Closed by commit rGc208deb90082: [lldb] [ABI/AArch64] Recognize special regs by their xN names too (authored by mgorny). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 372253 lldb/source/Plugins/ABI/AArch64/ABIAArch64.cpp
lldb/test/API/functionalities/gdb_remote_client/TestGDBServerTargetXML.py
|