[lldb-dev] Patch for Review: Fix source list with symbol aliases

Michael Sartain mikesart at gmail.com
Wed Jul 10 13:49:30 PDT 2013


On Wed, Jul 10, 2013 at 12:14 PM, <jingham at apple.com> wrote:

> That seems reasonable.  It should be simple, except there's a bunch of
> work we need to do to do fuzzy name matches (like folks expect if they look
> up foo::bar by name, it should match blah::foo::bar, etc.  So encapsulating
> that for symbols makes sense as it does with functions.  The FindFunctions
> with include_symbols=true is a separate thing, because it also does the
> work of coalescing symbols and functions so you don't end up with two
> copies of the same thing.


How does this look?

http://llvm-reviews.chandlerc.com/D1109

Thanks much.
 -Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20130710/a7117578/attachment.html>


More information about the lldb-dev mailing list