[Lldb-commits] [lldb] [lldb-dap] Support StackFrameFormat (PR #137113)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 24 09:57:35 PDT 2025
================
@@ -180,44 +184,53 @@ void StackTraceRequestHandler::operator()(
llvm::json::Object body;
lldb::SBFormat frame_format = dap.frame_format;
+ bool include_all = false;
----------------
ashgti wrote:
Should this default to `dap.configuration.displayExtendedBacktrace` and then it simplifies line 75-77.
https://github.com/llvm/llvm-project/pull/137113
More information about the lldb-commits
mailing list