|
From: Emilio C. <er...@gm...> - 2012-07-29 18:14:02
|
Hi, I am writing a valgrind tool. How can I get the last modification time (mtime) of the current running program? I can use VG_(stat/fstat) but i need the real path of the running program (with VG_(args_the_exename) I get the name of the client executable BUT as specified on the command line, not the real absolute path). Do you have some suggestions? Emilio. |