* NEWS: Add entry for new feature (Ada tasking support).

This commit is contained in:
Joel Brobecker 2008-10-22 22:14:21 +00:00
parent 77f120bfd7
commit aadc346add
2 changed files with 19 additions and 1 deletions

View File

@ -1,4 +1,8 @@
2008-10-02 Joel Brobecker <brobecker@adacore.com> 2008-10-22 Joel Brobecker <brobecker@adacore.com>
* NEWS: Add entry for new feature (Ada tasking support).
2008-10-22 Joel Brobecker <brobecker@adacore.com>
* configure.ac: On alpha-osf, error out if enable_tui is set to * 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". "yes", and set enable_tui to "no" if previously set to "auto".

View File

@ -90,6 +90,20 @@ are treated as the standard definitions, regardless of context.
GDB now has support for scripting using Python. Whether this is GDB now has support for scripting using Python. Whether this is
available is determined at configure time. 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 * New commands
find [/size-char] [/max-count] start-address, end-address|+search-space-size, find [/size-char] [/max-count] start-address, end-address|+search-space-size,