binutils-gdb/gdb/testsuite/gdb.server
Jan Kratochvil 598d363666 gdb/
* exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
	* remote.c (trace_error): Remove the special handling of '2'.
	(readchar) <SERIAL_EOF>
	(readchar) <SERIAL_ERROR>
	(getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
	(remote_get_trace_status): Call throw_exception if EX is
	TARGET_CLOSE_ERROR.
	* utils.c (perror_with_name): Rename to ...
	(throw_perror_with_name): ... here.  New parameter errcode, describe it
	in the function comment.
	(perror_with_name): New function wrapper.
	* utils.h (enum errors): New stub declaration.
	(throw_perror_with_name): New declaration.

gdb/testsuite/
	* gdb.server/server-kill.c: New file.
	* gdb.server/server-kill.exp: New file.
2013-03-22 20:39:29 +00:00
..
ext-attach.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
ext-attach.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
ext-run.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
file-transfer.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
Makefile.in From: Sanimir Agovic <sanimir.agovic@intel.com> 2013-02-12 15:03:12 +00:00
no-thread-db.c From: Sanimir Agovic <sanimir.agovic@intel.com> 2013-02-12 15:03:12 +00:00
no-thread-db.exp From: Sanimir Agovic <sanimir.agovic@intel.com> 2013-02-12 15:03:12 +00:00
server-exec-info.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
server-kill.c gdb/ 2013-03-22 20:39:29 +00:00
server-kill.exp gdb/ 2013-03-22 20:39:29 +00:00
server-mon.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
server-run.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
server.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
solib-list-lib.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
solib-list-main.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
solib-list.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
transfer.txt