================
@@ -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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
