This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Trace each statement


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]