This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] .statement("function@file.c+5")


On Fri, 2008-06-06 at 09:48 -0400, Stan Cox wrote:
> This supports a relative line offset for .statement.  So for example:
>  .statement("function@file.c:135") would be line 135 of function in
> file.c
>  .statement("function@file.c+3") would be function entry line + 3 in
> file.c 
> 

Yay!

How is "function entry line" defined?  The line with the opening curly
brace?

Jim


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]