]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
gdb: use std::vector to store segments in symfile_segment_data
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
68b888ff
SM
12020-05-19 Simon Marchi <simon.marchi@efficios.com>
2
3 * symfile.h (struct symfile_segment_data) <struct segment>: New.
4 <segments>: New.
5 <segment_bases, segment_sizes>: Remove.
6 * symfile.c (default_symfile_segments): Update.
7 * elfread.c (elf_symfile_segments): Update.
8 * remote.c (remote_target::get_offsets): Update.
9 * solib-target.c (solib_target_relocate_section_addresses):
10 Update.
11
62982abd
SM
122020-05-19 Simon Marchi <simon.marchi@efficios.com>
13
14 * symfile.h (struct symfile_segment_data): Initialize fields.
15 <~symfile_segment_data>: Add.
16 (symfile_segment_data_up): New.
17 (struct sym_fns) <sym_segments>: Return a
18 symfile_segment_data_up.
19 (default_symfile_segments): Return a symfile_segment_data_up.
20 (free_symfile_segment_data): Remove.
21 (get_symfile_segment_data): Return a symfile_segment_data_up.
22 * symfile.c (default_symfile_segments): Likewise.
23 (get_symfile_segment_data): Likewise.
24 (free_symfile_segment_data): Remove.
25 (symfile_find_segment_sections): Update.
26 * elfread.c (elf_symfile_segments): Return a
27 symfile_segment_data_up.
28 * remote.c (remote_target::get_offsets): Update.
29 * solib-target.c (solib_target_relocate_section_addresses):
30 Update.
31 * symfile-debug.c (debug_sym_segments): Return a
32 symfile_segment_data_up.
33
7f204339
RO
342020-05-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
35
e52a0f1b
RO
36 PR build/25981
37 * i386-sol2-nat.c [PR_MODEL_NATIVE != PR_MODEL_LP64] (regmap):
38 Hardcode register numbers.
39
7f204339
RO
40 PR build/25981
41 * procfs.c [(__i386__ || __x86_64__) && sun] (proc_get_LDT_entry,
42 procfs_find_LDT_entry): Remove.
43 * procfs.h [(__i386__ || __x86_64__) && sun] (struct ssd,
44 procfs_find_LDT_entry): Remove.
45 * sol-thread.c [(__i386__ || __x86_64__) && sun] (ps_lgetLDT):
46 Remove.
47
7f32a4d5
PA
482020-05-17 Pedro Alves <palves@redhat.com>
49 Andrew Burgess <andrew.burgess@embecosm.com>
50 Keno Fischer <keno@juliacomputing.com>
51
52 PR gdb/25741
53 * breakpoint.c (build_target_condition_list): Update comments.
54 (build_target_command_list): Update comments and skip matching
55 locations.
56 (insert_bp_location): Move "set breakpoint auto-hw on" handling to
57 a separate function. Simplify "set breakpoint auto-hw off"
58 handling.
59 (insert_breakpoints): Update comment.
60 (tracepoint_locations_match): New parameter. For breakpoints,
61 compare location types too, if the caller wants to.
62 (handle_automatic_hardware_breakpoints): New functions.
63 (bp_location_is_less_than): Also sort by location type and
64 hardware breakpoint length.
65 (update_global_location_list): Handle "set breakpoint auto-hw on"
66 here.
67 (update_breakpoint_locations): Ask breakpoint_locations_match to
68 ignore location types.
69
7d93a1e0
SM
702020-05-16 Simon Marchi <simon.marchi@efficios.com>
71
72 * gdbtypes.h (TYPE_NAME): Remove. Change all cal sites to use
73 type::name instead.
74
d0e39ea2
SM
752020-05-16 Simon Marchi <simon.marchi@efficios.com>
76
77 * gdbtypes.h (struct type) <name, set_name>: New methods.
78 (TYPE_CODE): Use type::name. Change all call sites used to set
79 the name to use type::set_name instead.
80
2dab0c7b
TT
812020-05-16 Tom Tromey <tom@tromey.com>
82
83 * top.c (quit_force): Update.
84 * infrun.c (handle_no_resumed): Update.
85 * top.h (all_uis): New function.
86 (ALL_UIS): Remove.
87
59f7bd8d
SM
882020-05-16 Simon Marchi <simon.marchi@efficios.com>
89
90 * mips-linux-tdep.c (mips_linux_in_dynsym_stub): Fix condition.
91
9bf058f0
PA
922020-05-16 Pedro Alves <palves@redhat.com>
93
94 * ia64-linux-nat.c
95 (ia64_linux_nat_target) <enable_watchpoints_in_psr(ptid_t)>:
96 Declare method.
97 (enable_watchpoints_in_psr): Now a method of ia64_linux_nat_target.
98
8f86ae1a
SM
992020-05-15 Simon Marchi <simon.marchi@efficios.com>
100
101 * sparc64-tdep.c (adi_stat_t): Remove typedef (leaving struct).
102 (sparc64_adi_info): Likewise.
103
d6bc0792
TT
1042020-05-15 Tom Tromey <tom@tromey.com>
105
106 * symtab.c (lookup_language_this, lookup_symbol_aux): Use
107 block_objfile.
108 (lookup_objfile_from_block): Remove.
109 (lookup_symbol_in_block, lookup_symbol_in_static_block)
110 (lookup_global_symbol): Use block_objfile.
111 * symtab.h (lookup_objfile_from_block): Don't declare.
112 * printcmd.c (clear_dangling_display_expressions): Use
113 block_objfile.
114 * parse.c (operator_check_standard): Use block_objfile.
115
8c14c3a3
TT
1162020-05-15 Tom Tromey <tom@tromey.com>
117
118 * language.c (language_alloc_type_symbol): Set
119 SYMBOL_SECTION.
120 * symtab.c (initialize_objfile_symbol): Remove.
121 (allocate_symbol): Remove.
122 (allocate_template_symbol): Remove.
123 * dwarf2/read.c (fixup_go_packaging): Use "new".
124 (new_symbol): Use "new".
125 (read_variable): Don't call initialize_objfile_symbol. Use
126 "new".
127 (read_func_scope): Use "new".
128 * xcoffread.c (process_xcoff_symbol): Don't call
129 initialize_objfile_symbol.
130 (SYMBOL_DUP): Remove.
131 * coffread.c (process_coff_symbol, coff_read_enum_type): Use
132 "new".
133 * symtab.h (allocate_symbol, initialize_objfile_symbol)
134 (allocate_template_symbol): Don't declare.
135 (struct symbol): Add copy constructor. Change defaults.
136 * jit.c (finalize_symtab): Use "new".
137 * ctfread.c (ctf_add_enum_member_cb, new_symbol, ctf_add_var_cb):
138 Use "new".
139 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
140 (common_block_end): Use "new".
141 * mdebugread.c (parse_symbol): Use "new".
142 (new_symbol): Likewise.
143
5b4a1a8d
PW
1442020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
145
146 * NEWS: Mention changes to help and apropos.
147
57b4f16e
PW
1482020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
149
150 * command.h (enum command_class): Improve comments, document
151 that class_alias is for user-defined aliases, give the class
152 name for each class, remove unused class_xdb.
153 * cli/cli-decode.c (add_com_alias): Document THECLASS intended usage.
154 * breakpoint.c (_initialize_breakpoint): Replace class_alias
155 by a precise class.
156 * infcmd.c (_initialize_infcmd): Likewise.
157 * reverse.c (_initialize_reverse): Likewise.
158 * stack.c (_initialize_stack): Likewise.
159 * symfile.c (_initialize_symfile): Likewise.
160 * tracepoint.c (_initialize_tracepoint): Likewise.
161
7c05caf7
PW
1622020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
163
164 * cli/cli-decode.c (apropos_cmd): Produce output for aliases
165 when their aliased command is traversed.
166 (help_cmd): Add fput_command_names_styled call to
167 output command name and aliases when command has an alias.
168
3b3aaacb
PW
1692020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
170
171 * cli/cli-decode.h (help_cmd_list): Remove declaration.
172 * cli/cli-decode.c (help_cmd_list): Declare as static,
173 remove prefix argument, use bool for recurse arg, rework to show the aliases of
174 a command together with the command.
175 (fput_command_name_styled, fput_command_names_styled): New functions.
176 (print_help_for_command): Remove prefix arg, use bool for recurse arg, use
177 fput_command_name_styled.
178 (help_list, help_all): Update callers to remove prefix arg and use bool recurse.
179 * cli/cli-cmds.c (_initialize_cli_cmds): Update alias_command doc.
180
7aa1b46f
PW
1812020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
182
183 * cli/cli-setshow.h (cmd_show_list): Remove prefix argument.
184 * cli/cli-decode.c (do_show_prefix_cmd): Likewise.
185 * command.h (cmd_show_list): Likewise.
186 * dwarf2/index-cache.c (show_index_cache_command): Likewise.
187 * cli/cli-setshow.c (cmd_show_list): Use the prefix to produce the output. Skip aliases.
188
89bcba74
PW
1892020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
190
191 * unittests/command-def-selftests.c (traverse_command_structure):
192 Verify all commands of a list have the same prefix command and
193 that only the top cmdlist commands have a null prefix.
194
3f4d92eb
PW
1952020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
196
197 * cli/cli-decode.c (lookup_cmd_for_prefix): Return the aliased command
198 as prefix, not one of its aliases.
199 (set_cmd_prefix): Remove.
200 (do_add_cmd): Centralize the setting of the prefix of a command, when
201 command is defined after its full chain of prefix commands.
202 (add_alias_cmd): Remove call to set_cmd_prefix, as do_add_cmd does it.
203 (add_setshow_cmd_full): Likewise.
204 (update_prefix_field_of_prefixed_commands): New function.
205 (add_prefix_cmd): Replace non working call to set_cmd_prefix by
206 update_prefix_field_of_prefixed_commands.
207 * gdb/remote-fileio.c (initialize_remote_fileio): Use the real
208 addresses of remote_set_cmdlist and remote_show_cmdlist given
209 as argument, not the address of an argument.
210 * gdb/remote-fileio.h (initialize_remote_fileio): Likewise.
211 * gdb/remote.c (_initialize_remote): Likewise.
212
0605465f
PW
2132020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
214
215 * cli/cli-cmds.c (alias_command): Check for an existing alias
216 using lookup_cmd_composition, as valid_command_p is too strict
217 and forbids aliases that are the prefix of an existing alias
218 or command.
219 * cli/cli-decode.c (lookup_cmd_composition): Ensure a prefix
220 command is properly recognised as a valid command.
221
58e6ac70
PW
2222020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
223
224 * unittests/help-doc-selftests.c: Rename to
225 unittests/command-def-selftests.c
226 * unittests/command-def-selftests.c (help_doc_tests): Update some
227 comments.
228 (command_structure_tests, traverse_command_structure): New namespace
229 and function.
230 (command_structure_invariants_tests): New function.
231 (_initialize_command_def_selftests) Renamed from
232 _initialize_help_doc_selftests, register command_structure_invariants
233 selftest.
234
a7b9ceb8
PW
2352020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
236
237 * cli/cli-cmds.c (_initialize_cli_cmds): Define 'info set' as
238 an alias of 'show'.
239
b2188a06
JB
2402020-05-15 Joel Brobecker <brobecker@adacore.com>
241
242 * ada-lang.h: (ada_is_gnat_encoded_fixed_point_type): Renames
243 ada_is_fixed_point_type. Update all callers.
244 (gnat_encoded_fixed_point_delta): Renames ada_delta. Update
245 all callers.
246 * ada-lang.c (gnat_encoded_fixed_type_info): Renames fixed_type_info.
247 Update all callers.
248 * ada-typeprint.c (print_gnat_encoded_fixed_point_type): Renames
249 print_fixed_point_type. Update all callers.
250 * ada-valprint.c (ada_value_print_num): Replace call to
251 ada_is_fixed_point_type by ada_is_gnat_encoded_fixed_point_type.
252
a51951c2
KB
2532020-05-14 Kevin Buettner <kevinb@redhat.com>
254
255 * nat/linux-btrace.c (btrace_this_cpu): Add check for AMD
256 processors.
257 (cpu_supports_bts): Add CV_AMD case.
258
29d6859f
LM
2592020-05-14 Laurent Morichetti <Laurent.Morichetti@amd.com>
260 Simon Marchi <simon.marchi@efficios.com>
261
262 * infrun.c (stop_all_threads): Collect multiple wait events at
263 each pass.
264
78134374
SM
2652020-05-14 Simon Marchi <simon.marchi@efficios.com>
266
267 * gdbtypes.h (TYPE_CODE): Remove. Change all call sites to use
268 type::code instead.
269
67607e24
SM
2702020-05-14 Simon Marchi <simon.marchi@efficios.com>
271
272 * gdbtypes.h (struct type) <code, set_code>: New methods.
273 (TYPE_CODE): Use type::code. Change all call sites used to set
274 the code to use type::set_code instead.
275
a05575d3
TBA
2762020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
277 Tom de Vries <tdevries@suse.de>
278 Pedro Alves <palves@redhat.com>
279
280 PR threads/25478
281 * infrun.c (stop_all_threads): Do NOT ignore
282 TARGET_WAITKIND_NO_RESUMED, TARGET_WAITKIND_THREAD_EXITED,
283 TARGET_WAITKIND_EXITED, TARGET_WAITKIND_SIGNALLED wait statuses
284 received.
285 (handle_no_resumed): Remove code handling a live inferior with no
286 threads.
287 * remote.c (has_single_non_exited_thread): New.
288 (remote_target::update_thread_list): Do not delete a thread if is
289 the last thread of the process.
290 * thread.c (thread_select): Call delete_exited_threads instead of
291 prune_threads.
292
6ad82919
TBA
2932020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
294
295 * infrun.c (stop_all_threads): Enable/disable thread events of all
296 targets. Move a debug message denoting the end of the function
297 into the SCOPED_EXIT block.
298
d890404b
TBA
2992020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
300
301 * process-stratum-target.h: Include <set>.
302 (all_non_exited_process_targets, switch_to_target_no_thread): New
303 function declarations.
304 * process-stratum-target.c (all_non_exited_process_targets)
305 (switch_to_target_no_thread): New function implementations.
306
293b3ebc
TBA
3072020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
308
309 * infrun.c (handle_inferior_event): Extract out a piece of code
310 into...
311 (mark_non_executing_threads): ...this new function.
312
7ca9b62a
TBA
3132020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
314
315 * infrun.c (resume_1): Move a 'regcache_read_pc' call down to first
316 use.
317
fc75c28b
TBA
3182020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
319
320 * regcache.c (regcache_read_pc_protected): New function
321 implementation that returns 0 if the PC cannot read via
322 'regcache_read_pc'.
323 * infrun.c (proceed): Call 'regcache_read_pc_protected'
324 instead of 'regcache_read_pc'.
325 (keep_going_pass_signal): Ditto.
326
a89febbd
TT
3272020-05-13 Tom Tromey <tromey@adacore.com>
328
329 * ada-lang.c (align_value): Remove.
330 (ada_template_to_fixed_record_type_1): Use align_up.
331
f7e23710
TBA
3322020-05-13 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
333
334 * async-event.c: Update the copyright year.
335 * async-event.h: Update the copyright year.
336
02ff80c2
SM
3372020-05-12 Simon Marchi <simon.marchi@efficios.com>
338
339 * objfiles.h (is_addr_in_objfile,
340 shared_objfile_contains_address_p): Return bool.
341 * objfile.c (is_addr_in_objfile,
342 shared_objfile_contains_address_p): Return bool.
343
4fd6c7e8
TT
3442020-05-11 Tom Tromey <tromey@adacore.com>
345
346 * cli/cli-cmds.c (info_command): Restore.
347 (_initialize_cli_cmds): Use add_prefix_command for "info".
348 * gdb-gdb.gdb.in: Restore breakpoint on info_command.
349
5eb68a39
TT
3502020-05-11 Tom Tromey <tromey@adacore.com>
351
352 * ada-lang.c (ada_value_primitive_field): Now public.
353 * ada-lang.h (ada_value_primitive_field): Declare.
354 * ada-valprint.c (print_field_values): Use
355 ada_value_primitive_field for wrapper fields.
356
7666722f
TV
3572020-05-11 Tom de Vries <tdevries@suse.de>
358
359 * dwarf2/index-write.c (debug_names::psymbol_tag): Handle
360 MODULE_DOMAIN.
361
3ee6bb11
TV
3622020-05-11 Tom de Vries <tdevries@suse.de>
363
364 PR symtab/25941
365 * dwarf2/read.c (create_cus_from_debug_names_list): Initialize CUs
366 with length 0, if not gdb-produced.
367 (cutu_reader::cutu_reader): Set CU length to actual length if 0.
368
43434996
TV
3692020-05-09 Tom de Vries <tdevries@suse.de>
370
371 PR gdb/25955
372 * break-catch-throw.c (check_status_exception_catchpoint): Fix name
373 calculation.
374
2f78cffc
TT
3752020-05-09 Tom Tromey <tom@tromey.com>
376
377 * top.c (server_command): Now bool.
378 * top.h (server_command): Now bool.
379
4f7bc5ed
TT
3802020-05-08 Tom Tromey <tromey@adacore.com>
381
382 * dwarf2/read.c (read_lexical_block_scope): Don't process a DIE
383 already being processed.
384
8be4b118
TT
3852020-05-08 Tom Tromey <tom@tromey.com>
386
387 * printcmd.c (struct display) <next>: Remove.
388 <display>: New constructor.
389 <exp_string>: Now a std::string.
390 <enabled_p>: Now a bool.
391 (display_number): Move definition earlier.
392 (displays): Rename from display_chain. Now a std::vector.
393 (ALL_DISPLAYS, ALL_DISPLAYS_SAFE): Remove.
394 (display_command): Update.
395 (do_one_display, disable_display)
396 (enable_disable_display_command, do_enable_disable_display):
397 Update.
398 (free_display): Remove.
399 (clear_displays): Rewrite.
400 (delete_display): Update.
401 (map_display_numbers): Use function_view. Remove "data"
402 parameter. Update.
403 (do_delete_display): Remove.
404 (undisplay_command): Update.
405 (do_one_display, do_displays, disable_display)
406 (info_display_command): Update.
407 (do_enable_disable_display): Remove.
408 (enable_disable_display_command)
409 (clear_dangling_display_expressions): Update.
410
94c93c35
TT
4112020-05-08 Tom Tromey <tom@tromey.com>
412
413 * symtab.c (set_symbol_cache_size)
414 (maintenance_print_symbol_cache, maintenance_flush_symbol_cache)
415 (maintenance_print_symbol_cache_statistics): Update.
416 * symmisc.c (print_symbol_bcache_statistics)
417 (print_objfile_statistics, maintenance_print_objfiles)
418 (maintenance_info_symtabs, maintenance_check_symtabs)
419 (maintenance_expand_symtabs, maintenance_info_line_tables):
420 Update.
421 * symfile-debug.c (set_debug_symfile): Update.
422 * source.c (forget_cached_source_info): Update.
423 * python/python.c (gdbpy_progspaces): Update.
424 * psymtab.c (maintenance_info_psymtabs): Update.
425 * probe.c (parse_probes): Update.
426 * linespec.c (iterate_over_all_matching_symtabs)
427 (collect_symtabs_from_filename, search_minsyms_for_name): Update.
428 * guile/scm-progspace.c (gdbscm_progspaces): Update.
429 * exec.c (exec_target::close): Update.
430 * ada-tasks.c (ada_tasks_new_objfile_observer): Update.
431 * breakpoint.c (print_one_breakpoint_location)
432 (create_longjmp_master_breakpoint)
433 (create_std_terminate_master_breakpoint): Update.
434 * progspace.c (program_spaces): Now a std::vector.
435 (maybe_new_address_space): Update.
436 (add_program_space): Remove.
437 (program_space::program_space): Update.
438 (remove_program_space): Update.
439 (number_of_program_spaces): Remove.
440 (print_program_space, update_address_spaces): Update.
441 * progspace.h (program_spaces): Change type.
442 (ALL_PSPACES): Remove.
443 (number_of_program_spaces): Don't declare.
444 (struct program_space) <next>: Remove.
445
a1fd1ac9
TT
4462020-05-08 Tom Tromey <tom@tromey.com>
447
448 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Update.
449 * solib-svr4.c (svr4_fetch_objfile_link_map): Update.
450 (enable_break): Update.
451 * solib-frv.c (frv_fdpic_find_global_pointer): Update.
452 (frv_fdpic_find_canonical_descriptor): Update.
453 (frv_fetch_objfile_link_map): Update.
454 * progspace.c (program_space::free_all_objfiles): Update.
455 (program_space::solibs): New method.
456 * progspace.h (struct program_space) <solibs>: New method.
457 * solist.h (master_so_list): Don't declare.
458 (ALL_SO_LIBS): Remove.
459 * solib.h (so_list_head): Remove.
460 (update_solib_list): Update comment.
461 * solib.c (master_so_list): Remove.
462 (solib_used, update_solib_list, solib_add)
463 (info_sharedlibrary_command, clear_solib)
464 (reload_shared_libraries_1, remove_user_added_objfile): Update.
465
38eae084
TT
4662020-05-08 Tom Tromey <tom@tromey.com>
467
468 * extension.c (extension_languages): Now a std::array.
469 (ALL_EXTENSION_LANGUAGES): Remove.
470 (get_ext_lang_defn, get_ext_lang_of_file)
471 (eval_ext_lang_from_control_command): Update.
472 (finish_ext_lang_initialization)
473 (auto_load_ext_lang_scripts_for_objfile)
474 (ext_lang_type_printers::ext_lang_type_printers)
475 (apply_ext_lang_type_printers)
476 (ext_lang_type_printers::~ext_lang_type_printers)
477 (apply_ext_lang_val_pretty_printer, apply_ext_lang_frame_filter)
478 (preserve_ext_lang_values, get_breakpoint_cond_ext_lang)
479 (breakpoint_ext_lang_cond_says_stop, check_quit_flag)
480 (get_matching_xmethod_workers, ext_lang_colorize)
481 (ext_lang_before_prompt): Update.
482 (ALL_ENABLED_EXTENSION_LANGUAGES): Remove.
483
596dc4ad
TT
4842020-05-08 Tom Tromey <tom@tromey.com>
485
486 * symtab.h (class demangle_result_storage) <set_malloc_ptr>: New
487 overload.
488 <swap_string, m_string>: Remove.
489 * symtab.c (demangle_for_lookup, completion_list_add_symbol):
490 Update.
491 * stabsread.c (define_symbol, read_type): Update.
492 * linespec.c (find_linespec_symbols): Update.
493 * gnu-v3-abi.c (gnuv3_get_typeid): Update.
494 * dwarf2/read.c (dwarf2_canonicalize_name): Update.
495 * dbxread.c (read_dbx_symtab): Update.
496 * cp-support.h (cp_canonicalize_string_full)
497 (cp_canonicalize_string, cp_canonicalize_string_no_typedefs):
498 Return unique_xmalloc_ptr.
499 * cp-support.c (inspect_type): Update.
500 (cp_canonicalize_string_full): Return unique_xmalloc_ptr.
501 (cp_canonicalize_string_no_typedefs, cp_canonicalize_string):
502 Likewise.
503 * c-typeprint.c (print_name_maybe_canonical): Update.
504 * break-catch-throw.c (check_status_exception_catchpoint):
505 Update.
506
bf4cb9be
TV
5072020-05-08 Tom de Vries <tdevries@suse.de>
508
509 * infrun.c (follow_fork): Copy current_line and current_symtab to
510 child thread.
511
a1b68f28
SM
5122020-05-07 Simon Marchi <simon.marchi@efficios.com>
513
514 * async-event.c (struct async_signal_handler, struct
515 async_event_handler): Reformat, remove typedef.
516
98d48915
SM
5172020-05-07 Simon Marchi <simon.marchi@efficios.com>
518
519 * gdbtypes.h (TYPE_DYN_PROP_LIST): Remove. Update all users
520 access thistype->main_type->dyn_prop_list directly.
521
7aa91313
SM
5222020-05-07 Simon Marchi <simon.marchi@efficios.com>
523
524 * gdbtypes.h (struct type) <remove_dyn_prop>: New method.
525 (remove_dyn_prop): Remove. Update all users to use
526 type::remove_dyn_prop.
527 * gdbtypes.c (remove_dyn_prop): Rename to...
528 (type::remove_dyn_prop): ... this.
529
5c54719c
SM
5302020-05-07 Simon Marchi via Gdb-patches <gdb-patches@sourceware.org>
531
532 * gdbtypes.h (struct type) <add_dyn_prop>: New method.
533 (add_dyn_prop): Remove. Update all users to use
534 type::add_dyn_prop.
535 * gdbtypes.c (add_dyn_prop): Rename to...
536 (type::add_dyn_prop): ... this.
537
24e99c6c
SM
5382020-05-07 Simon Marchi <simon.marchi@efficios.com>
539
540 * gdbtypes.h (struct type) <get_dyn_prop>: New method.
541 (get_dyn_prop): Remove. Update all users to use
542 type::dyn_prop.
543 * gdbtypes.c (get_dyn_prop): Rename to...
544 (type::dyn_prop): ... this.
545
0d4bf016
SM
5462020-05-06 Simon Marchi <simon.marchi@efficios.com>
547
548 * gdbtypes.h (struct main_type) <flag_static>: Remove.
549
ac4a4f1c
SM
5502020-05-06 Simon Marchi <simon.marchi@efficios.com>
551
552 * amd64-tdep.c (amd64_analyze_prologue): Check for `endbr64`
553 instruction, skip it if it's there.
554
a3bbacc1
SM
5552020-05-05 Simon Marchi <simon.marchi@efficios.com>
556
557 * gdbtypes.h (struct main_type) <flag_incomplete>: Remove.
558
c3236f84
SM
5592020-05-04 Simon Marchi <simon.marchi@efficios.com>
560
561 * gdbtypes.h (TYPE_INCOMPLETE): Remove.
562 * gdbtypes.c (recursive_dump_type): Remove use of
563 TYPE_INCOMPLETE.
564
3b6acaee
TT
5652020-05-03 Tom Tromey <tom@tromey.com>
566
567 * breakpoint.c (catch_command, tcatch_command): Remove.
568 (_initialize_breakpoint): Use add_basic_prefix_cmd,
569 add_show_prefix_cmd.
570 (set_breakpoint_cmd, show_breakpoint_cmd): Remove
571 * utils.c (set_internal_problem_cmd, show_internal_problem_cmd):
572 Remove.
573 (add_internal_problem_command): Use add_basic_prefix_cmd,
574 add_show_prefix_cmd.
575 * mips-tdep.c (set_mipsfpu_command): Remove.
576 (_initialize_mips_tdep): Use add_basic_prefix_cmd.
577 * dwarf2/index-cache.c (set_index_cache_command): Remove.
578 (_initialize_index_cache): Use add_basic_prefix_cmd.
579 * memattr.c (dummy_cmd): Remove.
580 (_initialize_mem): Use add_basic_prefix_cmd, add_show_prefix_cmd.
581 * tui/tui-win.c (set_tui_cmd, show_tui_cmd): Remove.
582 (_initialize_tui_win): Use add_basic_prefix_cmd,
583 add_show_prefix_cmd.
584 * cli/cli-logging.c (set_logging_command): Remove.
585 (_initialize_cli_logging): Use add_basic_prefix_cmd,
586 add_show_prefix_cmd.
587 (show_logging_command): Remove.
588 * target.c (target_command): Remove.
589 (add_target): Use add_basic_prefix_cmd.
590
a51119cd
HD
5912020-05-02 Hannes Domani <ssbssa@yahoo.de>
592
593 * gdbtypes.h (enum dynamic_prop_node_kind): Fix typo.
594
652fc23a 5952020-05-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6a6ea76a 596
652fc23a
PW
597 * gdb-gdb.gdb-in: Remove breakpoint on disappeared function
598 info_command.
599
117539e6
KR
6002020-04-30 Kamil Rytarowski <n54@gmx.com>
601
602 * nbsd-nat.c (nbsd_enable_proc_events)
603 (nbsd_nat_target::post_startup_inferior): Add.
604 (nbsd_nat_target::post_attach): Call `nbsd_enable_proc_events'.
605 (nbsd_nat_target::update_thread_list): Rewrite.
606 (nbsd_nat_target::wait): Handle "PTRACE_LWP_EXIT" and
607 "PTRACE_LWP_CREATE".
608 * nbsd-nat.h (nbsd_nat_target::post_startup_inferior): Add.
609
102e38eb 6102020-04-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6a6ea76a 611
102e38eb
PW
612 * stack.c (_initialize_stack): Remove duplicated creation
613 of "frame" command and "f" alias.
614
ee9d1e5f
HD
6152020-04-30 Hannes Domani <ssbssa@yahoo.de>
616
617 PR gdb/18706
618 * gdbtypes.c (check_typedef): Calculate size of array of
619 stubbed type.
620
627c7fb8
HD
6212020-04-30 Hannes Domani <ssbssa@yahoo.de>
622
623 PR gdb/15559
624 * i386-tdep.c (i386_push_dummy_call): Call
625 i386_thiscall_push_dummy_call.
626 (i386_thiscall_push_dummy_call): New function.
627 * i386-tdep.h (i386_thiscall_push_dummy_call): Declare.
628 * i386-windows-tdep.c (i386_windows_push_dummy_call): New function.
629 (i386_windows_init_abi): Call set_gdbarch_push_dummy_call.
630
ffc2844e
SM
6312020-04-29 Simon Marchi <simon.marchi@efficios.com>
632
633 * gdbarch.sh (do_read): Add shellcheck disable directive for
634 warning SC2162.
635
1207375d
SM
6362020-04-29 Simon Marchi <simon.marchi@efficios.com>
637
638 * gdbarch.sh: Use ${foo:-} where shellcheck would report a
639 "referenced but not assigned" warning.
640
9fdb2916
SM
6412020-04-29 Simon Marchi <simon.marchi@efficios.com>
642
643 * gdbarch.sh: Remove code that sets fallbackdefault.
644
759cea5e
SM
6452020-04-29 Simon Marchi <simon.marchi@efficios.com>
646
647 * gdbarch.sh: Use shell operators && and || instead of
648 -a and -o.
649
cb02ab24
SM
6502020-04-29 Simon Marchi <simon.marchi@efficios.com>
651
652 * gdbarch.sh: Use $(...) instead of `...`.
653
a6fc5ffc
SM
6542020-04-29 Simon Marchi <simon.marchi@efficios.com>
655
656 * gdbarch.sh: Use double quotes around variables.
657
8d113d13
SM
6582020-04-29 Simon Marchi <simon.marchi@efficios.com>
659
660 * gdbarch.sh: Use %s with printf, instead of variables in the
661 format string.
662
ed6acedd
TT
6632020-04-29 Tom Tromey <tromey@adacore.com>
664
665 PR ada/25875:
666 * dwarf2/read.c (update_enumeration_type_from_children): Compute
667 type fields here.
668 (read_enumeration_type): Call
669 update_enumeration_type_from_children later. Update comments.
670 (process_enumeration_scope): Don't create type fields.
671
b68b1b58
KR
6722020-04-29 Kamil Rytarowski <n54@gmx.com>
673
674 * nbsd-tdep.c: Include "xml-syscall.h".
675 (nbsd_init_abi): Call `set_xml_syscall_file_name'.
676
f94b2e03
KR
6772020-04-29 Kamil Rytarowski <n54@gmx.com>
678
679 * nbsd-nat.c: Include "sys/wait.h".
680 (nbsd_resume, nbsd_nat_target::resume, nbsd_wait)
681 (nbsd_nat_target::wait, nbsd_nat_target::insert_exec_catchpoint)
682 (nbsd_nat_target::remove_exec_catchpoint)
683 (nbsd_nat_target::set_syscall_catchpoint): Add.
684 * nbsd-nat.h (nbsd_nat_target::resume, nbsd_nat_target::wait)
685 (nbsd_nat_target::insert_exec_catchpoint)
686 (nbsd_nat_target::remove_exec_catchpoint)
687 (nbsd_nat_target::set_syscall_catchpoint): Add.
688 * nbsd-tdep.c (nbsd_get_syscall_number): Add.
689 (nbsd_init_abi): Call `set_gdbarch_get_syscall_number' and pass
690 `nbsd_get_syscall_number'.
691
fc49bc72
TT
6922020-04-29 Tom Tromey <tom@tromey.com>
693
694 * stack.c (print_block_frame_labels): Remove.
695
d642b692
HD
6962020-04-29 Hannes Domani <ssbssa@yahoo.de>
697
698 PR gdb/17320
699 * ada-valprint.c (val_print_packed_array_elements): Move array
700 end bracket to new line.
701 (ada_val_print_string): Remove extra spaces before first array
702 element.
703 * c-valprint.c (c_value_print_array): Likewise.
704 * m2-valprint.c (m2_print_array_contents): Likewise.
705 (m2_value_print_inner): Likewise.
706 * p-valprint.c (pascal_value_print_inner): Likewise.
707 * valprint.c (generic_val_print_array): Likewise.
708 (value_print_array_elements): Move first array element and array
709 end bracket to new line.
710
ea90f227
TV
7112020-04-29 Tom de Vries <tdevries@suse.de>
712
713 PR symtab/25889
714 * linespec.c (find_method): Fix ix calculation.
715
4498ef4f
KR
7162020-04-28 Kamil Rytarowski <n54@gmx.com>
717
718 * syscalls/update-netbsd.sh: New file.
719 * syscalls/netbsd.xml: Regenerate.
720 * data-directory/Makefile.in: Register `netbsd.xml' in
721 `SYSCALLS_FILES'.
722
a55e30b5
SM
7232020-04-28 Simon Marchi <simon.marchi@efficios.com>
724
725 * syscalls/update-freebsd.sh: Add double quotes.
726
2b2fbab8
TT
7272020-04-28 Tom Tromey <tom@tromey.com>
728
729 * NEWS: Update.
730 * python/py-cmd.c (gdbpy_initialize_commands): Add COMMAND_TUI.
731 (cmdpy_init): Allow class_tui.
732
a65189c9
TV
7332020-04-28 Mark Williams <mark@myosotissp.com>
734
735 PR gdb/24480
736 * dwarf2read.c: Add missing assingments to list_in_scope when
737 start_symtab was already called.
738
1b95cdb7
SM
7392020-04-28 Simon Marchi <simon.marchi@efficios.com>
740
741 PR gdb/25881
742 * dwarf2/read.c (offset_map_type): Use
743 gdb:hash_enum<sect_offset> as hash function.
744
15cd93d0
TV
7452020-04-28 Tom de Vries <tdevries@suse.de>
746
747 * dwarf2/read.c (process_structure_scope): Add symbol for struct decl
748 with DW_AT_signature.
749
1eb39914
SM
7502020-04-27 Simon Marchi <simon.marchi@efficios.com>
751
752 * configure.ac: Remove check for fs_base/gs_base in
753 user_regs_struct.
754 * configure: Re-generate.
755 * config.in: Re-generate.
756 * amd64-nat.c (amd64_native_gregset_reg_offset): Adjust.
757 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers,
758 amd64_linux_nat_target::store_registers, ps_get_thread_area, ): Adjust.
759
991a3e2e
LM
7602020-04-27 Luis Machado <luis.machado@linaro.org>
761
762 * dwarf2/frame-tailcall.c (dwarf2_tailcall_sniffer_first): Handle
763 problematic inline frame unwinding situation.
764 * frame.c (frame_id_computed_p): New function.
765 * frame.h (frame_id_computed_p): New prototype.
766
361ba0e8
TT
7672020-04-26 Tom Tromey <tom@tromey.com>
768
769 * command.h (enum command_class) <class_pseudo>: Remove.
770
bc3609fd
PW
7712020-04-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
772
773 * cli/cli-decode.c (lookup_cmd_composition): Fix comments
774 and whitespace.
775
b9771db7
KR
7762020-04-25 Kamil Rytarowski <n54@gmx.com>
777
778 * inf-ptrace.c (inf_ptrace_target::wait): Remove
779 `PT_GET_PROCESS_STATE' block.
780
7151c1af
TT
7812020-04-24 Tom Tromey <tom@tromey.com>
782
783 * symtab.h (symbol_get_demangled_name): Don't declare.
784 * symtab.c (symbol_get_demangled_name): Remove.
785 (general_symbol_info::natural_name)
786 (general_symbol_info::demangled_name): Update.
787
906bb4c5
TT
7882020-04-24 Tom Tromey <tom@tromey.com>
789
790 PR rust/25025:
791 * dwarf2/read.c (dwarf2_physname): Do not demangle for Rust.
792
bcfe6157
TT
7932020-04-24 Tom Tromey <tom@tromey.com>
794
795 PR symtab/12707:
796 * dwarf2/read.c (add_partial_symbol): Use the linkage name if it
797 exists.
798 (new_symbol): Likewise.
799 * compile/compile-object-load.c (get_out_value_type): Use
800 symbol_matches_search_name.
801
f049a313
TT
8022020-04-24 Tom Tromey <tom@tromey.com>
803
804 * dwarf2/read.c (add_partial_symbol): Do not call
805 compute_and_set_names.
806
76e288d1
TT
8072020-04-24 Tom Tromey <tom@tromey.com>
808
809 * dwarf2/read.c (add_partial_symbol): Use new add_psymbol_to_list
810 overload.
811
2467f4f6
TT
8122020-04-24 Tom Tromey <tom@tromey.com>
813
814 * psymtab.c (add_psymbol_to_bcache): Simplify calling convention.
815 (add_psymbol_to_list): New overload. Make old overload call new
816 one.
817 * psympriv.h (add_psymbol_to_list): New overload.
818
e61108c9
TT
8192020-04-24 Tom Tromey <tom@tromey.com>
820
821 * dwarf2/read.c (partial_die_info::read) <case
822 DW_AT_linkage_name>: Use value_as_string.
823 (dwarf2_string_attr): Use value_as_string.
824 * dwarf2/attribute.h (struct attribute) <value_as_string>: Declare
825 method.
826 * dwarf2/attribute.c (attribute::value_as_string): New method.
827
8c87a452
TT
8282020-04-24 Tom Tromey <tom@tromey.com>
829
830 * symtab.c (general_symbol_info::natural_name)
831 (general_symbol_info::demangled_name): Check for language_rust.
832
787de330
TT
8332020-04-24 Tom Tromey <tom@tromey.com>
834
835 * dwarf2/read.c (dw2_linkage_name): Move Rust "{" hack here...
836 (dwarf2_physname): ... from here.
837 (partial_die_info::read): Add Rust "{" hack.
838
ff985671
TT
8392020-04-24 Tom Tromey <tom@tromey.com>
840
841 * symtab.h (struct general_symbol_info) <set_demangled_name>: New
842 method.
843 (symbol_set_demangled_name): Don't declare.
844 * symtab.c (general_symbol_info::set_demangled_name): Rename from
845 symbol_set_demangled_name.
846 (general_symbol_info::set_language)
847 (general_symbol_info::compute_and_set_names): Update.
848 * minsyms.c (minimal_symbol_reader::install): Update.
849 * dwarf2/read.c (new_symbol): Update.
850
1acda803
TT
8512020-04-24 Tom Tromey <tromey@adacore.com>
852
853 PR python/23662:
854 * python/py-type.c (convert_field): Handle
855 FIELD_LOC_KIND_DWARF_BLOCK.
856 (typy_get_sizeof): Handle TYPE_HAS_DYNAMIC_LENGTH.
857 (typy_get_dynamic): Nw function.
858 (type_object_getset): Add "dynamic".
859 * NEWS: Add entry.
860
d656f129
TT
8612020-04-24 Tom Tromey <tromey@adacore.com>
862
863 * ada-typeprint.c (print_choices, print_variant_part)
864 (print_record_field_types_dynamic): New functions.
865 (print_record_field_types): Use print_record_field_types_dynamic.
866
7d79de9a
TT
8672020-04-24 Tom Tromey <tromey@adacore.com>
868
869 * dwarf2/read.c (handle_data_member_location): New overload.
870 (dwarf2_add_field): Use it.
871 (decode_locdesc): Add "computed" parameter. Update comment.
872 * gdbtypes.c (is_dynamic_type_internal): Also look for
873 FIELD_LOC_KIND_DWARF_BLOCK.
874 (resolve_dynamic_struct): Handle FIELD_LOC_KIND_DWARF_BLOCK.
875 * gdbtypes.c (is_dynamic_type_internal): Add special case for C++
876 virtual base classes.
877 * gnu-v3-abi.c (gnuv3_baseclass_offset): Handle
878 FIELD_LOC_KIND_DWARF_BLOCK.
879
f8e89861
TT
8802020-04-24 Tom Tromey <tromey@adacore.com>
881
882 * dwarf2/read.c (read_structure_type): Handle dynamic length.
883 * gdbtypes.c (is_dynamic_type_internal): Check
884 TYPE_HAS_DYNAMIC_LENGTH.
885 (resolve_dynamic_type_internal): Use TYPE_DYNAMIC_LENGTH.
886 * gdbtypes.h (TYPE_HAS_DYNAMIC_LENGTH, TYPE_DYNAMIC_LENGTH):
887 New macros.
888 (enum dynamic_prop_node_kind) <DYN_PROP_BYTE_SIZE>: New
889 constant.
890
9c6a1327
TT
8912020-04-24 Tom Tromey <tromey@adacore.com>
892
893 * dwarf2/read.c (struct variant_field): Rewrite.
894 (struct variant_part_builder): New.
895 (struct nextfield): Remove "variant" field. Add "offset".
896 (struct field_info): Add "current_variant_part" and
897 "variant_parts".
898 (alloc_discriminant_info): Remove.
899 (alloc_rust_variant): New function.
900 (quirk_rust_enum): Update.
901 (dwarf2_add_field): Set "offset" member. Don't handle
902 DW_TAG_variant_part.
903 (offset_map_type): New typedef.
904 (convert_variant_range, create_one_variant)
905 (create_one_variant_part, create_variant_parts)
906 (add_variant_property): New functions.
907 (dwarf2_attach_fields_to_type): Call add_variant_property.
908 (read_structure_type): Don't handle DW_TAG_variant_part.
909 (handle_variant_part, handle_variant): New functions.
910 (handle_struct_member_die): Use them.
911 (process_structure_scope): Don't handle variant parts.
912 * gdbtypes.h (TYPE_FLAG_DISCRIMINATED_UNION): Remove.
913 (struct discriminant_info): Remove.
914 (enum dynamic_prop_node_kind) <DYN_PROP_DISCRIMINATED>: Remove.
915 (struct main_type) <flag_discriminated_union>: Remove.
916 * rust-lang.c (rust_enum_p, rust_empty_enum_p): Rewrite.
917 (rust_enum_variant): Return int. Remove "contents". Rewrite.
918 (rust_print_enum, rust_print_struct_def, rust_evaluate_subexp):
919 Update.
920 * valops.c (value_union_variant): Remove.
921 * value.h (value_union_variant): Don't declare.
922
b249d2c2
TT
9232020-04-24 Tom Tromey <tromey@adacore.com>
924
925 * ada-lang.c (ada_discrete_type_high_bound, ada_discrete_type_low)
926 (ada_value_primitive_packed_val): Update.
927 * ada-valprint.c (ada_value_print_1): Update.
928 * dwarf2/loc.c (evaluate_for_locexpr_baton): New struct.
929 (dwarf2_locexpr_baton_eval): Take a property_addr_info rather than
930 just an address. Use evaluate_for_locexpr_baton.
931 (dwarf2_evaluate_property): Update.
932 * dwarf2/loc.h (struct property_addr_info) <valaddr>: Now an
933 array_view.
934 * findvar.c (default_read_var_value): Update.
935 * gdbtypes.c (compute_variant_fields_inner)
936 (resolve_dynamic_type_internal): Update.
937 (resolve_dynamic_type): Change type of valaddr parameter.
938 * gdbtypes.h (resolve_dynamic_type): Update.
939 * valarith.c (value_subscripted_rvalue): Update.
940 * value.c (value_from_contents_and_address): Update.
941
61122aa9
TT
9422020-04-24 Tom Tromey <tromey@adacore.com>
943
944 * dwarf2/loc.c (dwarf2_locexpr_baton_eval): Add
945 "push_initial_value" parameter.
946 (dwarf2_evaluate_property): Likewise.
947 * dwarf2/loc.h (dwarf2_evaluate_property): Update.
948
ef83a141
TT
9492020-04-24 Tom Tromey <tromey@adacore.com>
950
951 * gdbtypes.c (is_dynamic_type_internal): Check for variant parts.
952 (variant::matches, compute_variant_fields_recurse)
953 (compute_variant_fields_inner, compute_variant_fields): New
954 functions.
955 (resolve_dynamic_struct): Check for DYN_PROP_VARIANT_PARTS.
956 Use resolved_type after type is made.
957 (operator==): Add new cases.
958 * gdbtypes.h (TYPE_HAS_VARIANT_PARTS): New macro.
959 (struct discriminant_range, struct variant, struct variant_part):
960 New.
961 (union dynamic_prop_data) <variant_parts, original_type>: New
962 members.
963 (enum dynamic_prop_node_kind) <DYN_PROP_VARIANT_PARTS>: New constant.
964 (enum dynamic_prop_kind) <PROP_TYPE, PROP_VARIANT_PARTS>: New
965 constants.
966 * value.c (unpack_bits_as_long): Now public.
967 * value.h (unpack_bits_as_long): Declare.
968
675127ec
TT
9692020-04-24 Tom Tromey <tromey@adacore.com>
970
971 * rs6000-tdep.c (struct ppc_variant): Rename from "variant".
972 (variants, find_variant_by_arch, rs6000_gdbarch_init): Update.
973
9852ceef
HD
9742020-04-24 Hannes Domani <ssbssa@yahoo.de>
975
976 * windows-tdep.c (exception_values): Add WOW64 exception numbers.
977
7632c6ce
KR
9782020-04-24 Kamil Rytarowski <n54@gmx.com>
979
980 * inf-ptrace.h (follow_fork, insert_fork_catchpoint)
981 (remove_fork_catchpoint, post_startup_inferior)
982 (post_attach): Move...
983 * obsd-nat.h (follow_fork, insert_fork_catchpoint)
984 (remove_fork_catchpoint, post_startup_inferior)
985 (post_attach): ...here.
986 * inf-ptrace.c (follow_fork, insert_fork_catchpoint)
987 (remove_fork_catchpoint, post_startup_inferior)
988 (post_attach): Move...
989 * obsd-nat.c (follow_fork, insert_fork_catchpoint)
990 (remove_fork_catchpoint, post_startup_inferior)
991 (post_attach): ...here.
992
7be2bb4f
TT
9932020-04-24 Tom Tromey <tromey@adacore.com>
994
995 * nat/windows-nat.h (struct windows_thread_info)
996 <pc_adjusted>: New member.
997 * windows-nat.c (windows_fetch_one_register): Check
998 pc_adjusted.
999 (windows_nat_target::get_windows_debug_event)
1000 (windows_nat_target::wait): Set pc_adjusted.
1001
f80cb3b4
TV
10022020-04-24 Tom de Vries <tdevries@suse.de>
1003
1004 * contrib/cc-with-tweaks.sh: Remove <exec>.gdb-index file handling.
1005 Run gdb-add-index inside temp dir.
1006
29514b87
TT
10072020-04-23 Tom Tromey <tromey@adacore.com>
1008
1009 * windows-tdep.c (is_linked_with_cygwin_dll): Always update "iter"
1010 in loop.
1011
5939967b
LM
10122020-04-23 Luis Machado <luis.machado@linaro.org>
1013
1014 * dwarf2/frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
1015 get_frame_register instead of gdbarch_unwind_pc.
1016
70bc38f5
TV
10172020-04-23 Tom de Vries <tdevries@suse.de>
1018
1019 * symtab.c (lookup_global_symbol): Prefer def over decl.
1020
de82891c
TV
10212020-04-23 Tom de Vries <tdevries@suse.de>
1022
1023 PR symtab/25807
1024 * block.c (best_symbol, better_symbol): Promote to external.
1025 * block.h (best_symbol, better_symbol): Declare.
1026 * symtab.c (lookup_symbol_in_objfile_symtabs): Prefer def over
1027 decl.
1028
ecc6c606
TT
10292020-04-23 Tom Tromey <tromey@adacore.com>
1030
1031 PR ada/25837:
1032 * dwarf2/read.c (dw2_expand_symtabs_matching_symbol): Store a
1033 "const char *", not a "const std::string &".
1034 <name_and_matcher::operator==>: Update.
1035 * unittests/lookup_name_info-selftests.c: Change type of
1036 "result".
1037
740480b8
TT
10382020-04-23 Tom Tromey <tom@tromey.com>
1039
1040 * inferior.h (iterate_over_inferiors): Don't declare.
1041 * inferior.c (iterate_over_inferiors): Remove.
1042 * darwin-nat.c (find_inferior_task_it, find_inferior_pid_it):
1043 Remove.
1044 (darwin_find_inferior_by_task, darwin_find_inferior_by_pid): Don't
1045 use iterate_over_inferiors.
1046 (darwin_resume_inferior_it)
1047 (struct resume_inferior_threads_param)
1048 (darwin_resume_inferior_threads_it): Remove.
1049 (darwin_nat_target::resume): Don't use iterate_over_inferiors.
1050
ae3ab1f0
TV
10512020-04-23 Tom de Vries <tdevries@suse.de>
1052
1053 * blockframe.c (find_pc_partial_function): Use
1054 find_pc_sect_compunit_symtab rather than
1055 objfile->sf->qf->find_pc_sect_compunit_symtab.
1056
317d2668
TV
10572020-04-22 Tom de Vries <tdevries@suse.de>
1058
1059 PR symtab/25764
1060 * dwarf2/read.c (scan_partial_symbols): Allow external variable decls
1061 in psymtabs.
1062
eea9e357
TV
10632020-04-22 Tom de Vries <tdevries@suse.de>
1064
1065 PR symtab/25801
1066 * psymtab.c (psym_map_symtabs_matching_filename): Don't skip shared
1067 symtabs.
1068
3d5afab3
TV
10692020-04-22 Tom de Vries <tdevries@suse.de>
1070
1071 PR symtab/25700
1072 * dwarf2/read.c (dwarf2_build_psymtabs_hard): Don't create psymtab for
1073 CU if already created.
1074
d43b7a2d
TBA
10752020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1076
1077 * infrun.c (displaced_step_fixup): Switch to the event_thread
1078 before calling displaced_step_restore, not after.
1079
d89edf9b
MM
10802020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1081
1082 * record-btrace.c (record_btrace_enable_warn): Ignore thread if
1083 its inferior is not recorded by us.
1084 (record_btrace_target_open): Replace call to
1085 all_non_exited_threads () with call to current_inferior
1086 ()->non_exited_threads ().
1087 (record_btrace_target::stop_recording): Likewise.
1088 (record_btrace_target::close): Likewise.
1089 (record_btrace_target::wait): Likewise.
1090 (record_btrace_target::record_stop_replaying): Likewise.
1091
5897fd49
MM
10922020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1093
1094 * btrace.c (btrace_enable): Throw an error on double enables and
1095 when enabling recording fails.
1096 (btrace_disable): Throw an error if the thread is not recorded.
1097
1a476b6d
MM
10982020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1099
1100 * record-btrace.c (record_btrace_target::fetch_registers): Forward
1101 request if we do not have a thread_info.
1102
4778a5f8
TV
11032020-04-21 Tom de Vries <tdevries@suse.de>
1104
1105 PR gdb/25471
1106 * thread.c
1107 (scoped_restore_current_thread::scoped_restore_current_thread): Catch
1108 exception in get_frame_id.
1109
0fa7617d
TT
11102020-04-20 Tom Tromey <tromey@adacore.com>
1111
1112 * python/python.c (struct gdbpy_event): Mark move constructor as
1113 noexcept.
1114 * python/py-tui.c (class gdbpy_tui_window_maker): Mark move
1115 constructor as noexcept.
1116 * completer.h (struct completion_result): Mark move constructor as
1117 noexcept.
1118 * completer.c (completion_result::completion_result): Use
1119 initialization style. Don't call reset_match_list.
1120
ad23bda0
MS
11212020-04-20 Mihails Strasuns <mihails.strasuns@intel.com>
1122
1123 * MAINTAINERS (Write After Approval): Add myself.
1124
45e1f031
TT
11252020-04-18 Tom Tromey <tom@tromey.com>
1126
1127 * windows-tdep.c (init_w32_command_list)
1128 (w32_prefix_command_valid): Restore.
1129 (_initialize_windows_tdep): Call init_w32_command_list.
1130
08feed99
TT
11312020-04-18 Tom Tromey <tom@tromey.com>
1132
1133 * xcoffread.c (enter_line_range, scan_xcoff_symtab): Update.
1134 * value.c (value_fn_field): Update.
1135 * valops.c (find_function_in_inferior)
1136 (value_allocate_space_in_inferior): Update.
1137 * tui/tui-winsource.c (tui_update_source_windows_with_line):
1138 Update.
1139 * tui/tui-source.c (tui_source_window::set_contents): Update.
1140 * symtab.c (lookup_global_or_static_symbol)
1141 (find_function_start_sal_1, skip_prologue_sal)
1142 (print_msymbol_info, find_gnu_ifunc, symbol_arch): Update.
1143 * symmisc.c (dump_msymbols, dump_symtab_1)
1144 (maintenance_print_one_line_table): Update.
1145 * symfile.c (init_entry_point_info, section_is_mapped)
1146 (list_overlays_command, simple_read_overlay_table)
1147 (simple_overlay_update_1): Update.
1148 * stap-probe.c (handle_stap_probe): Update.
1149 * stabsread.c (dbx_init_float_type, define_symbol)
1150 (read_one_struct_field, read_enum_type, read_range_type): Update.
1151 * source.c (info_line_command): Update.
1152 * python/python.c (gdbpy_source_objfile_script)
1153 (gdbpy_execute_objfile_script): Update.
1154 * python/py-type.c (save_objfile_types): Update.
1155 * python/py-objfile.c (py_free_objfile): Update.
1156 * python/py-inferior.c (python_new_objfile): Update.
1157 * psymtab.c (psym_find_pc_sect_compunit_symtab, dump_psymtab)
1158 (dump_psymtab_addrmap_1, maintenance_info_psymtabs)
1159 (maintenance_check_psymtabs): Update.
1160 * printcmd.c (info_address_command): Update.
1161 * objfiles.h (struct objfile) <arch>: New method, from
1162 get_objfile_arch.
1163 (get_objfile_arch): Don't declare.
1164 * objfiles.c (get_objfile_arch): Remove.
1165 (filter_overlapping_sections): Update.
1166 * minsyms.c (msymbol_is_function): Update.
1167 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines)
1168 (output_nondebug_symbol): Update.
1169 * mdebugread.c (parse_symbol, basic_type, parse_partial_symbols)
1170 (mdebug_expand_psymtab): Update.
1171 * machoread.c (macho_add_oso_symfile): Update.
1172 * linux-tdep.c (linux_infcall_mmap, linux_infcall_munmap):
1173 Update.
1174 * linux-fork.c (checkpoint_command): Update.
1175 * linespec.c (convert_linespec_to_sals): Update.
1176 * jit.c (finalize_symtab): Update.
1177 * infrun.c (insert_exception_resume_from_probe): Update.
1178 * ia64-tdep.c (ia64_find_unwind_table): Update.
1179 * hppa-tdep.c (internalize_unwinds): Update.
1180 * gdbtypes.c (get_type_arch, init_float_type, objfile_type):
1181 Update.
1182 * gcore.c (call_target_sbrk): Update.
1183 * elfread.c (record_minimal_symbol, elf_symtab_read)
1184 (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
1185 (elf_gnu_ifunc_resolve_by_got): Update.
1186 * dwarf2/read.c (create_addrmap_from_index)
1187 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
1188 (read_debug_names_from_section)
1189 (process_psymtab_comp_unit_reader, add_partial_symbol)
1190 (add_partial_subprogram, process_full_comp_unit)
1191 (read_file_scope, read_func_scope, read_lexical_block_scope)
1192 (read_call_site_scope, dwarf2_ranges_read)
1193 (dwarf2_record_block_ranges, dwarf2_add_field)
1194 (mark_common_block_symbol_computed, read_tag_pointer_type)
1195 (read_tag_string_type, dwarf2_init_float_type)
1196 (dwarf2_init_complex_target_type, read_base_type)
1197 (partial_die_info::read, partial_die_info::read)
1198 (read_attribute_value, dwarf_decode_lines_1, new_symbol)
1199 (dwarf2_fetch_die_loc_sect_off): Update.
1200 * dwarf2/loc.c (dwarf2_find_location_expression)
1201 (class dwarf_evaluate_loc_desc, rw_pieced_value)
1202 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval)
1203 (dwarf2_loc_desc_get_symbol_read_needs)
1204 (locexpr_describe_location_piece, locexpr_describe_location_1)
1205 (loclist_describe_location): Update.
1206 * dwarf2/index-write.c (write_debug_names): Update.
1207 * dwarf2/frame.c (dwarf2_build_frame_info): Update.
1208 * dtrace-probe.c (dtrace_process_dof): Update.
1209 * dbxread.c (read_dbx_symtab, dbx_end_psymtab)
1210 (process_one_symbol): Update.
1211 * ctfread.c (ctf_init_float_type, read_base_type): Update.
1212 * coffread.c (coff_symtab_read, enter_linenos, decode_base_type)
1213 (coff_read_enum_type): Update.
1214 * cli/cli-cmds.c (edit_command, list_command): Update.
1215 * buildsym.c (buildsym_compunit::finish_block_internal): Update.
1216 * breakpoint.c (create_overlay_event_breakpoint)
1217 (create_longjmp_master_breakpoint)
1218 (create_std_terminate_master_breakpoint)
1219 (create_exception_master_breakpoint, get_sal_arch): Update.
1220 * block.c (block_gdbarch): Update.
1221 * annotate.c (annotate_source_line): Update.
1222
0743fc83
TT
12232020-04-17 Tom Tromey <tromey@adacore.com>
1224
1225 * auto-load.c (show_auto_load_cmd): Remove.
1226 (auto_load_show_cmdlist_get): Use add_show_prefix_cmd.
1227 * arc-tdep.c (_initialize_arc_tdep): Use add_show_prefix_cmd.
1228 (maintenance_print_arc_command): Remove.
1229 * tui/tui-win.c (tui_command): Remove.
1230 (tui_get_cmd_list): Use add_basic_prefix_cmd.
1231 * tui/tui-layout.c (tui_layout_command): Remove.
1232 (_initialize_tui_layout): Use add_basic_prefix_cmd.
1233 * python/python.c (user_set_python, user_show_python): Remove.
1234 (_initialize_python): Use add_basic_prefix_cmd,
1235 add_show_prefix_cmd.
1236 * guile/guile.c (set_guile_command, show_guile_command): Remove.
1237 (install_gdb_commands): Use add_basic_prefix_cmd,
1238 add_show_prefix_cmd.
1239 (info_guile_command): Remove.
1240 * dwarf2/read.c (set_dwarf_cmd, show_dwarf_cmd): Remove.
1241 (_initialize_dwarf2_read): Use add_basic_prefix_cmd,
1242 add_show_prefix_cmd.
1243 * cli/cli-style.h (class cli_style_option) <add_setshow_commands>:
1244 Remove do_set and do_show parameters.
1245 * cli/cli-style.c (set_style, show_style): Remove.
1246 (_initialize_cli_style): Use add_basic_prefix_cmd,
1247 add_show_prefix_cmd.
1248 (cli_style_option::add_setshow_commands): Remove do_set and
1249 do_show parameters.
1250 (cli_style_option::add_setshow_commands): Use
1251 add_basic_prefix_cmd, add_show_prefix_cmd.
1252 (STYLE_ADD_SETSHOW_COMMANDS): Remove macro.
1253 (set_style_name): Remove.
1254 * cli/cli-dump.c (dump_command, append_command): Remove.
1255 (srec_dump_command, ihex_dump_command, verilog_dump_command)
1256 (tekhex_dump_command, binary_dump_command)
1257 (binary_append_command): Remove.
1258 (_initialize_cli_dump): Use add_basic_prefix_cmd.
1259 * windows-tdep.c (w32_prefix_command_valid): Remove global.
1260 (init_w32_command_list): Remove; move into ...
1261 (_initialize_windows_tdep): ... here. Use add_basic_prefix_cmd.
1262 * valprint.c (set_print, show_print, set_print_raw)
1263 (show_print_raw): Remove.
1264 (_initialize_valprint): Use add_basic_prefix_cmd,
1265 add_show_prefix_cmd.
1266 * typeprint.c (set_print_type, show_print_type): Remove.
1267 (_initialize_typeprint): Use add_basic_prefix_cmd,
1268 add_show_prefix_cmd.
1269 * record.c (set_record_command, show_record_command): Remove.
1270 (_initialize_record): Use add_basic_prefix_cmd,
1271 add_show_prefix_cmd.
1272 * cli/cli-cmds.c (_initialize_cli_cmds): Use add_basic_prefix_cmd,
1273 add_show_prefix_cmd.
1274 (info_command, show_command, set_debug, show_debug): Remove.
1275 * top.h (set_history, show_history): Don't declare.
1276 * top.c (set_history, show_history): Remove.
1277 * target-descriptions.c (set_tdesc_cmd, show_tdesc_cmd)
1278 (unset_tdesc_cmd): Remove.
1279 (_initialize_target_descriptions): Use add_basic_prefix_cmd,
1280 add_show_prefix_cmd.
1281 * symtab.c (info_module_command): Remove.
1282 (_initialize_symtab): Use add_basic_prefix_cmd.
1283 * symfile.c (overlay_command): Remove.
1284 (_initialize_symfile): Use add_basic_prefix_cmd.
1285 * sparc64-tdep.c (info_adi_command): Remove.
1286 (_initialize_sparc64_adi_tdep): Use add_basic_prefix_cmd.
1287 * sh-tdep.c (show_sh_command, set_sh_command): Remove.
1288 (_initialize_sh_tdep): Use add_basic_prefix_cmd,
1289 add_show_prefix_cmd.
1290 * serial.c (serial_set_cmd, serial_show_cmd): Remove.
1291 (_initialize_serial): Use add_basic_prefix_cmd,
1292 add_show_prefix_cmd.
1293 * ser-tcp.c (set_tcp_cmd, show_tcp_cmd): Remove.
1294 (_initialize_ser_tcp): Use add_basic_prefix_cmd,
1295 add_show_prefix_cmd.
1296 * rs6000-tdep.c (set_powerpc_command, show_powerpc_command)
1297 (_initialize_rs6000_tdep): Use add_basic_prefix_cmd,
1298 add_show_prefix_cmd.
1299 * riscv-tdep.c (show_riscv_command, set_riscv_command)
1300 (show_debug_riscv_command, set_debug_riscv_command): Remove.
1301 (_initialize_riscv_tdep): Use add_basic_prefix_cmd,
1302 add_show_prefix_cmd.
1303 * remote.c (remote_command, set_remote_cmd): Remove.
1304 (_initialize_remote): Use add_basic_prefix_cmd.
1305 * record-full.c (set_record_full_command)
1306 (show_record_full_command): Remove.
1307 (_initialize_record_full): Use add_basic_prefix_cmd,
1308 add_show_prefix_cmd.
1309 * record-btrace.c (cmd_set_record_btrace)
1310 (cmd_show_record_btrace, cmd_set_record_btrace_bts)
1311 (cmd_show_record_btrace_bts, cmd_set_record_btrace_pt)
1312 (cmd_show_record_btrace_pt): Remove.
1313 (_initialize_record_btrace): Use add_basic_prefix_cmd,
1314 add_show_prefix_cmd.
1315 * ravenscar-thread.c (set_ravenscar_command)
1316 (show_ravenscar_command): Remove.
1317 (_initialize_ravenscar): Use add_basic_prefix_cmd,
1318 add_show_prefix_cmd.
1319 * mips-tdep.c (show_mips_command, set_mips_command)
1320 (_initialize_mips_tdep): Use add_basic_prefix_cmd,
1321 add_show_prefix_cmd.
1322 * maint.c (maintenance_command, maintenance_info_command)
1323 (maintenance_check_command, maintenance_print_command)
1324 (maintenance_set_cmd, maintenance_show_cmd): Remove.
1325 (_initialize_maint_cmds): Use add_basic_prefix_cmd,
1326 add_show_prefix_cmd.
1327 (show_per_command_cmd): Remove.
1328 * maint-test-settings.c (maintenance_set_test_settings_cmd):
1329 Remove.
1330 (maintenance_show_test_settings_cmd): Remove.
1331 (_initialize_maint_test_settings): Use add_basic_prefix_cmd,
1332 add_show_prefix_cmd.
1333 * maint-test-options.c (maintenance_test_options_command):
1334 Remove.
1335 (_initialize_maint_test_options): Use add_basic_prefix_cmd.
1336 * macrocmd.c (macro_command): Remove
1337 (_initialize_macrocmd): Use add_basic_prefix_cmd.
1338 * language.c (set_check, show_check): Remove.
1339 (_initialize_language): Use add_basic_prefix_cmd,
1340 add_show_prefix_cmd.
1341 * infcmd.c (unset_command): Remove.
1342 (_initialize_infcmd): Use add_basic_prefix_cmd.
1343 * i386-tdep.c (set_mpx_cmd, show_mpx_cmd): Remove.
1344 (_initialize_i386_tdep): Use add_basic_prefix_cmd,
1345 add_show_prefix_cmd.
1346 * go32-nat.c (go32_info_dos_command): Remove.
1347 (_initialize_go32_nat): Use add_basic_prefix_cmd.
1348 * cli/cli-decode.c (do_prefix_cmd, add_basic_prefix_cmd)
1349 (do_show_prefix_cmd, add_show_prefix_cmd): New functions.
1350 * frame.c (set_backtrace_cmd, show_backtrace_cmd): Remove.
1351 (_initialize_frame): Use add_basic_prefix_cmd,
1352 add_show_prefix_cmd.
1353 * dcache.c (set_dcache_command, show_dcache_command): Remove.
1354 (_initialize_dcache): Use add_basic_prefix_cmd,
1355 add_show_prefix_cmd.
1356 * cp-support.c (maint_cplus_command): Remove.
1357 (_initialize_cp_support): Use add_basic_prefix_cmd.
1358 * btrace.c (maint_btrace_cmd, maint_btrace_set_cmd)
1359 (maint_btrace_show_cmd, maint_btrace_pt_set_cmd)
1360 (maint_btrace_pt_show_cmd, _initialize_btrace): Use
1361 add_basic_prefix_cmd, add_show_prefix_cmd.
1362 * breakpoint.c (save_command): Remove.
1363 (_initialize_breakpoint): Use add_basic_prefix_cmd.
1364 * arm-tdep.c (set_arm_command, show_arm_command): Remove.
1365 (_initialize_arm_tdep): Use add_basic_prefix_cmd,
1366 add_show_prefix_cmd.
1367 * ada-lang.c (maint_set_ada_cmd, maint_show_ada_cmd)
1368 (set_ada_command, show_ada_command): Remove.
1369 (_initialize_ada_language): Use add_basic_prefix_cmd,
1370 add_show_prefix_cmd.
1371 * command.h (add_basic_prefix_cmd, add_show_prefix_cmd): Declare.
1372
3557f442
KR
13732020-04-16 Kamil Rytarowski <n54@gmx.com>
1374
1375 * nbsd-nat.c (inf_ptrace_target::auxv_parse): Remove.
1376 * nbsd-nat.h (inf_ptrace_target::auxv_parse): Likewise.
1377
16197208
SM
13782020-04-16 Simon Marchi <simon.marchi@polymtl.ca>
1379
1380 * windows-tdep.c (is_linked_with_cygwin_dll): Add filename to
1381 warning messages.
1382
00ac85d3
SM
13832020-04-16 Simon Marchi <simon.marchi@polymtl.ca>
1384
1385 * windows-tdep.c (is_linked_with_cygwin_dll): Consider case where
1386 import table is not at beginning of .idata section.
1387
381ce63f
PA
13882020-04-16 Pedro Alves <palves@redhat.com>
1389
1390 * inferior.c (delete_inferior): Use delete operator directly
1391 instead of delete_program_space.
1392 * progspace.c (add_program_space): New, factored out from
1393 program_space::program_space.
1394 (remove_program_space): New, factored out from
1395 delete_program_space.
1396 (program_space::program_space): Remove intro comment. Rewrite.
1397 (program_space::~program_space): Remove intro comment. Call
1398 remove_program_space.
1399 (delete_program_space): Delete.
1400 * progspace.h (program_space::program_space): Make explicit. Move
1401 intro comment here, adjusted.
1402 (program_space::~program_space): Move intro comment here,
1403 adjusted.
1404 (delete_program_space): Remove.
1405
a010605f
TT
14062020-04-16 Tom Tromey <tromey@adacore.com>
1407
1408 * windows-nat.c (windows_nat::handle_access_violation): New
1409 function.
1410 * nat/windows-nat.h (handle_access_violation): Declare.
1411 * nat/windows-nat.c (handle_exception): Move Cygwin code to
1412 windows-nat.c. Call handle_access_violation.
1413
efba5c23
TV
14142020-04-16 Tom de Vries <tdevries@suse.de>
1415
1416 PR symtab/25791
1417 * dwarf2/index-write.c (write_gdbindex): Generate CU table entries for
1418 CUs without psymtab.
1419
97ed802d
KB
14202020-04-16 Kevin Buettner <kevinb@redhat.com>
1421
1422 * python/python.c (do_start_initialization): Don't call
1423 PyEval_InitThreads for Python 3.9 and beyond.
1424
c7d64809
KR
14252020-04-15 Kamil Rytarowski <n54@gmx.com>
1426
1427 * obsd-nat.c (obsd_nat_target::update_thread_list): Pass "this" to
1428 thread functions.
1429 (obsd_nat_target::wait): Likewise.
1430
ce127a96
TT
14312020-04-15 Tom Tromey <tromey@adacore.com>
1432
1433 * windows-nat.c (DEBUG_EXEC, DEBUG_EVENTS, DEBUG_MEM)
1434 (DEBUG_EXCEPT): Use debug_printf.
1435
99f1bc6a
AB
14362020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1437
1438 * completer.c (class completion_tracker::completion_hash_entry)
1439 <hash_name>: New member function.
1440 (completion_tracker::discard_completions): New callback to hash a
1441 completion_hash_entry, pass this to htab_create_alloc.
1442
a0e9b532
JT
14432016-01-20 Jon Turney <jon.turney@dronecode.org.uk>
1444
1445 * windows-nat.c (windows_make_so): Warn rather than stopping with
1446 an error if realpath() fails.
1447
06ca5dd4
KR
14482020-04-14 Kamil Rytarowski <n54@gmx.com>
1449
1450 * nbsd-nat.c (nbsd_pid_to_kinfo_proc2): New.
1451 (nbsd_nat_target::info_proc): Add do_status.
1452
194d088f
TV
14532020-04-14 Simon Marchi <simon.marchi@polymtl.ca>
1454 Tom de Vries <tdevries@suse.de>
1455
1456 PR symtab/25718
1457 * psympriv.h (struct partial_symtab::read_symtab)
1458 (struct partial_symtab::expand_psymtab)
1459 (struct partial_symtab::read_dependencies): Update comments.
1460 * dwarf2/read.c (struct dwarf2_include_psymtab::read_symtab): Call
1461 read_symtab for includer.
1462 (struct dwarf2_include_psymtab::expand_psymtab): Assert false.
1463 (struct dwarf2_include_psymtab::readin_p): Call readin_p () for includer.
1464 (struct dwarf2_include_psymtab::m_readin): Remove.
1465 (struct dwarf2_include_psymtab::includer): New member function.
1466 (dwarf2_psymtab::expand_psymtab): Assert !readin.
1467
c1a66c06
TV
14682020-04-14 Tom de Vries <tdevries@suse.de>
1469
1470 PR symtab/25720
1471 * symmisc.c (maintenance_expand_symtabs): Call expand_symtabs_matching
1472 with NULL symbol_matcher and lookup_name.
1473 * psymtab.c (psym_expand_symtabs_matching): Handle NULL symbol_matcher
1474 and lookup_name.
1475 * dwarf2/read.c (dw2_expand_symtabs_matching)
1476 (dw2_debug_names_expand_symtabs_matching): Same.
1477 * symfile.h (struct quick_symbol_functions::expand_symtabs_matching):
1478 Make lookup_name a pointer. Update comment.
1479 * symtab.c (global_symbol_searcher::expand_symtabs): Handle
1480 lookup_name being a pointer.
1481 * symfile.c (expand_symtabs_matching): Same.
1482 * symfile-debug.c (debug_qf_expand_symtabs_matching): Same.
1483 * linespec.c (iterate_over_all_matching_symtabs): Same.
1484
400b5eca
TT
14852020-04-13 Tom Tromey <tom@tromey.com>
1486
1487 * run-on-main-thread.c: Update include.
1488 * unittests/main-thread-selftests.c: Update include.
1489 * tui/tui-win.c: Update include.
1490 * tui/tui-io.c: Update include.
1491 * tui/tui-interp.c: Update include.
1492 * tui/tui-hooks.c: Update include.
1493 * top.h: Update include.
1494 * top.c: Update include.
1495 * ser-base.c: Update include.
1496 * remote.c: Update include.
1497 * remote-notif.c: Update include.
1498 * remote-fileio.c: Update include.
1499 * record-full.c: Update include.
1500 * record-btrace.c: Update include.
1501 * python/python.c: Update include.
1502 * posix-hdep.c: Update include.
1503 * mingw-hdep.c: Update include.
1504 * mi/mi-main.c: Update include.
1505 * mi/mi-interp.c: Update include.
1506 * main.c: Update include.
1507 * linux-nat.c: Update include.
1508 * interps.c: Update include.
1509 * infrun.c: Update include.
1510 * inf-loop.c: Update include.
1511 * event-top.c: Update include.
1512 * event-loop.c: Move to ../gdbsupport/.
1513 * event-loop.h: Move to ../gdbsupport/.
1514 * async-event.h: Update include.
1515 * Makefile.in (COMMON_SFILES, HFILES_NO_SRCDIR): Update.
1516
93b54c8e
TT
15172020-04-13 Tom Tromey <tom@tromey.com>
1518
1519 * tui/tui-win.c: Include async-event.h.
1520 * remote.c: Include async-event.h.
1521 * remote-notif.c: Include async-event.h.
1522 * record-full.c: Include async-event.h.
1523 * record-btrace.c: Include async-event.h.
1524 * infrun.c: Include async-event.h.
1525 * event-top.c: Include async-event.h.
1526 * event-loop.h: Move some declarations to async-event.h.
1527 * event-loop.c: Don't include ser-event.h or top.h. Move some
1528 code to async-event.c.
1529 * async-event.h: New file.
1530 * async-event.c: New file.
1531 * Makefile.in (COMMON_SFILES): Add async-event.c.
1532 (HFILES_NO_SRCDIR): Add async-event.h.
1533
c1cd3163
TT
15342020-04-13 Tom Tromey <tom@tromey.com>
1535
1536 * utils.c (flush_streams): New function.
1537 * event-loop.c (gdb_wait_for_event): Call flush_streams.
1538
29f2bf4f
TT
15392020-04-13 Tom Tromey <tom@tromey.com>
1540
1541 * event-loop.c (handle_file_event): Use warning, not
1542 printf_unfiltered.
1543
98029d02
TT
15442020-04-13 Tom Tromey <tom@tromey.com>
1545
1546 * event-loop.c: Include <chrono>.
1547
06cc9596
TT
15482020-04-13 Tom Tromey <tom@tromey.com>
1549
1550 * gdb_select.h: Move to ../gdbsupport/.
1551 * event-loop.c: Update include path.
1552 * top.c: Update include path.
1553 * ser-base.c: Update include path.
1554 * ui-file.c: Update include path.
1555 * ser-tcp.c: Update include path.
1556 * guile/scm-ports.c: Update include path.
1557 * posix-hdep.c: Update include path.
1558 * ser-unix.c: Update include path.
1559 * gdb_usleep.c: Update include path.
1560 * mingw-hdep.c: Update include path.
1561 * inflow.c: Update include path.
1562 * infrun.c: Update include path.
1563 * event-top.c: Update include path.
1564
8ae8e197
TT
15652020-04-13 Tom Tromey <tom@tromey.com>
1566
1567 * configure: Rebuild.
1568 * configure.ac: Remove checks that are now in GDB_AC_COMMON.
1569
58cf28e8
TT
15702020-04-13 Tom Tromey <tom@tromey.com>
1571
1572 * event-loop.h (start_event_loop): Don't declare.
1573 * event-loop.c (start_event_loop): Move...
1574 * main.c (start_event_loop): ...here. Now static.
1575
b7f999ae
SDJ
15762020-04-13 Sergio Durigan Junior <sergiodj@sergiodj.net>
1577
1578 * MAINTAINERS: Update my email address.
1579
1085dfd4
KR
15802020-04-12 Kamil Rytarowski <n54@gmx.com>
1581
1582 * nbsd-nat.c (nbsd_nat_target::info_proc): Add IP_MINIMAL and
1583 IP_ALL.
1584
49d1d1f5
KR
15852020-04-12 Kamil Rytarowski <n54@gmx.com>
1586
1587 * nbsd-nat.c (nbsd_pid_to_cmdline): Add.
aac66a4c 1588 (nbsd_nat_target::info_proc): Add do_cmdline.
49d1d1f5 1589
b4848d2a
KR
15902020-04-12 Kamil Rytarowski <n54@gmx.com>
1591
1592 * nbsd-nat.c (nbsd_pid_to_cwd): Add.
aac66a4c 1593 (nbsd_nat_target::info_proc): Add do_cwd.
b4848d2a 1594
51c133d5
KR
15952020-04-12 Kamil Rytarowski <n54@gmx.com>
1596
1597 * nbsd-nat.c (nbsd_nat_target::info_proc): Add do_exe.
1598
54b8cbd0
KR
15992020-04-11 Kamil Rytarowski <n54@gmx.com>
1600
1601 * nbsd-nat.c; Include "nbsd-tdep.h" and "gdbarch.h".
1602 * nbsd-nat.c (nbsd_nat_target::find_memory_regions)
1603 (nbsd_nat_target::info_proc): New functions.
1604 * nbsd-nat.c (kinfo_get_vmmap): New function.
1605 * nbsd-nat.c (nbsd_nat_target::info_proc) Use
1606 nbsd_info_proc_mappings_header and nbsd_info_proc_mappings_entry.
1607 * nbsd-tdep.c (nbsd_info_proc_mappings_header)
1608 (nbsd_info_proc_mappings_entry, nbsd_vm_map_entry_flags): New
1609 functions.
1610 * nbsd-tdep.c (KINFO_VME_PROT_READ, KINFO_VME_PROT_WRITE)
1611 (KINFO_VME_PROT_EXEC, KINFO_VME_FLAG_COW)
1612 (KINFO_VME_FLAG_NEEDS_COPY, KINFO_VME_FLAG_NOCOREDUMP)
1613 (KINFO_VME_FLAG_PAGEABLE, KINFO_VME_FLAG_GROWS_UP)
1614 (KINFO_VME_FLAG_GROWS_DOWN): New.
1615
cf83625d
AS
16162020-04-10 Artur Shepilko <nomadbyte@gmail.com>
1617
1618 * utils.c (copy_bitwise): Use unsigned 0 constant as operand of
1619 bit shift.
1620
0c4311ab
TT
16212020-04-10 Tom Tromey <tromey@adacore.com>
1622
1623 * symfile.c (symbol_file_add_separate): Preserve OBJF_MAINLINE.
1624
3e65b3e9
TT
16252020-04-10 Tom Tromey <tromey@adacore.com>
1626
1627 * symtab.c (get_symbol_address, get_msymbol_address): Skip
1628 separate debug files.
1629
13302e95
HD
16302020-04-10 Hannes Domani <ssbssa@yahoo.de>
1631
1632 * nat/windows-nat.c (STATUS_WX86_BREAKPOINT, STATUS_WX86_SINGLE_STEP):
1633 Move to...
1634 * nat/windows-nat.h (STATUS_WX86_BREAKPOINT, STATUS_WX86_SINGLE_STEP):
1635 ... here.
1636 * windows-nat.c (windows_nat_target::get_windows_debug_event):
1637 Check for STATUS_WX86_BREAKPOINT.
1638 (windows_nat_target::wait): Same.
1639
bdfc1e8a
TV
16402020-04-10 Tom de Vries <tdevries@suse.de>
1641
1642 PR cli/25808
1643 * python/lib/gdb/__init__.py: Initialize lexer with stripnl=False.
1644
f4460aec
SM
16452020-04-09 Simon Marchi <simon.marchi@polymtl.ca>
1646
1647 * MAINTAINERS (Global Maintainers): Add Tom de Vries.
1648 (Write After Approval): Remove Tom de Vries.
1649
a25198bb
BE
16502020-04-09 Bernd Edlinger <bernd.edlinger@hotmail.de>
1651
1652 revert partially:
1653 2020-04-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
1654
aac66a4c
SM
1655 * buildsym.c (record_line): Fix undefined behavior and preserve
1656 lines at eof.
a25198bb 1657
206c98a6
KR
16582020-04-09 Kamil Rytarowski <n54@gmx.com>
1659
1660 * auxv.h (svr4_auxv_parse): New.
1661 * auxv.c (default_auxv_parse): Split into default_auxv_parse
1662 and generic_auxv_parse.
1663 (svr4_auxv_parse): Add.
1664 * obsd-tdep.c: Include "auxv.h".
1665 (obsd_auxv_parse): Remove.
1666 (obsd_init_abi): Remove comment.
1667 (obsd_init_abi): Change set_gdbarch_auxv_parse passed argument
1668 from `obsd_auxv_parse' to `svr4_auxv_parse'.
1669 * nbsd-tdep.c: Include "auxv.h".
1670 (nbsd_init_abi): Call set_gdbarch_auxv_parse.
1671
71fbdbaf
TT
16722020-04-08 Tom Tromey <tromey@adacore.com>
1673
1674 * nat/windows-nat.h (last_wait_event): Don't declare.
1675 (wait_for_debug_event): Update comment.
1676 * nat/windows-nat.c (last_wait_event): Now static.
1677
2c1d95e8
TT
16782020-04-08 Tom Tromey <tromey@adacore.com>
1679
1680 * windows-nat.c (wait_for_debug_event): Move to
1681 nat/windows-nat.c.
1682 * nat/windows-nat.h (wait_for_debug_event): Declare.
1683 * nat/windows-nat.c (wait_for_debug_event): Move from
1684 windows-nat.c. No longer static.
1685
d2977bc4
TT
16862020-04-08 Tom Tromey <tromey@adacore.com>
1687
1688 * windows-nat.c (get_windows_debug_event): Use
1689 fetch_pending_stop.
1690 * nat/windows-nat.h (fetch_pending_stop): Declare.
1691 * nat/windows-nat.c (fetch_pending_stop): New function.
1692
e758e19c
TT
16932020-04-08 Tom Tromey <tromey@adacore.com>
1694
1695 * windows-nat.c (windows_continue): Use matching_pending_stop and
1696 continue_last_debug_event.
1697 * nat/windows-nat.h (matching_pending_stop)
1698 (continue_last_debug_event): Declare.
1699 * nat/windows-nat.c (DEBUG_EVENTS): New define.
1700 (matching_pending_stop, continue_last_debug_event): New
1701 functions.
1702
8d30e395
TT
17032020-04-08 Tom Tromey <tromey@adacore.com>
1704
1705 * windows-nat.c (MS_VC_EXCEPTION): Move to nat/windows-nat.c.
1706 (handle_exception_result): Move to nat/windows-nat.h.
1707 (DEBUG_EXCEPTION_SIMPLE): Remove.
1708 (windows_nat::handle_ms_vc_exception): New function.
1709 (handle_exception): Move to nat/windows-nat.c.
1710 (get_windows_debug_event): Update.
1711 (STATUS_WX86_BREAKPOINT, STATUS_WX86_SINGLE_STEP): Move to
1712 nat/windows-nat.c.
1713 * nat/windows-nat.h (handle_ms_vc_exception): Declare.
1714 (handle_exception_result): Move from windows-nat.c.
1715 (handle_exception): Declare.
1716 * nat/windows-nat.c (MS_VC_EXCEPTION, handle_exception)
1717 (STATUS_WX86_SINGLE_STEP, STATUS_WX86_BREAKPOINT): Move from
1718 windows-nat.c.
1719
29de418d
TT
17202020-04-08 Tom Tromey <tromey@adacore.com>
1721
1722 * windows-nat.c (exception_count, event_count): Remove.
1723 (handle_exception, get_windows_debug_event)
1724 (do_initial_windows_stuff): Update.
1725
a816ba18
TT
17262020-04-08 Tom Tromey <tromey@adacore.com>
1727
1728 * windows-nat.c (windows_nat::handle_load_dll)
1729 (windows_nat::handle_unload_dll): Rename. No longer static.
1730 * nat/windows-nat.h (handle_load_dll, handle_unload_dll):
1731 Declare.
1732
a00caa12
TT
17332020-04-08 Tom Tromey <tromey@adacore.com>
1734
1735 * complaints.h (stop_whining): Declare at top-level.
1736 (complaint): Don't declare stop_whining.
1737
d41b524f
TT
17382020-04-08 Tom Tromey <tromey@adacore.com>
1739
1740 * windows-nat.c (windows_nat::handle_output_debug_string):
1741 Rename. No longer static.
1742 * nat/windows-nat.h (handle_output_debug_string): Declare.
1743
3c76026d
TT
17442020-04-08 Tom Tromey <tromey@adacore.com>
1745
1746 * windows-nat.c (current_process_handle, current_process_id)
1747 (main_thread_id, last_sig, current_event, last_wait_event)
1748 (current_windows_thread, desired_stop_thread_id, pending_stops)
1749 (struct pending_stop, siginfo_er): Move to nat/windows-nat.c.
1750 (display_selectors, fake_create_process)
1751 (get_windows_debug_event): Update.
1752 * nat/windows-nat.h (current_process_handle, current_process_id)
1753 (main_thread_id, last_sig, current_event, last_wait_event)
1754 (current_windows_thread, desired_stop_thread_id, pending_stops)
1755 (struct pending_stop, siginfo_er): Move from windows-nat.c.
1756 * nat/windows-nat.c (current_process_handle, current_process_id)
1757 (main_thread_id, last_sig, current_event, last_wait_event)
1758 (current_windows_thread, desired_stop_thread_id, pending_stops)
1759 (siginfo_er): New globals. Move from windows-nat.c.
1760
9d8679cc
TT
17612020-04-08 Tom Tromey <tromey@adacore.com>
1762
1763 * windows-nat.c (get_image_name): Move to nat/windows-nat.c.
1764 (handle_load_dll): Update.
1765 * nat/windows-nat.c (get_image_name): Move from windows-nat.c.
1766
28688adf
TT
17672020-04-08 Tom Tromey <tromey@adacore.com>
1768
1769 * windows-nat.c (enum thread_disposition_type): Move to
1770 nat/windows-nat.h.
1771 (windows_nat::thread_rec): Rename from thread_rec. No longer
1772 static.
1773 (windows_add_thread, windows_nat_target::fetch_registers)
1774 (windows_nat_target::store_registers, handle_exception)
1775 (windows_nat_target::resume, get_windows_debug_event)
1776 (windows_nat_target::get_tib_address)
1777 (windows_nat_target::thread_name)
1778 (windows_nat_target::thread_alive): Update.
1779 * nat/windows-nat.h (enum thread_disposition_type): Move from
1780 windows-nat.c.
1781 (thread_rec): Declare.
1782
4834dad0
TT
17832020-04-08 Tom Tromey <tromey@adacore.com>
1784
1785 * windows-nat.c: Add "using namespace".
1786 * nat/windows-nat.h: Wrap contents in windows_nat namespace.
1787 * nat/windows-nat.c: Wrap contents in windows_nat namespace.
1788
65bafd5b
TT
17892020-04-08 Tom Tromey <tromey@adacore.com>
1790
1791 * nat/windows-nat.h (struct windows_thread_info): Declare
1792 destructor.
1793 * nat/windows-nat.c (~windows_thread_info): New.
1794
0a4afda3
TT
17952020-04-08 Tom Tromey <tromey@adacore.com>
1796
1797 PR gdb/22992
1798 * windows-nat.c (current_event): Update comment.
1799 (last_wait_event, desired_stop_thread_id): New globals.
1800 (struct pending_stop): New.
1801 (pending_stops): New global.
1802 (windows_nat_target) <stopped_by_sw_breakpoint>
1803 <supports_stopped_by_sw_breakpoint>: New methods.
1804 (windows_fetch_one_register): Add assertions. Adjust PC.
1805 (windows_continue): Handle pending stops. Suspend other threads
1806 when stepping. Use last_wait_event
1807 (wait_for_debug_event): New function.
1808 (get_windows_debug_event): Use wait_for_debug_event. Handle
1809 pending stops. Queue spurious stops.
1810 (windows_nat_target::wait): Set stopped_at_software_breakpoint.
1811 (windows_nat_target::kill): Use wait_for_debug_event.
1812 * nat/windows-nat.h (struct windows_thread_info)
1813 <stopped_at_software_breakpoint>: New field.
1814 * nat/windows-nat.c (windows_thread_info::resume): Clear
1815 stopped_at_software_breakpoint.
1816
8e61ebec
TT
18172020-04-08 Tom Tromey <tromey@adacore.com>
1818
1819 * windows-nat.c (enum thread_disposition_type): New.
1820 (thread_rec): Replace "get_context" parameter with "disposition";
1821 change type.
1822 (windows_add_thread, windows_nat_target::fetch_registers)
1823 (windows_nat_target::store_registers, handle_exception)
1824 (windows_nat_target::resume, get_windows_debug_event)
1825 (windows_nat_target::get_tib_address)
1826 (windows_nat_target::thread_name)
1827 (windows_nat_target::thread_alive): Update.
1828
98a03287
TT
18292020-04-08 Tom Tromey <tromey@adacore.com>
1830
1831 * windows-nat.c (thread_rec): Use windows_thread_info::suspend.
1832 (windows_continue): Use windows_continue::resume.
1833 * nat/windows-nat.h (struct windows_thread_info) <suspend,
1834 resume>: Declare new methods.
1835 * nat/windows-nat.c: New file.
1836 * configure.nat (NATDEPFILES): Add nat/windows-nat.o when needed.
1837
7c7411bc
TT
18382020-04-08 Tom Tromey <tromey@adacore.com>
1839
1840 * windows-nat.c (windows_add_thread, windows_delete_thread)
1841 (windows_nat_target::fetch_registers)
1842 (windows_nat_target::store_registers, fake_create_process)
1843 (windows_nat_target::resume, windows_nat_target::resume)
1844 (get_windows_debug_event, windows_nat_target::wait)
1845 (windows_nat_target::pid_to_str)
1846 (windows_nat_target::get_tib_address)
1847 (windows_nat_target::get_ada_task_ptid)
1848 (windows_nat_target::thread_name)
1849 (windows_nat_target::thread_alive): Use lwp, not tid.
1850
2950fdf7
TT
18512020-04-08 Tom Tromey <tromey@adacore.com>
1852
1853 * windows-nat.c (handle_exception)
1854 (windows_nat_target::thread_name): Update.
1855 * nat/windows-nat.h (windows_thread_info): Remove destructor.
1856 <name>: Now unique_xmalloc_ptr.
1857
62fe396b
TT
18582020-04-08 Tom Tromey <tromey@adacore.com>
1859
1860 * windows-nat.c (thread_rec)
1861 (windows_nat_target::fetch_registers): Update.
1862 * nat/windows-nat.h (struct windows_thread_info) <suspended>:
1863 Update comment.
1864 <debug_registers_changed, reload_context>: Now bool.
1865
e9534bd2
TT
18662020-04-08 Tom Tromey <tromey@adacore.com>
1867
1868 * windows-nat.c (windows_add_thread): Use new.
1869 (windows_init_thread_list, windows_delete_thread): Use delete.
1870 (get_windows_debug_event): Update.
1871 * nat/windows-nat.h (struct windows_thread_info): Add constructor,
1872 destructor, and initializers.
1873
ae1f8880
TT
18742020-04-08 Tom Tromey <tromey@adacore.com>
1875
1876 * windows-nat.c (struct windows_thread_info): Remove.
1877 * nat/windows-nat.h: New file.
1878
55a1e039
TT
18792020-04-08 Tom Tromey <tromey@adacore.com>
1880
1881 * windows-nat.c (struct windows_thread_info) <tid>: Rename from "id".
1882 (thread_rec, windows_add_thread, windows_delete_thread)
1883 (windows_continue): Update.
1884
93366324
TT
18852020-04-08 Tom Tromey <tromey@adacore.com>
1886
1887 * windows-nat.c (struct windows_thread_info): Remove typedef.
1888 (thread_head): Remove.
1889 (thread_list): New global.
1890 (thread_rec, windows_add_thread, windows_init_thread_list)
1891 (windows_delete_thread, windows_continue): Update.
1892
0f2265e2
SM
18932020-04-08 Simon Marchi <simon.marchi@polymtl.ca>
1894
1895 * windows-tdep.h (windows_init_abi): Add comment.
1896 (cygwin_init_abi): New declaration.
1897 * windows-tdep.c: Split signal enumeration in two, one for
1898 Windows and one for Cygwin.
1899 (windows_gdb_signal_to_target): Only deal with signal of the
1900 Windows OS ABI.
1901 (cygwin_gdb_signal_to_target): New function.
1902 (windows_init_abi): Rename to windows_init_abi_common, don't set
1903 gdb_signal_to_target gdbarch method. Add new new function with
1904 this name.
1905 (cygwin_init_abi): New function.
1906 * amd64-windows-tdep.c (amd64_windows_init_abi_common): Add
1907 comment. Don't call windows_init_abi.
1908 (amd64_windows_init_abi): Add comment, call windows_init_abi.
1909 (amd64_cygwin_init_abi): Add comment, call cygwin_init_abi.
1910 * i386-windows-tdep.c (i386_windows_init_abi): Rename to
1911 i386_windows_init_abi_common, don't call windows_init_abi. Add
1912 a new function of this name.
1913 (i386_cygwin_init_abi): New function.
1914 (_initialize_i386_windows_tdep): Bind i386_cygwin_init_abi to
1915 OS ABI Cygwin.
1916
3810f182
SM
19172020-04-08 Simon Marchi <simon.marchi@polymtl.ca>
1918
1919 * dwarf2/read.c (read_gdb_index_from_buffer): Remove objfile
1920 parameter.c.
1921 (dwarf2_read_gdb_index): Update.
1922
063f8e80
KR
19232020-04-07 Kamil Rytarowski <n54@gmx.com>
1924
1925 * nbsd-tdep.c: Include "objfiles.h".
1926 (nbsd_skip_solib_resolver): New.
1927 (nbsd_init_abi): Call set_gdbarch_skip_solib_resolver().
1928
85a9510c 19292020-04-07 Nitika Achra <Nitika.Achra@amd.com>
1930
1931 * dwarf2/loc.c (loclist_describe_location): Call the function decode_debug_loclists_
1932 addresses if DWARF version is 5 or more because DW_LLE_start* or DW_LLE_offset_pair
1933 with DW_LLE_base_addressx are being emitted in DWARFv5.
1934 Add the newly added kind DW_LOC_OFFSET_PAIR also.
1935 The length of location description is an unsigned ULEB integer in DWARFv5 instead of
1936 unsigned integer.
1937
9fc3eaae 19382020-04-07 Nitika Achra <Nitika.Achra@amd.com>
1939
1940 * dwarf2/loc.c (enum debug_loc_kind): Add a new kind DEBUG_LOC_OFFSET_PAIR.
1941 (dwarf2_find_location_expression): Call the function decode_debug_loclists_
1942 addresses if DWARF version is 5 or more. DW_LLE_start* or DW_LLE_offset_pair
1943 with DW_LLE_base_addressx are being emitted in DWARFv5 instead of DW_LLE_GNU*.
1944 Add applicable base address if the entry is DW_LLE_offset_pair from DWO.
1945 (decode_debug_loclists_addresses): Return DEBUG_LOC_OFFSET_PAIR instead of
1946 DEBUG_LOC_START_END in case of DW_LLE_offset_pair.
1947
1948
41144253 19492020-04-07 Nitika Achra <Nitika.Achra@amd.com>
1950
1951 * dwarf2/read.c (cu_debug_loc_section): Added the declaration for the function.
1952 (read_loclist_index): New function definition.
1953 (lookup_loclist_base): New function definition.
1954 (read_loclist_header): New function definition.
1955 (dwarf2_cu): Add loclist_base and loclist_header field.
1956 (dwarf2_locate_dwo_sections): Handle .debug_loclists.dwo section.
1957 (read_full_die_1): Read the value of DW_AT_loclists_base.
1958 (read_attribute_reprocess): Handle DW_FORM_loclistx.
1959 (read_attribute_value): Handle DW_FORM_loclistx.
1960 (skip_one_die): Handle DW_FORM_loclistx.
1961 (loclist_header): New structure declaration.
1962 * dwarf2/attribute.c (form_is_section_offset): Handle DW_FORM_loclistx.
1963
9f4e76a4
SM
19642020-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1965
1966 * dwarf2/read.h (struct dwarf2_psymtab): Remove two-parameters
1967 constructor. Remove `addr` parameter from other constructor and
1968 add `per_cu` parameter.
1969 * dwarf2/read.c (create_partial_symtab): Update.
1970
25c11aca
TV
19712020-04-07 Tom de Vries <tdevries@suse.de>
1972
1973 PR symtab/25796
1974 * dwarf2/read.c (can_have_DW_AT_const_value_p): New function.
1975 (partial_die_info::fixup): Inherit has_const_value.
1976
5707e24b
TV
19772020-04-07 Tom de Vries <tdevries@suse.de>
1978
1979 * psymtab.c (maintenance_check_psymtabs): Skip static LOC_BLOCK
1980 symbols without address.
1981
05f00e22
KR
19822020-04-06 Kamil Rytarowski <n54@gmx.com>
1983
1984 * nbsd-nat.h (struct thread_info): Add forward declaration.
1985 (nbsd_nat_target::thread_alive): Add.
1986 (nbsd_nat_target::thread_name): Likewise.
1987 (nbsd_nat_target::update_thread_list): Likewise.
1988 (update_thread_list::post_attach): Likewise.
1989 (post_attach::pid_to_str): Likewise.
1990 * nbsd-nat.c: Include "gdbthread.h" and "inferior.h".
1991 (nbsd_thread_lister): Add.
1992 (nbsd_nat_target::thread_alive): Likewise.
1993 (nbsd_nat_target::thread_name): Likewise.
1994 (nbsd_add_threads): Likewise.
1995 (update_thread_list::post_attach): Likewise.
1996 (nbsd_nat_target::update_thread_list): Likewise.
1997 (post_attach::pid_to_str): Likewise.
1998
6ee448cc
TT
19992020-04-06 Tom Tromey <tromey@adacore.com>
2000
2001 * ada-valprint.c (print_variant_part): Extract the variant field.
2002 (print_field_values): Use the field as the outer value when
2003 recursing.
2004
dea34e8c
TT
20052020-04-06 Tom Tromey <tromey@adacore.com>
2006
2007 * sh-nbsd-tdep.c: Include nbsd-tdep.h.
2008 * ppc-nbsd-tdep.c: Include nbsd-tdep.h.
2009 * mips-nbsd-tdep.c (mipsnbsd_init_abi): Add missing ";".
2010 * arm-nbsd-tdep.c: Include nbsd-tdep.h.
2011 * hppa-nbsd-tdep.c: Include nbsd-tdep.h.
2012
93689ce9
TT
20132020-04-06 Tom Tromey <tromey@adacore.com>
2014
2015 * dwarf2/read.c (read_base_type) <DW_ATE_complex_float>: Handle
2016 TYPE_CODE_ERROR.
2017
79743962
KR
20182020-04-06 Kamil Rytarowski <n54@gmx.com>
2019
2020 * nbsd-tdep.c: Include "gdbarch.h".
2021 Define enum with NetBSD signal numbers.
2022 (nbsd_gdb_signal_from_target, nbsd_gdb_signal_to_target): New.
2023 * alpha-nbsd-tdep.c (alphanbsd_init_abi): Call nbsd_init_abi().
2024 * amd64-nbsd-tdep.c (amd64nbsd_init_abi): Likewise.
2025 * arm-nbsd-tdep.c (arm_netbsd_elf_init_abi): Likewise.
2026 * hppa-nbsd-tdep.c (hppanbsd_init_abi): Likewise.
2027 * i386-nbsd-tdep.c (i386nbsd_init_abi): Likewise.
2028 * mips-nbsd-tdep.c (nbsd_init_abi): Likewise.
2029 * ppc-nbsd-tdep.c (ppcnbsd_init_abi): Likewise.
2030 * sh-nbsd-tdep.c (shnbsd_init_abi): Likewise.
2031 * sparc-nbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
2032 * sparc64-nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
2033 * vax-nbsd-tdep.c (vaxnbsd_elf_init_abi): Likewise.
2034
9e7c9a03
HD
20352020-04-03 Hannes Domani <ssbssa@yahoo.de>
2036
2037 PR gdb/25325
2038 * dwarf2/read.c (read_enumeration_type): Fix typed enum attributes.
2039
d9e49b61
TT
20402020-04-03 Tom Tromey <tromey@adacore.com>
2041
2042 * dwarf2/loc.c (disassemble_dwarf_expression) <DW_OP_const_type>:
2043 Read constant block.
2044
e0fc5c3f
SM
20452020-04-02 Simon Marchi <simon.marchi@polymtl.ca>
2046
2047 * gdb_bfd.h: Include gdbsupport/byte-vector.h.
2048 (gdb_bfd_get_full_section_contents): New declaration.
2049 * gdb_bfd.c (gdb_bfd_get_full_section_contents): New function.
2050 * windows-tdep.c (is_linked_with_cygwin_dll): Use
2051 gdb_bfd_get_full_section_contents.
2052
e2ff18a0
SM
20532020-04-02 Simon Marchi <simon.marchi@polymtl.ca>
2054
2055 * exec.c (build_section_table): Replace internal_error with
2056 gdb_assert.
2057 (section_table_xfer_memory_partial): Likewise.
2058 * mdebugread.c (parse_partial_symbols): Likewise.
2059 * psymtab.c (lookup_partial_symbol): Likewise.
2060 * utils.c (wrap_here): Likewise.
2061
0830d301
TT
20622020-04-02 Tom Tromey <tromey@adacore.com>
2063
2064 * f-lang.c (build_fortran_types): Use arch_type to initialize
2065 builtin_complex_s32 in the TYPE_CODE_ERROR case.
2066
e7da7f8f
TT
20672020-04-02 Tom Tromey <tromey@adacore.com>
2068
2069 * dwarf2/read.c (partial_die_info::read): Do not create a vector
2070 of attributes.
2071
c90d28ac
AB
20722020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2073 Bernd Edlinger <bernd.edlinger@hotmail.de>
2074 Tom Tromey <tromey@adacore.com>
2075
2076 * buildsym.c (buildsym_compunit::record_line): Remove
2077 deduplication code.
2078
1aa98955
TV
20792020-04-02 Tom de Vries <tdevries@suse.de>
2080
2081 PR ada/24671
2082 * dwarf2/read.c (dw2_map_matching_symbols): Handle -readnow.
2083
d3214198
TV
20842020-04-02 Tom de Vries <tdevries@suse.de>
2085
2086 * dwarf2/read.c (dwarf2_gdb_index_functions,
2087 dwarf2_debug_names_functions): Init lookup_global_symbol_language with
2088 NULL.
2089 * psymtab.c (psym_lookup_global_symbol_language): New function.
2090 (psym_functions): Init psym_lookup_global_symbol_language with
2091 psym_lookup_global_symbol_language.
2092 * symfile-debug.c (debug_sym_quick_functions): Init
2093 lookup_global_symbol_language with NULL.
2094 * symfile.c (set_initial_language): Remove fixme comment.
2095 * symfile.h (struct quick_symbol_functions): Add
2096 lookup_global_symbol_language.
2097 * symtab.c (find_quick_global_symbol_language): New function.
2098 (find_main_name): Use find_quick_global_symbol_language.
2099
2836752f
SM
21002020-04-01 Simon Marchi <simon.marchi@polymtl.ca>
2101
2102 * windows-tdep.c (is_linked_with_cygwin_dll): Fix style.
2103
64dc2d4b
BE
21042020-04-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
2105
2106 * buildsym.c (record_line): Fix undefined behavior and preserve
2107 lines at eof.
2108
bbe3dc41
BE
21092020-04-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
2110
2111 * buildsym.c (record_line): Fix the resizing condition.
2112
6b4a335b
TT
21132020-04-01 Tom Tromey <tom@tromey.com>
2114
2115 * value.h (value_literal_complex): Add comment.
2116 * valops.c (value_literal_complex): Refer to value.h.
2117
3638a098
TT
21182020-04-01 Tom Tromey <tom@tromey.com>
2119
2120 * c-exp.y (FLOAT_KEYWORD, COMPLEX): New tokens.
2121 (scalar_type): New rule, from typebase.
2122 (typebase): Use scalar_type. Recognize complex types.
2123 (field_name): Handle FLOAT_KEYWORD.
2124 (ident_tokens): Add _Complex and __complex__.
2125
c34e8714
TT
21262020-04-01 Tom Tromey <tom@tromey.com>
2127
2128 PR exp/25299:
2129 * valarith.c (promotion_type, complex_binop): New functions.
2130 (scalar_binop): Handle complex numbers. Use promotion_type.
2131 (value_pos, value_neg, value_complement): Handle complex numbers.
2132
fa649bb7
TT
21332020-04-01 Tom Tromey <tom@tromey.com>
2134
2135 * c-exp.y (COMPLEX_INT, COMPLEX_FLOAT): New tokens.
2136 (exp) <COMPLEX_INT, COMPLEX_FLOAT>: New rules.
2137 (parse_number): Handle complex numbers.
2138
981c08ce
TT
21392020-04-01 Tom Tromey <tom@tromey.com>
2140
2141 * c-valprint.c (c_decorations): Change complex suffix to "i".
2142
4c99290d
TT
21432020-04-01 Tom Tromey <tom@tromey.com>
2144
2145 * valprint.c (generic_value_print_complex): Use accessors.
2146 * value.h (value_real_part, value_imaginary_part): Declare.
2147 * valops.c (value_real_part, value_imaginary_part): New
2148 functions.
2149 * value.c (creal_internal_fn, cimag_internal_fn): Use accessors.
2150
5b930b45
TT
21512020-04-01 Tom Tromey <tom@tromey.com>
2152
2153 * stabsread.c (rs6000_builtin_type, read_sun_floating_type)
2154 (read_range_type): Update.
2155 * mdebugread.c (basic_type): Update.
2156 * go-lang.c (build_go_types): Use init_complex_type.
2157 * gdbtypes.h (struct main_type) <complex_type>: New member.
2158 (init_complex_type): Update.
2159 (arch_complex_type): Don't declare.
2160 * gdbtypes.c (init_complex_type): Remove "objfile" parameter.
2161 Make name if none given. Use alloc_type_copy. Look for cached
2162 complex type.
2163 (arch_complex_type): Remove.
2164 (gdbtypes_post_init): Use init_complex_type.
2165 * f-lang.c (build_fortran_types): Use init_complex_type.
2166 * dwarf2/read.c (read_base_type): Update.
2167 * d-lang.c (build_d_types): Use init_complex_type.
2168 * ctfread.c (read_base_type): Update.
2169
53cccef1
TBA
21702020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2171
2172 * infrun.c (stop_all_threads): Update assertion, plus when
2173 stopping threads, take into account that we might be trying
2174 to stop an all-stop target.
2175 (stop_waiting): Call 'stop_all_threads' if there exists a
2176 non-stop target.
2177
a0714d30
TBA
21782020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2179
2180 * target.h (exists_non_stop_target): New function declaration.
2181 * target.c (exists_non_stop_target): New function.
2182
60e22c1e
HD
21832020-04-01 Hannes Domani <ssbssa@yahoo.de>
2184
2185 PR gdb/24789
2186 * eval.c (is_integral_or_integral_reference): New function.
2187 (evaluate_subexp_standard): Allow integer references in
2188 pointer arithmetic.
2189
e139a727
TBA
21902020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2191
2192 * remote.c (remote_target::remote_parse_stop_reply): Remove the
2193 check for no ptid in the stop reply when the target is non-stop.
2194
e0802d59
TT
21952020-04-01 Tom Tromey <tromey@adacore.com>
2196
2197 * symtab.h (class lookup_name_info) <lookup_name_info>: Change
2198 "name" parameter to rvalue reference. Initialize m_name_holder.
2199 <lookup_name_info>: New overloads.
2200 <name>: Return gdb::string_view.
2201 <c_str>: New method.
2202 <make_ignore_params>: Update.
2203 <search_name_hash>: Update.
2204 <language_lookup_name>: Return const char *.
2205 <m_name>: Change type.
2206 * symtab.c (demangle_for_lookup_info::demangle_for_lookup_info)
2207 (demangle_for_lookup_info::demangle_for_lookup_info): Update.
2208 (lookup_name_info::match_any): Update.
2209 * psymtab.c (match_partial_symbol, lookup_partial_symbol):
2210 Update.
2211 * minsyms.c (linkage_name_str): Update.
2212 * language.c (default_symbol_name_matcher): Update.
2213 * dwarf2/read.c (mapped_index_base::find_name_components_bounds):
2214 Update.
2215 * ada-lang.c (ada_fold_name): Change parameter to string_view.
2216 (ada_lookup_name_info::ada_lookup_name_info): Update.
2217 (literal_symbol_name_matcher): Update.
2218
8c072cb6
TT
22192020-04-01 Tom Tromey <tromey@adacore.com>
2220
2221 * psymtab.c (psymtab_search_name): Remove function.
2222 (psym_lookup_symbol): Create search name and lookup name here.
2223 (lookup_partial_symbol): Remove "name" parameter; add
2224 lookup_name.
2225 (psym_expand_symtabs_for_function): Update.
2226
6f29a534
TT
22272020-03-31 Joel Jones <joelkevinjones@gmail.com>
2228
2229 PR tui/25597:
2230 * python/py-tui.c: Include gdb_curses.h inside of #ifdef TUI.
2231
af62665e
TT
22322020-03-31 Tom Tromey <tromey@adacore.com>
2233
2234 * dwarf2/abbrev.c (abbrev_table::read): Conditionally call
2235 memcpy.
2236
d1a89da5
NC
22372020-03-30 Nelson Chu <nelson.chu@sifive.com>
2238
2239 * features/riscv/32bit-csr.xml: Regenerated.
2240 * features/riscv/64bit-csr.xml: Regenerated.
2241
d8af9068
TT
22422020-03-30 Tom Tromey <tromey@adacore.com>
2243
2244 * ada-valprint.c (print_variant_part): Update.
2245 * ada-lang.h (ada_which_variant_applies): Update.
2246 * ada-lang.c (ada_which_variant_applies): Remove outer_type and
2247 outer_valaddr parameters; replace with "outer" value parameter.
2248 (to_fixed_variant_branch_type): Update.
2249
227c0bf4
PFC
22502020-03-30 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2251
2252 * ppc-linux-nat.c: Include <algorithm>, <unordered_map>, and
2253 <list>. Remove inclusion of observable.h.
2254 (PPC_DEBUG_CURRENT_VERSION): Move up define.
2255 (struct arch_lwp_info): New struct.
2256 (class ppc_linux_dreg_interface): New class.
2257 (struct ppc_linux_process_info): New struct.
2258 (struct ppc_linux_nat_target) <low_delete_thread, low_new_fork>
2259 <low_new_clone, low_forget_process, low_prepare_to_resume>
2260 <copy_thread_dreg_state, mark_thread_stale>
2261 <mark_debug_registers_changed, register_hw_breakpoint>
2262 <clear_hw_breakpoint, register_wp, clear_wp>
2263 <can_use_watchpoint_cond_accel, calculate_dvc, check_condition>
2264 <num_memory_accesses, get_trigger_type>
2265 <create_watchpoint_request, hwdebug_point_cmp>
2266 <init_arch_lwp_info, get_arch_lwp_info>
2267 <low_stopped_by_watchpoint, low_stopped_data_address>: Declare as
2268 methods.
2269 <struct ptid_hash>: New inner struct.
2270 <m_dreg_interface, m_process_info, m_installed_hw_bps>: Declare
2271 members.
2272 (saved_dabr_value, hwdebug_info, max_slots_number)
2273 (struct hw_break_tuple, struct thread_points, ppc_threads)
2274 (have_ptrace_hwdebug_interface)
2275 (hwdebug_find_thread_points_by_tid)
2276 (hwdebug_insert_point, hwdebug_remove_point): Remove.
2277 (ppc_linux_nat_target::can_use_hw_breakpoint): Use
2278 m_dreg_interface, remove call to PTRACE_SET_DEBUGREG.
2279 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Add comment,
2280 use m_dreg_interface.
2281 (hwdebug_point_cmp): Change to...
2282 (ppc_linux_nat_target::hwdebug_point_cmp): ...this method. Use
2283 reference arguments instead of pointers.
2284 (ppc_linux_nat_target::ranged_break_num_registers): Use
2285 m_dreg_interface.
2286 (ppc_linux_nat_target::insert_hw_breakpoint): Add comment, use
2287 m_dreg_interface. Call register_hw_breakpoint.
2288 (ppc_linux_nat_target::remove_hw_breakpoint): Add comment, use
2289 m_dreg_interface. Call clear_hw_breakpoint.
2290 (get_trigger_type): Change to...
2291 (ppc_linux_nat_target::get_trigger_type): ...this method. Add
2292 comment.
2293 (ppc_linux_nat_target::insert_mask_watchpoint): Update comment,
2294 use m_dreg_interface. Call register_hw_breakpoint.
2295 (ppc_linux_nat_target::remove_mask_watchpoint): Update comment,
2296 use m_dreg_interface. Call clear_hw_breakpoint.
2297 (can_use_watchpoint_cond_accel): Change to...
2298 (ppc_linux_nat_target::can_use_watchpoint_cond_accel): ...this
2299 method. Update comment, use m_dreg_interface and
2300 m_process_info.
2301 (calculate_dvc): Change to...
2302 (ppc_linux_nat_target::calculate_dvc): ...this method. Use
2303 m_dreg_interface.
2304 (num_memory_accesses): Change to...
2305 (ppc_linux_nat_target::num_memory_accesses): ...this method.
2306 (check_condition): Change to...
2307 (ppc_linux_nat_target::check_condition): ...this method.
2308 (ppc_linux_nat_target::can_accel_watchpoint_condition): Update
2309 comment, use m_dreg_interface.
2310 (create_watchpoint_request): Change to...
2311 (ppc_linux_nat_target::create_watchpoint_request): ...this
2312 method. Use m_dreg_interface.
2313 (ppc_linux_nat_target::insert_watchpoint): Add comment, use
2314 m_dreg_interface. Call register_hw_breakpoint or register_wp.
2315 (ppc_linux_nat_target::remove_watchpoint): Add comment, use
2316 m_dreg_interface. Call clear_hw_breakpoint or clear_wp.
2317 (ppc_linux_nat_target::low_forget_process)
2318 (ppc_linux_nat_target::low_new_fork)
2319 (ppc_linux_nat_target::low_new_clone)
2320 (ppc_linux_nat_target::low_delete_thread)
2321 (ppc_linux_nat_target::low_prepare_to_resume): New methods.
2322 (ppc_linux_nat_target::low_new_thread): Remove previous logic,
2323 only call mark_thread_stale.
2324 (ppc_linux_thread_exit): Remove.
2325 (ppc_linux_nat_target::stopped_data_address): Change to...
2326 (ppc_linux_nat_target::low_stopped_data_address): This. Add
2327 comment, use m_dreg_interface and m_thread_hw_breakpoints.
2328 (ppc_linux_nat_target::stopped_by_watchpoint): Change to...
2329 (ppc_linux_nat_target::stopped_by_watchpoint): This. Add
2330 comment. Call low_stopped_data_address.
2331 (ppc_linux_nat_target::watchpoint_addr_within_range): Use
2332 m_dreg_interface.
2333 (ppc_linux_nat_target::masked_watch_num_registers): Use
2334 m_dreg_interface.
2335 (ppc_linux_nat_target::copy_thread_dreg_state)
2336 (ppc_linux_nat_target::mark_thread_stale)
2337 (ppc_linux_nat_target::mark_debug_registers_changed)
2338 (ppc_linux_nat_target::register_hw_breakpoint)
2339 (ppc_linux_nat_target::clear_hw_breakpoint)
2340 (ppc_linux_nat_target::register_wp)
2341 (ppc_linux_nat_target::clear_wp)
2342 (ppc_linux_nat_target::init_arch_lwp_info)
2343 (ppc_linux_nat_target::get_arch_lwp_info): New methods.
2344 (_initialize_ppc_linux_nat): Remove observer callback.
2345
4db10d8f
PFC
23462020-03-30 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2347
2348 * ppc-linux-nat.c (ppc_linux_nat_target::store_registers)
2349 (ppc_linux_nat_target::auxv_parse)
2350 (ppc_linux_nat_target::read_description)
2351 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
2352 Move up.
2353
1310c1b0
PFC
23542020-03-30 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2355
2356 * linux-nat.h (low_new_clone): New method.
2357 * linux-nat.c (linux_handle_extended_wait): Call low_new_clone.
2358
69b037c3
SM
23592020-03-29 Simon Marchi <simon.marchi@polymtl.ca>
2360
2361 * dbxread.c (dbx_psymtab_to_symtab_1): Rename to...
2362 (dbx_expand_psymtab): ... this.
2363 (start_psymtab): Update.
2364 * mdebugread.c (psymtab_to_symtab_1): Rename to...
2365 (mdebug_expand_psymtab): ... this.
2366 (parse_partial_symbols): Update.
2367 (new_psymtab): Update.
2368 * xcoffread.c (xcoff_psymtab_to_symtab_1): Rename to...
2369 (xcoff_expand_psymtab): ... this.
2370 (xcoff_start_psymtab): Update.
2371
48993951
SM
23722020-03-29 Simon Marchi <simon.marchi@polymtl.ca>
2373
2374 * psympriv.h (partial_symtab) <read_dependencies>: Rename to...
2375 <expand_dependencies>: ... this.
2376 * psymtab.c (partial_symtab::read_dependencies): Rename to...
2377 (partial_symtab::expand_dependencies): ... this.
2378 * dwarf2/read.c (dwarf2_include_psymtab) <expand_psymtab>:
2379 Update.
2380 (dwarf2_psymtab::expand_psymtab): Update.
2381 * dbxread.c (dbx_psymtab_to_symtab_1): Update.
2382 * mdebugread.c (psymtab_to_symtab_1): Update.
2383 * xcoffread.c (xcoff_psymtab_to_symtab_1): Update.
2384
3ad83046
SM
23852020-03-29 Simon Marchi <simon.marchi@polymtl.ca>
2386
2387 * psympriv.h (discard_psymtab): Remove.
2388 * dbxread.c (dbx_end_psymtab): Update.
2389 * xcoffread.c (xcoff_end_psymtab): Update.
2390
4d1b9ab6
TT
23912020-03-28 Tom Tromey <tom@tromey.com>
2392
2393 * dwarf2/attribute.h (struct attribute) <form_is_constant>: Update
2394 comment.
2395
f1749218
TT
23962020-03-28 Tom Tromey <tom@tromey.com>
2397
2398 * dwarf2/read.c (read_attribute_reprocess): Fix formatting.
2399
ebea7626
HD
24002020-03-27 Hannes Domani <ssbssa@yahoo.de>
2401
2402 * windows-nat.c (windows_add_all_dlls): Fix system dll paths.
2403
a879b4d5
JB
24042020-03-26 John Baldwin <jhb@FreeBSD.org>
2405
2406 * fbsd-tdep.c (fbsd_print_auxv_entry): Handle AT_FREEBSD_BSDFLAGS.
2407
0826b30a
TT
24082020-03-26 Tom Tromey <tom@tromey.com>
2409
2410 * dwarf2/read.c (handle_data_member_location, dwarf2_add_field)
2411 (mark_common_block_symbol_computed, read_tag_string_type)
2412 (attr_to_dynamic_prop, read_subrange_type): Update.
2413 (dwarf2_get_ref_die_offset, dwarf2_get_attr_constant_value): Move
2414 to be methods on struct attribute.
2415 (skip_one_die, process_imported_unit_die, read_namespace_alias)
2416 (read_call_site_scope, partial_die_info::read)
2417 (partial_die_info::read, lookup_die_type, follow_die_ref):
2418 Update.
2419 * dwarf2/attribute.c (attribute::get_ref_die_offset): New method,
2420 from dwarf2_get_ref_die_offset.
2421 (attribute::constant_value): New method, from
2422 dwarf2_get_attr_constant_value.
2423 * dwarf2/attribute.h (struct attribute) <get_ref_die_offset>:
2424 Declare method.
2425 <constant_value>: New method.
2426
2b2558bf
TT
24272020-03-26 Tom Tromey <tom@tromey.com>
2428
2429 * dwarf2/read.c (dwarf_unit_type_name, dwarf_tag_name)
2430 (dwarf_attr_name, dwarf_form_name, dwarf_bool_name)
2431 (dwarf_type_encoding_name): Move to stringify.c.
2432 * Makefile.in (COMMON_SFILES): Add dwarf2/stringify.c.
2433 * dwarf2/stringify.c: New file.
2434 * dwarf2/stringify.h: New file.
2435
eeb64781
TT
24362020-03-26 Tom Tromey <tom@tromey.com>
2437
2438 * dwarf2/die.h (struct die_info) <addr_base, ranges_base>:
2439 Rewrite.
2440
a39fdb41
TT
24412020-03-26 Tom Tromey <tom@tromey.com>
2442
2443 * dwarf2/die.h (struct die_info) <addr_base, ranges_base>: New
2444 methods.
2445 * dwarf2/read.c (lookup_addr_base): Move to die.h.
2446 (lookup_ranges_base): Likewise.
2447 (read_cutu_die_from_dwo, read_full_die_1): Update.
2448
436c571c
TT
24492020-03-26 Tom Tromey <tom@tromey.com>
2450
2451 * dwarf2/read.c (read_import_statement, read_file_scope)
2452 (read_type_unit_scope, inherit_abstract_dies, read_func_scope)
2453 (read_lexical_block_scope, read_call_site_scope)
2454 (dwarf2_get_subprogram_pc_bounds, get_scope_pc_bounds)
2455 (handle_struct_member_die, process_structure_scope)
2456 (update_enumeration_type_from_children)
2457 (process_enumeration_scope, read_array_type, read_common_block)
2458 (read_namespace, read_module, read_subroutine_type): Update.
2459 (sibling_die): Remove.
2460
052c8bb8
TT
24612020-03-26 Tom Tromey <tom@tromey.com>
2462
2463 * dwarf2/read.c (lookup_addr_base, lookup_ranges_base)
2464 (build_type_psymtabs_reader, read_structure_type)
2465 (read_enumeration_type, read_full_die_1): Update.
2466 (dwarf2_attr_no_follow): Move to die.h.
2467 * dwarf2/die.h (struct die_info) <attr>: New method.
2468
2b24b6e4
TT
24692020-03-26 Tom Tromey <tom@tromey.com>
2470
2471 * dwarf2/read.c (struct dwarf2_cu) <base_known>: Remove.
2472 <base_address>: Now an optional.
2473 (dwarf2_find_base_address, dwarf2_rnglists_process)
2474 (dwarf2_ranges_process, fill_in_loclist_baton)
2475 (dwarf2_symbol_mark_computed): Update.
2476
c2d50fd0
TT
24772020-03-26 Tom Tromey <tom@tromey.com>
2478
2479 * dwarf2/read.c (struct die_info): Move to die.h.
2480 * dwarf2/die.h: New file.
2481
0df7ad3a
TT
24822020-03-26 Tom Tromey <tom@tromey.com>
2483
2484 * dwarf2/line-header.h (dwarf_decode_line_header): Declare.
2485 * dwarf2/read.c
2486 (dwarf2_statement_list_fits_in_line_number_section_complaint):
2487 Move to line-header.c.
2488 (read_checked_initial_length_and_offset, read_formatted_entries):
2489 Likewise.
2490 (dwarf_decode_line_header): Split into two.
2491 * dwarf2/line-header.c
2492 (dwarf2_statement_list_fits_in_line_number_section_complaint):
2493 Move from read.c.
2494 (read_checked_initial_length_and_offset, read_formatted_entries):
2495 Likewise.
2496 (dwarf_decode_line_header): New function, split from read.c.
2497
86c0bb4c
TT
24982020-03-26 Tom Tromey <tom@tromey.com>
2499
2500 * dwarf2/read.h (struct dwarf2_per_objfile) <read_line_string>:
2501 Declare method.
2502 * dwarf2/read.c (read_attribute_value): Update.
2503 (dwarf2_per_objfile::read_line_string): Rename from
2504 read_indirect_line_string.
2505 (read_formatted_entries): Update.
2506
2ef46c2f
TT
25072020-03-26 Tom Tromey <tom@tromey.com>
2508
2509 * dwarf2/macro.c (dwarf_decode_macro_bytes): Use objfile local
2510 variable.
2511
4f9c1eda
TT
25122020-03-26 Tom Tromey <tom@tromey.com>
2513
2514 * dwarf2/macro.h (dwarf_decode_macros): Make section parameter
2515 const.
2516 * dwarf2/macro.c (skip_form_bytes, skip_unknown_opcode)
2517 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make section
2518 parameter const.
2519
5a0e026f
TT
25202020-03-26 Tom Tromey <tom@tromey.com>
2521
2522 * dwarf2/read.c (dwarf_decode_macros): Make "lh" const.
2523 * dwarf2/macro.h (dwarf_decode_macros): Constify "lh" parameter.
2524 * dwarf2/macro.c (macro_start_file): Constify "lh" parameter.
2525 (dwarf_decode_macro_bytes, dwarf_decode_macros): Likewise.
2526
8844c11b
TT
25272020-03-26 Tom Tromey <tom@tromey.com>
2528
2529 * dwarf2/line-header.h (struct line_header) <is_valid_file_index,
2530 file_names_size, file_full_name, file_file_name>: Use const.
2531 <file_name_at, file_names>: Add const overload.
2532 * dwarf2/line-header.c (line_header::file_file_name)
2533 (line_header::file_full_name): Update.
2534
c90ec28a
TT
25352020-03-26 Tom Tromey <tom@tromey.com>
2536
2537 * dwarf2/read.c (dwarf2_macro_malformed_definition_complaint)
2538 (macro_start_file, consume_improper_spaces)
2539 (parse_macro_definition, skip_form_bytes, skip_unknown_opcode)
2540 (dwarf_parse_macro_header, dwarf_decode_macro_bytes)
2541 (dwarf_decode_macros): Move to macro.c.
2542 * dwarf2/macro.c: New file.
2543 * dwarf2/macro.h: New file.
2544 * Makefile.in (COMMON_SFILES): Add dwarf2/macro.c.
2545
4f44ae6c
TT
25462020-03-26 Tom Tromey <tom@tromey.com>
2547
2548 * dwarf2/section.h (struct dwarf2_section_info) <read_string>: New
2549 method.
2550 * dwarf2/section.c: New method. From
2551 read_indirect_string_at_offset_from.
2552 * dwarf2/read.c (mapped_debug_names::namei_to_name): Update.
2553 (read_indirect_string_at_offset_from): Move to section.c.
2554 (read_indirect_string_at_offset): Rewrite.
2555 (read_indirect_line_string_at_offset): Remove.
2556 (read_indirect_string, read_indirect_line_string)
2557 (dwarf_decode_macro_bytes): Update.
2558
a0194fa8
TT
25592020-03-26 Tom Tromey <tom@tromey.com>
2560
2561 * dwarf2/section.h (struct dwarf2_section_info)
2562 <overload_complaint>: Declare.
2563 (dwarf2_section_buffer_overflow_complaint): Don't declare.
2564 * dwarf2/section.c (dwarf2_section_info::overflow_complaint):
2565 Rename from dwarf2_section_buffer_overflow_complaint.
2566 * dwarf2/read.c (skip_one_die, partial_die_info::read)
2567 (skip_form_bytes, dwarf_decode_macro_bytes): Update.
2568
3d27bbdb
TT
25692020-03-26 Tom Tromey <tom@tromey.com>
2570
2571 * dwarf2/section.h (dwarf2_section_buffer_overflow_complaint):
2572 Declare.
2573 * dwarf2/section.c (dwarf2_section_buffer_overflow_complaint):
2574 Move from read.c.
2575 * dwarf2/read.c (dwarf2_section_buffer_overflow_complaint): Move
2576 to section.c.
2577
9eac9650
TT
25782020-03-26 Tom Tromey <tom@tromey.com>
2579
2580 * dwarf2/read.c (dwarf_decode_macros): Split into two overloads.
2581
bf80d710
TT
25822020-03-26 Tom Tromey <tom@tromey.com>
2583
2584 * dwarf2/read.c (macro_start_file): Change "cu" parameter to
2585 "builder".
2586 (dwarf_decode_macro_bytes): Likewise. Add dwarf2_per_objfile
2587 parameter.
2588 (dwarf_decode_macros): Update.
2589
0314b390
TT
25902020-03-26 Tom Tromey <tom@tromey.com>
2591
2592 * dwarf2/read.c (read_attribute_value): Update.
2593 (read_indirect_string_from_dwz): Move to dwz.c; change into
2594 method.
2595 (dwarf_decode_macro_bytes): Update.
2596 * dwarf2/dwz.h (struct dwz_file) <read_string>: Declare method.
2597 * dwarf2/dwz.c: New file.
2598 * Makefile.in (COMMON_SFILES): Add dwz.c.
2599
9fda78b6
TT
26002020-03-26 Tom Tromey <tom@tromey.com>
2601
2602 * dwarf2/read.h (struct dwz_file): Move to dwz.h.
2603 * dwarf2/read.c: Add include.
2604 * dwarf2/index-write.c: Add include.
2605 * dwarf2/index-cache.c: Add include.
2606 * dwarf2/dwz.h: New file.
2607
33aa3c10
TT
26082020-03-25 Tom Tromey <tom@tromey.com>
2609
2610 * compile/compile-object-load.c (get_out_value_type): Mention
2611 correct symbol name in error message.
2612
d503b685
HD
26132020-03-25 Hannes Domani <ssbssa@yahoo.de>
2614
2615 * windows-nat.c (windows_add_all_dlls): Fix system dll paths.
2616
7b1eff95
TV
26172020-03-25 Tom de Vries <tdevries@suse.de>
2618
2619 * symtab.h (is_main_symtab_of_compunit_symtab): New function.
2620 * symmisc.c (dump_symtab_1): Print user and includes fields.
2621 (maintenance_info_symtabs): Same.
2622
dd895392
AB
26232020-03-25 Andrew Burgess <andrew.burgess@embecosm.com>
2624
2625 PR gdb/25534
2626 * riscv-tdep.c (riscv_arg_info::c_offset): Update comment.
2627 (riscv_regcache_cooked_write): New function.
2628 (riscv_push_dummy_call): Use new function.
2629 (riscv_return_value): Likewise.
2630
5ab2fbf1
SM
26312020-03-24 Simon Marchi <simon.marchi@polymtl.ca>
2632
2633 * fbsd-nat.c (fbsd_nat_target::follow_fork): Change bool to int.
2634 * fbsd-nat.h (class fbsd_nat_target) <follow_fork>: Likewise.
2635 * inf-ptrace.c (inf_ptrace_target::follow_fork): Likewise.
2636 * inf-ptrace.h (struct inf_ptrace_target) <follow_fork>: Likewise.
2637 * infrun.c (follow_fork): Likewise.
2638 (follow_fork_inferior): Likewise.
2639 * linux-nat.c (linux_nat_target::follow_fork): Likewise.
2640 * linux-nat.h (class linux_nat_target): Likewise.
2641 * remote.c (class remote_target) <follow_fork>: Likewise.
2642 (remote_target::follow_fork): Likewise.
2643 * target-delegates.c: Re-generate.
2644 * target.c (default_follow_fork): Likewise.
2645 (target_follow_fork): Likewise.
2646 * target.h (struct target_ops) <follow_fork>: Likewise.
2647 (target_follow_fork): Likewise.
2648
a64fafb5
TV
26492020-03-24 Tom de Vries <tdevries@suse.de>
2650
2651 * psymtab.c (maintenance_info_psymtabs): Print user field.
2652
fe26d3a3
TT
26532020-03-20 Tom Tromey <tromey@adacore.com>
2654
2655 * dwarf2/loc.h (dwarf2_evaluate_property): Make "addr_stack"
2656 const.
2657 * dwarf2/loc.c (dwarf2_evaluate_property): Make "addr_stack"
2658 const.
2659
c884cc46
SM
26602020-03-20 Simon Marchi <simon.marchi@efficios.com>
2661
2662 * ptrace.m4: Don't check for ptrace declaration.
2663 * config.in: Re-generate.
2664 * configure: Re-generate.
2665 * nat/gdb_ptrace.h: Don't declare ptrace if HAVE_DECL_PTRACE is
2666 not defined.
2667
1ff700c2
KR
26682020-03-20 Kamil Rytarowski <n54@gmx.com>
2669
2670 * amd64-bsd-nat.c (gdb_ptrace): Change return type from `int' to
2671 `PTRACE_TYPE_RET'.
2672 * i386-bsd-nat.c (gdb_ptrace): Likewise.
2673 * sparc-nat.c (gdb_ptrace): Likewise.
2674 * x86-bsd-nat.c (gdb_ptrace): Likewise.
2675
f7d4f0b1
TT
26762020-03-20 Tom Tromey <tromey@adacore.com>
2677
2678 * c-exp.y (lex_one_token): Fix assert.
2679
f67210ff
TT
26802020-03-20 Tom Tromey <tromey@adacore.com>
2681
2682 * ada-tasks.c (read_atcb): Use smaller length in strncpy call.
2683 * linux-tdep.c (linux_fill_prpsinfo): Use smaller length in
2684 strncpy call.
2685
1773be9e
TT
26862020-03-20 Tom Tromey <tromey@adacore.com>
2687
2688 * symmisc.c (maintenance_print_one_line_table): Use ui_out.
2689
70304be9
TT
26902020-03-20 Tom Tromey <tromey@adacore.com>
2691
2692 * ada-valprint.c (print_variant_part): Remove parameters; switch
2693 to value-based API.
2694 (print_field_values): Likewise.
2695 (ada_val_print_struct_union): Likewise.
2696 (ada_value_print_1): Update.
2697
9faa006d
KR
26982020-03-20 Kamil Rytarowski <n54@gmx.com>
2699
2700 * ppc-nbsd-nat.c (ppc_nbsd_nat_target): Inherit from
2701 nbsd_nat_target instead of inf_ptrace_target.
2702 * ppc-nbsd-nat.c: Include "nbsd-nat.h", as we are now using
2703 nbsd_nat_target.
2704
4a90f062
KR
27052020-03-20 Kamil Rytarowski <n54@gmx.com>
2706
2707 * hppa-nbsd-nat.c (fetch_registers): New variable lwp and pass
2708 it to the ptrace call.
2709 * (store_registers): Likewise.
2710
27112020-03-20 Kamil Rytarowski <n54@gmx.com>
c7da12c7
KR
2712
2713 * ppc-nbsd-nat.c (fetch_registers): New variable lwp and pass
2714 it to the ptrace call.
2715 * (store_registers): Likewise.
2716
2d07da27
LM
27172020-03-19 Luis Machado <luis.machado@linaro.org>
2718
2719 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): If vg is not
2720 valid, fetch vg value from ptrace.
2721
f09db380
KR
27222020-03-19 Kamil Rytarowski <n54@gmx.com>
2723 * inf-ptrace.h: Disable get_ptrace_pid on NetBSD.
2724 * inf-ptrace.c: Likewise.
2725 * (gdb_ptrace): Add.
2726 * (inf_ptrace_target::resume): Update.
2727 * (inf_ptrace_target::xfer_partial): Likewise.
2728 * (inf_ptrace_peek_poke): Change argument `pid' to `ptid'.
2729 * (inf_ptrace_peek_poke): Update.
2730
fcc7376e
KR
27312020-03-19 Kamil Rytarowski <n54@gmx.com>
2732
2733 * x86-bsd-nat.c (gdb_ptrace): New.
2734 * (x86bsd_dr_set): Add new argument `ptid'.
2735 * (x86bsd_dr_get, x86bsd_dr_set, x86bsd_dr_set_control,
2736 x86bsd_dr_set_addr): Update.
2737
cada5fc9
AB
27382020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2739
2740 * remote.c (remote_target::process_stop_reply): Handle events for
2741 all threads differently.
2742
19a2740f
AB
27432020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2744
2745 * completer.c (completion_tracker::remove_completion): Define new
2746 function.
2747 * completer.h (completion_tracker::remove_completion): Declare new
2748 function.
2749 * symtab.c (completion_list_add_symbol): Remove aliasing msymbols
2750 when adding a C++ function symbol.
2751
724fd9ba
AB
27522020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2753
2754 * completer.c (completion_tracker::completion_hash_entry): Define
2755 new class.
2756 (advance_to_filename_complete_word_point): Call
2757 recompute_lowest_common_denominator.
2758 (completion_tracker::completion_tracker): Call discard_completions
2759 to setup the hash table.
2760 (completion_tracker::discard_completions): Allow for being called
2761 from the constructor, pass new equal function, and element deleter
2762 when constructing the hash table. Initialise new class member
2763 variables.
2764 (completion_tracker::maybe_add_completion): Remove use of
2765 m_entries_vec, and store more information into m_entries_hash.
2766 (completion_tracker::recompute_lcd_visitor): New function, most
2767 content taken from...
2768 (completion_tracker::recompute_lowest_common_denominator):
2769 ...here, this now just visits each item in the hash calling the
2770 above visitor.
2771 (completion_tracker::build_completion_result): Remove use of
2772 m_entries_vec, call recompute_lowest_common_denominator.
2773 * completer.h (completion_tracker::have_completions): Remove use
2774 of m_entries_vec.
2775 (completion_tracker::completion_hash_entry): Declare new class.
2776 (completion_tracker::recompute_lowest_common_denominator): Change
2777 function signature.
2778 (completion_tracker::recompute_lcd_visitor): Declare new function.
2779 (completion_tracker::m_entries_vec): Delete.
2780 (completion_tracker::m_entries_hash): Initialize to NULL.
2781 (completion_tracker::m_lowest_common_denominator_valid): New
2782 member variable.
2783 (completion_tracker::m_lowest_common_denominator_max_length): New
2784 member variable.
2785
5a82b8a1
KR
27862020-03-17 Kamil Rytarowski <n54@gmx.com>
2787
2788 * regformats/regdef.h: Put reg in gdb namespace.
2789
fb516a69
KR
27902020-03-17 Kamil Rytarowski <n54@gmx.com>
2791
2792 * i386-bsd-nat.c (gdb_ptrace): New.
2793 * (i386bsd_fetch_inferior_registers,
2794 i386bsd_store_inferior_registers) Switch from pid_t to ptid_t.
2795 * (i386bsd_fetch_inferior_registers,
2796 i386bsd_store_inferior_registers) Use gdb_ptrace.
2797
1c0aa1fb
KR
27982020-03-17 Kamil Rytarowski <n54@gmx.com>
2799
2800 * amd64-bsd-nat.c (gdb_ptrace): New.
2801 * (amd64bsd_fetch_inferior_registers,
2802 amd64bsd_store_inferior_registers) Switch from pid_t to ptid_t.
2803 * (amd64bsd_fetch_inferior_registers,
2804 amd64bsd_store_inferior_registers) Use gdb_ptrace.
2805
5ccd2fb7
KR
28062020-03-17 Kamil Rytarowski <n54@gmx.com>
2807
2808 * user-regs.c (user_reg::read): Rename to...
2809 (user_reg::xread): ...this.
2810 * (append_user_reg): Rename argument `read' to `xread'.
2811 * (user_reg_add_builtin): Likewise.
2812 * (user_reg_add): Likewise.
2813 * (value_of_user_reg): Likewise.
2814
2108a63a
KR
28152020-03-17 Kamil Rytarowski <n54@gmx.com>
2816
2817 * sparc-nat.c (gdb_ptrace): New.
2818 * sparc-nat.c (sparc_fetch_inferior_registers)
2819 (sparc_store_inferior_registers) Remove obsolete comment.
2820 * sparc-nat.c (sparc_fetch_inferior_registers)
2821 (sparc_store_inferior_registers) Switch from pid_t to ptid_t.
2822 * sparc-nat.c (sparc_fetch_inferior_registers)
2823 (sparc_store_inferior_registers) Use gdb_ptrace.
2824
a225c9a8
KR
28252020-03-17 Kamil Rytarowski <n54@gmx.com>
2826
2827 * sh-nbsd-nat.c (fetch_registers): New variable lwp and pass
2828 it to the ptrace call.
2829 * sh-nbsd-nat.c (store_registers): Likewise.
2830
98097623
KR
28312020-03-17 Kamil Rytarowski <n54@gmx.com>
2832
2833 * sh-nbsd-nat.c (sh_nbsd_nat_target): Inherit from
2834 nbsd_nat_target instead of inf_ptrace_target.
2835 * sh-nbsd-nat.c: Include "nbsd-nat.h", as we are now using
2836 nbsd_nat_target.
2837
9e38d619
KR
28382020-03-17 Kamil Rytarowski <n54@gmx.com>
2839
2840 * amd64-bsd-nat.c: Include amd64-bsd-nat.h".
2841
a2ecbe9f
KR
28422020-03-17 Kamil Rytarowski <n54@gmx.com>
2843
2844 * nbsd-nat.c: Include <sys/types.h>, <sys/ptrace.h> and
2845 <sys/sysctl.h>.
2846 * nbsd-nat.c (nbsd_nat_target::pid_to_exec_file): Rewrite.
2847
58990295
TV
28482020-03-17 Tom de Vries <tdevries@suse.de>
2849
2850 PR gdb/23710
2851 * dwarf2/read.h (struct dwarf2_per_cu_data): Add unit_type and lang
2852 fields.
2853 * dwarf2/read.c (process_psymtab_comp_unit): Initialize unit_type and lang
2854 fields.
2855 (process_imported_unit_die): Skip import of c++ CUs.
2856
771dd3a8
TT
28572020-03-16 Tom Tromey <tom@tromey.com>
2858
2859 * p-valprint.c (pascal_object_print_value): Initialize
2860 base_value.
2861
817a7585
AK
28622020-03-16 Anton Kolesov <anton.kolesov@synopsys.com>
2863 Shahab Vahedi <shahab@synopsys.com>
2864
2865 * Makefile.in: Add arch/arc.o
2866 * configure.tgt: Likewise.
2867 * arc-tdep.c (arc_tdesc_init): Use arc_read_description.
2868 (_initialize_arc_tdep): Don't initialize old target descriptions.
aac66a4c 2869 (arc_read_description): New function to cache target descriptions.
817a7585
AK
2870 * arc-tdep.h (arc_read_description): Add proto type.
2871 * arch/arc.c: New file.
2872 * arch/arc.h: Likewise.
2873 * features/Makefile: Replace old target descriptions with new.
2874 * features/arc-arcompact.c: Remove.
2875 * features/arc-arcompact.xml: Likewise.
2876 * features/arc-v2.c: Likewise
2877 * features/arc-v2.xml: Likewise
2878 * features/arc/aux-arcompact.xml: New file.
2879 * features/arc/aux-v2.xml: Likewise.
2880 * features/arc/core-arcompact.xml: Likewise.
2881 * features/arc/core-v2.xml: Likewise.
2882 * features/arc/aux-arcompact.c: Generate.
2883 * features/arc/aux-v2.c: Likewise.
2884 * features/arc/core-arcompact.c: Likewise.
2885 * features/arc/core-v2.c: Likewise.
2886 * target-descriptions (maint_print_c_tdesc_cmd): Support ARC features.
2887
67430cd0
TT
28882020-03-16 Tom Tromey <tromey@adacore.com>
2889
2890 PR gdb/25663:
2891 * dwarf2/read.c (dwarf2_name): Strip leading namespaces after
2892 putting value into bcache.
2893
30efb6c7
SM
28942020-03-16 Simon Marchi <simon.marchi@efficios.com>
2895
2896 PR gdb/21500
2897 * amd64-windows-tdep.c (amd64_windows_init_abi): Rename
2898 to...
2899 (amd64_windows_init_abi_common): ... this. Don't set size of
2900 long type.
2901 (amd64_windows_init_abi): New function.
2902 (amd64_cygwin_init_abi): New function.
2903 (_initialize_amd64_windows_tdep): Use amd64_cygwin_init_abi for
2904 the Cygwin OS ABI.
2905 * i386-windows-tdep.c (_initialize_i386_windows_tdep): Clarify
2906 comment.
2907
8db52437
SM
29082020-03-16 Simon Marchi <simon.marchi@efficios.com>
2909
2910 * windows-tdep.h (is_linked_with_cygwin_dll): New declaration.
2911 * windows-tdep.c (CYGWIN_DLL_NAME): New.
2912 (pe_import_directory_entry): New struct type.
2913 (is_linked_with_cygwin_dll): New function.
2914 * amd64-windows-tdep.c (amd64_windows_osabi_sniffer): Select
2915 GDB_OSABI_CYGWIN if the BFD is linked with the Cygwin DLL.
2916 * i386-windows-tdep.c (i386_windows_osabi_sniffer): Likewise.
2917
5982a56a
SM
29182020-03-16 Simon Marchi <simon.marchi@efficios.com>
2919
2920 * i386-windows-tdep.c: Mass-rename "cygwin" to "windows", except
2921 i386_cygwin_core_osabi_sniffer.
2922
7a1998df
SM
29232020-03-16 Simon Marchi <simon.marchi@efficios.com>
2924
2925 * i386-cygwin-tdep.c: Rename to...
2926 * i386-windows-tdep.c: ... this.
2927 * Makefile.in (ALL_TARGET_OBS): Rename i386-cygwin-tdep.c to
2928 i386-windows-tdep.c.
2929 * configure.tgt: Likewise.
2930
053205cc
SM
29312020-03-16 Simon Marchi <simon.marchi@efficios.com>
2932
2933 * osabi.h (enum gdb_osabi): Add GDB_OSABI_WINDOWS.
2934 * osabi.c (gdb_osabi_names): Add "Windows".
2935 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Return
2936 GDB_OSABI_WINDOWS when the binary's target is "pei-i386".
2937 (i386_cygwin_core_osabi_sniffer): New function, extracted from
2938 i386_cygwin_osabi_sniffer.
2939 (_initialize_i386_cygwin_tdep): Register OS ABI
2940 GDB_OSABI_WINDOWS for i386.
2941 * amd64-windows-tdep.c (amd64_windows_osabi_sniffer): Return
2942 GDB_OSABI_WINDOWS when the binary's target is "pei-x86-64".
2943 (_initialize_amd64_windows_tdep): Register OS ABI GDB_OSABI_WINDOWS
2944 for x86-64.
2945 * configure.tgt: Use GDB_OSABI_WINDOWS as the default OS ABI
2946 when the target matches '*-*-mingw*'.
2947
fe4b2ee6
SM
29482020-03-16 Simon Marchi <simon.marchi@efficios.com>
2949
2950 * defs.h (enum gdb_osabi): Move to...
2951 * osabi.h (enum gdb_osabi): ... here.
2952 * gdbarch.sh: Include osabi.h in gdbarch.h.
2953 * gdbarch.h: Re-generate.
2954
cb9b645d
SM
29552020-03-16 Simon Marchi <simon.marchi@efficios.com>
2956
2957 * amd64-windows-tdep.c (amd64_windows_osabi_sniffer): New
2958 function.
2959 (_initialize_amd64_windows_tdep): Register osabi sniffer.
2960
3293bbaf
TT
29612020-03-14 Tom Tromey <tom@tromey.com>
2962
2963 * c-typeprint.c (cp_type_print_method_args): Print "__restrict__"
2964 for C++.
2965 (c_type_print_modifier): Likewise. Add "language" parameter.
2966 (c_type_print_varspec_prefix, c_type_print_base_struct_union)
2967 (c_type_print_base_1): Update.
2968 * type-stack.h (enum type_pieces) <tp_atomic, tp_restrict>: New
2969 constants.
2970 * type-stack.c (type_stack::insert): Handle tp_atomic and
2971 tp_restrict.
2972 (type_stack::follow_type_instance_flags): Likewise.
2973 (type_stack::follow_types): Likewise. Merge type-following code.
2974 * c-exp.y (RESTRICT, ATOMIC): New tokens.
2975 (space_identifier, cv_with_space_id)
2976 (const_or_volatile_or_space_identifier_noopt)
2977 (const_or_volatile_or_space_identifier): Remove.
2978 (single_qualifier, qualifier_seq_noopt, qualifier_seq): New
2979 rules.
2980 (ptr_operator, typebase): Update.
2981 (enum token_flag) <FLAG_C>: New constant.
2982 (ident_tokens): Add "restrict", "__restrict__", "__restrict", and
2983 "_Atomic".
2984 (lex_one_token): Handle FLAG_C.
2985
154151a6
KR
29862020-03-14 Kamil Rytarowski <n54@gmx.com>
2987
2988 * m68k-bsd-nat.c (fetch_registers): New variable lwp and pass
2989 it to the ptrace call.
2990 * m68k-bsd-nat.c (store_registers): Likewise.
2991
bc107784
KR
29922020-03-14 Kamil Rytarowski <n54@gmx.com>
2993
2994 * m68k-bsd-nat.c (m68kbsd_supply_gregset): Change type of regs to
2995 gdb_byte *.
2996 * m68k-bsd-nat.c (m68kbsd_supply_fpregset): Likewise.
2997 * m68k-bsd-nat.c (m68kbsd_collect_gregset): Likewise.
2998 * m68k-bsd-nat.c (m68kbsd_supply_pcb): Cast &tmp to gdb_byte *.
2999
01a80117
KR
30002020-03-14 Kamil Rytarowski <n54@gmx.com>
3001
3002 * m68k-bsd-nat.c (m68k_bsd_nat_target): Inherit from
3003 nbsd_nat_target instead of inf_ptrace_target.
3004 * m68k-bsd-nat.c: Include "nbsd-nat.h", as we are now using
3005 nbsd_nat_target.
3006
f90280ca
KR
30072020-03-14 Kamil Rytarowski <n54@gmx.com>
3008
3009 * m68k-bsd-nat.c: Define _KERNTYPES to get the declaration of
3010 register_t.
3011
6def66f1
KR
30122020-03-14 Kamil Rytarowski <n54@gmx.com>
3013
3014 * alpha-bsd-nat.c (fetch_registers): New variable lwp and pass
3015 it to the ptrace call.
3016 * alpha-bsd-nat.c (store_registers): Likewise.
3017
66eaca97
KR
30182020-03-14 Kamil Rytarowski <n54@gmx.com>
3019
3020 * alpha-bsd-nat.c: Remove <sys/procfs.h> and "gregset.h" from
3021 includes.
3022 * alpha-bsd-nat.c (gregset_t, fpregset_t): Remove.
3023 * alpha-bsd-nat.c (supply_gregset, fill_gregset, supply_fpregset,
3024 fill_fpregset): Likewise.
3025
4fed520b
KR
30262020-03-14 Kamil Rytarowski <n54@gmx.com>
3027
3028 * alpha-bsd-nat.c (alpha_netbsd_nat_target): Inherit from
3029 nbsd_nat_target instead of inf_ptrace_target.
3030 * alpha-bsd-nat.c: Include "nbsd-nat.h", as we are now using
3031 nbsd_nat_target.
3032
2190cf06
KR
30332020-03-14 Kamil Rytarowski <n54@gmx.com>
3034
3035 * alpha-bsd-nat.c: Define _KERNTYPES to get the declaration of
3036 register_t.
3037
75c56d3d
KR
30382020-03-14 Kamil Rytarowski <n54@gmx.com>
3039
3040 * arm-nbsd-nat.c (fetch_register): New variable lwp and pass
3041 it to the ptrace call.
3042 * arm-nbsd-nat.c (fetch_fp_register): Likewise.
3043 * arm-nbsd-nat.c (fetch_fp_regs): Likewise.
3044 * arm-nbsd-nat.c (store_register): Likewise.
3045 * arm-nbsd-nat.c (store_regs): Likewise.
3046 * arm-nbsd-nat.c (store_fp_register): Likewise.
3047 * arm-nbsd-nat.c (store_fp_regs): Likewise.
3048
6018d381
KR
30492020-03-14 Kamil Rytarowski <n54@gmx.com>
3050
3051 * arm-nbsd-nat.c (arm_netbsd_nat_target): Inherit from
3052 nbsd_nat_target instead of inf_ptrace_target.
3053 * arm-nbsd-nat.c: Include "nbsd-nat.h", as we are now using
3054 nbsd_nat_target.
3055
013f99f0
KR
30562020-03-14 Kamil Rytarowski <n54@gmx.com>
3057
3058 * x86-bsd-nat.c (x86bsd_dr_get): New variable lwp and pass
3059 it to the ptrace call.
3060 * x86-bsd-nat.c (x86bsd_dr_set): Likewise.
3061
12753073
KR
30622020-03-14 Kamil Rytarowski <n54@gmx.com>
3063
6227b330
KR
3064 * vax-bsd-nat.c (vaxbsd_supply_gregset): New variable lwp and pass
3065 it to the ptrace call.
3066 * vax-bsd-nat.c (vaxbsd_collect_gregset): Likewise.
3067
30682020-03-14 Kamil Rytarowski <n54@gmx.com>
3069
3070 * vax-bsd-nat.c (vaxbsd_supply_gregset): Cast gregs to const
3071 gdb_byte *.
12753073
KR
3072 * vax-bsd-nat.c (vaxbsd_collect_gregset): Cast gregs to void *.
3073
d5be5fa4
KR
30742020-03-14 Kamil Rytarowski <n54@gmx.com>
3075
3076 * vax-bsd-nat.c (vax_bsd_nat_target): Inherit from nbsd_nat_target
3077 instead of inf_ptrace_target.
3078 * vax-bsd-nat.c: Include "nbsd-nat.h", as we are now using
3079 nbsd_nat_target.
3080
8110f842
KR
30812020-03-14 Kamil Rytarowski <n54@gmx.com>
3082
3083 * mips-nbsd-nat.c: Define _KERNTYPES to get the declaration of
3084 register_t.
3085
52feded7
KR
30862020-03-14 Kamil Rytarowski <n54@gmx.com>
3087
3088 * ppc-nbsd-nat.c: Define _KERNTYPES to get the declaration of
3089 register_t.
3090
25567eee
KR
30912020-03-14 Kamil Rytarowski <n54@gmx.com>
3092
3093 * vax-bsd-nat.c: Define _KERNTYPES to get the declaration of
3094 register_t.
3095
426a9c18
TT
30962020-03-13 Tom Tromey <tom@tromey.com>
3097
3098 * value.h (val_print): Don't declare.
3099 * valprint.h (val_print_array_elements)
3100 (val_print_scalar_formatted, generic_val_print): Don't declare.
3101 * valprint.c (generic_val_print_array): Take a struct value.
3102 (generic_val_print_ptr, generic_val_print_memberptr)
3103 (generic_val_print_bool, generic_val_print_int)
3104 (generic_val_print_char, generic_val_print_complex)
3105 (generic_val_print): Remove.
3106 (generic_value_print): Update.
3107 (do_val_print): Remove unused parameters. Don't call
3108 la_val_print.
3109 (val_print): Remove.
3110 (common_val_print): Update. Don't call value_check_printable.
3111 (val_print_scalar_formatted, val_print_array_elements): Remove.
3112 * rust-lang.c (rust_val_print): Remove.
3113 (rust_language_defn): Update.
3114 * p-valprint.c (pascal_val_print): Remove.
3115 (pascal_value_print_inner): Update.
3116 (pascal_object_print_val_fields, pascal_object_print_val):
3117 Remove.
3118 (pascal_object_print_static_field): Update.
3119 * p-lang.h (pascal_val_print): Don't declare.
3120 * p-lang.c (pascal_language_defn): Update.
3121 * opencl-lang.c (opencl_language_defn): Update.
3122 * objc-lang.c (objc_language_defn): Update.
3123 * m2-valprint.c (m2_print_unbounded_array, m2_val_print): Remove.
3124 * m2-lang.h (m2_val_print): Don't declare.
3125 * m2-lang.c (m2_language_defn): Update.
3126 * language.h (struct language_defn) <la_val_print>: Remove.
3127 * language.c (unk_lang_value_print_inner): Rename. Change
3128 argument types.
3129 (unknown_language_defn, auto_language_defn): Update.
3130 * go-valprint.c (go_val_print): Remove.
3131 * go-lang.h (go_val_print): Don't declare.
3132 * go-lang.c (go_language_defn): Update.
3133 * f-valprint.c (f_val_print): Remove.
3134 * f-lang.h (f_value_print): Don't declare.
3135 * f-lang.c (f_language_defn): Update.
3136 * d-valprint.c (d_val_print): Remove.
3137 * d-lang.h (d_value_print): Don't declare.
3138 * d-lang.c (d_language_defn): Update.
3139 * cp-valprint.c (cp_print_value_fields)
3140 (cp_print_value_fields_rtti, cp_print_value): Remove.
3141 (cp_print_static_field): Update.
3142 * c-valprint.c (c_val_print_array, c_val_print_ptr)
3143 (c_val_print_struct, c_val_print_union, c_val_print_int)
3144 (c_val_print_memberptr, c_val_print): Remove.
3145 * c-lang.h (c_val_print_array, cp_print_value_fields)
3146 (cp_print_value_fields_rtti): Don't declare.
3147 * c-lang.c (c_language_defn, cplus_language_defn)
3148 (asm_language_defn, minimal_language_defn): Update.
3149 * ada-valprint.c (ada_val_print_ptr, ada_val_print_num): Remove.
3150 (ada_val_print_enum): Take a struct value.
3151 (ada_val_print_flt, ada_val_print_array, ada_val_print_1)
3152 (ada_val_print): Remove.
3153 (ada_value_print_1): Update.
3154 (printable_val_type): Remove.
3155 * ada-lang.h (ada_val_print): Don't declare.
3156 * ada-lang.c (ada_language_defn): Update.
3157
42331a1e
TT
31582020-03-13 Tom Tromey <tom@tromey.com>
3159
3160 * valprint.c (do_val_print): Update.
3161 * python/python-internal.h (gdbpy_apply_val_pretty_printer): Take
3162 a struct value.
3163 (value_to_value_object_no_release): Declare.
3164 * python/py-value.c (value_to_value_object_no_release): New
3165 function.
3166 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Take a
3167 struct value.
3168 * guile/scm-value.c (vlscm_scm_from_value_no_release): New
3169 function.
3170 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Take
3171 a struct value.
3172 * guile/guile-internal.h (vlscm_scm_from_value_no_release):
3173 Declare.
3174 (gdbscm_apply_val_pretty_printer): Take a struct value.
3175 * extension.h (apply_ext_lang_val_pretty_printer): Take a struct
3176 value.
3177 * extension.c (apply_ext_lang_val_pretty_printer): Take a struct
3178 value.
3179 * extension-priv.h (struct extension_language_ops)
3180 <apply_val_pretty_printer>: Take a struct value.
3181 * cp-valprint.c (cp_print_value): Create a struct value.
3182 (cp_print_value): Update.
3183
3a916a97
TT
31842020-03-13 Tom Tromey <tom@tromey.com>
3185
3186 * ada-valprint.c (print_field_values): Call common_val_print.
3187
b59eac37
TT
31882020-03-13 Tom Tromey <tom@tromey.com>
3189
3190 * ada-valprint.c (val_print_packed_array_elements): Remove
3191 bitoffset and val parameters. Call common_val_print.
3192 (ada_val_print_string): Remove offset, address, and original_value
3193 parameters.
3194 (ada_val_print_array): Update.
3195 (ada_value_print_array): New function.
3196 (ada_value_print_1): Call it.
3197
03371129
TT
31982020-03-13 Tom Tromey <tom@tromey.com>
3199
3200 * ada-valprint.c (ada_value_print): Use common_val_print.
3201
2e088f8b
TT
32022020-03-13 Tom Tromey <tom@tromey.com>
3203
3204 * ada-valprint.c (ada_val_print_ref): Use common_val_print.
3205
39ef85a8
TT
32062020-03-13 Tom Tromey <tom@tromey.com>
3207
3208 * ada-valprint.c (ada_value_print_num): New function.
3209 (ada_value_print_1): Use it.
3210
b9fa6e07
TT
32112020-03-13 Tom Tromey <tom@tromey.com>
3212
3213 * ada-valprint.c (ada_value_print_1) <TYPE_CODE_FLT>: Rewrite.
3214
416595d6
TT
32152020-03-13 Tom Tromey <tom@tromey.com>
3216
3217 * ada-valprint.c (ada_value_print_ptr): New function.
3218 (ada_value_print_1): Use it.
3219
5b5e15ec
TT
32202020-03-13 Tom Tromey <tom@tromey.com>
3221
3222 * ada-valprint.c (ada_val_print_gnat_array): Take a struct value;
3223 call common_val_print.
3224 (ada_val_print_1): Update.
3225 (ada_value_print_1): New function.
3226 (ada_value_print_inner): Rewrite.
3227
fbf54e75
TT
32282020-03-13 Tom Tromey <tom@tromey.com>
3229
3230 * cp-valprint.c (cp_print_value_fields): Update.
3231 (cp_print_value): New function.
3232
64b653ca
TT
32332020-03-13 Tom Tromey <tom@tromey.com>
3234
3235 * m2-valprint.c (m2_value_print_inner): Use
3236 cp_print_value_fields.
3237 * cp-valprint.c (cp_print_value_fields): New function.
3238 * c-valprint.c (c_value_print_struct): New function.
3239 (c_value_print_inner): Use c_value_print_struct.
3240 * c-lang.h (cp_print_value_fields): Declare.
3241
6999f067
TT
32422020-03-13 Tom Tromey <tom@tromey.com>
3243
3244 * c-valprint.c (c_value_print_array): New function.
3245 (c_value_print_inner): Use it.
3246
ce80b8bd
TT
32472020-03-13 Tom Tromey <tom@tromey.com>
3248
3249 * c-valprint.c (c_value_print_memberptr): New function.
3250 (c_value_print_inner): Use it.
3251
2faac269
TT
32522020-03-13 Tom Tromey <tom@tromey.com>
3253
3254 * c-valprint.c (c_value_print_int): New function.
3255 (c_value_print_inner): Use it.
3256
da3e2c29
TT
32572020-03-13 Tom Tromey <tom@tromey.com>
3258
3259 * c-valprint.c (c_value_print_ptr): New function.
3260 (c_value_print_inner): Use it.
3261
50836231
TT
32622020-03-13 Tom Tromey <tom@tromey.com>
3263
3264 * c-valprint.c (c_value_print_inner): Rewrite.
3265
4f412b6e
TT
32662020-03-13 Tom Tromey <tom@tromey.com>
3267
3268 * valprint.c (generic_value_print_complex): New function.
3269 (generic_value_print): Use it.
3270
f5354008
TT
32712020-03-13 Tom Tromey <tom@tromey.com>
3272
3273 * valprint.c (generic_val_print_float): Don't call
3274 val_print_scalar_formatted.
3275 (generic_val_print, generic_value_print): Update.
3276
3eec3b05
TT
32772020-03-13 Tom Tromey <tom@tromey.com>
3278
3279 * valprint.c (generic_value_print_char): New function
3280 (generic_value_print): Use it.
3281
fdddfccb
TT
32822020-03-13 Tom Tromey <tom@tromey.com>
3283
3284 * valprint.c (generic_value_print_int): New function.
3285 (generic_value_print): Use it.
3286
6dde7521
TT
32872020-03-13 Tom Tromey <tom@tromey.com>
3288
3289 * valprint.c (generic_value_print_bool): New function.
3290 (generic_value_print): Use it.
3291
4112d2e6
TT
32922020-03-13 Tom Tromey <tom@tromey.com>
3293
3294 * valprint.c (generic_val_print_func): Simplify.
3295 (generic_val_print, generic_value_print): Update.
3296
65786af6
TT
32972020-03-13 Tom Tromey <tom@tromey.com>
3298
3299 * valprint.c (generic_val_print_flags): Remove.
3300 (generic_val_print, generic_value_print): Update.
3301 (val_print_type_code_flags): Add original_value parameter.
3302
40f3ce18
TT
33032020-03-13 Tom Tromey <tom@tromey.com>
3304
3305 * valprint.c (generic_val_print): Update.
3306 (generic_value_print): Update.
3307 * valprint.c (generic_val_print_enum): Don't call
3308 val_print_scalar_formatted.
3309
2a5b130b
TT
33102020-03-13 Tom Tromey <tom@tromey.com>
3311
3312 * valprint.c (generic_value_print): Call generic_value_print_ptr.
3313 * valprint.c (generic_value_print_ptr): New function.
3314
abc66ce9
TT
33152020-03-13 Tom Tromey <tom@tromey.com>
3316
3317 * valprint.c (generic_value_print): Rewrite.
3318
07a32858
TT
33192020-03-13 Tom Tromey <tom@tromey.com>
3320
3321 * p-valprint.c (pascal_object_print_value_fields)
3322 (pascal_object_print_value): New functions.
3323
64d64d3a
TT
33242020-03-13 Tom Tromey <tom@tromey.com>
3325
3326 * p-valprint.c (pascal_value_print_inner): Rewrite.
3327
6a95a1f5
TT
33282020-03-13 Tom Tromey <tom@tromey.com>
3329
3330 * f-valprint.c (f_value_print_innner): Rewrite.
3331
59fcdac6
TT
33322020-03-13 Tom Tromey <tom@tromey.com>
3333
3334 * m2-valprint.c (m2_print_unbounded_array): New overload.
3335 (m2_print_unbounded_array): Update.
3336 (m2_print_array_contents): Take a struct value.
3337 (m2_value_print_inner): Rewrite.
3338
d133c3e1
TT
33392020-03-13 Tom Tromey <tom@tromey.com>
3340
3341 * d-valprint.c (dynamic_array_type): Call d_value_print_inner.
3342 (d_value_print_inner): New function.
3343 * d-lang.h (d_value_print_inner): Declare.
3344 * d-lang.c (d_language_defn): Use d_value_print_inner.
3345
23b0f06b
TT
33462020-03-13 Tom Tromey <tom@tromey.com>
3347
3348 * go-valprint.c (go_value_print_inner): New function.
3349 * go-lang.h (go_value_print_inner): Declare.
3350 * go-lang.c (go_language_defn): Use go_value_print_inner.
3351
5f56f7cb
TT
33522020-03-13 Tom Tromey <tom@tromey.com>
3353
3354 * rust-lang.c (val_print_struct, rust_print_enum): Use the value
3355 API.
3356 (rust_val_print): Rewrite.
3357 (rust_value_print_inner): New function, from rust_val_print.
3358 (rust_language_defn): Use rust_value_print_inner.
3359
26792ee0
TT
33602020-03-13 Tom Tromey <tom@tromey.com>
3361
3362 * ada-valprint.c (ada_value_print_inner): New function.
3363 * ada-lang.h (ada_value_print_inner): Declare.
3364 * ada-lang.c (ada_language_defn): Use ada_value_print_inner.
3365
24051bbe
TT
33662020-03-13 Tom Tromey <tom@tromey.com>
3367
3368 * f-valprint.c (f_value_print_innner): New function.
3369 * f-lang.h (f_value_print_innner): Declare.
3370 * f-lang.c (f_language_defn): Use f_value_print_innner.
3371
c0941be6
TT
33722020-03-13 Tom Tromey <tom@tromey.com>
3373
3374 * p-valprint.c (pascal_value_print_inner): New function.
3375 * p-lang.h (pascal_value_print_inner): Declare.
3376 * p-lang.c (pascal_language_defn): Use pascal_value_print_inner.
3377
62c4663d
TT
33782020-03-13 Tom Tromey <tom@tromey.com>
3379
3380 * m2-valprint.c (m2_value_print_inner): New function.
3381 * m2-lang.h (m2_value_print_inner): Declare.
3382 * m2-lang.c (m2_language_defn): Use m2_value_print_inner.
3383
62182190
TT
33842020-03-13 Tom Tromey <tom@tromey.com>
3385
3386 * opencl-lang.c (opencl_language_defn): Use c_value_print_inner.
3387 * objc-lang.c (objc_language_defn): Use c_value_print_inner.
3388 * c-valprint.c (c_value_print_inner): New function.
3389 * c-lang.h (c_value_print_inner): Declare.
3390 * c-lang.c (c_language_defn, cplus_language_defn)
3391 (asm_language_defn, minimal_language_defn): Use
3392 c_value_print_inner.
3393
1e592a8a
TT
33942020-03-13 Tom Tromey <tom@tromey.com>
3395
3396 * p-valprint.c (pascal_object_print_value_fields): Now static.
3397 * p-lang.h (pascal_object_print_value_fields): Don't declare.
3398
7fe471e9
TT
33992020-03-13 Tom Tromey <tom@tromey.com>
3400
3401 * c-valprint.c (c_val_print_array): Simplify.
3402
d121c6ce
TT
34032020-03-13 Tom Tromey <tom@tromey.com>
3404
3405 * valprint.c (value_print_array_elements): New function.
3406 * valprint.h (value_print_array_elements): Declare.
3407
4dba70ee
TT
34082020-03-13 Tom Tromey <tom@tromey.com>
3409
3410 * printcmd.c (print_formatted): Use value_print_scalar_formatted.
3411 * mips-tdep.c (mips_print_register): Use
3412 value_print_scalar_formatted.
3413
4f9ae810
TT
34142020-03-13 Tom Tromey <tom@tromey.com>
3415
3416 * valprint.h (value_print_scalar_formatted): Declare.
3417 * valprint.c (value_print_scalar_formatted): New function.
3418
156bfec9
TT
34192020-03-13 Tom Tromey <tom@tromey.com>
3420
3421 * valprint.h (generic_value_print): Declare.
3422 * valprint.c (generic_value_print): New function.
3423
2b4e573d
TT
34242020-03-13 Tom Tromey <tom@tromey.com>
3425
3426 * valprint.c (do_val_print): Call la_value_print_inner, if
3427 available.
3428 * rust-lang.c (rust_language_defn): Update.
3429 * p-lang.c (pascal_language_defn): Update.
3430 * opencl-lang.c (opencl_language_defn): Update.
3431 * objc-lang.c (objc_language_defn): Update.
3432 * m2-lang.c (m2_language_defn): Update.
3433 * language.h (struct language_defn) <la_value_print_inner>: New
3434 member.
3435 * language.c (unknown_language_defn, auto_language_defn): Update.
3436 * go-lang.c (go_language_defn): Update.
3437 * f-lang.c (f_language_defn): Update.
3438 * d-lang.c (d_language_defn): Update.
3439 * c-lang.c (c_language_defn, cplus_language_defn)
3440 (asm_language_defn, minimal_language_defn): Update.
3441 * ada-lang.c (ada_language_defn): Update.
3442
a1f6a07c
TT
34432020-03-13 Tom Tromey <tom@tromey.com>
3444
3445 * c-valprint.c (c_value_print): Use common_val_print.
3446
410cf315
TT
34472020-03-13 Tom Tromey <tom@tromey.com>
3448
3449 * cp-valprint.c (cp_print_static_field): Use common_val_print.
3450
72a45c93
TT
34512020-03-13 Tom Tromey <tom@tromey.com>
3452
3453 * f-valprint.c (f77_print_array_1, f_val_print): Use
3454 common_val_print.
3455
040f66bd
TT
34562020-03-13 Tom Tromey <tom@tromey.com>
3457
3458 * riscv-tdep.c (riscv_print_one_register_info): Use
3459 common_val_print.
3460
a6e05a6c
TT
34612020-03-13 Tom Tromey <tom@tromey.com>
3462
3463 * mi/mi-main.c (output_register): Use common_val_print.
3464
3444c526
TT
34652020-03-13 Tom Tromey <tom@tromey.com>
3466
3467 * infcmd.c (default_print_one_register_info): Use
3468 common_val_print.
3469
c2a44efe
TT
34702020-03-13 Tom Tromey <tom@tromey.com>
3471
3472 * valprint.h (common_val_print_checked): Declare.
3473 * valprint.c (common_val_print_checked): New function.
3474 * stack.c (print_frame_arg): Use common_val_print_checked.
3475
b0c26e99
TT
34762020-03-13 Tom Tromey <tom@tromey.com>
3477
3478 * valprint.c (do_val_print): New function, from val_print.
3479 (val_print): Use do_val_print.
3480 (common_val_print): Use do_val_print.
3481
ce3acbe9
TT
34822020-03-13 Tom Tromey <tom@tromey.com>
3483
3484 * valprint.c (value_print): Use scoped_value_mark.
3485
96c7f873
TV
34862020-03-13 Tom de Vries <tdevries@suse.de>
3487
3488 PR symtab/25646
3489 * psymtab.c (partial_symtab::partial_symtab): Don't set
3490 globals_offset and statics_offset. Push element onto
3491 current_global_psymbols and current_static_psymbols stacks.
3492 (concat): New function.
3493 (end_psymtab_common): Set globals_offset and statics_offset. Pop
3494 element from current_global_psymbols and current_static_psymbols
3495 stacks. Concat popped elements to global_psymbols and
3496 static_symbols.
3497 (add_psymbol_to_list): Use current_global_psymbols and
3498 current_static_psymbols stacks.
3499 * psymtab.h (class psymtab_storage): Add current_global_psymbols and
3500 current_static_psymbols fields.
3501
6ba0a321
CB
35022020-03-12 Christian Biesinger <cbiesinger@google.com>
3503
3504 * corelow.c (sniff_core_bfd): Remove.
3505 (class core_target) <m_core_vec>: Remove.
3506 (core_target::core_target): Update.
3507 (core_file_fns): Remove.
3508 (deprecated_add_core_fns): Remove.
3509 (default_core_sniffer): Remove.
3510 (sniff_core_bfd): Remove.
3511 (default_check_format): Remove.
3512 (gdb_check_format): Remove.
3513 (core_target_open): Update.
3514 (core_target::get_core_register_section): Update.
3515 (get_core_registers_cb): Update.
3516 (core_target::fetch_registers): Update.
3517 * gdbcore.h (struct core_fns): Remove.
3518 (deprecated_add_core_fns): Remove.
3519 (default_core_sniffer): Remove.
3520 (default_check_format): Remove.
3521
227031b2
TT
35222020-03-12 Tom Tromey <tom@tromey.com>
3523
3524 * arm-tdep.c (struct arm_mapping_symbol) <value>: Now a
3525 CORE_ADDR.
3526 (struct arm_exidx_entry) <addr>: Now a CORE_ADDR.
3527
53807e9f
TT
35282020-03-12 Tom Tromey <tom@tromey.com>
3529
3530 * remote.c (remote_target::download_tracepoint)
3531 (remote_target::enable_tracepoint)
3532 (remote_target::disable_tracepoint): Use phex, not sprintf_vma.
3533 * breakpoint.c (print_recreate_masked_watchpoint): Use phex, not
3534 sprintf_vma.
3535
64f25102
TT
35362020-03-12 Tom Tromey <tom@tromey.com>
3537
3538 * symfile-mem.c: Update CORE_ADDR size assert.
3539
272cd5a3
SM
35402020-03-12 Simon Marchi <simon.marchi@efficios.com>
3541
3542 * selftest.m4: Move to gdbsupport/.
3543 * acinclude.m4: Update path to selftest.m4.
3544
74cd3f9d
SM
35452020-03-12 Simon Marchi <simon.marchi@efficios.com>
3546
3547 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Rename to...
3548 (SELFTESTS_SRCS): ... this. Add disasm-selftests.c,
3549 gdbarch-selfselftests.c and selftest-arch.c.
3550 (SUBDIR_UNITTESTS_OBS): Rename to...
3551 (SELFTESTS_OBS): ... this.
3552 (COMMON_SFILES): Remove disasm-selftests.c and
3553 gdbarch-selftests.c.
3554 * configure.ac: Don't add selftest-arch.{c,o} to
3555 CONFIG_{SRCS,OBS}.
3556 * disasm-selftests.c, gdbarch-selftests.c: Remove GDB_SELF_TEST
3557 preprocessor conditions.
3558
db6878ac
SM
35592020-03-12 Simon Marchi <simon.marchi@efficios.com>
3560
3561 * configure.ac: Don't source bfd/development.sh.
3562 * selftest.m4: Modify comment.
3563 * configure: Re-generate.
3564
4d696a5c
SM
35652020-03-12 Simon Marchi <simon.marchi@efficios.com>
3566
3567 * selftest.m4 (GDB_AC_SELFTEST): Error out if $development is
3568 not "true" or "false".
3569 * configure: Re-generate.
3570
8dd8e1c7
CB
35712020-03-12 Christian Biesinger <cbiesinger@google.com>
3572
3573 * Makefile.in (HFILES_NO_SRCDIR): Add new arm-nbsd-tdep.h file.
3574 * arm-nbsd-nat.c (arm_supply_gregset): Moved to arm-nbsd-tdep and
3575 renamed to arm_nbsd_supply_gregset.
3576 (fetch_register): Update to call arm_nbsd_supply_gregset.
3577 (fetch_regs): Remove in favor of fetch_register with a -1 regno.
3578 (arm_netbsd_nat_target::fetch_registers): Update.
3579 (fetch_elfcore_registers): Removed.
3580 (_initialize_arm_netbsd_nat): Removed call to deprecated_add_core_fns.
3581 * arm-nbsd-tdep.c (struct arm_nbsd_reg): New struct.
3582 (arm_nbsd_supply_gregset): Moved from arm-nbsd-nat.c and updated to
3583 not require NetBSD system headers.
3584 (arm_nbsd_regset): New struct.
3585 (arm_nbsd_iterate_over_regset_sections): New function.
3586 (arm_netbsd_init_abi_common): Updated to call
3587 set_gdbarch_iterate_over_regset_sections.
3588 * arm-nbsd-tdep.h: New file.
3589
dd69bf7a
KB
35902020-03-11 Kevin Buettner <kevinb@redhat.com>
3591
3592 * symtab.c (find_pc_sect_line): Add check which prevents infinite
3593 recursion.
3594
a0761e34
SM
35952020-03-11 Simon Marchi <simon.marchi@efficios.com>
3596
3597 * configure: Re-generate.
3598
e7a82140
TT
35992020-03-11 Tom Tromey <tromey@adacore.com>
3600
3601 * ada-typeprint.c (print_choices): Fix comment.
3602
dcc050c8
AB
36032020-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3604
3605 * buildsyms.c (buildsym_compunit::record_line): Avoid accessing
3606 previous item in the list, when the list has no items.
3607
1c33af77
TV
36082020-03-11 Tom de Vries <tdevries@suse.de>
3609
3610 * dwarf2/loc.c (dwarf2_evaluate_property): Handle NULL frame in
3611 PROP_LOCLIST handling code.
3612
8c95582d
AB
36132020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
3614
3615 * buildsym-legacy.c (record_line): Pass extra parameter to
3616 record_line.
3617 * buildsym.c (buildsym_compunit::record_line): Take an extra
3618 parameter, reduce duplication in the line table, and record the
3619 is_stmt flag in the line table.
3620 * buildsym.h (buildsym_compunit::record_line): Add extra
3621 parameter.
3622 * disasm.c (do_mixed_source_and_assembly_deprecated): Ignore
3623 non-statement lines.
3624 * dwarf2/read.c (dwarf_record_line_1): Add extra parameter, pass
3625 this to the symtab builder.
3626 (dwarf_finish_line): Pass extra parameter to dwarf_record_line_1.
3627 (lnp_state_machine::record_line): Pass a suitable is_stmt flag
3628 through to dwarf_record_line_1.
3629 * infrun.c (process_event_stop_test): When stepping, don't stop at
3630 a non-statement instruction, and only refresh the step info when
3631 we land in the middle of a line's range. Also add an extra
3632 comment.
3633 * jit.c (jit_symtab_line_mapping_add_impl): Initialise is_stmt
3634 field.
3635 * record-btrace.c (btrace_find_line_range): Only record lines
3636 marked as is-statement.
3637 * stack.c (frame_show_address): Show the frame address if we are
3638 in a non-statement sal.
3639 * symmisc.c (dump_symtab_1): Print the is_stmt flag.
3640 (maintenance_print_one_line_table): Print a header for the is_stmt
3641 column, and include is_stmt information in the output.
3642 * symtab.c (find_pc_sect_line): Find lines marked as statements in
3643 preference to non-statements.
3644 (find_pcs_for_symtab_line): Prefer is-statement entries.
3645 (find_line_common): Likewise.
3646 * symtab.h (struct linetable_entry): Add is_stmt field.
3647 (struct symtab_and_line): Likewise.
3648 * xcoffread.c (arrange_linetable): Initialise is_stmt field when
3649 arranging the line table.
3650
e4003a34
TV
36512020-03-07 Tom de Vries <tdevries@suse.de>
3652
3653 * dwarf2/read.c (read_typedef): Treat anonymous typedef as forwarder
3654 DIE.
3655
e8932576
TT
36562020-03-07 Tom Tromey <tom@tromey.com>
3657
3658 * valops.c (value_literal_complex): Remove obsolete comment.
3659 * gdbtypes.h (enum type_code) <TYPE_CODE_FLT>: Remove obsolete
3660 comment.
3661
29734269
SM
36622020-03-06 Simon Marchi <simon.marchi@polymtl.ca>
3663
3664 * infrun.h: Forward-declare thread_info.
3665 (set_step_info): Add thread_info parameter, add doc.
3666 * infrun.c (set_step_info): Add thread_info parameter, move doc
3667 to header.
3668 * infrun.c (process_event_stop_test): Pass thread to
3669 set_step_info call.
3670 * infcmd.c (set_step_frame): Add thread_info pointer, pass it to
3671 set_step_info.
3672 (prepare_one_step): Add thread_info parameter, pass it to
3673 set_step_frame and prepare_one_step (recursive) call.
3674 (step_1): Pass thread to prepare_one_step call.
3675 (step_command_fsm::should_stop): Pass thread to
3676 prepare_one_step.
3677 (until_next_fsm): Pass thread to set_step_frame call.
3678 (finish_command): Pass thread to set_step_info call.
3679
b7d64b29
HD
36802020-03-06 Hannes Domani <ssbssa@yahoo.de>
3681
3682 * windows-tdep.c (windows_solib_create_inferior_hook):
3683 Check if inferior is running.
3684
09f2921c
TV
36852020-03-06 Tom de Vries <tdevries@suse.de>
3686
3687 * NEWS: Fix "the the".
3688 * ctfread.c: Same.
3689
fd760e79
TV
36902020-03-06 Tom de Vries <tdevries@suse.de>
3691
3692 * psymtab.c (psymtab_to_symtab): Don't print "done.".
3693
20ea4a60
AB
36942020-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3695
3696 * .dir-locals.el: Add a comment referencing the other copies of
3697 this file.
3698
0afbabf0
JB
36992020-03-05 John Baldwin <jhb@FreeBSD.org>
3700
3701 * fbsd-tdep.c (fbsd_make_corefile_notes): Use std::string for
3702 psargs.
3703
842806cb
TBA
37042020-03-05 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3705
3706 * .gitattributes: New file.
3707
be1e3d3e
TT
37082020-03-04 Tom Tromey <tom@tromey.com>
3709
3710 * symmisc.c (print_symbol_bcache_statistics)
3711 (print_objfile_statistics): Update.
3712 * symfile.c (allocate_symtab): Use intern.
3713 * psymtab.c (partial_symtab::partial_symtab): Use intern.
3714 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
3715 macro_cache>: Remove.
3716 <string_cache>: New member.
3717 (struct objfile) <intern>: New methods.
3718 * elfread.c (elf_symtab_read): Use intern.
3719 * dwarf2/read.c (fixup_go_packaging): Intern package name.
3720 (dwarf2_compute_name, dwarf2_physname)
3721 (create_dwo_unit_in_dwp_v1, create_dwo_unit_in_dwp_v2): Intern
3722 names.
3723 (guess_partial_die_structure_name): Update.
3724 (partial_die_info::fixup): Intern name.
3725 (dwarf2_canonicalize_name): Change parameter to objfile. Intern
3726 name.
3727 (dwarf2_name): Intern name. Update.
3728 * buildsym.c (buildsym_compunit::get_macro_table): Use
3729 string_cache.
3730
4e7625fd
TT
37312020-03-04 Tom Tromey <tom@tromey.com>
3732
3733 * jit.c (bfd_open_from_target_memory): Make "target" const.
3734 * corefile.c (gnutarget): Now const.
3735 * gdbcore.h (gnutarget): Now const.
3736
46f9f931
HD
37372020-03-04 Hannes Domani <ssbssa@yahoo.de>
3738
3739 * NEWS: Mention support for WOW64 processes.
3740 * amd64-windows-nat.c (amd64_mappings): Rename and remove static.
3741 (amd64_windows_segment_register_p): Remove static.
3742 (_initialize_amd64_windows_nat): Update.
3743 * configure.nat <windows> (NATDEPFILES): Add i386-windows-nat.o.
3744 * i386-windows-nat.c (context_offset): Update.
3745 (i386_mappings): Rename and remove static.
3746 (i386_windows_segment_register_p): Remove static.
3747 (_initialize_i386_windows_nat): Update.
3748 * windows-nat.c (STATUS_WX86_BREAKPOINT): New macro.
3749 (STATUS_WX86_SINGLE_STEP): New macro.
3750 (EnumProcessModulesEx): New macro.
3751 (Wow64SuspendThread): New macro.
3752 (Wow64GetThreadContext): New macro.
3753 (Wow64SetThreadContext): New macro.
3754 (Wow64GetThreadSelectorEntry): New macro.
3755 (windows_set_context_register_offsets): Add static.
3756 (windows_set_segment_register_p): Likewise.
3757 (windows_add_thread): Adapt for WOW64 processes.
3758 (windows_fetch_one_register): Likewise.
3759 (windows_nat_target::fetch_registers): Likewise.
3760 (windows_store_one_register): Likewise.
3761 (display_selector): Likewise.
3762 (display_selectors): Likewise.
3763 (handle_exception): Likewise.
3764 (windows_continue): Likewise.
3765 (windows_nat_target::resume): Likewise.
3766 (windows_add_all_dlls): Likewise.
3767 (do_initial_windows_stuff): Likewise.
3768 (windows_nat_target::attach): Likewise.
3769 (windows_get_exec_module_filename): Likewise.
3770 (windows_nat_target::create_inferior): Likewise.
3771 (windows_xfer_siginfo): Likewise.
3772 (_initialize_loadable): Initialize Wow64SuspendThread,
3773 Wow64GetThreadContext, Wow64SetThreadContext,
3774 Wow64GetThreadSelectorEntry and EnumProcessModulesEx.
3775 * windows-nat.h (windows_set_context_register_offsets):
3776 Remove declaration.
3777 (windows_set_segment_register_p): Likewise.
3778 (i386_windows_segment_register_p): Add declaration.
3779 (amd64_windows_segment_register_p): Likewise.
3780
440cf44e
LM
37812020-03-04 Luis Machado <luis.machado@linaro.org>
3782
3783 Revert aa66aac47b4dd38f9524ddb5546c08cc09930d37 due to regressions
3784 in "info registers" for AArch64/ARM.
3785
3786 The change caused "info registers" to not print GPR's.
3787
3788 gdb/ChangeLog:
3789
3790 2020-02-01 Shahab Vahedi <shahab@synopsys.com>
3791
3792 * target-descriptions.c (tdesc_register_in_reggroup_p): Return 0
3793 when reg->group is empty and reggroup is not.
3794
1009d92f
TT
37952020-03-03 Tom Tromey <tromey@adacore.com>
3796
3797 * dwarf2/frame.c (struct dwarf2_frame_cache)
3798 <checked_tailcall_bottom, entry_cfa_sp_offset,
3799 entry_cfa_sp_offset_p>: Remove members.
3800 (dwarf2_frame_cache): Call dwarf2_tailcall_sniffer_first.
3801 (dwarf2_frame_prev_register): Don't call
3802 dwarf2_tailcall_sniffer_first.
3803 (dwarf2_append_unwinders): Don't append tailcall unwinder.
3804 * frame-unwind.c (add_unwinder): New fuction.
3805 (frame_unwind_init): Use it. Add tailcall unwinder.
3806
5e5d66b6
AB
38072020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
3808 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3809
3810 * f-valprint.c (f_val_print): Handle TYPE_CODE_BOOL, any non-zero
3811 value should be printed as true.
3812
584cf46d
HD
38132020-03-03 Hannes Domani <ssbssa@yahoo.de>
3814
3815 * windows-tdep.c (windows_solib_create_inferior_hook): New function.
3816 (windows_init_abi): Set and use windows_so_ops.
3817
7b973adc
SDJ
38182020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
3819
3820 * printcmd.c (print_c_string): Check also for TYPE_CODE_PTR
3821 when verifying if dealing with a convenience variable.
3822
bb7b70ab
LM
38232020-03-03 Luis Machado <luis.machado@linaro.org>
3824
3825 * auxv.c (default_print_auxv_entry): Add new AUXV entries.
3826
9822cb57
SM
38272020-03-02 Simon Marchi <simon.marchi@polymtl.ca>
3828
3829 * infrun.c (gdbarch_supports_displaced_stepping): New.
3830 (use_displaced_stepping): Break up conditions in smaller pieces.
3831 Use gdbarch_supports_displaced_stepping.
3832 (displaced_step_prepare_throw): Use
3833 gdbarch_supports_displaced_stepping.
3834
63e163f2
AB
38352020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
3836
3837 * NEWS: Mention new behaviour of the history filename.
3838 * top.c (write_history_p): Add comment.
3839 (show_write_history_p): Add header comment, give a different
3840 message when history writing is on, but the history filename is
3841 empty.
3842 (history_filename): Add comment.
3843 (history_filename_empty): New function.
3844 (show_history_filename): Add header comment, give a different
3845 message when the filename is empty.
3846 (init_history): Compare history_filename against nullptr, and only
3847 read history if the filename is not empty.
3848 (set_history_filename): Add header comment, and only make
3849 non-empty filenames absolute.
3850 (init_main): Make the filename argument to 'set history filename'
3851 optional.
3852
81b86b97
CB
38532020-03-02 Christian Biesinger <cbiesinger@google.com>
3854
3855 * arm-nbsd-nat.c (arm_supply_fparegset): Rename to...
3856 (arm_supply_vfpregset): ...this, and update to use VFP registers.
3857 (fetch_fp_register): Update.
3858 (fetch_fp_regs): Update.
3859 (store_fp_register): Update.
3860 (store_fp_regs): Update.
3861 (arm_netbsd_nat_target::read_description): New function.
3862 (fetch_elfcore_registers): Update.
3863
24ed6739
AB
38642020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
3865
3866 * remote.c (remote_target::remote_parse_stop_reply): Don't use the
3867 general_thread if the stop reply is missing a thread-id.
3868 (remote_target::process_stop_reply): Use the first non-exited
3869 thread if the target didn't pass a thread-id.
3870 * infrun.c (do_target_wait): Move call to
3871 switch_to_inferior_no_thread to ....
3872 (do_target_wait_1): ... here.
3873
a84bb2a0
JT
38742020-02-29 Jon Turney <jon.turney@dronecode.org.uk>
3875
3876 * debuginfod-support.c: Include defs.h first.
3877
658dadf0
TV
38782020-02-28 Tom de Vries <tdevries@suse.de>
3879
3880 * symfile.c (set_initial_language): Use default language for lookup.
3881
4ebe4877
SM
38822020-02-28 Simon Marchi <simon.marchi@efficios.com>
3883
3884 * dwarf2/read.c (cutu_reader::init_tu_and_read_dwo_dies): Remove
3885 reader variable, pass `this` to read_cutu_die_from_dwo.
3886
e5da1139
AM
38872020-02-27 Aaron Merey <amerey@redhat.com>
3888
3889 * source.c (open_source_file): Check for nullptr when computing
3890 srcpath.
3891
317f7127
TT
38922020-02-27 Tom Tromey <tromey@adacore.com>
3893
3894 * dwarf2/read.c (struct field_info) <nfields>: Now a method, not a
3895 member.
3896 (dwarf2_add_field): Don't update nfields.
3897 (dwarf2_attach_fields_to_type, process_structure_scope): Update.
3898
3104d9ee
AB
38992020-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3900
3901 * gdbtypes.c (create_array_type_with_stride): Use std::abs not
3902 abs.
3903
b83470bf
TT
39042020-02-26 Tom Tromey <tom@tromey.com>
3905
3906 * dwarf2/read.c (struct dwarf2_include_psymtab): New.
3907 (dwarf2_create_include_psymtab): Use dwarf2_include_psymtab.
3908 (dwarf2_psymtab::expand_psymtab, dwarf2_psymtab::readin_p)
3909 (dwarf2_psymtab::get_compunit_symtab): Remove null checks for
3910 per_cu_data.
3911
edfe0a0c
TT
39122020-02-26 Tom Tromey <tom@tromey.com>
3913
3914 * dwarf2/index-write.c (psym_index_map): Change type.
3915 (add_address_entry_worker, write_one_signatured_type)
3916 (recursively_count_psymbols, recursively_write_psymbols)
3917 (class debug_names, psyms_seen_size, write_gdbindex)
3918 (write_debug_names): Use partial_symtab, not dwarf2_psymtab.
3919
0d79cdc4
AM
39202020-02-26 Aaron Merey <amerey@redhat.com>
3921
3922 * Makefile.in: Handle optional debuginfod support.
3923 * NEWS: Update.
3924 * README: Add --with-debuginfod summary.
3925 * config.in: Regenerate.
3926 * configure: Regenerate.
3927 * configure.ac: Handle optional debuginfod support.
3928 * debuginfod-support.c: debuginfod helper functions.
3929 * debuginfod-support.h: Ditto.
3930 * doc/gdb.texinfo: Add --with-debuginfod to configure options
3931 summary.
3932 * dwarf2/read.c (dwarf2_get_dwz_file): Query debuginfod servers
3933 when a dwz file cannot be found.
3934 * elfread.c (elf_symfile_read): Query debuginfod servers when a
3935 debuginfo file cannot be found.
3936 * source.c (open_source_file): Query debuginfod servers when a
3937 source file cannot be found.
3938 * top.c (print_gdb_configuration): Include
3939 --{with,without}-debuginfod in the output.
3940
b65ce565
JG
39412020-02-26 Jérémie Galarneau <jeremie.galarneau@efficios.com>
3942
3943 * thread.c (thr_try_catch_cmd): Print thread name.
3944
d4c9a4f8
SM
39452020-02-26 Simon Marchi <simon.marchi@efficios.com>
3946
3947 * dwarf2/loc.h (dwarf2_fetch_die_loc_sect_off,
3948 dwarf2_fetch_die_loc_cu_off, dwarf2_fetch_constant_bytes,
3949 dwarf2_fetch_die_type_sect_off): Move to...
3950 * dwarf2/read.h (dwarf2_fetch_die_loc_sect_off,
3951 dwarf2_fetch_die_loc_cu_off, dwarf2_fetch_constant_bytes,
3952 dwarf2_fetch_die_type_sect_off): ... here.
3953 * dwarf2/read.c (dwarf2_fetch_die_loc_sect_off,
3954 dwarf2_fetch_die_loc_cu_off, dwarf2_fetch_constant_bytes,
3955 dwarf2_fetch_die_type_sect_off): Move doc to header file.
3956
0dce4280
TV
39572020-02-26 Tom de Vries <tdevries@suse.de>
3958
3959 PR gdb/25603
3960 * symfile.c (set_initial_language): Exit-early if
3961 language_mode == language_mode_manual.
3962
450a1bfc
SM
39632020-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3964
3965 * dwarf2/loc.h (dwarf2_read_addr_index): Move...
3966 * dwarf2/read.h (dwarf2_read_addr_index): ... here.
3967 * dwarf2/read.c (dwarf2_read_addr_index): Move doc to header.
3968
9e80cfa1
AB
39692020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3970
3971 * gdbtypes.c (create_array_type_with_stride): Handle negative
3972 array strides.
3973 * valarith.c (value_subscripted_rvalue): Likewise.
3974
09624f1f
LM
39752020-02-25 Luis Machado <luis.machado@linaro.org>
3976
3977 * aarch64-tdep.c (aarch64_vnv_type): Fix comment typo.
3978
8cb5117c
SM
39792020-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3980
3981 * loc.h (dwarf2_get_die_type): Move to...
3982 * read.h (dwarf2_get_die_type): ... here.
3983 * read.c (dwarf2_get_die_type): Move doc to header.
3984
c325c44e
JB
39852020-02-25 Joel Brobecker <brobecker@adacore.com>
3986
3987 * copypright.py (EXCLUDE_LIST): Add 'gnulib/config.in' and
3988 'gnulib/Makefile.in' to the list.
3989
4ac93832
TT
39902020-02-24 Tom Tromey <tom@tromey.com>
3991
3992 * dwarf2/read.h (struct type_unit_unshareable) <num_symtabs>:
3993 Remove.
3994 * dwarf2/read.c (dwarf2_cu::setup_type_unit_groups): Use
3995 XOBNEWVEC.
3996
197400e8
TT
39972020-02-24 Tom Tromey <tom@tromey.com>
3998
3999 * dwarf2/read.h (struct dwarf2_per_cu_data) <type_unit_group_p>:
4000 New method.
4001 * dwarf2/read.c (IS_TYPE_UNIT_GROUP): Remove.
4002 (dw2_do_instantiate_symtab, dw2_get_file_names)
4003 (build_type_psymtab_dependencies, load_full_type_unit): Update.
4004
76935768
TT
40052020-02-24 Tom Tromey <tom@tromey.com>
4006
4007 * dwarf2read.c (dwarf2_build_psymtabs_hard): Use
4008 make_scoped_restore.
4009 (dwarf2_psymtab::read_symtab): Don't clear
4010 reading_partial_symbols.
4011
a88ef40d
TV
40122020-02-24 Tom de Vries <tdevries@suse.de>
4013
4014 PR gdb/25592
4015 * stack.c (iterate_over_block_locals): Handle LOC_CONST.
4016
c9af6521
TV
40172020-02-24 Tom de Vries <tdevries@suse.de>
4018
4019 * tui/tui-layout.c (_initialize_tui_layout): Fix help messages for
4020 commands layout next/prev/regs.
4021
5707a07a
TT
40222020-02-22 Tom Tromey <tom@tromey.com>
4023
4024 * dwarf2/loc.h (dwarf2_compile_expr_to_ax): Don't declare.
4025 * dwarf2/loc.c (dwarf2_compile_expr_to_ax): Now static.
4026
3b0fb49e
TT
40272020-02-22 Tom Tromey <tom@tromey.com>
4028
4029 * tui/tui-data.h (TUI_DISASM_WIN): Cast to tui_disasm_window.
4030
283be8bf
TT
40312020-02-22 Tom Tromey <tom@tromey.com>
4032
4033 * tui/tui-win.c (_initialize_tui_win): Add usage text.
4034 * tui/tui-stack.c (_initialize_tui_stack): Add usage text.
4035 * tui/tui-regs.c (_initialize_tui_regs): Add usage text.
4036 * tui/tui.c (_initialize_tui): Add usage text.
4037
ca793b96
TT
40382020-02-22 Tom Tromey <tom@tromey.com>
4039
4040 * tui/tui-win.c (tui_set_focus_command)
4041 (tui_set_win_height_command): Use error_no_arg.
4042 (_initialize_tui_win): Update help text.
4043 (FOCUS_USAGE, WIN_HEIGHT_USAGE): Don't define.
4044
432b5c40
TT
40452020-02-22 Tom Tromey <tom@tromey.com>
4046
4047 * tui/tui-layout.c (extract_display_start_addr): Rewrite.
4048 * tui/tui-disasm.h (struct tui_disasm_window)
4049 <display_start_addr>: Declare.
4050 * tui/tui-source.h (struct tui_source_window)
4051 <display_start_addr>: Declare.
4052 * tui/tui-winsource.h (struct tui_source_window_base)
4053 <show_source_line, display_start_addr>: New methods.
4054 <m_horizontal_offset, m_start_line_or_addr, m_gdbarch, m_content>:
4055 Rename and move to protected section.
4056 * tui/tui-winsource.c (tui_source_window_base::update_source_window)
4057 (tui_source_window_base::do_erase_source_content): Update.
4058 (tui_source_window_base::show_source_line): Now a method.
4059 (tui_source_window_base::show_source_content)
4060 (tui_source_window_base::tui_source_window_base)
4061 (tui_source_window_base::rerender)
4062 (tui_source_window_base::refill)
4063 (tui_source_window_base::do_scroll_horizontal)
4064 (tui_source_window_base::set_is_exec_point_at)
4065 (tui_source_window_base::update_breakpoint_info)
4066 (tui_source_window_base::update_exec_info): Update.
4067 * tui/tui-source.c (tui_source_window::set_contents)
4068 (tui_source_window::showing_source_p)
4069 (tui_source_window::do_scroll_vertical)
4070 (tui_source_window::location_matches_p)
4071 (tui_source_window::line_is_displayed): Update.
4072 (tui_source_window::display_start_addr): New method.
4073 * tui/tui-disasm.c (tui_disasm_window::set_contents)
4074 (tui_disasm_window::do_scroll_vertical)
4075 (tui_disasm_window::location_matches_p): Update.
4076 (tui_disasm_window::display_start_addr): New method.
4077
01b1af32
TT
40782020-02-22 Tom Tromey <tom@tromey.com>
4079
4080 * NEWS: Add entry for gdb.register_window_type.
4081 * tui/tui-layout.h (window_factory): New typedef.
4082 (tui_register_window): Declare.
4083 * tui/tui-layout.c (saved_tui_windows): New global.
4084 (tui_apply_current_layout): Use it.
4085 (tui_register_window): New function.
4086 * python/python.c (do_start_initialization): Call
4087 gdbpy_initialize_tui.
4088 (python_GdbMethods): Add "register_window_type" function.
4089 * python/python-internal.h (gdbpy_register_tui_window)
4090 (gdbpy_initialize_tui): Declare.
4091 * python/py-tui.c: New file.
4092 * Makefile.in (SUBDIR_PYTHON_SRCS): Add py-tui.c.
4093
fc96d20b
TT
40942020-02-22 Tom Tromey <tom@tromey.com>
4095
4096 * tui/tui-io.c (do_tui_putc): Don't omit annotations.
4097
935c78c0
TT
40982020-02-22 Tom Tromey <tom@tromey.com>
4099
4100 * tui/tui-win.c (tui_set_win_focus_to): Move to tui-data.c.
4101 * tui/tui-data.h (tui_set_win_with_focus): Don't declare.
4102 * tui/tui-data.c (tui_set_win_with_focus): Remove.
4103 (tui_set_win_focus_to): Move from tui-win.c.
4104
0240c8f1
TT
41052020-02-22 Tom Tromey <tom@tromey.com>
4106
4107 * tui/tui-layout.c (make_standard_window, get_locator_window): New
4108 functions.
4109 (known_window_types): New global.
4110 (tui_get_window_by_name): Reimplement.
4111 (initialize_known_windows): New function.
4112 (validate_window_name): Rewrite.
4113 (_initialize_tui_layout): Call initialize_known_windows.
4114
fdb01f0c
TT
41152020-02-22 Tom Tromey <tom@tromey.com>
4116
4117 * tui/tui.h (enum tui_win_type) <LOCATOR_WIN, DATA_ITEM_WIN>:
4118 Remove constants.
4119 * tui/tui-winsource.h (struct tui_source_window_base)
4120 <tui_source_window_base>: Remove parameter.
4121 * tui/tui-winsource.c
4122 (tui_source_window_base::tui_source_window_base): Remove
4123 parameter.
4124 (tui_source_window_base::refill): Update.
4125 * tui/tui-stack.h (struct tui_locator_window)
4126 <tui_locator_window>: Update.
4127 * tui/tui-source.h (struct tui_source_window) <tui_source_window>:
4128 Default the constructor.
4129 * tui/tui-regs.h (struct tui_data_item_window)
4130 <tui_data_item_window>: Default the constructor.
4131 (struct tui_data_window) <tui_data_window>: Likewise.
4132 * tui/tui-disasm.h (struct tui_disasm_window) <tui_disasm_window>:
4133 Default the constructor.
4134 * tui/tui-data.h (struct tui_gen_win_info) <tui_gen_win_info>:
4135 Default the constructor.
4136 <type>: Remove.
4137 (struct tui_win_info) <tui_win_info>: Default the constructor.
4138 * tui/tui-data.c (tui_win_info::tui_win_info): Remove.
4139 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
4140 Default the constructor.
4141
865a5aec
TT
41422020-02-22 Tom Tromey <tom@tromey.com>
4143
4144 * tui/tui-wingeneral.h (tui_make_all_invisible): Don't declare.
4145 * tui/tui-wingeneral.c (tui_make_all_invisible): Remove.
4146 * tui/tui-win.c (tui_resize_all): Don't call
4147 tui_delete_invisible_windows.
4148 * tui/tui-layout.c (tui_apply_current_layout): Delete windows when
4149 done.
4150 (tui_set_layout): Update.
4151 (tui_add_win_to_layout): Don't call tui_delete_invisible_windows.
4152 * tui/tui-data.h (tui_delete_invisible_windows): Don't declare.
4153 * tui/tui-data.c (tui_delete_invisible_windows): Remove.
4154
e098d18c
TT
41552020-02-22 Tom Tromey <tom@tromey.com>
4156
4157 * tui/tui-win.c (tui_partial_win_by_name): Handle ambiguity
4158 correctly.
4159
eb9c8874
TT
41602020-02-22 Tom Tromey <tom@tromey.com>
4161
4162 * tui/tui-data.c (tui_next_win, tui_prev_win): Reimplement.
4163
7eed1a8e
TT
41642020-02-22 Tom Tromey <tom@tromey.com>
4165
4166 * tui/tui-winsource.h (struct tui_source_window_iterator)
4167 <inner_iterator>: New etytypedef.
4168 <tui_source_window_iterator>: Take "end" parameter.
4169 <tui_source_window_iterator>: Take iterator.
4170 <operator*, advance>: Update.
4171 <m_iter>: Change type.
4172 <m_end>: New field.
4173 (struct tui_source_windows) <begin, end>: Update.
4174 * tui/tui-layout.c (tui_windows): New global.
4175 (tui_apply_current_layout): Clear tui_windows.
4176 (tui_layout_window::apply): Update tui_windows.
4177 * tui/tui-data.h (tui_windows): Declare.
4178 (all_tui_windows): Now inline function.
4179 (class tui_window_iterator, struct all_tui_windows): Remove.
4180
7c043ba6
TT
41812020-02-22 Tom Tromey <tom@tromey.com>
4182
4183 PR tui/17850:
4184 * tui/tui-win.c (tui_gen_win_info::max_width): New method.
4185 * tui/tui-layout.h (class tui_layout_base) <get_sizes>: Add
4186 "height" argument.
4187 (class tui_layout_window) <get_sizes>: Likewise.
4188 (class tui_layout_split) <tui_layout_split>: Add "vertical"
4189 argument.
4190 <get_sizes>: Add "height" argument.
4191 <m_vertical>: New field.
4192 * tui/tui-layout.c (tui_layout_split::clone): Update.
4193 (tui_layout_split::get_sizes): Add "height" argument.
4194 (tui_layout_split::adjust_size, tui_layout_split::apply): Update.
4195 (tui_new_layout_command): Parse "-horizontal".
4196 (_initialize_tui_layout): Update help string.
4197 (tui_layout_split::specification): Add "-horizontal" when needed.
4198 * tui/tui-layout.c (tui_layout_window::get_sizes): Add "height"
4199 argument.
4200 * tui/tui-data.h (struct tui_gen_win_info) <max_width, min_width>:
4201 New methods.
4202
6bc56648
TT
42032020-02-22 Tom Tromey <tom@tromey.com>
4204
4205 * tui/tui-layout.h (enum tui_adjust_result): New.
4206 (class tui_layout_base) <adjust_size>: Return tui_adjust_result.
4207 (class tui_layout_window) <adjust_size>: Return
4208 tui_adjust_result. Rewrite.
4209 (class tui_layout_split) <adjust_size>: Return tui_adjust_result.
4210 * tui/tui-layout.c (tui_layout_split::adjust_size): Update.
4211
c22fef7e
TT
42122020-02-22 Tom Tromey <tom@tromey.com>
4213
4214 * tui/tui-layout.h (class tui_layout_split) <add_split>: Change
4215 parameter and return types.
4216 (class tui_layout_base) <specification>: Add "depth".
4217 (class tui_layout_window) <specification>: Add "depth".
4218 (class tui_layout_split) <specification>: Add "depth".
4219 * tui/tui-layout.c (tui_layout_split::add_split): Change parameter
4220 and return types.
4221 (tui_new_layout_command): Parse sub-layouts.
4222 (_initialize_tui_layout): Update help string.
4223 (tui_layout_window::specification): Add "depth".
4224 (add_layout_command): Update.
4225
ee325b61
TT
42262020-02-22 Tom Tromey <tom@tromey.com>
4227
4228 * NEWS: Add "tui new-layout" item.
4229 * tui/tui-layout.c (add_layout_command): Return cmd_list_element.
4230 Add new-layout command to help text.
4231 (validate_window_name): New function.
4232 (tui_new_layout_command): New function.
4233 (_initialize_tui_layout): Register "new-layout".
4234 (tui_layout_window::specification): New method.
4235 (tui_layout_window::specification): New method.
4236 * tui/tui-layout.h (class tui_layout_base) <specification>: New
4237 method.
4238 (class tui_layout_window) <specification>: New method.
4239 (class tui_layout_split) <specification>: New method.
4240
416eb92d
TT
42412020-02-22 Tom Tromey <tom@tromey.com>
4242
4243 * tui/tui.c (tui_enable): Call tui_set_initial_layout.
4244 * tui/tui-win.c (window_name_completer): Update comment.
4245 * tui/tui-layout.h (class tui_layout_base) <replace_window>:
4246 Declare method.
4247 (class tui_layout_window) <replace_window>: Likewise.
4248 (class tui_layout_split) <replace_window>: Likewise.
4249 (tui_set_layout): Don't declare.
4250 (tui_set_initial_layout): Declare function.
4251 * tui/tui-layout.c (layouts, applied_skeleton, src_regs_layout)
4252 (asm_regs_layout): New globals.
4253 (tui_current_layout, show_layout): Remove.
4254 (tui_set_layout, tui_add_win_to_layout): Rewrite.
4255 (find_layout, tui_apply_layout): New function.
4256 (layout_completer): Remove.
4257 (tui_next_layout): Reimplement.
4258 (tui_next_layout_command): New function.
4259 (tui_set_initial_layout, tui_prev_layout_command): New functions.
4260 (tui_regs_layout): Reimplement.
4261 (tui_regs_layout_command): New function.
4262 (extract_display_start_addr): Rewrite.
4263 (next_layout, prev_layout): Remove.
4264 (tui_layout_window::replace_window): New method.
4265 (tui_layout_split::replace_window): New method.
4266 (destroy_layout): New function.
4267 (layout_list): New global.
4268 (add_layout_command): New function.
4269 (initialize_layouts): Update.
4270 (tui_layout_command): New function.
4271 (_initialize_tui_layout): Install "layout" commands.
4272 * tui/tui-data.h (enum tui_layout_type): Remove.
4273 (tui_current_layout): Don't declare.
4274
0dbc2fc7
TT
42752020-02-22 Tom Tromey <tom@tromey.com>
4276
4277 * tui/tui-regs.c (tui_reg_layout): Remove.
4278 (tui_reg_command): Use tui_regs_layout.
4279 * tui/tui-layout.h (tui_reg_command): Declare.
4280 * tui/tui-layout.c (tui_reg_command): New function.
4281
5afe342e
TT
42822020-02-22 Tom Tromey <tom@tromey.com>
4283
4284 * tui/tui.c (tui_rl_delete_other_windows): Call
4285 tui_remove_some_windows.
4286 * tui/tui-layout.h (class tui_layout_base) <remove_windows>:
4287 Declare method.
4288 (class tui_layout_window) <remove_windows>: New method.
4289 (class tui_layout_split) <remove_windows>: Declare.
4290 (tui_remove_some_windows): Declare.
4291 * tui/tui-layout.c (tui_remove_some_windows): New function.
4292 (tui_layout_split::remove_windows): New method.
4293
427326a8
TT
42942020-02-22 Tom Tromey <tom@tromey.com>
4295
4296 * tui/tui.c (tui_rl_change_windows): Call tui_next_layout.
4297 * tui/tui-layout.h (tui_next_layout): Declare.
4298 * tui/tui-layout.c (tui_next_layout): New function.
4299
3fe12b6d
TT
43002020-02-22 Tom Tromey <tom@tromey.com>
4301
4302 * tui/tui-regs.c (tui_data_window::display_registers_from): Use
4303 correct coordinates.
4304
59b8b5d2
TT
43052020-02-22 Tom Tromey <tom@tromey.com>
4306
4307 * tui/tui-layout.h (tui_add_win_to_layout): Add comment.
4308 * tui/tui-layout.c (tui_add_win_to_layout): Add assert. Remove
4309 DATA_WIN case.
4310
2a3d458b
TT
43112020-02-22 Tom Tromey <tom@tromey.com>
4312
4313 * tui/tui-disasm.c (tui_get_low_disassembly_address): Use
4314 TUI_DISASM_WIN, not tui_win_list.
4315
3f0cbb04
TT
43162020-02-22 Tom Tromey <tom@tromey.com>
4317
4318 * valprint.c (generic_val_print_enum_1)
4319 (val_print_type_code_flags): Style member names.
4320 * rust-lang.c (val_print_struct, rust_print_enum)
4321 (rust_print_struct_def, rust_internal_print_type): Style member
4322 names.
4323 * p-valprint.c (pascal_object_print_value_fields): Style member
4324 names. Only call fprintf_symbol_filtered for static members.
4325 * m2-typeprint.c (m2_record_fields, m2_enum): Style member names.
4326 * f-valprint.c (f_val_print): Style member names.
4327 * f-typeprint.c (f_type_print_base): Style member names.
4328 * cp-valprint.c (cp_print_value_fields): Style member names. Only
4329 call fprintf_symbol_filtered for static members.
4330 (cp_print_class_member): Style member names.
4331 * c-typeprint.c (c_print_type_1, c_type_print_base_1): Style
4332 member names.
4333 * ada-valprint.c (ada_print_scalar): Style enum names.
4334 (ada_val_print_enum): Likewise.
4335 * ada-typeprint.c (print_enum_type): Style enum names.
4336
d4d947ae
TT
43372020-02-21 Tom Tromey <tom@tromey.com>
4338
4339 * psympriv.h (struct partial_symtab): Update comment.
4340
e94e944b
TT
43412020-02-21 Tom Tromey <tromey@adacore.com>
4342
4343 * mips-tdep.h (mips_pc_is_mips16, mips_pc_is_micromips): Parameter
4344 type is CORE_ADDR.
4345
1eb73179
TV
43462020-02-21 Tom de Vries <tdevries@suse.de>
4347
4348 PR gdb/25534
4349 * psymtab.c (partial_symtab::read_dependencies): Don't read dependency
4350 if dependencies[i]->user != NULL.
4351
4f180d53
AT
43522020-02-21 Ali Tamur <tamur@google.com>
4353
4354 * dwarf2/read.c (dwarf2_name): Add null check.
4355
22b6cd70
TT
43562020-02-20 Tom Tromey <tom@tromey.com>
4357
4358 * dwarf2/read.c (dwarf2_find_containing_comp_unit): Use ">", not
4359 ">=", in binary search.
4360 (dwarf2_find_containing_comp_unit): New overload.
4361 (run_test): New self-test.
4362 (_initialize_dwarf2_read): Register new test.
4363
bd0cf5a6
NC
43642020-02-20 Nelson Chu <nelson.chu@sifive.com>
4365
4366 * riscv-tdep.c: Updated since the DECLARE_CSR is changed.
4367 * riscv-tdep.h: Likewise.
4368 * features/riscv/rebuild-csr-xml.sh: Generate the 64bit-csr.xml without
4369 rv32-only CSR.
4370 * features/riscv/64bit-csr.xml: Regenerated.
4371
3f702acd
SDJ
43722020-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
4373 Tom Tromey <tom@tromey.com>
4374
4375 * utils.c (fputs_maybe_filtered): Call 'stream->puts' instead
4376 of 'fputc_unfiltered'.
4377 (putchar_unfiltered): Call 'fputc_unfiltered'.
4378 (fputc_unfiltered): Call 'fputs_unfiltered'.
4379
d13c7322
AB
43802020-02-20 Andrew Burgess <andrew.burgess@embecosm.com>
4381
4382 * config.in: Regenerate.
4383 * configure: Regenerate.
4384 * configure.ac: Add --with-python-libdir option.
4385 * main.c: Use WITH_PYTHON_LIBDIR.
4386
869d8950
TT
43872020-02-19 Tom Tromey <tom@tromey.com>
4388
4389 * symtab.c (general_symbol_info::compute_and_set_names): Use
4390 obstack_strndup. Simplify call to symbol_set_demangled_name.
4391
298e9637
SM
43922020-02-19 Simon Marchi <simon.marchi@efficios.com>
4393
4394 * dwarf2/read.c (allocate_signatured_type_table,
4395 allocate_dwo_unit_table, allocate_type_unit_groups_table,
4396 allocate_dwo_file_hash_table, allocate_dwp_loaded_cutus_table):
4397 Remove objfile parameter, update all callers.
4398
08410482
DE
43992020-02-19 Doug Evans <dje@google.com>
4400
4401 PR rust/25535
4402 * rust-lang.c (rust_print_enum): Apply embedded_offset to
4403 rust_enum_variant calculation.
4404
dfdeeca1
TT
44052020-02-19 Tom Tromey <tromey@adacore.com>
4406
4407 * mips-tdep.h (mips_pc_is_mips): Parameter type is CORE_ADDR.
4408
2ef5453b
TT
44092020-02-19 Tom Tromey <tromey@adacore.com>
4410
4411 * ada-lang.c (cache_symbol): Use obstack_strdup.
4412
9f1528a1
AB
44132020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
4414
4415 * configure: Regenerate.
4416
d3c22fa8
TT
44172020-02-19 Tom Tromey <tromey@adacore.com>
4418
4419 * python/python.c (do_start_initialization): Use XNEWVEC. Remove
4420 NULL check.
4421
bf84f706
MR
44222020-02-19 Maciej W. Rozycki <macro@wdc.com>
4423
4424 * NEWS: Mention RISC-V GNU/Linux GDBserver support.
4425
d1c9b20f
AB
44262020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
4427
4428 * arch/riscv.c (struct riscv_gdbarch_features_hasher): Only define
4429 if GDBSERVER is not defined.
4430 (riscv_tdesc_cache): Likewise, also store const target_desc.
4431 (STATIC_IN_GDB): Define.
4432 (riscv_create_target_description): Update declaration with
4433 STATIC_IN_GDB.
4434 (riscv_lookup_target_description): New function, only define if
4435 GDBSERVER is not defined.
4436 * arch/riscv.h (riscv_create_target_description): Declare only
4437 when GDBSERVER is defined.
4438 (riscv_lookup_target_description): New declaration when GDBSERVER
4439 is not defined.
4440 * nat/riscv-linux-tdesc.c (riscv_linux_read_description): Rename to...
4441 (riscv_linux_read_features): ...this, and return
4442 riscv_gdbarch_features instead of target_desc.
4443 * nat/riscv-linux-tdesc.h: Include 'arch/riscv.h'.
4444 (riscv_linux_read_description): Rename to...
4445 (riscv_linux_read_features): ...this.
4446 * riscv-linux-nat.c (riscv_linux_nat_target::read_description):
4447 Update to use riscv_gdbarch_features and
4448 riscv_lookup_target_description.
4449 * riscv-tdep.c (riscv_find_default_target_description): Use
4450 riscv_lookup_target_description instead of
4451 riscv_create_target_description.
4452
373d7ac0
SM
44532020-02-18 Simon Marchi <simon.marchi@efficios.com>
4454
4455 * valprint.c (generic_val_print_enum_1): When printing a flag
4456 enum with value 0 and there is no enumerator with value 0, print
4457 just "0" instead of "(unknown: 0x0)".
4458
b29a2df0
SM
44592020-02-18 Simon Marchi <simon.marchi@efficios.com>
4460
4461 * valprint.c (generic_val_print_enum_1): Print unknown part of
4462 flag enum in hex.
4463
6740f0cc
SM
44642020-02-18 Simon Marchi <simon.marchi@efficios.com>
4465
4466 * dwarf2/read.c (update_enumeration_type_from_children): Allow
4467 flag enums to contain duplicate enumerators.
4468 * valprint.c (generic_val_print_enum_1): Update comment.
4469
edd45eb0
SM
44702020-02-18 Simon Marchi <simon.marchi@efficios.com>
4471
4472 * dwarf2/read.c: Include "count-one-bits.h".
4473 (update_enumeration_type_from_children): If an enumerator has
4474 multiple bits set, don't treat the enumeration as a "flag enum".
4475 * valprint.c (generic_val_print_enum_1): Assert that enumerators
4476 of flag enums have 0 or 1 bit set.
4477
6d0cf446
BE
44782020-02-18 Bernd Edlinger <bernd.edlinger@hotmail.de>
4479
4480 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Use an explicit
4481 conversion.
4482 * amd64-tdep.c (amd64_displaced_step_copy_insn): Likewise.
4483 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
4484 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
4485 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
4486 * s390-tdep.c (s390_displaced_step_copy_insn): Likewise.
4487
7001c1b7
SM
44882020-02-18 Simon Marchi <simon.marchi@efficios.com>
4489
4490 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
4491
fdb61c6c
SM
44922020-02-14 Simon Marchi <simon.marchi@efficios.com>
4493
4494 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Use
4495 displaced_step_closure_up.
4496 * aarch64-tdep.h (aarch64_displaced_step_copy_insn): Likewise.
4497 (struct displaced_step_closure_up):
4498 * amd64-tdep.c (amd64_displaced_step_copy_insn): Likewise.
4499 * amd64-tdep.h (amd64_displaced_step_copy_insn): Likewise.
4500 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn):
4501 Likewise.
4502 * gdbarch.sh (displaced_step_copy_insn): Likewise.
4503 * gdbarch.c, gdbarch.h: Re-generate.
4504 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Use
4505 displaced_step_closure_up.
4506 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
4507 * i386-tdep.h (i386_displaced_step_copy_insn): Likewise.
4508 * infrun.h (displaced_step_closure_up): New type alias.
4509 (struct displaced_step_inferior_state) <step_closure>: Change
4510 type to displaced_step_closure_up.
4511 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Use
4512 displaced_step_closure_up.
4513 * s390-tdep.c (s390_displaced_step_copy_insn): Likewise.
4514
a4a38eb4
TT
45152020-02-14 Tom Tromey <tom@tromey.com>
4516
4517 * minidebug.c (gnu_debug_key): New global.
4518 (find_separate_debug_file_in_section): Use it.
4519
e8217e61
SM
45202020-02-14 Simon Marchi <simon.marchi@efficios.com>
4521
4522 * gdbarch.sh (displaced_step_copy_insn): Change return type to an
4523 std::unique_ptr.
4524 * gdbarch.c: Re-generate.
4525 * gdbarch.h: Re-generate.
4526 * infrun.c (displaced_step_prepare_throw): Adjust to std::unique_ptr
4527 change.
4528 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Change return
4529 type to std::unique_ptr.
4530 * aarch64-tdep.h (aarch64_displaced_step_copy_insn): Likewise.
4531 * amd64-tdep.c (amd64_displaced_step_copy_insn): Likewise.
4532 * amd64-tdep.h (amd64_displaced_step_copy_insn): Likewise.
4533 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
4534 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Likewise.
4535 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
4536 * i386-tdep.h (i386_displaced_step_copy_insn): Likewise.
4537 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
4538 * s390-tdep.c (s390_displaced_step_copy_insn): Likewise.
4539
d8d83535
SM
45402020-02-14 Simon Marchi <simon.marchi@efficios.com>
4541
4542 * infrun.c (get_displaced_step_closure_by_addr): Adjust to
4543 std::unique_ptr.
4544 (displaced_step_clear): Rename to...
4545 (displaced_step_reset): ... this. Just call displaced->reset ().
4546 (displaced_step_clear_cleanup): Rename to...
4547 (displaced_step_reset_cleanup): ... this.
4548 (displaced_step_prepare_throw): Adjust to std::unique_ptr.
4549 (displaced_step_fixup): Likewise.
4550 (resume_1): Likewise.
4551 (handle_inferior_event): Restore child's memory before calling
4552 displaced_step_fixup on the parent.
4553 * infrun.h (displaced_step_inferior_state) <reset>: Adjust
4554 to std::unique_ptr.
4555 <step_closure>: Change type to std::unique_ptr.
4556
5f661e03
SM
45572020-02-14 Simon Marchi <simon.marchi@efficios.com>
4558
4559 * arm-tdep.c: Include count-one-bits.h.
4560 (cleanup_block_store_pc): Use count_one_bits.
4561 (cleanup_block_load_pc): Use count_one_bits.
4562 (arm_copy_block_xfer): Use count_one_bits.
4563 (thumb2_copy_block_xfer): Use count_one_bits.
4564 (thumb_copy_pop_pc_16bit): Use count_one_bits.
4565 * arch/arm-get-next-pcs.c: Include count-one-bits.h.
4566 (thumb_get_next_pcs_raw): Use count_one_bits.
4567 (arm_get_next_pcs_raw): Use count_one_bits_l.
4568 * arch/arm.c (bitcount): Remove.
4569 * arch/arm.h (bitcount): Remove.
4570
8084e579
TT
45712020-02-14 Tom Tromey <tromey@adacore.com>
4572
4573 * dwarf2/frame-tailcall.c (dwarf2_tailcall_sniffer_first):
4574 Update.
4575 * dwarf2/loc.h (call_site_find_chain): Return unique_xmalloc_ptr.
4576 * dwarf2/loc.c (call_site_find_chain_1): Return
4577 unique_xmalloc_ptr.
4578 (call_site_find_chain): Likewise.
4579
258bf0ee
RB
45802020-02-14 Richard Biener <rguenther@suse.de>
4581
4582 * dwarf2/read.c (lnp_state_machine::handle_special_opcode): Apply CSE
4583 on expression with division operators.
4584
f98a8458
AKS
45852020-02-13 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
4586
4587 * MAINTAINERS (Write After Approval): Adding myself.
4588
d1437c0e
TT
45892020-02-12 Tom Tromey <tom@tromey.com>
4590
4591 * event-loop.c (event_data, gdb_event, event_handler_func):
4592 Remove.
4593
3d4560f7
TT
45942020-02-12 Tom Tromey <tom@tromey.com>
4595
4596 * dwarf2/frame.c (dwarf2_frame_bfd_data): New global.
4597 (dwarf2_frame_objfile_data): Add comment.
4598 (find_comp_unit, set_comp_unit): New functions.
4599 (dwarf2_frame_find_fde): Use find_comp_unit.
4600 (dwarf2_build_frame_info): Use set_comp_unit.
4601
21982304
TT
46022020-02-12 Tom Tromey <tom@tromey.com>
4603
4604 * dwarf2/frame.c (struct comp_unit) <objfile>: Remove.
4605 (comp_unit): Don't initialize objfile.
4606 (execute_cfa_program): Add text_offset parameter.
4607 (execute_cfa_program_test, dwarf2_fetch_cfa_info)
4608 (dwarf2_frame_cache): Update.
4609 (dwarf2_build_frame_info): Don't set "objfile" member.
4610
4debb237
TT
46112020-02-12 Tom Tromey <tom@tromey.com>
4612
4613 * dwarf2/frame.c (decode_frame_entry_1): Add gdbarch parameter.
4614 (decode_frame_entry): Likewise.
4615 (dwarf2_build_frame_info): Update.
4616
0d404d44
TT
46172020-02-12 Tom Tromey <tom@tromey.com>
4618
4619 * dwarf2/frame.c (struct comp_unit) <obstack>: New member.
4620 (decode_frame_entry_1): Use the comp_unit obstack.
4621
a7a3ae5c
TT
46222020-02-12 Tom Tromey <tom@tromey.com>
4623
4624 * dwarf2/frame.c (struct comp_unit): Add initializers and
4625 constructor.
4626 (dwarf2_frame_objfile_data): Store a comp_unit.
4627 (dwarf2_frame_find_fde): Update.
4628 (dwarf2_build_frame_info): Use "new".
4629
a9d65418
TT
46302020-02-12 Tom Tromey <tom@tromey.com>
4631
4632 * dwarf2/frame.c (struct dwarf2_fde_table): Remove.
4633 (dwarf2_fde_table): Typedef for std::vector.
4634 (dwarf2_frame_objfile_data): Remove the deleter. Now static.
4635 (dwarf2_frame_find_fde, add_fde, decode_frame_entry_1)
4636 (decode_frame_entry): Update.
4637 (dwarf2_build_frame_info): Use "new".
4638
7559c217
CB
46392020-02-12 Christian Biesinger <cbiesinger@google.com>
4640
4641 * arm-tdep.c (arm_gdbarch_init): Update.
4642 * arm-tdep.h (struct gdbarch_tdep) <have_fpa_registers,
4643 have_wmmx_registers, have_vfp_pseudos, have_neon_pseudos,
4644 have_neon, is_m>: Change to bool.
4645
aeefc73c
CB
46462020-02-12 Christian Biesinger <cbiesinger@google.com>
4647
4648 * arm-tdep.c (arm_dump_tdep): Print more fields of tdep.
4649
d27b8e5f
TT
46502020-02-12 Tom Tromey <tom@tromey.com>
4651
4652 * dwarf2/loc.c (struct dwarf_expr_baton): Remove.
4653
cd5900f3
HD
46542020-02-12 Hannes Domani <ssbssa@yahoo.de>
4655
4656 * windows-tdep.c (struct windows_gdbarch_data): Add tib_ptr_type.
4657 (windows_get_tlb_type): Use windows_gdbarch_data->tib_ptr_type.
4658
f056b22b
TT
46592020-02-11 Tom Tromey <tom@tromey.com>
4660
4661 * psymtab.h: Update comment.
4662
f92ff6b5
TT
46632020-02-11 Tom Tromey <tom@tromey.com>
4664
4665 * gdb_obstack.h (struct auto_obstack): Use
4666 DISABLE_COPY_AND_ASSIGN.
4667
3fd6912b
TT
46682020-02-11 Tom Tromey <tom@tromey.com>
4669
4670 * dwarf2/frame.h (struct objfile): Don't forward declare.
4671
69ed9b74
CB
46722020-02-11 Christian Biesinger <cbiesinger@google.com>
4673
4674 * cris-tdep.c (cris_supply_gregset): Change signature to match
4675 what struct regset expects.
4676 (cris_regset): New struct.
4677 (fetch_core_registers): Remove.
4678 (cris_iterate_over_regset_sections): New function.
4679 (_initialize_cris_tdep): Don't call deprecated_add_core_fns.
4680 (cris_gdbarch_init): Call set_gdbarch_iterate_over_regset_sections.
4681
bda874f6
CB
46822020-02-11 Christian Biesinger <cbiesinger@google.com>
4683
4684 * arch/arm.h (enum gdb_regnum): Add comment for the FP0..7
4685 registers.
4686
754e1564
CB
46872020-02-11 Christian Biesinger <cbiesinger@google.com>
4688
4689 * arm-tdep.c (arm_dump_tdep): Add \n in fprintf.
4690
8ddd8e0e
SM
46912020-02-11 Simon Marchi <simon.marchi@efficios.com>
4692
4693 * configure: Re-generate.
4694
898e7f60
SM
46952020-02-11 Simon Marchi <simon.marchi@efficios.com>
4696
4697 * configure: Re-generate.
4698
58df732b
SM
46992020-02-11 Simon Marchi <simon.marchi@efficios.com>
4700
4701 * acinclude: Update warning.m4 path.
4702 * warning.m4: Move to gdbsupport.
4703
da5bd37e
TT
47042020-02-11 Tom Tromey <tromey@adacore.com>
4705
4706 * remote.c (remote_console_output): Update.
4707 * printcmd.c (printf_command): Update.
4708 * event-loop.c (gdb_wait_for_event): Update.
4709 * linux-nat.c (sigchld_handler): Update.
4710 * remote-sim.c (gdb_os_write_stdout): Update.
4711 (gdb_os_flush_stdout): Update.
4712 (gdb_os_flush_stderr): Update.
4713 (gdb_os_write_stderr): Update.
4714 * exceptions.c (print_exception): Update.
4715 * remote-fileio.c (remote_fileio_func_read): Update.
4716 (remote_fileio_func_write): Update.
4717 * tui/tui.c (tui_enable): Update.
4718 * tui/tui-interp.c (tui_interp::init): Update.
4719 * utils.c (init_page_info): Update.
4720 (putchar_unfiltered, fputc_unfiltered): Update.
4721 (gdb_flush): Update.
4722 (emit_style_escape): Update.
4723 (flush_wrap_buffer, fputs_maybe_filtered): Update.
4724 * ui-file.c (ui_file_isatty, ui_file_read, ui_file_write)
4725 (ui_file_write_async_safe, ui_file_flush, ui_file_puts): Remove.
4726 (stderr_file::write): Update.
4727 (stderr_file::puts): Update.
4728 * ui-file.h (ui_file_isatty, ui_file_write)
4729 (ui_file_write_async_safe, ui_file_read, ui_file_flush)
4730 (ui_file_puts): Don't declare.
4731
85f0dd3c
TV
47322020-02-10 Tom de Vries <tdevries@suse.de>
4733
4734 * dwarf2/read.c (process_psymtab_comp_unit_reader): Cast concat NULL
4735 sentinel to char *.
4736
2e927613
TV
47372020-02-09 Tom de Vries <tdevries@suse.de>
4738
4739 * dwarf2read.c (process_psymtab_comp_unit_reader): Append CU offset to
4740 filename if it matches "<artificial>".
4741
6bafc845
HD
47422020-02-09 Hannes Domani <ssbssa@yahoo.de>
4743
4744 * windows-tdep.c (struct enum_value_name): New struct.
4745 (create_enum): New function.
4746 (windows_get_siginfo_type): Create and use enum types.
4747
7928d571
HD
47482020-02-09 Hannes Domani <ssbssa@yahoo.de>
4749
4750 * NEWS: Mention $_siginfo support for Windows.
4751 * windows-nat.c (handle_exception): Set siginfo_er.
4752 (windows_nat_target::mourn_inferior): Reset siginfo_er.
4753 (windows_xfer_siginfo): New function.
4754 (windows_nat_target::xfer_partial): Call windows_xfer_siginfo.
4755 * windows-tdep.c (struct windows_gdbarch_data): New struct.
4756 (init_windows_gdbarch_data): New function.
4757 (get_windows_gdbarch_data): New function.
4758 (windows_get_siginfo_type): New function.
4759 (windows_init_abi): Register windows_get_siginfo_type.
4760 (_initialize_windows_tdep): Register init_windows_gdbarch_data.
4761
6751ebae
TT
47622020-02-08 Tom Tromey <tom@tromey.com>
4763
4764 * dwarf2/read.c (class cutu_reader) <cutu_reader,
4765 init_tu_and_read_dwo_dies>: Remove "keep" parameter.
4766 <keep>: Declare method.
4767 <m_keep>: Remove member.
4768 <~cutu_reader>: Remove.
4769 (cutu_reader::init_tu_and_read_dwo_dies): Update.
4770 (cutu_reader::cutu_reader): Update.
4771 (cutu_reader::keep): Rename from ~cutu_reader.
4772 (process_psymtab_comp_unit, build_type_psymtabs_1)
4773 (process_skeletonless_type_unit, load_partial_comp_unit)
4774 (load_full_comp_unit, dwarf2_read_addr_index)
4775 (read_signatured_type): Update.
4776
135f5437
TT
47772020-02-08 Tom Tromey <tom@tromey.com>
4778
4779 * dwarf2/read.c (process_psymtab_comp_unit_reader): Remove
4780 "want_partial_unit" parameter.
4781 (process_psymtab_comp_unit): Change want_partial_unit to bool.
4782 Inline check for DW_TAG_partial_unit.
4783 (dwarf2_build_psymtabs_hard, scan_partial_symbols): Update.
4784
9f66ff1c
TT
47852020-02-08 Tom Tromey <tom@tromey.com>
4786
4787 * dwarf2/read.c (read_n_bytes, read_direct_string): Move to
4788 read.c.
4789 * dwarf2/leb.h (read_n_bytes, read_direct_string): Move from
4790 read.c.
4791
c8a7a66f
TT
47922020-02-08 Tom Tromey <tom@tromey.com>
4793
4794 * dwarf2/read.c (read_address): Move to comp-unit.c.
4795 (dwarf2_rnglists_process, dwarf2_ranges_process)
4796 (read_attribute_value, dwarf_decode_lines_1)
4797 (var_decode_location, decode_locdesc): Update.
4798 * dwarf2/comp-unit.c (comp_unit_head::read_address): Move from
4799 read.c. Remove "cu" parameter.
4800 * dwarf2/comp-unit.h (struct comp_unit_head) <read_address>: New
4801 method.
4802
8266302d
TT
48032020-02-08 Tom Tromey <tom@tromey.com>
4804
4805 * dwarf2/read.c (read_attribute_value, read_indirect_string)
4806 (read_indirect_line_string): Update.
4807 * dwarf2/comp-unit.c (read_offset): Remove.
4808 (read_comp_unit_head): Update.
4809 * dwarf2/comp-unit.h (struct comp_unit_head) <read_offset>: New
4810 method.
4811 (read_offset): Don't declare.
4812
4057dfde
TT
48132020-02-08 Tom Tromey <tom@tromey.com>
4814
4815 * Makefile.in (COMMON_SFILES): Add dwarf2/comp-unit.c.
4816 * dwarf2/read.c (struct comp_unit_head): Move to
4817 dwarf2/comp-unit.h.
4818 (enum class rcuh_kind): Move to comp-unit.h.
4819 (get_cu_length, offset_in_cu_p): Now methods on comp_unit_head.
4820 (read_comp_unit_head, error_check_comp_unit_head)
4821 (read_and_check_comp_unit_head): Move to comp-unit.c.
4822 (read_offset, dwarf_unit_type_name): Likewise.
4823 (create_debug_type_hash_table, read_cutu_die_from_dwo)
4824 (cutu_reader::cutu_reader, read_call_site_scope)
4825 (find_partial_die, follow_die_offset): Update.
4826 * dwarf2/comp-unit.h: New file, from dwarf2read.c.
4827
24aa364d
TT
48282020-02-08 Tom Tromey <tom@tromey.com>
4829
4830 * dwarf2/read.c (read_offset_1): Move to leb.c.
4831 (read_abbrev_offset, read_offset, dwarf_decode_line_header)
4832 (dwarf_decode_macro_bytes): Update.
4833 * dwarf2/leb.c (read_offset): Rename; move from read.c.
4834 * dwarf2/leb.h (read_offset): Declare.
4835
2c7d5afc
TT
48362020-02-08 Tom Tromey <tom@tromey.com>
4837
4838 * dwarf2/read.c (dwarf2_section_size): Remove.
4839 (error_check_comp_unit_head, dwarf2_symbol_mark_computed):
4840 Update.
4841 * dwarf2/section.h (struct dwarf2_section_info) <get_size>: New method.
4842
4075cb26
TT
48432020-02-08 Tom Tromey <tom@tromey.com>
4844
4845 * dwarf2/read.c (read_initial_length): Move to leb.c.
4846 * dwarf2/leb.h (read_initial_length): Declare.
4847 * dwarf2/leb.c (read_initial_length): Move from read.c. Add
4848 handle_nonstd parameter.
4849 * dwarf2/frame.c (read_initial_length): Remove.
4850 (decode_frame_entry_1): Update.
4851
09ba997f
TT
48522020-02-08 Tom Tromey <tom@tromey.com>
4853
4854 * dwarf2/loc.c (dwarf2_find_location_expression)
4855 (dwarf_evaluate_loc_desc::get_tls_address)
4856 (dwarf_evaluate_loc_desc::push_dwarf_reg_entry_value)
4857 (rw_pieced_value, dwarf2_evaluate_loc_desc_full)
4858 (dwarf2_locexpr_baton_eval, dwarf2_evaluate_property)
4859 (dwarf2_compile_property_to_c)
4860 (dwarf2_loc_desc_get_symbol_read_needs)
4861 (dwarf2_compile_expr_to_ax, locexpr_describe_location)
4862 (locexpr_tracepoint_var_ref, locexpr_generate_c_location)
4863 (loclist_describe_location, loclist_tracepoint_var_ref)
4864 (loclist_generate_c_location): Update.
4865 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
4866 * dwarf2/loc.h (dwarf2_per_cu_objfile, dwarf2_per_cu_addr_size)
4867 (dwarf2_per_cu_ref_addr_size, dwarf2_per_cu_offset_size)
4868 (dwarf2_per_cu_text_offset, dwarf2_version): Don't declare.
4869 * dwarf2/read.c (dwarf2_per_cu_data::objfile)
4870 (dwarf2_per_cu_data::addr_size)
4871 (dwarf2_per_cu_data::ref_addr_size)
4872 (dwarf2_per_cu_data::text_offset)
4873 (dwarf2_per_cu_data::addr_type): Now methods.
4874 (per_cu_header_read_in): Make per_cu "const".
4875 (dwarf2_version): Remove.
4876 (dwarf2_per_cu_data::int_type): Now a method.
4877 (dwarf2_per_cu_data::_addr_sized_int_type): Likewise.
4878 (set_die_type, read_array_type, read_subrange_index_type)
4879 (read_tag_string_type, read_subrange_type): Update.
4880 * dwarf2/read.h (struct dwarf2_per_cu_data) <addr_size,
4881 offset_size, ref_addr_size, text_offset, addr_type, version,
4882 objfile, int_type, addr_sized_int_type>: Declare methods.
4883
96c738c0
TT
48842020-02-08 Tom Tromey <tom@tromey.com>
4885
4886 * dwarf2/read.h (struct dwarf2_per_cu_data) <imported_symtabs>:
4887 Move earlier.
4888
8fdd972c
TT
48892020-02-08 Tom Tromey <tom@tromey.com>
4890
4891 * dwarf2/read.h (dwarf_line_debug): Declare.
4892 * Makefile.in (COMMON_SFILES): Add dwarf2/line-header.c.
4893 * dwarf2/read.c: Move line_header code to new files.
4894 (dwarf_line_debug): No longer static.
4895 * dwarf2/line-header.c: New file.
4896 * dwarf2/line-header.h: New file.
4897
03075812
TT
48982020-02-08 Tom Tromey <tom@tromey.com>
4899
4900 * dwarf2/read.c (struct line_header) <file_full_name,
4901 file_file_name>: Return unique_xmalloc_ptr.
4902 (line_header::file_file_name): Update.
4903 (line_header::file_full_name): Update.
4904 (dw2_get_file_names_reader): Update.
4905 (macro_start_file): Update.
4906
bb822404
TT
49072020-02-08 Tom Tromey <tom@tromey.com>
4908
4909 * dwarf2/read.c (struct line_header) <file_full_name,
4910 file_file_name>: Declare methods.
4911 (dw2_get_file_names_reader): Update.
4912 (file_file_name): Now a method.
4913 (file_full_name): Likewise.
4914 (macro_start_file): Update.
4915
009b64fc
TT
49162020-02-08 Tom Tromey <tom@tromey.com>
4917
4918 * dwarf2/read.c (dwarf_always_disassemble)
4919 (show_dwarf_always_disassemble): Move to loc.c.
4920 (_initialize_dwarf2_read): Move "always-disassemble" registration
4921 to loc.c.
4922 * dwarf2/read.h (dwarf_always_disassemble): Don't declare.
4923 * dwarf2/loc.c (dwarf_always_disassemble): Move from read.c. Now
4924 static.
4925 (show_dwarf_always_disassemble): Move from read.c.
4926 (_initialize_dwarf2loc): Move always-disassemble from read.c.
4927
5895093f
TT
49282020-02-08 Tom Tromey <tom@tromey.com>
4929
4930 * dwarf2/read.c (~dwarf2_per_objfile): Update.
4931 (create_quick_file_names_table): Return htab_up.
4932 (dw2_get_file_names_reader, dw2_forget_cached_source_info):
4933 Update.
4934 * dwarf2/read.h (struct dwarf2_per_objfile)
4935 <quick_file_names_table>: Now htab_up.
4936
b3b32279
TT
49372020-02-08 Tom Tromey <tom@tromey.com>
4938
4939 * dwarf2/abbrev.c (abbrev_table::read): Simplify.
4940
1d33d811
TT
49412020-02-08 Tom Tromey <tom@tromey.com>
4942
4943 * dwarf2/abbrev.c (abbrev_table): Move constructor from header.
4944 Rewrite.
4945 (abbrev_table::add_abbrev, abbrev_table::lookup_abbrev): Rewrite.
4946 * dwarf2/abbrev.h (struct abbrev_info) <next>: Remove.
4947 (abbrev_table::abbrev_table): No longer inline.
4948 (ABBREV_HASH_SIZE): Remove.
4949 (abbrev_table::m_abbrevs): Now an htab_up.
4950
86de1d91
TT
49512020-02-08 Tom Tromey <tom@tromey.com>
4952
4953 * dwarf2/read.c (read_cutu_die_from_dwo): Update.
4954 (cutu_reader): Update.
4955 (build_type_psymtabs_1): Update.
4956 * dwarf2/abbrev.c (abbrev_table::read): Rename.
4957 (abbrev_table::alloc_abbrev): Update.
4958 * dwarf2/abbrev.h (abbrev_table_up): Move earlier.
4959 (abbrev_table::read): New static method, renamed from
4960 abbrev_table_read_table.
4961 (abbrev_table::alloc_abbrev)
4962 (abbrev_table::add_abbrev): Now private.
4963 (abbrev_table::abbrev_table): Now private.
4964 (abbrev_table::m_abbrev_obstack): Now private. Rename.
4965
0335378b
TT
49662020-02-08 Tom Tromey <tom@tromey.com>
4967
4968 * dwarf2/read.c (set_die_type, get_die_type_at_offset): Update.
4969 * dwarf2/read.h (struct dwarf2_per_objfile) <die_type_hash>: Now
4970 htab_up.
4971
48b490f2
TT
49722020-02-08 Tom Tromey <tom@tromey.com>
4973
4974 * dwarf2/read.c (struct dwp_file) <loaded_cus, loaded_tus>: Now
4975 htab_up.
4976 (lookup_dwo_unit_in_dwp): Update.
4977 (allocate_dwp_loaded_cutus_table): Return htab_up. Don't allocate
4978 on obstack.
4979
bc68fb19
TT
49802020-02-08 Tom Tromey <tom@tromey.com>
4981
4982 * dwarf2/read.c (allocate_dwo_file_hash_table): Don't allocate on
4983 obstack.
4984
d15acc42
TT
49852020-02-08 Tom Tromey <tom@tromey.com>
4986
4987 * dwarf2/read.c (~dwarf2_per_objfile): Don't delete
4988 line_header_hash.
4989 (handle_DW_AT_stmt_list): Update. Don't allocate on obstack.
4990 * dwarf2/read.h (struct dwarf2_per_objfile) <line_header_hash>:
4991 Change type to htab_up.
4992
eaa5fa8b
TT
49932020-02-08 Tom Tromey <tom@tromey.com>
4994
4995 * dwarf2/read.c (allocate_type_unit_groups_table): Return
4996 htab_up. Don't allocate on obstack.
4997 (get_type_unit_group, dwarf2_build_psymtabs_hard): Update.
4998 * dwarf2/read.h (struct dwarf2_per_objfile) <type_unit_groups>:
4999 Change type to htab_up.
5000
b0b6a987
TT
50012020-02-08 Tom Tromey <tom@tromey.com>
5002
5003 * dwarf2/read.h (struct dwarf2_per_objfile) <signatured_types>:
5004 Change type to htab_up.
5005 * dwarf2/read.c (create_signatured_type_table_from_index)
5006 (create_signatured_type_table_from_debug_names)
5007 (create_all_type_units, add_type_unit)
5008 (lookup_dwo_signatured_type, lookup_signatured_type)
5009 (process_skeletonless_type_unit): Update.
5010 (create_debug_type_hash_table, create_debug_types_hash_table):
5011 Change type of types_htab.
5012 (allocate_signatured_type_table, allocate_dwo_unit_table): Return
5013 htab_up. Don't allocate on obstack.
5014 (create_cus_hash_table): Change type of cus_htab parameter.
5015 (struct dwo_file) <cus, tus>: Now htab_up.
5016 (lookup_dwo_signatured_type, lookup_dwo_cutu)
5017 (process_dwo_file_for_skeletonless_type_units, lookup_dwo_cutu)
5018 (queue_and_load_all_dwo_tus): Update.
5019 * dwarf2/index-write.c (write_gdbindex): Update.
5020 (write_debug_names): Update.
5021
39856def
TT
50222020-02-08 Tom Tromey <tom@tromey.com>
5023
5024 * dwarf2/read.h (struct dwarf2_queue_item): Move from
5025 dwarf2/read.c. Remove "next" member. Add constructor ntad
5026 destructor.
5027 (struct dwarf2_per_objfile) <queue>: New member.
5028 * dwarf2/read.c (struct dwarf2_queue_item): Move to
5029 dwarf2/read.h.
5030 (dwarf2_queue, dwarf2_queue_tail): Remove.
5031 (class dwarf2_queue_guard): Add parameter to constructor. Use
5032 DISABLE_COPY_AND_ASSIGN.
5033 <m_per_objfile>: New member.
5034 <~dwarf2_queue_guard>: Rewrite.
5035 (dw2_do_instantiate_symtab, queue_comp_unit, process_queue):
5036 Update.
5037 (~dwarf2_queue_item): New.
5038
3e225074
TT
50392020-02-08 Tom Tromey <tom@tromey.com>
5040
5041 * dwarf2/read.c (struct die_info) <has_children>: New member.
5042 (dw2_get_file_names_reader): Remove has_children.
5043 (dw2_get_file_names): Update.
5044 (read_cutu_die_from_dwo): Remove has_children.
5045 (cutu_reader::init_tu_and_read_dwo_dies)
5046 (cutu_reader::cutu_reader): Update.
5047 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader):
5048 Remove has_children.
5049 (build_type_psymtabs_1, process_skeletonless_type_unit)
5050 (load_partial_comp_unit, load_full_comp_unit): Update.
5051 (create_dwo_cu_reader): Remove has_children.
5052 (create_cus_hash_table, read_die_and_children): Update.
5053 (read_full_die_1,read_full_die): Remove has_children.
5054 (read_signatured_type): Update.
5055 (class cutu_reader) <has_children>: Remove.
5056
82ca8957
TT
50572020-02-08 Tom Tromey <tom@tromey.com>
5058
5059 * dwarf2/expr.c: Rename from dwarf2expr.c.
5060 * dwarf2/expr.h: Rename from dwarf2expr.h.
5061 * dwarf2/frame-tailcall.c: Rename from dwarf2-frame-tailcall.c.
5062 * dwarf2/frame-tailcall.h: Rename from dwarf2-frame-tailcall.h.
5063 * dwarf2/frame.c: Rename from dwarf2-frame.c.
5064 * dwarf2/frame.h: Rename from dwarf2-frame.h.
5065 * dwarf2/index-cache.c: Rename from dwarf-index-cache.c.
5066 * dwarf2/index-cache.h: Rename from dwarf-index-cache.h.
5067 * dwarf2/index-common.c: Rename from dwarf-index-common.c.
5068 * dwarf2/index-common.h: Rename from dwarf-index-common.h.
5069 * dwarf2/index-write.c: Rename from dwarf-index-write.c.
5070 * dwarf2/index-write.h: Rename from dwarf-index-write.h.
5071 * dwarf2/loc.c: Rename from dwarf2loc.c.
5072 * dwarf2/loc.h: Rename from dwarf2loc.h.
5073 * dwarf2/read.c: Rename from dwarf2read.c.
5074 * dwarf2/read.h: Rename from dwarf2read.h.
5075 * dwarf2/abbrev.c, aarch64-tdep.c, alpha-tdep.c,
5076 amd64-darwin-tdep.c, arc-tdep.c, arm-tdep.c, bfin-tdep.c,
5077 compile/compile-c-symbols.c, compile/compile-cplus-symbols.c,
5078 compile/compile-loc2c.c, cris-tdep.c, csky-tdep.c, findvar.c,
5079 gdbtypes.c, guile/scm-type.c, h8300-tdep.c, hppa-bsd-tdep.c,
5080 hppa-linux-tdep.c, i386-darwin-tdep.c, i386-linux-tdep.c,
5081 i386-tdep.c, iq2000-tdep.c, m32c-tdep.c, m68hc11-tdep.c,
5082 m68k-tdep.c, microblaze-tdep.c, mips-tdep.c, mn10300-tdep.c,
5083 msp430-tdep.c, nds32-tdep.c, nios2-tdep.c, or1k-tdep.c,
5084 riscv-tdep.c, rl78-tdep.c, rs6000-tdep.c, rx-tdep.c, s12z-tdep.c,
5085 s390-tdep.c, score-tdep.c, sh-tdep.c, sparc-linux-tdep.c,
5086 sparc-tdep.c, sparc64-linux-tdep.c, sparc64-tdep.c, tic6x-tdep.c,
5087 tilegx-tdep.c, v850-tdep.c, xstormy16-tdep.c, xtensa-tdep.c:
5088 Update.
5089 * Makefile.in (COMMON_SFILES): Update.
5090 (HFILES_NO_SRCDIR): Update.
5091
9e35d499
TT
50922020-02-08 Tom Tromey <tom@tromey.com>
5093
5094 * dwarf2read.c (struct die_reader_specs) <comp_dir>: Remove.
5095 (init_cu_die_reader, read_cutu_die_from_dwo): Update.
5096
1eba2311
TT
50972020-02-08 Tom Tromey <tom@tromey.com>
5098
5099 * dwarf2read.h (struct die_info): Don't declare.
5100
e41c2da2
TT
51012020-02-08 Tom Tromey <tom@tromey.com>
5102
5103 * dwarf2read.h (die_info_ptr): Remove typedef.
5104
4fc6c0d5
TT
51052020-02-08 Tom Tromey <tom@tromey.com>
5106
5107 * dwarf2read.c (read_call_site_scope)
5108 (handle_data_member_location, dwarf2_add_member_fn)
5109 (mark_common_block_symbol_computed, read_common_block)
5110 (attr_to_dynamic_prop, partial_die_info::read)
5111 (var_decode_location, dwarf2_fetch_die_loc_sect_off)
5112 (dwarf2_symbol_mark_computed, set_die_type): Update.
5113 * dwarf2/attribute.h (struct attribute) <form_is_block>: Declare
5114 method.
5115 (attr_form_is_block): Don't declare.
5116 * dwarf2/attribute.c (attribute::form_is_block): Now a method.
5117
cd6c91b4
TT
51182020-02-08 Tom Tromey <tom@tromey.com>
5119
5120 * dwarf2read.c (dwarf2_find_base_address, )
5121 (read_call_site_scope, rust_containing_type)
5122 (dwarf2_get_pc_bounds, dwarf2_record_block_ranges)
5123 (handle_data_member_location, dwarf2_add_member_fn)
5124 (get_alignment, read_structure_type, process_structure_scope)
5125 (mark_common_block_symbol_computed, read_common_block)
5126 (read_tag_string_type, attr_to_dynamic_prop, read_subrange_type)
5127 (partial_die_info::read, read_attribute_value, new_symbol)
5128 (lookup_die_type, dwarf2_get_ref_die_offset)
5129 (dwarf2_get_attr_constant_value, follow_die_ref_or_sig)
5130 (dwarf2_fetch_die_loc_sect_off, get_DW_AT_signature_type)
5131 (dwarf2_symbol_mark_computed): Update.
5132 * dwarf2/attribute.h (struct attribute) <value_as_address,
5133 form_is_section_offset, form_is_constant, form_is_ref>: Declare
5134 methods.
5135 (value_as_address, attr_form_is_section_offset)
5136 (attr_form_is_constant, attr_form_is_ref): Don't declare.
5137 * dwarf2/attribute.c (attribute::value_as_address)
5138 (attribute::form_is_section_offset, attribute::form_is_constant)
5139 (attribute::form_is_ref): Now methods.
5140
162dce55
TT
51412020-02-08 Tom Tromey <tom@tromey.com>
5142
5143 * dwarf2read.c (struct attribute, DW_STRING)
5144 (DW_STRING_IS_CANONICAL, DW_UNSND, DW_BLOCK, DW_SND, DW_ADDR)
5145 (DW_SIGNATURE, struct dwarf_block, attr_value_as_address)
5146 (attr_form_is_block, attr_form_is_section_offset)
5147 (attr_form_is_constant, attr_form_is_ref): Move.
5148 * dwarf2/attribute.h: New file.
5149 * dwarf2/attribute.c: New file, from dwarf2read.c.
5150 * Makefile.in (COMMON_SFILES): Add dwarf2/attribute.c.
5151
3054dd54
TT
51522020-02-08 Tom Tromey <tom@tromey.com>
5153
5154 * dwarf2read.c (abbrev_table_up, struct abbrev_info)
5155 (struct attr_abbrev, ABBREV_HASH_SIZE, struct abbrev_table):
5156 Move.
5157 (read_cutu_die_from_dwo, build_type_psymtabs_1): Update.
5158 (abbrev_table::alloc_abbrev, abbrev_table::add_abbrev)
5159 (abbrev_table::lookup_abbrev, abbrev_table_read_table): Move to
5160 abbrev.c.
5161 * dwarf2/abbrev.h: New file.
5162 * dwarf2/abbrev.c: New file, from dwarf2read.c.
5163 * Makefile.in (COMMON_SFILES): Add dwarf2/abbrev.c.
5164
96b79293
TT
51652020-02-08 Tom Tromey <tom@tromey.com>
5166
5167 * dwarf2read.c (dwarf2_section_buffer_overflow_complaint)
5168 (dwarf2_section_size, dwarf2_get_section_info)
5169 (create_signatured_type_table_from_debug_names)
5170 (create_addrmap_from_aranges, read_debug_names_from_section)
5171 (get_gdb_index_contents_from_section, read_comp_unit_head)
5172 (error_check_comp_unit_head, read_abbrev_offset)
5173 (create_debug_type_hash_table, init_cu_die_reader)
5174 (read_cutu_die_from_dwo, dwarf2_build_psymtabs_hard)
5175 (read_comp_units_from_section, create_cus_hash_table)
5176 (create_dwp_hash_table, create_dwo_unit_in_dwp_v1)
5177 (create_dwp_v2_section, dwarf2_rnglists_process)
5178 (dwarf2_ranges_process, read_die_and_siblings, read_full_die)
5179 (abbrev_table_read_table, read_indirect_string_at_offset_from)
5180 (read_indirect_string_from_dwz, read_addr_index_1)
5181 (read_str_index, dwarf_decode_line_header, skip_form_bytes)
5182 (dwarf_decode_macro_bytes, dwarf_decode_macros)
5183 (fill_in_loclist_baton): Update.
5184 * dwarf2/section.h (struct dwarf2_section_info) <get_name,
5185 get_containing_section, get_bfd_owner, get_bfd_section,
5186 get_file_name, get_id, get_flags, empty, read>: Declare methods.
5187 (dwarf2_read_section, get_section_name, get_section_file_name)
5188 (get_containing_section, get_section_bfd_owner)
5189 (get_section_bfd_section, get_section_name, get_section_file_name)
5190 (get_section_id, get_section_flags, dwarf2_section_empty_p): Don't
5191 declare.
5192 * dwarf2/section.c (dwarf2_section_info::get_containing_section)
5193 (dwarf2_section_info::get_bfd_owner)
5194 (dwarf2_section_info::get_bfd_section)
5195 (dwarf2_section_info::get_name)
5196 (dwarf2_section_info::get_file_name, dwarf2_section_info::get_id)
5197 (dwarf2_section_info::get_flags, dwarf2_section_info::empty)
5198 (dwarf2_section_info::read): Now methods.
5199 * dwarf-index-write.c (class debug_names): Update.
5200
2c86cff9
TT
52012020-02-08 Tom Tromey <tom@tromey.com>
5202
5203 * dwarf2read.h (struct dwarf2_section_info, dwarf2_read_section):
5204 Move to dwarf2/section.h.
5205 * dwarf2read.c (get_containing_section, get_section_bfd_owner)
5206 (get_section_bfd_section, get_section_name)
5207 (get_section_file_name, get_section_id, get_section_flags)
5208 (dwarf2_section_empty_p, dwarf2_read_section): Moe to
5209 dwarf2/section.c.
5210 * dwarf2/section.h: New file.
5211 * dwarf2/section.c: New file, from dwarf2read.c.
5212 * Makefile.in (COMMON_SFILES): Add dwarf2/section.c.
5213
f4382c45
TT
52142020-02-08 Tom Tromey <tom@tromey.com>
5215
5216 * dwarf2read.h (read_unsigned_leb128): Don't declare.
5217 * dwarf2read.c (read_1_byte, read_1_signed_byte, read_2_bytes)
5218 (read_2_signed_bytes, read_3_bytes, read_4_bytes)
5219 (read_4_signed_bytes, read_8_bytes): Move to dwarf2/leb.h.
5220 (read_unsigned_leb128, read_signed_leb128): Move to dwarf2/leb.c.
5221 * dwarf2/leb.h: New file, from dwarf2read.c.
5222 * dwarf2/leb.c: New file, from dwarf2read.c.
5223 * dwarf2-frame.c (read_1_byte, read_4_bytes, read_8_bytes):
5224 Remove.
5225 * Makefile.in (CONFIG_SRC_SUBDIR): Add dwarf2.
5226 (COMMON_SFILES): Add dwarf2/leb.c.
5227
01840b7a
JB
52282020-02-08 Joel Brobecker <brobecker@adacore.com>
5229
5230 GDB 9.1 released.
5231
dfcb27e4
IB
52322020-02-05 Iain Buclaw <ibuclaw@gdcproject.org>
5233
5234 PR gdb/25190:
aac66a4c
SM
5235 * gdb/remote-sim.c (gdb_os_write_stderr): Update.
5236 * gdb/remote.c (remote_console_output): Update.
5237 * gdb/ui-file.c (fputs_unfiltered): Rename to...
5238 (ui_file_puts): ...this.
5239 * gdb/ui-file.h (ui_file_puts): Add declaration.
5240 * gdb/utils.c (emit_style_escape): Update.
5241 (flush_wrap_buffer): Update.
5242 (fputs_maybe_filtered): Update.
5243 (fputs_unfiltered): Add function.
dfcb27e4 5244
faa17681
IB
52452020-02-05 Iain Buclaw <ibuclaw@gdcproject.org>
5246
aac66a4c
SM
5247 * gdb/event-loop.c (gdb_wait_for_event): Update.
5248 * gdb/printcmd.c (printf_command): Update.
5249 * gdb/remote-fileio.c (remote_fileio_func_write): Update.
5250 * gdb/remote-sim.c (gdb_os_flush_stdout): Update.
5251 (gdb_os_flush_stderr): Update.
5252 * gdb/remote.c (remote_console_output): Update.
5253 * gdb/ui-file.c (gdb_flush): Rename to...
5254 (ui_file_flush): ...this.
5255 (stderr_file::write): Update.
5256 (stderr_file::puts): Update.
5257 * gdb/ui-file.h (gdb_flush): Rename to...
5258 (ui_file_flush): ...this.
5259 * gdb/utils.c (gdb_flush): Add function.
5260 * gdb/utils.h (gdb_flush): Add declaration.
faa17681 5261
5abbbe1d
TT
52622020-02-07 Tom Tromey <tromey@adacore.com>
5263
5264 PR breakpoints/24915:
5265 * source.c (find_and_open_source): Do not check basenames_may_differ.
5266
919adfe8
TT
52672020-02-07 Tom Tromey <tom@tromey.com>
5268
5269 * README: Update gdbserver documentation.
5270 * gdbserver: Move to top level.
5271 * configure.tgt (build_gdbserver): Remove.
5272 * configure.ac: Remove --enable-gdbserver.
5273 * configure: Rebuild.
5274 * Makefile.in (distclean): Don't mention gdbserver.
5275
1d5d29e7
SV
52762020-02-06 Shahab Vahedi <shahab@synopsys.com>
5277
5278 * source-cache.c (source_cache::ensure): Surround
5279 get_plain_source_lines with a try/catch.
5280 (source_cache::get_line_charpos): Get rid of try/catch
5281 and only check for the return value of "ensure".
5282 * tui/tui-source.c (tui_source_window::set_contents):
5283 Simplify "nlines" calculation.
5284
6eb1129c
SV
52852020-02-06 Shahab Vahedi <shahab@synopsys.com>
5286
5287 * MAINTAINERS (Write After Approval): Add myself.
5288
c6a42d11
CB
52892020-02-05 Christian Biesinger <cbiesinger@google.com>
5290
5291 * sparc-nat.h (struct sparc_target) <xfer_partial>: Fix base class
5292 function call.
5293
c8ecdda6
CB
52942020-02-05 Christian Biesinger <cbiesinger@google.com>
5295
5296 * ppc-nbsd-tdep.h: Fix macro name in #endif comment.
5297
f6480e70
MR
52982020-02-05 Maciej W. Rozycki <macro@wdc.com>
5299
5300 * nat/riscv-linux-tdesc.h: New file.
5301 * nat/riscv-linux-tdesc.c: New file, taking code from...
5302 * riscv-linux-nat.c (riscv_linux_nat_target::read_description):
5303 ... here.
5304 * configure.nat <linux> <riscv*>: Add nat/riscv-linux-tdesc.o to
5305 NATDEPFILES.
5306
dcc9fbc6
AB
53072020-02-04 Andrew Burgess <andrew.burgess@embecosm.com>
5308
5309 * remote-sim.c (sim_inferior_data::sim_inferior_data): Assert that
5310 we don't set the fake simulator ptid to the null_ptid.
5311
719546c4
SM
53122020-02-03 Simon Marchi <simon.marchi@efficios.com>
5313
5314 * fork-child.c (gdb_startup_inferior): Use bool instead of int.
5315 * gdbthread.h (class thread_info) <resumed>: Likewise.
5316 * infrun.c (resume_1): Likewise.
5317 (proceed): Likewise.
5318 (infrun_thread_stop_requested): Likewise.
5319 (stop_all_threads): Likewise.
5320 (handle_inferior_event): Likewise.
5321 (restart_threads): Likewise.
5322 (finish_step_over): Likewise.
5323 (keep_going_stepped_thread): Likewise.
5324 * linux-nat.c (attach_proc_task_lwp_callback): Likewise.
5325 (linux_handle_extended_wait): Likewise.
5326 * record-btrace.c (get_thread_current_frame_id): Likewise.
5327 * record-full.c (record_full_wait_1): Likewise.
5328 * remote.c (remote_target::process_initial_stop_replies): Likewise.
5329 * target.c (target_resume): Likewise.
5330 * thread.c (set_running_thread): Likewise.
5331
e409c542
AKS
53322020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5333
5334 * f-valprint.c (f77_print_array_1): Changed datatype of index
5335 variable to LONGEST from int to enable it to contain bound
5336 values correctly.
5337
ee98c0da
MR
53382020-02-03 Maciej W. Rozycki <macro@wdc.com>
5339
5340 * riscv-linux-nat.c [!NFPREG] (NFPREG): New macro.
5341 (supply_fpregset_regnum, fill_fpregset): Handle regset buffer
5342 offsets according to FLEN determined.
5343 (riscv_linux_nat_target::read_description): Determine FLEN
5344 dynamically.
5345 (riscv_linux_nat_target::fetch_registers): Size regset buffer
5346 according to FLEN determined.
5347 (riscv_linux_nat_target::store_registers): Likewise.
5348
aa66aac4
SV
53492020-02-01 Shahab Vahedi <shahab@synopsys.com>
5350
5351 * target-descriptions.c (tdesc_register_in_reggroup_p): Return 0
5352 when reg->group is empty and reggroup is not.
5353
fd9faca8
TT
53542020-01-31 Tom Tromey <tromey@adacore.com>
5355
5356 * ravenscar-thread.c (ravenscar_thread_target::mourn_inferior):
5357 Call beneath target's mourn_inferior after unpushing.
5358
42330a68
AB
53592020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
5360
5361 PR tui/9765
5362 * tui/tui-disasm.c (tui_find_disassembly_address): If we don't
5363 have enough lines to fill the screen, still return the lowest
5364 address we found.
5365
7a27a45b
AB
53662020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
5367
5368 * tui/tui-win.c (_initialize_tui_win): Update help text for '+',
5369 '-', '<', and '>' commands.
5370
c47f70e2
PA
53712020-01-29 Pedro Alves <palves@redhat.com>
5372 Sergio Durigan Junior <sergiodj@redhat.com>
5373
5374 * infcmd.c (construct_inferior_arguments): Assert that
5375 'argc' is greater than 0.
5376
5133a315
LM
53772020-01-29 Luis Machado <luis.machado@linaro.org>
5378
5379 * aarch64-tdep.c (BRK_INSN_MASK): Define to 0xffe0001f.
5380 (BRK_INSN_MASK): Define to 0xd4200000.
5381 (aarch64_program_breakpoint_here_p): New function.
5382 (aarch64_gdbarch_init): Set gdbarch_program_breakpoint_here_p hook.
5383 * arch-utils.c (default_program_breakpoint_here_p): Moved from
5384 breakpoint.c.
5385 * arch-utils.h (default_program_breakpoint_here_p): Moved from
5386 breakpoint.h
5387 * breakpoint.c (bp_loc_is_permanent): Changed return type to bool and
5388 call gdbarch_program_breakpoint_here_p.
5389 (program_breakpoint_here): Moved to arch-utils.c, renamed to
5390 default_program_breakpoint_here_p, changed return type to bool and
5391 simplified.
5392 * breakpoint.h (program_breakpoint_here): Moved prototype to
5393 arch-utils.h, renamed to default_program_breakpoint_here_p and changed
5394 return type to bool.
5395 * gdbarch.c: Regenerate.
5396 * gdbarch.h: Regenerate.
5397 * gdbarch.sh (program_breakpoint_here_p): New method.
5398 * infrun.c (handle_signal_stop): Call
5399 gdbarch_program_breakpoint_here_p.
5400
168f8c6b
TT
54012020-01-26 Tom Tromey <tom@tromey.com>
5402
5403 * ctfread.c (struct ctf_fp_info): Reindent.
5404 (_initialize_ctfread): Remove.
5405
128a391f
TT
54062020-01-26 Tom Tromey <tom@tromey.com>
5407
5408 * psymtab.c (partial_map_expand_apply)
5409 (psym_find_pc_sect_compunit_symtab, psym_lookup_symbol)
5410 (psymtab_to_symtab, psym_find_last_source_symtab, dump_psymtab)
5411 (psym_print_stats, psym_expand_symtabs_for_function)
5412 (psym_map_symbol_filenames, psym_map_matching_symbols)
5413 (psym_expand_symtabs_matching)
5414 (partial_symtab::read_dependencies, maintenance_info_psymtabs)
5415 (maintenance_check_psymtabs): Use new methods.
5416 * psympriv.h (struct partial_symtab) <readin_p,
5417 get_compunit_symtab>: New methods.
5418 <readin, compunit_symtab>: Remove members.
5419 (struct standard_psymtab): New.
5420 (struct legacy_psymtab): Derive from standard_psymtab.
5421 * dwarf2read.h (struct dwarf2_psymtab): Derive from
5422 standard_psymtab.
5423 * ctfread.c (struct ctf_psymtab): Derive from standard_psymtab.
5424
0494dbec
TT
54252020-01-26 Tom Tromey <tom@tromey.com>
5426
5427 * xcoffread.c (xcoff_psymtab_to_symtab_1): Call
5428 read_dependencies. Add assert.
5429 * psymtab.c (partial_symtab::read_dependencies): New method.
5430 * psympriv.h (struct partial_symtab) <read_dependencies>: New
5431 method.
5432 * mdebugread.c (psymtab_to_symtab_1): Call read_dependencies.
5433 * dwarf2read.c (dwarf2_psymtab::expand_psymtab): Call
5434 read_dependencies.
5435 * dbxread.c (dbx_psymtab_to_symtab_1): Call read_dependencies.
5436 Add assert.
5437
8566b89b
TT
54382020-01-26 Tom Tromey <tom@tromey.com>
5439
5440 * xcoffread.c (xcoff_psymtab_to_symtab_1): Change argument order.
5441 Call expand_psymtab.
5442 (xcoff_read_symtab): Call expand_psymtab.
5443 (xcoff_start_psymtab, xcoff_end_psymtab): Set
5444 legacy_expand_psymtab.
5445 * psympriv.h (struct partial_symtab) <expand_psymtab>: New
5446 method.
5447 (struct legacy_psymtab) <expand_psymtab>: Implement.
5448 <legacy_expand_psymtab>: New member.
5449 * mdebugread.c (mdebug_read_symtab): Call expand_psymtab.
5450 (parse_partial_symbols): Set legacy_expand_psymtab.
5451 (psymtab_to_symtab_1): Change argument order. Call
5452 expand_psymtab.
5453 (new_psymtab): Set legacy_expand_psymtab.
5454 * dwarf2read.h (struct dwarf2_psymtab) <expand_psymtab>: Declare.
5455 * dwarf2read.c (dwarf2_psymtab::read_symtab): Call
5456 expand_psymtab.
5457 (dwarf2_psymtab::expand_psymtab): Rename from
5458 psymtab_to_symtab_1. Call expand_psymtab.
5459 * dbxread.c (start_psymtab): Set legacy_expand_psymtab.
5460 (dbx_end_psymtab): Likewise.
5461 (dbx_psymtab_to_symtab_1): Change argument order. Call
5462 expand_psymtab.
5463 (dbx_read_symtab): Call expand_psymtab.
5464 * ctfread.c (struct ctf_psymtab) <expand_psymtab>: Declare.
5465 (ctf_psymtab::expand_psymtab): Rename from psymtab_to_symtab.
5466 (ctf_psymtab::read_symtab): Call expand_psymtab.
5467
077cbab2
TT
54682020-01-26 Tom Tromey <tom@tromey.com>
5469
5470 * xcoffread.c (xcoff_read_symtab): Remove prints. Add assert.
5471 * psymtab.c (psymtab_to_symtab): Print verbose "Reading"
5472 messages.
5473 * mdebugread.c (mdebug_read_symtab): Remove prints.
5474 * dwarf2read.c (dwarf2_psymtab::read_symtab): Remove prints. Add
5475 assert.
5476 * dbxread.c (dbx_read_symtab): Remove prints. Add assert.
5477
891813be
TT
54782020-01-26 Tom Tromey <tom@tromey.com>
5479
5480 * xcoffread.c (this_symtab_psymtab, read_xcoff_symtab)
5481 (xcoff_psymtab_to_symtab_1, xcoff_read_symtab)
5482 (xcoff_start_psymtab, xcoff_end_psymtab, scan_xcoff_symtab): Use
5483 legacy_symtab.
5484 * stabsread.h (dbx_end_psymtab): Use legacy_symtab.
5485 * psymtab.c (psymtab_to_symtab): Call method.
5486 (dump_psymtab): Update.
5487 * psympriv.h (struct partial_symtab): Add virtual destructor.
5488 <read_symtab>: New method.
5489 (struct legacy_symtab): New.
5490 * mdebugread.c (mdebug_read_symtab): Use legacy_psymtab.
5491 (struct pst_map) <pst>: Now a legacy_psymtab.
5492 (parse_procedure, parse_partial_symbols, psymtab_to_symtab_1)
5493 (new_psymtab): Use legacy_psymtab.
5494 * dwarf2read.h (struct dwarf2_psymtab): New.
5495 (struct dwarf2_per_cu_data) <psymtab>: Use it.
5496 * dwarf2read.c (dwarf2_create_include_psymtab)
5497 (dwarf2_build_include_psymtabs, create_type_unit_group)
5498 (create_partial_symtab, process_psymtab_comp_unit_reader)
5499 (build_type_psymtabs_reader, build_type_psymtab_dependencies)
5500 (set_partial_user): Use dwarf2_psymtab.
5501 (dwarf2_psymtab::read_symtab): Rename from dwarf2_read_symtab.
5502 (psymtab_to_symtab_1, process_full_comp_unit)
5503 (process_full_type_unit, dwarf2_ranges_read)
5504 (dwarf2_get_pc_bounds, psymtab_include_file_name)
5505 (dwarf_decode_lines): Use dwarf2_psymtab.
5506 * dwarf-index-write.c (psym_index_map): Use dwarf2_psymtab.
5507 (add_address_entry_worker, write_one_signatured_type)
5508 (recursively_count_psymbols, recursively_write_psymbols)
5509 (write_one_signatured_type, psyms_seen_size, write_gdbindex)
5510 (write_debug_names): Likewise.
5511 * dbxread.c (struct header_file_location): Take a legacy_psymtab.
5512 <pst>: Now a legacy_psymtab.
5513 (find_corresponding_bincl_psymtab): Return a legacy_psymtab.
5514 (read_dbx_symtab, start_psymtab, dbx_end_psymtab)
5515 (dbx_psymtab_to_symtab_1, read_ofile_symtab): Use legacy_psymtab.
5516 * ctfread.c (struct ctf_psymtab): New.
5517 (ctf_start_symtab, ctf_end_symtab, psymtab_to_symtab): Take a
5518 ctf_psymtab.
5519 (ctf_psymtab::read_symtab): Rename from ctf_read_symtab.
5520 (create_partial_symtab): Return a ctf_psymtab.
5521 (scan_partial_symbols): Update.
5522
c3693a1d
TT
55232020-01-26 Tom Tromey <tom@tromey.com>
5524
5525 * xcoffread.c (xcoff_start_psymtab): Use new.
5526 * psymtab.c (partial_symtab::partial_symtab): New constructor,
5527 renamed from start_psymtab_common.
5528 * psympriv.h (struct partial_symtab): Add new constructor.
5529 (start_psymtab_common): Don't declare.
5530 * mdebugread.c (parse_partial_symbols): Use new.
5531 * dwarf2read.c (create_partial_symtab): Use new.
5532 * dbxread.c (start_psymtab): Use new.
5533 * ctfread.c (create_partial_symtab): Use new.
5534
32caafd0
TT
55352020-01-26 Tom Tromey <tom@tromey.com>
5536
5537 * xcoffread.c (xcoff_end_psymtab): Use new.
5538 * psymtab.c (start_psymtab_common): Use new.
5539 (partial_symtab::partial_symtab): Rename from allocate_psymtab.
5540 Update.
5541 * psympriv.h (struct partial_symtab): Add parameters to
5542 constructor. Don't inline.
5543 (allocate_psymtab): Don't declare.
5544 * mdebugread.c (new_psymtab): Use new.
5545 * dwarf2read.c (dwarf2_create_include_psymtab): Use new.
5546 * dbxread.c (dbx_end_psymtab): Use new.
5547
abaa2f23
TT
55482020-01-26 Tom Tromey <tom@tromey.com>
5549
5550 * psymtab.h (class psymtab_storage) <install_psymtab>: Rename from
5551 allocate_psymtab. Update documentation.
5552 * psymtab.c (psymtab_storage::install_psymtab): Rename from
5553 allocate_psymtab. Do not use new.
5554 (allocate_psymtab): Use new. Update.
5555
6d94535f
TT
55562020-01-26 Tom Tromey <tom@tromey.com>
5557
5558 * xcoffread.c (xcoff_psymtab_to_symtab_1): Update.
5559 * psymtab.c (psym_print_stats): Update.
5560 * psympriv.h (struct partial_symtab) <readin,
5561 psymtabs_addrmap_supported, anonymous>: Now bool.
5562 * mdebugread.c (psymtab_to_symtab_1): Update.
5563 * dwarf2read.c (create_type_unit_group, create_partial_symtab)
5564 (build_type_psymtabs_reader, psymtab_to_symtab_1)
5565 (process_full_comp_unit, process_full_type_unit): Update.
5566 * dbxread.c (dbx_psymtab_to_symtab_1): Update.
5567 * ctfread.c (psymtab_to_symtab): Update.
5568
6f17252b
TT
55692020-01-26 Tom Tromey <tom@tromey.com>
5570
5571 * mdebugread.c (parse_partial_symbols): Use discard_psymtab.
5572 * psymtab.h (class psymtab_storage) <free_psymtabs>: Remove.
5573 * psymtab.c (psymtab_storage): Delete psymtabs.
5574 (psymtab_storage::allocate_psymtab): Use new.
5575 (psymtab_storage::discard_psymtab): Use delete.
5576 * psympriv.h (struct partial_symtab): Add constructor and
5577 initializers.
5578
f6f1cebc
TT
55792020-01-26 Tom Tromey <tom@tromey.com>
5580
5581 * machoread.c: Do not include psympriv.h.
5582
e47e48f6
PW
55832020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5584
5585 * NEWS: Mention the new option and the set/show commands.
5586
a2fedca9
PW
55872020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5588
5589 * exec.c (exec_file_mismatch_names, exec_file_mismatch_mode)
5590 (show_exec_file_mismatch_command, set_exec_file_mismatch_command)
5591 (validate_exec_file): New variables, enums, functions.
5592 (exec_file_locate_attach, print_section_info): Style the filenames.
5593 (_initialize_exec): Install show_exec_file_mismatch_command and
5594 set_exec_file_mismatch_command.
5595 * gdbcore.h (validate_exec_file): Declare.
5596 * infcmd.c (attach_command): Call validate_exec_file.
5597 * remote.c ( remote_target::remote_add_inferior): Likewise.
5598
7ffa82e1
AB
55992020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5600
5601 * frame.c (find_frame_sal): Move call to get_next_frame into more
5602 inner scope.
5603 * inline-frame.c (inilne_state) <inline_state>: Update argument
5604 types.
5605 (inilne_state) <skipped_symbol>: Rename to...
5606 (inilne_state) <skipped_symbols>: ...this, and change to a vector.
5607 (skip_inline_frames): Build vector of skipped symbols and use this
5608 to reate the inline_state.
5609 (inline_skipped_symbol): Add a comment and some assertions, fetch
5610 skipped symbol from the list.
5611
3d92a3e3
AB
56122020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5613
5614 * buildsym.c (lte_is_less_than): Delete.
5615 (buildsym_compunit::end_symtab_with_blockvector): Create local
5616 lambda function to sort line table entries, and use
5617 std::stable_sort instead of std::sort.
5618 * symtab.c (find_pc_sect_line): Skip backward over end of sequence
5619 markers when looking for a previous line.
5620
94a72be7
AB
56212020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5622
5623 * dwarf2read.c (lnp_state_machine::record_line): Include
5624 end_sequence parameter in debug print out. Record the line if we
5625 are at an end_sequence marker even if it's not the start of a
5626 statement.
5627 * symmisc.c (maintenance_print_one_line_table): Print end of
5628 sequence markers with 'END' not '0'.
5629
53af73bf
PA
56302020-01-24 Pedro Alves <palves@redhat.com>
5631
5632 PR gdb/25410
5633 * thread.c (scoped_restore_current_thread::restore): Use
5634 switch_to_inferior_no_thread.
5635 * exec.c: Include "progspace-and-thread.h".
5636 (add_target_sections, remove_target_sections):
5637 scoped_restore_current_pspace_and_thread instead of
5638 scoped_restore_current_thread.
5639 * infrun.c (handle_vfork_child_exec_or_exit): Assign the pspace
5640 and aspace to the inferior before calling clone_program_space.
5641 Remove stale comment.
5642
3050c6f4
CB
56432020-01-24 Christian Biesinger <cbiesinger@google.com>
5644
5645 * arm-nbsd-nat.c (arm_nbsd_nat_target::fetch_registers): Rename to...
5646 (arm_netbsd_nat_target::fetch_registers): ...this.
5647 (arm_nbsd_nat_target::store_registers): Rename to...
5648 (arm_netbsd_nat_target::store_registers): ...this.
5649
73685c7e
CB
56502020-01-24 Christian Biesinger <cbiesinger@google.com>
5651
5652 * arm-nbsd-nat.c: Define _KERNTYPES to get the declaration of
5653 register_t.
5654
89203d40
CB
56552020-01-24 Christian Biesinger <cbiesinger@google.com>
5656
5657 * aarch64-fbsd-tdep.c (aarch64_fbsd_iterate_over_regset_sections):
5658 Update comment.
5659 * aarch64-linux-tdep.c (aarch64_linux_iterate_over_regset_sections):
5660 Likewise.
5661 * arm-fbsd-tdep.c (arm_fbsd_iterate_over_regset_sections): Likewise.
5662 * gdbcore.h (deprecated_add_core_fns): Update comment to point to
5663 the correct replacement (iterate_over_regset_sections).
5664 * riscv-fbsd-tdep.c (riscv_fbsd_iterate_over_regset_sections):
5665 Update comment.
5666
1ba1ac88
AB
56672020-01-24 Graham Markall <graham.markall@embecosm.com>
5668
5669 PR gdb/23718
5670 * gdb/python/python.c (execute_gdb_command): Call
5671 async_enable_stdin in catch block.
5672
f3364a6d
AB
56732020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5674
5675 * event-loop.c (start_event_loop): Wrap async_enable_stdin with
5676 SWITCH_THRU_ALL_UIS.
5677
733d0a67
AB
56782020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5679
5680 PR tui/9765
5681 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update header
5682 comment, add extra parameter, and update to store previous symbol
5683 when appropriate.
5684 * minsyms.h (lookup_minimal_symbol_by_pc_section): Update comment,
5685 add extra parameter.
5686 * tui/tui-disasm.c (tui_disassemble): Update header comment,
5687 remove unneeded parameter, add try/catch around gdb_print_insn,
5688 rewrite to add items to asm_lines vector.
5689 (tui_find_backward_disassembly_start_address): New function.
5690 (tui_find_disassembly_address): Updated throughout.
5691 (tui_disasm_window::set_contents): Update for changes to
5692 tui_disassemble.
5693 (tui_disasm_window::do_scroll_vertical): No need to adjust the
5694 number of lines to scroll.
5695
b3b3bada
SM
56962020-01-23 Simon Marchi <simon.marchi@polymtl.ca>
5697
5698 * objfiles.h (ALL_OBJFILE_OSECTIONS): Move up.
5699 (SECT_OFF_DATA): Likewise.
5700 (SECT_OFF_RODATA): Likewise.
5701 (SECT_OFF_TEXT): Likewise.
5702 (SECT_OFF_BSS): Likewise.
5703 (struct objfile) <text_section_offset, data_section_offset>: New
5704 methods.
5705 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Use
5706 objfile::text_section_offset.
5707 * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
5708 * coffread.c (coff_symtab_read): Likewise.
5709 (enter_linenos): Likewise.
5710 (process_coff_symbol): Likewise.
5711 * ctfread.c (get_objfile_text_range): Likewise.
5712 * dtrace-probe.c (dtrace_probe::get_relocated_address):
5713 Use objfile::data_section_offset.
5714 * dwarf2-frame.c (execute_cfa_program): Use
5715 objfile::text_section_offset.
5716 (dwarf2_frame_find_fde): Likewise.
5717 * dwarf2read.c (create_addrmap_from_index): Likewise.
5718 (create_addrmap_from_aranges): Likewise.
5719 (dw2_find_pc_sect_compunit_symtab): Likewise.
5720 (process_psymtab_comp_unit_reader): Likewise.
5721 (add_partial_symbol): Likewise.
5722 (add_partial_subprogram): Likewise.
5723 (process_full_comp_unit): Likewise.
5724 (read_file_scope): Likewise.
5725 (read_func_scope): Likewise.
5726 (read_lexical_block_scope): Likewise.
5727 (read_call_site_scope): Likewise.
5728 (dwarf2_rnglists_process): Likewise.
5729 (dwarf2_ranges_process): Likewise.
5730 (dwarf2_ranges_read): Likewise.
5731 (dwarf_decode_lines_1): Likewise.
5732 (new_symbol): Likewise.
5733 (dwarf2_fetch_die_loc_sect_off): Likewise.
5734 (dwarf2_per_cu_text_offset): Likewise.
5735 * hppa-bsd-tdep.c (hppabsd_find_global_pointer): Likewise.
5736 * hppa-tdep.c (read_unwind_info): Likewise.
5737 * ia64-tdep.c (ia64_find_unwind_table): Likewise.
5738 * psympriv.h (struct partial_symtab): Likewise.
5739 * psymtab.c (find_pc_sect_psymtab): Likewise.
5740 * solib-svr4.c (enable_break): Likewise.
5741 * stap-probe.c (relocate_address): Use
5742 objfile::data_section_offset.
5743 * xcoffread.c (enter_line_range): Use
5744 objfile::text_section_offset.
5745 (read_xcoff_symtab): Likewise.
5746
ab53f382
SM
57472020-01-23 Simon Marchi <simon.marchi@efficios.com>
5748
5749 * darwin-nat.c (darwin_nat_target::wait_1): Move `inf`
5750 declaration to narrower scopes.
5751
e7eee665
SM
57522020-01-23 Simon Marchi <simon.marchi@efficios.com>
5753
5754 * darwin-nat.h (struct darwin_exception_msg, enum
5755 darwin_msg_state, struct darwin_thread_info, darwin_thread_t):
5756 Move up.
5757 (class darwin_nat_target) <wait_1, check_new_threads,
5758 decode_exception_message, decode_message, stop_inferior,
5759 init_thread_list, ptrace_him, cancel_breakpoint>: Declare.
5760 * darwin-nat.c (darwin_check_new_threads): Rename to...
5761 (darwin_nat_target::check_new_threads): ... this.
5762 (darwin_suspend_inferior_it): Remove.
5763 (darwin_decode_exception_message): Rename to...
5764 (darwin_nat_target::decode_exception_message): ... this.
5765 (darwin_nat_target::resume): Pass target to find_inferior_ptid.
5766 (darwin_decode_message): Rename to...
5767 (darwin_nat_target::decode_message): ... this.
5768 (cancel_breakpoint): Rename to...
5769 (darwin_nat_target::cancel_breakpoint): ... this.
5770 (darwin_wait): Rename to...
5771 (darwin_nat_target::wait_1): ... this. Use range-based for loop
5772 instead of iterate_over_inferiors.
5773 (darwin_nat_target::wait): Call wait_1 instead of darwin_wait.
5774 (darwin_stop_inferior): Rename to...
5775 (darwin_nat_target::stop_inferior): ... this.
5776 (darwin_nat_target::kill): Call wait_1 instead of darwin_wait.
5777 (darwin_init_thread_list): Rename to...
5778 (darwin_nat_target::init_thread_list): ... this.
5779 (darwin_ptrace_him): Rename to...
5780 (darwin_nat_target::ptrace_him): ... this.
5781 (darwin_nat_target::create_inferior): Pass lambda function to
5782 fork_inferior.
5783 (darwin_nat_target::detach): Call stop_inferior instead of
5784 darwin_stop_inferior.
5785 * fork-inferior.h (fork_inferior): Change init_trace_fun
5786 parameter to gdb::function_view.
5787 * fork-inferior.c (fork_inferior): Likewise.
5788
c162ed3e
HD
57892020-01-23 Hannes Domani <ssbssa@yahoo.de>
5790
5791 * i386-cygwin-tdep.c (core_process_module_section): Update.
5792 * windows-nat.c (struct lm_info_windows): Add text_offset.
5793 (windows_xfer_shared_libraries): Update.
5794 * windows-tdep.c (windows_xfer_shared_library):
5795 Add text_offset_cached argument.
5796 * windows-tdep.h (windows_xfer_shared_library): Update.
5797
a1237872
SM
57982020-01-21 Simon Marchi <simon.marchi@efficios.com>
5799
5800 * gdbarch.sh: Add declaration for _initialize_gdbarch.
5801
b3ee6dd9
SM
58022020-01-21 Simon Marchi <simon.marchi@efficios.com>
5803
5804 * remote-sim.c (check_for_duplicate_sim_descriptor): Remove.
5805 (get_sim_inferior_data): Remove use of iterate_over_inferiors,
5806 replace with range-based for.
5807 (gdbsim_interrupt_inferior): Remove.
5808 (gdbsim_target::interrupt): Replace iterate_over_inferiors use
5809 with a range-based for. Inline code from
5810 gdbsim_interrupt_inferior.
5811
f9fac3c8
SM
58122020-01-21 Simon Marchi <simon.marchi@efficios.com>
5813
5814 * infrun.c (proceed): Fix indentation.
5815
f6474de9
TT
58162020-01-21 Tom Tromey <tromey@adacore.com>
5817
5818 * source-cache.c (source_cache::ensure): Call ext_lang_colorize.
5819 * python/python.c (python_extension_ops): Update.
5820 (gdbpy_colorize): New function.
5821 * python/lib/gdb/__init__.py (colorize): New function.
5822 * extension.h (ext_lang_colorize): Declare.
5823 * extension.c (ext_lang_colorize): New function.
5824 * extension-priv.h (struct extension_language_ops) <colorize>: New
5825 member.
5826 * cli/cli-style.c (_initialize_cli_style): Update help text.
5827
f0c702d4
LM
58282020-01-21 Luis Machado <luis.machado@linaro.org>
5829
5830 * aarch64-tdep.c (struct aarch64_displaced_step_closure)
5831 <cond>: Change type to bool.
5832 (aarch64_displaced_step_b_cond): Update cond to use bool type.
5833 (aarch64_displaced_step_cb): Likewise.
5834 (aarch64_displaced_step_tb): Likewise.
5835
1ab139e5
LM
58362020-01-21 Luis Machado <luis.machado@linaro.org>
5837
5838 * aarch64-tdep.c (aarch64_displaced_step_fixup): Add more debugging
5839 output.
5840
0c271889
LM
58412020-01-21 Luis Machado <luis.machado@linaro.org>
5842
5843 * aarch64-tdep.c (struct aarch64_displaced_step_closure )
5844 <pc_adjust>: Adjust the documentation.
5845 (aarch64_displaced_step_fixup): Check if PC really moved before
5846 adjusting it.
5847
4d89c1c7
TT
58482020-01-19 Tom Tromey <tom@tromey.com>
5849
5850 * disasm.c (~gdb_disassembler): New destructor.
5851 (gdb_buffered_insn_length): Call disassemble_free_target.
5852 * disasm.h (class gdb_disassembler): Declare destructor. Use
5853 DISABLE_COPY_AND_ASSIGN.
5854
c0ab21c2
TT
58552020-01-19 Tom Tromey <tom@tromey.com>
5856
5857 * dwarf2read.c (abbrev_table_up): Move typedef earlier.
5858 (die_reader_func_ftype): Remove.
5859 (cutu_reader): New class.
5860 (dw2_get_file_names_reader): Remove "data" parameter.
5861 (dw2_get_file_names): Use cutu_reader.
5862 (create_debug_type_hash_table): Update.
5863 (read_cutu_die_from_dwo): Update comment.
5864 (lookup_dwo_unit): Add dwo_name parameter.
5865 (cutu_reader::init_tu_and_read_dwo_dies): Now a method. Remove
5866 die_reader_func_ftype and data parameters.
5867 (cutu_reader::cutu_reader): Rename from init_cutu_and_read_dies.
5868 Remove die_reader_func_ftype and data parameters.
5869 (~cutu_reader): New; from init_cutu_and_read_dies.
5870 (cutu_reader::cutu_reader): Rename from
5871 init_cutu_and_read_dies_no_follow. Remove die_reader_func_ftype
5872 and data parameters.
5873 (init_cutu_and_read_dies_simple): Remove.
5874 (struct process_psymtab_comp_unit_data): Remove.
5875 (process_psymtab_comp_unit_reader): Remove data parameter; add
5876 want_partial_unit and pretend_language parameters.
5877 (process_psymtab_comp_unit): Use cutu_reader.
5878 (build_type_psymtabs_reader): Remove data parameter.
5879 (build_type_psymtabs_1): Use cutu_reader.
5880 (process_skeletonless_type_unit): Likewise.
5881 (load_partial_comp_unit_reader): Remove.
5882 (load_partial_comp_unit): Use cutu_reader.
5883 (load_full_comp_unit_reader): Remove.
5884 (load_full_comp_unit): Use cutu_reader.
5885 (struct create_dwo_cu_data): Remove.
5886 (create_dwo_cu_reader): Remove datap parameter; add dwo_file and
5887 dwo_unit parameters.
5888 (create_cus_hash_table): Use cutu_reader.
5889 (struct dwarf2_read_addr_index_data): Remove.
5890 (dwarf2_read_addr_index_reader): Remove.
5891 (dwarf2_read_addr_index): Use cutu_reader.
5892 (read_signatured_type_reader): Remove.
5893 (read_signatured_type): Use cutu_reader.
5894
45bbae5c
TT
58952020-01-19 Tom Tromey <tom@tromey.com>
5896
5897 * tui/tui.c (tui_show_assembly): Use tui_suppress_output.
5898 * tui/tui-wingeneral.h (class tui_suppress_output): New.
5899 (tui_wrefresh): Declare.
5900 * tui/tui-wingeneral.c (suppress_output): New global.
5901 (tui_suppress_output, ~tui_suppress_output): New constructor and
5902 destructor.
5903 (tui_wrefresh): New function.
5904 (tui_gen_win_info::refresh_window): Use tui_wrefresh.
5905 (tui_gen_win_info::make_window): Call wnoutrefresh when needed.
5906 * tui/tui-regs.h (struct tui_data_window) <no_refresh>: Declare
5907 method.
5908 * tui/tui-regs.c (tui_data_window::erase_data_content): Call
5909 tui_wrefresh.
5910 (tui_data_window::no_refresh): New method.
5911 (tui_data_item_window::refresh_window): Call tui_wrefresh.
5912 (tui_reg_command): Use tui_suppress_output
5913 * tui/tui-layout.c (tui_set_layout): Use tui_suppress_output.
5914 * tui/tui-data.h (struct tui_gen_win_info) <no_refresh>: New
5915 method.
5916 * tui/tui-command.c (tui_refresh_cmd_win): Call tui_wrefresh.
5917
4f13c1c0
TT
59182020-01-19 Tom Tromey <tom@tromey.com>
5919
5920 * tui/tui-winsource.c (tui_update_source_windows_with_line):
5921 Handle case where symtab is null.
5922
fa47e446
SM
59232020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
5924
5925 * linux-fork.c (one_fork_p): Simplify.
5926
26f42329
SM
59272020-01-17 Simon Marchi <simon.marchi@efficios.com>
5928
5929 * top.c (struct qt_args): Remove.
5930 (kill_or_detach): Change return type to void, replace `void *`
5931 parameter with a proper one.
5932 (print_inferior_quit_action): Likewise.
5933 (quit_confirm): Use range-based for loop to iterate over inferiors.
5934 (quit_force): Likewise.
5935
a9ac81b1
SM
59362020-01-17 Simon Marchi <simon.marchi@efficios.com>
5937
5938 * mi/mi-main.c (run_one_inferior): Change return type to void, replace
5939 `void *` parameter with proper parameters.
5940 (mi_cmd_exec_run): Use range-based loop to iterate over inferiors.
5941 (print_one_inferior): Change return type to void, replace `void *`
5942 parameter with proper parameters.
5943 (mi_cmd_list_thread_groups): Use range-based loop to iterate over
5944 inferiors.
5945 (get_other_inferior): Remove.
5946 (mi_cmd_remove_inferior): Use range-based loop to iterate over
5947 inferiors.
5948
788eca49
SM
59492020-01-17 Simon Marchi <simon.marchi@efficios.com>
5950
5951 * mi/mi-interp.c (report_initial_inferior): Remove.
5952 (mi_interp::init): Use range-based for to iterate over inferiors.
5953
d9bc85b6
SM
59542020-01-17 Simon Marchi <simon.marchi@efficios.com>
5955
5956 * python/py-inferior.c (build_inferior_list): Remove.
5957 (gdbpy_ref): Use range-based for loop to iterate over inferiors.
5958
40c94099
CB
59592020-01-16 Christian Biesinger <cbiesinger@google.com>
5960
5961 * btrace.c (btrace_compute_ftrace_1): Fix spelling error (Unkown).
5962 (btrace_stitch_trace): Likewise.
5963 * charset.c (intermediate_encoding): Likewise (vaild).
5964 * nat/linux-btrace.c (linux_read_pt): Likewise (Unkown).
5965 * python/py-record-btrace.c (struct PyMethodDef): Likewise (occurences).
5966 * record-btrace.c (record_btrace_print_conf): Likewise (unkown).
5967
e0cdfe3c
HD
59682020-01-16 Hannes Domani <ssbssa@yahoo.de>
5969
5970 * windows-tdep.c (windows_get_tlb_type):
5971 Add rtl_user_process_parameters type.
5972
790f1718 59732020-01-16 Pedro Alves <palves@redhat.com>
aac66a4c 5974 Norbert Lange <nolange79@gmail.com>
790f1718
PA
5975
5976 PR build/24805
5977 * gdbsupport/gdb_proc_service.h (PS_EXPORT): New.
5978 (ps_get_thread_area, ps_getpid, ps_lcontinue, ps_lgetfpregs)
5979 (ps_lgetregs, ps_lsetfpregs, ps_lsetregs, ps_lstop, ps_pcontinue)
5980 (ps_pdread, ps_pdwrite, ps_pglobal_lookup, ps_pstop, ps_ptread)
5981 (ps_ptwrite, ps_lgetxregs, ps_lgetxregsize, ps_lsetxregs)
5982 (ps_plog): Redeclare exported functions with default visibility.
5983
3112ed97
NA
59842020-01-16 Nitika Achra <Nitika.Achra@amd.com>
5985
5986 * dwarf2loc.c (decode_debug_loclists_addresses): Handle
5987 DW_LLE_base_addressx, DW_LLE_startx_length, DW_LLE_start_length.
5988
8dc3273e
SM
59892020-01-15 Simon Marchi <simon.marchi@efficios.com>
5990
5991 * infcmd.c (post_create_inferior): Use get_thread_regcache
5992 instead of get_current_regcache.
5993
ff47f4f0
TT
59942020-01-14 Tom Tromey <tom@tromey.com>
5995
5996 PR symtab/12535:
5997 * python/python.c (gdbpy_decode_line): Treat empty string the same
5998 as no argument.
5999
975f45b7
TT
60002020-01-14 Tom Tromey <tom@tromey.com>
6001
6002 * Makefile.in (CLIBS): Remove second use of $(LIBIBERTY).
6003
25e57356
TT
60042020-01-14 Tom Tromey <tom@tromey.com>
6005
6006 * nat/linux-btrace.c: Don't include <config.h>.
6007 * nat/linux-ptrace.c: Don't include <config.h>.
6008 * nat/x86-linux-dregs.c: Don't include <config.h>.
6009
05ea2a05
TT
60102020-01-14 Tom Tromey <tom@tromey.com>
6011
6012 * configure: Rebuild.
6013 * configure.ac: Move many checks to ../gdbsupport/common.m4.
6014
01027315
TT
60152020-01-14 Tom Tromey <tom@tromey.com>
6016
6017 * nat/x86-linux-dregs.c: Include configh.h.
6018 * nat/linux-ptrace.c: Include configh.h.
6019 * nat/linux-btrace.c: Include configh.h.
6020 * defs.h: Include config.h, bfd.h.
6021 * configure.ac: Don't source common.host.
6022 (CONFIG_OBS, CONFIG_SRCS): Remove gdbsupport files.
6023 * configure: Rebuild.
6024 * acinclude.m4: Update path.
6025 * Makefile.in (SUPPORT, LIBSUPPORT, INCSUPPORT): New variables.
6026 (CONFIG_SRC_SUBDIR): Remove gdbsupport.
6027 (INTERNAL_CFLAGS_BASE): Add INCSUPPORT.
6028 (CLIBS): Add LIBSUPPORT.
6029 (CDEPS): Likewise.
6030 (COMMON_SFILES): Remove gdbsupport files.
6031 (HFILES_NO_SRCDIR): Likewise.
6032 (stamp-version): Update path to create-version.sh.
6033 (ALLDEPFILES): Remove gdbsupport files.
6034
b2ceabe8
TT
60352020-01-14 Tom Tromey <tom@tromey.com>
6036
6037 * gdbsupport/common.m4 (GDB_AC_COMMON): Define WIN32APILIBS and
6038 USE_WIN32API when needed.
6039 * configure.ac (USE_WIN32API): Don't define.
6040 (WIN32LIBS): Use WIN32APILIBS.
6041 * configure: Rebuild.
6042
25c51f71
TT
60432020-01-14 Tom Tromey <tom@tromey.com>
6044
6045 * configure: Rebuild.
6046 * gdbsupport/common.m4 (GDB_AC_COMMON): Fix indentation.
6047
717c684d
BE
60482020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
6049
6050 * skip.c (skip_function_command): Make skip w/o arguments use the
6051 name of the inlined function if pc is inside any inlined function.
6052
7da6a5b9
LM
60532020-01-14 Luis Machado <luis.machado@linaro.org>
6054
6055 * inf-ptrace.c (inf_ptrace_target::resume): Update comments.
6056 * infrun.c (resume_1): Likewise.
6057 (handle_inferior_event): Remove stale comment.
6058 * linux-nat.c (linux_nat_target::resume): Update comments.
6059 (save_stop_reason): Likewise.
6060 (linux_nat_filter_event): Likewise.
6061 * linux-nat.h (struct lwp_info) <stop_pc>, <stop_reason>: Likewise.
6062
44e4c775
AB
60632020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6064
6065 * elfread.c (record_minimal_symbol): Set section index to 0 for
6066 non-allocatable sections.
6067
18a8505e
AT
6068
60692020-01-13 Ali Tamur <tamur@google.com>
6070
6071 * dwarf2read.c (dwarf2_debug_sections): Add debug_str_offsets sections.
6072 (dwarf2_cu): Add str_offsets_base field. Change the type of addr_base
6073 to gdb::optional. Update comments.
6074 (dwo_file): Update comments.
6075 (read_attribute): Update API to take an additional out parameter,
6076 need_reprocess. This is used to mark attributes that need other
6077 attributes (e.g. str_offsets_base) for correct computation which may not
6078 have been read yet.
6079 (read_attribute_reprocess): New function declaration.
6080 (read_addr_index): Likewise.
6081 (read_dwo_str_index): Likewise.
6082 (read_stub_str_index): Likewise.
6083 (dwarf2_per_objfile::locate_sections): Handle debug_str_offsets section.
6084 (lookup_addr_base): New function definition.
6085 (lookup_ranges_base): Likewise.
6086 (read_cutu_die_from_dwo): Use the new functions: lookup_addr_base,
6087 lookup_ranges_base.
6088 (init_cutu_and_read_dies): Update comments.
6089 (init_cutu_and_read_dies_no_follow): Change API to take parent compile
6090 unit. This is used to inherit parent's str_offsets_base and addr_base.
6091 Update comments.
6092 (init_cutu_and_read_dies_simple): Reflect API changes.
6093 (skip_one_die): Reflect API changes. Handle DW_FORM_rnglistx.
6094 (create_cus_hash_table): Change API to take parent compile unit.
6095 Reflect API changes.
6096 (open_and_init_dwo_file): Reflect API changes.
6097 (dwarf2_get_pc_bounds): Update comments.
6098 (dwarf2_record_block_ranges): Likewise.
6099 (read_full_die_1): Change implementation to reprocess attributes that
6100 need str_offsets_base and addr_base.
6101 (partial_die_info::read): Likewise.
6102 (read_attribute_reprocess): New function definition.
6103 (read_attribute_value): Change API to take an additional out parameter,
6104 need_reprocess. Handle DW_FORM_rnglistx. No longer trigger an error
6105 when a non-dwo compile unit has index based attributes.
6106 (read_attribute): Reflect API changes.
6107 (read_addr_index_1): Reflect API changes. Update comments.
6108 (dwarf2_read_addr_index_data): Reflect API changes.
6109 (dwarf2_read_addr_index): Likewise.
6110 (read_str_index): Change API and implementation. This becomes a helper
6111 to be used by the new string index related methods. Update error
6112 message and comments.
6113 (read_dwo_str_index): New function definition.
6114 (read_stub_str_index): Likewise.
6115 * dwarf2read.h (dwarf2_per_objfile): Add str_offsets field.
6116 * symfile.h (dwarf2_debug_sections): Likewise.
6117 * xcoffread.c (dwarf2_debug_sections): Likewise.
6118
0cac9354
SM
61192020-01-13 Simon Marchi <simon.marchi@efficios.com>
6120
6121 * gdbcore.h (struct core_fns) <core_read_registers>: Change
6122 core_reg_sect type to gdb_byte *.
6123 * arm-nbsd-nat.c (fetch_elfcore_registers): Likewise.
6124 * cris-tdep.c (fetch_core_registers): Likewise.
6125 * corelow.c (core_target::get_core_register_section): Change
6126 type of `contents` to gdb::byte_vector.
6127
9a6d629c
AB
61282020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6129
6130 * tui/tui-wingeneral.c (box_win): Position the title in the center
6131 of the border.
6132
d8b2f9e3
SM
61332020-01-13 Simon Marchi <simon.marchi@polymtl.ca>
6134
6135 * corelow.c (core_target::get_core_register_section): Use
6136 std::vector instead of alloca.
6137
bb564c58
SM
61382020-01-13 Simon Marchi <simon.marchi@efficios.com>
6139
6140 * warning.m4: Add -Wmissing-declarations to build_warnings.
6141 * configure: Re-generate.
6142
6b366111
SM
61432020-01-13 Simon Marchi <simon.marchi@efficios.com>
6144
6145 * python/python.c (init__gdb_module): Add declaration.
6146
6c265988
SM
61472020-01-13 Simon Marchi <simon.marchi@efficios.com>
6148
6149 * aarch64-fbsd-nat.c (_initialize_aarch64_fbsd_nat): Add declaration.
6150 * aarch64-fbsd-tdep.c (_initialize_aarch64_fbsd_tdep): Add declaration.
6151 * aarch64-linux-nat.c (_initialize_aarch64_linux_nat): Add declaration.
6152 * aarch64-linux-tdep.c (_initialize_aarch64_linux_tdep): Add declaration.
6153 * aarch64-newlib-tdep.c (_initialize_aarch64_newlib_tdep): Add declaration.
6154 * aarch64-tdep.c (_initialize_aarch64_tdep): Add declaration.
6155 * ada-exp.y (_initialize_ada_exp): Add declaration.
6156 * ada-lang.c (_initialize_ada_language): Add declaration.
6157 * ada-tasks.c (_initialize_tasks): Add declaration.
6158 * agent.c (_initialize_agent): Add declaration.
6159 * aix-thread.c (_initialize_aix_thread): Add declaration.
6160 * alpha-bsd-nat.c (_initialize_alphabsd_nat): Add declaration.
6161 * alpha-linux-nat.c (_initialize_alpha_linux_nat): Add declaration.
6162 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Add declaration.
6163 * alpha-nbsd-tdep.c (_initialize_alphanbsd_tdep): Add declaration.
6164 * alpha-obsd-tdep.c (_initialize_alphaobsd_tdep): Add declaration.
6165 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
6166 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): Add declaration.
6167 * amd64-dicos-tdep.c (_initialize_amd64_dicos_tdep): Add declaration.
6168 * amd64-fbsd-nat.c (_initialize_amd64fbsd_nat): Add declaration.
6169 * amd64-fbsd-tdep.c (_initialize_amd64fbsd_tdep): Add declaration.
6170 * amd64-linux-nat.c (_initialize_amd64_linux_nat): Add declaration.
6171 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Add declaration.
6172 * amd64-nbsd-nat.c (_initialize_amd64nbsd_nat): Add declaration.
6173 * amd64-nbsd-tdep.c (_initialize_amd64nbsd_tdep): Add declaration.
6174 * amd64-obsd-nat.c (_initialize_amd64obsd_nat): Add declaration.
6175 * amd64-obsd-tdep.c (_initialize_amd64obsd_tdep): Add declaration.
6176 * amd64-sol2-tdep.c (_initialize_amd64_sol2_tdep): Add declaration.
6177 * amd64-tdep.c (_initialize_amd64_tdep): Add declaration.
6178 * amd64-windows-nat.c (_initialize_amd64_windows_nat): Add declaration.
6179 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Add declaration.
6180 * annotate.c (_initialize_annotate): Add declaration.
6181 * arc-newlib-tdep.c (_initialize_arc_newlib_tdep): Add declaration.
6182 * arc-tdep.c (_initialize_arc_tdep): Add declaration.
6183 * arch-utils.c (_initialize_gdbarch_utils): Add declaration.
6184 * arm-fbsd-nat.c (_initialize_arm_fbsd_nat): Add declaration.
6185 * arm-fbsd-tdep.c (_initialize_arm_fbsd_tdep): Add declaration.
6186 * arm-linux-nat.c (_initialize_arm_linux_nat): Add declaration.
6187 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Add declaration.
6188 * arm-nbsd-nat.c (_initialize_arm_netbsd_nat): Add declaration.
6189 * arm-nbsd-tdep.c (_initialize_arm_netbsd_tdep): Add declaration.
6190 * arm-obsd-tdep.c (_initialize_armobsd_tdep): Add declaration.
6191 * arm-pikeos-tdep.c (_initialize_arm_pikeos_tdep): Add declaration.
6192 * arm-symbian-tdep.c (_initialize_arm_symbian_tdep): Add declaration.
6193 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
6194 * arm-wince-tdep.c (_initialize_arm_wince_tdep): Add declaration.
6195 * auto-load.c (_initialize_auto_load): Add declaration.
6196 * auxv.c (_initialize_auxv): Add declaration.
6197 * avr-tdep.c (_initialize_avr_tdep): Add declaration.
6198 * ax-gdb.c (_initialize_ax_gdb): Add declaration.
6199 * bfin-linux-tdep.c (_initialize_bfin_linux_tdep): Add declaration.
6200 * bfin-tdep.c (_initialize_bfin_tdep): Add declaration.
6201 * break-catch-sig.c (_initialize_break_catch_sig): Add declaration.
6202 * break-catch-syscall.c (_initialize_break_catch_syscall): Add declaration.
6203 * break-catch-throw.c (_initialize_break_catch_throw): Add declaration.
6204 * breakpoint.c (_initialize_breakpoint): Add declaration.
6205 * bsd-uthread.c (_initialize_bsd_uthread): Add declaration.
6206 * btrace.c (_initialize_btrace): Add declaration.
6207 * charset.c (_initialize_charset): Add declaration.
6208 * cli/cli-cmds.c (_initialize_cli_cmds): Add declaration.
6209 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6210 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6211 * cli/cli-logging.c (_initialize_cli_logging): Add declaration.
6212 * cli/cli-script.c (_initialize_cli_script): Add declaration.
6213 * cli/cli-style.c (_initialize_cli_style): Add declaration.
6214 * coff-pe-read.c (_initialize_coff_pe_read): Add declaration.
6215 * coffread.c (_initialize_coffread): Add declaration.
6216 * compile/compile-cplus-types.c (_initialize_compile_cplus_types): Add declaration.
6217 * compile/compile.c (_initialize_compile): Add declaration.
6218 * complaints.c (_initialize_complaints): Add declaration.
6219 * completer.c (_initialize_completer): Add declaration.
6220 * copying.c (_initialize_copying): Add declaration.
6221 * corefile.c (_initialize_core): Add declaration.
6222 * corelow.c (_initialize_corelow): Add declaration.
6223 * cp-abi.c (_initialize_cp_abi): Add declaration.
6224 * cp-namespace.c (_initialize_cp_namespace): Add declaration.
6225 * cp-support.c (_initialize_cp_support): Add declaration.
6226 * cp-valprint.c (_initialize_cp_valprint): Add declaration.
6227 * cris-linux-tdep.c (_initialize_cris_linux_tdep): Add declaration.
6228 * cris-tdep.c (_initialize_cris_tdep): Add declaration.
6229 * csky-linux-tdep.c (_initialize_csky_linux_tdep): Add declaration.
6230 * csky-tdep.c (_initialize_csky_tdep): Add declaration.
6231 * ctfread.c (_initialize_ctfread): Add declaration.
6232 * d-lang.c (_initialize_d_language): Add declaration.
6233 * darwin-nat-info.c (_initialize_darwin_info_commands): Add declaration.
6234 * darwin-nat.c (_initialize_darwin_nat): Add declaration.
6235 * dbxread.c (_initialize_dbxread): Add declaration.
6236 * dcache.c (_initialize_dcache): Add declaration.
6237 * disasm-selftests.c (_initialize_disasm_selftests): Add declaration.
6238 * disasm.c (_initialize_disasm): Add declaration.
6239 * dtrace-probe.c (_initialize_dtrace_probe): Add declaration.
6240 * dummy-frame.c (_initialize_dummy_frame): Add declaration.
6241 * dwarf-index-cache.c (_initialize_index_cache): Add declaration.
6242 * dwarf-index-write.c (_initialize_dwarf_index_write): Add declaration.
6243 * dwarf2-frame-tailcall.c (_initialize_tailcall_frame): Add declaration.
6244 * dwarf2-frame.c (_initialize_dwarf2_frame): Add declaration.
6245 * dwarf2expr.c (_initialize_dwarf2expr): Add declaration.
6246 * dwarf2loc.c (_initialize_dwarf2loc): Add declaration.
6247 * dwarf2read.c (_initialize_dwarf2_read): Add declaration.
6248 * elfread.c (_initialize_elfread): Add declaration.
6249 * exec.c (_initialize_exec): Add declaration.
6250 * extension.c (_initialize_extension): Add declaration.
6251 * f-lang.c (_initialize_f_language): Add declaration.
6252 * f-valprint.c (_initialize_f_valprint): Add declaration.
6253 * fbsd-nat.c (_initialize_fbsd_nat): Add declaration.
6254 * fbsd-tdep.c (_initialize_fbsd_tdep): Add declaration.
6255 * filesystem.c (_initialize_filesystem): Add declaration.
6256 * findcmd.c (_initialize_mem_search): Add declaration.
6257 * findvar.c (_initialize_findvar): Add declaration.
6258 * fork-child.c (_initialize_fork_child): Add declaration.
6259 * frame-base.c (_initialize_frame_base): Add declaration.
6260 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6261 * frame.c (_initialize_frame): Add declaration.
6262 * frv-linux-tdep.c (_initialize_frv_linux_tdep): Add declaration.
6263 * frv-tdep.c (_initialize_frv_tdep): Add declaration.
6264 * ft32-tdep.c (_initialize_ft32_tdep): Add declaration.
6265 * gcore.c (_initialize_gcore): Add declaration.
6266 * gdb-demangle.c (_initialize_gdb_demangle): Add declaration.
6267 * gdb_bfd.c (_initialize_gdb_bfd): Add declaration.
6268 * gdbarch-selftests.c (_initialize_gdbarch_selftests): Add declaration.
6269 * gdbarch.c (_initialize_gdbarch): Add declaration.
6270 * gdbtypes.c (_initialize_gdbtypes): Add declaration.
6271 * gnu-nat.c (_initialize_gnu_nat): Add declaration.
6272 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Add declaration.
6273 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Add declaration.
6274 * go-lang.c (_initialize_go_language): Add declaration.
6275 * go32-nat.c (_initialize_go32_nat): Add declaration.
6276 * guile/guile.c (_initialize_guile): Add declaration.
6277 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
6278 * hppa-linux-nat.c (_initialize_hppa_linux_nat): Add declaration.
6279 * hppa-linux-tdep.c (_initialize_hppa_linux_tdep): Add declaration.
6280 * hppa-nbsd-nat.c (_initialize_hppanbsd_nat): Add declaration.
6281 * hppa-nbsd-tdep.c (_initialize_hppanbsd_tdep): Add declaration.
6282 * hppa-obsd-nat.c (_initialize_hppaobsd_nat): Add declaration.
6283 * hppa-obsd-tdep.c (_initialize_hppabsd_tdep): Add declaration.
6284 * hppa-tdep.c (_initialize_hppa_tdep): Add declaration.
6285 * i386-bsd-nat.c (_initialize_i386bsd_nat): Add declaration.
6286 * i386-cygwin-tdep.c (_initialize_i386_cygwin_tdep): Add declaration.
6287 * i386-darwin-nat.c (_initialize_i386_darwin_nat): Add declaration.
6288 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): Add declaration.
6289 * i386-dicos-tdep.c (_initialize_i386_dicos_tdep): Add declaration.
6290 * i386-fbsd-nat.c (_initialize_i386fbsd_nat): Add declaration.
6291 * i386-fbsd-tdep.c (_initialize_i386fbsd_tdep): Add declaration.
6292 * i386-gnu-nat.c (_initialize_i386gnu_nat): Add declaration.
6293 * i386-gnu-tdep.c (_initialize_i386gnu_tdep): Add declaration.
6294 * i386-go32-tdep.c (_initialize_i386_go32_tdep): Add declaration.
6295 * i386-linux-nat.c (_initialize_i386_linux_nat): Add declaration.
6296 * i386-linux-tdep.c (_initialize_i386_linux_tdep): Add declaration.
6297 * i386-nbsd-nat.c (_initialize_i386nbsd_nat): Add declaration.
6298 * i386-nbsd-tdep.c (_initialize_i386nbsd_tdep): Add declaration.
6299 * i386-nto-tdep.c (_initialize_i386nto_tdep): Add declaration.
6300 * i386-obsd-nat.c (_initialize_i386obsd_nat): Add declaration.
6301 * i386-obsd-tdep.c (_initialize_i386obsd_tdep): Add declaration.
6302 * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Add declaration.
6303 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Add declaration.
6304 * i386-tdep.c (_initialize_i386_tdep): Add declaration.
6305 * i386-windows-nat.c (_initialize_i386_windows_nat): Add declaration.
6306 * ia64-libunwind-tdep.c (_initialize_libunwind_frame): Add declaration.
6307 * ia64-linux-nat.c (_initialize_ia64_linux_nat): Add declaration.
6308 * ia64-linux-tdep.c (_initialize_ia64_linux_tdep): Add declaration.
6309 * ia64-tdep.c (_initialize_ia64_tdep): Add declaration.
6310 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Add declaration.
6311 * infcall.c (_initialize_infcall): Add declaration.
6312 * infcmd.c (_initialize_infcmd): Add declaration.
6313 * inflow.c (_initialize_inflow): Add declaration.
6314 * infrun.c (_initialize_infrun): Add declaration.
6315 * interps.c (_initialize_interpreter): Add declaration.
6316 * iq2000-tdep.c (_initialize_iq2000_tdep): Add declaration.
6317 * jit.c (_initialize_jit): Add declaration.
6318 * language.c (_initialize_language): Add declaration.
6319 * linux-fork.c (_initialize_linux_fork): Add declaration.
6320 * linux-nat.c (_initialize_linux_nat): Add declaration.
6321 * linux-tdep.c (_initialize_linux_tdep): Add declaration.
6322 * linux-thread-db.c (_initialize_thread_db): Add declaration.
6323 * lm32-tdep.c (_initialize_lm32_tdep): Add declaration.
6324 * m2-lang.c (_initialize_m2_language): Add declaration.
6325 * m32c-tdep.c (_initialize_m32c_tdep): Add declaration.
6326 * m32r-linux-nat.c (_initialize_m32r_linux_nat): Add declaration.
6327 * m32r-linux-tdep.c (_initialize_m32r_linux_tdep): Add declaration.
6328 * m32r-tdep.c (_initialize_m32r_tdep): Add declaration.
6329 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
6330 * m68k-bsd-nat.c (_initialize_m68kbsd_nat): Add declaration.
6331 * m68k-bsd-tdep.c (_initialize_m68kbsd_tdep): Add declaration.
6332 * m68k-linux-nat.c (_initialize_m68k_linux_nat): Add declaration.
6333 * m68k-linux-tdep.c (_initialize_m68k_linux_tdep): Add declaration.
6334 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
6335 * machoread.c (_initialize_machoread): Add declaration.
6336 * macrocmd.c (_initialize_macrocmd): Add declaration.
6337 * macroscope.c (_initialize_macroscope): Add declaration.
6338 * maint-test-options.c (_initialize_maint_test_options): Add declaration.
6339 * maint-test-settings.c (_initialize_maint_test_settings): Add declaration.
6340 * maint.c (_initialize_maint_cmds): Add declaration.
6341 * mdebugread.c (_initialize_mdebugread): Add declaration.
6342 * memattr.c (_initialize_mem): Add declaration.
6343 * mep-tdep.c (_initialize_mep_tdep): Add declaration.
6344 * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Add declaration.
6345 * mi/mi-cmds.c (_initialize_mi_cmds): Add declaration.
6346 * mi/mi-interp.c (_initialize_mi_interp): Add declaration.
6347 * mi/mi-main.c (_initialize_mi_main): Add declaration.
6348 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): Add declaration.
6349 * microblaze-tdep.c (_initialize_microblaze_tdep): Add declaration.
6350 * mips-fbsd-nat.c (_initialize_mips_fbsd_nat): Add declaration.
6351 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Add declaration.
6352 * mips-linux-nat.c (_initialize_mips_linux_nat): Add declaration.
6353 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Add declaration.
6354 * mips-nbsd-nat.c (_initialize_mipsnbsd_nat): Add declaration.
6355 * mips-nbsd-tdep.c (_initialize_mipsnbsd_tdep): Add declaration.
6356 * mips-sde-tdep.c (_initialize_mips_sde_tdep): Add declaration.
6357 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
6358 * mips64-obsd-nat.c (_initialize_mips64obsd_nat): Add declaration.
6359 * mips64-obsd-tdep.c (_initialize_mips64obsd_tdep): Add declaration.
6360 * mipsread.c (_initialize_mipsread): Add declaration.
6361 * mn10300-linux-tdep.c (_initialize_mn10300_linux_tdep): Add declaration.
6362 * mn10300-tdep.c (_initialize_mn10300_tdep): Add declaration.
6363 * moxie-tdep.c (_initialize_moxie_tdep): Add declaration.
6364 * msp430-tdep.c (_initialize_msp430_tdep): Add declaration.
6365 * nds32-tdep.c (_initialize_nds32_tdep): Add declaration.
6366 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Add declaration.
6367 * nios2-tdep.c (_initialize_nios2_tdep): Add declaration.
6368 * nto-procfs.c (_initialize_procfs): Add declaration.
6369 * objc-lang.c (_initialize_objc_language): Add declaration.
6370 * observable.c (_initialize_observer): Add declaration.
6371 * opencl-lang.c (_initialize_opencl_language): Add declaration.
6372 * or1k-linux-tdep.c (_initialize_or1k_linux_tdep): Add declaration.
6373 * or1k-tdep.c (_initialize_or1k_tdep): Add declaration.
6374 * osabi.c (_initialize_gdb_osabi): Add declaration.
6375 * osdata.c (_initialize_osdata): Add declaration.
6376 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6377 * parse.c (_initialize_parse): Add declaration.
6378 * ppc-fbsd-nat.c (_initialize_ppcfbsd_nat): Add declaration.
6379 * ppc-fbsd-tdep.c (_initialize_ppcfbsd_tdep): Add declaration.
6380 * ppc-linux-nat.c (_initialize_ppc_linux_nat): Add declaration.
6381 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Add declaration.
6382 * ppc-nbsd-nat.c (_initialize_ppcnbsd_nat): Add declaration.
6383 * ppc-nbsd-tdep.c (_initialize_ppcnbsd_tdep): Add declaration.
6384 * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Add declaration.
6385 * ppc-obsd-tdep.c (_initialize_ppcobsd_tdep): Add declaration.
6386 * printcmd.c (_initialize_printcmd): Add declaration.
6387 * probe.c (_initialize_probe): Add declaration.
6388 * proc-api.c (_initialize_proc_api): Add declaration.
6389 * proc-events.c (_initialize_proc_events): Add declaration.
6390 * proc-service.c (_initialize_proc_service): Add declaration.
6391 * procfs.c (_initialize_procfs): Add declaration.
6392 * producer.c (_initialize_producer): Add declaration.
6393 * psymtab.c (_initialize_psymtab): Add declaration.
6394 * python/python.c (_initialize_python): Add declaration.
6395 * ravenscar-thread.c (_initialize_ravenscar): Add declaration.
6396 * record-btrace.c (_initialize_record_btrace): Add declaration.
6397 * record-full.c (_initialize_record_full): Add declaration.
6398 * record.c (_initialize_record): Add declaration.
6399 * regcache-dump.c (_initialize_regcache_dump): Add declaration.
6400 * regcache.c (_initialize_regcache): Add declaration.
6401 * reggroups.c (_initialize_reggroup): Add declaration.
6402 * remote-notif.c (_initialize_notif): Add declaration.
6403 * remote-sim.c (_initialize_remote_sim): Add declaration.
6404 * remote.c (_initialize_remote): Add declaration.
6405 * reverse.c (_initialize_reverse): Add declaration.
6406 * riscv-fbsd-nat.c (_initialize_riscv_fbsd_nat): Add declaration.
6407 * riscv-fbsd-tdep.c (_initialize_riscv_fbsd_tdep): Add declaration.
6408 * riscv-linux-nat.c (_initialize_riscv_linux_nat): Add declaration.
6409 * riscv-linux-tdep.c (_initialize_riscv_linux_tdep): Add declaration.
6410 * riscv-tdep.c (_initialize_riscv_tdep): Add declaration.
6411 * rl78-tdep.c (_initialize_rl78_tdep): Add declaration.
6412 * rs6000-aix-tdep.c (_initialize_rs6000_aix_tdep): Add declaration.
6413 * rs6000-lynx178-tdep.c (_initialize_rs6000_lynx178_tdep):
6414 Add declaration.
6415 * rs6000-nat.c (_initialize_rs6000_nat): Add declaration.
6416 * rs6000-tdep.c (_initialize_rs6000_tdep): Add declaration.
6417 * run-on-main-thread.c (_initialize_run_on_main_thread): Add declaration.
6418 * rust-exp.y (_initialize_rust_exp): Add declaration.
6419 * rx-tdep.c (_initialize_rx_tdep): Add declaration.
6420 * s12z-tdep.c (_initialize_s12z_tdep): Add declaration.
6421 * s390-linux-nat.c (_initialize_s390_nat): Add declaration.
6422 * s390-linux-tdep.c (_initialize_s390_linux_tdep): Add declaration.
6423 * s390-tdep.c (_initialize_s390_tdep): Add declaration.
6424 * score-tdep.c (_initialize_score_tdep): Add declaration.
6425 * ser-go32.c (_initialize_ser_dos): Add declaration.
6426 * ser-mingw.c (_initialize_ser_windows): Add declaration.
6427 * ser-pipe.c (_initialize_ser_pipe): Add declaration.
6428 * ser-tcp.c (_initialize_ser_tcp): Add declaration.
6429 * ser-uds.c (_initialize_ser_socket): Add declaration.
6430 * ser-unix.c (_initialize_ser_hardwire): Add declaration.
6431 * serial.c (_initialize_serial): Add declaration.
6432 * sh-linux-tdep.c (_initialize_sh_linux_tdep): Add declaration.
6433 * sh-nbsd-nat.c (_initialize_shnbsd_nat): Add declaration.
6434 * sh-nbsd-tdep.c (_initialize_shnbsd_tdep): Add declaration.
6435 * sh-tdep.c (_initialize_sh_tdep): Add declaration.
6436 * skip.c (_initialize_step_skip): Add declaration.
6437 * sol-thread.c (_initialize_sol_thread): Add declaration.
6438 * solib-aix.c (_initialize_solib_aix): Add declaration.
6439 * solib-darwin.c (_initialize_darwin_solib): Add declaration.
6440 * solib-dsbt.c (_initialize_dsbt_solib): Add declaration.
6441 * solib-frv.c (_initialize_frv_solib): Add declaration.
6442 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
6443 * solib-target.c (_initialize_solib_target): Add declaration.
6444 * solib.c (_initialize_solib): Add declaration.
6445 * source-cache.c (_initialize_source_cache): Add declaration.
6446 * source.c (_initialize_source): Add declaration.
6447 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Add declaration.
6448 * sparc-linux-tdep.c (_initialize_sparc_linux_tdep): Add declaration.
6449 * sparc-nat.c (_initialize_sparc_nat): Add declaration.
6450 * sparc-nbsd-nat.c (_initialize_sparcnbsd_nat): Add declaration.
6451 * sparc-nbsd-tdep.c (_initialize_sparcnbsd_tdep): Add declaration.
6452 * sparc-obsd-tdep.c (_initialize_sparc32obsd_tdep): Add declaration.
6453 * sparc-sol2-tdep.c (_initialize_sparc_sol2_tdep): Add declaration.
6454 * sparc-tdep.c (_initialize_sparc_tdep): Add declaration.
6455 * sparc64-fbsd-nat.c (_initialize_sparc64fbsd_nat): Add declaration.
6456 * sparc64-fbsd-tdep.c (_initialize_sparc64fbsd_tdep): Add declaration.
6457 * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Add declaration.
6458 * sparc64-linux-tdep.c (_initialize_sparc64_linux_tdep): Add declaration.
6459 * sparc64-nat.c (_initialize_sparc64_nat): Add declaration.
6460 * sparc64-nbsd-nat.c (_initialize_sparc64nbsd_nat): Add declaration.
6461 * sparc64-nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Add declaration.
6462 * sparc64-obsd-nat.c (_initialize_sparc64obsd_nat): Add declaration.
6463 * sparc64-obsd-tdep.c (_initialize_sparc64obsd_tdep): Add declaration.
6464 * sparc64-sol2-tdep.c (_initialize_sparc64_sol2_tdep): Add declaration.
6465 * sparc64-tdep.c (_initialize_sparc64_adi_tdep): Add declaration.
6466 * stabsread.c (_initialize_stabsread): Add declaration.
6467 * stack.c (_initialize_stack): Add declaration.
6468 * stap-probe.c (_initialize_stap_probe): Add declaration.
6469 * std-regs.c (_initialize_frame_reg): Add declaration.
6470 * symfile-debug.c (_initialize_symfile_debug): Add declaration.
6471 * symfile-mem.c (_initialize_symfile_mem): Add declaration.
6472 * symfile.c (_initialize_symfile): Add declaration.
6473 * symmisc.c (_initialize_symmisc): Add declaration.
6474 * symtab.c (_initialize_symtab): Add declaration.
6475 * target.c (_initialize_target): Add declaration.
6476 * target-connection.c (_initialize_target_connection): Add
6477 declaration.
6478 * target-dcache.c (_initialize_target_dcache): Add declaration.
6479 * target-descriptions.c (_initialize_target_descriptions): Add declaration.
6480 * thread.c (_initialize_thread): Add declaration.
6481 * tic6x-linux-tdep.c (_initialize_tic6x_linux_tdep): Add declaration.
6482 * tic6x-tdep.c (_initialize_tic6x_tdep): Add declaration.
6483 * tilegx-linux-nat.c (_initialize_tile_linux_nat): Add declaration.
6484 * tilegx-linux-tdep.c (_initialize_tilegx_linux_tdep): Add declaration.
6485 * tilegx-tdep.c (_initialize_tilegx_tdep): Add declaration.
6486 * tracectf.c (_initialize_ctf): Add declaration.
6487 * tracefile-tfile.c (_initialize_tracefile_tfile): Add declaration.
6488 * tracefile.c (_initialize_tracefile): Add declaration.
6489 * tracepoint.c (_initialize_tracepoint): Add declaration.
6490 * tui/tui-hooks.c (_initialize_tui_hooks): Add declaration.
6491 * tui/tui-interp.c (_initialize_tui_interp): Add declaration.
6492 * tui/tui-layout.c (_initialize_tui_layout): Add declaration.
6493 * tui/tui-regs.c (_initialize_tui_regs): Add declaration.
6494 * tui/tui-stack.c (_initialize_tui_stack): Add declaration.
6495 * tui/tui-win.c (_initialize_tui_win): Add declaration.
6496 * tui/tui.c (_initialize_tui): Add declaration.
6497 * typeprint.c (_initialize_typeprint): Add declaration.
6498 * ui-style.c (_initialize_ui_style): Add declaration.
6499 * unittests/array-view-selftests.c (_initialize_array_view_selftests): Add declaration.
6500 * unittests/child-path-selftests.c (_initialize_child_path_selftests): Add declaration.
6501 * unittests/cli-utils-selftests.c (_initialize_cli_utils_selftests): Add declaration.
6502 * unittests/common-utils-selftests.c (_initialize_common_utils_selftests): Add declaration.
6503 * unittests/copy_bitwise-selftests.c (_initialize_copy_bitwise_utils_selftests): Add declaration.
6504 * unittests/environ-selftests.c (_initialize_environ_selftests): Add declaration.
6505 * unittests/filtered_iterator-selftests.c
6506 (_initialize_filtered_iterator_selftests): Add declaration.
6507 * unittests/format_pieces-selftests.c (_initialize_format_pieces_selftests): Add declaration.
6508 * unittests/function-view-selftests.c (_initialize_function_view_selftests): Add declaration.
6509 * unittests/help-doc-selftests.c (_initialize_help_doc_selftests): Add declaration.
6510 * unittests/lookup_name_info-selftests.c (_initialize_lookup_name_info_selftests): Add declaration.
6511 * unittests/main-thread-selftests.c
6512 (_initialize_main_thread_selftests): Add declaration.
6513 * unittests/memory-map-selftests.c (_initialize_memory_map_selftests): Add declaration.
6514 * unittests/memrange-selftests.c (_initialize_memrange_selftests): Add declaration.
6515 * unittests/mkdir-recursive-selftests.c (_initialize_mkdir_recursive_selftests): Add declaration.
6516 * unittests/observable-selftests.c (_initialize_observer_selftest): Add declaration.
6517 * unittests/offset-type-selftests.c (_initialize_offset_type_selftests): Add declaration.
6518 * unittests/optional-selftests.c (_initialize_optional_selftests): Add declaration.
6519 * unittests/parse-connection-spec-selftests.c (_initialize_parse_connection_spec_selftests): Add declaration.
6520 * unittests/rsp-low-selftests.c (_initialize_rsp_low_selftests): Add declaration.
6521 * unittests/scoped_fd-selftests.c (_initialize_scoped_fd_selftests): Add declaration.
6522 * unittests/scoped_mmap-selftests.c (_initialize_scoped_mmap_selftests): Add declaration.
6523 * unittests/scoped_restore-selftests.c (_initialize_scoped_restore_selftests): Add declaration.
6524 * unittests/string_view-selftests.c (_initialize_string_view_selftests): Add declaration.
6525 * unittests/style-selftests.c (_initialize_style_selftest): Add declaration.
6526 * unittests/tracepoint-selftests.c (_initialize_tracepoint_selftests): Add declaration.
6527 * unittests/tui-selftests.c (_initialize_tui_selftest): Add
6528 declaration.
6529 * unittests/unpack-selftests.c (_initialize_unpack_selftests): Add declaration.
6530 * unittests/utils-selftests.c (_initialize_utils_selftests): Add declaration.
6531 * unittests/vec-utils-selftests.c (_initialize_vec_utils_selftests): Add declaration.
6532 * unittests/xml-utils-selftests.c (_initialize_xml_utils): Add declaration.
6533 * user-regs.c (_initialize_user_regs): Add declaration.
6534 * utils.c (_initialize_utils): Add declaration.
6535 * v850-tdep.c (_initialize_v850_tdep): Add declaration.
6536 * valops.c (_initialize_valops): Add declaration.
6537 * valprint.c (_initialize_valprint): Add declaration.
6538 * value.c (_initialize_values): Add declaration.
6539 * varobj.c (_initialize_varobj): Add declaration.
6540 * vax-bsd-nat.c (_initialize_vaxbsd_nat): Add declaration.
6541 * vax-nbsd-tdep.c (_initialize_vaxnbsd_tdep): Add declaration.
6542 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
6543 * windows-nat.c (_initialize_windows_nat): Add declaration.
6544 (_initialize_check_for_gdb_ini): Add declaration.
6545 (_initialize_loadable): Add declaration.
6546 * windows-tdep.c (_initialize_windows_tdep): Add declaration.
6547 * x86-bsd-nat.c (_initialize_x86_bsd_nat): Add declaration.
6548 * x86-linux-nat.c (_initialize_x86_linux_nat): Add declaration.
6549 * xcoffread.c (_initialize_xcoffread): Add declaration.
6550 * xml-support.c (_initialize_xml_support): Add declaration.
6551 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Add declaration.
6552 * xtensa-linux-nat.c (_initialize_xtensa_linux_nat): Add declaration.
6553 * xtensa-linux-tdep.c (_initialize_xtensa_linux_tdep): Add declaration.
6554 * xtensa-tdep.c (_initialize_xtensa_tdep): Add declaration.
6555
e2de1eec
SM
65562020-01-13 Simon Marchi <simon.marchi@polymtl.ca>
6557
6558 * regformats/regdat.sh: Generate declaration for init function.
6559
e0037b4c
SM
65602020-01-13 Simon Marchi <simon.marchi@polymtl.ca>
6561
6562 * remote-sim.c (next_pid, INITIAL_PID, sim_inferior_data): Move
6563 up.
6564 (gdbsim_target) <get_inferior_data_by_ptid, resume_one_inferior,
6565 close_one_inferior>: New methods.
6566 (get_sim_inferior_data_by_ptid): Move to gdbsim_target,
6567 pass down target to find_inferior_pid.
6568 (gdbsim_target::fetch_registers, gdbsim_target::store_registers):
6569 Pass down target to find_inferior_ptid.
6570 (gdbsim_target::create_inferior): Pass down target to
6571 add_thread_silent.
6572 (gdbsim_close_inferior): Move to gdbsim_close_inferior, pass
6573 target down to find_inferior_ptid and switch_to_thread.
6574 (gdbsim_target::close): Update to call close_one_inferior.
6575 (struct resume_data): Remove.
6576 (gdbsim_resume_inferior): Move to gdbsim_target. Take arguments
6577 directly, rather than through a void pointer.
6578 (gdbsim_target::resume): Update to call resume_one_inferior.
6579
58920b5b
SM
65802020-01-12 Simon Marchi <simon.marchi@polymtl.ca>
6581
6582 * gdbsupport/gdb_wait.c: Include gdb_wait.h.
6583
4ec89149
PA
65842020-01-12 Pedro Alves <palves@redhat.com>
6585
6586 * bsd-kvm.c (bsd_kvm_target::close): Call exit_inferior_silent
6587 directly for the current inferior instead of
6588 discard_all_inferiors.
6589 (discard_all_inferiors): Delete.
6590
7c392d1d
TT
65912020-01-11 Tom Tromey <tom@tromey.com>
6592
6593 * tui/tui-wingeneral.c (box_win): Check cli_styling.
6594 * tui/tui-winsource.c (tui_source_window_base::refill): Use
6595 deprecated_safe_get_selected_frame.
6596
d9ebdab7
TBA
65972020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6598
6599 * inferior.c (print_inferior): Switch inferior before printing it.
6600
f3c469b9
PA
66012020-01-10 Aleksandar Paunovic <aleksandar.paunovic@intel.com>
6602 Pedro Alves <palves@redhat.com>
6603
6604 * progspace-and-thread.c (switch_to_program_space_and_thread):
6605 Assert there's an inferior for PSPACE. Use
6606 switch_to_inferior_no_thread to switch the inferior too.
6607 * progspace.c (program_space::~program_space): Call
6608 clear_symtab_users here, with SYMFILE_DEFER_BP_RESET.
6609 (program_space::free_all_objfiles): Don't call clear_symtab_users
6610 here.
6611 * symfile.c (symbol_file_clear): Call clear_symtab_users here.
6612
65c574f6
PA
66132020-01-10 Pedro Alves <palves@redhat.com>
6614
6615 * NEWS: Mention multi-target debugging, "info connections", and
6616 "add-inferior -no-connection".
6617
2f4fcf00
PA
66182020-01-10 Pedro Alves <palves@redhat.com>
6619
6620 * infrun.c: Include "target-connection.h".
6621 (check_multi_target_resumption): New.
6622 (proceed): Call it.
6623 * target-connection.c (make_target_connection_string): Make
6624 extern.
6625 * target-connection.h (make_target_connection_string): Declare.
6626
121b3efd
PA
66272020-01-10 Pedro Alves <palves@redhat.com>
6628
6629 * Makefile.in (COMMON_SFILES): Add target-connection.c.
6630 * inferior.c (uiout_field_connection): New function.
6631 (print_inferior): Add new "connection-id" column.
6632 (add_inferior_command): Show connection number/string of added
6633 inferior.
6634 * process-stratum-target.h
6635 (process_stratum_target::connection_string): New virtual method.
6636 (process_stratum_target::connection_number): New field.
6637 * remote.c (remote_target::connection_string): New override.
6638 * target-connection.c: New file.
6639 * target-connection.h: New file.
6640 * target.c (decref_target): Remove process_stratum targets from
6641 the connection list.
6642 (target_stack::push): Add process_stratum targets to the
6643 connection list.
6644
4f837581
PA
66452020-01-10 Pedro Alves <palves@redhat.com>
6646
6647 Revert:
6648 2016-04-12 Pedro Alves <palves@redhat.com>
6649 * serial.c (serial_open, serial_fdopen_ops, do_serial_close):
6650 Remove references to name.
6651 * serial.h (struct serial) <name>: Delete.
6652
f4ec508e
PA
66532020-01-10 Pedro Alves <palves@redhat.com>
6654
6655 * gdbarch-selftests.c (register_to_value_test): Remove "target
6656 already pushed" check.
6657
5b6d1e4f
PA
66582020-01-10 Pedro Alves <palves@redhat.com>
6659 John Baldwin <jhb@FreeBSD.org>
6660
6661 * aarch64-linux-nat.c
6662 (aarch64_linux_nat_target::thread_architecture): Adjust.
6663 * ada-tasks.c (print_ada_task_info): Adjust find_thread_ptid call.
6664 (task_command_1): Likewise.
6665 * aix-thread.c (sync_threadlists, aix_thread_target::resume)
6666 (aix_thread_target::wait, aix_thread_target::fetch_registers)
6667 (aix_thread_target::store_registers)
6668 (aix_thread_target::thread_alive): Adjust.
6669 * amd64-fbsd-tdep.c: Include "inferior.h".
6670 (amd64fbsd_get_thread_local_address): Pass down target.
6671 * amd64-linux-nat.c (ps_get_thread_area): Use ps_prochandle
6672 thread's gdbarch instead of target_gdbarch.
6673 * break-catch-sig.c (signal_catchpoint_print_it): Adjust call to
6674 get_last_target_status.
6675 * break-catch-syscall.c (print_it_catch_syscall): Likewise.
6676 * breakpoint.c (breakpoints_should_be_inserted_now): Consider all
6677 inferiors.
6678 (update_inserted_breakpoint_locations): Skip if inferiors with no
6679 execution.
6680 (update_global_location_list): When handling moribund locations,
6681 find representative inferior for location's pspace, and use thread
6682 count of its process_stratum target.
6683 * bsd-kvm.c (bsd_kvm_target_open): Pass target down.
6684 * bsd-uthread.c (bsd_uthread_target::wait): Use
6685 as_process_stratum_target and adjust thread_change_ptid and
6686 add_thread calls.
6687 (bsd_uthread_target::update_thread_list): Use
6688 as_process_stratum_target and adjust find_thread_ptid,
6689 thread_change_ptid and add_thread calls.
6690 * btrace.c (maint_btrace_packet_history_cmd): Adjust
6691 find_thread_ptid call.
6692 * corelow.c (add_to_thread_list): Adjust add_thread call.
6693 (core_target_open): Adjust add_thread_silent and thread_count
6694 calls.
6695 (core_target::pid_to_str): Adjust find_inferior_ptid call.
6696 * ctf.c (ctf_target_open): Adjust add_thread_silent call.
6697 * event-top.c (async_disconnect): Pop targets from all inferiors.
6698 * exec.c (add_target_sections): Push exec target on all inferiors
6699 sharing the program space.
6700 (remove_target_sections): Remove the exec target from all
6701 inferiors sharing the program space.
6702 (exec_on_vfork): New.
6703 * exec.h (exec_on_vfork): Declare.
6704 * fbsd-nat.c (fbsd_add_threads): Add fbsd_nat_target parameter.
6705 Pass it down.
6706 (fbsd_nat_target::update_thread_list): Adjust.
6707 (fbsd_nat_target::resume): Adjust.
6708 (fbsd_handle_debug_trap): Add fbsd_nat_target parameter. Pass it
6709 down.
6710 (fbsd_nat_target::wait, fbsd_nat_target::post_attach): Adjust.
6711 * fbsd-tdep.c (fbsd_corefile_thread): Adjust
6712 get_thread_arch_regcache call.
6713 * fork-child.c (gdb_startup_inferior): Pass target down to
6714 startup_inferior and set_executing.
6715 * gdbthread.h (struct process_stratum_target): Forward declare.
6716 (add_thread, add_thread_silent, add_thread_with_info)
6717 (in_thread_list): Add process_stratum_target parameter.
6718 (find_thread_ptid(inferior*, ptid_t)): New overload.
6719 (find_thread_ptid, thread_change_ptid): Add process_stratum_target
6720 parameter.
6721 (all_threads()): Delete overload.
6722 (all_threads, all_non_exited_threads): Add process_stratum_target
6723 parameter.
6724 (all_threads_safe): Use brace initialization.
6725 (thread_count): Add process_stratum_target parameter.
6726 (set_resumed, set_running, set_stop_requested, set_executing)
6727 (threads_are_executing, finish_thread_state): Add
6728 process_stratum_target parameter.
6729 (switch_to_thread): Use is_current_thread.
6730 * i386-fbsd-tdep.c: Include "inferior.h".
6731 (i386fbsd_get_thread_local_address): Pass down target.
6732 * i386-linux-nat.c (i386_linux_nat_target::low_resume): Adjust.
6733 * inf-child.c (inf_child_target::maybe_unpush_target): Remove
6734 have_inferiors check.
6735 * inf-ptrace.c (inf_ptrace_target::create_inferior)
6736 (inf_ptrace_target::attach): Adjust.
6737 * infcall.c (run_inferior_call): Adjust.
6738 * infcmd.c (run_command_1): Pass target to
6739 scoped_finish_thread_state.
6740 (proceed_thread_callback): Skip inferiors with no execution.
6741 (continue_command): Rename 'all_threads' local to avoid hiding
6742 'all_threads' function. Adjust get_last_target_status call.
6743 (prepare_one_step): Adjust set_running call.
6744 (signal_command): Use user_visible_resume_target. Compare thread
6745 pointers instead of inferior_ptid.
6746 (info_program_command): Adjust to pass down target.
6747 (attach_command): Mark target's 'thread_executing' flag.
6748 (stop_current_target_threads_ns): New, factored out from ...
6749 (interrupt_target_1): ... this. Switch inferior before making
6750 target calls.
6751 * inferior-iter.h
6752 (struct all_inferiors_iterator, struct all_inferiors_range)
6753 (struct all_inferiors_safe_range)
6754 (struct all_non_exited_inferiors_range): Filter on
6755 process_stratum_target too. Remove explicit.
6756 * inferior.c (inferior::inferior): Push dummy target on target
6757 stack.
6758 (find_inferior_pid, find_inferior_ptid, number_of_live_inferiors):
6759 Add process_stratum_target parameter, and pass it down.
6760 (have_live_inferiors): Adjust.
6761 (switch_to_inferior_and_push_target): New.
6762 (add_inferior_command, clone_inferior_command): Handle
6763 "-no-connection" parameter. Use
6764 switch_to_inferior_and_push_target.
6765 (_initialize_inferior): Mention "-no-connection" option in
6766 the help of "add-inferior" and "clone-inferior" commands.
6767 * inferior.h: Include "process-stratum-target.h".
6768 (interrupt_target_1): Use bool.
6769 (struct inferior) <push_target, unpush_target, target_is_pushed,
6770 find_target_beneath, top_target, process_target, target_at,
6771 m_stack>: New.
6772 (discard_all_inferiors): Delete.
6773 (find_inferior_pid, find_inferior_ptid, number_of_live_inferiors)
6774 (all_inferiors, all_non_exited_inferiors): Add
6775 process_stratum_target parameter.
6776 * infrun.c: Include "gdb_select.h" and <unordered_map>.
6777 (target_last_proc_target): New global.
6778 (follow_fork_inferior): Push target on new inferior. Pass target
6779 to add_thread_silent. Call exec_on_vfork. Handle target's
6780 reference count.
6781 (follow_fork): Adjust get_last_target_status call. Also consider
6782 target.
6783 (follow_exec): Push target on new inferior.
6784 (struct execution_control_state) <target>: New field.
6785 (user_visible_resume_target): New.
6786 (do_target_resume): Call target_async.
6787 (resume_1): Set target's threads_executing flag. Consider resume
6788 target.
6789 (commit_resume_all_targets): New.
6790 (proceed): Also consider resume target. Skip threads of inferiors
6791 with no execution. Commit resumtion in all targets.
6792 (start_remote): Pass current inferior to wait_for_inferior.
6793 (infrun_thread_stop_requested): Consider target as well. Pass
6794 thread_info pointer to clear_inline_frame_state instead of ptid.
6795 (infrun_thread_thread_exit): Consider target as well.
6796 (random_pending_event_thread): New inferior parameter. Use it.
6797 (do_target_wait): Rename to ...
6798 (do_target_wait_1): ... this. Add inferior parameter, and pass it
6799 down.
6800 (threads_are_resumed_pending_p, do_target_wait): New.
6801 (prepare_for_detach): Adjust calls.
6802 (wait_for_inferior): New inferior parameter. Handle it. Use
6803 do_target_wait_1 instead of do_target_wait.
6804 (fetch_inferior_event): Adjust. Switch to representative
6805 inferior. Pass target down.
6806 (set_last_target_status): Add process_stratum_target parameter.
6807 Save target in global.
6808 (get_last_target_status): Add process_stratum_target parameter and
6809 handle it.
6810 (nullify_last_target_wait_ptid): Clear 'target_last_proc_target'.
6811 (context_switch): Check inferior_ptid == null_ptid before calling
6812 inferior_thread().
6813 (get_inferior_stop_soon): Pass down target.
6814 (wait_one): Rename to ...
6815 (poll_one_curr_target): ... this.
6816 (struct wait_one_event): New.
6817 (wait_one): New.
6818 (stop_all_threads): Adjust.
6819 (handle_no_resumed, handle_inferior_event): Adjust to consider the
6820 event's target.
6821 (switch_back_to_stepped_thread): Also consider target.
6822 (print_stop_event): Update.
6823 (normal_stop): Update. Also consider the resume target.
6824 * infrun.h (wait_for_inferior): Remove declaration.
6825 (user_visible_resume_target): New declaration.
6826 (get_last_target_status, set_last_target_status): New
6827 process_stratum_target parameter.
6828 * inline-frame.c (clear_inline_frame_state(ptid_t)): Add
6829 process_stratum_target parameter, and use it.
6830 (clear_inline_frame_state (thread_info*)): New.
6831 * inline-frame.c (clear_inline_frame_state(ptid_t)): Add
6832 process_stratum_target parameter.
6833 (clear_inline_frame_state (thread_info*)): Declare.
6834 * linux-fork.c (delete_checkpoint_command): Pass target down to
6835 find_thread_ptid.
6836 (checkpoint_command): Adjust.
6837 * linux-nat.c (linux_nat_target::follow_fork): Switch to thread
6838 instead of just tweaking inferior_ptid.
6839 (linux_nat_switch_fork): Pass target down to thread_change_ptid.
6840 (exit_lwp): Pass target down to find_thread_ptid.
6841 (attach_proc_task_lwp_callback): Pass target down to
6842 add_thread/set_running/set_executing.
6843 (linux_nat_target::attach): Pass target down to
6844 thread_change_ptid.
6845 (get_detach_signal): Pass target down to find_thread_ptid.
6846 Consider last target status's target.
6847 (linux_resume_one_lwp_throw, resume_lwp)
6848 (linux_handle_syscall_trap, linux_handle_extended_wait, wait_lwp)
6849 (stop_wait_callback, save_stop_reason, linux_nat_filter_event)
6850 (linux_nat_wait_1, resume_stopped_resumed_lwps): Pass target down.
6851 (linux_nat_target::async_wait_fd): New.
6852 (linux_nat_stop_lwp, linux_nat_target::thread_address_space): Pass
6853 target down.
6854 * linux-nat.h (linux_nat_target::async_wait_fd): Declare.
6855 * linux-tdep.c (get_thread_arch_regcache): Pass target down.
6856 * linux-thread-db.c (struct thread_db_info::process_target): New
6857 field.
6858 (add_thread_db_info): Save target.
6859 (get_thread_db_info): New process_stratum_target parameter. Also
6860 match target.
6861 (delete_thread_db_info): New process_stratum_target parameter.
6862 Also match target.
6863 (thread_from_lwp): Adjust to pass down target.
6864 (thread_db_notice_clone): Pass down target.
6865 (check_thread_db_callback): Pass down target.
6866 (try_thread_db_load_1): Always push the thread_db target.
6867 (try_thread_db_load, record_thread): Pass target down.
6868 (thread_db_target::detach): Pass target down. Always unpush the
6869 thread_db target.
6870 (thread_db_target::wait, thread_db_target::mourn_inferior): Pass
6871 target down. Always unpush the thread_db target.
6872 (find_new_threads_callback, thread_db_find_new_threads_2)
6873 (thread_db_target::update_thread_list): Pass target down.
6874 (thread_db_target::pid_to_str): Pass current inferior down.
6875 (thread_db_target::get_thread_local_address): Pass target down.
6876 (thread_db_target::resume, maintenance_check_libthread_db): Pass
6877 target down.
6878 * nto-procfs.c (nto_procfs_target::update_thread_list): Adjust.
6879 * procfs.c (procfs_target::procfs_init_inferior): Declare.
6880 (proc_set_current_signal, do_attach, procfs_target::wait): Adjust.
6881 (procfs_init_inferior): Rename to ...
6882 (procfs_target::procfs_init_inferior): ... this and adjust.
6883 (procfs_target::create_inferior, procfs_notice_thread)
6884 (procfs_do_thread_registers): Adjust.
6885 * ppc-fbsd-tdep.c: Include "inferior.h".
6886 (ppcfbsd_get_thread_local_address): Pass down target.
6887 * proc-service.c (ps_xfer_memory): Switch current inferior and
6888 program space as well.
6889 (get_ps_regcache): Pass target down.
6890 * process-stratum-target.c
6891 (process_stratum_target::thread_address_space)
6892 (process_stratum_target::thread_architecture): Pass target down.
6893 * process-stratum-target.h
6894 (process_stratum_target::threads_executing): New field.
6895 (as_process_stratum_target): New.
6896 * ravenscar-thread.c
6897 (ravenscar_thread_target::update_inferior_ptid): Pass target down.
6898 (ravenscar_thread_target::wait, ravenscar_add_thread): Pass target
6899 down.
6900 * record-btrace.c (record_btrace_target::info_record): Adjust.
6901 (record_btrace_target::record_method)
6902 (record_btrace_target::record_is_replaying)
6903 (record_btrace_target::fetch_registers)
6904 (get_thread_current_frame_id, record_btrace_target::resume)
6905 (record_btrace_target::wait, record_btrace_target::stop): Pass
6906 target down.
6907 * record-full.c (record_full_wait_1): Switch to event thread.
6908 Pass target down.
6909 * regcache.c (regcache::regcache)
6910 (get_thread_arch_aspace_regcache, get_thread_arch_regcache): Add
6911 process_stratum_target parameter and handle it.
6912 (current_thread_target): New global.
6913 (get_thread_regcache): Add process_stratum_target parameter and
6914 handle it. Switch inferior before calling target method.
6915 (get_thread_regcache): Pass target down.
6916 (get_thread_regcache_for_ptid): Pass target down.
6917 (registers_changed_ptid): Add process_stratum_target parameter and
6918 handle it.
6919 (registers_changed_thread, registers_changed): Pass target down.
6920 (test_get_thread_arch_aspace_regcache): New.
6921 (current_regcache_test): Define a couple local test_target_ops
6922 instances and use them for testing.
6923 (readwrite_regcache): Pass process_stratum_target parameter.
6924 (cooked_read_test, cooked_write_test): Pass mock_target down.
6925 * regcache.h (get_thread_regcache, get_thread_arch_regcache)
6926 (get_thread_arch_aspace_regcache): Add process_stratum_target
6927 parameter.
6928 (regcache::target): New method.
6929 (regcache::regcache, regcache::get_thread_arch_aspace_regcache)
6930 (regcache::registers_changed_ptid): Add process_stratum_target
6931 parameter.
6932 (regcache::m_target): New field.
6933 (registers_changed_ptid): Add process_stratum_target parameter.
6934 * remote.c (remote_state::supports_vCont_probed): New field.
6935 (remote_target::async_wait_fd): New method.
6936 (remote_unpush_and_throw): Add remote_target parameter.
6937 (get_current_remote_target): Adjust.
6938 (remote_target::remote_add_inferior): Push target.
6939 (remote_target::remote_add_thread)
6940 (remote_target::remote_notice_new_inferior)
6941 (get_remote_thread_info): Pass target down.
6942 (remote_target::update_thread_list): Skip threads of inferiors
6943 bound to other targets. (remote_target::close): Don't discard
6944 inferiors. (remote_target::add_current_inferior_and_thread)
6945 (remote_target::process_initial_stop_replies)
6946 (remote_target::start_remote)
6947 (remote_target::remote_serial_quit_handler): Pass down target.
6948 (remote_target::remote_unpush_target): New remote_target
6949 parameter. Unpush the target from all inferiors.
6950 (remote_target::remote_unpush_and_throw): New remote_target
6951 parameter. Pass it down.
6952 (remote_target::open_1): Check whether the current inferior has
6953 execution instead of checking whether any inferior is live. Pass
6954 target down.
6955 (remote_target::remote_detach_1): Pass down target. Use
6956 remote_unpush_target.
6957 (extended_remote_target::attach): Pass down target.
6958 (remote_target::remote_vcont_probe): Set supports_vCont_probed.
6959 (remote_target::append_resumption): Pass down target.
6960 (remote_target::append_pending_thread_resumptions)
6961 (remote_target::remote_resume_with_hc, remote_target::resume)
6962 (remote_target::commit_resume): Pass down target.
6963 (remote_target::remote_stop_ns): Check supports_vCont_probed.
6964 (remote_target::interrupt_query)
6965 (remote_target::remove_new_fork_children)
6966 (remote_target::check_pending_events_prevent_wildcard_vcont)
6967 (remote_target::remote_parse_stop_reply)
6968 (remote_target::process_stop_reply): Pass down target.
6969 (first_remote_resumed_thread): New remote_target parameter. Pass
6970 it down.
6971 (remote_target::wait_as): Pass down target.
6972 (unpush_and_perror): New remote_target parameter. Pass it down.
6973 (remote_target::readchar, remote_target::remote_serial_write)
6974 (remote_target::getpkt_or_notif_sane_1)
6975 (remote_target::kill_new_fork_children, remote_target::kill): Pass
6976 down target.
6977 (remote_target::mourn_inferior): Pass down target. Use
6978 remote_unpush_target.
6979 (remote_target::core_of_thread)
6980 (remote_target::remote_btrace_maybe_reopen): Pass down target.
6981 (remote_target::pid_to_exec_file)
6982 (remote_target::thread_handle_to_thread_info): Pass down target.
6983 (remote_target::async_wait_fd): New.
6984 * riscv-fbsd-tdep.c: Include "inferior.h".
6985 (riscv_fbsd_get_thread_local_address): Pass down target.
6986 * sol2-tdep.c (sol2_core_pid_to_str): Pass down target.
6987 * sol-thread.c (sol_thread_target::wait, ps_lgetregs, ps_lsetregs)
6988 (ps_lgetfpregs, ps_lsetfpregs, sol_update_thread_list_callback):
6989 Adjust.
6990 * solib-spu.c (spu_skip_standalone_loader): Pass down target.
6991 * solib-svr4.c (enable_break): Pass down target.
6992 * spu-multiarch.c (parse_spufs_run): Pass down target.
6993 * spu-tdep.c (spu2ppu_sniffer): Pass down target.
6994 * target-delegates.c: Regenerate.
6995 * target.c (g_target_stack): Delete.
6996 (current_top_target): Return the current inferior's top target.
6997 (target_has_execution_1): Refer to the passed-in inferior's top
6998 target.
6999 (target_supports_terminal_ours): Check whether the initial
7000 inferior was already created.
7001 (decref_target): New.
7002 (target_stack::push): Incref/decref the target.
7003 (push_target, push_target, unpush_target): Adjust.
7004 (target_stack::unpush): Defref target.
7005 (target_is_pushed): Return bool. Adjust to refer to the current
7006 inferior's target stack.
7007 (dispose_inferior): Delete, and inline parts ...
7008 (target_preopen): ... here. Only dispose of the current inferior.
7009 (target_detach): Hold strong target reference while detaching.
7010 Pass target down.
7011 (target_thread_name): Add assertion.
7012 (target_resume): Pass down target.
7013 (target_ops::beneath, find_target_at): Adjust to refer to the
7014 current inferior's target stack.
7015 (get_dummy_target): New.
7016 (target_pass_ctrlc): Pass the Ctrl-C to the first inferior that
7017 has a thread running.
7018 (initialize_targets): Rename to ...
7019 (_initialize_target): ... this.
7020 * target.h: Include "gdbsupport/refcounted-object.h".
7021 (struct target_ops): Inherit refcounted_object.
7022 (target_ops::shortname, target_ops::longname): Make const.
7023 (target_ops::async_wait_fd): New method.
7024 (decref_target): Declare.
7025 (struct target_ops_ref_policy): New.
7026 (target_ops_ref): New typedef.
7027 (get_dummy_target): Declare function.
7028 (target_is_pushed): Return bool.
7029 * thread-iter.c (all_matching_threads_iterator::m_inf_matches)
7030 (all_matching_threads_iterator::all_matching_threads_iterator):
7031 Handle filter target.
7032 * thread-iter.h (struct all_matching_threads_iterator, struct
7033 all_matching_threads_range, class all_non_exited_threads_range):
7034 Filter by target too. Remove explicit.
7035 * thread.c (threads_executing): Delete.
7036 (inferior_thread): Pass down current inferior.
7037 (clear_thread_inferior_resources): Pass down thread pointer
7038 instead of ptid_t.
7039 (add_thread_silent, add_thread_with_info, add_thread): Add
7040 process_stratum_target parameter. Use it for thread and inferior
7041 searches.
7042 (is_current_thread): New.
7043 (thread_info::deletable): Use it.
7044 (find_thread_ptid, thread_count, in_thread_list)
7045 (thread_change_ptid, set_resumed, set_running): New
7046 process_stratum_target parameter. Pass it down.
7047 (set_executing): New process_stratum_target parameter. Pass it
7048 down. Adjust reference to 'threads_executing'.
7049 (threads_are_executing): New process_stratum_target parameter.
7050 Adjust reference to 'threads_executing'.
7051 (set_stop_requested, finish_thread_state): New
7052 process_stratum_target parameter. Pass it down.
7053 (switch_to_thread): Also match inferior.
7054 (switch_to_thread): New process_stratum_target parameter. Pass it
7055 down.
7056 (update_threads_executing): Reimplement.
7057 * top.c (quit_force): Pop targets from all inferior.
7058 (gdb_init): Don't call initialize_targets.
7059 * windows-nat.c (windows_nat_target) <get_windows_debug_event>:
7060 Declare.
7061 (windows_add_thread, windows_delete_thread): Adjust.
7062 (get_windows_debug_event): Rename to ...
7063 (windows_nat_target::get_windows_debug_event): ... this. Adjust.
7064 * tracefile-tfile.c (tfile_target_open): Pass down target.
7065 * gdbsupport/common-gdbthread.h (struct process_stratum_target):
7066 Forward declare.
7067 (switch_to_thread): Add process_stratum_target parameter.
7068 * mi/mi-interp.c (mi_on_resume_1): Add process_stratum_target
7069 parameter. Use it.
7070 (mi_on_resume): Pass target down.
7071 * nat/fork-inferior.c (startup_inferior): Add
7072 process_stratum_target parameter. Pass it down.
7073 * nat/fork-inferior.h (startup_inferior): Add
7074 process_stratum_target parameter.
7075 * python/py-threadevent.c (py_get_event_thread): Pass target down.
7076
75c6c844
PA
70772020-01-10 Pedro Alves <palves@redhat.com>
7078
7079 * remote.c (remote_target::start_remote): Don't set inferior_ptid
7080 directly. Instead find the first thread in the thread list and
7081 use switch_to_thread.
7082
78f2c40a
PA
70832020-01-10 Pedro Alves <palves@redhat.com>
7084
7085 * remote.c (remote_target::remote_add_inferior): Don't bind a
7086 process to the current inferior if the current inferior is already
7087 bound to a process.
7088
e7af6c70
TBA
70892020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7090 Pedro Alves <palves@redhat.com>
7091
7092 * remote.c (remote_target::remote_parse_stop_reply) <W/X packets>:
7093 If no process is specified, return null_ptid instead of
7094 inferior_ptid.
7095 (remote_target::wait_as): Handle TARGET_WAITKIND_EXITED /
7096 TARGET_WAITKIND_SIGNALLED with no pid.
7097
31ba933e
PA
70982020-01-10 Pedro Alves <palves@redhat.com>
7099
7100 * remote.c (first_remote_resumed_thread): New.
7101 (remote_target::wait_as): Use it as default event_ptid instead of
7102 inferior_ptid.
7103
735fc2ca
PA
71042020-01-10 Pedro Alves <palves@redhat.com>
7105
7106 * infrun.c (handle_no_resumed): Use all_non_exited_inferiors.
7107
c17e02e1
PA
71082020-01-10 Pedro Alves <palves@redhat.com>
7109
7110 * tracefile-tfile.c (tfile_target::close): Assert that trace_fd is
7111 not -1.
7112
ab1ddbcf
PA
71132020-01-10 Pedro Alves <palves@redhat.com>
7114
7115 * break-catch-sig.c (signal_catchpoint_print_it): Don't pass a
7116 ptid to get_last_target_status.
7117 * break-catch-syscall.c (print_it_catch_syscall): Don't pass a
7118 ptid to get_last_target_status.
7119 * infcmd.c (continue_command): Don't pass a target_waitstatus to
7120 get_last_target_status.
7121 (info_program_command): Don't pass a target_waitstatus to
7122 get_last_target_status.
7123 * infrun.c (init_wait_for_inferior): Use
7124 nullify_last_target_wait_ptid.
7125 (get_last_target_status): Handle nullptr arguments.
7126 (nullify_last_target_wait_ptid): Clear target_last_waitstatus.
7127 (print_stop_event): Don't pass a ptid to get_last_target_status.
7128 (normal_stop): Don't pass a ptid to get_last_target_status.
7129 * infrun.h (get_last_target_status, set_last_target_status): Move
7130 comments here and update.
7131 (nullify_last_target_wait_ptid): Declare.
7132 * linux-fork.c (fork_load_infrun_state): Remove local extern
7133 declaration of nullify_last_target_wait_ptid.
7134 * linux-nat.c (get_detach_signal): Don't pass a target_waitstatus
7135 to get_last_target_status.
7136
f3f8ece4
PA
71372020-01-10 Pedro Alves <palves@redhat.com>
7138
7139 * gdbthread.h (scoped_restore_current_thread)
7140 <dont_restore, restore, m_dont_restore>: Declare.
7141 * thread.c (thread_alive): Add assertion. Return bool.
7142 (switch_to_thread_if_alive): New.
7143 (prune_threads): Switch inferior/thread.
7144 (print_thread_info_1): Switch thread before calling target methods.
7145 (scoped_restore_current_thread::restore): New, factored out from
7146 ...
7147 (scoped_restore_current_thread::~scoped_restore_current_thread):
7148 ... this.
7149 (scoped_restore_current_thread::scoped_restore_current_thread):
7150 Add assertion.
7151 (thread_apply_all_command, thread_select): Use
7152 switch_to_thread_if_alive.
7153 * infrun.c (proceed, restart_threads, handle_signal_stop)
7154 (switch_back_to_stepped_thread): Switch current thread before
7155 calling target methods.
7156
db2d40f7
PA
71572020-01-10 Pedro Alves <palves@redhat.com>
7158
7159 * inferior.c (switch_to_inferior_no_thread): New function,
7160 factored out from ...
7161 (inferior_command): ... here.
7162 * inferior.h (switch_to_inferior_no_thread): Declare.
7163 * mi/mi-main.c (run_one_inferior): Use
7164 switch_to_inferior_no_thread.
7165
bd420a2d
PA
71662020-01-10 Pedro Alves <palves@redhat.com>
7167
7168 * infcmd.c (kill_command): Remove dead code.
7169
ddf5db90
PA
71702020-01-10 Pedro Alves <palves@redhat.com>
7171
7172 * remote.c (remote_target::mourn_inferior): No longer check
7173 whether the target is running.
7174
5018ce90
PA
71752020-01-10 Pedro Alves <palves@redhat.com>
7176
7177 * corelow.c (core_target::has_execution): Change parameter type to
7178 inferior pointer.
7179 * inferior.c (number_of_live_inferiors): Use
7180 inferior::has_execution instead of target_has_execution_1.
7181 * inferior.h (inferior::has_execution): New.
7182 * linux-thread-db.c (thread_db_target::update_thread_list): Use
7183 inferior::has_execution instead of target_has_execution_1.
7184 * process-stratum-target.c
7185 (process_stratum_target::has_execution): Change parameter type to
7186 inferior pointer. Check the inferior's PID instead of
7187 inferior_ptid.
7188 * process-stratum-target.h
7189 (process_stratum_target::has_execution): Change parameter type to
7190 inferior pointer.
7191 * record-full.c (record_full_core_target::has_execution): Change
7192 parameter type to inferior pointer.
7193 * target.c (target_has_execution_1): Change parameter type to
7194 inferior pointer.
7195 (target_has_execution_current): Adjust.
7196 * target.h (target_ops::has_execution): Change parameter type to
7197 inferior pointer.
7198 (target_has_execution_1): Change parameter type to inferior
7199 pointer. Change return type to bool.
7200 * tracefile.h (tracefile_target::has_execution): Change parameter
7201 type to inferior pointer.
7202
74375d18
PA
72032020-01-10 Pedro Alves <palves@redhat.com>
7204
7205 * exceptions.c (print_flush): Remove current_top_target() check.
7206
acdf84a6
PA
72072020-01-10 Pedro Alves <palves@redhat.com>
7208
7209 * remote.c (show_remote_exec_file): Show the current inferior's
7210 exec-file instead of the command variable's value.
7211
ec506636
PA
72122020-01-10 Pedro Alves <palves@redhat.com>
7213
7214 * record-full.c (record_full_resume_ptid): New global.
7215 (record_full_target::resume): Set it.
7216 (record_full_wait_1): Use record_full_resume_ptid instead of
7217 inferior_ptid.
7218
873657b9
PA
72192020-01-10 Pedro Alves <palves@redhat.com>
7220
7221 * gdbthread.h (scoped_restore_current_thread)
7222 <dont_restore, restore, m_dont_restore>: Declare.
7223 * thread.c (thread_alive): Add assertion. Return bool.
7224 (switch_to_thread_if_alive): New.
7225 (prune_threads): Switch inferior/thread.
7226 (print_thread_info_1): Switch thread before calling target methods.
7227 (scoped_restore_current_thread::restore): New, factored out from
7228 ...
7229 (scoped_restore_current_thread::~scoped_restore_current_thread):
7230 ... this.
7231 (scoped_restore_current_thread::scoped_restore_current_thread):
7232 Add assertion.
7233 (thread_apply_all_command, thread_select): Use
7234 switch_to_thread_if_alive.
7235
7f0ae84c
GB
72362020-01-10 George Barrett <bob@bob131.so>
7237
7238 * stap-probe.c (stap_modify_semaphore): Don't check for null
7239 semaphores.
7240 (stap_probe::set_semaphore, stap_probe::clear_semaphore): Check
7241 for null semaphores.
7242
f5a7c406
AB
72432020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7244
7245 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Update
7246 all source windows, and maintain horizontal scroll status while
7247 doing so.
7248
9ae6bf64
TT
72492020-01-09 Tom Tromey <tom@tromey.com>
7250
7251 PR tui/18932:
7252 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Call
7253 update_source_window, not print_source_lines.
7254
b2efe70c
AB
72552020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7256
7257 * tui/tui.c (tui_enable): Register tui hooks after calling
7258 tui_display_main.
7259
5f23a082
CB
72602020-01-09 Christian Biesinger <cbiesinger@google.com>
7261
7262 * gdbsupport/common-defs.h: Don't define _FORTIFY_SOURCE on MinGW.
7263
3061113b
SM
72642020-01-08 Simon Marchi <simon.marchi@efficios.com>
7265
7266 * thread.c (print_thread_info_1): Fix indentation.
7267
57d75002
CB
72682020-01-09 Christian Biesinger <cbiesinger@google.com>
7269
7270 * symtab.c (general_symbol_info::compute_and_set_names): Move the
7271 unique_xmalloc_ptr outside the if to always free the demangled name.
7272
6a053cb1
TT
72732020-01-08 Tom Tromey <tromey@adacore.com>
7274
7275 * xcoffread.c (enter_line_range, read_xcoff_symtab)
7276 (process_xcoff_symbol, xcoff_symfile_offsets): Update.
7277 * symtab.h (MSYMBOL_VALUE_ADDRESS): Update.
7278 (struct section_offsets, ANOFFSET, SIZEOF_N_SECTION_OFFSETS):
7279 Remove.
7280 (section_offsets): New typedef.
7281 * symtab.c (fixup_section, get_msymbol_address): Update.
7282 * symmisc.c (dump_msymbols): Update.
7283 * symfile.h (relative_addr_info_to_section_offsets)
7284 (symfile_map_offsets_to_segments): Update.
7285 * symfile.c (build_section_addr_info_from_objfile)
7286 (init_objfile_sect_indices): Update.
7287 (struct place_section_arg): Change type of "offsets".
7288 (place_section): Update.
7289 (relative_addr_info_to_section_offsets): Change type of
7290 "section_offsets". Remove "num_sections" parameter.
7291 (default_symfile_offsets, syms_from_objfile_1)
7292 (set_objfile_default_section_offset): Update.
7293 (reread_symbols): No need to preserve section offsets by hand.
7294 (symfile_map_offsets_to_segments): Change type of "offsets".
7295 * stap-probe.c (relocate_address): Update.
7296 * stabsread.h (process_one_symbol): Update.
7297 * solib-target.c (struct lm_info_target) <offsets>: Change type.
7298 (solib_target_relocate_section_addresses): Update.
7299 * solib-svr4.c (enable_break, svr4_relocate_main_executable):
7300 Update.
7301 * solib-frv.c (frv_relocate_main_executable): Update.
7302 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
7303 * solib-aix.c (solib_aix_get_section_offsets): Change return
7304 type.
7305 (solib_aix_solib_create_inferior_hook): Update.
7306 * remote.c (remote_target::get_offsets): Update.
7307 * psymtab.c (find_pc_sect_psymtab): Update.
7308 * psympriv.h (struct partial_symbol) <address, text_low,
7309 text_high>: Update.
7310 * objfiles.h (obj_section_offset): Update.
7311 (struct objfile) <section_offsets>: Change type.
7312 <num_sections>: Remove.
7313 (objfile_relocate): Update.
7314 * objfiles.c (entry_point_address_query): Update
7315 (relocate_one_symbol): Change type of "section_offsets".
7316 (objfile_relocate1, objfile_relocate1): Change type of
7317 "new_offsets".
7318 (objfile_rebase1): Update.
7319 * mipsread.c (mipscoff_symfile_read): Update.
7320 (read_alphacoff_dynamic_symtab): Remove "section_offsets"
7321 parameter.
7322 * mdebugread.c (parse_symbol): Change type of "section_offsets".
7323 (parse_external, psymtab_to_symtab_1): Update.
7324 * machoread.c (macho_symfile_offsets): Update.
7325 * ia64-tdep.c (ia64_find_unwind_table): Update.
7326 * hppa-tdep.c (read_unwind_info): Update.
7327 * hppa-bsd-tdep.c (hppabsd_find_global_pointer): Update.
7328 * dwarf2read.c (create_addrmap_from_index)
7329 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
7330 (process_psymtab_comp_unit_reader, add_partial_symbol)
7331 (add_partial_subprogram, process_full_comp_unit)
7332 (read_file_scope, read_func_scope, read_lexical_block_scope)
7333 (read_call_site_scope, dwarf2_rnglists_process)
7334 (dwarf2_ranges_process, dwarf2_ranges_read)
7335 (dwarf_decode_lines_1, var_decode_location, new_symbol)
7336 (dwarf2_fetch_die_loc_sect_off, dwarf2_per_cu_text_offset):
7337 Update.
7338 * dwarf2-frame.c (execute_cfa_program, dwarf2_frame_find_fde):
7339 Update.
7340 * dtrace-probe.c (dtrace_probe::get_relocated_address): Update.
7341 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Update.
7342 (process_one_symbol): Change type of "section_offsets".
7343 * ctfread.c (get_objfile_text_range): Update.
7344 * coffread.c (coff_symtab_read, enter_linenos)
7345 (process_coff_symbol): Update.
7346 * coff-pe-read.c (add_pe_forwarded_sym): Update.
7347 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Update.
7348
456e800a
TT
73492020-01-08 Tom Tromey <tromey@adacore.com>
7350
7351 * dwarf2read.c (parse_macro_definition): Use std::string.
7352 (parse_macro_definition): Likewise.
7353
6dfa2fc2
TT
73542020-01-08 Tom Tromey <tromey@adacore.com>
7355
7356 * dwarf2read.c (abbrev_table_read_table): Use std::vector.
7357 (ATTR_ALLOC_CHUNK): Remove.
7358
421d1616
TT
73592020-01-08 Tom Tromey <tromey@adacore.com>
7360
7361 * dwarf2read.c (fixup_go_packaging): Use unique_xmalloc_ptr.
7362
43816ebc
TT
73632020-01-08 Tom Tromey <tromey@adacore.com>
7364
7365 * dwarf2read.c (add_partial_symbol): Use unique_xmalloc_ptr.
7366 (dwarf2_compute_name, open_dwo_file): Likewise.
7367 (process_enumeration_scope): Use std::vector.
7368 (guess_partial_die_structure_name): Use unique_xmalloc_ptr.
7369 (partial_die_info::fixup, dwarf2_start_subfile)
7370 (guess_full_die_structure_name, dwarf2_name): Likewise.
7371 (determine_prefix): Update.
7372 (guess_full_die_structure_name): Make return type const.
7373 (partial_die_full_name): Return unique_xmalloc_ptr.
7374 (DW_FIELD_ALLOC_CHUNK): Remove.
7375
4212d509
TT
73762020-01-07 Tom Tromey <tromey@adacore.com>
7377
7378 PR build/24937:
7379 * stap-probe.c (class stap_static_probe_ops): Add constructor.
7380
06a6207a
JT
73812020-01-02 Jon Turney <jon.turney@dronecode.org.uk>
7382
7383 * cli/cli-style.c: Set cli_styling to 'true' in the Cygwin build.
7384
153d79c4
AB
73852020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
7386
7387 * stack.c (print_frame_info): Move disassemble_next_line code
7388 inside source_print block.
7389
66182876
EZ
73902020-01-06 Eli Zaretskii <eliz@gnu.org>
7391
7392 * gdbsupport/gdb_wait.c: Include <signal.h> instead of
7393 gdb/signals.h, as we are now using native signal symbols.
7394
cbfa8581
SV
73952020-01-06 Shahab Vahedi <shahab@synopsys.com>
7396
7397 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): Avoid
7398 overflow by an early check of content vs threshold.
aac66a4c 7399 * tui/tui-source.c (tui_source_window::line_is_displayed):
cbfa8581
SV
7400 Likewise.
7401
3f602821
EZ
74022020-01-06 Eli Zaretskii <eliz@gnu.org>
7403
7404 * NEWS: Mention the recent fix of $_exitsignal on MS-Windows.
7405
a08c904d
JT
74062020-01-02 Jon Turney <jon.turney@dronecode.org.uk>
7407
7408 * coff-pe-read.c (read_pe_exported_syms): Don't try to read the
7409 export table if no section contains it's RVA.
7410
89a65580
EZ
74112020-01-06 Eli Zaretskii <eliz@gnu.org>
7412
7413 * windows-tdep.c: Fix a typo in WINDOWS_SIGABRT.
7414
8b7fcda2
HD
74152020-01-06 Hannes Domani <ssbssa@yahoo.de>
7416
7417 * source.c (print_source_lines_base): Set last_line_listed.
7418
a61b4f69
SV
74192020-01-06 Shahab Vahedi <shahab@synopsys.com>
7420
7421 * tui/tui-disasm.c: Remove trailing spaces.
7422
559e7e50
EZ
74232020-01-06 Eli Zaretskii <eliz@gnu.org>
7424 Pedro Alves <palves@redhat.com>
7425
7426 * Makefile.in (COMMON_SFILES): Add gdbsupport/gdb_wait.c.
7427 * windows-tdep.c: New enumeration of WINDOWS_SIG* signals.
7428 (windows_gdb_signal_to_target): New function, uses the above
7429 enumeration to convert GDB internal signal codes to equivalent
7430 Windows codes.
7431 (windows_init_abi): Call set_gdbarch_gdb_signal_to_target.
7432 * windows-nat.c: Include "gdb_wait.h".
7433 (get_windows_debug_event): Extract the fatal exception from the
7434 exit status and convert to the equivalent Posix signal number.
7435 * cli/cli-cmds.c (exit_status_set_internal_vars): Account for the
7436 possibility that WTERMSIG returns GDB_SIGNAL_UNKNOWN.
7437 * gdbsupport/gdb_wait.c: New file, implements
7438 windows_status_to_termsig.
7439 * gdbsupport/gdb_wait.h (WIFEXITED, WIFSIGNALED, WEXITSTATUS)
7440 (WTERMSIG) [__MINGW32__]: Separate definitions for MinGW.
7441
f2302a34
AB
74422020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
7443
7444 * tui/tui-layout.c (tui_add_win_to_layout): Use tui_set_layout not
7445 show_layout.
7446
6a5206eb
LM
74472020-01-05 Luis Machado <luis.machado@linaro.org>
7448
7449 * aarch64-linux-nat.c
7450 (aarch64_linux_nat_target::thread_architecture): Use bfd_arch_aarch64
7451 and bfd_mach_aarch64.
7452
6ec1d75e
PW
74532020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7454
7455 * ui-file.c (stdio_file::can_emit_style_escape)
7456 (tee_file::can_emit_style_escape): Ensure style is used also on
7457 gdb_stderr when gdb_stderr is a tty supporting styling, similarly
7458 to gdb_stdout.
7459 * main.c (set_gdb_data_directory): Use file style to output the
7460 warning that the given pathname is not a directory.
7461 * top.c (show_history_filename, gdb_safe_append_history)
7462 (show_gdb_datadir): Use file style.
7463
44f81a76
HD
74642020-01-03 Hannes Domani <ssbssa@yahoo.de>
7465
7466 * solib-target.c (struct lm_info_target):
7467 Change offsets to be a unique_xmalloc_ptr.
7468 (solib_target_relocate_section_addresses): Update.
7469
25057eb0
HD
74702020-01-03 Hannes Domani <ssbssa@yahoo.de>
7471
7472 * windows-nat.c (windows_clear_solib): Free so_list linked list.
7473
6e2118f5
BE
74742020-01-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
7475
7476 * MAINTAINERS (Write After Approval): Add myself.
7477
8133c7dc
LM
74782020-01-02 Luis Machado <luis.machado@linaro.org>
7479
7480 * proc-service.c (get_ps_regcache): Remove reference to obsolete
7481 Cell BE architecture.
7482 * target.h (struct target_ops) <thread_architecture>: Likewise.
7483
48189bec
HD
74842020-01-01 Hannes Domani <ssbssa@yahoo.de>
7485
7486 * Makefile.in: Use INSTALL_PROGRAM_ENV.
7487
ead1063b
HD
74882020-01-01 Hannes Domani <ssbssa@yahoo.de>
7489
7490 * MAINTAINERS (Write After Approval): Add myself.
7491
e5d78223
JB
74922020-01-01 Joel Brobecker <brobecker@adacore.com>
7493
7494 * gdbarch.sh: Update copyright year range of generated files.
7495
b811d2c2
JB
74962020-01-01 Joel Brobecker <brobecker@adacore.com>
7497
7498 Update copyright year range in all GDB files.
7499
5f4def5c
JB
75002020-01-01 Joel Brobecker <brobecker@adacore.com>
7501
7502 * copyright.py: Convert to Python 3.
7503
51fd4002
JB
75042020-01-01 Joel Brobecker <brobecker@adacore.com>
7505
7506 * copyright.py: Adapt after move of gnulib directory from gdb
7507 directory to toplevel directory.
7508
5fb651f2
JB
75092020-01-01 Joel Brobecker <brobecker@adacore.com>
7510
7511 * copyright.py (main): Exit if run from the wrong directory.
7512
5dd8bf88
JB
75132020-01-01 Joel Brobecker <brobecker@adacore.com>
7514
7515 * top.c (print_gdb_version): Change copyright year to 2020.
7516
9f71dacb 75172020-01-01 Joel Brobecker <brobecker@adacore.com>
3d34df0a 7518
9f71dacb 7519 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2019.
3d34df0a 7520
9f71dacb 7521For older changes see ChangeLog-2019.
c906108c
SS
7522\f
7523Local Variables:
7524mode: change-log
7525left-margin: 8
7526fill-column: 74
7527version-control: never
57da7796 7528coding: utf-8
c906108c 7529End: