[Lldb-commits] [PATCH] D134043: [lldb] Log when we cannot find an equivalent for a gdb register type
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 16 16:40:17 PDT 2022
clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.
So you can use
__PRETTY_FUNCTION__
in log messages if you want to get a demangled name for a C++ function, but that includes args, so it might be too verbose in a log message.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134043/new/
https://reviews.llvm.org/D134043
More information about the lldb-commits
mailing list