old-cross-binutils/gdb/target
Gary Benson f8c1d06b82 Introduce target_{stop,continue}_ptid
This commit introduces two new functions to stop and restart target
processes that shared code can use and that clients must implement.
It also changes some shared code to use these functions.

gdb/ChangeLog:

	* target/target.h (target_stop_ptid, target_continue_ptid):
	Declare.
	* target.c (target_stop_ptid, target_continue_ptid): New
	functions.
	* common/agent.c [!GDBSERVER]: Don't include infrun.h.
	(agent_run_command): Always use target_stop_ptid and
	target_continue_ptid.

gdb/gdbserver/ChangeLog:

	* target.c (target_stop_ptid, target_continue_ptid): New
	functions.
2014-09-11 11:19:56 +01:00
..
resume.h
target.h Introduce target_{stop,continue}_ptid 2014-09-11 11:19:56 +01:00
wait.h
waitstatus.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
waitstatus.h Move common-utils.h to common-defs.h 2014-08-07 09:06:44 +01:00