Hi,
I am trying to find the sequence in which the functions in a C++ code are getting called. I was wondering if I could use gdb for this.
I was thinking of putting a tracepoint at each function, and then just displaying or dumping the function name into a file would help.
But unfortunately, I was not able to do so.
Can someone plz help me out ?
Regards,
Hrishikesh
I am trying to find the sequence in which the functions in a C++ code are getting called. I was wondering if I could use gdb for this.
I was thinking of putting a tracepoint at each function, and then just displaying or dumping the function name into a file would help.
But unfortunately, I was not able to do so.
Can someone plz help me out ?
Regards,
Hrishikesh