diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2007-12-14 18:15:47 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2007-12-14 18:15:47 +0000 |
commit | afe8ab2206b453d775fe82aec2d3073181251a3e (patch) | |
tree | f0eddb3d26aef60db9cb71d3513089cfb9fb6c15 /gdb/gdb.h | |
parent | 72b2ff0e02a1e6deaf32770f4ac82cf12fae3c2b (diff) | |
download | gdb-afe8ab2206b453d775fe82aec2d3073181251a3e.zip gdb-afe8ab2206b453d775fe82aec2d3073181251a3e.tar.gz gdb-afe8ab2206b453d775fe82aec2d3073181251a3e.tar.bz2 |
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.
Diffstat (limited to 'gdb/gdb.h')
-rw-r--r-- | gdb/gdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ enum gdb_rc gdb_breakpoint_query (struct ui_out *uiout, int bnum, enum gdb_rc gdb_breakpoint (char *address, char *condition, int hardwareflag, int tempflag, int thread, int ignore_count, + int pending, char **error_message); /* Switch thread and print notification. */ |