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

satyanarayana reddy janga via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 28 09:13:45 PDT 2025


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

The test also was't validating for pc before. the stop reply packet (from haltReason func) has the PC

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


More information about the lldb-commits mailing list