gdb: Ensure that !(a < a) is true in sort_cmp on obj_section objects
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
45f47c3a
AB
12019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
4
e5f3c0e3
TT
52019-10-21 Tom Tromey <tom@tromey.com>
6
7 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
8
a0a461e5
TT
92019-10-21 Tom Tromey <tom@tromey.com>
10
11 * configure.ac (nm.h): Conditionally create nm.h link. Subst
12 NM_H. Use AC_CONFIG_LINKS.
13 * configure: Rebuild.
14 * Makefile.in (NM_H): New variable.
15 (generated_files): Add NM_H. Remove gcore.
16 (nm.h, stamp-nmh): New targets.
17
54d83b8d
TT
182019-10-20 Tom Tromey <tom@tromey.com>
19
20 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
21 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
22 obsolete comment.
23 (put_objfile_before): Now static.
24
23771117
SM
252019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
26
27 * gdbsupport/common-utils.h (startswith): Change return type to
28 bool.
29
39ef2f62
CB
302019-10-19 Christian Biesinger <cbiesinger@google.com>
31
32 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
33 * breakpoint.c (bp_locations_compare): Rename to...
34 (bp_location_is_less_than): ...this, and change to std::sort semantics.
35 (update_global_location_list): Use std::sort instead of qsort.
36 * buildsym.c (compare_line_numbers): Rename to...
37 (lte_is_less_than): ...this, and change to std::sort semantics.
38 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
39 instead of qsort.
40 * disasm.c (compare_lines): Rename to...
41 (line_is_less_than): ...this, and change to std::sort semantics.
42 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
43 of qsort.
44 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
45 (fde_is_less_than): ...this, and change to std::sort semantics.
46 (dwarf2_build_frame_info): Call std::sort instead of qsort.
47 * mdebugread.c (compare_blocks):
48 (block_is_less_than): ...this, and change to std::sort semantics.
49 (sort_blocks): Call std::sort instead of qsort.
50 * objfiles.c (qsort_cmp): Rename to...
51 (sort_cmp): ...this, and change to std::sort semantics.
52 (update_section_map): Call std::sort instead of qsort.
53 * remote.c (compare_pnums): Remove.
54 (map_regcache_remote_table): Call std::sort instead of qsort.
55 * utils.c (compare_positive_ints): Remove.
56 * utils.h (compare_positive_ints): Remove.
57 * xcoffread.c (compare_lte): Remove.
58 (arrange_linetable): Call std::sort instead of qsort.
59
f71433ee
SDJ
602019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
61
62 * symfile.c (init_entry_point_info): Fix typo.
63 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
64
85102364
TV
652019-10-18 Tom de Vries <tdevries@suse.de>
66
67 * aarch64-tdep.c: Fix typos in comments.
68 * ada-lang.c: Same.
69 * ada-tasks.c: Same.
70 * alpha-tdep.c: Same.
71 * alpha-tdep.h: Same.
72 * amd64-nat.c: Same.
73 * amd64-windows-tdep.c: Same.
74 * arc-tdep.c: Same.
75 * arc-tdep.h: Same.
76 * arch-utils.c: Same.
77 * arm-nbsd-tdep.c: Same.
78 * arm-tdep.c: Same.
79 * ax-gdb.c: Same.
80 * blockframe.c: Same.
81 * btrace.c: Same.
82 * c-varobj.c: Same.
83 * coff-pe-read.c: Same.
84 * coffread.c: Same.
85 * cris-tdep.c: Same.
86 * darwin-nat.c: Same.
87 * dbxread.c: Same.
88 * dcache.c: Same.
89 * disasm.c: Same.
90 * dtrace-probe.c: Same.
91 * dwarf-index-write.c: Same.
92 * dwarf2-frame-tailcall.c: Same.
93 * dwarf2-frame.c: Same.
94 * dwarf2read.c: Same.
95 * eval.c: Same.
96 * exceptions.c: Same.
97 * fbsd-tdep.c: Same.
98 * findvar.c: Same.
99 * frame.c: Same.
100 * frv-tdep.c: Same.
101 * gnu-v3-abi.c: Same.
102 * go32-nat.c: Same.
103 * h8300-tdep.c: Same.
104 * hppa-tdep.c: Same.
105 * i386-linux-tdep.c: Same.
106 * i386-tdep.c: Same.
107 * ia64-libunwind-tdep.c: Same.
108 * ia64-tdep.c: Same.
109 * infcmd.c: Same.
110 * infrun.c: Same.
111 * linespec.c: Same.
112 * linux-nat.c: Same.
113 * linux-thread-db.c: Same.
114 * machoread.c: Same.
115 * mdebugread.c: Same.
116 * mep-tdep.c: Same.
117 * mn10300-tdep.c: Same.
118 * namespace.c: Same.
119 * objfiles.c: Same.
120 * opencl-lang.c: Same.
121 * or1k-tdep.c: Same.
122 * osabi.c: Same.
123 * ppc-linux-nat.c: Same.
124 * ppc-linux-tdep.c: Same.
125 * ppc-sysv-tdep.c: Same.
126 * printcmd.c: Same.
127 * procfs.c: Same.
128 * record-btrace.c: Same.
129 * record-full.c: Same.
130 * remote-fileio.c: Same.
131 * remote.c: Same.
132 * rs6000-tdep.c: Same.
133 * s12z-tdep.c: Same.
134 * score-tdep.c: Same.
135 * ser-base.c: Same.
136 * ser-go32.c: Same.
137 * skip.c: Same.
138 * sol-thread.c: Same.
139 * solib-svr4.c: Same.
140 * solib.c: Same.
141 * source.c: Same.
142 * sparc-nat.c: Same.
143 * sparc-sol2-tdep.c: Same.
144 * sparc-tdep.c: Same.
145 * sparc64-tdep.c: Same.
146 * stabsread.c: Same.
147 * stack.c: Same.
148 * symfile.c: Same.
149 * symtab.c: Same.
150 * target-descriptions.c: Same.
151 * target-float.c: Same.
152 * thread.c: Same.
153 * utils.c: Same.
154 * valops.c: Same.
155 * valprint.c: Same.
156 * value.c: Same.
157 * varobj.c: Same.
158 * windows-nat.c: Same.
159 * xcoffread.c: Same.
160 * xstormy16-tdep.c: Same.
161 * xtensa-tdep.c: Same.
162
c5adaa19
TT
1632019-10-17 Tom Tromey <tromey@adacore.com>
164
165 * configure: Rebuild.
166 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
167 in AC_CONFIG_FILES invocation.
168 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
169 new-style config.status invocation.
170
405feb71
TV
1712019-10-17 Tom de Vries <tdevries@suse.de>
172
173 * arm-nbsd-nat.c: Fix typos in comments.
174 * arm-tdep.c: Same.
175 * darwin-nat-info.c: Same.
176 * dwarf2read.c: Same.
177 * elfread.c: Same.
178 * event-top.c: Same.
179 * findvar.c: Same.
180 * gdbtypes.c: Same.
181 * hppa-tdep.c: Same.
182 * i386-tdep.c: Same.
183 * jit.c: Same.
184 * main.c: Same.
185 * mdebugread.c: Same.
186 * moxie-tdep.c: Same.
187 * nto-procfs.c: Same.
188 * osabi.c: Same.
189 * ppc-linux-tdep.c: Same.
190 * remote.c: Same.
191 * riscv-tdep.c: Same.
192 * s390-tdep.c: Same.
193 * sh-tdep.c: Same.
194 * sparc-linux-tdep.c: Same.
195 * sparc-nat.c: Same.
196 * stack.c: Same.
197 * target-descriptions.c: Same.
198 * top.c: Same.
199 * varobj.c: Same.
200
befcd486
TT
2012019-10-16 Tom Tromey <tom@tromey.com>
202
203 * objfiles.h (struct objfile) <original_name>: Now const.
204
17bfe554
CB
2052019-10-16 Christian Biesinger <cbiesinger@google.com>
206
207 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
208 pass on to sigsetjmp's second argument.
209 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
210
950b7495
KS
2112019-10-16 Keith Seitz <keiths@redhat.com>
212
213 PR gdb/23567
214 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
215 sections whose size is greater than the file size.
216
ff371ec9
JW
2172019-10-16 Jim Wilson <jimw@sifive.com>
218
219 * riscv-tdep.c (riscv_gcc_target_options): New.
220 (riscv_gnu_triplet_regexp): New.
221 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
222 set_gdbarch_gnu_triplet_regexp.
223
fec4e896
CB
2242019-10-16 Christian Biesinger <cbiesinger@google.com>
225
226 * Makefile.in: Add xml-builtin.h.
227 * features/feature_to_c.sh: Add an include for xml-builtin.h
228 to ensure that the compiler checks that the types match.
229 * xml-builtin.h: New file.
230 * xml-support.c (fetch_xml_builtin): Add missing const.
231 * xml-support.h: Remove declaration of xml_builtins.
232
d10eccaa
TV
2332019-10-16 Tom de Vries <tdevries@suse.de>
234
235 PR tdep/25096
236 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
237 (amd64_classify_aggregate): ... here.
238 (amd64_classify_aggregate_field): Handled fiels of nested structs
239 recursively.
240
745ff14e
TV
2412019-10-16 Tom de Vries <tdevries@suse.de>
242
243 PR tdep/24104
244 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
245 that handles 'theclass'.
246
791b7405
AB
2472019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
248
249 * linespec.c (decode_digits_ordinary): Update comment.
250 * make-target-delegates: No longer need to handle VEC case.
251 * memrange.c (normalize_mem_ranges): Update comment.
252 * namespace.c (add_using_directive): Update comment.
253 * objc-lang.c (uniquify_strings): Update comment.
254 * ppc-linux-nat.c (struct thread_points): Update comment.
255 * probe.h (find_probes_in_objfile): Update comment.
256 * target.h (enum flash_preserve_mode): Update comment.
257 * varobj.c (varobj_restrict_range): Update comment.
258 * varobj.h (varobj_list_children): Update comment.
259
0dc32745
AB
2602019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
261
262 * Makefile.in: Remove references to vec.h and vec.c.
263 * aarch64-tdep.c: No longer include vec.h.
264 * ada-lang.c: Likewise.
265 * ada-lang.h: Likewise.
266 * arm-tdep.c: Likewise.
267 * ax.h: Likewise.
268 * breakpoint.h: Likewise.
269 * charset.c: Likewise.
270 * cp-support.h: Likewise.
271 * dtrace-probe.c: Likewise.
272 * dwarf2read.c: Likewise.
273 * extension.h: Likewise.
274 * gdb_bfd.c: Likewise.
275 * gdbsupport/gdb_vecs.h: Likewise.
276 * gdbsupport/vec.c: Remove.
277 * gdbsupport/vec.h: Remove.
278 * gdbthread.h: Likewise.
279 * guile/scm-type.c: Likewise.
280 * inline-frame.c: Likewise.
281 * machoread.c: Likewise.
282 * memattr.c: Likewise.
283 * memrange.h: Likewise.
284 * namespace.h: Likewise.
285 * nat/linux-btrace.h: Likewise.
286 * osdata.c: Likewise.
287 * parser-defs.h: Likewise.
288 * progspace.h: Likewise.
289 * python/py-type.c: Likewise.
290 * record-btrace.c: Likewise.
291 * rust-exp.y: Likewise.
292 * solib-target.c: Likewise.
293 * stap-probe.c: Likewise.
294 * target-descriptions.c: Likewise.
295 * target-memory.c: Likewise.
296 * target.h: Likewise.
297 * varobj.c: Likewise.
298 * varobj.h: Likewise.
299 * xml-support.h: Likewise.
300
ae640021
AB
3012019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
302
303 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
304 Update for new std::vector based implementation.
305 (process_psymtab_comp_unit_reader): Likewise.
306 (scan_partial_symbols): Likewise.
307 (recursively_compute_inclusions): Likewise.
308 (compute_compunit_symtab_includes): Likewise.
309 (process_imported_unit_die): Likewise.
310 (queue_and_load_dwo_tu): Likewise.
311 (follow_die_sig_1): Likewise.
312 * gdb/dwarf2read.h: Remove DEF_VEC_P.
313 (typedef dwarf2_per_cu_ptr): Remove.
314 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
315 function.
316 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
317 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
318 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
319 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
320 std::vector.
321
55dfc88f
TT
3222019-10-15 Tom Tromey <tromey@adacore.com>
323
324 * windows-nat.c (windows_nat_target::resume): Use %x when logging
325 TID.
326
96b49c5e
TT
3272019-10-15 Tom Tromey <tromey@adacore.com>
328
329 * windows-nat.c (windows_nat_target::fetch_registers)
330 (windows_nat_target::store_registers): Rename "pid" to "tid".
331
953cff56
TT
3322019-10-15 Tom Tromey <tromey@adacore.com>
333
334 * gdbarch.h, gdbarch.c: Rebuild.
335 * gdbarch.sh (gcc_target_options): Change return type to
336 std::string.
337 * compile/compile.c (get_args): Update.
338 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
339 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
340 std::string.
341 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
342 std::string.
343 * arch-utils.c (default_gcc_target_options): Return std::string.
344 * arch-utils.h (default_gcc_target_options): Return std::string.
345 * s390-tdep.c (s390_gcc_target_options): Return std::string.
346
81e6b8eb
CB
3472019-10-15 Christian Biesinger <cbiesinger@google.com>
348
349 * breakpoint.c (breakpoint_chain): Make static.
350 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
351 of accessing breakpoint_chain.
352
95da600f
CB
3532019-10-15 Christian Biesinger <cbiesinger@google.com>
354
355 * breakpoint.c (iterate_over_breakpoints): Change function pointer
356 to a gdb::function_view and return value to bool.
357 * breakpoint.h (iterate_over_breakpoints): Likewise.
358 * dummy-frame.c (pop_dummy_frame_bpt): Update.
359 (pop_dummy_frame): Update.
360 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
361 (gdbscm_breakpoints): Update.
362 * python/py-breakpoint.c (build_bp_list): Update.
363 (gdbpy_breakpoints): Update.
364 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
365 Update.
366 (bpfinishpy_handle_stop): Update.
367 (bpfinishpy_handle_exit): Update.
368 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
369 (svr4_update_solib_event_breakpoints): Update.
370
ba18312d
AA
3712019-10-15 Andreas Arnez <arnez@linux.ibm.com>
372
373 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
374 when unwrapping single-field structs.
375
6acc1a0b
SM
3762019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
377
378 * dwarf2read.c: Remove includes.
379
284782de
SM
3802019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
381
382 * ui-out.c (ui_out::call_do_message): Silence
383 -Wformat-nonliteral warning.
384
073bbbb0
SM
3852019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
386
387 * breakpoint.c: Remove some includes: continuations.h, skip.h,
388 mi/mi-main.h, readline/readline.h, readline/history.h. Add
389 include: readline/tilde.h.
390
7b9a15e1
CB
3912019-10-12 Christian Biesinger <cbiesinger@google.com>
392
393 * remote.c (remote_target::get_trace_status): Remove declaration of
394 trace_regblock_size.
395
cc8dee1f
CB
3962019-10-12 Christian Biesinger <cbiesinger@google.com>
397
398 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
399 (show_user): Remove declaration of cmdlist.
400 * cli/cli-cmds.h (max_user_call_depth): Declare.
401 * cli/cli-script.c (execute_user_command): Remove declaration
402 of max_user_call_depth.
403
a83d4ef6
JW
4042019-10-11 Jim Wilson <jimw@sifive.com>
405
5f93c5a6
JW
406 * gdbsupport/print-utils.h (pulongest): Fix comment.
407 (plongest): Likewise.
408 (phex): Add missing comment, mention leading zeros.
409 (phex_nz): Add mention of no leading zeros to comment.
410
a83d4ef6
JW
411 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
412 plongest instead of unsigned long long cast.
413
26344e0c
CB
4142019-10-10 Christian Biesinger <cbiesinger@google.com>
415
416 * main.c (captured_main_1): Include gdbtk.h and remove declarations
417 for external_editor_command and gdbtk_test.
418
c2c440a9
CB
4192019-10-10 Christian Biesinger <cbiesinger@google.com>
420
421 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
422 * varobj.c (varobjdebug): Move comment to...
423 * varobj.h (varobjdebug): ...here, and declare.
424
a31bff9d
TT
4252019-10-09 Tom Tromey <tom@tromey.com>
426
427 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
428 erase_data_content.
429
7523da63
TT
4302019-10-09 Tom Tromey <tom@tromey.com>
431
432 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
433 * tui/tui-stack.c (tui_locator_window::rerender): Update.
434 * tui/tui-command.c (tui_cmd_window::resize)
435 (tui_refresh_cmd_win): Update.
436 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
437 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
438 * tui/tui-data.c (~tui_gen_win_info): Remove.
439 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
440 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
441 (tui_redisplay_readline, tui_mld_flush)
442 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
443 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
444 (tui_data_window::erase_data_content)
445 (tui_data_item_window::rerender)
446 (tui_data_item_window::refresh_window): Update.
447 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
448 (box_win, tui_gen_win_info::make_window)
449 (tui_gen_win_info::make_visible): Update.
450 (tui_delete_win): Remove.
451 * tui/tui-winsource.c
452 (tui_source_window_base::do_erase_source_content): Update.
453 (tui_show_source_line, tui_source_window_base::update_tab_width)
454 (tui_source_window_base::update_exec_info): Update.
455 * tui/tui-data.h (struct curses_deleter): New.
456 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
457 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
458
a7798e7f
TT
4592019-10-09 Tom Tromey <tom@tromey.com>
460
461 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
462
5c45899e
TT
4632019-10-09 Tom Tromey <tom@tromey.com>
464
465 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
466 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
467
6d7fd9aa
TT
4682019-10-09 Tom Tromey <tom@tromey.com>
469
470 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
471 window height directly.
472 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
473 declare.
474 * tui/tui-layout.c (tui_default_win_height): Remove.
475 (tui_default_win_viewport_height): Remove.
476
d2dd1084
TT
4772019-10-09 Tom Tromey <tom@tromey.com>
478
479 * tui/tui.h: Remove comments.
480
cff32449
TV
4812019-10-09 Tom de Vries <tdevries@suse.de>
482
483 * python/lib/gdb/printer/bound_registers.py: Use
484 '^builtin_type_bound128' as regexp argument for
485 add_builtin_pretty_printer.
486
6a25e8a2
CB
4872019-10-09 Christian Biesinger <cbiesinger@google.com>
488
489 * guile/guile.c (guile_extension_script_ops): Remove forward
490 declaration and mark as static.
491 (guile_script_ops): Likewise.
492 (extension_language_guile): Move further down in the file so
493 it can reference the definitions for guile_{extension_,}script_ops.
494
6d9d6da4
AA
4952019-10-09 Andreas Arnez <arnez@linux.ibm.com>
496
497 * s390-tdep.c (390_process_record): Handle new arch13 instructions
498 except SORTL, DFLTCC, and KDSA.
499
3abea05d
TT
5002019-10-08 Tom Tromey <tromey@adacore.com>
501
502 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
503 (struct safe_symbol_file_add_args): Remove.
504
dde996e2
TT
5052019-10-08 Tom Tromey <tromey@adacore.com>
506
507 * windows-nat.c: Don't include buildsym-legacy.h.
508
cd6fdaa1
TT
5092019-10-08 Tom Tromey <tromey@adacore.com>
510
511 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
512
79bb1944
CB
5132019-10-08 Christian Biesinger <cbiesinger@google.com>
514
515 * gdbtypes.c (overload_debug): Move comment to header.
516 * gdbtypes.h (overload_debug): Declare.
517 * valops.c: Remove declaration of overload_debug, instead
518 include gdbtypes.h.
519
34916edc
CB
5202019-10-08 Christian Biesinger <cbiesinger@google.com>
521
522 * language.c (show_language_command): Pass lang_frame_mismatch_warn
523 through _().
524 (lang_frame_mismatch_warn): Make const, mark with N_(), and
525 move comment...
526 * language.h (lang_frame_mismatch_warn): ... here. Also add
527 declaration.
528 * top.c (lang_frame_mismatch_warn): Remove declaration.
529 (check_frame_language_change): Pass lang_frame_mismatch_warn
530 through _().
531
bad5c026
CB
5322019-10-07 Christian Biesinger <cbiesinger@google.com>
533
534 * c-lang.h (vtbl_ptr_name): Declare.
535 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
536 it from the header.
537 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
538
51f1fdc3
CB
5392019-10-07 Christian Biesinger <cbiesinger@google.com>
540
541 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
542 gdb_static_assert.
543
30d1f018
WP
5442019-10-07 Weimin Pan <weimin.pan@oracle.com>
545
606813d5
WP
546 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
547 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
30d1f018
WP
548 * ctfread.c: New file.
549 * ctfread.h: New file.
550 * elfread.c: Include ctfread.h.
551 (struct elfinfo text_p): New member ctfsect.
552 (elf_locate_sections): Mark CTF section.
553 (elf_symfile_read): Call elfctf_build_psymtabs.
554 * Makefile.in (LIBCTF): Add.
555 (CLIBS): Use it.
556 (CDEPS): Likewise.
557 (DIST): Add ctfread.c.
606813d5
WP
558
5592019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
560
561 * ctfread.c (struct nextfield): Renamed to ...
562 (struct ctf_nextfield): ... this.
563 (struct field_info): Renamed to ...
564 (strut ctf_field_info): ... this.
565 (attach_fields_to_type): Update for renamed structures.
566 (ctf_add_member_cb): Likewise.
567 (ctf_add_enum_member_cb): Likewise.
568 (process_struct_members): Likewise.
569 (process_enum_type): Likewise.
30d1f018 570
518fe38c
WP
5712019-10-07 Weimin Pan <weimin.pan@oracle.com>
572
573 * tracectf.h: Rename, was ctf.h.
574 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
575 * tracefile.c: Likewise.
576 * tracepoint.c: Remove unused include ctf.h.
577 * mi/mi-main.c: Likewise.
578 * Makefile.in Replace ctf.c with tracectf.c.
579
225f296a
JB
5802019-10-06 Joel Brobecker <brobecker@adacore.com>
581
582 * version.in: Change version number to "9.0.50.DATE-git".
583
77c2dba3
TT
5842019-10-03 Tom Tromey <tom@tromey.com>
585
586 PR rust/24976:
587 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
588
179aed7f
AB
5892019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
590
591 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
592 cp_search_name_hash.
593 * NEWS: Add entry about nested function support.
594
0a4b0913
AB
5952019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
596 Andrew Burgess <andrew.burgess@embecosm.com>
597
598 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
599 for nested static variables when searchin VAR_DOMAIN.
600 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
601 global scope, update comment.
602 (add_partial_subprogram): Call add_partial_subprogram recursively
603 for nested subroutines when processinng Fortran.
604 (load_partial_dies): Process the child entities of a subprogram
605 when processing Fortran.
606 (partial_die_parent_scope): Handle building scope
607 for Fortran nested functions.
608 (process_die): Record that nested functions have a scope.
609 (new_symbol): Always record Fortran subprograms on the global
610 symbol list.
611 (determine_prefix): How to build the prefix for Fortran
612 subprograms.
613
d8c06f22
AB
6142019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
615
616 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
617 have just sent the thread a SIGSTOP and are waiting for it to
618 arrive.
619
a8b3b8e9
AB
6202019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
621
622 * btrace.c (btrace_add_pc): Remove whitespace before the template
623 parameter in 'std::vector <...>'.
624 (parse_xml_btrace_block): Likewise.
625 (btrace_maint_decode_pt): Likewise.
626 (btrace_maint_update_packets): Likewise.
627 (btrace_maint_print_packets): Likewise.
628 * btrace.h (struct btrace_maint_info): Likewise.
629 * dwarf2read.c (struct type_unit_group): Likewise.
630 (build_type_psymtabs_reader): Likewise.
631 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
632 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
633 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
634
4d825eab
TV
6352019-10-03 Tom de Vries <tdevries@suse.de>
636
637 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
638 the first line of the help text for set/show style metadata.
639
80fd2826
TT
6402019-10-02 Tom Tromey <tromey@adacore.com>
641
642 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
643 * gdbsupport/common-inferior.c: New file.
644 * infcmd.c (startup_with_shell): Don't define.
645 * nat/fork-inferior.h (startup_with_shell): Don't declare.
646 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
647 * inferior.h (startup_with_shell): Don't declare.
648
70054538
CB
6492019-10-02 Christian Biesinger <cbiesinger@google.com>
650
651 * gdbsupport/gdb_assert.h: Include errors.h.
652 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
653
37f6a7f4
TT
6542019-10-02 Tom Tromey <tromey@adacore.com>
655
656 * NEWS: Add $_ada_exception entry.
657 * ada-lang.c (struct ada_catchpoint): Add constructor.
658 <m_kind>: New member.
659 (allocate_location_exception, re_set_exception): Remove
660 "ex" parameter.
661 (should_stop_exception): Compute $_ada_exception.
662 (check_status_exception, print_it_exception)
663 (print_one_exception, print_mention_exception): Remove
664 "ex" parameter.
665 (allocate_location_catch_exception, re_set_catch_exception)
666 (check_status_exception, print_it_catch_exception)
667 (print_one_catch_exception, print_mention_catch_exception)
668 (print_recreate_catch_exception)
669 (allocate_location_catch_exception_unhandled)
670 (re_set_catch_exception_unhandled)
671 (check_status_exception, print_it_catch_exception_unhandled)
672 (print_one_catch_exception_unhandled)
673 (print_mention_catch_exception_unhandled)
674 (print_recreate_catch_exception_unhandled)
675 (allocate_location_catch_assert, re_set_catch_assert)
676 (check_status_assert, print_it_catch_assert)
677 (print_one_catch_assert, print_mention_catch_assert)
678 (print_recreate_catch_assert)
679 (allocate_location_catch_handlers, re_set_catch_handlers)
680 (check_status_handlers, print_it_catch_handlers)
681 (print_one_catch_handlers, print_mention_catch_handlers)
682 (print_recreate_catch_handlers): Remove.
683 (create_ada_exception_catchpoint): Update.
684 (initialize_ada_catchpoint_ops): Update.
685
fccf9de1
TT
6862019-10-02 Tom Tromey <tromey@adacore.com>
687
688 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
689 (create_excep_cond_exprs): Simplify exception string computation.
690 (ada_exception_catchpoint_cond_string): Likewise.
691
4b610737
TT
6922019-10-02 Tom Tromey <tromey@adacore.com>
693
694 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
695 * ada-lang.c (lesseq_defined_than): Handle
696 LOC_STATIC.
697 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
698 parameter.
699 (dwarf2_has_info): Likewise.
700 (new_symbol): Set maybe_copied on symbol when
701 appropriate.
702 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
703 parameter.
704 <can_copy>: New member.
705 * elfread.c (record_minimal_symbol): Set maybe_copied
706 on symbol when appropriate.
707 (elf_symfile_read): Update call to dwarf2_has_info.
708 * minsyms.c (lookup_minimal_symbol_linkage): New
709 function.
710 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
711 * symtab.c (get_symbol_address, get_msymbol_address):
712 New functions.
713 * symtab.h (get_symbol_address, get_msymbol_address):
714 Declare.
715 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
716 maybe_copied.
717 (struct symbol, struct minimal_symbol) <maybe_copied>:
718 New member.
719
1dd58850
TT
7202019-10-02 Tom Tromey <tromey@adacore.com>
721
722 * source.c (struct current_source_location): New.
723 (current_source_key): New global.
724 (current_source_symtab, current_source_line)
725 (current_source_pspace): Remove.
726 (get_source_location): New function.
727 (get_current_source_symtab_and_line)
728 (set_default_source_symtab_and_line)
729 (set_current_source_symtab_and_line)
730 (clear_current_source_symtab_and_line, select_source_symtab)
731 (info_source_command, print_source_lines_base)
732 (info_line_command, search_command_helper, _initialize_source):
733 Update.
734
5c281dbb
TT
7352019-10-02 Tom Tromey <tromey@adacore.com>
736
737 * source.c (select_source_symtab): Don't call
738 decode_line_with_current_source.
739
d3d32391
AB
7402019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
741
742 * symtab.c (lookup_global_symbol): Search global block.
743
38583298
TT
7442019-10-02 Tom Tromey <tromey@adacore.com>
745
746 * coffread.c (process_coff_symbol): Update.
747 * dwarf2read.c (var_decode_location, new_symbol): Update.
748 * mdebugread.c (parse_symbol): Update.
749 * objfiles.c (relocate_one_symbol): Update.
750 * stabsread.c (define_symbol, fix_common_block)
751 (scan_file_globals): Update.
752 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
753 (SET_SYMBOL_VALUE_ADDRESS): New macro.
754 * xcoffread.c (process_xcoff_symbol): Update.
755
9344c18f
AA
7562019-10-02 Andreas Arnez <arnez@linux.ibm.com>
757
758 * MAINTAINERS: Update my email address.
759
df07e2c7
AB
7602019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
761
762 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
763 std::vector.
764 (build_type_psymtabs_reader): Update for std::vector.
765 (build_type_psymtab_dependencies): Likewise.
766 * dwarf2read.h: Remove use of DEF_VEC_P.
767 (typedef sig_type_ptr): Delete.
768
554ac434
AB
7692019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
770
771 * btrace.c (btrace_maint_clear): Update to handle change from VEC
772 to std::vector.
773 (btrace_maint_decode_pt): Likewise, and move allocation of the
774 vector outside of the loop.
775 (btrace_maint_update_packets): Update to handle change from VEC to
776 std::vector.
777 (btrace_maint_print_packets): Likewise.
778 (maint_info_btrace_cmd): Likewise.
779 * btrace.h: Remove use of DEF_VEC_O.
780 (typedef btrace_pt_packet_s): Delete.
781 (struct btrace_maint_info) <packets>: Change fromm VEC to
782 std::vector.
783 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
784
46f29a9a
AB
7852019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
786
787 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
788 make accesses into the vector constant references.
789 (btrace_add_pc): Update for std::vector.
790 (btrace_stitch_bts): Likewise.
791 (parse_xml_btrace_block): Likewise.
792 (btrace_maint_update_packets): Likewise.
793 (btrace_maint_print_packets): Likewise.
794 (maint_info_btrace_cmd): Likewise.
795 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
796 std::vector.
797 (btrace_data::empty): Likewise.
798 (btrace_data_append): Likewise.
799 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
800 (typedef btrace_block_s): Delete.
801 (struct btrace_block): Add constructor.
802 (struct btrace_data_bts) <blocks>: Change to std::vector.
803 * nat/linux-btrace.c (perf_event_read_bts): Update for
804 std::vector.
805 (linux_read_bts): Likewise.
806
d770d56f
TT
8072019-10-01 Tom Tromey <tom@tromey.com>
808
809 * cli/cli-logging.c (show_logging_filename): Use styled_string.
810
9d636d67
TT
8112019-10-01 Tom Tromey <tom@tromey.com>
812
813 * stack.c (print_frame, info_frame_command_core): Use
814 styled_string.
815 * linux-thread-db.c (try_thread_db_load_1)
816 (try_thread_db_load_from_pdir_1): Use styled_string.
817 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
818 (auto_load_section_scripts, info_auto_load_local_gdbinit)
819 (maybe_print_unsupported_script_warning)
820 (maybe_print_script_not_found_warning): Use styled_string.
821 * ada-lang.c (user_select_syms): Use styled_string.
822
7f6aba03
TT
8232019-10-01 Tom Tromey <tom@tromey.com>
824
825 * p-lang.c (pascal_printstr): Use metadata style.
826 * value.c (show_convenience): Use metadata style.
827 * valprint.c (valprint_check_validity, val_print_optimized_out)
828 (val_print_not_saved, val_print_unavailable)
829 (val_print_invalid_address, generic_val_print, val_print)
830 (value_check_printable, val_print_array_elements): Use metadata
831 style.
832 * ui-out.h (class ui_out) <field_fmt>: New overload.
833 <do_field_fmt>: Add style parameter.
834 * ui-out.c (ui_out::field_fmt): New overload.
835 * typeprint.c (type_print_unknown_return_type)
836 (val_print_not_allocated, val_print_not_associated): Use metadata
837 style.
838 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
839 parameter.
840 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
841 * tracepoint.c (tvariables_info_1): Use metadata style.
842 * stack.c (print_frame_arg, print_frame_info, print_frame)
843 (info_frame_command_core): Use metadata style.
844 * skip.c (info_skip_command): Use metadata style.
845 * rust-lang.c (rust_print_enum): Use metadata style.
846 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
847 metadata style.
848 * python/py-framefilter.c (py_print_single_arg): Use metadata
849 style.
850 * printcmd.c (do_one_display, print_variable_and_value): Use
851 metadata style.
852 * p-valprint.c (pascal_val_print)
853 (pascal_object_print_value_fields): Use metadata style.
854 * p-typeprint.c (pascal_type_print_base): Use metadata style.
855 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
856 parameter.
857 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
858 * m2-valprint.c (m2_print_long_set): Use metadata style.
859 * m2-typeprint.c (m2_print_type): Use metadata style.
860 * infcmd.c (print_return_value_1): Use metadata style.
861 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
862 * f-valprint.c (info_common_command_for_block): Use metadata
863 style.
864 * f-typeprint.c (f_type_print_base): Use metadata style.
865 * expprint.c (print_subexp_standard): Use metadata style.
866 * cp-valprint.c (cp_print_value_fields): Use metadata style.
867 * cli/cli-style.h (class cli_style_option): Add constructor.
868 (metadata_style): Declare.
869 * cli/cli-style.c (metadata_style): New global.
870 (_initialize_cli_style): Register metadata style.
871 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
872 parameter.
873 * cli-out.c (cli_ui_out::do_field_fmt): Update.
874 * c-typeprint.c (c_type_print_base_struct_union)
875 (c_type_print_base_1): Use metadata style.
876 * breakpoint.c (watchpoint_value_print)
877 (print_one_breakpoint_location): Use metadata style.
878 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
879 style.
880 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
881 style.
882 * ada-valprint.c (val_print_packed_array_elements, printstr)
883 (print_field_values, ada_val_print_ref, ada_val_print): Use
884 metadata style.
885 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
886 style.
887 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
888 style.
889 * ada-lang.c (user_select_syms): Use metadata style.
890
14309bb6
TT
8912019-10-01 Tom Tromey <tom@tromey.com>
892
893 * cli/cli-cmds.c (pwd_command): Style output.
894
6a831f06
PA
8952019-10-01 Pedro Alves <palves@redhat.com>
896 Tom Tromey <tom@tromey.com>
897
898 * symtab.c (print_symbol_info): Use %ps.
899 (print_msymbol_info): Use %ps.
900 * symfile.c (symbol_file_add_with_addrs): Use %ps.
901 * printcmd.c (print_variable_and_value): Use %ps.
902 * macrocmd.c (show_pp_source_pos): Use %ps.
903 * infrun.c (print_exited_reason): Use ui_out::message.
904 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
905 (describe_other_breakpoints): Use ui_out::message and new
906 formats.
907 (say_where): Use new formats.
908 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
909 and new formats.
910
2a3c1174
PA
9112019-10-01 Pedro Alves <palves@redhat.com>
912 Tom Tromey <tom@tromey.com>
913
914 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
915 (test_gdb_formats): New function.
916 (run_tests): Call it.
917 (test_format_specifier): Update.
918 * utils.h (fputs_filtered): Update comment.
919 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
920 (fputs_styled_unfiltered): Declare.
921 * utils.c (fputs_styled_unfiltered): New function.
922 (vfprintf_maybe_filtered): Add gdbfmt parameter.
923 (vfprintf_filtered): Update.
924 (vfprintf_unfiltered, vprintf_filtered): Update.
925 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
926 * ui-out.h (enum ui_out_flag) <unfiltered_output,
927 disallow_ui_out_field>: New constants.
928 (enum class field_kind): New.
929 (struct base_field_s, struct signed_field_s): New.
930 (signed_field): New function.
931 (struct string_field_s): New.
932 (string_field): New function.
933 (struct styled_string_s): New.
934 (styled_string): New function.
935 (class ui_out) <message>: Add comment.
936 <vmessage, call_do_message>: New methods.
937 <do_message>: Add style parameter.
938 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
939 methods.
940 (ui_out::message): Rewrite.
941 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
942 parameter.
943 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
944 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
945 gdb_extensions parameter.
946 (class format_piece): Add parameter to constructor.
947 (n_int_args): New field.
948 * gdbsupport/format.c (format_pieces::format_pieces): Add
949 gdb_extensions parameter. Handle '*'.
950 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
951 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
952 vfprintf_styled_no_gdbfmt.
953 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
954 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
955 unfiltered output.
956 * ui-style.h (struct ui_file_style) <ptr>: New method.
957
0dfe5bfb
TT
9582019-10-01 Tom Tromey <tom@tromey.com>
959
960 * unittests/format_pieces-selftests.c: Update. Add final format.
961 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
962 empty literal pieces.
963
e43b10e1
TT
9642019-10-01 Tom Tromey <tom@tromey.com>
965
966 * ui-out.h (enum class ui_out_style_kind): Remove.
967 (class ui_out) <field_string, field_stsream, do_field_string>:
968 Change type of "style".
969 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
970 (ui_out::field_string): Update.
971 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
972 of "style".
973 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
974 * tracepoint.c (print_one_static_tracepoint_marker): Update.
975 * stack.c (print_frame_arg, print_frame_info, print_frame):
976 Update.
977 * source.c (print_source_lines_base): Update.
978 * solib.c (info_sharedlibrary_command): Update.
979 * skip.c (info_skip_command): Update.
980 * record-btrace.c (btrace_call_history_src_line)
981 (btrace_call_history): Update.
982 * python/py-framefilter.c (py_print_frame): Update.
983 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
984 "style".
985 * mi/mi-out.c (mi_ui_out::do_table_header)
986 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
987 (mi_ui_out::do_field_string): Update.
988 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
989 Update.
990 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
991 "style".
992 * cli-out.c (cli_ui_out::do_table_header)
993 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
994 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
995 (cli_ui_out::do_field_fmt): Update.
996 * breakpoint.c (print_breakpoint_location): Update.
997 (update_static_tracepoint): Update.
998
cd7c32c3
PW
9992019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1000
1001 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
1002 conversion of gdb_datadir.
1003 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
1004 remove not needed c_str ().
1005
8fe0f950
AT
10062019-09-30 Ali Tamur <tamur@google.com>
1007
1008 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
1009 (dwarf2_string_attr): Likewise.
1010
5f48f8f3
AT
10112019-09-30 Ali Tamur <tamur@google.com>
1012
1013 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
1014 (process_full_type_unit): Likewise.
1015 (dump_die_shallow): Likewise.
1016 (cu_debug_loc_section): Likewise.
1017
6fb08628
CB
10182019-09-28 Christian Biesinger <cbiesinger@google.com>
1019
1020 * minsyms.c (compare_minimal_symbols): Rename to...
1021 (minimal_symbol_is_less_than): ...this, and adjust to STL
1022 conventions (return bool, take arguments as references)
1023 (minimal_symbol_reader::install): Call std::sort instead
1024 of qsort.
1025
c7ee338a
CB
10262019-09-29 Christian Biesinger <cbiesinger@google.com>
1027
1028 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
1029 hash and why.
1030 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
1031 msymbol_hash, msymbol_demangled_hash>: Improve comments.
1032
703a86c2
SM
10332019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
1034
1035 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
1036 * psympriv.h (add_psymbol_to_list): Move comment here and update
1037 it.
1038
0df0352a
TV
10392019-09-29 Tom de Vries <tdevries@suse.de>
1040
1041 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
1042 Use $tmpdir/$(basename "$output_file").dwz instead of
1043 "${output_file}.dwz".
1044
ad75efa6
SM
10452019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
1046
1047 PR gdb/25045
1048 * hppa-linux-nat.c: Include gdbarch.h.
1049
ececd218
CB
10502019-09-26 Christian Biesinger <cbiesinger@google.com>
1051
1052 * blockframe.c (find_pc_partial_function): Change return type to bool.
1053 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
1054 * minsyms.c (in_gnu_ifunc_stub): Likewise.
1055 (stub_gnu_ifunc_resolve_name): Likewise.
1056 * symtab.c (compare_filenames_for_search): Likewise.
1057 (compare_glob_filenames_for_search): Likewise.
1058 (matching_obj_sections): Likewise.
1059 (symbol_matches_domain): Likewise.
1060 (find_line_symtab): Change out param EXACT_MATCH to bool *.
1061 (find_line_pc): Change return type to bool.
1062 (find_line_pc_range): Likewise.
1063 (producer_is_realview): Likewise.
1064 * symtab.h (symbol_matches_domain): Likewise.
1065 (find_pc_partial_function): Likewise.
1066 (find_pc_line_pc_range): Likewise.
1067 (in_gnu_ifunc_stub): Likewise.
1068 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
1069 (find_line_pc): Likewise.
1070 (find_line_pc_range): Likewise.
1071 (matching_obj_sections): Likewise.
1072 (find_line_symtab): Change out parameter to bool.
1073 (producer_is_realview): Change return type to bool.
1074 (compare_filenames_for_search): Likewise.
1075 (compare_glob_filenames_for_search): Likewise.
1076
27a900b8
TT
10772019-09-26 Tom Tromey <tom@tromey.com>
1078
1079 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
1080 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
1081 * gdb_usleep.h: Remove.
1082 * gdb_usleep.c: Remove.
1083 * utils.c: Don't include gdb_usleep.h.
1084
5d63b30a
TT
10852019-09-26 Tom Tromey <tromey@adacore.com>
1086
1087 * python/py-type.c (type_to_type_object): Call check_typedef
1088 for stub types.
1089
12904d37
TT
10902019-09-26 Tom Tromey <tom@tromey.com>
1091
1092 * utils.h (initialize_utils): Don't declare.
1093 * top.c (gdb_init): Don't call initialize_utils.
1094 * utils.c (initialize_utils): Remove. Move contents...
1095 (_initialize_utils): ... here.
1096
858f25f0
TT
10972019-09-25 Tom Tromey <tom@tromey.com>
1098
1099 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
1100 * utils.h (make_hex_string): Don't declare.
1101 * utils.c (make_hex_string): Remove.
1102
3d435220
TV
11032019-09-24 Tom de Vries <tdevries@suse.de>
1104
1105 PR gdb/23815
1106 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
1107 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
1108
ddd44b70
DD
11092019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
1110
1111 * NEWS: Mention new simulator port for PRU.
1112
f945dedf
CB
11132019-09-23 Christian Biesinger <cbiesinger@google.com>
1114
1115 * ada-exp.y (write_object_remaining): Update.
1116 * ada-lang.c (ada_decode): Return a std::string instead of a char*
1117 and eliminate the static buffer.
1118 (ada_decode_symbol): Update.
1119 (ada_la_decode): Update.
1120 (ada_sniff_from_mangled_name): Update.
1121 (is_valid_name_for_wild_match): Update.
1122 (ada_lookup_name_info::matches): Update and simplify.
1123 (name_matches_regex): Update.
1124 (ada_add_global_exceptions): Update.
1125 * ada-lang.h (ada_decode): Update signature.
1126 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
1127 * dwarf-index-write.c (debug_names::insert): Update.
1128
7ab78ccb
SM
11292019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
1130
1131 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
1132 formatting.
1133
9252448b
SM
11342019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
1135
1136 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
1137 Change "nonzero" to "true" in documentation.
1138
626ca2c0
CB
11392019-09-20 Christian Biesinger <cbiesinger@google.com>
1140
1141 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
1142 (_initialize_darwin_solib): Don't set
1143 darwin_so_ops.lookup_lib_global_symbol.
1144 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
1145 set_gdbarch_iterate_over_objfiles_in_search_order.
1146 (elf_lookup_lib_symbol): Rename to...
1147 (svr4_iterate_over_objfiles_in_search_order): this, and update
1148 to iterate semantics.
1149 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
1150 * solib.c (solib_global_lookup): Remove.
1151 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
1152 (solib_global_lookup): Remove.
1153 * symtab.c (lookup_global_or_static_symbol): Remove call to
1154 solib_global_lookup.
1155
5a3a0d63
JB
11562019-09-20 Joel Brobecker <brobecker@adacore.com>
1157
1158 * NEWS: Move entries about default MI version now being
1159 version 3, and about the GDB/MI fix for multi-location
1160 breakpoints to the "since GDB 8.3" section.
1161
ffea1427
JB
11622019-09-20 Joel Brobecker <brobecker@adacore.com>
1163
1164 GDB 8.3.1 released.
1165
abf516c6
UW
11662019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1167
1168 * NEWS: Mention that Cell/B.E. debugging support was removed.
1169 * MAINTAINERS: Remove spu target.
1170
1171 * config/djgpp/fnchange.lst: Remove entries for removed files.
1172
1173 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
1174 spu-multiarch.o, and spu-tdep.o.
1175 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
1176 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
1177 spu-multiarch.c, and spu-tdep.c.
1178 * spu-linux-nat.c: Remove file.
1179 * spu-multiarch.c: Remove file.
1180 * spu-tdep.c: Remove file.
1181 * spu-tdep.h: Remove file.
1182 * solib-spu.c: Remove file.
1183 * solib-spu.h: Remove file.
1184
1185 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
1186 * configure.nat (spu-linux): Remove.
1187 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
1188 solib-multiarch.o from gdb_target_obs.
1189 (spu*-*-*): Remove.
1190
1191 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
1192 feature flag.
1193 (ppc_linux_no_features): Update.
1194 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
1195 Cell/B.E. support.
1196 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
1197 (tdesc_powerpc_cell64l): Likewise.
1198 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
1199 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
1200 Cell/B.E. support.
1201 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
1202 Do not include "features/rs6000/powerpc-cell32l.c" or
1203 "features/rs6000/powerpc-cell64l.c".
1204 (ppc_linux_spu_section): Remove.
1205 (ppc_linux_core_read_description): Remove Cell/B.E. support.
1206 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
1207 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
1208 (ppc_linux_spe_context_lookup): Remove.
1209 (ppc_linux_spe_context_inferior_created): Remove.
1210 (ppc_linux_spe_context_solib_loaded): Remove.
1211 (ppc_linux_spe_context_solib_unloaded): Remove.
1212 (ppc_linux_spe_context): Remove.
1213 (struct ppu2spu_cache): Remove.
1214 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
1215 (struct ppu2spu_data): Remove.
1216 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
1217 ppu2spu_unwind): Remove.
1218 (ppc_linux_init_abi): Remove Cell/B.E. support.
1219 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
1220
1221 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
1222 (rs6000/powerpc-cell64l-expedite): Likewise
1223 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
1224 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
1225 rs6000/powerpc-cell64l.xml.
1226 * features/rs6000/powerpc-cell32l.xml: Remove.
1227 * features/rs6000/powerpc-cell64l.xml: Likewise.
1228 * features/rs6000/powerpc-cell32l.c: Remove generated file.
1229 * features/rs6000/powerpc-cell64l.c: Likewise.
1230 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
1231 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
1232 * regformats/reg-spu.dat: Remove.
1233
1234 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
1235 * corelow.c (struct spuid_list): Remove.
1236 (add_to_spuid_list): Remove.
1237 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
1238 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
1239 (remote_protocol_features): Remove associated entries.
1240 (_initialize_remote): No longer initialize them.
1241 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
1242 * linux-nat.c (SPUFS_MAGIC): Remove.
1243 (linux_proc_xfer_spu): Remove.
1244 (spu_enumerate_spu_ids): Remove.
1245 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
1246 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
1247 (linux_make_corefile_notes): No longer call it.
1248
1249 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
1250 (cooked_write_test): Likewise.
1251
78e8cb91
TT
12522019-09-20 Tom Tromey <tom@tromey.com>
1253
1254 * NEWS: Mention case-sensitivity of TUI commands.
1255 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
1256 (tui_set_win_height_command, parse_scrolling_args): Likewise.
1257 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
1258
f074b67e
TT
12592019-09-20 Tom Tromey <tom@tromey.com>
1260
1261 * tui/tui-source.c (tui_source_window::set_contents): Use
1262 make_unique_xstrdup.
1263 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
1264 make_unique_xstrdup.
1265
63c4bf19
TT
12662019-09-20 Tom Tromey <tom@tromey.com>
1267
1268 * tui/tui-data.c: Remove separator comments.
1269 * tui/tui-layout.c: Remove separator comments.
1270 * tui/tui-win.c: Remove separator comments.
1271 * tui/tui-wingeneral.c: Remove separator comments.
1272
43df9b2f
TT
12732019-09-20 Tom Tromey <tom@tromey.com>
1274
1275 * tui/tui.h (strcat_to_buf): Don't declare.
1276 * tui/tui.c (strcat_to_buf): Remove.
1277
7226433c
TT
12782019-09-20 Tom Tromey <tom@tromey.com>
1279
1280 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
1281 from "fullname".
1282 * tui/tui-source.c (tui_source_window::set_contents)
1283 (tui_source_window::location_matches_p)
1284 (tui_source_window::maybe_update): Update.
1285
80df3337
TT
12862019-09-20 Tom Tromey <tom@tromey.com>
1287
1288 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
1289 Update.
1290 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
1291 prefix.
1292 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
1293 (tui_data_window::line_from_reg_element_no)
1294 (tui_data_window::first_reg_element_no_inline)
1295 (tui_data_window::show_registers)
1296 (tui_data_window::show_register_group)
1297 (tui_data_window::display_registers_from)
1298 (tui_data_window::display_registers_from_line)
1299 (tui_data_window::first_data_item_displayed)
1300 (tui_data_window::delete_data_content_windows)
1301 (tui_data_window::erase_data_content)
1302 (tui_data_window::do_scroll_vertical)
1303 (tui_data_window::refresh_window)
1304 (tui_data_window::check_register_values): Update.
1305
9923f347
TT
13062019-09-20 Tom Tromey <tom@tromey.com>
1307
1308 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
1309 (struct tui_locator_window) <full_name, proc_name>: Now
1310 std::string.
1311 * tui/tui-stack.c (tui_locator_window::make_status_line)
1312 (tui_locator_window::set_locator_fullname)
1313 (tui_locator_window::set_locator_info): Update.
1314 * tui/tui-source.c (tui_source_window::set_contents)
1315 (tui_source_window::showing_source_p): Update.
1316
b76251ab
TT
13172019-09-20 Tom Tromey <tom@tromey.com>
1318
1319 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
1320 Don't call tui_locator_win_info_ptr.
1321
0891be08
TT
13222019-09-20 Tom Tromey <tom@tromey.com>
1323
1324 * tui/tui-win.c (tui_resize_all): Don't call refresh.
1325
1b935acf
TT
13262019-09-20 Tom Tromey <tom@tromey.com>
1327
1328 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
1329 height for locator.
1330 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
1331 * tui/tui-layout.c (show_source_disasm_command, show_data)
1332 (show_source_or_disasm_and_command): Use 1 as height for locator.
1333
9abd8a65
TT
13342019-09-20 Tom Tromey <tom@tromey.com>
1335
1336 * tui/tui.c (tui_enable): Update.
1337 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
1338 Update.
1339 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
1340 Update.
1341 * tui/tui-data.c (win_resized): Now bool.
1342 (tui_win_resized): Return bool.
1343 (tui_set_win_resized_to): Accept a bool.
1344
b5457826
TT
13452019-09-20 Tom Tromey <tom@tromey.com>
1346
1347 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
1348 Change type of "refresh_values_only".
1349 * tui/tui-regs.c (tui_data_window::show_register_group): Change
1350 type of "refresh_values_only".
1351
6b915f7d
TT
13522019-09-20 Tom Tromey <tom@tromey.com>
1353
1354 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
1355 std::string.
1356 (tui_disassemble): Add "pos" parameter.
1357 (tui_disasm_window::set_contents): Simplify.
1358
2ad52f6f
TT
13592019-09-20 Tom Tromey <tom@tromey.com>
1360
1361 * tui/tui-winsource.h (struct tui_source_window_base)
1362 <show_source_content>: Now private.
1363 * tui/tui-winsource.c
1364 (tui_source_window_base::show_source_content): Don't handle empty
1365 content case.
1366
b3b1bde6
TT
13672019-09-20 Tom Tromey <tom@tromey.com>
1368
1369 * tui/tui-layout.c (show_source_disasm_command)
1370 (show_source_or_disasm_and_command): Don't call
1371 show_source_content.
1372
71a25ed2
TT
13732019-09-20 Tom Tromey <tom@tromey.com>
1374
1375 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
1376 Declare.
1377 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
1378 from tui_make_status_line.
1379 (tui_locator_window::rerender): Update.
1380
f8532154
TT
13812019-09-20 Tom Tromey <tom@tromey.com>
1382
1383 * tui/tui-stack.c (tui_make_status_line): Return std::string.
1384 (tui_locator_window::rerender): Update.
1385
2d81b349
TT
13862019-09-20 Tom Tromey <tom@tromey.com>
1387
1388 * tui/tui-winsource.h (struct tui_source_window_base)
1389 <~tui_source_window_base>: Don't declare.
1390 <fullname>: Remove.
1391 * tui/tui-winsource.c (~tui_source_window_base): Remove.
1392 * tui/tui-source.h (struct tui_source_window) <fullname>: New
1393 member.
1394 * tui/tui-source.c (tui_source_window::set_contents): Update.
1395 (tui_source_window::location_matches_p)
1396 (tui_source_window::maybe_update): Update.
1397
f14bec58
TT
13982019-09-20 Tom Tromey <tom@tromey.com>
1399
1400 * tui/tui-winsource.h (~tui_source_element): Remove.
1401 (tui_source_element): Update.
1402 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
1403 * tui/tui-winsource.c (tui_show_source_line): Update.
1404 * tui/tui-source.c (tui_source_window::set_contents): Update.
1405 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
1406
78d5933a
TT
14072019-09-20 Tom Tromey <tom@tromey.com>
1408
1409 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
1410 declare.
1411 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
1412 tui_clear_source_windows_detail.
1413 * tui/tui-winsource.h (struct tui_source_window_base)
1414 <clear_detail>: Don't declare.
1415 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
1416 Remove.
1417 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
1418
d4207696
TT
14192019-09-20 Tom Tromey <tromey@adacore.com>
1420
1421 PR ada/24919:
1422 * block.c (contained_in): Fix final return value.
1423
00f93c44
AM
14242019-09-20 Alan Modra <amodra@gmail.com>
1425
1426 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
1427 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
1428 (read_indirect_string_from_dwz): Use bfd accessor.
1429 * dwarf2read.h (struct dwz_file <filename>): Likewise.
1430 * machoread.c (macho_symfile_read_all_oso): Likewise.
1431 * solib.c (solib_bfd_open): Likewise.
1432
e4153ae6
CB
14332019-09-19 Christian Biesinger <cbiesinger@google.com>
1434
1435 * eval.c: Move declaration of overload_resolution to...
1436 * value.h: ...here.
1437
c7ae7675
CB
14382019-09-19 Christian Biesinger <cbiesinger@google.com>
1439
1440 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
1441 * arm-linux-tdep.c: Likewise.
1442 * arm-nbsd-nat.c: Likewise.
1443 * arm-tdep.h: Declare arm_apcs_32.
1444 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
1445
e86f08d2
CB
14462019-09-19 Christian Biesinger <cbiesinger@google.com>
1447
1448 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
1449 * dwarf2read.h: Declare dwarf_always_disassemble.
1450
f64e2f40
TV
14512019-09-19 Tom de Vries <tdevries@suse.de>
1452
1453 PR gdb/25009
1454 * source-cache.c (source_cache::ensure): Catch exception thrown during
1455 construction of the highlighter.
1456
fd361982
AM
14572019-09-18 Alan Modra <amodra@gmail.com>
1458
1459 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
1460 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
1461 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
1462 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
1463 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
1464 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
1465 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
1466 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
1467 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
1468 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
1469 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
1470 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
1471 * solib-spu.c, * solib-svr4.c, * solib-target.c,
1472 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
1473 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
1474 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
1475 * mi/mi-interp.c: Update throughout for bfd section macro and
1476 function changes.
1477 * gcore (gcore_create_callback): Use bfd_set_section_lma.
1478 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
1479
11061048
TT
14802019-09-18 Tom Tromey <tom@tromey.com>
1481
1482 * NEWS: Add entry.
1483 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
1484 call rl_initialize.
1485 (tui_enable): Do not call rl_initialize.
1486
7a27b85f
CG
14872019-09-18 Christian Groessler <chris@groessler.org>
1488
1489 * alpha-linux-nat.c: Include gdbarch.h.
1490
f64eea3a
SM
14912019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
1492
1493 * ui-file.c: Include cli/cli-style.h.
1494 (term_cli_styling): Remove cli_styling declaration.
1495
e6f7f6d1
AM
14962019-09-18 Alan Modra <amodra@gmail.com>
1497
1498 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
1499 to bfd_asymbol_section.
1500
1d38e9d1
AM
15012019-09-18 Alan Modra <amodra@gmail.com>
1502
1503 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
1504 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
1505 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
1506
90d92a63
AM
15072019-09-18 Alan Modra <amodra@gmail.com>
1508
1509 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
1510 * spu-linux-nat.c (spu_bfd_open): Likewise.
1511
a3d181d2
CB
15122019-09-18 Christian Biesinger <cbiesinger@google.com>
1513
1514 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
1515 to bool to match definition in dwarf2read.c.
1516
491144b5
CB
15172019-09-17 Christian Biesinger <cbiesinger@google.com>
1518
1519 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
1520 (print_signatures): Likewise.
1521 (trust_pad_over_xvs): Likewise.
1522 * arch/aarch64-insn.c (aarch64_debug): Likewise.
1523 * arch/aarch64-insn.h (aarch64_debug): Likewise.
1524 * arm-linux-nat.c (arm_apcs_32): Likewise.
1525 * arm-linux-tdep.c (arm_apcs_32): Likewise.
1526 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
1527 * arm-tdep.c (arm_debug): Likewise.
1528 (arm_apcs_32): Likewise.
1529 * auto-load.c (debug_auto_load): Likewise.
1530 (auto_load_gdb_scripts): Likewise.
1531 (global_auto_load): Likewise.
1532 (auto_load_local_gdbinit): Likewise.
1533 (auto_load_local_gdbinit_loaded): Likewise.
1534 * auto-load.h (global_auto_load): Likewise.
1535 (auto_load_local_gdbinit): Likewise.
1536 (auto_load_local_gdbinit_loaded): Likewise.
1537 * breakpoint.c (disconnected_dprintf): Likewise.
1538 (breakpoint_proceeded): Likewise.
1539 (automatic_hardware_breakpoints): Likewise.
1540 (always_inserted_mode): Likewise.
1541 (target_exact_watchpoints): Likewise.
1542 (_initialize_breakpoint): Update.
1543 * breakpoint.h (target_exact_watchpoints): Change to bool.
1544 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
1545 * cli/cli-cmds.c (trace_commands): Likewise.
1546 * cli/cli-cmds.h (trace_commands): Likewise.
1547 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
1548 to bool*.
1549 * cli/cli-logging.c (logging_overwrite): Change to bool.
1550 (logging_redirect): Likewise.
1551 (debug_redirect): Likewise.
1552 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
1553 (struct boolean_option_def) <get_var_address_cb_>: Change return type
1554 to bool.
1555 <boolean_option_def>: Update.
1556 (struct flag_option_def): Change default type of Context to bool
1557 from int.
1558 <flag_option_def>: Change return type of var_address_cb_ to bool*.
1559 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
1560 (get_setshow_command_value_string): Likewise.
1561 * cli/cli-style.c (cli_styling): Change to bool.
1562 (source_styling): Likewise.
1563 * cli/cli-style.h (source_styling): Likewise.
1564 (cli_styling): Likewise.
1565 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
1566 to bool.
1567 * command.h (var_types): Update comment.
1568 (add_setshow_boolean_cmd): Change int* var argument to bool*.
1569 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
1570 bool.
1571 (debug_compile_cplus_scopes): Likewise.
1572 * compile/compile-internal.h (compile_debug): Likewise.
1573 * compile/compile.c (compile_debug): Likewise.
1574 (struct compile_options) <raw>: Likewise.
1575 * cp-support.c (catch_demangler_crashes): Likewise.
1576 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
1577 (usr_cmd_cris_dwarf2_cfi): Likewise.
1578 * csky-tdep.c (csky_debug): Likewise.
1579 * darwin-nat.c (enable_mach_exceptions): Likewise.
1580 * dcache.c (dcache_enabled_p): Likewise.
1581 * defs.h (info_verbose): Likewise.
1582 * demangle.c (demangle): Likewise.
1583 (asm_demangle): Likewise.
1584 * dwarf-index-cache.c (debug_index_cache): Likewise.
1585 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
1586 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
1587 * dwarf2read.c (check_physname): Likewise.
1588 (use_deprecated_index_sections): Likewise.
1589 (dwarf_always_disassemble): Likewise.
1590 * eval.c (overload_resolution): Likewise.
1591 * event-top.c (set_editing_cmd_var): Likewise.
1592 (exec_done_display_p): Likewise.
1593 * event-top.h (set_editing_cmd_var): Likewise.
1594 (exec_done_display_p): Likewise.
1595 * exec.c (write_files): Likewise.
1596 * fbsd-nat.c (debug_fbsd_lwp): Likewise
1597 (debug_fbsd_nat): Likewise.
1598 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
1599 Likewise.
1600 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
1601 <backtrace_past_entry> Likewise.
1602 * gdb-demangle.h (demangle): Likewise.
1603 (asm_demangle): Likewise.
1604 * gdb_bfd.c (bfd_sharing): Likewise.
1605 * gdbcore.h (write_files): Likewise.
1606 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
1607 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
1608 * gdbthread.h (print_thread_events): Likewise.
1609 * gdbtypes.c (opaque_type_resolution): Likewise.
1610 (strict_type_checking): Likewise.
1611 * gnu-nat.c (gnu_debug_flag): Likewise.
1612 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
1613 * guile/scm-param.c (pascm_variable): Add boolval.
1614 (add_setshow_generic): Update.
1615 (pascm_param_value): Update.
1616 (pascm_set_param_value_x): Update.
1617 * hppa-tdep.c (hppa_debug): Change to bool..
1618 * infcall.c (may_call_functions_p): Likewise.
1619 (coerce_float_to_double_p): Likewise.
1620 (unwind_on_signal_p): Likewise.
1621 (unwind_on_terminating_exception_p): Likewise.
1622 * infcmd.c (startup_with_shell): Likewise.
1623 * inferior.c (print_inferior_events): Likewise.
1624 * inferior.h (startup_with_shell): Likewise.
1625 (print_inferior_events): Likewise.
1626 * infrun.c (step_stop_if_no_debug): Likewise.
1627 (detach_fork): Likewise.
1628 (debug_displaced): Likewise.
1629 (disable_randomization): Likewise.
1630 (non_stop): Likewise.
1631 (non_stop_1): Likewise.
1632 (observer_mode): Likewise.
1633 (observer_mode_1): Likewise.
1634 (set_observer_mode): Update.
1635 (sched_multi): Change to bool.
1636 * infrun.h (debug_displaced): Likewise.
1637 (sched_multi): Likewise.
1638 (step_stop_if_no_debug): Likewise.
1639 (non_stop): Likewise.
1640 (disable_randomization): Likewise.
1641 * linux-tdep.c (use_coredump_filter): Likewise.
1642 (dump_excluded_mappings): Likewise.
1643 * linux-thread-db.c (auto_load_thread_db): Likewise.
1644 (check_thread_db_on_load): Likewise.
1645 * main.c (captured_main_1): Update.
1646 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
1647 xx2_opt, boolean_opt>: Change to bool.
1648 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
1649 * maint.c (maintenance_profile_p): Likewise.
1650 (per_command_time): Likewise.
1651 (per_command_space): Likewise.
1652 (per_command_symtab): Likewise.
1653 * memattr.c (inaccessible_by_default): Likewise.
1654 * mi/mi-main.c (mi_async): Likewise.
1655 (mi_async_1): Likewise.
1656 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
1657 * nat/fork-inferior.h (startup_with_shell): Likewise.
1658 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
1659 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
1660 * nios2-tdep.c (nios2_debug): Likewise.
1661 * or1k-tdep.c (or1k_debug): Likewise.
1662 * parse.c (parser_debug): Likewise.
1663 * parser-defs.h (parser_debug): Likewise.
1664 * printcmd.c (print_symbol_filename): Likewise.
1665 * proc-api.c (procfs_trace): Likewise.
1666 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
1667 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
1668 (set_parameter_value): Update.
1669 (add_setshow_generic): Update.
1670 * python/py-value.c (copy_py_bool_obj): Change argument from int*
1671 to bool*.
1672 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
1673 int*.
1674 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
1675 * record-btrace.c (record_btrace_target::store_registers): Update.
1676 * record-full.c (record_full_memory_query): Change to bool.
1677 (record_full_stop_at_limit): Likewise.
1678 * record-full.h (record_full_memory_query): Likewise.
1679 * remote-notif.c (notif_debug): Likewise.
1680 * remote-notif.h (notif_debug): Likewise.
1681 * remote.c (use_range_stepping): Likewise.
1682 (interrupt_on_connect): Likewise.
1683 (remote_break): Likewise.
1684 * ser-tcp.c (tcp_auto_retry): Likewise.
1685 * ser-unix.c (serial_hwflow): Likewise.
1686 * skip.c (debug_skip): Likewise.
1687 * solib-aix.c (solib_aix_debug): Likewise.
1688 * spu-tdep.c (spu_stop_on_load_p): Likewise.
1689 (spu_auto_flush_cache_p): Likewise.
1690 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
1691 Likewise.
1692 (struct info_print_options) <quiet>: Likewise.
1693 * symfile-debug.c (debug_symfile): Likewise.
1694 * symfile.c (auto_solib_add): Likewise.
1695 (separate_debug_file_debug): Likewise.
1696 * symfile.h (auto_solib_add): Likewise.
1697 (separate_debug_file_debug): Likewise.
1698 * symtab.c (basenames_may_differ): Likewise.
1699 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
1700 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
1701 (struct info_types_options) <quiet>: Likewise.
1702 * symtab.h (demangle): Likewise.
1703 (basenames_may_differ): Likewise.
1704 * target-dcache.c (stack_cache_enabled_1): Likewise.
1705 (code_cache_enabled_1): Likewise.
1706 * target.c (trust_readonly): Likewise.
1707 (may_write_registers): Likewise.
1708 (may_write_memory): Likewise.
1709 (may_insert_breakpoints): Likewise.
1710 (may_insert_tracepoints): Likewise.
1711 (may_insert_fast_tracepoints): Likewise.
1712 (may_stop): Likewise.
1713 (auto_connect_native_target): Likewise.
1714 (target_stop_and_wait): Update.
1715 (target_async_permitted): Change to bool.
1716 (target_async_permitted_1): Likewise.
1717 (may_write_registers_1): Likewise.
1718 (may_write_memory_1): Likewise.
1719 (may_insert_breakpoints_1): Likewise.
1720 (may_insert_tracepoints_1): Likewise.
1721 (may_insert_fast_tracepoints_1): Likewise.
1722 (may_stop_1): Likewise.
1723 * target.h (target_async_permitted): Likewise.
1724 (may_write_registers): Likewise.
1725 (may_write_memory): Likewise.
1726 (may_insert_breakpoints): Likewise.
1727 (may_insert_tracepoints): Likewise.
1728 (may_insert_fast_tracepoints): Likewise.
1729 (may_stop): Likewise.
1730 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
1731 (make_thread_apply_all_options_def_group): Change argument from int*
1732 to bool*.
1733 (thread_apply_all_command): Update.
1734 (print_thread_events): Change to bool.
1735 * top.c (confirm): Likewise.
1736 (command_editing_p): Likewise.
1737 (history_expansion_p): Likewise.
1738 (write_history_p): Likewise.
1739 (info_verbose): Likewise.
1740 * top.h (confirm): Likewise.
1741 (history_expansion_p): Likewise.
1742 * tracepoint.c (disconnected_tracing): Likewise.
1743 (circular_trace_buffer): Likewise.
1744 * typeprint.c (print_methods): Likewise.
1745 (print_typedefs): Likewise.
1746 * utils.c (debug_timestamp): Likewise.
1747 (sevenbit_strings): Likewise.
1748 (pagination_enabled): Likewise.
1749 * utils.h (sevenbit_strings): Likewise.
1750 (pagination_enabled): Likewise.
1751 * valops.c (overload_resolution): Likewise.
1752 * valprint.h (struct value_print_options) <prettyformat_arrays,
1753 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
1754 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
1755 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
1756 Likewise.
1757 * windows-nat.c (new_console): Likewise.
1758 (cygwin_exceptions): Likewise.
1759 (new_group): Likewise.
1760 (debug_exec): Likewise.
1761 (debug_events): Likewise.
1762 (debug_memory): Likewise.
1763 (debug_exceptions): Likewise.
1764 (useshell): Likewise.
1765 * windows-tdep.c (maint_display_all_tib): Likewise.
1766 * xml-support.c (debug_xml): Likewise.
1767
f1b620e9
MG
17682019-09-17 Mike Gulick <mgulick@mathworks.com>
1769
1770 * source.c (prepare_path_for_appending): New function.
1771 (openp): Make use of new function.
1772 (find_and_open_source): Search for the compilation directory and
1773 source file as a relative path beneath the directory search path.
1774
67f3ed6a
AB
17752019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1776
1777 * source-cache.c (source_cache::get_line_charpos): Catch
1778 exceptions and return false, this matches the behaviour documented
1779 in the header file.
1780
74332189
JB
17812019-09-17 Joel Brobecker <brobecker@adacore.com>
1782
1783 * ada-tasks.c (info_task): Remove quoting of the task's name.
1784
f2f24aa9
CB
17852019-09-16 Christian Biesinger <cbiesinger@google.com>
1786
1787 * symfile.c (auto_solib_add): Replace comment with a reference
1788 to the header file.
1789
6a062a93
CB
17902019-09-14 Christian Biesinger <cbiesinger@google.com>
1791
1792 * NEWS: Mention that gdb can now be compiled with Python 3
1793 on Windows.
1794
ec6c8338
AB
17952019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1796
1797 * maint.c (maint_print_section_data::maint_print_section_data):
1798 Force use of 'float log10 (float)' by casting the argument to
1799 float.
1800
aa17805f
AB
18012019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1802
1803 * maint.c: Add 'cmath' include.
1804 (struct maint_print_section_data): New structure.
1805 (print_section_index): New function.
1806 (print_bfd_section_info): Add header comment, small whitespace
1807 cleanup, and update to call new print_section_index function.
1808 (print_objfile_section_info): Likewise.
1809 (maint_obj_section_from_bfd_section): New function.
1810 (print_bfd_section_info_maybe_relocated): New function.
1811 (maintenance_info_sections): Add header comment, always use
1812 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
1813
3dd9bb46
AB
18142019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1815
1816 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
1817 inner scope, add check that the objfile has psymtabs before
1818 checking psymtabs_addrmap.
1819 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
1820
4993045d
PW
18212019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1822
1823 * NEWS: Announce that Ada task names are now shown at more places,
1824 and between quotes (except in info task output).
1825 * gdb/ada-tasks.c (task_to_str): New function.
1826 (display_current_task_id): Call task_to_str.
1827 (task_command_1): Likewise.
1828 (print_ada_task_info): In non-mi mode, Properly align headers and data
1829 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
1830
7a289707
RO
18312019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1832
1833 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
1834 prstatus.pr_lwp.pr_info instead of making it up.
1835
f2aec7f6
CB
18362019-09-11 Christian Biesinger <cbiesinger@google.com>
1837
1838 * auto-load.c (auto_load_expand_dir_vars): Update.
1839 * defs.h (gdb_datadir): Change to std::string.
1840 (python_libdir): Likewise.
1841 (relocate_gdb_directory): Change return type to std::string.
1842 * guile/guile.c (gdbscm_data_directory): Update.
1843 (initialize_scheme_side): Update.
1844 * jit.c (jit_reader_dir): Change to std::string.
1845 (jit_reader_load_command): Update.
1846 * main.c (gdb_datadir): Change to std::string.
1847 (python_libdir): Likewise.
1848 (set_gdb_data_directory): Update.
1849 (relocate_path): Change to return std::string.
1850 (relocate_gdb_directory): Change to return std::string.
1851 (relocate_gdbinit_path_maybe_in_datadir): Update.
1852 (captured_main_1): Update.
1853 * python/python.c (do_start_initialization): Update.
1854 * top.c (show_gdb_datadir): Update.
1855 * xml-syscall.c (xml_init_syscalls_info): Update.
1856 (init_syscalls_info): Update.
1857
9224a013
CB
18582019-09-11 Christian Biesinger <cbiesinger@google.com>
1859
1860 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
1861 out of get_init_files.
1862 (get_init_files): Update.
1863
f48cd836
CB
18642019-09-11 Christian Biesinger <cbiesinger@google.com>
1865
1866 * main.c (get_init_files): Change to use std::string.
1867 (captured_main_1): Update.
1868 (print_gdb_help): Update.
1869
9cab7ecd
AT
18702019-09-11 Ali Tamur <tamur@google.com>
1871
1872 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
1873 implementation.
1874
67547d89
CB
18752019-09-11 Christian Biesinger <cbiesinger@google.com>
1876
1877 * dbxread.c (read_dbx_symtab): Update.
1878 * dwarf2read.c (load_partial_dies): Update.
1879 * mdebugread.c (parse_partial_symbols): Update.
1880 (handle_psymbol_enumerators): Update.
1881 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
1882 * psymtab.c (add_psymbol_to_bcache): Likewise.
1883 (add_psymbol_to_list): Likewise.
1884 * symtab.c (symbol_set_names): Likewise.
1885 * symtab.h (symbol_set_names): Likewise.
1886 * xcoffread.c (scan_xcoff_symtab): Update.
1887
64b2d4a0
TT
18882019-09-11 Tom Tromey <tom@tromey.com>
1889
1890 * symfile-mem.c (symbol_file_add_from_memory): Use
1891 bfd_set_filename.
1892 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
1893 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
1894
3b00ef10
TT
18952019-09-10 Tom Tromey <tromey@adacore.com>
1896
1897 * dwarf-index-write.c (write_psymbols): Extend error message.
1898 (debug_names::insert): Add Ada code.
1899 (debug_names::write_psymbols): Remove Ada check.
1900 (debug_names) <m_string_obstack>: New member.
1901 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
1902 (gdb_index_symbol_name_matcher::matches): Remove.
1903 (mapped_index_base::find_name_components_bounds): Add "lang"
1904 parameter.
1905 (mapped_index_base::build_name_components): Also split names
1906 according to Ada syntax.
1907 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
1908 type of "match_callback".
1909 (check_match, check_find_bounds_finds)
1910 (dw2_expand_symtabs_matching): Update.
1911 (dw2_debug_names_iterator): Add new constructor.
1912 (dw2_debug_names_map_matching_symbols): New function.
1913 (dw2_debug_names_expand_symtabs_matching): Update.
1914 (dwarf2_debug_names_functions): Use
1915 dw2_debug_names_map_matching_symbols.
1916
aa391654
TT
19172019-09-10 Tom Tromey <tromey@adacore.com>
1918
1919 * dwarf2read.c (dw2_get_file_names_reader): Add the
1920 CU's file name to the results.
1921
b054970d
TT
19222019-09-10 Tom Tromey <tromey@adacore.com>
1923
1924 * ada-lang.c (add_nonlocal_symbols): Combine calls to
1925 map_matching_symbols. Update.
1926 * dwarf2read.c (dw2_map_matching_symbols): Update.
1927 * psymtab.c (match_partial_symbol): Change type; update.
1928 (psym_map_matching_symbols): Likewise.
1929 * symfile-debug.c (debug_qf_map_matching_symbols): Change
1930 type; update.
1931 * symfile.h (struct quick_symbol_functions)
1932 <map_matching_symbols>: Change "name" to be a lookup_name_info.
1933 Remove "match".
1934
6a3dbf1b
TT
19352019-09-10 Tom Tromey <tromey@adacore.com>
1936
1937 * psymtab.c (map_block): Remove.
1938 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
1939 * symtab.c (iterate_over_symbols_terminated): New function.
1940 * symtab.c (iterate_over_symbols_terminated): Declare.
1941
6969f124
TT
19422019-09-10 Tom Tromey <tromey@adacore.com>
1943
1944 * ada-lang.c (ada_iterate_over_symbols): Return bool.
1945 * language.h (struct language_defn) <la_iterate_over_symbols>:
1946 Return bool.
1947 * symtab.c (iterate_over_symbols): Return bool.
1948 * symtab.h (iterate_over_symbols): Return bool.
1949
199b4314
TT
19502019-09-10 Tom Tromey <tromey@adacore.com>
1951
1952 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
1953 (add_nonlocal_symbols): Update.
1954 * dwarf2read.c (dw2_map_matching_symbols): Change type.
1955 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
1956 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
1957 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
1958 Change type of "callback". Remove "data".
1959
a084a2a6
AT
1960
19612019-09-09 Ali Tamur <tamur@google.com>
1962
1963 * dwarf2read.c (comp_unit_head): Update comment.
1964 (dwarf2_dwo_name): New function declaration.
1965 (dwarf_unit_type_name): New function declaration.
1966 (read_comp_unit_head): Add support for new compilation units,
1967 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
1968 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
1969 (currently named as "signature") in their header. Also clarify error
1970 messages.
1971 (lookup_dwo_id): New function. Returns the dwo id of the given
1972 compile unit.
1973 (lookup_dwo_unit): Use the new lookup_dwo_id function.
1974 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
1975 functions.
1976 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
1977 (dwarf2_dwo_name): Get the dwo name if present.
1978 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
1979 purposes.
1980
25a2915e
TT
19812019-09-09 Tom Tromey <tom@tromey.com>
1982
1983 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
1984
e4df0874
PW
19852019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1986
1987 * python/python.c (do_start_initialization): Make progname_copy static,
1988 to avoid a leak report.
1989
8634b462
TT
19902019-09-08 Tom Tromey <tom@tromey.com>
1991
1992 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
1993
c7f839cb
SM
19942019-09-07 Simon Marchi <simon.marchi@efficios.com>
1995
1996 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
1997 Change type to gdb::optional<block_enum>.
1998 (dw2_symtab_iter_init): Change block_index parameter type
1999 to gdb::optional<block_enum>.
2000 (dw2_lookup_symbol): Change block_index parameter
2001 type to block_enum.c
2002 (dw2_debug_names_lookup_symbol): Likewise.
2003 * psymtab.c (psym_lookup_symbol): Likewise.
2004 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
2005 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
2006 Likewise.
2007
ead0e69a
CB
20082019-09-06 Christian Biesinger <cbiesinger@google.com>
2009
2010 * defs.h (relocate_gdb_directory): Change int to bool in
2011 signature and rename flag to relocatable.
2012 * main.c (relocate_path): Likewise.
2013 (relocate_gdb_directory): Likewise.
2014
b16c44de
AM
20152019-09-06 Alan Modra <amodra@gmail.com>
2016
2017 * coffread.c (coff_symfile_read): Constify filename variable.
2018 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
2019 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
2020 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
2021 * solib.c (reload_shared_libraries_1): Likewise.
2022 * symfile.c (reread_symbols): Likewise.
2023 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
2024 * solib-darwin.c (darwin_bfd_open): Likewise.
2025 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
2026
06ff036e
AB
20272019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
2028
2029 * psymtab.c (print_partial_symbols): Handle missing domain_enum
2030 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
2031
4e962e74
TT
20322019-09-03 Tom Tromey <tromey@adacore.com>
2033
2034 * ada-valprint.c (ada_val_print_num): Don't recurse for range
2035 types.
2036 (has_negatives): Unbias a range type bound.
2037 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
2038 * gdbtypes.c (operator==): Handle new field.
2039 (create_range_type): Add "bias" parameter.
2040 (create_static_range_type, resolve_dynamic_range): Update.
2041 * gdbtypes.h (struct range_bounds) <bias>: New member.
2042 (create_range_type): Add bias parameter.
2043 * printcmd.c (print_scalar_formatted): Unbias range types.
2044 * value.c (unpack_long): Unbias range types.
2045 (pack_long): Bias range types.
2046
d90b8f26
AH
20472019-09-02 Alan Hayward <alan.hayward@arm.com>
2048
2049 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
2050 probe arguments.
2051
fe01123e
AH
20522019-09-02 Alan Hayward <alan.hayward@arm.com>
2053
2054 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
2055 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
2056 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
2057 (compile_probe_arg): Likewise.
2058 * probe.h (get_argument_count): Likewise.
2059 * solib-svr4.c (solib_event_probe_action): Likewise.
2060 * stap-probe.c (stap_probe::get_argument_count): Likewise.
2061
e661ef01
AH
20622019-09-02 Alan Hayward <alan.hayward@arm.com>
2063
2064 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
2065 code to here...
2066 (svr4_create_solib_event_breakpoints): ...from here.
2067
47a536d9
SDJ
20682019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
2069
2070 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
2071 suffix from warning message.
2072
d6a00eba
TT
20732019-08-30 Tom Tromey <tom@tromey.com>
2074
2075 * tui/tui-winsource.h (struct tui_source_window_base)
2076 <refresh_all>: Don't declare.
2077 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
2078 Remove.
2079 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
2080 tui_show_locator_content.
2081 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
2082 declare.
2083 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
2084 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
2085 declare.
2086
55b2657b
TT
20872019-08-30 Tom Tromey <tom@tromey.com>
2088
2089 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
2090
12a8555a
TT
20912019-08-30 Tom Tromey <tom@tromey.com>
2092
2093 * tui/tui-stack.c (_initialize_tui_stack): Move later.
2094 Remove unnecessary forward declarations.
2095
900ac242
TT
20962019-08-30 Tom Tromey <tom@tromey.com>
2097
2098 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
2099 rerender.
2100 (tui_update_locator_fullname, tui_show_frame_info): Don't call
2101 tui_show_locator_content.
2102
99ab33fb
TT
21032019-08-30 Tom Tromey <tom@tromey.com>
2104
2105 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
2106 (tui_locator_window::rerender): Rewrite using body of previous
2107 tui_show_locator_content.
2108
e594a5d1
TT
21092019-08-30 Tom Tromey <tom@tromey.com>
2110
2111 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
2112 set_locator_fullname>: New methods.
2113 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
2114 Rename from tui_set_locator_fullname.
2115 (tui_locator_window::set_locator_info): Rename from
2116 tui_set_locator_info. Return bool.
2117 (tui_update_locator_fullname, tui_show_frame_info): Update.
2118
715bb467
TT
21192019-08-30 Tom Tromey <tom@tromey.com>
2120
2121 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
2122
772f3f03
TT
21232019-08-30 Tom Tromey <tom@tromey.com>
2124
2125 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
2126 call touchwin.
2127
108e13ab
TT
21282019-08-30 Tom Tromey <tom@tromey.com>
2129
2130 * tui/tui-wingeneral.c (box_win): Assume win_info and
2131 win_info->handle cannot be NULL.
2132
cdaa6eb4
TT
21332019-08-30 Tom Tromey <tom@tromey.com>
2134
2135 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
2136 refresh_window>: Declare.
2137 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
2138 resize.
2139 (tui_data_item_window::rerender): Rename from
2140 tui_display_register.
2141 (tui_data_item_window::refresh_window): New method.
2142 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
2143 no-op.
2144
89df7f90
TT
21452019-08-30 Tom Tromey <tom@tromey.com>
2146
2147 * tui/tui-regs.h (struct tui_data_window) <regs_content,
2148 regs_column_count, current_group>: Move later. Now private.
2149 <get_current_group>: New method.
2150 * tui/tui-regs.c (tui_reg_command): Update.
2151 * tui/tui-layout.c (tui_set_layout): Update.
2152
1bf2866a
TT
21532019-08-30 Tom Tromey <tom@tromey.com>
2154
2155 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
2156 (tui_data_window::rerender): Don't call
2157 check_and_display_highlight_if_needed.
2158 (tui_data_window::refresh_all): Remove call to
2159 erase_data_content.
2160
0670413d
TT
21612019-08-30 Tom Tromey <tom@tromey.com>
2162
2163 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
2164 (tui_data_window::display_registers_from)
2165 (tui_data_window::display_reg_element_at_line)
2166 (tui_data_window::display_registers_from_line): Remove checks of
2167 "empty".
2168
18bb55c7
TT
21692019-08-30 Tom Tromey <tom@tromey.com>
2170
2171 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
2172 Don't declare.
2173 * tui/tui-regs.c (tui_data_window::show_registers): Call
2174 rerender.
2175 (tui_data_window::rerender): Rename from display_all_data.
2176 (tui_data_window::rerender): Remove old implementation.
2177
1f6d2f10
TT
21782019-08-30 Tom Tromey <tom@tromey.com>
2179
2180 * tui/tui-regs.c (tui_data_window::display_all_data): Change
2181 text.
2182 * tui/tui-data.h (NO_DATA_STRING): Remove define.
2183
16d01f9c
BW
21842019-08-29 Bernhard Wodok <barto@gmx.net>
2185 Sergio Durigan Junior <sergiodj@redhat.com>
2186
2187 PR win32/24284
2188 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
2189
d8f27c60
AB
21902019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2191
2192 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
2193 when searching for types.
2194
1f20c35e
AB
21952019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2196
2197 * f-lang.c (f_language_defn): Use f_print_typedef.
2198 * f-lang.h (f_print_typedef): Declare.
2199 * f-typeprint.c (f_print_typedef): Define.
2200
550105b7
CB
22012019-08-27 Christian Biesinger <cbiesinger@google.com>
2202
2203 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
2204
4acfdd20
AB
22052019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2206
2207 * cli/cli-utils.c (info_print_options_defs): Delete.
2208 (make_info_print_options_def_group): Delete.
2209 (extract_info_print_options): Delete.
2210 (info_print_command_completer): Delete.
2211 (info_print_args_help): Add extra parameter, and optionally
2212 include text about -n flag.
2213 * cli/cli-utils.h (struct info_print_options): Delete.
2214 (extract_info_print_options): Delete declaration.
2215 (info_print_command_completer): Delete declaration.
2216 (info_print_args_help): Add extra parameter, extend header
2217 comment.
2218 * python/python.c (gdbpy_rbreak): Pass additional parameter to
2219 search_symbols.
2220 * stack.c (struct info_print_options): New type.
2221 (info_print_options_defs): New file scoped variable.
2222 (make_info_print_options_def_group): New static function.
2223 (info_print_command_completer): New static function.
2224 (info_locals_command): Update to use new local functions.
2225 (info_args_command): Likewise.
2226 (_initialize_stack): Add extra parameter to calls to
2227 info_print_args_help.
2228 * symtab.c (search_symbols): Add extra parameter, use this to
2229 possibly excluse non-debug symbols.
2230 (symtab_symbol_info): Add extra parameter, which is passed on to
2231 search_symbols.
2232 (struct info_print_options): New type.
2233 (info_print_options_defs): New file scoped variable.
2234 (make_info_print_options_def_group): New static function.
2235 (info_print_command_completer): New static function.
2236 (info_variables_command): Update to use local functions, and pass
2237 extra parameter through to symtab_symbol_info.
2238 (info_functions_command): Likewise.
2239 (info_types_command): Pass additional argument through to
2240 symtab_symbol_info.
2241 (rbreak_command): Pass extra argument to search_symbols.
2242 (_initialize_symtab): Add extra arguments for calls to
2243 info_print_args_help, and update help text for 'info variables',
2244 'whereis', and 'info functions' commands.
2245 * symtab.h (search_symbols): Add extra argument to declaration.
2246 * NEWS: Mention new flags.
2247
9aa55206
CB
22482019-08-26 Christian Biesinger <cbiesinger@google.com>
2249
2250 * symtab.c (lookup_static_symbol): Call the new function (and move
2251 it down to be next to lookup_global_symbol).
2252 (struct global_sym_lookup_data): Add block_enum member and rename to...
2253 (struct global_or_static_sym_lookup_data): ...this.
2254 (lookup_symbol_global_iterator_cb): Pass block_index instead of
2255 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
2256 (lookup_symbol_global_or_static_iterator_cb): ...this.
2257 (lookup_global_or_static_symbol): New function.
2258 (lookup_global_symbol): Call new function.
2259
5c31b358
TV
22602019-08-26 Tom de Vries <tdevries@suse.de>
2261
2262 PR c++/24852
2263 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
2264 when pc_probe.prob == NULL.
2265
23c13d42
SM
22662019-08-25 Simon Marchi <simon.marchi@efficios.com>
2267
2268 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
2269 variable symbol_linkage to symbol_linkage_.
2270
beadd3e8
SM
22712019-08-25 Simon Marchi <simon.marchi@efficios.com>
2272
2273 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
2274 represent whether the symbol is static, dynamic, or we don't
2275 know.
2276
e3ec872f
YS
22772019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
2278
2279 * gdb/rx-tdep.c (rx_register_names): New.
2280 (rx_register_name): Delete.
2281 (rx_psw_type): Delete.
2282 (rx_fpsw_type): Delete.
2283 (rx_register_type): Delete.
2284 (rx_gdbarch_init): Convert target-descriptions.
2285 (_initialize_rx_tdep): Add initialize_tdesc_rx.
2286 * gdb/features/Makefile: Add rx.xml.
2287 * gdb/features/rx.xml: New.
2288 * gdb/features/rx.c: Generated.
2289 * gdb/NEWS: Mention target description support.
2290
d0509ba4
CB
22912019-08-22 Christian Biesinger <cbiesinger@google.com>
2292
2293 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
2294 *slot_ptr.
2295
2d41fa11
SDJ
22962019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2297
2298 * configure.ac: Don't check for 'dlfcn.h' (moved to
2299 gdbsupport/common.m4).
2300 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
2301 'gdbsupport/'.
2302 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
2303 * compile/compile-c-support.c: Include
2304 'gdbsupport/gdb-dlfcn.h'.
2305 * gdbsupport/common.m4: Check for 'dlfcn.h'.
2306 * gdb-dlfcn.c: Move to...
2307 * gdbsupport/gdb-dlfcn.c: ... here.
2308 * gdb-dlfcn.h: Move to...
2309 * gdbsupport/gdb-dlfcn.h: ... here.
2310
de8af808
SL
23112019-08-23 Sandra Loosemore <sandra@codesourcery.com>
2312
2313 * nios2-tdep.c (struct reg_value): Improve comments. Make
2314 the offset field signed.
2315
27204489
CB
23162019-08-22 Christian Biesinger <cbiesinger@google.com>
2317
2318 * python/lib/gdb/__init__.py (_execute_file): New function.
2319 * python/python.c (python_run_simple_file): Call gdb._execute_file
2320 on Windows.
2321
43771869
AB
23222019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
2323
2324 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
2325 all uses as this was never set to anything but a zero value.
2326
26c957f1
PA
23272019-08-21 Bogdan Harjoc <harjoc@gmail.com>
2328
2329 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
2330
c07aae6e
CB
23312019-08-21 Christian Biesinger <cbiesinger@google.com>
2332
2333 * tui/tui-data.h (tui_gen_win_info): Add an =default
2334 move constructor, required by some GCC versions.
2335
3960cb7a
JF
23362019-08-21 Jinke Fan <fanjinke51@yeah.net>
2337
2338 * go32-nat.c (go32_sysinfo): Add hygon_p.
2339
04c72a68
TT
23402019-08-20 Tom Tromey <tom@tromey.com>
2341
2342 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
2343 line_from_reg_element_no, first_reg_element_no_inline,
2344 display_all_data, delete_data_content_windows,
2345 erase_data_content>: Now private.
2346
072272ce
TT
23472019-08-20 Tom Tromey <tom@tromey.com>
2348
2349 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
2350 (tui_unhighlight_win, tui_highlight_win)
2351 (tui_win_info::make_window): Update.
2352 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
2353
973961bd
TT
23542019-08-20 Tom Tromey <tom@tromey.com>
2355
2356 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
2357 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
2358 (MAX_PID_WIDTH): Move to tui-stack.c.
2359 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
2360 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
2361 (MAX_PID_WIDTH): Move from tui-data.h.
2362
ab0e1f1a
TT
23632019-08-20 Tom Tromey <tom@tromey.com>
2364
2365 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
2366 * tui/tui-wingeneral.c (box_win): Change type of win_info.
2367 (box_win): Update.
2368 (tui_gen_win_info::make_window): Rename from tui_make_window.
2369 (tui_win_info::make_window): New method.
2370 (tui_gen_win_info::make_visible): Update.
2371 * tui/tui-source.c (tui_source_window::set_contents): Update.
2372 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
2373 (tui_data_window::display_registers_from): Update.
2374 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
2375 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
2376 Declare.
2377 <can_box>: Remove.
2378 <title>: Remove.
2379 (struct tui_win_info) <make_window>: Declare.
2380 <can_box>: Now virtual.
2381 <title>: New member.
2382 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
2383 * tui/tui-command.c (tui_cmd_window::resize): Update.
2384
100c2bf3
TT
23852019-08-20 Tom Tromey <tom@tromey.com>
2386
2387 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
2388 * tui/tui-regs.c (tui_data_window::show_registers): Update.
2389 (tui_data_window::check_register_values): Update.
2390
fa4dc567
TT
23912019-08-20 Tom Tromey <tom@tromey.com>
2392
2393 * tui/tui-regs.h (struct tui_data_window): Use
2394 DISABLE_COPY_AND_ASSIGN.
2395 <regs_content>: Change type, removing unique_ptr.
2396 <tui_data_window>: Add move constructor.
2397 * tui/tui-regs.c (tui_data_window::show_registers)
2398 (tui_data_window::show_register_group)
2399 (tui_data_window::display_registers_from)
2400 (tui_data_window::display_registers_from)
2401 (tui_data_window::first_data_item_displayed)
2402 (tui_data_window::delete_data_content_windows)
2403 (tui_data_window::rerender, tui_data_window::refresh_window)
2404 (tui_data_window::check_register_values): Update.
2405
ca02d7c8
TT
24062019-08-20 Tom Tromey <tom@tromey.com>
2407
2408 * tui/tui-regs.h (struct tui_data_window) <show_registers,
2409 show_register_group>: Declare.
2410 (tui_show_register_group): Don't declare.
2411 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
2412 tui_show_registers.
2413 (tui_data_window::show_register_group): Rename from
2414 tui_show_register_group.
2415 (tui_data_window::check_register_values, tui_reg_command):
2416 Update.
2417 * tui/tui-layout.c (tui_set_layout): Update.
2418
63356bfd
TT
24192019-08-20 Tom Tromey <tom@tromey.com>
2420
2421 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
2422 Declare.
2423 (tui_check_register_values): Don't declare.
2424 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
2425 from tui_check_register_values.
2426 * tui/tui-hooks.c (tui_register_changed): Update.
2427
42cc14a7
TT
24282019-08-20 Tom Tromey <tom@tromey.com>
2429
2430 * tui/tui-regs.c (tui_reg_layout): Move later.
2431 (tui_show_registers): Don't enable TUI mode or change layout.
2432
b9ad3686
TT
24332019-08-20 Tom Tromey <tom@tromey.com>
2434
2435 * tui/tui-regs.h (struct tui_data_item_window)
2436 <~tui_data_item_window>: Remove.
2437 <content>: Now a unique_xmalloc_ptr.
2438 * tui/tui-regs.c (tui_register_format): Return a
2439 unique_xmalloc_ptr.
2440 (tui_get_register): Update.
2441 (~tui_data_item_window): Remove.
2442 (tui_data_window::display_registers_from, tui_display_register):
2443 Update.
2444 * tui/tui-io.h (tui_expand_tabs): Update.
2445 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
2446 Remove "col" parameter.
2447
8e114aab
TT
24482019-08-20 Tom Tromey <tom@tromey.com>
2449
2450 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
2451 field.
2452 * tui/tui-regs.c (~tui_data_item_window): Update.
2453
1a4f81dd
TT
24542019-08-20 Tom Tromey <tom@tromey.com>
2455
2456 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
2457 earlier.
2458
0f8d8876
TT
24592019-08-20 Tom Tromey <tom@tromey.com>
2460
2461 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
2462
605dc2c2
TT
24632019-08-20 Tom Tromey <tom@tromey.com>
2464
2465 * tui/tui-source.h (struct tui_source_window): Update.
2466 * tui/tui-regs.c (tui_show_registers): Update.
2467 * tui/tui-disasm.h (struct tui_disasm_window): Update.
2468 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
2469 (NO_REGS_STRING): Remove defines.
2470
aedbe3bb
CM
24712019-08-20 Conrad Meyer <cem@FreeBSD.org>
2472
2473 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
2474 unnecessary thread walk if remote doesn't support the packet.
2475
7ce8f214
TT
24762019-08-19 Tom Tromey <tromey@adacore.com>
2477
2478 * python/py-value.c (value_has_field): Fix indentation.
2479
f21c2bd7
TT
24802019-08-19 Tom Tromey <tromey@adacore.com>
2481
2482 * printcmd.c (do_one_display, info_display_command): Update.
2483 * block.h (contained_in): Return bool. Add allow_nested
2484 parameter.
2485 * block.c (contained_in): Return bool. Add allow_nested
2486 parameter.
2487
d806ea2d
TT
24882019-08-19 Tom Tromey <tom@tromey.com>
2489
2490 * configure: Rebuild.
2491 * configure.ac: Disallow the combination of -static-libstdc++ and
2492 source highlight.
2493 * source-cache.c (get_language_name): Handle rust.
2494 (source_cache::get_source_lines): Ignore highlighting exceptions.
2495
398fdd60
TT
24962019-08-16 Tom Tromey <tom@tromey.com>
2497
2498 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
2499 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
2500 (struct tui_source_window_base) <make_visible, refresh_window,
2501 resize>: Remove methods.
2502 <execution_info>: Remove field.
2503 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
2504 (tui_show_source_line, tui_source_window_base)
2505 (~tui_source_window_base): Update.
2506 (tui_source_window_base::resize)
2507 (tui_source_window_base::make_visible)
2508 (tui_source_window_base::refresh_window): Remove.
2509 (tui_source_window_base::update_exec_info): Update.
2510 * tui/tui-source.c (tui_source_window::set_contents): Update.
2511 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
2512
e699d331
TT
25132019-08-16 Tom Tromey <tom@tromey.com>
2514
2515 * tui/tui-hooks.c (tui_remove_hooks): Don't set
2516 deprecated_query_hook.
2517
bb01dbfc
TT
25182019-08-16 Tom Tromey <tom@tromey.com>
2519
2520 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
2521 (tui_update_source_windows_with_line): Update.
2522 * tui/tui-source.h (struct tui_source_window)
2523 <show_symtab_source>: Declare.
2524 (tui_show_symtab_source): Don't declare.
2525 * tui/tui-source.c (tui_show_symtab_source): Rename from
2526 tui_show_symtab_source.
2527
81c82c4b
TT
25282019-08-16 Tom Tromey <tom@tromey.com>
2529
2530 * tui/tui-winsource.h (struct tui_source_window_base)
2531 <set_contents>: Declare.
2532 * tui/tui-winsource.c
2533 (tui_source_window_base::update_source_window_as_is): Update.
2534 * tui/tui-source.h (struct tui_source_window) <set_contents>:
2535 Declare.
2536 (tui_set_source_content): Don't declare.
2537 * tui/tui-source.c (tui_source_window::set_contents): Rename from
2538 tui_set_source_content.
2539 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
2540 Declare.
2541 (tui_set_disassem_content): Don't declare.
2542 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
2543 tui_set_disassem_content.
2544
2ddaf614
TT
25452019-08-16 Tom Tromey <tom@tromey.com>
2546
2547 * tui/tui-winsource.h (struct tui_source_window_base)
2548 <update_breakpoint_info>: Declare.
2549 (tui_update_breakpoint_info): Don't declare.
2550 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
2551 (tui_update_all_breakpoint_info): Update.
2552 (tui_source_window_base::update_breakpoint_info): Rename from
2553 tui_update_breakpoint_info.
2554 (tui_source_window_base::update_exec_info): Update.
2555
017f9828
TT
25562019-08-16 Tom Tromey <tom@tromey.com>
2557
2558 * tui/tui-winsource.h (struct tui_source_window_base)
2559 <update_source_window>: Declare.
2560 (tui_update_source_window): Don't declare.
2561 * tui/tui-winsource.c
2562 (tui_source_window_base::update_source_window): Rename from
2563 tui_update_source_window.
2564 (tui_source_window_base::rerender): Update.
2565 * tui/tui-source.c (tui_source_window::maybe_update): Update.
2566 * tui/tui-disasm.c (tui_show_disassem)
2567 (tui_show_disassem_and_update_source)
2568 (tui_disasm_window::maybe_update): Update.
2569
ed8358e9
TT
25702019-08-16 Tom Tromey <tom@tromey.com>
2571
2572 * tui/tui-winsource.h (struct tui_source_window_base)
2573 <update_source_window_as_is>: Declare.
2574 (tui_update_source_window_as_is): Don't declare.
2575 * tui/tui-winsource.c (tui_update_source_window): Update
2576 (tui_source_window_base::update_source_window_as_is): Rename from
2577 tui_update_source_window_as_is.
2578 (tui_source_window_base::refill): Update.
2579 * tui/tui-source.c (tui_show_symtab_source): Update.
2580 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
2581 Update.
2582
20149b6b
TT
25832019-08-16 Tom Tromey <tom@tromey.com>
2584
2585 * tui/tui-winsource.h (tui_update_source_window)
2586 (tui_update_source_window_as_is): Remove "noerror" parameter.
2587 * tui/tui-winsource.c (tui_update_source_window)
2588 (tui_update_source_window_as_is): Remove "noerror" parameter.
2589 (tui_update_source_windows_with_addr)
2590 (tui_update_source_windows_with_line)
2591 (tui_source_window_base::rerender)
2592 (tui_source_window_base::refill): Update.
2593 * tui/tui-source.h (tui_set_source_content)
2594 (tui_show_symtab_source): Remove "noerror" parameter.
2595 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
2596 parameter.
2597 (tui_show_symtab_source): Likewise.
2598 (tui_source_window::maybe_update): Update.
2599 * tui/tui-disasm.c (tui_show_disassem)
2600 (tui_show_disassem_and_update_source)
2601 (tui_disasm_window::do_scroll_vertical)
2602 (tui_disasm_window::maybe_update): Update.
2603
2d83e710
TT
26042019-08-16 Tom Tromey <tom@tromey.com>
2605
2606 * tui/tui.c (tui_is_window_visible): Update.
2607 * tui/tui-wingeneral.c (tui_make_window)
2608 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
2609 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
2610 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
2611 (tui_set_win_height_command, parse_scrolling_args): Update.
2612 * tui/tui-source.c (tui_source_window::style_changed): Update.
2613 * tui/tui-regs.c (tui_show_registers)
2614 (tui_data_window::first_data_item_displayed)
2615 (tui_data_window::delete_data_content_windows)
2616 (tui_check_register_values, tui_reg_command): Update.
2617 * tui/tui-disasm.c (tui_show_disassem): Update.
2618 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
2619 method.
2620 <is_visible>: Remove field.
2621 * tui/tui-data.c (tui_next_win, tui_prev_win)
2622 (tui_delete_invisible_windows): Update.
2623
d4ab829a
TT
26242019-08-16 Tom Tromey <tom@tromey.com>
2625
2626 * tui/tui-winsource.h (struct tui_source_window_base)
2627 <m_has_locator>: Remove.
2628 * tui/tui-layout.c (show_source_disasm_command, show_data)
2629 (show_source_or_disasm_and_command): Update.
2630
aa7ca1bb
AH
26312019-08-16 Alan Hayward <alan.hayward@arm.com>
2632
2633 * NEWS (Other MI changes): New subsection.
2634 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
2635 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
2636 * arch-utils.c (default_get_pc_address_flags): New function.
2637 * arch-utils.h (default_get_pc_address_flags): New declaration.
2638 * gdbarch.sh: Add get_pc_address_flags.
2639 * gdbarch.c: Regenerate.
2640 * gdbarch.h: Likewise.
2641 * stack.c (print_pc): New function.
2642 (print_frame_info) (print_frame): Call print_pc.
2643
6eac171f
TV
26442019-08-16 Tom de Vries <tdevries@suse.de>
2645
2646 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
2647 print_objfile_section_info.
2648
3df505f6
TT
26492019-08-15 Tom Tromey <tom@tromey.com>
2650
2651 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
2652 calling update_cmdwin_start_line.
2653 * tui/tui-winsource.h (struct tui_source_window_base)
2654 <do_make_visible_with_new_height, set_new_height>: Don't declare.
2655 <rerender>: Declare.
2656 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
2657 Call rerender.
2658 (tui_source_window_base::set_new_height): Remove.
2659 (tui_source_window_base::rerender): Rename from
2660 do_make_visible_with_new_height.
2661 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
2662 resize method.
2663 (tui_win_info::make_invisible_and_set_new_height)
2664 (tui_win_info::make_visible_with_new_height): Remove.
2665 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
2666 Declare.
2667 * tui/tui-stack.c (tui_locator_window::rerender): New method.
2668 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
2669 do_make_visible_with_new_height>: Don't declare.
2670 <rerender>: Declare.
2671 * tui/tui-regs.c (tui_data_window::rerender): Rename from
2672 set_new_height.
2673 (tui_data_window::do_make_visible_with_new_height): Remove.
2674 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
2675 call tui_show_locator_content.
2676 (tui_gen_win_info::resize): Call rerender.
2677 (show_source_or_disasm_and_command): Don't call
2678 tui_show_locator_content.
2679 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
2680 method.
2681 (struct tui_win_info) <rerender>: Declare.
2682 <set_new_height, make_invisible_and_set_new_height,
2683 make_visible_with_new_height>: Don't declare.
2684 * tui/tui-data.c (tui_win_list::rerender): New method.
2685 * tui/tui-command.h (struct tui_cmd_window)
2686 <do_make_visible_with_new_height>: Don't declare.
2687 * tui/tui-command.c
2688 (tui_cmd_window::do_make_visible_with_new_height): Remove.
2689
272560b5
TT
26902019-08-15 Tom Tromey <tromey@adacore.com>
2691
2692 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
2693 * ada-lang.c (ada_enum_name): Likewise.
2694
08235187
CB
26952019-08-15 Christian Biesinger <cbiesinger@google.com>
2696
2697 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
2698 leading underscore.
2699 (GdbOutputErrorFile): Likewise.
2700 (global scope): Adjust constructor calls to GdbOutput{,Error}File
2701 accordingly.
2702 (execute_unwinders): Rename to have a leading underscore.
2703 (auto_load_packages): Likewise.
2704 (global scope): Adjust call to auto_load_packages accordingly.
2705 (GdbSetPythonDirectory): Likewise.
2706 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
2707 instead of execute_unwinders.
2708
db502012
TT
27092019-08-15 Tom Tromey <tom@tromey.com>
2710
2711 * tui/tui-layout.c (show_layout, show_source_disasm_command)
2712 (show_data): Don't change window visibility.
2713 (tui_gen_win_info::resize): Remove special case for command
2714 window. Use wresize, when available.
2715 (show_source_or_disasm_and_command): Don't change window
2716 visibility.
2717 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
2718 <make_visible>: New method.
2719 * tui/tui-command.c (tui_cmd_window::resize): New method.
2720
3891b65e
TT
27212019-08-15 Tom Tromey <tom@tromey.com>
2722
2723 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
2724 (struct tui_source_windows): New.
2725 * tui/tui-winsource.c (tui_display_main): Update.
2726 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
2727 (new_height_ok, parse_scrolling_args): Update.
2728 * tui/tui-layout.c (show_layout, show_data): Update.
2729 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
2730 (tui_add_to_source_windows): Don't declare.
2731 * tui/tui-data.c (source_windows, tui_source_windows)
2732 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
2733
ee556432
TT
27342019-08-15 Tom Tromey <tom@tromey.com>
2735
2736 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
2737 Rename from reset.
2738 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
2739 * tui/tui-layout.c (show_source_disasm_command, show_data):
2740 Update.
2741 (tui_gen_win_info::resize): Rename.
2742 (show_source_or_disasm_and_command): Update.
2743 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
2744 reset.
2745
46f438e3
TT
27462019-08-15 Tom Tromey <tom@tromey.com>
2747
2748 * tui/tui-stack.c (tui_initialize_static_data): Remove.
2749 * tui/tui-interp.c (tui_interp::init): Don't call
2750 tui_initialize_static_data.
2751 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
2752
f4ce562c
TT
27532019-08-15 Tom Tromey <tom@tromey.com>
2754
2755 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
2756 examine tui_win_list.
2757
c398c3d0
TT
27582019-08-15 Tom Tromey <tom@tromey.com>
2759
2760 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
2761 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
2762 tui_clear_source_content.
2763 (tui_clear_source_content): Remove.
2764 (tui_source_window_base::do_erase_source_content): Hoist call to
2765 content.clear().
2766 * tui/tui-stack.c (tui_show_frame_info): Don't call
2767 tui_clear_source_content.
2768
e25d2004
TT
27692019-08-15 Tom Tromey <tom@tromey.com>
2770
2771 * tui/tui-winsource.h (struct tui_source_window_base)
2772 <do_erase_source_content>: New method.
2773 <erase_source_content>: New method.
2774 (tui_erase_source_content): Don't declare.
2775 * tui/tui-winsource.c (tui_clear_source_content): Update.
2776 (tui_source_window_base::do_erase_source_content): Rename from
2777 tui_erase_source_content.
2778 (tui_source_window_base::show_source_content): Update.
2779 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
2780 * tui/tui-source.h (struct tui_source_window)
2781 <erase_source_content>: New method.
2782 * tui/tui-disasm.h (struct tui_disasm_window)
2783 <erase_source_content>: New method.
2784
002f15c2
TT
27852019-08-15 Tom Tromey <tom@tromey.com>
2786
2787 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
2788 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
2789 constructor.
2790 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
2791 * tui/tui-source.c (tui_set_source_content): Update.
2792 * tui/tui-disasm.c (tui_set_disassem_content): Update.
2793
c9033fe8
TT
27942019-08-15 Tom Tromey <tom@tromey.com>
2795
2796 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
2797 * tui/tui-winsource.c (tui_line_is_displayed): Move to
2798 tui-source.c.
2799 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
2800 Declare.
2801 * tui/tui-source.c (tui_source_window::line_is_displayed): New
2802 method.
2803 (tui_source_window::maybe_update): Update.
2804
088f37dd
TT
28052019-08-15 Tom Tromey <tom@tromey.com>
2806
2807 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
2808 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
2809 tui-disasm.c.
2810 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
2811 Declare.
2812 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
2813 method.
2814 (tui_disasm_window::maybe_update): Update.
2815
a54700c6
TT
28162019-08-15 Tom Tromey <tom@tromey.com>
2817
2818 * tui/tui-winsource.h (struct tui_source_window_base)
2819 <maybe_update>: Declare.
2820 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
2821 method.
2822 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
2823 Declare.
2824 * tui/tui-source.c (tui_source_window::maybe_update): New method.
2825 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
2826 Declare.
2827 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
2828
e2a678a5
TT
28292019-08-15 Tom Tromey <tom@tromey.com>
2830
2831 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
2832
f2dda477
TT
28332019-08-15 Tom Tromey <tom@tromey.com>
2834
2835 * tui/tui-wingeneral.c: Include tui-stack.h.
2836 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
2837 (struct tui_locator_window): Move from tui-data.h.
2838 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
2839 (tui_initialize_static_data): Move from tui-data.c.
2840 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
2841 (struct tui_locator_window): Move to tui-stack.c.
2842 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
2843 (tui_initialize_static_data): Move to tui-stack.c.
2844
ed4a1084
TT
28452019-08-15 Tom Tromey <tom@tromey.com>
2846
2847 * tui/tui-layout.c (show_source_disasm_command)
2848 (show_source_or_disasm_and_command): Use make_visible method, not
2849 tui_make_window.
2850 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
2851 Remove.
2852
65962b20
TT
28532019-08-15 Tom Tromey <tom@tromey.com>
2854
2855 * tui/tui-wingeneral.h (tui_make_window): Update.
2856 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
2857 parameter.
2858 (tui_gen_win_info::make_visible): Update.
2859 * tui/tui-regs.c (tui_data_window::display_registers_from):
2860 Update.
2861 * tui/tui-layout.c (show_source_disasm_command)
2862 (show_source_or_disasm_and_command): Update.
2863 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
2864 (enum tui_box): Remove.
2865 (struct tui_win_info) <can_box>: New method.
2866 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
2867 method.
2868
2208ee91
TV
28692019-08-15 Tom de Vries <tdevries@suse.de>
2870
2871 * linux-nat-trad.c: Include gdbarch.h.
2872
75faf5c4
AH
28732019-08-14 Alan Hayward <alan.hayward@arm.com>
2874
2875 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
2876 register sizes.
2877
b1c896b3
TT
28782019-08-14 Tom Tromey <tromey@adacore.com>
2879
2880 * darwin-nat.c: Include gdbarch.h.
2881 * darwin-nat-info.c: Include gdbarch.h.
2882
6405cd73
TT
28832019-08-13 Tom Tromey <tom@tromey.com>
2884
2885 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
2886 Remove.
2887 * tui/tui-data.c (tui_initialize_static_data): Update.
2888
5216580d
TT
28892019-08-13 Tom Tromey <tom@tromey.com>
2890
2891 * tui/tui-winsource.h (struct tui_exec_info_window)
2892 <~tui_exec_info_window, maybe_allocate_content, get_content,
2893 m_content>: Remove.
2894 (struct tui_source_window_base) <set_exec_info_content,
2895 show_exec_info_content>: Don't declare.
2896 * tui/tui-winsource.c
2897 (tui_exec_info_window::maybe_allocate_content): Remove.
2898 (tui_source_window_base::update_exec_info): Rename from
2899 set_exec_info_content.
2900 (tui_source_window_base::show_exec_info_content)
2901 (tui_source_window_base::update_exec_info): Remove.
2902
93858ad3
TT
29032019-08-13 Tom Tromey <tom@tromey.com>
2904
2905 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
2906 declare.
2907 * tui/tui-winsource.c (tui_update_source_window_as_is)
2908 (tui_update_source_windows_with_addr, tui_erase_source_content):
2909 Update.
2910 (tui_clear_exec_info_content): Remove.
2911
e321e7ce
TT
29122019-08-13 Tom Tromey <tom@tromey.com>
2913
2914 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
2915 declare.
2916 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
2917 call tui_erase_exec_info_content.
2918 (tui_clear_exec_info_content): Rename from
2919 tui_erase_exec_info_content.
2920 (tui_clear_exec_info_content): Delete.
2921
8270ac62
TT
29222019-08-13 Tom Tromey <tom@tromey.com>
2923
2924 * tui/tui-winsource.h (struct tui_source_window_base)
2925 <show_exec_info_content>: Declare.
2926 (tui_show_exec_info_content): Don't declare.
2927 * tui/tui-winsource.c
2928 (tui_source_window_base::show_exec_info_content): Rename from
2929 tui_show_exec_info_content.
2930 (tui_source_window_base::update_exec_info): Update.
2931
7b56485d
TT
29322019-08-13 Tom Tromey <tom@tromey.com>
2933
2934 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
2935 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
2936 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
2937 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
2938 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
2939 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
2940 ... here.
2941
7ba913dc
TT
29422019-08-13 Tom Tromey <tom@tromey.com>
2943
2944 * tui/tui-winsource.h (struct tui_source_window_base)
2945 <update_exec_info>: Declare.
2946 (tui_update_exec_info): Don't declare.
2947 * tui/tui-winsource.c (tui_update_source_window_as_is)
2948 (tui_source_window_base::refresh_all)
2949 (tui_update_all_breakpoint_info): Update.
2950 (tui_source_window_base::update_exec_info): Rename from
2951 tui_update_exec_info.
2952 * tui/tui-stack.c (tui_show_frame_info): Update.
2953
37a4a131
TT
29542019-08-13 Tom Tromey <tom@tromey.com>
2955
2956 * tui/tui-winsource.h (struct tui_source_window_base)
2957 <set_exec_info_content>: Declare.
2958 (tui_set_exec_info_content): Don't declare.
2959 * tui/tui-winsource.c
2960 (tui_source_window_base::set_exec_info_content): Rename from
2961 tui_set_exec_info_content.
2962 (tui_update_exec_info): Update.
2963
0bd27e07
TT
29642019-08-13 Tom Tromey <tom@tromey.com>
2965
2966 * tui/tui-winsource.h (struct tui_source_window_base)
2967 <show_source_content>: Declare.
2968 (tui_show_source_content): Don't declare.
2969 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
2970 (tui_source_window_base::show_source_content): Rename from
2971 tui_show_source_content.
2972 (tui_source_window_base::refresh_all): Update.
2973 * tui/tui-layout.c (show_source_disasm_command)
2974 (show_source_or_disasm_and_command): Update.
2975
b4ef5aeb
TT
29762019-08-13 Tom Tromey <tom@tromey.com>
2977
2978 * tui/tui-winsource.c (tui_erase_source_content)
2979 (tui_show_source_content, tui_source_window_base::refresh_all):
2980 Update.
2981 * tui/tui-wingeneral.h
2982 (tui_check_and_display_highlight_if_needed): Don't declare.
2983 * tui/tui-wingeneral.c
2984 (tui_win_info::check_and_display_highlight_if_needed): Rename from
2985 check_and_display_highlight_if_needed.
2986 * tui/tui-win.c (tui_rehighlight_all)
2987 (tui_win_info::make_visible_with_new_height): Update.
2988 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
2989 (tui_data_window::erase_data_content)
2990 (tui_data_window::display_all_data): Update.
2991 * tui/tui-data.h (struct tui_win_info)
2992 <check_and_display_highlight_if_needed>: Declare.
2993
fede5273
TT
29942019-08-13 Tom Tromey <tom@tromey.com>
2995
2996 * tui/tui-win.c (tui_resize_all): Call
2997 tui_delete_invisible_windows.
2998 * tui/tui-layout.c (show_layout): Call
2999 tui_delete_invisible_windows.
3000 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
3001 * tui/tui-data.c (tui_delete_invisible_windows): New function.
3002
22c3f490
TT
30032019-08-13 Tom Tromey <tom@tromey.com>
3004
3005 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
3006 tui_add_win_to_layout.
3007
16cb7910
TT
30082019-08-13 Tom Tromey <tom@tromey.com>
3009
3010 * tui/tui-layout.h (tui_default_win_height): Don't declare.
3011 * tui/tui-layout.c (tui_default_win_height): Now static.
3012
cc0c3ffb
TT
30132019-08-13 Tom Tromey <tom@tromey.com>
3014
3015 * tui/tui-layout.c (show_layout): Unify all layout cases into a
3016 single switch.
3017 (show_source_disasm_command, show_source_or_disasm_and_command):
3018 Don't check current layout.
3019
3f3ffe54
TT
30202019-08-13 Tom Tromey <tom@tromey.com>
3021
3022 * tui/tui-wingeneral.c (make_all_visible): Remove.
3023 (tui_make_all_invisible): Simplify.
3024 * tui/tui-layout.c (tui_make_all_invisible): Move from
3025 tui-wingeneral.c; simplify.
3026 (show_layout): Hoist call to tui_make_all_invisible.
3027 (show_data): Don't call tui_make_all_invisible.
3028
69258091
TT
30292019-08-13 Tom Tromey <tom@tromey.com>
3030
3031 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
3032 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
3033
62cf57fe
TT
30342019-08-13 Tom Tromey <tom@tromey.com>
3035
3036 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
3037 tui-data.c.
3038 (show_source_disasm_command, show_data)
3039 (show_source_or_disasm_and_command): Don't use
3040 tui_set_current_layout_to.
3041 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
3042 * tui/tui-data.c (current_layout, tui_current_layout): Move to
3043 tui-layout.c.
3044 (tui_set_current_layout_to): Remove.
3045
2afade5d
TT
30462019-08-13 Tom Tromey <tom@tromey.com>
3047
3048 * tui/tui-layout.c (tui_set_layout): Update.
3049 * tui/tui-data.h (struct tui_layout_def): Remove.
3050 (tui_layout_def): Don't declare.
3051 * tui/tui-data.c (layout_def): Remove.
3052 (tui_layout_def): Remove.
3053
a3504e96
TT
30542019-08-13 Tom Tromey <tom@tromey.com>
3055
3056 * tui/tui-winsource.h (struct tui_source_window_base)
3057 <clear_detail>: No longer "override".
3058 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
3059 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
3060 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
3061 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
3062 Remove.
3063 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
3064
29c92911
TT
30652019-08-13 Tom Tromey <tromey@adacore.com>
3066
3067 * tracepoint.c: Don't include readline.h or history.h.
3068
86c6b807
TT
30692019-08-12 Tom Tromey <tom@tromey.com>
3070
3071 * configure: Rebuild.
3072 * configure.ac: Check for readline 7.
3073 * NEWS: Mention readline 7 requirement.
3074 * README: Update.
3075
5db2718c
TT
30762019-08-12 Tom Tromey <tom@tromey.com>
3077
3078 * mingw-hdep.c (gdb_select): Remove readline hack.
3079
dac36daf
PFC
30802019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3081
3082 * blockframe.c (find_pc_partial_function): Set *block to nullptr
3083 when the function fails.
3084
1022c627
AA
30852019-08-09 Andreas Arnez <arnez@linux.ibm.com>
3086
3087 * s390-tdep.c (s390_type_align): New function.
3088 (s390_gdbarch_init): Set it as type_align gdbarch method.
3089
eba4caf2
TV
30902019-08-09 Tom de Vries <tdevries@suse.de>
3091
3092 PR gdb/24591
3093 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
3094 pc_low with relocation offset.
3095
123cd851
TT
30962019-08-07 Tom Tromey <tromey@adacore.com>
3097
3098 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
3099 (print_frame_args): Update.
3100 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
3101 Update.
3102 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
3103 * frame.h (struct frame_arg): Add initializers.
3104 <error>: Now a unique_xmalloc_ptr.
3105
3d31bc39
AH
31062019-08-07 Alan Hayward <alan.hayward@arm.com>
3107
3108 * NEWS: Expand the Pointer Authentication entry.
3109 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
3110 (aarch64_frame_unmask_lr): ... to this.
3111 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
3112 Call aarch64_frame_unmask_lr.
3113 * frame.c (struct frame_info): Add "masked" variable.
3114 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
3115 (fprint_frame): Check for masked pc.
3116 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
3117 declarations.
3118 * python/py-framefilter.c (py_print_frame): Check for masked pc.
3119 * stack.c (print_frame): Check for masked pc.
3120
0cf9feb9
TT
31212019-08-06 Tom Tromey <tom@tromey.com>
3122
3123 * stabsread.c (patch_block_stabs, read_one_struct_field)
3124 (read_enum_type): Use obstack_strndup.
3125 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
3126 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
3127 * dwarf2read.c (guess_full_die_structure_name)
3128 (anonymous_struct_prefix): Use obstack_strndup.
3129 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
3130 * c-exp.y (yylex): Use obstack_strndup.
3131 * ada-exp.y (write_object_renaming, write_ambiguous_var)
3132 (write_var_or_type): Use obstack_strndup.
3133
efba19b0
TT
31342019-08-06 Tom Tromey <tom@tromey.com>
3135
3136 * symfile.c (reread_symbols): Use obstack_strdup.
3137 * stabsread.c (read_type): Use obstack_strdup.
3138 * gdb_obstack.h (obstack_strdup): New overload.
3139 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
3140 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
3141 (dwarf2_canonicalize_name): Use obstack_strdup.
3142 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
3143 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
3144 Use obstack_strdup.
3145
f25102f7
TT
31462019-08-06 Tom Tromey <tom@tromey.com>
3147
3148 * gdb_obstack.h (obstack_strdup): Define.
3149 * gdb_obstack.c (obstack_strdup): Don't define.
3150
021887d8
TT
31512019-08-06 Tom Tromey <tom@tromey.com>
3152
3153 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
3154 obstack_strdup.
3155 * typeprint.c (typedef_hash_table::find_global_typedef): Use
3156 obstack_strdup.
3157 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
3158 * stabsread.c (common_block_start): Use obstack_strdup.
3159 * objfiles.c (set_objfile_main_name, objfile): Use
3160 obstack_strdup.
3161 * namespace.c (add_using_directive): Use obstack_strdup.
3162 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
3163 * jit.c (finalize_symtab): Use obstack_strdup.
3164 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
3165 (guess_partial_die_structure_name, partial_die_info::fixup)
3166 (dwarf2_name): Use obstack_strdup.
3167 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
3168 obstack_strdup.
3169 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
3170 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
3171 obstack_strdup.
3172 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
3173
d2834edc
PW
31742019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3175
3176 * unittests/help-doc-selftests.c: New file.
3177 * Makefile.in: Add the new file.
3178
590042fc
PW
31792019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3180
3181 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
3182 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
3183 the full first line, except when FOR_VALUE_PREFIX. In this case,
3184 the trailing '.' is not output, and the first character is uppercased.
3185 (print_help_for_command): Update call to print_doc_line.
3186 (print_doc_of_command): Likewise.
3187 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
3188 * cli/cli-option.c (append_indented_doc): Do not append newline.
3189 (build_help_option): Append newline after first appended_indented_doc
3190 only if a second call is done.
3191 (build_help): Append 2 new lines before each option, except the first
3192 one.
3193 * compile/compile.c (_initialize_compile): Add new lines after
3194 %OPTIONS%, when not at the end of the help.
3195 Change help doc or code
3196 producing the help doc to respect the invariants.
3197 * maint-test-options.c (_initialize_maint_test_options): Likewise.
3198 Also removed the new line after 'Options:', as all other commands
3199 do not put an empty line between 'Options:' and the first option.
3200 * printcmd.c (_initialize_printcmd): Likewise.
3201 * stack.c (_initialize_stack): Likewise.
3202 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
3203 incorrectly telling COMMAND is optional.
3204 * ada-lang.c (_initialize_ada_language): Change help doc or code
3205 producing the help doc to respect the invariants.
3206 * ada-tasks.c (_initialize_ada_tasks): Likewise.
3207 * breakpoint.c (_initialize_breakpoint): Likewise.
3208 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
3209 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
3210 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
3211 * cli/cli-style.c (cli_style_option::add_setshow_commands,
3212 _initialize_cli_style): Likewise.
3213 * corelow.c (core_target_info): Likewise.
3214 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
3215 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
3216 * filesystem.c (_initialize_filesystem): Likewise.
3217 * frame.c (_initialize_frame): Likewise.
3218 * gnu-nat.c (add_task_commands): Likewise.
3219 * infcall.c (_initialize_infcall): Likewise.
3220 * infcmd.c (_initialize_infcmd): Likewise.
3221 * interps.c (_initialize_interpreter): Likewise.
3222 * language.c (_initialize_language): Likewise.
3223 * linux-fork.c (_initialize_linux_fork): Likewise.
3224 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
3225 * maint.c (_initialize_maint_cmds): Likewise.
3226 * memattr.c (_initialize_mem): Likewise.
3227 * printcmd.c (_initialize_printcmd): Likewise.
3228 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
3229 _RegEx): Likewise.
3230 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
3231 * record-btrace.c (_initialize_record_btrace): Likewise.
3232 * record-full.c (_initialize_record_full): Likewise.
3233 * record.c (_initialize_record): Likewise.
3234 * regcache-dump.c (_initialize_regcache_dump): Likewise.
3235 * regcache.c (_initialize_regcache): Likewise.
3236 * remote.c (add_packet_config_cmd, init_remote_threadtests,
3237 _initialize_remote): Likewise.
3238 * ser-tcp.c (_initialize_ser_tcp): Likewise.
3239 * serial.c (_initialize_serial): Likewise.
3240 * skip.c (_initialize_step_skip): Likewise.
3241 * source.c (_initialize_source): Likewise.
3242 * stack.c (_initialize_stack): Likewise.
3243 * symfile.c (_initialize_symfile): Likewise.
3244 * symtab.c (_initialize_symtab): Likewise.
3245 * target-descriptions.c (_initialize_target_descriptions): Likewise.
3246 * top.c (init_main): Likewise.
3247 * tracefile-tfile.c (tfile_target_info): Likewise.
3248 * tracepoint.c (_initialize_tracepoint): Likewise.
3249 * tui/tui-win.c (_initialize_tui_win): Likewise.
3250 * utils.c (add_internal_problem_command): Likewise.
3251 * valprint.c (value_print_option_defs): Likewise.
3252
404f2902
FCE
32532019-08-06 Frank Ch. Eigler <fche@redhat.com>
3254
3255 PR build/24886
3256 * configure.ac: Drop enable-libmcheck support.
3257 * configure, config.in: Rebuild.
3258 * libmcheck.m4: Remove.
3259 * acinclude.m4: Don't include it.
3260 * Makefile.in: Don't distribute it.
3261 * top.c (print_gdb_configuration): Don't mention it.
3262
046bebe1
TT
32632019-08-06 Tom Tromey <tom@tromey.com>
3264
3265 * utils.c (set_output_style): Sometimes pass stream to
3266 emit_style_escape.
3267 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
3268 * record-btrace.c (btrace_insn_history): Update.
3269 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
3270 method.
3271 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
3272 Update initializers.
3273 <m_uiout>: New field.
3274 <m_di>: Move lower.
3275 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3276 Remove "uiout" parameter.
3277 (dump_insns): Update.
3278 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
3279 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
3280
ddbcedf5
CB
32812019-08-06 Christian Biesinger <cbiesinger@google.com>
3282
3283 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
3284 (error_in_psymtab_expansion): Likewise.
3285 (lookup_symbol_via_quick_fns): Likewise.
3286 (basic_lookup_transparent_type_quick): Likewise.
3287 (basic_lookup_transparent_type_1): Likewise.
3288
b08b16c8
TT
32892019-08-06 Tom Tromey <tromey@adacore.com>
3290
3291 * source.c (last_source_error): Now bool.
3292 (print_source_lines_base): Make "noprint" bool. Only open
3293 source file when last_source_visited changes.
3294
cb44333d
TT
32952019-08-06 Tom Tromey <tromey@adacore.com>
3296
3297 * annotate.c (annotate_source_line): Use g_source_cache.
3298 * source-cache.c (source_cache::get_plain_source_lines): Change
3299 parameters. Populate m_offset_cache.
3300 (source_cache::ensure): New method.
3301 (source_cache::get_line_charpos): New method.
3302 (extract_lines): Move lower. Change parameters.
3303 (source_cache::get_source_lines): Move lower.
3304 * source-cache.h (class source_cache): Update comment.
3305 <get_line_charpos>: New method.
3306 <get_source_lines>: Update comment.
3307 <clear>: Clear m_offset_cache.
3308 <get_plain_source_lines>: Change parameters.
3309 <ensure>: New method
3310 <m_offset_cache>: New member.
3311 * source.c (forget_cached_source_info_for_objfile): Update.
3312 (info_source_command): Use g_source_cache.
3313 (find_source_lines, open_source_file_with_line_charpos): Remove.
3314 (print_source_lines_base, search_command_helper): Use g_source_cache.
3315 * source.h (open_source_file_with_line_charpos): Don't declare.
3316 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
3317 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
3318 Use g_source_cache.
3319
872dceaa
TT
33202019-08-06 Tom Tromey <tromey@adacore.com>
3321
3322 * source-cache.c (source_cache::get_plain_source_lines):
3323 Remove "first_line" and "last_line" parameters.
3324 (source_cache::get_source_lines): Cache plain text.
3325 * source-cache.h (class source_cache)
3326 <get_plain_source_lines>: Update.
3327
269249d9
TT
33282019-08-06 Tom Tromey <tromey@adacore.com>
3329
3330 * source-cache.c (extract_lines): No longer a method.
3331 Changed type of parameter. Include final newline.
3332 (selftests::extract_lines_test): New function.
3333 (_initialize_source_cache): Likewise.
3334 * source-cache.h (class source_cache)
3335 <extract_lines>: Don't declare.
3336
c0e8dcd8
TT
33372019-08-06 Tom Tromey <tromey@adacore.com>
3338
3339 * breakpoint.c (init_breakpoint_sal): Update.
3340 (breakpoint): Update.
3341 * breakpoint.h (struct breakpoint) <filter>: Now a
3342 unique_xmalloc_ptr.
3343
0b27c27d
CB
33442019-08-05 Christian Biesinger <cbiesinger@google.com>
3345
3346 * NEWS: Mention dictionary access on blocks.
3347 * python/py-block.c (blpy_getitem): New function.
3348 (block_object_as_mapping): New struct.
3349 (block_object_type): Use new struct for tp_as_mapping field.
3350
4ee94178
CB
33512019-08-05 Christian Biesinger <cbiesinger@google.com>
3352
3353 * objfiles.h (objfile): Add a comment describing partial symbols.
3354
8abfcabc
TT
33552019-08-05 Tom Tromey <tromey@adacore.com>
3356
3357 * compile/compile.c (_initialize_compile): Use _(), not N_().
3358 * thread.c (_initialize_thread): Use _(), not N_().
3359 * stack.c (_initialize_stack): Use _(), not N_().
3360 * printcmd.c (_initialize_printcmd): Use _(), not N_().
3361
2b79f376
SM
33622019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
3363
3364 * dwarf2read.c (struct dw2_symtab_iterator):
3365 <want_specific_block>: Remove.
3366 <block_index>: Change type to gdb::optional.
3367 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
3368 change type of BLOCK_INDEX parameter to gdb::optional.
3369 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
3370 (dw2_lookup_symbol): Don't pass argument for
3371 WANT_SPECIFIC_BLOCK.
3372 (dw2_expand_symtabs_for_function): Don't pass argument for
3373 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
3374 (class dw2_debug_names_iterator)
3375 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
3376 parameter, change BLOCK_INDEX type to gdb::optional.
3377 <m_want_specific_block>: Remove.
3378 <m_block_index>: Change type to gdb::optional.
3379 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
3380 gdb::optional. Re-write in function of gdb::optional.
3381 (dw2_debug_names_lookup_symbol): Don't pass argument for
3382 WANT_SPECIFIC_BLOCK.
3383 (dw2_debug_names_expand_symtabs_for_function): Don't pass
3384 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
3385 BLOCK_INDEX.
3386
ae60f04e
PW
33872019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3388
3389 * NEWS: Mention changes to "info sources" command.
3390
28cd9371
PW
33912019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3392
3393 * symtab.c (filename_partial_match_opts): New struct type.
3394 (struct output_source_filename_data): New members
3395 regexp, c_regexp, partial_match.
3396 (output_source_filename): Use new members to decide to print file.
3397 (info_sources_option_defs): New variable.
3398 (make_info_sources_options_def_group, print_info_sources_header,
3399 info_sources_command_completer):
3400 New functions.
3401 (info_sources_command): Read new optional arguments.
3402 (_initialize_symtab): Update info sources help.
3403
ca683e3a
AO
34042019-08-02 Alexandre Oliva <oliva@adacore.com>
3405
3406 * ada-lang.c (exception_support_info_v0): Renamed from...
3407 (default_exception_support_info): ... this. Create new
3408 definition for v1.
3409 (ada_has_this_exception_support): Look up catch_handlers_sym.
3410 (ada_exception_support_info_sniffer): Try v0 after default.
3411
f1264162
TT
34122019-08-01 Tom Tromey <tromey@adacore.com>
3413
3414 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
3415 gdbarch.h.
3416
0a7b2485
CB
34172019-08-01 Christian Biesinger <cbiesinger@google.com>
3418
3419 * s12z-tdep.c: Fix include path for s12z-opc.h.
3420
c6bdbeb7
AH
34212019-08-01 Alan Hayward <alan.hayward@arm.com>
3422
3423 * NEWS: Require GNU make 3.82.
3424
a2bd7b82
TT
34252019-07-16 Tom Tromey <tom@tromey.com>
3426
3427 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
3428 declare.
3429
aa3b6533
TT
34302019-07-30 Tom Tromey <tromey@adacore.com>
3431
3432 * block.c (contained_in): Remove BLOCK_FUNCTION check.
3433
a1530dc7
KB
34342019-07-30 Kevin Buettner <kevinb@redhat.com>
3435
3436 * printcmd.c (print_address_symbolic): Print negative offsets.
3437 (build_address_symbolic): Force signed arithmetic when computing
3438 offset.
3439
2906593f
CB
34402019-07-30 Christian Biesinger <cbiesinger@google.com>
3441
3442 PR/24474: Add a function to lookup static variables.
3443 * NEWS: Mention this new function.
3444 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
3445 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
3446 * python/python.c (python_GdbMethods): Add new function.
3447
c620ed88
CB
34482019-07-29 Christian Biesinger <cbiesinger@google.com>
3449
3450 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
3451 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
3452 (objfpy_lookup_static_symbol): New function.
3453 (objfile_object_methods): Add new functions.
3454
bc4268a5
PW
34552019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3456
3457 * NEWS: Mention 'set|show print frame-info'. Mention new
3458 'presence' value for 'frame-arguments'. Mention new '-frame-info'
3459 backtrace argument. Mention that python frame filtering code
3460 is now consistent with what 'backtrace' command prints.
3461
4b5e8d19
PW
34622019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3463
3464 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
3465 comments.
3466 (print_frame_info_auto, print_frame_info_source_line,
3467 print_frame_info_location, print_frame_info_source_and_location,
3468 print_frame_info_location_and_address, print_frame_info_short_location):
3469 New declarations.
3470 (struct frame_print_options): New member print_frame_info.
3471 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
3472 * stack.h (get_user_print_what_frame_info): New declaration.
3473 (frame_show_address): New declaration.
3474 * stack.c (print_frame_arguments_choices): New value 'presence'.
3475 (print_frame_info_auto, print_frame_info_source_line,
3476 print_frame_info_location, print_frame_info_source_and_location,
3477 print_frame_info_location_and_address, print_frame_info_short_location,
3478 print_frame_info_choices, print_frame_info_print_what): New definitions.
3479 (print_frame_args): Only print dots for args if print frame-arguments
3480 is 'presence'.
3481 (frame_print_option_defs): New element for "frame-info".
3482 (get_user_print_what_frame_info): New function.
3483 (frame_show_address): Make non static. Move comment to stack.h.
3484 (print_frame_info_to_print_what): New function.
3485 (print_frame_info): Update comment. Use fp_opts.print_frame_info
3486 to decide what to print.
3487 (backtrace_command_1): Handle the new print_frame_arguments_presence
3488 value.
3489 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
3490 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
3491 (py_print_frame): In non-mi mode, use LOCATION as default for
3492 print_what, similarly to frame information printed directly by
3493 backtrace command. Handle frame-info user option in non MI mode.
3494
6bdfee81
KB
34952019-07-27 Kevin Buettner <kevinb@redhat.com>
3496
3497 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
3498 Add case for debugging 32-bit target on 64-bit host. Revise
3499 comment.
3500
98a617f8
KB
35012019-07-27 Kevin Buettner <kevinb@redhat.com>
3502
3503 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
3504 instead of find_function_entry_range_from_pc.
3505
567238c9
KB
35062019-07-27 Kevin Buettner <kevinb@redhat.com>
3507
3508 * stack.c (find_frame_funname): Remove code which preferred
3509 minsym over symtab sym in "certain pathological cases".
3510
2dc80cf8
KB
3511 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
3512 parameter. Change type of "do_demangle" to bool.
3513 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3514 Pass suitable "prefer_sym_over_minsym" flag to
3515 build_address_symbolic(). Don't output "+" for negative offsets.
3516 * printcmd.c (print_address_symbolic): Update invocation of
3517 build_address_symbolic to include a "prefer_sym_over_minsym"
3518 flag.
3519 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
3520 Restrict cases in which use of minimal symbol is preferred to that
3521 of a found symbol. Update comments.
3522
1aff7173
KB
3523 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
3524 for entry pc when entry pc is out of range for that FDE.
3525
89b085ac
BC
35262019-07-26 Brian Callahan <bcallah@openbsd.org>
3527
3528 PR gdb/24839:
3529 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
3530 type.
3531
f32feb4a
CB
35322019-07-25 Christian Biesinger <cbiesinger@google.com>
3533
3534 * python/py-objfile.c (add_separate_debug_file): Fix comment about
3535 this function's Python signature.
3536
3537
35382019-07-24 Christian Biesinger <cbiesinger@google.com>
442853af
CB
3539
3540 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
3541 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
3542 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
3543 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
3544 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
3545
3546
c54e4253
YS
35472019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
3548
3549 * h8300-tdep.c (h8300_register_name_common): New.
3550 h8300_register_name): Use h8300_register_name_common.
3551 (h8300s_register_name): Likewise.
3552 (h8300sx_register_name): Likewise.
3553 (h8300h_register_nam): New.
3554 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
3555
3556
40eadf04
SP
35572019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3558
3559 * arm-tdep.c (arm_skip_cmse_entry): New function.
3560 (arm_is_sgstubs_section): New function.
3561 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
3562
bfa2a36d
TT
35632019-07-22 Tom Tromey <tom@tromey.com>
3564
3565 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
3566 Don't self-assign.
3567
a8e9d247
AB
35682019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3569
3570 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
3571 type_print.
3572
eb86c5e2
AB
35732019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3574
3575 * symtab.c (search_symbols): Adjust msymbol matching type arrays
3576 so that GDB doesn't match any msymbols when searching in the
3577 TYPES_DOMAIN.
3578 (print_symbol_info): Print using typedef_print or type_print based
3579 on the type of the symbol. Add updated FIXME comment moved from...
3580 (_initialize_symtab): ... move and update FIXME comment to above.
3581
a8eab7c6
AB
35822019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3583
3584 * NEWS: Mention adding -q option to "info types".
3585 * symtab.c (struct info_types_options): New struct.
3586 (info_types_options_defs): New variable.
3587 (make_info_types_options_def_group): New function.
3588 (info_types_command): Use gdb::option framework to parse options.
3589 (info_types_command_completer): New function.
3590 (_initialize_symtab): Extend the help text on "info types" and
3591 register command completer.
3592
b4603c34
CB
35932019-07-21 Christian Biesinger <cbiesinger@google.com>
3594
3595 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
3596 (lookup_symbol_in_objfile): Change int to block_enum and add a
3597 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
3598
c8cdc1e0
CB
35992019-07-20 Christian Biesinger <cbiesinger@google.com>
3600
3601 * MAINTAINERS (Write After Approval): Add self.
3602
01e175fe
AB
36032019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3604
3605 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
3606 instruction to the dummy code region.
3607
56f79b63
TT
36082019-07-19 Tom Tromey <tromey@adacore.com>
3609
3610 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
3611 (ARGSUSED, PARAMS, __func__): Remove rules.
3612
4c5aa8e0
AH
36132019-07-19 Alan Hayward <alan.hayward@arm.com>
3614
3615 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
3616 * features/arm/arm-with-iwmmxt.c: Remove.
3617 * features/arm/arm-with-iwmmxt.xml: Remove.
3618 * features/arm/arm-with-m-fpa-layout.c: Remove.
3619 * features/arm/arm-with-m-fpa-layout.xml: Remove.
3620 * features/arm/arm-with-m-vfp-d16.c: Remove.
3621 * features/arm/arm-with-m-vfp-d16.xml: Remove.
3622 * features/arm/arm-with-m.c: Remove.
3623 * features/arm/arm-with-m.xml: Remove.
3624 * features/arm/arm-with-neon.c: Remove.
3625 * features/arm/arm-with-neon.xml: Remove.
3626 * features/arm/arm-with-vfpv2.c: Remove.
3627 * features/arm/arm-with-vfpv2.xml: Remove.
3628 * features/arm/arm-with-vfpv3.c: Remove.
3629 * features/arm/arm-with-vfpv3.xml: Remove.
3630
f42b2617
AH
36312019-07-19 Alan Hayward <alan.hayward@arm.com>
3632
3633 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
3634
f29ec966
AH
36352019-07-19 Alan Hayward <alan.hayward@arm.com>
3636
3637 * arch/aarch32.c (aarch32_create_target_description): Create
3638 target descriptions using features.
3639 * arch/arm.c (arm_create_target_description)
3640 (arm_create_mprofile_target_description): Likewise.
3641 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
3642
d105cce5
AH
36432019-07-19 Alan Hayward <alan.hayward@arm.com>
3644
3645 * Makefile.in: Add new files.
3646 * aarch32-tdep.c: New file.
3647 * aarch32-tdep.h: New file.
3648 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
3649 Call aarch32_read_description.
3650 * arch/aarch32.c: New file.
3651 * arch/aarch32.h: New file.
3652 * arch/arm.c (arm_create_target_description)
3653 (arm_create_mprofile_target_description): New function.
3654 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
3655 (arm_create_target_description)
3656 (arm_create_mprofile_target_description): New declaration.
3657 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
3658 read_description functions.
3659 * arm-linux-nat.c (arm_linux_nat_target::read_description):
3660 Likewise.
3661 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
3662 * arm-tdep.c (tdesc_arm_list): New variable.
3663 (arm_register_g_packet_guesses): Call create description functions.
3664 (arm_read_description) (arm_read_mprofile_description): New
3665 function.
3666 * arm-tdep.h (arm_read_description)
3667 (arm_read_mprofile_description): Add declaration.
3668 * configure.tgt: Add new files.
3669
afe09f0b
GL
36702019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
3671
3672 * top.c (new_ui_command): Open specified terminal just once.
3673
cd215b2e
TT
36742019-07-18 Tom Tromey <tromey@adacore.com>
3675
3676 * symtab.c (main_name): Constify return type.
3677 * symfile.c (set_initial_language): Update.
3678 * symtab.h (main_name): Constify return type.
3679
d8f68fcb
TT
36802019-07-17 Tom Tromey <tom@tromey.com>
3681
3682 * tui/tui-winsource.c (tui_update_source_window)
3683 (tui_update_source_window_as_is)
3684 (tui_update_source_windows_with_line): Remove return.
3685 * tui/tui-disasm.c (tui_show_disassem)
3686 (tui_show_disassem_and_update_source): Remove return.
3687 * tui/tui.c (tui_reset): Remove return.
3688 * tui/tui-wingeneral.c
3689 (tui_check_and_display_highlight_if_needed): Remove return.
3690
ca5af91e
TT
36912019-07-17 Tom Tromey <tom@tromey.com>
3692
3693 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
3694
5104fe36
TT
36952019-07-17 Tom Tromey <tom@tromey.com>
3696
3697 * tui/tui-winsource.h (struct tui_exec_info_window)
3698 (struct tui_source_window_base): Move from tui-data.h.
3699 * tui/tui-winsource.c: Move many method definitions from
3700 elsewhere. Remove "structuring" comments.
3701 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
3702 (tui_source_window_base::refresh_window): Move to
3703 tui-winsource.c.
3704 * tui/tui-win.c (tui_source_window_base::refresh_all)
3705 (tui_source_window_base::update_tab_width)
3706 (tui_source_window_base::set_new_height)
3707 (tui_source_window_base::do_make_visible_with_new_height): Move to
3708 tui-winsource.c.
3709 * tui/tui-source.h: Update.
3710 * tui/tui-source.c (tui_source_window_base::reset): Move to
3711 tui-winsource.c.
3712 * tui/tui-disasm.h: Update.
3713 * tui/tui-data.h (struct tui_exec_info_window): Move to
3714 tui-winsource.h.
3715 (struct tui_source_window_base): Likewise.
3716 * tui/tui-data.c (tui_source_window_base::clear_detail)
3717 (tui_source_window_base, ~tui_source_window_base): Move to
3718 tui-winsource.c.
3719
daa15dde
TT
37202019-07-17 Tom Tromey <tom@tromey.com>
3721
3722 * tui/tui-win.c (tui_resize_all)
3723 (tui_source_window_base::update_tab_width)
3724 (tui_adjust_win_heights): Update.
3725 (tui_win_info::make_invisible_and_set_new_height): Rename from
3726 make_invisible_and_set_new_height.
3727 * tui/tui-data.h (struct tui_win_info)
3728 <make_invisible_and_set_new_height>: New method.
3729
bfad4537
TT
37302019-07-17 Tom Tromey <tom@tromey.com>
3731
3732 * tui/tui.c: Update.
3733 * tui/tui-source.h (struct tui_source_window): Move from
3734 tui-data.h.
3735 * tui/tui-layout.c: Update.
3736 * tui/tui-disasm.c: Update.
3737 * tui/tui-data.h (struct tui_source_window): Move to
3738 tui-source.h.
3739
88f7e873
TT
37402019-07-17 Tom Tromey <tom@tromey.com>
3741
3742 * tui/tui-disasm.h (struct tui_disasm_window): Move from
3743 tui-data.h.
3744 * tui/tui-data.h (struct tui_disasm_window): Move to
3745 tui-disasm.h.
3746
96bd6233
TT
37472019-07-17 Tom Tromey <tom@tromey.com>
3748
3749 * tui/tui-regs.h (struct tui_data_item_window): Move from
3750 tui-data.h.
3751 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
3752 * tui/tui-data.h (struct tui_data_item_window): Move to
3753 tui-regs.h.
3754 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
3755
ce38393b
TT
37562019-07-17 Tom Tromey <tom@tromey.com>
3757
3758 * tui/tui.c: Update.
3759 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
3760 (tui_cmd_window::max_height): Move to tui-command.c.
3761 * tui/tui-layout.c: Update.
3762 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
3763 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
3764 tui-command.c.
3765 * tui/tui-command.h (struct tui_cmd_window): Move from
3766 tui-data.h.
3767 * tui/tui-command.c: Remove "structuring" comments.
3768 (tui_cmd_window::clear_detail)
3769 (tui_cmd_window::do_make_visible_with_new_height)
3770 (tui_cmd_window::max_height): Move from elsewhere.
3771
2d8b51cb
TT
37722019-07-17 Tom Tromey <tom@tromey.com>
3773
3774 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
3775 Now static.
3776 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
3777 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
3778
18ab23af
TT
37792019-07-17 Tom Tromey <tom@tromey.com>
3780
3781 * tui/tui.c: Update.
3782 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
3783 tui-regs.c.
3784 * tui/tui-windata.h: Remove file.
3785 * tui/tui-windata.c: Remove file.
3786 * tui/tui-win.c (tui_data_window::set_new_height)
3787 (tui_data_window::do_make_visible_with_new_height): Move to
3788 tui-regs.c.
3789 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
3790 * tui/tui-regs.c: Remove "structuring" comments.
3791 (tui_data_window::first_data_item_displayed)
3792 (tui_data_window::delete_data_content_windows)
3793 (tui_data_window::erase_data_content)
3794 (tui_data_window::display_all_data)
3795 (tui_data_window::refresh_all)
3796 (tui_data_window::do_scroll_vertical)
3797 (tui_data_window::clear_detail, tui_data_window::set_new_height)
3798 (tui_data_window::do_make_visible_with_new_height)
3799 (tui_data_window::refresh_window): Move from elsewhere.
3800 (_initialize_tui_regs): Move to end of file.
3801 * tui/tui-layout.c: Update.
3802 * tui/tui-hooks.c: Update.
3803 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
3804 * tui/tui-data.c (tui_data_window::clear_detail): Move to
3805 tui-regs.c.
3806 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
3807
88b7e7cc
TT
38082019-07-17 Tom Tromey <tom@tromey.com>
3809
3810 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
3811 seen.
3812
0fcd3711
TT
38132019-07-17 Tom Tromey <tom@tromey.com>
3814
3815 * tui/tui-win.c (tui_source_window_base::set_new_height)
3816 (tui_source_window_base::do_make_visible_with_new_height): Use
3817 m_has_locator field directly.
3818 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
3819 method.
3820 (struct tui_source_window_base) <has_locator>: Likewise.
3821
4a38112d
TT
38222019-07-17 Tom Tromey <tom@tromey.com>
3823
3824 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
3825 Don't declare.
3826 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
3827 Remove.
3828 * tui/tui-win.c (tui_source_window_base::set_new_height)
3829 (tui_source_window_base::set_new_height)
3830 (make_invisible_and_set_new_height)
3831 (tui_source_window_base::do_make_visible_with_new_height)
3832 (tui_source_window_base::do_make_visible_with_new_height):
3833 Update.
3834 * tui/tui-layout.c (show_source_disasm_command, show_data)
3835 (show_source_or_disasm_and_command): Update.
3836 * tui/tui-layout.c (show_layout): Update.
3837
09129226
TT
38382019-07-17 Tom Tromey <tom@tromey.com>
3839
3840 * tui/tui-layout.c (make_data_window): Remove.
3841 (show_data): Unify creation and re-initialization cases.
3842
4a8a5e84
TT
38432019-07-17 Tom Tromey <tom@tromey.com>
3844
3845 * tui/tui-layout.c (make_source_window, make_disasm_window):
3846 Remove.
3847 (show_data): Unify creation and re-initialization cases.
3848
76d2be8e
TT
38492019-07-17 Tom Tromey <tom@tromey.com>
3850
3851 * tui/tui-layout.c (make_command_window): Remove.
3852 (show_source_disasm_command, show_source_or_disasm_and_command):
3853 Unify creation and re-initialization cases.
3854
890b8bde
TT
38552019-07-17 Tom Tromey <tom@tromey.com>
3856
3857 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
3858 creation and re-initialization cases.
3859
2cdfa113
TT
38602019-07-17 Tom Tromey <tom@tromey.com>
3861
3862 * tui/tui-regs.c (tui_get_register): Return void.
3863
8e3cfd09
TT
38642019-07-17 Tom Tromey <tom@tromey.com>
3865
3866 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
3867 Simplify.
3868
f4e04977
TT
38692019-07-17 Tom Tromey <tom@tromey.com>
3870
3871 * tui/tui-layout.c (show_source_disasm_command): Simplify window
3872 resetting.
3873
0379b883
TT
38742019-07-17 Tom Tromey <tom@tromey.com>
3875
3876 * tui/tui.h (tui_set_layout_by_name): Don't declare.
3877 * tui/tui-regs.c (tui_reg_layout): New function.
3878 (tui_show_registers, tui_reg_command): Use it.
3879 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
3880 (tui_layout_command): Rename from tui_set_layout_by_name. Change
3881 parameters.
3882 (tui_layout_command): Remove.
3883
b7fbad91
TT
38842019-07-17 Tom Tromey <tom@tromey.com>
3885
3886 * tui/tui-layout.h (tui/tui-layout): Return void.
3887 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
3888
4e1e56b9
TT
38892019-07-17 Tom Tromey <tom@tromey.com>
3890
3891 * tui/tui-layout.c (show_source_disasm_command, show_data):
3892 Update.
3893 (reset_locator): Remove.
3894 (show_source_or_disasm_and_command): Update.
3895
1e0c09ba
TT
38962019-07-17 Tom Tromey <tom@tromey.com>
3897
3898 * tui/tui-source.c (tui_source_window_base::reset): Remove
3899 win_type parameter.
3900 * tui/tui-layout.c (make_command_window, make_source_window)
3901 (make_disasm_window, make_data_window)
3902 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
3903 (reset_locator, show_source_or_disasm_and_command): Update.
3904 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
3905 win_type parameter.
3906 (struct tui_source_window_base) <reset>: Likewise.
3907
1bf605de
TT
39082019-07-17 Tom Tromey <tom@tromey.com>
3909
3910 * tui/tui-layout.c (show_source_disasm_command): Use
3911 reset_locator.
3912 (reset_locator): New function.
3913 (init_and_make_win): Remove.
3914 (show_source_or_disasm_and_command): Use reset_locator.
3915
098f9ed4
TT
39162019-07-17 Tom Tromey <tom@tromey.com>
3917
3918 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
3919 condition.
3920 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
3921 Remove condition.
3922 * tui/tui-source.c (tui_source_window_base::reset): New method.
3923 * tui/tui-layout.c (make_command_window): Don't call
3924 init_and_make_win.
3925 (make_source_window, make_disasm_window): Don't call
3926 make_source_or_disasm_window.
3927 (make_data_window): Don't call init_and_make_win. Change calling
3928 convention.
3929 (show_source_disasm_command, show_data): Simplify.
3930 (make_source_or_disasm_window): Remove.
3931 (show_source_or_disasm_and_command): Simplify.
3932 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
3933 (struct tui_source_window_base) <reset>: Likewise.
3934 <execution_info>: Remove initializer.
3935 * tui/tui-data.c (tui_source_window_base): Initialize
3936 execution_info.
3937
80110957
TT
39382019-07-17 Tom Tromey <tom@tromey.com>
3939
3940 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
3941 variable.
3942
cf82af05
TT
39432019-07-17 Tom Tromey <tom@tromey.com>
3944
3945 * tui/tui.c (tui_rl_other_window): Update.
3946 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
3947 superclass method first. Always iterate over regs_content.
3948 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
3949 method.
3950 * tui/tui-win.c (tui_set_focus_command): Update.
3951
01aeb396
TT
39522019-07-17 Tom Tromey <tom@tromey.com>
3953
3954 * tui/tui-win.c (tui_set_focus_command): Rename from
3955 tui_set_focus. Call tui_enable.
3956 (tui_set_focus_command): Remove.
3957
fd6c75ee
TT
39582019-07-17 Tom Tromey <tom@tromey.com>
3959
3960 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
3961 refresh_window.
3962 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
3963 touchwin.
3964 (tui_data_window::refresh_window): Call refresh_window on data
3965 items. Always call superclass refresh_window.
3966 (tui_win_info::refresh): Remove.
3967 (tui_source_window_base::refresh_window): Update.
3968 (tui_refresh_all): Update.
3969 * tui/tui-layout.c (show_source_disasm_command): Remove call to
3970 refresh_window.
3971 (show_source_or_disasm_and_command): Likewise.
3972 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
3973 (struct tui_source_window_base) <refresh>: Likewise.
3974
f6cc34a9
TT
39752019-07-17 Tom Tromey <tom@tromey.com>
3976
3977 * tui/tui-winsource.c (tui_clear_source_content)
3978 (tui_show_source_content): Update.
3979 * tui/tui-source.c (tui_source_window::showing_source_p): Check
3980 whether content is empty.
3981 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
3982 Remove.
3983
f31ec9af
TT
39842019-07-17 Tom Tromey <tom@tromey.com>
3985
3986 * tui/tui-winsource.c (tui_erase_source_content): Clear the
3987 window's contents.
3988 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
3989 * tui/tui-source.c (tui_set_source_content_nil): Remove.
3990
d1b6f1e5
TT
39912019-07-17 Tom Tromey <tom@tromey.com>
3992
3993 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
3994 (struct tui_data_item_window): Update.
3995
d9743a13
TT
39962019-07-17 Tom Tromey <tom@tromey.com>
3997
3998 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
3999 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
4000 defines.
4001
caf0bc4e
TT
40022019-07-17 Tom Tromey <tom@tromey.com>
4003
4004 * tui/tui-winsource.h (tui_erase_source_content)
4005 (tui_clear_source_content): Remove "display_prompt" parameter.
4006 * tui/tui-winsource.c (tui_update_source_window_as_is)
4007 (tui_update_source_windows_with_addr): Update.
4008 (tui_clear_source_content): Remove "display_prompt" parameter.
4009 (tui_erase_source_content): Likewise. Simplify.
4010 (tui_show_source_content): Update.
4011 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
4012 * tui/tui-stack.c (tui_show_frame_info): Update.
4013 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
4014 Remove defines.
4015
9d391078
TT
40162019-07-17 Tom Tromey <tom@tromey.com>
4017
4018 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
4019 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
4020 parameter.
4021 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
4022 parameter.
4023
a38da35d
TT
40242019-07-17 Tom Tromey <tom@tromey.com>
4025
4026 * tui/tui-winsource.c (tui_clear_source_content)
4027 (tui_show_source_content, tui_show_exec_info_content)
4028 (tui_clear_exec_info_content): Update.
4029 * tui/tui-stack.c (tui_show_locator_content): Update.
4030 (tui_show_frame_info): Update.
4031 * tui/tui-source.h (tui_source_window): Don't declare.
4032 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
4033 from tui_source_is_displayed.
4034 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
4035 Remove field.
4036 (struct tui_source_window_base) <content_in_use>: New field. Now
4037 bool.
4038 (struct tui_source_window) <showing_source_p>: New method.
4039 (TUI_SRC_WIN): Change cast.
4040 * tui/tui-data.c (tui_initialize_static_data): Update.
4041
c2cd8994
TT
40422019-07-17 Tom Tromey <tom@tromey.com>
4043
4044 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
4045 location_matches_p.
4046 * tui/tui-source.c (tui_source_window::location_matches_p): New
4047 method.
4048 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
4049 method.
4050 * tui/tui-data.h (struct tui_source_window_base)
4051 <location_matches_p>: New method.
4052 (struct tui_source_window, struct tui_disasm_window)
4053 <location_matches_p>: Likewise.
4054
4dde7b34
TT
40552019-07-17 Tom Tromey <tom@tromey.com>
4056
4057 * tui/tui-win.c (tui_set_win_height_command): Rename from
4058 tui_set_win_height.
4059 (tui_set_win_height_command): Remove.
4060
b73dd877
TT
40612019-07-17 Tom Tromey <tom@tromey.com>
4062
4063 * tui/tui-source.c (tui_source_window): New constructor. Add
4064 observer.
4065 (~tui_source_window): New destructor.
4066 (tui_source_window::style_changed): New method.
4067 * tui/tui-hooks.c (tui_redisplay_source): Remove.
4068 (tui_attach_detach_observers): Update.
4069 * tui/tui-data.h (struct tui_source_window): Make constructor not
4070 inline. Add destructor.
4071 (struct tui_source_window) <style_changed>: New method.
4072 <m_observable>: New member.
4073
ae2b5380
TT
40742019-07-17 Tom Tromey <tom@tromey.com>
4075
4076 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
4077 * tui/tui-win.c (tui_resize_all): Fix typo.
4078
1ce3e844
TT
40792019-07-17 Tom Tromey <tom@tromey.com>
4080
4081 * tui/tui-wingeneral.h (tui_refresh_all): Update.
4082 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
4083 (tui_refresh_all): Remove "list" parameter. Use foreach.
4084 * tui/tui-win.c (window_name_completer): Use foreach.
4085 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
4086 (update_tab_width): Likewise.
4087 * tui/tui-layout.c (show_layout): Update.
4088 * tui/tui-data.h (class tui_window_iterator): New.
4089 (struct all_tui_windows): New.
4090 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
4091
fe3eaf1c
TT
40922019-07-17 Tom Tromey <tom@tromey.com>
4093
4094 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
4095 parameter. Don't reference globals.
4096 (tui_reg_command): Update.
4097
368c1354
TT
40982019-07-17 Tom Tromey <tom@tromey.com>
4099
4100 * tui/tui-regs.c (tui_show_registers): Simplify.
4101
e80cd204
TT
41022019-07-17 Tom Tromey <tom@tromey.com>
4103
4104 * tui/tui-regs.c (tui_show_registers): Update.
4105 (tui_show_register_group): Add win_info parameter.
4106
aca2dd16
TT
41072019-07-17 Tom Tromey <tom@tromey.com>
4108
4109 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
4110 Rename from tui_display_reg_element_at_line.
4111 (tui_data_window::display_registers_from_line): Update.
4112 * tui/tui-data.h (struct tui_data_window)
4113 <display_reg_element_at_line>: New method.
4114
517e9505
TT
41152019-07-17 Tom Tromey <tom@tromey.com>
4116
4117 * tui/tui-regs.h (tui_display_registers_from)
4118 (tui_display_registers_from_line): Don't declare.
4119 * tui/tui-windata.c (tui_data_window::display_all_data)
4120 (tui_data_window::refresh_all)
4121 (tui_data_window::do_scroll_vertical): Update.
4122 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
4123 from tui_display_registers_from.
4124 (tui_display_reg_element_at_line): Update.
4125 (tui_data_window::display_registers_from_line): Rename from
4126 tui_display_registers_from_line.
4127 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
4128 display_registers_from_line>: New methods.
4129
f76d8b19
TT
41302019-07-17 Tom Tromey <tom@tromey.com>
4131
4132 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
4133 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
4134 from tui_erase_data_content.
4135 (tui_data_window::display_all_data)
4136 (tui_data_window::refresh_all)
4137 (tui_data_window::do_scroll_vertical): Update.
4138 * tui/tui-regs.c (tui_show_registers): Update.
4139 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
4140 New method.
4141
b4094625
TT
41422019-07-17 Tom Tromey <tom@tromey.com>
4143
4144 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
4145 declare.
4146 * tui/tui-windata.c
4147 (tui_data_window::delete_data_content_windows): Rename from
4148 tui_delete_data_content_windows.
4149 (tui_data_window::display_all_data)
4150 (tui_data_window::do_scroll_vertical): Update.
4151 * tui/tui-data.h (struct tui_data_window)
4152 <delete_data_content_windows>: New method.
4153
c223a729
TT
41542019-07-17 Tom Tromey <tom@tromey.com>
4155
4156 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
4157 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
4158
50daf268
TT
41592019-07-17 Tom Tromey <tom@tromey.com>
4160
4161 * tui/tui-windata.h (tui_display_all_data): Don't declare.
4162 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
4163 from tui_display_all_data.
4164 * tui/tui-win.c
4165 (tui_data_window::do_make_visible_with_new_height): Update.
4166 * tui/tui-regs.c (tui_show_registers): Update.
4167 * tui/tui-layout.c (tui_set_layout): Update.
4168 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
4169 method.
4170
df5f8cab
TT
41712019-07-17 Tom Tromey <tom@tromey.com>
4172
4173 * tui/tui-windata.h (tui_display_data_from): Don't declare.
4174 * tui/tui-windata.c (tui_display_data_from): Remove.
4175 (tui_data_window::refresh_all): Update.
4176
80cb6c27
TT
41772019-07-17 Tom Tromey <tom@tromey.com>
4178
4179 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
4180 * tui/tui-windata.c (tui_display_data_from_line): Remove.
4181 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
4182 tui_display_registers_from_line.
4183 * tui/tui-regs.h (tui_display_registers_from_line): Update.
4184 * tui/tui-regs.c (tui_display_registers_from_line): Remove
4185 "force_display" parameter.
4186
baff0c28
TT
41872019-07-17 Tom Tromey <tom@tromey.com>
4188
4189 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
4190 declare.
4191 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
4192 Rename from tui_first_reg_element_no_inline.
4193 (tui_display_reg_element_at_line)
4194 (tui_display_registers_from_line): Update.
4195 * tui/tui-data.h (struct tui_data_window)
4196 <first_reg_element_no_inline>: New method.
4197
3b23c5f2
TT
41982019-07-17 Tom Tromey <tom@tromey.com>
4199
4200 * tui/tui-windata.c (tui_display_data_from)
4201 (tui_data_window::do_scroll_vertical): Update.
4202 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
4203 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
4204 Rename from tui_line_from_reg_element_no.
4205 (tui_display_registers_from_line): Update.
4206 * tui/tui-data.h (struct tui_data_window)
4207 <line_from_reg_element_no>: New method.
4208
0b5ec218
TT
42092019-07-17 Tom Tromey <tom@tromey.com>
4210
4211 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
4212 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
4213 tui_last_regs_line_no.
4214 (tui_display_reg_element_at_line)
4215 (tui_display_registers_from_line): Update.
4216 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
4217 method.
4218
0807ab7b
TT
42192019-07-17 Tom Tromey <tom@tromey.com>
4220
4221 PR tui/24722:
4222 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
4223 (tui_update_breakpoint_info): Add "being_deleted" parameter.
4224 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
4225 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
4226 (tui_update_breakpoint_info): Likewise.
4227 * tui/tui-hooks.c (tui_event_create_breakpoint)
4228 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
4229 Update.
4230
9ad7fdef
TT
42312019-07-17 Tom Tromey <tom@tromey.com>
4232
4233 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
4234
5813316f
TT
42352019-07-17 Tom Tromey <tom@tromey.com>
4236
4237 * tui/tui-winsource.c (tui_update_source_window_as_is)
4238 (tui_update_source_windows_with_addr): Update.
4239 * tui/tui-source.h (tui_set_source_content)
4240 (tui_show_symtab_source): Add "win_info" parameter.
4241 * tui/tui-source.c (tui_set_source_content): Add "win_info"
4242 parameter.
4243 (tui_show_symtab_source): Likewise.
4244
00e264e7
TT
42452019-07-17 Tom Tromey <tom@tromey.com>
4246
4247 * tui/tui-wingeneral.c
4248 (tui_check_and_display_highlight_if_needed): Check can_highlight.
4249
06210ce4
TT
42502019-07-17 Tom Tromey <tom@tromey.com>
4251
4252 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
4253 (struct tui_cmd_window) <can_scroll>: New method.
4254 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
4255 method.
4256
381befee
TT
42572019-07-17 Tom Tromey <tromey@adacore.com>
4258
4259 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
4260 do_field_signed>: Rename. Change type of "value".
4261 * ui-out.c (ui_out::field_signed): Rename from field_int.
4262 Change type of "value".
4263 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
4264 type of "value".
4265 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
4266 do_field_int. Change type of "value".
4267 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
4268 do_field_int. Change type of "value".
4269 * tracepoint.c (trace_status_mi, tfind_1)
4270 (print_one_static_tracepoint_marker): Update.
4271 * thread.c (print_thread_info_1, print_selected_thread_frame):
4272 Update.
4273 * stack.c (print_frame, print_frame_info): Update.
4274 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
4275 Update.
4276 * source.c (print_source_lines_base): Update.
4277 * skip.c (info_skip_command): Update.
4278 * record-btrace.c (btrace_ui_out_decode_error)
4279 (btrace_call_history_src_line): Update.
4280 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
4281 Update.
4282 * progspace.c (print_program_space): Update.
4283 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
4284 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
4285 do_field_int. Change type of "value".
4286 * mi/mi-out.c (mi_ui_out::do_table_begin)
4287 (mi_ui_out::do_table_header): Update.
4288 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
4289 type of "value".
4290 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
4291 (mi_cmd_data_list_changed_registers, output_register)
4292 (mi_cmd_data_read_memory, mi_load_progress)
4293 (mi_cmd_trace_frame_collected): Update.
4294 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
4295 Update.
4296 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
4297 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
4298 (mi_cmd_var_list_children, varobj_update_one): Update.
4299 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
4300 (mi_cmd_stack_list_args, list_arg_or_local): Update.
4301 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
4302 * inferior.c (print_inferior): Update.
4303 * gdb_bfd.c (print_one_bfd): Update.
4304 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
4305 Update.
4306 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
4307 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
4308 do_field_int. Change type of "value".
4309 * cli-out.c (cli_ui_out::do_field_signed): Rename from
4310 do_field_int. Change type of "value".
4311 * breakpoint.c (watchpoint_check, print_breakpoint_location)
4312 (print_one_breakpoint_location, print_it_catch_fork)
4313 (print_one_catch_fork, print_it_catch_vfork)
4314 (print_one_catch_vfork, print_it_catch_solib)
4315 (print_it_catch_exec, print_it_ranged_breakpoint)
4316 (print_mention_watchpoint, print_mention_masked_watchpoint)
4317 (bkpt_print_it, update_static_tracepoint): Update.
4318 * break-catch-throw.c (print_it_exception_catchpoint): Update.
4319 * break-catch-syscall.c (print_it_catch_syscall): Update.
4320 * ada-tasks.c (print_ada_task_info): Update.
4321 * ada-lang.c (print_it_exception, print_mention_exception):
4322 Update.
4323
6b78c3f8
AB
43242019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4325
4326 PR breakpoints/24541
4327 * gdbarch.c: Regenerate.
4328 * gdbarch.h: Regenerate.
4329 * gdbarch.sh: Adjust return type and parameter types for
4330 'stap_adjust_register'.
4331 (i386_stap_adjust_register): Adjust signature and return new
4332 register name.
4333 * stap-probe.c (stap_parse_register_operand): Adjust use of
4334 'gdbarch_stap_adjust_register'.
4335
d72a9b85
TT
43362019-07-17 Tom Tromey <tromey@adacore.com>
4337
4338 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
4339 declare VEC.
4340 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
4341 std::vector.
4342 (struct s390_process_info): Add initializers.
4343 (s390_add_process): Use new.
4344 (s390_linux_nat_target::low_forget_process): Use delete.
4345 (s390_linux_nat_target::low_new_fork)
4346 (s390_linux_nat_target::stopped_by_watchpoint)
4347 (s390_linux_nat_target::low_prepare_to_resume)
4348 (s390_linux_nat_target::insert_watchpoint)
4349 (s390_linux_nat_target::insert_hw_breakpoint)
4350 (s390_linux_nat_target::remove_watchpoint)
4351 (s390_linux_nat_target::remove_hw_breakpoint): Update.
4352
206e6c58
JB
43532019-07-16 John Baldwin <jhb@FreeBSD.org>
4354
4355 * aarch64-fbsd-nat.c: Include regcache.h.
4356 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
4357 argument.
4358 (aarch64_fbsd_nat_target::fetch_registers)
4359 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
4360 variable.
4361 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
4362
cbde90f2
JB
43632019-07-16 John Baldwin <jhb@FreeBSD.org>
4364
4365 * fbsd-nat.c: Include gdbarch.h.
4366
07128006
TT
43672019-07-15 Tom Tromey <tromey@adacore.com>
4368
4369 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
4370
1f77b012
TT
43712019-07-15 Tom Tromey <tromey@adacore.com>
4372
4373 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
4374 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
4375 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
4376 * cli-out.c (cli_ui_out::do_field_int): New method.
4377 * ui-out.c (ui_out::field_unsigned): New method.
4378 * symfile.c (generic_load): Use field_unsigned.
4379 (print_transfer_performance): Likewise.
4380 * record-btrace.c (ui_out_field_uint): Remove.
4381 (btrace_call_history_insn_range, btrace_call_history): Use
4382 field_unsigned.
4383 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
4384 field_unsigned.
4385 * ui-out.h (class ui_out) <field_unsigned>: New method.
4386 <do_field_unsigned>: Likewise.
4387
33eca680
TT
43882019-07-15 Tom Tromey <tromey@adacore.com>
4389
4390 * mi/mi-main.c (list_available_thread_groups): Use field_string.
4391 * mi/mi-interp.c (mi_memory_changed): Use field_string.
4392 * target.c (flash_erase_command): Use field_string.
4393 * infrun.c (print_signal_received_reason): Use field_string.
4394 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
4395 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
4396 field_string.
4397 * ada-tasks.c (print_ada_task_info): Use field_string.
4398
ca8d69be
TT
43992019-07-15 Tom Tromey <tromey@adacore.com>
4400
4401 * target.c (flash_erase_command): Use field_core_addr.
4402 * symfile.c (generic_load): Use field_core_addr.
4403 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
4404 Use field_core_addr.
4405 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
4406 field_core_addr.
4407
0d4e84ed
AB
44082019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4409
4410 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
4411 value if its desired type is smaller than a CORE_ADDR and signed.
4412
9a49df9d
AB
44132019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4414
4415 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
4416 of changes to field names, and use new is_reference field to
4417 decide if a property is a reference or not.
4418 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
4419 field.
4420 (struct dwarf2_property_baton): Update header comment, rename
4421 'referenced_type' to 'property_type' and update comments.
4422 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
4423 default property type, store in property baton, update to take
4424 accound of renamed field.
4425 (read_func_scope): Update call to attr_to_dynamic_prop.
4426 (read_array_type): Likewise.
4427 (dwarf2_per_cu_addr_sized_int_type): New function.
4428 (read_subrange_index_type): Move type finding code to
4429 dwarf2_per_cu_addr_sized_int_type.
4430 (read_subrange_type): Update calls to attr_to_dynamic_prop.
4431 (dwarf2_per_cu_addr_type): New function.
4432 (set_die_type): Update calls to attr_to_dynamic_prop.
4433
b86352cf
AB
44342019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4435
4436 * dwarf2read.c (read_subrange_index_type): New function.
4437 (read_subrange_type): Move code into new function and call it.
4438 * gdbtypes.c (create_range_type): Add some asserts.
4439
603490bf
AB
44402019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4441
4442 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
4443 update return statements.
4444 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
4445 declaration, and update comment to match.
4446 * gdbtypes.c (resolve_dynamic_array): Update call to
4447 dwarf2_evaluate_property to match new return type.
4448
592f9d27
AB
44492019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4450
4451 * valarith.c (value_subscripted_rvalue): Change lowerbound
4452 parameter type from int to LONGEST.
4453 * value.h (value_subscripted_rvalue): Likewise in declaration.
4454
60cfcb20
AB
44552019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4456
4457 * cli/cli-utils.c (info_print_command_completer): New function.
4458 * cli/cli-utils.h: Add 'completer.h' include, and forward
4459 declaration for 'struct cmd_list_element'.
4460 (info_print_command_completer): Declare.
4461 * stack.c (_initialize_stack): Add completer for 'info locals' and
4462 'info args'.
4463 * symtab.c (_initialize_symtab): Add completer for 'info
4464 variables' and 'info functions'.
4465 * NEWS: Mention completion for additional info commands.
4466
b16507e0
AB
44672019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4468
4469 * cli/cli-utils.c (extract_info_print_args): Delete.
4470 (extract_arg_maybe_quoted): Delete.
4471 (info_print_options_defs): New variable.
4472 (make_info_print_options_def_group): New function.
4473 (extract_info_print_options): Define new function.
4474 * cli/cli-utils.h (extract_info_print_args): Delete.
4475 (struct info_print_options): New structure.
4476 (extract_info_print_options): Declare new function.
4477 * stack.c (info_locals_command): Update to use new
4478 extract_info_print_options, also add a header comment.
4479 (info_args_command): Likewise.
4480 * symtab.c (info_variables_command): Likewise.
4481 (info_functions_command): Likewise.
4482
021d8588
AB
44832019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4484
4485 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
4486 to extract string arguments.
4487 * common/common-utils.c (extract_string_maybe_quoted): New function.
4488 * common/common-utils.h (extract_string_maybe_quoted): Declare.
4489
b777eb6d
TT
44902019-07-11 Tom Tromey <tromey@adacore.com>
4491
4492 * main.c (get_init_files): Use GDBINIT, not gdbinit.
4493 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
4494 * top.h (gdbinit): Don't declare.
4495 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
4496 into...
4497 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
4498 * top.c (gdb_init): Don't call init_cli_cmds.
4499 (gdbinit): Remove.
4500 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
4501
72ee03ff
TT
45022019-07-11 Tom Tromey <tromey@adacore.com>
4503
4504 * python/py-inferior.c (add_thread_object): Don't use thread_obj
4505 after it has been moved.
4506
00db9531
SM
45072019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
4508
4509 * valops.c (value_must_coerce_to_target): Change return type to
4510 bool.
4511 * value.h (value_must_coerce_to_target): Likewise.
4512
f2478a7e
SM
45132019-07-10 Simon Marchi <simon.marchi@efficios.com>
4514
4515 * breakpoint.c (is_hardware_watchpoint): Remove
4516 forward-declaration.
4517 (is_masked_watchpoint): Change return type to bool.
4518 (is_tracepoint): Likewise.
4519 (is_breakpoint): Likewise.
4520 (is_hardware_watchpoint): Likewise.
4521 (is_watchpoint): Likewise.
4522 (is_no_memory_software_watchpoint): Likewise.
4523 (is_catchpoint): Likewise.
4524 (breakpoint_1): Make FILTER parameter's return type bool.
4525 is_masked_watchpoint): Change return type to bool.
4526 (save_breakpoints): Make FILTER parameter's return type bool.
4527 * breakpoint.h (is_breakpoint): Change return type to bool.
4528 (is_watchpoint): Likewise.
4529 (is_catchpoint): Likewise.
4530 (is_tracepoint): Likewise.
4531
0d12e84c
TT
45322019-07-10 Tom Tromey <tom@tromey.com>
4533
4534 * defs.h: Don't include gdbarch.h.
4535 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
4536 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
4537 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
4538 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
4539 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
4540 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
4541 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
4542 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
4543 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
4544 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
4545 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
4546 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
4547 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
4548 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
4549 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
4550 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
4551 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
4552 record-btrace.c, record.h, regcache-dump.c, regcache.h,
4553 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
4554 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
4555 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
4556 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
4557 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
4558 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
4559 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
4560 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
4561 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
4562
f06f1252
TT
45632019-07-10 Tom Tromey <tromey@adacore.com>
4564
4565 * ada-lang.h (is_ada_exception_catchpoint): Declare.
4566 * breakpoint.c (init_ada_exception_breakpoint): Register as
4567 bp_catchpoint.
4568 (print_one_breakpoint_location, print_one_breakpoint): Use
4569 is_ada_exception_catchpoint.
4570 * ada-lang.c (class ada_catchpoint_location): Pass
4571 bp_loc_software_breakpoint to bp_location constructor.
4572 (is_ada_exception_catchpoint): New function.
4573
7a5d944b
TT
45742019-07-10 Tom Tromey <tromey@adacore.com>
4575
4576 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
4577 VEC.
4578 (struct arm_exidx_entry): New method operator<.
4579 (struct arm_exidx_data) <section_maps>: Change type.
4580 (arm_exidx_data_free): Remove.
4581 (arm_exidx_data_key): Change type. Move lower.
4582 (arm_exidx_new_objfile): Update.
4583 (arm_compare_exidx_entries): Remove.
4584 (arm_find_exidx_entry, _initialize_arm_tdep)
4585
48c66e1d
TT
45862019-07-10 Tom Tromey <tromey@adacore.com>
4587
4588 * solib-spu.c (ocl_program_data_key): Change type.
4589 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
4590 Update.
4591
a269fbf1
TT
45922019-07-10 Tom Tromey <tromey@adacore.com>
4593
4594 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
4595 (struct solib_aix_inferior_data) <library_list>: Change type.
4596 (solib_aix_inferior_data_handle): Change type.
4597 (get_solib_aix_inferior_data): Update.
4598 (solib_aix_free_library_list): Remove.
4599 (library_list_start_library): Update.
4600 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
4601 return type.
4602 (solib_aix_get_library_list)
4603 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
4604 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
4605
c294730c
TT
46062019-07-10 Tom Tromey <tromey@adacore.com>
4607
4608 * solib-dsbt.c (struct dsbt_info): Add initializers.
4609 (solib_dsbt_pspace_data): Change type.
4610 (dsbt_pspace_data_cleanup): Remove.
4611 (get_dsbt_info, _initialize_dsbt_solib): Update.
4612
9d52077d
TT
46132019-07-10 Tom Tromey <tromey@adacore.com>
4614
4615 * spu-tdep.c (spu_overlay_data): Change type.
4616 (spu_get_overlay_table, spu_overlay_new_objfile)
4617 (_initialize_spu_tdep): Update.
4618
22a20dca
TT
46192019-07-10 Tom Tromey <tromey@adacore.com>
4620
4621 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
4622 destructor.
4623 (dbx_objfile_data_key): Change type and declare later.
4624 (DBX_SYMFILE_INFO): Rewrite.
4625 * dbxread.c (dbx_objfile_data_key): Change type.
4626 (dbx_symfile_init): Update.
4627 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
4628 (coffstab_build_psymtabs, elfstab_build_psymtabs)
4629 (stabsect_build_psymtabs, _initialize_dbxread): Update.
4630
cb60f420
TT
46312019-07-10 Tom Tromey <tromey@adacore.com>
4632
4633 * jit.c (jit_program_space_key): Change type. Move lower.
4634 (get_jit_program_space_data): Update.
4635 (jit_program_space_data_cleanup): Remove.
4636 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
4637 Update.
4638 (struct jit_program_space_data): Add initializers.
4639
51df2ae3
TT
46402019-07-10 Tom Tromey <tromey@adacore.com>
4641
4642 * solib-darwin.c (struct darwin_info): Add initializers.
4643 (solib_darwin_pspace_data): Change type.
4644 (darwin_pspace_data_cleanup): Remove.
4645 (get_darwin_info, _initialize_darwin_solib): Update.
4646
18101a35
TT
46472019-07-10 Tom Tromey <tromey@adacore.com>
4648
4649 * remote-sim.c (struct sim_inferior_data): Add initializers,
4650 constructor, and destructor.
4651 (sim_inferior_data_key): Change type. Move lower.
4652 (check_for_duplicate_sim_descriptor): Update.
4653 (get_sim_inferior_data): Use new. Update.
4654 (~sim_inferior_data_cleanup): Rename from
4655 sim_inferior_data_cleanup. Simplify.
4656 (gdbsim_close_inferior, simulator_command)
4657 (sim_command_completer, _initialize_remote_sim): Update.
4658 (next_pid, INITIAL_PID): Move earlier.
4659
05b08ac1
TT
46602019-07-10 Tom Tromey <tromey@adacore.com>
4661
4662 * python/python-internal.h (create_thread_object): Return
4663 gdbpy_ref.
4664 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
4665 * python/py-inferior.c (struct threadlist_entry): Add
4666 constructor.
4667 <thread_obj>: Now a gdbpy_ref.
4668 (thread_to_thread_object): Update.
4669 (add_thread_object): Use new.
4670 (delete_thread_object): Use delete.
4671 (infpy_threads): Update.
4672 (py_free_inferior): Update. Construct "inf_obj" after acquiring
4673 GIL.
4674
32372d80
TT
46752019-07-10 Tom Tromey <tromey@adacore.com>
4676
4677 * valops.c (value_cast): Specialize error message for Ada.
4678
5c458ae8
SM
46792019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
4680
4681 * breakpoint.c (breakpoint_1): Update doc and parameter names.
4682
4c462cb0
SM
46832019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
4684
4685 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
4686 bpstat_should_step): Return bool, adjust comments.
4687 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
4688 bpstat_should_step): Likewise.
4689
89abbcc2
AH
46902019-07-10 Alan Hayward <alan.hayward@arm.com>
4691
4692 * features/Makefile: Use feature target descriptions for Arm.
4693 * features/arm/arm-core.c: Generate new file.
4694 * features/arm/arm-fpa.c: Likewise.
4695 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
4696 * features/arm/arm-m-profile.c: Likewise.
4697 * features/arm/arm-vfpv2.c: Likewise.
4698 * features/arm/arm-vfpv3.c: Likewise.
4699 * features/arm/xscale-iwmmxt.c: Likewise.
4700 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
4701
166a82be
AH
47022019-07-10 Alan Hayward <alan.hayward@arm.com>
4703
4704 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
4705 ptrace earlier.
4706
9fb4c7e9
AH
47072019-07-10 Alan Hayward <alan.hayward@arm.com>
4708
4709 * features/aarch64-pauth.c: Regenerate.
4710
e2d0f980
SM
47112019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
4712
4713 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
4714 bool.
4715 (bpstat_what): Use false instead of 0.
4716
a38118e5
PA
47172019-07-09 Pedro Alves <palves@redhat.com>
4718
4719 * break-catch-throw.c (is_exception_catchpoint): New.
4720 * breakpoint.c (print_one_breakpoint_location): New parameter
4721 'raw_loc'. Handle it. Use
4722 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
4723 looking at the breakpoint's type.
4724 (print_one_breakpoint): If handling "maint info breakpoints", also
4725 print locations of exception catchpoints.
4726 * breakpoint.h (is_exception_catchpoint): Declare.
4727
cb1e4e32
PA
47282019-07-09 Pedro Alves <palves@redhat.com>
4729
4730 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
4731 "addr" field.
4732 (allocate_location_exception_catchpoint): New.
4733 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
4734 (initialize_throw_catchpoint_ops): Install
4735 allocate_location_exception_catchpoint as allocate_location
4736 method.
4737 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
4738 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
4739 bp_loc_other.
4740 (breakpoint_address_is_meaningful): Delete.
4741 (bl_address_is_meaningful): New.
4742 (breakpoint_locations_match): Adjust comment.
4743 (bp_location_from_bp_type): New, factored out of...
4744 (bp_location::bp_location(breakpoint *)): ... this.
4745 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
4746 factored out of...
4747 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
4748 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
4749 breakpoint_address_is_meaningful.
4750 (bp_locations_compare): Adjust comment.
4751 (update_global_location_list): Use bl_address_is_meaningful
4752 instead of breakpoint_address_is_meaningful.
4753 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
4754 explicit.
4755 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
4756 * python/py-breakpoint.c (bppy_get_location): No longer check
4757 whether location is null.
4758
b58a68fe
PA
47592019-07-09 Pedro Alves <palves@redhat.com>
4760
4761 PR c++/15468
4762 * breakpoint.c (print_one_breakpoint_location): Remove
4763 single-location assert.
4764
268a13a5
TT
47652019-07-09 Tom Tromey <tom@tromey.com>
4766
4767 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
4768 * configure: Rebuild.
4769 * configure.ac: Change common to gdbsupport.
4770 * gdbsupport: Rename from common.
4771 * acinclude.m4: Change common to gdbsupport.
4772 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
4773 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
4774 gdbsupport.
4775 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
4776 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
4777 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
4778 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
4779 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
4780 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
4781 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
4782 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
4783 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
4784 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
4785 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
4786 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
4787 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
4788 coff-pe-read.c, command.h, compile/compile-c-support.c,
4789 compile/compile-c.h, compile/compile-cplus-symbols.c,
4790 compile/compile-cplus-types.c, compile/compile-cplus.h,
4791 compile/compile-loc2c.c, compile/compile.c, completer.c,
4792 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
4793 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
4794 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
4795 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
4796 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
4797 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
4798 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
4799 features/aarch64-core.c, features/aarch64-fpu.c,
4800 features/aarch64-pauth.c, features/aarch64-sve.c,
4801 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
4802 features/i386/32bit-core.c, features/i386/32bit-linux.c,
4803 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
4804 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
4805 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
4806 features/i386/64bit-core.c, features/i386/64bit-linux.c,
4807 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
4808 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
4809 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
4810 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
4811 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
4812 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
4813 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
4814 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
4815 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
4816 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
4817 go32-nat.c, guile/guile.c, guile/scm-ports.c,
4818 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
4819 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
4820 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
4821 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
4822 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
4823 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
4824 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
4825 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
4826 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
4827 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
4828 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
4829 minsyms.c, mips-linux-tdep.c, namespace.h,
4830 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
4831 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
4832 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
4833 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
4834 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
4835 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
4836 nat/linux-waitpid.c, nat/mips-linux-watch.c,
4837 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
4838 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
4839 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
4840 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
4841 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
4842 procfs.c, producer.c, progspace.h, psymtab.h,
4843 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
4844 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
4845 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
4846 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
4847 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
4848 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
4849 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
4850 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
4851 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
4852 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
4853 target-memory.c, target.c, target.h, target/waitstatus.c,
4854 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
4855 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
4856 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
4857 unittests/array-view-selftests.c,
4858 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
4859 unittests/common-utils-selftests.c,
4860 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
4861 unittests/format_pieces-selftests.c,
4862 unittests/function-view-selftests.c,
4863 unittests/lookup_name_info-selftests.c,
4864 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
4865 unittests/mkdir-recursive-selftests.c,
4866 unittests/observable-selftests.c,
4867 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
4868 unittests/parse-connection-spec-selftests.c,
4869 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
4870 unittests/scoped_fd-selftests.c,
4871 unittests/scoped_mmap-selftests.c,
4872 unittests/scoped_restore-selftests.c,
4873 unittests/string_view-selftests.c, unittests/style-selftests.c,
4874 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
4875 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
4876 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
4877 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
4878 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
4879 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
4880
5b0e2db4
AB
48812019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4882
4883 * linespec.c (decode_digits_list_mode): Set explicit_line to a
4884 bool value.
4885 (decode_digits_ordinary): Set explicit_line field in sal.
4886 * symtab.c (skip_prologue_sal): Don't skip prologue for a
4887 symtab_and_line that was set on an explicit line number in
4888 assembler code. Do always update the recorded symtab and line if
4889 we do skip the prologue.
4890
0ba852ab
AB
48912019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4892
4893 * breakpoint.c (set_breakpoint_location_function): Remove
4894 explicit_loc parameter.
4895 (momentary_breakpoint_from_master): Update call to
4896 set_breakpoint_location_function.
4897 (add_location_to_breakpoint): Likewise.
4898
b3a7d171
AB
48992019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4900
4901 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
4902 required features based on default bfd type when no specific bfd
4903 is present.
4904
1f6f6e21
PW
49052019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4906
4907 * NEWS: Mention that GDB printf and eval commands can now print
4908 C-style and Ada-style convenience var strings without
4909 calling the inferior.
4910 * printcmd.c (printf_c_string): Locally print GDB internal var
4911 instead of transiting via the inferior.
4912 (printf_wide_c_string): Likewise.
4913
49142019-07-04 Alan Hayward <alan.hayward@arm.com>
ea142fbf 4915
5862c886 4916 PR breakpoints/25011
ea142fbf
AH
4917 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
4918
0598af48
TT
49192019-07-04 Tom Tromey <tom@tromey.com>
4920
4921 PR tui/24724:
4922 * tui/tui-winsource.c (tui_clear_source_content): Update.
4923 (tui_source_window_base::set_is_exec_point_at): Fix comment.
4924 (tui_update_breakpoint_info): Update.
4925 (tui_set_exec_info_content): Update.
4926 * tui/tui-source.c (tui_set_source_content_nil): Update.
4927 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
4928 has_break.
4929 * tui/tui-data.h (enum tui_bp_flag): New.
4930 (tui_bp_flags): New enum flags type.
4931 (struct tui_source_element) <break_mode>: Change type. Rename
4932 from has_break.
4933 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
4934 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
4935 constants.
4936 * tui/tui-winsource.h: Fix comment.
4937
350fab54
AH
49382019-07-04 Alan Hayward <alan.hayward@arm.com>
4939
4940 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
4941 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
4942 (store_fpregs_to_thread)
4943 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
4944 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
4945 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
4946 (IWMMXT_REGS_SIZE): Add define.
4947 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
4948 (fetch_vfp_regs, store_vfp_regs)
4949 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
4950 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
4951
f0452268
AH
49522019-07-04 Alan Hayward <alan.hayward@arm.com>
4953
4954 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
4955 defines.
4956 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
4957 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
4958 (ARM_INT_REGISTER_SIZE): ...to this.
4959 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
4960 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
4961 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
4962 (arm_linux_collect_gregset, supply_nwfpe_register)
4963 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
4964 defines.
4965 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
4966 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
4967 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
4968 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
4969 (arm_return_in_memory, arm_store_return_value)
4970 (arm_get_longjmp_target, arm_register_g_packet_guesses)
4971 (arm_record_ld_st_multiple): Likewise.
4972 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
4973 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
4974
e935475c
AH
49752019-07-04 Alan Hayward <alan.hayward@arm.com>
4976
4977 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
4978 AARCH64_DISPLACED_MODIFIED_INSNS.
4979 * aarch64-tdep.c (struct aarch64_displaced_step_data)
4980 (aarch64_displaced_step_copy_insn): Likewise.
4981 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
4982 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
4983 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
4984 ARM_DISPLACED_MODIFIED_INSNS.
4985 * arm-tdep.c (arm_gdbarch_init): Likewise.
4986 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
4987 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
4988 (struct arm_displaced_step_closure): Use
4989 ARM_DISPLACED_MODIFIED_INSNS.
4990
df0bb381
AH
49912019-07-04 Alan Hayward <alan.hayward@arm.com>
4992
4993 * features/Makefile: Remove unused xml files.
4994 * features/aarch64.xml: Remove.
4995 * features/i386/amd64-avx-avx512-linux.xml: Remove.
4996 * features/i386/amd64-avx-avx512.xml: Remove.
4997 * features/i386/amd64-avx-linux.xml: Remove.
4998 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
4999 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
5000 * features/i386/amd64-avx-mpx-linux.xml: Remove.
5001 * features/i386/amd64-avx-mpx.xml: Remove.
5002 * features/i386/amd64-avx.xml: Remove.
5003 * features/i386/amd64-linux.xml: Remove.
5004 * features/i386/amd64-mpx-linux.xml: Remove.
5005 * features/i386/amd64-mpx.xml: Remove.
5006 * features/i386/amd64.xml: Remove.
5007 * features/i386/i386-avx-avx512-linux.xml: Remove.
5008 * features/i386/i386-avx-avx512.xml: Remove.
5009 * features/i386/i386-avx-linux.xml: Remove.
5010 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
5011 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
5012 * features/i386/i386-avx-mpx-linux.xml: Remove.
5013 * features/i386/i386-avx-mpx.xml: Remove.
5014 * features/i386/i386-avx.xml: Remove.
5015 * features/i386/i386-linux.xml: Remove.
5016 * features/i386/i386-mmx-linux.xml: Remove.
5017 * features/i386/i386-mmx.xml: Remove.
5018 * features/i386/i386-mpx-linux.xml: Remove.
5019 * features/i386/i386-mpx.xml: Remove.
5020 * features/i386/i386.xml: Remove.
5021 * features/i386/x32-avx-avx512-linux.xml: Remove.
5022 * features/i386/x32-avx-linux.xml: Remove.
5023 * features/i386/x32-linux.xml: Remove.
5024
edd6266a
AH
50252019-07-04 Alan Hayward <alan.hayward@arm.com>
5026
5027 * regformats/aarch64.dat: Remove.
5028 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
5029 * regformats/i386/amd64-avx-linux.dat: Remove.
5030 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
5031 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
5032 * regformats/i386/amd64-linux.dat: Remove.
5033 * regformats/i386/amd64-mpx-linux.dat: Remove.
5034 * regformats/i386/amd64.dat: Remove.
5035 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
5036 * regformats/i386/i386-avx-linux.dat: Remove.
5037 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
5038 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
5039 * regformats/i386/i386-linux.dat: Remove.
5040 * regformats/i386/i386-mmx-linux.dat: Remove.
5041 * regformats/i386/i386-mpx-linux.dat: Remove.
5042 * regformats/i386/i386.dat: Remove.
5043 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
5044 * regformats/i386/x32-avx-linux.dat: Remove.
5045 * regformats/i386/x32-linux.dat: Remove.
5046
2b40fda7
AH
50472019-07-04 Alan Hayward <alan.hayward@arm.com>
5048
5049 * aarch64-tdep.c: Remove xml self tests.
5050 * amd64-linux-tdep.c: Likewise.
5051 * amd64-tdep.c: Likewise.
5052 * i386-linux-tdep.c: Likewise.
5053 * i386-tdep.c: Likewise.
5054
5f4ba3e7
PA
50552019-07-03 Pedro Alves <palves@redhat.com>
5056
5057 PR cli/24732
5058 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
5059 (pipe_cmd_option_defs): New.
5060 (make_pipe_cmd_options_def_group): New.
5061 (pipe_command): Use gdb::option::process_options.
5062 (pipe_command_completer): New function.
5063 (_initialize_cli_cmds): Install completer for "pipe" command.
5064
3d9be6f5
PA
50652019-07-03 Pedro Alves <palves@redhat.com>
5066
5067 * cli/cli-option.c (union option_value) <string>: New field.
5068 (struct option_def_and_value): Add ctor, move ctor, dtor and
5069 use DISABLE_COPY_AND_ASSIGN.
5070 (option_def_and_value::clear_value): New.
5071 (parse_option, save_option_value_in_ctx, get_val_type_str)
5072 (add_setshow_cmds_for_options): Handle var_string.
5073 * cli-option.h (union option_def::var_address) <string>: New
5074 field.
5075 (struct string_option_def): New.
5076 * maint-test-options.c (struct test_options_opts): Add default
5077 ctor and use DISABLE_COPY_AND_ASSIGN.
5078 <string_opt>: New field.
5079 (test_options_opts::~test_options_opts): New.
5080 (test_options_opts::dump): Also dump "-string".
5081 (test_options_option_defs): Install "string.
5082
41fc454c
PA
50832019-07-03 Pedro Alves <palves@redhat.com>
5084
5085 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
5086 option_value with a null enumeration.
5087 (complete_options): Save the option values in the context.
5088 (save_option_value_in_ctx): New, factored out from ...
5089 (process_options): ... here.
5090 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
5091 of the function.
5092 * maint-test-options.c (test_options_opts::dump): New, factored
5093 out from ...
5094 (maintenance_test_options_command_mode): ... here.
5095 (maintenance_test_options_command_completion_result): Delete.
5096 (maintenance_test_options_command_completion_text): Update
5097 comment.
5098 (maintenance_show_test_options_completion_result): Change
5099 prototype. Just print
5100 maintenance_test_options_command_completion_text.
5101 (save_completion_result): New.
5102 (maintenance_test_options_completer_mode): Pass options context to
5103 complete_options, and then save a dump.
5104 (_initialize_maint_test_options): Use add_cmd to install "maint
5105 show test-options-completion-result".
5106
fdbc9870
PA
51072019-07-03 Pedro Alves <palves@redhat.com>
5108
5109 * NEWS (New commands): Mention "with" and "maint with".
5110 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
5111 (with_command, with_command_completer): New.
5112 (pipe_command): Adjust to new repeat_previous
5113 interface.
5114 (_initialize_cli_cmds): Install the "with" command and its "w"
5115 alias.
5116 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
5117 declarations.
5118 * cli/cli-setshow.c (parse_cli_var_uinteger)
5119 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
5120 argument strings for all var_types.
5121 (get_setshow_command_value_string): New, factored out from ...
5122 (do_show_command): ... this.
5123 * cli/cli-setshow.h: Include <string>.
5124 (get_setshow_command_value_string): Declare.
5125 * command.h (repeat_previous): Now returns const char *. Adjust
5126 comment.
5127 * maint.c: Include "cli/cli-cmds.h".
5128 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
5129 (_initialize_maint_cmds): Register the "maintenance with" command.
5130 * top.c (repeat_previous): Move bits from pipe_command here:
5131 Return the saved command line, if any; error out if there's no
5132 command to relaunch.
5133
c6ac8931
PA
51342019-07-03 Pedro Alves <palves@redhat.com>
5135
5136 * NEWS (New commands): Mention "maint set/show test-settings"
5137 instead of "maint test-settings".
5138 * maint-test-settings.c (maintenance_test_settings_list): Delete.
5139 (maintenance_test_settings_set_list): Rename to ...
5140 (maintenance_set_test_settings_list): ... this.
5141 (maintenance_test_settings_show_list): Rename to ...
5142 (maintenance_show_test_settings_list): ... this.
5143 (maintenance_test_settings_cmd): Delete.
5144 (maintenance_test_settings_set_cmd): ...
5145 (maintenance_set_test_settings_cmd): ... this.
5146 (maintenance_test_settings_show_cmd): ...
5147 (maintenance_show_test_settings_cmd): ... this.
5148 (maintenance_test_settings_show_value_cmd):
5149 (maintenance_show_test_settings_value_cmd): ... this.
5150 (_initialize_maint_test_settings): No longer install the "maint
5151 test-settings" prefix command. Rename "maint test-settings set"
5152 to "maint set test-settings", and "maint test-settings show" to
5153 "maint show test-settings". Adjust all subcommands.
5154
d1fcf2fd
PA
51552019-07-03 Pedro Alves <palves@redhat.com>
5156
5157 * maint-test-settings.c: Fix file's intro comment. Replace all
5158 references to "test-options" with references to "test-settings",
5159 in comments.
5160
970f9d09
PA
51612019-07-03 Pedro Alves <palves@redhat.com>
5162
5163 * maint-test-settings.c (maintenance_test_settings_xxx)
5164 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
5165 New.
5166 (maintenance_test_settings_enums): Use them.
5167 (maintenance_test_settings_enum): Default to
5168 maintenance_test_settings_xxx.
5169 (_initialize_maint_test_settings): Initialize
5170 MAINTENANCE_TEST_SETTINGS_FILENAME.
5171
f3869b1a
SM
51722019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
5173
5174 * breakpoint.h (remove_breakpoints_inf): Change return type to
5175 void, move function documentation here.
5176 * breakpoint.c (remove_breakpoints_inf): Change return type to
5177 void, move function documentation to header.
5178
54d66006
PA
51792019-07-02 Pedro Alves <palves@redhat.com>
5180
5181 * NEWS (Completion improvements): Mention "info threads".
5182 * thread.c (struct info_threads_opts, info_threads_option_defs)
5183 (make_info_threads_options_def_group): New.
5184 (info_threads_command): Use gdb::option::process_options.
5185 (info_threads_command_completer): New.
5186 (_initialize_thread): Use gdb::option::build_help to build the
5187 help text for "info threads".
5188
854f6088
SM
51892019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
5190
5191 * defs.h (generic_load): Move from here...
5192 * symfile.h (generic_load): ... to here. Rename name parameter
5193 to args.
5194 * symfile.c (generic_load): Add comment.
5195
54ee4252
TT
51962019-07-01 Tom Tromey <tromey@adacore.com>
5197
5198 * dwarf2read.c
5199 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
5200 declaration of without_params. Fix formatting.
5201
65392b3e
TT
52022019-07-01 Tom Tromey <tromey@adacore.com>
5203
5204 * ada-exp.y (find_primitive_type): Update.
5205 * ada-lang.h (ada_lookup_symbol): Update.
5206 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
5207 parameter.
5208 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
5209
7d7571f0
SDJ
52102019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
5211
5212 PR breakpoints/24541
5213 * gdbarch.c: Regenerate.
5214 * gdbarch.h: Regenerate.
5215 * gdbarch.sh: Add 'stap_adjust_register'.
5216 * i386-tdep.c: Include '<unordered_set>'.
5217 (i386_stap_adjust_register): New function.
5218 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
5219 * stap-probe.c (stap_parse_register_operand): Call
5220 'gdbarch_stap_adjust_register'.
5221
5af5392a
SDJ
52222019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
5223
5224 PR python/24742
5225 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
5226 * python/python.c (do_start_initialization): Use 'xmalloc'
5227 instead of 'PyMem_Malloc'.
5228
10d06d82
TT
52292019-06-28 Tom Tromey <tromey@adacore.com>
5230
5231 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
5232 for Ada.
5233
1b7f24cd
TT
52342019-06-27 Tom Tromey <tromey@adacore.com>
5235
5236 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
5237 objfile_key.
5238 (arm_find_mapping_symbol, arm_record_special_symbol)
5239 (_initialize_arm_tdep): Update.
5240 (arm_objfile_data_free): Remove.
5241
3d507ff2
TT
52422019-06-27 Tom Tromey <tromey@adacore.com>
5243
5244 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
5245 to cp_print_static_field.
5246
762c164d
TT
52472019-06-26 Tom Tromey <tromey@adacore.com>
5248
5249 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
5250 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
5251 declare.
5252
aa2f9bcf
AH
52532019-06-26 Alan Hayward <alan.hayward@arm.com>
5254
5255 * features/aarch64-core.c (create_feature_aarch64_core):
5256 Regenerate.
5257 * features/aarch64-core.xml: Add cpsr flags.
5258
3426ae57
AH
52592019-06-26 Alan Hayward <alan.hayward@arm.com>
5260
5261 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
5262 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
5263
4838e44c
SM
52642019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
5265
5266 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
5267 field.
5268 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
5269 use.
5270 (arm_record_special_symbol): Don't insert new symbol in sorted
5271 position, push it at the end.
5272
54cc7474
SM
52732019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
5274
5275 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
5276 (arm_mapping_symbol_s): Remove.
5277 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
5278 (arm_mapping_symbol_vec): New typedef.
5279 (struct arm_per_objfile): Add constructor.
5280 <section_maps>: Change type to
5281 std::unique_ptr<arm_mapping_symbol_vec[]>.
5282 (arm_compare_mapping_symbols): Remove.
5283 (arm_find_mapping_symbol): Adjust to section_maps type change.
5284 (arm_objfile_data_free): Call delete on arm_per_objfile.
5285 (arm_record_special_symbol): Adjust to section_maps type change.
5286 Allocate arm_per_objfile with new.
5287
b65b566c
PW
52882019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5289
5290 * cli/cli-cmds.c (alias_command): Compare the alias prefix
5291 with the command prefix.
5292
c2fc64f5
TT
52932019-06-25 Tom Tromey <tom@tromey.com>
5294
5295 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
5296 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
5297
fb54fa76
TT
52982019-06-25 Tom Tromey <tom@tromey.com>
5299
5300 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
5301 type.
5302 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
5303 protected.
5304
f7952c57
TT
53052019-06-25 Tom Tromey <tom@tromey.com>
5306
5307 * tui/tui-winsource.c
5308 (tui_source_window_base::set_is_exec_point_at): Add check against
5309 LOA_ADDRESS.
5310
17568d78
TT
53112019-06-25 Tom Tromey <tom@tromey.com>
5312
5313 * tui/tui-source.c (tui_set_source_content): Don't check before
5314 xfree.
5315 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
5316
53e7cdba
TT
53172019-06-25 Tom Tromey <tom@tromey.com>
5318
5319 * tui/tui-winsource.h (tui_update_source_window_as_is)
5320 (tui_alloc_source_buffer, tui_line_is_displayed)
5321 (tui_addr_is_displayed): Change type of win_info.
5322 * tui/tui-winsource.c (tui_update_source_window_as_is)
5323 (tui_clear_source_content, tui_show_source_line)
5324 (tui_show_source_content, tui_source_window_base::refill)
5325 (tui_source_window_base::set_is_exec_point_at)
5326 (tui_source_window_base::set_is_exec_point_at)
5327 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
5328 (tui_alloc_source_buffer, tui_line_is_displayed)
5329 (tui_addr_is_displayed): Change type of win_info. Update.
5330 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
5331 (tui_source_window_base::do_make_visible_with_new_height):
5332 Update.
5333 * tui/tui-source.c (tui_set_source_content)
5334 (tui_set_source_content_nil)
5335 (tui_source_window::do_scroll_vertical): Update.
5336 * tui/tui-layout.c (show_layout): Update.
5337 * tui/tui-disasm.c (tui_set_disassem_content)
5338 (tui_disasm_window::do_scroll_vertical): Update.
5339 * tui/tui-data.h (tui_win_content): Remove.
5340 (struct tui_gen_win_info) <content, content_size>: Remove.
5341 (struct tui_source_element): Add initializers and destructor.
5342 (union tui_which_element, struct tui_win_element): Remove.
5343 (struct tui_source_window_base) <content>: New field.
5344 (struct tui_data_window): Remove destructor.
5345 (tui_alloc_content, tui_free_win_content)
5346 (tui_free_all_source_wins_content): Don't declare.
5347 * tui/tui-data.c (tui_initialize_static_data): Update.
5348 (init_content_element, tui_alloc_content): Remove.
5349 (~tui_gen_win_info): Update.
5350 (~tui_data_window, tui_free_all_source_wins_content)
5351 (tui_free_win_content, free_content, free_content_elements):
5352 Remove.
5353
7908abbf
TT
53542019-06-25 Tom Tromey <tom@tromey.com>
5355
5356 * tui/tui-winsource.h (tui_clear_source_content)
5357 (tui_erase_source_content, tui_show_source_content): Change type
5358 of win_info.
5359 * tui/tui-winsource.c (tui_clear_source_content)
5360 (tui_erase_source_content, tui_show_source_content): Change type
5361 of win_info.
5362 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
5363 * tui/tui-source.h (tui_set_source_content_nil): Change type of
5364 win_info.
5365 * tui/tui-source.c (tui_set_source_content_nil): Change type of
5366 win_info.
5367 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
5368
02c28df0
TT
53692019-06-25 Tom Tromey <tom@tromey.com>
5370
5371 * tui/tui-winsource.c (tui_clear_source_content)
5372 (tui_source_window_base::set_is_exec_point_at): Update.
5373 * tui/tui-source.c (tui_set_source_content_nil): Update.
5374 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
5375 a bool.
5376 * tui/tui-data.c (init_content_element): Update.
5377
6658b1bf
TT
53782019-06-25 Tom Tromey <tom@tromey.com>
5379
5380 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
5381 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
5382 * tui/tui-layout.c (init_and_make_win): Update.
5383 * tui/tui.h (enum tui_win_type): Update.
5384 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
5385 tui_win_is_auxillary.
5386 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
5387 tui_win_is_auxillary.
5388
21e1c91e
TT
53892019-06-25 Tom Tromey <tom@tromey.com>
5390
5391 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
5392 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
5393 (tui_delete_data_content_windows, tui_display_all_data)
5394 (tui_data_window::do_scroll_vertical, tui_display_data_from):
5395 Update.
5396 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
5397 * tui/tui-regs.c (tui_last_regs_line_no)
5398 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
5399 (tui_show_registers): Update.
5400 (tui_show_register_group): Return void. Update.
5401 (tui_display_registers_from, tui_display_reg_element_at_line)
5402 (tui_display_registers_from_line, tui_check_register_values):
5403 Update.
5404 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
5405 member.
5406 (struct tui_data_window) <regs_content>: Now a std::vector.
5407 <regs_content_count>: Remove.
5408 (tui_add_content_elements, tui_free_data_content): Don't declare.
5409 * tui/tui-data.c (tui_data_window::clear_detail): Update.
5410 (init_content_element): Remove DATA_WIN case. Add assert.
5411 (tui_add_content_elements): Remove.
5412 (tui_data_window): Update.
5413 (tui_free_data_content): Remove.
5414 (free_content_elements): Remove DATA_WIN case.
5415
115ac53b
TT
54162019-06-25 Tom Tromey <tom@tromey.com>
5417
5418 * tui/tui-data.c (tui_data_item_window): Update.
5419 * tui/tui-windata.h (tui_check_data_values): Don't declare.
5420 * tui/tui-windata.c (tui_display_all_data)
5421 (tui_display_data_from_line): Update.
5422 (tui_check_data_values): Remove.
5423 * tui/tui-regs.c (tui_show_register_group)
5424 (tui_display_reg_element_at_line): Update.
5425 * tui/tui-hooks.c (tui_register_changed)
5426 (tui_refresh_frame_and_register_information): Call
5427 tui_check_register_values.
5428 * tui/tui-data.h (struct tui_data_window) <data_content,
5429 data_content_count, data_type>: Remove.
5430 (enum tui_data_type): Remove.
5431
5432 * tui/tui-data.c (tui_data_window::clear_detail)
5433 (~tui_data_window): Update.
5434
eaf9738b
TT
54352019-06-25 Tom Tromey <tom@tromey.com>
5436
5437 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
5438 declare.
5439 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
5440 Rename from tui_first_data_item_displayed. Update.
5441 (tui_data_window::refresh_all)
5442 (tui_data_window::do_scroll_vertical): Update.
5443 * tui/tui-data.h (struct tui_data_window)
5444 <first_data_item_displayed>: Declare new method.
5445
31ca4723
TT
54462019-06-25 Tom Tromey <tom@tromey.com>
5447
5448 * tui/tui-data.h (tui_init_generic_part): Don't declare.
5449 * tui/tui-data.c (tui_init_generic_part): Remove, moving
5450 contents...
5451 (tui_initialize_static_data): ...here.
5452
41bcff7f
TT
54532019-06-25 Tom Tromey <tom@tromey.com>
5454
5455 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
5456 (tui_display_registers_from, tui_check_register_values): Update.
5457 (tui_display_register): Remove win_info parameter; update.
5458 (tui_get_register): Change type of parameters.
5459 * tui/tui-data.h (struct tui_data_element): Remove.
5460 (union tui_which_element) <data>: Remove.
5461 <data_window>: Change type.
5462 (struct tui_data_item_window): New.
5463 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
5464 case. Add assert.
5465 (~tui_data_item_window): New destructor.
5466 (free_content_elements): Remove DATA_ITEM_WIN case.
5467
d2802c33
TT
54682019-06-25 Tom Tromey <tom@tromey.com>
5469
5470 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
5471 Remove.
5472
dd835f8b
TT
54732019-06-25 Tom Tromey <tom@tromey.com>
5474
5475 * tui/tui-data.h (struct tui_command_element): Remove.
5476 (union tui_which_element) <command>: Remove.
5477 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
5478 assert.
5479 (free_content_elements): Remove CMD_WIN case.
5480
bd7db367
TT
54812019-06-25 Tom Tromey <tom@tromey.com>
5482
5483 * tui/tui-layout.c (tui_set_layout): Update.
5484 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
5485 * tui/tui-data.c (layout_def): Update.
5486
3add462f
TT
54872019-06-25 Tom Tromey <tom@tromey.com>
5488
5489 * tui/tui-wingeneral.c (tui_refresh_all): Update.
5490 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
5491 (tui_source_window_base::set_new_height): Update.
5492 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
5493 Update.
5494 (tui_set_locator_fullname, tui_set_locator_info)
5495 (tui_show_frame_info): Update.
5496 * tui/tui-source.c (tui_set_source_content)
5497 (tui_source_is_displayed): Update.
5498 * tui/tui-layout.c (show_source_disasm_command, show_data)
5499 (show_source_or_disasm_and_command): Update.
5500 * tui/tui-disasm.c (tui_set_disassem_content)
5501 (tui_get_begin_asm_address): Update.
5502 * tui/tui-data.h (struct tui_locator_element): Remove.
5503 (union tui_which_element) <locator>: Remove.
5504 (struct tui_locator_window): New.
5505 (tui_locator_win_info_ptr): Change return type.
5506 * tui/tui-data.c (_locator): Change type.
5507 (tui_locator_win_info_ptr): Change return type.
5508 (init_content_element): Remove LOCATOR_WIN case. Add assert.
5509 (tui_alloc_content): Add assert.
5510
489e9d8b
TT
55112019-06-25 Tom Tromey <tom@tromey.com>
5512
5513 * tui/tui-winsource.c
5514 (tui_exec_info_window::maybe_allocate_content): New method.
5515 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
5516 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
5517 (make_source_or_disasm_window): Add cast.
5518 * tui/tui-data.h (union tui_which_element) <simple_string>:
5519 Remove.
5520 (struct tui_source_info): New.
5521 (struct tui_source_window_base) <execution_info>: Change type.
5522 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
5523 case, and add assert.
5524 (tui_alloc_content): Add assert.
5525
c3fabb7d
TT
55262019-06-25 Tom Tromey <tom@tromey.com>
5527
5528 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
5529 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
5530 * tui/tui-data.c (tui_alloc_win_info): Remove.
5531
bbc228ee
TT
55322019-06-25 Tom Tromey <tom@tromey.com>
5533
5534 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
5535 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
5536 can_highlight.
5537
5fcee43a
TT
55382019-06-25 Tom Tromey <tom@tromey.com>
5539
5540 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
5541 make_visible_with_new_height method.
5542 (tui_win_info::make_visible_with_new_height): New method.
5543 (tui_source_window_base::do_make_visible_with_new_height)
5544 (tui_data_window::do_make_visible_with_new_height)
5545 (tui_cmd_window::do_make_visible_with_new_height): New methods.
5546 (make_visible_with_new_height): Remove.
5547 (tui_resize_all, tui_adjust_win_heights): Use
5548 make_visible_with_new_height method.
5549 * tui/tui-data.h (struct tui_win_info)
5550 <do_make_visible_with_new_height, make_visible_with_new_height>:
5551 New methods.
5552 (struct tui_source_window_base, struct tui_data_window)
5553 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
5554 methods.
5555
d83f1fe6
TT
55562019-06-25 Tom Tromey <tom@tromey.com>
5557
5558 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
5559 method.
5560 (update_tab_width): Call update_tab_width method.
5561 * tui/tui-data.h (struct tui_win_info)
5562 (struct tui_source_window_base) <update_tab_width>: New methods.
5563
17374de4
TT
55642019-06-25 Tom Tromey <tom@tromey.com>
5565
5566 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
5567 parameter.
5568 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
5569 parameter.
5570 (tui_gen_win_info::make_visible): Update.
5571 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
5572 parameter.
5573 * tui/tui-data.h (enum tui_box): New enum.
5574 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
5575
f936bca2
TT
55762019-06-25 Tom Tromey <tom@tromey.com>
5577
5578 * tui/tui-layout.c (make_source_or_disasm_window): Always use
5579 init_and_make_win for EXEC_INFO_WIN.
5580 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
5581 longer inline.
5582 (struct tui_win_info) <~tui_win_info>: Inline.
5583 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
5584 Don't declare.
5585 * tui/tui-data.c (source_win, disasm_win): Remove globals.
5586 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
5587 Remove.
5588 (tui_initialize_static_data): Update.
5589 (~tui_gen_win_info): Handle more cleanup here.
5590 (~tui_source_window_base): Delete "execution_info".
5591 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
5592
d6ba6a11
TT
55932019-06-25 Tom Tromey <tom@tromey.com>
5594
5595 * tui/tui-layout.c (make_command_window): Don't set
5596 can_highlight.
5597 (show_source_disasm_command): Call the reset method.
5598 (show_data): Don't set can_highlight. Call the reset method.
5599 (tui_gen_win_info::reset): Rename from init_gen_win_info
5600 (init_and_make_win): Simplify. Return tui_gen_win_info.
5601 (show_source_or_disasm_and_command): Call the reset method.
5602 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
5603 (struct tui_cmd_window): Set can_highlight.
5604
48a3bd16
TT
56052019-06-25 Tom Tromey <tom@tromey.com>
5606
5607 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
5608 from make_visible.
5609 (tui_make_visible, tui_make_invisible): Rewrite.
5610 (tui_win_info::make_visible): Remove.
5611 (tui_source_window_base::make_visible): Update.
5612 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
5613 method. Moved from...
5614 (struct tui_win_info) <make_visible>: ...here.
5615
c3bd716f
TT
56162019-06-25 Tom Tromey <tom@tromey.com>
5617
5618 * tui/tui-winsource.c
5619 (tui_source_window_base::do_scroll_horizontal): Remove direction
5620 parameter.
5621 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
5622 direction parameter.
5623 * tui/tui-win.c (tui_win_info::forward_scroll)
5624 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
5625 (tui_win_info::right_scroll): Update.
5626 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
5627 direction parameter.
5628 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
5629 direction parameter.
5630 * tui/tui-data.h (enum tui_scroll_direction): Remove.
5631 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
5632 Remove direction parameter.
5633 (struct tui_source_window_base, struct tui_source_window)
5634 (struct tui_disasm_window, struct tui_data_window)
5635 (struct tui_cmd_window): Update.
5636
21c32dca
TT
56372019-06-25 Tom Tromey <tom@tromey.com>
5638
5639 * tui/tui-winsource.h (tui_set_exec_info_content)
5640 (tui_show_exec_info_content, tui_erase_exec_info_content)
5641 (tui_clear_exec_info_content, tui_update_exec_info): Change
5642 argument to tui_source_window_base.
5643 * tui/tui-winsource.c (tui_set_exec_info_content)
5644 (tui_show_exec_info_content, tui_erase_exec_info_content)
5645 (tui_clear_exec_info_content, tui_update_exec_info): Change
5646 argument to tui_source_window_base.
5647
73fbdc65
TT
56482019-06-25 Tom Tromey <tom@tromey.com>
5649
5650 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
5651 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
5652
33325343
TT
56532019-06-25 Tom Tromey <tom@tromey.com>
5654
5655 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
5656 check.
5657
29d2c474
TT
56582019-06-25 Tom Tromey <tom@tromey.com>
5659
5660 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
5661 type to void.
5662 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
5663 type to void.
5664 * tui/tui-source.c (tui_set_source_content): Update.
5665 * tui/tui-disasm.c (tui_set_disassem_content): Update.
5666
152f3f4b
TT
56672019-06-25 Tom Tromey <tom@tromey.com>
5668
5669 * tui/tui-win.c (window_name_completer, tui_set_focus)
5670 (tui_all_windows_info): Use name method.
5671 * tui/tui-data.h (struct tui_gen_win_info)
5672 (struct tui_source_window, struct tui_disasm_window)
5673 (struct tui_data_window, struct tui_cmd_window) <name>: New
5674 method.
5675 (tui_win_name): Don't declare.
5676 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
5677 (tui_win_name): Remove.
5678
be4da588
TT
56792019-06-25 Tom Tromey <tom@tromey.com>
5680
5681 * tui/tui-winsource.h (tui_update_source_window)
5682 (tui_update_source_window_as_is): Change parameter type.
5683 * tui/tui-winsource.c (tui_update_source_window): Change win_info
5684 to be a tui_source_window_base.
5685 (tui_update_source_window_as_is): Likewise.
5686 * tui/tui-win.c (make_visible_with_new_height): Update.
5687
5b81daba
TT
56882019-06-25 Tom Tromey <tom@tromey.com>
5689
5690 * tui/tui-winsource.c (tui_erase_source_content)
5691 (tui_show_source_content, tui_show_exec_info_content)
5692 (tui_erase_exec_info_content): Use refresh_window method.
5693 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
5694 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
5695 from tui_refresh_win.
5696 (tui_data_window::refresh_window): New method.
5697 (tui_win_info::refresh, tui_source_window_base::refresh)
5698 (tui_refresh_all): Use refresh_window method.
5699 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
5700 method.
5701 * tui/tui-regs.c (tui_display_register): Call refresh_window
5702 method.
5703 * tui/tui-layout.c (show_source_disasm_command)
5704 (show_source_or_disasm_and_command): Call refresh_window method.
5705 * tui/tui-data.h (struct tui_gen_win_info)
5706 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
5707 New method.
5708
cb2ce893
TT
57092019-06-25 Tom Tromey <tom@tromey.com>
5710
5711 * tui/tui.c (tui_rl_other_window, tui_enable)
5712 (tui_is_window_visible, tui_get_command_dimension): Update.
5713 * tui/tui-winsource.c (tui_update_source_window_as_is)
5714 (tui_clear_source_content, tui_erase_source_content)
5715 (tui_show_source_line, tui_source_window_base::refill)
5716 (tui_source_window_base::do_scroll_horizontal)
5717 (tui_source_window_base::set_is_exec_point_at)
5718 (tui_update_breakpoint_info, tui_set_exec_info_content)
5719 (tui_alloc_source_buffer, tui_line_is_displayed)
5720 (tui_addr_is_displayed): Update.
5721 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
5722 (tui_check_and_display_highlight_if_needed)
5723 (tui_win_info::make_visible, tui_win_info::refresh)
5724 (tui_refresh_all): Update.
5725 * tui/tui-windata.c (tui_first_data_item_displayed)
5726 (tui_delete_data_content_windows, tui_erase_data_content)
5727 (tui_display_all_data, tui_data_window::refresh_all)
5728 (tui_check_data_values): Update.
5729 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
5730 (tui_set_win_focus_to, tui_win_info::forward_scroll)
5731 (tui_win_info::backward_scroll, tui_refresh_all_win)
5732 (tui_resize_all, tui_set_focus, tui_all_windows_info)
5733 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
5734 (tui_source_window_base::set_new_height)
5735 (tui_data_window::set_new_height)
5736 (make_invisible_and_set_new_height)
5737 (make_visible_with_new_height, new_height_ok)
5738 (parse_scrolling_args): Update.
5739 * tui/tui-stack.c (tui_show_frame_info): Update.
5740 * tui/tui-source.c (tui_set_source_content)
5741 (tui_set_source_content_nil, tui_source_is_displayed)
5742 (tui_source_window::do_scroll_vertical): Update.
5743 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
5744 (tui_display_registers_from, tui_display_reg_element_at_line)
5745 (tui_check_register_values, tui_reg_command): Update.
5746 * tui/tui-layout.c (tui_default_win_height)
5747 (show_source_disasm_command, show_data, init_and_make_win)
5748 (show_source_or_disasm_and_command): Update.
5749 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
5750 (tui_redisplay_readline, tui_mld_flush)
5751 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
5752 (tui_getc): Update.
5753 * tui/tui-disasm.c (tui_set_disassem_content)
5754 (tui_disasm_window::do_scroll_vertical): Update.
5755 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
5756 Now virtual.
5757 (struct tui_win_info): Derive from tui_gen_win_info.
5758 <~tui_win_info>: Mark as override.
5759 <generic>: Remove member.
5760 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
5761 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
5762 (~tui_data_window, ~tui_win_info)
5763 (tui_free_all_source_wins_content): Update.
5764 * tui/tui-command.c (tui_refresh_cmd_win): Update.
5765
ab313b35
TT
57662019-06-25 Tom Tromey <tom@tromey.com>
5767
5768 * tui/tui-layout.c (init_and_make_win): Use new.
5769 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
5770 destructor, initializers.
5771 (tui_alloc_generic_win_info): Don't declare.
5772 * tui/tui-data.c (_locator): Add argument to constructor.
5773 (source_win, disasm_win): New globals.
5774 (exec_info): Remove.
5775 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
5776 Update.
5777 (tui_alloc_generic_win_info): Remove.
5778 (init_content_element): Use new.
5779 (tui_win_info::tui_win_info): Update.
5780 (free_content_elements) <case DATA_WIN>: Use delete.
5781
dc2c33e4
TT
57822019-06-25 Tom Tromey <tom@tromey.com>
5783
5784 * tui/tui-wingeneral.c (tui_refresh_win): Update.
5785 * tui/tui-windata.c (tui_first_data_item_displayed)
5786 (tui_delete_data_content_windows): Update.
5787 * tui/tui-win.c (tui_data_window::set_new_height): Update.
5788 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
5789 (tui_display_registers_from, tui_check_register_values): Update.
5790 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
5791 pointer.
5792 * tui/tui-data.c (init_content_element): Update. Allocate the new
5793 window.
5794 (tui_free_data_content): Update.
5795 (free_content_elements) <case DATA_WIN>: Free the window.
5796
214a5cbe
TT
57972019-06-25 Tom Tromey <tom@tromey.com>
5798
5799 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
5800 Update.
5801 * tui/tui-layout.c (make_command_window)
5802 (show_source_disasm_command, show_data, init_and_make_win)
5803 (show_source_or_disasm_and_command): Update.
5804 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
5805 method.
5806 <can_highight, is_highlighted>: Now bool.
5807 (tui_set_win_highlight): Don't declare.
5808 * tui/tui-data.c (tui_set_win_highlight): Remove.
5809
8e2daf15
TT
58102019-06-25 Tom Tromey <tom@tromey.com>
5811
5812 * tui/tui-wingeneral.c (make_visible): Remove check of window
5813 type.
5814
8903bd8a
TT
58152019-06-25 Tom Tromey <tom@tromey.com>
5816
5817 * tui/tui-win.c (tui_win_info::max_height)
5818 (tui_cmd_window::max_height): New methods.
5819 (new_height_ok): Call max_height.
5820 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
5821 <max_height>: New method.
5822
3f02ce1e
TT
58232019-06-25 Tom Tromey <tom@tromey.com>
5824
5825 * tui/tui-win.c (tui_source_window_base::set_new_height)
5826 (tui_data_window::set_new_height): New methods.
5827 (make_invisible_and_set_new_height): Call set_new_height method.
5828 * tui/tui-data.h (struct tui_win_info)
5829 (struct tui_source_window_base, struct tui_data_window)
5830 <set_new_height>: New method.
5831
1825f487
TT
58322019-06-25 Tom Tromey <tom@tromey.com>
5833
5834 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
5835 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
5836 tui_refresh_data_win.
5837 * tui/tui-win.c (tui_source_window_base::refresh_all): New
5838 method.
5839 (tui_refresh_all_win): Call the refresh_all method.
5840 (tui_set_focus): Likewise.
5841 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
5842 (struct tui_source_window_base, struct tui_data_window) <refresh>:
5843 Likewise.
5844
ad54d15b
TT
58452019-06-25 Tom Tromey <tom@tromey.com>
5846
5847 * tui/tui-winsource.h (tui_refill_source_window)
5848 (tui_set_is_exec_point_at): Don't declare.
5849 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
5850 (tui_source_window_base::refill): Rename from
5851 tui_refill_source_window.
5852 (tui_source_window_base::do_scroll_horizontal): Update.
5853 (tui_source_window_base::set_is_exec_point_at): Rename from
5854 tui_set_is_exec_point_at.
5855 (tui_update_all_breakpoint_info): Update.
5856 * tui/tui-stack.c (tui_show_frame_info): Update.
5857 * tui/tui-layout.c (show_data): Add cast.
5858 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
5859 * tui/tui-data.h (struct tui_source_window_base) <refill,
5860 set_is_exec_point_at>: New methods.
5861 (tui_source_windows, tui_add_to_source_windows): Update types.
5862 (tui_add_to_source_windows): Remove redundant declaration.
5863 * tui/tui-data.c (source_windows): Store tui_source_window_base.
5864 (tui_source_windows): Change return type.
5865 (tui_clear_source_windows_detail): Update.
5866 (tui_add_to_source_windows): Change type of parameter.
5867 (tui_free_all_source_wins_content): Update.
5868
2042b506
TT
58692019-06-25 Tom Tromey <tom@tromey.com>
5870
5871 * tui/tui-wingeneral.c (tui_win_info::refresh)
5872 (tui_source_window_base::refresh): New methods.
5873 (tui_refresh_all): Call the refresh method.
5874 * tui/tui-data.h (struct tui_win_info)
5875 (struct tui_source_window_base) <refresh>: New method.
5876
56122977
TT
58772019-06-25 Tom Tromey <tom@tromey.com>
5878
5879 * tui/tui.h (tui_is_window_visible): Return bool.
5880 * tui/tui.c (tui_is_window_visible): Return bool.
5881 * tui/tui-wingeneral.c (tui_make_window, make_visible)
5882 (tui_make_visible, tui_make_invisible)
5883 (tui_win_info::make_visible)
5884 (tui_source_window_base::make_visible, make_all_visible)
5885 (tui_make_all_visible, tui_make_all_invisible): Update.
5886 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
5887 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
5888 bool.
5889 (struct tui_win_info, struct tui_source_window_base)
5890 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
5891 * tui/tui-data.c (tui_init_generic_part): Update.
5892
cda37efb
TT
58932019-06-25 Tom Tromey <tom@tromey.com>
5894
5895 * tui/tui-wingeneral.c (tui_win_info::make_visible)
5896 (tui_source_window_base::make_visible): New methods.
5897 (make_all_visible): Make method call.
5898 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
5899 (struct tui_source_window_base, struct tui_cmd_window): Override
5900 make_visible.
5901 (tui_win_is_source_type): Don't declare.
5902 * tui/tui-data.c (tui_win_is_source_type): Remove.
5903
6a0ee02c
TT
59042019-06-25 Tom Tromey <tom@tromey.com>
5905
5906 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
5907 NULL check.
5908
63901aec
TT
59092019-06-25 Tom Tromey <tom@tromey.com>
5910
5911 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
5912 Inline constructor. Add initializers for members.
5913 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
5914 constructors; now inline in class.
5915
ceb13a13
TT
59162019-06-25 Tom Tromey <tom@tromey.com>
5917
5918 * tui/tui-regs.c (tui_show_registers): Update.
5919 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
5920 bool.
5921 * tui/tui-data.c (tui_data_window::clear_detail)
5922 (tui_data_window): Update.
5923
238eb706
TT
59242019-06-25 Tom Tromey <tom@tromey.com>
5925
5926 * tui/tui-windata.c (tui_display_all_data)
5927 (tui_display_data_from_line, tui_display_data_from)
5928 (tui_check_data_values, tui_data_window::do_scroll_vertical):
5929 Update.
5930 * tui/tui-regs.c (tui_last_regs_line_no)
5931 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
5932 (tui_show_registers, tui_show_register_group)
5933 (tui_display_registers_from, tui_display_reg_element_at_line)
5934 (tui_display_registers_from_line, tui_check_register_values)
5935 (tui_reg_next, tui_reg_prev): Update.
5936 * tui/tui-layout.c (tui_set_layout, show_data): Update.
5937 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
5938 tui_data_window.
5939 (struct tui_win_info) <detail>: Remove. Add new fields from
5940 tui_data_info.
5941 (TUI_DATA_WIN): Add cast.
5942 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
5943 (~tui_data_window): Simplify.
5944
81491aa0
TT
59452019-06-25 Tom Tromey <tom@tromey.com>
5946
5947 * tui/tui-layout.c (show_source_disasm_command)
5948 (show_source_or_disasm_and_command): Update.
5949 * tui/tui-io.c (update_cmdwin_start_line)
5950 (tui_redisplay_readline): Update.
5951 * tui/tui-data.h (struct tui_command_info): Remove.
5952 (struct tui_win_info) <detail>: Remove command_info member.
5953 (struct tui_data_window) <start_line>: New member, from
5954 tui_command_info.
5955 (TUI_CMD_WIN): Add casts.
5956
e6e41501
TT
59572019-06-25 Tom Tromey <tom@tromey.com>
5958
5959 * tui/tui-winsource.c (tui_update_source_window)
5960 (tui_refill_source_window)
5961 (tui_source_window_base::do_scroll_horizontal)
5962 (tui_update_breakpoint_info, tui_set_exec_info_content)
5963 (tui_show_exec_info_content, tui_erase_exec_info_content)
5964 (tui_clear_exec_info_content): Update.
5965 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
5966 Update.
5967 * tui/tui-win.c (make_invisible_and_set_new_height)
5968 (make_visible_with_new_height): Update.
5969 * tui/tui-source.c (tui_set_source_content)
5970 (tui_show_symtab_source): Update.
5971 * tui/tui-layout.c (extract_display_start_addr)
5972 (show_source_disasm_command, show_data)
5973 (make_source_or_disasm_window)
5974 (show_source_or_disasm_and_command): Update.
5975 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
5976 (tui_disasm_window::do_scroll_vertical): Remove shadowing
5977 "gdbarch".
5978 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
5979 to tui_source_window_base.
5980 (struct tui_win_info) <detail>: Remove source_info member.
5981 (struct tui_source_window_base) <has_locator>: Inline.
5982 Move contents from tui_source_info; rename has_locator member to
5983 m_has_locator.
5984 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
5985 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
5986 header file.
5987 (tui_source_window_base::clear_detail, ~tui_source_window_base):
5988 Simplify.
5989 (tui_free_all_source_wins_content): Cast to
5990 tui_source_window_base.
5991
44f0e208
TT
59922019-06-25 Tom Tromey <tom@tromey.com>
5993
5994 * tui/tui-win.c (make_invisible_and_set_new_height)
5995 (make_visible_with_new_height): Call has_locator method.
5996 * tui/tui-layout.c (show_source_disasm_command, show_data)
5997 (show_source_or_disasm_and_command): Update for bool change.
5998 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
5999 (tui_win_info) <has_locator>: New method.
6000 (struct tui_source_window_base) <has_locator>: New method.
6001 (tui_win_has_locator): Don't declare.
6002 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
6003 from tui_win_has_locator.
6004 (tui_source_window_base): Use false, not FALSE.
6005
7778b912
TT
60062019-06-25 Tom Tromey <tom@tromey.com>
6007
6008 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
6009 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
6010 clear_detail method directly.
6011 (tui_clear_win_detail): Remove.
6012
f83d391c
TT
60132019-06-25 Tom Tromey <tom@tromey.com>
6014
6015 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
6016 "this", not TUI_DISASM_WIN.
6017
13446e05
TT
60182019-06-25 Tom Tromey <tom@tromey.com>
6019
6020 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
6021 declare.
6022 * tui/tui-winsource.c
6023 (tui_source_window_base::do_scroll_horizontal): Rename from
6024 tui_horizontal_source_scroll.
6025 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
6026 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
6027 from tui_vertical_data_scroll.
6028 * tui/tui-win.h (tui_scroll): Don't declare.
6029 * tui/tui-win.c (tui_win_info::forward_scroll)
6030 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
6031 (tui_win_info::right_scroll): Rename and update.
6032 (tui_scroll_forward_command, tui_scroll_backward_command)
6033 (tui_scroll_left_command, tui_scroll_right_command): Update.
6034 (tui_scroll): Remove.
6035 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
6036 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
6037 from tui_vertical_source_scroll.
6038 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
6039 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
6040 from tui_vertical_disassem_scroll.
6041 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
6042 do_scroll_horizontal>: New methods.
6043 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
6044 Likewise.
6045 (struct tui_source_window_base): Add do_scroll_horizontal.
6046 (struct tui_source_window, struct tui_disasm_window): Add
6047 do_scroll_vertical.
6048 (struct tui_data_window, struct tui_cmd_window): Add
6049 do_scroll_horizontal and do_scroll_vertical.
6050 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
6051
5cf82909
TT
60522019-06-25 Tom Tromey <tom@tromey.com>
6053
6054 * tui/tui-data.h (struct tui_source_window_base): New struct.
6055 (struct tui_source_window): Derive from tui_source_window_base.
6056 (struct tui_disasm_window): New struct.
6057 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
6058 from tui_source_window::clear_detail.
6059 (tui_source_window_base): Rename from tui_source_window.
6060 (~tui_source_window_base): Rename from ~tui_source_window.
6061 (tui_alloc_win_info): Create a tui_disasm_window.
6062
ee1d42d6
TT
60632019-06-25 Tom Tromey <tom@tromey.com>
6064
6065 * tui/tui-data.h (struct tui_source_window)
6066 (struct tui_data_window): Declare destructors.
6067 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
6068 destructors.
6069 (tui_win_info): Simplify.
6070
b4eb2452
TT
60712019-06-25 Tom Tromey <tom@tromey.com>
6072
6073 * tui/tui-winsource.c (tui_display_main)
6074 (tui_update_source_windows_with_addr)
6075 (tui_update_all_breakpoint_info): Update.
6076 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6077 (new_height_ok, parse_scrolling_args): Update.
6078 * tui/tui-stack.c (tui_show_frame_info): Update.
6079 * tui/tui-data.h (struct tui_list): Remove.
6080 (tui_source_windows): Return a reference to a std::vector.
6081 * tui/tui-data.c (source_windows): Now a std::vector.
6082 (tui_source_windows): Change return type.
6083 (tui_clear_source_windows): Rewrite.
6084 (tui_clear_source_windows_detail, tui_add_to_source_windows)
6085 (tui_free_all_source_wins_content): Rewrite.
6086
8761a91b
TT
60872019-06-25 Tom Tromey <tom@tromey.com>
6088
6089 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
6090 (struct tui_data_window, struct tui_cmd_window): Declare
6091 clear_detail method.
6092 * tui/tui-data.c (tui_source_window::clear_detail)
6093 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
6094 methods.
6095 (tui_clear_win_detail): Simplify.
6096
0ed69eda
TT
60972019-06-25 Tom Tromey <tom@tromey.com>
6098
6099 * tui/tui-layout.c (make_source_window, make_disasm_window)
6100 (make_source_or_disasm_window): Remove win_info_ptr parameter.
6101 Return the new window.
6102 (show_source_disasm_command, show_data)
6103 (show_source_or_disasm_and_command): Update.
6104
82432e10
TT
61052019-06-25 Tom Tromey <tom@tromey.com>
6106
6107 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
6108 parameter. Return the new window.
6109 (show_source_disasm_command): Update and remove NULL check.
6110 (show_source_or_disasm_and_command): Update.
6111
ec328aa5
TT
61122019-06-25 Tom Tromey <tom@tromey.com>
6113
6114 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
6115
33b906ab
TT
61162019-06-25 Tom Tromey <tom@tromey.com>
6117
6118 * tui/tui-data.h (struct tui_win_info): Make constructor
6119 protected. Make destructor virtual. Add initializers.
6120 (tui_source_window, tui_data_window, tui_cmd_window): New
6121 classes.
6122 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
6123 constructor. Add "type" parameter.
6124 (tui_source_window, tui_data_window, tui_cmd_window): New
6125 constructors.
6126 (tui_alloc_win_info): Instantiate the appropriate subclass.
6127
e7e11af4
TT
61282019-06-25 Tom Tromey <tom@tromey.com>
6129
6130 * tui/tui-win.c (tui_resize_all): Use delete.
6131 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
6132 destructor.
6133 (tui_free_window): Don't declare.
6134 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
6135 Update.
6136
6792b55e
TT
61372019-06-25 Tom Tromey <tom@tromey.com>
6138
6139 * tui/tui-data.h (struct tui_win_info): Add constructor.
6140 * tui/tui-data.c (tui_alloc_win_info): Use new.
6141 (tui_free_window): Use delete.
6142
f95675e1
TT
61432019-06-22 Tom Tromey <tom@tromey.com>
6144
6145 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
6146 declare.
6147 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
6148
5bff081c
TT
61492019-06-22 Tom Tromey <tom@tromey.com>
6150
6151 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
6152 declare.
6153 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
6154
47e3f474
TV
61552019-06-22 Tom de Vries <tdevries@suse.de>
6156
6157 * dwarf2read.c (create_addrmap_from_aranges)
6158 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
6159 instead of '%zu'.
6160
fd5866f6
SM
61612019-06-21 Simon Marchi <simon.marchi@efficios.com>
6162
6163 * dwarf2read.h (dwarf2_section_info_def): Remove.
6164 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
6165 * dwarf2read.c (struct dwo_sections) <types>: Change type to
6166 std::vector<dwarf2_section_info>.
6167 (struct dwo_file) <~dwo_file>: Remove.
6168 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
6169 types field.
6170 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
6171 (dwarf2_read_debug_names): Likewise.
6172 (create_debug_types_hash_table): Change parameter type to
6173 array_view, adjust code accordingly.
6174 (dwarf2_locate_dwo_sections): Adjust to std::vector.
6175 (partial_die_info::fixup): Likewise.
6176 (determine_prefix): Likewise.
6177 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
6178
fb1eb2f9
SM
61792019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
6180
6181 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
6182 gdb_bfd_ref_ptr.
6183 <~dwo_file>: Remove call to gdb_bfd_unref.
6184 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
6185 gdb_bfd_ref_ptr::get.
6186
51ac9db5
SM
61872019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
6188
6189 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
6190 type to htab_up.
6191 * dwarf2read.c (struct dwo_file): Initialize fields.
6192 <~dwo_file>: New.
6193 (free_dwo_file): Remove, move content to ~dwo_file.
6194 (struct dwo_file_deleter): Remove.
6195 (dwo_file_up>: Remove custom deleter.
6196 (free_dwo_files): Remove.
6197 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
6198 dwo_files.
6199 (process_skeletonless_type_units): Call unique_ptr::get.
6200 (allocate_dwo_file_hash_table): Add deleter to created hash
6201 table. Change return type to htab_up.
6202 (lookup_dwo_file_slot): Don't memset dwo_file, call
6203 unique_ptr::get.
6204 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
6205 (create_dwo_unit_in_dwp_v2): Likewise.
6206 (open_and_init_dwo_file): Likewise.
6207 (free_dwo_file_from_slot): Remove.
6208
dc4ccb6f
SM
62092019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
6210
6211 * dwarf2read.h (struct dwarf2_section_info) <readin,
6212 is_virtual>: Change type to bool.
6213 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
6214 true instead of 1.
6215
e6a1c5cb
TT
62162019-06-19 Tom Tromey <tom@tromey.com>
6217
6218 * tui/tui-data.h (tui_init_content_element): Don't declare.
6219
6f6ffbeb
TT
62202019-06-19 Tom Tromey <tom@tromey.com>
6221
6222 * tui/tui-data.h (tui_init_win_info): Don't declare.
6223
f23f598e
TV
62242019-06-19 Tom de Vries <tdevries@suse.de>
6225
6226 * dwarf2read.h (abstract_to_concrete): Change type to
6227 std::unordered_map<sect_offset, std::vector<sect_offset>,
6228 gdb::hash_enum<sect_offset>>.
6229
680e1bee
TT
62302019-06-19 Tom Tromey <tromey@adacore.com>
6231
6232 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
6233 EVAL_AVOID_SIDE_EFFECTS specially.
6234
dcf37923
TT
62352019-06-19 Tom Tromey <tromey@adacore.com>
6236
6237 * source-cache.c (highlighter): New global.
6238 (source_cache::get_source_lines): Create a highlighter on demand.
6239
494986d5
AB
62402019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
6241
6242 * defs.h (deprecated_interactive_hook): Delete declaration.
6243 * interps.c (clear_interpreter_hooks): Remove use of
6244 deprecated_interactive_hook.
6245 * top.c (deprecated_interactive_hook): Delete definition.
6246 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
6247
3360b6e7
TV
62482019-06-18 Tom de Vries <tdevries@suse.de>
6249
6250 PR gdb/24515
6251 * dwarf2read.h (abstract_to_concrete): Change type from
6252 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
6253 std::unordered_map<sect_offset, std::vector<sect_offset>>.
6254 * dwarf2read.c (read_variable): Update.
6255 (dwarf2_fetch_die_loc_sect_off): Update.
6256
310b3441
TV
62572019-06-17 Tom de Vries <tdevries@suse.de>
6258
6259 PR gdb/24617
6260 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
6261 accessing parent[parent_len - 1].
6262
ba9777be
PP
62632019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6264
6265 PR gdb/24364
6266 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
6267 call dtrace_process_dof with NULL dof.
6268
2b9f6e89
TV
62692019-06-16 Tom de Vries <tdevries@suse.de>
6270
6271 PR gdb/24445
6272 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
6273
431b3ead
TT
62742019-06-16 Tom Tromey <tom@tromey.com>
6275
6276 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
6277 (make_all_visible): Use address of member.
6278
d04b44a1
TT
62792019-06-16 Tom Tromey <tom@tromey.com>
6280
6281 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
6282 (tui_free_window, free_content, free_content_elements): Remove
6283 unnecessary cast.
6284 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
6285 cast.
6286 * tui/tui-regs.c (tui_show_register_group)
6287 (tui_display_registers_from, tui_display_reg_element_at_line):
6288 Remove unnecessary cast.
6289
bf5142e7
AB
62902019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6291
6292 * linux-nat.c (normal_mask): Delete.
6293 (_initialize_linux_nat): Don't initialise normal_mask.
6294
c4973306
SM
62952019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
6296
6297 PR gdb/24445
6298 * dwarf-index-write.h (write_psymtabs_to_index): Add
6299 dwz_basename parameter.
6300 * dwarf-index-write.c (write_gdbindex): Move file writing to
6301 write_gdbindex_1. Change return type void.
6302 (assert_file_size): Move up, remove filename parameter.
6303 (write_gdbindex_1): New function.
6304 (write_debug_names): Change return type to void, call
6305 assert_file_size.
6306 (struct index_wip_file): New struct.
6307 (write_psymtabs_to_index): Add dwz_basename parameter. Move
6308 file logic to index_wip_file. Write index for dwz file if
6309 needed.
6310 (save_gdb_index_command): Pass basename of dwz file, if present.
6311 * dwarf-index-cache.c (index_cache::store): Obtain and pass
6312 build-id of dwz file, if present.
6313 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
6314 (dwarf2_get_dwz_file): Likewise.
6315 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
6316 (dwarf2_get_dwz_file): Likewise.
6317
395f9c91
TT
63182019-06-16 Tom Tromey <tom@tromey.com>
6319
6320 * coffread.c (process_coff_symbol): Use xstrdup.
6321 * value.c (create_internalvar): Use xstrdup.
6322
cafb3438
TT
63232019-06-16 Tom Tromey <tom@tromey.com>
6324
6325 * valops.c (value_cast, value_slice): Remove unnecessary cast.
6326 * breakpoint.c (stopin_command, stopat_command)
6327 (until_break_command, decode_location_default): Remove unnecessary
6328 cast.
6329 * utils.c (subset_compare): Remove unnecessary cast.
6330 * ada-lang.c (ada_update_initial_language): Remove unnecessary
6331 cast.
6332 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
6333 cast.
6334 * infcmd.c (path_command): Remove unnecessary cast.
6335 * coffread.c (decode_type): Remove unnecessary cast.
6336 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
6337 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
6338 * tui/tui-stack.c (tui_show_locator_content)
6339 (tui_show_frame_info): Remove unnecessary cast.
6340 * tui/tui-win.c (tui_scroll_forward_command)
6341 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
6342 (parse_scrolling_args): Remove unnecessary cast.
6343 * tui/tui-data.c (init_win_info, tui_del_window)
6344 (tui_free_window, tui_del_data_windows, tui_free_data_content)
6345 (free_content_elements): Remove unnecessary cast.
6346 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
6347 unnecessary cast.
6348 * tui/tui-source.c (tui_set_source_content)
6349 (tui_vertical_source_scroll): Remove unnecessary cast.
6350 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
6351 cast.
6352 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
6353 * tui/tui-regs.c (tui_display_registers_from)
6354 (tui_display_register): Remove unnecessary cast.
6355 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
6356 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
6357 (make_visible): Remove unnecessary cast.
6358 * tui/tui-winsource.c (tui_erase_source_content)
6359 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
6360 unnecessary cast.
6361 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
6362 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
6363 * stabsread.c (read_type, read_array_type, read_range_type):
6364 Remove unnecessary cast.
6365 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
6366 (parse_symbol, parse_type, upgrade_type, parse_external)
6367 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
6368 unnecessary cast.
6369 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
6370
730ead81
TT
63712019-06-16 Tom Tromey <tom@tromey.com>
6372
6373 * tui/tui-data.c (tui_alloc_generic_win_info)
6374 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
6375 checks.
6376
584a927c
AB
63772019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
6378 Andrew Burgess <andrew.burgess@embecosm.com>
6379
6380 * f-typeprint.c (f_print_type): Don't return early for not
6381 associated or not allocated types.
6382 (f_type_print_varspec_suffix): Add print_rank parameter and print
6383 ranks of array types in case they dangling.
6384 (f_type_print_base): Add print_rank parameter.
6385
30056ea0
AB
63862019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6387
6388 * NEWS: Mention new MI commands.
6389 * break-catch-throw.c (enum exception_event_kind): Move to
6390 breakpoint.h.
6391 (print_mention_exception_catchpoint): Output text as a single
6392 message.
6393 (catch_exception_command_1): Rename to...
6394 (catch_exception_event): ...this, make non-static, update header
6395 command, and change some parameter types.
6396 (catch_catch_command): Update for changes to
6397 catch_exception_command_1.
6398 (catch_throw_command): Likewise.
6399 (catch_rethrow_command): Likewise.
6400 * breakpoint.c (enum exception_event_kind): Delete.
6401 * breakpoint.h (enum exception_event_kind): Moved here from
6402 break-catch-throw.c.
6403 (catch_exception_event): Declare.
6404 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
6405 (mi_cmd_catch_throw): New function.
6406 (mi_cmd_catch_rethrow): New function.
6407 (mi_cmd_catch_catch): New function.
6408 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
6409 'catch-catch' entries.
6410 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
6411 (mi_cmd_catch_rethrow): Declare.
6412 (mi_cmd_catch_catch): Declare.
6413
ec8e2b6d
AB
64142019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6415
6416 * annotate.c (annotate_source_line): Change return type to void,
6417 update implementation to match.
6418 * annotate.h (annotate_source_line): Change return type to void,
6419 update header comment.
6420 * stack.c (print_frame_info): Don't change what frame information
6421 is printed based on whether annotations are on or not.
6422
0d3abd8c
AB
64232019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6424
6425 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
6426 (annotate_source): Make static.
6427 (annotate_source_line): Moved from source.c and renamed from
6428 identify_source_line. Update the return type.
6429 * annotate.h (annotate_source): Delete declaration.
6430 (annotate_source_line): Declaration moved from source.h, and
6431 renamed from identify_source_line. Return type updated.
6432 * source.c (identify_source_line): Moved to annotate.c and renamed
6433 to annotate_source_line.
6434 (info_line_command): Remove check of annotation_level.
6435 * source.h (identify_source_line): Move declaration to annotate.h
6436 and rename to annotate_source_line.
6437 * stack.c: Add 'annotate.h' include.
6438 (print_frame_info): Remove check of annotation_level before
6439 calling annotate_source_line.
6440
00df30ae
AB
64412019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6442
6443 * source-cache.c (source_cache::get_plain_source_lines): Use
6444 open_source_file_with_line_charpos instead of just
6445 open_source_file, remove call to find_source_lines.
6446 (source_cache::get_source_lines): Likewise.
6447 * source.c (find_source_lines): Make static.
6448 (get_filename_and_charpos): Renamed into...
6449 (open_source_file_with_line_charpos): ..this along with changes to
6450 return a scoped_fd, and some other minor clean ups.
6451 (identify_source_line): Use open_source_file_with_line_charpos.
6452 (search_command_helper): Use open_source_file_with_line_charpos
6453 instead of just open_source_file, remove call to
6454 find_source_lines.
6455 * source.h (open_source_file_with_line_charpos): Declare new
6456 function.
6457 (find_source_lines): Delete declaration.
6458
afda45a2
AB
64592019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6460
6461 * source.c (get_filename_and_charpos): Remove fullname
6462 parameter.
6463 (identify_source_line): Update call to get_filename_and_charpos.
6464
0735b091
TT
64652019-06-14 Tom Tromey <tromey@adacore.com>
6466
6467 PR gdb/24502:
6468 * ui-style.h (skip_ansi_escape): Update comment.
6469 * ui-file.h (class no_terminal_escape_file): New class.
6470 * ui-file.c (no_terminal_escape_file::write)
6471 (no_terminal_escape_file::puts): New methods.
6472 * cli/cli-logging.c (handle_redirections): Use
6473 no_terminal_escape_file.
6474
52ce35e2
TT
64752019-06-14 Tom Tromey <tromey@adacore.com>
6476
6477 * NEWS: Move convenience variable news above Python news.
6478
73cc7272
TT
64792019-06-14 Tom Tromey <tom@tromey.com>
6480
6481 * gnulib: Move directory to top-level.
6482 * configure.ac: Don't configure gnulib.
6483 * configure: Rebuild.
6484 * common/common-defs.h: Use new path to gnulib.
6485 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
6486 (GNULIB_H): Remove.
6487 (INCGNU): Look in new gnulib location.
6488 (HFILES_NO_SRCDIR): Remove gnulib files.
6489 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
6490 (generated_files): Remove GNULIB_H.
6491 ($(LIBGNU), all-lib): Remove targets.
6492 (distclean): Don't mention GNULIB_BUILDDIR.
6493 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
6494
f5686554
TT
64952019-06-14 Tom Tromey <tromey@adacore.com>
6496
6497 * symfile.c (add_symbol_file_command): Remove obsolete comment.
6498 Warn if symbol file does not provide any symbols.
6499
a0c1ffed
TT
65002019-06-14 Tom Tromey <tromey@adacore.com>
6501
6502 * source.c (find_and_open_source): Respect basenames_may_differ.
6503
7c39e397
AB
65042019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
6505
6506 * annotate.c (annotate_breakpoints_invalid): Make use of
6507 scoped_restore_terminal_state.
6508 (annotate_frames_invalid): Likewise.
6509
f411722c
TT
65102019-06-14 Tom Tromey <tromey@adacore.com>
6511
6512 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
6513 allow assignment to an internalvar.
6514
4268ec18
TT
65152019-06-14 Tom Tromey <tromey@adacore.com>
6516
6517 * ada-lex.l: Allow "_" in attribute names.
6518
abdb711e
TT
65192019-06-14 Tom Tromey <tromey@adacore.com>
6520
6521 PR gdb/24653:
6522 * regcache.c (registers_changed): Don't call alloca.
6523 * top.c (execute_command): Don't call alloca.
6524
4c048731
PA
65252019-06-13 Pedro Alves <palves@redhat.com>
6526
6527 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
6528 'expression'. When parsing an expression, error out if there's
6529 junk after "unlimited".
6530 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
6531 (do_set_command): Adjust calls to is_unlimited_literal.
6532
66eb1ed3
PA
65332019-06-13 Pedro Alves <palves@redhat.com>
6534
6535 * compile/compile.c (make_compile_options_def_group): Add braces
6536 around array_view initializer.
6537 * thread.c (make_thread_apply_all_options_def_group)
6538 (make_thread_apply_all_options_def_group): Likewise.
6539
3345721a
PA
65402019-06-13 Pedro Alves <palves@redhat.com>
6541
6542 * NEWS (New commands): Mention "maint test-options
6543 require-delimiter", "maint test-options unknown-is-error", "maint
6544 test-options unknown-is-operand" and "maint show
6545 test-options-completion-result".
6546 (New command options, command completion): New section.
6547 (Completion improvements): New section.
6548 Mention that you can abbreviate "unlimited".
6549
6206060d
PA
65502019-06-13 Pedro Alves <palves@redhat.com>
6551
6552 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
6553 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
6554 * unittests/cli-utils-selftests.c (test_parse_flags)
6555 (test_parse_flags_qcs): Delete.
6556 (test_cli_utils): Don't call deleted functions.
6557
6665660a
PA
65582019-06-13 Pedro Alves <palves@redhat.com>
6559
6560 * thread.c: Include "cli/cli-option.h".
6561 (tp_array_compar_ascending): Global.
6562 (tp_array_compar): Delete function.
6563 (tp_array_compar_ascending, tp_array_compar_descending): New
6564 functions.
6565 (ascending_option_def, qcs_flag_option_def)
6566 (thr_qcs_flags_option_defs)
6567 (make_thread_apply_all_options_def_group)
6568 (make_thread_apply_options_def_group): New.
6569 (thread_apply_all_command): Use gdb::option::process_options.
6570 (thread_apply_command_completer)
6571 (thread_apply_all_command_completer): New.
6572 (thread_apply_command): Use gdb::option::process_options.
6573 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
6574 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
6575 to generate help text of "thread apply". Adjust "taas"'s help.
6576 * tid-parse.c (tid_range_parser::in_thread_range): New method.
6577 * tid-parse.h (tid_range_parser::in_thread_range): New method.
6578
f7e13587
PA
65792019-06-13 Pedro Alves <palves@redhat.com>
6580
6581 * thread.c (thread_apply_command): Check for invalid TID with
6582 isdigit instead of !isalpha.
6583
5d707134
PA
65842019-06-13 Pedro Alves <palves@redhat.com>
6585
6586 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
6587 (validate_flags_qcs): New.
6588 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
6589 (validate_flags_qcs): Declare.
6590 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
6591 (make_frame_apply_options_def_group): New.
6592 (frame_apply_command_count): Process options with
6593 gdb::option::process_options.
6594 (frame_apply_completer): New.
6595 (frame_apply_level_completer, frame_apply_all_completer)
6596 (frame_apply_completer): New.
6597 (_initialize_stack): Update help of "frame apply", "frame apply
6598 level", "frame apply all" and "faas" to mention supported options
6599 and install command completers.
6600 * stack.h (frame_apply_all_completer): Declare.
6601 * thread.c: Include "stack.h".
6602 (tfaas_command): Add "--".
6603 (_initialize_thread): Update help "tfaas" to mention supported
6604 options and install command completer.
6605
272d4594
PA
66062019-06-13 Pedro Alves <palves@redhat.com>
6607
6608 * completer.c (complete_nested_command_line): New.
6609 (gdb_completion_word_break_characters_throw): Add assertion.
6610 * completer.h (complete_nested_command_line): Declare.
6611
90a1ef87
PA
66122019-06-13 Pedro Alves <palves@redhat.com>
6613
6614 * stack.c (parse_backtrace_qualifiers): New.
6615 (backtrace_command): Use it.
6616 (backtrace_command_completer): Complete on qualifiers.
6617
d4c16835
PA
66182019-06-13 Pedro Alves <palves@redhat.com>
6619
6620 * frame.c: Include "cli/cli-option.h.
6621 (user_set_backtrace_options): New.
6622 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
6623 Delete.
6624 (get_prev_frame): Adjust.
6625 (boolean_option_def, uinteger_option_def)
6626 (set_backtrace_option_defs): New.
6627 (_initialize_frame): Adjust and use
6628 gdb::option::add_setshow_cmds_for_options to install "set
6629 backtrace past-main" and "set backtrace past-entry".
6630 * frame.h: Include "cli/cli-option.h".
6631 (struct frame_print_options): Forward declare.
6632 (print_frame_arguments_all, print_frame_arguments_scalars)
6633 (print_frame_arguments_none): Declare.
6634 (print_entry_values): Delete declaration.
6635 (struct frame_print_options, user_frame_print_options): New.
6636 (struct set_backtrace_options): New.
6637 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
6638 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
6639 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
6640 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
6641 (list_args_or_locals): Add frame_print_options parameter.
6642 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
6643 * python/py-framefilter.c (enumerate_args): Pass down
6644 USER_FRAME_PRINT_OPTIONS.
6645 * stack.c: Include "cli/cli-option.h".
6646 (print_frame_arguments_all, print_frame_arguments_scalars)
6647 (print_frame_arguments_none): Declare.
6648 (print_raw_frame_arguments, print_entry_values): Delete.
6649 (user_frame_print_options): New.
6650 (boolean_option_def, enum_option_def, frame_print_option_defs):
6651 New.
6652 (struct backtrace_cmd_options): New.
6653 (bt_flag_option_def): New.
6654 (backtrace_command_option_defs): New.
6655 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
6656 (print_frame_arg, read_frame_arg, print_frame_args)
6657 (print_frame_info, print_frame): Add frame_print_options parameter
6658 and use it.
6659 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
6660 (backtrace_command_1): Add frame_print_options and
6661 backtrace_cmd_options parameters and use them.
6662 (make_backtrace_options_def_group): New.
6663 (backtrace_command): Process command options with
6664 gdb::option::process_options.
6665 (backtrace_command_completer): New.
6666 (_initialize_stack): Extend "backtrace"'s help to mention
6667 supported options. Install completer for "backtrace".
6668 Install some settings commands with add_setshow_cmds_for_options.
6669
2daf894e
PA
66702019-06-13 Pedro Alves <palves@redhat.com>
6671
6672 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
6673 and that "set/show print raw frame-arguments" are now deprecated.
6674
6675 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
6676 command.
6677 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
6678 * stack.c (_initialize_stack): Install "set/show print
6679 raw-frame-arguments", and deprecate "set/show print raw
6680 frame-arguments".
6681 * valprint.c (_initialize_valprint): Deprecate "set/show print
6682 raw".
6683
e6ed716c
PA
66842019-06-13 Pedro Alves <palves@redhat.com>
6685
6686 * compile/compile.c (struct compile_options): New.
6687 (compile_flag_option_def, compile_command_option_defs)
6688 (make_compile_options_def_group): New.
6689 (compile_file_command): Handle options with
6690 gdb::option::process_options.
6691 (compile_file_command_completer): New function.
6692 (compile_code_command): Handle options with
6693 gdb::option::process_options.
6694 (compile_code_command_completer): New function.
6695 (_initialize_compiler): Install completers for "compile code" and
6696 "compile file". Mention available options in "compile code" and
6697 "compile code"'s help.
6698 * completer.c (advance_to_completion_word): New, factored out from
6699 ...
6700 (advance_to_expression_complete_word_point): ... this.
6701 (advance_to_filename_complete_word_point): New.
6702 * completer.h (advance_to_filename_complete_word_point): New
6703 declaration.
6704
7d8062de
PA
67052019-06-13 Pedro Alves <palves@redhat.com>
6706
6707 * compile/compile.c: Include "cli/cli-option.h".
6708 (compile_print_value): Scope data pointer is now a
6709 value_print_options pointer; adjust.
6710 (compile_print_command): Process options. Scope data pointer is
6711 now a value_print_options pointer; adjust.
6712 (_initialize_compile): Update "compile print"'s help to include
6713 supported options. Install a completer for "compile print".
6714 * cp-valprint.c (show_vtblprint, show_objectprint)
6715 (show_static_field_print): Delete.
6716 (_initialize_cp_valprint): Don't install "set print
6717 static-members", "set print vtbl", "set print object" here.
6718 * printcmd.c: Include "cli/cli-option.h" and
6719 "common/gdb_optional.h".
6720 (print_command_parse_format): Rework to fill in a
6721 value_print_options instead of a format_data.
6722 (print_value): Change parameter type from format_data pointer to
6723 value_print_options reference. Adjust.
6724 (print_command_1): Process options. Adjust to pass down a
6725 value_print_options.
6726 (print_command_completer): New.
6727 (_initialize_printcmd): Install print_command_completer as
6728 handle_brkchars completer for the "print" command. Update
6729 "print"'s help to include supported options.
6730 * valprint.c: Include "cli/cli-option.h".
6731 (show_vtblprint, show_objectprint, show_static_field_print): Moved
6732 here from cp-valprint.c.
6733 (boolean_option_def, uinteger_option_def)
6734 (value_print_option_defs, make_value_print_options_def_group):
6735 New. Use gdb::option::add_setshow_cmds_for_options to install
6736 "set print elements", "set print null-stop", "set print repeats",
6737 "set print pretty", "set print union", "set print array", "set
6738 print address", "set print symbol", "set print array-indexes".
6739 * valprint.h: Include <string> and "cli/cli-option.h".
6740 (make_value_print_options_def_group): Declare.
6741 (print_value): Change parameter type from format_data pointer to
6742 value_print_options reference.
6743 (print_command_completer): Declare.
6744
9d0faba9
PA
67452019-06-13 Pedro Alves <palves@redhat.com>
6746
6747 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
6748 (COMMON_SFILES): Add maint-test-settings.c.
6749 * cli/cli-decode.c (boolean_enums): New global, factored out from
6750 ...
6751 (add_setshow_boolean_cmd): ... here.
6752 * cli/cli-decode.h (boolean_enums): Declare.
6753 * cli/cli-option.c: New file.
6754 * cli/cli-option.h: New file.
6755 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
6756 factored out from ...
6757 (parse_cli_boolean_value(const char *)): ... this.
6758 (is_unlimited_literal): Change parameter type to pointer to
6759 pointer. Adjust and advance ARG pointer.
6760 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
6761 (parse_cli_var_enum): New, factored out from ...
6762 (do_set_command): ... this. Adjust.
6763 * cli/cli-setshow.h (parse_cli_boolean_value)
6764 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
6765 (parse_cli_var_enum): Declare.
6766 * cli/cli-utils.c: Include "cli/cli-option.h".
6767 (get_ulongest): New.
6768 * cli/cli-utils.h (get_ulongest): Declare.
6769 (check_for_argument): New overloads.
6770 * maint-test-options.c: New file.
6771
2c722807
PA
67722019-06-13 Pedro Alves <palves@redhat.com>
6773
6774 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
6775 parse a range if "-" is at the end of the string.
6776
dee7b4c8
PA
67772019-06-13 Pedro Alves <palves@redhat.com>
6778
6779 * cli/cli-setshow.c (parse_auto_binary_operation)
6780 (parse_cli_boolean_value): Don't allow "o".
6781
dca0f6c0
PA
67822019-06-13 Pedro Alves <palves@redhat.com>
6783
6784 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
6785 * NEWS: Mention maint test-settings KIND.
6786 * maint-test-settings.c: New file.
6787
597bf39d
PA
67882019-06-13 Pedro Alves <palves@redhat.com>
6789
6790 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
6791 completer.
6792 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
6793 "set" completers.
6794
48c410fb
PA
67952019-06-13 Pedro Alves <palves@redhat.com>
6796
6797 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
6798 after item.
6799
93bcb043
PA
68002019-06-13 Pedro Alves <palves@redhat.com>
6801
6802 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
6803
cbba3ecd
PA
68042019-06-13 Pedro Alves <palves@redhat.com>
6805
6806 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
6807 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
6808 call.
6809 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
6810 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
6811 calls.
6812 (check_for_argument): Skip spaces after argument.
6813
b9a3f842
PA
68142019-06-13 Pedro Alves <palves@redhat.com>
6815
6816 * thread.c (thread_apply_command): Adjust TID parsing.
6817 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
6818 detected before end of string.
6819 (tid_is_in_list): Error out if LIST is invalid.
6820
3844e605
PA
68212019-06-13 Pedro Alves <palves@redhat.com>
6822
6823 * completer.c (complete_line_internal_1): Rewind completion word
6824 point.
6825 (completion_tracker::advance_custom_word_point_by): Change
6826 parameter type to int.
6827 * completer.h (completion_tracker::advance_custom_word_point_by):
6828 Likewise.
6829
00b56dbe
PA
68302019-06-13 Pedro Alves <palves@redhat.com>
6831
6832 * completer.c (advance_to_completion_word): Handle delimiters.
6833
d106773e
PA
68342019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
6835
6836 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
6837
08f10e02
TT
68382019-06-11 Tom Tromey <tom@tromey.com>
6839
6840 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
6841 (xmalloc_failed): Move to alloc.c.
6842 * alloc.c: New file.
6843 * Makefile.in (COMMON_SFILES): Add alloc.c.
6844
1c7fe951
TT
68452019-06-11 Tom Tromey <tom@tromey.com>
6846
6847 * nat/linux-waitpid.c: Don't include server.h.
6848 (linux_debug): Remove.
6849 (my_waitpid): Update.
6850
89549d7f
TT
68512019-06-11 Tom Tromey <tromey@adacore.com>
6852
6853 * infcall.c (_initialize_infcall): Remove trailing newline from
6854 help.
6855 * user-regs.c (_initialize_user_regs): Remove trailing newline
6856 from help.
6857 * typeprint.c (_initialize_typeprint): Remove trailing newline
6858 from help.
6859 * reverse.c (_initialize_reverse): Remove trailing newlines from
6860 help.
6861 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
6862 from help.
6863 * language.c (add_set_language_command): Remove trailing newline
6864 from help.
6865 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
6866 help.
6867 * disasm.c (_initialize_disasm): Remove trailing newline from
6868 help.
6869 * top.c (init_main): Remove trailing newline from help.
6870 * interps.c (_initialize_interpreter): Remove trailing newline
6871 from help.
6872 * btrace.c (_initialize_btrace): Remove trailing newlines from
6873 help.
6874 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
6875 from help.
6876 * python/python.c (_initialize_python): Remove trailing newline
6877 from help.
6878 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
6879 help.
6880 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
6881 from help. Reformat some text.
6882 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
6883 from help.
6884 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
6885 newline from help.
6886
86108c13
TT
68872019-06-11 Tom Tromey <tromey@adacore.com>
6888
6889 * darwin-nat.c (darwin_decode_exception_message)
6890 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
6891
a7067863
AB
68922019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
6893
6894 * valops.c (value_slice): Check for not allocated or not
6895 associated values.
6896
9ab08412
TV
68972019-06-10 Tom de Vries <tdevries@suse.de>
6898
6899 PR gdb/24618
6900 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
6901 sure an empty slot (defined by a 32-bit zero pair) is recognized as
6902 invalid.
6903
f19e22e9
TV
69042019-06-10 Tom de Vries <tdevries@suse.de>
6905
6906 PR gdb/24611
6907 * linespec.c (linespec_lexer_lex_string): Remove incorrect
6908 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
6909
e99f9db0
TV
69102019-06-10 Tom de Vries <tdevries@suse.de>
6911
6912 PR symtab/24545
6913 * symtab.c (struct demangled_name_entry): Add language field.
6914 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
6915 static minimal symbol". Set and use language field.
6916
9bf7038b
TT
69172019-06-10 Tom Tromey <tromey@adacore.com>
6918
6919 * ada-lang.c (_initialize_ada_language): Update help text.
6920
422186a9
TT
69212019-06-10 Tom Tromey <tromey@adacore.com>
6922
6923 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
6924 with a newline.
6925 * guile/guile.c (handle_boot_error): Don't end warning with a
6926 newline.
6927 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
6928 warning with a newline.
6929 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
6930 newline.
6931 (s12z_frame_cache): Likewise.
6932 * dwarf-index-cache.c (index_cache::store): Don't end warning with
6933 a newline.
6934 * solib-svr4.c (disable_probes_interface): Don't end warning with
6935 a newline.
6936 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
6937 newline.
6938 * python/python.c (do_finish_initialization): Don't end warning
6939 with a newline.
6940
25ce02ee
TT
69412019-06-10 Tom Tromey <tom@tromey.com>
6942
6943 * python/py-breakpoint.c (gdbpy_breakpoint_created)
6944 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
6945 gdbpy_enter.
6946
caa429d8
TT
69472019-06-10 Tom Tromey <tromey@adacore.com>
6948
6949 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
6950 data.
6951 (elf_new_init): Don't call stabsread_new_init.
6952 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
6953 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
6954 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
6955
81873cc8
TV
69562019-06-10 Tom de Vries <tdevries@suse.de>
6957
6958 PR symtab/16264
6959 PR symtab/24517
6960 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
6961
4fa0265e
РИ
69622019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
6963
6964 * source.c (find_and_open_source): Also rewrite relative file
6965 names.
6966
1a3da2cd
AB
69672019-04-26 Amos Bird <amosbird@gmail.com>
6968
6969 * annotate.c (annotate_thread_exited): Add "thread-exited"
6970 annotation.
6971
3847a7bf
TT
69722019-06-06 Tom Tromey <tromey@adacore.com>
6973
6974 * maint.h (class scoped_command_stats): Use
6975 DISABLE_COPY_AND_ASSIGN.
6976 <print_time>: New method.
6977 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
6978 print_time.
6979 (scoped_command_stats::print_time): New method.
6980
312617a3
AB
69812019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
6982
6983 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
6984 instructions of lengths 6 or 8 bytes.
6985
b02f78f9
PA
69862019-06-04 Pedro Alves <palves@redhat.com>
6987
6988 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
6989
6990 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
6991 * breakpoint.c (condition_completer): Likewise.
6992 * cli/cli-dump.c (scan_expression): Likewise.
6993 * common/filestuff.c (mkdir_recursive): Likewise.
6994 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
6995 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
6996 (gdb_abspath): Likewise.
6997 * compile/compile-cplus-types.c
6998 (compile_cplus_instance::decl_name): Likewise.
6999 * completer.c (complete_explicit_location):
7000 (signal_completer, reg_or_group_completer_1): Likewise.
7001 * cp-support.c (cp_remove_params_if_any): Likewise.
7002 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
7003 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
7004 * infcmd.c (strip_bg_char): Likewise.
7005 * linespec.c (copy_token_string): Likewise.
7006 * mi/mi-main.c (output_cores): Likewise.
7007 * psymtab.c (psymtab_search_name):
7008 * symfile.c (test_set_ext_lang_command): Likewise.
7009 * target.c (target_fileio_read_stralloc): Likewise.
7010 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
7011 * value.c (complete_internalvar): Likewise.
7012
e1f2e1a2
CB
70132019-06-04 Christian Biesinger <cbiesinger@google.com>
7014
7015 Add objfile property to gdb.Type.
d3238f7d
PA
7016 * NEWS: Mention Python API addition.
7017 * python/py-type.c (typy_get_objfile): New method.
e1f2e1a2 7018
e664d728
PW
70192019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7020
7021 * NEWS: Mention the new set|show style [title|highlight].
7022 Mention changes to "show style", "help" and "apropos".
7023
66d8c862
PW
70242019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7025
7026 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
7027 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
7028 instead of print_help_for_command.
7029 (print_doc_of_command): New function.
7030 (help_list): Add 'apropos -v word' suggestion.
7031 (print_help_for_command): Style the command name using title style.
7032 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
7033 (_initialize_cli_cmds): Describe -v in apropos_command help.
7034
9303eb2f
PW
70352019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7036
7037 * cli/cli-style.h (cli_style_option): Add name in constructor,
7038 add m_name class member, add constructor with intensity,
7039 add name class function.
7040 (cli_style_option::add_setshow_commands): Remove name argument.
7041 (highlight_style, title_style): New styles.
7042 * cli/cli-style.c (do_show): New function that shows a style
7043 characteristic styling the style name with itself.
7044 (set_style_name): New function.
7045 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
7046 Update all callers according to the changes in cli/cli-style.h.
7047 * utils.h (fputs_highlighted): New function.
7048 * utils.c (fputs_highlighted): Likewise.
7049
e2c52041
PW
70502019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7051
7052 * NEWS: Mention new pipe command and new convenience variables.
7053
947d3946
PW
70542019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7055
7056 * cli/cli-cmds.c (pipe_command): New function.
7057 (_initialize_cli_cmds): Call add_com for pipe_command.
7058 Define | as an alias for pipe.
7059 (exit_status_set_internal_vars): New function.
7060 (shell_escape): Call exit_status_set_internal_vars.
7061 cli/cli-decode.c (find_command_name_length): Recognize | as
7062 a single character command.
7063
b8fd0918
PW
70642019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7065
7066 * gdbcmd.h (execute_command_to_ui_file): New declaration.
7067 top.c (execute_command_to_ui_file): New function, mostly a copy
7068 of execute_command_to_string.
7069 (execute_command_to_string): Implement by calling
7070 execute_command_to_ui_file.
7071
68bb5386
PW
70722019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7073
7074 * top.h (saved_command_line): Remove declaration.
7075 * top.c (previous_saved_command_line, previous_repeat_arguments):
7076 New variables.
7077 (saved_command_line): Make static, define together with other
7078 'repeat variables'.
7079 (dont_repeat): Clear repeat_arguments.
7080 (repeat_previous, get_saved_command_line, save_command_line):
7081 New functions.
7082 (gdb_init): Initialize saved_command_line
7083 and previous_saved_command_line.
7084 * main.c (captured_main_1): Remove saved_command_line initialization.
7085 * event-top.c (handle_line_of_input): Update to use
7086 the new 'repeat' related functions instead of direct access to
7087 saved_command_line.
7088 * command.h (repeat_previous, get_saved_command_line,
7089 save_command_line): New declarations.
7090 (dont_repeat): Add comment.
7091
bfcdb852
TT
70922019-05-30 Tom Tromey <tromey@adacore.com>
7093
7094 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
7095 Fix comment.
7096 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
7097
0ef209f2
JV
70982019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
7099
7100 PR cli/24587
7101 * completer.c (complete): Initialize variable word.
7102
955b06fa
SDJ
71032019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
7104
7105 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
7106 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
7107 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
7108 'body' is NULL to the outter 'if', protecting the '!is_define'
7109 situation as well.
7110
fa9c3fa0
TT
71112019-05-29 Tom Tromey <tromey@adacore.com>
7112
7113 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
7114 (dwarf_unknown): New function.
7115 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
7116 (dwarf_type_encoding_name): Use dwarf_unknown.
7117
4330d61d
TT
71182019-05-29 Tom Tromey <tromey@adacore.com>
7119
7120 PR c++/20020:
7121 * cp-valprint.c (cp_print_value_fields): Call
7122 cp_print_static_field inside "try".
7123
33a6bc35
TT
71242019-05-29 Tom Tromey <tromey@adacore.com>
7125
7126 * inflow.c (struct terminal_info): Add default operator=.
7127 * configure: Rebuild.
7128 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
7129 -Wdeprecated-copy-dtor, -Wredundant-move.
7130
000439d5
TT
71312019-05-29 Tom Tromey <tromey@adacore.com>
7132
7133 * NEWS: Add entry.
7134 * infcmd.c (print_return_value_1): Handle finish_print
7135 option.
7136 (show_print_finish): New function.
7137 (_initialize_infcmd): Add "set/show print finish" commands.
7138 * valprint.c (user_print_options): Initialize new member.
7139 * valprint.h (struct value_print_options) <finish_print>: New
7140 member.
7141
c0e70c62
TT
71422019-05-28 Tom Tromey <tromey@adacore.com>
7143
7144 * ada-lang.c (ada_remove_Xbn_suffix)
7145 (find_old_style_renaming_symbol)
7146 (parse_old_style_renaming): Remove.
7147 (ada_find_renaming_symbol): Don't call
7148 find_old_style_renaming_symbol.
7149 (ada_is_renaming_symbol): Rename from
7150 ada_find_renaming_symbol. Remove "block" parameter. Return
7151 bool. Now static.
7152 (ada_read_var_value): Update and simplify.
7153 * ada-exp.y (write_var_or_type): Remove old code.
7154
766f8836
AH
71552019-05-28 Alan Hayward <alan.hayward@arm.com>
7156
68255adc 7157 PR gdb/25010
766f8836
AH
7158 * event-top.c: Remove include comment.
7159 * inflow.c (class scoped_ignore_sigttou): Move from here...
7160 * inflow.h (class scoped_ignore_sigttou): ...to here.
7161 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
7162 * top.c: Remove include comment.
7163
eb41253a
TT
71642019-05-27 Tom Tromey <tom@tromey.com>
7165
7166 * NEWS: Fix typo.
7167
4ca51187
TT
71682019-05-22 Tom Tromey <tromey@adacore.com>
7169
7170 * target.c (target_follow_exec): Constify parameter.
7171 * target-delegates.c: Rebuild.
7172 * remote.c (remote_target::follow_exec): Constify parameter.
7173 * infrun.c (follow_exec): Constify parameter.
7174 * target.h (struct target_ops) <follow_exec>: Constify parameter.
7175 (target_follow_exec): Likewise.
7176
8fca4da0
AH
71772019-05-22 Alan Hayward <alan.hayward@arm.com>
7178
7179 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
7180 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
7181
b7060614
AH
71822019-05-22 Alan Hayward <alan.hayward@arm.com>
7183
7184 * NEWS: Add debugredirect and testsuite sections.
7185
0a5954bd
SC
71862019-05-22 Simon Cook <simon.cook@embecosm.com>
7187
7188 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
7189 target descriptions using exclusively floating point register name
7190 aliases.
7191
dc42e902
AB
71922019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7193
7194 PR gdb/18644:
7195 * f-lang.c (build_fortran_types): Handle the case where
7196 gdbarch_floatformat_for_type returns a nullptr.
7197
fb7806c7
TV
71982019-05-21 Tom de Vries <tdevries@suse.de>
7199
7200 PR cli/24587
7201 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
7202
34d11c68
AB
72032019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7204
7205 PR gdb/18644:
7206 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
7207 16-byte floats.
7208 * i386-tdep.c (i386_floatformat_for_type): Use
7209 floatformats_ia64_quad for the 16-byte floating point component
7210 within a fortran 32-byte complex number.
7211
122cf0f2
AB
72122019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7213
7214 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
7215 delete default constructor.
7216 (find_partial_die): Update to return const struct.
7217 (partial_die_parent_scope): Move variable declaration into scope
7218 of its use and change its type to auto.
7219 (guess_partial_die_structure_name): Likewise.
7220 (partial_die_info::fixup): Likewise.
7221
33d0e35a
TT
72222019-05-17 Tom Tromey <tromey@adacore.com>
7223
7224 * source.c (find_and_open_source): Remove cast.
7225
a45575b0
TT
72262019-05-17 Tom Tromey <tromey@adacore.com>
7227
7228 * annotate.c (annotate_source): Make "filename" const.
7229 * annotate.h (annotate_source): Use const.
7230
81f47ac2
AH
72312019-05-17 Alan Hayward <alan.hayward@arm.com>
7232
7233 * disasm.c (set_disassembler_options): Send errors to stderr.
7234
ca1285d1
AH
72352019-05-17 Alan Hayward <alan.hayward@arm.com>
7236
7237 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
7238 (cli_interp_base::set_logging): Check debug_redirect.
7239 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
7240 * cli/cli-logging.c (debug_redirect): Add static variable.
7241 (pop_output_files): Add default param.
7242 (handle_redirections): Print debug setting.
7243 (show_logging_command): Likewise.
7244 (_initialize_cli_logging): Add debugredirect command.
7245 * interps.c (current_interp_set_logging): Add debug_redirect
7246 parameter.
7247 * interps.h (set_logging): Add debug_redirect parameter.
7248 (current_interp_set_logging): Likewise.
7249 * mi/mi-common.h: Likewise.
7250 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
7251
72522019-05-17 Alan Hayward <alan.hayward@arm.com>
f3a09c80
AH
7253 Tom Tromey <tromey@adacore.com>
7254
7255 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
7256 directly.
7257 * cli/cli-interp.h (make_logging_output): Remove declaration.
7258 * cli/cli-logging.c (make_logging_output): Remove function.
7259 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
7260 directly.
7261 * ui-file.c (tee_file::tee_file): Remove bools.
7262 (tee_file::~tee_file): Remove deletes.
7263 * ui-file.h (tee_file): Remove bools.
7264
26648588
JV
72652019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
7266
7267 * mi/mi-cmds.h (mi_cmd_complete): New function.
7268 * mi/mi-main.c (mi_cmd_complete): Likewise.
7269 * mi/mi-cmds.c: Define new MI command -complete.
7270 * NEWS: Mention new -complete command.
7271
6e035501
JV
72722019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
7273
7274 * completer.h (complete): New function.
7275 * completer.c (complete): Likewise.
7276 * cli/cli-cmds.c: (complete_command): Update to use new complete()
7277 function defined in completer.h.
7278
7d0e2ece
JV
72792019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
7280
e79be6e5 7281 * MAINTAINERS (Write After Approval): Add myself.
7d0e2ece 7282
fb816e8b
TV
72832019-05-17 Tom de Vries <tdevries@suse.de>
7284
7285 PR gdb/24094
7286 * dwarf2read.c (struct cu_partial_die_info): New struct.
7287 (find_partial_die): Return cu_partial_die_info.
7288 (partial_die_parent_scope, guess_partial_die_structure_name)
7289 (partial_die_info::fixup): Handle new return type of find_partial_die.
7290
677052f2
SDJ
72912019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7292
a1726c38 7293 PR breakpoints/24541
677052f2
SDJ
7294 * stap-probe.c (stap_parse_register_operand): Make "regname" an
7295 "std::string", simplifying the algorithm.
7296
f3da9116
SDJ
72972019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7298
7299 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
7300 (stap_static_probe_ops::get_probes): Likewise.
7301
f1bb75ab
SDJ
73022019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7303
7304 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
7305 '-')" and "else if".
7306 (stap_parse_single_operand): Join checks for
7307 "gdbarch_stap_parse_special_token_p" and
7308 "gdbarch_stap_parse_special_token" in the same "if" statement.
7309 Invert check when verifying for operation on register
7310 displacement.
7311
3ca58cde
SDJ
73122019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7313
7314 * stap-probe.c (stap_get_opcode): Update comment.
7315 (stap_get_expected_argument_type): Likewise.
7316 (handle_stap_probe): Likewise.
7317
af2d9bee
SDJ
73182019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7319
7320 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
7321 return type to 'bool'. Adjust comment. Use 'bool' when
7322 appropriate.
7323 (i386_stap_parse_special_token_three_arg_disp): Likewise.
7324 * stap-probe.c (stap_parse_argument_1): Likewise.
7325 (stap_is_operator): Likewise.
7326 (stap_is_generic_prefix): Likewise.
7327 (stap_is_register_prefix): Likewise.
7328 (stap_is_register_indirection_prefix): Likewise.
7329 (stap_is_integer_prefix): Likewise.
7330 (stap_generic_check_suffix): Likewise.
7331 (stap_check_integer_suffix): Likewise.
7332 (stap_check_register_suffix): Likewise.
7333 (stap_check_register_indirection_suffix): Likewise.
7334 (stap_parse_register_operand): Likewise.
7335 (stap_parse_single_operand): Likewise.
7336 (stap_parse_argument_1): Likewise.
7337 (stap_probe::get_argument_count): Likewise.
7338 (stap_is_operator): Likewise.
7339
61c9c421
TT
73402019-05-16 Tom Tromey <tromey@adacore.com>
7341
7342 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
7343 keyword to foreach.
7344
9ddc1af1
SM
73452019-05-15 Simon Marchi <simon.marchi@efficios.com>
7346
7347 * linux-thread-db.c (try_thread_db_load_1): Change return type
7348 to bool.
7349 (try_thread_db_load): Likewise.
7350 (try_thread_db_load_from_pdir_1): Likewise.
7351 (try_thread_db_load_from_pdir): Likewise.
7352 (try_thread_db_load_from_sdir): Likewise.
7353 (try_thread_db_load_from_dir): Likewise.
7354 (thread_db_load_search): Likewise.
7355 (has_libpthread): Likewise.
7356 (thread_db_load): Likewise.
7357
7bede828
SDJ
73582019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
7359
7360 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
7361 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
7362 NULL, and complain/return if that's the case.
7363
c5358db4
JD
73642019-05-15 John Darrington <john@darrington.wattle.id.au>
7365
7366 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
7367 (advance, posn, abstract_read_memory): New functions.
7368 [struct mem_read_abstraction]: New struct.
7369 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
7370
c408a94f
TT
73712019-05-14 Tom Tromey <tromey@adacore.com>
7372
7373 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
7374 value is not lval_memory.
7375
e7bd7fba
TT
73762019-05-14 Tom Tromey <tromey@adacore.com>
7377
7378 * solib.c (info_sharedlibrary_command): Style the file name.
7379
a6d0f249
AH
73802019-05-14 Alan Hayward <alan.hayward@arm.com>
7381
7382 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
7383 (aarch64_vnv_type): Likewise.
7384 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
7385 * common/tdesc.c: Likewise.
7386 * common/tdesc.h (enum tdesc_type_kind): Likewise.
7387 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
7388 * features/aarch64-fpu.xml: Add ieee half view.
7389 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
7390 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
7391 * gdbtypes.h (struct builtin_type): Likewise.
7392 (struct objfile_type): Likewise.
7393
66b8bb74
SM
73942019-05-12 Paul Naert <paul.naert@polymtl.ca>
7395
7396 * language.c (language_sniff_from_mangled_name): Fix "langauge"
7397 typo.
7398 * location.h (string_to_event_location): Likewise.
7399
21c219fd
JB
74002019-05-11 Joel Brobecker <brobecker@adacore.com>
7401
7402 GDB 8.3 released.
7403
13674803
SM
74042019-05-10 Simon Marchi <simon.marchi@efficios.com>
7405
7406 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
7407 New variable declaration.
7408 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
7409 New variable.
7410 (print_one_breakpoint): Use ui_out::test_flags and new global
7411 variable to compute use_fixed_output.
7412 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
7413 Remove.
7414 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
7415 (mi_multi_location_breakpoint_output_fixed): Remove.
7416 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
7417 new variable.
7418 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
7419 fix_multi_location_breakpoint_output flag if version >= 3.
7420 * ui-out.h (enum ui_out_flag)
7421 <fix_multi_location_breakpoint_output>: New enumerator.
7422
a9eac7f9
SM
74232019-05-10 Simon Marchi <simon.marchi@efficios.com>
7424
7425 * contrib/cc-with-tweaks.sh: Validate dwz's work.
7426
71bed2db
TT
74272019-05-10 Tom Tromey <tromey@adacore.com>
7428
7429 * ada-lang.c (catch_ada_completer): New function.
7430 (_initialize_ada_language): Use it.
7431
24c54127
TT
74322019-05-10 Tom Tromey <tromey@adacore.com>
7433
7434 * thread.c (print_thread_info): Make "requested_threads" const.
7435 * gdbthread.h (print_thread_info): Make "requested_threads"
7436 const.
7437 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
7438 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
7439
7a102139
TT
74402019-05-08 Tom Tromey <tom@tromey.com>
7441
7442 * gdbtypes.c (objfile_type_data): Change type.
7443 (objfile_type, _initialize_gdbtypes): Update.
7444
924d79e2
TT
74452019-05-08 Tom Tromey <tom@tromey.com>
7446
7447 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
7448 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
7449 (_initialize_dwarf2_frame): Update.
7450
4c58e337
TT
74512019-05-08 Tom Tromey <tom@tromey.com>
7452
7453 * objc-lang.c (objc_objfile_data): Change type.
7454 (find_methods): Update.
7455 (_initialize_objc_lang): Remove.
7456
d772d2ab
TT
74572019-05-08 Tom Tromey <tom@tromey.com>
7458
7459 * stabsread.c (rs6000_builtin_type_data): Change type.
7460 (rs6000_builtin_type, _initialize_stabsread): Update.
7461
d11d83f4
TT
74622019-05-08 Tom Tromey <tom@tromey.com>
7463
7464 * mips-tdep.c (mips_pdr_data): Remove.
7465 (_initialize_mips_tdep): Update.
7466
9a73f0ad
TT
74672019-05-08 Tom Tromey <tom@tromey.com>
7468
7469 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
7470 (hppa_init_objfile_priv_data, read_unwind_info)
7471 (find_unwind_entry, _initialize_hppa_tdep): Update.
7472
8127a2fa
TT
74732019-05-08 Tom Tromey <tom@tromey.com>
7474
7475 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
7476 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
7477 on obstack.
7478 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
7479
91d3055d
TT
74802019-05-08 Tom Tromey <tom@tromey.com>
7481
7482 * mdebugread.c (basic_type_data): Change type.
7483 (basic_type, _initialize_mdebugread): Update.
7484
31930bd3
TT
74852019-05-08 Tom Tromey <tom@tromey.com>
7486
7487 * common/gdb_unique_ptr.h (struct noop_deleter): New.
7488
bdb3ed9e
TT
74892019-05-08 Tom Tromey <tom@tromey.com>
7490
7491 * nto-tdep.c (nto_inferior_data_reg): Change type.
7492 (nto_inferior_data): Update.
7493 (nto_inferior_data_cleanup, nto_new_inferior_data)
7494 (_initialize_nto_tdep): Remove.
7495 * nto-tdep.h (struct nto_inferior_data): Add initializers.
7496
f37b313d
TT
74972019-05-08 Tom Tromey <tom@tromey.com>
7498
7499 * ada-lang.c (struct ada_inferior_data): Add initializers.
7500 (ada_inferior_data): Change type.
7501 (ada_inferior_data_cleanup): Remove.
7502 (get_ada_inferior_data, ada_inferior_exit)
7503 (struct ada_pspace_data): Add initializers, destructor.
7504 (ada_pspace_data_handle): Change type.
7505 (get_ada_pspace_data): Update.
7506 (ada_pspace_data_cleanup): Remove.
7507
24699405
TT
75082019-05-08 Tom Tromey <tom@tromey.com>
7509
7510 * coffread.c (struct coff_symfile_info): Add initializers.
7511 (coff_objfile_data_key): Move lower. Change type.
7512 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
7513 Update.
7514 (coff_free_info): Remove.
7515
d4e05d2f
TT
75162019-05-08 Tom Tromey <tom@tromey.com>
7517
7518 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
7519 (fbsd_pspace_data_handle): Move lower. Change type.
7520 (get_fbsd_pspace_data): Update.
7521 (fbsd_pspace_data_cleanup): Remove.
7522 (_initialize_fbsd_tdep): Update.
7523
14ef6690
TT
75242019-05-08 Tom Tromey <tom@tromey.com>
7525
7526 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
7527 (get_ada_tasks_pspace_data): Update.
7528 (ada_tasks_pspace_data_cleanup): Remove.
7529 (_initialize_tasks): Update.
7530 (ada_tasks_inferior_data_handle): Change type.
7531 (get_ada_tasks_inferior_data): Update.
7532 (ada_tasks_inferior_data_cleanup): Remove.
7533 (struct ada_tasks_pspace_data): Add initializers.
7534
814cf43a
TT
75352019-05-08 Tom Tromey <tom@tromey.com>
7536
7537 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
7538 * symfile-debug.c (debug_sym_get_probes): Change type.
7539 * stap-probe.c (handle_stap_probe):
7540 (stap_static_probe_ops::get_probes): Change type.
7541 * probe.h (class static_probe_ops) <get_probes>: Change type.
7542 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
7543 (parse_probes_in_pspace): Update.
7544 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
7545 Update.
7546 (any_static_probe_ops::get_probes): Change type.
7547 * elfread.c (elfread_data): New typedef.
7548 (probe_key): Change type.
7549 (elf_get_probes): Likewise. Update.
7550 (probe_key_free): Remove.
7551 (_initialize_elfread): Update.
7552 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
7553 Change type.
7554 (dtrace_process_dof_probe, dtrace_process_dof)
7555 (dtrace_static_probe_ops::get_probe): Change type.
7556
02dc647e
TT
75572019-05-08 Tom Tromey <tom@tromey.com>
7558
7559 * xcoffread.c (struct xcoff_symfile_info): Rename from
7560 coff_symfile_info. Add initializers.
7561 (xcoff_objfile_data_key): Move lower. Change type.
7562 (XCOFF_DATA): Rewrite.
7563 (xcoff_free_info): Remove.
7564 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
7565 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
7566 (xcoff_initial_scan): Update.
7567
09232438
TT
75682019-05-08 Tom Tromey <tom@tromey.com>
7569
7570 * solib-svr4.c (struct svr4_info): Add initializers and
7571 destructor.
7572 <probes_table>: Now an htab_up.
7573 (solib_svr4_pspace_data): Change type.
7574 (free_probes_table): Simplify.
7575 (~svr4_info): Rename from svr4_pspace_data_cleanup.
7576 (get_svr4_info, probes_table_htab_remove_objfile_probes)
7577 (probes_table_remove_objfile_probes, register_solib_event_probe)
7578 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
7579 (_initialize_svr4_solib): Update.
7580
7b4a314f
TT
75812019-05-08 Tom Tromey <tom@tromey.com>
7582
7583 * remote.c (remote_pspace_data): Change type.
7584 (remote_pspace_data_cleanup): Remove.
7585 (get_remote_exec_file, set_pspace_remote_exec_file)
7586 (_initialize_remote): Update.
7587
51d3063a
TT
75882019-05-08 Tom Tromey <tom@tromey.com>
7589
7590 * breakpoint.c (breakpoint_objfile_key): Change type.
7591 (get_breakpoint_objfile_data): Update.
7592 (free_breakpoint_objfile_data): Remove.
7593 (_initialize_breakpoint): Update.
7594
89fb8848
TT
75952019-05-08 Tom Tromey <tom@tromey.com>
7596
7597 * linux-tdep.c (struct linux_info): Add initializers.
7598 (linux_inferior_data): Move. Change type.
7599 (invalidate_linux_cache_inf): Update.
7600 (linux_inferior_data_cleanup): Remove.
7601 (get_linux_inferior_data, _initialize_linux_tdep): Update.
7602
e9b89e2d
TT
76032019-05-08 Tom Tromey <tom@tromey.com>
7604
7605 * auxv.c (auxv_inferior_data): Move. Change type.
7606 (auxv_inferior_data_cleanup): Remove.
7607 (invalidate_auxv_cache_inf): Rewrite.
7608 (get_auxv_inferior_data, _initialize_auxv): Update.
7609
8c42777c
TT
76102019-05-08 Tom Tromey <tom@tromey.com>
7611
7612 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
7613 (symfile_debug_objfile_data_key): Change type.
7614 (symfile_debug_installed, debug_qf_has_symbols)
7615 (debug_qf_find_last_source_symtab)
7616 (debug_qf_forget_cached_source_info)
7617 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
7618 (debug_qf_print_stats, debug_qf_dump)
7619 (debug_qf_expand_symtabs_for_function)
7620 (debug_qf_expand_all_symtabs)
7621 (debug_qf_expand_symtabs_with_fullname)
7622 (debug_qf_map_matching_symbols)
7623 (debug_qf_expand_symtabs_matching)
7624 (debug_qf_find_pc_sect_compunit_symtab)
7625 (debug_qf_map_symbol_filenames)
7626 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
7627 (debug_sym_new_init, debug_sym_init, debug_sym_read)
7628 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
7629 (debug_sym_read_linetable, debug_sym_relocate): Update.
7630 (symfile_debug_free_objfile): Remove.
7631 (install_symfile_debug_logging, _initialize_symfile_debug):
7632 Update.
7633
5bfd760d
TT
76342019-05-08 Tom Tromey <tom@tromey.com>
7635
7636 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
7637 allocate_on_obstack.
7638 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
7639 (get_dwarf2_per_objfile): Update.
7640 (set_dwarf2_per_objfile): Remove.
7641 (dwarf2_has_info, dwarf2_get_section_info): Update.
7642 (dwarf2_free_objfile): Remove.
7643 (_initialize_dwarf2_read): Update.
7644
e85e19b4
TT
76452019-05-08 Tom Tromey <tom@tromey.com>
7646
7647 * auto-load.c (struct auto_load_pspace_info): Add destructor and
7648 initializers.
7649 <unsupported_script_warning_printed,
7650 script_not_found_warning_printed>: Now bool.
7651 (auto_load_pspace_data): Change type.
7652 (~auto_load_pspace_info): Rename from
7653 auto_load_pspace_data_cleanup.
7654 (get_auto_load_pspace_data, init_loaded_scripts_info)
7655 (clear_section_scripts, maybe_print_unsupported_script_warning)
7656 (maybe_print_script_not_found_warning, _initialize_auto_load):
7657 Update.
7658
f6aa7436
TT
76592019-05-08 Tom Tromey <tom@tromey.com>
7660
7661 * objfiles.c (objfile_pspace_info): Add destructor and
7662 initializers.
7663 (objfiles_pspace_data): Change type.
7664 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
7665 (get_objfile_pspace_data): Update.
7666 (objfiles_bfd_data): Change type.
7667 (get_objfile_bfd_data): Update.
7668 (objfile_bfd_data_free, _initialize_objfiles): Remove.
7669
6ae614f6
TT
76702019-05-08 Tom Tromey <tom@tromey.com>
7671
7672 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
7673 Change type.
7674 (get_catch_syscall_inferior_data): Update.
7675 (catch_syscall_inferior_data_cleanup): Remove.
7676 (_initialize_break_catch_syscall): Update.
7677
6509b8eb
TT
76782019-05-08 Tom Tromey <tom@tromey.com>
7679
7680 * inflow.c (struct terminal_info): Add destructor and
7681 initializers.
7682 (inflow_inferior_data): Change type.
7683 (~terminal_info): Rename from inflow_inferior_data_cleanup.
7684 (get_inflow_inferior_data, inflow_inferior_exit)
7685 (swap_terminal_info, _initialize_inflow): Update.
7686
35632941
TT
76872019-05-08 Tom Tromey <tom@tromey.com>
7688
7689 * target-dcache.c (target_dcache_cleanup): Remove.
7690 (target_dcache_aspace_key): Change type.
7691 (target_dcache_init_p, target_dcache_invalidate)
7692 (target_dcache_get, target_dcache_get_or_init)
7693 (_initialize_target_dcache): Update.
7694 * dcache.h (struct dcache_deleter): New.
7695
3017b94d
TT
76962019-05-08 Tom Tromey <tom@tromey.com>
7697
7698 * symtab.c (struct symbol_cache): Add destructor and
7699 initializers.
7700 (symbol_cache_key): Move. Change type.
7701 (make_symbol_cache, free_symbol_cache): Remove.
7702 (get_symbol_cache): Update.
7703 (symbol_cache_cleanup): Remove.
7704 (ALL_PSPACES, symbol_cache_flush)
7705 (maintenance_print_symbol_cache)
7706 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
7707 Update.
7708
a32ad8c5
TT
77092019-05-08 Tom Tromey <tom@tromey.com>
7710
7711 * symtab.c (struct main_info): Add destructor and initializers.
7712 (main_progspace_key): Move. Change type.
7713 (get_main_info): Update.
7714 (main_info_cleanup): Remove.
7715 (_initialize_symtab): Update.
7716
5f6e90a0
TT
77172019-05-08 Tom Tromey <tom@tromey.com>
7718
7719 * registry.h (DECLARE_REGISTRY): Define the _key class.
7720
1bd0c6e4
AB
77212019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7722
7723 * NEWS: Merge two 'New commands' sections.
7724
2228ef77
XR
77252019-05-08 Joel Brobecker <brobecker@adacore.com>
7726
7727 * ada-valprint.c (ada_val_print_gnat_array): Remove language
7728 parameter and use Ada language definition instead.
7729 (ada_val_print_ptr): Remove unused language parameter.
7730 (ada_val_print_num): Remove language parameter and use Ada language
7731 definition instead.
7732 (ada_val_print_enum, ada_val_print_flt): Remove unused language
7733 parameter.
7734 (ada_val_print_struct_union, ada_val_print_ref): Remove language
7735 parameter and use Ada language definition instead.
7736 (ada_val_print_1): Update all ada_val_print_xxx calls.
7737 Remove language parameter.
7738 (ada_val_print): Update ada_val_print_1 call.
7739
60fcc1c3
TT
77402019-05-08 Tom Tromey <tromey@adacore.com>
7741
7742 * remote.c (remote_hw_watchpoint_limit)
7743 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
7744 Now static.
7745
ed2b7c17
TT
77462019-05-08 Tom Tromey <tromey@adacore.com>
7747
7748 * maint.c (_initialize_maint_cmds): Move initialization code to
7749 remote.c.
7750 (watchdog, show_watchdog): Move to remote.c.
7751 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
7752 "watchdog" static.
7753 (_initialize_remote): Move initialization code from maint.c.
7754 * defs.h (watchdog): Don't declare.
7755
b0be6c91
TT
77562019-05-08 Tom Tromey <tromey@adacore.com>
7757
7758 * tui/tui-interp.c: Include main.h.
7759 * interps.c: Include main.h.
7760 * main.h (interpreter_p): Declare.
7761 * defs.h (interpreter_p): Don't declare.
7762
587ee17b
TT
77632019-05-08 Tom Tromey <tromey@adacore.com>
7764
7765 * dwarf2loc.c: Include dwarf2read.h.
7766 * defs.h (read_unsigned_leb128): Don't declare.
7767 * dwarf2read.h (read_unsigned_leb128): Declare.
7768
ca1df239
TT
77692019-05-08 Tom Tromey <tromey@adacore.com>
7770
7771 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
7772 method.
7773
99f20f08
TT
77742019-05-08 Tom Tromey <tromey@adacore.com>
7775
7776 * utils.c (fputs_maybe_filtered): Reset style after paging, even
7777 when no wrap column is set.
7778
80e55b13
TT
77792019-05-08 Tom Tromey <tromey@adacore.com>
7780
7781 * c-lang.c (c_get_string): Handle non-C-style arrays.
7782
9d3421af
TT
77832019-05-08 Tom Tromey <tromey@adacore.com>
7784
7785 * typeprint.c (print_offset_data::update): Print the bit offset,
7786 not the number of bits remaining.
7787
844333e2
TT
77882019-05-08 Tom Tromey <tromey@adacore.com>
7789
7790 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
7791 padding at end of comment.
7792
988915ee
TT
77932019-05-08 Tom Tromey <tromey@adacore.com>
7794
7795 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
7796 Compare main types.
7797
26bfd823
TT
77982019-05-06 Tom Tromey <tom@tromey.com>
7799
7800 * common/scoped_mmap.c: Include common-defs.h.
7801 * common/scoped_mmap.h: Don't include config.h.
7802
89055eaa
TT
78032019-05-04 Tom Tromey <tom@tromey.com>
7804
7805 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
7806 (struct aarch64_call_info): Add initializers.
7807 <si>: Now a std::vector.
7808 (pass_on_stack, aarch64_push_dummy_call): Update.
7809
5da01df5
TT
78102019-05-04 Simon Marchi <simon.marchi@efficios.com>
7811 Tom Tromey <tom@tromey.com>
7812
7813 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
7814 (ppc_threads): Now a std::vector. Now static.
7815 (hwdebug_find_thread_points_by_tid)
7816 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
7817 Update.
7818
fbdf05a1
TT
78192019-05-04 Tom Tromey <tom@tromey.com>
7820
7821 * arc-tdep.c (arc_tdesc_init): Return bool.
7822
06d16ec9
TT
78232019-05-04 Tom Tromey <tom@tromey.com>
7824
7825 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
7826 Use gdb_assert_not_reached.
7827
9c056022
TT
78282019-05-04 Tom Tromey <tom@tromey.com>
7829
7830 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
7831 "false".
7832
fa9c2a59
TT
78332019-05-04 Tom Tromey <tom@tromey.com>
7834
7835 * arc-tdep.c (arc_tdesc_init): Use bool.
7836
e2eb806a
TT
78372019-05-04 Tom Tromey <tom@tromey.com>
7838
7839 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
7840
6fe87677
TT
78412019-05-04 Tom Tromey <tom@tromey.com>
7842
7843 * cli/cli-cmds.c (valid_command_p): Return bool.
7844
7f008c9e
TT
78452019-05-04 Tom Tromey <tom@tromey.com>
7846
7847 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
7848 * command.h (valid_user_defined_cmd_name_p): Channge return type.
7849
b6484282
RT
78502019-05-04 Raul Tambre <raul@tambre.ee>
7851
7852 * python/lib/gdb/prompt.py (_ExtendedPrompt)
7853 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
7854 operator for comparison.
7855
af97b416
TT
78562019-05-04 Tom Tromey <tom@tromey.com>
7857
7858 * psymtab.c (psymbol_name_matches, match_partial_symbol)
7859 (lookup_partial_symbol, print_partial_symbols)
7860 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
7861 (psymbol_compare): Update.
7862 (add_psymbol_to_bcache): Clear the entire psymbol.
7863 (maintenance_check_psymtabs): Update.
7864 * psympriv.h (struct partial_symbol): Don't derive from
7865 general_symbol_info.
7866 <obj_section, unrelocated_address, address,
7867 set_unrelocated_address>: Update.
7868 <ginfo>: New member.
7869 * dwarf-index-write.c (write_psymbols, debug_names::insert)
7870 (debug_names::write_psymbols): Update.
7871
9d6d4be8
TV
78722019-05-04 Tom de Vries <tdevries@suse.de>
7873
7874 * contrib/cc-with-tweaks.sh: Support -n arg.
7875
66452beb
PW
78762019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7877
7878 * corelow.c (core_target::detach): Ensure frame cache and
7879 register caches are cleared.
7880 inferior.c (exit_inferior_1): Likewise.
7881
bde09ab7
TT
78822019-05-03 Sandra Loosemore <sandra@codesourcery.com>
7883 Tom Tromey <tom@tromey.com>
7884
7885 * dictionary.c (collate_pending_symbols_by_language): Remove
7886 "struct" from foreach.
7887 * symtab.c (lookup_global_symbol_from_objfile)
7888 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
7889 foreach.
7890 * ser-tcp.c (net_open): Remove "struct" from foreach.
7891 * objfiles.c (objfile_relocate, objfile_rebase)
7892 (objfile_has_symbols): Remove "struct" from foreach.
7893 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
7894 from foreach.
7895 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
7896 foreach.
7897 * darwin-nat.c (thread_info_from_private_thread_info): Remove
7898 "struct" from foreach.
7899 * ada-lang.c (create_excep_cond_exprs)
7900 (ada_exception_catchpoint_cond_string): Remove "struct" from
7901 foreach.
7902
222a8d25
TT
79032019-05-03 Tom Tromey <tromey@adacore.com>
7904
7905 * ada-exp.y (convert_char_literal): Check suffix of each
7906 enumerator.
7907
fcd60b84
DP
79082019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
7909
7910 PR ada/21406:
7911 * ada-exp.y (yywrap): Don't define.
7912 * ada-lex.l (%option): Add noyywrap
7913 (yywrap): Remove.
7914
5f2459c2
EZ
79152019-05-03 Eli Zaretskii <eliz@gnu.org>
7916
353ea2d1
EZ
7917 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
7918 _WIN32_WINNT to the XP level, unless already defined to a higher
7919 level.
7920
7921 * unittests/parse-connection-spec-selftests.c:
7922 * ser-tcp.c:
7923 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
7924 override.
7925
5f2459c2
EZ
7926 * symfile.c (find_separate_debug_file): Remove colon from the
7927 drive spec of DOS/Windows file names of the target, so that the
7928 file name produced from DEBUGDIR and the target's directory will
7929 be valid on DOS/Windows systems.
7930
80062eb9
AB
79312019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
7932
7933 * rust-lang.c (val_print_struct): Handle printing structures
7934 containing strings.
7935
b8c05e85
TT
79362019-05-02 Tom Tromey <tromey@adacore.com>
7937
7938 * valarith.c (_initialize_valarith): Remove.
7939
4504bbde
TT
79402019-05-01 Tom Tromey <tromey@adacore.com>
7941
7942 * ada-lang.c (ada_value_primitive_field): Treat more fields as
7943 bitfields.
7944
d48e62f4
TT
79452019-05-01 Tom Tromey <tromey@adacore.com>
7946
7947 * ada-lang.c (ada_value_assign): Correctly compute starting offset
7948 for big-endian copies.
7949
15f18d14
AT
79502019-04-30 Ali Tamur <tamur@google.com>
7951 * gdb/dwarf2read.c (read_3_bytes): New declaration.
7952 (read_attribute_value): Added DW_FORM_strx1-4 cases.
7953 (read_3_bytes): New function.
7954
ab4ee614
JB
79552019-04-30 Joel Brobecker <brobecker@adacore.com>
7956
7957 * windows-nat.c (main_thread_id): Delete.
7958 (handle_output_debug_string): Replace main_thread_id by
7959 current_event.dwThreadId.
7960 (fake_create_process): Likewise.
7961 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
7962 Do not set main_thread_id.
7963 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
7964 current_event.dwThreadId.
7965 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
7966
8ed5b76e
JB
79672019-04-30 Joel Brobecker <brobecker@adacore.com>
7968
7969 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
7970 Use current_event.dwThreadId instead of main_thread_id.
7971
2ff0a947
TT
79722019-04-30 Tom Tromey <tromey@adacore.com>
7973
7974 * ada-lang.c (ada_lookup_simple_minsyms): New function.
7975 (create_excep_cond_exprs): Iterate over program spaces.
7976 (ada_exception_catchpoint_cond_string): Examine all minimal
7977 symbols for exception types.
7978
a776957c
TT
79792019-04-30 Tom Tromey <tromey@adacore.com>
7980
7981 PR c++/24470:
7982 * dwarf2read.c (process_structure_scope): Handle case where type
7983 has template parameters but no symbol was created.
7984
bc68014d
AB
79852019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7986 Chris January <chris.january@arm.com>
7987
7988 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
7989 qualifier.
7990 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
7991
f1fdc960
AB
79922019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7993
7994 * f-typeprint.c (f_print_type): Update rules for printing
7995 whitespace.
7996 (f_type_print_varspec_suffix): Likewise.
7997
bf7a4de1
AB
79982019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7999 Chris January <chris.january@arm.com>
8000
8001 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
8002 function arguments.
8003
bbe75b9d
AB
80042019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8005
8006 * f-lang.c (build_fortran_types): Change name of void type to
8007 lower case.
8008 * f-typeprint.c (f_type_print_base): Print the name of the void
8009 type, rather than a fixed string.
8010 * f-valprint.c (f_decorations): Use lower case void string.
8011
1db455a7
AB
80122019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8013 Chris January <chris.january@arm.com>
8014
8015 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
8016 types for Fortran.
8017
b6d03bb2
AB
80182019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8019 Chris January <chris.january@arm.com>
8020 David Lecomber <david.lecomber@arm.com>
8021
8022 * f-exp.y (BINOP_INTRINSIC): New token.
8023 (exp): New parser rule handling BINOP_INTRINSIC.
8024 (f77_keywords): Add new builtin procedures.
8025 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
8026 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
8027 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
8028 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
8029 (print_unop_subexp_f): New function.
8030 (print_binop_subexp_f): New function.
8031 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
8032 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
8033 (dump_subexp_body_f): Likewise.
8034 (operator_check_f): Likewise.
8035 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
8036 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
8037
83228e93
AB
80382019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8039
8040 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
8041 UNOP_KIND.
8042 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
8043 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
8044 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
8045 (operator_length_f): New fuction.
8046 (print_subexp_f): New function.
8047 (op_name_f): New function.
8048 (dump_subexp_body_f): New function.
8049 (operator_check_f): New function.
8050 (exp_descriptor_f): Replace standard expression handling functions
8051 with new functions.
8052 * gdb/fortran-operator.def: New file.
8053 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
8054 * gdb/std-operator.def: Remove UNOP_KIND.
8055
6fdcd7cc
AB
80562019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8057
8058 * std-operator.def: Remove unbalanced, stray double quote
8059 character.
8060
2e62ab40
AB
80612019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8062 Chris January <chris.january@arm.com>
8063 Daniel Everett <daniel.everett@arm.com>
8064 Nick Forrington <nick.forrington@arm.com>
8065 Richard Bunt <richard.bunt@arm.com>
8066
8067 * cp-valprint.c (cp_print_value_fields): Allow an additional level
8068 of depth when printing anonymous structs or unions.
8069 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
8070 Don't print either the top-level value, or the children if the
8071 max-depth is exceeded.
8072 (ppscm_print_children): When printing the key of a map, allow one
8073 extra level of depth.
8074 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
8075 print either the top-level value, or the children if the max-depth
8076 is exceeded.
8077 (print_children): When printing the key of a map, allow one extra
8078 level of depth.
8079 * python/py-value.c (valpy_format_string): Add max_depth keyword.
8080 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
8081 (user_print_options): Initialise max_depth field.
8082 (val_print_scalar_or_string_type_p): New function.
8083 (val_print): Check to see if the max depth has been reached.
8084 (val_print_check_max_depth): Define new function.
8085 (show_print_max_depth): New function.
8086 (_initialize_valprint): Add 'print max-depth' option.
8087 * valprint.h (struct value_print_options) <max_depth>: New field.
8088 (val_print_check_max_depth): Declare new function.
8089 * NEWS: Document new feature.
8090
4be290b2
AB
80912019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8092
8093 * ada-lang.c (ada_language_defn): Initialise new field.
8094 * c-lang.c (c_is_string_type_p): New function.
8095 (c_language_defn): Initialise new field.
8096 (cplus_language_defn): Initialise new field.
8097 (asm_language_defn): Initialise new field.
8098 (minimal_language_defn): Initialise new field.
8099 * c-lang.h (c_is_string_type_p): Declare new function.
8100 * d-lang.c (d_language_defn): Initialise new field.
8101 * f-lang.c (f_is_string_type_p): New function.
8102 (f_language_defn): Initialise new field.
8103 * go-lang.c (go_is_string_type_p): New function.
8104 (go_language_defn): Initialise new field.
8105 * language.c (default_is_string_type_p): New function.
8106 (unknown_language_defn): Initialise new field.
8107 (auto_language_defn): Initialise new field.
8108 * language.h (struct language_defn) <la_is_string_type_p>: New
8109 member variable.
8110 (default_is_string_type_p): Declare new function.
8111 * m2-lang.c (m2_language_defn): Initialise new field.
8112 * objc-lang.c (objc_language_defn): Initialise new field.
8113 * opencl-lang.c (opencl_language_defn): Initialise new field.
8114 * p-lang.c (pascal_is_string_type_p): New function.
8115 (pascal_language_defn): Initialise new field.
8116 * rust-lang.c (rust_is_string_type_p): New function.
8117 (rust_language_defn): Initialise new field.
8118
721b08c6
AB
81192019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8120
8121 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
8122 New field.
8123 * ada-lang.c (ada_language_defn): Initialise new field.
8124 * c-lang.c (c_language_defn): Likewise.
8125 (cplus_language_defn): Likewise.
8126 (asm_language_defn): Likewise.
8127 (minimal_language_defn): Likewise.
8128 * d-lang.c (d_language_defn): Likewise.
8129 * f-lang.c (f_language_defn): Likewise.
8130 * go-lang.c (go_language_defn): Likewise.
8131 * language.c (unknown_language_defn): Likewise.
8132 (auto_language_defn): Likewise.
8133 * m2-lang.c (m2_language_defn): Likewise.
8134 * objc-lang.c (objc_language_defn): Likewise.
8135 * opencl-lang.c (opencl_language_defn): Likewise.
8136 * p-lang.c (pascal_language_defn): Likewise.
8137 * rust-lang.c (rust_language_defn): Likewise.
8138
fc913e53
AB
81392019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8140
8141 * ada-lang.c (ada_is_character_type): Change return type to bool.
8142 (ada_is_string_type): Likewise.
8143 * ada-lang.h (ada_is_character_type): Update declaration
8144 (ada_is_string_type): Likewise.
8145
fa731fa0
PW
81462019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8147
8148 Support style in 'frame|thread apply'
8149
8150 * gdbcmd.h (execute_command_to_string): New term_out parameter.
8151 * record.c (record_start, record_stop): Update callers of
8152 execute_command_to_string with false.
8153 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
8154 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
8155 methods.
8156 (class string_file): New constructor with term_out parameter.
8157 Override methods term_out and can_emit_style_escape. New member
8158 term_out.
8159 (class stdio_file): Override can_emit_style_escape.
8160 (class tee_file): Override term_out and can_emit_style_escape.
8161 * utils.h (can_emit_style_escape): Remove.
8162 * utils.c (can_emit_style_escape): Likewise.
8163 Update all callers of can_emit_style_escape (SOMESTREAM) to
8164 SOMESTREAM->can_emit_style_escape.
8165 * source-cache.c (source_cache::get_source_lines): Likewise.
8166 * stack.c (frame_apply_command_count): Call execute_command_to_string
8167 passing the term_out characteristic of the current gdb_stdout.
8168 * thread.c (thr_try_catch_cmd): Likewise.
8169 * top.c (execute_command_to_string): pass term_out parameter
8170 to construct the string_file for the command output.
8171 * ui-file.c (term_cli_styling): New function (most code moved
8172 from utils.c can_emit_style_escape).
8173 (string_file::string_file, string_file::can_emit_style_escape,
8174 stdio_file::can_emit_style_escape, tee_file::term_out,
8175 tee_file::can_emit_style_escape): New functions.
8176
136afab8
PW
81772019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8178
8179 * NEWS: Mention the new set|show may-call-functions.
8180 * infcall.c (may_call_functions_p): New variable.
8181 (show_may_call_functions_p): New function.
8182 (call_function_by_hand_dummy): Throws an error if not
8183 may-call-functions.
8184 (_initialize_infcall): Call add_setshow_boolean_cmd for
8185 may-call-functions.
8186
725cbb63
KS
81872019-04-25 Keith Seitz <keiths@redhat.com>
8188
8189 PR c++/24367
8190 * cp-support.c (inspect_type): Don't attempt substitutions
8191 of symbol with the same name.
8192
3d1cbb78
TT
81932019-04-25 Tom Tromey <tromey@adacore.com>
8194
8195 PR gdb/24475:
8196 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
8197 static.
8198
94aeb44b
TT
81992019-04-25 Tom Tromey <tromey@adacore.com>
8200
8201 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
8202 rvalue reference.
8203 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
8204 (gdb_xml_parser::parse): Use std::move.
8205 * python/python-internal.h (gdbpy_convert_exception): Take a const
8206 reference.
8207 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
8208 std::move.
8209 * python/py-utils.c (gdbpy_convert_exception): Take a const
8210 reference.
8211 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
8212 Use std::move.
8213 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
8214 Use std::move.
8215 * mi/mi-main.c (mi_print_exception): Take a const reference.
8216 * main.c (handle_command_errors): Take a const reference.
8217 * linespec.c (parse_linespec): Use std::move.
8218 * infcall.c (run_inferior_call): Use std::move.
8219 (call_function_by_hand_dummy): Use std::move.
8220 * exec.c (try_open_exec_file): Use std::move.
8221 * exceptions.h (exception_print, exception_fprintf)
8222 (exception_print_same): Update.
8223 * exceptions.c (print_exception, exception_print)
8224 (exception_fprintf, exception_print_same): Change parameters to
8225 const reference.
8226 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
8227 * common/new-op.c: Use std::move.
8228 * common/common-exceptions.h (struct gdb_exception): Add move
8229 constructor.
8230 (struct gdb_exception_error, struct gdb_exception_quit, struct
8231 gdb_quit_bad_alloc): Change constructor to move constructor.
8232 (throw_exception): Change parameter to rvalue reference.
8233 * common/common-exceptions.c (throw_exception): Take rvalue
8234 reference.
8235 * cli/cli-interp.c (safe_execute_command): Use std::move.
8236 * breakpoint.c (insert_bp_location, location_to_sals): Use
8237 std::move.
8238
680d7fd5
TT
82392019-04-25 Tom Tromey <tromey@adacore.com>
8240
8241 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
8242 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
8243 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
8244 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
8245 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
8246 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
8247 guile/scm-value.c: Use unpack.
8248 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
8249 gdbscm_gdb_exception.
8250 (gdbscm_throw_gdb_exception): Likewise.
8251 (struct gdbscm_gdb_exception): New.
8252 (unpack): New function.
8253 (gdbscm_wrap): Use unpack.
8254
c6fdd8b2
TT
82552019-04-25 Tom Tromey <tromey@adacore.com>
8256
8257 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
8258 (gdb_rl_callback_handler): Use std::move.
8259 * common/common-exceptions.h (struct gdb_exception): Add move
8260 assignment operator.
8261 (throw_exception_sjlj): Change "exception" to const reference.
8262 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
8263 (throw_exception_sjlj): Change "exception" to const reference.
8264
cc06b668
TT
82652019-04-25 Tom Tromey <tromey@adacore.com>
8266
8267 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
8268 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
8269 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
8270 Update.
8271 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
8272 Update.
8273 * mi/mi-interp.c (mi_interp::exec): Update.
8274 * linespec.c (parse_linespec): Update.
8275 * infcall.c (run_inferior_call): Update.
8276 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
8277 * guile/scm-symbol.c (gdbscm_lookup_symbol)
8278 (gdbscm_lookup_global_symbol): Update.
8279 * guile/scm-param.c (gdbscm_parameter_value): Update.
8280 * guile/scm-frame.c (gdbscm_frame_read_register)
8281 (gdbscm_frame_read_var): Update.
8282 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
8283 * exec.c (try_open_exec_file): Update.
8284 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
8285 (gdb_rl_callback_handler): Update.
8286 * common/common-exceptions.h (exception_none): Don't declare.
8287 * common/common-exceptions.c (exception_none): Don't define.
8288 (struct catcher) <exception>: Update.
8289 * cli/cli-interp.c (safe_execute_command): Update.
8290 * breakpoint.c (insert_bp_location, location_to_sals): Update.
8291
cf532bd1
AT
82922019-04-25 Ali Tamur <tamur@google.com>
8293
8294 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
8295 (read_attribute_value): Likewise.
8296 (dwarf2_read_addr_index): Update comment.
8297 (read_str_index): Add DW_FORM_strx.
8298 (dwarf2_string_attr): Likewise.
8299 (dwarf2_const_value_attr): Likewise.
8300 (dump_die_shallow): Likewise.
8301 (dwarf2_fetch_constant_bytes): Likewise.
8302 (skip_form_bytes): Likewise.
8303 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
8304
82433e3e
SDJ
83052019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
8306
8307 PR corefiles/11608
8308 PR corefiles/18187
8309 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
8310 OFFSET. Verify if current mapping contains an ELF header.
8311 (linux_find_memory_regions_full): Adjust call to
8312 dump_mapping_p.
8313
723adb65
SL
83142019-04-25 Sandra Loosemore <sandra@codesourcery.com>
8315 Kang Li <kanglictf@gmail.com>
8316
8317 PR gdb/21600
8318
8319 * dwarf2-frame.c (read_initial_length): Be consistent about using
8320 unsigned representation of length.
8321 (decode_frame_entry_1): Likewise. Check for wraparound of
8322 end pointer as well as buffer overflow.
8323
596179f7
SDJ
83242019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
8325
8326 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
8327 "vq".
8328
a59240a4
TT
83292019-04-24 Tom Tromey <tromey@adacore.com>
8330
8331 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
8332
f872fdbb
AB
83332019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8334
8335 * s12z-tdep.c (s12z_unwind_pc): Delete.
8336 (s12z_unwind_sp): Delete.
8337 (s12z_gdbarch_init): Don't register deleted functions with
8338 gdbarch.
8339
b614e6f3
AB
83402019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8341
8342 * rl78-tdep.c (rl78_unwind_sp): Delete.
8343 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
8344
14faed38
AB
83452019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8346
8347 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
8348 (xstormy16_unwind_pc): Delete.
8349 (xstormy16_dummy_id): Delete.
8350 (xstormy16_gdbarch_init): Don't register deleted functions with
8351 gdbarch.
8352
541aad8a
AB
83532019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8354
8355 * vax-tdep.c (vax_unwind_pc): Delete.
8356 (vax_gdbarch_init): Don't register deleted function with gdbarch.
8357
29222070
AB
83582019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8359
8360 * v850-tdep.c (v850_unwind_sp): Delete.
8361 (v850_unwind_pc): Delete.
8362 (v850_dummy_id): Delete.
8363 (v850_gdbarch_init): Don't register deleted functions with
8364 gdbarch.
8365
0f534d76
AB
83662019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8367
8368 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
8369 (tilegx_unwind_pc): Delete.
8370 (tilegx_unwind_dummy_id): Delete.
8371 (tilegx_gdbarch_init): Don't register deleted functions with
8372 gdbarch.
8373
1ba7b7f9
AB
83742019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8375
8376 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
8377 (tic6x_dummy_id): Delete.
8378 (tic6x_gdbarch_init): Don't register deleted functions with
8379 gdbarch.
8380
d31f262c
AB
83812019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8382
8383 * sparc-tdep.c (sparc_unwind_pc): Delete.
8384 (sparc32_gdbarch_init): Don't register deleted function with
8385 gdbarch.
8386
6d14d64d
AB
83872019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8388
8389 * sh-tdep.c (sh_unwind_sp): Delete.
8390 (sh_unwind_pc): Delete.
8391 (sh_dummy_id): Delete.
8392 (sh_gdbarch_init): Don't register deleted functions with
8393 gdbarch.
8394
a40dde9d
AB
83952019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8396
8397 * score-tdep.c (score_unwind_sp): Delete.
8398 (score_unwind_pc): Delete.
8399 (score_dummy_id): Delete.
8400 (score_gdbarch_init): Don't register deleted functions with
8401 gdbarch.
8402
47c47d69
AB
84032019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8404
8405 * rx-tdep.c (rx_unwind_pc): Delete.
8406 (rx_unwind_sp): Delete.
8407 (rx_dummy_id): Delete.
8408 (rx_gdbarch_init): Don't register deleted functions with
8409 gdbarch. Update comment.
8410
833a4480
AB
84112019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8412
8413 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
8414 (rs6000_dummy_id): Delete.
8415 (rs6000_gdbarch_init): Don't register deleted functions with
8416 gdbarch.
8417
3f2cef49
AB
84182019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8419
8420 * or1k-tdep.c (or1k_dummy_id): Delete.
8421 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
8422
96acf884
AB
84232019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8424
8425 * nios2-tdep.c (nios2_dummy_id): Delete.
8426 (nios2_unwind_sp): Delete.
8427 (nios2_gdbarch_init): Don't register deleted functions with
8428 gdbarch.
8429
ca0ab0aa
AB
84302019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8431
8432 * nds32-tdep.c (nds32_dummy_id): Delete.
8433 (nds32_unwind_pc): Delete.
8434 (nds32_unwind_sp): Delete.
8435 (nds32_gdbarch_init): Don't register deleted functions with
8436 gdbarch.
8437
c8259044
AB
84382019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8439
8440 * msp430-tdep.c (msp430_unwind_pc): Delete.
8441 (msp430_unwind_sp): Delete.
8442 (msp430_dummy_id): Delete.
8443 (msp430_gdbarch_init): Don't register deleted functions with
8444 gdbarch.
8445
27f113c8
AB
84462019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8447
8448 * moxie-tdep.c (moxie_unwind_sp): Delete.
8449 (moxie_unwind_pc): Delete.
8450 (moxie_dummy_id): Delete.
8451 (moxie_gdbarch_init): Don't register deleted functions with
8452 gdbarch.
8453
aee6c3cd
AB
84542019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8455
8456 * mn10300-tdep.c (mn10300_dummy_id): Delete.
8457 (mn10300_unwind_pc): Delete.
8458 (mn10300_unwind_sp): Delete.
8459 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
8460 mn10300_unwind_sp.
8461 (mn10300_frame_unwind_init): Don't register deleted functions with
8462 gdbarch.
8463
8e2b5aea
AB
84642019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8465
8466 * mep-tdep.c (mep_unwind_pc): Delete.
8467 (mep_unwind_sp): Delete.
8468 (mep_dummy_id): Delete.
8469 (mep_gdbarch_init): Don't register deleted functions with
8470 gdbarch.
8471
43cf3ede
AB
84722019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8473
8474 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
8475 (m68hc11_unwind_sp): Delete.
8476 (m68hc11_gdbarch_init): Don't register deleted functions with
8477 gdbarch.
8478
5e79b7bb
AB
84792019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8480
8481 * m32r-tdep.c (m32r_unwind_sp): Delete.
8482 (m32r_unwind_pc): Delete.
8483 (m32r_dummy_id): Delete.
8484 (m32r_gdbarch_init): Don't register deleted functions with
8485 gdbarch.
8486
89b268d8
AB
84872019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8488
8489 * m32c-tdep.c (m32c_unwind_pc): Delete.
8490 (m32c_unwind_sp): Delete.
8491 (m32c_dummy_id): Delete.
8492 (m32c_gdbarch_init): Don't register deleted functions with
8493 gdbarch.
8494
946c28d2
AB
84952019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8496
8497 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
8498 (lm32_unwind_pc): Delete.
8499 (lm32_dummy_id): Delete.
8500 (lm32_gdbarch_init): Don't register deleted functions with
8501 gdbarch.
8502
bf12844a
AB
85032019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8504
8505 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
8506 (iq2000_unwind_pc): Delete.
8507 (iq2000_dummy_id): Delete.
8508 (iq2000_gdbarch_init): Don't register deleted functions with
8509 gdbarch.
8510
ecbc06d2
AB
85112019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8512
8513 * nds32-tdep.c (nds32_type_align): Delete.
8514 (nds32_push_dummy_call): Use type_align instead.
8515
030197b4
AB
85162019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8517
8518 * arm-tdep.c (arm_type_align): Only handle vector override case.
8519 (arm_push_dummy_call): Use type_align.
8520 (arm_gdbarch_init): Register arm_type_align gdbarch function.
8521
b907456c
AB
85222019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8523
8524 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
8525 case.
8526 (pass_on_stack): Use type_align.
8527 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
8528 function.
8529
9e97ba43
TT
85302019-04-23 Tom Tromey <tromey@adacore.com>
8531
8532 * dwarf2read.c (line_header::file_name_at): Remove unused
8533 overload.
8534
6892f601
TV
85352019-04-23 Tom de Vries <tdevries@suse.de>
8536
8537 PR gdb/24438
8538 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
8539 invocation.
8540
336d760d
AT
8541
85422019-03-27 Ali Tamur <tamur@google.com>
8543
8544 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
8545 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
8546 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
8547 (dwarf_expr_context::get_addr_index): Likewise
8548 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
8549 (symbol_needs_eval_context::get_addr_index): Likewise
8550 (disassemble_dwarf_expression): Add DW_OP_addrx
8551 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
8552 (read_cutu_die_from_dwo): Update comment
8553 (skip_one_die): Add DW_FORM_addrx
8554 (read_attribute_value): Likewise
8555 (var_decode_location): Add DW_OP_addrx
8556 (dwarf2_const_value_attr): Add DW_FORM_addrx
8557 (dump_die_shallow): Likewise
8558 (dwarf2_fetch_constant_bytes): Likewise
8559 (decode_locdesc): Add DW_OP_addrx
8560 (skip_form_bytes): Add DW_FORM_addrx
8561
ad9d13f8
AT
85622019-04-22 Ali Tamur <tamur@google.com>
8563
8564 * MAINTAINERS (Write After Approval): Add self.
8565
d70cc3ba
SM
85662019-04-22 Simon Marchi <simon.marchi@efficios.com>
8567
8568 * solib-svr4.c (get_svr4_info): Add pspace parameter.
8569 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
8570 (open_symbol_file_object): Likewise.
8571 (svr4_default_sos): Add info parameter.
8572 (svr4_read_so_list): Likewise.
8573 (svr4_current_sos_direct): Adjust functions calls to pass down
8574 info.
8575 (svr4_current_sos_1): Add info parameter.
8576 (svr4_current_sos): Call get_svr4_info, pass info down to
8577 svr4_current_sos_1.
8578 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
8579 get_svr4_info.
8580 (svr4_in_dynsym_resolve_code): Pass current_program_space to
8581 get_svr4_info.
8582 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
8583 to get_svr4_info.
8584 (probes_table_remove_objfile_probes): Likewise.
8585 (register_solib_event_probe): Add info parameter.
8586 (solist_update_incremental): Pass info parameter down to
8587 svr4_read_so_list.
8588 (disable_probes_interface): Add info parameter.
8589 (svr4_handle_solib_event): Pass current_program_space to
8590 get_svr4_info. Adjust disable_probes_interface cleanup.
8591 (svr4_create_probe_breakpoints): Add info parameter, pass it
8592 down to register_solib_event_probe.
8593 (svr4_create_solib_event_breakpoints): Add info parameter,
8594 pass it down to svr4_create_probe_breakpoints.
8595 (enable_break): Pass info down to
8596 svr4_create_solib_event_breakpoints.
8597 (svr4_solib_create_inferior_hook): Pass current_program_space to
8598 get_svr4_info.
8599 (svr4_clear_solib): Likewise.
8600
7905fc35
PA
86012019-04-22 Pedro Alves <palves@redhat.com>
8602
8603 * solib-svr4.c (svr4_free_objfile_observer): New.
8604 (probe_and_action::objfile): New field.
8605 (probes_table_htab_remove_objfile_probes)
8606 (probes_table_remove_objfile_probes): New functions.
8607 (register_solib_event_probe): Add 'objfile' parameter. Store it
8608 in the new probe_and_action. Don't store the probe in 'lookup'.
8609 (svr4_create_probe_breakpoints): Pass objfile to
8610 register_solib_event_probe.
8611 (_initialize_svr4_solib): Register a free_objfile observer.
8612
fb881986
TT
86132019-04-19 Tom Tromey <tom@tromey.com>
8614
8615 * common/queue.h: Remove.
8616
8732db6c
TT
86172019-04-19 Tom Tromey <tom@tromey.com>
8618
8619 * event-loop.c: Don't include "common/queue.h".
8620
97dfbadd
TT
86212019-04-19 Tom Tromey <tom@tromey.com>
8622
8623 * remote.c (remote_target): Use delete.
8624 * remote-notif.h: Include <list>, not "common/queue.h".
8625 (notif_client_p): Remove typedef.
8626 (remote_notif_state): Add constructor, destructor, initializer.
8627 <notif_queue>: Now a std::list.
8628 (remote_notif_state_xfree): Don't declare.
8629 * remote-notif.c (remote_notif_process, handle_notification)
8630 (remote_notif_state_allocate): Update.
8631 (~remote_notif_state): Rename from remote_notif_state_xfree.
8632
cf250e36
TT
86332019-04-19 Tom Tromey <tom@tromey.com>
8634
8635 * symfile.c (reread_symbols): Update.
8636 * objfiles.c (objfile_register_static_link)
8637 (objfile_lookup_static_link): Update
8638 (~objfile) Don't delete static_links.
8639 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
8640
61f4b350
TT
86412019-04-19 Tom Tromey <tom@tromey.com>
8642
8643 * type-stack.h (struct type_stack) <insert>: Constify string.
8644 * type-stack.c (type_stack::insert): Constify string.
8645 * gdbtypes.h (lookup_template_type): Update.
8646 (address_space_name_to_int): Update.
8647 * gdbtypes.c (address_space_name_to_int): Make space_identifier
8648 const.
8649 (lookup_template_type): Make name const.
8650 * c-exp.y: Update rules.
8651 (lex_one_token, classify_name, classify_inner_name)
8652 (c_print_token): Update.
8653 * p-exp.y: Update rules.
8654 (yylex): Update.
8655 * f-exp.y: Update rules.
8656 (yylex): Update.
8657 * d-exp.y: Update rules.
8658 (lex_one_token, classify_name, classify_inner_name): Update.
8659 * parse.c (write_dollar_variable, copy_name): Return std::string.
8660 * parser-defs.h (copy_name): Change return type.
8661 * m2-exp.y: Update rules.
8662 (yylex): Update.
8663 * go-exp.y (lex_one_token): Update.
8664 Update rules.
8665 (classify_unsafe_function, classify_packaged_name)
8666 (classify_name, yylex): Update.
8667
189b8c2e
ST
86682019-04-19 Sergei Trofimovich <siarheit@google.com>
8669
8670 * configure.ac: add --enable-source-highlight switch.
8671 * configure: Regenerate.
8672 * top.c (print_gdb_version): plumb --enable-source-highlight
8673 status to "show configuration".
8674
8ecb59f8
TT
86752019-04-19 Tom Tromey <tromey@adacore.com>
8676
8677 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
8678 Check ADA_TYPE_P.
8679 (empty_record, ada_template_to_fixed_record_type_1)
8680 (template_to_static_fixed_type)
8681 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
8682 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
8683 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
8684 macros.
8685
62160ec9
TT
86862019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
8687
8688 PR symtab/24423:
8689 * source.c (print_source_lines_base): Advance "iter" when a
8690 control character is seen.
8691
f2ae8bc8
PW
86922019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8693
8694 * inferior.h (struct infcall_suspend_state_deleter):
8695 Catch exception in destructor to avoid crash.
8696
d563b953
PW
86972019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8698
8699 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
8700 close to the add_com "shell".
8701
dc34c897
TT
87022019-04-18 Tom Tromey <tromey@adacore.com>
8703
8704 * process-stratum-target.h (class process_stratum_target)
8705 <stratum>: Add "final".
8706
a12e5744
TT
87072019-04-17 Tom Tromey <tromey@adacore.com>
8708
8709 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
8710 against nullptr before use.
8711
a7e559cc
AH
87122019-04-17 Alan Hayward <alan.hayward@arm.com>
8713
8714 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
8715
c01660c6
AB
87162019-04-17 Jim Wilson <jimw@sifive.com>
8717 Andrew Burgess <andrew.burgess@embecosm.com>
8718
8719 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
8720 code read might fail, assume 4-byte breakpoint in that case.
8721
4aa866af
LS
87222019-04-15 Leszek Swirski <leszeks@google.com>
8723
8724 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
8725 rather than a hand-rolled POD check when checking for forced MEMORY
8726 classification.
8727
48574d91
AH
87282019-04-15 Alan Hayward <alan.hayward@arm.com>
8729
8730 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
8731 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
8732 function.
8733 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
8734 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
8735 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
8736 declaration.
8737
4da037ef
AH
87382019-04-15 Alan Hayward <alan.hayward@arm.com>
8739
8740 * aarch64-linux-nat.c
8741 (aarch64_linux_nat_target::thread_architecture): Add override.
8742 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
8743 each VQ.
8744
ccb8d7e8
AH
87452019-04-15 Alan Hayward <alan.hayward@arm.com>
8746
8747 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
8748
35add35e
AB
87492019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
8750
8751 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
8752 target types of size 96-bits, add some additional comments, and
8753 check that the builtin type we found was the correct size.
8754
51196bbc
EZ
87552019-04-12 Eli Zaretskii <eliz@gnu.org>
8756
8757 * utils.c (prompt_for_continue): Don't restore the styling at the
8758 end, as applied_style has the wrong value. This fixes styling in
8759 long lists of file names that are interrupted by the "Continue?"
8760 prompt.
8761
62253a61
AB
87622019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
8763
8764 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
8765 * c-lang.c (c_language_defn): Likewise.
8766 (cplus_language_defn): Likewise.
8767 (asm_language_defn): Likewise.
8768 (minimal_language_defn): Likewise.
8769 * d-lang.c (d_language_defn): Likewise.
8770 * f-lang.c (f_language_defn): Likewise.
8771 * go-lang.c (go_language_defn): Likewise.
8772 * language.c (unknown_language_defn): Likewise.
8773 (auto_language_defn): Likewise.
8774 * language.h (struct language_defn): Remove la_magic field.
8775 (LANG_MAGIC): Delete.
8776 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
8777 * objc-lang.c (objc_language_defn): Likewise.
8778 * opencl-lang.c (opencl_language_defn): Likewise.
8779 * p-lang.c (pascal_language_defn): Likewise.
8780 * rust-lang.c (rust_language_defn): Likewise.
8781
a9158a86
AB
87822019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8783
8784 * riscv-tdep.c (riscv_type_align): New function.
8785 (riscv_type_alignment): Delete.
8786 (riscv_arg_location): Use 'type_align'.
8787 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
8788
41077b66
AB
87892019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8790
8791 * gdbtypes.c (type_align): A struct with no non-static fields also
8792 has alignment of 1.
8793
9f0272f8
AB
87942019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8795
8796 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
8797 component to 0.
8798 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
8799 member.
8800 (riscv_struct_info::analyse): New implementation using new
8801 analyse_inner member function.
8802 (riscv_struct_info::field_offset): New member function.
8803 (riscv_struct_info::m_offsets): New member variable.
8804 (riscv_struct_info::analyse_inner): New private member function,
8805 takes the old implementation of riscv_struct_info::analyse but
8806 extended to track field offsets.
8807 (riscv_call_arg_struct): Update the struct folding special cases
8808 to handle cases where empty C++ structs, which are non-zero
8809 length, are found.
8810 (riscv_arg_location): Initialise the length of each location, a
8811 non-zero length now indicates the location is in use.
8812 (riscv_push_dummy_call): Allow for the first location having a
8813 non-zero offset when setting up arguments.
8814 (riscv_return_value): Likewise, but for return values.
8815
02cf60c7
TT
88162019-04-11 Tom Tromey <tromey@adacore.com>
8817
8818 * utils.c (internal_vproblem): Make "msg" const.
8819
68811f8f
AH
88202019-04-11 Alan Hayward <alan.hayward@arm.com>
8821
8822 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
8823 * trad-frame.c (trad_frame_reset_saved_regs): New function.
8824 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
8825 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
8826
3f52fdbc
KB
88272019-04-10 Kevin Buettner <kevinb@redhat.com>
8828
8829 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
8830 function.
8831 (fill_gregset): Call amd64_linux_collect_native_gregset instead
8832 of amd64_collect_native_gregset.
8833 (amd64_linux_nat_target::store_registers): Likewise.
8834
e9ad22ee
TT
88352019-04-10 Tom Tromey <tom@tromey.com>
8836
8837 * symtab.c (lookup_global_symbol_from_objfile)
8838 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
8839 * objfiles.h (class separate_debug_iterator): New.
8840 (class separate_debug_range): New.
8841 (struct objfile) <separate_debug_objfiles>: New method.
8842 (objfile_separate_debug_iterate): Don't declare.
8843 * objfiles.c (separate_debug_iterator::operator++): Rename from
8844 objfile_separate_debug_iterate.
8845 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
8846 iterator.
8847 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
8848 iterator.
8849
ee371134
TT
88502019-04-10 Tom Tromey <tom@tromey.com>
8851
8852 * symfile.c (reread_symbols): Remove old comment.
8853 * objfiles.c (free_all_objfiles): Fix a typo.
8854
bf227d61
TT
88552019-04-10 Tom Tromey <tom@tromey.com>
8856
8857 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
8858 * minsyms.c (lookup_minimal_symbol): Use foreach.
8859 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
8860 (lookup_minimal_symbol_solib_trampoline): Likewise.
8861 * symfile.c (reread_symbols): Use foreach.
8862
8dc433a0
TT
88632019-04-09 Ivan Begert <ivanbegert@gmail.com>
8864 Tom Tromey <tromey@adacore.com>
8865
8866 PR rust/24414:
8867 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
8868 (rust_lex_int_test): Change "value" to be LONGEST.
8869 (rust_lex_tests): Add test for long integer literal.
8870
9ab8741a
TT
88712019-04-09 Tom Tromey <tromey@adacore.com>
8872
8873 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
8874 to bool.
8875 (extended_remote_target::attach): Update.
8876 (remote_target::remote_notice_new_inferior): Update.
8877 (remote_target::add_current_inferior_and_thread): Update.
8878 * inferior.c (exit_inferior_1): Use "false".
8879 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
8880
e242fd12
SM
88812019-04-09 Simon Marchi <simon.marchi@efficios.com>
8882
9ca1957f 8883 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
e242fd12
SM
8884 the "start" command.
8885
2b0c8b01
KB
88862019-04-08 Kevin Buettner <kevinb@redhat.com>
8887
8888 * python/py-inferior.c (infpy_thread_from_thread_handle):
8889 Adjust comments to reflect renaming of thread_from_thread_handle
8890 to thread_from_handle. Adjust keywords. Fix type error message.
8891 (inferior_object_methods): Add thread_from_handle. Retain
8892 thread_from_thread_handle, but mark it as deprecated.
8893
50a82723
KB
88942019-04-08 Kevin Buettner <kevinb@redhat.com>
8895
8896 * gdbthread.h (find_thread_by_handle): Revise declaration.
8897 * thread.c (find_thread_by_handle): Likewise. Adjust
8898 implementation too.
8899 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
8900 support for buffer objects as handles.
8901
cf63b016
KB
89022019-04-08 Kevin Buettner <kevinb@redhat.com>
8903
8904 * python/py-infthread.c (thpy_thread_handle): New function.
8905 (thread_object_methods): Register thpy_thread_handle.
8906
3d6c6204
KB
89072019-04-08 Kevin Buettner <kevinb@redhat.com>
8908
8909 * gdbthread.h (thread_to_thread_handle): Declare.
8910 * thread.c (gdbtypes.h): Include.
8911 (thread_to_thread_handle): New function.
8912
8913 * target.h (struct target_ops): Add thread_info_to_thread_handle.
8914 (target_thread_info_to_thread_handle): Declare.
8915 * target.c (target_thread_info_to_thread_handle): New function.
8916 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
8917 * target-delegates.c: Regenerate.
8918
8919 * linux-thread-db.c (class thread_db_target): Add method
8920 thread_info_to_thread_handle.
8921 (thread_db_target::thread_info_to_thread_handle): Define.
8922 * remote.c (class remote_target): Add new method
8923 thread_info_to_thread_handle.
8924 (remote_target::thread_info_to_thread_handle): Define.
8925
56be6ea8
PA
89262019-04-08 Pedro Alves <palves@redhat.com>
8927
8928 * common/common-exceptions.c (throw_exception): Don't create
8929 named object to throw; throw directly.
8930 (throw_it): Likewise. Don't initialize gdb_exception::message
8931 here, with new; pass FMT and AP to the ctor instead.
8932 * common/common-exceptions.h: Include <string>.
8933 (gdb_exception::gdb_exception(enum return_reason, enum errors,
8934 const char *, va_list)): New ctor. Use std::make_shared.
8935 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
8936 errors)): Delete.
8937 (gdb_exception_error::gdb_exception_error(enum errors, const char
8938 *, va_list)): New.
8939 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
8940 Add assertion.
8941 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
8942 errors)): Delete.
8943 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
8944 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
8945 Add assertion.
8946
eedc3f4f
TT
89472019-04-08 Tom Tromey <tom@tromey.com>
8948
8949 * valops.c (value_rtti_indirect_type): Replace throw_exception
8950 with throw.
8951 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
8952 with throw.
8953 * thread.c (thr_try_catch_cmd): Replace throw_exception with
8954 throw.
8955 * target.c (target_translate_tls_address): Replace throw_exception
8956 with throw.
8957 * stack.c (frame_apply_command_count): Replace throw_exception
8958 with throw.
8959 * solib-spu.c (append_ocl_sos): Replace throw_exception with
8960 throw.
8961 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
8962 with throw.
8963 * rs6000-tdep.c (rs6000_frame_cache)
8964 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
8965 * remote.c: Replace throw_exception with throw.
8966 * record-full.c (record_full_message, record_full_wait_1)
8967 (record_full_restore): Replace throw_exception with throw.
8968 * record-btrace.c:
8969 (get_thread_current_frame_id, record_btrace_start_replaying)
8970 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
8971 (cmd_record_btrace_start): Replace throw_exception with throw.
8972 * parse.c (parse_exp_in_context_1): Replace throw_exception with
8973 throw.
8974 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
8975 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
8976 * linespec.c:
8977 (find_linespec_symbols): Replace throw_exception with throw.
8978 * infrun.c (displaced_step_prepare, resume): Replace
8979 throw_exception with throw.
8980 * infcmd.c (post_create_inferior): Replace throw_exception with
8981 throw.
8982 * inf-loop.c (inferior_event_handler): Replace throw_exception
8983 with throw.
8984 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
8985 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
8986 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
8987 (get_prev_frame_always, get_frame_pc_if_available)
8988 (get_frame_address_in_block_if_available, get_frame_language):
8989 Replace throw_exception with throw.
8990 * frame-unwind.c (frame_unwind_try_unwinder): Replace
8991 throw_exception with throw.
8992 * eval.c (fetch_subexp_value, evaluate_var_value)
8993 (evaluate_funcall, evaluate_subexp_standard): Replace
8994 throw_exception with throw.
8995 * dwarf2loc.c (call_site_find_chain)
8996 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
8997 Replace throw_exception with throw.
8998 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
8999 with throw.
9000 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
9001 throw.
9002 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
9003 * completer.c (complete_line_internal): Replace throw_exception
9004 with throw.
9005 * compile/compile-object-run.c (compile_object_run): Replace
9006 throw_exception with throw.
9007 * cli/cli-script.c (process_next_line): Replace throw_exception
9008 with throw.
9009 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
9010 (btrace_enable, btrace_maint_update_pt_packets): Replace
9011 throw_exception with throw.
9012 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
9013 throw_exception with throw.
9014 * break-catch-throw.c (re_set_exception_catchpoint): Replace
9015 throw_exception with throw.
9016 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
9017 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
9018 * aarch64-tdep.c (aarch64_make_prologue_cache)
9019 (aarch64_make_stub_cache): Replace throw_exception with throw.
9020
26003a20
TT
90212019-04-08 Tom Tromey <tom@tromey.com>
9022
9023 * common/common-exceptions.c (throw_exception): Rename from
9024 throw_exception_cxx. Remove old copy. Make argument const.
9025 (throw_it): Create and throw exception objects directly.
9026 * common/common-exceptions.h (throw_exception): Make argument
9027 const.
9028 (struct gdb_exception_error): Add constructor.
9029 (struct gdb_exception_quit): Add constructor.
9030
d272eb37
TT
90312019-04-08 Tom Tromey <tom@tromey.com>
9032
9033 * common/common-exceptions.h (exception_rethrow): Don't declare.
9034 (TRY_SJLJ): Update comment.
9035 (TRY, CATCH, END_CATCH): Remove.
9036 * common/common-exceptions.c (exception_rethrow): Remove.
9037
230d2906
TT
90382019-04-08 Tom Tromey <tom@tromey.com>
9039
9040 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
9041 Remove.
9042 (gdb_exception_error): Rename from
9043 gdb_exception_RETURN_MASK_ERROR.
9044 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
9045 (gdb_quit_bad_alloc): Update.
9046 * aarch64-tdep.c: Update.
9047 * ada-lang.c: Update.
9048 * ada-typeprint.c: Update.
9049 * ada-valprint.c: Update.
9050 * amd64-tdep.c: Update.
9051 * arch-utils.c: Update.
9052 * break-catch-throw.c: Update.
9053 * breakpoint.c: Update.
9054 * btrace.c: Update.
9055 * c-varobj.c: Update.
9056 * cli/cli-cmds.c: Update.
9057 * cli/cli-interp.c: Update.
9058 * cli/cli-script.c: Update.
9059 * common/common-exceptions.c: Update.
9060 * common/new-op.c: Update.
9061 * common/selftest.c: Update.
9062 * compile/compile-c-symbols.c: Update.
9063 * compile/compile-cplus-symbols.c: Update.
9064 * compile/compile-object-load.c: Update.
9065 * compile/compile-object-run.c: Update.
9066 * completer.c: Update.
9067 * corelow.c: Update.
9068 * cp-abi.c: Update.
9069 * cp-support.c: Update.
9070 * cp-valprint.c: Update.
9071 * darwin-nat.c: Update.
9072 * disasm-selftests.c: Update.
9073 * dtrace-probe.c: Update.
9074 * dwarf-index-cache.c: Update.
9075 * dwarf-index-write.c: Update.
9076 * dwarf2-frame-tailcall.c: Update.
9077 * dwarf2-frame.c: Update.
9078 * dwarf2loc.c: Update.
9079 * dwarf2read.c: Update.
9080 * eval.c: Update.
9081 * event-loop.c: Update.
9082 * event-top.c: Update.
9083 * exec.c: Update.
9084 * f-valprint.c: Update.
9085 * fbsd-tdep.c: Update.
9086 * frame-unwind.c: Update.
9087 * frame.c: Update.
9088 * gdbtypes.c: Update.
9089 * gnu-v3-abi.c: Update.
9090 * guile/guile-internal.h: Update.
9091 * guile/scm-block.c: Update.
9092 * guile/scm-breakpoint.c: Update.
9093 * guile/scm-cmd.c: Update.
9094 * guile/scm-disasm.c: Update.
9095 * guile/scm-frame.c: Update.
9096 * guile/scm-lazy-string.c: Update.
9097 * guile/scm-math.c: Update.
9098 * guile/scm-param.c: Update.
9099 * guile/scm-ports.c: Update.
9100 * guile/scm-pretty-print.c: Update.
9101 * guile/scm-symbol.c: Update.
9102 * guile/scm-symtab.c: Update.
9103 * guile/scm-type.c: Update.
9104 * guile/scm-value.c: Update.
9105 * i386-linux-tdep.c: Update.
9106 * i386-tdep.c: Update.
9107 * inf-loop.c: Update.
9108 * infcall.c: Update.
9109 * infcmd.c: Update.
9110 * infrun.c: Update.
9111 * jit.c: Update.
9112 * language.c: Update.
9113 * linespec.c: Update.
9114 * linux-fork.c: Update.
9115 * linux-nat.c: Update.
9116 * linux-tdep.c: Update.
9117 * linux-thread-db.c: Update.
9118 * main.c: Update.
9119 * mi/mi-cmd-break.c: Update.
9120 * mi/mi-cmd-stack.c: Update.
9121 * mi/mi-interp.c: Update.
9122 * mi/mi-main.c: Update.
9123 * objc-lang.c: Update.
9124 * p-valprint.c: Update.
9125 * parse.c: Update.
9126 * ppc-linux-tdep.c: Update.
9127 * printcmd.c: Update.
9128 * python/py-arch.c: Update.
9129 * python/py-breakpoint.c: Update.
9130 * python/py-cmd.c: Update.
9131 * python/py-finishbreakpoint.c: Update.
9132 * python/py-frame.c: Update.
9133 * python/py-framefilter.c: Update.
9134 * python/py-gdb-readline.c: Update.
9135 * python/py-inferior.c: Update.
9136 * python/py-infthread.c: Update.
9137 * python/py-lazy-string.c: Update.
9138 * python/py-linetable.c: Update.
9139 * python/py-objfile.c: Update.
9140 * python/py-param.c: Update.
9141 * python/py-prettyprint.c: Update.
9142 * python/py-progspace.c: Update.
9143 * python/py-record-btrace.c: Update.
9144 * python/py-record.c: Update.
9145 * python/py-symbol.c: Update.
9146 * python/py-type.c: Update.
9147 * python/py-unwind.c: Update.
9148 * python/py-utils.c: Update.
9149 * python/py-value.c: Update.
9150 * python/python.c: Update.
9151 * record-btrace.c: Update.
9152 * record-full.c: Update.
9153 * remote-fileio.c: Update.
9154 * remote.c: Update.
9155 * riscv-tdep.c: Update.
9156 * rs6000-aix-tdep.c: Update.
9157 * rs6000-tdep.c: Update.
9158 * rust-exp.y: Update.
9159 * rust-lang.c: Update.
9160 * s390-tdep.c: Update.
9161 * selftest-arch.c: Update.
9162 * solib-dsbt.c: Update.
9163 * solib-frv.c: Update.
9164 * solib-spu.c: Update.
9165 * solib-svr4.c: Update.
9166 * solib.c: Update.
9167 * sparc64-linux-tdep.c: Update.
9168 * stack.c: Update.
9169 * symfile-mem.c: Update.
9170 * symmisc.c: Update.
9171 * target.c: Update.
9172 * thread.c: Update.
9173 * top.c: Update.
9174 * tracefile-tfile.c: Update.
9175 * tui/tui.c: Update.
9176 * typeprint.c: Update.
9177 * unittests/cli-utils-selftests.c: Update.
9178 * unittests/parse-connection-spec-selftests.c: Update.
9179 * valops.c: Update.
9180 * valprint.c: Update.
9181 * value.c: Update.
9182 * varobj.c: Update.
9183 * windows-nat.c: Update.
9184 * x86-linux-nat.c: Update.
9185 * xml-support.c: Update.
9186
a70b8144
TT
91872019-04-08 Tom Tromey <tom@tromey.com>
9188
9189 * xml-support.c: Use C++ exception handling.
9190 * x86-linux-nat.c: Use C++ exception handling.
9191 * windows-nat.c: Use C++ exception handling.
9192 * varobj.c: Use C++ exception handling.
9193 * value.c: Use C++ exception handling.
9194 * valprint.c: Use C++ exception handling.
9195 * valops.c: Use C++ exception handling.
9196 * unittests/parse-connection-spec-selftests.c: Use C++ exception
9197 handling.
9198 * unittests/cli-utils-selftests.c: Use C++ exception handling.
9199 * typeprint.c: Use C++ exception handling.
9200 * tui/tui.c: Use C++ exception handling.
9201 * tracefile-tfile.c: Use C++ exception handling.
9202 * top.c: Use C++ exception handling.
9203 * thread.c: Use C++ exception handling.
9204 * target.c: Use C++ exception handling.
9205 * symmisc.c: Use C++ exception handling.
9206 * symfile-mem.c: Use C++ exception handling.
9207 * stack.c: Use C++ exception handling.
9208 * sparc64-linux-tdep.c: Use C++ exception handling.
9209 * solib.c: Use C++ exception handling.
9210 * solib-svr4.c: Use C++ exception handling.
9211 * solib-spu.c: Use C++ exception handling.
9212 * solib-frv.c: Use C++ exception handling.
9213 * solib-dsbt.c: Use C++ exception handling.
9214 * selftest-arch.c: Use C++ exception handling.
9215 * s390-tdep.c: Use C++ exception handling.
9216 * rust-lang.c: Use C++ exception handling.
9217 * rust-exp.y: Use C++ exception handling.
9218 * rs6000-tdep.c: Use C++ exception handling.
9219 * rs6000-aix-tdep.c: Use C++ exception handling.
9220 * riscv-tdep.c: Use C++ exception handling.
9221 * remote.c: Use C++ exception handling.
9222 * remote-fileio.c: Use C++ exception handling.
9223 * record-full.c: Use C++ exception handling.
9224 * record-btrace.c: Use C++ exception handling.
9225 * python/python.c: Use C++ exception handling.
9226 * python/py-value.c: Use C++ exception handling.
9227 * python/py-utils.c: Use C++ exception handling.
9228 * python/py-unwind.c: Use C++ exception handling.
9229 * python/py-type.c: Use C++ exception handling.
9230 * python/py-symbol.c: Use C++ exception handling.
9231 * python/py-record.c: Use C++ exception handling.
9232 * python/py-record-btrace.c: Use C++ exception handling.
9233 * python/py-progspace.c: Use C++ exception handling.
9234 * python/py-prettyprint.c: Use C++ exception handling.
9235 * python/py-param.c: Use C++ exception handling.
9236 * python/py-objfile.c: Use C++ exception handling.
9237 * python/py-linetable.c: Use C++ exception handling.
9238 * python/py-lazy-string.c: Use C++ exception handling.
9239 * python/py-infthread.c: Use C++ exception handling.
9240 * python/py-inferior.c: Use C++ exception handling.
9241 * python/py-gdb-readline.c: Use C++ exception handling.
9242 * python/py-framefilter.c: Use C++ exception handling.
9243 * python/py-frame.c: Use C++ exception handling.
9244 * python/py-finishbreakpoint.c: Use C++ exception handling.
9245 * python/py-cmd.c: Use C++ exception handling.
9246 * python/py-breakpoint.c: Use C++ exception handling.
9247 * python/py-arch.c: Use C++ exception handling.
9248 * printcmd.c: Use C++ exception handling.
9249 * ppc-linux-tdep.c: Use C++ exception handling.
9250 * parse.c: Use C++ exception handling.
9251 * p-valprint.c: Use C++ exception handling.
9252 * objc-lang.c: Use C++ exception handling.
9253 * mi/mi-main.c: Use C++ exception handling.
9254 * mi/mi-interp.c: Use C++ exception handling.
9255 * mi/mi-cmd-stack.c: Use C++ exception handling.
9256 * mi/mi-cmd-break.c: Use C++ exception handling.
9257 * main.c: Use C++ exception handling.
9258 * linux-thread-db.c: Use C++ exception handling.
9259 * linux-tdep.c: Use C++ exception handling.
9260 * linux-nat.c: Use C++ exception handling.
9261 * linux-fork.c: Use C++ exception handling.
9262 * linespec.c: Use C++ exception handling.
9263 * language.c: Use C++ exception handling.
9264 * jit.c: Use C++ exception handling.
9265 * infrun.c: Use C++ exception handling.
9266 * infcmd.c: Use C++ exception handling.
9267 * infcall.c: Use C++ exception handling.
9268 * inf-loop.c: Use C++ exception handling.
9269 * i386-tdep.c: Use C++ exception handling.
9270 * i386-linux-tdep.c: Use C++ exception handling.
9271 * guile/scm-value.c: Use C++ exception handling.
9272 * guile/scm-type.c: Use C++ exception handling.
9273 * guile/scm-symtab.c: Use C++ exception handling.
9274 * guile/scm-symbol.c: Use C++ exception handling.
9275 * guile/scm-pretty-print.c: Use C++ exception handling.
9276 * guile/scm-ports.c: Use C++ exception handling.
9277 * guile/scm-param.c: Use C++ exception handling.
9278 * guile/scm-math.c: Use C++ exception handling.
9279 * guile/scm-lazy-string.c: Use C++ exception handling.
9280 * guile/scm-frame.c: Use C++ exception handling.
9281 * guile/scm-disasm.c: Use C++ exception handling.
9282 * guile/scm-cmd.c: Use C++ exception handling.
9283 * guile/scm-breakpoint.c: Use C++ exception handling.
9284 * guile/scm-block.c: Use C++ exception handling.
9285 * guile/guile-internal.h: Use C++ exception handling.
9286 * gnu-v3-abi.c: Use C++ exception handling.
9287 * gdbtypes.c: Use C++ exception handling.
9288 * frame.c: Use C++ exception handling.
9289 * frame-unwind.c: Use C++ exception handling.
9290 * fbsd-tdep.c: Use C++ exception handling.
9291 * f-valprint.c: Use C++ exception handling.
9292 * exec.c: Use C++ exception handling.
9293 * event-top.c: Use C++ exception handling.
9294 * event-loop.c: Use C++ exception handling.
9295 * eval.c: Use C++ exception handling.
9296 * dwarf2read.c: Use C++ exception handling.
9297 * dwarf2loc.c: Use C++ exception handling.
9298 * dwarf2-frame.c: Use C++ exception handling.
9299 * dwarf2-frame-tailcall.c: Use C++ exception handling.
9300 * dwarf-index-write.c: Use C++ exception handling.
9301 * dwarf-index-cache.c: Use C++ exception handling.
9302 * dtrace-probe.c: Use C++ exception handling.
9303 * disasm-selftests.c: Use C++ exception handling.
9304 * darwin-nat.c: Use C++ exception handling.
9305 * cp-valprint.c: Use C++ exception handling.
9306 * cp-support.c: Use C++ exception handling.
9307 * cp-abi.c: Use C++ exception handling.
9308 * corelow.c: Use C++ exception handling.
9309 * completer.c: Use C++ exception handling.
9310 * compile/compile-object-run.c: Use C++ exception handling.
9311 * compile/compile-object-load.c: Use C++ exception handling.
9312 * compile/compile-cplus-symbols.c: Use C++ exception handling.
9313 * compile/compile-c-symbols.c: Use C++ exception handling.
9314 * common/selftest.c: Use C++ exception handling.
9315 * common/new-op.c: Use C++ exception handling.
9316 * cli/cli-script.c: Use C++ exception handling.
9317 * cli/cli-interp.c: Use C++ exception handling.
9318 * cli/cli-cmds.c: Use C++ exception handling.
9319 * c-varobj.c: Use C++ exception handling.
9320 * btrace.c: Use C++ exception handling.
9321 * breakpoint.c: Use C++ exception handling.
9322 * break-catch-throw.c: Use C++ exception handling.
9323 * arch-utils.c: Use C++ exception handling.
9324 * amd64-tdep.c: Use C++ exception handling.
9325 * ada-valprint.c: Use C++ exception handling.
9326 * ada-typeprint.c: Use C++ exception handling.
9327 * ada-lang.c: Use C++ exception handling.
9328 * aarch64-tdep.c: Use C++ exception handling.
9329
3d6e9d23
TT
93302019-04-08 Tom Tromey <tom@tromey.com>
9331
9332 * xml-support.c (gdb_xml_parser::parse): Update.
9333 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
9334 * value.c (show_convenience): Update.
9335 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
9336 (test_parse_flags_qcs): Update.
9337 * thread.c (thr_try_catch_cmd): Update.
9338 * target.c (target_translate_tls_address): Update.
9339 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
9340 (info_frame_command_core, frame_apply_command_count): Update.
9341 * rust-exp.y (rust_lex_exception_test): Update.
9342 * riscv-tdep.c (riscv_print_one_register_info): Update.
9343 * remote.c (remote_target::enable_btrace): Update.
9344 * record-btrace.c (record_btrace_enable_warn): Update.
9345 * python/py-utils.c (gdbpy_convert_exception): Update.
9346 * printcmd.c (do_one_display, print_variable_and_value): Update.
9347 * mi/mi-main.c (mi_print_exception): Update.
9348 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
9349 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
9350 * linux-nat.c (linux_nat_target::attach): Update.
9351 * linux-fork.c (class scoped_switch_fork_info): Update.
9352 * infrun.c (displaced_step_prepare): Update.
9353 * infcall.c (call_function_by_hand_dummy): Update.
9354 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
9355 * gnu-v3-abi.c (print_one_vtable): Update.
9356 * frame.c (get_prev_frame_always): Update.
9357 * f-valprint.c (info_common_command_for_block): Update.
9358 * exec.c (try_open_exec_file): Update.
9359 * exceptions.c (print_exception, exception_print)
9360 (exception_fprintf, exception_print_same): Update.
9361 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
9362 * dwarf-index-cache.c (index_cache::store)
9363 (index_cache::lookup_gdb_index): Update.
9364 * darwin-nat.c (maybe_cache_shell): Update.
9365 * cp-valprint.c (cp_print_value_fields): Update.
9366 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
9367 (gcc_cplus_symbol_address): Update.
9368 * compile/compile-c-symbols.c (gcc_convert_symbol)
9369 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
9370 * common/selftest.c: Update.
9371 * common/common-exceptions.h (struct gdb_exception) <message>: Now
9372 a std::string.
9373 (exception_try_scope_entry, exception_try_scope_exit): Don't
9374 declare.
9375 (struct exception_try_scope): Remove.
9376 (TRY): Don't use exception_try_scope.
9377 (struct gdb_exception): Add constructor, operator=.
9378 <what>: New method.
9379 (struct gdb_exception_RETURN_MASK_ALL)
9380 (struct gdb_exception_RETURN_MASK_ERROR)
9381 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
9382 (struct gdb_quit_bad_alloc): Update.
9383 * common/common-exceptions.c (exception_none): Change
9384 initializer.
9385 (struct catcher) <state, exception>: Initialize inline.
9386 <prev>: Remove member.
9387 (current_catcher): Remove.
9388 (catchers): New global.
9389 (exceptions_state_mc_init): Simplify.
9390 (catcher_pop): Remove.
9391 (exceptions_state_mc, exceptions_state_mc_catch): Update.
9392 (try_scope_depth, exception_try_scope_entry)
9393 (exception_try_scope_exit): Remove.
9394 (throw_exception_sjlj): Update.
9395 (exception_messages, exception_messages_size): Remove.
9396 (throw_it): Simplify.
9397 (gdb_exception_sliced_copy): Remove.
9398 (throw_exception_cxx): Update.
9399 * cli/cli-script.c (script_from_file): Update.
9400 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
9401 Update.
9402 * ada-valprint.c (ada_val_print): Update.
9403 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
9404 (create_excep_cond_exprs): Update.
9405
c5c10118
TT
94062019-04-08 Tom Tromey <tom@tromey.com>
9407
9408 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
9409 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
9410 (TRY, CATCH, END_CATCH): Remove some definitions.
9411 * common/common-exceptions.c: Don't use GDB_XCPT.
9412 (catcher_list_size): Remove.
9413 (throw_exception, throw_it): Simplify.
9414
4de283e4
TT
94152019-04-05 Tom Tromey <tom@tromey.com>
9416
9417 Revert the header-sorting patch.
9418 * ft32-tdep.c: Revert.
9419 * frv-tdep.c: Revert.
9420 * frv-linux-tdep.c: Revert.
9421 * frame.c: Revert.
9422 * frame-unwind.c: Revert.
9423 * frame-base.c: Revert.
9424 * fork-child.c: Revert.
9425 * findvar.c: Revert.
9426 * findcmd.c: Revert.
9427 * filesystem.c: Revert.
9428 * filename-seen-cache.h: Revert.
9429 * filename-seen-cache.c: Revert.
9430 * fbsd-tdep.c: Revert.
9431 * fbsd-nat.h: Revert.
9432 * fbsd-nat.c: Revert.
9433 * f-valprint.c: Revert.
9434 * f-typeprint.c: Revert.
9435 * f-lang.c: Revert.
9436 * extension.h: Revert.
9437 * extension.c: Revert.
9438 * extension-priv.h: Revert.
9439 * expprint.c: Revert.
9440 * exec.h: Revert.
9441 * exec.c: Revert.
9442 * exceptions.c: Revert.
9443 * event-top.c: Revert.
9444 * event-loop.c: Revert.
9445 * eval.c: Revert.
9446 * elfread.c: Revert.
9447 * dwarf2read.h: Revert.
9448 * dwarf2read.c: Revert.
9449 * dwarf2loc.c: Revert.
9450 * dwarf2expr.h: Revert.
9451 * dwarf2expr.c: Revert.
9452 * dwarf2-frame.c: Revert.
9453 * dwarf2-frame-tailcall.c: Revert.
9454 * dwarf-index-write.h: Revert.
9455 * dwarf-index-write.c: Revert.
9456 * dwarf-index-common.c: Revert.
9457 * dwarf-index-cache.h: Revert.
9458 * dwarf-index-cache.c: Revert.
9459 * dummy-frame.c: Revert.
9460 * dtrace-probe.c: Revert.
9461 * disasm.h: Revert.
9462 * disasm.c: Revert.
9463 * disasm-selftests.c: Revert.
9464 * dictionary.c: Revert.
9465 * dicos-tdep.c: Revert.
9466 * demangle.c: Revert.
9467 * dcache.h: Revert.
9468 * dcache.c: Revert.
9469 * darwin-nat.h: Revert.
9470 * darwin-nat.c: Revert.
9471 * darwin-nat-info.c: Revert.
9472 * d-valprint.c: Revert.
9473 * d-namespace.c: Revert.
9474 * d-lang.c: Revert.
9475 * ctf.c: Revert.
9476 * csky-tdep.c: Revert.
9477 * csky-linux-tdep.c: Revert.
9478 * cris-tdep.c: Revert.
9479 * cris-linux-tdep.c: Revert.
9480 * cp-valprint.c: Revert.
9481 * cp-support.c: Revert.
9482 * cp-namespace.c: Revert.
9483 * cp-abi.c: Revert.
9484 * corelow.c: Revert.
9485 * corefile.c: Revert.
9486 * continuations.c: Revert.
9487 * completer.h: Revert.
9488 * completer.c: Revert.
9489 * complaints.c: Revert.
9490 * coffread.c: Revert.
9491 * coff-pe-read.c: Revert.
9492 * cli-out.h: Revert.
9493 * cli-out.c: Revert.
9494 * charset.c: Revert.
9495 * c-varobj.c: Revert.
9496 * c-valprint.c: Revert.
9497 * c-typeprint.c: Revert.
9498 * c-lang.c: Revert.
9499 * buildsym.c: Revert.
9500 * buildsym-legacy.c: Revert.
9501 * build-id.h: Revert.
9502 * build-id.c: Revert.
9503 * btrace.c: Revert.
9504 * bsd-uthread.c: Revert.
9505 * breakpoint.h: Revert.
9506 * breakpoint.c: Revert.
9507 * break-catch-throw.c: Revert.
9508 * break-catch-syscall.c: Revert.
9509 * break-catch-sig.c: Revert.
9510 * blockframe.c: Revert.
9511 * block.c: Revert.
9512 * bfin-tdep.c: Revert.
9513 * bfin-linux-tdep.c: Revert.
9514 * bfd-target.c: Revert.
9515 * bcache.c: Revert.
9516 * ax-general.c: Revert.
9517 * ax-gdb.h: Revert.
9518 * ax-gdb.c: Revert.
9519 * avr-tdep.c: Revert.
9520 * auxv.c: Revert.
9521 * auto-load.c: Revert.
9522 * arm-wince-tdep.c: Revert.
9523 * arm-tdep.c: Revert.
9524 * arm-symbian-tdep.c: Revert.
9525 * arm-pikeos-tdep.c: Revert.
9526 * arm-obsd-tdep.c: Revert.
9527 * arm-nbsd-tdep.c: Revert.
9528 * arm-nbsd-nat.c: Revert.
9529 * arm-linux-tdep.c: Revert.
9530 * arm-linux-nat.c: Revert.
9531 * arm-fbsd-tdep.c: Revert.
9532 * arm-fbsd-nat.c: Revert.
9533 * arm-bsd-tdep.c: Revert.
9534 * arch-utils.c: Revert.
9535 * arc-tdep.c: Revert.
9536 * arc-newlib-tdep.c: Revert.
9537 * annotate.h: Revert.
9538 * annotate.c: Revert.
9539 * amd64-windows-tdep.c: Revert.
9540 * amd64-windows-nat.c: Revert.
9541 * amd64-tdep.c: Revert.
9542 * amd64-sol2-tdep.c: Revert.
9543 * amd64-obsd-tdep.c: Revert.
9544 * amd64-obsd-nat.c: Revert.
9545 * amd64-nbsd-tdep.c: Revert.
9546 * amd64-nbsd-nat.c: Revert.
9547 * amd64-nat.c: Revert.
9548 * amd64-linux-tdep.c: Revert.
9549 * amd64-linux-nat.c: Revert.
9550 * amd64-fbsd-tdep.c: Revert.
9551 * amd64-fbsd-nat.c: Revert.
9552 * amd64-dicos-tdep.c: Revert.
9553 * amd64-darwin-tdep.c: Revert.
9554 * amd64-bsd-nat.c: Revert.
9555 * alpha-tdep.c: Revert.
9556 * alpha-obsd-tdep.c: Revert.
9557 * alpha-nbsd-tdep.c: Revert.
9558 * alpha-mdebug-tdep.c: Revert.
9559 * alpha-linux-tdep.c: Revert.
9560 * alpha-linux-nat.c: Revert.
9561 * alpha-bsd-tdep.c: Revert.
9562 * alpha-bsd-nat.c: Revert.
9563 * aix-thread.c: Revert.
9564 * agent.c: Revert.
9565 * addrmap.c: Revert.
9566 * ada-varobj.c: Revert.
9567 * ada-valprint.c: Revert.
9568 * ada-typeprint.c: Revert.
9569 * ada-tasks.c: Revert.
9570 * ada-lang.c: Revert.
9571 * aarch64-tdep.c: Revert.
9572 * aarch64-ravenscar-thread.c: Revert.
9573 * aarch64-newlib-tdep.c: Revert.
9574 * aarch64-linux-tdep.c: Revert.
9575 * aarch64-linux-nat.c: Revert.
9576 * aarch64-fbsd-tdep.c: Revert.
9577 * aarch64-fbsd-nat.c: Revert.
9578 * aarch32-linux-nat.c: Revert.
9579
d55e5aa6
TT
95802019-04-05 Tom Tromey <tom@tromey.com>
9581
9582 * ft32-tdep.c: Sort headers.
9583 * frv-tdep.c: Sort headers.
9584 * frv-linux-tdep.c: Sort headers.
9585 * frame.c: Sort headers.
9586 * frame-unwind.c: Sort headers.
9587 * frame-base.c: Sort headers.
9588 * fork-child.c: Sort headers.
9589 * findvar.c: Sort headers.
9590 * findcmd.c: Sort headers.
9591 * filesystem.c: Sort headers.
9592 * filename-seen-cache.h: Sort headers.
9593 * filename-seen-cache.c: Sort headers.
9594 * fbsd-tdep.c: Sort headers.
9595 * fbsd-nat.h: Sort headers.
9596 * fbsd-nat.c: Sort headers.
9597 * f-valprint.c: Sort headers.
9598 * f-typeprint.c: Sort headers.
9599 * f-lang.c: Sort headers.
9600 * extension.h: Sort headers.
9601 * extension.c: Sort headers.
9602 * extension-priv.h: Sort headers.
9603 * expprint.c: Sort headers.
9604 * exec.h: Sort headers.
9605 * exec.c: Sort headers.
9606 * exceptions.c: Sort headers.
9607 * event-top.c: Sort headers.
9608 * event-loop.c: Sort headers.
9609 * eval.c: Sort headers.
9610 * elfread.c: Sort headers.
9611 * dwarf2read.h: Sort headers.
9612 * dwarf2read.c: Sort headers.
9613 * dwarf2loc.c: Sort headers.
9614 * dwarf2expr.h: Sort headers.
9615 * dwarf2expr.c: Sort headers.
9616 * dwarf2-frame.c: Sort headers.
9617 * dwarf2-frame-tailcall.c: Sort headers.
9618 * dwarf-index-write.h: Sort headers.
9619 * dwarf-index-write.c: Sort headers.
9620 * dwarf-index-common.c: Sort headers.
9621 * dwarf-index-cache.h: Sort headers.
9622 * dwarf-index-cache.c: Sort headers.
9623 * dummy-frame.c: Sort headers.
9624 * dtrace-probe.c: Sort headers.
9625 * disasm.h: Sort headers.
9626 * disasm.c: Sort headers.
9627 * disasm-selftests.c: Sort headers.
9628 * dictionary.c: Sort headers.
9629 * dicos-tdep.c: Sort headers.
9630 * demangle.c: Sort headers.
9631 * dcache.h: Sort headers.
9632 * dcache.c: Sort headers.
9633 * darwin-nat.h: Sort headers.
9634 * darwin-nat.c: Sort headers.
9635 * darwin-nat-info.c: Sort headers.
9636 * d-valprint.c: Sort headers.
9637 * d-namespace.c: Sort headers.
9638 * d-lang.c: Sort headers.
9639 * ctf.c: Sort headers.
9640 * csky-tdep.c: Sort headers.
9641 * csky-linux-tdep.c: Sort headers.
9642 * cris-tdep.c: Sort headers.
9643 * cris-linux-tdep.c: Sort headers.
9644 * cp-valprint.c: Sort headers.
9645 * cp-support.c: Sort headers.
9646 * cp-namespace.c: Sort headers.
9647 * cp-abi.c: Sort headers.
9648 * corelow.c: Sort headers.
9649 * corefile.c: Sort headers.
9650 * continuations.c: Sort headers.
9651 * completer.h: Sort headers.
9652 * completer.c: Sort headers.
9653 * complaints.c: Sort headers.
9654 * coffread.c: Sort headers.
9655 * coff-pe-read.c: Sort headers.
9656 * cli-out.h: Sort headers.
9657 * cli-out.c: Sort headers.
9658 * charset.c: Sort headers.
9659 * c-varobj.c: Sort headers.
9660 * c-valprint.c: Sort headers.
9661 * c-typeprint.c: Sort headers.
9662 * c-lang.c: Sort headers.
9663 * buildsym.c: Sort headers.
9664 * buildsym-legacy.c: Sort headers.
9665 * build-id.h: Sort headers.
9666 * build-id.c: Sort headers.
9667 * btrace.c: Sort headers.
9668 * bsd-uthread.c: Sort headers.
9669 * breakpoint.h: Sort headers.
9670 * breakpoint.c: Sort headers.
9671 * break-catch-throw.c: Sort headers.
9672 * break-catch-syscall.c: Sort headers.
9673 * break-catch-sig.c: Sort headers.
9674 * blockframe.c: Sort headers.
9675 * block.c: Sort headers.
9676 * bfin-tdep.c: Sort headers.
9677 * bfin-linux-tdep.c: Sort headers.
9678 * bfd-target.c: Sort headers.
9679 * bcache.c: Sort headers.
9680 * ax-general.c: Sort headers.
9681 * ax-gdb.h: Sort headers.
9682 * ax-gdb.c: Sort headers.
9683 * avr-tdep.c: Sort headers.
9684 * auxv.c: Sort headers.
9685 * auto-load.c: Sort headers.
9686 * arm-wince-tdep.c: Sort headers.
9687 * arm-tdep.c: Sort headers.
9688 * arm-symbian-tdep.c: Sort headers.
9689 * arm-pikeos-tdep.c: Sort headers.
9690 * arm-obsd-tdep.c: Sort headers.
9691 * arm-nbsd-tdep.c: Sort headers.
9692 * arm-nbsd-nat.c: Sort headers.
9693 * arm-linux-tdep.c: Sort headers.
9694 * arm-linux-nat.c: Sort headers.
9695 * arm-fbsd-tdep.c: Sort headers.
9696 * arm-fbsd-nat.c: Sort headers.
9697 * arm-bsd-tdep.c: Sort headers.
9698 * arch-utils.c: Sort headers.
9699 * arc-tdep.c: Sort headers.
9700 * arc-newlib-tdep.c: Sort headers.
9701 * annotate.h: Sort headers.
9702 * annotate.c: Sort headers.
9703 * amd64-windows-tdep.c: Sort headers.
9704 * amd64-windows-nat.c: Sort headers.
9705 * amd64-tdep.c: Sort headers.
9706 * amd64-sol2-tdep.c: Sort headers.
9707 * amd64-obsd-tdep.c: Sort headers.
9708 * amd64-obsd-nat.c: Sort headers.
9709 * amd64-nbsd-tdep.c: Sort headers.
9710 * amd64-nbsd-nat.c: Sort headers.
9711 * amd64-nat.c: Sort headers.
9712 * amd64-linux-tdep.c: Sort headers.
9713 * amd64-linux-nat.c: Sort headers.
9714 * amd64-fbsd-tdep.c: Sort headers.
9715 * amd64-fbsd-nat.c: Sort headers.
9716 * amd64-dicos-tdep.c: Sort headers.
9717 * amd64-darwin-tdep.c: Sort headers.
9718 * amd64-bsd-nat.c: Sort headers.
9719 * alpha-tdep.c: Sort headers.
9720 * alpha-obsd-tdep.c: Sort headers.
9721 * alpha-nbsd-tdep.c: Sort headers.
9722 * alpha-mdebug-tdep.c: Sort headers.
9723 * alpha-linux-tdep.c: Sort headers.
9724 * alpha-linux-nat.c: Sort headers.
9725 * alpha-bsd-tdep.c: Sort headers.
9726 * alpha-bsd-nat.c: Sort headers.
9727 * aix-thread.c: Sort headers.
9728 * agent.c: Sort headers.
9729 * addrmap.c: Sort headers.
9730 * ada-varobj.c: Sort headers.
9731 * ada-valprint.c: Sort headers.
9732 * ada-typeprint.c: Sort headers.
9733 * ada-tasks.c: Sort headers.
9734 * ada-lang.c: Sort headers.
9735 * aarch64-tdep.c: Sort headers.
9736 * aarch64-ravenscar-thread.c: Sort headers.
9737 * aarch64-newlib-tdep.c: Sort headers.
9738 * aarch64-linux-tdep.c: Sort headers.
9739 * aarch64-linux-nat.c: Sort headers.
9740 * aarch64-fbsd-tdep.c: Sort headers.
9741 * aarch64-fbsd-nat.c: Sort headers.
9742 * aarch32-linux-nat.c: Sort headers.
9743
699bd4cf
TT
97442019-04-04 Tom Tromey <tom@tromey.com>
9745
9746 * varobj.c (varobj_create): Update.
9747 * rust-exp.y (struct rust_parser) <update_innermost_block,
9748 lookup_symbol>: New methods.
9749 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
9750 Rename.
9751 (rust_parser::rust_lookup_type)
9752 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
9753 * printcmd.c (display_command, do_one_display): Update.
9754 * parser-defs.h (struct parser_state) <parser_state>: Add
9755 "tracker" parameter.
9756 (block_tracker): New member.
9757 (class innermost_block_tracker) <innermost_block_tracker>: Add
9758 "types" parameter.
9759 <reset>: Remove method.
9760 (innermost_block): Don't declare.
9761 (null_post_parser): Update.
9762 * parse.c (innermost_block): Remove global.
9763 (write_dollar_variable): Update.
9764 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
9765 Remove "tracker_types" parameter.
9766 (parse_expression): Add "tracker" parameter.
9767 (parse_expression_for_completion): Update.
9768 (null_post_parser): Add "tracker" parameter.
9769 * p-exp.y: Update rules.
9770 * m2-exp.y: Update rules.
9771 * language.h (struct language_defn) <la_post_parser>: Add
9772 "tracker" parameter.
9773 * go-exp.y: Update rules.
9774 * f-exp.y: Update rules.
9775 * expression.h (parse_expression, parse_exp_1): Add "tracker"
9776 parameter.
9777 * d-exp.y: Update rules.
9778 * c-exp.y: Update rules.
9779 * breakpoint.c (set_breakpoint_condition): Create an
9780 innermost_block_tracker.
9781 (watch_command_1): Likewise.
9782 * ada-lang.c (resolve): Add "tracker" parameter.
9783 (resolve_subexp): Likewise.
9784 * ada-exp.y (write_var_from_sym): Update.
9785
dac43e32
TT
97862019-04-04 Tom Tromey <tom@tromey.com>
9787
9788 * type-stack.h: New file.
9789 * type-stack.c: New file.
9790 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
9791 type-stack.h.
9792 (insert_into_type_stack, insert_type, push_type, push_type_int)
9793 (insert_type_address_space, pop_type, pop_type_int)
9794 (pop_typelist, pop_type_stack, append_type_stack)
9795 (push_type_stack, get_type_stack, push_typelist)
9796 (follow_type_instance_flags, follow_types): Don't declare.
9797 * parse.c (type_stack): Remove global.
9798 (parse_exp_in_context): Update.
9799 (insert_into_type_stack, insert_type, push_type, push_type_int)
9800 (insert_type_address_space, pop_type, pop_type_int)
9801 (pop_typelist, pop_type_stack, append_type_stack)
9802 (push_type_stack, get_type_stack, push_typelist)
9803 (follow_type_instance_flags, follow_types): Remove (moved to
9804 type-stack.c).
9805 * f-exp.y (type_stack): New global.
9806 Update rules.
9807 (push_kind_type, f_parse): Update.
9808 * d-exp.y (type_stack): New global.
9809 Update rules.
9810 (d_parse): Update.
9811 * c-exp.y (struct c_parse_state) <type_stack>: New member.
9812 Update rules.
9813 * Makefile.in (COMMON_SFILES): Add type-stack.c.
9814 (HFILES_NO_SRCDIR): Add type-stack.h.
9815
2a612529
TT
98162019-04-04 Tom Tromey <tom@tromey.com>
9817
9818 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
9819 (rust_parser::convert_ast_to_expression, rust_parse)
9820 (rust_lex_test_completion, rust_lex_tests): Update.
9821 * parser-defs.h (struct expr_completion_state): New.
9822 (struct parser_state) <parser_state>: Add completion parameter.
9823 <mark_struct_expression, mark_completion_tag>: New methods.
9824 <parse_completion, m_completion_state>: New members.
9825 (prefixify_expression, null_post_parser): Update.
9826 (mark_struct_expression, mark_completion_tag): Don't declare.
9827 * parse.c (parse_completion, expout_last_struct)
9828 (expout_tag_completion_type, expout_completion_name): Remove
9829 globals.
9830 (parser_state::mark_struct_expression)
9831 (parser_state::mark_completion_tag): Now methods.
9832 (prefixify_expression): Add last_struct parameter.
9833 (prefixify_subexp): Likewise.
9834 (parse_exp_1): Update.
9835 (parse_exp_in_context): Add cstate parameter. Update.
9836 (parse_expression_for_completion): Create an
9837 expr_completion_state.
9838 (null_post_parser): Add "completion" parameter.
9839 * p-exp.y: Update rules.
9840 (yylex): Update.
9841 * language.h (struct language_defn) <la_post_parser>: Add
9842 "completing" parameter.
9843 * go-exp.y: Update rules.
9844 (lex_one_token): Update.
9845 * expression.h (parse_completion): Don't declare.
9846 * d-exp.y: Update rules.
9847 (lex_one_token): Update rules.
9848 * c-exp.y: Update rules.
9849 (lex_one_token): Update.
9850 * ada-lang.c (resolve): Add "parse_completion" parameter.
9851 (resolve_subexp): Likewise.
9852 (ada_resolve_function): Likewise.
9853
43476f0b
TT
98542019-04-04 Tom Tromey <tom@tromey.com>
9855
9856 * parser-defs.h (struct parser_state) <start_arglist,
9857 end_arglist>: New methods.
9858 <arglist_len, m_funcall_chain>: New members.
9859 (arglist_len, start_arglist, end_arglist): Don't declare.
9860 * parse.c (arglist_len, funcall_chain): Remove global.
9861 (start_arglist, end_arglist): Remove functions.
9862 (parse_exp_in_context): Update.
9863 * p-exp.y: Update rules.
9864 * m2-exp.y: Update rules.
9865 * go-exp.y: Update rules.
9866 * f-exp.y: Update rules.
9867 * d-exp.y: Update rules.
9868 * c-exp.y: Update rules.
9869
5776fca3
TT
98702019-04-04 Tom Tromey <tom@tromey.com>
9871
9872 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
9873 lex_operator, push_back>: New methods.
9874 Update all rules.
9875 (rust_parser::lex_hex, lex_escape): Rename and update.
9876 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
9877 (rust_parser::lex_operator): Rename and update.
9878 (rust_parser::lex_number, rustyylex, rustyyerror)
9879 (rust_lex_test_init, rust_lex_test_sequence)
9880 (rust_lex_test_push_back, rust_lex_tests): Update.
9881 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
9882 parameter.
9883 <lexptr, prev_lexptr>: New members.
9884 (lexptr, prev_lexptr): Don't declare.
9885 * parse.c (lexptr, prev_lexptr): Remove globals.
9886 (parse_exp_in_context): Update.
9887 * p-exp.y (yylex, yyerror): Update.
9888 * m2-exp.y (parse_number, yylex, yyerror): Update.
9889 * go-exp.y (lex_one_token, yyerror): Update.
9890 * f-exp.y (match_string_literal, yylex, yyerror): Update.
9891 * d-exp.y (lex_one_token, yyerror): Update.
9892 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
9893 (lex_one_token, yyerror): Update.
9894 * ada-lex.l (YY_INPUT): Update.
9895 (rewind_to_char): Update.
9896 * ada-exp.y (yyerror): Update.
9897
8621b685
TT
98982019-04-04 Tom Tromey <tom@tromey.com>
9899
9900 * rust-exp.y (rustyylex, rust_lex_tests): Update.
9901 * parser-defs.h (struct parser_state) <parser_state>: Add new
9902 parameter.
9903 <comma_terminates>: New member.
9904 (comma_terminates): Don't declare global.
9905 * parse.c (comma_terminates): Remove global.
9906 (parse_exp_in_context): Update.
9907 * p-exp.y (yylex): Update.
9908 * m2-exp.y (yylex): Update.
9909 * go-exp.y (lex_one_token): Update.
9910 * f-exp.y (yylex): Update.
9911 * d-exp.y (lex_one_token): Update.
9912 * c-exp.y (lex_one_token): Update.
9913 * ada-lex.l: Update.
9914
28aaf3fd
TT
99152019-04-04 Tom Tromey <tom@tromey.com>
9916
9917 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
9918 (rustyylex, rust_lex_test_init, rust_lex_test_one)
9919 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
9920 * parser-defs.h (paren_depth): Don't declare.
9921 * parse.c (paren_depth): Remove global.
9922 (parse_exp_in_context): Update.
9923 * p-exp.y (paren_depth): New global.
9924 (pascal_parse): Initialize it.
9925 * m2-exp.y (paren_depth): New global.
9926 (m2_parse): Initialize it.
9927 * go-exp.y (paren_depth): New global.
9928 (go_parse): Initialize it.
9929 * f-exp.y (paren_depth): New global.
9930 (f_parse): Initialize it.
9931 * d-exp.y (paren_depth): New global.
9932 (d_parse): Initialize it.
9933 * c-exp.y (paren_depth): New global.
9934 (c_parse): Initialize it.
9935 * ada-lex.l (paren_depth): New global.
9936 (lexer_init): Initialize it.
9937
1e58a4a4
TT
99382019-04-04 Tom Tromey <tom@tromey.com>
9939
9940 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
9941 (rust_parser::convert_ast_to_type)
9942 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
9943 * parser-defs.h (struct parser_state) <parser_state>: Add
9944 parameters. Initialize new members.
9945 <expression_context_block, expression_context_pc>: New members.
9946 * parse.c (expression_context_block, expression_context_pc):
9947 Remove globals.
9948 (parse_exp_in_context): Update.
9949 * p-exp.y: Update all rules.
9950 (yylex): Update.
9951 * m2-exp.y: Update all rules.
9952 (yylex): Update.
9953 * go-exp.y (yylex): Update.
9954 * f-exp.y (yylex): Update.
9955 * d-exp.y: Update all rules.
9956 (yylex): Update.
9957 * c-exp.y: Update all rules.
9958 (lex_one_token, classify_name, yylex, c_parse): Update.
9959 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
9960
37eedb39
TT
99612019-04-04 Tom Tromey <tom@tromey.com>
9962
9963 * gdbarch.h, gdbarch.c: Rebuild.
9964 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
9965 * stap-probe.h:
9966 (struct stap_parse_info): Replace "parser_state" with
9967 "expr_builder".
9968 * parser-defs.h (struct expr_builder): Rename from "parser_state".
9969 (parser_state): New class.
9970 * parse.c (expr_builder): Rename.
9971 (expr_builder::release): Rename.
9972 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
9973 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
9974 (write_exp_elt_longcst, write_exp_elt_floatcst)
9975 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
9976 (write_exp_string_vector, write_exp_bitstring)
9977 (write_exp_msymbol, mark_struct_expression)
9978 (write_dollar_variable)
9979 (insert_type_address_space, increase_expout_size): Replace
9980 "parser_state" with "expr_builder".
9981 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
9982 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
9983 "parser_state" with "expr_builder".
9984
73923d7e
TT
99852019-04-04 Tom Tromey <tom@tromey.com>
9986
9987 * rust-exp.y: Replace "parse_language" with method call.
9988 * p-exp.y:
9989 (yylex): Replace "parse_language" with method call.
9990 * m2-exp.y:
9991 (yylex): Replace "parse_language" with method call.
9992 * go-exp.y (classify_name): Replace "parse_language" with method
9993 call.
9994 * f-exp.y (yylex): Replace "parse_language" with method call.
9995 * d-exp.y (lex_one_token): Replace "parse_language" with method
9996 call.
9997 * c-exp.y:
9998 (lex_one_token, classify_name, yylex): Replace "parse_language"
9999 with method call.
10000 * ada-exp.y (find_primitive_type, type_char)
10001 (type_system_address): Replace "parse_language" with method call.
10002
fa9f5be6
TT
100032019-04-04 Tom Tromey <tom@tromey.com>
10004
10005 * rust-exp.y: Replace "parse_gdbarch" with method call.
10006 * parse.c (write_dollar_variable, insert_type_address_space):
10007 Replace "parse_gdbarch" with method call.
10008 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
10009 call.
10010 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
10011 call.
10012 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
10013 "parse_gdbarch" with method call.
10014 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
10015 with method call.
10016 * f-exp.y (parse_type, parse_f_type, yylex): Replace
10017 "parse_gdbarch" with method call.
10018 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
10019 "parse_gdbarch" with method call.
10020 * c-exp.y (parse_type, parse_number, classify_name): Replace
10021 "parse_gdbarch" with method call.
10022 * ada-lex.l: Replace "parse_gdbarch" with method call.
10023 * ada-exp.y (parse_type, find_primitive_type, type_char)
10024 (type_system_address): Replace "parse_gdbarch" with method call.
10025
1201a264
TT
100262019-04-04 Tom Tromey <tom@tromey.com>
10027
10028 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
10029 * stap-probe.c (stap_parse_argument): Update.
10030 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
10031 initial_size parameter.
10032 * rust-exp.y (rust_lex_tests): Update.
10033 * parse.c (parser_state): Update.
10034 (parse_exp_in_context): Update.
10035 * parser-defs.h (struct parser_state) <parser_state>: Remove
10036 "initial_size" parameter.
10037
e3980ce2
TT
100382019-04-04 Tom Tromey <tom@tromey.com>
10039
10040 * parser-defs.h (increase_expout_size): Don't declare.
10041 * parse.c (increase_expout_size): Now static.
10042
e9f8e3f1
TS
100432019-04-04 Thomas Schwinge <thomas@codesourcery.com>
10044
10045 * gnu-nat.c (gnu_nat_target::wait): Fix
10046 target_waitstatus_to_string call.
10047
d7df6549
AB
100482019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
10049
10050 * eval.c (evaluate_subexp_standard): Handle internal functions
10051 during Fortran function call handling.
10052
8bdc1658
AB
100532019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
10054
10055 * NEWS: Mention new internal functions.
10056 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
10057 (read_base_type): Use dwarf2_init_complex_target_type.
10058 * value.c (creal_internal_fn): New function.
10059 (cimag_internal_fn): New function.
10060 (_initialize_values): Register new internal functions.
10061
c29705b7
PW
100622019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10063
10064 * infrun.c (stop_all_threads): If debug_infrun, always
10065 trace the wait status after wait_one, using
10066 target_waitstatus_to_string and target_pid_to_str.
10067 (handle_inferior_event): Replace various trace of
10068 wait status kind by a single trace.
10069 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
10070 wait status kind image by target_waitstatus_to_string.
10071 * target/waitstatus.c (target_waitstatus_to_string): Fix
10072 obsolete comment.
10073
05caa1d2
TT
100742019-04-01 Tom Tromey <tromey@adacore.com>
10075
10076 PR symtab/23331:
10077 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
10078
9d1447e0
SDJ
100792019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
10080 Pedro Alves <palves@redhat.com>
10081
10082 * top.c (quit_force): Call 'finalize_values'.
10083 * value.c (finalize_values): New function.
10084 * value.h (finalize_values): Declare.
10085
7734102d
EZ
100862019-03-30 Eli Zaretskii <eliz@gnu.org>
10087
10088 * NEWS: Announce $_gdb_major and $_gdb_minor.
10089
10090 * top.c (init_gdb_version_vars): New function.
10091 (gdb_init): Call init_gdb_version_vars.
10092
188e1fa9
TT
100932019-03-29 Tom Tromey <tromey@adacore.com>
10094
10095 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
10096 help text. Remove dead code.
10097
2880242d
KS
100982019-03-29 Keith Seitz <keiths@redhat.com>
10099
10100 From Siddhesh Poyarekar:
10101 * f-lang.h (f77_get_upperbound): Return LONGEST.
10102 (f77_get_lowerbound): Likewise.
10103 * f-typeprint.c (f_type_print_varspec_suffix): Expand
10104 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
10105 print them.
10106 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
10107 plongest to format print it.
10108 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
10109 (f77_get_upperbound): Likewise.
10110 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
10111 LOWER_BOUND to LONGEST.
10112 (f77_create_arrayprint_offset_tbl): Likewise.
10113
cc1defb1
KS
101142019-03-29 Keith Seitz <keiths@redhat.com>
10115
10116 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
10117 %s/pulongest for TYPE_LENGTH instead of %d in format
10118 strings.
10119 * ada-typerint.c (ada_print_type): Likewise.
10120 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
10121 * compile/compile-c-support.c (generate_register_struct): Likewise.
10122 * gdbtypes.c (recursive_dump_type): Likewise.
10123 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
10124 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
10125 instead of %d in format strings.
10126 * riscv-tdep.c (riscv_type_alignment): Cast second argument
10127 to std::min to ULONGEST.
10128 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
10129 instead of %d in format strings.
10130 * tracepoint.c (info_scope_command): Likewise.
10131 * typeprint.c (print_offset_data::update)
10132 (print_offset_data::finish): Likewise.
10133 * xtensa-tdep.c (xtensa_store_return_value)
10134 (xtensa_push_dummy_call): Likewise.
10135
e432ccf1
JT
101362019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
10137
10138 * windows-nat.c (display_selector): Fixed format specifications
10139 for 64-bit Cygwin.
10140
65d2b333
PW
101412019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10142
10143 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
10144
f489207e
SL
101452019-03-28 Sandra Loosemore <sandra@codesourcery.com>
10146
10147 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
10148 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
10149 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
10150 (nios2_linux_init_abi): Install it.
10151
bffa1015
AH
101522019-03-28 Alan Hayward <alan.hayward@arm.com>
10153
10154 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
10155
fc96163a
AH
101562019-03-28 Alan Hayward <alan.hayward@arm.com>
10157
10158 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
10159
20dc7e9b
PW
101602019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10161 Tom Tromey <tromey@adacore.com>
10162
10163 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
10164
7f5331a8
JB
101652019-03-26 Joel Brobecker <brobecker@adacore.com>
10166
10167 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
10168 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
10169 method to compute the bounds of range types. Also print "[evaluated]"
10170 if the bounds' values come from a dynamic evaluation.
10171
18c77628
AB
101722019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
10173
10174 * cp-valprint.c (cp_print_value_fields): Don't print trailing
10175 whitespace when pretty printing is on.
10176
53c973f2
AH
101772019-03-26 Alan Hayward <alan.hayward@arm.com>
10178
e79be6e5 10179 * ppc-linux-nat.c: Add include.
53c973f2 10180
d851aa71
AH
101812019-03-26 Alan Hayward <alan.hayward@arm.com>
10182
e79be6e5 10183 * NEWS: Mention AArch64 Pointer Authentication.
d851aa71 10184
2fe7bab7
AH
101852019-03-26 Alan Hayward <alan.hayward@arm.com>
10186
e79be6e5 10187 * arm-linux-nat.c: Add include.
2fe7bab7 10188
068ef30e
SM
101892019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
10190
10191 * source-cache.c (source_cache::get_source_lines): Re-read
10192 fullname after calling open_source_file.
10193
81a24d04
JB
101942019-03-25 John Baldwin <jhb@FreeBSD.org>
10195
10196 * NEWS: Mention TLS support for FreeBSD.
10197
79e7ae11
TT
101982019-03-25 Tom Tromey <tromey@adacore.com>
10199
10200 * minsyms.c (BUNCH_SIZE): Update comment.
10201 (~minimal_symbol_reader): Remove old comment.
10202 (compact_minimal_symbols): Update comment.
10203 (minimal_symbol_reader::install): Remove old comment. Update
10204 other comments.
10205
d45963c2
AH
102062019-03-25 Alan Hayward <alan.hayward@arm.com>
10207
10208 * s390-linux-nat.c: Add include.
10209
0f83012e
AH
102102019-03-25 Alan Hayward <alan.hayward@arm.com>
10211
10212 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
10213 Call linux_get_hwcap.
10214 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
10215 Likewise.
10216 (aarch64_linux_get_hwcap): Remove function.
10217 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
10218 declaration.
10219 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
10220 linux_get_hwcap.
10221 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
10222 * linux-tdep.c (linux_get_hwcap): Add function.
10223 (linux_get_hwcap2): Likewise.
10224 * linux-tdep.h (linux_get_hwcap): Add declaration.
10225 (linux_get_hwcap2): Likewise.
10226 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
10227 (ppc_linux_get_hwcap2): Likewise.
10228 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
10229 linux_get_hwcap.
10230 (ppc_linux_nat_target::insert_watchpoint): Likewise.
10231 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
10232 (ppc_linux_nat_target::read_description): Likewise.
10233 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
10234 * s390-linux-nat.c: Likewise.
10235 * s390-linux-tdep.c (s390_core_read_description): Likewise.
10236
6640a367
TT
102372019-03-24 Tom Tromey <tom@tromey.com>
10238
10239 * ada-lang.c (standard_lookup): Simplify initialization.
10240 (ada_lookup_symbol_nonlocal): Simplify return.
10241 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
10242 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
10243 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
10244 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
10245 initialization.
10246 * solib.c (solib_global_lookup): Simplify.
10247 * symtab.c (null_block_symbol): Remove.
10248 (symbol_cache_lookup): Simplify returns.
10249 (lookup_language_this): Simplify returns.
10250 (lookup_symbol_aux): Simplify return.
10251 (lookup_local_symbol): Simplify returns.
10252 (lookup_global_symbol_from_objfile): Simplify return.
10253 (lookup_symbol_in_objfile_symtabs)
10254 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
10255 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
10256 (lookup_static_symbol, lookup_global_symbol): Simplify return.
10257 * cp-namespace.c (cp_lookup_bare_symbol)
10258 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
10259 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
10260 (cp_lookup_nested_symbol): Don't use null_block_symbol.
10261 (cp_lookup_symbol_via_imports): Simplify initialization.
10262 (find_symbol_in_baseclass): Likewise.
10263 * symtab.h (null_block_symbol): Remove.
10264 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
10265 (d_lookup_nested_symbol, d_lookup_symbol_imports)
10266 (d_lookup_symbol_module): Likewise.
10267 (find_symbol_in_baseclass): Simplify initialization.
10268
a930ebcd
TT
102692019-03-24 Tom Tromey <tom@tromey.com>
10270
10271 * expression.h: Don't include symtab.h.
10272 (struct block): Forward declare.
10273
582942f4
TT
102742019-03-24 Tom Tromey <tom@tromey.com>
10275
10276 * c-exp.y (typebase): Remove casts.
10277 * gdbtypes.c (lookup_unsigned_typename, )
10278 (lookup_signed_typename): Remove cast.
10279 * eval.c (parse_to_comma_and_eval): Remove cast.
10280 * parse.c (write_dollar_variable): Remove cast.
10281 * block.h (struct block) <superblock>: Now const.
10282 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
10283 * psymtab.c (psym_map_matching_symbols): Make "block" const.
10284 (map_block): Make "block" const.
10285 * symfile.h (struct quick_symbol_functions)
10286 <map_matching_symbols>: Constify block argument to "callback".
10287 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
10288 const.
10289 (find_pc_sect_compunit_symtab): Make "b" const.
10290 (find_symbol_at_address): Likewise.
10291 (search_symbols): Likewise.
10292 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
10293 (dw2_debug_names_lookup_symbol): Likewise.
10294 (dw2_map_matching_symbols): Update.
10295 * p-valprint.c (pascal_val_print): Remove "block".
10296 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
10297 (aux_add_nonlocal_symbols): Make "block" const.
10298 (resolve_subexp): Remove cast.
10299 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
10300 const.
10301 (iterate_over_file_blocks): Likewise.
10302 * f-exp.y (%union) <bval>: Remove.
10303 * coffread.c (patch_opaque_types): Make "b" const.
10304 * spu-tdep.c (spu_catch_start): Make "block" const.
10305 * c-valprint.c (print_unpacked_pointer): Remove "block".
10306 * symmisc.c (dump_symtab_1): Make "b" const.
10307 (block_depth): Make "block" const.
10308 * d-exp.y (%union) <bval>: Remove.
10309 * cp-support.h (cp_lookup_rtti_type): Update.
10310 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
10311 * psymtab.c (psym_lookup_symbol): Make "block" const.
10312 (maintenance_check_psymtabs): Make "b" const.
10313 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
10314 (enumerate_locals, enumerate_args): Update.
10315 * python/py-symtab.c (stpy_global_block): Make "block" const.
10316 (stpy_static_block): Likewise.
10317 * inline-frame.c (block_starting_point_at): Make "new_block"
10318 const.
10319 * block.c (find_block_in_blockvector): Make return type const.
10320 (blockvector_for_pc_sect): Make "b" const.
10321 (find_block_in_blockvector): Make "b" const.
10322
7ad417dd
TT
103232019-03-23 Tom Tromey <tom@tromey.com>
10324
10325 * varobj.c (varobj_create): Update.
10326 * symfile.c (clear_symtab_users): Don't reset innermost_block.
10327 * printcmd.c (display_command, do_one_display): Don't reset
10328 innermost_block.
10329 * parser-defs.h (enum innermost_block_tracker_type): Move to
10330 expression.h.
10331 (innermost_block): Update comment.
10332 * parse.c (parse_exp_1): Add tracker_types parameter.
10333 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
10334 tracker_types parameter. Reset innermost_block.
10335 (parse_exp_in_context): Remove.
10336 (parse_expression_for_completion): Update.
10337 * objfiles.c (~objfile): Don't reset expression_context_block or
10338 innermost_block.
10339 * expression.h (enum innermost_block_tracker_type): Move from
10340 parser-defs.h.
10341 (parse_exp_1): Add tracker_types parameter.
10342 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
10343 reset innermost_block.
10344
b366c208
TT
103452019-03-23 Tom Tromey <tom@tromey.com>
10346
10347 * objfiles.h: Include bcache.h.
10348
9bb9b2f9
TT
103492019-03-23 Tom Tromey <tom@tromey.com>
10350
10351 * linespec.c (get_current_search_block): Use
10352 scoped_restore_current_language.
10353 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
10354
59c28372
AH
103552019-03-22 Alan Hayward <alan.hayward@arm.com>
10356 Jiong Wang <jiong.wang@arm.com>
10357
10358 * aarch64-linux-tdep.c
10359 (aarch64_linux_iterate_over_regset_sections): Check for pauth
10360 section.
10361 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
10362
17e116a7
AH
103632019-03-22 Alan Hayward <alan.hayward@arm.com>
10364 Jiong Wang <jiong.wang@arm.com>
10365
10366 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
10367 instructions.
10368 (aarch64_analyze_prologue_test): Add PACIASP test.
10369 (aarch64_prologue_prev_register): Unmask PC value.
10370
11e1b75f
AH
103712019-03-22 Alan Hayward <alan.hayward@arm.com>
10372 Jiong Wang <jiong.wang@arm.com>
10373
10374 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
10375 (aarch64_dwarf2_prev_register): Unmask PC value.
10376 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
10377 (aarch64_execute_dwarf_cfa_vendor_op): Check for
10378 DW_CFA_AARCH64_negate_ra_state.
10379 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
10380
34dcc7cf
AH
103812019-03-22 Alan Hayward <alan.hayward@arm.com>
10382 Jiong Wang <jiong.wang@arm.com>
10383
10384 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
10385 registers.
10386 (aarch64_pseudo_register_name): Likewise.
10387 (aarch64_pseudo_register_type): Likewise.
10388 (aarch64_pseudo_register_reggroup_p): Likewise.
10389 (aarch64_gdbarch_init): Add pauth registers.
10390 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
10391 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
10392 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
10393 (struct gdbarch_tdep): Add regnum for ra_state.
10394
1ef53e6b
AH
103952019-03-22 Alan Hayward <alan.hayward@arm.com>
10396 Jiong Wang <jiong.wang@arm.com>
10397
10398 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
10399
76bed0fd
AH
104002019-03-22 Alan Hayward <alan.hayward@arm.com>
10401 Jiong Wang <jiong.wang@arm.com>
10402
10403 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
10404 function.
10405 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
10406 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
10407 (aarch64_gdbarch_init): Add puth registers.
10408 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
10409 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
10410 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
10411
ee4fbcfa
AH
104122019-03-22 Alan Hayward <alan.hayward@arm.com>
10413 Jiong Wang <jiong.wang@arm.com>
10414
10415 * aarch64-linux-nat.c
10416 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
10417 * aarch64-linux-tdep.c
10418 (aarch64_linux_core_read_description): Likewise.
10419 (aarch64_linux_get_hwcap): New function.
10420 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
10421 (aarch64_linux_get_hwcap): New declaration.
10422
6dc0ebde
AH
104232019-03-22 Alan Hayward <alan.hayward@arm.com>
10424 Jiong Wang <jiong.wang@arm.com>
10425
10426 * aarch64-linux-nat.c
10427 (aarch64_linux_nat_target::read_description): Add pauth param.
10428 * aarch64-linux-tdep.c
10429 (aarch64_linux_core_read_description): Likewise.
10430 * aarch64-tdep.c (struct target_desc): Add in pauth.
10431 (aarch64_read_description): Add pauth param.
10432 (aarch64_gdbarch_init): Likewise.
10433 * aarch64-tdep.h (aarch64_read_description): Likewise.
10434 * arch/aarch64.c (aarch64_create_target_description): Likewise.
10435 * arch/aarch64.h (aarch64_create_target_description): Likewise.
10436 * features/Makefile: Add new files.
10437 * features/aarch64-pauth.c: New file.
10438 * features/aarch64-pauth.xml: New file.
10439
595915c1
TT
104402019-03-20 Tom Tromey <tromey@adacore.com>
10441
10442 * infrun.c (handle_inferior_event): Rename from
10443 handle_inferior_event_1. Create a scoped_value_mark.
10444 (handle_inferior_event): Remove.
10445
4c7d57e7
TT
104462019-03-19 Tom Tromey <tromey@adacore.com>
10447
10448 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
10449 * infrun.h (print_stop_event): Add "displays" parameter.
10450 * infrun.c (print_stop_event): Add "displays" parameter.
10451
cb246234
PA
104522019-03-19 Pedro Alves <palves@redhat.com>
10453
10454 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
10455 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
10456 to -1. Fix TABs vs spaces.
10457 (tui_ui_out::tui_ui_out): Don't initialize fields here.
10458 * tui/tui-out.h (tui_ui_out) Add intro comments.
10459 <m_line, m_start_of_line>: In-class initialize, and add describing
10460 comment.
10461
3a0e45b2
AH
104622019-03-18 Alan Hayward <alan.hayward@arm.com>
10463
10464 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
10465 variable names.
10466 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
10467
5371b850
PA
104682019-03-18 Pedro Alves <palves@redhat.com>
10469 Eli Zaretskii <eliz@gnu.org>
10470
10471 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
10472 m_line and m_start_of_line.
10473
b17c4cd0
EZ
104742019-03-18 Eli Zaretskii <eliz@gnu.org>
10475
10476 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
10477 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
10478 it returns a newline. This fixes a regression in TU mode, whereby
10479 the next line is output on the same screen line as the user input.
10480
4bd56d18
TT
104812019-03-18 Tom Tromey <tromey@adacore.com>
10482
10483 * minsyms.c (minimal_symbol_reader::install): Remove call to
10484 obstack_blank.
10485
55c10aca
PA
104862019-03-18 Pedro Alves <palves@redhat.com>
10487
10488 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
10489 New globals.
10490 (apply_style): New, factored out from ...
10491 (apply_ansi_escape): ... this. Handle reverse video mode.
10492 (tui_set_reverse_mode): New function.
10493 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
10494 * tui/tui-winsource.c (tui_show_source_line): Use
10495 tui_set_reverse_mode instead of setting A_STANDOUT.
10496 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
10497 New setter methods.
10498
647bb750
HD
104992019-03-18 Hannes Domani <ssbssa@yahoo.de>
10500
10501 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
10502 Handle tabs.
10503
bff8c71f
TT
105042019-03-18 Tom Tromey <tromey@adacore.com>
10505
10506 * ada-lang.c (empty_array): Add "high" parameter.
10507 (ada_evaluate_subexp): Update.
10508
58785d98
ST
105092019-03-17 Sergei Trofimovich <siarheit@google.com>
10510
10511 * unittests/string_view-selftests.c: Define
10512 _initialize_string_view_selftests unconditionally.
10513
d4cbef22
ВМ
105142019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
10515
10516 PR gdb/24350
10517 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
10518
fce4c071
ВМ
105192019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
10520
10521 PR gdb/24351
10522 * windows-nat.c (display_selector): Fix format specifiers.
10523
f7f0a123
EZ
105242019-03-17 Eli Zaretskii <eliz@gnu.org>
10525
10526 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
10527 tui_refill_source_window instead of tui_refresh_win, to update the
10528 current execution line. This fixes redisplay of the current line
10529 when stepping through the code with "next" or "step".
10530
ab42892f
EZ
105312019-03-16 Eli Zaretskii <eliz@gnu.org>
10532
10533 * source-cache.c (source_cache::get_source_lines): Call
10534 find_source_lines to initialize s->nlines. This fixes vertical
10535 scrolling of TUI source window when the DOWN arrow is pressed.
10536
8d8c087f
PW
105372019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10538
10539 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
10540 linux-thread-db.c (_initialize_thread_db): Likewise.
10541
798e1c30
EZ
105422019-03-16 Eli Zaretskii <eliz@gnu.org>
10543
10544 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
10545 wclrtoeol in tui_show_source_line". This reverts changes made in
10546 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
10547
eefba3da
TT
105482019-03-15 Tom Tromey <tom@tromey.com>
10549
10550 * symtab.h (struct minimal_symbol): Derive from
10551 general_symbol_info.
10552 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
10553 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
10554 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
10555 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
10556 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
10557 (MSYMBOL_SEARCH_NAME): Update.
10558 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
10559 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
10560 * minsyms.c (minimal_symbol_reader::record_full): Update.
10561
0de2420c
TT
105622019-03-15 Tom Tromey <tom@tromey.com>
10563
10564 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
10565
042d75e4
TT
105662019-03-15 Tom Tromey <tom@tromey.com>
10567
10568 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
10569 unique_xmalloc_ptr.
10570 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
10571 Update.
10572 * minsyms.c (lookup_minimal_symbol_by_pc_section)
10573 (build_minimal_symbol_hash_tables)
10574 (minimal_symbol_reader::install): Update.
10575
db92718b
TT
105762019-03-15 Tom Tromey <tom@tromey.com>
10577
10578 * symtab.c (create_demangled_names_hash): Update.
10579 (symbol_set_names): Update.
10580 * objfiles.h (struct objfile_per_bfd_storage)
10581 <demangled_names_hash>: Now an htab_up.
10582 * objfiles.c (objfile_per_bfd_storage): Simplify.
10583
d6797f46
TT
105842019-03-15 Tom Tromey <tom@tromey.com>
10585
10586 * objfiles.h (struct objfile_per_bfd_storage): Declare
10587 destructor.
10588 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
10589 New.
10590 (get_objfile_bfd_data): Use new. Don't initialize
10591 language_of_main.
10592 (free_objfile_per_bfd_storage): Remove.
10593 (objfile_bfd_data_free, objfile::~objfile): Use delete.
10594
741d7538
TT
105952019-03-15 Tom Tromey <tom@tromey.com>
10596
10597 * symfile.c (reread_symbols): Update.
10598 * objfiles.c (objfile::objfile): Update.
10599 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
10600 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
10601 comment.
10602 (minimal_symbol_reader::install): Update.
10603 (terminate_minimal_symbol_table): Remove.
10604 * jit.c (jit_object_close_impl): Update.
10605
788c80d1
TT
106062019-03-15 Tom Tromey <tom@tromey.com>
10607
10608 * minsyms.c (minimal_symbol_reader::record_full): Remove some
10609 initializations.
10610
1b7a07cb
TT
106112019-03-15 Tom Tromey <tom@tromey.com>
10612
10613 * objfiles.h (struct objfile_per_bfd_storage)
10614 <demangled_hash_languages>: Now a bitset.
10615 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
10616 (lookup_minimal_symbol): Update.
10617
3db066bc
TT
106182019-03-15 Tom Tromey <tom@tromey.com>
10619
10620 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
10621 Don't return the symbol.
10622 * coffread.c (record_minimal_symbol): Use record_full.
10623
3fff2c37
EZ
106242019-03-14 Eli Zaretskii <eliz@gnu.org>
10625
10626 The MS-Windows port of ncurses fails to switch to a color pair if
10627 one or both of the colors are the implicit default colors. This
10628 change records the default colors when TUI is initialized, and
10629 then specifies them explicitly when a color pair uses the default
10630 colors. This allows color styling in TUI mode on MS-Windows.
10631
10632 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
10633 ncurses_norm_attr.
10634 (tui_initialize_io) [__MINGW32__]: Record the default terminal
10635 colors in ncurses_norm_attr.
10636 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
10637 "none", replace it with the default color recorded in
10638 ncurses_norm_attr.
10639
3b336828
TT
106402019-03-14 Tom Tromey <tromey@adacore.com>
10641
10642 * source-cache.h (class source_cache) <get_source_lines>: Return
10643 std::string.
10644 * source-cache.c (source_cache::extract_lines): Handle case where
10645 first_pos==npos. Return std::string.
10646 (source_cache::get_source_lines): Update.
10647
d085f989
TT
106482019-03-14 Tom Tromey <tromey@adacore.com>
10649
10650 * NEWS: Add item for "style sources" commands.
10651 * source-cache.c (source_cache::get_source_lines): Check
10652 source_styling.
10653 * cli/cli-style.c (source_styling): New global.
10654 (_initialize_cli_style): Add "style sources" commands.
10655 (show_style_sources): New function.
10656 * cli/cli-style.h (source_styling): Declare.
10657
6f11e682
TT
106582019-03-14 Pedro Alves <palves@redhat.com>
10659 Tom Tromey <tromey@adacore.com>
10660
10661 * tui/tui-winsource.h (tui_refill_source_window): Declare.
10662 * tui/tui-winsource.c (tui_refill_source_window): New function,
10663 from...
10664 (tui_horizontal_source_scroll): ... here. Move some logic.
10665 * cli/cli-style.c (set_style_enabled): Notify new observable.
10666 * tui/tui-hooks.c (tui_redisplay_source): New function.
10667 (tui_attach_detach_observers): Attach or detach
10668 tui_redisplay_source.
10669 * observable.h (source_styling_changed): New observable.
10670 * observable.c: Define source_styling_changed observable.
10671
a068643d
TT
106722019-03-13 Tom Tromey <tromey@adacore.com>
10673
10674 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
10675 (i386_gnu_nat_target::store_registers): Update.
10676 * target-debug.h (target_debug_print_std_string): New macro.
10677 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
10678 * windows-tdep.c (display_one_tib): Update.
10679 * tui/tui-stack.c (tui_make_status_line): Update.
10680 * top.c (print_inferior_quit_action): Update.
10681 * thread.c (thr_try_catch_cmd): Update.
10682 (add_thread_with_info): Update.
10683 (thread_target_id_str): Update.
10684 (thr_try_catch_cmd): Update.
10685 (thread_command): Update.
10686 (thread_find_command): Update.
10687 * record-btrace.c (record_btrace_target::info_record)
10688 (record_btrace_resume_thread, record_btrace_target::resume)
10689 (record_btrace_cancel_resume, record_btrace_step_thread)
10690 (record_btrace_target::wait, record_btrace_target::wait)
10691 (record_btrace_target::wait, record_btrace_target::stop): Update.
10692 * progspace.c (print_program_space): Update.
10693 * process-stratum-target.c
10694 (process_stratum_target::thread_address_space): Update.
10695 * linux-fork.c (linux_fork_mourn_inferior)
10696 (detach_checkpoint_command, info_checkpoints_command)
10697 (linux_fork_context): Update.
10698 (linux_fork_detach): Update.
10699 (class scoped_switch_fork_info): Update.
10700 (delete_checkpoint_command): Update.
10701 * infrun.c (follow_fork_inferior): Update.
10702 (follow_fork_inferior): Update.
10703 (proceed_after_vfork_done): Update.
10704 (handle_vfork_child_exec_or_exit): Update.
10705 (follow_exec): Update.
10706 (displaced_step_prepare_throw): Update.
10707 (displaced_step_restore): Update.
10708 (start_step_over): Update.
10709 (resume_1): Update.
10710 (clear_proceed_status_thread): Update.
10711 (proceed): Update.
10712 (print_target_wait_results): Update.
10713 (do_target_wait): Update.
10714 (context_switch): Update.
10715 (stop_all_threads): Update.
10716 (restart_threads): Update.
10717 (finish_step_over): Update.
10718 (handle_signal_stop): Update.
10719 (switch_back_to_stepped_thread): Update.
10720 (keep_going_pass_signal): Update.
10721 (print_exited_reason): Update.
10722 (normal_stop): Update.
10723 * inferior.c (inferior_pid_to_str): Change return type.
10724 (print_selected_inferior): Update.
10725 (add_inferior): Update.
10726 (detach_inferior): Update.
10727 * dummy-frame.c (fprint_dummy_frames): Update.
10728 * dcache.c (dcache_info_1): Update.
10729 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
10730 (btrace_fetch, btrace_clear): Update.
10731 * linux-tdep.c (linux_core_pid_to_str): Change return type.
10732 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
10733 type.
10734 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
10735 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
10736 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
10737 * gdbarch.c, gdbarch.h: Rebuild.
10738 * gdbarch.sh (core_pid_to_str): Change return type.
10739 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
10740 return type.
10741 (windows_nat_target::pid_to_str): Change return type.
10742 (windows_delete_thread): Update.
10743 (windows_nat_target::attach): Update.
10744 (windows_nat_target::files_info): Update.
10745 * target-delegates.c: Rebuild.
10746 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
10747 return type.
10748 (sol_thread_target::pid_to_str): Change return type.
10749 * remote.c (class remote_target) <pid_to_str>: Change return
10750 type.
10751 (remote_target::pid_to_str): Change return type.
10752 (extended_remote_target::attach, remote_target::remote_stop_ns)
10753 (remote_target::remote_notif_remove_queued_reply)
10754 (remote_target::push_stop_reply, remote_target::disable_btrace):
10755 Update.
10756 (extended_remote_target::attach): Update.
10757 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
10758 type.
10759 (gdbsim_target::pid_to_str): Change return type.
10760 * ravenscar-thread.c (struct ravenscar_thread_target)
10761 <pid_to_str>: Change return type.
10762 (ravenscar_thread_target::pid_to_str): Change return type.
10763 * procfs.c (class procfs_target) <pid_to_str>: Change return
10764 type.
10765 (procfs_target::pid_to_str): Change return type.
10766 (procfs_target::attach): Update.
10767 (procfs_target::detach): Update.
10768 (procfs_target::fetch_registers): Update.
10769 (procfs_target::store_registers): Update.
10770 (procfs_target::wait): Update.
10771 (procfs_target::files_info): Update.
10772 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
10773 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
10774 return type.
10775 (nto_procfs_target::pid_to_str): Change return type.
10776 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
10777 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
10778 return type.
10779 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
10780 (exit_lwp): Update.
10781 (attach_proc_task_lwp_callback, get_detach_signal)
10782 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
10783 (linux_nat_target::resume, wait_lwp, stop_callback)
10784 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
10785 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
10786 (linux_nat_wait_1, resume_stopped_resumed_lwps)
10787 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
10788 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
10789 type.
10790 (inf_ptrace_target::attach): Update.
10791 (inf_ptrace_target::files_info): Update.
10792 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
10793 type.
10794 (go32_nat_target::pid_to_str): Change return type.
10795 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
10796 (gnu_nat_target::wait): Update.
10797 (gnu_nat_target::wait): Update.
10798 (gnu_nat_target::resume): Update.
10799 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
10800 (fbsd_nat_target::wait): Update.
10801 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
10802 type.
10803 (darwin_nat_target::attach): Update.
10804 * corelow.c (class core_target) <pid_to_str>: Change return type.
10805 (core_target::pid_to_str): Change return type.
10806 * target.c (normal_pid_to_str): Change return type.
10807 (default_pid_to_str): Likewise.
10808 (target_pid_to_str): Change return type.
10809 (target_translate_tls_address): Update.
10810 (target_announce_detach): Update.
10811 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
10812 return type.
10813 (bsd_uthread_target::pid_to_str): Change return type.
10814 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
10815 type.
10816 (bsd_kvm_target::pid_to_str): Change return type.
10817 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
10818 return type.
10819 (aix_thread_target::pid_to_str): Change return type.
10820 * target.h (struct target_ops) <pid_to_str>: Change return type.
10821 (target_pid_to_str, normal_pid_to_str): Likewise.
10822 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
10823 type.
10824 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
10825 type.
10826 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
10827 return type.
10828 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
10829 type.
10830 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
10831 type.
10832 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
10833 return type.
10834
b4be1b06
SM
108352019-03-13 Simon Marchi <simon.marchi@ericsson.com>
10836
10837 * NEWS: Mention that the new default MI version is 3. Mention
10838 changes to the output of commands and events that deal with
10839 multi-location breakpoints.
10840 * breakpoint.c: Include "mi/mi-out.h".
10841 (print_one_breakpoint): Change output syntax if using MI version
10842 >= 3.
10843 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
10844 New.
10845 (mi_multi_location_breakpoint_output_fixed): New.
10846 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
10847 (mi_cmd_fix_multi_location_breakpoint_output): New.
10848 (mi_multi_location_breakpoint_output_fixed): New.
10849 * mi/mi-cmds.c (mi_cmds): Register command
10850 -fix-multi-location-breakpoint-output.
10851 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
10852 interpreter "mi".
10853
8e5e5494
SM
108542019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
10855
10856 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
10857 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
10858 instantiate mi_ui_out based on interpreter name.
10859 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
10860 * mi/mi-main.c (mi_load_progress): Likewise.
10861
197df35e
JB
108622019-03-12 John Baldwin <jhb@FreeBSD.org>
10863
10864 * NEWS: Combine separate "New targets" sections for 8.3.
10865
8399425f
JB
108662019-03-12 John Baldwin <jhb@FreeBSD.org>
10867
10868 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
10869 (ppcfbsd_init_abi): Install gdbarch
10870 "fetch_tls_load_module_address" and "get_thread_local_address"
10871 methods.
10872
b0f87ed0
JB
108732019-03-12 John Baldwin <jhb@FreeBSD.org>
10874
10875 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
10876 (riscv_fbsd_init_abi): Install gdbarch
10877 "fetch_tls_load_module_address" and "get_thread_local_address"
10878 methods.
10879
ce25aa57
JB
108802019-03-12 John Baldwin <jhb@FreeBSD.org>
10881
10882 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
10883 (i386fbsd_init_abi): Install gdbarch
10884 "fetch_tls_load_module_address" and "get_thread_local_address"
10885 methods.
10886
f5424cfa
JB
108872019-03-12 John Baldwin <jhb@FreeBSD.org>
10888
10889 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
10890 (amd64fbsd_init_abi): Install gdbarch
10891 "fetch_tls_load_module_address" and "get_thread_local_address"
10892 methods.
10893
945f3901
JB
108942019-03-12 John Baldwin <jhb@FreeBSD.org>
10895
10896 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
10897 (struct fbsd_pspace_data): New type.
10898 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
10899 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
10900 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
10901 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
10902 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
10903
ef0bd204
JB
109042019-03-12 John Baldwin <jhb@FreeBSD.org>
10905
10906 * gdbtypes.c (lookup_struct_elt): New function.
10907 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
10908 * gdbtypes.h (struct struct_elt): New type.
10909 (lookup_struct_elt): New prototype.
10910
36c53a02
JB
109112019-03-12 John Baldwin <jhb@FreeBSD.org>
10912
10913 * gdbtypes.c (lookup_struct_elt_type): Update comment and
10914 remove disabled code block.
10915
6e056c81
JB
109162019-03-12 John Baldwin <jhb@FreeBSD.org>
10917
10918 * gdbarch.sh (get_thread_local_address): New method.
10919 * gdbarch.h, gdbarch.c: Regenerate.
10920 * target.c (target_translate_tls_address): Use
10921 gdbarch_get_thread_local_address if present instead of
10922 target::get_thread_local_address.
10923
cd250a18
JB
109242019-03-12 John Baldwin <jhb@FreeBSD.org>
10925
10926 * target.h (target::get_thread_local_address): Update comment.
10927
df22c1e5
JB
109282019-03-12 John Baldwin <jhb@FreeBSD.org>
10929
10930 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
10931 objfile->separate_debug_objfile_backlink if not NULL.
10932
dd6876c9
JB
109332019-03-12 John Baldwin <jhb@FreeBSD.org>
10934
10935 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
10936 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
10937 (amd64bsd_store_inferior_registers): Likewise.
10938 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
10939 Enable segment base registers.
10940 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
10941 PT_GETFSBASE and PT_GETGSBASE.
10942 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
10943 PT_SETGSBASE.
10944 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
10945 segment base registers.
10946 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
10947
1163a4b7
JB
109482019-03-12 John Baldwin <jhb@FreeBSD.org>
10949
10950 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
10951 Update calls to i386_target_description to add 'segments'
10952 parameter.
10953 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
10954 add segment base registers.
10955 * arch/i386.c (i386_create_target_description): Add 'segments'
10956 parameter to enable segment base registers.
10957 * arch/i386.h (i386_create_target_description): Likewise.
10958 * features/i386/32bit-segments.xml: New file.
10959 * features/i386/32bit-segments.c: Generate.
10960 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
10961 call to i386_target_description to add 'segments' parameter.
10962 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
10963 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
10964 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
10965 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
10966 if feature is present.
10967 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
10968 Add 'segments' parameter to call to i386_target_description.
10969 (i386_target_description): Add 'segments' parameter to enable
10970 segment base registers.
10971 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
10972 to call to i386_target_description.
10973 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
10974 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
10975 Define I386_NUM_REGS.
10976 (i386_target_description): Add 'segments' parameter to enable
10977 segment base registers.
10978
3a350822
EZ
109792019-03-12 Eli Zaretskii <eliz@gnu.org>
10980
10981 PR/24325
10982 * source-cache.c: #undef open and close, to avoid unresolved
10983 externals during linking.
10984
ffdd69cf
TT
109852019-03-12 Tom Tromey <tromey@adacore.com>
10986
10987 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
10988 const. Add initializers.
10989 (_initialize_remote): Don't initialize ptid globals.
10990
ec148c57
PA
109912019-03-12 Pedro Alves <palves@redhat.com>
10992
10993 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
10994
32764270
PA
109952019-03-12 Pedro Alves <palves@redhat.com>
10996
10997 * cp-name-parser.y (main): Remove unused 'len' variable.
10998
17547186
TT
109992019-03-12 Tom Tromey <tromey@adacore.com>
11000
11001 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
11002 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
11003
d3a70e03
TT
110042019-03-12 Tom Tromey <tromey@adacore.com>
11005
11006 * linux-nat.c (iterate_over_lwps): Update.
11007 (stop_callback): Remove parameter.
11008 (stop_wait_callback, detach_callback, resume_set_callback)
11009 (select_singlestep_lwp_callback, set_ignore_sigint)
11010 (status_callback, resumed_callback, resume_clear_callback)
11011 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
11012 data parameter.
11013 (linux_nat_target::detach, linux_nat_target::resume)
11014 (linux_stop_and_wait_all_lwps, select_event_lwp)
11015 (linux_nat_filter_event, linux_nat_wait_1)
11016 (linux_nat_target::kill, linux_nat_target::stop)
11017 (linux_nat_target::stop): Update.
11018 (linux_nat_resume_callback): Change type.
11019 (resume_stopped_resumed_lwps, count_events_callback)
11020 (select_event_lwp_callback): Likewise.
11021 (linux_stop_lwp, linux_nat_stop_lwp): Update.
11022 * arm-linux-nat.c (struct update_registers_data): Remove.
11023 (update_registers_callback): Change type.
11024 (arm_linux_insert_hw_breakpoint1): Update.
11025 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
11026 parameter.
11027 (x86_linux_dr_set_addr): Update.
11028 (x86_linux_dr_set_control): Update.
11029 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
11030 (iterate_over_lwps): Use gdb::function_view.
11031 * nat/aarch64-linux-hw-point.c (struct
11032 aarch64_dr_update_callback_param): Remove.
11033 (debug_reg_change_callback): Change type.
11034 (aarch64_notify_debug_reg_change): Update.
11035 * s390-linux-nat.c (s390_refresh_per_info): Update.
11036
82cb27ff
TT
110372019-03-11 Tom Tromey <tromey@adacore.com>
11038
11039 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
11040 redundant assignment to "this_cu".
11041
568c0683
SM
110422019-03-08 Simon Marchi <simon.marchi@efficios.com>
11043
11044 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
11045
f09ce22d
SM
110462019-03-08 Simon Marchi <simon.marchi@efficios.com>
11047
11048 * gdbtypes.c (rank_one_type_parm_set): New function extracted
11049 from...
11050 (rank_one_type): ... this.
11051
595f96a9
SM
110522019-03-08 Simon Marchi <simon.marchi@efficios.com>
11053
11054 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
11055 from...
11056 (rank_one_type): ... this.
11057
2598a94b
SM
110582019-03-08 Simon Marchi <simon.marchi@efficios.com>
11059
11060 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
11061 from...
11062 (rank_one_type): ... this.
11063
7f17b20d
SM
110642019-03-08 Simon Marchi <simon.marchi@efficios.com>
11065
11066 * gdbtypes.c (rank_one_type_parm_float): New function extracted
11067 from...
11068 (rank_one_type): ... this.
11069
2c509035
SM
110702019-03-08 Simon Marchi <simon.marchi@efficios.com>
11071
11072 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
11073 from...
11074 (rank_one_type): ... this.
11075
0dd322dc
SM
110762019-03-08 Simon Marchi <simon.marchi@efficios.com>
11077
11078 * gdbtypes.c (rank_one_type_parm_range): New function extracted
11079 from...
11080 (rank_one_type): ... this.
11081
41ea4728
SM
110822019-03-08 Simon Marchi <simon.marchi@efficios.com>
11083
11084 * gdbtypes.c (rank_one_type_parm_char): New function extracted
11085 from...
11086 (rank_one_type): ... this.
11087
793cd1d2
SM
110882019-03-08 Simon Marchi <simon.marchi@efficios.com>
11089
11090 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
11091 from...
11092 (rank_one_type): ... this.
11093
34910087
SM
110942019-03-08 Simon Marchi <simon.marchi@efficios.com>
11095
11096 * gdbtypes.c (rank_one_type_parm_int): New function extracted
11097 from...
11098 (rank_one_type): ... this.
11099
f1f832d6
SM
111002019-03-08 Simon Marchi <simon.marchi@efficios.com>
11101
11102 * gdbtypes.c (rank_one_type_parm_func): New function extracted
11103 from...
11104 (rank_one_type): ... this.
11105
b9f4512f
SM
111062019-03-08 Simon Marchi <simon.marchi@efficios.com>
11107
11108 * gdbtypes.c (rank_one_type_parm_array): New function extracted
11109 from...
11110 (rank_one_type): ... this.
11111
9293fc63
SM
111122019-03-08 Simon Marchi <simon.marchi@efficios.com>
11113
11114 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
11115 from...
11116 (rank_one_type): ... this.
11117
e3abbe7e
PW
111182019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11119
11120 * inferior.c (initialize_inferiors): Ensure 'help set/show print
11121 inferior-events' shows the example events.
11122
e4adb939
EZ
111232019-03-08 Eli Zaretskii <eliz@gnu.org>
11124
11125 Support styling on native MS-Windows console
11126
11127 PR/24315
11128 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
11129 on MS-Windows if $TERM is not defined.
11130
11131 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
11132
11133 * posix-hdep.c (gdb_console_fputs):
11134 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
11135 functions.
11136 * ui-file.h (gdb_console_fputs): Add prototype.
11137
11138 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
11139 back to fputs only if the former returns zero.
11140
25629dfd
TT
111412019-03-07 Tom Tromey <tom@tromey.com>
11142
11143 * symmisc.c (print_symbol_bcache_statistics): Update.
11144 (print_objfile_statistics): Update.
11145 * symfile.c (allocate_symtab): Update.
11146 * stabsread.c: Don't include bcache.h.
11147 * psymtab.h (struct psymbol_bcache): Don't declare.
11148 (class psymtab_storage) <psymbol_cache>: Now a bcache.
11149 (psymbol_bcache_init, psymbol_bcache_free)
11150 (psymbol_bcache_get_bcache): Don't declare.
11151 * psymtab.c (struct psymbol_bcache): Remove.
11152 (psymtab_storage::psymtab_storage): Update.
11153 (psymtab_storage::~psymtab_storage): Update.
11154 (psymbol_bcache_init, psymbol_bcache_free)
11155 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
11156 (add_psymbol_to_bcache): Update.
11157 (allocate_psymtab): Update.
11158 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
11159 macro_cache>: No longer pointers.
11160 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
11161 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
11162 * macrotab.c (macro_bcache): Update.
11163 * macroexp.c: Don't include bcache.h.
11164 * gdbtypes.c (check_types_worklist): Update.
11165 (types_deeply_equal): Remove TRY/CATCH. Update.
11166 * elfread.c (elf_symtab_read): Update.
11167 * dwarf2read.c: Don't include bcache.h.
11168 * buildsym.c (buildsym_compunit::get_macro_table): Update.
11169 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
11170 (print_bcache_statistics, bcache_memory_used): Don't declare.
11171 (struct bcache): Move from bcache.c. Add constructor, destructor,
11172 methods. Rename all data members.
11173 * bcache.c (struct bcache): Move to bcache.h.
11174 (bcache::expand_hash_table): Rename from expand_hash_table.
11175 (bcache): Remove.
11176 (bcache::insert): Rename from bcache_full.
11177 (bcache::compare): Rename from bcache_compare.
11178 (bcache_xmalloc): Remove.
11179 (bcache::~bcache): Rename from bcache_xfree.
11180 (bcache::print_statistics): Rename from print_bcache_statistics.
11181 (bcache::memory_used): Rename from bcache_memory_used.
11182
fe726667
PA
111832019-03-07 Pedro Alves <palves@redhat.com>
11184
11185 * infrun.c (normal_stop): Also check for
11186 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
11187
7584bb30
AB
111882019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
11189
11190 * f-lang.c (value_from_host_double): Moved to...
11191 * value.c (value_from_host_double): ...here.
11192 * value.h (value_from_host_double): Declare.
11193 * guile/scm-math.c (vlscm_convert_typed_number): Use
11194 value_from_host_double.
11195 (vlscm_convert_number): Likewise.
11196 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
11197 * python/py-value.c (convert_value_from_python): Likewise.
11198
a7b1986e
TT
111992019-03-06 Tom Tromey <tom@tromey.com>
11200
11201 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
11202
0ccf4211
TT
112032019-03-06 Tom Tromey <tom@tromey.com>
11204
11205 * utils.h (free_current_contents): Don't declare.
11206 * utils.c (free_current_contents): Remove.
11207
fe7b42e5
TT
112082019-03-06 Tom Tromey <tom@tromey.com>
11209
11210 * top.c (quit_force): Update.
11211 * main.c (captured_command_loop): Update.
11212 * common/new-op.c (operator new): Update.
11213 * common/common-exceptions.c (struct catcher)
11214 <save_cleanup_chain>: Remove member.
11215 (exceptions_state_mc_init): Update.
11216 (exception_try_scope_entry): Return nullptr.
11217 (exception_try_scope_exit, exception_rethrow)
11218 (throw_exception_sjlj, throw_exception_cxx): Update.
11219 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
11220 (all_cleanups, do_cleanups, discard_cleanups)
11221 (discard_final_cleanups, save_cleanups, save_final_cleanups)
11222 (restore_cleanups, restore_final_cleanups): Don't declare.
11223 (do_final_cleanups): Remove parameter.
11224 * common/cleanups.c (cleanup_chain, make_cleanup)
11225 (make_cleanup_dtor, all_cleanups, do_cleanups)
11226 (discard_my_cleanups, discard_cleanups)
11227 (discard_final_cleanups, save_my_cleanups, save_cleanups)
11228 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
11229 (null_cleanup): Remove.
11230 (do_final_cleanups): Remove parameter.
11231
c6321f19
TT
112322019-03-06 Tom Tromey <tom@tromey.com>
11233
11234 * remote.c (remote_target::remote_parse_stop_reply): Use
11235 unique_xmalloc_ptr.
11236
61b30099
TT
112372019-03-06 Tom Tromey <tom@tromey.com>
11238
11239 * stabsread.c (struct stabs_field_info): Rename from field_info.
11240 <list, fnlist>: Add initializers.
11241 <obstack>: New member.
11242 (read_member_functions, read_struct_fields, read_baseclasses):
11243 Allocate on obstack. Don't use cleanups.
11244 (read_one_struct_field, read_member_functions, read_struct_fields)
11245 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
11246 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
11247 (read_struct_type): Update.
11248
6cceac94
TT
112492019-03-06 Tom Tromey <tom@tromey.com>
11250
11251 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
11252 * common/filestuff.h (make_cleanup_close): Don't declare.
11253 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
11254 Remove.
11255
72412762
TT
112562019-03-06 Tom Tromey <tom@tromey.com>
11257
11258 * solib-aix.c: Use make_scope_exit.
11259
2b6ff1c0
TT
112602019-03-06 Tom Tromey <tom@tromey.com>
11261
11262 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
11263 Use make_scope_exit.
11264
d01c5877
TT
112652019-03-06 Tom Tromey <tom@tromey.com>
11266
11267 * solib-svr4.c (disable_probes_interface): Remove parameter.
11268 (svr4_handle_solib_event): Use make_scope_exit.
11269
32603266
TT
112702019-03-06 Tom Tromey <tom@tromey.com>
11271
11272 * remote.c (struct stop_reply_deleter): Remove.
11273 (stop_reply_up): Update.
11274 (struct stop_reply): Derive from notif_event. Don't typedef.
11275 <regcache>: Now a std::vector.
11276 (stop_reply_xfree): Remove.
11277 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
11278 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
11279 (remote_target::discard_pending_stop_replies): Use delete.
11280 (remote_target::remote_parse_stop_reply): Update.
11281 (remote_target::process_stop_reply): Update.
11282 * remote-notif.h (struct notif_event): Add virtual destructor.
11283 Remove "dtr" member.
11284 (struct notif_client) <alloc_event>: Return a unique_ptr.
11285 (notif_event_xfree): Don't declare.
11286 (notif_event_up): New typedef.
11287 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
11288 (notif_event_xfree, do_notif_event_xfree): Remove.
11289 (remote_notif_state_xfree): Update.
11290
9799571e
TT
112912019-03-06 Tom Tromey <tom@tromey.com>
11292
11293 * infrun.c (displaced_step_clear_cleanup): Now a
11294 forward_scope_exit type.
11295 (displaced_step_prepare_throw): Update.
11296 (displaced_step_fixup): Update.
11297
09e3c4ca
TT
112982019-03-06 Tom Tromey <tom@tromey.com>
11299
11300 * inferior.h (class inferior): Update comment.
11301 * gdbthread.h (class thread_info): Update comment.
11302
e2a03548
TT
113032019-03-06 Joel Brobecker <brobecker@adacore.com>
11304 Tom Tromey <tom@tromey.com>
11305
11306 * stabsread.h (struct stab_section_list): Remove.
11307 (coffstab_build_psymtabs): Update.
11308 * dbxread.c (symbuf_sections): Now a std::vector.
11309 (sect_idx): New global.
11310 (fill_symbuf): Update.
11311 (coffstab_build_psymtabs): Change type of stabsects parameter.
11312 Update.
11313 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
11314 std::vector.
11315 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
11316 (coff_locate_sections): Update.
11317 (coff_symfile_read): Remove cleanups. Update.
11318 (init_stringtab): Add storage parameter.
11319 (free_stringtab, free_stringtab_cleanup): Remove.
11320 (init_lineno): Add storage parameter.
11321 (free_linetab, free_linetab_cleanup): Remove.
11322
b7e60d85
PA
113232019-03-06 Pedro Alves <palves@redhat.com>
11324
11325 * linux-fork.c (fork_info::clobber_regs): Delete.
11326 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
11327 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
11328 comment. Adjust.
11329 (scoped_switch_fork_info::scoped_switch_fork_info)
11330 (checkpoint_command, linux_fork_context): Adjust
11331 fork_save_infrun_state calls.
11332
e52c971f
PA
113332019-03-06 Pedro Alves <palves@redhat.com>
11334
11335 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
11336 (inf_has_multiple_threads): Return 'bool' and rewrite using
11337 inferior_info::threads().
11338
06974e6c
PA
113392019-03-06 Pedro Alves <palves@redhat.com>
11340
11341 * linux-fork.c: Include <list>.
11342 (fork_list): Now a std::list instance.
11343 (fork_info): Add ctor, dtor, and in-class initialize all fields.
11344 (forks_exist_p, find_last_fork): Adjust.
11345 (new_fork): Delete.
11346 (one_fork_p): New.
11347 (add_fork): Adjust.
11348 (free_fork): Delete, folded into fork_info::~fork_info().
11349 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
11350 Adjust.
11351 (init_fork_list): Delete.
11352 (linux_fork_killall, linux_fork_mourn_inferior)
11353 (linux_fork_detach, info_checkpoints_command): Adjust.
11354 (_initialize_linux_fork): No longer call init_fork_list.
11355
72f31aea
PA
113562019-03-06 Pedro Alves <palves@redhat.com>
11357
11358 * linux-fork.c (new_fork): New, split out of ...
11359 (add_fork): ... this. Return void. Move "first fork" special
11360 case from here, to ...
11361 (checkpoint_command): ... here.
11362 * linux-linux.h (add_fork): Return void.
11363
efbecbc1
AB
113642019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11365
11366 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
11367
0841c79a
AB
113682019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11369 Chris January <chris.january@arm.com>
11370 David Lecomber <david.lecomber@arm.com>
11371
11372 * f-exp.y: New token, UNOP_INTRINSIC.
11373 (exp): New pattern using UNOP_INTRINSIC token.
11374 (f77_keywords): Add 'abs' keyword.
11375 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
11376 (value_from_host_double): New function.
11377 (evaluate_subexp_f): Support UNOP_ABS.
11378
4a270568
AB
113792019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11380
11381 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
11382 types.
11383
067630bd
AB
113842019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11385
11386 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
11387 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
11388 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
11389
3be47f7a
AB
113902019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11391
11392 * f-exp.y (convert_to_kind_type): Handle more type kinds.
11393
4d00f5d8
AB
113942019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11395 Chris January <chris.january@arm.com>
11396
11397 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
11398 * f-exp.y: Define 'KIND' token.
11399 (exp): New pattern for KIND expressions.
11400 (ptype): Handle types with a kind extension.
11401 (direct_abs_decl): Extend to spot kind extensions.
11402 (f77_keywords): Add 'kind' to the list.
11403 (push_kind_type): New function.
11404 (convert_to_kind_type): New function.
11405 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
11406 * parse.c (operator_length_standard): Likewise.
11407 * parser-defs.h (enum type_pieces): Add tp_kind.
11408 * std-operator.def: Add UNOP_KIND.
11409
e454224f
AB
114102019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11411
11412 * f-exp.y (f_parse): Set yydebug.
11413
9dad4a58
AB
114142019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11415
11416 * f-lang.c (evaluate_subexp_f): New function.
11417 (exp_descriptor_f): New global.
11418 (f_language_defn): Use exp_descriptor_f instead of
11419 exp_descriptor_standard.
11420
c8f91604
AB
114212019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11422
11423 * f-exp.y (struct token): Add comments.
11424 (dot_ops): Remove uppercase versions and the end marker.
11425 (f77_keywords): Likewise.
11426 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
11427 entries in the dot_ops array are case insensitive, and use
11428 strncasecmp to compare strings. Also some whitespace cleanup in
11429 this area. Similar for the f77_keywords array, except entries in
11430 this list might be case sensitive.
11431
dd9f2c76
AB
114322019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11433
11434 * f-exp.y (struct f77_boolean_val): Add comments.
11435 (boolean_values): Remove uppercase versions, and end marker.
11436 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
11437 and use strncasecmp to achieve case insensitivity. Additionally,
11438 perform whitespace cleanup around this code.
11439
67a3048c
TT
114402019-03-06 Tom Tromey <tromey@adacore.com>
11441
11442 * remote-sim.c (gdbsim_target_open): Use result of
11443 gdb_argv::release.
11444
aa3cfbda
RB
114452019-03-06 Richard Bunt <richard.bunt@arm.com>
11446 Dirk Schubert <dirk.schubert@arm.com>
11447 Chris January <chris.january@arm.com>
11448
11449 * eval.c (evaluate_subexp_standard): Call Fortran argument
11450 wrapping logic.
11451 * f-lang.c (struct value): A value which can be passed into a
11452 Fortran function call.
11453 (fortran_argument_convert): Wrap Fortran arguments in a pointer
11454 where appropriate.
11455 (struct type): Value ready for a Fortran function call.
11456 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
11457 is needed.
11458 * f-lang.h (fortran_argument_convert): Declaration.
11459 (fortran_preserve_arg_pointer): Declaration.
11460 * infcall.c (value_arg_coerce): Call Fortran argument logic.
11461
ea38e5df
TT
114622019-03-05 Tom Tromey <tromey@adacore.com>
11463
11464 * python/py-prettyprint.c (print_string_repr): Remove #if.
11465 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
11466
06b5b831
TT
114672019-03-05 Tom Tromey <tromey@adacore.com>
11468
11469 * target.c (the_dummy_target): Move later. Change type to
11470 "dummy_target".
11471 (initialize_targets): Don't initialize the_dummy_target.
11472
edbd9e45
TT
114732019-03-05 Tom Tromey <tromey@adacore.com>
11474
11475 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
11476 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
11477
c119e040
TT
114782019-03-05 Tom Tromey <tromey@adacore.com>
11479
11480 * windows-nat.c (windows_nat_target::attach)
11481 (windows_nat_target::detach): Don't call gdb_flush.
11482 * valprint.c (generic_val_print, val_print, val_print_string):
11483 Don't call gdb_flush.
11484 * utils.c (defaulted_query): Don't call gdb_flush.
11485 * typeprint.c (print_type_scalar): Don't call gdb_flush.
11486 * target.c (target_announce_detach): Don't call gdb_flush.
11487 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
11488 * remote.c (extended_remote_target::attach): Don't call
11489 gdb_flush.
11490 * procfs.c (procfs_target::detach): Don't call gdb_flush.
11491 * printcmd.c (do_examine): Don't call gdb_flush.
11492 (info_display_command): Don't call gdb_flush.
11493 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
11494 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
11495 * memattr.c (info_mem_command): Don't call gdb_flush.
11496 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
11497 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
11498 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
11499 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
11500 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
11501 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
11502 (gnu_nat_target::detach): Don't call gdb_flush.
11503 * f-valprint.c (f_val_print): Don't call gdb_flush.
11504 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
11505 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
11506 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
11507 gdb_flush.
11508 * c-valprint.c (c_val_print): Don't call gdb_flush.
11509 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
11510
895dafa6
TT
115112019-03-05 Tom Tromey <tromey@adacore.com>
11512
11513 * varobj.c (update_dynamic_varobj_children): Update.
11514 (install_default_visualizer): Use reset, not release.
11515 * value.c (set_internalvar): Update.
11516 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
11517 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
11518 ATTRIBUTE_UNUSED_RESULT.
11519
88a774b9
TT
115202019-03-05 Tom Tromey <tromey@adacore.com>
11521
11522 * remote.c (class scoped_remote_fd) <release>: Add
11523 ATTRIBUTE_UNUSED_RESULT.
11524
4e4a8b93
TT
115252019-03-05 Tom Tromey <tromey@adacore.com>
11526
11527 * macroexp.c (struct macro_buffer) <release>: Add
11528 ATTRIBUTE_UNUSED_RESULT.
11529
083eef1f
TT
115302019-03-05 Tom Tromey <tromey@adacore.com>
11531
11532 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
11533 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
11534 ATTRIBUTE_UNUSED_RESULT.
11535
3cabd438
TT
115362019-03-05 Tom Tromey <tromey@adacore.com>
11537
11538 * common/scoped_fd.h (class scoped_fd) <release>: Add
11539 ATTRIBUTE_UNUSED_RESULT.
11540
41e3300a
TT
115412019-03-05 Tom Tromey <tromey@adacore.com>
11542
11543 * parser-defs.h (struct parser_state) <release>: Add
11544 ATTRIBUTE_UNUSED_RESULT.
11545
18cb7c9f
TT
115462019-03-05 Tom Tromey <tromey@adacore.com>
11547
11548 * utils.h (class gdb_argv) <release>: Add
11549 ATTRIBUTE_UNUSED_RESULT.
11550 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
11551
41fa577f
EZ
115522019-03-02 Eli Zaretskii <eliz@gnu.org>
11553
a6a4b2c6
EZ
11554 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
11555 for-loop range, to avoid compiler warnings.
11556
11557 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
11558 avoid compiler warnings about unused variables.
11559
742a7df5
EZ
11560 * NEWS: Mention end of support for native debugging on MS-Windows
11561 before XP.
11562
41fa577f
EZ
11563 PR gdb/24292
11564 * common/netstuff.c:
11565 * gdbserver/gdbreplay.c
11566 * gdbserver/remote-utils.c:
11567 * ser-tcp.c:
11568 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
11569 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
11570 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
11571 'getaddrinfo' and 'freeaddrinfo' were not available before
11572 Windows XP, and mingw.org's MinGW headers by default define
11573 _WIN32_WINNT to 0x500.
11574
827f438f
GB
115752019-03-01 Gary Benson <gbenson@redhat.com>
11576
11577 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
11578
92137da0
RO
115792019-02-28 Brian Vandenberg <phantall@gmail.com>
11580 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11581
11582 PR gdb/8527
11583 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
11584 set_sigint_trap, clear_sigint_trap.
11585
799efbe8
PW
115862019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11587
11588 * target.c (target_detach): Clear the regcache and the
11589 frame cache.
11590
8ed25214
PA
115912019-02-27 Pedro Alves <palves@redhat.com>
11592
11593 * utils.c (set_screen_size): When we cap the height/width sizes,
11594 tweak the corresponding command variable to show "unlimited":
11595
23031e31
SJ
115962019-02-27 Saagar Jha <saagar@saagarjha.com>
11597 Pedro Alves <palves@redhat.com>
11598
11599 * utils.c (set_screen_size): Reduce "infinite" rows and columns
11600 before calling rl_set_screen_size.
11601
6c28e44a
TT
116022019-02-27 Tom Tromey <tromey@adacore.com>
11603
11604 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
11605 define.
11606 * python/py-value.c: Remove Python 2.4 workaround.
11607 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
11608 workaround.
11609 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
11610 Python 2.4 workaround.
11611 * python/python-internal.h: Remove Python 2.4 comment.
11612 (Py_ssize_t): Don't define.
11613 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
11614 (gdb_Py_DECREF): Remove Python 2.4 workaround.
11615 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
11616 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
11617 * python/python.c (do_start_initialization): Remove Python 2.4
11618 workaround.
11619 * python/py-prettyprint.c (class dummy_python_frame): Remove.
11620 (print_children): Remove Python 2.4 workaround.
11621 * python/py-inferior.c (buffer_procs): Remove Python 2.4
11622 workaround.
11623 (CHARBUFFERPROC_NAME): Remove.
11624 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
11625 Python 2.4 workaround.
11626
2c3fc25d 116272019-02-27 Kevin Buettner <kevinb@redhat.com>
799efbe8 11628
2c3fc25d
KB
11629 * NEWS: Note minimum Python version.
11630
6ca62222
KB
116312019-02-27 Kevin Buettner <kevinb@redhat.com>
11632
11633 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
11634 code from these functions. Remove corresponding ifdefs. Use
11635 Py_buffer_up instead of explicit calls to PyBuffer_Release.
11636 Remove gotos and target of gotos.
11637 (infpy_search_memory): Likewise.
11638
f4bc7d2c
AB
116392019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11640
11641 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
11642 (hppa_gdbarch_init): Don't register deleted functions with
11643 gdbarch.
11644
9734a586
AB
116452019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11646
11647 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
11648 (h8300_unwind_sp): Delete.
11649 (h8300_dummy_id): Delete.
11650 (h8300_gdbarch_init): Don't register deleted functions with
11651 gdbarch.
11652
68b867f3
AB
116532019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11654
11655 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
11656 (ft32_unwind_pc): Delete.
11657 (ft32_unwind_sp): Delete.
11658 (ft32_gdbarch_init): Don't register deleted functions with
11659 gdbarch.
11660
2fbe7ad0
AB
116612019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11662
11663 * gdb/frv-tdep.c (frv_dummy_id): Delete.
11664 (frv_unwind_pc): Delete.
11665 (frv_unwind_sp): Delete.
11666 (frv_gdbarch_init): Don't register deleted functions with
11667 gdbarch.
11668
76055cbe
AB
116692019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11670
11671 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
11672 (riscv_unwind_pc): Delete.
11673 (riscv_unwind_sp): Delete.
11674 (riscv_gdbarch_init): Don't register deleted functions with
11675 gdbarch.
11676
4133e5a1
AB
116772019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11678
11679 * gdb/csky-tdep.c (csky_dummy_id): Delete.
11680 (csky_unwind_pc): Delete.
11681 (csky_unwind_sp): Delete.
11682 (csky_gdbarch_init): Don't register deleted functions with
11683 gdbarch.
11684
8010f576
AB
116852019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11686
11687 * gdb/cris-tdep.c (cris_dummy_id): Delete.
11688 (cris_unwind_pc): Delete.
11689 (cris_unwind_sp): Delete.
11690 (cris_gdbarch_init): Don't register deleted functions with
11691 gdbarch.
11692
b56bf084
AB
116932019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11694
11695 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
11696 (bfin_unwind_pc): Delete.
11697 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
11698
a19a650f
AB
116992019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11700
11701 * gdb/arm-tdep.c (arm_dummy_id): Delete.
11702 (arm_unwind_pc): Delete.
11703 (arm_unwind_sp): Delete.
11704 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
11705
f8278c3c
AB
117062019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11707
11708 * gdb/arc-tdep.c (arc_dummy_id): Delete.
11709 (arc_unwind_pc): Delete.
11710 (arc_unwind_sp): Delete.
11711 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
11712
480e46cf
AB
117132019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11714
11715 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
11716 (alpha_unwind_pc): Delete.
11717 (alpha_gdbarch_init): Don't register deleted functions with
11718 gdbarch.
11719
7a995095
AB
117202019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11721
11722 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
11723 (aarch64_unwind_pc): Delete.
11724 (aarch64_unwind_sp): Delete.
11725 (aarch64_gdbarch_init): Don't register deleted functions with
11726 gdbarch.
11727
bf9a735e
AB
117282019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11729
11730 * gdbtypes.c (type_align): Don't consider static members when
11731 computing structure alignment.
11732
5561fc30
AB
117332019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11734
11735 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
11736 return 0 for other types.
11737 * arch-utils.c (default_type_align): Always return 0.
11738 * gdbarch.h: Regenerate.
11739 * gdbarch.sh (type_align): Extend comment.
11740 * gdbtypes.c (type_align): Add additional comments, always call
11741 gdbarch_type_align before applying the default rules.
11742 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
11743 generic code will then apply a suitable default.
11744 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
11745 types, return 0 for other types.
11746
9335e75a
JB
117472019-02-27 Joel Brobecker <brobecker@adacore.com>
11748
11749 * NEWS: Create a new section for the next release branch.
11750 Rename the section of the current branch, now that it has
11751 been cut.
11752
3d34d8de
JB
117532019-02-27 Joel Brobecker <brobecker@adacore.com>
11754
11755 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
11756 * version.in: Bump version to 8.3.50.DATE-git.
11757
143420fb
SM
117582019-02-26 Simon Marchi <simon.marchi@efficios.com>
11759
11760 * aix-thread.c (ptid_cmp): Remove unused variable.
11761 (get_signaled_thread): Likewise.
11762 (store_regs_user_thread): Likewise.
11763 (store_regs_kernel_thread): Likewise.
11764 (fetch_regs_kernel_thread): Remove shadowed variable.
11765
172fb711
AB
117662019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
11767
11768 * features/riscv/32bit-cpu.xml: Add register numbers.
11769 * features/riscv/32bit-fpu.c: Regenerate.
11770 * features/riscv/32bit-fpu.xml: Add register numbers.
11771 * features/riscv/64bit-cpu.xml: Add register numbers.
11772 * features/riscv/64bit-fpu.c: Regenerate.
11773 * features/riscv/64bit-fpu.xml: Add register numbers.
11774
26c89782
KB
117752019-02-26 Kevin Buettner <kevinb@redhat.com>
11776
af54ade9 11777 * NEWS: Mention two argument form of gdb.Value constructor.
fe07eca5
KB
11778 * python/py-value.c (convert_buffer_and_type_to_value): New
11779 function.
11780 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
11781 Add support for handling an optional second argument. Call
11782 convert_buffer_and_type_to_value as appropriate.
26c89782
KB
11783 * python/python-internal.h (Py_buffer_deleter): New struct.
11784 (Py_buffer_up): New typedef.
11785
0f58c9e8
JB
117862019-02-25 John Baldwin <jhb@FreeBSD.org>
11787
11788 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
11789 instead of releasing ownership.
11790
0a0f4c01
JR
117912019-02-25 Jordan Rupprecht <rupprecht@google.com>
11792
11793 * dwarf2read.c (open_and_init_dwp_file): Call
11794 elf_numsections instead of bfd_count_sections to initialize
11795 dwp_file->num_sections.
11796
cd5a152c
TT
117972019-02-25 Tom Tromey <tromey@adacore.com>
11798
11799 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
11800
8a6a8513
SDJ
118012019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
11802
11803 * gcore.in: Add '--readnever' option when invoking GDB.
11804
04dcda9c
SM
118052019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
11806
11807 * MAINTAINERS: Update my email address.
11808
07bc701d
SM
118092019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
11810
11811 * build-id.c (build_id_to_debug_bfd_1): New function.
11812 (build_id_to_debug_bfd): Look for separate debug file in
11813 sysroot.
11814
c6f4a5d0
AB
118152019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
11816
11817 * gdbarch.sh: Update the copyright year range that is placed into
11818 generated files.
11819
9600246d
KS
118202019-02-22 Keith Seitz <keiths@redhat.com>
11821
11822 PR symtab/23853
11823 * linespec.c (create_sals_line_offset): Search for the default
11824 symtab's filename instead of its fullname.
11825
7557a514
AH
118262019-02-21 Alan Hayward <alan.hayward@arm.com>
11827
11828 * NEWS: Update style defaults.
11829
ee2bcb0c
AH
118302019-02-21 Alan Hayward <alan.hayward@arm.com>
11831
11832 * main.c (captured_main_1): Disable styling in batch mode.
11833
0c95f9ed
TT
118342019-02-20 Tom Tromey <tom@tromey.com>
11835
11836 * symtab.c (symtab_symbol_info): Fix typos.
11837
c763b894
TT
118382019-02-20 Tom Tromey <tromey@adacore.com>
11839
11840 * findcmd.c (_initialize_mem_search): Use upper case for
11841 metasyntactic variables.
11842
0ef8a082
AH
118432019-02-20 Alan Hayward <alan.hayward@arm.com>
11844
11845 * aarch64-tdep.c (aarch64_add_reggroups): New function.
11846 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
11847
6caa91b6
SM
118482019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
11849
11850 * top.h (source_file_name): Change to std::string.
11851 * top.c (source_file_name): Likewise.
11852 (command_line_input): Adjust.
11853 * cli/cli-script.c (script_from_file): Adjust.
11854
98814c6c
TT
118552019-02-19 Tom Tromey <tromey@adacore.com>
11856
11857 * ravenscar-thread.c
11858 (ravenscar_thread_target::update_thread_list): Don't call
11859 ada_build_task_list.
11860 * ada-lang.h (ada_build_task_list): Don't declare.
11861 * ada-tasks.c (struct ada_tasks_inferior_data)
11862 <task_list_valid_p>: Now bool.
11863 (read_known_tasks, ada_task_list_changed)
11864 (ada_tasks_invalidate_inferior_data): Update.
11865 (read_known_tasks_array): Return bool.
11866 (read_known_tasks_list): Likewise.
11867 (read_known_tasks): Return void.
11868 (ada_build_task_list): Now static.
11869
70cd633e
AB
118702019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
11871
11872 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
11873 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
11874
040b3e95
PW
118752019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11876
11877 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
11878 variant for ada_tasks_pspace_data_handle and
11879 ada_tasks_inferior_data_handle.
11880 (ada_tasks_pspace_data_cleanup): New function.
11881 (ada_tasks_inferior_data_cleanup): New function.
11882
9409233b
TT
118832019-02-17 Tom Tromey <tom@tromey.com>
11884
11885 * macrotab.h (macro_source_fullname): Return a std::string.
11886 * macrotab.c (macro_include, check_for_redefinition)
11887 (macro_undef, macro_lookup_definition, foreach_macro)
11888 (foreach_macro_in_scope): Update.
11889 (macro_source_fullname): Return a std::string.
11890 * macrocmd.c (show_pp_source_pos): Update.
11891
6506371f
TT
118922019-02-17 Tom Tromey <tom@tromey.com>
11893
11894 * macrocmd.c (show_pp_source_pos): Style the file names.
11895
0c820d67
TT
118962019-02-17 Tom Tromey <tom@tromey.com>
11897
11898 PR tui/24197:
11899 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
11900
a0087920
TT
119012019-02-17 Tom Tromey <tom@tromey.com>
11902
11903 * ada-lang.c (user_select_syms): Use filtered printing.
11904 * utils.c (wrap_style): New global.
11905 (desired_style): Remove.
11906 (emit_style_escape): Add stream parameter.
11907 (set_output_style, reset_terminal_style, prompt_for_continue):
11908 Update.
11909 (flush_wrap_buffer): Only flush gdb_stdout.
11910 (wrap_here): Set wrap_style.
11911 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
11912 treat escape sequences as a character. Change when wrap buffer is
11913 flushed.
11914 (fputs_styled): Do not set the output style when the default is
11915 requested.
11916 * ui-style.h (struct ui_file_style) <is_default>: New method.
11917 * source.c (print_source_lines_base): Emit escape sequences in one
11918 piece.
11919
75ba10dc
JB
119202019-02-17 Joel Brobecker <brobecker@adacore.com>
11921
11922 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
11923 integers and enumeration types.
11924
a2cd4f14
JB
119252019-02-17 Joel Brobecker <brobecker@adacore.com>
11926
11927 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
11928 instead of lookup_symbol_in_language
11929 (do_exact_match): New function.
11930 (ada_get_symbol_name_matcher): Return do_exact_match when
11931 doing a verbatim match.
11932
485b851b
TT
119332019-02-15 Tom Tromey <tromey@adacore.com>
11934
11935 * ravenscar-thread.c (ravenscar_thread_target::resume)
11936 (ravenscar_thread_target::wait): Special case wildcard requests.
11937
0b790b1e
TT
119382019-02-15 Tom Tromey <tromey@adacore.com>
11939
11940 * ravenscar-thread.c (base_ptid): Remove.
11941 (struct ravenscar_thread_target) <close>: New method.
11942 <m_base_ptid>: New member.
11943 <update_inferior_ptid, active_task, task_is_currently_active,
11944 runtime_initialized>: Declare methods.
11945 <ravenscar_thread_target>: Add constructor.
11946 (ravenscar_thread_target::task_is_currently_active)
11947 (ravenscar_thread_target::update_inferior_ptid)
11948 (ravenscar_runtime_initialized): Rename. Now methods.
11949 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
11950 (ravenscar_thread_target::update_thread_list): Update.
11951 (ravenscar_thread_target::active_task): Now method.
11952 (ravenscar_thread_target::store_registers)
11953 (ravenscar_thread_target::prepare_to_store)
11954 (ravenscar_thread_target::prepare_to_store)
11955 (ravenscar_thread_target::mourn_inferior): Update.
11956 (ravenscar_inferior_created): Use "new" to create target.
11957 (ravenscar_thread_target::get_ada_task_ptid): Update.
11958 (_initialize_ravenscar): Don't initialize base_ptid.
11959 (ravenscar_ops): Remove global.
11960
dea57a62
TT
119612019-02-15 Tom Tromey <tromey@adacore.com>
11962
11963 * target.h (push_target): Declare new overload.
11964 * target.c (push_target): New overload, taking an rvalue reference.
11965 * remote.c (remote_target::open_1): Use push_target overload.
11966 * corelow.c (core_target_open): Use push_target overload.
11967
989f3c58
TT
119682019-02-15 Tom Tromey <tromey@adacore.com>
11969
11970 * ravenscar-thread.c (is_ravenscar_task)
11971 (ravenscar_task_is_currently_active): Return bool.
11972 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
11973 (_initialize_ravenscar): Remove "(void)".
11974 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
11975 Return bool.
11976
6cbcc006
TT
119772019-02-15 Tom Tromey <tromey@adacore.com>
11978
11979 * ravenscar-thread.c (ravenscar_runtime_initializer)
11980 (has_ravenscar_runtime, get_running_thread_id)
11981 (ravenscar_thread_target::resume): Fix indentation.
11982
7657f14d
TT
119832019-02-15 Tom Tromey <tromey@adacore.com>
11984
11985 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
11986 from ravenscar_arch_ops.
11987 (sparc_ravenscar_ops::fetch_registers)
11988 (sparc_ravenscar_ops::store_registers): Now methods.
11989 (sparc_ravenscar_prepare_to_store): Remove.
11990 (sparc_ravenscar_ops): Redefine.
11991 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
11992 methods and destructor. Remove members.
11993 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
11994 (ravenscar_thread_target::store_registers)
11995 (ravenscar_thread_target::prepare_to_store): Update.
11996 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
11997 Remove.
11998 (struct ppc_ravenscar_powerpc_ops): Derive from
11999 ravenscar_arch_ops.
12000 (ppc_ravenscar_powerpc_ops::fetch_registers)
12001 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
12002 (ppc_ravenscar_powerpc_ops): Redefine.
12003 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
12004 (ppc_ravenscar_e500_ops::fetch_registers)
12005 (ppc_ravenscar_e500_ops::store_registers): Now methods.
12006 (ppc_ravenscar_e500_ops): Redefine.
12007 * aarch64-ravenscar-thread.c
12008 (aarch64_ravenscar_generic_prepare_to_store): Remove.
12009 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
12010 (aarch64_ravenscar_fetch_registers)
12011 (aarch64_ravenscar_store_registers): Now methods.
12012 (aarch64_ravenscar_ops): Redefine.
12013
5b6ea500
TT
120142019-02-15 Tom Tromey <tromey@adacore.com>
12015
12016 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
12017 (ravenscar_thread_target::stopped_by_hw_breakpoint)
12018 (ravenscar_thread_target::stopped_by_watchpoint)
12019 (ravenscar_thread_target::stopped_data_address)
12020 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
12021
e397fd39
TT
120222019-02-15 Tom Tromey <tromey@adacore.com>
12023
12024 * ravenscar-thread.c: Fix some typos.
12025
cc12f4a8
TT
120262019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12027 Tom Tromey <tromey@adacore.com>
12028
12029 * ada-lang.c (ada_exception_sal): Change addr_string to a
12030 std::string.
12031 (create_ada_exception_catchpoint): Update.
12032
5f486660
TT
120332019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12034 Tom Tromey <tromey@adacore.com>
12035
12036 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
12037 (bp_location_ops): Remove.
12038 (base_breakpoint_allocate_location): Update.
12039 (free_bp_location): Update.
12040 * ada-lang.c (class ada_catchpoint_location)
12041 <ada_catchpoint_location>: Remove ops parameter.
12042 (ada_catchpoint_location_dtor): Remove.
12043 (ada_catchpoint_location_ops): Remove.
12044 (allocate_location_exception): Update.
12045 * breakpoint.h (struct bp_location_ops): Remove.
12046 (class bp_location) <bp_location>: Remove bp_location_ops
12047 parameter.
12048 <~bp_location>: Add destructor.
12049 <ops>: Remove.
12050
b671c7fb
TS
120512019-02-14 Thomas Schwinge <thomas@codesourcery.com>
12052 Pedro Alves <palves@redhat.com>
12053
12054 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
12055 'PATH_MAX'.
12056
8071c5ce
DM
120572019-02-14 David Michael <fedora.dm0@gmail.com>
12058 Samuel Thibault <samuel.thibault@gnu.org>
12059 Thomas Schwinge <thomas@codesourcery.com>
12060
12061 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
12062 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
12063
b1041ae0
TS
120642019-02-14 Thomas Schwinge <thomas@codesourcery.com>
12065
924514e1
TS
12066 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
12067 (check_empty): Use "const char *".
12068
c29ee8d4
TS
12069 * gnu-nat.c (gnu_nat_target::detach): Instead of
12070 'detach_inferior (pid)' call
12071 'detach_inferior (find_inferior_pid (pid))'.
12072
6c6ef69f
TS
12073 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
12074 'nat/fork-inferior.o'.
12075 * gnu-nat.c: #include "nat/fork-inferior.h".
12076
2d0a338c
TS
12077 * gnu-nat.c (gnu_nat_target::detach): Instead of
12078 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
12079 * gnu-nat.h: #include "inf-child.h".
12080 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
12081 'i386_gnu_nat_target::fetch_registers'.
12082 (gnu_store_registers): Rename/move to
12083 'i386_gnu_nat_target::store_registers'.
12084
cabb5f06
TS
12085 * config/i386/nm-i386gnu.h: Don't "#include" any files.
12086 * gnu-nat.h (mach_thread_info): New function.
12087 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
12088
b1041ae0
TS
12089 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
12090
2988d01e
KF
120912019-02-14 Frederic Konrad <konrad@adacore.com>
12092
12093 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
12094
c559d709
JB
120952019-02-14 Joel Brobecker <brobecker@adacore.com>
12096
12097 * windows-nat.c (windows_add_thread): Add new parameter
12098 "main_thread_p" with default value set to false. Update
12099 function documentation as well as all callers.
12100 (windows_delete_thread): Likewise.
12101 (fake_create_process): Update call to windows_add_thread.
12102 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
12103 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
12104 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
12105 call to windows_delete_thread.
12106
007024cc
SM
121072019-02-13 Simon Marchi <simon.marchi@ericsson.com>
12108
12109 * MAINTAINERS: Add Andrew Burgess as global maintainer.
12110
f62318e9
JB
121112019-02-12 John Baldwin <jhb@FreeBSD.org>
12112
12113 * symfile.c (find_separate_debug_file): Use canonical path of
12114 sysroot with child_path instead of gdb_sysroot if it is valid.
12115
cd4b7848
JB
121162019-02-12 John Baldwin <jhb@FreeBSD.org>
12117
12118 * symfile.c (find_separate_debug_file): Use child_path to
12119 determine if an object file is under a sysroot.
12120
efac4bfe
JB
121212019-02-12 John Baldwin <jhb@FreeBSD.org>
12122
12123 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
12124 unittests/child-path-selftests.c.
12125 * common/pathstuff.c (child_path): New function.
12126 * common/pathstuff.h (child_path): New prototype.
12127 * unittests/child-path-selftests.c: New file.
12128
402d2bfe
JB
121292019-02-12 John Baldwin <jhb@FreeBSD.org>
12130
12131 * symfile.c (find_separate_debug_file): Look for separate debug
12132 files in debug directories under the sysroot.
12133
1ed9f74e
PW
121342019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12135
12136 * symtab.h (struct minimal_symbol data_p): New const method.
12137 (struct minimal_symbol text_p): Likewise.
12138 * symtab.c (output_source_filename): Use file name style
12139 to print file name.
12140 (print_symbol_info): Likewise.
12141 (print_msymbol_info): Use address style to print addresses.
12142 Use function name style to print executable text symbols.
12143 (expand_symtab_containing_pc): Use data_p.
12144 (find_pc_sect_compunit_symtab): Likewise.
12145
2636d81d
PW
121462019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12147
12148 * breakpoint.c (describe_other_breakpoints): Use address style
12149 to print addresses.
12150 (say_where): Likewise.
12151
ac8c53cc
PW
121522019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12153
12154 * ada-typeprint.c (print_func_type): Print function name
12155 style to print function name.
12156 * c-typeprint.c (c_print_type_1): Likewise.
12157
ea638c43
AH
121582019-02-11 Alan Hayward <alan.hayward@arm.com>
12159
12160 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
12161 for execve.
12162
ab759ca8
PW
121632019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12164
12165 * c-exp.y (direct_abs_decl): Use emplace_back to record the
12166 type_stack.
12167
aff29d1c
JB
121682019-02-10 Joel Brobecker <brobecker@adacore.com>
12169
12170 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
12171 TYPE_CODE_REF types.
12172
617126bc
JW
121732019-02-08 Jim Wilson <jimw@sifive.com>
12174
12175 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
12176 (riscv_linux_fregset): New.
12177 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
12178
46e3ed7f
TT
121792019-02-07 Tom Tromey <tom@tromey.com>
12180
12181 * thread.c (thread_cancel_execution_command): Update.
12182 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
12183 methods.
12184 (struct thread_fsm_ops): Remove.
12185 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
12186 (thread_fsm_should_stop, thread_fsm_return_value)
12187 (thread_fsm_set_finished, thread_fsm_finished_p)
12188 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
12189 Don't declare.
12190 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
12191 * infrun.c (clear_proceed_status_thread)
12192 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
12193 (print_stop_event): Update.
12194 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
12195 Add constructor.
12196 (step_command_fsm_ops): Remove.
12197 (new_step_command_fsm): Remove.
12198 (step_1): Update.
12199 (step_command_fsm::should_stop): Rename from
12200 step_command_fsm_should_stop.
12201 (step_command_fsm::clean_up): Rename from
12202 step_command_fsm_clean_up.
12203 (step_command_fsm::do_async_reply_reason): Rename from
12204 step_command_fsm_async_reply_reason.
12205 (struct until_next_fsm): Inherit from thread_fsm. Add
12206 constructor.
12207 (until_next_fsm_ops): Remove.
12208 (new_until_next_fsm): Remove.
12209 (until_next_fsm::should_stop): Rename from
12210 until_next_fsm_should_stop.
12211 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
12212 (until_next_fsm::do_async_reply_reason): Rename from
12213 until_next_fsm_async_reply_reason.
12214 (struct finish_command_fsm): Inherit from thread_fsm. Add
12215 constructor. Change type of breakpoint.
12216 (finish_command_fsm_ops): Remove.
12217 (new_finish_command_fsm): Remove.
12218 (finish_command_fsm::should_stop): Rename from
12219 finish_command_fsm_should_stop.
12220 (finish_command_fsm::clean_up): Rename from
12221 finish_command_fsm_clean_up.
12222 (finish_command_fsm::return_value): Rename from
12223 finish_command_fsm_return_value.
12224 (finish_command_fsm::do_async_reply_reason): Rename from
12225 finish_command_fsm_async_reply_reason.
12226 (finish_command): Update.
12227 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
12228 Add constructor.
12229 (call_thread_fsm_ops): Remove.
12230 (call_thread_fsm::call_thread_fsm): Rename from
12231 new_call_thread_fsm.
12232 (call_thread_fsm::should_stop): Rename from
12233 call_thread_fsm_should_stop.
12234 (call_thread_fsm::should_notify_stop): Rename from
12235 call_thread_fsm_should_notify_stop.
12236 (run_inferior_call, call_function_by_hand_dummy): Update.
12237 * cli/cli-interp.c (should_print_stop_to_console): Update.
12238 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
12239 Add constructor. Change type of location_breakpoint,
12240 caller_breakpoint.
12241 (until_break_fsm_ops): Remove.
12242 (new_until_break_fsm): Remove.
12243 (until_break_fsm::should_stop): Rename from
12244 until_break_fsm_should_stop.
12245 (until_break_fsm::clean_up): Rename from
12246 until_break_fsm_clean_up.
12247 (until_break_fsm::do_async_reply_reason): Rename from
12248 until_break_fsm_async_reply_reason.
12249 (until_break_command): Update.
12250 * thread-fsm.c: Remove.
12251 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
12252
1a5c2598
TT
122532019-02-07 Tom Tromey <tom@tromey.com>
12254
12255 * yy-remap.h: Add include guard.
12256 * xtensa-tdep.h: Add include guard.
12257 * xcoffread.h: Rename include guard.
12258 * varobj-iter.h: Add include guard.
12259 * tui/tui.h: Rename include guard.
12260 * tui/tui-winsource.h: Rename include guard.
12261 * tui/tui-wingeneral.h: Rename include guard.
12262 * tui/tui-windata.h: Rename include guard.
12263 * tui/tui-win.h: Rename include guard.
12264 * tui/tui-stack.h: Rename include guard.
12265 * tui/tui-source.h: Rename include guard.
12266 * tui/tui-regs.h: Rename include guard.
12267 * tui/tui-out.h: Rename include guard.
12268 * tui/tui-layout.h: Rename include guard.
12269 * tui/tui-io.h: Rename include guard.
12270 * tui/tui-hooks.h: Rename include guard.
12271 * tui/tui-file.h: Rename include guard.
12272 * tui/tui-disasm.h: Rename include guard.
12273 * tui/tui-data.h: Rename include guard.
12274 * tui/tui-command.h: Rename include guard.
12275 * tic6x-tdep.h: Add include guard.
12276 * target/waitstatus.h: Rename include guard.
12277 * target/wait.h: Rename include guard.
12278 * target/target.h: Rename include guard.
12279 * target/resume.h: Rename include guard.
12280 * target-float.h: Rename include guard.
12281 * stabsread.h: Add include guard.
12282 * rs6000-tdep.h: Add include guard.
12283 * riscv-fbsd-tdep.h: Add include guard.
12284 * regformats/regdef.h: Rename include guard.
12285 * record.h: Rename include guard.
12286 * python/python.h: Rename include guard.
12287 * python/python-internal.h: Rename include guard.
12288 * python/py-stopevent.h: Rename include guard.
12289 * python/py-ref.h: Rename include guard.
12290 * python/py-record.h: Rename include guard.
12291 * python/py-record-full.h: Rename include guard.
12292 * python/py-record-btrace.h: Rename include guard.
12293 * python/py-instruction.h: Rename include guard.
12294 * python/py-events.h: Rename include guard.
12295 * python/py-event.h: Rename include guard.
12296 * procfs.h: Add include guard.
12297 * proc-utils.h: Add include guard.
12298 * p-lang.h: Add include guard.
12299 * or1k-tdep.h: Rename include guard.
12300 * observable.h: Rename include guard.
12301 * nto-tdep.h: Rename include guard.
12302 * nat/x86-linux.h: Rename include guard.
12303 * nat/x86-linux-dregs.h: Rename include guard.
12304 * nat/x86-gcc-cpuid.h: Add include guard.
12305 * nat/x86-dregs.h: Rename include guard.
12306 * nat/x86-cpuid.h: Rename include guard.
12307 * nat/ppc-linux.h: Rename include guard.
12308 * nat/mips-linux-watch.h: Rename include guard.
12309 * nat/linux-waitpid.h: Rename include guard.
12310 * nat/linux-ptrace.h: Rename include guard.
12311 * nat/linux-procfs.h: Rename include guard.
12312 * nat/linux-osdata.h: Rename include guard.
12313 * nat/linux-nat.h: Rename include guard.
12314 * nat/linux-namespaces.h: Rename include guard.
12315 * nat/linux-btrace.h: Rename include guard.
12316 * nat/glibc_thread_db.h: Rename include guard.
12317 * nat/gdb_thread_db.h: Rename include guard.
12318 * nat/gdb_ptrace.h: Rename include guard.
12319 * nat/fork-inferior.h: Rename include guard.
12320 * nat/amd64-linux-siginfo.h: Rename include guard.
12321 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
12322 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
12323 * nat/aarch64-linux.h: Rename include guard.
12324 * nat/aarch64-linux-hw-point.h: Rename include guard.
12325 * mn10300-tdep.h: Add include guard.
12326 * mips-linux-tdep.h: Add include guard.
12327 * mi/mi-parse.h: Rename include guard.
12328 * mi/mi-out.h: Rename include guard.
12329 * mi/mi-main.h: Rename include guard.
12330 * mi/mi-interp.h: Rename include guard.
12331 * mi/mi-getopt.h: Rename include guard.
12332 * mi/mi-console.h: Rename include guard.
12333 * mi/mi-common.h: Rename include guard.
12334 * mi/mi-cmds.h: Rename include guard.
12335 * mi/mi-cmd-break.h: Rename include guard.
12336 * m2-lang.h: Add include guard.
12337 * location.h: Rename include guard.
12338 * linux-record.h: Rename include guard.
12339 * linux-nat.h: Add include guard.
12340 * linux-fork.h: Add include guard.
12341 * i386-darwin-tdep.h: Rename include guard.
12342 * hppa-linux-offsets.h: Add include guard.
12343 * guile/guile.h: Rename include guard.
12344 * guile/guile-internal.h: Rename include guard.
12345 * gnu-nat.h: Rename include guard.
12346 * gdb-stabs.h: Rename include guard.
12347 * frv-tdep.h: Add include guard.
12348 * f-lang.h: Add include guard.
12349 * event-loop.h: Add include guard.
12350 * darwin-nat.h: Rename include guard.
12351 * cp-abi.h: Rename include guard.
12352 * config/sparc/nm-sol2.h: Rename include guard.
12353 * config/nm-nto.h: Rename include guard.
12354 * config/nm-linux.h: Add include guard.
12355 * config/i386/nm-i386gnu.h: Rename include guard.
12356 * config/djgpp/nl_types.h: Rename include guard.
12357 * config/djgpp/langinfo.h: Rename include guard.
12358 * compile/gcc-cp-plugin.h: Add include guard.
12359 * compile/gcc-c-plugin.h: Add include guard.
12360 * compile/compile.h: Rename include guard.
12361 * compile/compile-object-run.h: Rename include guard.
12362 * compile/compile-object-load.h: Rename include guard.
12363 * compile/compile-internal.h: Rename include guard.
12364 * compile/compile-cplus.h: Rename include guard.
12365 * compile/compile-c.h: Rename include guard.
12366 * common/xml-utils.h: Rename include guard.
12367 * common/x86-xstate.h: Rename include guard.
12368 * common/version.h: Rename include guard.
12369 * common/vec.h: Rename include guard.
12370 * common/tdesc.h: Rename include guard.
12371 * common/selftest.h: Rename include guard.
12372 * common/scoped_restore.h: Rename include guard.
12373 * common/scoped_mmap.h: Rename include guard.
12374 * common/scoped_fd.h: Rename include guard.
12375 * common/safe-iterator.h: Rename include guard.
12376 * common/run-time-clock.h: Rename include guard.
12377 * common/refcounted-object.h: Rename include guard.
12378 * common/queue.h: Rename include guard.
12379 * common/ptid.h: Rename include guard.
12380 * common/print-utils.h: Rename include guard.
12381 * common/preprocessor.h: Rename include guard.
12382 * common/pathstuff.h: Rename include guard.
12383 * common/observable.h: Rename include guard.
12384 * common/netstuff.h: Rename include guard.
12385 * common/job-control.h: Rename include guard.
12386 * common/host-defs.h: Rename include guard.
12387 * common/gdb_wait.h: Rename include guard.
12388 * common/gdb_vecs.h: Rename include guard.
12389 * common/gdb_unlinker.h: Rename include guard.
12390 * common/gdb_unique_ptr.h: Rename include guard.
12391 * common/gdb_tilde_expand.h: Rename include guard.
12392 * common/gdb_sys_time.h: Rename include guard.
12393 * common/gdb_string_view.h: Rename include guard.
12394 * common/gdb_splay_tree.h: Rename include guard.
12395 * common/gdb_setjmp.h: Rename include guard.
12396 * common/gdb_ref_ptr.h: Rename include guard.
12397 * common/gdb_optional.h: Rename include guard.
12398 * common/gdb_locale.h: Rename include guard.
12399 * common/gdb_assert.h: Rename include guard.
12400 * common/filtered-iterator.h: Rename include guard.
12401 * common/filestuff.h: Rename include guard.
12402 * common/fileio.h: Rename include guard.
12403 * common/environ.h: Rename include guard.
12404 * common/common-utils.h: Rename include guard.
12405 * common/common-types.h: Rename include guard.
12406 * common/common-regcache.h: Rename include guard.
12407 * common/common-inferior.h: Rename include guard.
12408 * common/common-gdbthread.h: Rename include guard.
12409 * common/common-exceptions.h: Rename include guard.
12410 * common/common-defs.h: Rename include guard.
12411 * common/common-debug.h: Rename include guard.
12412 * common/cleanups.h: Rename include guard.
12413 * common/buffer.h: Rename include guard.
12414 * common/btrace-common.h: Rename include guard.
12415 * common/break-common.h: Rename include guard.
12416 * cli/cli-utils.h: Rename include guard.
12417 * cli/cli-style.h: Rename include guard.
12418 * cli/cli-setshow.h: Rename include guard.
12419 * cli/cli-script.h: Rename include guard.
12420 * cli/cli-interp.h: Rename include guard.
12421 * cli/cli-decode.h: Rename include guard.
12422 * cli/cli-cmds.h: Rename include guard.
12423 * charset-list.h: Add include guard.
12424 * buildsym-legacy.h: Rename include guard.
12425 * bfin-tdep.h: Add include guard.
12426 * ax.h: Rename include guard.
12427 * arm-linux-tdep.h: Add include guard.
12428 * arm-fbsd-tdep.h: Add include guard.
12429 * arch/xtensa.h: Rename include guard.
12430 * arch/tic6x.h: Add include guard.
12431 * arch/i386.h: Add include guard.
12432 * arch/arm.h: Rename include guard.
12433 * arch/arm-linux.h: Rename include guard.
12434 * arch/arm-get-next-pcs.h: Rename include guard.
12435 * arch/amd64.h: Add include guard.
12436 * arch/aarch64-insn.h: Rename include guard.
12437 * arch-utils.h: Rename include guard.
12438 * annotate.h: Add include guard.
12439 * amd64-darwin-tdep.h: Rename include guard.
12440 * aarch64-linux-tdep.h: Add include guard.
12441 * aarch64-fbsd-tdep.h: Add include guard.
12442 * aarch32-linux-nat.h: Add include guard.
12443
ab9268d2
PW
124442019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12445
12446 * macrotab.c (macro_define_internal): New function that
12447 factorizes macro_define_object_internal and macro_define_function
12448 code.
12449 (macro_define_object_internal): Use macro_define_internal.
12450 (macro_define_function): Likewise.
12451
bb0da2b4
PW
124522019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12453
12454 * macrocmd.c (extract_identifier): Return
12455 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
12456 callers.
12457
424eb552
JB
124582019-02-06 John Baldwin <jhb@FreeBSD.org>
12459
12460 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
12461
1688cb29
TT
124622019-02-05 Tom Tromey <tom@tromey.com>
12463
12464 * target.c (target_stack::unpush): Move assertion earlier.
12465
b5eba2d8
TT
124662019-01-30 Tom Tromey <tom@tromey.com>
12467
12468 PR python/23615:
12469 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
12470 (gdbpy_parse_and_eval): Likewise.
12471 * python/python-internal.h (gdbpy_allow_threads): New class.
12472
7054e2ff
JB
124732019-01-28 John Baldwin <jhb@FreeBSD.org>
12474
12475 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
12476 (aarch64_fbsd_fpregmap): Move earlier.
12477 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
12478 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
12479 instead of individual calls to trad_frame_set_reg_addr.
12480 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
12481 earlier.
12482 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
12483 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
12484 instead of individual calls to trad_frame_set_reg_addr.
12485
36c25ffa
AH
124862019-01-28 Alan Hayward <alan.hayward@arm.com>
12487
12488 * CONTRIBUTE: Replace contribution list with wiki link.
12489
a0707f3c
TT
124902019-01-25 Tom Tromey <tom@tromey.com>
12491
12492 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
12493
0747795c
TT
124942019-01-25 Tom Tromey <tom@tromey.com>
12495
12496 * xtensa-linux-nat.c: Fix common/ includes.
12497 * xml-support.h: Fix common/ includes.
12498 * xml-support.c: Fix common/ includes.
12499 * x86-linux-nat.c: Fix common/ includes.
12500 * windows-nat.c: Fix common/ includes.
12501 * varobj.h: Fix common/ includes.
12502 * varobj.c: Fix common/ includes.
12503 * value.c: Fix common/ includes.
12504 * valops.c: Fix common/ includes.
12505 * utils.c: Fix common/ includes.
12506 * unittests/xml-utils-selftests.c: Fix common/ includes.
12507 * unittests/utils-selftests.c: Fix common/ includes.
12508 * unittests/unpack-selftests.c: Fix common/ includes.
12509 * unittests/tracepoint-selftests.c: Fix common/ includes.
12510 * unittests/style-selftests.c: Fix common/ includes.
12511 * unittests/string_view-selftests.c: Fix common/ includes.
12512 * unittests/scoped_restore-selftests.c: Fix common/ includes.
12513 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
12514 * unittests/scoped_fd-selftests.c: Fix common/ includes.
12515 * unittests/rsp-low-selftests.c: Fix common/ includes.
12516 * unittests/parse-connection-spec-selftests.c: Fix common/
12517 includes.
12518 * unittests/optional-selftests.c: Fix common/ includes.
12519 * unittests/offset-type-selftests.c: Fix common/ includes.
12520 * unittests/observable-selftests.c: Fix common/ includes.
12521 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
12522 * unittests/memrange-selftests.c: Fix common/ includes.
12523 * unittests/memory-map-selftests.c: Fix common/ includes.
12524 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
12525 * unittests/function-view-selftests.c: Fix common/ includes.
12526 * unittests/environ-selftests.c: Fix common/ includes.
12527 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
12528 * unittests/common-utils-selftests.c: Fix common/ includes.
12529 * unittests/cli-utils-selftests.c: Fix common/ includes.
12530 * unittests/array-view-selftests.c: Fix common/ includes.
12531 * ui-file.c: Fix common/ includes.
12532 * tui/tui-io.c: Fix common/ includes.
12533 * tracepoint.h: Fix common/ includes.
12534 * tracepoint.c: Fix common/ includes.
12535 * tracefile-tfile.c: Fix common/ includes.
12536 * top.h: Fix common/ includes.
12537 * top.c: Fix common/ includes.
12538 * thread.c: Fix common/ includes.
12539 * target/waitstatus.h: Fix common/ includes.
12540 * target/waitstatus.c: Fix common/ includes.
12541 * target.h: Fix common/ includes.
12542 * target.c: Fix common/ includes.
12543 * target-memory.c: Fix common/ includes.
12544 * target-descriptions.c: Fix common/ includes.
12545 * symtab.h: Fix common/ includes.
12546 * symfile.c: Fix common/ includes.
12547 * stap-probe.c: Fix common/ includes.
12548 * spu-linux-nat.c: Fix common/ includes.
12549 * sparc-nat.c: Fix common/ includes.
12550 * source.c: Fix common/ includes.
12551 * solib.c: Fix common/ includes.
12552 * solib-target.c: Fix common/ includes.
12553 * ser-unix.c: Fix common/ includes.
12554 * ser-tcp.c: Fix common/ includes.
12555 * ser-pipe.c: Fix common/ includes.
12556 * ser-base.c: Fix common/ includes.
12557 * selftest-arch.c: Fix common/ includes.
12558 * s12z-tdep.c: Fix common/ includes.
12559 * rust-exp.y: Fix common/ includes.
12560 * rs6000-aix-tdep.c: Fix common/ includes.
12561 * riscv-tdep.c: Fix common/ includes.
12562 * remote.c: Fix common/ includes.
12563 * remote-notif.h: Fix common/ includes.
12564 * remote-fileio.h: Fix common/ includes.
12565 * remote-fileio.c: Fix common/ includes.
12566 * regcache.h: Fix common/ includes.
12567 * regcache.c: Fix common/ includes.
12568 * record-btrace.c: Fix common/ includes.
12569 * python/python.c: Fix common/ includes.
12570 * python/py-type.c: Fix common/ includes.
12571 * python/py-inferior.c: Fix common/ includes.
12572 * progspace.h: Fix common/ includes.
12573 * producer.c: Fix common/ includes.
12574 * procfs.c: Fix common/ includes.
12575 * proc-api.c: Fix common/ includes.
12576 * printcmd.c: Fix common/ includes.
12577 * ppc-linux-nat.c: Fix common/ includes.
12578 * parser-defs.h: Fix common/ includes.
12579 * osdata.c: Fix common/ includes.
12580 * obsd-nat.c: Fix common/ includes.
12581 * nat/x86-linux.c: Fix common/ includes.
12582 * nat/x86-linux-dregs.c: Fix common/ includes.
12583 * nat/x86-dregs.h: Fix common/ includes.
12584 * nat/x86-dregs.c: Fix common/ includes.
12585 * nat/ppc-linux.c: Fix common/ includes.
12586 * nat/mips-linux-watch.h: Fix common/ includes.
12587 * nat/mips-linux-watch.c: Fix common/ includes.
12588 * nat/linux-waitpid.c: Fix common/ includes.
12589 * nat/linux-ptrace.h: Fix common/ includes.
12590 * nat/linux-ptrace.c: Fix common/ includes.
12591 * nat/linux-procfs.c: Fix common/ includes.
12592 * nat/linux-personality.c: Fix common/ includes.
12593 * nat/linux-osdata.c: Fix common/ includes.
12594 * nat/linux-namespaces.c: Fix common/ includes.
12595 * nat/linux-btrace.h: Fix common/ includes.
12596 * nat/linux-btrace.c: Fix common/ includes.
12597 * nat/fork-inferior.c: Fix common/ includes.
12598 * nat/amd64-linux-siginfo.c: Fix common/ includes.
12599 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
12600 * nat/aarch64-linux.c: Fix common/ includes.
12601 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
12602 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
12603 * namespace.h: Fix common/ includes.
12604 * mips-linux-tdep.c: Fix common/ includes.
12605 * minsyms.c: Fix common/ includes.
12606 * mi/mi-parse.h: Fix common/ includes.
12607 * mi/mi-main.c: Fix common/ includes.
12608 * mi/mi-cmd-env.c: Fix common/ includes.
12609 * memrange.h: Fix common/ includes.
12610 * memattr.c: Fix common/ includes.
12611 * maint.h: Fix common/ includes.
12612 * maint.c: Fix common/ includes.
12613 * main.c: Fix common/ includes.
12614 * machoread.c: Fix common/ includes.
12615 * location.c: Fix common/ includes.
12616 * linux-thread-db.c: Fix common/ includes.
12617 * linux-nat.c: Fix common/ includes.
12618 * linux-fork.c: Fix common/ includes.
12619 * inline-frame.c: Fix common/ includes.
12620 * infrun.c: Fix common/ includes.
12621 * inflow.c: Fix common/ includes.
12622 * inferior.h: Fix common/ includes.
12623 * inferior.c: Fix common/ includes.
12624 * infcmd.c: Fix common/ includes.
12625 * inf-ptrace.c: Fix common/ includes.
12626 * inf-child.c: Fix common/ includes.
12627 * ia64-linux-nat.c: Fix common/ includes.
12628 * i387-tdep.c: Fix common/ includes.
12629 * i386-tdep.c: Fix common/ includes.
12630 * i386-linux-tdep.c: Fix common/ includes.
12631 * i386-linux-nat.c: Fix common/ includes.
12632 * i386-go32-tdep.c: Fix common/ includes.
12633 * i386-fbsd-tdep.c: Fix common/ includes.
12634 * i386-fbsd-nat.c: Fix common/ includes.
12635 * guile/scm-type.c: Fix common/ includes.
12636 * guile/guile.c: Fix common/ includes.
12637 * go32-nat.c: Fix common/ includes.
12638 * gnu-nat.c: Fix common/ includes.
12639 * gdbthread.h: Fix common/ includes.
12640 * gdbarch-selftests.c: Fix common/ includes.
12641 * gdb_usleep.c: Fix common/ includes.
12642 * gdb_select.h: Fix common/ includes.
12643 * gdb_bfd.c: Fix common/ includes.
12644 * gcore.c: Fix common/ includes.
12645 * fork-child.c: Fix common/ includes.
12646 * findvar.c: Fix common/ includes.
12647 * fbsd-nat.c: Fix common/ includes.
12648 * event-top.c: Fix common/ includes.
12649 * event-loop.c: Fix common/ includes.
12650 * dwarf2read.c: Fix common/ includes.
12651 * dwarf2loc.c: Fix common/ includes.
12652 * dwarf2-frame.c: Fix common/ includes.
12653 * dwarf-index-cache.c: Fix common/ includes.
12654 * dtrace-probe.c: Fix common/ includes.
12655 * disasm-selftests.c: Fix common/ includes.
12656 * defs.h: Fix common/ includes.
12657 * csky-tdep.c: Fix common/ includes.
12658 * cp-valprint.c: Fix common/ includes.
12659 * cp-support.h: Fix common/ includes.
12660 * cp-support.c: Fix common/ includes.
12661 * corelow.c: Fix common/ includes.
12662 * completer.h: Fix common/ includes.
12663 * completer.c: Fix common/ includes.
12664 * compile/compile.c: Fix common/ includes.
12665 * compile/compile-loc2c.c: Fix common/ includes.
12666 * compile/compile-cplus-types.c: Fix common/ includes.
12667 * compile/compile-cplus-symbols.c: Fix common/ includes.
12668 * command.h: Fix common/ includes.
12669 * cli/cli-dump.c: Fix common/ includes.
12670 * cli/cli-cmds.c: Fix common/ includes.
12671 * charset.c: Fix common/ includes.
12672 * build-id.c: Fix common/ includes.
12673 * btrace.h: Fix common/ includes.
12674 * btrace.c: Fix common/ includes.
12675 * breakpoint.h: Fix common/ includes.
12676 * breakpoint.c: Fix common/ includes.
12677 * ax.h:
12678 (enum agent_op): Fix common/ includes.
12679 * ax-general.c (struct aop_map): Fix common/ includes.
12680 * ax-gdb.c: Fix common/ includes.
12681 * auxv.c: Fix common/ includes.
12682 * auto-load.c: Fix common/ includes.
12683 * arm-tdep.c: Fix common/ includes.
12684 * arch/riscv.c: Fix common/ includes.
12685 * arch/ppc-linux-common.c: Fix common/ includes.
12686 * arch/i386.c: Fix common/ includes.
12687 * arch/arm.c: Fix common/ includes.
12688 * arch/arm-linux.c: Fix common/ includes.
12689 * arch/arm-get-next-pcs.c: Fix common/ includes.
12690 * arch/amd64.c: Fix common/ includes.
12691 * arch/aarch64.c: Fix common/ includes.
12692 * arch/aarch64-insn.c: Fix common/ includes.
12693 * arch-utils.c: Fix common/ includes.
12694 * amd64-windows-tdep.c: Fix common/ includes.
12695 * amd64-tdep.c: Fix common/ includes.
12696 * amd64-sol2-tdep.c: Fix common/ includes.
12697 * amd64-obsd-tdep.c: Fix common/ includes.
12698 * amd64-nbsd-tdep.c: Fix common/ includes.
12699 * amd64-linux-tdep.c: Fix common/ includes.
12700 * amd64-linux-nat.c: Fix common/ includes.
12701 * amd64-fbsd-tdep.c: Fix common/ includes.
12702 * amd64-fbsd-nat.c: Fix common/ includes.
12703 * amd64-dicos-tdep.c: Fix common/ includes.
12704 * amd64-darwin-tdep.c: Fix common/ includes.
12705 * agent.c: Fix common/ includes.
12706 * ada-lang.h: Fix common/ includes.
12707 * ada-lang.c: Fix common/ includes.
12708 * aarch64-tdep.c: Fix common/ includes.
12709
2f5c153e
TT
127102019-01-25 Tom Tromey <tom@tromey.com>
12711
12712 * common/create-version.sh: Use common/version.h.
12713
adc6a863
PA
127142019-01-24 Pedro Alves <palves@redhat.com>
12715
12716 * infrun.c (signal_stop, signal_print, signal_program)
12717 (signal_catch, signal_pass): Now arrays instead of pointers.
12718 (update_signals_program_target, do_target_resume)
12719 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
12720 * linux-nat.c (linux_nat_target::pass_signals)
12721 (linux_nat_target::create_inferior, linux_nat_target::attach):
12722 Adjust.
12723 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
12724 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
12725 * procfs.c (procfs_target::pass_signals): Adjust.
12726 * record-full.c (record_full_target::resume): Adjust.
12727 * remote.c (remote_target::pass_signals)
12728 (remote_target::program_signals): Adjust.
12729 * target-debug.h (target_debug_print_signals): Now takes a
12730 gdb::array_view as parameter. Adjust.
12731 * target.h (target_ops) <pass_signals, program_signals>: Replace
12732 pointer and length parameters with gdb::array_view.
12733 (target_pass_signals, target_program_signals): Likewise.
12734 * target-delegates.c: Regenerate.
12735
3046d67a
PA
127362019-01-24 Pedro Alves <palves@redhat.com>
12737
12738 * common/forward-scope-exit.h
12739 (forward_scope_exit::forward_scope_exit): Pass arguments to
12740 m_bind_function directly, instead of creating a std::bind and
12741 copying that.
12742
353229bf
AH
127432019-01-24 Alan Hayward <alan.hayward@arm.com>
12744
12745 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
12746 for static members.
12747 (pass_in_v_vfp_candidate): Likewise.
12748
311dc83a
TT
127492019-01-23 Tom Tromey <tom@tromey.com>
12750 Pedro Alves <palves@redhat.com>
12751
12752 * regcache.c (class regcache_invalidator): Remove.
12753 (regcache::raw_write): Use make_scope_exit.
12754
296bd123
TT
127552019-01-23 Tom Tromey <tom@tromey.com>
12756
12757 * ui-out.h (class ui_out_emit_type): Update comment.
12758
979a0d13
TT
127592019-01-23 Tom Tromey <tom@tromey.com>
12760
12761 * infrun.c (fetch_inferior_event): Update comment.
12762
d238133d
TT
127632019-01-23 Tom Tromey <tom@tromey.com>
12764 Pedro Alves <palves@redhat.com>
12765
12766 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
12767 parameter.
12768 (fetch_inferior_event): Use SCOPE_EXIT.
12769
12770
9885e6bb
TT
127712019-01-23 Tom Tromey <tom@tromey.com>
12772 Pedro Alves <palves@redhat.com>
12773
12774 * infrun.c (disable_thread_events): Delete.
12775 (stop_all_threads): Use SCOPE_EXIT.
12776
286526c1
TT
127772019-01-23 Tom Tromey <tom@tromey.com>
12778 Pedro Alves <palves@redhat.com>
12779
12780 * symfile.c: Include forward-scope-exit.h.
12781 (clear_symtab_users_cleanup): Replace forward declaration with
12782 a FORWARD_SCOPE_EXIT.
12783 (syms_from_objfile_1): Use the forward_scope_exit and
12784 gdb::optional instead of cleanup_function.
12785 (reread_symbols): Use the forward_scope_exit instead of
12786 cleanup_function.
12787 (clear_symtab_users_cleanup): Remove function.
12788
1db93f14
TT
127892019-01-23 Tom Tromey <tom@tromey.com>
12790 Pedro Alves <palves@redhat.com>
12791
12792 * linux-nat.c: Include scope-exit.h.
12793 (cleanup_target_stop): Remove.
12794 (linux_nat_target::static_tracepoint_markers_by_strid): Use
12795 SCOPE_EXIT.
12796
2cc83d1e
TT
127972019-01-23 Tom Tromey <tom@tromey.com>
12798 Pedro Alves <palves@redhat.com>
12799
12800 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
12801 (call_function_by_hand_dummy): Use SCOPE_EXIT.
12802
694c6bf5
TT
128032019-01-23 Tom Tromey <tom@tromey.com>
12804 Andrew Burgess <andrew.burgess@embecosm.com>
12805 Pedro Alves <palves@redhat.com>
12806
12807 * infrun.c (fetch_inferior_event): Use scope_exit.
12808 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
12809 * top.c (execute_command): Use scope_exit.
12810 * breakpoint.c (bpstat_do_actions): Use scope_exit.
12811 * utils.c (do_bpstat_clear_actions_cleanup)
12812 (make_bpstat_clear_actions_cleanup): Remove.
12813
4c41382a
TT
128142019-01-23 Tom Tromey <tom@tromey.com>
12815 Pedro Alves <palves@redhat.com>
12816
12817 * infrun.c: Include "common/scope-exit.h"
12818 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
12819 (wait_for_inferior): Use SCOPE_EXIT.
12820 (fetch_inferior_event): Use scope_exit.
12821
89f8fb50
TT
128222019-01-23 Tom Tromey <tom@tromey.com>
12823 Pedro Alves <palves@redhat.com>
12824
12825 * breakpoint.c (create_breakpoint): Remove cleanup.
12826
5419bdae
TT
128272019-01-23 Tom Tromey <tom@tromey.com>
12828 Andrew Burgess <andrew.burgess@embecosm.com>
12829 Pedro Alves <palves@redhat.com>
12830
e587ef42
PA
128312019-01-23 Pedro Alves <palves@redhat.com>
12832
12833 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
12834
77f0e74c
PA
128352019-01-23 Pedro Alves <palves@redhat.com>
12836 Andrew Burgess <andrew.burgess@embecosm.com>
12837
12838 * gdbthread.h: Include "common/forward-scope-exit.h".
12839 (scoped_finish_thread_state): Redefine custom class in terms of
12840 forward_scope_exit.
12841
5b9b3e53
PA
128422019-01-23 Pedro Alves <palves@redhat.com>
12843 Andrew Burgess <andrew.burgess@embecosm.com>
12844
12845 * common/forward-scope-exit.h: New file.
12846
54b65c9b
PA
128472019-01-23 Pedro Alves <palves@redhat.com>
12848 Andrew Burgess <andrew.burgess@embecosm.com>
12849 Tom Tromey <tom@tromey.com>
12850
12851 * common/scope-exit.h: New file.
12852
cf08fb29
PA
128532019-01-23 Pedro Alves <palves@redhat.com>
12854
12855 * common/preprocessor.h (ESC): Rename to ...
12856 (ESC_PARENS): ... this.
12857 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
12858 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
12859
ae73e2e2
TT
128602019-01-23 Tom Tromey <tom@tromey.com>
12861
12862 * language.h (class scoped_switch_to_sym_language_if_auto):
12863 Initialize m_lang in both cases.
12864
6594e122
AH
128652019-01-23 Alan Hayward <alan.hayward@arm.com>
12866
12867 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
12868 with XCNEW.
12869
a7c9855d
TT
128702019-01-22 Tom Tromey <tom@tromey.com>
12871
12872 * corelow.c: Do not include sys/file.h.
12873
93cc1d53
TT
128742019-01-22 Tom Tromey <tom@tromey.com>
12875
12876 * tui/tui-wingeneral.h: Include gdb_curses.h.
12877
38561778
TT
128782019-01-22 Tom Tromey <tom@tromey.com>
12879
12880 * source-cache.h (class source_cache) <get_source_lines,
12881 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
12882
37b3ab5b
TT
128832019-01-22 Tom Tromey <tom@tromey.com>
12884
12885 * remote-fileio.h (struct remote_target): Declare.
12886
3fabc016
TT
128872019-01-22 Tom Tromey <tom@tromey.com>
12888
12889 * python/py-arch.c: Do not include py-ref.h.
12890 * python/py-bpevent.c: Do not include py-ref.h.
12891 * python/py-cmd.c: Do not include py-ref.h.
12892 * python/py-continueevent.c: Do not include py-ref.h.
12893 * python/py-event.h: Do not include py-ref.h.
12894 * python/py-evtregistry.c: Do not include py-ref.h.
12895 * python/py-finishbreakpoint.c: Do not include py-ref.h.
12896 * python/py-frame.c: Do not include py-ref.h.
12897 * python/py-framefilter.c: Do not include py-ref.h.
12898 * python/py-function.c: Do not include py-ref.h.
12899 * python/py-infevents.c: Do not include py-ref.h.
12900 * python/py-linetable.c: Do not include py-ref.h.
12901 * python/py-objfile.c: Do not include py-ref.h.
12902 * python/py-param.c: Do not include py-ref.h.
12903 * python/py-prettyprint.c: Do not include py-ref.h.
12904 * python/py-progspace.c: Do not include py-ref.h.
12905 * python/py-symbol.c: Do not include py-ref.h.
12906 * python/py-symtab.c: Do not include py-ref.h.
12907 * python/py-type.c: Do not include py-ref.h.
12908 * python/py-unwind.c: Do not include py-ref.h.
12909 * python/py-utils.c: Do not include py-ref.h.
12910 * python/py-value.c: Do not include py-ref.h.
12911 * python/py-varobj.c: Do not include py-ref.h.
12912 * python/py-xmethods.c: Do not include py-ref.h.
12913 * python/python.c: Do not include py-ref.h.
12914 * varobj.c: Do not include py-ref.h.
12915
6b4d7774
TT
129162019-01-22 Tom Tromey <tom@tromey.com>
12917
12918 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
12919 keyword for bcache.
12920
7af7e9b5
TT
129212019-01-22 Tom Tromey <tom@tromey.com>
12922
12923 * compile/compile-cplus-types.c: Remove a comment by #include.
12924
951d1049
TT
129252019-01-22 Tom Tromey <tom@tromey.com>
12926
12927 * compile/gcc-c-plugin.h: Include compile-internal.h.
12928
d65d5705
TT
129292019-01-22 Tom Tromey <tom@tromey.com>
12930
12931 * stabsread.c (EXTERN): Do not define.
12932 (symnum, next_symbol_text_func, processing_gcc_compilation)
12933 (within_function, global_sym_chain, global_stabs)
12934 (previous_stab_code, this_object_header_files)
12935 (n_this_object_header_files)
12936 (n_allocated_this_object_header_files): Define.
12937 * stabsread.h (EXTERN): Never define. Use "extern".
12938
b6fb1ee5
PW
129392019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12940
12941 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
12942 history_value.
12943
be6d4f74
TT
129442019-01-21 Tom Tromey <tom@tromey.com>
12945
12946 * ui-out.c: Fix includes.
12947 * tui/tui-source.c: Fix includes.
12948 * target.c: Fix includes.
12949 * remote.c: Fix includes.
12950 * regcache.c: Fix includes.
12951 * python/py-block.c: Fix includes.
12952 * printcmd.c: Fix includes.
12953 * or1k-tdep.c: Fix includes.
12954 * mi/mi-main.c: Fix includes.
12955 * m32r-tdep.c: Fix includes.
12956 * csky-tdep.c: Fix includes.
12957 * compile/compile-cplus-types.c: Fix includes.
12958 * cli/cli-interp.c: Fix includes.
12959
73021deb
AH
129602019-01-21 Alan Hayward <alan.hayward@arm.com>
12961
12962 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
12963 for padding.
12964
7932255d
TT
129652019-01-16 Tom Tromey <tom@tromey.com>
12966
12967 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
12968 earlier.
12969 (struct objfile) <msymbols_range>: Move from top level.
12970 <msymbols>: New method.
12971 (class objfile_msymbols): Remove.
12972 * symtab.c (default_collect_symbol_completion_matches_break_on):
12973 Update.
12974 * symmisc.c (dump_msymbols): Update.
12975 * stabsread.c (scan_file_globals): Update.
12976 * objc-lang.c (info_selectors_command, info_classes_command)
12977 (find_methods): Update.
12978 * minsyms.c (find_solib_trampoline_target): Update.
12979 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
12980 * coffread.c (coff_symfile_read): Update.
12981 * ada-lang.c (ada_lookup_simple_minsym)
12982 (ada_collect_symbol_completion_matches): Update.
12983
604b1bfb
TT
129842019-01-16 Tom Tromey <tom@tromey.com>
12985
12986 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
12987 type. Remove no-argument constructor.
12988 <iterator::operator++>: Simplify.
12989 <begin>: Update.
12990 <end>: Use minimal_symbol_count.
12991
f252c6d5
TT
129922019-01-16 Tom Tromey <tom@tromey.com>
12993
12994 * objfiles.h (struct objfile) <psymtabs>: New method.
12995 (class objfile_psymtabs): Remove.
12996 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
12997 typedef.
12998 <range>: New method.
12999 (require_partial_symbols): Change return type.
13000 * psymtab.c (require_partial_symbols)
13001 (psym_expand_symtabs_matching): Update.
13002 * mdebugread.c (parse_partial_symbols): Update.
13003 * dbxread.c (dbx_end_psymtab): Update.
13004
b669c953
TT
130052019-01-15 Tom Tromey <tom@tromey.com>
13006
13007 * symtab.c (lookup_objfile_from_block)
13008 (lookup_symbol_in_objfile_symtabs)
13009 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
13010 (find_line_symtab, info_sources_command)
13011 (default_collect_symbol_completion_matches_break_on)
13012 (make_source_files_completion_list): Update.
13013 * symmisc.c (print_objfile_statistics, dump_objfile)
13014 (maintenance_print_symbols, maintenance_info_symtabs)
13015 (maintenance_check_symtabs, maintenance_info_line_tables):
13016 Update.
13017 * source.c (select_source_symtab)
13018 (forget_cached_source_info_for_objfile): Update.
13019 * objfiles.h (class objfile_compunits): Remove.
13020 (struct objfile) <compunits_range>: New typedef.
13021 (compunits): New method.
13022 * objfiles.c (objfile_relocate1): Update.
13023 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
13024 * maint.c (count_symtabs_and_blocks): Update.
13025 * linespec.c (iterate_over_all_matching_symtabs): Update.
13026 * cp-support.c (add_symbol_overload_list_qualified): Update.
13027 * coffread.c (coff_symtab_read): Update.
13028 * ada-lang.c (add_nonlocal_symbols)
13029 (ada_collect_symbol_completion_matches)
13030 (ada_add_global_exceptions): Update.
13031
7e955d83
TT
130322019-01-15 Tom Tromey <tom@tromey.com>
13033
13034 * progspace.h (program_space) <objfiles_safe_range>: New
13035 typedef.
13036 <objfiles_safe>: New method.
13037 * objfiles.h (class all_objfiles_safe): Remove.
13038 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
13039 * jit.c (jit_inferior_exit_hook): Update.
13040
2030c079
TT
130412019-01-17 Tom Tromey <tom@tromey.com>
13042
13043 * progspace.h (program_space) <objfiles_range>: New typedef.
13044 <objfiles>: New method.
13045 <objfiles_head>: Rename from objfiles.
13046 (object_files): Update.
13047 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
13048 * guile/scm-pretty-print.c
13049 (ppscm_find_pretty_printer_from_objfiles): Update.
13050 * guile/scm-objfile.c (gdbscm_objfiles): Update.
13051 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
13052 Update.
13053 * python/py-progspace.c (pspy_get_objfiles): Update.
13054 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
13055 Update.
13056 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
13057 (objfpy_lookup_objfile_by_build_id): Update.
13058 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
13059 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
13060 Update.
13061 * symtab.c (iterate_over_symtabs, matching_obj_sections)
13062 (expand_symtab_containing_pc, lookup_objfile_from_block)
13063 (lookup_static_symbol, basic_lookup_transparent_type)
13064 (find_pc_sect_compunit_symtab, find_symbol_at_address)
13065 (find_line_symtab, info_sources_command)
13066 (default_collect_symbol_completion_matches_break_on)
13067 (make_source_files_completion_list, find_main_name): Update.
13068 * symmisc.c (print_symbol_bcache_statistics)
13069 (print_objfile_statistics, maintenance_print_symbols)
13070 (maintenance_print_msymbols, maintenance_print_objfiles)
13071 (maintenance_info_symtabs, maintenance_check_symtabs)
13072 (maintenance_expand_symtabs, maintenance_info_line_tables):
13073 Update.
13074 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
13075 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
13076 (map_overlay_command, unmap_overlay_command)
13077 (simple_overlay_update, expand_symtabs_matching)
13078 (map_symbol_filenames): Update.
13079 * symfile-debug.c (set_debug_symfile): Update.
13080 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
13081 Update.
13082 * source.c (select_source_symtab, forget_cached_source_info):
13083 Update.
13084 * solib.c (solib_read_symbols): Update.
13085 * solib-spu.c (append_ocl_sos): Update.
13086 * psymtab.c (maintenance_print_psymbols)
13087 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
13088 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
13089 * printcmd.c (info_symbol_command): Update.
13090 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
13091 Update.
13092 * objfiles.h (class all_objfiles): Remove.
13093 * objfiles.c (have_partial_symbols, have_full_symbols)
13094 (have_minimal_symbols, qsort_cmp, update_section_map)
13095 (shared_objfile_contains_address_p)
13096 (default_iterate_over_objfiles_in_search_order): Update.
13097 * objc-lang.c (info_selectors_command, info_classes_command)
13098 (find_methods): Update.
13099 * minsyms.c (find_solib_trampoline_target): Update.
13100 * maint.c (maintenance_info_sections)
13101 (maintenance_translate_address, count_symtabs_and_blocks):
13102 Update.
13103 * main.c (captured_main_1): Update.
13104 * linux-thread-db.c (try_thread_db_load_from_pdir)
13105 (has_libpthread): Update.
13106 * linespec.c (iterate_over_all_matching_symtabs)
13107 (search_minsyms_for_name): Update.
13108 * jit.c (jit_find_objf_with_entry_addr): Update.
13109 * hppa-tdep.c (find_unwind_entry)
13110 (hppa_lookup_stub_minimal_symbol): Update.
13111 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
13112 Update.
13113 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
13114 (elf_gnu_ifunc_resolve_by_got): Update.
13115 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
13116 * dwarf-index-write.c (save_gdb_index_command): Update.
13117 * cp-support.c (add_symbol_overload_list_qualified): Update.
13118 * breakpoint.c (create_overlay_event_breakpoint)
13119 (create_longjmp_master_breakpoint)
13120 (create_std_terminate_master_breakpoint)
13121 (create_exception_master_breakpoint): Update.
13122 * blockframe.c (find_pc_partial_function): Update.
13123 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
13124 (ada_collect_symbol_completion_matches)
13125 (ada_add_global_exceptions): Update.
13126
776489e0
TT
131272019-01-17 Tom Tromey <tom@tromey.com>
13128
13129 * solib-target.c (lm_info_target_p): Remove typedef. Don't
13130 declare VEC.
13131 (solib_target_parse_libraries): Change return type.
13132 (library_list_start_segment, library_list_start_section)
13133 (library_list_end_library, library_list_start_library); Update.
13134 (solib_target_free_library_list): Remove.
13135 (solib_target_parse_libraries): Remove cleanup. Change return
13136 type.
13137 (solib_target_current_sos): Update.
13138
6471e7d2
TT
131392019-01-17 Tom Tromey <tromey@bapiya>
13140
13141 * valprint.c: Replace "the the" with "the".
13142 * symtab.c: Replace "the the" with "the".
13143 * solib.c: Replace "the the" with "the".
13144 * solib-dsbt.c: Replace "the the" with "the".
13145 * linespec.c: Replace "the the" with "the".
13146 * dwarf2loc.h: Replace "the the" with "the".
13147 * amd64-windows-tdep.c: Replace "the the" with "the".
13148 * aarch64-tdep.c: Replace "the the" with "the".
13149
c24bdb02
KS
131502019-01-16 Keith Seitz <keiths@redhat.com>
13151
13152 PR gdb/23773
13153 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
13154 <builder>: Rename to ..
13155 <m_builder>: ... this and make private.
13156 (dwarf2_cu::get_builder): New method. Change all users of
13157 `builder' to use this method.
13158 (dwarf2_start_symtab): Move to ...
13159 (dwarf2_cu::start_symtab): ... here. Update all callers
13160 (setup_type_unit_groups): Move to ...
13161 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
13162 callers.
13163 (dwarf2_cu::reset_builder): New method.
13164 (process_full_compunit, process_full_type_unit): Use
13165 dwarf2_cu::reset_builder.
13166 (follow_die_offset): Record the ancestor CU if it is different
13167 from the followed DIE's CU.
13168 (follow_die_sig_1): Likewise.
13169
8d64371b
TT
131702019-01-15 Tom Tromey <tom@tromey.com>
13171
13172 * remote.c (class remote_state) <buf>: Now a char_vector.
13173 <buf_size>: Remove.
13174 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
13175 parameter.
13176 (remote_target::getpkt_or_notif_sane_1)
13177 (remote_target::getpkt_sane)
13178 (remote_target::getpkt_or_notif_sane): Likewise.
13179 (class remote_target) <putpkt>: New overload.
13180 (remote_target::read_frame): Change type of "buf_p". Remove
13181 sizeof_p parameter.
13182 (packet_ok): New overload.
13183 (packet_check_result): New overload.
13184 Update all uses.
13185
bb277751
TT
131862019-01-14 Tom Tromey <tom@tromey.com>
13187
13188 * remote-notif.c (handle_notification, remote_notif_ack)
13189 (remote_notif_parse): Make "buf" const.
13190 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
13191 const.
13192 (remote_notif_parse, remote_notif_ack, handle_notification):
13193 Likewise.
13194 * remote.c (remote_notif_stop_parse): Make "buf" const.
13195 (remote_target::remote_parse_stop_reply): Make "buf" const.
13196 (remote_notif_stop_ack): Make "buf" const.
13197
05be00a8
TT
131982019-01-14 Tom Tromey <tom@tromey.com>
13199
13200 * remote.c (remote_console_output): Make parameter const.
13201
491adeca
TT
132022019-01-14 Tom Tromey <tom@tromey.com>
13203
13204 * target-debug.h (target_debug_print_signals): Constify.
13205 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
13206 * procfs.c (procfs_target::pass_signals): Update.
13207 * linux-nat.c (linux_nat_target::pass_signals): Update.
13208 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
13209 * target-delegates.c: Rebuild.
13210 * remote.c (remote_target::program_signals): Update.
13211 (remote_target::pass_signals): Update.
13212 * target.c (target_pass_signals): Constify argument.
13213 (target_program_signals): Likewise.
13214 * target.h (struct target_ops) <pass_signals, program_signals>:
13215 Constify argument.
13216 (target_pass_signals, target_program_signals): Constify argument.
13217
bbd94648
TT
132182019-01-14 Tom Tromey <tom@tromey.com>
13219
13220 PR tui/28819:
13221 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
13222
6f072a10
PFC
132232019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
13224
13225 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
13226 field.
13227 * rs6000-tdep.c: Include reggroups.h.
13228 (IS_V_ALIAS_PSEUDOREG): Define.
13229 (rs6000_register_name): Return names for the "vX" aliases.
13230 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
13231 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
13232 aliases. Call default_register_reggroup_p for all other
13233 pseudo-registers.
13234 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
13235 New functions.
13236 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
13237 Handle "vX" aliases.
13238 (v_alias_pseudo_register_collect): New function.
13239 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
13240 (rs6000_gdbarch_init): Initialize "vX" aliases as
13241 pseudo-registers. Restore registration of
13242 rs6000_pseudo_register_reggroup_p with
13243 set_tdesc_pseudo_register_reggroup_p.
13244
1a782351
MF
132452019-01-13 Max Filippov <jcmvbkbc@gmail.com>
13246
13247 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
13248 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
13249 set_gdbarch_num_pseudo_regs.
13250
d73cff18
PW
132512019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13252
13253 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
13254 Remove arg prefixname, add do_set and do_show.
13255 Add member functions set_list and show_list.
13256 * cli/cli-style.c (class cli_style_option): Update accordingly.
13257 (style_set_list): Move to file scope.
13258 (style_show_list): Likewise.
13259 (set_style): Call help_list.
13260 (show_style): Call cmd_show_list.
13261 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
13262 Update to use the new macro.
13263
60a90376
JB
132642019-10-12 Joel Brobecker <brobecker@adacore.com>
13265
13266 * ada-lang.c (_initialize_ada_language): Expand the help text
13267 for the "catch exception" command.
13268
9d7c67bf
PW
132692019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13270
13271 * symtab.c (matching_obj_sections): Initialize obj,
13272 declare it closer to its usage.
13273
7cf47dc4
TT
132742019-01-10 Tom Tromey <tom@tromey.com>
13275
13276 * thread-iter.h (inf_threads_iterator): Use next_iterator.
13277 (basic_inf_threads_range): Remove.
13278 (inf_threads_range, inf_non_exited_threads_range)
13279 (safe_inf_threads_range): Use next_adapter.
13280
d3cb6808
KS
132812019-01-10 Keith Seitz <keiths@redhat.com>
13282
13283 PR gdb/23712
13284 PR symtab/23010
13285 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
13286 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
13287
63a20375
KS
132882019-01-10 Keith Seitz <keiths@redhat.com>
13289
13290 PR gdb/23712
13291 PR symtab/23010
13292 * dictionary.c (pending_to_vector): Remove.
13293 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
13294 Remove _1 suffix, replacing functions of the same name. Update
13295 all callers.
13296 (dict_create_hashed, dict_create_hashed_expandable)
13297 (dict_create_linear, dict_create_linear_expandable, dict_free)
13298 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
13299 Make functions static.
13300
b026f593
KS
133012019-01-10 Keith Seitz <keiths@redhat.com>
13302
13303 PR gdb/23712
13304 PR symtab/23010
13305 * dictionary.h (struct dictionary): Replace declaration with
13306 multidictionary.
13307 (dict_create_hashed, dict_create_hashed_expandable)
13308 (dict_create_linear, dict_create_linear_expandable)
13309 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
13310 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
13311 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
13312 taking multidictionary argument.
13313 [ALL_DICT_SYMBOLS]: Update for multidictionary.
13314 * block.h (struct block) <dict>: Change to multidictionary
13315 and rename `multidict'.
13316 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
13317 symmisc.c: Update all dictionary references to multidictionary.
13318
c7748ee9
KS
133192019-01-10 Keith Seitz <keiths@redhat.com>
13320
13321 PR gdb/23712
13322 PR symtab/23010
13323 * dictionary.c: Include unordered_map.
13324 (pending_to_vector): New function.
13325 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
13326 Rewrite the non-"_1" functions to take vector instead
13327 of linked list.
13328 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
13329 "new" _1 versions of the same name.
13330 (multidictionary): Define.
13331 (std::hash<enum language): New definition.
13332 (collate_pending_symbols_by_language, mdict_create_hashed)
13333 (mdict_create_hashed_expandable, mdict_create_linear)
13334 (mdict_create_linear_expandable, mdict_free)
13335 (find_language_dictionary, create_new_language_dictionary)
13336 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
13337 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
13338 (mdict_size, mdict_empty): New functions.
13339 * dictionary.h (mdict_iterator): Define.
13340
67aa1f3c
PA
133412019-01-10 Pedro Alves <palves@redhat.com>
13342
13343 * breakpoint.c (read_uploaded_action)
13344 (create_tracepoint_from_upload): Adjust to use
13345 gdb::unique_xmalloc_ptr.
13346 * ctf.c (ctf_write_uploaded_tp):
13347 (SET_ARRAY_FIELD): Use emplace_back.
13348 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
13349 * tracefile-tfile.c (tfile_write_uploaded_tp):
13350 * tracepoint.c (parse_tracepoint_definition): Adjust to use
13351 gdb::unique_xmalloc_ptr.
13352 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
13353 at_string, cond_string, cmd_strings>: Replace char pointers
13354 with gdb::unique_xmalloc_ptr.
13355
2f667667
PA
133562019-01-10 Pedro Alves <palves@redhat.com>
13357
13358 * solib-target.c (library_list_start_library): Don't xstrdup name.
13359
36cb7237
PA
133602019-01-10 Pedro Alves <palves@redhat.com>
13361
13362 * mdebugread.c (parse_partial_symbols): Use
13363 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
13364
da584958
AB
133652019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
13366
13367 * linux-fork.c (scoped_switch_fork_info)
13368 <~scoped_switch_fork_info>: Fix incorrect variable name.
13369
1ef8573c
AB
133702019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
13371
13372 * linux-fork.c (scoped_switch_fork_info)
13373 <scoped_switch_fork_info>: Make explicit.
13374 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
13375
8d7bcccb
TT
133762019-01-10 Tom Tromey <tom@tromey.com>
13377
13378 * objfiles.h (objfile::reset_psymtabs): Update.
13379 * objfiles.c (objfile::objfile): Update.
13380 * psymtab.h (psymtab_storage::obstack): Update.
13381 (psymtab_storage::m_obstack): Use gdb::optional.
13382 (class psymtab_storage): Update comment. Remove objfile
13383 parameter.
13384 * psymtab.c (psymtab_storage::psymtab_storage): Update.
13385
b596a3c7
TT
133862019-01-10 Tom Tromey <tom@tromey.com>
13387
13388 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
13389 <free_psymtabs>: Now private.
13390 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
13391 (allocate_psymtab): Use new method.
13392
a9342b62
TT
133932019-01-10 Tom Tromey <tom@tromey.com>
13394
13395 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
13396 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
13397 * mdebugread.c (parse_partial_symbols): Use
13398 allocate_dependencies.
13399 * dwarf2read.c (dwarf2_create_include_psymtab): Use
13400 allocate_dependencies.
13401 (process_psymtab_comp_unit_reader)
13402 (build_type_psymtab_dependencies): Likewise.
13403 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
13404
5af70966
TT
134052019-01-10 Tom Tromey <tom@tromey.com>
13406
13407 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
13408 PSYMBOL_SET_LANGUAGE.
13409 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
13410
5923a04c
TT
134112019-01-10 Tom Tromey <tom@tromey.com>
13412
13413 * psymtab.h (psymtab_storage::obstack): New method.
13414 <m_obstack>: Rename from obstack; now private.
13415 * psymtab.c (psymtab_storage): Update.
13416 * dwarf2read.c (create_addrmap_from_index)
13417 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
13418 Update.
13419
6d6a12bf
TT
134202019-01-10 Tom Tromey <tom@tromey.com>
13421
13422 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
13423 * objfiles.h (objfile::reset_psymtabs): New method.
13424
d320c2b5
TT
134252019-01-10 Tom Tromey <tom@tromey.com>
13426
13427 * symmisc.c (print_symbol_bcache_statistics): Update.
13428 (print_objfile_statistics): Update.
13429 * symfile.c (reread_symbols): Update.
13430 * psymtab.h (class psymtab_storage): New.
13431 * psymtab.c (psymtab_storage): New constructor.
13432 (~psymtab_storage): New destructor.
13433 (require_partial_symbols): Update.
13434 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
13435 (find_pc_sect_psymtab, find_pc_sect_psymbol)
13436 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
13437 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
13438 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
13439 (start_psymtab_common, end_psymtab_common)
13440 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
13441 (allocate_psymtab): Update.
13442 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
13443 Update.
13444 (dump_psymtab_addrmap, maintenance_print_psymbols)
13445 (maintenance_check_psymtabs): Update.
13446 (class objfile_psymtabs): Move to objfiles.h.
13447 * psympriv.h (discard_psymtab): Now inline.
13448 (psymtab_discarder::psymtab_discarder): Update.
13449 (psymtab_discarder::~psymtab_discarder): Update.
13450 (ALL_OBJFILE_PSYMTABS): Rewrite.
13451 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
13452 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
13453 Remove fields.
13454 <partial_symtabs>: New field.
13455 (class objfile_psymtabs): Move from psymtab.h. Update.
13456 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
13457 psymbol_cache.
13458 (objfile::~objfile): Don't destroy psymbol_cache.
13459 * mdebugread.c (parse_partial_symbols): Update.
13460 * dwarf2read.c (create_addrmap_from_index)
13461 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
13462 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
13463 (add_partial_subprogram, dwarf2_ranges_read): Update.
13464 * dwarf-index-write.c (write_address_map)
13465 (write_one_signatured_type, recursively_write_psymbols)
13466 (class debug_names, class debug_names, write_psymtabs_to_index):
13467 Update.
13468
1d94a5a3
TT
134692019-01-10 Tom Tromey <tom@tromey.com>
13470
13471 * symtab.h (SYMBOL_SET_NAMES): Update.
13472 (symbol_set_names): Update.
13473 (MSYMBOL_SET_NAMES): Update.
13474 * symtab.c (symbol_set_names): Change argument to be an
13475 objfile_per_bfd_storage.
13476 * psymtab.c (add_psymbol_to_bcache): Update.
13477 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
13478
0f14768a
TT
134792019-01-10 Tom Tromey <tom@tromey.com>
13480
13481 * symtab.c (create_demangled_names_hash): Change argument to be an
13482 objfile_per_bfd_storage.
13483 (symbol_set_names): Update.
13484
6eee24ce
TT
134852019-01-10 Tom Tromey <tom@tromey.com>
13486
13487 * xcoffread.c (xcoff_initial_scan): Unconditionally call
13488 init_psymbol_list.
13489 * psymtab.c (init_psymbol_list): Do nothing if already called.
13490 * psympriv.h (init_psymbol_list): Add comment.
13491 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
13492 init_psymbol_list.
13493 * dbxread.c (dbx_symfile_read): Unconditionally call
13494 init_psymbol_list.
13495
75aedd27
TT
134962019-01-10 Tom Tromey <tom@tromey.com>
13497
13498 * xcoffread.c (scan_xcoff_symtab): Update.
13499 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
13500 "where".
13501 * mdebugread.c (parse_partial_symbols)
13502 (handle_psymbol_enumerators): Update.
13503 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
13504 * dbxread.c (read_dbx_symtab): Update.
13505 * psympriv.h (psymbol_placement): New enum.
13506 (add_psymbol_to_list): Update.
13507
939652a5
TT
135082019-01-10 Tom Tromey <tom@tromey.com>
13509
13510 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
13511 static_psymbols parameters.
13512 (scan_xcoff_symtab): Update.
13513 * psymtab.c (start_psymtab_common): Remove global_psymbols and
13514 static_psymbols parameters.
13515 * psympriv.h (start_psymtab_common): Update.
13516 * mdebugread.c (parse_partial_symbols): Update.
13517 * dwarf2read.c (create_partial_symtab): Update.
13518 * dbxread.c (read_dbx_symtab): Update.
13519 (start_psymtab): Remove global_psymbols and static_psymbols
13520 parameters.
13521
baa62830
TT
135222019-01-10 Tom Tromey <tom@tromey.com>
13523
13524 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
13525 * psymtab.c (allocate_psymtab): Add comment.
13526 * psympriv.h (allocate_psymtab): Add comment.
13527 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
13528 initializations.
13529 * dbxread.c (dbx_end_psymtab): Remove some initializations.
13530
0e8f53ba
TT
135312019-01-10 Tom Tromey <tom@tromey.com>
13532
13533 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
13534 Don't declare.
13535 * mipsread.c: Include mdebugread.h.
13536 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
13537 Declare.
13538 * elfread.c: Include mdebugread.h.
13539
b22a7c6a
TT
135402019-01-09 Tom Tromey <tom@tromey.com>
13541
13542 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
13543 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
13544 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
13545 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
13546 (psym_lookup_symbol, psym_find_last_source_symtab)
13547 (psym_forget_cached_source_info, psym_print_stats)
13548 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
13549 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
13550 (psym_map_matching_symbols, psym_expand_symtabs_matching)
13551 (psym_find_compunit_symtab_by_address)
13552 (maintenance_print_psymbols, maintenance_info_psymtabs)
13553 (maintenance_check_psymtabs): Use ranged for.
13554 * psymtab.h (class objfile_psymtabs): New.
13555 (require_partial_symbols): Return objfile_psymtabs.
13556 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
13557
3b9d3ac2
TT
135582019-01-09 Tom Tromey <tom@tromey.com>
13559
13560 * symfile.c (overlay_invalidate_all, find_pc_overlay)
13561 (find_pc_mapped_section, list_overlays_command)
13562 (map_overlay_command, unmap_overlay_command)
13563 (simple_overlay_update): Use all_objfiles.
13564 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
13565 * printcmd.c (info_symbol_command): Use all_objfiles.
13566 * objfiles.h (ALL_OBJSECTIONS): Remove.
13567 * maint.c (maintenance_translate_address): Use all_objfiles.
13568 * gcore.c (gcore_create_callback): Use all_objfiles.
13569 (objfile_find_memory_regions): Likewise.
13570
8b31193a
TT
135712019-01-09 Tom Tromey <tom@tromey.com>
13572
13573 * symtab.c (find_line_symtab, info_sources_command)
13574 (make_source_files_completion_list): Use objfile_compunits.
13575 * source.c (select_source_symtab): Use objfile_compunits.
13576 * objfiles.h (struct objfile): Update comment.
13577 (ALL_OBJFILES): Remove.
13578 (ALL_FILETABS): Remove.
13579 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
13580 objfile_compunits.
13581
d5da8b3c
TT
135822019-01-09 Tom Tromey <tom@tromey.com>
13583
13584 * symmisc.c (print_objfile_statistics, dump_objfile)
13585 (maintenance_print_symbols): Use compunit_filetabs.
13586 * source.c (forget_cached_source_info_for_objfile): Use
13587 compunit_filetabs.
13588 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
13589 (ALL_FILETABS): Use compunit_filetabs.
13590 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
13591 * coffread.c (coff_symtab_read): Use compunit_filetabs.
13592
5accd1a0
TT
135932019-01-09 Tom Tromey <tom@tromey.com>
13594
13595 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
13596 (compunit_filetabs): New.
13597 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
13598 compunit_filetabs.
13599 (info_sources_command, make_source_files_completion_list): Remove
13600 declaration.
13601 * symmisc.c (print_objfile_statistics, dump_objfile)
13602 (maintenance_print_symbols): Remove declaration.
13603 (maintenance_info_symtabs): Use compunit_filetabs.
13604 (maintenance_info_line_tables): Likewise.
13605 * source.c (select_source_symtab): Change local variable name.
13606 (forget_cached_source_info_for_objfile): Remove declaration.
13607 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
13608 * objfiles.c (objfile_relocate1): Remove declaration.
13609 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
13610 declaration.
13611 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
13612 * coffread.c (coff_symtab_read): Remove declaration.
13613 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
13614 compunit_filetabs.
13615
d8aeb77f
TT
136162019-01-09 Tom Tromey <tom@tromey.com>
13617
13618 * symtab.c (lookup_objfile_from_block)
13619 (find_pc_sect_compunit_symtab, search_symbols)
13620 (default_collect_symbol_completion_matches_break_on): Use
13621 objfile_compunits.
13622 * objfiles.h (ALL_COMPUNITS): Remove.
13623 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
13624 * cp-support.c (add_symbol_overload_list_qualified): Use
13625 objfile_compunits.
13626 * ada-lang.c (ada_collect_symbol_completion_matches)
13627 (ada_add_global_exceptions): Use objfile_compunits.
13628
592553c4
TT
136292019-01-09 Tom Tromey <tom@tromey.com>
13630
13631 * source.c (select_source_symtab)
13632 (forget_cached_source_info_for_objfile): Remove declaration.
13633 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
13634 declaration.
13635 * maint.c (count_symtabs_and_blocks): Remove declaration.
13636 * cp-support.c (add_symbol_overload_list_qualified): Remove
13637 declaration.
13638 * coffread.c (coff_symtab_read): Remove declaration.
13639 * symtab.c (lookup_symbol_in_objfile_symtabs)
13640 (basic_lookup_transparent_type_1): Use objfile_compunits.
13641 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
13642 (info_sources_command, search_symbols)
13643 (default_collect_symbol_completion_matches_break_on)
13644 (make_source_files_completion_list): Remove declaration.
13645 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
13646 (ada_collect_symbol_completion_matches)
13647 (ada_add_global_exceptions): Remove declaration.
13648 * linespec.c (iterate_over_all_matching_symtabs): Use
13649 objfile_compunits.
13650 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
13651 (class objfile_compunits): New.
13652 (ALL_COMPUNITS): Use objfile_compunits.
13653 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
13654 (maintenance_check_symtabs, maintenance_info_line_tables): Use
13655 objfile_compunits.
13656 * objfiles.c (objfile_relocate1): Use objfile_compunits.
13657
5325b9bf
TT
136582019-01-09 Tom Tromey <tom@tromey.com>
13659
13660 * symtab.c (search_symbols)
13661 (default_collect_symbol_completion_matches_break_on): Use
13662 objfile_msymbols.
13663 * ada-lang.c (ada_lookup_simple_minsym)
13664 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
13665 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
13666 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
13667 objfile_msymbols.
13668 * coffread.c (coff_symfile_read): Use objfile_msymbols.
13669 * symmisc.c (dump_msymbols): Use objfile_msymbols.
13670 * objc-lang.c (find_methods): Use objfile_msymbols.
13671 (info_selectors_command, info_classes_command): Likewise.
13672 * stabsread.c (scan_file_globals): Use objfile_msymbols.
13673 * objfiles.h (class objfile_msymbols): New.
13674 (ALL_OBJFILE_MSYMBOLS): Remove.
13675 (ALL_MSYMBOLS): Remove.
13676
cac85af2
TT
136772019-01-09 Tom Tromey <tom@tromey.com>
13678
13679 * common/next-iterator.h (next_adapter): Add Iterator template
13680 parameter.
13681 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
13682 (class all_objfiles_safe): New.
13683 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
13684 * objfiles.c (put_objfile_before): Update comment.
13685 (add_separate_debug_objfile): Likewise.
13686 (free_all_objfiles): Use all_objfiles_safe.
13687 (objfile_purge_solibs): Likewise.
13688
aed57c53
TT
136892019-01-09 Tom Tromey <tom@tromey.com>
13690
13691 * symtab.c (iterate_over_symtabs, matching_obj_sections)
13692 (expand_symtab_containing_pc, lookup_static_symbol)
13693 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
13694 (find_symbol_at_address, find_line_symtab, find_main_name): Use
13695 all_objfiles.
13696 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
13697 * breakpoint.c (create_overlay_event_breakpoint)
13698 (create_longjmp_master_breakpoint)
13699 (create_std_terminate_master_breakpoint)
13700 (create_exception_master_breakpoint): Use all_objfiles.
13701 * linux-thread-db.c (try_thread_db_load_from_pdir)
13702 (has_libpthread): Use all_objfiles.
13703 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
13704 * linespec.c (iterate_over_all_matching_symtabs)
13705 (search_minsyms_for_name): Use all_objfiles.
13706 * maint.c (maintenance_info_sections): Use all_objfiles.
13707 * main.c (captured_main_1): Use all_objfiles.
13708 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
13709 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
13710 * guile/scm-pretty-print.c
13711 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
13712 * solib-spu.c (append_ocl_sos): Use all_objfiles.
13713 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
13714 (maintenance_print_msymbols): Use all_objfiles.
13715 * source.c (select_source_symtab): Use all_objfiles.
13716 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
13717 * symfile.c (remove_symbol_file_command)
13718 (expand_symtabs_matching, map_symbol_filenames): Use
13719 all_objfiles.
13720 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
13721 all_objfiles.
13722 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
13723 * objc-lang.c (find_methods): Use all_objfiles.
13724 * objfiles.c (have_partial_symbols, have_full_symbols)
13725 (have_minimal_symbols, qsort_cmp)
13726 (default_iterate_over_objfiles_in_search_order): Use
13727 all_objfiles.
13728 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
13729 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
13730 (maintenance_check_psymtabs): Use all_objfiles.
13731 (ALL_PSYMTABS): Remove.
13732 * compile/compile-object-run.c (do_module_cleanup): Use
13733 all_objfiles.
13734 * blockframe.c (find_pc_partial_function): Use all_objfiles.
13735 * cp-support.c (add_symbol_overload_list_qualified): Use
13736 all_objfiles.
13737 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
13738 Use all_objfiles.
13739 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
13740 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
13741 all_objfiles.
13742 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
13743 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
13744 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
13745 Uses all_objfiles.
13746 * solib.c (solib_read_symbols): Use all_objfiles
13747
99d89cde
TT
137482019-01-09 Tom Tromey <tom@tromey.com>
13749
13750 * probe.c (parse_probes_in_pspace): Use all_objfiles.
13751 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
13752 all_objfiles.
13753 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
13754 * symmisc.c (print_symbol_bcache_statistics)
13755 (print_objfile_statistics, maintenance_print_objfiles)
13756 (maintenance_info_symtabs, maintenance_check_symtabs)
13757 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
13758 all_objfiles.
13759 * source.c (forget_cached_source_info): Use all_objfiles.
13760 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
13761 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
13762 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
13763 * objfiles.c (update_section_map): Use all_objfiles.
13764 (shared_objfile_contains_address_p): Likewise.
13765 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
13766 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
13767
21708325
TT
137682019-01-09 Tom Tromey <tom@tromey.com>
13769
13770 * common/next-iterator.h: New file.
13771 * objfiles.h (class all_objfiles): New.
13772 (struct objfile_iterator): New.
13773
669e09f6
PW
137742019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13775
13776 * NEWS: Move the description of the changed "frame", "select-frame",
13777 and "info frame" commands to the Changed commands section.
13778
041be526
SM
137792019-01-09 Simon Marchi <simon.marchi@ericsson.com>
13780
13781 * gdbtypes.c (check_stub_method_group): Remove handling of old
13782 mangling schemes.
13783 * linespec.c (find_methods): Likewise.
13784 * stabsread.c (read_member_functions): Likewise.
13785 * valops.c (search_struct_method): Likewise.
13786 (value_struct_elt_for_reference): Likewise.
13787 * NEWS: Mention this change.
13788
0e2a2133
AB
137892019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
13790
13791 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
13792 print_source_lines.
13793 * source.c (print_source_lines_base): Update line number check.
13794 (print_source_lines): New function.
13795 (source_lines_range::source_lines_range): New function.
13796 * source.h (class source_lines_range): New class.
13797 (print_source_lines): New declaration.
13798
1055a3b4
PW
137992019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13800
13801 * linespec.c (linespec_state_destructor): Free self->canonical_names.
13802
cfeadda5
TT
138032019-01-08 Tom Tromey <tom@tromey.com>
13804 Simon Marchi <simon.marchi@ericsson.com>
13805
13806 PR gdb/24060
13807 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
13808 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
13809 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
13810 * f-exp.y (DOLLAR_VARIABLE): Likewise.
13811 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
13812 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
13813
583068ca
AB
138142019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
13815
13816 * source.c (select_source_symtab): Move header comment to
13817 declaration in source.h.
13818 (forget_cached_source_info_for_objfile): Likewise.
13819 (forget_cached_source_info): Likewise.
13820 (identify_source_line): Likewise.
13821 * source.h (identify_source_line): Move declaration from symtab.h
13822 and add comment from source.c
13823 (print_source_lines): Likewise.
13824 (forget_cached_source_info_for_objfile): Likewise.
13825 (forget_cached_source_info): Likewise.
13826 (select_source_symtab): Likewise.
13827 (enum print_source_lines_flag): Move definition from symtab.h.
13828 * symtab.h (identify_source_line): Move declaration to source.h.
13829 (print_source_lines): Likewise.
13830 (forget_cached_source_info_for_objfile): Likewise.
13831 (forget_cached_source_info): Likewise.
13832 (select_source_symtab): Likewise.
13833 (enum print_source_lines_flag): Move definition to source.h.
13834 * tui/tui-hooks.c: Add 'source.h' include.
13835
ec98a4ad
AB
138362019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
13837
13838 * source.c (print_source_lines_base): Handle requests to print
13839 reverse line number sequences, and guard against empty lines
13840 string.
13841
62ea19c1
AB
138422019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
13843
13844 * source.c (print_source_lines_base): Fix skip of '\r' if next
13845 character is '\n'.
13846
9d30e1fd
TT
138472019-01-06 Tom Tromey <tom@tromey.com>
13848
13849 * c-exp.y (struct c_parse_state) <macro_original_text,
13850 expansion_obstack>: New member.
13851 (macro_original_text, expansion_obstack): Remove globals.
13852 (scan_macro_expansion, scanning_macro_expansion)
13853 (finished_macro_expansion): Update.
13854 (scan_macro_cleanup): Remove.
13855 (yylex, c_parse): Update.
13856
c65bac38
TT
138572019-01-06 Tom Tromey <tom@tromey.com>
13858
13859 * c-exp.y (struct c_parse_state) <strings>: New member.
13860 (operator_stoken): Update.
13861
02e12e38
TT
138622019-01-06 Tom Tromey <tom@tromey.com>
13863
13864 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
13865 (union type_stack_elt) <typelist_val>: Now a pointer to
13866 std::vector.
13867 (type_stack_cleanup): Don't declare.
13868 (push_typelist): Update.
13869 * parse.c (pop_typelist): Return a std::vector.
13870 (push_typelist): Take a std::vector.
13871 (follow_types): Update. Do not free args.
13872 (type_stack_cleanup): Remove.
13873 * c-exp.y (struct c_parse_state): New.
13874 (cpstate): New global.
13875 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
13876 (nonempty_typelist): Update.
13877 (func_mod): Create a new vector.
13878 (c_parse): Create a c_parse_state.
13879 (check_parameter_typelist): Do not delete params.
13880 (function_method): Update. Do not delete type_list.
13881
f097f5ad
TT
138822019-01-06 Tom Tromey <tom@tromey.com>
13883
13884 PR gdb/28155:
13885 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
13886 check_typedef.
13887 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
13888 (print_return_value): Likewise.
13889
d2adf9f1
TT
138902019-01-05 Tom Tromey <tom@tromey.com>
13891
13892 * contrib/cleanup_check.py: Remove.
13893 * contrib/gcc-with-excheck: Remove.
13894 * contrib/exsummary.py: Remove.
13895 * contrib/excheck.py: Remove.
13896
2eab46b1
JB
138972019-01-05 Joel Brobecker <brobecker@adacore.com>
13898
13899 * thread.c (delete_thread_1): Add gdb_assert that THR is not
13900 NULL. Initialize tpprev to NULL instead of assigning it
13901 to NULL on the next statement.
13902 * windows-nat.c (windows_delete_thread): Remove check for
13903 main_thread_id before printing thread exit notifications.
13904 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
13905 Remove thread ID check against main_thread_id.
13906 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
13907 windows_delete_thread.
13908 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
13909
48c5e7e2
TT
139102019-01-04 Tom Tromey <tom@tromey.com>
13911
13912 * compile/compile.c (_initialize_compile): Use upper case for
13913 metasyntactic variables.
13914 * symmisc.c (_initialize_symmisc): Use upper case for
13915 metasyntactic variables.
13916 * psymtab.c (_initialize_psymtab): Use upper case for
13917 metasyntactic variables.
13918 * demangle.c (demangle_command): Use upper case for metasyntactic
13919 variables.
13920 (_initialize_demangler): Likewise.
13921 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
13922 variables.
13923
986041cd
TT
139242019-01-03 Tom Tromey <tom@tromey.com>
13925
13926 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
13927
7c711119
TT
139282019-01-03 Tom Tromey <tom@tromey.com>
13929
13930 * python/py-symtab.c (salpy_str): Update.
13931 (struct salpy_sal_object) <symtab>: Now a PyObject.
13932 (salpy_dealloc): Update.
13933 (del_objfile_sal): Use gdbpy_ref.
13934
1b20edf0
TT
139352019-01-03 Tom Tromey <tom@tromey.com>
13936
13937 * python/py-type.c (convert_field): Use new_reference. Return
13938 gdbpy_ref.
13939 (make_fielditem): Return gdbpy_ref.
13940 (typy_fields): Update.
13941 (typy_getitem): Update.
13942 (field_name): Return gdbpy_ref. Use new_reference.
13943 (typy_iterator_iternext): Update.
13944
ea41325b
TT
139452019-01-03 Tom Tromey <tom@tromey.com>
13946
13947 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
13948
2a3c71d6
TT
139492019-01-03 Tom Tromey <tom@tromey.com>
13950
13951 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
13952 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
13953 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
13954 (pspy_set_frame_filters, pspy_set_frame_unwinders)
13955 (pspy_set_type_printers): Likewise.
13956 * python/py-function.c (fnpy_init): Use gdbpy_ref.
13957 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
13958 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
13959 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
13960 (objfpy_set_type_printers): Likewise.
13961
5c329e6a
TT
139622019-01-03 Tom Tromey <tom@tromey.com>
13963
13964 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
13965 (gdbpy_print_stack): Use gdbpy_err_fetch.
13966 * python/python-internal.h (class gdbpy_err_fetch): New class.
13967 (class gdbpy_enter) <m_error_type, m_error_value,
13968 m_error_traceback>: Remove.
13969 <m_error>: New member.
13970 (gdbpy_exception_to_string): Don't declare.
13971 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
13972 * python/py-value.c (convert_value_from_python): Use
13973 gdbpy_err_fetch.
13974 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
13975 gdbpy_exception_to_string.
13976 (gdbpy_handle_exception): Use gdbpy_err_fetch.
13977 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
13978 gdbpy_err_fetch.
13979
169bb27b
AB
139802019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13981
13982 * linux-nat.c (delete_lwp_cleanup): Delete.
13983 (struct lwp_deleter): New struct.
13984 (lwp_info_up): New typedef.
13985 (linux_nat_target::follow_fork): Delete cleanup, and make use of
13986 lwp_info_up.
13987
a07c8880
AB
139882019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13989
13990 * linux-fork.c (class scoped_switch_fork_info): New class.
13991 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
13992
26089c49
AB
139932019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13994
13995 * valops.c (find_overload_match): Remove use of null_cleanup, and
13996 calls to do_cleanups.
13997
06d3e5b0
AB
139982019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13999
14000 * compile/compile-cplus-types.c
14001 (compile_cplus_instance::decl_name): Handle changes to
14002 cp_func_name.
14003 * cp-support.c (cp_func_name): Update header comment, update
14004 return type.
14005 * cp-support.h (cp_func_name): Update return type in declaration.
14006 * valops.c (find_overload_match): Move temp_func local to top
14007 level of function and change its type. Use temp_func to hold and
14008 delete temporary string obtained from cp_func_name.
14009
66644cd3
AB
140102019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14011
14012 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
14013 gdb::char_vector, remove cleanup, and update uses of `msg`.
14014
592d8c0a
JW
140152019-01-03 Jim Wilson <jimw@sifive.com>
14016
14017 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
14018
c55d06ec
TT
140192019-01-02 Tom Tromey <tom@tromey.com>
14020
14021 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
14022 (tdesc_parse_xml): Remove cleanups.
14023 * target-descriptions.h (make_cleanup_free_target_description):
14024 Don't declare.
14025 (target_desc_deleter): New struct.
14026 (target_desc_up): New typedef.
14027 * target-descriptions.c (target_desc_deleter::operator()): Rename
14028 from free_target_description.
14029 (make_cleanup_free_target_description): Remove.
14030
3a6ae42d
TT
140312019-01-02 Tom Tromey <tom@tromey.com>
14032
14033 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
14034 constructor, destructor.
14035 (linespec_parser): Remove typedef.
14036 (~linespec_parser): Rename from linespec_parser_delete.
14037 (linespec_lex_to_end, linespec_complete_label)
14038 (linespec_complete): Update.
14039 (decode_line_full): Remove cleanups.
14040 (decode_line_1): Update.
14041
61fd3e73
TT
140422019-01-02 Tom Tromey <tom@tromey.com>
14043
14044 * python/python-internal.h (inferior_to_inferior_object): Change
14045 return type.
14046 * python/py-exitedevent.c (create_exited_event_object): Update.
14047 * python/py-inferior.c (inferior_to_inferior_object): Return
14048 gdbpy_ref.
14049 (python_new_inferior, python_inferior_deleted)
14050 (thread_to_thread_object, delete_thread_object)
14051 (build_inferior_list, gdbpy_selected_inferior): Update.
14052 * python/py-infthread.c (create_thread_object): Update. Also fail
14053 if inferior_to_inferior_object fails.
14054
d20172fc
SM
140552019-01-02 Simon Marchi <simon.marchi@ericsson.com>
14056
14057 * inferior.h (class inferior) <displaced_step_state>: New field.
14058 * infrun.h (struct displaced_step_state): Move here from
14059 infrun.c. Initialize fields, add constructor.
14060 <inf>: Remove field.
14061 <reset>: New method.
14062 * infrun.c (struct displaced_step_inferior_state): Move to
14063 infrun.h.
14064 (displaced_step_inferior_states): Remove.
14065 (get_displaced_stepping_state): Adust.
14066 (displaced_step_in_progress_any_inferior): Adjust.
14067 (displaced_step_in_progress_thread): Adjust.
14068 (displaced_step_in_progress): Adjust.
14069 (add_displaced_stepping_state): Remove.
14070 (get_displaced_step_closure_by_addr): Adjust.
14071 (remove_displaced_stepping_state): Remove.
14072 (infrun_inferior_exit): Call displaced_step_state.reset.
14073 (use_displaced_stepping): Don't check for NULL.
14074 (displaced_step_prepare_throw): Call
14075 get_displaced_stepping_state.
14076 (displaced_step_fixup): Don't check for NULL.
14077 (prepare_for_detach): Don't check for NULL.
14078
e3319240
PW
140792019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14080
14081 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
14082 in case of call that did not complete.
14083
5d36dfb9
AU
140842019-01-02 Andrey Utkin <autkin@undo.io>
14085
14086 * symfile.c (find_separate_debug_file): Fix search of debug files for
14087 remote debuggee.
14088
8833fbf0
TT
140892019-01-02 Tom Tromey <tom@tromey.com>
14090
14091 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
14092 indentation.
14093 * python/py-frame.c (frapy_older): Remove cast.
14094 (frapy_newer): Likewise.
14095 * python/py-breakpoint.c (local_setattro): Remove cast.
14096 * python/py-arch.c (archpy_name): Remove local variable.
14097 * python/py-type.c (gdbpy_lookup_type): Remove cast.
14098
4ada3dfd
JB
140992019-01-02 Joel Brobecker <brobecker@adacore.com>
14100
14101 * unittests/basic_string_view/element_access/char/empty.cc:
14102 Fix year range in copyright header.
14103
113b7b81
AB
141042019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
14105
14106 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
14107 Delete.
14108 <operator==>: Update with for removed field.
14109 <hash>: Likewise.
14110 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
14111 <isa_features>: ...this.
14112 <abi_features>: New field.
14113 (riscv_isa_flen): Update comment.
14114 (riscv_abi_xlen): New declaration.
14115 (riscv_abi_flen): New declaration.
14116 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
14117 isa_features.
14118 (riscv_abi_xlen): New function.
14119 (riscv_isa_flen): Update to get answer from isa_features.
14120 (riscv_abi_flen): New function.
14121 (riscv_has_fp_abi): Update to get answer from abi_features.
14122 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
14123 xlen and flen.
14124 (riscv_call_info) <xlen, flen>: Update comment.
14125 (riscv_call_arg_struct): Remove invalid assertions
14126 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
14127 is removed.
14128 (riscv_gdbarch_init): Gather isa features and abi features
14129 separately, ensure both match on the gdbarch when reusing an old
14130 gdbarch. Relax an error check to allow 32-bit abi float to run on
14131 a target with 64-bit float hardware.
14132
b18ca514
PW
141332019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14134
14135 * source.c (search_command_helper): Stop reverse search
14136 when line 1 has been searched.
14137
ec70d8db
PW
141382019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14139
14140 * record-full.c (record_full_base_target::close): Rewrite
14141 record_full_core_buf_list free logic.
14142
5b38f9c1
PW
141432019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14144
14145 * break-catch-syscall.c (print_one_catch_syscall): xfree
14146 the last text.
14147
66d91b39
JB
141482019-01-01 Joel Brobecker <brobecker@adacore.com>
14149
14150 * top.c (print_gdb_version): Update Copyright year in version
14151 message.
14152
42a4f53d
JB
141532019-01-01 Joel Brobecker <brobecker@adacore.com>
14154
14155 Update copyright year range in all GDB files.
14156
7e955d83 141572019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
2139e8dc 14158
5bbd631d 14159 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
2139e8dc 14160
5bbd631d 14161For older changes see ChangeLog-2018.
c906108c
SS
14162\f
14163Local Variables:
14164mode: change-log
14165left-margin: 8
14166fill-column: 74
14167version-control: never
57da7796 14168coding: utf-8
c906108c 14169End:
5bbd631d 14170
This page took 9.2872 seconds and 4 git commands to generate.