[llvm] Added --report=debugger option to llvm-debuginfo-analyzer (PR #159853)
Carlos Alberto Enciso via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 9 01:39:28 PDT 2025
================
@@ -516,13 +517,181 @@ Error LVReader::doPrint() {
if (options().getReportParents() || options().getReportView())
if (Error Err = printScopes())
return Err;
-
+ // Requested debugger report
----------------
CarlosAlbertoEnciso wrote:
Just add a full stop.
https://github.com/llvm/llvm-project/pull/159853
More information about the llvm-commits
mailing list