From aadc346add0e59f7f78f1ef7540f3961727a5c5c Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Wed, 22 Oct 2008 22:14:21 +0000 Subject: [PATCH] * NEWS: Add entry for new feature (Ada tasking support). --- gdb/ChangeLog | 6 +++++- gdb/NEWS | 14 ++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3809a42f6e..7bb499cfa7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,4 +1,8 @@ -2008-10-02 Joel Brobecker +2008-10-22 Joel Brobecker + + * NEWS: Add entry for new feature (Ada tasking support). + +2008-10-22 Joel Brobecker * configure.ac: On alpha-osf, error out if enable_tui is set to "yes", and set enable_tui to "no" if previously set to "auto". diff --git a/gdb/NEWS b/gdb/NEWS index 7c68728ed6..6f8fb65886 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,