aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2010-11-05 16:55:40 +0000
committerDoug Evans <dje@google.com>2010-11-05 16:55:40 +0000
commit99e7ae30ed872f3f81762504c930634c47055b7c (patch)
treefdd7ee6a246229733a3ea0483e8a5a00d239104f /gdb/NEWS
parentf4b8a18de7f165283091323b11e9e363dadb8b62 (diff)
downloadgdb-99e7ae30ed872f3f81762504c930634c47055b7c.zip
gdb-99e7ae30ed872f3f81762504c930634c47055b7c.tar.gz
gdb-99e7ae30ed872f3f81762504c930634c47055b7c.tar.bz2
Make gdb.parameter("directories") work.
New command "set directories". * NEWS: Document them. * source.c (set_directories_command): New function. (show_directories_1): Renamed from show_directories. All callers updated. (show_directories_command): New function. (_initialize_source): Install "directories" as a set/show variable instead of just a show command. doc/ * gdb.texinfo (Source Path): Document "set directories". testsuite/ * gdb.base/help.exp: Update expected output. * gdb.python/py-parameter.exp: New file.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index e883a8b..38478c4 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,10 @@
*** Changes since GDB 7.2
+* GDB has a new command: "set directories".
+ It is like the "dir" command except that it replaces the
+ source path list instead of augmenting it.
+
* OpenCL C
Initial support for the OpenCL C language (http://www.khronos.org/opencl)
has been integrated into GDB.
@@ -29,6 +33,8 @@
** New commands "info pretty-printers", "enable pretty-printer" and
"disable pretty-printer" have been added.
+ ** gdb.parameter("directories") is now available.
+
* C++ Improvements:
** GDB now puts template parameters in scope when debugging in an