aboutsummaryrefslogtreecommitdiff
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
commitfe6fbf8b6eff80d3df998ab8b0e14ac984e3e265 (patch)
tree3c81102618c9e535948b9e4b7b29ae513300f712 /gdb/NEWS
parentdfbba8f432b3e651241e00d13a5284db46692791 (diff)
downloadgdb-fe6fbf8b6eff80d3df998ab8b0e14ac984e3e265.zip
gdb-fe6fbf8b6eff80d3df998ab8b0e14ac984e3e265.tar.gz
gdb-fe6fbf8b6eff80d3df998ab8b0e14ac984e3e265.tar.bz2
* 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 a7c3aab..eb83c1e 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,