diff options
author | Joel Brobecker <brobecker@gnat.com> | 2013-05-23 06:00:53 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2013-05-23 06:00:53 +0000 |
commit | 0201faace78ad7fb4eb26e405a95e62db267543e (patch) | |
tree | e51b5f11c4fb71546efdfafa6e8c8f77ba5fbc88 /gdb/NEWS | |
parent | 03ae2d5e4fc9d1b19a13237be3d9e4081b865a33 (diff) | |
download | gdb-0201faace78ad7fb4eb26e405a95e62db267543e.zip gdb-0201faace78ad7fb4eb26e405a95e62db267543e.tar.gz gdb-0201faace78ad7fb4eb26e405a95e62db267543e.tar.bz2 |
Document new <data-dir>/system-gdbinit area
gdb/doc/ChangeLog:
* gdb.texinfo (Installed System-wide Configuration Scripts):
Add subsection describing the scripts now available under
the data-dir's system-gdbbinit subdirectory.
* NEWS: Add entry announcing the availability of system-wide
configuration scripts for ElinOS and Wind River Linux.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -72,6 +72,12 @@ show debug nios2 ** The new command -dprintf-insert sets a dynamic printf breakpoint. +* New system-wide configuration scripts + A GDB installation now provides scripts suitable for use as system-wide + configuration scripts for the following systems: + ** ElinOS + ** Wind River Linux + *** Changes in GDB 7.6 * Target record has been renamed to record-full. |