[Lldb-commits] [lldb] [lldb] Refactor variable annotation logic in Disassembler::PrintInstructions (PR #156118)
Abdullah Mohammad Amin via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 29 15:43:13 PDT 2025
UltimateForce21 wrote:
Hi @JDevlieghere,
I’ve opened a follow-up PR to address the review comments you left on [#152887](https://github.com/llvm/llvm-project/pull/152887?utm_source=chatgpt.com)
after it was merged. This PR moves `VarState` into a helper class, adopts a map-diff approach for live variable tracking, and applies the style/cleanup changes you suggested.
Thanks again for the detailed feedback!
https://github.com/llvm/llvm-project/pull/156118
More information about the lldb-commits
mailing list