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.
This commit is contained in:
Vladimir Prus
2007-12-14 18:15:47 +00:00
parent 72b2ff0e02
commit afe8ab2206
10 changed files with 185 additions and 17 deletions

View File

@ -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. */