Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.194 diff -u -p -r1.194 NEWS --- NEWS 8 Aug 2006 15:48:07 -0000 1.194 +++ NEWS 8 Aug 2006 22:30:15 -0000 @@ -11,6 +11,16 @@ running on a Windows system over TCP/IP 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").