[Lldb-commits] [lldb] [lldb] New expedited register specfication for unavailable regs (PR #193894)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Mon May 4 23:02:12 PDT 2026


================
@@ -26,10 +28,14 @@ register write st5 "{0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0xff 0xff}"
 register write st6 "{0x00 0x00 0x00 0x00 0x00 0x00 0x00 0xc0 0xff 0xff}"
 register write st7 "{0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}"
 
+reg read -a
+
 process continue
 
-# CHECK: process continue
-# CHECK-DAG: fctrl = 0x037b
----------------
JDevlieghere wrote:

Was this intentional?

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


More information about the lldb-commits mailing list