old-cross-binutils/gdb/mi
Tom Tromey 36dfb11c8b gdb
PR mi/8444:
	* mi/mi-common.h (EXEC_ASYNC_SOLIB_EVENT, EXEC_ASYNC_FORK)
	(EXEC_ASYNC_VFORK, EXEC_ASYNC_SYSCALL_ENTRY)
	(EXEC_ASYNC_SYSCALL_RETURN, EXEC_ASYNC_EXEC): New constants.
	* mi/mi-common.c (async_reason_string_lookup): Add new reasons.
	* breakpoint.c (print_it_catch_fork, print_it_catch_vfork)
	(print_it_catch_syscall, print_it_catch_exec)
	(internal_bkpt_print_it): Use ui_out.  Emit stop reason.
	(bpstat_print): Add 'kind' argument.  Handle
	TARGET_WAITKIND_LOADED.
	* infrun.c (normal_stop): Update for bpstat_print change.  Don't
	handle TARGET_WAITKIND_LOADED here.
	* breakpoint.h (bpstat_print): Update.
gdb/testsuite
	* lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
	Add "use_mi_command" argument.
	(mi_run_cmd, mi_run_with_cli): New procs.
	* gdb.mi/solib-lib.c: New file.
	* gdb.mi/solib-main.c: New file.
	* gdb.mi/mi-solib.exp: New file.
gdb/doc
	* gdb.texinfo (GDB/MI Async Records): Document new *stopped
	reasons.
2011-11-22 21:25:19 +00:00
..
ChangeLog-1999-2003
mi-cmd-break.c gdb/ 2011-08-28 20:39:29 +00:00
mi-cmd-disas.c gdb/ 2011-08-28 20:39:29 +00:00
mi-cmd-env.c gdb/ 2011-08-28 20:39:29 +00:00
mi-cmd-file.c * dwarf2read.c (dw2_map_symbol_filenames): New parameter 2011-11-11 00:43:04 +00:00
mi-cmd-stack.c gdb/ 2011-10-09 19:34:19 +00:00
mi-cmd-target.c gdb/ 2011-08-28 20:43:43 +00:00
mi-cmd-var.c gdb/ 2011-08-28 20:39:29 +00:00
mi-cmds.c [Ada] New GDB/MI command: -ada-tasks-info 2011-10-03 21:38:31 +00:00
mi-cmds.h [Ada] New GDB/MI command: -ada-tasks-info 2011-10-03 21:38:31 +00:00
mi-common.c gdb 2011-11-22 21:25:19 +00:00
mi-common.h gdb 2011-11-22 21:25:19 +00:00
mi-console.c
mi-console.h
mi-getopt.c gdb/ 2011-08-28 20:39:29 +00:00
mi-getopt.h gdb/ 2011-08-28 20:39:29 +00:00
mi-interp.c gdb 2011-11-22 21:25:19 +00:00
mi-main.c * NEWS: Mention tracepoint additions. 2011-11-20 23:59:49 +00:00
mi-main.h
mi-out.c
mi-out.h
mi-parse.c
mi-parse.h
mi-symbol-cmds.c