[Lldb-commits] [PATCH] D69944: [lldb] Add -m option to 'target modules dump symtab' to disable demangling
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 7 06:36:51 PST 2019
teemperor requested review of this revision.
teemperor marked an inline comment as done.
teemperor added inline comments.
================
Comment at: lldb/source/Commands/Options.td:8
+ def tm_smn : Option<"show-mangled-names", "m">, Group<1>,
+ Desc<"Do not demangle symbol names before showing them.">;
}
----------------
kwk wrote:
> Does it make sense to tell what the default is here?
It seems to me this is implied because this option is only offering to turn it off.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69944/new/
https://reviews.llvm.org/D69944
More information about the lldb-commits
mailing list