diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-09-28 21:40:23 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-09-28 21:40:23 +0000 |
commit | 6e1bb179c2b6f646c24ef71ec544463bc2974e56 (patch) | |
tree | aa59ff91847aeb9fb0ee5353007a0dc3e4e0ca4e /gdb/NEWS | |
parent | 036b1ba8ec8e194f8772ed00ec6b1126e7dce710 (diff) | |
download | gdb-6e1bb179c2b6f646c24ef71ec544463bc2974e56.zip gdb-6e1bb179c2b6f646c24ef71ec544463bc2974e56.tar.gz gdb-6e1bb179c2b6f646c24ef71ec544463bc2974e56.tar.bz2 |
[doco] document support for Ravenscar profile
This announces the support for debugging Ada programs using
the Ravenscar Profile, as well as documents the new commands
introduced as part of this effort.
gdb/ChangeLog:
* NEWS: Announce Ravenscar Profile support.
gdb/doc/ChangeLog:
* gdb.texinfo (Ravenscar Profile): New node.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -67,6 +67,11 @@ ** GDBserver is now supported on PowerPC LynxOS (versions 4.x and 5.x), and i686 LynxOS (version 5.x). +* Ada task switching is now supported on sparc-elf targets when + debugging a program using the Ravenscar Profile. For more information, + see the "Tasking Support when using the Ravenscar Profile" section + in the GDB user manual. + *** Changes in GDB 7.2 * Shared library support for remote targets by default |