================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to