================ @@ -947,6 +950,33 @@ SBValue SBFrame::FindRegister(const char *name) { return result; } +bool SBFrame::GetDescriptionWithFormat(const SBFormat &format, SBStream &output, + const char *default_value) { ---------------- clayborg wrote:
remove default value and have clients response to returning `false` https://github.com/llvm/llvm-project/pull/71843 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits