diff options
author | Tom Tromey <tom@tromey.com> | 2019-05-01 15:02:27 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-05-08 16:01:51 -0600 |
commit | 14ef6690f1f24ad6b2f87bac36607146fbda6ccb (patch) | |
tree | c2ff41daa9597575fc222dac9211515596bd2336 /gdb/ChangeLog | |
parent | 814cf43a1f16157fcbe2c662f567d064393a0fcb (diff) | |
download | gdb-14ef6690f1f24ad6b2f87bac36607146fbda6ccb.zip gdb-14ef6690f1f24ad6b2f87bac36607146fbda6ccb.tar.gz gdb-14ef6690f1f24ad6b2f87bac36607146fbda6ccb.tar.bz2 |
Convert ada-tasks.c to type-safe registry API
This changes ada-tasks.c to use the type-safe registry API.
gdb/ChangeLog
2019-05-08 Tom Tromey <tom@tromey.com>
* ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
(get_ada_tasks_pspace_data): Update.
(ada_tasks_pspace_data_cleanup): Remove.
(_initialize_tasks): Update.
(ada_tasks_inferior_data_handle): Change type.
(get_ada_tasks_inferior_data): Update.
(ada_tasks_inferior_data_cleanup): Remove.
(struct ada_tasks_pspace_data): Add initializers.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bf44b76..f19cb88 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,16 @@ 2019-05-08 Tom Tromey <tom@tromey.com> + * ada-tasks.c (ada_tasks_pspace_data_handle): Change type. + (get_ada_tasks_pspace_data): Update. + (ada_tasks_pspace_data_cleanup): Remove. + (_initialize_tasks): Update. + (ada_tasks_inferior_data_handle): Change type. + (get_ada_tasks_inferior_data): Update. + (ada_tasks_inferior_data_cleanup): Remove. + (struct ada_tasks_pspace_data): Add initializers. + +2019-05-08 Tom Tromey <tom@tromey.com> + * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type. * symfile-debug.c (debug_sym_get_probes): Change type. * stap-probe.c (handle_stap_probe): |