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]

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


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.


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