[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:58 PDT 2025


================
@@ -154,6 +154,10 @@ Status CommandObjectDisassemble::CommandOptions::SetOptionValue(
     }
   } break;
 
+  case 'v': //< --rich variable annotations
+    enable_rich_annotations = true;
----------------
adrian-prantl wrote:

Can you rename `rich` to `variable` in most places?

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


More information about the lldb-commits mailing list