|
From: Qin Z.
|
Hi: I am interested in how valgrind 2.4.0 starts up using its own loader. I can trace the execution in stage 1, but in stage 2, gdb cannot link the program with the source code, which might because stage 2 is loaded by stage 1 and gdb does not know how to link source code to stage 2. Can anyone tell me how I can link the source code with stage 2, so I can trace the execution. Best Regards Qin |