[Lldb-commits] [lldb] [lldb-dap] Add an option to provide a format for stack frames (PR #71843)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Sat Nov 11 10:55:27 PST 2023


================
@@ -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


More information about the lldb-commits mailing list