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