diff options
author | Craig Silverstein <csilvers@google.com> | 2008-04-20 00:03:25 +0000 |
---|---|---|
committer | Craig Silverstein <csilvers@google.com> | 2008-04-20 00:03:25 +0000 |
commit | 31fffb02125a6c8a1182af5718e9fc49b23e0ed8 (patch) | |
tree | 135f0279f1c4b2cc28545c4ffb3f25e900fe6729 /gdb/NEWS | |
parent | 1386d68a62e9e5702cdfdac54878101d2aaa3d3a (diff) | |
download | gdb-31fffb02125a6c8a1182af5718e9fc49b23e0ed8.zip gdb-31fffb02125a6c8a1182af5718e9fc49b23e0ed8.tar.gz gdb-31fffb02125a6c8a1182af5718e9fc49b23e0ed8.tar.bz2 |
* NEWS: Add information on compressed debug sections.
* doc/gdb.texinfo (Requirements): Add an optional requirement
on zlib.
* doc/gdbint.texinfo (Debugging File Formats): Add new
subsection for Compressed DWARF 2.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,11 +3,14 @@ *** Changes since GDB 6.8 +* GDB can now read compressed debug sections, as produced by GNU gold +with the --compress-debug-sections=zlib flag. + * Watchpoints can now be set on unreadable memory locations, e.g. addresses which will be allocated using malloc later in program execution. * The qXfer:libraries:read remote procotol packet now allows passing a - list of section offsets. +list of section offsets. * New features in the GDB remote stub, gdbserver |