binutils-gdb/gdb/mi
Pedro Alves a474d7c2a3 Per-thread commands.
* gdbthread.h: Remove unneeded forward declarations.
	Include "inferior.h".
	(struct thread_info): Add continuations,
	intermediate_continuations, proceed_to_finish, step_over_calls,
	stop_step, step_multi and stop_signal members.
	(save_infrun_state): Add continuations,
	intermediate_continuations, proceed_to_finish, step_over_calls,
	stop_step, step_multi, stop_signal and stop_bpstat parameters.
	(load_infrun_state): Add continuations,
	intermediate_continuations, proceed_to_finish, step_over_calls,
	stop_step, step_multi, stop_signal and stop_bpstat parameters.

	* thread.c (load_infrun_state): In non-stop mode, load
	continuations, intermediate_continuations, proceed_to_finish,
	step_over_calls, stop_step, step_multi and stop_signal.
	(save_infrun_state): Store continuations,
	intermediate_continuations, proceed_to_finish, step_over_calls,
	stop_step, step_multi, stop_signal and stop_bpstat.
	(save_infrun_state): Store continuations,
	intermediate_continuations, proceed_to_finish, step_over_calls,
	stop_step, step_multi, stop_signal and stop_bpstat.
	(free_thread): Clear The thread's stop_bpstat.

	* inferior.h (context_switch_to): Declare.

	* infrun.c (ecss): New global.
	(context_switch): Context switch continuations,
	intermediate_continuations, proceed_to_finish, step_over_calls,
	stop_step, step_multi, stop_signal and stop_bpstat.
	(wait_for_inferior): Use global ecss.
	(async_ecss, async_ecs): Delete.
	(fetch_inferior_event): Use global ecss.
	(context_switch_to): New.

	* top.c (execute_command): In non-stop, only check if the current
	thread is running, in all-stop, check if there's any thread
	running.

	* breakpoint.c (bpstat_remove_breakpoint): New.
	(bpstat_remove_breakpoint_callback): New.
	(delete_breakpoint): Clear the stop_bpstats of all threads.

	* mi/mi-main.c (mi_cmd_execute): In non-stop, only check if the
	current thread is running, in all-stop, check if there's any
	thread running.

	* Makefile.in (gdbthread_h): Depend on $(inferior_h).
2008-07-09 22:30:46 +00:00
..
ChangeLog-1999-2003 Eliminate the old mi/tui specific ChangeLog files as in ... 2004-01-12 15:16:44 +00:00
gdb-mi.el Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-cmd-break.c Kill the return value for all MI command functions. 2008-06-25 15:15:42 +00:00
mi-cmd-disas.c Kill the return value for all MI command functions. 2008-06-25 15:15:42 +00:00
mi-cmd-env.c Kill the return value for all MI command functions. 2008-06-25 15:15:42 +00:00
mi-cmd-file.c Kill the return value for all MI command functions. 2008-06-25 15:15:42 +00:00
mi-cmd-stack.c Kill the return value for all MI command functions. 2008-06-25 15:15:42 +00:00
mi-cmd-target.c Kill the return value for all MI command functions. 2008-06-25 15:15:42 +00:00
mi-cmd-var.c Kill the return value for all MI command functions. 2008-06-25 15:15:42 +00:00
mi-cmds.c Implement -target-attach. 2008-07-04 09:04:36 +00:00
mi-cmds.h * mi/mi-cmds.c (mi_cmds): Route -exec-run, -exec-until, 2008-06-29 17:36:36 +00:00
mi-common.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-common.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-console.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-console.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-getopt.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-getopt.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-interp.c * mi/mi-interp.c (mi_on_resume): Don't try to report 2008-07-05 17:57:24 +00:00
mi-main.c Per-thread commands. 2008-07-09 22:30:46 +00:00
mi-main.h Emit ^running via observer. 2008-06-25 14:32:34 +00:00
mi-out.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-out.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-parse.c * mi/mi-cmds.h (mi_cmd_args_ftype): Remove. 2008-04-24 13:28:06 +00:00
mi-parse.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-symbol-cmds.c Kill the return value for all MI command functions. 2008-06-25 15:15:42 +00:00