Is there a way to extract the line number within the source code just prior
to a wrapper being called?

For instance a FORK or malloc were called in file_name.c at line number x

Is it possible to get that info through client requests?

I'm thinking something along the lines of passing the instrumented address
back to the client just before the wrapper and then using
get_filename_linenum(), though i'm not sure if that's the way to do it.

any ideas?




-- 
View this message in context: 
http://old.nabble.com/get-line-number-when-wrappers-are-called-tp33645514p33645514.html
Sent from the Valgrind - Users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to