[Lldb-commits] [PATCH] D22294: Add functionality for rewriting symbols

Stephane Sezer via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 13 13:31:42 PDT 2016


sas added a comment.

@jingham, @clayborg, this is indeed a bit fragile as having to specify your rewrite maps manually when debugging is very error-prone. I have a patch that fetches the path to the rewrite map from the debug info, I'm waiting for this one to go in to upload that other diff (trying to make changes smaller so the review is easier). The way I do this is by looking at the flags that were passed to the compiler, and get the path to the rewrite map from there automatically, which then requires no user interaction for this to work.


http://reviews.llvm.org/D22294





More information about the lldb-commits mailing list