From 4f8253f312defd502ed88e825a360d7e6a2b1090 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Wed, 9 Aug 2006 16:50:04 +0000 Subject: [PATCH] * NEWS: Add entry for new substitute-path commands. --- gdb/ChangeLog | 4 ++++ gdb/NEWS | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 15927211b5..62e02038f7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2006-08-09 Joel Brobecker + + * NEWS: Add entry for new substitute-path commands. + 2006-08-08 Joel Brobecker * source.c: #include gdb_assert.h. diff --git a/gdb/NEWS b/gdb/NEWS index d288c9d66c..97ee891465 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"). -- 2.34.1