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