OSDN Git Service

* ada-tasks.c: Rename build_task_list to ada_build_task_list, and
authorhilfingr <hilfingr>
Wed, 16 Jun 2004 08:18:02 +0000 (08:18 +0000)
committerhilfingr <hilfingr>
Wed, 16 Jun 2004 08:18:02 +0000 (08:18 +0000)
commitcd68321a4a1e9dd67637dd08a35fa1d56c4ab99c
tree7b7927d7c6d5b03b7b22d2d5268b060883d233f2
parent431ebda02ef148f84f091bcff8cb4441ad110fea
* 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