binutils-gdb/gdb/target
Gary Benson 03f4463bfc Rename target_{stop,continue}_ptid
This commit renames target_stop_ptid as target_stop_and_wait and
target_continue_ptid as target_continue_no_signal.  Comments are
updated to more fully describe the functions' behaviour.

gdb/ChangeLog:

	* target/target.h (target_stop_ptid): Renamed as...
	(target_stop_and_wait): New function.  Updated comment.
	All uses updated.
	(target_continue_ptid): Renamed as...
	(target_continue_no_signal): New function.  Updated comment.
	All uses updated.
2014-09-22 11:33:59 +01:00
..
resume.h Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
target.h Rename target_{stop,continue}_ptid 2014-09-22 11:33:59 +01:00
wait.h Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
waitstatus.c Include common-defs.h instead of defs.h/server.h in shared code 2014-09-12 10:11:42 +01:00
waitstatus.h Move common-utils.h to common-defs.h 2014-08-07 09:06:44 +01:00