]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
gdb/python: print name of unwinder that claimed frame in debug message
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
4e317a76
SM
12021-06-22 Simon Marchi <simon.marchi@polymtl.ca>
2
3 * python/lib/gdb/__init__.py (_execute_unwinders): Return tuple
4 with name of chosen unwinder.
5 * python/py-unwind.c (pyuw_sniffer): Print name of chosen
6 unwinder in debug message.
7
80d1206d
AS
82021-06-22 Andreas Schwab <schwab@suse.de>
9
10 PR symtab/27999
11 * dwarf2/loc.c (decode_debug_loclists_addresses): Support
12 DW_LLE_start_end.
13
80dc83fd
AB
142021-06-22 Andrew Burgess <andrew.burgess@embecosm.com>
15
16 * breakpoint.c (insert_bp_location): If we catch a
17 TARGET_CLOSE_ERROR just rethrow it, the breakpoints might have
18 been deleted.
19
96f842cb
AB
202021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
21
22 * NEWS: Mention new target feature name.
23 * arch/riscv.c (riscv_create_target_description): GDB doesn't
24 currently create target descriptions containing vector registers.
25 * arch/riscv.h (struct riscv_gdbarch_features) <vlen>: New member
26 variable.
27 <operator==>: Also compare vlen.
28 <hash>: Also include vlen.
29 * riscv-tdep.c (riscv_feature_name_vector): New static global.
30 (struct riscv_vector_feature): New struct.
31 (riscv_vector_feature): New static global.
32 (riscv_register_reggroup_p): Ensure vector registers are part of
33 the 'all' group, and part of the 'vector' group.
34 (riscv_dwarf_reg_to_regnum): Handle vector registers.
35 (riscv_gdbarch_init): Check vector register feature.
36 * riscv-tdep.h: Add vector registers to GDB's internal register
37 numbers, and to the DWARF register numbers.
38
d52b8007
AB
392021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
40
41 * NEWS: Mention the two new methods.
42 * python/py-frame.c (frapy_level): New function.
43 (frame_object_methods): Register 'level' method.
44 * python/py-unwind.c (pending_framepy_level): New function.
45 (pending_frame_object_methods): Register 'level' method.
46
8b9c48b2
AB
472021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
48
49 * python/py-inferior.c (infpy_get_connection_num): Call
50 gdb_py_object_from_longest instead of PyLong_FromLong directly.
51
61e2dde2
AB
522021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
53
54 * python/py-unwind.c (unwind_infopy_add_saved_register): Handle
55 saving user registers.
56
7e3941ac
MF
572021-06-19 Mike Frysinger <vapier@gentoo.org>
58
59 * acinclude.m4: Delete most m4_include's of ../config files.
60 * configure.ac: Delete m4_include call and call AC_CONFIG_MACRO_DIR.
61 * aclocal.m4: Regenerate.
62 * configure: Regenerate.
63
336b30e5
PA
642021-06-17 Pedro Alves <pedro@palves.net>
65
66 * scoped_ignore_signal.h (scoped_ignore_signal): Add
67 ConsumePending template parameter.
68 (scoped_ignore_signal::~scoped_ignore_signal): Skip calling
69 sigtimedwait if ConsumePending is false.
70 (scoped_ignore_sigpipe): Initialize with ConsumePending=true.
71 * scoped_ignore_sigttou.h (scoped_ignore_sigttou)
72 <m_ignore_signal>: Initialize with ConsumePending=false.
73
2af6d46f
PA
742021-06-17 Pedro Alves <pedro@palves.net>
75
76 * Makefile.in (SELFTESTS_SRCS): Add
77 unittests/scoped_ignore_signal-selftests.c.
78 * unittests/scoped_ignore_signal-selftests.c: New.
79
6a7f1c20
PA
802021-06-17 Pedro Alves <pedro@palves.net>
81
82 * gdbsupport/scoped_ignore_signal.h: New.
83 * compile/compile.c: Include gdbsupport/scoped_ignore_signal.h
84 instead of <signal.h>. Don't include <unistd.h>.
85 (scoped_ignore_sigpipe): Remove.
86 * gdbsupport/scoped_ignore_sigttou.h: Include gdbsupport/scoped_ignore_signal.h
87 instead of <signal.h>. Don't include <unistd.h>.
88 (lazy_init): New.
89 (scoped_ignore_sigttou): Reimplement using scoped_ignore_signal
90 and lazy_init.
91
965febe5
PA
922021-06-17 Pedro Alves <pedro@palves.net>
93
94 * Makefile.in (HFILES_NO_SRCDIR): Remove inflow.h.
95 * inf-ptrace.c, inflow.c, procfs.c: Don't include "inflow.h".
96 * inflow.h: Delete, moved to gdbsupport/ under a different name.
97 * ser-unix.c: Don't include "inflow.h". Include
98 "gdbsupport/scoped_ignore_sigttou.h".
99
82a5082e
PA
1002021-06-17 Pedro Alves <pedro@palves.net>
101
102 * tui/tui-io.c (tui_dispatch_mouse_event): New, factored out from
103 ...
104 (tui_dispatch_ctrl_char): ... this. Move CTRL-L handling to
105 tui_getc_1.
106 (cur_seq, start_sequence): New.
107 (tui_getc_1): Pass key escape sequences for curses control keys to
108 readline. Handle mouse and ctrl-l here.
109 (tui_resize_all): Disable/reenable the keypad if the command
110 window has the focus too.
111 * tui/tui-win.c (tui_set_focus_command): Don't change keypad
112 setting.
113 * tui/tui.c (tui_rl_other_window): Don't change keypad setting.
114
7daf500d
SM
1152021-06-16 Simon Marchi <simon.marchi@polymtl.ca>
116
117 * silent-rules.mk (ECHO_CCLD, ECHO_AR, ECHO_RANLIB): New.
118
8457e5ec
TV
1192021-06-16 Tom de Vries <tdevries@suse.de>
120
121 PR symtab/26327
122 * dwarf2/cu.h (dwarf2_cu::ancestor): Remove.
123 (dwarf2_cu::get_builder): Declare and move ...
124 * dwarf2/cu.c (dwarf2_cu::get_builder): ... here. Use sym_cu instead
125 of ancestor. Assert return value is non-null.
126 * dwarf2/read.c (read_file_scope): Set per_objfile->sym_cu.
127 (follow_die_offset, follow_die_sig_1): Remove setting of ancestor.
128 (dwarf2_per_objfile): Add sym_cu field.
129
93df3340
AM
1302021-06-15 Alan Modra <amodra@gmail.com>
131
132 * testsuite/lib/gdb.exp (exec_is_pie): Match new PIE readelf output.
133
483ab96a
MF
1342021-06-14 Mike Frysinger <vapier@gentoo.org>
135
136 * Makefile.in (GNULIB_BUILDDIR): Rename to ...
137 (GNULIB_PARENT_DIR): ... this. Remove "gnulib" from value.
138
09db4332
JB
1392021-06-14 John Baldwin <jhb@FreeBSD.org>
140
141 * configure.ac: Check for <sys/procctl.h>.
142 * config.in, configure: Regenerate.
143 * fbsd-nat.c: Include <sys/procctl.h> if present.
144 [PROC_ASLR_CTL] (maybe_disable_address_space_randomization): New.
145 (fbsd_nat_target::create_inferior)
146 (fbsd_nat_target::supports_disable_randomization): New.
147 * fbsd-nat.h (fbsd_nat_target::create_inferior)
148 (fbsd_nat_target::supports_disable_randomization): New.
149
739025e8
BE
1502021-06-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
151
152 * compile/compile.c: Include missing header signal.h.
153
d424629d
JB
1542021-06-12 John Baldwin <jhb@FreeBSD.org>
155
156 * remote.c (remote_new_objfile): Fix indentation.
157
e2b9ea4b
KB
1582021-06-11 Kevin Buettner <kevinb@redhat.com>
159
160 * solib.c (libpthread_name_p): Match "libc" in addition
161 to "libpthread".
162 * linux-thread-db.c (libpthread_objfile_p): New function.
163 (libpthread_name_p): Adjust preexisting callers to use
164 libpthread_objfile_p().
165
873793ae
SM
1662021-06-11 Simon Marchi <simon.marchi@polymtl.ca>
167
168 * dwarf2/loc.h (struct call_site_stuff): Remove.
169
48ec4c05
TT
1702021-06-11 Tom Tromey <tom@tromey.com>
171
172 PR rust/23427
173 * rust-parse.c (rust_parser::lex_identifier): Handle raw
174 identifiers.
175 (rust_lex_tests): Add raw identifier tests.
176
f9e59d06
LS
1772021-06-08 Lancelot Six <lsix@lancelotsix.com>
178
179 * python/lib/gdb/FrameDecorator.py (FrameDecorator): Use 'is None'
180 instead of '== None'.
181 (FrameVars): Use 'is not None' instead of '!= None'.
182 * python/lib/gdb/command/frame_filters.py (SetFrameFilterPriority):
183 Use 'is None' instead of '== None' and 'is not None' instead of '!=
184 None'.
185
122373f7
SM
1862021-06-08 Simon Marchi <simon.marchi@polymtl.ca>
187
188 * inferior.h (class inferior) <in_initial_library_scan>: New.
189 * infcmd.c (post_create_inferior): Set in_initial_library_scan.
190 * infrun.c (follow_fork_inferior): Likewise.
191 * linux-thread-db.c (try_thread_db_load): Catch exception thrown
192 by try_thread_db_load_1
193 (thread_db_load): Return early if in_initial_library_scan is
194 set.
195 * remote.c (remote_new_objfile): Return early if
196 in_initial_library_scan is set.
197
1b453aed
PA
1982021-06-07 Pedro Alves <pedro@palves.net>
199
200 * dwarf2/read.c (struct partial_die_info): Add defaulted copy
201 ctor.
202 * symtab.h (struct symbol): Add defaulted copy assignment
203 operator.
204
fa6ec8ef
PA
2052021-06-07 Pedro Alves <pedro@palves.net>
206
207 * completer.c (RL_QF_SINGLE_QUOTE, RL_QF_DOUBLE_QUOTE)
208 (RL_QF_BACKSLASH, RL_QF_OTHER_QUOTE): Delete.
209 (gdb_rl_find_completion_word): Remove write-only 'found_quote'
210 local.
211
c57eb1a2
PA
2122021-06-07 Pedro Alves <pedro@palves.net>
213
214 * nat/amd64-linux-siginfo.c (union nat_sigval): Rename to ...
215 (nat_sigval_t): ... this and remove typedef of same name.
216 (struct nat_siginfo): Rename to ...
217 (nat_siginfo_t): ... this and remove typedef of same name.
218 (struct compat_sigval): Rename to ...
219 (compat_sigval_t): ... this and remove typedef of same name.
220 (struct compat_siginfo): Rename to ...
221 (compat_siginfo_t): ... this and remove typedef of same name.
222 (struct compat_x32_siginfo): Rename to ...
223 (compat_x32_siginfo_t): ... this and remove typedef of same name.
224 (amd64_linux_siginfo_fixup_common): Adjust.
225
d8ca8e9f
PA
2262021-06-07 Pedro Alves <pedro@palves.net>
227
228 * nat/amd64-linux-siginfo.c (compat_x32_siginfo_t): Move
229 __attribute__ __aligned__ from the typedef to the struct.
230
a12a15e7
AB
2312021-06-07 Andrew Burgess <andrew.burgess@embecosm.com>
232
233 PR gdb/27847
234 * amd64-tdep.c (amd64_has_unaligned_fields): Move call to
235 type_align, and spot case where the alignment is unknown.
236
ecac8d1c
CL
2372021-06-07 Carl Love <cel@us.ibm.com>
238
239 * ppc-tdep.h (ppc_insn_prefix_dform): Declare.
240 * ppc64-tdep.c(insn_md, insn_x, insn_xo): New macros.
241 (ppc64_plt_pcrel_entry_point, ppc64_pcrel_linkage1_target,
242 ppc64_pcrel_linkage2_target): New functions.
243 (ppc64_standard_linkage9, ppc64_standard_linkage10,
244 ppc64_standard_linkage11, ppc64_standard_linkage12): New ppc
245 instruction patterns.
246 (ppc64_standard_linkage9, ppc64_standard_linkage10,
247 ppc64_standard_linkage11, ppc64_standard_linkage12): New variables
248 in define MAX expression.
249 (ppc64_skip_trampoline_code_1): Handle ppc64_standard_linkage9,
250 ppc64_standard_linkage10, ppc64_standard_linkage11,
251 ppc64_standard_linkage12.
252 * (ppc_insn_prefix_dform): New function.
253
cfa8e270
SM
2542021-06-07 Simon Marchi <simon.marchi@polymtl.ca>
255
256 PR gdb/27899
257 * sparc-nat.c (sparc_fetch_inferior_registers): Set
258 inferior_ptid instead of using switch_to_thread.
259 (sparc_store_inferior_registers): Likewise.
260
4a977544
BE
2612021-06-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
262
263 * compile/compile.c (scoped_ignore_sigpipe): New helper class.
264 (compile_to_object): Ignore SIGPIPE before calling the plugin.
265
8ff8c543
TT
2662021-06-05 Tom Tromey <tom@tromey.com>
267
268 * data-directory/Makefile.in (Makefile): Use correct directory
269 name.
270
19d6d783
TT
2712021-06-05 Tom Tromey <tom@tromey.com>
272
273 * data-directory/Makefile.in (Makefile): Rewrite.
274
b316465f
TT
2752021-06-05 Tom Tromey <tromey@adacore.com>
276
277 * configure: Rebuild.
278 * configure.ac: Add ACX_NONCANONICAL_TARGET.
279
ae61ef2c
SV
2802021-06-05 Shahab Vahedi <shahab@synopsys.com>
281
282 * NEWS: Document 'set disassembler-options' support for the ARC
283 target.
284 * arc-tdep.c (arc_gdbarch_init): Set
285 'gdbarch_valid_disassembler_options'.
286
386de171
TT
2872021-06-04 Tom Tromey <tromey@adacore.com>
288
289 * dwarf2/read.h (dwarf2_fetch_die_type_sect_off): Add 'var_name'
290 parameter.
291 * dwarf2/loc.c (dwarf2_evaluate_property) <case
292 PROP_VARIABLE_NAME>: New case.
293 (compute_var_value): New function.
294 (sect_variable_value): Use compute_var_value.
295 * dwarf2/read.c (attr_to_dynamic_prop): Handle DW_TAG_variable.
296 (var_decl_name): New function.
297 (dwarf2_fetch_die_type_sect_off): Add 'var_name' parameter.
298 * gdbtypes.h (enum dynamic_prop_kind) <PROP_VARIABLE_NAME>: New
299 constant.
300 (union dynamic_prop_data) <variable_name>: New member.
301 (struct dynamic_prop) <variable_name, set_variable_name>: New
302 methods.
303
4351271e
AB
3042021-06-04 Andrew Burgess <andrew.burgess@embecosm.com>
305
306 * remote.c (remote_target)
307 <select_thread_for_ambiguous_stop_reply>: Add additional debug
308 output.
309
a5375566
HD
3102021-06-04 Hannes Domani <ssbssa@yahoo.de>
311
312 * python/py-tui.c (class tui_py_window): Add click function.
313 (tui_py_window::click): Likewise.
314
1bace02a
HD
3152021-06-04 Hannes Domani <ssbssa@yahoo.de>
316
317 * ser-mingw.c (console_select_thread): Handle MOUSE_EVENT.
318 * tui/tui-data.h (struct tui_win_info): Add click function.
319 * tui/tui-io.c (tui_prep_terminal): Enable mouse events.
320 (tui_deprep_terminal): Disable mouse events.
321 (tui_dispatch_ctrl_char): Handle KEY_MOUSE.
322 * tui/tui.c (tui_disable): Disable mouse events.
323
df5bc734
MH
3242021-06-03 Magne Hov <mhov@undo.io>
325
326 PR python/27841
327 * eval.c (expression::evaluate): Check inferior_ptid.
328
415c8100
PA
3292021-06-03 Pedro Alves <pedro@palves.net>
330
331 * MAINTAINERS (The Official FSF-appointed GDB Maintainers): Remove
332 affiliation.
333 (Global Maintainers): Update my address.
334 (Write After Approval): Remove stale entry.
335
83810881
JB
3362021-06-03 John Baldwin <jhb@FreeBSD.org>
337
338 * fbsd-tdep.c (FBSD_SI_USER, FBSD_SI_QUEUE, FBSD_SI_TIMER)
339 (FBSD_SI_ASYNCIO, FBSD_SI_MESGQ, FBSD_SI_KERNEL, FBSD_SI_LWP)
340 (FBSD_ILL_ILLOPC, FBSD_ILL_ILLOPN, FBSD_ILL_ILLADR)
341 (FBSD_ILL_ILLTRP, FBSD_ILL_PRVOPC, FBSD_ILL_PRVREG)
342 (FBSD_ILL_COPROC, FBSD_ILL_BADSTK, FBSD_BUS_ADRALN)
343 (FBSD_BUS_ADRERR, FBSD_BUS_OBJERR, FBSD_BUS_OOMERR)
344 (FBSD_SEGV_MAPERR, FBSD_SEGV_ACCERR, FBSD_SEGV_PKUERR)
345 (FBSD_FPE_INTOVF, FBSD_FPE_INTDIV, FBSD_FPE_FLTDIV)
346 (FBSD_FPE_FLTOVF, FBSD_FPE_FLTUND, FBSD_FPE_FLTRES)
347 (FBSD_FPE_FLTINV, FBSD_FPE_FLTSUB, FBSD_TRAP_BRKPT)
348 (FBSD_TRAP_TRACE, FBSD_TRAP_DTRACE, FBSD_TRAP_CAP)
349 (FBSD_CLD_EXITED, FBSD_CLD_KILLED, FBSD_CLD_DUMPED)
350 (FBSD_CLD_TRAPPED, FBSD_CLD_STOPPED, FBSD_CLD_CONTINUED)
351 (FBSD_POLL_IN, FBSD_POLL_OUT, FBSD_POLL_MSG, FBSD_POLL_ERR)
352 (FBSD_POLL_PRI, FBSD_POLL_HUP, fbsd_signal_cause)
353 (fbsd_report_signal_info): New.
354 (fbsd_init_abi): Use fbsd_report_signal_info as gdbarch
355 report_signal_info method.
356
4c958d79
MH
3572021-06-03 Magne Hov <mhov@undo.io>
358
359 * MAINTAINERS (Write After Approval): Add Magne Hov.
360
6ac5237c
HD
3612021-06-03 Hannes Domani <ssbssa@yahoo.de>
362
363 * python/py-symbol.c (gdbpy_initialize_symbols): Restore
364 gdb.SYMBOL_LABEL_DOMAIN constant.
365
aeeb758d
JB
3662021-06-01 John Baldwin <jhb@FreeBSD.org>
367
368 * infrun.c (handle_inferior_event): Only call
369 gdbarch_displaced_step_restore_all_in_ptid if
370 gdbarch_supports_displaced_stepping is true.
371
906f72d4
TT
3722021-06-01 Tom Tromey <tromey@adacore.com>
373
374 * Makefile.in (all-data-directory): Remove.
375 (data-directory/Makefile): Remove.
376
ba56237d
TT
3772021-06-01 Tom Tromey <tromey@adacore.com>
378
379 * configure: Rebuild.
380 * configure.ac: Use AS_HELP_STRING for enable-shared. Fix typo.
381
2adf1781
TT
3822021-06-01 Tom Tromey <tromey@adacore.com>
383
384 * silent-rules.mk (ECHO_CC): New variable.
385
bdbbcd57
TT
3862021-06-01 Tom Tromey <tromey@adacore.com>
387
388 * Makefile.in (SUBDIRS): Add testsuite.
389 (all): Don't exclude testsuite.
390
f99d1d37
TT
3912021-06-01 Tom Tromey <tromey@adacore.com>
392
393 * configure.ac: Copy some code from testsuite/configure.ac.
394 (enable_libctf): Subst this, not ENABLE_LIBCTF.
395 * configure: Rebuild.
396
17d305ef
TV
3972021-06-01 Tom de Vries <tdevries@suse.de>
398
399 PR symtab/26096
400 * minsyms.c (msymbol_is_cold_clone): New function.
401 (msymbol_is_function): Use msymbol_is_cold_clone.
402
9b715c68
AB
4032021-06-01 Fredrik Hederstierna <fredrik@hederstierna.com>
404 Andrew Burgess <andrew.burgess@embecosm.com>
405
406 PR gdb/14383
407 * Makefile.in (ALL_TARGET_OBS): Add arm-none-tdep.o.
408 (ALLDEPFILES): Add arm-none-tdep.c
409 * arm-none-tdep.c: New file.
410 * configure.tgt (arm*-*-*): Add arm-none-tdep.o to cpu_obs.
411
b4b3e2de
AB
4122021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
413 Richard Bunt <richard.bunt@arm.com>
414
415 * breakpoint.c (check_longjmp_breakpoint_for_call_dummy): Add
416 check for why the backtrace stopped.
417
9ea36493
SM
4182021-05-31 Simon Marchi <simon.marchi@polymtl.ca>
419
420 * dwarf2/read.h (struct structured_type) <signatured_type>: New.
421 Update all callers.
422 (struct dwarf2_per_bfd) <allocate_signatured_type>: Add
423 signature parameter, update all callers.
424 * dwar2/read.c (dwarf2_per_bfd::allocate_signatured_type): Add
425 signature parameter.
426
46c6bcf6
SM
4272021-05-31 Simon Marchi <simon.marchi@polymtl.ca>
428
429 * dwarf2/read.h (signatured_type_up): New, use where possible.
430
4631503b
SM
4312021-05-31 Simon Marchi <simon.marchi@polymtl.ca>
432
433 * dwarf2/read.h (signatured_type, dwarf2_per_cu_data): Move up.
434
cc653233
TT
4352021-05-30 Tom Tromey <tom@tromey.com>
436
437 * dwarf2/read.c (dwarf2_per_bfd::allocate_signatured_type): Set
438 is_debug_types.
439 (create_signatured_type_table_from_index)
440 (create_signatured_type_table_from_debug_names, add_type_unit)
441 (read_comp_units_from_section): Update.
442
c96e8b04
TT
4432021-05-30 Tom Tromey <tom@tromey.com>
444
445 * dwarf2/read.h (struct dwarf2_per_bfd) <num_psymtabs,
446 m_num_psymtabs>: Remove.
447 (resize_symtabs): Update.
448 * dwarf2/read.c (dwarf2_per_bfd::allocate_per_cu)
449 (dwarf2_per_bfd::allocate_signatured_type): Update.
450
24b21115
SM
4512021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
452
453 * Fix tab after space indentation issues throughout.
454
01add95b
SM
4552021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
456
457 * Fix some indentation mistakes throughout.
458
055c879f
SM
4592021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
460
461 * breakpoint.h (iterate_over_bp_locations): Remove. Update
462 users to use all_bp_locations.
463 (all_bp_locations): New.
464 * breakpoint.c (all_bp_locations): Make non-static.
465 (iterate_over_bp_locations): Remove.
466
240edef6
SM
4672021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
468
469 * breakpoint.h (iterate_over_breakpoints): Remove. Update
470 callers to use all_breakpoints or all_breakpoints_safe.
471 (breakpoint_range, all_breakpoints, breakpoint_safe_range,
472 all_breakpoints_safe): Move here.
473 * breakpoint.c (all_breakpoints, all_breakpoints_safe): Make
474 non-static.
475 (iterate_over_breakpoints): Remove.
476 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
477 Return void.
478 * python/py-breakpoint.c (build_bp_list): Add comment, reverse
479 return value logic.
480 * guile/scm-breakpoint.c (bpscm_build_bp_list): Return void.
481
e0d9a270
SM
4822021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
483
484 * breakpoint.c (get_first_locp_gte_addr): Remove.
485 (ALL_BP_LOCATIONS_AT_ADDR): Remove. Replace all uses with
486 all_bp_locations_at_addr.
487 (struct bp_locations_at_addr_range): New.
488 (all_bp_locations_at_addr): New.
489 (bp_locations_compare_addrs): New.
490
48d7020b
SM
4912021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
492
493 * breakpoint.c (ALL_BP_LOCATIONS): Remove, update users to use
494 all_bp_locations.
495 (all_bp_locations): New.
496
5d51cd5d
SM
4972021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
498
499 * breakpoint.c (bp_locations): Change to std::vector, update all
500 users.
501 (bp_locations_count): Remove.
502 (update_global_location_list): Change to work with indices
503 rather than bp_location**.
504
40cb8ca5
SM
5052021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
506
507 * breakpoint.h (bp_locations_range): New.
508 (struct breakpoint) <locations>: New. Use where possible.
509
f6d17b2b
SM
5102021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
511
512 * breakpoint.h (all_tracepoints): Remove.
513 (breakpoint_iterator): Move here.
514 (struct tracepoint_filter): New.
515 (tracepoint_iterator): New.
516 (tracepoint_range): New.
517 (all_tracepoints): New.
518 * breakpoint.c (ALL_TRACEPOINTS): Remove, replace all users with
519 all_tracepoints.
520 (breakpoint_iterator): Move to header.
521 (all_tracepoints): New.
522 * tracepoint.c (start_tracing): Adjust.
523
1428b37a
SM
5242021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
525
526 * breakpoint.c (breakpoint_safe_range): New.
527 (all_breakpoints_safe): New. Use instead of
528 ALL_BREAKPOINTS_SAFE where possible.
529
43892fdf
SM
5302021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
531
532 * breakpoint.c (ALL_BREAKPOINTS): Remove, replace all uses with
533 all_breakpoints.
534 (breakpoint_iterator): New.
535 (breakpoint_range): New.
536 (all_breakpoints): New.
537
bdef5723
HD
5382021-05-27 Hannes Domani <ssbssa@yahoo.de>
539
540 * python/py-tui.c (tui_py_window::output): Add full_window
541 argument.
542 (gdbpy_tui_write): Parse "full_window" argument.
543
d5a6313e
SM
5442021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
545
546 * make-init-c: Add option to reverse function calls.
547
f39632d9
SM
5482021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
549
550 * Makefile.in (INIT_FILES_FILTER_OUT): New.
551 (INIT_FILES): Use INIT_FILES_FILTER_OUT.
552 (stamp-init): Use make-init-c.
553 * bpf-tdep.c (_initialize_bpf_tdep): Remove "void".
554 * silent-rules.mk (ECHO_INIT_C): Change.
555 * make-init-c: New file.
556
5e84b7ee
SM
5572021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
558
559 * command.h (add_alias_cmd): Accept target as
560 cmd_list_element. Update callers.
561
e0f25bd9
SM
5622021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
563
564 * command.h (add_info_alias): Accept target as
565 cmd_list_element. Update callers.
566
3947f654
SM
5672021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
568
569 * command.h (add_com_alias): Accept target as
570 cmd_list_element. Update callers.
571
7bd22f56
SM
5722021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
573
574 * python/py-param.c (add_setshow_generic): Use return values of
575 add_setshow functions.
576
9f260536
SM
5772021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
578
579 * mi/mi-main.c (_initialize_mi_main):
580 * python/py-auto-load.c (gdbpy_initialize_auto_load):
581 * remote.c (_initialize_remote):
582
af7f8f52
SM
5832021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
584
585 * command.h (set_show_commands): New.
586 (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd,
587 add_setshow_boolean_cmd, add_setshow_filename_cmd,
588 add_setshow_string_cmd, add_setshow_string_noescape_cmd,
589 add_setshow_optional_filename_cmd, add_setshow_integer_cmd,
590 add_setshow_uinteger_cmd, add_setshow_zinteger_cmd,
591 add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
592 Return set_show_commands. Adjust callers.
593 * cli/cli-decode.c (add_setshow_cmd_full): Return
594 set_show_commands, remove result parameters, adjust callers.
595
248f7165
TV
5962021-05-27 Tom de Vries <tdevries@suse.de>
597
598 PR symtab/27919
599 * dwarf2/read.c (process_psymtab_comp_unit):
600
2152b4fd
TV
6012021-05-27 Tom de Vries <tdevries@suse.de>
602
603 * dwarf2/read.c (find_partial_die): Fix "Cannot not" typo in dwarf
604 error.
605
6dcd1193
TV
6062021-05-27 Tom de Vries <tdevries@suse.de>
607
608 PR symtab/27898
609 * dwarf2/cu.c (dwarf2_cu::dwarf2_cu): Add load_all_dies init.
610 * dwarf2/cu.h (dwarf2_cu): Add load_all_dies field.
611 * dwarf2/read.c (load_partial_dies, find_partial_die): Update.
612 * dwarf2/read.h (dwarf2_per_cu_data::dwarf2_per_cu_data): Remove
613 load_all_dies init.
614 (dwarf2_per_cu_data): Remove load_all_dies field.
615
11bb5c41
SM
6162021-05-26 Simon Marchi <simon.marchi@efficios.com>
617
618 * regcache.c (reg_buffer::reg_buffer): Default-initialize
619 m_registers array.
620
ef5f598c
TT
6212021-05-26 Tom Tromey <tom@tromey.com>
622
623 * dwarf2/read.c (allocate_type_unit_groups_table)
624 (handle_DW_AT_stmt_list, allocate_dwo_file_hash_table): Use
625 htab_delete_entry.
626 (free_line_header_voidp): Remove.
627 * completer.c
628 (completion_tracker::completion_hash_entry::deleter): Remove.
629 (completion_tracker::discard_completions): Use htab_delete_entry.
630 * utils.h (htab_delete_entry): New template function.
631
a56889ae
HD
6322021-05-24 Hannes Domani <ssbssa@yahoo.de>
633
634 * python/py-tui.c (tui_py_window::refresh_window):
635 Avoid flickering.
636
fbf3c4b9
TV
6372021-05-23 Tom de Vries <tdevries@suse.de>
638
639 PR tdep/27822
640 * target.h (struct target_ops): Mention target_thread_architecture in
641 read_description comment.
642 * x86-linux-nat.c (x86_linux_nat_target::read_description): Use
643 pid to determine if process is 64-bit or 32-bit.
644 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
645 Same.
646 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Same.
647 * riscv-linux-nat.c (riscv_linux_nat_target::read_description): Same.
648 * s390-linux-nat.c (s390_linux_nat_target::read_description): Same.
649 * arm-linux-nat.c (arm_linux_nat_target::read_description): Same.
650 Likewise, use pid to determine if kernel supports reading VFP
651 registers.
652
8569d6e1
PW
6532021-05-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
654
655 * main.c (enum cmdarg_kind): Fix option type comments for
656 CMDARG_EARLYINIT_FILE and CMDARG_EARLYINIT_COMMAND.
657
778ae9cc
TV
6582021-05-21 Tom de Vries <tdevries@suse.de>
659
660 PR testsuite/25047
661 * contrib/cc-with-tweaks.sh: Handle -l.
662
6d1a09b7
TV
6632021-05-21 Tom de Vries <tdevries@suse.de>
664
665 PR breakpoint/27889
666 * jit.c (jit_breakpoint_re_set_internal): Skip separate debug
667 objects. Call get_jiter_objfile_data with the_objfile.
668
1487a14e
SM
6692021-05-20 Simon Marchi <simon.marchi@polymtl.ca>
670
671 * linespec.c (linespec_p): Remove. Replace all uses with
672 "linespec *".
673
bb6203bf
AH
6742021-05-20 Alexandra Hájková <ahajkova@redhat.com>
675 Pedro Alves <pedro@palves.net>
676
677 * cli/cli-script.h (command_line_up): New unique_ptr typedef.
678 * cli/cli-script.c (multi_line_command_p): Use unique_ptr
679 command_line_up instead of struct command_line.
680 (build_command_line): Likewise.
681 (get_command_line): Update the cmd function call parameter.
682 (process_next_line): Use unique_ptr command_line_up instead
683 of struct command_line.
684 (recurse_read_control_structure): Change the the type of
685 next to command_line_up.
686 (read_command_lines_1): Change type of `next' to be
687 command_line_up and update all references of `next'
688 accordingly.
689
ed3130b7
AH
6902021-05-20 Alexandra Hájková <ahajkova@redhat.com>
691
692 * MAINTAINERS (Write After Approval): Add myself.
693
5433e20e
JB
6942021-05-19 John Baldwin <jhb@FreeBSD.org>
695
696 * dwarf2/read.c (tu_abbrev_offset::operator<): Mark const.
697
a5523cc3
AH
6982021-05-18 Alexandra Hájková <ahajkova@redhat.com>
699
700 * inflow.c (new_tty): Do not leak tty.
701
cd53fa40
TT
7022021-05-17 Tom Tromey <tom@tromey.com>
703
704 * dwarf2/read.h: Update include.
705 * dwarf2/read.c: Update include.
706 * dwarf2/line-header.c: Update include.
707 * dwarf2/cu.h: Update include.
708 * dwarf2/comp-unit-head.h: Rename from comp-unit.h.
709 * dwarf2/comp-unit-head.c: Rename from comp-unit.c.
710 * Makefile.in (COMMON_SFILES): Update.
711
347212b8
TT
7122021-05-17 Tom Tromey <tom@tromey.com>
713
714 * dwarf2/read.c (maybe_queue_comp_unit)
715 (dwarf2_per_objfile::age_comp_units): Update.
716 (dwarf2_add_dependence, dwarf2_mark_helper, dwarf2_mark): Move to
717 dwarf2_cu methods.
718 * dwarf2/cu.h (struct dwarf2_cu) <mark, clear_mark, is_marked,
719 add_dependence>: New methods.
720 <m_dependencies>: Add "m_" prefix. Now private.
721 <m_mark>: Add "m_" prefix.
722 * dwarf2/cu.c (dwarf2_cu::dwarf2_cu): Update.
723 (dwarf2_mark_helper): New function.
724 (dwarf2_cu::mark, dwarf2_cu::add_dependence): New methods.
725
839118f9
TT
7262021-05-17 Tom Tromey <tom@tromey.com>
727
728 * dwarf2/read.c (dwarf2_cu::addr_sized_int_type)
729 (dwarf2_cu::start_symtab, dwarf2_cu::addr_type)
730 (dwarf2_cu::dwarf2_cu): Move to cu.c.
731 * dwarf2/cu.c: New file.
732 * Makefile.in (COMMON_SFILES): Add dwarf2/cu.c.
733
8ae78a44
TT
7342021-05-17 Tom Tromey <tom@tromey.com>
735
736 * Makefile.in (HFILES_NO_SRCDIR): Add dwarf2/cu.h.
737 * dwarf2/read.c (struct delayed_method_info, struct dwarf2_cu):
738 Move to cu.h.
739 * dwarf2/cu.h: New file.
740
c1c0a7e1
AB
7412021-05-17 Andrew Burgess <andrew.burgess@embecosm.com>
742
743 * .dir-locals.el: Set sentence-end-double-space for all modes, and
744 set brace-list-open to 0 for C and C++ modes.
745
9e541c79
TT
7462021-05-17 Tom Tromey <tromey@adacore.com>
747
748 * dwarf2/loc.c (dwarf2_evaluate_loc_desc::get_frame_base): Throw
749 if frame is null.
750
59173216
TT
7512021-05-17 Tom Tromey <tromey@adacore.com>
752
753 * nat/linux-osdata.c (user_from_uid, time_from_time_t)
754 (group_from_gid): Subtract one from strncpy length.
755
baea2f9d
TT
7562021-05-17 Tom Tromey <tromey@adacore.com>
757
758 * source.c (add_path): Check 'p' before using 'p[-1]'.
759
473ab964
TT
7602021-05-17 Tom Tromey <tromey@adacore.com>
761
762 * dwarf2/read.h (struct dwarf2_per_cu_data_deleter: New.
763 (dwarf2_per_cu_data_up): New typedef.
764 (struct dwarf2_per_bfd) <allocate_per_cu>: Change return type.
765 <all_comp_units>: Use dwarf2_per_cu_data_up.
766 * dwarf2/read.c (dwarf2_per_cu_data::operator()): New function.
767 (dwarf2_per_bfd::allocate_per_cu): Return dwarf2_per_cu_data_up.
768 (create_cu_from_index_list): Likewise.
769 (create_signatured_type_table_from_index)
770 (create_cus_from_debug_names_list, add_type_unit)
771 (read_comp_units_from_section): Update.
772 (dwarf2_find_containing_comp_unit): Change type of all_comp_units.
773 (run_test): Update.
774
16e0020b
TT
7752021-05-17 Tom Tromey <tom@tromey.com>
776
777 * dwarf2/read.c (tu_abbrev_offset::operator<): New method.
778 (sort_tu_by_abbrev_offset): Remove.
779 (build_type_psymtabs): Update.
780
91e159e9
SM
7812021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
782
783 * py-project.toml: New.
784 * gdb-gdb.py.in: Re-format.
785
034dce7a
SM
7862021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
787
788 * cli/cli-decode.h (cmd_list_element) <is_command_class_help>:
789 New, use it.
790 * command.h (cmd_func_p): Remove.
791 * cli/cli-decode.c (cmd_func_p): Remove.
792
1be99b11
SM
7932021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
794
795 * cli/cli-decode.h (cmd_list_element) <is_alias>: New, use it.
796
99858724
SM
7972021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
798
799 * cli/cli-decode.h (cmd_list_element) <cmd_pointer>: Rename
800 to...
801 <alias_target>: ... this.
802 (add_alias_cmd): Rename old to target.
803 (add_info_alias): Rename old_name to target_name.
804 (add_com_alias): Likewise.
805
14b42fc4
SM
8062021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
807
808 * Rename "prefixlist" parameters to "subcommands" throughout.
809 * cli/cli-decode.h (cmd_list_element) <prefixlist>: Rename to...
810 <subcommands>: ... this.
811 * cli/cli-decode.c (lookup_cmd_for_prefixlist): Rename to...
812 (lookup_cmd_with_subcommands): ... this.
813
ecd0a6b3
SM
8142021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
815
816 * cli/cli-decode.c (add_alias_cmd): Don't handle old == 0.
817
413b49c2
SM
8182021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
819
820 * cli/cli-decode.h (prefixname): Make const, move implementation
821 to cli/cli-decode.c.
822 * cli/cli-decode.c (cmd_list_element::prefixname): New.
823
ea11a98d
WP
8242021-05-16 Weimin Pan <weimin.pan@oracle.com>
825
826 * ctfread.c (new_symbol): Set function address.
827 (read_func_kind_type): Remove incorrect type name setting.
828 Don't copy name returned from ctf_type_ame_raw throughout file.
829
887e7158
TT
8302021-05-14 Tom Tromey <tom@tromey.com>
831
832 * rust-lang.c (rust_language::val_print_struct)
833 (rust_language::print_enum): Use common_val_print, not
834 value_print_inner.
835
55789354
TBA
8362021-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
837
838 * python/py-inferior.c (infpy_get_connection_num): New function.
839 (inferior_object_getset): Add a new element for 'connection_num'.
840 * NEWS: Mention the 'connection_num' attribute of Inferior objects.
841
2f63ec5c
AB
8422021-05-14 Andrew Burgess <andrew.burgess@embecosm.com>
843
844 * remote.c (check_pending_events_prevent_wildcard_vcont): Change
845 argument type, update and re-wrap, header comment.
846 (remote_target::commit_resumed): Convert any_process_wildcard and
847 may_global_wildcard_vcont from int to bool.
848
ecf25064
KC
8492021-05-14 Kent Cheung <kent.cheung@arm.com>
850
851 * cp-valprint.c (cp_print_value): Replaced duplicate code.
852 * guile/scm-pretty-print.c (ppscm_print_children): Check max_depth
853 just before printing child values.
854 (gdbscm_apply_val_pretty_printer): Don't check max_depth before
855 printing string representation.
856 * python/py-prettyprint.c (print_children): Check max_depth just
857 before printing child values.
858 (gdbpy_apply_val_pretty_printer): Don't check max_depth before
859 printing string representation.
860
df68e12b
MF
8612021-05-14 Mike Frysinger <vapier@gentoo.org>
862
863 * remote-sim.c: Change gdb/callback.h & gdb/remote-sim.h includes to
864 sim/callback.h & sim/sim.h.
865
183aaaf7
MF
8662021-05-13 Mike Frysinger <vapier@gentoo.org>
867
868 * lm32-tdep.c: Delete gdb/callback.h, gdb/remote-sim.h, and
869 sim-regno.h include.
870
737358ba
SM
8712021-05-13 Simon Marchi <simon.marchi@efficios.com>
872
873 * inf-child.h (inf_child_target) <follow_exec>: New.
874 * inf-child.c (inf_child_target::follow_exec): New.
875
294c36eb
SM
8762021-05-13 Simon Marchi <simon.marchi@efficios.com>
877
878 * target.h (struct target_ops) <follow_exec>: Add ptid_t
879 parameter.
880 (target_follow_exec): Likewise.
881 * target.c (target_follow_exec): Add ptid_t parameter.
882 * infrun.c (follow_exec): Adjust call to target_follow_exec,
883 don't push target nor create thread.
884 * linux-thread-db.c (class thread_db_target) <follow_exec>: New.
885 (thread_db_target::wait): Just return on TARGET_WAITKIND_EXECD.
886 (thread_db_target::follow_exec): New.
887 * remote.c (class remote_target) <follow_exec>: Add ptid_t parameter.
888 (remote_target::follow_exec): Call
889 process_stratum_target::follow_exec.
890 * target-delegates.c: Re-generate.
891
2af87c85
SM
8922021-05-13 Simon Marchi <simon.marchi@efficios.com>
893
894 * infrun.c (follow_exec): Call target_follow_fork when
895 follow-exec-mode is same.
896 * target.h (target_follow_fork): Improve doc.
897
0b2256f7
SM
8982021-05-13 Simon Marchi <simon.marchi@polymtl.ca>
899
900 * cli/cli-decode.h (struct cmd_list_element) <pre_show_hook>:
901 Remove.
902 * cli/cli-setshow.c (do_show_command): Adjust.
903
0746f49b
LM
9042021-05-13 Luis Machado <luis.machado@linaro.org>
905
906 * arch/aarch64-mte-linux.c (aarch64_mte_get_tag_granules): Don't
907 include the last address in the range.
908
4b8cb9dd
SM
9092021-05-12 Simon Marchi <simon.marchi@polymtl.ca>
910
911 * python/python-internal.h (gdbpy_parse_command_name): Return
912 gdb::unique_xmalloc_ptr.
913 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
914 (cmdpy_init): Adjust.
915 * python/py-param.c (parmpy_init): Adjust.
916 (add_setshow_generic): Take gdb::unique_xmalloc_ptr, release it
917 when done.
918
ee35ce82
GB
9192021-05-12 George Barrett <bob@bob131.so>
920
921 * NEWS (Guile API): Note the addition of the new procedure.
922 * guile/scm-value.c (gdbscm_value_const_value): Add
923 implementation of value-const-value procedure.
924 (value_functions): Add value-const-value procedure.
925
9d4fc61d
GB
9262021-05-12 George Barrett <bob@bob131.so>
927
928 * NEWS (Guile API): Note the addition of new procedures.
929 * guile/scm-value.c (gdbscm_reference_value): Add helper function
930 for reference value creation.
931 (gdbscm_value_reference_value): Add implementation of
932 value-reference-value procedure.
933 (gdbscm_value_rvalue_reference_value): Add implementation of
934 value-rvalue-reference-value procedure.
935 (value_functions): Add value-reference-value procedure. Add
936 value-rvalue-reference-value procedure.
937
97cef6b7
GB
9382021-05-12 George Barrett <bob@bob131.so>
939
940 * guile/scm-type.c (type_integer_constants): Add binding for
941 TYPE_CODE_RVALUE_REF.
942 * guile/scm-value.c (gdbscm_value_referenced_value): Handle
943 dereferencing of rvalue references.
944 * NEWS (Guile API): Note improvements in rvalue reference support.
945
d51344c9
MM
9462021-05-12 Markus Metzger <markus.t.metzger@intel.com>
947
948 * btrace.c (handle_pt_insn_events): Ignore status update enable
949 events.
950
f2a883a8
SM
9512021-05-11 Simon Marchi <simon.marchi@polymtl.ca>
952
953 * arm-tdep.c (arm_record_data_proc_misc_ld_str): Fix
954 indentation.
955
64f30eb0
SM
9562021-05-11 Simon Marchi <simon.marchi@polymtl.ca>
957
958 * cli/cli-decode.h (struct cmd_list_element): Fix indentation.
959
db1f6cd6
LS
9602021-05-10 Lancelot Six <lsix@lancelotsix.com>
961
962 PR gdb/27614
963 * contrib/gdb-add-index.sh: Fix when called with a symlink as an
964 argument.
965
31aceaef
SM
9662021-05-10 Simon Marchi <simon.marchi@polymtl.ca>
967
968 * nat/linux-waitpid.c (status_to_str): Show signal name.
969
75140e3b
AB
9702021-05-09 Andrew Burgess <andrew.burgess@embecosm.com>
971
972 * python/py-breakpoint.c (pybp_debug): New static global.
973 (show_pybp_debug): New function.
974 (pybp_debug_printf): Define.
975 (PYBP_SCOPED_DEBUG_ENTER_EXIT): Define.
976 (gdbpy_breakpoint_created): Add some debugging.
977 (gdbpy_breakpoint_deleted): Likewise.
978 (gdbpy_breakpoint_modified): Likewise.
979 (_initialize_py_breakpoint): New function.
980
1ef40c13
AB
9812021-05-09 Andrew Burgess <andrew.burgess@embecosm.com>
982
983 * python/py-unwind.c (pyuw_debug): Convert to bool.
984 (show_pyuw_debug): New function.
985 (pyuw_debug_printf): Define.
986 (PYUW_SCOPED_DEBUG_ENTER_EXIT): Define.
987 (pyuw_this_id): Convert to new debug print macros.
988 (pyuw_prev_register): Likewise.
989 (pyuw_sniffer): Likewise.
990 (pyuw_dealloc_cache): Likewise.
991 (_initialize_py_unwind): Update now pyuw_debug is a bool, and add
992 show function when registering.
993
927c4e35
AB
9942021-05-09 Andrew Burgess <andrew.burgess@embecosm.com>
995
996 * dummy-frame.c (fprint_dummy_frames): Convert use of
997 fprint_frame_id to use frame_id::to_string.
998 * frame.c (fprint_field): Delete.
999 (fprint_frame_id): Moved to...
1000 (frame_id::to_string): ...this, rewritten to return a string.
1001 (fprint_frame): Convert use of fprint_frame_id to use
1002 frame_id::to_string.
1003 (compute_frame_id): Likewise.
1004 (frame_id_p): Likewise.
1005 (frame_id_eq): Likewise.
1006 (frame_id_inner): Likewise.
1007 * frame.h (struct frame_id) <to_string>: New member function.
1008 (fprint_frame_id): Delete declaration.
1009 * guile/scm-frame.c (frscm_print_frame_smob): Convert use of
1010 fprint_frame_id to use frame_id::to_string.
1011 * python/py-frame.c (frame_object_to_frame_info): Likewise.
1012 * python/py-unwind.c (unwind_infopy_str): Likewise.
1013 (pyuw_this_id): Likewise.
1014
8d06918f
SM
10152021-05-08 Simon Marchi <simon.marchi@polymtl.ca>
1016
1017 * nat/linux-waitpid.c (status_to_str): Return std::string.
1018 * nat/linux-waitpid.h (status_to_str): Likewise.
1019 * linux-nat.c (linux_nat_post_attach_wait): Adjust.
1020 (linux_nat_target::attach): Adjust.
1021 (linux_handle_extended_wait): Adjust.
1022 (wait_lwp): Adjust.
1023 (stop_wait_callback): Adjust.
1024 (linux_nat_filter_event): Adjust.
1025 (linux_nat_wait_1): Adjust.
1026 * nat/linux-waitpid.c (status_to_str): Adjust.
1027 * nat/linux-waitpid.h (status_to_str): Adjust.
1028
550e9289
SM
10292021-05-08 Simon Marchi <simon.marchi@polymtl.ca>
1030
1031 * infrun.h (infrun_debug_printf): Add missing space.
1032
4655f850
PA
10332021-05-08 Pedro Alves <pedro@palves.net>
1034
1035 * linux-nat.c (linux_nat_target::supports_disable_randomization):
1036 Remove references to HAVE_PERSONALITY.
1037 * nat/linux-personality.c: Remove references to HAVE_PERSONALITY.
1038 (maybe_disable_address_space_randomization)
1039 (~maybe_disable_address_space_randomizatio): Remove references to
1040 HAVE_PERSONALITY.
1041 * config.in, configure: Regenerate.
1042
1845e254
AB
10432021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
1044
1045 * cli/cli-cmds.c: Add 'gdbsupport/gdb_tilde_expand.h'
1046 include.
1047 (source_script_with_search): Perform tilde expansion.
1048
91e3c425
SM
10492021-05-07 Simon Marchi <simon.marchi@polymtl.ca>
1050
1051 * target-descriptions.c (struct target_desc_info) <filename>:
1052 Make std::string.
1053 (copy_inferior_target_desc_info): Adjust.
1054 (target_desc_info_free): Adjust.
1055 (target_find_description): Adjust.
1056 (set_tdesc_filename_cmd): Adjust.
1057 (show_tdesc_filename_cmd): Adjust.
1058 (unset_tdesc_filename_cmd): Adjust.
1059 (maint_print_c_tdesc_cmd): Adjust.
1060
0b2f7ade
SM
10612021-05-07 Simon Marchi <simon.marchi@polymtl.ca>
1062
1063 * target-descriptions.c (struct target_desc_info): Initialize
1064 fields.
1065 (get_tdesc_info): Use new.
1066 (target_desc_info_free): Use delete.
1067
820c4490
SM
10682021-05-07 Simon Marchi <simon.marchi@polymtl.ca>
1069
1070 * target-descriptions.c (struct target_desc_info) <fetched>:
1071 bool.
1072 (target_find_description): Adjust.
1073 (target_clear_description): Adjust.
1074
c2962e6a
SM
10752021-05-07 Simon Marchi <simon.marchi@polymtl.ca>
1076
1077 * target-descriptions.c (struct target_desc_info) <tdesc>:
1078 Adjust doc.
1079 (target_desc_fetched): Remove.
1080 (current_target_desc): Remove.
1081 (target_description_filename): Remove.
1082 (target_find_description): Adjust.
1083 (target_clear_description): Adjust.
1084 (target_current_description): Adjust.
1085 (set_tdesc_filename_cmd): Adjust.
1086 (show_tdesc_filename_cmd): Adjust.
1087 (unset_tdesc_filename_cmd): Adjust.
1088 (maint_print_c_tdesc_cmd): Adjust.
1089 (maint_print_xml_tdesc_cmd): Adjust.
1090
8a82de58
AB
10912021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
1092
1093 * infcmd.c (notice_new_inferior): Change parameter type.
1094 * inferior.h (notice_new_inferior): Change parameter type.
1095 * remote.c (remote_notice_new_inferior): Change parameter type to
1096 bool. Also update type of local variable to bool.
1097 (remote_target::update_thread_list): Change type of local variable
1098 to bool.
1099 (remote_target::process_stop_reply): Pass bool instead of int to
1100 remote_notice_new_inferior.
1101
bedc4734
SM
11022021-05-07 Simon Marchi <simon.marchi@efficios.com>
1103
1104 * target.c (target_stack::unpush): Call target_ops::find_beneath
1105 to get the target beneath `t`.
1106
27f0a431
SM
11072021-05-07 Simon Marchi <simon.marchi@efficios.com>
1108
1109 * target.c (target_close): Check in all inferiors that the
1110 target is not pushed.
1111
1d1669e4
AM
11122021-05-07 Aaron Merey <amerey@redhat.com>
1113
1114 * debuginfod-support.c (debuginfod_init): Remove.
1115 (get_debuginfod_client): New function.
1116
2698f5ea
TT
11172021-05-07 Tom Tromey <tom@tromey.com>
1118
1119 * breakpoint.c (ambiguous_names_p): Use htab_eq_string.
1120 * utils.c (streq_hash): Remove.
1121 * utils.h (streq_hash): Don't declare.
1122 * completer.c (completion_tracker::discard_completions): Update
1123 comment.
1124 * ada-lang.c (_initialize_ada_language): Use htab_eq_string.
1125
13123da8
SM
11262021-05-07 Simon Marchi <simon.marchi@polymtl.ca>
1127
1128 * Re-format all Python files using black.
1129
9589edb8
AB
11302021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
1131
1132 * guile/guile-internal.h (gdbscm_safe_source_script): Change
1133 function return type.
1134 * guile/guile.c (gdbscm_source_script): Update to handle change in
1135 gdbscm_safe_source_script.
1136 * guile/scm-objfile.c (gdbscm_source_objfile_script): Likewise.
1137 * guile/scm-safe-call.c (gdbscm_safe_source_script): Change return
1138 type.
1139
ec66d6ea
SM
11402021-05-06 Simon Marchi <simon.marchi@polymtl.ca>
1141
1142 * inferior.h (class inferior) <args>: Change type to
1143 unique_xmalloc_ptr.
1144 * inferior.c (inferior::~inferior): Don't free args.
1145 * infcmd.c (get_inferior_args): Adjust.
1146 (set_inferior_args): Adjust.
1147
0618ecf6
AB
11482021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
1149
1150 * guile/scm-breakpoint.c (bpscm_print_breakpoint_smob): Only print
1151 breakpoint locations when the breakpoint actually has a location.
1152
79aabb73
TBA
11532021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1154
1155 * mi/mi-cmd-break.c (mi_cmd_break_condition): New function.
1156 * mi/mi-cmds.c: Change the binding of "-break-condition" to
1157 mi_cmd_break_condition.
1158 * mi/mi-cmds.h (mi_cmd_break_condition): Declare.
1159 * breakpoint.h (set_breakpoint_condition): Declare a new
1160 overload.
1161 * breakpoint.c (set_breakpoint_condition): New overloaded function
1162 extracted out from ...
1163 (condition_command): ... this.
1164 * NEWS: Mention the change.
1165
10e578d7
TBA
11662021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1167
1168 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Recognize the
1169 '--force-condition' flag to force the condition in the
1170 '-break-insert' and '-dprintf-insert' commands.
1171 * NEWS: Mention the change.
1172
225bda24
TV
11732021-05-04 Tom de Vries <tdevries@suse.de>
1174
1175 PR guile/27806
1176 * guile/guile.c (gdbscm_initialize): Don't let guile change libgmp
1177 memory functions.
1178
b8efb248
TT
11792021-04-30 Tom Tromey <tom@tromey.com>
1180
1181 * dwarf2/read.c (dwarf2_initialize_objfile): Update.
1182 (add_signatured_type_cu_to_table): Remove.
1183 (create_debug_type_hash_table): Assume dwo_file is non-null.
1184 (create_debug_types_hash_table): Update comment.
1185 (create_all_type_units): Remove.
1186 (sort_tu_by_abbrev_offset): Update comment.
1187 (build_type_psymtabs): Rename from build_type_psymtabs_1.
1188 (build_type_psymtabs): Remove.
1189 (process_skeletonless_type_unit, dwarf2_build_psymtabs_hard):
1190 Update.
1191 (read_comp_units_from_section): Add types_htab, section_kind
1192 parameters.
1193 (create_all_comp_units): Read type units.
1194
91eea9cc
TT
11952021-04-30 Tom Tromey <tom@tromey.com>
1196
1197 * dwarf2/read.h (struct tu_stats) <nr_tus>: New member.
1198 (struct dwarf2_per_bfd) <get_cutu, get_tu>: Remove
1199 <get_cu>: Now inline.
1200 <all_type_units>: Remove.
1201 * dwarf2/read.c (dwarf2_per_bfd::~dwarf2_per_bfd): Update.
1202 (dwarf2_per_bfd::get_cutu, dwarf2_per_bfd::get_cu)
1203 (dwarf2_per_bfd::get_tu): Remove.
1204 (dwarf2_per_bfd::allocate_signatured_type): Update nr_tus.
1205 (create_signatured_type_table_from_index)
1206 (create_signatured_type_table_from_debug_names)
1207 (dw2_symtab_iter_next, dwarf2_base_index_functions::print_stats)
1208 (dwarf2_base_index_functions::expand_all_symtabs)
1209 (dw2_expand_marked_cus, dw_expand_symtabs_matching_file_matcher)
1210 (dwarf2_base_index_functions::map_symbol_filenames)
1211 (dw2_debug_names_iterator::next, dwarf2_initialize_objfile)
1212 (add_signatured_type_cu_to_table, create_all_type_units)
1213 (add_type_unit, build_type_psymtabs_1, print_tu_stats)
1214 (create_all_comp_units): Update.
1215 * dwarf2/index-write.c (check_dwarf64_offsets, write_gdbindex)
1216 (write_debug_names): Update.
1217
0d305d5c
TT
12182021-04-30 Tom Tromey <tom@tromey.com>
1219
1220 * dwarf2/read.h (struct dwarf2_per_bfd) <allocate_per_cu,
1221 allocate_signatured_type>: Change return type.
1222 <all_comp_units, all_type_units>: Hold unique pointers.
1223 (struct dwarf2_per_cu_data): Add constructor and initializers.
1224 (struct signatured_type): Derive from dwarf2_per_cu_data.
1225 * dwarf2/read.c (type_unit_group): Derive from
1226 dwarf2_per_cu_data.
1227 (dwarf2_per_bfd::get_cutu, dwarf2_per_bfd::get_cu)
1228 (dwarf2_per_bfd::get_tu)
1229 (dwarf2_per_bfd::allocate_signatured_type)
1230 (dwarf2_per_bfd::allocate_signatured_type)
1231 (create_cu_from_index_list, create_cus_from_index_list)
1232 (create_signatured_type_table_from_index)
1233 (create_signatured_type_table_from_debug_names)
1234 (create_addrmap_from_aranges)
1235 (dwarf2_base_index_functions::find_last_source_symtab)
1236 (dw_expand_symtabs_matching_file_matcher)
1237 (dwarf2_gdb_index::expand_symtabs_matching)
1238 (dwarf2_base_index_functions::map_symbol_filenames)
1239 (create_cus_from_debug_names_list)
1240 (dw2_debug_names_iterator::next)
1241 (dwarf2_debug_names_index::expand_symtabs_matching)
1242 (create_debug_type_hash_table, add_type_unit)
1243 (fill_in_sig_entry_from_dwo_entry, lookup_dwo_signatured_type):
1244 Update.
1245 (allocate_type_unit_groups_table): Use delete.
1246 (create_type_unit_group): Change return type. Use new.
1247 (get_type_unit_group, build_type_psymtabs_1)
1248 (build_type_psymtab_dependencies)
1249 (process_skeletonless_type_unit, set_partial_user)
1250 (dwarf2_build_psymtabs_hard, read_comp_units_from_section)
1251 (create_cus_hash_table, queue_and_load_dwo_tu, follow_die_sig_1)
1252 (read_signatured_type): Update.
1253 (dwarf2_find_containing_comp_unit): Change type of
1254 'all_comp_units'.
1255 (run_test): Update.
1256 (dwarf2_per_bfd::allocate_per_cu)
1257 (dwarf2_per_bfd::allocate_signatured_type): Change return type.
1258 Use new.
1259 (add_signatured_type_cu_to_table): Update.
1260 * dwarf2/index-write.c (write_one_signatured_type)
1261 (check_dwarf64_offsets, psyms_seen_size, write_gdbindex)
1262 (write_debug_names): Update.
1263
1bee48c7
TT
12642021-04-30 Tom Tromey <tromey@adacore.com>
1265
1266 * nat/windows-nat.h (get_image_name): Don't declare.
1267 * nat/windows-nat.c (get_image_name): Now static.
1268
e228ef97
TT
12692021-04-30 Tom Tromey <tromey@adacore.com>
1270
1271 * windows-nat.c (windows_nat::handle_load_dll): Update.
1272 (windows_nat_target::get_windows_debug_event): Call
1273 dll_loaded_event.
1274 (windows_add_all_dlls, windows_add_dll): Move to
1275 nat/windows-nat.c.
1276 * nat/windows-nat.h (handle_load_dll): Change parameters.
1277 (dll_loaded_event, windows_add_all_dlls): Declare.
1278 * nat/windows-nat.c (windows_add_dll, windows_add_all_dlls): Move
1279 from windows-nat.c.
1280 (dll_loaded_event): New function.
1281
de071872
TT
12822021-04-30 Tom Tromey <tromey@adacore.com>
1283
1284 * nat/windows-nat.h (GenerateConsoleCtrlEvent): New define.
1285 (GenerateConsoleCtrlEvent_ftype, GenerateConsoleCtrlEvent):
1286 Declare.
1287 * nat/windows-nat.c (GenerateConsoleCtrlEvent): Define.
1288 (initialize_loadable): Initialize GenerateConsoleCtrlEvent.
1289
9e439f00
TT
12902021-04-30 Tom Tromey <tromey@adacore.com>
1291
1292 * windows-nat.c: Move code to nat/windows-nat.[ch].
1293 (_initialize_windows_nat): Call initialize_loadable.
1294 * nat/windows-nat.h (AdjustTokenPrivileges)
1295 (DebugActiveProcessStop, DebugBreakProcess)
1296 (DebugSetProcessKillOnExit, EnumProcessModules)
1297 (EnumProcessModulesEx, GetModuleInformation)
1298 (GetModuleFileNameExA, GetModuleFileNameExW)
1299 (LookupPrivilegeValueA, OpenProcessToken, GetConsoleFontSize)
1300 (GetCurrentConsoleFont, Wow64SuspendThread)
1301 (Wow64GetThreadContext, Wow64SetThreadContext)
1302 (Wow64GetThreadSelectorEntry): Move from windows-nat.c.
1303 (AdjustTokenPrivileges_ftype)
1304 (DebugActiveProcessStop_ftype, DebugBreakProcess_ftype)
1305 (DebugSetProcessKillOnExit_ftype, EnumProcessModules_ftype)
1306 (EnumProcessModulesEx_ftype, GetModuleInformation_ftype)
1307 (GetModuleFileNameExA_ftype, GetModuleFileNameExW_ftype)
1308 (LookupPrivilegeValueA_ftype, OpenProcessToken_ftype)
1309 (GetConsoleFontSize_ftype)
1310 (GetCurrentConsoleFont_ftype, Wow64SuspendThread_ftype)
1311 (Wow64GetThreadContext_ftype, Wow64SetThreadContext_ftype)
1312 (Wow64GetThreadSelectorEntry_ftype): Likewise.
1313 (initialize_loadable): Declare.
1314 * nat/windows-nat.c (AdjustTokenPrivileges)
1315 (DebugActiveProcessStop, DebugBreakProcess)
1316 (DebugSetProcessKillOnExit, EnumProcessModules)
1317 (EnumProcessModulesEx, GetModuleInformation, GetModuleFileNameExA)
1318 (GetModuleFileNameExW, LookupPrivilegeValueA, OpenProcessToken)
1319 (GetCurrentConsoleFont, GetConsoleFontSize, Wow64SuspendThread)
1320 (Wow64GetThreadContext, Wow64SetThreadContext)
1321 (Wow64GetThreadSelectorEntry): Define.
1322 (bad, bad_GetCurrentConsoleFont, bad_GetConsoleFontSize): Move
1323 from windows-nat.c.
1324 (initialize_loadable): Likewise, and rename.
1325
1053c638
TT
13262021-04-30 Tom Tromey <tromey@adacore.com>
1327
1328 * windows-nat.c (bad_GetModuleFileNameEx): Remove define.
1329 (bad_DebugActiveProcessStop, bad_DebugBreakProcess)
1330 (bad_DebugSetProcessKillOnExit, bad_EnumProcessModules)
1331 (bad_GetModuleFileNameExW, bad_GetModuleFileNameExA)
1332 (bad_GetModuleInformation, bad_OpenProcessToken): Remove.
1333 (bad): New template functions.
1334 (_initialize_loadable): Update.
1335
2869ac4b
TT
13362021-04-30 Tom Tromey <tromey@adacore.com>
1337
1338 * ada-lang.c (ada_index_type): Use ada_check_typedef.
1339
e197dfae
SM
13402021-04-29 Simon Marchi <simon.marchi@efficios.com>
1341
1342 * auto-load.h: Split namespace declaration.
1343
89ba430c
SM
13442021-04-29 Simon Marchi <simon.marchi@polymtl.ca>
1345
1346 * infrun.c (save_waitstatus): Move variables to inner scope.
1347
8eb82ba1
AB
13482021-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1349
1350 * NEWS: Fix typo and stray full stop.
1351
db2534b7
TT
13522021-04-28 Tom Tromey <tromey@adacore.com>
1353
1354 * ada-exp.y (primary): Use new type for null pointer.
1355 * ada-lang.c (ada_type_match): Remove "may_deref"
1356 parameter. Handle null pointer.
1357 (ada_args_match): Update.
1358 * ada-valprint.c (ada_value_print_ptr, ada_value_print):
1359 Handle null pointer.
1360
edeaceda
AB
13612021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
1362
1363 * NEWS: Mention new commands.
1364 * python/python.c (python_ignore_environment): New static global.
1365 (show_python_ignore_environment): New function.
1366 (set_python_ignore_environment): New function.
1367 (python_dont_write_bytecode): New static global.
1368 (show_python_dont_write_bytecode): New function.
1369 (set_python_dont_write_bytecode): New function.
1370 (_initialize_python): Register new commands.
1371
041ca48e
AB
13722021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
1373
1374 * extension-priv.h (struct extension_language_ops): Rename
1375 'finish_initialization' to 'initialize'.
1376 * extension.c (finish_ext_lang_initialization): Renamed to...
1377 (ext_lang_initialization): ...this, update comment, and updated
1378 the calls to reflect the change in struct extension_language_ops.
1379 * extension.h (finish_ext_lang_initialization): Renamed to...
1380 (ext_lang_initialization): ...this.
1381 * guile/guile.c (gdbscm_finish_initialization): Renamed to...
1382 (gdbscm_initialize): ...this, update comment at definition.
1383 (guile_extension_ops): Update.
1384 * main.c (captured_main_1): Update call to
1385 finish_ext_lang_initialization.
1386 * python/python.c (gdbpy_finish_initialization): Rename to...
1387 (gdbpy_initialize): ...this, update comment at definition, and
1388 update call to do_finish_initialization.
1389 (python_extension_ops): Update.
1390 (do_finish_initialization): Rename to...
1391 (do_initialize): ...this, and update comment.
1392
1178f01a
AB
13932021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
1394
1395 * main.c (captured_main_1): Add a call to
1396 finish_ext_lang_initialization.
1397 * top.c (gdb_init): Remove call to finish_ext_lang_initialization.
1398
880ae75a
AB
13992021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
1400
1401 * guile/guile.c (gdbscm_set_backtrace): Add declaration.
1402 (gdbscm_finish_initialization): Add code moved from
1403 _initialize_guile.
1404 (_initialize_guile): Move code to gdbscm_finish_initialization.
1405 * guile/scm-arch.c (gdbscm_initialize_arches): Move some code into
1406 _initialize_scm_arch.
1407 (_initialize_scm_arch): New function.
1408 * guile/scm-block.c (gdbscm_initialize_blocks): Move some code
1409 into _initialize_scm_block.
1410 (_initialize_scm_block): New function.
1411 * guile/scm-frame.c (gdbscm_initialize_frames): Move some code
1412 into _initialize_scm_frame.
1413 (_initialize_scm_frame): New function.
1414 * guile/scm-objfile.c (gdbscm_initialize_objfiles): Move some code
1415 into _initialize_scm_objfile.
1416 (_initialize_scm_objfile): New function.
1417 * guile/scm-progspace.c (gdbscm_initialize_pspaces): Move some
1418 code into _initialize_scm_progspace.
1419 (_initialize_scm_progspace): New function.
1420 * guile/scm-symbol.c (gdbscm_initialize_symbols): Move some code
1421 into _initialize_scm_symbol.
1422 (_initialize_scm_symbol): New function.
1423 * guile/scm-symtab.c (gdbscm_initialize_symtabs): Move some code
1424 into _initialize_scm_symtab.
1425 (_initialize_scm_symtab): New function.
1426 * guile/scm-type.c (gdbscm_initialize_types): Move some code into
1427 _initialize_scm_type.
1428 (_initialize_scm_type): New function.
1429
8e3685bf
AB
14302021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
1431
1432 * python/py-arch.c (_initialize_py_arch): New function.
1433 (gdbpy_initialize_arch): Move code to _initialize_py_arch.
1434 * python/py-block.c (_initialize_py_block): New function.
1435 (gdbpy_initialize_blocks): Move code to _initialize_py_block.
1436 * python/py-inferior.c (_initialize_py_inferior): New function.
1437 (gdbpy_initialize_inferior): Move code to _initialize_py_inferior.
1438 * python/py-objfile.c (_initialize_py_objfile): New function.
1439 (gdbpy_initialize_objfile): Move code to _initialize_py_objfile.
1440 * python/py-progspace.c (_initialize_py_progspace): New function.
1441 (gdbpy_initialize_pspace): Move code to _initialize_py_progspace.
1442 * python/py-registers.c (_initialize_py_registers): New function.
1443 (gdbpy_initialize_registers): Move code to
1444 _initialize_py_registers.
1445 * python/py-symbol.c (_initialize_py_symbol): New function.
1446 (gdbpy_initialize_symbols): Move code to _initialize_py_symbol.
1447 * python/py-symtab.c (_initialize_py_symtab): New function.
1448 (gdbpy_initialize_symtabs): Move code to _initialize_py_symtab.
1449 * python/py-type.c (_initialize_py_type): New function.
1450 (gdbpy_initialize_types): Move code to _initialize_py_type.
1451 * python/py-unwind.c (_initialize_py_unwind): New function.
1452 (gdbpy_initialize_unwind): Move code to _initialize_py_unwind.
1453 * python/python.c (_initialize_python): Move call to
1454 do_start_initialization to gdbpy_finish_initialization.
1455 (gdbpy_finish_initialization): Add call to
1456 do_start_initialization.
1457
913832e9
AB
14582021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
1459
1460 * extension.c (struct scoped_default_signal): New struct.
1461 (scoped_default_sigint): New typedef.
1462 (finish_ext_lang_initialization): Make use of
1463 scoped_default_sigint.
1464
a3b5ef3e
AB
14652021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
1466
1467 * main.c (captured_main_1): Don't pass argument to gdb_init.
1468 * top.c (gdb_init): Remove unused argument, and add header
1469 comment.
1470 * top.h (gdb_init): Remove argument.
1471
b9f90c72
LM
14722021-04-27 Luis Machado <luis.machado@linaro.org>
1473
1474 * psymtab.c (psymbol_functions::dump): Output newline.
1475 Remove wrap.
1476 * symmisc.c (dump_objfile): Likewise.
1477
2c473def
MW
14782021-04-27 Michael Weghorn <m.weghorn@posteo.de>
1479 Simon Marchi <simon.marchi@polymtl.ca>
1480
1481 * gdb/auto-load.c (_initialize_auto_load): 'Specify token
1482 when attaching the 'auto_load_new_objfile' observer, so
1483 other observers can specify it as a dependency.
1484 * gdb/auto-load.h (struct token): Declare
1485 'auto_load_new_objfile_observer_token' as token to be used
1486 for the 'auto_load_new_objfile' observer.
1487 * gdb/python/py-inferior.c (gdbpy_initialize_inferior): Make
1488 'python_new_objfile' observer depend on 'auto_load_new_objfile'
1489 observer, so it gets notified after the latter.
1490
9a6e099f
MW
14912021-04-27 Michael Weghorn <m.weghorn@posteo.de>
1492 Simon Marchi <simon.marchi@polymtl.ca>
1493
1494 * unittests/observable-selftests.c (dependency_test_counters):
1495 New.
1496 (observer_token0, observer_token1, observer_token2,
1497 observer_token3, observer_token4, observer_token5): New.
1498 (struct dependency_observer_data): New struct.
1499 (observer_dependency_test_callback): New function.
1500 (test_observers): New.
1501 (run_dependency_test): New function.
1502 (test_dependency): New.
1503 (_initialize_observer_selftest): Register dependency test.
1504
bea3329b
SM
15052021-04-26 Simon Marchi <simon.marchi@polymtl.ca>
1506
1507 PR gdb/27773
1508 * cli/cli-dump.c (dump_binary_file): Check result of
1509 gdb_fopen_cloexec.
1510
c290cb01
ST
15112021-04-25 Sergei Trofimovich <siarheit@google.com>
1512
1513 * sparc-linux-nat.c (sparc_linux_nat_target): fix sparc build
1514 by passing `process_stratum_target*` parameter.
1515
fbb46296
LS
15162021-04-25 Lancelot Six <lsix@lancelotsix.com>
1517
1518 PR gdb/22640
1519 * typeprint.h (struct type_print_options): Add print_in_hex
1520 flag.
1521 (struct print_offset_data): Add print_in_hex flag, add a
1522 constructor accepting a type_print_options* argument.
1523 * typeprint.c (type_print_raw_options, default_ptype_flags): Set
1524 default value for print_in_hex.
1525 (print_offset_data::indentation): Allow more horizontal space.
1526 (print_offset_data::print_offset_data): Add ctor.
1527 (print_offset_data::maybe_print_hole, print_offset_data::update):
1528 Handle the print_in_hex flag.
1529 (whatis_exp): Handle 'x' and 'd' flags.
1530 (print_offsets_and_sizes_in_hex): Declare.
1531 (set_print_offsets_and_sizes_in_hex): Create.
1532 (show_print_offsets_and_sizes_in_hex): Create.
1533 (_initialize_typeprint): Update help message for the ptype
1534 command, register the 'set print type hex' and 'show print type
1535 hex' commands.
1536 * c-typeprint.c (c_print_type, c_type_print_base_struct_union)
1537 (c_type_print_base): Construct the print_offset_data
1538 object using the type_print_optons parameter.
1539 * rust-lang.c (rust_language::print_type): Construct the
1540 print_offset_data object using the type_print_optons parameter.
1541 * NEWS: Mention the new flags of the ptype command.
1542
18bbba46
LS
15432021-04-25 Lancelot Six <lsix@lancelotsix.com>
1544
1545 * typeprint.h (struct type_print_options): Move before
1546 print_offset_data.
1547
77393c9b
JB
15482021-04-25 Joel Brobecker <brobecker@adacore.com>
1549
1550 GDB 10.2 released.
1551
98c897e3
SM
15522021-04-23 Simon Marchi <simon.marchi@polymtl.ca>
1553
1554 * observable.c (observer_debug): Change to bool.
1555
9fc29955
AB
15562021-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1557
1558 * dwarf2/read.c: Add 'unordered_set' include.
1559 (dwarf2_base_index_functions::map_symbol_filenames): Replace
1560 'visited' hash table with 'qfn_cache' unordered_set. Remove use
1561 of per_Bfd->filenames_cache cache, and use function local
1562 filenames_cache instead. Reindent.
1563 * dwarf2/read.h (struct dwarf2_per_bfd) <filenames_cache>: Delete.
1564
0406545d
SM
15652021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
1566
1567 * breakpoint.c (iterate_over_bp_locations): Change callback to
1568 function view, remove data parameter.
1569 * breakpoint.h (iterate_over_bp_locations): Likewise.
1570 * record-full.c (record_full_sync_record_breakpoints): Remove
1571 data parameter.
1572
432ce4cf
TT
15732021-04-22 Tom Tromey <tom@tromey.com>
1574
1575 * c-typeprint.c (c_type_print_base_struct_union): Use
1576 print_spaces_filtered_with_print_options.
1577
e25d6d93
SM
15782021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
1579
1580 PR gdb/27757
1581 * python/py-type.c (typy_range): Check that bounds are constant
1582 before accessing them as such.
1583 * guile/scm-type.c (gdbscm_type_range): Likewise.
1584
4efeb0d3
TBA
15852021-04-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1586
1587 * Makefile.in (COMMON_SFILES): Remove continuations.c.
1588 * inferior.c (inferior::add_continuation): New method, adapted
1589 from 'add_inferior_continuation'.
1590 (inferior::do_all_continuations): New method, adapted from
1591 'do_all_inferior_continuations'.
1592 (inferior::~inferior): Clear the list of continuations directly.
1593 * inferior.h (class inferior) <continuations>: Rename into...
1594 <m_continuations>: ...this and make private.
1595 * continuations.c: Remove.
1596 * continuations.h: Remove.
1597 * event-top.c: Don't include "continuations.h".
1598
1599 Update the users below.
1600 * inf-loop.c (inferior_event_handler)
1601 * infcmd.c (attach_command)
1602 (notice_new_inferior): Update.
1603
c4c493de
TBA
16042021-04-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1605
1606 * inferior.h (class inferior) <continuations>: Change the type
1607 to be an std::list of std::function's.
1608 Update the references and uses below.
1609 * continuations.c (struct continuation): Delete.
1610 (make_continuation): Delete.
1611 (do_my_continuations_1): Delete.
1612 (do_my_continuations): Delete.
1613 (discard_my_continuations_1): Delete.
1614 (discard_my_continuations): Delete.
1615 (add_inferior_continuation): Update.
1616 (do_all_inferior_continuations): Update.
1617 (discard_all_inferior_continuations): Update.
1618 * continuations.h (add_inferior_continuation): Update to take
1619 an std::function as the parameter.
1620 * infcmd.c (struct attach_command_continuation_args): Delete.
1621 (attach_command_continuation): Delete.
1622 (attach_command_continuation_free_args): Delete.
1623 (attach_command): Update.
1624 (notice_new_inferior): Update.
1625
1194676e
TBA
16262021-04-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1627
1628 * continuations.h: Update the general comment.
1629 * inferior.h (class inferior) <continuations>: Update the comment.
1630 * interps.c: Do not include "continuations.h".
1631
35682f0a
TBA
16322021-04-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1633
1634 * continuations.h (do_all_inferior_continuations): Remove the 'err'
1635 parameter. Update the references below.
1636 * continuations.c (do_my_continuations_1)
1637 (do_my_continuations)
1638 (do_all_inferior_continuations): Update.
1639 * inf-loop.c (inferior_event_handler): Update.
1640 * infcmd.c (attach_command_continuation): Update.
1641
6fee5eee
TBA
16422021-04-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1643
1644 * infcmd.c (attach_post_wait): Update the function comment.
1645
27d0790a
TBA
16462021-04-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1647
1648 * infcmd.c (attach_post_wait): Remove the unused parameter 'args'.
1649 Update the references below.
1650 (struct attach_command_continuation_args)
1651 (attach_command_continuation)
1652 (attach_command_continuation_free_args)
1653 (attach_command)
1654 (notice_new_inferior): Update to remove the reference to 'args'.
1655
c39ebbf4
TV
16562021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
1657 Tom de Vries <tdevries@suse.de>
1658
1659 PR remote/27710
1660 * remote.c (remote_target_is_non_stop_p): New function.
1661 * remote.h (remote_target_is_non_stop_p): Declare.
1662 * remote-notif.c (remote_async_get_pending_events_handler): Fix assert
1663 to check non-stopness using notif_state->remote rather current target.
1664
22f80c0f
TT
16652021-04-22 Tom Tromey <tom@tromey.com>
1666
1667 * rust-parse.c (rust_parser::parse_sizeof): Remove KW_MUT code.
1668 (struct typed_val_int) <val>: Now ULONGEST.
1669 (rust_parser::parse_array_type): Remove negative check.
1670 (rust_lex_int_test): Change 'value' to ULONGEST.
1671
05f3c0f0
AB
16722021-04-22 Andrew Burgess <andrew.burgess@embecosm.com>
1673
1674 * arch-utils.c (default_addressable_memory_unit_size): Return a
1675 value based on bfd's bits per byte.
1676
7e7a35fb
TT
16772021-04-21 Tom Tromey <tom@tromey.com>
1678
1679 * dwarf2/read.h (struct dwarf2_per_cu_data) <dwarf_version>: Now
1680 unsigned char.
1681 (struct dwarf2_per_cu_data): Rearrange.
1682 * dwarf2/comp-unit.h (struct comp_unit_head) <version>: Now
1683 unsigned char.
1684 (struct comp_unit_head): Rearrange.
1685 * dwarf2/comp-unit.c (read_comp_unit_head): Update.
1686
ff507520
TV
16872021-04-21 Tom de Vries <tdevries@suse.de>
1688
1689 PR build/27681
1690 * configure.ac: Remove --without-included-regex/--with-included-regex.
1691 * config.in: Regenerate.
1692 * configure: Regenerate.
1693 * gdb_regex.h: Assume USE_INCLUDED_REGEX is defined.
1694
10a636cc
TBA
16952021-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1696
1697 * breakpoint.h (create_breakpoint): Add a new parameter,
1698 'force_condition'.
1699 * breakpoint.c (create_breakpoint): Use the 'force_condition'
1700 argument when 'parse_extra' is false to check if the condition
1701 is invalid at all of the breakpoint locations.
1702 Update the users below.
1703 (break_command_1)
1704 (dprintf_command)
1705 (trace_command)
1706 (ftrace_command)
1707 (strace_command)
1708 (create_tracepoint_from_upload): Update.
1709 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
1710 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Update.
1711 * python/py-breakpoint.c (bppy_init): Update.
1712 * python/py-finishbreakpoint.c (bpfinishpy_init): Update.
1713
85c88e2a
TBA
17142021-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1715
1716 * breakpoint.c (print_one_breakpoint_location): Display "N" for
1717 disabled-by-condition locations on MI-like output.
1718 (breakpoint_1): Do not display the disabled-by-condition footnote
1719 if the output is MI-like.
1720
fd34472c
FC
17212021-04-21 Frederic Cambus <fred@statdns.com>
1722
1723 * syscalls/update-netbsd.sh: Fix script name display in usage, and
1724 update year range in generated copyright notices.
1725
184dcd81
FW
17262021-04-20 Felix Willgerodt <felix.willgerodt@intel.com>
1727
1728 * c-exp.y (qualifier_seq_noopt): Replace qualifier_seq with
1729 qualifier_seq_noopt.
1730
525174e8
FW
17312021-04-20 Felix Willgerodt <felix.willgerodt@intel.com>
1732
1733 * c-exp.y (single_qualifier): Handle UNKNOWN_CPP_NAME.
1734
f5dc2ee3
AB
17352021-04-19 Andrew Burgess <andrew.burgess@embecosm.com>
1736
1737 * producer.c: Replace 'regex' include with 'gdb_regex.h'.
1738 (producer_is_icc): Replace use of std::regex with gdb's
1739 compiled_regex.
1740
42c2c694
TT
17412021-04-17 Tom Tromey <tom@tromey.com>
1742
1743 PR gdb/23743:
1744 * dwarf2/read.c (class offset_view): New.
1745 (struct symbol_table_slot): Remove.
1746 (struct mapped_index) <symbol_table, constant_pool>: Change type.
1747 <symbol_name_index, symbol_vec_index>: New methods.
1748 <symbol_name_slot_invalid, symbol_name_at, symbol_name_count>:
1749 Rewrite.
1750 (read_gdb_index_from_buffer): Update.
1751 (struct dw2_symtab_iterator) <vec>: Change type.
1752 (dw2_symtab_iter_init_common, dw2_symtab_iter_init)
1753 (dw2_symtab_iter_next, dw2_expand_marked_cus): Update.
1754 * dwarf2/index-write.c (class data_buf) <append_data>: Remove.
1755 <append_array, append_offset>: New methods.
1756 (write_hash_table, add_address_entry, write_gdbindex_1)
1757 (write_debug_names): Update.
1758 * dwarf2/index-common.h (byte_swap, MAYBE_SWAP): Remove.
1759
da314dd3
TT
17602021-04-17 Tom Tromey <tom@tromey.com>
1761
1762 * dwarf2/index-write.c (write_psymtabs_to_index): Check
1763 partial_symtabs.
1764
0b7b2c2a
TT
17652021-04-17 Tom Tromey <tom@tromey.com>
1766
1767 * psymtab.c (psymbol_functions::expand_matching_symbols): Rename
1768 from map_matching_symbols. Change parameters.
1769 * psympriv.h (struct psymbol_functions) <expand_matching_symbols>:
1770 Rename from map_matching_symbols. Change parameters.
1771 * dwarf2/read.c (struct dwarf2_gdb_index)
1772 <expand_matching_symbols>: Rename from map_matching_symbols.
1773 Change parameters.
1774 (struct dwarf2_debug_names_index) <expand_matching_symbols>:
1775 Rename from map_matching_symbols. Change parameters.
1776 (dwarf2_gdb_index::expand_matching_symbols): Rename from
1777 dw2_map_matching_symbols. Change parameters.
1778 (dwarf2_gdb_index::expand_matching_symbols): Remove old
1779 implementation.
1780 (dwarf2_debug_names_index::expand_matching_symbols): Rename from
1781 map_matching_symbols. Change parameters.
1782 * objfiles.h (struct objfile) <expand_matching_symbols>: Rename
1783 from map_matching_symbols. Change parameters.
1784 * symfile-debug.c (objfile::expand_matching_symbols): Rename from
1785 map_matching_symbols. Change parameters.
1786 * ada-lang.c (map_matching_symbols): New function.
1787 (add_nonlocal_symbols): Update.
1788
90160b57
TT
17892021-04-17 Tom Tromey <tom@tromey.com>
1790
1791 * quick-symbol.h (struct quick_symbol_functions)
1792 <expand_symtabs_with_fullname>: Remove.
1793 * psymtab.c (psymbol_functions::expand_symtabs_with_fullname):
1794 Remove.
1795 * psympriv.h (struct psymbol_functions)
1796 <expand_symtabs_with_fullname>: Remove.
1797 * dwarf2/read.c (struct dwarf2_base_index_functions)
1798 <expand_symtabs_with_fullname>: Remove.
1799 (dwarf2_base_index_functions::expand_symtabs_with_fullname):
1800 Remove.
1801 * objfiles.h (struct objfile) <expand_symtabs_with_fullname>:
1802 Update comment.
1803 * symfile-debug.c (objfile::expand_symtabs_with_fullname):
1804 Rewrite.
1805
7089bd88
TT
18062021-04-17 Tom Tromey <tom@tromey.com>
1807
1808 * symfile-debug.c (objfile::expand_symtabs_for_function):
1809 Rewrite.
1810 * quick-symbol.h (struct quick_symbol_functions)
1811 <expand_symtabs_for_function>: Remove.
1812 * psymtab.c (psymbol_functions::expand_symtabs_for_function):
1813 Remove.
1814 * psympriv.h (struct psymbol_functions)
1815 <expand_symtabs_for_function>: Remove.
1816 * objfiles.h (struct objfile) <expand_symtabs_for_function>:
1817 Update comment.
1818 * dwarf2/read.c (struct dwarf2_gdb_index)
1819 <expand_symtabs_for_function>: Remove.
1820 (struct dwarf2_debug_names_index) <expand_symtabs_for_function>:
1821 Remove.
1822 (find_slot_in_mapped_hash): Remove.
1823 (dw2_symtab_iter_init_common): Merge with dw2_symtab_iter_init.
1824 (dw2_symtab_iter_init): Remove one overload.
1825 (dwarf2_gdb_index::expand_symtabs_for_function)
1826 (dwarf2_debug_names_index::expand_symtabs_for_function): Remove.
1827
536a40f3
TT
18282021-04-17 Tom Tromey <tom@tromey.com>
1829
1830 * symfile-debug.c (objfile::map_symtabs_matching_filename):
1831 Rewrite.
1832 * quick-symbol.h (struct quick_symbol_functions)
1833 <map_symtabs_matching_filename>: Remove.
1834 * psymtab.c (partial_map_expand_apply)
1835 (psymbol_functions::map_symtabs_matching_filename): Remove.
1836 * psympriv.h (struct psymbol_functions)
1837 <map_symtabs_matching_filename>: Remove.
1838 * objfiles.h (struct objfile) <map_symtabs_matching_filename>:
1839 Update comment.
1840 * dwarf2/read.c (struct dwarf2_base_index_functions)
1841 <map_symtabs_matching_filename>: Remove.
1842 (dw2_map_expand_apply)
1843 (dwarf2_base_index_functions::map_symtabs_matching_filename):
1844 Remove.
1845
84d865e3
TT
18462021-04-17 Tom Tromey <tom@tromey.com>
1847
1848 * symfile-debug.c (objfile::lookup_symbol): Rewrite.
1849 * quick-symbol.h (struct quick_symbol_functions) <lookup_symbol>:
1850 Remove.
1851 * psymtab.c (psymbol_functions::lookup_symbol): Remove.
1852 * psympriv.h (struct psymbol_functions) <lookup_symbol>: Remove.
1853 * objfiles.h (struct objfile) <lookup_symbol>: Add comment.
1854 * dwarf2/read.c (struct dwarf2_gdb_index) <lookup_symbol>:
1855 Remove.
1856 (struct dwarf2_debug_names_index) <lookup_symbol>: Remove.
1857 (dwarf2_gdb_index::lookup_symbol)
1858 (dwarf2_debug_names_index::lookup_symbol): Remove.
1859
3bfa51a7
TT
18602021-04-17 Tom Tromey <tom@tromey.com>
1861
1862 * symtab.c (global_symbol_searcher::expand_symtabs): Update.
1863 * symmisc.c (maintenance_expand_symtabs): Update.
1864 * symfile.c (expand_symtabs_matching): Update.
1865 * symfile-debug.c (objfile::expand_symtabs_matching): Add 'domain'
1866 parameter.
1867 * quick-symbol.h (struct quick_symbol_functions)
1868 <expand_symtabs_matching>: Add 'domain' parameter.
1869 * psymtab.c (recursively_search_psymtabs)
1870 (psymbol_functions::expand_symtabs_matching): Add 'domain'
1871 parameter.
1872 * psympriv.h (struct psymbol_functions) <expand_symtabs_matching>:
1873 Add 'domain' parameter.
1874 * objfiles.h (struct objfile) <expand_symtabs_matching>: Add
1875 'domain' parameter.
1876 * linespec.c (iterate_over_all_matching_symtabs): Update.
1877 * dwarf2/read.c (struct dwarf2_gdb_index)
1878 <expand_symtabs_matching>: Add 'domain' parameter.
1879 (struct dwarf2_debug_names_index) <expand_symtabs_matching>: Add
1880 'domain' parameter.
1881 (dw2_expand_symtabs_matching)
1882 (dwarf2_gdb_index::expand_symtabs_matching)
1883 (dw2_debug_names_iterator)
1884 (dwarf2_debug_names_index::expand_symtabs_matching): Add 'domain'
1885 parameter.
1886
03a8ea51
TT
18872021-04-17 Tom Tromey <tom@tromey.com>
1888
1889 * symtab.c (global_symbol_searcher::expand_symtabs)
1890 (default_collect_symbol_completion_matches_break_on): Update.
1891 * symmisc.c (maintenance_expand_symtabs): Update.
1892 * symfile.h (expand_symtabs_matching): Add search_flags
1893 parameter.
1894 * symfile.c (expand_symtabs_matching): Add search_flags
1895 parameter.
1896 * symfile-debug.c (objfile::expand_symtabs_matching): Add
1897 search_flags parameter.
1898 * quick-symbol.h (struct quick_symbol_functions)
1899 <expand_symtabs_matching>: Add search_flags parameter.
1900 * python/py-symbol.c (gdbpy_lookup_static_symbols): Update.
1901 * psymtab.c (recursively_search_psymtabs)
1902 (psymbol_functions::expand_symtabs_matching): Add search_flags
1903 parameter.
1904 * psympriv.h (struct psymbol_functions) <expand_symtabs_matching>:
1905 Add search_flags parameter.
1906 * objfiles.h (struct objfile) <expand_symtabs_matching>: Add
1907 search_flags parameter.
1908 * linespec.c (iterate_over_all_matching_symtabs): Update.
1909 * dwarf2/read.c (struct dwarf2_gdb_index)
1910 <expand_symtabs_matching>: Add search_flags parameter.
1911 (struct dwarf2_debug_names_index) <expand_symtabs_matching>: Add
1912 search_flags parameter.
1913 (dw2_map_matching_symbols): Update.
1914 (dw2_expand_marked_cus, dw2_expand_symtabs_matching)
1915 (dwarf2_gdb_index::expand_symtabs_matching): Add search_flags
1916 parameter.
1917 (dw2_debug_names_iterator): Change block_index to search flags.
1918 <m_block_index>: Likewise.
1919 (dw2_debug_names_iterator::next)
1920 (dwarf2_debug_names_index::lookup_symbol)
1921 (dwarf2_debug_names_index::expand_symtabs_for_function)
1922 (dwarf2_debug_names_index::map_matching_symbols)
1923 (dwarf2_debug_names_index::map_matching_symbols): Update.
1924 (dwarf2_debug_names_index::expand_symtabs_matching): Add
1925 search_flags parameter.
1926 * ada-lang.c (ada_add_global_exceptions)
1927 (collect_symbol_completion_matches): Update.
1928
df35e626
TT
19292021-04-17 Tom Tromey <tom@tromey.com>
1930
1931 * symtab.c (default_collect_symbol_completion_matches_break_on):
1932 Update.
1933 * symfile.h (expand_symtabs_matching): Return bool.
1934 * symfile.c (expand_symtabs_matching): Return bool.
1935 * symfile-debug.c (objfile::expand_symtabs_matching): Return
1936 bool.
1937 * quick-symbol.h (expand_symtabs_exp_notify_ftype): Return bool.
1938 (struct quick_symbol_functions) <expand_symtabs_matching>: Return
1939 bool.
1940 * psymtab.c (psymbol_functions::expand_symtabs_matching): Return
1941 bool.
1942 * psympriv.h (struct psymbol_functions)
1943 <expand_symtabs_matching>: Return bool.
1944 * objfiles.h (struct objfile) <expand_symtabs_matching>: Return
1945 bool.
1946 * dwarf2/read.c (struct dwarf2_gdb_index)
1947 <expand_symtabs_matching>: Return bool.
1948 (struct dwarf2_debug_names_index) <expand_symtabs_matching>:
1949 Return bool.
1950 (dw2_expand_symtabs_matching_symbol): Return bool.
1951 (dw2_expand_symtabs_matching_one, dw2_expand_marked_cus)
1952 (dw2_expand_symtabs_matching)
1953 (dwarf2_gdb_index::expand_symtabs_matching)
1954 (dwarf2_debug_names_index::expand_symtabs_matching)
1955 (dwarf2_debug_names_index::expand_symtabs_matching): Return bool.
1956
e357e990
TT
19572021-04-17 Tom Tromey <tom@tromey.com>
1958
1959 * quick-symbol.h (enum block_search_flag_values): New.
1960 (block_search_flags): New enum flags type.
1961
3cbc7ac3
TT
19622021-04-16 Tom Tromey <tom@tromey.com>
1963
1964 * rust-parse.c: New file.
1965 * rust-exp.y: Remove.
1966 * Makefile.in (COMMON_SFILES): Add rust-parse.c.
1967 (SFILES): Remove rust-exp.y.
1968 (YYFILES, local-maintainer-clean): Remove rust-exp.c.
1969
1b6b755e
LM
19702021-04-16 Luis Machado <luis.machado@linaro.org>
1971
1972 * arch-utils.c (default_floatformat_for_type): Handle bfloat16.
1973
c45ecc9d
JB
19742021-04-15 John Baldwin <jhb@FreeBSD.org>
1975
1976 * fbsd-nat.c (fbsd_lwp_debug_printf, fbsd_nat_debug_printf): New,
1977 use throughout file.
1978
a15a276b
TT
19792021-04-15 Tom Tromey <tromey@adacore.com>
1980
1981 * ada-valprint.c (ada_value_print_array): Handle optimized-out
1982 arrays.
1983
644a2e75
TT
19842021-04-15 Tom Tromey <tromey@adacore.com>
1985
1986 * printcmd.c (print_variable_and_value): Use
1987 common_val_print_checked.
1988
9e5e03df
TT
19892021-04-15 Tom Tromey <tromey@adacore.com>
1990
1991 * rust-exp.y (rust_parser::convert_ast_to_expression): Update.
1992 * parse.c (parser_state::push_symbol, parser_state::push_dollar):
1993 Update.
1994 * p-exp.y (variable): Update.
1995 * m2-exp.y (variable): Update.
1996 * go-exp.y (variable): Update.
1997 * expprint.c (dump_for_expression): New overload.
1998 * expop.h (check_objfile): New overload.
1999 (check_constant): New overload.
2000 (class var_value_operation): Use block_symbol.
2001 <get_symbol>: Rewrite.
2002 * eval.c (var_value_operation::evaluate)
2003 (var_value_operation::evaluate_funcall)
2004 (var_value_operation::evaluate_for_address)
2005 (var_value_operation::evaluate_for_address)
2006 (var_value_operation::evaluate_with_coercion)
2007 (var_value_operation::evaluate_for_sizeof)
2008 (var_value_operation::evaluate_for_cast): Update.
2009 * d-exp.y (PrimaryExpression): Update.
2010 * c-exp.y (variable): Update.
2011 * ax-gdb.c (var_value_operation::do_generate_ax): Update.
2012 * ada-lang.c (ada_var_value_operation::evaluate_for_cast)
2013 (ada_var_value_operation::evaluate)
2014 (ada_var_value_operation::resolve)
2015 (ada_funcall_operation::resolve): Update.
2016 * ada-exp.y (write_var_from_sym, write_object_renaming)
2017 (write_ambiguous_var, write_var_or_type, write_name_assoc)
2018 (maybe_overload): Update.
2019 * ada-exp.h (class ada_var_value_operation) <get_block>: Rewrite.
2020
5809fbf2
TT
20212021-04-15 Tom Tromey <tom@tromey.com>
2022 Andrew Burgess <andrew.burgess@embecosm.com>
2023
2024 * NEWS: Add entry.
2025 * main.c (captured_main_1): Call check_quiet_mode.
2026 * top.c (startup_quiet): New global.
2027 (check_quiet_mode): New function.
2028 (show_startup_quiet): New function.
2029 (init_main): Register new command.
2030 * top.h (check_quiet_mode): Declare.
2031
92e4e97a
AB
20322021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2033
2034 PR cli/25956
2035 * NEWS: Mention new early init files and command line options.
2036 * config.in: Regenerate.
2037 * configure: Regenerate.
2038 * configure.ac: Define GDBEARLYINIT.
2039 * main.c (get_earlyinit_files): New function.
2040 (enum cmdarg_kind): Add CMDARG_EARLYINIT_FILE and
2041 CMDARG_EARLYINIT_COMMAND.
2042 (captured_main_1): Add support for new command line flags, and for
2043 processing startup files.
2044 (print_gdb_help): Include startup files in the output.
2045
54b4dcc5
AB
20462021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2047
2048 * main.c (relocate_gdbinit_path_maybe_in_datadir): Rename to...
2049 (relocate_file_path_maybe_in_datadir): ...this.
2050 (class gdb_initfile_finder): New class.
2051 (get_init_files): Now uses gdb_initfile_finder.
2052 (print_gdb_help): Print 'None found' when there are no init files.
2053
34dc0f95
TBA
20542021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2055
2056 * dwarf2/read.c (inherit_abstract_dies): Keep a reference to the
2057 corresponding child of the abstract DIE when iterating the
2058 children of the concrete DIE.
2059
329534fd
TV
20602021-04-13 Tom de Vries <tdevries@suse.de>
2061
2062 * ui-style.c (read_semi_number, extended_color): Change idx parameter
2063 type to regoff_t *.
2064
d9d2ef05
LM
20652021-04-13 Luis Machado <luis.machado@linaro.org>
2066
2067 * rs6000-tdep.c (ppc_displaced_step_fixup): Use %s to print
2068 hex values.
2069
c8a37944
WS
20702021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
2071
2072 * rs6000-tdep.c: Add support for single-stepping of
2073 prefixed instructions.
2074
b722acca
WS
20752021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
2076
e3d528d7
WS
2077 PR gdb/27525
2078 * gdb/rs6000-tdep.c (ppc_displaced_step_fixup): Update to
2079 handle the addpcis/lnia instruction.
2080
20812021-04-05 Will Schmidt <will_schmidt@vnet.ibm.com>
2082
b722acca
WS
2083 * MAINTAINERS (Write After Approval): Add myself.
2084
6ba4cb84
CL
20852021-4-12 Carl Love <cel@us.ibm.com>
2086
2087 * rs6000-tdep.c (rs6000_builtin_type_vec128): Add t_float128 variable.
2088 (rs6000_builtin_type_vec128): Add append_composite_type_field for
2089 float128.
2090
d4717483
SM
20912021-04-12 Simon Marchi <simon.marchi@polymtl.ca>
2092
2093 * nat/windows-nat.c: Remove all code guarded by _WIN32_WCE.
2094 * nat/windows-nat.h: Likewise.
2095
b3885679
EZ
20962021-04-10 Eli Zaretskii <eliz@gnu.org>
2097
2098 * windows-nat.c (windows_nat::handle_load_dll): Call
2099 windows_add_dll if get_image_name failed to glean the name of the
2100 DLL by using the lpImageName pointer.
2101 (windows_add_all_dlls): Now a thin wrapper around windows_add_dll.
2102 (windows_add_dll): Now does what windows_add_all_dlls did before,
2103 but also accepts an argument LOAD_ADDR, which, if non-NULL,
2104 specifies the address where the DLL was loaded into the inferior,
2105 and looks for the single DLL loaded at that address.
2106
1ef6a596
LM
21072021-04-09 Luis Machado <luis.machado@linaro.org>
2108
2109 * nat/aarch64-mte-linux-ptrace.c: Update include file order.
2110
83a559f7
DQ
21112021-04-08 Dominique Quatravaux <dominique.quatravaux@epfl.ch>
2112
2113 * darwin-nat.c (darwin_nat_target::resume): Remove status
2114 variable.
2115
16e311ab
FW
21162021-04-08 Felix Willgerodt <felix.willgerodt@intel.com>
2117
2118 * i386-tdep.c (i386_skip_prologue): Use symbol table to find the
2119 prologue end for Intel compilers.
2120 * amd64-tdep.c (amd64_skip_prologue): Likewise.
2121 * producer.c (producer_is_icc_ge_19): New function.
2122 * producer.h (producer_is_icc_ge_19): New declaration.
2123
fbb3bcfc
FW
21242021-04-08 Felix Willgerodt <felix.willgerodt@intel.com>
2125
2126 * producer.c: (producer_is_icc): Update for new version scheme.
2127 (producer_parsing_tests): Update names and expected results.
2128 * producer.h: (producer_is_icc): Update comment accordingly.
2129
e97007b6
SM
21302021-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2131
2132 * target.h (struct target_ops) <follow_fork>: Return void.
2133 (target_follow_fork): Likewise.
2134 * target.c (default_follow_fork): Likewise.
2135 (target_follow_fork): Likewise.
2136 * infrun.c (follow_fork_inferior): Adjust.
2137 * fbsd-nat.h (class fbsd_nat_target) <follow_fork>: Return void.
2138 * fbsd-nat.c (fbsd_nat_target:::follow_fork): Likewise.
2139 * linux-nat.h (class linux_nat_target) <follow_fork>: Likewise.
2140 * linux-nat.c (linux_nat_target::follow_fork): Return void.
2141 * obsd-nat.h (class obsd_nat_target) <follow_fork>: Return void.
2142 * obsd-nat.c (obsd_nat_target::follow_fork): Likewise.
2143 * remote.c (class remote_target) <follow_fork>: Likewise.
2144 (remote_target::follow_fork): Likewise.
2145 * target-delegates.c: Re-generate.
2146
dc2b480f
WP
21472021-04-07 Weimin Pan <weimin.pan@oracle.com>
2148
2149 * ctfread.c (fetch_tid_type): New function, use throughout file.
2150 (read_forward_type): New function.
2151 (read_type_record): Call read_forward_type.
2152
0a703a4c
AB
21532021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
2154
2155 * f-exp.h (class fortran_structop_operation): New class.
2156 * f-exp.y (exp): Create fortran_structop_operation instead of the
2157 generic structop_operation.
2158 * f-lang.c (fortran_undetermined::evaluate): Re-evaluate
2159 expression as EVAL_NORMAL if the result type was dynamic so we can
2160 extract the actual array bounds.
2161 (fortran_structop_operation::evaluate): New function.
2162
21632021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
2164
2165 * eval.c (evaluate_subexp_standard): Remove
2166 EVAL_AVOID_SIDE_EFFECTS handling from STRUCTOP_STRUCT and
2167 STRUCTOP_PTR.
2168
30ab3586
AB
21692021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
2170
2171 * valops.c (value_cast): Call value_deeply_equal before performing
2172 any cast.
2173
5e18990f
AB
21742021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
2175
2176 * gdbtypes.c (types_equal): Move pointer equality check earlier in
2177 the function.
2178
56d467f4
CT
21792021-04-07 Caroline Tice <cmtice@google.com>
2180
2181 * dwarf2/read.c (try_open_dwop_file): Add path for the binary to
2182 the search paths used resolve relative location of .dwo file.
2183
1fd999d9
AB
21842021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
2185
2186 * dwarf2/section.c (dwarf2_section_info::get_bfd_owner): Add an
2187 assert.
2188 (dwarf2_section_info::get_file_name): Add an assert.
2189 (dwarf2_section_info::read_string): Display a minimal, sane error
2190 when the dwarf2_section_info is not associated with a bfd section.
2191
79c02443
AB
21922021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
2193
2194 * top.c (staged_gdb_datadir): Update comment.
2195 (set_gdb_datadir): Copy the value of gdb_datadir back into
2196 staged_datadir.
2197 (init_main): Initialise staged_gdb_datadir.
2198
340d00fb
TV
21992021-04-06 Tom de Vries <tdevries@suse.de>
2200
2201 PR breakpoints/25884
2202 * infcmd.c (prepare_one_step): Using inline frame info to narrow
2203 stepping range.
2204
d811a7cf
TV
22052021-04-06 Tom de Vries <tdevries@suse.de>
2206
2207 PR tui/27680
2208 * tui/tui-disasm.c (len_without_escapes): Pass ptr pointing at escape
2209 to style.parse.
2210
306b445a
SM
22112021-04-04 Simon Marchi <simon.marchi@polymtl.ca>
2212
2213 * avr-tdep.c (avr_frame_unwind_cache): Use
2214 trad_frame_saved_reg::is_addr.
2215
9161c89a
SM
22162021-04-02 Simon Marchi <simon.marchi@polymtl.ca>
2217
2218 * objfiles.c (get_objfile_bfd_data): Remove objfile parameter,
2219 adjust callers.
2220
0072c873
SM
22212021-04-02 Simon Marchi <simon.marchi@polymtl.ca>
2222
2223 * psympriv.h (struct partial_symtab) <partial_symtab>: Change
2224 objfile parameter for objfile_per_bfd_storage, adjust callers.
2225 (struct standard_psymtab) <standard_psymtab>: Likewise.
2226 (struct legacy_psymtab) <legacy_psymtab>: Likewise.
2227 * psymtab.c (partial_symtab::partial_symtab): Likewise.
2228 * ctfread.c (struct ctf_psymtab): Likewise.
2229 * dwarf2/read.h (struct dwarf2_psymtab): Likewise.
2230 * dwarf2/read.c (struct dwarf2_include_psymtab): Likewise.
2231 (dwarf2_create_include_psymtab): Likewise.
2232 * objfiles.h (struct objfile_per_bfd_storage)
2233 <objfile_per_bfd_storage>: Add bfd parameter, adjust callers.
2234 <get_bfd>: New method.
2235 <m_bfd>: New field.
2236 * objfiles.c (get_objfile_bfd_data): Adjust.
2237
9984dd99
SM
22382021-04-02 Simon Marchi <simon.marchi@polymtl.ca>
2239
2240 * psymtab.c (partial_symtab::partial_symtab): Change
2241 last_objfile_name to be an std::string.
2242 * symfile.c (allocate_symtab): Likewise.
2243
4a4f97c1
SM
22442021-04-02 Simon Marchi <simon.marchi@polymtl.ca>
2245
2246 * objfiles.h (struct objfile_per_bfd_storage) <intern>: New
2247 methods.
2248 (struct objfile) <intern>: Use
2249 objfile::objfile_per_bfd_storage::intern.
2250
0672875f
SM
22512021-04-01 Simon Marchi <simon.marchi@efficios.com>
2252
2253 * gdbtypes.h (TYPE_FLAG_ENUM): Remove, replace all uses
2254 with type::is_flag_enum.
2255
9902b327
SM
22562021-04-01 Simon Marchi <simon.marchi@efficios.com>
2257
2258 * gdbtypes.h (struct type) <is_flag_enum,
2259 set_is_flag_enum>: New methods.
2260 (TYPE_FLAG_ENUM): Use type::is_flag_enum, change all
2261 write call sites to use type::set_is_flag_enum.
2262
3bc440a2
SM
22632021-04-01 Simon Marchi <simon.marchi@efficios.com>
2264
2265 * gdbtypes.h (TYPE_DECLARED_CLASS): Remove, replace all uses
2266 with type::is_declared_class.
2267
aa70e35c
SM
22682021-04-01 Simon Marchi <simon.marchi@efficios.com>
2269
2270 * gdbtypes.h (struct type) <is_declared_class,
2271 set_is_declared_class>: New methods.
2272 (TYPE_DECLARED_CLASS): Use type::is_declared_class, change all
2273 write call sites to use type::set_is_declared_class.
2274
bfb9f5dc
BS
22752021-02-28 Boris Staletic <boris.staletic@gmail.com>
2276
2277 * gdb/python/lib/gdb/__init__.py: Use importlib on python 3.4+
2278 to avoid deprecation warnings.
2279
733f5eea
ML
22802021-04-01 Martin Liska <mliska@suse.cz>
2281
2282 * cp-name-parser.y: Use startswith instead of strncmp.
2283 * m2-exp.y: Likewise.
2284 * macroexp.c (substitute_args): Likewise.
2285 * mi/mi-main.c (command_notifies_uscc_observer): Likewise.
2286 * rust-exp.y: Likewise.
2287
af82f89d
TT
22882021-03-31 Tom Tromey <tom@tromey.com>
2289
2290 * dwarf2/read.c (dwarf2_gdb_index::map_matching_symbols): Merge
2291 with dw2_map_matching_symbols.
2292 (dwarf2_gdb_index::expand_symtabs_matching): Merge with
2293 dw2_expand_symtabs_matching.
2294
3570682a
TT
22952021-03-31 Tom Tromey <tromey@adacore.com>
2296
2297 * dwarf2/stringify.h: Fix typo.
2298
8a91fbdf
SM
22992021-03-30 Simon Marchi <simon.marchi@polymtl.ca>
2300
2301 PR gdb/27541
2302 * dwarf2/read.c (dwarf2_has_info): Don't share dwarf2_per_bfd
2303 with objfiles using READNOW.
2304
9f67fc59
TT
23052021-03-29 Tom Tromey <tromey@adacore.com>
2306
2307 * top.c (check_frame_language_change): Update.
2308 * language.c (language_info): Remove parameter.
2309 * language.h (language_info): Remove parameter.
2310
9b8ffbf4
LM
23112021-03-29 Luis Machado <luis.machado@linaro.org>
2312
2313 * compile/compile.c (get_args): Don't add empty argv entries.
2314
25b48839
RO
23152021-03-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2316
2317 gdb:
2318 * procfs.c (procfs_target::attach): Define inf.
2319 Use it.
2320 (procfs_target::create_inferior): Likewise.
2321
edc02ceb
TT
23222021-03-28 Tom Tromey <tom@tromey.com>
2323
2324 * elfread.c (can_lazily_read_symbols): Move to dwarf2/read.c.
2325 (elf_symfile_read): Simplify.
2326 * dwarf2/read.c (struct lazy_dwarf_reader): Move from elfread.c.
2327 (make_lazy_dwarf_reader): New function.
2328 (make_dwarf_gdb_index, make_dwarf_debug_names): Now static.
2329 (dwarf2_initialize_objfile): Return void. Remove index_kind
2330 parameter. Push on 'qf' list.
2331 * dwarf2/public.h (dwarf2_initialize_objfile): Change return
2332 type. Remove 'index_kind' parameter.
2333 (make_dwarf_gdb_index, make_dwarf_debug_names): Don't declare.
2334
6e23d91a
TT
23352021-03-27 Tom Tromey <tom@tromey.com>
2336
2337 * elfread.c (elf_sym_fns_lazy_psyms): Don't declare.
2338
594b8948
TT
23392021-03-27 Tom Tromey <tom@tromey.com>
2340
2341 * elfread.c (elf_symfile_read): Don't clear 'qf'.
2342
efe1ecd8
LS
23432021-03-26 Lancelot Six <lsix@lancelotsix.com>
2344
2345 * contrib/gdb-add-index.sh: Avoid variable shadowing and get
2346 rid of 'local'.
2347
f4655dee
TT
23482021-03-26 Tom Tromey <tom@tromey.com>
2349
2350 * symtab.c (struct output_source_filename_data): Add 'output'
2351 method and operator().
2352 (output_source_filename_data::output): Rename from
2353 output_source_filename.
2354 (output_partial_symbol_filename): Remove.
2355 (info_sources_command): Update.
2356 (struct add_partial_filename_data): Add operator().
2357 (add_partial_filename_data::operator()): Rename from
2358 maybe_add_partial_symtab_filename.
2359 (make_source_files_completion_list): Update.
2360 * symfile.c (quick_symbol_functions): Update.
2361 * symfile-debug.c (objfile::map_symbol_filenames): Update.
2362 * quick-symbol.h (symbol_filename_ftype): Change type of 'fun' and
2363 'need_fullname'. Remove 'data' parameter.
2364 (struct quick_symbol_functions) <map_symbol_filenames>: Likewise.
2365 * psymtab.c (psymbol_functions::map_symbol_filenames): Update.
2366 * psympriv.h (struct psymbol_functions) <map_symbol_filenames>:
2367 Change type of 'fun' and 'need_fullname'. Remove 'data'
2368 parameter.
2369 * objfiles.h (struct objfile) <map_symbol_filenames>: Change type
2370 of 'fun' and 'need_fullname'. Remove 'data' parameter.
2371 * mi/mi-cmd-file.c (print_partial_file_name): Remove 'ignore'
2372 parameter.
2373 (mi_cmd_file_list_exec_source_files): Update.
2374 * dwarf2/read.c
2375 (dwarf2_base_index_functions::map_symbol_filenames): Update.
2376
2315bb2d
TT
23772021-03-26 Tom Tromey <tom@tromey.com>
2378
2379 * ada-lang.c (struct match_data): Add operator().
2380 (match_data::operator()): Rename from aux_add_nonlocal_symbols.
2381 (callback): Remove 'callback'.
2382
e2cd5ca4
TT
23832021-03-26 Tom Tromey <tom@tromey.com>
2384
2385 * psymtab.c (psymbol_functions::expand_symtabs_matching): Only
2386 call make_ignore_params once.
2387
cd43f63e
TT
23882021-03-26 Tom Tromey <tom@tromey.com>
2389
2390 * psymtab.c (psymbol_functions::expand_symtabs_matching): Remove
2391 "user" check.
2392
b4b1a226
SM
23932021-03-26 Simon Marchi <simon.marchi@efficios.com>
2394 Pedro Alves <pedro@palves.net>
2395
2396 * async-event.c: Include "infrun.h".
2397 (async_event_handler_marked): New.
2398 * async-event.h (async_event_handler_marked): Declare.
2399 * infrun.c (maybe_set_commit_resumed_all_targets): Switch to
2400 inferior before calling target method. Don't commit-resumed if
2401 target_has_pending_events is true.
2402 * remote.c (remote_target::has_pending_events): New.
2403 * target-delegates.c: Regenerate.
2404 * target.c (target_has_pending_events): New.
2405 * target.h (target_ops::has_pending_events): New target method.
2406 (target_has_pending_events): New.
2407
1192f124
SM
24082021-03-26 Simon Marchi <simon.marchi@efficios.com>
2409 Pedro Alves <pedro@palves.net>
2410
2411 * infcmd.c (run_command_1, attach_command, detach_command)
2412 (interrupt_target_1): Use scoped_disable_commit_resumed.
2413 * infrun.c (do_target_resume): Remove
2414 target_commit_resume call.
2415 (commit_resume_all_targets): Remove.
2416 (maybe_set_commit_resumed_all_targets): New.
2417 (maybe_call_commit_resumed_all_targets): New.
2418 (enable_commit_resumed): New.
2419 (scoped_disable_commit_resumed::scoped_disable_commit_resumed)
2420 (scoped_disable_commit_resumed::~scoped_disable_commit_resumed)
2421 (scoped_disable_commit_resumed::reset)
2422 (scoped_disable_commit_resumed::reset_and_commit)
2423 (scoped_enable_commit_resumed::scoped_enable_commit_resumed)
2424 (scoped_enable_commit_resumed::~scoped_enable_commit_resumed):
2425 New.
2426 (proceed): Use scoped_disable_commit_resumed and
2427 maybe_call_commit_resumed_all_targets.
2428 (fetch_inferior_event): Use scoped_disable_commit_resumed.
2429 * infrun.h (struct scoped_disable_commit_resumed): New.
2430 (maybe_call_commit_resumed_all_process_targets): New.
2431 (struct scoped_enable_commit_resumed): New.
2432 * mi/mi-main.c (exec_continue): Use scoped_disable_commit_resumed.
2433 * process-stratum-target.h (class process_stratum_target):
2434 <commit_resumed_state>: New.
2435 * record-full.c (record_full_wait_1): Change commit_resumed_state
2436 around calling commit_resumed.
2437 * remote.c (class remote_target) <commit_resume>: Rename to...
2438 <commit_resumed>: ... this.
2439 (struct stop_reply): Move up.
2440 (remote_target::commit_resume): Rename to...
2441 (remote_target::commit_resumed): ... this. Check if there is any
2442 thread pending vCont resume.
2443 (remote_target::remote_stop_ns): Generate stop replies for resumed
2444 but pending vCont threads.
2445 (remote_target::wait_ns): Add gdb_assert.
2446 * target-delegates.c: Regenerate.
2447 * target.c (target_wait, target_resume): Assert that the current
2448 process_stratum target isn't in commit-resumed state.
2449 (defer_target_commit_resume): Remove.
2450 (target_commit_resume): Remove.
2451 (target_commit_resumed): New.
2452 (make_scoped_defer_target_commit_resume): Remove.
2453 (target_stop): Assert that the current process_stratum target
2454 isn't in commit-resumed state.
2455 * target.h (struct target_ops) <commit_resume>: Rename to ...
2456 <commit_resumed>: ... this.
2457 (target_commit_resume): Remove.
2458 (target_commit_resumed): New.
2459 (make_scoped_defer_target_commit_resume): Remove.
2460 * top.c (wait_sync_command_done): Use
2461 scoped_enable_commit_resumed.
2462
e5b9b39f
PA
24632021-03-26 Pedro Alves <pedro@palves.net>
2464
2465 * target.c (target_always_non_stop_p): Also check whether the
2466 target can async.
2467
bab287cd
TT
24682021-03-26 Tom Tromey <tom@tromey.com>
2469
2470 * dwarf2/read.c (dwarf2_read_debug_names)
2471 (dwarf2_build_psymtabs_hard, create_addrmap_from_aranges)
2472 (dw2_debug_names_iterator::next, create_type_unit_group):
2473 Simplify.
2474
eff4f69d
PA
24752021-03-25 Pedro Alves <pedro@palves.net>
2476
2477 * gdb.server/bkpt-other-inferior.exp: Only enable remote output
2478 around setting the breakpoint.
2479
323fd5b9
PA
24802021-03-25 Pedro Alves <pedro@palves.net>
2481
2482 * remote.c
2483 (remote_target::check_pending_events_prevent_wildcard_vcont):
2484 Check whether the event's ptid is not null_ptid before looking up
2485 the corresponding inferior.
2486
d3cbca38
CD
24872021-03-24 Changbin Du <changbin.du@gmail.com>
2488
2489 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Remove call to
2490 read_code.
2491
328d42d8
SM
24922021-03-24 Simon Marchi <simon.marchi@polymtl.ca>
2493
2494 * target.h (current_top_target): Remove, make callers use the
2495 current inferior instead.
2496 * target.c (current_top_target): Remove.
2497
d777bf0d
SM
24982021-03-24 Simon Marchi <simon.marchi@polymtl.ca>
2499
2500 * target.h (target_shortname): Change to function declaration.
2501 (target_longname): Likewise.
2502 (target_attach_no_wait): Likewise.
2503 (target_post_attach): Likewise.
2504 (target_prepare_to_store): Likewise.
2505 (target_supports_enable_disable_tracepoint): Likewise.
2506 (target_supports_string_tracing): Likewise.
2507 (target_supports_evaluation_of_breakpoint_conditions): Likewise.
2508 (target_supports_dumpcore): Likewise.
2509 (target_dumpcore): Likewise.
2510 (target_can_run_breakpoint_commands): Likewise.
2511 (target_files_info): Likewise.
2512 (target_post_startup_inferior): Likewise.
2513 (target_insert_fork_catchpoint): Likewise.
2514 (target_remove_fork_catchpoint): Likewise.
2515 (target_insert_vfork_catchpoint): Likewise.
2516 (target_remove_vfork_catchpoint): Likewise.
2517 (target_insert_exec_catchpoint): Likewise.
2518 (target_remove_exec_catchpoint): Likewise.
2519 (target_set_syscall_catchpoint): Likewise.
2520 (target_rcmd): Likewise.
2521 (target_can_lock_scheduler): Likewise.
2522 (target_can_async_p): Likewise.
2523 (target_is_async_p): Likewise.
2524 (target_execution_direction): Likewise.
2525 (target_extra_thread_info): Likewise.
2526 (target_pid_to_exec_file): Likewise.
2527 (target_thread_architecture): Likewise.
2528 (target_find_memory_regions): Likewise.
2529 (target_make_corefile_notes): Likewise.
2530 (target_get_bookmark): Likewise.
2531 (target_goto_bookmark): Likewise.
2532 (target_stopped_by_watchpoint): Likewise.
2533 (target_stopped_by_sw_breakpoint): Likewise.
2534 (target_supports_stopped_by_sw_breakpoint): Likewise.
2535 (target_stopped_by_hw_breakpoint): Likewise.
2536 (target_supports_stopped_by_hw_breakpoint): Likewise.
2537 (target_have_steppable_watchpoint): Likewise.
2538 (target_can_use_hardware_watchpoint): Likewise.
2539 (target_region_ok_for_hw_watchpoint): Likewise.
2540 (target_can_do_single_step): Likewise.
2541 (target_insert_watchpoint): Likewise.
2542 (target_remove_watchpoint): Likewise.
2543 (target_insert_hw_breakpoint): Likewise.
2544 (target_remove_hw_breakpoint): Likewise.
2545 (target_can_accel_watchpoint_condition): Likewise.
2546 (target_can_execute_reverse): Likewise.
2547 (target_get_ada_task_ptid): Likewise.
2548 (target_filesystem_is_local): Likewise.
2549 (target_trace_init): Likewise.
2550 (target_download_tracepoint): Likewise.
2551 (target_can_download_tracepoint): Likewise.
2552 (target_download_trace_state_variable): Likewise.
2553 (target_enable_tracepoint): Likewise.
2554 (target_disable_tracepoint): Likewise.
2555 (target_trace_start): Likewise.
2556 (target_trace_set_readonly_regions): Likewise.
2557 (target_get_trace_status): Likewise.
2558 (target_get_tracepoint_status): Likewise.
2559 (target_trace_stop): Likewise.
2560 (target_trace_find): Likewise.
2561 (target_get_trace_state_variable_value): Likewise.
2562 (target_save_trace_data): Likewise.
2563 (target_upload_tracepoints): Likewise.
2564 (target_upload_trace_state_variables): Likewise.
2565 (target_get_raw_trace_data): Likewise.
2566 (target_get_min_fast_tracepoint_insn_len): Likewise.
2567 (target_set_disconnected_tracing): Likewise.
2568 (target_set_circular_trace_buffer): Likewise.
2569 (target_set_trace_buffer_size): Likewise.
2570 (target_set_trace_notes): Likewise.
2571 (target_get_tib_address): Likewise.
2572 (target_set_permissions): Likewise.
2573 (target_static_tracepoint_marker_at): Likewise.
2574 (target_static_tracepoint_markers_by_strid): Likewise.
2575 (target_traceframe_info): Likewise.
2576 (target_use_agent): Likewise.
2577 (target_can_use_agent): Likewise.
2578 (target_augmented_libraries_svr4_read): Likewise.
2579 (target_log_command): Likewise.
2580 * target.c (target_shortname): New.
2581 (target_longname): New.
2582 (target_attach_no_wait): New.
2583 (target_post_attach): New.
2584 (target_prepare_to_store): New.
2585 (target_supports_enable_disable_tracepoint): New.
2586 (target_supports_string_tracing): New.
2587 (target_supports_evaluation_of_breakpoint_conditions): New.
2588 (target_supports_dumpcore): New.
2589 (target_dumpcore): New.
2590 (target_can_run_breakpoint_commands): New.
2591 (target_files_info): New.
2592 (target_post_startup_inferior): New.
2593 (target_insert_fork_catchpoint): New.
2594 (target_remove_fork_catchpoint): New.
2595 (target_insert_vfork_catchpoint): New.
2596 (target_remove_vfork_catchpoint): New.
2597 (target_insert_exec_catchpoint): New.
2598 (target_remove_exec_catchpoint): New.
2599 (target_set_syscall_catchpoint): New.
2600 (target_rcmd): New.
2601 (target_can_lock_scheduler): New.
2602 (target_can_async_p): New.
2603 (target_is_async_p): New.
2604 (target_execution_direction): New.
2605 (target_extra_thread_info): New.
2606 (target_pid_to_exec_file): New.
2607 (target_thread_architecture): New.
2608 (target_find_memory_regions): New.
2609 (target_make_corefile_notes): New.
2610 (target_get_bookmark): New.
2611 (target_goto_bookmark): New.
2612 (target_stopped_by_watchpoint): New.
2613 (target_stopped_by_sw_breakpoint): New.
2614 (target_supports_stopped_by_sw_breakpoint): New.
2615 (target_stopped_by_hw_breakpoint): New.
2616 (target_supports_stopped_by_hw_breakpoint): New.
2617 (target_have_steppable_watchpoint): New.
2618 (target_can_use_hardware_watchpoint): New.
2619 (target_region_ok_for_hw_watchpoint): New.
2620 (target_can_do_single_step): New.
2621 (target_insert_watchpoint): New.
2622 (target_remove_watchpoint): New.
2623 (target_insert_hw_breakpoint): New.
2624 (target_remove_hw_breakpoint): New.
2625 (target_can_accel_watchpoint_condition): New.
2626 (target_can_execute_reverse): New.
2627 (target_get_ada_task_ptid): New.
2628 (target_filesystem_is_local): New.
2629 (target_trace_init): New.
2630 (target_download_tracepoint): New.
2631 (target_can_download_tracepoint): New.
2632 (target_download_trace_state_variable): New.
2633 (target_enable_tracepoint): New.
2634 (target_disable_tracepoint): New.
2635 (target_trace_start): New.
2636 (target_trace_set_readonly_regions): New.
2637 (target_get_trace_status): New.
2638 (target_get_tracepoint_status): New.
2639 (target_trace_stop): New.
2640 (target_trace_find): New.
2641 (target_get_trace_state_variable_value): New.
2642 (target_save_trace_data): New.
2643 (target_upload_tracepoints): New.
2644 (target_upload_trace_state_variables): New.
2645 (target_get_raw_trace_data): New.
2646 (target_get_min_fast_tracepoint_insn_len): New.
2647 (target_set_disconnected_tracing): New.
2648 (target_set_circular_trace_buffer): New.
2649 (target_set_trace_buffer_size): New.
2650 (target_set_trace_notes): New.
2651 (target_get_tib_address): New.
2652 (target_set_permissions): New.
2653 (target_static_tracepoint_marker_at): New.
2654 (target_static_tracepoint_markers_by_strid): New.
2655 (target_traceframe_info): New.
2656 (target_use_agent): New.
2657 (target_can_use_agent): New.
2658 (target_augmented_libraries_svr4_read): New.
2659 (target_log_command): New.
2660 * bfin-tdep.c (bfin_sw_breakpoint_from_kind): Adjust.
2661 * infrun.c (set_schedlock_func): Adjust.
2662 * mi/mi-main.c (exec_reverse_continue): Adjust.
2663 * reverse.c (exec_reverse_once): Adjust.
2664 * sh-tdep.c (sh_sw_breakpoint_from_kind): Adjust.
2665 * tui/tui-stack.c (tui_locator_window::make_status_line): Adjust.
2666 * remote-sim.c (gdbsim_target::detach): Adjust.
2667 (gdbsim_target::files_info): Adjust.
2668
b64f703b
TT
26692021-03-24 Tom Tromey <tom@tromey.com>
2670
2671 * dwarf2/read.c (dw2_map_matching_symbols): Update.
2672 (dw2_expand_symtabs_matching_symbol): Remove 'kind' parameter.
2673 (check_match, dw2_expand_symtabs_matching)
2674 (dwarf2_debug_names_index::map_matching_symbols)
2675 (dwarf2_debug_names_index::expand_symtabs_matching): Update.
2676
68f115f8
KS
26772021-03-24 Keith Seitz <keiths@redhat.com>
2678
2679 * compile/compile-cplus-types.c
2680 (compile_cplus_convert_struct_or_union): Fix TYPE_DECLARED_CLASS
2681 thinko.
2682
41c0087b
SM
26832021-03-24 Simon Marchi <simon.marchi@polymtl.ca>
2684
2685 * gdbarch.sh (gdbarch_data_registry): Make static.
2686 * gdbarch.c: Re-generate.
2687
ce192338
LM
26882021-03-24 Luis Machado <luis.machado@linaro.org>
2689
2690 * NEWS: Mention memory tagging changes.
2691
bef382e6
LM
26922021-03-24 Luis Machado <luis.machado@linaro.org>
2693
2694 * printcmd.c (decode_format): Handle the 'm' modifier.
2695 (do_examine): Display allocation tags when required/supported.
2696 (should_validate_memtags): New function.
2697 (print_command_1): Display memory tag mismatches.
2698 * valprint.c (show_memory_tag_violations): New function.
2699 (value_print_option_defs): Add new option "memory-tag-violations".
2700 (user_print_options) <memory_tag_violations>: Initialize to 1.
2701 * valprint.h (struct format_data) <print_tags>: New field.
2702 (value_print_options) <memory_tag_violations>: New field.
2703
48136e00
LM
27042021-03-24 Luis Machado <luis.machado@linaro.org>
2705
2706 * printcmd.c: Include gdbsupport/rsp-low.h.
2707 (memory_tag_list): New static global.
2708 (process_print_command_args): Factored out of
2709 print_command_1.
2710 (print_command_1): Use process_print_command_args.
2711 (show_addr_not_tagged, show_memory_tagging_unsupported)
2712 (memory_tag_command, memory_tag_print_tag_command)
2713 (memory_tag_print_logical_tag_command)
2714 (memory_tag_print_allocation_tag_command, parse_with_logical_tag_input)
2715 (memory_tag_with_logical_tag_command, parse_set_allocation_tag_input)
2716 (memory_tag_set_allocation_tag_command, memory_tag_check_command): New
2717 functions.
2718 (_initialize_printcmd): Add "memory-tag" prefix and subcommands.
2719
ffcc2a15
LM
27202021-03-24 Luis Machado <luis.machado@linaro.org>
2721
2722 * aarch64-linux-tdep.c
2723 (aarch64_linux_iterate_over_regset_sections): Handle MTE register set.
2724 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_MTE_REGSET): Define.
2725
cf44c9fa
LM
27262021-03-24 Luis Machado <luis.machado@linaro.org>
2727
2728 * aarch64-linux-tdep.c
2729 (aarch64_linux_report_signal_info): New function.
2730 (aarch64_linux_init_abi): Register
2731 aarch64_linux_report_signal_info as the report_signal_info hook.
2732 * arch/aarch64-linux.h (SEGV_MTEAERR): Define.
2733 (SEGV_MTESERR): Define.
2734
b4a7d4fc
LM
27352021-03-24 Luis Machado <luis.machado@linaro.org>
2736
2737 * aarch64-linux-tdep.c: Include gdbsupport/selftest.h.
2738 (aarch64_linux_ltag_tests): New function.
2739 (_initialize_aarch64_linux_tdep): Register aarch64_linux_ltag_tests.
2740
c7782e50
LM
27412021-03-24 Luis Machado <luis.machado@linaro.org>
2742
2743 * aarch64-linux-tdep.c: Include target.h, arch-utils.h, value.h.
2744 (aarch64_mte_get_atag, aarch64_linux_tagged_address_p)
2745 (aarch64_linux_memtag_mismatch_p, aarch64_linux_set_memtags)
2746 (aarch64_linux_get_memtag, aarch64_linux_memtag_to_string): New
2747 functions.
2748 (aarch64_linux_init_abi): Initialize MTE-related gdbarch hooks.
2749 * arch/aarch64-mte-linux.c (aarch64_mte_make_ltag_bits)
2750 (aarch64_mte_make_ltag, aarch64_linux_set_ltag)
2751 (aarch64_linux_get_ltag): New functions.
2752 * arch/aarch64-mte-linux.h (AARCH64_MTE_LOGICAL_TAG_START_BIT)
2753 (AARCH64_MTE_LOGICAL_MAX_VALUE): Define.
2754 (aarch64_mte_make_ltag_bits, aarch64_mte_make_ltag)
2755 (aarch64_mte_set_ltag, aarch64_mte_get_ltag): New prototypes.
2756
1e735120
LM
27572021-03-24 Luis Machado <luis.machado@linaro.org>
2758
2759 * linux-tdep.c (struct smaps_vmflags) <memory_tagging>: New flag
2760 bit.
2761 (struct smaps_data): New struct.
2762 (decode_vmflags): Handle the 'mt' flag.
2763 (parse_smaps_data): New function, refactored from
2764 linux_find_memory_regions_full.
2765 (linux_address_in_memtag_page): New function.
2766 (linux_find_memory_regions_full): Refactor into parse_smaps_data.
2767 * linux-tdep.h (linux_address_in_memtag_page): New prototype.
2768
93e447c6
LM
27692021-03-24 Luis Machado <luis.machado@linaro.org>
2770
2771 * linux-tdep.c (linux_find_memory_regions_full): Use std::string
2772 instead of char arrays.
2773
4601818e
LM
27742021-03-24 Luis Machado <luis.machado@linaro.org>
2775
2776 * Makefile.in (ALL_64_TARGET_OBS): Add arch/aarch64-mte-linux.o.
2777 (HFILES_NO_SRCDIR): Add arch/aarch64-mte-linux.h and
2778 nat/aarch64-mte-linux-ptrace.h.
2779 * aarch64-linux-nat.c: Include nat/aarch64-mte-linux-ptrace.h.
2780 (aarch64_linux_nat_target) <supports_memory_tagging>: New method
2781 override.
2782 <fetch_memtags>: New method override.
2783 <store_memtags>: New method override.
2784 (aarch64_linux_nat_target::supports_memory_tagging): New method.
2785 (aarch64_linux_nat_target::fetch_memtags): New method.
2786 (aarch64_linux_nat_target::store_memtags): New method.
2787 * arch/aarch64-mte-linux.c: New file.
2788 * arch/aarch64-mte-linux.h: Include gdbsupport/common-defs.h.
2789 (AARCH64_MTE_GRANULE_SIZE): Define.
2790 (aarch64_memtag_type): New enum.
2791 (aarch64_mte_get_tag_granules): New prototype.
2792 * configure.nat (NATDEPFILES): Add nat/aarch64-mte-linux-ptrace.o.
2793 * configure.tgt (aarch64*-*-linux*): Add arch/aarch64-mte-linux.o.
2794 * nat/aarch64-mte-linux-ptrace.c: New file.
2795 * nat/aarch64-mte-linux-ptrace.h: New file.
2796
3f3bd8b8
LM
27972021-03-24 Luis Machado <luis.machado@linaro.org>
2798
2799 * Makefile.in (HFILES_NO_SRCDIR): Add nat/aarch64-mte-linux-ptrace.h.
2800 * nat/aarch64-mte-linux-ptrace.h: New file.
2801
5e984dbf
LM
28022021-03-24 Luis Machado <luis.machado@linaro.org>
2803
2804 * aarch64-linux-nat.c (fetch_mteregs_from_thread): New function.
2805 (store_mteregs_to_thread): New function.
2806 (aarch64_linux_nat_target::fetch_registers): Update to call
2807 fetch_mteregs_from_thread.
2808 (aarch64_linux_nat_target::store_registers): Update to call
2809 store_mteregs_to_thread.
2810 * aarch64-tdep.c (aarch64_mte_register_names): New struct.
2811 (aarch64_cannot_store_register): Handle MTE registers.
2812 (aarch64_gdbarch_init): Initialize and setup MTE registers.
2813 * aarch64-tdep.h (gdbarch_tdep) <mte_reg_base>: New field.
2814 <has_mte>: New method.
2815 * arch/aarch64-linux.h (AARCH64_LINUX_SIZEOF_MTE): Define.
2816
c1bd443b
LM
28172021-03-24 Luis Machado <luis.machado@linaro.org>
2818
2819 * aarch64-linux-nat.c
2820 (aarch64_linux_nat_target::read_description): Take MTE flag into
2821 account.
2822 Slight refactor to hwcap flag checking.
2823 * aarch64-linux-tdep.c
2824 (aarch64_linux_core_read_description): Likewise.
2825 * aarch64-tdep.c (tdesc_aarch64_list): Add one more dimension for
2826 MTE.
2827 (aarch64_read_description): Add mte_p parameter and update to use it.
2828 Update the documentation.
2829 (aarch64_gdbarch_init): Update call to aarch64_read_description.
2830 * aarch64-tdep.h (aarch64_read_description): Add mte_p parameter.
2831 * arch/aarch64.c: Include ../features/aarch64-mte.c.
2832 (aarch64_create_target_description): Add mte_p parameter and update
2833 the code to use it.
2834 * arch/aarch64.h (aarch64_create_target_description): Add mte_p
2835 parameter.
2836 * features/Makefile (FEATURE_XMLFILES): Add aarch64-mte.xml.
2837 * features/aarch64-mte.c: New file, generated.
2838 * features/aarch64-mte.xml: New file.
2839
04245125
LM
28402021-03-24 Luis Machado <luis.machado@linaro.org>
2841
2842 * Makefile.in (HFILES_NO_SRCDIR): Add arch/aarch64-mte-linux.h.
2843 * aarch64-linux-nat.c: Include arch/aarch64-mte-linux.h.
2844 * aarch64-linux-tdep.c: Likewise
2845 * arch/aarch64-mte-linux.h: New file.
2846
754487e2
LM
28472021-03-24 Luis Machado <luis.machado@linaro.org>
2848
2849 * remote: Include gdbsupport/selftest.h.
2850 (test_memory_tagging_functions): New function.
2851 (_initialize_remote): Register test_memory_tagging_functions.
2852
2c2e7f87
LM
28532021-03-24 Luis Machado <luis.machado@linaro.org>
2854
2855 * remote.c (PACKET_memory_tagging_feature): New enum.
2856 (remote_memory_tagging_p): New function.
2857 (remote_protocol_features): New "memory-tagging" entry.
2858 (remote_target::remote_query_supported): Handle memory tagging
2859 support.
2860 (remote_target::supports_memory_tagging): Implement.
2861 (create_fetch_memtags_request, parse_fetch_memtags_reply)
2862 (create_store_memtags_request): New functions.
2863 (remote_target::fetch_memtags): Implement.
2864 (remote_target::store_memtags): Implement.
2865 (_initialize_remote): Add new "memory-tagging-feature"
2866 config command.
2867
c193949e
LM
28682021-03-24 Luis Machado <luis.machado@linaro.org>
2869
2870 * arch-utils.c (default_memtag_to_string, default_tagged_address_p)
2871 (default_memtag_matches_p, default_set_memtags)
2872 (default_get_memtag): New functions.
2873 * arch-utils.h (default_memtag_to_string, default_tagged_address_p)
2874 (default_memtag_matches_p, default_set_memtags)
2875 (default_get_memtag): New prototypes.
2876 * gdbarch.c: Regenerate.
2877 * gdbarch.h: Regenerate.
2878 * gdbarch.sh (memtag_to_string, tagged_address_p, memtag_matches_p)
2879 (set_memtags, get_memtag, memtag_granule_size): New gdbarch hooks.
2880 (enum memtag_type): New enum.
2881
dbe692af
LM
28822021-03-24 Luis Machado <luis.machado@linaro.org>
2883
2884 * remote.c (remote_target) <supports_memory_tagging>: New method
2885 override.
2886 <fetch_memtags>: New method override.
2887 <store_memtags>: New method override.
2888 (remote_target::supports_memory_tagging): New method.
2889 (remote_target::fetch_memtags): New method.
2890 (remote_target::store_memtags): New method.
2891 * target-delegates.c: Regenerate.
2892 * target.h (struct target_ops) <supports_memory_tagging>: New virtual
2893 method.
2894 <fetch_memtags>: New virtual method.
2895 <store_memtags>: New virtual method.
2896 (target_supports_memory_tagging): Define.
2897 (target_fetch_memtags): Define.
2898 (target_store_memtags): Define.
2899 * target-debug.h (target_debug_print_size_t)
2900 (target_debug_print_const_gdb_byte_vector_r)
2901 (target_debug_print_gdb_byte_vector_r): New functions.
2902
66848ebc
SM
29032021-03-23 Simon Marchi <simon.marchi@polymtl.ca>
2904
2905 * target.h (target_longname): Remove.
2906
c8fbd44a
SM
29072021-03-23 Simon Marchi <simon.marchi@polymtl.ca>
2908
2909 * target.h (target_is_pushed): Remove, update callers to use
2910 inferior::target_is_pushed instead.
2911 * target.c (target_is_pushed): Remove.
2912
02980c56
SM
29132021-03-23 Simon Marchi <simon.marchi@polymtl.ca>
2914
2915 * target.h (push_target): Remove, update callers to use
2916 inferior::push_target.
2917 * target.c (push_target): Remove.
2918 * inferior.h (class inferior) <push_target>: New overload.
2919
fadf6add
SM
29202021-03-23 Simon Marchi <simon.marchi@polymtl.ca>
2921
2922 * target.h (unpush_target): Remove, update all callers
2923 to use `inferior::unpush_target` instead.
2924 (struct target_unpusher) <operator()>: Just declare.
2925 * target.c (unpush_target): Remove.
2926 (target_unpusher::operator()): New.
2927
702cf3f5
AB
29282021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
2929
2930 * dwarf2/read.c (process_psymtab_comp_unit): Replace abort with an
2931 error.
2932 (process_full_comp_unit): Validate the top-level tag before
2933 processing the first DIE.
2934 (read_func_scope): Ensure we have a valid builder.
2935
46fec642
AB
29362021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
2937
2938 * objc-lang.c (objc_demangle): Renamed to
2939 objc_language::demangle_symbol, and moved later in the file.
2940 (objc_language::sniff_from_mangled_name): Call demangle_symbol
2941 member function.
2942 (objc_language::demangle_symbol): Defined outside of class
2943 declaration. The definition is the old objc_demangle with NULL
2944 changed to nullptr, and if conditions relating to nullptr pointers
2945 or null character checks made explicit.
2946 * objc-lang.h (objc_demangle): Delete declaration.
2947
08dedd66
ML
29482021-03-22 Martin Liska <mliska@suse.cz>
2949
2950 * arm-tdep.c (show_disassembly_style_sfunc): Replace usage of CONST_STRNEQ with startswith.
2951 (_initialize_arm_tdep): Likewise.
2952
eb36a3eb
TT
29532021-03-20 Tom Tromey <tom@tromey.com>
2954
2955 * xcoffread.c (xcoff_initial_scan): Create partial symtabs.
2956 * symfile.c (syms_from_objfile_1, reread_symbols): Update.
2957 * psymtab.h (make_psymbol_functions): Don't declare.
2958 * psymtab.c (make_psymbol_functions): Remove.
2959 (maintenance_print_psymbols): Update.
2960 * psympriv.h (struct psymbol_functions): Add no-argument
2961 constructor.
2962 * objfiles.h (struct objfile) <reset_psymtabs>: Remove.
2963 <partial_symtabs>: Remove.
2964 * mdebugread.c (mdebug_build_psymtabs): Create partial symtabs.
2965 * elfread.c (read_partial_symbols): Update.
2966 (elf_symfile_read): Remove check for existing partial symbols.
2967 Don't clear "qf".
2968 * dwarf2/read.c (dwarf2_has_info): Remove check for existing
2969 partial symbols.
2970 (dwarf2_build_psymtabs): Add psymbol_functions parameter. Create
2971 partial symtabs.
2972 * dwarf2/public.h (dwarf2_build_psymtabs): Add psymbol_functions
2973 parameter.
2974 * dbxread.c (dbx_symfile_read): Create partial symtabs.
2975 * ctfread.c (elfctf_build_psymtabs): Create partial symtabs.
2976
e1114590
TT
29772021-03-20 Tom Tromey <tom@tromey.com>
2978
2979 * dwarf2/read.c (dwarf2_build_psymtabs): Update.
2980 * symfile.c (syms_from_objfile_1, reread_symbols): Update.
2981 * symfile-debug.c (objfile::has_partial_symbols)
2982 (objfile::find_last_source_symtab)
2983 (objfile::forget_cached_source_info)
2984 (objfile::map_symtabs_matching_filename, objfile::lookup_symbol)
2985 (objfile::print_stats, objfile::dump)
2986 (objfile::expand_symtabs_for_function)
2987 (objfile::expand_all_symtabs)
2988 (objfile::expand_symtabs_with_fullname)
2989 (objfile::map_matching_symbols)
2990 (objfile::expand_symtabs_matching)
2991 (objfile::find_pc_sect_compunit_symtab)
2992 (objfile::map_symbol_filenames)
2993 (objfile::find_compunit_symtab_by_address)
2994 (objfile::lookup_global_symbol_language)
2995 (objfile::require_partial_symbols): Update.
2996 * psymtab.c (maintenance_print_psymbols)
2997 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
2998 * objfiles.h (struct objfile) <qf>: Now a forward_list.
2999 * objfiles.c (objfile_relocate1): Update.
3000 * elfread.c (elf_symfile_read): Update.
3001
de909f0b
TT
30022021-03-20 Tom Tromey <tom@tromey.com>
3003
3004 * objfiles.h (struct objfile) <psymtabs>: Remove method.
3005
caf8c1e5
TT
30062021-03-20 Tom Tromey <tom@tromey.com>
3007
3008 * psymtab.c (psymbol_functions::count_psyms): Rename.
3009 (psymbol_functions::print_stats): Update.
3010 * psympriv.h (struct psymbol_functions) <count_psyms>: Declare
3011 method.
3012
3aa31ce7
TT
30132021-03-20 Tom Tromey <tom@tromey.com>
3014
3015 * psymtab.c (psymbol_functions::require_partial_symbols): Rename.
3016 (psymbol_functions::find_pc_sect_psymtab): Rename.
3017 (psymbol_functions::find_pc_sect_compunit_symtab)
3018 (maintenance_print_psymbols, maintenance_check_psymtabs): Update.
3019 * psympriv.h (struct psymbol_functions) <require_partial_symbols>:
3020 Declare new method.
3021 <get_partial_symtabs, find_pc_sect_psymtab>: Likewise.
3022
7b249e47
TT
30232021-03-20 Tom Tromey <tom@tromey.com>
3024
3025 * xcoffread.c (xcoff_start_psymtab): Add partial_symtabs parameter.
3026 (xcoff_end_psymtab, scan_xcoff_symtab): Update.
3027 * psymtab.c (partial_symtab::partial_symtab): Add partial_symtabs
3028 parameter.
3029 (add_psymbol_to_bcache): Remove.
3030 (partial_symtab::add_psymbol): Add partial_symtabs parameter.
3031 (partial_symtab::add_psymbol, partial_symtab::partial_symtab):
3032 Likewise.
3033 * psympriv.h (partial_symtab): Add partial_symtabs parameter.
3034 <add_psymbol>: Likewise.
3035 (standard_psymtab, legacy_psymtab): Likewise.
3036 * mdebugread.c (parse_partial_symbols): Update.
3037 (handle_psymbol_enumerators): Add partial_symtabs parameter.
3038 (handle_psymbol_enumerators): Update.
3039 (new_psymtab): Add partial_symtabs parameter.
3040 * dwarf2/read.h (dwarf2_psymtab): Add partial_symtabs parameter.
3041 * dwarf2/read.c (dwarf2_include_psymtab): Add partial_symtabs
3042 parameter.
3043 (dwarf2_create_include_psymtab): Add partial_symtabs parameter.
3044 (create_partial_symtab, add_partial_symbol, dwarf_decode_lines):
3045 Update.
3046 * dbxread.c (read_dbx_symtab): Update.
3047 (start_psymtab): Add partial_symtabs parameter.
3048 (dbx_end_psymtab): Update.
3049 * ctfread.c (struct ctf_context) <partial_symtabs>: New member.
3050 (ctf_psymtab): Add partial_symtabs parameter.
3051 (create_partial_symtab, ctf_psymtab_type_cb, ctf_psymtab_var_cb):
3052 Update.
3053 (scan_partial_symbols): Add partial_symtabs parameter.
3054 (scan_partial_symbols, elfctf_build_psymtabs)
3055 (ctf_psymtab_add_enums): Update.
3056
d1eef86d
TT
30572021-03-20 Tom Tromey <tom@tromey.com>
3058
3059 * symfile.c (read_symbols): Use objfile method.
3060 * symfile-debug.c (objfile::require_partial_symbols): New method.
3061 * psymtab.h (require_partial_symbols): Don't declare.
3062 * psymtab.c (require_partial_symbols): Use objfile method. Now
3063 static.
3064 (psymbol_functions::map_symtabs_matching_filename, OBJFILE)
3065 (psymbol_functions::lookup_symbol)
3066 (psymbol_functions::lookup_global_symbol_language)
3067 (psymbol_functions::find_last_source_symtab)
3068 (psymbol_functions::forget_cached_source_info)
3069 (psymbol_functions::print_stats)
3070 (psymbol_functions::expand_symtabs_for_function)
3071 (psymbol_functions::expand_all_symtabs)
3072 (psymbol_functions::expand_symtabs_with_fullname)
3073 (psymbol_functions::map_symbol_filenames)
3074 (psymbol_functions::map_matching_symbols)
3075 (psymbol_functions::expand_symtabs_matching)
3076 (psymbol_functions::find_compunit_symtab_by_address)
3077 (maintenance_print_psymbols, maintenance_info_psymtabs)
3078 (maintenance_check_psymtabs): Update.
3079 * objfiles.h (struct objfile) <require_partial_symbols>: Declare
3080 new method.
3081
eb00e468
TT
30822021-03-20 Tom Tromey <tom@tromey.com>
3083
3084 * xcoffread.c (xcoff_sym_fns): Update.
3085 * symfile.h (struct sym_fns) <sym_read_psymbols>: Remove.
3086 * symfile-debug.c (objfile::has_partial_symbols): Use
3087 can_lazily_read_symbols.
3088 (debug_sym_read_psymbols): Remove.
3089 (debug_sym_fns, install_symfile_debug_logging): Update.
3090 * quick-symbol.h (struct quick_symbol_functions)
3091 <can_lazily_read_symbols, read_partial_symbols>: New methods.
3092 * psymtab.c (require_partial_symbols): Use new 'qf' methods.
3093 * mipsread.c (ecoff_sym_fns): Update.
3094 * machoread.c (macho_sym_fns): Update.
3095 * elfread.c (struct lazy_dwarf_reader): New.
3096 (elf_symfile_read): Update.
3097 (read_psyms): Now a method of lazy_dwarf_reader.
3098 (elf_sym_fns): Update.
3099 (elf_sym_fns_lazy_psyms): Remove.
3100 * dbxread.c (aout_sym_fns): Update.
3101 * coffread.c (coff_sym_fns): Update.
3102
b29b98cf
TT
31032021-03-20 Tom Tromey <tom@tromey.com>
3104
3105 * symfile.c (syms_from_objfile_1): Call reset_psymtabs.
3106 (reread_symbols): Move reset_psymtabs call later.
3107 * objfiles.c (objfile::objfile): Don't initialize
3108 partial_symtabs.
3109
17d66340
TT
31102021-03-20 Tom Tromey <tom@tromey.com>
3111
3112 * dwarf2/read.c (dwarf2_build_psymtabs): Call
3113 set_partial_symtabs.
3114 * symfile.c (syms_from_objfile_1, reread_symbols): Update.
3115 * psymtab.h (make_psymbol_functions): Add partial_symtabs
3116 parameter.
3117 * psymtab.c (find_pc_sect_psymtab): Add partial_symtabs
3118 parameter.
3119 (psymbol_functions::find_pc_sect_compunit_symtab)
3120 (psymbol_functions::print_stats, psymbol_functions::dump)
3121 (psymbol_functions::has_symbols): Update.
3122 (make_psymbol_functions, dump_psymtab_addrmap): Add
3123 partial_symtabs parameter.
3124 (maintenance_print_psymbols): Update.
3125 (psymbol_functions::expand_symtabs_matching): Update.
3126 * psympriv.h (struct psymbol_functions): Add constructor.
3127 <m_partial_symtabs>: New member.
3128 <set_partial_symtabs>: New method.
3129
84685904
TT
31302021-03-20 Tom Tromey <tom@tromey.com>
3131
3132 * dwarf2/read.c (dwarf2_create_include_psymtab): Add per_bfd
3133 parameter.
3134 (process_psymtab_comp_unit_reader)
3135 (build_type_psymtab_dependencies, dwarf2_build_psymtabs_hard)
3136 (add_partial_subprogram, dwarf2_ranges_read, dwarf_decode_lines):
3137 Reference psymtabs via per_bfd.
3138
79cc99f6
TT
31392021-03-20 Tom Tromey <tom@tromey.com>
3140
3141 * dwarf2/index-write.c (struct addrmap_index_data) <objfile>:
3142 Remove.
3143 (add_address_entry): Remove objfile parameter.
3144 (add_address_entry_worker): Update.
3145 (write_address_map): Replace objfile parameter with per_bfd.
3146 (write_gdbindex, write_psymtabs_to_index): Update.
3147
4829711b
TT
31482021-03-20 Tom Tromey <tom@tromey.com>
3149
3150 * dwarf2/read.c (dwarf2_base_index_functions::print_stats): Add
3151 print_bcache parameter.
3152 * symfile-debug.c (objfile::print_stats): Add print_bcache
3153 parameter.
3154 * quick-symbol.h (struct quick_symbol_functions)
3155 <print_stats>: Add print_bcache parameter.
3156 * symmisc.c (print_symbol_bcache_statistics, count_psyms): Move
3157 code to psymtab.c.
3158 (print_objfile_statistics): Move psymtab code to psymtab.c.
3159 * psymtab.c (count_psyms): Move from symmisc.c.
3160 (psymbol_functions::print_stats): Print partial symbol and bcache
3161 statistics. Add print_bcache parameter.
3162 * objfiles.h (print_symbol_bcache_statistics): Don't declare.
3163 (struct objfile) <print_stats>: Add print_bcache parameter.
3164 * maint.c (maintenance_print_statistics): Update.
3165
efd7398e
TT
31662021-03-20 Tom Tromey <tom@tromey.com>
3167
3168 * dwarf2/read.h (struct dwarf2_per_bfd) <psymtabs_addrmap>: New
3169 member.
3170 * dwarf2/read.c (create_addrmap_from_index)
3171 (create_addrmap_from_aranges): Set per_bfd addrmap.
3172 (dwarf2_read_gdb_index): Don't set partial_symtabs.
3173 (dwarf2_base_index_functions::find_pc_sect_compunit_symtab): Use
3174 per_bfd addrmap.
3175 (dwarf2_read_debug_names): Don't set partial_symtabs.
3176 (dwarf2_initialize_objfile): Likewise.
3177
51962708
TT
31782021-03-20 Tom Tromey <tom@tromey.com>
3179
3180 * dwarf2/read.c (dwarf2_build_psymtabs): Set partial_symtabs
3181 earlier.
3182
484b1090
TT
31832021-03-20 Tom Tromey <tom@tromey.com>
3184
3185 * psympriv.h (psymtab_discarder): Take psymtab_storage parameter.
3186 (~psymtab_discarder, keep): Update.
3187 <m_objfile>: Remove.
3188 <m_partial_symtabs>: New member.
3189 * dwarf2/read.c (dwarf2_build_psymtabs): Update.
3190
7e9c0476
TT
31912021-03-20 Tom Tromey <tom@tromey.com>
3192
3193 * xcoffread.c (xcoff_end_psymtab): Add partial_symtabs parameter.
3194 (xcoff_end_psymtab): Update.
3195 (scan_xcoff_symtab): Add partial_symtabs parameter.
3196 (xcoff_initial_scan): Update.
3197 * stabsread.h (dbx_end_psymtab): Add partial_symtabs parameter.
3198 * mdebugread.c (mdebug_build_psymtabs): Update.
3199 (parse_partial_symbols): Add partial_symtabs parameter.
3200 * dbxread.c (dbx_symfile_read): Update.
3201 (read_dbx_symtab): Add partial_symtabs parameter.
3202 (read_dbx_symtab): Update.
3203 (dbx_end_psymtab): Add partial_symtabs parameter.
3204
75336a5a
TT
32052021-03-20 Tom Tromey <tom@tromey.com>
3206
3207 * quick-symbol.h (struct quick_symbol_functions)
3208 <relocated>: New method.
3209 * psymtab.h (struct psymbol_functions) <relocated>: New
3210 method.
3211 <fill_psymbol_map>: Declare method.
3212 <m_psymbol_map>: New member.
3213 * psymtab.c (psymbol_functions::fill_psymbol_map): Rename.
3214 (psymbol_functions::find_compunit_symtab_by_address): Update.
3215 * objfiles.h (reset_psymtabs): Don't clear psymbol_map.
3216 (struct objfile) <psymbol_map>: Remove.
3217 * objfiles.c (objfile_relocate1): Update.
3218
39298a5d
TT
32192021-03-20 Tom Tromey <tom@tromey.com>
3220
3221 * psympriv.h (struct psymbol_functions): New.
3222 * symfile.c (syms_from_objfile_1, reread_symbols): Update.
3223 * symfile-debug.c (objfile::find_compunit_symtab_by_address)
3224 (objfile::lookup_global_symbol_language): Update.
3225 * quick-symbol.h (struct quick_symbol_functions): Convert function
3226 pointers to methods. Add virtual destructor.
3227 (quick_symbol_functions_up): New typedef.
3228 * psymtab.h (psym_functions, dwarf2_gdb_index_functions)
3229 (dwarf2_debug_names_functions): Don't declare.
3230 (make_psymbol_functions): Declare.
3231 * psymtab.c (psymbol_functions::map_symtabs_matching_filename)
3232 (psymbol_functions::find_pc_sect_compunit_symtab)
3233 (psymbol_functions::lookup_symbol)
3234 (psymbol_functions::lookup_global_symbol_language)
3235 (psymbol_functions::find_last_source_symtab)
3236 (psymbol_functions::forget_cached_source_info)
3237 (psymbol_functions::print_stats, psymbol_functions::dump)
3238 (psymbol_functions::expand_symtabs_for_function)
3239 (psymbol_functions::expand_all_symtabs)
3240 (psymbol_functions::expand_symtabs_with_fullname)
3241 (psymbol_functions::map_symbol_filenames)
3242 (psymbol_functions::map_matching_symbols)
3243 (psymbol_functions::expand_symtabs_matching)
3244 (psymbol_functions::has_symbols)
3245 (psymbol_functions::find_compunit_symtab_by_address): Rename.
3246 (psym_functions): Remove.
3247 (make_psymbol_functions): New function.
3248 * objfiles.h (struct objfile) <qf>: Change type.
3249 * elfread.c (elf_symfile_read): Update.
3250 * dwarf2/read.c (struct dwarf2_base_index_functions)
3251 (struct dwarf2_gdb_index, struct dwarf2_debug_names_index): New.
3252 (make_dwarf_gdb_index, make_dwarf_debug_names): New functions.
3253 (dwarf2_base_index_functions::find_last_source_symtab)
3254 (dwarf2_base_index_functions::forget_cached_source_info)
3255 (dwarf2_base_index_functions::map_symtabs_matching_filename)
3256 (dwarf2_gdb_index::lookup_symbol)
3257 (dwarf2_base_index_functions::print_stats)
3258 (dwarf2_gdb_index::dump)
3259 (dwarf2_gdb_index::expand_symtabs_for_function)
3260 (dwarf2_base_index_functions::expand_all_symtabs)
3261 (dwarf2_base_index_functions::expand_symtabs_with_fullname):
3262 Rename.
3263 (dwarf2_gdb_index::map_matching_symbols): New method.
3264 (dwarf2_gdb_index::expand_symtabs_matching): New method.
3265 (dwarf2_base_index_functions::find_pc_sect_compunit_symtab)
3266 (dwarf2_base_index_functions::map_symbol_filenames)
3267 (dwarf2_base_index_functions::has_symbols): Rename.
3268 (dwarf2_gdb_index_functions): Remove.
3269 (dwarf2_debug_names_index::lookup_symbol)
3270 (dwarf2_debug_names_index::dump)
3271 (dwarf2_debug_names_index::expand_symtabs_for_function)
3272 (dwarf2_debug_names_index::map_matching_symbols)
3273 (dwarf2_debug_names_index::expand_symtabs_matching): Rename.
3274 (dwarf2_debug_names_functions): Remove.
3275 * dwarf2/public.h (make_dwarf_gdb_index, make_dwarf_debug_names):
3276 Declare.
3277
5c3f1e5b
TT
32782021-03-20 Tom Tromey <tom@tromey.com>
3279
3280 * psymtab.c (require_partial_symbols): Check that 'sf' is not
3281 null.
3282 * xcoffread.c (xcoff_sym_fns): Update.
3283 * symfile.h (struct sym_fns) <qf>: Remove.
3284 * symfile.c (syms_from_objfile_1, reread_symbols): Update.
3285 * symfile-debug.c (objfile::has_partial_symbols)
3286 (objfile::find_last_source_symtab)
3287 (objfile::forget_cached_source_info)
3288 (objfile::map_symtabs_matching_filename, objfile::lookup_symbol)
3289 (objfile::print_stats, objfile::dump)
3290 (objfile::expand_symtabs_for_function)
3291 (objfile::expand_all_symtabs)
3292 (objfile::expand_symtabs_with_fullname)
3293 (objfile::map_matching_symbols)
3294 (objfile::expand_symtabs_matching)
3295 (objfile::find_pc_sect_compunit_symtab)
3296 (objfile::map_symbol_filenames)
3297 (objfile::find_compunit_symtab_by_address)
3298 (objfile::lookup_global_symbol_language, debug_sym_fns)
3299 (install_symfile_debug_logging): Update.
3300 * objfiles.h (struct objfile) <qf>: New member.
3301 * mipsread.c (ecoff_sym_fns): Update.
3302 * machoread.c (macho_sym_fns): Update.
3303 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_debug_names):
3304 Don't declare.
3305 (elf_symfile_read, elf_sym_fns, elf_sym_fns_lazy_psyms): Update.
3306 * dbxread.c (aout_sym_fns): Update.
3307 * coffread.c (coff_sym_fns): Update.
3308
9b99dcc8
TT
33092021-03-20 Tom Tromey <tom@tromey.com>
3310
3311 * symfile.h (symbol_compare_ftype, symbol_filename_ftype)
3312 (expand_symtabs_file_matcher_ftype)
3313 (expand_symtabs_symbol_matcher_ftype)
3314 (expand_symtabs_exp_notify_ftype, struct quick_symbol_functions):
3315 Move to quick-symbol.h.
3316 * quick-symbol.h: New file.
3317
4d080b46
TT
33182021-03-20 Tom Tromey <tom@tromey.com>
3319
3320 * symtab.c (iterate_over_symtabs, expand_symtab_containing_pc)
3321 (lookup_symbol_via_quick_fns, find_quick_global_symbol_language)
3322 (basic_lookup_transparent_type_quick)
3323 (find_pc_sect_compunit_symtab, find_symbol_at_address)
3324 (find_line_symtab, global_symbol_searcher::expand_symtabs):
3325 Update.
3326 * symmisc.c (print_objfile_statistics, dump_objfile)
3327 (maintenance_expand_symtabs): Update.
3328 * symfile.c (symbol_file_add_with_addrs)
3329 (expand_symtabs_matching, map_symbol_filenames): Update.
3330 * symfile-debug.c (objfile::has_partial_symbols)
3331 (objfile::find_last_source_symtab)
3332 (objfile::forget_cached_source_info)
3333 (objfile::map_symtabs_matching_filename, objfile::lookup_symbol)
3334 (objfile::print_stats, objfile::dump)
3335 (objfile::expand_symtabs_for_function)
3336 (objfile::expand_all_symtabs)
3337 (objfile::expand_symtabs_with_fullname)
3338 (objfile::map_matching_symbols)
3339 (objfile::expand_symtabs_matching)
3340 (objfile::find_pc_sect_compunit_symtab)
3341 (objfile::map_symbol_filenames)
3342 (objfile::find_compunit_symtab_by_address)
3343 (objfile::lookup_global_symbol_language): New methods.
3344 (debug_sym_quick_functions): Remove.
3345 (debug_sym_fns, install_symfile_debug_logging): Update.
3346 * source.c (forget_cached_source_info_for_objfile)
3347 (select_source_symtab): Update.
3348 * objfiles.h (struct objfile): Add methods corresponding to
3349 quick_symbol_functions.
3350 * objfiles.c (objfile::has_partial_symbols): Move to
3351 symfile-debug.c.
3352 * linespec.c (iterate_over_all_matching_symtabs): Update.
3353 * cp-support.c (add_symbol_overload_list_qualified): Update.
3354 * ada-lang.c (add_nonlocal_symbols): Update.
3355
fae2120b
TT
33562021-03-20 Tom Tromey <tom@tromey.com>
3357
3358 * objfiles.h (struct objfile) <has_partial_symbols>: Return bool.
3359 * symfile.h (struct quick_symbol_functions) <has_symbols>: Return
3360 bool.
3361 * symfile-debug.c (debug_qf_has_symbols): Return bool.
3362 * psymtab.c (psym_has_symbols): Return bool.
3363 * objfiles.c (objfile::has_partial_symbols): Return bool.
3364 * dwarf2/read.c (dw2_has_symbols): Return bool.
3365
a8ad4f3c
TT
33662021-03-20 Tom Tromey <tom@tromey.com>
3367
3368 * symfile.c (read_symbols): Update.
3369 * objfiles.h (struct objfile) <has_partial_symbols>: New method.
3370 (objfile_has_partial_symbols): Don't declare.
3371 * objfiles.c (objfile::has_partial_symbols): Rename from
3372 objfile_has_partial_symbols.
3373 (objfile_has_symbols, have_partial_symbols): Update.
3374 * elfread.c (elf_symfile_read): Update.
3375 * dwarf2/read.c (dwarf2_has_info): Update.
3376 * coffread.c (coff_symfile_read): Update.
3377
70182375
TT
33782021-03-20 Tom Tromey <tom@tromey.com>
3379
3380 * coffread.c: Include dwarf2/public.h.
3381 * dwarf2/frame.c: Include dwarf2/public.h.
3382 * dwarf2/index-write.h: Include dwarf2/public.h, not symfile.h.
3383 * dwarf2/public.h: New file.
3384 * dwarf2/read.c: Include dwarf2/public.h.
3385 * elfread.c: Include dwarf2/public.h.
3386 * machoread.c: Include dwarf2/public.h.
3387 * symfile.h (dwarf2_has_info, enum dw_index_kind)
3388 (dwarf2_initialize_objfile, dwarf2_build_psymtabs)
3389 (dwarf2_build_frame_info): Move to dwarf2/public.h.
3390 * xcoffread.c: Include dwarf2/public.h.
3391
18038e63
TT
33922021-03-20 Tom Tromey <tom@tromey.com>
3393
3394 * symfile.h (enum dwarf2_section_enum)
3395 (dwarf2_get_section_info): Move to dwarf2/read.h.
3396 * dwarf2/read.h (enum dwarf2_section_enum)
3397 (dwarf2_get_section_info): Move from symfile.h.
3398
219f56b4
PA
33992021-03-19 Pedro Alves <pedro@palves.net>
3400
3401 * thread.c (any_thread_of_inferior): Check if there's a selected
3402 thread before calling inferior_thread().
3403
15310fd4
TT
34042021-03-18 Tom Tromey <tromey@adacore.com>
3405
3406 * dwarf2/stringify.c (dwarf_unit_type_name): New function. Use
3407 get_DW_UT_name.
3408 * dwarf2/stringify.h (dwarf_unit_type_name): Declare.
3409 * dwarf2/comp-unit.c (dwarf_unit_type_name): Remove.
3410
763b8efd
AB
34112021-03-18 Andrew Burgess <andrew.burgess@embecosm.com>
3412
3413 * python/py-param.c (get_set_value): Update header comment.
3414
f058c521
SM
34152021-03-17 Simon Marchi <simon.marchi@polymtl.ca>
3416
3417 * infrun.c (check_multi_target_resumption): Remove argument to
3418 all_non_exited_inferiors.
3419
383228bc
CB
34202021-03-16 Christian Biesinger <cbiesinger@google.com>
3421
3422 * windows-nat.c (windows_init_thread_list): Add message to
3423 debug log.
3424
7807d76a
AB
34252021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
3426
3427 * python/py-framefilter.c (py_print_frame): Use PyInt_Check as
3428 well as PyLong_Check for Python 2.
3429
675da9a5
TT
34302021-03-15 Tom Tromey <tromey@adacore.com>
3431
3432 PR build/27579:
3433 * rust-exp.y (maker_map): Use gdb::hash_enum.
3434 * stap-probe.c (stap_maker_map): Use gdb::hash_enum.
3435
4800761a
SM
34362021-03-15 Simon Marchi <simon.marchi@polymtl.ca>
3437
3438 * dwarf2/read.c (create_debug_type_hash_table): Remove colon at
3439 end of debug print.
3440
eb5dd737
SM
34412021-03-15 Simon Marchi <simon.marchi@polymtl.ca>
3442
3443 * dwarf2/read.c (dw2_get_file_names_reader): Remove info_ptr
3444 parameter, adjust caller.
3445
6813ceb0
TT
34462021-03-15 Tom Tromey <tromey@adacore.com>
3447
3448 * ada-exp.y (simple_exp): Always push a result for unary '+'.
3449
3b5c4de0
TT
34502021-03-15 Tom Tromey <tromey@adacore.com>
3451
3452 * ada-lang.c (ada_unop_ind_operation::evaluate): Call
3453 ada_ensure_varsize_limit.
3454
c04da66c
TT
34552021-03-15 Tom Tromey <tromey@adacore.com>
3456
3457 * ada-lang.c (numeric_type_p, integer_type_p): Return true for
3458 fixed-point.
3459 * ada-exp.y (maybe_overload): New function.
3460 (ada_wrap_overload): New function.
3461 (ada_un_wrap2, ada_wrap2, ada_wrap_op): Use maybe_overload.
3462 (exp1, simple_exp, relation, and_exp, and_then_exp, or_exp)
3463 (or_else_exp, xor_exp, primary): Update.
3464
9863c3b5
TT
34652021-03-15 Tom Tromey <tromey@adacore.com>
3466
3467 PR ada/27545:
3468 * ada-lang.c (ada_var_value_operation::evaluate): Use recursive
3469 call for tagged type.
3470
1ac74522
TT
34712021-03-15 Tom Tromey <tromey@adacore.com>
3472
3473 * ada-exp.y (exp1): Handle resolution of the right hand side of an
3474 assignment.
3475
207582c0
TT
34762021-03-15 Tom Tromey <tromey@adacore.com>
3477
3478 * ada-lang.c (ada_aggregate_operation::assign_aggregate): Return
3479 container.
3480 (ada_assign_operation::evaluate): Update.
3481 * ada-exp.h (class ada_aggregate_operation) <assign_aggregate>:
3482 Change return type.
3483
8d624a9d
FW
34842021-03-15 Felix Willgerodt <felix.willgerodt@intel.com>
3485
3486 * i386-tdep.c (i386_floatformat_for_type): Add COMPLEX*32 and REAL*16.
3487
ba6a0ef3
AB
34882021-03-15 Andrew Burgess <andrew.burgess@embecosm.com>
3489
3490 * python/python.c (gdbpy_source_objfile_script): Use
3491 make_scoped_restore to restore gdbpy_current_objfile.
3492 (gdbpy_execute_objfile_script): Likewise.
3493
7c290a04
TT
34942021-03-14 Tom Tromey <tom@tromey.com>
3495
3496 * dwarf2/read.c (read_attribute_value): Use cu_header
3497 consistently.
3498
0280fdcc
TT
34992021-03-14 Tom Tromey <tom@tromey.com>
3500
3501 * dwarf2/read.c (struct die_reader_specs) <abfd>: Fix formatting.
3502 (peek_die_abbrev): Use reader.abfd.
3503
a9f172c6
TT
35042021-03-14 Tom Tromey <tom@tromey.com>
3505
3506 * dwarf2/read.c (dwarf2_per_cu_data::get_header): Set
3507 m_header_read_in.
3508
7c32eebb
TT
35092021-03-13 Tom Tromey <tom@tromey.com>
3510
3511 * dwarf2/read.c (struct partial_die_info): Update.
3512 (peek_die_abbrev, skip_children, skip_one_die, read_full_die_1)
3513 (load_partial_dies, partial_die_info::partial_die_info): Update.
3514 * dwarf2/abbrev.h (lookup_abbrev): Constify.
3515
27012aba
TT
35162021-03-13 Tom Tromey <tom@tromey.com>
3517
3518 * dwarf2/abbrev.c (abbrev_table::read): Remove Irix 6 workaround.
3519
fece451c
CB
35202021-03-12 Christian Biesinger <cbiesinger@google.com>
3521
3522 PR threads/27239
3523 * cp-support.c: Use scoped_segv_handler_restore.
3524 * event-top.c (thread_local_segv_handler): Made static.
3525 (scoped_segv_handler_restore::scoped_segv_handler_restore):
3526 New function.
3527 (scoped_segv_handler_restore::~scoped_segv_handler_restore): New
3528 function.
3529 * event-top.h (class scoped_segv_handler_restore): New class.
3530 (thread_local_segv_handler): Removed.
3531
7056f312
TT
35322021-03-10 Tom Tromey <tromey@adacore.com>
3533
3534 * parser-defs.h (parser_state): Change completion to bool.
3535 <parse_completion>: Likewise.
3536 * ada-lang.h (ada_find_operator_symbol, ada_resolve_funcall)
3537 (ada_resolve_variable, ada_resolve_function): Update.
3538 * ada-lang.c (ada_find_operator_symbol): Change
3539 parse_completion to bool.
3540 (ada_resolve_funcall, ada_resolve_variable)
3541 (ada_resolve_function): Likewise.
3542
ccdc02ed
TT
35432021-03-09 Tom Tromey <tromey@adacore.com>
3544
3545 * eval.c (operation::evaluate_funcall): Use function formal
3546 parameter types when evaluating.
3547
fbb1aace
AB
35482021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
3549
3550 * gdb-gdb.py.in (StructMainTypePrettyPrinter) <owner_to_string>:
3551 Updated fields names flag_objfile_owned to m_flag_objfile_owned,
3552 and owner to m_owner.
3553
611aa09d
FW
35542021-03-09 Felix Willgerodt <felix.willgerodt@intel.com>
3555
3556 * f-exp.h (eval_op_f_loc): Declare.
3557 (expr::fortran_loc_operation): New typedef.
3558 * f-exp.y (exp): Handle UNOP_FORTRAN_LOC after parsing an
3559 UNOP_INTRINSIC.
3560 (f77_keywords): Add LOC keyword.
3561 * f-lang.c (eval_op_f_loc): New function.
3562 * std-operator.def (UNOP_FORTRAN_LOC): New operator.
3563
eef32f59
AB
35642021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
3565
3566 * f-exp.h (eval_op_f_array_shape): Declare.
3567 (fortran_array_shape_operation): New type.
3568 * f-exp.y (exp): Handle UNOP_FORTRAN_SHAPE after parsing
3569 UNOP_INTRINSIC.
3570 (f77_keywords): Add "shape" keyword.
3571 * f-lang.c (fortran_array_shape): New function.
3572 (eval_op_f_array_shape): New function.
3573 * std-operator.def (UNOP_FORTRAN_SHAPE): New operator.
3574
7ba155b3
AB
35752021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
3576
3577 * f-exp.y (eval_op_f_array_size): Declare 1 and 2 argument forms
3578 of this function.
3579 (expr::fortran_array_size_1arg): New type.
3580 (expr::fortran_array_size_2arg): Likewise.
3581 * f-exp.y (exp): Handle FORTRAN_ARRAY_SIZE after parsing
3582 UNOP_OR_BINOP_INTRINSIC.
3583 (f77_keywords): Add "size" keyword.
3584 * f-lang.c (fortran_array_size): New function.
3585 (eval_op_f_array_size): New function, has a 1 arg and 2 arg form.
3586 * std-operator.def (FORTRAN_ARRAY_SIZE): New operator.
3587
e14816a8
AB
35882021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
3589
3590 * f-exp.h (eval_op_f_rank): Declare.
3591 (expr::fortran_rank_operation): New typedef.
3592 * f-exp.y (exp): Handle UNOP_FORTRAN_RANK after parsing an
3593 UNOP_INTRINSIC.
3594 (f77_keywords): Add "rank" keyword.
3595 * f-lang.c (eval_op_f_rank): New function.
3596 * std-operator.def (UNOP_FORTRAN_RANK): New operator.
3597
3dd93bf8
TT
35982021-03-08 Tom Tromey <tom@tromey.com>
3599
3600 * printcmd.c (set_command): Remove null check.
3601 * value.c (init_if_undefined_command): Remove null check.
3602
9c79936b
TT
36032021-03-08 Tom Tromey <tom@tromey.com>
3604
3605 * parse.c (parser_state::push_symbol, parser_state::push_dollar):
3606 Update.
3607 * p-exp.y (variable): Update.
3608 * go-exp.y (variable): Update.
3609 * expprint.c (dump_for_expression): Use bound_minimal_symbol.
3610 Remove overload for objfile.
3611 * expop.h (eval_op_var_msym_value): Use bound_minimal_symbol
3612 parameter.
3613 (check_objfile): Likewise.
3614 (dump_for_expression): Likewise. Remove overload for objfile.
3615 (class var_msym_value_operation): Use bound_minimal_symbol.
3616 * eval.c (eval_op_var_msym_value): Use bound_minimal_symbol
3617 parameter.
3618 (var_msym_value_operation::evaluate_for_address)
3619 (var_msym_value_operation::evaluate_for_sizeof)
3620 (var_msym_value_operation::evaluate_for_cast): Update.
3621 * d-exp.y (PrimaryExpression): Update.
3622 * c-exp.y (variable): Update.
3623 * ax-gdb.c (var_msym_value_operation::do_generate_ax): Update.
3624 * ada-lang.c (ada_var_msym_value_operation::evaluate_for_cast):
3625 Update.
3626 * ada-exp.y (write_var_or_type): Update.
3627
40d07d07
TT
36282021-03-08 Tom Tromey <tom@tromey.com>
3629
3630 * parser-defs.h (exp_uses_objfile): Return bool.
3631 * parse.c (exp_uses_objfile): Return bool.
3632
0b2b0b82
TT
36332021-03-08 Tom Tromey <tom@tromey.com>
3634
3635 * value.h (eval_skip_value): Don't declare.
3636 * opencl-lang.c (eval_opencl_assign): Update.
3637 * m2-lang.c (eval_op_m2_high, eval_op_m2_subscript): Update.
3638 * f-lang.c (eval_op_f_abs, eval_op_f_mod, eval_op_f_ceil)
3639 (eval_op_f_floor, eval_op_f_modulo, eval_op_f_cmplx): Remove.
3640 * expression.h (enum noside) <EVAL_SKIP>: Remove.
3641 * expop.h (typeof_operation::evaluate)
3642 (decltype_operation::evaluate, unop_addr_operation::evaluate)
3643 (unop_sizeof_operation::evaluate, assign_operation::evaluate)
3644 (cxx_cast_operation::evaluate): Update.
3645 * eval.c (eval_skip_value): Remove.
3646 (eval_op_scope, eval_op_var_entry_value)
3647 (eval_op_func_static_var, eval_op_string, eval_op_objc_selector)
3648 (eval_op_concat, eval_op_ternop, eval_op_structop_struct)
3649 (eval_op_structop_ptr, eval_op_member, eval_op_add, eval_op_sub)
3650 (eval_op_binary, eval_op_subscript, eval_op_equal)
3651 (eval_op_notequal, eval_op_less, eval_op_gtr, eval_op_geq)
3652 (eval_op_leq, eval_op_repeat, eval_op_plus, eval_op_neg)
3653 (eval_op_complement, eval_op_lognot, eval_op_ind)
3654 (eval_op_memval, eval_op_preinc, eval_op_predec)
3655 (eval_op_postinc, eval_op_postdec, eval_op_type)
3656 (eval_binop_assign_modify, eval_op_objc_msgcall)
3657 (eval_multi_subscript, logical_and_operation::evaluate)
3658 (logical_or_operation::evaluate, array_operation::evaluate)
3659 (operation::evaluate_for_cast)
3660 (var_msym_value_operation::evaluate_for_cast)
3661 (var_value_operation::evaluate_for_cast): Update.
3662 * c-lang.c (c_string_operation::evaluate): Update.
3663 * c-exp.h (objc_nsstring_operation::evaluate)
3664 (objc_selector_operation::evaluate): Update.
3665 * ada-lang.c (ada_assign_operation::evaluate)
3666 (eval_ternop_in_range, ada_unop_neg, ada_unop_in_range)
3667 (ada_atr_size): Update.
3668
96db551d
TT
36692021-03-08 Tom Tromey <tom@tromey.com>
3670
3671 * eval.c: Merge "namespace" scopes.
3672
ce284361
TT
36732021-03-08 Tom Tromey <tom@tromey.com>
3674
3675 * parser-defs.h (struct expr_builder) <expr_builder>: Inline.
3676 <release>: Inline.
3677 * parse.c (expr_builder::expr_builder, expr_builder::release):
3678 Remove.
3679
b9d06571
TT
36802021-03-08 Tom Tromey <tom@tromey.com>
3681
3682 * parse.c (expression::expression, expression::~expression):
3683 Remove.
3684 * expression.h (struct expression): Inline constructor. Remove
3685 destructor.
3686
79ab486e
TT
36872021-03-08 Tom Tromey <tom@tromey.com>
3688
3689 * std-operator.def (BINOP_END): Remove.
3690 * p-exp.y (tokentab3, tokentab2): Use OP_NULL, not BINOP_END.
3691 * go-exp.y (tokentab2): Use OP_NULL, not BINOP_END.
3692 * f-exp.y (dot_ops, f77_keywords): Use OP_NULL, not BINOP_END.
3693 * d-exp.y (tokentab2, ident_tokens): Use OP_NULL, not BINOP_END.
3694 * c-exp.y (tokentab3, tokentab2, ident_tokens): Use OP_NULL, not
3695 BINOP_END.
3696
48fa6f23
TT
36972021-03-08 Tom Tromey <tom@tromey.com>
3698
3699 * expression.h (enum exp_opcode) <OP_UNUSED_LAST>: Remove.
3700
43f542e3
TT
37012021-03-08 Tom Tromey <tom@tromey.com>
3702
3703 * std-operator.def (OP_EXTENDED0): Remove.
3704
5d9ba982
TT
37052021-03-08 Tom Tromey <tom@tromey.com>
3706
3707 * std-operator.def (OP_NAME, OP_ATR_IMAGE, OP_ATR_MODULUS)
3708 (OP_OTHERS, OP_CHOICES, OP_POSITIONAL, OP_DISCRETE_RANGE):
3709 Remove.
3710
d357570d
TT
37112021-03-08 Tom Tromey <tom@tromey.com>
3712
3713 * std-operator.def (UNOP_CAP, UNOP_CHR, UNOP_ORD, UNOP_FLOAT)
3714 (UNOP_MAX, UNOP_MIN, UNOP_ODD, UNOP_TRUNC, OP_M2_STRING): Remove.
3715
0922dc84
TT
37162021-03-08 Tom Tromey <tom@tromey.com>
3717
3718 * std-operator.def (OP_ATR_MIN, OP_ATR_MAX): Remove.
3719 * ada-lang.c (ada_binop_minmax): Update.
3720 * ada-exp.h (ada_binop_min_operation, ada_binop_max_operation):
3721 Use BINOP_MIN and BINOP_MAX.
3722
1eaebe02
TT
37232021-03-08 Tom Tromey <tom@tromey.com>
3724
3725 * value.h (evaluate_subexp_with_coercion): Don't declare.
3726 * parse.c (exp_descriptor_standard): Remove.
3727 (expr_builder::expr_builder, expr_builder::release): Update.
3728 (expression::expression): Remove size_t parameter.
3729 (expression::~expression): Simplify.
3730 (expression::resize): Remove.
3731 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
3732 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
3733 (write_exp_elt_longcst, write_exp_elt_floatcst)
3734 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
3735 (write_exp_string_vector, write_exp_bitstring): Remove.
3736 * p-lang.h (class pascal_language) <opcode_print_table,
3737 op_print_tab>: Remove.
3738 * p-lang.c (pascal_language::op_print_tab): Remove.
3739 * opencl-lang.c (class opencl_language) <opcode_print_table>:
3740 Remove.
3741 * objc-lang.c (objc_op_print_tab): Remove.
3742 (class objc_language) <opcode_print_table>: Remove.
3743 * m2-lang.h (class m2_language) <opcode_print_table,
3744 op_print_tab>: Remove.
3745 * m2-lang.c (m2_language::op_print_tab): Remove.
3746 * language.h (struct language_defn) <post_parser, expression_ops,
3747 opcode_print_table>: Remove.
3748 * language.c (language_defn::expression_ops)
3749 (auto_or_unknown_language::opcode_print_table): Remove.
3750 * go-lang.h (class go_language) <opcode_print_table,
3751 op_print_tab>: Remove.
3752 * go-lang.c (go_language::op_print_tab): Remove.
3753 * f-lang.h (class f_language) <opcode_print_table>: Remove
3754 <op_print_tab>: Remove.
3755 * f-lang.c (f_language::op_print_tab): Remove.
3756 * expression.h (union exp_element): Remove.
3757 (struct expression): Remove size_t parameter from constructor.
3758 <resize>: Remove.
3759 <first_opcode>: Update.
3760 <nelts, elts>: Remove.
3761 (EXP_ELEM_TO_BYTES, BYTES_TO_EXP_ELEM): Remove.
3762 (evaluate_subexp_standard, print_expression, op_string)
3763 (dump_raw_expression): Don't declare.
3764 * expprint.c (print_expression, print_subexp)
3765 (print_subexp_funcall, print_subexp_standard, op_string)
3766 (dump_raw_expression, dump_subexp, dump_subexp_body)
3767 (dump_subexp_body_funcall, dump_subexp_body_standard): Remove.
3768 (dump_prefix_expression): Update.
3769 * eval.c (evaluate_subexp): Remove.
3770 (evaluate_expression, evaluate_type): Update.
3771 (evaluate_subexpression_type): Remove.
3772 (fetch_subexp_value): Remove "pc" parameter. Update.
3773 (extract_field_op, evaluate_struct_tuple, evaluate_funcall)
3774 (evaluate_subexp_standard, evaluate_subexp_for_address)
3775 (evaluate_subexp_with_coercion, evaluate_subexp_for_sizeof)
3776 (evaluate_subexp_for_cast): Remove.
3777 (parse_and_eval_type): Update.
3778 * dtrace-probe.c (dtrace_probe::compile_to_ax): Update.
3779 * d-lang.c (d_op_print_tab): Remove.
3780 (class d_language) <opcode_print_table>: Remove.
3781 * c-lang.h (c_op_print_tab): Don't declare.
3782 * c-lang.c (c_op_print_tab): Remove.
3783 (class c_language, class cplus_language, class asm_language, class
3784 minimal_language) <opcode_print_table>: Remove.
3785 * breakpoint.c (update_watchpoint, watchpoint_check)
3786 (watchpoint_exp_is_const, watch_command_1): Update.
3787 * ax-gdb.h (union exp_element): Don't declare.
3788 * ax-gdb.c (const_var_ref, const_expr, maybe_const_expr)
3789 (gen_repeat, gen_sizeof, gen_expr_for_cast, gen_expr)
3790 (gen_expr_binop_rest): Remove.
3791 (gen_trace_for_expr, gen_eval_for_expr, gen_printf): Update.
3792 * ada-lang.c (ada_op_print_tab): Remove.
3793 (class ada_language) <post_parser, opcode_print_table>: Remove.
3794
f2a98603
TT
37952021-03-08 Tom Tromey <tom@tromey.com>
3796
3797 * go-lang.c (go_language::expression_ops): Don't declare.
3798 * go-lang.h (class go_language) <expression_ops>: Remove.
3799 * opencl-lang.c (evaluate_subexp_opencl, exp_descriptor_opencl):
3800 Remove.
3801 (class opencl_language) <expression_ops>: Remove.
3802 * d-lang.c (class d_language) <expression_ops>: Remove.
3803 * c-lang.h (evaluate_subexp_c, exp_descriptor_c): Don't declare.
3804 * c-lang.c (evaluate_subexp_c, exp_descriptor_c): Remove.
3805 (class c_language, class cplus_language, class asm_language)
3806 (class minimal_language) <expression_ops>: Remove.
3807
d3c54a1c
TT
38082021-03-08 Tom Tromey <tom@tromey.com>
3809
3810 * ada-lang.c (resolve_subexp, replace_operator_with_call)
3811 (evaluate_subexp_type, assign_aggregate)
3812 (aggregate_assign_positional, aggregate_assign_from_choices)
3813 (aggregate_assign_others, ada_evaluate_subexp_for_cast)
3814 (ada_evaluate_subexp, ADA_OPERATORS, ada_operator_length)
3815 (ada_operator_check, ada_forward_operator_length)
3816 (ada_dump_subexp_body, ada_print_subexp, ada_exp_descriptor):
3817 Remove.
3818 (post_parser): Update.
3819 (class ada_language) <expresssion_ops>: Remove.
3820
5871f0a3
TT
38212021-03-08 Tom Tromey <tom@tromey.com>
3822
3823 * m2-lang.h (class m2_language) <expresssion_ops,
3824 exp_descriptor_modula2>: Remove.
3825 * m2-lang.c (evaluate_subexp_modula2)
3826 (m2_language::exp_descriptor_modula2): Remove.
3827
a99be8c1
TT
38282021-03-08 Tom Tromey <tom@tromey.com>
3829
3830 * f-lang.h (class f_language) <expresssion_ops>: Remove.
3831 <exp_descriptor_tab>: Remove.
3832 * f-lang.c (fortran_value_subarray, evaluate_subexp_f)
3833 (operator_length_f, print_unop_subexp_f, print_binop_subexp_f)
3834 (print_subexp_f, dump_subexp_body_f, operator_check_f)
3835 (f_language::exp_descriptor_tab, fortran_prepare_argument):
3836 Remove.
3837
aa1da9ed
TT
38382021-03-08 Tom Tromey <tom@tromey.com>
3839
3840 * rust-lang.h (class rust_language) <expression_ops,
3841 exp_descriptor_tab>: Remove.
3842 * rust-lang.c (rust_evaluate_funcall): Remove.
3843 (rust_range, rust_subscript, eval_op_rust_complement): Don't use
3844 EVAL_SKIP.
3845 (rust_evaluate_subexp): Remove.
3846 (rust_aggregate_operation::evaluate): Don't use EVAL_SKIP.
3847 (rust_operator_length, rust_dump_subexp_body, rust_print_subexp)
3848 (rust_operator_check, rust_language::exp_descriptor_tab): Remove.
3849
08a057e6
TT
38502021-03-08 Tom Tromey <tom@tromey.com>
3851
3852 * ada-exp.y: Create operations.
3853 (empty_stoken): Remove.
3854 (ada_pop, ada_wrap, ada_addrof, ada_un_wrap2, ada_wrap2)
3855 (ada_wrap_op, ada_wrap3, ada_funcall): New functions.
3856 (components): New global.
3857 (push_component, choice_component, pop_component, pop_components):
3858 New functions.
3859 (associations): New global
3860 (push_association, pop_association, pop_associations): New
3861 functions.
3862 (ada_parse): Update.
3863 (write_var_from_sym, write_int): Create operations.
3864 (write_exp_op_with_string): Remove.
3865 (write_object_renaming, write_selectors, write_ambiguous_var)
3866 (write_var_or_type, write_name_assoc): Create operations.
3867 * ada-lang.h (ada_index_type): Declare.
3868 * ada-lang.c (ada_index_type): No longer static.
3869
d308ba78
TT
38702021-03-08 Tom Tromey <tom@tromey.com>
3871
3872 * f-exp.y: Create operations.
3873 (f_language::parser): Update.
3874
f1b8ceef
TT
38752021-03-08 Tom Tromey <tom@tromey.com>
3876
3877 * m2-exp.y: Create operations.
3878 (m2_language::parser): Update.
3879
3163898e
TT
38802021-03-08 Tom Tromey <tom@tromey.com>
3881
3882 * p-exp.y: Create operations.
3883 (pascal_language::parser): Update.
3884
9412fdcc
TT
38852021-03-08 Tom Tromey <tom@tromey.com>
3886
3887 * d-exp.y: Create operations.
3888 (d_parse): Update.
3889
bb4e0574
TT
38902021-03-08 Tom Tromey <tom@tromey.com>
3891
3892 * go-exp.y: Create operations.
3893 (go_language::parser): Update.
3894
d182f279
TT
38952021-03-08 Tom Tromey <tom@tromey.com>
3896
3897 * objc-lang.c (end_msglist): Create operations.
3898 * c-exp.y: Change parser to create operations.
3899 (write_destructor_name): Remove.
3900 (c_parse): Update.
3901
c1299a23
TT
39022021-03-08 Tom Tromey <tom@tromey.com>
3903
3904 * rust-exp.y: Create operations.
3905 (rust_parser::convert_params_to_expression): Change return type.
3906 (binop_maker_ftype): New typedef.
3907 (maker_map): New global.
3908 (rust_parser::convert_ast_to_expression): Change return type.
3909 (rust_language::parser): Update.
3910 (_initialize_rust_exp): Initialize maker_map.
3911
4c5e7a93
TT
39122021-03-08 Tom Tromey <tom@tromey.com>
3913
3914 * stap-probe.c (binop_maker_ftype): New typedef.
3915 (stap_maker_map): New global.
3916 (stap_make_binop): New function.
3917 (stap_parse_register_operand): Return operation_up.
3918 (stap_parse_single_operand, stap_parse_argument_conditionally)
3919 (stap_parse_argument_1): Likewise.
3920 (stap_parse_argument): Create operations.
3921 (stap_probe::parse_arguments): Update.
3922 (_initialize_stap_probe): Initialize stap_maker_map.
3923 * ppc-linux-tdep.c (ppc_stap_parse_special_token): Change return
3924 type.
3925 * i386-tdep.h (i386_stap_parse_special_token): Change return
3926 type.
3927 * i386-tdep.c (i386_stap_parse_special_token_triplet)
3928 (i386_stap_parse_special_token_three_arg_disp)
3929 (i386_stap_parse_special_token): Change return type.
3930 * gdbarch.sh (stap_parse_special_token): Change return type.
3931 * gdbarch.c: Rebuild.
3932 * gdbarch.h: Rebuild.
3933 * arm-linux-tdep.c (arm_stap_parse_special_token): Change return
3934 type.
3935 * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Change
3936 return type.
3937
482ddd69
TT
39382021-03-08 Tom Tromey <tom@tromey.com>
3939
3940 * gdbarch.sh (dtrace_parse_probe_argument): Change return type.
3941 * gdbarch.h: Rebuild.
3942 * gdbarch.c: Rebuild.
3943 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
3944 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Change
3945 return type.
3946 (amd64_dtrace_parse_probe_argument): Update.
3947
8227d9e2
TT
39482021-03-08 Tom Tromey <tom@tromey.com>
3949
3950 * parser-defs.h (struct parser_state) <push, push_new,
3951 push_c_string, push_symbol, push_dollar, pop, pop_vector, wrap,
3952 wrap2>: New methods.
3953 <m_operations>: New member.
3954 * parse.c (parser_state::push_c_string)
3955 (parser_state::push_symbol, parser_state::push_dollar): New
3956 methods.
3957
4933522d
TT
39582021-03-08 Tom Tromey <tom@tromey.com>
3959
3960 * parser-defs.h (struct expr_completion_state) <expout_last_op>:
3961 New member.
3962 (struct parser_state) <mark_struct_expression>: New method.
3963 * parse.c (parser_state::mark_struct_expression): Update assert.
3964 (parser_state::mark_struct_expression): New method.
3965 (parser_state::mark_completion_tag): Update assert.
3966 (parse_expression_for_completion): Handle expout_last_op.
3967
413403fc
TT
39682021-03-08 Tom Tromey <tom@tromey.com>
3969
3970 * ada-exp.h (class ada_var_value_operation) <get_symbol>: Remove;
3971 now in superclass.
3972 * value.h (fetch_subexp_value): Add "op" parameter.
3973 * value.c (init_if_undefined_command): Update.
3974 * tracepoint.c (validate_actionline, encode_actions_1): Update.
3975 * stap-probe.c (stap_probe::compile_to_ax): Update.
3976 * printcmd.c (set_command): Update.
3977 * ppc-linux-nat.c (ppc_linux_nat_target::check_condition):
3978 Update.
3979 * parser-defs.h (struct expr_builder) <set_operation>: New
3980 method.
3981 * parse.c (parse_exp_in_context, exp_uses_objfile): Update.
3982 * expression.h (struct expression) <first_opcode>: Update.
3983 <op>: New member.
3984 * expprint.c (dump_raw_expression, dump_prefix_expression):
3985 Update.
3986 * expop.h (class var_value_operation) <get_symbol>: New method.
3987 (class register_operation) <get_name>: New method.
3988 (class equal_operation): No longer a typedef, now a subclass.
3989 (class unop_memval_operation) <get_type>: New method.
3990 (class assign_operation) <get_lhs>: New method.
3991 (class unop_cast_operation) <get_type>: New method.
3992 * eval.c (evaluate_expression, evaluate_type)
3993 (evaluate_subexpression_type): Update.
3994 (fetch_subexp_value): Add "op" parameter.
3995 (parse_and_eval_type): Update.
3996 * dtrace-probe.c (dtrace_probe::compile_to_ax): Update.
3997 * breakpoint.c (update_watchpoint, watchpoint_check)
3998 (watchpoint_exp_is_const, watch_command_1): Update.
3999 * ax-gdb.c (gen_trace_for_expr, gen_eval_for_expr, gen_printf):
4000 Update.
4001
b0f9164c
TT
40022021-03-08 Tom Tromey <tom@tromey.com>
4003
4004 * ada-lang.c (ada_value_binop): Do not use op_string.
4005
a88c4354
TT
40062021-03-08 Tom Tromey <tom@tromey.com>
4007
4008 * expprint.c (dump_for_expression): New overload.
4009 * expop.h (check_objfile, dump_for_expression): Declare new
4010 overloads.
4011 * ada-lang.c (check_objfile): New overload.
4012 (assign_component, ada_aggregate_component::uses_objfile)
4013 (ada_aggregate_component::dump, ada_aggregate_component::assign)
4014 (ada_aggregate_component::assign_aggregate)
4015 (ada_positional_component::uses_objfile)
4016 (ada_positional_component::dump, ada_positional_component::assign)
4017 (ada_discrete_range_association::uses_objfile)
4018 (ada_discrete_range_association::dump)
4019 (ada_discrete_range_association::assign)
4020 (ada_name_association::uses_objfile, ada_name_association::dump)
4021 (ada_name_association::assign)
4022 (ada_choices_component::uses_objfile, ada_choices_component::dump)
4023 (ada_choices_component::assign)
4024 (ada_others_component::uses_objfile, ada_others_component::dump)
4025 (ada_others_component::assign, ada_assign_operation::evaluate):
4026 New methods.
4027 * ada-exp.h (ada_string_operation) <get_name>: New method.
4028 (class ada_assign_operation): New.
4029 (class ada_component): New.
4030 (ada_component_up): New typedef.
4031 (class ada_aggregate_operation, class ada_aggregate_component)
4032 (class ada_positional_component, class ada_others_component)
4033 (class ada_association): New.
4034 (ada_association_up): New typedef.
4035 (class ada_choices_component)
4036 (class ada_discrete_range_association)
4037 (class ada_name_association): New.
4038
d8a4ed8a
TT
40392021-03-08 Tom Tromey <tom@tromey.com>
4040
4041 * ada-lang.c (ada_var_value_operation::resolve)
4042 (ada_funcall_operation::resolve)
4043 (ada_ternop_slice_operation::resolve): New methods.
4044 * ada-exp.h (struct ada_resolvable): New.
4045 (class ada_var_value_operation): Derive from ada_resolvable.
4046 <get_block, resolve>: New methods.
4047 (class ada_funcall_operation): Derive from ada_resolvable.
4048 <resolve>: New method.
4049 (class ada_ternop_slice_operation): Derive from ada_resolvable.
4050 <resolve>: New method.
4051
efe3af2f
TT
40522021-03-08 Tom Tromey <tom@tromey.com>
4053
4054 * ada-lang.c (ada_funcall_operation::evaluate): New method.
4055 * ada-exp.h (class ada_var_msym_value_operation) <get_symbol>: New
4056 method.
4057 (class ada_funcall_operation): New.
4058
ebc06ad8
TT
40592021-03-08 Tom Tromey <tom@tromey.com>
4060
4061 * ada-lang.c (ada_structop_operation::evaluate): New method.
4062 * ada-exp.h (class ada_structop_operation): New.
4063
e8c33fa1
TT
40642021-03-08 Tom Tromey <tom@tromey.com>
4065
4066 * ada-lang.c (ada_unop_ind_operation::evaluate): New method.
4067 * ada-exp.h (class ada_unop_ind_operation): New.
4068
065ec826
TT
40692021-03-08 Tom Tromey <tom@tromey.com>
4070
4071 * ada-lang.c (ada_binop_exp): No longer static.
4072 * ada-exp.h (ada_binop_exp_operation): New typedef.
4073
9e99f48f
TT
40742021-03-08 Tom Tromey <tom@tromey.com>
4075
4076 * ada-lang.c (ada_val_atr): No longer static.
4077 (ada_atr_val_operation::evaluate): New method.
4078 * ada-exp.h (class ada_atr_val_operation): New.
4079
7631cf6c
TT
40802021-03-08 Tom Tromey <tom@tromey.com>
4081
4082 * ada-lang.c (ada_pos_atr): No longer static.
4083 * ada-exp.h (ada_pos_operation): New typedef.
4084
7992accc
TT
40852021-03-08 Tom Tromey <tom@tromey.com>
4086
4087 * ada-lang.c (ada_pos_atr): Rename from value_pos_atr. Change
4088 parameters.
4089 (ada_evaluate_subexp): Use it.
4090
6ad3b8bf
TT
40912021-03-08 Tom Tromey <tom@tromey.com>
4092
4093 * ada-lang.c (ada_binop_minmax): No longer static.
4094 * ada-exp.h (ada_binop_min_operation, ada_binop_max_operation):
4095 New typedefs.
4096
3f4a0053
TT
40972021-03-08 Tom Tromey <tom@tromey.com>
4098
4099 * ada-lang.c (ada_var_msym_value_operation::evaluate_for_cast):
4100 New method.
4101 * ada-exp.h (class ada_var_msym_value_operation): New.
4102
99a3b1e7
TT
41032021-03-08 Tom Tromey <tom@tromey.com>
4104
4105 * ada-lang.c (ada_var_value_operation::evaluate_for_cast)
4106 (ada_var_value_operation::evaluate): New methods.
4107 * ada-exp.h (class ada_var_value_operation): New.
4108
60fa02ca
TT
41092021-03-08 Tom Tromey <tom@tromey.com>
4110
4111 * ada-lang.c (ada_unop_atr_operation::evaluate): New method.
4112 * ada-exp.h (class ada_unop_atr_operation): New.
4113
82c3886e
TT
41142021-03-08 Tom Tromey <tom@tromey.com>
4115
4116 * ada-lang.c (ada_binop_in_bounds): No longer static.
4117 * ada-exp.h (class ada_binop_in_bounds_operation): New.
4118
1b1ebfab
TT
41192021-03-08 Tom Tromey <tom@tromey.com>
4120
4121 * ada-lang.c (ada_ternop_slice): No longer static.
4122 * ada-exp.h (class ada_ternop_slice_operation): New.
4123
039e4b76
TT
41242021-03-08 Tom Tromey <tom@tromey.com>
4125
4126 * ada-exp.h (ada_bitwise_operation): New template class.
4127 (ada_bitwise_and_operation, ada_bitwise_ior_operation)
4128 (ada_bitwise_xor_operation): New typedefs.
4129
6e8fb7b7
TT
41302021-03-08 Tom Tromey <tom@tromey.com>
4131
4132 * ada-lang.c (ada_equal_binop): No longer static.
4133 * ada-exp.h (class ada_binop_equal_operation): New.
4134
d9e7db06
TT
41352021-03-08 Tom Tromey <tom@tromey.com>
4136
4137 * ada-lang.c (ada_mult_binop): No longer static.
4138 * ada-exp.h (ada_binop_mul_operation ada_binop_div_operation)
4139 (ada_binop_rem_operation, ada_binop_mod_operation): New typedefs.
4140
73796c73
TT
41412021-03-08 Tom Tromey <tom@tromey.com>
4142
4143 * ada-lang.c (ada_binop_addsub_operation::evaluate): New method.
4144 * ada-exp.h (class ada_binop_addsub_operation): New.
4145
cd9a3148
TT
41462021-03-08 Tom Tromey <tom@tromey.com>
4147
4148 * ada-lang.h (ada_find_operator_symbol, ada_resolve_funcall)
4149 (ada_resolve_variable): Declare.
4150 * ada-lang.c (ada_find_operator_symbol, ada_resolve_funcall)
4151 (ada_resolve_variable): New functions.
4152 (resolve_subexp): Update.
4153
cf12b17f
TT
41542021-03-08 Tom Tromey <tom@tromey.com>
4155
4156 * opencl-lang.c (opencl_ternop_cond_operation::evaluate): New
4157 method.
4158 * c-exp.h (class opencl_ternop_cond_operation): New.
4159
944fd3b8
TT
41602021-03-08 Tom Tromey <tom@tromey.com>
4161
4162 * opencl-lang.c (opencl_logical_binop_operation::evaluate): New
4163 method.
4164 * c-exp.h (class opencl_logical_binop_operation): New.
4165
33b79214
TT
41662021-03-08 Tom Tromey <tom@tromey.com>
4167
4168 * opencl-lang.c (opencl_structop_operation::evaluate): New
4169 method.
4170 * c-exp.h (class opencl_structop_operation): New.
4171
2492ba36
TT
41722021-03-08 Tom Tromey <tom@tromey.com>
4173
4174 * opencl-lang.c (opencl_logical_not): No longer static. Change
4175 parameters.
4176 (evaluate_subexp_opencl): Update.
4177 * c-exp.h (opencl_notequal_operation): New typedef.
4178
a88c3c8d
TT
41792021-03-08 Tom Tromey <tom@tromey.com>
4180
4181 * opencl-lang.c (opencl_relop, eval_opencl_assign): No longer
4182 static. Change parameters.
4183 (eval_opencl_assign): No longer static. Add "op" parameter.
4184 (evaluate_subexp_opencl): Update.
4185 * c-exp.h (opencl_binop_operation): New template class.
4186 (opencl_assign_operation, opencl_equal_operation)
4187 (opencl_notequal_operation, opencl_less_operation)
4188 (opencl_gtr_operation, opencl_geq_operation)
4189 (opencl_leq_operation): New typedefs.
4190
e9677704
TT
41912021-03-08 Tom Tromey <tom@tromey.com>
4192
4193 * opencl-lang.c (opencl_value_cast): No longer static.
4194 * c-exp.h (opencl_cast_type_operation): New typedef.
4195
f403a4e4
TT
41962021-03-08 Tom Tromey <tom@tromey.com>
4197
4198 * f-exp.h (eval_op_f_allocated): Declare.
4199 (fortran_allocated_operation): New typedef.
4200 * f-lang.c (eval_op_f_allocated): No longer static.
4201
eb4c9271
TT
42022021-03-08 Tom Tromey <tom@tromey.com>
4203
4204 * f-lang.c (eval_op_f_associated): New functions.
4205 * f-exp.h (fortran_associated_1arg, fortran_associated_2arg): New
4206 typedefs.
4207
58a76c72
TT
42082021-03-08 Tom Tromey <tom@tromey.com>
4209
4210 * f-lang.c (fortran_bound_1arg::evaluate)
4211 (fortran_bound_2arg::evaluate): New methods.
4212 * f-exp.h (class fortran_bound_1arg, class fortran_bound_2arg):
4213 New.
4214
2f98abe1
TT
42152021-03-08 Tom Tromey <tom@tromey.com>
4216
4217 * expop.h (class unop_addr_operation) <get_expression>: New
4218 method.
4219 * f-lang.c (fortran_undetermined::value_subarray)
4220 (fortran_undetermined::evaluate): New methods.
4221 (fortran_prepare_argument): New overload.
4222 * f-exp.h (class fortran_range_operation)
4223 (class fortran_undetermined): New classes.
4224
638fd74a
TT
42252021-03-08 Tom Tromey <tom@tromey.com>
4226
4227 * rust-lang.c (rust_structop::evaluate_funcall): New method.
4228 * rust-exp.h (class rust_structop) <evaluate_funcall>: Declare
4229 method.
4230
a00b7254
TT
42312021-03-08 Tom Tromey <tom@tromey.com>
4232
4233 * expression.h (class operation) <evaluate_funcall>: New methods.
4234 * expop.h (class scope_operation) <evaluate_funcall>: New method.
4235 (class var_value_operation) <evaluate_funcall>: New method.
4236 (class structop_base_operation) <evaluate_funcall>: New method.
4237 (class var_msym_value_operation) <evaluate_funcall>: New method.
4238 (class structop_member_base): New class.
4239 (class structop_member_operation): Derive from
4240 structop_member_base.
4241 (class structop_mptr_operation): Derive from
4242 structop_member_base.
4243 (class funcall_operation): New class.
4244 * eval.c (operation::evaluate_funcall)
4245 (var_value_operation::evaluate_funcall)
4246 (scope_operation::evaluate_funcall)
4247 (structop_member_base::evaluate_funcall)
4248 (structop_base_operation::evaluate_funcall): New methods.
4249
1c02eb30
TT
42502021-03-08 Tom Tromey <tom@tromey.com>
4251
4252 * expop.h (class array_operation): New.
4253 * eval.c (array_operation::evaluate_struct_tuple)
4254 (array_operation::evaluate): New methods.
4255
e4479080
TT
42562021-03-08 Tom Tromey <tom@tromey.com>
4257
4258 * expop.h (class adl_func_operation): New.
4259 * eval.c (adl_func_operation::evaluate): New method.
4260
95d49dfb
TT
42612021-03-08 Tom Tromey <tom@tromey.com>
4262
4263 * ada-lang.c (ada_unop_in_range): No longer static.
4264 * ada-exp.h (class ada_unop_range_operation): New.
4265
7c15d377
TT
42662021-03-08 Tom Tromey <tom@tromey.com>
4267
4268 * ada-lang.c (ada_unop_neg, ada_atr_tag, ada_atr_size, ada_abs):
4269 No longer static.
4270 * ada-exp.h (ada_neg_operation, ada_atr_tag_operation)
4271 (ada_atr_size_operation, ada_abs_operation): New typedefs.
4272
5019124b
TT
42732021-03-08 Tom Tromey <tom@tromey.com>
4274
4275 * expop.h (class logical_and_operation)
4276 (class logical_or_operation): New.
4277 * eval.c (logical_and_operation::evaluate)
4278 (logical_or_operation::evaluate): New methods.
4279 * ax-gdb.c (logical_and_operation::do_generate_ax)
4280 (logical_or_operation::do_generate_ax): New methods.
4281
2bc9b40c
TT
42822021-03-08 Tom Tromey <tom@tromey.com>
4283
4284 * m2-lang.c (eval_op_m2_high, eval_op_m2_subscript): No longer
4285 static.
4286 * m2-exp.h: New file.
4287
5947d337
TT
42882021-03-08 Tom Tromey <tom@tromey.com>
4289
4290 * rust-lang.c (rust_aggregate_operation::evaluate): New method.
4291 * rust-exp.h (class rust_aggregate_operation): New.
4292
e4407a20
TT
42932021-03-08 Tom Tromey <tom@tromey.com>
4294
4295 * rust-lang.c (eval_op_rust_struct_anon, eval_op_rust_structop):
4296 No longer static.
4297 * rust-exp.h (class rust_struct_anon): New.
4298 (class rust_structop): New.
4299
9db6b6dd
TT
43002021-03-08 Tom Tromey <tom@tromey.com>
4301
4302 * rust-lang.c (rust_range): No longer static.
4303 * rust-exp.h (class rust_range_operation): New.
4304
6ce1ad67
TT
43052021-03-08 Tom Tromey <tom@tromey.com>
4306
4307 * rust-lang.c (rust_subscript): No longer static.
4308 * rust-exp.h (class rust_subscript_operation): New.
4309
11dd3dce
TT
43102021-03-08 Tom Tromey <tom@tromey.com>
4311
4312 * rust-lang.c (eval_op_rust_ind): No longer static. Add "opcode"
4313 parameter.
4314 (rust_evaluate_subexp): Update.
4315 * rust-exp.h (class rust_unop_ind_operation): New.
4316
6fab4359
TT
43172021-03-08 Tom Tromey <tom@tromey.com>
4318
4319 * rust-lang.c (eval_op_rust_complement, eval_op_rust_array): No
4320 longer static. Add "opcode" parameter.
4321 (rust_evaluate_subexp): Update.
4322 * rust-exp.h: New file.
4323
9dcd3e29
TT
43242021-03-08 Tom Tromey <tom@tromey.com>
4325
4326 * f-lang.c (eval_op_f_abs, eval_op_f_mod, eval_op_f_ceil)
4327 (eval_op_f_floor, eval_op_f_modulo, eval_op_f_cmplx)
4328 (eval_op_f_kind): No longer static. Add "opcode" parameter.
4329 (evaluate_subexp_f): Update.
4330 * f-exp.h: New file.
4331
fc715eb2
TT
43322021-03-08 Tom Tromey <tom@tromey.com>
4333
4334 * ada-lang.c (ada_ternop_range_operation::evaluate): New method.
4335 * ada-exp.h (class ada_ternop_range_operation): New.
4336
cc6bd32e
TT
43372021-03-08 Tom Tromey <tom@tromey.com>
4338
4339 * ada-lang.c (ada_qual_operation::evaluate): New method.
4340 * ada-exp.h (class ada_qual_operation): New.
4341
42fecb61
TT
43422021-03-08 Tom Tromey <tom@tromey.com>
4343
4344 * ada-lang.c (ada_string_operation::evaluate): New method.
4345 * ada-exp.h (class ada_string_operation): New.
4346
03070ee9
TT
43472021-03-08 Tom Tromey <tom@tromey.com>
4348
4349 * ada-lang.c (ada_wrapped_operation::evaluate): New method.
4350 * ada-exp.h: New file.
4351
821e72d7
TT
43522021-03-08 Tom Tromey <tom@tromey.com>
4353
4354 * expop.h (class multi_subscript_operation): New.
4355 * eval.c (multi_subscript_operation::evaluate): New method.
4356
085734dd
TT
43572021-03-08 Tom Tromey <tom@tromey.com>
4358
4359 * eval.c (objc_msgcall_operation::evaluate): New method.
4360 * c-exp.h (class objc_msgcall_operation): New.
4361
e82a5afc
TT
43622021-03-08 Tom Tromey <tom@tromey.com>
4363
4364 * expop.h (class var_value_operation): New.
4365 * eval.c (var_value_operation::evaluate)
4366 (var_value_operation::evaluate_for_address)
4367 (var_value_operation::evaluate_with_coercion)
4368 (var_value_operation::evaluate_for_sizeof)
4369 (var_value_operation::evaluate_for_cast): New methods.
4370 * ax-gdb.c (var_value_operation::do_generate_ax): New method.
4371
d9ad79d8
TT
43722021-03-08 Tom Tromey <tom@tromey.com>
4373
4374 * expop.h (cxx_cast_ftype): New typedef.
4375 (cxx_cast_operation): New template.
4376 (dynamic_cast_operation, reinterpret_cast_operation): New
4377 typedefs.
4378
292382f4
TT
43792021-03-08 Tom Tromey <tom@tromey.com>
4380
4381 * expop.h (class unop_cast_type_operation): New.
4382 * ax-gdb.c (unop_cast_type_operation::do_generate_ax): New
4383 method.
4384
165a813a
TT
43852021-03-08 Tom Tromey <tom@tromey.com>
4386
4387 * expop.h (class unop_cast_operation): New.
4388 * ax-gdb.c (unop_cast_operation::do_generate_ax): New method.
4389
e5946e16
TT
43902021-03-08 Tom Tromey <tom@tromey.com>
4391
4392 * expop.h (class assign_modify_operation): New.
4393 * eval.c (eval_binop_assign_modify): No longer static.
4394 * ax-gdb.c (assign_modify_operation::do_generate_ax): New method.
4395
40786782
TT
43962021-03-08 Tom Tromey <tom@tromey.com>
4397
4398 * expop.h (class assign_operation): New.
4399 * ax-gdb.c (assign_operation::do_generate_ax): New method.
4400
44b675c8
TT
44012021-03-08 Tom Tromey <tom@tromey.com>
4402
4403 * expop.h (class type_instance_operation): New.
4404 * eval.c (type_instance_operation::evaluate): New method.
4405
f6b42326
TT
44062021-03-08 Tom Tromey <tom@tromey.com>
4407
4408 * expop.h (class op_this_operation): New.
4409 * ax-gdb.c (op_this_operation::do_generate_ax): New method.
4410
cbc18219
TT
44112021-03-08 Tom Tromey <tom@tromey.com>
4412
4413 * expop.h (class unop_memval_operation)
4414 (class unop_memval_type_operation): New.
4415 * eval.c (eval_op_memval): No longer static.
4416 (unop_memval_operation::evaluate_for_address)
4417 (unop_memval_type_operation::evaluate_for_address)
4418 (unop_memval_operation::evaluate_for_sizeof)
4419 (unop_memval_type_operation::evaluate_for_sizeof): New methods.
4420 * ax-gdb.c (unop_memval_operation::do_generate_ax)
4421 (unop_memval_type_operation::do_generate_ax): New methods.
4422
ae4bb61e
TT
44232021-03-08 Tom Tromey <tom@tromey.com>
4424
4425 * expop.h (class unop_alignof_operation): New.
4426 * eval.c (eval_op_alignof): No longer static.
4427
85d23bda
TT
44282021-03-08 Tom Tromey <tom@tromey.com>
4429
4430 * expop.h (class unop_sizeof_operation): New.
4431 * ax-gdb.c (unop_sizeof_operation::do_generate_ax): New method.
4432
14aff815
TT
44332021-03-08 Tom Tromey <tom@tromey.com>
4434
4435 * expop.h (class unop_addr_operation): New.
4436 * ax-gdb.c (gen_expr_unop) <case UNOP_ADDR>: New.
4437
929f3aa7
TT
44382021-03-08 Tom Tromey <tom@tromey.com>
4439
4440 * expop.h (class typeid_operation): New.
4441
0af8829e
TT
44422021-03-08 Tom Tromey <tom@tromey.com>
4443
4444 * expop.h (class decltype_operation): New.
4445
4efc574c
TT
44462021-03-08 Tom Tromey <tom@tromey.com>
4447
4448 * expop.h (class typeof_operation): New.
4449
5b5f5140
TT
44502021-03-08 Tom Tromey <tom@tromey.com>
4451
4452 * expop.h (class type_operation): New.
4453 * eval.c (eval_op_type): No longer static.
4454
876469ff
TT
44552021-03-08 Tom Tromey <tom@tromey.com>
4456
4457 * expop.h (class unop_ind_base_operation)
4458 (class unop_ind_operation): New.
4459 * eval.c (eval_op_ind): No longer static. Remove "op" parameter.
4460 (unop_ind_base_operation::evaluate_for_address)
4461 (unop_ind_base_operation::evaluate_for_sizeof): New method.
4462 * ax-gdb.c (gen_expr_unop) <case UNOP_IND>: New.
4463
6d89e296
TT
44642021-03-08 Tom Tromey <tom@tromey.com>
4465
4466 * expop.h (unop_incr_operation): New template.
4467 (preinc_operation, predec_operation, postinc_operation)
4468 (postdec_operation): New typedefs.
4469 * eval.c (eval_op_preinc, eval_op_predec, eval_op_postinc)
4470 (eval_op_postdec): No longer static.
4471
9307d17b
TT
44722021-03-08 Tom Tromey <tom@tromey.com>
4473
4474 * expop.h (unary_ftype): New typedef.
4475 (unop_operation, usual_ax_binop_operation): New templates.
4476 (unary_plus_operation, unary_neg_operation)
4477 (unary_complement_operation, unary_logical_not_operation): New
4478 typedefs.
4479 * eval.c (eval_op_plus, eval_op_neg, eval_op_complement)
4480 (eval_op_lognot): No longer static.
4481 * ax-gdb.c (gen_expr_unop): New function.
4482
ae64ba58
TT
44832021-03-08 Tom Tromey <tom@tromey.com>
4484
4485 * ax-gdb.c (comma_operation::do_generate_ax): New method.
4486
d4eff4c1
TT
44872021-03-08 Tom Tromey <tom@tromey.com>
4488
4489 * expop.h (class repeat_operation): New.
4490 * eval.c (eval_op_repeat): No longer static. Remove "op"
4491 parameter.
4492 (evaluate_subexp_standard): Update.
4493 * ax-gdb.c (repeat_operation::do_generate_ax): New method.
4494
46916f2b
TT
44952021-03-08 Tom Tromey <tom@tromey.com>
4496
4497 * expop.h (class comparison_operation): New.
4498 (equal_operation, notequal_operation, less_operation)
4499 (gtr_operation, geq_operation, leq_operation): New typedefs.
4500 * eval.c (eval_op_equal, eval_op_notequal, eval_op_less)
4501 (eval_op_gtr, eval_op_geq, eval_op_leq): No longer static.
4502
224d6424
TT
45032021-03-08 Tom Tromey <tom@tromey.com>
4504
4505 * expop.h (class subscript_operation): New.
4506 * eval.c (eval_op_subscript): No longer static.
4507
373907ff
TT
45082021-03-08 Tom Tromey <tom@tromey.com>
4509
4510 * expop.h (class binop_operation, class usual_ax_binop_operation):
4511 New.
4512 (exp_operation, intdiv_operation, mod_operation, mul_operation)
4513 (div_operation, rem_operation, lsh_operation, rsh_operation)
4514 (bitwise_and_operation, bitwise_ior_operation)
4515 (bitwise_xor_operation): New typedefs.
4516 * eval.c (eval_op_binary): No longer static.
4517
5133d78b
TT
45182021-03-08 Tom Tromey <tom@tromey.com>
4519
4520 * expop.h (class sub_operation): New.
4521 * eval.c (eval_op_sub): No longer static. Remove "op" parameter.
4522 (evaluate_subexp_standard): Update.
4523
a94323b6
TT
45242021-03-08 Tom Tromey <tom@tromey.com>
4525
4526 * expop.h (class add_operation): New.
4527 * eval.c (eval_op_add): No longer static. Remove "op" parameter.
4528 (evaluate_subexp_standard): Update.
4529
e51e26a0
TT
45302021-03-08 Tom Tromey <tom@tromey.com>
4531
4532 * expop.h (class concat_operation): New.
4533 * eval.c (eval_op_concat): No longer static. Remove "op"
4534 parameter.
4535 (evaluate_subexp_standard): Update.
4536
07f724a8
TT
45372021-03-08 Tom Tromey <tom@tromey.com>
4538
4539 * expop.h (class structop_member_operation)
4540 (class structop_mptr_operation): New.
4541 * eval.c (eval_op_member): No longer static.
4542
ab0609be
TT
45432021-03-08 Tom Tromey <tom@tromey.com>
4544
4545 * expop.h (class structop_ptr_operation): New.
4546 * eval.c (eval_op_structop_ptr): No longer static. Remove "op"
4547 parameter.
4548
808b22cf
TT
45492021-03-08 Tom Tromey <tom@tromey.com>
4550
4551 * expop.h (class structop_base_operation)
4552 (class structop_operation): New.
4553 * eval.c (eval_op_structop_struct): No longer static.
4554
8cfd3e95
TT
45552021-03-08 Tom Tromey <tom@tromey.com>
4556
4557 * expop.h (class complex_operation): New.
4558
09db3700
TT
45592021-03-08 Tom Tromey <tom@tromey.com>
4560
4561 * eval.c (eval_op_objc_selector): No longer static.
4562 * c-exp.h (class objc_selector_operation): New.
4563
06dc61b9
TT
45642021-03-08 Tom Tromey <tom@tromey.com>
4565
4566 * eval.c: Include c-exp.h.
4567 * c-exp.h (class objc_nsstring_operation): New.
4568
72d0a711
TT
45692021-03-08 Tom Tromey <tom@tromey.com>
4570
4571 * c-lang.c (c_string_operation::evaluate): New method.
4572 * c-exp.h: New file.
4573
9186293f
TT
45742021-03-08 Tom Tromey <tom@tromey.com>
4575
4576 * expop.h (class ternop_cond_operation): New.
4577 * ax-gdb.c (ternop_cond_operation::do_generate_ax): New method.
4578
1594e0bb
TT
45792021-03-08 Tom Tromey <tom@tromey.com>
4580
4581 * expop.h (class ternop_slice_operation): New.
4582 * eval.c (eval_op_ternop): No longer static.
4583
b50db09f
TT
45842021-03-08 Tom Tromey <tom@tromey.com>
4585
4586 * expop.h (class string_operation): New.
4587 * eval.c (eval_op_string): No longer static.
4588
e6e01e16
TT
45892021-03-08 Tom Tromey <tom@tromey.com>
4590
4591 * expop.h (class internalvar_operation): New.
4592 * ax-gdb.c (internalvar_operation::do_generate_ax): New method.
4593
e6985c5e
TT
45942021-03-08 Tom Tromey <tom@tromey.com>
4595
4596 * expop.h (class bool_operation): New.
4597
55bdbff8
TT
45982021-03-08 Tom Tromey <tom@tromey.com>
4599
4600 * expop.h (class register_operation): New.
4601 * eval.c (eval_op_register): No longer static.
4602 * ax-gdb.c (register_operation::do_generate_ax): New method.
4603
247d935b
TT
46042021-03-08 Tom Tromey <tom@tromey.com>
4605
4606 * expop.h (class last_operation): New.
4607
17679395
TT
46082021-03-08 Tom Tromey <tom@tromey.com>
4609
4610 * expop.h (class func_static_var_operation): New.
4611 * eval.c (eval_op_func_static_var): No longer static.
4612
b5cc3923
TT
46132021-03-08 Tom Tromey <tom@tromey.com>
4614
4615 * expop.h (class var_entry_value_operation): New.
4616 * eval.c (eval_op_var_entry_value): No longer static.
4617
0c8effa3
TT
46182021-03-08 Tom Tromey <tom@tromey.com>
4619
4620 * expression.h (class operation) <set_outermost>: New method.
4621 * expop.h (class var_msym_value_operation): New.
4622 * eval.c (eval_op_var_msym_value): No longer static.
4623 (var_msym_value_operation::evaluate_for_address)
4624 (var_msym_value_operation::evaluate_for_sizeof)
4625 (var_msym_value_operation::evaluate_for_cast): New methods.
4626 * ax-gdb.c (var_msym_value_operation::do_generate_ax): New
4627 method.
4628
d336c29e
TT
46292021-03-08 Tom Tromey <tom@tromey.com>
4630
4631 * expop.h (class long_const_operation): New.
4632 * ax-gdb.c (long_const_operation::do_generate_ax): New method.
4633
d5ab122c
TT
46342021-03-08 Tom Tromey <tom@tromey.com>
4635
4636 * expop.h (class scope_operation): New.
4637 * eval.c (eval_op_scope): No longer static.
4638 (scope_operation::evaluate_for_address): New method.
4639 * ax-gdb.c (scope_operation::do_generate_ax): New method.
4640
cae26a0c
TT
46412021-03-08 Tom Tromey <tom@tromey.com>
4642
4643 * expprint.c (float_const_operation::dump): New method.
4644 * expop.h (float_data): New typedef.
4645 (class float_const_operation): New.
4646
75f9892d
TT
46472021-03-08 Tom Tromey <tom@tromey.com>
4648
4649 * expop.h (gen_expr_binop, gen_expr_structop): Declare.
4650 * ax-gdb.c (gen_expr_binop): New function.
4651 (gen_expr_structop): Likewise.
4652
de401988
TT
46532021-03-08 Tom Tromey <tom@tromey.com>
4654
4655 * expprint.c (expr::dump_for_expression): New functions.
4656 * expop.h (dump_for_expression): New overloads.
4657 (tuple_holding_operation::dump, tuple_holding_operation::do_dump):
4658 Update.
4659
e2803273
TT
46602021-03-08 Tom Tromey <tom@tromey.com>
4661
4662 * expression.h (expr::operation): New class.
4663 (expr::make_operation): New function.
4664 (expr::operation_up): New typedef.
4665 * expop.h: New file.
4666 * eval.c (operation::evaluate_for_cast)
4667 (operation::evaluate_for_address, operation::evaluate_for_sizeof):
4668 New methods.
4669 * ax-gdb.c (operation::generate_ax): New method.
4670
e18c58f2
TT
46712021-03-08 Tom Tromey <tom@tromey.com>
4672
4673 * ax-gdb.c (gen_expr_binop_rest): Remove "pc" parameter.
4674 (gen_expr_binop_rest): New overload.
4675
c0d7ed8c
TT
46762021-03-08 Tom Tromey <tom@tromey.com>
4677
4678 * eval.c (eval_multi_subscript): New function.
4679 (evaluate_subexp_standard): Use it.
4680
dd5fd283
TT
46812021-03-08 Tom Tromey <tom@tromey.com>
4682
4683 * ada-lang.c (ada_binop_exp): New function.
4684 (ada_evaluate_subexp): Use it.
4685
3848abd6
TT
46862021-03-08 Tom Tromey <tom@tromey.com>
4687
4688 * ada-lang.c (ada_val_atr): Rename from value_val_atr. Change
4689 parameters.
4690 (ada_evaluate_subexp): Use it.
4691
38dc70cf
TT
46922021-03-08 Tom Tromey <tom@tromey.com>
4693
4694 * ada-lang.c (ada_binop_minmax): New function.
4695 (ada_evaluate_subexp): Use it.
4696
b84564fc
TT
46972021-03-08 Tom Tromey <tom@tromey.com>
4698
4699 * ada-lang.c (ada_unop_atr): New function.
4700 (ada_evaluate_subexp): Use it.
4701
b467efaa
TT
47022021-03-08 Tom Tromey <tom@tromey.com>
4703
4704 * ada-lang.c (ada_binop_in_bounds): New function.
4705 (ada_evaluate_subexp): Use it.
4706
5ce19db8
TT
47072021-03-08 Tom Tromey <tom@tromey.com>
4708
4709 * ada-lang.c (ada_ternop_slice): New function.
4710 (ada_evaluate_subexp): Use it.
4711
214b13ac
TT
47122021-03-08 Tom Tromey <tom@tromey.com>
4713
4714 * ada-lang.c (ada_equal_binop): New function.
4715 (ada_evaluate_subexp): Use it.
4716
faa1dfd7
TT
47172021-03-08 Tom Tromey <tom@tromey.com>
4718
4719 * ada-lang.c (ada_mult_binop): New function.
4720 (ada_evaluate_subexp): Use it.
4721
d05e24e6
TT
47222021-03-08 Tom Tromey <tom@tromey.com>
4723
4724 * ada-lang.c (ada_abs): New function.
4725 (ada_evaluate_subexp): Use it.
4726
68c75735
TT
47272021-03-08 Tom Tromey <tom@tromey.com>
4728
4729 * ada-lang.c (ada_atr_size): New function.
4730 (ada_evaluate_subexp): Use it.
4731
020dbabe
TT
47322021-03-08 Tom Tromey <tom@tromey.com>
4733
4734 * ada-lang.c (ada_atr_tag): New function.
4735 (ada_evaluate_subexp): Use it.
4736
7efc87ff
TT
47372021-03-08 Tom Tromey <tom@tromey.com>
4738
4739 * ada-lang.c (ada_unop_in_range): New function.
4740 (ada_evaluate_subexp): Use it.
4741
82390ab8
TT
47422021-03-08 Tom Tromey <tom@tromey.com>
4743
4744 * ada-lang.c (ada_unop_neg): New function.
4745 (ada_evaluate_subexp): Use it.
4746
62d4bd94
TT
47472021-03-08 Tom Tromey <tom@tromey.com>
4748
4749 * ada-lang.c (eval_ternop_in_range): New function.
4750 (ada_evaluate_subexp): Use it.
4751
3634f669
TT
47522021-03-08 Tom Tromey <tom@tromey.com>
4753
4754 * opencl-lang.c (eval_opencl_assign): New function.
4755 (evaluate_subexp_opencl): Use it.
4756
5e80600e
TT
47572021-03-08 Tom Tromey <tom@tromey.com>
4758
4759 * eval.c (eval_op_objc_msgcall): New function.
4760 (evaluate_subexp_standard): Use it.
4761
fb5ba2ab
TT
47622021-03-08 Tom Tromey <tom@tromey.com>
4763
4764 * eval.c (eval_binop_assign_modify): New function.
4765 (evaluate_subexp_standard): Use it.
4766
a49881f7
TT
47672021-03-08 Tom Tromey <tom@tromey.com>
4768
4769 * m2-lang.c (eval_op_m2_subscript): New function.
4770 (evaluate_subexp_modula2): Use it.
4771
41bdced5
TT
47722021-03-08 Tom Tromey <tom@tromey.com>
4773
4774 * m2-lang.c (eval_op_m2_high): New function.
4775 (evaluate_subexp_modula2): Use it.
4776
13ea014a
TT
47772021-03-08 Tom Tromey <tom@tromey.com>
4778
4779 * eval.c (evaluate_subexp_for_address_base): New function.
4780 (evaluate_subexp_for_address): Use it.
4781 (evaluate_subexp_for_sizeof_base): New function.
4782 (evaluate_subexp_for_sizeof): Use it.
4783
1fa41fc7
TT
47842021-03-08 Tom Tromey <tom@tromey.com>
4785
4786 * rust-lang.c (eval_op_rust_structop): New function.
4787 (rust_evaluate_subexp): Use it.
4788
575cae23
TT
47892021-03-08 Tom Tromey <tom@tromey.com>
4790
4791 * rust-lang.c (eval_op_rust_struct_anon): New function.
4792 (rust_evaluate_subexp): Use it.
4793
05104233
TT
47942021-03-08 Tom Tromey <tom@tromey.com>
4795
4796 * rust-lang.c (eval_op_rust_array): New function.
4797 (rust_evaluate_subexp): Use it.
4798
6fa9831f
TT
47992021-03-08 Tom Tromey <tom@tromey.com>
4800
4801 * rust-lang.c (eval_op_rust_complement): New function.
4802 (rust_evaluate_subexp): Use it.
4803
d123f9e4
TT
48042021-03-08 Tom Tromey <tom@tromey.com>
4805
4806 * rust-lang.c (eval_op_rust_ind): New function.
4807 (rust_evaluate_subexp): Use it.
4808
984af2cb
TT
48092021-03-08 Tom Tromey <tom@tromey.com>
4810
4811 * rust-lang.c (rust_subscript): Change parameters.
4812 (rust_evaluate_subexp): Update.
4813
d148f803
TT
48142021-03-08 Tom Tromey <tom@tromey.com>
4815
4816 * rust-lang.c (rust_range): Change parameters.
4817 (rust_evaluate_subexp): Update.
4818
9cbd1c20
TT
48192021-03-08 Tom Tromey <tom@tromey.com>
4820
4821 * f-lang.c (eval_op_f_allocated): New function.
4822 (evaluate_subexp_f): Use it.
4823
3c18c49c
TT
48242021-03-08 Tom Tromey <tom@tromey.com>
4825
4826 * f-lang.c (fortran_require_array): New function.
4827 (evaluate_subexp_f): Use it.
4828
216f6fcb
TT
48292021-03-08 Tom Tromey <tom@tromey.com>
4830
4831 * f-lang.c (eval_op_f_kind): New function.
4832 (evaluate_subexp_f): Use it.
4833
00f2db6f
TT
48342021-03-08 Tom Tromey <tom@tromey.com>
4835
4836 * f-lang.c (eval_op_f_cmplx): New function.
4837 (evaluate_subexp_f): Use it.
4838
93b2b5fa
TT
48392021-03-08 Tom Tromey <tom@tromey.com>
4840
4841 * f-lang.c (eval_op_f_modulo): New function.
4842 (evaluate_subexp_f): Use it.
4843
9f1a1f3c
TT
48442021-03-08 Tom Tromey <tom@tromey.com>
4845
4846 * f-lang.c (eval_op_f_floor): New function.
4847 (evaluate_subexp_f): Use it.
4848
3dc41f3c
TT
48492021-03-08 Tom Tromey <tom@tromey.com>
4850
4851 * f-lang.c (eval_op_f_ceil): New function.
4852 (evaluate_subexp_f): Use it.
4853
e08109f2
TT
48542021-03-08 Tom Tromey <tom@tromey.com>
4855
4856 * f-lang.c (eval_op_f_mod): New function.
4857 (evaluate_subexp_f): Use it.
4858
cc05c68e
TT
48592021-03-08 Tom Tromey <tom@tromey.com>
4860
4861 * f-lang.c (eval_op_f_abs): New function.
4862 (evaluate_subexp_f): Use it.
4863
aec95807
TT
48642021-03-08 Tom Tromey <tom@tromey.com>
4865
4866 * eval.c (eval_op_type): New function.
4867 (evaluate_subexp_standard): Use it.
4868
a220ead5
TT
48692021-03-08 Tom Tromey <tom@tromey.com>
4870
4871 * eval.c (eval_op_postdec): New function.
4872 (evaluate_subexp_standard): Use it.
4873
abffe116
TT
48742021-03-08 Tom Tromey <tom@tromey.com>
4875
4876 * eval.c (eval_op_postinc): New function.
4877 (evaluate_subexp_standard): Use it.
4878
9e1361b7
TT
48792021-03-08 Tom Tromey <tom@tromey.com>
4880
4881 * eval.c (eval_op_predec): New file.
4882 (evaluate_subexp_standard): Use it.
4883
00f50884
TT
48842021-03-08 Tom Tromey <tom@tromey.com>
4885
4886 * eval.c (eval_op_preinc): New function.
4887 (evaluate_subexp_standard): Use it.
4888
3aef2a07
TT
48892021-03-08 Tom Tromey <tom@tromey.com>
4890
4891 * eval.c (eval_op_memval): New function.
4892 (evaluate_subexp_standard): Use it.
4893
acee9468
TT
48942021-03-08 Tom Tromey <tom@tromey.com>
4895
4896 * eval.c (eval_op_alignof): New function.
4897 (evaluate_subexp_standard): Use it.
4898
786f70ee
TT
48992021-03-08 Tom Tromey <tom@tromey.com>
4900
4901 * eval.c (eval_op_ind): New function.
4902 (evaluate_subexp_standard): Use it.
4903
24338fb9
TT
49042021-03-08 Tom Tromey <tom@tromey.com>
4905
4906 * eval.c (eval_op_lognot): New function.
4907 (evaluate_subexp_standard): Use it.
4908
1f09ec81
TT
49092021-03-08 Tom Tromey <tom@tromey.com>
4910
4911 * eval.c (eval_op_complement): New function.
4912 (evaluate_subexp_standard): Use it.
4913
606d105f
TT
49142021-03-08 Tom Tromey <tom@tromey.com>
4915
4916 * eval.c (eval_op_neg): New function.
4917 (evaluate_subexp_standard): Use it.
4918
39f288be
TT
49192021-03-08 Tom Tromey <tom@tromey.com>
4920
4921 * eval.c (eval_op_plus): New function.
4922 (evaluate_subexp_standard): Use it.
4923
eed70b1c
TT
49242021-03-08 Tom Tromey <tom@tromey.com>
4925
4926 * eval.c (eval_op_repeat): New function.
4927 (evaluate_subexp_standard): Use it.
4928
60cdd487
TT
49292021-03-08 Tom Tromey <tom@tromey.com>
4930
4931 * eval.c (eval_op_leq): New function.
4932 (evaluate_subexp_standard): Use it.
4933
96e3efd9
TT
49342021-03-08 Tom Tromey <tom@tromey.com>
4935
4936 * eval.c (eval_op_geq): New function.
4937 (evaluate_subexp_standard): Use it.
4938
1f78d732
TT
49392021-03-08 Tom Tromey <tom@tromey.com>
4940
4941 * eval.c (eval_op_gtr): New function.
4942 (evaluate_subexp_standard): Use it.
4943
6cad1349
TT
49442021-03-08 Tom Tromey <tom@tromey.com>
4945
4946 * eval.c (eval_op_less): New function.
4947 (evaluate_subexp_standard): Use it.
4948
1fcb3559
TT
49492021-03-08 Tom Tromey <tom@tromey.com>
4950
4951 * eval.c (eval_op_notequal): New function.
4952 (evaluate_subexp_standard): Use it.
4953
0cc96de8
TT
49542021-03-08 Tom Tromey <tom@tromey.com>
4955
4956 * eval.c (eval_op_equal): New function.
4957 (evaluate_subexp_standard): Use it.
4958
288d26bc
TT
49592021-03-08 Tom Tromey <tom@tromey.com>
4960
4961 * eval.c (eval_op_subscript): New function.
4962 (evaluate_subexp_standard): Use it.
4963
7cdcdd02
TT
49642021-03-08 Tom Tromey <tom@tromey.com>
4965
4966 * eval.c (eval_op_binary): New function.
4967 (evaluate_subexp_standard): Use it.
4968
d9790e22
TT
49692021-03-08 Tom Tromey <tom@tromey.com>
4970
4971 * eval.c (eval_op_sub): New function.
4972 (evaluate_subexp_standard): Use it.
4973
aedaf9ac
TT
49742021-03-08 Tom Tromey <tom@tromey.com>
4975
4976 * eval.c (eval_op_add): New function.
4977 (evaluate_subexp_standard): Use it.
4978
b7a96ed2
TT
49792021-03-08 Tom Tromey <tom@tromey.com>
4980
4981 * eval.c (eval_op_member): New function.
4982 (evaluate_subexp_standard): Use it.
4983
fb461aa3
TT
49842021-03-08 Tom Tromey <tom@tromey.com>
4985
4986 * eval.c (eval_op_structop_ptr): New function.
4987 (evaluate_subexp_standard): Use it.
4988
3e96c4fc
TT
49892021-03-08 Tom Tromey <tom@tromey.com>
4990
4991 * eval.c (eval_op_structop_struct): New function.
4992 (evaluate_subexp_standard): Use it.
4993
f960a617
TT
49942021-03-08 Tom Tromey <tom@tromey.com>
4995
4996 * eval.c (eval_op_ternop): New function.
4997 (evaluate_subexp_standard): Use it.
4998
5c2f201e
TT
49992021-03-08 Tom Tromey <tom@tromey.com>
5000
5001 * eval.c (eval_op_concat): New function.
5002 (evaluate_subexp_standard): Use it.
5003
f871bae1
TT
50042021-03-08 Tom Tromey <tom@tromey.com>
5005
5006 * eval.c (eval_op_objc_selector): New function.
5007 (evaluate_subexp_standard): Use it.
5008
14a1c64a
TT
50092021-03-08 Tom Tromey <tom@tromey.com>
5010
5011 * eval.c (eval_op_string): New function.
5012 (evaluate_subexp_standard): Use it.
5013
ffff730b
TT
50142021-03-08 Tom Tromey <tom@tromey.com>
5015
5016 * eval.c (eval_op_register): New function.
5017 (evaluate_subexp_standard): Use it.
5018
9b1d8af6
TT
50192021-03-08 Tom Tromey <tom@tromey.com>
5020
5021 * eval.c (eval_op_func_static_var): New function.
5022 (evaluate_subexp_standard): Use it.
5023
c0df9289
TT
50242021-03-08 Tom Tromey <tom@tromey.com>
5025
5026 * eval.c (eval_op_var_msym_value): New function.
5027 (evaluate_subexp_standard): Use it.
5028
50b98adc
TT
50292021-03-08 Tom Tromey <tom@tromey.com>
5030
5031 * eval.c (eval_op_var_entry_value): New function.
5032 (evaluate_subexp_standard): Use it.
5033
ea2d29f7
TT
50342021-03-08 Tom Tromey <tom@tromey.com>
5035
5036 * eval.c (eval_op_scope): New function.
5037 (evaluate_subexp_standard): Use it.
5038
01573d73
TT
50392021-03-06 Chernov Sergey <klen_s@mail.ru>
5040
5041 PR gdb/27528:
5042 * ada-lang.c (ada_fold_name): Use gdb::to_string.
5043
9938d15a
TT
50442021-03-06 Tom Tromey <tom@tromey.com>
5045
5046 * dwarf2/sect-names.h (dwarf2_elf_names): Declare.
5047 * dwarf2/read.h (dwarf2_get_dwz_file): Move to dwz.h.
5048 * dwarf2/read.c (dwarf2_elf_names): No longer static.
5049 (locate_dwz_sections, dwz_search_other_debugdirs)
5050 (dwarf2_get_dwz_file): Move to dwz.c.
5051 * dwarf2/dwz.h (dwarf2_get_dwz_file): Move declaration from
5052 read.h.
5053 * dwarf2/dwz.c (locate_dwz_sections, dwz_search_other_debugdirs)
5054 (dwarf2_get_dwz_file): Move from read.c.
5055
18035655
TT
50562021-03-06 Tom Tromey <tom@tromey.com>
5057
5058 * debuginfod-support.h: Include scoped_fd.h.
5059
a7308ce0
TT
50602021-03-06 Tom Tromey <tom@tromey.com>
5061
5062 * dwarf2/read.h (dwarf2_get_dwz_file): Add 'require' parameter.
5063 * dwarf2/read.c (dwarf2_get_dwz_file): Add 'require' parameter.
5064 (get_abbrev_section_for_cu, read_attribute_value)
5065 (get_debug_line_section): Update.
5066 * dwarf2/macro.c (dwarf_decode_macro_bytes): Update.
5067
fbedd546
TT
50682021-03-06 Tom Tromey <tom@tromey.com>
5069
5070 * dwarf2/sect-names.h (struct dwarf2_section_names) <matches>: New
5071 method.
5072 * dwarf2/read.c (section_is_p): Remove.
5073 (dwarf2_per_bfd::locate_sections)
5074 (dwarf2_per_bfd::locate_sections, locate_dwz_sections)
5075 (locate_v1_virtual_dwo_sections, dwarf2_locate_dwo_sections)
5076 (dwarf2_locate_common_dwp_sections)
5077 (dwarf2_locate_v2_dwp_sections, dwarf2_locate_v5_dwp_sections):
5078 Update.
5079
c2a62a3d
TT
50802021-03-06 Tom Tromey <tom@tromey.com>
5081
5082 * xcoffread.c: Include sect-names.h.
5083 * symfile.h (struct dwarf2_section_names, struct
5084 dwarf2_debug_sections): Move to dwarf2/sect-names.h.
5085 * dwarf2/sect-names.h: New file, from symfile.h.
5086 * dwarf2/read.c: Include sect-names.h.
5087
4444f407
TT
50882021-03-06 Tom Tromey <tom@tromey.com>
5089
5090 * dwarf2/read.c (read_attribute): Make 'abbrev' const.
5091 * dwarf2/abbrev.c (abbrev_table::alloc_abbrev): Remove.
5092 (abbrev_table::read): Update.
5093 * dwarf2/abbrev.h (struct attr_abbrev): Move earlier.
5094 (struct abbrev_info): Reformat.
5095 <attrs>: Now an array.
5096 (struct abbrev_table) <alloc_abbrev>: Remove.
5097
dd99cf0c
WP
50982021-03-06 Weimin Pan <weimin.pan@oracle.com>
5099
5100 * ctfread.c (ctf_psymtab_add_enums): New function.
5101 (ctf_psymtab_type_cb): call ctf_psymtab_add_enums.
5102
844be3f2
WP
51032021-03-06 Weimin Pan <weimin.pan@oracle.com>
5104
5105 * ctfread.c (read_func_kind_type): Set up function arguments.
5106
b2668f28
AB
51072021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
5108 Andrew Burgess <andrew.burgess@embecosm.com>
5109
5110 * riscv-none-tdep.c: Add 'user-regs.h' and 'target-description.h'
5111 includes.
5112 (riscv_csrset): New static global.
5113 (riscv_update_csrmap): New function.
5114 (riscv_iterate_over_regset_sections): Process CSRs.
5115
d782d24b
AB
51162021-03-05 Andrew Burgess <andrew.burgess@embecosm.com>
5117
5118 * riscv-tdep.c (riscv_feature_name_csr): Define.
5119 (riscv_feature_name_cpu): Define.
5120 (riscv_feature_name_fpu): Define.
5121 (riscv_feature_name_virtual): Define.
5122 (riscv_xreg_feature): Use riscv_feature_name_cpu.
5123 (riscv_freg_feature): Use riscv_feature_name_fpu.
5124 (riscv_virtual_feature): Use riscv_feature_name_virtual.
5125 (riscv_csr_feature): Use riscv_feature_name_csr.
5126 * riscv-tdep.h (riscv_feature_name_csr): Declare.
5127
fb8f3fc0
AB
51282021-03-05 Andrew Burgess <andrew.burgess@embecosm.com>
5129 Craig Blackmore <craig.blackmore@embecosm.com>
5130
5131 * Makefile.in (ALL_TARGET_OBS): Add riscv-none-tdep.o.
5132 (ALLDEPFILES): Add riscv-none-tdep.c.
5133 * configure: Regenerate.
5134 * configure.ac (CONFIG_OBS): Add elf-none-tdep.o when BFD has ELF
5135 support.
5136 * configure.tgt (riscv*-*-*): Include riscv-none-tdep.c.
5137 * elf-none-tdep.c: New file.
5138 * elf-none-tdep.h: New file.
5139 * riscv-none-tdep.c: New file.
5140
95ce627a
AB
51412021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
5142 Andrew Burgess <andrew.burgess@embecosm.com>
5143
5144 * corelow.c: Add 'xml-tdesc.h' include.
5145 (core_target::read_description): Load the target description from
5146 the core file when possible.
5147 * fbsd-tdep.c (fbsd_make_corefile_notes): Add target description
5148 note.
5149 * gcore-elf.c: Add 'gdbsupport/tdesc.h' include.
5150 (gcore_elf_make_tdesc_note): New function.
5151 * gcore-elf.h (gcore_elf_make_tdesc_note): Declare.
5152 * linux-tdep.c (linux_make_corefile_notes): Add target description
5153 note.
5154
f3a5df7b
AB
51552021-03-05 Andrew Burgess <andrew.burgess@embecosm.com>
5156
5157 * Makefile.in (SFILES): Add gcore-elf.c.
5158 (HFILES_NO_SRCDIR): Add gcore-elf.h
5159 * configure: Regenerate.
5160 * configure.ac: Add gcore-elf.o to CONFIG_OBS if we have ELF
5161 support.
5162 * fbsd-tdep.c: Add 'gcore-elf.h' include.
5163 (struct fbsd_collect_regset_section_cb_data): Delete.
5164 (fbsd_collect_regset_section_cb): Delete.
5165 (fbsd_collect_thread_registers): Delete.
5166 (struct fbsd_corefile_thread_data): Delete.
5167 (fbsd_corefile_thread): Delete.
5168 (fbsd_make_corefile_notes): Call
5169 gcore_elf_build_thread_register_notes instead of the now deleted
5170 FreeBSD code.
5171 * gcore-elf.c: New file, the content was moved here from
5172 linux-tdep.c, functions were renamed and given minor cleanup.
5173 * gcore-elf.h: New file.
5174 * gcore.c (gcore_find_signalled_thread): Moved here from
5175 linux-tdep.c and given a new name. Minor cleanups.
5176 * gcore.h (gcore_find_signalled_thread): Declare.
5177 * linux-tdep.c: Add 'gcore.h' and 'gcore-elf.h' includes.
5178 (struct linux_collect_regset_section_cb_data): Delete.
5179 (linux_collect_regset_section_cb): Delete.
5180 (linux_collect_thread_registers): Delete.
5181 (linux_corefile_thread): Call
5182 gcore_elf_build_thread_register_notes.
5183 (find_signalled_thread): Delete.
5184 (linux_make_corefile_notes): Call gcore_find_signalled_thread.
5185
d1e93af6
SM
51862021-03-04 Simon Marchi <simon.marchi@polymtl.ca>
5187
5188 PR gdb/27147
5189 * sparc-nat.h (sparc_fetch_inferior_registers): Add
5190 process_stratum_target parameter,
5191 sparc_store_inferior_registers): update callers.
5192 * sparc-nat.c (sparc_fetch_inferior_registers,
5193 sparc_store_inferior_registers): Add process_stratum_target
5194 parameter. Switch current thread before calling
5195 sparc_supply_gregset / sparc_collect_rwindow.
5196 (sparc_store_inferior_registers): Likewise.
5197 * sparc-obsd-tdep.c (sparc32obsd_supply_uthread): Add assertion.
5198 (sparc32obsd_collect_uthread): Likewise.
5199 * sparc-tdep.c (sparc_supply_rwindow, sparc_collect_rwindow):
5200 Add assertion.
5201 * sparc64-obsd-tdep.c (sparc64obsd_collect_uthread,
5202 sparc64obsd_supply_uthread): Add assertion.
5203
1178743e
TT
52042021-03-04 Tom Tromey <tromey@adacore.com>
5205
5206 * ada-lang.c (struct match_data) <found_sym>: Now bool.
5207 (aux_add_nonlocal_symbols): Update.
5208 (ada_add_block_symbols): Change "found_sym" to bool.
5209
1bfa81ac
TT
52102021-03-03 Tom Tromey <tromey@adacore.com>
5211
5212 * ada-lang.c (ada_resolve_function): Update comment.
5213 (is_nonfunction, add_symbols_from_enclosing_procs)
5214 (remove_extra_symbols): Likewise.
5215 (struct match_data): Add constructor, initializers.
5216 (add_nonlocal_symbols): Remove memset.
5217 (aux_add_nonlocal_symbols): Update comment.
5218 (ada_add_block_renamings, add_nonlocal_symbols)
5219 (ada_add_all_symbols): Likewise.
5220 * ada-exp.y (write_var_or_type): Clean up trailing whitespace.
5221
bbcdf9ab
TT
52222021-03-02 Tom Tromey <tromey@adacore.com>
5223
5224 * ada-lang.c (cast_from_gnat_encoded_fixed_point_type)
5225 (cast_to_gnat_encoded_fixed_point_type): Remove.
5226 (ada_value_cast, ada_evaluate_subexp): Update.
5227 (gnat_encoded_fixed_point_type_info)
5228 (ada_is_gnat_encoded_fixed_point_type)
5229 (gnat_encoded_fixed_point_delta)
5230 (gnat_encoded_fixed_point_scaling_factor): Remove.
5231 * ada-lang.h (ada_is_gnat_encoded_fixed_point_type)
5232 (gnat_encoded_fixed_point_delta)
5233 (gnat_encoded_fixed_point_scaling_factor): Don't declare.
5234 * ada-typeprint.c (print_gnat_encoded_fixed_point_type): Remove.
5235 (ada_print_type): Update.
5236 * ada-valprint.c (ada_value_print_num): Update.
5237 * dwarf2/read.c (ada_get_gnat_encoded_number)
5238 (ada_get_gnat_encoded_ratio): New functions.
5239 (finish_fixed_point_type): Use them. Add parameters.
5240 (GNAT_FIXED_POINT_SUFFIX): New define.
5241 (gnat_encoded_fixed_point_type_info): New function.
5242 (read_base_type): Handle gnat encodings.
5243
5f9febe0
TT
52442021-03-02 Tom Tromey <tromey@adacore.com>
5245
5246 * ada-lang.c (ada_fold_name, ada_variant_discrim_name)
5247 (ada_enum_name, scan_discrim_bound, to_fixed_range_type): Use
5248 std::string.
5249 (GROW_VECT): Remove.
5250 (grow_vect): Remove.
5251
d1183b06
TT
52522021-03-02 Tom Tromey <tromey@adacore.com>
5253
5254 * ada-lang.h (ada_lookup_symbol_list): Return a vector.
5255 * ada-lang.c (resolve_subexp): Update.
5256 (ada_resolve_function): Accept a vector.
5257 (is_nonfunction, add_defn_to_vec)
5258 (add_symbols_from_enclosing_procs): Likewise.
5259 (num_defns_collected, defns_collected): Remove.
5260 (remove_extra_symbols): Return a vector.
5261 (remove_irrelevant_renamings): Return void.
5262 (ada_add_local_symbols): Accept a vector.
5263 (struct match_data) <obstackp>: Remove.
5264 <resultp>: New member.
5265 (aux_add_nonlocal_symbols): Update.
5266 (ada_add_block_renamings, add_nonlocal_symbols)
5267 (ada_add_all_symbols): Accept a vector.
5268 (ada_lookup_symbol_list_worker, ada_lookup_symbol_list): Return a
5269 vector.
5270 (ada_lookup_symbol): Update.
5271 (ada_add_block_symbols): Accept a vector.
5272 (get_var_value, iterate_over_symbols): Update.
5273 * ada-exp.y (block_lookup, write_var_or_type, write_name_assoc):
5274 Update.
5275
886d459f
TT
52762021-03-02 Tom Tromey <tromey@adacore.com>
5277
5278 * ada-lang.c (resolve_subexp): Use any_of and erase-remove idiom.
5279
bdcccc56
TT
52802021-03-02 Tom Tromey <tromey@adacore.com>
5281
5282 * ada-lang.c (struct ada_symbol_cache) <cache_space>: Now an
5283 auto_obstack.
5284 <root>: Initialize.
5285 (ada_pspace_data): Remove destructor.
5286 <sym_cache>: Now a unique_ptr.
5287 (ada_init_symbol_cache, ada_free_symbol_cache): Remove.
5288 (ada_get_symbol_cache): Use 'new'.
5289 (ada_clear_symbol_cache): Rewrite.
5290
1228719f
TT
52912021-03-02 Tom Tromey <tromey@adacore.com>
5292
5293 * ada-lang.c (add_nonlocal_symbols): Handle case where objfile->sf
5294 is null.
5295
bb3a4efe
LS
52962021-02-27 Lancelot Six <lsix@lancelotsix.com>
5297
5298 PR gdb/27393
5299 * source.c (add_path): Skip empty dirnames.
5300
26b43ca6 53012021-02-25 Kevin Buettner <kevinb@redhat.com>
0f977b77
KB
5302
5303 * nat/aarch64-sve-linux-ptrace.h: Add comment regarding
5304 include order for <sys/ptrace.h> and <asm/ptrace.h>.
5305
dffdd8b5
SM
53062021-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5307
5308 PR gdb/26861
5309 * target.c (target_mourn_inferior): Only compare pids in
5310 target_mourn_inferior.
5311
64d38fdd
JM
53122021-02-25 Jan Matyas <jmatyas@codasip.com>
5313
5314 PR gdb/26819
5315 * remote.c (remote_target::start_remote): Ensure the single
5316 thread, automatically added for remote targets without the
5317 concept of threading, is initially in set to the "resumed"
5318 state.
5319 * remote.c (remote_target::add_current_inferior_and_thread):
5320 Add return value - return the main thread.
5321
2450ad54
JV
53222021-02-25 Jan Vrany <jan.vrany@labware.com>
5323
5324 * gdb/mi/mi-interp.c (mi_traceframe_changed): Remove trailing \n from output.
5325 (mi_tsv_created): Likewise.
5326 (mi_tsv_deleted): Likewise.
5327
30c80d88
TV
53282021-02-25 Tom de Vries <tdevries@suse.de>
5329
5330 PR symtab/27354
5331 * dwarf2/read.c (open_and_init_dwo_file): Use rcuh_kind::COMPILE as
5332 section_kind for &dwo_file->sections.info.
5333
68337b8b
AB
53342021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
5335
5336 PR fortran/26155
5337 * f-lang.c (fortran_argument_convert): Delete declaration.
5338 (fortran_prepare_argument): New function.
5339 (evaluate_subexp_f): Move logic to new function
5340 fortran_prepare_argument.
5341
faeb9f13
AB
53422021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
5343
5344 * f-exp.y (f77_keywords): Add 'associated'.
5345 * f-lang.c (fortran_associated): New function.
5346 (evaluate_subexp_f): Handle FORTRAN_ASSOCIATED.
5347 (operator_length_f): Likewise.
5348 (print_unop_or_binop_subexp_f): New function.
5349 (print_subexp_f): Make use of print_unop_or_binop_subexp_f for
5350 FORTRAN_ASSOCIATED, FORTRAN_LBOUND, and FORTRAN_UBOUND.
5351 (dump_subexp_body_f): Handle FORTRAN_ASSOCIATED.
5352 (operator_check_f): Likewise.
5353 * std-operator.def: Add FORTRAN_ASSOCIATED.
5354
170f4b23
AB
53552021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
5356
5357 * f-exp.y (fortran_operators): Add ".xor.".
5358
aa659cfa
TV
53592021-02-24 Tom de Vries <tdevries@suse.de>
5360
5361 PR symtab/27336
5362 * dwarf2/attribute.c (attribute::form_is_signed): New function
5363 factored out of ...
5364 * dwarf2/attribute.h (attribute::as_signed): ... here.
5365 (attribute::is_nonnegative, attribute::as_nonnegative): New function.
5366 (attribute::form_is_signed): Declare.
5367 * dwarf2/read.c (new_symbol): Use is_nonnegative and as_nonnegative
5368 for DW_AT_decl_file.
5369
268c77c1
KB
53702021-02-24 Kevin Buettner <kevinb@redhat.com>
5371
5372 * nat/aarch64-linux-hw-point.c: Add comment regarding include
5373 order for <sys/ptrace.h> and <asm/ptrace.h>.
5374
665af52e
KB
53752021-02-24 Kevin Buettner <kevinb@redhat.com>
5376
5377 * nat/aarch64-linux-hw-point.c: Include <asm/ptrace.h> after
5378 <sys/ptrace.h>.
5379
dd80d750
AB
53802021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
5381
5382 * exec.c (set_section_command): Move variable declarations into
5383 the function body, and use std::string instead of a fixed size
5384 buffer.
5385
336aa7b7
AB
53862021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
5387
5388 * exec.c (exec_target::get_section_table): Delete member function.
5389 (section_table_read_available_memory): Use current_top_target, not
5390 just the exec_ops target.
5391 * target-delegates.c: Regenerate.
5392 * target.c (default_get_section_table): New function.
5393 * target.h (target_ops::get_section_table): Change default
5394 behaviour to call default_get_section_table.
5395 (default_get_section_table): Declare.
5396
02f7d26b
AB
53972021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
5398
5399 * exec.c (exec_target::close): Call new clear_target_sections
5400 function.
5401 (program_space::add_target_sections): Update name of member
5402 variable.
5403 (program_space::add_target_sections): Update name of member
5404 variable.
5405 (program_space::remove_target_sections): Likewise.
5406 (exec_one_fork): Use new target_sections member function.
5407 (exec_target::get_section_table): Likewise.
5408 (exec_target::files_info): Likewise.
5409 (set_section_command): Likewise.
5410 (exec_set_section_address): Likewise.
5411 (exec_target::has_memory): Use new target_sections member
5412 function.
5413 * progspace.h (program_space::clear_target_sections): New member
5414 function.
5415 (program_space::target_sections): Rename member variable to
5416 m_target_sections, replace with a new member function.
5417 (program_space::m_target_sections): New member variable.
5418 * solib-dsbt.c (scan_dyntag): Use new member function.
5419 * solib-svr4.c (scan_dyntag): Likewise.
5420
19cf757a
AB
54212021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
5422
5423 * gdb/bfd-target.c (class target_bfd) <get_section_table>: Make
5424 return type const.
5425 * gdb/exec.c (struct exec_target) <get_section_table>: Likewise.
5426 (section_table_read_available_memory): Make local const.
5427 (exec_target::xfer_partial): Make local const.
5428 (print_section_info): Make parameter const.
5429 * gdb/exec.h (print_section_info): Likewise.
5430 * gdb/ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Make local
5431 const.
5432 * gdb/record-btrace.c (record_btrace_target::xfer_partial):
5433 Likewise.
5434 * gdb/remote.c (remote_target::remote_xfer_live_readonly_partial):
5435 Likewise.
5436 * gdb/s390-tdep.c (s390_load): Likewise.
5437 * gdb/solib-dsbt.c (scan_dyntag): Likewise.
5438 * gdb/solib-svr4.c (scan_dyntag): Likewise.
5439 * gdb/target-debug.h (target_debug_print_target_section_table_p):
5440 Rename to...
5441 (target_debug_print_const_target_section_table_p): ...this.
5442 * gdb/target-delegates.c: Regenerate.
5443 * gdb/target.c (target_get_section_table): Make return type const.
5444 (target_section_by_addr): Likewise. Also make some locals const.
5445 (memory_xfer_partial_1): Make some locals const.
5446 * gdb/target.h (struct target_ops) <get_section_table>: Make
5447 return type const.
5448 (target_section_by_addr): Likewise.
5449 (target_get_section_table): Likewise.
5450
02a79309
AB
54512021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
5452
5453 * NEWS: Mention new 'maint info target-sections' command.
5454 * maint.c (maintenance_info_target_sections): New function.
5455 (_initialize_maint_cmds): Register new command.
5456
895b7b4e
AB
54572021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
5458
5459 * riscv-tdep.c (riscv_features_from_gdbarch_info): Rename to...
5460 (riscv_features_from_bfd): ...this. Change parameter type to
5461 'bfd*', and update as required.
5462 (riscv_find_default_target_description): Update call to
5463 riscv_features_from_bfd. Select a default xlen based on
5464 info.bfd_arch_info.
5465 (riscv_gdbarch_init): Update call to riscv_features_from_bfd.
5466
bc3c0632
AB
54672021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
5468
5469 * eval.c (evaluate_subexp_standard): Call value_ind for points to
5470 dynamic types in UNOP_IND.
5471
08ac5771
SM
54722021-02-23 Simon Marchi <simon.marchi@polymtl.ca>
5473
5474 PR gdb/26828
5475 * dwarf2/read.c (dwarf2_queue_guard) <dwarf2_queue_guard>:
5476 Instantiate queue.
5477 (~dwarf2_queue_guard): Clear queue.
5478 (queue_comp_unit): Assert that queue is
5479 instantiated.
5480 (process_queue): Adjust.
5481 * dwarf2/read.h (struct dwarf2_per_bfd) <queue>: Make optional.
5482
616c069a
SM
54832021-02-23 Simon Marchi <simon.marchi@polymtl.ca>
5484
5485 PR gdb/26828
5486 * dwarf2/read.c (maybe_queue_comp_unit): Check if CU is expanded
5487 to decide whether or not to enqueue it for expansion.
5488 (follow_die_offset, follow_die_sig_1): Ensure we load the DIEs
5489 after calling maybe_queue_comp_unit.
5490
897608ed
SM
54912021-02-23 Simon Marchi <simon.marchi@polymtl.ca>
5492
5493 * linux-nat.c (linux_nat_filter_event): Return void.
5494
15908a11
TT
54952021-02-22 Tom Tromey <tromey@adacore.com>
5496
5497 * solib-svr4.c (enable_break): Update.
5498 * bfd-target.c (class target_bfd) <target_bfd>: Change parameter
5499 type.
5500 (target_bfd_reopen): Change parameter type.
5501 * bfd-target.h (target_bfd_reopen): Change parameter type.
5502
f53fc427
SM
55032021-02-22 Simon Marchi <simon.marchi@polymtl.ca>
5504
5505 * thread.c (add_thread_silent): Add assert.
5506 (find_thread_ptid): Add assert.
5507
de146e19
SM
55082021-02-22 Simon Marchi <simon.marchi@polymtl.ca>
5509
5510 PR gdb/27435
5511 * inf-ptrace.c (struct target_unpusher): Move to target.h.
5512 (target_unpush_up): Likewise.
5513 * procfs.c (procfs_target::attach): Push target early. Use
5514 target_unpush_up to unpush target in case of error.
5515 * target.h (struct target_unpusher): Move here.
5516 (target_unpush_up): Likewise.
5517
8488c357
KB
55182021-02-19 Kevin Buettner <kevinb@redhat.com>
5519
5520 * nat/amd64-linux-siginfo.c: Include "gdbsupport/common-defs.h"
5521 (which in turn includes <gnulib/config.h>) before include
5522 of <signal.h>.
5523
5a9f5403
NC
55242021-02-19 Nelson Chu <nelson.chu@sifive.com>
5525
5526 PR 27158
5527 * riscv-tdep.c (decode_ci_type_insn): Updated encoding macros.
5528 (decode_j_type_insn): Likewise.
5529 (decode_cj_type_insn): Likewise.
5530 (decode_b_type_insn): Likewise.
5531 (decode): Likewise.
5532
26f53cd3
TT
55332021-02-18 Tom Tromey <tom@tromey.com>
5534
5535 * expression.h (struct expression) <evaluate>: Declare method.
5536 * eval.c (evaluate_subexp): Simplify.
5537 (expression::evaluate): New method.
5538 (evaluate_expression, evaluate_type): Use expression::evaluate.
5539
6a780b67
KB
55402021-02-17 Kevin Buettner <kevinb@redhat.com>
5541
5542 * ada-lang.c (ada_fold_name): Check for non-empty string prior
5543 to accessing it.
5544 (ada_lookup_name_info): Likewise.
5545
adeab0c5
MF
55462021-02-13 Mike Frysinger <vapier@gentoo.org>
5547
5548 * aclocal.m4: Regenerate.
5549
089436f7
TV
55502021-02-12 Tom de Vries <tdevries@suse.de>
5551
5552 PR threads/26228
5553 * linux-nat.c (lin_thread_get_thread_signals): Remove.
5554 (lin_thread_signals): New static var.
5555 (lin_thread_get_thread_signal_num, lin_thread_get_thread_signal):
5556 New function.
5557 * linux-nat.h (lin_thread_get_thread_signals): Remove.
5558 (lin_thread_get_thread_signal_num, lin_thread_get_thread_signal):
5559 Declare.
5560 * linux-thread-db.c (check_thread_signals): Use
5561 lin_thread_get_thread_signal_num and lin_thread_get_thread_signal.
5562
96df3e28
AB
55632021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
5564
5565 * f-exp.y (f77_keywords): Add allocated.
5566 * f-lang.c (evaluate_subexp_f): Handle UNOP_FORTRAN_ALLOCATED.
5567 (operator_length_f): Likewise.
5568 (print_subexp_f): Likewise.
5569 (dump_subexp_body_f): Likewise.
5570 (operator_check_f): Likewise.
5571 * std-operator.def (UNOP_FORTRAN_ALLOCATED): New operator.
5572
05f68f52
TV
55732021-02-11 Tom de Vries <tdevries@suse.de>
5574
5575 PR symtab/27353
5576 * dwarf2/attribute.c (attribute::form_requires_reprocessing):
5577 Return true for DW_FORM_strx.
5578
b260f8d6
TT
55792021-02-11 Tom Tromey <tromey@adacore.com>
5580
5581 PR gdb/27383:
5582 * parse.c (write_exp_symbol_reference): Write sym.block.
5583
bf3386f0
AB
55842021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
5585
5586 * NEWS: Mention changes to 'maint info sections'.
5587 * maint.c (match_substring): Return a bool, fix whitespace issue.
5588 (struct single_bfd_flag_info): New struct.
5589 (bfd_flag_info): New static global.
5590 (match_bfd_flags): Return a bool, use bfd_flag_info.
5591 (print_bfd_flags): Use bfd_flag_info.
5592 (maint_print_section_info): Delete trailing whitespace.
5593 (struct maint_info_sections_opts): New struct.
5594 (maint_info_sections_option_defs): New static global.
5595 (maint_info_sections_completer): New function.
5596 (maintenance_info_sections): Use option parsing mechanism.
5597 (_initialize_maint_cmds): Update command help text for 'maint info
5598 sections' and register a command completer.
5599
4790db14
AB
56002021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
5601
5602 * maint.c (print_bfd_section_info_maybe_relocated): Delete,
5603 functionality merged into...
5604 (maint_print_all_sections): ...this new function.
5605 (maintenance_info_sections): Make use of maint_print_all_sections,
5606 allow all objects to be printed even where there's no executable.
5607
1db66e34
AB
56082021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
5609
5610 * breakpoint.c (resolve_sal_pc): Make use of
5611 bound_minimal_symbol::obj_section.
5612 * maint.c (maintenance_translate_address): Likewise.
5613 * minsyms.c (minimal_symbol_upper_bound): Likewise.
5614 * minsyms.h (struct bound_minimal_symbol) <obj_section>: New
5615 member function.
5616 * printcmd.c (info_address_command): Make use of
5617 bound_minimal_symbol::obj_section.
5618
18b8df43
AM
56192021-02-11 Alan Modra <amodra@gmail.com>
5620
5621 * arm-symbian-tdep.c: Delete.
5622 * NEWS: Mention arm-symbian removal.
5623 * Makefile.in: Remove arm-symbian-tdep entries.
5624 * configure.tgt: Remove arm*-*-symbianelf*.
5625 * doc/gdb.texinfo: Remove mention of SymbianOS.
5626 * osabi.c (gdb_osabi_names): Remove "Symbian".
5627 * osabi.h (enum gdb_osabi): Remove GDB_OSABI_SYMBIAN.
5628 * testsuite/gdb.base/ending-run.exp: Remove E32Main handling.
5629 * testsuite/gdb.ada/catch_ex_std.exp: Remove arm*-*-symbianelf*
5630 handling.
5631 * testsuite/gdb.base/dup-sect.exp: Likewise.
5632 * testsuite/gdb.base/long_long.exp: Likewise.
5633 * testsuite/gdb.base/solib-weak.exp: Likewise.
5634 * testsuite/gdb.guile/scm-section-script.exp: Likewise.
5635 * testsuite/gdb.python/py-section-script.exp: Likewise.
5636 * testsuite/lib/dwarf.exp: Likewise.
5637 * testsuite/lib/gdb.exp: Likewise.
5638
e92c8eb8
AB
56392021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
5640
5641 * f-exp.y (UNOP_OR_BINOP_INTRINSIC): New token.
5642 (exp): New pattern using UNOP_OR_BINOP_INTRINSIC.
5643 (one_or_two_args): New pattern.
5644 (f77_keywords): Add lbound and ubound.
5645 * f-lang.c (fortran_bounds_all_dims): New function.
5646 (fortran_bounds_for_dimension): New function.
5647 (evaluate_subexp_f): Handle FORTRAN_LBOUND and FORTRAN_UBOUND.
5648 (operator_length_f): Likewise.
5649 (print_subexp_f): Likewise.
5650 (dump_subexp_body_f): Likewise.
5651 (operator_check_f): Likewise.
5652 * std-operator.def (FORTRAN_LBOUND): Define.
5653 (FORTRAN_UBOUND): Define.
5654
a52d653e
AB
56552021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
5656
5657 * coff-pe-read.c (add_pe_forwarded_sym): Make use of section_index
5658 and set_section_index member functions where appropriate.
5659 * coffread.c (coff_symtab_read): Likewise.
5660 (process_coff_symbol): Likewise.
5661 * ctfread.c (set_symbol_address): Likewise.
5662 * dwarf2/read.c (add_partial_symbol): Likewise.
5663 (var_decode_location): Likewise.
5664 * language.c: Likewise.
5665 * minsyms.c (minimal_symbol_reader::record_full): Likewise.
5666 (compact_minimal_symbols): Likewise.
5667 (minimal_symbol_upper_bound): Likewise.
5668 * objfiles.c (relocate_one_symbol): Likewise.
5669 * psympriv.h (partial_symbol::obj_section): Likewise.
5670 (partial_symbol::address): Likewise.
5671 * psymtab.c (partial_symtab::add_psymbol): Likewise.
5672 * stabsread.c (scan_file_globals): Likewise.
5673 * symmisc.c (dump_msymbols): Likewise.
5674 * symtab.c (general_symbol_info::obj_section): Likewise.
5675 (fixup_section): Likewise.
5676 (get_msymbol_address): Likewise.
5677 * symtab.h (general_symbol_info::section): Rename to...
5678 (general_symbol_info::m_section): ...this.
5679 (general_symbol_info::set_section_index): New member function.
5680 (general_symbol_info::section_index): Likewise.
5681 (SYMBOL_SECTION): Delete.
5682 (MSYMBOL_VALUE_ADDRESS): Make use of section_index and
5683 set_section_index member functions where appropriate.
5684 (MSYMBOL_SECTION): Delete.
5685 (symbol::symbol): Update to initialize 'm_section'.
5686 * xcoffread.c (read_xcoff_symtab): Make use of set_section_index.
5687 (process_xcoff_symbol): Likewise.
5688
ebbc3a7d
AB
56892021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
5690
5691 * breakpoint.c (resolve_sal_pc): Replace SYMBOL_OBJ_SECTION and
5692 MSYMBOL_OBJ_SECTION.
5693 * findvar.c (language_defn::read_var_value): Likewise.
5694 * infcmd.c (jump_command): Likewise.
5695 * linespec.c (minsym_found): Likewise.
5696 * maint.c (maintenance_translate_address): Likewise.
5697 * minsyms.c (lookup_minimal_symbol_by_pc_section): Likewise.
5698 (minimal_symbol_upper_bound): Likewise.
5699 * parse.c (find_minsym_type_and_address): Likewise.
5700 (operator_check_standard): Likewise.
5701 * printcmd.c (info_address_command): Likewise.
5702 * symmisc.c (dump_msymbols): Likewise.
5703 (print_symbol): Likewise.
5704 * symtab.c (general_symbol_info::obj_section): Define new
5705 function.
5706 (fixup_symbol_section): Replace SYMBOL_OBJ_SECTION.
5707 (find_pc_sect_compunit_symtab): Likewise.
5708 (find_function_start_sal): Likewise.
5709 (skip_prologue_sal): Replace SYMBOL_OBJ_SECTION and
5710 MSYMBOL_OBJ_SECTION.
5711 * symtab.h (struct general_symbol_info) <obj_section>: Declare new
5712 function.
5713 (SYMBOL_OBJ_SECTION): Delete.
5714 (MSYMBOL_OBJ_SECTION): Delete.
5715
9bb305b3
TT
57162021-02-09 Tom Tromey <tom@tromey.com>
5717
5718 * stap-probe.c (stap_parse_argument_conditionally): Fix typo.
5719
cf2b2075
TV
57202021-02-09 Tom de Vries <tdevries@suse.de>
5721
5722 PR symtab/27341
5723 * dwarf2/read.c (read_array_type): Return NULL when not being able to
5724 construct an array type. Add assert to ensure that element_type is
5725 not being modified.
5726
03642b71
AB
57272021-02-09 Andrew Burgess <andrew.burgess@embecosm.com>
5728
5729 * gcore.c (struct gcore_collect_regset_section_cb_data): Delete.
5730 (gcore_collect_regset_section_cb): Delete.
5731 (gcore_collect_thread_registers): Delete.
5732 (gcore_build_thread_register_notes): Delete.
5733 (gcore_find_signalled_thread): Delete.
5734 * gcore.h: Remove 'gdbsupport/gdb_signals.h' include and delete
5735 'gdbarch' and 'thread_info' declarations.
5736 (gcore_build_thread_register_notes): Delete declaration.
5737 (gcore_find_signalled_thread): Likewise.
5738 * fbsd-tdep.c: Remove 'gcore.h' include.
5739 (struct fbsd_collect_regset_section_cb_data): New struct.
5740 (fbsd_collect_regset_section_cb): New function.
5741 (fbsd_collect_thread_registers): New function.
5742 (struct fbsd_corefile_thread_data): New struct.
5743 (fbsd_corefile_thread): New function.
5744 (fbsd_make_corefile_notes): Call FreeBSD specific code.
5745 * linux-tdep.c: Remove 'gcore.h' include.
5746 (struct linux_collect_regset_section_cb_data): New struct.
5747 (linux_collect_regset_section_cb): New function.
5748 (linux_collect_thread_registers): New function.
5749 (linux_corefile_thread): Call Linux specific code.
5750 (find_signalled_thread): New function.
5751 (linux_make_corefile_notes): Call find_signalled_thread.
5752
f73e424f
TT
57532021-02-09 Tom Tromey <tromey@adacore.com>
5754
5755 * ada-lang.c (coerce_unspec_val_to_type): Avoid making lazy
5756 not_lval value.
5757 * value.c (value_contents_copy_raw): Now static.
5758 * value.h (value_contents_copy_raw): Don't declare.
5759
a4f0544b
TT
57602021-02-09 Tom Tromey <tromey@adacore.com>
5761
5762 * gdbtypes.c (resolve_dynamic_struct): Handle structure with no
5763 fields.
5764
9b3e4b5d
SV
57652021-02-08 Shahab Vahedi <shahab@synopsys.com>
5766
5767 PR tdep/27369
5768 * arc-linux-tdep.c (handle_atomic_sequence): New.
5769 (arc_linux_software_single_step): Call handle_atomic_sequence().
5770
29db1eb3
AB
57712021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
5772
5773 * python/py-tui.c (gdbpy_tui_window) <is_valid>: New member
5774 function.
5775 (REQUIRE_WINDOW): Call is_valid member function.
5776 (REQUIRE_WINDOW_FOR_SETTER): New define.
5777 (gdbpy_tui_is_valid): Call is_valid member function.
5778 (gdbpy_tui_set_title): Call REQUIRE_WINDOW_FOR_SETTER instead.
5779 * tui/tui-data.h (struct tui_win_info) <is_visible>: Check
5780 tui_active too.
5781 * tui/tui-layout.c (tui_apply_current_layout): Add an assert.
5782 * tui/tui.c (tui_enable): Move setting of tui_active earlier in
5783 the function.
5784
e0c23e11
AB
57852021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
5786
5787 * python/py-tui.c (gdbpy_tui_set_title): Check that the new value
5788 for the title is not nullptr.
5789
1cf23996
AB
57902021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
5791
5792 * tui-layout.c (saved_tui_windows): Delete.
5793 (tui_apply_current_layout): Don't make use of saved_tui_windows,
5794 call new get_windows member function instead.
5795 (tui_get_window_by_name): Check in tui_windows.
5796 (tui_layout_window::apply): Don't add to tui_windows.
5797 * tui-layout.h (tui_layout_base::get_windows): New member function.
5798 (tui_layout_window::get_windows): Likewise.
5799 (tui_layout_split::get_windows): Likewise.
5800
a53a2657
AB
58012021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
5802
5803 * tui/tui-layout.c (tui_apply_current_layout): Restore the delete
5804 of the window objects.
5805
2708dbbd
AB
58062021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
5807
5808 * python/python.c (gdbpy_print_stack): Reformat an error message.
5809
cd074e04
AB
58102021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
5811
5812 * tui/tui-interp.c (tui_command_line_handler): New function.
5813 (tui_interp::resume): Register tui_command_line_handler as the
5814 input_handler.
5815 * tui/tui-io.c (tui_inject_newline_into_command_window): New
5816 function.
5817 (tui_getc_1): Delete handling of '\n' and '\r'.
5818 * tui-io.h (tui_inject_newline_into_command_window): Declare.
5819
4cf28e91
HD
58202021-02-07 Hannes Domani <ssbssa@yahoo.de>
5821
5822 * tui/tui-regs.c (tui_data_window::display_registers_from):
5823 Mark invisible register sub windows.
5824 (tui_data_window::check_register_values): Ignore invisible
5825 register sub windows.
5826
3537bc23
HD
58272021-02-07 Hannes Domani <ssbssa@yahoo.de>
5828
5829 * tui/tui-regs.c (tui_data_item_window::rerender): Don't call
5830 n_spaces with a negative value.
5831
5fc2d6aa
HD
58322021-02-07 Hannes Domani <ssbssa@yahoo.de>
5833
5834 * tui/tui-regs.c (tui_data_window::display_registers_from):
5835 Add refresh_window call.
5836
83962f83
HD
58372021-02-07 Hannes Domani <ssbssa@yahoo.de>
5838
5839 * python/py-frame.c (frapy_richcompare): Compare frame_id_is_next.
5840
0110ec82
SM
58412021-02-05 Simon Marchi <simon.marchi@polymtl.ca>
5842
5843 * symmisc.c (std_in, std_out, std_err): Remove.
5844 (_initialize_symmisc): Don't set std_in, std_out and std_err.
5845
7c6944ab
TV
58462021-02-05 Tom de Vries <tdevries@suse.de>
5847
5848 PR breakpoints/27330
5849 * breakpoint.c (create_exception_master_breakpoint): Handle case that
5850 glibc object file has debug info.
5851
e77b0004
TV
58522021-02-05 Tom de Vries <tdevries@suse.de>
5853
5854 PR symtab/27333
5855 * dwarf2/read.c (process_psymtab_comp_unit): Handle DW_TAG_type_unit.
5856
0e857c82
TV
58572021-02-05 Tom de Vries <tdevries@suse.de>
5858
5859 PR breakpoints/27313
5860 * break-catch-syscall.c (catch_syscall_split_args): Reject negative
5861 syscall numbers.
5862
bdfea17e
TT
58632021-02-05 Tom Tromey <tom@tromey.com>
5864
5865 * compile/compile-c-support.c (get_compile_context)
5866 (c_get_compile_context, cplus_get_compile_context): Change return
5867 type.
5868 * language.c (language_defn::get_compile_instance): New method.
5869 * language.h (language_defn::get_compile_instance): Change return
5870 type. No longer inline.
5871 * c-lang.c (c_language::get_compile_instance): Change return type.
5872 (cplus_language::get_compile_instance): Change return type.
5873 * c-lang.h (c_get_compile_context, cplus_get_compile_context):
5874 Change return type.
5875 * compile/compile.c (compile_to_object): Update.
5876
1b30f421
TT
58772021-02-05 Tom Tromey <tom@tromey.com>
5878
5879 * parser-defs.h (write_exp_symbol_reference): Declare.
5880 * parse.c (write_exp_symbol_reference): New function.
5881 * p-exp.y (variable): Use write_exp_symbol_reference.
5882 * m2-exp.y (variable): Use write_exp_symbol_reference.
5883 * f-exp.y (variable): Use write_exp_symbol_reference.
5884 * d-exp.y (PrimaryExpression): Use write_exp_symbol_reference.
5885 * c-exp.y (variable): Use write_exp_symbol_reference.
5886
ae710496
TV
58872021-02-05 Tom de Vries <tdevries@suse.de>
5888
5889 PR exp/27265
5890 * valarith.c (complex_binop): Throw an error if complex type can't
5891 be created.
5892
d3b54e63
TV
58932021-02-05 Tom de Vries <tdevries@suse.de>
5894
5895 PR symtab/27307
5896 * dwarf2/read.c (create_cus_from_debug_names_list): Add missing
5897 return.
5898
fc9a13fb
TV
58992021-02-05 Tom de Vries <tdevries@suse.de>
5900
5901 * dwarf2/read.c (create_cus_from_debug_names_list): Fix indentation.
5902
04b4939b
MF
59032021-02-04 Mike Frysinger <vapier@gentoo.org>
5904
5905 * configure.tgt (riscv*-*-*): Set gdb_sim.
5906
6ff267e1
SM
59072021-02-04 Simon Marchi <simon.marchi@polymtl.ca>
5908
5909 * target.c (target_is_non_stop_p): Return bool.
5910 * target.h (target_is_non_stop_p): Return bool.
5911
fdbc5215
SM
59122021-02-04 Simon Marchi <simon.marchi@efficios.com>
5913
5914 * record-full.c (record_full_async_inferior_event_handler):
5915 Don't clear async event handler.
5916 (record_full_base_target::wait): Clear async event handler at
5917 beginning.
5918
85d3ad8e
SM
59192021-02-04 Simon Marchi <simon.marchi@efficios.com>
5920
5921 * record-btrace.c (record_btrace_handle_async_inferior_event):
5922 Don't clear async event handler.
5923 (record_btrace_target::wait): Clear async event handler at
5924 beginning.
5925
baa8575b
SM
59262021-02-04 Simon Marchi <simon.marchi@efficios.com>
5927
5928 * remote.c (remote_target::wait): Clear async event handler at
5929 beginning, mark if needed at the end.
5930 (remote_async_inferior_event_handler): Don't set or clear async
5931 event handler.
5932
6b36ddeb
SM
59332021-02-04 Simon Marchi <simon.marchi@efficios.com>
5934
5935 * async-event.h (async_event_handler_func): Add documentation.
5936 * async-event.c (check_async_event_handlers): Don't clear
5937 async_event_handler ready flag.
5938 * infrun.c (infrun_async_inferior_event_handler): Clear ready
5939 flag.
5940 * record-btrace.c (record_btrace_handle_async_inferior_event):
5941 Likewise.
5942 * record-full.c (record_full_async_inferior_event_handler):
5943 Likewise.
5944 * remote-notif.c (remote_async_get_pending_events_handler):
5945 Likewise.
5946 * remote.c (remote_async_inferior_event_handler): Likewise.
5947
72d383bb
SM
59482021-02-03 Simon Marchi <simon.marchi@polymtl.ca>
5949
5950 * infrun.c (handle_inferior_event): Move stop_soon variable to
5951 inner scope.
5952
408f6686
PA
59532021-02-03 Pedro Alves <pedro@palves.net>
5954
5955 * infcmd.c (detach_command): Hold strong reference to target, and
5956 if all-stop on entry, restart threads on exit.
5957 * infrun.c (switch_back_to_stepped_thread): Factor out bits to ...
5958 (restart_stepped_thread): ... this new function. Also handle
5959 trap_expected.
5960 (restart_after_all_stop_detach): New function.
5961 * infrun.h (restart_after_all_stop_detach): Declare.
5962
ac7d717c
PA
59632021-02-03 Pedro Alves <pedro@palves.net>
5964
5965 * infrun.c (struct step_over_info): Initialize fields.
5966 (prepare_for_detach): Handle ongoing in-line step over.
5967
e87f0fe8
PA
59682021-02-03 Pedro Alves <pedro@palves.net>
5969
5970 * linux-nat.c (linux_nat_target::detach): Remove breakpoints
5971 here...
5972 * remote.c (remote_target::remote_detach_1): ... and here ...
5973 * target.c (target_detach): ... instead of here.
5974 * target.h (target_ops::detach): Add comment.
5975
8ff53139
PA
59762021-02-03 Pedro Alves <pedro@palves.net>
5977
5978 * infrun.c (struct wait_one_event): Move higher up.
5979 (prepare_for_detach): Abort in-progress displaced steps instead of
5980 letting them complete.
5981 (handle_one): If the inferior is detaching, don't add the thread
5982 back to the global step-over chain.
5983 (restart_threads): Don't restart threads if detaching.
5984 (handle_signal_stop): Remove inferior::detaching reference.
5985
91475068
PA
59862021-02-03 Pedro Alves <pedro@palves.net>
5987
5988 * infrun.c (prepare_for_detach): Don't release scoped_restore
5989 before returning.
5990
d758e62c
PA
59912021-02-03 Pedro Alves <pedro@palves.net>
5992
5993 * infrun.c (handle_one): New function, factored out from ...
5994 (stop_all_threads): ... here.
5995
b0083dd7
PA
59962021-02-03 Pedro Alves <pedro@palves.net>
5997
5998 * remote.c (remote_notif_stop_ack): Don't error out on
5999 TARGET_WAITKIND_IGNORE; instead, just ignore the notification.
6000 (remote_target::discard_pending_stop_replies): Don't delete
6001 in-flight notification; instead, clear its contents.
6002
621cc310
PA
60032021-02-03 Pedro Alves <pedro@palves.net>
6004
6005 * remote.c (extended_remote_target::attach): Set target async in
6006 the target-non-stop path too.
6007
2ab76a18
PA
60082021-02-03 Pedro Alves <pedro@palves.net>
6009
6010 PR gdb/27055
6011 * infrun.c (handle_signal_stop): Move main context_switch call
6012 earlier, before STOP_QUIETLY_NO_SIGSTOP.
6013
2e3773ff
LS
60142021-02-02 Lancelot SIX <lsix@lancelotsix.com>
6015
6016 * NEWS (Changed commands): Add entry for the behavior change of
6017 the inferior command.
6018 * inferior.c (inferior_command): When no argument is given to the
6019 inferior command, display info about the currently selected
6020 inferior.
6021
e57933dc
SM
60222021-02-02 Simon Marchi <simon.marchi@efficios.com>
6023
6024 * dwarf2/read.c (read_loclist_index, read_rnglist_index): Return
6025 a sect_offset.
6026 (read_attribute_reprocess): Adjust.
6027
2b0c7f41
SM
60282021-02-02 Simon Marchi <simon.marchi@efficios.com>
6029
6030 * dwarf2/die.h (struct die_info) <ranges_base>: Split in...
6031 <gnu_ranges_base>: ... this...
6032 <rnglists_base>: ... and this.
6033 * dwarf2/read.c (struct dwarf2_cu) <ranges_base>: Split in...
6034 <gnu_ranges_base>: ... this...
6035 <rnglists_base>: ... and this.
6036 (read_cutu_die_from_dwo): Adjust
6037 (dwarf2_get_pc_bounds): Adjust
6038 (dwarf2_record_block_ranges): Adjust.
6039 (read_full_die_1): Adjust
6040 (partial_die_info::read): Adjust.
6041 (read_rnglist_index): Adjust.
6042
a1c40103
SM
60432021-02-02 Simon Marchi <simon.marchi@efficios.com>
6044
6045 PR gdb/26813
6046 * dwarf2/read.c (read_loclists_rnglists_header): Add
6047 header_offset parameter and use it.
6048 (read_loclist_index): Read header of the current contribution,
6049 not the one at the beginning of the section.
6050 (read_rnglist_index): Likewise.
6051
b1829e1b
SM
60522021-02-02 Simon Marchi <simon.marchi@efficios.com>
6053
6054 PR gdb/26813
6055 * dwarf2/attribute.h (struct attribute) <set_unsigned>: Clear
6056 requires_reprocessing flag.
6057 * dwarf2/attribute.c (attribute::form_is_unsigned): Handle
6058 DW_FORM_loclistx.
6059 (attribute::form_requires_reprocessing): Handle DW_FORM_rnglistx
6060 and DW_FORM_loclistx.
6061 * dwarf2/read.c (read_attribute_reprocess): Use set_unsigned
6062 instead of set_address for DW_FORM_loclistx and
6063 DW_FORM_rnglistx.
6064
0c800c6e
SM
60652021-02-02 Simon Marchi <simon.marchi@efficios.com>
6066
6067 * dwarf2/read.c (read_loclist_index): Remove bound check for
6068 start of offset.
6069 (read_rnglist_index): Likewise.
6070
05787bad
SM
60712021-02-02 Simon Marchi <simon.marchi@efficios.com>
6072
6073 * dwarf2/read.c (read_loclist_index): Add bound check for the end
6074 of the offset.
6075
5e4d9bbc
SM
60762021-02-02 Simon Marchi <simon.marchi@efficios.com>
6077
6078 * dwarf2/read.c (read_rnglist_index): Fix bound check.
6079
a0c1eeba
SM
60802021-02-02 Simon Marchi <simon.marchi@efficios.com>
6081
6082 * dwarf2/read.c (read_loclist_index): Change complaints into
6083 errors.
6084
2bd3e4b8
TV
60852021-02-02 Tom de Vries <tdevries@suse.de>
6086
6087 PR symtab/24620
6088 * dwarf2/index-write.c (write_one_signatured_type): Skip if
6089 psymtab == nullptr.
6090
82a1fd3a
AB
60912021-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6092
6093 * Makefile.in (HFILES_NO_SRCDIR): Add corefile.h.
6094 * gcore.c (struct gcore_collect_regset_section_cb_data): Moved
6095 here from linux-tdep.c and given a new name. Minor cleanups.
6096 (gcore_collect_regset_section_cb): Likewise.
6097 (gcore_collect_thread_registers): Likewise.
6098 (gcore_build_thread_register_notes): Likewise.
6099 (gcore_find_signalled_thread): Likewise.
6100 * gcore.h (gcore_build_thread_register_notes): Declare.
6101 (gcore_find_signalled_thread): Declare.
6102 * fbsd-tdep.c: Add 'gcore.h' include.
6103 (struct fbsd_collect_regset_section_cb_data): Delete.
6104 (fbsd_collect_regset_section_cb): Delete.
6105 (fbsd_collect_thread_registers): Delete.
6106 (struct fbsd_corefile_thread_data): Delete.
6107 (fbsd_corefile_thread): Delete.
6108 (fbsd_make_corefile_notes): Call
6109 gcore_build_thread_register_notes instead of the now deleted
6110 FreeBSD code.
6111 * linux-tdep.c: Add 'gcore.h' include.
6112 (struct linux_collect_regset_section_cb_data): Delete.
6113 (linux_collect_regset_section_cb): Delete.
6114 (linux_collect_thread_registers): Delete.
6115 (linux_corefile_thread): Call
6116 gcore_build_thread_register_notes.
6117 (find_signalled_thread): Delete.
6118 (linux_make_corefile_notes): Call gcore_find_signalled_thread.
6119
ebde6f2d
TV
61202021-01-29 Tom de Vries <tdevries@suse.de>
6121
6122 PR breakpoints/26063
6123 * infrun.c (process_event_stop_test): Reset
6124 ecs->event_thread->current_line to 0 if is-stmt=n and frame has
6125 changed.
6126
0f93c3a2
AB
61272021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
6128
6129 * thread.c (thr_try_catch_cmd): Replace swith_to_thread with an
6130 assert. Extend the header comment.
6131
f237f998
AB
61322021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
6133
6134 * Makefile.in (SUBDIR_TUI_SRCS): Add tui/tui-location.c.
6135 (HFILES_NO_SRCDIR): Add tui/tui-location.h.
6136 * tui/tui-data.h (TUI_STATUS_WIN): Define.
6137 (tui_locator_win_info_ptr): Delete declaration.
6138 * tui/tui-disasm.c: Add 'tui/tui-location.h' include.
6139 (tui_disasm_window::set_contents): Fetch state from tui_location
6140 global.
6141 (tui_get_begin_asm_address): Likewise.
6142 * tui/tui-layout.c (tui_apply_current_layout): Remove special case
6143 for locator window.
6144 (get_locator_window): Delete.
6145 (initialize_known_windows): Treat locator window just like all the
6146 rest.
6147 * tui/tui-source.c: Add 'tui/tui-location.h' include.
6148 (tui_source_window::set_contents): Fetch state from tui_location
6149 global.
6150 (tui_source_window::showing_source_p): Likewise.
6151 * tui/tui-stack.c: Add 'tui/tui-location.h' include.
6152 (_locator): Delete.
6153 (tui_locator_win_info_ptr): Delete.
6154 (tui_locator_window::make_status_line): Fetch state from
6155 tui_location global.
6156 (tui_locator_window::rerender): Remove check of 'handle',
6157 reindent function body.
6158 (tui_locator_window::set_locator_fullname): Delete.
6159 (tui_locator_window::set_locator_info): Delete.
6160 (tui_update_locator_fullname): Delete.
6161 (tui_show_frame_info): Likewise.
6162 (tui_show_locator_content): Access window through TUI_STATUS_WIN.
6163 * tui/tui-stack.h (tui_locator_window::set_locator_info): Moved to
6164 tui/tui-location.h and renamed to
6165 tui_location_tracker::set_location.
6166 (tui_locator_window::set_locator_fullname): Moved to
6167 tui/tui-location.h and renamed to
6168 tui_location_tracker::set_fullname.
6169 (tui_locator_window::full_name): Delete.
6170 (tui_locator_window::proc_name): Delete.
6171 (tui_locator_window::line_no): Delete.
6172 (tui_locator_window::addr): Delete.
6173 (tui_locator_window::gdbarch): Delete.
6174 (tui_update_locator_fullname): Delete declaration.
6175 * tui/tui-wingeneral.c (tui_refresh_all): Removed special handling
6176 for locator window.
6177 * tui/tui-winsource.c: Add 'tui/tui-location.h' include.
6178 (tui_display_main): Call function on tui_location directly.
6179 * tui/tui.h (enum tui_win_type): Add STATUS_WIN.
6180 * tui/tui-location.c: New file.
6181 * tui/tui-location.h: New file.
6182
8ee511af
SM
61832021-01-28 Simon Marchi <simon.marchi@polymtl.ca>
6184
6185 * gdbtypes.h (get_type_arch): Rename to...
6186 (struct type) <arch>: ... this, update all users.
6187
6ac37371
SM
61882021-01-28 Simon Marchi <simon.marchi@polymtl.ca>
6189
6190 * gdbtypes.h (struct type) <arch>: Rename to...
6191 <arch_owner>: ... this, update all users.
6192 <objfile>: Rename to...
6193 <objfile_owner>: ... this, update all users.
6194
24cf6389
AB
61952021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
6196
6197 * gdbcmd.h (execute_command_to_string): Update comment.
6198 * top.c (execute_command_to_string): Update header comment.
6199
2a7f6487
TV
62002021-01-28 Tom de Vries <tdevries@suse.de>
6201
6202 PR breakpoints/27205
6203 * breakpoint.c (create_longjmp_master_breakpoint_probe)
6204 (create_longjmp_master_breakpoint_names): New function, factored out
6205 of ...
6206 (create_longjmp_master_breakpoint): ... here. Only try to install
6207 longjmp_names breakpoints in libc.so/libc.so.debug if installing probe
6208 breakpoint in libc.so failed.
6209
59b59f08
LS
62102021-01-27 Lancelot SIX <lsix@lancelotsix.com>
6211
6212 PR gdb/27133
6213 * cli/cli-interp.c (cli_interp_base::set_logging): Ensure the
6214 unique_ptr is released when the wrapped pointer is kept for later
6215 use.
6216
807f647c
MM
62172021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
6218
6219 * aarch64-tdep.c (aarch64_displaced_step_others): Account for
6220 BLR and BR instructions.
6221 * arch/aarch64-insn.h (enum aarch64_opcodes): Add BR opcode.
6222 (enum aarch64_masks): New.
6223
4ef367bf
TT
62242021-01-26 Tom Tromey <tromey@adacore.com>
6225
6226 * windows-nat.c (DEBUG_EXEC, DEBUG_EVENTS, DEBUG_MEM)
6227 (DEBUG_EXCEPT): Use debug_prefixed_printf_cond.
6228 (windows_init_thread_list, windows_nat::handle_load_dll)
6229 (windows_nat::handle_unload_dll, windows_nat_target::resume)
6230 (windows_nat_target::resume)
6231 (windows_nat_target::get_windows_debug_event)
6232 (windows_nat_target::interrupt, windows_xfer_memory)
6233 (windows_nat_target::close): Update.
6234 * nat/windows-nat.c (DEBUG_EVENTS): Use
6235 debug_prefixed_printf_cond.
6236 (matching_pending_stop, fetch_pending_stop)
6237 (continue_last_debug_event): Update.
6238
4cb1265b
MS
62392020-12-17 Mihails Strasuns <mihails.strasuns@intel.com>
6240
6241 * linux-tdep.c (linux_make_mappings_corefile_notes): Start using
6242 elfcore_write_file_note.
6243
d0cc52bd
SV
62442021-01-26 Shahab Vahedi <shahab@synopsys.com>
6245
6246 * arc-tdep.c (arc_add_reggroups): New function.
6247 (arc_gdbarch_init): Call arc_add_reggroups.
6248
ac3571d9 62492021-01-26 Anton Kolesov <anton.kolesov@synopsys.com>
d56834cb
AK
6250
6251 * arc-tdep.c (arc_skip_prologue): Log "pc" address.
6252
9f6c202e
TV
62532021-01-25 Bernd Edlinger <bernd.edlinger@hotmail.de>
6254 Simon Marchi <simon.marchi@polymtl.ca>
6255 Tom de Vries <tdevries@suse.de>
6256
6257 * dwarf2/read.c (partial_die_info::read): Use as_unsigned () for
6258 DW_AT_ranges.
6259
a625a8c9
TT
62602021-01-25 Tom Tromey <tromey@adacore.com>
6261
6262 * dwarf2/read.c (get_mpz): New function.
6263 (get_dwarf2_rational_constant): Use it.
6264
19184910
TT
62652021-01-25 Tom Tromey <tromey@adacore.com>
6266
6267 * ada-lang.c (resolve_subexp): Handle array context.
6268
b10bae18
TT
62692021-01-23 Tom Tromey <tom@tromey.com>
6270
6271 PR compile/25575
6272 * compile/compile-loc2c.c (note_register): New function.
6273 (pushf_register_address, pushf_register): Use it.
6274
3637a558
TT
62752021-01-23 Tom Tromey <tom@tromey.com>
6276
6277 * symtab.h (struct symbol_computed_ops) <generate_c_location>:
6278 Change type of "registers_used".
6279 * dwarf2/loc.h (dwarf2_compile_property_to_c): Update.
6280 * dwarf2/loc.c (dwarf2_compile_property_to_c)
6281 (locexpr_generate_c_location, loclist_generate_c_location): Change
6282 type of "registers_used".
6283 * compile/compile.h (compile_dwarf_expr_to_c)
6284 (compile_dwarf_bounds_to_c): Update.
6285 * compile/compile-loc2c.c (pushf_register_address)
6286 (pushf_register, do_compile_dwarf_expr_to_c)
6287 (compile_dwarf_expr_to_c, compile_dwarf_bounds_to_c): Change type
6288 of "registers_used".
6289 * compile/compile-c.h (generate_c_for_variable_locations):
6290 Update.
6291 * compile/compile-c-symbols.c (generate_vla_size)
6292 (generate_c_for_for_one_variable): Change type of
6293 "registers_used".
6294 (generate_c_for_variable_locations): Return std::vector.
6295 * compile/compile-c-support.c (generate_register_struct): Change
6296 type of "registers_used".
6297 (compute): Update.
6298
9f7f6cb8
TT
62992021-01-23 Tom Tromey <tom@tromey.com>
6300
6301 * compile/compile-internal.h (class compile_instance)
6302 <set_arguments>: Change return type.
6303 * compile/compile.c (compile_to_object): Remove call to reset.
6304 (compile_instance::set_arguments): Change return type.
6305
dd5ca05f
SM
63062021-01-23 Simon Marchi <simon.marchi@polymtl.ca>
6307
6308 * gdbtypes.c (copy_type_recursive): Use get_type_arch.
6309 * gdbtypes.h (struct type) <set_owner>: Add asserts.
6310
d3ee35db
LS
63112021-01-23 Lancelot SIX <lsix@lancelotsix.com>
6312
6313 * Makefile.in (SELFTESTS_SRCS): Add
6314 unittests/gdb_tilde_expand-selftests.c.
6315 * unittests/gdb_tilde_expand-selftests.c: New file.
6316
9d2d8a16
AB
63172021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
6318
6319 PR cli/25956
6320 * NEWS: Mention new command.
6321 * cli/cli-style.c: Add 'cli/cli-setshow.h' include.
6322 (version_style): Define.
6323 (cli_style_option::cli_style_option): Add intensity parameter, and
6324 use as appropriate.
6325 (_initialize_cli_style): Register version style set/show commands.
6326 * cli/cli-style.h (cli_style_option): Add intensity parameter.
6327 (version_style): Declare.
6328 * top.c (print_gdb_version): Use version_stype, and styled_string
6329 to print the GDB version string.
6330
e7b43072
AB
63312021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
6332
6333 * utils.c (emit_style_escape): Only emit an escape sequence if the
6334 requested style is different than the current applied style.
6335 (fputs_maybe_filtered): Adjust the juggling of the wrap_style, and
6336 current applied_style.
6337 (fputs_styled): Remove is_default check.
6338 (fputs_styled_unfiltered): Likewise.
6339 (vfprintf_styled_no_gdbfmt): Likewise.
6340
2189c312
SM
63412021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
6342
6343 * remote.h (remote_debug_printf): New.
6344 (remote_debug_printf_nofunc): New.
6345 (REMOTE_SCOPED_DEBUG_ENTER_EXIT): New.
6346 * remote.c: Use above macros throughout file.
6347
02349803
SM
63482021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
6349
6350 * remote.h (remote_debug): Change to bool.
6351 * remote.c (remote_debug): Change to bool.
6352 (_initialize_remote): Adjust.
6353
cda09ec9
SM
63542021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
6355
6356 * target.h (remote_debug): Move to...
6357 * remote.h (remote_debug): ... here.
6358 * top.c (remote_debug): Move to...
6359 * remote.c (remote_debug): ... here.
6360 * remote-sim.c: Include remote.h.
6361
baf2b57f
SM
63622021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
6363
6364 * cli/cli-cmds.c (show_remote_debug): Remove.
6365 (show_remote_timeout): Remove.
6366 (_initialize_cli_cmds): Don't register commands.
6367 * remote.c (show_remote_debug): Move here.
6368 (show_remote_timeout): Move here.
6369 (_initialize_remote): Register commands.
6370
344e9841
SM
63712021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
6372
6373 * gdbtypes.h (TYPE_OBJFILE): Remove, change all users to use the
6374 type::objfile method instead.
6375
30625020
SM
63762021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
6377
6378 * gdbtypes.h (TYPE_OBJFILE_OWNED): Remove, update all users to
6379 use the type::is_objfile_owned method.
6380
5b7d941b
SM
63812021-01-22 Simon Marchi <simon.marchi@efficios.com>
6382
6383 * gdbtypes.h (TYPE_OBJFILE_OWNED): Adjust.
6384 (TYPE_OWNER): Remove.
6385 (TYPE_OBJFILE): Adjust.
6386 (struct main_type) <flag_objfile_owned>: Rename to...
6387 <m_flag_objfile_owned>: ... this.
6388 <owner>: Rename to...
6389 <m_owner>: ... this.
6390 (struct type) <is_objfile_owned, set_owner, objfile, arch>: New
6391 methods.
6392 (TYPE_ALLOC): Adjust.
6393 * gdbtypes.c (alloc_type): Adjust.
6394 (alloc_type_arch): Adjust.
6395 (alloc_type_copy): Adjust.
6396 (get_type_arch): Adjust.
6397 (smash_type): Adjust.
6398 (lookup_array_range_type): Adjust.
6399 (recursive_dump_type): Adjust.
6400 (copy_type_recursive): Adjust.
6401 * compile/compile-c-types.c (convert_func): Adjust.
6402 (convert_type_basic): Adjust.
6403 * compile/compile-cplus-types.c (compile_cplus_convert_func):
6404 Adjust.
6405 * language.c
6406 (language_arch_info::type_and_symbol::alloc_type_symbol):
6407 Adjust.
6408
d5d24e12
LM
64092021-01-21 Luis Machado <luis.machado@linaro.org>
6410
6411 * coffread.c (enter_linenos): Passing string to complaint.
6412 * valops.c (value_assign): Make array view.
6413
a59902a7
SM
64142021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
6415
6416 * auto-load.h (debug_auto_load): Move here.
6417 (auto_load_debug_printf): New.
6418 * auto-load.c: Use auto_load_debug_printf.
6419 (debug_auto_load): Move to header.
6420 * linux-thread-db.c (try_thread_db_load): Use
6421 auto_load_debug_printf.
6422 * main.c (captured_main_1): Likewise.
6423
d3abc0ce
SM
64242021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
6425
6426 * f-valprint.c (f77_array_offset_tbl): Remove.
6427
1e15fcac
SM
64282021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
6429
6430 * gdb_bfd.c (bfd_cache_debug_printf): New, use throughout file.
6431
439706e6
SM
64322021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
6433
6434 * ser-tcp.c (wait_for_connect): Use interruptible_select instead
6435 of gdb_select.
6436
325d39e4
HD
64372021-01-21 Hannes Domani <ssbssa@yahoo.de>
6438
6439 PR python/19151
6440 * python/py-breakpoint.c (bppy_get_location): Handle
6441 bp_hardware_breakpoint.
6442 (bppy_init): Likewise.
6443 (gdbpy_breakpoint_created): Likewise.
6444
7cb6d92a
SM
64452021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
6446
6447 * arm-tdep.c (arm_debug_printf): Add and use throughout file.
6448
d4dd4fca
SM
64492021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
6450
6451 * gdb_bfd.c (debug_bfd_cache): Change type to bool.
6452 (_initialize_gdb_bfd): Adjust.
6453
de53369b
SM
64542021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
6455
6456 PR gdb/26828
6457 * dwarf2/read.c (maybe_queue_comp_unit): Add assertion.
6458
17e593e9
SM
64592021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
6460
6461 * dwarf2/read.c (follow_die_offset): Add logging.
6462 (dwarf2_per_objfile::age_comp_units): Add logging.
6463
6bd434d6
SM
64642021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
6465
6466 * aarch64-linux-tdep.c (aarch64_linux_record_tdep): Make static.
6467 * aarch64-tdep.c (tdesc_aarch64_list, aarch64_prologue_unwind,
6468 aarch64_stub_unwind, aarch64_normal_base, ): Make static.
6469 * arm-linux-tdep.c (arm_prologue_unwind): Make static.
6470 * arm-tdep.c (struct frame_unwind): Make static.
6471 * auto-load.c (auto_load_safe_path_vec): Make static.
6472 * csky-tdep.c (csky_stub_unwind): Make static.
6473 * gdbarch.c (gdbarch_data_registry): Make static.
6474 * gnu-v2-abi.c (gnu_v2_abi_ops): Make static.
6475 * i386-netbsd-tdep.c (i386nbsd_mc_reg_offset): Make static.
6476 * i386-tdep.c (i386_frame_setup_skip_insns,
6477 i386_tramp_chain_in_reg_insns, i386_tramp_chain_on_stack_insns):
6478 Make static.
6479 * infrun.c (observer_mode): Make static.
6480 * linux-nat.c (sigchld_action): Make static.
6481 * linux-thread-db.c (thread_db_list): Make static.
6482 * maint-test-options.c (maintenance_test_options_list):
6483 * mep-tdep.c (mep_csr_registers): Make static.
6484 * mi/mi-cmds.c (struct mi_cmd_stats): Remove struct type name.
6485 (stats): Make static.
6486 * nat/linux-osdata.c (struct osdata_type): Make static.
6487 * ppc-netbsd-tdep.c (ppcnbsd_reg_offsets): Make static.
6488 * progspace.c (last_program_space_num): Make static.
6489 * python/py-param.c (struct parm_constant): Remove struct type
6490 name.
6491 (parm_constants): Make static.
6492 * python/py-record-btrace.c (btpy_list_methods): Make static.
6493 * python/py-record.c (recpy_gap_type): Make static.
6494 * record.c (record_goto_cmdlist): Make static.
6495 * regcache.c (regcache_descr_handle): Make static.
6496 * registry.h (DEFINE_REGISTRY): Make definition static.
6497 * symmisc.c (std_in, std_out, std_err): Make static.
6498 * top.c (previous_saved_command_line): Make static.
6499 * tracepoint.c (trace_user, trace_notes, trace_stop_notes): Make
6500 static.
6501 * unittests/command-def-selftests.c (nr_duplicates,
6502 nr_invalid_prefixcmd, lists): Make static.
6503 * unittests/observable-selftests.c (test_notification): Make
6504 static.
6505 * unittests/optional/assignment/1.cc (counter): Make static.
6506 * unittests/optional/assignment/2.cc (counter): Make static.
6507 * unittests/optional/assignment/3.cc (counter): Make static.
6508 * unittests/optional/assignment/4.cc (counter): Make static.
6509 * unittests/optional/assignment/5.cc (counter): Make static.
6510 * unittests/optional/assignment/6.cc (counter): Make static.
6511
a6c11cbb
JS
65122021-01-20 Joel Sherrill <joel@rtems.org>
6513
6514 PR gdb/27219
6515 * remote.c (struct remote_thread_info) <resume_state>: Rename
6516 to...
6517 <get_resume_state>: ... this.
6518 (remote_target::resume): Adjust.
6519 (remote_target::commit_resume): Adjust.
6520 (remote_target::select_thread_for_ambiguous_stop_reply): Adjust.
6521
6f52fdf4
SDJ
65222021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
6523 Tom Tromey <tom@tromey.com>
6524
6525 * stap-probe.c (stap_parse_single_operand): Handle '!'
6526 operator.
6527 (stap_parse_argument_conditionally): Likewise.
6528 Skip spaces after processing open-parenthesis sub-expression.
6529 (stap_parse_argument_1): Skip spaces after call to
6530 stap_parse_argument_conditionally.
6531 Handle case when right-side expression is a parenthesized
6532 sub-expression.
6533 Skip spaces after call to stap_parse_argument_1.
6534
1c3b85ad
LS
65352021-01-19 Lancelot SIX <lsix@lancelotsix.com>
6536
6537 * top.h (switch_thru_all_uis): Use DISABLE_COPY_AND_ASSIGN.
6538
a9a87d35
LM
65392021-01-19 Luis Machado <luis.machado@linaro.org>
6540
6541 * trad-frame.h (trad_frame_saved_reg) <set_value_bytes>: Allocate
6542 memory and save data.
6543 (trad_frame_set_value, trad_frame_set_realreg, trad_frame_set_addr)
6544 (trad_frame_set_unknown, trad_frame_set_value_bytes)
6545 (trad_frame_value_p, trad_frame_addr_p, trad_frame_realreg_p)
6546 (trad_frame_value_bytes_p): Remove.
6547 (trad_frame_reset_saved_regs): Adjust documentation.
6548 * trad-frame.c (trad_frame_alloc_saved_regs): Initialize via a
6549 constructor and reset the state of the registers.
6550 (trad_frame_value_p, trad_frame_addr_p, trad_frame_realreg_p)
6551 (trad_frame_value_bytes_p, trad_frame_set_value)
6552 (trad_frame_set_realreg, trad_frame_set_addr)
6553 (trad_frame_set_unknown, trad_frame_set_value_bytes): Remove.
6554 (trad_frame_set_reg_realreg): Update to call member function.
6555 (trad_frame_set_reg_addr, trad_frame_set_reg_value_bytes): Likewise.
6556 (trad_frame_get_prev_register): Likewise.
6557
6558 * aarch64-tdep.c (aarch64_analyze_prologue)
6559 (aarch64_analyze_prologue_test, aarch64_make_prologue_cache_1)
6560 (aarch64_prologue_prev_register): Update to use member functions.
6561 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
6562 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Likewise.
6563 * arc-tdep.c (arc_print_frame_cache, arc_make_frame_cache): Likewise.
6564 * arm-tdep.c (arm_make_prologue_cache, arm_exidx_fill_cache)
6565 (arm_make_epilogue_frame_cache): Likewise.
6566 * avr-tdep.c (avr_frame_unwind_cache)
6567 (avr_frame_prev_register): Likewise.
6568 * cris-tdep.c (cris_scan_prologue): Likewise.
6569 * csky-tdep.c (csky_frame_unwind_cache): Likewise.
6570 * frv-tdep.c (frv_analyze_prologue): Likewise.
6571 * hppa-tdep.c (hppa_frame_cache, hppa_fallback_frame_cache): Likewise.
6572 * lm32-tdep.c (lm32_frame_cache): Likewise.
6573 * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
6574 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
6575 * mips-tdep.c (set_reg_offset, mips_insn16_frame_cache)
6576 (mips_micro_frame_cache, mips_insn32_frame_cache): Likewise.
6577 (reset_saved_regs): Adjust to set realreg.
6578 * riscv-tdep.c (riscv_scan_prologue, riscv_frame_cache): Adjust to
6579 call member functions.
6580 * rs6000-tdep.c (rs6000_frame_cache, rs6000_epilogue_frame_cache)
6581 * s390-tdep.c (s390_prologue_frame_unwind_cache)
6582 (s390_backchain_frame_unwind_cache): Likewise.
6583 * score-tdep.c (score7_analyze_prologue)
6584 (score3_analyze_prologue, score_make_prologue_cache): Likewise.
6585 * sparc-netbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Likewise.
6586 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
6587 * sparc64-netbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): Likewise.
6588 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
6589 * tilegx-tdep.c (tilegx_analyze_prologue)
6590 (tilegx_frame_cache): Likewise.
6591 * v850-tdep.c (v850_frame_cache): Likewise.
6592 * vax-tdep.c (vax_frame_cache): Likewise.
6593
bdec2917
LM
65942021-01-19 Luis Machado <luis.machado@linaro.org>
6595
6596 * frame.h (get_frame_register_bytes): Pass a gdb::array_view instead
6597 of buffer + length.
6598 (put_frame_register_bytes): Likewise.
6599 Adjust documentation.
6600 (get_frame_memory): Pass a gdb::array_view instead of buffer + length.
6601 (safe_frame_unwind_memory): Likewise.
6602 * frame.c (get_frame_register_bytes, put_frame_register_bytes)
6603 (get_frame_memory, safe_frame_unwind_memory): Adjust to use
6604 gdb::array_view.
6605 * amd64-fbsd-tdep.c (amd64fbsd_sigtramp_p): Likewise.
6606 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Likewise.
6607 * amd64-obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
6608 * arc-linux-tdep.c (arc_linux_is_sigtramp): Likewise.
6609 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start): Likewise.
6610 * dwarf2/loc.c (rw_pieced_value): Likewise.
6611 * hppa-tdep.c (hppa_frame_cache): Likewise.
6612 * i386-fbsd-tdep.c (i386fbsd_sigtramp_p): Likewise.
6613 * i386-gnu-tdep.c (i386_gnu_sigtramp_start): Likewise.
6614 * i386-linux-tdep.c (i386_linux_sigtramp_start)
6615 (i386_linux_rt_sigtramp_start): Likewise.
6616 * i386-obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
6617 * i386-tdep.c (i386_register_to_value): Likewise.
6618 * i387-tdep.c (i387_register_to_value): Likewise.
6619 * ia64-tdep.c (ia64_register_to_value): Likewise.
6620 * m32r-linux-tdep.c (m32r_linux_sigtramp_start)
6621 (m32r_linux_rt_sigtramp_start): Likewise.
6622 * m68k-linux-tdep.c (m68k_linux_pc_in_sigtramp): Likewise.
6623 * m68k-tdep.c (m68k_register_to_value): Likewise.
6624 * mips-tdep.c (mips_register_to_value)
6625 (mips_value_to_register): Likewise.
6626 * ppc-fbsd-tdep.c (ppcfbsd_sigtramp_frame_sniffer)
6627 (ppcfbsd_sigtramp_frame_cache): Likewise.
6628 * ppc-obsd-tdep.c (ppcobsd_sigtramp_frame_sniffer)
6629 (ppcobsd_sigtramp_frame_cache): Likewise.
6630 * rs6000-tdep.c (rs6000_in_function_epilogue_frame_p)
6631 (rs6000_register_to_value): Likewise.
6632 * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
6633 * tramp-frame.c (tramp_frame_start): Likewise.
6634 * valops.c (value_assign): Likewise.
6635
ccbe4c82
LM
66362021-01-19 Luis Machado <luis.machado@linaro.org>
6637
6638 * aarch64-linux-tdep.c (aarch64_linux_restore_vreg): Pass in an
6639 array_view.
6640 * trad-frame.c (trad_frame_set_value_bytes): Use gdb::array_view
6641 instead of buffer and size.
6642 (trad_frame_set_reg_value_bytes): Likewise.
6643 * trad-frame.h (trad_frame_set_reg_value_bytes): Likewise.
6644 (trad_frame_set_value_bytes): Likewise.
6645
0e7620dc
MF
66462021-01-18 Mike Frysinger <vapier@gentoo.org>
6647
6648 * copyright.py (NOT_FSF_LIST): Delete sim/testsuite/sim/bfin/s21.s.
6649
6a9ad81c
AB
66502021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
6651
6652 * riscv-fbsd-tdep.c (riscv_fbsd_supply_gregset): Delete.
6653 (riscv_fbsd_gregset): Use riscv_supply_regset.
6654 (riscv_fbsd_fpregset): Likewise.
6655 * riscv-linux-tdep.c (riscv_linux_gregset): Likewise.
6656 (riscv_linux_fregset): Likewise.
6657 * riscv-tdep.c (riscv_supply_regset): Define new function.
6658 * riscv-tdep.h (riscv_supply_regset): Declare new function.
6659
d3d7d1ba
TV
66602021-01-18 Tom de Vries <tdevries@suse.de>
6661
6662 PR tdep/27172
6663 * nat/amd64-linux-siginfo.c (cpt_si_lower, cpt_si_upper, SEGV_BNDERR):
6664 New macro.
6665 (compat_siginfo_from_siginfo): Copy cpt_si_lower and cpt_si_upper
6666 for SEGV_BNDERR.
6667
aa2838cc
SM
66682021-01-18 Simon Marchi <simon.marchi@polymtl.ca>
6669
6670 * remote.c (class remote_target) <remote_hostio_send_command,
6671 remote_hostio_parse_result>: Constify parameter.
6672 (remote_hostio_parse_result): Likewise.
6673 (remote_target::remote_hostio_send_command): Adjust.
6674 (remote_target::remote_hostio_pread_vFile): Adjust.
6675 (remote_target::fileio_readlink): Adjust.
6676 (remote_target::fileio_fstat): Adjust.
6677
b5c8f22d
SM
66782021-01-18 Simon Marchi <simon.marchi@polymtl.ca>
6679
6680 * remote.c (remote_target::start_remote): Move wait_status to
6681 narrower scope.
6682
e3b2741b
SM
66832021-01-18 Simon Marchi <simon.marchi@polymtl.ca>
6684
6685 * remote.c (class remote_target):
6686 <add_current_inferior_and_thread>: Constify parameter.
6687 (stop_reply_extract_thread): Likewise.
6688 (remote_target::get_current_thread): Likewise.
6689 (remote_target::add_current_inferior_and_thread): Likewise.
6690
cecb1912
SM
66912021-01-18 Simon Marchi <simon.marchi@polymtl.ca>
6692
6693 * remote.c (class remote_target)
6694 <remote_unpack_thread_info_response,
6695 parse_threadlist_response>: Constify parameter and/or return
6696 value and or local variable.
6697 (stub_unpack_int): Likewise.
6698 (unpack_nibble): Likewise.
6699 (unpack_byte): Likewise.
6700 (unpack_int): Likewise.
6701 (unpack_string): Likewise.
6702 (unpack_threadid): Likewise.
6703 (remote_target::remote_unpack_thread_info_response): Likewise.
6704 (remote_target::parse_threadlist_response): Likewise.
6705
5a11fff0
AB
67062021-01-15 Andrew Burgess <andrew.burgess@embecosm.com>
6707
6708 * tui/tui.c (tui_is_window_visible): Compare to nullptr, not 0.
6709
17e89137
LS
67102021-01-14 Lancelot Six <lsix@lancelotsix.com>
6711
6712 * MAINTAINERS (Write After Approval): Add myself.
6713
58eadc4b
BE
67142021-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
6715
6716 * trad-frame.c (trad_frame_alloc_saved_regs): Avoid compile-error
6717 because is_trivially_default_constructible was first implemented with
6718 gcc-5.
6719
5fae2a2c
TV
67202021-01-14 Tom de Vries <tdevries@suse.de>
6721
6722 PR breakpoints/27151
6723 * objfiles.h (in_plt_section): Handle .plt.sec.
6724
8f66807b
AB
67252021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6726
6727 PR gdb/26819
6728 * remote.c
6729 (remote_target::select_thread_for_ambiguous_stop_reply): New
6730 member function.
6731 (remote_target::process_stop_reply): Call
6732 select_thread_for_ambiguous_stop_reply.
6733
bd497355
SM
67342021-01-13 Simon Marchi <simon.marchi@efficios.com>
6735
6736 * record-btrace.c (class record_btrace_target): Remove.
6737 (record_btrace_target::commit_resume): Remove.
6738 * record-full.c (class record_full_target): Remove.
6739 (record_full_target::commit_resume): Remove.
6740
c9d22089
SM
67412021-01-13 Simon Marchi <simon.marchi@efficios.com>
6742
6743 * remote.c (enum class resume_state): New.
6744 (struct resumed_pending_vcont_info): New.
6745 (struct remote_thread_info) <resume_state, set_not_resumed,
6746 set_resumed_pending_vcont, resumed_pending_vcont_info,
6747 set_resumed, m_resume_state, m_resumed_pending_vcont_info>:
6748 New.
6749 <last_resume_step, last_resume_sig, vcont_resumed>: Remove.
6750 (remote_target::remote_add_thread): Adjust.
6751 (remote_target::process_initial_stop_replies): Adjust.
6752 (remote_target::resume): Adjust.
6753 (remote_target::commit_resume): Rely on state in
6754 remote_thread_info and not on tp->executing.
6755 (remote_target::process_stop_reply): Adjust.
6756
d8d1feb4
SM
67572021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
6758
6759 * arc-tdep.h (arc_debug_printf): New.
6760 * arc-tdep.c: Use arc_debug_printf.
6761 * arc-linux-nat.c (arc_linux_nat_debug_printf): Add and use.
6762 * arc-linux-tdep.c (arc_linux_debug_printf): Add and use.
6763 * arc-newlib-tdep.c (arc_newlib_debug_printf): Add and use.
6764
fb0f5031
SM
67652021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
6766
6767 * arc-tdep.h (arc_debug): Change type to bool.
6768 * arc-tdep.c (arc_debug): Change type to bool.
6769 (arc_analyze_prologue): Adjust.
6770 (_initialize_arc_tdep): Use add_setshow_boolean_cmd.
6771 * arc-linux-nat.c (ps_get_thread_area): Adjust.
6772
5bf7e91b
SM
67732021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
6774
6775 * auto-load.c (auto_load_objfile_script_1): Use bool.
6776 (execute_script_contents): Use bool.
6777
db972fce
SM
67782021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
6779
6780 * auto-load.h (auto_load_gdb_scripts_enabled): Return bool, move
6781 comment here.
6782 * auto-load.c (auto_load_gdb_scripts_enabled): Return bool, move
6783 comment to header.
6784 * extension-priv.h (struct extension_language_script_ops)
6785 <auto_load_enabled>: Return bool.
6786 * extension.h (ext_lang_auto_load_enabled): Return bool, move
6787 comment here.
6788 * extension.c (ext_lang_auto_load_enabled): Return bool, move
6789 comment to header.
6790 * guile/guile-header.h (gdbscm_auto_load_enabled): Return bool,
6791 move comment here.
6792 * guile/scm-auto-load.c (gdbscm_auto_load_enabled): Return bool,
6793 move comment to header.
6794 * python/python-header.h (gdbpy_auto_load_enabled): Return bool,
6795 move comment here.
6796 * python/py-auto-load.c (gdbpy_auto_load_enabled): Return bool,
6797 move comment to header.
6798
5e12f48f
SM
67992021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
6800
6801 * auto-load.h (file_is_auto_load_safe): Change return type to
6802 bool, move comment here.
6803 * auto-load.c (file_is_auto_load_safe): Change return type and
6804 advice_printed to bool. Move comment to header.
6805
54ca9002
SM
68062021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
6807
6808 * jit.c (jit_debug_printf): New, use throughout file.
6809
24a7f1b5
SM
68102021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
6811
6812 * infrun.c (normal_stop): Fix indentation.
6813
fe7a351a
SM
68142021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
6815
6816 * top.h (readnow_symbol_files, readnever_symbol_files): Move
6817 declarations to ...
6818 * symfile.h: ... here.
6819 * symfile.c: Update doc.
6820
16e9019e
SM
68212021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
6822
6823 * target.h (baud_rate, serial_parity): Move declarations...
6824 * serial.h: ... here.
6825 * main.c: Include serial.h.
6826 * serial.c (baud_rate, serial_parity): Update doc.
6827
b2f2ae0d
SM
68282021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
6829
6830 * top.c (pre_init_ui_hook): Remove.
6831
5291fe3c
SP
68322021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
6833
6834 * aarch64-tdep.c (aarch64_vnh_type): Add "bf" field in h registers.
6835 (aarch64_vnv_type): Add "bf" type in h field of v registers.
6836 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerated.
6837 * features/aarch64-fpu.xml: Add bfloat16 type.
6838
ce38f5ed
AB
68392021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6840
6841 * expprint.c (dump_subexp_body_standard): Handle OP_BOOL.
6842
7c654b71
AB
68432021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6844
6845 * f-exp.y (dot_ops): Rename to...
6846 (fortran_operators): ...this. Add a header comment. Add symbol
6847 based operators.
6848 (yylex): Update to use fortran_operators not dot_ops. Remove
6849 special handling for '**', this is now included in
6850 fortran_operators.
6851
c6185dce
SM
68522021-01-11 Simon Marchi <simon.marchi@polymtl.ca>
6853
6854 * arch/aarch64-insn.h (aarch64_debug_printf): New.
6855 * arch/aarch64-insn.c: Use aarch64_debug_printf.
6856 * aarch64-tdep.c: Use aarch64_debug_printf.
6857
eef401dc
SM
68582021-01-11 Simon Marchi <simon.marchi@polymtl.ca>
6859
6860 * solib-aix.c (solib_aix_debug_printf): New, use throughout
6861 file.
6862
062eaacb
SM
68632021-01-11 Simon Marchi <simon.marchi@polymtl.ca>
6864
6865 * jit.c (jit_debug): Change type to bool.
6866 (_initialize_jit): Adjust.
6867
54585eee
TT
68682021-01-09 Tom Tromey <tom@tromey.com>
6869
6870 PR compile/23672
6871 * compile/compile.c (compile_to_object): Avoid crash when
6872 osabi_triplet_regexp returns NULL.
6873
bc167b6b
TT
68742021-01-09 Tom Tromey <tom@tromey.com>
6875
6876 * tracepoint.h (class collection_list) <append_exp>: Take a
6877 std::string.
6878 * tracepoint.c (collection_list::append_exp): Take a std::string.
6879 (encode_actions_1): Update.
6880
8fc48b79
TT
68812021-01-08 Tom Tromey <tromey@adacore.com>
6882
6883 * parse.c (parse_expression): Add void_context_p parameter. Use
6884 parse_exp_in_context.
6885 * printcmd.c (print_command_1): Change voidprint to bool. Pass to
6886 parse_expression.
6887 (print_command, call_command): Update.
6888 * expression.h (parse_expression): Add void_context_p parameter.
6889
3c8c6de2
AB
68902021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
6891
6892 * value.c (set_value_component_location): Adjust the VALUE_LVAL
6893 for internalvar components that have a dynamic location.
6894
1940319c
TV
68952021-01-08 Tom de Vries <tdevries@suse.de>
6896
6897 PR gdb/26881
6898 * breakpoint.c (create_exception_master_breakpoint_probe)
6899 (create_exception_master_breakpoint_hook): Factor out
6900 of ...
6901 (create_exception_master_breakpoint): ... here. Only try to install
6902 the master exception breakpoint in objfile.debug using the
6903 _Unwind_DebugHook method, if the install using probes in objfile
6904 failed.
6905
e3436813
AB
69062021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
6907
6908 * f-lang.c (fortran_value_subarray): Call value_from_component.
6909
e904f56d
MF
69102021-01-07 Mike Frysinger <vapier@gentoo.org>
6911
6912 * remote-sim.c: Include memory-map.h.
6913 (gdbsim_target): Define memory_map override.
6914 (gdbsim_target::memory_map): Define.
6915
959d6a67
TT
69162021-01-07 Tom Tromey <tromey@adacore.com>
6917
6918 * ada-lang.c (do_full_match): Conditionally skip "_ada_" prefix.
6919
d4813f10
TT
69202021-01-07 Tom Tromey <tromey@adacore.com>
6921
6922 * ada-lang.c (add_component_interval): Start loop using vector's
6923 updated size.
6924
b49180ac
TT
69252021-01-06 Tom Tromey <tromey@adacore.com>
6926
6927 * ada-lang.c (ada_evaluate_subexp) <BINOP_ADD, BINOP_SUB>:
6928 Do not cast result.
6929 * valarith.c (fixed_point_binop): Handle multiplication
6930 and division specially.
6931 * valops.c (value_to_gdb_mpq): New function.
6932 (value_cast_to_fixed_point): Use it.
6933
55195361
HD
69342021-01-05 Hannes Domani <ssbssa@yahoo.de>
6935
6936 * tui/tui-winsource.c (tui_source_window_base::refresh_window):
6937 Call wnoutrefresh instead of tui_win_info::refresh_window.
6938
1b6d4bb2
HD
69392021-01-05 Hannes Domani <ssbssa@yahoo.de>
6940
6941 * tui/tui-source.c (tui_source_window::show_line_number):
6942 Redraw second space after line number.
6943
b5ff370e
HD
69442021-01-05 Hannes Domani <ssbssa@yahoo.de>
6945
6946 PR tui/26927
6947 * tui/tui-winsource.c (tui_source_window_base::refresh_window):
6948 Fix source pad size in prefresh.
6949 (tui_source_window_base::show_source_content): Grow source pad
6950 if necessary.
6951
c68ea49f
MF
69522021-01-04 Mike Frysinger <vapier@gentoo.org>
6953
6954 * bfin-tdep.c (bfin_push_dummy_call): Use align_up.
6955 (bfin_frame_align): Use align_down.
6956
e4ad960a
TV
69572021-01-04 Tom de Vries <tdevries@suse.de>
6958
6959 * buildsym.c (buildsym_compunit::record_line): Filter out end-of-seq
6960 terminators that do not terminate anything.
6961
3ec3145c
SM
69622021-01-04 Simon Marchi <simon.marchi@efficios.com>
6963
6964 * debug.c (debug_print_depth): New.
6965 * infrun.h (INFRUN_SCOPED_DEBUG_START_END): New.
6966 (INFRUN_SCOPED_DEBUG_ENTER_EXIT): New.
6967 * infrun.c (start_step_over): Use
6968 INFRUN_SCOPED_DEBUG_ENTER_EXIT.
6969 (proceed): Use INFRUN_SCOPED_DEBUG_ENTER_EXIT and
6970 INFRUN_SCOPED_DEBUG_START_END.
6971 (fetch_inferior_event): Use INFRUN_SCOPED_DEBUG_ENTER_EXIT.
6972
e71daf80
SM
69732021-01-04 Simon Marchi <simon.marchi@efficios.com>
6974
6975 * infrun.c (print_target_wait_results): Use infrun_debug_printf.
6976
335709bc
SM
69772021-01-04 Simon Marchi <simon.marchi@efficios.com>
6978
6979 * utils.c (vfprintf_unfiltered): Print timestamp only when
6980 previous debug output ended with a newline.
6981
098caef4
LM
69822021-01-04 Luis Machado <luis.machado@linaro.org>
6983
6984 Update all users of trad_frame_saved_reg to use the new member
6985 functions.
6986
6987 Remote all struct keywords from declarations of trad_frame_saved_reg
6988 types, except on forward declarations.
6989
6990 * aarch64-tdep.c: Update.
6991 * alpha-mdebug-tdep.c: Update.
6992 * alpha-tdep.c: Update.
6993 * arc-tdep.c: Update.
6994 * arm-tdep.c: Update.
6995 * avr-tdep.c: Update.
6996 * cris-tdep.c: Update.
6997 * csky-tdep.c: Update.
6998 * frv-tdep.c: Update.
6999 * hppa-linux-tdep.c: Update.
7000 * hppa-tdep.c: Update.
7001 * hppa-tdep.h: Update.
7002 * lm32-tdep.c: Update.
7003 * m32r-linux-tdep.c: Update.
7004 * m32r-tdep.c: Update.
7005 * m68hc11-tdep.c: Update.
7006 * mips-tdep.c: Update.
7007 * moxie-tdep.c: Update.
7008 * riscv-tdep.c: Update.
7009 * rs6000-tdep.c: Update.
7010 * s390-linux-tdep.c: Update.
7011 * s390-tdep.c: Update.
7012 * score-tdep.c: Update.
7013 * sparc-netbsd-tdep.c: Update.
7014 * sparc-sol2-tdep.c: Update.
7015 * sparc64-fbsd-tdep.c: Update.
7016 * sparc64-netbsd-tdep.c: Update.
7017 * sparc64-obsd-tdep.c: Update.
7018 * sparc64-sol2-tdep.c: Update.
7019 * tilegx-tdep.c: Update.
7020 * v850-tdep.c: Update.
7021 * vax-tdep.c: Update.
7022
7023 * frame-unwind.c (frame_unwind_got_bytes): Make parameter const.
7024 * frame-unwind.h (frame_unwind_got_bytes): Likewise.
7025
7026 * trad-frame.c: Update.
7027 Remove TF_REG_* enum.
7028 (trad_frame_alloc_saved_regs): Add a static assertion to check for
7029 a trivially-constructible struct.
7030 (trad_frame_reset_saved_regs): Adjust to use member function.
7031 (trad_frame_value_p): Likewise.
7032 (trad_frame_addr_p): Likewise.
7033 (trad_frame_realreg_p): Likewise.
7034 (trad_frame_value_bytes_p): Likewise.
7035 (trad_frame_set_value): Likewise.
7036 (trad_frame_set_realreg): Likewise.
7037 (trad_frame_set_addr): Likewise.
7038 (trad_frame_set_unknown): Likewise.
7039 (trad_frame_set_value_bytes): Likewise.
7040 (trad_frame_get_prev_register): Likewise.
7041 * trad-frame.h: Update.
7042 (trad_frame_saved_reg_kind): New enum.
7043 (struct trad_frame_saved_reg) <addr, realreg, data>: Remove.
7044 <m_kind, m_reg>: New member fields.
7045 <set_value, set_realreg, set_addr, set_unknown, set_value_bytes>
7046 <kind, value, realreg, addr, value_bytes, is_value, is_realreg>
7047 <is_addr, is_unknown, is_value_bytes>: New member functions.
7048
9898e882
SM
70492021-01-02 Simon Marchi <simon.marchi@polymtl.ca>
7050
7051 * target-float.c: Fix typos.
7052
b66b4e65
HD
70532021-01-02 Hannes Domani <ssbssa@yahoo.de>
7054
7055 * gdb-gdb.py.in: Fix main_type.flds_bnds.bounds pretty printer.
7056
b5b5650a
JB
70572021-01-01 Joel Brobecker <brobecker@adacore.com>
7058
7059 * gdbarch.sh: Update copyright year range.
7060
3666a048
JB
70612021-01-01 Joel Brobecker <brobecker@adacore.com>
7062
7063 Update copyright year range in copyright header of all GDB files.
7064
ff7e39b6
JB
70652021-01-01 Joel Brobecker <brobecker@adacore.com>
7066
7067 * copyright.py (get_update_list): Add "gdbserver" and "gdbsupport"
7068 to the list of directories to update.
7069
2b47c078
JB
70702021-01-01 Joel Brobecker <brobecker@adacore.com>
7071
7072 * top.c (print_gdb_version): Update copyright year.
7073
9e5e03df 70742021-01-01, 21 Joel Brobecker <brobecker@adacore.com>
c8f02daa 7075
476923f1 7076 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2020.
c8f02daa 7077
476923f1 7078For older changes see ChangeLog-2020.
c906108c
SS
7079\f
7080Local Variables:
7081mode: change-log
7082left-margin: 8
7083fill-column: 74
7084version-control: never
57da7796 7085coding: utf-8
c906108c 7086End: