Trace each statement

Doug Evans dje@google.com
Sat Dec 18 18:21:00 GMT 2010


On Sat, Dec 18, 2010 at 10:19 AM, Doug Evans <dje@google.com> wrote:
> On Thu, Dec 16, 2010 at 3:37 AM, Haitao Dan <dan.haitao@gmail.com> wrote:
>> Dear All,
>>
>> Is there a way to output the execution path of the run of a c program using GDB?
>>
>> Thank you very much!
>
> This is a simplistic example that can be built on if you want.

Heh, setting aside the fact that I can't cut-n-paste very well.

> $ gcc -g trace-prog.c -o trace-prog
> $ ./gdb --batch -q -x trace-prog.gdb trace-prog.x32

Add or remove the .x32 suffix as you wish.



More information about the Gdb mailing list