================ @@ -2,10 +2,15 @@ int main() { NSDictionary* dic = @{@1 : @2}; + BOOL b = NO; NSLog(@"hello world"); //% dic = self.frame().FindVariable("dic") //% dic.SetPreferSyntheticValue(True) //% dic.SetPreferDynamicValue(lldb.eDynamicCanRunTarget) //% dic.SetValueFromCString("12") + //% b = self.frame().FindVariable("b") + //% b.SetValueFromCString("YES") return 0; //% dic = self.frame().FindVariable("dic") - //% self.assertTrue(dic.GetValueAsUnsigned() == 0xC, "failed to read what I wrote") + //% self.assertTrue(dic.GetValueAsUnsigned() == 0xC, "failed to read what I + //wrote") % b = self.frame().FindVariable("b") % ---------------- JDevlieghere wrote:
I think `black` messed that up. Let me fix it and see what the tool says. https://github.com/llvm/llvm-project/pull/115780 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits