Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* "tbreak" and "commands" commands...
@ 2002-07-26 11:54 Joel Brobecker
  2002-07-26 12:01 ` William A. Gatliff
  0 siblings, 1 reply; 6+ messages in thread
From: Joel Brobecker @ 2002-07-26 11:54 UTC (permalink / raw)
  To: gdb

Hello,

According to the documentation, we should be able to associate a list
of commands to execute when the inferior hits a temporary breakpoint.
It currently does not seem to be the case. Is there a limitation in this
area, or is this a regression (in which case I'll be happy to work on
this)?

Here is a small copy of a simple session:
<<
GNU gdb 2002-07-26-cvs
[snip]
This GDB was configured as "i686-pc-linux-gnu"...
(gdb) tbreak test.c:8
Breakpoint 1 at 0x804854f: file test.c, line 8.
(gdb) command
Type commands for when breakpoint 1 is hit, one per line.
End with a line saying just "end".
>printf "+++ breakpoint hit\n"
>continue
>end
(gdb) run
Starting program: /nfs/paris/paris.a/brobecke/act/report/gdb/B726-014__cont_abbrev/test.bonn 
main () at test.c:8
8           printf ("Hello world.\n");
(gdb) 
>>

As you see, the inferior stopped at breakpoint 1, but the command list was
not executed...

Thanks,
-- 
Joel


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-07-26 21:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-26 11:54 "tbreak" and "commands" commands Joel Brobecker
2002-07-26 12:01 ` William A. Gatliff
2002-07-26 13:31   ` Joel Brobecker
2002-07-26 13:46     ` Fernando Nasser
2002-07-26 14:19       ` Joel Brobecker
2002-07-26 14:49         ` Fernando Nasser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox