This is the mail archive of the gdb@sources.redhat.com 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]

Command echo from script files


Guys:


I'm invoking arm-elf-gdb with a script file, and capturing the results:


$ arm-elf-gdb -x script progname 2>&1 | tee logfile

I would love for the logfile to show the commands actually given to gdb, but it only shows the results of those commands.

Is there a way to make the commands given to gdb from a script file show up on the console?


Thanks!



b.g.


--
Bill Gatliff
So what part of make clean all install do you not understand?
bgat@billgatliff.com


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