binutils-gdb/include/gdb
Pedro Alves 4e22507533 Fix up a couple oddities in GDB's signal names and strings.
- The Mach exception/signals escaped the TARGET_ -> GDB_ prefix change
  done a while ago, but there's no real reason for that.  I grepped
  for TARGET_EXC and fixed all found, which unsurprisingly, means
  darwin-nat.c needed fixing.  I think the change there is as obvious
  and trivial as it can get, so I'd be quite surprised if this broke
  anything there somehow.

- GDB_SIGNAL_LAST's description string was unnecessarily inconsistent
  with the enum name.

Built on x86_64 Fedora 17.

gdb/
2013-10-22  Pedro Alves  <palves@redhat.com>

	* include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
	GDB_EXC_BAD_ACCESS.
	(TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
	(TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
	(TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
	(TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
	(TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
	(GDB_SIGNAL_LAST): Change description string.
	* common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
	Adjust to signal renaming.
	* darwin-nat.c (darwin_decode_message): Likewise.
2013-10-25 14:02:58 +00:00
..
callback.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
ChangeLog gdb: 2013-03-15 17:53:44 +00:00
fileio.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
gdb-index.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
remote-sim.h gdb: 2013-03-15 17:53:44 +00:00
signals.def Fix up a couple oddities in GDB's signal names and strings. 2013-10-25 14:02:58 +00:00
signals.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
sim-arm.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
sim-bfin.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
sim-cr16.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
sim-d10v.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
sim-frv.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
sim-h8300.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
sim-lm32.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
sim-m32c.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
sim-ppc.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
sim-rl78.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
sim-rx.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
sim-sh.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00