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.