[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
Mon Aug 11 11:24:08 PDT 2025


================
@@ -445,10 +444,11 @@ class Disassembler : public std::enable_shared_from_this<Disassembler>,
                           const ExecutionContext &exe_ctx, const Address &start,
                           Limit limit, bool mixed_source_and_assembly,
                           uint32_t num_mixed_context_lines, uint32_t options,
----------------
adrian-prantl wrote:

Why is the new flag not part of `options`?

https://github.com/llvm/llvm-project/pull/152887


More information about the lldb-commits mailing list