bulbazord wrote: > `{${function.is-optimized} [opt]}` is how is already is and can be done with > frame formats, so I agree with this patch that if the user customizes it, > they have complete control and we shouldn't add anything. Does everyone else > agree?
I think I agree with this in principle -- this will give users complete control over the format of their frame, like frame formats were made to do. This change is breaking in the sense that folks who forgot to put `is-optimized` or is using a frame format they did not create (without `is-optimized`) will no longer know that they're debugging optimized code. I think this an acceptable trade-off. https://github.com/llvm/llvm-project/pull/74861 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits