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