]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* NEWS: Add entry for new substitute-path commands.
authorJoel Brobecker <brobecker@gnat.com>
Wed, 9 Aug 2006 16:50:04 +0000 (16:50 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 9 Aug 2006 16:50:04 +0000 (16:50 +0000)
gdb/ChangeLog
gdb/NEWS

index 15927211b527c8f48c6c6fbd1bd8c925f9e56b7d..62e02038f764dd0a9ff22b74e4b8ada562a2174b 100644 (file)
@@ -1,3 +1,7 @@
+2006-08-09  Joel Brobecker  <brobecker@adacore.com>
+
+       * NEWS: Add entry for new substitute-path commands.
+
 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
 
        * source.c: #include gdb_assert.h.
index d288c9d66c0c5be304647b56462b0d361aa2f522..97ee8914654836e8b1465ac58401c6d21a9909b2 100644 (file)
--- 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").