]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/ChangeLog
gdb fbsd-nat: Use new-style debug macros
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
1 2021-04-15 John Baldwin <jhb@FreeBSD.org>
2
3 * fbsd-nat.c (fbsd_lwp_debug_printf, fbsd_nat_debug_printf): New,
4 use throughout file.
5
6 2021-04-15 Tom Tromey <tromey@adacore.com>
7
8 * ada-valprint.c (ada_value_print_array): Handle optimized-out
9 arrays.
10
11 2021-04-15 Tom Tromey <tromey@adacore.com>
12
13 * printcmd.c (print_variable_and_value): Use
14 common_val_print_checked.
15
16 2021-04-15 Tom Tromey <tromey@adacore.com>
17
18 * rust-exp.y (rust_parser::convert_ast_to_expression): Update.
19 * parse.c (parser_state::push_symbol, parser_state::push_dollar):
20 Update.
21 * p-exp.y (variable): Update.
22 * m2-exp.y (variable): Update.
23 * go-exp.y (variable): Update.
24 * expprint.c (dump_for_expression): New overload.
25 * expop.h (check_objfile): New overload.
26 (check_constant): New overload.
27 (class var_value_operation): Use block_symbol.
28 <get_symbol>: Rewrite.
29 * eval.c (var_value_operation::evaluate)
30 (var_value_operation::evaluate_funcall)
31 (var_value_operation::evaluate_for_address)
32 (var_value_operation::evaluate_for_address)
33 (var_value_operation::evaluate_with_coercion)
34 (var_value_operation::evaluate_for_sizeof)
35 (var_value_operation::evaluate_for_cast): Update.
36 * d-exp.y (PrimaryExpression): Update.
37 * c-exp.y (variable): Update.
38 * ax-gdb.c (var_value_operation::do_generate_ax): Update.
39 * ada-lang.c (ada_var_value_operation::evaluate_for_cast)
40 (ada_var_value_operation::evaluate)
41 (ada_var_value_operation::resolve)
42 (ada_funcall_operation::resolve): Update.
43 * ada-exp.y (write_var_from_sym, write_object_renaming)
44 (write_ambiguous_var, write_var_or_type, write_name_assoc)
45 (maybe_overload): Update.
46 * ada-exp.h (class ada_var_value_operation) <get_block>: Rewrite.
47
48 2021-04-15 Tom Tromey <tom@tromey.com>
49 Andrew Burgess <andrew.burgess@embecosm.com>
50
51 * NEWS: Add entry.
52 * main.c (captured_main_1): Call check_quiet_mode.
53 * top.c (startup_quiet): New global.
54 (check_quiet_mode): New function.
55 (show_startup_quiet): New function.
56 (init_main): Register new command.
57 * top.h (check_quiet_mode): Declare.
58
59 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
60
61 PR cli/25956
62 * NEWS: Mention new early init files and command line options.
63 * config.in: Regenerate.
64 * configure: Regenerate.
65 * configure.ac: Define GDBEARLYINIT.
66 * main.c (get_earlyinit_files): New function.
67 (enum cmdarg_kind): Add CMDARG_EARLYINIT_FILE and
68 CMDARG_EARLYINIT_COMMAND.
69 (captured_main_1): Add support for new command line flags, and for
70 processing startup files.
71 (print_gdb_help): Include startup files in the output.
72
73 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
74
75 * main.c (relocate_gdbinit_path_maybe_in_datadir): Rename to...
76 (relocate_file_path_maybe_in_datadir): ...this.
77 (class gdb_initfile_finder): New class.
78 (get_init_files): Now uses gdb_initfile_finder.
79 (print_gdb_help): Print 'None found' when there are no init files.
80
81 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
82
83 * dwarf2/read.c (inherit_abstract_dies): Keep a reference to the
84 corresponding child of the abstract DIE when iterating the
85 children of the concrete DIE.
86
87 2021-04-13 Tom de Vries <tdevries@suse.de>
88
89 * ui-style.c (read_semi_number, extended_color): Change idx parameter
90 type to regoff_t *.
91
92 2021-04-13 Luis Machado <luis.machado@linaro.org>
93
94 * rs6000-tdep.c (ppc_displaced_step_fixup): Use %s to print
95 hex values.
96
97 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
98
99 * rs6000-tdep.c: Add support for single-stepping of
100 prefixed instructions.
101
102 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
103
104 PR gdb/27525
105 * gdb/rs6000-tdep.c (ppc_displaced_step_fixup): Update to
106 handle the addpcis/lnia instruction.
107
108 2021-04-05 Will Schmidt <will_schmidt@vnet.ibm.com>
109
110 * MAINTAINERS (Write After Approval): Add myself.
111
112 2021-4-12 Carl Love <cel@us.ibm.com>
113
114 * rs6000-tdep.c (rs6000_builtin_type_vec128): Add t_float128 variable.
115 (rs6000_builtin_type_vec128): Add append_composite_type_field for
116 float128.
117
118 2021-04-12 Simon Marchi <simon.marchi@polymtl.ca>
119
120 * nat/windows-nat.c: Remove all code guarded by _WIN32_WCE.
121 * nat/windows-nat.h: Likewise.
122
123 2021-04-10 Eli Zaretskii <eliz@gnu.org>
124
125 * windows-nat.c (windows_nat::handle_load_dll): Call
126 windows_add_dll if get_image_name failed to glean the name of the
127 DLL by using the lpImageName pointer.
128 (windows_add_all_dlls): Now a thin wrapper around windows_add_dll.
129 (windows_add_dll): Now does what windows_add_all_dlls did before,
130 but also accepts an argument LOAD_ADDR, which, if non-NULL,
131 specifies the address where the DLL was loaded into the inferior,
132 and looks for the single DLL loaded at that address.
133
134 2021-04-09 Luis Machado <luis.machado@linaro.org>
135
136 * nat/aarch64-mte-linux-ptrace.c: Update include file order.
137
138 2021-04-08 Dominique Quatravaux <dominique.quatravaux@epfl.ch>
139
140 * darwin-nat.c (darwin_nat_target::resume): Remove status
141 variable.
142
143 2021-04-08 Felix Willgerodt <felix.willgerodt@intel.com>
144
145 * i386-tdep.c (i386_skip_prologue): Use symbol table to find the
146 prologue end for Intel compilers.
147 * amd64-tdep.c (amd64_skip_prologue): Likewise.
148 * producer.c (producer_is_icc_ge_19): New function.
149 * producer.h (producer_is_icc_ge_19): New declaration.
150
151 2021-04-08 Felix Willgerodt <felix.willgerodt@intel.com>
152
153 * producer.c: (producer_is_icc): Update for new version scheme.
154 (producer_parsing_tests): Update names and expected results.
155 * producer.h: (producer_is_icc): Update comment accordingly.
156
157 2021-04-07 Simon Marchi <simon.marchi@polymtl.ca>
158
159 * target.h (struct target_ops) <follow_fork>: Return void.
160 (target_follow_fork): Likewise.
161 * target.c (default_follow_fork): Likewise.
162 (target_follow_fork): Likewise.
163 * infrun.c (follow_fork_inferior): Adjust.
164 * fbsd-nat.h (class fbsd_nat_target) <follow_fork>: Return void.
165 * fbsd-nat.c (fbsd_nat_target:::follow_fork): Likewise.
166 * linux-nat.h (class linux_nat_target) <follow_fork>: Likewise.
167 * linux-nat.c (linux_nat_target::follow_fork): Return void.
168 * obsd-nat.h (class obsd_nat_target) <follow_fork>: Return void.
169 * obsd-nat.c (obsd_nat_target::follow_fork): Likewise.
170 * remote.c (class remote_target) <follow_fork>: Likewise.
171 (remote_target::follow_fork): Likewise.
172 * target-delegates.c: Re-generate.
173
174 2021-04-07 Weimin Pan <weimin.pan@oracle.com>
175
176 * ctfread.c (fetch_tid_type): New function, use throughout file.
177 (read_forward_type): New function.
178 (read_type_record): Call read_forward_type.
179
180 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
181
182 * f-exp.h (class fortran_structop_operation): New class.
183 * f-exp.y (exp): Create fortran_structop_operation instead of the
184 generic structop_operation.
185 * f-lang.c (fortran_undetermined::evaluate): Re-evaluate
186 expression as EVAL_NORMAL if the result type was dynamic so we can
187 extract the actual array bounds.
188 (fortran_structop_operation::evaluate): New function.
189
190 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
191
192 * eval.c (evaluate_subexp_standard): Remove
193 EVAL_AVOID_SIDE_EFFECTS handling from STRUCTOP_STRUCT and
194 STRUCTOP_PTR.
195
196 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
197
198 * valops.c (value_cast): Call value_deeply_equal before performing
199 any cast.
200
201 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
202
203 * gdbtypes.c (types_equal): Move pointer equality check earlier in
204 the function.
205
206 2021-04-07 Caroline Tice <cmtice@google.com>
207
208 * dwarf2/read.c (try_open_dwop_file): Add path for the binary to
209 the search paths used resolve relative location of .dwo file.
210
211 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
212
213 * dwarf2/section.c (dwarf2_section_info::get_bfd_owner): Add an
214 assert.
215 (dwarf2_section_info::get_file_name): Add an assert.
216 (dwarf2_section_info::read_string): Display a minimal, sane error
217 when the dwarf2_section_info is not associated with a bfd section.
218
219 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
220
221 * top.c (staged_gdb_datadir): Update comment.
222 (set_gdb_datadir): Copy the value of gdb_datadir back into
223 staged_datadir.
224 (init_main): Initialise staged_gdb_datadir.
225
226 2021-04-06 Tom de Vries <tdevries@suse.de>
227
228 PR breakpoints/25884
229 * infcmd.c (prepare_one_step): Using inline frame info to narrow
230 stepping range.
231
232 2021-04-06 Tom de Vries <tdevries@suse.de>
233
234 PR tui/27680
235 * tui/tui-disasm.c (len_without_escapes): Pass ptr pointing at escape
236 to style.parse.
237
238 2021-04-04 Simon Marchi <simon.marchi@polymtl.ca>
239
240 * avr-tdep.c (avr_frame_unwind_cache): Use
241 trad_frame_saved_reg::is_addr.
242
243 2021-04-02 Simon Marchi <simon.marchi@polymtl.ca>
244
245 * objfiles.c (get_objfile_bfd_data): Remove objfile parameter,
246 adjust callers.
247
248 2021-04-02 Simon Marchi <simon.marchi@polymtl.ca>
249
250 * psympriv.h (struct partial_symtab) <partial_symtab>: Change
251 objfile parameter for objfile_per_bfd_storage, adjust callers.
252 (struct standard_psymtab) <standard_psymtab>: Likewise.
253 (struct legacy_psymtab) <legacy_psymtab>: Likewise.
254 * psymtab.c (partial_symtab::partial_symtab): Likewise.
255 * ctfread.c (struct ctf_psymtab): Likewise.
256 * dwarf2/read.h (struct dwarf2_psymtab): Likewise.
257 * dwarf2/read.c (struct dwarf2_include_psymtab): Likewise.
258 (dwarf2_create_include_psymtab): Likewise.
259 * objfiles.h (struct objfile_per_bfd_storage)
260 <objfile_per_bfd_storage>: Add bfd parameter, adjust callers.
261 <get_bfd>: New method.
262 <m_bfd>: New field.
263 * objfiles.c (get_objfile_bfd_data): Adjust.
264
265 2021-04-02 Simon Marchi <simon.marchi@polymtl.ca>
266
267 * psymtab.c (partial_symtab::partial_symtab): Change
268 last_objfile_name to be an std::string.
269 * symfile.c (allocate_symtab): Likewise.
270
271 2021-04-02 Simon Marchi <simon.marchi@polymtl.ca>
272
273 * objfiles.h (struct objfile_per_bfd_storage) <intern>: New
274 methods.
275 (struct objfile) <intern>: Use
276 objfile::objfile_per_bfd_storage::intern.
277
278 2021-04-01 Simon Marchi <simon.marchi@efficios.com>
279
280 * gdbtypes.h (TYPE_FLAG_ENUM): Remove, replace all uses
281 with type::is_flag_enum.
282
283 2021-04-01 Simon Marchi <simon.marchi@efficios.com>
284
285 * gdbtypes.h (struct type) <is_flag_enum,
286 set_is_flag_enum>: New methods.
287 (TYPE_FLAG_ENUM): Use type::is_flag_enum, change all
288 write call sites to use type::set_is_flag_enum.
289
290 2021-04-01 Simon Marchi <simon.marchi@efficios.com>
291
292 * gdbtypes.h (TYPE_DECLARED_CLASS): Remove, replace all uses
293 with type::is_declared_class.
294
295 2021-04-01 Simon Marchi <simon.marchi@efficios.com>
296
297 * gdbtypes.h (struct type) <is_declared_class,
298 set_is_declared_class>: New methods.
299 (TYPE_DECLARED_CLASS): Use type::is_declared_class, change all
300 write call sites to use type::set_is_declared_class.
301
302 2021-02-28 Boris Staletic <boris.staletic@gmail.com>
303
304 * gdb/python/lib/gdb/__init__.py: Use importlib on python 3.4+
305 to avoid deprecation warnings.
306
307 2021-04-01 Martin Liska <mliska@suse.cz>
308
309 * cp-name-parser.y: Use startswith instead of strncmp.
310 * m2-exp.y: Likewise.
311 * macroexp.c (substitute_args): Likewise.
312 * mi/mi-main.c (command_notifies_uscc_observer): Likewise.
313 * rust-exp.y: Likewise.
314
315 2021-03-31 Tom Tromey <tom@tromey.com>
316
317 * dwarf2/read.c (dwarf2_gdb_index::map_matching_symbols): Merge
318 with dw2_map_matching_symbols.
319 (dwarf2_gdb_index::expand_symtabs_matching): Merge with
320 dw2_expand_symtabs_matching.
321
322 2021-03-31 Tom Tromey <tromey@adacore.com>
323
324 * dwarf2/stringify.h: Fix typo.
325
326 2021-03-30 Simon Marchi <simon.marchi@polymtl.ca>
327
328 PR gdb/27541
329 * dwarf2/read.c (dwarf2_has_info): Don't share dwarf2_per_bfd
330 with objfiles using READNOW.
331
332 2021-03-29 Tom Tromey <tromey@adacore.com>
333
334 * top.c (check_frame_language_change): Update.
335 * language.c (language_info): Remove parameter.
336 * language.h (language_info): Remove parameter.
337
338 2021-03-29 Luis Machado <luis.machado@linaro.org>
339
340 * compile/compile.c (get_args): Don't add empty argv entries.
341
342 2021-03-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
343
344 gdb:
345 * procfs.c (procfs_target::attach): Define inf.
346 Use it.
347 (procfs_target::create_inferior): Likewise.
348
349 2021-03-28 Tom Tromey <tom@tromey.com>
350
351 * elfread.c (can_lazily_read_symbols): Move to dwarf2/read.c.
352 (elf_symfile_read): Simplify.
353 * dwarf2/read.c (struct lazy_dwarf_reader): Move from elfread.c.
354 (make_lazy_dwarf_reader): New function.
355 (make_dwarf_gdb_index, make_dwarf_debug_names): Now static.
356 (dwarf2_initialize_objfile): Return void. Remove index_kind
357 parameter. Push on 'qf' list.
358 * dwarf2/public.h (dwarf2_initialize_objfile): Change return
359 type. Remove 'index_kind' parameter.
360 (make_dwarf_gdb_index, make_dwarf_debug_names): Don't declare.
361
362 2021-03-27 Tom Tromey <tom@tromey.com>
363
364 * elfread.c (elf_sym_fns_lazy_psyms): Don't declare.
365
366 2021-03-27 Tom Tromey <tom@tromey.com>
367
368 * elfread.c (elf_symfile_read): Don't clear 'qf'.
369
370 2021-03-26 Lancelot Six <lsix@lancelotsix.com>
371
372 * contrib/gdb-add-index.sh: Avoid variable shadowing and get
373 rid of 'local'.
374
375 2021-03-26 Tom Tromey <tom@tromey.com>
376
377 * symtab.c (struct output_source_filename_data): Add 'output'
378 method and operator().
379 (output_source_filename_data::output): Rename from
380 output_source_filename.
381 (output_partial_symbol_filename): Remove.
382 (info_sources_command): Update.
383 (struct add_partial_filename_data): Add operator().
384 (add_partial_filename_data::operator()): Rename from
385 maybe_add_partial_symtab_filename.
386 (make_source_files_completion_list): Update.
387 * symfile.c (quick_symbol_functions): Update.
388 * symfile-debug.c (objfile::map_symbol_filenames): Update.
389 * quick-symbol.h (symbol_filename_ftype): Change type of 'fun' and
390 'need_fullname'. Remove 'data' parameter.
391 (struct quick_symbol_functions) <map_symbol_filenames>: Likewise.
392 * psymtab.c (psymbol_functions::map_symbol_filenames): Update.
393 * psympriv.h (struct psymbol_functions) <map_symbol_filenames>:
394 Change type of 'fun' and 'need_fullname'. Remove 'data'
395 parameter.
396 * objfiles.h (struct objfile) <map_symbol_filenames>: Change type
397 of 'fun' and 'need_fullname'. Remove 'data' parameter.
398 * mi/mi-cmd-file.c (print_partial_file_name): Remove 'ignore'
399 parameter.
400 (mi_cmd_file_list_exec_source_files): Update.
401 * dwarf2/read.c
402 (dwarf2_base_index_functions::map_symbol_filenames): Update.
403
404 2021-03-26 Tom Tromey <tom@tromey.com>
405
406 * ada-lang.c (struct match_data): Add operator().
407 (match_data::operator()): Rename from aux_add_nonlocal_symbols.
408 (callback): Remove 'callback'.
409
410 2021-03-26 Tom Tromey <tom@tromey.com>
411
412 * psymtab.c (psymbol_functions::expand_symtabs_matching): Only
413 call make_ignore_params once.
414
415 2021-03-26 Tom Tromey <tom@tromey.com>
416
417 * psymtab.c (psymbol_functions::expand_symtabs_matching): Remove
418 "user" check.
419
420 2021-03-26 Simon Marchi <simon.marchi@efficios.com>
421 Pedro Alves <pedro@palves.net>
422
423 * async-event.c: Include "infrun.h".
424 (async_event_handler_marked): New.
425 * async-event.h (async_event_handler_marked): Declare.
426 * infrun.c (maybe_set_commit_resumed_all_targets): Switch to
427 inferior before calling target method. Don't commit-resumed if
428 target_has_pending_events is true.
429 * remote.c (remote_target::has_pending_events): New.
430 * target-delegates.c: Regenerate.
431 * target.c (target_has_pending_events): New.
432 * target.h (target_ops::has_pending_events): New target method.
433 (target_has_pending_events): New.
434
435 2021-03-26 Simon Marchi <simon.marchi@efficios.com>
436 Pedro Alves <pedro@palves.net>
437
438 * infcmd.c (run_command_1, attach_command, detach_command)
439 (interrupt_target_1): Use scoped_disable_commit_resumed.
440 * infrun.c (do_target_resume): Remove
441 target_commit_resume call.
442 (commit_resume_all_targets): Remove.
443 (maybe_set_commit_resumed_all_targets): New.
444 (maybe_call_commit_resumed_all_targets): New.
445 (enable_commit_resumed): New.
446 (scoped_disable_commit_resumed::scoped_disable_commit_resumed)
447 (scoped_disable_commit_resumed::~scoped_disable_commit_resumed)
448 (scoped_disable_commit_resumed::reset)
449 (scoped_disable_commit_resumed::reset_and_commit)
450 (scoped_enable_commit_resumed::scoped_enable_commit_resumed)
451 (scoped_enable_commit_resumed::~scoped_enable_commit_resumed):
452 New.
453 (proceed): Use scoped_disable_commit_resumed and
454 maybe_call_commit_resumed_all_targets.
455 (fetch_inferior_event): Use scoped_disable_commit_resumed.
456 * infrun.h (struct scoped_disable_commit_resumed): New.
457 (maybe_call_commit_resumed_all_process_targets): New.
458 (struct scoped_enable_commit_resumed): New.
459 * mi/mi-main.c (exec_continue): Use scoped_disable_commit_resumed.
460 * process-stratum-target.h (class process_stratum_target):
461 <commit_resumed_state>: New.
462 * record-full.c (record_full_wait_1): Change commit_resumed_state
463 around calling commit_resumed.
464 * remote.c (class remote_target) <commit_resume>: Rename to...
465 <commit_resumed>: ... this.
466 (struct stop_reply): Move up.
467 (remote_target::commit_resume): Rename to...
468 (remote_target::commit_resumed): ... this. Check if there is any
469 thread pending vCont resume.
470 (remote_target::remote_stop_ns): Generate stop replies for resumed
471 but pending vCont threads.
472 (remote_target::wait_ns): Add gdb_assert.
473 * target-delegates.c: Regenerate.
474 * target.c (target_wait, target_resume): Assert that the current
475 process_stratum target isn't in commit-resumed state.
476 (defer_target_commit_resume): Remove.
477 (target_commit_resume): Remove.
478 (target_commit_resumed): New.
479 (make_scoped_defer_target_commit_resume): Remove.
480 (target_stop): Assert that the current process_stratum target
481 isn't in commit-resumed state.
482 * target.h (struct target_ops) <commit_resume>: Rename to ...
483 <commit_resumed>: ... this.
484 (target_commit_resume): Remove.
485 (target_commit_resumed): New.
486 (make_scoped_defer_target_commit_resume): Remove.
487 * top.c (wait_sync_command_done): Use
488 scoped_enable_commit_resumed.
489
490 2021-03-26 Pedro Alves <pedro@palves.net>
491
492 * target.c (target_always_non_stop_p): Also check whether the
493 target can async.
494
495 2021-03-26 Tom Tromey <tom@tromey.com>
496
497 * dwarf2/read.c (dwarf2_read_debug_names)
498 (dwarf2_build_psymtabs_hard, create_addrmap_from_aranges)
499 (dw2_debug_names_iterator::next, create_type_unit_group):
500 Simplify.
501
502 2021-03-25 Pedro Alves <pedro@palves.net>
503
504 * gdb.server/bkpt-other-inferior.exp: Only enable remote output
505 around setting the breakpoint.
506
507 2021-03-25 Pedro Alves <pedro@palves.net>
508
509 * remote.c
510 (remote_target::check_pending_events_prevent_wildcard_vcont):
511 Check whether the event's ptid is not null_ptid before looking up
512 the corresponding inferior.
513
514 2021-03-24 Changbin Du <changbin.du@gmail.com>
515
516 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Remove call to
517 read_code.
518
519 2021-03-24 Simon Marchi <simon.marchi@polymtl.ca>
520
521 * target.h (current_top_target): Remove, make callers use the
522 current inferior instead.
523 * target.c (current_top_target): Remove.
524
525 2021-03-24 Simon Marchi <simon.marchi@polymtl.ca>
526
527 * target.h (target_shortname): Change to function declaration.
528 (target_longname): Likewise.
529 (target_attach_no_wait): Likewise.
530 (target_post_attach): Likewise.
531 (target_prepare_to_store): Likewise.
532 (target_supports_enable_disable_tracepoint): Likewise.
533 (target_supports_string_tracing): Likewise.
534 (target_supports_evaluation_of_breakpoint_conditions): Likewise.
535 (target_supports_dumpcore): Likewise.
536 (target_dumpcore): Likewise.
537 (target_can_run_breakpoint_commands): Likewise.
538 (target_files_info): Likewise.
539 (target_post_startup_inferior): Likewise.
540 (target_insert_fork_catchpoint): Likewise.
541 (target_remove_fork_catchpoint): Likewise.
542 (target_insert_vfork_catchpoint): Likewise.
543 (target_remove_vfork_catchpoint): Likewise.
544 (target_insert_exec_catchpoint): Likewise.
545 (target_remove_exec_catchpoint): Likewise.
546 (target_set_syscall_catchpoint): Likewise.
547 (target_rcmd): Likewise.
548 (target_can_lock_scheduler): Likewise.
549 (target_can_async_p): Likewise.
550 (target_is_async_p): Likewise.
551 (target_execution_direction): Likewise.
552 (target_extra_thread_info): Likewise.
553 (target_pid_to_exec_file): Likewise.
554 (target_thread_architecture): Likewise.
555 (target_find_memory_regions): Likewise.
556 (target_make_corefile_notes): Likewise.
557 (target_get_bookmark): Likewise.
558 (target_goto_bookmark): Likewise.
559 (target_stopped_by_watchpoint): Likewise.
560 (target_stopped_by_sw_breakpoint): Likewise.
561 (target_supports_stopped_by_sw_breakpoint): Likewise.
562 (target_stopped_by_hw_breakpoint): Likewise.
563 (target_supports_stopped_by_hw_breakpoint): Likewise.
564 (target_have_steppable_watchpoint): Likewise.
565 (target_can_use_hardware_watchpoint): Likewise.
566 (target_region_ok_for_hw_watchpoint): Likewise.
567 (target_can_do_single_step): Likewise.
568 (target_insert_watchpoint): Likewise.
569 (target_remove_watchpoint): Likewise.
570 (target_insert_hw_breakpoint): Likewise.
571 (target_remove_hw_breakpoint): Likewise.
572 (target_can_accel_watchpoint_condition): Likewise.
573 (target_can_execute_reverse): Likewise.
574 (target_get_ada_task_ptid): Likewise.
575 (target_filesystem_is_local): Likewise.
576 (target_trace_init): Likewise.
577 (target_download_tracepoint): Likewise.
578 (target_can_download_tracepoint): Likewise.
579 (target_download_trace_state_variable): Likewise.
580 (target_enable_tracepoint): Likewise.
581 (target_disable_tracepoint): Likewise.
582 (target_trace_start): Likewise.
583 (target_trace_set_readonly_regions): Likewise.
584 (target_get_trace_status): Likewise.
585 (target_get_tracepoint_status): Likewise.
586 (target_trace_stop): Likewise.
587 (target_trace_find): Likewise.
588 (target_get_trace_state_variable_value): Likewise.
589 (target_save_trace_data): Likewise.
590 (target_upload_tracepoints): Likewise.
591 (target_upload_trace_state_variables): Likewise.
592 (target_get_raw_trace_data): Likewise.
593 (target_get_min_fast_tracepoint_insn_len): Likewise.
594 (target_set_disconnected_tracing): Likewise.
595 (target_set_circular_trace_buffer): Likewise.
596 (target_set_trace_buffer_size): Likewise.
597 (target_set_trace_notes): Likewise.
598 (target_get_tib_address): Likewise.
599 (target_set_permissions): Likewise.
600 (target_static_tracepoint_marker_at): Likewise.
601 (target_static_tracepoint_markers_by_strid): Likewise.
602 (target_traceframe_info): Likewise.
603 (target_use_agent): Likewise.
604 (target_can_use_agent): Likewise.
605 (target_augmented_libraries_svr4_read): Likewise.
606 (target_log_command): Likewise.
607 * target.c (target_shortname): New.
608 (target_longname): New.
609 (target_attach_no_wait): New.
610 (target_post_attach): New.
611 (target_prepare_to_store): New.
612 (target_supports_enable_disable_tracepoint): New.
613 (target_supports_string_tracing): New.
614 (target_supports_evaluation_of_breakpoint_conditions): New.
615 (target_supports_dumpcore): New.
616 (target_dumpcore): New.
617 (target_can_run_breakpoint_commands): New.
618 (target_files_info): New.
619 (target_post_startup_inferior): New.
620 (target_insert_fork_catchpoint): New.
621 (target_remove_fork_catchpoint): New.
622 (target_insert_vfork_catchpoint): New.
623 (target_remove_vfork_catchpoint): New.
624 (target_insert_exec_catchpoint): New.
625 (target_remove_exec_catchpoint): New.
626 (target_set_syscall_catchpoint): New.
627 (target_rcmd): New.
628 (target_can_lock_scheduler): New.
629 (target_can_async_p): New.
630 (target_is_async_p): New.
631 (target_execution_direction): New.
632 (target_extra_thread_info): New.
633 (target_pid_to_exec_file): New.
634 (target_thread_architecture): New.
635 (target_find_memory_regions): New.
636 (target_make_corefile_notes): New.
637 (target_get_bookmark): New.
638 (target_goto_bookmark): New.
639 (target_stopped_by_watchpoint): New.
640 (target_stopped_by_sw_breakpoint): New.
641 (target_supports_stopped_by_sw_breakpoint): New.
642 (target_stopped_by_hw_breakpoint): New.
643 (target_supports_stopped_by_hw_breakpoint): New.
644 (target_have_steppable_watchpoint): New.
645 (target_can_use_hardware_watchpoint): New.
646 (target_region_ok_for_hw_watchpoint): New.
647 (target_can_do_single_step): New.
648 (target_insert_watchpoint): New.
649 (target_remove_watchpoint): New.
650 (target_insert_hw_breakpoint): New.
651 (target_remove_hw_breakpoint): New.
652 (target_can_accel_watchpoint_condition): New.
653 (target_can_execute_reverse): New.
654 (target_get_ada_task_ptid): New.
655 (target_filesystem_is_local): New.
656 (target_trace_init): New.
657 (target_download_tracepoint): New.
658 (target_can_download_tracepoint): New.
659 (target_download_trace_state_variable): New.
660 (target_enable_tracepoint): New.
661 (target_disable_tracepoint): New.
662 (target_trace_start): New.
663 (target_trace_set_readonly_regions): New.
664 (target_get_trace_status): New.
665 (target_get_tracepoint_status): New.
666 (target_trace_stop): New.
667 (target_trace_find): New.
668 (target_get_trace_state_variable_value): New.
669 (target_save_trace_data): New.
670 (target_upload_tracepoints): New.
671 (target_upload_trace_state_variables): New.
672 (target_get_raw_trace_data): New.
673 (target_get_min_fast_tracepoint_insn_len): New.
674 (target_set_disconnected_tracing): New.
675 (target_set_circular_trace_buffer): New.
676 (target_set_trace_buffer_size): New.
677 (target_set_trace_notes): New.
678 (target_get_tib_address): New.
679 (target_set_permissions): New.
680 (target_static_tracepoint_marker_at): New.
681 (target_static_tracepoint_markers_by_strid): New.
682 (target_traceframe_info): New.
683 (target_use_agent): New.
684 (target_can_use_agent): New.
685 (target_augmented_libraries_svr4_read): New.
686 (target_log_command): New.
687 * bfin-tdep.c (bfin_sw_breakpoint_from_kind): Adjust.
688 * infrun.c (set_schedlock_func): Adjust.
689 * mi/mi-main.c (exec_reverse_continue): Adjust.
690 * reverse.c (exec_reverse_once): Adjust.
691 * sh-tdep.c (sh_sw_breakpoint_from_kind): Adjust.
692 * tui/tui-stack.c (tui_locator_window::make_status_line): Adjust.
693 * remote-sim.c (gdbsim_target::detach): Adjust.
694 (gdbsim_target::files_info): Adjust.
695
696 2021-03-24 Tom Tromey <tom@tromey.com>
697
698 * dwarf2/read.c (dw2_map_matching_symbols): Update.
699 (dw2_expand_symtabs_matching_symbol): Remove 'kind' parameter.
700 (check_match, dw2_expand_symtabs_matching)
701 (dwarf2_debug_names_index::map_matching_symbols)
702 (dwarf2_debug_names_index::expand_symtabs_matching): Update.
703
704 2021-03-24 Keith Seitz <keiths@redhat.com>
705
706 * compile/compile-cplus-types.c
707 (compile_cplus_convert_struct_or_union): Fix TYPE_DECLARED_CLASS
708 thinko.
709
710 2021-03-24 Simon Marchi <simon.marchi@polymtl.ca>
711
712 * gdbarch.sh (gdbarch_data_registry): Make static.
713 * gdbarch.c: Re-generate.
714
715 2021-03-24 Luis Machado <luis.machado@linaro.org>
716
717 * NEWS: Mention memory tagging changes.
718
719 2021-03-24 Luis Machado <luis.machado@linaro.org>
720
721 * printcmd.c (decode_format): Handle the 'm' modifier.
722 (do_examine): Display allocation tags when required/supported.
723 (should_validate_memtags): New function.
724 (print_command_1): Display memory tag mismatches.
725 * valprint.c (show_memory_tag_violations): New function.
726 (value_print_option_defs): Add new option "memory-tag-violations".
727 (user_print_options) <memory_tag_violations>: Initialize to 1.
728 * valprint.h (struct format_data) <print_tags>: New field.
729 (value_print_options) <memory_tag_violations>: New field.
730
731 2021-03-24 Luis Machado <luis.machado@linaro.org>
732
733 * printcmd.c: Include gdbsupport/rsp-low.h.
734 (memory_tag_list): New static global.
735 (process_print_command_args): Factored out of
736 print_command_1.
737 (print_command_1): Use process_print_command_args.
738 (show_addr_not_tagged, show_memory_tagging_unsupported)
739 (memory_tag_command, memory_tag_print_tag_command)
740 (memory_tag_print_logical_tag_command)
741 (memory_tag_print_allocation_tag_command, parse_with_logical_tag_input)
742 (memory_tag_with_logical_tag_command, parse_set_allocation_tag_input)
743 (memory_tag_set_allocation_tag_command, memory_tag_check_command): New
744 functions.
745 (_initialize_printcmd): Add "memory-tag" prefix and subcommands.
746
747 2021-03-24 Luis Machado <luis.machado@linaro.org>
748
749 * aarch64-linux-tdep.c
750 (aarch64_linux_iterate_over_regset_sections): Handle MTE register set.
751 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_MTE_REGSET): Define.
752
753 2021-03-24 Luis Machado <luis.machado@linaro.org>
754
755 * aarch64-linux-tdep.c
756 (aarch64_linux_report_signal_info): New function.
757 (aarch64_linux_init_abi): Register
758 aarch64_linux_report_signal_info as the report_signal_info hook.
759 * arch/aarch64-linux.h (SEGV_MTEAERR): Define.
760 (SEGV_MTESERR): Define.
761
762 2021-03-24 Luis Machado <luis.machado@linaro.org>
763
764 * aarch64-linux-tdep.c: Include gdbsupport/selftest.h.
765 (aarch64_linux_ltag_tests): New function.
766 (_initialize_aarch64_linux_tdep): Register aarch64_linux_ltag_tests.
767
768 2021-03-24 Luis Machado <luis.machado@linaro.org>
769
770 * aarch64-linux-tdep.c: Include target.h, arch-utils.h, value.h.
771 (aarch64_mte_get_atag, aarch64_linux_tagged_address_p)
772 (aarch64_linux_memtag_mismatch_p, aarch64_linux_set_memtags)
773 (aarch64_linux_get_memtag, aarch64_linux_memtag_to_string): New
774 functions.
775 (aarch64_linux_init_abi): Initialize MTE-related gdbarch hooks.
776 * arch/aarch64-mte-linux.c (aarch64_mte_make_ltag_bits)
777 (aarch64_mte_make_ltag, aarch64_linux_set_ltag)
778 (aarch64_linux_get_ltag): New functions.
779 * arch/aarch64-mte-linux.h (AARCH64_MTE_LOGICAL_TAG_START_BIT)
780 (AARCH64_MTE_LOGICAL_MAX_VALUE): Define.
781 (aarch64_mte_make_ltag_bits, aarch64_mte_make_ltag)
782 (aarch64_mte_set_ltag, aarch64_mte_get_ltag): New prototypes.
783
784 2021-03-24 Luis Machado <luis.machado@linaro.org>
785
786 * linux-tdep.c (struct smaps_vmflags) <memory_tagging>: New flag
787 bit.
788 (struct smaps_data): New struct.
789 (decode_vmflags): Handle the 'mt' flag.
790 (parse_smaps_data): New function, refactored from
791 linux_find_memory_regions_full.
792 (linux_address_in_memtag_page): New function.
793 (linux_find_memory_regions_full): Refactor into parse_smaps_data.
794 * linux-tdep.h (linux_address_in_memtag_page): New prototype.
795
796 2021-03-24 Luis Machado <luis.machado@linaro.org>
797
798 * linux-tdep.c (linux_find_memory_regions_full): Use std::string
799 instead of char arrays.
800
801 2021-03-24 Luis Machado <luis.machado@linaro.org>
802
803 * Makefile.in (ALL_64_TARGET_OBS): Add arch/aarch64-mte-linux.o.
804 (HFILES_NO_SRCDIR): Add arch/aarch64-mte-linux.h and
805 nat/aarch64-mte-linux-ptrace.h.
806 * aarch64-linux-nat.c: Include nat/aarch64-mte-linux-ptrace.h.
807 (aarch64_linux_nat_target) <supports_memory_tagging>: New method
808 override.
809 <fetch_memtags>: New method override.
810 <store_memtags>: New method override.
811 (aarch64_linux_nat_target::supports_memory_tagging): New method.
812 (aarch64_linux_nat_target::fetch_memtags): New method.
813 (aarch64_linux_nat_target::store_memtags): New method.
814 * arch/aarch64-mte-linux.c: New file.
815 * arch/aarch64-mte-linux.h: Include gdbsupport/common-defs.h.
816 (AARCH64_MTE_GRANULE_SIZE): Define.
817 (aarch64_memtag_type): New enum.
818 (aarch64_mte_get_tag_granules): New prototype.
819 * configure.nat (NATDEPFILES): Add nat/aarch64-mte-linux-ptrace.o.
820 * configure.tgt (aarch64*-*-linux*): Add arch/aarch64-mte-linux.o.
821 * nat/aarch64-mte-linux-ptrace.c: New file.
822 * nat/aarch64-mte-linux-ptrace.h: New file.
823
824 2021-03-24 Luis Machado <luis.machado@linaro.org>
825
826 * Makefile.in (HFILES_NO_SRCDIR): Add nat/aarch64-mte-linux-ptrace.h.
827 * nat/aarch64-mte-linux-ptrace.h: New file.
828
829 2021-03-24 Luis Machado <luis.machado@linaro.org>
830
831 * aarch64-linux-nat.c (fetch_mteregs_from_thread): New function.
832 (store_mteregs_to_thread): New function.
833 (aarch64_linux_nat_target::fetch_registers): Update to call
834 fetch_mteregs_from_thread.
835 (aarch64_linux_nat_target::store_registers): Update to call
836 store_mteregs_to_thread.
837 * aarch64-tdep.c (aarch64_mte_register_names): New struct.
838 (aarch64_cannot_store_register): Handle MTE registers.
839 (aarch64_gdbarch_init): Initialize and setup MTE registers.
840 * aarch64-tdep.h (gdbarch_tdep) <mte_reg_base>: New field.
841 <has_mte>: New method.
842 * arch/aarch64-linux.h (AARCH64_LINUX_SIZEOF_MTE): Define.
843
844 2021-03-24 Luis Machado <luis.machado@linaro.org>
845
846 * aarch64-linux-nat.c
847 (aarch64_linux_nat_target::read_description): Take MTE flag into
848 account.
849 Slight refactor to hwcap flag checking.
850 * aarch64-linux-tdep.c
851 (aarch64_linux_core_read_description): Likewise.
852 * aarch64-tdep.c (tdesc_aarch64_list): Add one more dimension for
853 MTE.
854 (aarch64_read_description): Add mte_p parameter and update to use it.
855 Update the documentation.
856 (aarch64_gdbarch_init): Update call to aarch64_read_description.
857 * aarch64-tdep.h (aarch64_read_description): Add mte_p parameter.
858 * arch/aarch64.c: Include ../features/aarch64-mte.c.
859 (aarch64_create_target_description): Add mte_p parameter and update
860 the code to use it.
861 * arch/aarch64.h (aarch64_create_target_description): Add mte_p
862 parameter.
863 * features/Makefile (FEATURE_XMLFILES): Add aarch64-mte.xml.
864 * features/aarch64-mte.c: New file, generated.
865 * features/aarch64-mte.xml: New file.
866
867 2021-03-24 Luis Machado <luis.machado@linaro.org>
868
869 * Makefile.in (HFILES_NO_SRCDIR): Add arch/aarch64-mte-linux.h.
870 * aarch64-linux-nat.c: Include arch/aarch64-mte-linux.h.
871 * aarch64-linux-tdep.c: Likewise
872 * arch/aarch64-mte-linux.h: New file.
873
874 2021-03-24 Luis Machado <luis.machado@linaro.org>
875
876 * remote: Include gdbsupport/selftest.h.
877 (test_memory_tagging_functions): New function.
878 (_initialize_remote): Register test_memory_tagging_functions.
879
880 2021-03-24 Luis Machado <luis.machado@linaro.org>
881
882 * remote.c (PACKET_memory_tagging_feature): New enum.
883 (remote_memory_tagging_p): New function.
884 (remote_protocol_features): New "memory-tagging" entry.
885 (remote_target::remote_query_supported): Handle memory tagging
886 support.
887 (remote_target::supports_memory_tagging): Implement.
888 (create_fetch_memtags_request, parse_fetch_memtags_reply)
889 (create_store_memtags_request): New functions.
890 (remote_target::fetch_memtags): Implement.
891 (remote_target::store_memtags): Implement.
892 (_initialize_remote): Add new "memory-tagging-feature"
893 config command.
894
895 2021-03-24 Luis Machado <luis.machado@linaro.org>
896
897 * arch-utils.c (default_memtag_to_string, default_tagged_address_p)
898 (default_memtag_matches_p, default_set_memtags)
899 (default_get_memtag): New functions.
900 * arch-utils.h (default_memtag_to_string, default_tagged_address_p)
901 (default_memtag_matches_p, default_set_memtags)
902 (default_get_memtag): New prototypes.
903 * gdbarch.c: Regenerate.
904 * gdbarch.h: Regenerate.
905 * gdbarch.sh (memtag_to_string, tagged_address_p, memtag_matches_p)
906 (set_memtags, get_memtag, memtag_granule_size): New gdbarch hooks.
907 (enum memtag_type): New enum.
908
909 2021-03-24 Luis Machado <luis.machado@linaro.org>
910
911 * remote.c (remote_target) <supports_memory_tagging>: New method
912 override.
913 <fetch_memtags>: New method override.
914 <store_memtags>: New method override.
915 (remote_target::supports_memory_tagging): New method.
916 (remote_target::fetch_memtags): New method.
917 (remote_target::store_memtags): New method.
918 * target-delegates.c: Regenerate.
919 * target.h (struct target_ops) <supports_memory_tagging>: New virtual
920 method.
921 <fetch_memtags>: New virtual method.
922 <store_memtags>: New virtual method.
923 (target_supports_memory_tagging): Define.
924 (target_fetch_memtags): Define.
925 (target_store_memtags): Define.
926 * target-debug.h (target_debug_print_size_t)
927 (target_debug_print_const_gdb_byte_vector_r)
928 (target_debug_print_gdb_byte_vector_r): New functions.
929
930 2021-03-23 Simon Marchi <simon.marchi@polymtl.ca>
931
932 * target.h (target_longname): Remove.
933
934 2021-03-23 Simon Marchi <simon.marchi@polymtl.ca>
935
936 * target.h (target_is_pushed): Remove, update callers to use
937 inferior::target_is_pushed instead.
938 * target.c (target_is_pushed): Remove.
939
940 2021-03-23 Simon Marchi <simon.marchi@polymtl.ca>
941
942 * target.h (push_target): Remove, update callers to use
943 inferior::push_target.
944 * target.c (push_target): Remove.
945 * inferior.h (class inferior) <push_target>: New overload.
946
947 2021-03-23 Simon Marchi <simon.marchi@polymtl.ca>
948
949 * target.h (unpush_target): Remove, update all callers
950 to use `inferior::unpush_target` instead.
951 (struct target_unpusher) <operator()>: Just declare.
952 * target.c (unpush_target): Remove.
953 (target_unpusher::operator()): New.
954
955 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
956
957 * dwarf2/read.c (process_psymtab_comp_unit): Replace abort with an
958 error.
959 (process_full_comp_unit): Validate the top-level tag before
960 processing the first DIE.
961 (read_func_scope): Ensure we have a valid builder.
962
963 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
964
965 * objc-lang.c (objc_demangle): Renamed to
966 objc_language::demangle_symbol, and moved later in the file.
967 (objc_language::sniff_from_mangled_name): Call demangle_symbol
968 member function.
969 (objc_language::demangle_symbol): Defined outside of class
970 declaration. The definition is the old objc_demangle with NULL
971 changed to nullptr, and if conditions relating to nullptr pointers
972 or null character checks made explicit.
973 * objc-lang.h (objc_demangle): Delete declaration.
974
975 2021-03-22 Martin Liska <mliska@suse.cz>
976
977 * arm-tdep.c (show_disassembly_style_sfunc): Replace usage of CONST_STRNEQ with startswith.
978 (_initialize_arm_tdep): Likewise.
979
980 2021-03-20 Tom Tromey <tom@tromey.com>
981
982 * xcoffread.c (xcoff_initial_scan): Create partial symtabs.
983 * symfile.c (syms_from_objfile_1, reread_symbols): Update.
984 * psymtab.h (make_psymbol_functions): Don't declare.
985 * psymtab.c (make_psymbol_functions): Remove.
986 (maintenance_print_psymbols): Update.
987 * psympriv.h (struct psymbol_functions): Add no-argument
988 constructor.
989 * objfiles.h (struct objfile) <reset_psymtabs>: Remove.
990 <partial_symtabs>: Remove.
991 * mdebugread.c (mdebug_build_psymtabs): Create partial symtabs.
992 * elfread.c (read_partial_symbols): Update.
993 (elf_symfile_read): Remove check for existing partial symbols.
994 Don't clear "qf".
995 * dwarf2/read.c (dwarf2_has_info): Remove check for existing
996 partial symbols.
997 (dwarf2_build_psymtabs): Add psymbol_functions parameter. Create
998 partial symtabs.
999 * dwarf2/public.h (dwarf2_build_psymtabs): Add psymbol_functions
1000 parameter.
1001 * dbxread.c (dbx_symfile_read): Create partial symtabs.
1002 * ctfread.c (elfctf_build_psymtabs): Create partial symtabs.
1003
1004 2021-03-20 Tom Tromey <tom@tromey.com>
1005
1006 * dwarf2/read.c (dwarf2_build_psymtabs): Update.
1007 * symfile.c (syms_from_objfile_1, reread_symbols): Update.
1008 * symfile-debug.c (objfile::has_partial_symbols)
1009 (objfile::find_last_source_symtab)
1010 (objfile::forget_cached_source_info)
1011 (objfile::map_symtabs_matching_filename, objfile::lookup_symbol)
1012 (objfile::print_stats, objfile::dump)
1013 (objfile::expand_symtabs_for_function)
1014 (objfile::expand_all_symtabs)
1015 (objfile::expand_symtabs_with_fullname)
1016 (objfile::map_matching_symbols)
1017 (objfile::expand_symtabs_matching)
1018 (objfile::find_pc_sect_compunit_symtab)
1019 (objfile::map_symbol_filenames)
1020 (objfile::find_compunit_symtab_by_address)
1021 (objfile::lookup_global_symbol_language)
1022 (objfile::require_partial_symbols): Update.
1023 * psymtab.c (maintenance_print_psymbols)
1024 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
1025 * objfiles.h (struct objfile) <qf>: Now a forward_list.
1026 * objfiles.c (objfile_relocate1): Update.
1027 * elfread.c (elf_symfile_read): Update.
1028
1029 2021-03-20 Tom Tromey <tom@tromey.com>
1030
1031 * objfiles.h (struct objfile) <psymtabs>: Remove method.
1032
1033 2021-03-20 Tom Tromey <tom@tromey.com>
1034
1035 * psymtab.c (psymbol_functions::count_psyms): Rename.
1036 (psymbol_functions::print_stats): Update.
1037 * psympriv.h (struct psymbol_functions) <count_psyms>: Declare
1038 method.
1039
1040 2021-03-20 Tom Tromey <tom@tromey.com>
1041
1042 * psymtab.c (psymbol_functions::require_partial_symbols): Rename.
1043 (psymbol_functions::find_pc_sect_psymtab): Rename.
1044 (psymbol_functions::find_pc_sect_compunit_symtab)
1045 (maintenance_print_psymbols, maintenance_check_psymtabs): Update.
1046 * psympriv.h (struct psymbol_functions) <require_partial_symbols>:
1047 Declare new method.
1048 <get_partial_symtabs, find_pc_sect_psymtab>: Likewise.
1049
1050 2021-03-20 Tom Tromey <tom@tromey.com>
1051
1052 * xcoffread.c (xcoff_start_psymtab): Add partial_symtabs parameter.
1053 (xcoff_end_psymtab, scan_xcoff_symtab): Update.
1054 * psymtab.c (partial_symtab::partial_symtab): Add partial_symtabs
1055 parameter.
1056 (add_psymbol_to_bcache): Remove.
1057 (partial_symtab::add_psymbol): Add partial_symtabs parameter.
1058 (partial_symtab::add_psymbol, partial_symtab::partial_symtab):
1059 Likewise.
1060 * psympriv.h (partial_symtab): Add partial_symtabs parameter.
1061 <add_psymbol>: Likewise.
1062 (standard_psymtab, legacy_psymtab): Likewise.
1063 * mdebugread.c (parse_partial_symbols): Update.
1064 (handle_psymbol_enumerators): Add partial_symtabs parameter.
1065 (handle_psymbol_enumerators): Update.
1066 (new_psymtab): Add partial_symtabs parameter.
1067 * dwarf2/read.h (dwarf2_psymtab): Add partial_symtabs parameter.
1068 * dwarf2/read.c (dwarf2_include_psymtab): Add partial_symtabs
1069 parameter.
1070 (dwarf2_create_include_psymtab): Add partial_symtabs parameter.
1071 (create_partial_symtab, add_partial_symbol, dwarf_decode_lines):
1072 Update.
1073 * dbxread.c (read_dbx_symtab): Update.
1074 (start_psymtab): Add partial_symtabs parameter.
1075 (dbx_end_psymtab): Update.
1076 * ctfread.c (struct ctf_context) <partial_symtabs>: New member.
1077 (ctf_psymtab): Add partial_symtabs parameter.
1078 (create_partial_symtab, ctf_psymtab_type_cb, ctf_psymtab_var_cb):
1079 Update.
1080 (scan_partial_symbols): Add partial_symtabs parameter.
1081 (scan_partial_symbols, elfctf_build_psymtabs)
1082 (ctf_psymtab_add_enums): Update.
1083
1084 2021-03-20 Tom Tromey <tom@tromey.com>
1085
1086 * symfile.c (read_symbols): Use objfile method.
1087 * symfile-debug.c (objfile::require_partial_symbols): New method.
1088 * psymtab.h (require_partial_symbols): Don't declare.
1089 * psymtab.c (require_partial_symbols): Use objfile method. Now
1090 static.
1091 (psymbol_functions::map_symtabs_matching_filename, OBJFILE)
1092 (psymbol_functions::lookup_symbol)
1093 (psymbol_functions::lookup_global_symbol_language)
1094 (psymbol_functions::find_last_source_symtab)
1095 (psymbol_functions::forget_cached_source_info)
1096 (psymbol_functions::print_stats)
1097 (psymbol_functions::expand_symtabs_for_function)
1098 (psymbol_functions::expand_all_symtabs)
1099 (psymbol_functions::expand_symtabs_with_fullname)
1100 (psymbol_functions::map_symbol_filenames)
1101 (psymbol_functions::map_matching_symbols)
1102 (psymbol_functions::expand_symtabs_matching)
1103 (psymbol_functions::find_compunit_symtab_by_address)
1104 (maintenance_print_psymbols, maintenance_info_psymtabs)
1105 (maintenance_check_psymtabs): Update.
1106 * objfiles.h (struct objfile) <require_partial_symbols>: Declare
1107 new method.
1108
1109 2021-03-20 Tom Tromey <tom@tromey.com>
1110
1111 * xcoffread.c (xcoff_sym_fns): Update.
1112 * symfile.h (struct sym_fns) <sym_read_psymbols>: Remove.
1113 * symfile-debug.c (objfile::has_partial_symbols): Use
1114 can_lazily_read_symbols.
1115 (debug_sym_read_psymbols): Remove.
1116 (debug_sym_fns, install_symfile_debug_logging): Update.
1117 * quick-symbol.h (struct quick_symbol_functions)
1118 <can_lazily_read_symbols, read_partial_symbols>: New methods.
1119 * psymtab.c (require_partial_symbols): Use new 'qf' methods.
1120 * mipsread.c (ecoff_sym_fns): Update.
1121 * machoread.c (macho_sym_fns): Update.
1122 * elfread.c (struct lazy_dwarf_reader): New.
1123 (elf_symfile_read): Update.
1124 (read_psyms): Now a method of lazy_dwarf_reader.
1125 (elf_sym_fns): Update.
1126 (elf_sym_fns_lazy_psyms): Remove.
1127 * dbxread.c (aout_sym_fns): Update.
1128 * coffread.c (coff_sym_fns): Update.
1129
1130 2021-03-20 Tom Tromey <tom@tromey.com>
1131
1132 * symfile.c (syms_from_objfile_1): Call reset_psymtabs.
1133 (reread_symbols): Move reset_psymtabs call later.
1134 * objfiles.c (objfile::objfile): Don't initialize
1135 partial_symtabs.
1136
1137 2021-03-20 Tom Tromey <tom@tromey.com>
1138
1139 * dwarf2/read.c (dwarf2_build_psymtabs): Call
1140 set_partial_symtabs.
1141 * symfile.c (syms_from_objfile_1, reread_symbols): Update.
1142 * psymtab.h (make_psymbol_functions): Add partial_symtabs
1143 parameter.
1144 * psymtab.c (find_pc_sect_psymtab): Add partial_symtabs
1145 parameter.
1146 (psymbol_functions::find_pc_sect_compunit_symtab)
1147 (psymbol_functions::print_stats, psymbol_functions::dump)
1148 (psymbol_functions::has_symbols): Update.
1149 (make_psymbol_functions, dump_psymtab_addrmap): Add
1150 partial_symtabs parameter.
1151 (maintenance_print_psymbols): Update.
1152 (psymbol_functions::expand_symtabs_matching): Update.
1153 * psympriv.h (struct psymbol_functions): Add constructor.
1154 <m_partial_symtabs>: New member.
1155 <set_partial_symtabs>: New method.
1156
1157 2021-03-20 Tom Tromey <tom@tromey.com>
1158
1159 * dwarf2/read.c (dwarf2_create_include_psymtab): Add per_bfd
1160 parameter.
1161 (process_psymtab_comp_unit_reader)
1162 (build_type_psymtab_dependencies, dwarf2_build_psymtabs_hard)
1163 (add_partial_subprogram, dwarf2_ranges_read, dwarf_decode_lines):
1164 Reference psymtabs via per_bfd.
1165
1166 2021-03-20 Tom Tromey <tom@tromey.com>
1167
1168 * dwarf2/index-write.c (struct addrmap_index_data) <objfile>:
1169 Remove.
1170 (add_address_entry): Remove objfile parameter.
1171 (add_address_entry_worker): Update.
1172 (write_address_map): Replace objfile parameter with per_bfd.
1173 (write_gdbindex, write_psymtabs_to_index): Update.
1174
1175 2021-03-20 Tom Tromey <tom@tromey.com>
1176
1177 * dwarf2/read.c (dwarf2_base_index_functions::print_stats): Add
1178 print_bcache parameter.
1179 * symfile-debug.c (objfile::print_stats): Add print_bcache
1180 parameter.
1181 * quick-symbol.h (struct quick_symbol_functions)
1182 <print_stats>: Add print_bcache parameter.
1183 * symmisc.c (print_symbol_bcache_statistics, count_psyms): Move
1184 code to psymtab.c.
1185 (print_objfile_statistics): Move psymtab code to psymtab.c.
1186 * psymtab.c (count_psyms): Move from symmisc.c.
1187 (psymbol_functions::print_stats): Print partial symbol and bcache
1188 statistics. Add print_bcache parameter.
1189 * objfiles.h (print_symbol_bcache_statistics): Don't declare.
1190 (struct objfile) <print_stats>: Add print_bcache parameter.
1191 * maint.c (maintenance_print_statistics): Update.
1192
1193 2021-03-20 Tom Tromey <tom@tromey.com>
1194
1195 * dwarf2/read.h (struct dwarf2_per_bfd) <psymtabs_addrmap>: New
1196 member.
1197 * dwarf2/read.c (create_addrmap_from_index)
1198 (create_addrmap_from_aranges): Set per_bfd addrmap.
1199 (dwarf2_read_gdb_index): Don't set partial_symtabs.
1200 (dwarf2_base_index_functions::find_pc_sect_compunit_symtab): Use
1201 per_bfd addrmap.
1202 (dwarf2_read_debug_names): Don't set partial_symtabs.
1203 (dwarf2_initialize_objfile): Likewise.
1204
1205 2021-03-20 Tom Tromey <tom@tromey.com>
1206
1207 * dwarf2/read.c (dwarf2_build_psymtabs): Set partial_symtabs
1208 earlier.
1209
1210 2021-03-20 Tom Tromey <tom@tromey.com>
1211
1212 * psympriv.h (psymtab_discarder): Take psymtab_storage parameter.
1213 (~psymtab_discarder, keep): Update.
1214 <m_objfile>: Remove.
1215 <m_partial_symtabs>: New member.
1216 * dwarf2/read.c (dwarf2_build_psymtabs): Update.
1217
1218 2021-03-20 Tom Tromey <tom@tromey.com>
1219
1220 * xcoffread.c (xcoff_end_psymtab): Add partial_symtabs parameter.
1221 (xcoff_end_psymtab): Update.
1222 (scan_xcoff_symtab): Add partial_symtabs parameter.
1223 (xcoff_initial_scan): Update.
1224 * stabsread.h (dbx_end_psymtab): Add partial_symtabs parameter.
1225 * mdebugread.c (mdebug_build_psymtabs): Update.
1226 (parse_partial_symbols): Add partial_symtabs parameter.
1227 * dbxread.c (dbx_symfile_read): Update.
1228 (read_dbx_symtab): Add partial_symtabs parameter.
1229 (read_dbx_symtab): Update.
1230 (dbx_end_psymtab): Add partial_symtabs parameter.
1231
1232 2021-03-20 Tom Tromey <tom@tromey.com>
1233
1234 * quick-symbol.h (struct quick_symbol_functions)
1235 <relocated>: New method.
1236 * psymtab.h (struct psymbol_functions) <relocated>: New
1237 method.
1238 <fill_psymbol_map>: Declare method.
1239 <m_psymbol_map>: New member.
1240 * psymtab.c (psymbol_functions::fill_psymbol_map): Rename.
1241 (psymbol_functions::find_compunit_symtab_by_address): Update.
1242 * objfiles.h (reset_psymtabs): Don't clear psymbol_map.
1243 (struct objfile) <psymbol_map>: Remove.
1244 * objfiles.c (objfile_relocate1): Update.
1245
1246 2021-03-20 Tom Tromey <tom@tromey.com>
1247
1248 * psympriv.h (struct psymbol_functions): New.
1249 * symfile.c (syms_from_objfile_1, reread_symbols): Update.
1250 * symfile-debug.c (objfile::find_compunit_symtab_by_address)
1251 (objfile::lookup_global_symbol_language): Update.
1252 * quick-symbol.h (struct quick_symbol_functions): Convert function
1253 pointers to methods. Add virtual destructor.
1254 (quick_symbol_functions_up): New typedef.
1255 * psymtab.h (psym_functions, dwarf2_gdb_index_functions)
1256 (dwarf2_debug_names_functions): Don't declare.
1257 (make_psymbol_functions): Declare.
1258 * psymtab.c (psymbol_functions::map_symtabs_matching_filename)
1259 (psymbol_functions::find_pc_sect_compunit_symtab)
1260 (psymbol_functions::lookup_symbol)
1261 (psymbol_functions::lookup_global_symbol_language)
1262 (psymbol_functions::find_last_source_symtab)
1263 (psymbol_functions::forget_cached_source_info)
1264 (psymbol_functions::print_stats, psymbol_functions::dump)
1265 (psymbol_functions::expand_symtabs_for_function)
1266 (psymbol_functions::expand_all_symtabs)
1267 (psymbol_functions::expand_symtabs_with_fullname)
1268 (psymbol_functions::map_symbol_filenames)
1269 (psymbol_functions::map_matching_symbols)
1270 (psymbol_functions::expand_symtabs_matching)
1271 (psymbol_functions::has_symbols)
1272 (psymbol_functions::find_compunit_symtab_by_address): Rename.
1273 (psym_functions): Remove.
1274 (make_psymbol_functions): New function.
1275 * objfiles.h (struct objfile) <qf>: Change type.
1276 * elfread.c (elf_symfile_read): Update.
1277 * dwarf2/read.c (struct dwarf2_base_index_functions)
1278 (struct dwarf2_gdb_index, struct dwarf2_debug_names_index): New.
1279 (make_dwarf_gdb_index, make_dwarf_debug_names): New functions.
1280 (dwarf2_base_index_functions::find_last_source_symtab)
1281 (dwarf2_base_index_functions::forget_cached_source_info)
1282 (dwarf2_base_index_functions::map_symtabs_matching_filename)
1283 (dwarf2_gdb_index::lookup_symbol)
1284 (dwarf2_base_index_functions::print_stats)
1285 (dwarf2_gdb_index::dump)
1286 (dwarf2_gdb_index::expand_symtabs_for_function)
1287 (dwarf2_base_index_functions::expand_all_symtabs)
1288 (dwarf2_base_index_functions::expand_symtabs_with_fullname):
1289 Rename.
1290 (dwarf2_gdb_index::map_matching_symbols): New method.
1291 (dwarf2_gdb_index::expand_symtabs_matching): New method.
1292 (dwarf2_base_index_functions::find_pc_sect_compunit_symtab)
1293 (dwarf2_base_index_functions::map_symbol_filenames)
1294 (dwarf2_base_index_functions::has_symbols): Rename.
1295 (dwarf2_gdb_index_functions): Remove.
1296 (dwarf2_debug_names_index::lookup_symbol)
1297 (dwarf2_debug_names_index::dump)
1298 (dwarf2_debug_names_index::expand_symtabs_for_function)
1299 (dwarf2_debug_names_index::map_matching_symbols)
1300 (dwarf2_debug_names_index::expand_symtabs_matching): Rename.
1301 (dwarf2_debug_names_functions): Remove.
1302 * dwarf2/public.h (make_dwarf_gdb_index, make_dwarf_debug_names):
1303 Declare.
1304
1305 2021-03-20 Tom Tromey <tom@tromey.com>
1306
1307 * psymtab.c (require_partial_symbols): Check that 'sf' is not
1308 null.
1309 * xcoffread.c (xcoff_sym_fns): Update.
1310 * symfile.h (struct sym_fns) <qf>: Remove.
1311 * symfile.c (syms_from_objfile_1, reread_symbols): Update.
1312 * symfile-debug.c (objfile::has_partial_symbols)
1313 (objfile::find_last_source_symtab)
1314 (objfile::forget_cached_source_info)
1315 (objfile::map_symtabs_matching_filename, objfile::lookup_symbol)
1316 (objfile::print_stats, objfile::dump)
1317 (objfile::expand_symtabs_for_function)
1318 (objfile::expand_all_symtabs)
1319 (objfile::expand_symtabs_with_fullname)
1320 (objfile::map_matching_symbols)
1321 (objfile::expand_symtabs_matching)
1322 (objfile::find_pc_sect_compunit_symtab)
1323 (objfile::map_symbol_filenames)
1324 (objfile::find_compunit_symtab_by_address)
1325 (objfile::lookup_global_symbol_language, debug_sym_fns)
1326 (install_symfile_debug_logging): Update.
1327 * objfiles.h (struct objfile) <qf>: New member.
1328 * mipsread.c (ecoff_sym_fns): Update.
1329 * machoread.c (macho_sym_fns): Update.
1330 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_debug_names):
1331 Don't declare.
1332 (elf_symfile_read, elf_sym_fns, elf_sym_fns_lazy_psyms): Update.
1333 * dbxread.c (aout_sym_fns): Update.
1334 * coffread.c (coff_sym_fns): Update.
1335
1336 2021-03-20 Tom Tromey <tom@tromey.com>
1337
1338 * symfile.h (symbol_compare_ftype, symbol_filename_ftype)
1339 (expand_symtabs_file_matcher_ftype)
1340 (expand_symtabs_symbol_matcher_ftype)
1341 (expand_symtabs_exp_notify_ftype, struct quick_symbol_functions):
1342 Move to quick-symbol.h.
1343 * quick-symbol.h: New file.
1344
1345 2021-03-20 Tom Tromey <tom@tromey.com>
1346
1347 * symtab.c (iterate_over_symtabs, expand_symtab_containing_pc)
1348 (lookup_symbol_via_quick_fns, find_quick_global_symbol_language)
1349 (basic_lookup_transparent_type_quick)
1350 (find_pc_sect_compunit_symtab, find_symbol_at_address)
1351 (find_line_symtab, global_symbol_searcher::expand_symtabs):
1352 Update.
1353 * symmisc.c (print_objfile_statistics, dump_objfile)
1354 (maintenance_expand_symtabs): Update.
1355 * symfile.c (symbol_file_add_with_addrs)
1356 (expand_symtabs_matching, map_symbol_filenames): Update.
1357 * symfile-debug.c (objfile::has_partial_symbols)
1358 (objfile::find_last_source_symtab)
1359 (objfile::forget_cached_source_info)
1360 (objfile::map_symtabs_matching_filename, objfile::lookup_symbol)
1361 (objfile::print_stats, objfile::dump)
1362 (objfile::expand_symtabs_for_function)
1363 (objfile::expand_all_symtabs)
1364 (objfile::expand_symtabs_with_fullname)
1365 (objfile::map_matching_symbols)
1366 (objfile::expand_symtabs_matching)
1367 (objfile::find_pc_sect_compunit_symtab)
1368 (objfile::map_symbol_filenames)
1369 (objfile::find_compunit_symtab_by_address)
1370 (objfile::lookup_global_symbol_language): New methods.
1371 (debug_sym_quick_functions): Remove.
1372 (debug_sym_fns, install_symfile_debug_logging): Update.
1373 * source.c (forget_cached_source_info_for_objfile)
1374 (select_source_symtab): Update.
1375 * objfiles.h (struct objfile): Add methods corresponding to
1376 quick_symbol_functions.
1377 * objfiles.c (objfile::has_partial_symbols): Move to
1378 symfile-debug.c.
1379 * linespec.c (iterate_over_all_matching_symtabs): Update.
1380 * cp-support.c (add_symbol_overload_list_qualified): Update.
1381 * ada-lang.c (add_nonlocal_symbols): Update.
1382
1383 2021-03-20 Tom Tromey <tom@tromey.com>
1384
1385 * objfiles.h (struct objfile) <has_partial_symbols>: Return bool.
1386 * symfile.h (struct quick_symbol_functions) <has_symbols>: Return
1387 bool.
1388 * symfile-debug.c (debug_qf_has_symbols): Return bool.
1389 * psymtab.c (psym_has_symbols): Return bool.
1390 * objfiles.c (objfile::has_partial_symbols): Return bool.
1391 * dwarf2/read.c (dw2_has_symbols): Return bool.
1392
1393 2021-03-20 Tom Tromey <tom@tromey.com>
1394
1395 * symfile.c (read_symbols): Update.
1396 * objfiles.h (struct objfile) <has_partial_symbols>: New method.
1397 (objfile_has_partial_symbols): Don't declare.
1398 * objfiles.c (objfile::has_partial_symbols): Rename from
1399 objfile_has_partial_symbols.
1400 (objfile_has_symbols, have_partial_symbols): Update.
1401 * elfread.c (elf_symfile_read): Update.
1402 * dwarf2/read.c (dwarf2_has_info): Update.
1403 * coffread.c (coff_symfile_read): Update.
1404
1405 2021-03-20 Tom Tromey <tom@tromey.com>
1406
1407 * coffread.c: Include dwarf2/public.h.
1408 * dwarf2/frame.c: Include dwarf2/public.h.
1409 * dwarf2/index-write.h: Include dwarf2/public.h, not symfile.h.
1410 * dwarf2/public.h: New file.
1411 * dwarf2/read.c: Include dwarf2/public.h.
1412 * elfread.c: Include dwarf2/public.h.
1413 * machoread.c: Include dwarf2/public.h.
1414 * symfile.h (dwarf2_has_info, enum dw_index_kind)
1415 (dwarf2_initialize_objfile, dwarf2_build_psymtabs)
1416 (dwarf2_build_frame_info): Move to dwarf2/public.h.
1417 * xcoffread.c: Include dwarf2/public.h.
1418
1419 2021-03-20 Tom Tromey <tom@tromey.com>
1420
1421 * symfile.h (enum dwarf2_section_enum)
1422 (dwarf2_get_section_info): Move to dwarf2/read.h.
1423 * dwarf2/read.h (enum dwarf2_section_enum)
1424 (dwarf2_get_section_info): Move from symfile.h.
1425
1426 2021-03-19 Pedro Alves <pedro@palves.net>
1427
1428 * thread.c (any_thread_of_inferior): Check if there's a selected
1429 thread before calling inferior_thread().
1430
1431 2021-03-18 Tom Tromey <tromey@adacore.com>
1432
1433 * dwarf2/stringify.c (dwarf_unit_type_name): New function. Use
1434 get_DW_UT_name.
1435 * dwarf2/stringify.h (dwarf_unit_type_name): Declare.
1436 * dwarf2/comp-unit.c (dwarf_unit_type_name): Remove.
1437
1438 2021-03-18 Andrew Burgess <andrew.burgess@embecosm.com>
1439
1440 * python/py-param.c (get_set_value): Update header comment.
1441
1442 2021-03-17 Simon Marchi <simon.marchi@polymtl.ca>
1443
1444 * infrun.c (check_multi_target_resumption): Remove argument to
1445 all_non_exited_inferiors.
1446
1447 2021-03-16 Christian Biesinger <cbiesinger@google.com>
1448
1449 * windows-nat.c (windows_init_thread_list): Add message to
1450 debug log.
1451
1452 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
1453
1454 * python/py-framefilter.c (py_print_frame): Use PyInt_Check as
1455 well as PyLong_Check for Python 2.
1456
1457 2021-03-15 Tom Tromey <tromey@adacore.com>
1458
1459 PR build/27579:
1460 * rust-exp.y (maker_map): Use gdb::hash_enum.
1461 * stap-probe.c (stap_maker_map): Use gdb::hash_enum.
1462
1463 2021-03-15 Simon Marchi <simon.marchi@polymtl.ca>
1464
1465 * dwarf2/read.c (create_debug_type_hash_table): Remove colon at
1466 end of debug print.
1467
1468 2021-03-15 Simon Marchi <simon.marchi@polymtl.ca>
1469
1470 * dwarf2/read.c (dw2_get_file_names_reader): Remove info_ptr
1471 parameter, adjust caller.
1472
1473 2021-03-15 Tom Tromey <tromey@adacore.com>
1474
1475 * ada-exp.y (simple_exp): Always push a result for unary '+'.
1476
1477 2021-03-15 Tom Tromey <tromey@adacore.com>
1478
1479 * ada-lang.c (ada_unop_ind_operation::evaluate): Call
1480 ada_ensure_varsize_limit.
1481
1482 2021-03-15 Tom Tromey <tromey@adacore.com>
1483
1484 * ada-lang.c (numeric_type_p, integer_type_p): Return true for
1485 fixed-point.
1486 * ada-exp.y (maybe_overload): New function.
1487 (ada_wrap_overload): New function.
1488 (ada_un_wrap2, ada_wrap2, ada_wrap_op): Use maybe_overload.
1489 (exp1, simple_exp, relation, and_exp, and_then_exp, or_exp)
1490 (or_else_exp, xor_exp, primary): Update.
1491
1492 2021-03-15 Tom Tromey <tromey@adacore.com>
1493
1494 PR ada/27545:
1495 * ada-lang.c (ada_var_value_operation::evaluate): Use recursive
1496 call for tagged type.
1497
1498 2021-03-15 Tom Tromey <tromey@adacore.com>
1499
1500 * ada-exp.y (exp1): Handle resolution of the right hand side of an
1501 assignment.
1502
1503 2021-03-15 Tom Tromey <tromey@adacore.com>
1504
1505 * ada-lang.c (ada_aggregate_operation::assign_aggregate): Return
1506 container.
1507 (ada_assign_operation::evaluate): Update.
1508 * ada-exp.h (class ada_aggregate_operation) <assign_aggregate>:
1509 Change return type.
1510
1511 2021-03-15 Felix Willgerodt <felix.willgerodt@intel.com>
1512
1513 * i386-tdep.c (i386_floatformat_for_type): Add COMPLEX*32 and REAL*16.
1514
1515 2021-03-15 Andrew Burgess <andrew.burgess@embecosm.com>
1516
1517 * python/python.c (gdbpy_source_objfile_script): Use
1518 make_scoped_restore to restore gdbpy_current_objfile.
1519 (gdbpy_execute_objfile_script): Likewise.
1520
1521 2021-03-14 Tom Tromey <tom@tromey.com>
1522
1523 * dwarf2/read.c (read_attribute_value): Use cu_header
1524 consistently.
1525
1526 2021-03-14 Tom Tromey <tom@tromey.com>
1527
1528 * dwarf2/read.c (struct die_reader_specs) <abfd>: Fix formatting.
1529 (peek_die_abbrev): Use reader.abfd.
1530
1531 2021-03-14 Tom Tromey <tom@tromey.com>
1532
1533 * dwarf2/read.c (dwarf2_per_cu_data::get_header): Set
1534 m_header_read_in.
1535
1536 2021-03-13 Tom Tromey <tom@tromey.com>
1537
1538 * dwarf2/read.c (struct partial_die_info): Update.
1539 (peek_die_abbrev, skip_children, skip_one_die, read_full_die_1)
1540 (load_partial_dies, partial_die_info::partial_die_info): Update.
1541 * dwarf2/abbrev.h (lookup_abbrev): Constify.
1542
1543 2021-03-13 Tom Tromey <tom@tromey.com>
1544
1545 * dwarf2/abbrev.c (abbrev_table::read): Remove Irix 6 workaround.
1546
1547 2021-03-12 Christian Biesinger <cbiesinger@google.com>
1548
1549 PR threads/27239
1550 * cp-support.c: Use scoped_segv_handler_restore.
1551 * event-top.c (thread_local_segv_handler): Made static.
1552 (scoped_segv_handler_restore::scoped_segv_handler_restore):
1553 New function.
1554 (scoped_segv_handler_restore::~scoped_segv_handler_restore): New
1555 function.
1556 * event-top.h (class scoped_segv_handler_restore): New class.
1557 (thread_local_segv_handler): Removed.
1558
1559 2021-03-10 Tom Tromey <tromey@adacore.com>
1560
1561 * parser-defs.h (parser_state): Change completion to bool.
1562 <parse_completion>: Likewise.
1563 * ada-lang.h (ada_find_operator_symbol, ada_resolve_funcall)
1564 (ada_resolve_variable, ada_resolve_function): Update.
1565 * ada-lang.c (ada_find_operator_symbol): Change
1566 parse_completion to bool.
1567 (ada_resolve_funcall, ada_resolve_variable)
1568 (ada_resolve_function): Likewise.
1569
1570 2021-03-09 Tom Tromey <tromey@adacore.com>
1571
1572 * eval.c (operation::evaluate_funcall): Use function formal
1573 parameter types when evaluating.
1574
1575 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1576
1577 * gdb-gdb.py.in (StructMainTypePrettyPrinter) <owner_to_string>:
1578 Updated fields names flag_objfile_owned to m_flag_objfile_owned,
1579 and owner to m_owner.
1580
1581 2021-03-09 Felix Willgerodt <felix.willgerodt@intel.com>
1582
1583 * f-exp.h (eval_op_f_loc): Declare.
1584 (expr::fortran_loc_operation): New typedef.
1585 * f-exp.y (exp): Handle UNOP_FORTRAN_LOC after parsing an
1586 UNOP_INTRINSIC.
1587 (f77_keywords): Add LOC keyword.
1588 * f-lang.c (eval_op_f_loc): New function.
1589 * std-operator.def (UNOP_FORTRAN_LOC): New operator.
1590
1591 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1592
1593 * f-exp.h (eval_op_f_array_shape): Declare.
1594 (fortran_array_shape_operation): New type.
1595 * f-exp.y (exp): Handle UNOP_FORTRAN_SHAPE after parsing
1596 UNOP_INTRINSIC.
1597 (f77_keywords): Add "shape" keyword.
1598 * f-lang.c (fortran_array_shape): New function.
1599 (eval_op_f_array_shape): New function.
1600 * std-operator.def (UNOP_FORTRAN_SHAPE): New operator.
1601
1602 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1603
1604 * f-exp.y (eval_op_f_array_size): Declare 1 and 2 argument forms
1605 of this function.
1606 (expr::fortran_array_size_1arg): New type.
1607 (expr::fortran_array_size_2arg): Likewise.
1608 * f-exp.y (exp): Handle FORTRAN_ARRAY_SIZE after parsing
1609 UNOP_OR_BINOP_INTRINSIC.
1610 (f77_keywords): Add "size" keyword.
1611 * f-lang.c (fortran_array_size): New function.
1612 (eval_op_f_array_size): New function, has a 1 arg and 2 arg form.
1613 * std-operator.def (FORTRAN_ARRAY_SIZE): New operator.
1614
1615 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1616
1617 * f-exp.h (eval_op_f_rank): Declare.
1618 (expr::fortran_rank_operation): New typedef.
1619 * f-exp.y (exp): Handle UNOP_FORTRAN_RANK after parsing an
1620 UNOP_INTRINSIC.
1621 (f77_keywords): Add "rank" keyword.
1622 * f-lang.c (eval_op_f_rank): New function.
1623 * std-operator.def (UNOP_FORTRAN_RANK): New operator.
1624
1625 2021-03-08 Tom Tromey <tom@tromey.com>
1626
1627 * printcmd.c (set_command): Remove null check.
1628 * value.c (init_if_undefined_command): Remove null check.
1629
1630 2021-03-08 Tom Tromey <tom@tromey.com>
1631
1632 * parse.c (parser_state::push_symbol, parser_state::push_dollar):
1633 Update.
1634 * p-exp.y (variable): Update.
1635 * go-exp.y (variable): Update.
1636 * expprint.c (dump_for_expression): Use bound_minimal_symbol.
1637 Remove overload for objfile.
1638 * expop.h (eval_op_var_msym_value): Use bound_minimal_symbol
1639 parameter.
1640 (check_objfile): Likewise.
1641 (dump_for_expression): Likewise. Remove overload for objfile.
1642 (class var_msym_value_operation): Use bound_minimal_symbol.
1643 * eval.c (eval_op_var_msym_value): Use bound_minimal_symbol
1644 parameter.
1645 (var_msym_value_operation::evaluate_for_address)
1646 (var_msym_value_operation::evaluate_for_sizeof)
1647 (var_msym_value_operation::evaluate_for_cast): Update.
1648 * d-exp.y (PrimaryExpression): Update.
1649 * c-exp.y (variable): Update.
1650 * ax-gdb.c (var_msym_value_operation::do_generate_ax): Update.
1651 * ada-lang.c (ada_var_msym_value_operation::evaluate_for_cast):
1652 Update.
1653 * ada-exp.y (write_var_or_type): Update.
1654
1655 2021-03-08 Tom Tromey <tom@tromey.com>
1656
1657 * parser-defs.h (exp_uses_objfile): Return bool.
1658 * parse.c (exp_uses_objfile): Return bool.
1659
1660 2021-03-08 Tom Tromey <tom@tromey.com>
1661
1662 * value.h (eval_skip_value): Don't declare.
1663 * opencl-lang.c (eval_opencl_assign): Update.
1664 * m2-lang.c (eval_op_m2_high, eval_op_m2_subscript): Update.
1665 * f-lang.c (eval_op_f_abs, eval_op_f_mod, eval_op_f_ceil)
1666 (eval_op_f_floor, eval_op_f_modulo, eval_op_f_cmplx): Remove.
1667 * expression.h (enum noside) <EVAL_SKIP>: Remove.
1668 * expop.h (typeof_operation::evaluate)
1669 (decltype_operation::evaluate, unop_addr_operation::evaluate)
1670 (unop_sizeof_operation::evaluate, assign_operation::evaluate)
1671 (cxx_cast_operation::evaluate): Update.
1672 * eval.c (eval_skip_value): Remove.
1673 (eval_op_scope, eval_op_var_entry_value)
1674 (eval_op_func_static_var, eval_op_string, eval_op_objc_selector)
1675 (eval_op_concat, eval_op_ternop, eval_op_structop_struct)
1676 (eval_op_structop_ptr, eval_op_member, eval_op_add, eval_op_sub)
1677 (eval_op_binary, eval_op_subscript, eval_op_equal)
1678 (eval_op_notequal, eval_op_less, eval_op_gtr, eval_op_geq)
1679 (eval_op_leq, eval_op_repeat, eval_op_plus, eval_op_neg)
1680 (eval_op_complement, eval_op_lognot, eval_op_ind)
1681 (eval_op_memval, eval_op_preinc, eval_op_predec)
1682 (eval_op_postinc, eval_op_postdec, eval_op_type)
1683 (eval_binop_assign_modify, eval_op_objc_msgcall)
1684 (eval_multi_subscript, logical_and_operation::evaluate)
1685 (logical_or_operation::evaluate, array_operation::evaluate)
1686 (operation::evaluate_for_cast)
1687 (var_msym_value_operation::evaluate_for_cast)
1688 (var_value_operation::evaluate_for_cast): Update.
1689 * c-lang.c (c_string_operation::evaluate): Update.
1690 * c-exp.h (objc_nsstring_operation::evaluate)
1691 (objc_selector_operation::evaluate): Update.
1692 * ada-lang.c (ada_assign_operation::evaluate)
1693 (eval_ternop_in_range, ada_unop_neg, ada_unop_in_range)
1694 (ada_atr_size): Update.
1695
1696 2021-03-08 Tom Tromey <tom@tromey.com>
1697
1698 * eval.c: Merge "namespace" scopes.
1699
1700 2021-03-08 Tom Tromey <tom@tromey.com>
1701
1702 * parser-defs.h (struct expr_builder) <expr_builder>: Inline.
1703 <release>: Inline.
1704 * parse.c (expr_builder::expr_builder, expr_builder::release):
1705 Remove.
1706
1707 2021-03-08 Tom Tromey <tom@tromey.com>
1708
1709 * parse.c (expression::expression, expression::~expression):
1710 Remove.
1711 * expression.h (struct expression): Inline constructor. Remove
1712 destructor.
1713
1714 2021-03-08 Tom Tromey <tom@tromey.com>
1715
1716 * std-operator.def (BINOP_END): Remove.
1717 * p-exp.y (tokentab3, tokentab2): Use OP_NULL, not BINOP_END.
1718 * go-exp.y (tokentab2): Use OP_NULL, not BINOP_END.
1719 * f-exp.y (dot_ops, f77_keywords): Use OP_NULL, not BINOP_END.
1720 * d-exp.y (tokentab2, ident_tokens): Use OP_NULL, not BINOP_END.
1721 * c-exp.y (tokentab3, tokentab2, ident_tokens): Use OP_NULL, not
1722 BINOP_END.
1723
1724 2021-03-08 Tom Tromey <tom@tromey.com>
1725
1726 * expression.h (enum exp_opcode) <OP_UNUSED_LAST>: Remove.
1727
1728 2021-03-08 Tom Tromey <tom@tromey.com>
1729
1730 * std-operator.def (OP_EXTENDED0): Remove.
1731
1732 2021-03-08 Tom Tromey <tom@tromey.com>
1733
1734 * std-operator.def (OP_NAME, OP_ATR_IMAGE, OP_ATR_MODULUS)
1735 (OP_OTHERS, OP_CHOICES, OP_POSITIONAL, OP_DISCRETE_RANGE):
1736 Remove.
1737
1738 2021-03-08 Tom Tromey <tom@tromey.com>
1739
1740 * std-operator.def (UNOP_CAP, UNOP_CHR, UNOP_ORD, UNOP_FLOAT)
1741 (UNOP_MAX, UNOP_MIN, UNOP_ODD, UNOP_TRUNC, OP_M2_STRING): Remove.
1742
1743 2021-03-08 Tom Tromey <tom@tromey.com>
1744
1745 * std-operator.def (OP_ATR_MIN, OP_ATR_MAX): Remove.
1746 * ada-lang.c (ada_binop_minmax): Update.
1747 * ada-exp.h (ada_binop_min_operation, ada_binop_max_operation):
1748 Use BINOP_MIN and BINOP_MAX.
1749
1750 2021-03-08 Tom Tromey <tom@tromey.com>
1751
1752 * value.h (evaluate_subexp_with_coercion): Don't declare.
1753 * parse.c (exp_descriptor_standard): Remove.
1754 (expr_builder::expr_builder, expr_builder::release): Update.
1755 (expression::expression): Remove size_t parameter.
1756 (expression::~expression): Simplify.
1757 (expression::resize): Remove.
1758 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
1759 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
1760 (write_exp_elt_longcst, write_exp_elt_floatcst)
1761 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
1762 (write_exp_string_vector, write_exp_bitstring): Remove.
1763 * p-lang.h (class pascal_language) <opcode_print_table,
1764 op_print_tab>: Remove.
1765 * p-lang.c (pascal_language::op_print_tab): Remove.
1766 * opencl-lang.c (class opencl_language) <opcode_print_table>:
1767 Remove.
1768 * objc-lang.c (objc_op_print_tab): Remove.
1769 (class objc_language) <opcode_print_table>: Remove.
1770 * m2-lang.h (class m2_language) <opcode_print_table,
1771 op_print_tab>: Remove.
1772 * m2-lang.c (m2_language::op_print_tab): Remove.
1773 * language.h (struct language_defn) <post_parser, expression_ops,
1774 opcode_print_table>: Remove.
1775 * language.c (language_defn::expression_ops)
1776 (auto_or_unknown_language::opcode_print_table): Remove.
1777 * go-lang.h (class go_language) <opcode_print_table,
1778 op_print_tab>: Remove.
1779 * go-lang.c (go_language::op_print_tab): Remove.
1780 * f-lang.h (class f_language) <opcode_print_table>: Remove
1781 <op_print_tab>: Remove.
1782 * f-lang.c (f_language::op_print_tab): Remove.
1783 * expression.h (union exp_element): Remove.
1784 (struct expression): Remove size_t parameter from constructor.
1785 <resize>: Remove.
1786 <first_opcode>: Update.
1787 <nelts, elts>: Remove.
1788 (EXP_ELEM_TO_BYTES, BYTES_TO_EXP_ELEM): Remove.
1789 (evaluate_subexp_standard, print_expression, op_string)
1790 (dump_raw_expression): Don't declare.
1791 * expprint.c (print_expression, print_subexp)
1792 (print_subexp_funcall, print_subexp_standard, op_string)
1793 (dump_raw_expression, dump_subexp, dump_subexp_body)
1794 (dump_subexp_body_funcall, dump_subexp_body_standard): Remove.
1795 (dump_prefix_expression): Update.
1796 * eval.c (evaluate_subexp): Remove.
1797 (evaluate_expression, evaluate_type): Update.
1798 (evaluate_subexpression_type): Remove.
1799 (fetch_subexp_value): Remove "pc" parameter. Update.
1800 (extract_field_op, evaluate_struct_tuple, evaluate_funcall)
1801 (evaluate_subexp_standard, evaluate_subexp_for_address)
1802 (evaluate_subexp_with_coercion, evaluate_subexp_for_sizeof)
1803 (evaluate_subexp_for_cast): Remove.
1804 (parse_and_eval_type): Update.
1805 * dtrace-probe.c (dtrace_probe::compile_to_ax): Update.
1806 * d-lang.c (d_op_print_tab): Remove.
1807 (class d_language) <opcode_print_table>: Remove.
1808 * c-lang.h (c_op_print_tab): Don't declare.
1809 * c-lang.c (c_op_print_tab): Remove.
1810 (class c_language, class cplus_language, class asm_language, class
1811 minimal_language) <opcode_print_table>: Remove.
1812 * breakpoint.c (update_watchpoint, watchpoint_check)
1813 (watchpoint_exp_is_const, watch_command_1): Update.
1814 * ax-gdb.h (union exp_element): Don't declare.
1815 * ax-gdb.c (const_var_ref, const_expr, maybe_const_expr)
1816 (gen_repeat, gen_sizeof, gen_expr_for_cast, gen_expr)
1817 (gen_expr_binop_rest): Remove.
1818 (gen_trace_for_expr, gen_eval_for_expr, gen_printf): Update.
1819 * ada-lang.c (ada_op_print_tab): Remove.
1820 (class ada_language) <post_parser, opcode_print_table>: Remove.
1821
1822 2021-03-08 Tom Tromey <tom@tromey.com>
1823
1824 * go-lang.c (go_language::expression_ops): Don't declare.
1825 * go-lang.h (class go_language) <expression_ops>: Remove.
1826 * opencl-lang.c (evaluate_subexp_opencl, exp_descriptor_opencl):
1827 Remove.
1828 (class opencl_language) <expression_ops>: Remove.
1829 * d-lang.c (class d_language) <expression_ops>: Remove.
1830 * c-lang.h (evaluate_subexp_c, exp_descriptor_c): Don't declare.
1831 * c-lang.c (evaluate_subexp_c, exp_descriptor_c): Remove.
1832 (class c_language, class cplus_language, class asm_language)
1833 (class minimal_language) <expression_ops>: Remove.
1834
1835 2021-03-08 Tom Tromey <tom@tromey.com>
1836
1837 * ada-lang.c (resolve_subexp, replace_operator_with_call)
1838 (evaluate_subexp_type, assign_aggregate)
1839 (aggregate_assign_positional, aggregate_assign_from_choices)
1840 (aggregate_assign_others, ada_evaluate_subexp_for_cast)
1841 (ada_evaluate_subexp, ADA_OPERATORS, ada_operator_length)
1842 (ada_operator_check, ada_forward_operator_length)
1843 (ada_dump_subexp_body, ada_print_subexp, ada_exp_descriptor):
1844 Remove.
1845 (post_parser): Update.
1846 (class ada_language) <expresssion_ops>: Remove.
1847
1848 2021-03-08 Tom Tromey <tom@tromey.com>
1849
1850 * m2-lang.h (class m2_language) <expresssion_ops,
1851 exp_descriptor_modula2>: Remove.
1852 * m2-lang.c (evaluate_subexp_modula2)
1853 (m2_language::exp_descriptor_modula2): Remove.
1854
1855 2021-03-08 Tom Tromey <tom@tromey.com>
1856
1857 * f-lang.h (class f_language) <expresssion_ops>: Remove.
1858 <exp_descriptor_tab>: Remove.
1859 * f-lang.c (fortran_value_subarray, evaluate_subexp_f)
1860 (operator_length_f, print_unop_subexp_f, print_binop_subexp_f)
1861 (print_subexp_f, dump_subexp_body_f, operator_check_f)
1862 (f_language::exp_descriptor_tab, fortran_prepare_argument):
1863 Remove.
1864
1865 2021-03-08 Tom Tromey <tom@tromey.com>
1866
1867 * rust-lang.h (class rust_language) <expression_ops,
1868 exp_descriptor_tab>: Remove.
1869 * rust-lang.c (rust_evaluate_funcall): Remove.
1870 (rust_range, rust_subscript, eval_op_rust_complement): Don't use
1871 EVAL_SKIP.
1872 (rust_evaluate_subexp): Remove.
1873 (rust_aggregate_operation::evaluate): Don't use EVAL_SKIP.
1874 (rust_operator_length, rust_dump_subexp_body, rust_print_subexp)
1875 (rust_operator_check, rust_language::exp_descriptor_tab): Remove.
1876
1877 2021-03-08 Tom Tromey <tom@tromey.com>
1878
1879 * ada-exp.y: Create operations.
1880 (empty_stoken): Remove.
1881 (ada_pop, ada_wrap, ada_addrof, ada_un_wrap2, ada_wrap2)
1882 (ada_wrap_op, ada_wrap3, ada_funcall): New functions.
1883 (components): New global.
1884 (push_component, choice_component, pop_component, pop_components):
1885 New functions.
1886 (associations): New global
1887 (push_association, pop_association, pop_associations): New
1888 functions.
1889 (ada_parse): Update.
1890 (write_var_from_sym, write_int): Create operations.
1891 (write_exp_op_with_string): Remove.
1892 (write_object_renaming, write_selectors, write_ambiguous_var)
1893 (write_var_or_type, write_name_assoc): Create operations.
1894 * ada-lang.h (ada_index_type): Declare.
1895 * ada-lang.c (ada_index_type): No longer static.
1896
1897 2021-03-08 Tom Tromey <tom@tromey.com>
1898
1899 * f-exp.y: Create operations.
1900 (f_language::parser): Update.
1901
1902 2021-03-08 Tom Tromey <tom@tromey.com>
1903
1904 * m2-exp.y: Create operations.
1905 (m2_language::parser): Update.
1906
1907 2021-03-08 Tom Tromey <tom@tromey.com>
1908
1909 * p-exp.y: Create operations.
1910 (pascal_language::parser): Update.
1911
1912 2021-03-08 Tom Tromey <tom@tromey.com>
1913
1914 * d-exp.y: Create operations.
1915 (d_parse): Update.
1916
1917 2021-03-08 Tom Tromey <tom@tromey.com>
1918
1919 * go-exp.y: Create operations.
1920 (go_language::parser): Update.
1921
1922 2021-03-08 Tom Tromey <tom@tromey.com>
1923
1924 * objc-lang.c (end_msglist): Create operations.
1925 * c-exp.y: Change parser to create operations.
1926 (write_destructor_name): Remove.
1927 (c_parse): Update.
1928
1929 2021-03-08 Tom Tromey <tom@tromey.com>
1930
1931 * rust-exp.y: Create operations.
1932 (rust_parser::convert_params_to_expression): Change return type.
1933 (binop_maker_ftype): New typedef.
1934 (maker_map): New global.
1935 (rust_parser::convert_ast_to_expression): Change return type.
1936 (rust_language::parser): Update.
1937 (_initialize_rust_exp): Initialize maker_map.
1938
1939 2021-03-08 Tom Tromey <tom@tromey.com>
1940
1941 * stap-probe.c (binop_maker_ftype): New typedef.
1942 (stap_maker_map): New global.
1943 (stap_make_binop): New function.
1944 (stap_parse_register_operand): Return operation_up.
1945 (stap_parse_single_operand, stap_parse_argument_conditionally)
1946 (stap_parse_argument_1): Likewise.
1947 (stap_parse_argument): Create operations.
1948 (stap_probe::parse_arguments): Update.
1949 (_initialize_stap_probe): Initialize stap_maker_map.
1950 * ppc-linux-tdep.c (ppc_stap_parse_special_token): Change return
1951 type.
1952 * i386-tdep.h (i386_stap_parse_special_token): Change return
1953 type.
1954 * i386-tdep.c (i386_stap_parse_special_token_triplet)
1955 (i386_stap_parse_special_token_three_arg_disp)
1956 (i386_stap_parse_special_token): Change return type.
1957 * gdbarch.sh (stap_parse_special_token): Change return type.
1958 * gdbarch.c: Rebuild.
1959 * gdbarch.h: Rebuild.
1960 * arm-linux-tdep.c (arm_stap_parse_special_token): Change return
1961 type.
1962 * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Change
1963 return type.
1964
1965 2021-03-08 Tom Tromey <tom@tromey.com>
1966
1967 * gdbarch.sh (dtrace_parse_probe_argument): Change return type.
1968 * gdbarch.h: Rebuild.
1969 * gdbarch.c: Rebuild.
1970 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
1971 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Change
1972 return type.
1973 (amd64_dtrace_parse_probe_argument): Update.
1974
1975 2021-03-08 Tom Tromey <tom@tromey.com>
1976
1977 * parser-defs.h (struct parser_state) <push, push_new,
1978 push_c_string, push_symbol, push_dollar, pop, pop_vector, wrap,
1979 wrap2>: New methods.
1980 <m_operations>: New member.
1981 * parse.c (parser_state::push_c_string)
1982 (parser_state::push_symbol, parser_state::push_dollar): New
1983 methods.
1984
1985 2021-03-08 Tom Tromey <tom@tromey.com>
1986
1987 * parser-defs.h (struct expr_completion_state) <expout_last_op>:
1988 New member.
1989 (struct parser_state) <mark_struct_expression>: New method.
1990 * parse.c (parser_state::mark_struct_expression): Update assert.
1991 (parser_state::mark_struct_expression): New method.
1992 (parser_state::mark_completion_tag): Update assert.
1993 (parse_expression_for_completion): Handle expout_last_op.
1994
1995 2021-03-08 Tom Tromey <tom@tromey.com>
1996
1997 * ada-exp.h (class ada_var_value_operation) <get_symbol>: Remove;
1998 now in superclass.
1999 * value.h (fetch_subexp_value): Add "op" parameter.
2000 * value.c (init_if_undefined_command): Update.
2001 * tracepoint.c (validate_actionline, encode_actions_1): Update.
2002 * stap-probe.c (stap_probe::compile_to_ax): Update.
2003 * printcmd.c (set_command): Update.
2004 * ppc-linux-nat.c (ppc_linux_nat_target::check_condition):
2005 Update.
2006 * parser-defs.h (struct expr_builder) <set_operation>: New
2007 method.
2008 * parse.c (parse_exp_in_context, exp_uses_objfile): Update.
2009 * expression.h (struct expression) <first_opcode>: Update.
2010 <op>: New member.
2011 * expprint.c (dump_raw_expression, dump_prefix_expression):
2012 Update.
2013 * expop.h (class var_value_operation) <get_symbol>: New method.
2014 (class register_operation) <get_name>: New method.
2015 (class equal_operation): No longer a typedef, now a subclass.
2016 (class unop_memval_operation) <get_type>: New method.
2017 (class assign_operation) <get_lhs>: New method.
2018 (class unop_cast_operation) <get_type>: New method.
2019 * eval.c (evaluate_expression, evaluate_type)
2020 (evaluate_subexpression_type): Update.
2021 (fetch_subexp_value): Add "op" parameter.
2022 (parse_and_eval_type): Update.
2023 * dtrace-probe.c (dtrace_probe::compile_to_ax): Update.
2024 * breakpoint.c (update_watchpoint, watchpoint_check)
2025 (watchpoint_exp_is_const, watch_command_1): Update.
2026 * ax-gdb.c (gen_trace_for_expr, gen_eval_for_expr, gen_printf):
2027 Update.
2028
2029 2021-03-08 Tom Tromey <tom@tromey.com>
2030
2031 * ada-lang.c (ada_value_binop): Do not use op_string.
2032
2033 2021-03-08 Tom Tromey <tom@tromey.com>
2034
2035 * expprint.c (dump_for_expression): New overload.
2036 * expop.h (check_objfile, dump_for_expression): Declare new
2037 overloads.
2038 * ada-lang.c (check_objfile): New overload.
2039 (assign_component, ada_aggregate_component::uses_objfile)
2040 (ada_aggregate_component::dump, ada_aggregate_component::assign)
2041 (ada_aggregate_component::assign_aggregate)
2042 (ada_positional_component::uses_objfile)
2043 (ada_positional_component::dump, ada_positional_component::assign)
2044 (ada_discrete_range_association::uses_objfile)
2045 (ada_discrete_range_association::dump)
2046 (ada_discrete_range_association::assign)
2047 (ada_name_association::uses_objfile, ada_name_association::dump)
2048 (ada_name_association::assign)
2049 (ada_choices_component::uses_objfile, ada_choices_component::dump)
2050 (ada_choices_component::assign)
2051 (ada_others_component::uses_objfile, ada_others_component::dump)
2052 (ada_others_component::assign, ada_assign_operation::evaluate):
2053 New methods.
2054 * ada-exp.h (ada_string_operation) <get_name>: New method.
2055 (class ada_assign_operation): New.
2056 (class ada_component): New.
2057 (ada_component_up): New typedef.
2058 (class ada_aggregate_operation, class ada_aggregate_component)
2059 (class ada_positional_component, class ada_others_component)
2060 (class ada_association): New.
2061 (ada_association_up): New typedef.
2062 (class ada_choices_component)
2063 (class ada_discrete_range_association)
2064 (class ada_name_association): New.
2065
2066 2021-03-08 Tom Tromey <tom@tromey.com>
2067
2068 * ada-lang.c (ada_var_value_operation::resolve)
2069 (ada_funcall_operation::resolve)
2070 (ada_ternop_slice_operation::resolve): New methods.
2071 * ada-exp.h (struct ada_resolvable): New.
2072 (class ada_var_value_operation): Derive from ada_resolvable.
2073 <get_block, resolve>: New methods.
2074 (class ada_funcall_operation): Derive from ada_resolvable.
2075 <resolve>: New method.
2076 (class ada_ternop_slice_operation): Derive from ada_resolvable.
2077 <resolve>: New method.
2078
2079 2021-03-08 Tom Tromey <tom@tromey.com>
2080
2081 * ada-lang.c (ada_funcall_operation::evaluate): New method.
2082 * ada-exp.h (class ada_var_msym_value_operation) <get_symbol>: New
2083 method.
2084 (class ada_funcall_operation): New.
2085
2086 2021-03-08 Tom Tromey <tom@tromey.com>
2087
2088 * ada-lang.c (ada_structop_operation::evaluate): New method.
2089 * ada-exp.h (class ada_structop_operation): New.
2090
2091 2021-03-08 Tom Tromey <tom@tromey.com>
2092
2093 * ada-lang.c (ada_unop_ind_operation::evaluate): New method.
2094 * ada-exp.h (class ada_unop_ind_operation): New.
2095
2096 2021-03-08 Tom Tromey <tom@tromey.com>
2097
2098 * ada-lang.c (ada_binop_exp): No longer static.
2099 * ada-exp.h (ada_binop_exp_operation): New typedef.
2100
2101 2021-03-08 Tom Tromey <tom@tromey.com>
2102
2103 * ada-lang.c (ada_val_atr): No longer static.
2104 (ada_atr_val_operation::evaluate): New method.
2105 * ada-exp.h (class ada_atr_val_operation): New.
2106
2107 2021-03-08 Tom Tromey <tom@tromey.com>
2108
2109 * ada-lang.c (ada_pos_atr): No longer static.
2110 * ada-exp.h (ada_pos_operation): New typedef.
2111
2112 2021-03-08 Tom Tromey <tom@tromey.com>
2113
2114 * ada-lang.c (ada_pos_atr): Rename from value_pos_atr. Change
2115 parameters.
2116 (ada_evaluate_subexp): Use it.
2117
2118 2021-03-08 Tom Tromey <tom@tromey.com>
2119
2120 * ada-lang.c (ada_binop_minmax): No longer static.
2121 * ada-exp.h (ada_binop_min_operation, ada_binop_max_operation):
2122 New typedefs.
2123
2124 2021-03-08 Tom Tromey <tom@tromey.com>
2125
2126 * ada-lang.c (ada_var_msym_value_operation::evaluate_for_cast):
2127 New method.
2128 * ada-exp.h (class ada_var_msym_value_operation): New.
2129
2130 2021-03-08 Tom Tromey <tom@tromey.com>
2131
2132 * ada-lang.c (ada_var_value_operation::evaluate_for_cast)
2133 (ada_var_value_operation::evaluate): New methods.
2134 * ada-exp.h (class ada_var_value_operation): New.
2135
2136 2021-03-08 Tom Tromey <tom@tromey.com>
2137
2138 * ada-lang.c (ada_unop_atr_operation::evaluate): New method.
2139 * ada-exp.h (class ada_unop_atr_operation): New.
2140
2141 2021-03-08 Tom Tromey <tom@tromey.com>
2142
2143 * ada-lang.c (ada_binop_in_bounds): No longer static.
2144 * ada-exp.h (class ada_binop_in_bounds_operation): New.
2145
2146 2021-03-08 Tom Tromey <tom@tromey.com>
2147
2148 * ada-lang.c (ada_ternop_slice): No longer static.
2149 * ada-exp.h (class ada_ternop_slice_operation): New.
2150
2151 2021-03-08 Tom Tromey <tom@tromey.com>
2152
2153 * ada-exp.h (ada_bitwise_operation): New template class.
2154 (ada_bitwise_and_operation, ada_bitwise_ior_operation)
2155 (ada_bitwise_xor_operation): New typedefs.
2156
2157 2021-03-08 Tom Tromey <tom@tromey.com>
2158
2159 * ada-lang.c (ada_equal_binop): No longer static.
2160 * ada-exp.h (class ada_binop_equal_operation): New.
2161
2162 2021-03-08 Tom Tromey <tom@tromey.com>
2163
2164 * ada-lang.c (ada_mult_binop): No longer static.
2165 * ada-exp.h (ada_binop_mul_operation ada_binop_div_operation)
2166 (ada_binop_rem_operation, ada_binop_mod_operation): New typedefs.
2167
2168 2021-03-08 Tom Tromey <tom@tromey.com>
2169
2170 * ada-lang.c (ada_binop_addsub_operation::evaluate): New method.
2171 * ada-exp.h (class ada_binop_addsub_operation): New.
2172
2173 2021-03-08 Tom Tromey <tom@tromey.com>
2174
2175 * ada-lang.h (ada_find_operator_symbol, ada_resolve_funcall)
2176 (ada_resolve_variable): Declare.
2177 * ada-lang.c (ada_find_operator_symbol, ada_resolve_funcall)
2178 (ada_resolve_variable): New functions.
2179 (resolve_subexp): Update.
2180
2181 2021-03-08 Tom Tromey <tom@tromey.com>
2182
2183 * opencl-lang.c (opencl_ternop_cond_operation::evaluate): New
2184 method.
2185 * c-exp.h (class opencl_ternop_cond_operation): New.
2186
2187 2021-03-08 Tom Tromey <tom@tromey.com>
2188
2189 * opencl-lang.c (opencl_logical_binop_operation::evaluate): New
2190 method.
2191 * c-exp.h (class opencl_logical_binop_operation): New.
2192
2193 2021-03-08 Tom Tromey <tom@tromey.com>
2194
2195 * opencl-lang.c (opencl_structop_operation::evaluate): New
2196 method.
2197 * c-exp.h (class opencl_structop_operation): New.
2198
2199 2021-03-08 Tom Tromey <tom@tromey.com>
2200
2201 * opencl-lang.c (opencl_logical_not): No longer static. Change
2202 parameters.
2203 (evaluate_subexp_opencl): Update.
2204 * c-exp.h (opencl_notequal_operation): New typedef.
2205
2206 2021-03-08 Tom Tromey <tom@tromey.com>
2207
2208 * opencl-lang.c (opencl_relop, eval_opencl_assign): No longer
2209 static. Change parameters.
2210 (eval_opencl_assign): No longer static. Add "op" parameter.
2211 (evaluate_subexp_opencl): Update.
2212 * c-exp.h (opencl_binop_operation): New template class.
2213 (opencl_assign_operation, opencl_equal_operation)
2214 (opencl_notequal_operation, opencl_less_operation)
2215 (opencl_gtr_operation, opencl_geq_operation)
2216 (opencl_leq_operation): New typedefs.
2217
2218 2021-03-08 Tom Tromey <tom@tromey.com>
2219
2220 * opencl-lang.c (opencl_value_cast): No longer static.
2221 * c-exp.h (opencl_cast_type_operation): New typedef.
2222
2223 2021-03-08 Tom Tromey <tom@tromey.com>
2224
2225 * f-exp.h (eval_op_f_allocated): Declare.
2226 (fortran_allocated_operation): New typedef.
2227 * f-lang.c (eval_op_f_allocated): No longer static.
2228
2229 2021-03-08 Tom Tromey <tom@tromey.com>
2230
2231 * f-lang.c (eval_op_f_associated): New functions.
2232 * f-exp.h (fortran_associated_1arg, fortran_associated_2arg): New
2233 typedefs.
2234
2235 2021-03-08 Tom Tromey <tom@tromey.com>
2236
2237 * f-lang.c (fortran_bound_1arg::evaluate)
2238 (fortran_bound_2arg::evaluate): New methods.
2239 * f-exp.h (class fortran_bound_1arg, class fortran_bound_2arg):
2240 New.
2241
2242 2021-03-08 Tom Tromey <tom@tromey.com>
2243
2244 * expop.h (class unop_addr_operation) <get_expression>: New
2245 method.
2246 * f-lang.c (fortran_undetermined::value_subarray)
2247 (fortran_undetermined::evaluate): New methods.
2248 (fortran_prepare_argument): New overload.
2249 * f-exp.h (class fortran_range_operation)
2250 (class fortran_undetermined): New classes.
2251
2252 2021-03-08 Tom Tromey <tom@tromey.com>
2253
2254 * rust-lang.c (rust_structop::evaluate_funcall): New method.
2255 * rust-exp.h (class rust_structop) <evaluate_funcall>: Declare
2256 method.
2257
2258 2021-03-08 Tom Tromey <tom@tromey.com>
2259
2260 * expression.h (class operation) <evaluate_funcall>: New methods.
2261 * expop.h (class scope_operation) <evaluate_funcall>: New method.
2262 (class var_value_operation) <evaluate_funcall>: New method.
2263 (class structop_base_operation) <evaluate_funcall>: New method.
2264 (class var_msym_value_operation) <evaluate_funcall>: New method.
2265 (class structop_member_base): New class.
2266 (class structop_member_operation): Derive from
2267 structop_member_base.
2268 (class structop_mptr_operation): Derive from
2269 structop_member_base.
2270 (class funcall_operation): New class.
2271 * eval.c (operation::evaluate_funcall)
2272 (var_value_operation::evaluate_funcall)
2273 (scope_operation::evaluate_funcall)
2274 (structop_member_base::evaluate_funcall)
2275 (structop_base_operation::evaluate_funcall): New methods.
2276
2277 2021-03-08 Tom Tromey <tom@tromey.com>
2278
2279 * expop.h (class array_operation): New.
2280 * eval.c (array_operation::evaluate_struct_tuple)
2281 (array_operation::evaluate): New methods.
2282
2283 2021-03-08 Tom Tromey <tom@tromey.com>
2284
2285 * expop.h (class adl_func_operation): New.
2286 * eval.c (adl_func_operation::evaluate): New method.
2287
2288 2021-03-08 Tom Tromey <tom@tromey.com>
2289
2290 * ada-lang.c (ada_unop_in_range): No longer static.
2291 * ada-exp.h (class ada_unop_range_operation): New.
2292
2293 2021-03-08 Tom Tromey <tom@tromey.com>
2294
2295 * ada-lang.c (ada_unop_neg, ada_atr_tag, ada_atr_size, ada_abs):
2296 No longer static.
2297 * ada-exp.h (ada_neg_operation, ada_atr_tag_operation)
2298 (ada_atr_size_operation, ada_abs_operation): New typedefs.
2299
2300 2021-03-08 Tom Tromey <tom@tromey.com>
2301
2302 * expop.h (class logical_and_operation)
2303 (class logical_or_operation): New.
2304 * eval.c (logical_and_operation::evaluate)
2305 (logical_or_operation::evaluate): New methods.
2306 * ax-gdb.c (logical_and_operation::do_generate_ax)
2307 (logical_or_operation::do_generate_ax): New methods.
2308
2309 2021-03-08 Tom Tromey <tom@tromey.com>
2310
2311 * m2-lang.c (eval_op_m2_high, eval_op_m2_subscript): No longer
2312 static.
2313 * m2-exp.h: New file.
2314
2315 2021-03-08 Tom Tromey <tom@tromey.com>
2316
2317 * rust-lang.c (rust_aggregate_operation::evaluate): New method.
2318 * rust-exp.h (class rust_aggregate_operation): New.
2319
2320 2021-03-08 Tom Tromey <tom@tromey.com>
2321
2322 * rust-lang.c (eval_op_rust_struct_anon, eval_op_rust_structop):
2323 No longer static.
2324 * rust-exp.h (class rust_struct_anon): New.
2325 (class rust_structop): New.
2326
2327 2021-03-08 Tom Tromey <tom@tromey.com>
2328
2329 * rust-lang.c (rust_range): No longer static.
2330 * rust-exp.h (class rust_range_operation): New.
2331
2332 2021-03-08 Tom Tromey <tom@tromey.com>
2333
2334 * rust-lang.c (rust_subscript): No longer static.
2335 * rust-exp.h (class rust_subscript_operation): New.
2336
2337 2021-03-08 Tom Tromey <tom@tromey.com>
2338
2339 * rust-lang.c (eval_op_rust_ind): No longer static. Add "opcode"
2340 parameter.
2341 (rust_evaluate_subexp): Update.
2342 * rust-exp.h (class rust_unop_ind_operation): New.
2343
2344 2021-03-08 Tom Tromey <tom@tromey.com>
2345
2346 * rust-lang.c (eval_op_rust_complement, eval_op_rust_array): No
2347 longer static. Add "opcode" parameter.
2348 (rust_evaluate_subexp): Update.
2349 * rust-exp.h: New file.
2350
2351 2021-03-08 Tom Tromey <tom@tromey.com>
2352
2353 * f-lang.c (eval_op_f_abs, eval_op_f_mod, eval_op_f_ceil)
2354 (eval_op_f_floor, eval_op_f_modulo, eval_op_f_cmplx)
2355 (eval_op_f_kind): No longer static. Add "opcode" parameter.
2356 (evaluate_subexp_f): Update.
2357 * f-exp.h: New file.
2358
2359 2021-03-08 Tom Tromey <tom@tromey.com>
2360
2361 * ada-lang.c (ada_ternop_range_operation::evaluate): New method.
2362 * ada-exp.h (class ada_ternop_range_operation): New.
2363
2364 2021-03-08 Tom Tromey <tom@tromey.com>
2365
2366 * ada-lang.c (ada_qual_operation::evaluate): New method.
2367 * ada-exp.h (class ada_qual_operation): New.
2368
2369 2021-03-08 Tom Tromey <tom@tromey.com>
2370
2371 * ada-lang.c (ada_string_operation::evaluate): New method.
2372 * ada-exp.h (class ada_string_operation): New.
2373
2374 2021-03-08 Tom Tromey <tom@tromey.com>
2375
2376 * ada-lang.c (ada_wrapped_operation::evaluate): New method.
2377 * ada-exp.h: New file.
2378
2379 2021-03-08 Tom Tromey <tom@tromey.com>
2380
2381 * expop.h (class multi_subscript_operation): New.
2382 * eval.c (multi_subscript_operation::evaluate): New method.
2383
2384 2021-03-08 Tom Tromey <tom@tromey.com>
2385
2386 * eval.c (objc_msgcall_operation::evaluate): New method.
2387 * c-exp.h (class objc_msgcall_operation): New.
2388
2389 2021-03-08 Tom Tromey <tom@tromey.com>
2390
2391 * expop.h (class var_value_operation): New.
2392 * eval.c (var_value_operation::evaluate)
2393 (var_value_operation::evaluate_for_address)
2394 (var_value_operation::evaluate_with_coercion)
2395 (var_value_operation::evaluate_for_sizeof)
2396 (var_value_operation::evaluate_for_cast): New methods.
2397 * ax-gdb.c (var_value_operation::do_generate_ax): New method.
2398
2399 2021-03-08 Tom Tromey <tom@tromey.com>
2400
2401 * expop.h (cxx_cast_ftype): New typedef.
2402 (cxx_cast_operation): New template.
2403 (dynamic_cast_operation, reinterpret_cast_operation): New
2404 typedefs.
2405
2406 2021-03-08 Tom Tromey <tom@tromey.com>
2407
2408 * expop.h (class unop_cast_type_operation): New.
2409 * ax-gdb.c (unop_cast_type_operation::do_generate_ax): New
2410 method.
2411
2412 2021-03-08 Tom Tromey <tom@tromey.com>
2413
2414 * expop.h (class unop_cast_operation): New.
2415 * ax-gdb.c (unop_cast_operation::do_generate_ax): New method.
2416
2417 2021-03-08 Tom Tromey <tom@tromey.com>
2418
2419 * expop.h (class assign_modify_operation): New.
2420 * eval.c (eval_binop_assign_modify): No longer static.
2421 * ax-gdb.c (assign_modify_operation::do_generate_ax): New method.
2422
2423 2021-03-08 Tom Tromey <tom@tromey.com>
2424
2425 * expop.h (class assign_operation): New.
2426 * ax-gdb.c (assign_operation::do_generate_ax): New method.
2427
2428 2021-03-08 Tom Tromey <tom@tromey.com>
2429
2430 * expop.h (class type_instance_operation): New.
2431 * eval.c (type_instance_operation::evaluate): New method.
2432
2433 2021-03-08 Tom Tromey <tom@tromey.com>
2434
2435 * expop.h (class op_this_operation): New.
2436 * ax-gdb.c (op_this_operation::do_generate_ax): New method.
2437
2438 2021-03-08 Tom Tromey <tom@tromey.com>
2439
2440 * expop.h (class unop_memval_operation)
2441 (class unop_memval_type_operation): New.
2442 * eval.c (eval_op_memval): No longer static.
2443 (unop_memval_operation::evaluate_for_address)
2444 (unop_memval_type_operation::evaluate_for_address)
2445 (unop_memval_operation::evaluate_for_sizeof)
2446 (unop_memval_type_operation::evaluate_for_sizeof): New methods.
2447 * ax-gdb.c (unop_memval_operation::do_generate_ax)
2448 (unop_memval_type_operation::do_generate_ax): New methods.
2449
2450 2021-03-08 Tom Tromey <tom@tromey.com>
2451
2452 * expop.h (class unop_alignof_operation): New.
2453 * eval.c (eval_op_alignof): No longer static.
2454
2455 2021-03-08 Tom Tromey <tom@tromey.com>
2456
2457 * expop.h (class unop_sizeof_operation): New.
2458 * ax-gdb.c (unop_sizeof_operation::do_generate_ax): New method.
2459
2460 2021-03-08 Tom Tromey <tom@tromey.com>
2461
2462 * expop.h (class unop_addr_operation): New.
2463 * ax-gdb.c (gen_expr_unop) <case UNOP_ADDR>: New.
2464
2465 2021-03-08 Tom Tromey <tom@tromey.com>
2466
2467 * expop.h (class typeid_operation): New.
2468
2469 2021-03-08 Tom Tromey <tom@tromey.com>
2470
2471 * expop.h (class decltype_operation): New.
2472
2473 2021-03-08 Tom Tromey <tom@tromey.com>
2474
2475 * expop.h (class typeof_operation): New.
2476
2477 2021-03-08 Tom Tromey <tom@tromey.com>
2478
2479 * expop.h (class type_operation): New.
2480 * eval.c (eval_op_type): No longer static.
2481
2482 2021-03-08 Tom Tromey <tom@tromey.com>
2483
2484 * expop.h (class unop_ind_base_operation)
2485 (class unop_ind_operation): New.
2486 * eval.c (eval_op_ind): No longer static. Remove "op" parameter.
2487 (unop_ind_base_operation::evaluate_for_address)
2488 (unop_ind_base_operation::evaluate_for_sizeof): New method.
2489 * ax-gdb.c (gen_expr_unop) <case UNOP_IND>: New.
2490
2491 2021-03-08 Tom Tromey <tom@tromey.com>
2492
2493 * expop.h (unop_incr_operation): New template.
2494 (preinc_operation, predec_operation, postinc_operation)
2495 (postdec_operation): New typedefs.
2496 * eval.c (eval_op_preinc, eval_op_predec, eval_op_postinc)
2497 (eval_op_postdec): No longer static.
2498
2499 2021-03-08 Tom Tromey <tom@tromey.com>
2500
2501 * expop.h (unary_ftype): New typedef.
2502 (unop_operation, usual_ax_binop_operation): New templates.
2503 (unary_plus_operation, unary_neg_operation)
2504 (unary_complement_operation, unary_logical_not_operation): New
2505 typedefs.
2506 * eval.c (eval_op_plus, eval_op_neg, eval_op_complement)
2507 (eval_op_lognot): No longer static.
2508 * ax-gdb.c (gen_expr_unop): New function.
2509
2510 2021-03-08 Tom Tromey <tom@tromey.com>
2511
2512 * ax-gdb.c (comma_operation::do_generate_ax): New method.
2513
2514 2021-03-08 Tom Tromey <tom@tromey.com>
2515
2516 * expop.h (class repeat_operation): New.
2517 * eval.c (eval_op_repeat): No longer static. Remove "op"
2518 parameter.
2519 (evaluate_subexp_standard): Update.
2520 * ax-gdb.c (repeat_operation::do_generate_ax): New method.
2521
2522 2021-03-08 Tom Tromey <tom@tromey.com>
2523
2524 * expop.h (class comparison_operation): New.
2525 (equal_operation, notequal_operation, less_operation)
2526 (gtr_operation, geq_operation, leq_operation): New typedefs.
2527 * eval.c (eval_op_equal, eval_op_notequal, eval_op_less)
2528 (eval_op_gtr, eval_op_geq, eval_op_leq): No longer static.
2529
2530 2021-03-08 Tom Tromey <tom@tromey.com>
2531
2532 * expop.h (class subscript_operation): New.
2533 * eval.c (eval_op_subscript): No longer static.
2534
2535 2021-03-08 Tom Tromey <tom@tromey.com>
2536
2537 * expop.h (class binop_operation, class usual_ax_binop_operation):
2538 New.
2539 (exp_operation, intdiv_operation, mod_operation, mul_operation)
2540 (div_operation, rem_operation, lsh_operation, rsh_operation)
2541 (bitwise_and_operation, bitwise_ior_operation)
2542 (bitwise_xor_operation): New typedefs.
2543 * eval.c (eval_op_binary): No longer static.
2544
2545 2021-03-08 Tom Tromey <tom@tromey.com>
2546
2547 * expop.h (class sub_operation): New.
2548 * eval.c (eval_op_sub): No longer static. Remove "op" parameter.
2549 (evaluate_subexp_standard): Update.
2550
2551 2021-03-08 Tom Tromey <tom@tromey.com>
2552
2553 * expop.h (class add_operation): New.
2554 * eval.c (eval_op_add): No longer static. Remove "op" parameter.
2555 (evaluate_subexp_standard): Update.
2556
2557 2021-03-08 Tom Tromey <tom@tromey.com>
2558
2559 * expop.h (class concat_operation): New.
2560 * eval.c (eval_op_concat): No longer static. Remove "op"
2561 parameter.
2562 (evaluate_subexp_standard): Update.
2563
2564 2021-03-08 Tom Tromey <tom@tromey.com>
2565
2566 * expop.h (class structop_member_operation)
2567 (class structop_mptr_operation): New.
2568 * eval.c (eval_op_member): No longer static.
2569
2570 2021-03-08 Tom Tromey <tom@tromey.com>
2571
2572 * expop.h (class structop_ptr_operation): New.
2573 * eval.c (eval_op_structop_ptr): No longer static. Remove "op"
2574 parameter.
2575
2576 2021-03-08 Tom Tromey <tom@tromey.com>
2577
2578 * expop.h (class structop_base_operation)
2579 (class structop_operation): New.
2580 * eval.c (eval_op_structop_struct): No longer static.
2581
2582 2021-03-08 Tom Tromey <tom@tromey.com>
2583
2584 * expop.h (class complex_operation): New.
2585
2586 2021-03-08 Tom Tromey <tom@tromey.com>
2587
2588 * eval.c (eval_op_objc_selector): No longer static.
2589 * c-exp.h (class objc_selector_operation): New.
2590
2591 2021-03-08 Tom Tromey <tom@tromey.com>
2592
2593 * eval.c: Include c-exp.h.
2594 * c-exp.h (class objc_nsstring_operation): New.
2595
2596 2021-03-08 Tom Tromey <tom@tromey.com>
2597
2598 * c-lang.c (c_string_operation::evaluate): New method.
2599 * c-exp.h: New file.
2600
2601 2021-03-08 Tom Tromey <tom@tromey.com>
2602
2603 * expop.h (class ternop_cond_operation): New.
2604 * ax-gdb.c (ternop_cond_operation::do_generate_ax): New method.
2605
2606 2021-03-08 Tom Tromey <tom@tromey.com>
2607
2608 * expop.h (class ternop_slice_operation): New.
2609 * eval.c (eval_op_ternop): No longer static.
2610
2611 2021-03-08 Tom Tromey <tom@tromey.com>
2612
2613 * expop.h (class string_operation): New.
2614 * eval.c (eval_op_string): No longer static.
2615
2616 2021-03-08 Tom Tromey <tom@tromey.com>
2617
2618 * expop.h (class internalvar_operation): New.
2619 * ax-gdb.c (internalvar_operation::do_generate_ax): New method.
2620
2621 2021-03-08 Tom Tromey <tom@tromey.com>
2622
2623 * expop.h (class bool_operation): New.
2624
2625 2021-03-08 Tom Tromey <tom@tromey.com>
2626
2627 * expop.h (class register_operation): New.
2628 * eval.c (eval_op_register): No longer static.
2629 * ax-gdb.c (register_operation::do_generate_ax): New method.
2630
2631 2021-03-08 Tom Tromey <tom@tromey.com>
2632
2633 * expop.h (class last_operation): New.
2634
2635 2021-03-08 Tom Tromey <tom@tromey.com>
2636
2637 * expop.h (class func_static_var_operation): New.
2638 * eval.c (eval_op_func_static_var): No longer static.
2639
2640 2021-03-08 Tom Tromey <tom@tromey.com>
2641
2642 * expop.h (class var_entry_value_operation): New.
2643 * eval.c (eval_op_var_entry_value): No longer static.
2644
2645 2021-03-08 Tom Tromey <tom@tromey.com>
2646
2647 * expression.h (class operation) <set_outermost>: New method.
2648 * expop.h (class var_msym_value_operation): New.
2649 * eval.c (eval_op_var_msym_value): No longer static.
2650 (var_msym_value_operation::evaluate_for_address)
2651 (var_msym_value_operation::evaluate_for_sizeof)
2652 (var_msym_value_operation::evaluate_for_cast): New methods.
2653 * ax-gdb.c (var_msym_value_operation::do_generate_ax): New
2654 method.
2655
2656 2021-03-08 Tom Tromey <tom@tromey.com>
2657
2658 * expop.h (class long_const_operation): New.
2659 * ax-gdb.c (long_const_operation::do_generate_ax): New method.
2660
2661 2021-03-08 Tom Tromey <tom@tromey.com>
2662
2663 * expop.h (class scope_operation): New.
2664 * eval.c (eval_op_scope): No longer static.
2665 (scope_operation::evaluate_for_address): New method.
2666 * ax-gdb.c (scope_operation::do_generate_ax): New method.
2667
2668 2021-03-08 Tom Tromey <tom@tromey.com>
2669
2670 * expprint.c (float_const_operation::dump): New method.
2671 * expop.h (float_data): New typedef.
2672 (class float_const_operation): New.
2673
2674 2021-03-08 Tom Tromey <tom@tromey.com>
2675
2676 * expop.h (gen_expr_binop, gen_expr_structop): Declare.
2677 * ax-gdb.c (gen_expr_binop): New function.
2678 (gen_expr_structop): Likewise.
2679
2680 2021-03-08 Tom Tromey <tom@tromey.com>
2681
2682 * expprint.c (expr::dump_for_expression): New functions.
2683 * expop.h (dump_for_expression): New overloads.
2684 (tuple_holding_operation::dump, tuple_holding_operation::do_dump):
2685 Update.
2686
2687 2021-03-08 Tom Tromey <tom@tromey.com>
2688
2689 * expression.h (expr::operation): New class.
2690 (expr::make_operation): New function.
2691 (expr::operation_up): New typedef.
2692 * expop.h: New file.
2693 * eval.c (operation::evaluate_for_cast)
2694 (operation::evaluate_for_address, operation::evaluate_for_sizeof):
2695 New methods.
2696 * ax-gdb.c (operation::generate_ax): New method.
2697
2698 2021-03-08 Tom Tromey <tom@tromey.com>
2699
2700 * ax-gdb.c (gen_expr_binop_rest): Remove "pc" parameter.
2701 (gen_expr_binop_rest): New overload.
2702
2703 2021-03-08 Tom Tromey <tom@tromey.com>
2704
2705 * eval.c (eval_multi_subscript): New function.
2706 (evaluate_subexp_standard): Use it.
2707
2708 2021-03-08 Tom Tromey <tom@tromey.com>
2709
2710 * ada-lang.c (ada_binop_exp): New function.
2711 (ada_evaluate_subexp): Use it.
2712
2713 2021-03-08 Tom Tromey <tom@tromey.com>
2714
2715 * ada-lang.c (ada_val_atr): Rename from value_val_atr. Change
2716 parameters.
2717 (ada_evaluate_subexp): Use it.
2718
2719 2021-03-08 Tom Tromey <tom@tromey.com>
2720
2721 * ada-lang.c (ada_binop_minmax): New function.
2722 (ada_evaluate_subexp): Use it.
2723
2724 2021-03-08 Tom Tromey <tom@tromey.com>
2725
2726 * ada-lang.c (ada_unop_atr): New function.
2727 (ada_evaluate_subexp): Use it.
2728
2729 2021-03-08 Tom Tromey <tom@tromey.com>
2730
2731 * ada-lang.c (ada_binop_in_bounds): New function.
2732 (ada_evaluate_subexp): Use it.
2733
2734 2021-03-08 Tom Tromey <tom@tromey.com>
2735
2736 * ada-lang.c (ada_ternop_slice): New function.
2737 (ada_evaluate_subexp): Use it.
2738
2739 2021-03-08 Tom Tromey <tom@tromey.com>
2740
2741 * ada-lang.c (ada_equal_binop): New function.
2742 (ada_evaluate_subexp): Use it.
2743
2744 2021-03-08 Tom Tromey <tom@tromey.com>
2745
2746 * ada-lang.c (ada_mult_binop): New function.
2747 (ada_evaluate_subexp): Use it.
2748
2749 2021-03-08 Tom Tromey <tom@tromey.com>
2750
2751 * ada-lang.c (ada_abs): New function.
2752 (ada_evaluate_subexp): Use it.
2753
2754 2021-03-08 Tom Tromey <tom@tromey.com>
2755
2756 * ada-lang.c (ada_atr_size): New function.
2757 (ada_evaluate_subexp): Use it.
2758
2759 2021-03-08 Tom Tromey <tom@tromey.com>
2760
2761 * ada-lang.c (ada_atr_tag): New function.
2762 (ada_evaluate_subexp): Use it.
2763
2764 2021-03-08 Tom Tromey <tom@tromey.com>
2765
2766 * ada-lang.c (ada_unop_in_range): New function.
2767 (ada_evaluate_subexp): Use it.
2768
2769 2021-03-08 Tom Tromey <tom@tromey.com>
2770
2771 * ada-lang.c (ada_unop_neg): New function.
2772 (ada_evaluate_subexp): Use it.
2773
2774 2021-03-08 Tom Tromey <tom@tromey.com>
2775
2776 * ada-lang.c (eval_ternop_in_range): New function.
2777 (ada_evaluate_subexp): Use it.
2778
2779 2021-03-08 Tom Tromey <tom@tromey.com>
2780
2781 * opencl-lang.c (eval_opencl_assign): New function.
2782 (evaluate_subexp_opencl): Use it.
2783
2784 2021-03-08 Tom Tromey <tom@tromey.com>
2785
2786 * eval.c (eval_op_objc_msgcall): New function.
2787 (evaluate_subexp_standard): Use it.
2788
2789 2021-03-08 Tom Tromey <tom@tromey.com>
2790
2791 * eval.c (eval_binop_assign_modify): New function.
2792 (evaluate_subexp_standard): Use it.
2793
2794 2021-03-08 Tom Tromey <tom@tromey.com>
2795
2796 * m2-lang.c (eval_op_m2_subscript): New function.
2797 (evaluate_subexp_modula2): Use it.
2798
2799 2021-03-08 Tom Tromey <tom@tromey.com>
2800
2801 * m2-lang.c (eval_op_m2_high): New function.
2802 (evaluate_subexp_modula2): Use it.
2803
2804 2021-03-08 Tom Tromey <tom@tromey.com>
2805
2806 * eval.c (evaluate_subexp_for_address_base): New function.
2807 (evaluate_subexp_for_address): Use it.
2808 (evaluate_subexp_for_sizeof_base): New function.
2809 (evaluate_subexp_for_sizeof): Use it.
2810
2811 2021-03-08 Tom Tromey <tom@tromey.com>
2812
2813 * rust-lang.c (eval_op_rust_structop): New function.
2814 (rust_evaluate_subexp): Use it.
2815
2816 2021-03-08 Tom Tromey <tom@tromey.com>
2817
2818 * rust-lang.c (eval_op_rust_struct_anon): New function.
2819 (rust_evaluate_subexp): Use it.
2820
2821 2021-03-08 Tom Tromey <tom@tromey.com>
2822
2823 * rust-lang.c (eval_op_rust_array): New function.
2824 (rust_evaluate_subexp): Use it.
2825
2826 2021-03-08 Tom Tromey <tom@tromey.com>
2827
2828 * rust-lang.c (eval_op_rust_complement): New function.
2829 (rust_evaluate_subexp): Use it.
2830
2831 2021-03-08 Tom Tromey <tom@tromey.com>
2832
2833 * rust-lang.c (eval_op_rust_ind): New function.
2834 (rust_evaluate_subexp): Use it.
2835
2836 2021-03-08 Tom Tromey <tom@tromey.com>
2837
2838 * rust-lang.c (rust_subscript): Change parameters.
2839 (rust_evaluate_subexp): Update.
2840
2841 2021-03-08 Tom Tromey <tom@tromey.com>
2842
2843 * rust-lang.c (rust_range): Change parameters.
2844 (rust_evaluate_subexp): Update.
2845
2846 2021-03-08 Tom Tromey <tom@tromey.com>
2847
2848 * f-lang.c (eval_op_f_allocated): New function.
2849 (evaluate_subexp_f): Use it.
2850
2851 2021-03-08 Tom Tromey <tom@tromey.com>
2852
2853 * f-lang.c (fortran_require_array): New function.
2854 (evaluate_subexp_f): Use it.
2855
2856 2021-03-08 Tom Tromey <tom@tromey.com>
2857
2858 * f-lang.c (eval_op_f_kind): New function.
2859 (evaluate_subexp_f): Use it.
2860
2861 2021-03-08 Tom Tromey <tom@tromey.com>
2862
2863 * f-lang.c (eval_op_f_cmplx): New function.
2864 (evaluate_subexp_f): Use it.
2865
2866 2021-03-08 Tom Tromey <tom@tromey.com>
2867
2868 * f-lang.c (eval_op_f_modulo): New function.
2869 (evaluate_subexp_f): Use it.
2870
2871 2021-03-08 Tom Tromey <tom@tromey.com>
2872
2873 * f-lang.c (eval_op_f_floor): New function.
2874 (evaluate_subexp_f): Use it.
2875
2876 2021-03-08 Tom Tromey <tom@tromey.com>
2877
2878 * f-lang.c (eval_op_f_ceil): New function.
2879 (evaluate_subexp_f): Use it.
2880
2881 2021-03-08 Tom Tromey <tom@tromey.com>
2882
2883 * f-lang.c (eval_op_f_mod): New function.
2884 (evaluate_subexp_f): Use it.
2885
2886 2021-03-08 Tom Tromey <tom@tromey.com>
2887
2888 * f-lang.c (eval_op_f_abs): New function.
2889 (evaluate_subexp_f): Use it.
2890
2891 2021-03-08 Tom Tromey <tom@tromey.com>
2892
2893 * eval.c (eval_op_type): New function.
2894 (evaluate_subexp_standard): Use it.
2895
2896 2021-03-08 Tom Tromey <tom@tromey.com>
2897
2898 * eval.c (eval_op_postdec): New function.
2899 (evaluate_subexp_standard): Use it.
2900
2901 2021-03-08 Tom Tromey <tom@tromey.com>
2902
2903 * eval.c (eval_op_postinc): New function.
2904 (evaluate_subexp_standard): Use it.
2905
2906 2021-03-08 Tom Tromey <tom@tromey.com>
2907
2908 * eval.c (eval_op_predec): New file.
2909 (evaluate_subexp_standard): Use it.
2910
2911 2021-03-08 Tom Tromey <tom@tromey.com>
2912
2913 * eval.c (eval_op_preinc): New function.
2914 (evaluate_subexp_standard): Use it.
2915
2916 2021-03-08 Tom Tromey <tom@tromey.com>
2917
2918 * eval.c (eval_op_memval): New function.
2919 (evaluate_subexp_standard): Use it.
2920
2921 2021-03-08 Tom Tromey <tom@tromey.com>
2922
2923 * eval.c (eval_op_alignof): New function.
2924 (evaluate_subexp_standard): Use it.
2925
2926 2021-03-08 Tom Tromey <tom@tromey.com>
2927
2928 * eval.c (eval_op_ind): New function.
2929 (evaluate_subexp_standard): Use it.
2930
2931 2021-03-08 Tom Tromey <tom@tromey.com>
2932
2933 * eval.c (eval_op_lognot): New function.
2934 (evaluate_subexp_standard): Use it.
2935
2936 2021-03-08 Tom Tromey <tom@tromey.com>
2937
2938 * eval.c (eval_op_complement): New function.
2939 (evaluate_subexp_standard): Use it.
2940
2941 2021-03-08 Tom Tromey <tom@tromey.com>
2942
2943 * eval.c (eval_op_neg): New function.
2944 (evaluate_subexp_standard): Use it.
2945
2946 2021-03-08 Tom Tromey <tom@tromey.com>
2947
2948 * eval.c (eval_op_plus): New function.
2949 (evaluate_subexp_standard): Use it.
2950
2951 2021-03-08 Tom Tromey <tom@tromey.com>
2952
2953 * eval.c (eval_op_repeat): New function.
2954 (evaluate_subexp_standard): Use it.
2955
2956 2021-03-08 Tom Tromey <tom@tromey.com>
2957
2958 * eval.c (eval_op_leq): New function.
2959 (evaluate_subexp_standard): Use it.
2960
2961 2021-03-08 Tom Tromey <tom@tromey.com>
2962
2963 * eval.c (eval_op_geq): New function.
2964 (evaluate_subexp_standard): Use it.
2965
2966 2021-03-08 Tom Tromey <tom@tromey.com>
2967
2968 * eval.c (eval_op_gtr): New function.
2969 (evaluate_subexp_standard): Use it.
2970
2971 2021-03-08 Tom Tromey <tom@tromey.com>
2972
2973 * eval.c (eval_op_less): New function.
2974 (evaluate_subexp_standard): Use it.
2975
2976 2021-03-08 Tom Tromey <tom@tromey.com>
2977
2978 * eval.c (eval_op_notequal): New function.
2979 (evaluate_subexp_standard): Use it.
2980
2981 2021-03-08 Tom Tromey <tom@tromey.com>
2982
2983 * eval.c (eval_op_equal): New function.
2984 (evaluate_subexp_standard): Use it.
2985
2986 2021-03-08 Tom Tromey <tom@tromey.com>
2987
2988 * eval.c (eval_op_subscript): New function.
2989 (evaluate_subexp_standard): Use it.
2990
2991 2021-03-08 Tom Tromey <tom@tromey.com>
2992
2993 * eval.c (eval_op_binary): New function.
2994 (evaluate_subexp_standard): Use it.
2995
2996 2021-03-08 Tom Tromey <tom@tromey.com>
2997
2998 * eval.c (eval_op_sub): New function.
2999 (evaluate_subexp_standard): Use it.
3000
3001 2021-03-08 Tom Tromey <tom@tromey.com>
3002
3003 * eval.c (eval_op_add): New function.
3004 (evaluate_subexp_standard): Use it.
3005
3006 2021-03-08 Tom Tromey <tom@tromey.com>
3007
3008 * eval.c (eval_op_member): New function.
3009 (evaluate_subexp_standard): Use it.
3010
3011 2021-03-08 Tom Tromey <tom@tromey.com>
3012
3013 * eval.c (eval_op_structop_ptr): New function.
3014 (evaluate_subexp_standard): Use it.
3015
3016 2021-03-08 Tom Tromey <tom@tromey.com>
3017
3018 * eval.c (eval_op_structop_struct): New function.
3019 (evaluate_subexp_standard): Use it.
3020
3021 2021-03-08 Tom Tromey <tom@tromey.com>
3022
3023 * eval.c (eval_op_ternop): New function.
3024 (evaluate_subexp_standard): Use it.
3025
3026 2021-03-08 Tom Tromey <tom@tromey.com>
3027
3028 * eval.c (eval_op_concat): New function.
3029 (evaluate_subexp_standard): Use it.
3030
3031 2021-03-08 Tom Tromey <tom@tromey.com>
3032
3033 * eval.c (eval_op_objc_selector): New function.
3034 (evaluate_subexp_standard): Use it.
3035
3036 2021-03-08 Tom Tromey <tom@tromey.com>
3037
3038 * eval.c (eval_op_string): New function.
3039 (evaluate_subexp_standard): Use it.
3040
3041 2021-03-08 Tom Tromey <tom@tromey.com>
3042
3043 * eval.c (eval_op_register): New function.
3044 (evaluate_subexp_standard): Use it.
3045
3046 2021-03-08 Tom Tromey <tom@tromey.com>
3047
3048 * eval.c (eval_op_func_static_var): New function.
3049 (evaluate_subexp_standard): Use it.
3050
3051 2021-03-08 Tom Tromey <tom@tromey.com>
3052
3053 * eval.c (eval_op_var_msym_value): New function.
3054 (evaluate_subexp_standard): Use it.
3055
3056 2021-03-08 Tom Tromey <tom@tromey.com>
3057
3058 * eval.c (eval_op_var_entry_value): New function.
3059 (evaluate_subexp_standard): Use it.
3060
3061 2021-03-08 Tom Tromey <tom@tromey.com>
3062
3063 * eval.c (eval_op_scope): New function.
3064 (evaluate_subexp_standard): Use it.
3065
3066 2021-03-06 Chernov Sergey <klen_s@mail.ru>
3067
3068 PR gdb/27528:
3069 * ada-lang.c (ada_fold_name): Use gdb::to_string.
3070
3071 2021-03-06 Tom Tromey <tom@tromey.com>
3072
3073 * dwarf2/sect-names.h (dwarf2_elf_names): Declare.
3074 * dwarf2/read.h (dwarf2_get_dwz_file): Move to dwz.h.
3075 * dwarf2/read.c (dwarf2_elf_names): No longer static.
3076 (locate_dwz_sections, dwz_search_other_debugdirs)
3077 (dwarf2_get_dwz_file): Move to dwz.c.
3078 * dwarf2/dwz.h (dwarf2_get_dwz_file): Move declaration from
3079 read.h.
3080 * dwarf2/dwz.c (locate_dwz_sections, dwz_search_other_debugdirs)
3081 (dwarf2_get_dwz_file): Move from read.c.
3082
3083 2021-03-06 Tom Tromey <tom@tromey.com>
3084
3085 * debuginfod-support.h: Include scoped_fd.h.
3086
3087 2021-03-06 Tom Tromey <tom@tromey.com>
3088
3089 * dwarf2/read.h (dwarf2_get_dwz_file): Add 'require' parameter.
3090 * dwarf2/read.c (dwarf2_get_dwz_file): Add 'require' parameter.
3091 (get_abbrev_section_for_cu, read_attribute_value)
3092 (get_debug_line_section): Update.
3093 * dwarf2/macro.c (dwarf_decode_macro_bytes): Update.
3094
3095 2021-03-06 Tom Tromey <tom@tromey.com>
3096
3097 * dwarf2/sect-names.h (struct dwarf2_section_names) <matches>: New
3098 method.
3099 * dwarf2/read.c (section_is_p): Remove.
3100 (dwarf2_per_bfd::locate_sections)
3101 (dwarf2_per_bfd::locate_sections, locate_dwz_sections)
3102 (locate_v1_virtual_dwo_sections, dwarf2_locate_dwo_sections)
3103 (dwarf2_locate_common_dwp_sections)
3104 (dwarf2_locate_v2_dwp_sections, dwarf2_locate_v5_dwp_sections):
3105 Update.
3106
3107 2021-03-06 Tom Tromey <tom@tromey.com>
3108
3109 * xcoffread.c: Include sect-names.h.
3110 * symfile.h (struct dwarf2_section_names, struct
3111 dwarf2_debug_sections): Move to dwarf2/sect-names.h.
3112 * dwarf2/sect-names.h: New file, from symfile.h.
3113 * dwarf2/read.c: Include sect-names.h.
3114
3115 2021-03-06 Tom Tromey <tom@tromey.com>
3116
3117 * dwarf2/read.c (read_attribute): Make 'abbrev' const.
3118 * dwarf2/abbrev.c (abbrev_table::alloc_abbrev): Remove.
3119 (abbrev_table::read): Update.
3120 * dwarf2/abbrev.h (struct attr_abbrev): Move earlier.
3121 (struct abbrev_info): Reformat.
3122 <attrs>: Now an array.
3123 (struct abbrev_table) <alloc_abbrev>: Remove.
3124
3125 2021-03-06 Weimin Pan <weimin.pan@oracle.com>
3126
3127 * ctfread.c (ctf_psymtab_add_enums): New function.
3128 (ctf_psymtab_type_cb): call ctf_psymtab_add_enums.
3129
3130 2021-03-06 Weimin Pan <weimin.pan@oracle.com>
3131
3132 * ctfread.c (read_func_kind_type): Set up function arguments.
3133
3134 2021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
3135 Andrew Burgess <andrew.burgess@embecosm.com>
3136
3137 * riscv-none-tdep.c: Add 'user-regs.h' and 'target-description.h'
3138 includes.
3139 (riscv_csrset): New static global.
3140 (riscv_update_csrmap): New function.
3141 (riscv_iterate_over_regset_sections): Process CSRs.
3142
3143 2021-03-05 Andrew Burgess <andrew.burgess@embecosm.com>
3144
3145 * riscv-tdep.c (riscv_feature_name_csr): Define.
3146 (riscv_feature_name_cpu): Define.
3147 (riscv_feature_name_fpu): Define.
3148 (riscv_feature_name_virtual): Define.
3149 (riscv_xreg_feature): Use riscv_feature_name_cpu.
3150 (riscv_freg_feature): Use riscv_feature_name_fpu.
3151 (riscv_virtual_feature): Use riscv_feature_name_virtual.
3152 (riscv_csr_feature): Use riscv_feature_name_csr.
3153 * riscv-tdep.h (riscv_feature_name_csr): Declare.
3154
3155 2021-03-05 Andrew Burgess <andrew.burgess@embecosm.com>
3156 Craig Blackmore <craig.blackmore@embecosm.com>
3157
3158 * Makefile.in (ALL_TARGET_OBS): Add riscv-none-tdep.o.
3159 (ALLDEPFILES): Add riscv-none-tdep.c.
3160 * configure: Regenerate.
3161 * configure.ac (CONFIG_OBS): Add elf-none-tdep.o when BFD has ELF
3162 support.
3163 * configure.tgt (riscv*-*-*): Include riscv-none-tdep.c.
3164 * elf-none-tdep.c: New file.
3165 * elf-none-tdep.h: New file.
3166 * riscv-none-tdep.c: New file.
3167
3168 2021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
3169 Andrew Burgess <andrew.burgess@embecosm.com>
3170
3171 * corelow.c: Add 'xml-tdesc.h' include.
3172 (core_target::read_description): Load the target description from
3173 the core file when possible.
3174 * fbsd-tdep.c (fbsd_make_corefile_notes): Add target description
3175 note.
3176 * gcore-elf.c: Add 'gdbsupport/tdesc.h' include.
3177 (gcore_elf_make_tdesc_note): New function.
3178 * gcore-elf.h (gcore_elf_make_tdesc_note): Declare.
3179 * linux-tdep.c (linux_make_corefile_notes): Add target description
3180 note.
3181
3182 2021-03-05 Andrew Burgess <andrew.burgess@embecosm.com>
3183
3184 * Makefile.in (SFILES): Add gcore-elf.c.
3185 (HFILES_NO_SRCDIR): Add gcore-elf.h
3186 * configure: Regenerate.
3187 * configure.ac: Add gcore-elf.o to CONFIG_OBS if we have ELF
3188 support.
3189 * fbsd-tdep.c: Add 'gcore-elf.h' include.
3190 (struct fbsd_collect_regset_section_cb_data): Delete.
3191 (fbsd_collect_regset_section_cb): Delete.
3192 (fbsd_collect_thread_registers): Delete.
3193 (struct fbsd_corefile_thread_data): Delete.
3194 (fbsd_corefile_thread): Delete.
3195 (fbsd_make_corefile_notes): Call
3196 gcore_elf_build_thread_register_notes instead of the now deleted
3197 FreeBSD code.
3198 * gcore-elf.c: New file, the content was moved here from
3199 linux-tdep.c, functions were renamed and given minor cleanup.
3200 * gcore-elf.h: New file.
3201 * gcore.c (gcore_find_signalled_thread): Moved here from
3202 linux-tdep.c and given a new name. Minor cleanups.
3203 * gcore.h (gcore_find_signalled_thread): Declare.
3204 * linux-tdep.c: Add 'gcore.h' and 'gcore-elf.h' includes.
3205 (struct linux_collect_regset_section_cb_data): Delete.
3206 (linux_collect_regset_section_cb): Delete.
3207 (linux_collect_thread_registers): Delete.
3208 (linux_corefile_thread): Call
3209 gcore_elf_build_thread_register_notes.
3210 (find_signalled_thread): Delete.
3211 (linux_make_corefile_notes): Call gcore_find_signalled_thread.
3212
3213 2021-03-04 Simon Marchi <simon.marchi@polymtl.ca>
3214
3215 PR gdb/27147
3216 * sparc-nat.h (sparc_fetch_inferior_registers): Add
3217 process_stratum_target parameter,
3218 sparc_store_inferior_registers): update callers.
3219 * sparc-nat.c (sparc_fetch_inferior_registers,
3220 sparc_store_inferior_registers): Add process_stratum_target
3221 parameter. Switch current thread before calling
3222 sparc_supply_gregset / sparc_collect_rwindow.
3223 (sparc_store_inferior_registers): Likewise.
3224 * sparc-obsd-tdep.c (sparc32obsd_supply_uthread): Add assertion.
3225 (sparc32obsd_collect_uthread): Likewise.
3226 * sparc-tdep.c (sparc_supply_rwindow, sparc_collect_rwindow):
3227 Add assertion.
3228 * sparc64-obsd-tdep.c (sparc64obsd_collect_uthread,
3229 sparc64obsd_supply_uthread): Add assertion.
3230
3231 2021-03-04 Tom Tromey <tromey@adacore.com>
3232
3233 * ada-lang.c (struct match_data) <found_sym>: Now bool.
3234 (aux_add_nonlocal_symbols): Update.
3235 (ada_add_block_symbols): Change "found_sym" to bool.
3236
3237 2021-03-03 Tom Tromey <tromey@adacore.com>
3238
3239 * ada-lang.c (ada_resolve_function): Update comment.
3240 (is_nonfunction, add_symbols_from_enclosing_procs)
3241 (remove_extra_symbols): Likewise.
3242 (struct match_data): Add constructor, initializers.
3243 (add_nonlocal_symbols): Remove memset.
3244 (aux_add_nonlocal_symbols): Update comment.
3245 (ada_add_block_renamings, add_nonlocal_symbols)
3246 (ada_add_all_symbols): Likewise.
3247 * ada-exp.y (write_var_or_type): Clean up trailing whitespace.
3248
3249 2021-03-02 Tom Tromey <tromey@adacore.com>
3250
3251 * ada-lang.c (cast_from_gnat_encoded_fixed_point_type)
3252 (cast_to_gnat_encoded_fixed_point_type): Remove.
3253 (ada_value_cast, ada_evaluate_subexp): Update.
3254 (gnat_encoded_fixed_point_type_info)
3255 (ada_is_gnat_encoded_fixed_point_type)
3256 (gnat_encoded_fixed_point_delta)
3257 (gnat_encoded_fixed_point_scaling_factor): Remove.
3258 * ada-lang.h (ada_is_gnat_encoded_fixed_point_type)
3259 (gnat_encoded_fixed_point_delta)
3260 (gnat_encoded_fixed_point_scaling_factor): Don't declare.
3261 * ada-typeprint.c (print_gnat_encoded_fixed_point_type): Remove.
3262 (ada_print_type): Update.
3263 * ada-valprint.c (ada_value_print_num): Update.
3264 * dwarf2/read.c (ada_get_gnat_encoded_number)
3265 (ada_get_gnat_encoded_ratio): New functions.
3266 (finish_fixed_point_type): Use them. Add parameters.
3267 (GNAT_FIXED_POINT_SUFFIX): New define.
3268 (gnat_encoded_fixed_point_type_info): New function.
3269 (read_base_type): Handle gnat encodings.
3270
3271 2021-03-02 Tom Tromey <tromey@adacore.com>
3272
3273 * ada-lang.c (ada_fold_name, ada_variant_discrim_name)
3274 (ada_enum_name, scan_discrim_bound, to_fixed_range_type): Use
3275 std::string.
3276 (GROW_VECT): Remove.
3277 (grow_vect): Remove.
3278
3279 2021-03-02 Tom Tromey <tromey@adacore.com>
3280
3281 * ada-lang.h (ada_lookup_symbol_list): Return a vector.
3282 * ada-lang.c (resolve_subexp): Update.
3283 (ada_resolve_function): Accept a vector.
3284 (is_nonfunction, add_defn_to_vec)
3285 (add_symbols_from_enclosing_procs): Likewise.
3286 (num_defns_collected, defns_collected): Remove.
3287 (remove_extra_symbols): Return a vector.
3288 (remove_irrelevant_renamings): Return void.
3289 (ada_add_local_symbols): Accept a vector.
3290 (struct match_data) <obstackp>: Remove.
3291 <resultp>: New member.
3292 (aux_add_nonlocal_symbols): Update.
3293 (ada_add_block_renamings, add_nonlocal_symbols)
3294 (ada_add_all_symbols): Accept a vector.
3295 (ada_lookup_symbol_list_worker, ada_lookup_symbol_list): Return a
3296 vector.
3297 (ada_lookup_symbol): Update.
3298 (ada_add_block_symbols): Accept a vector.
3299 (get_var_value, iterate_over_symbols): Update.
3300 * ada-exp.y (block_lookup, write_var_or_type, write_name_assoc):
3301 Update.
3302
3303 2021-03-02 Tom Tromey <tromey@adacore.com>
3304
3305 * ada-lang.c (resolve_subexp): Use any_of and erase-remove idiom.
3306
3307 2021-03-02 Tom Tromey <tromey@adacore.com>
3308
3309 * ada-lang.c (struct ada_symbol_cache) <cache_space>: Now an
3310 auto_obstack.
3311 <root>: Initialize.
3312 (ada_pspace_data): Remove destructor.
3313 <sym_cache>: Now a unique_ptr.
3314 (ada_init_symbol_cache, ada_free_symbol_cache): Remove.
3315 (ada_get_symbol_cache): Use 'new'.
3316 (ada_clear_symbol_cache): Rewrite.
3317
3318 2021-03-02 Tom Tromey <tromey@adacore.com>
3319
3320 * ada-lang.c (add_nonlocal_symbols): Handle case where objfile->sf
3321 is null.
3322
3323 2021-02-27 Lancelot Six <lsix@lancelotsix.com>
3324
3325 PR gdb/27393
3326 * source.c (add_path): Skip empty dirnames.
3327
3328 2021-02-25 Kevin Buettner <kevinb@redhat.com>
3329
3330 * nat/aarch64-sve-linux-ptrace.h: Add comment regarding
3331 include order for <sys/ptrace.h> and <asm/ptrace.h>.
3332
3333 2021-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3334
3335 PR gdb/26861
3336 * target.c (target_mourn_inferior): Only compare pids in
3337 target_mourn_inferior.
3338
3339 2021-02-25 Jan Matyas <jmatyas@codasip.com>
3340
3341 PR gdb/26819
3342 * remote.c (remote_target::start_remote): Ensure the single
3343 thread, automatically added for remote targets without the
3344 concept of threading, is initially in set to the "resumed"
3345 state.
3346 * remote.c (remote_target::add_current_inferior_and_thread):
3347 Add return value - return the main thread.
3348
3349 2021-02-25 Jan Vrany <jan.vrany@labware.com>
3350
3351 * gdb/mi/mi-interp.c (mi_traceframe_changed): Remove trailing \n from output.
3352 (mi_tsv_created): Likewise.
3353 (mi_tsv_deleted): Likewise.
3354
3355 2021-02-25 Tom de Vries <tdevries@suse.de>
3356
3357 PR symtab/27354
3358 * dwarf2/read.c (open_and_init_dwo_file): Use rcuh_kind::COMPILE as
3359 section_kind for &dwo_file->sections.info.
3360
3361 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3362
3363 PR fortran/26155
3364 * f-lang.c (fortran_argument_convert): Delete declaration.
3365 (fortran_prepare_argument): New function.
3366 (evaluate_subexp_f): Move logic to new function
3367 fortran_prepare_argument.
3368
3369 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3370
3371 * f-exp.y (f77_keywords): Add 'associated'.
3372 * f-lang.c (fortran_associated): New function.
3373 (evaluate_subexp_f): Handle FORTRAN_ASSOCIATED.
3374 (operator_length_f): Likewise.
3375 (print_unop_or_binop_subexp_f): New function.
3376 (print_subexp_f): Make use of print_unop_or_binop_subexp_f for
3377 FORTRAN_ASSOCIATED, FORTRAN_LBOUND, and FORTRAN_UBOUND.
3378 (dump_subexp_body_f): Handle FORTRAN_ASSOCIATED.
3379 (operator_check_f): Likewise.
3380 * std-operator.def: Add FORTRAN_ASSOCIATED.
3381
3382 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3383
3384 * f-exp.y (fortran_operators): Add ".xor.".
3385
3386 2021-02-24 Tom de Vries <tdevries@suse.de>
3387
3388 PR symtab/27336
3389 * dwarf2/attribute.c (attribute::form_is_signed): New function
3390 factored out of ...
3391 * dwarf2/attribute.h (attribute::as_signed): ... here.
3392 (attribute::is_nonnegative, attribute::as_nonnegative): New function.
3393 (attribute::form_is_signed): Declare.
3394 * dwarf2/read.c (new_symbol): Use is_nonnegative and as_nonnegative
3395 for DW_AT_decl_file.
3396
3397 2021-02-24 Kevin Buettner <kevinb@redhat.com>
3398
3399 * nat/aarch64-linux-hw-point.c: Add comment regarding include
3400 order for <sys/ptrace.h> and <asm/ptrace.h>.
3401
3402 2021-02-24 Kevin Buettner <kevinb@redhat.com>
3403
3404 * nat/aarch64-linux-hw-point.c: Include <asm/ptrace.h> after
3405 <sys/ptrace.h>.
3406
3407 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
3408
3409 * exec.c (set_section_command): Move variable declarations into
3410 the function body, and use std::string instead of a fixed size
3411 buffer.
3412
3413 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
3414
3415 * exec.c (exec_target::get_section_table): Delete member function.
3416 (section_table_read_available_memory): Use current_top_target, not
3417 just the exec_ops target.
3418 * target-delegates.c: Regenerate.
3419 * target.c (default_get_section_table): New function.
3420 * target.h (target_ops::get_section_table): Change default
3421 behaviour to call default_get_section_table.
3422 (default_get_section_table): Declare.
3423
3424 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
3425
3426 * exec.c (exec_target::close): Call new clear_target_sections
3427 function.
3428 (program_space::add_target_sections): Update name of member
3429 variable.
3430 (program_space::add_target_sections): Update name of member
3431 variable.
3432 (program_space::remove_target_sections): Likewise.
3433 (exec_one_fork): Use new target_sections member function.
3434 (exec_target::get_section_table): Likewise.
3435 (exec_target::files_info): Likewise.
3436 (set_section_command): Likewise.
3437 (exec_set_section_address): Likewise.
3438 (exec_target::has_memory): Use new target_sections member
3439 function.
3440 * progspace.h (program_space::clear_target_sections): New member
3441 function.
3442 (program_space::target_sections): Rename member variable to
3443 m_target_sections, replace with a new member function.
3444 (program_space::m_target_sections): New member variable.
3445 * solib-dsbt.c (scan_dyntag): Use new member function.
3446 * solib-svr4.c (scan_dyntag): Likewise.
3447
3448 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
3449
3450 * gdb/bfd-target.c (class target_bfd) <get_section_table>: Make
3451 return type const.
3452 * gdb/exec.c (struct exec_target) <get_section_table>: Likewise.
3453 (section_table_read_available_memory): Make local const.
3454 (exec_target::xfer_partial): Make local const.
3455 (print_section_info): Make parameter const.
3456 * gdb/exec.h (print_section_info): Likewise.
3457 * gdb/ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Make local
3458 const.
3459 * gdb/record-btrace.c (record_btrace_target::xfer_partial):
3460 Likewise.
3461 * gdb/remote.c (remote_target::remote_xfer_live_readonly_partial):
3462 Likewise.
3463 * gdb/s390-tdep.c (s390_load): Likewise.
3464 * gdb/solib-dsbt.c (scan_dyntag): Likewise.
3465 * gdb/solib-svr4.c (scan_dyntag): Likewise.
3466 * gdb/target-debug.h (target_debug_print_target_section_table_p):
3467 Rename to...
3468 (target_debug_print_const_target_section_table_p): ...this.
3469 * gdb/target-delegates.c: Regenerate.
3470 * gdb/target.c (target_get_section_table): Make return type const.
3471 (target_section_by_addr): Likewise. Also make some locals const.
3472 (memory_xfer_partial_1): Make some locals const.
3473 * gdb/target.h (struct target_ops) <get_section_table>: Make
3474 return type const.
3475 (target_section_by_addr): Likewise.
3476 (target_get_section_table): Likewise.
3477
3478 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
3479
3480 * NEWS: Mention new 'maint info target-sections' command.
3481 * maint.c (maintenance_info_target_sections): New function.
3482 (_initialize_maint_cmds): Register new command.
3483
3484 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
3485
3486 * riscv-tdep.c (riscv_features_from_gdbarch_info): Rename to...
3487 (riscv_features_from_bfd): ...this. Change parameter type to
3488 'bfd*', and update as required.
3489 (riscv_find_default_target_description): Update call to
3490 riscv_features_from_bfd. Select a default xlen based on
3491 info.bfd_arch_info.
3492 (riscv_gdbarch_init): Update call to riscv_features_from_bfd.
3493
3494 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
3495
3496 * eval.c (evaluate_subexp_standard): Call value_ind for points to
3497 dynamic types in UNOP_IND.
3498
3499 2021-02-23 Simon Marchi <simon.marchi@polymtl.ca>
3500
3501 PR gdb/26828
3502 * dwarf2/read.c (dwarf2_queue_guard) <dwarf2_queue_guard>:
3503 Instantiate queue.
3504 (~dwarf2_queue_guard): Clear queue.
3505 (queue_comp_unit): Assert that queue is
3506 instantiated.
3507 (process_queue): Adjust.
3508 * dwarf2/read.h (struct dwarf2_per_bfd) <queue>: Make optional.
3509
3510 2021-02-23 Simon Marchi <simon.marchi@polymtl.ca>
3511
3512 PR gdb/26828
3513 * dwarf2/read.c (maybe_queue_comp_unit): Check if CU is expanded
3514 to decide whether or not to enqueue it for expansion.
3515 (follow_die_offset, follow_die_sig_1): Ensure we load the DIEs
3516 after calling maybe_queue_comp_unit.
3517
3518 2021-02-23 Simon Marchi <simon.marchi@polymtl.ca>
3519
3520 * linux-nat.c (linux_nat_filter_event): Return void.
3521
3522 2021-02-22 Tom Tromey <tromey@adacore.com>
3523
3524 * solib-svr4.c (enable_break): Update.
3525 * bfd-target.c (class target_bfd) <target_bfd>: Change parameter
3526 type.
3527 (target_bfd_reopen): Change parameter type.
3528 * bfd-target.h (target_bfd_reopen): Change parameter type.
3529
3530 2021-02-22 Simon Marchi <simon.marchi@polymtl.ca>
3531
3532 * thread.c (add_thread_silent): Add assert.
3533 (find_thread_ptid): Add assert.
3534
3535 2021-02-22 Simon Marchi <simon.marchi@polymtl.ca>
3536
3537 PR gdb/27435
3538 * inf-ptrace.c (struct target_unpusher): Move to target.h.
3539 (target_unpush_up): Likewise.
3540 * procfs.c (procfs_target::attach): Push target early. Use
3541 target_unpush_up to unpush target in case of error.
3542 * target.h (struct target_unpusher): Move here.
3543 (target_unpush_up): Likewise.
3544
3545 2021-02-19 Kevin Buettner <kevinb@redhat.com>
3546
3547 * nat/amd64-linux-siginfo.c: Include "gdbsupport/common-defs.h"
3548 (which in turn includes <gnulib/config.h>) before include
3549 of <signal.h>.
3550
3551 2021-02-19 Nelson Chu <nelson.chu@sifive.com>
3552
3553 PR 27158
3554 * riscv-tdep.c (decode_ci_type_insn): Updated encoding macros.
3555 (decode_j_type_insn): Likewise.
3556 (decode_cj_type_insn): Likewise.
3557 (decode_b_type_insn): Likewise.
3558 (decode): Likewise.
3559
3560 2021-02-18 Tom Tromey <tom@tromey.com>
3561
3562 * expression.h (struct expression) <evaluate>: Declare method.
3563 * eval.c (evaluate_subexp): Simplify.
3564 (expression::evaluate): New method.
3565 (evaluate_expression, evaluate_type): Use expression::evaluate.
3566
3567 2021-02-17 Kevin Buettner <kevinb@redhat.com>
3568
3569 * ada-lang.c (ada_fold_name): Check for non-empty string prior
3570 to accessing it.
3571 (ada_lookup_name_info): Likewise.
3572
3573 2021-02-13 Mike Frysinger <vapier@gentoo.org>
3574
3575 * aclocal.m4: Regenerate.
3576
3577 2021-02-12 Tom de Vries <tdevries@suse.de>
3578
3579 PR threads/26228
3580 * linux-nat.c (lin_thread_get_thread_signals): Remove.
3581 (lin_thread_signals): New static var.
3582 (lin_thread_get_thread_signal_num, lin_thread_get_thread_signal):
3583 New function.
3584 * linux-nat.h (lin_thread_get_thread_signals): Remove.
3585 (lin_thread_get_thread_signal_num, lin_thread_get_thread_signal):
3586 Declare.
3587 * linux-thread-db.c (check_thread_signals): Use
3588 lin_thread_get_thread_signal_num and lin_thread_get_thread_signal.
3589
3590 2021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
3591
3592 * f-exp.y (f77_keywords): Add allocated.
3593 * f-lang.c (evaluate_subexp_f): Handle UNOP_FORTRAN_ALLOCATED.
3594 (operator_length_f): Likewise.
3595 (print_subexp_f): Likewise.
3596 (dump_subexp_body_f): Likewise.
3597 (operator_check_f): Likewise.
3598 * std-operator.def (UNOP_FORTRAN_ALLOCATED): New operator.
3599
3600 2021-02-11 Tom de Vries <tdevries@suse.de>
3601
3602 PR symtab/27353
3603 * dwarf2/attribute.c (attribute::form_requires_reprocessing):
3604 Return true for DW_FORM_strx.
3605
3606 2021-02-11 Tom Tromey <tromey@adacore.com>
3607
3608 PR gdb/27383:
3609 * parse.c (write_exp_symbol_reference): Write sym.block.
3610
3611 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
3612
3613 * NEWS: Mention changes to 'maint info sections'.
3614 * maint.c (match_substring): Return a bool, fix whitespace issue.
3615 (struct single_bfd_flag_info): New struct.
3616 (bfd_flag_info): New static global.
3617 (match_bfd_flags): Return a bool, use bfd_flag_info.
3618 (print_bfd_flags): Use bfd_flag_info.
3619 (maint_print_section_info): Delete trailing whitespace.
3620 (struct maint_info_sections_opts): New struct.
3621 (maint_info_sections_option_defs): New static global.
3622 (maint_info_sections_completer): New function.
3623 (maintenance_info_sections): Use option parsing mechanism.
3624 (_initialize_maint_cmds): Update command help text for 'maint info
3625 sections' and register a command completer.
3626
3627 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
3628
3629 * maint.c (print_bfd_section_info_maybe_relocated): Delete,
3630 functionality merged into...
3631 (maint_print_all_sections): ...this new function.
3632 (maintenance_info_sections): Make use of maint_print_all_sections,
3633 allow all objects to be printed even where there's no executable.
3634
3635 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
3636
3637 * breakpoint.c (resolve_sal_pc): Make use of
3638 bound_minimal_symbol::obj_section.
3639 * maint.c (maintenance_translate_address): Likewise.
3640 * minsyms.c (minimal_symbol_upper_bound): Likewise.
3641 * minsyms.h (struct bound_minimal_symbol) <obj_section>: New
3642 member function.
3643 * printcmd.c (info_address_command): Make use of
3644 bound_minimal_symbol::obj_section.
3645
3646 2021-02-11 Alan Modra <amodra@gmail.com>
3647
3648 * arm-symbian-tdep.c: Delete.
3649 * NEWS: Mention arm-symbian removal.
3650 * Makefile.in: Remove arm-symbian-tdep entries.
3651 * configure.tgt: Remove arm*-*-symbianelf*.
3652 * doc/gdb.texinfo: Remove mention of SymbianOS.
3653 * osabi.c (gdb_osabi_names): Remove "Symbian".
3654 * osabi.h (enum gdb_osabi): Remove GDB_OSABI_SYMBIAN.
3655 * testsuite/gdb.base/ending-run.exp: Remove E32Main handling.
3656 * testsuite/gdb.ada/catch_ex_std.exp: Remove arm*-*-symbianelf*
3657 handling.
3658 * testsuite/gdb.base/dup-sect.exp: Likewise.
3659 * testsuite/gdb.base/long_long.exp: Likewise.
3660 * testsuite/gdb.base/solib-weak.exp: Likewise.
3661 * testsuite/gdb.guile/scm-section-script.exp: Likewise.
3662 * testsuite/gdb.python/py-section-script.exp: Likewise.
3663 * testsuite/lib/dwarf.exp: Likewise.
3664 * testsuite/lib/gdb.exp: Likewise.
3665
3666 2021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
3667
3668 * f-exp.y (UNOP_OR_BINOP_INTRINSIC): New token.
3669 (exp): New pattern using UNOP_OR_BINOP_INTRINSIC.
3670 (one_or_two_args): New pattern.
3671 (f77_keywords): Add lbound and ubound.
3672 * f-lang.c (fortran_bounds_all_dims): New function.
3673 (fortran_bounds_for_dimension): New function.
3674 (evaluate_subexp_f): Handle FORTRAN_LBOUND and FORTRAN_UBOUND.
3675 (operator_length_f): Likewise.
3676 (print_subexp_f): Likewise.
3677 (dump_subexp_body_f): Likewise.
3678 (operator_check_f): Likewise.
3679 * std-operator.def (FORTRAN_LBOUND): Define.
3680 (FORTRAN_UBOUND): Define.
3681
3682 2021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
3683
3684 * coff-pe-read.c (add_pe_forwarded_sym): Make use of section_index
3685 and set_section_index member functions where appropriate.
3686 * coffread.c (coff_symtab_read): Likewise.
3687 (process_coff_symbol): Likewise.
3688 * ctfread.c (set_symbol_address): Likewise.
3689 * dwarf2/read.c (add_partial_symbol): Likewise.
3690 (var_decode_location): Likewise.
3691 * language.c: Likewise.
3692 * minsyms.c (minimal_symbol_reader::record_full): Likewise.
3693 (compact_minimal_symbols): Likewise.
3694 (minimal_symbol_upper_bound): Likewise.
3695 * objfiles.c (relocate_one_symbol): Likewise.
3696 * psympriv.h (partial_symbol::obj_section): Likewise.
3697 (partial_symbol::address): Likewise.
3698 * psymtab.c (partial_symtab::add_psymbol): Likewise.
3699 * stabsread.c (scan_file_globals): Likewise.
3700 * symmisc.c (dump_msymbols): Likewise.
3701 * symtab.c (general_symbol_info::obj_section): Likewise.
3702 (fixup_section): Likewise.
3703 (get_msymbol_address): Likewise.
3704 * symtab.h (general_symbol_info::section): Rename to...
3705 (general_symbol_info::m_section): ...this.
3706 (general_symbol_info::set_section_index): New member function.
3707 (general_symbol_info::section_index): Likewise.
3708 (SYMBOL_SECTION): Delete.
3709 (MSYMBOL_VALUE_ADDRESS): Make use of section_index and
3710 set_section_index member functions where appropriate.
3711 (MSYMBOL_SECTION): Delete.
3712 (symbol::symbol): Update to initialize 'm_section'.
3713 * xcoffread.c (read_xcoff_symtab): Make use of set_section_index.
3714 (process_xcoff_symbol): Likewise.
3715
3716 2021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
3717
3718 * breakpoint.c (resolve_sal_pc): Replace SYMBOL_OBJ_SECTION and
3719 MSYMBOL_OBJ_SECTION.
3720 * findvar.c (language_defn::read_var_value): Likewise.
3721 * infcmd.c (jump_command): Likewise.
3722 * linespec.c (minsym_found): Likewise.
3723 * maint.c (maintenance_translate_address): Likewise.
3724 * minsyms.c (lookup_minimal_symbol_by_pc_section): Likewise.
3725 (minimal_symbol_upper_bound): Likewise.
3726 * parse.c (find_minsym_type_and_address): Likewise.
3727 (operator_check_standard): Likewise.
3728 * printcmd.c (info_address_command): Likewise.
3729 * symmisc.c (dump_msymbols): Likewise.
3730 (print_symbol): Likewise.
3731 * symtab.c (general_symbol_info::obj_section): Define new
3732 function.
3733 (fixup_symbol_section): Replace SYMBOL_OBJ_SECTION.
3734 (find_pc_sect_compunit_symtab): Likewise.
3735 (find_function_start_sal): Likewise.
3736 (skip_prologue_sal): Replace SYMBOL_OBJ_SECTION and
3737 MSYMBOL_OBJ_SECTION.
3738 * symtab.h (struct general_symbol_info) <obj_section>: Declare new
3739 function.
3740 (SYMBOL_OBJ_SECTION): Delete.
3741 (MSYMBOL_OBJ_SECTION): Delete.
3742
3743 2021-02-09 Tom Tromey <tom@tromey.com>
3744
3745 * stap-probe.c (stap_parse_argument_conditionally): Fix typo.
3746
3747 2021-02-09 Tom de Vries <tdevries@suse.de>
3748
3749 PR symtab/27341
3750 * dwarf2/read.c (read_array_type): Return NULL when not being able to
3751 construct an array type. Add assert to ensure that element_type is
3752 not being modified.
3753
3754 2021-02-09 Andrew Burgess <andrew.burgess@embecosm.com>
3755
3756 * gcore.c (struct gcore_collect_regset_section_cb_data): Delete.
3757 (gcore_collect_regset_section_cb): Delete.
3758 (gcore_collect_thread_registers): Delete.
3759 (gcore_build_thread_register_notes): Delete.
3760 (gcore_find_signalled_thread): Delete.
3761 * gcore.h: Remove 'gdbsupport/gdb_signals.h' include and delete
3762 'gdbarch' and 'thread_info' declarations.
3763 (gcore_build_thread_register_notes): Delete declaration.
3764 (gcore_find_signalled_thread): Likewise.
3765 * fbsd-tdep.c: Remove 'gcore.h' include.
3766 (struct fbsd_collect_regset_section_cb_data): New struct.
3767 (fbsd_collect_regset_section_cb): New function.
3768 (fbsd_collect_thread_registers): New function.
3769 (struct fbsd_corefile_thread_data): New struct.
3770 (fbsd_corefile_thread): New function.
3771 (fbsd_make_corefile_notes): Call FreeBSD specific code.
3772 * linux-tdep.c: Remove 'gcore.h' include.
3773 (struct linux_collect_regset_section_cb_data): New struct.
3774 (linux_collect_regset_section_cb): New function.
3775 (linux_collect_thread_registers): New function.
3776 (linux_corefile_thread): Call Linux specific code.
3777 (find_signalled_thread): New function.
3778 (linux_make_corefile_notes): Call find_signalled_thread.
3779
3780 2021-02-09 Tom Tromey <tromey@adacore.com>
3781
3782 * ada-lang.c (coerce_unspec_val_to_type): Avoid making lazy
3783 not_lval value.
3784 * value.c (value_contents_copy_raw): Now static.
3785 * value.h (value_contents_copy_raw): Don't declare.
3786
3787 2021-02-09 Tom Tromey <tromey@adacore.com>
3788
3789 * gdbtypes.c (resolve_dynamic_struct): Handle structure with no
3790 fields.
3791
3792 2021-02-08 Shahab Vahedi <shahab@synopsys.com>
3793
3794 PR tdep/27369
3795 * arc-linux-tdep.c (handle_atomic_sequence): New.
3796 (arc_linux_software_single_step): Call handle_atomic_sequence().
3797
3798 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
3799
3800 * python/py-tui.c (gdbpy_tui_window) <is_valid>: New member
3801 function.
3802 (REQUIRE_WINDOW): Call is_valid member function.
3803 (REQUIRE_WINDOW_FOR_SETTER): New define.
3804 (gdbpy_tui_is_valid): Call is_valid member function.
3805 (gdbpy_tui_set_title): Call REQUIRE_WINDOW_FOR_SETTER instead.
3806 * tui/tui-data.h (struct tui_win_info) <is_visible>: Check
3807 tui_active too.
3808 * tui/tui-layout.c (tui_apply_current_layout): Add an assert.
3809 * tui/tui.c (tui_enable): Move setting of tui_active earlier in
3810 the function.
3811
3812 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
3813
3814 * python/py-tui.c (gdbpy_tui_set_title): Check that the new value
3815 for the title is not nullptr.
3816
3817 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
3818
3819 * tui-layout.c (saved_tui_windows): Delete.
3820 (tui_apply_current_layout): Don't make use of saved_tui_windows,
3821 call new get_windows member function instead.
3822 (tui_get_window_by_name): Check in tui_windows.
3823 (tui_layout_window::apply): Don't add to tui_windows.
3824 * tui-layout.h (tui_layout_base::get_windows): New member function.
3825 (tui_layout_window::get_windows): Likewise.
3826 (tui_layout_split::get_windows): Likewise.
3827
3828 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
3829
3830 * tui/tui-layout.c (tui_apply_current_layout): Restore the delete
3831 of the window objects.
3832
3833 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
3834
3835 * python/python.c (gdbpy_print_stack): Reformat an error message.
3836
3837 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
3838
3839 * tui/tui-interp.c (tui_command_line_handler): New function.
3840 (tui_interp::resume): Register tui_command_line_handler as the
3841 input_handler.
3842 * tui/tui-io.c (tui_inject_newline_into_command_window): New
3843 function.
3844 (tui_getc_1): Delete handling of '\n' and '\r'.
3845 * tui-io.h (tui_inject_newline_into_command_window): Declare.
3846
3847 2021-02-07 Hannes Domani <ssbssa@yahoo.de>
3848
3849 * tui/tui-regs.c (tui_data_window::display_registers_from):
3850 Mark invisible register sub windows.
3851 (tui_data_window::check_register_values): Ignore invisible
3852 register sub windows.
3853
3854 2021-02-07 Hannes Domani <ssbssa@yahoo.de>
3855
3856 * tui/tui-regs.c (tui_data_item_window::rerender): Don't call
3857 n_spaces with a negative value.
3858
3859 2021-02-07 Hannes Domani <ssbssa@yahoo.de>
3860
3861 * tui/tui-regs.c (tui_data_window::display_registers_from):
3862 Add refresh_window call.
3863
3864 2021-02-07 Hannes Domani <ssbssa@yahoo.de>
3865
3866 * python/py-frame.c (frapy_richcompare): Compare frame_id_is_next.
3867
3868 2021-02-05 Simon Marchi <simon.marchi@polymtl.ca>
3869
3870 * symmisc.c (std_in, std_out, std_err): Remove.
3871 (_initialize_symmisc): Don't set std_in, std_out and std_err.
3872
3873 2021-02-05 Tom de Vries <tdevries@suse.de>
3874
3875 PR breakpoints/27330
3876 * breakpoint.c (create_exception_master_breakpoint): Handle case that
3877 glibc object file has debug info.
3878
3879 2021-02-05 Tom de Vries <tdevries@suse.de>
3880
3881 PR symtab/27333
3882 * dwarf2/read.c (process_psymtab_comp_unit): Handle DW_TAG_type_unit.
3883
3884 2021-02-05 Tom de Vries <tdevries@suse.de>
3885
3886 PR breakpoints/27313
3887 * break-catch-syscall.c (catch_syscall_split_args): Reject negative
3888 syscall numbers.
3889
3890 2021-02-05 Tom Tromey <tom@tromey.com>
3891
3892 * compile/compile-c-support.c (get_compile_context)
3893 (c_get_compile_context, cplus_get_compile_context): Change return
3894 type.
3895 * language.c (language_defn::get_compile_instance): New method.
3896 * language.h (language_defn::get_compile_instance): Change return
3897 type. No longer inline.
3898 * c-lang.c (c_language::get_compile_instance): Change return type.
3899 (cplus_language::get_compile_instance): Change return type.
3900 * c-lang.h (c_get_compile_context, cplus_get_compile_context):
3901 Change return type.
3902 * compile/compile.c (compile_to_object): Update.
3903
3904 2021-02-05 Tom Tromey <tom@tromey.com>
3905
3906 * parser-defs.h (write_exp_symbol_reference): Declare.
3907 * parse.c (write_exp_symbol_reference): New function.
3908 * p-exp.y (variable): Use write_exp_symbol_reference.
3909 * m2-exp.y (variable): Use write_exp_symbol_reference.
3910 * f-exp.y (variable): Use write_exp_symbol_reference.
3911 * d-exp.y (PrimaryExpression): Use write_exp_symbol_reference.
3912 * c-exp.y (variable): Use write_exp_symbol_reference.
3913
3914 2021-02-05 Tom de Vries <tdevries@suse.de>
3915
3916 PR exp/27265
3917 * valarith.c (complex_binop): Throw an error if complex type can't
3918 be created.
3919
3920 2021-02-05 Tom de Vries <tdevries@suse.de>
3921
3922 PR symtab/27307
3923 * dwarf2/read.c (create_cus_from_debug_names_list): Add missing
3924 return.
3925
3926 2021-02-05 Tom de Vries <tdevries@suse.de>
3927
3928 * dwarf2/read.c (create_cus_from_debug_names_list): Fix indentation.
3929
3930 2021-02-04 Mike Frysinger <vapier@gentoo.org>
3931
3932 * configure.tgt (riscv*-*-*): Set gdb_sim.
3933
3934 2021-02-04 Simon Marchi <simon.marchi@polymtl.ca>
3935
3936 * target.c (target_is_non_stop_p): Return bool.
3937 * target.h (target_is_non_stop_p): Return bool.
3938
3939 2021-02-04 Simon Marchi <simon.marchi@efficios.com>
3940
3941 * record-full.c (record_full_async_inferior_event_handler):
3942 Don't clear async event handler.
3943 (record_full_base_target::wait): Clear async event handler at
3944 beginning.
3945
3946 2021-02-04 Simon Marchi <simon.marchi@efficios.com>
3947
3948 * record-btrace.c (record_btrace_handle_async_inferior_event):
3949 Don't clear async event handler.
3950 (record_btrace_target::wait): Clear async event handler at
3951 beginning.
3952
3953 2021-02-04 Simon Marchi <simon.marchi@efficios.com>
3954
3955 * remote.c (remote_target::wait): Clear async event handler at
3956 beginning, mark if needed at the end.
3957 (remote_async_inferior_event_handler): Don't set or clear async
3958 event handler.
3959
3960 2021-02-04 Simon Marchi <simon.marchi@efficios.com>
3961
3962 * async-event.h (async_event_handler_func): Add documentation.
3963 * async-event.c (check_async_event_handlers): Don't clear
3964 async_event_handler ready flag.
3965 * infrun.c (infrun_async_inferior_event_handler): Clear ready
3966 flag.
3967 * record-btrace.c (record_btrace_handle_async_inferior_event):
3968 Likewise.
3969 * record-full.c (record_full_async_inferior_event_handler):
3970 Likewise.
3971 * remote-notif.c (remote_async_get_pending_events_handler):
3972 Likewise.
3973 * remote.c (remote_async_inferior_event_handler): Likewise.
3974
3975 2021-02-03 Simon Marchi <simon.marchi@polymtl.ca>
3976
3977 * infrun.c (handle_inferior_event): Move stop_soon variable to
3978 inner scope.
3979
3980 2021-02-03 Pedro Alves <pedro@palves.net>
3981
3982 * infcmd.c (detach_command): Hold strong reference to target, and
3983 if all-stop on entry, restart threads on exit.
3984 * infrun.c (switch_back_to_stepped_thread): Factor out bits to ...
3985 (restart_stepped_thread): ... this new function. Also handle
3986 trap_expected.
3987 (restart_after_all_stop_detach): New function.
3988 * infrun.h (restart_after_all_stop_detach): Declare.
3989
3990 2021-02-03 Pedro Alves <pedro@palves.net>
3991
3992 * infrun.c (struct step_over_info): Initialize fields.
3993 (prepare_for_detach): Handle ongoing in-line step over.
3994
3995 2021-02-03 Pedro Alves <pedro@palves.net>
3996
3997 * linux-nat.c (linux_nat_target::detach): Remove breakpoints
3998 here...
3999 * remote.c (remote_target::remote_detach_1): ... and here ...
4000 * target.c (target_detach): ... instead of here.
4001 * target.h (target_ops::detach): Add comment.
4002
4003 2021-02-03 Pedro Alves <pedro@palves.net>
4004
4005 * infrun.c (struct wait_one_event): Move higher up.
4006 (prepare_for_detach): Abort in-progress displaced steps instead of
4007 letting them complete.
4008 (handle_one): If the inferior is detaching, don't add the thread
4009 back to the global step-over chain.
4010 (restart_threads): Don't restart threads if detaching.
4011 (handle_signal_stop): Remove inferior::detaching reference.
4012
4013 2021-02-03 Pedro Alves <pedro@palves.net>
4014
4015 * infrun.c (prepare_for_detach): Don't release scoped_restore
4016 before returning.
4017
4018 2021-02-03 Pedro Alves <pedro@palves.net>
4019
4020 * infrun.c (handle_one): New function, factored out from ...
4021 (stop_all_threads): ... here.
4022
4023 2021-02-03 Pedro Alves <pedro@palves.net>
4024
4025 * remote.c (remote_notif_stop_ack): Don't error out on
4026 TARGET_WAITKIND_IGNORE; instead, just ignore the notification.
4027 (remote_target::discard_pending_stop_replies): Don't delete
4028 in-flight notification; instead, clear its contents.
4029
4030 2021-02-03 Pedro Alves <pedro@palves.net>
4031
4032 * remote.c (extended_remote_target::attach): Set target async in
4033 the target-non-stop path too.
4034
4035 2021-02-03 Pedro Alves <pedro@palves.net>
4036
4037 PR gdb/27055
4038 * infrun.c (handle_signal_stop): Move main context_switch call
4039 earlier, before STOP_QUIETLY_NO_SIGSTOP.
4040
4041 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
4042
4043 * NEWS (Changed commands): Add entry for the behavior change of
4044 the inferior command.
4045 * inferior.c (inferior_command): When no argument is given to the
4046 inferior command, display info about the currently selected
4047 inferior.
4048
4049 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
4050
4051 * dwarf2/read.c (read_loclist_index, read_rnglist_index): Return
4052 a sect_offset.
4053 (read_attribute_reprocess): Adjust.
4054
4055 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
4056
4057 * dwarf2/die.h (struct die_info) <ranges_base>: Split in...
4058 <gnu_ranges_base>: ... this...
4059 <rnglists_base>: ... and this.
4060 * dwarf2/read.c (struct dwarf2_cu) <ranges_base>: Split in...
4061 <gnu_ranges_base>: ... this...
4062 <rnglists_base>: ... and this.
4063 (read_cutu_die_from_dwo): Adjust
4064 (dwarf2_get_pc_bounds): Adjust
4065 (dwarf2_record_block_ranges): Adjust.
4066 (read_full_die_1): Adjust
4067 (partial_die_info::read): Adjust.
4068 (read_rnglist_index): Adjust.
4069
4070 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
4071
4072 PR gdb/26813
4073 * dwarf2/read.c (read_loclists_rnglists_header): Add
4074 header_offset parameter and use it.
4075 (read_loclist_index): Read header of the current contribution,
4076 not the one at the beginning of the section.
4077 (read_rnglist_index): Likewise.
4078
4079 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
4080
4081 PR gdb/26813
4082 * dwarf2/attribute.h (struct attribute) <set_unsigned>: Clear
4083 requires_reprocessing flag.
4084 * dwarf2/attribute.c (attribute::form_is_unsigned): Handle
4085 DW_FORM_loclistx.
4086 (attribute::form_requires_reprocessing): Handle DW_FORM_rnglistx
4087 and DW_FORM_loclistx.
4088 * dwarf2/read.c (read_attribute_reprocess): Use set_unsigned
4089 instead of set_address for DW_FORM_loclistx and
4090 DW_FORM_rnglistx.
4091
4092 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
4093
4094 * dwarf2/read.c (read_loclist_index): Remove bound check for
4095 start of offset.
4096 (read_rnglist_index): Likewise.
4097
4098 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
4099
4100 * dwarf2/read.c (read_loclist_index): Add bound check for the end
4101 of the offset.
4102
4103 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
4104
4105 * dwarf2/read.c (read_rnglist_index): Fix bound check.
4106
4107 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
4108
4109 * dwarf2/read.c (read_loclist_index): Change complaints into
4110 errors.
4111
4112 2021-02-02 Tom de Vries <tdevries@suse.de>
4113
4114 PR symtab/24620
4115 * dwarf2/index-write.c (write_one_signatured_type): Skip if
4116 psymtab == nullptr.
4117
4118 2021-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4119
4120 * Makefile.in (HFILES_NO_SRCDIR): Add corefile.h.
4121 * gcore.c (struct gcore_collect_regset_section_cb_data): Moved
4122 here from linux-tdep.c and given a new name. Minor cleanups.
4123 (gcore_collect_regset_section_cb): Likewise.
4124 (gcore_collect_thread_registers): Likewise.
4125 (gcore_build_thread_register_notes): Likewise.
4126 (gcore_find_signalled_thread): Likewise.
4127 * gcore.h (gcore_build_thread_register_notes): Declare.
4128 (gcore_find_signalled_thread): Declare.
4129 * fbsd-tdep.c: Add 'gcore.h' include.
4130 (struct fbsd_collect_regset_section_cb_data): Delete.
4131 (fbsd_collect_regset_section_cb): Delete.
4132 (fbsd_collect_thread_registers): Delete.
4133 (struct fbsd_corefile_thread_data): Delete.
4134 (fbsd_corefile_thread): Delete.
4135 (fbsd_make_corefile_notes): Call
4136 gcore_build_thread_register_notes instead of the now deleted
4137 FreeBSD code.
4138 * linux-tdep.c: Add 'gcore.h' include.
4139 (struct linux_collect_regset_section_cb_data): Delete.
4140 (linux_collect_regset_section_cb): Delete.
4141 (linux_collect_thread_registers): Delete.
4142 (linux_corefile_thread): Call
4143 gcore_build_thread_register_notes.
4144 (find_signalled_thread): Delete.
4145 (linux_make_corefile_notes): Call gcore_find_signalled_thread.
4146
4147 2021-01-29 Tom de Vries <tdevries@suse.de>
4148
4149 PR breakpoints/26063
4150 * infrun.c (process_event_stop_test): Reset
4151 ecs->event_thread->current_line to 0 if is-stmt=n and frame has
4152 changed.
4153
4154 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
4155
4156 * thread.c (thr_try_catch_cmd): Replace swith_to_thread with an
4157 assert. Extend the header comment.
4158
4159 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
4160
4161 * Makefile.in (SUBDIR_TUI_SRCS): Add tui/tui-location.c.
4162 (HFILES_NO_SRCDIR): Add tui/tui-location.h.
4163 * tui/tui-data.h (TUI_STATUS_WIN): Define.
4164 (tui_locator_win_info_ptr): Delete declaration.
4165 * tui/tui-disasm.c: Add 'tui/tui-location.h' include.
4166 (tui_disasm_window::set_contents): Fetch state from tui_location
4167 global.
4168 (tui_get_begin_asm_address): Likewise.
4169 * tui/tui-layout.c (tui_apply_current_layout): Remove special case
4170 for locator window.
4171 (get_locator_window): Delete.
4172 (initialize_known_windows): Treat locator window just like all the
4173 rest.
4174 * tui/tui-source.c: Add 'tui/tui-location.h' include.
4175 (tui_source_window::set_contents): Fetch state from tui_location
4176 global.
4177 (tui_source_window::showing_source_p): Likewise.
4178 * tui/tui-stack.c: Add 'tui/tui-location.h' include.
4179 (_locator): Delete.
4180 (tui_locator_win_info_ptr): Delete.
4181 (tui_locator_window::make_status_line): Fetch state from
4182 tui_location global.
4183 (tui_locator_window::rerender): Remove check of 'handle',
4184 reindent function body.
4185 (tui_locator_window::set_locator_fullname): Delete.
4186 (tui_locator_window::set_locator_info): Delete.
4187 (tui_update_locator_fullname): Delete.
4188 (tui_show_frame_info): Likewise.
4189 (tui_show_locator_content): Access window through TUI_STATUS_WIN.
4190 * tui/tui-stack.h (tui_locator_window::set_locator_info): Moved to
4191 tui/tui-location.h and renamed to
4192 tui_location_tracker::set_location.
4193 (tui_locator_window::set_locator_fullname): Moved to
4194 tui/tui-location.h and renamed to
4195 tui_location_tracker::set_fullname.
4196 (tui_locator_window::full_name): Delete.
4197 (tui_locator_window::proc_name): Delete.
4198 (tui_locator_window::line_no): Delete.
4199 (tui_locator_window::addr): Delete.
4200 (tui_locator_window::gdbarch): Delete.
4201 (tui_update_locator_fullname): Delete declaration.
4202 * tui/tui-wingeneral.c (tui_refresh_all): Removed special handling
4203 for locator window.
4204 * tui/tui-winsource.c: Add 'tui/tui-location.h' include.
4205 (tui_display_main): Call function on tui_location directly.
4206 * tui/tui.h (enum tui_win_type): Add STATUS_WIN.
4207 * tui/tui-location.c: New file.
4208 * tui/tui-location.h: New file.
4209
4210 2021-01-28 Simon Marchi <simon.marchi@polymtl.ca>
4211
4212 * gdbtypes.h (get_type_arch): Rename to...
4213 (struct type) <arch>: ... this, update all users.
4214
4215 2021-01-28 Simon Marchi <simon.marchi@polymtl.ca>
4216
4217 * gdbtypes.h (struct type) <arch>: Rename to...
4218 <arch_owner>: ... this, update all users.
4219 <objfile>: Rename to...
4220 <objfile_owner>: ... this, update all users.
4221
4222 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
4223
4224 * gdbcmd.h (execute_command_to_string): Update comment.
4225 * top.c (execute_command_to_string): Update header comment.
4226
4227 2021-01-28 Tom de Vries <tdevries@suse.de>
4228
4229 PR breakpoints/27205
4230 * breakpoint.c (create_longjmp_master_breakpoint_probe)
4231 (create_longjmp_master_breakpoint_names): New function, factored out
4232 of ...
4233 (create_longjmp_master_breakpoint): ... here. Only try to install
4234 longjmp_names breakpoints in libc.so/libc.so.debug if installing probe
4235 breakpoint in libc.so failed.
4236
4237 2021-01-27 Lancelot SIX <lsix@lancelotsix.com>
4238
4239 PR gdb/27133
4240 * cli/cli-interp.c (cli_interp_base::set_logging): Ensure the
4241 unique_ptr is released when the wrapped pointer is kept for later
4242 use.
4243
4244 2021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
4245
4246 * aarch64-tdep.c (aarch64_displaced_step_others): Account for
4247 BLR and BR instructions.
4248 * arch/aarch64-insn.h (enum aarch64_opcodes): Add BR opcode.
4249 (enum aarch64_masks): New.
4250
4251 2021-01-26 Tom Tromey <tromey@adacore.com>
4252
4253 * windows-nat.c (DEBUG_EXEC, DEBUG_EVENTS, DEBUG_MEM)
4254 (DEBUG_EXCEPT): Use debug_prefixed_printf_cond.
4255 (windows_init_thread_list, windows_nat::handle_load_dll)
4256 (windows_nat::handle_unload_dll, windows_nat_target::resume)
4257 (windows_nat_target::resume)
4258 (windows_nat_target::get_windows_debug_event)
4259 (windows_nat_target::interrupt, windows_xfer_memory)
4260 (windows_nat_target::close): Update.
4261 * nat/windows-nat.c (DEBUG_EVENTS): Use
4262 debug_prefixed_printf_cond.
4263 (matching_pending_stop, fetch_pending_stop)
4264 (continue_last_debug_event): Update.
4265
4266 2020-12-17 Mihails Strasuns <mihails.strasuns@intel.com>
4267
4268 * linux-tdep.c (linux_make_mappings_corefile_notes): Start using
4269 elfcore_write_file_note.
4270
4271 2021-01-26 Shahab Vahedi <shahab@synopsys.com>
4272
4273 * arc-tdep.c (arc_add_reggroups): New function.
4274 (arc_gdbarch_init): Call arc_add_reggroups.
4275
4276 2021-01-26 Anton Kolesov <anton.kolesov@synopsys.com>
4277
4278 * arc-tdep.c (arc_skip_prologue): Log "pc" address.
4279
4280 2021-01-25 Bernd Edlinger <bernd.edlinger@hotmail.de>
4281 Simon Marchi <simon.marchi@polymtl.ca>
4282 Tom de Vries <tdevries@suse.de>
4283
4284 * dwarf2/read.c (partial_die_info::read): Use as_unsigned () for
4285 DW_AT_ranges.
4286
4287 2021-01-25 Tom Tromey <tromey@adacore.com>
4288
4289 * dwarf2/read.c (get_mpz): New function.
4290 (get_dwarf2_rational_constant): Use it.
4291
4292 2021-01-25 Tom Tromey <tromey@adacore.com>
4293
4294 * ada-lang.c (resolve_subexp): Handle array context.
4295
4296 2021-01-23 Tom Tromey <tom@tromey.com>
4297
4298 PR compile/25575
4299 * compile/compile-loc2c.c (note_register): New function.
4300 (pushf_register_address, pushf_register): Use it.
4301
4302 2021-01-23 Tom Tromey <tom@tromey.com>
4303
4304 * symtab.h (struct symbol_computed_ops) <generate_c_location>:
4305 Change type of "registers_used".
4306 * dwarf2/loc.h (dwarf2_compile_property_to_c): Update.
4307 * dwarf2/loc.c (dwarf2_compile_property_to_c)
4308 (locexpr_generate_c_location, loclist_generate_c_location): Change
4309 type of "registers_used".
4310 * compile/compile.h (compile_dwarf_expr_to_c)
4311 (compile_dwarf_bounds_to_c): Update.
4312 * compile/compile-loc2c.c (pushf_register_address)
4313 (pushf_register, do_compile_dwarf_expr_to_c)
4314 (compile_dwarf_expr_to_c, compile_dwarf_bounds_to_c): Change type
4315 of "registers_used".
4316 * compile/compile-c.h (generate_c_for_variable_locations):
4317 Update.
4318 * compile/compile-c-symbols.c (generate_vla_size)
4319 (generate_c_for_for_one_variable): Change type of
4320 "registers_used".
4321 (generate_c_for_variable_locations): Return std::vector.
4322 * compile/compile-c-support.c (generate_register_struct): Change
4323 type of "registers_used".
4324 (compute): Update.
4325
4326 2021-01-23 Tom Tromey <tom@tromey.com>
4327
4328 * compile/compile-internal.h (class compile_instance)
4329 <set_arguments>: Change return type.
4330 * compile/compile.c (compile_to_object): Remove call to reset.
4331 (compile_instance::set_arguments): Change return type.
4332
4333 2021-01-23 Simon Marchi <simon.marchi@polymtl.ca>
4334
4335 * gdbtypes.c (copy_type_recursive): Use get_type_arch.
4336 * gdbtypes.h (struct type) <set_owner>: Add asserts.
4337
4338 2021-01-23 Lancelot SIX <lsix@lancelotsix.com>
4339
4340 * Makefile.in (SELFTESTS_SRCS): Add
4341 unittests/gdb_tilde_expand-selftests.c.
4342 * unittests/gdb_tilde_expand-selftests.c: New file.
4343
4344 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
4345
4346 PR cli/25956
4347 * NEWS: Mention new command.
4348 * cli/cli-style.c: Add 'cli/cli-setshow.h' include.
4349 (version_style): Define.
4350 (cli_style_option::cli_style_option): Add intensity parameter, and
4351 use as appropriate.
4352 (_initialize_cli_style): Register version style set/show commands.
4353 * cli/cli-style.h (cli_style_option): Add intensity parameter.
4354 (version_style): Declare.
4355 * top.c (print_gdb_version): Use version_stype, and styled_string
4356 to print the GDB version string.
4357
4358 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
4359
4360 * utils.c (emit_style_escape): Only emit an escape sequence if the
4361 requested style is different than the current applied style.
4362 (fputs_maybe_filtered): Adjust the juggling of the wrap_style, and
4363 current applied_style.
4364 (fputs_styled): Remove is_default check.
4365 (fputs_styled_unfiltered): Likewise.
4366 (vfprintf_styled_no_gdbfmt): Likewise.
4367
4368 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
4369
4370 * remote.h (remote_debug_printf): New.
4371 (remote_debug_printf_nofunc): New.
4372 (REMOTE_SCOPED_DEBUG_ENTER_EXIT): New.
4373 * remote.c: Use above macros throughout file.
4374
4375 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
4376
4377 * remote.h (remote_debug): Change to bool.
4378 * remote.c (remote_debug): Change to bool.
4379 (_initialize_remote): Adjust.
4380
4381 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
4382
4383 * target.h (remote_debug): Move to...
4384 * remote.h (remote_debug): ... here.
4385 * top.c (remote_debug): Move to...
4386 * remote.c (remote_debug): ... here.
4387 * remote-sim.c: Include remote.h.
4388
4389 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
4390
4391 * cli/cli-cmds.c (show_remote_debug): Remove.
4392 (show_remote_timeout): Remove.
4393 (_initialize_cli_cmds): Don't register commands.
4394 * remote.c (show_remote_debug): Move here.
4395 (show_remote_timeout): Move here.
4396 (_initialize_remote): Register commands.
4397
4398 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
4399
4400 * gdbtypes.h (TYPE_OBJFILE): Remove, change all users to use the
4401 type::objfile method instead.
4402
4403 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
4404
4405 * gdbtypes.h (TYPE_OBJFILE_OWNED): Remove, update all users to
4406 use the type::is_objfile_owned method.
4407
4408 2021-01-22 Simon Marchi <simon.marchi@efficios.com>
4409
4410 * gdbtypes.h (TYPE_OBJFILE_OWNED): Adjust.
4411 (TYPE_OWNER): Remove.
4412 (TYPE_OBJFILE): Adjust.
4413 (struct main_type) <flag_objfile_owned>: Rename to...
4414 <m_flag_objfile_owned>: ... this.
4415 <owner>: Rename to...
4416 <m_owner>: ... this.
4417 (struct type) <is_objfile_owned, set_owner, objfile, arch>: New
4418 methods.
4419 (TYPE_ALLOC): Adjust.
4420 * gdbtypes.c (alloc_type): Adjust.
4421 (alloc_type_arch): Adjust.
4422 (alloc_type_copy): Adjust.
4423 (get_type_arch): Adjust.
4424 (smash_type): Adjust.
4425 (lookup_array_range_type): Adjust.
4426 (recursive_dump_type): Adjust.
4427 (copy_type_recursive): Adjust.
4428 * compile/compile-c-types.c (convert_func): Adjust.
4429 (convert_type_basic): Adjust.
4430 * compile/compile-cplus-types.c (compile_cplus_convert_func):
4431 Adjust.
4432 * language.c
4433 (language_arch_info::type_and_symbol::alloc_type_symbol):
4434 Adjust.
4435
4436 2021-01-21 Luis Machado <luis.machado@linaro.org>
4437
4438 * coffread.c (enter_linenos): Passing string to complaint.
4439 * valops.c (value_assign): Make array view.
4440
4441 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
4442
4443 * auto-load.h (debug_auto_load): Move here.
4444 (auto_load_debug_printf): New.
4445 * auto-load.c: Use auto_load_debug_printf.
4446 (debug_auto_load): Move to header.
4447 * linux-thread-db.c (try_thread_db_load): Use
4448 auto_load_debug_printf.
4449 * main.c (captured_main_1): Likewise.
4450
4451 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
4452
4453 * f-valprint.c (f77_array_offset_tbl): Remove.
4454
4455 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
4456
4457 * gdb_bfd.c (bfd_cache_debug_printf): New, use throughout file.
4458
4459 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
4460
4461 * ser-tcp.c (wait_for_connect): Use interruptible_select instead
4462 of gdb_select.
4463
4464 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
4465
4466 PR python/19151
4467 * python/py-breakpoint.c (bppy_get_location): Handle
4468 bp_hardware_breakpoint.
4469 (bppy_init): Likewise.
4470 (gdbpy_breakpoint_created): Likewise.
4471
4472 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
4473
4474 * arm-tdep.c (arm_debug_printf): Add and use throughout file.
4475
4476 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4477
4478 * gdb_bfd.c (debug_bfd_cache): Change type to bool.
4479 (_initialize_gdb_bfd): Adjust.
4480
4481 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4482
4483 PR gdb/26828
4484 * dwarf2/read.c (maybe_queue_comp_unit): Add assertion.
4485
4486 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4487
4488 * dwarf2/read.c (follow_die_offset): Add logging.
4489 (dwarf2_per_objfile::age_comp_units): Add logging.
4490
4491 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4492
4493 * aarch64-linux-tdep.c (aarch64_linux_record_tdep): Make static.
4494 * aarch64-tdep.c (tdesc_aarch64_list, aarch64_prologue_unwind,
4495 aarch64_stub_unwind, aarch64_normal_base, ): Make static.
4496 * arm-linux-tdep.c (arm_prologue_unwind): Make static.
4497 * arm-tdep.c (struct frame_unwind): Make static.
4498 * auto-load.c (auto_load_safe_path_vec): Make static.
4499 * csky-tdep.c (csky_stub_unwind): Make static.
4500 * gdbarch.c (gdbarch_data_registry): Make static.
4501 * gnu-v2-abi.c (gnu_v2_abi_ops): Make static.
4502 * i386-netbsd-tdep.c (i386nbsd_mc_reg_offset): Make static.
4503 * i386-tdep.c (i386_frame_setup_skip_insns,
4504 i386_tramp_chain_in_reg_insns, i386_tramp_chain_on_stack_insns):
4505 Make static.
4506 * infrun.c (observer_mode): Make static.
4507 * linux-nat.c (sigchld_action): Make static.
4508 * linux-thread-db.c (thread_db_list): Make static.
4509 * maint-test-options.c (maintenance_test_options_list):
4510 * mep-tdep.c (mep_csr_registers): Make static.
4511 * mi/mi-cmds.c (struct mi_cmd_stats): Remove struct type name.
4512 (stats): Make static.
4513 * nat/linux-osdata.c (struct osdata_type): Make static.
4514 * ppc-netbsd-tdep.c (ppcnbsd_reg_offsets): Make static.
4515 * progspace.c (last_program_space_num): Make static.
4516 * python/py-param.c (struct parm_constant): Remove struct type
4517 name.
4518 (parm_constants): Make static.
4519 * python/py-record-btrace.c (btpy_list_methods): Make static.
4520 * python/py-record.c (recpy_gap_type): Make static.
4521 * record.c (record_goto_cmdlist): Make static.
4522 * regcache.c (regcache_descr_handle): Make static.
4523 * registry.h (DEFINE_REGISTRY): Make definition static.
4524 * symmisc.c (std_in, std_out, std_err): Make static.
4525 * top.c (previous_saved_command_line): Make static.
4526 * tracepoint.c (trace_user, trace_notes, trace_stop_notes): Make
4527 static.
4528 * unittests/command-def-selftests.c (nr_duplicates,
4529 nr_invalid_prefixcmd, lists): Make static.
4530 * unittests/observable-selftests.c (test_notification): Make
4531 static.
4532 * unittests/optional/assignment/1.cc (counter): Make static.
4533 * unittests/optional/assignment/2.cc (counter): Make static.
4534 * unittests/optional/assignment/3.cc (counter): Make static.
4535 * unittests/optional/assignment/4.cc (counter): Make static.
4536 * unittests/optional/assignment/5.cc (counter): Make static.
4537 * unittests/optional/assignment/6.cc (counter): Make static.
4538
4539 2021-01-20 Joel Sherrill <joel@rtems.org>
4540
4541 PR gdb/27219
4542 * remote.c (struct remote_thread_info) <resume_state>: Rename
4543 to...
4544 <get_resume_state>: ... this.
4545 (remote_target::resume): Adjust.
4546 (remote_target::commit_resume): Adjust.
4547 (remote_target::select_thread_for_ambiguous_stop_reply): Adjust.
4548
4549 2021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
4550 Tom Tromey <tom@tromey.com>
4551
4552 * stap-probe.c (stap_parse_single_operand): Handle '!'
4553 operator.
4554 (stap_parse_argument_conditionally): Likewise.
4555 Skip spaces after processing open-parenthesis sub-expression.
4556 (stap_parse_argument_1): Skip spaces after call to
4557 stap_parse_argument_conditionally.
4558 Handle case when right-side expression is a parenthesized
4559 sub-expression.
4560 Skip spaces after call to stap_parse_argument_1.
4561
4562 2021-01-19 Lancelot SIX <lsix@lancelotsix.com>
4563
4564 * top.h (switch_thru_all_uis): Use DISABLE_COPY_AND_ASSIGN.
4565
4566 2021-01-19 Luis Machado <luis.machado@linaro.org>
4567
4568 * trad-frame.h (trad_frame_saved_reg) <set_value_bytes>: Allocate
4569 memory and save data.
4570 (trad_frame_set_value, trad_frame_set_realreg, trad_frame_set_addr)
4571 (trad_frame_set_unknown, trad_frame_set_value_bytes)
4572 (trad_frame_value_p, trad_frame_addr_p, trad_frame_realreg_p)
4573 (trad_frame_value_bytes_p): Remove.
4574 (trad_frame_reset_saved_regs): Adjust documentation.
4575 * trad-frame.c (trad_frame_alloc_saved_regs): Initialize via a
4576 constructor and reset the state of the registers.
4577 (trad_frame_value_p, trad_frame_addr_p, trad_frame_realreg_p)
4578 (trad_frame_value_bytes_p, trad_frame_set_value)
4579 (trad_frame_set_realreg, trad_frame_set_addr)
4580 (trad_frame_set_unknown, trad_frame_set_value_bytes): Remove.
4581 (trad_frame_set_reg_realreg): Update to call member function.
4582 (trad_frame_set_reg_addr, trad_frame_set_reg_value_bytes): Likewise.
4583 (trad_frame_get_prev_register): Likewise.
4584
4585 * aarch64-tdep.c (aarch64_analyze_prologue)
4586 (aarch64_analyze_prologue_test, aarch64_make_prologue_cache_1)
4587 (aarch64_prologue_prev_register): Update to use member functions.
4588 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
4589 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Likewise.
4590 * arc-tdep.c (arc_print_frame_cache, arc_make_frame_cache): Likewise.
4591 * arm-tdep.c (arm_make_prologue_cache, arm_exidx_fill_cache)
4592 (arm_make_epilogue_frame_cache): Likewise.
4593 * avr-tdep.c (avr_frame_unwind_cache)
4594 (avr_frame_prev_register): Likewise.
4595 * cris-tdep.c (cris_scan_prologue): Likewise.
4596 * csky-tdep.c (csky_frame_unwind_cache): Likewise.
4597 * frv-tdep.c (frv_analyze_prologue): Likewise.
4598 * hppa-tdep.c (hppa_frame_cache, hppa_fallback_frame_cache): Likewise.
4599 * lm32-tdep.c (lm32_frame_cache): Likewise.
4600 * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
4601 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
4602 * mips-tdep.c (set_reg_offset, mips_insn16_frame_cache)
4603 (mips_micro_frame_cache, mips_insn32_frame_cache): Likewise.
4604 (reset_saved_regs): Adjust to set realreg.
4605 * riscv-tdep.c (riscv_scan_prologue, riscv_frame_cache): Adjust to
4606 call member functions.
4607 * rs6000-tdep.c (rs6000_frame_cache, rs6000_epilogue_frame_cache)
4608 * s390-tdep.c (s390_prologue_frame_unwind_cache)
4609 (s390_backchain_frame_unwind_cache): Likewise.
4610 * score-tdep.c (score7_analyze_prologue)
4611 (score3_analyze_prologue, score_make_prologue_cache): Likewise.
4612 * sparc-netbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Likewise.
4613 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
4614 * sparc64-netbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): Likewise.
4615 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
4616 * tilegx-tdep.c (tilegx_analyze_prologue)
4617 (tilegx_frame_cache): Likewise.
4618 * v850-tdep.c (v850_frame_cache): Likewise.
4619 * vax-tdep.c (vax_frame_cache): Likewise.
4620
4621 2021-01-19 Luis Machado <luis.machado@linaro.org>
4622
4623 * frame.h (get_frame_register_bytes): Pass a gdb::array_view instead
4624 of buffer + length.
4625 (put_frame_register_bytes): Likewise.
4626 Adjust documentation.
4627 (get_frame_memory): Pass a gdb::array_view instead of buffer + length.
4628 (safe_frame_unwind_memory): Likewise.
4629 * frame.c (get_frame_register_bytes, put_frame_register_bytes)
4630 (get_frame_memory, safe_frame_unwind_memory): Adjust to use
4631 gdb::array_view.
4632 * amd64-fbsd-tdep.c (amd64fbsd_sigtramp_p): Likewise.
4633 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Likewise.
4634 * amd64-obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
4635 * arc-linux-tdep.c (arc_linux_is_sigtramp): Likewise.
4636 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start): Likewise.
4637 * dwarf2/loc.c (rw_pieced_value): Likewise.
4638 * hppa-tdep.c (hppa_frame_cache): Likewise.
4639 * i386-fbsd-tdep.c (i386fbsd_sigtramp_p): Likewise.
4640 * i386-gnu-tdep.c (i386_gnu_sigtramp_start): Likewise.
4641 * i386-linux-tdep.c (i386_linux_sigtramp_start)
4642 (i386_linux_rt_sigtramp_start): Likewise.
4643 * i386-obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
4644 * i386-tdep.c (i386_register_to_value): Likewise.
4645 * i387-tdep.c (i387_register_to_value): Likewise.
4646 * ia64-tdep.c (ia64_register_to_value): Likewise.
4647 * m32r-linux-tdep.c (m32r_linux_sigtramp_start)
4648 (m32r_linux_rt_sigtramp_start): Likewise.
4649 * m68k-linux-tdep.c (m68k_linux_pc_in_sigtramp): Likewise.
4650 * m68k-tdep.c (m68k_register_to_value): Likewise.
4651 * mips-tdep.c (mips_register_to_value)
4652 (mips_value_to_register): Likewise.
4653 * ppc-fbsd-tdep.c (ppcfbsd_sigtramp_frame_sniffer)
4654 (ppcfbsd_sigtramp_frame_cache): Likewise.
4655 * ppc-obsd-tdep.c (ppcobsd_sigtramp_frame_sniffer)
4656 (ppcobsd_sigtramp_frame_cache): Likewise.
4657 * rs6000-tdep.c (rs6000_in_function_epilogue_frame_p)
4658 (rs6000_register_to_value): Likewise.
4659 * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
4660 * tramp-frame.c (tramp_frame_start): Likewise.
4661 * valops.c (value_assign): Likewise.
4662
4663 2021-01-19 Luis Machado <luis.machado@linaro.org>
4664
4665 * aarch64-linux-tdep.c (aarch64_linux_restore_vreg): Pass in an
4666 array_view.
4667 * trad-frame.c (trad_frame_set_value_bytes): Use gdb::array_view
4668 instead of buffer and size.
4669 (trad_frame_set_reg_value_bytes): Likewise.
4670 * trad-frame.h (trad_frame_set_reg_value_bytes): Likewise.
4671 (trad_frame_set_value_bytes): Likewise.
4672
4673 2021-01-18 Mike Frysinger <vapier@gentoo.org>
4674
4675 * copyright.py (NOT_FSF_LIST): Delete sim/testsuite/sim/bfin/s21.s.
4676
4677 2021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
4678
4679 * riscv-fbsd-tdep.c (riscv_fbsd_supply_gregset): Delete.
4680 (riscv_fbsd_gregset): Use riscv_supply_regset.
4681 (riscv_fbsd_fpregset): Likewise.
4682 * riscv-linux-tdep.c (riscv_linux_gregset): Likewise.
4683 (riscv_linux_fregset): Likewise.
4684 * riscv-tdep.c (riscv_supply_regset): Define new function.
4685 * riscv-tdep.h (riscv_supply_regset): Declare new function.
4686
4687 2021-01-18 Tom de Vries <tdevries@suse.de>
4688
4689 PR tdep/27172
4690 * nat/amd64-linux-siginfo.c (cpt_si_lower, cpt_si_upper, SEGV_BNDERR):
4691 New macro.
4692 (compat_siginfo_from_siginfo): Copy cpt_si_lower and cpt_si_upper
4693 for SEGV_BNDERR.
4694
4695 2021-01-18 Simon Marchi <simon.marchi@polymtl.ca>
4696
4697 * remote.c (class remote_target) <remote_hostio_send_command,
4698 remote_hostio_parse_result>: Constify parameter.
4699 (remote_hostio_parse_result): Likewise.
4700 (remote_target::remote_hostio_send_command): Adjust.
4701 (remote_target::remote_hostio_pread_vFile): Adjust.
4702 (remote_target::fileio_readlink): Adjust.
4703 (remote_target::fileio_fstat): Adjust.
4704
4705 2021-01-18 Simon Marchi <simon.marchi@polymtl.ca>
4706
4707 * remote.c (remote_target::start_remote): Move wait_status to
4708 narrower scope.
4709
4710 2021-01-18 Simon Marchi <simon.marchi@polymtl.ca>
4711
4712 * remote.c (class remote_target):
4713 <add_current_inferior_and_thread>: Constify parameter.
4714 (stop_reply_extract_thread): Likewise.
4715 (remote_target::get_current_thread): Likewise.
4716 (remote_target::add_current_inferior_and_thread): Likewise.
4717
4718 2021-01-18 Simon Marchi <simon.marchi@polymtl.ca>
4719
4720 * remote.c (class remote_target)
4721 <remote_unpack_thread_info_response,
4722 parse_threadlist_response>: Constify parameter and/or return
4723 value and or local variable.
4724 (stub_unpack_int): Likewise.
4725 (unpack_nibble): Likewise.
4726 (unpack_byte): Likewise.
4727 (unpack_int): Likewise.
4728 (unpack_string): Likewise.
4729 (unpack_threadid): Likewise.
4730 (remote_target::remote_unpack_thread_info_response): Likewise.
4731 (remote_target::parse_threadlist_response): Likewise.
4732
4733 2021-01-15 Andrew Burgess <andrew.burgess@embecosm.com>
4734
4735 * tui/tui.c (tui_is_window_visible): Compare to nullptr, not 0.
4736
4737 2021-01-14 Lancelot Six <lsix@lancelotsix.com>
4738
4739 * MAINTAINERS (Write After Approval): Add myself.
4740
4741 2021-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
4742
4743 * trad-frame.c (trad_frame_alloc_saved_regs): Avoid compile-error
4744 because is_trivially_default_constructible was first implemented with
4745 gcc-5.
4746
4747 2021-01-14 Tom de Vries <tdevries@suse.de>
4748
4749 PR breakpoints/27151
4750 * objfiles.h (in_plt_section): Handle .plt.sec.
4751
4752 2021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
4753
4754 PR gdb/26819
4755 * remote.c
4756 (remote_target::select_thread_for_ambiguous_stop_reply): New
4757 member function.
4758 (remote_target::process_stop_reply): Call
4759 select_thread_for_ambiguous_stop_reply.
4760
4761 2021-01-13 Simon Marchi <simon.marchi@efficios.com>
4762
4763 * record-btrace.c (class record_btrace_target): Remove.
4764 (record_btrace_target::commit_resume): Remove.
4765 * record-full.c (class record_full_target): Remove.
4766 (record_full_target::commit_resume): Remove.
4767
4768 2021-01-13 Simon Marchi <simon.marchi@efficios.com>
4769
4770 * remote.c (enum class resume_state): New.
4771 (struct resumed_pending_vcont_info): New.
4772 (struct remote_thread_info) <resume_state, set_not_resumed,
4773 set_resumed_pending_vcont, resumed_pending_vcont_info,
4774 set_resumed, m_resume_state, m_resumed_pending_vcont_info>:
4775 New.
4776 <last_resume_step, last_resume_sig, vcont_resumed>: Remove.
4777 (remote_target::remote_add_thread): Adjust.
4778 (remote_target::process_initial_stop_replies): Adjust.
4779 (remote_target::resume): Adjust.
4780 (remote_target::commit_resume): Rely on state in
4781 remote_thread_info and not on tp->executing.
4782 (remote_target::process_stop_reply): Adjust.
4783
4784 2021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
4785
4786 * arc-tdep.h (arc_debug_printf): New.
4787 * arc-tdep.c: Use arc_debug_printf.
4788 * arc-linux-nat.c (arc_linux_nat_debug_printf): Add and use.
4789 * arc-linux-tdep.c (arc_linux_debug_printf): Add and use.
4790 * arc-newlib-tdep.c (arc_newlib_debug_printf): Add and use.
4791
4792 2021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
4793
4794 * arc-tdep.h (arc_debug): Change type to bool.
4795 * arc-tdep.c (arc_debug): Change type to bool.
4796 (arc_analyze_prologue): Adjust.
4797 (_initialize_arc_tdep): Use add_setshow_boolean_cmd.
4798 * arc-linux-nat.c (ps_get_thread_area): Adjust.
4799
4800 2021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
4801
4802 * auto-load.c (auto_load_objfile_script_1): Use bool.
4803 (execute_script_contents): Use bool.
4804
4805 2021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
4806
4807 * auto-load.h (auto_load_gdb_scripts_enabled): Return bool, move
4808 comment here.
4809 * auto-load.c (auto_load_gdb_scripts_enabled): Return bool, move
4810 comment to header.
4811 * extension-priv.h (struct extension_language_script_ops)
4812 <auto_load_enabled>: Return bool.
4813 * extension.h (ext_lang_auto_load_enabled): Return bool, move
4814 comment here.
4815 * extension.c (ext_lang_auto_load_enabled): Return bool, move
4816 comment to header.
4817 * guile/guile-header.h (gdbscm_auto_load_enabled): Return bool,
4818 move comment here.
4819 * guile/scm-auto-load.c (gdbscm_auto_load_enabled): Return bool,
4820 move comment to header.
4821 * python/python-header.h (gdbpy_auto_load_enabled): Return bool,
4822 move comment here.
4823 * python/py-auto-load.c (gdbpy_auto_load_enabled): Return bool,
4824 move comment to header.
4825
4826 2021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
4827
4828 * auto-load.h (file_is_auto_load_safe): Change return type to
4829 bool, move comment here.
4830 * auto-load.c (file_is_auto_load_safe): Change return type and
4831 advice_printed to bool. Move comment to header.
4832
4833 2021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
4834
4835 * jit.c (jit_debug_printf): New, use throughout file.
4836
4837 2021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
4838
4839 * infrun.c (normal_stop): Fix indentation.
4840
4841 2021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
4842
4843 * top.h (readnow_symbol_files, readnever_symbol_files): Move
4844 declarations to ...
4845 * symfile.h: ... here.
4846 * symfile.c: Update doc.
4847
4848 2021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
4849
4850 * target.h (baud_rate, serial_parity): Move declarations...
4851 * serial.h: ... here.
4852 * main.c: Include serial.h.
4853 * serial.c (baud_rate, serial_parity): Update doc.
4854
4855 2021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
4856
4857 * top.c (pre_init_ui_hook): Remove.
4858
4859 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4860
4861 * aarch64-tdep.c (aarch64_vnh_type): Add "bf" field in h registers.
4862 (aarch64_vnv_type): Add "bf" type in h field of v registers.
4863 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerated.
4864 * features/aarch64-fpu.xml: Add bfloat16 type.
4865
4866 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4867
4868 * expprint.c (dump_subexp_body_standard): Handle OP_BOOL.
4869
4870 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4871
4872 * f-exp.y (dot_ops): Rename to...
4873 (fortran_operators): ...this. Add a header comment. Add symbol
4874 based operators.
4875 (yylex): Update to use fortran_operators not dot_ops. Remove
4876 special handling for '**', this is now included in
4877 fortran_operators.
4878
4879 2021-01-11 Simon Marchi <simon.marchi@polymtl.ca>
4880
4881 * arch/aarch64-insn.h (aarch64_debug_printf): New.
4882 * arch/aarch64-insn.c: Use aarch64_debug_printf.
4883 * aarch64-tdep.c: Use aarch64_debug_printf.
4884
4885 2021-01-11 Simon Marchi <simon.marchi@polymtl.ca>
4886
4887 * solib-aix.c (solib_aix_debug_printf): New, use throughout
4888 file.
4889
4890 2021-01-11 Simon Marchi <simon.marchi@polymtl.ca>
4891
4892 * jit.c (jit_debug): Change type to bool.
4893 (_initialize_jit): Adjust.
4894
4895 2021-01-09 Tom Tromey <tom@tromey.com>
4896
4897 PR compile/23672
4898 * compile/compile.c (compile_to_object): Avoid crash when
4899 osabi_triplet_regexp returns NULL.
4900
4901 2021-01-09 Tom Tromey <tom@tromey.com>
4902
4903 * tracepoint.h (class collection_list) <append_exp>: Take a
4904 std::string.
4905 * tracepoint.c (collection_list::append_exp): Take a std::string.
4906 (encode_actions_1): Update.
4907
4908 2021-01-08 Tom Tromey <tromey@adacore.com>
4909
4910 * parse.c (parse_expression): Add void_context_p parameter. Use
4911 parse_exp_in_context.
4912 * printcmd.c (print_command_1): Change voidprint to bool. Pass to
4913 parse_expression.
4914 (print_command, call_command): Update.
4915 * expression.h (parse_expression): Add void_context_p parameter.
4916
4917 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
4918
4919 * value.c (set_value_component_location): Adjust the VALUE_LVAL
4920 for internalvar components that have a dynamic location.
4921
4922 2021-01-08 Tom de Vries <tdevries@suse.de>
4923
4924 PR gdb/26881
4925 * breakpoint.c (create_exception_master_breakpoint_probe)
4926 (create_exception_master_breakpoint_hook): Factor out
4927 of ...
4928 (create_exception_master_breakpoint): ... here. Only try to install
4929 the master exception breakpoint in objfile.debug using the
4930 _Unwind_DebugHook method, if the install using probes in objfile
4931 failed.
4932
4933 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
4934
4935 * f-lang.c (fortran_value_subarray): Call value_from_component.
4936
4937 2021-01-07 Mike Frysinger <vapier@gentoo.org>
4938
4939 * remote-sim.c: Include memory-map.h.
4940 (gdbsim_target): Define memory_map override.
4941 (gdbsim_target::memory_map): Define.
4942
4943 2021-01-07 Tom Tromey <tromey@adacore.com>
4944
4945 * ada-lang.c (do_full_match): Conditionally skip "_ada_" prefix.
4946
4947 2021-01-07 Tom Tromey <tromey@adacore.com>
4948
4949 * ada-lang.c (add_component_interval): Start loop using vector's
4950 updated size.
4951
4952 2021-01-06 Tom Tromey <tromey@adacore.com>
4953
4954 * ada-lang.c (ada_evaluate_subexp) <BINOP_ADD, BINOP_SUB>:
4955 Do not cast result.
4956 * valarith.c (fixed_point_binop): Handle multiplication
4957 and division specially.
4958 * valops.c (value_to_gdb_mpq): New function.
4959 (value_cast_to_fixed_point): Use it.
4960
4961 2021-01-05 Hannes Domani <ssbssa@yahoo.de>
4962
4963 * tui/tui-winsource.c (tui_source_window_base::refresh_window):
4964 Call wnoutrefresh instead of tui_win_info::refresh_window.
4965
4966 2021-01-05 Hannes Domani <ssbssa@yahoo.de>
4967
4968 * tui/tui-source.c (tui_source_window::show_line_number):
4969 Redraw second space after line number.
4970
4971 2021-01-05 Hannes Domani <ssbssa@yahoo.de>
4972
4973 PR tui/26927
4974 * tui/tui-winsource.c (tui_source_window_base::refresh_window):
4975 Fix source pad size in prefresh.
4976 (tui_source_window_base::show_source_content): Grow source pad
4977 if necessary.
4978
4979 2021-01-04 Mike Frysinger <vapier@gentoo.org>
4980
4981 * bfin-tdep.c (bfin_push_dummy_call): Use align_up.
4982 (bfin_frame_align): Use align_down.
4983
4984 2021-01-04 Tom de Vries <tdevries@suse.de>
4985
4986 * buildsym.c (buildsym_compunit::record_line): Filter out end-of-seq
4987 terminators that do not terminate anything.
4988
4989 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
4990
4991 * debug.c (debug_print_depth): New.
4992 * infrun.h (INFRUN_SCOPED_DEBUG_START_END): New.
4993 (INFRUN_SCOPED_DEBUG_ENTER_EXIT): New.
4994 * infrun.c (start_step_over): Use
4995 INFRUN_SCOPED_DEBUG_ENTER_EXIT.
4996 (proceed): Use INFRUN_SCOPED_DEBUG_ENTER_EXIT and
4997 INFRUN_SCOPED_DEBUG_START_END.
4998 (fetch_inferior_event): Use INFRUN_SCOPED_DEBUG_ENTER_EXIT.
4999
5000 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
5001
5002 * infrun.c (print_target_wait_results): Use infrun_debug_printf.
5003
5004 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
5005
5006 * utils.c (vfprintf_unfiltered): Print timestamp only when
5007 previous debug output ended with a newline.
5008
5009 2021-01-04 Luis Machado <luis.machado@linaro.org>
5010
5011 Update all users of trad_frame_saved_reg to use the new member
5012 functions.
5013
5014 Remote all struct keywords from declarations of trad_frame_saved_reg
5015 types, except on forward declarations.
5016
5017 * aarch64-tdep.c: Update.
5018 * alpha-mdebug-tdep.c: Update.
5019 * alpha-tdep.c: Update.
5020 * arc-tdep.c: Update.
5021 * arm-tdep.c: Update.
5022 * avr-tdep.c: Update.
5023 * cris-tdep.c: Update.
5024 * csky-tdep.c: Update.
5025 * frv-tdep.c: Update.
5026 * hppa-linux-tdep.c: Update.
5027 * hppa-tdep.c: Update.
5028 * hppa-tdep.h: Update.
5029 * lm32-tdep.c: Update.
5030 * m32r-linux-tdep.c: Update.
5031 * m32r-tdep.c: Update.
5032 * m68hc11-tdep.c: Update.
5033 * mips-tdep.c: Update.
5034 * moxie-tdep.c: Update.
5035 * riscv-tdep.c: Update.
5036 * rs6000-tdep.c: Update.
5037 * s390-linux-tdep.c: Update.
5038 * s390-tdep.c: Update.
5039 * score-tdep.c: Update.
5040 * sparc-netbsd-tdep.c: Update.
5041 * sparc-sol2-tdep.c: Update.
5042 * sparc64-fbsd-tdep.c: Update.
5043 * sparc64-netbsd-tdep.c: Update.
5044 * sparc64-obsd-tdep.c: Update.
5045 * sparc64-sol2-tdep.c: Update.
5046 * tilegx-tdep.c: Update.
5047 * v850-tdep.c: Update.
5048 * vax-tdep.c: Update.
5049
5050 * frame-unwind.c (frame_unwind_got_bytes): Make parameter const.
5051 * frame-unwind.h (frame_unwind_got_bytes): Likewise.
5052
5053 * trad-frame.c: Update.
5054 Remove TF_REG_* enum.
5055 (trad_frame_alloc_saved_regs): Add a static assertion to check for
5056 a trivially-constructible struct.
5057 (trad_frame_reset_saved_regs): Adjust to use member function.
5058 (trad_frame_value_p): Likewise.
5059 (trad_frame_addr_p): Likewise.
5060 (trad_frame_realreg_p): Likewise.
5061 (trad_frame_value_bytes_p): Likewise.
5062 (trad_frame_set_value): Likewise.
5063 (trad_frame_set_realreg): Likewise.
5064 (trad_frame_set_addr): Likewise.
5065 (trad_frame_set_unknown): Likewise.
5066 (trad_frame_set_value_bytes): Likewise.
5067 (trad_frame_get_prev_register): Likewise.
5068 * trad-frame.h: Update.
5069 (trad_frame_saved_reg_kind): New enum.
5070 (struct trad_frame_saved_reg) <addr, realreg, data>: Remove.
5071 <m_kind, m_reg>: New member fields.
5072 <set_value, set_realreg, set_addr, set_unknown, set_value_bytes>
5073 <kind, value, realreg, addr, value_bytes, is_value, is_realreg>
5074 <is_addr, is_unknown, is_value_bytes>: New member functions.
5075
5076 2021-01-02 Simon Marchi <simon.marchi@polymtl.ca>
5077
5078 * target-float.c: Fix typos.
5079
5080 2021-01-02 Hannes Domani <ssbssa@yahoo.de>
5081
5082 * gdb-gdb.py.in: Fix main_type.flds_bnds.bounds pretty printer.
5083
5084 2021-01-01 Joel Brobecker <brobecker@adacore.com>
5085
5086 * gdbarch.sh: Update copyright year range.
5087
5088 2021-01-01 Joel Brobecker <brobecker@adacore.com>
5089
5090 Update copyright year range in copyright header of all GDB files.
5091
5092 2021-01-01 Joel Brobecker <brobecker@adacore.com>
5093
5094 * copyright.py (get_update_list): Add "gdbserver" and "gdbsupport"
5095 to the list of directories to update.
5096
5097 2021-01-01 Joel Brobecker <brobecker@adacore.com>
5098
5099 * top.c (print_gdb_version): Update copyright year.
5100
5101 2021-01-01, 21 Joel Brobecker <brobecker@adacore.com>
5102
5103 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2020.
5104
5105 For older changes see ChangeLog-2020.
5106 \f
5107 Local Variables:
5108 mode: change-log
5109 left-margin: 8
5110 fill-column: 74
5111 version-control: never
5112 coding: utf-8
5113 End: