]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
Change server_command to bool
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
2f78cffc
TT
12020-05-09 Tom Tromey <tom@tromey.com>
2
3 * top.c (server_command): Now bool.
4 * top.h (server_command): Now bool.
5
4f7bc5ed
TT
62020-05-08 Tom Tromey <tromey@adacore.com>
7
8 * dwarf2/read.c (read_lexical_block_scope): Don't process a DIE
9 already being processed.
10
8be4b118
TT
112020-05-08 Tom Tromey <tom@tromey.com>
12
13 * printcmd.c (struct display) <next>: Remove.
14 <display>: New constructor.
15 <exp_string>: Now a std::string.
16 <enabled_p>: Now a bool.
17 (display_number): Move definition earlier.
18 (displays): Rename from display_chain. Now a std::vector.
19 (ALL_DISPLAYS, ALL_DISPLAYS_SAFE): Remove.
20 (display_command): Update.
21 (do_one_display, disable_display)
22 (enable_disable_display_command, do_enable_disable_display):
23 Update.
24 (free_display): Remove.
25 (clear_displays): Rewrite.
26 (delete_display): Update.
27 (map_display_numbers): Use function_view. Remove "data"
28 parameter. Update.
29 (do_delete_display): Remove.
30 (undisplay_command): Update.
31 (do_one_display, do_displays, disable_display)
32 (info_display_command): Update.
33 (do_enable_disable_display): Remove.
34 (enable_disable_display_command)
35 (clear_dangling_display_expressions): Update.
36
94c93c35
TT
372020-05-08 Tom Tromey <tom@tromey.com>
38
39 * symtab.c (set_symbol_cache_size)
40 (maintenance_print_symbol_cache, maintenance_flush_symbol_cache)
41 (maintenance_print_symbol_cache_statistics): Update.
42 * symmisc.c (print_symbol_bcache_statistics)
43 (print_objfile_statistics, maintenance_print_objfiles)
44 (maintenance_info_symtabs, maintenance_check_symtabs)
45 (maintenance_expand_symtabs, maintenance_info_line_tables):
46 Update.
47 * symfile-debug.c (set_debug_symfile): Update.
48 * source.c (forget_cached_source_info): Update.
49 * python/python.c (gdbpy_progspaces): Update.
50 * psymtab.c (maintenance_info_psymtabs): Update.
51 * probe.c (parse_probes): Update.
52 * linespec.c (iterate_over_all_matching_symtabs)
53 (collect_symtabs_from_filename, search_minsyms_for_name): Update.
54 * guile/scm-progspace.c (gdbscm_progspaces): Update.
55 * exec.c (exec_target::close): Update.
56 * ada-tasks.c (ada_tasks_new_objfile_observer): Update.
57 * breakpoint.c (print_one_breakpoint_location)
58 (create_longjmp_master_breakpoint)
59 (create_std_terminate_master_breakpoint): Update.
60 * progspace.c (program_spaces): Now a std::vector.
61 (maybe_new_address_space): Update.
62 (add_program_space): Remove.
63 (program_space::program_space): Update.
64 (remove_program_space): Update.
65 (number_of_program_spaces): Remove.
66 (print_program_space, update_address_spaces): Update.
67 * progspace.h (program_spaces): Change type.
68 (ALL_PSPACES): Remove.
69 (number_of_program_spaces): Don't declare.
70 (struct program_space) <next>: Remove.
71
a1fd1ac9
TT
722020-05-08 Tom Tromey <tom@tromey.com>
73
74 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Update.
75 * solib-svr4.c (svr4_fetch_objfile_link_map): Update.
76 (enable_break): Update.
77 * solib-frv.c (frv_fdpic_find_global_pointer): Update.
78 (frv_fdpic_find_canonical_descriptor): Update.
79 (frv_fetch_objfile_link_map): Update.
80 * progspace.c (program_space::free_all_objfiles): Update.
81 (program_space::solibs): New method.
82 * progspace.h (struct program_space) <solibs>: New method.
83 * solist.h (master_so_list): Don't declare.
84 (ALL_SO_LIBS): Remove.
85 * solib.h (so_list_head): Remove.
86 (update_solib_list): Update comment.
87 * solib.c (master_so_list): Remove.
88 (solib_used, update_solib_list, solib_add)
89 (info_sharedlibrary_command, clear_solib)
90 (reload_shared_libraries_1, remove_user_added_objfile): Update.
91
38eae084
TT
922020-05-08 Tom Tromey <tom@tromey.com>
93
94 * extension.c (extension_languages): Now a std::array.
95 (ALL_EXTENSION_LANGUAGES): Remove.
96 (get_ext_lang_defn, get_ext_lang_of_file)
97 (eval_ext_lang_from_control_command): Update.
98 (finish_ext_lang_initialization)
99 (auto_load_ext_lang_scripts_for_objfile)
100 (ext_lang_type_printers::ext_lang_type_printers)
101 (apply_ext_lang_type_printers)
102 (ext_lang_type_printers::~ext_lang_type_printers)
103 (apply_ext_lang_val_pretty_printer, apply_ext_lang_frame_filter)
104 (preserve_ext_lang_values, get_breakpoint_cond_ext_lang)
105 (breakpoint_ext_lang_cond_says_stop, check_quit_flag)
106 (get_matching_xmethod_workers, ext_lang_colorize)
107 (ext_lang_before_prompt): Update.
108 (ALL_ENABLED_EXTENSION_LANGUAGES): Remove.
109
596dc4ad
TT
1102020-05-08 Tom Tromey <tom@tromey.com>
111
112 * symtab.h (class demangle_result_storage) <set_malloc_ptr>: New
113 overload.
114 <swap_string, m_string>: Remove.
115 * symtab.c (demangle_for_lookup, completion_list_add_symbol):
116 Update.
117 * stabsread.c (define_symbol, read_type): Update.
118 * linespec.c (find_linespec_symbols): Update.
119 * gnu-v3-abi.c (gnuv3_get_typeid): Update.
120 * dwarf2/read.c (dwarf2_canonicalize_name): Update.
121 * dbxread.c (read_dbx_symtab): Update.
122 * cp-support.h (cp_canonicalize_string_full)
123 (cp_canonicalize_string, cp_canonicalize_string_no_typedefs):
124 Return unique_xmalloc_ptr.
125 * cp-support.c (inspect_type): Update.
126 (cp_canonicalize_string_full): Return unique_xmalloc_ptr.
127 (cp_canonicalize_string_no_typedefs, cp_canonicalize_string):
128 Likewise.
129 * c-typeprint.c (print_name_maybe_canonical): Update.
130 * break-catch-throw.c (check_status_exception_catchpoint):
131 Update.
132
bf4cb9be
TV
1332020-05-08 Tom de Vries <tdevries@suse.de>
134
135 * infrun.c (follow_fork): Copy current_line and current_symtab to
136 child thread.
137
a1b68f28
SM
1382020-05-07 Simon Marchi <simon.marchi@efficios.com>
139
140 * async-event.c (struct async_signal_handler, struct
141 async_event_handler): Reformat, remove typedef.
142
98d48915
SM
1432020-05-07 Simon Marchi <simon.marchi@efficios.com>
144
145 * gdbtypes.h (TYPE_DYN_PROP_LIST): Remove. Update all users
146 access thistype->main_type->dyn_prop_list directly.
147
7aa91313
SM
1482020-05-07 Simon Marchi <simon.marchi@efficios.com>
149
150 * gdbtypes.h (struct type) <remove_dyn_prop>: New method.
151 (remove_dyn_prop): Remove. Update all users to use
152 type::remove_dyn_prop.
153 * gdbtypes.c (remove_dyn_prop): Rename to...
154 (type::remove_dyn_prop): ... this.
155
5c54719c
SM
1562020-05-07 Simon Marchi via Gdb-patches <gdb-patches@sourceware.org>
157
158 * gdbtypes.h (struct type) <add_dyn_prop>: New method.
159 (add_dyn_prop): Remove. Update all users to use
160 type::add_dyn_prop.
161 * gdbtypes.c (add_dyn_prop): Rename to...
162 (type::add_dyn_prop): ... this.
163
24e99c6c
SM
1642020-05-07 Simon Marchi <simon.marchi@efficios.com>
165
166 * gdbtypes.h (struct type) <get_dyn_prop>: New method.
167 (get_dyn_prop): Remove. Update all users to use
168 type::dyn_prop.
169 * gdbtypes.c (get_dyn_prop): Rename to...
170 (type::dyn_prop): ... this.
171
0d4bf016
SM
1722020-05-06 Simon Marchi <simon.marchi@efficios.com>
173
174 * gdbtypes.h (struct main_type) <flag_static>: Remove.
175
ac4a4f1c
SM
1762020-05-06 Simon Marchi <simon.marchi@efficios.com>
177
178 * amd64-tdep.c (amd64_analyze_prologue): Check for `endbr64`
179 instruction, skip it if it's there.
180
a3bbacc1
SM
1812020-05-05 Simon Marchi <simon.marchi@efficios.com>
182
183 * gdbtypes.h (struct main_type) <flag_incomplete>: Remove.
184
c3236f84
SM
1852020-05-04 Simon Marchi <simon.marchi@efficios.com>
186
187 * gdbtypes.h (TYPE_INCOMPLETE): Remove.
188 * gdbtypes.c (recursive_dump_type): Remove use of
189 TYPE_INCOMPLETE.
190
3b6acaee
TT
1912020-05-03 Tom Tromey <tom@tromey.com>
192
193 * breakpoint.c (catch_command, tcatch_command): Remove.
194 (_initialize_breakpoint): Use add_basic_prefix_cmd,
195 add_show_prefix_cmd.
196 (set_breakpoint_cmd, show_breakpoint_cmd): Remove
197 * utils.c (set_internal_problem_cmd, show_internal_problem_cmd):
198 Remove.
199 (add_internal_problem_command): Use add_basic_prefix_cmd,
200 add_show_prefix_cmd.
201 * mips-tdep.c (set_mipsfpu_command): Remove.
202 (_initialize_mips_tdep): Use add_basic_prefix_cmd.
203 * dwarf2/index-cache.c (set_index_cache_command): Remove.
204 (_initialize_index_cache): Use add_basic_prefix_cmd.
205 * memattr.c (dummy_cmd): Remove.
206 (_initialize_mem): Use add_basic_prefix_cmd, add_show_prefix_cmd.
207 * tui/tui-win.c (set_tui_cmd, show_tui_cmd): Remove.
208 (_initialize_tui_win): Use add_basic_prefix_cmd,
209 add_show_prefix_cmd.
210 * cli/cli-logging.c (set_logging_command): Remove.
211 (_initialize_cli_logging): Use add_basic_prefix_cmd,
212 add_show_prefix_cmd.
213 (show_logging_command): Remove.
214 * target.c (target_command): Remove.
215 (add_target): Use add_basic_prefix_cmd.
216
a51119cd
HD
2172020-05-02 Hannes Domani <ssbssa@yahoo.de>
218
219 * gdbtypes.h (enum dynamic_prop_node_kind): Fix typo.
220
652fc23a 2212020-05-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6a6ea76a 222
652fc23a
PW
223 * gdb-gdb.gdb-in: Remove breakpoint on disappeared function
224 info_command.
225
117539e6
KR
2262020-04-30 Kamil Rytarowski <n54@gmx.com>
227
228 * nbsd-nat.c (nbsd_enable_proc_events)
229 (nbsd_nat_target::post_startup_inferior): Add.
230 (nbsd_nat_target::post_attach): Call `nbsd_enable_proc_events'.
231 (nbsd_nat_target::update_thread_list): Rewrite.
232 (nbsd_nat_target::wait): Handle "PTRACE_LWP_EXIT" and
233 "PTRACE_LWP_CREATE".
234 * nbsd-nat.h (nbsd_nat_target::post_startup_inferior): Add.
235
102e38eb 2362020-04-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6a6ea76a 237
102e38eb
PW
238 * stack.c (_initialize_stack): Remove duplicated creation
239 of "frame" command and "f" alias.
240
ee9d1e5f
HD
2412020-04-30 Hannes Domani <ssbssa@yahoo.de>
242
243 PR gdb/18706
244 * gdbtypes.c (check_typedef): Calculate size of array of
245 stubbed type.
246
627c7fb8
HD
2472020-04-30 Hannes Domani <ssbssa@yahoo.de>
248
249 PR gdb/15559
250 * i386-tdep.c (i386_push_dummy_call): Call
251 i386_thiscall_push_dummy_call.
252 (i386_thiscall_push_dummy_call): New function.
253 * i386-tdep.h (i386_thiscall_push_dummy_call): Declare.
254 * i386-windows-tdep.c (i386_windows_push_dummy_call): New function.
255 (i386_windows_init_abi): Call set_gdbarch_push_dummy_call.
256
ffc2844e
SM
2572020-04-29 Simon Marchi <simon.marchi@efficios.com>
258
259 * gdbarch.sh (do_read): Add shellcheck disable directive for
260 warning SC2162.
261
1207375d
SM
2622020-04-29 Simon Marchi <simon.marchi@efficios.com>
263
264 * gdbarch.sh: Use ${foo:-} where shellcheck would report a
265 "referenced but not assigned" warning.
266
9fdb2916
SM
2672020-04-29 Simon Marchi <simon.marchi@efficios.com>
268
269 * gdbarch.sh: Remove code that sets fallbackdefault.
270
759cea5e
SM
2712020-04-29 Simon Marchi <simon.marchi@efficios.com>
272
273 * gdbarch.sh: Use shell operators && and || instead of
274 -a and -o.
275
cb02ab24
SM
2762020-04-29 Simon Marchi <simon.marchi@efficios.com>
277
278 * gdbarch.sh: Use $(...) instead of `...`.
279
a6fc5ffc
SM
2802020-04-29 Simon Marchi <simon.marchi@efficios.com>
281
282 * gdbarch.sh: Use double quotes around variables.
283
8d113d13
SM
2842020-04-29 Simon Marchi <simon.marchi@efficios.com>
285
286 * gdbarch.sh: Use %s with printf, instead of variables in the
287 format string.
288
ed6acedd
TT
2892020-04-29 Tom Tromey <tromey@adacore.com>
290
291 PR ada/25875:
292 * dwarf2/read.c (update_enumeration_type_from_children): Compute
293 type fields here.
294 (read_enumeration_type): Call
295 update_enumeration_type_from_children later. Update comments.
296 (process_enumeration_scope): Don't create type fields.
297
b68b1b58
KR
2982020-04-29 Kamil Rytarowski <n54@gmx.com>
299
300 * nbsd-tdep.c: Include "xml-syscall.h".
301 (nbsd_init_abi): Call `set_xml_syscall_file_name'.
302
f94b2e03
KR
3032020-04-29 Kamil Rytarowski <n54@gmx.com>
304
305 * nbsd-nat.c: Include "sys/wait.h".
306 (nbsd_resume, nbsd_nat_target::resume, nbsd_wait)
307 (nbsd_nat_target::wait, nbsd_nat_target::insert_exec_catchpoint)
308 (nbsd_nat_target::remove_exec_catchpoint)
309 (nbsd_nat_target::set_syscall_catchpoint): Add.
310 * nbsd-nat.h (nbsd_nat_target::resume, nbsd_nat_target::wait)
311 (nbsd_nat_target::insert_exec_catchpoint)
312 (nbsd_nat_target::remove_exec_catchpoint)
313 (nbsd_nat_target::set_syscall_catchpoint): Add.
314 * nbsd-tdep.c (nbsd_get_syscall_number): Add.
315 (nbsd_init_abi): Call `set_gdbarch_get_syscall_number' and pass
316 `nbsd_get_syscall_number'.
317
fc49bc72
TT
3182020-04-29 Tom Tromey <tom@tromey.com>
319
320 * stack.c (print_block_frame_labels): Remove.
321
d642b692
HD
3222020-04-29 Hannes Domani <ssbssa@yahoo.de>
323
324 PR gdb/17320
325 * ada-valprint.c (val_print_packed_array_elements): Move array
326 end bracket to new line.
327 (ada_val_print_string): Remove extra spaces before first array
328 element.
329 * c-valprint.c (c_value_print_array): Likewise.
330 * m2-valprint.c (m2_print_array_contents): Likewise.
331 (m2_value_print_inner): Likewise.
332 * p-valprint.c (pascal_value_print_inner): Likewise.
333 * valprint.c (generic_val_print_array): Likewise.
334 (value_print_array_elements): Move first array element and array
335 end bracket to new line.
336
ea90f227
TV
3372020-04-29 Tom de Vries <tdevries@suse.de>
338
339 PR symtab/25889
340 * linespec.c (find_method): Fix ix calculation.
341
4498ef4f
KR
3422020-04-28 Kamil Rytarowski <n54@gmx.com>
343
344 * syscalls/update-netbsd.sh: New file.
345 * syscalls/netbsd.xml: Regenerate.
346 * data-directory/Makefile.in: Register `netbsd.xml' in
347 `SYSCALLS_FILES'.
348
a55e30b5
SM
3492020-04-28 Simon Marchi <simon.marchi@efficios.com>
350
351 * syscalls/update-freebsd.sh: Add double quotes.
352
2b2fbab8
TT
3532020-04-28 Tom Tromey <tom@tromey.com>
354
355 * NEWS: Update.
356 * python/py-cmd.c (gdbpy_initialize_commands): Add COMMAND_TUI.
357 (cmdpy_init): Allow class_tui.
358
a65189c9
TV
3592020-04-28 Mark Williams <mark@myosotissp.com>
360
361 PR gdb/24480
362 * dwarf2read.c: Add missing assingments to list_in_scope when
363 start_symtab was already called.
364
1b95cdb7
SM
3652020-04-28 Simon Marchi <simon.marchi@efficios.com>
366
367 PR gdb/25881
368 * dwarf2/read.c (offset_map_type): Use
369 gdb:hash_enum<sect_offset> as hash function.
370
15cd93d0
TV
3712020-04-28 Tom de Vries <tdevries@suse.de>
372
373 * dwarf2/read.c (process_structure_scope): Add symbol for struct decl
374 with DW_AT_signature.
375
1eb39914
SM
3762020-04-27 Simon Marchi <simon.marchi@efficios.com>
377
378 * configure.ac: Remove check for fs_base/gs_base in
379 user_regs_struct.
380 * configure: Re-generate.
381 * config.in: Re-generate.
382 * amd64-nat.c (amd64_native_gregset_reg_offset): Adjust.
383 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers,
384 amd64_linux_nat_target::store_registers, ps_get_thread_area, ): Adjust.
385
991a3e2e
LM
3862020-04-27 Luis Machado <luis.machado@linaro.org>
387
388 * dwarf2/frame-tailcall.c (dwarf2_tailcall_sniffer_first): Handle
389 problematic inline frame unwinding situation.
390 * frame.c (frame_id_computed_p): New function.
391 * frame.h (frame_id_computed_p): New prototype.
392
361ba0e8
TT
3932020-04-26 Tom Tromey <tom@tromey.com>
394
395 * command.h (enum command_class) <class_pseudo>: Remove.
396
bc3609fd
PW
3972020-04-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
398
399 * cli/cli-decode.c (lookup_cmd_composition): Fix comments
400 and whitespace.
401
b9771db7
KR
4022020-04-25 Kamil Rytarowski <n54@gmx.com>
403
404 * inf-ptrace.c (inf_ptrace_target::wait): Remove
405 `PT_GET_PROCESS_STATE' block.
406
7151c1af
TT
4072020-04-24 Tom Tromey <tom@tromey.com>
408
409 * symtab.h (symbol_get_demangled_name): Don't declare.
410 * symtab.c (symbol_get_demangled_name): Remove.
411 (general_symbol_info::natural_name)
412 (general_symbol_info::demangled_name): Update.
413
906bb4c5
TT
4142020-04-24 Tom Tromey <tom@tromey.com>
415
416 PR rust/25025:
417 * dwarf2/read.c (dwarf2_physname): Do not demangle for Rust.
418
bcfe6157
TT
4192020-04-24 Tom Tromey <tom@tromey.com>
420
421 PR symtab/12707:
422 * dwarf2/read.c (add_partial_symbol): Use the linkage name if it
423 exists.
424 (new_symbol): Likewise.
425 * compile/compile-object-load.c (get_out_value_type): Use
426 symbol_matches_search_name.
427
f049a313
TT
4282020-04-24 Tom Tromey <tom@tromey.com>
429
430 * dwarf2/read.c (add_partial_symbol): Do not call
431 compute_and_set_names.
432
76e288d1
TT
4332020-04-24 Tom Tromey <tom@tromey.com>
434
435 * dwarf2/read.c (add_partial_symbol): Use new add_psymbol_to_list
436 overload.
437
2467f4f6
TT
4382020-04-24 Tom Tromey <tom@tromey.com>
439
440 * psymtab.c (add_psymbol_to_bcache): Simplify calling convention.
441 (add_psymbol_to_list): New overload. Make old overload call new
442 one.
443 * psympriv.h (add_psymbol_to_list): New overload.
444
e61108c9
TT
4452020-04-24 Tom Tromey <tom@tromey.com>
446
447 * dwarf2/read.c (partial_die_info::read) <case
448 DW_AT_linkage_name>: Use value_as_string.
449 (dwarf2_string_attr): Use value_as_string.
450 * dwarf2/attribute.h (struct attribute) <value_as_string>: Declare
451 method.
452 * dwarf2/attribute.c (attribute::value_as_string): New method.
453
8c87a452
TT
4542020-04-24 Tom Tromey <tom@tromey.com>
455
456 * symtab.c (general_symbol_info::natural_name)
457 (general_symbol_info::demangled_name): Check for language_rust.
458
787de330
TT
4592020-04-24 Tom Tromey <tom@tromey.com>
460
461 * dwarf2/read.c (dw2_linkage_name): Move Rust "{" hack here...
462 (dwarf2_physname): ... from here.
463 (partial_die_info::read): Add Rust "{" hack.
464
ff985671
TT
4652020-04-24 Tom Tromey <tom@tromey.com>
466
467 * symtab.h (struct general_symbol_info) <set_demangled_name>: New
468 method.
469 (symbol_set_demangled_name): Don't declare.
470 * symtab.c (general_symbol_info::set_demangled_name): Rename from
471 symbol_set_demangled_name.
472 (general_symbol_info::set_language)
473 (general_symbol_info::compute_and_set_names): Update.
474 * minsyms.c (minimal_symbol_reader::install): Update.
475 * dwarf2/read.c (new_symbol): Update.
476
1acda803
TT
4772020-04-24 Tom Tromey <tromey@adacore.com>
478
479 PR python/23662:
480 * python/py-type.c (convert_field): Handle
481 FIELD_LOC_KIND_DWARF_BLOCK.
482 (typy_get_sizeof): Handle TYPE_HAS_DYNAMIC_LENGTH.
483 (typy_get_dynamic): Nw function.
484 (type_object_getset): Add "dynamic".
485 * NEWS: Add entry.
486
d656f129
TT
4872020-04-24 Tom Tromey <tromey@adacore.com>
488
489 * ada-typeprint.c (print_choices, print_variant_part)
490 (print_record_field_types_dynamic): New functions.
491 (print_record_field_types): Use print_record_field_types_dynamic.
492
7d79de9a
TT
4932020-04-24 Tom Tromey <tromey@adacore.com>
494
495 * dwarf2/read.c (handle_data_member_location): New overload.
496 (dwarf2_add_field): Use it.
497 (decode_locdesc): Add "computed" parameter. Update comment.
498 * gdbtypes.c (is_dynamic_type_internal): Also look for
499 FIELD_LOC_KIND_DWARF_BLOCK.
500 (resolve_dynamic_struct): Handle FIELD_LOC_KIND_DWARF_BLOCK.
501 * gdbtypes.c (is_dynamic_type_internal): Add special case for C++
502 virtual base classes.
503 * gnu-v3-abi.c (gnuv3_baseclass_offset): Handle
504 FIELD_LOC_KIND_DWARF_BLOCK.
505
f8e89861
TT
5062020-04-24 Tom Tromey <tromey@adacore.com>
507
508 * dwarf2/read.c (read_structure_type): Handle dynamic length.
509 * gdbtypes.c (is_dynamic_type_internal): Check
510 TYPE_HAS_DYNAMIC_LENGTH.
511 (resolve_dynamic_type_internal): Use TYPE_DYNAMIC_LENGTH.
512 * gdbtypes.h (TYPE_HAS_DYNAMIC_LENGTH, TYPE_DYNAMIC_LENGTH):
513 New macros.
514 (enum dynamic_prop_node_kind) <DYN_PROP_BYTE_SIZE>: New
515 constant.
516
9c6a1327
TT
5172020-04-24 Tom Tromey <tromey@adacore.com>
518
519 * dwarf2/read.c (struct variant_field): Rewrite.
520 (struct variant_part_builder): New.
521 (struct nextfield): Remove "variant" field. Add "offset".
522 (struct field_info): Add "current_variant_part" and
523 "variant_parts".
524 (alloc_discriminant_info): Remove.
525 (alloc_rust_variant): New function.
526 (quirk_rust_enum): Update.
527 (dwarf2_add_field): Set "offset" member. Don't handle
528 DW_TAG_variant_part.
529 (offset_map_type): New typedef.
530 (convert_variant_range, create_one_variant)
531 (create_one_variant_part, create_variant_parts)
532 (add_variant_property): New functions.
533 (dwarf2_attach_fields_to_type): Call add_variant_property.
534 (read_structure_type): Don't handle DW_TAG_variant_part.
535 (handle_variant_part, handle_variant): New functions.
536 (handle_struct_member_die): Use them.
537 (process_structure_scope): Don't handle variant parts.
538 * gdbtypes.h (TYPE_FLAG_DISCRIMINATED_UNION): Remove.
539 (struct discriminant_info): Remove.
540 (enum dynamic_prop_node_kind) <DYN_PROP_DISCRIMINATED>: Remove.
541 (struct main_type) <flag_discriminated_union>: Remove.
542 * rust-lang.c (rust_enum_p, rust_empty_enum_p): Rewrite.
543 (rust_enum_variant): Return int. Remove "contents". Rewrite.
544 (rust_print_enum, rust_print_struct_def, rust_evaluate_subexp):
545 Update.
546 * valops.c (value_union_variant): Remove.
547 * value.h (value_union_variant): Don't declare.
548
b249d2c2
TT
5492020-04-24 Tom Tromey <tromey@adacore.com>
550
551 * ada-lang.c (ada_discrete_type_high_bound, ada_discrete_type_low)
552 (ada_value_primitive_packed_val): Update.
553 * ada-valprint.c (ada_value_print_1): Update.
554 * dwarf2/loc.c (evaluate_for_locexpr_baton): New struct.
555 (dwarf2_locexpr_baton_eval): Take a property_addr_info rather than
556 just an address. Use evaluate_for_locexpr_baton.
557 (dwarf2_evaluate_property): Update.
558 * dwarf2/loc.h (struct property_addr_info) <valaddr>: Now an
559 array_view.
560 * findvar.c (default_read_var_value): Update.
561 * gdbtypes.c (compute_variant_fields_inner)
562 (resolve_dynamic_type_internal): Update.
563 (resolve_dynamic_type): Change type of valaddr parameter.
564 * gdbtypes.h (resolve_dynamic_type): Update.
565 * valarith.c (value_subscripted_rvalue): Update.
566 * value.c (value_from_contents_and_address): Update.
567
61122aa9
TT
5682020-04-24 Tom Tromey <tromey@adacore.com>
569
570 * dwarf2/loc.c (dwarf2_locexpr_baton_eval): Add
571 "push_initial_value" parameter.
572 (dwarf2_evaluate_property): Likewise.
573 * dwarf2/loc.h (dwarf2_evaluate_property): Update.
574
ef83a141
TT
5752020-04-24 Tom Tromey <tromey@adacore.com>
576
577 * gdbtypes.c (is_dynamic_type_internal): Check for variant parts.
578 (variant::matches, compute_variant_fields_recurse)
579 (compute_variant_fields_inner, compute_variant_fields): New
580 functions.
581 (resolve_dynamic_struct): Check for DYN_PROP_VARIANT_PARTS.
582 Use resolved_type after type is made.
583 (operator==): Add new cases.
584 * gdbtypes.h (TYPE_HAS_VARIANT_PARTS): New macro.
585 (struct discriminant_range, struct variant, struct variant_part):
586 New.
587 (union dynamic_prop_data) <variant_parts, original_type>: New
588 members.
589 (enum dynamic_prop_node_kind) <DYN_PROP_VARIANT_PARTS>: New constant.
590 (enum dynamic_prop_kind) <PROP_TYPE, PROP_VARIANT_PARTS>: New
591 constants.
592 * value.c (unpack_bits_as_long): Now public.
593 * value.h (unpack_bits_as_long): Declare.
594
675127ec
TT
5952020-04-24 Tom Tromey <tromey@adacore.com>
596
597 * rs6000-tdep.c (struct ppc_variant): Rename from "variant".
598 (variants, find_variant_by_arch, rs6000_gdbarch_init): Update.
599
9852ceef
HD
6002020-04-24 Hannes Domani <ssbssa@yahoo.de>
601
602 * windows-tdep.c (exception_values): Add WOW64 exception numbers.
603
7632c6ce
KR
6042020-04-24 Kamil Rytarowski <n54@gmx.com>
605
606 * inf-ptrace.h (follow_fork, insert_fork_catchpoint)
607 (remove_fork_catchpoint, post_startup_inferior)
608 (post_attach): Move...
609 * obsd-nat.h (follow_fork, insert_fork_catchpoint)
610 (remove_fork_catchpoint, post_startup_inferior)
611 (post_attach): ...here.
612 * inf-ptrace.c (follow_fork, insert_fork_catchpoint)
613 (remove_fork_catchpoint, post_startup_inferior)
614 (post_attach): Move...
615 * obsd-nat.c (follow_fork, insert_fork_catchpoint)
616 (remove_fork_catchpoint, post_startup_inferior)
617 (post_attach): ...here.
618
7be2bb4f
TT
6192020-04-24 Tom Tromey <tromey@adacore.com>
620
621 * nat/windows-nat.h (struct windows_thread_info)
622 <pc_adjusted>: New member.
623 * windows-nat.c (windows_fetch_one_register): Check
624 pc_adjusted.
625 (windows_nat_target::get_windows_debug_event)
626 (windows_nat_target::wait): Set pc_adjusted.
627
f80cb3b4
TV
6282020-04-24 Tom de Vries <tdevries@suse.de>
629
630 * contrib/cc-with-tweaks.sh: Remove <exec>.gdb-index file handling.
631 Run gdb-add-index inside temp dir.
632
29514b87
TT
6332020-04-23 Tom Tromey <tromey@adacore.com>
634
635 * windows-tdep.c (is_linked_with_cygwin_dll): Always update "iter"
636 in loop.
637
5939967b
LM
6382020-04-23 Luis Machado <luis.machado@linaro.org>
639
640 * dwarf2/frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
641 get_frame_register instead of gdbarch_unwind_pc.
642
70bc38f5
TV
6432020-04-23 Tom de Vries <tdevries@suse.de>
644
645 * symtab.c (lookup_global_symbol): Prefer def over decl.
646
de82891c
TV
6472020-04-23 Tom de Vries <tdevries@suse.de>
648
649 PR symtab/25807
650 * block.c (best_symbol, better_symbol): Promote to external.
651 * block.h (best_symbol, better_symbol): Declare.
652 * symtab.c (lookup_symbol_in_objfile_symtabs): Prefer def over
653 decl.
654
ecc6c606
TT
6552020-04-23 Tom Tromey <tromey@adacore.com>
656
657 PR ada/25837:
658 * dwarf2/read.c (dw2_expand_symtabs_matching_symbol): Store a
659 "const char *", not a "const std::string &".
660 <name_and_matcher::operator==>: Update.
661 * unittests/lookup_name_info-selftests.c: Change type of
662 "result".
663
740480b8
TT
6642020-04-23 Tom Tromey <tom@tromey.com>
665
666 * inferior.h (iterate_over_inferiors): Don't declare.
667 * inferior.c (iterate_over_inferiors): Remove.
668 * darwin-nat.c (find_inferior_task_it, find_inferior_pid_it):
669 Remove.
670 (darwin_find_inferior_by_task, darwin_find_inferior_by_pid): Don't
671 use iterate_over_inferiors.
672 (darwin_resume_inferior_it)
673 (struct resume_inferior_threads_param)
674 (darwin_resume_inferior_threads_it): Remove.
675 (darwin_nat_target::resume): Don't use iterate_over_inferiors.
676
ae3ab1f0
TV
6772020-04-23 Tom de Vries <tdevries@suse.de>
678
679 * blockframe.c (find_pc_partial_function): Use
680 find_pc_sect_compunit_symtab rather than
681 objfile->sf->qf->find_pc_sect_compunit_symtab.
682
317d2668
TV
6832020-04-22 Tom de Vries <tdevries@suse.de>
684
685 PR symtab/25764
686 * dwarf2/read.c (scan_partial_symbols): Allow external variable decls
687 in psymtabs.
688
eea9e357
TV
6892020-04-22 Tom de Vries <tdevries@suse.de>
690
691 PR symtab/25801
692 * psymtab.c (psym_map_symtabs_matching_filename): Don't skip shared
693 symtabs.
694
3d5afab3
TV
6952020-04-22 Tom de Vries <tdevries@suse.de>
696
697 PR symtab/25700
698 * dwarf2/read.c (dwarf2_build_psymtabs_hard): Don't create psymtab for
699 CU if already created.
700
d43b7a2d
TBA
7012020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
702
703 * infrun.c (displaced_step_fixup): Switch to the event_thread
704 before calling displaced_step_restore, not after.
705
d89edf9b
MM
7062020-04-21 Markus Metzger <markus.t.metzger@intel.com>
707
708 * record-btrace.c (record_btrace_enable_warn): Ignore thread if
709 its inferior is not recorded by us.
710 (record_btrace_target_open): Replace call to
711 all_non_exited_threads () with call to current_inferior
712 ()->non_exited_threads ().
713 (record_btrace_target::stop_recording): Likewise.
714 (record_btrace_target::close): Likewise.
715 (record_btrace_target::wait): Likewise.
716 (record_btrace_target::record_stop_replaying): Likewise.
717
5897fd49
MM
7182020-04-21 Markus Metzger <markus.t.metzger@intel.com>
719
720 * btrace.c (btrace_enable): Throw an error on double enables and
721 when enabling recording fails.
722 (btrace_disable): Throw an error if the thread is not recorded.
723
1a476b6d
MM
7242020-04-21 Markus Metzger <markus.t.metzger@intel.com>
725
726 * record-btrace.c (record_btrace_target::fetch_registers): Forward
727 request if we do not have a thread_info.
728
4778a5f8
TV
7292020-04-21 Tom de Vries <tdevries@suse.de>
730
731 PR gdb/25471
732 * thread.c
733 (scoped_restore_current_thread::scoped_restore_current_thread): Catch
734 exception in get_frame_id.
735
0fa7617d
TT
7362020-04-20 Tom Tromey <tromey@adacore.com>
737
738 * python/python.c (struct gdbpy_event): Mark move constructor as
739 noexcept.
740 * python/py-tui.c (class gdbpy_tui_window_maker): Mark move
741 constructor as noexcept.
742 * completer.h (struct completion_result): Mark move constructor as
743 noexcept.
744 * completer.c (completion_result::completion_result): Use
745 initialization style. Don't call reset_match_list.
746
ad23bda0
MS
7472020-04-20 Mihails Strasuns <mihails.strasuns@intel.com>
748
749 * MAINTAINERS (Write After Approval): Add myself.
750
45e1f031
TT
7512020-04-18 Tom Tromey <tom@tromey.com>
752
753 * windows-tdep.c (init_w32_command_list)
754 (w32_prefix_command_valid): Restore.
755 (_initialize_windows_tdep): Call init_w32_command_list.
756
08feed99
TT
7572020-04-18 Tom Tromey <tom@tromey.com>
758
759 * xcoffread.c (enter_line_range, scan_xcoff_symtab): Update.
760 * value.c (value_fn_field): Update.
761 * valops.c (find_function_in_inferior)
762 (value_allocate_space_in_inferior): Update.
763 * tui/tui-winsource.c (tui_update_source_windows_with_line):
764 Update.
765 * tui/tui-source.c (tui_source_window::set_contents): Update.
766 * symtab.c (lookup_global_or_static_symbol)
767 (find_function_start_sal_1, skip_prologue_sal)
768 (print_msymbol_info, find_gnu_ifunc, symbol_arch): Update.
769 * symmisc.c (dump_msymbols, dump_symtab_1)
770 (maintenance_print_one_line_table): Update.
771 * symfile.c (init_entry_point_info, section_is_mapped)
772 (list_overlays_command, simple_read_overlay_table)
773 (simple_overlay_update_1): Update.
774 * stap-probe.c (handle_stap_probe): Update.
775 * stabsread.c (dbx_init_float_type, define_symbol)
776 (read_one_struct_field, read_enum_type, read_range_type): Update.
777 * source.c (info_line_command): Update.
778 * python/python.c (gdbpy_source_objfile_script)
779 (gdbpy_execute_objfile_script): Update.
780 * python/py-type.c (save_objfile_types): Update.
781 * python/py-objfile.c (py_free_objfile): Update.
782 * python/py-inferior.c (python_new_objfile): Update.
783 * psymtab.c (psym_find_pc_sect_compunit_symtab, dump_psymtab)
784 (dump_psymtab_addrmap_1, maintenance_info_psymtabs)
785 (maintenance_check_psymtabs): Update.
786 * printcmd.c (info_address_command): Update.
787 * objfiles.h (struct objfile) <arch>: New method, from
788 get_objfile_arch.
789 (get_objfile_arch): Don't declare.
790 * objfiles.c (get_objfile_arch): Remove.
791 (filter_overlapping_sections): Update.
792 * minsyms.c (msymbol_is_function): Update.
793 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines)
794 (output_nondebug_symbol): Update.
795 * mdebugread.c (parse_symbol, basic_type, parse_partial_symbols)
796 (mdebug_expand_psymtab): Update.
797 * machoread.c (macho_add_oso_symfile): Update.
798 * linux-tdep.c (linux_infcall_mmap, linux_infcall_munmap):
799 Update.
800 * linux-fork.c (checkpoint_command): Update.
801 * linespec.c (convert_linespec_to_sals): Update.
802 * jit.c (finalize_symtab): Update.
803 * infrun.c (insert_exception_resume_from_probe): Update.
804 * ia64-tdep.c (ia64_find_unwind_table): Update.
805 * hppa-tdep.c (internalize_unwinds): Update.
806 * gdbtypes.c (get_type_arch, init_float_type, objfile_type):
807 Update.
808 * gcore.c (call_target_sbrk): Update.
809 * elfread.c (record_minimal_symbol, elf_symtab_read)
810 (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
811 (elf_gnu_ifunc_resolve_by_got): Update.
812 * dwarf2/read.c (create_addrmap_from_index)
813 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
814 (read_debug_names_from_section)
815 (process_psymtab_comp_unit_reader, add_partial_symbol)
816 (add_partial_subprogram, process_full_comp_unit)
817 (read_file_scope, read_func_scope, read_lexical_block_scope)
818 (read_call_site_scope, dwarf2_ranges_read)
819 (dwarf2_record_block_ranges, dwarf2_add_field)
820 (mark_common_block_symbol_computed, read_tag_pointer_type)
821 (read_tag_string_type, dwarf2_init_float_type)
822 (dwarf2_init_complex_target_type, read_base_type)
823 (partial_die_info::read, partial_die_info::read)
824 (read_attribute_value, dwarf_decode_lines_1, new_symbol)
825 (dwarf2_fetch_die_loc_sect_off): Update.
826 * dwarf2/loc.c (dwarf2_find_location_expression)
827 (class dwarf_evaluate_loc_desc, rw_pieced_value)
828 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval)
829 (dwarf2_loc_desc_get_symbol_read_needs)
830 (locexpr_describe_location_piece, locexpr_describe_location_1)
831 (loclist_describe_location): Update.
832 * dwarf2/index-write.c (write_debug_names): Update.
833 * dwarf2/frame.c (dwarf2_build_frame_info): Update.
834 * dtrace-probe.c (dtrace_process_dof): Update.
835 * dbxread.c (read_dbx_symtab, dbx_end_psymtab)
836 (process_one_symbol): Update.
837 * ctfread.c (ctf_init_float_type, read_base_type): Update.
838 * coffread.c (coff_symtab_read, enter_linenos, decode_base_type)
839 (coff_read_enum_type): Update.
840 * cli/cli-cmds.c (edit_command, list_command): Update.
841 * buildsym.c (buildsym_compunit::finish_block_internal): Update.
842 * breakpoint.c (create_overlay_event_breakpoint)
843 (create_longjmp_master_breakpoint)
844 (create_std_terminate_master_breakpoint)
845 (create_exception_master_breakpoint, get_sal_arch): Update.
846 * block.c (block_gdbarch): Update.
847 * annotate.c (annotate_source_line): Update.
848
0743fc83
TT
8492020-04-17 Tom Tromey <tromey@adacore.com>
850
851 * auto-load.c (show_auto_load_cmd): Remove.
852 (auto_load_show_cmdlist_get): Use add_show_prefix_cmd.
853 * arc-tdep.c (_initialize_arc_tdep): Use add_show_prefix_cmd.
854 (maintenance_print_arc_command): Remove.
855 * tui/tui-win.c (tui_command): Remove.
856 (tui_get_cmd_list): Use add_basic_prefix_cmd.
857 * tui/tui-layout.c (tui_layout_command): Remove.
858 (_initialize_tui_layout): Use add_basic_prefix_cmd.
859 * python/python.c (user_set_python, user_show_python): Remove.
860 (_initialize_python): Use add_basic_prefix_cmd,
861 add_show_prefix_cmd.
862 * guile/guile.c (set_guile_command, show_guile_command): Remove.
863 (install_gdb_commands): Use add_basic_prefix_cmd,
864 add_show_prefix_cmd.
865 (info_guile_command): Remove.
866 * dwarf2/read.c (set_dwarf_cmd, show_dwarf_cmd): Remove.
867 (_initialize_dwarf2_read): Use add_basic_prefix_cmd,
868 add_show_prefix_cmd.
869 * cli/cli-style.h (class cli_style_option) <add_setshow_commands>:
870 Remove do_set and do_show parameters.
871 * cli/cli-style.c (set_style, show_style): Remove.
872 (_initialize_cli_style): Use add_basic_prefix_cmd,
873 add_show_prefix_cmd.
874 (cli_style_option::add_setshow_commands): Remove do_set and
875 do_show parameters.
876 (cli_style_option::add_setshow_commands): Use
877 add_basic_prefix_cmd, add_show_prefix_cmd.
878 (STYLE_ADD_SETSHOW_COMMANDS): Remove macro.
879 (set_style_name): Remove.
880 * cli/cli-dump.c (dump_command, append_command): Remove.
881 (srec_dump_command, ihex_dump_command, verilog_dump_command)
882 (tekhex_dump_command, binary_dump_command)
883 (binary_append_command): Remove.
884 (_initialize_cli_dump): Use add_basic_prefix_cmd.
885 * windows-tdep.c (w32_prefix_command_valid): Remove global.
886 (init_w32_command_list): Remove; move into ...
887 (_initialize_windows_tdep): ... here. Use add_basic_prefix_cmd.
888 * valprint.c (set_print, show_print, set_print_raw)
889 (show_print_raw): Remove.
890 (_initialize_valprint): Use add_basic_prefix_cmd,
891 add_show_prefix_cmd.
892 * typeprint.c (set_print_type, show_print_type): Remove.
893 (_initialize_typeprint): Use add_basic_prefix_cmd,
894 add_show_prefix_cmd.
895 * record.c (set_record_command, show_record_command): Remove.
896 (_initialize_record): Use add_basic_prefix_cmd,
897 add_show_prefix_cmd.
898 * cli/cli-cmds.c (_initialize_cli_cmds): Use add_basic_prefix_cmd,
899 add_show_prefix_cmd.
900 (info_command, show_command, set_debug, show_debug): Remove.
901 * top.h (set_history, show_history): Don't declare.
902 * top.c (set_history, show_history): Remove.
903 * target-descriptions.c (set_tdesc_cmd, show_tdesc_cmd)
904 (unset_tdesc_cmd): Remove.
905 (_initialize_target_descriptions): Use add_basic_prefix_cmd,
906 add_show_prefix_cmd.
907 * symtab.c (info_module_command): Remove.
908 (_initialize_symtab): Use add_basic_prefix_cmd.
909 * symfile.c (overlay_command): Remove.
910 (_initialize_symfile): Use add_basic_prefix_cmd.
911 * sparc64-tdep.c (info_adi_command): Remove.
912 (_initialize_sparc64_adi_tdep): Use add_basic_prefix_cmd.
913 * sh-tdep.c (show_sh_command, set_sh_command): Remove.
914 (_initialize_sh_tdep): Use add_basic_prefix_cmd,
915 add_show_prefix_cmd.
916 * serial.c (serial_set_cmd, serial_show_cmd): Remove.
917 (_initialize_serial): Use add_basic_prefix_cmd,
918 add_show_prefix_cmd.
919 * ser-tcp.c (set_tcp_cmd, show_tcp_cmd): Remove.
920 (_initialize_ser_tcp): Use add_basic_prefix_cmd,
921 add_show_prefix_cmd.
922 * rs6000-tdep.c (set_powerpc_command, show_powerpc_command)
923 (_initialize_rs6000_tdep): Use add_basic_prefix_cmd,
924 add_show_prefix_cmd.
925 * riscv-tdep.c (show_riscv_command, set_riscv_command)
926 (show_debug_riscv_command, set_debug_riscv_command): Remove.
927 (_initialize_riscv_tdep): Use add_basic_prefix_cmd,
928 add_show_prefix_cmd.
929 * remote.c (remote_command, set_remote_cmd): Remove.
930 (_initialize_remote): Use add_basic_prefix_cmd.
931 * record-full.c (set_record_full_command)
932 (show_record_full_command): Remove.
933 (_initialize_record_full): Use add_basic_prefix_cmd,
934 add_show_prefix_cmd.
935 * record-btrace.c (cmd_set_record_btrace)
936 (cmd_show_record_btrace, cmd_set_record_btrace_bts)
937 (cmd_show_record_btrace_bts, cmd_set_record_btrace_pt)
938 (cmd_show_record_btrace_pt): Remove.
939 (_initialize_record_btrace): Use add_basic_prefix_cmd,
940 add_show_prefix_cmd.
941 * ravenscar-thread.c (set_ravenscar_command)
942 (show_ravenscar_command): Remove.
943 (_initialize_ravenscar): Use add_basic_prefix_cmd,
944 add_show_prefix_cmd.
945 * mips-tdep.c (show_mips_command, set_mips_command)
946 (_initialize_mips_tdep): Use add_basic_prefix_cmd,
947 add_show_prefix_cmd.
948 * maint.c (maintenance_command, maintenance_info_command)
949 (maintenance_check_command, maintenance_print_command)
950 (maintenance_set_cmd, maintenance_show_cmd): Remove.
951 (_initialize_maint_cmds): Use add_basic_prefix_cmd,
952 add_show_prefix_cmd.
953 (show_per_command_cmd): Remove.
954 * maint-test-settings.c (maintenance_set_test_settings_cmd):
955 Remove.
956 (maintenance_show_test_settings_cmd): Remove.
957 (_initialize_maint_test_settings): Use add_basic_prefix_cmd,
958 add_show_prefix_cmd.
959 * maint-test-options.c (maintenance_test_options_command):
960 Remove.
961 (_initialize_maint_test_options): Use add_basic_prefix_cmd.
962 * macrocmd.c (macro_command): Remove
963 (_initialize_macrocmd): Use add_basic_prefix_cmd.
964 * language.c (set_check, show_check): Remove.
965 (_initialize_language): Use add_basic_prefix_cmd,
966 add_show_prefix_cmd.
967 * infcmd.c (unset_command): Remove.
968 (_initialize_infcmd): Use add_basic_prefix_cmd.
969 * i386-tdep.c (set_mpx_cmd, show_mpx_cmd): Remove.
970 (_initialize_i386_tdep): Use add_basic_prefix_cmd,
971 add_show_prefix_cmd.
972 * go32-nat.c (go32_info_dos_command): Remove.
973 (_initialize_go32_nat): Use add_basic_prefix_cmd.
974 * cli/cli-decode.c (do_prefix_cmd, add_basic_prefix_cmd)
975 (do_show_prefix_cmd, add_show_prefix_cmd): New functions.
976 * frame.c (set_backtrace_cmd, show_backtrace_cmd): Remove.
977 (_initialize_frame): Use add_basic_prefix_cmd,
978 add_show_prefix_cmd.
979 * dcache.c (set_dcache_command, show_dcache_command): Remove.
980 (_initialize_dcache): Use add_basic_prefix_cmd,
981 add_show_prefix_cmd.
982 * cp-support.c (maint_cplus_command): Remove.
983 (_initialize_cp_support): Use add_basic_prefix_cmd.
984 * btrace.c (maint_btrace_cmd, maint_btrace_set_cmd)
985 (maint_btrace_show_cmd, maint_btrace_pt_set_cmd)
986 (maint_btrace_pt_show_cmd, _initialize_btrace): Use
987 add_basic_prefix_cmd, add_show_prefix_cmd.
988 * breakpoint.c (save_command): Remove.
989 (_initialize_breakpoint): Use add_basic_prefix_cmd.
990 * arm-tdep.c (set_arm_command, show_arm_command): Remove.
991 (_initialize_arm_tdep): Use add_basic_prefix_cmd,
992 add_show_prefix_cmd.
993 * ada-lang.c (maint_set_ada_cmd, maint_show_ada_cmd)
994 (set_ada_command, show_ada_command): Remove.
995 (_initialize_ada_language): Use add_basic_prefix_cmd,
996 add_show_prefix_cmd.
997 * command.h (add_basic_prefix_cmd, add_show_prefix_cmd): Declare.
998
3557f442
KR
9992020-04-16 Kamil Rytarowski <n54@gmx.com>
1000
1001 * nbsd-nat.c (inf_ptrace_target::auxv_parse): Remove.
1002 * nbsd-nat.h (inf_ptrace_target::auxv_parse): Likewise.
1003
16197208
SM
10042020-04-16 Simon Marchi <simon.marchi@polymtl.ca>
1005
1006 * windows-tdep.c (is_linked_with_cygwin_dll): Add filename to
1007 warning messages.
1008
00ac85d3
SM
10092020-04-16 Simon Marchi <simon.marchi@polymtl.ca>
1010
1011 * windows-tdep.c (is_linked_with_cygwin_dll): Consider case where
1012 import table is not at beginning of .idata section.
1013
381ce63f
PA
10142020-04-16 Pedro Alves <palves@redhat.com>
1015
1016 * inferior.c (delete_inferior): Use delete operator directly
1017 instead of delete_program_space.
1018 * progspace.c (add_program_space): New, factored out from
1019 program_space::program_space.
1020 (remove_program_space): New, factored out from
1021 delete_program_space.
1022 (program_space::program_space): Remove intro comment. Rewrite.
1023 (program_space::~program_space): Remove intro comment. Call
1024 remove_program_space.
1025 (delete_program_space): Delete.
1026 * progspace.h (program_space::program_space): Make explicit. Move
1027 intro comment here, adjusted.
1028 (program_space::~program_space): Move intro comment here,
1029 adjusted.
1030 (delete_program_space): Remove.
1031
a010605f
TT
10322020-04-16 Tom Tromey <tromey@adacore.com>
1033
1034 * windows-nat.c (windows_nat::handle_access_violation): New
1035 function.
1036 * nat/windows-nat.h (handle_access_violation): Declare.
1037 * nat/windows-nat.c (handle_exception): Move Cygwin code to
1038 windows-nat.c. Call handle_access_violation.
1039
efba5c23
TV
10402020-04-16 Tom de Vries <tdevries@suse.de>
1041
1042 PR symtab/25791
1043 * dwarf2/index-write.c (write_gdbindex): Generate CU table entries for
1044 CUs without psymtab.
1045
97ed802d
KB
10462020-04-16 Kevin Buettner <kevinb@redhat.com>
1047
1048 * python/python.c (do_start_initialization): Don't call
1049 PyEval_InitThreads for Python 3.9 and beyond.
1050
c7d64809
KR
10512020-04-15 Kamil Rytarowski <n54@gmx.com>
1052
1053 * obsd-nat.c (obsd_nat_target::update_thread_list): Pass "this" to
1054 thread functions.
1055 (obsd_nat_target::wait): Likewise.
1056
ce127a96
TT
10572020-04-15 Tom Tromey <tromey@adacore.com>
1058
1059 * windows-nat.c (DEBUG_EXEC, DEBUG_EVENTS, DEBUG_MEM)
1060 (DEBUG_EXCEPT): Use debug_printf.
1061
99f1bc6a
AB
10622020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1063
1064 * completer.c (class completion_tracker::completion_hash_entry)
1065 <hash_name>: New member function.
1066 (completion_tracker::discard_completions): New callback to hash a
1067 completion_hash_entry, pass this to htab_create_alloc.
1068
a0e9b532
JT
10692016-01-20 Jon Turney <jon.turney@dronecode.org.uk>
1070
1071 * windows-nat.c (windows_make_so): Warn rather than stopping with
1072 an error if realpath() fails.
1073
06ca5dd4
KR
10742020-04-14 Kamil Rytarowski <n54@gmx.com>
1075
1076 * nbsd-nat.c (nbsd_pid_to_kinfo_proc2): New.
1077 (nbsd_nat_target::info_proc): Add do_status.
1078
194d088f
TV
10792020-04-14 Simon Marchi <simon.marchi@polymtl.ca>
1080 Tom de Vries <tdevries@suse.de>
1081
1082 PR symtab/25718
1083 * psympriv.h (struct partial_symtab::read_symtab)
1084 (struct partial_symtab::expand_psymtab)
1085 (struct partial_symtab::read_dependencies): Update comments.
1086 * dwarf2/read.c (struct dwarf2_include_psymtab::read_symtab): Call
1087 read_symtab for includer.
1088 (struct dwarf2_include_psymtab::expand_psymtab): Assert false.
1089 (struct dwarf2_include_psymtab::readin_p): Call readin_p () for includer.
1090 (struct dwarf2_include_psymtab::m_readin): Remove.
1091 (struct dwarf2_include_psymtab::includer): New member function.
1092 (dwarf2_psymtab::expand_psymtab): Assert !readin.
1093
c1a66c06
TV
10942020-04-14 Tom de Vries <tdevries@suse.de>
1095
1096 PR symtab/25720
1097 * symmisc.c (maintenance_expand_symtabs): Call expand_symtabs_matching
1098 with NULL symbol_matcher and lookup_name.
1099 * psymtab.c (psym_expand_symtabs_matching): Handle NULL symbol_matcher
1100 and lookup_name.
1101 * dwarf2/read.c (dw2_expand_symtabs_matching)
1102 (dw2_debug_names_expand_symtabs_matching): Same.
1103 * symfile.h (struct quick_symbol_functions::expand_symtabs_matching):
1104 Make lookup_name a pointer. Update comment.
1105 * symtab.c (global_symbol_searcher::expand_symtabs): Handle
1106 lookup_name being a pointer.
1107 * symfile.c (expand_symtabs_matching): Same.
1108 * symfile-debug.c (debug_qf_expand_symtabs_matching): Same.
1109 * linespec.c (iterate_over_all_matching_symtabs): Same.
1110
400b5eca
TT
11112020-04-13 Tom Tromey <tom@tromey.com>
1112
1113 * run-on-main-thread.c: Update include.
1114 * unittests/main-thread-selftests.c: Update include.
1115 * tui/tui-win.c: Update include.
1116 * tui/tui-io.c: Update include.
1117 * tui/tui-interp.c: Update include.
1118 * tui/tui-hooks.c: Update include.
1119 * top.h: Update include.
1120 * top.c: Update include.
1121 * ser-base.c: Update include.
1122 * remote.c: Update include.
1123 * remote-notif.c: Update include.
1124 * remote-fileio.c: Update include.
1125 * record-full.c: Update include.
1126 * record-btrace.c: Update include.
1127 * python/python.c: Update include.
1128 * posix-hdep.c: Update include.
1129 * mingw-hdep.c: Update include.
1130 * mi/mi-main.c: Update include.
1131 * mi/mi-interp.c: Update include.
1132 * main.c: Update include.
1133 * linux-nat.c: Update include.
1134 * interps.c: Update include.
1135 * infrun.c: Update include.
1136 * inf-loop.c: Update include.
1137 * event-top.c: Update include.
1138 * event-loop.c: Move to ../gdbsupport/.
1139 * event-loop.h: Move to ../gdbsupport/.
1140 * async-event.h: Update include.
1141 * Makefile.in (COMMON_SFILES, HFILES_NO_SRCDIR): Update.
1142
93b54c8e
TT
11432020-04-13 Tom Tromey <tom@tromey.com>
1144
1145 * tui/tui-win.c: Include async-event.h.
1146 * remote.c: Include async-event.h.
1147 * remote-notif.c: Include async-event.h.
1148 * record-full.c: Include async-event.h.
1149 * record-btrace.c: Include async-event.h.
1150 * infrun.c: Include async-event.h.
1151 * event-top.c: Include async-event.h.
1152 * event-loop.h: Move some declarations to async-event.h.
1153 * event-loop.c: Don't include ser-event.h or top.h. Move some
1154 code to async-event.c.
1155 * async-event.h: New file.
1156 * async-event.c: New file.
1157 * Makefile.in (COMMON_SFILES): Add async-event.c.
1158 (HFILES_NO_SRCDIR): Add async-event.h.
1159
c1cd3163
TT
11602020-04-13 Tom Tromey <tom@tromey.com>
1161
1162 * utils.c (flush_streams): New function.
1163 * event-loop.c (gdb_wait_for_event): Call flush_streams.
1164
29f2bf4f
TT
11652020-04-13 Tom Tromey <tom@tromey.com>
1166
1167 * event-loop.c (handle_file_event): Use warning, not
1168 printf_unfiltered.
1169
98029d02
TT
11702020-04-13 Tom Tromey <tom@tromey.com>
1171
1172 * event-loop.c: Include <chrono>.
1173
06cc9596
TT
11742020-04-13 Tom Tromey <tom@tromey.com>
1175
1176 * gdb_select.h: Move to ../gdbsupport/.
1177 * event-loop.c: Update include path.
1178 * top.c: Update include path.
1179 * ser-base.c: Update include path.
1180 * ui-file.c: Update include path.
1181 * ser-tcp.c: Update include path.
1182 * guile/scm-ports.c: Update include path.
1183 * posix-hdep.c: Update include path.
1184 * ser-unix.c: Update include path.
1185 * gdb_usleep.c: Update include path.
1186 * mingw-hdep.c: Update include path.
1187 * inflow.c: Update include path.
1188 * infrun.c: Update include path.
1189 * event-top.c: Update include path.
1190
8ae8e197
TT
11912020-04-13 Tom Tromey <tom@tromey.com>
1192
1193 * configure: Rebuild.
1194 * configure.ac: Remove checks that are now in GDB_AC_COMMON.
1195
58cf28e8
TT
11962020-04-13 Tom Tromey <tom@tromey.com>
1197
1198 * event-loop.h (start_event_loop): Don't declare.
1199 * event-loop.c (start_event_loop): Move...
1200 * main.c (start_event_loop): ...here. Now static.
1201
b7f999ae
SDJ
12022020-04-13 Sergio Durigan Junior <sergiodj@sergiodj.net>
1203
1204 * MAINTAINERS: Update my email address.
1205
1085dfd4
KR
12062020-04-12 Kamil Rytarowski <n54@gmx.com>
1207
1208 * nbsd-nat.c (nbsd_nat_target::info_proc): Add IP_MINIMAL and
1209 IP_ALL.
1210
49d1d1f5
KR
12112020-04-12 Kamil Rytarowski <n54@gmx.com>
1212
1213 * nbsd-nat.c (nbsd_pid_to_cmdline): Add.
aac66a4c 1214 (nbsd_nat_target::info_proc): Add do_cmdline.
49d1d1f5 1215
b4848d2a
KR
12162020-04-12 Kamil Rytarowski <n54@gmx.com>
1217
1218 * nbsd-nat.c (nbsd_pid_to_cwd): Add.
aac66a4c 1219 (nbsd_nat_target::info_proc): Add do_cwd.
b4848d2a 1220
51c133d5
KR
12212020-04-12 Kamil Rytarowski <n54@gmx.com>
1222
1223 * nbsd-nat.c (nbsd_nat_target::info_proc): Add do_exe.
1224
54b8cbd0
KR
12252020-04-11 Kamil Rytarowski <n54@gmx.com>
1226
1227 * nbsd-nat.c; Include "nbsd-tdep.h" and "gdbarch.h".
1228 * nbsd-nat.c (nbsd_nat_target::find_memory_regions)
1229 (nbsd_nat_target::info_proc): New functions.
1230 * nbsd-nat.c (kinfo_get_vmmap): New function.
1231 * nbsd-nat.c (nbsd_nat_target::info_proc) Use
1232 nbsd_info_proc_mappings_header and nbsd_info_proc_mappings_entry.
1233 * nbsd-tdep.c (nbsd_info_proc_mappings_header)
1234 (nbsd_info_proc_mappings_entry, nbsd_vm_map_entry_flags): New
1235 functions.
1236 * nbsd-tdep.c (KINFO_VME_PROT_READ, KINFO_VME_PROT_WRITE)
1237 (KINFO_VME_PROT_EXEC, KINFO_VME_FLAG_COW)
1238 (KINFO_VME_FLAG_NEEDS_COPY, KINFO_VME_FLAG_NOCOREDUMP)
1239 (KINFO_VME_FLAG_PAGEABLE, KINFO_VME_FLAG_GROWS_UP)
1240 (KINFO_VME_FLAG_GROWS_DOWN): New.
1241
cf83625d
AS
12422020-04-10 Artur Shepilko <nomadbyte@gmail.com>
1243
1244 * utils.c (copy_bitwise): Use unsigned 0 constant as operand of
1245 bit shift.
1246
0c4311ab
TT
12472020-04-10 Tom Tromey <tromey@adacore.com>
1248
1249 * symfile.c (symbol_file_add_separate): Preserve OBJF_MAINLINE.
1250
3e65b3e9
TT
12512020-04-10 Tom Tromey <tromey@adacore.com>
1252
1253 * symtab.c (get_symbol_address, get_msymbol_address): Skip
1254 separate debug files.
1255
13302e95
HD
12562020-04-10 Hannes Domani <ssbssa@yahoo.de>
1257
1258 * nat/windows-nat.c (STATUS_WX86_BREAKPOINT, STATUS_WX86_SINGLE_STEP):
1259 Move to...
1260 * nat/windows-nat.h (STATUS_WX86_BREAKPOINT, STATUS_WX86_SINGLE_STEP):
1261 ... here.
1262 * windows-nat.c (windows_nat_target::get_windows_debug_event):
1263 Check for STATUS_WX86_BREAKPOINT.
1264 (windows_nat_target::wait): Same.
1265
bdfc1e8a
TV
12662020-04-10 Tom de Vries <tdevries@suse.de>
1267
1268 PR cli/25808
1269 * python/lib/gdb/__init__.py: Initialize lexer with stripnl=False.
1270
f4460aec
SM
12712020-04-09 Simon Marchi <simon.marchi@polymtl.ca>
1272
1273 * MAINTAINERS (Global Maintainers): Add Tom de Vries.
1274 (Write After Approval): Remove Tom de Vries.
1275
a25198bb
BE
12762020-04-09 Bernd Edlinger <bernd.edlinger@hotmail.de>
1277
1278 revert partially:
1279 2020-04-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
1280
aac66a4c
SM
1281 * buildsym.c (record_line): Fix undefined behavior and preserve
1282 lines at eof.
a25198bb 1283
206c98a6
KR
12842020-04-09 Kamil Rytarowski <n54@gmx.com>
1285
1286 * auxv.h (svr4_auxv_parse): New.
1287 * auxv.c (default_auxv_parse): Split into default_auxv_parse
1288 and generic_auxv_parse.
1289 (svr4_auxv_parse): Add.
1290 * obsd-tdep.c: Include "auxv.h".
1291 (obsd_auxv_parse): Remove.
1292 (obsd_init_abi): Remove comment.
1293 (obsd_init_abi): Change set_gdbarch_auxv_parse passed argument
1294 from `obsd_auxv_parse' to `svr4_auxv_parse'.
1295 * nbsd-tdep.c: Include "auxv.h".
1296 (nbsd_init_abi): Call set_gdbarch_auxv_parse.
1297
71fbdbaf
TT
12982020-04-08 Tom Tromey <tromey@adacore.com>
1299
1300 * nat/windows-nat.h (last_wait_event): Don't declare.
1301 (wait_for_debug_event): Update comment.
1302 * nat/windows-nat.c (last_wait_event): Now static.
1303
2c1d95e8
TT
13042020-04-08 Tom Tromey <tromey@adacore.com>
1305
1306 * windows-nat.c (wait_for_debug_event): Move to
1307 nat/windows-nat.c.
1308 * nat/windows-nat.h (wait_for_debug_event): Declare.
1309 * nat/windows-nat.c (wait_for_debug_event): Move from
1310 windows-nat.c. No longer static.
1311
d2977bc4
TT
13122020-04-08 Tom Tromey <tromey@adacore.com>
1313
1314 * windows-nat.c (get_windows_debug_event): Use
1315 fetch_pending_stop.
1316 * nat/windows-nat.h (fetch_pending_stop): Declare.
1317 * nat/windows-nat.c (fetch_pending_stop): New function.
1318
e758e19c
TT
13192020-04-08 Tom Tromey <tromey@adacore.com>
1320
1321 * windows-nat.c (windows_continue): Use matching_pending_stop and
1322 continue_last_debug_event.
1323 * nat/windows-nat.h (matching_pending_stop)
1324 (continue_last_debug_event): Declare.
1325 * nat/windows-nat.c (DEBUG_EVENTS): New define.
1326 (matching_pending_stop, continue_last_debug_event): New
1327 functions.
1328
8d30e395
TT
13292020-04-08 Tom Tromey <tromey@adacore.com>
1330
1331 * windows-nat.c (MS_VC_EXCEPTION): Move to nat/windows-nat.c.
1332 (handle_exception_result): Move to nat/windows-nat.h.
1333 (DEBUG_EXCEPTION_SIMPLE): Remove.
1334 (windows_nat::handle_ms_vc_exception): New function.
1335 (handle_exception): Move to nat/windows-nat.c.
1336 (get_windows_debug_event): Update.
1337 (STATUS_WX86_BREAKPOINT, STATUS_WX86_SINGLE_STEP): Move to
1338 nat/windows-nat.c.
1339 * nat/windows-nat.h (handle_ms_vc_exception): Declare.
1340 (handle_exception_result): Move from windows-nat.c.
1341 (handle_exception): Declare.
1342 * nat/windows-nat.c (MS_VC_EXCEPTION, handle_exception)
1343 (STATUS_WX86_SINGLE_STEP, STATUS_WX86_BREAKPOINT): Move from
1344 windows-nat.c.
1345
29de418d
TT
13462020-04-08 Tom Tromey <tromey@adacore.com>
1347
1348 * windows-nat.c (exception_count, event_count): Remove.
1349 (handle_exception, get_windows_debug_event)
1350 (do_initial_windows_stuff): Update.
1351
a816ba18
TT
13522020-04-08 Tom Tromey <tromey@adacore.com>
1353
1354 * windows-nat.c (windows_nat::handle_load_dll)
1355 (windows_nat::handle_unload_dll): Rename. No longer static.
1356 * nat/windows-nat.h (handle_load_dll, handle_unload_dll):
1357 Declare.
1358
a00caa12
TT
13592020-04-08 Tom Tromey <tromey@adacore.com>
1360
1361 * complaints.h (stop_whining): Declare at top-level.
1362 (complaint): Don't declare stop_whining.
1363
d41b524f
TT
13642020-04-08 Tom Tromey <tromey@adacore.com>
1365
1366 * windows-nat.c (windows_nat::handle_output_debug_string):
1367 Rename. No longer static.
1368 * nat/windows-nat.h (handle_output_debug_string): Declare.
1369
3c76026d
TT
13702020-04-08 Tom Tromey <tromey@adacore.com>
1371
1372 * windows-nat.c (current_process_handle, current_process_id)
1373 (main_thread_id, last_sig, current_event, last_wait_event)
1374 (current_windows_thread, desired_stop_thread_id, pending_stops)
1375 (struct pending_stop, siginfo_er): Move to nat/windows-nat.c.
1376 (display_selectors, fake_create_process)
1377 (get_windows_debug_event): Update.
1378 * nat/windows-nat.h (current_process_handle, current_process_id)
1379 (main_thread_id, last_sig, current_event, last_wait_event)
1380 (current_windows_thread, desired_stop_thread_id, pending_stops)
1381 (struct pending_stop, siginfo_er): Move from windows-nat.c.
1382 * nat/windows-nat.c (current_process_handle, current_process_id)
1383 (main_thread_id, last_sig, current_event, last_wait_event)
1384 (current_windows_thread, desired_stop_thread_id, pending_stops)
1385 (siginfo_er): New globals. Move from windows-nat.c.
1386
9d8679cc
TT
13872020-04-08 Tom Tromey <tromey@adacore.com>
1388
1389 * windows-nat.c (get_image_name): Move to nat/windows-nat.c.
1390 (handle_load_dll): Update.
1391 * nat/windows-nat.c (get_image_name): Move from windows-nat.c.
1392
28688adf
TT
13932020-04-08 Tom Tromey <tromey@adacore.com>
1394
1395 * windows-nat.c (enum thread_disposition_type): Move to
1396 nat/windows-nat.h.
1397 (windows_nat::thread_rec): Rename from thread_rec. No longer
1398 static.
1399 (windows_add_thread, windows_nat_target::fetch_registers)
1400 (windows_nat_target::store_registers, handle_exception)
1401 (windows_nat_target::resume, get_windows_debug_event)
1402 (windows_nat_target::get_tib_address)
1403 (windows_nat_target::thread_name)
1404 (windows_nat_target::thread_alive): Update.
1405 * nat/windows-nat.h (enum thread_disposition_type): Move from
1406 windows-nat.c.
1407 (thread_rec): Declare.
1408
4834dad0
TT
14092020-04-08 Tom Tromey <tromey@adacore.com>
1410
1411 * windows-nat.c: Add "using namespace".
1412 * nat/windows-nat.h: Wrap contents in windows_nat namespace.
1413 * nat/windows-nat.c: Wrap contents in windows_nat namespace.
1414
65bafd5b
TT
14152020-04-08 Tom Tromey <tromey@adacore.com>
1416
1417 * nat/windows-nat.h (struct windows_thread_info): Declare
1418 destructor.
1419 * nat/windows-nat.c (~windows_thread_info): New.
1420
0a4afda3
TT
14212020-04-08 Tom Tromey <tromey@adacore.com>
1422
1423 PR gdb/22992
1424 * windows-nat.c (current_event): Update comment.
1425 (last_wait_event, desired_stop_thread_id): New globals.
1426 (struct pending_stop): New.
1427 (pending_stops): New global.
1428 (windows_nat_target) <stopped_by_sw_breakpoint>
1429 <supports_stopped_by_sw_breakpoint>: New methods.
1430 (windows_fetch_one_register): Add assertions. Adjust PC.
1431 (windows_continue): Handle pending stops. Suspend other threads
1432 when stepping. Use last_wait_event
1433 (wait_for_debug_event): New function.
1434 (get_windows_debug_event): Use wait_for_debug_event. Handle
1435 pending stops. Queue spurious stops.
1436 (windows_nat_target::wait): Set stopped_at_software_breakpoint.
1437 (windows_nat_target::kill): Use wait_for_debug_event.
1438 * nat/windows-nat.h (struct windows_thread_info)
1439 <stopped_at_software_breakpoint>: New field.
1440 * nat/windows-nat.c (windows_thread_info::resume): Clear
1441 stopped_at_software_breakpoint.
1442
8e61ebec
TT
14432020-04-08 Tom Tromey <tromey@adacore.com>
1444
1445 * windows-nat.c (enum thread_disposition_type): New.
1446 (thread_rec): Replace "get_context" parameter with "disposition";
1447 change type.
1448 (windows_add_thread, windows_nat_target::fetch_registers)
1449 (windows_nat_target::store_registers, handle_exception)
1450 (windows_nat_target::resume, get_windows_debug_event)
1451 (windows_nat_target::get_tib_address)
1452 (windows_nat_target::thread_name)
1453 (windows_nat_target::thread_alive): Update.
1454
98a03287
TT
14552020-04-08 Tom Tromey <tromey@adacore.com>
1456
1457 * windows-nat.c (thread_rec): Use windows_thread_info::suspend.
1458 (windows_continue): Use windows_continue::resume.
1459 * nat/windows-nat.h (struct windows_thread_info) <suspend,
1460 resume>: Declare new methods.
1461 * nat/windows-nat.c: New file.
1462 * configure.nat (NATDEPFILES): Add nat/windows-nat.o when needed.
1463
7c7411bc
TT
14642020-04-08 Tom Tromey <tromey@adacore.com>
1465
1466 * windows-nat.c (windows_add_thread, windows_delete_thread)
1467 (windows_nat_target::fetch_registers)
1468 (windows_nat_target::store_registers, fake_create_process)
1469 (windows_nat_target::resume, windows_nat_target::resume)
1470 (get_windows_debug_event, windows_nat_target::wait)
1471 (windows_nat_target::pid_to_str)
1472 (windows_nat_target::get_tib_address)
1473 (windows_nat_target::get_ada_task_ptid)
1474 (windows_nat_target::thread_name)
1475 (windows_nat_target::thread_alive): Use lwp, not tid.
1476
2950fdf7
TT
14772020-04-08 Tom Tromey <tromey@adacore.com>
1478
1479 * windows-nat.c (handle_exception)
1480 (windows_nat_target::thread_name): Update.
1481 * nat/windows-nat.h (windows_thread_info): Remove destructor.
1482 <name>: Now unique_xmalloc_ptr.
1483
62fe396b
TT
14842020-04-08 Tom Tromey <tromey@adacore.com>
1485
1486 * windows-nat.c (thread_rec)
1487 (windows_nat_target::fetch_registers): Update.
1488 * nat/windows-nat.h (struct windows_thread_info) <suspended>:
1489 Update comment.
1490 <debug_registers_changed, reload_context>: Now bool.
1491
e9534bd2
TT
14922020-04-08 Tom Tromey <tromey@adacore.com>
1493
1494 * windows-nat.c (windows_add_thread): Use new.
1495 (windows_init_thread_list, windows_delete_thread): Use delete.
1496 (get_windows_debug_event): Update.
1497 * nat/windows-nat.h (struct windows_thread_info): Add constructor,
1498 destructor, and initializers.
1499
ae1f8880
TT
15002020-04-08 Tom Tromey <tromey@adacore.com>
1501
1502 * windows-nat.c (struct windows_thread_info): Remove.
1503 * nat/windows-nat.h: New file.
1504
55a1e039
TT
15052020-04-08 Tom Tromey <tromey@adacore.com>
1506
1507 * windows-nat.c (struct windows_thread_info) <tid>: Rename from "id".
1508 (thread_rec, windows_add_thread, windows_delete_thread)
1509 (windows_continue): Update.
1510
93366324
TT
15112020-04-08 Tom Tromey <tromey@adacore.com>
1512
1513 * windows-nat.c (struct windows_thread_info): Remove typedef.
1514 (thread_head): Remove.
1515 (thread_list): New global.
1516 (thread_rec, windows_add_thread, windows_init_thread_list)
1517 (windows_delete_thread, windows_continue): Update.
1518
0f2265e2
SM
15192020-04-08 Simon Marchi <simon.marchi@polymtl.ca>
1520
1521 * windows-tdep.h (windows_init_abi): Add comment.
1522 (cygwin_init_abi): New declaration.
1523 * windows-tdep.c: Split signal enumeration in two, one for
1524 Windows and one for Cygwin.
1525 (windows_gdb_signal_to_target): Only deal with signal of the
1526 Windows OS ABI.
1527 (cygwin_gdb_signal_to_target): New function.
1528 (windows_init_abi): Rename to windows_init_abi_common, don't set
1529 gdb_signal_to_target gdbarch method. Add new new function with
1530 this name.
1531 (cygwin_init_abi): New function.
1532 * amd64-windows-tdep.c (amd64_windows_init_abi_common): Add
1533 comment. Don't call windows_init_abi.
1534 (amd64_windows_init_abi): Add comment, call windows_init_abi.
1535 (amd64_cygwin_init_abi): Add comment, call cygwin_init_abi.
1536 * i386-windows-tdep.c (i386_windows_init_abi): Rename to
1537 i386_windows_init_abi_common, don't call windows_init_abi. Add
1538 a new function of this name.
1539 (i386_cygwin_init_abi): New function.
1540 (_initialize_i386_windows_tdep): Bind i386_cygwin_init_abi to
1541 OS ABI Cygwin.
1542
3810f182
SM
15432020-04-08 Simon Marchi <simon.marchi@polymtl.ca>
1544
1545 * dwarf2/read.c (read_gdb_index_from_buffer): Remove objfile
1546 parameter.c.
1547 (dwarf2_read_gdb_index): Update.
1548
063f8e80
KR
15492020-04-07 Kamil Rytarowski <n54@gmx.com>
1550
1551 * nbsd-tdep.c: Include "objfiles.h".
1552 (nbsd_skip_solib_resolver): New.
1553 (nbsd_init_abi): Call set_gdbarch_skip_solib_resolver().
1554
85a9510c 15552020-04-07 Nitika Achra <Nitika.Achra@amd.com>
1556
1557 * dwarf2/loc.c (loclist_describe_location): Call the function decode_debug_loclists_
1558 addresses if DWARF version is 5 or more because DW_LLE_start* or DW_LLE_offset_pair
1559 with DW_LLE_base_addressx are being emitted in DWARFv5.
1560 Add the newly added kind DW_LOC_OFFSET_PAIR also.
1561 The length of location description is an unsigned ULEB integer in DWARFv5 instead of
1562 unsigned integer.
1563
9fc3eaae 15642020-04-07 Nitika Achra <Nitika.Achra@amd.com>
1565
1566 * dwarf2/loc.c (enum debug_loc_kind): Add a new kind DEBUG_LOC_OFFSET_PAIR.
1567 (dwarf2_find_location_expression): Call the function decode_debug_loclists_
1568 addresses if DWARF version is 5 or more. DW_LLE_start* or DW_LLE_offset_pair
1569 with DW_LLE_base_addressx are being emitted in DWARFv5 instead of DW_LLE_GNU*.
1570 Add applicable base address if the entry is DW_LLE_offset_pair from DWO.
1571 (decode_debug_loclists_addresses): Return DEBUG_LOC_OFFSET_PAIR instead of
1572 DEBUG_LOC_START_END in case of DW_LLE_offset_pair.
1573
1574
41144253 15752020-04-07 Nitika Achra <Nitika.Achra@amd.com>
1576
1577 * dwarf2/read.c (cu_debug_loc_section): Added the declaration for the function.
1578 (read_loclist_index): New function definition.
1579 (lookup_loclist_base): New function definition.
1580 (read_loclist_header): New function definition.
1581 (dwarf2_cu): Add loclist_base and loclist_header field.
1582 (dwarf2_locate_dwo_sections): Handle .debug_loclists.dwo section.
1583 (read_full_die_1): Read the value of DW_AT_loclists_base.
1584 (read_attribute_reprocess): Handle DW_FORM_loclistx.
1585 (read_attribute_value): Handle DW_FORM_loclistx.
1586 (skip_one_die): Handle DW_FORM_loclistx.
1587 (loclist_header): New structure declaration.
1588 * dwarf2/attribute.c (form_is_section_offset): Handle DW_FORM_loclistx.
1589
9f4e76a4
SM
15902020-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1591
1592 * dwarf2/read.h (struct dwarf2_psymtab): Remove two-parameters
1593 constructor. Remove `addr` parameter from other constructor and
1594 add `per_cu` parameter.
1595 * dwarf2/read.c (create_partial_symtab): Update.
1596
25c11aca
TV
15972020-04-07 Tom de Vries <tdevries@suse.de>
1598
1599 PR symtab/25796
1600 * dwarf2/read.c (can_have_DW_AT_const_value_p): New function.
1601 (partial_die_info::fixup): Inherit has_const_value.
1602
5707e24b
TV
16032020-04-07 Tom de Vries <tdevries@suse.de>
1604
1605 * psymtab.c (maintenance_check_psymtabs): Skip static LOC_BLOCK
1606 symbols without address.
1607
05f00e22
KR
16082020-04-06 Kamil Rytarowski <n54@gmx.com>
1609
1610 * nbsd-nat.h (struct thread_info): Add forward declaration.
1611 (nbsd_nat_target::thread_alive): Add.
1612 (nbsd_nat_target::thread_name): Likewise.
1613 (nbsd_nat_target::update_thread_list): Likewise.
1614 (update_thread_list::post_attach): Likewise.
1615 (post_attach::pid_to_str): Likewise.
1616 * nbsd-nat.c: Include "gdbthread.h" and "inferior.h".
1617 (nbsd_thread_lister): Add.
1618 (nbsd_nat_target::thread_alive): Likewise.
1619 (nbsd_nat_target::thread_name): Likewise.
1620 (nbsd_add_threads): Likewise.
1621 (update_thread_list::post_attach): Likewise.
1622 (nbsd_nat_target::update_thread_list): Likewise.
1623 (post_attach::pid_to_str): Likewise.
1624
6ee448cc
TT
16252020-04-06 Tom Tromey <tromey@adacore.com>
1626
1627 * ada-valprint.c (print_variant_part): Extract the variant field.
1628 (print_field_values): Use the field as the outer value when
1629 recursing.
1630
dea34e8c
TT
16312020-04-06 Tom Tromey <tromey@adacore.com>
1632
1633 * sh-nbsd-tdep.c: Include nbsd-tdep.h.
1634 * ppc-nbsd-tdep.c: Include nbsd-tdep.h.
1635 * mips-nbsd-tdep.c (mipsnbsd_init_abi): Add missing ";".
1636 * arm-nbsd-tdep.c: Include nbsd-tdep.h.
1637 * hppa-nbsd-tdep.c: Include nbsd-tdep.h.
1638
93689ce9
TT
16392020-04-06 Tom Tromey <tromey@adacore.com>
1640
1641 * dwarf2/read.c (read_base_type) <DW_ATE_complex_float>: Handle
1642 TYPE_CODE_ERROR.
1643
79743962
KR
16442020-04-06 Kamil Rytarowski <n54@gmx.com>
1645
1646 * nbsd-tdep.c: Include "gdbarch.h".
1647 Define enum with NetBSD signal numbers.
1648 (nbsd_gdb_signal_from_target, nbsd_gdb_signal_to_target): New.
1649 * alpha-nbsd-tdep.c (alphanbsd_init_abi): Call nbsd_init_abi().
1650 * amd64-nbsd-tdep.c (amd64nbsd_init_abi): Likewise.
1651 * arm-nbsd-tdep.c (arm_netbsd_elf_init_abi): Likewise.
1652 * hppa-nbsd-tdep.c (hppanbsd_init_abi): Likewise.
1653 * i386-nbsd-tdep.c (i386nbsd_init_abi): Likewise.
1654 * mips-nbsd-tdep.c (nbsd_init_abi): Likewise.
1655 * ppc-nbsd-tdep.c (ppcnbsd_init_abi): Likewise.
1656 * sh-nbsd-tdep.c (shnbsd_init_abi): Likewise.
1657 * sparc-nbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
1658 * sparc64-nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
1659 * vax-nbsd-tdep.c (vaxnbsd_elf_init_abi): Likewise.
1660
9e7c9a03
HD
16612020-04-03 Hannes Domani <ssbssa@yahoo.de>
1662
1663 PR gdb/25325
1664 * dwarf2/read.c (read_enumeration_type): Fix typed enum attributes.
1665
d9e49b61
TT
16662020-04-03 Tom Tromey <tromey@adacore.com>
1667
1668 * dwarf2/loc.c (disassemble_dwarf_expression) <DW_OP_const_type>:
1669 Read constant block.
1670
e0fc5c3f
SM
16712020-04-02 Simon Marchi <simon.marchi@polymtl.ca>
1672
1673 * gdb_bfd.h: Include gdbsupport/byte-vector.h.
1674 (gdb_bfd_get_full_section_contents): New declaration.
1675 * gdb_bfd.c (gdb_bfd_get_full_section_contents): New function.
1676 * windows-tdep.c (is_linked_with_cygwin_dll): Use
1677 gdb_bfd_get_full_section_contents.
1678
e2ff18a0
SM
16792020-04-02 Simon Marchi <simon.marchi@polymtl.ca>
1680
1681 * exec.c (build_section_table): Replace internal_error with
1682 gdb_assert.
1683 (section_table_xfer_memory_partial): Likewise.
1684 * mdebugread.c (parse_partial_symbols): Likewise.
1685 * psymtab.c (lookup_partial_symbol): Likewise.
1686 * utils.c (wrap_here): Likewise.
1687
0830d301
TT
16882020-04-02 Tom Tromey <tromey@adacore.com>
1689
1690 * f-lang.c (build_fortran_types): Use arch_type to initialize
1691 builtin_complex_s32 in the TYPE_CODE_ERROR case.
1692
e7da7f8f
TT
16932020-04-02 Tom Tromey <tromey@adacore.com>
1694
1695 * dwarf2/read.c (partial_die_info::read): Do not create a vector
1696 of attributes.
1697
c90d28ac
AB
16982020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1699 Bernd Edlinger <bernd.edlinger@hotmail.de>
1700 Tom Tromey <tromey@adacore.com>
1701
1702 * buildsym.c (buildsym_compunit::record_line): Remove
1703 deduplication code.
1704
1aa98955
TV
17052020-04-02 Tom de Vries <tdevries@suse.de>
1706
1707 PR ada/24671
1708 * dwarf2/read.c (dw2_map_matching_symbols): Handle -readnow.
1709
d3214198
TV
17102020-04-02 Tom de Vries <tdevries@suse.de>
1711
1712 * dwarf2/read.c (dwarf2_gdb_index_functions,
1713 dwarf2_debug_names_functions): Init lookup_global_symbol_language with
1714 NULL.
1715 * psymtab.c (psym_lookup_global_symbol_language): New function.
1716 (psym_functions): Init psym_lookup_global_symbol_language with
1717 psym_lookup_global_symbol_language.
1718 * symfile-debug.c (debug_sym_quick_functions): Init
1719 lookup_global_symbol_language with NULL.
1720 * symfile.c (set_initial_language): Remove fixme comment.
1721 * symfile.h (struct quick_symbol_functions): Add
1722 lookup_global_symbol_language.
1723 * symtab.c (find_quick_global_symbol_language): New function.
1724 (find_main_name): Use find_quick_global_symbol_language.
1725
2836752f
SM
17262020-04-01 Simon Marchi <simon.marchi@polymtl.ca>
1727
1728 * windows-tdep.c (is_linked_with_cygwin_dll): Fix style.
1729
64dc2d4b
BE
17302020-04-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
1731
1732 * buildsym.c (record_line): Fix undefined behavior and preserve
1733 lines at eof.
1734
bbe3dc41
BE
17352020-04-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
1736
1737 * buildsym.c (record_line): Fix the resizing condition.
1738
6b4a335b
TT
17392020-04-01 Tom Tromey <tom@tromey.com>
1740
1741 * value.h (value_literal_complex): Add comment.
1742 * valops.c (value_literal_complex): Refer to value.h.
1743
3638a098
TT
17442020-04-01 Tom Tromey <tom@tromey.com>
1745
1746 * c-exp.y (FLOAT_KEYWORD, COMPLEX): New tokens.
1747 (scalar_type): New rule, from typebase.
1748 (typebase): Use scalar_type. Recognize complex types.
1749 (field_name): Handle FLOAT_KEYWORD.
1750 (ident_tokens): Add _Complex and __complex__.
1751
c34e8714
TT
17522020-04-01 Tom Tromey <tom@tromey.com>
1753
1754 PR exp/25299:
1755 * valarith.c (promotion_type, complex_binop): New functions.
1756 (scalar_binop): Handle complex numbers. Use promotion_type.
1757 (value_pos, value_neg, value_complement): Handle complex numbers.
1758
fa649bb7
TT
17592020-04-01 Tom Tromey <tom@tromey.com>
1760
1761 * c-exp.y (COMPLEX_INT, COMPLEX_FLOAT): New tokens.
1762 (exp) <COMPLEX_INT, COMPLEX_FLOAT>: New rules.
1763 (parse_number): Handle complex numbers.
1764
981c08ce
TT
17652020-04-01 Tom Tromey <tom@tromey.com>
1766
1767 * c-valprint.c (c_decorations): Change complex suffix to "i".
1768
4c99290d
TT
17692020-04-01 Tom Tromey <tom@tromey.com>
1770
1771 * valprint.c (generic_value_print_complex): Use accessors.
1772 * value.h (value_real_part, value_imaginary_part): Declare.
1773 * valops.c (value_real_part, value_imaginary_part): New
1774 functions.
1775 * value.c (creal_internal_fn, cimag_internal_fn): Use accessors.
1776
5b930b45
TT
17772020-04-01 Tom Tromey <tom@tromey.com>
1778
1779 * stabsread.c (rs6000_builtin_type, read_sun_floating_type)
1780 (read_range_type): Update.
1781 * mdebugread.c (basic_type): Update.
1782 * go-lang.c (build_go_types): Use init_complex_type.
1783 * gdbtypes.h (struct main_type) <complex_type>: New member.
1784 (init_complex_type): Update.
1785 (arch_complex_type): Don't declare.
1786 * gdbtypes.c (init_complex_type): Remove "objfile" parameter.
1787 Make name if none given. Use alloc_type_copy. Look for cached
1788 complex type.
1789 (arch_complex_type): Remove.
1790 (gdbtypes_post_init): Use init_complex_type.
1791 * f-lang.c (build_fortran_types): Use init_complex_type.
1792 * dwarf2/read.c (read_base_type): Update.
1793 * d-lang.c (build_d_types): Use init_complex_type.
1794 * ctfread.c (read_base_type): Update.
1795
53cccef1
TBA
17962020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1797
1798 * infrun.c (stop_all_threads): Update assertion, plus when
1799 stopping threads, take into account that we might be trying
1800 to stop an all-stop target.
1801 (stop_waiting): Call 'stop_all_threads' if there exists a
1802 non-stop target.
1803
a0714d30
TBA
18042020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1805
1806 * target.h (exists_non_stop_target): New function declaration.
1807 * target.c (exists_non_stop_target): New function.
1808
60e22c1e
HD
18092020-04-01 Hannes Domani <ssbssa@yahoo.de>
1810
1811 PR gdb/24789
1812 * eval.c (is_integral_or_integral_reference): New function.
1813 (evaluate_subexp_standard): Allow integer references in
1814 pointer arithmetic.
1815
e139a727
TBA
18162020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1817
1818 * remote.c (remote_target::remote_parse_stop_reply): Remove the
1819 check for no ptid in the stop reply when the target is non-stop.
1820
e0802d59
TT
18212020-04-01 Tom Tromey <tromey@adacore.com>
1822
1823 * symtab.h (class lookup_name_info) <lookup_name_info>: Change
1824 "name" parameter to rvalue reference. Initialize m_name_holder.
1825 <lookup_name_info>: New overloads.
1826 <name>: Return gdb::string_view.
1827 <c_str>: New method.
1828 <make_ignore_params>: Update.
1829 <search_name_hash>: Update.
1830 <language_lookup_name>: Return const char *.
1831 <m_name>: Change type.
1832 * symtab.c (demangle_for_lookup_info::demangle_for_lookup_info)
1833 (demangle_for_lookup_info::demangle_for_lookup_info): Update.
1834 (lookup_name_info::match_any): Update.
1835 * psymtab.c (match_partial_symbol, lookup_partial_symbol):
1836 Update.
1837 * minsyms.c (linkage_name_str): Update.
1838 * language.c (default_symbol_name_matcher): Update.
1839 * dwarf2/read.c (mapped_index_base::find_name_components_bounds):
1840 Update.
1841 * ada-lang.c (ada_fold_name): Change parameter to string_view.
1842 (ada_lookup_name_info::ada_lookup_name_info): Update.
1843 (literal_symbol_name_matcher): Update.
1844
8c072cb6
TT
18452020-04-01 Tom Tromey <tromey@adacore.com>
1846
1847 * psymtab.c (psymtab_search_name): Remove function.
1848 (psym_lookup_symbol): Create search name and lookup name here.
1849 (lookup_partial_symbol): Remove "name" parameter; add
1850 lookup_name.
1851 (psym_expand_symtabs_for_function): Update.
1852
6f29a534
TT
18532020-03-31 Joel Jones <joelkevinjones@gmail.com>
1854
1855 PR tui/25597:
1856 * python/py-tui.c: Include gdb_curses.h inside of #ifdef TUI.
1857
af62665e
TT
18582020-03-31 Tom Tromey <tromey@adacore.com>
1859
1860 * dwarf2/abbrev.c (abbrev_table::read): Conditionally call
1861 memcpy.
1862
d1a89da5
NC
18632020-03-30 Nelson Chu <nelson.chu@sifive.com>
1864
1865 * features/riscv/32bit-csr.xml: Regenerated.
1866 * features/riscv/64bit-csr.xml: Regenerated.
1867
d8af9068
TT
18682020-03-30 Tom Tromey <tromey@adacore.com>
1869
1870 * ada-valprint.c (print_variant_part): Update.
1871 * ada-lang.h (ada_which_variant_applies): Update.
1872 * ada-lang.c (ada_which_variant_applies): Remove outer_type and
1873 outer_valaddr parameters; replace with "outer" value parameter.
1874 (to_fixed_variant_branch_type): Update.
1875
227c0bf4
PFC
18762020-03-30 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1877
1878 * ppc-linux-nat.c: Include <algorithm>, <unordered_map>, and
1879 <list>. Remove inclusion of observable.h.
1880 (PPC_DEBUG_CURRENT_VERSION): Move up define.
1881 (struct arch_lwp_info): New struct.
1882 (class ppc_linux_dreg_interface): New class.
1883 (struct ppc_linux_process_info): New struct.
1884 (struct ppc_linux_nat_target) <low_delete_thread, low_new_fork>
1885 <low_new_clone, low_forget_process, low_prepare_to_resume>
1886 <copy_thread_dreg_state, mark_thread_stale>
1887 <mark_debug_registers_changed, register_hw_breakpoint>
1888 <clear_hw_breakpoint, register_wp, clear_wp>
1889 <can_use_watchpoint_cond_accel, calculate_dvc, check_condition>
1890 <num_memory_accesses, get_trigger_type>
1891 <create_watchpoint_request, hwdebug_point_cmp>
1892 <init_arch_lwp_info, get_arch_lwp_info>
1893 <low_stopped_by_watchpoint, low_stopped_data_address>: Declare as
1894 methods.
1895 <struct ptid_hash>: New inner struct.
1896 <m_dreg_interface, m_process_info, m_installed_hw_bps>: Declare
1897 members.
1898 (saved_dabr_value, hwdebug_info, max_slots_number)
1899 (struct hw_break_tuple, struct thread_points, ppc_threads)
1900 (have_ptrace_hwdebug_interface)
1901 (hwdebug_find_thread_points_by_tid)
1902 (hwdebug_insert_point, hwdebug_remove_point): Remove.
1903 (ppc_linux_nat_target::can_use_hw_breakpoint): Use
1904 m_dreg_interface, remove call to PTRACE_SET_DEBUGREG.
1905 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Add comment,
1906 use m_dreg_interface.
1907 (hwdebug_point_cmp): Change to...
1908 (ppc_linux_nat_target::hwdebug_point_cmp): ...this method. Use
1909 reference arguments instead of pointers.
1910 (ppc_linux_nat_target::ranged_break_num_registers): Use
1911 m_dreg_interface.
1912 (ppc_linux_nat_target::insert_hw_breakpoint): Add comment, use
1913 m_dreg_interface. Call register_hw_breakpoint.
1914 (ppc_linux_nat_target::remove_hw_breakpoint): Add comment, use
1915 m_dreg_interface. Call clear_hw_breakpoint.
1916 (get_trigger_type): Change to...
1917 (ppc_linux_nat_target::get_trigger_type): ...this method. Add
1918 comment.
1919 (ppc_linux_nat_target::insert_mask_watchpoint): Update comment,
1920 use m_dreg_interface. Call register_hw_breakpoint.
1921 (ppc_linux_nat_target::remove_mask_watchpoint): Update comment,
1922 use m_dreg_interface. Call clear_hw_breakpoint.
1923 (can_use_watchpoint_cond_accel): Change to...
1924 (ppc_linux_nat_target::can_use_watchpoint_cond_accel): ...this
1925 method. Update comment, use m_dreg_interface and
1926 m_process_info.
1927 (calculate_dvc): Change to...
1928 (ppc_linux_nat_target::calculate_dvc): ...this method. Use
1929 m_dreg_interface.
1930 (num_memory_accesses): Change to...
1931 (ppc_linux_nat_target::num_memory_accesses): ...this method.
1932 (check_condition): Change to...
1933 (ppc_linux_nat_target::check_condition): ...this method.
1934 (ppc_linux_nat_target::can_accel_watchpoint_condition): Update
1935 comment, use m_dreg_interface.
1936 (create_watchpoint_request): Change to...
1937 (ppc_linux_nat_target::create_watchpoint_request): ...this
1938 method. Use m_dreg_interface.
1939 (ppc_linux_nat_target::insert_watchpoint): Add comment, use
1940 m_dreg_interface. Call register_hw_breakpoint or register_wp.
1941 (ppc_linux_nat_target::remove_watchpoint): Add comment, use
1942 m_dreg_interface. Call clear_hw_breakpoint or clear_wp.
1943 (ppc_linux_nat_target::low_forget_process)
1944 (ppc_linux_nat_target::low_new_fork)
1945 (ppc_linux_nat_target::low_new_clone)
1946 (ppc_linux_nat_target::low_delete_thread)
1947 (ppc_linux_nat_target::low_prepare_to_resume): New methods.
1948 (ppc_linux_nat_target::low_new_thread): Remove previous logic,
1949 only call mark_thread_stale.
1950 (ppc_linux_thread_exit): Remove.
1951 (ppc_linux_nat_target::stopped_data_address): Change to...
1952 (ppc_linux_nat_target::low_stopped_data_address): This. Add
1953 comment, use m_dreg_interface and m_thread_hw_breakpoints.
1954 (ppc_linux_nat_target::stopped_by_watchpoint): Change to...
1955 (ppc_linux_nat_target::stopped_by_watchpoint): This. Add
1956 comment. Call low_stopped_data_address.
1957 (ppc_linux_nat_target::watchpoint_addr_within_range): Use
1958 m_dreg_interface.
1959 (ppc_linux_nat_target::masked_watch_num_registers): Use
1960 m_dreg_interface.
1961 (ppc_linux_nat_target::copy_thread_dreg_state)
1962 (ppc_linux_nat_target::mark_thread_stale)
1963 (ppc_linux_nat_target::mark_debug_registers_changed)
1964 (ppc_linux_nat_target::register_hw_breakpoint)
1965 (ppc_linux_nat_target::clear_hw_breakpoint)
1966 (ppc_linux_nat_target::register_wp)
1967 (ppc_linux_nat_target::clear_wp)
1968 (ppc_linux_nat_target::init_arch_lwp_info)
1969 (ppc_linux_nat_target::get_arch_lwp_info): New methods.
1970 (_initialize_ppc_linux_nat): Remove observer callback.
1971
4db10d8f
PFC
19722020-03-30 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1973
1974 * ppc-linux-nat.c (ppc_linux_nat_target::store_registers)
1975 (ppc_linux_nat_target::auxv_parse)
1976 (ppc_linux_nat_target::read_description)
1977 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
1978 Move up.
1979
1310c1b0
PFC
19802020-03-30 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1981
1982 * linux-nat.h (low_new_clone): New method.
1983 * linux-nat.c (linux_handle_extended_wait): Call low_new_clone.
1984
69b037c3
SM
19852020-03-29 Simon Marchi <simon.marchi@polymtl.ca>
1986
1987 * dbxread.c (dbx_psymtab_to_symtab_1): Rename to...
1988 (dbx_expand_psymtab): ... this.
1989 (start_psymtab): Update.
1990 * mdebugread.c (psymtab_to_symtab_1): Rename to...
1991 (mdebug_expand_psymtab): ... this.
1992 (parse_partial_symbols): Update.
1993 (new_psymtab): Update.
1994 * xcoffread.c (xcoff_psymtab_to_symtab_1): Rename to...
1995 (xcoff_expand_psymtab): ... this.
1996 (xcoff_start_psymtab): Update.
1997
48993951
SM
19982020-03-29 Simon Marchi <simon.marchi@polymtl.ca>
1999
2000 * psympriv.h (partial_symtab) <read_dependencies>: Rename to...
2001 <expand_dependencies>: ... this.
2002 * psymtab.c (partial_symtab::read_dependencies): Rename to...
2003 (partial_symtab::expand_dependencies): ... this.
2004 * dwarf2/read.c (dwarf2_include_psymtab) <expand_psymtab>:
2005 Update.
2006 (dwarf2_psymtab::expand_psymtab): Update.
2007 * dbxread.c (dbx_psymtab_to_symtab_1): Update.
2008 * mdebugread.c (psymtab_to_symtab_1): Update.
2009 * xcoffread.c (xcoff_psymtab_to_symtab_1): Update.
2010
3ad83046
SM
20112020-03-29 Simon Marchi <simon.marchi@polymtl.ca>
2012
2013 * psympriv.h (discard_psymtab): Remove.
2014 * dbxread.c (dbx_end_psymtab): Update.
2015 * xcoffread.c (xcoff_end_psymtab): Update.
2016
4d1b9ab6
TT
20172020-03-28 Tom Tromey <tom@tromey.com>
2018
2019 * dwarf2/attribute.h (struct attribute) <form_is_constant>: Update
2020 comment.
2021
f1749218
TT
20222020-03-28 Tom Tromey <tom@tromey.com>
2023
2024 * dwarf2/read.c (read_attribute_reprocess): Fix formatting.
2025
ebea7626
HD
20262020-03-27 Hannes Domani <ssbssa@yahoo.de>
2027
2028 * windows-nat.c (windows_add_all_dlls): Fix system dll paths.
2029
a879b4d5
JB
20302020-03-26 John Baldwin <jhb@FreeBSD.org>
2031
2032 * fbsd-tdep.c (fbsd_print_auxv_entry): Handle AT_FREEBSD_BSDFLAGS.
2033
0826b30a
TT
20342020-03-26 Tom Tromey <tom@tromey.com>
2035
2036 * dwarf2/read.c (handle_data_member_location, dwarf2_add_field)
2037 (mark_common_block_symbol_computed, read_tag_string_type)
2038 (attr_to_dynamic_prop, read_subrange_type): Update.
2039 (dwarf2_get_ref_die_offset, dwarf2_get_attr_constant_value): Move
2040 to be methods on struct attribute.
2041 (skip_one_die, process_imported_unit_die, read_namespace_alias)
2042 (read_call_site_scope, partial_die_info::read)
2043 (partial_die_info::read, lookup_die_type, follow_die_ref):
2044 Update.
2045 * dwarf2/attribute.c (attribute::get_ref_die_offset): New method,
2046 from dwarf2_get_ref_die_offset.
2047 (attribute::constant_value): New method, from
2048 dwarf2_get_attr_constant_value.
2049 * dwarf2/attribute.h (struct attribute) <get_ref_die_offset>:
2050 Declare method.
2051 <constant_value>: New method.
2052
2b2558bf
TT
20532020-03-26 Tom Tromey <tom@tromey.com>
2054
2055 * dwarf2/read.c (dwarf_unit_type_name, dwarf_tag_name)
2056 (dwarf_attr_name, dwarf_form_name, dwarf_bool_name)
2057 (dwarf_type_encoding_name): Move to stringify.c.
2058 * Makefile.in (COMMON_SFILES): Add dwarf2/stringify.c.
2059 * dwarf2/stringify.c: New file.
2060 * dwarf2/stringify.h: New file.
2061
eeb64781
TT
20622020-03-26 Tom Tromey <tom@tromey.com>
2063
2064 * dwarf2/die.h (struct die_info) <addr_base, ranges_base>:
2065 Rewrite.
2066
a39fdb41
TT
20672020-03-26 Tom Tromey <tom@tromey.com>
2068
2069 * dwarf2/die.h (struct die_info) <addr_base, ranges_base>: New
2070 methods.
2071 * dwarf2/read.c (lookup_addr_base): Move to die.h.
2072 (lookup_ranges_base): Likewise.
2073 (read_cutu_die_from_dwo, read_full_die_1): Update.
2074
436c571c
TT
20752020-03-26 Tom Tromey <tom@tromey.com>
2076
2077 * dwarf2/read.c (read_import_statement, read_file_scope)
2078 (read_type_unit_scope, inherit_abstract_dies, read_func_scope)
2079 (read_lexical_block_scope, read_call_site_scope)
2080 (dwarf2_get_subprogram_pc_bounds, get_scope_pc_bounds)
2081 (handle_struct_member_die, process_structure_scope)
2082 (update_enumeration_type_from_children)
2083 (process_enumeration_scope, read_array_type, read_common_block)
2084 (read_namespace, read_module, read_subroutine_type): Update.
2085 (sibling_die): Remove.
2086
052c8bb8
TT
20872020-03-26 Tom Tromey <tom@tromey.com>
2088
2089 * dwarf2/read.c (lookup_addr_base, lookup_ranges_base)
2090 (build_type_psymtabs_reader, read_structure_type)
2091 (read_enumeration_type, read_full_die_1): Update.
2092 (dwarf2_attr_no_follow): Move to die.h.
2093 * dwarf2/die.h (struct die_info) <attr>: New method.
2094
2b24b6e4
TT
20952020-03-26 Tom Tromey <tom@tromey.com>
2096
2097 * dwarf2/read.c (struct dwarf2_cu) <base_known>: Remove.
2098 <base_address>: Now an optional.
2099 (dwarf2_find_base_address, dwarf2_rnglists_process)
2100 (dwarf2_ranges_process, fill_in_loclist_baton)
2101 (dwarf2_symbol_mark_computed): Update.
2102
c2d50fd0
TT
21032020-03-26 Tom Tromey <tom@tromey.com>
2104
2105 * dwarf2/read.c (struct die_info): Move to die.h.
2106 * dwarf2/die.h: New file.
2107
0df7ad3a
TT
21082020-03-26 Tom Tromey <tom@tromey.com>
2109
2110 * dwarf2/line-header.h (dwarf_decode_line_header): Declare.
2111 * dwarf2/read.c
2112 (dwarf2_statement_list_fits_in_line_number_section_complaint):
2113 Move to line-header.c.
2114 (read_checked_initial_length_and_offset, read_formatted_entries):
2115 Likewise.
2116 (dwarf_decode_line_header): Split into two.
2117 * dwarf2/line-header.c
2118 (dwarf2_statement_list_fits_in_line_number_section_complaint):
2119 Move from read.c.
2120 (read_checked_initial_length_and_offset, read_formatted_entries):
2121 Likewise.
2122 (dwarf_decode_line_header): New function, split from read.c.
2123
86c0bb4c
TT
21242020-03-26 Tom Tromey <tom@tromey.com>
2125
2126 * dwarf2/read.h (struct dwarf2_per_objfile) <read_line_string>:
2127 Declare method.
2128 * dwarf2/read.c (read_attribute_value): Update.
2129 (dwarf2_per_objfile::read_line_string): Rename from
2130 read_indirect_line_string.
2131 (read_formatted_entries): Update.
2132
2ef46c2f
TT
21332020-03-26 Tom Tromey <tom@tromey.com>
2134
2135 * dwarf2/macro.c (dwarf_decode_macro_bytes): Use objfile local
2136 variable.
2137
4f9c1eda
TT
21382020-03-26 Tom Tromey <tom@tromey.com>
2139
2140 * dwarf2/macro.h (dwarf_decode_macros): Make section parameter
2141 const.
2142 * dwarf2/macro.c (skip_form_bytes, skip_unknown_opcode)
2143 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make section
2144 parameter const.
2145
5a0e026f
TT
21462020-03-26 Tom Tromey <tom@tromey.com>
2147
2148 * dwarf2/read.c (dwarf_decode_macros): Make "lh" const.
2149 * dwarf2/macro.h (dwarf_decode_macros): Constify "lh" parameter.
2150 * dwarf2/macro.c (macro_start_file): Constify "lh" parameter.
2151 (dwarf_decode_macro_bytes, dwarf_decode_macros): Likewise.
2152
8844c11b
TT
21532020-03-26 Tom Tromey <tom@tromey.com>
2154
2155 * dwarf2/line-header.h (struct line_header) <is_valid_file_index,
2156 file_names_size, file_full_name, file_file_name>: Use const.
2157 <file_name_at, file_names>: Add const overload.
2158 * dwarf2/line-header.c (line_header::file_file_name)
2159 (line_header::file_full_name): Update.
2160
c90ec28a
TT
21612020-03-26 Tom Tromey <tom@tromey.com>
2162
2163 * dwarf2/read.c (dwarf2_macro_malformed_definition_complaint)
2164 (macro_start_file, consume_improper_spaces)
2165 (parse_macro_definition, skip_form_bytes, skip_unknown_opcode)
2166 (dwarf_parse_macro_header, dwarf_decode_macro_bytes)
2167 (dwarf_decode_macros): Move to macro.c.
2168 * dwarf2/macro.c: New file.
2169 * dwarf2/macro.h: New file.
2170 * Makefile.in (COMMON_SFILES): Add dwarf2/macro.c.
2171
4f44ae6c
TT
21722020-03-26 Tom Tromey <tom@tromey.com>
2173
2174 * dwarf2/section.h (struct dwarf2_section_info) <read_string>: New
2175 method.
2176 * dwarf2/section.c: New method. From
2177 read_indirect_string_at_offset_from.
2178 * dwarf2/read.c (mapped_debug_names::namei_to_name): Update.
2179 (read_indirect_string_at_offset_from): Move to section.c.
2180 (read_indirect_string_at_offset): Rewrite.
2181 (read_indirect_line_string_at_offset): Remove.
2182 (read_indirect_string, read_indirect_line_string)
2183 (dwarf_decode_macro_bytes): Update.
2184
a0194fa8
TT
21852020-03-26 Tom Tromey <tom@tromey.com>
2186
2187 * dwarf2/section.h (struct dwarf2_section_info)
2188 <overload_complaint>: Declare.
2189 (dwarf2_section_buffer_overflow_complaint): Don't declare.
2190 * dwarf2/section.c (dwarf2_section_info::overflow_complaint):
2191 Rename from dwarf2_section_buffer_overflow_complaint.
2192 * dwarf2/read.c (skip_one_die, partial_die_info::read)
2193 (skip_form_bytes, dwarf_decode_macro_bytes): Update.
2194
3d27bbdb
TT
21952020-03-26 Tom Tromey <tom@tromey.com>
2196
2197 * dwarf2/section.h (dwarf2_section_buffer_overflow_complaint):
2198 Declare.
2199 * dwarf2/section.c (dwarf2_section_buffer_overflow_complaint):
2200 Move from read.c.
2201 * dwarf2/read.c (dwarf2_section_buffer_overflow_complaint): Move
2202 to section.c.
2203
9eac9650
TT
22042020-03-26 Tom Tromey <tom@tromey.com>
2205
2206 * dwarf2/read.c (dwarf_decode_macros): Split into two overloads.
2207
bf80d710
TT
22082020-03-26 Tom Tromey <tom@tromey.com>
2209
2210 * dwarf2/read.c (macro_start_file): Change "cu" parameter to
2211 "builder".
2212 (dwarf_decode_macro_bytes): Likewise. Add dwarf2_per_objfile
2213 parameter.
2214 (dwarf_decode_macros): Update.
2215
0314b390
TT
22162020-03-26 Tom Tromey <tom@tromey.com>
2217
2218 * dwarf2/read.c (read_attribute_value): Update.
2219 (read_indirect_string_from_dwz): Move to dwz.c; change into
2220 method.
2221 (dwarf_decode_macro_bytes): Update.
2222 * dwarf2/dwz.h (struct dwz_file) <read_string>: Declare method.
2223 * dwarf2/dwz.c: New file.
2224 * Makefile.in (COMMON_SFILES): Add dwz.c.
2225
9fda78b6
TT
22262020-03-26 Tom Tromey <tom@tromey.com>
2227
2228 * dwarf2/read.h (struct dwz_file): Move to dwz.h.
2229 * dwarf2/read.c: Add include.
2230 * dwarf2/index-write.c: Add include.
2231 * dwarf2/index-cache.c: Add include.
2232 * dwarf2/dwz.h: New file.
2233
33aa3c10
TT
22342020-03-25 Tom Tromey <tom@tromey.com>
2235
2236 * compile/compile-object-load.c (get_out_value_type): Mention
2237 correct symbol name in error message.
2238
d503b685
HD
22392020-03-25 Hannes Domani <ssbssa@yahoo.de>
2240
2241 * windows-nat.c (windows_add_all_dlls): Fix system dll paths.
2242
7b1eff95
TV
22432020-03-25 Tom de Vries <tdevries@suse.de>
2244
2245 * symtab.h (is_main_symtab_of_compunit_symtab): New function.
2246 * symmisc.c (dump_symtab_1): Print user and includes fields.
2247 (maintenance_info_symtabs): Same.
2248
dd895392
AB
22492020-03-25 Andrew Burgess <andrew.burgess@embecosm.com>
2250
2251 PR gdb/25534
2252 * riscv-tdep.c (riscv_arg_info::c_offset): Update comment.
2253 (riscv_regcache_cooked_write): New function.
2254 (riscv_push_dummy_call): Use new function.
2255 (riscv_return_value): Likewise.
2256
5ab2fbf1
SM
22572020-03-24 Simon Marchi <simon.marchi@polymtl.ca>
2258
2259 * fbsd-nat.c (fbsd_nat_target::follow_fork): Change bool to int.
2260 * fbsd-nat.h (class fbsd_nat_target) <follow_fork>: Likewise.
2261 * inf-ptrace.c (inf_ptrace_target::follow_fork): Likewise.
2262 * inf-ptrace.h (struct inf_ptrace_target) <follow_fork>: Likewise.
2263 * infrun.c (follow_fork): Likewise.
2264 (follow_fork_inferior): Likewise.
2265 * linux-nat.c (linux_nat_target::follow_fork): Likewise.
2266 * linux-nat.h (class linux_nat_target): Likewise.
2267 * remote.c (class remote_target) <follow_fork>: Likewise.
2268 (remote_target::follow_fork): Likewise.
2269 * target-delegates.c: Re-generate.
2270 * target.c (default_follow_fork): Likewise.
2271 (target_follow_fork): Likewise.
2272 * target.h (struct target_ops) <follow_fork>: Likewise.
2273 (target_follow_fork): Likewise.
2274
a64fafb5
TV
22752020-03-24 Tom de Vries <tdevries@suse.de>
2276
2277 * psymtab.c (maintenance_info_psymtabs): Print user field.
2278
fe26d3a3
TT
22792020-03-20 Tom Tromey <tromey@adacore.com>
2280
2281 * dwarf2/loc.h (dwarf2_evaluate_property): Make "addr_stack"
2282 const.
2283 * dwarf2/loc.c (dwarf2_evaluate_property): Make "addr_stack"
2284 const.
2285
c884cc46
SM
22862020-03-20 Simon Marchi <simon.marchi@efficios.com>
2287
2288 * ptrace.m4: Don't check for ptrace declaration.
2289 * config.in: Re-generate.
2290 * configure: Re-generate.
2291 * nat/gdb_ptrace.h: Don't declare ptrace if HAVE_DECL_PTRACE is
2292 not defined.
2293
1ff700c2
KR
22942020-03-20 Kamil Rytarowski <n54@gmx.com>
2295
2296 * amd64-bsd-nat.c (gdb_ptrace): Change return type from `int' to
2297 `PTRACE_TYPE_RET'.
2298 * i386-bsd-nat.c (gdb_ptrace): Likewise.
2299 * sparc-nat.c (gdb_ptrace): Likewise.
2300 * x86-bsd-nat.c (gdb_ptrace): Likewise.
2301
f7d4f0b1
TT
23022020-03-20 Tom Tromey <tromey@adacore.com>
2303
2304 * c-exp.y (lex_one_token): Fix assert.
2305
f67210ff
TT
23062020-03-20 Tom Tromey <tromey@adacore.com>
2307
2308 * ada-tasks.c (read_atcb): Use smaller length in strncpy call.
2309 * linux-tdep.c (linux_fill_prpsinfo): Use smaller length in
2310 strncpy call.
2311
1773be9e
TT
23122020-03-20 Tom Tromey <tromey@adacore.com>
2313
2314 * symmisc.c (maintenance_print_one_line_table): Use ui_out.
2315
70304be9
TT
23162020-03-20 Tom Tromey <tromey@adacore.com>
2317
2318 * ada-valprint.c (print_variant_part): Remove parameters; switch
2319 to value-based API.
2320 (print_field_values): Likewise.
2321 (ada_val_print_struct_union): Likewise.
2322 (ada_value_print_1): Update.
2323
9faa006d
KR
23242020-03-20 Kamil Rytarowski <n54@gmx.com>
2325
2326 * ppc-nbsd-nat.c (ppc_nbsd_nat_target): Inherit from
2327 nbsd_nat_target instead of inf_ptrace_target.
2328 * ppc-nbsd-nat.c: Include "nbsd-nat.h", as we are now using
2329 nbsd_nat_target.
2330
4a90f062
KR
23312020-03-20 Kamil Rytarowski <n54@gmx.com>
2332
2333 * hppa-nbsd-nat.c (fetch_registers): New variable lwp and pass
2334 it to the ptrace call.
2335 * (store_registers): Likewise.
2336
23372020-03-20 Kamil Rytarowski <n54@gmx.com>
c7da12c7
KR
2338
2339 * ppc-nbsd-nat.c (fetch_registers): New variable lwp and pass
2340 it to the ptrace call.
2341 * (store_registers): Likewise.
2342
2d07da27
LM
23432020-03-19 Luis Machado <luis.machado@linaro.org>
2344
2345 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): If vg is not
2346 valid, fetch vg value from ptrace.
2347
f09db380
KR
23482020-03-19 Kamil Rytarowski <n54@gmx.com>
2349 * inf-ptrace.h: Disable get_ptrace_pid on NetBSD.
2350 * inf-ptrace.c: Likewise.
2351 * (gdb_ptrace): Add.
2352 * (inf_ptrace_target::resume): Update.
2353 * (inf_ptrace_target::xfer_partial): Likewise.
2354 * (inf_ptrace_peek_poke): Change argument `pid' to `ptid'.
2355 * (inf_ptrace_peek_poke): Update.
2356
fcc7376e
KR
23572020-03-19 Kamil Rytarowski <n54@gmx.com>
2358
2359 * x86-bsd-nat.c (gdb_ptrace): New.
2360 * (x86bsd_dr_set): Add new argument `ptid'.
2361 * (x86bsd_dr_get, x86bsd_dr_set, x86bsd_dr_set_control,
2362 x86bsd_dr_set_addr): Update.
2363
cada5fc9
AB
23642020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2365
2366 * remote.c (remote_target::process_stop_reply): Handle events for
2367 all threads differently.
2368
19a2740f
AB
23692020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2370
2371 * completer.c (completion_tracker::remove_completion): Define new
2372 function.
2373 * completer.h (completion_tracker::remove_completion): Declare new
2374 function.
2375 * symtab.c (completion_list_add_symbol): Remove aliasing msymbols
2376 when adding a C++ function symbol.
2377
724fd9ba
AB
23782020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2379
2380 * completer.c (completion_tracker::completion_hash_entry): Define
2381 new class.
2382 (advance_to_filename_complete_word_point): Call
2383 recompute_lowest_common_denominator.
2384 (completion_tracker::completion_tracker): Call discard_completions
2385 to setup the hash table.
2386 (completion_tracker::discard_completions): Allow for being called
2387 from the constructor, pass new equal function, and element deleter
2388 when constructing the hash table. Initialise new class member
2389 variables.
2390 (completion_tracker::maybe_add_completion): Remove use of
2391 m_entries_vec, and store more information into m_entries_hash.
2392 (completion_tracker::recompute_lcd_visitor): New function, most
2393 content taken from...
2394 (completion_tracker::recompute_lowest_common_denominator):
2395 ...here, this now just visits each item in the hash calling the
2396 above visitor.
2397 (completion_tracker::build_completion_result): Remove use of
2398 m_entries_vec, call recompute_lowest_common_denominator.
2399 * completer.h (completion_tracker::have_completions): Remove use
2400 of m_entries_vec.
2401 (completion_tracker::completion_hash_entry): Declare new class.
2402 (completion_tracker::recompute_lowest_common_denominator): Change
2403 function signature.
2404 (completion_tracker::recompute_lcd_visitor): Declare new function.
2405 (completion_tracker::m_entries_vec): Delete.
2406 (completion_tracker::m_entries_hash): Initialize to NULL.
2407 (completion_tracker::m_lowest_common_denominator_valid): New
2408 member variable.
2409 (completion_tracker::m_lowest_common_denominator_max_length): New
2410 member variable.
2411
5a82b8a1
KR
24122020-03-17 Kamil Rytarowski <n54@gmx.com>
2413
2414 * regformats/regdef.h: Put reg in gdb namespace.
2415
fb516a69
KR
24162020-03-17 Kamil Rytarowski <n54@gmx.com>
2417
2418 * i386-bsd-nat.c (gdb_ptrace): New.
2419 * (i386bsd_fetch_inferior_registers,
2420 i386bsd_store_inferior_registers) Switch from pid_t to ptid_t.
2421 * (i386bsd_fetch_inferior_registers,
2422 i386bsd_store_inferior_registers) Use gdb_ptrace.
2423
1c0aa1fb
KR
24242020-03-17 Kamil Rytarowski <n54@gmx.com>
2425
2426 * amd64-bsd-nat.c (gdb_ptrace): New.
2427 * (amd64bsd_fetch_inferior_registers,
2428 amd64bsd_store_inferior_registers) Switch from pid_t to ptid_t.
2429 * (amd64bsd_fetch_inferior_registers,
2430 amd64bsd_store_inferior_registers) Use gdb_ptrace.
2431
5ccd2fb7
KR
24322020-03-17 Kamil Rytarowski <n54@gmx.com>
2433
2434 * user-regs.c (user_reg::read): Rename to...
2435 (user_reg::xread): ...this.
2436 * (append_user_reg): Rename argument `read' to `xread'.
2437 * (user_reg_add_builtin): Likewise.
2438 * (user_reg_add): Likewise.
2439 * (value_of_user_reg): Likewise.
2440
2108a63a
KR
24412020-03-17 Kamil Rytarowski <n54@gmx.com>
2442
2443 * sparc-nat.c (gdb_ptrace): New.
2444 * sparc-nat.c (sparc_fetch_inferior_registers)
2445 (sparc_store_inferior_registers) Remove obsolete comment.
2446 * sparc-nat.c (sparc_fetch_inferior_registers)
2447 (sparc_store_inferior_registers) Switch from pid_t to ptid_t.
2448 * sparc-nat.c (sparc_fetch_inferior_registers)
2449 (sparc_store_inferior_registers) Use gdb_ptrace.
2450
a225c9a8
KR
24512020-03-17 Kamil Rytarowski <n54@gmx.com>
2452
2453 * sh-nbsd-nat.c (fetch_registers): New variable lwp and pass
2454 it to the ptrace call.
2455 * sh-nbsd-nat.c (store_registers): Likewise.
2456
98097623
KR
24572020-03-17 Kamil Rytarowski <n54@gmx.com>
2458
2459 * sh-nbsd-nat.c (sh_nbsd_nat_target): Inherit from
2460 nbsd_nat_target instead of inf_ptrace_target.
2461 * sh-nbsd-nat.c: Include "nbsd-nat.h", as we are now using
2462 nbsd_nat_target.
2463
9e38d619
KR
24642020-03-17 Kamil Rytarowski <n54@gmx.com>
2465
2466 * amd64-bsd-nat.c: Include amd64-bsd-nat.h".
2467
a2ecbe9f
KR
24682020-03-17 Kamil Rytarowski <n54@gmx.com>
2469
2470 * nbsd-nat.c: Include <sys/types.h>, <sys/ptrace.h> and
2471 <sys/sysctl.h>.
2472 * nbsd-nat.c (nbsd_nat_target::pid_to_exec_file): Rewrite.
2473
58990295
TV
24742020-03-17 Tom de Vries <tdevries@suse.de>
2475
2476 PR gdb/23710
2477 * dwarf2/read.h (struct dwarf2_per_cu_data): Add unit_type and lang
2478 fields.
2479 * dwarf2/read.c (process_psymtab_comp_unit): Initialize unit_type and lang
2480 fields.
2481 (process_imported_unit_die): Skip import of c++ CUs.
2482
771dd3a8
TT
24832020-03-16 Tom Tromey <tom@tromey.com>
2484
2485 * p-valprint.c (pascal_object_print_value): Initialize
2486 base_value.
2487
817a7585
AK
24882020-03-16 Anton Kolesov <anton.kolesov@synopsys.com>
2489 Shahab Vahedi <shahab@synopsys.com>
2490
2491 * Makefile.in: Add arch/arc.o
2492 * configure.tgt: Likewise.
2493 * arc-tdep.c (arc_tdesc_init): Use arc_read_description.
2494 (_initialize_arc_tdep): Don't initialize old target descriptions.
aac66a4c 2495 (arc_read_description): New function to cache target descriptions.
817a7585
AK
2496 * arc-tdep.h (arc_read_description): Add proto type.
2497 * arch/arc.c: New file.
2498 * arch/arc.h: Likewise.
2499 * features/Makefile: Replace old target descriptions with new.
2500 * features/arc-arcompact.c: Remove.
2501 * features/arc-arcompact.xml: Likewise.
2502 * features/arc-v2.c: Likewise
2503 * features/arc-v2.xml: Likewise
2504 * features/arc/aux-arcompact.xml: New file.
2505 * features/arc/aux-v2.xml: Likewise.
2506 * features/arc/core-arcompact.xml: Likewise.
2507 * features/arc/core-v2.xml: Likewise.
2508 * features/arc/aux-arcompact.c: Generate.
2509 * features/arc/aux-v2.c: Likewise.
2510 * features/arc/core-arcompact.c: Likewise.
2511 * features/arc/core-v2.c: Likewise.
2512 * target-descriptions (maint_print_c_tdesc_cmd): Support ARC features.
2513
67430cd0
TT
25142020-03-16 Tom Tromey <tromey@adacore.com>
2515
2516 PR gdb/25663:
2517 * dwarf2/read.c (dwarf2_name): Strip leading namespaces after
2518 putting value into bcache.
2519
30efb6c7
SM
25202020-03-16 Simon Marchi <simon.marchi@efficios.com>
2521
2522 PR gdb/21500
2523 * amd64-windows-tdep.c (amd64_windows_init_abi): Rename
2524 to...
2525 (amd64_windows_init_abi_common): ... this. Don't set size of
2526 long type.
2527 (amd64_windows_init_abi): New function.
2528 (amd64_cygwin_init_abi): New function.
2529 (_initialize_amd64_windows_tdep): Use amd64_cygwin_init_abi for
2530 the Cygwin OS ABI.
2531 * i386-windows-tdep.c (_initialize_i386_windows_tdep): Clarify
2532 comment.
2533
8db52437
SM
25342020-03-16 Simon Marchi <simon.marchi@efficios.com>
2535
2536 * windows-tdep.h (is_linked_with_cygwin_dll): New declaration.
2537 * windows-tdep.c (CYGWIN_DLL_NAME): New.
2538 (pe_import_directory_entry): New struct type.
2539 (is_linked_with_cygwin_dll): New function.
2540 * amd64-windows-tdep.c (amd64_windows_osabi_sniffer): Select
2541 GDB_OSABI_CYGWIN if the BFD is linked with the Cygwin DLL.
2542 * i386-windows-tdep.c (i386_windows_osabi_sniffer): Likewise.
2543
5982a56a
SM
25442020-03-16 Simon Marchi <simon.marchi@efficios.com>
2545
2546 * i386-windows-tdep.c: Mass-rename "cygwin" to "windows", except
2547 i386_cygwin_core_osabi_sniffer.
2548
7a1998df
SM
25492020-03-16 Simon Marchi <simon.marchi@efficios.com>
2550
2551 * i386-cygwin-tdep.c: Rename to...
2552 * i386-windows-tdep.c: ... this.
2553 * Makefile.in (ALL_TARGET_OBS): Rename i386-cygwin-tdep.c to
2554 i386-windows-tdep.c.
2555 * configure.tgt: Likewise.
2556
053205cc
SM
25572020-03-16 Simon Marchi <simon.marchi@efficios.com>
2558
2559 * osabi.h (enum gdb_osabi): Add GDB_OSABI_WINDOWS.
2560 * osabi.c (gdb_osabi_names): Add "Windows".
2561 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Return
2562 GDB_OSABI_WINDOWS when the binary's target is "pei-i386".
2563 (i386_cygwin_core_osabi_sniffer): New function, extracted from
2564 i386_cygwin_osabi_sniffer.
2565 (_initialize_i386_cygwin_tdep): Register OS ABI
2566 GDB_OSABI_WINDOWS for i386.
2567 * amd64-windows-tdep.c (amd64_windows_osabi_sniffer): Return
2568 GDB_OSABI_WINDOWS when the binary's target is "pei-x86-64".
2569 (_initialize_amd64_windows_tdep): Register OS ABI GDB_OSABI_WINDOWS
2570 for x86-64.
2571 * configure.tgt: Use GDB_OSABI_WINDOWS as the default OS ABI
2572 when the target matches '*-*-mingw*'.
2573
fe4b2ee6
SM
25742020-03-16 Simon Marchi <simon.marchi@efficios.com>
2575
2576 * defs.h (enum gdb_osabi): Move to...
2577 * osabi.h (enum gdb_osabi): ... here.
2578 * gdbarch.sh: Include osabi.h in gdbarch.h.
2579 * gdbarch.h: Re-generate.
2580
cb9b645d
SM
25812020-03-16 Simon Marchi <simon.marchi@efficios.com>
2582
2583 * amd64-windows-tdep.c (amd64_windows_osabi_sniffer): New
2584 function.
2585 (_initialize_amd64_windows_tdep): Register osabi sniffer.
2586
3293bbaf
TT
25872020-03-14 Tom Tromey <tom@tromey.com>
2588
2589 * c-typeprint.c (cp_type_print_method_args): Print "__restrict__"
2590 for C++.
2591 (c_type_print_modifier): Likewise. Add "language" parameter.
2592 (c_type_print_varspec_prefix, c_type_print_base_struct_union)
2593 (c_type_print_base_1): Update.
2594 * type-stack.h (enum type_pieces) <tp_atomic, tp_restrict>: New
2595 constants.
2596 * type-stack.c (type_stack::insert): Handle tp_atomic and
2597 tp_restrict.
2598 (type_stack::follow_type_instance_flags): Likewise.
2599 (type_stack::follow_types): Likewise. Merge type-following code.
2600 * c-exp.y (RESTRICT, ATOMIC): New tokens.
2601 (space_identifier, cv_with_space_id)
2602 (const_or_volatile_or_space_identifier_noopt)
2603 (const_or_volatile_or_space_identifier): Remove.
2604 (single_qualifier, qualifier_seq_noopt, qualifier_seq): New
2605 rules.
2606 (ptr_operator, typebase): Update.
2607 (enum token_flag) <FLAG_C>: New constant.
2608 (ident_tokens): Add "restrict", "__restrict__", "__restrict", and
2609 "_Atomic".
2610 (lex_one_token): Handle FLAG_C.
2611
154151a6
KR
26122020-03-14 Kamil Rytarowski <n54@gmx.com>
2613
2614 * m68k-bsd-nat.c (fetch_registers): New variable lwp and pass
2615 it to the ptrace call.
2616 * m68k-bsd-nat.c (store_registers): Likewise.
2617
bc107784
KR
26182020-03-14 Kamil Rytarowski <n54@gmx.com>
2619
2620 * m68k-bsd-nat.c (m68kbsd_supply_gregset): Change type of regs to
2621 gdb_byte *.
2622 * m68k-bsd-nat.c (m68kbsd_supply_fpregset): Likewise.
2623 * m68k-bsd-nat.c (m68kbsd_collect_gregset): Likewise.
2624 * m68k-bsd-nat.c (m68kbsd_supply_pcb): Cast &tmp to gdb_byte *.
2625
01a80117
KR
26262020-03-14 Kamil Rytarowski <n54@gmx.com>
2627
2628 * m68k-bsd-nat.c (m68k_bsd_nat_target): Inherit from
2629 nbsd_nat_target instead of inf_ptrace_target.
2630 * m68k-bsd-nat.c: Include "nbsd-nat.h", as we are now using
2631 nbsd_nat_target.
2632
f90280ca
KR
26332020-03-14 Kamil Rytarowski <n54@gmx.com>
2634
2635 * m68k-bsd-nat.c: Define _KERNTYPES to get the declaration of
2636 register_t.
2637
6def66f1
KR
26382020-03-14 Kamil Rytarowski <n54@gmx.com>
2639
2640 * alpha-bsd-nat.c (fetch_registers): New variable lwp and pass
2641 it to the ptrace call.
2642 * alpha-bsd-nat.c (store_registers): Likewise.
2643
66eaca97
KR
26442020-03-14 Kamil Rytarowski <n54@gmx.com>
2645
2646 * alpha-bsd-nat.c: Remove <sys/procfs.h> and "gregset.h" from
2647 includes.
2648 * alpha-bsd-nat.c (gregset_t, fpregset_t): Remove.
2649 * alpha-bsd-nat.c (supply_gregset, fill_gregset, supply_fpregset,
2650 fill_fpregset): Likewise.
2651
4fed520b
KR
26522020-03-14 Kamil Rytarowski <n54@gmx.com>
2653
2654 * alpha-bsd-nat.c (alpha_netbsd_nat_target): Inherit from
2655 nbsd_nat_target instead of inf_ptrace_target.
2656 * alpha-bsd-nat.c: Include "nbsd-nat.h", as we are now using
2657 nbsd_nat_target.
2658
2190cf06
KR
26592020-03-14 Kamil Rytarowski <n54@gmx.com>
2660
2661 * alpha-bsd-nat.c: Define _KERNTYPES to get the declaration of
2662 register_t.
2663
75c56d3d
KR
26642020-03-14 Kamil Rytarowski <n54@gmx.com>
2665
2666 * arm-nbsd-nat.c (fetch_register): New variable lwp and pass
2667 it to the ptrace call.
2668 * arm-nbsd-nat.c (fetch_fp_register): Likewise.
2669 * arm-nbsd-nat.c (fetch_fp_regs): Likewise.
2670 * arm-nbsd-nat.c (store_register): Likewise.
2671 * arm-nbsd-nat.c (store_regs): Likewise.
2672 * arm-nbsd-nat.c (store_fp_register): Likewise.
2673 * arm-nbsd-nat.c (store_fp_regs): Likewise.
2674
6018d381
KR
26752020-03-14 Kamil Rytarowski <n54@gmx.com>
2676
2677 * arm-nbsd-nat.c (arm_netbsd_nat_target): Inherit from
2678 nbsd_nat_target instead of inf_ptrace_target.
2679 * arm-nbsd-nat.c: Include "nbsd-nat.h", as we are now using
2680 nbsd_nat_target.
2681
013f99f0
KR
26822020-03-14 Kamil Rytarowski <n54@gmx.com>
2683
2684 * x86-bsd-nat.c (x86bsd_dr_get): New variable lwp and pass
2685 it to the ptrace call.
2686 * x86-bsd-nat.c (x86bsd_dr_set): Likewise.
2687
12753073
KR
26882020-03-14 Kamil Rytarowski <n54@gmx.com>
2689
6227b330
KR
2690 * vax-bsd-nat.c (vaxbsd_supply_gregset): New variable lwp and pass
2691 it to the ptrace call.
2692 * vax-bsd-nat.c (vaxbsd_collect_gregset): Likewise.
2693
26942020-03-14 Kamil Rytarowski <n54@gmx.com>
2695
2696 * vax-bsd-nat.c (vaxbsd_supply_gregset): Cast gregs to const
2697 gdb_byte *.
12753073
KR
2698 * vax-bsd-nat.c (vaxbsd_collect_gregset): Cast gregs to void *.
2699
d5be5fa4
KR
27002020-03-14 Kamil Rytarowski <n54@gmx.com>
2701
2702 * vax-bsd-nat.c (vax_bsd_nat_target): Inherit from nbsd_nat_target
2703 instead of inf_ptrace_target.
2704 * vax-bsd-nat.c: Include "nbsd-nat.h", as we are now using
2705 nbsd_nat_target.
2706
8110f842
KR
27072020-03-14 Kamil Rytarowski <n54@gmx.com>
2708
2709 * mips-nbsd-nat.c: Define _KERNTYPES to get the declaration of
2710 register_t.
2711
52feded7
KR
27122020-03-14 Kamil Rytarowski <n54@gmx.com>
2713
2714 * ppc-nbsd-nat.c: Define _KERNTYPES to get the declaration of
2715 register_t.
2716
25567eee
KR
27172020-03-14 Kamil Rytarowski <n54@gmx.com>
2718
2719 * vax-bsd-nat.c: Define _KERNTYPES to get the declaration of
2720 register_t.
2721
426a9c18
TT
27222020-03-13 Tom Tromey <tom@tromey.com>
2723
2724 * value.h (val_print): Don't declare.
2725 * valprint.h (val_print_array_elements)
2726 (val_print_scalar_formatted, generic_val_print): Don't declare.
2727 * valprint.c (generic_val_print_array): Take a struct value.
2728 (generic_val_print_ptr, generic_val_print_memberptr)
2729 (generic_val_print_bool, generic_val_print_int)
2730 (generic_val_print_char, generic_val_print_complex)
2731 (generic_val_print): Remove.
2732 (generic_value_print): Update.
2733 (do_val_print): Remove unused parameters. Don't call
2734 la_val_print.
2735 (val_print): Remove.
2736 (common_val_print): Update. Don't call value_check_printable.
2737 (val_print_scalar_formatted, val_print_array_elements): Remove.
2738 * rust-lang.c (rust_val_print): Remove.
2739 (rust_language_defn): Update.
2740 * p-valprint.c (pascal_val_print): Remove.
2741 (pascal_value_print_inner): Update.
2742 (pascal_object_print_val_fields, pascal_object_print_val):
2743 Remove.
2744 (pascal_object_print_static_field): Update.
2745 * p-lang.h (pascal_val_print): Don't declare.
2746 * p-lang.c (pascal_language_defn): Update.
2747 * opencl-lang.c (opencl_language_defn): Update.
2748 * objc-lang.c (objc_language_defn): Update.
2749 * m2-valprint.c (m2_print_unbounded_array, m2_val_print): Remove.
2750 * m2-lang.h (m2_val_print): Don't declare.
2751 * m2-lang.c (m2_language_defn): Update.
2752 * language.h (struct language_defn) <la_val_print>: Remove.
2753 * language.c (unk_lang_value_print_inner): Rename. Change
2754 argument types.
2755 (unknown_language_defn, auto_language_defn): Update.
2756 * go-valprint.c (go_val_print): Remove.
2757 * go-lang.h (go_val_print): Don't declare.
2758 * go-lang.c (go_language_defn): Update.
2759 * f-valprint.c (f_val_print): Remove.
2760 * f-lang.h (f_value_print): Don't declare.
2761 * f-lang.c (f_language_defn): Update.
2762 * d-valprint.c (d_val_print): Remove.
2763 * d-lang.h (d_value_print): Don't declare.
2764 * d-lang.c (d_language_defn): Update.
2765 * cp-valprint.c (cp_print_value_fields)
2766 (cp_print_value_fields_rtti, cp_print_value): Remove.
2767 (cp_print_static_field): Update.
2768 * c-valprint.c (c_val_print_array, c_val_print_ptr)
2769 (c_val_print_struct, c_val_print_union, c_val_print_int)
2770 (c_val_print_memberptr, c_val_print): Remove.
2771 * c-lang.h (c_val_print_array, cp_print_value_fields)
2772 (cp_print_value_fields_rtti): Don't declare.
2773 * c-lang.c (c_language_defn, cplus_language_defn)
2774 (asm_language_defn, minimal_language_defn): Update.
2775 * ada-valprint.c (ada_val_print_ptr, ada_val_print_num): Remove.
2776 (ada_val_print_enum): Take a struct value.
2777 (ada_val_print_flt, ada_val_print_array, ada_val_print_1)
2778 (ada_val_print): Remove.
2779 (ada_value_print_1): Update.
2780 (printable_val_type): Remove.
2781 * ada-lang.h (ada_val_print): Don't declare.
2782 * ada-lang.c (ada_language_defn): Update.
2783
42331a1e
TT
27842020-03-13 Tom Tromey <tom@tromey.com>
2785
2786 * valprint.c (do_val_print): Update.
2787 * python/python-internal.h (gdbpy_apply_val_pretty_printer): Take
2788 a struct value.
2789 (value_to_value_object_no_release): Declare.
2790 * python/py-value.c (value_to_value_object_no_release): New
2791 function.
2792 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Take a
2793 struct value.
2794 * guile/scm-value.c (vlscm_scm_from_value_no_release): New
2795 function.
2796 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Take
2797 a struct value.
2798 * guile/guile-internal.h (vlscm_scm_from_value_no_release):
2799 Declare.
2800 (gdbscm_apply_val_pretty_printer): Take a struct value.
2801 * extension.h (apply_ext_lang_val_pretty_printer): Take a struct
2802 value.
2803 * extension.c (apply_ext_lang_val_pretty_printer): Take a struct
2804 value.
2805 * extension-priv.h (struct extension_language_ops)
2806 <apply_val_pretty_printer>: Take a struct value.
2807 * cp-valprint.c (cp_print_value): Create a struct value.
2808 (cp_print_value): Update.
2809
3a916a97
TT
28102020-03-13 Tom Tromey <tom@tromey.com>
2811
2812 * ada-valprint.c (print_field_values): Call common_val_print.
2813
b59eac37
TT
28142020-03-13 Tom Tromey <tom@tromey.com>
2815
2816 * ada-valprint.c (val_print_packed_array_elements): Remove
2817 bitoffset and val parameters. Call common_val_print.
2818 (ada_val_print_string): Remove offset, address, and original_value
2819 parameters.
2820 (ada_val_print_array): Update.
2821 (ada_value_print_array): New function.
2822 (ada_value_print_1): Call it.
2823
03371129
TT
28242020-03-13 Tom Tromey <tom@tromey.com>
2825
2826 * ada-valprint.c (ada_value_print): Use common_val_print.
2827
2e088f8b
TT
28282020-03-13 Tom Tromey <tom@tromey.com>
2829
2830 * ada-valprint.c (ada_val_print_ref): Use common_val_print.
2831
39ef85a8
TT
28322020-03-13 Tom Tromey <tom@tromey.com>
2833
2834 * ada-valprint.c (ada_value_print_num): New function.
2835 (ada_value_print_1): Use it.
2836
b9fa6e07
TT
28372020-03-13 Tom Tromey <tom@tromey.com>
2838
2839 * ada-valprint.c (ada_value_print_1) <TYPE_CODE_FLT>: Rewrite.
2840
416595d6
TT
28412020-03-13 Tom Tromey <tom@tromey.com>
2842
2843 * ada-valprint.c (ada_value_print_ptr): New function.
2844 (ada_value_print_1): Use it.
2845
5b5e15ec
TT
28462020-03-13 Tom Tromey <tom@tromey.com>
2847
2848 * ada-valprint.c (ada_val_print_gnat_array): Take a struct value;
2849 call common_val_print.
2850 (ada_val_print_1): Update.
2851 (ada_value_print_1): New function.
2852 (ada_value_print_inner): Rewrite.
2853
fbf54e75
TT
28542020-03-13 Tom Tromey <tom@tromey.com>
2855
2856 * cp-valprint.c (cp_print_value_fields): Update.
2857 (cp_print_value): New function.
2858
64b653ca
TT
28592020-03-13 Tom Tromey <tom@tromey.com>
2860
2861 * m2-valprint.c (m2_value_print_inner): Use
2862 cp_print_value_fields.
2863 * cp-valprint.c (cp_print_value_fields): New function.
2864 * c-valprint.c (c_value_print_struct): New function.
2865 (c_value_print_inner): Use c_value_print_struct.
2866 * c-lang.h (cp_print_value_fields): Declare.
2867
6999f067
TT
28682020-03-13 Tom Tromey <tom@tromey.com>
2869
2870 * c-valprint.c (c_value_print_array): New function.
2871 (c_value_print_inner): Use it.
2872
ce80b8bd
TT
28732020-03-13 Tom Tromey <tom@tromey.com>
2874
2875 * c-valprint.c (c_value_print_memberptr): New function.
2876 (c_value_print_inner): Use it.
2877
2faac269
TT
28782020-03-13 Tom Tromey <tom@tromey.com>
2879
2880 * c-valprint.c (c_value_print_int): New function.
2881 (c_value_print_inner): Use it.
2882
da3e2c29
TT
28832020-03-13 Tom Tromey <tom@tromey.com>
2884
2885 * c-valprint.c (c_value_print_ptr): New function.
2886 (c_value_print_inner): Use it.
2887
50836231
TT
28882020-03-13 Tom Tromey <tom@tromey.com>
2889
2890 * c-valprint.c (c_value_print_inner): Rewrite.
2891
4f412b6e
TT
28922020-03-13 Tom Tromey <tom@tromey.com>
2893
2894 * valprint.c (generic_value_print_complex): New function.
2895 (generic_value_print): Use it.
2896
f5354008
TT
28972020-03-13 Tom Tromey <tom@tromey.com>
2898
2899 * valprint.c (generic_val_print_float): Don't call
2900 val_print_scalar_formatted.
2901 (generic_val_print, generic_value_print): Update.
2902
3eec3b05
TT
29032020-03-13 Tom Tromey <tom@tromey.com>
2904
2905 * valprint.c (generic_value_print_char): New function
2906 (generic_value_print): Use it.
2907
fdddfccb
TT
29082020-03-13 Tom Tromey <tom@tromey.com>
2909
2910 * valprint.c (generic_value_print_int): New function.
2911 (generic_value_print): Use it.
2912
6dde7521
TT
29132020-03-13 Tom Tromey <tom@tromey.com>
2914
2915 * valprint.c (generic_value_print_bool): New function.
2916 (generic_value_print): Use it.
2917
4112d2e6
TT
29182020-03-13 Tom Tromey <tom@tromey.com>
2919
2920 * valprint.c (generic_val_print_func): Simplify.
2921 (generic_val_print, generic_value_print): Update.
2922
65786af6
TT
29232020-03-13 Tom Tromey <tom@tromey.com>
2924
2925 * valprint.c (generic_val_print_flags): Remove.
2926 (generic_val_print, generic_value_print): Update.
2927 (val_print_type_code_flags): Add original_value parameter.
2928
40f3ce18
TT
29292020-03-13 Tom Tromey <tom@tromey.com>
2930
2931 * valprint.c (generic_val_print): Update.
2932 (generic_value_print): Update.
2933 * valprint.c (generic_val_print_enum): Don't call
2934 val_print_scalar_formatted.
2935
2a5b130b
TT
29362020-03-13 Tom Tromey <tom@tromey.com>
2937
2938 * valprint.c (generic_value_print): Call generic_value_print_ptr.
2939 * valprint.c (generic_value_print_ptr): New function.
2940
abc66ce9
TT
29412020-03-13 Tom Tromey <tom@tromey.com>
2942
2943 * valprint.c (generic_value_print): Rewrite.
2944
07a32858
TT
29452020-03-13 Tom Tromey <tom@tromey.com>
2946
2947 * p-valprint.c (pascal_object_print_value_fields)
2948 (pascal_object_print_value): New functions.
2949
64d64d3a
TT
29502020-03-13 Tom Tromey <tom@tromey.com>
2951
2952 * p-valprint.c (pascal_value_print_inner): Rewrite.
2953
6a95a1f5
TT
29542020-03-13 Tom Tromey <tom@tromey.com>
2955
2956 * f-valprint.c (f_value_print_innner): Rewrite.
2957
59fcdac6
TT
29582020-03-13 Tom Tromey <tom@tromey.com>
2959
2960 * m2-valprint.c (m2_print_unbounded_array): New overload.
2961 (m2_print_unbounded_array): Update.
2962 (m2_print_array_contents): Take a struct value.
2963 (m2_value_print_inner): Rewrite.
2964
d133c3e1
TT
29652020-03-13 Tom Tromey <tom@tromey.com>
2966
2967 * d-valprint.c (dynamic_array_type): Call d_value_print_inner.
2968 (d_value_print_inner): New function.
2969 * d-lang.h (d_value_print_inner): Declare.
2970 * d-lang.c (d_language_defn): Use d_value_print_inner.
2971
23b0f06b
TT
29722020-03-13 Tom Tromey <tom@tromey.com>
2973
2974 * go-valprint.c (go_value_print_inner): New function.
2975 * go-lang.h (go_value_print_inner): Declare.
2976 * go-lang.c (go_language_defn): Use go_value_print_inner.
2977
5f56f7cb
TT
29782020-03-13 Tom Tromey <tom@tromey.com>
2979
2980 * rust-lang.c (val_print_struct, rust_print_enum): Use the value
2981 API.
2982 (rust_val_print): Rewrite.
2983 (rust_value_print_inner): New function, from rust_val_print.
2984 (rust_language_defn): Use rust_value_print_inner.
2985
26792ee0
TT
29862020-03-13 Tom Tromey <tom@tromey.com>
2987
2988 * ada-valprint.c (ada_value_print_inner): New function.
2989 * ada-lang.h (ada_value_print_inner): Declare.
2990 * ada-lang.c (ada_language_defn): Use ada_value_print_inner.
2991
24051bbe
TT
29922020-03-13 Tom Tromey <tom@tromey.com>
2993
2994 * f-valprint.c (f_value_print_innner): New function.
2995 * f-lang.h (f_value_print_innner): Declare.
2996 * f-lang.c (f_language_defn): Use f_value_print_innner.
2997
c0941be6
TT
29982020-03-13 Tom Tromey <tom@tromey.com>
2999
3000 * p-valprint.c (pascal_value_print_inner): New function.
3001 * p-lang.h (pascal_value_print_inner): Declare.
3002 * p-lang.c (pascal_language_defn): Use pascal_value_print_inner.
3003
62c4663d
TT
30042020-03-13 Tom Tromey <tom@tromey.com>
3005
3006 * m2-valprint.c (m2_value_print_inner): New function.
3007 * m2-lang.h (m2_value_print_inner): Declare.
3008 * m2-lang.c (m2_language_defn): Use m2_value_print_inner.
3009
62182190
TT
30102020-03-13 Tom Tromey <tom@tromey.com>
3011
3012 * opencl-lang.c (opencl_language_defn): Use c_value_print_inner.
3013 * objc-lang.c (objc_language_defn): Use c_value_print_inner.
3014 * c-valprint.c (c_value_print_inner): New function.
3015 * c-lang.h (c_value_print_inner): Declare.
3016 * c-lang.c (c_language_defn, cplus_language_defn)
3017 (asm_language_defn, minimal_language_defn): Use
3018 c_value_print_inner.
3019
1e592a8a
TT
30202020-03-13 Tom Tromey <tom@tromey.com>
3021
3022 * p-valprint.c (pascal_object_print_value_fields): Now static.
3023 * p-lang.h (pascal_object_print_value_fields): Don't declare.
3024
7fe471e9
TT
30252020-03-13 Tom Tromey <tom@tromey.com>
3026
3027 * c-valprint.c (c_val_print_array): Simplify.
3028
d121c6ce
TT
30292020-03-13 Tom Tromey <tom@tromey.com>
3030
3031 * valprint.c (value_print_array_elements): New function.
3032 * valprint.h (value_print_array_elements): Declare.
3033
4dba70ee
TT
30342020-03-13 Tom Tromey <tom@tromey.com>
3035
3036 * printcmd.c (print_formatted): Use value_print_scalar_formatted.
3037 * mips-tdep.c (mips_print_register): Use
3038 value_print_scalar_formatted.
3039
4f9ae810
TT
30402020-03-13 Tom Tromey <tom@tromey.com>
3041
3042 * valprint.h (value_print_scalar_formatted): Declare.
3043 * valprint.c (value_print_scalar_formatted): New function.
3044
156bfec9
TT
30452020-03-13 Tom Tromey <tom@tromey.com>
3046
3047 * valprint.h (generic_value_print): Declare.
3048 * valprint.c (generic_value_print): New function.
3049
2b4e573d
TT
30502020-03-13 Tom Tromey <tom@tromey.com>
3051
3052 * valprint.c (do_val_print): Call la_value_print_inner, if
3053 available.
3054 * rust-lang.c (rust_language_defn): Update.
3055 * p-lang.c (pascal_language_defn): Update.
3056 * opencl-lang.c (opencl_language_defn): Update.
3057 * objc-lang.c (objc_language_defn): Update.
3058 * m2-lang.c (m2_language_defn): Update.
3059 * language.h (struct language_defn) <la_value_print_inner>: New
3060 member.
3061 * language.c (unknown_language_defn, auto_language_defn): Update.
3062 * go-lang.c (go_language_defn): Update.
3063 * f-lang.c (f_language_defn): Update.
3064 * d-lang.c (d_language_defn): Update.
3065 * c-lang.c (c_language_defn, cplus_language_defn)
3066 (asm_language_defn, minimal_language_defn): Update.
3067 * ada-lang.c (ada_language_defn): Update.
3068
a1f6a07c
TT
30692020-03-13 Tom Tromey <tom@tromey.com>
3070
3071 * c-valprint.c (c_value_print): Use common_val_print.
3072
410cf315
TT
30732020-03-13 Tom Tromey <tom@tromey.com>
3074
3075 * cp-valprint.c (cp_print_static_field): Use common_val_print.
3076
72a45c93
TT
30772020-03-13 Tom Tromey <tom@tromey.com>
3078
3079 * f-valprint.c (f77_print_array_1, f_val_print): Use
3080 common_val_print.
3081
040f66bd
TT
30822020-03-13 Tom Tromey <tom@tromey.com>
3083
3084 * riscv-tdep.c (riscv_print_one_register_info): Use
3085 common_val_print.
3086
a6e05a6c
TT
30872020-03-13 Tom Tromey <tom@tromey.com>
3088
3089 * mi/mi-main.c (output_register): Use common_val_print.
3090
3444c526
TT
30912020-03-13 Tom Tromey <tom@tromey.com>
3092
3093 * infcmd.c (default_print_one_register_info): Use
3094 common_val_print.
3095
c2a44efe
TT
30962020-03-13 Tom Tromey <tom@tromey.com>
3097
3098 * valprint.h (common_val_print_checked): Declare.
3099 * valprint.c (common_val_print_checked): New function.
3100 * stack.c (print_frame_arg): Use common_val_print_checked.
3101
b0c26e99
TT
31022020-03-13 Tom Tromey <tom@tromey.com>
3103
3104 * valprint.c (do_val_print): New function, from val_print.
3105 (val_print): Use do_val_print.
3106 (common_val_print): Use do_val_print.
3107
ce3acbe9
TT
31082020-03-13 Tom Tromey <tom@tromey.com>
3109
3110 * valprint.c (value_print): Use scoped_value_mark.
3111
96c7f873
TV
31122020-03-13 Tom de Vries <tdevries@suse.de>
3113
3114 PR symtab/25646
3115 * psymtab.c (partial_symtab::partial_symtab): Don't set
3116 globals_offset and statics_offset. Push element onto
3117 current_global_psymbols and current_static_psymbols stacks.
3118 (concat): New function.
3119 (end_psymtab_common): Set globals_offset and statics_offset. Pop
3120 element from current_global_psymbols and current_static_psymbols
3121 stacks. Concat popped elements to global_psymbols and
3122 static_symbols.
3123 (add_psymbol_to_list): Use current_global_psymbols and
3124 current_static_psymbols stacks.
3125 * psymtab.h (class psymtab_storage): Add current_global_psymbols and
3126 current_static_psymbols fields.
3127
6ba0a321
CB
31282020-03-12 Christian Biesinger <cbiesinger@google.com>
3129
3130 * corelow.c (sniff_core_bfd): Remove.
3131 (class core_target) <m_core_vec>: Remove.
3132 (core_target::core_target): Update.
3133 (core_file_fns): Remove.
3134 (deprecated_add_core_fns): Remove.
3135 (default_core_sniffer): Remove.
3136 (sniff_core_bfd): Remove.
3137 (default_check_format): Remove.
3138 (gdb_check_format): Remove.
3139 (core_target_open): Update.
3140 (core_target::get_core_register_section): Update.
3141 (get_core_registers_cb): Update.
3142 (core_target::fetch_registers): Update.
3143 * gdbcore.h (struct core_fns): Remove.
3144 (deprecated_add_core_fns): Remove.
3145 (default_core_sniffer): Remove.
3146 (default_check_format): Remove.
3147
227031b2
TT
31482020-03-12 Tom Tromey <tom@tromey.com>
3149
3150 * arm-tdep.c (struct arm_mapping_symbol) <value>: Now a
3151 CORE_ADDR.
3152 (struct arm_exidx_entry) <addr>: Now a CORE_ADDR.
3153
53807e9f
TT
31542020-03-12 Tom Tromey <tom@tromey.com>
3155
3156 * remote.c (remote_target::download_tracepoint)
3157 (remote_target::enable_tracepoint)
3158 (remote_target::disable_tracepoint): Use phex, not sprintf_vma.
3159 * breakpoint.c (print_recreate_masked_watchpoint): Use phex, not
3160 sprintf_vma.
3161
64f25102
TT
31622020-03-12 Tom Tromey <tom@tromey.com>
3163
3164 * symfile-mem.c: Update CORE_ADDR size assert.
3165
272cd5a3
SM
31662020-03-12 Simon Marchi <simon.marchi@efficios.com>
3167
3168 * selftest.m4: Move to gdbsupport/.
3169 * acinclude.m4: Update path to selftest.m4.
3170
74cd3f9d
SM
31712020-03-12 Simon Marchi <simon.marchi@efficios.com>
3172
3173 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Rename to...
3174 (SELFTESTS_SRCS): ... this. Add disasm-selftests.c,
3175 gdbarch-selfselftests.c and selftest-arch.c.
3176 (SUBDIR_UNITTESTS_OBS): Rename to...
3177 (SELFTESTS_OBS): ... this.
3178 (COMMON_SFILES): Remove disasm-selftests.c and
3179 gdbarch-selftests.c.
3180 * configure.ac: Don't add selftest-arch.{c,o} to
3181 CONFIG_{SRCS,OBS}.
3182 * disasm-selftests.c, gdbarch-selftests.c: Remove GDB_SELF_TEST
3183 preprocessor conditions.
3184
db6878ac
SM
31852020-03-12 Simon Marchi <simon.marchi@efficios.com>
3186
3187 * configure.ac: Don't source bfd/development.sh.
3188 * selftest.m4: Modify comment.
3189 * configure: Re-generate.
3190
4d696a5c
SM
31912020-03-12 Simon Marchi <simon.marchi@efficios.com>
3192
3193 * selftest.m4 (GDB_AC_SELFTEST): Error out if $development is
3194 not "true" or "false".
3195 * configure: Re-generate.
3196
8dd8e1c7
CB
31972020-03-12 Christian Biesinger <cbiesinger@google.com>
3198
3199 * Makefile.in (HFILES_NO_SRCDIR): Add new arm-nbsd-tdep.h file.
3200 * arm-nbsd-nat.c (arm_supply_gregset): Moved to arm-nbsd-tdep and
3201 renamed to arm_nbsd_supply_gregset.
3202 (fetch_register): Update to call arm_nbsd_supply_gregset.
3203 (fetch_regs): Remove in favor of fetch_register with a -1 regno.
3204 (arm_netbsd_nat_target::fetch_registers): Update.
3205 (fetch_elfcore_registers): Removed.
3206 (_initialize_arm_netbsd_nat): Removed call to deprecated_add_core_fns.
3207 * arm-nbsd-tdep.c (struct arm_nbsd_reg): New struct.
3208 (arm_nbsd_supply_gregset): Moved from arm-nbsd-nat.c and updated to
3209 not require NetBSD system headers.
3210 (arm_nbsd_regset): New struct.
3211 (arm_nbsd_iterate_over_regset_sections): New function.
3212 (arm_netbsd_init_abi_common): Updated to call
3213 set_gdbarch_iterate_over_regset_sections.
3214 * arm-nbsd-tdep.h: New file.
3215
dd69bf7a
KB
32162020-03-11 Kevin Buettner <kevinb@redhat.com>
3217
3218 * symtab.c (find_pc_sect_line): Add check which prevents infinite
3219 recursion.
3220
a0761e34
SM
32212020-03-11 Simon Marchi <simon.marchi@efficios.com>
3222
3223 * configure: Re-generate.
3224
e7a82140
TT
32252020-03-11 Tom Tromey <tromey@adacore.com>
3226
3227 * ada-typeprint.c (print_choices): Fix comment.
3228
dcc050c8
AB
32292020-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3230
3231 * buildsyms.c (buildsym_compunit::record_line): Avoid accessing
3232 previous item in the list, when the list has no items.
3233
1c33af77
TV
32342020-03-11 Tom de Vries <tdevries@suse.de>
3235
3236 * dwarf2/loc.c (dwarf2_evaluate_property): Handle NULL frame in
3237 PROP_LOCLIST handling code.
3238
8c95582d
AB
32392020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
3240
3241 * buildsym-legacy.c (record_line): Pass extra parameter to
3242 record_line.
3243 * buildsym.c (buildsym_compunit::record_line): Take an extra
3244 parameter, reduce duplication in the line table, and record the
3245 is_stmt flag in the line table.
3246 * buildsym.h (buildsym_compunit::record_line): Add extra
3247 parameter.
3248 * disasm.c (do_mixed_source_and_assembly_deprecated): Ignore
3249 non-statement lines.
3250 * dwarf2/read.c (dwarf_record_line_1): Add extra parameter, pass
3251 this to the symtab builder.
3252 (dwarf_finish_line): Pass extra parameter to dwarf_record_line_1.
3253 (lnp_state_machine::record_line): Pass a suitable is_stmt flag
3254 through to dwarf_record_line_1.
3255 * infrun.c (process_event_stop_test): When stepping, don't stop at
3256 a non-statement instruction, and only refresh the step info when
3257 we land in the middle of a line's range. Also add an extra
3258 comment.
3259 * jit.c (jit_symtab_line_mapping_add_impl): Initialise is_stmt
3260 field.
3261 * record-btrace.c (btrace_find_line_range): Only record lines
3262 marked as is-statement.
3263 * stack.c (frame_show_address): Show the frame address if we are
3264 in a non-statement sal.
3265 * symmisc.c (dump_symtab_1): Print the is_stmt flag.
3266 (maintenance_print_one_line_table): Print a header for the is_stmt
3267 column, and include is_stmt information in the output.
3268 * symtab.c (find_pc_sect_line): Find lines marked as statements in
3269 preference to non-statements.
3270 (find_pcs_for_symtab_line): Prefer is-statement entries.
3271 (find_line_common): Likewise.
3272 * symtab.h (struct linetable_entry): Add is_stmt field.
3273 (struct symtab_and_line): Likewise.
3274 * xcoffread.c (arrange_linetable): Initialise is_stmt field when
3275 arranging the line table.
3276
e4003a34
TV
32772020-03-07 Tom de Vries <tdevries@suse.de>
3278
3279 * dwarf2/read.c (read_typedef): Treat anonymous typedef as forwarder
3280 DIE.
3281
e8932576
TT
32822020-03-07 Tom Tromey <tom@tromey.com>
3283
3284 * valops.c (value_literal_complex): Remove obsolete comment.
3285 * gdbtypes.h (enum type_code) <TYPE_CODE_FLT>: Remove obsolete
3286 comment.
3287
29734269
SM
32882020-03-06 Simon Marchi <simon.marchi@polymtl.ca>
3289
3290 * infrun.h: Forward-declare thread_info.
3291 (set_step_info): Add thread_info parameter, add doc.
3292 * infrun.c (set_step_info): Add thread_info parameter, move doc
3293 to header.
3294 * infrun.c (process_event_stop_test): Pass thread to
3295 set_step_info call.
3296 * infcmd.c (set_step_frame): Add thread_info pointer, pass it to
3297 set_step_info.
3298 (prepare_one_step): Add thread_info parameter, pass it to
3299 set_step_frame and prepare_one_step (recursive) call.
3300 (step_1): Pass thread to prepare_one_step call.
3301 (step_command_fsm::should_stop): Pass thread to
3302 prepare_one_step.
3303 (until_next_fsm): Pass thread to set_step_frame call.
3304 (finish_command): Pass thread to set_step_info call.
3305
b7d64b29
HD
33062020-03-06 Hannes Domani <ssbssa@yahoo.de>
3307
3308 * windows-tdep.c (windows_solib_create_inferior_hook):
3309 Check if inferior is running.
3310
09f2921c
TV
33112020-03-06 Tom de Vries <tdevries@suse.de>
3312
3313 * NEWS: Fix "the the".
3314 * ctfread.c: Same.
3315
fd760e79
TV
33162020-03-06 Tom de Vries <tdevries@suse.de>
3317
3318 * psymtab.c (psymtab_to_symtab): Don't print "done.".
3319
20ea4a60
AB
33202020-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3321
3322 * .dir-locals.el: Add a comment referencing the other copies of
3323 this file.
3324
0afbabf0
JB
33252020-03-05 John Baldwin <jhb@FreeBSD.org>
3326
3327 * fbsd-tdep.c (fbsd_make_corefile_notes): Use std::string for
3328 psargs.
3329
842806cb
TBA
33302020-03-05 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3331
3332 * .gitattributes: New file.
3333
be1e3d3e
TT
33342020-03-04 Tom Tromey <tom@tromey.com>
3335
3336 * symmisc.c (print_symbol_bcache_statistics)
3337 (print_objfile_statistics): Update.
3338 * symfile.c (allocate_symtab): Use intern.
3339 * psymtab.c (partial_symtab::partial_symtab): Use intern.
3340 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
3341 macro_cache>: Remove.
3342 <string_cache>: New member.
3343 (struct objfile) <intern>: New methods.
3344 * elfread.c (elf_symtab_read): Use intern.
3345 * dwarf2/read.c (fixup_go_packaging): Intern package name.
3346 (dwarf2_compute_name, dwarf2_physname)
3347 (create_dwo_unit_in_dwp_v1, create_dwo_unit_in_dwp_v2): Intern
3348 names.
3349 (guess_partial_die_structure_name): Update.
3350 (partial_die_info::fixup): Intern name.
3351 (dwarf2_canonicalize_name): Change parameter to objfile. Intern
3352 name.
3353 (dwarf2_name): Intern name. Update.
3354 * buildsym.c (buildsym_compunit::get_macro_table): Use
3355 string_cache.
3356
4e7625fd
TT
33572020-03-04 Tom Tromey <tom@tromey.com>
3358
3359 * jit.c (bfd_open_from_target_memory): Make "target" const.
3360 * corefile.c (gnutarget): Now const.
3361 * gdbcore.h (gnutarget): Now const.
3362
46f9f931
HD
33632020-03-04 Hannes Domani <ssbssa@yahoo.de>
3364
3365 * NEWS: Mention support for WOW64 processes.
3366 * amd64-windows-nat.c (amd64_mappings): Rename and remove static.
3367 (amd64_windows_segment_register_p): Remove static.
3368 (_initialize_amd64_windows_nat): Update.
3369 * configure.nat <windows> (NATDEPFILES): Add i386-windows-nat.o.
3370 * i386-windows-nat.c (context_offset): Update.
3371 (i386_mappings): Rename and remove static.
3372 (i386_windows_segment_register_p): Remove static.
3373 (_initialize_i386_windows_nat): Update.
3374 * windows-nat.c (STATUS_WX86_BREAKPOINT): New macro.
3375 (STATUS_WX86_SINGLE_STEP): New macro.
3376 (EnumProcessModulesEx): New macro.
3377 (Wow64SuspendThread): New macro.
3378 (Wow64GetThreadContext): New macro.
3379 (Wow64SetThreadContext): New macro.
3380 (Wow64GetThreadSelectorEntry): New macro.
3381 (windows_set_context_register_offsets): Add static.
3382 (windows_set_segment_register_p): Likewise.
3383 (windows_add_thread): Adapt for WOW64 processes.
3384 (windows_fetch_one_register): Likewise.
3385 (windows_nat_target::fetch_registers): Likewise.
3386 (windows_store_one_register): Likewise.
3387 (display_selector): Likewise.
3388 (display_selectors): Likewise.
3389 (handle_exception): Likewise.
3390 (windows_continue): Likewise.
3391 (windows_nat_target::resume): Likewise.
3392 (windows_add_all_dlls): Likewise.
3393 (do_initial_windows_stuff): Likewise.
3394 (windows_nat_target::attach): Likewise.
3395 (windows_get_exec_module_filename): Likewise.
3396 (windows_nat_target::create_inferior): Likewise.
3397 (windows_xfer_siginfo): Likewise.
3398 (_initialize_loadable): Initialize Wow64SuspendThread,
3399 Wow64GetThreadContext, Wow64SetThreadContext,
3400 Wow64GetThreadSelectorEntry and EnumProcessModulesEx.
3401 * windows-nat.h (windows_set_context_register_offsets):
3402 Remove declaration.
3403 (windows_set_segment_register_p): Likewise.
3404 (i386_windows_segment_register_p): Add declaration.
3405 (amd64_windows_segment_register_p): Likewise.
3406
440cf44e
LM
34072020-03-04 Luis Machado <luis.machado@linaro.org>
3408
3409 Revert aa66aac47b4dd38f9524ddb5546c08cc09930d37 due to regressions
3410 in "info registers" for AArch64/ARM.
3411
3412 The change caused "info registers" to not print GPR's.
3413
3414 gdb/ChangeLog:
3415
3416 2020-02-01 Shahab Vahedi <shahab@synopsys.com>
3417
3418 * target-descriptions.c (tdesc_register_in_reggroup_p): Return 0
3419 when reg->group is empty and reggroup is not.
3420
1009d92f
TT
34212020-03-03 Tom Tromey <tromey@adacore.com>
3422
3423 * dwarf2/frame.c (struct dwarf2_frame_cache)
3424 <checked_tailcall_bottom, entry_cfa_sp_offset,
3425 entry_cfa_sp_offset_p>: Remove members.
3426 (dwarf2_frame_cache): Call dwarf2_tailcall_sniffer_first.
3427 (dwarf2_frame_prev_register): Don't call
3428 dwarf2_tailcall_sniffer_first.
3429 (dwarf2_append_unwinders): Don't append tailcall unwinder.
3430 * frame-unwind.c (add_unwinder): New fuction.
3431 (frame_unwind_init): Use it. Add tailcall unwinder.
3432
5e5d66b6
AB
34332020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
3434 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3435
3436 * f-valprint.c (f_val_print): Handle TYPE_CODE_BOOL, any non-zero
3437 value should be printed as true.
3438
584cf46d
HD
34392020-03-03 Hannes Domani <ssbssa@yahoo.de>
3440
3441 * windows-tdep.c (windows_solib_create_inferior_hook): New function.
3442 (windows_init_abi): Set and use windows_so_ops.
3443
7b973adc
SDJ
34442020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
3445
3446 * printcmd.c (print_c_string): Check also for TYPE_CODE_PTR
3447 when verifying if dealing with a convenience variable.
3448
bb7b70ab
LM
34492020-03-03 Luis Machado <luis.machado@linaro.org>
3450
3451 * auxv.c (default_print_auxv_entry): Add new AUXV entries.
3452
9822cb57
SM
34532020-03-02 Simon Marchi <simon.marchi@polymtl.ca>
3454
3455 * infrun.c (gdbarch_supports_displaced_stepping): New.
3456 (use_displaced_stepping): Break up conditions in smaller pieces.
3457 Use gdbarch_supports_displaced_stepping.
3458 (displaced_step_prepare_throw): Use
3459 gdbarch_supports_displaced_stepping.
3460
63e163f2
AB
34612020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
3462
3463 * NEWS: Mention new behaviour of the history filename.
3464 * top.c (write_history_p): Add comment.
3465 (show_write_history_p): Add header comment, give a different
3466 message when history writing is on, but the history filename is
3467 empty.
3468 (history_filename): Add comment.
3469 (history_filename_empty): New function.
3470 (show_history_filename): Add header comment, give a different
3471 message when the filename is empty.
3472 (init_history): Compare history_filename against nullptr, and only
3473 read history if the filename is not empty.
3474 (set_history_filename): Add header comment, and only make
3475 non-empty filenames absolute.
3476 (init_main): Make the filename argument to 'set history filename'
3477 optional.
3478
81b86b97
CB
34792020-03-02 Christian Biesinger <cbiesinger@google.com>
3480
3481 * arm-nbsd-nat.c (arm_supply_fparegset): Rename to...
3482 (arm_supply_vfpregset): ...this, and update to use VFP registers.
3483 (fetch_fp_register): Update.
3484 (fetch_fp_regs): Update.
3485 (store_fp_register): Update.
3486 (store_fp_regs): Update.
3487 (arm_netbsd_nat_target::read_description): New function.
3488 (fetch_elfcore_registers): Update.
3489
24ed6739
AB
34902020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
3491
3492 * remote.c (remote_target::remote_parse_stop_reply): Don't use the
3493 general_thread if the stop reply is missing a thread-id.
3494 (remote_target::process_stop_reply): Use the first non-exited
3495 thread if the target didn't pass a thread-id.
3496 * infrun.c (do_target_wait): Move call to
3497 switch_to_inferior_no_thread to ....
3498 (do_target_wait_1): ... here.
3499
a84bb2a0
JT
35002020-02-29 Jon Turney <jon.turney@dronecode.org.uk>
3501
3502 * debuginfod-support.c: Include defs.h first.
3503
658dadf0
TV
35042020-02-28 Tom de Vries <tdevries@suse.de>
3505
3506 * symfile.c (set_initial_language): Use default language for lookup.
3507
4ebe4877
SM
35082020-02-28 Simon Marchi <simon.marchi@efficios.com>
3509
3510 * dwarf2/read.c (cutu_reader::init_tu_and_read_dwo_dies): Remove
3511 reader variable, pass `this` to read_cutu_die_from_dwo.
3512
e5da1139
AM
35132020-02-27 Aaron Merey <amerey@redhat.com>
3514
3515 * source.c (open_source_file): Check for nullptr when computing
3516 srcpath.
3517
317f7127
TT
35182020-02-27 Tom Tromey <tromey@adacore.com>
3519
3520 * dwarf2/read.c (struct field_info) <nfields>: Now a method, not a
3521 member.
3522 (dwarf2_add_field): Don't update nfields.
3523 (dwarf2_attach_fields_to_type, process_structure_scope): Update.
3524
3104d9ee
AB
35252020-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3526
3527 * gdbtypes.c (create_array_type_with_stride): Use std::abs not
3528 abs.
3529
b83470bf
TT
35302020-02-26 Tom Tromey <tom@tromey.com>
3531
3532 * dwarf2/read.c (struct dwarf2_include_psymtab): New.
3533 (dwarf2_create_include_psymtab): Use dwarf2_include_psymtab.
3534 (dwarf2_psymtab::expand_psymtab, dwarf2_psymtab::readin_p)
3535 (dwarf2_psymtab::get_compunit_symtab): Remove null checks for
3536 per_cu_data.
3537
edfe0a0c
TT
35382020-02-26 Tom Tromey <tom@tromey.com>
3539
3540 * dwarf2/index-write.c (psym_index_map): Change type.
3541 (add_address_entry_worker, write_one_signatured_type)
3542 (recursively_count_psymbols, recursively_write_psymbols)
3543 (class debug_names, psyms_seen_size, write_gdbindex)
3544 (write_debug_names): Use partial_symtab, not dwarf2_psymtab.
3545
0d79cdc4
AM
35462020-02-26 Aaron Merey <amerey@redhat.com>
3547
3548 * Makefile.in: Handle optional debuginfod support.
3549 * NEWS: Update.
3550 * README: Add --with-debuginfod summary.
3551 * config.in: Regenerate.
3552 * configure: Regenerate.
3553 * configure.ac: Handle optional debuginfod support.
3554 * debuginfod-support.c: debuginfod helper functions.
3555 * debuginfod-support.h: Ditto.
3556 * doc/gdb.texinfo: Add --with-debuginfod to configure options
3557 summary.
3558 * dwarf2/read.c (dwarf2_get_dwz_file): Query debuginfod servers
3559 when a dwz file cannot be found.
3560 * elfread.c (elf_symfile_read): Query debuginfod servers when a
3561 debuginfo file cannot be found.
3562 * source.c (open_source_file): Query debuginfod servers when a
3563 source file cannot be found.
3564 * top.c (print_gdb_configuration): Include
3565 --{with,without}-debuginfod in the output.
3566
b65ce565
JG
35672020-02-26 Jérémie Galarneau <jeremie.galarneau@efficios.com>
3568
3569 * thread.c (thr_try_catch_cmd): Print thread name.
3570
d4c9a4f8
SM
35712020-02-26 Simon Marchi <simon.marchi@efficios.com>
3572
3573 * dwarf2/loc.h (dwarf2_fetch_die_loc_sect_off,
3574 dwarf2_fetch_die_loc_cu_off, dwarf2_fetch_constant_bytes,
3575 dwarf2_fetch_die_type_sect_off): Move to...
3576 * dwarf2/read.h (dwarf2_fetch_die_loc_sect_off,
3577 dwarf2_fetch_die_loc_cu_off, dwarf2_fetch_constant_bytes,
3578 dwarf2_fetch_die_type_sect_off): ... here.
3579 * dwarf2/read.c (dwarf2_fetch_die_loc_sect_off,
3580 dwarf2_fetch_die_loc_cu_off, dwarf2_fetch_constant_bytes,
3581 dwarf2_fetch_die_type_sect_off): Move doc to header file.
3582
0dce4280
TV
35832020-02-26 Tom de Vries <tdevries@suse.de>
3584
3585 PR gdb/25603
3586 * symfile.c (set_initial_language): Exit-early if
3587 language_mode == language_mode_manual.
3588
450a1bfc
SM
35892020-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3590
3591 * dwarf2/loc.h (dwarf2_read_addr_index): Move...
3592 * dwarf2/read.h (dwarf2_read_addr_index): ... here.
3593 * dwarf2/read.c (dwarf2_read_addr_index): Move doc to header.
3594
9e80cfa1
AB
35952020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3596
3597 * gdbtypes.c (create_array_type_with_stride): Handle negative
3598 array strides.
3599 * valarith.c (value_subscripted_rvalue): Likewise.
3600
09624f1f
LM
36012020-02-25 Luis Machado <luis.machado@linaro.org>
3602
3603 * aarch64-tdep.c (aarch64_vnv_type): Fix comment typo.
3604
8cb5117c
SM
36052020-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3606
3607 * loc.h (dwarf2_get_die_type): Move to...
3608 * read.h (dwarf2_get_die_type): ... here.
3609 * read.c (dwarf2_get_die_type): Move doc to header.
3610
c325c44e
JB
36112020-02-25 Joel Brobecker <brobecker@adacore.com>
3612
3613 * copypright.py (EXCLUDE_LIST): Add 'gnulib/config.in' and
3614 'gnulib/Makefile.in' to the list.
3615
4ac93832
TT
36162020-02-24 Tom Tromey <tom@tromey.com>
3617
3618 * dwarf2/read.h (struct type_unit_unshareable) <num_symtabs>:
3619 Remove.
3620 * dwarf2/read.c (dwarf2_cu::setup_type_unit_groups): Use
3621 XOBNEWVEC.
3622
197400e8
TT
36232020-02-24 Tom Tromey <tom@tromey.com>
3624
3625 * dwarf2/read.h (struct dwarf2_per_cu_data) <type_unit_group_p>:
3626 New method.
3627 * dwarf2/read.c (IS_TYPE_UNIT_GROUP): Remove.
3628 (dw2_do_instantiate_symtab, dw2_get_file_names)
3629 (build_type_psymtab_dependencies, load_full_type_unit): Update.
3630
76935768
TT
36312020-02-24 Tom Tromey <tom@tromey.com>
3632
3633 * dwarf2read.c (dwarf2_build_psymtabs_hard): Use
3634 make_scoped_restore.
3635 (dwarf2_psymtab::read_symtab): Don't clear
3636 reading_partial_symbols.
3637
a88ef40d
TV
36382020-02-24 Tom de Vries <tdevries@suse.de>
3639
3640 PR gdb/25592
3641 * stack.c (iterate_over_block_locals): Handle LOC_CONST.
3642
c9af6521
TV
36432020-02-24 Tom de Vries <tdevries@suse.de>
3644
3645 * tui/tui-layout.c (_initialize_tui_layout): Fix help messages for
3646 commands layout next/prev/regs.
3647
5707a07a
TT
36482020-02-22 Tom Tromey <tom@tromey.com>
3649
3650 * dwarf2/loc.h (dwarf2_compile_expr_to_ax): Don't declare.
3651 * dwarf2/loc.c (dwarf2_compile_expr_to_ax): Now static.
3652
3b0fb49e
TT
36532020-02-22 Tom Tromey <tom@tromey.com>
3654
3655 * tui/tui-data.h (TUI_DISASM_WIN): Cast to tui_disasm_window.
3656
283be8bf
TT
36572020-02-22 Tom Tromey <tom@tromey.com>
3658
3659 * tui/tui-win.c (_initialize_tui_win): Add usage text.
3660 * tui/tui-stack.c (_initialize_tui_stack): Add usage text.
3661 * tui/tui-regs.c (_initialize_tui_regs): Add usage text.
3662 * tui/tui.c (_initialize_tui): Add usage text.
3663
ca793b96
TT
36642020-02-22 Tom Tromey <tom@tromey.com>
3665
3666 * tui/tui-win.c (tui_set_focus_command)
3667 (tui_set_win_height_command): Use error_no_arg.
3668 (_initialize_tui_win): Update help text.
3669 (FOCUS_USAGE, WIN_HEIGHT_USAGE): Don't define.
3670
432b5c40
TT
36712020-02-22 Tom Tromey <tom@tromey.com>
3672
3673 * tui/tui-layout.c (extract_display_start_addr): Rewrite.
3674 * tui/tui-disasm.h (struct tui_disasm_window)
3675 <display_start_addr>: Declare.
3676 * tui/tui-source.h (struct tui_source_window)
3677 <display_start_addr>: Declare.
3678 * tui/tui-winsource.h (struct tui_source_window_base)
3679 <show_source_line, display_start_addr>: New methods.
3680 <m_horizontal_offset, m_start_line_or_addr, m_gdbarch, m_content>:
3681 Rename and move to protected section.
3682 * tui/tui-winsource.c (tui_source_window_base::update_source_window)
3683 (tui_source_window_base::do_erase_source_content): Update.
3684 (tui_source_window_base::show_source_line): Now a method.
3685 (tui_source_window_base::show_source_content)
3686 (tui_source_window_base::tui_source_window_base)
3687 (tui_source_window_base::rerender)
3688 (tui_source_window_base::refill)
3689 (tui_source_window_base::do_scroll_horizontal)
3690 (tui_source_window_base::set_is_exec_point_at)
3691 (tui_source_window_base::update_breakpoint_info)
3692 (tui_source_window_base::update_exec_info): Update.
3693 * tui/tui-source.c (tui_source_window::set_contents)
3694 (tui_source_window::showing_source_p)
3695 (tui_source_window::do_scroll_vertical)
3696 (tui_source_window::location_matches_p)
3697 (tui_source_window::line_is_displayed): Update.
3698 (tui_source_window::display_start_addr): New method.
3699 * tui/tui-disasm.c (tui_disasm_window::set_contents)
3700 (tui_disasm_window::do_scroll_vertical)
3701 (tui_disasm_window::location_matches_p): Update.
3702 (tui_disasm_window::display_start_addr): New method.
3703
01b1af32
TT
37042020-02-22 Tom Tromey <tom@tromey.com>
3705
3706 * NEWS: Add entry for gdb.register_window_type.
3707 * tui/tui-layout.h (window_factory): New typedef.
3708 (tui_register_window): Declare.
3709 * tui/tui-layout.c (saved_tui_windows): New global.
3710 (tui_apply_current_layout): Use it.
3711 (tui_register_window): New function.
3712 * python/python.c (do_start_initialization): Call
3713 gdbpy_initialize_tui.
3714 (python_GdbMethods): Add "register_window_type" function.
3715 * python/python-internal.h (gdbpy_register_tui_window)
3716 (gdbpy_initialize_tui): Declare.
3717 * python/py-tui.c: New file.
3718 * Makefile.in (SUBDIR_PYTHON_SRCS): Add py-tui.c.
3719
fc96d20b
TT
37202020-02-22 Tom Tromey <tom@tromey.com>
3721
3722 * tui/tui-io.c (do_tui_putc): Don't omit annotations.
3723
935c78c0
TT
37242020-02-22 Tom Tromey <tom@tromey.com>
3725
3726 * tui/tui-win.c (tui_set_win_focus_to): Move to tui-data.c.
3727 * tui/tui-data.h (tui_set_win_with_focus): Don't declare.
3728 * tui/tui-data.c (tui_set_win_with_focus): Remove.
3729 (tui_set_win_focus_to): Move from tui-win.c.
3730
0240c8f1
TT
37312020-02-22 Tom Tromey <tom@tromey.com>
3732
3733 * tui/tui-layout.c (make_standard_window, get_locator_window): New
3734 functions.
3735 (known_window_types): New global.
3736 (tui_get_window_by_name): Reimplement.
3737 (initialize_known_windows): New function.
3738 (validate_window_name): Rewrite.
3739 (_initialize_tui_layout): Call initialize_known_windows.
3740
fdb01f0c
TT
37412020-02-22 Tom Tromey <tom@tromey.com>
3742
3743 * tui/tui.h (enum tui_win_type) <LOCATOR_WIN, DATA_ITEM_WIN>:
3744 Remove constants.
3745 * tui/tui-winsource.h (struct tui_source_window_base)
3746 <tui_source_window_base>: Remove parameter.
3747 * tui/tui-winsource.c
3748 (tui_source_window_base::tui_source_window_base): Remove
3749 parameter.
3750 (tui_source_window_base::refill): Update.
3751 * tui/tui-stack.h (struct tui_locator_window)
3752 <tui_locator_window>: Update.
3753 * tui/tui-source.h (struct tui_source_window) <tui_source_window>:
3754 Default the constructor.
3755 * tui/tui-regs.h (struct tui_data_item_window)
3756 <tui_data_item_window>: Default the constructor.
3757 (struct tui_data_window) <tui_data_window>: Likewise.
3758 * tui/tui-disasm.h (struct tui_disasm_window) <tui_disasm_window>:
3759 Default the constructor.
3760 * tui/tui-data.h (struct tui_gen_win_info) <tui_gen_win_info>:
3761 Default the constructor.
3762 <type>: Remove.
3763 (struct tui_win_info) <tui_win_info>: Default the constructor.
3764 * tui/tui-data.c (tui_win_info::tui_win_info): Remove.
3765 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
3766 Default the constructor.
3767
865a5aec
TT
37682020-02-22 Tom Tromey <tom@tromey.com>
3769
3770 * tui/tui-wingeneral.h (tui_make_all_invisible): Don't declare.
3771 * tui/tui-wingeneral.c (tui_make_all_invisible): Remove.
3772 * tui/tui-win.c (tui_resize_all): Don't call
3773 tui_delete_invisible_windows.
3774 * tui/tui-layout.c (tui_apply_current_layout): Delete windows when
3775 done.
3776 (tui_set_layout): Update.
3777 (tui_add_win_to_layout): Don't call tui_delete_invisible_windows.
3778 * tui/tui-data.h (tui_delete_invisible_windows): Don't declare.
3779 * tui/tui-data.c (tui_delete_invisible_windows): Remove.
3780
e098d18c
TT
37812020-02-22 Tom Tromey <tom@tromey.com>
3782
3783 * tui/tui-win.c (tui_partial_win_by_name): Handle ambiguity
3784 correctly.
3785
eb9c8874
TT
37862020-02-22 Tom Tromey <tom@tromey.com>
3787
3788 * tui/tui-data.c (tui_next_win, tui_prev_win): Reimplement.
3789
7eed1a8e
TT
37902020-02-22 Tom Tromey <tom@tromey.com>
3791
3792 * tui/tui-winsource.h (struct tui_source_window_iterator)
3793 <inner_iterator>: New etytypedef.
3794 <tui_source_window_iterator>: Take "end" parameter.
3795 <tui_source_window_iterator>: Take iterator.
3796 <operator*, advance>: Update.
3797 <m_iter>: Change type.
3798 <m_end>: New field.
3799 (struct tui_source_windows) <begin, end>: Update.
3800 * tui/tui-layout.c (tui_windows): New global.
3801 (tui_apply_current_layout): Clear tui_windows.
3802 (tui_layout_window::apply): Update tui_windows.
3803 * tui/tui-data.h (tui_windows): Declare.
3804 (all_tui_windows): Now inline function.
3805 (class tui_window_iterator, struct all_tui_windows): Remove.
3806
7c043ba6
TT
38072020-02-22 Tom Tromey <tom@tromey.com>
3808
3809 PR tui/17850:
3810 * tui/tui-win.c (tui_gen_win_info::max_width): New method.
3811 * tui/tui-layout.h (class tui_layout_base) <get_sizes>: Add
3812 "height" argument.
3813 (class tui_layout_window) <get_sizes>: Likewise.
3814 (class tui_layout_split) <tui_layout_split>: Add "vertical"
3815 argument.
3816 <get_sizes>: Add "height" argument.
3817 <m_vertical>: New field.
3818 * tui/tui-layout.c (tui_layout_split::clone): Update.
3819 (tui_layout_split::get_sizes): Add "height" argument.
3820 (tui_layout_split::adjust_size, tui_layout_split::apply): Update.
3821 (tui_new_layout_command): Parse "-horizontal".
3822 (_initialize_tui_layout): Update help string.
3823 (tui_layout_split::specification): Add "-horizontal" when needed.
3824 * tui/tui-layout.c (tui_layout_window::get_sizes): Add "height"
3825 argument.
3826 * tui/tui-data.h (struct tui_gen_win_info) <max_width, min_width>:
3827 New methods.
3828
6bc56648
TT
38292020-02-22 Tom Tromey <tom@tromey.com>
3830
3831 * tui/tui-layout.h (enum tui_adjust_result): New.
3832 (class tui_layout_base) <adjust_size>: Return tui_adjust_result.
3833 (class tui_layout_window) <adjust_size>: Return
3834 tui_adjust_result. Rewrite.
3835 (class tui_layout_split) <adjust_size>: Return tui_adjust_result.
3836 * tui/tui-layout.c (tui_layout_split::adjust_size): Update.
3837
c22fef7e
TT
38382020-02-22 Tom Tromey <tom@tromey.com>
3839
3840 * tui/tui-layout.h (class tui_layout_split) <add_split>: Change
3841 parameter and return types.
3842 (class tui_layout_base) <specification>: Add "depth".
3843 (class tui_layout_window) <specification>: Add "depth".
3844 (class tui_layout_split) <specification>: Add "depth".
3845 * tui/tui-layout.c (tui_layout_split::add_split): Change parameter
3846 and return types.
3847 (tui_new_layout_command): Parse sub-layouts.
3848 (_initialize_tui_layout): Update help string.
3849 (tui_layout_window::specification): Add "depth".
3850 (add_layout_command): Update.
3851
ee325b61
TT
38522020-02-22 Tom Tromey <tom@tromey.com>
3853
3854 * NEWS: Add "tui new-layout" item.
3855 * tui/tui-layout.c (add_layout_command): Return cmd_list_element.
3856 Add new-layout command to help text.
3857 (validate_window_name): New function.
3858 (tui_new_layout_command): New function.
3859 (_initialize_tui_layout): Register "new-layout".
3860 (tui_layout_window::specification): New method.
3861 (tui_layout_window::specification): New method.
3862 * tui/tui-layout.h (class tui_layout_base) <specification>: New
3863 method.
3864 (class tui_layout_window) <specification>: New method.
3865 (class tui_layout_split) <specification>: New method.
3866
416eb92d
TT
38672020-02-22 Tom Tromey <tom@tromey.com>
3868
3869 * tui/tui.c (tui_enable): Call tui_set_initial_layout.
3870 * tui/tui-win.c (window_name_completer): Update comment.
3871 * tui/tui-layout.h (class tui_layout_base) <replace_window>:
3872 Declare method.
3873 (class tui_layout_window) <replace_window>: Likewise.
3874 (class tui_layout_split) <replace_window>: Likewise.
3875 (tui_set_layout): Don't declare.
3876 (tui_set_initial_layout): Declare function.
3877 * tui/tui-layout.c (layouts, applied_skeleton, src_regs_layout)
3878 (asm_regs_layout): New globals.
3879 (tui_current_layout, show_layout): Remove.
3880 (tui_set_layout, tui_add_win_to_layout): Rewrite.
3881 (find_layout, tui_apply_layout): New function.
3882 (layout_completer): Remove.
3883 (tui_next_layout): Reimplement.
3884 (tui_next_layout_command): New function.
3885 (tui_set_initial_layout, tui_prev_layout_command): New functions.
3886 (tui_regs_layout): Reimplement.
3887 (tui_regs_layout_command): New function.
3888 (extract_display_start_addr): Rewrite.
3889 (next_layout, prev_layout): Remove.
3890 (tui_layout_window::replace_window): New method.
3891 (tui_layout_split::replace_window): New method.
3892 (destroy_layout): New function.
3893 (layout_list): New global.
3894 (add_layout_command): New function.
3895 (initialize_layouts): Update.
3896 (tui_layout_command): New function.
3897 (_initialize_tui_layout): Install "layout" commands.
3898 * tui/tui-data.h (enum tui_layout_type): Remove.
3899 (tui_current_layout): Don't declare.
3900
0dbc2fc7
TT
39012020-02-22 Tom Tromey <tom@tromey.com>
3902
3903 * tui/tui-regs.c (tui_reg_layout): Remove.
3904 (tui_reg_command): Use tui_regs_layout.
3905 * tui/tui-layout.h (tui_reg_command): Declare.
3906 * tui/tui-layout.c (tui_reg_command): New function.
3907
5afe342e
TT
39082020-02-22 Tom Tromey <tom@tromey.com>
3909
3910 * tui/tui.c (tui_rl_delete_other_windows): Call
3911 tui_remove_some_windows.
3912 * tui/tui-layout.h (class tui_layout_base) <remove_windows>:
3913 Declare method.
3914 (class tui_layout_window) <remove_windows>: New method.
3915 (class tui_layout_split) <remove_windows>: Declare.
3916 (tui_remove_some_windows): Declare.
3917 * tui/tui-layout.c (tui_remove_some_windows): New function.
3918 (tui_layout_split::remove_windows): New method.
3919
427326a8
TT
39202020-02-22 Tom Tromey <tom@tromey.com>
3921
3922 * tui/tui.c (tui_rl_change_windows): Call tui_next_layout.
3923 * tui/tui-layout.h (tui_next_layout): Declare.
3924 * tui/tui-layout.c (tui_next_layout): New function.
3925
3fe12b6d
TT
39262020-02-22 Tom Tromey <tom@tromey.com>
3927
3928 * tui/tui-regs.c (tui_data_window::display_registers_from): Use
3929 correct coordinates.
3930
59b8b5d2
TT
39312020-02-22 Tom Tromey <tom@tromey.com>
3932
3933 * tui/tui-layout.h (tui_add_win_to_layout): Add comment.
3934 * tui/tui-layout.c (tui_add_win_to_layout): Add assert. Remove
3935 DATA_WIN case.
3936
2a3d458b
TT
39372020-02-22 Tom Tromey <tom@tromey.com>
3938
3939 * tui/tui-disasm.c (tui_get_low_disassembly_address): Use
3940 TUI_DISASM_WIN, not tui_win_list.
3941
3f0cbb04
TT
39422020-02-22 Tom Tromey <tom@tromey.com>
3943
3944 * valprint.c (generic_val_print_enum_1)
3945 (val_print_type_code_flags): Style member names.
3946 * rust-lang.c (val_print_struct, rust_print_enum)
3947 (rust_print_struct_def, rust_internal_print_type): Style member
3948 names.
3949 * p-valprint.c (pascal_object_print_value_fields): Style member
3950 names. Only call fprintf_symbol_filtered for static members.
3951 * m2-typeprint.c (m2_record_fields, m2_enum): Style member names.
3952 * f-valprint.c (f_val_print): Style member names.
3953 * f-typeprint.c (f_type_print_base): Style member names.
3954 * cp-valprint.c (cp_print_value_fields): Style member names. Only
3955 call fprintf_symbol_filtered for static members.
3956 (cp_print_class_member): Style member names.
3957 * c-typeprint.c (c_print_type_1, c_type_print_base_1): Style
3958 member names.
3959 * ada-valprint.c (ada_print_scalar): Style enum names.
3960 (ada_val_print_enum): Likewise.
3961 * ada-typeprint.c (print_enum_type): Style enum names.
3962
d4d947ae
TT
39632020-02-21 Tom Tromey <tom@tromey.com>
3964
3965 * psympriv.h (struct partial_symtab): Update comment.
3966
e94e944b
TT
39672020-02-21 Tom Tromey <tromey@adacore.com>
3968
3969 * mips-tdep.h (mips_pc_is_mips16, mips_pc_is_micromips): Parameter
3970 type is CORE_ADDR.
3971
1eb73179
TV
39722020-02-21 Tom de Vries <tdevries@suse.de>
3973
3974 PR gdb/25534
3975 * psymtab.c (partial_symtab::read_dependencies): Don't read dependency
3976 if dependencies[i]->user != NULL.
3977
4f180d53
AT
39782020-02-21 Ali Tamur <tamur@google.com>
3979
3980 * dwarf2/read.c (dwarf2_name): Add null check.
3981
22b6cd70
TT
39822020-02-20 Tom Tromey <tom@tromey.com>
3983
3984 * dwarf2/read.c (dwarf2_find_containing_comp_unit): Use ">", not
3985 ">=", in binary search.
3986 (dwarf2_find_containing_comp_unit): New overload.
3987 (run_test): New self-test.
3988 (_initialize_dwarf2_read): Register new test.
3989
bd0cf5a6
NC
39902020-02-20 Nelson Chu <nelson.chu@sifive.com>
3991
3992 * riscv-tdep.c: Updated since the DECLARE_CSR is changed.
3993 * riscv-tdep.h: Likewise.
3994 * features/riscv/rebuild-csr-xml.sh: Generate the 64bit-csr.xml without
3995 rv32-only CSR.
3996 * features/riscv/64bit-csr.xml: Regenerated.
3997
3f702acd
SDJ
39982020-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
3999 Tom Tromey <tom@tromey.com>
4000
4001 * utils.c (fputs_maybe_filtered): Call 'stream->puts' instead
4002 of 'fputc_unfiltered'.
4003 (putchar_unfiltered): Call 'fputc_unfiltered'.
4004 (fputc_unfiltered): Call 'fputs_unfiltered'.
4005
d13c7322
AB
40062020-02-20 Andrew Burgess <andrew.burgess@embecosm.com>
4007
4008 * config.in: Regenerate.
4009 * configure: Regenerate.
4010 * configure.ac: Add --with-python-libdir option.
4011 * main.c: Use WITH_PYTHON_LIBDIR.
4012
869d8950
TT
40132020-02-19 Tom Tromey <tom@tromey.com>
4014
4015 * symtab.c (general_symbol_info::compute_and_set_names): Use
4016 obstack_strndup. Simplify call to symbol_set_demangled_name.
4017
298e9637
SM
40182020-02-19 Simon Marchi <simon.marchi@efficios.com>
4019
4020 * dwarf2/read.c (allocate_signatured_type_table,
4021 allocate_dwo_unit_table, allocate_type_unit_groups_table,
4022 allocate_dwo_file_hash_table, allocate_dwp_loaded_cutus_table):
4023 Remove objfile parameter, update all callers.
4024
08410482
DE
40252020-02-19 Doug Evans <dje@google.com>
4026
4027 PR rust/25535
4028 * rust-lang.c (rust_print_enum): Apply embedded_offset to
4029 rust_enum_variant calculation.
4030
dfdeeca1
TT
40312020-02-19 Tom Tromey <tromey@adacore.com>
4032
4033 * mips-tdep.h (mips_pc_is_mips): Parameter type is CORE_ADDR.
4034
2ef5453b
TT
40352020-02-19 Tom Tromey <tromey@adacore.com>
4036
4037 * ada-lang.c (cache_symbol): Use obstack_strdup.
4038
9f1528a1
AB
40392020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
4040
4041 * configure: Regenerate.
4042
d3c22fa8
TT
40432020-02-19 Tom Tromey <tromey@adacore.com>
4044
4045 * python/python.c (do_start_initialization): Use XNEWVEC. Remove
4046 NULL check.
4047
bf84f706
MR
40482020-02-19 Maciej W. Rozycki <macro@wdc.com>
4049
4050 * NEWS: Mention RISC-V GNU/Linux GDBserver support.
4051
d1c9b20f
AB
40522020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
4053
4054 * arch/riscv.c (struct riscv_gdbarch_features_hasher): Only define
4055 if GDBSERVER is not defined.
4056 (riscv_tdesc_cache): Likewise, also store const target_desc.
4057 (STATIC_IN_GDB): Define.
4058 (riscv_create_target_description): Update declaration with
4059 STATIC_IN_GDB.
4060 (riscv_lookup_target_description): New function, only define if
4061 GDBSERVER is not defined.
4062 * arch/riscv.h (riscv_create_target_description): Declare only
4063 when GDBSERVER is defined.
4064 (riscv_lookup_target_description): New declaration when GDBSERVER
4065 is not defined.
4066 * nat/riscv-linux-tdesc.c (riscv_linux_read_description): Rename to...
4067 (riscv_linux_read_features): ...this, and return
4068 riscv_gdbarch_features instead of target_desc.
4069 * nat/riscv-linux-tdesc.h: Include 'arch/riscv.h'.
4070 (riscv_linux_read_description): Rename to...
4071 (riscv_linux_read_features): ...this.
4072 * riscv-linux-nat.c (riscv_linux_nat_target::read_description):
4073 Update to use riscv_gdbarch_features and
4074 riscv_lookup_target_description.
4075 * riscv-tdep.c (riscv_find_default_target_description): Use
4076 riscv_lookup_target_description instead of
4077 riscv_create_target_description.
4078
373d7ac0
SM
40792020-02-18 Simon Marchi <simon.marchi@efficios.com>
4080
4081 * valprint.c (generic_val_print_enum_1): When printing a flag
4082 enum with value 0 and there is no enumerator with value 0, print
4083 just "0" instead of "(unknown: 0x0)".
4084
b29a2df0
SM
40852020-02-18 Simon Marchi <simon.marchi@efficios.com>
4086
4087 * valprint.c (generic_val_print_enum_1): Print unknown part of
4088 flag enum in hex.
4089
6740f0cc
SM
40902020-02-18 Simon Marchi <simon.marchi@efficios.com>
4091
4092 * dwarf2/read.c (update_enumeration_type_from_children): Allow
4093 flag enums to contain duplicate enumerators.
4094 * valprint.c (generic_val_print_enum_1): Update comment.
4095
edd45eb0
SM
40962020-02-18 Simon Marchi <simon.marchi@efficios.com>
4097
4098 * dwarf2/read.c: Include "count-one-bits.h".
4099 (update_enumeration_type_from_children): If an enumerator has
4100 multiple bits set, don't treat the enumeration as a "flag enum".
4101 * valprint.c (generic_val_print_enum_1): Assert that enumerators
4102 of flag enums have 0 or 1 bit set.
4103
6d0cf446
BE
41042020-02-18 Bernd Edlinger <bernd.edlinger@hotmail.de>
4105
4106 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Use an explicit
4107 conversion.
4108 * amd64-tdep.c (amd64_displaced_step_copy_insn): Likewise.
4109 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
4110 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
4111 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
4112 * s390-tdep.c (s390_displaced_step_copy_insn): Likewise.
4113
7001c1b7
SM
41142020-02-18 Simon Marchi <simon.marchi@efficios.com>
4115
4116 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
4117
fdb61c6c
SM
41182020-02-14 Simon Marchi <simon.marchi@efficios.com>
4119
4120 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Use
4121 displaced_step_closure_up.
4122 * aarch64-tdep.h (aarch64_displaced_step_copy_insn): Likewise.
4123 (struct displaced_step_closure_up):
4124 * amd64-tdep.c (amd64_displaced_step_copy_insn): Likewise.
4125 * amd64-tdep.h (amd64_displaced_step_copy_insn): Likewise.
4126 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn):
4127 Likewise.
4128 * gdbarch.sh (displaced_step_copy_insn): Likewise.
4129 * gdbarch.c, gdbarch.h: Re-generate.
4130 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Use
4131 displaced_step_closure_up.
4132 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
4133 * i386-tdep.h (i386_displaced_step_copy_insn): Likewise.
4134 * infrun.h (displaced_step_closure_up): New type alias.
4135 (struct displaced_step_inferior_state) <step_closure>: Change
4136 type to displaced_step_closure_up.
4137 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Use
4138 displaced_step_closure_up.
4139 * s390-tdep.c (s390_displaced_step_copy_insn): Likewise.
4140
a4a38eb4
TT
41412020-02-14 Tom Tromey <tom@tromey.com>
4142
4143 * minidebug.c (gnu_debug_key): New global.
4144 (find_separate_debug_file_in_section): Use it.
4145
e8217e61
SM
41462020-02-14 Simon Marchi <simon.marchi@efficios.com>
4147
4148 * gdbarch.sh (displaced_step_copy_insn): Change return type to an
4149 std::unique_ptr.
4150 * gdbarch.c: Re-generate.
4151 * gdbarch.h: Re-generate.
4152 * infrun.c (displaced_step_prepare_throw): Adjust to std::unique_ptr
4153 change.
4154 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Change return
4155 type to std::unique_ptr.
4156 * aarch64-tdep.h (aarch64_displaced_step_copy_insn): Likewise.
4157 * amd64-tdep.c (amd64_displaced_step_copy_insn): Likewise.
4158 * amd64-tdep.h (amd64_displaced_step_copy_insn): Likewise.
4159 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
4160 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Likewise.
4161 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
4162 * i386-tdep.h (i386_displaced_step_copy_insn): Likewise.
4163 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
4164 * s390-tdep.c (s390_displaced_step_copy_insn): Likewise.
4165
d8d83535
SM
41662020-02-14 Simon Marchi <simon.marchi@efficios.com>
4167
4168 * infrun.c (get_displaced_step_closure_by_addr): Adjust to
4169 std::unique_ptr.
4170 (displaced_step_clear): Rename to...
4171 (displaced_step_reset): ... this. Just call displaced->reset ().
4172 (displaced_step_clear_cleanup): Rename to...
4173 (displaced_step_reset_cleanup): ... this.
4174 (displaced_step_prepare_throw): Adjust to std::unique_ptr.
4175 (displaced_step_fixup): Likewise.
4176 (resume_1): Likewise.
4177 (handle_inferior_event): Restore child's memory before calling
4178 displaced_step_fixup on the parent.
4179 * infrun.h (displaced_step_inferior_state) <reset>: Adjust
4180 to std::unique_ptr.
4181 <step_closure>: Change type to std::unique_ptr.
4182
5f661e03
SM
41832020-02-14 Simon Marchi <simon.marchi@efficios.com>
4184
4185 * arm-tdep.c: Include count-one-bits.h.
4186 (cleanup_block_store_pc): Use count_one_bits.
4187 (cleanup_block_load_pc): Use count_one_bits.
4188 (arm_copy_block_xfer): Use count_one_bits.
4189 (thumb2_copy_block_xfer): Use count_one_bits.
4190 (thumb_copy_pop_pc_16bit): Use count_one_bits.
4191 * arch/arm-get-next-pcs.c: Include count-one-bits.h.
4192 (thumb_get_next_pcs_raw): Use count_one_bits.
4193 (arm_get_next_pcs_raw): Use count_one_bits_l.
4194 * arch/arm.c (bitcount): Remove.
4195 * arch/arm.h (bitcount): Remove.
4196
8084e579
TT
41972020-02-14 Tom Tromey <tromey@adacore.com>
4198
4199 * dwarf2/frame-tailcall.c (dwarf2_tailcall_sniffer_first):
4200 Update.
4201 * dwarf2/loc.h (call_site_find_chain): Return unique_xmalloc_ptr.
4202 * dwarf2/loc.c (call_site_find_chain_1): Return
4203 unique_xmalloc_ptr.
4204 (call_site_find_chain): Likewise.
4205
258bf0ee
RB
42062020-02-14 Richard Biener <rguenther@suse.de>
4207
4208 * dwarf2/read.c (lnp_state_machine::handle_special_opcode): Apply CSE
4209 on expression with division operators.
4210
f98a8458
AKS
42112020-02-13 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
4212
4213 * MAINTAINERS (Write After Approval): Adding myself.
4214
d1437c0e
TT
42152020-02-12 Tom Tromey <tom@tromey.com>
4216
4217 * event-loop.c (event_data, gdb_event, event_handler_func):
4218 Remove.
4219
3d4560f7
TT
42202020-02-12 Tom Tromey <tom@tromey.com>
4221
4222 * dwarf2/frame.c (dwarf2_frame_bfd_data): New global.
4223 (dwarf2_frame_objfile_data): Add comment.
4224 (find_comp_unit, set_comp_unit): New functions.
4225 (dwarf2_frame_find_fde): Use find_comp_unit.
4226 (dwarf2_build_frame_info): Use set_comp_unit.
4227
21982304
TT
42282020-02-12 Tom Tromey <tom@tromey.com>
4229
4230 * dwarf2/frame.c (struct comp_unit) <objfile>: Remove.
4231 (comp_unit): Don't initialize objfile.
4232 (execute_cfa_program): Add text_offset parameter.
4233 (execute_cfa_program_test, dwarf2_fetch_cfa_info)
4234 (dwarf2_frame_cache): Update.
4235 (dwarf2_build_frame_info): Don't set "objfile" member.
4236
4debb237
TT
42372020-02-12 Tom Tromey <tom@tromey.com>
4238
4239 * dwarf2/frame.c (decode_frame_entry_1): Add gdbarch parameter.
4240 (decode_frame_entry): Likewise.
4241 (dwarf2_build_frame_info): Update.
4242
0d404d44
TT
42432020-02-12 Tom Tromey <tom@tromey.com>
4244
4245 * dwarf2/frame.c (struct comp_unit) <obstack>: New member.
4246 (decode_frame_entry_1): Use the comp_unit obstack.
4247
a7a3ae5c
TT
42482020-02-12 Tom Tromey <tom@tromey.com>
4249
4250 * dwarf2/frame.c (struct comp_unit): Add initializers and
4251 constructor.
4252 (dwarf2_frame_objfile_data): Store a comp_unit.
4253 (dwarf2_frame_find_fde): Update.
4254 (dwarf2_build_frame_info): Use "new".
4255
a9d65418
TT
42562020-02-12 Tom Tromey <tom@tromey.com>
4257
4258 * dwarf2/frame.c (struct dwarf2_fde_table): Remove.
4259 (dwarf2_fde_table): Typedef for std::vector.
4260 (dwarf2_frame_objfile_data): Remove the deleter. Now static.
4261 (dwarf2_frame_find_fde, add_fde, decode_frame_entry_1)
4262 (decode_frame_entry): Update.
4263 (dwarf2_build_frame_info): Use "new".
4264
7559c217
CB
42652020-02-12 Christian Biesinger <cbiesinger@google.com>
4266
4267 * arm-tdep.c (arm_gdbarch_init): Update.
4268 * arm-tdep.h (struct gdbarch_tdep) <have_fpa_registers,
4269 have_wmmx_registers, have_vfp_pseudos, have_neon_pseudos,
4270 have_neon, is_m>: Change to bool.
4271
aeefc73c
CB
42722020-02-12 Christian Biesinger <cbiesinger@google.com>
4273
4274 * arm-tdep.c (arm_dump_tdep): Print more fields of tdep.
4275
d27b8e5f
TT
42762020-02-12 Tom Tromey <tom@tromey.com>
4277
4278 * dwarf2/loc.c (struct dwarf_expr_baton): Remove.
4279
cd5900f3
HD
42802020-02-12 Hannes Domani <ssbssa@yahoo.de>
4281
4282 * windows-tdep.c (struct windows_gdbarch_data): Add tib_ptr_type.
4283 (windows_get_tlb_type): Use windows_gdbarch_data->tib_ptr_type.
4284
f056b22b
TT
42852020-02-11 Tom Tromey <tom@tromey.com>
4286
4287 * psymtab.h: Update comment.
4288
f92ff6b5
TT
42892020-02-11 Tom Tromey <tom@tromey.com>
4290
4291 * gdb_obstack.h (struct auto_obstack): Use
4292 DISABLE_COPY_AND_ASSIGN.
4293
3fd6912b
TT
42942020-02-11 Tom Tromey <tom@tromey.com>
4295
4296 * dwarf2/frame.h (struct objfile): Don't forward declare.
4297
69ed9b74
CB
42982020-02-11 Christian Biesinger <cbiesinger@google.com>
4299
4300 * cris-tdep.c (cris_supply_gregset): Change signature to match
4301 what struct regset expects.
4302 (cris_regset): New struct.
4303 (fetch_core_registers): Remove.
4304 (cris_iterate_over_regset_sections): New function.
4305 (_initialize_cris_tdep): Don't call deprecated_add_core_fns.
4306 (cris_gdbarch_init): Call set_gdbarch_iterate_over_regset_sections.
4307
bda874f6
CB
43082020-02-11 Christian Biesinger <cbiesinger@google.com>
4309
4310 * arch/arm.h (enum gdb_regnum): Add comment for the FP0..7
4311 registers.
4312
754e1564
CB
43132020-02-11 Christian Biesinger <cbiesinger@google.com>
4314
4315 * arm-tdep.c (arm_dump_tdep): Add \n in fprintf.
4316
8ddd8e0e
SM
43172020-02-11 Simon Marchi <simon.marchi@efficios.com>
4318
4319 * configure: Re-generate.
4320
898e7f60
SM
43212020-02-11 Simon Marchi <simon.marchi@efficios.com>
4322
4323 * configure: Re-generate.
4324
58df732b
SM
43252020-02-11 Simon Marchi <simon.marchi@efficios.com>
4326
4327 * acinclude: Update warning.m4 path.
4328 * warning.m4: Move to gdbsupport.
4329
da5bd37e
TT
43302020-02-11 Tom Tromey <tromey@adacore.com>
4331
4332 * remote.c (remote_console_output): Update.
4333 * printcmd.c (printf_command): Update.
4334 * event-loop.c (gdb_wait_for_event): Update.
4335 * linux-nat.c (sigchld_handler): Update.
4336 * remote-sim.c (gdb_os_write_stdout): Update.
4337 (gdb_os_flush_stdout): Update.
4338 (gdb_os_flush_stderr): Update.
4339 (gdb_os_write_stderr): Update.
4340 * exceptions.c (print_exception): Update.
4341 * remote-fileio.c (remote_fileio_func_read): Update.
4342 (remote_fileio_func_write): Update.
4343 * tui/tui.c (tui_enable): Update.
4344 * tui/tui-interp.c (tui_interp::init): Update.
4345 * utils.c (init_page_info): Update.
4346 (putchar_unfiltered, fputc_unfiltered): Update.
4347 (gdb_flush): Update.
4348 (emit_style_escape): Update.
4349 (flush_wrap_buffer, fputs_maybe_filtered): Update.
4350 * ui-file.c (ui_file_isatty, ui_file_read, ui_file_write)
4351 (ui_file_write_async_safe, ui_file_flush, ui_file_puts): Remove.
4352 (stderr_file::write): Update.
4353 (stderr_file::puts): Update.
4354 * ui-file.h (ui_file_isatty, ui_file_write)
4355 (ui_file_write_async_safe, ui_file_read, ui_file_flush)
4356 (ui_file_puts): Don't declare.
4357
85f0dd3c
TV
43582020-02-10 Tom de Vries <tdevries@suse.de>
4359
4360 * dwarf2/read.c (process_psymtab_comp_unit_reader): Cast concat NULL
4361 sentinel to char *.
4362
2e927613
TV
43632020-02-09 Tom de Vries <tdevries@suse.de>
4364
4365 * dwarf2read.c (process_psymtab_comp_unit_reader): Append CU offset to
4366 filename if it matches "<artificial>".
4367
6bafc845
HD
43682020-02-09 Hannes Domani <ssbssa@yahoo.de>
4369
4370 * windows-tdep.c (struct enum_value_name): New struct.
4371 (create_enum): New function.
4372 (windows_get_siginfo_type): Create and use enum types.
4373
7928d571
HD
43742020-02-09 Hannes Domani <ssbssa@yahoo.de>
4375
4376 * NEWS: Mention $_siginfo support for Windows.
4377 * windows-nat.c (handle_exception): Set siginfo_er.
4378 (windows_nat_target::mourn_inferior): Reset siginfo_er.
4379 (windows_xfer_siginfo): New function.
4380 (windows_nat_target::xfer_partial): Call windows_xfer_siginfo.
4381 * windows-tdep.c (struct windows_gdbarch_data): New struct.
4382 (init_windows_gdbarch_data): New function.
4383 (get_windows_gdbarch_data): New function.
4384 (windows_get_siginfo_type): New function.
4385 (windows_init_abi): Register windows_get_siginfo_type.
4386 (_initialize_windows_tdep): Register init_windows_gdbarch_data.
4387
6751ebae
TT
43882020-02-08 Tom Tromey <tom@tromey.com>
4389
4390 * dwarf2/read.c (class cutu_reader) <cutu_reader,
4391 init_tu_and_read_dwo_dies>: Remove "keep" parameter.
4392 <keep>: Declare method.
4393 <m_keep>: Remove member.
4394 <~cutu_reader>: Remove.
4395 (cutu_reader::init_tu_and_read_dwo_dies): Update.
4396 (cutu_reader::cutu_reader): Update.
4397 (cutu_reader::keep): Rename from ~cutu_reader.
4398 (process_psymtab_comp_unit, build_type_psymtabs_1)
4399 (process_skeletonless_type_unit, load_partial_comp_unit)
4400 (load_full_comp_unit, dwarf2_read_addr_index)
4401 (read_signatured_type): Update.
4402
135f5437
TT
44032020-02-08 Tom Tromey <tom@tromey.com>
4404
4405 * dwarf2/read.c (process_psymtab_comp_unit_reader): Remove
4406 "want_partial_unit" parameter.
4407 (process_psymtab_comp_unit): Change want_partial_unit to bool.
4408 Inline check for DW_TAG_partial_unit.
4409 (dwarf2_build_psymtabs_hard, scan_partial_symbols): Update.
4410
9f66ff1c
TT
44112020-02-08 Tom Tromey <tom@tromey.com>
4412
4413 * dwarf2/read.c (read_n_bytes, read_direct_string): Move to
4414 read.c.
4415 * dwarf2/leb.h (read_n_bytes, read_direct_string): Move from
4416 read.c.
4417
c8a7a66f
TT
44182020-02-08 Tom Tromey <tom@tromey.com>
4419
4420 * dwarf2/read.c (read_address): Move to comp-unit.c.
4421 (dwarf2_rnglists_process, dwarf2_ranges_process)
4422 (read_attribute_value, dwarf_decode_lines_1)
4423 (var_decode_location, decode_locdesc): Update.
4424 * dwarf2/comp-unit.c (comp_unit_head::read_address): Move from
4425 read.c. Remove "cu" parameter.
4426 * dwarf2/comp-unit.h (struct comp_unit_head) <read_address>: New
4427 method.
4428
8266302d
TT
44292020-02-08 Tom Tromey <tom@tromey.com>
4430
4431 * dwarf2/read.c (read_attribute_value, read_indirect_string)
4432 (read_indirect_line_string): Update.
4433 * dwarf2/comp-unit.c (read_offset): Remove.
4434 (read_comp_unit_head): Update.
4435 * dwarf2/comp-unit.h (struct comp_unit_head) <read_offset>: New
4436 method.
4437 (read_offset): Don't declare.
4438
4057dfde
TT
44392020-02-08 Tom Tromey <tom@tromey.com>
4440
4441 * Makefile.in (COMMON_SFILES): Add dwarf2/comp-unit.c.
4442 * dwarf2/read.c (struct comp_unit_head): Move to
4443 dwarf2/comp-unit.h.
4444 (enum class rcuh_kind): Move to comp-unit.h.
4445 (get_cu_length, offset_in_cu_p): Now methods on comp_unit_head.
4446 (read_comp_unit_head, error_check_comp_unit_head)
4447 (read_and_check_comp_unit_head): Move to comp-unit.c.
4448 (read_offset, dwarf_unit_type_name): Likewise.
4449 (create_debug_type_hash_table, read_cutu_die_from_dwo)
4450 (cutu_reader::cutu_reader, read_call_site_scope)
4451 (find_partial_die, follow_die_offset): Update.
4452 * dwarf2/comp-unit.h: New file, from dwarf2read.c.
4453
24aa364d
TT
44542020-02-08 Tom Tromey <tom@tromey.com>
4455
4456 * dwarf2/read.c (read_offset_1): Move to leb.c.
4457 (read_abbrev_offset, read_offset, dwarf_decode_line_header)
4458 (dwarf_decode_macro_bytes): Update.
4459 * dwarf2/leb.c (read_offset): Rename; move from read.c.
4460 * dwarf2/leb.h (read_offset): Declare.
4461
2c7d5afc
TT
44622020-02-08 Tom Tromey <tom@tromey.com>
4463
4464 * dwarf2/read.c (dwarf2_section_size): Remove.
4465 (error_check_comp_unit_head, dwarf2_symbol_mark_computed):
4466 Update.
4467 * dwarf2/section.h (struct dwarf2_section_info) <get_size>: New method.
4468
4075cb26
TT
44692020-02-08 Tom Tromey <tom@tromey.com>
4470
4471 * dwarf2/read.c (read_initial_length): Move to leb.c.
4472 * dwarf2/leb.h (read_initial_length): Declare.
4473 * dwarf2/leb.c (read_initial_length): Move from read.c. Add
4474 handle_nonstd parameter.
4475 * dwarf2/frame.c (read_initial_length): Remove.
4476 (decode_frame_entry_1): Update.
4477
09ba997f
TT
44782020-02-08 Tom Tromey <tom@tromey.com>
4479
4480 * dwarf2/loc.c (dwarf2_find_location_expression)
4481 (dwarf_evaluate_loc_desc::get_tls_address)
4482 (dwarf_evaluate_loc_desc::push_dwarf_reg_entry_value)
4483 (rw_pieced_value, dwarf2_evaluate_loc_desc_full)
4484 (dwarf2_locexpr_baton_eval, dwarf2_evaluate_property)
4485 (dwarf2_compile_property_to_c)
4486 (dwarf2_loc_desc_get_symbol_read_needs)
4487 (dwarf2_compile_expr_to_ax, locexpr_describe_location)
4488 (locexpr_tracepoint_var_ref, locexpr_generate_c_location)
4489 (loclist_describe_location, loclist_tracepoint_var_ref)
4490 (loclist_generate_c_location): Update.
4491 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
4492 * dwarf2/loc.h (dwarf2_per_cu_objfile, dwarf2_per_cu_addr_size)
4493 (dwarf2_per_cu_ref_addr_size, dwarf2_per_cu_offset_size)
4494 (dwarf2_per_cu_text_offset, dwarf2_version): Don't declare.
4495 * dwarf2/read.c (dwarf2_per_cu_data::objfile)
4496 (dwarf2_per_cu_data::addr_size)
4497 (dwarf2_per_cu_data::ref_addr_size)
4498 (dwarf2_per_cu_data::text_offset)
4499 (dwarf2_per_cu_data::addr_type): Now methods.
4500 (per_cu_header_read_in): Make per_cu "const".
4501 (dwarf2_version): Remove.
4502 (dwarf2_per_cu_data::int_type): Now a method.
4503 (dwarf2_per_cu_data::_addr_sized_int_type): Likewise.
4504 (set_die_type, read_array_type, read_subrange_index_type)
4505 (read_tag_string_type, read_subrange_type): Update.
4506 * dwarf2/read.h (struct dwarf2_per_cu_data) <addr_size,
4507 offset_size, ref_addr_size, text_offset, addr_type, version,
4508 objfile, int_type, addr_sized_int_type>: Declare methods.
4509
96c738c0
TT
45102020-02-08 Tom Tromey <tom@tromey.com>
4511
4512 * dwarf2/read.h (struct dwarf2_per_cu_data) <imported_symtabs>:
4513 Move earlier.
4514
8fdd972c
TT
45152020-02-08 Tom Tromey <tom@tromey.com>
4516
4517 * dwarf2/read.h (dwarf_line_debug): Declare.
4518 * Makefile.in (COMMON_SFILES): Add dwarf2/line-header.c.
4519 * dwarf2/read.c: Move line_header code to new files.
4520 (dwarf_line_debug): No longer static.
4521 * dwarf2/line-header.c: New file.
4522 * dwarf2/line-header.h: New file.
4523
03075812
TT
45242020-02-08 Tom Tromey <tom@tromey.com>
4525
4526 * dwarf2/read.c (struct line_header) <file_full_name,
4527 file_file_name>: Return unique_xmalloc_ptr.
4528 (line_header::file_file_name): Update.
4529 (line_header::file_full_name): Update.
4530 (dw2_get_file_names_reader): Update.
4531 (macro_start_file): Update.
4532
bb822404
TT
45332020-02-08 Tom Tromey <tom@tromey.com>
4534
4535 * dwarf2/read.c (struct line_header) <file_full_name,
4536 file_file_name>: Declare methods.
4537 (dw2_get_file_names_reader): Update.
4538 (file_file_name): Now a method.
4539 (file_full_name): Likewise.
4540 (macro_start_file): Update.
4541
009b64fc
TT
45422020-02-08 Tom Tromey <tom@tromey.com>
4543
4544 * dwarf2/read.c (dwarf_always_disassemble)
4545 (show_dwarf_always_disassemble): Move to loc.c.
4546 (_initialize_dwarf2_read): Move "always-disassemble" registration
4547 to loc.c.
4548 * dwarf2/read.h (dwarf_always_disassemble): Don't declare.
4549 * dwarf2/loc.c (dwarf_always_disassemble): Move from read.c. Now
4550 static.
4551 (show_dwarf_always_disassemble): Move from read.c.
4552 (_initialize_dwarf2loc): Move always-disassemble from read.c.
4553
5895093f
TT
45542020-02-08 Tom Tromey <tom@tromey.com>
4555
4556 * dwarf2/read.c (~dwarf2_per_objfile): Update.
4557 (create_quick_file_names_table): Return htab_up.
4558 (dw2_get_file_names_reader, dw2_forget_cached_source_info):
4559 Update.
4560 * dwarf2/read.h (struct dwarf2_per_objfile)
4561 <quick_file_names_table>: Now htab_up.
4562
b3b32279
TT
45632020-02-08 Tom Tromey <tom@tromey.com>
4564
4565 * dwarf2/abbrev.c (abbrev_table::read): Simplify.
4566
1d33d811
TT
45672020-02-08 Tom Tromey <tom@tromey.com>
4568
4569 * dwarf2/abbrev.c (abbrev_table): Move constructor from header.
4570 Rewrite.
4571 (abbrev_table::add_abbrev, abbrev_table::lookup_abbrev): Rewrite.
4572 * dwarf2/abbrev.h (struct abbrev_info) <next>: Remove.
4573 (abbrev_table::abbrev_table): No longer inline.
4574 (ABBREV_HASH_SIZE): Remove.
4575 (abbrev_table::m_abbrevs): Now an htab_up.
4576
86de1d91
TT
45772020-02-08 Tom Tromey <tom@tromey.com>
4578
4579 * dwarf2/read.c (read_cutu_die_from_dwo): Update.
4580 (cutu_reader): Update.
4581 (build_type_psymtabs_1): Update.
4582 * dwarf2/abbrev.c (abbrev_table::read): Rename.
4583 (abbrev_table::alloc_abbrev): Update.
4584 * dwarf2/abbrev.h (abbrev_table_up): Move earlier.
4585 (abbrev_table::read): New static method, renamed from
4586 abbrev_table_read_table.
4587 (abbrev_table::alloc_abbrev)
4588 (abbrev_table::add_abbrev): Now private.
4589 (abbrev_table::abbrev_table): Now private.
4590 (abbrev_table::m_abbrev_obstack): Now private. Rename.
4591
0335378b
TT
45922020-02-08 Tom Tromey <tom@tromey.com>
4593
4594 * dwarf2/read.c (set_die_type, get_die_type_at_offset): Update.
4595 * dwarf2/read.h (struct dwarf2_per_objfile) <die_type_hash>: Now
4596 htab_up.
4597
48b490f2
TT
45982020-02-08 Tom Tromey <tom@tromey.com>
4599
4600 * dwarf2/read.c (struct dwp_file) <loaded_cus, loaded_tus>: Now
4601 htab_up.
4602 (lookup_dwo_unit_in_dwp): Update.
4603 (allocate_dwp_loaded_cutus_table): Return htab_up. Don't allocate
4604 on obstack.
4605
bc68fb19
TT
46062020-02-08 Tom Tromey <tom@tromey.com>
4607
4608 * dwarf2/read.c (allocate_dwo_file_hash_table): Don't allocate on
4609 obstack.
4610
d15acc42
TT
46112020-02-08 Tom Tromey <tom@tromey.com>
4612
4613 * dwarf2/read.c (~dwarf2_per_objfile): Don't delete
4614 line_header_hash.
4615 (handle_DW_AT_stmt_list): Update. Don't allocate on obstack.
4616 * dwarf2/read.h (struct dwarf2_per_objfile) <line_header_hash>:
4617 Change type to htab_up.
4618
eaa5fa8b
TT
46192020-02-08 Tom Tromey <tom@tromey.com>
4620
4621 * dwarf2/read.c (allocate_type_unit_groups_table): Return
4622 htab_up. Don't allocate on obstack.
4623 (get_type_unit_group, dwarf2_build_psymtabs_hard): Update.
4624 * dwarf2/read.h (struct dwarf2_per_objfile) <type_unit_groups>:
4625 Change type to htab_up.
4626
b0b6a987
TT
46272020-02-08 Tom Tromey <tom@tromey.com>
4628
4629 * dwarf2/read.h (struct dwarf2_per_objfile) <signatured_types>:
4630 Change type to htab_up.
4631 * dwarf2/read.c (create_signatured_type_table_from_index)
4632 (create_signatured_type_table_from_debug_names)
4633 (create_all_type_units, add_type_unit)
4634 (lookup_dwo_signatured_type, lookup_signatured_type)
4635 (process_skeletonless_type_unit): Update.
4636 (create_debug_type_hash_table, create_debug_types_hash_table):
4637 Change type of types_htab.
4638 (allocate_signatured_type_table, allocate_dwo_unit_table): Return
4639 htab_up. Don't allocate on obstack.
4640 (create_cus_hash_table): Change type of cus_htab parameter.
4641 (struct dwo_file) <cus, tus>: Now htab_up.
4642 (lookup_dwo_signatured_type, lookup_dwo_cutu)
4643 (process_dwo_file_for_skeletonless_type_units, lookup_dwo_cutu)
4644 (queue_and_load_all_dwo_tus): Update.
4645 * dwarf2/index-write.c (write_gdbindex): Update.
4646 (write_debug_names): Update.
4647
39856def
TT
46482020-02-08 Tom Tromey <tom@tromey.com>
4649
4650 * dwarf2/read.h (struct dwarf2_queue_item): Move from
4651 dwarf2/read.c. Remove "next" member. Add constructor ntad
4652 destructor.
4653 (struct dwarf2_per_objfile) <queue>: New member.
4654 * dwarf2/read.c (struct dwarf2_queue_item): Move to
4655 dwarf2/read.h.
4656 (dwarf2_queue, dwarf2_queue_tail): Remove.
4657 (class dwarf2_queue_guard): Add parameter to constructor. Use
4658 DISABLE_COPY_AND_ASSIGN.
4659 <m_per_objfile>: New member.
4660 <~dwarf2_queue_guard>: Rewrite.
4661 (dw2_do_instantiate_symtab, queue_comp_unit, process_queue):
4662 Update.
4663 (~dwarf2_queue_item): New.
4664
3e225074
TT
46652020-02-08 Tom Tromey <tom@tromey.com>
4666
4667 * dwarf2/read.c (struct die_info) <has_children>: New member.
4668 (dw2_get_file_names_reader): Remove has_children.
4669 (dw2_get_file_names): Update.
4670 (read_cutu_die_from_dwo): Remove has_children.
4671 (cutu_reader::init_tu_and_read_dwo_dies)
4672 (cutu_reader::cutu_reader): Update.
4673 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader):
4674 Remove has_children.
4675 (build_type_psymtabs_1, process_skeletonless_type_unit)
4676 (load_partial_comp_unit, load_full_comp_unit): Update.
4677 (create_dwo_cu_reader): Remove has_children.
4678 (create_cus_hash_table, read_die_and_children): Update.
4679 (read_full_die_1,read_full_die): Remove has_children.
4680 (read_signatured_type): Update.
4681 (class cutu_reader) <has_children>: Remove.
4682
82ca8957
TT
46832020-02-08 Tom Tromey <tom@tromey.com>
4684
4685 * dwarf2/expr.c: Rename from dwarf2expr.c.
4686 * dwarf2/expr.h: Rename from dwarf2expr.h.
4687 * dwarf2/frame-tailcall.c: Rename from dwarf2-frame-tailcall.c.
4688 * dwarf2/frame-tailcall.h: Rename from dwarf2-frame-tailcall.h.
4689 * dwarf2/frame.c: Rename from dwarf2-frame.c.
4690 * dwarf2/frame.h: Rename from dwarf2-frame.h.
4691 * dwarf2/index-cache.c: Rename from dwarf-index-cache.c.
4692 * dwarf2/index-cache.h: Rename from dwarf-index-cache.h.
4693 * dwarf2/index-common.c: Rename from dwarf-index-common.c.
4694 * dwarf2/index-common.h: Rename from dwarf-index-common.h.
4695 * dwarf2/index-write.c: Rename from dwarf-index-write.c.
4696 * dwarf2/index-write.h: Rename from dwarf-index-write.h.
4697 * dwarf2/loc.c: Rename from dwarf2loc.c.
4698 * dwarf2/loc.h: Rename from dwarf2loc.h.
4699 * dwarf2/read.c: Rename from dwarf2read.c.
4700 * dwarf2/read.h: Rename from dwarf2read.h.
4701 * dwarf2/abbrev.c, aarch64-tdep.c, alpha-tdep.c,
4702 amd64-darwin-tdep.c, arc-tdep.c, arm-tdep.c, bfin-tdep.c,
4703 compile/compile-c-symbols.c, compile/compile-cplus-symbols.c,
4704 compile/compile-loc2c.c, cris-tdep.c, csky-tdep.c, findvar.c,
4705 gdbtypes.c, guile/scm-type.c, h8300-tdep.c, hppa-bsd-tdep.c,
4706 hppa-linux-tdep.c, i386-darwin-tdep.c, i386-linux-tdep.c,
4707 i386-tdep.c, iq2000-tdep.c, m32c-tdep.c, m68hc11-tdep.c,
4708 m68k-tdep.c, microblaze-tdep.c, mips-tdep.c, mn10300-tdep.c,
4709 msp430-tdep.c, nds32-tdep.c, nios2-tdep.c, or1k-tdep.c,
4710 riscv-tdep.c, rl78-tdep.c, rs6000-tdep.c, rx-tdep.c, s12z-tdep.c,
4711 s390-tdep.c, score-tdep.c, sh-tdep.c, sparc-linux-tdep.c,
4712 sparc-tdep.c, sparc64-linux-tdep.c, sparc64-tdep.c, tic6x-tdep.c,
4713 tilegx-tdep.c, v850-tdep.c, xstormy16-tdep.c, xtensa-tdep.c:
4714 Update.
4715 * Makefile.in (COMMON_SFILES): Update.
4716 (HFILES_NO_SRCDIR): Update.
4717
9e35d499
TT
47182020-02-08 Tom Tromey <tom@tromey.com>
4719
4720 * dwarf2read.c (struct die_reader_specs) <comp_dir>: Remove.
4721 (init_cu_die_reader, read_cutu_die_from_dwo): Update.
4722
1eba2311
TT
47232020-02-08 Tom Tromey <tom@tromey.com>
4724
4725 * dwarf2read.h (struct die_info): Don't declare.
4726
e41c2da2
TT
47272020-02-08 Tom Tromey <tom@tromey.com>
4728
4729 * dwarf2read.h (die_info_ptr): Remove typedef.
4730
4fc6c0d5
TT
47312020-02-08 Tom Tromey <tom@tromey.com>
4732
4733 * dwarf2read.c (read_call_site_scope)
4734 (handle_data_member_location, dwarf2_add_member_fn)
4735 (mark_common_block_symbol_computed, read_common_block)
4736 (attr_to_dynamic_prop, partial_die_info::read)
4737 (var_decode_location, dwarf2_fetch_die_loc_sect_off)
4738 (dwarf2_symbol_mark_computed, set_die_type): Update.
4739 * dwarf2/attribute.h (struct attribute) <form_is_block>: Declare
4740 method.
4741 (attr_form_is_block): Don't declare.
4742 * dwarf2/attribute.c (attribute::form_is_block): Now a method.
4743
cd6c91b4
TT
47442020-02-08 Tom Tromey <tom@tromey.com>
4745
4746 * dwarf2read.c (dwarf2_find_base_address, )
4747 (read_call_site_scope, rust_containing_type)
4748 (dwarf2_get_pc_bounds, dwarf2_record_block_ranges)
4749 (handle_data_member_location, dwarf2_add_member_fn)
4750 (get_alignment, read_structure_type, process_structure_scope)
4751 (mark_common_block_symbol_computed, read_common_block)
4752 (read_tag_string_type, attr_to_dynamic_prop, read_subrange_type)
4753 (partial_die_info::read, read_attribute_value, new_symbol)
4754 (lookup_die_type, dwarf2_get_ref_die_offset)
4755 (dwarf2_get_attr_constant_value, follow_die_ref_or_sig)
4756 (dwarf2_fetch_die_loc_sect_off, get_DW_AT_signature_type)
4757 (dwarf2_symbol_mark_computed): Update.
4758 * dwarf2/attribute.h (struct attribute) <value_as_address,
4759 form_is_section_offset, form_is_constant, form_is_ref>: Declare
4760 methods.
4761 (value_as_address, attr_form_is_section_offset)
4762 (attr_form_is_constant, attr_form_is_ref): Don't declare.
4763 * dwarf2/attribute.c (attribute::value_as_address)
4764 (attribute::form_is_section_offset, attribute::form_is_constant)
4765 (attribute::form_is_ref): Now methods.
4766
162dce55
TT
47672020-02-08 Tom Tromey <tom@tromey.com>
4768
4769 * dwarf2read.c (struct attribute, DW_STRING)
4770 (DW_STRING_IS_CANONICAL, DW_UNSND, DW_BLOCK, DW_SND, DW_ADDR)
4771 (DW_SIGNATURE, struct dwarf_block, attr_value_as_address)
4772 (attr_form_is_block, attr_form_is_section_offset)
4773 (attr_form_is_constant, attr_form_is_ref): Move.
4774 * dwarf2/attribute.h: New file.
4775 * dwarf2/attribute.c: New file, from dwarf2read.c.
4776 * Makefile.in (COMMON_SFILES): Add dwarf2/attribute.c.
4777
3054dd54
TT
47782020-02-08 Tom Tromey <tom@tromey.com>
4779
4780 * dwarf2read.c (abbrev_table_up, struct abbrev_info)
4781 (struct attr_abbrev, ABBREV_HASH_SIZE, struct abbrev_table):
4782 Move.
4783 (read_cutu_die_from_dwo, build_type_psymtabs_1): Update.
4784 (abbrev_table::alloc_abbrev, abbrev_table::add_abbrev)
4785 (abbrev_table::lookup_abbrev, abbrev_table_read_table): Move to
4786 abbrev.c.
4787 * dwarf2/abbrev.h: New file.
4788 * dwarf2/abbrev.c: New file, from dwarf2read.c.
4789 * Makefile.in (COMMON_SFILES): Add dwarf2/abbrev.c.
4790
96b79293
TT
47912020-02-08 Tom Tromey <tom@tromey.com>
4792
4793 * dwarf2read.c (dwarf2_section_buffer_overflow_complaint)
4794 (dwarf2_section_size, dwarf2_get_section_info)
4795 (create_signatured_type_table_from_debug_names)
4796 (create_addrmap_from_aranges, read_debug_names_from_section)
4797 (get_gdb_index_contents_from_section, read_comp_unit_head)
4798 (error_check_comp_unit_head, read_abbrev_offset)
4799 (create_debug_type_hash_table, init_cu_die_reader)
4800 (read_cutu_die_from_dwo, dwarf2_build_psymtabs_hard)
4801 (read_comp_units_from_section, create_cus_hash_table)
4802 (create_dwp_hash_table, create_dwo_unit_in_dwp_v1)
4803 (create_dwp_v2_section, dwarf2_rnglists_process)
4804 (dwarf2_ranges_process, read_die_and_siblings, read_full_die)
4805 (abbrev_table_read_table, read_indirect_string_at_offset_from)
4806 (read_indirect_string_from_dwz, read_addr_index_1)
4807 (read_str_index, dwarf_decode_line_header, skip_form_bytes)
4808 (dwarf_decode_macro_bytes, dwarf_decode_macros)
4809 (fill_in_loclist_baton): Update.
4810 * dwarf2/section.h (struct dwarf2_section_info) <get_name,
4811 get_containing_section, get_bfd_owner, get_bfd_section,
4812 get_file_name, get_id, get_flags, empty, read>: Declare methods.
4813 (dwarf2_read_section, get_section_name, get_section_file_name)
4814 (get_containing_section, get_section_bfd_owner)
4815 (get_section_bfd_section, get_section_name, get_section_file_name)
4816 (get_section_id, get_section_flags, dwarf2_section_empty_p): Don't
4817 declare.
4818 * dwarf2/section.c (dwarf2_section_info::get_containing_section)
4819 (dwarf2_section_info::get_bfd_owner)
4820 (dwarf2_section_info::get_bfd_section)
4821 (dwarf2_section_info::get_name)
4822 (dwarf2_section_info::get_file_name, dwarf2_section_info::get_id)
4823 (dwarf2_section_info::get_flags, dwarf2_section_info::empty)
4824 (dwarf2_section_info::read): Now methods.
4825 * dwarf-index-write.c (class debug_names): Update.
4826
2c86cff9
TT
48272020-02-08 Tom Tromey <tom@tromey.com>
4828
4829 * dwarf2read.h (struct dwarf2_section_info, dwarf2_read_section):
4830 Move to dwarf2/section.h.
4831 * dwarf2read.c (get_containing_section, get_section_bfd_owner)
4832 (get_section_bfd_section, get_section_name)
4833 (get_section_file_name, get_section_id, get_section_flags)
4834 (dwarf2_section_empty_p, dwarf2_read_section): Moe to
4835 dwarf2/section.c.
4836 * dwarf2/section.h: New file.
4837 * dwarf2/section.c: New file, from dwarf2read.c.
4838 * Makefile.in (COMMON_SFILES): Add dwarf2/section.c.
4839
f4382c45
TT
48402020-02-08 Tom Tromey <tom@tromey.com>
4841
4842 * dwarf2read.h (read_unsigned_leb128): Don't declare.
4843 * dwarf2read.c (read_1_byte, read_1_signed_byte, read_2_bytes)
4844 (read_2_signed_bytes, read_3_bytes, read_4_bytes)
4845 (read_4_signed_bytes, read_8_bytes): Move to dwarf2/leb.h.
4846 (read_unsigned_leb128, read_signed_leb128): Move to dwarf2/leb.c.
4847 * dwarf2/leb.h: New file, from dwarf2read.c.
4848 * dwarf2/leb.c: New file, from dwarf2read.c.
4849 * dwarf2-frame.c (read_1_byte, read_4_bytes, read_8_bytes):
4850 Remove.
4851 * Makefile.in (CONFIG_SRC_SUBDIR): Add dwarf2.
4852 (COMMON_SFILES): Add dwarf2/leb.c.
4853
01840b7a
JB
48542020-02-08 Joel Brobecker <brobecker@adacore.com>
4855
4856 GDB 9.1 released.
4857
dfcb27e4
IB
48582020-02-05 Iain Buclaw <ibuclaw@gdcproject.org>
4859
4860 PR gdb/25190:
aac66a4c
SM
4861 * gdb/remote-sim.c (gdb_os_write_stderr): Update.
4862 * gdb/remote.c (remote_console_output): Update.
4863 * gdb/ui-file.c (fputs_unfiltered): Rename to...
4864 (ui_file_puts): ...this.
4865 * gdb/ui-file.h (ui_file_puts): Add declaration.
4866 * gdb/utils.c (emit_style_escape): Update.
4867 (flush_wrap_buffer): Update.
4868 (fputs_maybe_filtered): Update.
4869 (fputs_unfiltered): Add function.
dfcb27e4 4870
faa17681
IB
48712020-02-05 Iain Buclaw <ibuclaw@gdcproject.org>
4872
aac66a4c
SM
4873 * gdb/event-loop.c (gdb_wait_for_event): Update.
4874 * gdb/printcmd.c (printf_command): Update.
4875 * gdb/remote-fileio.c (remote_fileio_func_write): Update.
4876 * gdb/remote-sim.c (gdb_os_flush_stdout): Update.
4877 (gdb_os_flush_stderr): Update.
4878 * gdb/remote.c (remote_console_output): Update.
4879 * gdb/ui-file.c (gdb_flush): Rename to...
4880 (ui_file_flush): ...this.
4881 (stderr_file::write): Update.
4882 (stderr_file::puts): Update.
4883 * gdb/ui-file.h (gdb_flush): Rename to...
4884 (ui_file_flush): ...this.
4885 * gdb/utils.c (gdb_flush): Add function.
4886 * gdb/utils.h (gdb_flush): Add declaration.
faa17681 4887
5abbbe1d
TT
48882020-02-07 Tom Tromey <tromey@adacore.com>
4889
4890 PR breakpoints/24915:
4891 * source.c (find_and_open_source): Do not check basenames_may_differ.
4892
919adfe8
TT
48932020-02-07 Tom Tromey <tom@tromey.com>
4894
4895 * README: Update gdbserver documentation.
4896 * gdbserver: Move to top level.
4897 * configure.tgt (build_gdbserver): Remove.
4898 * configure.ac: Remove --enable-gdbserver.
4899 * configure: Rebuild.
4900 * Makefile.in (distclean): Don't mention gdbserver.
4901
1d5d29e7
SV
49022020-02-06 Shahab Vahedi <shahab@synopsys.com>
4903
4904 * source-cache.c (source_cache::ensure): Surround
4905 get_plain_source_lines with a try/catch.
4906 (source_cache::get_line_charpos): Get rid of try/catch
4907 and only check for the return value of "ensure".
4908 * tui/tui-source.c (tui_source_window::set_contents):
4909 Simplify "nlines" calculation.
4910
6eb1129c
SV
49112020-02-06 Shahab Vahedi <shahab@synopsys.com>
4912
4913 * MAINTAINERS (Write After Approval): Add myself.
4914
c6a42d11
CB
49152020-02-05 Christian Biesinger <cbiesinger@google.com>
4916
4917 * sparc-nat.h (struct sparc_target) <xfer_partial>: Fix base class
4918 function call.
4919
c8ecdda6
CB
49202020-02-05 Christian Biesinger <cbiesinger@google.com>
4921
4922 * ppc-nbsd-tdep.h: Fix macro name in #endif comment.
4923
f6480e70
MR
49242020-02-05 Maciej W. Rozycki <macro@wdc.com>
4925
4926 * nat/riscv-linux-tdesc.h: New file.
4927 * nat/riscv-linux-tdesc.c: New file, taking code from...
4928 * riscv-linux-nat.c (riscv_linux_nat_target::read_description):
4929 ... here.
4930 * configure.nat <linux> <riscv*>: Add nat/riscv-linux-tdesc.o to
4931 NATDEPFILES.
4932
dcc9fbc6
AB
49332020-02-04 Andrew Burgess <andrew.burgess@embecosm.com>
4934
4935 * remote-sim.c (sim_inferior_data::sim_inferior_data): Assert that
4936 we don't set the fake simulator ptid to the null_ptid.
4937
719546c4
SM
49382020-02-03 Simon Marchi <simon.marchi@efficios.com>
4939
4940 * fork-child.c (gdb_startup_inferior): Use bool instead of int.
4941 * gdbthread.h (class thread_info) <resumed>: Likewise.
4942 * infrun.c (resume_1): Likewise.
4943 (proceed): Likewise.
4944 (infrun_thread_stop_requested): Likewise.
4945 (stop_all_threads): Likewise.
4946 (handle_inferior_event): Likewise.
4947 (restart_threads): Likewise.
4948 (finish_step_over): Likewise.
4949 (keep_going_stepped_thread): Likewise.
4950 * linux-nat.c (attach_proc_task_lwp_callback): Likewise.
4951 (linux_handle_extended_wait): Likewise.
4952 * record-btrace.c (get_thread_current_frame_id): Likewise.
4953 * record-full.c (record_full_wait_1): Likewise.
4954 * remote.c (remote_target::process_initial_stop_replies): Likewise.
4955 * target.c (target_resume): Likewise.
4956 * thread.c (set_running_thread): Likewise.
4957
e409c542
AKS
49582020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
4959
4960 * f-valprint.c (f77_print_array_1): Changed datatype of index
4961 variable to LONGEST from int to enable it to contain bound
4962 values correctly.
4963
ee98c0da
MR
49642020-02-03 Maciej W. Rozycki <macro@wdc.com>
4965
4966 * riscv-linux-nat.c [!NFPREG] (NFPREG): New macro.
4967 (supply_fpregset_regnum, fill_fpregset): Handle regset buffer
4968 offsets according to FLEN determined.
4969 (riscv_linux_nat_target::read_description): Determine FLEN
4970 dynamically.
4971 (riscv_linux_nat_target::fetch_registers): Size regset buffer
4972 according to FLEN determined.
4973 (riscv_linux_nat_target::store_registers): Likewise.
4974
aa66aac4
SV
49752020-02-01 Shahab Vahedi <shahab@synopsys.com>
4976
4977 * target-descriptions.c (tdesc_register_in_reggroup_p): Return 0
4978 when reg->group is empty and reggroup is not.
4979
fd9faca8
TT
49802020-01-31 Tom Tromey <tromey@adacore.com>
4981
4982 * ravenscar-thread.c (ravenscar_thread_target::mourn_inferior):
4983 Call beneath target's mourn_inferior after unpushing.
4984
42330a68
AB
49852020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
4986
4987 PR tui/9765
4988 * tui/tui-disasm.c (tui_find_disassembly_address): If we don't
4989 have enough lines to fill the screen, still return the lowest
4990 address we found.
4991
7a27a45b
AB
49922020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
4993
4994 * tui/tui-win.c (_initialize_tui_win): Update help text for '+',
4995 '-', '<', and '>' commands.
4996
c47f70e2
PA
49972020-01-29 Pedro Alves <palves@redhat.com>
4998 Sergio Durigan Junior <sergiodj@redhat.com>
4999
5000 * infcmd.c (construct_inferior_arguments): Assert that
5001 'argc' is greater than 0.
5002
5133a315
LM
50032020-01-29 Luis Machado <luis.machado@linaro.org>
5004
5005 * aarch64-tdep.c (BRK_INSN_MASK): Define to 0xffe0001f.
5006 (BRK_INSN_MASK): Define to 0xd4200000.
5007 (aarch64_program_breakpoint_here_p): New function.
5008 (aarch64_gdbarch_init): Set gdbarch_program_breakpoint_here_p hook.
5009 * arch-utils.c (default_program_breakpoint_here_p): Moved from
5010 breakpoint.c.
5011 * arch-utils.h (default_program_breakpoint_here_p): Moved from
5012 breakpoint.h
5013 * breakpoint.c (bp_loc_is_permanent): Changed return type to bool and
5014 call gdbarch_program_breakpoint_here_p.
5015 (program_breakpoint_here): Moved to arch-utils.c, renamed to
5016 default_program_breakpoint_here_p, changed return type to bool and
5017 simplified.
5018 * breakpoint.h (program_breakpoint_here): Moved prototype to
5019 arch-utils.h, renamed to default_program_breakpoint_here_p and changed
5020 return type to bool.
5021 * gdbarch.c: Regenerate.
5022 * gdbarch.h: Regenerate.
5023 * gdbarch.sh (program_breakpoint_here_p): New method.
5024 * infrun.c (handle_signal_stop): Call
5025 gdbarch_program_breakpoint_here_p.
5026
168f8c6b
TT
50272020-01-26 Tom Tromey <tom@tromey.com>
5028
5029 * ctfread.c (struct ctf_fp_info): Reindent.
5030 (_initialize_ctfread): Remove.
5031
128a391f
TT
50322020-01-26 Tom Tromey <tom@tromey.com>
5033
5034 * psymtab.c (partial_map_expand_apply)
5035 (psym_find_pc_sect_compunit_symtab, psym_lookup_symbol)
5036 (psymtab_to_symtab, psym_find_last_source_symtab, dump_psymtab)
5037 (psym_print_stats, psym_expand_symtabs_for_function)
5038 (psym_map_symbol_filenames, psym_map_matching_symbols)
5039 (psym_expand_symtabs_matching)
5040 (partial_symtab::read_dependencies, maintenance_info_psymtabs)
5041 (maintenance_check_psymtabs): Use new methods.
5042 * psympriv.h (struct partial_symtab) <readin_p,
5043 get_compunit_symtab>: New methods.
5044 <readin, compunit_symtab>: Remove members.
5045 (struct standard_psymtab): New.
5046 (struct legacy_psymtab): Derive from standard_psymtab.
5047 * dwarf2read.h (struct dwarf2_psymtab): Derive from
5048 standard_psymtab.
5049 * ctfread.c (struct ctf_psymtab): Derive from standard_psymtab.
5050
0494dbec
TT
50512020-01-26 Tom Tromey <tom@tromey.com>
5052
5053 * xcoffread.c (xcoff_psymtab_to_symtab_1): Call
5054 read_dependencies. Add assert.
5055 * psymtab.c (partial_symtab::read_dependencies): New method.
5056 * psympriv.h (struct partial_symtab) <read_dependencies>: New
5057 method.
5058 * mdebugread.c (psymtab_to_symtab_1): Call read_dependencies.
5059 * dwarf2read.c (dwarf2_psymtab::expand_psymtab): Call
5060 read_dependencies.
5061 * dbxread.c (dbx_psymtab_to_symtab_1): Call read_dependencies.
5062 Add assert.
5063
8566b89b
TT
50642020-01-26 Tom Tromey <tom@tromey.com>
5065
5066 * xcoffread.c (xcoff_psymtab_to_symtab_1): Change argument order.
5067 Call expand_psymtab.
5068 (xcoff_read_symtab): Call expand_psymtab.
5069 (xcoff_start_psymtab, xcoff_end_psymtab): Set
5070 legacy_expand_psymtab.
5071 * psympriv.h (struct partial_symtab) <expand_psymtab>: New
5072 method.
5073 (struct legacy_psymtab) <expand_psymtab>: Implement.
5074 <legacy_expand_psymtab>: New member.
5075 * mdebugread.c (mdebug_read_symtab): Call expand_psymtab.
5076 (parse_partial_symbols): Set legacy_expand_psymtab.
5077 (psymtab_to_symtab_1): Change argument order. Call
5078 expand_psymtab.
5079 (new_psymtab): Set legacy_expand_psymtab.
5080 * dwarf2read.h (struct dwarf2_psymtab) <expand_psymtab>: Declare.
5081 * dwarf2read.c (dwarf2_psymtab::read_symtab): Call
5082 expand_psymtab.
5083 (dwarf2_psymtab::expand_psymtab): Rename from
5084 psymtab_to_symtab_1. Call expand_psymtab.
5085 * dbxread.c (start_psymtab): Set legacy_expand_psymtab.
5086 (dbx_end_psymtab): Likewise.
5087 (dbx_psymtab_to_symtab_1): Change argument order. Call
5088 expand_psymtab.
5089 (dbx_read_symtab): Call expand_psymtab.
5090 * ctfread.c (struct ctf_psymtab) <expand_psymtab>: Declare.
5091 (ctf_psymtab::expand_psymtab): Rename from psymtab_to_symtab.
5092 (ctf_psymtab::read_symtab): Call expand_psymtab.
5093
077cbab2
TT
50942020-01-26 Tom Tromey <tom@tromey.com>
5095
5096 * xcoffread.c (xcoff_read_symtab): Remove prints. Add assert.
5097 * psymtab.c (psymtab_to_symtab): Print verbose "Reading"
5098 messages.
5099 * mdebugread.c (mdebug_read_symtab): Remove prints.
5100 * dwarf2read.c (dwarf2_psymtab::read_symtab): Remove prints. Add
5101 assert.
5102 * dbxread.c (dbx_read_symtab): Remove prints. Add assert.
5103
891813be
TT
51042020-01-26 Tom Tromey <tom@tromey.com>
5105
5106 * xcoffread.c (this_symtab_psymtab, read_xcoff_symtab)
5107 (xcoff_psymtab_to_symtab_1, xcoff_read_symtab)
5108 (xcoff_start_psymtab, xcoff_end_psymtab, scan_xcoff_symtab): Use
5109 legacy_symtab.
5110 * stabsread.h (dbx_end_psymtab): Use legacy_symtab.
5111 * psymtab.c (psymtab_to_symtab): Call method.
5112 (dump_psymtab): Update.
5113 * psympriv.h (struct partial_symtab): Add virtual destructor.
5114 <read_symtab>: New method.
5115 (struct legacy_symtab): New.
5116 * mdebugread.c (mdebug_read_symtab): Use legacy_psymtab.
5117 (struct pst_map) <pst>: Now a legacy_psymtab.
5118 (parse_procedure, parse_partial_symbols, psymtab_to_symtab_1)
5119 (new_psymtab): Use legacy_psymtab.
5120 * dwarf2read.h (struct dwarf2_psymtab): New.
5121 (struct dwarf2_per_cu_data) <psymtab>: Use it.
5122 * dwarf2read.c (dwarf2_create_include_psymtab)
5123 (dwarf2_build_include_psymtabs, create_type_unit_group)
5124 (create_partial_symtab, process_psymtab_comp_unit_reader)
5125 (build_type_psymtabs_reader, build_type_psymtab_dependencies)
5126 (set_partial_user): Use dwarf2_psymtab.
5127 (dwarf2_psymtab::read_symtab): Rename from dwarf2_read_symtab.
5128 (psymtab_to_symtab_1, process_full_comp_unit)
5129 (process_full_type_unit, dwarf2_ranges_read)
5130 (dwarf2_get_pc_bounds, psymtab_include_file_name)
5131 (dwarf_decode_lines): Use dwarf2_psymtab.
5132 * dwarf-index-write.c (psym_index_map): Use dwarf2_psymtab.
5133 (add_address_entry_worker, write_one_signatured_type)
5134 (recursively_count_psymbols, recursively_write_psymbols)
5135 (write_one_signatured_type, psyms_seen_size, write_gdbindex)
5136 (write_debug_names): Likewise.
5137 * dbxread.c (struct header_file_location): Take a legacy_psymtab.
5138 <pst>: Now a legacy_psymtab.
5139 (find_corresponding_bincl_psymtab): Return a legacy_psymtab.
5140 (read_dbx_symtab, start_psymtab, dbx_end_psymtab)
5141 (dbx_psymtab_to_symtab_1, read_ofile_symtab): Use legacy_psymtab.
5142 * ctfread.c (struct ctf_psymtab): New.
5143 (ctf_start_symtab, ctf_end_symtab, psymtab_to_symtab): Take a
5144 ctf_psymtab.
5145 (ctf_psymtab::read_symtab): Rename from ctf_read_symtab.
5146 (create_partial_symtab): Return a ctf_psymtab.
5147 (scan_partial_symbols): Update.
5148
c3693a1d
TT
51492020-01-26 Tom Tromey <tom@tromey.com>
5150
5151 * xcoffread.c (xcoff_start_psymtab): Use new.
5152 * psymtab.c (partial_symtab::partial_symtab): New constructor,
5153 renamed from start_psymtab_common.
5154 * psympriv.h (struct partial_symtab): Add new constructor.
5155 (start_psymtab_common): Don't declare.
5156 * mdebugread.c (parse_partial_symbols): Use new.
5157 * dwarf2read.c (create_partial_symtab): Use new.
5158 * dbxread.c (start_psymtab): Use new.
5159 * ctfread.c (create_partial_symtab): Use new.
5160
32caafd0
TT
51612020-01-26 Tom Tromey <tom@tromey.com>
5162
5163 * xcoffread.c (xcoff_end_psymtab): Use new.
5164 * psymtab.c (start_psymtab_common): Use new.
5165 (partial_symtab::partial_symtab): Rename from allocate_psymtab.
5166 Update.
5167 * psympriv.h (struct partial_symtab): Add parameters to
5168 constructor. Don't inline.
5169 (allocate_psymtab): Don't declare.
5170 * mdebugread.c (new_psymtab): Use new.
5171 * dwarf2read.c (dwarf2_create_include_psymtab): Use new.
5172 * dbxread.c (dbx_end_psymtab): Use new.
5173
abaa2f23
TT
51742020-01-26 Tom Tromey <tom@tromey.com>
5175
5176 * psymtab.h (class psymtab_storage) <install_psymtab>: Rename from
5177 allocate_psymtab. Update documentation.
5178 * psymtab.c (psymtab_storage::install_psymtab): Rename from
5179 allocate_psymtab. Do not use new.
5180 (allocate_psymtab): Use new. Update.
5181
6d94535f
TT
51822020-01-26 Tom Tromey <tom@tromey.com>
5183
5184 * xcoffread.c (xcoff_psymtab_to_symtab_1): Update.
5185 * psymtab.c (psym_print_stats): Update.
5186 * psympriv.h (struct partial_symtab) <readin,
5187 psymtabs_addrmap_supported, anonymous>: Now bool.
5188 * mdebugread.c (psymtab_to_symtab_1): Update.
5189 * dwarf2read.c (create_type_unit_group, create_partial_symtab)
5190 (build_type_psymtabs_reader, psymtab_to_symtab_1)
5191 (process_full_comp_unit, process_full_type_unit): Update.
5192 * dbxread.c (dbx_psymtab_to_symtab_1): Update.
5193 * ctfread.c (psymtab_to_symtab): Update.
5194
6f17252b
TT
51952020-01-26 Tom Tromey <tom@tromey.com>
5196
5197 * mdebugread.c (parse_partial_symbols): Use discard_psymtab.
5198 * psymtab.h (class psymtab_storage) <free_psymtabs>: Remove.
5199 * psymtab.c (psymtab_storage): Delete psymtabs.
5200 (psymtab_storage::allocate_psymtab): Use new.
5201 (psymtab_storage::discard_psymtab): Use delete.
5202 * psympriv.h (struct partial_symtab): Add constructor and
5203 initializers.
5204
f6f1cebc
TT
52052020-01-26 Tom Tromey <tom@tromey.com>
5206
5207 * machoread.c: Do not include psympriv.h.
5208
e47e48f6
PW
52092020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5210
5211 * NEWS: Mention the new option and the set/show commands.
5212
a2fedca9
PW
52132020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5214
5215 * exec.c (exec_file_mismatch_names, exec_file_mismatch_mode)
5216 (show_exec_file_mismatch_command, set_exec_file_mismatch_command)
5217 (validate_exec_file): New variables, enums, functions.
5218 (exec_file_locate_attach, print_section_info): Style the filenames.
5219 (_initialize_exec): Install show_exec_file_mismatch_command and
5220 set_exec_file_mismatch_command.
5221 * gdbcore.h (validate_exec_file): Declare.
5222 * infcmd.c (attach_command): Call validate_exec_file.
5223 * remote.c ( remote_target::remote_add_inferior): Likewise.
5224
7ffa82e1
AB
52252020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5226
5227 * frame.c (find_frame_sal): Move call to get_next_frame into more
5228 inner scope.
5229 * inline-frame.c (inilne_state) <inline_state>: Update argument
5230 types.
5231 (inilne_state) <skipped_symbol>: Rename to...
5232 (inilne_state) <skipped_symbols>: ...this, and change to a vector.
5233 (skip_inline_frames): Build vector of skipped symbols and use this
5234 to reate the inline_state.
5235 (inline_skipped_symbol): Add a comment and some assertions, fetch
5236 skipped symbol from the list.
5237
3d92a3e3
AB
52382020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5239
5240 * buildsym.c (lte_is_less_than): Delete.
5241 (buildsym_compunit::end_symtab_with_blockvector): Create local
5242 lambda function to sort line table entries, and use
5243 std::stable_sort instead of std::sort.
5244 * symtab.c (find_pc_sect_line): Skip backward over end of sequence
5245 markers when looking for a previous line.
5246
94a72be7
AB
52472020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5248
5249 * dwarf2read.c (lnp_state_machine::record_line): Include
5250 end_sequence parameter in debug print out. Record the line if we
5251 are at an end_sequence marker even if it's not the start of a
5252 statement.
5253 * symmisc.c (maintenance_print_one_line_table): Print end of
5254 sequence markers with 'END' not '0'.
5255
53af73bf
PA
52562020-01-24 Pedro Alves <palves@redhat.com>
5257
5258 PR gdb/25410
5259 * thread.c (scoped_restore_current_thread::restore): Use
5260 switch_to_inferior_no_thread.
5261 * exec.c: Include "progspace-and-thread.h".
5262 (add_target_sections, remove_target_sections):
5263 scoped_restore_current_pspace_and_thread instead of
5264 scoped_restore_current_thread.
5265 * infrun.c (handle_vfork_child_exec_or_exit): Assign the pspace
5266 and aspace to the inferior before calling clone_program_space.
5267 Remove stale comment.
5268
3050c6f4
CB
52692020-01-24 Christian Biesinger <cbiesinger@google.com>
5270
5271 * arm-nbsd-nat.c (arm_nbsd_nat_target::fetch_registers): Rename to...
5272 (arm_netbsd_nat_target::fetch_registers): ...this.
5273 (arm_nbsd_nat_target::store_registers): Rename to...
5274 (arm_netbsd_nat_target::store_registers): ...this.
5275
73685c7e
CB
52762020-01-24 Christian Biesinger <cbiesinger@google.com>
5277
5278 * arm-nbsd-nat.c: Define _KERNTYPES to get the declaration of
5279 register_t.
5280
89203d40
CB
52812020-01-24 Christian Biesinger <cbiesinger@google.com>
5282
5283 * aarch64-fbsd-tdep.c (aarch64_fbsd_iterate_over_regset_sections):
5284 Update comment.
5285 * aarch64-linux-tdep.c (aarch64_linux_iterate_over_regset_sections):
5286 Likewise.
5287 * arm-fbsd-tdep.c (arm_fbsd_iterate_over_regset_sections): Likewise.
5288 * gdbcore.h (deprecated_add_core_fns): Update comment to point to
5289 the correct replacement (iterate_over_regset_sections).
5290 * riscv-fbsd-tdep.c (riscv_fbsd_iterate_over_regset_sections):
5291 Update comment.
5292
1ba1ac88
AB
52932020-01-24 Graham Markall <graham.markall@embecosm.com>
5294
5295 PR gdb/23718
5296 * gdb/python/python.c (execute_gdb_command): Call
5297 async_enable_stdin in catch block.
5298
f3364a6d
AB
52992020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5300
5301 * event-loop.c (start_event_loop): Wrap async_enable_stdin with
5302 SWITCH_THRU_ALL_UIS.
5303
733d0a67
AB
53042020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5305
5306 PR tui/9765
5307 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update header
5308 comment, add extra parameter, and update to store previous symbol
5309 when appropriate.
5310 * minsyms.h (lookup_minimal_symbol_by_pc_section): Update comment,
5311 add extra parameter.
5312 * tui/tui-disasm.c (tui_disassemble): Update header comment,
5313 remove unneeded parameter, add try/catch around gdb_print_insn,
5314 rewrite to add items to asm_lines vector.
5315 (tui_find_backward_disassembly_start_address): New function.
5316 (tui_find_disassembly_address): Updated throughout.
5317 (tui_disasm_window::set_contents): Update for changes to
5318 tui_disassemble.
5319 (tui_disasm_window::do_scroll_vertical): No need to adjust the
5320 number of lines to scroll.
5321
b3b3bada
SM
53222020-01-23 Simon Marchi <simon.marchi@polymtl.ca>
5323
5324 * objfiles.h (ALL_OBJFILE_OSECTIONS): Move up.
5325 (SECT_OFF_DATA): Likewise.
5326 (SECT_OFF_RODATA): Likewise.
5327 (SECT_OFF_TEXT): Likewise.
5328 (SECT_OFF_BSS): Likewise.
5329 (struct objfile) <text_section_offset, data_section_offset>: New
5330 methods.
5331 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Use
5332 objfile::text_section_offset.
5333 * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
5334 * coffread.c (coff_symtab_read): Likewise.
5335 (enter_linenos): Likewise.
5336 (process_coff_symbol): Likewise.
5337 * ctfread.c (get_objfile_text_range): Likewise.
5338 * dtrace-probe.c (dtrace_probe::get_relocated_address):
5339 Use objfile::data_section_offset.
5340 * dwarf2-frame.c (execute_cfa_program): Use
5341 objfile::text_section_offset.
5342 (dwarf2_frame_find_fde): Likewise.
5343 * dwarf2read.c (create_addrmap_from_index): Likewise.
5344 (create_addrmap_from_aranges): Likewise.
5345 (dw2_find_pc_sect_compunit_symtab): Likewise.
5346 (process_psymtab_comp_unit_reader): Likewise.
5347 (add_partial_symbol): Likewise.
5348 (add_partial_subprogram): Likewise.
5349 (process_full_comp_unit): Likewise.
5350 (read_file_scope): Likewise.
5351 (read_func_scope): Likewise.
5352 (read_lexical_block_scope): Likewise.
5353 (read_call_site_scope): Likewise.
5354 (dwarf2_rnglists_process): Likewise.
5355 (dwarf2_ranges_process): Likewise.
5356 (dwarf2_ranges_read): Likewise.
5357 (dwarf_decode_lines_1): Likewise.
5358 (new_symbol): Likewise.
5359 (dwarf2_fetch_die_loc_sect_off): Likewise.
5360 (dwarf2_per_cu_text_offset): Likewise.
5361 * hppa-bsd-tdep.c (hppabsd_find_global_pointer): Likewise.
5362 * hppa-tdep.c (read_unwind_info): Likewise.
5363 * ia64-tdep.c (ia64_find_unwind_table): Likewise.
5364 * psympriv.h (struct partial_symtab): Likewise.
5365 * psymtab.c (find_pc_sect_psymtab): Likewise.
5366 * solib-svr4.c (enable_break): Likewise.
5367 * stap-probe.c (relocate_address): Use
5368 objfile::data_section_offset.
5369 * xcoffread.c (enter_line_range): Use
5370 objfile::text_section_offset.
5371 (read_xcoff_symtab): Likewise.
5372
ab53f382
SM
53732020-01-23 Simon Marchi <simon.marchi@efficios.com>
5374
5375 * darwin-nat.c (darwin_nat_target::wait_1): Move `inf`
5376 declaration to narrower scopes.
5377
e7eee665
SM
53782020-01-23 Simon Marchi <simon.marchi@efficios.com>
5379
5380 * darwin-nat.h (struct darwin_exception_msg, enum
5381 darwin_msg_state, struct darwin_thread_info, darwin_thread_t):
5382 Move up.
5383 (class darwin_nat_target) <wait_1, check_new_threads,
5384 decode_exception_message, decode_message, stop_inferior,
5385 init_thread_list, ptrace_him, cancel_breakpoint>: Declare.
5386 * darwin-nat.c (darwin_check_new_threads): Rename to...
5387 (darwin_nat_target::check_new_threads): ... this.
5388 (darwin_suspend_inferior_it): Remove.
5389 (darwin_decode_exception_message): Rename to...
5390 (darwin_nat_target::decode_exception_message): ... this.
5391 (darwin_nat_target::resume): Pass target to find_inferior_ptid.
5392 (darwin_decode_message): Rename to...
5393 (darwin_nat_target::decode_message): ... this.
5394 (cancel_breakpoint): Rename to...
5395 (darwin_nat_target::cancel_breakpoint): ... this.
5396 (darwin_wait): Rename to...
5397 (darwin_nat_target::wait_1): ... this. Use range-based for loop
5398 instead of iterate_over_inferiors.
5399 (darwin_nat_target::wait): Call wait_1 instead of darwin_wait.
5400 (darwin_stop_inferior): Rename to...
5401 (darwin_nat_target::stop_inferior): ... this.
5402 (darwin_nat_target::kill): Call wait_1 instead of darwin_wait.
5403 (darwin_init_thread_list): Rename to...
5404 (darwin_nat_target::init_thread_list): ... this.
5405 (darwin_ptrace_him): Rename to...
5406 (darwin_nat_target::ptrace_him): ... this.
5407 (darwin_nat_target::create_inferior): Pass lambda function to
5408 fork_inferior.
5409 (darwin_nat_target::detach): Call stop_inferior instead of
5410 darwin_stop_inferior.
5411 * fork-inferior.h (fork_inferior): Change init_trace_fun
5412 parameter to gdb::function_view.
5413 * fork-inferior.c (fork_inferior): Likewise.
5414
c162ed3e
HD
54152020-01-23 Hannes Domani <ssbssa@yahoo.de>
5416
5417 * i386-cygwin-tdep.c (core_process_module_section): Update.
5418 * windows-nat.c (struct lm_info_windows): Add text_offset.
5419 (windows_xfer_shared_libraries): Update.
5420 * windows-tdep.c (windows_xfer_shared_library):
5421 Add text_offset_cached argument.
5422 * windows-tdep.h (windows_xfer_shared_library): Update.
5423
a1237872
SM
54242020-01-21 Simon Marchi <simon.marchi@efficios.com>
5425
5426 * gdbarch.sh: Add declaration for _initialize_gdbarch.
5427
b3ee6dd9
SM
54282020-01-21 Simon Marchi <simon.marchi@efficios.com>
5429
5430 * remote-sim.c (check_for_duplicate_sim_descriptor): Remove.
5431 (get_sim_inferior_data): Remove use of iterate_over_inferiors,
5432 replace with range-based for.
5433 (gdbsim_interrupt_inferior): Remove.
5434 (gdbsim_target::interrupt): Replace iterate_over_inferiors use
5435 with a range-based for. Inline code from
5436 gdbsim_interrupt_inferior.
5437
f9fac3c8
SM
54382020-01-21 Simon Marchi <simon.marchi@efficios.com>
5439
5440 * infrun.c (proceed): Fix indentation.
5441
f6474de9
TT
54422020-01-21 Tom Tromey <tromey@adacore.com>
5443
5444 * source-cache.c (source_cache::ensure): Call ext_lang_colorize.
5445 * python/python.c (python_extension_ops): Update.
5446 (gdbpy_colorize): New function.
5447 * python/lib/gdb/__init__.py (colorize): New function.
5448 * extension.h (ext_lang_colorize): Declare.
5449 * extension.c (ext_lang_colorize): New function.
5450 * extension-priv.h (struct extension_language_ops) <colorize>: New
5451 member.
5452 * cli/cli-style.c (_initialize_cli_style): Update help text.
5453
f0c702d4
LM
54542020-01-21 Luis Machado <luis.machado@linaro.org>
5455
5456 * aarch64-tdep.c (struct aarch64_displaced_step_closure)
5457 <cond>: Change type to bool.
5458 (aarch64_displaced_step_b_cond): Update cond to use bool type.
5459 (aarch64_displaced_step_cb): Likewise.
5460 (aarch64_displaced_step_tb): Likewise.
5461
1ab139e5
LM
54622020-01-21 Luis Machado <luis.machado@linaro.org>
5463
5464 * aarch64-tdep.c (aarch64_displaced_step_fixup): Add more debugging
5465 output.
5466
0c271889
LM
54672020-01-21 Luis Machado <luis.machado@linaro.org>
5468
5469 * aarch64-tdep.c (struct aarch64_displaced_step_closure )
5470 <pc_adjust>: Adjust the documentation.
5471 (aarch64_displaced_step_fixup): Check if PC really moved before
5472 adjusting it.
5473
4d89c1c7
TT
54742020-01-19 Tom Tromey <tom@tromey.com>
5475
5476 * disasm.c (~gdb_disassembler): New destructor.
5477 (gdb_buffered_insn_length): Call disassemble_free_target.
5478 * disasm.h (class gdb_disassembler): Declare destructor. Use
5479 DISABLE_COPY_AND_ASSIGN.
5480
c0ab21c2
TT
54812020-01-19 Tom Tromey <tom@tromey.com>
5482
5483 * dwarf2read.c (abbrev_table_up): Move typedef earlier.
5484 (die_reader_func_ftype): Remove.
5485 (cutu_reader): New class.
5486 (dw2_get_file_names_reader): Remove "data" parameter.
5487 (dw2_get_file_names): Use cutu_reader.
5488 (create_debug_type_hash_table): Update.
5489 (read_cutu_die_from_dwo): Update comment.
5490 (lookup_dwo_unit): Add dwo_name parameter.
5491 (cutu_reader::init_tu_and_read_dwo_dies): Now a method. Remove
5492 die_reader_func_ftype and data parameters.
5493 (cutu_reader::cutu_reader): Rename from init_cutu_and_read_dies.
5494 Remove die_reader_func_ftype and data parameters.
5495 (~cutu_reader): New; from init_cutu_and_read_dies.
5496 (cutu_reader::cutu_reader): Rename from
5497 init_cutu_and_read_dies_no_follow. Remove die_reader_func_ftype
5498 and data parameters.
5499 (init_cutu_and_read_dies_simple): Remove.
5500 (struct process_psymtab_comp_unit_data): Remove.
5501 (process_psymtab_comp_unit_reader): Remove data parameter; add
5502 want_partial_unit and pretend_language parameters.
5503 (process_psymtab_comp_unit): Use cutu_reader.
5504 (build_type_psymtabs_reader): Remove data parameter.
5505 (build_type_psymtabs_1): Use cutu_reader.
5506 (process_skeletonless_type_unit): Likewise.
5507 (load_partial_comp_unit_reader): Remove.
5508 (load_partial_comp_unit): Use cutu_reader.
5509 (load_full_comp_unit_reader): Remove.
5510 (load_full_comp_unit): Use cutu_reader.
5511 (struct create_dwo_cu_data): Remove.
5512 (create_dwo_cu_reader): Remove datap parameter; add dwo_file and
5513 dwo_unit parameters.
5514 (create_cus_hash_table): Use cutu_reader.
5515 (struct dwarf2_read_addr_index_data): Remove.
5516 (dwarf2_read_addr_index_reader): Remove.
5517 (dwarf2_read_addr_index): Use cutu_reader.
5518 (read_signatured_type_reader): Remove.
5519 (read_signatured_type): Use cutu_reader.
5520
45bbae5c
TT
55212020-01-19 Tom Tromey <tom@tromey.com>
5522
5523 * tui/tui.c (tui_show_assembly): Use tui_suppress_output.
5524 * tui/tui-wingeneral.h (class tui_suppress_output): New.
5525 (tui_wrefresh): Declare.
5526 * tui/tui-wingeneral.c (suppress_output): New global.
5527 (tui_suppress_output, ~tui_suppress_output): New constructor and
5528 destructor.
5529 (tui_wrefresh): New function.
5530 (tui_gen_win_info::refresh_window): Use tui_wrefresh.
5531 (tui_gen_win_info::make_window): Call wnoutrefresh when needed.
5532 * tui/tui-regs.h (struct tui_data_window) <no_refresh>: Declare
5533 method.
5534 * tui/tui-regs.c (tui_data_window::erase_data_content): Call
5535 tui_wrefresh.
5536 (tui_data_window::no_refresh): New method.
5537 (tui_data_item_window::refresh_window): Call tui_wrefresh.
5538 (tui_reg_command): Use tui_suppress_output
5539 * tui/tui-layout.c (tui_set_layout): Use tui_suppress_output.
5540 * tui/tui-data.h (struct tui_gen_win_info) <no_refresh>: New
5541 method.
5542 * tui/tui-command.c (tui_refresh_cmd_win): Call tui_wrefresh.
5543
4f13c1c0
TT
55442020-01-19 Tom Tromey <tom@tromey.com>
5545
5546 * tui/tui-winsource.c (tui_update_source_windows_with_line):
5547 Handle case where symtab is null.
5548
fa47e446
SM
55492020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
5550
5551 * linux-fork.c (one_fork_p): Simplify.
5552
26f42329
SM
55532020-01-17 Simon Marchi <simon.marchi@efficios.com>
5554
5555 * top.c (struct qt_args): Remove.
5556 (kill_or_detach): Change return type to void, replace `void *`
5557 parameter with a proper one.
5558 (print_inferior_quit_action): Likewise.
5559 (quit_confirm): Use range-based for loop to iterate over inferiors.
5560 (quit_force): Likewise.
5561
a9ac81b1
SM
55622020-01-17 Simon Marchi <simon.marchi@efficios.com>
5563
5564 * mi/mi-main.c (run_one_inferior): Change return type to void, replace
5565 `void *` parameter with proper parameters.
5566 (mi_cmd_exec_run): Use range-based loop to iterate over inferiors.
5567 (print_one_inferior): Change return type to void, replace `void *`
5568 parameter with proper parameters.
5569 (mi_cmd_list_thread_groups): Use range-based loop to iterate over
5570 inferiors.
5571 (get_other_inferior): Remove.
5572 (mi_cmd_remove_inferior): Use range-based loop to iterate over
5573 inferiors.
5574
788eca49
SM
55752020-01-17 Simon Marchi <simon.marchi@efficios.com>
5576
5577 * mi/mi-interp.c (report_initial_inferior): Remove.
5578 (mi_interp::init): Use range-based for to iterate over inferiors.
5579
d9bc85b6
SM
55802020-01-17 Simon Marchi <simon.marchi@efficios.com>
5581
5582 * python/py-inferior.c (build_inferior_list): Remove.
5583 (gdbpy_ref): Use range-based for loop to iterate over inferiors.
5584
40c94099
CB
55852020-01-16 Christian Biesinger <cbiesinger@google.com>
5586
5587 * btrace.c (btrace_compute_ftrace_1): Fix spelling error (Unkown).
5588 (btrace_stitch_trace): Likewise.
5589 * charset.c (intermediate_encoding): Likewise (vaild).
5590 * nat/linux-btrace.c (linux_read_pt): Likewise (Unkown).
5591 * python/py-record-btrace.c (struct PyMethodDef): Likewise (occurences).
5592 * record-btrace.c (record_btrace_print_conf): Likewise (unkown).
5593
e0cdfe3c
HD
55942020-01-16 Hannes Domani <ssbssa@yahoo.de>
5595
5596 * windows-tdep.c (windows_get_tlb_type):
5597 Add rtl_user_process_parameters type.
5598
790f1718 55992020-01-16 Pedro Alves <palves@redhat.com>
aac66a4c 5600 Norbert Lange <nolange79@gmail.com>
790f1718
PA
5601
5602 PR build/24805
5603 * gdbsupport/gdb_proc_service.h (PS_EXPORT): New.
5604 (ps_get_thread_area, ps_getpid, ps_lcontinue, ps_lgetfpregs)
5605 (ps_lgetregs, ps_lsetfpregs, ps_lsetregs, ps_lstop, ps_pcontinue)
5606 (ps_pdread, ps_pdwrite, ps_pglobal_lookup, ps_pstop, ps_ptread)
5607 (ps_ptwrite, ps_lgetxregs, ps_lgetxregsize, ps_lsetxregs)
5608 (ps_plog): Redeclare exported functions with default visibility.
5609
3112ed97
NA
56102020-01-16 Nitika Achra <Nitika.Achra@amd.com>
5611
5612 * dwarf2loc.c (decode_debug_loclists_addresses): Handle
5613 DW_LLE_base_addressx, DW_LLE_startx_length, DW_LLE_start_length.
5614
8dc3273e
SM
56152020-01-15 Simon Marchi <simon.marchi@efficios.com>
5616
5617 * infcmd.c (post_create_inferior): Use get_thread_regcache
5618 instead of get_current_regcache.
5619
ff47f4f0
TT
56202020-01-14 Tom Tromey <tom@tromey.com>
5621
5622 PR symtab/12535:
5623 * python/python.c (gdbpy_decode_line): Treat empty string the same
5624 as no argument.
5625
975f45b7
TT
56262020-01-14 Tom Tromey <tom@tromey.com>
5627
5628 * Makefile.in (CLIBS): Remove second use of $(LIBIBERTY).
5629
25e57356
TT
56302020-01-14 Tom Tromey <tom@tromey.com>
5631
5632 * nat/linux-btrace.c: Don't include <config.h>.
5633 * nat/linux-ptrace.c: Don't include <config.h>.
5634 * nat/x86-linux-dregs.c: Don't include <config.h>.
5635
05ea2a05
TT
56362020-01-14 Tom Tromey <tom@tromey.com>
5637
5638 * configure: Rebuild.
5639 * configure.ac: Move many checks to ../gdbsupport/common.m4.
5640
01027315
TT
56412020-01-14 Tom Tromey <tom@tromey.com>
5642
5643 * nat/x86-linux-dregs.c: Include configh.h.
5644 * nat/linux-ptrace.c: Include configh.h.
5645 * nat/linux-btrace.c: Include configh.h.
5646 * defs.h: Include config.h, bfd.h.
5647 * configure.ac: Don't source common.host.
5648 (CONFIG_OBS, CONFIG_SRCS): Remove gdbsupport files.
5649 * configure: Rebuild.
5650 * acinclude.m4: Update path.
5651 * Makefile.in (SUPPORT, LIBSUPPORT, INCSUPPORT): New variables.
5652 (CONFIG_SRC_SUBDIR): Remove gdbsupport.
5653 (INTERNAL_CFLAGS_BASE): Add INCSUPPORT.
5654 (CLIBS): Add LIBSUPPORT.
5655 (CDEPS): Likewise.
5656 (COMMON_SFILES): Remove gdbsupport files.
5657 (HFILES_NO_SRCDIR): Likewise.
5658 (stamp-version): Update path to create-version.sh.
5659 (ALLDEPFILES): Remove gdbsupport files.
5660
b2ceabe8
TT
56612020-01-14 Tom Tromey <tom@tromey.com>
5662
5663 * gdbsupport/common.m4 (GDB_AC_COMMON): Define WIN32APILIBS and
5664 USE_WIN32API when needed.
5665 * configure.ac (USE_WIN32API): Don't define.
5666 (WIN32LIBS): Use WIN32APILIBS.
5667 * configure: Rebuild.
5668
25c51f71
TT
56692020-01-14 Tom Tromey <tom@tromey.com>
5670
5671 * configure: Rebuild.
5672 * gdbsupport/common.m4 (GDB_AC_COMMON): Fix indentation.
5673
717c684d
BE
56742020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
5675
5676 * skip.c (skip_function_command): Make skip w/o arguments use the
5677 name of the inlined function if pc is inside any inlined function.
5678
7da6a5b9
LM
56792020-01-14 Luis Machado <luis.machado@linaro.org>
5680
5681 * inf-ptrace.c (inf_ptrace_target::resume): Update comments.
5682 * infrun.c (resume_1): Likewise.
5683 (handle_inferior_event): Remove stale comment.
5684 * linux-nat.c (linux_nat_target::resume): Update comments.
5685 (save_stop_reason): Likewise.
5686 (linux_nat_filter_event): Likewise.
5687 * linux-nat.h (struct lwp_info) <stop_pc>, <stop_reason>: Likewise.
5688
44e4c775
AB
56892020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5690
5691 * elfread.c (record_minimal_symbol): Set section index to 0 for
5692 non-allocatable sections.
5693
18a8505e
AT
5694
56952020-01-13 Ali Tamur <tamur@google.com>
5696
5697 * dwarf2read.c (dwarf2_debug_sections): Add debug_str_offsets sections.
5698 (dwarf2_cu): Add str_offsets_base field. Change the type of addr_base
5699 to gdb::optional. Update comments.
5700 (dwo_file): Update comments.
5701 (read_attribute): Update API to take an additional out parameter,
5702 need_reprocess. This is used to mark attributes that need other
5703 attributes (e.g. str_offsets_base) for correct computation which may not
5704 have been read yet.
5705 (read_attribute_reprocess): New function declaration.
5706 (read_addr_index): Likewise.
5707 (read_dwo_str_index): Likewise.
5708 (read_stub_str_index): Likewise.
5709 (dwarf2_per_objfile::locate_sections): Handle debug_str_offsets section.
5710 (lookup_addr_base): New function definition.
5711 (lookup_ranges_base): Likewise.
5712 (read_cutu_die_from_dwo): Use the new functions: lookup_addr_base,
5713 lookup_ranges_base.
5714 (init_cutu_and_read_dies): Update comments.
5715 (init_cutu_and_read_dies_no_follow): Change API to take parent compile
5716 unit. This is used to inherit parent's str_offsets_base and addr_base.
5717 Update comments.
5718 (init_cutu_and_read_dies_simple): Reflect API changes.
5719 (skip_one_die): Reflect API changes. Handle DW_FORM_rnglistx.
5720 (create_cus_hash_table): Change API to take parent compile unit.
5721 Reflect API changes.
5722 (open_and_init_dwo_file): Reflect API changes.
5723 (dwarf2_get_pc_bounds): Update comments.
5724 (dwarf2_record_block_ranges): Likewise.
5725 (read_full_die_1): Change implementation to reprocess attributes that
5726 need str_offsets_base and addr_base.
5727 (partial_die_info::read): Likewise.
5728 (read_attribute_reprocess): New function definition.
5729 (read_attribute_value): Change API to take an additional out parameter,
5730 need_reprocess. Handle DW_FORM_rnglistx. No longer trigger an error
5731 when a non-dwo compile unit has index based attributes.
5732 (read_attribute): Reflect API changes.
5733 (read_addr_index_1): Reflect API changes. Update comments.
5734 (dwarf2_read_addr_index_data): Reflect API changes.
5735 (dwarf2_read_addr_index): Likewise.
5736 (read_str_index): Change API and implementation. This becomes a helper
5737 to be used by the new string index related methods. Update error
5738 message and comments.
5739 (read_dwo_str_index): New function definition.
5740 (read_stub_str_index): Likewise.
5741 * dwarf2read.h (dwarf2_per_objfile): Add str_offsets field.
5742 * symfile.h (dwarf2_debug_sections): Likewise.
5743 * xcoffread.c (dwarf2_debug_sections): Likewise.
5744
0cac9354
SM
57452020-01-13 Simon Marchi <simon.marchi@efficios.com>
5746
5747 * gdbcore.h (struct core_fns) <core_read_registers>: Change
5748 core_reg_sect type to gdb_byte *.
5749 * arm-nbsd-nat.c (fetch_elfcore_registers): Likewise.
5750 * cris-tdep.c (fetch_core_registers): Likewise.
5751 * corelow.c (core_target::get_core_register_section): Change
5752 type of `contents` to gdb::byte_vector.
5753
9a6d629c
AB
57542020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5755
5756 * tui/tui-wingeneral.c (box_win): Position the title in the center
5757 of the border.
5758
d8b2f9e3
SM
57592020-01-13 Simon Marchi <simon.marchi@polymtl.ca>
5760
5761 * corelow.c (core_target::get_core_register_section): Use
5762 std::vector instead of alloca.
5763
bb564c58
SM
57642020-01-13 Simon Marchi <simon.marchi@efficios.com>
5765
5766 * warning.m4: Add -Wmissing-declarations to build_warnings.
5767 * configure: Re-generate.
5768
6b366111
SM
57692020-01-13 Simon Marchi <simon.marchi@efficios.com>
5770
5771 * python/python.c (init__gdb_module): Add declaration.
5772
6c265988
SM
57732020-01-13 Simon Marchi <simon.marchi@efficios.com>
5774
5775 * aarch64-fbsd-nat.c (_initialize_aarch64_fbsd_nat): Add declaration.
5776 * aarch64-fbsd-tdep.c (_initialize_aarch64_fbsd_tdep): Add declaration.
5777 * aarch64-linux-nat.c (_initialize_aarch64_linux_nat): Add declaration.
5778 * aarch64-linux-tdep.c (_initialize_aarch64_linux_tdep): Add declaration.
5779 * aarch64-newlib-tdep.c (_initialize_aarch64_newlib_tdep): Add declaration.
5780 * aarch64-tdep.c (_initialize_aarch64_tdep): Add declaration.
5781 * ada-exp.y (_initialize_ada_exp): Add declaration.
5782 * ada-lang.c (_initialize_ada_language): Add declaration.
5783 * ada-tasks.c (_initialize_tasks): Add declaration.
5784 * agent.c (_initialize_agent): Add declaration.
5785 * aix-thread.c (_initialize_aix_thread): Add declaration.
5786 * alpha-bsd-nat.c (_initialize_alphabsd_nat): Add declaration.
5787 * alpha-linux-nat.c (_initialize_alpha_linux_nat): Add declaration.
5788 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Add declaration.
5789 * alpha-nbsd-tdep.c (_initialize_alphanbsd_tdep): Add declaration.
5790 * alpha-obsd-tdep.c (_initialize_alphaobsd_tdep): Add declaration.
5791 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
5792 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): Add declaration.
5793 * amd64-dicos-tdep.c (_initialize_amd64_dicos_tdep): Add declaration.
5794 * amd64-fbsd-nat.c (_initialize_amd64fbsd_nat): Add declaration.
5795 * amd64-fbsd-tdep.c (_initialize_amd64fbsd_tdep): Add declaration.
5796 * amd64-linux-nat.c (_initialize_amd64_linux_nat): Add declaration.
5797 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Add declaration.
5798 * amd64-nbsd-nat.c (_initialize_amd64nbsd_nat): Add declaration.
5799 * amd64-nbsd-tdep.c (_initialize_amd64nbsd_tdep): Add declaration.
5800 * amd64-obsd-nat.c (_initialize_amd64obsd_nat): Add declaration.
5801 * amd64-obsd-tdep.c (_initialize_amd64obsd_tdep): Add declaration.
5802 * amd64-sol2-tdep.c (_initialize_amd64_sol2_tdep): Add declaration.
5803 * amd64-tdep.c (_initialize_amd64_tdep): Add declaration.
5804 * amd64-windows-nat.c (_initialize_amd64_windows_nat): Add declaration.
5805 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Add declaration.
5806 * annotate.c (_initialize_annotate): Add declaration.
5807 * arc-newlib-tdep.c (_initialize_arc_newlib_tdep): Add declaration.
5808 * arc-tdep.c (_initialize_arc_tdep): Add declaration.
5809 * arch-utils.c (_initialize_gdbarch_utils): Add declaration.
5810 * arm-fbsd-nat.c (_initialize_arm_fbsd_nat): Add declaration.
5811 * arm-fbsd-tdep.c (_initialize_arm_fbsd_tdep): Add declaration.
5812 * arm-linux-nat.c (_initialize_arm_linux_nat): Add declaration.
5813 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Add declaration.
5814 * arm-nbsd-nat.c (_initialize_arm_netbsd_nat): Add declaration.
5815 * arm-nbsd-tdep.c (_initialize_arm_netbsd_tdep): Add declaration.
5816 * arm-obsd-tdep.c (_initialize_armobsd_tdep): Add declaration.
5817 * arm-pikeos-tdep.c (_initialize_arm_pikeos_tdep): Add declaration.
5818 * arm-symbian-tdep.c (_initialize_arm_symbian_tdep): Add declaration.
5819 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
5820 * arm-wince-tdep.c (_initialize_arm_wince_tdep): Add declaration.
5821 * auto-load.c (_initialize_auto_load): Add declaration.
5822 * auxv.c (_initialize_auxv): Add declaration.
5823 * avr-tdep.c (_initialize_avr_tdep): Add declaration.
5824 * ax-gdb.c (_initialize_ax_gdb): Add declaration.
5825 * bfin-linux-tdep.c (_initialize_bfin_linux_tdep): Add declaration.
5826 * bfin-tdep.c (_initialize_bfin_tdep): Add declaration.
5827 * break-catch-sig.c (_initialize_break_catch_sig): Add declaration.
5828 * break-catch-syscall.c (_initialize_break_catch_syscall): Add declaration.
5829 * break-catch-throw.c (_initialize_break_catch_throw): Add declaration.
5830 * breakpoint.c (_initialize_breakpoint): Add declaration.
5831 * bsd-uthread.c (_initialize_bsd_uthread): Add declaration.
5832 * btrace.c (_initialize_btrace): Add declaration.
5833 * charset.c (_initialize_charset): Add declaration.
5834 * cli/cli-cmds.c (_initialize_cli_cmds): Add declaration.
5835 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
5836 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
5837 * cli/cli-logging.c (_initialize_cli_logging): Add declaration.
5838 * cli/cli-script.c (_initialize_cli_script): Add declaration.
5839 * cli/cli-style.c (_initialize_cli_style): Add declaration.
5840 * coff-pe-read.c (_initialize_coff_pe_read): Add declaration.
5841 * coffread.c (_initialize_coffread): Add declaration.
5842 * compile/compile-cplus-types.c (_initialize_compile_cplus_types): Add declaration.
5843 * compile/compile.c (_initialize_compile): Add declaration.
5844 * complaints.c (_initialize_complaints): Add declaration.
5845 * completer.c (_initialize_completer): Add declaration.
5846 * copying.c (_initialize_copying): Add declaration.
5847 * corefile.c (_initialize_core): Add declaration.
5848 * corelow.c (_initialize_corelow): Add declaration.
5849 * cp-abi.c (_initialize_cp_abi): Add declaration.
5850 * cp-namespace.c (_initialize_cp_namespace): Add declaration.
5851 * cp-support.c (_initialize_cp_support): Add declaration.
5852 * cp-valprint.c (_initialize_cp_valprint): Add declaration.
5853 * cris-linux-tdep.c (_initialize_cris_linux_tdep): Add declaration.
5854 * cris-tdep.c (_initialize_cris_tdep): Add declaration.
5855 * csky-linux-tdep.c (_initialize_csky_linux_tdep): Add declaration.
5856 * csky-tdep.c (_initialize_csky_tdep): Add declaration.
5857 * ctfread.c (_initialize_ctfread): Add declaration.
5858 * d-lang.c (_initialize_d_language): Add declaration.
5859 * darwin-nat-info.c (_initialize_darwin_info_commands): Add declaration.
5860 * darwin-nat.c (_initialize_darwin_nat): Add declaration.
5861 * dbxread.c (_initialize_dbxread): Add declaration.
5862 * dcache.c (_initialize_dcache): Add declaration.
5863 * disasm-selftests.c (_initialize_disasm_selftests): Add declaration.
5864 * disasm.c (_initialize_disasm): Add declaration.
5865 * dtrace-probe.c (_initialize_dtrace_probe): Add declaration.
5866 * dummy-frame.c (_initialize_dummy_frame): Add declaration.
5867 * dwarf-index-cache.c (_initialize_index_cache): Add declaration.
5868 * dwarf-index-write.c (_initialize_dwarf_index_write): Add declaration.
5869 * dwarf2-frame-tailcall.c (_initialize_tailcall_frame): Add declaration.
5870 * dwarf2-frame.c (_initialize_dwarf2_frame): Add declaration.
5871 * dwarf2expr.c (_initialize_dwarf2expr): Add declaration.
5872 * dwarf2loc.c (_initialize_dwarf2loc): Add declaration.
5873 * dwarf2read.c (_initialize_dwarf2_read): Add declaration.
5874 * elfread.c (_initialize_elfread): Add declaration.
5875 * exec.c (_initialize_exec): Add declaration.
5876 * extension.c (_initialize_extension): Add declaration.
5877 * f-lang.c (_initialize_f_language): Add declaration.
5878 * f-valprint.c (_initialize_f_valprint): Add declaration.
5879 * fbsd-nat.c (_initialize_fbsd_nat): Add declaration.
5880 * fbsd-tdep.c (_initialize_fbsd_tdep): Add declaration.
5881 * filesystem.c (_initialize_filesystem): Add declaration.
5882 * findcmd.c (_initialize_mem_search): Add declaration.
5883 * findvar.c (_initialize_findvar): Add declaration.
5884 * fork-child.c (_initialize_fork_child): Add declaration.
5885 * frame-base.c (_initialize_frame_base): Add declaration.
5886 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
5887 * frame.c (_initialize_frame): Add declaration.
5888 * frv-linux-tdep.c (_initialize_frv_linux_tdep): Add declaration.
5889 * frv-tdep.c (_initialize_frv_tdep): Add declaration.
5890 * ft32-tdep.c (_initialize_ft32_tdep): Add declaration.
5891 * gcore.c (_initialize_gcore): Add declaration.
5892 * gdb-demangle.c (_initialize_gdb_demangle): Add declaration.
5893 * gdb_bfd.c (_initialize_gdb_bfd): Add declaration.
5894 * gdbarch-selftests.c (_initialize_gdbarch_selftests): Add declaration.
5895 * gdbarch.c (_initialize_gdbarch): Add declaration.
5896 * gdbtypes.c (_initialize_gdbtypes): Add declaration.
5897 * gnu-nat.c (_initialize_gnu_nat): Add declaration.
5898 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Add declaration.
5899 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Add declaration.
5900 * go-lang.c (_initialize_go_language): Add declaration.
5901 * go32-nat.c (_initialize_go32_nat): Add declaration.
5902 * guile/guile.c (_initialize_guile): Add declaration.
5903 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
5904 * hppa-linux-nat.c (_initialize_hppa_linux_nat): Add declaration.
5905 * hppa-linux-tdep.c (_initialize_hppa_linux_tdep): Add declaration.
5906 * hppa-nbsd-nat.c (_initialize_hppanbsd_nat): Add declaration.
5907 * hppa-nbsd-tdep.c (_initialize_hppanbsd_tdep): Add declaration.
5908 * hppa-obsd-nat.c (_initialize_hppaobsd_nat): Add declaration.
5909 * hppa-obsd-tdep.c (_initialize_hppabsd_tdep): Add declaration.
5910 * hppa-tdep.c (_initialize_hppa_tdep): Add declaration.
5911 * i386-bsd-nat.c (_initialize_i386bsd_nat): Add declaration.
5912 * i386-cygwin-tdep.c (_initialize_i386_cygwin_tdep): Add declaration.
5913 * i386-darwin-nat.c (_initialize_i386_darwin_nat): Add declaration.
5914 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): Add declaration.
5915 * i386-dicos-tdep.c (_initialize_i386_dicos_tdep): Add declaration.
5916 * i386-fbsd-nat.c (_initialize_i386fbsd_nat): Add declaration.
5917 * i386-fbsd-tdep.c (_initialize_i386fbsd_tdep): Add declaration.
5918 * i386-gnu-nat.c (_initialize_i386gnu_nat): Add declaration.
5919 * i386-gnu-tdep.c (_initialize_i386gnu_tdep): Add declaration.
5920 * i386-go32-tdep.c (_initialize_i386_go32_tdep): Add declaration.
5921 * i386-linux-nat.c (_initialize_i386_linux_nat): Add declaration.
5922 * i386-linux-tdep.c (_initialize_i386_linux_tdep): Add declaration.
5923 * i386-nbsd-nat.c (_initialize_i386nbsd_nat): Add declaration.
5924 * i386-nbsd-tdep.c (_initialize_i386nbsd_tdep): Add declaration.
5925 * i386-nto-tdep.c (_initialize_i386nto_tdep): Add declaration.
5926 * i386-obsd-nat.c (_initialize_i386obsd_nat): Add declaration.
5927 * i386-obsd-tdep.c (_initialize_i386obsd_tdep): Add declaration.
5928 * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Add declaration.
5929 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Add declaration.
5930 * i386-tdep.c (_initialize_i386_tdep): Add declaration.
5931 * i386-windows-nat.c (_initialize_i386_windows_nat): Add declaration.
5932 * ia64-libunwind-tdep.c (_initialize_libunwind_frame): Add declaration.
5933 * ia64-linux-nat.c (_initialize_ia64_linux_nat): Add declaration.
5934 * ia64-linux-tdep.c (_initialize_ia64_linux_tdep): Add declaration.
5935 * ia64-tdep.c (_initialize_ia64_tdep): Add declaration.
5936 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Add declaration.
5937 * infcall.c (_initialize_infcall): Add declaration.
5938 * infcmd.c (_initialize_infcmd): Add declaration.
5939 * inflow.c (_initialize_inflow): Add declaration.
5940 * infrun.c (_initialize_infrun): Add declaration.
5941 * interps.c (_initialize_interpreter): Add declaration.
5942 * iq2000-tdep.c (_initialize_iq2000_tdep): Add declaration.
5943 * jit.c (_initialize_jit): Add declaration.
5944 * language.c (_initialize_language): Add declaration.
5945 * linux-fork.c (_initialize_linux_fork): Add declaration.
5946 * linux-nat.c (_initialize_linux_nat): Add declaration.
5947 * linux-tdep.c (_initialize_linux_tdep): Add declaration.
5948 * linux-thread-db.c (_initialize_thread_db): Add declaration.
5949 * lm32-tdep.c (_initialize_lm32_tdep): Add declaration.
5950 * m2-lang.c (_initialize_m2_language): Add declaration.
5951 * m32c-tdep.c (_initialize_m32c_tdep): Add declaration.
5952 * m32r-linux-nat.c (_initialize_m32r_linux_nat): Add declaration.
5953 * m32r-linux-tdep.c (_initialize_m32r_linux_tdep): Add declaration.
5954 * m32r-tdep.c (_initialize_m32r_tdep): Add declaration.
5955 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
5956 * m68k-bsd-nat.c (_initialize_m68kbsd_nat): Add declaration.
5957 * m68k-bsd-tdep.c (_initialize_m68kbsd_tdep): Add declaration.
5958 * m68k-linux-nat.c (_initialize_m68k_linux_nat): Add declaration.
5959 * m68k-linux-tdep.c (_initialize_m68k_linux_tdep): Add declaration.
5960 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
5961 * machoread.c (_initialize_machoread): Add declaration.
5962 * macrocmd.c (_initialize_macrocmd): Add declaration.
5963 * macroscope.c (_initialize_macroscope): Add declaration.
5964 * maint-test-options.c (_initialize_maint_test_options): Add declaration.
5965 * maint-test-settings.c (_initialize_maint_test_settings): Add declaration.
5966 * maint.c (_initialize_maint_cmds): Add declaration.
5967 * mdebugread.c (_initialize_mdebugread): Add declaration.
5968 * memattr.c (_initialize_mem): Add declaration.
5969 * mep-tdep.c (_initialize_mep_tdep): Add declaration.
5970 * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Add declaration.
5971 * mi/mi-cmds.c (_initialize_mi_cmds): Add declaration.
5972 * mi/mi-interp.c (_initialize_mi_interp): Add declaration.
5973 * mi/mi-main.c (_initialize_mi_main): Add declaration.
5974 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): Add declaration.
5975 * microblaze-tdep.c (_initialize_microblaze_tdep): Add declaration.
5976 * mips-fbsd-nat.c (_initialize_mips_fbsd_nat): Add declaration.
5977 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Add declaration.
5978 * mips-linux-nat.c (_initialize_mips_linux_nat): Add declaration.
5979 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Add declaration.
5980 * mips-nbsd-nat.c (_initialize_mipsnbsd_nat): Add declaration.
5981 * mips-nbsd-tdep.c (_initialize_mipsnbsd_tdep): Add declaration.
5982 * mips-sde-tdep.c (_initialize_mips_sde_tdep): Add declaration.
5983 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
5984 * mips64-obsd-nat.c (_initialize_mips64obsd_nat): Add declaration.
5985 * mips64-obsd-tdep.c (_initialize_mips64obsd_tdep): Add declaration.
5986 * mipsread.c (_initialize_mipsread): Add declaration.
5987 * mn10300-linux-tdep.c (_initialize_mn10300_linux_tdep): Add declaration.
5988 * mn10300-tdep.c (_initialize_mn10300_tdep): Add declaration.
5989 * moxie-tdep.c (_initialize_moxie_tdep): Add declaration.
5990 * msp430-tdep.c (_initialize_msp430_tdep): Add declaration.
5991 * nds32-tdep.c (_initialize_nds32_tdep): Add declaration.
5992 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Add declaration.
5993 * nios2-tdep.c (_initialize_nios2_tdep): Add declaration.
5994 * nto-procfs.c (_initialize_procfs): Add declaration.
5995 * objc-lang.c (_initialize_objc_language): Add declaration.
5996 * observable.c (_initialize_observer): Add declaration.
5997 * opencl-lang.c (_initialize_opencl_language): Add declaration.
5998 * or1k-linux-tdep.c (_initialize_or1k_linux_tdep): Add declaration.
5999 * or1k-tdep.c (_initialize_or1k_tdep): Add declaration.
6000 * osabi.c (_initialize_gdb_osabi): Add declaration.
6001 * osdata.c (_initialize_osdata): Add declaration.
6002 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6003 * parse.c (_initialize_parse): Add declaration.
6004 * ppc-fbsd-nat.c (_initialize_ppcfbsd_nat): Add declaration.
6005 * ppc-fbsd-tdep.c (_initialize_ppcfbsd_tdep): Add declaration.
6006 * ppc-linux-nat.c (_initialize_ppc_linux_nat): Add declaration.
6007 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Add declaration.
6008 * ppc-nbsd-nat.c (_initialize_ppcnbsd_nat): Add declaration.
6009 * ppc-nbsd-tdep.c (_initialize_ppcnbsd_tdep): Add declaration.
6010 * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Add declaration.
6011 * ppc-obsd-tdep.c (_initialize_ppcobsd_tdep): Add declaration.
6012 * printcmd.c (_initialize_printcmd): Add declaration.
6013 * probe.c (_initialize_probe): Add declaration.
6014 * proc-api.c (_initialize_proc_api): Add declaration.
6015 * proc-events.c (_initialize_proc_events): Add declaration.
6016 * proc-service.c (_initialize_proc_service): Add declaration.
6017 * procfs.c (_initialize_procfs): Add declaration.
6018 * producer.c (_initialize_producer): Add declaration.
6019 * psymtab.c (_initialize_psymtab): Add declaration.
6020 * python/python.c (_initialize_python): Add declaration.
6021 * ravenscar-thread.c (_initialize_ravenscar): Add declaration.
6022 * record-btrace.c (_initialize_record_btrace): Add declaration.
6023 * record-full.c (_initialize_record_full): Add declaration.
6024 * record.c (_initialize_record): Add declaration.
6025 * regcache-dump.c (_initialize_regcache_dump): Add declaration.
6026 * regcache.c (_initialize_regcache): Add declaration.
6027 * reggroups.c (_initialize_reggroup): Add declaration.
6028 * remote-notif.c (_initialize_notif): Add declaration.
6029 * remote-sim.c (_initialize_remote_sim): Add declaration.
6030 * remote.c (_initialize_remote): Add declaration.
6031 * reverse.c (_initialize_reverse): Add declaration.
6032 * riscv-fbsd-nat.c (_initialize_riscv_fbsd_nat): Add declaration.
6033 * riscv-fbsd-tdep.c (_initialize_riscv_fbsd_tdep): Add declaration.
6034 * riscv-linux-nat.c (_initialize_riscv_linux_nat): Add declaration.
6035 * riscv-linux-tdep.c (_initialize_riscv_linux_tdep): Add declaration.
6036 * riscv-tdep.c (_initialize_riscv_tdep): Add declaration.
6037 * rl78-tdep.c (_initialize_rl78_tdep): Add declaration.
6038 * rs6000-aix-tdep.c (_initialize_rs6000_aix_tdep): Add declaration.
6039 * rs6000-lynx178-tdep.c (_initialize_rs6000_lynx178_tdep):
6040 Add declaration.
6041 * rs6000-nat.c (_initialize_rs6000_nat): Add declaration.
6042 * rs6000-tdep.c (_initialize_rs6000_tdep): Add declaration.
6043 * run-on-main-thread.c (_initialize_run_on_main_thread): Add declaration.
6044 * rust-exp.y (_initialize_rust_exp): Add declaration.
6045 * rx-tdep.c (_initialize_rx_tdep): Add declaration.
6046 * s12z-tdep.c (_initialize_s12z_tdep): Add declaration.
6047 * s390-linux-nat.c (_initialize_s390_nat): Add declaration.
6048 * s390-linux-tdep.c (_initialize_s390_linux_tdep): Add declaration.
6049 * s390-tdep.c (_initialize_s390_tdep): Add declaration.
6050 * score-tdep.c (_initialize_score_tdep): Add declaration.
6051 * ser-go32.c (_initialize_ser_dos): Add declaration.
6052 * ser-mingw.c (_initialize_ser_windows): Add declaration.
6053 * ser-pipe.c (_initialize_ser_pipe): Add declaration.
6054 * ser-tcp.c (_initialize_ser_tcp): Add declaration.
6055 * ser-uds.c (_initialize_ser_socket): Add declaration.
6056 * ser-unix.c (_initialize_ser_hardwire): Add declaration.
6057 * serial.c (_initialize_serial): Add declaration.
6058 * sh-linux-tdep.c (_initialize_sh_linux_tdep): Add declaration.
6059 * sh-nbsd-nat.c (_initialize_shnbsd_nat): Add declaration.
6060 * sh-nbsd-tdep.c (_initialize_shnbsd_tdep): Add declaration.
6061 * sh-tdep.c (_initialize_sh_tdep): Add declaration.
6062 * skip.c (_initialize_step_skip): Add declaration.
6063 * sol-thread.c (_initialize_sol_thread): Add declaration.
6064 * solib-aix.c (_initialize_solib_aix): Add declaration.
6065 * solib-darwin.c (_initialize_darwin_solib): Add declaration.
6066 * solib-dsbt.c (_initialize_dsbt_solib): Add declaration.
6067 * solib-frv.c (_initialize_frv_solib): Add declaration.
6068 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
6069 * solib-target.c (_initialize_solib_target): Add declaration.
6070 * solib.c (_initialize_solib): Add declaration.
6071 * source-cache.c (_initialize_source_cache): Add declaration.
6072 * source.c (_initialize_source): Add declaration.
6073 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Add declaration.
6074 * sparc-linux-tdep.c (_initialize_sparc_linux_tdep): Add declaration.
6075 * sparc-nat.c (_initialize_sparc_nat): Add declaration.
6076 * sparc-nbsd-nat.c (_initialize_sparcnbsd_nat): Add declaration.
6077 * sparc-nbsd-tdep.c (_initialize_sparcnbsd_tdep): Add declaration.
6078 * sparc-obsd-tdep.c (_initialize_sparc32obsd_tdep): Add declaration.
6079 * sparc-sol2-tdep.c (_initialize_sparc_sol2_tdep): Add declaration.
6080 * sparc-tdep.c (_initialize_sparc_tdep): Add declaration.
6081 * sparc64-fbsd-nat.c (_initialize_sparc64fbsd_nat): Add declaration.
6082 * sparc64-fbsd-tdep.c (_initialize_sparc64fbsd_tdep): Add declaration.
6083 * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Add declaration.
6084 * sparc64-linux-tdep.c (_initialize_sparc64_linux_tdep): Add declaration.
6085 * sparc64-nat.c (_initialize_sparc64_nat): Add declaration.
6086 * sparc64-nbsd-nat.c (_initialize_sparc64nbsd_nat): Add declaration.
6087 * sparc64-nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Add declaration.
6088 * sparc64-obsd-nat.c (_initialize_sparc64obsd_nat): Add declaration.
6089 * sparc64-obsd-tdep.c (_initialize_sparc64obsd_tdep): Add declaration.
6090 * sparc64-sol2-tdep.c (_initialize_sparc64_sol2_tdep): Add declaration.
6091 * sparc64-tdep.c (_initialize_sparc64_adi_tdep): Add declaration.
6092 * stabsread.c (_initialize_stabsread): Add declaration.
6093 * stack.c (_initialize_stack): Add declaration.
6094 * stap-probe.c (_initialize_stap_probe): Add declaration.
6095 * std-regs.c (_initialize_frame_reg): Add declaration.
6096 * symfile-debug.c (_initialize_symfile_debug): Add declaration.
6097 * symfile-mem.c (_initialize_symfile_mem): Add declaration.
6098 * symfile.c (_initialize_symfile): Add declaration.
6099 * symmisc.c (_initialize_symmisc): Add declaration.
6100 * symtab.c (_initialize_symtab): Add declaration.
6101 * target.c (_initialize_target): Add declaration.
6102 * target-connection.c (_initialize_target_connection): Add
6103 declaration.
6104 * target-dcache.c (_initialize_target_dcache): Add declaration.
6105 * target-descriptions.c (_initialize_target_descriptions): Add declaration.
6106 * thread.c (_initialize_thread): Add declaration.
6107 * tic6x-linux-tdep.c (_initialize_tic6x_linux_tdep): Add declaration.
6108 * tic6x-tdep.c (_initialize_tic6x_tdep): Add declaration.
6109 * tilegx-linux-nat.c (_initialize_tile_linux_nat): Add declaration.
6110 * tilegx-linux-tdep.c (_initialize_tilegx_linux_tdep): Add declaration.
6111 * tilegx-tdep.c (_initialize_tilegx_tdep): Add declaration.
6112 * tracectf.c (_initialize_ctf): Add declaration.
6113 * tracefile-tfile.c (_initialize_tracefile_tfile): Add declaration.
6114 * tracefile.c (_initialize_tracefile): Add declaration.
6115 * tracepoint.c (_initialize_tracepoint): Add declaration.
6116 * tui/tui-hooks.c (_initialize_tui_hooks): Add declaration.
6117 * tui/tui-interp.c (_initialize_tui_interp): Add declaration.
6118 * tui/tui-layout.c (_initialize_tui_layout): Add declaration.
6119 * tui/tui-regs.c (_initialize_tui_regs): Add declaration.
6120 * tui/tui-stack.c (_initialize_tui_stack): Add declaration.
6121 * tui/tui-win.c (_initialize_tui_win): Add declaration.
6122 * tui/tui.c (_initialize_tui): Add declaration.
6123 * typeprint.c (_initialize_typeprint): Add declaration.
6124 * ui-style.c (_initialize_ui_style): Add declaration.
6125 * unittests/array-view-selftests.c (_initialize_array_view_selftests): Add declaration.
6126 * unittests/child-path-selftests.c (_initialize_child_path_selftests): Add declaration.
6127 * unittests/cli-utils-selftests.c (_initialize_cli_utils_selftests): Add declaration.
6128 * unittests/common-utils-selftests.c (_initialize_common_utils_selftests): Add declaration.
6129 * unittests/copy_bitwise-selftests.c (_initialize_copy_bitwise_utils_selftests): Add declaration.
6130 * unittests/environ-selftests.c (_initialize_environ_selftests): Add declaration.
6131 * unittests/filtered_iterator-selftests.c
6132 (_initialize_filtered_iterator_selftests): Add declaration.
6133 * unittests/format_pieces-selftests.c (_initialize_format_pieces_selftests): Add declaration.
6134 * unittests/function-view-selftests.c (_initialize_function_view_selftests): Add declaration.
6135 * unittests/help-doc-selftests.c (_initialize_help_doc_selftests): Add declaration.
6136 * unittests/lookup_name_info-selftests.c (_initialize_lookup_name_info_selftests): Add declaration.
6137 * unittests/main-thread-selftests.c
6138 (_initialize_main_thread_selftests): Add declaration.
6139 * unittests/memory-map-selftests.c (_initialize_memory_map_selftests): Add declaration.
6140 * unittests/memrange-selftests.c (_initialize_memrange_selftests): Add declaration.
6141 * unittests/mkdir-recursive-selftests.c (_initialize_mkdir_recursive_selftests): Add declaration.
6142 * unittests/observable-selftests.c (_initialize_observer_selftest): Add declaration.
6143 * unittests/offset-type-selftests.c (_initialize_offset_type_selftests): Add declaration.
6144 * unittests/optional-selftests.c (_initialize_optional_selftests): Add declaration.
6145 * unittests/parse-connection-spec-selftests.c (_initialize_parse_connection_spec_selftests): Add declaration.
6146 * unittests/rsp-low-selftests.c (_initialize_rsp_low_selftests): Add declaration.
6147 * unittests/scoped_fd-selftests.c (_initialize_scoped_fd_selftests): Add declaration.
6148 * unittests/scoped_mmap-selftests.c (_initialize_scoped_mmap_selftests): Add declaration.
6149 * unittests/scoped_restore-selftests.c (_initialize_scoped_restore_selftests): Add declaration.
6150 * unittests/string_view-selftests.c (_initialize_string_view_selftests): Add declaration.
6151 * unittests/style-selftests.c (_initialize_style_selftest): Add declaration.
6152 * unittests/tracepoint-selftests.c (_initialize_tracepoint_selftests): Add declaration.
6153 * unittests/tui-selftests.c (_initialize_tui_selftest): Add
6154 declaration.
6155 * unittests/unpack-selftests.c (_initialize_unpack_selftests): Add declaration.
6156 * unittests/utils-selftests.c (_initialize_utils_selftests): Add declaration.
6157 * unittests/vec-utils-selftests.c (_initialize_vec_utils_selftests): Add declaration.
6158 * unittests/xml-utils-selftests.c (_initialize_xml_utils): Add declaration.
6159 * user-regs.c (_initialize_user_regs): Add declaration.
6160 * utils.c (_initialize_utils): Add declaration.
6161 * v850-tdep.c (_initialize_v850_tdep): Add declaration.
6162 * valops.c (_initialize_valops): Add declaration.
6163 * valprint.c (_initialize_valprint): Add declaration.
6164 * value.c (_initialize_values): Add declaration.
6165 * varobj.c (_initialize_varobj): Add declaration.
6166 * vax-bsd-nat.c (_initialize_vaxbsd_nat): Add declaration.
6167 * vax-nbsd-tdep.c (_initialize_vaxnbsd_tdep): Add declaration.
6168 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
6169 * windows-nat.c (_initialize_windows_nat): Add declaration.
6170 (_initialize_check_for_gdb_ini): Add declaration.
6171 (_initialize_loadable): Add declaration.
6172 * windows-tdep.c (_initialize_windows_tdep): Add declaration.
6173 * x86-bsd-nat.c (_initialize_x86_bsd_nat): Add declaration.
6174 * x86-linux-nat.c (_initialize_x86_linux_nat): Add declaration.
6175 * xcoffread.c (_initialize_xcoffread): Add declaration.
6176 * xml-support.c (_initialize_xml_support): Add declaration.
6177 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Add declaration.
6178 * xtensa-linux-nat.c (_initialize_xtensa_linux_nat): Add declaration.
6179 * xtensa-linux-tdep.c (_initialize_xtensa_linux_tdep): Add declaration.
6180 * xtensa-tdep.c (_initialize_xtensa_tdep): Add declaration.
6181
e2de1eec
SM
61822020-01-13 Simon Marchi <simon.marchi@polymtl.ca>
6183
6184 * regformats/regdat.sh: Generate declaration for init function.
6185
e0037b4c
SM
61862020-01-13 Simon Marchi <simon.marchi@polymtl.ca>
6187
6188 * remote-sim.c (next_pid, INITIAL_PID, sim_inferior_data): Move
6189 up.
6190 (gdbsim_target) <get_inferior_data_by_ptid, resume_one_inferior,
6191 close_one_inferior>: New methods.
6192 (get_sim_inferior_data_by_ptid): Move to gdbsim_target,
6193 pass down target to find_inferior_pid.
6194 (gdbsim_target::fetch_registers, gdbsim_target::store_registers):
6195 Pass down target to find_inferior_ptid.
6196 (gdbsim_target::create_inferior): Pass down target to
6197 add_thread_silent.
6198 (gdbsim_close_inferior): Move to gdbsim_close_inferior, pass
6199 target down to find_inferior_ptid and switch_to_thread.
6200 (gdbsim_target::close): Update to call close_one_inferior.
6201 (struct resume_data): Remove.
6202 (gdbsim_resume_inferior): Move to gdbsim_target. Take arguments
6203 directly, rather than through a void pointer.
6204 (gdbsim_target::resume): Update to call resume_one_inferior.
6205
58920b5b
SM
62062020-01-12 Simon Marchi <simon.marchi@polymtl.ca>
6207
6208 * gdbsupport/gdb_wait.c: Include gdb_wait.h.
6209
4ec89149
PA
62102020-01-12 Pedro Alves <palves@redhat.com>
6211
6212 * bsd-kvm.c (bsd_kvm_target::close): Call exit_inferior_silent
6213 directly for the current inferior instead of
6214 discard_all_inferiors.
6215 (discard_all_inferiors): Delete.
6216
7c392d1d
TT
62172020-01-11 Tom Tromey <tom@tromey.com>
6218
6219 * tui/tui-wingeneral.c (box_win): Check cli_styling.
6220 * tui/tui-winsource.c (tui_source_window_base::refill): Use
6221 deprecated_safe_get_selected_frame.
6222
d9ebdab7
TBA
62232020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6224
6225 * inferior.c (print_inferior): Switch inferior before printing it.
6226
f3c469b9
PA
62272020-01-10 Aleksandar Paunovic <aleksandar.paunovic@intel.com>
6228 Pedro Alves <palves@redhat.com>
6229
6230 * progspace-and-thread.c (switch_to_program_space_and_thread):
6231 Assert there's an inferior for PSPACE. Use
6232 switch_to_inferior_no_thread to switch the inferior too.
6233 * progspace.c (program_space::~program_space): Call
6234 clear_symtab_users here, with SYMFILE_DEFER_BP_RESET.
6235 (program_space::free_all_objfiles): Don't call clear_symtab_users
6236 here.
6237 * symfile.c (symbol_file_clear): Call clear_symtab_users here.
6238
65c574f6
PA
62392020-01-10 Pedro Alves <palves@redhat.com>
6240
6241 * NEWS: Mention multi-target debugging, "info connections", and
6242 "add-inferior -no-connection".
6243
2f4fcf00
PA
62442020-01-10 Pedro Alves <palves@redhat.com>
6245
6246 * infrun.c: Include "target-connection.h".
6247 (check_multi_target_resumption): New.
6248 (proceed): Call it.
6249 * target-connection.c (make_target_connection_string): Make
6250 extern.
6251 * target-connection.h (make_target_connection_string): Declare.
6252
121b3efd
PA
62532020-01-10 Pedro Alves <palves@redhat.com>
6254
6255 * Makefile.in (COMMON_SFILES): Add target-connection.c.
6256 * inferior.c (uiout_field_connection): New function.
6257 (print_inferior): Add new "connection-id" column.
6258 (add_inferior_command): Show connection number/string of added
6259 inferior.
6260 * process-stratum-target.h
6261 (process_stratum_target::connection_string): New virtual method.
6262 (process_stratum_target::connection_number): New field.
6263 * remote.c (remote_target::connection_string): New override.
6264 * target-connection.c: New file.
6265 * target-connection.h: New file.
6266 * target.c (decref_target): Remove process_stratum targets from
6267 the connection list.
6268 (target_stack::push): Add process_stratum targets to the
6269 connection list.
6270
4f837581
PA
62712020-01-10 Pedro Alves <palves@redhat.com>
6272
6273 Revert:
6274 2016-04-12 Pedro Alves <palves@redhat.com>
6275 * serial.c (serial_open, serial_fdopen_ops, do_serial_close):
6276 Remove references to name.
6277 * serial.h (struct serial) <name>: Delete.
6278
f4ec508e
PA
62792020-01-10 Pedro Alves <palves@redhat.com>
6280
6281 * gdbarch-selftests.c (register_to_value_test): Remove "target
6282 already pushed" check.
6283
5b6d1e4f
PA
62842020-01-10 Pedro Alves <palves@redhat.com>
6285 John Baldwin <jhb@FreeBSD.org>
6286
6287 * aarch64-linux-nat.c
6288 (aarch64_linux_nat_target::thread_architecture): Adjust.
6289 * ada-tasks.c (print_ada_task_info): Adjust find_thread_ptid call.
6290 (task_command_1): Likewise.
6291 * aix-thread.c (sync_threadlists, aix_thread_target::resume)
6292 (aix_thread_target::wait, aix_thread_target::fetch_registers)
6293 (aix_thread_target::store_registers)
6294 (aix_thread_target::thread_alive): Adjust.
6295 * amd64-fbsd-tdep.c: Include "inferior.h".
6296 (amd64fbsd_get_thread_local_address): Pass down target.
6297 * amd64-linux-nat.c (ps_get_thread_area): Use ps_prochandle
6298 thread's gdbarch instead of target_gdbarch.
6299 * break-catch-sig.c (signal_catchpoint_print_it): Adjust call to
6300 get_last_target_status.
6301 * break-catch-syscall.c (print_it_catch_syscall): Likewise.
6302 * breakpoint.c (breakpoints_should_be_inserted_now): Consider all
6303 inferiors.
6304 (update_inserted_breakpoint_locations): Skip if inferiors with no
6305 execution.
6306 (update_global_location_list): When handling moribund locations,
6307 find representative inferior for location's pspace, and use thread
6308 count of its process_stratum target.
6309 * bsd-kvm.c (bsd_kvm_target_open): Pass target down.
6310 * bsd-uthread.c (bsd_uthread_target::wait): Use
6311 as_process_stratum_target and adjust thread_change_ptid and
6312 add_thread calls.
6313 (bsd_uthread_target::update_thread_list): Use
6314 as_process_stratum_target and adjust find_thread_ptid,
6315 thread_change_ptid and add_thread calls.
6316 * btrace.c (maint_btrace_packet_history_cmd): Adjust
6317 find_thread_ptid call.
6318 * corelow.c (add_to_thread_list): Adjust add_thread call.
6319 (core_target_open): Adjust add_thread_silent and thread_count
6320 calls.
6321 (core_target::pid_to_str): Adjust find_inferior_ptid call.
6322 * ctf.c (ctf_target_open): Adjust add_thread_silent call.
6323 * event-top.c (async_disconnect): Pop targets from all inferiors.
6324 * exec.c (add_target_sections): Push exec target on all inferiors
6325 sharing the program space.
6326 (remove_target_sections): Remove the exec target from all
6327 inferiors sharing the program space.
6328 (exec_on_vfork): New.
6329 * exec.h (exec_on_vfork): Declare.
6330 * fbsd-nat.c (fbsd_add_threads): Add fbsd_nat_target parameter.
6331 Pass it down.
6332 (fbsd_nat_target::update_thread_list): Adjust.
6333 (fbsd_nat_target::resume): Adjust.
6334 (fbsd_handle_debug_trap): Add fbsd_nat_target parameter. Pass it
6335 down.
6336 (fbsd_nat_target::wait, fbsd_nat_target::post_attach): Adjust.
6337 * fbsd-tdep.c (fbsd_corefile_thread): Adjust
6338 get_thread_arch_regcache call.
6339 * fork-child.c (gdb_startup_inferior): Pass target down to
6340 startup_inferior and set_executing.
6341 * gdbthread.h (struct process_stratum_target): Forward declare.
6342 (add_thread, add_thread_silent, add_thread_with_info)
6343 (in_thread_list): Add process_stratum_target parameter.
6344 (find_thread_ptid(inferior*, ptid_t)): New overload.
6345 (find_thread_ptid, thread_change_ptid): Add process_stratum_target
6346 parameter.
6347 (all_threads()): Delete overload.
6348 (all_threads, all_non_exited_threads): Add process_stratum_target
6349 parameter.
6350 (all_threads_safe): Use brace initialization.
6351 (thread_count): Add process_stratum_target parameter.
6352 (set_resumed, set_running, set_stop_requested, set_executing)
6353 (threads_are_executing, finish_thread_state): Add
6354 process_stratum_target parameter.
6355 (switch_to_thread): Use is_current_thread.
6356 * i386-fbsd-tdep.c: Include "inferior.h".
6357 (i386fbsd_get_thread_local_address): Pass down target.
6358 * i386-linux-nat.c (i386_linux_nat_target::low_resume): Adjust.
6359 * inf-child.c (inf_child_target::maybe_unpush_target): Remove
6360 have_inferiors check.
6361 * inf-ptrace.c (inf_ptrace_target::create_inferior)
6362 (inf_ptrace_target::attach): Adjust.
6363 * infcall.c (run_inferior_call): Adjust.
6364 * infcmd.c (run_command_1): Pass target to
6365 scoped_finish_thread_state.
6366 (proceed_thread_callback): Skip inferiors with no execution.
6367 (continue_command): Rename 'all_threads' local to avoid hiding
6368 'all_threads' function. Adjust get_last_target_status call.
6369 (prepare_one_step): Adjust set_running call.
6370 (signal_command): Use user_visible_resume_target. Compare thread
6371 pointers instead of inferior_ptid.
6372 (info_program_command): Adjust to pass down target.
6373 (attach_command): Mark target's 'thread_executing' flag.
6374 (stop_current_target_threads_ns): New, factored out from ...
6375 (interrupt_target_1): ... this. Switch inferior before making
6376 target calls.
6377 * inferior-iter.h
6378 (struct all_inferiors_iterator, struct all_inferiors_range)
6379 (struct all_inferiors_safe_range)
6380 (struct all_non_exited_inferiors_range): Filter on
6381 process_stratum_target too. Remove explicit.
6382 * inferior.c (inferior::inferior): Push dummy target on target
6383 stack.
6384 (find_inferior_pid, find_inferior_ptid, number_of_live_inferiors):
6385 Add process_stratum_target parameter, and pass it down.
6386 (have_live_inferiors): Adjust.
6387 (switch_to_inferior_and_push_target): New.
6388 (add_inferior_command, clone_inferior_command): Handle
6389 "-no-connection" parameter. Use
6390 switch_to_inferior_and_push_target.
6391 (_initialize_inferior): Mention "-no-connection" option in
6392 the help of "add-inferior" and "clone-inferior" commands.
6393 * inferior.h: Include "process-stratum-target.h".
6394 (interrupt_target_1): Use bool.
6395 (struct inferior) <push_target, unpush_target, target_is_pushed,
6396 find_target_beneath, top_target, process_target, target_at,
6397 m_stack>: New.
6398 (discard_all_inferiors): Delete.
6399 (find_inferior_pid, find_inferior_ptid, number_of_live_inferiors)
6400 (all_inferiors, all_non_exited_inferiors): Add
6401 process_stratum_target parameter.
6402 * infrun.c: Include "gdb_select.h" and <unordered_map>.
6403 (target_last_proc_target): New global.
6404 (follow_fork_inferior): Push target on new inferior. Pass target
6405 to add_thread_silent. Call exec_on_vfork. Handle target's
6406 reference count.
6407 (follow_fork): Adjust get_last_target_status call. Also consider
6408 target.
6409 (follow_exec): Push target on new inferior.
6410 (struct execution_control_state) <target>: New field.
6411 (user_visible_resume_target): New.
6412 (do_target_resume): Call target_async.
6413 (resume_1): Set target's threads_executing flag. Consider resume
6414 target.
6415 (commit_resume_all_targets): New.
6416 (proceed): Also consider resume target. Skip threads of inferiors
6417 with no execution. Commit resumtion in all targets.
6418 (start_remote): Pass current inferior to wait_for_inferior.
6419 (infrun_thread_stop_requested): Consider target as well. Pass
6420 thread_info pointer to clear_inline_frame_state instead of ptid.
6421 (infrun_thread_thread_exit): Consider target as well.
6422 (random_pending_event_thread): New inferior parameter. Use it.
6423 (do_target_wait): Rename to ...
6424 (do_target_wait_1): ... this. Add inferior parameter, and pass it
6425 down.
6426 (threads_are_resumed_pending_p, do_target_wait): New.
6427 (prepare_for_detach): Adjust calls.
6428 (wait_for_inferior): New inferior parameter. Handle it. Use
6429 do_target_wait_1 instead of do_target_wait.
6430 (fetch_inferior_event): Adjust. Switch to representative
6431 inferior. Pass target down.
6432 (set_last_target_status): Add process_stratum_target parameter.
6433 Save target in global.
6434 (get_last_target_status): Add process_stratum_target parameter and
6435 handle it.
6436 (nullify_last_target_wait_ptid): Clear 'target_last_proc_target'.
6437 (context_switch): Check inferior_ptid == null_ptid before calling
6438 inferior_thread().
6439 (get_inferior_stop_soon): Pass down target.
6440 (wait_one): Rename to ...
6441 (poll_one_curr_target): ... this.
6442 (struct wait_one_event): New.
6443 (wait_one): New.
6444 (stop_all_threads): Adjust.
6445 (handle_no_resumed, handle_inferior_event): Adjust to consider the
6446 event's target.
6447 (switch_back_to_stepped_thread): Also consider target.
6448 (print_stop_event): Update.
6449 (normal_stop): Update. Also consider the resume target.
6450 * infrun.h (wait_for_inferior): Remove declaration.
6451 (user_visible_resume_target): New declaration.
6452 (get_last_target_status, set_last_target_status): New
6453 process_stratum_target parameter.
6454 * inline-frame.c (clear_inline_frame_state(ptid_t)): Add
6455 process_stratum_target parameter, and use it.
6456 (clear_inline_frame_state (thread_info*)): New.
6457 * inline-frame.c (clear_inline_frame_state(ptid_t)): Add
6458 process_stratum_target parameter.
6459 (clear_inline_frame_state (thread_info*)): Declare.
6460 * linux-fork.c (delete_checkpoint_command): Pass target down to
6461 find_thread_ptid.
6462 (checkpoint_command): Adjust.
6463 * linux-nat.c (linux_nat_target::follow_fork): Switch to thread
6464 instead of just tweaking inferior_ptid.
6465 (linux_nat_switch_fork): Pass target down to thread_change_ptid.
6466 (exit_lwp): Pass target down to find_thread_ptid.
6467 (attach_proc_task_lwp_callback): Pass target down to
6468 add_thread/set_running/set_executing.
6469 (linux_nat_target::attach): Pass target down to
6470 thread_change_ptid.
6471 (get_detach_signal): Pass target down to find_thread_ptid.
6472 Consider last target status's target.
6473 (linux_resume_one_lwp_throw, resume_lwp)
6474 (linux_handle_syscall_trap, linux_handle_extended_wait, wait_lwp)
6475 (stop_wait_callback, save_stop_reason, linux_nat_filter_event)
6476 (linux_nat_wait_1, resume_stopped_resumed_lwps): Pass target down.
6477 (linux_nat_target::async_wait_fd): New.
6478 (linux_nat_stop_lwp, linux_nat_target::thread_address_space): Pass
6479 target down.
6480 * linux-nat.h (linux_nat_target::async_wait_fd): Declare.
6481 * linux-tdep.c (get_thread_arch_regcache): Pass target down.
6482 * linux-thread-db.c (struct thread_db_info::process_target): New
6483 field.
6484 (add_thread_db_info): Save target.
6485 (get_thread_db_info): New process_stratum_target parameter. Also
6486 match target.
6487 (delete_thread_db_info): New process_stratum_target parameter.
6488 Also match target.
6489 (thread_from_lwp): Adjust to pass down target.
6490 (thread_db_notice_clone): Pass down target.
6491 (check_thread_db_callback): Pass down target.
6492 (try_thread_db_load_1): Always push the thread_db target.
6493 (try_thread_db_load, record_thread): Pass target down.
6494 (thread_db_target::detach): Pass target down. Always unpush the
6495 thread_db target.
6496 (thread_db_target::wait, thread_db_target::mourn_inferior): Pass
6497 target down. Always unpush the thread_db target.
6498 (find_new_threads_callback, thread_db_find_new_threads_2)
6499 (thread_db_target::update_thread_list): Pass target down.
6500 (thread_db_target::pid_to_str): Pass current inferior down.
6501 (thread_db_target::get_thread_local_address): Pass target down.
6502 (thread_db_target::resume, maintenance_check_libthread_db): Pass
6503 target down.
6504 * nto-procfs.c (nto_procfs_target::update_thread_list): Adjust.
6505 * procfs.c (procfs_target::procfs_init_inferior): Declare.
6506 (proc_set_current_signal, do_attach, procfs_target::wait): Adjust.
6507 (procfs_init_inferior): Rename to ...
6508 (procfs_target::procfs_init_inferior): ... this and adjust.
6509 (procfs_target::create_inferior, procfs_notice_thread)
6510 (procfs_do_thread_registers): Adjust.
6511 * ppc-fbsd-tdep.c: Include "inferior.h".
6512 (ppcfbsd_get_thread_local_address): Pass down target.
6513 * proc-service.c (ps_xfer_memory): Switch current inferior and
6514 program space as well.
6515 (get_ps_regcache): Pass target down.
6516 * process-stratum-target.c
6517 (process_stratum_target::thread_address_space)
6518 (process_stratum_target::thread_architecture): Pass target down.
6519 * process-stratum-target.h
6520 (process_stratum_target::threads_executing): New field.
6521 (as_process_stratum_target): New.
6522 * ravenscar-thread.c
6523 (ravenscar_thread_target::update_inferior_ptid): Pass target down.
6524 (ravenscar_thread_target::wait, ravenscar_add_thread): Pass target
6525 down.
6526 * record-btrace.c (record_btrace_target::info_record): Adjust.
6527 (record_btrace_target::record_method)
6528 (record_btrace_target::record_is_replaying)
6529 (record_btrace_target::fetch_registers)
6530 (get_thread_current_frame_id, record_btrace_target::resume)
6531 (record_btrace_target::wait, record_btrace_target::stop): Pass
6532 target down.
6533 * record-full.c (record_full_wait_1): Switch to event thread.
6534 Pass target down.
6535 * regcache.c (regcache::regcache)
6536 (get_thread_arch_aspace_regcache, get_thread_arch_regcache): Add
6537 process_stratum_target parameter and handle it.
6538 (current_thread_target): New global.
6539 (get_thread_regcache): Add process_stratum_target parameter and
6540 handle it. Switch inferior before calling target method.
6541 (get_thread_regcache): Pass target down.
6542 (get_thread_regcache_for_ptid): Pass target down.
6543 (registers_changed_ptid): Add process_stratum_target parameter and
6544 handle it.
6545 (registers_changed_thread, registers_changed): Pass target down.
6546 (test_get_thread_arch_aspace_regcache): New.
6547 (current_regcache_test): Define a couple local test_target_ops
6548 instances and use them for testing.
6549 (readwrite_regcache): Pass process_stratum_target parameter.
6550 (cooked_read_test, cooked_write_test): Pass mock_target down.
6551 * regcache.h (get_thread_regcache, get_thread_arch_regcache)
6552 (get_thread_arch_aspace_regcache): Add process_stratum_target
6553 parameter.
6554 (regcache::target): New method.
6555 (regcache::regcache, regcache::get_thread_arch_aspace_regcache)
6556 (regcache::registers_changed_ptid): Add process_stratum_target
6557 parameter.
6558 (regcache::m_target): New field.
6559 (registers_changed_ptid): Add process_stratum_target parameter.
6560 * remote.c (remote_state::supports_vCont_probed): New field.
6561 (remote_target::async_wait_fd): New method.
6562 (remote_unpush_and_throw): Add remote_target parameter.
6563 (get_current_remote_target): Adjust.
6564 (remote_target::remote_add_inferior): Push target.
6565 (remote_target::remote_add_thread)
6566 (remote_target::remote_notice_new_inferior)
6567 (get_remote_thread_info): Pass target down.
6568 (remote_target::update_thread_list): Skip threads of inferiors
6569 bound to other targets. (remote_target::close): Don't discard
6570 inferiors. (remote_target::add_current_inferior_and_thread)
6571 (remote_target::process_initial_stop_replies)
6572 (remote_target::start_remote)
6573 (remote_target::remote_serial_quit_handler): Pass down target.
6574 (remote_target::remote_unpush_target): New remote_target
6575 parameter. Unpush the target from all inferiors.
6576 (remote_target::remote_unpush_and_throw): New remote_target
6577 parameter. Pass it down.
6578 (remote_target::open_1): Check whether the current inferior has
6579 execution instead of checking whether any inferior is live. Pass
6580 target down.
6581 (remote_target::remote_detach_1): Pass down target. Use
6582 remote_unpush_target.
6583 (extended_remote_target::attach): Pass down target.
6584 (remote_target::remote_vcont_probe): Set supports_vCont_probed.
6585 (remote_target::append_resumption): Pass down target.
6586 (remote_target::append_pending_thread_resumptions)
6587 (remote_target::remote_resume_with_hc, remote_target::resume)
6588 (remote_target::commit_resume): Pass down target.
6589 (remote_target::remote_stop_ns): Check supports_vCont_probed.
6590 (remote_target::interrupt_query)
6591 (remote_target::remove_new_fork_children)
6592 (remote_target::check_pending_events_prevent_wildcard_vcont)
6593 (remote_target::remote_parse_stop_reply)
6594 (remote_target::process_stop_reply): Pass down target.
6595 (first_remote_resumed_thread): New remote_target parameter. Pass
6596 it down.
6597 (remote_target::wait_as): Pass down target.
6598 (unpush_and_perror): New remote_target parameter. Pass it down.
6599 (remote_target::readchar, remote_target::remote_serial_write)
6600 (remote_target::getpkt_or_notif_sane_1)
6601 (remote_target::kill_new_fork_children, remote_target::kill): Pass
6602 down target.
6603 (remote_target::mourn_inferior): Pass down target. Use
6604 remote_unpush_target.
6605 (remote_target::core_of_thread)
6606 (remote_target::remote_btrace_maybe_reopen): Pass down target.
6607 (remote_target::pid_to_exec_file)
6608 (remote_target::thread_handle_to_thread_info): Pass down target.
6609 (remote_target::async_wait_fd): New.
6610 * riscv-fbsd-tdep.c: Include "inferior.h".
6611 (riscv_fbsd_get_thread_local_address): Pass down target.
6612 * sol2-tdep.c (sol2_core_pid_to_str): Pass down target.
6613 * sol-thread.c (sol_thread_target::wait, ps_lgetregs, ps_lsetregs)
6614 (ps_lgetfpregs, ps_lsetfpregs, sol_update_thread_list_callback):
6615 Adjust.
6616 * solib-spu.c (spu_skip_standalone_loader): Pass down target.
6617 * solib-svr4.c (enable_break): Pass down target.
6618 * spu-multiarch.c (parse_spufs_run): Pass down target.
6619 * spu-tdep.c (spu2ppu_sniffer): Pass down target.
6620 * target-delegates.c: Regenerate.
6621 * target.c (g_target_stack): Delete.
6622 (current_top_target): Return the current inferior's top target.
6623 (target_has_execution_1): Refer to the passed-in inferior's top
6624 target.
6625 (target_supports_terminal_ours): Check whether the initial
6626 inferior was already created.
6627 (decref_target): New.
6628 (target_stack::push): Incref/decref the target.
6629 (push_target, push_target, unpush_target): Adjust.
6630 (target_stack::unpush): Defref target.
6631 (target_is_pushed): Return bool. Adjust to refer to the current
6632 inferior's target stack.
6633 (dispose_inferior): Delete, and inline parts ...
6634 (target_preopen): ... here. Only dispose of the current inferior.
6635 (target_detach): Hold strong target reference while detaching.
6636 Pass target down.
6637 (target_thread_name): Add assertion.
6638 (target_resume): Pass down target.
6639 (target_ops::beneath, find_target_at): Adjust to refer to the
6640 current inferior's target stack.
6641 (get_dummy_target): New.
6642 (target_pass_ctrlc): Pass the Ctrl-C to the first inferior that
6643 has a thread running.
6644 (initialize_targets): Rename to ...
6645 (_initialize_target): ... this.
6646 * target.h: Include "gdbsupport/refcounted-object.h".
6647 (struct target_ops): Inherit refcounted_object.
6648 (target_ops::shortname, target_ops::longname): Make const.
6649 (target_ops::async_wait_fd): New method.
6650 (decref_target): Declare.
6651 (struct target_ops_ref_policy): New.
6652 (target_ops_ref): New typedef.
6653 (get_dummy_target): Declare function.
6654 (target_is_pushed): Return bool.
6655 * thread-iter.c (all_matching_threads_iterator::m_inf_matches)
6656 (all_matching_threads_iterator::all_matching_threads_iterator):
6657 Handle filter target.
6658 * thread-iter.h (struct all_matching_threads_iterator, struct
6659 all_matching_threads_range, class all_non_exited_threads_range):
6660 Filter by target too. Remove explicit.
6661 * thread.c (threads_executing): Delete.
6662 (inferior_thread): Pass down current inferior.
6663 (clear_thread_inferior_resources): Pass down thread pointer
6664 instead of ptid_t.
6665 (add_thread_silent, add_thread_with_info, add_thread): Add
6666 process_stratum_target parameter. Use it for thread and inferior
6667 searches.
6668 (is_current_thread): New.
6669 (thread_info::deletable): Use it.
6670 (find_thread_ptid, thread_count, in_thread_list)
6671 (thread_change_ptid, set_resumed, set_running): New
6672 process_stratum_target parameter. Pass it down.
6673 (set_executing): New process_stratum_target parameter. Pass it
6674 down. Adjust reference to 'threads_executing'.
6675 (threads_are_executing): New process_stratum_target parameter.
6676 Adjust reference to 'threads_executing'.
6677 (set_stop_requested, finish_thread_state): New
6678 process_stratum_target parameter. Pass it down.
6679 (switch_to_thread): Also match inferior.
6680 (switch_to_thread): New process_stratum_target parameter. Pass it
6681 down.
6682 (update_threads_executing): Reimplement.
6683 * top.c (quit_force): Pop targets from all inferior.
6684 (gdb_init): Don't call initialize_targets.
6685 * windows-nat.c (windows_nat_target) <get_windows_debug_event>:
6686 Declare.
6687 (windows_add_thread, windows_delete_thread): Adjust.
6688 (get_windows_debug_event): Rename to ...
6689 (windows_nat_target::get_windows_debug_event): ... this. Adjust.
6690 * tracefile-tfile.c (tfile_target_open): Pass down target.
6691 * gdbsupport/common-gdbthread.h (struct process_stratum_target):
6692 Forward declare.
6693 (switch_to_thread): Add process_stratum_target parameter.
6694 * mi/mi-interp.c (mi_on_resume_1): Add process_stratum_target
6695 parameter. Use it.
6696 (mi_on_resume): Pass target down.
6697 * nat/fork-inferior.c (startup_inferior): Add
6698 process_stratum_target parameter. Pass it down.
6699 * nat/fork-inferior.h (startup_inferior): Add
6700 process_stratum_target parameter.
6701 * python/py-threadevent.c (py_get_event_thread): Pass target down.
6702
75c6c844
PA
67032020-01-10 Pedro Alves <palves@redhat.com>
6704
6705 * remote.c (remote_target::start_remote): Don't set inferior_ptid
6706 directly. Instead find the first thread in the thread list and
6707 use switch_to_thread.
6708
78f2c40a
PA
67092020-01-10 Pedro Alves <palves@redhat.com>
6710
6711 * remote.c (remote_target::remote_add_inferior): Don't bind a
6712 process to the current inferior if the current inferior is already
6713 bound to a process.
6714
e7af6c70
TBA
67152020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6716 Pedro Alves <palves@redhat.com>
6717
6718 * remote.c (remote_target::remote_parse_stop_reply) <W/X packets>:
6719 If no process is specified, return null_ptid instead of
6720 inferior_ptid.
6721 (remote_target::wait_as): Handle TARGET_WAITKIND_EXITED /
6722 TARGET_WAITKIND_SIGNALLED with no pid.
6723
31ba933e
PA
67242020-01-10 Pedro Alves <palves@redhat.com>
6725
6726 * remote.c (first_remote_resumed_thread): New.
6727 (remote_target::wait_as): Use it as default event_ptid instead of
6728 inferior_ptid.
6729
735fc2ca
PA
67302020-01-10 Pedro Alves <palves@redhat.com>
6731
6732 * infrun.c (handle_no_resumed): Use all_non_exited_inferiors.
6733
c17e02e1
PA
67342020-01-10 Pedro Alves <palves@redhat.com>
6735
6736 * tracefile-tfile.c (tfile_target::close): Assert that trace_fd is
6737 not -1.
6738
ab1ddbcf
PA
67392020-01-10 Pedro Alves <palves@redhat.com>
6740
6741 * break-catch-sig.c (signal_catchpoint_print_it): Don't pass a
6742 ptid to get_last_target_status.
6743 * break-catch-syscall.c (print_it_catch_syscall): Don't pass a
6744 ptid to get_last_target_status.
6745 * infcmd.c (continue_command): Don't pass a target_waitstatus to
6746 get_last_target_status.
6747 (info_program_command): Don't pass a target_waitstatus to
6748 get_last_target_status.
6749 * infrun.c (init_wait_for_inferior): Use
6750 nullify_last_target_wait_ptid.
6751 (get_last_target_status): Handle nullptr arguments.
6752 (nullify_last_target_wait_ptid): Clear target_last_waitstatus.
6753 (print_stop_event): Don't pass a ptid to get_last_target_status.
6754 (normal_stop): Don't pass a ptid to get_last_target_status.
6755 * infrun.h (get_last_target_status, set_last_target_status): Move
6756 comments here and update.
6757 (nullify_last_target_wait_ptid): Declare.
6758 * linux-fork.c (fork_load_infrun_state): Remove local extern
6759 declaration of nullify_last_target_wait_ptid.
6760 * linux-nat.c (get_detach_signal): Don't pass a target_waitstatus
6761 to get_last_target_status.
6762
f3f8ece4
PA
67632020-01-10 Pedro Alves <palves@redhat.com>
6764
6765 * gdbthread.h (scoped_restore_current_thread)
6766 <dont_restore, restore, m_dont_restore>: Declare.
6767 * thread.c (thread_alive): Add assertion. Return bool.
6768 (switch_to_thread_if_alive): New.
6769 (prune_threads): Switch inferior/thread.
6770 (print_thread_info_1): Switch thread before calling target methods.
6771 (scoped_restore_current_thread::restore): New, factored out from
6772 ...
6773 (scoped_restore_current_thread::~scoped_restore_current_thread):
6774 ... this.
6775 (scoped_restore_current_thread::scoped_restore_current_thread):
6776 Add assertion.
6777 (thread_apply_all_command, thread_select): Use
6778 switch_to_thread_if_alive.
6779 * infrun.c (proceed, restart_threads, handle_signal_stop)
6780 (switch_back_to_stepped_thread): Switch current thread before
6781 calling target methods.
6782
db2d40f7
PA
67832020-01-10 Pedro Alves <palves@redhat.com>
6784
6785 * inferior.c (switch_to_inferior_no_thread): New function,
6786 factored out from ...
6787 (inferior_command): ... here.
6788 * inferior.h (switch_to_inferior_no_thread): Declare.
6789 * mi/mi-main.c (run_one_inferior): Use
6790 switch_to_inferior_no_thread.
6791
bd420a2d
PA
67922020-01-10 Pedro Alves <palves@redhat.com>
6793
6794 * infcmd.c (kill_command): Remove dead code.
6795
ddf5db90
PA
67962020-01-10 Pedro Alves <palves@redhat.com>
6797
6798 * remote.c (remote_target::mourn_inferior): No longer check
6799 whether the target is running.
6800
5018ce90
PA
68012020-01-10 Pedro Alves <palves@redhat.com>
6802
6803 * corelow.c (core_target::has_execution): Change parameter type to
6804 inferior pointer.
6805 * inferior.c (number_of_live_inferiors): Use
6806 inferior::has_execution instead of target_has_execution_1.
6807 * inferior.h (inferior::has_execution): New.
6808 * linux-thread-db.c (thread_db_target::update_thread_list): Use
6809 inferior::has_execution instead of target_has_execution_1.
6810 * process-stratum-target.c
6811 (process_stratum_target::has_execution): Change parameter type to
6812 inferior pointer. Check the inferior's PID instead of
6813 inferior_ptid.
6814 * process-stratum-target.h
6815 (process_stratum_target::has_execution): Change parameter type to
6816 inferior pointer.
6817 * record-full.c (record_full_core_target::has_execution): Change
6818 parameter type to inferior pointer.
6819 * target.c (target_has_execution_1): Change parameter type to
6820 inferior pointer.
6821 (target_has_execution_current): Adjust.
6822 * target.h (target_ops::has_execution): Change parameter type to
6823 inferior pointer.
6824 (target_has_execution_1): Change parameter type to inferior
6825 pointer. Change return type to bool.
6826 * tracefile.h (tracefile_target::has_execution): Change parameter
6827 type to inferior pointer.
6828
74375d18
PA
68292020-01-10 Pedro Alves <palves@redhat.com>
6830
6831 * exceptions.c (print_flush): Remove current_top_target() check.
6832
acdf84a6
PA
68332020-01-10 Pedro Alves <palves@redhat.com>
6834
6835 * remote.c (show_remote_exec_file): Show the current inferior's
6836 exec-file instead of the command variable's value.
6837
ec506636
PA
68382020-01-10 Pedro Alves <palves@redhat.com>
6839
6840 * record-full.c (record_full_resume_ptid): New global.
6841 (record_full_target::resume): Set it.
6842 (record_full_wait_1): Use record_full_resume_ptid instead of
6843 inferior_ptid.
6844
873657b9
PA
68452020-01-10 Pedro Alves <palves@redhat.com>
6846
6847 * gdbthread.h (scoped_restore_current_thread)
6848 <dont_restore, restore, m_dont_restore>: Declare.
6849 * thread.c (thread_alive): Add assertion. Return bool.
6850 (switch_to_thread_if_alive): New.
6851 (prune_threads): Switch inferior/thread.
6852 (print_thread_info_1): Switch thread before calling target methods.
6853 (scoped_restore_current_thread::restore): New, factored out from
6854 ...
6855 (scoped_restore_current_thread::~scoped_restore_current_thread):
6856 ... this.
6857 (scoped_restore_current_thread::scoped_restore_current_thread):
6858 Add assertion.
6859 (thread_apply_all_command, thread_select): Use
6860 switch_to_thread_if_alive.
6861
7f0ae84c
GB
68622020-01-10 George Barrett <bob@bob131.so>
6863
6864 * stap-probe.c (stap_modify_semaphore): Don't check for null
6865 semaphores.
6866 (stap_probe::set_semaphore, stap_probe::clear_semaphore): Check
6867 for null semaphores.
6868
f5a7c406
AB
68692020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6870
6871 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Update
6872 all source windows, and maintain horizontal scroll status while
6873 doing so.
6874
9ae6bf64
TT
68752020-01-09 Tom Tromey <tom@tromey.com>
6876
6877 PR tui/18932:
6878 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Call
6879 update_source_window, not print_source_lines.
6880
b2efe70c
AB
68812020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6882
6883 * tui/tui.c (tui_enable): Register tui hooks after calling
6884 tui_display_main.
6885
5f23a082
CB
68862020-01-09 Christian Biesinger <cbiesinger@google.com>
6887
6888 * gdbsupport/common-defs.h: Don't define _FORTIFY_SOURCE on MinGW.
6889
3061113b
SM
68902020-01-08 Simon Marchi <simon.marchi@efficios.com>
6891
6892 * thread.c (print_thread_info_1): Fix indentation.
6893
57d75002
CB
68942020-01-09 Christian Biesinger <cbiesinger@google.com>
6895
6896 * symtab.c (general_symbol_info::compute_and_set_names): Move the
6897 unique_xmalloc_ptr outside the if to always free the demangled name.
6898
6a053cb1
TT
68992020-01-08 Tom Tromey <tromey@adacore.com>
6900
6901 * xcoffread.c (enter_line_range, read_xcoff_symtab)
6902 (process_xcoff_symbol, xcoff_symfile_offsets): Update.
6903 * symtab.h (MSYMBOL_VALUE_ADDRESS): Update.
6904 (struct section_offsets, ANOFFSET, SIZEOF_N_SECTION_OFFSETS):
6905 Remove.
6906 (section_offsets): New typedef.
6907 * symtab.c (fixup_section, get_msymbol_address): Update.
6908 * symmisc.c (dump_msymbols): Update.
6909 * symfile.h (relative_addr_info_to_section_offsets)
6910 (symfile_map_offsets_to_segments): Update.
6911 * symfile.c (build_section_addr_info_from_objfile)
6912 (init_objfile_sect_indices): Update.
6913 (struct place_section_arg): Change type of "offsets".
6914 (place_section): Update.
6915 (relative_addr_info_to_section_offsets): Change type of
6916 "section_offsets". Remove "num_sections" parameter.
6917 (default_symfile_offsets, syms_from_objfile_1)
6918 (set_objfile_default_section_offset): Update.
6919 (reread_symbols): No need to preserve section offsets by hand.
6920 (symfile_map_offsets_to_segments): Change type of "offsets".
6921 * stap-probe.c (relocate_address): Update.
6922 * stabsread.h (process_one_symbol): Update.
6923 * solib-target.c (struct lm_info_target) <offsets>: Change type.
6924 (solib_target_relocate_section_addresses): Update.
6925 * solib-svr4.c (enable_break, svr4_relocate_main_executable):
6926 Update.
6927 * solib-frv.c (frv_relocate_main_executable): Update.
6928 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
6929 * solib-aix.c (solib_aix_get_section_offsets): Change return
6930 type.
6931 (solib_aix_solib_create_inferior_hook): Update.
6932 * remote.c (remote_target::get_offsets): Update.
6933 * psymtab.c (find_pc_sect_psymtab): Update.
6934 * psympriv.h (struct partial_symbol) <address, text_low,
6935 text_high>: Update.
6936 * objfiles.h (obj_section_offset): Update.
6937 (struct objfile) <section_offsets>: Change type.
6938 <num_sections>: Remove.
6939 (objfile_relocate): Update.
6940 * objfiles.c (entry_point_address_query): Update
6941 (relocate_one_symbol): Change type of "section_offsets".
6942 (objfile_relocate1, objfile_relocate1): Change type of
6943 "new_offsets".
6944 (objfile_rebase1): Update.
6945 * mipsread.c (mipscoff_symfile_read): Update.
6946 (read_alphacoff_dynamic_symtab): Remove "section_offsets"
6947 parameter.
6948 * mdebugread.c (parse_symbol): Change type of "section_offsets".
6949 (parse_external, psymtab_to_symtab_1): Update.
6950 * machoread.c (macho_symfile_offsets): Update.
6951 * ia64-tdep.c (ia64_find_unwind_table): Update.
6952 * hppa-tdep.c (read_unwind_info): Update.
6953 * hppa-bsd-tdep.c (hppabsd_find_global_pointer): Update.
6954 * dwarf2read.c (create_addrmap_from_index)
6955 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
6956 (process_psymtab_comp_unit_reader, add_partial_symbol)
6957 (add_partial_subprogram, process_full_comp_unit)
6958 (read_file_scope, read_func_scope, read_lexical_block_scope)
6959 (read_call_site_scope, dwarf2_rnglists_process)
6960 (dwarf2_ranges_process, dwarf2_ranges_read)
6961 (dwarf_decode_lines_1, var_decode_location, new_symbol)
6962 (dwarf2_fetch_die_loc_sect_off, dwarf2_per_cu_text_offset):
6963 Update.
6964 * dwarf2-frame.c (execute_cfa_program, dwarf2_frame_find_fde):
6965 Update.
6966 * dtrace-probe.c (dtrace_probe::get_relocated_address): Update.
6967 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Update.
6968 (process_one_symbol): Change type of "section_offsets".
6969 * ctfread.c (get_objfile_text_range): Update.
6970 * coffread.c (coff_symtab_read, enter_linenos)
6971 (process_coff_symbol): Update.
6972 * coff-pe-read.c (add_pe_forwarded_sym): Update.
6973 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Update.
6974
456e800a
TT
69752020-01-08 Tom Tromey <tromey@adacore.com>
6976
6977 * dwarf2read.c (parse_macro_definition): Use std::string.
6978 (parse_macro_definition): Likewise.
6979
6dfa2fc2
TT
69802020-01-08 Tom Tromey <tromey@adacore.com>
6981
6982 * dwarf2read.c (abbrev_table_read_table): Use std::vector.
6983 (ATTR_ALLOC_CHUNK): Remove.
6984
421d1616
TT
69852020-01-08 Tom Tromey <tromey@adacore.com>
6986
6987 * dwarf2read.c (fixup_go_packaging): Use unique_xmalloc_ptr.
6988
43816ebc
TT
69892020-01-08 Tom Tromey <tromey@adacore.com>
6990
6991 * dwarf2read.c (add_partial_symbol): Use unique_xmalloc_ptr.
6992 (dwarf2_compute_name, open_dwo_file): Likewise.
6993 (process_enumeration_scope): Use std::vector.
6994 (guess_partial_die_structure_name): Use unique_xmalloc_ptr.
6995 (partial_die_info::fixup, dwarf2_start_subfile)
6996 (guess_full_die_structure_name, dwarf2_name): Likewise.
6997 (determine_prefix): Update.
6998 (guess_full_die_structure_name): Make return type const.
6999 (partial_die_full_name): Return unique_xmalloc_ptr.
7000 (DW_FIELD_ALLOC_CHUNK): Remove.
7001
4212d509
TT
70022020-01-07 Tom Tromey <tromey@adacore.com>
7003
7004 PR build/24937:
7005 * stap-probe.c (class stap_static_probe_ops): Add constructor.
7006
06a6207a
JT
70072020-01-02 Jon Turney <jon.turney@dronecode.org.uk>
7008
7009 * cli/cli-style.c: Set cli_styling to 'true' in the Cygwin build.
7010
153d79c4
AB
70112020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
7012
7013 * stack.c (print_frame_info): Move disassemble_next_line code
7014 inside source_print block.
7015
66182876
EZ
70162020-01-06 Eli Zaretskii <eliz@gnu.org>
7017
7018 * gdbsupport/gdb_wait.c: Include <signal.h> instead of
7019 gdb/signals.h, as we are now using native signal symbols.
7020
cbfa8581
SV
70212020-01-06 Shahab Vahedi <shahab@synopsys.com>
7022
7023 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): Avoid
7024 overflow by an early check of content vs threshold.
aac66a4c 7025 * tui/tui-source.c (tui_source_window::line_is_displayed):
cbfa8581
SV
7026 Likewise.
7027
3f602821
EZ
70282020-01-06 Eli Zaretskii <eliz@gnu.org>
7029
7030 * NEWS: Mention the recent fix of $_exitsignal on MS-Windows.
7031
a08c904d
JT
70322020-01-02 Jon Turney <jon.turney@dronecode.org.uk>
7033
7034 * coff-pe-read.c (read_pe_exported_syms): Don't try to read the
7035 export table if no section contains it's RVA.
7036
89a65580
EZ
70372020-01-06 Eli Zaretskii <eliz@gnu.org>
7038
7039 * windows-tdep.c: Fix a typo in WINDOWS_SIGABRT.
7040
8b7fcda2
HD
70412020-01-06 Hannes Domani <ssbssa@yahoo.de>
7042
7043 * source.c (print_source_lines_base): Set last_line_listed.
7044
a61b4f69
SV
70452020-01-06 Shahab Vahedi <shahab@synopsys.com>
7046
7047 * tui/tui-disasm.c: Remove trailing spaces.
7048
559e7e50
EZ
70492020-01-06 Eli Zaretskii <eliz@gnu.org>
7050 Pedro Alves <palves@redhat.com>
7051
7052 * Makefile.in (COMMON_SFILES): Add gdbsupport/gdb_wait.c.
7053 * windows-tdep.c: New enumeration of WINDOWS_SIG* signals.
7054 (windows_gdb_signal_to_target): New function, uses the above
7055 enumeration to convert GDB internal signal codes to equivalent
7056 Windows codes.
7057 (windows_init_abi): Call set_gdbarch_gdb_signal_to_target.
7058 * windows-nat.c: Include "gdb_wait.h".
7059 (get_windows_debug_event): Extract the fatal exception from the
7060 exit status and convert to the equivalent Posix signal number.
7061 * cli/cli-cmds.c (exit_status_set_internal_vars): Account for the
7062 possibility that WTERMSIG returns GDB_SIGNAL_UNKNOWN.
7063 * gdbsupport/gdb_wait.c: New file, implements
7064 windows_status_to_termsig.
7065 * gdbsupport/gdb_wait.h (WIFEXITED, WIFSIGNALED, WEXITSTATUS)
7066 (WTERMSIG) [__MINGW32__]: Separate definitions for MinGW.
7067
f2302a34
AB
70682020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
7069
7070 * tui/tui-layout.c (tui_add_win_to_layout): Use tui_set_layout not
7071 show_layout.
7072
6a5206eb
LM
70732020-01-05 Luis Machado <luis.machado@linaro.org>
7074
7075 * aarch64-linux-nat.c
7076 (aarch64_linux_nat_target::thread_architecture): Use bfd_arch_aarch64
7077 and bfd_mach_aarch64.
7078
6ec1d75e
PW
70792020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7080
7081 * ui-file.c (stdio_file::can_emit_style_escape)
7082 (tee_file::can_emit_style_escape): Ensure style is used also on
7083 gdb_stderr when gdb_stderr is a tty supporting styling, similarly
7084 to gdb_stdout.
7085 * main.c (set_gdb_data_directory): Use file style to output the
7086 warning that the given pathname is not a directory.
7087 * top.c (show_history_filename, gdb_safe_append_history)
7088 (show_gdb_datadir): Use file style.
7089
44f81a76
HD
70902020-01-03 Hannes Domani <ssbssa@yahoo.de>
7091
7092 * solib-target.c (struct lm_info_target):
7093 Change offsets to be a unique_xmalloc_ptr.
7094 (solib_target_relocate_section_addresses): Update.
7095
25057eb0
HD
70962020-01-03 Hannes Domani <ssbssa@yahoo.de>
7097
7098 * windows-nat.c (windows_clear_solib): Free so_list linked list.
7099
6e2118f5
BE
71002020-01-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
7101
7102 * MAINTAINERS (Write After Approval): Add myself.
7103
8133c7dc
LM
71042020-01-02 Luis Machado <luis.machado@linaro.org>
7105
7106 * proc-service.c (get_ps_regcache): Remove reference to obsolete
7107 Cell BE architecture.
7108 * target.h (struct target_ops) <thread_architecture>: Likewise.
7109
48189bec
HD
71102020-01-01 Hannes Domani <ssbssa@yahoo.de>
7111
7112 * Makefile.in: Use INSTALL_PROGRAM_ENV.
7113
ead1063b
HD
71142020-01-01 Hannes Domani <ssbssa@yahoo.de>
7115
7116 * MAINTAINERS (Write After Approval): Add myself.
7117
e5d78223
JB
71182020-01-01 Joel Brobecker <brobecker@adacore.com>
7119
7120 * gdbarch.sh: Update copyright year range of generated files.
7121
b811d2c2
JB
71222020-01-01 Joel Brobecker <brobecker@adacore.com>
7123
7124 Update copyright year range in all GDB files.
7125
5f4def5c
JB
71262020-01-01 Joel Brobecker <brobecker@adacore.com>
7127
7128 * copyright.py: Convert to Python 3.
7129
51fd4002
JB
71302020-01-01 Joel Brobecker <brobecker@adacore.com>
7131
7132 * copyright.py: Adapt after move of gnulib directory from gdb
7133 directory to toplevel directory.
7134
5fb651f2
JB
71352020-01-01 Joel Brobecker <brobecker@adacore.com>
7136
7137 * copyright.py (main): Exit if run from the wrong directory.
7138
5dd8bf88
JB
71392020-01-01 Joel Brobecker <brobecker@adacore.com>
7140
7141 * top.c (print_gdb_version): Change copyright year to 2020.
7142
9f71dacb 71432020-01-01 Joel Brobecker <brobecker@adacore.com>
3d34df0a 7144
9f71dacb 7145 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2019.
3d34df0a 7146
9f71dacb 7147For older changes see ChangeLog-2019.
c906108c
SS
7148\f
7149Local Variables:
7150mode: change-log
7151left-margin: 8
7152fill-column: 74
7153version-control: never
57da7796 7154coding: utf-8
c906108c 7155End: