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
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to