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