[Lldb-commits] [PATCH] D111715: [WIP] [lldb] change name demangling to be consistent between windows and linx
Reid Kleckner via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 18 12:26:55 PDT 2021
rnk accepted this revision.
rnk added a comment.
lgtm
This flag seems reasonable. Microsoft's UnDecorateName API has quite a few of these kinds of things:
https://docs.microsoft.com/en-us/windows/win32/api/dbghelp/nf-dbghelp-undecoratesymbolname
I don't think it makes sense to implement them all, but clearly, people have use cases for this kind of stuff. I think "name only" might be a useful addition at some point.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111715/new/
https://reviews.llvm.org/D111715
More information about the lldb-commits
mailing list