aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-09-28 21:40:23 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-09-28 21:40:23 +0000
commit6e1bb179c2b6f646c24ef71ec544463bc2974e56 (patch)
treeaa59ff91847aeb9fb0ee5353007a0dc3e4e0ca4e /gdb/NEWS
parent036b1ba8ec8e194f8772ed00ec6b1126e7dce710 (diff)
downloadgdb-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/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 01d2f46..85059c6 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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