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