diff options
author | Tom Tromey <tromey@adacore.com> | 2019-06-26 12:47:44 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2019-07-10 12:43:35 -0600 |
commit | cb60f4208b2b920614306937b62bf15700824ee0 (patch) | |
tree | d686075cb4f43950a729d594db8fc1695532266f /gdb/ChangeLog | |
parent | 51df2ae3029caafd2b832e19d2978114a7e25a8a (diff) | |
download | gdb-cb60f4208b2b920614306937b62bf15700824ee0.zip gdb-cb60f4208b2b920614306937b62bf15700824ee0.tar.gz gdb-cb60f4208b2b920614306937b62bf15700824ee0.tar.bz2 |
Change jit.c to use type-safe registry
This changes jit.c to use the type-safe registry. Only one of the
registry keys in jit.c is converted; the other is trickier and so I've
left it be for now.
gdb/ChangeLog
2019-07-10 Tom Tromey <tromey@adacore.com>
* jit.c (jit_program_space_key): Change type. Move lower.
(get_jit_program_space_data): Update.
(jit_program_space_data_cleanup): Remove.
(jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
Update.
(struct jit_program_space_data): Add initializers.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a4379f5..41311c8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2019-07-10 Tom Tromey <tromey@adacore.com> + * jit.c (jit_program_space_key): Change type. Move lower. + (get_jit_program_space_data): Update. + (jit_program_space_data_cleanup): Remove. + (jit_breakpoint_deleted, free_objfile_data, _initialize_jit): + Update. + (struct jit_program_space_data): Add initializers. + +2019-07-10 Tom Tromey <tromey@adacore.com> + * solib-darwin.c (struct darwin_info): Add initializers. (solib_darwin_pspace_data): Change type. (darwin_pspace_data_cleanup): Remove. |