Add support for pending breakpoints in MI.
authorVladimir Prus <vladimir@codesourcery.com>
Fri, 14 Dec 2007 18:15:47 +0000 (18:15 +0000)
committerVladimir Prus <vladimir@codesourcery.com>
Fri, 14 Dec 2007 18:15:47 +0000 (18:15 +0000)
commitafe8ab2206b453d775fe82aec2d3073181251a3e
treef0eddb3d26aef60db9cb71d3513089cfb9fb6c15
parent72b2ff0e02a1e6deaf32770f4ac82cf12fae3c2b
Add support for pending breakpoints in MI.
* gdb.h (gdb_breakpoint): Add parameter pending.
* breakpoint.c (gdb_breakpoint): Add parameter pending.
* mi/mi-cmd-break.c (mi_break_insert): Change
comment to refer to manual.  Add support for
the -f flag, for pending breakpoint.
gdb/ChangeLog
gdb/breakpoint.c
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/gdb.h
gdb/mi/mi-cmd-break.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.mi/mi-pending.c [new file with mode: 0644]
gdb/testsuite/gdb.mi/mi-pending.exp [new file with mode: 0644]
gdb/testsuite/gdb.mi/mi-pendshr.c [new file with mode: 0644]
This page took 0.036312 seconds and 4 git commands to generate.