[Lldb-commits] [lldb] [lldb] support ieee_single and ieee_double gdbtypes for registers (PR #150268)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 28 01:17:02 PDT 2025


================
@@ -692,6 +692,9 @@ class MyResponder(MockGDBServerResponder):
                 "0102030405060708"  # t4
                 "0102030405060708"  # t5
                 "0102030405060708"  # t6
+                "6162636465666768"  # pc
----------------
DavidSpickett wrote:

I guess that we just didn't provide data for the PC before? Surprised that the test worked at all.

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


More information about the lldb-commits mailing list