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

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to