binutils-gdb/gdb/testsuite
Tom Tromey ab04a2af2b 2013-01-03 Pedro Alves <palves@redhat.com>
Tom Tromey  <tromey@redhat.com>
	PR cli/7221:
	* NEWS: Add "catch signal".
	* breakpoint.c (base_breakpoint_ops): No longer static.
	(bpstat_explains_signal): New function.
	(init_catchpoint): No longer static.
	(base_breakpoint_explains_signal): New function.
	(base_breakpoint_ops): Initialize new field.
	* breakpoint.h (enum bpstat_signal_value): New.
	(struct breakpoint_ops) <explains_signal>: New field.
	(bpstat_explains_signal): Remove macro, declare as function.
	(base_breakpoint_ops, init_catchpoint): Declare.
	* break-catch-sig.c: New file.
	* inferior.h (signal_catch_update): Declare.
	* infrun.c (signal_catch): New global.
	(handle_syscall_event): Update for change to
	bpstat_explains_signal.
	(handle_inferior_event): Likewise.  Always handle random signals
	via bpstats.
	(signal_cache_update): Check signal_catch.
	(signal_catch_update): New function.
	(_initialize_infrun): Initialize signal_catch.
	* Makefile.in (SFILES): Add break-catch-sig.c.
	(COMMON_OBS): Add break-catch-sig.o.
gdb/doc
	* gdb.texinfo (Set Catchpoints): Document "catch signal".
	(Signals): Likewise.
gdb/testsuite
	* gdb.base/catch-signal.c: New file.
	* gdb.base/catch-signal.exp: New file.
2013-01-16 17:31:40 +00:00
..
boards Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
config Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
gdb.ada Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
gdb.arch Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
gdb.asm Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
gdb.base 2013-01-03 Pedro Alves <palves@redhat.com> 2013-01-16 17:31:40 +00:00
gdb.cell Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
gdb.cp gdb/ 2013-01-13 18:57:01 +00:00
gdb.disasm Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
gdb.dwarf2 gdb/testsuite/ 2013-01-15 15:11:09 +00:00
gdb.fortran Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
gdb.gdb Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
gdb.go Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
gdb.hp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
gdb.java Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
gdb.linespec Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
gdb.mi * breakpoint.c (print_one_catch_fork, print_one_catch_vfork) 2013-01-16 17:27:53 +00:00
gdb.modula2 Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
gdb.multi Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
gdb.objc Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
gdb.opencl Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
gdb.opt Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
gdb.pascal Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
gdb.python Fix gdb.python/py-finish-breakpoint.exp ERROR. 2013-01-13 08:24:22 +00:00
gdb.reverse Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
gdb.server Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
gdb.stabs Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
gdb.threads Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
gdb.trace Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
gdb.xml Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
lib Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
ChangeLog 2013-01-03 Pedro Alves <palves@redhat.com> 2013-01-16 17:31:40 +00:00
Makefile.in Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
TODO
aclocal.m4
configure
configure.ac Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
dg-extract-results.sh Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00