diff options
author | Joel Brobecker <brobecker@adacore.com> | 2020-11-24 07:08:42 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2020-11-24 07:08:42 +0400 |
commit | fa123c32812987da71b0b1d664f0c80aa2c9d707 (patch) | |
tree | 113c4b1ba51ecaf8b639a56c5027745a7e626dab /gdb/NEWS | |
parent | 0fb8bb022e4e8ed0775fb7c753d912283253d383 (diff) | |
download | gdb-fa123c32812987da71b0b1d664f0c80aa2c9d707.zip gdb-fa123c32812987da71b0b1d664f0c80aa2c9d707.tar.gz gdb-fa123c32812987da71b0b1d664f0c80aa2c9d707.tar.bz2 |
gdb/NEWS: Document that GDB now supports DWARF-based fixed point types
gdb/ChangeLog:
* NEWS: Add entry documenting support for DWARF-based fixed
point types.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -24,6 +24,15 @@ $HOME/.gdbinit. On Apple hosts the search order is instead: $HOME/Library/Preferences/gdb/gdbinit, $HOME/.gdbinit. +* GDB now supports fixed point types which are described in DWARF + as base types with a fixed-point encoding. Additionally, support + for the DW_AT_GNU_numerator and DW_AT_GNU_denominator has also + been added. + + For Ada, this allows support for fixed point types without requiring + the use of the GNAT encoding (based on information added to the type's + name following a GNAT-specific format). + * New commands set debug event-loop |