[Ada/tasks] Optimize ATCB lookups
authorJoel Brobecker <brobecker@gnat.com>
Tue, 23 Nov 2010 01:04:54 +0000 (01:04 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 23 Nov 2010 01:04:54 +0000 (01:04 +0000)
commit09e7f15bcf0986ca21c6832ece4c10a613159900
tree23f4f39b819e02eec2c964ab58591af1a86b9c4f
parent3a867c2212df1b93fbac759ba26093512949ff19
[Ada/tasks] Optimize ATCB lookups

Type symbols that are used to decode the Ada task control block may be
duplicated in any unit that uses a tasking feature; an Ada lookup of
these symbols would collect all the duplicated instances and could
provoke the load of a huge amount of debug symbols in the process.

However, when decoding the task information, we are only interested in
one instance; and we have the full name of the symbol anyway. So use
a C lookup instead of an Ada lookup.

2010-11-05  Jerome Guitton  <guitton@adacore.com>

* ada-tasks.c (get_tcb_types_info): Use C lookups to get
ATCB symbols.
gdb/ChangeLog
gdb/ada-tasks.c
This page took 0.03585 seconds and 4 git commands to generate.