We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10ee89 commit 9389b05Copy full SHA for 9389b05
lldb/test/API/python_api/value/TestValueAPI.py
@@ -212,7 +212,7 @@ def test(self):
212
frame0.FindVariable("fixed_int_ptr").GetValue(),
213
"0x00000000000000aa",
214
)
215
- self.runCmd("settings set target.show-hex-values-with-leading-zeroes false")
+ self.runCmd("settings set target.show-hex-variable-values-with-leading-zeroes false")
216
self.assertEqual(
217
frame0.FindVariable("another_fixed_int_ptr").GetValue(),
218
"0xaa",
0 commit comments