[Lldb-commits] [PATCH] D22294: Add functionality for rewriting symbols
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 13 14:11:20 PDT 2016
clayborg added a comment.
Note that during function lookup, we can find **both** "putchar" and "__my_putchar" in the debug info, so you will be able to call both.
http://reviews.llvm.org/D22294
More information about the lldb-commits
mailing list