gdb: remove uses of iterate_over_inferiors in remote-sim.c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
b3ee6dd9
SM
12020-01-21 Simon Marchi <simon.marchi@efficios.com>
2
3 * remote-sim.c (check_for_duplicate_sim_descriptor): Remove.
4 (get_sim_inferior_data): Remove use of iterate_over_inferiors,
5 replace with range-based for.
6 (gdbsim_interrupt_inferior): Remove.
7 (gdbsim_target::interrupt): Replace iterate_over_inferiors use
8 with a range-based for. Inline code from
9 gdbsim_interrupt_inferior.
10
f9fac3c8
SM
112020-01-21 Simon Marchi <simon.marchi@efficios.com>
12
13 * infrun.c (proceed): Fix indentation.
14
f6474de9
TT
152020-01-21 Tom Tromey <tromey@adacore.com>
16
17 * source-cache.c (source_cache::ensure): Call ext_lang_colorize.
18 * python/python.c (python_extension_ops): Update.
19 (gdbpy_colorize): New function.
20 * python/lib/gdb/__init__.py (colorize): New function.
21 * extension.h (ext_lang_colorize): Declare.
22 * extension.c (ext_lang_colorize): New function.
23 * extension-priv.h (struct extension_language_ops) <colorize>: New
24 member.
25 * cli/cli-style.c (_initialize_cli_style): Update help text.
26
f0c702d4
LM
272020-01-21 Luis Machado <luis.machado@linaro.org>
28
29 * aarch64-tdep.c (struct aarch64_displaced_step_closure)
30 <cond>: Change type to bool.
31 (aarch64_displaced_step_b_cond): Update cond to use bool type.
32 (aarch64_displaced_step_cb): Likewise.
33 (aarch64_displaced_step_tb): Likewise.
34
1ab139e5
LM
352020-01-21 Luis Machado <luis.machado@linaro.org>
36
37 * aarch64-tdep.c (aarch64_displaced_step_fixup): Add more debugging
38 output.
39
0c271889
LM
402020-01-21 Luis Machado <luis.machado@linaro.org>
41
42 * aarch64-tdep.c (struct aarch64_displaced_step_closure )
43 <pc_adjust>: Adjust the documentation.
44 (aarch64_displaced_step_fixup): Check if PC really moved before
45 adjusting it.
46
4d89c1c7
TT
472020-01-19 Tom Tromey <tom@tromey.com>
48
49 * disasm.c (~gdb_disassembler): New destructor.
50 (gdb_buffered_insn_length): Call disassemble_free_target.
51 * disasm.h (class gdb_disassembler): Declare destructor. Use
52 DISABLE_COPY_AND_ASSIGN.
53
c0ab21c2
TT
542020-01-19 Tom Tromey <tom@tromey.com>
55
56 * dwarf2read.c (abbrev_table_up): Move typedef earlier.
57 (die_reader_func_ftype): Remove.
58 (cutu_reader): New class.
59 (dw2_get_file_names_reader): Remove "data" parameter.
60 (dw2_get_file_names): Use cutu_reader.
61 (create_debug_type_hash_table): Update.
62 (read_cutu_die_from_dwo): Update comment.
63 (lookup_dwo_unit): Add dwo_name parameter.
64 (cutu_reader::init_tu_and_read_dwo_dies): Now a method. Remove
65 die_reader_func_ftype and data parameters.
66 (cutu_reader::cutu_reader): Rename from init_cutu_and_read_dies.
67 Remove die_reader_func_ftype and data parameters.
68 (~cutu_reader): New; from init_cutu_and_read_dies.
69 (cutu_reader::cutu_reader): Rename from
70 init_cutu_and_read_dies_no_follow. Remove die_reader_func_ftype
71 and data parameters.
72 (init_cutu_and_read_dies_simple): Remove.
73 (struct process_psymtab_comp_unit_data): Remove.
74 (process_psymtab_comp_unit_reader): Remove data parameter; add
75 want_partial_unit and pretend_language parameters.
76 (process_psymtab_comp_unit): Use cutu_reader.
77 (build_type_psymtabs_reader): Remove data parameter.
78 (build_type_psymtabs_1): Use cutu_reader.
79 (process_skeletonless_type_unit): Likewise.
80 (load_partial_comp_unit_reader): Remove.
81 (load_partial_comp_unit): Use cutu_reader.
82 (load_full_comp_unit_reader): Remove.
83 (load_full_comp_unit): Use cutu_reader.
84 (struct create_dwo_cu_data): Remove.
85 (create_dwo_cu_reader): Remove datap parameter; add dwo_file and
86 dwo_unit parameters.
87 (create_cus_hash_table): Use cutu_reader.
88 (struct dwarf2_read_addr_index_data): Remove.
89 (dwarf2_read_addr_index_reader): Remove.
90 (dwarf2_read_addr_index): Use cutu_reader.
91 (read_signatured_type_reader): Remove.
92 (read_signatured_type): Use cutu_reader.
93
45bbae5c
TT
942020-01-19 Tom Tromey <tom@tromey.com>
95
96 * tui/tui.c (tui_show_assembly): Use tui_suppress_output.
97 * tui/tui-wingeneral.h (class tui_suppress_output): New.
98 (tui_wrefresh): Declare.
99 * tui/tui-wingeneral.c (suppress_output): New global.
100 (tui_suppress_output, ~tui_suppress_output): New constructor and
101 destructor.
102 (tui_wrefresh): New function.
103 (tui_gen_win_info::refresh_window): Use tui_wrefresh.
104 (tui_gen_win_info::make_window): Call wnoutrefresh when needed.
105 * tui/tui-regs.h (struct tui_data_window) <no_refresh>: Declare
106 method.
107 * tui/tui-regs.c (tui_data_window::erase_data_content): Call
108 tui_wrefresh.
109 (tui_data_window::no_refresh): New method.
110 (tui_data_item_window::refresh_window): Call tui_wrefresh.
111 (tui_reg_command): Use tui_suppress_output
112 * tui/tui-layout.c (tui_set_layout): Use tui_suppress_output.
113 * tui/tui-data.h (struct tui_gen_win_info) <no_refresh>: New
114 method.
115 * tui/tui-command.c (tui_refresh_cmd_win): Call tui_wrefresh.
116
4f13c1c0
TT
1172020-01-19 Tom Tromey <tom@tromey.com>
118
119 * tui/tui-winsource.c (tui_update_source_windows_with_line):
120 Handle case where symtab is null.
121
fa47e446
SM
1222020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
123
124 * linux-fork.c (one_fork_p): Simplify.
125
26f42329
SM
1262020-01-17 Simon Marchi <simon.marchi@efficios.com>
127
128 * top.c (struct qt_args): Remove.
129 (kill_or_detach): Change return type to void, replace `void *`
130 parameter with a proper one.
131 (print_inferior_quit_action): Likewise.
132 (quit_confirm): Use range-based for loop to iterate over inferiors.
133 (quit_force): Likewise.
134
a9ac81b1
SM
1352020-01-17 Simon Marchi <simon.marchi@efficios.com>
136
137 * mi/mi-main.c (run_one_inferior): Change return type to void, replace
138 `void *` parameter with proper parameters.
139 (mi_cmd_exec_run): Use range-based loop to iterate over inferiors.
140 (print_one_inferior): Change return type to void, replace `void *`
141 parameter with proper parameters.
142 (mi_cmd_list_thread_groups): Use range-based loop to iterate over
143 inferiors.
144 (get_other_inferior): Remove.
145 (mi_cmd_remove_inferior): Use range-based loop to iterate over
146 inferiors.
147
788eca49
SM
1482020-01-17 Simon Marchi <simon.marchi@efficios.com>
149
150 * mi/mi-interp.c (report_initial_inferior): Remove.
151 (mi_interp::init): Use range-based for to iterate over inferiors.
152
d9bc85b6
SM
1532020-01-17 Simon Marchi <simon.marchi@efficios.com>
154
155 * python/py-inferior.c (build_inferior_list): Remove.
156 (gdbpy_ref): Use range-based for loop to iterate over inferiors.
157
40c94099
CB
1582020-01-16 Christian Biesinger <cbiesinger@google.com>
159
160 * btrace.c (btrace_compute_ftrace_1): Fix spelling error (Unkown).
161 (btrace_stitch_trace): Likewise.
162 * charset.c (intermediate_encoding): Likewise (vaild).
163 * nat/linux-btrace.c (linux_read_pt): Likewise (Unkown).
164 * python/py-record-btrace.c (struct PyMethodDef): Likewise (occurences).
165 * record-btrace.c (record_btrace_print_conf): Likewise (unkown).
166
e0cdfe3c
HD
1672020-01-16 Hannes Domani <ssbssa@yahoo.de>
168
169 * windows-tdep.c (windows_get_tlb_type):
170 Add rtl_user_process_parameters type.
171
790f1718
PA
1722020-01-16 Pedro Alves <palves@redhat.com>
173 Norbert Lange <nolange79@gmail.com>
174
175 PR build/24805
176 * gdbsupport/gdb_proc_service.h (PS_EXPORT): New.
177 (ps_get_thread_area, ps_getpid, ps_lcontinue, ps_lgetfpregs)
178 (ps_lgetregs, ps_lsetfpregs, ps_lsetregs, ps_lstop, ps_pcontinue)
179 (ps_pdread, ps_pdwrite, ps_pglobal_lookup, ps_pstop, ps_ptread)
180 (ps_ptwrite, ps_lgetxregs, ps_lgetxregsize, ps_lsetxregs)
181 (ps_plog): Redeclare exported functions with default visibility.
182
3112ed97
NA
1832020-01-16 Nitika Achra <Nitika.Achra@amd.com>
184
185 * dwarf2loc.c (decode_debug_loclists_addresses): Handle
186 DW_LLE_base_addressx, DW_LLE_startx_length, DW_LLE_start_length.
187
8dc3273e
SM
1882020-01-15 Simon Marchi <simon.marchi@efficios.com>
189
190 * infcmd.c (post_create_inferior): Use get_thread_regcache
191 instead of get_current_regcache.
192
ff47f4f0
TT
1932020-01-14 Tom Tromey <tom@tromey.com>
194
195 PR symtab/12535:
196 * python/python.c (gdbpy_decode_line): Treat empty string the same
197 as no argument.
198
975f45b7
TT
1992020-01-14 Tom Tromey <tom@tromey.com>
200
201 * Makefile.in (CLIBS): Remove second use of $(LIBIBERTY).
202
25e57356
TT
2032020-01-14 Tom Tromey <tom@tromey.com>
204
205 * nat/linux-btrace.c: Don't include <config.h>.
206 * nat/linux-ptrace.c: Don't include <config.h>.
207 * nat/x86-linux-dregs.c: Don't include <config.h>.
208
05ea2a05
TT
2092020-01-14 Tom Tromey <tom@tromey.com>
210
211 * configure: Rebuild.
212 * configure.ac: Move many checks to ../gdbsupport/common.m4.
213
01027315
TT
2142020-01-14 Tom Tromey <tom@tromey.com>
215
216 * nat/x86-linux-dregs.c: Include configh.h.
217 * nat/linux-ptrace.c: Include configh.h.
218 * nat/linux-btrace.c: Include configh.h.
219 * defs.h: Include config.h, bfd.h.
220 * configure.ac: Don't source common.host.
221 (CONFIG_OBS, CONFIG_SRCS): Remove gdbsupport files.
222 * configure: Rebuild.
223 * acinclude.m4: Update path.
224 * Makefile.in (SUPPORT, LIBSUPPORT, INCSUPPORT): New variables.
225 (CONFIG_SRC_SUBDIR): Remove gdbsupport.
226 (INTERNAL_CFLAGS_BASE): Add INCSUPPORT.
227 (CLIBS): Add LIBSUPPORT.
228 (CDEPS): Likewise.
229 (COMMON_SFILES): Remove gdbsupport files.
230 (HFILES_NO_SRCDIR): Likewise.
231 (stamp-version): Update path to create-version.sh.
232 (ALLDEPFILES): Remove gdbsupport files.
233
b2ceabe8
TT
2342020-01-14 Tom Tromey <tom@tromey.com>
235
236 * gdbsupport/common.m4 (GDB_AC_COMMON): Define WIN32APILIBS and
237 USE_WIN32API when needed.
238 * configure.ac (USE_WIN32API): Don't define.
239 (WIN32LIBS): Use WIN32APILIBS.
240 * configure: Rebuild.
241
25c51f71
TT
2422020-01-14 Tom Tromey <tom@tromey.com>
243
244 * configure: Rebuild.
245 * gdbsupport/common.m4 (GDB_AC_COMMON): Fix indentation.
246
717c684d
BE
2472020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
248
249 * skip.c (skip_function_command): Make skip w/o arguments use the
250 name of the inlined function if pc is inside any inlined function.
251
7da6a5b9
LM
2522020-01-14 Luis Machado <luis.machado@linaro.org>
253
254 * inf-ptrace.c (inf_ptrace_target::resume): Update comments.
255 * infrun.c (resume_1): Likewise.
256 (handle_inferior_event): Remove stale comment.
257 * linux-nat.c (linux_nat_target::resume): Update comments.
258 (save_stop_reason): Likewise.
259 (linux_nat_filter_event): Likewise.
260 * linux-nat.h (struct lwp_info) <stop_pc>, <stop_reason>: Likewise.
261
44e4c775
AB
2622020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
263
264 * elfread.c (record_minimal_symbol): Set section index to 0 for
265 non-allocatable sections.
266
18a8505e
AT
267
2682020-01-13 Ali Tamur <tamur@google.com>
269
270 * dwarf2read.c (dwarf2_debug_sections): Add debug_str_offsets sections.
271 (dwarf2_cu): Add str_offsets_base field. Change the type of addr_base
272 to gdb::optional. Update comments.
273 (dwo_file): Update comments.
274 (read_attribute): Update API to take an additional out parameter,
275 need_reprocess. This is used to mark attributes that need other
276 attributes (e.g. str_offsets_base) for correct computation which may not
277 have been read yet.
278 (read_attribute_reprocess): New function declaration.
279 (read_addr_index): Likewise.
280 (read_dwo_str_index): Likewise.
281 (read_stub_str_index): Likewise.
282 (dwarf2_per_objfile::locate_sections): Handle debug_str_offsets section.
283 (lookup_addr_base): New function definition.
284 (lookup_ranges_base): Likewise.
285 (read_cutu_die_from_dwo): Use the new functions: lookup_addr_base,
286 lookup_ranges_base.
287 (init_cutu_and_read_dies): Update comments.
288 (init_cutu_and_read_dies_no_follow): Change API to take parent compile
289 unit. This is used to inherit parent's str_offsets_base and addr_base.
290 Update comments.
291 (init_cutu_and_read_dies_simple): Reflect API changes.
292 (skip_one_die): Reflect API changes. Handle DW_FORM_rnglistx.
293 (create_cus_hash_table): Change API to take parent compile unit.
294 Reflect API changes.
295 (open_and_init_dwo_file): Reflect API changes.
296 (dwarf2_get_pc_bounds): Update comments.
297 (dwarf2_record_block_ranges): Likewise.
298 (read_full_die_1): Change implementation to reprocess attributes that
299 need str_offsets_base and addr_base.
300 (partial_die_info::read): Likewise.
301 (read_attribute_reprocess): New function definition.
302 (read_attribute_value): Change API to take an additional out parameter,
303 need_reprocess. Handle DW_FORM_rnglistx. No longer trigger an error
304 when a non-dwo compile unit has index based attributes.
305 (read_attribute): Reflect API changes.
306 (read_addr_index_1): Reflect API changes. Update comments.
307 (dwarf2_read_addr_index_data): Reflect API changes.
308 (dwarf2_read_addr_index): Likewise.
309 (read_str_index): Change API and implementation. This becomes a helper
310 to be used by the new string index related methods. Update error
311 message and comments.
312 (read_dwo_str_index): New function definition.
313 (read_stub_str_index): Likewise.
314 * dwarf2read.h (dwarf2_per_objfile): Add str_offsets field.
315 * symfile.h (dwarf2_debug_sections): Likewise.
316 * xcoffread.c (dwarf2_debug_sections): Likewise.
317
0cac9354
SM
3182020-01-13 Simon Marchi <simon.marchi@efficios.com>
319
320 * gdbcore.h (struct core_fns) <core_read_registers>: Change
321 core_reg_sect type to gdb_byte *.
322 * arm-nbsd-nat.c (fetch_elfcore_registers): Likewise.
323 * cris-tdep.c (fetch_core_registers): Likewise.
324 * corelow.c (core_target::get_core_register_section): Change
325 type of `contents` to gdb::byte_vector.
326
9a6d629c
AB
3272020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
328
329 * tui/tui-wingeneral.c (box_win): Position the title in the center
330 of the border.
331
d8b2f9e3
SM
3322020-01-13 Simon Marchi <simon.marchi@polymtl.ca>
333
334 * corelow.c (core_target::get_core_register_section): Use
335 std::vector instead of alloca.
336
bb564c58
SM
3372020-01-13 Simon Marchi <simon.marchi@efficios.com>
338
339 * warning.m4: Add -Wmissing-declarations to build_warnings.
340 * configure: Re-generate.
341
6b366111
SM
3422020-01-13 Simon Marchi <simon.marchi@efficios.com>
343
344 * python/python.c (init__gdb_module): Add declaration.
345
6c265988
SM
3462020-01-13 Simon Marchi <simon.marchi@efficios.com>
347
348 * aarch64-fbsd-nat.c (_initialize_aarch64_fbsd_nat): Add declaration.
349 * aarch64-fbsd-tdep.c (_initialize_aarch64_fbsd_tdep): Add declaration.
350 * aarch64-linux-nat.c (_initialize_aarch64_linux_nat): Add declaration.
351 * aarch64-linux-tdep.c (_initialize_aarch64_linux_tdep): Add declaration.
352 * aarch64-newlib-tdep.c (_initialize_aarch64_newlib_tdep): Add declaration.
353 * aarch64-tdep.c (_initialize_aarch64_tdep): Add declaration.
354 * ada-exp.y (_initialize_ada_exp): Add declaration.
355 * ada-lang.c (_initialize_ada_language): Add declaration.
356 * ada-tasks.c (_initialize_tasks): Add declaration.
357 * agent.c (_initialize_agent): Add declaration.
358 * aix-thread.c (_initialize_aix_thread): Add declaration.
359 * alpha-bsd-nat.c (_initialize_alphabsd_nat): Add declaration.
360 * alpha-linux-nat.c (_initialize_alpha_linux_nat): Add declaration.
361 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Add declaration.
362 * alpha-nbsd-tdep.c (_initialize_alphanbsd_tdep): Add declaration.
363 * alpha-obsd-tdep.c (_initialize_alphaobsd_tdep): Add declaration.
364 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
365 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): Add declaration.
366 * amd64-dicos-tdep.c (_initialize_amd64_dicos_tdep): Add declaration.
367 * amd64-fbsd-nat.c (_initialize_amd64fbsd_nat): Add declaration.
368 * amd64-fbsd-tdep.c (_initialize_amd64fbsd_tdep): Add declaration.
369 * amd64-linux-nat.c (_initialize_amd64_linux_nat): Add declaration.
370 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Add declaration.
371 * amd64-nbsd-nat.c (_initialize_amd64nbsd_nat): Add declaration.
372 * amd64-nbsd-tdep.c (_initialize_amd64nbsd_tdep): Add declaration.
373 * amd64-obsd-nat.c (_initialize_amd64obsd_nat): Add declaration.
374 * amd64-obsd-tdep.c (_initialize_amd64obsd_tdep): Add declaration.
375 * amd64-sol2-tdep.c (_initialize_amd64_sol2_tdep): Add declaration.
376 * amd64-tdep.c (_initialize_amd64_tdep): Add declaration.
377 * amd64-windows-nat.c (_initialize_amd64_windows_nat): Add declaration.
378 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Add declaration.
379 * annotate.c (_initialize_annotate): Add declaration.
380 * arc-newlib-tdep.c (_initialize_arc_newlib_tdep): Add declaration.
381 * arc-tdep.c (_initialize_arc_tdep): Add declaration.
382 * arch-utils.c (_initialize_gdbarch_utils): Add declaration.
383 * arm-fbsd-nat.c (_initialize_arm_fbsd_nat): Add declaration.
384 * arm-fbsd-tdep.c (_initialize_arm_fbsd_tdep): Add declaration.
385 * arm-linux-nat.c (_initialize_arm_linux_nat): Add declaration.
386 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Add declaration.
387 * arm-nbsd-nat.c (_initialize_arm_netbsd_nat): Add declaration.
388 * arm-nbsd-tdep.c (_initialize_arm_netbsd_tdep): Add declaration.
389 * arm-obsd-tdep.c (_initialize_armobsd_tdep): Add declaration.
390 * arm-pikeos-tdep.c (_initialize_arm_pikeos_tdep): Add declaration.
391 * arm-symbian-tdep.c (_initialize_arm_symbian_tdep): Add declaration.
392 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
393 * arm-wince-tdep.c (_initialize_arm_wince_tdep): Add declaration.
394 * auto-load.c (_initialize_auto_load): Add declaration.
395 * auxv.c (_initialize_auxv): Add declaration.
396 * avr-tdep.c (_initialize_avr_tdep): Add declaration.
397 * ax-gdb.c (_initialize_ax_gdb): Add declaration.
398 * bfin-linux-tdep.c (_initialize_bfin_linux_tdep): Add declaration.
399 * bfin-tdep.c (_initialize_bfin_tdep): Add declaration.
400 * break-catch-sig.c (_initialize_break_catch_sig): Add declaration.
401 * break-catch-syscall.c (_initialize_break_catch_syscall): Add declaration.
402 * break-catch-throw.c (_initialize_break_catch_throw): Add declaration.
403 * breakpoint.c (_initialize_breakpoint): Add declaration.
404 * bsd-uthread.c (_initialize_bsd_uthread): Add declaration.
405 * btrace.c (_initialize_btrace): Add declaration.
406 * charset.c (_initialize_charset): Add declaration.
407 * cli/cli-cmds.c (_initialize_cli_cmds): Add declaration.
408 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
409 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
410 * cli/cli-logging.c (_initialize_cli_logging): Add declaration.
411 * cli/cli-script.c (_initialize_cli_script): Add declaration.
412 * cli/cli-style.c (_initialize_cli_style): Add declaration.
413 * coff-pe-read.c (_initialize_coff_pe_read): Add declaration.
414 * coffread.c (_initialize_coffread): Add declaration.
415 * compile/compile-cplus-types.c (_initialize_compile_cplus_types): Add declaration.
416 * compile/compile.c (_initialize_compile): Add declaration.
417 * complaints.c (_initialize_complaints): Add declaration.
418 * completer.c (_initialize_completer): Add declaration.
419 * copying.c (_initialize_copying): Add declaration.
420 * corefile.c (_initialize_core): Add declaration.
421 * corelow.c (_initialize_corelow): Add declaration.
422 * cp-abi.c (_initialize_cp_abi): Add declaration.
423 * cp-namespace.c (_initialize_cp_namespace): Add declaration.
424 * cp-support.c (_initialize_cp_support): Add declaration.
425 * cp-valprint.c (_initialize_cp_valprint): Add declaration.
426 * cris-linux-tdep.c (_initialize_cris_linux_tdep): Add declaration.
427 * cris-tdep.c (_initialize_cris_tdep): Add declaration.
428 * csky-linux-tdep.c (_initialize_csky_linux_tdep): Add declaration.
429 * csky-tdep.c (_initialize_csky_tdep): Add declaration.
430 * ctfread.c (_initialize_ctfread): Add declaration.
431 * d-lang.c (_initialize_d_language): Add declaration.
432 * darwin-nat-info.c (_initialize_darwin_info_commands): Add declaration.
433 * darwin-nat.c (_initialize_darwin_nat): Add declaration.
434 * dbxread.c (_initialize_dbxread): Add declaration.
435 * dcache.c (_initialize_dcache): Add declaration.
436 * disasm-selftests.c (_initialize_disasm_selftests): Add declaration.
437 * disasm.c (_initialize_disasm): Add declaration.
438 * dtrace-probe.c (_initialize_dtrace_probe): Add declaration.
439 * dummy-frame.c (_initialize_dummy_frame): Add declaration.
440 * dwarf-index-cache.c (_initialize_index_cache): Add declaration.
441 * dwarf-index-write.c (_initialize_dwarf_index_write): Add declaration.
442 * dwarf2-frame-tailcall.c (_initialize_tailcall_frame): Add declaration.
443 * dwarf2-frame.c (_initialize_dwarf2_frame): Add declaration.
444 * dwarf2expr.c (_initialize_dwarf2expr): Add declaration.
445 * dwarf2loc.c (_initialize_dwarf2loc): Add declaration.
446 * dwarf2read.c (_initialize_dwarf2_read): Add declaration.
447 * elfread.c (_initialize_elfread): Add declaration.
448 * exec.c (_initialize_exec): Add declaration.
449 * extension.c (_initialize_extension): Add declaration.
450 * f-lang.c (_initialize_f_language): Add declaration.
451 * f-valprint.c (_initialize_f_valprint): Add declaration.
452 * fbsd-nat.c (_initialize_fbsd_nat): Add declaration.
453 * fbsd-tdep.c (_initialize_fbsd_tdep): Add declaration.
454 * filesystem.c (_initialize_filesystem): Add declaration.
455 * findcmd.c (_initialize_mem_search): Add declaration.
456 * findvar.c (_initialize_findvar): Add declaration.
457 * fork-child.c (_initialize_fork_child): Add declaration.
458 * frame-base.c (_initialize_frame_base): Add declaration.
459 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
460 * frame.c (_initialize_frame): Add declaration.
461 * frv-linux-tdep.c (_initialize_frv_linux_tdep): Add declaration.
462 * frv-tdep.c (_initialize_frv_tdep): Add declaration.
463 * ft32-tdep.c (_initialize_ft32_tdep): Add declaration.
464 * gcore.c (_initialize_gcore): Add declaration.
465 * gdb-demangle.c (_initialize_gdb_demangle): Add declaration.
466 * gdb_bfd.c (_initialize_gdb_bfd): Add declaration.
467 * gdbarch-selftests.c (_initialize_gdbarch_selftests): Add declaration.
468 * gdbarch.c (_initialize_gdbarch): Add declaration.
469 * gdbtypes.c (_initialize_gdbtypes): Add declaration.
470 * gnu-nat.c (_initialize_gnu_nat): Add declaration.
471 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Add declaration.
472 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Add declaration.
473 * go-lang.c (_initialize_go_language): Add declaration.
474 * go32-nat.c (_initialize_go32_nat): Add declaration.
475 * guile/guile.c (_initialize_guile): Add declaration.
476 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
477 * hppa-linux-nat.c (_initialize_hppa_linux_nat): Add declaration.
478 * hppa-linux-tdep.c (_initialize_hppa_linux_tdep): Add declaration.
479 * hppa-nbsd-nat.c (_initialize_hppanbsd_nat): Add declaration.
480 * hppa-nbsd-tdep.c (_initialize_hppanbsd_tdep): Add declaration.
481 * hppa-obsd-nat.c (_initialize_hppaobsd_nat): Add declaration.
482 * hppa-obsd-tdep.c (_initialize_hppabsd_tdep): Add declaration.
483 * hppa-tdep.c (_initialize_hppa_tdep): Add declaration.
484 * i386-bsd-nat.c (_initialize_i386bsd_nat): Add declaration.
485 * i386-cygwin-tdep.c (_initialize_i386_cygwin_tdep): Add declaration.
486 * i386-darwin-nat.c (_initialize_i386_darwin_nat): Add declaration.
487 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): Add declaration.
488 * i386-dicos-tdep.c (_initialize_i386_dicos_tdep): Add declaration.
489 * i386-fbsd-nat.c (_initialize_i386fbsd_nat): Add declaration.
490 * i386-fbsd-tdep.c (_initialize_i386fbsd_tdep): Add declaration.
491 * i386-gnu-nat.c (_initialize_i386gnu_nat): Add declaration.
492 * i386-gnu-tdep.c (_initialize_i386gnu_tdep): Add declaration.
493 * i386-go32-tdep.c (_initialize_i386_go32_tdep): Add declaration.
494 * i386-linux-nat.c (_initialize_i386_linux_nat): Add declaration.
495 * i386-linux-tdep.c (_initialize_i386_linux_tdep): Add declaration.
496 * i386-nbsd-nat.c (_initialize_i386nbsd_nat): Add declaration.
497 * i386-nbsd-tdep.c (_initialize_i386nbsd_tdep): Add declaration.
498 * i386-nto-tdep.c (_initialize_i386nto_tdep): Add declaration.
499 * i386-obsd-nat.c (_initialize_i386obsd_nat): Add declaration.
500 * i386-obsd-tdep.c (_initialize_i386obsd_tdep): Add declaration.
501 * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Add declaration.
502 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Add declaration.
503 * i386-tdep.c (_initialize_i386_tdep): Add declaration.
504 * i386-windows-nat.c (_initialize_i386_windows_nat): Add declaration.
505 * ia64-libunwind-tdep.c (_initialize_libunwind_frame): Add declaration.
506 * ia64-linux-nat.c (_initialize_ia64_linux_nat): Add declaration.
507 * ia64-linux-tdep.c (_initialize_ia64_linux_tdep): Add declaration.
508 * ia64-tdep.c (_initialize_ia64_tdep): Add declaration.
509 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Add declaration.
510 * infcall.c (_initialize_infcall): Add declaration.
511 * infcmd.c (_initialize_infcmd): Add declaration.
512 * inflow.c (_initialize_inflow): Add declaration.
513 * infrun.c (_initialize_infrun): Add declaration.
514 * interps.c (_initialize_interpreter): Add declaration.
515 * iq2000-tdep.c (_initialize_iq2000_tdep): Add declaration.
516 * jit.c (_initialize_jit): Add declaration.
517 * language.c (_initialize_language): Add declaration.
518 * linux-fork.c (_initialize_linux_fork): Add declaration.
519 * linux-nat.c (_initialize_linux_nat): Add declaration.
520 * linux-tdep.c (_initialize_linux_tdep): Add declaration.
521 * linux-thread-db.c (_initialize_thread_db): Add declaration.
522 * lm32-tdep.c (_initialize_lm32_tdep): Add declaration.
523 * m2-lang.c (_initialize_m2_language): Add declaration.
524 * m32c-tdep.c (_initialize_m32c_tdep): Add declaration.
525 * m32r-linux-nat.c (_initialize_m32r_linux_nat): Add declaration.
526 * m32r-linux-tdep.c (_initialize_m32r_linux_tdep): Add declaration.
527 * m32r-tdep.c (_initialize_m32r_tdep): Add declaration.
528 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
529 * m68k-bsd-nat.c (_initialize_m68kbsd_nat): Add declaration.
530 * m68k-bsd-tdep.c (_initialize_m68kbsd_tdep): Add declaration.
531 * m68k-linux-nat.c (_initialize_m68k_linux_nat): Add declaration.
532 * m68k-linux-tdep.c (_initialize_m68k_linux_tdep): Add declaration.
533 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
534 * machoread.c (_initialize_machoread): Add declaration.
535 * macrocmd.c (_initialize_macrocmd): Add declaration.
536 * macroscope.c (_initialize_macroscope): Add declaration.
537 * maint-test-options.c (_initialize_maint_test_options): Add declaration.
538 * maint-test-settings.c (_initialize_maint_test_settings): Add declaration.
539 * maint.c (_initialize_maint_cmds): Add declaration.
540 * mdebugread.c (_initialize_mdebugread): Add declaration.
541 * memattr.c (_initialize_mem): Add declaration.
542 * mep-tdep.c (_initialize_mep_tdep): Add declaration.
543 * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Add declaration.
544 * mi/mi-cmds.c (_initialize_mi_cmds): Add declaration.
545 * mi/mi-interp.c (_initialize_mi_interp): Add declaration.
546 * mi/mi-main.c (_initialize_mi_main): Add declaration.
547 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): Add declaration.
548 * microblaze-tdep.c (_initialize_microblaze_tdep): Add declaration.
549 * mips-fbsd-nat.c (_initialize_mips_fbsd_nat): Add declaration.
550 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Add declaration.
551 * mips-linux-nat.c (_initialize_mips_linux_nat): Add declaration.
552 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Add declaration.
553 * mips-nbsd-nat.c (_initialize_mipsnbsd_nat): Add declaration.
554 * mips-nbsd-tdep.c (_initialize_mipsnbsd_tdep): Add declaration.
555 * mips-sde-tdep.c (_initialize_mips_sde_tdep): Add declaration.
556 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
557 * mips64-obsd-nat.c (_initialize_mips64obsd_nat): Add declaration.
558 * mips64-obsd-tdep.c (_initialize_mips64obsd_tdep): Add declaration.
559 * mipsread.c (_initialize_mipsread): Add declaration.
560 * mn10300-linux-tdep.c (_initialize_mn10300_linux_tdep): Add declaration.
561 * mn10300-tdep.c (_initialize_mn10300_tdep): Add declaration.
562 * moxie-tdep.c (_initialize_moxie_tdep): Add declaration.
563 * msp430-tdep.c (_initialize_msp430_tdep): Add declaration.
564 * nds32-tdep.c (_initialize_nds32_tdep): Add declaration.
565 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Add declaration.
566 * nios2-tdep.c (_initialize_nios2_tdep): Add declaration.
567 * nto-procfs.c (_initialize_procfs): Add declaration.
568 * objc-lang.c (_initialize_objc_language): Add declaration.
569 * observable.c (_initialize_observer): Add declaration.
570 * opencl-lang.c (_initialize_opencl_language): Add declaration.
571 * or1k-linux-tdep.c (_initialize_or1k_linux_tdep): Add declaration.
572 * or1k-tdep.c (_initialize_or1k_tdep): Add declaration.
573 * osabi.c (_initialize_gdb_osabi): Add declaration.
574 * osdata.c (_initialize_osdata): Add declaration.
575 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
576 * parse.c (_initialize_parse): Add declaration.
577 * ppc-fbsd-nat.c (_initialize_ppcfbsd_nat): Add declaration.
578 * ppc-fbsd-tdep.c (_initialize_ppcfbsd_tdep): Add declaration.
579 * ppc-linux-nat.c (_initialize_ppc_linux_nat): Add declaration.
580 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Add declaration.
581 * ppc-nbsd-nat.c (_initialize_ppcnbsd_nat): Add declaration.
582 * ppc-nbsd-tdep.c (_initialize_ppcnbsd_tdep): Add declaration.
583 * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Add declaration.
584 * ppc-obsd-tdep.c (_initialize_ppcobsd_tdep): Add declaration.
585 * printcmd.c (_initialize_printcmd): Add declaration.
586 * probe.c (_initialize_probe): Add declaration.
587 * proc-api.c (_initialize_proc_api): Add declaration.
588 * proc-events.c (_initialize_proc_events): Add declaration.
589 * proc-service.c (_initialize_proc_service): Add declaration.
590 * procfs.c (_initialize_procfs): Add declaration.
591 * producer.c (_initialize_producer): Add declaration.
592 * psymtab.c (_initialize_psymtab): Add declaration.
593 * python/python.c (_initialize_python): Add declaration.
594 * ravenscar-thread.c (_initialize_ravenscar): Add declaration.
595 * record-btrace.c (_initialize_record_btrace): Add declaration.
596 * record-full.c (_initialize_record_full): Add declaration.
597 * record.c (_initialize_record): Add declaration.
598 * regcache-dump.c (_initialize_regcache_dump): Add declaration.
599 * regcache.c (_initialize_regcache): Add declaration.
600 * reggroups.c (_initialize_reggroup): Add declaration.
601 * remote-notif.c (_initialize_notif): Add declaration.
602 * remote-sim.c (_initialize_remote_sim): Add declaration.
603 * remote.c (_initialize_remote): Add declaration.
604 * reverse.c (_initialize_reverse): Add declaration.
605 * riscv-fbsd-nat.c (_initialize_riscv_fbsd_nat): Add declaration.
606 * riscv-fbsd-tdep.c (_initialize_riscv_fbsd_tdep): Add declaration.
607 * riscv-linux-nat.c (_initialize_riscv_linux_nat): Add declaration.
608 * riscv-linux-tdep.c (_initialize_riscv_linux_tdep): Add declaration.
609 * riscv-tdep.c (_initialize_riscv_tdep): Add declaration.
610 * rl78-tdep.c (_initialize_rl78_tdep): Add declaration.
611 * rs6000-aix-tdep.c (_initialize_rs6000_aix_tdep): Add declaration.
612 * rs6000-lynx178-tdep.c (_initialize_rs6000_lynx178_tdep):
613 Add declaration.
614 * rs6000-nat.c (_initialize_rs6000_nat): Add declaration.
615 * rs6000-tdep.c (_initialize_rs6000_tdep): Add declaration.
616 * run-on-main-thread.c (_initialize_run_on_main_thread): Add declaration.
617 * rust-exp.y (_initialize_rust_exp): Add declaration.
618 * rx-tdep.c (_initialize_rx_tdep): Add declaration.
619 * s12z-tdep.c (_initialize_s12z_tdep): Add declaration.
620 * s390-linux-nat.c (_initialize_s390_nat): Add declaration.
621 * s390-linux-tdep.c (_initialize_s390_linux_tdep): Add declaration.
622 * s390-tdep.c (_initialize_s390_tdep): Add declaration.
623 * score-tdep.c (_initialize_score_tdep): Add declaration.
624 * ser-go32.c (_initialize_ser_dos): Add declaration.
625 * ser-mingw.c (_initialize_ser_windows): Add declaration.
626 * ser-pipe.c (_initialize_ser_pipe): Add declaration.
627 * ser-tcp.c (_initialize_ser_tcp): Add declaration.
628 * ser-uds.c (_initialize_ser_socket): Add declaration.
629 * ser-unix.c (_initialize_ser_hardwire): Add declaration.
630 * serial.c (_initialize_serial): Add declaration.
631 * sh-linux-tdep.c (_initialize_sh_linux_tdep): Add declaration.
632 * sh-nbsd-nat.c (_initialize_shnbsd_nat): Add declaration.
633 * sh-nbsd-tdep.c (_initialize_shnbsd_tdep): Add declaration.
634 * sh-tdep.c (_initialize_sh_tdep): Add declaration.
635 * skip.c (_initialize_step_skip): Add declaration.
636 * sol-thread.c (_initialize_sol_thread): Add declaration.
637 * solib-aix.c (_initialize_solib_aix): Add declaration.
638 * solib-darwin.c (_initialize_darwin_solib): Add declaration.
639 * solib-dsbt.c (_initialize_dsbt_solib): Add declaration.
640 * solib-frv.c (_initialize_frv_solib): Add declaration.
641 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
642 * solib-target.c (_initialize_solib_target): Add declaration.
643 * solib.c (_initialize_solib): Add declaration.
644 * source-cache.c (_initialize_source_cache): Add declaration.
645 * source.c (_initialize_source): Add declaration.
646 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Add declaration.
647 * sparc-linux-tdep.c (_initialize_sparc_linux_tdep): Add declaration.
648 * sparc-nat.c (_initialize_sparc_nat): Add declaration.
649 * sparc-nbsd-nat.c (_initialize_sparcnbsd_nat): Add declaration.
650 * sparc-nbsd-tdep.c (_initialize_sparcnbsd_tdep): Add declaration.
651 * sparc-obsd-tdep.c (_initialize_sparc32obsd_tdep): Add declaration.
652 * sparc-sol2-tdep.c (_initialize_sparc_sol2_tdep): Add declaration.
653 * sparc-tdep.c (_initialize_sparc_tdep): Add declaration.
654 * sparc64-fbsd-nat.c (_initialize_sparc64fbsd_nat): Add declaration.
655 * sparc64-fbsd-tdep.c (_initialize_sparc64fbsd_tdep): Add declaration.
656 * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Add declaration.
657 * sparc64-linux-tdep.c (_initialize_sparc64_linux_tdep): Add declaration.
658 * sparc64-nat.c (_initialize_sparc64_nat): Add declaration.
659 * sparc64-nbsd-nat.c (_initialize_sparc64nbsd_nat): Add declaration.
660 * sparc64-nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Add declaration.
661 * sparc64-obsd-nat.c (_initialize_sparc64obsd_nat): Add declaration.
662 * sparc64-obsd-tdep.c (_initialize_sparc64obsd_tdep): Add declaration.
663 * sparc64-sol2-tdep.c (_initialize_sparc64_sol2_tdep): Add declaration.
664 * sparc64-tdep.c (_initialize_sparc64_adi_tdep): Add declaration.
665 * stabsread.c (_initialize_stabsread): Add declaration.
666 * stack.c (_initialize_stack): Add declaration.
667 * stap-probe.c (_initialize_stap_probe): Add declaration.
668 * std-regs.c (_initialize_frame_reg): Add declaration.
669 * symfile-debug.c (_initialize_symfile_debug): Add declaration.
670 * symfile-mem.c (_initialize_symfile_mem): Add declaration.
671 * symfile.c (_initialize_symfile): Add declaration.
672 * symmisc.c (_initialize_symmisc): Add declaration.
673 * symtab.c (_initialize_symtab): Add declaration.
674 * target.c (_initialize_target): Add declaration.
675 * target-connection.c (_initialize_target_connection): Add
676 declaration.
677 * target-dcache.c (_initialize_target_dcache): Add declaration.
678 * target-descriptions.c (_initialize_target_descriptions): Add declaration.
679 * thread.c (_initialize_thread): Add declaration.
680 * tic6x-linux-tdep.c (_initialize_tic6x_linux_tdep): Add declaration.
681 * tic6x-tdep.c (_initialize_tic6x_tdep): Add declaration.
682 * tilegx-linux-nat.c (_initialize_tile_linux_nat): Add declaration.
683 * tilegx-linux-tdep.c (_initialize_tilegx_linux_tdep): Add declaration.
684 * tilegx-tdep.c (_initialize_tilegx_tdep): Add declaration.
685 * tracectf.c (_initialize_ctf): Add declaration.
686 * tracefile-tfile.c (_initialize_tracefile_tfile): Add declaration.
687 * tracefile.c (_initialize_tracefile): Add declaration.
688 * tracepoint.c (_initialize_tracepoint): Add declaration.
689 * tui/tui-hooks.c (_initialize_tui_hooks): Add declaration.
690 * tui/tui-interp.c (_initialize_tui_interp): Add declaration.
691 * tui/tui-layout.c (_initialize_tui_layout): Add declaration.
692 * tui/tui-regs.c (_initialize_tui_regs): Add declaration.
693 * tui/tui-stack.c (_initialize_tui_stack): Add declaration.
694 * tui/tui-win.c (_initialize_tui_win): Add declaration.
695 * tui/tui.c (_initialize_tui): Add declaration.
696 * typeprint.c (_initialize_typeprint): Add declaration.
697 * ui-style.c (_initialize_ui_style): Add declaration.
698 * unittests/array-view-selftests.c (_initialize_array_view_selftests): Add declaration.
699 * unittests/child-path-selftests.c (_initialize_child_path_selftests): Add declaration.
700 * unittests/cli-utils-selftests.c (_initialize_cli_utils_selftests): Add declaration.
701 * unittests/common-utils-selftests.c (_initialize_common_utils_selftests): Add declaration.
702 * unittests/copy_bitwise-selftests.c (_initialize_copy_bitwise_utils_selftests): Add declaration.
703 * unittests/environ-selftests.c (_initialize_environ_selftests): Add declaration.
704 * unittests/filtered_iterator-selftests.c
705 (_initialize_filtered_iterator_selftests): Add declaration.
706 * unittests/format_pieces-selftests.c (_initialize_format_pieces_selftests): Add declaration.
707 * unittests/function-view-selftests.c (_initialize_function_view_selftests): Add declaration.
708 * unittests/help-doc-selftests.c (_initialize_help_doc_selftests): Add declaration.
709 * unittests/lookup_name_info-selftests.c (_initialize_lookup_name_info_selftests): Add declaration.
710 * unittests/main-thread-selftests.c
711 (_initialize_main_thread_selftests): Add declaration.
712 * unittests/memory-map-selftests.c (_initialize_memory_map_selftests): Add declaration.
713 * unittests/memrange-selftests.c (_initialize_memrange_selftests): Add declaration.
714 * unittests/mkdir-recursive-selftests.c (_initialize_mkdir_recursive_selftests): Add declaration.
715 * unittests/observable-selftests.c (_initialize_observer_selftest): Add declaration.
716 * unittests/offset-type-selftests.c (_initialize_offset_type_selftests): Add declaration.
717 * unittests/optional-selftests.c (_initialize_optional_selftests): Add declaration.
718 * unittests/parse-connection-spec-selftests.c (_initialize_parse_connection_spec_selftests): Add declaration.
719 * unittests/rsp-low-selftests.c (_initialize_rsp_low_selftests): Add declaration.
720 * unittests/scoped_fd-selftests.c (_initialize_scoped_fd_selftests): Add declaration.
721 * unittests/scoped_mmap-selftests.c (_initialize_scoped_mmap_selftests): Add declaration.
722 * unittests/scoped_restore-selftests.c (_initialize_scoped_restore_selftests): Add declaration.
723 * unittests/string_view-selftests.c (_initialize_string_view_selftests): Add declaration.
724 * unittests/style-selftests.c (_initialize_style_selftest): Add declaration.
725 * unittests/tracepoint-selftests.c (_initialize_tracepoint_selftests): Add declaration.
726 * unittests/tui-selftests.c (_initialize_tui_selftest): Add
727 declaration.
728 * unittests/unpack-selftests.c (_initialize_unpack_selftests): Add declaration.
729 * unittests/utils-selftests.c (_initialize_utils_selftests): Add declaration.
730 * unittests/vec-utils-selftests.c (_initialize_vec_utils_selftests): Add declaration.
731 * unittests/xml-utils-selftests.c (_initialize_xml_utils): Add declaration.
732 * user-regs.c (_initialize_user_regs): Add declaration.
733 * utils.c (_initialize_utils): Add declaration.
734 * v850-tdep.c (_initialize_v850_tdep): Add declaration.
735 * valops.c (_initialize_valops): Add declaration.
736 * valprint.c (_initialize_valprint): Add declaration.
737 * value.c (_initialize_values): Add declaration.
738 * varobj.c (_initialize_varobj): Add declaration.
739 * vax-bsd-nat.c (_initialize_vaxbsd_nat): Add declaration.
740 * vax-nbsd-tdep.c (_initialize_vaxnbsd_tdep): Add declaration.
741 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
742 * windows-nat.c (_initialize_windows_nat): Add declaration.
743 (_initialize_check_for_gdb_ini): Add declaration.
744 (_initialize_loadable): Add declaration.
745 * windows-tdep.c (_initialize_windows_tdep): Add declaration.
746 * x86-bsd-nat.c (_initialize_x86_bsd_nat): Add declaration.
747 * x86-linux-nat.c (_initialize_x86_linux_nat): Add declaration.
748 * xcoffread.c (_initialize_xcoffread): Add declaration.
749 * xml-support.c (_initialize_xml_support): Add declaration.
750 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Add declaration.
751 * xtensa-linux-nat.c (_initialize_xtensa_linux_nat): Add declaration.
752 * xtensa-linux-tdep.c (_initialize_xtensa_linux_tdep): Add declaration.
753 * xtensa-tdep.c (_initialize_xtensa_tdep): Add declaration.
754
e2de1eec
SM
7552020-01-13 Simon Marchi <simon.marchi@polymtl.ca>
756
757 * regformats/regdat.sh: Generate declaration for init function.
758
e0037b4c
SM
7592020-01-13 Simon Marchi <simon.marchi@polymtl.ca>
760
761 * remote-sim.c (next_pid, INITIAL_PID, sim_inferior_data): Move
762 up.
763 (gdbsim_target) <get_inferior_data_by_ptid, resume_one_inferior,
764 close_one_inferior>: New methods.
765 (get_sim_inferior_data_by_ptid): Move to gdbsim_target,
766 pass down target to find_inferior_pid.
767 (gdbsim_target::fetch_registers, gdbsim_target::store_registers):
768 Pass down target to find_inferior_ptid.
769 (gdbsim_target::create_inferior): Pass down target to
770 add_thread_silent.
771 (gdbsim_close_inferior): Move to gdbsim_close_inferior, pass
772 target down to find_inferior_ptid and switch_to_thread.
773 (gdbsim_target::close): Update to call close_one_inferior.
774 (struct resume_data): Remove.
775 (gdbsim_resume_inferior): Move to gdbsim_target. Take arguments
776 directly, rather than through a void pointer.
777 (gdbsim_target::resume): Update to call resume_one_inferior.
778
58920b5b
SM
7792020-01-12 Simon Marchi <simon.marchi@polymtl.ca>
780
781 * gdbsupport/gdb_wait.c: Include gdb_wait.h.
782
4ec89149
PA
7832020-01-12 Pedro Alves <palves@redhat.com>
784
785 * bsd-kvm.c (bsd_kvm_target::close): Call exit_inferior_silent
786 directly for the current inferior instead of
787 discard_all_inferiors.
788 (discard_all_inferiors): Delete.
789
7c392d1d
TT
7902020-01-11 Tom Tromey <tom@tromey.com>
791
792 * tui/tui-wingeneral.c (box_win): Check cli_styling.
793 * tui/tui-winsource.c (tui_source_window_base::refill): Use
794 deprecated_safe_get_selected_frame.
795
d9ebdab7
TBA
7962020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
797
798 * inferior.c (print_inferior): Switch inferior before printing it.
799
f3c469b9
PA
8002020-01-10 Aleksandar Paunovic <aleksandar.paunovic@intel.com>
801 Pedro Alves <palves@redhat.com>
802
803 * progspace-and-thread.c (switch_to_program_space_and_thread):
804 Assert there's an inferior for PSPACE. Use
805 switch_to_inferior_no_thread to switch the inferior too.
806 * progspace.c (program_space::~program_space): Call
807 clear_symtab_users here, with SYMFILE_DEFER_BP_RESET.
808 (program_space::free_all_objfiles): Don't call clear_symtab_users
809 here.
810 * symfile.c (symbol_file_clear): Call clear_symtab_users here.
811
65c574f6
PA
8122020-01-10 Pedro Alves <palves@redhat.com>
813
814 * NEWS: Mention multi-target debugging, "info connections", and
815 "add-inferior -no-connection".
816
2f4fcf00
PA
8172020-01-10 Pedro Alves <palves@redhat.com>
818
819 * infrun.c: Include "target-connection.h".
820 (check_multi_target_resumption): New.
821 (proceed): Call it.
822 * target-connection.c (make_target_connection_string): Make
823 extern.
824 * target-connection.h (make_target_connection_string): Declare.
825
121b3efd
PA
8262020-01-10 Pedro Alves <palves@redhat.com>
827
828 * Makefile.in (COMMON_SFILES): Add target-connection.c.
829 * inferior.c (uiout_field_connection): New function.
830 (print_inferior): Add new "connection-id" column.
831 (add_inferior_command): Show connection number/string of added
832 inferior.
833 * process-stratum-target.h
834 (process_stratum_target::connection_string): New virtual method.
835 (process_stratum_target::connection_number): New field.
836 * remote.c (remote_target::connection_string): New override.
837 * target-connection.c: New file.
838 * target-connection.h: New file.
839 * target.c (decref_target): Remove process_stratum targets from
840 the connection list.
841 (target_stack::push): Add process_stratum targets to the
842 connection list.
843
4f837581
PA
8442020-01-10 Pedro Alves <palves@redhat.com>
845
846 Revert:
847 2016-04-12 Pedro Alves <palves@redhat.com>
848 * serial.c (serial_open, serial_fdopen_ops, do_serial_close):
849 Remove references to name.
850 * serial.h (struct serial) <name>: Delete.
851
f4ec508e
PA
8522020-01-10 Pedro Alves <palves@redhat.com>
853
854 * gdbarch-selftests.c (register_to_value_test): Remove "target
855 already pushed" check.
856
5b6d1e4f
PA
8572020-01-10 Pedro Alves <palves@redhat.com>
858 John Baldwin <jhb@FreeBSD.org>
859
860 * aarch64-linux-nat.c
861 (aarch64_linux_nat_target::thread_architecture): Adjust.
862 * ada-tasks.c (print_ada_task_info): Adjust find_thread_ptid call.
863 (task_command_1): Likewise.
864 * aix-thread.c (sync_threadlists, aix_thread_target::resume)
865 (aix_thread_target::wait, aix_thread_target::fetch_registers)
866 (aix_thread_target::store_registers)
867 (aix_thread_target::thread_alive): Adjust.
868 * amd64-fbsd-tdep.c: Include "inferior.h".
869 (amd64fbsd_get_thread_local_address): Pass down target.
870 * amd64-linux-nat.c (ps_get_thread_area): Use ps_prochandle
871 thread's gdbarch instead of target_gdbarch.
872 * break-catch-sig.c (signal_catchpoint_print_it): Adjust call to
873 get_last_target_status.
874 * break-catch-syscall.c (print_it_catch_syscall): Likewise.
875 * breakpoint.c (breakpoints_should_be_inserted_now): Consider all
876 inferiors.
877 (update_inserted_breakpoint_locations): Skip if inferiors with no
878 execution.
879 (update_global_location_list): When handling moribund locations,
880 find representative inferior for location's pspace, and use thread
881 count of its process_stratum target.
882 * bsd-kvm.c (bsd_kvm_target_open): Pass target down.
883 * bsd-uthread.c (bsd_uthread_target::wait): Use
884 as_process_stratum_target and adjust thread_change_ptid and
885 add_thread calls.
886 (bsd_uthread_target::update_thread_list): Use
887 as_process_stratum_target and adjust find_thread_ptid,
888 thread_change_ptid and add_thread calls.
889 * btrace.c (maint_btrace_packet_history_cmd): Adjust
890 find_thread_ptid call.
891 * corelow.c (add_to_thread_list): Adjust add_thread call.
892 (core_target_open): Adjust add_thread_silent and thread_count
893 calls.
894 (core_target::pid_to_str): Adjust find_inferior_ptid call.
895 * ctf.c (ctf_target_open): Adjust add_thread_silent call.
896 * event-top.c (async_disconnect): Pop targets from all inferiors.
897 * exec.c (add_target_sections): Push exec target on all inferiors
898 sharing the program space.
899 (remove_target_sections): Remove the exec target from all
900 inferiors sharing the program space.
901 (exec_on_vfork): New.
902 * exec.h (exec_on_vfork): Declare.
903 * fbsd-nat.c (fbsd_add_threads): Add fbsd_nat_target parameter.
904 Pass it down.
905 (fbsd_nat_target::update_thread_list): Adjust.
906 (fbsd_nat_target::resume): Adjust.
907 (fbsd_handle_debug_trap): Add fbsd_nat_target parameter. Pass it
908 down.
909 (fbsd_nat_target::wait, fbsd_nat_target::post_attach): Adjust.
910 * fbsd-tdep.c (fbsd_corefile_thread): Adjust
911 get_thread_arch_regcache call.
912 * fork-child.c (gdb_startup_inferior): Pass target down to
913 startup_inferior and set_executing.
914 * gdbthread.h (struct process_stratum_target): Forward declare.
915 (add_thread, add_thread_silent, add_thread_with_info)
916 (in_thread_list): Add process_stratum_target parameter.
917 (find_thread_ptid(inferior*, ptid_t)): New overload.
918 (find_thread_ptid, thread_change_ptid): Add process_stratum_target
919 parameter.
920 (all_threads()): Delete overload.
921 (all_threads, all_non_exited_threads): Add process_stratum_target
922 parameter.
923 (all_threads_safe): Use brace initialization.
924 (thread_count): Add process_stratum_target parameter.
925 (set_resumed, set_running, set_stop_requested, set_executing)
926 (threads_are_executing, finish_thread_state): Add
927 process_stratum_target parameter.
928 (switch_to_thread): Use is_current_thread.
929 * i386-fbsd-tdep.c: Include "inferior.h".
930 (i386fbsd_get_thread_local_address): Pass down target.
931 * i386-linux-nat.c (i386_linux_nat_target::low_resume): Adjust.
932 * inf-child.c (inf_child_target::maybe_unpush_target): Remove
933 have_inferiors check.
934 * inf-ptrace.c (inf_ptrace_target::create_inferior)
935 (inf_ptrace_target::attach): Adjust.
936 * infcall.c (run_inferior_call): Adjust.
937 * infcmd.c (run_command_1): Pass target to
938 scoped_finish_thread_state.
939 (proceed_thread_callback): Skip inferiors with no execution.
940 (continue_command): Rename 'all_threads' local to avoid hiding
941 'all_threads' function. Adjust get_last_target_status call.
942 (prepare_one_step): Adjust set_running call.
943 (signal_command): Use user_visible_resume_target. Compare thread
944 pointers instead of inferior_ptid.
945 (info_program_command): Adjust to pass down target.
946 (attach_command): Mark target's 'thread_executing' flag.
947 (stop_current_target_threads_ns): New, factored out from ...
948 (interrupt_target_1): ... this. Switch inferior before making
949 target calls.
950 * inferior-iter.h
951 (struct all_inferiors_iterator, struct all_inferiors_range)
952 (struct all_inferiors_safe_range)
953 (struct all_non_exited_inferiors_range): Filter on
954 process_stratum_target too. Remove explicit.
955 * inferior.c (inferior::inferior): Push dummy target on target
956 stack.
957 (find_inferior_pid, find_inferior_ptid, number_of_live_inferiors):
958 Add process_stratum_target parameter, and pass it down.
959 (have_live_inferiors): Adjust.
960 (switch_to_inferior_and_push_target): New.
961 (add_inferior_command, clone_inferior_command): Handle
962 "-no-connection" parameter. Use
963 switch_to_inferior_and_push_target.
964 (_initialize_inferior): Mention "-no-connection" option in
965 the help of "add-inferior" and "clone-inferior" commands.
966 * inferior.h: Include "process-stratum-target.h".
967 (interrupt_target_1): Use bool.
968 (struct inferior) <push_target, unpush_target, target_is_pushed,
969 find_target_beneath, top_target, process_target, target_at,
970 m_stack>: New.
971 (discard_all_inferiors): Delete.
972 (find_inferior_pid, find_inferior_ptid, number_of_live_inferiors)
973 (all_inferiors, all_non_exited_inferiors): Add
974 process_stratum_target parameter.
975 * infrun.c: Include "gdb_select.h" and <unordered_map>.
976 (target_last_proc_target): New global.
977 (follow_fork_inferior): Push target on new inferior. Pass target
978 to add_thread_silent. Call exec_on_vfork. Handle target's
979 reference count.
980 (follow_fork): Adjust get_last_target_status call. Also consider
981 target.
982 (follow_exec): Push target on new inferior.
983 (struct execution_control_state) <target>: New field.
984 (user_visible_resume_target): New.
985 (do_target_resume): Call target_async.
986 (resume_1): Set target's threads_executing flag. Consider resume
987 target.
988 (commit_resume_all_targets): New.
989 (proceed): Also consider resume target. Skip threads of inferiors
990 with no execution. Commit resumtion in all targets.
991 (start_remote): Pass current inferior to wait_for_inferior.
992 (infrun_thread_stop_requested): Consider target as well. Pass
993 thread_info pointer to clear_inline_frame_state instead of ptid.
994 (infrun_thread_thread_exit): Consider target as well.
995 (random_pending_event_thread): New inferior parameter. Use it.
996 (do_target_wait): Rename to ...
997 (do_target_wait_1): ... this. Add inferior parameter, and pass it
998 down.
999 (threads_are_resumed_pending_p, do_target_wait): New.
1000 (prepare_for_detach): Adjust calls.
1001 (wait_for_inferior): New inferior parameter. Handle it. Use
1002 do_target_wait_1 instead of do_target_wait.
1003 (fetch_inferior_event): Adjust. Switch to representative
1004 inferior. Pass target down.
1005 (set_last_target_status): Add process_stratum_target parameter.
1006 Save target in global.
1007 (get_last_target_status): Add process_stratum_target parameter and
1008 handle it.
1009 (nullify_last_target_wait_ptid): Clear 'target_last_proc_target'.
1010 (context_switch): Check inferior_ptid == null_ptid before calling
1011 inferior_thread().
1012 (get_inferior_stop_soon): Pass down target.
1013 (wait_one): Rename to ...
1014 (poll_one_curr_target): ... this.
1015 (struct wait_one_event): New.
1016 (wait_one): New.
1017 (stop_all_threads): Adjust.
1018 (handle_no_resumed, handle_inferior_event): Adjust to consider the
1019 event's target.
1020 (switch_back_to_stepped_thread): Also consider target.
1021 (print_stop_event): Update.
1022 (normal_stop): Update. Also consider the resume target.
1023 * infrun.h (wait_for_inferior): Remove declaration.
1024 (user_visible_resume_target): New declaration.
1025 (get_last_target_status, set_last_target_status): New
1026 process_stratum_target parameter.
1027 * inline-frame.c (clear_inline_frame_state(ptid_t)): Add
1028 process_stratum_target parameter, and use it.
1029 (clear_inline_frame_state (thread_info*)): New.
1030 * inline-frame.c (clear_inline_frame_state(ptid_t)): Add
1031 process_stratum_target parameter.
1032 (clear_inline_frame_state (thread_info*)): Declare.
1033 * linux-fork.c (delete_checkpoint_command): Pass target down to
1034 find_thread_ptid.
1035 (checkpoint_command): Adjust.
1036 * linux-nat.c (linux_nat_target::follow_fork): Switch to thread
1037 instead of just tweaking inferior_ptid.
1038 (linux_nat_switch_fork): Pass target down to thread_change_ptid.
1039 (exit_lwp): Pass target down to find_thread_ptid.
1040 (attach_proc_task_lwp_callback): Pass target down to
1041 add_thread/set_running/set_executing.
1042 (linux_nat_target::attach): Pass target down to
1043 thread_change_ptid.
1044 (get_detach_signal): Pass target down to find_thread_ptid.
1045 Consider last target status's target.
1046 (linux_resume_one_lwp_throw, resume_lwp)
1047 (linux_handle_syscall_trap, linux_handle_extended_wait, wait_lwp)
1048 (stop_wait_callback, save_stop_reason, linux_nat_filter_event)
1049 (linux_nat_wait_1, resume_stopped_resumed_lwps): Pass target down.
1050 (linux_nat_target::async_wait_fd): New.
1051 (linux_nat_stop_lwp, linux_nat_target::thread_address_space): Pass
1052 target down.
1053 * linux-nat.h (linux_nat_target::async_wait_fd): Declare.
1054 * linux-tdep.c (get_thread_arch_regcache): Pass target down.
1055 * linux-thread-db.c (struct thread_db_info::process_target): New
1056 field.
1057 (add_thread_db_info): Save target.
1058 (get_thread_db_info): New process_stratum_target parameter. Also
1059 match target.
1060 (delete_thread_db_info): New process_stratum_target parameter.
1061 Also match target.
1062 (thread_from_lwp): Adjust to pass down target.
1063 (thread_db_notice_clone): Pass down target.
1064 (check_thread_db_callback): Pass down target.
1065 (try_thread_db_load_1): Always push the thread_db target.
1066 (try_thread_db_load, record_thread): Pass target down.
1067 (thread_db_target::detach): Pass target down. Always unpush the
1068 thread_db target.
1069 (thread_db_target::wait, thread_db_target::mourn_inferior): Pass
1070 target down. Always unpush the thread_db target.
1071 (find_new_threads_callback, thread_db_find_new_threads_2)
1072 (thread_db_target::update_thread_list): Pass target down.
1073 (thread_db_target::pid_to_str): Pass current inferior down.
1074 (thread_db_target::get_thread_local_address): Pass target down.
1075 (thread_db_target::resume, maintenance_check_libthread_db): Pass
1076 target down.
1077 * nto-procfs.c (nto_procfs_target::update_thread_list): Adjust.
1078 * procfs.c (procfs_target::procfs_init_inferior): Declare.
1079 (proc_set_current_signal, do_attach, procfs_target::wait): Adjust.
1080 (procfs_init_inferior): Rename to ...
1081 (procfs_target::procfs_init_inferior): ... this and adjust.
1082 (procfs_target::create_inferior, procfs_notice_thread)
1083 (procfs_do_thread_registers): Adjust.
1084 * ppc-fbsd-tdep.c: Include "inferior.h".
1085 (ppcfbsd_get_thread_local_address): Pass down target.
1086 * proc-service.c (ps_xfer_memory): Switch current inferior and
1087 program space as well.
1088 (get_ps_regcache): Pass target down.
1089 * process-stratum-target.c
1090 (process_stratum_target::thread_address_space)
1091 (process_stratum_target::thread_architecture): Pass target down.
1092 * process-stratum-target.h
1093 (process_stratum_target::threads_executing): New field.
1094 (as_process_stratum_target): New.
1095 * ravenscar-thread.c
1096 (ravenscar_thread_target::update_inferior_ptid): Pass target down.
1097 (ravenscar_thread_target::wait, ravenscar_add_thread): Pass target
1098 down.
1099 * record-btrace.c (record_btrace_target::info_record): Adjust.
1100 (record_btrace_target::record_method)
1101 (record_btrace_target::record_is_replaying)
1102 (record_btrace_target::fetch_registers)
1103 (get_thread_current_frame_id, record_btrace_target::resume)
1104 (record_btrace_target::wait, record_btrace_target::stop): Pass
1105 target down.
1106 * record-full.c (record_full_wait_1): Switch to event thread.
1107 Pass target down.
1108 * regcache.c (regcache::regcache)
1109 (get_thread_arch_aspace_regcache, get_thread_arch_regcache): Add
1110 process_stratum_target parameter and handle it.
1111 (current_thread_target): New global.
1112 (get_thread_regcache): Add process_stratum_target parameter and
1113 handle it. Switch inferior before calling target method.
1114 (get_thread_regcache): Pass target down.
1115 (get_thread_regcache_for_ptid): Pass target down.
1116 (registers_changed_ptid): Add process_stratum_target parameter and
1117 handle it.
1118 (registers_changed_thread, registers_changed): Pass target down.
1119 (test_get_thread_arch_aspace_regcache): New.
1120 (current_regcache_test): Define a couple local test_target_ops
1121 instances and use them for testing.
1122 (readwrite_regcache): Pass process_stratum_target parameter.
1123 (cooked_read_test, cooked_write_test): Pass mock_target down.
1124 * regcache.h (get_thread_regcache, get_thread_arch_regcache)
1125 (get_thread_arch_aspace_regcache): Add process_stratum_target
1126 parameter.
1127 (regcache::target): New method.
1128 (regcache::regcache, regcache::get_thread_arch_aspace_regcache)
1129 (regcache::registers_changed_ptid): Add process_stratum_target
1130 parameter.
1131 (regcache::m_target): New field.
1132 (registers_changed_ptid): Add process_stratum_target parameter.
1133 * remote.c (remote_state::supports_vCont_probed): New field.
1134 (remote_target::async_wait_fd): New method.
1135 (remote_unpush_and_throw): Add remote_target parameter.
1136 (get_current_remote_target): Adjust.
1137 (remote_target::remote_add_inferior): Push target.
1138 (remote_target::remote_add_thread)
1139 (remote_target::remote_notice_new_inferior)
1140 (get_remote_thread_info): Pass target down.
1141 (remote_target::update_thread_list): Skip threads of inferiors
1142 bound to other targets. (remote_target::close): Don't discard
1143 inferiors. (remote_target::add_current_inferior_and_thread)
1144 (remote_target::process_initial_stop_replies)
1145 (remote_target::start_remote)
1146 (remote_target::remote_serial_quit_handler): Pass down target.
1147 (remote_target::remote_unpush_target): New remote_target
1148 parameter. Unpush the target from all inferiors.
1149 (remote_target::remote_unpush_and_throw): New remote_target
1150 parameter. Pass it down.
1151 (remote_target::open_1): Check whether the current inferior has
1152 execution instead of checking whether any inferior is live. Pass
1153 target down.
1154 (remote_target::remote_detach_1): Pass down target. Use
1155 remote_unpush_target.
1156 (extended_remote_target::attach): Pass down target.
1157 (remote_target::remote_vcont_probe): Set supports_vCont_probed.
1158 (remote_target::append_resumption): Pass down target.
1159 (remote_target::append_pending_thread_resumptions)
1160 (remote_target::remote_resume_with_hc, remote_target::resume)
1161 (remote_target::commit_resume): Pass down target.
1162 (remote_target::remote_stop_ns): Check supports_vCont_probed.
1163 (remote_target::interrupt_query)
1164 (remote_target::remove_new_fork_children)
1165 (remote_target::check_pending_events_prevent_wildcard_vcont)
1166 (remote_target::remote_parse_stop_reply)
1167 (remote_target::process_stop_reply): Pass down target.
1168 (first_remote_resumed_thread): New remote_target parameter. Pass
1169 it down.
1170 (remote_target::wait_as): Pass down target.
1171 (unpush_and_perror): New remote_target parameter. Pass it down.
1172 (remote_target::readchar, remote_target::remote_serial_write)
1173 (remote_target::getpkt_or_notif_sane_1)
1174 (remote_target::kill_new_fork_children, remote_target::kill): Pass
1175 down target.
1176 (remote_target::mourn_inferior): Pass down target. Use
1177 remote_unpush_target.
1178 (remote_target::core_of_thread)
1179 (remote_target::remote_btrace_maybe_reopen): Pass down target.
1180 (remote_target::pid_to_exec_file)
1181 (remote_target::thread_handle_to_thread_info): Pass down target.
1182 (remote_target::async_wait_fd): New.
1183 * riscv-fbsd-tdep.c: Include "inferior.h".
1184 (riscv_fbsd_get_thread_local_address): Pass down target.
1185 * sol2-tdep.c (sol2_core_pid_to_str): Pass down target.
1186 * sol-thread.c (sol_thread_target::wait, ps_lgetregs, ps_lsetregs)
1187 (ps_lgetfpregs, ps_lsetfpregs, sol_update_thread_list_callback):
1188 Adjust.
1189 * solib-spu.c (spu_skip_standalone_loader): Pass down target.
1190 * solib-svr4.c (enable_break): Pass down target.
1191 * spu-multiarch.c (parse_spufs_run): Pass down target.
1192 * spu-tdep.c (spu2ppu_sniffer): Pass down target.
1193 * target-delegates.c: Regenerate.
1194 * target.c (g_target_stack): Delete.
1195 (current_top_target): Return the current inferior's top target.
1196 (target_has_execution_1): Refer to the passed-in inferior's top
1197 target.
1198 (target_supports_terminal_ours): Check whether the initial
1199 inferior was already created.
1200 (decref_target): New.
1201 (target_stack::push): Incref/decref the target.
1202 (push_target, push_target, unpush_target): Adjust.
1203 (target_stack::unpush): Defref target.
1204 (target_is_pushed): Return bool. Adjust to refer to the current
1205 inferior's target stack.
1206 (dispose_inferior): Delete, and inline parts ...
1207 (target_preopen): ... here. Only dispose of the current inferior.
1208 (target_detach): Hold strong target reference while detaching.
1209 Pass target down.
1210 (target_thread_name): Add assertion.
1211 (target_resume): Pass down target.
1212 (target_ops::beneath, find_target_at): Adjust to refer to the
1213 current inferior's target stack.
1214 (get_dummy_target): New.
1215 (target_pass_ctrlc): Pass the Ctrl-C to the first inferior that
1216 has a thread running.
1217 (initialize_targets): Rename to ...
1218 (_initialize_target): ... this.
1219 * target.h: Include "gdbsupport/refcounted-object.h".
1220 (struct target_ops): Inherit refcounted_object.
1221 (target_ops::shortname, target_ops::longname): Make const.
1222 (target_ops::async_wait_fd): New method.
1223 (decref_target): Declare.
1224 (struct target_ops_ref_policy): New.
1225 (target_ops_ref): New typedef.
1226 (get_dummy_target): Declare function.
1227 (target_is_pushed): Return bool.
1228 * thread-iter.c (all_matching_threads_iterator::m_inf_matches)
1229 (all_matching_threads_iterator::all_matching_threads_iterator):
1230 Handle filter target.
1231 * thread-iter.h (struct all_matching_threads_iterator, struct
1232 all_matching_threads_range, class all_non_exited_threads_range):
1233 Filter by target too. Remove explicit.
1234 * thread.c (threads_executing): Delete.
1235 (inferior_thread): Pass down current inferior.
1236 (clear_thread_inferior_resources): Pass down thread pointer
1237 instead of ptid_t.
1238 (add_thread_silent, add_thread_with_info, add_thread): Add
1239 process_stratum_target parameter. Use it for thread and inferior
1240 searches.
1241 (is_current_thread): New.
1242 (thread_info::deletable): Use it.
1243 (find_thread_ptid, thread_count, in_thread_list)
1244 (thread_change_ptid, set_resumed, set_running): New
1245 process_stratum_target parameter. Pass it down.
1246 (set_executing): New process_stratum_target parameter. Pass it
1247 down. Adjust reference to 'threads_executing'.
1248 (threads_are_executing): New process_stratum_target parameter.
1249 Adjust reference to 'threads_executing'.
1250 (set_stop_requested, finish_thread_state): New
1251 process_stratum_target parameter. Pass it down.
1252 (switch_to_thread): Also match inferior.
1253 (switch_to_thread): New process_stratum_target parameter. Pass it
1254 down.
1255 (update_threads_executing): Reimplement.
1256 * top.c (quit_force): Pop targets from all inferior.
1257 (gdb_init): Don't call initialize_targets.
1258 * windows-nat.c (windows_nat_target) <get_windows_debug_event>:
1259 Declare.
1260 (windows_add_thread, windows_delete_thread): Adjust.
1261 (get_windows_debug_event): Rename to ...
1262 (windows_nat_target::get_windows_debug_event): ... this. Adjust.
1263 * tracefile-tfile.c (tfile_target_open): Pass down target.
1264 * gdbsupport/common-gdbthread.h (struct process_stratum_target):
1265 Forward declare.
1266 (switch_to_thread): Add process_stratum_target parameter.
1267 * mi/mi-interp.c (mi_on_resume_1): Add process_stratum_target
1268 parameter. Use it.
1269 (mi_on_resume): Pass target down.
1270 * nat/fork-inferior.c (startup_inferior): Add
1271 process_stratum_target parameter. Pass it down.
1272 * nat/fork-inferior.h (startup_inferior): Add
1273 process_stratum_target parameter.
1274 * python/py-threadevent.c (py_get_event_thread): Pass target down.
1275
75c6c844
PA
12762020-01-10 Pedro Alves <palves@redhat.com>
1277
1278 * remote.c (remote_target::start_remote): Don't set inferior_ptid
1279 directly. Instead find the first thread in the thread list and
1280 use switch_to_thread.
1281
78f2c40a
PA
12822020-01-10 Pedro Alves <palves@redhat.com>
1283
1284 * remote.c (remote_target::remote_add_inferior): Don't bind a
1285 process to the current inferior if the current inferior is already
1286 bound to a process.
1287
e7af6c70
TBA
12882020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1289 Pedro Alves <palves@redhat.com>
1290
1291 * remote.c (remote_target::remote_parse_stop_reply) <W/X packets>:
1292 If no process is specified, return null_ptid instead of
1293 inferior_ptid.
1294 (remote_target::wait_as): Handle TARGET_WAITKIND_EXITED /
1295 TARGET_WAITKIND_SIGNALLED with no pid.
1296
31ba933e
PA
12972020-01-10 Pedro Alves <palves@redhat.com>
1298
1299 * remote.c (first_remote_resumed_thread): New.
1300 (remote_target::wait_as): Use it as default event_ptid instead of
1301 inferior_ptid.
1302
735fc2ca
PA
13032020-01-10 Pedro Alves <palves@redhat.com>
1304
1305 * infrun.c (handle_no_resumed): Use all_non_exited_inferiors.
1306
c17e02e1
PA
13072020-01-10 Pedro Alves <palves@redhat.com>
1308
1309 * tracefile-tfile.c (tfile_target::close): Assert that trace_fd is
1310 not -1.
1311
ab1ddbcf
PA
13122020-01-10 Pedro Alves <palves@redhat.com>
1313
1314 * break-catch-sig.c (signal_catchpoint_print_it): Don't pass a
1315 ptid to get_last_target_status.
1316 * break-catch-syscall.c (print_it_catch_syscall): Don't pass a
1317 ptid to get_last_target_status.
1318 * infcmd.c (continue_command): Don't pass a target_waitstatus to
1319 get_last_target_status.
1320 (info_program_command): Don't pass a target_waitstatus to
1321 get_last_target_status.
1322 * infrun.c (init_wait_for_inferior): Use
1323 nullify_last_target_wait_ptid.
1324 (get_last_target_status): Handle nullptr arguments.
1325 (nullify_last_target_wait_ptid): Clear target_last_waitstatus.
1326 (print_stop_event): Don't pass a ptid to get_last_target_status.
1327 (normal_stop): Don't pass a ptid to get_last_target_status.
1328 * infrun.h (get_last_target_status, set_last_target_status): Move
1329 comments here and update.
1330 (nullify_last_target_wait_ptid): Declare.
1331 * linux-fork.c (fork_load_infrun_state): Remove local extern
1332 declaration of nullify_last_target_wait_ptid.
1333 * linux-nat.c (get_detach_signal): Don't pass a target_waitstatus
1334 to get_last_target_status.
1335
f3f8ece4
PA
13362020-01-10 Pedro Alves <palves@redhat.com>
1337
1338 * gdbthread.h (scoped_restore_current_thread)
1339 <dont_restore, restore, m_dont_restore>: Declare.
1340 * thread.c (thread_alive): Add assertion. Return bool.
1341 (switch_to_thread_if_alive): New.
1342 (prune_threads): Switch inferior/thread.
1343 (print_thread_info_1): Switch thread before calling target methods.
1344 (scoped_restore_current_thread::restore): New, factored out from
1345 ...
1346 (scoped_restore_current_thread::~scoped_restore_current_thread):
1347 ... this.
1348 (scoped_restore_current_thread::scoped_restore_current_thread):
1349 Add assertion.
1350 (thread_apply_all_command, thread_select): Use
1351 switch_to_thread_if_alive.
1352 * infrun.c (proceed, restart_threads, handle_signal_stop)
1353 (switch_back_to_stepped_thread): Switch current thread before
1354 calling target methods.
1355
db2d40f7
PA
13562020-01-10 Pedro Alves <palves@redhat.com>
1357
1358 * inferior.c (switch_to_inferior_no_thread): New function,
1359 factored out from ...
1360 (inferior_command): ... here.
1361 * inferior.h (switch_to_inferior_no_thread): Declare.
1362 * mi/mi-main.c (run_one_inferior): Use
1363 switch_to_inferior_no_thread.
1364
bd420a2d
PA
13652020-01-10 Pedro Alves <palves@redhat.com>
1366
1367 * infcmd.c (kill_command): Remove dead code.
1368
ddf5db90
PA
13692020-01-10 Pedro Alves <palves@redhat.com>
1370
1371 * remote.c (remote_target::mourn_inferior): No longer check
1372 whether the target is running.
1373
5018ce90
PA
13742020-01-10 Pedro Alves <palves@redhat.com>
1375
1376 * corelow.c (core_target::has_execution): Change parameter type to
1377 inferior pointer.
1378 * inferior.c (number_of_live_inferiors): Use
1379 inferior::has_execution instead of target_has_execution_1.
1380 * inferior.h (inferior::has_execution): New.
1381 * linux-thread-db.c (thread_db_target::update_thread_list): Use
1382 inferior::has_execution instead of target_has_execution_1.
1383 * process-stratum-target.c
1384 (process_stratum_target::has_execution): Change parameter type to
1385 inferior pointer. Check the inferior's PID instead of
1386 inferior_ptid.
1387 * process-stratum-target.h
1388 (process_stratum_target::has_execution): Change parameter type to
1389 inferior pointer.
1390 * record-full.c (record_full_core_target::has_execution): Change
1391 parameter type to inferior pointer.
1392 * target.c (target_has_execution_1): Change parameter type to
1393 inferior pointer.
1394 (target_has_execution_current): Adjust.
1395 * target.h (target_ops::has_execution): Change parameter type to
1396 inferior pointer.
1397 (target_has_execution_1): Change parameter type to inferior
1398 pointer. Change return type to bool.
1399 * tracefile.h (tracefile_target::has_execution): Change parameter
1400 type to inferior pointer.
1401
74375d18
PA
14022020-01-10 Pedro Alves <palves@redhat.com>
1403
1404 * exceptions.c (print_flush): Remove current_top_target() check.
1405
acdf84a6
PA
14062020-01-10 Pedro Alves <palves@redhat.com>
1407
1408 * remote.c (show_remote_exec_file): Show the current inferior's
1409 exec-file instead of the command variable's value.
1410
ec506636
PA
14112020-01-10 Pedro Alves <palves@redhat.com>
1412
1413 * record-full.c (record_full_resume_ptid): New global.
1414 (record_full_target::resume): Set it.
1415 (record_full_wait_1): Use record_full_resume_ptid instead of
1416 inferior_ptid.
1417
873657b9
PA
14182020-01-10 Pedro Alves <palves@redhat.com>
1419
1420 * gdbthread.h (scoped_restore_current_thread)
1421 <dont_restore, restore, m_dont_restore>: Declare.
1422 * thread.c (thread_alive): Add assertion. Return bool.
1423 (switch_to_thread_if_alive): New.
1424 (prune_threads): Switch inferior/thread.
1425 (print_thread_info_1): Switch thread before calling target methods.
1426 (scoped_restore_current_thread::restore): New, factored out from
1427 ...
1428 (scoped_restore_current_thread::~scoped_restore_current_thread):
1429 ... this.
1430 (scoped_restore_current_thread::scoped_restore_current_thread):
1431 Add assertion.
1432 (thread_apply_all_command, thread_select): Use
1433 switch_to_thread_if_alive.
1434
7f0ae84c
GB
14352020-01-10 George Barrett <bob@bob131.so>
1436
1437 * stap-probe.c (stap_modify_semaphore): Don't check for null
1438 semaphores.
1439 (stap_probe::set_semaphore, stap_probe::clear_semaphore): Check
1440 for null semaphores.
1441
f5a7c406
AB
14422020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1443
1444 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Update
1445 all source windows, and maintain horizontal scroll status while
1446 doing so.
1447
9ae6bf64
TT
14482020-01-09 Tom Tromey <tom@tromey.com>
1449
1450 PR tui/18932:
1451 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Call
1452 update_source_window, not print_source_lines.
1453
b2efe70c
AB
14542020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1455
1456 * tui/tui.c (tui_enable): Register tui hooks after calling
1457 tui_display_main.
1458
5f23a082
CB
14592020-01-09 Christian Biesinger <cbiesinger@google.com>
1460
1461 * gdbsupport/common-defs.h: Don't define _FORTIFY_SOURCE on MinGW.
1462
3061113b
SM
14632020-01-08 Simon Marchi <simon.marchi@efficios.com>
1464
1465 * thread.c (print_thread_info_1): Fix indentation.
1466
57d75002
CB
14672020-01-09 Christian Biesinger <cbiesinger@google.com>
1468
1469 * symtab.c (general_symbol_info::compute_and_set_names): Move the
1470 unique_xmalloc_ptr outside the if to always free the demangled name.
1471
6a053cb1
TT
14722020-01-08 Tom Tromey <tromey@adacore.com>
1473
1474 * xcoffread.c (enter_line_range, read_xcoff_symtab)
1475 (process_xcoff_symbol, xcoff_symfile_offsets): Update.
1476 * symtab.h (MSYMBOL_VALUE_ADDRESS): Update.
1477 (struct section_offsets, ANOFFSET, SIZEOF_N_SECTION_OFFSETS):
1478 Remove.
1479 (section_offsets): New typedef.
1480 * symtab.c (fixup_section, get_msymbol_address): Update.
1481 * symmisc.c (dump_msymbols): Update.
1482 * symfile.h (relative_addr_info_to_section_offsets)
1483 (symfile_map_offsets_to_segments): Update.
1484 * symfile.c (build_section_addr_info_from_objfile)
1485 (init_objfile_sect_indices): Update.
1486 (struct place_section_arg): Change type of "offsets".
1487 (place_section): Update.
1488 (relative_addr_info_to_section_offsets): Change type of
1489 "section_offsets". Remove "num_sections" parameter.
1490 (default_symfile_offsets, syms_from_objfile_1)
1491 (set_objfile_default_section_offset): Update.
1492 (reread_symbols): No need to preserve section offsets by hand.
1493 (symfile_map_offsets_to_segments): Change type of "offsets".
1494 * stap-probe.c (relocate_address): Update.
1495 * stabsread.h (process_one_symbol): Update.
1496 * solib-target.c (struct lm_info_target) <offsets>: Change type.
1497 (solib_target_relocate_section_addresses): Update.
1498 * solib-svr4.c (enable_break, svr4_relocate_main_executable):
1499 Update.
1500 * solib-frv.c (frv_relocate_main_executable): Update.
1501 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
1502 * solib-aix.c (solib_aix_get_section_offsets): Change return
1503 type.
1504 (solib_aix_solib_create_inferior_hook): Update.
1505 * remote.c (remote_target::get_offsets): Update.
1506 * psymtab.c (find_pc_sect_psymtab): Update.
1507 * psympriv.h (struct partial_symbol) <address, text_low,
1508 text_high>: Update.
1509 * objfiles.h (obj_section_offset): Update.
1510 (struct objfile) <section_offsets>: Change type.
1511 <num_sections>: Remove.
1512 (objfile_relocate): Update.
1513 * objfiles.c (entry_point_address_query): Update
1514 (relocate_one_symbol): Change type of "section_offsets".
1515 (objfile_relocate1, objfile_relocate1): Change type of
1516 "new_offsets".
1517 (objfile_rebase1): Update.
1518 * mipsread.c (mipscoff_symfile_read): Update.
1519 (read_alphacoff_dynamic_symtab): Remove "section_offsets"
1520 parameter.
1521 * mdebugread.c (parse_symbol): Change type of "section_offsets".
1522 (parse_external, psymtab_to_symtab_1): Update.
1523 * machoread.c (macho_symfile_offsets): Update.
1524 * ia64-tdep.c (ia64_find_unwind_table): Update.
1525 * hppa-tdep.c (read_unwind_info): Update.
1526 * hppa-bsd-tdep.c (hppabsd_find_global_pointer): Update.
1527 * dwarf2read.c (create_addrmap_from_index)
1528 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
1529 (process_psymtab_comp_unit_reader, add_partial_symbol)
1530 (add_partial_subprogram, process_full_comp_unit)
1531 (read_file_scope, read_func_scope, read_lexical_block_scope)
1532 (read_call_site_scope, dwarf2_rnglists_process)
1533 (dwarf2_ranges_process, dwarf2_ranges_read)
1534 (dwarf_decode_lines_1, var_decode_location, new_symbol)
1535 (dwarf2_fetch_die_loc_sect_off, dwarf2_per_cu_text_offset):
1536 Update.
1537 * dwarf2-frame.c (execute_cfa_program, dwarf2_frame_find_fde):
1538 Update.
1539 * dtrace-probe.c (dtrace_probe::get_relocated_address): Update.
1540 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Update.
1541 (process_one_symbol): Change type of "section_offsets".
1542 * ctfread.c (get_objfile_text_range): Update.
1543 * coffread.c (coff_symtab_read, enter_linenos)
1544 (process_coff_symbol): Update.
1545 * coff-pe-read.c (add_pe_forwarded_sym): Update.
1546 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Update.
1547
456e800a
TT
15482020-01-08 Tom Tromey <tromey@adacore.com>
1549
1550 * dwarf2read.c (parse_macro_definition): Use std::string.
1551 (parse_macro_definition): Likewise.
1552
6dfa2fc2
TT
15532020-01-08 Tom Tromey <tromey@adacore.com>
1554
1555 * dwarf2read.c (abbrev_table_read_table): Use std::vector.
1556 (ATTR_ALLOC_CHUNK): Remove.
1557
421d1616
TT
15582020-01-08 Tom Tromey <tromey@adacore.com>
1559
1560 * dwarf2read.c (fixup_go_packaging): Use unique_xmalloc_ptr.
1561
43816ebc
TT
15622020-01-08 Tom Tromey <tromey@adacore.com>
1563
1564 * dwarf2read.c (add_partial_symbol): Use unique_xmalloc_ptr.
1565 (dwarf2_compute_name, open_dwo_file): Likewise.
1566 (process_enumeration_scope): Use std::vector.
1567 (guess_partial_die_structure_name): Use unique_xmalloc_ptr.
1568 (partial_die_info::fixup, dwarf2_start_subfile)
1569 (guess_full_die_structure_name, dwarf2_name): Likewise.
1570 (determine_prefix): Update.
1571 (guess_full_die_structure_name): Make return type const.
1572 (partial_die_full_name): Return unique_xmalloc_ptr.
1573 (DW_FIELD_ALLOC_CHUNK): Remove.
1574
4212d509
TT
15752020-01-07 Tom Tromey <tromey@adacore.com>
1576
1577 PR build/24937:
1578 * stap-probe.c (class stap_static_probe_ops): Add constructor.
1579
06a6207a
JT
15802020-01-02 Jon Turney <jon.turney@dronecode.org.uk>
1581
1582 * cli/cli-style.c: Set cli_styling to 'true' in the Cygwin build.
1583
153d79c4
AB
15842020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1585
1586 * stack.c (print_frame_info): Move disassemble_next_line code
1587 inside source_print block.
1588
66182876
EZ
15892020-01-06 Eli Zaretskii <eliz@gnu.org>
1590
1591 * gdbsupport/gdb_wait.c: Include <signal.h> instead of
1592 gdb/signals.h, as we are now using native signal symbols.
1593
cbfa8581
SV
15942020-01-06 Shahab Vahedi <shahab@synopsys.com>
1595
1596 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): Avoid
1597 overflow by an early check of content vs threshold.
1598 * tui/tui-source.c (tui_source_window::line_is_displayed):
1599 Likewise.
1600
3f602821
EZ
16012020-01-06 Eli Zaretskii <eliz@gnu.org>
1602
1603 * NEWS: Mention the recent fix of $_exitsignal on MS-Windows.
1604
a08c904d
JT
16052020-01-02 Jon Turney <jon.turney@dronecode.org.uk>
1606
1607 * coff-pe-read.c (read_pe_exported_syms): Don't try to read the
1608 export table if no section contains it's RVA.
1609
89a65580
EZ
16102020-01-06 Eli Zaretskii <eliz@gnu.org>
1611
1612 * windows-tdep.c: Fix a typo in WINDOWS_SIGABRT.
1613
8b7fcda2
HD
16142020-01-06 Hannes Domani <ssbssa@yahoo.de>
1615
1616 * source.c (print_source_lines_base): Set last_line_listed.
1617
a61b4f69
SV
16182020-01-06 Shahab Vahedi <shahab@synopsys.com>
1619
1620 * tui/tui-disasm.c: Remove trailing spaces.
1621
559e7e50
EZ
16222020-01-06 Eli Zaretskii <eliz@gnu.org>
1623 Pedro Alves <palves@redhat.com>
1624
1625 * Makefile.in (COMMON_SFILES): Add gdbsupport/gdb_wait.c.
1626 * windows-tdep.c: New enumeration of WINDOWS_SIG* signals.
1627 (windows_gdb_signal_to_target): New function, uses the above
1628 enumeration to convert GDB internal signal codes to equivalent
1629 Windows codes.
1630 (windows_init_abi): Call set_gdbarch_gdb_signal_to_target.
1631 * windows-nat.c: Include "gdb_wait.h".
1632 (get_windows_debug_event): Extract the fatal exception from the
1633 exit status and convert to the equivalent Posix signal number.
1634 * cli/cli-cmds.c (exit_status_set_internal_vars): Account for the
1635 possibility that WTERMSIG returns GDB_SIGNAL_UNKNOWN.
1636 * gdbsupport/gdb_wait.c: New file, implements
1637 windows_status_to_termsig.
1638 * gdbsupport/gdb_wait.h (WIFEXITED, WIFSIGNALED, WEXITSTATUS)
1639 (WTERMSIG) [__MINGW32__]: Separate definitions for MinGW.
1640
f2302a34
AB
16412020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1642
1643 * tui/tui-layout.c (tui_add_win_to_layout): Use tui_set_layout not
1644 show_layout.
1645
6a5206eb
LM
16462020-01-05 Luis Machado <luis.machado@linaro.org>
1647
1648 * aarch64-linux-nat.c
1649 (aarch64_linux_nat_target::thread_architecture): Use bfd_arch_aarch64
1650 and bfd_mach_aarch64.
1651
6ec1d75e
PW
16522020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1653
1654 * ui-file.c (stdio_file::can_emit_style_escape)
1655 (tee_file::can_emit_style_escape): Ensure style is used also on
1656 gdb_stderr when gdb_stderr is a tty supporting styling, similarly
1657 to gdb_stdout.
1658 * main.c (set_gdb_data_directory): Use file style to output the
1659 warning that the given pathname is not a directory.
1660 * top.c (show_history_filename, gdb_safe_append_history)
1661 (show_gdb_datadir): Use file style.
1662
44f81a76
HD
16632020-01-03 Hannes Domani <ssbssa@yahoo.de>
1664
1665 * solib-target.c (struct lm_info_target):
1666 Change offsets to be a unique_xmalloc_ptr.
1667 (solib_target_relocate_section_addresses): Update.
1668
25057eb0
HD
16692020-01-03 Hannes Domani <ssbssa@yahoo.de>
1670
1671 * windows-nat.c (windows_clear_solib): Free so_list linked list.
1672
6e2118f5
BE
16732020-01-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
1674
1675 * MAINTAINERS (Write After Approval): Add myself.
1676
8133c7dc
LM
16772020-01-02 Luis Machado <luis.machado@linaro.org>
1678
1679 * proc-service.c (get_ps_regcache): Remove reference to obsolete
1680 Cell BE architecture.
1681 * target.h (struct target_ops) <thread_architecture>: Likewise.
1682
48189bec
HD
16832020-01-01 Hannes Domani <ssbssa@yahoo.de>
1684
1685 * Makefile.in: Use INSTALL_PROGRAM_ENV.
1686
ead1063b
HD
16872020-01-01 Hannes Domani <ssbssa@yahoo.de>
1688
1689 * MAINTAINERS (Write After Approval): Add myself.
1690
e5d78223
JB
16912020-01-01 Joel Brobecker <brobecker@adacore.com>
1692
1693 * gdbarch.sh: Update copyright year range of generated files.
1694
b811d2c2
JB
16952020-01-01 Joel Brobecker <brobecker@adacore.com>
1696
1697 Update copyright year range in all GDB files.
1698
5f4def5c
JB
16992020-01-01 Joel Brobecker <brobecker@adacore.com>
1700
1701 * copyright.py: Convert to Python 3.
1702
51fd4002
JB
17032020-01-01 Joel Brobecker <brobecker@adacore.com>
1704
1705 * copyright.py: Adapt after move of gnulib directory from gdb
1706 directory to toplevel directory.
1707
5fb651f2
JB
17082020-01-01 Joel Brobecker <brobecker@adacore.com>
1709
1710 * copyright.py (main): Exit if run from the wrong directory.
1711
5dd8bf88
JB
17122020-01-01 Joel Brobecker <brobecker@adacore.com>
1713
1714 * top.c (print_gdb_version): Change copyright year to 2020.
1715
9f71dacb 17162020-01-01 Joel Brobecker <brobecker@adacore.com>
3d34df0a 1717
9f71dacb 1718 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2019.
3d34df0a 1719
9f71dacb 1720For older changes see ChangeLog-2019.
c906108c
SS
1721\f
1722Local Variables:
1723mode: change-log
1724left-margin: 8
1725fill-column: 74
1726version-control: never
57da7796 1727coding: utf-8
c906108c 1728End:
This page took 2.443364 seconds and 4 git commands to generate.