That sounds fine to me. Since the symbol's start address is already in section/offset format, it will be a really quick lookup within the module itself to resolve the function.
Greg On Jul 1, 2013, at 7:45 PM, Michael Sartain <[email protected]> wrote: > On Thu, Jun 20, 2013 at 5:47 PM, Michael Sartain <[email protected]> > wrote: > One question: would it make sense to have Symbol::GetPrologueByteSize() check > to see if it is an exact alias to a function and if so, use the > Function::GetPrologueByteSize() routine? That way we'd get the prologue end > data instead of just skipping lines? > > Just pinging. Does anyone have any thoughts on whether this makes sense look > at? > > Thanks. > -Mike _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
