[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:20:36 PDT 2025
================
@@ -399,6 +398,7 @@ class Disassembler : public std::enable_shared_from_this<Disassembler>,
eOptionMarkPCAddress =
(1u << 3), // Mark the disassembly line the contains the PC
eOptionShowControlFlowKind = (1u << 4),
+ eOptionRichAnnotations = (1u << 5),
----------------
adrian-prantl wrote:
Ping @UltimateForce21
https://github.com/llvm/llvm-project/pull/152887
More information about the lldb-commits
mailing list