[lldb-dev] breakpoint command

Greg Clayton gclayton at apple.com
Tue Jul 2 11:20:29 PDT 2013


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 <mikesart at valvesoftware.com> wrote:

> On Thu, Jun 20, 2013 at 5:47 PM, Michael Sartain <mikesart at valvesoftware.com> 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




More information about the lldb-dev mailing list