diff options
author | Joel Brobecker <brobecker@gnat.com> | 2002-08-21 13:59:28 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2002-08-21 13:59:28 +0000 |
commit | 9fb14e79f9f0322189fb5a2ea17f9819d44fced6 (patch) | |
tree | 1cce4ddae026804419aed34ef47a7bcbe9763352 /gdb/NEWS | |
parent | 72acd513dfbf14c74f46b97ee988402e75251204 (diff) | |
download | gdb-9fb14e79f9f0322189fb5a2ea17f9819d44fced6.zip gdb-9fb14e79f9f0322189fb5a2ea17f9819d44fced6.tar.gz gdb-9fb14e79f9f0322189fb5a2ea17f9819d44fced6.tar.bz2 |
* NEWS: Add an entry regarding the improvement of the next/step
operation on Alpha Tru64 multi-processor machines.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -97,6 +97,12 @@ These commands allow data to be copied from target memory to a bfd-format or binary file (dump and append), and back from a file into memory (restore). +* Improved "next/step" support on multi-processor Alpha Tru64. + +The previous single-step mechanism could cause unpredictable problems, +including the random appearance of SIGSEGV or SIGTRAP signals. The use +of a software single-step mechanism prevents this. + *** Changes in GDB 5.2.1: * New targets. |