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