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]

commands on tbreak breakpoints, should they work?


gdb = 5.2.1

I'm unable to add commands to tbreak breakpoints because gdb first
deletes the breakpoint and then it looks for any breakpoints
with commands to run.

The docs say
"You can give any breakpoint (or watchpoint or catchpoint) a series of
commands to execute when your program stops due to that breakpoint."

Is this a gdb bug or doc bug?

---
bash$ gcc -g hello.c
bash$ gdb-5.2.1 ./a.out
(gdb) tbreak main
(gdb) commands
echo foo\n
end
(gdb) run


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