|
From: Marcio O. B. <ma...@cs...> - 2004-06-18 16:03:28
|
Hi all, I am new to the area, and am looking for a software package the solve a debugging issue that I am not sure is feasible. In short, I would like to be able to intercept a system call and determine which command/funcion call in what C source file within the running application exercised that system call. More precisely, for debugging purposes I would like to be able to point out which line of source code was responsible for a given type of system call. I imagine compiling the source code using a "-g" like option and then figuring this all out. Any help would be appreciated, Thanks, -Marcio. |