Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.291 diff -u -p -r1.291 NEWS --- NEWS 20 Oct 2008 16:18:59 -0000 1.291 +++ NEWS 22 Oct 2008 22:13:09 -0000 @@ -90,6 +90,20 @@ are treated as the standard definitions, 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,