Convert probes to type-safe registry API
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 708b73605f33fe01943af86a30660884876a944b..bf44b765ad2efcf81e997c9b3487cf4fbdbd4d73 100644 (file)
@@ -1,3 +1,63 @@
+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):
+       (stap_static_probe_ops::get_probes): Change type.
+       * probe.h (class static_probe_ops) <get_probes>: Change type.
+       * probe.c (class any_static_probe_ops) <get_probes>: Change type.
+       (parse_probes_in_pspace): Update.
+       (find_probes_in_objfile, find_probe_by_pc, collect_probes):
+       Update.
+       (any_static_probe_ops::get_probes): Change type.
+       * elfread.c (elfread_data): New typedef.
+       (probe_key): Change type.
+       (elf_get_probes): Likewise.  Update.
+       (probe_key_free): Remove.
+       (_initialize_elfread): Update.
+       * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
+       Change type.
+       (dtrace_process_dof_probe, dtrace_process_dof)
+       (dtrace_static_probe_ops::get_probe): Change type.
+
+2019-05-08  Tom Tromey  <tom@tromey.com>
+
+       * xcoffread.c (struct xcoff_symfile_info): Rename from
+       coff_symfile_info.  Add initializers.
+       (xcoff_objfile_data_key): Move lower.  Change type.
+       (XCOFF_DATA): Rewrite.
+       (xcoff_free_info): Remove.
+       (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
+       (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
+       (xcoff_initial_scan): Update.
+
+2019-05-08  Tom Tromey  <tom@tromey.com>
+
+       * solib-svr4.c (struct svr4_info): Add initializers and
+       destructor.
+       <probes_table>: Now an htab_up.
+       (solib_svr4_pspace_data): Change type.
+       (free_probes_table): Simplify.
+       (~svr4_info): Rename from svr4_pspace_data_cleanup.
+       (get_svr4_info, probes_table_htab_remove_objfile_probes)
+       (probes_table_remove_objfile_probes, register_solib_event_probe)
+       (solib_event_probe_at, svr4_update_solib_event_breakpoint)
+       (_initialize_svr4_solib): Update.
+
+2019-05-08  Tom Tromey  <tom@tromey.com>
+
+       * remote.c (remote_pspace_data): Change type.
+       (remote_pspace_data_cleanup): Remove.
+       (get_remote_exec_file, set_pspace_remote_exec_file)
+       (_initialize_remote): Update.
+
+2019-05-08  Tom Tromey  <tom@tromey.com>
+
+       * breakpoint.c (breakpoint_objfile_key): Change type.
+       (get_breakpoint_objfile_data): Update.
+       (free_breakpoint_objfile_data): Remove.
+       (_initialize_breakpoint): Update.
+
 2019-05-08  Tom Tromey  <tom@tromey.com>
 
        * linux-tdep.c (struct linux_info): Add initializers.
This page took 0.024496 seconds and 4 git commands to generate.