diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2007-09-28 06:24:20 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2007-09-28 06:24:20 +0000 |
commit | 86fa60932212ce4317af61780148ef3c307887d0 (patch) | |
tree | f857e3776e99c2c998c1fd4a2643c7517006e93d /gdb/NEWS | |
parent | 7f5894e1d00740da63b202c2c787767e495196dd (diff) | |
download | gdb-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/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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, |