How can I define the breakpoint-commands in my gdbinit file

Luo Yi firingme@gmail.com
Thu Dec 14 01:51:00 GMT 2006


How can I define the breakpoint-commands in my gdbinit file ?

define b1
b *0x805d3bf
commands
silent
printf "ne, eax = %x\n", $eax
end    <<< ------------
end

the commands need a end instruction which can't appear in the middle
of the gdbinit file.



More information about the Gdb mailing list