[Lldb-commits] [PATCH] D22294: Add functionality for rewriting symbols
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 13 13:20:03 PDT 2016
clayborg added a comment.
Adrian Prantl suggested that we modify clang to update the debug info for the function. In the test case that was attached, the DWARF currently has a "putchar" function which should get a linkage name attached to it with "__my_putchar". Then the debug info can be correct and we won't need any modifications of the rewrite file stuff.
http://reviews.llvm.org/D22294
More information about the lldb-commits
mailing list