* NEWS: Add entry for new substitute-path commands.
This commit is contained in:
parent
50571e4625
commit
4f8253f312
2 changed files with 14 additions and 0 deletions
|
@ -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.
|
||||
|
|
10
gdb/NEWS
10
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").
|
||||
|
|
Loading…
Reference in a new issue