OSDN Git Service

* 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)
commit77c6d2b38840a7d1d6434c28ea3ae9ba3d47e70c
tree6932f9dc56f4e2beb92aa79839cc98d958251307
parent3d6c3afcf02bd8ebb505353362130bbb445fff16
* 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