* NEWS: Mention improved location expression support.
This commit is contained in:
parent
d74c420371
commit
9e08b29bd1
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-11-24 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* NEWS: Mention improved location expression support.
|
||||
|
||||
2003-11-23 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* Makefile.in (infrun.o): Update dependencies.
|
||||
|
|
6
gdb/NEWS
6
gdb/NEWS
|
@ -3,6 +3,12 @@
|
|||
|
||||
*** Changes since GDB 6.0:
|
||||
|
||||
* DWARF 2 Location Expressions
|
||||
|
||||
GDB support for location expressions has been extended to support function
|
||||
arguments and frame bases. Older versions of GDB could crash when they
|
||||
encountered these.
|
||||
|
||||
* New native configurations
|
||||
|
||||
NetBSD/amd64 x86_64-*-netbsd*
|
||||
|
|
Loading…
Reference in a new issue