[lldb-dev] Patch for Review: Fix source list with symbol aliases
Michael Sartain
mikesart at gmail.com
Wed Jul 10 11:19:24 PDT 2013
I thought I had sent this to lldb-commits, but I'm not seeing it in the
lldb-commits archives. So here is the request again...
"source list -n printf" wasn't working on Linux because printf is a symbol
and the code was only searching for functions.
The patch now searches for symbols if function searching fails and tries to
find a symbol that lines up exactly with a function.
The Linux test suite passes with this patch. Please let me know if it's ok
to submit. Thanks.
-Mike
http://llvm-reviews.chandlerc.com/D1109
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20130710/ef3d72d9/attachment.html>
More information about the lldb-dev
mailing list