aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2006-08-09 16:50:04 +0000
committerJoel Brobecker <brobecker@gnat.com>2006-08-09 16:50:04 +0000
commit4f8253f312defd502ed88e825a360d7e6a2b1090 (patch)
tree97d401d94e0c2bb22bac2e1105b5f24989fb2d1f /gdb/NEWS
parent50571e4625ef93e03230174ee91e5ff8446ee479 (diff)
downloadfsf-binutils-gdb-4f8253f312defd502ed88e825a360d7e6a2b1090.zip
fsf-binutils-gdb-4f8253f312defd502ed88e825a360d7e6a2b1090.tar.gz
fsf-binutils-gdb-4f8253f312defd502ed88e825a360d7e6a2b1090.tar.bz2
* NEWS: Add entry for new substitute-path commands.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index d288c9d..97ee891 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -11,6 +11,16 @@ running on a Windows system over TCP/IP to debug Windows programs.
Cygwin debugging. Both single-threaded and multi-threaded programs are
supported.
+* New commands
+
+set substitute-path
+unset substitute-path
+show substitute-path
+ Manage a list of substitution rules that GDB uses to rewrite the name
+ of the directories where the sources are located. This can be useful
+ for instance when the sources were moved to a different location
+ between compilation and debugging.
+
* REMOVED features
The ARM Demon monitor support (RDP protocol, "target rdp").