]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* ada-tasks.c: Rename build_task_list to ada_build_task_list, and
authorPaul N. Hilfinger <hilfinger@adacore.com>
Wed, 16 Jun 2004 08:18:06 +0000 (08:18 +0000)
committerPaul N. Hilfinger <hilfinger@adacore.com>
Wed, 16 Jun 2004 08:18:06 +0000 (08:18 +0000)
commit96d887e83094405969b939a2f9a1ad6e24785da6
tree0656d90200e4099dd570482692fc56d964f62bcc
parent08fd625c2e51e1a4d90eaa63909f5ff0a209814a
* ada-tasks.c: Rename build_task_list to ada_build_task_list, and
make it non-static.
* ada-lang.h (task_control_block): declaration moved from ada-task.c
to ada-lang.h; this is needed to be able to implement the kill command
in multi-task mode.
(task_ptid): Ditto.
(task_entry): Ditto.
(task_list): Ditto.
(ada_build_task_list): Ditto.

* ada-lang.c: Conditionalize routines and data structures related
to breakpoints, exceptions, completion, and symbol caching on
GNAT_GDB, since these are not yet used in the submitted public sources.
(ada_main_name): Editorial: Move definition out of exception-related
code.
gdb/ChangeLog
gdb/ada-lang.c
gdb/ada-lang.h
gdb/ada-tasks.c