diff options
author | Tom Tromey <tom@tromey.com> | 2019-04-09 20:26:09 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-05-08 16:01:45 -0600 |
commit | a32ad8c55c5c6bcdbc6773b6b825c4505fd44c16 (patch) | |
tree | b50441918b59fc320dafb3051a95b9ac34545352 /gdb/ChangeLog | |
parent | 5f6e90a0cec8c269634ba0bff3c9e549a903c39a (diff) | |
download | gdb-a32ad8c55c5c6bcdbc6773b6b825c4505fd44c16.zip gdb-a32ad8c55c5c6bcdbc6773b6b825c4505fd44c16.tar.gz gdb-a32ad8c55c5c6bcdbc6773b6b825c4505fd44c16.tar.bz2 |
Convert main_info to type-safe registry API
This changes main_info to use the type-safe registry API.
gdb/ChangeLog
2019-05-08 Tom Tromey <tom@tromey.com>
* symtab.c (struct main_info): Add destructor and initializers.
(main_progspace_key): Move. Change type.
(get_main_info): Update.
(main_info_cleanup): Remove.
(_initialize_symtab): Update.
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 b5e4422..2642249 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2019-05-08 Tom Tromey <tom@tromey.com> + * symtab.c (struct main_info): Add destructor and initializers. + (main_progspace_key): Move. Change type. + (get_main_info): Update. + (main_info_cleanup): Remove. + (_initialize_symtab): Update. + +2019-05-08 Tom Tromey <tom@tromey.com> + * registry.h (DECLARE_REGISTRY): Define the _key class. 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com> |