diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-02-05 19:56:33 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-02-05 19:56:33 +0000 |
commit | 03cebad2243ba8397a73181208d3244c1ad436f5 (patch) | |
tree | 3227531144c8a5be3654420d11bb558ad2969df3 /gdb/NEWS | |
parent | 290281b1cbf40d131f9185e2b899beda7c61445a (diff) | |
download | gdb-03cebad2243ba8397a73181208d3244c1ad436f5.zip gdb-03cebad2243ba8397a73181208d3244c1ad436f5.tar.gz gdb-03cebad2243ba8397a73181208d3244c1ad436f5.tar.bz2 |
* infrun.c (handle_inferior_event): Allow for breakpoint
instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
and SIGEMT. Update comments.
* NEWS (Revised SPARC target): Mention support for non-executable
stack.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -19,7 +19,9 @@ you should upgrade gdbserver on the remote side. The SPARC target has been completely revised, incorporating the FreeBSD/sparc64 support that was added for GDB 6.0. As a result -support for LynxOS and SunOS 4 has been dropped. +support for LynxOS and SunOS 4 has been dropped. Calling functions +from within GDB on operating systems with a non-executable stack +(Solaris, OpenBSD) now works. * New C++ demangler |