diff options
author | Joel Brobecker <brobecker@gnat.com> | 2009-03-05 23:42:32 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2009-03-05 23:42:32 +0000 |
commit | d36df9c574a35b93e079b0058168474ad6872204 (patch) | |
tree | e0a66f9c8a58b3cb9e50471f8965c059e4be63c4 /gdb/ChangeLog | |
parent | b254c0b2b10bdc2862b9f3c83e34cb7eb3bf51b1 (diff) | |
download | gdb-d36df9c574a35b93e079b0058168474ad6872204.zip gdb-d36df9c574a35b93e079b0058168474ad6872204.tar.gz gdb-d36df9c574a35b93e079b0058168474ad6872204.tar.bz2 |
Implement the target-specific part of Ada tasking support
on Tru64.
* dec-thread.c (dec_thread_get_ada_task_ptid): New function.
(init_dec_thread_ops): Set the to_get_ada_task_ptid method.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cbacc27..eb4c490 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2009-03-05 Joel Brobecker <brobecker@adacore.com> + Implement the target-specific part of Ada tasking support + on Tru64. + + * dec-thread.c (dec_thread_get_ada_task_ptid): New function. + (init_dec_thread_ops): Set the to_get_ada_task_ptid method. + +2009-03-05 Joel Brobecker <brobecker@adacore.com> + Get rid of the global "base_target" and use "find_target_beneath" to find the underlying target. * dec-thread.c (base_target): Delete. |