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

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Sat Nov 11 11:33:40 PST 2023


================
@@ -1779,18 +1779,36 @@ void StackFrame::CalculateExecutionContext(ExecutionContext &exe_ctx) {
   exe_ctx.SetContext(shared_from_this());
 }
 
+bool StackFrame::DumpUsingFormat(Stream &strm,
+                                 const FormatEntity::Entry *format,
+                                 llvm::StringRef frame_marker,
+                                 bool use_fallback_format_on_error) {
----------------
bulbazord wrote:

fwiw I agree with Greg here.

https://github.com/llvm/llvm-project/pull/71843


More information about the lldb-commits mailing list