[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
Wed Aug 27 09:56:04 PDT 2025
================
@@ -154,6 +154,10 @@ Status CommandObjectDisassemble::CommandOptions::SetOptionValue(
}
} break;
+ case 'v': //< --rich variable annotations
----------------
adrian-prantl wrote:
```suggestion
case 'v':
```
https://github.com/llvm/llvm-project/pull/152887
More information about the lldb-commits
mailing list