On 24 Sep 2009, at 11:04, Jonas Maebe wrote: > On 24 Sep 2009, at 10:59, Alexey Voytsehovich wrote: > >> gdb testexcept.exe info line *0x004015c3 > > You should be able to do this: > > echo "info line *0x004015c3" > gdb.txt > gdb -batch --command=gdb.txt Sorry, gdb testexcept.exe -batch --command=gdb.txt Jonas