[Lldb-commits] [PATCH] D71237: [FormatEntity] Add mangled function name support

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 9 17:26:48 PST 2019


jingham added a comment.

If you make the frame format such that it is easy to pull the mangled & demangled names out of the format output (e.g. ###${function.mangled-name}### ???${function.name}) then you could check that the two names are different, and for extra credit you could use "lang c++ demangle" to demangle it and match it against the regular mangled name...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71237/new/

https://reviews.llvm.org/D71237





More information about the lldb-commits mailing list