[Lldb-commits] [PATCH] D69944: [lldb] Add -m option to 'target modules dump symtab' to disable demangling
Konrad Wilhelm Kleine via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 7 05:23:35 PST 2019
kwk 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.">;
}
----------------
Does it make sense to tell what the default is here?
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69944/new/
https://reviews.llvm.org/D69944
More information about the lldb-commits
mailing list