[Lldb-commits] [lldb] [lldb] New expedited register specfication for unavailable regs (PR #193894)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 24 05:54:10 PDT 2026
================
@@ -2090,6 +2095,9 @@ following forms:
followed by a series of key/value pairs:
* If key is a hex number, it is a register number and value is
the hex value of the register in debuggee endian byte order.
+ An empty value indicates that the register cannot be fetched
+ at this stop point; lldb will not succeed if it sends a separate
+ read-register packet.
----------------
DavidSpickett wrote:
And this is a packet special to LLDB so we don't have to think about all the GDB's floating around out there anyway.
https://github.com/llvm/llvm-project/pull/193894
More information about the lldb-commits
mailing list