[lldb-dev] Patch for Review: Fix source list with symbol aliases
Michael Sartain
mikesart at gmail.com
Wed Jul 10 11:47:54 PDT 2013
On Wed, Jul 10, 2013 at 11:31 AM, <jingham at apple.com> wrote:
> It seems a little weird that if you've found no functions for a given
> name, you go looking for the symbols with that name by calling
> FindFunctions again, passing include_symbols=true. You're making another
> pass over all the functions even though you know that's not going to turn
> up anything. Why not just go look for symbols directly?
Good feedback. Would it make sense to add a FindFunctionSymbols() to
ModuleList?
Thanks Jim.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20130710/5700243b/attachment.html>
More information about the lldb-dev
mailing list