labath added a comment. Seems fine to me.
================ Comment at: lldb/source/Commands/Options.td:1231 Desc<"Type names are actually regular expressions.">; + def type_synth_add_recognizer_function : Option<"recognizer-function", "R">, + Desc<"Type names are actually the names of python functions that decide " ---------------- There's a little-known trick to avoid a short version of an option by using a non-printable character here (like `"\\x01"`, see `disassemble --force`). Given that we don't expect this to be widely used (and that `R` could also mean `Regex`), maybe this is the time to use it? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D137000/new/ https://reviews.llvm.org/D137000 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits