summaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorVladimir Prus <vladimir@codesourcery.com>2007-09-28 06:24:20 +0000
committerVladimir Prus <vladimir@codesourcery.com>2007-09-28 06:24:20 +0000
commit86fa60932212ce4317af61780148ef3c307887d0 (patch)
treef857e3776e99c2c998c1fd4a2643c7517006e93d /gdb/NEWS
parent7f5894e1d00740da63b202c2c787767e495196dd (diff)
downloadgdb-86fa60932212ce4317af61780148ef3c307887d0.tar.gz
* NEW: Mention pending breakpoint changes and
support for breakpoints at multiple locations. * gdb.texinfo (Setting Breakpoints): Revise documentation for pending breakpoints. Document breakpoints with multiple locations.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index a7c3aab9af9..eb83c1ef81a 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,13 @@
*** Changes since GDB 6.7
+* Pending breakpoints no longer change their number when their address
+ is resolved.
+
+* GDB now supports breakpoints with multiple locations,
+ including breakpoints on C++ constructors, inside C++ templates,
+ and in inlined functions.
+
*** Changes in GDB 6.6
* Resolved 101 resource leaks, null pointer dereferences, etc. in gdb,