summaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorDaniel Berlin <dberlin@dberlin.org>2000-04-03 13:24:08 +0000
committerDaniel Berlin <dberlin@dberlin.org>2000-04-03 13:24:08 +0000
commit5194cb17ed36b8db5996e6cfa83b21cbc005b410 (patch)
tree8633763fdb4dab3dffad5dafba17e58630c3f1fb /gdb/NEWS
parent98d3d63a61199e402f0ce496859c5f5b04244f7e (diff)
downloadgdb-5194cb17ed36b8db5996e6cfa83b21cbc005b410.tar.gz
NEWS file update
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 40fc0f1026c..785b1d1f4f7 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -9,6 +9,9 @@ On SVR4 native platforms (such as Solaris), if you attach to a process
without first loading a symbol file, GDB will now attempt to locate and
load symbols from the running process's executable file.
+C++ support has been greatly improved. Overload resolution now works properly
+in almost all cases. RTTI support is on the way.
+
* New native configurations
ARM GNU/Linux arm*-*-linux*
@@ -59,6 +62,12 @@ The breakpoint commands ``enable'', ``disable'', and ``delete'' now
accept a range of breakpoints, e.g. ``5-7''. The tracepoint command
``tracepoint passcount'' also accepts a range of tracepoints.
+* ``apropos'' command added.
+
+The ``apropos'' command searches through command names and
+documentation strings, printing out matches, making it much easier to
+try to find a command that does what you are looking for.
+
*** Changes in GDB-4.18:
* New native configurations