[Lldb-commits] [lldb] 🍒 [lldb] Fix TestRealDefinition on older DWARF versions (PR #165729)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 31 02:03:14 PDT 2025


================
@@ -27,13 +27,11 @@ def test_frame_var_after_stop_at_interface(self):
         # Run at stop at main
         lldbutil.check_breakpoint(self, bpno=1, expected_hit_count=1)
 
-        self.runCmd("settings set target.prefer-dynamic-value no-dynamic-values")
-
         # This should display correctly.
         self.expect(
             "frame variable foo->_bar->_hidden_ivar",
             VARIABLES_DISPLAYED_CORRECTLY,
-            substrs=["(NSString *)", "foo->_bar->_hidden_ivar = 0x"],
+            substrs=["foo->_bar->_hidden_ivar = 0x"],
----------------
Michael137 wrote:

yea can do that as a follow-up

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


More information about the lldb-commits mailing list