-
compiled with:
and running the program with
it print the arguments and return value for libc-related function, but the local function is not printed, is there a way to also print the arugments and return value for local function? I already set |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
oh, problem solved, it seems it must compiled with
thanks for making this great tool! ^^ |
Beta Was this translation helpful? Give feedback.
-
Right, |
Beta Was this translation helpful? Give feedback.
oh, problem solved, it seems it must compiled with
-pg
flag instead offinstrument-functions
:)