]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
Remove a call to abort which can be triggered by running objdump on a corrupt input...
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
bb7b70ab
LM
12020-03-03 Luis Machado <luis.machado@linaro.org>
2
3 * auxv.c (default_print_auxv_entry): Add new AUXV entries.
4
9822cb57
SM
52020-03-02 Simon Marchi <simon.marchi@polymtl.ca>
6
7 * infrun.c (gdbarch_supports_displaced_stepping): New.
8 (use_displaced_stepping): Break up conditions in smaller pieces.
9 Use gdbarch_supports_displaced_stepping.
10 (displaced_step_prepare_throw): Use
11 gdbarch_supports_displaced_stepping.
12
63e163f2
AB
132020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
14
15 * NEWS: Mention new behaviour of the history filename.
16 * top.c (write_history_p): Add comment.
17 (show_write_history_p): Add header comment, give a different
18 message when history writing is on, but the history filename is
19 empty.
20 (history_filename): Add comment.
21 (history_filename_empty): New function.
22 (show_history_filename): Add header comment, give a different
23 message when the filename is empty.
24 (init_history): Compare history_filename against nullptr, and only
25 read history if the filename is not empty.
26 (set_history_filename): Add header comment, and only make
27 non-empty filenames absolute.
28 (init_main): Make the filename argument to 'set history filename'
29 optional.
30
81b86b97
CB
312020-03-02 Christian Biesinger <cbiesinger@google.com>
32
33 * arm-nbsd-nat.c (arm_supply_fparegset): Rename to...
34 (arm_supply_vfpregset): ...this, and update to use VFP registers.
35 (fetch_fp_register): Update.
36 (fetch_fp_regs): Update.
37 (store_fp_register): Update.
38 (store_fp_regs): Update.
39 (arm_netbsd_nat_target::read_description): New function.
40 (fetch_elfcore_registers): Update.
41
24ed6739
AB
422020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
43
44 * remote.c (remote_target::remote_parse_stop_reply): Don't use the
45 general_thread if the stop reply is missing a thread-id.
46 (remote_target::process_stop_reply): Use the first non-exited
47 thread if the target didn't pass a thread-id.
48 * infrun.c (do_target_wait): Move call to
49 switch_to_inferior_no_thread to ....
50 (do_target_wait_1): ... here.
51
a84bb2a0
JT
522020-02-29 Jon Turney <jon.turney@dronecode.org.uk>
53
54 * debuginfod-support.c: Include defs.h first.
55
658dadf0
TV
562020-02-28 Tom de Vries <tdevries@suse.de>
57
58 * symfile.c (set_initial_language): Use default language for lookup.
59
4ebe4877
SM
602020-02-28 Simon Marchi <simon.marchi@efficios.com>
61
62 * dwarf2/read.c (cutu_reader::init_tu_and_read_dwo_dies): Remove
63 reader variable, pass `this` to read_cutu_die_from_dwo.
64
e5da1139
AM
652020-02-27 Aaron Merey <amerey@redhat.com>
66
67 * source.c (open_source_file): Check for nullptr when computing
68 srcpath.
69
317f7127
TT
702020-02-27 Tom Tromey <tromey@adacore.com>
71
72 * dwarf2/read.c (struct field_info) <nfields>: Now a method, not a
73 member.
74 (dwarf2_add_field): Don't update nfields.
75 (dwarf2_attach_fields_to_type, process_structure_scope): Update.
76
3104d9ee
AB
772020-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
78
79 * gdbtypes.c (create_array_type_with_stride): Use std::abs not
80 abs.
81
b83470bf
TT
822020-02-26 Tom Tromey <tom@tromey.com>
83
84 * dwarf2/read.c (struct dwarf2_include_psymtab): New.
85 (dwarf2_create_include_psymtab): Use dwarf2_include_psymtab.
86 (dwarf2_psymtab::expand_psymtab, dwarf2_psymtab::readin_p)
87 (dwarf2_psymtab::get_compunit_symtab): Remove null checks for
88 per_cu_data.
89
edfe0a0c
TT
902020-02-26 Tom Tromey <tom@tromey.com>
91
92 * dwarf2/index-write.c (psym_index_map): Change type.
93 (add_address_entry_worker, write_one_signatured_type)
94 (recursively_count_psymbols, recursively_write_psymbols)
95 (class debug_names, psyms_seen_size, write_gdbindex)
96 (write_debug_names): Use partial_symtab, not dwarf2_psymtab.
97
0d79cdc4
AM
982020-02-26 Aaron Merey <amerey@redhat.com>
99
100 * Makefile.in: Handle optional debuginfod support.
101 * NEWS: Update.
102 * README: Add --with-debuginfod summary.
103 * config.in: Regenerate.
104 * configure: Regenerate.
105 * configure.ac: Handle optional debuginfod support.
106 * debuginfod-support.c: debuginfod helper functions.
107 * debuginfod-support.h: Ditto.
108 * doc/gdb.texinfo: Add --with-debuginfod to configure options
109 summary.
110 * dwarf2/read.c (dwarf2_get_dwz_file): Query debuginfod servers
111 when a dwz file cannot be found.
112 * elfread.c (elf_symfile_read): Query debuginfod servers when a
113 debuginfo file cannot be found.
114 * source.c (open_source_file): Query debuginfod servers when a
115 source file cannot be found.
116 * top.c (print_gdb_configuration): Include
117 --{with,without}-debuginfod in the output.
118
b65ce565
JG
1192020-02-26 Jérémie Galarneau <jeremie.galarneau@efficios.com>
120
121 * thread.c (thr_try_catch_cmd): Print thread name.
122
d4c9a4f8
SM
1232020-02-26 Simon Marchi <simon.marchi@efficios.com>
124
125 * dwarf2/loc.h (dwarf2_fetch_die_loc_sect_off,
126 dwarf2_fetch_die_loc_cu_off, dwarf2_fetch_constant_bytes,
127 dwarf2_fetch_die_type_sect_off): Move to...
128 * dwarf2/read.h (dwarf2_fetch_die_loc_sect_off,
129 dwarf2_fetch_die_loc_cu_off, dwarf2_fetch_constant_bytes,
130 dwarf2_fetch_die_type_sect_off): ... here.
131 * dwarf2/read.c (dwarf2_fetch_die_loc_sect_off,
132 dwarf2_fetch_die_loc_cu_off, dwarf2_fetch_constant_bytes,
133 dwarf2_fetch_die_type_sect_off): Move doc to header file.
134
0dce4280
TV
1352020-02-26 Tom de Vries <tdevries@suse.de>
136
137 PR gdb/25603
138 * symfile.c (set_initial_language): Exit-early if
139 language_mode == language_mode_manual.
140
450a1bfc
SM
1412020-02-25 Simon Marchi <simon.marchi@polymtl.ca>
142
143 * dwarf2/loc.h (dwarf2_read_addr_index): Move...
144 * dwarf2/read.h (dwarf2_read_addr_index): ... here.
145 * dwarf2/read.c (dwarf2_read_addr_index): Move doc to header.
146
9e80cfa1
AB
1472020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
148
149 * gdbtypes.c (create_array_type_with_stride): Handle negative
150 array strides.
151 * valarith.c (value_subscripted_rvalue): Likewise.
152
09624f1f
LM
1532020-02-25 Luis Machado <luis.machado@linaro.org>
154
155 * aarch64-tdep.c (aarch64_vnv_type): Fix comment typo.
156
8cb5117c
SM
1572020-02-25 Simon Marchi <simon.marchi@polymtl.ca>
158
159 * loc.h (dwarf2_get_die_type): Move to...
160 * read.h (dwarf2_get_die_type): ... here.
161 * read.c (dwarf2_get_die_type): Move doc to header.
162
c325c44e
JB
1632020-02-25 Joel Brobecker <brobecker@adacore.com>
164
165 * copypright.py (EXCLUDE_LIST): Add 'gnulib/config.in' and
166 'gnulib/Makefile.in' to the list.
167
4ac93832
TT
1682020-02-24 Tom Tromey <tom@tromey.com>
169
170 * dwarf2/read.h (struct type_unit_unshareable) <num_symtabs>:
171 Remove.
172 * dwarf2/read.c (dwarf2_cu::setup_type_unit_groups): Use
173 XOBNEWVEC.
174
197400e8
TT
1752020-02-24 Tom Tromey <tom@tromey.com>
176
177 * dwarf2/read.h (struct dwarf2_per_cu_data) <type_unit_group_p>:
178 New method.
179 * dwarf2/read.c (IS_TYPE_UNIT_GROUP): Remove.
180 (dw2_do_instantiate_symtab, dw2_get_file_names)
181 (build_type_psymtab_dependencies, load_full_type_unit): Update.
182
76935768
TT
1832020-02-24 Tom Tromey <tom@tromey.com>
184
185 * dwarf2read.c (dwarf2_build_psymtabs_hard): Use
186 make_scoped_restore.
187 (dwarf2_psymtab::read_symtab): Don't clear
188 reading_partial_symbols.
189
a88ef40d
TV
1902020-02-24 Tom de Vries <tdevries@suse.de>
191
192 PR gdb/25592
193 * stack.c (iterate_over_block_locals): Handle LOC_CONST.
194
c9af6521
TV
1952020-02-24 Tom de Vries <tdevries@suse.de>
196
197 * tui/tui-layout.c (_initialize_tui_layout): Fix help messages for
198 commands layout next/prev/regs.
199
5707a07a
TT
2002020-02-22 Tom Tromey <tom@tromey.com>
201
202 * dwarf2/loc.h (dwarf2_compile_expr_to_ax): Don't declare.
203 * dwarf2/loc.c (dwarf2_compile_expr_to_ax): Now static.
204
3b0fb49e
TT
2052020-02-22 Tom Tromey <tom@tromey.com>
206
207 * tui/tui-data.h (TUI_DISASM_WIN): Cast to tui_disasm_window.
208
283be8bf
TT
2092020-02-22 Tom Tromey <tom@tromey.com>
210
211 * tui/tui-win.c (_initialize_tui_win): Add usage text.
212 * tui/tui-stack.c (_initialize_tui_stack): Add usage text.
213 * tui/tui-regs.c (_initialize_tui_regs): Add usage text.
214 * tui/tui.c (_initialize_tui): Add usage text.
215
ca793b96
TT
2162020-02-22 Tom Tromey <tom@tromey.com>
217
218 * tui/tui-win.c (tui_set_focus_command)
219 (tui_set_win_height_command): Use error_no_arg.
220 (_initialize_tui_win): Update help text.
221 (FOCUS_USAGE, WIN_HEIGHT_USAGE): Don't define.
222
432b5c40
TT
2232020-02-22 Tom Tromey <tom@tromey.com>
224
225 * tui/tui-layout.c (extract_display_start_addr): Rewrite.
226 * tui/tui-disasm.h (struct tui_disasm_window)
227 <display_start_addr>: Declare.
228 * tui/tui-source.h (struct tui_source_window)
229 <display_start_addr>: Declare.
230 * tui/tui-winsource.h (struct tui_source_window_base)
231 <show_source_line, display_start_addr>: New methods.
232 <m_horizontal_offset, m_start_line_or_addr, m_gdbarch, m_content>:
233 Rename and move to protected section.
234 * tui/tui-winsource.c (tui_source_window_base::update_source_window)
235 (tui_source_window_base::do_erase_source_content): Update.
236 (tui_source_window_base::show_source_line): Now a method.
237 (tui_source_window_base::show_source_content)
238 (tui_source_window_base::tui_source_window_base)
239 (tui_source_window_base::rerender)
240 (tui_source_window_base::refill)
241 (tui_source_window_base::do_scroll_horizontal)
242 (tui_source_window_base::set_is_exec_point_at)
243 (tui_source_window_base::update_breakpoint_info)
244 (tui_source_window_base::update_exec_info): Update.
245 * tui/tui-source.c (tui_source_window::set_contents)
246 (tui_source_window::showing_source_p)
247 (tui_source_window::do_scroll_vertical)
248 (tui_source_window::location_matches_p)
249 (tui_source_window::line_is_displayed): Update.
250 (tui_source_window::display_start_addr): New method.
251 * tui/tui-disasm.c (tui_disasm_window::set_contents)
252 (tui_disasm_window::do_scroll_vertical)
253 (tui_disasm_window::location_matches_p): Update.
254 (tui_disasm_window::display_start_addr): New method.
255
01b1af32
TT
2562020-02-22 Tom Tromey <tom@tromey.com>
257
258 * NEWS: Add entry for gdb.register_window_type.
259 * tui/tui-layout.h (window_factory): New typedef.
260 (tui_register_window): Declare.
261 * tui/tui-layout.c (saved_tui_windows): New global.
262 (tui_apply_current_layout): Use it.
263 (tui_register_window): New function.
264 * python/python.c (do_start_initialization): Call
265 gdbpy_initialize_tui.
266 (python_GdbMethods): Add "register_window_type" function.
267 * python/python-internal.h (gdbpy_register_tui_window)
268 (gdbpy_initialize_tui): Declare.
269 * python/py-tui.c: New file.
270 * Makefile.in (SUBDIR_PYTHON_SRCS): Add py-tui.c.
271
fc96d20b
TT
2722020-02-22 Tom Tromey <tom@tromey.com>
273
274 * tui/tui-io.c (do_tui_putc): Don't omit annotations.
275
935c78c0
TT
2762020-02-22 Tom Tromey <tom@tromey.com>
277
278 * tui/tui-win.c (tui_set_win_focus_to): Move to tui-data.c.
279 * tui/tui-data.h (tui_set_win_with_focus): Don't declare.
280 * tui/tui-data.c (tui_set_win_with_focus): Remove.
281 (tui_set_win_focus_to): Move from tui-win.c.
282
0240c8f1
TT
2832020-02-22 Tom Tromey <tom@tromey.com>
284
285 * tui/tui-layout.c (make_standard_window, get_locator_window): New
286 functions.
287 (known_window_types): New global.
288 (tui_get_window_by_name): Reimplement.
289 (initialize_known_windows): New function.
290 (validate_window_name): Rewrite.
291 (_initialize_tui_layout): Call initialize_known_windows.
292
fdb01f0c
TT
2932020-02-22 Tom Tromey <tom@tromey.com>
294
295 * tui/tui.h (enum tui_win_type) <LOCATOR_WIN, DATA_ITEM_WIN>:
296 Remove constants.
297 * tui/tui-winsource.h (struct tui_source_window_base)
298 <tui_source_window_base>: Remove parameter.
299 * tui/tui-winsource.c
300 (tui_source_window_base::tui_source_window_base): Remove
301 parameter.
302 (tui_source_window_base::refill): Update.
303 * tui/tui-stack.h (struct tui_locator_window)
304 <tui_locator_window>: Update.
305 * tui/tui-source.h (struct tui_source_window) <tui_source_window>:
306 Default the constructor.
307 * tui/tui-regs.h (struct tui_data_item_window)
308 <tui_data_item_window>: Default the constructor.
309 (struct tui_data_window) <tui_data_window>: Likewise.
310 * tui/tui-disasm.h (struct tui_disasm_window) <tui_disasm_window>:
311 Default the constructor.
312 * tui/tui-data.h (struct tui_gen_win_info) <tui_gen_win_info>:
313 Default the constructor.
314 <type>: Remove.
315 (struct tui_win_info) <tui_win_info>: Default the constructor.
316 * tui/tui-data.c (tui_win_info::tui_win_info): Remove.
317 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
318 Default the constructor.
319
865a5aec
TT
3202020-02-22 Tom Tromey <tom@tromey.com>
321
322 * tui/tui-wingeneral.h (tui_make_all_invisible): Don't declare.
323 * tui/tui-wingeneral.c (tui_make_all_invisible): Remove.
324 * tui/tui-win.c (tui_resize_all): Don't call
325 tui_delete_invisible_windows.
326 * tui/tui-layout.c (tui_apply_current_layout): Delete windows when
327 done.
328 (tui_set_layout): Update.
329 (tui_add_win_to_layout): Don't call tui_delete_invisible_windows.
330 * tui/tui-data.h (tui_delete_invisible_windows): Don't declare.
331 * tui/tui-data.c (tui_delete_invisible_windows): Remove.
332
e098d18c
TT
3332020-02-22 Tom Tromey <tom@tromey.com>
334
335 * tui/tui-win.c (tui_partial_win_by_name): Handle ambiguity
336 correctly.
337
eb9c8874
TT
3382020-02-22 Tom Tromey <tom@tromey.com>
339
340 * tui/tui-data.c (tui_next_win, tui_prev_win): Reimplement.
341
7eed1a8e
TT
3422020-02-22 Tom Tromey <tom@tromey.com>
343
344 * tui/tui-winsource.h (struct tui_source_window_iterator)
345 <inner_iterator>: New etytypedef.
346 <tui_source_window_iterator>: Take "end" parameter.
347 <tui_source_window_iterator>: Take iterator.
348 <operator*, advance>: Update.
349 <m_iter>: Change type.
350 <m_end>: New field.
351 (struct tui_source_windows) <begin, end>: Update.
352 * tui/tui-layout.c (tui_windows): New global.
353 (tui_apply_current_layout): Clear tui_windows.
354 (tui_layout_window::apply): Update tui_windows.
355 * tui/tui-data.h (tui_windows): Declare.
356 (all_tui_windows): Now inline function.
357 (class tui_window_iterator, struct all_tui_windows): Remove.
358
7c043ba6
TT
3592020-02-22 Tom Tromey <tom@tromey.com>
360
361 PR tui/17850:
362 * tui/tui-win.c (tui_gen_win_info::max_width): New method.
363 * tui/tui-layout.h (class tui_layout_base) <get_sizes>: Add
364 "height" argument.
365 (class tui_layout_window) <get_sizes>: Likewise.
366 (class tui_layout_split) <tui_layout_split>: Add "vertical"
367 argument.
368 <get_sizes>: Add "height" argument.
369 <m_vertical>: New field.
370 * tui/tui-layout.c (tui_layout_split::clone): Update.
371 (tui_layout_split::get_sizes): Add "height" argument.
372 (tui_layout_split::adjust_size, tui_layout_split::apply): Update.
373 (tui_new_layout_command): Parse "-horizontal".
374 (_initialize_tui_layout): Update help string.
375 (tui_layout_split::specification): Add "-horizontal" when needed.
376 * tui/tui-layout.c (tui_layout_window::get_sizes): Add "height"
377 argument.
378 * tui/tui-data.h (struct tui_gen_win_info) <max_width, min_width>:
379 New methods.
380
6bc56648
TT
3812020-02-22 Tom Tromey <tom@tromey.com>
382
383 * tui/tui-layout.h (enum tui_adjust_result): New.
384 (class tui_layout_base) <adjust_size>: Return tui_adjust_result.
385 (class tui_layout_window) <adjust_size>: Return
386 tui_adjust_result. Rewrite.
387 (class tui_layout_split) <adjust_size>: Return tui_adjust_result.
388 * tui/tui-layout.c (tui_layout_split::adjust_size): Update.
389
c22fef7e
TT
3902020-02-22 Tom Tromey <tom@tromey.com>
391
392 * tui/tui-layout.h (class tui_layout_split) <add_split>: Change
393 parameter and return types.
394 (class tui_layout_base) <specification>: Add "depth".
395 (class tui_layout_window) <specification>: Add "depth".
396 (class tui_layout_split) <specification>: Add "depth".
397 * tui/tui-layout.c (tui_layout_split::add_split): Change parameter
398 and return types.
399 (tui_new_layout_command): Parse sub-layouts.
400 (_initialize_tui_layout): Update help string.
401 (tui_layout_window::specification): Add "depth".
402 (add_layout_command): Update.
403
ee325b61
TT
4042020-02-22 Tom Tromey <tom@tromey.com>
405
406 * NEWS: Add "tui new-layout" item.
407 * tui/tui-layout.c (add_layout_command): Return cmd_list_element.
408 Add new-layout command to help text.
409 (validate_window_name): New function.
410 (tui_new_layout_command): New function.
411 (_initialize_tui_layout): Register "new-layout".
412 (tui_layout_window::specification): New method.
413 (tui_layout_window::specification): New method.
414 * tui/tui-layout.h (class tui_layout_base) <specification>: New
415 method.
416 (class tui_layout_window) <specification>: New method.
417 (class tui_layout_split) <specification>: New method.
418
416eb92d
TT
4192020-02-22 Tom Tromey <tom@tromey.com>
420
421 * tui/tui.c (tui_enable): Call tui_set_initial_layout.
422 * tui/tui-win.c (window_name_completer): Update comment.
423 * tui/tui-layout.h (class tui_layout_base) <replace_window>:
424 Declare method.
425 (class tui_layout_window) <replace_window>: Likewise.
426 (class tui_layout_split) <replace_window>: Likewise.
427 (tui_set_layout): Don't declare.
428 (tui_set_initial_layout): Declare function.
429 * tui/tui-layout.c (layouts, applied_skeleton, src_regs_layout)
430 (asm_regs_layout): New globals.
431 (tui_current_layout, show_layout): Remove.
432 (tui_set_layout, tui_add_win_to_layout): Rewrite.
433 (find_layout, tui_apply_layout): New function.
434 (layout_completer): Remove.
435 (tui_next_layout): Reimplement.
436 (tui_next_layout_command): New function.
437 (tui_set_initial_layout, tui_prev_layout_command): New functions.
438 (tui_regs_layout): Reimplement.
439 (tui_regs_layout_command): New function.
440 (extract_display_start_addr): Rewrite.
441 (next_layout, prev_layout): Remove.
442 (tui_layout_window::replace_window): New method.
443 (tui_layout_split::replace_window): New method.
444 (destroy_layout): New function.
445 (layout_list): New global.
446 (add_layout_command): New function.
447 (initialize_layouts): Update.
448 (tui_layout_command): New function.
449 (_initialize_tui_layout): Install "layout" commands.
450 * tui/tui-data.h (enum tui_layout_type): Remove.
451 (tui_current_layout): Don't declare.
452
0dbc2fc7
TT
4532020-02-22 Tom Tromey <tom@tromey.com>
454
455 * tui/tui-regs.c (tui_reg_layout): Remove.
456 (tui_reg_command): Use tui_regs_layout.
457 * tui/tui-layout.h (tui_reg_command): Declare.
458 * tui/tui-layout.c (tui_reg_command): New function.
459
5afe342e
TT
4602020-02-22 Tom Tromey <tom@tromey.com>
461
462 * tui/tui.c (tui_rl_delete_other_windows): Call
463 tui_remove_some_windows.
464 * tui/tui-layout.h (class tui_layout_base) <remove_windows>:
465 Declare method.
466 (class tui_layout_window) <remove_windows>: New method.
467 (class tui_layout_split) <remove_windows>: Declare.
468 (tui_remove_some_windows): Declare.
469 * tui/tui-layout.c (tui_remove_some_windows): New function.
470 (tui_layout_split::remove_windows): New method.
471
427326a8
TT
4722020-02-22 Tom Tromey <tom@tromey.com>
473
474 * tui/tui.c (tui_rl_change_windows): Call tui_next_layout.
475 * tui/tui-layout.h (tui_next_layout): Declare.
476 * tui/tui-layout.c (tui_next_layout): New function.
477
3fe12b6d
TT
4782020-02-22 Tom Tromey <tom@tromey.com>
479
480 * tui/tui-regs.c (tui_data_window::display_registers_from): Use
481 correct coordinates.
482
59b8b5d2
TT
4832020-02-22 Tom Tromey <tom@tromey.com>
484
485 * tui/tui-layout.h (tui_add_win_to_layout): Add comment.
486 * tui/tui-layout.c (tui_add_win_to_layout): Add assert. Remove
487 DATA_WIN case.
488
2a3d458b
TT
4892020-02-22 Tom Tromey <tom@tromey.com>
490
491 * tui/tui-disasm.c (tui_get_low_disassembly_address): Use
492 TUI_DISASM_WIN, not tui_win_list.
493
3f0cbb04
TT
4942020-02-22 Tom Tromey <tom@tromey.com>
495
496 * valprint.c (generic_val_print_enum_1)
497 (val_print_type_code_flags): Style member names.
498 * rust-lang.c (val_print_struct, rust_print_enum)
499 (rust_print_struct_def, rust_internal_print_type): Style member
500 names.
501 * p-valprint.c (pascal_object_print_value_fields): Style member
502 names. Only call fprintf_symbol_filtered for static members.
503 * m2-typeprint.c (m2_record_fields, m2_enum): Style member names.
504 * f-valprint.c (f_val_print): Style member names.
505 * f-typeprint.c (f_type_print_base): Style member names.
506 * cp-valprint.c (cp_print_value_fields): Style member names. Only
507 call fprintf_symbol_filtered for static members.
508 (cp_print_class_member): Style member names.
509 * c-typeprint.c (c_print_type_1, c_type_print_base_1): Style
510 member names.
511 * ada-valprint.c (ada_print_scalar): Style enum names.
512 (ada_val_print_enum): Likewise.
513 * ada-typeprint.c (print_enum_type): Style enum names.
514
d4d947ae
TT
5152020-02-21 Tom Tromey <tom@tromey.com>
516
517 * psympriv.h (struct partial_symtab): Update comment.
518
e94e944b
TT
5192020-02-21 Tom Tromey <tromey@adacore.com>
520
521 * mips-tdep.h (mips_pc_is_mips16, mips_pc_is_micromips): Parameter
522 type is CORE_ADDR.
523
1eb73179
TV
5242020-02-21 Tom de Vries <tdevries@suse.de>
525
526 PR gdb/25534
527 * psymtab.c (partial_symtab::read_dependencies): Don't read dependency
528 if dependencies[i]->user != NULL.
529
4f180d53
AT
5302020-02-21 Ali Tamur <tamur@google.com>
531
532 * dwarf2/read.c (dwarf2_name): Add null check.
533
22b6cd70
TT
5342020-02-20 Tom Tromey <tom@tromey.com>
535
536 * dwarf2/read.c (dwarf2_find_containing_comp_unit): Use ">", not
537 ">=", in binary search.
538 (dwarf2_find_containing_comp_unit): New overload.
539 (run_test): New self-test.
540 (_initialize_dwarf2_read): Register new test.
541
bd0cf5a6
NC
5422020-02-20 Nelson Chu <nelson.chu@sifive.com>
543
544 * riscv-tdep.c: Updated since the DECLARE_CSR is changed.
545 * riscv-tdep.h: Likewise.
546 * features/riscv/rebuild-csr-xml.sh: Generate the 64bit-csr.xml without
547 rv32-only CSR.
548 * features/riscv/64bit-csr.xml: Regenerated.
549
3f702acd
SDJ
5502020-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
551 Tom Tromey <tom@tromey.com>
552
553 * utils.c (fputs_maybe_filtered): Call 'stream->puts' instead
554 of 'fputc_unfiltered'.
555 (putchar_unfiltered): Call 'fputc_unfiltered'.
556 (fputc_unfiltered): Call 'fputs_unfiltered'.
557
d13c7322
AB
5582020-02-20 Andrew Burgess <andrew.burgess@embecosm.com>
559
560 * config.in: Regenerate.
561 * configure: Regenerate.
562 * configure.ac: Add --with-python-libdir option.
563 * main.c: Use WITH_PYTHON_LIBDIR.
564
869d8950
TT
5652020-02-19 Tom Tromey <tom@tromey.com>
566
567 * symtab.c (general_symbol_info::compute_and_set_names): Use
568 obstack_strndup. Simplify call to symbol_set_demangled_name.
569
298e9637
SM
5702020-02-19 Simon Marchi <simon.marchi@efficios.com>
571
572 * dwarf2/read.c (allocate_signatured_type_table,
573 allocate_dwo_unit_table, allocate_type_unit_groups_table,
574 allocate_dwo_file_hash_table, allocate_dwp_loaded_cutus_table):
575 Remove objfile parameter, update all callers.
576
08410482
DE
5772020-02-19 Doug Evans <dje@google.com>
578
579 PR rust/25535
580 * rust-lang.c (rust_print_enum): Apply embedded_offset to
581 rust_enum_variant calculation.
582
dfdeeca1
TT
5832020-02-19 Tom Tromey <tromey@adacore.com>
584
585 * mips-tdep.h (mips_pc_is_mips): Parameter type is CORE_ADDR.
586
2ef5453b
TT
5872020-02-19 Tom Tromey <tromey@adacore.com>
588
589 * ada-lang.c (cache_symbol): Use obstack_strdup.
590
9f1528a1
AB
5912020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
592
593 * configure: Regenerate.
594
d3c22fa8
TT
5952020-02-19 Tom Tromey <tromey@adacore.com>
596
597 * python/python.c (do_start_initialization): Use XNEWVEC. Remove
598 NULL check.
599
bf84f706
MR
6002020-02-19 Maciej W. Rozycki <macro@wdc.com>
601
602 * NEWS: Mention RISC-V GNU/Linux GDBserver support.
603
d1c9b20f
AB
6042020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
605
606 * arch/riscv.c (struct riscv_gdbarch_features_hasher): Only define
607 if GDBSERVER is not defined.
608 (riscv_tdesc_cache): Likewise, also store const target_desc.
609 (STATIC_IN_GDB): Define.
610 (riscv_create_target_description): Update declaration with
611 STATIC_IN_GDB.
612 (riscv_lookup_target_description): New function, only define if
613 GDBSERVER is not defined.
614 * arch/riscv.h (riscv_create_target_description): Declare only
615 when GDBSERVER is defined.
616 (riscv_lookup_target_description): New declaration when GDBSERVER
617 is not defined.
618 * nat/riscv-linux-tdesc.c (riscv_linux_read_description): Rename to...
619 (riscv_linux_read_features): ...this, and return
620 riscv_gdbarch_features instead of target_desc.
621 * nat/riscv-linux-tdesc.h: Include 'arch/riscv.h'.
622 (riscv_linux_read_description): Rename to...
623 (riscv_linux_read_features): ...this.
624 * riscv-linux-nat.c (riscv_linux_nat_target::read_description):
625 Update to use riscv_gdbarch_features and
626 riscv_lookup_target_description.
627 * riscv-tdep.c (riscv_find_default_target_description): Use
628 riscv_lookup_target_description instead of
629 riscv_create_target_description.
630
373d7ac0
SM
6312020-02-18 Simon Marchi <simon.marchi@efficios.com>
632
633 * valprint.c (generic_val_print_enum_1): When printing a flag
634 enum with value 0 and there is no enumerator with value 0, print
635 just "0" instead of "(unknown: 0x0)".
636
b29a2df0
SM
6372020-02-18 Simon Marchi <simon.marchi@efficios.com>
638
639 * valprint.c (generic_val_print_enum_1): Print unknown part of
640 flag enum in hex.
641
6740f0cc
SM
6422020-02-18 Simon Marchi <simon.marchi@efficios.com>
643
644 * dwarf2/read.c (update_enumeration_type_from_children): Allow
645 flag enums to contain duplicate enumerators.
646 * valprint.c (generic_val_print_enum_1): Update comment.
647
edd45eb0
SM
6482020-02-18 Simon Marchi <simon.marchi@efficios.com>
649
650 * dwarf2/read.c: Include "count-one-bits.h".
651 (update_enumeration_type_from_children): If an enumerator has
652 multiple bits set, don't treat the enumeration as a "flag enum".
653 * valprint.c (generic_val_print_enum_1): Assert that enumerators
654 of flag enums have 0 or 1 bit set.
655
6d0cf446
BE
6562020-02-18 Bernd Edlinger <bernd.edlinger@hotmail.de>
657
658 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Use an explicit
659 conversion.
660 * amd64-tdep.c (amd64_displaced_step_copy_insn): Likewise.
661 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
662 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
663 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
664 * s390-tdep.c (s390_displaced_step_copy_insn): Likewise.
665
7001c1b7
SM
6662020-02-18 Simon Marchi <simon.marchi@efficios.com>
667
668 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
669
fdb61c6c
SM
6702020-02-14 Simon Marchi <simon.marchi@efficios.com>
671
672 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Use
673 displaced_step_closure_up.
674 * aarch64-tdep.h (aarch64_displaced_step_copy_insn): Likewise.
675 (struct displaced_step_closure_up):
676 * amd64-tdep.c (amd64_displaced_step_copy_insn): Likewise.
677 * amd64-tdep.h (amd64_displaced_step_copy_insn): Likewise.
678 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn):
679 Likewise.
680 * gdbarch.sh (displaced_step_copy_insn): Likewise.
681 * gdbarch.c, gdbarch.h: Re-generate.
682 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Use
683 displaced_step_closure_up.
684 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
685 * i386-tdep.h (i386_displaced_step_copy_insn): Likewise.
686 * infrun.h (displaced_step_closure_up): New type alias.
687 (struct displaced_step_inferior_state) <step_closure>: Change
688 type to displaced_step_closure_up.
689 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Use
690 displaced_step_closure_up.
691 * s390-tdep.c (s390_displaced_step_copy_insn): Likewise.
692
a4a38eb4
TT
6932020-02-14 Tom Tromey <tom@tromey.com>
694
695 * minidebug.c (gnu_debug_key): New global.
696 (find_separate_debug_file_in_section): Use it.
697
e8217e61
SM
6982020-02-14 Simon Marchi <simon.marchi@efficios.com>
699
700 * gdbarch.sh (displaced_step_copy_insn): Change return type to an
701 std::unique_ptr.
702 * gdbarch.c: Re-generate.
703 * gdbarch.h: Re-generate.
704 * infrun.c (displaced_step_prepare_throw): Adjust to std::unique_ptr
705 change.
706 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Change return
707 type to std::unique_ptr.
708 * aarch64-tdep.h (aarch64_displaced_step_copy_insn): Likewise.
709 * amd64-tdep.c (amd64_displaced_step_copy_insn): Likewise.
710 * amd64-tdep.h (amd64_displaced_step_copy_insn): Likewise.
711 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
712 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Likewise.
713 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
714 * i386-tdep.h (i386_displaced_step_copy_insn): Likewise.
715 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
716 * s390-tdep.c (s390_displaced_step_copy_insn): Likewise.
717
d8d83535
SM
7182020-02-14 Simon Marchi <simon.marchi@efficios.com>
719
720 * infrun.c (get_displaced_step_closure_by_addr): Adjust to
721 std::unique_ptr.
722 (displaced_step_clear): Rename to...
723 (displaced_step_reset): ... this. Just call displaced->reset ().
724 (displaced_step_clear_cleanup): Rename to...
725 (displaced_step_reset_cleanup): ... this.
726 (displaced_step_prepare_throw): Adjust to std::unique_ptr.
727 (displaced_step_fixup): Likewise.
728 (resume_1): Likewise.
729 (handle_inferior_event): Restore child's memory before calling
730 displaced_step_fixup on the parent.
731 * infrun.h (displaced_step_inferior_state) <reset>: Adjust
732 to std::unique_ptr.
733 <step_closure>: Change type to std::unique_ptr.
734
5f661e03
SM
7352020-02-14 Simon Marchi <simon.marchi@efficios.com>
736
737 * arm-tdep.c: Include count-one-bits.h.
738 (cleanup_block_store_pc): Use count_one_bits.
739 (cleanup_block_load_pc): Use count_one_bits.
740 (arm_copy_block_xfer): Use count_one_bits.
741 (thumb2_copy_block_xfer): Use count_one_bits.
742 (thumb_copy_pop_pc_16bit): Use count_one_bits.
743 * arch/arm-get-next-pcs.c: Include count-one-bits.h.
744 (thumb_get_next_pcs_raw): Use count_one_bits.
745 (arm_get_next_pcs_raw): Use count_one_bits_l.
746 * arch/arm.c (bitcount): Remove.
747 * arch/arm.h (bitcount): Remove.
748
8084e579
TT
7492020-02-14 Tom Tromey <tromey@adacore.com>
750
751 * dwarf2/frame-tailcall.c (dwarf2_tailcall_sniffer_first):
752 Update.
753 * dwarf2/loc.h (call_site_find_chain): Return unique_xmalloc_ptr.
754 * dwarf2/loc.c (call_site_find_chain_1): Return
755 unique_xmalloc_ptr.
756 (call_site_find_chain): Likewise.
757
258bf0ee
RB
7582020-02-14 Richard Biener <rguenther@suse.de>
759
760 * dwarf2/read.c (lnp_state_machine::handle_special_opcode): Apply CSE
761 on expression with division operators.
762
f98a8458
AKS
7632020-02-13 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
764
765 * MAINTAINERS (Write After Approval): Adding myself.
766
d1437c0e
TT
7672020-02-12 Tom Tromey <tom@tromey.com>
768
769 * event-loop.c (event_data, gdb_event, event_handler_func):
770 Remove.
771
3d4560f7
TT
7722020-02-12 Tom Tromey <tom@tromey.com>
773
774 * dwarf2/frame.c (dwarf2_frame_bfd_data): New global.
775 (dwarf2_frame_objfile_data): Add comment.
776 (find_comp_unit, set_comp_unit): New functions.
777 (dwarf2_frame_find_fde): Use find_comp_unit.
778 (dwarf2_build_frame_info): Use set_comp_unit.
779
21982304
TT
7802020-02-12 Tom Tromey <tom@tromey.com>
781
782 * dwarf2/frame.c (struct comp_unit) <objfile>: Remove.
783 (comp_unit): Don't initialize objfile.
784 (execute_cfa_program): Add text_offset parameter.
785 (execute_cfa_program_test, dwarf2_fetch_cfa_info)
786 (dwarf2_frame_cache): Update.
787 (dwarf2_build_frame_info): Don't set "objfile" member.
788
4debb237
TT
7892020-02-12 Tom Tromey <tom@tromey.com>
790
791 * dwarf2/frame.c (decode_frame_entry_1): Add gdbarch parameter.
792 (decode_frame_entry): Likewise.
793 (dwarf2_build_frame_info): Update.
794
0d404d44
TT
7952020-02-12 Tom Tromey <tom@tromey.com>
796
797 * dwarf2/frame.c (struct comp_unit) <obstack>: New member.
798 (decode_frame_entry_1): Use the comp_unit obstack.
799
a7a3ae5c
TT
8002020-02-12 Tom Tromey <tom@tromey.com>
801
802 * dwarf2/frame.c (struct comp_unit): Add initializers and
803 constructor.
804 (dwarf2_frame_objfile_data): Store a comp_unit.
805 (dwarf2_frame_find_fde): Update.
806 (dwarf2_build_frame_info): Use "new".
807
a9d65418
TT
8082020-02-12 Tom Tromey <tom@tromey.com>
809
810 * dwarf2/frame.c (struct dwarf2_fde_table): Remove.
811 (dwarf2_fde_table): Typedef for std::vector.
812 (dwarf2_frame_objfile_data): Remove the deleter. Now static.
813 (dwarf2_frame_find_fde, add_fde, decode_frame_entry_1)
814 (decode_frame_entry): Update.
815 (dwarf2_build_frame_info): Use "new".
816
7559c217
CB
8172020-02-12 Christian Biesinger <cbiesinger@google.com>
818
819 * arm-tdep.c (arm_gdbarch_init): Update.
820 * arm-tdep.h (struct gdbarch_tdep) <have_fpa_registers,
821 have_wmmx_registers, have_vfp_pseudos, have_neon_pseudos,
822 have_neon, is_m>: Change to bool.
823
aeefc73c
CB
8242020-02-12 Christian Biesinger <cbiesinger@google.com>
825
826 * arm-tdep.c (arm_dump_tdep): Print more fields of tdep.
827
d27b8e5f
TT
8282020-02-12 Tom Tromey <tom@tromey.com>
829
830 * dwarf2/loc.c (struct dwarf_expr_baton): Remove.
831
cd5900f3
HD
8322020-02-12 Hannes Domani <ssbssa@yahoo.de>
833
834 * windows-tdep.c (struct windows_gdbarch_data): Add tib_ptr_type.
835 (windows_get_tlb_type): Use windows_gdbarch_data->tib_ptr_type.
836
f056b22b
TT
8372020-02-11 Tom Tromey <tom@tromey.com>
838
839 * psymtab.h: Update comment.
840
f92ff6b5
TT
8412020-02-11 Tom Tromey <tom@tromey.com>
842
843 * gdb_obstack.h (struct auto_obstack): Use
844 DISABLE_COPY_AND_ASSIGN.
845
3fd6912b
TT
8462020-02-11 Tom Tromey <tom@tromey.com>
847
848 * dwarf2/frame.h (struct objfile): Don't forward declare.
849
69ed9b74
CB
8502020-02-11 Christian Biesinger <cbiesinger@google.com>
851
852 * cris-tdep.c (cris_supply_gregset): Change signature to match
853 what struct regset expects.
854 (cris_regset): New struct.
855 (fetch_core_registers): Remove.
856 (cris_iterate_over_regset_sections): New function.
857 (_initialize_cris_tdep): Don't call deprecated_add_core_fns.
858 (cris_gdbarch_init): Call set_gdbarch_iterate_over_regset_sections.
859
bda874f6
CB
8602020-02-11 Christian Biesinger <cbiesinger@google.com>
861
862 * arch/arm.h (enum gdb_regnum): Add comment for the FP0..7
863 registers.
864
754e1564
CB
8652020-02-11 Christian Biesinger <cbiesinger@google.com>
866
867 * arm-tdep.c (arm_dump_tdep): Add \n in fprintf.
868
8ddd8e0e
SM
8692020-02-11 Simon Marchi <simon.marchi@efficios.com>
870
871 * configure: Re-generate.
872
898e7f60
SM
8732020-02-11 Simon Marchi <simon.marchi@efficios.com>
874
875 * configure: Re-generate.
876
58df732b
SM
8772020-02-11 Simon Marchi <simon.marchi@efficios.com>
878
879 * acinclude: Update warning.m4 path.
880 * warning.m4: Move to gdbsupport.
881
da5bd37e
TT
8822020-02-11 Tom Tromey <tromey@adacore.com>
883
884 * remote.c (remote_console_output): Update.
885 * printcmd.c (printf_command): Update.
886 * event-loop.c (gdb_wait_for_event): Update.
887 * linux-nat.c (sigchld_handler): Update.
888 * remote-sim.c (gdb_os_write_stdout): Update.
889 (gdb_os_flush_stdout): Update.
890 (gdb_os_flush_stderr): Update.
891 (gdb_os_write_stderr): Update.
892 * exceptions.c (print_exception): Update.
893 * remote-fileio.c (remote_fileio_func_read): Update.
894 (remote_fileio_func_write): Update.
895 * tui/tui.c (tui_enable): Update.
896 * tui/tui-interp.c (tui_interp::init): Update.
897 * utils.c (init_page_info): Update.
898 (putchar_unfiltered, fputc_unfiltered): Update.
899 (gdb_flush): Update.
900 (emit_style_escape): Update.
901 (flush_wrap_buffer, fputs_maybe_filtered): Update.
902 * ui-file.c (ui_file_isatty, ui_file_read, ui_file_write)
903 (ui_file_write_async_safe, ui_file_flush, ui_file_puts): Remove.
904 (stderr_file::write): Update.
905 (stderr_file::puts): Update.
906 * ui-file.h (ui_file_isatty, ui_file_write)
907 (ui_file_write_async_safe, ui_file_read, ui_file_flush)
908 (ui_file_puts): Don't declare.
909
85f0dd3c
TV
9102020-02-10 Tom de Vries <tdevries@suse.de>
911
912 * dwarf2/read.c (process_psymtab_comp_unit_reader): Cast concat NULL
913 sentinel to char *.
914
2e927613
TV
9152020-02-09 Tom de Vries <tdevries@suse.de>
916
917 * dwarf2read.c (process_psymtab_comp_unit_reader): Append CU offset to
918 filename if it matches "<artificial>".
919
6bafc845
HD
9202020-02-09 Hannes Domani <ssbssa@yahoo.de>
921
922 * windows-tdep.c (struct enum_value_name): New struct.
923 (create_enum): New function.
924 (windows_get_siginfo_type): Create and use enum types.
925
7928d571
HD
9262020-02-09 Hannes Domani <ssbssa@yahoo.de>
927
928 * NEWS: Mention $_siginfo support for Windows.
929 * windows-nat.c (handle_exception): Set siginfo_er.
930 (windows_nat_target::mourn_inferior): Reset siginfo_er.
931 (windows_xfer_siginfo): New function.
932 (windows_nat_target::xfer_partial): Call windows_xfer_siginfo.
933 * windows-tdep.c (struct windows_gdbarch_data): New struct.
934 (init_windows_gdbarch_data): New function.
935 (get_windows_gdbarch_data): New function.
936 (windows_get_siginfo_type): New function.
937 (windows_init_abi): Register windows_get_siginfo_type.
938 (_initialize_windows_tdep): Register init_windows_gdbarch_data.
939
6751ebae
TT
9402020-02-08 Tom Tromey <tom@tromey.com>
941
942 * dwarf2/read.c (class cutu_reader) <cutu_reader,
943 init_tu_and_read_dwo_dies>: Remove "keep" parameter.
944 <keep>: Declare method.
945 <m_keep>: Remove member.
946 <~cutu_reader>: Remove.
947 (cutu_reader::init_tu_and_read_dwo_dies): Update.
948 (cutu_reader::cutu_reader): Update.
949 (cutu_reader::keep): Rename from ~cutu_reader.
950 (process_psymtab_comp_unit, build_type_psymtabs_1)
951 (process_skeletonless_type_unit, load_partial_comp_unit)
952 (load_full_comp_unit, dwarf2_read_addr_index)
953 (read_signatured_type): Update.
954
135f5437
TT
9552020-02-08 Tom Tromey <tom@tromey.com>
956
957 * dwarf2/read.c (process_psymtab_comp_unit_reader): Remove
958 "want_partial_unit" parameter.
959 (process_psymtab_comp_unit): Change want_partial_unit to bool.
960 Inline check for DW_TAG_partial_unit.
961 (dwarf2_build_psymtabs_hard, scan_partial_symbols): Update.
962
9f66ff1c
TT
9632020-02-08 Tom Tromey <tom@tromey.com>
964
965 * dwarf2/read.c (read_n_bytes, read_direct_string): Move to
966 read.c.
967 * dwarf2/leb.h (read_n_bytes, read_direct_string): Move from
968 read.c.
969
c8a7a66f
TT
9702020-02-08 Tom Tromey <tom@tromey.com>
971
972 * dwarf2/read.c (read_address): Move to comp-unit.c.
973 (dwarf2_rnglists_process, dwarf2_ranges_process)
974 (read_attribute_value, dwarf_decode_lines_1)
975 (var_decode_location, decode_locdesc): Update.
976 * dwarf2/comp-unit.c (comp_unit_head::read_address): Move from
977 read.c. Remove "cu" parameter.
978 * dwarf2/comp-unit.h (struct comp_unit_head) <read_address>: New
979 method.
980
8266302d
TT
9812020-02-08 Tom Tromey <tom@tromey.com>
982
983 * dwarf2/read.c (read_attribute_value, read_indirect_string)
984 (read_indirect_line_string): Update.
985 * dwarf2/comp-unit.c (read_offset): Remove.
986 (read_comp_unit_head): Update.
987 * dwarf2/comp-unit.h (struct comp_unit_head) <read_offset>: New
988 method.
989 (read_offset): Don't declare.
990
4057dfde
TT
9912020-02-08 Tom Tromey <tom@tromey.com>
992
993 * Makefile.in (COMMON_SFILES): Add dwarf2/comp-unit.c.
994 * dwarf2/read.c (struct comp_unit_head): Move to
995 dwarf2/comp-unit.h.
996 (enum class rcuh_kind): Move to comp-unit.h.
997 (get_cu_length, offset_in_cu_p): Now methods on comp_unit_head.
998 (read_comp_unit_head, error_check_comp_unit_head)
999 (read_and_check_comp_unit_head): Move to comp-unit.c.
1000 (read_offset, dwarf_unit_type_name): Likewise.
1001 (create_debug_type_hash_table, read_cutu_die_from_dwo)
1002 (cutu_reader::cutu_reader, read_call_site_scope)
1003 (find_partial_die, follow_die_offset): Update.
1004 * dwarf2/comp-unit.h: New file, from dwarf2read.c.
1005
24aa364d
TT
10062020-02-08 Tom Tromey <tom@tromey.com>
1007
1008 * dwarf2/read.c (read_offset_1): Move to leb.c.
1009 (read_abbrev_offset, read_offset, dwarf_decode_line_header)
1010 (dwarf_decode_macro_bytes): Update.
1011 * dwarf2/leb.c (read_offset): Rename; move from read.c.
1012 * dwarf2/leb.h (read_offset): Declare.
1013
2c7d5afc
TT
10142020-02-08 Tom Tromey <tom@tromey.com>
1015
1016 * dwarf2/read.c (dwarf2_section_size): Remove.
1017 (error_check_comp_unit_head, dwarf2_symbol_mark_computed):
1018 Update.
1019 * dwarf2/section.h (struct dwarf2_section_info) <get_size>: New method.
1020
4075cb26
TT
10212020-02-08 Tom Tromey <tom@tromey.com>
1022
1023 * dwarf2/read.c (read_initial_length): Move to leb.c.
1024 * dwarf2/leb.h (read_initial_length): Declare.
1025 * dwarf2/leb.c (read_initial_length): Move from read.c. Add
1026 handle_nonstd parameter.
1027 * dwarf2/frame.c (read_initial_length): Remove.
1028 (decode_frame_entry_1): Update.
1029
09ba997f
TT
10302020-02-08 Tom Tromey <tom@tromey.com>
1031
1032 * dwarf2/loc.c (dwarf2_find_location_expression)
1033 (dwarf_evaluate_loc_desc::get_tls_address)
1034 (dwarf_evaluate_loc_desc::push_dwarf_reg_entry_value)
1035 (rw_pieced_value, dwarf2_evaluate_loc_desc_full)
1036 (dwarf2_locexpr_baton_eval, dwarf2_evaluate_property)
1037 (dwarf2_compile_property_to_c)
1038 (dwarf2_loc_desc_get_symbol_read_needs)
1039 (dwarf2_compile_expr_to_ax, locexpr_describe_location)
1040 (locexpr_tracepoint_var_ref, locexpr_generate_c_location)
1041 (loclist_describe_location, loclist_tracepoint_var_ref)
1042 (loclist_generate_c_location): Update.
1043 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
1044 * dwarf2/loc.h (dwarf2_per_cu_objfile, dwarf2_per_cu_addr_size)
1045 (dwarf2_per_cu_ref_addr_size, dwarf2_per_cu_offset_size)
1046 (dwarf2_per_cu_text_offset, dwarf2_version): Don't declare.
1047 * dwarf2/read.c (dwarf2_per_cu_data::objfile)
1048 (dwarf2_per_cu_data::addr_size)
1049 (dwarf2_per_cu_data::ref_addr_size)
1050 (dwarf2_per_cu_data::text_offset)
1051 (dwarf2_per_cu_data::addr_type): Now methods.
1052 (per_cu_header_read_in): Make per_cu "const".
1053 (dwarf2_version): Remove.
1054 (dwarf2_per_cu_data::int_type): Now a method.
1055 (dwarf2_per_cu_data::_addr_sized_int_type): Likewise.
1056 (set_die_type, read_array_type, read_subrange_index_type)
1057 (read_tag_string_type, read_subrange_type): Update.
1058 * dwarf2/read.h (struct dwarf2_per_cu_data) <addr_size,
1059 offset_size, ref_addr_size, text_offset, addr_type, version,
1060 objfile, int_type, addr_sized_int_type>: Declare methods.
1061
96c738c0
TT
10622020-02-08 Tom Tromey <tom@tromey.com>
1063
1064 * dwarf2/read.h (struct dwarf2_per_cu_data) <imported_symtabs>:
1065 Move earlier.
1066
8fdd972c
TT
10672020-02-08 Tom Tromey <tom@tromey.com>
1068
1069 * dwarf2/read.h (dwarf_line_debug): Declare.
1070 * Makefile.in (COMMON_SFILES): Add dwarf2/line-header.c.
1071 * dwarf2/read.c: Move line_header code to new files.
1072 (dwarf_line_debug): No longer static.
1073 * dwarf2/line-header.c: New file.
1074 * dwarf2/line-header.h: New file.
1075
03075812
TT
10762020-02-08 Tom Tromey <tom@tromey.com>
1077
1078 * dwarf2/read.c (struct line_header) <file_full_name,
1079 file_file_name>: Return unique_xmalloc_ptr.
1080 (line_header::file_file_name): Update.
1081 (line_header::file_full_name): Update.
1082 (dw2_get_file_names_reader): Update.
1083 (macro_start_file): Update.
1084
bb822404
TT
10852020-02-08 Tom Tromey <tom@tromey.com>
1086
1087 * dwarf2/read.c (struct line_header) <file_full_name,
1088 file_file_name>: Declare methods.
1089 (dw2_get_file_names_reader): Update.
1090 (file_file_name): Now a method.
1091 (file_full_name): Likewise.
1092 (macro_start_file): Update.
1093
009b64fc
TT
10942020-02-08 Tom Tromey <tom@tromey.com>
1095
1096 * dwarf2/read.c (dwarf_always_disassemble)
1097 (show_dwarf_always_disassemble): Move to loc.c.
1098 (_initialize_dwarf2_read): Move "always-disassemble" registration
1099 to loc.c.
1100 * dwarf2/read.h (dwarf_always_disassemble): Don't declare.
1101 * dwarf2/loc.c (dwarf_always_disassemble): Move from read.c. Now
1102 static.
1103 (show_dwarf_always_disassemble): Move from read.c.
1104 (_initialize_dwarf2loc): Move always-disassemble from read.c.
1105
5895093f
TT
11062020-02-08 Tom Tromey <tom@tromey.com>
1107
1108 * dwarf2/read.c (~dwarf2_per_objfile): Update.
1109 (create_quick_file_names_table): Return htab_up.
1110 (dw2_get_file_names_reader, dw2_forget_cached_source_info):
1111 Update.
1112 * dwarf2/read.h (struct dwarf2_per_objfile)
1113 <quick_file_names_table>: Now htab_up.
1114
b3b32279
TT
11152020-02-08 Tom Tromey <tom@tromey.com>
1116
1117 * dwarf2/abbrev.c (abbrev_table::read): Simplify.
1118
1d33d811
TT
11192020-02-08 Tom Tromey <tom@tromey.com>
1120
1121 * dwarf2/abbrev.c (abbrev_table): Move constructor from header.
1122 Rewrite.
1123 (abbrev_table::add_abbrev, abbrev_table::lookup_abbrev): Rewrite.
1124 * dwarf2/abbrev.h (struct abbrev_info) <next>: Remove.
1125 (abbrev_table::abbrev_table): No longer inline.
1126 (ABBREV_HASH_SIZE): Remove.
1127 (abbrev_table::m_abbrevs): Now an htab_up.
1128
86de1d91
TT
11292020-02-08 Tom Tromey <tom@tromey.com>
1130
1131 * dwarf2/read.c (read_cutu_die_from_dwo): Update.
1132 (cutu_reader): Update.
1133 (build_type_psymtabs_1): Update.
1134 * dwarf2/abbrev.c (abbrev_table::read): Rename.
1135 (abbrev_table::alloc_abbrev): Update.
1136 * dwarf2/abbrev.h (abbrev_table_up): Move earlier.
1137 (abbrev_table::read): New static method, renamed from
1138 abbrev_table_read_table.
1139 (abbrev_table::alloc_abbrev)
1140 (abbrev_table::add_abbrev): Now private.
1141 (abbrev_table::abbrev_table): Now private.
1142 (abbrev_table::m_abbrev_obstack): Now private. Rename.
1143
0335378b
TT
11442020-02-08 Tom Tromey <tom@tromey.com>
1145
1146 * dwarf2/read.c (set_die_type, get_die_type_at_offset): Update.
1147 * dwarf2/read.h (struct dwarf2_per_objfile) <die_type_hash>: Now
1148 htab_up.
1149
48b490f2
TT
11502020-02-08 Tom Tromey <tom@tromey.com>
1151
1152 * dwarf2/read.c (struct dwp_file) <loaded_cus, loaded_tus>: Now
1153 htab_up.
1154 (lookup_dwo_unit_in_dwp): Update.
1155 (allocate_dwp_loaded_cutus_table): Return htab_up. Don't allocate
1156 on obstack.
1157
bc68fb19
TT
11582020-02-08 Tom Tromey <tom@tromey.com>
1159
1160 * dwarf2/read.c (allocate_dwo_file_hash_table): Don't allocate on
1161 obstack.
1162
d15acc42
TT
11632020-02-08 Tom Tromey <tom@tromey.com>
1164
1165 * dwarf2/read.c (~dwarf2_per_objfile): Don't delete
1166 line_header_hash.
1167 (handle_DW_AT_stmt_list): Update. Don't allocate on obstack.
1168 * dwarf2/read.h (struct dwarf2_per_objfile) <line_header_hash>:
1169 Change type to htab_up.
1170
eaa5fa8b
TT
11712020-02-08 Tom Tromey <tom@tromey.com>
1172
1173 * dwarf2/read.c (allocate_type_unit_groups_table): Return
1174 htab_up. Don't allocate on obstack.
1175 (get_type_unit_group, dwarf2_build_psymtabs_hard): Update.
1176 * dwarf2/read.h (struct dwarf2_per_objfile) <type_unit_groups>:
1177 Change type to htab_up.
1178
b0b6a987
TT
11792020-02-08 Tom Tromey <tom@tromey.com>
1180
1181 * dwarf2/read.h (struct dwarf2_per_objfile) <signatured_types>:
1182 Change type to htab_up.
1183 * dwarf2/read.c (create_signatured_type_table_from_index)
1184 (create_signatured_type_table_from_debug_names)
1185 (create_all_type_units, add_type_unit)
1186 (lookup_dwo_signatured_type, lookup_signatured_type)
1187 (process_skeletonless_type_unit): Update.
1188 (create_debug_type_hash_table, create_debug_types_hash_table):
1189 Change type of types_htab.
1190 (allocate_signatured_type_table, allocate_dwo_unit_table): Return
1191 htab_up. Don't allocate on obstack.
1192 (create_cus_hash_table): Change type of cus_htab parameter.
1193 (struct dwo_file) <cus, tus>: Now htab_up.
1194 (lookup_dwo_signatured_type, lookup_dwo_cutu)
1195 (process_dwo_file_for_skeletonless_type_units, lookup_dwo_cutu)
1196 (queue_and_load_all_dwo_tus): Update.
1197 * dwarf2/index-write.c (write_gdbindex): Update.
1198 (write_debug_names): Update.
1199
39856def
TT
12002020-02-08 Tom Tromey <tom@tromey.com>
1201
1202 * dwarf2/read.h (struct dwarf2_queue_item): Move from
1203 dwarf2/read.c. Remove "next" member. Add constructor ntad
1204 destructor.
1205 (struct dwarf2_per_objfile) <queue>: New member.
1206 * dwarf2/read.c (struct dwarf2_queue_item): Move to
1207 dwarf2/read.h.
1208 (dwarf2_queue, dwarf2_queue_tail): Remove.
1209 (class dwarf2_queue_guard): Add parameter to constructor. Use
1210 DISABLE_COPY_AND_ASSIGN.
1211 <m_per_objfile>: New member.
1212 <~dwarf2_queue_guard>: Rewrite.
1213 (dw2_do_instantiate_symtab, queue_comp_unit, process_queue):
1214 Update.
1215 (~dwarf2_queue_item): New.
1216
3e225074
TT
12172020-02-08 Tom Tromey <tom@tromey.com>
1218
1219 * dwarf2/read.c (struct die_info) <has_children>: New member.
1220 (dw2_get_file_names_reader): Remove has_children.
1221 (dw2_get_file_names): Update.
1222 (read_cutu_die_from_dwo): Remove has_children.
1223 (cutu_reader::init_tu_and_read_dwo_dies)
1224 (cutu_reader::cutu_reader): Update.
1225 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader):
1226 Remove has_children.
1227 (build_type_psymtabs_1, process_skeletonless_type_unit)
1228 (load_partial_comp_unit, load_full_comp_unit): Update.
1229 (create_dwo_cu_reader): Remove has_children.
1230 (create_cus_hash_table, read_die_and_children): Update.
1231 (read_full_die_1,read_full_die): Remove has_children.
1232 (read_signatured_type): Update.
1233 (class cutu_reader) <has_children>: Remove.
1234
82ca8957
TT
12352020-02-08 Tom Tromey <tom@tromey.com>
1236
1237 * dwarf2/expr.c: Rename from dwarf2expr.c.
1238 * dwarf2/expr.h: Rename from dwarf2expr.h.
1239 * dwarf2/frame-tailcall.c: Rename from dwarf2-frame-tailcall.c.
1240 * dwarf2/frame-tailcall.h: Rename from dwarf2-frame-tailcall.h.
1241 * dwarf2/frame.c: Rename from dwarf2-frame.c.
1242 * dwarf2/frame.h: Rename from dwarf2-frame.h.
1243 * dwarf2/index-cache.c: Rename from dwarf-index-cache.c.
1244 * dwarf2/index-cache.h: Rename from dwarf-index-cache.h.
1245 * dwarf2/index-common.c: Rename from dwarf-index-common.c.
1246 * dwarf2/index-common.h: Rename from dwarf-index-common.h.
1247 * dwarf2/index-write.c: Rename from dwarf-index-write.c.
1248 * dwarf2/index-write.h: Rename from dwarf-index-write.h.
1249 * dwarf2/loc.c: Rename from dwarf2loc.c.
1250 * dwarf2/loc.h: Rename from dwarf2loc.h.
1251 * dwarf2/read.c: Rename from dwarf2read.c.
1252 * dwarf2/read.h: Rename from dwarf2read.h.
1253 * dwarf2/abbrev.c, aarch64-tdep.c, alpha-tdep.c,
1254 amd64-darwin-tdep.c, arc-tdep.c, arm-tdep.c, bfin-tdep.c,
1255 compile/compile-c-symbols.c, compile/compile-cplus-symbols.c,
1256 compile/compile-loc2c.c, cris-tdep.c, csky-tdep.c, findvar.c,
1257 gdbtypes.c, guile/scm-type.c, h8300-tdep.c, hppa-bsd-tdep.c,
1258 hppa-linux-tdep.c, i386-darwin-tdep.c, i386-linux-tdep.c,
1259 i386-tdep.c, iq2000-tdep.c, m32c-tdep.c, m68hc11-tdep.c,
1260 m68k-tdep.c, microblaze-tdep.c, mips-tdep.c, mn10300-tdep.c,
1261 msp430-tdep.c, nds32-tdep.c, nios2-tdep.c, or1k-tdep.c,
1262 riscv-tdep.c, rl78-tdep.c, rs6000-tdep.c, rx-tdep.c, s12z-tdep.c,
1263 s390-tdep.c, score-tdep.c, sh-tdep.c, sparc-linux-tdep.c,
1264 sparc-tdep.c, sparc64-linux-tdep.c, sparc64-tdep.c, tic6x-tdep.c,
1265 tilegx-tdep.c, v850-tdep.c, xstormy16-tdep.c, xtensa-tdep.c:
1266 Update.
1267 * Makefile.in (COMMON_SFILES): Update.
1268 (HFILES_NO_SRCDIR): Update.
1269
9e35d499
TT
12702020-02-08 Tom Tromey <tom@tromey.com>
1271
1272 * dwarf2read.c (struct die_reader_specs) <comp_dir>: Remove.
1273 (init_cu_die_reader, read_cutu_die_from_dwo): Update.
1274
1eba2311
TT
12752020-02-08 Tom Tromey <tom@tromey.com>
1276
1277 * dwarf2read.h (struct die_info): Don't declare.
1278
e41c2da2
TT
12792020-02-08 Tom Tromey <tom@tromey.com>
1280
1281 * dwarf2read.h (die_info_ptr): Remove typedef.
1282
4fc6c0d5
TT
12832020-02-08 Tom Tromey <tom@tromey.com>
1284
1285 * dwarf2read.c (read_call_site_scope)
1286 (handle_data_member_location, dwarf2_add_member_fn)
1287 (mark_common_block_symbol_computed, read_common_block)
1288 (attr_to_dynamic_prop, partial_die_info::read)
1289 (var_decode_location, dwarf2_fetch_die_loc_sect_off)
1290 (dwarf2_symbol_mark_computed, set_die_type): Update.
1291 * dwarf2/attribute.h (struct attribute) <form_is_block>: Declare
1292 method.
1293 (attr_form_is_block): Don't declare.
1294 * dwarf2/attribute.c (attribute::form_is_block): Now a method.
1295
cd6c91b4
TT
12962020-02-08 Tom Tromey <tom@tromey.com>
1297
1298 * dwarf2read.c (dwarf2_find_base_address, )
1299 (read_call_site_scope, rust_containing_type)
1300 (dwarf2_get_pc_bounds, dwarf2_record_block_ranges)
1301 (handle_data_member_location, dwarf2_add_member_fn)
1302 (get_alignment, read_structure_type, process_structure_scope)
1303 (mark_common_block_symbol_computed, read_common_block)
1304 (read_tag_string_type, attr_to_dynamic_prop, read_subrange_type)
1305 (partial_die_info::read, read_attribute_value, new_symbol)
1306 (lookup_die_type, dwarf2_get_ref_die_offset)
1307 (dwarf2_get_attr_constant_value, follow_die_ref_or_sig)
1308 (dwarf2_fetch_die_loc_sect_off, get_DW_AT_signature_type)
1309 (dwarf2_symbol_mark_computed): Update.
1310 * dwarf2/attribute.h (struct attribute) <value_as_address,
1311 form_is_section_offset, form_is_constant, form_is_ref>: Declare
1312 methods.
1313 (value_as_address, attr_form_is_section_offset)
1314 (attr_form_is_constant, attr_form_is_ref): Don't declare.
1315 * dwarf2/attribute.c (attribute::value_as_address)
1316 (attribute::form_is_section_offset, attribute::form_is_constant)
1317 (attribute::form_is_ref): Now methods.
1318
162dce55
TT
13192020-02-08 Tom Tromey <tom@tromey.com>
1320
1321 * dwarf2read.c (struct attribute, DW_STRING)
1322 (DW_STRING_IS_CANONICAL, DW_UNSND, DW_BLOCK, DW_SND, DW_ADDR)
1323 (DW_SIGNATURE, struct dwarf_block, attr_value_as_address)
1324 (attr_form_is_block, attr_form_is_section_offset)
1325 (attr_form_is_constant, attr_form_is_ref): Move.
1326 * dwarf2/attribute.h: New file.
1327 * dwarf2/attribute.c: New file, from dwarf2read.c.
1328 * Makefile.in (COMMON_SFILES): Add dwarf2/attribute.c.
1329
3054dd54
TT
13302020-02-08 Tom Tromey <tom@tromey.com>
1331
1332 * dwarf2read.c (abbrev_table_up, struct abbrev_info)
1333 (struct attr_abbrev, ABBREV_HASH_SIZE, struct abbrev_table):
1334 Move.
1335 (read_cutu_die_from_dwo, build_type_psymtabs_1): Update.
1336 (abbrev_table::alloc_abbrev, abbrev_table::add_abbrev)
1337 (abbrev_table::lookup_abbrev, abbrev_table_read_table): Move to
1338 abbrev.c.
1339 * dwarf2/abbrev.h: New file.
1340 * dwarf2/abbrev.c: New file, from dwarf2read.c.
1341 * Makefile.in (COMMON_SFILES): Add dwarf2/abbrev.c.
1342
96b79293
TT
13432020-02-08 Tom Tromey <tom@tromey.com>
1344
1345 * dwarf2read.c (dwarf2_section_buffer_overflow_complaint)
1346 (dwarf2_section_size, dwarf2_get_section_info)
1347 (create_signatured_type_table_from_debug_names)
1348 (create_addrmap_from_aranges, read_debug_names_from_section)
1349 (get_gdb_index_contents_from_section, read_comp_unit_head)
1350 (error_check_comp_unit_head, read_abbrev_offset)
1351 (create_debug_type_hash_table, init_cu_die_reader)
1352 (read_cutu_die_from_dwo, dwarf2_build_psymtabs_hard)
1353 (read_comp_units_from_section, create_cus_hash_table)
1354 (create_dwp_hash_table, create_dwo_unit_in_dwp_v1)
1355 (create_dwp_v2_section, dwarf2_rnglists_process)
1356 (dwarf2_ranges_process, read_die_and_siblings, read_full_die)
1357 (abbrev_table_read_table, read_indirect_string_at_offset_from)
1358 (read_indirect_string_from_dwz, read_addr_index_1)
1359 (read_str_index, dwarf_decode_line_header, skip_form_bytes)
1360 (dwarf_decode_macro_bytes, dwarf_decode_macros)
1361 (fill_in_loclist_baton): Update.
1362 * dwarf2/section.h (struct dwarf2_section_info) <get_name,
1363 get_containing_section, get_bfd_owner, get_bfd_section,
1364 get_file_name, get_id, get_flags, empty, read>: Declare methods.
1365 (dwarf2_read_section, get_section_name, get_section_file_name)
1366 (get_containing_section, get_section_bfd_owner)
1367 (get_section_bfd_section, get_section_name, get_section_file_name)
1368 (get_section_id, get_section_flags, dwarf2_section_empty_p): Don't
1369 declare.
1370 * dwarf2/section.c (dwarf2_section_info::get_containing_section)
1371 (dwarf2_section_info::get_bfd_owner)
1372 (dwarf2_section_info::get_bfd_section)
1373 (dwarf2_section_info::get_name)
1374 (dwarf2_section_info::get_file_name, dwarf2_section_info::get_id)
1375 (dwarf2_section_info::get_flags, dwarf2_section_info::empty)
1376 (dwarf2_section_info::read): Now methods.
1377 * dwarf-index-write.c (class debug_names): Update.
1378
2c86cff9
TT
13792020-02-08 Tom Tromey <tom@tromey.com>
1380
1381 * dwarf2read.h (struct dwarf2_section_info, dwarf2_read_section):
1382 Move to dwarf2/section.h.
1383 * dwarf2read.c (get_containing_section, get_section_bfd_owner)
1384 (get_section_bfd_section, get_section_name)
1385 (get_section_file_name, get_section_id, get_section_flags)
1386 (dwarf2_section_empty_p, dwarf2_read_section): Moe to
1387 dwarf2/section.c.
1388 * dwarf2/section.h: New file.
1389 * dwarf2/section.c: New file, from dwarf2read.c.
1390 * Makefile.in (COMMON_SFILES): Add dwarf2/section.c.
1391
f4382c45
TT
13922020-02-08 Tom Tromey <tom@tromey.com>
1393
1394 * dwarf2read.h (read_unsigned_leb128): Don't declare.
1395 * dwarf2read.c (read_1_byte, read_1_signed_byte, read_2_bytes)
1396 (read_2_signed_bytes, read_3_bytes, read_4_bytes)
1397 (read_4_signed_bytes, read_8_bytes): Move to dwarf2/leb.h.
1398 (read_unsigned_leb128, read_signed_leb128): Move to dwarf2/leb.c.
1399 * dwarf2/leb.h: New file, from dwarf2read.c.
1400 * dwarf2/leb.c: New file, from dwarf2read.c.
1401 * dwarf2-frame.c (read_1_byte, read_4_bytes, read_8_bytes):
1402 Remove.
1403 * Makefile.in (CONFIG_SRC_SUBDIR): Add dwarf2.
1404 (COMMON_SFILES): Add dwarf2/leb.c.
1405
01840b7a
JB
14062020-02-08 Joel Brobecker <brobecker@adacore.com>
1407
1408 GDB 9.1 released.
1409
dfcb27e4
IB
14102020-02-05 Iain Buclaw <ibuclaw@gdcproject.org>
1411
1412 PR gdb/25190:
1413 * gdb/remote-sim.c (gdb_os_write_stderr): Update.
1414 * gdb/remote.c (remote_console_output): Update.
1415 * gdb/ui-file.c (fputs_unfiltered): Rename to...
1416 (ui_file_puts): ...this.
1417 * gdb/ui-file.h (ui_file_puts): Add declaration.
1418 * gdb/utils.c (emit_style_escape): Update.
1419 (flush_wrap_buffer): Update.
1420 (fputs_maybe_filtered): Update.
1421 (fputs_unfiltered): Add function.
1422
faa17681
IB
14232020-02-05 Iain Buclaw <ibuclaw@gdcproject.org>
1424
1425 * gdb/event-loop.c (gdb_wait_for_event): Update.
1426 * gdb/printcmd.c (printf_command): Update.
1427 * gdb/remote-fileio.c (remote_fileio_func_write): Update.
1428 * gdb/remote-sim.c (gdb_os_flush_stdout): Update.
1429 (gdb_os_flush_stderr): Update.
1430 * gdb/remote.c (remote_console_output): Update.
1431 * gdb/ui-file.c (gdb_flush): Rename to...
1432 (ui_file_flush): ...this.
1433 (stderr_file::write): Update.
1434 (stderr_file::puts): Update.
1435 * gdb/ui-file.h (gdb_flush): Rename to...
1436 (ui_file_flush): ...this.
1437 * gdb/utils.c (gdb_flush): Add function.
1438 * gdb/utils.h (gdb_flush): Add declaration.
1439
5abbbe1d
TT
14402020-02-07 Tom Tromey <tromey@adacore.com>
1441
1442 PR breakpoints/24915:
1443 * source.c (find_and_open_source): Do not check basenames_may_differ.
1444
919adfe8
TT
14452020-02-07 Tom Tromey <tom@tromey.com>
1446
1447 * README: Update gdbserver documentation.
1448 * gdbserver: Move to top level.
1449 * configure.tgt (build_gdbserver): Remove.
1450 * configure.ac: Remove --enable-gdbserver.
1451 * configure: Rebuild.
1452 * Makefile.in (distclean): Don't mention gdbserver.
1453
1d5d29e7
SV
14542020-02-06 Shahab Vahedi <shahab@synopsys.com>
1455
1456 * source-cache.c (source_cache::ensure): Surround
1457 get_plain_source_lines with a try/catch.
1458 (source_cache::get_line_charpos): Get rid of try/catch
1459 and only check for the return value of "ensure".
1460 * tui/tui-source.c (tui_source_window::set_contents):
1461 Simplify "nlines" calculation.
1462
6eb1129c
SV
14632020-02-06 Shahab Vahedi <shahab@synopsys.com>
1464
1465 * MAINTAINERS (Write After Approval): Add myself.
1466
c6a42d11
CB
14672020-02-05 Christian Biesinger <cbiesinger@google.com>
1468
1469 * sparc-nat.h (struct sparc_target) <xfer_partial>: Fix base class
1470 function call.
1471
c8ecdda6
CB
14722020-02-05 Christian Biesinger <cbiesinger@google.com>
1473
1474 * ppc-nbsd-tdep.h: Fix macro name in #endif comment.
1475
f6480e70
MR
14762020-02-05 Maciej W. Rozycki <macro@wdc.com>
1477
1478 * nat/riscv-linux-tdesc.h: New file.
1479 * nat/riscv-linux-tdesc.c: New file, taking code from...
1480 * riscv-linux-nat.c (riscv_linux_nat_target::read_description):
1481 ... here.
1482 * configure.nat <linux> <riscv*>: Add nat/riscv-linux-tdesc.o to
1483 NATDEPFILES.
1484
dcc9fbc6
AB
14852020-02-04 Andrew Burgess <andrew.burgess@embecosm.com>
1486
1487 * remote-sim.c (sim_inferior_data::sim_inferior_data): Assert that
1488 we don't set the fake simulator ptid to the null_ptid.
1489
719546c4
SM
14902020-02-03 Simon Marchi <simon.marchi@efficios.com>
1491
1492 * fork-child.c (gdb_startup_inferior): Use bool instead of int.
1493 * gdbthread.h (class thread_info) <resumed>: Likewise.
1494 * infrun.c (resume_1): Likewise.
1495 (proceed): Likewise.
1496 (infrun_thread_stop_requested): Likewise.
1497 (stop_all_threads): Likewise.
1498 (handle_inferior_event): Likewise.
1499 (restart_threads): Likewise.
1500 (finish_step_over): Likewise.
1501 (keep_going_stepped_thread): Likewise.
1502 * linux-nat.c (attach_proc_task_lwp_callback): Likewise.
1503 (linux_handle_extended_wait): Likewise.
1504 * record-btrace.c (get_thread_current_frame_id): Likewise.
1505 * record-full.c (record_full_wait_1): Likewise.
1506 * remote.c (remote_target::process_initial_stop_replies): Likewise.
1507 * target.c (target_resume): Likewise.
1508 * thread.c (set_running_thread): Likewise.
1509
e409c542
AKS
15102020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1511
1512 * f-valprint.c (f77_print_array_1): Changed datatype of index
1513 variable to LONGEST from int to enable it to contain bound
1514 values correctly.
1515
ee98c0da
MR
15162020-02-03 Maciej W. Rozycki <macro@wdc.com>
1517
1518 * riscv-linux-nat.c [!NFPREG] (NFPREG): New macro.
1519 (supply_fpregset_regnum, fill_fpregset): Handle regset buffer
1520 offsets according to FLEN determined.
1521 (riscv_linux_nat_target::read_description): Determine FLEN
1522 dynamically.
1523 (riscv_linux_nat_target::fetch_registers): Size regset buffer
1524 according to FLEN determined.
1525 (riscv_linux_nat_target::store_registers): Likewise.
1526
aa66aac4
SV
15272020-02-01 Shahab Vahedi <shahab@synopsys.com>
1528
1529 * target-descriptions.c (tdesc_register_in_reggroup_p): Return 0
1530 when reg->group is empty and reggroup is not.
1531
fd9faca8
TT
15322020-01-31 Tom Tromey <tromey@adacore.com>
1533
1534 * ravenscar-thread.c (ravenscar_thread_target::mourn_inferior):
1535 Call beneath target's mourn_inferior after unpushing.
1536
42330a68
AB
15372020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1538
1539 PR tui/9765
1540 * tui/tui-disasm.c (tui_find_disassembly_address): If we don't
1541 have enough lines to fill the screen, still return the lowest
1542 address we found.
1543
7a27a45b
AB
15442020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1545
1546 * tui/tui-win.c (_initialize_tui_win): Update help text for '+',
1547 '-', '<', and '>' commands.
1548
c47f70e2
PA
15492020-01-29 Pedro Alves <palves@redhat.com>
1550 Sergio Durigan Junior <sergiodj@redhat.com>
1551
1552 * infcmd.c (construct_inferior_arguments): Assert that
1553 'argc' is greater than 0.
1554
5133a315
LM
15552020-01-29 Luis Machado <luis.machado@linaro.org>
1556
1557 * aarch64-tdep.c (BRK_INSN_MASK): Define to 0xffe0001f.
1558 (BRK_INSN_MASK): Define to 0xd4200000.
1559 (aarch64_program_breakpoint_here_p): New function.
1560 (aarch64_gdbarch_init): Set gdbarch_program_breakpoint_here_p hook.
1561 * arch-utils.c (default_program_breakpoint_here_p): Moved from
1562 breakpoint.c.
1563 * arch-utils.h (default_program_breakpoint_here_p): Moved from
1564 breakpoint.h
1565 * breakpoint.c (bp_loc_is_permanent): Changed return type to bool and
1566 call gdbarch_program_breakpoint_here_p.
1567 (program_breakpoint_here): Moved to arch-utils.c, renamed to
1568 default_program_breakpoint_here_p, changed return type to bool and
1569 simplified.
1570 * breakpoint.h (program_breakpoint_here): Moved prototype to
1571 arch-utils.h, renamed to default_program_breakpoint_here_p and changed
1572 return type to bool.
1573 * gdbarch.c: Regenerate.
1574 * gdbarch.h: Regenerate.
1575 * gdbarch.sh (program_breakpoint_here_p): New method.
1576 * infrun.c (handle_signal_stop): Call
1577 gdbarch_program_breakpoint_here_p.
1578
168f8c6b
TT
15792020-01-26 Tom Tromey <tom@tromey.com>
1580
1581 * ctfread.c (struct ctf_fp_info): Reindent.
1582 (_initialize_ctfread): Remove.
1583
128a391f
TT
15842020-01-26 Tom Tromey <tom@tromey.com>
1585
1586 * psymtab.c (partial_map_expand_apply)
1587 (psym_find_pc_sect_compunit_symtab, psym_lookup_symbol)
1588 (psymtab_to_symtab, psym_find_last_source_symtab, dump_psymtab)
1589 (psym_print_stats, psym_expand_symtabs_for_function)
1590 (psym_map_symbol_filenames, psym_map_matching_symbols)
1591 (psym_expand_symtabs_matching)
1592 (partial_symtab::read_dependencies, maintenance_info_psymtabs)
1593 (maintenance_check_psymtabs): Use new methods.
1594 * psympriv.h (struct partial_symtab) <readin_p,
1595 get_compunit_symtab>: New methods.
1596 <readin, compunit_symtab>: Remove members.
1597 (struct standard_psymtab): New.
1598 (struct legacy_psymtab): Derive from standard_psymtab.
1599 * dwarf2read.h (struct dwarf2_psymtab): Derive from
1600 standard_psymtab.
1601 * ctfread.c (struct ctf_psymtab): Derive from standard_psymtab.
1602
0494dbec
TT
16032020-01-26 Tom Tromey <tom@tromey.com>
1604
1605 * xcoffread.c (xcoff_psymtab_to_symtab_1): Call
1606 read_dependencies. Add assert.
1607 * psymtab.c (partial_symtab::read_dependencies): New method.
1608 * psympriv.h (struct partial_symtab) <read_dependencies>: New
1609 method.
1610 * mdebugread.c (psymtab_to_symtab_1): Call read_dependencies.
1611 * dwarf2read.c (dwarf2_psymtab::expand_psymtab): Call
1612 read_dependencies.
1613 * dbxread.c (dbx_psymtab_to_symtab_1): Call read_dependencies.
1614 Add assert.
1615
8566b89b
TT
16162020-01-26 Tom Tromey <tom@tromey.com>
1617
1618 * xcoffread.c (xcoff_psymtab_to_symtab_1): Change argument order.
1619 Call expand_psymtab.
1620 (xcoff_read_symtab): Call expand_psymtab.
1621 (xcoff_start_psymtab, xcoff_end_psymtab): Set
1622 legacy_expand_psymtab.
1623 * psympriv.h (struct partial_symtab) <expand_psymtab>: New
1624 method.
1625 (struct legacy_psymtab) <expand_psymtab>: Implement.
1626 <legacy_expand_psymtab>: New member.
1627 * mdebugread.c (mdebug_read_symtab): Call expand_psymtab.
1628 (parse_partial_symbols): Set legacy_expand_psymtab.
1629 (psymtab_to_symtab_1): Change argument order. Call
1630 expand_psymtab.
1631 (new_psymtab): Set legacy_expand_psymtab.
1632 * dwarf2read.h (struct dwarf2_psymtab) <expand_psymtab>: Declare.
1633 * dwarf2read.c (dwarf2_psymtab::read_symtab): Call
1634 expand_psymtab.
1635 (dwarf2_psymtab::expand_psymtab): Rename from
1636 psymtab_to_symtab_1. Call expand_psymtab.
1637 * dbxread.c (start_psymtab): Set legacy_expand_psymtab.
1638 (dbx_end_psymtab): Likewise.
1639 (dbx_psymtab_to_symtab_1): Change argument order. Call
1640 expand_psymtab.
1641 (dbx_read_symtab): Call expand_psymtab.
1642 * ctfread.c (struct ctf_psymtab) <expand_psymtab>: Declare.
1643 (ctf_psymtab::expand_psymtab): Rename from psymtab_to_symtab.
1644 (ctf_psymtab::read_symtab): Call expand_psymtab.
1645
077cbab2
TT
16462020-01-26 Tom Tromey <tom@tromey.com>
1647
1648 * xcoffread.c (xcoff_read_symtab): Remove prints. Add assert.
1649 * psymtab.c (psymtab_to_symtab): Print verbose "Reading"
1650 messages.
1651 * mdebugread.c (mdebug_read_symtab): Remove prints.
1652 * dwarf2read.c (dwarf2_psymtab::read_symtab): Remove prints. Add
1653 assert.
1654 * dbxread.c (dbx_read_symtab): Remove prints. Add assert.
1655
891813be
TT
16562020-01-26 Tom Tromey <tom@tromey.com>
1657
1658 * xcoffread.c (this_symtab_psymtab, read_xcoff_symtab)
1659 (xcoff_psymtab_to_symtab_1, xcoff_read_symtab)
1660 (xcoff_start_psymtab, xcoff_end_psymtab, scan_xcoff_symtab): Use
1661 legacy_symtab.
1662 * stabsread.h (dbx_end_psymtab): Use legacy_symtab.
1663 * psymtab.c (psymtab_to_symtab): Call method.
1664 (dump_psymtab): Update.
1665 * psympriv.h (struct partial_symtab): Add virtual destructor.
1666 <read_symtab>: New method.
1667 (struct legacy_symtab): New.
1668 * mdebugread.c (mdebug_read_symtab): Use legacy_psymtab.
1669 (struct pst_map) <pst>: Now a legacy_psymtab.
1670 (parse_procedure, parse_partial_symbols, psymtab_to_symtab_1)
1671 (new_psymtab): Use legacy_psymtab.
1672 * dwarf2read.h (struct dwarf2_psymtab): New.
1673 (struct dwarf2_per_cu_data) <psymtab>: Use it.
1674 * dwarf2read.c (dwarf2_create_include_psymtab)
1675 (dwarf2_build_include_psymtabs, create_type_unit_group)
1676 (create_partial_symtab, process_psymtab_comp_unit_reader)
1677 (build_type_psymtabs_reader, build_type_psymtab_dependencies)
1678 (set_partial_user): Use dwarf2_psymtab.
1679 (dwarf2_psymtab::read_symtab): Rename from dwarf2_read_symtab.
1680 (psymtab_to_symtab_1, process_full_comp_unit)
1681 (process_full_type_unit, dwarf2_ranges_read)
1682 (dwarf2_get_pc_bounds, psymtab_include_file_name)
1683 (dwarf_decode_lines): Use dwarf2_psymtab.
1684 * dwarf-index-write.c (psym_index_map): Use dwarf2_psymtab.
1685 (add_address_entry_worker, write_one_signatured_type)
1686 (recursively_count_psymbols, recursively_write_psymbols)
1687 (write_one_signatured_type, psyms_seen_size, write_gdbindex)
1688 (write_debug_names): Likewise.
1689 * dbxread.c (struct header_file_location): Take a legacy_psymtab.
1690 <pst>: Now a legacy_psymtab.
1691 (find_corresponding_bincl_psymtab): Return a legacy_psymtab.
1692 (read_dbx_symtab, start_psymtab, dbx_end_psymtab)
1693 (dbx_psymtab_to_symtab_1, read_ofile_symtab): Use legacy_psymtab.
1694 * ctfread.c (struct ctf_psymtab): New.
1695 (ctf_start_symtab, ctf_end_symtab, psymtab_to_symtab): Take a
1696 ctf_psymtab.
1697 (ctf_psymtab::read_symtab): Rename from ctf_read_symtab.
1698 (create_partial_symtab): Return a ctf_psymtab.
1699 (scan_partial_symbols): Update.
1700
c3693a1d
TT
17012020-01-26 Tom Tromey <tom@tromey.com>
1702
1703 * xcoffread.c (xcoff_start_psymtab): Use new.
1704 * psymtab.c (partial_symtab::partial_symtab): New constructor,
1705 renamed from start_psymtab_common.
1706 * psympriv.h (struct partial_symtab): Add new constructor.
1707 (start_psymtab_common): Don't declare.
1708 * mdebugread.c (parse_partial_symbols): Use new.
1709 * dwarf2read.c (create_partial_symtab): Use new.
1710 * dbxread.c (start_psymtab): Use new.
1711 * ctfread.c (create_partial_symtab): Use new.
1712
32caafd0
TT
17132020-01-26 Tom Tromey <tom@tromey.com>
1714
1715 * xcoffread.c (xcoff_end_psymtab): Use new.
1716 * psymtab.c (start_psymtab_common): Use new.
1717 (partial_symtab::partial_symtab): Rename from allocate_psymtab.
1718 Update.
1719 * psympriv.h (struct partial_symtab): Add parameters to
1720 constructor. Don't inline.
1721 (allocate_psymtab): Don't declare.
1722 * mdebugread.c (new_psymtab): Use new.
1723 * dwarf2read.c (dwarf2_create_include_psymtab): Use new.
1724 * dbxread.c (dbx_end_psymtab): Use new.
1725
abaa2f23
TT
17262020-01-26 Tom Tromey <tom@tromey.com>
1727
1728 * psymtab.h (class psymtab_storage) <install_psymtab>: Rename from
1729 allocate_psymtab. Update documentation.
1730 * psymtab.c (psymtab_storage::install_psymtab): Rename from
1731 allocate_psymtab. Do not use new.
1732 (allocate_psymtab): Use new. Update.
1733
6d94535f
TT
17342020-01-26 Tom Tromey <tom@tromey.com>
1735
1736 * xcoffread.c (xcoff_psymtab_to_symtab_1): Update.
1737 * psymtab.c (psym_print_stats): Update.
1738 * psympriv.h (struct partial_symtab) <readin,
1739 psymtabs_addrmap_supported, anonymous>: Now bool.
1740 * mdebugread.c (psymtab_to_symtab_1): Update.
1741 * dwarf2read.c (create_type_unit_group, create_partial_symtab)
1742 (build_type_psymtabs_reader, psymtab_to_symtab_1)
1743 (process_full_comp_unit, process_full_type_unit): Update.
1744 * dbxread.c (dbx_psymtab_to_symtab_1): Update.
1745 * ctfread.c (psymtab_to_symtab): Update.
1746
6f17252b
TT
17472020-01-26 Tom Tromey <tom@tromey.com>
1748
1749 * mdebugread.c (parse_partial_symbols): Use discard_psymtab.
1750 * psymtab.h (class psymtab_storage) <free_psymtabs>: Remove.
1751 * psymtab.c (psymtab_storage): Delete psymtabs.
1752 (psymtab_storage::allocate_psymtab): Use new.
1753 (psymtab_storage::discard_psymtab): Use delete.
1754 * psympriv.h (struct partial_symtab): Add constructor and
1755 initializers.
1756
f6f1cebc
TT
17572020-01-26 Tom Tromey <tom@tromey.com>
1758
1759 * machoread.c: Do not include psympriv.h.
1760
e47e48f6
PW
17612020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1762
1763 * NEWS: Mention the new option and the set/show commands.
1764
a2fedca9
PW
17652020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1766
1767 * exec.c (exec_file_mismatch_names, exec_file_mismatch_mode)
1768 (show_exec_file_mismatch_command, set_exec_file_mismatch_command)
1769 (validate_exec_file): New variables, enums, functions.
1770 (exec_file_locate_attach, print_section_info): Style the filenames.
1771 (_initialize_exec): Install show_exec_file_mismatch_command and
1772 set_exec_file_mismatch_command.
1773 * gdbcore.h (validate_exec_file): Declare.
1774 * infcmd.c (attach_command): Call validate_exec_file.
1775 * remote.c ( remote_target::remote_add_inferior): Likewise.
1776
7ffa82e1
AB
17772020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1778
1779 * frame.c (find_frame_sal): Move call to get_next_frame into more
1780 inner scope.
1781 * inline-frame.c (inilne_state) <inline_state>: Update argument
1782 types.
1783 (inilne_state) <skipped_symbol>: Rename to...
1784 (inilne_state) <skipped_symbols>: ...this, and change to a vector.
1785 (skip_inline_frames): Build vector of skipped symbols and use this
1786 to reate the inline_state.
1787 (inline_skipped_symbol): Add a comment and some assertions, fetch
1788 skipped symbol from the list.
1789
3d92a3e3
AB
17902020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1791
1792 * buildsym.c (lte_is_less_than): Delete.
1793 (buildsym_compunit::end_symtab_with_blockvector): Create local
1794 lambda function to sort line table entries, and use
1795 std::stable_sort instead of std::sort.
1796 * symtab.c (find_pc_sect_line): Skip backward over end of sequence
1797 markers when looking for a previous line.
1798
94a72be7
AB
17992020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1800
1801 * dwarf2read.c (lnp_state_machine::record_line): Include
1802 end_sequence parameter in debug print out. Record the line if we
1803 are at an end_sequence marker even if it's not the start of a
1804 statement.
1805 * symmisc.c (maintenance_print_one_line_table): Print end of
1806 sequence markers with 'END' not '0'.
1807
53af73bf
PA
18082020-01-24 Pedro Alves <palves@redhat.com>
1809
1810 PR gdb/25410
1811 * thread.c (scoped_restore_current_thread::restore): Use
1812 switch_to_inferior_no_thread.
1813 * exec.c: Include "progspace-and-thread.h".
1814 (add_target_sections, remove_target_sections):
1815 scoped_restore_current_pspace_and_thread instead of
1816 scoped_restore_current_thread.
1817 * infrun.c (handle_vfork_child_exec_or_exit): Assign the pspace
1818 and aspace to the inferior before calling clone_program_space.
1819 Remove stale comment.
1820
3050c6f4
CB
18212020-01-24 Christian Biesinger <cbiesinger@google.com>
1822
1823 * arm-nbsd-nat.c (arm_nbsd_nat_target::fetch_registers): Rename to...
1824 (arm_netbsd_nat_target::fetch_registers): ...this.
1825 (arm_nbsd_nat_target::store_registers): Rename to...
1826 (arm_netbsd_nat_target::store_registers): ...this.
1827
73685c7e
CB
18282020-01-24 Christian Biesinger <cbiesinger@google.com>
1829
1830 * arm-nbsd-nat.c: Define _KERNTYPES to get the declaration of
1831 register_t.
1832
89203d40
CB
18332020-01-24 Christian Biesinger <cbiesinger@google.com>
1834
1835 * aarch64-fbsd-tdep.c (aarch64_fbsd_iterate_over_regset_sections):
1836 Update comment.
1837 * aarch64-linux-tdep.c (aarch64_linux_iterate_over_regset_sections):
1838 Likewise.
1839 * arm-fbsd-tdep.c (arm_fbsd_iterate_over_regset_sections): Likewise.
1840 * gdbcore.h (deprecated_add_core_fns): Update comment to point to
1841 the correct replacement (iterate_over_regset_sections).
1842 * riscv-fbsd-tdep.c (riscv_fbsd_iterate_over_regset_sections):
1843 Update comment.
1844
1ba1ac88
AB
18452020-01-24 Graham Markall <graham.markall@embecosm.com>
1846
1847 PR gdb/23718
1848 * gdb/python/python.c (execute_gdb_command): Call
1849 async_enable_stdin in catch block.
1850
f3364a6d
AB
18512020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1852
1853 * event-loop.c (start_event_loop): Wrap async_enable_stdin with
1854 SWITCH_THRU_ALL_UIS.
1855
733d0a67
AB
18562020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1857
1858 PR tui/9765
1859 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update header
1860 comment, add extra parameter, and update to store previous symbol
1861 when appropriate.
1862 * minsyms.h (lookup_minimal_symbol_by_pc_section): Update comment,
1863 add extra parameter.
1864 * tui/tui-disasm.c (tui_disassemble): Update header comment,
1865 remove unneeded parameter, add try/catch around gdb_print_insn,
1866 rewrite to add items to asm_lines vector.
1867 (tui_find_backward_disassembly_start_address): New function.
1868 (tui_find_disassembly_address): Updated throughout.
1869 (tui_disasm_window::set_contents): Update for changes to
1870 tui_disassemble.
1871 (tui_disasm_window::do_scroll_vertical): No need to adjust the
1872 number of lines to scroll.
1873
b3b3bada
SM
18742020-01-23 Simon Marchi <simon.marchi@polymtl.ca>
1875
1876 * objfiles.h (ALL_OBJFILE_OSECTIONS): Move up.
1877 (SECT_OFF_DATA): Likewise.
1878 (SECT_OFF_RODATA): Likewise.
1879 (SECT_OFF_TEXT): Likewise.
1880 (SECT_OFF_BSS): Likewise.
1881 (struct objfile) <text_section_offset, data_section_offset>: New
1882 methods.
1883 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Use
1884 objfile::text_section_offset.
1885 * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
1886 * coffread.c (coff_symtab_read): Likewise.
1887 (enter_linenos): Likewise.
1888 (process_coff_symbol): Likewise.
1889 * ctfread.c (get_objfile_text_range): Likewise.
1890 * dtrace-probe.c (dtrace_probe::get_relocated_address):
1891 Use objfile::data_section_offset.
1892 * dwarf2-frame.c (execute_cfa_program): Use
1893 objfile::text_section_offset.
1894 (dwarf2_frame_find_fde): Likewise.
1895 * dwarf2read.c (create_addrmap_from_index): Likewise.
1896 (create_addrmap_from_aranges): Likewise.
1897 (dw2_find_pc_sect_compunit_symtab): Likewise.
1898 (process_psymtab_comp_unit_reader): Likewise.
1899 (add_partial_symbol): Likewise.
1900 (add_partial_subprogram): Likewise.
1901 (process_full_comp_unit): Likewise.
1902 (read_file_scope): Likewise.
1903 (read_func_scope): Likewise.
1904 (read_lexical_block_scope): Likewise.
1905 (read_call_site_scope): Likewise.
1906 (dwarf2_rnglists_process): Likewise.
1907 (dwarf2_ranges_process): Likewise.
1908 (dwarf2_ranges_read): Likewise.
1909 (dwarf_decode_lines_1): Likewise.
1910 (new_symbol): Likewise.
1911 (dwarf2_fetch_die_loc_sect_off): Likewise.
1912 (dwarf2_per_cu_text_offset): Likewise.
1913 * hppa-bsd-tdep.c (hppabsd_find_global_pointer): Likewise.
1914 * hppa-tdep.c (read_unwind_info): Likewise.
1915 * ia64-tdep.c (ia64_find_unwind_table): Likewise.
1916 * psympriv.h (struct partial_symtab): Likewise.
1917 * psymtab.c (find_pc_sect_psymtab): Likewise.
1918 * solib-svr4.c (enable_break): Likewise.
1919 * stap-probe.c (relocate_address): Use
1920 objfile::data_section_offset.
1921 * xcoffread.c (enter_line_range): Use
1922 objfile::text_section_offset.
1923 (read_xcoff_symtab): Likewise.
1924
ab53f382
SM
19252020-01-23 Simon Marchi <simon.marchi@efficios.com>
1926
1927 * darwin-nat.c (darwin_nat_target::wait_1): Move `inf`
1928 declaration to narrower scopes.
1929
e7eee665
SM
19302020-01-23 Simon Marchi <simon.marchi@efficios.com>
1931
1932 * darwin-nat.h (struct darwin_exception_msg, enum
1933 darwin_msg_state, struct darwin_thread_info, darwin_thread_t):
1934 Move up.
1935 (class darwin_nat_target) <wait_1, check_new_threads,
1936 decode_exception_message, decode_message, stop_inferior,
1937 init_thread_list, ptrace_him, cancel_breakpoint>: Declare.
1938 * darwin-nat.c (darwin_check_new_threads): Rename to...
1939 (darwin_nat_target::check_new_threads): ... this.
1940 (darwin_suspend_inferior_it): Remove.
1941 (darwin_decode_exception_message): Rename to...
1942 (darwin_nat_target::decode_exception_message): ... this.
1943 (darwin_nat_target::resume): Pass target to find_inferior_ptid.
1944 (darwin_decode_message): Rename to...
1945 (darwin_nat_target::decode_message): ... this.
1946 (cancel_breakpoint): Rename to...
1947 (darwin_nat_target::cancel_breakpoint): ... this.
1948 (darwin_wait): Rename to...
1949 (darwin_nat_target::wait_1): ... this. Use range-based for loop
1950 instead of iterate_over_inferiors.
1951 (darwin_nat_target::wait): Call wait_1 instead of darwin_wait.
1952 (darwin_stop_inferior): Rename to...
1953 (darwin_nat_target::stop_inferior): ... this.
1954 (darwin_nat_target::kill): Call wait_1 instead of darwin_wait.
1955 (darwin_init_thread_list): Rename to...
1956 (darwin_nat_target::init_thread_list): ... this.
1957 (darwin_ptrace_him): Rename to...
1958 (darwin_nat_target::ptrace_him): ... this.
1959 (darwin_nat_target::create_inferior): Pass lambda function to
1960 fork_inferior.
1961 (darwin_nat_target::detach): Call stop_inferior instead of
1962 darwin_stop_inferior.
1963 * fork-inferior.h (fork_inferior): Change init_trace_fun
1964 parameter to gdb::function_view.
1965 * fork-inferior.c (fork_inferior): Likewise.
1966
c162ed3e
HD
19672020-01-23 Hannes Domani <ssbssa@yahoo.de>
1968
1969 * i386-cygwin-tdep.c (core_process_module_section): Update.
1970 * windows-nat.c (struct lm_info_windows): Add text_offset.
1971 (windows_xfer_shared_libraries): Update.
1972 * windows-tdep.c (windows_xfer_shared_library):
1973 Add text_offset_cached argument.
1974 * windows-tdep.h (windows_xfer_shared_library): Update.
1975
a1237872
SM
19762020-01-21 Simon Marchi <simon.marchi@efficios.com>
1977
1978 * gdbarch.sh: Add declaration for _initialize_gdbarch.
1979
b3ee6dd9
SM
19802020-01-21 Simon Marchi <simon.marchi@efficios.com>
1981
1982 * remote-sim.c (check_for_duplicate_sim_descriptor): Remove.
1983 (get_sim_inferior_data): Remove use of iterate_over_inferiors,
1984 replace with range-based for.
1985 (gdbsim_interrupt_inferior): Remove.
1986 (gdbsim_target::interrupt): Replace iterate_over_inferiors use
1987 with a range-based for. Inline code from
1988 gdbsim_interrupt_inferior.
1989
f9fac3c8
SM
19902020-01-21 Simon Marchi <simon.marchi@efficios.com>
1991
1992 * infrun.c (proceed): Fix indentation.
1993
f6474de9
TT
19942020-01-21 Tom Tromey <tromey@adacore.com>
1995
1996 * source-cache.c (source_cache::ensure): Call ext_lang_colorize.
1997 * python/python.c (python_extension_ops): Update.
1998 (gdbpy_colorize): New function.
1999 * python/lib/gdb/__init__.py (colorize): New function.
2000 * extension.h (ext_lang_colorize): Declare.
2001 * extension.c (ext_lang_colorize): New function.
2002 * extension-priv.h (struct extension_language_ops) <colorize>: New
2003 member.
2004 * cli/cli-style.c (_initialize_cli_style): Update help text.
2005
f0c702d4
LM
20062020-01-21 Luis Machado <luis.machado@linaro.org>
2007
2008 * aarch64-tdep.c (struct aarch64_displaced_step_closure)
2009 <cond>: Change type to bool.
2010 (aarch64_displaced_step_b_cond): Update cond to use bool type.
2011 (aarch64_displaced_step_cb): Likewise.
2012 (aarch64_displaced_step_tb): Likewise.
2013
1ab139e5
LM
20142020-01-21 Luis Machado <luis.machado@linaro.org>
2015
2016 * aarch64-tdep.c (aarch64_displaced_step_fixup): Add more debugging
2017 output.
2018
0c271889
LM
20192020-01-21 Luis Machado <luis.machado@linaro.org>
2020
2021 * aarch64-tdep.c (struct aarch64_displaced_step_closure )
2022 <pc_adjust>: Adjust the documentation.
2023 (aarch64_displaced_step_fixup): Check if PC really moved before
2024 adjusting it.
2025
4d89c1c7
TT
20262020-01-19 Tom Tromey <tom@tromey.com>
2027
2028 * disasm.c (~gdb_disassembler): New destructor.
2029 (gdb_buffered_insn_length): Call disassemble_free_target.
2030 * disasm.h (class gdb_disassembler): Declare destructor. Use
2031 DISABLE_COPY_AND_ASSIGN.
2032
c0ab21c2
TT
20332020-01-19 Tom Tromey <tom@tromey.com>
2034
2035 * dwarf2read.c (abbrev_table_up): Move typedef earlier.
2036 (die_reader_func_ftype): Remove.
2037 (cutu_reader): New class.
2038 (dw2_get_file_names_reader): Remove "data" parameter.
2039 (dw2_get_file_names): Use cutu_reader.
2040 (create_debug_type_hash_table): Update.
2041 (read_cutu_die_from_dwo): Update comment.
2042 (lookup_dwo_unit): Add dwo_name parameter.
2043 (cutu_reader::init_tu_and_read_dwo_dies): Now a method. Remove
2044 die_reader_func_ftype and data parameters.
2045 (cutu_reader::cutu_reader): Rename from init_cutu_and_read_dies.
2046 Remove die_reader_func_ftype and data parameters.
2047 (~cutu_reader): New; from init_cutu_and_read_dies.
2048 (cutu_reader::cutu_reader): Rename from
2049 init_cutu_and_read_dies_no_follow. Remove die_reader_func_ftype
2050 and data parameters.
2051 (init_cutu_and_read_dies_simple): Remove.
2052 (struct process_psymtab_comp_unit_data): Remove.
2053 (process_psymtab_comp_unit_reader): Remove data parameter; add
2054 want_partial_unit and pretend_language parameters.
2055 (process_psymtab_comp_unit): Use cutu_reader.
2056 (build_type_psymtabs_reader): Remove data parameter.
2057 (build_type_psymtabs_1): Use cutu_reader.
2058 (process_skeletonless_type_unit): Likewise.
2059 (load_partial_comp_unit_reader): Remove.
2060 (load_partial_comp_unit): Use cutu_reader.
2061 (load_full_comp_unit_reader): Remove.
2062 (load_full_comp_unit): Use cutu_reader.
2063 (struct create_dwo_cu_data): Remove.
2064 (create_dwo_cu_reader): Remove datap parameter; add dwo_file and
2065 dwo_unit parameters.
2066 (create_cus_hash_table): Use cutu_reader.
2067 (struct dwarf2_read_addr_index_data): Remove.
2068 (dwarf2_read_addr_index_reader): Remove.
2069 (dwarf2_read_addr_index): Use cutu_reader.
2070 (read_signatured_type_reader): Remove.
2071 (read_signatured_type): Use cutu_reader.
2072
45bbae5c
TT
20732020-01-19 Tom Tromey <tom@tromey.com>
2074
2075 * tui/tui.c (tui_show_assembly): Use tui_suppress_output.
2076 * tui/tui-wingeneral.h (class tui_suppress_output): New.
2077 (tui_wrefresh): Declare.
2078 * tui/tui-wingeneral.c (suppress_output): New global.
2079 (tui_suppress_output, ~tui_suppress_output): New constructor and
2080 destructor.
2081 (tui_wrefresh): New function.
2082 (tui_gen_win_info::refresh_window): Use tui_wrefresh.
2083 (tui_gen_win_info::make_window): Call wnoutrefresh when needed.
2084 * tui/tui-regs.h (struct tui_data_window) <no_refresh>: Declare
2085 method.
2086 * tui/tui-regs.c (tui_data_window::erase_data_content): Call
2087 tui_wrefresh.
2088 (tui_data_window::no_refresh): New method.
2089 (tui_data_item_window::refresh_window): Call tui_wrefresh.
2090 (tui_reg_command): Use tui_suppress_output
2091 * tui/tui-layout.c (tui_set_layout): Use tui_suppress_output.
2092 * tui/tui-data.h (struct tui_gen_win_info) <no_refresh>: New
2093 method.
2094 * tui/tui-command.c (tui_refresh_cmd_win): Call tui_wrefresh.
2095
4f13c1c0
TT
20962020-01-19 Tom Tromey <tom@tromey.com>
2097
2098 * tui/tui-winsource.c (tui_update_source_windows_with_line):
2099 Handle case where symtab is null.
2100
fa47e446
SM
21012020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
2102
2103 * linux-fork.c (one_fork_p): Simplify.
2104
26f42329
SM
21052020-01-17 Simon Marchi <simon.marchi@efficios.com>
2106
2107 * top.c (struct qt_args): Remove.
2108 (kill_or_detach): Change return type to void, replace `void *`
2109 parameter with a proper one.
2110 (print_inferior_quit_action): Likewise.
2111 (quit_confirm): Use range-based for loop to iterate over inferiors.
2112 (quit_force): Likewise.
2113
a9ac81b1
SM
21142020-01-17 Simon Marchi <simon.marchi@efficios.com>
2115
2116 * mi/mi-main.c (run_one_inferior): Change return type to void, replace
2117 `void *` parameter with proper parameters.
2118 (mi_cmd_exec_run): Use range-based loop to iterate over inferiors.
2119 (print_one_inferior): Change return type to void, replace `void *`
2120 parameter with proper parameters.
2121 (mi_cmd_list_thread_groups): Use range-based loop to iterate over
2122 inferiors.
2123 (get_other_inferior): Remove.
2124 (mi_cmd_remove_inferior): Use range-based loop to iterate over
2125 inferiors.
2126
788eca49
SM
21272020-01-17 Simon Marchi <simon.marchi@efficios.com>
2128
2129 * mi/mi-interp.c (report_initial_inferior): Remove.
2130 (mi_interp::init): Use range-based for to iterate over inferiors.
2131
d9bc85b6
SM
21322020-01-17 Simon Marchi <simon.marchi@efficios.com>
2133
2134 * python/py-inferior.c (build_inferior_list): Remove.
2135 (gdbpy_ref): Use range-based for loop to iterate over inferiors.
2136
40c94099
CB
21372020-01-16 Christian Biesinger <cbiesinger@google.com>
2138
2139 * btrace.c (btrace_compute_ftrace_1): Fix spelling error (Unkown).
2140 (btrace_stitch_trace): Likewise.
2141 * charset.c (intermediate_encoding): Likewise (vaild).
2142 * nat/linux-btrace.c (linux_read_pt): Likewise (Unkown).
2143 * python/py-record-btrace.c (struct PyMethodDef): Likewise (occurences).
2144 * record-btrace.c (record_btrace_print_conf): Likewise (unkown).
2145
e0cdfe3c
HD
21462020-01-16 Hannes Domani <ssbssa@yahoo.de>
2147
2148 * windows-tdep.c (windows_get_tlb_type):
2149 Add rtl_user_process_parameters type.
2150
790f1718
PA
21512020-01-16 Pedro Alves <palves@redhat.com>
2152 Norbert Lange <nolange79@gmail.com>
2153
2154 PR build/24805
2155 * gdbsupport/gdb_proc_service.h (PS_EXPORT): New.
2156 (ps_get_thread_area, ps_getpid, ps_lcontinue, ps_lgetfpregs)
2157 (ps_lgetregs, ps_lsetfpregs, ps_lsetregs, ps_lstop, ps_pcontinue)
2158 (ps_pdread, ps_pdwrite, ps_pglobal_lookup, ps_pstop, ps_ptread)
2159 (ps_ptwrite, ps_lgetxregs, ps_lgetxregsize, ps_lsetxregs)
2160 (ps_plog): Redeclare exported functions with default visibility.
2161
3112ed97
NA
21622020-01-16 Nitika Achra <Nitika.Achra@amd.com>
2163
2164 * dwarf2loc.c (decode_debug_loclists_addresses): Handle
2165 DW_LLE_base_addressx, DW_LLE_startx_length, DW_LLE_start_length.
2166
8dc3273e
SM
21672020-01-15 Simon Marchi <simon.marchi@efficios.com>
2168
2169 * infcmd.c (post_create_inferior): Use get_thread_regcache
2170 instead of get_current_regcache.
2171
ff47f4f0
TT
21722020-01-14 Tom Tromey <tom@tromey.com>
2173
2174 PR symtab/12535:
2175 * python/python.c (gdbpy_decode_line): Treat empty string the same
2176 as no argument.
2177
975f45b7
TT
21782020-01-14 Tom Tromey <tom@tromey.com>
2179
2180 * Makefile.in (CLIBS): Remove second use of $(LIBIBERTY).
2181
25e57356
TT
21822020-01-14 Tom Tromey <tom@tromey.com>
2183
2184 * nat/linux-btrace.c: Don't include <config.h>.
2185 * nat/linux-ptrace.c: Don't include <config.h>.
2186 * nat/x86-linux-dregs.c: Don't include <config.h>.
2187
05ea2a05
TT
21882020-01-14 Tom Tromey <tom@tromey.com>
2189
2190 * configure: Rebuild.
2191 * configure.ac: Move many checks to ../gdbsupport/common.m4.
2192
01027315
TT
21932020-01-14 Tom Tromey <tom@tromey.com>
2194
2195 * nat/x86-linux-dregs.c: Include configh.h.
2196 * nat/linux-ptrace.c: Include configh.h.
2197 * nat/linux-btrace.c: Include configh.h.
2198 * defs.h: Include config.h, bfd.h.
2199 * configure.ac: Don't source common.host.
2200 (CONFIG_OBS, CONFIG_SRCS): Remove gdbsupport files.
2201 * configure: Rebuild.
2202 * acinclude.m4: Update path.
2203 * Makefile.in (SUPPORT, LIBSUPPORT, INCSUPPORT): New variables.
2204 (CONFIG_SRC_SUBDIR): Remove gdbsupport.
2205 (INTERNAL_CFLAGS_BASE): Add INCSUPPORT.
2206 (CLIBS): Add LIBSUPPORT.
2207 (CDEPS): Likewise.
2208 (COMMON_SFILES): Remove gdbsupport files.
2209 (HFILES_NO_SRCDIR): Likewise.
2210 (stamp-version): Update path to create-version.sh.
2211 (ALLDEPFILES): Remove gdbsupport files.
2212
b2ceabe8
TT
22132020-01-14 Tom Tromey <tom@tromey.com>
2214
2215 * gdbsupport/common.m4 (GDB_AC_COMMON): Define WIN32APILIBS and
2216 USE_WIN32API when needed.
2217 * configure.ac (USE_WIN32API): Don't define.
2218 (WIN32LIBS): Use WIN32APILIBS.
2219 * configure: Rebuild.
2220
25c51f71
TT
22212020-01-14 Tom Tromey <tom@tromey.com>
2222
2223 * configure: Rebuild.
2224 * gdbsupport/common.m4 (GDB_AC_COMMON): Fix indentation.
2225
717c684d
BE
22262020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2227
2228 * skip.c (skip_function_command): Make skip w/o arguments use the
2229 name of the inlined function if pc is inside any inlined function.
2230
7da6a5b9
LM
22312020-01-14 Luis Machado <luis.machado@linaro.org>
2232
2233 * inf-ptrace.c (inf_ptrace_target::resume): Update comments.
2234 * infrun.c (resume_1): Likewise.
2235 (handle_inferior_event): Remove stale comment.
2236 * linux-nat.c (linux_nat_target::resume): Update comments.
2237 (save_stop_reason): Likewise.
2238 (linux_nat_filter_event): Likewise.
2239 * linux-nat.h (struct lwp_info) <stop_pc>, <stop_reason>: Likewise.
2240
44e4c775
AB
22412020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2242
2243 * elfread.c (record_minimal_symbol): Set section index to 0 for
2244 non-allocatable sections.
2245
18a8505e
AT
2246
22472020-01-13 Ali Tamur <tamur@google.com>
2248
2249 * dwarf2read.c (dwarf2_debug_sections): Add debug_str_offsets sections.
2250 (dwarf2_cu): Add str_offsets_base field. Change the type of addr_base
2251 to gdb::optional. Update comments.
2252 (dwo_file): Update comments.
2253 (read_attribute): Update API to take an additional out parameter,
2254 need_reprocess. This is used to mark attributes that need other
2255 attributes (e.g. str_offsets_base) for correct computation which may not
2256 have been read yet.
2257 (read_attribute_reprocess): New function declaration.
2258 (read_addr_index): Likewise.
2259 (read_dwo_str_index): Likewise.
2260 (read_stub_str_index): Likewise.
2261 (dwarf2_per_objfile::locate_sections): Handle debug_str_offsets section.
2262 (lookup_addr_base): New function definition.
2263 (lookup_ranges_base): Likewise.
2264 (read_cutu_die_from_dwo): Use the new functions: lookup_addr_base,
2265 lookup_ranges_base.
2266 (init_cutu_and_read_dies): Update comments.
2267 (init_cutu_and_read_dies_no_follow): Change API to take parent compile
2268 unit. This is used to inherit parent's str_offsets_base and addr_base.
2269 Update comments.
2270 (init_cutu_and_read_dies_simple): Reflect API changes.
2271 (skip_one_die): Reflect API changes. Handle DW_FORM_rnglistx.
2272 (create_cus_hash_table): Change API to take parent compile unit.
2273 Reflect API changes.
2274 (open_and_init_dwo_file): Reflect API changes.
2275 (dwarf2_get_pc_bounds): Update comments.
2276 (dwarf2_record_block_ranges): Likewise.
2277 (read_full_die_1): Change implementation to reprocess attributes that
2278 need str_offsets_base and addr_base.
2279 (partial_die_info::read): Likewise.
2280 (read_attribute_reprocess): New function definition.
2281 (read_attribute_value): Change API to take an additional out parameter,
2282 need_reprocess. Handle DW_FORM_rnglistx. No longer trigger an error
2283 when a non-dwo compile unit has index based attributes.
2284 (read_attribute): Reflect API changes.
2285 (read_addr_index_1): Reflect API changes. Update comments.
2286 (dwarf2_read_addr_index_data): Reflect API changes.
2287 (dwarf2_read_addr_index): Likewise.
2288 (read_str_index): Change API and implementation. This becomes a helper
2289 to be used by the new string index related methods. Update error
2290 message and comments.
2291 (read_dwo_str_index): New function definition.
2292 (read_stub_str_index): Likewise.
2293 * dwarf2read.h (dwarf2_per_objfile): Add str_offsets field.
2294 * symfile.h (dwarf2_debug_sections): Likewise.
2295 * xcoffread.c (dwarf2_debug_sections): Likewise.
2296
0cac9354
SM
22972020-01-13 Simon Marchi <simon.marchi@efficios.com>
2298
2299 * gdbcore.h (struct core_fns) <core_read_registers>: Change
2300 core_reg_sect type to gdb_byte *.
2301 * arm-nbsd-nat.c (fetch_elfcore_registers): Likewise.
2302 * cris-tdep.c (fetch_core_registers): Likewise.
2303 * corelow.c (core_target::get_core_register_section): Change
2304 type of `contents` to gdb::byte_vector.
2305
9a6d629c
AB
23062020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2307
2308 * tui/tui-wingeneral.c (box_win): Position the title in the center
2309 of the border.
2310
d8b2f9e3
SM
23112020-01-13 Simon Marchi <simon.marchi@polymtl.ca>
2312
2313 * corelow.c (core_target::get_core_register_section): Use
2314 std::vector instead of alloca.
2315
bb564c58
SM
23162020-01-13 Simon Marchi <simon.marchi@efficios.com>
2317
2318 * warning.m4: Add -Wmissing-declarations to build_warnings.
2319 * configure: Re-generate.
2320
6b366111
SM
23212020-01-13 Simon Marchi <simon.marchi@efficios.com>
2322
2323 * python/python.c (init__gdb_module): Add declaration.
2324
6c265988
SM
23252020-01-13 Simon Marchi <simon.marchi@efficios.com>
2326
2327 * aarch64-fbsd-nat.c (_initialize_aarch64_fbsd_nat): Add declaration.
2328 * aarch64-fbsd-tdep.c (_initialize_aarch64_fbsd_tdep): Add declaration.
2329 * aarch64-linux-nat.c (_initialize_aarch64_linux_nat): Add declaration.
2330 * aarch64-linux-tdep.c (_initialize_aarch64_linux_tdep): Add declaration.
2331 * aarch64-newlib-tdep.c (_initialize_aarch64_newlib_tdep): Add declaration.
2332 * aarch64-tdep.c (_initialize_aarch64_tdep): Add declaration.
2333 * ada-exp.y (_initialize_ada_exp): Add declaration.
2334 * ada-lang.c (_initialize_ada_language): Add declaration.
2335 * ada-tasks.c (_initialize_tasks): Add declaration.
2336 * agent.c (_initialize_agent): Add declaration.
2337 * aix-thread.c (_initialize_aix_thread): Add declaration.
2338 * alpha-bsd-nat.c (_initialize_alphabsd_nat): Add declaration.
2339 * alpha-linux-nat.c (_initialize_alpha_linux_nat): Add declaration.
2340 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Add declaration.
2341 * alpha-nbsd-tdep.c (_initialize_alphanbsd_tdep): Add declaration.
2342 * alpha-obsd-tdep.c (_initialize_alphaobsd_tdep): Add declaration.
2343 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
2344 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): Add declaration.
2345 * amd64-dicos-tdep.c (_initialize_amd64_dicos_tdep): Add declaration.
2346 * amd64-fbsd-nat.c (_initialize_amd64fbsd_nat): Add declaration.
2347 * amd64-fbsd-tdep.c (_initialize_amd64fbsd_tdep): Add declaration.
2348 * amd64-linux-nat.c (_initialize_amd64_linux_nat): Add declaration.
2349 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Add declaration.
2350 * amd64-nbsd-nat.c (_initialize_amd64nbsd_nat): Add declaration.
2351 * amd64-nbsd-tdep.c (_initialize_amd64nbsd_tdep): Add declaration.
2352 * amd64-obsd-nat.c (_initialize_amd64obsd_nat): Add declaration.
2353 * amd64-obsd-tdep.c (_initialize_amd64obsd_tdep): Add declaration.
2354 * amd64-sol2-tdep.c (_initialize_amd64_sol2_tdep): Add declaration.
2355 * amd64-tdep.c (_initialize_amd64_tdep): Add declaration.
2356 * amd64-windows-nat.c (_initialize_amd64_windows_nat): Add declaration.
2357 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Add declaration.
2358 * annotate.c (_initialize_annotate): Add declaration.
2359 * arc-newlib-tdep.c (_initialize_arc_newlib_tdep): Add declaration.
2360 * arc-tdep.c (_initialize_arc_tdep): Add declaration.
2361 * arch-utils.c (_initialize_gdbarch_utils): Add declaration.
2362 * arm-fbsd-nat.c (_initialize_arm_fbsd_nat): Add declaration.
2363 * arm-fbsd-tdep.c (_initialize_arm_fbsd_tdep): Add declaration.
2364 * arm-linux-nat.c (_initialize_arm_linux_nat): Add declaration.
2365 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Add declaration.
2366 * arm-nbsd-nat.c (_initialize_arm_netbsd_nat): Add declaration.
2367 * arm-nbsd-tdep.c (_initialize_arm_netbsd_tdep): Add declaration.
2368 * arm-obsd-tdep.c (_initialize_armobsd_tdep): Add declaration.
2369 * arm-pikeos-tdep.c (_initialize_arm_pikeos_tdep): Add declaration.
2370 * arm-symbian-tdep.c (_initialize_arm_symbian_tdep): Add declaration.
2371 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
2372 * arm-wince-tdep.c (_initialize_arm_wince_tdep): Add declaration.
2373 * auto-load.c (_initialize_auto_load): Add declaration.
2374 * auxv.c (_initialize_auxv): Add declaration.
2375 * avr-tdep.c (_initialize_avr_tdep): Add declaration.
2376 * ax-gdb.c (_initialize_ax_gdb): Add declaration.
2377 * bfin-linux-tdep.c (_initialize_bfin_linux_tdep): Add declaration.
2378 * bfin-tdep.c (_initialize_bfin_tdep): Add declaration.
2379 * break-catch-sig.c (_initialize_break_catch_sig): Add declaration.
2380 * break-catch-syscall.c (_initialize_break_catch_syscall): Add declaration.
2381 * break-catch-throw.c (_initialize_break_catch_throw): Add declaration.
2382 * breakpoint.c (_initialize_breakpoint): Add declaration.
2383 * bsd-uthread.c (_initialize_bsd_uthread): Add declaration.
2384 * btrace.c (_initialize_btrace): Add declaration.
2385 * charset.c (_initialize_charset): Add declaration.
2386 * cli/cli-cmds.c (_initialize_cli_cmds): Add declaration.
2387 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
2388 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
2389 * cli/cli-logging.c (_initialize_cli_logging): Add declaration.
2390 * cli/cli-script.c (_initialize_cli_script): Add declaration.
2391 * cli/cli-style.c (_initialize_cli_style): Add declaration.
2392 * coff-pe-read.c (_initialize_coff_pe_read): Add declaration.
2393 * coffread.c (_initialize_coffread): Add declaration.
2394 * compile/compile-cplus-types.c (_initialize_compile_cplus_types): Add declaration.
2395 * compile/compile.c (_initialize_compile): Add declaration.
2396 * complaints.c (_initialize_complaints): Add declaration.
2397 * completer.c (_initialize_completer): Add declaration.
2398 * copying.c (_initialize_copying): Add declaration.
2399 * corefile.c (_initialize_core): Add declaration.
2400 * corelow.c (_initialize_corelow): Add declaration.
2401 * cp-abi.c (_initialize_cp_abi): Add declaration.
2402 * cp-namespace.c (_initialize_cp_namespace): Add declaration.
2403 * cp-support.c (_initialize_cp_support): Add declaration.
2404 * cp-valprint.c (_initialize_cp_valprint): Add declaration.
2405 * cris-linux-tdep.c (_initialize_cris_linux_tdep): Add declaration.
2406 * cris-tdep.c (_initialize_cris_tdep): Add declaration.
2407 * csky-linux-tdep.c (_initialize_csky_linux_tdep): Add declaration.
2408 * csky-tdep.c (_initialize_csky_tdep): Add declaration.
2409 * ctfread.c (_initialize_ctfread): Add declaration.
2410 * d-lang.c (_initialize_d_language): Add declaration.
2411 * darwin-nat-info.c (_initialize_darwin_info_commands): Add declaration.
2412 * darwin-nat.c (_initialize_darwin_nat): Add declaration.
2413 * dbxread.c (_initialize_dbxread): Add declaration.
2414 * dcache.c (_initialize_dcache): Add declaration.
2415 * disasm-selftests.c (_initialize_disasm_selftests): Add declaration.
2416 * disasm.c (_initialize_disasm): Add declaration.
2417 * dtrace-probe.c (_initialize_dtrace_probe): Add declaration.
2418 * dummy-frame.c (_initialize_dummy_frame): Add declaration.
2419 * dwarf-index-cache.c (_initialize_index_cache): Add declaration.
2420 * dwarf-index-write.c (_initialize_dwarf_index_write): Add declaration.
2421 * dwarf2-frame-tailcall.c (_initialize_tailcall_frame): Add declaration.
2422 * dwarf2-frame.c (_initialize_dwarf2_frame): Add declaration.
2423 * dwarf2expr.c (_initialize_dwarf2expr): Add declaration.
2424 * dwarf2loc.c (_initialize_dwarf2loc): Add declaration.
2425 * dwarf2read.c (_initialize_dwarf2_read): Add declaration.
2426 * elfread.c (_initialize_elfread): Add declaration.
2427 * exec.c (_initialize_exec): Add declaration.
2428 * extension.c (_initialize_extension): Add declaration.
2429 * f-lang.c (_initialize_f_language): Add declaration.
2430 * f-valprint.c (_initialize_f_valprint): Add declaration.
2431 * fbsd-nat.c (_initialize_fbsd_nat): Add declaration.
2432 * fbsd-tdep.c (_initialize_fbsd_tdep): Add declaration.
2433 * filesystem.c (_initialize_filesystem): Add declaration.
2434 * findcmd.c (_initialize_mem_search): Add declaration.
2435 * findvar.c (_initialize_findvar): Add declaration.
2436 * fork-child.c (_initialize_fork_child): Add declaration.
2437 * frame-base.c (_initialize_frame_base): Add declaration.
2438 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
2439 * frame.c (_initialize_frame): Add declaration.
2440 * frv-linux-tdep.c (_initialize_frv_linux_tdep): Add declaration.
2441 * frv-tdep.c (_initialize_frv_tdep): Add declaration.
2442 * ft32-tdep.c (_initialize_ft32_tdep): Add declaration.
2443 * gcore.c (_initialize_gcore): Add declaration.
2444 * gdb-demangle.c (_initialize_gdb_demangle): Add declaration.
2445 * gdb_bfd.c (_initialize_gdb_bfd): Add declaration.
2446 * gdbarch-selftests.c (_initialize_gdbarch_selftests): Add declaration.
2447 * gdbarch.c (_initialize_gdbarch): Add declaration.
2448 * gdbtypes.c (_initialize_gdbtypes): Add declaration.
2449 * gnu-nat.c (_initialize_gnu_nat): Add declaration.
2450 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Add declaration.
2451 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Add declaration.
2452 * go-lang.c (_initialize_go_language): Add declaration.
2453 * go32-nat.c (_initialize_go32_nat): Add declaration.
2454 * guile/guile.c (_initialize_guile): Add declaration.
2455 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
2456 * hppa-linux-nat.c (_initialize_hppa_linux_nat): Add declaration.
2457 * hppa-linux-tdep.c (_initialize_hppa_linux_tdep): Add declaration.
2458 * hppa-nbsd-nat.c (_initialize_hppanbsd_nat): Add declaration.
2459 * hppa-nbsd-tdep.c (_initialize_hppanbsd_tdep): Add declaration.
2460 * hppa-obsd-nat.c (_initialize_hppaobsd_nat): Add declaration.
2461 * hppa-obsd-tdep.c (_initialize_hppabsd_tdep): Add declaration.
2462 * hppa-tdep.c (_initialize_hppa_tdep): Add declaration.
2463 * i386-bsd-nat.c (_initialize_i386bsd_nat): Add declaration.
2464 * i386-cygwin-tdep.c (_initialize_i386_cygwin_tdep): Add declaration.
2465 * i386-darwin-nat.c (_initialize_i386_darwin_nat): Add declaration.
2466 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): Add declaration.
2467 * i386-dicos-tdep.c (_initialize_i386_dicos_tdep): Add declaration.
2468 * i386-fbsd-nat.c (_initialize_i386fbsd_nat): Add declaration.
2469 * i386-fbsd-tdep.c (_initialize_i386fbsd_tdep): Add declaration.
2470 * i386-gnu-nat.c (_initialize_i386gnu_nat): Add declaration.
2471 * i386-gnu-tdep.c (_initialize_i386gnu_tdep): Add declaration.
2472 * i386-go32-tdep.c (_initialize_i386_go32_tdep): Add declaration.
2473 * i386-linux-nat.c (_initialize_i386_linux_nat): Add declaration.
2474 * i386-linux-tdep.c (_initialize_i386_linux_tdep): Add declaration.
2475 * i386-nbsd-nat.c (_initialize_i386nbsd_nat): Add declaration.
2476 * i386-nbsd-tdep.c (_initialize_i386nbsd_tdep): Add declaration.
2477 * i386-nto-tdep.c (_initialize_i386nto_tdep): Add declaration.
2478 * i386-obsd-nat.c (_initialize_i386obsd_nat): Add declaration.
2479 * i386-obsd-tdep.c (_initialize_i386obsd_tdep): Add declaration.
2480 * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Add declaration.
2481 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Add declaration.
2482 * i386-tdep.c (_initialize_i386_tdep): Add declaration.
2483 * i386-windows-nat.c (_initialize_i386_windows_nat): Add declaration.
2484 * ia64-libunwind-tdep.c (_initialize_libunwind_frame): Add declaration.
2485 * ia64-linux-nat.c (_initialize_ia64_linux_nat): Add declaration.
2486 * ia64-linux-tdep.c (_initialize_ia64_linux_tdep): Add declaration.
2487 * ia64-tdep.c (_initialize_ia64_tdep): Add declaration.
2488 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Add declaration.
2489 * infcall.c (_initialize_infcall): Add declaration.
2490 * infcmd.c (_initialize_infcmd): Add declaration.
2491 * inflow.c (_initialize_inflow): Add declaration.
2492 * infrun.c (_initialize_infrun): Add declaration.
2493 * interps.c (_initialize_interpreter): Add declaration.
2494 * iq2000-tdep.c (_initialize_iq2000_tdep): Add declaration.
2495 * jit.c (_initialize_jit): Add declaration.
2496 * language.c (_initialize_language): Add declaration.
2497 * linux-fork.c (_initialize_linux_fork): Add declaration.
2498 * linux-nat.c (_initialize_linux_nat): Add declaration.
2499 * linux-tdep.c (_initialize_linux_tdep): Add declaration.
2500 * linux-thread-db.c (_initialize_thread_db): Add declaration.
2501 * lm32-tdep.c (_initialize_lm32_tdep): Add declaration.
2502 * m2-lang.c (_initialize_m2_language): Add declaration.
2503 * m32c-tdep.c (_initialize_m32c_tdep): Add declaration.
2504 * m32r-linux-nat.c (_initialize_m32r_linux_nat): Add declaration.
2505 * m32r-linux-tdep.c (_initialize_m32r_linux_tdep): Add declaration.
2506 * m32r-tdep.c (_initialize_m32r_tdep): Add declaration.
2507 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
2508 * m68k-bsd-nat.c (_initialize_m68kbsd_nat): Add declaration.
2509 * m68k-bsd-tdep.c (_initialize_m68kbsd_tdep): Add declaration.
2510 * m68k-linux-nat.c (_initialize_m68k_linux_nat): Add declaration.
2511 * m68k-linux-tdep.c (_initialize_m68k_linux_tdep): Add declaration.
2512 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
2513 * machoread.c (_initialize_machoread): Add declaration.
2514 * macrocmd.c (_initialize_macrocmd): Add declaration.
2515 * macroscope.c (_initialize_macroscope): Add declaration.
2516 * maint-test-options.c (_initialize_maint_test_options): Add declaration.
2517 * maint-test-settings.c (_initialize_maint_test_settings): Add declaration.
2518 * maint.c (_initialize_maint_cmds): Add declaration.
2519 * mdebugread.c (_initialize_mdebugread): Add declaration.
2520 * memattr.c (_initialize_mem): Add declaration.
2521 * mep-tdep.c (_initialize_mep_tdep): Add declaration.
2522 * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Add declaration.
2523 * mi/mi-cmds.c (_initialize_mi_cmds): Add declaration.
2524 * mi/mi-interp.c (_initialize_mi_interp): Add declaration.
2525 * mi/mi-main.c (_initialize_mi_main): Add declaration.
2526 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): Add declaration.
2527 * microblaze-tdep.c (_initialize_microblaze_tdep): Add declaration.
2528 * mips-fbsd-nat.c (_initialize_mips_fbsd_nat): Add declaration.
2529 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Add declaration.
2530 * mips-linux-nat.c (_initialize_mips_linux_nat): Add declaration.
2531 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Add declaration.
2532 * mips-nbsd-nat.c (_initialize_mipsnbsd_nat): Add declaration.
2533 * mips-nbsd-tdep.c (_initialize_mipsnbsd_tdep): Add declaration.
2534 * mips-sde-tdep.c (_initialize_mips_sde_tdep): Add declaration.
2535 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
2536 * mips64-obsd-nat.c (_initialize_mips64obsd_nat): Add declaration.
2537 * mips64-obsd-tdep.c (_initialize_mips64obsd_tdep): Add declaration.
2538 * mipsread.c (_initialize_mipsread): Add declaration.
2539 * mn10300-linux-tdep.c (_initialize_mn10300_linux_tdep): Add declaration.
2540 * mn10300-tdep.c (_initialize_mn10300_tdep): Add declaration.
2541 * moxie-tdep.c (_initialize_moxie_tdep): Add declaration.
2542 * msp430-tdep.c (_initialize_msp430_tdep): Add declaration.
2543 * nds32-tdep.c (_initialize_nds32_tdep): Add declaration.
2544 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Add declaration.
2545 * nios2-tdep.c (_initialize_nios2_tdep): Add declaration.
2546 * nto-procfs.c (_initialize_procfs): Add declaration.
2547 * objc-lang.c (_initialize_objc_language): Add declaration.
2548 * observable.c (_initialize_observer): Add declaration.
2549 * opencl-lang.c (_initialize_opencl_language): Add declaration.
2550 * or1k-linux-tdep.c (_initialize_or1k_linux_tdep): Add declaration.
2551 * or1k-tdep.c (_initialize_or1k_tdep): Add declaration.
2552 * osabi.c (_initialize_gdb_osabi): Add declaration.
2553 * osdata.c (_initialize_osdata): Add declaration.
2554 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
2555 * parse.c (_initialize_parse): Add declaration.
2556 * ppc-fbsd-nat.c (_initialize_ppcfbsd_nat): Add declaration.
2557 * ppc-fbsd-tdep.c (_initialize_ppcfbsd_tdep): Add declaration.
2558 * ppc-linux-nat.c (_initialize_ppc_linux_nat): Add declaration.
2559 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Add declaration.
2560 * ppc-nbsd-nat.c (_initialize_ppcnbsd_nat): Add declaration.
2561 * ppc-nbsd-tdep.c (_initialize_ppcnbsd_tdep): Add declaration.
2562 * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Add declaration.
2563 * ppc-obsd-tdep.c (_initialize_ppcobsd_tdep): Add declaration.
2564 * printcmd.c (_initialize_printcmd): Add declaration.
2565 * probe.c (_initialize_probe): Add declaration.
2566 * proc-api.c (_initialize_proc_api): Add declaration.
2567 * proc-events.c (_initialize_proc_events): Add declaration.
2568 * proc-service.c (_initialize_proc_service): Add declaration.
2569 * procfs.c (_initialize_procfs): Add declaration.
2570 * producer.c (_initialize_producer): Add declaration.
2571 * psymtab.c (_initialize_psymtab): Add declaration.
2572 * python/python.c (_initialize_python): Add declaration.
2573 * ravenscar-thread.c (_initialize_ravenscar): Add declaration.
2574 * record-btrace.c (_initialize_record_btrace): Add declaration.
2575 * record-full.c (_initialize_record_full): Add declaration.
2576 * record.c (_initialize_record): Add declaration.
2577 * regcache-dump.c (_initialize_regcache_dump): Add declaration.
2578 * regcache.c (_initialize_regcache): Add declaration.
2579 * reggroups.c (_initialize_reggroup): Add declaration.
2580 * remote-notif.c (_initialize_notif): Add declaration.
2581 * remote-sim.c (_initialize_remote_sim): Add declaration.
2582 * remote.c (_initialize_remote): Add declaration.
2583 * reverse.c (_initialize_reverse): Add declaration.
2584 * riscv-fbsd-nat.c (_initialize_riscv_fbsd_nat): Add declaration.
2585 * riscv-fbsd-tdep.c (_initialize_riscv_fbsd_tdep): Add declaration.
2586 * riscv-linux-nat.c (_initialize_riscv_linux_nat): Add declaration.
2587 * riscv-linux-tdep.c (_initialize_riscv_linux_tdep): Add declaration.
2588 * riscv-tdep.c (_initialize_riscv_tdep): Add declaration.
2589 * rl78-tdep.c (_initialize_rl78_tdep): Add declaration.
2590 * rs6000-aix-tdep.c (_initialize_rs6000_aix_tdep): Add declaration.
2591 * rs6000-lynx178-tdep.c (_initialize_rs6000_lynx178_tdep):
2592 Add declaration.
2593 * rs6000-nat.c (_initialize_rs6000_nat): Add declaration.
2594 * rs6000-tdep.c (_initialize_rs6000_tdep): Add declaration.
2595 * run-on-main-thread.c (_initialize_run_on_main_thread): Add declaration.
2596 * rust-exp.y (_initialize_rust_exp): Add declaration.
2597 * rx-tdep.c (_initialize_rx_tdep): Add declaration.
2598 * s12z-tdep.c (_initialize_s12z_tdep): Add declaration.
2599 * s390-linux-nat.c (_initialize_s390_nat): Add declaration.
2600 * s390-linux-tdep.c (_initialize_s390_linux_tdep): Add declaration.
2601 * s390-tdep.c (_initialize_s390_tdep): Add declaration.
2602 * score-tdep.c (_initialize_score_tdep): Add declaration.
2603 * ser-go32.c (_initialize_ser_dos): Add declaration.
2604 * ser-mingw.c (_initialize_ser_windows): Add declaration.
2605 * ser-pipe.c (_initialize_ser_pipe): Add declaration.
2606 * ser-tcp.c (_initialize_ser_tcp): Add declaration.
2607 * ser-uds.c (_initialize_ser_socket): Add declaration.
2608 * ser-unix.c (_initialize_ser_hardwire): Add declaration.
2609 * serial.c (_initialize_serial): Add declaration.
2610 * sh-linux-tdep.c (_initialize_sh_linux_tdep): Add declaration.
2611 * sh-nbsd-nat.c (_initialize_shnbsd_nat): Add declaration.
2612 * sh-nbsd-tdep.c (_initialize_shnbsd_tdep): Add declaration.
2613 * sh-tdep.c (_initialize_sh_tdep): Add declaration.
2614 * skip.c (_initialize_step_skip): Add declaration.
2615 * sol-thread.c (_initialize_sol_thread): Add declaration.
2616 * solib-aix.c (_initialize_solib_aix): Add declaration.
2617 * solib-darwin.c (_initialize_darwin_solib): Add declaration.
2618 * solib-dsbt.c (_initialize_dsbt_solib): Add declaration.
2619 * solib-frv.c (_initialize_frv_solib): Add declaration.
2620 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
2621 * solib-target.c (_initialize_solib_target): Add declaration.
2622 * solib.c (_initialize_solib): Add declaration.
2623 * source-cache.c (_initialize_source_cache): Add declaration.
2624 * source.c (_initialize_source): Add declaration.
2625 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Add declaration.
2626 * sparc-linux-tdep.c (_initialize_sparc_linux_tdep): Add declaration.
2627 * sparc-nat.c (_initialize_sparc_nat): Add declaration.
2628 * sparc-nbsd-nat.c (_initialize_sparcnbsd_nat): Add declaration.
2629 * sparc-nbsd-tdep.c (_initialize_sparcnbsd_tdep): Add declaration.
2630 * sparc-obsd-tdep.c (_initialize_sparc32obsd_tdep): Add declaration.
2631 * sparc-sol2-tdep.c (_initialize_sparc_sol2_tdep): Add declaration.
2632 * sparc-tdep.c (_initialize_sparc_tdep): Add declaration.
2633 * sparc64-fbsd-nat.c (_initialize_sparc64fbsd_nat): Add declaration.
2634 * sparc64-fbsd-tdep.c (_initialize_sparc64fbsd_tdep): Add declaration.
2635 * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Add declaration.
2636 * sparc64-linux-tdep.c (_initialize_sparc64_linux_tdep): Add declaration.
2637 * sparc64-nat.c (_initialize_sparc64_nat): Add declaration.
2638 * sparc64-nbsd-nat.c (_initialize_sparc64nbsd_nat): Add declaration.
2639 * sparc64-nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Add declaration.
2640 * sparc64-obsd-nat.c (_initialize_sparc64obsd_nat): Add declaration.
2641 * sparc64-obsd-tdep.c (_initialize_sparc64obsd_tdep): Add declaration.
2642 * sparc64-sol2-tdep.c (_initialize_sparc64_sol2_tdep): Add declaration.
2643 * sparc64-tdep.c (_initialize_sparc64_adi_tdep): Add declaration.
2644 * stabsread.c (_initialize_stabsread): Add declaration.
2645 * stack.c (_initialize_stack): Add declaration.
2646 * stap-probe.c (_initialize_stap_probe): Add declaration.
2647 * std-regs.c (_initialize_frame_reg): Add declaration.
2648 * symfile-debug.c (_initialize_symfile_debug): Add declaration.
2649 * symfile-mem.c (_initialize_symfile_mem): Add declaration.
2650 * symfile.c (_initialize_symfile): Add declaration.
2651 * symmisc.c (_initialize_symmisc): Add declaration.
2652 * symtab.c (_initialize_symtab): Add declaration.
2653 * target.c (_initialize_target): Add declaration.
2654 * target-connection.c (_initialize_target_connection): Add
2655 declaration.
2656 * target-dcache.c (_initialize_target_dcache): Add declaration.
2657 * target-descriptions.c (_initialize_target_descriptions): Add declaration.
2658 * thread.c (_initialize_thread): Add declaration.
2659 * tic6x-linux-tdep.c (_initialize_tic6x_linux_tdep): Add declaration.
2660 * tic6x-tdep.c (_initialize_tic6x_tdep): Add declaration.
2661 * tilegx-linux-nat.c (_initialize_tile_linux_nat): Add declaration.
2662 * tilegx-linux-tdep.c (_initialize_tilegx_linux_tdep): Add declaration.
2663 * tilegx-tdep.c (_initialize_tilegx_tdep): Add declaration.
2664 * tracectf.c (_initialize_ctf): Add declaration.
2665 * tracefile-tfile.c (_initialize_tracefile_tfile): Add declaration.
2666 * tracefile.c (_initialize_tracefile): Add declaration.
2667 * tracepoint.c (_initialize_tracepoint): Add declaration.
2668 * tui/tui-hooks.c (_initialize_tui_hooks): Add declaration.
2669 * tui/tui-interp.c (_initialize_tui_interp): Add declaration.
2670 * tui/tui-layout.c (_initialize_tui_layout): Add declaration.
2671 * tui/tui-regs.c (_initialize_tui_regs): Add declaration.
2672 * tui/tui-stack.c (_initialize_tui_stack): Add declaration.
2673 * tui/tui-win.c (_initialize_tui_win): Add declaration.
2674 * tui/tui.c (_initialize_tui): Add declaration.
2675 * typeprint.c (_initialize_typeprint): Add declaration.
2676 * ui-style.c (_initialize_ui_style): Add declaration.
2677 * unittests/array-view-selftests.c (_initialize_array_view_selftests): Add declaration.
2678 * unittests/child-path-selftests.c (_initialize_child_path_selftests): Add declaration.
2679 * unittests/cli-utils-selftests.c (_initialize_cli_utils_selftests): Add declaration.
2680 * unittests/common-utils-selftests.c (_initialize_common_utils_selftests): Add declaration.
2681 * unittests/copy_bitwise-selftests.c (_initialize_copy_bitwise_utils_selftests): Add declaration.
2682 * unittests/environ-selftests.c (_initialize_environ_selftests): Add declaration.
2683 * unittests/filtered_iterator-selftests.c
2684 (_initialize_filtered_iterator_selftests): Add declaration.
2685 * unittests/format_pieces-selftests.c (_initialize_format_pieces_selftests): Add declaration.
2686 * unittests/function-view-selftests.c (_initialize_function_view_selftests): Add declaration.
2687 * unittests/help-doc-selftests.c (_initialize_help_doc_selftests): Add declaration.
2688 * unittests/lookup_name_info-selftests.c (_initialize_lookup_name_info_selftests): Add declaration.
2689 * unittests/main-thread-selftests.c
2690 (_initialize_main_thread_selftests): Add declaration.
2691 * unittests/memory-map-selftests.c (_initialize_memory_map_selftests): Add declaration.
2692 * unittests/memrange-selftests.c (_initialize_memrange_selftests): Add declaration.
2693 * unittests/mkdir-recursive-selftests.c (_initialize_mkdir_recursive_selftests): Add declaration.
2694 * unittests/observable-selftests.c (_initialize_observer_selftest): Add declaration.
2695 * unittests/offset-type-selftests.c (_initialize_offset_type_selftests): Add declaration.
2696 * unittests/optional-selftests.c (_initialize_optional_selftests): Add declaration.
2697 * unittests/parse-connection-spec-selftests.c (_initialize_parse_connection_spec_selftests): Add declaration.
2698 * unittests/rsp-low-selftests.c (_initialize_rsp_low_selftests): Add declaration.
2699 * unittests/scoped_fd-selftests.c (_initialize_scoped_fd_selftests): Add declaration.
2700 * unittests/scoped_mmap-selftests.c (_initialize_scoped_mmap_selftests): Add declaration.
2701 * unittests/scoped_restore-selftests.c (_initialize_scoped_restore_selftests): Add declaration.
2702 * unittests/string_view-selftests.c (_initialize_string_view_selftests): Add declaration.
2703 * unittests/style-selftests.c (_initialize_style_selftest): Add declaration.
2704 * unittests/tracepoint-selftests.c (_initialize_tracepoint_selftests): Add declaration.
2705 * unittests/tui-selftests.c (_initialize_tui_selftest): Add
2706 declaration.
2707 * unittests/unpack-selftests.c (_initialize_unpack_selftests): Add declaration.
2708 * unittests/utils-selftests.c (_initialize_utils_selftests): Add declaration.
2709 * unittests/vec-utils-selftests.c (_initialize_vec_utils_selftests): Add declaration.
2710 * unittests/xml-utils-selftests.c (_initialize_xml_utils): Add declaration.
2711 * user-regs.c (_initialize_user_regs): Add declaration.
2712 * utils.c (_initialize_utils): Add declaration.
2713 * v850-tdep.c (_initialize_v850_tdep): Add declaration.
2714 * valops.c (_initialize_valops): Add declaration.
2715 * valprint.c (_initialize_valprint): Add declaration.
2716 * value.c (_initialize_values): Add declaration.
2717 * varobj.c (_initialize_varobj): Add declaration.
2718 * vax-bsd-nat.c (_initialize_vaxbsd_nat): Add declaration.
2719 * vax-nbsd-tdep.c (_initialize_vaxnbsd_tdep): Add declaration.
2720 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
2721 * windows-nat.c (_initialize_windows_nat): Add declaration.
2722 (_initialize_check_for_gdb_ini): Add declaration.
2723 (_initialize_loadable): Add declaration.
2724 * windows-tdep.c (_initialize_windows_tdep): Add declaration.
2725 * x86-bsd-nat.c (_initialize_x86_bsd_nat): Add declaration.
2726 * x86-linux-nat.c (_initialize_x86_linux_nat): Add declaration.
2727 * xcoffread.c (_initialize_xcoffread): Add declaration.
2728 * xml-support.c (_initialize_xml_support): Add declaration.
2729 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Add declaration.
2730 * xtensa-linux-nat.c (_initialize_xtensa_linux_nat): Add declaration.
2731 * xtensa-linux-tdep.c (_initialize_xtensa_linux_tdep): Add declaration.
2732 * xtensa-tdep.c (_initialize_xtensa_tdep): Add declaration.
2733
e2de1eec
SM
27342020-01-13 Simon Marchi <simon.marchi@polymtl.ca>
2735
2736 * regformats/regdat.sh: Generate declaration for init function.
2737
e0037b4c
SM
27382020-01-13 Simon Marchi <simon.marchi@polymtl.ca>
2739
2740 * remote-sim.c (next_pid, INITIAL_PID, sim_inferior_data): Move
2741 up.
2742 (gdbsim_target) <get_inferior_data_by_ptid, resume_one_inferior,
2743 close_one_inferior>: New methods.
2744 (get_sim_inferior_data_by_ptid): Move to gdbsim_target,
2745 pass down target to find_inferior_pid.
2746 (gdbsim_target::fetch_registers, gdbsim_target::store_registers):
2747 Pass down target to find_inferior_ptid.
2748 (gdbsim_target::create_inferior): Pass down target to
2749 add_thread_silent.
2750 (gdbsim_close_inferior): Move to gdbsim_close_inferior, pass
2751 target down to find_inferior_ptid and switch_to_thread.
2752 (gdbsim_target::close): Update to call close_one_inferior.
2753 (struct resume_data): Remove.
2754 (gdbsim_resume_inferior): Move to gdbsim_target. Take arguments
2755 directly, rather than through a void pointer.
2756 (gdbsim_target::resume): Update to call resume_one_inferior.
2757
58920b5b
SM
27582020-01-12 Simon Marchi <simon.marchi@polymtl.ca>
2759
2760 * gdbsupport/gdb_wait.c: Include gdb_wait.h.
2761
4ec89149
PA
27622020-01-12 Pedro Alves <palves@redhat.com>
2763
2764 * bsd-kvm.c (bsd_kvm_target::close): Call exit_inferior_silent
2765 directly for the current inferior instead of
2766 discard_all_inferiors.
2767 (discard_all_inferiors): Delete.
2768
7c392d1d
TT
27692020-01-11 Tom Tromey <tom@tromey.com>
2770
2771 * tui/tui-wingeneral.c (box_win): Check cli_styling.
2772 * tui/tui-winsource.c (tui_source_window_base::refill): Use
2773 deprecated_safe_get_selected_frame.
2774
d9ebdab7
TBA
27752020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2776
2777 * inferior.c (print_inferior): Switch inferior before printing it.
2778
f3c469b9
PA
27792020-01-10 Aleksandar Paunovic <aleksandar.paunovic@intel.com>
2780 Pedro Alves <palves@redhat.com>
2781
2782 * progspace-and-thread.c (switch_to_program_space_and_thread):
2783 Assert there's an inferior for PSPACE. Use
2784 switch_to_inferior_no_thread to switch the inferior too.
2785 * progspace.c (program_space::~program_space): Call
2786 clear_symtab_users here, with SYMFILE_DEFER_BP_RESET.
2787 (program_space::free_all_objfiles): Don't call clear_symtab_users
2788 here.
2789 * symfile.c (symbol_file_clear): Call clear_symtab_users here.
2790
65c574f6
PA
27912020-01-10 Pedro Alves <palves@redhat.com>
2792
2793 * NEWS: Mention multi-target debugging, "info connections", and
2794 "add-inferior -no-connection".
2795
2f4fcf00
PA
27962020-01-10 Pedro Alves <palves@redhat.com>
2797
2798 * infrun.c: Include "target-connection.h".
2799 (check_multi_target_resumption): New.
2800 (proceed): Call it.
2801 * target-connection.c (make_target_connection_string): Make
2802 extern.
2803 * target-connection.h (make_target_connection_string): Declare.
2804
121b3efd
PA
28052020-01-10 Pedro Alves <palves@redhat.com>
2806
2807 * Makefile.in (COMMON_SFILES): Add target-connection.c.
2808 * inferior.c (uiout_field_connection): New function.
2809 (print_inferior): Add new "connection-id" column.
2810 (add_inferior_command): Show connection number/string of added
2811 inferior.
2812 * process-stratum-target.h
2813 (process_stratum_target::connection_string): New virtual method.
2814 (process_stratum_target::connection_number): New field.
2815 * remote.c (remote_target::connection_string): New override.
2816 * target-connection.c: New file.
2817 * target-connection.h: New file.
2818 * target.c (decref_target): Remove process_stratum targets from
2819 the connection list.
2820 (target_stack::push): Add process_stratum targets to the
2821 connection list.
2822
4f837581
PA
28232020-01-10 Pedro Alves <palves@redhat.com>
2824
2825 Revert:
2826 2016-04-12 Pedro Alves <palves@redhat.com>
2827 * serial.c (serial_open, serial_fdopen_ops, do_serial_close):
2828 Remove references to name.
2829 * serial.h (struct serial) <name>: Delete.
2830
f4ec508e
PA
28312020-01-10 Pedro Alves <palves@redhat.com>
2832
2833 * gdbarch-selftests.c (register_to_value_test): Remove "target
2834 already pushed" check.
2835
5b6d1e4f
PA
28362020-01-10 Pedro Alves <palves@redhat.com>
2837 John Baldwin <jhb@FreeBSD.org>
2838
2839 * aarch64-linux-nat.c
2840 (aarch64_linux_nat_target::thread_architecture): Adjust.
2841 * ada-tasks.c (print_ada_task_info): Adjust find_thread_ptid call.
2842 (task_command_1): Likewise.
2843 * aix-thread.c (sync_threadlists, aix_thread_target::resume)
2844 (aix_thread_target::wait, aix_thread_target::fetch_registers)
2845 (aix_thread_target::store_registers)
2846 (aix_thread_target::thread_alive): Adjust.
2847 * amd64-fbsd-tdep.c: Include "inferior.h".
2848 (amd64fbsd_get_thread_local_address): Pass down target.
2849 * amd64-linux-nat.c (ps_get_thread_area): Use ps_prochandle
2850 thread's gdbarch instead of target_gdbarch.
2851 * break-catch-sig.c (signal_catchpoint_print_it): Adjust call to
2852 get_last_target_status.
2853 * break-catch-syscall.c (print_it_catch_syscall): Likewise.
2854 * breakpoint.c (breakpoints_should_be_inserted_now): Consider all
2855 inferiors.
2856 (update_inserted_breakpoint_locations): Skip if inferiors with no
2857 execution.
2858 (update_global_location_list): When handling moribund locations,
2859 find representative inferior for location's pspace, and use thread
2860 count of its process_stratum target.
2861 * bsd-kvm.c (bsd_kvm_target_open): Pass target down.
2862 * bsd-uthread.c (bsd_uthread_target::wait): Use
2863 as_process_stratum_target and adjust thread_change_ptid and
2864 add_thread calls.
2865 (bsd_uthread_target::update_thread_list): Use
2866 as_process_stratum_target and adjust find_thread_ptid,
2867 thread_change_ptid and add_thread calls.
2868 * btrace.c (maint_btrace_packet_history_cmd): Adjust
2869 find_thread_ptid call.
2870 * corelow.c (add_to_thread_list): Adjust add_thread call.
2871 (core_target_open): Adjust add_thread_silent and thread_count
2872 calls.
2873 (core_target::pid_to_str): Adjust find_inferior_ptid call.
2874 * ctf.c (ctf_target_open): Adjust add_thread_silent call.
2875 * event-top.c (async_disconnect): Pop targets from all inferiors.
2876 * exec.c (add_target_sections): Push exec target on all inferiors
2877 sharing the program space.
2878 (remove_target_sections): Remove the exec target from all
2879 inferiors sharing the program space.
2880 (exec_on_vfork): New.
2881 * exec.h (exec_on_vfork): Declare.
2882 * fbsd-nat.c (fbsd_add_threads): Add fbsd_nat_target parameter.
2883 Pass it down.
2884 (fbsd_nat_target::update_thread_list): Adjust.
2885 (fbsd_nat_target::resume): Adjust.
2886 (fbsd_handle_debug_trap): Add fbsd_nat_target parameter. Pass it
2887 down.
2888 (fbsd_nat_target::wait, fbsd_nat_target::post_attach): Adjust.
2889 * fbsd-tdep.c (fbsd_corefile_thread): Adjust
2890 get_thread_arch_regcache call.
2891 * fork-child.c (gdb_startup_inferior): Pass target down to
2892 startup_inferior and set_executing.
2893 * gdbthread.h (struct process_stratum_target): Forward declare.
2894 (add_thread, add_thread_silent, add_thread_with_info)
2895 (in_thread_list): Add process_stratum_target parameter.
2896 (find_thread_ptid(inferior*, ptid_t)): New overload.
2897 (find_thread_ptid, thread_change_ptid): Add process_stratum_target
2898 parameter.
2899 (all_threads()): Delete overload.
2900 (all_threads, all_non_exited_threads): Add process_stratum_target
2901 parameter.
2902 (all_threads_safe): Use brace initialization.
2903 (thread_count): Add process_stratum_target parameter.
2904 (set_resumed, set_running, set_stop_requested, set_executing)
2905 (threads_are_executing, finish_thread_state): Add
2906 process_stratum_target parameter.
2907 (switch_to_thread): Use is_current_thread.
2908 * i386-fbsd-tdep.c: Include "inferior.h".
2909 (i386fbsd_get_thread_local_address): Pass down target.
2910 * i386-linux-nat.c (i386_linux_nat_target::low_resume): Adjust.
2911 * inf-child.c (inf_child_target::maybe_unpush_target): Remove
2912 have_inferiors check.
2913 * inf-ptrace.c (inf_ptrace_target::create_inferior)
2914 (inf_ptrace_target::attach): Adjust.
2915 * infcall.c (run_inferior_call): Adjust.
2916 * infcmd.c (run_command_1): Pass target to
2917 scoped_finish_thread_state.
2918 (proceed_thread_callback): Skip inferiors with no execution.
2919 (continue_command): Rename 'all_threads' local to avoid hiding
2920 'all_threads' function. Adjust get_last_target_status call.
2921 (prepare_one_step): Adjust set_running call.
2922 (signal_command): Use user_visible_resume_target. Compare thread
2923 pointers instead of inferior_ptid.
2924 (info_program_command): Adjust to pass down target.
2925 (attach_command): Mark target's 'thread_executing' flag.
2926 (stop_current_target_threads_ns): New, factored out from ...
2927 (interrupt_target_1): ... this. Switch inferior before making
2928 target calls.
2929 * inferior-iter.h
2930 (struct all_inferiors_iterator, struct all_inferiors_range)
2931 (struct all_inferiors_safe_range)
2932 (struct all_non_exited_inferiors_range): Filter on
2933 process_stratum_target too. Remove explicit.
2934 * inferior.c (inferior::inferior): Push dummy target on target
2935 stack.
2936 (find_inferior_pid, find_inferior_ptid, number_of_live_inferiors):
2937 Add process_stratum_target parameter, and pass it down.
2938 (have_live_inferiors): Adjust.
2939 (switch_to_inferior_and_push_target): New.
2940 (add_inferior_command, clone_inferior_command): Handle
2941 "-no-connection" parameter. Use
2942 switch_to_inferior_and_push_target.
2943 (_initialize_inferior): Mention "-no-connection" option in
2944 the help of "add-inferior" and "clone-inferior" commands.
2945 * inferior.h: Include "process-stratum-target.h".
2946 (interrupt_target_1): Use bool.
2947 (struct inferior) <push_target, unpush_target, target_is_pushed,
2948 find_target_beneath, top_target, process_target, target_at,
2949 m_stack>: New.
2950 (discard_all_inferiors): Delete.
2951 (find_inferior_pid, find_inferior_ptid, number_of_live_inferiors)
2952 (all_inferiors, all_non_exited_inferiors): Add
2953 process_stratum_target parameter.
2954 * infrun.c: Include "gdb_select.h" and <unordered_map>.
2955 (target_last_proc_target): New global.
2956 (follow_fork_inferior): Push target on new inferior. Pass target
2957 to add_thread_silent. Call exec_on_vfork. Handle target's
2958 reference count.
2959 (follow_fork): Adjust get_last_target_status call. Also consider
2960 target.
2961 (follow_exec): Push target on new inferior.
2962 (struct execution_control_state) <target>: New field.
2963 (user_visible_resume_target): New.
2964 (do_target_resume): Call target_async.
2965 (resume_1): Set target's threads_executing flag. Consider resume
2966 target.
2967 (commit_resume_all_targets): New.
2968 (proceed): Also consider resume target. Skip threads of inferiors
2969 with no execution. Commit resumtion in all targets.
2970 (start_remote): Pass current inferior to wait_for_inferior.
2971 (infrun_thread_stop_requested): Consider target as well. Pass
2972 thread_info pointer to clear_inline_frame_state instead of ptid.
2973 (infrun_thread_thread_exit): Consider target as well.
2974 (random_pending_event_thread): New inferior parameter. Use it.
2975 (do_target_wait): Rename to ...
2976 (do_target_wait_1): ... this. Add inferior parameter, and pass it
2977 down.
2978 (threads_are_resumed_pending_p, do_target_wait): New.
2979 (prepare_for_detach): Adjust calls.
2980 (wait_for_inferior): New inferior parameter. Handle it. Use
2981 do_target_wait_1 instead of do_target_wait.
2982 (fetch_inferior_event): Adjust. Switch to representative
2983 inferior. Pass target down.
2984 (set_last_target_status): Add process_stratum_target parameter.
2985 Save target in global.
2986 (get_last_target_status): Add process_stratum_target parameter and
2987 handle it.
2988 (nullify_last_target_wait_ptid): Clear 'target_last_proc_target'.
2989 (context_switch): Check inferior_ptid == null_ptid before calling
2990 inferior_thread().
2991 (get_inferior_stop_soon): Pass down target.
2992 (wait_one): Rename to ...
2993 (poll_one_curr_target): ... this.
2994 (struct wait_one_event): New.
2995 (wait_one): New.
2996 (stop_all_threads): Adjust.
2997 (handle_no_resumed, handle_inferior_event): Adjust to consider the
2998 event's target.
2999 (switch_back_to_stepped_thread): Also consider target.
3000 (print_stop_event): Update.
3001 (normal_stop): Update. Also consider the resume target.
3002 * infrun.h (wait_for_inferior): Remove declaration.
3003 (user_visible_resume_target): New declaration.
3004 (get_last_target_status, set_last_target_status): New
3005 process_stratum_target parameter.
3006 * inline-frame.c (clear_inline_frame_state(ptid_t)): Add
3007 process_stratum_target parameter, and use it.
3008 (clear_inline_frame_state (thread_info*)): New.
3009 * inline-frame.c (clear_inline_frame_state(ptid_t)): Add
3010 process_stratum_target parameter.
3011 (clear_inline_frame_state (thread_info*)): Declare.
3012 * linux-fork.c (delete_checkpoint_command): Pass target down to
3013 find_thread_ptid.
3014 (checkpoint_command): Adjust.
3015 * linux-nat.c (linux_nat_target::follow_fork): Switch to thread
3016 instead of just tweaking inferior_ptid.
3017 (linux_nat_switch_fork): Pass target down to thread_change_ptid.
3018 (exit_lwp): Pass target down to find_thread_ptid.
3019 (attach_proc_task_lwp_callback): Pass target down to
3020 add_thread/set_running/set_executing.
3021 (linux_nat_target::attach): Pass target down to
3022 thread_change_ptid.
3023 (get_detach_signal): Pass target down to find_thread_ptid.
3024 Consider last target status's target.
3025 (linux_resume_one_lwp_throw, resume_lwp)
3026 (linux_handle_syscall_trap, linux_handle_extended_wait, wait_lwp)
3027 (stop_wait_callback, save_stop_reason, linux_nat_filter_event)
3028 (linux_nat_wait_1, resume_stopped_resumed_lwps): Pass target down.
3029 (linux_nat_target::async_wait_fd): New.
3030 (linux_nat_stop_lwp, linux_nat_target::thread_address_space): Pass
3031 target down.
3032 * linux-nat.h (linux_nat_target::async_wait_fd): Declare.
3033 * linux-tdep.c (get_thread_arch_regcache): Pass target down.
3034 * linux-thread-db.c (struct thread_db_info::process_target): New
3035 field.
3036 (add_thread_db_info): Save target.
3037 (get_thread_db_info): New process_stratum_target parameter. Also
3038 match target.
3039 (delete_thread_db_info): New process_stratum_target parameter.
3040 Also match target.
3041 (thread_from_lwp): Adjust to pass down target.
3042 (thread_db_notice_clone): Pass down target.
3043 (check_thread_db_callback): Pass down target.
3044 (try_thread_db_load_1): Always push the thread_db target.
3045 (try_thread_db_load, record_thread): Pass target down.
3046 (thread_db_target::detach): Pass target down. Always unpush the
3047 thread_db target.
3048 (thread_db_target::wait, thread_db_target::mourn_inferior): Pass
3049 target down. Always unpush the thread_db target.
3050 (find_new_threads_callback, thread_db_find_new_threads_2)
3051 (thread_db_target::update_thread_list): Pass target down.
3052 (thread_db_target::pid_to_str): Pass current inferior down.
3053 (thread_db_target::get_thread_local_address): Pass target down.
3054 (thread_db_target::resume, maintenance_check_libthread_db): Pass
3055 target down.
3056 * nto-procfs.c (nto_procfs_target::update_thread_list): Adjust.
3057 * procfs.c (procfs_target::procfs_init_inferior): Declare.
3058 (proc_set_current_signal, do_attach, procfs_target::wait): Adjust.
3059 (procfs_init_inferior): Rename to ...
3060 (procfs_target::procfs_init_inferior): ... this and adjust.
3061 (procfs_target::create_inferior, procfs_notice_thread)
3062 (procfs_do_thread_registers): Adjust.
3063 * ppc-fbsd-tdep.c: Include "inferior.h".
3064 (ppcfbsd_get_thread_local_address): Pass down target.
3065 * proc-service.c (ps_xfer_memory): Switch current inferior and
3066 program space as well.
3067 (get_ps_regcache): Pass target down.
3068 * process-stratum-target.c
3069 (process_stratum_target::thread_address_space)
3070 (process_stratum_target::thread_architecture): Pass target down.
3071 * process-stratum-target.h
3072 (process_stratum_target::threads_executing): New field.
3073 (as_process_stratum_target): New.
3074 * ravenscar-thread.c
3075 (ravenscar_thread_target::update_inferior_ptid): Pass target down.
3076 (ravenscar_thread_target::wait, ravenscar_add_thread): Pass target
3077 down.
3078 * record-btrace.c (record_btrace_target::info_record): Adjust.
3079 (record_btrace_target::record_method)
3080 (record_btrace_target::record_is_replaying)
3081 (record_btrace_target::fetch_registers)
3082 (get_thread_current_frame_id, record_btrace_target::resume)
3083 (record_btrace_target::wait, record_btrace_target::stop): Pass
3084 target down.
3085 * record-full.c (record_full_wait_1): Switch to event thread.
3086 Pass target down.
3087 * regcache.c (regcache::regcache)
3088 (get_thread_arch_aspace_regcache, get_thread_arch_regcache): Add
3089 process_stratum_target parameter and handle it.
3090 (current_thread_target): New global.
3091 (get_thread_regcache): Add process_stratum_target parameter and
3092 handle it. Switch inferior before calling target method.
3093 (get_thread_regcache): Pass target down.
3094 (get_thread_regcache_for_ptid): Pass target down.
3095 (registers_changed_ptid): Add process_stratum_target parameter and
3096 handle it.
3097 (registers_changed_thread, registers_changed): Pass target down.
3098 (test_get_thread_arch_aspace_regcache): New.
3099 (current_regcache_test): Define a couple local test_target_ops
3100 instances and use them for testing.
3101 (readwrite_regcache): Pass process_stratum_target parameter.
3102 (cooked_read_test, cooked_write_test): Pass mock_target down.
3103 * regcache.h (get_thread_regcache, get_thread_arch_regcache)
3104 (get_thread_arch_aspace_regcache): Add process_stratum_target
3105 parameter.
3106 (regcache::target): New method.
3107 (regcache::regcache, regcache::get_thread_arch_aspace_regcache)
3108 (regcache::registers_changed_ptid): Add process_stratum_target
3109 parameter.
3110 (regcache::m_target): New field.
3111 (registers_changed_ptid): Add process_stratum_target parameter.
3112 * remote.c (remote_state::supports_vCont_probed): New field.
3113 (remote_target::async_wait_fd): New method.
3114 (remote_unpush_and_throw): Add remote_target parameter.
3115 (get_current_remote_target): Adjust.
3116 (remote_target::remote_add_inferior): Push target.
3117 (remote_target::remote_add_thread)
3118 (remote_target::remote_notice_new_inferior)
3119 (get_remote_thread_info): Pass target down.
3120 (remote_target::update_thread_list): Skip threads of inferiors
3121 bound to other targets. (remote_target::close): Don't discard
3122 inferiors. (remote_target::add_current_inferior_and_thread)
3123 (remote_target::process_initial_stop_replies)
3124 (remote_target::start_remote)
3125 (remote_target::remote_serial_quit_handler): Pass down target.
3126 (remote_target::remote_unpush_target): New remote_target
3127 parameter. Unpush the target from all inferiors.
3128 (remote_target::remote_unpush_and_throw): New remote_target
3129 parameter. Pass it down.
3130 (remote_target::open_1): Check whether the current inferior has
3131 execution instead of checking whether any inferior is live. Pass
3132 target down.
3133 (remote_target::remote_detach_1): Pass down target. Use
3134 remote_unpush_target.
3135 (extended_remote_target::attach): Pass down target.
3136 (remote_target::remote_vcont_probe): Set supports_vCont_probed.
3137 (remote_target::append_resumption): Pass down target.
3138 (remote_target::append_pending_thread_resumptions)
3139 (remote_target::remote_resume_with_hc, remote_target::resume)
3140 (remote_target::commit_resume): Pass down target.
3141 (remote_target::remote_stop_ns): Check supports_vCont_probed.
3142 (remote_target::interrupt_query)
3143 (remote_target::remove_new_fork_children)
3144 (remote_target::check_pending_events_prevent_wildcard_vcont)
3145 (remote_target::remote_parse_stop_reply)
3146 (remote_target::process_stop_reply): Pass down target.
3147 (first_remote_resumed_thread): New remote_target parameter. Pass
3148 it down.
3149 (remote_target::wait_as): Pass down target.
3150 (unpush_and_perror): New remote_target parameter. Pass it down.
3151 (remote_target::readchar, remote_target::remote_serial_write)
3152 (remote_target::getpkt_or_notif_sane_1)
3153 (remote_target::kill_new_fork_children, remote_target::kill): Pass
3154 down target.
3155 (remote_target::mourn_inferior): Pass down target. Use
3156 remote_unpush_target.
3157 (remote_target::core_of_thread)
3158 (remote_target::remote_btrace_maybe_reopen): Pass down target.
3159 (remote_target::pid_to_exec_file)
3160 (remote_target::thread_handle_to_thread_info): Pass down target.
3161 (remote_target::async_wait_fd): New.
3162 * riscv-fbsd-tdep.c: Include "inferior.h".
3163 (riscv_fbsd_get_thread_local_address): Pass down target.
3164 * sol2-tdep.c (sol2_core_pid_to_str): Pass down target.
3165 * sol-thread.c (sol_thread_target::wait, ps_lgetregs, ps_lsetregs)
3166 (ps_lgetfpregs, ps_lsetfpregs, sol_update_thread_list_callback):
3167 Adjust.
3168 * solib-spu.c (spu_skip_standalone_loader): Pass down target.
3169 * solib-svr4.c (enable_break): Pass down target.
3170 * spu-multiarch.c (parse_spufs_run): Pass down target.
3171 * spu-tdep.c (spu2ppu_sniffer): Pass down target.
3172 * target-delegates.c: Regenerate.
3173 * target.c (g_target_stack): Delete.
3174 (current_top_target): Return the current inferior's top target.
3175 (target_has_execution_1): Refer to the passed-in inferior's top
3176 target.
3177 (target_supports_terminal_ours): Check whether the initial
3178 inferior was already created.
3179 (decref_target): New.
3180 (target_stack::push): Incref/decref the target.
3181 (push_target, push_target, unpush_target): Adjust.
3182 (target_stack::unpush): Defref target.
3183 (target_is_pushed): Return bool. Adjust to refer to the current
3184 inferior's target stack.
3185 (dispose_inferior): Delete, and inline parts ...
3186 (target_preopen): ... here. Only dispose of the current inferior.
3187 (target_detach): Hold strong target reference while detaching.
3188 Pass target down.
3189 (target_thread_name): Add assertion.
3190 (target_resume): Pass down target.
3191 (target_ops::beneath, find_target_at): Adjust to refer to the
3192 current inferior's target stack.
3193 (get_dummy_target): New.
3194 (target_pass_ctrlc): Pass the Ctrl-C to the first inferior that
3195 has a thread running.
3196 (initialize_targets): Rename to ...
3197 (_initialize_target): ... this.
3198 * target.h: Include "gdbsupport/refcounted-object.h".
3199 (struct target_ops): Inherit refcounted_object.
3200 (target_ops::shortname, target_ops::longname): Make const.
3201 (target_ops::async_wait_fd): New method.
3202 (decref_target): Declare.
3203 (struct target_ops_ref_policy): New.
3204 (target_ops_ref): New typedef.
3205 (get_dummy_target): Declare function.
3206 (target_is_pushed): Return bool.
3207 * thread-iter.c (all_matching_threads_iterator::m_inf_matches)
3208 (all_matching_threads_iterator::all_matching_threads_iterator):
3209 Handle filter target.
3210 * thread-iter.h (struct all_matching_threads_iterator, struct
3211 all_matching_threads_range, class all_non_exited_threads_range):
3212 Filter by target too. Remove explicit.
3213 * thread.c (threads_executing): Delete.
3214 (inferior_thread): Pass down current inferior.
3215 (clear_thread_inferior_resources): Pass down thread pointer
3216 instead of ptid_t.
3217 (add_thread_silent, add_thread_with_info, add_thread): Add
3218 process_stratum_target parameter. Use it for thread and inferior
3219 searches.
3220 (is_current_thread): New.
3221 (thread_info::deletable): Use it.
3222 (find_thread_ptid, thread_count, in_thread_list)
3223 (thread_change_ptid, set_resumed, set_running): New
3224 process_stratum_target parameter. Pass it down.
3225 (set_executing): New process_stratum_target parameter. Pass it
3226 down. Adjust reference to 'threads_executing'.
3227 (threads_are_executing): New process_stratum_target parameter.
3228 Adjust reference to 'threads_executing'.
3229 (set_stop_requested, finish_thread_state): New
3230 process_stratum_target parameter. Pass it down.
3231 (switch_to_thread): Also match inferior.
3232 (switch_to_thread): New process_stratum_target parameter. Pass it
3233 down.
3234 (update_threads_executing): Reimplement.
3235 * top.c (quit_force): Pop targets from all inferior.
3236 (gdb_init): Don't call initialize_targets.
3237 * windows-nat.c (windows_nat_target) <get_windows_debug_event>:
3238 Declare.
3239 (windows_add_thread, windows_delete_thread): Adjust.
3240 (get_windows_debug_event): Rename to ...
3241 (windows_nat_target::get_windows_debug_event): ... this. Adjust.
3242 * tracefile-tfile.c (tfile_target_open): Pass down target.
3243 * gdbsupport/common-gdbthread.h (struct process_stratum_target):
3244 Forward declare.
3245 (switch_to_thread): Add process_stratum_target parameter.
3246 * mi/mi-interp.c (mi_on_resume_1): Add process_stratum_target
3247 parameter. Use it.
3248 (mi_on_resume): Pass target down.
3249 * nat/fork-inferior.c (startup_inferior): Add
3250 process_stratum_target parameter. Pass it down.
3251 * nat/fork-inferior.h (startup_inferior): Add
3252 process_stratum_target parameter.
3253 * python/py-threadevent.c (py_get_event_thread): Pass target down.
3254
75c6c844
PA
32552020-01-10 Pedro Alves <palves@redhat.com>
3256
3257 * remote.c (remote_target::start_remote): Don't set inferior_ptid
3258 directly. Instead find the first thread in the thread list and
3259 use switch_to_thread.
3260
78f2c40a
PA
32612020-01-10 Pedro Alves <palves@redhat.com>
3262
3263 * remote.c (remote_target::remote_add_inferior): Don't bind a
3264 process to the current inferior if the current inferior is already
3265 bound to a process.
3266
e7af6c70
TBA
32672020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3268 Pedro Alves <palves@redhat.com>
3269
3270 * remote.c (remote_target::remote_parse_stop_reply) <W/X packets>:
3271 If no process is specified, return null_ptid instead of
3272 inferior_ptid.
3273 (remote_target::wait_as): Handle TARGET_WAITKIND_EXITED /
3274 TARGET_WAITKIND_SIGNALLED with no pid.
3275
31ba933e
PA
32762020-01-10 Pedro Alves <palves@redhat.com>
3277
3278 * remote.c (first_remote_resumed_thread): New.
3279 (remote_target::wait_as): Use it as default event_ptid instead of
3280 inferior_ptid.
3281
735fc2ca
PA
32822020-01-10 Pedro Alves <palves@redhat.com>
3283
3284 * infrun.c (handle_no_resumed): Use all_non_exited_inferiors.
3285
c17e02e1
PA
32862020-01-10 Pedro Alves <palves@redhat.com>
3287
3288 * tracefile-tfile.c (tfile_target::close): Assert that trace_fd is
3289 not -1.
3290
ab1ddbcf
PA
32912020-01-10 Pedro Alves <palves@redhat.com>
3292
3293 * break-catch-sig.c (signal_catchpoint_print_it): Don't pass a
3294 ptid to get_last_target_status.
3295 * break-catch-syscall.c (print_it_catch_syscall): Don't pass a
3296 ptid to get_last_target_status.
3297 * infcmd.c (continue_command): Don't pass a target_waitstatus to
3298 get_last_target_status.
3299 (info_program_command): Don't pass a target_waitstatus to
3300 get_last_target_status.
3301 * infrun.c (init_wait_for_inferior): Use
3302 nullify_last_target_wait_ptid.
3303 (get_last_target_status): Handle nullptr arguments.
3304 (nullify_last_target_wait_ptid): Clear target_last_waitstatus.
3305 (print_stop_event): Don't pass a ptid to get_last_target_status.
3306 (normal_stop): Don't pass a ptid to get_last_target_status.
3307 * infrun.h (get_last_target_status, set_last_target_status): Move
3308 comments here and update.
3309 (nullify_last_target_wait_ptid): Declare.
3310 * linux-fork.c (fork_load_infrun_state): Remove local extern
3311 declaration of nullify_last_target_wait_ptid.
3312 * linux-nat.c (get_detach_signal): Don't pass a target_waitstatus
3313 to get_last_target_status.
3314
f3f8ece4
PA
33152020-01-10 Pedro Alves <palves@redhat.com>
3316
3317 * gdbthread.h (scoped_restore_current_thread)
3318 <dont_restore, restore, m_dont_restore>: Declare.
3319 * thread.c (thread_alive): Add assertion. Return bool.
3320 (switch_to_thread_if_alive): New.
3321 (prune_threads): Switch inferior/thread.
3322 (print_thread_info_1): Switch thread before calling target methods.
3323 (scoped_restore_current_thread::restore): New, factored out from
3324 ...
3325 (scoped_restore_current_thread::~scoped_restore_current_thread):
3326 ... this.
3327 (scoped_restore_current_thread::scoped_restore_current_thread):
3328 Add assertion.
3329 (thread_apply_all_command, thread_select): Use
3330 switch_to_thread_if_alive.
3331 * infrun.c (proceed, restart_threads, handle_signal_stop)
3332 (switch_back_to_stepped_thread): Switch current thread before
3333 calling target methods.
3334
db2d40f7
PA
33352020-01-10 Pedro Alves <palves@redhat.com>
3336
3337 * inferior.c (switch_to_inferior_no_thread): New function,
3338 factored out from ...
3339 (inferior_command): ... here.
3340 * inferior.h (switch_to_inferior_no_thread): Declare.
3341 * mi/mi-main.c (run_one_inferior): Use
3342 switch_to_inferior_no_thread.
3343
bd420a2d
PA
33442020-01-10 Pedro Alves <palves@redhat.com>
3345
3346 * infcmd.c (kill_command): Remove dead code.
3347
ddf5db90
PA
33482020-01-10 Pedro Alves <palves@redhat.com>
3349
3350 * remote.c (remote_target::mourn_inferior): No longer check
3351 whether the target is running.
3352
5018ce90
PA
33532020-01-10 Pedro Alves <palves@redhat.com>
3354
3355 * corelow.c (core_target::has_execution): Change parameter type to
3356 inferior pointer.
3357 * inferior.c (number_of_live_inferiors): Use
3358 inferior::has_execution instead of target_has_execution_1.
3359 * inferior.h (inferior::has_execution): New.
3360 * linux-thread-db.c (thread_db_target::update_thread_list): Use
3361 inferior::has_execution instead of target_has_execution_1.
3362 * process-stratum-target.c
3363 (process_stratum_target::has_execution): Change parameter type to
3364 inferior pointer. Check the inferior's PID instead of
3365 inferior_ptid.
3366 * process-stratum-target.h
3367 (process_stratum_target::has_execution): Change parameter type to
3368 inferior pointer.
3369 * record-full.c (record_full_core_target::has_execution): Change
3370 parameter type to inferior pointer.
3371 * target.c (target_has_execution_1): Change parameter type to
3372 inferior pointer.
3373 (target_has_execution_current): Adjust.
3374 * target.h (target_ops::has_execution): Change parameter type to
3375 inferior pointer.
3376 (target_has_execution_1): Change parameter type to inferior
3377 pointer. Change return type to bool.
3378 * tracefile.h (tracefile_target::has_execution): Change parameter
3379 type to inferior pointer.
3380
74375d18
PA
33812020-01-10 Pedro Alves <palves@redhat.com>
3382
3383 * exceptions.c (print_flush): Remove current_top_target() check.
3384
acdf84a6
PA
33852020-01-10 Pedro Alves <palves@redhat.com>
3386
3387 * remote.c (show_remote_exec_file): Show the current inferior's
3388 exec-file instead of the command variable's value.
3389
ec506636
PA
33902020-01-10 Pedro Alves <palves@redhat.com>
3391
3392 * record-full.c (record_full_resume_ptid): New global.
3393 (record_full_target::resume): Set it.
3394 (record_full_wait_1): Use record_full_resume_ptid instead of
3395 inferior_ptid.
3396
873657b9
PA
33972020-01-10 Pedro Alves <palves@redhat.com>
3398
3399 * gdbthread.h (scoped_restore_current_thread)
3400 <dont_restore, restore, m_dont_restore>: Declare.
3401 * thread.c (thread_alive): Add assertion. Return bool.
3402 (switch_to_thread_if_alive): New.
3403 (prune_threads): Switch inferior/thread.
3404 (print_thread_info_1): Switch thread before calling target methods.
3405 (scoped_restore_current_thread::restore): New, factored out from
3406 ...
3407 (scoped_restore_current_thread::~scoped_restore_current_thread):
3408 ... this.
3409 (scoped_restore_current_thread::scoped_restore_current_thread):
3410 Add assertion.
3411 (thread_apply_all_command, thread_select): Use
3412 switch_to_thread_if_alive.
3413
7f0ae84c
GB
34142020-01-10 George Barrett <bob@bob131.so>
3415
3416 * stap-probe.c (stap_modify_semaphore): Don't check for null
3417 semaphores.
3418 (stap_probe::set_semaphore, stap_probe::clear_semaphore): Check
3419 for null semaphores.
3420
f5a7c406
AB
34212020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3422
3423 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Update
3424 all source windows, and maintain horizontal scroll status while
3425 doing so.
3426
9ae6bf64
TT
34272020-01-09 Tom Tromey <tom@tromey.com>
3428
3429 PR tui/18932:
3430 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Call
3431 update_source_window, not print_source_lines.
3432
b2efe70c
AB
34332020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3434
3435 * tui/tui.c (tui_enable): Register tui hooks after calling
3436 tui_display_main.
3437
5f23a082
CB
34382020-01-09 Christian Biesinger <cbiesinger@google.com>
3439
3440 * gdbsupport/common-defs.h: Don't define _FORTIFY_SOURCE on MinGW.
3441
3061113b
SM
34422020-01-08 Simon Marchi <simon.marchi@efficios.com>
3443
3444 * thread.c (print_thread_info_1): Fix indentation.
3445
57d75002
CB
34462020-01-09 Christian Biesinger <cbiesinger@google.com>
3447
3448 * symtab.c (general_symbol_info::compute_and_set_names): Move the
3449 unique_xmalloc_ptr outside the if to always free the demangled name.
3450
6a053cb1
TT
34512020-01-08 Tom Tromey <tromey@adacore.com>
3452
3453 * xcoffread.c (enter_line_range, read_xcoff_symtab)
3454 (process_xcoff_symbol, xcoff_symfile_offsets): Update.
3455 * symtab.h (MSYMBOL_VALUE_ADDRESS): Update.
3456 (struct section_offsets, ANOFFSET, SIZEOF_N_SECTION_OFFSETS):
3457 Remove.
3458 (section_offsets): New typedef.
3459 * symtab.c (fixup_section, get_msymbol_address): Update.
3460 * symmisc.c (dump_msymbols): Update.
3461 * symfile.h (relative_addr_info_to_section_offsets)
3462 (symfile_map_offsets_to_segments): Update.
3463 * symfile.c (build_section_addr_info_from_objfile)
3464 (init_objfile_sect_indices): Update.
3465 (struct place_section_arg): Change type of "offsets".
3466 (place_section): Update.
3467 (relative_addr_info_to_section_offsets): Change type of
3468 "section_offsets". Remove "num_sections" parameter.
3469 (default_symfile_offsets, syms_from_objfile_1)
3470 (set_objfile_default_section_offset): Update.
3471 (reread_symbols): No need to preserve section offsets by hand.
3472 (symfile_map_offsets_to_segments): Change type of "offsets".
3473 * stap-probe.c (relocate_address): Update.
3474 * stabsread.h (process_one_symbol): Update.
3475 * solib-target.c (struct lm_info_target) <offsets>: Change type.
3476 (solib_target_relocate_section_addresses): Update.
3477 * solib-svr4.c (enable_break, svr4_relocate_main_executable):
3478 Update.
3479 * solib-frv.c (frv_relocate_main_executable): Update.
3480 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
3481 * solib-aix.c (solib_aix_get_section_offsets): Change return
3482 type.
3483 (solib_aix_solib_create_inferior_hook): Update.
3484 * remote.c (remote_target::get_offsets): Update.
3485 * psymtab.c (find_pc_sect_psymtab): Update.
3486 * psympriv.h (struct partial_symbol) <address, text_low,
3487 text_high>: Update.
3488 * objfiles.h (obj_section_offset): Update.
3489 (struct objfile) <section_offsets>: Change type.
3490 <num_sections>: Remove.
3491 (objfile_relocate): Update.
3492 * objfiles.c (entry_point_address_query): Update
3493 (relocate_one_symbol): Change type of "section_offsets".
3494 (objfile_relocate1, objfile_relocate1): Change type of
3495 "new_offsets".
3496 (objfile_rebase1): Update.
3497 * mipsread.c (mipscoff_symfile_read): Update.
3498 (read_alphacoff_dynamic_symtab): Remove "section_offsets"
3499 parameter.
3500 * mdebugread.c (parse_symbol): Change type of "section_offsets".
3501 (parse_external, psymtab_to_symtab_1): Update.
3502 * machoread.c (macho_symfile_offsets): Update.
3503 * ia64-tdep.c (ia64_find_unwind_table): Update.
3504 * hppa-tdep.c (read_unwind_info): Update.
3505 * hppa-bsd-tdep.c (hppabsd_find_global_pointer): Update.
3506 * dwarf2read.c (create_addrmap_from_index)
3507 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
3508 (process_psymtab_comp_unit_reader, add_partial_symbol)
3509 (add_partial_subprogram, process_full_comp_unit)
3510 (read_file_scope, read_func_scope, read_lexical_block_scope)
3511 (read_call_site_scope, dwarf2_rnglists_process)
3512 (dwarf2_ranges_process, dwarf2_ranges_read)
3513 (dwarf_decode_lines_1, var_decode_location, new_symbol)
3514 (dwarf2_fetch_die_loc_sect_off, dwarf2_per_cu_text_offset):
3515 Update.
3516 * dwarf2-frame.c (execute_cfa_program, dwarf2_frame_find_fde):
3517 Update.
3518 * dtrace-probe.c (dtrace_probe::get_relocated_address): Update.
3519 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Update.
3520 (process_one_symbol): Change type of "section_offsets".
3521 * ctfread.c (get_objfile_text_range): Update.
3522 * coffread.c (coff_symtab_read, enter_linenos)
3523 (process_coff_symbol): Update.
3524 * coff-pe-read.c (add_pe_forwarded_sym): Update.
3525 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Update.
3526
456e800a
TT
35272020-01-08 Tom Tromey <tromey@adacore.com>
3528
3529 * dwarf2read.c (parse_macro_definition): Use std::string.
3530 (parse_macro_definition): Likewise.
3531
6dfa2fc2
TT
35322020-01-08 Tom Tromey <tromey@adacore.com>
3533
3534 * dwarf2read.c (abbrev_table_read_table): Use std::vector.
3535 (ATTR_ALLOC_CHUNK): Remove.
3536
421d1616
TT
35372020-01-08 Tom Tromey <tromey@adacore.com>
3538
3539 * dwarf2read.c (fixup_go_packaging): Use unique_xmalloc_ptr.
3540
43816ebc
TT
35412020-01-08 Tom Tromey <tromey@adacore.com>
3542
3543 * dwarf2read.c (add_partial_symbol): Use unique_xmalloc_ptr.
3544 (dwarf2_compute_name, open_dwo_file): Likewise.
3545 (process_enumeration_scope): Use std::vector.
3546 (guess_partial_die_structure_name): Use unique_xmalloc_ptr.
3547 (partial_die_info::fixup, dwarf2_start_subfile)
3548 (guess_full_die_structure_name, dwarf2_name): Likewise.
3549 (determine_prefix): Update.
3550 (guess_full_die_structure_name): Make return type const.
3551 (partial_die_full_name): Return unique_xmalloc_ptr.
3552 (DW_FIELD_ALLOC_CHUNK): Remove.
3553
4212d509
TT
35542020-01-07 Tom Tromey <tromey@adacore.com>
3555
3556 PR build/24937:
3557 * stap-probe.c (class stap_static_probe_ops): Add constructor.
3558
06a6207a
JT
35592020-01-02 Jon Turney <jon.turney@dronecode.org.uk>
3560
3561 * cli/cli-style.c: Set cli_styling to 'true' in the Cygwin build.
3562
153d79c4
AB
35632020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3564
3565 * stack.c (print_frame_info): Move disassemble_next_line code
3566 inside source_print block.
3567
66182876
EZ
35682020-01-06 Eli Zaretskii <eliz@gnu.org>
3569
3570 * gdbsupport/gdb_wait.c: Include <signal.h> instead of
3571 gdb/signals.h, as we are now using native signal symbols.
3572
cbfa8581
SV
35732020-01-06 Shahab Vahedi <shahab@synopsys.com>
3574
3575 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): Avoid
3576 overflow by an early check of content vs threshold.
3577 * tui/tui-source.c (tui_source_window::line_is_displayed):
3578 Likewise.
3579
3f602821
EZ
35802020-01-06 Eli Zaretskii <eliz@gnu.org>
3581
3582 * NEWS: Mention the recent fix of $_exitsignal on MS-Windows.
3583
a08c904d
JT
35842020-01-02 Jon Turney <jon.turney@dronecode.org.uk>
3585
3586 * coff-pe-read.c (read_pe_exported_syms): Don't try to read the
3587 export table if no section contains it's RVA.
3588
89a65580
EZ
35892020-01-06 Eli Zaretskii <eliz@gnu.org>
3590
3591 * windows-tdep.c: Fix a typo in WINDOWS_SIGABRT.
3592
8b7fcda2
HD
35932020-01-06 Hannes Domani <ssbssa@yahoo.de>
3594
3595 * source.c (print_source_lines_base): Set last_line_listed.
3596
a61b4f69
SV
35972020-01-06 Shahab Vahedi <shahab@synopsys.com>
3598
3599 * tui/tui-disasm.c: Remove trailing spaces.
3600
559e7e50
EZ
36012020-01-06 Eli Zaretskii <eliz@gnu.org>
3602 Pedro Alves <palves@redhat.com>
3603
3604 * Makefile.in (COMMON_SFILES): Add gdbsupport/gdb_wait.c.
3605 * windows-tdep.c: New enumeration of WINDOWS_SIG* signals.
3606 (windows_gdb_signal_to_target): New function, uses the above
3607 enumeration to convert GDB internal signal codes to equivalent
3608 Windows codes.
3609 (windows_init_abi): Call set_gdbarch_gdb_signal_to_target.
3610 * windows-nat.c: Include "gdb_wait.h".
3611 (get_windows_debug_event): Extract the fatal exception from the
3612 exit status and convert to the equivalent Posix signal number.
3613 * cli/cli-cmds.c (exit_status_set_internal_vars): Account for the
3614 possibility that WTERMSIG returns GDB_SIGNAL_UNKNOWN.
3615 * gdbsupport/gdb_wait.c: New file, implements
3616 windows_status_to_termsig.
3617 * gdbsupport/gdb_wait.h (WIFEXITED, WIFSIGNALED, WEXITSTATUS)
3618 (WTERMSIG) [__MINGW32__]: Separate definitions for MinGW.
3619
f2302a34
AB
36202020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
3621
3622 * tui/tui-layout.c (tui_add_win_to_layout): Use tui_set_layout not
3623 show_layout.
3624
6a5206eb
LM
36252020-01-05 Luis Machado <luis.machado@linaro.org>
3626
3627 * aarch64-linux-nat.c
3628 (aarch64_linux_nat_target::thread_architecture): Use bfd_arch_aarch64
3629 and bfd_mach_aarch64.
3630
6ec1d75e
PW
36312020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3632
3633 * ui-file.c (stdio_file::can_emit_style_escape)
3634 (tee_file::can_emit_style_escape): Ensure style is used also on
3635 gdb_stderr when gdb_stderr is a tty supporting styling, similarly
3636 to gdb_stdout.
3637 * main.c (set_gdb_data_directory): Use file style to output the
3638 warning that the given pathname is not a directory.
3639 * top.c (show_history_filename, gdb_safe_append_history)
3640 (show_gdb_datadir): Use file style.
3641
44f81a76
HD
36422020-01-03 Hannes Domani <ssbssa@yahoo.de>
3643
3644 * solib-target.c (struct lm_info_target):
3645 Change offsets to be a unique_xmalloc_ptr.
3646 (solib_target_relocate_section_addresses): Update.
3647
25057eb0
HD
36482020-01-03 Hannes Domani <ssbssa@yahoo.de>
3649
3650 * windows-nat.c (windows_clear_solib): Free so_list linked list.
3651
6e2118f5
BE
36522020-01-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
3653
3654 * MAINTAINERS (Write After Approval): Add myself.
3655
8133c7dc
LM
36562020-01-02 Luis Machado <luis.machado@linaro.org>
3657
3658 * proc-service.c (get_ps_regcache): Remove reference to obsolete
3659 Cell BE architecture.
3660 * target.h (struct target_ops) <thread_architecture>: Likewise.
3661
48189bec
HD
36622020-01-01 Hannes Domani <ssbssa@yahoo.de>
3663
3664 * Makefile.in: Use INSTALL_PROGRAM_ENV.
3665
ead1063b
HD
36662020-01-01 Hannes Domani <ssbssa@yahoo.de>
3667
3668 * MAINTAINERS (Write After Approval): Add myself.
3669
e5d78223
JB
36702020-01-01 Joel Brobecker <brobecker@adacore.com>
3671
3672 * gdbarch.sh: Update copyright year range of generated files.
3673
b811d2c2
JB
36742020-01-01 Joel Brobecker <brobecker@adacore.com>
3675
3676 Update copyright year range in all GDB files.
3677
5f4def5c
JB
36782020-01-01 Joel Brobecker <brobecker@adacore.com>
3679
3680 * copyright.py: Convert to Python 3.
3681
51fd4002
JB
36822020-01-01 Joel Brobecker <brobecker@adacore.com>
3683
3684 * copyright.py: Adapt after move of gnulib directory from gdb
3685 directory to toplevel directory.
3686
5fb651f2
JB
36872020-01-01 Joel Brobecker <brobecker@adacore.com>
3688
3689 * copyright.py (main): Exit if run from the wrong directory.
3690
5dd8bf88
JB
36912020-01-01 Joel Brobecker <brobecker@adacore.com>
3692
3693 * top.c (print_gdb_version): Change copyright year to 2020.
3694
9f71dacb 36952020-01-01 Joel Brobecker <brobecker@adacore.com>
3d34df0a 3696
9f71dacb 3697 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2019.
3d34df0a 3698
9f71dacb 3699For older changes see ChangeLog-2019.
c906108c
SS
3700\f
3701Local Variables:
3702mode: change-log
3703left-margin: 8
3704fill-column: 74
3705version-control: never
57da7796 3706coding: utf-8
c906108c 3707End: