summaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2008-10-22 22:14:21 +0000
committerJoel Brobecker <brobecker@gnat.com>2008-10-22 22:14:21 +0000
commitaadc346add0e59f7f78f1ef7540f3961727a5c5c (patch)
tree066fd4cd62c972b2ceafc40bf34f825d29af0e45 /gdb/NEWS
parent77f120bfd7d551b73a62321886203d0a2b6cca90 (diff)
downloadbinutils-aadc346add0e59f7f78f1ef7540f3961727a5c5c.tar.gz
binutils-aadc346add0e59f7f78f1ef7540f3961727a5c5c.tar.bz2
binutils-aadc346add0e59f7f78f1ef7540f3961727a5c5c.zip
* NEWS: Add entry for new feature (Ada tasking support).
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 7c68728ed67..6f8fb658869 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -90,6 +90,20 @@ are treated as the standard definitions, regardless of context.
GDB now has support for scripting using Python. Whether this is
available is determined at configure time.
+* Ada tasking support
+
+ Ada tasks can now be inspected in GDB. The following commands have
+ been introduced:
+
+ info tasks
+ Print the list of Ada tasks.
+ info task N
+ Print detailed information about task number N.
+ task
+ Print the task number of the current task.
+ task N
+ Switch the context of debugging to task number N.
+
* New commands
find [/size-char] [/max-count] start-address, end-address|+search-space-size,