[Lldb-commits] [lldb] [llvm] Stateful variable-location annotations in Disassembler::PrintInstructions() (follow-up to #147460) (PR #152887)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 26 12:21:36 PDT 2025
================
@@ -376,6 +382,148 @@ void Disassembler::PrintInstructions(Debugger &debugger, const ArchSpec &arch,
}
}
+ // Add rich variable location annotations to the disassembly output.
----------------
adrian-prantl wrote:
```suggestion
// Add variable location annotations to the disassembly output.
```
The word "rich" doesn't carry any information, it's just a catchy title for the GSoC project ;-)
https://github.com/llvm/llvm-project/pull/152887
More information about the lldb-commits
mailing list