|
From: maria a. <sag...@ms...> - 2011-03-20 13:11:28
|
can anyone tell me what functions are called when valgrind first starts execution. They are independent of tool used. OR if you put it this way if i add a print statement in All functions of valgrind what 5 lines will be printed at first. |
|
From: Julian S. <js...@ac...> - 2011-03-26 07:02:05
|
It starts at the handwritten piece of assembly called _start towards the bottom of m_main.c. Then it jumps to _start_in_C_linux. J On Sunday, March 20, 2011, maria ahmed wrote: > can anyone tell me what functions are called when valgrind first starts > execution. They are independent of tool used. OR > if you put it this way if i add a print statement in All functions of > valgrind what 5 lines will be printed at first. |