binutils-gdb/gdb/mi
Stan Shebs d77f58beee 2010-04-04 Stan Shebs <stan@codesourcery.com>
Nathan Sidwell  <nathan@codesourcery.com>

	* breakpoint.c (breakpoint_1): Add filter argument, return number of
	breakpoints printed.
	(is_hardware_watchpoint): Make argument const.
	(is_watchpoint): Ditto.
	(is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
	use it everywhere.
	(breakpoints_info): Pass NULL to breakpoint_1.
	(maintenance_info_breakpoints): Ditto.
	(watchpoints_info): New function.
	(tracepoints_info): Use breakpoint_1 filter.
	(set_ignore_count): Warn that tracepoint ignore count will be ignored.
	(_initialize_breakpoint): Make "info watchpoints" its own command.
	* breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
	* mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.

	* gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
	(Setting Watchpoints): Update description of "info watch".
	(Disabling Breakpoints): Only "info break" lists all.

	* gdb.base/completion.exp: Update for new "info watchpoints".
	* gdb.base/default.exp: Ditto.
	* gdb.base/help.exp: Ditto.
	* gdb.base/watchpoint.exp: Ditto.
	* gdb.trace/infotrace.exp: Update "info tracpoints" output.
2010-04-04 23:47:16 +00:00
..
ChangeLog-1999-2003 Eliminate the old mi/tui specific ChangeLog files as in ... 2004-01-12 15:16:44 +00:00
mi-cmd-break.c 2010-04-04 Stan Shebs <stan@codesourcery.com> 2010-04-04 23:47:16 +00:00
mi-cmd-disas.c Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
mi-cmd-env.c Per-inferior args and tty and environment. 2010-01-20 14:23:07 +00:00
mi-cmd-file.c gdb 2010-03-10 18:20:08 +00:00
mi-cmd-stack.c * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra 2010-02-10 22:22:02 +00:00
mi-cmd-target.c Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
mi-cmd-var.c Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
mi-cmds.c Implement -trace-save. 2010-03-23 22:05:46 +00:00
mi-cmds.h Implement -trace-save. 2010-03-23 22:05:46 +00:00
mi-common.c Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
mi-common.h Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
mi-console.c Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
mi-console.h Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
mi-getopt.c Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
mi-getopt.h Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
mi-interp.c Multiexec MI 2010-02-24 07:51:46 +00:00
mi-main.c Implement -trace-save. 2010-03-23 22:05:46 +00:00
mi-main.h Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
mi-out.c Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
mi-out.h Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
mi-parse.c gdb 2010-03-05 20:18:19 +00:00
mi-parse.h Multiexec MI 2010-02-24 07:51:46 +00:00
mi-symbol-cmds.c Update copyright year in most headers. 2010-01-01 07:32:07 +00:00