Remove tui_exec_info_content
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
e5f3c0e3
TT
12019-10-21 Tom Tromey <tom@tromey.com>
2
3 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
4
a0a461e5
TT
52019-10-21 Tom Tromey <tom@tromey.com>
6
7 * configure.ac (nm.h): Conditionally create nm.h link. Subst
8 NM_H. Use AC_CONFIG_LINKS.
9 * configure: Rebuild.
10 * Makefile.in (NM_H): New variable.
11 (generated_files): Add NM_H. Remove gcore.
12 (nm.h, stamp-nmh): New targets.
13
54d83b8d
TT
142019-10-20 Tom Tromey <tom@tromey.com>
15
16 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
17 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
18 obsolete comment.
19 (put_objfile_before): Now static.
20
23771117
SM
212019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
22
23 * gdbsupport/common-utils.h (startswith): Change return type to
24 bool.
25
39ef2f62
CB
262019-10-19 Christian Biesinger <cbiesinger@google.com>
27
28 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
29 * breakpoint.c (bp_locations_compare): Rename to...
30 (bp_location_is_less_than): ...this, and change to std::sort semantics.
31 (update_global_location_list): Use std::sort instead of qsort.
32 * buildsym.c (compare_line_numbers): Rename to...
33 (lte_is_less_than): ...this, and change to std::sort semantics.
34 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
35 instead of qsort.
36 * disasm.c (compare_lines): Rename to...
37 (line_is_less_than): ...this, and change to std::sort semantics.
38 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
39 of qsort.
40 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
41 (fde_is_less_than): ...this, and change to std::sort semantics.
42 (dwarf2_build_frame_info): Call std::sort instead of qsort.
43 * mdebugread.c (compare_blocks):
44 (block_is_less_than): ...this, and change to std::sort semantics.
45 (sort_blocks): Call std::sort instead of qsort.
46 * objfiles.c (qsort_cmp): Rename to...
47 (sort_cmp): ...this, and change to std::sort semantics.
48 (update_section_map): Call std::sort instead of qsort.
49 * remote.c (compare_pnums): Remove.
50 (map_regcache_remote_table): Call std::sort instead of qsort.
51 * utils.c (compare_positive_ints): Remove.
52 * utils.h (compare_positive_ints): Remove.
53 * xcoffread.c (compare_lte): Remove.
54 (arrange_linetable): Call std::sort instead of qsort.
55
f71433ee
SDJ
562019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
57
58 * symfile.c (init_entry_point_info): Fix typo.
59 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
60
85102364
TV
612019-10-18 Tom de Vries <tdevries@suse.de>
62
63 * aarch64-tdep.c: Fix typos in comments.
64 * ada-lang.c: Same.
65 * ada-tasks.c: Same.
66 * alpha-tdep.c: Same.
67 * alpha-tdep.h: Same.
68 * amd64-nat.c: Same.
69 * amd64-windows-tdep.c: Same.
70 * arc-tdep.c: Same.
71 * arc-tdep.h: Same.
72 * arch-utils.c: Same.
73 * arm-nbsd-tdep.c: Same.
74 * arm-tdep.c: Same.
75 * ax-gdb.c: Same.
76 * blockframe.c: Same.
77 * btrace.c: Same.
78 * c-varobj.c: Same.
79 * coff-pe-read.c: Same.
80 * coffread.c: Same.
81 * cris-tdep.c: Same.
82 * darwin-nat.c: Same.
83 * dbxread.c: Same.
84 * dcache.c: Same.
85 * disasm.c: Same.
86 * dtrace-probe.c: Same.
87 * dwarf-index-write.c: Same.
88 * dwarf2-frame-tailcall.c: Same.
89 * dwarf2-frame.c: Same.
90 * dwarf2read.c: Same.
91 * eval.c: Same.
92 * exceptions.c: Same.
93 * fbsd-tdep.c: Same.
94 * findvar.c: Same.
95 * frame.c: Same.
96 * frv-tdep.c: Same.
97 * gnu-v3-abi.c: Same.
98 * go32-nat.c: Same.
99 * h8300-tdep.c: Same.
100 * hppa-tdep.c: Same.
101 * i386-linux-tdep.c: Same.
102 * i386-tdep.c: Same.
103 * ia64-libunwind-tdep.c: Same.
104 * ia64-tdep.c: Same.
105 * infcmd.c: Same.
106 * infrun.c: Same.
107 * linespec.c: Same.
108 * linux-nat.c: Same.
109 * linux-thread-db.c: Same.
110 * machoread.c: Same.
111 * mdebugread.c: Same.
112 * mep-tdep.c: Same.
113 * mn10300-tdep.c: Same.
114 * namespace.c: Same.
115 * objfiles.c: Same.
116 * opencl-lang.c: Same.
117 * or1k-tdep.c: Same.
118 * osabi.c: Same.
119 * ppc-linux-nat.c: Same.
120 * ppc-linux-tdep.c: Same.
121 * ppc-sysv-tdep.c: Same.
122 * printcmd.c: Same.
123 * procfs.c: Same.
124 * record-btrace.c: Same.
125 * record-full.c: Same.
126 * remote-fileio.c: Same.
127 * remote.c: Same.
128 * rs6000-tdep.c: Same.
129 * s12z-tdep.c: Same.
130 * score-tdep.c: Same.
131 * ser-base.c: Same.
132 * ser-go32.c: Same.
133 * skip.c: Same.
134 * sol-thread.c: Same.
135 * solib-svr4.c: Same.
136 * solib.c: Same.
137 * source.c: Same.
138 * sparc-nat.c: Same.
139 * sparc-sol2-tdep.c: Same.
140 * sparc-tdep.c: Same.
141 * sparc64-tdep.c: Same.
142 * stabsread.c: Same.
143 * stack.c: Same.
144 * symfile.c: Same.
145 * symtab.c: Same.
146 * target-descriptions.c: Same.
147 * target-float.c: Same.
148 * thread.c: Same.
149 * utils.c: Same.
150 * valops.c: Same.
151 * valprint.c: Same.
152 * value.c: Same.
153 * varobj.c: Same.
154 * windows-nat.c: Same.
155 * xcoffread.c: Same.
156 * xstormy16-tdep.c: Same.
157 * xtensa-tdep.c: Same.
158
c5adaa19
TT
1592019-10-17 Tom Tromey <tromey@adacore.com>
160
161 * configure: Rebuild.
162 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
163 in AC_CONFIG_FILES invocation.
164 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
165 new-style config.status invocation.
166
405feb71
TV
1672019-10-17 Tom de Vries <tdevries@suse.de>
168
169 * arm-nbsd-nat.c: Fix typos in comments.
170 * arm-tdep.c: Same.
171 * darwin-nat-info.c: Same.
172 * dwarf2read.c: Same.
173 * elfread.c: Same.
174 * event-top.c: Same.
175 * findvar.c: Same.
176 * gdbtypes.c: Same.
177 * hppa-tdep.c: Same.
178 * i386-tdep.c: Same.
179 * jit.c: Same.
180 * main.c: Same.
181 * mdebugread.c: Same.
182 * moxie-tdep.c: Same.
183 * nto-procfs.c: Same.
184 * osabi.c: Same.
185 * ppc-linux-tdep.c: Same.
186 * remote.c: Same.
187 * riscv-tdep.c: Same.
188 * s390-tdep.c: Same.
189 * sh-tdep.c: Same.
190 * sparc-linux-tdep.c: Same.
191 * sparc-nat.c: Same.
192 * stack.c: Same.
193 * target-descriptions.c: Same.
194 * top.c: Same.
195 * varobj.c: Same.
196
befcd486
TT
1972019-10-16 Tom Tromey <tom@tromey.com>
198
199 * objfiles.h (struct objfile) <original_name>: Now const.
200
17bfe554
CB
2012019-10-16 Christian Biesinger <cbiesinger@google.com>
202
203 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
204 pass on to sigsetjmp's second argument.
205 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
206
950b7495
KS
2072019-10-16 Keith Seitz <keiths@redhat.com>
208
209 PR gdb/23567
210 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
211 sections whose size is greater than the file size.
212
ff371ec9
JW
2132019-10-16 Jim Wilson <jimw@sifive.com>
214
215 * riscv-tdep.c (riscv_gcc_target_options): New.
216 (riscv_gnu_triplet_regexp): New.
217 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
218 set_gdbarch_gnu_triplet_regexp.
219
fec4e896
CB
2202019-10-16 Christian Biesinger <cbiesinger@google.com>
221
222 * Makefile.in: Add xml-builtin.h.
223 * features/feature_to_c.sh: Add an include for xml-builtin.h
224 to ensure that the compiler checks that the types match.
225 * xml-builtin.h: New file.
226 * xml-support.c (fetch_xml_builtin): Add missing const.
227 * xml-support.h: Remove declaration of xml_builtins.
228
d10eccaa
TV
2292019-10-16 Tom de Vries <tdevries@suse.de>
230
231 PR tdep/25096
232 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
233 (amd64_classify_aggregate): ... here.
234 (amd64_classify_aggregate_field): Handled fiels of nested structs
235 recursively.
236
745ff14e
TV
2372019-10-16 Tom de Vries <tdevries@suse.de>
238
239 PR tdep/24104
240 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
241 that handles 'theclass'.
242
791b7405
AB
2432019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
244
245 * linespec.c (decode_digits_ordinary): Update comment.
246 * make-target-delegates: No longer need to handle VEC case.
247 * memrange.c (normalize_mem_ranges): Update comment.
248 * namespace.c (add_using_directive): Update comment.
249 * objc-lang.c (uniquify_strings): Update comment.
250 * ppc-linux-nat.c (struct thread_points): Update comment.
251 * probe.h (find_probes_in_objfile): Update comment.
252 * target.h (enum flash_preserve_mode): Update comment.
253 * varobj.c (varobj_restrict_range): Update comment.
254 * varobj.h (varobj_list_children): Update comment.
255
0dc32745
AB
2562019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
257
258 * Makefile.in: Remove references to vec.h and vec.c.
259 * aarch64-tdep.c: No longer include vec.h.
260 * ada-lang.c: Likewise.
261 * ada-lang.h: Likewise.
262 * arm-tdep.c: Likewise.
263 * ax.h: Likewise.
264 * breakpoint.h: Likewise.
265 * charset.c: Likewise.
266 * cp-support.h: Likewise.
267 * dtrace-probe.c: Likewise.
268 * dwarf2read.c: Likewise.
269 * extension.h: Likewise.
270 * gdb_bfd.c: Likewise.
271 * gdbsupport/gdb_vecs.h: Likewise.
272 * gdbsupport/vec.c: Remove.
273 * gdbsupport/vec.h: Remove.
274 * gdbthread.h: Likewise.
275 * guile/scm-type.c: Likewise.
276 * inline-frame.c: Likewise.
277 * machoread.c: Likewise.
278 * memattr.c: Likewise.
279 * memrange.h: Likewise.
280 * namespace.h: Likewise.
281 * nat/linux-btrace.h: Likewise.
282 * osdata.c: Likewise.
283 * parser-defs.h: Likewise.
284 * progspace.h: Likewise.
285 * python/py-type.c: Likewise.
286 * record-btrace.c: Likewise.
287 * rust-exp.y: Likewise.
288 * solib-target.c: Likewise.
289 * stap-probe.c: Likewise.
290 * target-descriptions.c: Likewise.
291 * target-memory.c: Likewise.
292 * target.h: Likewise.
293 * varobj.c: Likewise.
294 * varobj.h: Likewise.
295 * xml-support.h: Likewise.
296
ae640021
AB
2972019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
298
299 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
300 Update for new std::vector based implementation.
301 (process_psymtab_comp_unit_reader): Likewise.
302 (scan_partial_symbols): Likewise.
303 (recursively_compute_inclusions): Likewise.
304 (compute_compunit_symtab_includes): Likewise.
305 (process_imported_unit_die): Likewise.
306 (queue_and_load_dwo_tu): Likewise.
307 (follow_die_sig_1): Likewise.
308 * gdb/dwarf2read.h: Remove DEF_VEC_P.
309 (typedef dwarf2_per_cu_ptr): Remove.
310 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
311 function.
312 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
313 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
314 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
315 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
316 std::vector.
317
55dfc88f
TT
3182019-10-15 Tom Tromey <tromey@adacore.com>
319
320 * windows-nat.c (windows_nat_target::resume): Use %x when logging
321 TID.
322
96b49c5e
TT
3232019-10-15 Tom Tromey <tromey@adacore.com>
324
325 * windows-nat.c (windows_nat_target::fetch_registers)
326 (windows_nat_target::store_registers): Rename "pid" to "tid".
327
953cff56
TT
3282019-10-15 Tom Tromey <tromey@adacore.com>
329
330 * gdbarch.h, gdbarch.c: Rebuild.
331 * gdbarch.sh (gcc_target_options): Change return type to
332 std::string.
333 * compile/compile.c (get_args): Update.
334 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
335 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
336 std::string.
337 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
338 std::string.
339 * arch-utils.c (default_gcc_target_options): Return std::string.
340 * arch-utils.h (default_gcc_target_options): Return std::string.
341 * s390-tdep.c (s390_gcc_target_options): Return std::string.
342
81e6b8eb
CB
3432019-10-15 Christian Biesinger <cbiesinger@google.com>
344
345 * breakpoint.c (breakpoint_chain): Make static.
346 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
347 of accessing breakpoint_chain.
348
95da600f
CB
3492019-10-15 Christian Biesinger <cbiesinger@google.com>
350
351 * breakpoint.c (iterate_over_breakpoints): Change function pointer
352 to a gdb::function_view and return value to bool.
353 * breakpoint.h (iterate_over_breakpoints): Likewise.
354 * dummy-frame.c (pop_dummy_frame_bpt): Update.
355 (pop_dummy_frame): Update.
356 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
357 (gdbscm_breakpoints): Update.
358 * python/py-breakpoint.c (build_bp_list): Update.
359 (gdbpy_breakpoints): Update.
360 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
361 Update.
362 (bpfinishpy_handle_stop): Update.
363 (bpfinishpy_handle_exit): Update.
364 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
365 (svr4_update_solib_event_breakpoints): Update.
366
ba18312d
AA
3672019-10-15 Andreas Arnez <arnez@linux.ibm.com>
368
369 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
370 when unwrapping single-field structs.
371
6acc1a0b
SM
3722019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
373
374 * dwarf2read.c: Remove includes.
375
284782de
SM
3762019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
377
378 * ui-out.c (ui_out::call_do_message): Silence
379 -Wformat-nonliteral warning.
380
073bbbb0
SM
3812019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
382
383 * breakpoint.c: Remove some includes: continuations.h, skip.h,
384 mi/mi-main.h, readline/readline.h, readline/history.h. Add
385 include: readline/tilde.h.
386
7b9a15e1
CB
3872019-10-12 Christian Biesinger <cbiesinger@google.com>
388
389 * remote.c (remote_target::get_trace_status): Remove declaration of
390 trace_regblock_size.
391
cc8dee1f
CB
3922019-10-12 Christian Biesinger <cbiesinger@google.com>
393
394 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
395 (show_user): Remove declaration of cmdlist.
396 * cli/cli-cmds.h (max_user_call_depth): Declare.
397 * cli/cli-script.c (execute_user_command): Remove declaration
398 of max_user_call_depth.
399
a83d4ef6
JW
4002019-10-11 Jim Wilson <jimw@sifive.com>
401
5f93c5a6
JW
402 * gdbsupport/print-utils.h (pulongest): Fix comment.
403 (plongest): Likewise.
404 (phex): Add missing comment, mention leading zeros.
405 (phex_nz): Add mention of no leading zeros to comment.
406
a83d4ef6
JW
407 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
408 plongest instead of unsigned long long cast.
409
26344e0c
CB
4102019-10-10 Christian Biesinger <cbiesinger@google.com>
411
412 * main.c (captured_main_1): Include gdbtk.h and remove declarations
413 for external_editor_command and gdbtk_test.
414
c2c440a9
CB
4152019-10-10 Christian Biesinger <cbiesinger@google.com>
416
417 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
418 * varobj.c (varobjdebug): Move comment to...
419 * varobj.h (varobjdebug): ...here, and declare.
420
a31bff9d
TT
4212019-10-09 Tom Tromey <tom@tromey.com>
422
423 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
424 erase_data_content.
425
7523da63
TT
4262019-10-09 Tom Tromey <tom@tromey.com>
427
428 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
429 * tui/tui-stack.c (tui_locator_window::rerender): Update.
430 * tui/tui-command.c (tui_cmd_window::resize)
431 (tui_refresh_cmd_win): Update.
432 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
433 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
434 * tui/tui-data.c (~tui_gen_win_info): Remove.
435 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
436 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
437 (tui_redisplay_readline, tui_mld_flush)
438 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
439 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
440 (tui_data_window::erase_data_content)
441 (tui_data_item_window::rerender)
442 (tui_data_item_window::refresh_window): Update.
443 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
444 (box_win, tui_gen_win_info::make_window)
445 (tui_gen_win_info::make_visible): Update.
446 (tui_delete_win): Remove.
447 * tui/tui-winsource.c
448 (tui_source_window_base::do_erase_source_content): Update.
449 (tui_show_source_line, tui_source_window_base::update_tab_width)
450 (tui_source_window_base::update_exec_info): Update.
451 * tui/tui-data.h (struct curses_deleter): New.
452 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
453 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
454
a7798e7f
TT
4552019-10-09 Tom Tromey <tom@tromey.com>
456
457 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
458
5c45899e
TT
4592019-10-09 Tom Tromey <tom@tromey.com>
460
461 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
462 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
463
6d7fd9aa
TT
4642019-10-09 Tom Tromey <tom@tromey.com>
465
466 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
467 window height directly.
468 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
469 declare.
470 * tui/tui-layout.c (tui_default_win_height): Remove.
471 (tui_default_win_viewport_height): Remove.
472
d2dd1084
TT
4732019-10-09 Tom Tromey <tom@tromey.com>
474
475 * tui/tui.h: Remove comments.
476
cff32449
TV
4772019-10-09 Tom de Vries <tdevries@suse.de>
478
479 * python/lib/gdb/printer/bound_registers.py: Use
480 '^builtin_type_bound128' as regexp argument for
481 add_builtin_pretty_printer.
482
6a25e8a2
CB
4832019-10-09 Christian Biesinger <cbiesinger@google.com>
484
485 * guile/guile.c (guile_extension_script_ops): Remove forward
486 declaration and mark as static.
487 (guile_script_ops): Likewise.
488 (extension_language_guile): Move further down in the file so
489 it can reference the definitions for guile_{extension_,}script_ops.
490
6d9d6da4
AA
4912019-10-09 Andreas Arnez <arnez@linux.ibm.com>
492
493 * s390-tdep.c (390_process_record): Handle new arch13 instructions
494 except SORTL, DFLTCC, and KDSA.
495
3abea05d
TT
4962019-10-08 Tom Tromey <tromey@adacore.com>
497
498 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
499 (struct safe_symbol_file_add_args): Remove.
500
dde996e2
TT
5012019-10-08 Tom Tromey <tromey@adacore.com>
502
503 * windows-nat.c: Don't include buildsym-legacy.h.
504
cd6fdaa1
TT
5052019-10-08 Tom Tromey <tromey@adacore.com>
506
507 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
508
79bb1944
CB
5092019-10-08 Christian Biesinger <cbiesinger@google.com>
510
511 * gdbtypes.c (overload_debug): Move comment to header.
512 * gdbtypes.h (overload_debug): Declare.
513 * valops.c: Remove declaration of overload_debug, instead
514 include gdbtypes.h.
515
34916edc
CB
5162019-10-08 Christian Biesinger <cbiesinger@google.com>
517
518 * language.c (show_language_command): Pass lang_frame_mismatch_warn
519 through _().
520 (lang_frame_mismatch_warn): Make const, mark with N_(), and
521 move comment...
522 * language.h (lang_frame_mismatch_warn): ... here. Also add
523 declaration.
524 * top.c (lang_frame_mismatch_warn): Remove declaration.
525 (check_frame_language_change): Pass lang_frame_mismatch_warn
526 through _().
527
bad5c026
CB
5282019-10-07 Christian Biesinger <cbiesinger@google.com>
529
530 * c-lang.h (vtbl_ptr_name): Declare.
531 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
532 it from the header.
533 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
534
51f1fdc3
CB
5352019-10-07 Christian Biesinger <cbiesinger@google.com>
536
537 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
538 gdb_static_assert.
539
30d1f018
WP
5402019-10-07 Weimin Pan <weimin.pan@oracle.com>
541
606813d5
WP
542 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
543 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
30d1f018
WP
544 * ctfread.c: New file.
545 * ctfread.h: New file.
546 * elfread.c: Include ctfread.h.
547 (struct elfinfo text_p): New member ctfsect.
548 (elf_locate_sections): Mark CTF section.
549 (elf_symfile_read): Call elfctf_build_psymtabs.
550 * Makefile.in (LIBCTF): Add.
551 (CLIBS): Use it.
552 (CDEPS): Likewise.
553 (DIST): Add ctfread.c.
606813d5
WP
554
5552019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
556
557 * ctfread.c (struct nextfield): Renamed to ...
558 (struct ctf_nextfield): ... this.
559 (struct field_info): Renamed to ...
560 (strut ctf_field_info): ... this.
561 (attach_fields_to_type): Update for renamed structures.
562 (ctf_add_member_cb): Likewise.
563 (ctf_add_enum_member_cb): Likewise.
564 (process_struct_members): Likewise.
565 (process_enum_type): Likewise.
30d1f018 566
518fe38c
WP
5672019-10-07 Weimin Pan <weimin.pan@oracle.com>
568
569 * tracectf.h: Rename, was ctf.h.
570 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
571 * tracefile.c: Likewise.
572 * tracepoint.c: Remove unused include ctf.h.
573 * mi/mi-main.c: Likewise.
574 * Makefile.in Replace ctf.c with tracectf.c.
575
225f296a
JB
5762019-10-06 Joel Brobecker <brobecker@adacore.com>
577
578 * version.in: Change version number to "9.0.50.DATE-git".
579
77c2dba3
TT
5802019-10-03 Tom Tromey <tom@tromey.com>
581
582 PR rust/24976:
583 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
584
179aed7f
AB
5852019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
586
587 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
588 cp_search_name_hash.
589 * NEWS: Add entry about nested function support.
590
0a4b0913
AB
5912019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
592 Andrew Burgess <andrew.burgess@embecosm.com>
593
594 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
595 for nested static variables when searchin VAR_DOMAIN.
596 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
597 global scope, update comment.
598 (add_partial_subprogram): Call add_partial_subprogram recursively
599 for nested subroutines when processinng Fortran.
600 (load_partial_dies): Process the child entities of a subprogram
601 when processing Fortran.
602 (partial_die_parent_scope): Handle building scope
603 for Fortran nested functions.
604 (process_die): Record that nested functions have a scope.
605 (new_symbol): Always record Fortran subprograms on the global
606 symbol list.
607 (determine_prefix): How to build the prefix for Fortran
608 subprograms.
609
d8c06f22
AB
6102019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
611
612 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
613 have just sent the thread a SIGSTOP and are waiting for it to
614 arrive.
615
a8b3b8e9
AB
6162019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
617
618 * btrace.c (btrace_add_pc): Remove whitespace before the template
619 parameter in 'std::vector <...>'.
620 (parse_xml_btrace_block): Likewise.
621 (btrace_maint_decode_pt): Likewise.
622 (btrace_maint_update_packets): Likewise.
623 (btrace_maint_print_packets): Likewise.
624 * btrace.h (struct btrace_maint_info): Likewise.
625 * dwarf2read.c (struct type_unit_group): Likewise.
626 (build_type_psymtabs_reader): Likewise.
627 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
628 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
629 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
630
4d825eab
TV
6312019-10-03 Tom de Vries <tdevries@suse.de>
632
633 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
634 the first line of the help text for set/show style metadata.
635
80fd2826
TT
6362019-10-02 Tom Tromey <tromey@adacore.com>
637
638 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
639 * gdbsupport/common-inferior.c: New file.
640 * infcmd.c (startup_with_shell): Don't define.
641 * nat/fork-inferior.h (startup_with_shell): Don't declare.
642 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
643 * inferior.h (startup_with_shell): Don't declare.
644
70054538
CB
6452019-10-02 Christian Biesinger <cbiesinger@google.com>
646
647 * gdbsupport/gdb_assert.h: Include errors.h.
648 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
649
37f6a7f4
TT
6502019-10-02 Tom Tromey <tromey@adacore.com>
651
652 * NEWS: Add $_ada_exception entry.
653 * ada-lang.c (struct ada_catchpoint): Add constructor.
654 <m_kind>: New member.
655 (allocate_location_exception, re_set_exception): Remove
656 "ex" parameter.
657 (should_stop_exception): Compute $_ada_exception.
658 (check_status_exception, print_it_exception)
659 (print_one_exception, print_mention_exception): Remove
660 "ex" parameter.
661 (allocate_location_catch_exception, re_set_catch_exception)
662 (check_status_exception, print_it_catch_exception)
663 (print_one_catch_exception, print_mention_catch_exception)
664 (print_recreate_catch_exception)
665 (allocate_location_catch_exception_unhandled)
666 (re_set_catch_exception_unhandled)
667 (check_status_exception, print_it_catch_exception_unhandled)
668 (print_one_catch_exception_unhandled)
669 (print_mention_catch_exception_unhandled)
670 (print_recreate_catch_exception_unhandled)
671 (allocate_location_catch_assert, re_set_catch_assert)
672 (check_status_assert, print_it_catch_assert)
673 (print_one_catch_assert, print_mention_catch_assert)
674 (print_recreate_catch_assert)
675 (allocate_location_catch_handlers, re_set_catch_handlers)
676 (check_status_handlers, print_it_catch_handlers)
677 (print_one_catch_handlers, print_mention_catch_handlers)
678 (print_recreate_catch_handlers): Remove.
679 (create_ada_exception_catchpoint): Update.
680 (initialize_ada_catchpoint_ops): Update.
681
fccf9de1
TT
6822019-10-02 Tom Tromey <tromey@adacore.com>
683
684 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
685 (create_excep_cond_exprs): Simplify exception string computation.
686 (ada_exception_catchpoint_cond_string): Likewise.
687
4b610737
TT
6882019-10-02 Tom Tromey <tromey@adacore.com>
689
690 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
691 * ada-lang.c (lesseq_defined_than): Handle
692 LOC_STATIC.
693 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
694 parameter.
695 (dwarf2_has_info): Likewise.
696 (new_symbol): Set maybe_copied on symbol when
697 appropriate.
698 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
699 parameter.
700 <can_copy>: New member.
701 * elfread.c (record_minimal_symbol): Set maybe_copied
702 on symbol when appropriate.
703 (elf_symfile_read): Update call to dwarf2_has_info.
704 * minsyms.c (lookup_minimal_symbol_linkage): New
705 function.
706 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
707 * symtab.c (get_symbol_address, get_msymbol_address):
708 New functions.
709 * symtab.h (get_symbol_address, get_msymbol_address):
710 Declare.
711 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
712 maybe_copied.
713 (struct symbol, struct minimal_symbol) <maybe_copied>:
714 New member.
715
1dd58850
TT
7162019-10-02 Tom Tromey <tromey@adacore.com>
717
718 * source.c (struct current_source_location): New.
719 (current_source_key): New global.
720 (current_source_symtab, current_source_line)
721 (current_source_pspace): Remove.
722 (get_source_location): New function.
723 (get_current_source_symtab_and_line)
724 (set_default_source_symtab_and_line)
725 (set_current_source_symtab_and_line)
726 (clear_current_source_symtab_and_line, select_source_symtab)
727 (info_source_command, print_source_lines_base)
728 (info_line_command, search_command_helper, _initialize_source):
729 Update.
730
5c281dbb
TT
7312019-10-02 Tom Tromey <tromey@adacore.com>
732
733 * source.c (select_source_symtab): Don't call
734 decode_line_with_current_source.
735
d3d32391
AB
7362019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
737
738 * symtab.c (lookup_global_symbol): Search global block.
739
38583298
TT
7402019-10-02 Tom Tromey <tromey@adacore.com>
741
742 * coffread.c (process_coff_symbol): Update.
743 * dwarf2read.c (var_decode_location, new_symbol): Update.
744 * mdebugread.c (parse_symbol): Update.
745 * objfiles.c (relocate_one_symbol): Update.
746 * stabsread.c (define_symbol, fix_common_block)
747 (scan_file_globals): Update.
748 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
749 (SET_SYMBOL_VALUE_ADDRESS): New macro.
750 * xcoffread.c (process_xcoff_symbol): Update.
751
9344c18f
AA
7522019-10-02 Andreas Arnez <arnez@linux.ibm.com>
753
754 * MAINTAINERS: Update my email address.
755
df07e2c7
AB
7562019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
757
758 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
759 std::vector.
760 (build_type_psymtabs_reader): Update for std::vector.
761 (build_type_psymtab_dependencies): Likewise.
762 * dwarf2read.h: Remove use of DEF_VEC_P.
763 (typedef sig_type_ptr): Delete.
764
554ac434
AB
7652019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
766
767 * btrace.c (btrace_maint_clear): Update to handle change from VEC
768 to std::vector.
769 (btrace_maint_decode_pt): Likewise, and move allocation of the
770 vector outside of the loop.
771 (btrace_maint_update_packets): Update to handle change from VEC to
772 std::vector.
773 (btrace_maint_print_packets): Likewise.
774 (maint_info_btrace_cmd): Likewise.
775 * btrace.h: Remove use of DEF_VEC_O.
776 (typedef btrace_pt_packet_s): Delete.
777 (struct btrace_maint_info) <packets>: Change fromm VEC to
778 std::vector.
779 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
780
46f29a9a
AB
7812019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
782
783 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
784 make accesses into the vector constant references.
785 (btrace_add_pc): Update for std::vector.
786 (btrace_stitch_bts): Likewise.
787 (parse_xml_btrace_block): Likewise.
788 (btrace_maint_update_packets): Likewise.
789 (btrace_maint_print_packets): Likewise.
790 (maint_info_btrace_cmd): Likewise.
791 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
792 std::vector.
793 (btrace_data::empty): Likewise.
794 (btrace_data_append): Likewise.
795 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
796 (typedef btrace_block_s): Delete.
797 (struct btrace_block): Add constructor.
798 (struct btrace_data_bts) <blocks>: Change to std::vector.
799 * nat/linux-btrace.c (perf_event_read_bts): Update for
800 std::vector.
801 (linux_read_bts): Likewise.
802
d770d56f
TT
8032019-10-01 Tom Tromey <tom@tromey.com>
804
805 * cli/cli-logging.c (show_logging_filename): Use styled_string.
806
9d636d67
TT
8072019-10-01 Tom Tromey <tom@tromey.com>
808
809 * stack.c (print_frame, info_frame_command_core): Use
810 styled_string.
811 * linux-thread-db.c (try_thread_db_load_1)
812 (try_thread_db_load_from_pdir_1): Use styled_string.
813 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
814 (auto_load_section_scripts, info_auto_load_local_gdbinit)
815 (maybe_print_unsupported_script_warning)
816 (maybe_print_script_not_found_warning): Use styled_string.
817 * ada-lang.c (user_select_syms): Use styled_string.
818
7f6aba03
TT
8192019-10-01 Tom Tromey <tom@tromey.com>
820
821 * p-lang.c (pascal_printstr): Use metadata style.
822 * value.c (show_convenience): Use metadata style.
823 * valprint.c (valprint_check_validity, val_print_optimized_out)
824 (val_print_not_saved, val_print_unavailable)
825 (val_print_invalid_address, generic_val_print, val_print)
826 (value_check_printable, val_print_array_elements): Use metadata
827 style.
828 * ui-out.h (class ui_out) <field_fmt>: New overload.
829 <do_field_fmt>: Add style parameter.
830 * ui-out.c (ui_out::field_fmt): New overload.
831 * typeprint.c (type_print_unknown_return_type)
832 (val_print_not_allocated, val_print_not_associated): Use metadata
833 style.
834 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
835 parameter.
836 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
837 * tracepoint.c (tvariables_info_1): Use metadata style.
838 * stack.c (print_frame_arg, print_frame_info, print_frame)
839 (info_frame_command_core): Use metadata style.
840 * skip.c (info_skip_command): Use metadata style.
841 * rust-lang.c (rust_print_enum): Use metadata style.
842 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
843 metadata style.
844 * python/py-framefilter.c (py_print_single_arg): Use metadata
845 style.
846 * printcmd.c (do_one_display, print_variable_and_value): Use
847 metadata style.
848 * p-valprint.c (pascal_val_print)
849 (pascal_object_print_value_fields): Use metadata style.
850 * p-typeprint.c (pascal_type_print_base): Use metadata style.
851 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
852 parameter.
853 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
854 * m2-valprint.c (m2_print_long_set): Use metadata style.
855 * m2-typeprint.c (m2_print_type): Use metadata style.
856 * infcmd.c (print_return_value_1): Use metadata style.
857 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
858 * f-valprint.c (info_common_command_for_block): Use metadata
859 style.
860 * f-typeprint.c (f_type_print_base): Use metadata style.
861 * expprint.c (print_subexp_standard): Use metadata style.
862 * cp-valprint.c (cp_print_value_fields): Use metadata style.
863 * cli/cli-style.h (class cli_style_option): Add constructor.
864 (metadata_style): Declare.
865 * cli/cli-style.c (metadata_style): New global.
866 (_initialize_cli_style): Register metadata style.
867 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
868 parameter.
869 * cli-out.c (cli_ui_out::do_field_fmt): Update.
870 * c-typeprint.c (c_type_print_base_struct_union)
871 (c_type_print_base_1): Use metadata style.
872 * breakpoint.c (watchpoint_value_print)
873 (print_one_breakpoint_location): Use metadata style.
874 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
875 style.
876 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
877 style.
878 * ada-valprint.c (val_print_packed_array_elements, printstr)
879 (print_field_values, ada_val_print_ref, ada_val_print): Use
880 metadata style.
881 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
882 style.
883 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
884 style.
885 * ada-lang.c (user_select_syms): Use metadata style.
886
14309bb6
TT
8872019-10-01 Tom Tromey <tom@tromey.com>
888
889 * cli/cli-cmds.c (pwd_command): Style output.
890
6a831f06
PA
8912019-10-01 Pedro Alves <palves@redhat.com>
892 Tom Tromey <tom@tromey.com>
893
894 * symtab.c (print_symbol_info): Use %ps.
895 (print_msymbol_info): Use %ps.
896 * symfile.c (symbol_file_add_with_addrs): Use %ps.
897 * printcmd.c (print_variable_and_value): Use %ps.
898 * macrocmd.c (show_pp_source_pos): Use %ps.
899 * infrun.c (print_exited_reason): Use ui_out::message.
900 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
901 (describe_other_breakpoints): Use ui_out::message and new
902 formats.
903 (say_where): Use new formats.
904 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
905 and new formats.
906
2a3c1174
PA
9072019-10-01 Pedro Alves <palves@redhat.com>
908 Tom Tromey <tom@tromey.com>
909
910 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
911 (test_gdb_formats): New function.
912 (run_tests): Call it.
913 (test_format_specifier): Update.
914 * utils.h (fputs_filtered): Update comment.
915 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
916 (fputs_styled_unfiltered): Declare.
917 * utils.c (fputs_styled_unfiltered): New function.
918 (vfprintf_maybe_filtered): Add gdbfmt parameter.
919 (vfprintf_filtered): Update.
920 (vfprintf_unfiltered, vprintf_filtered): Update.
921 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
922 * ui-out.h (enum ui_out_flag) <unfiltered_output,
923 disallow_ui_out_field>: New constants.
924 (enum class field_kind): New.
925 (struct base_field_s, struct signed_field_s): New.
926 (signed_field): New function.
927 (struct string_field_s): New.
928 (string_field): New function.
929 (struct styled_string_s): New.
930 (styled_string): New function.
931 (class ui_out) <message>: Add comment.
932 <vmessage, call_do_message>: New methods.
933 <do_message>: Add style parameter.
934 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
935 methods.
936 (ui_out::message): Rewrite.
937 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
938 parameter.
939 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
940 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
941 gdb_extensions parameter.
942 (class format_piece): Add parameter to constructor.
943 (n_int_args): New field.
944 * gdbsupport/format.c (format_pieces::format_pieces): Add
945 gdb_extensions parameter. Handle '*'.
946 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
947 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
948 vfprintf_styled_no_gdbfmt.
949 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
950 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
951 unfiltered output.
952 * ui-style.h (struct ui_file_style) <ptr>: New method.
953
0dfe5bfb
TT
9542019-10-01 Tom Tromey <tom@tromey.com>
955
956 * unittests/format_pieces-selftests.c: Update. Add final format.
957 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
958 empty literal pieces.
959
e43b10e1
TT
9602019-10-01 Tom Tromey <tom@tromey.com>
961
962 * ui-out.h (enum class ui_out_style_kind): Remove.
963 (class ui_out) <field_string, field_stsream, do_field_string>:
964 Change type of "style".
965 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
966 (ui_out::field_string): Update.
967 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
968 of "style".
969 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
970 * tracepoint.c (print_one_static_tracepoint_marker): Update.
971 * stack.c (print_frame_arg, print_frame_info, print_frame):
972 Update.
973 * source.c (print_source_lines_base): Update.
974 * solib.c (info_sharedlibrary_command): Update.
975 * skip.c (info_skip_command): Update.
976 * record-btrace.c (btrace_call_history_src_line)
977 (btrace_call_history): Update.
978 * python/py-framefilter.c (py_print_frame): Update.
979 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
980 "style".
981 * mi/mi-out.c (mi_ui_out::do_table_header)
982 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
983 (mi_ui_out::do_field_string): Update.
984 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
985 Update.
986 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
987 "style".
988 * cli-out.c (cli_ui_out::do_table_header)
989 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
990 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
991 (cli_ui_out::do_field_fmt): Update.
992 * breakpoint.c (print_breakpoint_location): Update.
993 (update_static_tracepoint): Update.
994
cd7c32c3
PW
9952019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
996
997 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
998 conversion of gdb_datadir.
999 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
1000 remove not needed c_str ().
1001
8fe0f950
AT
10022019-09-30 Ali Tamur <tamur@google.com>
1003
1004 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
1005 (dwarf2_string_attr): Likewise.
1006
5f48f8f3
AT
10072019-09-30 Ali Tamur <tamur@google.com>
1008
1009 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
1010 (process_full_type_unit): Likewise.
1011 (dump_die_shallow): Likewise.
1012 (cu_debug_loc_section): Likewise.
1013
6fb08628
CB
10142019-09-28 Christian Biesinger <cbiesinger@google.com>
1015
1016 * minsyms.c (compare_minimal_symbols): Rename to...
1017 (minimal_symbol_is_less_than): ...this, and adjust to STL
1018 conventions (return bool, take arguments as references)
1019 (minimal_symbol_reader::install): Call std::sort instead
1020 of qsort.
1021
c7ee338a
CB
10222019-09-29 Christian Biesinger <cbiesinger@google.com>
1023
1024 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
1025 hash and why.
1026 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
1027 msymbol_hash, msymbol_demangled_hash>: Improve comments.
1028
703a86c2
SM
10292019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
1030
1031 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
1032 * psympriv.h (add_psymbol_to_list): Move comment here and update
1033 it.
1034
0df0352a
TV
10352019-09-29 Tom de Vries <tdevries@suse.de>
1036
1037 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
1038 Use $tmpdir/$(basename "$output_file").dwz instead of
1039 "${output_file}.dwz".
1040
ad75efa6
SM
10412019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
1042
1043 PR gdb/25045
1044 * hppa-linux-nat.c: Include gdbarch.h.
1045
ececd218
CB
10462019-09-26 Christian Biesinger <cbiesinger@google.com>
1047
1048 * blockframe.c (find_pc_partial_function): Change return type to bool.
1049 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
1050 * minsyms.c (in_gnu_ifunc_stub): Likewise.
1051 (stub_gnu_ifunc_resolve_name): Likewise.
1052 * symtab.c (compare_filenames_for_search): Likewise.
1053 (compare_glob_filenames_for_search): Likewise.
1054 (matching_obj_sections): Likewise.
1055 (symbol_matches_domain): Likewise.
1056 (find_line_symtab): Change out param EXACT_MATCH to bool *.
1057 (find_line_pc): Change return type to bool.
1058 (find_line_pc_range): Likewise.
1059 (producer_is_realview): Likewise.
1060 * symtab.h (symbol_matches_domain): Likewise.
1061 (find_pc_partial_function): Likewise.
1062 (find_pc_line_pc_range): Likewise.
1063 (in_gnu_ifunc_stub): Likewise.
1064 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
1065 (find_line_pc): Likewise.
1066 (find_line_pc_range): Likewise.
1067 (matching_obj_sections): Likewise.
1068 (find_line_symtab): Change out parameter to bool.
1069 (producer_is_realview): Change return type to bool.
1070 (compare_filenames_for_search): Likewise.
1071 (compare_glob_filenames_for_search): Likewise.
1072
27a900b8
TT
10732019-09-26 Tom Tromey <tom@tromey.com>
1074
1075 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
1076 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
1077 * gdb_usleep.h: Remove.
1078 * gdb_usleep.c: Remove.
1079 * utils.c: Don't include gdb_usleep.h.
1080
5d63b30a
TT
10812019-09-26 Tom Tromey <tromey@adacore.com>
1082
1083 * python/py-type.c (type_to_type_object): Call check_typedef
1084 for stub types.
1085
12904d37
TT
10862019-09-26 Tom Tromey <tom@tromey.com>
1087
1088 * utils.h (initialize_utils): Don't declare.
1089 * top.c (gdb_init): Don't call initialize_utils.
1090 * utils.c (initialize_utils): Remove. Move contents...
1091 (_initialize_utils): ... here.
1092
858f25f0
TT
10932019-09-25 Tom Tromey <tom@tromey.com>
1094
1095 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
1096 * utils.h (make_hex_string): Don't declare.
1097 * utils.c (make_hex_string): Remove.
1098
3d435220
TV
10992019-09-24 Tom de Vries <tdevries@suse.de>
1100
1101 PR gdb/23815
1102 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
1103 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
1104
ddd44b70
DD
11052019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
1106
1107 * NEWS: Mention new simulator port for PRU.
1108
f945dedf
CB
11092019-09-23 Christian Biesinger <cbiesinger@google.com>
1110
1111 * ada-exp.y (write_object_remaining): Update.
1112 * ada-lang.c (ada_decode): Return a std::string instead of a char*
1113 and eliminate the static buffer.
1114 (ada_decode_symbol): Update.
1115 (ada_la_decode): Update.
1116 (ada_sniff_from_mangled_name): Update.
1117 (is_valid_name_for_wild_match): Update.
1118 (ada_lookup_name_info::matches): Update and simplify.
1119 (name_matches_regex): Update.
1120 (ada_add_global_exceptions): Update.
1121 * ada-lang.h (ada_decode): Update signature.
1122 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
1123 * dwarf-index-write.c (debug_names::insert): Update.
1124
7ab78ccb
SM
11252019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
1126
1127 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
1128 formatting.
1129
9252448b
SM
11302019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
1131
1132 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
1133 Change "nonzero" to "true" in documentation.
1134
626ca2c0
CB
11352019-09-20 Christian Biesinger <cbiesinger@google.com>
1136
1137 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
1138 (_initialize_darwin_solib): Don't set
1139 darwin_so_ops.lookup_lib_global_symbol.
1140 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
1141 set_gdbarch_iterate_over_objfiles_in_search_order.
1142 (elf_lookup_lib_symbol): Rename to...
1143 (svr4_iterate_over_objfiles_in_search_order): this, and update
1144 to iterate semantics.
1145 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
1146 * solib.c (solib_global_lookup): Remove.
1147 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
1148 (solib_global_lookup): Remove.
1149 * symtab.c (lookup_global_or_static_symbol): Remove call to
1150 solib_global_lookup.
1151
5a3a0d63
JB
11522019-09-20 Joel Brobecker <brobecker@adacore.com>
1153
1154 * NEWS: Move entries about default MI version now being
1155 version 3, and about the GDB/MI fix for multi-location
1156 breakpoints to the "since GDB 8.3" section.
1157
ffea1427
JB
11582019-09-20 Joel Brobecker <brobecker@adacore.com>
1159
1160 GDB 8.3.1 released.
1161
abf516c6
UW
11622019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1163
1164 * NEWS: Mention that Cell/B.E. debugging support was removed.
1165 * MAINTAINERS: Remove spu target.
1166
1167 * config/djgpp/fnchange.lst: Remove entries for removed files.
1168
1169 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
1170 spu-multiarch.o, and spu-tdep.o.
1171 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
1172 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
1173 spu-multiarch.c, and spu-tdep.c.
1174 * spu-linux-nat.c: Remove file.
1175 * spu-multiarch.c: Remove file.
1176 * spu-tdep.c: Remove file.
1177 * spu-tdep.h: Remove file.
1178 * solib-spu.c: Remove file.
1179 * solib-spu.h: Remove file.
1180
1181 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
1182 * configure.nat (spu-linux): Remove.
1183 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
1184 solib-multiarch.o from gdb_target_obs.
1185 (spu*-*-*): Remove.
1186
1187 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
1188 feature flag.
1189 (ppc_linux_no_features): Update.
1190 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
1191 Cell/B.E. support.
1192 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
1193 (tdesc_powerpc_cell64l): Likewise.
1194 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
1195 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
1196 Cell/B.E. support.
1197 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
1198 Do not include "features/rs6000/powerpc-cell32l.c" or
1199 "features/rs6000/powerpc-cell64l.c".
1200 (ppc_linux_spu_section): Remove.
1201 (ppc_linux_core_read_description): Remove Cell/B.E. support.
1202 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
1203 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
1204 (ppc_linux_spe_context_lookup): Remove.
1205 (ppc_linux_spe_context_inferior_created): Remove.
1206 (ppc_linux_spe_context_solib_loaded): Remove.
1207 (ppc_linux_spe_context_solib_unloaded): Remove.
1208 (ppc_linux_spe_context): Remove.
1209 (struct ppu2spu_cache): Remove.
1210 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
1211 (struct ppu2spu_data): Remove.
1212 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
1213 ppu2spu_unwind): Remove.
1214 (ppc_linux_init_abi): Remove Cell/B.E. support.
1215 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
1216
1217 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
1218 (rs6000/powerpc-cell64l-expedite): Likewise
1219 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
1220 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
1221 rs6000/powerpc-cell64l.xml.
1222 * features/rs6000/powerpc-cell32l.xml: Remove.
1223 * features/rs6000/powerpc-cell64l.xml: Likewise.
1224 * features/rs6000/powerpc-cell32l.c: Remove generated file.
1225 * features/rs6000/powerpc-cell64l.c: Likewise.
1226 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
1227 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
1228 * regformats/reg-spu.dat: Remove.
1229
1230 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
1231 * corelow.c (struct spuid_list): Remove.
1232 (add_to_spuid_list): Remove.
1233 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
1234 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
1235 (remote_protocol_features): Remove associated entries.
1236 (_initialize_remote): No longer initialize them.
1237 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
1238 * linux-nat.c (SPUFS_MAGIC): Remove.
1239 (linux_proc_xfer_spu): Remove.
1240 (spu_enumerate_spu_ids): Remove.
1241 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
1242 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
1243 (linux_make_corefile_notes): No longer call it.
1244
1245 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
1246 (cooked_write_test): Likewise.
1247
78e8cb91
TT
12482019-09-20 Tom Tromey <tom@tromey.com>
1249
1250 * NEWS: Mention case-sensitivity of TUI commands.
1251 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
1252 (tui_set_win_height_command, parse_scrolling_args): Likewise.
1253 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
1254
f074b67e
TT
12552019-09-20 Tom Tromey <tom@tromey.com>
1256
1257 * tui/tui-source.c (tui_source_window::set_contents): Use
1258 make_unique_xstrdup.
1259 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
1260 make_unique_xstrdup.
1261
63c4bf19
TT
12622019-09-20 Tom Tromey <tom@tromey.com>
1263
1264 * tui/tui-data.c: Remove separator comments.
1265 * tui/tui-layout.c: Remove separator comments.
1266 * tui/tui-win.c: Remove separator comments.
1267 * tui/tui-wingeneral.c: Remove separator comments.
1268
43df9b2f
TT
12692019-09-20 Tom Tromey <tom@tromey.com>
1270
1271 * tui/tui.h (strcat_to_buf): Don't declare.
1272 * tui/tui.c (strcat_to_buf): Remove.
1273
7226433c
TT
12742019-09-20 Tom Tromey <tom@tromey.com>
1275
1276 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
1277 from "fullname".
1278 * tui/tui-source.c (tui_source_window::set_contents)
1279 (tui_source_window::location_matches_p)
1280 (tui_source_window::maybe_update): Update.
1281
80df3337
TT
12822019-09-20 Tom Tromey <tom@tromey.com>
1283
1284 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
1285 Update.
1286 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
1287 prefix.
1288 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
1289 (tui_data_window::line_from_reg_element_no)
1290 (tui_data_window::first_reg_element_no_inline)
1291 (tui_data_window::show_registers)
1292 (tui_data_window::show_register_group)
1293 (tui_data_window::display_registers_from)
1294 (tui_data_window::display_registers_from_line)
1295 (tui_data_window::first_data_item_displayed)
1296 (tui_data_window::delete_data_content_windows)
1297 (tui_data_window::erase_data_content)
1298 (tui_data_window::do_scroll_vertical)
1299 (tui_data_window::refresh_window)
1300 (tui_data_window::check_register_values): Update.
1301
9923f347
TT
13022019-09-20 Tom Tromey <tom@tromey.com>
1303
1304 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
1305 (struct tui_locator_window) <full_name, proc_name>: Now
1306 std::string.
1307 * tui/tui-stack.c (tui_locator_window::make_status_line)
1308 (tui_locator_window::set_locator_fullname)
1309 (tui_locator_window::set_locator_info): Update.
1310 * tui/tui-source.c (tui_source_window::set_contents)
1311 (tui_source_window::showing_source_p): Update.
1312
b76251ab
TT
13132019-09-20 Tom Tromey <tom@tromey.com>
1314
1315 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
1316 Don't call tui_locator_win_info_ptr.
1317
0891be08
TT
13182019-09-20 Tom Tromey <tom@tromey.com>
1319
1320 * tui/tui-win.c (tui_resize_all): Don't call refresh.
1321
1b935acf
TT
13222019-09-20 Tom Tromey <tom@tromey.com>
1323
1324 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
1325 height for locator.
1326 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
1327 * tui/tui-layout.c (show_source_disasm_command, show_data)
1328 (show_source_or_disasm_and_command): Use 1 as height for locator.
1329
9abd8a65
TT
13302019-09-20 Tom Tromey <tom@tromey.com>
1331
1332 * tui/tui.c (tui_enable): Update.
1333 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
1334 Update.
1335 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
1336 Update.
1337 * tui/tui-data.c (win_resized): Now bool.
1338 (tui_win_resized): Return bool.
1339 (tui_set_win_resized_to): Accept a bool.
1340
b5457826
TT
13412019-09-20 Tom Tromey <tom@tromey.com>
1342
1343 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
1344 Change type of "refresh_values_only".
1345 * tui/tui-regs.c (tui_data_window::show_register_group): Change
1346 type of "refresh_values_only".
1347
6b915f7d
TT
13482019-09-20 Tom Tromey <tom@tromey.com>
1349
1350 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
1351 std::string.
1352 (tui_disassemble): Add "pos" parameter.
1353 (tui_disasm_window::set_contents): Simplify.
1354
2ad52f6f
TT
13552019-09-20 Tom Tromey <tom@tromey.com>
1356
1357 * tui/tui-winsource.h (struct tui_source_window_base)
1358 <show_source_content>: Now private.
1359 * tui/tui-winsource.c
1360 (tui_source_window_base::show_source_content): Don't handle empty
1361 content case.
1362
b3b1bde6
TT
13632019-09-20 Tom Tromey <tom@tromey.com>
1364
1365 * tui/tui-layout.c (show_source_disasm_command)
1366 (show_source_or_disasm_and_command): Don't call
1367 show_source_content.
1368
71a25ed2
TT
13692019-09-20 Tom Tromey <tom@tromey.com>
1370
1371 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
1372 Declare.
1373 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
1374 from tui_make_status_line.
1375 (tui_locator_window::rerender): Update.
1376
f8532154
TT
13772019-09-20 Tom Tromey <tom@tromey.com>
1378
1379 * tui/tui-stack.c (tui_make_status_line): Return std::string.
1380 (tui_locator_window::rerender): Update.
1381
2d81b349
TT
13822019-09-20 Tom Tromey <tom@tromey.com>
1383
1384 * tui/tui-winsource.h (struct tui_source_window_base)
1385 <~tui_source_window_base>: Don't declare.
1386 <fullname>: Remove.
1387 * tui/tui-winsource.c (~tui_source_window_base): Remove.
1388 * tui/tui-source.h (struct tui_source_window) <fullname>: New
1389 member.
1390 * tui/tui-source.c (tui_source_window::set_contents): Update.
1391 (tui_source_window::location_matches_p)
1392 (tui_source_window::maybe_update): Update.
1393
f14bec58
TT
13942019-09-20 Tom Tromey <tom@tromey.com>
1395
1396 * tui/tui-winsource.h (~tui_source_element): Remove.
1397 (tui_source_element): Update.
1398 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
1399 * tui/tui-winsource.c (tui_show_source_line): Update.
1400 * tui/tui-source.c (tui_source_window::set_contents): Update.
1401 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
1402
78d5933a
TT
14032019-09-20 Tom Tromey <tom@tromey.com>
1404
1405 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
1406 declare.
1407 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
1408 tui_clear_source_windows_detail.
1409 * tui/tui-winsource.h (struct tui_source_window_base)
1410 <clear_detail>: Don't declare.
1411 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
1412 Remove.
1413 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
1414
d4207696
TT
14152019-09-20 Tom Tromey <tromey@adacore.com>
1416
1417 PR ada/24919:
1418 * block.c (contained_in): Fix final return value.
1419
00f93c44
AM
14202019-09-20 Alan Modra <amodra@gmail.com>
1421
1422 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
1423 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
1424 (read_indirect_string_from_dwz): Use bfd accessor.
1425 * dwarf2read.h (struct dwz_file <filename>): Likewise.
1426 * machoread.c (macho_symfile_read_all_oso): Likewise.
1427 * solib.c (solib_bfd_open): Likewise.
1428
e4153ae6
CB
14292019-09-19 Christian Biesinger <cbiesinger@google.com>
1430
1431 * eval.c: Move declaration of overload_resolution to...
1432 * value.h: ...here.
1433
c7ae7675
CB
14342019-09-19 Christian Biesinger <cbiesinger@google.com>
1435
1436 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
1437 * arm-linux-tdep.c: Likewise.
1438 * arm-nbsd-nat.c: Likewise.
1439 * arm-tdep.h: Declare arm_apcs_32.
1440 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
1441
e86f08d2
CB
14422019-09-19 Christian Biesinger <cbiesinger@google.com>
1443
1444 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
1445 * dwarf2read.h: Declare dwarf_always_disassemble.
1446
f64e2f40
TV
14472019-09-19 Tom de Vries <tdevries@suse.de>
1448
1449 PR gdb/25009
1450 * source-cache.c (source_cache::ensure): Catch exception thrown during
1451 construction of the highlighter.
1452
fd361982
AM
14532019-09-18 Alan Modra <amodra@gmail.com>
1454
1455 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
1456 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
1457 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
1458 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
1459 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
1460 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
1461 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
1462 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
1463 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
1464 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
1465 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
1466 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
1467 * solib-spu.c, * solib-svr4.c, * solib-target.c,
1468 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
1469 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
1470 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
1471 * mi/mi-interp.c: Update throughout for bfd section macro and
1472 function changes.
1473 * gcore (gcore_create_callback): Use bfd_set_section_lma.
1474 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
1475
11061048
TT
14762019-09-18 Tom Tromey <tom@tromey.com>
1477
1478 * NEWS: Add entry.
1479 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
1480 call rl_initialize.
1481 (tui_enable): Do not call rl_initialize.
1482
7a27b85f
CG
14832019-09-18 Christian Groessler <chris@groessler.org>
1484
1485 * alpha-linux-nat.c: Include gdbarch.h.
1486
f64eea3a
SM
14872019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
1488
1489 * ui-file.c: Include cli/cli-style.h.
1490 (term_cli_styling): Remove cli_styling declaration.
1491
e6f7f6d1
AM
14922019-09-18 Alan Modra <amodra@gmail.com>
1493
1494 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
1495 to bfd_asymbol_section.
1496
1d38e9d1
AM
14972019-09-18 Alan Modra <amodra@gmail.com>
1498
1499 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
1500 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
1501 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
1502
90d92a63
AM
15032019-09-18 Alan Modra <amodra@gmail.com>
1504
1505 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
1506 * spu-linux-nat.c (spu_bfd_open): Likewise.
1507
a3d181d2
CB
15082019-09-18 Christian Biesinger <cbiesinger@google.com>
1509
1510 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
1511 to bool to match definition in dwarf2read.c.
1512
491144b5
CB
15132019-09-17 Christian Biesinger <cbiesinger@google.com>
1514
1515 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
1516 (print_signatures): Likewise.
1517 (trust_pad_over_xvs): Likewise.
1518 * arch/aarch64-insn.c (aarch64_debug): Likewise.
1519 * arch/aarch64-insn.h (aarch64_debug): Likewise.
1520 * arm-linux-nat.c (arm_apcs_32): Likewise.
1521 * arm-linux-tdep.c (arm_apcs_32): Likewise.
1522 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
1523 * arm-tdep.c (arm_debug): Likewise.
1524 (arm_apcs_32): Likewise.
1525 * auto-load.c (debug_auto_load): Likewise.
1526 (auto_load_gdb_scripts): Likewise.
1527 (global_auto_load): Likewise.
1528 (auto_load_local_gdbinit): Likewise.
1529 (auto_load_local_gdbinit_loaded): Likewise.
1530 * auto-load.h (global_auto_load): Likewise.
1531 (auto_load_local_gdbinit): Likewise.
1532 (auto_load_local_gdbinit_loaded): Likewise.
1533 * breakpoint.c (disconnected_dprintf): Likewise.
1534 (breakpoint_proceeded): Likewise.
1535 (automatic_hardware_breakpoints): Likewise.
1536 (always_inserted_mode): Likewise.
1537 (target_exact_watchpoints): Likewise.
1538 (_initialize_breakpoint): Update.
1539 * breakpoint.h (target_exact_watchpoints): Change to bool.
1540 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
1541 * cli/cli-cmds.c (trace_commands): Likewise.
1542 * cli/cli-cmds.h (trace_commands): Likewise.
1543 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
1544 to bool*.
1545 * cli/cli-logging.c (logging_overwrite): Change to bool.
1546 (logging_redirect): Likewise.
1547 (debug_redirect): Likewise.
1548 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
1549 (struct boolean_option_def) <get_var_address_cb_>: Change return type
1550 to bool.
1551 <boolean_option_def>: Update.
1552 (struct flag_option_def): Change default type of Context to bool
1553 from int.
1554 <flag_option_def>: Change return type of var_address_cb_ to bool*.
1555 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
1556 (get_setshow_command_value_string): Likewise.
1557 * cli/cli-style.c (cli_styling): Change to bool.
1558 (source_styling): Likewise.
1559 * cli/cli-style.h (source_styling): Likewise.
1560 (cli_styling): Likewise.
1561 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
1562 to bool.
1563 * command.h (var_types): Update comment.
1564 (add_setshow_boolean_cmd): Change int* var argument to bool*.
1565 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
1566 bool.
1567 (debug_compile_cplus_scopes): Likewise.
1568 * compile/compile-internal.h (compile_debug): Likewise.
1569 * compile/compile.c (compile_debug): Likewise.
1570 (struct compile_options) <raw>: Likewise.
1571 * cp-support.c (catch_demangler_crashes): Likewise.
1572 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
1573 (usr_cmd_cris_dwarf2_cfi): Likewise.
1574 * csky-tdep.c (csky_debug): Likewise.
1575 * darwin-nat.c (enable_mach_exceptions): Likewise.
1576 * dcache.c (dcache_enabled_p): Likewise.
1577 * defs.h (info_verbose): Likewise.
1578 * demangle.c (demangle): Likewise.
1579 (asm_demangle): Likewise.
1580 * dwarf-index-cache.c (debug_index_cache): Likewise.
1581 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
1582 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
1583 * dwarf2read.c (check_physname): Likewise.
1584 (use_deprecated_index_sections): Likewise.
1585 (dwarf_always_disassemble): Likewise.
1586 * eval.c (overload_resolution): Likewise.
1587 * event-top.c (set_editing_cmd_var): Likewise.
1588 (exec_done_display_p): Likewise.
1589 * event-top.h (set_editing_cmd_var): Likewise.
1590 (exec_done_display_p): Likewise.
1591 * exec.c (write_files): Likewise.
1592 * fbsd-nat.c (debug_fbsd_lwp): Likewise
1593 (debug_fbsd_nat): Likewise.
1594 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
1595 Likewise.
1596 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
1597 <backtrace_past_entry> Likewise.
1598 * gdb-demangle.h (demangle): Likewise.
1599 (asm_demangle): Likewise.
1600 * gdb_bfd.c (bfd_sharing): Likewise.
1601 * gdbcore.h (write_files): Likewise.
1602 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
1603 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
1604 * gdbthread.h (print_thread_events): Likewise.
1605 * gdbtypes.c (opaque_type_resolution): Likewise.
1606 (strict_type_checking): Likewise.
1607 * gnu-nat.c (gnu_debug_flag): Likewise.
1608 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
1609 * guile/scm-param.c (pascm_variable): Add boolval.
1610 (add_setshow_generic): Update.
1611 (pascm_param_value): Update.
1612 (pascm_set_param_value_x): Update.
1613 * hppa-tdep.c (hppa_debug): Change to bool..
1614 * infcall.c (may_call_functions_p): Likewise.
1615 (coerce_float_to_double_p): Likewise.
1616 (unwind_on_signal_p): Likewise.
1617 (unwind_on_terminating_exception_p): Likewise.
1618 * infcmd.c (startup_with_shell): Likewise.
1619 * inferior.c (print_inferior_events): Likewise.
1620 * inferior.h (startup_with_shell): Likewise.
1621 (print_inferior_events): Likewise.
1622 * infrun.c (step_stop_if_no_debug): Likewise.
1623 (detach_fork): Likewise.
1624 (debug_displaced): Likewise.
1625 (disable_randomization): Likewise.
1626 (non_stop): Likewise.
1627 (non_stop_1): Likewise.
1628 (observer_mode): Likewise.
1629 (observer_mode_1): Likewise.
1630 (set_observer_mode): Update.
1631 (sched_multi): Change to bool.
1632 * infrun.h (debug_displaced): Likewise.
1633 (sched_multi): Likewise.
1634 (step_stop_if_no_debug): Likewise.
1635 (non_stop): Likewise.
1636 (disable_randomization): Likewise.
1637 * linux-tdep.c (use_coredump_filter): Likewise.
1638 (dump_excluded_mappings): Likewise.
1639 * linux-thread-db.c (auto_load_thread_db): Likewise.
1640 (check_thread_db_on_load): Likewise.
1641 * main.c (captured_main_1): Update.
1642 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
1643 xx2_opt, boolean_opt>: Change to bool.
1644 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
1645 * maint.c (maintenance_profile_p): Likewise.
1646 (per_command_time): Likewise.
1647 (per_command_space): Likewise.
1648 (per_command_symtab): Likewise.
1649 * memattr.c (inaccessible_by_default): Likewise.
1650 * mi/mi-main.c (mi_async): Likewise.
1651 (mi_async_1): Likewise.
1652 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
1653 * nat/fork-inferior.h (startup_with_shell): Likewise.
1654 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
1655 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
1656 * nios2-tdep.c (nios2_debug): Likewise.
1657 * or1k-tdep.c (or1k_debug): Likewise.
1658 * parse.c (parser_debug): Likewise.
1659 * parser-defs.h (parser_debug): Likewise.
1660 * printcmd.c (print_symbol_filename): Likewise.
1661 * proc-api.c (procfs_trace): Likewise.
1662 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
1663 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
1664 (set_parameter_value): Update.
1665 (add_setshow_generic): Update.
1666 * python/py-value.c (copy_py_bool_obj): Change argument from int*
1667 to bool*.
1668 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
1669 int*.
1670 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
1671 * record-btrace.c (record_btrace_target::store_registers): Update.
1672 * record-full.c (record_full_memory_query): Change to bool.
1673 (record_full_stop_at_limit): Likewise.
1674 * record-full.h (record_full_memory_query): Likewise.
1675 * remote-notif.c (notif_debug): Likewise.
1676 * remote-notif.h (notif_debug): Likewise.
1677 * remote.c (use_range_stepping): Likewise.
1678 (interrupt_on_connect): Likewise.
1679 (remote_break): Likewise.
1680 * ser-tcp.c (tcp_auto_retry): Likewise.
1681 * ser-unix.c (serial_hwflow): Likewise.
1682 * skip.c (debug_skip): Likewise.
1683 * solib-aix.c (solib_aix_debug): Likewise.
1684 * spu-tdep.c (spu_stop_on_load_p): Likewise.
1685 (spu_auto_flush_cache_p): Likewise.
1686 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
1687 Likewise.
1688 (struct info_print_options) <quiet>: Likewise.
1689 * symfile-debug.c (debug_symfile): Likewise.
1690 * symfile.c (auto_solib_add): Likewise.
1691 (separate_debug_file_debug): Likewise.
1692 * symfile.h (auto_solib_add): Likewise.
1693 (separate_debug_file_debug): Likewise.
1694 * symtab.c (basenames_may_differ): Likewise.
1695 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
1696 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
1697 (struct info_types_options) <quiet>: Likewise.
1698 * symtab.h (demangle): Likewise.
1699 (basenames_may_differ): Likewise.
1700 * target-dcache.c (stack_cache_enabled_1): Likewise.
1701 (code_cache_enabled_1): Likewise.
1702 * target.c (trust_readonly): Likewise.
1703 (may_write_registers): Likewise.
1704 (may_write_memory): Likewise.
1705 (may_insert_breakpoints): Likewise.
1706 (may_insert_tracepoints): Likewise.
1707 (may_insert_fast_tracepoints): Likewise.
1708 (may_stop): Likewise.
1709 (auto_connect_native_target): Likewise.
1710 (target_stop_and_wait): Update.
1711 (target_async_permitted): Change to bool.
1712 (target_async_permitted_1): Likewise.
1713 (may_write_registers_1): Likewise.
1714 (may_write_memory_1): Likewise.
1715 (may_insert_breakpoints_1): Likewise.
1716 (may_insert_tracepoints_1): Likewise.
1717 (may_insert_fast_tracepoints_1): Likewise.
1718 (may_stop_1): Likewise.
1719 * target.h (target_async_permitted): Likewise.
1720 (may_write_registers): Likewise.
1721 (may_write_memory): Likewise.
1722 (may_insert_breakpoints): Likewise.
1723 (may_insert_tracepoints): Likewise.
1724 (may_insert_fast_tracepoints): Likewise.
1725 (may_stop): Likewise.
1726 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
1727 (make_thread_apply_all_options_def_group): Change argument from int*
1728 to bool*.
1729 (thread_apply_all_command): Update.
1730 (print_thread_events): Change to bool.
1731 * top.c (confirm): Likewise.
1732 (command_editing_p): Likewise.
1733 (history_expansion_p): Likewise.
1734 (write_history_p): Likewise.
1735 (info_verbose): Likewise.
1736 * top.h (confirm): Likewise.
1737 (history_expansion_p): Likewise.
1738 * tracepoint.c (disconnected_tracing): Likewise.
1739 (circular_trace_buffer): Likewise.
1740 * typeprint.c (print_methods): Likewise.
1741 (print_typedefs): Likewise.
1742 * utils.c (debug_timestamp): Likewise.
1743 (sevenbit_strings): Likewise.
1744 (pagination_enabled): Likewise.
1745 * utils.h (sevenbit_strings): Likewise.
1746 (pagination_enabled): Likewise.
1747 * valops.c (overload_resolution): Likewise.
1748 * valprint.h (struct value_print_options) <prettyformat_arrays,
1749 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
1750 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
1751 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
1752 Likewise.
1753 * windows-nat.c (new_console): Likewise.
1754 (cygwin_exceptions): Likewise.
1755 (new_group): Likewise.
1756 (debug_exec): Likewise.
1757 (debug_events): Likewise.
1758 (debug_memory): Likewise.
1759 (debug_exceptions): Likewise.
1760 (useshell): Likewise.
1761 * windows-tdep.c (maint_display_all_tib): Likewise.
1762 * xml-support.c (debug_xml): Likewise.
1763
f1b620e9
MG
17642019-09-17 Mike Gulick <mgulick@mathworks.com>
1765
1766 * source.c (prepare_path_for_appending): New function.
1767 (openp): Make use of new function.
1768 (find_and_open_source): Search for the compilation directory and
1769 source file as a relative path beneath the directory search path.
1770
67f3ed6a
AB
17712019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1772
1773 * source-cache.c (source_cache::get_line_charpos): Catch
1774 exceptions and return false, this matches the behaviour documented
1775 in the header file.
1776
74332189
JB
17772019-09-17 Joel Brobecker <brobecker@adacore.com>
1778
1779 * ada-tasks.c (info_task): Remove quoting of the task's name.
1780
f2f24aa9
CB
17812019-09-16 Christian Biesinger <cbiesinger@google.com>
1782
1783 * symfile.c (auto_solib_add): Replace comment with a reference
1784 to the header file.
1785
6a062a93
CB
17862019-09-14 Christian Biesinger <cbiesinger@google.com>
1787
1788 * NEWS: Mention that gdb can now be compiled with Python 3
1789 on Windows.
1790
ec6c8338
AB
17912019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1792
1793 * maint.c (maint_print_section_data::maint_print_section_data):
1794 Force use of 'float log10 (float)' by casting the argument to
1795 float.
1796
aa17805f
AB
17972019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1798
1799 * maint.c: Add 'cmath' include.
1800 (struct maint_print_section_data): New structure.
1801 (print_section_index): New function.
1802 (print_bfd_section_info): Add header comment, small whitespace
1803 cleanup, and update to call new print_section_index function.
1804 (print_objfile_section_info): Likewise.
1805 (maint_obj_section_from_bfd_section): New function.
1806 (print_bfd_section_info_maybe_relocated): New function.
1807 (maintenance_info_sections): Add header comment, always use
1808 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
1809
3dd9bb46
AB
18102019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1811
1812 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
1813 inner scope, add check that the objfile has psymtabs before
1814 checking psymtabs_addrmap.
1815 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
1816
4993045d
PW
18172019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1818
1819 * NEWS: Announce that Ada task names are now shown at more places,
1820 and between quotes (except in info task output).
1821 * gdb/ada-tasks.c (task_to_str): New function.
1822 (display_current_task_id): Call task_to_str.
1823 (task_command_1): Likewise.
1824 (print_ada_task_info): In non-mi mode, Properly align headers and data
1825 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
1826
7a289707
RO
18272019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1828
1829 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
1830 prstatus.pr_lwp.pr_info instead of making it up.
1831
f2aec7f6
CB
18322019-09-11 Christian Biesinger <cbiesinger@google.com>
1833
1834 * auto-load.c (auto_load_expand_dir_vars): Update.
1835 * defs.h (gdb_datadir): Change to std::string.
1836 (python_libdir): Likewise.
1837 (relocate_gdb_directory): Change return type to std::string.
1838 * guile/guile.c (gdbscm_data_directory): Update.
1839 (initialize_scheme_side): Update.
1840 * jit.c (jit_reader_dir): Change to std::string.
1841 (jit_reader_load_command): Update.
1842 * main.c (gdb_datadir): Change to std::string.
1843 (python_libdir): Likewise.
1844 (set_gdb_data_directory): Update.
1845 (relocate_path): Change to return std::string.
1846 (relocate_gdb_directory): Change to return std::string.
1847 (relocate_gdbinit_path_maybe_in_datadir): Update.
1848 (captured_main_1): Update.
1849 * python/python.c (do_start_initialization): Update.
1850 * top.c (show_gdb_datadir): Update.
1851 * xml-syscall.c (xml_init_syscalls_info): Update.
1852 (init_syscalls_info): Update.
1853
9224a013
CB
18542019-09-11 Christian Biesinger <cbiesinger@google.com>
1855
1856 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
1857 out of get_init_files.
1858 (get_init_files): Update.
1859
f48cd836
CB
18602019-09-11 Christian Biesinger <cbiesinger@google.com>
1861
1862 * main.c (get_init_files): Change to use std::string.
1863 (captured_main_1): Update.
1864 (print_gdb_help): Update.
1865
9cab7ecd
AT
18662019-09-11 Ali Tamur <tamur@google.com>
1867
1868 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
1869 implementation.
1870
67547d89
CB
18712019-09-11 Christian Biesinger <cbiesinger@google.com>
1872
1873 * dbxread.c (read_dbx_symtab): Update.
1874 * dwarf2read.c (load_partial_dies): Update.
1875 * mdebugread.c (parse_partial_symbols): Update.
1876 (handle_psymbol_enumerators): Update.
1877 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
1878 * psymtab.c (add_psymbol_to_bcache): Likewise.
1879 (add_psymbol_to_list): Likewise.
1880 * symtab.c (symbol_set_names): Likewise.
1881 * symtab.h (symbol_set_names): Likewise.
1882 * xcoffread.c (scan_xcoff_symtab): Update.
1883
64b2d4a0
TT
18842019-09-11 Tom Tromey <tom@tromey.com>
1885
1886 * symfile-mem.c (symbol_file_add_from_memory): Use
1887 bfd_set_filename.
1888 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
1889 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
1890
3b00ef10
TT
18912019-09-10 Tom Tromey <tromey@adacore.com>
1892
1893 * dwarf-index-write.c (write_psymbols): Extend error message.
1894 (debug_names::insert): Add Ada code.
1895 (debug_names::write_psymbols): Remove Ada check.
1896 (debug_names) <m_string_obstack>: New member.
1897 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
1898 (gdb_index_symbol_name_matcher::matches): Remove.
1899 (mapped_index_base::find_name_components_bounds): Add "lang"
1900 parameter.
1901 (mapped_index_base::build_name_components): Also split names
1902 according to Ada syntax.
1903 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
1904 type of "match_callback".
1905 (check_match, check_find_bounds_finds)
1906 (dw2_expand_symtabs_matching): Update.
1907 (dw2_debug_names_iterator): Add new constructor.
1908 (dw2_debug_names_map_matching_symbols): New function.
1909 (dw2_debug_names_expand_symtabs_matching): Update.
1910 (dwarf2_debug_names_functions): Use
1911 dw2_debug_names_map_matching_symbols.
1912
aa391654
TT
19132019-09-10 Tom Tromey <tromey@adacore.com>
1914
1915 * dwarf2read.c (dw2_get_file_names_reader): Add the
1916 CU's file name to the results.
1917
b054970d
TT
19182019-09-10 Tom Tromey <tromey@adacore.com>
1919
1920 * ada-lang.c (add_nonlocal_symbols): Combine calls to
1921 map_matching_symbols. Update.
1922 * dwarf2read.c (dw2_map_matching_symbols): Update.
1923 * psymtab.c (match_partial_symbol): Change type; update.
1924 (psym_map_matching_symbols): Likewise.
1925 * symfile-debug.c (debug_qf_map_matching_symbols): Change
1926 type; update.
1927 * symfile.h (struct quick_symbol_functions)
1928 <map_matching_symbols>: Change "name" to be a lookup_name_info.
1929 Remove "match".
1930
6a3dbf1b
TT
19312019-09-10 Tom Tromey <tromey@adacore.com>
1932
1933 * psymtab.c (map_block): Remove.
1934 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
1935 * symtab.c (iterate_over_symbols_terminated): New function.
1936 * symtab.c (iterate_over_symbols_terminated): Declare.
1937
6969f124
TT
19382019-09-10 Tom Tromey <tromey@adacore.com>
1939
1940 * ada-lang.c (ada_iterate_over_symbols): Return bool.
1941 * language.h (struct language_defn) <la_iterate_over_symbols>:
1942 Return bool.
1943 * symtab.c (iterate_over_symbols): Return bool.
1944 * symtab.h (iterate_over_symbols): Return bool.
1945
199b4314
TT
19462019-09-10 Tom Tromey <tromey@adacore.com>
1947
1948 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
1949 (add_nonlocal_symbols): Update.
1950 * dwarf2read.c (dw2_map_matching_symbols): Change type.
1951 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
1952 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
1953 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
1954 Change type of "callback". Remove "data".
1955
a084a2a6
AT
1956
19572019-09-09 Ali Tamur <tamur@google.com>
1958
1959 * dwarf2read.c (comp_unit_head): Update comment.
1960 (dwarf2_dwo_name): New function declaration.
1961 (dwarf_unit_type_name): New function declaration.
1962 (read_comp_unit_head): Add support for new compilation units,
1963 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
1964 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
1965 (currently named as "signature") in their header. Also clarify error
1966 messages.
1967 (lookup_dwo_id): New function. Returns the dwo id of the given
1968 compile unit.
1969 (lookup_dwo_unit): Use the new lookup_dwo_id function.
1970 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
1971 functions.
1972 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
1973 (dwarf2_dwo_name): Get the dwo name if present.
1974 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
1975 purposes.
1976
25a2915e
TT
19772019-09-09 Tom Tromey <tom@tromey.com>
1978
1979 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
1980
e4df0874
PW
19812019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1982
1983 * python/python.c (do_start_initialization): Make progname_copy static,
1984 to avoid a leak report.
1985
8634b462
TT
19862019-09-08 Tom Tromey <tom@tromey.com>
1987
1988 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
1989
c7f839cb
SM
19902019-09-07 Simon Marchi <simon.marchi@efficios.com>
1991
1992 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
1993 Change type to gdb::optional<block_enum>.
1994 (dw2_symtab_iter_init): Change block_index parameter type
1995 to gdb::optional<block_enum>.
1996 (dw2_lookup_symbol): Change block_index parameter
1997 type to block_enum.c
1998 (dw2_debug_names_lookup_symbol): Likewise.
1999 * psymtab.c (psym_lookup_symbol): Likewise.
2000 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
2001 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
2002 Likewise.
2003
ead0e69a
CB
20042019-09-06 Christian Biesinger <cbiesinger@google.com>
2005
2006 * defs.h (relocate_gdb_directory): Change int to bool in
2007 signature and rename flag to relocatable.
2008 * main.c (relocate_path): Likewise.
2009 (relocate_gdb_directory): Likewise.
2010
b16c44de
AM
20112019-09-06 Alan Modra <amodra@gmail.com>
2012
2013 * coffread.c (coff_symfile_read): Constify filename variable.
2014 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
2015 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
2016 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
2017 * solib.c (reload_shared_libraries_1): Likewise.
2018 * symfile.c (reread_symbols): Likewise.
2019 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
2020 * solib-darwin.c (darwin_bfd_open): Likewise.
2021 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
2022
06ff036e
AB
20232019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
2024
2025 * psymtab.c (print_partial_symbols): Handle missing domain_enum
2026 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
2027
4e962e74
TT
20282019-09-03 Tom Tromey <tromey@adacore.com>
2029
2030 * ada-valprint.c (ada_val_print_num): Don't recurse for range
2031 types.
2032 (has_negatives): Unbias a range type bound.
2033 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
2034 * gdbtypes.c (operator==): Handle new field.
2035 (create_range_type): Add "bias" parameter.
2036 (create_static_range_type, resolve_dynamic_range): Update.
2037 * gdbtypes.h (struct range_bounds) <bias>: New member.
2038 (create_range_type): Add bias parameter.
2039 * printcmd.c (print_scalar_formatted): Unbias range types.
2040 * value.c (unpack_long): Unbias range types.
2041 (pack_long): Bias range types.
2042
d90b8f26
AH
20432019-09-02 Alan Hayward <alan.hayward@arm.com>
2044
2045 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
2046 probe arguments.
2047
fe01123e
AH
20482019-09-02 Alan Hayward <alan.hayward@arm.com>
2049
2050 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
2051 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
2052 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
2053 (compile_probe_arg): Likewise.
2054 * probe.h (get_argument_count): Likewise.
2055 * solib-svr4.c (solib_event_probe_action): Likewise.
2056 * stap-probe.c (stap_probe::get_argument_count): Likewise.
2057
e661ef01
AH
20582019-09-02 Alan Hayward <alan.hayward@arm.com>
2059
2060 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
2061 code to here...
2062 (svr4_create_solib_event_breakpoints): ...from here.
2063
47a536d9
SDJ
20642019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
2065
2066 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
2067 suffix from warning message.
2068
d6a00eba
TT
20692019-08-30 Tom Tromey <tom@tromey.com>
2070
2071 * tui/tui-winsource.h (struct tui_source_window_base)
2072 <refresh_all>: Don't declare.
2073 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
2074 Remove.
2075 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
2076 tui_show_locator_content.
2077 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
2078 declare.
2079 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
2080 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
2081 declare.
2082
55b2657b
TT
20832019-08-30 Tom Tromey <tom@tromey.com>
2084
2085 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
2086
12a8555a
TT
20872019-08-30 Tom Tromey <tom@tromey.com>
2088
2089 * tui/tui-stack.c (_initialize_tui_stack): Move later.
2090 Remove unnecessary forward declarations.
2091
900ac242
TT
20922019-08-30 Tom Tromey <tom@tromey.com>
2093
2094 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
2095 rerender.
2096 (tui_update_locator_fullname, tui_show_frame_info): Don't call
2097 tui_show_locator_content.
2098
99ab33fb
TT
20992019-08-30 Tom Tromey <tom@tromey.com>
2100
2101 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
2102 (tui_locator_window::rerender): Rewrite using body of previous
2103 tui_show_locator_content.
2104
e594a5d1
TT
21052019-08-30 Tom Tromey <tom@tromey.com>
2106
2107 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
2108 set_locator_fullname>: New methods.
2109 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
2110 Rename from tui_set_locator_fullname.
2111 (tui_locator_window::set_locator_info): Rename from
2112 tui_set_locator_info. Return bool.
2113 (tui_update_locator_fullname, tui_show_frame_info): Update.
2114
715bb467
TT
21152019-08-30 Tom Tromey <tom@tromey.com>
2116
2117 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
2118
772f3f03
TT
21192019-08-30 Tom Tromey <tom@tromey.com>
2120
2121 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
2122 call touchwin.
2123
108e13ab
TT
21242019-08-30 Tom Tromey <tom@tromey.com>
2125
2126 * tui/tui-wingeneral.c (box_win): Assume win_info and
2127 win_info->handle cannot be NULL.
2128
cdaa6eb4
TT
21292019-08-30 Tom Tromey <tom@tromey.com>
2130
2131 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
2132 refresh_window>: Declare.
2133 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
2134 resize.
2135 (tui_data_item_window::rerender): Rename from
2136 tui_display_register.
2137 (tui_data_item_window::refresh_window): New method.
2138 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
2139 no-op.
2140
89df7f90
TT
21412019-08-30 Tom Tromey <tom@tromey.com>
2142
2143 * tui/tui-regs.h (struct tui_data_window) <regs_content,
2144 regs_column_count, current_group>: Move later. Now private.
2145 <get_current_group>: New method.
2146 * tui/tui-regs.c (tui_reg_command): Update.
2147 * tui/tui-layout.c (tui_set_layout): Update.
2148
1bf2866a
TT
21492019-08-30 Tom Tromey <tom@tromey.com>
2150
2151 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
2152 (tui_data_window::rerender): Don't call
2153 check_and_display_highlight_if_needed.
2154 (tui_data_window::refresh_all): Remove call to
2155 erase_data_content.
2156
0670413d
TT
21572019-08-30 Tom Tromey <tom@tromey.com>
2158
2159 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
2160 (tui_data_window::display_registers_from)
2161 (tui_data_window::display_reg_element_at_line)
2162 (tui_data_window::display_registers_from_line): Remove checks of
2163 "empty".
2164
18bb55c7
TT
21652019-08-30 Tom Tromey <tom@tromey.com>
2166
2167 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
2168 Don't declare.
2169 * tui/tui-regs.c (tui_data_window::show_registers): Call
2170 rerender.
2171 (tui_data_window::rerender): Rename from display_all_data.
2172 (tui_data_window::rerender): Remove old implementation.
2173
1f6d2f10
TT
21742019-08-30 Tom Tromey <tom@tromey.com>
2175
2176 * tui/tui-regs.c (tui_data_window::display_all_data): Change
2177 text.
2178 * tui/tui-data.h (NO_DATA_STRING): Remove define.
2179
16d01f9c
BW
21802019-08-29 Bernhard Wodok <barto@gmx.net>
2181 Sergio Durigan Junior <sergiodj@redhat.com>
2182
2183 PR win32/24284
2184 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
2185
d8f27c60
AB
21862019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2187
2188 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
2189 when searching for types.
2190
1f20c35e
AB
21912019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2192
2193 * f-lang.c (f_language_defn): Use f_print_typedef.
2194 * f-lang.h (f_print_typedef): Declare.
2195 * f-typeprint.c (f_print_typedef): Define.
2196
550105b7
CB
21972019-08-27 Christian Biesinger <cbiesinger@google.com>
2198
2199 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
2200
4acfdd20
AB
22012019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2202
2203 * cli/cli-utils.c (info_print_options_defs): Delete.
2204 (make_info_print_options_def_group): Delete.
2205 (extract_info_print_options): Delete.
2206 (info_print_command_completer): Delete.
2207 (info_print_args_help): Add extra parameter, and optionally
2208 include text about -n flag.
2209 * cli/cli-utils.h (struct info_print_options): Delete.
2210 (extract_info_print_options): Delete declaration.
2211 (info_print_command_completer): Delete declaration.
2212 (info_print_args_help): Add extra parameter, extend header
2213 comment.
2214 * python/python.c (gdbpy_rbreak): Pass additional parameter to
2215 search_symbols.
2216 * stack.c (struct info_print_options): New type.
2217 (info_print_options_defs): New file scoped variable.
2218 (make_info_print_options_def_group): New static function.
2219 (info_print_command_completer): New static function.
2220 (info_locals_command): Update to use new local functions.
2221 (info_args_command): Likewise.
2222 (_initialize_stack): Add extra parameter to calls to
2223 info_print_args_help.
2224 * symtab.c (search_symbols): Add extra parameter, use this to
2225 possibly excluse non-debug symbols.
2226 (symtab_symbol_info): Add extra parameter, which is passed on to
2227 search_symbols.
2228 (struct info_print_options): New type.
2229 (info_print_options_defs): New file scoped variable.
2230 (make_info_print_options_def_group): New static function.
2231 (info_print_command_completer): New static function.
2232 (info_variables_command): Update to use local functions, and pass
2233 extra parameter through to symtab_symbol_info.
2234 (info_functions_command): Likewise.
2235 (info_types_command): Pass additional argument through to
2236 symtab_symbol_info.
2237 (rbreak_command): Pass extra argument to search_symbols.
2238 (_initialize_symtab): Add extra arguments for calls to
2239 info_print_args_help, and update help text for 'info variables',
2240 'whereis', and 'info functions' commands.
2241 * symtab.h (search_symbols): Add extra argument to declaration.
2242 * NEWS: Mention new flags.
2243
9aa55206
CB
22442019-08-26 Christian Biesinger <cbiesinger@google.com>
2245
2246 * symtab.c (lookup_static_symbol): Call the new function (and move
2247 it down to be next to lookup_global_symbol).
2248 (struct global_sym_lookup_data): Add block_enum member and rename to...
2249 (struct global_or_static_sym_lookup_data): ...this.
2250 (lookup_symbol_global_iterator_cb): Pass block_index instead of
2251 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
2252 (lookup_symbol_global_or_static_iterator_cb): ...this.
2253 (lookup_global_or_static_symbol): New function.
2254 (lookup_global_symbol): Call new function.
2255
5c31b358
TV
22562019-08-26 Tom de Vries <tdevries@suse.de>
2257
2258 PR c++/24852
2259 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
2260 when pc_probe.prob == NULL.
2261
23c13d42
SM
22622019-08-25 Simon Marchi <simon.marchi@efficios.com>
2263
2264 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
2265 variable symbol_linkage to symbol_linkage_.
2266
beadd3e8
SM
22672019-08-25 Simon Marchi <simon.marchi@efficios.com>
2268
2269 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
2270 represent whether the symbol is static, dynamic, or we don't
2271 know.
2272
e3ec872f
YS
22732019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
2274
2275 * gdb/rx-tdep.c (rx_register_names): New.
2276 (rx_register_name): Delete.
2277 (rx_psw_type): Delete.
2278 (rx_fpsw_type): Delete.
2279 (rx_register_type): Delete.
2280 (rx_gdbarch_init): Convert target-descriptions.
2281 (_initialize_rx_tdep): Add initialize_tdesc_rx.
2282 * gdb/features/Makefile: Add rx.xml.
2283 * gdb/features/rx.xml: New.
2284 * gdb/features/rx.c: Generated.
2285 * gdb/NEWS: Mention target description support.
2286
d0509ba4
CB
22872019-08-22 Christian Biesinger <cbiesinger@google.com>
2288
2289 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
2290 *slot_ptr.
2291
2d41fa11
SDJ
22922019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2293
2294 * configure.ac: Don't check for 'dlfcn.h' (moved to
2295 gdbsupport/common.m4).
2296 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
2297 'gdbsupport/'.
2298 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
2299 * compile/compile-c-support.c: Include
2300 'gdbsupport/gdb-dlfcn.h'.
2301 * gdbsupport/common.m4: Check for 'dlfcn.h'.
2302 * gdb-dlfcn.c: Move to...
2303 * gdbsupport/gdb-dlfcn.c: ... here.
2304 * gdb-dlfcn.h: Move to...
2305 * gdbsupport/gdb-dlfcn.h: ... here.
2306
de8af808
SL
23072019-08-23 Sandra Loosemore <sandra@codesourcery.com>
2308
2309 * nios2-tdep.c (struct reg_value): Improve comments. Make
2310 the offset field signed.
2311
27204489
CB
23122019-08-22 Christian Biesinger <cbiesinger@google.com>
2313
2314 * python/lib/gdb/__init__.py (_execute_file): New function.
2315 * python/python.c (python_run_simple_file): Call gdb._execute_file
2316 on Windows.
2317
43771869
AB
23182019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
2319
2320 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
2321 all uses as this was never set to anything but a zero value.
2322
26c957f1
PA
23232019-08-21 Bogdan Harjoc <harjoc@gmail.com>
2324
2325 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
2326
c07aae6e
CB
23272019-08-21 Christian Biesinger <cbiesinger@google.com>
2328
2329 * tui/tui-data.h (tui_gen_win_info): Add an =default
2330 move constructor, required by some GCC versions.
2331
3960cb7a
JF
23322019-08-21 Jinke Fan <fanjinke51@yeah.net>
2333
2334 * go32-nat.c (go32_sysinfo): Add hygon_p.
2335
04c72a68
TT
23362019-08-20 Tom Tromey <tom@tromey.com>
2337
2338 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
2339 line_from_reg_element_no, first_reg_element_no_inline,
2340 display_all_data, delete_data_content_windows,
2341 erase_data_content>: Now private.
2342
072272ce
TT
23432019-08-20 Tom Tromey <tom@tromey.com>
2344
2345 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
2346 (tui_unhighlight_win, tui_highlight_win)
2347 (tui_win_info::make_window): Update.
2348 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
2349
973961bd
TT
23502019-08-20 Tom Tromey <tom@tromey.com>
2351
2352 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
2353 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
2354 (MAX_PID_WIDTH): Move to tui-stack.c.
2355 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
2356 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
2357 (MAX_PID_WIDTH): Move from tui-data.h.
2358
ab0e1f1a
TT
23592019-08-20 Tom Tromey <tom@tromey.com>
2360
2361 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
2362 * tui/tui-wingeneral.c (box_win): Change type of win_info.
2363 (box_win): Update.
2364 (tui_gen_win_info::make_window): Rename from tui_make_window.
2365 (tui_win_info::make_window): New method.
2366 (tui_gen_win_info::make_visible): Update.
2367 * tui/tui-source.c (tui_source_window::set_contents): Update.
2368 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
2369 (tui_data_window::display_registers_from): Update.
2370 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
2371 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
2372 Declare.
2373 <can_box>: Remove.
2374 <title>: Remove.
2375 (struct tui_win_info) <make_window>: Declare.
2376 <can_box>: Now virtual.
2377 <title>: New member.
2378 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
2379 * tui/tui-command.c (tui_cmd_window::resize): Update.
2380
100c2bf3
TT
23812019-08-20 Tom Tromey <tom@tromey.com>
2382
2383 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
2384 * tui/tui-regs.c (tui_data_window::show_registers): Update.
2385 (tui_data_window::check_register_values): Update.
2386
fa4dc567
TT
23872019-08-20 Tom Tromey <tom@tromey.com>
2388
2389 * tui/tui-regs.h (struct tui_data_window): Use
2390 DISABLE_COPY_AND_ASSIGN.
2391 <regs_content>: Change type, removing unique_ptr.
2392 <tui_data_window>: Add move constructor.
2393 * tui/tui-regs.c (tui_data_window::show_registers)
2394 (tui_data_window::show_register_group)
2395 (tui_data_window::display_registers_from)
2396 (tui_data_window::display_registers_from)
2397 (tui_data_window::first_data_item_displayed)
2398 (tui_data_window::delete_data_content_windows)
2399 (tui_data_window::rerender, tui_data_window::refresh_window)
2400 (tui_data_window::check_register_values): Update.
2401
ca02d7c8
TT
24022019-08-20 Tom Tromey <tom@tromey.com>
2403
2404 * tui/tui-regs.h (struct tui_data_window) <show_registers,
2405 show_register_group>: Declare.
2406 (tui_show_register_group): Don't declare.
2407 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
2408 tui_show_registers.
2409 (tui_data_window::show_register_group): Rename from
2410 tui_show_register_group.
2411 (tui_data_window::check_register_values, tui_reg_command):
2412 Update.
2413 * tui/tui-layout.c (tui_set_layout): Update.
2414
63356bfd
TT
24152019-08-20 Tom Tromey <tom@tromey.com>
2416
2417 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
2418 Declare.
2419 (tui_check_register_values): Don't declare.
2420 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
2421 from tui_check_register_values.
2422 * tui/tui-hooks.c (tui_register_changed): Update.
2423
42cc14a7
TT
24242019-08-20 Tom Tromey <tom@tromey.com>
2425
2426 * tui/tui-regs.c (tui_reg_layout): Move later.
2427 (tui_show_registers): Don't enable TUI mode or change layout.
2428
b9ad3686
TT
24292019-08-20 Tom Tromey <tom@tromey.com>
2430
2431 * tui/tui-regs.h (struct tui_data_item_window)
2432 <~tui_data_item_window>: Remove.
2433 <content>: Now a unique_xmalloc_ptr.
2434 * tui/tui-regs.c (tui_register_format): Return a
2435 unique_xmalloc_ptr.
2436 (tui_get_register): Update.
2437 (~tui_data_item_window): Remove.
2438 (tui_data_window::display_registers_from, tui_display_register):
2439 Update.
2440 * tui/tui-io.h (tui_expand_tabs): Update.
2441 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
2442 Remove "col" parameter.
2443
8e114aab
TT
24442019-08-20 Tom Tromey <tom@tromey.com>
2445
2446 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
2447 field.
2448 * tui/tui-regs.c (~tui_data_item_window): Update.
2449
1a4f81dd
TT
24502019-08-20 Tom Tromey <tom@tromey.com>
2451
2452 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
2453 earlier.
2454
0f8d8876
TT
24552019-08-20 Tom Tromey <tom@tromey.com>
2456
2457 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
2458
605dc2c2
TT
24592019-08-20 Tom Tromey <tom@tromey.com>
2460
2461 * tui/tui-source.h (struct tui_source_window): Update.
2462 * tui/tui-regs.c (tui_show_registers): Update.
2463 * tui/tui-disasm.h (struct tui_disasm_window): Update.
2464 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
2465 (NO_REGS_STRING): Remove defines.
2466
aedbe3bb
CM
24672019-08-20 Conrad Meyer <cem@FreeBSD.org>
2468
2469 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
2470 unnecessary thread walk if remote doesn't support the packet.
2471
7ce8f214
TT
24722019-08-19 Tom Tromey <tromey@adacore.com>
2473
2474 * python/py-value.c (value_has_field): Fix indentation.
2475
f21c2bd7
TT
24762019-08-19 Tom Tromey <tromey@adacore.com>
2477
2478 * printcmd.c (do_one_display, info_display_command): Update.
2479 * block.h (contained_in): Return bool. Add allow_nested
2480 parameter.
2481 * block.c (contained_in): Return bool. Add allow_nested
2482 parameter.
2483
d806ea2d
TT
24842019-08-19 Tom Tromey <tom@tromey.com>
2485
2486 * configure: Rebuild.
2487 * configure.ac: Disallow the combination of -static-libstdc++ and
2488 source highlight.
2489 * source-cache.c (get_language_name): Handle rust.
2490 (source_cache::get_source_lines): Ignore highlighting exceptions.
2491
398fdd60
TT
24922019-08-16 Tom Tromey <tom@tromey.com>
2493
2494 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
2495 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
2496 (struct tui_source_window_base) <make_visible, refresh_window,
2497 resize>: Remove methods.
2498 <execution_info>: Remove field.
2499 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
2500 (tui_show_source_line, tui_source_window_base)
2501 (~tui_source_window_base): Update.
2502 (tui_source_window_base::resize)
2503 (tui_source_window_base::make_visible)
2504 (tui_source_window_base::refresh_window): Remove.
2505 (tui_source_window_base::update_exec_info): Update.
2506 * tui/tui-source.c (tui_source_window::set_contents): Update.
2507 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
2508
e699d331
TT
25092019-08-16 Tom Tromey <tom@tromey.com>
2510
2511 * tui/tui-hooks.c (tui_remove_hooks): Don't set
2512 deprecated_query_hook.
2513
bb01dbfc
TT
25142019-08-16 Tom Tromey <tom@tromey.com>
2515
2516 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
2517 (tui_update_source_windows_with_line): Update.
2518 * tui/tui-source.h (struct tui_source_window)
2519 <show_symtab_source>: Declare.
2520 (tui_show_symtab_source): Don't declare.
2521 * tui/tui-source.c (tui_show_symtab_source): Rename from
2522 tui_show_symtab_source.
2523
81c82c4b
TT
25242019-08-16 Tom Tromey <tom@tromey.com>
2525
2526 * tui/tui-winsource.h (struct tui_source_window_base)
2527 <set_contents>: Declare.
2528 * tui/tui-winsource.c
2529 (tui_source_window_base::update_source_window_as_is): Update.
2530 * tui/tui-source.h (struct tui_source_window) <set_contents>:
2531 Declare.
2532 (tui_set_source_content): Don't declare.
2533 * tui/tui-source.c (tui_source_window::set_contents): Rename from
2534 tui_set_source_content.
2535 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
2536 Declare.
2537 (tui_set_disassem_content): Don't declare.
2538 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
2539 tui_set_disassem_content.
2540
2ddaf614
TT
25412019-08-16 Tom Tromey <tom@tromey.com>
2542
2543 * tui/tui-winsource.h (struct tui_source_window_base)
2544 <update_breakpoint_info>: Declare.
2545 (tui_update_breakpoint_info): Don't declare.
2546 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
2547 (tui_update_all_breakpoint_info): Update.
2548 (tui_source_window_base::update_breakpoint_info): Rename from
2549 tui_update_breakpoint_info.
2550 (tui_source_window_base::update_exec_info): Update.
2551
017f9828
TT
25522019-08-16 Tom Tromey <tom@tromey.com>
2553
2554 * tui/tui-winsource.h (struct tui_source_window_base)
2555 <update_source_window>: Declare.
2556 (tui_update_source_window): Don't declare.
2557 * tui/tui-winsource.c
2558 (tui_source_window_base::update_source_window): Rename from
2559 tui_update_source_window.
2560 (tui_source_window_base::rerender): Update.
2561 * tui/tui-source.c (tui_source_window::maybe_update): Update.
2562 * tui/tui-disasm.c (tui_show_disassem)
2563 (tui_show_disassem_and_update_source)
2564 (tui_disasm_window::maybe_update): Update.
2565
ed8358e9
TT
25662019-08-16 Tom Tromey <tom@tromey.com>
2567
2568 * tui/tui-winsource.h (struct tui_source_window_base)
2569 <update_source_window_as_is>: Declare.
2570 (tui_update_source_window_as_is): Don't declare.
2571 * tui/tui-winsource.c (tui_update_source_window): Update
2572 (tui_source_window_base::update_source_window_as_is): Rename from
2573 tui_update_source_window_as_is.
2574 (tui_source_window_base::refill): Update.
2575 * tui/tui-source.c (tui_show_symtab_source): Update.
2576 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
2577 Update.
2578
20149b6b
TT
25792019-08-16 Tom Tromey <tom@tromey.com>
2580
2581 * tui/tui-winsource.h (tui_update_source_window)
2582 (tui_update_source_window_as_is): Remove "noerror" parameter.
2583 * tui/tui-winsource.c (tui_update_source_window)
2584 (tui_update_source_window_as_is): Remove "noerror" parameter.
2585 (tui_update_source_windows_with_addr)
2586 (tui_update_source_windows_with_line)
2587 (tui_source_window_base::rerender)
2588 (tui_source_window_base::refill): Update.
2589 * tui/tui-source.h (tui_set_source_content)
2590 (tui_show_symtab_source): Remove "noerror" parameter.
2591 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
2592 parameter.
2593 (tui_show_symtab_source): Likewise.
2594 (tui_source_window::maybe_update): Update.
2595 * tui/tui-disasm.c (tui_show_disassem)
2596 (tui_show_disassem_and_update_source)
2597 (tui_disasm_window::do_scroll_vertical)
2598 (tui_disasm_window::maybe_update): Update.
2599
2d83e710
TT
26002019-08-16 Tom Tromey <tom@tromey.com>
2601
2602 * tui/tui.c (tui_is_window_visible): Update.
2603 * tui/tui-wingeneral.c (tui_make_window)
2604 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
2605 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
2606 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
2607 (tui_set_win_height_command, parse_scrolling_args): Update.
2608 * tui/tui-source.c (tui_source_window::style_changed): Update.
2609 * tui/tui-regs.c (tui_show_registers)
2610 (tui_data_window::first_data_item_displayed)
2611 (tui_data_window::delete_data_content_windows)
2612 (tui_check_register_values, tui_reg_command): Update.
2613 * tui/tui-disasm.c (tui_show_disassem): Update.
2614 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
2615 method.
2616 <is_visible>: Remove field.
2617 * tui/tui-data.c (tui_next_win, tui_prev_win)
2618 (tui_delete_invisible_windows): Update.
2619
d4ab829a
TT
26202019-08-16 Tom Tromey <tom@tromey.com>
2621
2622 * tui/tui-winsource.h (struct tui_source_window_base)
2623 <m_has_locator>: Remove.
2624 * tui/tui-layout.c (show_source_disasm_command, show_data)
2625 (show_source_or_disasm_and_command): Update.
2626
aa7ca1bb
AH
26272019-08-16 Alan Hayward <alan.hayward@arm.com>
2628
2629 * NEWS (Other MI changes): New subsection.
2630 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
2631 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
2632 * arch-utils.c (default_get_pc_address_flags): New function.
2633 * arch-utils.h (default_get_pc_address_flags): New declaration.
2634 * gdbarch.sh: Add get_pc_address_flags.
2635 * gdbarch.c: Regenerate.
2636 * gdbarch.h: Likewise.
2637 * stack.c (print_pc): New function.
2638 (print_frame_info) (print_frame): Call print_pc.
2639
6eac171f
TV
26402019-08-16 Tom de Vries <tdevries@suse.de>
2641
2642 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
2643 print_objfile_section_info.
2644
3df505f6
TT
26452019-08-15 Tom Tromey <tom@tromey.com>
2646
2647 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
2648 calling update_cmdwin_start_line.
2649 * tui/tui-winsource.h (struct tui_source_window_base)
2650 <do_make_visible_with_new_height, set_new_height>: Don't declare.
2651 <rerender>: Declare.
2652 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
2653 Call rerender.
2654 (tui_source_window_base::set_new_height): Remove.
2655 (tui_source_window_base::rerender): Rename from
2656 do_make_visible_with_new_height.
2657 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
2658 resize method.
2659 (tui_win_info::make_invisible_and_set_new_height)
2660 (tui_win_info::make_visible_with_new_height): Remove.
2661 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
2662 Declare.
2663 * tui/tui-stack.c (tui_locator_window::rerender): New method.
2664 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
2665 do_make_visible_with_new_height>: Don't declare.
2666 <rerender>: Declare.
2667 * tui/tui-regs.c (tui_data_window::rerender): Rename from
2668 set_new_height.
2669 (tui_data_window::do_make_visible_with_new_height): Remove.
2670 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
2671 call tui_show_locator_content.
2672 (tui_gen_win_info::resize): Call rerender.
2673 (show_source_or_disasm_and_command): Don't call
2674 tui_show_locator_content.
2675 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
2676 method.
2677 (struct tui_win_info) <rerender>: Declare.
2678 <set_new_height, make_invisible_and_set_new_height,
2679 make_visible_with_new_height>: Don't declare.
2680 * tui/tui-data.c (tui_win_list::rerender): New method.
2681 * tui/tui-command.h (struct tui_cmd_window)
2682 <do_make_visible_with_new_height>: Don't declare.
2683 * tui/tui-command.c
2684 (tui_cmd_window::do_make_visible_with_new_height): Remove.
2685
272560b5
TT
26862019-08-15 Tom Tromey <tromey@adacore.com>
2687
2688 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
2689 * ada-lang.c (ada_enum_name): Likewise.
2690
08235187
CB
26912019-08-15 Christian Biesinger <cbiesinger@google.com>
2692
2693 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
2694 leading underscore.
2695 (GdbOutputErrorFile): Likewise.
2696 (global scope): Adjust constructor calls to GdbOutput{,Error}File
2697 accordingly.
2698 (execute_unwinders): Rename to have a leading underscore.
2699 (auto_load_packages): Likewise.
2700 (global scope): Adjust call to auto_load_packages accordingly.
2701 (GdbSetPythonDirectory): Likewise.
2702 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
2703 instead of execute_unwinders.
2704
db502012
TT
27052019-08-15 Tom Tromey <tom@tromey.com>
2706
2707 * tui/tui-layout.c (show_layout, show_source_disasm_command)
2708 (show_data): Don't change window visibility.
2709 (tui_gen_win_info::resize): Remove special case for command
2710 window. Use wresize, when available.
2711 (show_source_or_disasm_and_command): Don't change window
2712 visibility.
2713 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
2714 <make_visible>: New method.
2715 * tui/tui-command.c (tui_cmd_window::resize): New method.
2716
3891b65e
TT
27172019-08-15 Tom Tromey <tom@tromey.com>
2718
2719 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
2720 (struct tui_source_windows): New.
2721 * tui/tui-winsource.c (tui_display_main): Update.
2722 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
2723 (new_height_ok, parse_scrolling_args): Update.
2724 * tui/tui-layout.c (show_layout, show_data): Update.
2725 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
2726 (tui_add_to_source_windows): Don't declare.
2727 * tui/tui-data.c (source_windows, tui_source_windows)
2728 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
2729
ee556432
TT
27302019-08-15 Tom Tromey <tom@tromey.com>
2731
2732 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
2733 Rename from reset.
2734 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
2735 * tui/tui-layout.c (show_source_disasm_command, show_data):
2736 Update.
2737 (tui_gen_win_info::resize): Rename.
2738 (show_source_or_disasm_and_command): Update.
2739 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
2740 reset.
2741
46f438e3
TT
27422019-08-15 Tom Tromey <tom@tromey.com>
2743
2744 * tui/tui-stack.c (tui_initialize_static_data): Remove.
2745 * tui/tui-interp.c (tui_interp::init): Don't call
2746 tui_initialize_static_data.
2747 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
2748
f4ce562c
TT
27492019-08-15 Tom Tromey <tom@tromey.com>
2750
2751 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
2752 examine tui_win_list.
2753
c398c3d0
TT
27542019-08-15 Tom Tromey <tom@tromey.com>
2755
2756 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
2757 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
2758 tui_clear_source_content.
2759 (tui_clear_source_content): Remove.
2760 (tui_source_window_base::do_erase_source_content): Hoist call to
2761 content.clear().
2762 * tui/tui-stack.c (tui_show_frame_info): Don't call
2763 tui_clear_source_content.
2764
e25d2004
TT
27652019-08-15 Tom Tromey <tom@tromey.com>
2766
2767 * tui/tui-winsource.h (struct tui_source_window_base)
2768 <do_erase_source_content>: New method.
2769 <erase_source_content>: New method.
2770 (tui_erase_source_content): Don't declare.
2771 * tui/tui-winsource.c (tui_clear_source_content): Update.
2772 (tui_source_window_base::do_erase_source_content): Rename from
2773 tui_erase_source_content.
2774 (tui_source_window_base::show_source_content): Update.
2775 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
2776 * tui/tui-source.h (struct tui_source_window)
2777 <erase_source_content>: New method.
2778 * tui/tui-disasm.h (struct tui_disasm_window)
2779 <erase_source_content>: New method.
2780
002f15c2
TT
27812019-08-15 Tom Tromey <tom@tromey.com>
2782
2783 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
2784 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
2785 constructor.
2786 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
2787 * tui/tui-source.c (tui_set_source_content): Update.
2788 * tui/tui-disasm.c (tui_set_disassem_content): Update.
2789
c9033fe8
TT
27902019-08-15 Tom Tromey <tom@tromey.com>
2791
2792 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
2793 * tui/tui-winsource.c (tui_line_is_displayed): Move to
2794 tui-source.c.
2795 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
2796 Declare.
2797 * tui/tui-source.c (tui_source_window::line_is_displayed): New
2798 method.
2799 (tui_source_window::maybe_update): Update.
2800
088f37dd
TT
28012019-08-15 Tom Tromey <tom@tromey.com>
2802
2803 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
2804 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
2805 tui-disasm.c.
2806 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
2807 Declare.
2808 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
2809 method.
2810 (tui_disasm_window::maybe_update): Update.
2811
a54700c6
TT
28122019-08-15 Tom Tromey <tom@tromey.com>
2813
2814 * tui/tui-winsource.h (struct tui_source_window_base)
2815 <maybe_update>: Declare.
2816 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
2817 method.
2818 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
2819 Declare.
2820 * tui/tui-source.c (tui_source_window::maybe_update): New method.
2821 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
2822 Declare.
2823 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
2824
e2a678a5
TT
28252019-08-15 Tom Tromey <tom@tromey.com>
2826
2827 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
2828
f2dda477
TT
28292019-08-15 Tom Tromey <tom@tromey.com>
2830
2831 * tui/tui-wingeneral.c: Include tui-stack.h.
2832 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
2833 (struct tui_locator_window): Move from tui-data.h.
2834 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
2835 (tui_initialize_static_data): Move from tui-data.c.
2836 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
2837 (struct tui_locator_window): Move to tui-stack.c.
2838 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
2839 (tui_initialize_static_data): Move to tui-stack.c.
2840
ed4a1084
TT
28412019-08-15 Tom Tromey <tom@tromey.com>
2842
2843 * tui/tui-layout.c (show_source_disasm_command)
2844 (show_source_or_disasm_and_command): Use make_visible method, not
2845 tui_make_window.
2846 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
2847 Remove.
2848
65962b20
TT
28492019-08-15 Tom Tromey <tom@tromey.com>
2850
2851 * tui/tui-wingeneral.h (tui_make_window): Update.
2852 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
2853 parameter.
2854 (tui_gen_win_info::make_visible): Update.
2855 * tui/tui-regs.c (tui_data_window::display_registers_from):
2856 Update.
2857 * tui/tui-layout.c (show_source_disasm_command)
2858 (show_source_or_disasm_and_command): Update.
2859 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
2860 (enum tui_box): Remove.
2861 (struct tui_win_info) <can_box>: New method.
2862 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
2863 method.
2864
2208ee91
TV
28652019-08-15 Tom de Vries <tdevries@suse.de>
2866
2867 * linux-nat-trad.c: Include gdbarch.h.
2868
75faf5c4
AH
28692019-08-14 Alan Hayward <alan.hayward@arm.com>
2870
2871 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
2872 register sizes.
2873
b1c896b3
TT
28742019-08-14 Tom Tromey <tromey@adacore.com>
2875
2876 * darwin-nat.c: Include gdbarch.h.
2877 * darwin-nat-info.c: Include gdbarch.h.
2878
6405cd73
TT
28792019-08-13 Tom Tromey <tom@tromey.com>
2880
2881 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
2882 Remove.
2883 * tui/tui-data.c (tui_initialize_static_data): Update.
2884
5216580d
TT
28852019-08-13 Tom Tromey <tom@tromey.com>
2886
2887 * tui/tui-winsource.h (struct tui_exec_info_window)
2888 <~tui_exec_info_window, maybe_allocate_content, get_content,
2889 m_content>: Remove.
2890 (struct tui_source_window_base) <set_exec_info_content,
2891 show_exec_info_content>: Don't declare.
2892 * tui/tui-winsource.c
2893 (tui_exec_info_window::maybe_allocate_content): Remove.
2894 (tui_source_window_base::update_exec_info): Rename from
2895 set_exec_info_content.
2896 (tui_source_window_base::show_exec_info_content)
2897 (tui_source_window_base::update_exec_info): Remove.
2898
93858ad3
TT
28992019-08-13 Tom Tromey <tom@tromey.com>
2900
2901 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
2902 declare.
2903 * tui/tui-winsource.c (tui_update_source_window_as_is)
2904 (tui_update_source_windows_with_addr, tui_erase_source_content):
2905 Update.
2906 (tui_clear_exec_info_content): Remove.
2907
e321e7ce
TT
29082019-08-13 Tom Tromey <tom@tromey.com>
2909
2910 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
2911 declare.
2912 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
2913 call tui_erase_exec_info_content.
2914 (tui_clear_exec_info_content): Rename from
2915 tui_erase_exec_info_content.
2916 (tui_clear_exec_info_content): Delete.
2917
8270ac62
TT
29182019-08-13 Tom Tromey <tom@tromey.com>
2919
2920 * tui/tui-winsource.h (struct tui_source_window_base)
2921 <show_exec_info_content>: Declare.
2922 (tui_show_exec_info_content): Don't declare.
2923 * tui/tui-winsource.c
2924 (tui_source_window_base::show_exec_info_content): Rename from
2925 tui_show_exec_info_content.
2926 (tui_source_window_base::update_exec_info): Update.
2927
7b56485d
TT
29282019-08-13 Tom Tromey <tom@tromey.com>
2929
2930 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
2931 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
2932 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
2933 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
2934 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
2935 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
2936 ... here.
2937
7ba913dc
TT
29382019-08-13 Tom Tromey <tom@tromey.com>
2939
2940 * tui/tui-winsource.h (struct tui_source_window_base)
2941 <update_exec_info>: Declare.
2942 (tui_update_exec_info): Don't declare.
2943 * tui/tui-winsource.c (tui_update_source_window_as_is)
2944 (tui_source_window_base::refresh_all)
2945 (tui_update_all_breakpoint_info): Update.
2946 (tui_source_window_base::update_exec_info): Rename from
2947 tui_update_exec_info.
2948 * tui/tui-stack.c (tui_show_frame_info): Update.
2949
37a4a131
TT
29502019-08-13 Tom Tromey <tom@tromey.com>
2951
2952 * tui/tui-winsource.h (struct tui_source_window_base)
2953 <set_exec_info_content>: Declare.
2954 (tui_set_exec_info_content): Don't declare.
2955 * tui/tui-winsource.c
2956 (tui_source_window_base::set_exec_info_content): Rename from
2957 tui_set_exec_info_content.
2958 (tui_update_exec_info): Update.
2959
0bd27e07
TT
29602019-08-13 Tom Tromey <tom@tromey.com>
2961
2962 * tui/tui-winsource.h (struct tui_source_window_base)
2963 <show_source_content>: Declare.
2964 (tui_show_source_content): Don't declare.
2965 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
2966 (tui_source_window_base::show_source_content): Rename from
2967 tui_show_source_content.
2968 (tui_source_window_base::refresh_all): Update.
2969 * tui/tui-layout.c (show_source_disasm_command)
2970 (show_source_or_disasm_and_command): Update.
2971
b4ef5aeb
TT
29722019-08-13 Tom Tromey <tom@tromey.com>
2973
2974 * tui/tui-winsource.c (tui_erase_source_content)
2975 (tui_show_source_content, tui_source_window_base::refresh_all):
2976 Update.
2977 * tui/tui-wingeneral.h
2978 (tui_check_and_display_highlight_if_needed): Don't declare.
2979 * tui/tui-wingeneral.c
2980 (tui_win_info::check_and_display_highlight_if_needed): Rename from
2981 check_and_display_highlight_if_needed.
2982 * tui/tui-win.c (tui_rehighlight_all)
2983 (tui_win_info::make_visible_with_new_height): Update.
2984 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
2985 (tui_data_window::erase_data_content)
2986 (tui_data_window::display_all_data): Update.
2987 * tui/tui-data.h (struct tui_win_info)
2988 <check_and_display_highlight_if_needed>: Declare.
2989
fede5273
TT
29902019-08-13 Tom Tromey <tom@tromey.com>
2991
2992 * tui/tui-win.c (tui_resize_all): Call
2993 tui_delete_invisible_windows.
2994 * tui/tui-layout.c (show_layout): Call
2995 tui_delete_invisible_windows.
2996 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
2997 * tui/tui-data.c (tui_delete_invisible_windows): New function.
2998
22c3f490
TT
29992019-08-13 Tom Tromey <tom@tromey.com>
3000
3001 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
3002 tui_add_win_to_layout.
3003
16cb7910
TT
30042019-08-13 Tom Tromey <tom@tromey.com>
3005
3006 * tui/tui-layout.h (tui_default_win_height): Don't declare.
3007 * tui/tui-layout.c (tui_default_win_height): Now static.
3008
cc0c3ffb
TT
30092019-08-13 Tom Tromey <tom@tromey.com>
3010
3011 * tui/tui-layout.c (show_layout): Unify all layout cases into a
3012 single switch.
3013 (show_source_disasm_command, show_source_or_disasm_and_command):
3014 Don't check current layout.
3015
3f3ffe54
TT
30162019-08-13 Tom Tromey <tom@tromey.com>
3017
3018 * tui/tui-wingeneral.c (make_all_visible): Remove.
3019 (tui_make_all_invisible): Simplify.
3020 * tui/tui-layout.c (tui_make_all_invisible): Move from
3021 tui-wingeneral.c; simplify.
3022 (show_layout): Hoist call to tui_make_all_invisible.
3023 (show_data): Don't call tui_make_all_invisible.
3024
69258091
TT
30252019-08-13 Tom Tromey <tom@tromey.com>
3026
3027 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
3028 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
3029
62cf57fe
TT
30302019-08-13 Tom Tromey <tom@tromey.com>
3031
3032 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
3033 tui-data.c.
3034 (show_source_disasm_command, show_data)
3035 (show_source_or_disasm_and_command): Don't use
3036 tui_set_current_layout_to.
3037 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
3038 * tui/tui-data.c (current_layout, tui_current_layout): Move to
3039 tui-layout.c.
3040 (tui_set_current_layout_to): Remove.
3041
2afade5d
TT
30422019-08-13 Tom Tromey <tom@tromey.com>
3043
3044 * tui/tui-layout.c (tui_set_layout): Update.
3045 * tui/tui-data.h (struct tui_layout_def): Remove.
3046 (tui_layout_def): Don't declare.
3047 * tui/tui-data.c (layout_def): Remove.
3048 (tui_layout_def): Remove.
3049
a3504e96
TT
30502019-08-13 Tom Tromey <tom@tromey.com>
3051
3052 * tui/tui-winsource.h (struct tui_source_window_base)
3053 <clear_detail>: No longer "override".
3054 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
3055 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
3056 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
3057 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
3058 Remove.
3059 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
3060
29c92911
TT
30612019-08-13 Tom Tromey <tromey@adacore.com>
3062
3063 * tracepoint.c: Don't include readline.h or history.h.
3064
86c6b807
TT
30652019-08-12 Tom Tromey <tom@tromey.com>
3066
3067 * configure: Rebuild.
3068 * configure.ac: Check for readline 7.
3069 * NEWS: Mention readline 7 requirement.
3070 * README: Update.
3071
5db2718c
TT
30722019-08-12 Tom Tromey <tom@tromey.com>
3073
3074 * mingw-hdep.c (gdb_select): Remove readline hack.
3075
dac36daf
PFC
30762019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3077
3078 * blockframe.c (find_pc_partial_function): Set *block to nullptr
3079 when the function fails.
3080
1022c627
AA
30812019-08-09 Andreas Arnez <arnez@linux.ibm.com>
3082
3083 * s390-tdep.c (s390_type_align): New function.
3084 (s390_gdbarch_init): Set it as type_align gdbarch method.
3085
eba4caf2
TV
30862019-08-09 Tom de Vries <tdevries@suse.de>
3087
3088 PR gdb/24591
3089 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
3090 pc_low with relocation offset.
3091
123cd851
TT
30922019-08-07 Tom Tromey <tromey@adacore.com>
3093
3094 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
3095 (print_frame_args): Update.
3096 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
3097 Update.
3098 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
3099 * frame.h (struct frame_arg): Add initializers.
3100 <error>: Now a unique_xmalloc_ptr.
3101
3d31bc39
AH
31022019-08-07 Alan Hayward <alan.hayward@arm.com>
3103
3104 * NEWS: Expand the Pointer Authentication entry.
3105 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
3106 (aarch64_frame_unmask_lr): ... to this.
3107 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
3108 Call aarch64_frame_unmask_lr.
3109 * frame.c (struct frame_info): Add "masked" variable.
3110 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
3111 (fprint_frame): Check for masked pc.
3112 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
3113 declarations.
3114 * python/py-framefilter.c (py_print_frame): Check for masked pc.
3115 * stack.c (print_frame): Check for masked pc.
3116
0cf9feb9
TT
31172019-08-06 Tom Tromey <tom@tromey.com>
3118
3119 * stabsread.c (patch_block_stabs, read_one_struct_field)
3120 (read_enum_type): Use obstack_strndup.
3121 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
3122 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
3123 * dwarf2read.c (guess_full_die_structure_name)
3124 (anonymous_struct_prefix): Use obstack_strndup.
3125 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
3126 * c-exp.y (yylex): Use obstack_strndup.
3127 * ada-exp.y (write_object_renaming, write_ambiguous_var)
3128 (write_var_or_type): Use obstack_strndup.
3129
efba19b0
TT
31302019-08-06 Tom Tromey <tom@tromey.com>
3131
3132 * symfile.c (reread_symbols): Use obstack_strdup.
3133 * stabsread.c (read_type): Use obstack_strdup.
3134 * gdb_obstack.h (obstack_strdup): New overload.
3135 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
3136 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
3137 (dwarf2_canonicalize_name): Use obstack_strdup.
3138 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
3139 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
3140 Use obstack_strdup.
3141
f25102f7
TT
31422019-08-06 Tom Tromey <tom@tromey.com>
3143
3144 * gdb_obstack.h (obstack_strdup): Define.
3145 * gdb_obstack.c (obstack_strdup): Don't define.
3146
021887d8
TT
31472019-08-06 Tom Tromey <tom@tromey.com>
3148
3149 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
3150 obstack_strdup.
3151 * typeprint.c (typedef_hash_table::find_global_typedef): Use
3152 obstack_strdup.
3153 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
3154 * stabsread.c (common_block_start): Use obstack_strdup.
3155 * objfiles.c (set_objfile_main_name, objfile): Use
3156 obstack_strdup.
3157 * namespace.c (add_using_directive): Use obstack_strdup.
3158 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
3159 * jit.c (finalize_symtab): Use obstack_strdup.
3160 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
3161 (guess_partial_die_structure_name, partial_die_info::fixup)
3162 (dwarf2_name): Use obstack_strdup.
3163 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
3164 obstack_strdup.
3165 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
3166 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
3167 obstack_strdup.
3168 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
3169
d2834edc
PW
31702019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3171
3172 * unittests/help-doc-selftests.c: New file.
3173 * Makefile.in: Add the new file.
3174
590042fc
PW
31752019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3176
3177 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
3178 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
3179 the full first line, except when FOR_VALUE_PREFIX. In this case,
3180 the trailing '.' is not output, and the first character is uppercased.
3181 (print_help_for_command): Update call to print_doc_line.
3182 (print_doc_of_command): Likewise.
3183 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
3184 * cli/cli-option.c (append_indented_doc): Do not append newline.
3185 (build_help_option): Append newline after first appended_indented_doc
3186 only if a second call is done.
3187 (build_help): Append 2 new lines before each option, except the first
3188 one.
3189 * compile/compile.c (_initialize_compile): Add new lines after
3190 %OPTIONS%, when not at the end of the help.
3191 Change help doc or code
3192 producing the help doc to respect the invariants.
3193 * maint-test-options.c (_initialize_maint_test_options): Likewise.
3194 Also removed the new line after 'Options:', as all other commands
3195 do not put an empty line between 'Options:' and the first option.
3196 * printcmd.c (_initialize_printcmd): Likewise.
3197 * stack.c (_initialize_stack): Likewise.
3198 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
3199 incorrectly telling COMMAND is optional.
3200 * ada-lang.c (_initialize_ada_language): Change help doc or code
3201 producing the help doc to respect the invariants.
3202 * ada-tasks.c (_initialize_ada_tasks): Likewise.
3203 * breakpoint.c (_initialize_breakpoint): Likewise.
3204 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
3205 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
3206 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
3207 * cli/cli-style.c (cli_style_option::add_setshow_commands,
3208 _initialize_cli_style): Likewise.
3209 * corelow.c (core_target_info): Likewise.
3210 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
3211 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
3212 * filesystem.c (_initialize_filesystem): Likewise.
3213 * frame.c (_initialize_frame): Likewise.
3214 * gnu-nat.c (add_task_commands): Likewise.
3215 * infcall.c (_initialize_infcall): Likewise.
3216 * infcmd.c (_initialize_infcmd): Likewise.
3217 * interps.c (_initialize_interpreter): Likewise.
3218 * language.c (_initialize_language): Likewise.
3219 * linux-fork.c (_initialize_linux_fork): Likewise.
3220 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
3221 * maint.c (_initialize_maint_cmds): Likewise.
3222 * memattr.c (_initialize_mem): Likewise.
3223 * printcmd.c (_initialize_printcmd): Likewise.
3224 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
3225 _RegEx): Likewise.
3226 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
3227 * record-btrace.c (_initialize_record_btrace): Likewise.
3228 * record-full.c (_initialize_record_full): Likewise.
3229 * record.c (_initialize_record): Likewise.
3230 * regcache-dump.c (_initialize_regcache_dump): Likewise.
3231 * regcache.c (_initialize_regcache): Likewise.
3232 * remote.c (add_packet_config_cmd, init_remote_threadtests,
3233 _initialize_remote): Likewise.
3234 * ser-tcp.c (_initialize_ser_tcp): Likewise.
3235 * serial.c (_initialize_serial): Likewise.
3236 * skip.c (_initialize_step_skip): Likewise.
3237 * source.c (_initialize_source): Likewise.
3238 * stack.c (_initialize_stack): Likewise.
3239 * symfile.c (_initialize_symfile): Likewise.
3240 * symtab.c (_initialize_symtab): Likewise.
3241 * target-descriptions.c (_initialize_target_descriptions): Likewise.
3242 * top.c (init_main): Likewise.
3243 * tracefile-tfile.c (tfile_target_info): Likewise.
3244 * tracepoint.c (_initialize_tracepoint): Likewise.
3245 * tui/tui-win.c (_initialize_tui_win): Likewise.
3246 * utils.c (add_internal_problem_command): Likewise.
3247 * valprint.c (value_print_option_defs): Likewise.
3248
404f2902
FCE
32492019-08-06 Frank Ch. Eigler <fche@redhat.com>
3250
3251 PR build/24886
3252 * configure.ac: Drop enable-libmcheck support.
3253 * configure, config.in: Rebuild.
3254 * libmcheck.m4: Remove.
3255 * acinclude.m4: Don't include it.
3256 * Makefile.in: Don't distribute it.
3257 * top.c (print_gdb_configuration): Don't mention it.
3258
046bebe1
TT
32592019-08-06 Tom Tromey <tom@tromey.com>
3260
3261 * utils.c (set_output_style): Sometimes pass stream to
3262 emit_style_escape.
3263 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
3264 * record-btrace.c (btrace_insn_history): Update.
3265 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
3266 method.
3267 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
3268 Update initializers.
3269 <m_uiout>: New field.
3270 <m_di>: Move lower.
3271 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3272 Remove "uiout" parameter.
3273 (dump_insns): Update.
3274 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
3275 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
3276
ddbcedf5
CB
32772019-08-06 Christian Biesinger <cbiesinger@google.com>
3278
3279 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
3280 (error_in_psymtab_expansion): Likewise.
3281 (lookup_symbol_via_quick_fns): Likewise.
3282 (basic_lookup_transparent_type_quick): Likewise.
3283 (basic_lookup_transparent_type_1): Likewise.
3284
b08b16c8
TT
32852019-08-06 Tom Tromey <tromey@adacore.com>
3286
3287 * source.c (last_source_error): Now bool.
3288 (print_source_lines_base): Make "noprint" bool. Only open
3289 source file when last_source_visited changes.
3290
cb44333d
TT
32912019-08-06 Tom Tromey <tromey@adacore.com>
3292
3293 * annotate.c (annotate_source_line): Use g_source_cache.
3294 * source-cache.c (source_cache::get_plain_source_lines): Change
3295 parameters. Populate m_offset_cache.
3296 (source_cache::ensure): New method.
3297 (source_cache::get_line_charpos): New method.
3298 (extract_lines): Move lower. Change parameters.
3299 (source_cache::get_source_lines): Move lower.
3300 * source-cache.h (class source_cache): Update comment.
3301 <get_line_charpos>: New method.
3302 <get_source_lines>: Update comment.
3303 <clear>: Clear m_offset_cache.
3304 <get_plain_source_lines>: Change parameters.
3305 <ensure>: New method
3306 <m_offset_cache>: New member.
3307 * source.c (forget_cached_source_info_for_objfile): Update.
3308 (info_source_command): Use g_source_cache.
3309 (find_source_lines, open_source_file_with_line_charpos): Remove.
3310 (print_source_lines_base, search_command_helper): Use g_source_cache.
3311 * source.h (open_source_file_with_line_charpos): Don't declare.
3312 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
3313 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
3314 Use g_source_cache.
3315
872dceaa
TT
33162019-08-06 Tom Tromey <tromey@adacore.com>
3317
3318 * source-cache.c (source_cache::get_plain_source_lines):
3319 Remove "first_line" and "last_line" parameters.
3320 (source_cache::get_source_lines): Cache plain text.
3321 * source-cache.h (class source_cache)
3322 <get_plain_source_lines>: Update.
3323
269249d9
TT
33242019-08-06 Tom Tromey <tromey@adacore.com>
3325
3326 * source-cache.c (extract_lines): No longer a method.
3327 Changed type of parameter. Include final newline.
3328 (selftests::extract_lines_test): New function.
3329 (_initialize_source_cache): Likewise.
3330 * source-cache.h (class source_cache)
3331 <extract_lines>: Don't declare.
3332
c0e8dcd8
TT
33332019-08-06 Tom Tromey <tromey@adacore.com>
3334
3335 * breakpoint.c (init_breakpoint_sal): Update.
3336 (breakpoint): Update.
3337 * breakpoint.h (struct breakpoint) <filter>: Now a
3338 unique_xmalloc_ptr.
3339
0b27c27d
CB
33402019-08-05 Christian Biesinger <cbiesinger@google.com>
3341
3342 * NEWS: Mention dictionary access on blocks.
3343 * python/py-block.c (blpy_getitem): New function.
3344 (block_object_as_mapping): New struct.
3345 (block_object_type): Use new struct for tp_as_mapping field.
3346
4ee94178
CB
33472019-08-05 Christian Biesinger <cbiesinger@google.com>
3348
3349 * objfiles.h (objfile): Add a comment describing partial symbols.
3350
8abfcabc
TT
33512019-08-05 Tom Tromey <tromey@adacore.com>
3352
3353 * compile/compile.c (_initialize_compile): Use _(), not N_().
3354 * thread.c (_initialize_thread): Use _(), not N_().
3355 * stack.c (_initialize_stack): Use _(), not N_().
3356 * printcmd.c (_initialize_printcmd): Use _(), not N_().
3357
2b79f376
SM
33582019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
3359
3360 * dwarf2read.c (struct dw2_symtab_iterator):
3361 <want_specific_block>: Remove.
3362 <block_index>: Change type to gdb::optional.
3363 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
3364 change type of BLOCK_INDEX parameter to gdb::optional.
3365 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
3366 (dw2_lookup_symbol): Don't pass argument for
3367 WANT_SPECIFIC_BLOCK.
3368 (dw2_expand_symtabs_for_function): Don't pass argument for
3369 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
3370 (class dw2_debug_names_iterator)
3371 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
3372 parameter, change BLOCK_INDEX type to gdb::optional.
3373 <m_want_specific_block>: Remove.
3374 <m_block_index>: Change type to gdb::optional.
3375 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
3376 gdb::optional. Re-write in function of gdb::optional.
3377 (dw2_debug_names_lookup_symbol): Don't pass argument for
3378 WANT_SPECIFIC_BLOCK.
3379 (dw2_debug_names_expand_symtabs_for_function): Don't pass
3380 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
3381 BLOCK_INDEX.
3382
ae60f04e
PW
33832019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3384
3385 * NEWS: Mention changes to "info sources" command.
3386
28cd9371
PW
33872019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3388
3389 * symtab.c (filename_partial_match_opts): New struct type.
3390 (struct output_source_filename_data): New members
3391 regexp, c_regexp, partial_match.
3392 (output_source_filename): Use new members to decide to print file.
3393 (info_sources_option_defs): New variable.
3394 (make_info_sources_options_def_group, print_info_sources_header,
3395 info_sources_command_completer):
3396 New functions.
3397 (info_sources_command): Read new optional arguments.
3398 (_initialize_symtab): Update info sources help.
3399
ca683e3a
AO
34002019-08-02 Alexandre Oliva <oliva@adacore.com>
3401
3402 * ada-lang.c (exception_support_info_v0): Renamed from...
3403 (default_exception_support_info): ... this. Create new
3404 definition for v1.
3405 (ada_has_this_exception_support): Look up catch_handlers_sym.
3406 (ada_exception_support_info_sniffer): Try v0 after default.
3407
f1264162
TT
34082019-08-01 Tom Tromey <tromey@adacore.com>
3409
3410 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
3411 gdbarch.h.
3412
0a7b2485
CB
34132019-08-01 Christian Biesinger <cbiesinger@google.com>
3414
3415 * s12z-tdep.c: Fix include path for s12z-opc.h.
3416
c6bdbeb7
AH
34172019-08-01 Alan Hayward <alan.hayward@arm.com>
3418
3419 * NEWS: Require GNU make 3.82.
3420
a2bd7b82
TT
34212019-07-16 Tom Tromey <tom@tromey.com>
3422
3423 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
3424 declare.
3425
aa3b6533
TT
34262019-07-30 Tom Tromey <tromey@adacore.com>
3427
3428 * block.c (contained_in): Remove BLOCK_FUNCTION check.
3429
a1530dc7
KB
34302019-07-30 Kevin Buettner <kevinb@redhat.com>
3431
3432 * printcmd.c (print_address_symbolic): Print negative offsets.
3433 (build_address_symbolic): Force signed arithmetic when computing
3434 offset.
3435
2906593f
CB
34362019-07-30 Christian Biesinger <cbiesinger@google.com>
3437
3438 PR/24474: Add a function to lookup static variables.
3439 * NEWS: Mention this new function.
3440 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
3441 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
3442 * python/python.c (python_GdbMethods): Add new function.
3443
c620ed88
CB
34442019-07-29 Christian Biesinger <cbiesinger@google.com>
3445
3446 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
3447 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
3448 (objfpy_lookup_static_symbol): New function.
3449 (objfile_object_methods): Add new functions.
3450
bc4268a5
PW
34512019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3452
3453 * NEWS: Mention 'set|show print frame-info'. Mention new
3454 'presence' value for 'frame-arguments'. Mention new '-frame-info'
3455 backtrace argument. Mention that python frame filtering code
3456 is now consistent with what 'backtrace' command prints.
3457
4b5e8d19
PW
34582019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3459
3460 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
3461 comments.
3462 (print_frame_info_auto, print_frame_info_source_line,
3463 print_frame_info_location, print_frame_info_source_and_location,
3464 print_frame_info_location_and_address, print_frame_info_short_location):
3465 New declarations.
3466 (struct frame_print_options): New member print_frame_info.
3467 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
3468 * stack.h (get_user_print_what_frame_info): New declaration.
3469 (frame_show_address): New declaration.
3470 * stack.c (print_frame_arguments_choices): New value 'presence'.
3471 (print_frame_info_auto, print_frame_info_source_line,
3472 print_frame_info_location, print_frame_info_source_and_location,
3473 print_frame_info_location_and_address, print_frame_info_short_location,
3474 print_frame_info_choices, print_frame_info_print_what): New definitions.
3475 (print_frame_args): Only print dots for args if print frame-arguments
3476 is 'presence'.
3477 (frame_print_option_defs): New element for "frame-info".
3478 (get_user_print_what_frame_info): New function.
3479 (frame_show_address): Make non static. Move comment to stack.h.
3480 (print_frame_info_to_print_what): New function.
3481 (print_frame_info): Update comment. Use fp_opts.print_frame_info
3482 to decide what to print.
3483 (backtrace_command_1): Handle the new print_frame_arguments_presence
3484 value.
3485 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
3486 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
3487 (py_print_frame): In non-mi mode, use LOCATION as default for
3488 print_what, similarly to frame information printed directly by
3489 backtrace command. Handle frame-info user option in non MI mode.
3490
6bdfee81
KB
34912019-07-27 Kevin Buettner <kevinb@redhat.com>
3492
3493 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
3494 Add case for debugging 32-bit target on 64-bit host. Revise
3495 comment.
3496
98a617f8
KB
34972019-07-27 Kevin Buettner <kevinb@redhat.com>
3498
3499 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
3500 instead of find_function_entry_range_from_pc.
3501
567238c9
KB
35022019-07-27 Kevin Buettner <kevinb@redhat.com>
3503
3504 * stack.c (find_frame_funname): Remove code which preferred
3505 minsym over symtab sym in "certain pathological cases".
3506
2dc80cf8
KB
3507 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
3508 parameter. Change type of "do_demangle" to bool.
3509 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3510 Pass suitable "prefer_sym_over_minsym" flag to
3511 build_address_symbolic(). Don't output "+" for negative offsets.
3512 * printcmd.c (print_address_symbolic): Update invocation of
3513 build_address_symbolic to include a "prefer_sym_over_minsym"
3514 flag.
3515 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
3516 Restrict cases in which use of minimal symbol is preferred to that
3517 of a found symbol. Update comments.
3518
1aff7173
KB
3519 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
3520 for entry pc when entry pc is out of range for that FDE.
3521
89b085ac
BC
35222019-07-26 Brian Callahan <bcallah@openbsd.org>
3523
3524 PR gdb/24839:
3525 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
3526 type.
3527
f32feb4a
CB
35282019-07-25 Christian Biesinger <cbiesinger@google.com>
3529
3530 * python/py-objfile.c (add_separate_debug_file): Fix comment about
3531 this function's Python signature.
3532
3533
35342019-07-24 Christian Biesinger <cbiesinger@google.com>
442853af
CB
3535
3536 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
3537 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
3538 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
3539 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
3540 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
3541
3542
c54e4253
YS
35432019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
3544
3545 * h8300-tdep.c (h8300_register_name_common): New.
3546 h8300_register_name): Use h8300_register_name_common.
3547 (h8300s_register_name): Likewise.
3548 (h8300sx_register_name): Likewise.
3549 (h8300h_register_nam): New.
3550 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
3551
3552
40eadf04
SP
35532019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3554
3555 * arm-tdep.c (arm_skip_cmse_entry): New function.
3556 (arm_is_sgstubs_section): New function.
3557 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
3558
bfa2a36d
TT
35592019-07-22 Tom Tromey <tom@tromey.com>
3560
3561 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
3562 Don't self-assign.
3563
a8e9d247
AB
35642019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3565
3566 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
3567 type_print.
3568
eb86c5e2
AB
35692019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3570
3571 * symtab.c (search_symbols): Adjust msymbol matching type arrays
3572 so that GDB doesn't match any msymbols when searching in the
3573 TYPES_DOMAIN.
3574 (print_symbol_info): Print using typedef_print or type_print based
3575 on the type of the symbol. Add updated FIXME comment moved from...
3576 (_initialize_symtab): ... move and update FIXME comment to above.
3577
a8eab7c6
AB
35782019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3579
3580 * NEWS: Mention adding -q option to "info types".
3581 * symtab.c (struct info_types_options): New struct.
3582 (info_types_options_defs): New variable.
3583 (make_info_types_options_def_group): New function.
3584 (info_types_command): Use gdb::option framework to parse options.
3585 (info_types_command_completer): New function.
3586 (_initialize_symtab): Extend the help text on "info types" and
3587 register command completer.
3588
b4603c34
CB
35892019-07-21 Christian Biesinger <cbiesinger@google.com>
3590
3591 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
3592 (lookup_symbol_in_objfile): Change int to block_enum and add a
3593 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
3594
c8cdc1e0
CB
35952019-07-20 Christian Biesinger <cbiesinger@google.com>
3596
3597 * MAINTAINERS (Write After Approval): Add self.
3598
01e175fe
AB
35992019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3600
3601 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
3602 instruction to the dummy code region.
3603
56f79b63
TT
36042019-07-19 Tom Tromey <tromey@adacore.com>
3605
3606 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
3607 (ARGSUSED, PARAMS, __func__): Remove rules.
3608
4c5aa8e0
AH
36092019-07-19 Alan Hayward <alan.hayward@arm.com>
3610
3611 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
3612 * features/arm/arm-with-iwmmxt.c: Remove.
3613 * features/arm/arm-with-iwmmxt.xml: Remove.
3614 * features/arm/arm-with-m-fpa-layout.c: Remove.
3615 * features/arm/arm-with-m-fpa-layout.xml: Remove.
3616 * features/arm/arm-with-m-vfp-d16.c: Remove.
3617 * features/arm/arm-with-m-vfp-d16.xml: Remove.
3618 * features/arm/arm-with-m.c: Remove.
3619 * features/arm/arm-with-m.xml: Remove.
3620 * features/arm/arm-with-neon.c: Remove.
3621 * features/arm/arm-with-neon.xml: Remove.
3622 * features/arm/arm-with-vfpv2.c: Remove.
3623 * features/arm/arm-with-vfpv2.xml: Remove.
3624 * features/arm/arm-with-vfpv3.c: Remove.
3625 * features/arm/arm-with-vfpv3.xml: Remove.
3626
f42b2617
AH
36272019-07-19 Alan Hayward <alan.hayward@arm.com>
3628
3629 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
3630
f29ec966
AH
36312019-07-19 Alan Hayward <alan.hayward@arm.com>
3632
3633 * arch/aarch32.c (aarch32_create_target_description): Create
3634 target descriptions using features.
3635 * arch/arm.c (arm_create_target_description)
3636 (arm_create_mprofile_target_description): Likewise.
3637 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
3638
d105cce5
AH
36392019-07-19 Alan Hayward <alan.hayward@arm.com>
3640
3641 * Makefile.in: Add new files.
3642 * aarch32-tdep.c: New file.
3643 * aarch32-tdep.h: New file.
3644 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
3645 Call aarch32_read_description.
3646 * arch/aarch32.c: New file.
3647 * arch/aarch32.h: New file.
3648 * arch/arm.c (arm_create_target_description)
3649 (arm_create_mprofile_target_description): New function.
3650 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
3651 (arm_create_target_description)
3652 (arm_create_mprofile_target_description): New declaration.
3653 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
3654 read_description functions.
3655 * arm-linux-nat.c (arm_linux_nat_target::read_description):
3656 Likewise.
3657 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
3658 * arm-tdep.c (tdesc_arm_list): New variable.
3659 (arm_register_g_packet_guesses): Call create description functions.
3660 (arm_read_description) (arm_read_mprofile_description): New
3661 function.
3662 * arm-tdep.h (arm_read_description)
3663 (arm_read_mprofile_description): Add declaration.
3664 * configure.tgt: Add new files.
3665
afe09f0b
GL
36662019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
3667
3668 * top.c (new_ui_command): Open specified terminal just once.
3669
cd215b2e
TT
36702019-07-18 Tom Tromey <tromey@adacore.com>
3671
3672 * symtab.c (main_name): Constify return type.
3673 * symfile.c (set_initial_language): Update.
3674 * symtab.h (main_name): Constify return type.
3675
d8f68fcb
TT
36762019-07-17 Tom Tromey <tom@tromey.com>
3677
3678 * tui/tui-winsource.c (tui_update_source_window)
3679 (tui_update_source_window_as_is)
3680 (tui_update_source_windows_with_line): Remove return.
3681 * tui/tui-disasm.c (tui_show_disassem)
3682 (tui_show_disassem_and_update_source): Remove return.
3683 * tui/tui.c (tui_reset): Remove return.
3684 * tui/tui-wingeneral.c
3685 (tui_check_and_display_highlight_if_needed): Remove return.
3686
ca5af91e
TT
36872019-07-17 Tom Tromey <tom@tromey.com>
3688
3689 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
3690
5104fe36
TT
36912019-07-17 Tom Tromey <tom@tromey.com>
3692
3693 * tui/tui-winsource.h (struct tui_exec_info_window)
3694 (struct tui_source_window_base): Move from tui-data.h.
3695 * tui/tui-winsource.c: Move many method definitions from
3696 elsewhere. Remove "structuring" comments.
3697 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
3698 (tui_source_window_base::refresh_window): Move to
3699 tui-winsource.c.
3700 * tui/tui-win.c (tui_source_window_base::refresh_all)
3701 (tui_source_window_base::update_tab_width)
3702 (tui_source_window_base::set_new_height)
3703 (tui_source_window_base::do_make_visible_with_new_height): Move to
3704 tui-winsource.c.
3705 * tui/tui-source.h: Update.
3706 * tui/tui-source.c (tui_source_window_base::reset): Move to
3707 tui-winsource.c.
3708 * tui/tui-disasm.h: Update.
3709 * tui/tui-data.h (struct tui_exec_info_window): Move to
3710 tui-winsource.h.
3711 (struct tui_source_window_base): Likewise.
3712 * tui/tui-data.c (tui_source_window_base::clear_detail)
3713 (tui_source_window_base, ~tui_source_window_base): Move to
3714 tui-winsource.c.
3715
daa15dde
TT
37162019-07-17 Tom Tromey <tom@tromey.com>
3717
3718 * tui/tui-win.c (tui_resize_all)
3719 (tui_source_window_base::update_tab_width)
3720 (tui_adjust_win_heights): Update.
3721 (tui_win_info::make_invisible_and_set_new_height): Rename from
3722 make_invisible_and_set_new_height.
3723 * tui/tui-data.h (struct tui_win_info)
3724 <make_invisible_and_set_new_height>: New method.
3725
bfad4537
TT
37262019-07-17 Tom Tromey <tom@tromey.com>
3727
3728 * tui/tui.c: Update.
3729 * tui/tui-source.h (struct tui_source_window): Move from
3730 tui-data.h.
3731 * tui/tui-layout.c: Update.
3732 * tui/tui-disasm.c: Update.
3733 * tui/tui-data.h (struct tui_source_window): Move to
3734 tui-source.h.
3735
88f7e873
TT
37362019-07-17 Tom Tromey <tom@tromey.com>
3737
3738 * tui/tui-disasm.h (struct tui_disasm_window): Move from
3739 tui-data.h.
3740 * tui/tui-data.h (struct tui_disasm_window): Move to
3741 tui-disasm.h.
3742
96bd6233
TT
37432019-07-17 Tom Tromey <tom@tromey.com>
3744
3745 * tui/tui-regs.h (struct tui_data_item_window): Move from
3746 tui-data.h.
3747 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
3748 * tui/tui-data.h (struct tui_data_item_window): Move to
3749 tui-regs.h.
3750 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
3751
ce38393b
TT
37522019-07-17 Tom Tromey <tom@tromey.com>
3753
3754 * tui/tui.c: Update.
3755 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
3756 (tui_cmd_window::max_height): Move to tui-command.c.
3757 * tui/tui-layout.c: Update.
3758 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
3759 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
3760 tui-command.c.
3761 * tui/tui-command.h (struct tui_cmd_window): Move from
3762 tui-data.h.
3763 * tui/tui-command.c: Remove "structuring" comments.
3764 (tui_cmd_window::clear_detail)
3765 (tui_cmd_window::do_make_visible_with_new_height)
3766 (tui_cmd_window::max_height): Move from elsewhere.
3767
2d8b51cb
TT
37682019-07-17 Tom Tromey <tom@tromey.com>
3769
3770 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
3771 Now static.
3772 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
3773 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
3774
18ab23af
TT
37752019-07-17 Tom Tromey <tom@tromey.com>
3776
3777 * tui/tui.c: Update.
3778 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
3779 tui-regs.c.
3780 * tui/tui-windata.h: Remove file.
3781 * tui/tui-windata.c: Remove file.
3782 * tui/tui-win.c (tui_data_window::set_new_height)
3783 (tui_data_window::do_make_visible_with_new_height): Move to
3784 tui-regs.c.
3785 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
3786 * tui/tui-regs.c: Remove "structuring" comments.
3787 (tui_data_window::first_data_item_displayed)
3788 (tui_data_window::delete_data_content_windows)
3789 (tui_data_window::erase_data_content)
3790 (tui_data_window::display_all_data)
3791 (tui_data_window::refresh_all)
3792 (tui_data_window::do_scroll_vertical)
3793 (tui_data_window::clear_detail, tui_data_window::set_new_height)
3794 (tui_data_window::do_make_visible_with_new_height)
3795 (tui_data_window::refresh_window): Move from elsewhere.
3796 (_initialize_tui_regs): Move to end of file.
3797 * tui/tui-layout.c: Update.
3798 * tui/tui-hooks.c: Update.
3799 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
3800 * tui/tui-data.c (tui_data_window::clear_detail): Move to
3801 tui-regs.c.
3802 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
3803
88b7e7cc
TT
38042019-07-17 Tom Tromey <tom@tromey.com>
3805
3806 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
3807 seen.
3808
0fcd3711
TT
38092019-07-17 Tom Tromey <tom@tromey.com>
3810
3811 * tui/tui-win.c (tui_source_window_base::set_new_height)
3812 (tui_source_window_base::do_make_visible_with_new_height): Use
3813 m_has_locator field directly.
3814 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
3815 method.
3816 (struct tui_source_window_base) <has_locator>: Likewise.
3817
4a38112d
TT
38182019-07-17 Tom Tromey <tom@tromey.com>
3819
3820 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
3821 Don't declare.
3822 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
3823 Remove.
3824 * tui/tui-win.c (tui_source_window_base::set_new_height)
3825 (tui_source_window_base::set_new_height)
3826 (make_invisible_and_set_new_height)
3827 (tui_source_window_base::do_make_visible_with_new_height)
3828 (tui_source_window_base::do_make_visible_with_new_height):
3829 Update.
3830 * tui/tui-layout.c (show_source_disasm_command, show_data)
3831 (show_source_or_disasm_and_command): Update.
3832 * tui/tui-layout.c (show_layout): Update.
3833
09129226
TT
38342019-07-17 Tom Tromey <tom@tromey.com>
3835
3836 * tui/tui-layout.c (make_data_window): Remove.
3837 (show_data): Unify creation and re-initialization cases.
3838
4a8a5e84
TT
38392019-07-17 Tom Tromey <tom@tromey.com>
3840
3841 * tui/tui-layout.c (make_source_window, make_disasm_window):
3842 Remove.
3843 (show_data): Unify creation and re-initialization cases.
3844
76d2be8e
TT
38452019-07-17 Tom Tromey <tom@tromey.com>
3846
3847 * tui/tui-layout.c (make_command_window): Remove.
3848 (show_source_disasm_command, show_source_or_disasm_and_command):
3849 Unify creation and re-initialization cases.
3850
890b8bde
TT
38512019-07-17 Tom Tromey <tom@tromey.com>
3852
3853 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
3854 creation and re-initialization cases.
3855
2cdfa113
TT
38562019-07-17 Tom Tromey <tom@tromey.com>
3857
3858 * tui/tui-regs.c (tui_get_register): Return void.
3859
8e3cfd09
TT
38602019-07-17 Tom Tromey <tom@tromey.com>
3861
3862 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
3863 Simplify.
3864
f4e04977
TT
38652019-07-17 Tom Tromey <tom@tromey.com>
3866
3867 * tui/tui-layout.c (show_source_disasm_command): Simplify window
3868 resetting.
3869
0379b883
TT
38702019-07-17 Tom Tromey <tom@tromey.com>
3871
3872 * tui/tui.h (tui_set_layout_by_name): Don't declare.
3873 * tui/tui-regs.c (tui_reg_layout): New function.
3874 (tui_show_registers, tui_reg_command): Use it.
3875 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
3876 (tui_layout_command): Rename from tui_set_layout_by_name. Change
3877 parameters.
3878 (tui_layout_command): Remove.
3879
b7fbad91
TT
38802019-07-17 Tom Tromey <tom@tromey.com>
3881
3882 * tui/tui-layout.h (tui/tui-layout): Return void.
3883 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
3884
4e1e56b9
TT
38852019-07-17 Tom Tromey <tom@tromey.com>
3886
3887 * tui/tui-layout.c (show_source_disasm_command, show_data):
3888 Update.
3889 (reset_locator): Remove.
3890 (show_source_or_disasm_and_command): Update.
3891
1e0c09ba
TT
38922019-07-17 Tom Tromey <tom@tromey.com>
3893
3894 * tui/tui-source.c (tui_source_window_base::reset): Remove
3895 win_type parameter.
3896 * tui/tui-layout.c (make_command_window, make_source_window)
3897 (make_disasm_window, make_data_window)
3898 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
3899 (reset_locator, show_source_or_disasm_and_command): Update.
3900 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
3901 win_type parameter.
3902 (struct tui_source_window_base) <reset>: Likewise.
3903
1bf605de
TT
39042019-07-17 Tom Tromey <tom@tromey.com>
3905
3906 * tui/tui-layout.c (show_source_disasm_command): Use
3907 reset_locator.
3908 (reset_locator): New function.
3909 (init_and_make_win): Remove.
3910 (show_source_or_disasm_and_command): Use reset_locator.
3911
098f9ed4
TT
39122019-07-17 Tom Tromey <tom@tromey.com>
3913
3914 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
3915 condition.
3916 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
3917 Remove condition.
3918 * tui/tui-source.c (tui_source_window_base::reset): New method.
3919 * tui/tui-layout.c (make_command_window): Don't call
3920 init_and_make_win.
3921 (make_source_window, make_disasm_window): Don't call
3922 make_source_or_disasm_window.
3923 (make_data_window): Don't call init_and_make_win. Change calling
3924 convention.
3925 (show_source_disasm_command, show_data): Simplify.
3926 (make_source_or_disasm_window): Remove.
3927 (show_source_or_disasm_and_command): Simplify.
3928 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
3929 (struct tui_source_window_base) <reset>: Likewise.
3930 <execution_info>: Remove initializer.
3931 * tui/tui-data.c (tui_source_window_base): Initialize
3932 execution_info.
3933
80110957
TT
39342019-07-17 Tom Tromey <tom@tromey.com>
3935
3936 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
3937 variable.
3938
cf82af05
TT
39392019-07-17 Tom Tromey <tom@tromey.com>
3940
3941 * tui/tui.c (tui_rl_other_window): Update.
3942 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
3943 superclass method first. Always iterate over regs_content.
3944 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
3945 method.
3946 * tui/tui-win.c (tui_set_focus_command): Update.
3947
01aeb396
TT
39482019-07-17 Tom Tromey <tom@tromey.com>
3949
3950 * tui/tui-win.c (tui_set_focus_command): Rename from
3951 tui_set_focus. Call tui_enable.
3952 (tui_set_focus_command): Remove.
3953
fd6c75ee
TT
39542019-07-17 Tom Tromey <tom@tromey.com>
3955
3956 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
3957 refresh_window.
3958 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
3959 touchwin.
3960 (tui_data_window::refresh_window): Call refresh_window on data
3961 items. Always call superclass refresh_window.
3962 (tui_win_info::refresh): Remove.
3963 (tui_source_window_base::refresh_window): Update.
3964 (tui_refresh_all): Update.
3965 * tui/tui-layout.c (show_source_disasm_command): Remove call to
3966 refresh_window.
3967 (show_source_or_disasm_and_command): Likewise.
3968 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
3969 (struct tui_source_window_base) <refresh>: Likewise.
3970
f6cc34a9
TT
39712019-07-17 Tom Tromey <tom@tromey.com>
3972
3973 * tui/tui-winsource.c (tui_clear_source_content)
3974 (tui_show_source_content): Update.
3975 * tui/tui-source.c (tui_source_window::showing_source_p): Check
3976 whether content is empty.
3977 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
3978 Remove.
3979
f31ec9af
TT
39802019-07-17 Tom Tromey <tom@tromey.com>
3981
3982 * tui/tui-winsource.c (tui_erase_source_content): Clear the
3983 window's contents.
3984 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
3985 * tui/tui-source.c (tui_set_source_content_nil): Remove.
3986
d1b6f1e5
TT
39872019-07-17 Tom Tromey <tom@tromey.com>
3988
3989 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
3990 (struct tui_data_item_window): Update.
3991
d9743a13
TT
39922019-07-17 Tom Tromey <tom@tromey.com>
3993
3994 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
3995 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
3996 defines.
3997
caf0bc4e
TT
39982019-07-17 Tom Tromey <tom@tromey.com>
3999
4000 * tui/tui-winsource.h (tui_erase_source_content)
4001 (tui_clear_source_content): Remove "display_prompt" parameter.
4002 * tui/tui-winsource.c (tui_update_source_window_as_is)
4003 (tui_update_source_windows_with_addr): Update.
4004 (tui_clear_source_content): Remove "display_prompt" parameter.
4005 (tui_erase_source_content): Likewise. Simplify.
4006 (tui_show_source_content): Update.
4007 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
4008 * tui/tui-stack.c (tui_show_frame_info): Update.
4009 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
4010 Remove defines.
4011
9d391078
TT
40122019-07-17 Tom Tromey <tom@tromey.com>
4013
4014 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
4015 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
4016 parameter.
4017 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
4018 parameter.
4019
a38da35d
TT
40202019-07-17 Tom Tromey <tom@tromey.com>
4021
4022 * tui/tui-winsource.c (tui_clear_source_content)
4023 (tui_show_source_content, tui_show_exec_info_content)
4024 (tui_clear_exec_info_content): Update.
4025 * tui/tui-stack.c (tui_show_locator_content): Update.
4026 (tui_show_frame_info): Update.
4027 * tui/tui-source.h (tui_source_window): Don't declare.
4028 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
4029 from tui_source_is_displayed.
4030 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
4031 Remove field.
4032 (struct tui_source_window_base) <content_in_use>: New field. Now
4033 bool.
4034 (struct tui_source_window) <showing_source_p>: New method.
4035 (TUI_SRC_WIN): Change cast.
4036 * tui/tui-data.c (tui_initialize_static_data): Update.
4037
c2cd8994
TT
40382019-07-17 Tom Tromey <tom@tromey.com>
4039
4040 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
4041 location_matches_p.
4042 * tui/tui-source.c (tui_source_window::location_matches_p): New
4043 method.
4044 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
4045 method.
4046 * tui/tui-data.h (struct tui_source_window_base)
4047 <location_matches_p>: New method.
4048 (struct tui_source_window, struct tui_disasm_window)
4049 <location_matches_p>: Likewise.
4050
4dde7b34
TT
40512019-07-17 Tom Tromey <tom@tromey.com>
4052
4053 * tui/tui-win.c (tui_set_win_height_command): Rename from
4054 tui_set_win_height.
4055 (tui_set_win_height_command): Remove.
4056
b73dd877
TT
40572019-07-17 Tom Tromey <tom@tromey.com>
4058
4059 * tui/tui-source.c (tui_source_window): New constructor. Add
4060 observer.
4061 (~tui_source_window): New destructor.
4062 (tui_source_window::style_changed): New method.
4063 * tui/tui-hooks.c (tui_redisplay_source): Remove.
4064 (tui_attach_detach_observers): Update.
4065 * tui/tui-data.h (struct tui_source_window): Make constructor not
4066 inline. Add destructor.
4067 (struct tui_source_window) <style_changed>: New method.
4068 <m_observable>: New member.
4069
ae2b5380
TT
40702019-07-17 Tom Tromey <tom@tromey.com>
4071
4072 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
4073 * tui/tui-win.c (tui_resize_all): Fix typo.
4074
1ce3e844
TT
40752019-07-17 Tom Tromey <tom@tromey.com>
4076
4077 * tui/tui-wingeneral.h (tui_refresh_all): Update.
4078 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
4079 (tui_refresh_all): Remove "list" parameter. Use foreach.
4080 * tui/tui-win.c (window_name_completer): Use foreach.
4081 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
4082 (update_tab_width): Likewise.
4083 * tui/tui-layout.c (show_layout): Update.
4084 * tui/tui-data.h (class tui_window_iterator): New.
4085 (struct all_tui_windows): New.
4086 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
4087
fe3eaf1c
TT
40882019-07-17 Tom Tromey <tom@tromey.com>
4089
4090 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
4091 parameter. Don't reference globals.
4092 (tui_reg_command): Update.
4093
368c1354
TT
40942019-07-17 Tom Tromey <tom@tromey.com>
4095
4096 * tui/tui-regs.c (tui_show_registers): Simplify.
4097
e80cd204
TT
40982019-07-17 Tom Tromey <tom@tromey.com>
4099
4100 * tui/tui-regs.c (tui_show_registers): Update.
4101 (tui_show_register_group): Add win_info parameter.
4102
aca2dd16
TT
41032019-07-17 Tom Tromey <tom@tromey.com>
4104
4105 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
4106 Rename from tui_display_reg_element_at_line.
4107 (tui_data_window::display_registers_from_line): Update.
4108 * tui/tui-data.h (struct tui_data_window)
4109 <display_reg_element_at_line>: New method.
4110
517e9505
TT
41112019-07-17 Tom Tromey <tom@tromey.com>
4112
4113 * tui/tui-regs.h (tui_display_registers_from)
4114 (tui_display_registers_from_line): Don't declare.
4115 * tui/tui-windata.c (tui_data_window::display_all_data)
4116 (tui_data_window::refresh_all)
4117 (tui_data_window::do_scroll_vertical): Update.
4118 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
4119 from tui_display_registers_from.
4120 (tui_display_reg_element_at_line): Update.
4121 (tui_data_window::display_registers_from_line): Rename from
4122 tui_display_registers_from_line.
4123 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
4124 display_registers_from_line>: New methods.
4125
f76d8b19
TT
41262019-07-17 Tom Tromey <tom@tromey.com>
4127
4128 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
4129 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
4130 from tui_erase_data_content.
4131 (tui_data_window::display_all_data)
4132 (tui_data_window::refresh_all)
4133 (tui_data_window::do_scroll_vertical): Update.
4134 * tui/tui-regs.c (tui_show_registers): Update.
4135 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
4136 New method.
4137
b4094625
TT
41382019-07-17 Tom Tromey <tom@tromey.com>
4139
4140 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
4141 declare.
4142 * tui/tui-windata.c
4143 (tui_data_window::delete_data_content_windows): Rename from
4144 tui_delete_data_content_windows.
4145 (tui_data_window::display_all_data)
4146 (tui_data_window::do_scroll_vertical): Update.
4147 * tui/tui-data.h (struct tui_data_window)
4148 <delete_data_content_windows>: New method.
4149
c223a729
TT
41502019-07-17 Tom Tromey <tom@tromey.com>
4151
4152 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
4153 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
4154
50daf268
TT
41552019-07-17 Tom Tromey <tom@tromey.com>
4156
4157 * tui/tui-windata.h (tui_display_all_data): Don't declare.
4158 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
4159 from tui_display_all_data.
4160 * tui/tui-win.c
4161 (tui_data_window::do_make_visible_with_new_height): Update.
4162 * tui/tui-regs.c (tui_show_registers): Update.
4163 * tui/tui-layout.c (tui_set_layout): Update.
4164 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
4165 method.
4166
df5f8cab
TT
41672019-07-17 Tom Tromey <tom@tromey.com>
4168
4169 * tui/tui-windata.h (tui_display_data_from): Don't declare.
4170 * tui/tui-windata.c (tui_display_data_from): Remove.
4171 (tui_data_window::refresh_all): Update.
4172
80cb6c27
TT
41732019-07-17 Tom Tromey <tom@tromey.com>
4174
4175 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
4176 * tui/tui-windata.c (tui_display_data_from_line): Remove.
4177 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
4178 tui_display_registers_from_line.
4179 * tui/tui-regs.h (tui_display_registers_from_line): Update.
4180 * tui/tui-regs.c (tui_display_registers_from_line): Remove
4181 "force_display" parameter.
4182
baff0c28
TT
41832019-07-17 Tom Tromey <tom@tromey.com>
4184
4185 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
4186 declare.
4187 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
4188 Rename from tui_first_reg_element_no_inline.
4189 (tui_display_reg_element_at_line)
4190 (tui_display_registers_from_line): Update.
4191 * tui/tui-data.h (struct tui_data_window)
4192 <first_reg_element_no_inline>: New method.
4193
3b23c5f2
TT
41942019-07-17 Tom Tromey <tom@tromey.com>
4195
4196 * tui/tui-windata.c (tui_display_data_from)
4197 (tui_data_window::do_scroll_vertical): Update.
4198 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
4199 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
4200 Rename from tui_line_from_reg_element_no.
4201 (tui_display_registers_from_line): Update.
4202 * tui/tui-data.h (struct tui_data_window)
4203 <line_from_reg_element_no>: New method.
4204
0b5ec218
TT
42052019-07-17 Tom Tromey <tom@tromey.com>
4206
4207 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
4208 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
4209 tui_last_regs_line_no.
4210 (tui_display_reg_element_at_line)
4211 (tui_display_registers_from_line): Update.
4212 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
4213 method.
4214
0807ab7b
TT
42152019-07-17 Tom Tromey <tom@tromey.com>
4216
4217 PR tui/24722:
4218 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
4219 (tui_update_breakpoint_info): Add "being_deleted" parameter.
4220 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
4221 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
4222 (tui_update_breakpoint_info): Likewise.
4223 * tui/tui-hooks.c (tui_event_create_breakpoint)
4224 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
4225 Update.
4226
9ad7fdef
TT
42272019-07-17 Tom Tromey <tom@tromey.com>
4228
4229 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
4230
5813316f
TT
42312019-07-17 Tom Tromey <tom@tromey.com>
4232
4233 * tui/tui-winsource.c (tui_update_source_window_as_is)
4234 (tui_update_source_windows_with_addr): Update.
4235 * tui/tui-source.h (tui_set_source_content)
4236 (tui_show_symtab_source): Add "win_info" parameter.
4237 * tui/tui-source.c (tui_set_source_content): Add "win_info"
4238 parameter.
4239 (tui_show_symtab_source): Likewise.
4240
00e264e7
TT
42412019-07-17 Tom Tromey <tom@tromey.com>
4242
4243 * tui/tui-wingeneral.c
4244 (tui_check_and_display_highlight_if_needed): Check can_highlight.
4245
06210ce4
TT
42462019-07-17 Tom Tromey <tom@tromey.com>
4247
4248 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
4249 (struct tui_cmd_window) <can_scroll>: New method.
4250 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
4251 method.
4252
381befee
TT
42532019-07-17 Tom Tromey <tromey@adacore.com>
4254
4255 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
4256 do_field_signed>: Rename. Change type of "value".
4257 * ui-out.c (ui_out::field_signed): Rename from field_int.
4258 Change type of "value".
4259 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
4260 type of "value".
4261 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
4262 do_field_int. Change type of "value".
4263 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
4264 do_field_int. Change type of "value".
4265 * tracepoint.c (trace_status_mi, tfind_1)
4266 (print_one_static_tracepoint_marker): Update.
4267 * thread.c (print_thread_info_1, print_selected_thread_frame):
4268 Update.
4269 * stack.c (print_frame, print_frame_info): Update.
4270 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
4271 Update.
4272 * source.c (print_source_lines_base): Update.
4273 * skip.c (info_skip_command): Update.
4274 * record-btrace.c (btrace_ui_out_decode_error)
4275 (btrace_call_history_src_line): Update.
4276 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
4277 Update.
4278 * progspace.c (print_program_space): Update.
4279 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
4280 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
4281 do_field_int. Change type of "value".
4282 * mi/mi-out.c (mi_ui_out::do_table_begin)
4283 (mi_ui_out::do_table_header): Update.
4284 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
4285 type of "value".
4286 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
4287 (mi_cmd_data_list_changed_registers, output_register)
4288 (mi_cmd_data_read_memory, mi_load_progress)
4289 (mi_cmd_trace_frame_collected): Update.
4290 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
4291 Update.
4292 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
4293 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
4294 (mi_cmd_var_list_children, varobj_update_one): Update.
4295 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
4296 (mi_cmd_stack_list_args, list_arg_or_local): Update.
4297 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
4298 * inferior.c (print_inferior): Update.
4299 * gdb_bfd.c (print_one_bfd): Update.
4300 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
4301 Update.
4302 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
4303 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
4304 do_field_int. Change type of "value".
4305 * cli-out.c (cli_ui_out::do_field_signed): Rename from
4306 do_field_int. Change type of "value".
4307 * breakpoint.c (watchpoint_check, print_breakpoint_location)
4308 (print_one_breakpoint_location, print_it_catch_fork)
4309 (print_one_catch_fork, print_it_catch_vfork)
4310 (print_one_catch_vfork, print_it_catch_solib)
4311 (print_it_catch_exec, print_it_ranged_breakpoint)
4312 (print_mention_watchpoint, print_mention_masked_watchpoint)
4313 (bkpt_print_it, update_static_tracepoint): Update.
4314 * break-catch-throw.c (print_it_exception_catchpoint): Update.
4315 * break-catch-syscall.c (print_it_catch_syscall): Update.
4316 * ada-tasks.c (print_ada_task_info): Update.
4317 * ada-lang.c (print_it_exception, print_mention_exception):
4318 Update.
4319
6b78c3f8
AB
43202019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4321
4322 PR breakpoints/24541
4323 * gdbarch.c: Regenerate.
4324 * gdbarch.h: Regenerate.
4325 * gdbarch.sh: Adjust return type and parameter types for
4326 'stap_adjust_register'.
4327 (i386_stap_adjust_register): Adjust signature and return new
4328 register name.
4329 * stap-probe.c (stap_parse_register_operand): Adjust use of
4330 'gdbarch_stap_adjust_register'.
4331
d72a9b85
TT
43322019-07-17 Tom Tromey <tromey@adacore.com>
4333
4334 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
4335 declare VEC.
4336 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
4337 std::vector.
4338 (struct s390_process_info): Add initializers.
4339 (s390_add_process): Use new.
4340 (s390_linux_nat_target::low_forget_process): Use delete.
4341 (s390_linux_nat_target::low_new_fork)
4342 (s390_linux_nat_target::stopped_by_watchpoint)
4343 (s390_linux_nat_target::low_prepare_to_resume)
4344 (s390_linux_nat_target::insert_watchpoint)
4345 (s390_linux_nat_target::insert_hw_breakpoint)
4346 (s390_linux_nat_target::remove_watchpoint)
4347 (s390_linux_nat_target::remove_hw_breakpoint): Update.
4348
206e6c58
JB
43492019-07-16 John Baldwin <jhb@FreeBSD.org>
4350
4351 * aarch64-fbsd-nat.c: Include regcache.h.
4352 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
4353 argument.
4354 (aarch64_fbsd_nat_target::fetch_registers)
4355 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
4356 variable.
4357 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
4358
cbde90f2
JB
43592019-07-16 John Baldwin <jhb@FreeBSD.org>
4360
4361 * fbsd-nat.c: Include gdbarch.h.
4362
07128006
TT
43632019-07-15 Tom Tromey <tromey@adacore.com>
4364
4365 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
4366
1f77b012
TT
43672019-07-15 Tom Tromey <tromey@adacore.com>
4368
4369 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
4370 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
4371 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
4372 * cli-out.c (cli_ui_out::do_field_int): New method.
4373 * ui-out.c (ui_out::field_unsigned): New method.
4374 * symfile.c (generic_load): Use field_unsigned.
4375 (print_transfer_performance): Likewise.
4376 * record-btrace.c (ui_out_field_uint): Remove.
4377 (btrace_call_history_insn_range, btrace_call_history): Use
4378 field_unsigned.
4379 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
4380 field_unsigned.
4381 * ui-out.h (class ui_out) <field_unsigned>: New method.
4382 <do_field_unsigned>: Likewise.
4383
33eca680
TT
43842019-07-15 Tom Tromey <tromey@adacore.com>
4385
4386 * mi/mi-main.c (list_available_thread_groups): Use field_string.
4387 * mi/mi-interp.c (mi_memory_changed): Use field_string.
4388 * target.c (flash_erase_command): Use field_string.
4389 * infrun.c (print_signal_received_reason): Use field_string.
4390 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
4391 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
4392 field_string.
4393 * ada-tasks.c (print_ada_task_info): Use field_string.
4394
ca8d69be
TT
43952019-07-15 Tom Tromey <tromey@adacore.com>
4396
4397 * target.c (flash_erase_command): Use field_core_addr.
4398 * symfile.c (generic_load): Use field_core_addr.
4399 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
4400 Use field_core_addr.
4401 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
4402 field_core_addr.
4403
0d4e84ed
AB
44042019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4405
4406 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
4407 value if its desired type is smaller than a CORE_ADDR and signed.
4408
9a49df9d
AB
44092019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4410
4411 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
4412 of changes to field names, and use new is_reference field to
4413 decide if a property is a reference or not.
4414 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
4415 field.
4416 (struct dwarf2_property_baton): Update header comment, rename
4417 'referenced_type' to 'property_type' and update comments.
4418 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
4419 default property type, store in property baton, update to take
4420 accound of renamed field.
4421 (read_func_scope): Update call to attr_to_dynamic_prop.
4422 (read_array_type): Likewise.
4423 (dwarf2_per_cu_addr_sized_int_type): New function.
4424 (read_subrange_index_type): Move type finding code to
4425 dwarf2_per_cu_addr_sized_int_type.
4426 (read_subrange_type): Update calls to attr_to_dynamic_prop.
4427 (dwarf2_per_cu_addr_type): New function.
4428 (set_die_type): Update calls to attr_to_dynamic_prop.
4429
b86352cf
AB
44302019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4431
4432 * dwarf2read.c (read_subrange_index_type): New function.
4433 (read_subrange_type): Move code into new function and call it.
4434 * gdbtypes.c (create_range_type): Add some asserts.
4435
603490bf
AB
44362019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4437
4438 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
4439 update return statements.
4440 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
4441 declaration, and update comment to match.
4442 * gdbtypes.c (resolve_dynamic_array): Update call to
4443 dwarf2_evaluate_property to match new return type.
4444
592f9d27
AB
44452019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4446
4447 * valarith.c (value_subscripted_rvalue): Change lowerbound
4448 parameter type from int to LONGEST.
4449 * value.h (value_subscripted_rvalue): Likewise in declaration.
4450
60cfcb20
AB
44512019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4452
4453 * cli/cli-utils.c (info_print_command_completer): New function.
4454 * cli/cli-utils.h: Add 'completer.h' include, and forward
4455 declaration for 'struct cmd_list_element'.
4456 (info_print_command_completer): Declare.
4457 * stack.c (_initialize_stack): Add completer for 'info locals' and
4458 'info args'.
4459 * symtab.c (_initialize_symtab): Add completer for 'info
4460 variables' and 'info functions'.
4461 * NEWS: Mention completion for additional info commands.
4462
b16507e0
AB
44632019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4464
4465 * cli/cli-utils.c (extract_info_print_args): Delete.
4466 (extract_arg_maybe_quoted): Delete.
4467 (info_print_options_defs): New variable.
4468 (make_info_print_options_def_group): New function.
4469 (extract_info_print_options): Define new function.
4470 * cli/cli-utils.h (extract_info_print_args): Delete.
4471 (struct info_print_options): New structure.
4472 (extract_info_print_options): Declare new function.
4473 * stack.c (info_locals_command): Update to use new
4474 extract_info_print_options, also add a header comment.
4475 (info_args_command): Likewise.
4476 * symtab.c (info_variables_command): Likewise.
4477 (info_functions_command): Likewise.
4478
021d8588
AB
44792019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4480
4481 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
4482 to extract string arguments.
4483 * common/common-utils.c (extract_string_maybe_quoted): New function.
4484 * common/common-utils.h (extract_string_maybe_quoted): Declare.
4485
b777eb6d
TT
44862019-07-11 Tom Tromey <tromey@adacore.com>
4487
4488 * main.c (get_init_files): Use GDBINIT, not gdbinit.
4489 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
4490 * top.h (gdbinit): Don't declare.
4491 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
4492 into...
4493 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
4494 * top.c (gdb_init): Don't call init_cli_cmds.
4495 (gdbinit): Remove.
4496 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
4497
72ee03ff
TT
44982019-07-11 Tom Tromey <tromey@adacore.com>
4499
4500 * python/py-inferior.c (add_thread_object): Don't use thread_obj
4501 after it has been moved.
4502
00db9531
SM
45032019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
4504
4505 * valops.c (value_must_coerce_to_target): Change return type to
4506 bool.
4507 * value.h (value_must_coerce_to_target): Likewise.
4508
f2478a7e
SM
45092019-07-10 Simon Marchi <simon.marchi@efficios.com>
4510
4511 * breakpoint.c (is_hardware_watchpoint): Remove
4512 forward-declaration.
4513 (is_masked_watchpoint): Change return type to bool.
4514 (is_tracepoint): Likewise.
4515 (is_breakpoint): Likewise.
4516 (is_hardware_watchpoint): Likewise.
4517 (is_watchpoint): Likewise.
4518 (is_no_memory_software_watchpoint): Likewise.
4519 (is_catchpoint): Likewise.
4520 (breakpoint_1): Make FILTER parameter's return type bool.
4521 is_masked_watchpoint): Change return type to bool.
4522 (save_breakpoints): Make FILTER parameter's return type bool.
4523 * breakpoint.h (is_breakpoint): Change return type to bool.
4524 (is_watchpoint): Likewise.
4525 (is_catchpoint): Likewise.
4526 (is_tracepoint): Likewise.
4527
0d12e84c
TT
45282019-07-10 Tom Tromey <tom@tromey.com>
4529
4530 * defs.h: Don't include gdbarch.h.
4531 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
4532 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
4533 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
4534 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
4535 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
4536 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
4537 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
4538 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
4539 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
4540 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
4541 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
4542 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
4543 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
4544 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
4545 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
4546 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
4547 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
4548 record-btrace.c, record.h, regcache-dump.c, regcache.h,
4549 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
4550 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
4551 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
4552 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
4553 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
4554 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
4555 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
4556 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
4557 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
4558
f06f1252
TT
45592019-07-10 Tom Tromey <tromey@adacore.com>
4560
4561 * ada-lang.h (is_ada_exception_catchpoint): Declare.
4562 * breakpoint.c (init_ada_exception_breakpoint): Register as
4563 bp_catchpoint.
4564 (print_one_breakpoint_location, print_one_breakpoint): Use
4565 is_ada_exception_catchpoint.
4566 * ada-lang.c (class ada_catchpoint_location): Pass
4567 bp_loc_software_breakpoint to bp_location constructor.
4568 (is_ada_exception_catchpoint): New function.
4569
7a5d944b
TT
45702019-07-10 Tom Tromey <tromey@adacore.com>
4571
4572 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
4573 VEC.
4574 (struct arm_exidx_entry): New method operator<.
4575 (struct arm_exidx_data) <section_maps>: Change type.
4576 (arm_exidx_data_free): Remove.
4577 (arm_exidx_data_key): Change type. Move lower.
4578 (arm_exidx_new_objfile): Update.
4579 (arm_compare_exidx_entries): Remove.
4580 (arm_find_exidx_entry, _initialize_arm_tdep)
4581
48c66e1d
TT
45822019-07-10 Tom Tromey <tromey@adacore.com>
4583
4584 * solib-spu.c (ocl_program_data_key): Change type.
4585 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
4586 Update.
4587
a269fbf1
TT
45882019-07-10 Tom Tromey <tromey@adacore.com>
4589
4590 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
4591 (struct solib_aix_inferior_data) <library_list>: Change type.
4592 (solib_aix_inferior_data_handle): Change type.
4593 (get_solib_aix_inferior_data): Update.
4594 (solib_aix_free_library_list): Remove.
4595 (library_list_start_library): Update.
4596 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
4597 return type.
4598 (solib_aix_get_library_list)
4599 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
4600 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
4601
c294730c
TT
46022019-07-10 Tom Tromey <tromey@adacore.com>
4603
4604 * solib-dsbt.c (struct dsbt_info): Add initializers.
4605 (solib_dsbt_pspace_data): Change type.
4606 (dsbt_pspace_data_cleanup): Remove.
4607 (get_dsbt_info, _initialize_dsbt_solib): Update.
4608
9d52077d
TT
46092019-07-10 Tom Tromey <tromey@adacore.com>
4610
4611 * spu-tdep.c (spu_overlay_data): Change type.
4612 (spu_get_overlay_table, spu_overlay_new_objfile)
4613 (_initialize_spu_tdep): Update.
4614
22a20dca
TT
46152019-07-10 Tom Tromey <tromey@adacore.com>
4616
4617 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
4618 destructor.
4619 (dbx_objfile_data_key): Change type and declare later.
4620 (DBX_SYMFILE_INFO): Rewrite.
4621 * dbxread.c (dbx_objfile_data_key): Change type.
4622 (dbx_symfile_init): Update.
4623 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
4624 (coffstab_build_psymtabs, elfstab_build_psymtabs)
4625 (stabsect_build_psymtabs, _initialize_dbxread): Update.
4626
cb60f420
TT
46272019-07-10 Tom Tromey <tromey@adacore.com>
4628
4629 * jit.c (jit_program_space_key): Change type. Move lower.
4630 (get_jit_program_space_data): Update.
4631 (jit_program_space_data_cleanup): Remove.
4632 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
4633 Update.
4634 (struct jit_program_space_data): Add initializers.
4635
51df2ae3
TT
46362019-07-10 Tom Tromey <tromey@adacore.com>
4637
4638 * solib-darwin.c (struct darwin_info): Add initializers.
4639 (solib_darwin_pspace_data): Change type.
4640 (darwin_pspace_data_cleanup): Remove.
4641 (get_darwin_info, _initialize_darwin_solib): Update.
4642
18101a35
TT
46432019-07-10 Tom Tromey <tromey@adacore.com>
4644
4645 * remote-sim.c (struct sim_inferior_data): Add initializers,
4646 constructor, and destructor.
4647 (sim_inferior_data_key): Change type. Move lower.
4648 (check_for_duplicate_sim_descriptor): Update.
4649 (get_sim_inferior_data): Use new. Update.
4650 (~sim_inferior_data_cleanup): Rename from
4651 sim_inferior_data_cleanup. Simplify.
4652 (gdbsim_close_inferior, simulator_command)
4653 (sim_command_completer, _initialize_remote_sim): Update.
4654 (next_pid, INITIAL_PID): Move earlier.
4655
05b08ac1
TT
46562019-07-10 Tom Tromey <tromey@adacore.com>
4657
4658 * python/python-internal.h (create_thread_object): Return
4659 gdbpy_ref.
4660 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
4661 * python/py-inferior.c (struct threadlist_entry): Add
4662 constructor.
4663 <thread_obj>: Now a gdbpy_ref.
4664 (thread_to_thread_object): Update.
4665 (add_thread_object): Use new.
4666 (delete_thread_object): Use delete.
4667 (infpy_threads): Update.
4668 (py_free_inferior): Update. Construct "inf_obj" after acquiring
4669 GIL.
4670
32372d80
TT
46712019-07-10 Tom Tromey <tromey@adacore.com>
4672
4673 * valops.c (value_cast): Specialize error message for Ada.
4674
5c458ae8
SM
46752019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
4676
4677 * breakpoint.c (breakpoint_1): Update doc and parameter names.
4678
4c462cb0
SM
46792019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
4680
4681 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
4682 bpstat_should_step): Return bool, adjust comments.
4683 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
4684 bpstat_should_step): Likewise.
4685
89abbcc2
AH
46862019-07-10 Alan Hayward <alan.hayward@arm.com>
4687
4688 * features/Makefile: Use feature target descriptions for Arm.
4689 * features/arm/arm-core.c: Generate new file.
4690 * features/arm/arm-fpa.c: Likewise.
4691 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
4692 * features/arm/arm-m-profile.c: Likewise.
4693 * features/arm/arm-vfpv2.c: Likewise.
4694 * features/arm/arm-vfpv3.c: Likewise.
4695 * features/arm/xscale-iwmmxt.c: Likewise.
4696 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
4697
166a82be
AH
46982019-07-10 Alan Hayward <alan.hayward@arm.com>
4699
4700 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
4701 ptrace earlier.
4702
9fb4c7e9
AH
47032019-07-10 Alan Hayward <alan.hayward@arm.com>
4704
4705 * features/aarch64-pauth.c: Regenerate.
4706
e2d0f980
SM
47072019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
4708
4709 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
4710 bool.
4711 (bpstat_what): Use false instead of 0.
4712
a38118e5
PA
47132019-07-09 Pedro Alves <palves@redhat.com>
4714
4715 * break-catch-throw.c (is_exception_catchpoint): New.
4716 * breakpoint.c (print_one_breakpoint_location): New parameter
4717 'raw_loc'. Handle it. Use
4718 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
4719 looking at the breakpoint's type.
4720 (print_one_breakpoint): If handling "maint info breakpoints", also
4721 print locations of exception catchpoints.
4722 * breakpoint.h (is_exception_catchpoint): Declare.
4723
cb1e4e32
PA
47242019-07-09 Pedro Alves <palves@redhat.com>
4725
4726 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
4727 "addr" field.
4728 (allocate_location_exception_catchpoint): New.
4729 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
4730 (initialize_throw_catchpoint_ops): Install
4731 allocate_location_exception_catchpoint as allocate_location
4732 method.
4733 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
4734 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
4735 bp_loc_other.
4736 (breakpoint_address_is_meaningful): Delete.
4737 (bl_address_is_meaningful): New.
4738 (breakpoint_locations_match): Adjust comment.
4739 (bp_location_from_bp_type): New, factored out of...
4740 (bp_location::bp_location(breakpoint *)): ... this.
4741 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
4742 factored out of...
4743 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
4744 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
4745 breakpoint_address_is_meaningful.
4746 (bp_locations_compare): Adjust comment.
4747 (update_global_location_list): Use bl_address_is_meaningful
4748 instead of breakpoint_address_is_meaningful.
4749 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
4750 explicit.
4751 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
4752 * python/py-breakpoint.c (bppy_get_location): No longer check
4753 whether location is null.
4754
b58a68fe
PA
47552019-07-09 Pedro Alves <palves@redhat.com>
4756
4757 PR c++/15468
4758 * breakpoint.c (print_one_breakpoint_location): Remove
4759 single-location assert.
4760
268a13a5
TT
47612019-07-09 Tom Tromey <tom@tromey.com>
4762
4763 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
4764 * configure: Rebuild.
4765 * configure.ac: Change common to gdbsupport.
4766 * gdbsupport: Rename from common.
4767 * acinclude.m4: Change common to gdbsupport.
4768 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
4769 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
4770 gdbsupport.
4771 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
4772 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
4773 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
4774 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
4775 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
4776 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
4777 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
4778 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
4779 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
4780 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
4781 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
4782 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
4783 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
4784 coff-pe-read.c, command.h, compile/compile-c-support.c,
4785 compile/compile-c.h, compile/compile-cplus-symbols.c,
4786 compile/compile-cplus-types.c, compile/compile-cplus.h,
4787 compile/compile-loc2c.c, compile/compile.c, completer.c,
4788 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
4789 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
4790 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
4791 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
4792 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
4793 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
4794 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
4795 features/aarch64-core.c, features/aarch64-fpu.c,
4796 features/aarch64-pauth.c, features/aarch64-sve.c,
4797 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
4798 features/i386/32bit-core.c, features/i386/32bit-linux.c,
4799 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
4800 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
4801 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
4802 features/i386/64bit-core.c, features/i386/64bit-linux.c,
4803 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
4804 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
4805 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
4806 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
4807 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
4808 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
4809 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
4810 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
4811 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
4812 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
4813 go32-nat.c, guile/guile.c, guile/scm-ports.c,
4814 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
4815 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
4816 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
4817 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
4818 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
4819 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
4820 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
4821 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
4822 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
4823 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
4824 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
4825 minsyms.c, mips-linux-tdep.c, namespace.h,
4826 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
4827 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
4828 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
4829 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
4830 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
4831 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
4832 nat/linux-waitpid.c, nat/mips-linux-watch.c,
4833 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
4834 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
4835 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
4836 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
4837 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
4838 procfs.c, producer.c, progspace.h, psymtab.h,
4839 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
4840 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
4841 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
4842 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
4843 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
4844 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
4845 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
4846 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
4847 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
4848 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
4849 target-memory.c, target.c, target.h, target/waitstatus.c,
4850 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
4851 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
4852 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
4853 unittests/array-view-selftests.c,
4854 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
4855 unittests/common-utils-selftests.c,
4856 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
4857 unittests/format_pieces-selftests.c,
4858 unittests/function-view-selftests.c,
4859 unittests/lookup_name_info-selftests.c,
4860 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
4861 unittests/mkdir-recursive-selftests.c,
4862 unittests/observable-selftests.c,
4863 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
4864 unittests/parse-connection-spec-selftests.c,
4865 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
4866 unittests/scoped_fd-selftests.c,
4867 unittests/scoped_mmap-selftests.c,
4868 unittests/scoped_restore-selftests.c,
4869 unittests/string_view-selftests.c, unittests/style-selftests.c,
4870 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
4871 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
4872 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
4873 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
4874 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
4875 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
4876
5b0e2db4
AB
48772019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4878
4879 * linespec.c (decode_digits_list_mode): Set explicit_line to a
4880 bool value.
4881 (decode_digits_ordinary): Set explicit_line field in sal.
4882 * symtab.c (skip_prologue_sal): Don't skip prologue for a
4883 symtab_and_line that was set on an explicit line number in
4884 assembler code. Do always update the recorded symtab and line if
4885 we do skip the prologue.
4886
0ba852ab
AB
48872019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4888
4889 * breakpoint.c (set_breakpoint_location_function): Remove
4890 explicit_loc parameter.
4891 (momentary_breakpoint_from_master): Update call to
4892 set_breakpoint_location_function.
4893 (add_location_to_breakpoint): Likewise.
4894
b3a7d171
AB
48952019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4896
4897 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
4898 required features based on default bfd type when no specific bfd
4899 is present.
4900
1f6f6e21
PW
49012019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4902
4903 * NEWS: Mention that GDB printf and eval commands can now print
4904 C-style and Ada-style convenience var strings without
4905 calling the inferior.
4906 * printcmd.c (printf_c_string): Locally print GDB internal var
4907 instead of transiting via the inferior.
4908 (printf_wide_c_string): Likewise.
4909
49102019-07-04 Alan Hayward <alan.hayward@arm.com>
ea142fbf 4911
5862c886 4912 PR breakpoints/25011
ea142fbf
AH
4913 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
4914
0598af48
TT
49152019-07-04 Tom Tromey <tom@tromey.com>
4916
4917 PR tui/24724:
4918 * tui/tui-winsource.c (tui_clear_source_content): Update.
4919 (tui_source_window_base::set_is_exec_point_at): Fix comment.
4920 (tui_update_breakpoint_info): Update.
4921 (tui_set_exec_info_content): Update.
4922 * tui/tui-source.c (tui_set_source_content_nil): Update.
4923 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
4924 has_break.
4925 * tui/tui-data.h (enum tui_bp_flag): New.
4926 (tui_bp_flags): New enum flags type.
4927 (struct tui_source_element) <break_mode>: Change type. Rename
4928 from has_break.
4929 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
4930 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
4931 constants.
4932 * tui/tui-winsource.h: Fix comment.
4933
350fab54
AH
49342019-07-04 Alan Hayward <alan.hayward@arm.com>
4935
4936 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
4937 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
4938 (store_fpregs_to_thread)
4939 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
4940 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
4941 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
4942 (IWMMXT_REGS_SIZE): Add define.
4943 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
4944 (fetch_vfp_regs, store_vfp_regs)
4945 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
4946 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
4947
f0452268
AH
49482019-07-04 Alan Hayward <alan.hayward@arm.com>
4949
4950 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
4951 defines.
4952 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
4953 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
4954 (ARM_INT_REGISTER_SIZE): ...to this.
4955 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
4956 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
4957 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
4958 (arm_linux_collect_gregset, supply_nwfpe_register)
4959 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
4960 defines.
4961 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
4962 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
4963 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
4964 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
4965 (arm_return_in_memory, arm_store_return_value)
4966 (arm_get_longjmp_target, arm_register_g_packet_guesses)
4967 (arm_record_ld_st_multiple): Likewise.
4968 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
4969 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
4970
e935475c
AH
49712019-07-04 Alan Hayward <alan.hayward@arm.com>
4972
4973 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
4974 AARCH64_DISPLACED_MODIFIED_INSNS.
4975 * aarch64-tdep.c (struct aarch64_displaced_step_data)
4976 (aarch64_displaced_step_copy_insn): Likewise.
4977 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
4978 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
4979 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
4980 ARM_DISPLACED_MODIFIED_INSNS.
4981 * arm-tdep.c (arm_gdbarch_init): Likewise.
4982 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
4983 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
4984 (struct arm_displaced_step_closure): Use
4985 ARM_DISPLACED_MODIFIED_INSNS.
4986
df0bb381
AH
49872019-07-04 Alan Hayward <alan.hayward@arm.com>
4988
4989 * features/Makefile: Remove unused xml files.
4990 * features/aarch64.xml: Remove.
4991 * features/i386/amd64-avx-avx512-linux.xml: Remove.
4992 * features/i386/amd64-avx-avx512.xml: Remove.
4993 * features/i386/amd64-avx-linux.xml: Remove.
4994 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
4995 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
4996 * features/i386/amd64-avx-mpx-linux.xml: Remove.
4997 * features/i386/amd64-avx-mpx.xml: Remove.
4998 * features/i386/amd64-avx.xml: Remove.
4999 * features/i386/amd64-linux.xml: Remove.
5000 * features/i386/amd64-mpx-linux.xml: Remove.
5001 * features/i386/amd64-mpx.xml: Remove.
5002 * features/i386/amd64.xml: Remove.
5003 * features/i386/i386-avx-avx512-linux.xml: Remove.
5004 * features/i386/i386-avx-avx512.xml: Remove.
5005 * features/i386/i386-avx-linux.xml: Remove.
5006 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
5007 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
5008 * features/i386/i386-avx-mpx-linux.xml: Remove.
5009 * features/i386/i386-avx-mpx.xml: Remove.
5010 * features/i386/i386-avx.xml: Remove.
5011 * features/i386/i386-linux.xml: Remove.
5012 * features/i386/i386-mmx-linux.xml: Remove.
5013 * features/i386/i386-mmx.xml: Remove.
5014 * features/i386/i386-mpx-linux.xml: Remove.
5015 * features/i386/i386-mpx.xml: Remove.
5016 * features/i386/i386.xml: Remove.
5017 * features/i386/x32-avx-avx512-linux.xml: Remove.
5018 * features/i386/x32-avx-linux.xml: Remove.
5019 * features/i386/x32-linux.xml: Remove.
5020
edd6266a
AH
50212019-07-04 Alan Hayward <alan.hayward@arm.com>
5022
5023 * regformats/aarch64.dat: Remove.
5024 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
5025 * regformats/i386/amd64-avx-linux.dat: Remove.
5026 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
5027 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
5028 * regformats/i386/amd64-linux.dat: Remove.
5029 * regformats/i386/amd64-mpx-linux.dat: Remove.
5030 * regformats/i386/amd64.dat: Remove.
5031 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
5032 * regformats/i386/i386-avx-linux.dat: Remove.
5033 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
5034 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
5035 * regformats/i386/i386-linux.dat: Remove.
5036 * regformats/i386/i386-mmx-linux.dat: Remove.
5037 * regformats/i386/i386-mpx-linux.dat: Remove.
5038 * regformats/i386/i386.dat: Remove.
5039 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
5040 * regformats/i386/x32-avx-linux.dat: Remove.
5041 * regformats/i386/x32-linux.dat: Remove.
5042
2b40fda7
AH
50432019-07-04 Alan Hayward <alan.hayward@arm.com>
5044
5045 * aarch64-tdep.c: Remove xml self tests.
5046 * amd64-linux-tdep.c: Likewise.
5047 * amd64-tdep.c: Likewise.
5048 * i386-linux-tdep.c: Likewise.
5049 * i386-tdep.c: Likewise.
5050
5f4ba3e7
PA
50512019-07-03 Pedro Alves <palves@redhat.com>
5052
5053 PR cli/24732
5054 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
5055 (pipe_cmd_option_defs): New.
5056 (make_pipe_cmd_options_def_group): New.
5057 (pipe_command): Use gdb::option::process_options.
5058 (pipe_command_completer): New function.
5059 (_initialize_cli_cmds): Install completer for "pipe" command.
5060
3d9be6f5
PA
50612019-07-03 Pedro Alves <palves@redhat.com>
5062
5063 * cli/cli-option.c (union option_value) <string>: New field.
5064 (struct option_def_and_value): Add ctor, move ctor, dtor and
5065 use DISABLE_COPY_AND_ASSIGN.
5066 (option_def_and_value::clear_value): New.
5067 (parse_option, save_option_value_in_ctx, get_val_type_str)
5068 (add_setshow_cmds_for_options): Handle var_string.
5069 * cli-option.h (union option_def::var_address) <string>: New
5070 field.
5071 (struct string_option_def): New.
5072 * maint-test-options.c (struct test_options_opts): Add default
5073 ctor and use DISABLE_COPY_AND_ASSIGN.
5074 <string_opt>: New field.
5075 (test_options_opts::~test_options_opts): New.
5076 (test_options_opts::dump): Also dump "-string".
5077 (test_options_option_defs): Install "string.
5078
41fc454c
PA
50792019-07-03 Pedro Alves <palves@redhat.com>
5080
5081 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
5082 option_value with a null enumeration.
5083 (complete_options): Save the option values in the context.
5084 (save_option_value_in_ctx): New, factored out from ...
5085 (process_options): ... here.
5086 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
5087 of the function.
5088 * maint-test-options.c (test_options_opts::dump): New, factored
5089 out from ...
5090 (maintenance_test_options_command_mode): ... here.
5091 (maintenance_test_options_command_completion_result): Delete.
5092 (maintenance_test_options_command_completion_text): Update
5093 comment.
5094 (maintenance_show_test_options_completion_result): Change
5095 prototype. Just print
5096 maintenance_test_options_command_completion_text.
5097 (save_completion_result): New.
5098 (maintenance_test_options_completer_mode): Pass options context to
5099 complete_options, and then save a dump.
5100 (_initialize_maint_test_options): Use add_cmd to install "maint
5101 show test-options-completion-result".
5102
fdbc9870
PA
51032019-07-03 Pedro Alves <palves@redhat.com>
5104
5105 * NEWS (New commands): Mention "with" and "maint with".
5106 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
5107 (with_command, with_command_completer): New.
5108 (pipe_command): Adjust to new repeat_previous
5109 interface.
5110 (_initialize_cli_cmds): Install the "with" command and its "w"
5111 alias.
5112 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
5113 declarations.
5114 * cli/cli-setshow.c (parse_cli_var_uinteger)
5115 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
5116 argument strings for all var_types.
5117 (get_setshow_command_value_string): New, factored out from ...
5118 (do_show_command): ... this.
5119 * cli/cli-setshow.h: Include <string>.
5120 (get_setshow_command_value_string): Declare.
5121 * command.h (repeat_previous): Now returns const char *. Adjust
5122 comment.
5123 * maint.c: Include "cli/cli-cmds.h".
5124 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
5125 (_initialize_maint_cmds): Register the "maintenance with" command.
5126 * top.c (repeat_previous): Move bits from pipe_command here:
5127 Return the saved command line, if any; error out if there's no
5128 command to relaunch.
5129
c6ac8931
PA
51302019-07-03 Pedro Alves <palves@redhat.com>
5131
5132 * NEWS (New commands): Mention "maint set/show test-settings"
5133 instead of "maint test-settings".
5134 * maint-test-settings.c (maintenance_test_settings_list): Delete.
5135 (maintenance_test_settings_set_list): Rename to ...
5136 (maintenance_set_test_settings_list): ... this.
5137 (maintenance_test_settings_show_list): Rename to ...
5138 (maintenance_show_test_settings_list): ... this.
5139 (maintenance_test_settings_cmd): Delete.
5140 (maintenance_test_settings_set_cmd): ...
5141 (maintenance_set_test_settings_cmd): ... this.
5142 (maintenance_test_settings_show_cmd): ...
5143 (maintenance_show_test_settings_cmd): ... this.
5144 (maintenance_test_settings_show_value_cmd):
5145 (maintenance_show_test_settings_value_cmd): ... this.
5146 (_initialize_maint_test_settings): No longer install the "maint
5147 test-settings" prefix command. Rename "maint test-settings set"
5148 to "maint set test-settings", and "maint test-settings show" to
5149 "maint show test-settings". Adjust all subcommands.
5150
d1fcf2fd
PA
51512019-07-03 Pedro Alves <palves@redhat.com>
5152
5153 * maint-test-settings.c: Fix file's intro comment. Replace all
5154 references to "test-options" with references to "test-settings",
5155 in comments.
5156
970f9d09
PA
51572019-07-03 Pedro Alves <palves@redhat.com>
5158
5159 * maint-test-settings.c (maintenance_test_settings_xxx)
5160 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
5161 New.
5162 (maintenance_test_settings_enums): Use them.
5163 (maintenance_test_settings_enum): Default to
5164 maintenance_test_settings_xxx.
5165 (_initialize_maint_test_settings): Initialize
5166 MAINTENANCE_TEST_SETTINGS_FILENAME.
5167
f3869b1a
SM
51682019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
5169
5170 * breakpoint.h (remove_breakpoints_inf): Change return type to
5171 void, move function documentation here.
5172 * breakpoint.c (remove_breakpoints_inf): Change return type to
5173 void, move function documentation to header.
5174
54d66006
PA
51752019-07-02 Pedro Alves <palves@redhat.com>
5176
5177 * NEWS (Completion improvements): Mention "info threads".
5178 * thread.c (struct info_threads_opts, info_threads_option_defs)
5179 (make_info_threads_options_def_group): New.
5180 (info_threads_command): Use gdb::option::process_options.
5181 (info_threads_command_completer): New.
5182 (_initialize_thread): Use gdb::option::build_help to build the
5183 help text for "info threads".
5184
854f6088
SM
51852019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
5186
5187 * defs.h (generic_load): Move from here...
5188 * symfile.h (generic_load): ... to here. Rename name parameter
5189 to args.
5190 * symfile.c (generic_load): Add comment.
5191
54ee4252
TT
51922019-07-01 Tom Tromey <tromey@adacore.com>
5193
5194 * dwarf2read.c
5195 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
5196 declaration of without_params. Fix formatting.
5197
65392b3e
TT
51982019-07-01 Tom Tromey <tromey@adacore.com>
5199
5200 * ada-exp.y (find_primitive_type): Update.
5201 * ada-lang.h (ada_lookup_symbol): Update.
5202 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
5203 parameter.
5204 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
5205
7d7571f0
SDJ
52062019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
5207
5208 PR breakpoints/24541
5209 * gdbarch.c: Regenerate.
5210 * gdbarch.h: Regenerate.
5211 * gdbarch.sh: Add 'stap_adjust_register'.
5212 * i386-tdep.c: Include '<unordered_set>'.
5213 (i386_stap_adjust_register): New function.
5214 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
5215 * stap-probe.c (stap_parse_register_operand): Call
5216 'gdbarch_stap_adjust_register'.
5217
5af5392a
SDJ
52182019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
5219
5220 PR python/24742
5221 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
5222 * python/python.c (do_start_initialization): Use 'xmalloc'
5223 instead of 'PyMem_Malloc'.
5224
10d06d82
TT
52252019-06-28 Tom Tromey <tromey@adacore.com>
5226
5227 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
5228 for Ada.
5229
1b7f24cd
TT
52302019-06-27 Tom Tromey <tromey@adacore.com>
5231
5232 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
5233 objfile_key.
5234 (arm_find_mapping_symbol, arm_record_special_symbol)
5235 (_initialize_arm_tdep): Update.
5236 (arm_objfile_data_free): Remove.
5237
3d507ff2
TT
52382019-06-27 Tom Tromey <tromey@adacore.com>
5239
5240 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
5241 to cp_print_static_field.
5242
762c164d
TT
52432019-06-26 Tom Tromey <tromey@adacore.com>
5244
5245 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
5246 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
5247 declare.
5248
aa2f9bcf
AH
52492019-06-26 Alan Hayward <alan.hayward@arm.com>
5250
5251 * features/aarch64-core.c (create_feature_aarch64_core):
5252 Regenerate.
5253 * features/aarch64-core.xml: Add cpsr flags.
5254
3426ae57
AH
52552019-06-26 Alan Hayward <alan.hayward@arm.com>
5256
5257 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
5258 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
5259
4838e44c
SM
52602019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
5261
5262 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
5263 field.
5264 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
5265 use.
5266 (arm_record_special_symbol): Don't insert new symbol in sorted
5267 position, push it at the end.
5268
54cc7474
SM
52692019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
5270
5271 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
5272 (arm_mapping_symbol_s): Remove.
5273 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
5274 (arm_mapping_symbol_vec): New typedef.
5275 (struct arm_per_objfile): Add constructor.
5276 <section_maps>: Change type to
5277 std::unique_ptr<arm_mapping_symbol_vec[]>.
5278 (arm_compare_mapping_symbols): Remove.
5279 (arm_find_mapping_symbol): Adjust to section_maps type change.
5280 (arm_objfile_data_free): Call delete on arm_per_objfile.
5281 (arm_record_special_symbol): Adjust to section_maps type change.
5282 Allocate arm_per_objfile with new.
5283
b65b566c
PW
52842019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5285
5286 * cli/cli-cmds.c (alias_command): Compare the alias prefix
5287 with the command prefix.
5288
c2fc64f5
TT
52892019-06-25 Tom Tromey <tom@tromey.com>
5290
5291 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
5292 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
5293
fb54fa76
TT
52942019-06-25 Tom Tromey <tom@tromey.com>
5295
5296 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
5297 type.
5298 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
5299 protected.
5300
f7952c57
TT
53012019-06-25 Tom Tromey <tom@tromey.com>
5302
5303 * tui/tui-winsource.c
5304 (tui_source_window_base::set_is_exec_point_at): Add check against
5305 LOA_ADDRESS.
5306
17568d78
TT
53072019-06-25 Tom Tromey <tom@tromey.com>
5308
5309 * tui/tui-source.c (tui_set_source_content): Don't check before
5310 xfree.
5311 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
5312
53e7cdba
TT
53132019-06-25 Tom Tromey <tom@tromey.com>
5314
5315 * tui/tui-winsource.h (tui_update_source_window_as_is)
5316 (tui_alloc_source_buffer, tui_line_is_displayed)
5317 (tui_addr_is_displayed): Change type of win_info.
5318 * tui/tui-winsource.c (tui_update_source_window_as_is)
5319 (tui_clear_source_content, tui_show_source_line)
5320 (tui_show_source_content, tui_source_window_base::refill)
5321 (tui_source_window_base::set_is_exec_point_at)
5322 (tui_source_window_base::set_is_exec_point_at)
5323 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
5324 (tui_alloc_source_buffer, tui_line_is_displayed)
5325 (tui_addr_is_displayed): Change type of win_info. Update.
5326 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
5327 (tui_source_window_base::do_make_visible_with_new_height):
5328 Update.
5329 * tui/tui-source.c (tui_set_source_content)
5330 (tui_set_source_content_nil)
5331 (tui_source_window::do_scroll_vertical): Update.
5332 * tui/tui-layout.c (show_layout): Update.
5333 * tui/tui-disasm.c (tui_set_disassem_content)
5334 (tui_disasm_window::do_scroll_vertical): Update.
5335 * tui/tui-data.h (tui_win_content): Remove.
5336 (struct tui_gen_win_info) <content, content_size>: Remove.
5337 (struct tui_source_element): Add initializers and destructor.
5338 (union tui_which_element, struct tui_win_element): Remove.
5339 (struct tui_source_window_base) <content>: New field.
5340 (struct tui_data_window): Remove destructor.
5341 (tui_alloc_content, tui_free_win_content)
5342 (tui_free_all_source_wins_content): Don't declare.
5343 * tui/tui-data.c (tui_initialize_static_data): Update.
5344 (init_content_element, tui_alloc_content): Remove.
5345 (~tui_gen_win_info): Update.
5346 (~tui_data_window, tui_free_all_source_wins_content)
5347 (tui_free_win_content, free_content, free_content_elements):
5348 Remove.
5349
7908abbf
TT
53502019-06-25 Tom Tromey <tom@tromey.com>
5351
5352 * tui/tui-winsource.h (tui_clear_source_content)
5353 (tui_erase_source_content, tui_show_source_content): Change type
5354 of win_info.
5355 * tui/tui-winsource.c (tui_clear_source_content)
5356 (tui_erase_source_content, tui_show_source_content): Change type
5357 of win_info.
5358 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
5359 * tui/tui-source.h (tui_set_source_content_nil): Change type of
5360 win_info.
5361 * tui/tui-source.c (tui_set_source_content_nil): Change type of
5362 win_info.
5363 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
5364
02c28df0
TT
53652019-06-25 Tom Tromey <tom@tromey.com>
5366
5367 * tui/tui-winsource.c (tui_clear_source_content)
5368 (tui_source_window_base::set_is_exec_point_at): Update.
5369 * tui/tui-source.c (tui_set_source_content_nil): Update.
5370 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
5371 a bool.
5372 * tui/tui-data.c (init_content_element): Update.
5373
6658b1bf
TT
53742019-06-25 Tom Tromey <tom@tromey.com>
5375
5376 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
5377 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
5378 * tui/tui-layout.c (init_and_make_win): Update.
5379 * tui/tui.h (enum tui_win_type): Update.
5380 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
5381 tui_win_is_auxillary.
5382 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
5383 tui_win_is_auxillary.
5384
21e1c91e
TT
53852019-06-25 Tom Tromey <tom@tromey.com>
5386
5387 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
5388 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
5389 (tui_delete_data_content_windows, tui_display_all_data)
5390 (tui_data_window::do_scroll_vertical, tui_display_data_from):
5391 Update.
5392 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
5393 * tui/tui-regs.c (tui_last_regs_line_no)
5394 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
5395 (tui_show_registers): Update.
5396 (tui_show_register_group): Return void. Update.
5397 (tui_display_registers_from, tui_display_reg_element_at_line)
5398 (tui_display_registers_from_line, tui_check_register_values):
5399 Update.
5400 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
5401 member.
5402 (struct tui_data_window) <regs_content>: Now a std::vector.
5403 <regs_content_count>: Remove.
5404 (tui_add_content_elements, tui_free_data_content): Don't declare.
5405 * tui/tui-data.c (tui_data_window::clear_detail): Update.
5406 (init_content_element): Remove DATA_WIN case. Add assert.
5407 (tui_add_content_elements): Remove.
5408 (tui_data_window): Update.
5409 (tui_free_data_content): Remove.
5410 (free_content_elements): Remove DATA_WIN case.
5411
115ac53b
TT
54122019-06-25 Tom Tromey <tom@tromey.com>
5413
5414 * tui/tui-data.c (tui_data_item_window): Update.
5415 * tui/tui-windata.h (tui_check_data_values): Don't declare.
5416 * tui/tui-windata.c (tui_display_all_data)
5417 (tui_display_data_from_line): Update.
5418 (tui_check_data_values): Remove.
5419 * tui/tui-regs.c (tui_show_register_group)
5420 (tui_display_reg_element_at_line): Update.
5421 * tui/tui-hooks.c (tui_register_changed)
5422 (tui_refresh_frame_and_register_information): Call
5423 tui_check_register_values.
5424 * tui/tui-data.h (struct tui_data_window) <data_content,
5425 data_content_count, data_type>: Remove.
5426 (enum tui_data_type): Remove.
5427
5428 * tui/tui-data.c (tui_data_window::clear_detail)
5429 (~tui_data_window): Update.
5430
eaf9738b
TT
54312019-06-25 Tom Tromey <tom@tromey.com>
5432
5433 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
5434 declare.
5435 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
5436 Rename from tui_first_data_item_displayed. Update.
5437 (tui_data_window::refresh_all)
5438 (tui_data_window::do_scroll_vertical): Update.
5439 * tui/tui-data.h (struct tui_data_window)
5440 <first_data_item_displayed>: Declare new method.
5441
31ca4723
TT
54422019-06-25 Tom Tromey <tom@tromey.com>
5443
5444 * tui/tui-data.h (tui_init_generic_part): Don't declare.
5445 * tui/tui-data.c (tui_init_generic_part): Remove, moving
5446 contents...
5447 (tui_initialize_static_data): ...here.
5448
41bcff7f
TT
54492019-06-25 Tom Tromey <tom@tromey.com>
5450
5451 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
5452 (tui_display_registers_from, tui_check_register_values): Update.
5453 (tui_display_register): Remove win_info parameter; update.
5454 (tui_get_register): Change type of parameters.
5455 * tui/tui-data.h (struct tui_data_element): Remove.
5456 (union tui_which_element) <data>: Remove.
5457 <data_window>: Change type.
5458 (struct tui_data_item_window): New.
5459 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
5460 case. Add assert.
5461 (~tui_data_item_window): New destructor.
5462 (free_content_elements): Remove DATA_ITEM_WIN case.
5463
d2802c33
TT
54642019-06-25 Tom Tromey <tom@tromey.com>
5465
5466 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
5467 Remove.
5468
dd835f8b
TT
54692019-06-25 Tom Tromey <tom@tromey.com>
5470
5471 * tui/tui-data.h (struct tui_command_element): Remove.
5472 (union tui_which_element) <command>: Remove.
5473 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
5474 assert.
5475 (free_content_elements): Remove CMD_WIN case.
5476
bd7db367
TT
54772019-06-25 Tom Tromey <tom@tromey.com>
5478
5479 * tui/tui-layout.c (tui_set_layout): Update.
5480 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
5481 * tui/tui-data.c (layout_def): Update.
5482
3add462f
TT
54832019-06-25 Tom Tromey <tom@tromey.com>
5484
5485 * tui/tui-wingeneral.c (tui_refresh_all): Update.
5486 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
5487 (tui_source_window_base::set_new_height): Update.
5488 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
5489 Update.
5490 (tui_set_locator_fullname, tui_set_locator_info)
5491 (tui_show_frame_info): Update.
5492 * tui/tui-source.c (tui_set_source_content)
5493 (tui_source_is_displayed): Update.
5494 * tui/tui-layout.c (show_source_disasm_command, show_data)
5495 (show_source_or_disasm_and_command): Update.
5496 * tui/tui-disasm.c (tui_set_disassem_content)
5497 (tui_get_begin_asm_address): Update.
5498 * tui/tui-data.h (struct tui_locator_element): Remove.
5499 (union tui_which_element) <locator>: Remove.
5500 (struct tui_locator_window): New.
5501 (tui_locator_win_info_ptr): Change return type.
5502 * tui/tui-data.c (_locator): Change type.
5503 (tui_locator_win_info_ptr): Change return type.
5504 (init_content_element): Remove LOCATOR_WIN case. Add assert.
5505 (tui_alloc_content): Add assert.
5506
489e9d8b
TT
55072019-06-25 Tom Tromey <tom@tromey.com>
5508
5509 * tui/tui-winsource.c
5510 (tui_exec_info_window::maybe_allocate_content): New method.
5511 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
5512 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
5513 (make_source_or_disasm_window): Add cast.
5514 * tui/tui-data.h (union tui_which_element) <simple_string>:
5515 Remove.
5516 (struct tui_source_info): New.
5517 (struct tui_source_window_base) <execution_info>: Change type.
5518 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
5519 case, and add assert.
5520 (tui_alloc_content): Add assert.
5521
c3fabb7d
TT
55222019-06-25 Tom Tromey <tom@tromey.com>
5523
5524 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
5525 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
5526 * tui/tui-data.c (tui_alloc_win_info): Remove.
5527
bbc228ee
TT
55282019-06-25 Tom Tromey <tom@tromey.com>
5529
5530 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
5531 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
5532 can_highlight.
5533
5fcee43a
TT
55342019-06-25 Tom Tromey <tom@tromey.com>
5535
5536 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
5537 make_visible_with_new_height method.
5538 (tui_win_info::make_visible_with_new_height): New method.
5539 (tui_source_window_base::do_make_visible_with_new_height)
5540 (tui_data_window::do_make_visible_with_new_height)
5541 (tui_cmd_window::do_make_visible_with_new_height): New methods.
5542 (make_visible_with_new_height): Remove.
5543 (tui_resize_all, tui_adjust_win_heights): Use
5544 make_visible_with_new_height method.
5545 * tui/tui-data.h (struct tui_win_info)
5546 <do_make_visible_with_new_height, make_visible_with_new_height>:
5547 New methods.
5548 (struct tui_source_window_base, struct tui_data_window)
5549 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
5550 methods.
5551
d83f1fe6
TT
55522019-06-25 Tom Tromey <tom@tromey.com>
5553
5554 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
5555 method.
5556 (update_tab_width): Call update_tab_width method.
5557 * tui/tui-data.h (struct tui_win_info)
5558 (struct tui_source_window_base) <update_tab_width>: New methods.
5559
17374de4
TT
55602019-06-25 Tom Tromey <tom@tromey.com>
5561
5562 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
5563 parameter.
5564 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
5565 parameter.
5566 (tui_gen_win_info::make_visible): Update.
5567 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
5568 parameter.
5569 * tui/tui-data.h (enum tui_box): New enum.
5570 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
5571
f936bca2
TT
55722019-06-25 Tom Tromey <tom@tromey.com>
5573
5574 * tui/tui-layout.c (make_source_or_disasm_window): Always use
5575 init_and_make_win for EXEC_INFO_WIN.
5576 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
5577 longer inline.
5578 (struct tui_win_info) <~tui_win_info>: Inline.
5579 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
5580 Don't declare.
5581 * tui/tui-data.c (source_win, disasm_win): Remove globals.
5582 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
5583 Remove.
5584 (tui_initialize_static_data): Update.
5585 (~tui_gen_win_info): Handle more cleanup here.
5586 (~tui_source_window_base): Delete "execution_info".
5587 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
5588
d6ba6a11
TT
55892019-06-25 Tom Tromey <tom@tromey.com>
5590
5591 * tui/tui-layout.c (make_command_window): Don't set
5592 can_highlight.
5593 (show_source_disasm_command): Call the reset method.
5594 (show_data): Don't set can_highlight. Call the reset method.
5595 (tui_gen_win_info::reset): Rename from init_gen_win_info
5596 (init_and_make_win): Simplify. Return tui_gen_win_info.
5597 (show_source_or_disasm_and_command): Call the reset method.
5598 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
5599 (struct tui_cmd_window): Set can_highlight.
5600
48a3bd16
TT
56012019-06-25 Tom Tromey <tom@tromey.com>
5602
5603 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
5604 from make_visible.
5605 (tui_make_visible, tui_make_invisible): Rewrite.
5606 (tui_win_info::make_visible): Remove.
5607 (tui_source_window_base::make_visible): Update.
5608 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
5609 method. Moved from...
5610 (struct tui_win_info) <make_visible>: ...here.
5611
c3bd716f
TT
56122019-06-25 Tom Tromey <tom@tromey.com>
5613
5614 * tui/tui-winsource.c
5615 (tui_source_window_base::do_scroll_horizontal): Remove direction
5616 parameter.
5617 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
5618 direction parameter.
5619 * tui/tui-win.c (tui_win_info::forward_scroll)
5620 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
5621 (tui_win_info::right_scroll): Update.
5622 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
5623 direction parameter.
5624 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
5625 direction parameter.
5626 * tui/tui-data.h (enum tui_scroll_direction): Remove.
5627 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
5628 Remove direction parameter.
5629 (struct tui_source_window_base, struct tui_source_window)
5630 (struct tui_disasm_window, struct tui_data_window)
5631 (struct tui_cmd_window): Update.
5632
21c32dca
TT
56332019-06-25 Tom Tromey <tom@tromey.com>
5634
5635 * tui/tui-winsource.h (tui_set_exec_info_content)
5636 (tui_show_exec_info_content, tui_erase_exec_info_content)
5637 (tui_clear_exec_info_content, tui_update_exec_info): Change
5638 argument to tui_source_window_base.
5639 * tui/tui-winsource.c (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
73fbdc65
TT
56442019-06-25 Tom Tromey <tom@tromey.com>
5645
5646 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
5647 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
5648
33325343
TT
56492019-06-25 Tom Tromey <tom@tromey.com>
5650
5651 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
5652 check.
5653
29d2c474
TT
56542019-06-25 Tom Tromey <tom@tromey.com>
5655
5656 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
5657 type to void.
5658 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
5659 type to void.
5660 * tui/tui-source.c (tui_set_source_content): Update.
5661 * tui/tui-disasm.c (tui_set_disassem_content): Update.
5662
152f3f4b
TT
56632019-06-25 Tom Tromey <tom@tromey.com>
5664
5665 * tui/tui-win.c (window_name_completer, tui_set_focus)
5666 (tui_all_windows_info): Use name method.
5667 * tui/tui-data.h (struct tui_gen_win_info)
5668 (struct tui_source_window, struct tui_disasm_window)
5669 (struct tui_data_window, struct tui_cmd_window) <name>: New
5670 method.
5671 (tui_win_name): Don't declare.
5672 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
5673 (tui_win_name): Remove.
5674
be4da588
TT
56752019-06-25 Tom Tromey <tom@tromey.com>
5676
5677 * tui/tui-winsource.h (tui_update_source_window)
5678 (tui_update_source_window_as_is): Change parameter type.
5679 * tui/tui-winsource.c (tui_update_source_window): Change win_info
5680 to be a tui_source_window_base.
5681 (tui_update_source_window_as_is): Likewise.
5682 * tui/tui-win.c (make_visible_with_new_height): Update.
5683
5b81daba
TT
56842019-06-25 Tom Tromey <tom@tromey.com>
5685
5686 * tui/tui-winsource.c (tui_erase_source_content)
5687 (tui_show_source_content, tui_show_exec_info_content)
5688 (tui_erase_exec_info_content): Use refresh_window method.
5689 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
5690 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
5691 from tui_refresh_win.
5692 (tui_data_window::refresh_window): New method.
5693 (tui_win_info::refresh, tui_source_window_base::refresh)
5694 (tui_refresh_all): Use refresh_window method.
5695 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
5696 method.
5697 * tui/tui-regs.c (tui_display_register): Call refresh_window
5698 method.
5699 * tui/tui-layout.c (show_source_disasm_command)
5700 (show_source_or_disasm_and_command): Call refresh_window method.
5701 * tui/tui-data.h (struct tui_gen_win_info)
5702 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
5703 New method.
5704
cb2ce893
TT
57052019-06-25 Tom Tromey <tom@tromey.com>
5706
5707 * tui/tui.c (tui_rl_other_window, tui_enable)
5708 (tui_is_window_visible, tui_get_command_dimension): Update.
5709 * tui/tui-winsource.c (tui_update_source_window_as_is)
5710 (tui_clear_source_content, tui_erase_source_content)
5711 (tui_show_source_line, tui_source_window_base::refill)
5712 (tui_source_window_base::do_scroll_horizontal)
5713 (tui_source_window_base::set_is_exec_point_at)
5714 (tui_update_breakpoint_info, tui_set_exec_info_content)
5715 (tui_alloc_source_buffer, tui_line_is_displayed)
5716 (tui_addr_is_displayed): Update.
5717 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
5718 (tui_check_and_display_highlight_if_needed)
5719 (tui_win_info::make_visible, tui_win_info::refresh)
5720 (tui_refresh_all): Update.
5721 * tui/tui-windata.c (tui_first_data_item_displayed)
5722 (tui_delete_data_content_windows, tui_erase_data_content)
5723 (tui_display_all_data, tui_data_window::refresh_all)
5724 (tui_check_data_values): Update.
5725 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
5726 (tui_set_win_focus_to, tui_win_info::forward_scroll)
5727 (tui_win_info::backward_scroll, tui_refresh_all_win)
5728 (tui_resize_all, tui_set_focus, tui_all_windows_info)
5729 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
5730 (tui_source_window_base::set_new_height)
5731 (tui_data_window::set_new_height)
5732 (make_invisible_and_set_new_height)
5733 (make_visible_with_new_height, new_height_ok)
5734 (parse_scrolling_args): Update.
5735 * tui/tui-stack.c (tui_show_frame_info): Update.
5736 * tui/tui-source.c (tui_set_source_content)
5737 (tui_set_source_content_nil, tui_source_is_displayed)
5738 (tui_source_window::do_scroll_vertical): Update.
5739 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
5740 (tui_display_registers_from, tui_display_reg_element_at_line)
5741 (tui_check_register_values, tui_reg_command): Update.
5742 * tui/tui-layout.c (tui_default_win_height)
5743 (show_source_disasm_command, show_data, init_and_make_win)
5744 (show_source_or_disasm_and_command): Update.
5745 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
5746 (tui_redisplay_readline, tui_mld_flush)
5747 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
5748 (tui_getc): Update.
5749 * tui/tui-disasm.c (tui_set_disassem_content)
5750 (tui_disasm_window::do_scroll_vertical): Update.
5751 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
5752 Now virtual.
5753 (struct tui_win_info): Derive from tui_gen_win_info.
5754 <~tui_win_info>: Mark as override.
5755 <generic>: Remove member.
5756 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
5757 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
5758 (~tui_data_window, ~tui_win_info)
5759 (tui_free_all_source_wins_content): Update.
5760 * tui/tui-command.c (tui_refresh_cmd_win): Update.
5761
ab313b35
TT
57622019-06-25 Tom Tromey <tom@tromey.com>
5763
5764 * tui/tui-layout.c (init_and_make_win): Use new.
5765 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
5766 destructor, initializers.
5767 (tui_alloc_generic_win_info): Don't declare.
5768 * tui/tui-data.c (_locator): Add argument to constructor.
5769 (source_win, disasm_win): New globals.
5770 (exec_info): Remove.
5771 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
5772 Update.
5773 (tui_alloc_generic_win_info): Remove.
5774 (init_content_element): Use new.
5775 (tui_win_info::tui_win_info): Update.
5776 (free_content_elements) <case DATA_WIN>: Use delete.
5777
dc2c33e4
TT
57782019-06-25 Tom Tromey <tom@tromey.com>
5779
5780 * tui/tui-wingeneral.c (tui_refresh_win): Update.
5781 * tui/tui-windata.c (tui_first_data_item_displayed)
5782 (tui_delete_data_content_windows): Update.
5783 * tui/tui-win.c (tui_data_window::set_new_height): Update.
5784 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
5785 (tui_display_registers_from, tui_check_register_values): Update.
5786 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
5787 pointer.
5788 * tui/tui-data.c (init_content_element): Update. Allocate the new
5789 window.
5790 (tui_free_data_content): Update.
5791 (free_content_elements) <case DATA_WIN>: Free the window.
5792
214a5cbe
TT
57932019-06-25 Tom Tromey <tom@tromey.com>
5794
5795 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
5796 Update.
5797 * tui/tui-layout.c (make_command_window)
5798 (show_source_disasm_command, show_data, init_and_make_win)
5799 (show_source_or_disasm_and_command): Update.
5800 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
5801 method.
5802 <can_highight, is_highlighted>: Now bool.
5803 (tui_set_win_highlight): Don't declare.
5804 * tui/tui-data.c (tui_set_win_highlight): Remove.
5805
8e2daf15
TT
58062019-06-25 Tom Tromey <tom@tromey.com>
5807
5808 * tui/tui-wingeneral.c (make_visible): Remove check of window
5809 type.
5810
8903bd8a
TT
58112019-06-25 Tom Tromey <tom@tromey.com>
5812
5813 * tui/tui-win.c (tui_win_info::max_height)
5814 (tui_cmd_window::max_height): New methods.
5815 (new_height_ok): Call max_height.
5816 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
5817 <max_height>: New method.
5818
3f02ce1e
TT
58192019-06-25 Tom Tromey <tom@tromey.com>
5820
5821 * tui/tui-win.c (tui_source_window_base::set_new_height)
5822 (tui_data_window::set_new_height): New methods.
5823 (make_invisible_and_set_new_height): Call set_new_height method.
5824 * tui/tui-data.h (struct tui_win_info)
5825 (struct tui_source_window_base, struct tui_data_window)
5826 <set_new_height>: New method.
5827
1825f487
TT
58282019-06-25 Tom Tromey <tom@tromey.com>
5829
5830 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
5831 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
5832 tui_refresh_data_win.
5833 * tui/tui-win.c (tui_source_window_base::refresh_all): New
5834 method.
5835 (tui_refresh_all_win): Call the refresh_all method.
5836 (tui_set_focus): Likewise.
5837 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
5838 (struct tui_source_window_base, struct tui_data_window) <refresh>:
5839 Likewise.
5840
ad54d15b
TT
58412019-06-25 Tom Tromey <tom@tromey.com>
5842
5843 * tui/tui-winsource.h (tui_refill_source_window)
5844 (tui_set_is_exec_point_at): Don't declare.
5845 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
5846 (tui_source_window_base::refill): Rename from
5847 tui_refill_source_window.
5848 (tui_source_window_base::do_scroll_horizontal): Update.
5849 (tui_source_window_base::set_is_exec_point_at): Rename from
5850 tui_set_is_exec_point_at.
5851 (tui_update_all_breakpoint_info): Update.
5852 * tui/tui-stack.c (tui_show_frame_info): Update.
5853 * tui/tui-layout.c (show_data): Add cast.
5854 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
5855 * tui/tui-data.h (struct tui_source_window_base) <refill,
5856 set_is_exec_point_at>: New methods.
5857 (tui_source_windows, tui_add_to_source_windows): Update types.
5858 (tui_add_to_source_windows): Remove redundant declaration.
5859 * tui/tui-data.c (source_windows): Store tui_source_window_base.
5860 (tui_source_windows): Change return type.
5861 (tui_clear_source_windows_detail): Update.
5862 (tui_add_to_source_windows): Change type of parameter.
5863 (tui_free_all_source_wins_content): Update.
5864
2042b506
TT
58652019-06-25 Tom Tromey <tom@tromey.com>
5866
5867 * tui/tui-wingeneral.c (tui_win_info::refresh)
5868 (tui_source_window_base::refresh): New methods.
5869 (tui_refresh_all): Call the refresh method.
5870 * tui/tui-data.h (struct tui_win_info)
5871 (struct tui_source_window_base) <refresh>: New method.
5872
56122977
TT
58732019-06-25 Tom Tromey <tom@tromey.com>
5874
5875 * tui/tui.h (tui_is_window_visible): Return bool.
5876 * tui/tui.c (tui_is_window_visible): Return bool.
5877 * tui/tui-wingeneral.c (tui_make_window, make_visible)
5878 (tui_make_visible, tui_make_invisible)
5879 (tui_win_info::make_visible)
5880 (tui_source_window_base::make_visible, make_all_visible)
5881 (tui_make_all_visible, tui_make_all_invisible): Update.
5882 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
5883 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
5884 bool.
5885 (struct tui_win_info, struct tui_source_window_base)
5886 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
5887 * tui/tui-data.c (tui_init_generic_part): Update.
5888
cda37efb
TT
58892019-06-25 Tom Tromey <tom@tromey.com>
5890
5891 * tui/tui-wingeneral.c (tui_win_info::make_visible)
5892 (tui_source_window_base::make_visible): New methods.
5893 (make_all_visible): Make method call.
5894 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
5895 (struct tui_source_window_base, struct tui_cmd_window): Override
5896 make_visible.
5897 (tui_win_is_source_type): Don't declare.
5898 * tui/tui-data.c (tui_win_is_source_type): Remove.
5899
6a0ee02c
TT
59002019-06-25 Tom Tromey <tom@tromey.com>
5901
5902 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
5903 NULL check.
5904
63901aec
TT
59052019-06-25 Tom Tromey <tom@tromey.com>
5906
5907 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
5908 Inline constructor. Add initializers for members.
5909 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
5910 constructors; now inline in class.
5911
ceb13a13
TT
59122019-06-25 Tom Tromey <tom@tromey.com>
5913
5914 * tui/tui-regs.c (tui_show_registers): Update.
5915 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
5916 bool.
5917 * tui/tui-data.c (tui_data_window::clear_detail)
5918 (tui_data_window): Update.
5919
238eb706
TT
59202019-06-25 Tom Tromey <tom@tromey.com>
5921
5922 * tui/tui-windata.c (tui_display_all_data)
5923 (tui_display_data_from_line, tui_display_data_from)
5924 (tui_check_data_values, tui_data_window::do_scroll_vertical):
5925 Update.
5926 * tui/tui-regs.c (tui_last_regs_line_no)
5927 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
5928 (tui_show_registers, tui_show_register_group)
5929 (tui_display_registers_from, tui_display_reg_element_at_line)
5930 (tui_display_registers_from_line, tui_check_register_values)
5931 (tui_reg_next, tui_reg_prev): Update.
5932 * tui/tui-layout.c (tui_set_layout, show_data): Update.
5933 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
5934 tui_data_window.
5935 (struct tui_win_info) <detail>: Remove. Add new fields from
5936 tui_data_info.
5937 (TUI_DATA_WIN): Add cast.
5938 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
5939 (~tui_data_window): Simplify.
5940
81491aa0
TT
59412019-06-25 Tom Tromey <tom@tromey.com>
5942
5943 * tui/tui-layout.c (show_source_disasm_command)
5944 (show_source_or_disasm_and_command): Update.
5945 * tui/tui-io.c (update_cmdwin_start_line)
5946 (tui_redisplay_readline): Update.
5947 * tui/tui-data.h (struct tui_command_info): Remove.
5948 (struct tui_win_info) <detail>: Remove command_info member.
5949 (struct tui_data_window) <start_line>: New member, from
5950 tui_command_info.
5951 (TUI_CMD_WIN): Add casts.
5952
e6e41501
TT
59532019-06-25 Tom Tromey <tom@tromey.com>
5954
5955 * tui/tui-winsource.c (tui_update_source_window)
5956 (tui_refill_source_window)
5957 (tui_source_window_base::do_scroll_horizontal)
5958 (tui_update_breakpoint_info, tui_set_exec_info_content)
5959 (tui_show_exec_info_content, tui_erase_exec_info_content)
5960 (tui_clear_exec_info_content): Update.
5961 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
5962 Update.
5963 * tui/tui-win.c (make_invisible_and_set_new_height)
5964 (make_visible_with_new_height): Update.
5965 * tui/tui-source.c (tui_set_source_content)
5966 (tui_show_symtab_source): Update.
5967 * tui/tui-layout.c (extract_display_start_addr)
5968 (show_source_disasm_command, show_data)
5969 (make_source_or_disasm_window)
5970 (show_source_or_disasm_and_command): Update.
5971 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
5972 (tui_disasm_window::do_scroll_vertical): Remove shadowing
5973 "gdbarch".
5974 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
5975 to tui_source_window_base.
5976 (struct tui_win_info) <detail>: Remove source_info member.
5977 (struct tui_source_window_base) <has_locator>: Inline.
5978 Move contents from tui_source_info; rename has_locator member to
5979 m_has_locator.
5980 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
5981 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
5982 header file.
5983 (tui_source_window_base::clear_detail, ~tui_source_window_base):
5984 Simplify.
5985 (tui_free_all_source_wins_content): Cast to
5986 tui_source_window_base.
5987
44f0e208
TT
59882019-06-25 Tom Tromey <tom@tromey.com>
5989
5990 * tui/tui-win.c (make_invisible_and_set_new_height)
5991 (make_visible_with_new_height): Call has_locator method.
5992 * tui/tui-layout.c (show_source_disasm_command, show_data)
5993 (show_source_or_disasm_and_command): Update for bool change.
5994 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
5995 (tui_win_info) <has_locator>: New method.
5996 (struct tui_source_window_base) <has_locator>: New method.
5997 (tui_win_has_locator): Don't declare.
5998 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
5999 from tui_win_has_locator.
6000 (tui_source_window_base): Use false, not FALSE.
6001
7778b912
TT
60022019-06-25 Tom Tromey <tom@tromey.com>
6003
6004 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
6005 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
6006 clear_detail method directly.
6007 (tui_clear_win_detail): Remove.
6008
f83d391c
TT
60092019-06-25 Tom Tromey <tom@tromey.com>
6010
6011 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
6012 "this", not TUI_DISASM_WIN.
6013
13446e05
TT
60142019-06-25 Tom Tromey <tom@tromey.com>
6015
6016 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
6017 declare.
6018 * tui/tui-winsource.c
6019 (tui_source_window_base::do_scroll_horizontal): Rename from
6020 tui_horizontal_source_scroll.
6021 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
6022 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
6023 from tui_vertical_data_scroll.
6024 * tui/tui-win.h (tui_scroll): Don't declare.
6025 * tui/tui-win.c (tui_win_info::forward_scroll)
6026 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
6027 (tui_win_info::right_scroll): Rename and update.
6028 (tui_scroll_forward_command, tui_scroll_backward_command)
6029 (tui_scroll_left_command, tui_scroll_right_command): Update.
6030 (tui_scroll): Remove.
6031 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
6032 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
6033 from tui_vertical_source_scroll.
6034 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
6035 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
6036 from tui_vertical_disassem_scroll.
6037 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
6038 do_scroll_horizontal>: New methods.
6039 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
6040 Likewise.
6041 (struct tui_source_window_base): Add do_scroll_horizontal.
6042 (struct tui_source_window, struct tui_disasm_window): Add
6043 do_scroll_vertical.
6044 (struct tui_data_window, struct tui_cmd_window): Add
6045 do_scroll_horizontal and do_scroll_vertical.
6046 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
6047
5cf82909
TT
60482019-06-25 Tom Tromey <tom@tromey.com>
6049
6050 * tui/tui-data.h (struct tui_source_window_base): New struct.
6051 (struct tui_source_window): Derive from tui_source_window_base.
6052 (struct tui_disasm_window): New struct.
6053 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
6054 from tui_source_window::clear_detail.
6055 (tui_source_window_base): Rename from tui_source_window.
6056 (~tui_source_window_base): Rename from ~tui_source_window.
6057 (tui_alloc_win_info): Create a tui_disasm_window.
6058
ee1d42d6
TT
60592019-06-25 Tom Tromey <tom@tromey.com>
6060
6061 * tui/tui-data.h (struct tui_source_window)
6062 (struct tui_data_window): Declare destructors.
6063 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
6064 destructors.
6065 (tui_win_info): Simplify.
6066
b4eb2452
TT
60672019-06-25 Tom Tromey <tom@tromey.com>
6068
6069 * tui/tui-winsource.c (tui_display_main)
6070 (tui_update_source_windows_with_addr)
6071 (tui_update_all_breakpoint_info): Update.
6072 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6073 (new_height_ok, parse_scrolling_args): Update.
6074 * tui/tui-stack.c (tui_show_frame_info): Update.
6075 * tui/tui-data.h (struct tui_list): Remove.
6076 (tui_source_windows): Return a reference to a std::vector.
6077 * tui/tui-data.c (source_windows): Now a std::vector.
6078 (tui_source_windows): Change return type.
6079 (tui_clear_source_windows): Rewrite.
6080 (tui_clear_source_windows_detail, tui_add_to_source_windows)
6081 (tui_free_all_source_wins_content): Rewrite.
6082
8761a91b
TT
60832019-06-25 Tom Tromey <tom@tromey.com>
6084
6085 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
6086 (struct tui_data_window, struct tui_cmd_window): Declare
6087 clear_detail method.
6088 * tui/tui-data.c (tui_source_window::clear_detail)
6089 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
6090 methods.
6091 (tui_clear_win_detail): Simplify.
6092
0ed69eda
TT
60932019-06-25 Tom Tromey <tom@tromey.com>
6094
6095 * tui/tui-layout.c (make_source_window, make_disasm_window)
6096 (make_source_or_disasm_window): Remove win_info_ptr parameter.
6097 Return the new window.
6098 (show_source_disasm_command, show_data)
6099 (show_source_or_disasm_and_command): Update.
6100
82432e10
TT
61012019-06-25 Tom Tromey <tom@tromey.com>
6102
6103 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
6104 parameter. Return the new window.
6105 (show_source_disasm_command): Update and remove NULL check.
6106 (show_source_or_disasm_and_command): Update.
6107
ec328aa5
TT
61082019-06-25 Tom Tromey <tom@tromey.com>
6109
6110 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
6111
33b906ab
TT
61122019-06-25 Tom Tromey <tom@tromey.com>
6113
6114 * tui/tui-data.h (struct tui_win_info): Make constructor
6115 protected. Make destructor virtual. Add initializers.
6116 (tui_source_window, tui_data_window, tui_cmd_window): New
6117 classes.
6118 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
6119 constructor. Add "type" parameter.
6120 (tui_source_window, tui_data_window, tui_cmd_window): New
6121 constructors.
6122 (tui_alloc_win_info): Instantiate the appropriate subclass.
6123
e7e11af4
TT
61242019-06-25 Tom Tromey <tom@tromey.com>
6125
6126 * tui/tui-win.c (tui_resize_all): Use delete.
6127 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
6128 destructor.
6129 (tui_free_window): Don't declare.
6130 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
6131 Update.
6132
6792b55e
TT
61332019-06-25 Tom Tromey <tom@tromey.com>
6134
6135 * tui/tui-data.h (struct tui_win_info): Add constructor.
6136 * tui/tui-data.c (tui_alloc_win_info): Use new.
6137 (tui_free_window): Use delete.
6138
f95675e1
TT
61392019-06-22 Tom Tromey <tom@tromey.com>
6140
6141 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
6142 declare.
6143 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
6144
5bff081c
TT
61452019-06-22 Tom Tromey <tom@tromey.com>
6146
6147 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
6148 declare.
6149 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
6150
47e3f474
TV
61512019-06-22 Tom de Vries <tdevries@suse.de>
6152
6153 * dwarf2read.c (create_addrmap_from_aranges)
6154 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
6155 instead of '%zu'.
6156
fd5866f6
SM
61572019-06-21 Simon Marchi <simon.marchi@efficios.com>
6158
6159 * dwarf2read.h (dwarf2_section_info_def): Remove.
6160 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
6161 * dwarf2read.c (struct dwo_sections) <types>: Change type to
6162 std::vector<dwarf2_section_info>.
6163 (struct dwo_file) <~dwo_file>: Remove.
6164 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
6165 types field.
6166 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
6167 (dwarf2_read_debug_names): Likewise.
6168 (create_debug_types_hash_table): Change parameter type to
6169 array_view, adjust code accordingly.
6170 (dwarf2_locate_dwo_sections): Adjust to std::vector.
6171 (partial_die_info::fixup): Likewise.
6172 (determine_prefix): Likewise.
6173 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
6174
fb1eb2f9
SM
61752019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
6176
6177 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
6178 gdb_bfd_ref_ptr.
6179 <~dwo_file>: Remove call to gdb_bfd_unref.
6180 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
6181 gdb_bfd_ref_ptr::get.
6182
51ac9db5
SM
61832019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
6184
6185 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
6186 type to htab_up.
6187 * dwarf2read.c (struct dwo_file): Initialize fields.
6188 <~dwo_file>: New.
6189 (free_dwo_file): Remove, move content to ~dwo_file.
6190 (struct dwo_file_deleter): Remove.
6191 (dwo_file_up>: Remove custom deleter.
6192 (free_dwo_files): Remove.
6193 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
6194 dwo_files.
6195 (process_skeletonless_type_units): Call unique_ptr::get.
6196 (allocate_dwo_file_hash_table): Add deleter to created hash
6197 table. Change return type to htab_up.
6198 (lookup_dwo_file_slot): Don't memset dwo_file, call
6199 unique_ptr::get.
6200 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
6201 (create_dwo_unit_in_dwp_v2): Likewise.
6202 (open_and_init_dwo_file): Likewise.
6203 (free_dwo_file_from_slot): Remove.
6204
dc4ccb6f
SM
62052019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
6206
6207 * dwarf2read.h (struct dwarf2_section_info) <readin,
6208 is_virtual>: Change type to bool.
6209 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
6210 true instead of 1.
6211
e6a1c5cb
TT
62122019-06-19 Tom Tromey <tom@tromey.com>
6213
6214 * tui/tui-data.h (tui_init_content_element): Don't declare.
6215
6f6ffbeb
TT
62162019-06-19 Tom Tromey <tom@tromey.com>
6217
6218 * tui/tui-data.h (tui_init_win_info): Don't declare.
6219
f23f598e
TV
62202019-06-19 Tom de Vries <tdevries@suse.de>
6221
6222 * dwarf2read.h (abstract_to_concrete): Change type to
6223 std::unordered_map<sect_offset, std::vector<sect_offset>,
6224 gdb::hash_enum<sect_offset>>.
6225
680e1bee
TT
62262019-06-19 Tom Tromey <tromey@adacore.com>
6227
6228 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
6229 EVAL_AVOID_SIDE_EFFECTS specially.
6230
dcf37923
TT
62312019-06-19 Tom Tromey <tromey@adacore.com>
6232
6233 * source-cache.c (highlighter): New global.
6234 (source_cache::get_source_lines): Create a highlighter on demand.
6235
494986d5
AB
62362019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
6237
6238 * defs.h (deprecated_interactive_hook): Delete declaration.
6239 * interps.c (clear_interpreter_hooks): Remove use of
6240 deprecated_interactive_hook.
6241 * top.c (deprecated_interactive_hook): Delete definition.
6242 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
6243
3360b6e7
TV
62442019-06-18 Tom de Vries <tdevries@suse.de>
6245
6246 PR gdb/24515
6247 * dwarf2read.h (abstract_to_concrete): Change type from
6248 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
6249 std::unordered_map<sect_offset, std::vector<sect_offset>>.
6250 * dwarf2read.c (read_variable): Update.
6251 (dwarf2_fetch_die_loc_sect_off): Update.
6252
310b3441
TV
62532019-06-17 Tom de Vries <tdevries@suse.de>
6254
6255 PR gdb/24617
6256 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
6257 accessing parent[parent_len - 1].
6258
ba9777be
PP
62592019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6260
6261 PR gdb/24364
6262 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
6263 call dtrace_process_dof with NULL dof.
6264
2b9f6e89
TV
62652019-06-16 Tom de Vries <tdevries@suse.de>
6266
6267 PR gdb/24445
6268 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
6269
431b3ead
TT
62702019-06-16 Tom Tromey <tom@tromey.com>
6271
6272 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
6273 (make_all_visible): Use address of member.
6274
d04b44a1
TT
62752019-06-16 Tom Tromey <tom@tromey.com>
6276
6277 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
6278 (tui_free_window, free_content, free_content_elements): Remove
6279 unnecessary cast.
6280 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
6281 cast.
6282 * tui/tui-regs.c (tui_show_register_group)
6283 (tui_display_registers_from, tui_display_reg_element_at_line):
6284 Remove unnecessary cast.
6285
bf5142e7
AB
62862019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6287
6288 * linux-nat.c (normal_mask): Delete.
6289 (_initialize_linux_nat): Don't initialise normal_mask.
6290
c4973306
SM
62912019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
6292
6293 PR gdb/24445
6294 * dwarf-index-write.h (write_psymtabs_to_index): Add
6295 dwz_basename parameter.
6296 * dwarf-index-write.c (write_gdbindex): Move file writing to
6297 write_gdbindex_1. Change return type void.
6298 (assert_file_size): Move up, remove filename parameter.
6299 (write_gdbindex_1): New function.
6300 (write_debug_names): Change return type to void, call
6301 assert_file_size.
6302 (struct index_wip_file): New struct.
6303 (write_psymtabs_to_index): Add dwz_basename parameter. Move
6304 file logic to index_wip_file. Write index for dwz file if
6305 needed.
6306 (save_gdb_index_command): Pass basename of dwz file, if present.
6307 * dwarf-index-cache.c (index_cache::store): Obtain and pass
6308 build-id of dwz file, if present.
6309 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
6310 (dwarf2_get_dwz_file): Likewise.
6311 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
6312 (dwarf2_get_dwz_file): Likewise.
6313
395f9c91
TT
63142019-06-16 Tom Tromey <tom@tromey.com>
6315
6316 * coffread.c (process_coff_symbol): Use xstrdup.
6317 * value.c (create_internalvar): Use xstrdup.
6318
cafb3438
TT
63192019-06-16 Tom Tromey <tom@tromey.com>
6320
6321 * valops.c (value_cast, value_slice): Remove unnecessary cast.
6322 * breakpoint.c (stopin_command, stopat_command)
6323 (until_break_command, decode_location_default): Remove unnecessary
6324 cast.
6325 * utils.c (subset_compare): Remove unnecessary cast.
6326 * ada-lang.c (ada_update_initial_language): Remove unnecessary
6327 cast.
6328 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
6329 cast.
6330 * infcmd.c (path_command): Remove unnecessary cast.
6331 * coffread.c (decode_type): Remove unnecessary cast.
6332 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
6333 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
6334 * tui/tui-stack.c (tui_show_locator_content)
6335 (tui_show_frame_info): Remove unnecessary cast.
6336 * tui/tui-win.c (tui_scroll_forward_command)
6337 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
6338 (parse_scrolling_args): Remove unnecessary cast.
6339 * tui/tui-data.c (init_win_info, tui_del_window)
6340 (tui_free_window, tui_del_data_windows, tui_free_data_content)
6341 (free_content_elements): Remove unnecessary cast.
6342 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
6343 unnecessary cast.
6344 * tui/tui-source.c (tui_set_source_content)
6345 (tui_vertical_source_scroll): Remove unnecessary cast.
6346 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
6347 cast.
6348 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
6349 * tui/tui-regs.c (tui_display_registers_from)
6350 (tui_display_register): Remove unnecessary cast.
6351 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
6352 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
6353 (make_visible): Remove unnecessary cast.
6354 * tui/tui-winsource.c (tui_erase_source_content)
6355 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
6356 unnecessary cast.
6357 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
6358 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
6359 * stabsread.c (read_type, read_array_type, read_range_type):
6360 Remove unnecessary cast.
6361 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
6362 (parse_symbol, parse_type, upgrade_type, parse_external)
6363 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
6364 unnecessary cast.
6365 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
6366
730ead81
TT
63672019-06-16 Tom Tromey <tom@tromey.com>
6368
6369 * tui/tui-data.c (tui_alloc_generic_win_info)
6370 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
6371 checks.
6372
584a927c
AB
63732019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
6374 Andrew Burgess <andrew.burgess@embecosm.com>
6375
6376 * f-typeprint.c (f_print_type): Don't return early for not
6377 associated or not allocated types.
6378 (f_type_print_varspec_suffix): Add print_rank parameter and print
6379 ranks of array types in case they dangling.
6380 (f_type_print_base): Add print_rank parameter.
6381
30056ea0
AB
63822019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6383
6384 * NEWS: Mention new MI commands.
6385 * break-catch-throw.c (enum exception_event_kind): Move to
6386 breakpoint.h.
6387 (print_mention_exception_catchpoint): Output text as a single
6388 message.
6389 (catch_exception_command_1): Rename to...
6390 (catch_exception_event): ...this, make non-static, update header
6391 command, and change some parameter types.
6392 (catch_catch_command): Update for changes to
6393 catch_exception_command_1.
6394 (catch_throw_command): Likewise.
6395 (catch_rethrow_command): Likewise.
6396 * breakpoint.c (enum exception_event_kind): Delete.
6397 * breakpoint.h (enum exception_event_kind): Moved here from
6398 break-catch-throw.c.
6399 (catch_exception_event): Declare.
6400 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
6401 (mi_cmd_catch_throw): New function.
6402 (mi_cmd_catch_rethrow): New function.
6403 (mi_cmd_catch_catch): New function.
6404 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
6405 'catch-catch' entries.
6406 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
6407 (mi_cmd_catch_rethrow): Declare.
6408 (mi_cmd_catch_catch): Declare.
6409
ec8e2b6d
AB
64102019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6411
6412 * annotate.c (annotate_source_line): Change return type to void,
6413 update implementation to match.
6414 * annotate.h (annotate_source_line): Change return type to void,
6415 update header comment.
6416 * stack.c (print_frame_info): Don't change what frame information
6417 is printed based on whether annotations are on or not.
6418
0d3abd8c
AB
64192019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6420
6421 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
6422 (annotate_source): Make static.
6423 (annotate_source_line): Moved from source.c and renamed from
6424 identify_source_line. Update the return type.
6425 * annotate.h (annotate_source): Delete declaration.
6426 (annotate_source_line): Declaration moved from source.h, and
6427 renamed from identify_source_line. Return type updated.
6428 * source.c (identify_source_line): Moved to annotate.c and renamed
6429 to annotate_source_line.
6430 (info_line_command): Remove check of annotation_level.
6431 * source.h (identify_source_line): Move declaration to annotate.h
6432 and rename to annotate_source_line.
6433 * stack.c: Add 'annotate.h' include.
6434 (print_frame_info): Remove check of annotation_level before
6435 calling annotate_source_line.
6436
00df30ae
AB
64372019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6438
6439 * source-cache.c (source_cache::get_plain_source_lines): Use
6440 open_source_file_with_line_charpos instead of just
6441 open_source_file, remove call to find_source_lines.
6442 (source_cache::get_source_lines): Likewise.
6443 * source.c (find_source_lines): Make static.
6444 (get_filename_and_charpos): Renamed into...
6445 (open_source_file_with_line_charpos): ..this along with changes to
6446 return a scoped_fd, and some other minor clean ups.
6447 (identify_source_line): Use open_source_file_with_line_charpos.
6448 (search_command_helper): Use open_source_file_with_line_charpos
6449 instead of just open_source_file, remove call to
6450 find_source_lines.
6451 * source.h (open_source_file_with_line_charpos): Declare new
6452 function.
6453 (find_source_lines): Delete declaration.
6454
afda45a2
AB
64552019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6456
6457 * source.c (get_filename_and_charpos): Remove fullname
6458 parameter.
6459 (identify_source_line): Update call to get_filename_and_charpos.
6460
0735b091
TT
64612019-06-14 Tom Tromey <tromey@adacore.com>
6462
6463 PR gdb/24502:
6464 * ui-style.h (skip_ansi_escape): Update comment.
6465 * ui-file.h (class no_terminal_escape_file): New class.
6466 * ui-file.c (no_terminal_escape_file::write)
6467 (no_terminal_escape_file::puts): New methods.
6468 * cli/cli-logging.c (handle_redirections): Use
6469 no_terminal_escape_file.
6470
52ce35e2
TT
64712019-06-14 Tom Tromey <tromey@adacore.com>
6472
6473 * NEWS: Move convenience variable news above Python news.
6474
73cc7272
TT
64752019-06-14 Tom Tromey <tom@tromey.com>
6476
6477 * gnulib: Move directory to top-level.
6478 * configure.ac: Don't configure gnulib.
6479 * configure: Rebuild.
6480 * common/common-defs.h: Use new path to gnulib.
6481 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
6482 (GNULIB_H): Remove.
6483 (INCGNU): Look in new gnulib location.
6484 (HFILES_NO_SRCDIR): Remove gnulib files.
6485 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
6486 (generated_files): Remove GNULIB_H.
6487 ($(LIBGNU), all-lib): Remove targets.
6488 (distclean): Don't mention GNULIB_BUILDDIR.
6489 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
6490
f5686554
TT
64912019-06-14 Tom Tromey <tromey@adacore.com>
6492
6493 * symfile.c (add_symbol_file_command): Remove obsolete comment.
6494 Warn if symbol file does not provide any symbols.
6495
a0c1ffed
TT
64962019-06-14 Tom Tromey <tromey@adacore.com>
6497
6498 * source.c (find_and_open_source): Respect basenames_may_differ.
6499
7c39e397
AB
65002019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
6501
6502 * annotate.c (annotate_breakpoints_invalid): Make use of
6503 scoped_restore_terminal_state.
6504 (annotate_frames_invalid): Likewise.
6505
f411722c
TT
65062019-06-14 Tom Tromey <tromey@adacore.com>
6507
6508 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
6509 allow assignment to an internalvar.
6510
4268ec18
TT
65112019-06-14 Tom Tromey <tromey@adacore.com>
6512
6513 * ada-lex.l: Allow "_" in attribute names.
6514
abdb711e
TT
65152019-06-14 Tom Tromey <tromey@adacore.com>
6516
6517 PR gdb/24653:
6518 * regcache.c (registers_changed): Don't call alloca.
6519 * top.c (execute_command): Don't call alloca.
6520
4c048731
PA
65212019-06-13 Pedro Alves <palves@redhat.com>
6522
6523 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
6524 'expression'. When parsing an expression, error out if there's
6525 junk after "unlimited".
6526 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
6527 (do_set_command): Adjust calls to is_unlimited_literal.
6528
66eb1ed3
PA
65292019-06-13 Pedro Alves <palves@redhat.com>
6530
6531 * compile/compile.c (make_compile_options_def_group): Add braces
6532 around array_view initializer.
6533 * thread.c (make_thread_apply_all_options_def_group)
6534 (make_thread_apply_all_options_def_group): Likewise.
6535
3345721a
PA
65362019-06-13 Pedro Alves <palves@redhat.com>
6537
6538 * NEWS (New commands): Mention "maint test-options
6539 require-delimiter", "maint test-options unknown-is-error", "maint
6540 test-options unknown-is-operand" and "maint show
6541 test-options-completion-result".
6542 (New command options, command completion): New section.
6543 (Completion improvements): New section.
6544 Mention that you can abbreviate "unlimited".
6545
6206060d
PA
65462019-06-13 Pedro Alves <palves@redhat.com>
6547
6548 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
6549 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
6550 * unittests/cli-utils-selftests.c (test_parse_flags)
6551 (test_parse_flags_qcs): Delete.
6552 (test_cli_utils): Don't call deleted functions.
6553
6665660a
PA
65542019-06-13 Pedro Alves <palves@redhat.com>
6555
6556 * thread.c: Include "cli/cli-option.h".
6557 (tp_array_compar_ascending): Global.
6558 (tp_array_compar): Delete function.
6559 (tp_array_compar_ascending, tp_array_compar_descending): New
6560 functions.
6561 (ascending_option_def, qcs_flag_option_def)
6562 (thr_qcs_flags_option_defs)
6563 (make_thread_apply_all_options_def_group)
6564 (make_thread_apply_options_def_group): New.
6565 (thread_apply_all_command): Use gdb::option::process_options.
6566 (thread_apply_command_completer)
6567 (thread_apply_all_command_completer): New.
6568 (thread_apply_command): Use gdb::option::process_options.
6569 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
6570 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
6571 to generate help text of "thread apply". Adjust "taas"'s help.
6572 * tid-parse.c (tid_range_parser::in_thread_range): New method.
6573 * tid-parse.h (tid_range_parser::in_thread_range): New method.
6574
f7e13587
PA
65752019-06-13 Pedro Alves <palves@redhat.com>
6576
6577 * thread.c (thread_apply_command): Check for invalid TID with
6578 isdigit instead of !isalpha.
6579
5d707134
PA
65802019-06-13 Pedro Alves <palves@redhat.com>
6581
6582 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
6583 (validate_flags_qcs): New.
6584 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
6585 (validate_flags_qcs): Declare.
6586 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
6587 (make_frame_apply_options_def_group): New.
6588 (frame_apply_command_count): Process options with
6589 gdb::option::process_options.
6590 (frame_apply_completer): New.
6591 (frame_apply_level_completer, frame_apply_all_completer)
6592 (frame_apply_completer): New.
6593 (_initialize_stack): Update help of "frame apply", "frame apply
6594 level", "frame apply all" and "faas" to mention supported options
6595 and install command completers.
6596 * stack.h (frame_apply_all_completer): Declare.
6597 * thread.c: Include "stack.h".
6598 (tfaas_command): Add "--".
6599 (_initialize_thread): Update help "tfaas" to mention supported
6600 options and install command completer.
6601
272d4594
PA
66022019-06-13 Pedro Alves <palves@redhat.com>
6603
6604 * completer.c (complete_nested_command_line): New.
6605 (gdb_completion_word_break_characters_throw): Add assertion.
6606 * completer.h (complete_nested_command_line): Declare.
6607
90a1ef87
PA
66082019-06-13 Pedro Alves <palves@redhat.com>
6609
6610 * stack.c (parse_backtrace_qualifiers): New.
6611 (backtrace_command): Use it.
6612 (backtrace_command_completer): Complete on qualifiers.
6613
d4c16835
PA
66142019-06-13 Pedro Alves <palves@redhat.com>
6615
6616 * frame.c: Include "cli/cli-option.h.
6617 (user_set_backtrace_options): New.
6618 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
6619 Delete.
6620 (get_prev_frame): Adjust.
6621 (boolean_option_def, uinteger_option_def)
6622 (set_backtrace_option_defs): New.
6623 (_initialize_frame): Adjust and use
6624 gdb::option::add_setshow_cmds_for_options to install "set
6625 backtrace past-main" and "set backtrace past-entry".
6626 * frame.h: Include "cli/cli-option.h".
6627 (struct frame_print_options): Forward declare.
6628 (print_frame_arguments_all, print_frame_arguments_scalars)
6629 (print_frame_arguments_none): Declare.
6630 (print_entry_values): Delete declaration.
6631 (struct frame_print_options, user_frame_print_options): New.
6632 (struct set_backtrace_options): New.
6633 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
6634 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
6635 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
6636 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
6637 (list_args_or_locals): Add frame_print_options parameter.
6638 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
6639 * python/py-framefilter.c (enumerate_args): Pass down
6640 USER_FRAME_PRINT_OPTIONS.
6641 * stack.c: Include "cli/cli-option.h".
6642 (print_frame_arguments_all, print_frame_arguments_scalars)
6643 (print_frame_arguments_none): Declare.
6644 (print_raw_frame_arguments, print_entry_values): Delete.
6645 (user_frame_print_options): New.
6646 (boolean_option_def, enum_option_def, frame_print_option_defs):
6647 New.
6648 (struct backtrace_cmd_options): New.
6649 (bt_flag_option_def): New.
6650 (backtrace_command_option_defs): New.
6651 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
6652 (print_frame_arg, read_frame_arg, print_frame_args)
6653 (print_frame_info, print_frame): Add frame_print_options parameter
6654 and use it.
6655 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
6656 (backtrace_command_1): Add frame_print_options and
6657 backtrace_cmd_options parameters and use them.
6658 (make_backtrace_options_def_group): New.
6659 (backtrace_command): Process command options with
6660 gdb::option::process_options.
6661 (backtrace_command_completer): New.
6662 (_initialize_stack): Extend "backtrace"'s help to mention
6663 supported options. Install completer for "backtrace".
6664 Install some settings commands with add_setshow_cmds_for_options.
6665
2daf894e
PA
66662019-06-13 Pedro Alves <palves@redhat.com>
6667
6668 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
6669 and that "set/show print raw frame-arguments" are now deprecated.
6670
6671 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
6672 command.
6673 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
6674 * stack.c (_initialize_stack): Install "set/show print
6675 raw-frame-arguments", and deprecate "set/show print raw
6676 frame-arguments".
6677 * valprint.c (_initialize_valprint): Deprecate "set/show print
6678 raw".
6679
e6ed716c
PA
66802019-06-13 Pedro Alves <palves@redhat.com>
6681
6682 * compile/compile.c (struct compile_options): New.
6683 (compile_flag_option_def, compile_command_option_defs)
6684 (make_compile_options_def_group): New.
6685 (compile_file_command): Handle options with
6686 gdb::option::process_options.
6687 (compile_file_command_completer): New function.
6688 (compile_code_command): Handle options with
6689 gdb::option::process_options.
6690 (compile_code_command_completer): New function.
6691 (_initialize_compiler): Install completers for "compile code" and
6692 "compile file". Mention available options in "compile code" and
6693 "compile code"'s help.
6694 * completer.c (advance_to_completion_word): New, factored out from
6695 ...
6696 (advance_to_expression_complete_word_point): ... this.
6697 (advance_to_filename_complete_word_point): New.
6698 * completer.h (advance_to_filename_complete_word_point): New
6699 declaration.
6700
7d8062de
PA
67012019-06-13 Pedro Alves <palves@redhat.com>
6702
6703 * compile/compile.c: Include "cli/cli-option.h".
6704 (compile_print_value): Scope data pointer is now a
6705 value_print_options pointer; adjust.
6706 (compile_print_command): Process options. Scope data pointer is
6707 now a value_print_options pointer; adjust.
6708 (_initialize_compile): Update "compile print"'s help to include
6709 supported options. Install a completer for "compile print".
6710 * cp-valprint.c (show_vtblprint, show_objectprint)
6711 (show_static_field_print): Delete.
6712 (_initialize_cp_valprint): Don't install "set print
6713 static-members", "set print vtbl", "set print object" here.
6714 * printcmd.c: Include "cli/cli-option.h" and
6715 "common/gdb_optional.h".
6716 (print_command_parse_format): Rework to fill in a
6717 value_print_options instead of a format_data.
6718 (print_value): Change parameter type from format_data pointer to
6719 value_print_options reference. Adjust.
6720 (print_command_1): Process options. Adjust to pass down a
6721 value_print_options.
6722 (print_command_completer): New.
6723 (_initialize_printcmd): Install print_command_completer as
6724 handle_brkchars completer for the "print" command. Update
6725 "print"'s help to include supported options.
6726 * valprint.c: Include "cli/cli-option.h".
6727 (show_vtblprint, show_objectprint, show_static_field_print): Moved
6728 here from cp-valprint.c.
6729 (boolean_option_def, uinteger_option_def)
6730 (value_print_option_defs, make_value_print_options_def_group):
6731 New. Use gdb::option::add_setshow_cmds_for_options to install
6732 "set print elements", "set print null-stop", "set print repeats",
6733 "set print pretty", "set print union", "set print array", "set
6734 print address", "set print symbol", "set print array-indexes".
6735 * valprint.h: Include <string> and "cli/cli-option.h".
6736 (make_value_print_options_def_group): Declare.
6737 (print_value): Change parameter type from format_data pointer to
6738 value_print_options reference.
6739 (print_command_completer): Declare.
6740
9d0faba9
PA
67412019-06-13 Pedro Alves <palves@redhat.com>
6742
6743 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
6744 (COMMON_SFILES): Add maint-test-settings.c.
6745 * cli/cli-decode.c (boolean_enums): New global, factored out from
6746 ...
6747 (add_setshow_boolean_cmd): ... here.
6748 * cli/cli-decode.h (boolean_enums): Declare.
6749 * cli/cli-option.c: New file.
6750 * cli/cli-option.h: New file.
6751 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
6752 factored out from ...
6753 (parse_cli_boolean_value(const char *)): ... this.
6754 (is_unlimited_literal): Change parameter type to pointer to
6755 pointer. Adjust and advance ARG pointer.
6756 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
6757 (parse_cli_var_enum): New, factored out from ...
6758 (do_set_command): ... this. Adjust.
6759 * cli/cli-setshow.h (parse_cli_boolean_value)
6760 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
6761 (parse_cli_var_enum): Declare.
6762 * cli/cli-utils.c: Include "cli/cli-option.h".
6763 (get_ulongest): New.
6764 * cli/cli-utils.h (get_ulongest): Declare.
6765 (check_for_argument): New overloads.
6766 * maint-test-options.c: New file.
6767
2c722807
PA
67682019-06-13 Pedro Alves <palves@redhat.com>
6769
6770 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
6771 parse a range if "-" is at the end of the string.
6772
dee7b4c8
PA
67732019-06-13 Pedro Alves <palves@redhat.com>
6774
6775 * cli/cli-setshow.c (parse_auto_binary_operation)
6776 (parse_cli_boolean_value): Don't allow "o".
6777
dca0f6c0
PA
67782019-06-13 Pedro Alves <palves@redhat.com>
6779
6780 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
6781 * NEWS: Mention maint test-settings KIND.
6782 * maint-test-settings.c: New file.
6783
597bf39d
PA
67842019-06-13 Pedro Alves <palves@redhat.com>
6785
6786 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
6787 completer.
6788 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
6789 "set" completers.
6790
48c410fb
PA
67912019-06-13 Pedro Alves <palves@redhat.com>
6792
6793 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
6794 after item.
6795
93bcb043
PA
67962019-06-13 Pedro Alves <palves@redhat.com>
6797
6798 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
6799
cbba3ecd
PA
68002019-06-13 Pedro Alves <palves@redhat.com>
6801
6802 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
6803 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
6804 call.
6805 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
6806 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
6807 calls.
6808 (check_for_argument): Skip spaces after argument.
6809
b9a3f842
PA
68102019-06-13 Pedro Alves <palves@redhat.com>
6811
6812 * thread.c (thread_apply_command): Adjust TID parsing.
6813 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
6814 detected before end of string.
6815 (tid_is_in_list): Error out if LIST is invalid.
6816
3844e605
PA
68172019-06-13 Pedro Alves <palves@redhat.com>
6818
6819 * completer.c (complete_line_internal_1): Rewind completion word
6820 point.
6821 (completion_tracker::advance_custom_word_point_by): Change
6822 parameter type to int.
6823 * completer.h (completion_tracker::advance_custom_word_point_by):
6824 Likewise.
6825
00b56dbe
PA
68262019-06-13 Pedro Alves <palves@redhat.com>
6827
6828 * completer.c (advance_to_completion_word): Handle delimiters.
6829
d106773e
PA
68302019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
6831
6832 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
6833
08f10e02
TT
68342019-06-11 Tom Tromey <tom@tromey.com>
6835
6836 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
6837 (xmalloc_failed): Move to alloc.c.
6838 * alloc.c: New file.
6839 * Makefile.in (COMMON_SFILES): Add alloc.c.
6840
1c7fe951
TT
68412019-06-11 Tom Tromey <tom@tromey.com>
6842
6843 * nat/linux-waitpid.c: Don't include server.h.
6844 (linux_debug): Remove.
6845 (my_waitpid): Update.
6846
89549d7f
TT
68472019-06-11 Tom Tromey <tromey@adacore.com>
6848
6849 * infcall.c (_initialize_infcall): Remove trailing newline from
6850 help.
6851 * user-regs.c (_initialize_user_regs): Remove trailing newline
6852 from help.
6853 * typeprint.c (_initialize_typeprint): Remove trailing newline
6854 from help.
6855 * reverse.c (_initialize_reverse): Remove trailing newlines from
6856 help.
6857 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
6858 from help.
6859 * language.c (add_set_language_command): Remove trailing newline
6860 from help.
6861 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
6862 help.
6863 * disasm.c (_initialize_disasm): Remove trailing newline from
6864 help.
6865 * top.c (init_main): Remove trailing newline from help.
6866 * interps.c (_initialize_interpreter): Remove trailing newline
6867 from help.
6868 * btrace.c (_initialize_btrace): Remove trailing newlines from
6869 help.
6870 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
6871 from help.
6872 * python/python.c (_initialize_python): Remove trailing newline
6873 from help.
6874 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
6875 help.
6876 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
6877 from help. Reformat some text.
6878 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
6879 from help.
6880 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
6881 newline from help.
6882
86108c13
TT
68832019-06-11 Tom Tromey <tromey@adacore.com>
6884
6885 * darwin-nat.c (darwin_decode_exception_message)
6886 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
6887
a7067863
AB
68882019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
6889
6890 * valops.c (value_slice): Check for not allocated or not
6891 associated values.
6892
9ab08412
TV
68932019-06-10 Tom de Vries <tdevries@suse.de>
6894
6895 PR gdb/24618
6896 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
6897 sure an empty slot (defined by a 32-bit zero pair) is recognized as
6898 invalid.
6899
f19e22e9
TV
69002019-06-10 Tom de Vries <tdevries@suse.de>
6901
6902 PR gdb/24611
6903 * linespec.c (linespec_lexer_lex_string): Remove incorrect
6904 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
6905
e99f9db0
TV
69062019-06-10 Tom de Vries <tdevries@suse.de>
6907
6908 PR symtab/24545
6909 * symtab.c (struct demangled_name_entry): Add language field.
6910 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
6911 static minimal symbol". Set and use language field.
6912
9bf7038b
TT
69132019-06-10 Tom Tromey <tromey@adacore.com>
6914
6915 * ada-lang.c (_initialize_ada_language): Update help text.
6916
422186a9
TT
69172019-06-10 Tom Tromey <tromey@adacore.com>
6918
6919 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
6920 with a newline.
6921 * guile/guile.c (handle_boot_error): Don't end warning with a
6922 newline.
6923 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
6924 warning with a newline.
6925 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
6926 newline.
6927 (s12z_frame_cache): Likewise.
6928 * dwarf-index-cache.c (index_cache::store): Don't end warning with
6929 a newline.
6930 * solib-svr4.c (disable_probes_interface): Don't end warning with
6931 a newline.
6932 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
6933 newline.
6934 * python/python.c (do_finish_initialization): Don't end warning
6935 with a newline.
6936
25ce02ee
TT
69372019-06-10 Tom Tromey <tom@tromey.com>
6938
6939 * python/py-breakpoint.c (gdbpy_breakpoint_created)
6940 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
6941 gdbpy_enter.
6942
caa429d8
TT
69432019-06-10 Tom Tromey <tromey@adacore.com>
6944
6945 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
6946 data.
6947 (elf_new_init): Don't call stabsread_new_init.
6948 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
6949 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
6950 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
6951
81873cc8
TV
69522019-06-10 Tom de Vries <tdevries@suse.de>
6953
6954 PR symtab/16264
6955 PR symtab/24517
6956 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
6957
4fa0265e
РИ
69582019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
6959
6960 * source.c (find_and_open_source): Also rewrite relative file
6961 names.
6962
1a3da2cd
AB
69632019-04-26 Amos Bird <amosbird@gmail.com>
6964
6965 * annotate.c (annotate_thread_exited): Add "thread-exited"
6966 annotation.
6967
3847a7bf
TT
69682019-06-06 Tom Tromey <tromey@adacore.com>
6969
6970 * maint.h (class scoped_command_stats): Use
6971 DISABLE_COPY_AND_ASSIGN.
6972 <print_time>: New method.
6973 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
6974 print_time.
6975 (scoped_command_stats::print_time): New method.
6976
312617a3
AB
69772019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
6978
6979 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
6980 instructions of lengths 6 or 8 bytes.
6981
b02f78f9
PA
69822019-06-04 Pedro Alves <palves@redhat.com>
6983
6984 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
6985
6986 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
6987 * breakpoint.c (condition_completer): Likewise.
6988 * cli/cli-dump.c (scan_expression): Likewise.
6989 * common/filestuff.c (mkdir_recursive): Likewise.
6990 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
6991 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
6992 (gdb_abspath): Likewise.
6993 * compile/compile-cplus-types.c
6994 (compile_cplus_instance::decl_name): Likewise.
6995 * completer.c (complete_explicit_location):
6996 (signal_completer, reg_or_group_completer_1): Likewise.
6997 * cp-support.c (cp_remove_params_if_any): Likewise.
6998 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
6999 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
7000 * infcmd.c (strip_bg_char): Likewise.
7001 * linespec.c (copy_token_string): Likewise.
7002 * mi/mi-main.c (output_cores): Likewise.
7003 * psymtab.c (psymtab_search_name):
7004 * symfile.c (test_set_ext_lang_command): Likewise.
7005 * target.c (target_fileio_read_stralloc): Likewise.
7006 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
7007 * value.c (complete_internalvar): Likewise.
7008
e1f2e1a2
CB
70092019-06-04 Christian Biesinger <cbiesinger@google.com>
7010
7011 Add objfile property to gdb.Type.
d3238f7d
PA
7012 * NEWS: Mention Python API addition.
7013 * python/py-type.c (typy_get_objfile): New method.
e1f2e1a2 7014
e664d728
PW
70152019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7016
7017 * NEWS: Mention the new set|show style [title|highlight].
7018 Mention changes to "show style", "help" and "apropos".
7019
66d8c862
PW
70202019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7021
7022 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
7023 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
7024 instead of print_help_for_command.
7025 (print_doc_of_command): New function.
7026 (help_list): Add 'apropos -v word' suggestion.
7027 (print_help_for_command): Style the command name using title style.
7028 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
7029 (_initialize_cli_cmds): Describe -v in apropos_command help.
7030
9303eb2f
PW
70312019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7032
7033 * cli/cli-style.h (cli_style_option): Add name in constructor,
7034 add m_name class member, add constructor with intensity,
7035 add name class function.
7036 (cli_style_option::add_setshow_commands): Remove name argument.
7037 (highlight_style, title_style): New styles.
7038 * cli/cli-style.c (do_show): New function that shows a style
7039 characteristic styling the style name with itself.
7040 (set_style_name): New function.
7041 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
7042 Update all callers according to the changes in cli/cli-style.h.
7043 * utils.h (fputs_highlighted): New function.
7044 * utils.c (fputs_highlighted): Likewise.
7045
e2c52041
PW
70462019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7047
7048 * NEWS: Mention new pipe command and new convenience variables.
7049
947d3946
PW
70502019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7051
7052 * cli/cli-cmds.c (pipe_command): New function.
7053 (_initialize_cli_cmds): Call add_com for pipe_command.
7054 Define | as an alias for pipe.
7055 (exit_status_set_internal_vars): New function.
7056 (shell_escape): Call exit_status_set_internal_vars.
7057 cli/cli-decode.c (find_command_name_length): Recognize | as
7058 a single character command.
7059
b8fd0918
PW
70602019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7061
7062 * gdbcmd.h (execute_command_to_ui_file): New declaration.
7063 top.c (execute_command_to_ui_file): New function, mostly a copy
7064 of execute_command_to_string.
7065 (execute_command_to_string): Implement by calling
7066 execute_command_to_ui_file.
7067
68bb5386
PW
70682019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7069
7070 * top.h (saved_command_line): Remove declaration.
7071 * top.c (previous_saved_command_line, previous_repeat_arguments):
7072 New variables.
7073 (saved_command_line): Make static, define together with other
7074 'repeat variables'.
7075 (dont_repeat): Clear repeat_arguments.
7076 (repeat_previous, get_saved_command_line, save_command_line):
7077 New functions.
7078 (gdb_init): Initialize saved_command_line
7079 and previous_saved_command_line.
7080 * main.c (captured_main_1): Remove saved_command_line initialization.
7081 * event-top.c (handle_line_of_input): Update to use
7082 the new 'repeat' related functions instead of direct access to
7083 saved_command_line.
7084 * command.h (repeat_previous, get_saved_command_line,
7085 save_command_line): New declarations.
7086 (dont_repeat): Add comment.
7087
bfcdb852
TT
70882019-05-30 Tom Tromey <tromey@adacore.com>
7089
7090 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
7091 Fix comment.
7092 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
7093
0ef209f2
JV
70942019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
7095
7096 PR cli/24587
7097 * completer.c (complete): Initialize variable word.
7098
955b06fa
SDJ
70992019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
7100
7101 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
7102 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
7103 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
7104 'body' is NULL to the outter 'if', protecting the '!is_define'
7105 situation as well.
7106
fa9c3fa0
TT
71072019-05-29 Tom Tromey <tromey@adacore.com>
7108
7109 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
7110 (dwarf_unknown): New function.
7111 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
7112 (dwarf_type_encoding_name): Use dwarf_unknown.
7113
4330d61d
TT
71142019-05-29 Tom Tromey <tromey@adacore.com>
7115
7116 PR c++/20020:
7117 * cp-valprint.c (cp_print_value_fields): Call
7118 cp_print_static_field inside "try".
7119
33a6bc35
TT
71202019-05-29 Tom Tromey <tromey@adacore.com>
7121
7122 * inflow.c (struct terminal_info): Add default operator=.
7123 * configure: Rebuild.
7124 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
7125 -Wdeprecated-copy-dtor, -Wredundant-move.
7126
000439d5
TT
71272019-05-29 Tom Tromey <tromey@adacore.com>
7128
7129 * NEWS: Add entry.
7130 * infcmd.c (print_return_value_1): Handle finish_print
7131 option.
7132 (show_print_finish): New function.
7133 (_initialize_infcmd): Add "set/show print finish" commands.
7134 * valprint.c (user_print_options): Initialize new member.
7135 * valprint.h (struct value_print_options) <finish_print>: New
7136 member.
7137
c0e70c62
TT
71382019-05-28 Tom Tromey <tromey@adacore.com>
7139
7140 * ada-lang.c (ada_remove_Xbn_suffix)
7141 (find_old_style_renaming_symbol)
7142 (parse_old_style_renaming): Remove.
7143 (ada_find_renaming_symbol): Don't call
7144 find_old_style_renaming_symbol.
7145 (ada_is_renaming_symbol): Rename from
7146 ada_find_renaming_symbol. Remove "block" parameter. Return
7147 bool. Now static.
7148 (ada_read_var_value): Update and simplify.
7149 * ada-exp.y (write_var_or_type): Remove old code.
7150
766f8836
AH
71512019-05-28 Alan Hayward <alan.hayward@arm.com>
7152
68255adc 7153 PR gdb/25010
766f8836
AH
7154 * event-top.c: Remove include comment.
7155 * inflow.c (class scoped_ignore_sigttou): Move from here...
7156 * inflow.h (class scoped_ignore_sigttou): ...to here.
7157 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
7158 * top.c: Remove include comment.
7159
eb41253a
TT
71602019-05-27 Tom Tromey <tom@tromey.com>
7161
7162 * NEWS: Fix typo.
7163
4ca51187
TT
71642019-05-22 Tom Tromey <tromey@adacore.com>
7165
7166 * target.c (target_follow_exec): Constify parameter.
7167 * target-delegates.c: Rebuild.
7168 * remote.c (remote_target::follow_exec): Constify parameter.
7169 * infrun.c (follow_exec): Constify parameter.
7170 * target.h (struct target_ops) <follow_exec>: Constify parameter.
7171 (target_follow_exec): Likewise.
7172
8fca4da0
AH
71732019-05-22 Alan Hayward <alan.hayward@arm.com>
7174
7175 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
7176 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
7177
b7060614
AH
71782019-05-22 Alan Hayward <alan.hayward@arm.com>
7179
7180 * NEWS: Add debugredirect and testsuite sections.
7181
0a5954bd
SC
71822019-05-22 Simon Cook <simon.cook@embecosm.com>
7183
7184 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
7185 target descriptions using exclusively floating point register name
7186 aliases.
7187
dc42e902
AB
71882019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7189
7190 PR gdb/18644:
7191 * f-lang.c (build_fortran_types): Handle the case where
7192 gdbarch_floatformat_for_type returns a nullptr.
7193
fb7806c7
TV
71942019-05-21 Tom de Vries <tdevries@suse.de>
7195
7196 PR cli/24587
7197 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
7198
34d11c68
AB
71992019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7200
7201 PR gdb/18644:
7202 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
7203 16-byte floats.
7204 * i386-tdep.c (i386_floatformat_for_type): Use
7205 floatformats_ia64_quad for the 16-byte floating point component
7206 within a fortran 32-byte complex number.
7207
122cf0f2
AB
72082019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7209
7210 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
7211 delete default constructor.
7212 (find_partial_die): Update to return const struct.
7213 (partial_die_parent_scope): Move variable declaration into scope
7214 of its use and change its type to auto.
7215 (guess_partial_die_structure_name): Likewise.
7216 (partial_die_info::fixup): Likewise.
7217
33d0e35a
TT
72182019-05-17 Tom Tromey <tromey@adacore.com>
7219
7220 * source.c (find_and_open_source): Remove cast.
7221
a45575b0
TT
72222019-05-17 Tom Tromey <tromey@adacore.com>
7223
7224 * annotate.c (annotate_source): Make "filename" const.
7225 * annotate.h (annotate_source): Use const.
7226
81f47ac2
AH
72272019-05-17 Alan Hayward <alan.hayward@arm.com>
7228
7229 * disasm.c (set_disassembler_options): Send errors to stderr.
7230
ca1285d1
AH
72312019-05-17 Alan Hayward <alan.hayward@arm.com>
7232
7233 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
7234 (cli_interp_base::set_logging): Check debug_redirect.
7235 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
7236 * cli/cli-logging.c (debug_redirect): Add static variable.
7237 (pop_output_files): Add default param.
7238 (handle_redirections): Print debug setting.
7239 (show_logging_command): Likewise.
7240 (_initialize_cli_logging): Add debugredirect command.
7241 * interps.c (current_interp_set_logging): Add debug_redirect
7242 parameter.
7243 * interps.h (set_logging): Add debug_redirect parameter.
7244 (current_interp_set_logging): Likewise.
7245 * mi/mi-common.h: Likewise.
7246 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
7247
72482019-05-17 Alan Hayward <alan.hayward@arm.com>
f3a09c80
AH
7249 Tom Tromey <tromey@adacore.com>
7250
7251 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
7252 directly.
7253 * cli/cli-interp.h (make_logging_output): Remove declaration.
7254 * cli/cli-logging.c (make_logging_output): Remove function.
7255 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
7256 directly.
7257 * ui-file.c (tee_file::tee_file): Remove bools.
7258 (tee_file::~tee_file): Remove deletes.
7259 * ui-file.h (tee_file): Remove bools.
7260
26648588
JV
72612019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
7262
7263 * mi/mi-cmds.h (mi_cmd_complete): New function.
7264 * mi/mi-main.c (mi_cmd_complete): Likewise.
7265 * mi/mi-cmds.c: Define new MI command -complete.
7266 * NEWS: Mention new -complete command.
7267
6e035501
JV
72682019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
7269
7270 * completer.h (complete): New function.
7271 * completer.c (complete): Likewise.
7272 * cli/cli-cmds.c: (complete_command): Update to use new complete()
7273 function defined in completer.h.
7274
7d0e2ece
JV
72752019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
7276
e79be6e5 7277 * MAINTAINERS (Write After Approval): Add myself.
7d0e2ece 7278
fb816e8b
TV
72792019-05-17 Tom de Vries <tdevries@suse.de>
7280
7281 PR gdb/24094
7282 * dwarf2read.c (struct cu_partial_die_info): New struct.
7283 (find_partial_die): Return cu_partial_die_info.
7284 (partial_die_parent_scope, guess_partial_die_structure_name)
7285 (partial_die_info::fixup): Handle new return type of find_partial_die.
7286
677052f2
SDJ
72872019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7288
a1726c38 7289 PR breakpoints/24541
677052f2
SDJ
7290 * stap-probe.c (stap_parse_register_operand): Make "regname" an
7291 "std::string", simplifying the algorithm.
7292
f3da9116
SDJ
72932019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7294
7295 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
7296 (stap_static_probe_ops::get_probes): Likewise.
7297
f1bb75ab
SDJ
72982019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7299
7300 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
7301 '-')" and "else if".
7302 (stap_parse_single_operand): Join checks for
7303 "gdbarch_stap_parse_special_token_p" and
7304 "gdbarch_stap_parse_special_token" in the same "if" statement.
7305 Invert check when verifying for operation on register
7306 displacement.
7307
3ca58cde
SDJ
73082019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7309
7310 * stap-probe.c (stap_get_opcode): Update comment.
7311 (stap_get_expected_argument_type): Likewise.
7312 (handle_stap_probe): Likewise.
7313
af2d9bee
SDJ
73142019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7315
7316 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
7317 return type to 'bool'. Adjust comment. Use 'bool' when
7318 appropriate.
7319 (i386_stap_parse_special_token_three_arg_disp): Likewise.
7320 * stap-probe.c (stap_parse_argument_1): Likewise.
7321 (stap_is_operator): Likewise.
7322 (stap_is_generic_prefix): Likewise.
7323 (stap_is_register_prefix): Likewise.
7324 (stap_is_register_indirection_prefix): Likewise.
7325 (stap_is_integer_prefix): Likewise.
7326 (stap_generic_check_suffix): Likewise.
7327 (stap_check_integer_suffix): Likewise.
7328 (stap_check_register_suffix): Likewise.
7329 (stap_check_register_indirection_suffix): Likewise.
7330 (stap_parse_register_operand): Likewise.
7331 (stap_parse_single_operand): Likewise.
7332 (stap_parse_argument_1): Likewise.
7333 (stap_probe::get_argument_count): Likewise.
7334 (stap_is_operator): Likewise.
7335
61c9c421
TT
73362019-05-16 Tom Tromey <tromey@adacore.com>
7337
7338 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
7339 keyword to foreach.
7340
9ddc1af1
SM
73412019-05-15 Simon Marchi <simon.marchi@efficios.com>
7342
7343 * linux-thread-db.c (try_thread_db_load_1): Change return type
7344 to bool.
7345 (try_thread_db_load): Likewise.
7346 (try_thread_db_load_from_pdir_1): Likewise.
7347 (try_thread_db_load_from_pdir): Likewise.
7348 (try_thread_db_load_from_sdir): Likewise.
7349 (try_thread_db_load_from_dir): Likewise.
7350 (thread_db_load_search): Likewise.
7351 (has_libpthread): Likewise.
7352 (thread_db_load): Likewise.
7353
7bede828
SDJ
73542019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
7355
7356 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
7357 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
7358 NULL, and complain/return if that's the case.
7359
c5358db4
JD
73602019-05-15 John Darrington <john@darrington.wattle.id.au>
7361
7362 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
7363 (advance, posn, abstract_read_memory): New functions.
7364 [struct mem_read_abstraction]: New struct.
7365 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
7366
c408a94f
TT
73672019-05-14 Tom Tromey <tromey@adacore.com>
7368
7369 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
7370 value is not lval_memory.
7371
e7bd7fba
TT
73722019-05-14 Tom Tromey <tromey@adacore.com>
7373
7374 * solib.c (info_sharedlibrary_command): Style the file name.
7375
a6d0f249
AH
73762019-05-14 Alan Hayward <alan.hayward@arm.com>
7377
7378 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
7379 (aarch64_vnv_type): Likewise.
7380 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
7381 * common/tdesc.c: Likewise.
7382 * common/tdesc.h (enum tdesc_type_kind): Likewise.
7383 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
7384 * features/aarch64-fpu.xml: Add ieee half view.
7385 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
7386 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
7387 * gdbtypes.h (struct builtin_type): Likewise.
7388 (struct objfile_type): Likewise.
7389
66b8bb74
SM
73902019-05-12 Paul Naert <paul.naert@polymtl.ca>
7391
7392 * language.c (language_sniff_from_mangled_name): Fix "langauge"
7393 typo.
7394 * location.h (string_to_event_location): Likewise.
7395
21c219fd
JB
73962019-05-11 Joel Brobecker <brobecker@adacore.com>
7397
7398 GDB 8.3 released.
7399
13674803
SM
74002019-05-10 Simon Marchi <simon.marchi@efficios.com>
7401
7402 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
7403 New variable declaration.
7404 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
7405 New variable.
7406 (print_one_breakpoint): Use ui_out::test_flags and new global
7407 variable to compute use_fixed_output.
7408 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
7409 Remove.
7410 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
7411 (mi_multi_location_breakpoint_output_fixed): Remove.
7412 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
7413 new variable.
7414 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
7415 fix_multi_location_breakpoint_output flag if version >= 3.
7416 * ui-out.h (enum ui_out_flag)
7417 <fix_multi_location_breakpoint_output>: New enumerator.
7418
a9eac7f9
SM
74192019-05-10 Simon Marchi <simon.marchi@efficios.com>
7420
7421 * contrib/cc-with-tweaks.sh: Validate dwz's work.
7422
71bed2db
TT
74232019-05-10 Tom Tromey <tromey@adacore.com>
7424
7425 * ada-lang.c (catch_ada_completer): New function.
7426 (_initialize_ada_language): Use it.
7427
24c54127
TT
74282019-05-10 Tom Tromey <tromey@adacore.com>
7429
7430 * thread.c (print_thread_info): Make "requested_threads" const.
7431 * gdbthread.h (print_thread_info): Make "requested_threads"
7432 const.
7433 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
7434 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
7435
7a102139
TT
74362019-05-08 Tom Tromey <tom@tromey.com>
7437
7438 * gdbtypes.c (objfile_type_data): Change type.
7439 (objfile_type, _initialize_gdbtypes): Update.
7440
924d79e2
TT
74412019-05-08 Tom Tromey <tom@tromey.com>
7442
7443 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
7444 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
7445 (_initialize_dwarf2_frame): Update.
7446
4c58e337
TT
74472019-05-08 Tom Tromey <tom@tromey.com>
7448
7449 * objc-lang.c (objc_objfile_data): Change type.
7450 (find_methods): Update.
7451 (_initialize_objc_lang): Remove.
7452
d772d2ab
TT
74532019-05-08 Tom Tromey <tom@tromey.com>
7454
7455 * stabsread.c (rs6000_builtin_type_data): Change type.
7456 (rs6000_builtin_type, _initialize_stabsread): Update.
7457
d11d83f4
TT
74582019-05-08 Tom Tromey <tom@tromey.com>
7459
7460 * mips-tdep.c (mips_pdr_data): Remove.
7461 (_initialize_mips_tdep): Update.
7462
9a73f0ad
TT
74632019-05-08 Tom Tromey <tom@tromey.com>
7464
7465 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
7466 (hppa_init_objfile_priv_data, read_unwind_info)
7467 (find_unwind_entry, _initialize_hppa_tdep): Update.
7468
8127a2fa
TT
74692019-05-08 Tom Tromey <tom@tromey.com>
7470
7471 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
7472 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
7473 on obstack.
7474 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
7475
91d3055d
TT
74762019-05-08 Tom Tromey <tom@tromey.com>
7477
7478 * mdebugread.c (basic_type_data): Change type.
7479 (basic_type, _initialize_mdebugread): Update.
7480
31930bd3
TT
74812019-05-08 Tom Tromey <tom@tromey.com>
7482
7483 * common/gdb_unique_ptr.h (struct noop_deleter): New.
7484
bdb3ed9e
TT
74852019-05-08 Tom Tromey <tom@tromey.com>
7486
7487 * nto-tdep.c (nto_inferior_data_reg): Change type.
7488 (nto_inferior_data): Update.
7489 (nto_inferior_data_cleanup, nto_new_inferior_data)
7490 (_initialize_nto_tdep): Remove.
7491 * nto-tdep.h (struct nto_inferior_data): Add initializers.
7492
f37b313d
TT
74932019-05-08 Tom Tromey <tom@tromey.com>
7494
7495 * ada-lang.c (struct ada_inferior_data): Add initializers.
7496 (ada_inferior_data): Change type.
7497 (ada_inferior_data_cleanup): Remove.
7498 (get_ada_inferior_data, ada_inferior_exit)
7499 (struct ada_pspace_data): Add initializers, destructor.
7500 (ada_pspace_data_handle): Change type.
7501 (get_ada_pspace_data): Update.
7502 (ada_pspace_data_cleanup): Remove.
7503
24699405
TT
75042019-05-08 Tom Tromey <tom@tromey.com>
7505
7506 * coffread.c (struct coff_symfile_info): Add initializers.
7507 (coff_objfile_data_key): Move lower. Change type.
7508 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
7509 Update.
7510 (coff_free_info): Remove.
7511
d4e05d2f
TT
75122019-05-08 Tom Tromey <tom@tromey.com>
7513
7514 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
7515 (fbsd_pspace_data_handle): Move lower. Change type.
7516 (get_fbsd_pspace_data): Update.
7517 (fbsd_pspace_data_cleanup): Remove.
7518 (_initialize_fbsd_tdep): Update.
7519
14ef6690
TT
75202019-05-08 Tom Tromey <tom@tromey.com>
7521
7522 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
7523 (get_ada_tasks_pspace_data): Update.
7524 (ada_tasks_pspace_data_cleanup): Remove.
7525 (_initialize_tasks): Update.
7526 (ada_tasks_inferior_data_handle): Change type.
7527 (get_ada_tasks_inferior_data): Update.
7528 (ada_tasks_inferior_data_cleanup): Remove.
7529 (struct ada_tasks_pspace_data): Add initializers.
7530
814cf43a
TT
75312019-05-08 Tom Tromey <tom@tromey.com>
7532
7533 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
7534 * symfile-debug.c (debug_sym_get_probes): Change type.
7535 * stap-probe.c (handle_stap_probe):
7536 (stap_static_probe_ops::get_probes): Change type.
7537 * probe.h (class static_probe_ops) <get_probes>: Change type.
7538 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
7539 (parse_probes_in_pspace): Update.
7540 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
7541 Update.
7542 (any_static_probe_ops::get_probes): Change type.
7543 * elfread.c (elfread_data): New typedef.
7544 (probe_key): Change type.
7545 (elf_get_probes): Likewise. Update.
7546 (probe_key_free): Remove.
7547 (_initialize_elfread): Update.
7548 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
7549 Change type.
7550 (dtrace_process_dof_probe, dtrace_process_dof)
7551 (dtrace_static_probe_ops::get_probe): Change type.
7552
02dc647e
TT
75532019-05-08 Tom Tromey <tom@tromey.com>
7554
7555 * xcoffread.c (struct xcoff_symfile_info): Rename from
7556 coff_symfile_info. Add initializers.
7557 (xcoff_objfile_data_key): Move lower. Change type.
7558 (XCOFF_DATA): Rewrite.
7559 (xcoff_free_info): Remove.
7560 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
7561 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
7562 (xcoff_initial_scan): Update.
7563
09232438
TT
75642019-05-08 Tom Tromey <tom@tromey.com>
7565
7566 * solib-svr4.c (struct svr4_info): Add initializers and
7567 destructor.
7568 <probes_table>: Now an htab_up.
7569 (solib_svr4_pspace_data): Change type.
7570 (free_probes_table): Simplify.
7571 (~svr4_info): Rename from svr4_pspace_data_cleanup.
7572 (get_svr4_info, probes_table_htab_remove_objfile_probes)
7573 (probes_table_remove_objfile_probes, register_solib_event_probe)
7574 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
7575 (_initialize_svr4_solib): Update.
7576
7b4a314f
TT
75772019-05-08 Tom Tromey <tom@tromey.com>
7578
7579 * remote.c (remote_pspace_data): Change type.
7580 (remote_pspace_data_cleanup): Remove.
7581 (get_remote_exec_file, set_pspace_remote_exec_file)
7582 (_initialize_remote): Update.
7583
51d3063a
TT
75842019-05-08 Tom Tromey <tom@tromey.com>
7585
7586 * breakpoint.c (breakpoint_objfile_key): Change type.
7587 (get_breakpoint_objfile_data): Update.
7588 (free_breakpoint_objfile_data): Remove.
7589 (_initialize_breakpoint): Update.
7590
89fb8848
TT
75912019-05-08 Tom Tromey <tom@tromey.com>
7592
7593 * linux-tdep.c (struct linux_info): Add initializers.
7594 (linux_inferior_data): Move. Change type.
7595 (invalidate_linux_cache_inf): Update.
7596 (linux_inferior_data_cleanup): Remove.
7597 (get_linux_inferior_data, _initialize_linux_tdep): Update.
7598
e9b89e2d
TT
75992019-05-08 Tom Tromey <tom@tromey.com>
7600
7601 * auxv.c (auxv_inferior_data): Move. Change type.
7602 (auxv_inferior_data_cleanup): Remove.
7603 (invalidate_auxv_cache_inf): Rewrite.
7604 (get_auxv_inferior_data, _initialize_auxv): Update.
7605
8c42777c
TT
76062019-05-08 Tom Tromey <tom@tromey.com>
7607
7608 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
7609 (symfile_debug_objfile_data_key): Change type.
7610 (symfile_debug_installed, debug_qf_has_symbols)
7611 (debug_qf_find_last_source_symtab)
7612 (debug_qf_forget_cached_source_info)
7613 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
7614 (debug_qf_print_stats, debug_qf_dump)
7615 (debug_qf_expand_symtabs_for_function)
7616 (debug_qf_expand_all_symtabs)
7617 (debug_qf_expand_symtabs_with_fullname)
7618 (debug_qf_map_matching_symbols)
7619 (debug_qf_expand_symtabs_matching)
7620 (debug_qf_find_pc_sect_compunit_symtab)
7621 (debug_qf_map_symbol_filenames)
7622 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
7623 (debug_sym_new_init, debug_sym_init, debug_sym_read)
7624 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
7625 (debug_sym_read_linetable, debug_sym_relocate): Update.
7626 (symfile_debug_free_objfile): Remove.
7627 (install_symfile_debug_logging, _initialize_symfile_debug):
7628 Update.
7629
5bfd760d
TT
76302019-05-08 Tom Tromey <tom@tromey.com>
7631
7632 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
7633 allocate_on_obstack.
7634 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
7635 (get_dwarf2_per_objfile): Update.
7636 (set_dwarf2_per_objfile): Remove.
7637 (dwarf2_has_info, dwarf2_get_section_info): Update.
7638 (dwarf2_free_objfile): Remove.
7639 (_initialize_dwarf2_read): Update.
7640
e85e19b4
TT
76412019-05-08 Tom Tromey <tom@tromey.com>
7642
7643 * auto-load.c (struct auto_load_pspace_info): Add destructor and
7644 initializers.
7645 <unsupported_script_warning_printed,
7646 script_not_found_warning_printed>: Now bool.
7647 (auto_load_pspace_data): Change type.
7648 (~auto_load_pspace_info): Rename from
7649 auto_load_pspace_data_cleanup.
7650 (get_auto_load_pspace_data, init_loaded_scripts_info)
7651 (clear_section_scripts, maybe_print_unsupported_script_warning)
7652 (maybe_print_script_not_found_warning, _initialize_auto_load):
7653 Update.
7654
f6aa7436
TT
76552019-05-08 Tom Tromey <tom@tromey.com>
7656
7657 * objfiles.c (objfile_pspace_info): Add destructor and
7658 initializers.
7659 (objfiles_pspace_data): Change type.
7660 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
7661 (get_objfile_pspace_data): Update.
7662 (objfiles_bfd_data): Change type.
7663 (get_objfile_bfd_data): Update.
7664 (objfile_bfd_data_free, _initialize_objfiles): Remove.
7665
6ae614f6
TT
76662019-05-08 Tom Tromey <tom@tromey.com>
7667
7668 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
7669 Change type.
7670 (get_catch_syscall_inferior_data): Update.
7671 (catch_syscall_inferior_data_cleanup): Remove.
7672 (_initialize_break_catch_syscall): Update.
7673
6509b8eb
TT
76742019-05-08 Tom Tromey <tom@tromey.com>
7675
7676 * inflow.c (struct terminal_info): Add destructor and
7677 initializers.
7678 (inflow_inferior_data): Change type.
7679 (~terminal_info): Rename from inflow_inferior_data_cleanup.
7680 (get_inflow_inferior_data, inflow_inferior_exit)
7681 (swap_terminal_info, _initialize_inflow): Update.
7682
35632941
TT
76832019-05-08 Tom Tromey <tom@tromey.com>
7684
7685 * target-dcache.c (target_dcache_cleanup): Remove.
7686 (target_dcache_aspace_key): Change type.
7687 (target_dcache_init_p, target_dcache_invalidate)
7688 (target_dcache_get, target_dcache_get_or_init)
7689 (_initialize_target_dcache): Update.
7690 * dcache.h (struct dcache_deleter): New.
7691
3017b94d
TT
76922019-05-08 Tom Tromey <tom@tromey.com>
7693
7694 * symtab.c (struct symbol_cache): Add destructor and
7695 initializers.
7696 (symbol_cache_key): Move. Change type.
7697 (make_symbol_cache, free_symbol_cache): Remove.
7698 (get_symbol_cache): Update.
7699 (symbol_cache_cleanup): Remove.
7700 (ALL_PSPACES, symbol_cache_flush)
7701 (maintenance_print_symbol_cache)
7702 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
7703 Update.
7704
a32ad8c5
TT
77052019-05-08 Tom Tromey <tom@tromey.com>
7706
7707 * symtab.c (struct main_info): Add destructor and initializers.
7708 (main_progspace_key): Move. Change type.
7709 (get_main_info): Update.
7710 (main_info_cleanup): Remove.
7711 (_initialize_symtab): Update.
7712
5f6e90a0
TT
77132019-05-08 Tom Tromey <tom@tromey.com>
7714
7715 * registry.h (DECLARE_REGISTRY): Define the _key class.
7716
1bd0c6e4
AB
77172019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7718
7719 * NEWS: Merge two 'New commands' sections.
7720
2228ef77
XR
77212019-05-08 Joel Brobecker <brobecker@adacore.com>
7722
7723 * ada-valprint.c (ada_val_print_gnat_array): Remove language
7724 parameter and use Ada language definition instead.
7725 (ada_val_print_ptr): Remove unused language parameter.
7726 (ada_val_print_num): Remove language parameter and use Ada language
7727 definition instead.
7728 (ada_val_print_enum, ada_val_print_flt): Remove unused language
7729 parameter.
7730 (ada_val_print_struct_union, ada_val_print_ref): Remove language
7731 parameter and use Ada language definition instead.
7732 (ada_val_print_1): Update all ada_val_print_xxx calls.
7733 Remove language parameter.
7734 (ada_val_print): Update ada_val_print_1 call.
7735
60fcc1c3
TT
77362019-05-08 Tom Tromey <tromey@adacore.com>
7737
7738 * remote.c (remote_hw_watchpoint_limit)
7739 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
7740 Now static.
7741
ed2b7c17
TT
77422019-05-08 Tom Tromey <tromey@adacore.com>
7743
7744 * maint.c (_initialize_maint_cmds): Move initialization code to
7745 remote.c.
7746 (watchdog, show_watchdog): Move to remote.c.
7747 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
7748 "watchdog" static.
7749 (_initialize_remote): Move initialization code from maint.c.
7750 * defs.h (watchdog): Don't declare.
7751
b0be6c91
TT
77522019-05-08 Tom Tromey <tromey@adacore.com>
7753
7754 * tui/tui-interp.c: Include main.h.
7755 * interps.c: Include main.h.
7756 * main.h (interpreter_p): Declare.
7757 * defs.h (interpreter_p): Don't declare.
7758
587ee17b
TT
77592019-05-08 Tom Tromey <tromey@adacore.com>
7760
7761 * dwarf2loc.c: Include dwarf2read.h.
7762 * defs.h (read_unsigned_leb128): Don't declare.
7763 * dwarf2read.h (read_unsigned_leb128): Declare.
7764
ca1df239
TT
77652019-05-08 Tom Tromey <tromey@adacore.com>
7766
7767 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
7768 method.
7769
99f20f08
TT
77702019-05-08 Tom Tromey <tromey@adacore.com>
7771
7772 * utils.c (fputs_maybe_filtered): Reset style after paging, even
7773 when no wrap column is set.
7774
80e55b13
TT
77752019-05-08 Tom Tromey <tromey@adacore.com>
7776
7777 * c-lang.c (c_get_string): Handle non-C-style arrays.
7778
9d3421af
TT
77792019-05-08 Tom Tromey <tromey@adacore.com>
7780
7781 * typeprint.c (print_offset_data::update): Print the bit offset,
7782 not the number of bits remaining.
7783
844333e2
TT
77842019-05-08 Tom Tromey <tromey@adacore.com>
7785
7786 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
7787 padding at end of comment.
7788
988915ee
TT
77892019-05-08 Tom Tromey <tromey@adacore.com>
7790
7791 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
7792 Compare main types.
7793
26bfd823
TT
77942019-05-06 Tom Tromey <tom@tromey.com>
7795
7796 * common/scoped_mmap.c: Include common-defs.h.
7797 * common/scoped_mmap.h: Don't include config.h.
7798
89055eaa
TT
77992019-05-04 Tom Tromey <tom@tromey.com>
7800
7801 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
7802 (struct aarch64_call_info): Add initializers.
7803 <si>: Now a std::vector.
7804 (pass_on_stack, aarch64_push_dummy_call): Update.
7805
5da01df5
TT
78062019-05-04 Simon Marchi <simon.marchi@efficios.com>
7807 Tom Tromey <tom@tromey.com>
7808
7809 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
7810 (ppc_threads): Now a std::vector. Now static.
7811 (hwdebug_find_thread_points_by_tid)
7812 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
7813 Update.
7814
fbdf05a1
TT
78152019-05-04 Tom Tromey <tom@tromey.com>
7816
7817 * arc-tdep.c (arc_tdesc_init): Return bool.
7818
06d16ec9
TT
78192019-05-04 Tom Tromey <tom@tromey.com>
7820
7821 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
7822 Use gdb_assert_not_reached.
7823
9c056022
TT
78242019-05-04 Tom Tromey <tom@tromey.com>
7825
7826 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
7827 "false".
7828
fa9c2a59
TT
78292019-05-04 Tom Tromey <tom@tromey.com>
7830
7831 * arc-tdep.c (arc_tdesc_init): Use bool.
7832
e2eb806a
TT
78332019-05-04 Tom Tromey <tom@tromey.com>
7834
7835 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
7836
6fe87677
TT
78372019-05-04 Tom Tromey <tom@tromey.com>
7838
7839 * cli/cli-cmds.c (valid_command_p): Return bool.
7840
7f008c9e
TT
78412019-05-04 Tom Tromey <tom@tromey.com>
7842
7843 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
7844 * command.h (valid_user_defined_cmd_name_p): Channge return type.
7845
b6484282
RT
78462019-05-04 Raul Tambre <raul@tambre.ee>
7847
7848 * python/lib/gdb/prompt.py (_ExtendedPrompt)
7849 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
7850 operator for comparison.
7851
af97b416
TT
78522019-05-04 Tom Tromey <tom@tromey.com>
7853
7854 * psymtab.c (psymbol_name_matches, match_partial_symbol)
7855 (lookup_partial_symbol, print_partial_symbols)
7856 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
7857 (psymbol_compare): Update.
7858 (add_psymbol_to_bcache): Clear the entire psymbol.
7859 (maintenance_check_psymtabs): Update.
7860 * psympriv.h (struct partial_symbol): Don't derive from
7861 general_symbol_info.
7862 <obj_section, unrelocated_address, address,
7863 set_unrelocated_address>: Update.
7864 <ginfo>: New member.
7865 * dwarf-index-write.c (write_psymbols, debug_names::insert)
7866 (debug_names::write_psymbols): Update.
7867
9d6d4be8
TV
78682019-05-04 Tom de Vries <tdevries@suse.de>
7869
7870 * contrib/cc-with-tweaks.sh: Support -n arg.
7871
66452beb
PW
78722019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7873
7874 * corelow.c (core_target::detach): Ensure frame cache and
7875 register caches are cleared.
7876 inferior.c (exit_inferior_1): Likewise.
7877
bde09ab7
TT
78782019-05-03 Sandra Loosemore <sandra@codesourcery.com>
7879 Tom Tromey <tom@tromey.com>
7880
7881 * dictionary.c (collate_pending_symbols_by_language): Remove
7882 "struct" from foreach.
7883 * symtab.c (lookup_global_symbol_from_objfile)
7884 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
7885 foreach.
7886 * ser-tcp.c (net_open): Remove "struct" from foreach.
7887 * objfiles.c (objfile_relocate, objfile_rebase)
7888 (objfile_has_symbols): Remove "struct" from foreach.
7889 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
7890 from foreach.
7891 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
7892 foreach.
7893 * darwin-nat.c (thread_info_from_private_thread_info): Remove
7894 "struct" from foreach.
7895 * ada-lang.c (create_excep_cond_exprs)
7896 (ada_exception_catchpoint_cond_string): Remove "struct" from
7897 foreach.
7898
222a8d25
TT
78992019-05-03 Tom Tromey <tromey@adacore.com>
7900
7901 * ada-exp.y (convert_char_literal): Check suffix of each
7902 enumerator.
7903
fcd60b84
DP
79042019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
7905
7906 PR ada/21406:
7907 * ada-exp.y (yywrap): Don't define.
7908 * ada-lex.l (%option): Add noyywrap
7909 (yywrap): Remove.
7910
5f2459c2
EZ
79112019-05-03 Eli Zaretskii <eliz@gnu.org>
7912
353ea2d1
EZ
7913 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
7914 _WIN32_WINNT to the XP level, unless already defined to a higher
7915 level.
7916
7917 * unittests/parse-connection-spec-selftests.c:
7918 * ser-tcp.c:
7919 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
7920 override.
7921
5f2459c2
EZ
7922 * symfile.c (find_separate_debug_file): Remove colon from the
7923 drive spec of DOS/Windows file names of the target, so that the
7924 file name produced from DEBUGDIR and the target's directory will
7925 be valid on DOS/Windows systems.
7926
80062eb9
AB
79272019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
7928
7929 * rust-lang.c (val_print_struct): Handle printing structures
7930 containing strings.
7931
b8c05e85
TT
79322019-05-02 Tom Tromey <tromey@adacore.com>
7933
7934 * valarith.c (_initialize_valarith): Remove.
7935
4504bbde
TT
79362019-05-01 Tom Tromey <tromey@adacore.com>
7937
7938 * ada-lang.c (ada_value_primitive_field): Treat more fields as
7939 bitfields.
7940
d48e62f4
TT
79412019-05-01 Tom Tromey <tromey@adacore.com>
7942
7943 * ada-lang.c (ada_value_assign): Correctly compute starting offset
7944 for big-endian copies.
7945
15f18d14
AT
79462019-04-30 Ali Tamur <tamur@google.com>
7947 * gdb/dwarf2read.c (read_3_bytes): New declaration.
7948 (read_attribute_value): Added DW_FORM_strx1-4 cases.
7949 (read_3_bytes): New function.
7950
ab4ee614
JB
79512019-04-30 Joel Brobecker <brobecker@adacore.com>
7952
7953 * windows-nat.c (main_thread_id): Delete.
7954 (handle_output_debug_string): Replace main_thread_id by
7955 current_event.dwThreadId.
7956 (fake_create_process): Likewise.
7957 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
7958 Do not set main_thread_id.
7959 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
7960 current_event.dwThreadId.
7961 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
7962
8ed5b76e
JB
79632019-04-30 Joel Brobecker <brobecker@adacore.com>
7964
7965 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
7966 Use current_event.dwThreadId instead of main_thread_id.
7967
2ff0a947
TT
79682019-04-30 Tom Tromey <tromey@adacore.com>
7969
7970 * ada-lang.c (ada_lookup_simple_minsyms): New function.
7971 (create_excep_cond_exprs): Iterate over program spaces.
7972 (ada_exception_catchpoint_cond_string): Examine all minimal
7973 symbols for exception types.
7974
a776957c
TT
79752019-04-30 Tom Tromey <tromey@adacore.com>
7976
7977 PR c++/24470:
7978 * dwarf2read.c (process_structure_scope): Handle case where type
7979 has template parameters but no symbol was created.
7980
bc68014d
AB
79812019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7982 Chris January <chris.january@arm.com>
7983
7984 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
7985 qualifier.
7986 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
7987
f1fdc960
AB
79882019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7989
7990 * f-typeprint.c (f_print_type): Update rules for printing
7991 whitespace.
7992 (f_type_print_varspec_suffix): Likewise.
7993
bf7a4de1
AB
79942019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7995 Chris January <chris.january@arm.com>
7996
7997 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
7998 function arguments.
7999
bbe75b9d
AB
80002019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8001
8002 * f-lang.c (build_fortran_types): Change name of void type to
8003 lower case.
8004 * f-typeprint.c (f_type_print_base): Print the name of the void
8005 type, rather than a fixed string.
8006 * f-valprint.c (f_decorations): Use lower case void string.
8007
1db455a7
AB
80082019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8009 Chris January <chris.january@arm.com>
8010
8011 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
8012 types for Fortran.
8013
b6d03bb2
AB
80142019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8015 Chris January <chris.january@arm.com>
8016 David Lecomber <david.lecomber@arm.com>
8017
8018 * f-exp.y (BINOP_INTRINSIC): New token.
8019 (exp): New parser rule handling BINOP_INTRINSIC.
8020 (f77_keywords): Add new builtin procedures.
8021 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
8022 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
8023 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
8024 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
8025 (print_unop_subexp_f): New function.
8026 (print_binop_subexp_f): New function.
8027 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
8028 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
8029 (dump_subexp_body_f): Likewise.
8030 (operator_check_f): Likewise.
8031 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
8032 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
8033
83228e93
AB
80342019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8035
8036 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
8037 UNOP_KIND.
8038 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
8039 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
8040 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
8041 (operator_length_f): New fuction.
8042 (print_subexp_f): New function.
8043 (op_name_f): New function.
8044 (dump_subexp_body_f): New function.
8045 (operator_check_f): New function.
8046 (exp_descriptor_f): Replace standard expression handling functions
8047 with new functions.
8048 * gdb/fortran-operator.def: New file.
8049 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
8050 * gdb/std-operator.def: Remove UNOP_KIND.
8051
6fdcd7cc
AB
80522019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8053
8054 * std-operator.def: Remove unbalanced, stray double quote
8055 character.
8056
2e62ab40
AB
80572019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8058 Chris January <chris.january@arm.com>
8059 Daniel Everett <daniel.everett@arm.com>
8060 Nick Forrington <nick.forrington@arm.com>
8061 Richard Bunt <richard.bunt@arm.com>
8062
8063 * cp-valprint.c (cp_print_value_fields): Allow an additional level
8064 of depth when printing anonymous structs or unions.
8065 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
8066 Don't print either the top-level value, or the children if the
8067 max-depth is exceeded.
8068 (ppscm_print_children): When printing the key of a map, allow one
8069 extra level of depth.
8070 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
8071 print either the top-level value, or the children if the max-depth
8072 is exceeded.
8073 (print_children): When printing the key of a map, allow one extra
8074 level of depth.
8075 * python/py-value.c (valpy_format_string): Add max_depth keyword.
8076 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
8077 (user_print_options): Initialise max_depth field.
8078 (val_print_scalar_or_string_type_p): New function.
8079 (val_print): Check to see if the max depth has been reached.
8080 (val_print_check_max_depth): Define new function.
8081 (show_print_max_depth): New function.
8082 (_initialize_valprint): Add 'print max-depth' option.
8083 * valprint.h (struct value_print_options) <max_depth>: New field.
8084 (val_print_check_max_depth): Declare new function.
8085 * NEWS: Document new feature.
8086
4be290b2
AB
80872019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8088
8089 * ada-lang.c (ada_language_defn): Initialise new field.
8090 * c-lang.c (c_is_string_type_p): New function.
8091 (c_language_defn): Initialise new field.
8092 (cplus_language_defn): Initialise new field.
8093 (asm_language_defn): Initialise new field.
8094 (minimal_language_defn): Initialise new field.
8095 * c-lang.h (c_is_string_type_p): Declare new function.
8096 * d-lang.c (d_language_defn): Initialise new field.
8097 * f-lang.c (f_is_string_type_p): New function.
8098 (f_language_defn): Initialise new field.
8099 * go-lang.c (go_is_string_type_p): New function.
8100 (go_language_defn): Initialise new field.
8101 * language.c (default_is_string_type_p): New function.
8102 (unknown_language_defn): Initialise new field.
8103 (auto_language_defn): Initialise new field.
8104 * language.h (struct language_defn) <la_is_string_type_p>: New
8105 member variable.
8106 (default_is_string_type_p): Declare new function.
8107 * m2-lang.c (m2_language_defn): Initialise new field.
8108 * objc-lang.c (objc_language_defn): Initialise new field.
8109 * opencl-lang.c (opencl_language_defn): Initialise new field.
8110 * p-lang.c (pascal_is_string_type_p): New function.
8111 (pascal_language_defn): Initialise new field.
8112 * rust-lang.c (rust_is_string_type_p): New function.
8113 (rust_language_defn): Initialise new field.
8114
721b08c6
AB
81152019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8116
8117 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
8118 New field.
8119 * ada-lang.c (ada_language_defn): Initialise new field.
8120 * c-lang.c (c_language_defn): Likewise.
8121 (cplus_language_defn): Likewise.
8122 (asm_language_defn): Likewise.
8123 (minimal_language_defn): Likewise.
8124 * d-lang.c (d_language_defn): Likewise.
8125 * f-lang.c (f_language_defn): Likewise.
8126 * go-lang.c (go_language_defn): Likewise.
8127 * language.c (unknown_language_defn): Likewise.
8128 (auto_language_defn): Likewise.
8129 * m2-lang.c (m2_language_defn): Likewise.
8130 * objc-lang.c (objc_language_defn): Likewise.
8131 * opencl-lang.c (opencl_language_defn): Likewise.
8132 * p-lang.c (pascal_language_defn): Likewise.
8133 * rust-lang.c (rust_language_defn): Likewise.
8134
fc913e53
AB
81352019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8136
8137 * ada-lang.c (ada_is_character_type): Change return type to bool.
8138 (ada_is_string_type): Likewise.
8139 * ada-lang.h (ada_is_character_type): Update declaration
8140 (ada_is_string_type): Likewise.
8141
fa731fa0
PW
81422019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8143
8144 Support style in 'frame|thread apply'
8145
8146 * gdbcmd.h (execute_command_to_string): New term_out parameter.
8147 * record.c (record_start, record_stop): Update callers of
8148 execute_command_to_string with false.
8149 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
8150 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
8151 methods.
8152 (class string_file): New constructor with term_out parameter.
8153 Override methods term_out and can_emit_style_escape. New member
8154 term_out.
8155 (class stdio_file): Override can_emit_style_escape.
8156 (class tee_file): Override term_out and can_emit_style_escape.
8157 * utils.h (can_emit_style_escape): Remove.
8158 * utils.c (can_emit_style_escape): Likewise.
8159 Update all callers of can_emit_style_escape (SOMESTREAM) to
8160 SOMESTREAM->can_emit_style_escape.
8161 * source-cache.c (source_cache::get_source_lines): Likewise.
8162 * stack.c (frame_apply_command_count): Call execute_command_to_string
8163 passing the term_out characteristic of the current gdb_stdout.
8164 * thread.c (thr_try_catch_cmd): Likewise.
8165 * top.c (execute_command_to_string): pass term_out parameter
8166 to construct the string_file for the command output.
8167 * ui-file.c (term_cli_styling): New function (most code moved
8168 from utils.c can_emit_style_escape).
8169 (string_file::string_file, string_file::can_emit_style_escape,
8170 stdio_file::can_emit_style_escape, tee_file::term_out,
8171 tee_file::can_emit_style_escape): New functions.
8172
136afab8
PW
81732019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8174
8175 * NEWS: Mention the new set|show may-call-functions.
8176 * infcall.c (may_call_functions_p): New variable.
8177 (show_may_call_functions_p): New function.
8178 (call_function_by_hand_dummy): Throws an error if not
8179 may-call-functions.
8180 (_initialize_infcall): Call add_setshow_boolean_cmd for
8181 may-call-functions.
8182
725cbb63
KS
81832019-04-25 Keith Seitz <keiths@redhat.com>
8184
8185 PR c++/24367
8186 * cp-support.c (inspect_type): Don't attempt substitutions
8187 of symbol with the same name.
8188
3d1cbb78
TT
81892019-04-25 Tom Tromey <tromey@adacore.com>
8190
8191 PR gdb/24475:
8192 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
8193 static.
8194
94aeb44b
TT
81952019-04-25 Tom Tromey <tromey@adacore.com>
8196
8197 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
8198 rvalue reference.
8199 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
8200 (gdb_xml_parser::parse): Use std::move.
8201 * python/python-internal.h (gdbpy_convert_exception): Take a const
8202 reference.
8203 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
8204 std::move.
8205 * python/py-utils.c (gdbpy_convert_exception): Take a const
8206 reference.
8207 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
8208 Use std::move.
8209 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
8210 Use std::move.
8211 * mi/mi-main.c (mi_print_exception): Take a const reference.
8212 * main.c (handle_command_errors): Take a const reference.
8213 * linespec.c (parse_linespec): Use std::move.
8214 * infcall.c (run_inferior_call): Use std::move.
8215 (call_function_by_hand_dummy): Use std::move.
8216 * exec.c (try_open_exec_file): Use std::move.
8217 * exceptions.h (exception_print, exception_fprintf)
8218 (exception_print_same): Update.
8219 * exceptions.c (print_exception, exception_print)
8220 (exception_fprintf, exception_print_same): Change parameters to
8221 const reference.
8222 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
8223 * common/new-op.c: Use std::move.
8224 * common/common-exceptions.h (struct gdb_exception): Add move
8225 constructor.
8226 (struct gdb_exception_error, struct gdb_exception_quit, struct
8227 gdb_quit_bad_alloc): Change constructor to move constructor.
8228 (throw_exception): Change parameter to rvalue reference.
8229 * common/common-exceptions.c (throw_exception): Take rvalue
8230 reference.
8231 * cli/cli-interp.c (safe_execute_command): Use std::move.
8232 * breakpoint.c (insert_bp_location, location_to_sals): Use
8233 std::move.
8234
680d7fd5
TT
82352019-04-25 Tom Tromey <tromey@adacore.com>
8236
8237 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
8238 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
8239 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
8240 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
8241 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
8242 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
8243 guile/scm-value.c: Use unpack.
8244 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
8245 gdbscm_gdb_exception.
8246 (gdbscm_throw_gdb_exception): Likewise.
8247 (struct gdbscm_gdb_exception): New.
8248 (unpack): New function.
8249 (gdbscm_wrap): Use unpack.
8250
c6fdd8b2
TT
82512019-04-25 Tom Tromey <tromey@adacore.com>
8252
8253 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
8254 (gdb_rl_callback_handler): Use std::move.
8255 * common/common-exceptions.h (struct gdb_exception): Add move
8256 assignment operator.
8257 (throw_exception_sjlj): Change "exception" to const reference.
8258 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
8259 (throw_exception_sjlj): Change "exception" to const reference.
8260
cc06b668
TT
82612019-04-25 Tom Tromey <tromey@adacore.com>
8262
8263 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
8264 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
8265 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
8266 Update.
8267 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
8268 Update.
8269 * mi/mi-interp.c (mi_interp::exec): Update.
8270 * linespec.c (parse_linespec): Update.
8271 * infcall.c (run_inferior_call): Update.
8272 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
8273 * guile/scm-symbol.c (gdbscm_lookup_symbol)
8274 (gdbscm_lookup_global_symbol): Update.
8275 * guile/scm-param.c (gdbscm_parameter_value): Update.
8276 * guile/scm-frame.c (gdbscm_frame_read_register)
8277 (gdbscm_frame_read_var): Update.
8278 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
8279 * exec.c (try_open_exec_file): Update.
8280 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
8281 (gdb_rl_callback_handler): Update.
8282 * common/common-exceptions.h (exception_none): Don't declare.
8283 * common/common-exceptions.c (exception_none): Don't define.
8284 (struct catcher) <exception>: Update.
8285 * cli/cli-interp.c (safe_execute_command): Update.
8286 * breakpoint.c (insert_bp_location, location_to_sals): Update.
8287
cf532bd1
AT
82882019-04-25 Ali Tamur <tamur@google.com>
8289
8290 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
8291 (read_attribute_value): Likewise.
8292 (dwarf2_read_addr_index): Update comment.
8293 (read_str_index): Add DW_FORM_strx.
8294 (dwarf2_string_attr): Likewise.
8295 (dwarf2_const_value_attr): Likewise.
8296 (dump_die_shallow): Likewise.
8297 (dwarf2_fetch_constant_bytes): Likewise.
8298 (skip_form_bytes): Likewise.
8299 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
8300
82433e3e
SDJ
83012019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
8302
8303 PR corefiles/11608
8304 PR corefiles/18187
8305 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
8306 OFFSET. Verify if current mapping contains an ELF header.
8307 (linux_find_memory_regions_full): Adjust call to
8308 dump_mapping_p.
8309
723adb65
SL
83102019-04-25 Sandra Loosemore <sandra@codesourcery.com>
8311 Kang Li <kanglictf@gmail.com>
8312
8313 PR gdb/21600
8314
8315 * dwarf2-frame.c (read_initial_length): Be consistent about using
8316 unsigned representation of length.
8317 (decode_frame_entry_1): Likewise. Check for wraparound of
8318 end pointer as well as buffer overflow.
8319
596179f7
SDJ
83202019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
8321
8322 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
8323 "vq".
8324
a59240a4
TT
83252019-04-24 Tom Tromey <tromey@adacore.com>
8326
8327 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
8328
f872fdbb
AB
83292019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8330
8331 * s12z-tdep.c (s12z_unwind_pc): Delete.
8332 (s12z_unwind_sp): Delete.
8333 (s12z_gdbarch_init): Don't register deleted functions with
8334 gdbarch.
8335
b614e6f3
AB
83362019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8337
8338 * rl78-tdep.c (rl78_unwind_sp): Delete.
8339 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
8340
14faed38
AB
83412019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8342
8343 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
8344 (xstormy16_unwind_pc): Delete.
8345 (xstormy16_dummy_id): Delete.
8346 (xstormy16_gdbarch_init): Don't register deleted functions with
8347 gdbarch.
8348
541aad8a
AB
83492019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8350
8351 * vax-tdep.c (vax_unwind_pc): Delete.
8352 (vax_gdbarch_init): Don't register deleted function with gdbarch.
8353
29222070
AB
83542019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8355
8356 * v850-tdep.c (v850_unwind_sp): Delete.
8357 (v850_unwind_pc): Delete.
8358 (v850_dummy_id): Delete.
8359 (v850_gdbarch_init): Don't register deleted functions with
8360 gdbarch.
8361
0f534d76
AB
83622019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8363
8364 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
8365 (tilegx_unwind_pc): Delete.
8366 (tilegx_unwind_dummy_id): Delete.
8367 (tilegx_gdbarch_init): Don't register deleted functions with
8368 gdbarch.
8369
1ba7b7f9
AB
83702019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8371
8372 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
8373 (tic6x_dummy_id): Delete.
8374 (tic6x_gdbarch_init): Don't register deleted functions with
8375 gdbarch.
8376
d31f262c
AB
83772019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8378
8379 * sparc-tdep.c (sparc_unwind_pc): Delete.
8380 (sparc32_gdbarch_init): Don't register deleted function with
8381 gdbarch.
8382
6d14d64d
AB
83832019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8384
8385 * sh-tdep.c (sh_unwind_sp): Delete.
8386 (sh_unwind_pc): Delete.
8387 (sh_dummy_id): Delete.
8388 (sh_gdbarch_init): Don't register deleted functions with
8389 gdbarch.
8390
a40dde9d
AB
83912019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8392
8393 * score-tdep.c (score_unwind_sp): Delete.
8394 (score_unwind_pc): Delete.
8395 (score_dummy_id): Delete.
8396 (score_gdbarch_init): Don't register deleted functions with
8397 gdbarch.
8398
47c47d69
AB
83992019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8400
8401 * rx-tdep.c (rx_unwind_pc): Delete.
8402 (rx_unwind_sp): Delete.
8403 (rx_dummy_id): Delete.
8404 (rx_gdbarch_init): Don't register deleted functions with
8405 gdbarch. Update comment.
8406
833a4480
AB
84072019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8408
8409 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
8410 (rs6000_dummy_id): Delete.
8411 (rs6000_gdbarch_init): Don't register deleted functions with
8412 gdbarch.
8413
3f2cef49
AB
84142019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8415
8416 * or1k-tdep.c (or1k_dummy_id): Delete.
8417 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
8418
96acf884
AB
84192019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8420
8421 * nios2-tdep.c (nios2_dummy_id): Delete.
8422 (nios2_unwind_sp): Delete.
8423 (nios2_gdbarch_init): Don't register deleted functions with
8424 gdbarch.
8425
ca0ab0aa
AB
84262019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8427
8428 * nds32-tdep.c (nds32_dummy_id): Delete.
8429 (nds32_unwind_pc): Delete.
8430 (nds32_unwind_sp): Delete.
8431 (nds32_gdbarch_init): Don't register deleted functions with
8432 gdbarch.
8433
c8259044
AB
84342019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8435
8436 * msp430-tdep.c (msp430_unwind_pc): Delete.
8437 (msp430_unwind_sp): Delete.
8438 (msp430_dummy_id): Delete.
8439 (msp430_gdbarch_init): Don't register deleted functions with
8440 gdbarch.
8441
27f113c8
AB
84422019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8443
8444 * moxie-tdep.c (moxie_unwind_sp): Delete.
8445 (moxie_unwind_pc): Delete.
8446 (moxie_dummy_id): Delete.
8447 (moxie_gdbarch_init): Don't register deleted functions with
8448 gdbarch.
8449
aee6c3cd
AB
84502019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8451
8452 * mn10300-tdep.c (mn10300_dummy_id): Delete.
8453 (mn10300_unwind_pc): Delete.
8454 (mn10300_unwind_sp): Delete.
8455 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
8456 mn10300_unwind_sp.
8457 (mn10300_frame_unwind_init): Don't register deleted functions with
8458 gdbarch.
8459
8e2b5aea
AB
84602019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8461
8462 * mep-tdep.c (mep_unwind_pc): Delete.
8463 (mep_unwind_sp): Delete.
8464 (mep_dummy_id): Delete.
8465 (mep_gdbarch_init): Don't register deleted functions with
8466 gdbarch.
8467
43cf3ede
AB
84682019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8469
8470 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
8471 (m68hc11_unwind_sp): Delete.
8472 (m68hc11_gdbarch_init): Don't register deleted functions with
8473 gdbarch.
8474
5e79b7bb
AB
84752019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8476
8477 * m32r-tdep.c (m32r_unwind_sp): Delete.
8478 (m32r_unwind_pc): Delete.
8479 (m32r_dummy_id): Delete.
8480 (m32r_gdbarch_init): Don't register deleted functions with
8481 gdbarch.
8482
89b268d8
AB
84832019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8484
8485 * m32c-tdep.c (m32c_unwind_pc): Delete.
8486 (m32c_unwind_sp): Delete.
8487 (m32c_dummy_id): Delete.
8488 (m32c_gdbarch_init): Don't register deleted functions with
8489 gdbarch.
8490
946c28d2
AB
84912019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8492
8493 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
8494 (lm32_unwind_pc): Delete.
8495 (lm32_dummy_id): Delete.
8496 (lm32_gdbarch_init): Don't register deleted functions with
8497 gdbarch.
8498
bf12844a
AB
84992019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8500
8501 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
8502 (iq2000_unwind_pc): Delete.
8503 (iq2000_dummy_id): Delete.
8504 (iq2000_gdbarch_init): Don't register deleted functions with
8505 gdbarch.
8506
ecbc06d2
AB
85072019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8508
8509 * nds32-tdep.c (nds32_type_align): Delete.
8510 (nds32_push_dummy_call): Use type_align instead.
8511
030197b4
AB
85122019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8513
8514 * arm-tdep.c (arm_type_align): Only handle vector override case.
8515 (arm_push_dummy_call): Use type_align.
8516 (arm_gdbarch_init): Register arm_type_align gdbarch function.
8517
b907456c
AB
85182019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8519
8520 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
8521 case.
8522 (pass_on_stack): Use type_align.
8523 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
8524 function.
8525
9e97ba43
TT
85262019-04-23 Tom Tromey <tromey@adacore.com>
8527
8528 * dwarf2read.c (line_header::file_name_at): Remove unused
8529 overload.
8530
6892f601
TV
85312019-04-23 Tom de Vries <tdevries@suse.de>
8532
8533 PR gdb/24438
8534 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
8535 invocation.
8536
336d760d
AT
8537
85382019-03-27 Ali Tamur <tamur@google.com>
8539
8540 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
8541 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
8542 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
8543 (dwarf_expr_context::get_addr_index): Likewise
8544 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
8545 (symbol_needs_eval_context::get_addr_index): Likewise
8546 (disassemble_dwarf_expression): Add DW_OP_addrx
8547 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
8548 (read_cutu_die_from_dwo): Update comment
8549 (skip_one_die): Add DW_FORM_addrx
8550 (read_attribute_value): Likewise
8551 (var_decode_location): Add DW_OP_addrx
8552 (dwarf2_const_value_attr): Add DW_FORM_addrx
8553 (dump_die_shallow): Likewise
8554 (dwarf2_fetch_constant_bytes): Likewise
8555 (decode_locdesc): Add DW_OP_addrx
8556 (skip_form_bytes): Add DW_FORM_addrx
8557
ad9d13f8
AT
85582019-04-22 Ali Tamur <tamur@google.com>
8559
8560 * MAINTAINERS (Write After Approval): Add self.
8561
d70cc3ba
SM
85622019-04-22 Simon Marchi <simon.marchi@efficios.com>
8563
8564 * solib-svr4.c (get_svr4_info): Add pspace parameter.
8565 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
8566 (open_symbol_file_object): Likewise.
8567 (svr4_default_sos): Add info parameter.
8568 (svr4_read_so_list): Likewise.
8569 (svr4_current_sos_direct): Adjust functions calls to pass down
8570 info.
8571 (svr4_current_sos_1): Add info parameter.
8572 (svr4_current_sos): Call get_svr4_info, pass info down to
8573 svr4_current_sos_1.
8574 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
8575 get_svr4_info.
8576 (svr4_in_dynsym_resolve_code): Pass current_program_space to
8577 get_svr4_info.
8578 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
8579 to get_svr4_info.
8580 (probes_table_remove_objfile_probes): Likewise.
8581 (register_solib_event_probe): Add info parameter.
8582 (solist_update_incremental): Pass info parameter down to
8583 svr4_read_so_list.
8584 (disable_probes_interface): Add info parameter.
8585 (svr4_handle_solib_event): Pass current_program_space to
8586 get_svr4_info. Adjust disable_probes_interface cleanup.
8587 (svr4_create_probe_breakpoints): Add info parameter, pass it
8588 down to register_solib_event_probe.
8589 (svr4_create_solib_event_breakpoints): Add info parameter,
8590 pass it down to svr4_create_probe_breakpoints.
8591 (enable_break): Pass info down to
8592 svr4_create_solib_event_breakpoints.
8593 (svr4_solib_create_inferior_hook): Pass current_program_space to
8594 get_svr4_info.
8595 (svr4_clear_solib): Likewise.
8596
7905fc35
PA
85972019-04-22 Pedro Alves <palves@redhat.com>
8598
8599 * solib-svr4.c (svr4_free_objfile_observer): New.
8600 (probe_and_action::objfile): New field.
8601 (probes_table_htab_remove_objfile_probes)
8602 (probes_table_remove_objfile_probes): New functions.
8603 (register_solib_event_probe): Add 'objfile' parameter. Store it
8604 in the new probe_and_action. Don't store the probe in 'lookup'.
8605 (svr4_create_probe_breakpoints): Pass objfile to
8606 register_solib_event_probe.
8607 (_initialize_svr4_solib): Register a free_objfile observer.
8608
fb881986
TT
86092019-04-19 Tom Tromey <tom@tromey.com>
8610
8611 * common/queue.h: Remove.
8612
8732db6c
TT
86132019-04-19 Tom Tromey <tom@tromey.com>
8614
8615 * event-loop.c: Don't include "common/queue.h".
8616
97dfbadd
TT
86172019-04-19 Tom Tromey <tom@tromey.com>
8618
8619 * remote.c (remote_target): Use delete.
8620 * remote-notif.h: Include <list>, not "common/queue.h".
8621 (notif_client_p): Remove typedef.
8622 (remote_notif_state): Add constructor, destructor, initializer.
8623 <notif_queue>: Now a std::list.
8624 (remote_notif_state_xfree): Don't declare.
8625 * remote-notif.c (remote_notif_process, handle_notification)
8626 (remote_notif_state_allocate): Update.
8627 (~remote_notif_state): Rename from remote_notif_state_xfree.
8628
cf250e36
TT
86292019-04-19 Tom Tromey <tom@tromey.com>
8630
8631 * symfile.c (reread_symbols): Update.
8632 * objfiles.c (objfile_register_static_link)
8633 (objfile_lookup_static_link): Update
8634 (~objfile) Don't delete static_links.
8635 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
8636
61f4b350
TT
86372019-04-19 Tom Tromey <tom@tromey.com>
8638
8639 * type-stack.h (struct type_stack) <insert>: Constify string.
8640 * type-stack.c (type_stack::insert): Constify string.
8641 * gdbtypes.h (lookup_template_type): Update.
8642 (address_space_name_to_int): Update.
8643 * gdbtypes.c (address_space_name_to_int): Make space_identifier
8644 const.
8645 (lookup_template_type): Make name const.
8646 * c-exp.y: Update rules.
8647 (lex_one_token, classify_name, classify_inner_name)
8648 (c_print_token): Update.
8649 * p-exp.y: Update rules.
8650 (yylex): Update.
8651 * f-exp.y: Update rules.
8652 (yylex): Update.
8653 * d-exp.y: Update rules.
8654 (lex_one_token, classify_name, classify_inner_name): Update.
8655 * parse.c (write_dollar_variable, copy_name): Return std::string.
8656 * parser-defs.h (copy_name): Change return type.
8657 * m2-exp.y: Update rules.
8658 (yylex): Update.
8659 * go-exp.y (lex_one_token): Update.
8660 Update rules.
8661 (classify_unsafe_function, classify_packaged_name)
8662 (classify_name, yylex): Update.
8663
189b8c2e
ST
86642019-04-19 Sergei Trofimovich <siarheit@google.com>
8665
8666 * configure.ac: add --enable-source-highlight switch.
8667 * configure: Regenerate.
8668 * top.c (print_gdb_version): plumb --enable-source-highlight
8669 status to "show configuration".
8670
8ecb59f8
TT
86712019-04-19 Tom Tromey <tromey@adacore.com>
8672
8673 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
8674 Check ADA_TYPE_P.
8675 (empty_record, ada_template_to_fixed_record_type_1)
8676 (template_to_static_fixed_type)
8677 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
8678 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
8679 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
8680 macros.
8681
62160ec9
TT
86822019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
8683
8684 PR symtab/24423:
8685 * source.c (print_source_lines_base): Advance "iter" when a
8686 control character is seen.
8687
f2ae8bc8
PW
86882019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8689
8690 * inferior.h (struct infcall_suspend_state_deleter):
8691 Catch exception in destructor to avoid crash.
8692
d563b953
PW
86932019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8694
8695 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
8696 close to the add_com "shell".
8697
dc34c897
TT
86982019-04-18 Tom Tromey <tromey@adacore.com>
8699
8700 * process-stratum-target.h (class process_stratum_target)
8701 <stratum>: Add "final".
8702
a12e5744
TT
87032019-04-17 Tom Tromey <tromey@adacore.com>
8704
8705 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
8706 against nullptr before use.
8707
a7e559cc
AH
87082019-04-17 Alan Hayward <alan.hayward@arm.com>
8709
8710 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
8711
c01660c6
AB
87122019-04-17 Jim Wilson <jimw@sifive.com>
8713 Andrew Burgess <andrew.burgess@embecosm.com>
8714
8715 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
8716 code read might fail, assume 4-byte breakpoint in that case.
8717
4aa866af
LS
87182019-04-15 Leszek Swirski <leszeks@google.com>
8719
8720 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
8721 rather than a hand-rolled POD check when checking for forced MEMORY
8722 classification.
8723
48574d91
AH
87242019-04-15 Alan Hayward <alan.hayward@arm.com>
8725
8726 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
8727 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
8728 function.
8729 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
8730 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
8731 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
8732 declaration.
8733
4da037ef
AH
87342019-04-15 Alan Hayward <alan.hayward@arm.com>
8735
8736 * aarch64-linux-nat.c
8737 (aarch64_linux_nat_target::thread_architecture): Add override.
8738 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
8739 each VQ.
8740
ccb8d7e8
AH
87412019-04-15 Alan Hayward <alan.hayward@arm.com>
8742
8743 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
8744
35add35e
AB
87452019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
8746
8747 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
8748 target types of size 96-bits, add some additional comments, and
8749 check that the builtin type we found was the correct size.
8750
51196bbc
EZ
87512019-04-12 Eli Zaretskii <eliz@gnu.org>
8752
8753 * utils.c (prompt_for_continue): Don't restore the styling at the
8754 end, as applied_style has the wrong value. This fixes styling in
8755 long lists of file names that are interrupted by the "Continue?"
8756 prompt.
8757
62253a61
AB
87582019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
8759
8760 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
8761 * c-lang.c (c_language_defn): Likewise.
8762 (cplus_language_defn): Likewise.
8763 (asm_language_defn): Likewise.
8764 (minimal_language_defn): Likewise.
8765 * d-lang.c (d_language_defn): Likewise.
8766 * f-lang.c (f_language_defn): Likewise.
8767 * go-lang.c (go_language_defn): Likewise.
8768 * language.c (unknown_language_defn): Likewise.
8769 (auto_language_defn): Likewise.
8770 * language.h (struct language_defn): Remove la_magic field.
8771 (LANG_MAGIC): Delete.
8772 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
8773 * objc-lang.c (objc_language_defn): Likewise.
8774 * opencl-lang.c (opencl_language_defn): Likewise.
8775 * p-lang.c (pascal_language_defn): Likewise.
8776 * rust-lang.c (rust_language_defn): Likewise.
8777
a9158a86
AB
87782019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8779
8780 * riscv-tdep.c (riscv_type_align): New function.
8781 (riscv_type_alignment): Delete.
8782 (riscv_arg_location): Use 'type_align'.
8783 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
8784
41077b66
AB
87852019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8786
8787 * gdbtypes.c (type_align): A struct with no non-static fields also
8788 has alignment of 1.
8789
9f0272f8
AB
87902019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8791
8792 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
8793 component to 0.
8794 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
8795 member.
8796 (riscv_struct_info::analyse): New implementation using new
8797 analyse_inner member function.
8798 (riscv_struct_info::field_offset): New member function.
8799 (riscv_struct_info::m_offsets): New member variable.
8800 (riscv_struct_info::analyse_inner): New private member function,
8801 takes the old implementation of riscv_struct_info::analyse but
8802 extended to track field offsets.
8803 (riscv_call_arg_struct): Update the struct folding special cases
8804 to handle cases where empty C++ structs, which are non-zero
8805 length, are found.
8806 (riscv_arg_location): Initialise the length of each location, a
8807 non-zero length now indicates the location is in use.
8808 (riscv_push_dummy_call): Allow for the first location having a
8809 non-zero offset when setting up arguments.
8810 (riscv_return_value): Likewise, but for return values.
8811
02cf60c7
TT
88122019-04-11 Tom Tromey <tromey@adacore.com>
8813
8814 * utils.c (internal_vproblem): Make "msg" const.
8815
68811f8f
AH
88162019-04-11 Alan Hayward <alan.hayward@arm.com>
8817
8818 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
8819 * trad-frame.c (trad_frame_reset_saved_regs): New function.
8820 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
8821 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
8822
3f52fdbc
KB
88232019-04-10 Kevin Buettner <kevinb@redhat.com>
8824
8825 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
8826 function.
8827 (fill_gregset): Call amd64_linux_collect_native_gregset instead
8828 of amd64_collect_native_gregset.
8829 (amd64_linux_nat_target::store_registers): Likewise.
8830
e9ad22ee
TT
88312019-04-10 Tom Tromey <tom@tromey.com>
8832
8833 * symtab.c (lookup_global_symbol_from_objfile)
8834 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
8835 * objfiles.h (class separate_debug_iterator): New.
8836 (class separate_debug_range): New.
8837 (struct objfile) <separate_debug_objfiles>: New method.
8838 (objfile_separate_debug_iterate): Don't declare.
8839 * objfiles.c (separate_debug_iterator::operator++): Rename from
8840 objfile_separate_debug_iterate.
8841 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
8842 iterator.
8843 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
8844 iterator.
8845
ee371134
TT
88462019-04-10 Tom Tromey <tom@tromey.com>
8847
8848 * symfile.c (reread_symbols): Remove old comment.
8849 * objfiles.c (free_all_objfiles): Fix a typo.
8850
bf227d61
TT
88512019-04-10 Tom Tromey <tom@tromey.com>
8852
8853 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
8854 * minsyms.c (lookup_minimal_symbol): Use foreach.
8855 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
8856 (lookup_minimal_symbol_solib_trampoline): Likewise.
8857 * symfile.c (reread_symbols): Use foreach.
8858
8dc433a0
TT
88592019-04-09 Ivan Begert <ivanbegert@gmail.com>
8860 Tom Tromey <tromey@adacore.com>
8861
8862 PR rust/24414:
8863 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
8864 (rust_lex_int_test): Change "value" to be LONGEST.
8865 (rust_lex_tests): Add test for long integer literal.
8866
9ab8741a
TT
88672019-04-09 Tom Tromey <tromey@adacore.com>
8868
8869 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
8870 to bool.
8871 (extended_remote_target::attach): Update.
8872 (remote_target::remote_notice_new_inferior): Update.
8873 (remote_target::add_current_inferior_and_thread): Update.
8874 * inferior.c (exit_inferior_1): Use "false".
8875 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
8876
e242fd12
SM
88772019-04-09 Simon Marchi <simon.marchi@efficios.com>
8878
9ca1957f 8879 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
e242fd12
SM
8880 the "start" command.
8881
2b0c8b01
KB
88822019-04-08 Kevin Buettner <kevinb@redhat.com>
8883
8884 * python/py-inferior.c (infpy_thread_from_thread_handle):
8885 Adjust comments to reflect renaming of thread_from_thread_handle
8886 to thread_from_handle. Adjust keywords. Fix type error message.
8887 (inferior_object_methods): Add thread_from_handle. Retain
8888 thread_from_thread_handle, but mark it as deprecated.
8889
50a82723
KB
88902019-04-08 Kevin Buettner <kevinb@redhat.com>
8891
8892 * gdbthread.h (find_thread_by_handle): Revise declaration.
8893 * thread.c (find_thread_by_handle): Likewise. Adjust
8894 implementation too.
8895 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
8896 support for buffer objects as handles.
8897
cf63b016
KB
88982019-04-08 Kevin Buettner <kevinb@redhat.com>
8899
8900 * python/py-infthread.c (thpy_thread_handle): New function.
8901 (thread_object_methods): Register thpy_thread_handle.
8902
3d6c6204
KB
89032019-04-08 Kevin Buettner <kevinb@redhat.com>
8904
8905 * gdbthread.h (thread_to_thread_handle): Declare.
8906 * thread.c (gdbtypes.h): Include.
8907 (thread_to_thread_handle): New function.
8908
8909 * target.h (struct target_ops): Add thread_info_to_thread_handle.
8910 (target_thread_info_to_thread_handle): Declare.
8911 * target.c (target_thread_info_to_thread_handle): New function.
8912 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
8913 * target-delegates.c: Regenerate.
8914
8915 * linux-thread-db.c (class thread_db_target): Add method
8916 thread_info_to_thread_handle.
8917 (thread_db_target::thread_info_to_thread_handle): Define.
8918 * remote.c (class remote_target): Add new method
8919 thread_info_to_thread_handle.
8920 (remote_target::thread_info_to_thread_handle): Define.
8921
56be6ea8
PA
89222019-04-08 Pedro Alves <palves@redhat.com>
8923
8924 * common/common-exceptions.c (throw_exception): Don't create
8925 named object to throw; throw directly.
8926 (throw_it): Likewise. Don't initialize gdb_exception::message
8927 here, with new; pass FMT and AP to the ctor instead.
8928 * common/common-exceptions.h: Include <string>.
8929 (gdb_exception::gdb_exception(enum return_reason, enum errors,
8930 const char *, va_list)): New ctor. Use std::make_shared.
8931 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
8932 errors)): Delete.
8933 (gdb_exception_error::gdb_exception_error(enum errors, const char
8934 *, va_list)): New.
8935 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
8936 Add assertion.
8937 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
8938 errors)): Delete.
8939 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
8940 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
8941 Add assertion.
8942
eedc3f4f
TT
89432019-04-08 Tom Tromey <tom@tromey.com>
8944
8945 * valops.c (value_rtti_indirect_type): Replace throw_exception
8946 with throw.
8947 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
8948 with throw.
8949 * thread.c (thr_try_catch_cmd): Replace throw_exception with
8950 throw.
8951 * target.c (target_translate_tls_address): Replace throw_exception
8952 with throw.
8953 * stack.c (frame_apply_command_count): Replace throw_exception
8954 with throw.
8955 * solib-spu.c (append_ocl_sos): Replace throw_exception with
8956 throw.
8957 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
8958 with throw.
8959 * rs6000-tdep.c (rs6000_frame_cache)
8960 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
8961 * remote.c: Replace throw_exception with throw.
8962 * record-full.c (record_full_message, record_full_wait_1)
8963 (record_full_restore): Replace throw_exception with throw.
8964 * record-btrace.c:
8965 (get_thread_current_frame_id, record_btrace_start_replaying)
8966 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
8967 (cmd_record_btrace_start): Replace throw_exception with throw.
8968 * parse.c (parse_exp_in_context_1): Replace throw_exception with
8969 throw.
8970 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
8971 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
8972 * linespec.c:
8973 (find_linespec_symbols): Replace throw_exception with throw.
8974 * infrun.c (displaced_step_prepare, resume): Replace
8975 throw_exception with throw.
8976 * infcmd.c (post_create_inferior): Replace throw_exception with
8977 throw.
8978 * inf-loop.c (inferior_event_handler): Replace throw_exception
8979 with throw.
8980 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
8981 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
8982 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
8983 (get_prev_frame_always, get_frame_pc_if_available)
8984 (get_frame_address_in_block_if_available, get_frame_language):
8985 Replace throw_exception with throw.
8986 * frame-unwind.c (frame_unwind_try_unwinder): Replace
8987 throw_exception with throw.
8988 * eval.c (fetch_subexp_value, evaluate_var_value)
8989 (evaluate_funcall, evaluate_subexp_standard): Replace
8990 throw_exception with throw.
8991 * dwarf2loc.c (call_site_find_chain)
8992 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
8993 Replace throw_exception with throw.
8994 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
8995 with throw.
8996 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
8997 throw.
8998 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
8999 * completer.c (complete_line_internal): Replace throw_exception
9000 with throw.
9001 * compile/compile-object-run.c (compile_object_run): Replace
9002 throw_exception with throw.
9003 * cli/cli-script.c (process_next_line): Replace throw_exception
9004 with throw.
9005 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
9006 (btrace_enable, btrace_maint_update_pt_packets): Replace
9007 throw_exception with throw.
9008 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
9009 throw_exception with throw.
9010 * break-catch-throw.c (re_set_exception_catchpoint): Replace
9011 throw_exception with throw.
9012 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
9013 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
9014 * aarch64-tdep.c (aarch64_make_prologue_cache)
9015 (aarch64_make_stub_cache): Replace throw_exception with throw.
9016
26003a20
TT
90172019-04-08 Tom Tromey <tom@tromey.com>
9018
9019 * common/common-exceptions.c (throw_exception): Rename from
9020 throw_exception_cxx. Remove old copy. Make argument const.
9021 (throw_it): Create and throw exception objects directly.
9022 * common/common-exceptions.h (throw_exception): Make argument
9023 const.
9024 (struct gdb_exception_error): Add constructor.
9025 (struct gdb_exception_quit): Add constructor.
9026
d272eb37
TT
90272019-04-08 Tom Tromey <tom@tromey.com>
9028
9029 * common/common-exceptions.h (exception_rethrow): Don't declare.
9030 (TRY_SJLJ): Update comment.
9031 (TRY, CATCH, END_CATCH): Remove.
9032 * common/common-exceptions.c (exception_rethrow): Remove.
9033
230d2906
TT
90342019-04-08 Tom Tromey <tom@tromey.com>
9035
9036 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
9037 Remove.
9038 (gdb_exception_error): Rename from
9039 gdb_exception_RETURN_MASK_ERROR.
9040 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
9041 (gdb_quit_bad_alloc): Update.
9042 * aarch64-tdep.c: Update.
9043 * ada-lang.c: Update.
9044 * ada-typeprint.c: Update.
9045 * ada-valprint.c: Update.
9046 * amd64-tdep.c: Update.
9047 * arch-utils.c: Update.
9048 * break-catch-throw.c: Update.
9049 * breakpoint.c: Update.
9050 * btrace.c: Update.
9051 * c-varobj.c: Update.
9052 * cli/cli-cmds.c: Update.
9053 * cli/cli-interp.c: Update.
9054 * cli/cli-script.c: Update.
9055 * common/common-exceptions.c: Update.
9056 * common/new-op.c: Update.
9057 * common/selftest.c: Update.
9058 * compile/compile-c-symbols.c: Update.
9059 * compile/compile-cplus-symbols.c: Update.
9060 * compile/compile-object-load.c: Update.
9061 * compile/compile-object-run.c: Update.
9062 * completer.c: Update.
9063 * corelow.c: Update.
9064 * cp-abi.c: Update.
9065 * cp-support.c: Update.
9066 * cp-valprint.c: Update.
9067 * darwin-nat.c: Update.
9068 * disasm-selftests.c: Update.
9069 * dtrace-probe.c: Update.
9070 * dwarf-index-cache.c: Update.
9071 * dwarf-index-write.c: Update.
9072 * dwarf2-frame-tailcall.c: Update.
9073 * dwarf2-frame.c: Update.
9074 * dwarf2loc.c: Update.
9075 * dwarf2read.c: Update.
9076 * eval.c: Update.
9077 * event-loop.c: Update.
9078 * event-top.c: Update.
9079 * exec.c: Update.
9080 * f-valprint.c: Update.
9081 * fbsd-tdep.c: Update.
9082 * frame-unwind.c: Update.
9083 * frame.c: Update.
9084 * gdbtypes.c: Update.
9085 * gnu-v3-abi.c: Update.
9086 * guile/guile-internal.h: Update.
9087 * guile/scm-block.c: Update.
9088 * guile/scm-breakpoint.c: Update.
9089 * guile/scm-cmd.c: Update.
9090 * guile/scm-disasm.c: Update.
9091 * guile/scm-frame.c: Update.
9092 * guile/scm-lazy-string.c: Update.
9093 * guile/scm-math.c: Update.
9094 * guile/scm-param.c: Update.
9095 * guile/scm-ports.c: Update.
9096 * guile/scm-pretty-print.c: Update.
9097 * guile/scm-symbol.c: Update.
9098 * guile/scm-symtab.c: Update.
9099 * guile/scm-type.c: Update.
9100 * guile/scm-value.c: Update.
9101 * i386-linux-tdep.c: Update.
9102 * i386-tdep.c: Update.
9103 * inf-loop.c: Update.
9104 * infcall.c: Update.
9105 * infcmd.c: Update.
9106 * infrun.c: Update.
9107 * jit.c: Update.
9108 * language.c: Update.
9109 * linespec.c: Update.
9110 * linux-fork.c: Update.
9111 * linux-nat.c: Update.
9112 * linux-tdep.c: Update.
9113 * linux-thread-db.c: Update.
9114 * main.c: Update.
9115 * mi/mi-cmd-break.c: Update.
9116 * mi/mi-cmd-stack.c: Update.
9117 * mi/mi-interp.c: Update.
9118 * mi/mi-main.c: Update.
9119 * objc-lang.c: Update.
9120 * p-valprint.c: Update.
9121 * parse.c: Update.
9122 * ppc-linux-tdep.c: Update.
9123 * printcmd.c: Update.
9124 * python/py-arch.c: Update.
9125 * python/py-breakpoint.c: Update.
9126 * python/py-cmd.c: Update.
9127 * python/py-finishbreakpoint.c: Update.
9128 * python/py-frame.c: Update.
9129 * python/py-framefilter.c: Update.
9130 * python/py-gdb-readline.c: Update.
9131 * python/py-inferior.c: Update.
9132 * python/py-infthread.c: Update.
9133 * python/py-lazy-string.c: Update.
9134 * python/py-linetable.c: Update.
9135 * python/py-objfile.c: Update.
9136 * python/py-param.c: Update.
9137 * python/py-prettyprint.c: Update.
9138 * python/py-progspace.c: Update.
9139 * python/py-record-btrace.c: Update.
9140 * python/py-record.c: Update.
9141 * python/py-symbol.c: Update.
9142 * python/py-type.c: Update.
9143 * python/py-unwind.c: Update.
9144 * python/py-utils.c: Update.
9145 * python/py-value.c: Update.
9146 * python/python.c: Update.
9147 * record-btrace.c: Update.
9148 * record-full.c: Update.
9149 * remote-fileio.c: Update.
9150 * remote.c: Update.
9151 * riscv-tdep.c: Update.
9152 * rs6000-aix-tdep.c: Update.
9153 * rs6000-tdep.c: Update.
9154 * rust-exp.y: Update.
9155 * rust-lang.c: Update.
9156 * s390-tdep.c: Update.
9157 * selftest-arch.c: Update.
9158 * solib-dsbt.c: Update.
9159 * solib-frv.c: Update.
9160 * solib-spu.c: Update.
9161 * solib-svr4.c: Update.
9162 * solib.c: Update.
9163 * sparc64-linux-tdep.c: Update.
9164 * stack.c: Update.
9165 * symfile-mem.c: Update.
9166 * symmisc.c: Update.
9167 * target.c: Update.
9168 * thread.c: Update.
9169 * top.c: Update.
9170 * tracefile-tfile.c: Update.
9171 * tui/tui.c: Update.
9172 * typeprint.c: Update.
9173 * unittests/cli-utils-selftests.c: Update.
9174 * unittests/parse-connection-spec-selftests.c: Update.
9175 * valops.c: Update.
9176 * valprint.c: Update.
9177 * value.c: Update.
9178 * varobj.c: Update.
9179 * windows-nat.c: Update.
9180 * x86-linux-nat.c: Update.
9181 * xml-support.c: Update.
9182
a70b8144
TT
91832019-04-08 Tom Tromey <tom@tromey.com>
9184
9185 * xml-support.c: Use C++ exception handling.
9186 * x86-linux-nat.c: Use C++ exception handling.
9187 * windows-nat.c: Use C++ exception handling.
9188 * varobj.c: Use C++ exception handling.
9189 * value.c: Use C++ exception handling.
9190 * valprint.c: Use C++ exception handling.
9191 * valops.c: Use C++ exception handling.
9192 * unittests/parse-connection-spec-selftests.c: Use C++ exception
9193 handling.
9194 * unittests/cli-utils-selftests.c: Use C++ exception handling.
9195 * typeprint.c: Use C++ exception handling.
9196 * tui/tui.c: Use C++ exception handling.
9197 * tracefile-tfile.c: Use C++ exception handling.
9198 * top.c: Use C++ exception handling.
9199 * thread.c: Use C++ exception handling.
9200 * target.c: Use C++ exception handling.
9201 * symmisc.c: Use C++ exception handling.
9202 * symfile-mem.c: Use C++ exception handling.
9203 * stack.c: Use C++ exception handling.
9204 * sparc64-linux-tdep.c: Use C++ exception handling.
9205 * solib.c: Use C++ exception handling.
9206 * solib-svr4.c: Use C++ exception handling.
9207 * solib-spu.c: Use C++ exception handling.
9208 * solib-frv.c: Use C++ exception handling.
9209 * solib-dsbt.c: Use C++ exception handling.
9210 * selftest-arch.c: Use C++ exception handling.
9211 * s390-tdep.c: Use C++ exception handling.
9212 * rust-lang.c: Use C++ exception handling.
9213 * rust-exp.y: Use C++ exception handling.
9214 * rs6000-tdep.c: Use C++ exception handling.
9215 * rs6000-aix-tdep.c: Use C++ exception handling.
9216 * riscv-tdep.c: Use C++ exception handling.
9217 * remote.c: Use C++ exception handling.
9218 * remote-fileio.c: Use C++ exception handling.
9219 * record-full.c: Use C++ exception handling.
9220 * record-btrace.c: Use C++ exception handling.
9221 * python/python.c: Use C++ exception handling.
9222 * python/py-value.c: Use C++ exception handling.
9223 * python/py-utils.c: Use C++ exception handling.
9224 * python/py-unwind.c: Use C++ exception handling.
9225 * python/py-type.c: Use C++ exception handling.
9226 * python/py-symbol.c: Use C++ exception handling.
9227 * python/py-record.c: Use C++ exception handling.
9228 * python/py-record-btrace.c: Use C++ exception handling.
9229 * python/py-progspace.c: Use C++ exception handling.
9230 * python/py-prettyprint.c: Use C++ exception handling.
9231 * python/py-param.c: Use C++ exception handling.
9232 * python/py-objfile.c: Use C++ exception handling.
9233 * python/py-linetable.c: Use C++ exception handling.
9234 * python/py-lazy-string.c: Use C++ exception handling.
9235 * python/py-infthread.c: Use C++ exception handling.
9236 * python/py-inferior.c: Use C++ exception handling.
9237 * python/py-gdb-readline.c: Use C++ exception handling.
9238 * python/py-framefilter.c: Use C++ exception handling.
9239 * python/py-frame.c: Use C++ exception handling.
9240 * python/py-finishbreakpoint.c: Use C++ exception handling.
9241 * python/py-cmd.c: Use C++ exception handling.
9242 * python/py-breakpoint.c: Use C++ exception handling.
9243 * python/py-arch.c: Use C++ exception handling.
9244 * printcmd.c: Use C++ exception handling.
9245 * ppc-linux-tdep.c: Use C++ exception handling.
9246 * parse.c: Use C++ exception handling.
9247 * p-valprint.c: Use C++ exception handling.
9248 * objc-lang.c: Use C++ exception handling.
9249 * mi/mi-main.c: Use C++ exception handling.
9250 * mi/mi-interp.c: Use C++ exception handling.
9251 * mi/mi-cmd-stack.c: Use C++ exception handling.
9252 * mi/mi-cmd-break.c: Use C++ exception handling.
9253 * main.c: Use C++ exception handling.
9254 * linux-thread-db.c: Use C++ exception handling.
9255 * linux-tdep.c: Use C++ exception handling.
9256 * linux-nat.c: Use C++ exception handling.
9257 * linux-fork.c: Use C++ exception handling.
9258 * linespec.c: Use C++ exception handling.
9259 * language.c: Use C++ exception handling.
9260 * jit.c: Use C++ exception handling.
9261 * infrun.c: Use C++ exception handling.
9262 * infcmd.c: Use C++ exception handling.
9263 * infcall.c: Use C++ exception handling.
9264 * inf-loop.c: Use C++ exception handling.
9265 * i386-tdep.c: Use C++ exception handling.
9266 * i386-linux-tdep.c: Use C++ exception handling.
9267 * guile/scm-value.c: Use C++ exception handling.
9268 * guile/scm-type.c: Use C++ exception handling.
9269 * guile/scm-symtab.c: Use C++ exception handling.
9270 * guile/scm-symbol.c: Use C++ exception handling.
9271 * guile/scm-pretty-print.c: Use C++ exception handling.
9272 * guile/scm-ports.c: Use C++ exception handling.
9273 * guile/scm-param.c: Use C++ exception handling.
9274 * guile/scm-math.c: Use C++ exception handling.
9275 * guile/scm-lazy-string.c: Use C++ exception handling.
9276 * guile/scm-frame.c: Use C++ exception handling.
9277 * guile/scm-disasm.c: Use C++ exception handling.
9278 * guile/scm-cmd.c: Use C++ exception handling.
9279 * guile/scm-breakpoint.c: Use C++ exception handling.
9280 * guile/scm-block.c: Use C++ exception handling.
9281 * guile/guile-internal.h: Use C++ exception handling.
9282 * gnu-v3-abi.c: Use C++ exception handling.
9283 * gdbtypes.c: Use C++ exception handling.
9284 * frame.c: Use C++ exception handling.
9285 * frame-unwind.c: Use C++ exception handling.
9286 * fbsd-tdep.c: Use C++ exception handling.
9287 * f-valprint.c: Use C++ exception handling.
9288 * exec.c: Use C++ exception handling.
9289 * event-top.c: Use C++ exception handling.
9290 * event-loop.c: Use C++ exception handling.
9291 * eval.c: Use C++ exception handling.
9292 * dwarf2read.c: Use C++ exception handling.
9293 * dwarf2loc.c: Use C++ exception handling.
9294 * dwarf2-frame.c: Use C++ exception handling.
9295 * dwarf2-frame-tailcall.c: Use C++ exception handling.
9296 * dwarf-index-write.c: Use C++ exception handling.
9297 * dwarf-index-cache.c: Use C++ exception handling.
9298 * dtrace-probe.c: Use C++ exception handling.
9299 * disasm-selftests.c: Use C++ exception handling.
9300 * darwin-nat.c: Use C++ exception handling.
9301 * cp-valprint.c: Use C++ exception handling.
9302 * cp-support.c: Use C++ exception handling.
9303 * cp-abi.c: Use C++ exception handling.
9304 * corelow.c: Use C++ exception handling.
9305 * completer.c: Use C++ exception handling.
9306 * compile/compile-object-run.c: Use C++ exception handling.
9307 * compile/compile-object-load.c: Use C++ exception handling.
9308 * compile/compile-cplus-symbols.c: Use C++ exception handling.
9309 * compile/compile-c-symbols.c: Use C++ exception handling.
9310 * common/selftest.c: Use C++ exception handling.
9311 * common/new-op.c: Use C++ exception handling.
9312 * cli/cli-script.c: Use C++ exception handling.
9313 * cli/cli-interp.c: Use C++ exception handling.
9314 * cli/cli-cmds.c: Use C++ exception handling.
9315 * c-varobj.c: Use C++ exception handling.
9316 * btrace.c: Use C++ exception handling.
9317 * breakpoint.c: Use C++ exception handling.
9318 * break-catch-throw.c: Use C++ exception handling.
9319 * arch-utils.c: Use C++ exception handling.
9320 * amd64-tdep.c: Use C++ exception handling.
9321 * ada-valprint.c: Use C++ exception handling.
9322 * ada-typeprint.c: Use C++ exception handling.
9323 * ada-lang.c: Use C++ exception handling.
9324 * aarch64-tdep.c: Use C++ exception handling.
9325
3d6e9d23
TT
93262019-04-08 Tom Tromey <tom@tromey.com>
9327
9328 * xml-support.c (gdb_xml_parser::parse): Update.
9329 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
9330 * value.c (show_convenience): Update.
9331 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
9332 (test_parse_flags_qcs): Update.
9333 * thread.c (thr_try_catch_cmd): Update.
9334 * target.c (target_translate_tls_address): Update.
9335 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
9336 (info_frame_command_core, frame_apply_command_count): Update.
9337 * rust-exp.y (rust_lex_exception_test): Update.
9338 * riscv-tdep.c (riscv_print_one_register_info): Update.
9339 * remote.c (remote_target::enable_btrace): Update.
9340 * record-btrace.c (record_btrace_enable_warn): Update.
9341 * python/py-utils.c (gdbpy_convert_exception): Update.
9342 * printcmd.c (do_one_display, print_variable_and_value): Update.
9343 * mi/mi-main.c (mi_print_exception): Update.
9344 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
9345 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
9346 * linux-nat.c (linux_nat_target::attach): Update.
9347 * linux-fork.c (class scoped_switch_fork_info): Update.
9348 * infrun.c (displaced_step_prepare): Update.
9349 * infcall.c (call_function_by_hand_dummy): Update.
9350 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
9351 * gnu-v3-abi.c (print_one_vtable): Update.
9352 * frame.c (get_prev_frame_always): Update.
9353 * f-valprint.c (info_common_command_for_block): Update.
9354 * exec.c (try_open_exec_file): Update.
9355 * exceptions.c (print_exception, exception_print)
9356 (exception_fprintf, exception_print_same): Update.
9357 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
9358 * dwarf-index-cache.c (index_cache::store)
9359 (index_cache::lookup_gdb_index): Update.
9360 * darwin-nat.c (maybe_cache_shell): Update.
9361 * cp-valprint.c (cp_print_value_fields): Update.
9362 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
9363 (gcc_cplus_symbol_address): Update.
9364 * compile/compile-c-symbols.c (gcc_convert_symbol)
9365 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
9366 * common/selftest.c: Update.
9367 * common/common-exceptions.h (struct gdb_exception) <message>: Now
9368 a std::string.
9369 (exception_try_scope_entry, exception_try_scope_exit): Don't
9370 declare.
9371 (struct exception_try_scope): Remove.
9372 (TRY): Don't use exception_try_scope.
9373 (struct gdb_exception): Add constructor, operator=.
9374 <what>: New method.
9375 (struct gdb_exception_RETURN_MASK_ALL)
9376 (struct gdb_exception_RETURN_MASK_ERROR)
9377 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
9378 (struct gdb_quit_bad_alloc): Update.
9379 * common/common-exceptions.c (exception_none): Change
9380 initializer.
9381 (struct catcher) <state, exception>: Initialize inline.
9382 <prev>: Remove member.
9383 (current_catcher): Remove.
9384 (catchers): New global.
9385 (exceptions_state_mc_init): Simplify.
9386 (catcher_pop): Remove.
9387 (exceptions_state_mc, exceptions_state_mc_catch): Update.
9388 (try_scope_depth, exception_try_scope_entry)
9389 (exception_try_scope_exit): Remove.
9390 (throw_exception_sjlj): Update.
9391 (exception_messages, exception_messages_size): Remove.
9392 (throw_it): Simplify.
9393 (gdb_exception_sliced_copy): Remove.
9394 (throw_exception_cxx): Update.
9395 * cli/cli-script.c (script_from_file): Update.
9396 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
9397 Update.
9398 * ada-valprint.c (ada_val_print): Update.
9399 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
9400 (create_excep_cond_exprs): Update.
9401
c5c10118
TT
94022019-04-08 Tom Tromey <tom@tromey.com>
9403
9404 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
9405 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
9406 (TRY, CATCH, END_CATCH): Remove some definitions.
9407 * common/common-exceptions.c: Don't use GDB_XCPT.
9408 (catcher_list_size): Remove.
9409 (throw_exception, throw_it): Simplify.
9410
4de283e4
TT
94112019-04-05 Tom Tromey <tom@tromey.com>
9412
9413 Revert the header-sorting patch.
9414 * ft32-tdep.c: Revert.
9415 * frv-tdep.c: Revert.
9416 * frv-linux-tdep.c: Revert.
9417 * frame.c: Revert.
9418 * frame-unwind.c: Revert.
9419 * frame-base.c: Revert.
9420 * fork-child.c: Revert.
9421 * findvar.c: Revert.
9422 * findcmd.c: Revert.
9423 * filesystem.c: Revert.
9424 * filename-seen-cache.h: Revert.
9425 * filename-seen-cache.c: Revert.
9426 * fbsd-tdep.c: Revert.
9427 * fbsd-nat.h: Revert.
9428 * fbsd-nat.c: Revert.
9429 * f-valprint.c: Revert.
9430 * f-typeprint.c: Revert.
9431 * f-lang.c: Revert.
9432 * extension.h: Revert.
9433 * extension.c: Revert.
9434 * extension-priv.h: Revert.
9435 * expprint.c: Revert.
9436 * exec.h: Revert.
9437 * exec.c: Revert.
9438 * exceptions.c: Revert.
9439 * event-top.c: Revert.
9440 * event-loop.c: Revert.
9441 * eval.c: Revert.
9442 * elfread.c: Revert.
9443 * dwarf2read.h: Revert.
9444 * dwarf2read.c: Revert.
9445 * dwarf2loc.c: Revert.
9446 * dwarf2expr.h: Revert.
9447 * dwarf2expr.c: Revert.
9448 * dwarf2-frame.c: Revert.
9449 * dwarf2-frame-tailcall.c: Revert.
9450 * dwarf-index-write.h: Revert.
9451 * dwarf-index-write.c: Revert.
9452 * dwarf-index-common.c: Revert.
9453 * dwarf-index-cache.h: Revert.
9454 * dwarf-index-cache.c: Revert.
9455 * dummy-frame.c: Revert.
9456 * dtrace-probe.c: Revert.
9457 * disasm.h: Revert.
9458 * disasm.c: Revert.
9459 * disasm-selftests.c: Revert.
9460 * dictionary.c: Revert.
9461 * dicos-tdep.c: Revert.
9462 * demangle.c: Revert.
9463 * dcache.h: Revert.
9464 * dcache.c: Revert.
9465 * darwin-nat.h: Revert.
9466 * darwin-nat.c: Revert.
9467 * darwin-nat-info.c: Revert.
9468 * d-valprint.c: Revert.
9469 * d-namespace.c: Revert.
9470 * d-lang.c: Revert.
9471 * ctf.c: Revert.
9472 * csky-tdep.c: Revert.
9473 * csky-linux-tdep.c: Revert.
9474 * cris-tdep.c: Revert.
9475 * cris-linux-tdep.c: Revert.
9476 * cp-valprint.c: Revert.
9477 * cp-support.c: Revert.
9478 * cp-namespace.c: Revert.
9479 * cp-abi.c: Revert.
9480 * corelow.c: Revert.
9481 * corefile.c: Revert.
9482 * continuations.c: Revert.
9483 * completer.h: Revert.
9484 * completer.c: Revert.
9485 * complaints.c: Revert.
9486 * coffread.c: Revert.
9487 * coff-pe-read.c: Revert.
9488 * cli-out.h: Revert.
9489 * cli-out.c: Revert.
9490 * charset.c: Revert.
9491 * c-varobj.c: Revert.
9492 * c-valprint.c: Revert.
9493 * c-typeprint.c: Revert.
9494 * c-lang.c: Revert.
9495 * buildsym.c: Revert.
9496 * buildsym-legacy.c: Revert.
9497 * build-id.h: Revert.
9498 * build-id.c: Revert.
9499 * btrace.c: Revert.
9500 * bsd-uthread.c: Revert.
9501 * breakpoint.h: Revert.
9502 * breakpoint.c: Revert.
9503 * break-catch-throw.c: Revert.
9504 * break-catch-syscall.c: Revert.
9505 * break-catch-sig.c: Revert.
9506 * blockframe.c: Revert.
9507 * block.c: Revert.
9508 * bfin-tdep.c: Revert.
9509 * bfin-linux-tdep.c: Revert.
9510 * bfd-target.c: Revert.
9511 * bcache.c: Revert.
9512 * ax-general.c: Revert.
9513 * ax-gdb.h: Revert.
9514 * ax-gdb.c: Revert.
9515 * avr-tdep.c: Revert.
9516 * auxv.c: Revert.
9517 * auto-load.c: Revert.
9518 * arm-wince-tdep.c: Revert.
9519 * arm-tdep.c: Revert.
9520 * arm-symbian-tdep.c: Revert.
9521 * arm-pikeos-tdep.c: Revert.
9522 * arm-obsd-tdep.c: Revert.
9523 * arm-nbsd-tdep.c: Revert.
9524 * arm-nbsd-nat.c: Revert.
9525 * arm-linux-tdep.c: Revert.
9526 * arm-linux-nat.c: Revert.
9527 * arm-fbsd-tdep.c: Revert.
9528 * arm-fbsd-nat.c: Revert.
9529 * arm-bsd-tdep.c: Revert.
9530 * arch-utils.c: Revert.
9531 * arc-tdep.c: Revert.
9532 * arc-newlib-tdep.c: Revert.
9533 * annotate.h: Revert.
9534 * annotate.c: Revert.
9535 * amd64-windows-tdep.c: Revert.
9536 * amd64-windows-nat.c: Revert.
9537 * amd64-tdep.c: Revert.
9538 * amd64-sol2-tdep.c: Revert.
9539 * amd64-obsd-tdep.c: Revert.
9540 * amd64-obsd-nat.c: Revert.
9541 * amd64-nbsd-tdep.c: Revert.
9542 * amd64-nbsd-nat.c: Revert.
9543 * amd64-nat.c: Revert.
9544 * amd64-linux-tdep.c: Revert.
9545 * amd64-linux-nat.c: Revert.
9546 * amd64-fbsd-tdep.c: Revert.
9547 * amd64-fbsd-nat.c: Revert.
9548 * amd64-dicos-tdep.c: Revert.
9549 * amd64-darwin-tdep.c: Revert.
9550 * amd64-bsd-nat.c: Revert.
9551 * alpha-tdep.c: Revert.
9552 * alpha-obsd-tdep.c: Revert.
9553 * alpha-nbsd-tdep.c: Revert.
9554 * alpha-mdebug-tdep.c: Revert.
9555 * alpha-linux-tdep.c: Revert.
9556 * alpha-linux-nat.c: Revert.
9557 * alpha-bsd-tdep.c: Revert.
9558 * alpha-bsd-nat.c: Revert.
9559 * aix-thread.c: Revert.
9560 * agent.c: Revert.
9561 * addrmap.c: Revert.
9562 * ada-varobj.c: Revert.
9563 * ada-valprint.c: Revert.
9564 * ada-typeprint.c: Revert.
9565 * ada-tasks.c: Revert.
9566 * ada-lang.c: Revert.
9567 * aarch64-tdep.c: Revert.
9568 * aarch64-ravenscar-thread.c: Revert.
9569 * aarch64-newlib-tdep.c: Revert.
9570 * aarch64-linux-tdep.c: Revert.
9571 * aarch64-linux-nat.c: Revert.
9572 * aarch64-fbsd-tdep.c: Revert.
9573 * aarch64-fbsd-nat.c: Revert.
9574 * aarch32-linux-nat.c: Revert.
9575
d55e5aa6
TT
95762019-04-05 Tom Tromey <tom@tromey.com>
9577
9578 * ft32-tdep.c: Sort headers.
9579 * frv-tdep.c: Sort headers.
9580 * frv-linux-tdep.c: Sort headers.
9581 * frame.c: Sort headers.
9582 * frame-unwind.c: Sort headers.
9583 * frame-base.c: Sort headers.
9584 * fork-child.c: Sort headers.
9585 * findvar.c: Sort headers.
9586 * findcmd.c: Sort headers.
9587 * filesystem.c: Sort headers.
9588 * filename-seen-cache.h: Sort headers.
9589 * filename-seen-cache.c: Sort headers.
9590 * fbsd-tdep.c: Sort headers.
9591 * fbsd-nat.h: Sort headers.
9592 * fbsd-nat.c: Sort headers.
9593 * f-valprint.c: Sort headers.
9594 * f-typeprint.c: Sort headers.
9595 * f-lang.c: Sort headers.
9596 * extension.h: Sort headers.
9597 * extension.c: Sort headers.
9598 * extension-priv.h: Sort headers.
9599 * expprint.c: Sort headers.
9600 * exec.h: Sort headers.
9601 * exec.c: Sort headers.
9602 * exceptions.c: Sort headers.
9603 * event-top.c: Sort headers.
9604 * event-loop.c: Sort headers.
9605 * eval.c: Sort headers.
9606 * elfread.c: Sort headers.
9607 * dwarf2read.h: Sort headers.
9608 * dwarf2read.c: Sort headers.
9609 * dwarf2loc.c: Sort headers.
9610 * dwarf2expr.h: Sort headers.
9611 * dwarf2expr.c: Sort headers.
9612 * dwarf2-frame.c: Sort headers.
9613 * dwarf2-frame-tailcall.c: Sort headers.
9614 * dwarf-index-write.h: Sort headers.
9615 * dwarf-index-write.c: Sort headers.
9616 * dwarf-index-common.c: Sort headers.
9617 * dwarf-index-cache.h: Sort headers.
9618 * dwarf-index-cache.c: Sort headers.
9619 * dummy-frame.c: Sort headers.
9620 * dtrace-probe.c: Sort headers.
9621 * disasm.h: Sort headers.
9622 * disasm.c: Sort headers.
9623 * disasm-selftests.c: Sort headers.
9624 * dictionary.c: Sort headers.
9625 * dicos-tdep.c: Sort headers.
9626 * demangle.c: Sort headers.
9627 * dcache.h: Sort headers.
9628 * dcache.c: Sort headers.
9629 * darwin-nat.h: Sort headers.
9630 * darwin-nat.c: Sort headers.
9631 * darwin-nat-info.c: Sort headers.
9632 * d-valprint.c: Sort headers.
9633 * d-namespace.c: Sort headers.
9634 * d-lang.c: Sort headers.
9635 * ctf.c: Sort headers.
9636 * csky-tdep.c: Sort headers.
9637 * csky-linux-tdep.c: Sort headers.
9638 * cris-tdep.c: Sort headers.
9639 * cris-linux-tdep.c: Sort headers.
9640 * cp-valprint.c: Sort headers.
9641 * cp-support.c: Sort headers.
9642 * cp-namespace.c: Sort headers.
9643 * cp-abi.c: Sort headers.
9644 * corelow.c: Sort headers.
9645 * corefile.c: Sort headers.
9646 * continuations.c: Sort headers.
9647 * completer.h: Sort headers.
9648 * completer.c: Sort headers.
9649 * complaints.c: Sort headers.
9650 * coffread.c: Sort headers.
9651 * coff-pe-read.c: Sort headers.
9652 * cli-out.h: Sort headers.
9653 * cli-out.c: Sort headers.
9654 * charset.c: Sort headers.
9655 * c-varobj.c: Sort headers.
9656 * c-valprint.c: Sort headers.
9657 * c-typeprint.c: Sort headers.
9658 * c-lang.c: Sort headers.
9659 * buildsym.c: Sort headers.
9660 * buildsym-legacy.c: Sort headers.
9661 * build-id.h: Sort headers.
9662 * build-id.c: Sort headers.
9663 * btrace.c: Sort headers.
9664 * bsd-uthread.c: Sort headers.
9665 * breakpoint.h: Sort headers.
9666 * breakpoint.c: Sort headers.
9667 * break-catch-throw.c: Sort headers.
9668 * break-catch-syscall.c: Sort headers.
9669 * break-catch-sig.c: Sort headers.
9670 * blockframe.c: Sort headers.
9671 * block.c: Sort headers.
9672 * bfin-tdep.c: Sort headers.
9673 * bfin-linux-tdep.c: Sort headers.
9674 * bfd-target.c: Sort headers.
9675 * bcache.c: Sort headers.
9676 * ax-general.c: Sort headers.
9677 * ax-gdb.h: Sort headers.
9678 * ax-gdb.c: Sort headers.
9679 * avr-tdep.c: Sort headers.
9680 * auxv.c: Sort headers.
9681 * auto-load.c: Sort headers.
9682 * arm-wince-tdep.c: Sort headers.
9683 * arm-tdep.c: Sort headers.
9684 * arm-symbian-tdep.c: Sort headers.
9685 * arm-pikeos-tdep.c: Sort headers.
9686 * arm-obsd-tdep.c: Sort headers.
9687 * arm-nbsd-tdep.c: Sort headers.
9688 * arm-nbsd-nat.c: Sort headers.
9689 * arm-linux-tdep.c: Sort headers.
9690 * arm-linux-nat.c: Sort headers.
9691 * arm-fbsd-tdep.c: Sort headers.
9692 * arm-fbsd-nat.c: Sort headers.
9693 * arm-bsd-tdep.c: Sort headers.
9694 * arch-utils.c: Sort headers.
9695 * arc-tdep.c: Sort headers.
9696 * arc-newlib-tdep.c: Sort headers.
9697 * annotate.h: Sort headers.
9698 * annotate.c: Sort headers.
9699 * amd64-windows-tdep.c: Sort headers.
9700 * amd64-windows-nat.c: Sort headers.
9701 * amd64-tdep.c: Sort headers.
9702 * amd64-sol2-tdep.c: Sort headers.
9703 * amd64-obsd-tdep.c: Sort headers.
9704 * amd64-obsd-nat.c: Sort headers.
9705 * amd64-nbsd-tdep.c: Sort headers.
9706 * amd64-nbsd-nat.c: Sort headers.
9707 * amd64-nat.c: Sort headers.
9708 * amd64-linux-tdep.c: Sort headers.
9709 * amd64-linux-nat.c: Sort headers.
9710 * amd64-fbsd-tdep.c: Sort headers.
9711 * amd64-fbsd-nat.c: Sort headers.
9712 * amd64-dicos-tdep.c: Sort headers.
9713 * amd64-darwin-tdep.c: Sort headers.
9714 * amd64-bsd-nat.c: Sort headers.
9715 * alpha-tdep.c: Sort headers.
9716 * alpha-obsd-tdep.c: Sort headers.
9717 * alpha-nbsd-tdep.c: Sort headers.
9718 * alpha-mdebug-tdep.c: Sort headers.
9719 * alpha-linux-tdep.c: Sort headers.
9720 * alpha-linux-nat.c: Sort headers.
9721 * alpha-bsd-tdep.c: Sort headers.
9722 * alpha-bsd-nat.c: Sort headers.
9723 * aix-thread.c: Sort headers.
9724 * agent.c: Sort headers.
9725 * addrmap.c: Sort headers.
9726 * ada-varobj.c: Sort headers.
9727 * ada-valprint.c: Sort headers.
9728 * ada-typeprint.c: Sort headers.
9729 * ada-tasks.c: Sort headers.
9730 * ada-lang.c: Sort headers.
9731 * aarch64-tdep.c: Sort headers.
9732 * aarch64-ravenscar-thread.c: Sort headers.
9733 * aarch64-newlib-tdep.c: Sort headers.
9734 * aarch64-linux-tdep.c: Sort headers.
9735 * aarch64-linux-nat.c: Sort headers.
9736 * aarch64-fbsd-tdep.c: Sort headers.
9737 * aarch64-fbsd-nat.c: Sort headers.
9738 * aarch32-linux-nat.c: Sort headers.
9739
699bd4cf
TT
97402019-04-04 Tom Tromey <tom@tromey.com>
9741
9742 * varobj.c (varobj_create): Update.
9743 * rust-exp.y (struct rust_parser) <update_innermost_block,
9744 lookup_symbol>: New methods.
9745 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
9746 Rename.
9747 (rust_parser::rust_lookup_type)
9748 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
9749 * printcmd.c (display_command, do_one_display): Update.
9750 * parser-defs.h (struct parser_state) <parser_state>: Add
9751 "tracker" parameter.
9752 (block_tracker): New member.
9753 (class innermost_block_tracker) <innermost_block_tracker>: Add
9754 "types" parameter.
9755 <reset>: Remove method.
9756 (innermost_block): Don't declare.
9757 (null_post_parser): Update.
9758 * parse.c (innermost_block): Remove global.
9759 (write_dollar_variable): Update.
9760 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
9761 Remove "tracker_types" parameter.
9762 (parse_expression): Add "tracker" parameter.
9763 (parse_expression_for_completion): Update.
9764 (null_post_parser): Add "tracker" parameter.
9765 * p-exp.y: Update rules.
9766 * m2-exp.y: Update rules.
9767 * language.h (struct language_defn) <la_post_parser>: Add
9768 "tracker" parameter.
9769 * go-exp.y: Update rules.
9770 * f-exp.y: Update rules.
9771 * expression.h (parse_expression, parse_exp_1): Add "tracker"
9772 parameter.
9773 * d-exp.y: Update rules.
9774 * c-exp.y: Update rules.
9775 * breakpoint.c (set_breakpoint_condition): Create an
9776 innermost_block_tracker.
9777 (watch_command_1): Likewise.
9778 * ada-lang.c (resolve): Add "tracker" parameter.
9779 (resolve_subexp): Likewise.
9780 * ada-exp.y (write_var_from_sym): Update.
9781
dac43e32
TT
97822019-04-04 Tom Tromey <tom@tromey.com>
9783
9784 * type-stack.h: New file.
9785 * type-stack.c: New file.
9786 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
9787 type-stack.h.
9788 (insert_into_type_stack, insert_type, push_type, push_type_int)
9789 (insert_type_address_space, pop_type, pop_type_int)
9790 (pop_typelist, pop_type_stack, append_type_stack)
9791 (push_type_stack, get_type_stack, push_typelist)
9792 (follow_type_instance_flags, follow_types): Don't declare.
9793 * parse.c (type_stack): Remove global.
9794 (parse_exp_in_context): Update.
9795 (insert_into_type_stack, insert_type, push_type, push_type_int)
9796 (insert_type_address_space, pop_type, pop_type_int)
9797 (pop_typelist, pop_type_stack, append_type_stack)
9798 (push_type_stack, get_type_stack, push_typelist)
9799 (follow_type_instance_flags, follow_types): Remove (moved to
9800 type-stack.c).
9801 * f-exp.y (type_stack): New global.
9802 Update rules.
9803 (push_kind_type, f_parse): Update.
9804 * d-exp.y (type_stack): New global.
9805 Update rules.
9806 (d_parse): Update.
9807 * c-exp.y (struct c_parse_state) <type_stack>: New member.
9808 Update rules.
9809 * Makefile.in (COMMON_SFILES): Add type-stack.c.
9810 (HFILES_NO_SRCDIR): Add type-stack.h.
9811
2a612529
TT
98122019-04-04 Tom Tromey <tom@tromey.com>
9813
9814 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
9815 (rust_parser::convert_ast_to_expression, rust_parse)
9816 (rust_lex_test_completion, rust_lex_tests): Update.
9817 * parser-defs.h (struct expr_completion_state): New.
9818 (struct parser_state) <parser_state>: Add completion parameter.
9819 <mark_struct_expression, mark_completion_tag>: New methods.
9820 <parse_completion, m_completion_state>: New members.
9821 (prefixify_expression, null_post_parser): Update.
9822 (mark_struct_expression, mark_completion_tag): Don't declare.
9823 * parse.c (parse_completion, expout_last_struct)
9824 (expout_tag_completion_type, expout_completion_name): Remove
9825 globals.
9826 (parser_state::mark_struct_expression)
9827 (parser_state::mark_completion_tag): Now methods.
9828 (prefixify_expression): Add last_struct parameter.
9829 (prefixify_subexp): Likewise.
9830 (parse_exp_1): Update.
9831 (parse_exp_in_context): Add cstate parameter. Update.
9832 (parse_expression_for_completion): Create an
9833 expr_completion_state.
9834 (null_post_parser): Add "completion" parameter.
9835 * p-exp.y: Update rules.
9836 (yylex): Update.
9837 * language.h (struct language_defn) <la_post_parser>: Add
9838 "completing" parameter.
9839 * go-exp.y: Update rules.
9840 (lex_one_token): Update.
9841 * expression.h (parse_completion): Don't declare.
9842 * d-exp.y: Update rules.
9843 (lex_one_token): Update rules.
9844 * c-exp.y: Update rules.
9845 (lex_one_token): Update.
9846 * ada-lang.c (resolve): Add "parse_completion" parameter.
9847 (resolve_subexp): Likewise.
9848 (ada_resolve_function): Likewise.
9849
43476f0b
TT
98502019-04-04 Tom Tromey <tom@tromey.com>
9851
9852 * parser-defs.h (struct parser_state) <start_arglist,
9853 end_arglist>: New methods.
9854 <arglist_len, m_funcall_chain>: New members.
9855 (arglist_len, start_arglist, end_arglist): Don't declare.
9856 * parse.c (arglist_len, funcall_chain): Remove global.
9857 (start_arglist, end_arglist): Remove functions.
9858 (parse_exp_in_context): Update.
9859 * p-exp.y: Update rules.
9860 * m2-exp.y: Update rules.
9861 * go-exp.y: Update rules.
9862 * f-exp.y: Update rules.
9863 * d-exp.y: Update rules.
9864 * c-exp.y: Update rules.
9865
5776fca3
TT
98662019-04-04 Tom Tromey <tom@tromey.com>
9867
9868 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
9869 lex_operator, push_back>: New methods.
9870 Update all rules.
9871 (rust_parser::lex_hex, lex_escape): Rename and update.
9872 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
9873 (rust_parser::lex_operator): Rename and update.
9874 (rust_parser::lex_number, rustyylex, rustyyerror)
9875 (rust_lex_test_init, rust_lex_test_sequence)
9876 (rust_lex_test_push_back, rust_lex_tests): Update.
9877 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
9878 parameter.
9879 <lexptr, prev_lexptr>: New members.
9880 (lexptr, prev_lexptr): Don't declare.
9881 * parse.c (lexptr, prev_lexptr): Remove globals.
9882 (parse_exp_in_context): Update.
9883 * p-exp.y (yylex, yyerror): Update.
9884 * m2-exp.y (parse_number, yylex, yyerror): Update.
9885 * go-exp.y (lex_one_token, yyerror): Update.
9886 * f-exp.y (match_string_literal, yylex, yyerror): Update.
9887 * d-exp.y (lex_one_token, yyerror): Update.
9888 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
9889 (lex_one_token, yyerror): Update.
9890 * ada-lex.l (YY_INPUT): Update.
9891 (rewind_to_char): Update.
9892 * ada-exp.y (yyerror): Update.
9893
8621b685
TT
98942019-04-04 Tom Tromey <tom@tromey.com>
9895
9896 * rust-exp.y (rustyylex, rust_lex_tests): Update.
9897 * parser-defs.h (struct parser_state) <parser_state>: Add new
9898 parameter.
9899 <comma_terminates>: New member.
9900 (comma_terminates): Don't declare global.
9901 * parse.c (comma_terminates): Remove global.
9902 (parse_exp_in_context): Update.
9903 * p-exp.y (yylex): Update.
9904 * m2-exp.y (yylex): Update.
9905 * go-exp.y (lex_one_token): Update.
9906 * f-exp.y (yylex): Update.
9907 * d-exp.y (lex_one_token): Update.
9908 * c-exp.y (lex_one_token): Update.
9909 * ada-lex.l: Update.
9910
28aaf3fd
TT
99112019-04-04 Tom Tromey <tom@tromey.com>
9912
9913 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
9914 (rustyylex, rust_lex_test_init, rust_lex_test_one)
9915 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
9916 * parser-defs.h (paren_depth): Don't declare.
9917 * parse.c (paren_depth): Remove global.
9918 (parse_exp_in_context): Update.
9919 * p-exp.y (paren_depth): New global.
9920 (pascal_parse): Initialize it.
9921 * m2-exp.y (paren_depth): New global.
9922 (m2_parse): Initialize it.
9923 * go-exp.y (paren_depth): New global.
9924 (go_parse): Initialize it.
9925 * f-exp.y (paren_depth): New global.
9926 (f_parse): Initialize it.
9927 * d-exp.y (paren_depth): New global.
9928 (d_parse): Initialize it.
9929 * c-exp.y (paren_depth): New global.
9930 (c_parse): Initialize it.
9931 * ada-lex.l (paren_depth): New global.
9932 (lexer_init): Initialize it.
9933
1e58a4a4
TT
99342019-04-04 Tom Tromey <tom@tromey.com>
9935
9936 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
9937 (rust_parser::convert_ast_to_type)
9938 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
9939 * parser-defs.h (struct parser_state) <parser_state>: Add
9940 parameters. Initialize new members.
9941 <expression_context_block, expression_context_pc>: New members.
9942 * parse.c (expression_context_block, expression_context_pc):
9943 Remove globals.
9944 (parse_exp_in_context): Update.
9945 * p-exp.y: Update all rules.
9946 (yylex): Update.
9947 * m2-exp.y: Update all rules.
9948 (yylex): Update.
9949 * go-exp.y (yylex): Update.
9950 * f-exp.y (yylex): Update.
9951 * d-exp.y: Update all rules.
9952 (yylex): Update.
9953 * c-exp.y: Update all rules.
9954 (lex_one_token, classify_name, yylex, c_parse): Update.
9955 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
9956
37eedb39
TT
99572019-04-04 Tom Tromey <tom@tromey.com>
9958
9959 * gdbarch.h, gdbarch.c: Rebuild.
9960 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
9961 * stap-probe.h:
9962 (struct stap_parse_info): Replace "parser_state" with
9963 "expr_builder".
9964 * parser-defs.h (struct expr_builder): Rename from "parser_state".
9965 (parser_state): New class.
9966 * parse.c (expr_builder): Rename.
9967 (expr_builder::release): Rename.
9968 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
9969 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
9970 (write_exp_elt_longcst, write_exp_elt_floatcst)
9971 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
9972 (write_exp_string_vector, write_exp_bitstring)
9973 (write_exp_msymbol, mark_struct_expression)
9974 (write_dollar_variable)
9975 (insert_type_address_space, increase_expout_size): Replace
9976 "parser_state" with "expr_builder".
9977 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
9978 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
9979 "parser_state" with "expr_builder".
9980
73923d7e
TT
99812019-04-04 Tom Tromey <tom@tromey.com>
9982
9983 * rust-exp.y: Replace "parse_language" with method call.
9984 * p-exp.y:
9985 (yylex): Replace "parse_language" with method call.
9986 * m2-exp.y:
9987 (yylex): Replace "parse_language" with method call.
9988 * go-exp.y (classify_name): Replace "parse_language" with method
9989 call.
9990 * f-exp.y (yylex): Replace "parse_language" with method call.
9991 * d-exp.y (lex_one_token): Replace "parse_language" with method
9992 call.
9993 * c-exp.y:
9994 (lex_one_token, classify_name, yylex): Replace "parse_language"
9995 with method call.
9996 * ada-exp.y (find_primitive_type, type_char)
9997 (type_system_address): Replace "parse_language" with method call.
9998
fa9f5be6
TT
99992019-04-04 Tom Tromey <tom@tromey.com>
10000
10001 * rust-exp.y: Replace "parse_gdbarch" with method call.
10002 * parse.c (write_dollar_variable, insert_type_address_space):
10003 Replace "parse_gdbarch" with method call.
10004 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
10005 call.
10006 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
10007 call.
10008 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
10009 "parse_gdbarch" with method call.
10010 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
10011 with method call.
10012 * f-exp.y (parse_type, parse_f_type, yylex): Replace
10013 "parse_gdbarch" with method call.
10014 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
10015 "parse_gdbarch" with method call.
10016 * c-exp.y (parse_type, parse_number, classify_name): Replace
10017 "parse_gdbarch" with method call.
10018 * ada-lex.l: Replace "parse_gdbarch" with method call.
10019 * ada-exp.y (parse_type, find_primitive_type, type_char)
10020 (type_system_address): Replace "parse_gdbarch" with method call.
10021
1201a264
TT
100222019-04-04 Tom Tromey <tom@tromey.com>
10023
10024 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
10025 * stap-probe.c (stap_parse_argument): Update.
10026 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
10027 initial_size parameter.
10028 * rust-exp.y (rust_lex_tests): Update.
10029 * parse.c (parser_state): Update.
10030 (parse_exp_in_context): Update.
10031 * parser-defs.h (struct parser_state) <parser_state>: Remove
10032 "initial_size" parameter.
10033
e3980ce2
TT
100342019-04-04 Tom Tromey <tom@tromey.com>
10035
10036 * parser-defs.h (increase_expout_size): Don't declare.
10037 * parse.c (increase_expout_size): Now static.
10038
e9f8e3f1
TS
100392019-04-04 Thomas Schwinge <thomas@codesourcery.com>
10040
10041 * gnu-nat.c (gnu_nat_target::wait): Fix
10042 target_waitstatus_to_string call.
10043
d7df6549
AB
100442019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
10045
10046 * eval.c (evaluate_subexp_standard): Handle internal functions
10047 during Fortran function call handling.
10048
8bdc1658
AB
100492019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
10050
10051 * NEWS: Mention new internal functions.
10052 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
10053 (read_base_type): Use dwarf2_init_complex_target_type.
10054 * value.c (creal_internal_fn): New function.
10055 (cimag_internal_fn): New function.
10056 (_initialize_values): Register new internal functions.
10057
c29705b7
PW
100582019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10059
10060 * infrun.c (stop_all_threads): If debug_infrun, always
10061 trace the wait status after wait_one, using
10062 target_waitstatus_to_string and target_pid_to_str.
10063 (handle_inferior_event): Replace various trace of
10064 wait status kind by a single trace.
10065 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
10066 wait status kind image by target_waitstatus_to_string.
10067 * target/waitstatus.c (target_waitstatus_to_string): Fix
10068 obsolete comment.
10069
05caa1d2
TT
100702019-04-01 Tom Tromey <tromey@adacore.com>
10071
10072 PR symtab/23331:
10073 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
10074
9d1447e0
SDJ
100752019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
10076 Pedro Alves <palves@redhat.com>
10077
10078 * top.c (quit_force): Call 'finalize_values'.
10079 * value.c (finalize_values): New function.
10080 * value.h (finalize_values): Declare.
10081
7734102d
EZ
100822019-03-30 Eli Zaretskii <eliz@gnu.org>
10083
10084 * NEWS: Announce $_gdb_major and $_gdb_minor.
10085
10086 * top.c (init_gdb_version_vars): New function.
10087 (gdb_init): Call init_gdb_version_vars.
10088
188e1fa9
TT
100892019-03-29 Tom Tromey <tromey@adacore.com>
10090
10091 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
10092 help text. Remove dead code.
10093
2880242d
KS
100942019-03-29 Keith Seitz <keiths@redhat.com>
10095
10096 From Siddhesh Poyarekar:
10097 * f-lang.h (f77_get_upperbound): Return LONGEST.
10098 (f77_get_lowerbound): Likewise.
10099 * f-typeprint.c (f_type_print_varspec_suffix): Expand
10100 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
10101 print them.
10102 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
10103 plongest to format print it.
10104 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
10105 (f77_get_upperbound): Likewise.
10106 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
10107 LOWER_BOUND to LONGEST.
10108 (f77_create_arrayprint_offset_tbl): Likewise.
10109
cc1defb1
KS
101102019-03-29 Keith Seitz <keiths@redhat.com>
10111
10112 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
10113 %s/pulongest for TYPE_LENGTH instead of %d in format
10114 strings.
10115 * ada-typerint.c (ada_print_type): Likewise.
10116 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
10117 * compile/compile-c-support.c (generate_register_struct): Likewise.
10118 * gdbtypes.c (recursive_dump_type): Likewise.
10119 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
10120 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
10121 instead of %d in format strings.
10122 * riscv-tdep.c (riscv_type_alignment): Cast second argument
10123 to std::min to ULONGEST.
10124 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
10125 instead of %d in format strings.
10126 * tracepoint.c (info_scope_command): Likewise.
10127 * typeprint.c (print_offset_data::update)
10128 (print_offset_data::finish): Likewise.
10129 * xtensa-tdep.c (xtensa_store_return_value)
10130 (xtensa_push_dummy_call): Likewise.
10131
e432ccf1
JT
101322019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
10133
10134 * windows-nat.c (display_selector): Fixed format specifications
10135 for 64-bit Cygwin.
10136
65d2b333
PW
101372019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10138
10139 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
10140
f489207e
SL
101412019-03-28 Sandra Loosemore <sandra@codesourcery.com>
10142
10143 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
10144 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
10145 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
10146 (nios2_linux_init_abi): Install it.
10147
bffa1015
AH
101482019-03-28 Alan Hayward <alan.hayward@arm.com>
10149
10150 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
10151
fc96163a
AH
101522019-03-28 Alan Hayward <alan.hayward@arm.com>
10153
10154 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
10155
20dc7e9b
PW
101562019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10157 Tom Tromey <tromey@adacore.com>
10158
10159 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
10160
7f5331a8
JB
101612019-03-26 Joel Brobecker <brobecker@adacore.com>
10162
10163 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
10164 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
10165 method to compute the bounds of range types. Also print "[evaluated]"
10166 if the bounds' values come from a dynamic evaluation.
10167
18c77628
AB
101682019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
10169
10170 * cp-valprint.c (cp_print_value_fields): Don't print trailing
10171 whitespace when pretty printing is on.
10172
53c973f2
AH
101732019-03-26 Alan Hayward <alan.hayward@arm.com>
10174
e79be6e5 10175 * ppc-linux-nat.c: Add include.
53c973f2 10176
d851aa71
AH
101772019-03-26 Alan Hayward <alan.hayward@arm.com>
10178
e79be6e5 10179 * NEWS: Mention AArch64 Pointer Authentication.
d851aa71 10180
2fe7bab7
AH
101812019-03-26 Alan Hayward <alan.hayward@arm.com>
10182
e79be6e5 10183 * arm-linux-nat.c: Add include.
2fe7bab7 10184
068ef30e
SM
101852019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
10186
10187 * source-cache.c (source_cache::get_source_lines): Re-read
10188 fullname after calling open_source_file.
10189
81a24d04
JB
101902019-03-25 John Baldwin <jhb@FreeBSD.org>
10191
10192 * NEWS: Mention TLS support for FreeBSD.
10193
79e7ae11
TT
101942019-03-25 Tom Tromey <tromey@adacore.com>
10195
10196 * minsyms.c (BUNCH_SIZE): Update comment.
10197 (~minimal_symbol_reader): Remove old comment.
10198 (compact_minimal_symbols): Update comment.
10199 (minimal_symbol_reader::install): Remove old comment. Update
10200 other comments.
10201
d45963c2
AH
102022019-03-25 Alan Hayward <alan.hayward@arm.com>
10203
10204 * s390-linux-nat.c: Add include.
10205
0f83012e
AH
102062019-03-25 Alan Hayward <alan.hayward@arm.com>
10207
10208 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
10209 Call linux_get_hwcap.
10210 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
10211 Likewise.
10212 (aarch64_linux_get_hwcap): Remove function.
10213 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
10214 declaration.
10215 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
10216 linux_get_hwcap.
10217 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
10218 * linux-tdep.c (linux_get_hwcap): Add function.
10219 (linux_get_hwcap2): Likewise.
10220 * linux-tdep.h (linux_get_hwcap): Add declaration.
10221 (linux_get_hwcap2): Likewise.
10222 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
10223 (ppc_linux_get_hwcap2): Likewise.
10224 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
10225 linux_get_hwcap.
10226 (ppc_linux_nat_target::insert_watchpoint): Likewise.
10227 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
10228 (ppc_linux_nat_target::read_description): Likewise.
10229 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
10230 * s390-linux-nat.c: Likewise.
10231 * s390-linux-tdep.c (s390_core_read_description): Likewise.
10232
6640a367
TT
102332019-03-24 Tom Tromey <tom@tromey.com>
10234
10235 * ada-lang.c (standard_lookup): Simplify initialization.
10236 (ada_lookup_symbol_nonlocal): Simplify return.
10237 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
10238 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
10239 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
10240 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
10241 initialization.
10242 * solib.c (solib_global_lookup): Simplify.
10243 * symtab.c (null_block_symbol): Remove.
10244 (symbol_cache_lookup): Simplify returns.
10245 (lookup_language_this): Simplify returns.
10246 (lookup_symbol_aux): Simplify return.
10247 (lookup_local_symbol): Simplify returns.
10248 (lookup_global_symbol_from_objfile): Simplify return.
10249 (lookup_symbol_in_objfile_symtabs)
10250 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
10251 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
10252 (lookup_static_symbol, lookup_global_symbol): Simplify return.
10253 * cp-namespace.c (cp_lookup_bare_symbol)
10254 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
10255 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
10256 (cp_lookup_nested_symbol): Don't use null_block_symbol.
10257 (cp_lookup_symbol_via_imports): Simplify initialization.
10258 (find_symbol_in_baseclass): Likewise.
10259 * symtab.h (null_block_symbol): Remove.
10260 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
10261 (d_lookup_nested_symbol, d_lookup_symbol_imports)
10262 (d_lookup_symbol_module): Likewise.
10263 (find_symbol_in_baseclass): Simplify initialization.
10264
a930ebcd
TT
102652019-03-24 Tom Tromey <tom@tromey.com>
10266
10267 * expression.h: Don't include symtab.h.
10268 (struct block): Forward declare.
10269
582942f4
TT
102702019-03-24 Tom Tromey <tom@tromey.com>
10271
10272 * c-exp.y (typebase): Remove casts.
10273 * gdbtypes.c (lookup_unsigned_typename, )
10274 (lookup_signed_typename): Remove cast.
10275 * eval.c (parse_to_comma_and_eval): Remove cast.
10276 * parse.c (write_dollar_variable): Remove cast.
10277 * block.h (struct block) <superblock>: Now const.
10278 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
10279 * psymtab.c (psym_map_matching_symbols): Make "block" const.
10280 (map_block): Make "block" const.
10281 * symfile.h (struct quick_symbol_functions)
10282 <map_matching_symbols>: Constify block argument to "callback".
10283 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
10284 const.
10285 (find_pc_sect_compunit_symtab): Make "b" const.
10286 (find_symbol_at_address): Likewise.
10287 (search_symbols): Likewise.
10288 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
10289 (dw2_debug_names_lookup_symbol): Likewise.
10290 (dw2_map_matching_symbols): Update.
10291 * p-valprint.c (pascal_val_print): Remove "block".
10292 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
10293 (aux_add_nonlocal_symbols): Make "block" const.
10294 (resolve_subexp): Remove cast.
10295 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
10296 const.
10297 (iterate_over_file_blocks): Likewise.
10298 * f-exp.y (%union) <bval>: Remove.
10299 * coffread.c (patch_opaque_types): Make "b" const.
10300 * spu-tdep.c (spu_catch_start): Make "block" const.
10301 * c-valprint.c (print_unpacked_pointer): Remove "block".
10302 * symmisc.c (dump_symtab_1): Make "b" const.
10303 (block_depth): Make "block" const.
10304 * d-exp.y (%union) <bval>: Remove.
10305 * cp-support.h (cp_lookup_rtti_type): Update.
10306 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
10307 * psymtab.c (psym_lookup_symbol): Make "block" const.
10308 (maintenance_check_psymtabs): Make "b" const.
10309 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
10310 (enumerate_locals, enumerate_args): Update.
10311 * python/py-symtab.c (stpy_global_block): Make "block" const.
10312 (stpy_static_block): Likewise.
10313 * inline-frame.c (block_starting_point_at): Make "new_block"
10314 const.
10315 * block.c (find_block_in_blockvector): Make return type const.
10316 (blockvector_for_pc_sect): Make "b" const.
10317 (find_block_in_blockvector): Make "b" const.
10318
7ad417dd
TT
103192019-03-23 Tom Tromey <tom@tromey.com>
10320
10321 * varobj.c (varobj_create): Update.
10322 * symfile.c (clear_symtab_users): Don't reset innermost_block.
10323 * printcmd.c (display_command, do_one_display): Don't reset
10324 innermost_block.
10325 * parser-defs.h (enum innermost_block_tracker_type): Move to
10326 expression.h.
10327 (innermost_block): Update comment.
10328 * parse.c (parse_exp_1): Add tracker_types parameter.
10329 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
10330 tracker_types parameter. Reset innermost_block.
10331 (parse_exp_in_context): Remove.
10332 (parse_expression_for_completion): Update.
10333 * objfiles.c (~objfile): Don't reset expression_context_block or
10334 innermost_block.
10335 * expression.h (enum innermost_block_tracker_type): Move from
10336 parser-defs.h.
10337 (parse_exp_1): Add tracker_types parameter.
10338 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
10339 reset innermost_block.
10340
b366c208
TT
103412019-03-23 Tom Tromey <tom@tromey.com>
10342
10343 * objfiles.h: Include bcache.h.
10344
9bb9b2f9
TT
103452019-03-23 Tom Tromey <tom@tromey.com>
10346
10347 * linespec.c (get_current_search_block): Use
10348 scoped_restore_current_language.
10349 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
10350
59c28372
AH
103512019-03-22 Alan Hayward <alan.hayward@arm.com>
10352 Jiong Wang <jiong.wang@arm.com>
10353
10354 * aarch64-linux-tdep.c
10355 (aarch64_linux_iterate_over_regset_sections): Check for pauth
10356 section.
10357 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
10358
17e116a7
AH
103592019-03-22 Alan Hayward <alan.hayward@arm.com>
10360 Jiong Wang <jiong.wang@arm.com>
10361
10362 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
10363 instructions.
10364 (aarch64_analyze_prologue_test): Add PACIASP test.
10365 (aarch64_prologue_prev_register): Unmask PC value.
10366
11e1b75f
AH
103672019-03-22 Alan Hayward <alan.hayward@arm.com>
10368 Jiong Wang <jiong.wang@arm.com>
10369
10370 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
10371 (aarch64_dwarf2_prev_register): Unmask PC value.
10372 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
10373 (aarch64_execute_dwarf_cfa_vendor_op): Check for
10374 DW_CFA_AARCH64_negate_ra_state.
10375 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
10376
34dcc7cf
AH
103772019-03-22 Alan Hayward <alan.hayward@arm.com>
10378 Jiong Wang <jiong.wang@arm.com>
10379
10380 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
10381 registers.
10382 (aarch64_pseudo_register_name): Likewise.
10383 (aarch64_pseudo_register_type): Likewise.
10384 (aarch64_pseudo_register_reggroup_p): Likewise.
10385 (aarch64_gdbarch_init): Add pauth registers.
10386 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
10387 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
10388 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
10389 (struct gdbarch_tdep): Add regnum for ra_state.
10390
1ef53e6b
AH
103912019-03-22 Alan Hayward <alan.hayward@arm.com>
10392 Jiong Wang <jiong.wang@arm.com>
10393
10394 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
10395
76bed0fd
AH
103962019-03-22 Alan Hayward <alan.hayward@arm.com>
10397 Jiong Wang <jiong.wang@arm.com>
10398
10399 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
10400 function.
10401 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
10402 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
10403 (aarch64_gdbarch_init): Add puth registers.
10404 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
10405 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
10406 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
10407
ee4fbcfa
AH
104082019-03-22 Alan Hayward <alan.hayward@arm.com>
10409 Jiong Wang <jiong.wang@arm.com>
10410
10411 * aarch64-linux-nat.c
10412 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
10413 * aarch64-linux-tdep.c
10414 (aarch64_linux_core_read_description): Likewise.
10415 (aarch64_linux_get_hwcap): New function.
10416 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
10417 (aarch64_linux_get_hwcap): New declaration.
10418
6dc0ebde
AH
104192019-03-22 Alan Hayward <alan.hayward@arm.com>
10420 Jiong Wang <jiong.wang@arm.com>
10421
10422 * aarch64-linux-nat.c
10423 (aarch64_linux_nat_target::read_description): Add pauth param.
10424 * aarch64-linux-tdep.c
10425 (aarch64_linux_core_read_description): Likewise.
10426 * aarch64-tdep.c (struct target_desc): Add in pauth.
10427 (aarch64_read_description): Add pauth param.
10428 (aarch64_gdbarch_init): Likewise.
10429 * aarch64-tdep.h (aarch64_read_description): Likewise.
10430 * arch/aarch64.c (aarch64_create_target_description): Likewise.
10431 * arch/aarch64.h (aarch64_create_target_description): Likewise.
10432 * features/Makefile: Add new files.
10433 * features/aarch64-pauth.c: New file.
10434 * features/aarch64-pauth.xml: New file.
10435
595915c1
TT
104362019-03-20 Tom Tromey <tromey@adacore.com>
10437
10438 * infrun.c (handle_inferior_event): Rename from
10439 handle_inferior_event_1. Create a scoped_value_mark.
10440 (handle_inferior_event): Remove.
10441
4c7d57e7
TT
104422019-03-19 Tom Tromey <tromey@adacore.com>
10443
10444 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
10445 * infrun.h (print_stop_event): Add "displays" parameter.
10446 * infrun.c (print_stop_event): Add "displays" parameter.
10447
cb246234
PA
104482019-03-19 Pedro Alves <palves@redhat.com>
10449
10450 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
10451 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
10452 to -1. Fix TABs vs spaces.
10453 (tui_ui_out::tui_ui_out): Don't initialize fields here.
10454 * tui/tui-out.h (tui_ui_out) Add intro comments.
10455 <m_line, m_start_of_line>: In-class initialize, and add describing
10456 comment.
10457
3a0e45b2
AH
104582019-03-18 Alan Hayward <alan.hayward@arm.com>
10459
10460 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
10461 variable names.
10462 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
10463
5371b850
PA
104642019-03-18 Pedro Alves <palves@redhat.com>
10465 Eli Zaretskii <eliz@gnu.org>
10466
10467 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
10468 m_line and m_start_of_line.
10469
b17c4cd0
EZ
104702019-03-18 Eli Zaretskii <eliz@gnu.org>
10471
10472 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
10473 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
10474 it returns a newline. This fixes a regression in TU mode, whereby
10475 the next line is output on the same screen line as the user input.
10476
4bd56d18
TT
104772019-03-18 Tom Tromey <tromey@adacore.com>
10478
10479 * minsyms.c (minimal_symbol_reader::install): Remove call to
10480 obstack_blank.
10481
55c10aca
PA
104822019-03-18 Pedro Alves <palves@redhat.com>
10483
10484 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
10485 New globals.
10486 (apply_style): New, factored out from ...
10487 (apply_ansi_escape): ... this. Handle reverse video mode.
10488 (tui_set_reverse_mode): New function.
10489 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
10490 * tui/tui-winsource.c (tui_show_source_line): Use
10491 tui_set_reverse_mode instead of setting A_STANDOUT.
10492 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
10493 New setter methods.
10494
647bb750
HD
104952019-03-18 Hannes Domani <ssbssa@yahoo.de>
10496
10497 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
10498 Handle tabs.
10499
bff8c71f
TT
105002019-03-18 Tom Tromey <tromey@adacore.com>
10501
10502 * ada-lang.c (empty_array): Add "high" parameter.
10503 (ada_evaluate_subexp): Update.
10504
58785d98
ST
105052019-03-17 Sergei Trofimovich <siarheit@google.com>
10506
10507 * unittests/string_view-selftests.c: Define
10508 _initialize_string_view_selftests unconditionally.
10509
d4cbef22
ВМ
105102019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
10511
10512 PR gdb/24350
10513 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
10514
fce4c071
ВМ
105152019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
10516
10517 PR gdb/24351
10518 * windows-nat.c (display_selector): Fix format specifiers.
10519
f7f0a123
EZ
105202019-03-17 Eli Zaretskii <eliz@gnu.org>
10521
10522 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
10523 tui_refill_source_window instead of tui_refresh_win, to update the
10524 current execution line. This fixes redisplay of the current line
10525 when stepping through the code with "next" or "step".
10526
ab42892f
EZ
105272019-03-16 Eli Zaretskii <eliz@gnu.org>
10528
10529 * source-cache.c (source_cache::get_source_lines): Call
10530 find_source_lines to initialize s->nlines. This fixes vertical
10531 scrolling of TUI source window when the DOWN arrow is pressed.
10532
8d8c087f
PW
105332019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10534
10535 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
10536 linux-thread-db.c (_initialize_thread_db): Likewise.
10537
798e1c30
EZ
105382019-03-16 Eli Zaretskii <eliz@gnu.org>
10539
10540 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
10541 wclrtoeol in tui_show_source_line". This reverts changes made in
10542 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
10543
eefba3da
TT
105442019-03-15 Tom Tromey <tom@tromey.com>
10545
10546 * symtab.h (struct minimal_symbol): Derive from
10547 general_symbol_info.
10548 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
10549 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
10550 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
10551 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
10552 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
10553 (MSYMBOL_SEARCH_NAME): Update.
10554 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
10555 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
10556 * minsyms.c (minimal_symbol_reader::record_full): Update.
10557
0de2420c
TT
105582019-03-15 Tom Tromey <tom@tromey.com>
10559
10560 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
10561
042d75e4
TT
105622019-03-15 Tom Tromey <tom@tromey.com>
10563
10564 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
10565 unique_xmalloc_ptr.
10566 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
10567 Update.
10568 * minsyms.c (lookup_minimal_symbol_by_pc_section)
10569 (build_minimal_symbol_hash_tables)
10570 (minimal_symbol_reader::install): Update.
10571
db92718b
TT
105722019-03-15 Tom Tromey <tom@tromey.com>
10573
10574 * symtab.c (create_demangled_names_hash): Update.
10575 (symbol_set_names): Update.
10576 * objfiles.h (struct objfile_per_bfd_storage)
10577 <demangled_names_hash>: Now an htab_up.
10578 * objfiles.c (objfile_per_bfd_storage): Simplify.
10579
d6797f46
TT
105802019-03-15 Tom Tromey <tom@tromey.com>
10581
10582 * objfiles.h (struct objfile_per_bfd_storage): Declare
10583 destructor.
10584 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
10585 New.
10586 (get_objfile_bfd_data): Use new. Don't initialize
10587 language_of_main.
10588 (free_objfile_per_bfd_storage): Remove.
10589 (objfile_bfd_data_free, objfile::~objfile): Use delete.
10590
741d7538
TT
105912019-03-15 Tom Tromey <tom@tromey.com>
10592
10593 * symfile.c (reread_symbols): Update.
10594 * objfiles.c (objfile::objfile): Update.
10595 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
10596 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
10597 comment.
10598 (minimal_symbol_reader::install): Update.
10599 (terminate_minimal_symbol_table): Remove.
10600 * jit.c (jit_object_close_impl): Update.
10601
788c80d1
TT
106022019-03-15 Tom Tromey <tom@tromey.com>
10603
10604 * minsyms.c (minimal_symbol_reader::record_full): Remove some
10605 initializations.
10606
1b7a07cb
TT
106072019-03-15 Tom Tromey <tom@tromey.com>
10608
10609 * objfiles.h (struct objfile_per_bfd_storage)
10610 <demangled_hash_languages>: Now a bitset.
10611 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
10612 (lookup_minimal_symbol): Update.
10613
3db066bc
TT
106142019-03-15 Tom Tromey <tom@tromey.com>
10615
10616 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
10617 Don't return the symbol.
10618 * coffread.c (record_minimal_symbol): Use record_full.
10619
3fff2c37
EZ
106202019-03-14 Eli Zaretskii <eliz@gnu.org>
10621
10622 The MS-Windows port of ncurses fails to switch to a color pair if
10623 one or both of the colors are the implicit default colors. This
10624 change records the default colors when TUI is initialized, and
10625 then specifies them explicitly when a color pair uses the default
10626 colors. This allows color styling in TUI mode on MS-Windows.
10627
10628 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
10629 ncurses_norm_attr.
10630 (tui_initialize_io) [__MINGW32__]: Record the default terminal
10631 colors in ncurses_norm_attr.
10632 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
10633 "none", replace it with the default color recorded in
10634 ncurses_norm_attr.
10635
3b336828
TT
106362019-03-14 Tom Tromey <tromey@adacore.com>
10637
10638 * source-cache.h (class source_cache) <get_source_lines>: Return
10639 std::string.
10640 * source-cache.c (source_cache::extract_lines): Handle case where
10641 first_pos==npos. Return std::string.
10642 (source_cache::get_source_lines): Update.
10643
d085f989
TT
106442019-03-14 Tom Tromey <tromey@adacore.com>
10645
10646 * NEWS: Add item for "style sources" commands.
10647 * source-cache.c (source_cache::get_source_lines): Check
10648 source_styling.
10649 * cli/cli-style.c (source_styling): New global.
10650 (_initialize_cli_style): Add "style sources" commands.
10651 (show_style_sources): New function.
10652 * cli/cli-style.h (source_styling): Declare.
10653
6f11e682
TT
106542019-03-14 Pedro Alves <palves@redhat.com>
10655 Tom Tromey <tromey@adacore.com>
10656
10657 * tui/tui-winsource.h (tui_refill_source_window): Declare.
10658 * tui/tui-winsource.c (tui_refill_source_window): New function,
10659 from...
10660 (tui_horizontal_source_scroll): ... here. Move some logic.
10661 * cli/cli-style.c (set_style_enabled): Notify new observable.
10662 * tui/tui-hooks.c (tui_redisplay_source): New function.
10663 (tui_attach_detach_observers): Attach or detach
10664 tui_redisplay_source.
10665 * observable.h (source_styling_changed): New observable.
10666 * observable.c: Define source_styling_changed observable.
10667
a068643d
TT
106682019-03-13 Tom Tromey <tromey@adacore.com>
10669
10670 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
10671 (i386_gnu_nat_target::store_registers): Update.
10672 * target-debug.h (target_debug_print_std_string): New macro.
10673 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
10674 * windows-tdep.c (display_one_tib): Update.
10675 * tui/tui-stack.c (tui_make_status_line): Update.
10676 * top.c (print_inferior_quit_action): Update.
10677 * thread.c (thr_try_catch_cmd): Update.
10678 (add_thread_with_info): Update.
10679 (thread_target_id_str): Update.
10680 (thr_try_catch_cmd): Update.
10681 (thread_command): Update.
10682 (thread_find_command): Update.
10683 * record-btrace.c (record_btrace_target::info_record)
10684 (record_btrace_resume_thread, record_btrace_target::resume)
10685 (record_btrace_cancel_resume, record_btrace_step_thread)
10686 (record_btrace_target::wait, record_btrace_target::wait)
10687 (record_btrace_target::wait, record_btrace_target::stop): Update.
10688 * progspace.c (print_program_space): Update.
10689 * process-stratum-target.c
10690 (process_stratum_target::thread_address_space): Update.
10691 * linux-fork.c (linux_fork_mourn_inferior)
10692 (detach_checkpoint_command, info_checkpoints_command)
10693 (linux_fork_context): Update.
10694 (linux_fork_detach): Update.
10695 (class scoped_switch_fork_info): Update.
10696 (delete_checkpoint_command): Update.
10697 * infrun.c (follow_fork_inferior): Update.
10698 (follow_fork_inferior): Update.
10699 (proceed_after_vfork_done): Update.
10700 (handle_vfork_child_exec_or_exit): Update.
10701 (follow_exec): Update.
10702 (displaced_step_prepare_throw): Update.
10703 (displaced_step_restore): Update.
10704 (start_step_over): Update.
10705 (resume_1): Update.
10706 (clear_proceed_status_thread): Update.
10707 (proceed): Update.
10708 (print_target_wait_results): Update.
10709 (do_target_wait): Update.
10710 (context_switch): Update.
10711 (stop_all_threads): Update.
10712 (restart_threads): Update.
10713 (finish_step_over): Update.
10714 (handle_signal_stop): Update.
10715 (switch_back_to_stepped_thread): Update.
10716 (keep_going_pass_signal): Update.
10717 (print_exited_reason): Update.
10718 (normal_stop): Update.
10719 * inferior.c (inferior_pid_to_str): Change return type.
10720 (print_selected_inferior): Update.
10721 (add_inferior): Update.
10722 (detach_inferior): Update.
10723 * dummy-frame.c (fprint_dummy_frames): Update.
10724 * dcache.c (dcache_info_1): Update.
10725 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
10726 (btrace_fetch, btrace_clear): Update.
10727 * linux-tdep.c (linux_core_pid_to_str): Change return type.
10728 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
10729 type.
10730 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
10731 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
10732 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
10733 * gdbarch.c, gdbarch.h: Rebuild.
10734 * gdbarch.sh (core_pid_to_str): Change return type.
10735 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
10736 return type.
10737 (windows_nat_target::pid_to_str): Change return type.
10738 (windows_delete_thread): Update.
10739 (windows_nat_target::attach): Update.
10740 (windows_nat_target::files_info): Update.
10741 * target-delegates.c: Rebuild.
10742 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
10743 return type.
10744 (sol_thread_target::pid_to_str): Change return type.
10745 * remote.c (class remote_target) <pid_to_str>: Change return
10746 type.
10747 (remote_target::pid_to_str): Change return type.
10748 (extended_remote_target::attach, remote_target::remote_stop_ns)
10749 (remote_target::remote_notif_remove_queued_reply)
10750 (remote_target::push_stop_reply, remote_target::disable_btrace):
10751 Update.
10752 (extended_remote_target::attach): Update.
10753 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
10754 type.
10755 (gdbsim_target::pid_to_str): Change return type.
10756 * ravenscar-thread.c (struct ravenscar_thread_target)
10757 <pid_to_str>: Change return type.
10758 (ravenscar_thread_target::pid_to_str): Change return type.
10759 * procfs.c (class procfs_target) <pid_to_str>: Change return
10760 type.
10761 (procfs_target::pid_to_str): Change return type.
10762 (procfs_target::attach): Update.
10763 (procfs_target::detach): Update.
10764 (procfs_target::fetch_registers): Update.
10765 (procfs_target::store_registers): Update.
10766 (procfs_target::wait): Update.
10767 (procfs_target::files_info): Update.
10768 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
10769 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
10770 return type.
10771 (nto_procfs_target::pid_to_str): Change return type.
10772 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
10773 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
10774 return type.
10775 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
10776 (exit_lwp): Update.
10777 (attach_proc_task_lwp_callback, get_detach_signal)
10778 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
10779 (linux_nat_target::resume, wait_lwp, stop_callback)
10780 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
10781 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
10782 (linux_nat_wait_1, resume_stopped_resumed_lwps)
10783 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
10784 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
10785 type.
10786 (inf_ptrace_target::attach): Update.
10787 (inf_ptrace_target::files_info): Update.
10788 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
10789 type.
10790 (go32_nat_target::pid_to_str): Change return type.
10791 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
10792 (gnu_nat_target::wait): Update.
10793 (gnu_nat_target::wait): Update.
10794 (gnu_nat_target::resume): Update.
10795 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
10796 (fbsd_nat_target::wait): Update.
10797 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
10798 type.
10799 (darwin_nat_target::attach): Update.
10800 * corelow.c (class core_target) <pid_to_str>: Change return type.
10801 (core_target::pid_to_str): Change return type.
10802 * target.c (normal_pid_to_str): Change return type.
10803 (default_pid_to_str): Likewise.
10804 (target_pid_to_str): Change return type.
10805 (target_translate_tls_address): Update.
10806 (target_announce_detach): Update.
10807 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
10808 return type.
10809 (bsd_uthread_target::pid_to_str): Change return type.
10810 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
10811 type.
10812 (bsd_kvm_target::pid_to_str): Change return type.
10813 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
10814 return type.
10815 (aix_thread_target::pid_to_str): Change return type.
10816 * target.h (struct target_ops) <pid_to_str>: Change return type.
10817 (target_pid_to_str, normal_pid_to_str): Likewise.
10818 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
10819 type.
10820 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
10821 type.
10822 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
10823 return type.
10824 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
10825 type.
10826 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
10827 type.
10828 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
10829 return type.
10830
b4be1b06
SM
108312019-03-13 Simon Marchi <simon.marchi@ericsson.com>
10832
10833 * NEWS: Mention that the new default MI version is 3. Mention
10834 changes to the output of commands and events that deal with
10835 multi-location breakpoints.
10836 * breakpoint.c: Include "mi/mi-out.h".
10837 (print_one_breakpoint): Change output syntax if using MI version
10838 >= 3.
10839 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
10840 New.
10841 (mi_multi_location_breakpoint_output_fixed): New.
10842 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
10843 (mi_cmd_fix_multi_location_breakpoint_output): New.
10844 (mi_multi_location_breakpoint_output_fixed): New.
10845 * mi/mi-cmds.c (mi_cmds): Register command
10846 -fix-multi-location-breakpoint-output.
10847 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
10848 interpreter "mi".
10849
8e5e5494
SM
108502019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
10851
10852 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
10853 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
10854 instantiate mi_ui_out based on interpreter name.
10855 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
10856 * mi/mi-main.c (mi_load_progress): Likewise.
10857
197df35e
JB
108582019-03-12 John Baldwin <jhb@FreeBSD.org>
10859
10860 * NEWS: Combine separate "New targets" sections for 8.3.
10861
8399425f
JB
108622019-03-12 John Baldwin <jhb@FreeBSD.org>
10863
10864 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
10865 (ppcfbsd_init_abi): Install gdbarch
10866 "fetch_tls_load_module_address" and "get_thread_local_address"
10867 methods.
10868
b0f87ed0
JB
108692019-03-12 John Baldwin <jhb@FreeBSD.org>
10870
10871 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
10872 (riscv_fbsd_init_abi): Install gdbarch
10873 "fetch_tls_load_module_address" and "get_thread_local_address"
10874 methods.
10875
ce25aa57
JB
108762019-03-12 John Baldwin <jhb@FreeBSD.org>
10877
10878 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
10879 (i386fbsd_init_abi): Install gdbarch
10880 "fetch_tls_load_module_address" and "get_thread_local_address"
10881 methods.
10882
f5424cfa
JB
108832019-03-12 John Baldwin <jhb@FreeBSD.org>
10884
10885 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
10886 (amd64fbsd_init_abi): Install gdbarch
10887 "fetch_tls_load_module_address" and "get_thread_local_address"
10888 methods.
10889
945f3901
JB
108902019-03-12 John Baldwin <jhb@FreeBSD.org>
10891
10892 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
10893 (struct fbsd_pspace_data): New type.
10894 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
10895 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
10896 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
10897 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
10898 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
10899
ef0bd204
JB
109002019-03-12 John Baldwin <jhb@FreeBSD.org>
10901
10902 * gdbtypes.c (lookup_struct_elt): New function.
10903 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
10904 * gdbtypes.h (struct struct_elt): New type.
10905 (lookup_struct_elt): New prototype.
10906
36c53a02
JB
109072019-03-12 John Baldwin <jhb@FreeBSD.org>
10908
10909 * gdbtypes.c (lookup_struct_elt_type): Update comment and
10910 remove disabled code block.
10911
6e056c81
JB
109122019-03-12 John Baldwin <jhb@FreeBSD.org>
10913
10914 * gdbarch.sh (get_thread_local_address): New method.
10915 * gdbarch.h, gdbarch.c: Regenerate.
10916 * target.c (target_translate_tls_address): Use
10917 gdbarch_get_thread_local_address if present instead of
10918 target::get_thread_local_address.
10919
cd250a18
JB
109202019-03-12 John Baldwin <jhb@FreeBSD.org>
10921
10922 * target.h (target::get_thread_local_address): Update comment.
10923
df22c1e5
JB
109242019-03-12 John Baldwin <jhb@FreeBSD.org>
10925
10926 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
10927 objfile->separate_debug_objfile_backlink if not NULL.
10928
dd6876c9
JB
109292019-03-12 John Baldwin <jhb@FreeBSD.org>
10930
10931 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
10932 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
10933 (amd64bsd_store_inferior_registers): Likewise.
10934 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
10935 Enable segment base registers.
10936 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
10937 PT_GETFSBASE and PT_GETGSBASE.
10938 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
10939 PT_SETGSBASE.
10940 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
10941 segment base registers.
10942 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
10943
1163a4b7
JB
109442019-03-12 John Baldwin <jhb@FreeBSD.org>
10945
10946 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
10947 Update calls to i386_target_description to add 'segments'
10948 parameter.
10949 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
10950 add segment base registers.
10951 * arch/i386.c (i386_create_target_description): Add 'segments'
10952 parameter to enable segment base registers.
10953 * arch/i386.h (i386_create_target_description): Likewise.
10954 * features/i386/32bit-segments.xml: New file.
10955 * features/i386/32bit-segments.c: Generate.
10956 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
10957 call to i386_target_description to add 'segments' parameter.
10958 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
10959 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
10960 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
10961 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
10962 if feature is present.
10963 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
10964 Add 'segments' parameter to call to i386_target_description.
10965 (i386_target_description): Add 'segments' parameter to enable
10966 segment base registers.
10967 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
10968 to call to i386_target_description.
10969 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
10970 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
10971 Define I386_NUM_REGS.
10972 (i386_target_description): Add 'segments' parameter to enable
10973 segment base registers.
10974
3a350822
EZ
109752019-03-12 Eli Zaretskii <eliz@gnu.org>
10976
10977 PR/24325
10978 * source-cache.c: #undef open and close, to avoid unresolved
10979 externals during linking.
10980
ffdd69cf
TT
109812019-03-12 Tom Tromey <tromey@adacore.com>
10982
10983 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
10984 const. Add initializers.
10985 (_initialize_remote): Don't initialize ptid globals.
10986
ec148c57
PA
109872019-03-12 Pedro Alves <palves@redhat.com>
10988
10989 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
10990
32764270
PA
109912019-03-12 Pedro Alves <palves@redhat.com>
10992
10993 * cp-name-parser.y (main): Remove unused 'len' variable.
10994
17547186
TT
109952019-03-12 Tom Tromey <tromey@adacore.com>
10996
10997 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
10998 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
10999
d3a70e03
TT
110002019-03-12 Tom Tromey <tromey@adacore.com>
11001
11002 * linux-nat.c (iterate_over_lwps): Update.
11003 (stop_callback): Remove parameter.
11004 (stop_wait_callback, detach_callback, resume_set_callback)
11005 (select_singlestep_lwp_callback, set_ignore_sigint)
11006 (status_callback, resumed_callback, resume_clear_callback)
11007 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
11008 data parameter.
11009 (linux_nat_target::detach, linux_nat_target::resume)
11010 (linux_stop_and_wait_all_lwps, select_event_lwp)
11011 (linux_nat_filter_event, linux_nat_wait_1)
11012 (linux_nat_target::kill, linux_nat_target::stop)
11013 (linux_nat_target::stop): Update.
11014 (linux_nat_resume_callback): Change type.
11015 (resume_stopped_resumed_lwps, count_events_callback)
11016 (select_event_lwp_callback): Likewise.
11017 (linux_stop_lwp, linux_nat_stop_lwp): Update.
11018 * arm-linux-nat.c (struct update_registers_data): Remove.
11019 (update_registers_callback): Change type.
11020 (arm_linux_insert_hw_breakpoint1): Update.
11021 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
11022 parameter.
11023 (x86_linux_dr_set_addr): Update.
11024 (x86_linux_dr_set_control): Update.
11025 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
11026 (iterate_over_lwps): Use gdb::function_view.
11027 * nat/aarch64-linux-hw-point.c (struct
11028 aarch64_dr_update_callback_param): Remove.
11029 (debug_reg_change_callback): Change type.
11030 (aarch64_notify_debug_reg_change): Update.
11031 * s390-linux-nat.c (s390_refresh_per_info): Update.
11032
82cb27ff
TT
110332019-03-11 Tom Tromey <tromey@adacore.com>
11034
11035 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
11036 redundant assignment to "this_cu".
11037
568c0683
SM
110382019-03-08 Simon Marchi <simon.marchi@efficios.com>
11039
11040 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
11041
f09ce22d
SM
110422019-03-08 Simon Marchi <simon.marchi@efficios.com>
11043
11044 * gdbtypes.c (rank_one_type_parm_set): New function extracted
11045 from...
11046 (rank_one_type): ... this.
11047
595f96a9
SM
110482019-03-08 Simon Marchi <simon.marchi@efficios.com>
11049
11050 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
11051 from...
11052 (rank_one_type): ... this.
11053
2598a94b
SM
110542019-03-08 Simon Marchi <simon.marchi@efficios.com>
11055
11056 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
11057 from...
11058 (rank_one_type): ... this.
11059
7f17b20d
SM
110602019-03-08 Simon Marchi <simon.marchi@efficios.com>
11061
11062 * gdbtypes.c (rank_one_type_parm_float): New function extracted
11063 from...
11064 (rank_one_type): ... this.
11065
2c509035
SM
110662019-03-08 Simon Marchi <simon.marchi@efficios.com>
11067
11068 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
11069 from...
11070 (rank_one_type): ... this.
11071
0dd322dc
SM
110722019-03-08 Simon Marchi <simon.marchi@efficios.com>
11073
11074 * gdbtypes.c (rank_one_type_parm_range): New function extracted
11075 from...
11076 (rank_one_type): ... this.
11077
41ea4728
SM
110782019-03-08 Simon Marchi <simon.marchi@efficios.com>
11079
11080 * gdbtypes.c (rank_one_type_parm_char): New function extracted
11081 from...
11082 (rank_one_type): ... this.
11083
793cd1d2
SM
110842019-03-08 Simon Marchi <simon.marchi@efficios.com>
11085
11086 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
11087 from...
11088 (rank_one_type): ... this.
11089
34910087
SM
110902019-03-08 Simon Marchi <simon.marchi@efficios.com>
11091
11092 * gdbtypes.c (rank_one_type_parm_int): New function extracted
11093 from...
11094 (rank_one_type): ... this.
11095
f1f832d6
SM
110962019-03-08 Simon Marchi <simon.marchi@efficios.com>
11097
11098 * gdbtypes.c (rank_one_type_parm_func): New function extracted
11099 from...
11100 (rank_one_type): ... this.
11101
b9f4512f
SM
111022019-03-08 Simon Marchi <simon.marchi@efficios.com>
11103
11104 * gdbtypes.c (rank_one_type_parm_array): New function extracted
11105 from...
11106 (rank_one_type): ... this.
11107
9293fc63
SM
111082019-03-08 Simon Marchi <simon.marchi@efficios.com>
11109
11110 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
11111 from...
11112 (rank_one_type): ... this.
11113
e3abbe7e
PW
111142019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11115
11116 * inferior.c (initialize_inferiors): Ensure 'help set/show print
11117 inferior-events' shows the example events.
11118
e4adb939
EZ
111192019-03-08 Eli Zaretskii <eliz@gnu.org>
11120
11121 Support styling on native MS-Windows console
11122
11123 PR/24315
11124 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
11125 on MS-Windows if $TERM is not defined.
11126
11127 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
11128
11129 * posix-hdep.c (gdb_console_fputs):
11130 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
11131 functions.
11132 * ui-file.h (gdb_console_fputs): Add prototype.
11133
11134 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
11135 back to fputs only if the former returns zero.
11136
25629dfd
TT
111372019-03-07 Tom Tromey <tom@tromey.com>
11138
11139 * symmisc.c (print_symbol_bcache_statistics): Update.
11140 (print_objfile_statistics): Update.
11141 * symfile.c (allocate_symtab): Update.
11142 * stabsread.c: Don't include bcache.h.
11143 * psymtab.h (struct psymbol_bcache): Don't declare.
11144 (class psymtab_storage) <psymbol_cache>: Now a bcache.
11145 (psymbol_bcache_init, psymbol_bcache_free)
11146 (psymbol_bcache_get_bcache): Don't declare.
11147 * psymtab.c (struct psymbol_bcache): Remove.
11148 (psymtab_storage::psymtab_storage): Update.
11149 (psymtab_storage::~psymtab_storage): Update.
11150 (psymbol_bcache_init, psymbol_bcache_free)
11151 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
11152 (add_psymbol_to_bcache): Update.
11153 (allocate_psymtab): Update.
11154 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
11155 macro_cache>: No longer pointers.
11156 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
11157 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
11158 * macrotab.c (macro_bcache): Update.
11159 * macroexp.c: Don't include bcache.h.
11160 * gdbtypes.c (check_types_worklist): Update.
11161 (types_deeply_equal): Remove TRY/CATCH. Update.
11162 * elfread.c (elf_symtab_read): Update.
11163 * dwarf2read.c: Don't include bcache.h.
11164 * buildsym.c (buildsym_compunit::get_macro_table): Update.
11165 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
11166 (print_bcache_statistics, bcache_memory_used): Don't declare.
11167 (struct bcache): Move from bcache.c. Add constructor, destructor,
11168 methods. Rename all data members.
11169 * bcache.c (struct bcache): Move to bcache.h.
11170 (bcache::expand_hash_table): Rename from expand_hash_table.
11171 (bcache): Remove.
11172 (bcache::insert): Rename from bcache_full.
11173 (bcache::compare): Rename from bcache_compare.
11174 (bcache_xmalloc): Remove.
11175 (bcache::~bcache): Rename from bcache_xfree.
11176 (bcache::print_statistics): Rename from print_bcache_statistics.
11177 (bcache::memory_used): Rename from bcache_memory_used.
11178
fe726667
PA
111792019-03-07 Pedro Alves <palves@redhat.com>
11180
11181 * infrun.c (normal_stop): Also check for
11182 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
11183
7584bb30
AB
111842019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
11185
11186 * f-lang.c (value_from_host_double): Moved to...
11187 * value.c (value_from_host_double): ...here.
11188 * value.h (value_from_host_double): Declare.
11189 * guile/scm-math.c (vlscm_convert_typed_number): Use
11190 value_from_host_double.
11191 (vlscm_convert_number): Likewise.
11192 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
11193 * python/py-value.c (convert_value_from_python): Likewise.
11194
a7b1986e
TT
111952019-03-06 Tom Tromey <tom@tromey.com>
11196
11197 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
11198
0ccf4211
TT
111992019-03-06 Tom Tromey <tom@tromey.com>
11200
11201 * utils.h (free_current_contents): Don't declare.
11202 * utils.c (free_current_contents): Remove.
11203
fe7b42e5
TT
112042019-03-06 Tom Tromey <tom@tromey.com>
11205
11206 * top.c (quit_force): Update.
11207 * main.c (captured_command_loop): Update.
11208 * common/new-op.c (operator new): Update.
11209 * common/common-exceptions.c (struct catcher)
11210 <save_cleanup_chain>: Remove member.
11211 (exceptions_state_mc_init): Update.
11212 (exception_try_scope_entry): Return nullptr.
11213 (exception_try_scope_exit, exception_rethrow)
11214 (throw_exception_sjlj, throw_exception_cxx): Update.
11215 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
11216 (all_cleanups, do_cleanups, discard_cleanups)
11217 (discard_final_cleanups, save_cleanups, save_final_cleanups)
11218 (restore_cleanups, restore_final_cleanups): Don't declare.
11219 (do_final_cleanups): Remove parameter.
11220 * common/cleanups.c (cleanup_chain, make_cleanup)
11221 (make_cleanup_dtor, all_cleanups, do_cleanups)
11222 (discard_my_cleanups, discard_cleanups)
11223 (discard_final_cleanups, save_my_cleanups, save_cleanups)
11224 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
11225 (null_cleanup): Remove.
11226 (do_final_cleanups): Remove parameter.
11227
c6321f19
TT
112282019-03-06 Tom Tromey <tom@tromey.com>
11229
11230 * remote.c (remote_target::remote_parse_stop_reply): Use
11231 unique_xmalloc_ptr.
11232
61b30099
TT
112332019-03-06 Tom Tromey <tom@tromey.com>
11234
11235 * stabsread.c (struct stabs_field_info): Rename from field_info.
11236 <list, fnlist>: Add initializers.
11237 <obstack>: New member.
11238 (read_member_functions, read_struct_fields, read_baseclasses):
11239 Allocate on obstack. Don't use cleanups.
11240 (read_one_struct_field, read_member_functions, read_struct_fields)
11241 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
11242 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
11243 (read_struct_type): Update.
11244
6cceac94
TT
112452019-03-06 Tom Tromey <tom@tromey.com>
11246
11247 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
11248 * common/filestuff.h (make_cleanup_close): Don't declare.
11249 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
11250 Remove.
11251
72412762
TT
112522019-03-06 Tom Tromey <tom@tromey.com>
11253
11254 * solib-aix.c: Use make_scope_exit.
11255
2b6ff1c0
TT
112562019-03-06 Tom Tromey <tom@tromey.com>
11257
11258 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
11259 Use make_scope_exit.
11260
d01c5877
TT
112612019-03-06 Tom Tromey <tom@tromey.com>
11262
11263 * solib-svr4.c (disable_probes_interface): Remove parameter.
11264 (svr4_handle_solib_event): Use make_scope_exit.
11265
32603266
TT
112662019-03-06 Tom Tromey <tom@tromey.com>
11267
11268 * remote.c (struct stop_reply_deleter): Remove.
11269 (stop_reply_up): Update.
11270 (struct stop_reply): Derive from notif_event. Don't typedef.
11271 <regcache>: Now a std::vector.
11272 (stop_reply_xfree): Remove.
11273 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
11274 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
11275 (remote_target::discard_pending_stop_replies): Use delete.
11276 (remote_target::remote_parse_stop_reply): Update.
11277 (remote_target::process_stop_reply): Update.
11278 * remote-notif.h (struct notif_event): Add virtual destructor.
11279 Remove "dtr" member.
11280 (struct notif_client) <alloc_event>: Return a unique_ptr.
11281 (notif_event_xfree): Don't declare.
11282 (notif_event_up): New typedef.
11283 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
11284 (notif_event_xfree, do_notif_event_xfree): Remove.
11285 (remote_notif_state_xfree): Update.
11286
9799571e
TT
112872019-03-06 Tom Tromey <tom@tromey.com>
11288
11289 * infrun.c (displaced_step_clear_cleanup): Now a
11290 forward_scope_exit type.
11291 (displaced_step_prepare_throw): Update.
11292 (displaced_step_fixup): Update.
11293
09e3c4ca
TT
112942019-03-06 Tom Tromey <tom@tromey.com>
11295
11296 * inferior.h (class inferior): Update comment.
11297 * gdbthread.h (class thread_info): Update comment.
11298
e2a03548
TT
112992019-03-06 Joel Brobecker <brobecker@adacore.com>
11300 Tom Tromey <tom@tromey.com>
11301
11302 * stabsread.h (struct stab_section_list): Remove.
11303 (coffstab_build_psymtabs): Update.
11304 * dbxread.c (symbuf_sections): Now a std::vector.
11305 (sect_idx): New global.
11306 (fill_symbuf): Update.
11307 (coffstab_build_psymtabs): Change type of stabsects parameter.
11308 Update.
11309 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
11310 std::vector.
11311 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
11312 (coff_locate_sections): Update.
11313 (coff_symfile_read): Remove cleanups. Update.
11314 (init_stringtab): Add storage parameter.
11315 (free_stringtab, free_stringtab_cleanup): Remove.
11316 (init_lineno): Add storage parameter.
11317 (free_linetab, free_linetab_cleanup): Remove.
11318
b7e60d85
PA
113192019-03-06 Pedro Alves <palves@redhat.com>
11320
11321 * linux-fork.c (fork_info::clobber_regs): Delete.
11322 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
11323 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
11324 comment. Adjust.
11325 (scoped_switch_fork_info::scoped_switch_fork_info)
11326 (checkpoint_command, linux_fork_context): Adjust
11327 fork_save_infrun_state calls.
11328
e52c971f
PA
113292019-03-06 Pedro Alves <palves@redhat.com>
11330
11331 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
11332 (inf_has_multiple_threads): Return 'bool' and rewrite using
11333 inferior_info::threads().
11334
06974e6c
PA
113352019-03-06 Pedro Alves <palves@redhat.com>
11336
11337 * linux-fork.c: Include <list>.
11338 (fork_list): Now a std::list instance.
11339 (fork_info): Add ctor, dtor, and in-class initialize all fields.
11340 (forks_exist_p, find_last_fork): Adjust.
11341 (new_fork): Delete.
11342 (one_fork_p): New.
11343 (add_fork): Adjust.
11344 (free_fork): Delete, folded into fork_info::~fork_info().
11345 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
11346 Adjust.
11347 (init_fork_list): Delete.
11348 (linux_fork_killall, linux_fork_mourn_inferior)
11349 (linux_fork_detach, info_checkpoints_command): Adjust.
11350 (_initialize_linux_fork): No longer call init_fork_list.
11351
72f31aea
PA
113522019-03-06 Pedro Alves <palves@redhat.com>
11353
11354 * linux-fork.c (new_fork): New, split out of ...
11355 (add_fork): ... this. Return void. Move "first fork" special
11356 case from here, to ...
11357 (checkpoint_command): ... here.
11358 * linux-linux.h (add_fork): Return void.
11359
efbecbc1
AB
113602019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11361
11362 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
11363
0841c79a
AB
113642019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11365 Chris January <chris.january@arm.com>
11366 David Lecomber <david.lecomber@arm.com>
11367
11368 * f-exp.y: New token, UNOP_INTRINSIC.
11369 (exp): New pattern using UNOP_INTRINSIC token.
11370 (f77_keywords): Add 'abs' keyword.
11371 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
11372 (value_from_host_double): New function.
11373 (evaluate_subexp_f): Support UNOP_ABS.
11374
4a270568
AB
113752019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11376
11377 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
11378 types.
11379
067630bd
AB
113802019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11381
11382 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
11383 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
11384 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
11385
3be47f7a
AB
113862019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11387
11388 * f-exp.y (convert_to_kind_type): Handle more type kinds.
11389
4d00f5d8
AB
113902019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11391 Chris January <chris.january@arm.com>
11392
11393 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
11394 * f-exp.y: Define 'KIND' token.
11395 (exp): New pattern for KIND expressions.
11396 (ptype): Handle types with a kind extension.
11397 (direct_abs_decl): Extend to spot kind extensions.
11398 (f77_keywords): Add 'kind' to the list.
11399 (push_kind_type): New function.
11400 (convert_to_kind_type): New function.
11401 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
11402 * parse.c (operator_length_standard): Likewise.
11403 * parser-defs.h (enum type_pieces): Add tp_kind.
11404 * std-operator.def: Add UNOP_KIND.
11405
e454224f
AB
114062019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11407
11408 * f-exp.y (f_parse): Set yydebug.
11409
9dad4a58
AB
114102019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11411
11412 * f-lang.c (evaluate_subexp_f): New function.
11413 (exp_descriptor_f): New global.
11414 (f_language_defn): Use exp_descriptor_f instead of
11415 exp_descriptor_standard.
11416
c8f91604
AB
114172019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11418
11419 * f-exp.y (struct token): Add comments.
11420 (dot_ops): Remove uppercase versions and the end marker.
11421 (f77_keywords): Likewise.
11422 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
11423 entries in the dot_ops array are case insensitive, and use
11424 strncasecmp to compare strings. Also some whitespace cleanup in
11425 this area. Similar for the f77_keywords array, except entries in
11426 this list might be case sensitive.
11427
dd9f2c76
AB
114282019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11429
11430 * f-exp.y (struct f77_boolean_val): Add comments.
11431 (boolean_values): Remove uppercase versions, and end marker.
11432 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
11433 and use strncasecmp to achieve case insensitivity. Additionally,
11434 perform whitespace cleanup around this code.
11435
67a3048c
TT
114362019-03-06 Tom Tromey <tromey@adacore.com>
11437
11438 * remote-sim.c (gdbsim_target_open): Use result of
11439 gdb_argv::release.
11440
aa3cfbda
RB
114412019-03-06 Richard Bunt <richard.bunt@arm.com>
11442 Dirk Schubert <dirk.schubert@arm.com>
11443 Chris January <chris.january@arm.com>
11444
11445 * eval.c (evaluate_subexp_standard): Call Fortran argument
11446 wrapping logic.
11447 * f-lang.c (struct value): A value which can be passed into a
11448 Fortran function call.
11449 (fortran_argument_convert): Wrap Fortran arguments in a pointer
11450 where appropriate.
11451 (struct type): Value ready for a Fortran function call.
11452 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
11453 is needed.
11454 * f-lang.h (fortran_argument_convert): Declaration.
11455 (fortran_preserve_arg_pointer): Declaration.
11456 * infcall.c (value_arg_coerce): Call Fortran argument logic.
11457
ea38e5df
TT
114582019-03-05 Tom Tromey <tromey@adacore.com>
11459
11460 * python/py-prettyprint.c (print_string_repr): Remove #if.
11461 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
11462
06b5b831
TT
114632019-03-05 Tom Tromey <tromey@adacore.com>
11464
11465 * target.c (the_dummy_target): Move later. Change type to
11466 "dummy_target".
11467 (initialize_targets): Don't initialize the_dummy_target.
11468
edbd9e45
TT
114692019-03-05 Tom Tromey <tromey@adacore.com>
11470
11471 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
11472 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
11473
c119e040
TT
114742019-03-05 Tom Tromey <tromey@adacore.com>
11475
11476 * windows-nat.c (windows_nat_target::attach)
11477 (windows_nat_target::detach): Don't call gdb_flush.
11478 * valprint.c (generic_val_print, val_print, val_print_string):
11479 Don't call gdb_flush.
11480 * utils.c (defaulted_query): Don't call gdb_flush.
11481 * typeprint.c (print_type_scalar): Don't call gdb_flush.
11482 * target.c (target_announce_detach): Don't call gdb_flush.
11483 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
11484 * remote.c (extended_remote_target::attach): Don't call
11485 gdb_flush.
11486 * procfs.c (procfs_target::detach): Don't call gdb_flush.
11487 * printcmd.c (do_examine): Don't call gdb_flush.
11488 (info_display_command): Don't call gdb_flush.
11489 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
11490 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
11491 * memattr.c (info_mem_command): Don't call gdb_flush.
11492 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
11493 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
11494 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
11495 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
11496 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
11497 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
11498 (gnu_nat_target::detach): Don't call gdb_flush.
11499 * f-valprint.c (f_val_print): Don't call gdb_flush.
11500 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
11501 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
11502 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
11503 gdb_flush.
11504 * c-valprint.c (c_val_print): Don't call gdb_flush.
11505 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
11506
895dafa6
TT
115072019-03-05 Tom Tromey <tromey@adacore.com>
11508
11509 * varobj.c (update_dynamic_varobj_children): Update.
11510 (install_default_visualizer): Use reset, not release.
11511 * value.c (set_internalvar): Update.
11512 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
11513 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
11514 ATTRIBUTE_UNUSED_RESULT.
11515
88a774b9
TT
115162019-03-05 Tom Tromey <tromey@adacore.com>
11517
11518 * remote.c (class scoped_remote_fd) <release>: Add
11519 ATTRIBUTE_UNUSED_RESULT.
11520
4e4a8b93
TT
115212019-03-05 Tom Tromey <tromey@adacore.com>
11522
11523 * macroexp.c (struct macro_buffer) <release>: Add
11524 ATTRIBUTE_UNUSED_RESULT.
11525
083eef1f
TT
115262019-03-05 Tom Tromey <tromey@adacore.com>
11527
11528 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
11529 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
11530 ATTRIBUTE_UNUSED_RESULT.
11531
3cabd438
TT
115322019-03-05 Tom Tromey <tromey@adacore.com>
11533
11534 * common/scoped_fd.h (class scoped_fd) <release>: Add
11535 ATTRIBUTE_UNUSED_RESULT.
11536
41e3300a
TT
115372019-03-05 Tom Tromey <tromey@adacore.com>
11538
11539 * parser-defs.h (struct parser_state) <release>: Add
11540 ATTRIBUTE_UNUSED_RESULT.
11541
18cb7c9f
TT
115422019-03-05 Tom Tromey <tromey@adacore.com>
11543
11544 * utils.h (class gdb_argv) <release>: Add
11545 ATTRIBUTE_UNUSED_RESULT.
11546 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
11547
41fa577f
EZ
115482019-03-02 Eli Zaretskii <eliz@gnu.org>
11549
a6a4b2c6
EZ
11550 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
11551 for-loop range, to avoid compiler warnings.
11552
11553 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
11554 avoid compiler warnings about unused variables.
11555
742a7df5
EZ
11556 * NEWS: Mention end of support for native debugging on MS-Windows
11557 before XP.
11558
41fa577f
EZ
11559 PR gdb/24292
11560 * common/netstuff.c:
11561 * gdbserver/gdbreplay.c
11562 * gdbserver/remote-utils.c:
11563 * ser-tcp.c:
11564 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
11565 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
11566 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
11567 'getaddrinfo' and 'freeaddrinfo' were not available before
11568 Windows XP, and mingw.org's MinGW headers by default define
11569 _WIN32_WINNT to 0x500.
11570
827f438f
GB
115712019-03-01 Gary Benson <gbenson@redhat.com>
11572
11573 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
11574
92137da0
RO
115752019-02-28 Brian Vandenberg <phantall@gmail.com>
11576 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11577
11578 PR gdb/8527
11579 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
11580 set_sigint_trap, clear_sigint_trap.
11581
799efbe8
PW
115822019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11583
11584 * target.c (target_detach): Clear the regcache and the
11585 frame cache.
11586
8ed25214
PA
115872019-02-27 Pedro Alves <palves@redhat.com>
11588
11589 * utils.c (set_screen_size): When we cap the height/width sizes,
11590 tweak the corresponding command variable to show "unlimited":
11591
23031e31
SJ
115922019-02-27 Saagar Jha <saagar@saagarjha.com>
11593 Pedro Alves <palves@redhat.com>
11594
11595 * utils.c (set_screen_size): Reduce "infinite" rows and columns
11596 before calling rl_set_screen_size.
11597
6c28e44a
TT
115982019-02-27 Tom Tromey <tromey@adacore.com>
11599
11600 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
11601 define.
11602 * python/py-value.c: Remove Python 2.4 workaround.
11603 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
11604 workaround.
11605 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
11606 Python 2.4 workaround.
11607 * python/python-internal.h: Remove Python 2.4 comment.
11608 (Py_ssize_t): Don't define.
11609 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
11610 (gdb_Py_DECREF): Remove Python 2.4 workaround.
11611 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
11612 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
11613 * python/python.c (do_start_initialization): Remove Python 2.4
11614 workaround.
11615 * python/py-prettyprint.c (class dummy_python_frame): Remove.
11616 (print_children): Remove Python 2.4 workaround.
11617 * python/py-inferior.c (buffer_procs): Remove Python 2.4
11618 workaround.
11619 (CHARBUFFERPROC_NAME): Remove.
11620 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
11621 Python 2.4 workaround.
11622
2c3fc25d 116232019-02-27 Kevin Buettner <kevinb@redhat.com>
799efbe8 11624
2c3fc25d
KB
11625 * NEWS: Note minimum Python version.
11626
6ca62222
KB
116272019-02-27 Kevin Buettner <kevinb@redhat.com>
11628
11629 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
11630 code from these functions. Remove corresponding ifdefs. Use
11631 Py_buffer_up instead of explicit calls to PyBuffer_Release.
11632 Remove gotos and target of gotos.
11633 (infpy_search_memory): Likewise.
11634
f4bc7d2c
AB
116352019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11636
11637 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
11638 (hppa_gdbarch_init): Don't register deleted functions with
11639 gdbarch.
11640
9734a586
AB
116412019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11642
11643 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
11644 (h8300_unwind_sp): Delete.
11645 (h8300_dummy_id): Delete.
11646 (h8300_gdbarch_init): Don't register deleted functions with
11647 gdbarch.
11648
68b867f3
AB
116492019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11650
11651 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
11652 (ft32_unwind_pc): Delete.
11653 (ft32_unwind_sp): Delete.
11654 (ft32_gdbarch_init): Don't register deleted functions with
11655 gdbarch.
11656
2fbe7ad0
AB
116572019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11658
11659 * gdb/frv-tdep.c (frv_dummy_id): Delete.
11660 (frv_unwind_pc): Delete.
11661 (frv_unwind_sp): Delete.
11662 (frv_gdbarch_init): Don't register deleted functions with
11663 gdbarch.
11664
76055cbe
AB
116652019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11666
11667 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
11668 (riscv_unwind_pc): Delete.
11669 (riscv_unwind_sp): Delete.
11670 (riscv_gdbarch_init): Don't register deleted functions with
11671 gdbarch.
11672
4133e5a1
AB
116732019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11674
11675 * gdb/csky-tdep.c (csky_dummy_id): Delete.
11676 (csky_unwind_pc): Delete.
11677 (csky_unwind_sp): Delete.
11678 (csky_gdbarch_init): Don't register deleted functions with
11679 gdbarch.
11680
8010f576
AB
116812019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11682
11683 * gdb/cris-tdep.c (cris_dummy_id): Delete.
11684 (cris_unwind_pc): Delete.
11685 (cris_unwind_sp): Delete.
11686 (cris_gdbarch_init): Don't register deleted functions with
11687 gdbarch.
11688
b56bf084
AB
116892019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11690
11691 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
11692 (bfin_unwind_pc): Delete.
11693 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
11694
a19a650f
AB
116952019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11696
11697 * gdb/arm-tdep.c (arm_dummy_id): Delete.
11698 (arm_unwind_pc): Delete.
11699 (arm_unwind_sp): Delete.
11700 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
11701
f8278c3c
AB
117022019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11703
11704 * gdb/arc-tdep.c (arc_dummy_id): Delete.
11705 (arc_unwind_pc): Delete.
11706 (arc_unwind_sp): Delete.
11707 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
11708
480e46cf
AB
117092019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11710
11711 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
11712 (alpha_unwind_pc): Delete.
11713 (alpha_gdbarch_init): Don't register deleted functions with
11714 gdbarch.
11715
7a995095
AB
117162019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11717
11718 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
11719 (aarch64_unwind_pc): Delete.
11720 (aarch64_unwind_sp): Delete.
11721 (aarch64_gdbarch_init): Don't register deleted functions with
11722 gdbarch.
11723
bf9a735e
AB
117242019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11725
11726 * gdbtypes.c (type_align): Don't consider static members when
11727 computing structure alignment.
11728
5561fc30
AB
117292019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11730
11731 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
11732 return 0 for other types.
11733 * arch-utils.c (default_type_align): Always return 0.
11734 * gdbarch.h: Regenerate.
11735 * gdbarch.sh (type_align): Extend comment.
11736 * gdbtypes.c (type_align): Add additional comments, always call
11737 gdbarch_type_align before applying the default rules.
11738 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
11739 generic code will then apply a suitable default.
11740 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
11741 types, return 0 for other types.
11742
9335e75a
JB
117432019-02-27 Joel Brobecker <brobecker@adacore.com>
11744
11745 * NEWS: Create a new section for the next release branch.
11746 Rename the section of the current branch, now that it has
11747 been cut.
11748
3d34d8de
JB
117492019-02-27 Joel Brobecker <brobecker@adacore.com>
11750
11751 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
11752 * version.in: Bump version to 8.3.50.DATE-git.
11753
143420fb
SM
117542019-02-26 Simon Marchi <simon.marchi@efficios.com>
11755
11756 * aix-thread.c (ptid_cmp): Remove unused variable.
11757 (get_signaled_thread): Likewise.
11758 (store_regs_user_thread): Likewise.
11759 (store_regs_kernel_thread): Likewise.
11760 (fetch_regs_kernel_thread): Remove shadowed variable.
11761
172fb711
AB
117622019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
11763
11764 * features/riscv/32bit-cpu.xml: Add register numbers.
11765 * features/riscv/32bit-fpu.c: Regenerate.
11766 * features/riscv/32bit-fpu.xml: Add register numbers.
11767 * features/riscv/64bit-cpu.xml: Add register numbers.
11768 * features/riscv/64bit-fpu.c: Regenerate.
11769 * features/riscv/64bit-fpu.xml: Add register numbers.
11770
26c89782
KB
117712019-02-26 Kevin Buettner <kevinb@redhat.com>
11772
af54ade9 11773 * NEWS: Mention two argument form of gdb.Value constructor.
fe07eca5
KB
11774 * python/py-value.c (convert_buffer_and_type_to_value): New
11775 function.
11776 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
11777 Add support for handling an optional second argument. Call
11778 convert_buffer_and_type_to_value as appropriate.
26c89782
KB
11779 * python/python-internal.h (Py_buffer_deleter): New struct.
11780 (Py_buffer_up): New typedef.
11781
0f58c9e8
JB
117822019-02-25 John Baldwin <jhb@FreeBSD.org>
11783
11784 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
11785 instead of releasing ownership.
11786
0a0f4c01
JR
117872019-02-25 Jordan Rupprecht <rupprecht@google.com>
11788
11789 * dwarf2read.c (open_and_init_dwp_file): Call
11790 elf_numsections instead of bfd_count_sections to initialize
11791 dwp_file->num_sections.
11792
cd5a152c
TT
117932019-02-25 Tom Tromey <tromey@adacore.com>
11794
11795 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
11796
8a6a8513
SDJ
117972019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
11798
11799 * gcore.in: Add '--readnever' option when invoking GDB.
11800
04dcda9c
SM
118012019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
11802
11803 * MAINTAINERS: Update my email address.
11804
07bc701d
SM
118052019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
11806
11807 * build-id.c (build_id_to_debug_bfd_1): New function.
11808 (build_id_to_debug_bfd): Look for separate debug file in
11809 sysroot.
11810
c6f4a5d0
AB
118112019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
11812
11813 * gdbarch.sh: Update the copyright year range that is placed into
11814 generated files.
11815
9600246d
KS
118162019-02-22 Keith Seitz <keiths@redhat.com>
11817
11818 PR symtab/23853
11819 * linespec.c (create_sals_line_offset): Search for the default
11820 symtab's filename instead of its fullname.
11821
7557a514
AH
118222019-02-21 Alan Hayward <alan.hayward@arm.com>
11823
11824 * NEWS: Update style defaults.
11825
ee2bcb0c
AH
118262019-02-21 Alan Hayward <alan.hayward@arm.com>
11827
11828 * main.c (captured_main_1): Disable styling in batch mode.
11829
0c95f9ed
TT
118302019-02-20 Tom Tromey <tom@tromey.com>
11831
11832 * symtab.c (symtab_symbol_info): Fix typos.
11833
c763b894
TT
118342019-02-20 Tom Tromey <tromey@adacore.com>
11835
11836 * findcmd.c (_initialize_mem_search): Use upper case for
11837 metasyntactic variables.
11838
0ef8a082
AH
118392019-02-20 Alan Hayward <alan.hayward@arm.com>
11840
11841 * aarch64-tdep.c (aarch64_add_reggroups): New function.
11842 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
11843
6caa91b6
SM
118442019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
11845
11846 * top.h (source_file_name): Change to std::string.
11847 * top.c (source_file_name): Likewise.
11848 (command_line_input): Adjust.
11849 * cli/cli-script.c (script_from_file): Adjust.
11850
98814c6c
TT
118512019-02-19 Tom Tromey <tromey@adacore.com>
11852
11853 * ravenscar-thread.c
11854 (ravenscar_thread_target::update_thread_list): Don't call
11855 ada_build_task_list.
11856 * ada-lang.h (ada_build_task_list): Don't declare.
11857 * ada-tasks.c (struct ada_tasks_inferior_data)
11858 <task_list_valid_p>: Now bool.
11859 (read_known_tasks, ada_task_list_changed)
11860 (ada_tasks_invalidate_inferior_data): Update.
11861 (read_known_tasks_array): Return bool.
11862 (read_known_tasks_list): Likewise.
11863 (read_known_tasks): Return void.
11864 (ada_build_task_list): Now static.
11865
70cd633e
AB
118662019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
11867
11868 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
11869 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
11870
040b3e95
PW
118712019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11872
11873 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
11874 variant for ada_tasks_pspace_data_handle and
11875 ada_tasks_inferior_data_handle.
11876 (ada_tasks_pspace_data_cleanup): New function.
11877 (ada_tasks_inferior_data_cleanup): New function.
11878
9409233b
TT
118792019-02-17 Tom Tromey <tom@tromey.com>
11880
11881 * macrotab.h (macro_source_fullname): Return a std::string.
11882 * macrotab.c (macro_include, check_for_redefinition)
11883 (macro_undef, macro_lookup_definition, foreach_macro)
11884 (foreach_macro_in_scope): Update.
11885 (macro_source_fullname): Return a std::string.
11886 * macrocmd.c (show_pp_source_pos): Update.
11887
6506371f
TT
118882019-02-17 Tom Tromey <tom@tromey.com>
11889
11890 * macrocmd.c (show_pp_source_pos): Style the file names.
11891
0c820d67
TT
118922019-02-17 Tom Tromey <tom@tromey.com>
11893
11894 PR tui/24197:
11895 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
11896
a0087920
TT
118972019-02-17 Tom Tromey <tom@tromey.com>
11898
11899 * ada-lang.c (user_select_syms): Use filtered printing.
11900 * utils.c (wrap_style): New global.
11901 (desired_style): Remove.
11902 (emit_style_escape): Add stream parameter.
11903 (set_output_style, reset_terminal_style, prompt_for_continue):
11904 Update.
11905 (flush_wrap_buffer): Only flush gdb_stdout.
11906 (wrap_here): Set wrap_style.
11907 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
11908 treat escape sequences as a character. Change when wrap buffer is
11909 flushed.
11910 (fputs_styled): Do not set the output style when the default is
11911 requested.
11912 * ui-style.h (struct ui_file_style) <is_default>: New method.
11913 * source.c (print_source_lines_base): Emit escape sequences in one
11914 piece.
11915
75ba10dc
JB
119162019-02-17 Joel Brobecker <brobecker@adacore.com>
11917
11918 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
11919 integers and enumeration types.
11920
a2cd4f14
JB
119212019-02-17 Joel Brobecker <brobecker@adacore.com>
11922
11923 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
11924 instead of lookup_symbol_in_language
11925 (do_exact_match): New function.
11926 (ada_get_symbol_name_matcher): Return do_exact_match when
11927 doing a verbatim match.
11928
485b851b
TT
119292019-02-15 Tom Tromey <tromey@adacore.com>
11930
11931 * ravenscar-thread.c (ravenscar_thread_target::resume)
11932 (ravenscar_thread_target::wait): Special case wildcard requests.
11933
0b790b1e
TT
119342019-02-15 Tom Tromey <tromey@adacore.com>
11935
11936 * ravenscar-thread.c (base_ptid): Remove.
11937 (struct ravenscar_thread_target) <close>: New method.
11938 <m_base_ptid>: New member.
11939 <update_inferior_ptid, active_task, task_is_currently_active,
11940 runtime_initialized>: Declare methods.
11941 <ravenscar_thread_target>: Add constructor.
11942 (ravenscar_thread_target::task_is_currently_active)
11943 (ravenscar_thread_target::update_inferior_ptid)
11944 (ravenscar_runtime_initialized): Rename. Now methods.
11945 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
11946 (ravenscar_thread_target::update_thread_list): Update.
11947 (ravenscar_thread_target::active_task): Now method.
11948 (ravenscar_thread_target::store_registers)
11949 (ravenscar_thread_target::prepare_to_store)
11950 (ravenscar_thread_target::prepare_to_store)
11951 (ravenscar_thread_target::mourn_inferior): Update.
11952 (ravenscar_inferior_created): Use "new" to create target.
11953 (ravenscar_thread_target::get_ada_task_ptid): Update.
11954 (_initialize_ravenscar): Don't initialize base_ptid.
11955 (ravenscar_ops): Remove global.
11956
dea57a62
TT
119572019-02-15 Tom Tromey <tromey@adacore.com>
11958
11959 * target.h (push_target): Declare new overload.
11960 * target.c (push_target): New overload, taking an rvalue reference.
11961 * remote.c (remote_target::open_1): Use push_target overload.
11962 * corelow.c (core_target_open): Use push_target overload.
11963
989f3c58
TT
119642019-02-15 Tom Tromey <tromey@adacore.com>
11965
11966 * ravenscar-thread.c (is_ravenscar_task)
11967 (ravenscar_task_is_currently_active): Return bool.
11968 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
11969 (_initialize_ravenscar): Remove "(void)".
11970 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
11971 Return bool.
11972
6cbcc006
TT
119732019-02-15 Tom Tromey <tromey@adacore.com>
11974
11975 * ravenscar-thread.c (ravenscar_runtime_initializer)
11976 (has_ravenscar_runtime, get_running_thread_id)
11977 (ravenscar_thread_target::resume): Fix indentation.
11978
7657f14d
TT
119792019-02-15 Tom Tromey <tromey@adacore.com>
11980
11981 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
11982 from ravenscar_arch_ops.
11983 (sparc_ravenscar_ops::fetch_registers)
11984 (sparc_ravenscar_ops::store_registers): Now methods.
11985 (sparc_ravenscar_prepare_to_store): Remove.
11986 (sparc_ravenscar_ops): Redefine.
11987 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
11988 methods and destructor. Remove members.
11989 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
11990 (ravenscar_thread_target::store_registers)
11991 (ravenscar_thread_target::prepare_to_store): Update.
11992 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
11993 Remove.
11994 (struct ppc_ravenscar_powerpc_ops): Derive from
11995 ravenscar_arch_ops.
11996 (ppc_ravenscar_powerpc_ops::fetch_registers)
11997 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
11998 (ppc_ravenscar_powerpc_ops): Redefine.
11999 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
12000 (ppc_ravenscar_e500_ops::fetch_registers)
12001 (ppc_ravenscar_e500_ops::store_registers): Now methods.
12002 (ppc_ravenscar_e500_ops): Redefine.
12003 * aarch64-ravenscar-thread.c
12004 (aarch64_ravenscar_generic_prepare_to_store): Remove.
12005 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
12006 (aarch64_ravenscar_fetch_registers)
12007 (aarch64_ravenscar_store_registers): Now methods.
12008 (aarch64_ravenscar_ops): Redefine.
12009
5b6ea500
TT
120102019-02-15 Tom Tromey <tromey@adacore.com>
12011
12012 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
12013 (ravenscar_thread_target::stopped_by_hw_breakpoint)
12014 (ravenscar_thread_target::stopped_by_watchpoint)
12015 (ravenscar_thread_target::stopped_data_address)
12016 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
12017
e397fd39
TT
120182019-02-15 Tom Tromey <tromey@adacore.com>
12019
12020 * ravenscar-thread.c: Fix some typos.
12021
cc12f4a8
TT
120222019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12023 Tom Tromey <tromey@adacore.com>
12024
12025 * ada-lang.c (ada_exception_sal): Change addr_string to a
12026 std::string.
12027 (create_ada_exception_catchpoint): Update.
12028
5f486660
TT
120292019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12030 Tom Tromey <tromey@adacore.com>
12031
12032 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
12033 (bp_location_ops): Remove.
12034 (base_breakpoint_allocate_location): Update.
12035 (free_bp_location): Update.
12036 * ada-lang.c (class ada_catchpoint_location)
12037 <ada_catchpoint_location>: Remove ops parameter.
12038 (ada_catchpoint_location_dtor): Remove.
12039 (ada_catchpoint_location_ops): Remove.
12040 (allocate_location_exception): Update.
12041 * breakpoint.h (struct bp_location_ops): Remove.
12042 (class bp_location) <bp_location>: Remove bp_location_ops
12043 parameter.
12044 <~bp_location>: Add destructor.
12045 <ops>: Remove.
12046
b671c7fb
TS
120472019-02-14 Thomas Schwinge <thomas@codesourcery.com>
12048 Pedro Alves <palves@redhat.com>
12049
12050 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
12051 'PATH_MAX'.
12052
8071c5ce
DM
120532019-02-14 David Michael <fedora.dm0@gmail.com>
12054 Samuel Thibault <samuel.thibault@gnu.org>
12055 Thomas Schwinge <thomas@codesourcery.com>
12056
12057 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
12058 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
12059
b1041ae0
TS
120602019-02-14 Thomas Schwinge <thomas@codesourcery.com>
12061
924514e1
TS
12062 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
12063 (check_empty): Use "const char *".
12064
c29ee8d4
TS
12065 * gnu-nat.c (gnu_nat_target::detach): Instead of
12066 'detach_inferior (pid)' call
12067 'detach_inferior (find_inferior_pid (pid))'.
12068
6c6ef69f
TS
12069 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
12070 'nat/fork-inferior.o'.
12071 * gnu-nat.c: #include "nat/fork-inferior.h".
12072
2d0a338c
TS
12073 * gnu-nat.c (gnu_nat_target::detach): Instead of
12074 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
12075 * gnu-nat.h: #include "inf-child.h".
12076 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
12077 'i386_gnu_nat_target::fetch_registers'.
12078 (gnu_store_registers): Rename/move to
12079 'i386_gnu_nat_target::store_registers'.
12080
cabb5f06
TS
12081 * config/i386/nm-i386gnu.h: Don't "#include" any files.
12082 * gnu-nat.h (mach_thread_info): New function.
12083 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
12084
b1041ae0
TS
12085 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
12086
2988d01e
KF
120872019-02-14 Frederic Konrad <konrad@adacore.com>
12088
12089 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
12090
c559d709
JB
120912019-02-14 Joel Brobecker <brobecker@adacore.com>
12092
12093 * windows-nat.c (windows_add_thread): Add new parameter
12094 "main_thread_p" with default value set to false. Update
12095 function documentation as well as all callers.
12096 (windows_delete_thread): Likewise.
12097 (fake_create_process): Update call to windows_add_thread.
12098 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
12099 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
12100 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
12101 call to windows_delete_thread.
12102
007024cc
SM
121032019-02-13 Simon Marchi <simon.marchi@ericsson.com>
12104
12105 * MAINTAINERS: Add Andrew Burgess as global maintainer.
12106
f62318e9
JB
121072019-02-12 John Baldwin <jhb@FreeBSD.org>
12108
12109 * symfile.c (find_separate_debug_file): Use canonical path of
12110 sysroot with child_path instead of gdb_sysroot if it is valid.
12111
cd4b7848
JB
121122019-02-12 John Baldwin <jhb@FreeBSD.org>
12113
12114 * symfile.c (find_separate_debug_file): Use child_path to
12115 determine if an object file is under a sysroot.
12116
efac4bfe
JB
121172019-02-12 John Baldwin <jhb@FreeBSD.org>
12118
12119 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
12120 unittests/child-path-selftests.c.
12121 * common/pathstuff.c (child_path): New function.
12122 * common/pathstuff.h (child_path): New prototype.
12123 * unittests/child-path-selftests.c: New file.
12124
402d2bfe
JB
121252019-02-12 John Baldwin <jhb@FreeBSD.org>
12126
12127 * symfile.c (find_separate_debug_file): Look for separate debug
12128 files in debug directories under the sysroot.
12129
1ed9f74e
PW
121302019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12131
12132 * symtab.h (struct minimal_symbol data_p): New const method.
12133 (struct minimal_symbol text_p): Likewise.
12134 * symtab.c (output_source_filename): Use file name style
12135 to print file name.
12136 (print_symbol_info): Likewise.
12137 (print_msymbol_info): Use address style to print addresses.
12138 Use function name style to print executable text symbols.
12139 (expand_symtab_containing_pc): Use data_p.
12140 (find_pc_sect_compunit_symtab): Likewise.
12141
2636d81d
PW
121422019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12143
12144 * breakpoint.c (describe_other_breakpoints): Use address style
12145 to print addresses.
12146 (say_where): Likewise.
12147
ac8c53cc
PW
121482019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12149
12150 * ada-typeprint.c (print_func_type): Print function name
12151 style to print function name.
12152 * c-typeprint.c (c_print_type_1): Likewise.
12153
ea638c43
AH
121542019-02-11 Alan Hayward <alan.hayward@arm.com>
12155
12156 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
12157 for execve.
12158
ab759ca8
PW
121592019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12160
12161 * c-exp.y (direct_abs_decl): Use emplace_back to record the
12162 type_stack.
12163
aff29d1c
JB
121642019-02-10 Joel Brobecker <brobecker@adacore.com>
12165
12166 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
12167 TYPE_CODE_REF types.
12168
617126bc
JW
121692019-02-08 Jim Wilson <jimw@sifive.com>
12170
12171 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
12172 (riscv_linux_fregset): New.
12173 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
12174
46e3ed7f
TT
121752019-02-07 Tom Tromey <tom@tromey.com>
12176
12177 * thread.c (thread_cancel_execution_command): Update.
12178 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
12179 methods.
12180 (struct thread_fsm_ops): Remove.
12181 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
12182 (thread_fsm_should_stop, thread_fsm_return_value)
12183 (thread_fsm_set_finished, thread_fsm_finished_p)
12184 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
12185 Don't declare.
12186 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
12187 * infrun.c (clear_proceed_status_thread)
12188 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
12189 (print_stop_event): Update.
12190 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
12191 Add constructor.
12192 (step_command_fsm_ops): Remove.
12193 (new_step_command_fsm): Remove.
12194 (step_1): Update.
12195 (step_command_fsm::should_stop): Rename from
12196 step_command_fsm_should_stop.
12197 (step_command_fsm::clean_up): Rename from
12198 step_command_fsm_clean_up.
12199 (step_command_fsm::do_async_reply_reason): Rename from
12200 step_command_fsm_async_reply_reason.
12201 (struct until_next_fsm): Inherit from thread_fsm. Add
12202 constructor.
12203 (until_next_fsm_ops): Remove.
12204 (new_until_next_fsm): Remove.
12205 (until_next_fsm::should_stop): Rename from
12206 until_next_fsm_should_stop.
12207 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
12208 (until_next_fsm::do_async_reply_reason): Rename from
12209 until_next_fsm_async_reply_reason.
12210 (struct finish_command_fsm): Inherit from thread_fsm. Add
12211 constructor. Change type of breakpoint.
12212 (finish_command_fsm_ops): Remove.
12213 (new_finish_command_fsm): Remove.
12214 (finish_command_fsm::should_stop): Rename from
12215 finish_command_fsm_should_stop.
12216 (finish_command_fsm::clean_up): Rename from
12217 finish_command_fsm_clean_up.
12218 (finish_command_fsm::return_value): Rename from
12219 finish_command_fsm_return_value.
12220 (finish_command_fsm::do_async_reply_reason): Rename from
12221 finish_command_fsm_async_reply_reason.
12222 (finish_command): Update.
12223 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
12224 Add constructor.
12225 (call_thread_fsm_ops): Remove.
12226 (call_thread_fsm::call_thread_fsm): Rename from
12227 new_call_thread_fsm.
12228 (call_thread_fsm::should_stop): Rename from
12229 call_thread_fsm_should_stop.
12230 (call_thread_fsm::should_notify_stop): Rename from
12231 call_thread_fsm_should_notify_stop.
12232 (run_inferior_call, call_function_by_hand_dummy): Update.
12233 * cli/cli-interp.c (should_print_stop_to_console): Update.
12234 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
12235 Add constructor. Change type of location_breakpoint,
12236 caller_breakpoint.
12237 (until_break_fsm_ops): Remove.
12238 (new_until_break_fsm): Remove.
12239 (until_break_fsm::should_stop): Rename from
12240 until_break_fsm_should_stop.
12241 (until_break_fsm::clean_up): Rename from
12242 until_break_fsm_clean_up.
12243 (until_break_fsm::do_async_reply_reason): Rename from
12244 until_break_fsm_async_reply_reason.
12245 (until_break_command): Update.
12246 * thread-fsm.c: Remove.
12247 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
12248
1a5c2598
TT
122492019-02-07 Tom Tromey <tom@tromey.com>
12250
12251 * yy-remap.h: Add include guard.
12252 * xtensa-tdep.h: Add include guard.
12253 * xcoffread.h: Rename include guard.
12254 * varobj-iter.h: Add include guard.
12255 * tui/tui.h: Rename include guard.
12256 * tui/tui-winsource.h: Rename include guard.
12257 * tui/tui-wingeneral.h: Rename include guard.
12258 * tui/tui-windata.h: Rename include guard.
12259 * tui/tui-win.h: Rename include guard.
12260 * tui/tui-stack.h: Rename include guard.
12261 * tui/tui-source.h: Rename include guard.
12262 * tui/tui-regs.h: Rename include guard.
12263 * tui/tui-out.h: Rename include guard.
12264 * tui/tui-layout.h: Rename include guard.
12265 * tui/tui-io.h: Rename include guard.
12266 * tui/tui-hooks.h: Rename include guard.
12267 * tui/tui-file.h: Rename include guard.
12268 * tui/tui-disasm.h: Rename include guard.
12269 * tui/tui-data.h: Rename include guard.
12270 * tui/tui-command.h: Rename include guard.
12271 * tic6x-tdep.h: Add include guard.
12272 * target/waitstatus.h: Rename include guard.
12273 * target/wait.h: Rename include guard.
12274 * target/target.h: Rename include guard.
12275 * target/resume.h: Rename include guard.
12276 * target-float.h: Rename include guard.
12277 * stabsread.h: Add include guard.
12278 * rs6000-tdep.h: Add include guard.
12279 * riscv-fbsd-tdep.h: Add include guard.
12280 * regformats/regdef.h: Rename include guard.
12281 * record.h: Rename include guard.
12282 * python/python.h: Rename include guard.
12283 * python/python-internal.h: Rename include guard.
12284 * python/py-stopevent.h: Rename include guard.
12285 * python/py-ref.h: Rename include guard.
12286 * python/py-record.h: Rename include guard.
12287 * python/py-record-full.h: Rename include guard.
12288 * python/py-record-btrace.h: Rename include guard.
12289 * python/py-instruction.h: Rename include guard.
12290 * python/py-events.h: Rename include guard.
12291 * python/py-event.h: Rename include guard.
12292 * procfs.h: Add include guard.
12293 * proc-utils.h: Add include guard.
12294 * p-lang.h: Add include guard.
12295 * or1k-tdep.h: Rename include guard.
12296 * observable.h: Rename include guard.
12297 * nto-tdep.h: Rename include guard.
12298 * nat/x86-linux.h: Rename include guard.
12299 * nat/x86-linux-dregs.h: Rename include guard.
12300 * nat/x86-gcc-cpuid.h: Add include guard.
12301 * nat/x86-dregs.h: Rename include guard.
12302 * nat/x86-cpuid.h: Rename include guard.
12303 * nat/ppc-linux.h: Rename include guard.
12304 * nat/mips-linux-watch.h: Rename include guard.
12305 * nat/linux-waitpid.h: Rename include guard.
12306 * nat/linux-ptrace.h: Rename include guard.
12307 * nat/linux-procfs.h: Rename include guard.
12308 * nat/linux-osdata.h: Rename include guard.
12309 * nat/linux-nat.h: Rename include guard.
12310 * nat/linux-namespaces.h: Rename include guard.
12311 * nat/linux-btrace.h: Rename include guard.
12312 * nat/glibc_thread_db.h: Rename include guard.
12313 * nat/gdb_thread_db.h: Rename include guard.
12314 * nat/gdb_ptrace.h: Rename include guard.
12315 * nat/fork-inferior.h: Rename include guard.
12316 * nat/amd64-linux-siginfo.h: Rename include guard.
12317 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
12318 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
12319 * nat/aarch64-linux.h: Rename include guard.
12320 * nat/aarch64-linux-hw-point.h: Rename include guard.
12321 * mn10300-tdep.h: Add include guard.
12322 * mips-linux-tdep.h: Add include guard.
12323 * mi/mi-parse.h: Rename include guard.
12324 * mi/mi-out.h: Rename include guard.
12325 * mi/mi-main.h: Rename include guard.
12326 * mi/mi-interp.h: Rename include guard.
12327 * mi/mi-getopt.h: Rename include guard.
12328 * mi/mi-console.h: Rename include guard.
12329 * mi/mi-common.h: Rename include guard.
12330 * mi/mi-cmds.h: Rename include guard.
12331 * mi/mi-cmd-break.h: Rename include guard.
12332 * m2-lang.h: Add include guard.
12333 * location.h: Rename include guard.
12334 * linux-record.h: Rename include guard.
12335 * linux-nat.h: Add include guard.
12336 * linux-fork.h: Add include guard.
12337 * i386-darwin-tdep.h: Rename include guard.
12338 * hppa-linux-offsets.h: Add include guard.
12339 * guile/guile.h: Rename include guard.
12340 * guile/guile-internal.h: Rename include guard.
12341 * gnu-nat.h: Rename include guard.
12342 * gdb-stabs.h: Rename include guard.
12343 * frv-tdep.h: Add include guard.
12344 * f-lang.h: Add include guard.
12345 * event-loop.h: Add include guard.
12346 * darwin-nat.h: Rename include guard.
12347 * cp-abi.h: Rename include guard.
12348 * config/sparc/nm-sol2.h: Rename include guard.
12349 * config/nm-nto.h: Rename include guard.
12350 * config/nm-linux.h: Add include guard.
12351 * config/i386/nm-i386gnu.h: Rename include guard.
12352 * config/djgpp/nl_types.h: Rename include guard.
12353 * config/djgpp/langinfo.h: Rename include guard.
12354 * compile/gcc-cp-plugin.h: Add include guard.
12355 * compile/gcc-c-plugin.h: Add include guard.
12356 * compile/compile.h: Rename include guard.
12357 * compile/compile-object-run.h: Rename include guard.
12358 * compile/compile-object-load.h: Rename include guard.
12359 * compile/compile-internal.h: Rename include guard.
12360 * compile/compile-cplus.h: Rename include guard.
12361 * compile/compile-c.h: Rename include guard.
12362 * common/xml-utils.h: Rename include guard.
12363 * common/x86-xstate.h: Rename include guard.
12364 * common/version.h: Rename include guard.
12365 * common/vec.h: Rename include guard.
12366 * common/tdesc.h: Rename include guard.
12367 * common/selftest.h: Rename include guard.
12368 * common/scoped_restore.h: Rename include guard.
12369 * common/scoped_mmap.h: Rename include guard.
12370 * common/scoped_fd.h: Rename include guard.
12371 * common/safe-iterator.h: Rename include guard.
12372 * common/run-time-clock.h: Rename include guard.
12373 * common/refcounted-object.h: Rename include guard.
12374 * common/queue.h: Rename include guard.
12375 * common/ptid.h: Rename include guard.
12376 * common/print-utils.h: Rename include guard.
12377 * common/preprocessor.h: Rename include guard.
12378 * common/pathstuff.h: Rename include guard.
12379 * common/observable.h: Rename include guard.
12380 * common/netstuff.h: Rename include guard.
12381 * common/job-control.h: Rename include guard.
12382 * common/host-defs.h: Rename include guard.
12383 * common/gdb_wait.h: Rename include guard.
12384 * common/gdb_vecs.h: Rename include guard.
12385 * common/gdb_unlinker.h: Rename include guard.
12386 * common/gdb_unique_ptr.h: Rename include guard.
12387 * common/gdb_tilde_expand.h: Rename include guard.
12388 * common/gdb_sys_time.h: Rename include guard.
12389 * common/gdb_string_view.h: Rename include guard.
12390 * common/gdb_splay_tree.h: Rename include guard.
12391 * common/gdb_setjmp.h: Rename include guard.
12392 * common/gdb_ref_ptr.h: Rename include guard.
12393 * common/gdb_optional.h: Rename include guard.
12394 * common/gdb_locale.h: Rename include guard.
12395 * common/gdb_assert.h: Rename include guard.
12396 * common/filtered-iterator.h: Rename include guard.
12397 * common/filestuff.h: Rename include guard.
12398 * common/fileio.h: Rename include guard.
12399 * common/environ.h: Rename include guard.
12400 * common/common-utils.h: Rename include guard.
12401 * common/common-types.h: Rename include guard.
12402 * common/common-regcache.h: Rename include guard.
12403 * common/common-inferior.h: Rename include guard.
12404 * common/common-gdbthread.h: Rename include guard.
12405 * common/common-exceptions.h: Rename include guard.
12406 * common/common-defs.h: Rename include guard.
12407 * common/common-debug.h: Rename include guard.
12408 * common/cleanups.h: Rename include guard.
12409 * common/buffer.h: Rename include guard.
12410 * common/btrace-common.h: Rename include guard.
12411 * common/break-common.h: Rename include guard.
12412 * cli/cli-utils.h: Rename include guard.
12413 * cli/cli-style.h: Rename include guard.
12414 * cli/cli-setshow.h: Rename include guard.
12415 * cli/cli-script.h: Rename include guard.
12416 * cli/cli-interp.h: Rename include guard.
12417 * cli/cli-decode.h: Rename include guard.
12418 * cli/cli-cmds.h: Rename include guard.
12419 * charset-list.h: Add include guard.
12420 * buildsym-legacy.h: Rename include guard.
12421 * bfin-tdep.h: Add include guard.
12422 * ax.h: Rename include guard.
12423 * arm-linux-tdep.h: Add include guard.
12424 * arm-fbsd-tdep.h: Add include guard.
12425 * arch/xtensa.h: Rename include guard.
12426 * arch/tic6x.h: Add include guard.
12427 * arch/i386.h: Add include guard.
12428 * arch/arm.h: Rename include guard.
12429 * arch/arm-linux.h: Rename include guard.
12430 * arch/arm-get-next-pcs.h: Rename include guard.
12431 * arch/amd64.h: Add include guard.
12432 * arch/aarch64-insn.h: Rename include guard.
12433 * arch-utils.h: Rename include guard.
12434 * annotate.h: Add include guard.
12435 * amd64-darwin-tdep.h: Rename include guard.
12436 * aarch64-linux-tdep.h: Add include guard.
12437 * aarch64-fbsd-tdep.h: Add include guard.
12438 * aarch32-linux-nat.h: Add include guard.
12439
ab9268d2
PW
124402019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12441
12442 * macrotab.c (macro_define_internal): New function that
12443 factorizes macro_define_object_internal and macro_define_function
12444 code.
12445 (macro_define_object_internal): Use macro_define_internal.
12446 (macro_define_function): Likewise.
12447
bb0da2b4
PW
124482019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12449
12450 * macrocmd.c (extract_identifier): Return
12451 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
12452 callers.
12453
424eb552
JB
124542019-02-06 John Baldwin <jhb@FreeBSD.org>
12455
12456 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
12457
1688cb29
TT
124582019-02-05 Tom Tromey <tom@tromey.com>
12459
12460 * target.c (target_stack::unpush): Move assertion earlier.
12461
b5eba2d8
TT
124622019-01-30 Tom Tromey <tom@tromey.com>
12463
12464 PR python/23615:
12465 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
12466 (gdbpy_parse_and_eval): Likewise.
12467 * python/python-internal.h (gdbpy_allow_threads): New class.
12468
7054e2ff
JB
124692019-01-28 John Baldwin <jhb@FreeBSD.org>
12470
12471 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
12472 (aarch64_fbsd_fpregmap): Move earlier.
12473 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
12474 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
12475 instead of individual calls to trad_frame_set_reg_addr.
12476 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
12477 earlier.
12478 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
12479 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
12480 instead of individual calls to trad_frame_set_reg_addr.
12481
36c25ffa
AH
124822019-01-28 Alan Hayward <alan.hayward@arm.com>
12483
12484 * CONTRIBUTE: Replace contribution list with wiki link.
12485
a0707f3c
TT
124862019-01-25 Tom Tromey <tom@tromey.com>
12487
12488 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
12489
0747795c
TT
124902019-01-25 Tom Tromey <tom@tromey.com>
12491
12492 * xtensa-linux-nat.c: Fix common/ includes.
12493 * xml-support.h: Fix common/ includes.
12494 * xml-support.c: Fix common/ includes.
12495 * x86-linux-nat.c: Fix common/ includes.
12496 * windows-nat.c: Fix common/ includes.
12497 * varobj.h: Fix common/ includes.
12498 * varobj.c: Fix common/ includes.
12499 * value.c: Fix common/ includes.
12500 * valops.c: Fix common/ includes.
12501 * utils.c: Fix common/ includes.
12502 * unittests/xml-utils-selftests.c: Fix common/ includes.
12503 * unittests/utils-selftests.c: Fix common/ includes.
12504 * unittests/unpack-selftests.c: Fix common/ includes.
12505 * unittests/tracepoint-selftests.c: Fix common/ includes.
12506 * unittests/style-selftests.c: Fix common/ includes.
12507 * unittests/string_view-selftests.c: Fix common/ includes.
12508 * unittests/scoped_restore-selftests.c: Fix common/ includes.
12509 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
12510 * unittests/scoped_fd-selftests.c: Fix common/ includes.
12511 * unittests/rsp-low-selftests.c: Fix common/ includes.
12512 * unittests/parse-connection-spec-selftests.c: Fix common/
12513 includes.
12514 * unittests/optional-selftests.c: Fix common/ includes.
12515 * unittests/offset-type-selftests.c: Fix common/ includes.
12516 * unittests/observable-selftests.c: Fix common/ includes.
12517 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
12518 * unittests/memrange-selftests.c: Fix common/ includes.
12519 * unittests/memory-map-selftests.c: Fix common/ includes.
12520 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
12521 * unittests/function-view-selftests.c: Fix common/ includes.
12522 * unittests/environ-selftests.c: Fix common/ includes.
12523 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
12524 * unittests/common-utils-selftests.c: Fix common/ includes.
12525 * unittests/cli-utils-selftests.c: Fix common/ includes.
12526 * unittests/array-view-selftests.c: Fix common/ includes.
12527 * ui-file.c: Fix common/ includes.
12528 * tui/tui-io.c: Fix common/ includes.
12529 * tracepoint.h: Fix common/ includes.
12530 * tracepoint.c: Fix common/ includes.
12531 * tracefile-tfile.c: Fix common/ includes.
12532 * top.h: Fix common/ includes.
12533 * top.c: Fix common/ includes.
12534 * thread.c: Fix common/ includes.
12535 * target/waitstatus.h: Fix common/ includes.
12536 * target/waitstatus.c: Fix common/ includes.
12537 * target.h: Fix common/ includes.
12538 * target.c: Fix common/ includes.
12539 * target-memory.c: Fix common/ includes.
12540 * target-descriptions.c: Fix common/ includes.
12541 * symtab.h: Fix common/ includes.
12542 * symfile.c: Fix common/ includes.
12543 * stap-probe.c: Fix common/ includes.
12544 * spu-linux-nat.c: Fix common/ includes.
12545 * sparc-nat.c: Fix common/ includes.
12546 * source.c: Fix common/ includes.
12547 * solib.c: Fix common/ includes.
12548 * solib-target.c: Fix common/ includes.
12549 * ser-unix.c: Fix common/ includes.
12550 * ser-tcp.c: Fix common/ includes.
12551 * ser-pipe.c: Fix common/ includes.
12552 * ser-base.c: Fix common/ includes.
12553 * selftest-arch.c: Fix common/ includes.
12554 * s12z-tdep.c: Fix common/ includes.
12555 * rust-exp.y: Fix common/ includes.
12556 * rs6000-aix-tdep.c: Fix common/ includes.
12557 * riscv-tdep.c: Fix common/ includes.
12558 * remote.c: Fix common/ includes.
12559 * remote-notif.h: Fix common/ includes.
12560 * remote-fileio.h: Fix common/ includes.
12561 * remote-fileio.c: Fix common/ includes.
12562 * regcache.h: Fix common/ includes.
12563 * regcache.c: Fix common/ includes.
12564 * record-btrace.c: Fix common/ includes.
12565 * python/python.c: Fix common/ includes.
12566 * python/py-type.c: Fix common/ includes.
12567 * python/py-inferior.c: Fix common/ includes.
12568 * progspace.h: Fix common/ includes.
12569 * producer.c: Fix common/ includes.
12570 * procfs.c: Fix common/ includes.
12571 * proc-api.c: Fix common/ includes.
12572 * printcmd.c: Fix common/ includes.
12573 * ppc-linux-nat.c: Fix common/ includes.
12574 * parser-defs.h: Fix common/ includes.
12575 * osdata.c: Fix common/ includes.
12576 * obsd-nat.c: Fix common/ includes.
12577 * nat/x86-linux.c: Fix common/ includes.
12578 * nat/x86-linux-dregs.c: Fix common/ includes.
12579 * nat/x86-dregs.h: Fix common/ includes.
12580 * nat/x86-dregs.c: Fix common/ includes.
12581 * nat/ppc-linux.c: Fix common/ includes.
12582 * nat/mips-linux-watch.h: Fix common/ includes.
12583 * nat/mips-linux-watch.c: Fix common/ includes.
12584 * nat/linux-waitpid.c: Fix common/ includes.
12585 * nat/linux-ptrace.h: Fix common/ includes.
12586 * nat/linux-ptrace.c: Fix common/ includes.
12587 * nat/linux-procfs.c: Fix common/ includes.
12588 * nat/linux-personality.c: Fix common/ includes.
12589 * nat/linux-osdata.c: Fix common/ includes.
12590 * nat/linux-namespaces.c: Fix common/ includes.
12591 * nat/linux-btrace.h: Fix common/ includes.
12592 * nat/linux-btrace.c: Fix common/ includes.
12593 * nat/fork-inferior.c: Fix common/ includes.
12594 * nat/amd64-linux-siginfo.c: Fix common/ includes.
12595 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
12596 * nat/aarch64-linux.c: Fix common/ includes.
12597 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
12598 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
12599 * namespace.h: Fix common/ includes.
12600 * mips-linux-tdep.c: Fix common/ includes.
12601 * minsyms.c: Fix common/ includes.
12602 * mi/mi-parse.h: Fix common/ includes.
12603 * mi/mi-main.c: Fix common/ includes.
12604 * mi/mi-cmd-env.c: Fix common/ includes.
12605 * memrange.h: Fix common/ includes.
12606 * memattr.c: Fix common/ includes.
12607 * maint.h: Fix common/ includes.
12608 * maint.c: Fix common/ includes.
12609 * main.c: Fix common/ includes.
12610 * machoread.c: Fix common/ includes.
12611 * location.c: Fix common/ includes.
12612 * linux-thread-db.c: Fix common/ includes.
12613 * linux-nat.c: Fix common/ includes.
12614 * linux-fork.c: Fix common/ includes.
12615 * inline-frame.c: Fix common/ includes.
12616 * infrun.c: Fix common/ includes.
12617 * inflow.c: Fix common/ includes.
12618 * inferior.h: Fix common/ includes.
12619 * inferior.c: Fix common/ includes.
12620 * infcmd.c: Fix common/ includes.
12621 * inf-ptrace.c: Fix common/ includes.
12622 * inf-child.c: Fix common/ includes.
12623 * ia64-linux-nat.c: Fix common/ includes.
12624 * i387-tdep.c: Fix common/ includes.
12625 * i386-tdep.c: Fix common/ includes.
12626 * i386-linux-tdep.c: Fix common/ includes.
12627 * i386-linux-nat.c: Fix common/ includes.
12628 * i386-go32-tdep.c: Fix common/ includes.
12629 * i386-fbsd-tdep.c: Fix common/ includes.
12630 * i386-fbsd-nat.c: Fix common/ includes.
12631 * guile/scm-type.c: Fix common/ includes.
12632 * guile/guile.c: Fix common/ includes.
12633 * go32-nat.c: Fix common/ includes.
12634 * gnu-nat.c: Fix common/ includes.
12635 * gdbthread.h: Fix common/ includes.
12636 * gdbarch-selftests.c: Fix common/ includes.
12637 * gdb_usleep.c: Fix common/ includes.
12638 * gdb_select.h: Fix common/ includes.
12639 * gdb_bfd.c: Fix common/ includes.
12640 * gcore.c: Fix common/ includes.
12641 * fork-child.c: Fix common/ includes.
12642 * findvar.c: Fix common/ includes.
12643 * fbsd-nat.c: Fix common/ includes.
12644 * event-top.c: Fix common/ includes.
12645 * event-loop.c: Fix common/ includes.
12646 * dwarf2read.c: Fix common/ includes.
12647 * dwarf2loc.c: Fix common/ includes.
12648 * dwarf2-frame.c: Fix common/ includes.
12649 * dwarf-index-cache.c: Fix common/ includes.
12650 * dtrace-probe.c: Fix common/ includes.
12651 * disasm-selftests.c: Fix common/ includes.
12652 * defs.h: Fix common/ includes.
12653 * csky-tdep.c: Fix common/ includes.
12654 * cp-valprint.c: Fix common/ includes.
12655 * cp-support.h: Fix common/ includes.
12656 * cp-support.c: Fix common/ includes.
12657 * corelow.c: Fix common/ includes.
12658 * completer.h: Fix common/ includes.
12659 * completer.c: Fix common/ includes.
12660 * compile/compile.c: Fix common/ includes.
12661 * compile/compile-loc2c.c: Fix common/ includes.
12662 * compile/compile-cplus-types.c: Fix common/ includes.
12663 * compile/compile-cplus-symbols.c: Fix common/ includes.
12664 * command.h: Fix common/ includes.
12665 * cli/cli-dump.c: Fix common/ includes.
12666 * cli/cli-cmds.c: Fix common/ includes.
12667 * charset.c: Fix common/ includes.
12668 * build-id.c: Fix common/ includes.
12669 * btrace.h: Fix common/ includes.
12670 * btrace.c: Fix common/ includes.
12671 * breakpoint.h: Fix common/ includes.
12672 * breakpoint.c: Fix common/ includes.
12673 * ax.h:
12674 (enum agent_op): Fix common/ includes.
12675 * ax-general.c (struct aop_map): Fix common/ includes.
12676 * ax-gdb.c: Fix common/ includes.
12677 * auxv.c: Fix common/ includes.
12678 * auto-load.c: Fix common/ includes.
12679 * arm-tdep.c: Fix common/ includes.
12680 * arch/riscv.c: Fix common/ includes.
12681 * arch/ppc-linux-common.c: Fix common/ includes.
12682 * arch/i386.c: Fix common/ includes.
12683 * arch/arm.c: Fix common/ includes.
12684 * arch/arm-linux.c: Fix common/ includes.
12685 * arch/arm-get-next-pcs.c: Fix common/ includes.
12686 * arch/amd64.c: Fix common/ includes.
12687 * arch/aarch64.c: Fix common/ includes.
12688 * arch/aarch64-insn.c: Fix common/ includes.
12689 * arch-utils.c: Fix common/ includes.
12690 * amd64-windows-tdep.c: Fix common/ includes.
12691 * amd64-tdep.c: Fix common/ includes.
12692 * amd64-sol2-tdep.c: Fix common/ includes.
12693 * amd64-obsd-tdep.c: Fix common/ includes.
12694 * amd64-nbsd-tdep.c: Fix common/ includes.
12695 * amd64-linux-tdep.c: Fix common/ includes.
12696 * amd64-linux-nat.c: Fix common/ includes.
12697 * amd64-fbsd-tdep.c: Fix common/ includes.
12698 * amd64-fbsd-nat.c: Fix common/ includes.
12699 * amd64-dicos-tdep.c: Fix common/ includes.
12700 * amd64-darwin-tdep.c: Fix common/ includes.
12701 * agent.c: Fix common/ includes.
12702 * ada-lang.h: Fix common/ includes.
12703 * ada-lang.c: Fix common/ includes.
12704 * aarch64-tdep.c: Fix common/ includes.
12705
2f5c153e
TT
127062019-01-25 Tom Tromey <tom@tromey.com>
12707
12708 * common/create-version.sh: Use common/version.h.
12709
adc6a863
PA
127102019-01-24 Pedro Alves <palves@redhat.com>
12711
12712 * infrun.c (signal_stop, signal_print, signal_program)
12713 (signal_catch, signal_pass): Now arrays instead of pointers.
12714 (update_signals_program_target, do_target_resume)
12715 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
12716 * linux-nat.c (linux_nat_target::pass_signals)
12717 (linux_nat_target::create_inferior, linux_nat_target::attach):
12718 Adjust.
12719 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
12720 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
12721 * procfs.c (procfs_target::pass_signals): Adjust.
12722 * record-full.c (record_full_target::resume): Adjust.
12723 * remote.c (remote_target::pass_signals)
12724 (remote_target::program_signals): Adjust.
12725 * target-debug.h (target_debug_print_signals): Now takes a
12726 gdb::array_view as parameter. Adjust.
12727 * target.h (target_ops) <pass_signals, program_signals>: Replace
12728 pointer and length parameters with gdb::array_view.
12729 (target_pass_signals, target_program_signals): Likewise.
12730 * target-delegates.c: Regenerate.
12731
3046d67a
PA
127322019-01-24 Pedro Alves <palves@redhat.com>
12733
12734 * common/forward-scope-exit.h
12735 (forward_scope_exit::forward_scope_exit): Pass arguments to
12736 m_bind_function directly, instead of creating a std::bind and
12737 copying that.
12738
353229bf
AH
127392019-01-24 Alan Hayward <alan.hayward@arm.com>
12740
12741 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
12742 for static members.
12743 (pass_in_v_vfp_candidate): Likewise.
12744
311dc83a
TT
127452019-01-23 Tom Tromey <tom@tromey.com>
12746 Pedro Alves <palves@redhat.com>
12747
12748 * regcache.c (class regcache_invalidator): Remove.
12749 (regcache::raw_write): Use make_scope_exit.
12750
296bd123
TT
127512019-01-23 Tom Tromey <tom@tromey.com>
12752
12753 * ui-out.h (class ui_out_emit_type): Update comment.
12754
979a0d13
TT
127552019-01-23 Tom Tromey <tom@tromey.com>
12756
12757 * infrun.c (fetch_inferior_event): Update comment.
12758
d238133d
TT
127592019-01-23 Tom Tromey <tom@tromey.com>
12760 Pedro Alves <palves@redhat.com>
12761
12762 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
12763 parameter.
12764 (fetch_inferior_event): Use SCOPE_EXIT.
12765
12766
9885e6bb
TT
127672019-01-23 Tom Tromey <tom@tromey.com>
12768 Pedro Alves <palves@redhat.com>
12769
12770 * infrun.c (disable_thread_events): Delete.
12771 (stop_all_threads): Use SCOPE_EXIT.
12772
286526c1
TT
127732019-01-23 Tom Tromey <tom@tromey.com>
12774 Pedro Alves <palves@redhat.com>
12775
12776 * symfile.c: Include forward-scope-exit.h.
12777 (clear_symtab_users_cleanup): Replace forward declaration with
12778 a FORWARD_SCOPE_EXIT.
12779 (syms_from_objfile_1): Use the forward_scope_exit and
12780 gdb::optional instead of cleanup_function.
12781 (reread_symbols): Use the forward_scope_exit instead of
12782 cleanup_function.
12783 (clear_symtab_users_cleanup): Remove function.
12784
1db93f14
TT
127852019-01-23 Tom Tromey <tom@tromey.com>
12786 Pedro Alves <palves@redhat.com>
12787
12788 * linux-nat.c: Include scope-exit.h.
12789 (cleanup_target_stop): Remove.
12790 (linux_nat_target::static_tracepoint_markers_by_strid): Use
12791 SCOPE_EXIT.
12792
2cc83d1e
TT
127932019-01-23 Tom Tromey <tom@tromey.com>
12794 Pedro Alves <palves@redhat.com>
12795
12796 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
12797 (call_function_by_hand_dummy): Use SCOPE_EXIT.
12798
694c6bf5
TT
127992019-01-23 Tom Tromey <tom@tromey.com>
12800 Andrew Burgess <andrew.burgess@embecosm.com>
12801 Pedro Alves <palves@redhat.com>
12802
12803 * infrun.c (fetch_inferior_event): Use scope_exit.
12804 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
12805 * top.c (execute_command): Use scope_exit.
12806 * breakpoint.c (bpstat_do_actions): Use scope_exit.
12807 * utils.c (do_bpstat_clear_actions_cleanup)
12808 (make_bpstat_clear_actions_cleanup): Remove.
12809
4c41382a
TT
128102019-01-23 Tom Tromey <tom@tromey.com>
12811 Pedro Alves <palves@redhat.com>
12812
12813 * infrun.c: Include "common/scope-exit.h"
12814 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
12815 (wait_for_inferior): Use SCOPE_EXIT.
12816 (fetch_inferior_event): Use scope_exit.
12817
89f8fb50
TT
128182019-01-23 Tom Tromey <tom@tromey.com>
12819 Pedro Alves <palves@redhat.com>
12820
12821 * breakpoint.c (create_breakpoint): Remove cleanup.
12822
5419bdae
TT
128232019-01-23 Tom Tromey <tom@tromey.com>
12824 Andrew Burgess <andrew.burgess@embecosm.com>
12825 Pedro Alves <palves@redhat.com>
12826
e587ef42
PA
128272019-01-23 Pedro Alves <palves@redhat.com>
12828
12829 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
12830
77f0e74c
PA
128312019-01-23 Pedro Alves <palves@redhat.com>
12832 Andrew Burgess <andrew.burgess@embecosm.com>
12833
12834 * gdbthread.h: Include "common/forward-scope-exit.h".
12835 (scoped_finish_thread_state): Redefine custom class in terms of
12836 forward_scope_exit.
12837
5b9b3e53
PA
128382019-01-23 Pedro Alves <palves@redhat.com>
12839 Andrew Burgess <andrew.burgess@embecosm.com>
12840
12841 * common/forward-scope-exit.h: New file.
12842
54b65c9b
PA
128432019-01-23 Pedro Alves <palves@redhat.com>
12844 Andrew Burgess <andrew.burgess@embecosm.com>
12845 Tom Tromey <tom@tromey.com>
12846
12847 * common/scope-exit.h: New file.
12848
cf08fb29
PA
128492019-01-23 Pedro Alves <palves@redhat.com>
12850
12851 * common/preprocessor.h (ESC): Rename to ...
12852 (ESC_PARENS): ... this.
12853 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
12854 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
12855
ae73e2e2
TT
128562019-01-23 Tom Tromey <tom@tromey.com>
12857
12858 * language.h (class scoped_switch_to_sym_language_if_auto):
12859 Initialize m_lang in both cases.
12860
6594e122
AH
128612019-01-23 Alan Hayward <alan.hayward@arm.com>
12862
12863 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
12864 with XCNEW.
12865
a7c9855d
TT
128662019-01-22 Tom Tromey <tom@tromey.com>
12867
12868 * corelow.c: Do not include sys/file.h.
12869
93cc1d53
TT
128702019-01-22 Tom Tromey <tom@tromey.com>
12871
12872 * tui/tui-wingeneral.h: Include gdb_curses.h.
12873
38561778
TT
128742019-01-22 Tom Tromey <tom@tromey.com>
12875
12876 * source-cache.h (class source_cache) <get_source_lines,
12877 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
12878
37b3ab5b
TT
128792019-01-22 Tom Tromey <tom@tromey.com>
12880
12881 * remote-fileio.h (struct remote_target): Declare.
12882
3fabc016
TT
128832019-01-22 Tom Tromey <tom@tromey.com>
12884
12885 * python/py-arch.c: Do not include py-ref.h.
12886 * python/py-bpevent.c: Do not include py-ref.h.
12887 * python/py-cmd.c: Do not include py-ref.h.
12888 * python/py-continueevent.c: Do not include py-ref.h.
12889 * python/py-event.h: Do not include py-ref.h.
12890 * python/py-evtregistry.c: Do not include py-ref.h.
12891 * python/py-finishbreakpoint.c: Do not include py-ref.h.
12892 * python/py-frame.c: Do not include py-ref.h.
12893 * python/py-framefilter.c: Do not include py-ref.h.
12894 * python/py-function.c: Do not include py-ref.h.
12895 * python/py-infevents.c: Do not include py-ref.h.
12896 * python/py-linetable.c: Do not include py-ref.h.
12897 * python/py-objfile.c: Do not include py-ref.h.
12898 * python/py-param.c: Do not include py-ref.h.
12899 * python/py-prettyprint.c: Do not include py-ref.h.
12900 * python/py-progspace.c: Do not include py-ref.h.
12901 * python/py-symbol.c: Do not include py-ref.h.
12902 * python/py-symtab.c: Do not include py-ref.h.
12903 * python/py-type.c: Do not include py-ref.h.
12904 * python/py-unwind.c: Do not include py-ref.h.
12905 * python/py-utils.c: Do not include py-ref.h.
12906 * python/py-value.c: Do not include py-ref.h.
12907 * python/py-varobj.c: Do not include py-ref.h.
12908 * python/py-xmethods.c: Do not include py-ref.h.
12909 * python/python.c: Do not include py-ref.h.
12910 * varobj.c: Do not include py-ref.h.
12911
6b4d7774
TT
129122019-01-22 Tom Tromey <tom@tromey.com>
12913
12914 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
12915 keyword for bcache.
12916
7af7e9b5
TT
129172019-01-22 Tom Tromey <tom@tromey.com>
12918
12919 * compile/compile-cplus-types.c: Remove a comment by #include.
12920
951d1049
TT
129212019-01-22 Tom Tromey <tom@tromey.com>
12922
12923 * compile/gcc-c-plugin.h: Include compile-internal.h.
12924
d65d5705
TT
129252019-01-22 Tom Tromey <tom@tromey.com>
12926
12927 * stabsread.c (EXTERN): Do not define.
12928 (symnum, next_symbol_text_func, processing_gcc_compilation)
12929 (within_function, global_sym_chain, global_stabs)
12930 (previous_stab_code, this_object_header_files)
12931 (n_this_object_header_files)
12932 (n_allocated_this_object_header_files): Define.
12933 * stabsread.h (EXTERN): Never define. Use "extern".
12934
b6fb1ee5
PW
129352019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12936
12937 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
12938 history_value.
12939
be6d4f74
TT
129402019-01-21 Tom Tromey <tom@tromey.com>
12941
12942 * ui-out.c: Fix includes.
12943 * tui/tui-source.c: Fix includes.
12944 * target.c: Fix includes.
12945 * remote.c: Fix includes.
12946 * regcache.c: Fix includes.
12947 * python/py-block.c: Fix includes.
12948 * printcmd.c: Fix includes.
12949 * or1k-tdep.c: Fix includes.
12950 * mi/mi-main.c: Fix includes.
12951 * m32r-tdep.c: Fix includes.
12952 * csky-tdep.c: Fix includes.
12953 * compile/compile-cplus-types.c: Fix includes.
12954 * cli/cli-interp.c: Fix includes.
12955
73021deb
AH
129562019-01-21 Alan Hayward <alan.hayward@arm.com>
12957
12958 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
12959 for padding.
12960
7932255d
TT
129612019-01-16 Tom Tromey <tom@tromey.com>
12962
12963 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
12964 earlier.
12965 (struct objfile) <msymbols_range>: Move from top level.
12966 <msymbols>: New method.
12967 (class objfile_msymbols): Remove.
12968 * symtab.c (default_collect_symbol_completion_matches_break_on):
12969 Update.
12970 * symmisc.c (dump_msymbols): Update.
12971 * stabsread.c (scan_file_globals): Update.
12972 * objc-lang.c (info_selectors_command, info_classes_command)
12973 (find_methods): Update.
12974 * minsyms.c (find_solib_trampoline_target): Update.
12975 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
12976 * coffread.c (coff_symfile_read): Update.
12977 * ada-lang.c (ada_lookup_simple_minsym)
12978 (ada_collect_symbol_completion_matches): Update.
12979
604b1bfb
TT
129802019-01-16 Tom Tromey <tom@tromey.com>
12981
12982 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
12983 type. Remove no-argument constructor.
12984 <iterator::operator++>: Simplify.
12985 <begin>: Update.
12986 <end>: Use minimal_symbol_count.
12987
f252c6d5
TT
129882019-01-16 Tom Tromey <tom@tromey.com>
12989
12990 * objfiles.h (struct objfile) <psymtabs>: New method.
12991 (class objfile_psymtabs): Remove.
12992 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
12993 typedef.
12994 <range>: New method.
12995 (require_partial_symbols): Change return type.
12996 * psymtab.c (require_partial_symbols)
12997 (psym_expand_symtabs_matching): Update.
12998 * mdebugread.c (parse_partial_symbols): Update.
12999 * dbxread.c (dbx_end_psymtab): Update.
13000
b669c953
TT
130012019-01-15 Tom Tromey <tom@tromey.com>
13002
13003 * symtab.c (lookup_objfile_from_block)
13004 (lookup_symbol_in_objfile_symtabs)
13005 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
13006 (find_line_symtab, info_sources_command)
13007 (default_collect_symbol_completion_matches_break_on)
13008 (make_source_files_completion_list): Update.
13009 * symmisc.c (print_objfile_statistics, dump_objfile)
13010 (maintenance_print_symbols, maintenance_info_symtabs)
13011 (maintenance_check_symtabs, maintenance_info_line_tables):
13012 Update.
13013 * source.c (select_source_symtab)
13014 (forget_cached_source_info_for_objfile): Update.
13015 * objfiles.h (class objfile_compunits): Remove.
13016 (struct objfile) <compunits_range>: New typedef.
13017 (compunits): New method.
13018 * objfiles.c (objfile_relocate1): Update.
13019 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
13020 * maint.c (count_symtabs_and_blocks): Update.
13021 * linespec.c (iterate_over_all_matching_symtabs): Update.
13022 * cp-support.c (add_symbol_overload_list_qualified): Update.
13023 * coffread.c (coff_symtab_read): Update.
13024 * ada-lang.c (add_nonlocal_symbols)
13025 (ada_collect_symbol_completion_matches)
13026 (ada_add_global_exceptions): Update.
13027
7e955d83
TT
130282019-01-15 Tom Tromey <tom@tromey.com>
13029
13030 * progspace.h (program_space) <objfiles_safe_range>: New
13031 typedef.
13032 <objfiles_safe>: New method.
13033 * objfiles.h (class all_objfiles_safe): Remove.
13034 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
13035 * jit.c (jit_inferior_exit_hook): Update.
13036
2030c079
TT
130372019-01-17 Tom Tromey <tom@tromey.com>
13038
13039 * progspace.h (program_space) <objfiles_range>: New typedef.
13040 <objfiles>: New method.
13041 <objfiles_head>: Rename from objfiles.
13042 (object_files): Update.
13043 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
13044 * guile/scm-pretty-print.c
13045 (ppscm_find_pretty_printer_from_objfiles): Update.
13046 * guile/scm-objfile.c (gdbscm_objfiles): Update.
13047 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
13048 Update.
13049 * python/py-progspace.c (pspy_get_objfiles): Update.
13050 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
13051 Update.
13052 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
13053 (objfpy_lookup_objfile_by_build_id): Update.
13054 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
13055 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
13056 Update.
13057 * symtab.c (iterate_over_symtabs, matching_obj_sections)
13058 (expand_symtab_containing_pc, lookup_objfile_from_block)
13059 (lookup_static_symbol, basic_lookup_transparent_type)
13060 (find_pc_sect_compunit_symtab, find_symbol_at_address)
13061 (find_line_symtab, info_sources_command)
13062 (default_collect_symbol_completion_matches_break_on)
13063 (make_source_files_completion_list, find_main_name): Update.
13064 * symmisc.c (print_symbol_bcache_statistics)
13065 (print_objfile_statistics, maintenance_print_symbols)
13066 (maintenance_print_msymbols, maintenance_print_objfiles)
13067 (maintenance_info_symtabs, maintenance_check_symtabs)
13068 (maintenance_expand_symtabs, maintenance_info_line_tables):
13069 Update.
13070 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
13071 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
13072 (map_overlay_command, unmap_overlay_command)
13073 (simple_overlay_update, expand_symtabs_matching)
13074 (map_symbol_filenames): Update.
13075 * symfile-debug.c (set_debug_symfile): Update.
13076 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
13077 Update.
13078 * source.c (select_source_symtab, forget_cached_source_info):
13079 Update.
13080 * solib.c (solib_read_symbols): Update.
13081 * solib-spu.c (append_ocl_sos): Update.
13082 * psymtab.c (maintenance_print_psymbols)
13083 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
13084 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
13085 * printcmd.c (info_symbol_command): Update.
13086 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
13087 Update.
13088 * objfiles.h (class all_objfiles): Remove.
13089 * objfiles.c (have_partial_symbols, have_full_symbols)
13090 (have_minimal_symbols, qsort_cmp, update_section_map)
13091 (shared_objfile_contains_address_p)
13092 (default_iterate_over_objfiles_in_search_order): Update.
13093 * objc-lang.c (info_selectors_command, info_classes_command)
13094 (find_methods): Update.
13095 * minsyms.c (find_solib_trampoline_target): Update.
13096 * maint.c (maintenance_info_sections)
13097 (maintenance_translate_address, count_symtabs_and_blocks):
13098 Update.
13099 * main.c (captured_main_1): Update.
13100 * linux-thread-db.c (try_thread_db_load_from_pdir)
13101 (has_libpthread): Update.
13102 * linespec.c (iterate_over_all_matching_symtabs)
13103 (search_minsyms_for_name): Update.
13104 * jit.c (jit_find_objf_with_entry_addr): Update.
13105 * hppa-tdep.c (find_unwind_entry)
13106 (hppa_lookup_stub_minimal_symbol): Update.
13107 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
13108 Update.
13109 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
13110 (elf_gnu_ifunc_resolve_by_got): Update.
13111 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
13112 * dwarf-index-write.c (save_gdb_index_command): Update.
13113 * cp-support.c (add_symbol_overload_list_qualified): Update.
13114 * breakpoint.c (create_overlay_event_breakpoint)
13115 (create_longjmp_master_breakpoint)
13116 (create_std_terminate_master_breakpoint)
13117 (create_exception_master_breakpoint): Update.
13118 * blockframe.c (find_pc_partial_function): Update.
13119 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
13120 (ada_collect_symbol_completion_matches)
13121 (ada_add_global_exceptions): Update.
13122
776489e0
TT
131232019-01-17 Tom Tromey <tom@tromey.com>
13124
13125 * solib-target.c (lm_info_target_p): Remove typedef. Don't
13126 declare VEC.
13127 (solib_target_parse_libraries): Change return type.
13128 (library_list_start_segment, library_list_start_section)
13129 (library_list_end_library, library_list_start_library); Update.
13130 (solib_target_free_library_list): Remove.
13131 (solib_target_parse_libraries): Remove cleanup. Change return
13132 type.
13133 (solib_target_current_sos): Update.
13134
6471e7d2
TT
131352019-01-17 Tom Tromey <tromey@bapiya>
13136
13137 * valprint.c: Replace "the the" with "the".
13138 * symtab.c: Replace "the the" with "the".
13139 * solib.c: Replace "the the" with "the".
13140 * solib-dsbt.c: Replace "the the" with "the".
13141 * linespec.c: Replace "the the" with "the".
13142 * dwarf2loc.h: Replace "the the" with "the".
13143 * amd64-windows-tdep.c: Replace "the the" with "the".
13144 * aarch64-tdep.c: Replace "the the" with "the".
13145
c24bdb02
KS
131462019-01-16 Keith Seitz <keiths@redhat.com>
13147
13148 PR gdb/23773
13149 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
13150 <builder>: Rename to ..
13151 <m_builder>: ... this and make private.
13152 (dwarf2_cu::get_builder): New method. Change all users of
13153 `builder' to use this method.
13154 (dwarf2_start_symtab): Move to ...
13155 (dwarf2_cu::start_symtab): ... here. Update all callers
13156 (setup_type_unit_groups): Move to ...
13157 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
13158 callers.
13159 (dwarf2_cu::reset_builder): New method.
13160 (process_full_compunit, process_full_type_unit): Use
13161 dwarf2_cu::reset_builder.
13162 (follow_die_offset): Record the ancestor CU if it is different
13163 from the followed DIE's CU.
13164 (follow_die_sig_1): Likewise.
13165
8d64371b
TT
131662019-01-15 Tom Tromey <tom@tromey.com>
13167
13168 * remote.c (class remote_state) <buf>: Now a char_vector.
13169 <buf_size>: Remove.
13170 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
13171 parameter.
13172 (remote_target::getpkt_or_notif_sane_1)
13173 (remote_target::getpkt_sane)
13174 (remote_target::getpkt_or_notif_sane): Likewise.
13175 (class remote_target) <putpkt>: New overload.
13176 (remote_target::read_frame): Change type of "buf_p". Remove
13177 sizeof_p parameter.
13178 (packet_ok): New overload.
13179 (packet_check_result): New overload.
13180 Update all uses.
13181
bb277751
TT
131822019-01-14 Tom Tromey <tom@tromey.com>
13183
13184 * remote-notif.c (handle_notification, remote_notif_ack)
13185 (remote_notif_parse): Make "buf" const.
13186 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
13187 const.
13188 (remote_notif_parse, remote_notif_ack, handle_notification):
13189 Likewise.
13190 * remote.c (remote_notif_stop_parse): Make "buf" const.
13191 (remote_target::remote_parse_stop_reply): Make "buf" const.
13192 (remote_notif_stop_ack): Make "buf" const.
13193
05be00a8
TT
131942019-01-14 Tom Tromey <tom@tromey.com>
13195
13196 * remote.c (remote_console_output): Make parameter const.
13197
491adeca
TT
131982019-01-14 Tom Tromey <tom@tromey.com>
13199
13200 * target-debug.h (target_debug_print_signals): Constify.
13201 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
13202 * procfs.c (procfs_target::pass_signals): Update.
13203 * linux-nat.c (linux_nat_target::pass_signals): Update.
13204 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
13205 * target-delegates.c: Rebuild.
13206 * remote.c (remote_target::program_signals): Update.
13207 (remote_target::pass_signals): Update.
13208 * target.c (target_pass_signals): Constify argument.
13209 (target_program_signals): Likewise.
13210 * target.h (struct target_ops) <pass_signals, program_signals>:
13211 Constify argument.
13212 (target_pass_signals, target_program_signals): Constify argument.
13213
bbd94648
TT
132142019-01-14 Tom Tromey <tom@tromey.com>
13215
13216 PR tui/28819:
13217 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
13218
6f072a10
PFC
132192019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
13220
13221 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
13222 field.
13223 * rs6000-tdep.c: Include reggroups.h.
13224 (IS_V_ALIAS_PSEUDOREG): Define.
13225 (rs6000_register_name): Return names for the "vX" aliases.
13226 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
13227 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
13228 aliases. Call default_register_reggroup_p for all other
13229 pseudo-registers.
13230 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
13231 New functions.
13232 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
13233 Handle "vX" aliases.
13234 (v_alias_pseudo_register_collect): New function.
13235 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
13236 (rs6000_gdbarch_init): Initialize "vX" aliases as
13237 pseudo-registers. Restore registration of
13238 rs6000_pseudo_register_reggroup_p with
13239 set_tdesc_pseudo_register_reggroup_p.
13240
1a782351
MF
132412019-01-13 Max Filippov <jcmvbkbc@gmail.com>
13242
13243 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
13244 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
13245 set_gdbarch_num_pseudo_regs.
13246
d73cff18
PW
132472019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13248
13249 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
13250 Remove arg prefixname, add do_set and do_show.
13251 Add member functions set_list and show_list.
13252 * cli/cli-style.c (class cli_style_option): Update accordingly.
13253 (style_set_list): Move to file scope.
13254 (style_show_list): Likewise.
13255 (set_style): Call help_list.
13256 (show_style): Call cmd_show_list.
13257 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
13258 Update to use the new macro.
13259
60a90376
JB
132602019-10-12 Joel Brobecker <brobecker@adacore.com>
13261
13262 * ada-lang.c (_initialize_ada_language): Expand the help text
13263 for the "catch exception" command.
13264
9d7c67bf
PW
132652019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13266
13267 * symtab.c (matching_obj_sections): Initialize obj,
13268 declare it closer to its usage.
13269
7cf47dc4
TT
132702019-01-10 Tom Tromey <tom@tromey.com>
13271
13272 * thread-iter.h (inf_threads_iterator): Use next_iterator.
13273 (basic_inf_threads_range): Remove.
13274 (inf_threads_range, inf_non_exited_threads_range)
13275 (safe_inf_threads_range): Use next_adapter.
13276
d3cb6808
KS
132772019-01-10 Keith Seitz <keiths@redhat.com>
13278
13279 PR gdb/23712
13280 PR symtab/23010
13281 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
13282 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
13283
63a20375
KS
132842019-01-10 Keith Seitz <keiths@redhat.com>
13285
13286 PR gdb/23712
13287 PR symtab/23010
13288 * dictionary.c (pending_to_vector): Remove.
13289 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
13290 Remove _1 suffix, replacing functions of the same name. Update
13291 all callers.
13292 (dict_create_hashed, dict_create_hashed_expandable)
13293 (dict_create_linear, dict_create_linear_expandable, dict_free)
13294 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
13295 Make functions static.
13296
b026f593
KS
132972019-01-10 Keith Seitz <keiths@redhat.com>
13298
13299 PR gdb/23712
13300 PR symtab/23010
13301 * dictionary.h (struct dictionary): Replace declaration with
13302 multidictionary.
13303 (dict_create_hashed, dict_create_hashed_expandable)
13304 (dict_create_linear, dict_create_linear_expandable)
13305 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
13306 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
13307 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
13308 taking multidictionary argument.
13309 [ALL_DICT_SYMBOLS]: Update for multidictionary.
13310 * block.h (struct block) <dict>: Change to multidictionary
13311 and rename `multidict'.
13312 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
13313 symmisc.c: Update all dictionary references to multidictionary.
13314
c7748ee9
KS
133152019-01-10 Keith Seitz <keiths@redhat.com>
13316
13317 PR gdb/23712
13318 PR symtab/23010
13319 * dictionary.c: Include unordered_map.
13320 (pending_to_vector): New function.
13321 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
13322 Rewrite the non-"_1" functions to take vector instead
13323 of linked list.
13324 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
13325 "new" _1 versions of the same name.
13326 (multidictionary): Define.
13327 (std::hash<enum language): New definition.
13328 (collate_pending_symbols_by_language, mdict_create_hashed)
13329 (mdict_create_hashed_expandable, mdict_create_linear)
13330 (mdict_create_linear_expandable, mdict_free)
13331 (find_language_dictionary, create_new_language_dictionary)
13332 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
13333 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
13334 (mdict_size, mdict_empty): New functions.
13335 * dictionary.h (mdict_iterator): Define.
13336
67aa1f3c
PA
133372019-01-10 Pedro Alves <palves@redhat.com>
13338
13339 * breakpoint.c (read_uploaded_action)
13340 (create_tracepoint_from_upload): Adjust to use
13341 gdb::unique_xmalloc_ptr.
13342 * ctf.c (ctf_write_uploaded_tp):
13343 (SET_ARRAY_FIELD): Use emplace_back.
13344 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
13345 * tracefile-tfile.c (tfile_write_uploaded_tp):
13346 * tracepoint.c (parse_tracepoint_definition): Adjust to use
13347 gdb::unique_xmalloc_ptr.
13348 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
13349 at_string, cond_string, cmd_strings>: Replace char pointers
13350 with gdb::unique_xmalloc_ptr.
13351
2f667667
PA
133522019-01-10 Pedro Alves <palves@redhat.com>
13353
13354 * solib-target.c (library_list_start_library): Don't xstrdup name.
13355
36cb7237
PA
133562019-01-10 Pedro Alves <palves@redhat.com>
13357
13358 * mdebugread.c (parse_partial_symbols): Use
13359 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
13360
da584958
AB
133612019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
13362
13363 * linux-fork.c (scoped_switch_fork_info)
13364 <~scoped_switch_fork_info>: Fix incorrect variable name.
13365
1ef8573c
AB
133662019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
13367
13368 * linux-fork.c (scoped_switch_fork_info)
13369 <scoped_switch_fork_info>: Make explicit.
13370 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
13371
8d7bcccb
TT
133722019-01-10 Tom Tromey <tom@tromey.com>
13373
13374 * objfiles.h (objfile::reset_psymtabs): Update.
13375 * objfiles.c (objfile::objfile): Update.
13376 * psymtab.h (psymtab_storage::obstack): Update.
13377 (psymtab_storage::m_obstack): Use gdb::optional.
13378 (class psymtab_storage): Update comment. Remove objfile
13379 parameter.
13380 * psymtab.c (psymtab_storage::psymtab_storage): Update.
13381
b596a3c7
TT
133822019-01-10 Tom Tromey <tom@tromey.com>
13383
13384 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
13385 <free_psymtabs>: Now private.
13386 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
13387 (allocate_psymtab): Use new method.
13388
a9342b62
TT
133892019-01-10 Tom Tromey <tom@tromey.com>
13390
13391 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
13392 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
13393 * mdebugread.c (parse_partial_symbols): Use
13394 allocate_dependencies.
13395 * dwarf2read.c (dwarf2_create_include_psymtab): Use
13396 allocate_dependencies.
13397 (process_psymtab_comp_unit_reader)
13398 (build_type_psymtab_dependencies): Likewise.
13399 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
13400
5af70966
TT
134012019-01-10 Tom Tromey <tom@tromey.com>
13402
13403 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
13404 PSYMBOL_SET_LANGUAGE.
13405 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
13406
5923a04c
TT
134072019-01-10 Tom Tromey <tom@tromey.com>
13408
13409 * psymtab.h (psymtab_storage::obstack): New method.
13410 <m_obstack>: Rename from obstack; now private.
13411 * psymtab.c (psymtab_storage): Update.
13412 * dwarf2read.c (create_addrmap_from_index)
13413 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
13414 Update.
13415
6d6a12bf
TT
134162019-01-10 Tom Tromey <tom@tromey.com>
13417
13418 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
13419 * objfiles.h (objfile::reset_psymtabs): New method.
13420
d320c2b5
TT
134212019-01-10 Tom Tromey <tom@tromey.com>
13422
13423 * symmisc.c (print_symbol_bcache_statistics): Update.
13424 (print_objfile_statistics): Update.
13425 * symfile.c (reread_symbols): Update.
13426 * psymtab.h (class psymtab_storage): New.
13427 * psymtab.c (psymtab_storage): New constructor.
13428 (~psymtab_storage): New destructor.
13429 (require_partial_symbols): Update.
13430 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
13431 (find_pc_sect_psymtab, find_pc_sect_psymbol)
13432 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
13433 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
13434 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
13435 (start_psymtab_common, end_psymtab_common)
13436 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
13437 (allocate_psymtab): Update.
13438 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
13439 Update.
13440 (dump_psymtab_addrmap, maintenance_print_psymbols)
13441 (maintenance_check_psymtabs): Update.
13442 (class objfile_psymtabs): Move to objfiles.h.
13443 * psympriv.h (discard_psymtab): Now inline.
13444 (psymtab_discarder::psymtab_discarder): Update.
13445 (psymtab_discarder::~psymtab_discarder): Update.
13446 (ALL_OBJFILE_PSYMTABS): Rewrite.
13447 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
13448 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
13449 Remove fields.
13450 <partial_symtabs>: New field.
13451 (class objfile_psymtabs): Move from psymtab.h. Update.
13452 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
13453 psymbol_cache.
13454 (objfile::~objfile): Don't destroy psymbol_cache.
13455 * mdebugread.c (parse_partial_symbols): Update.
13456 * dwarf2read.c (create_addrmap_from_index)
13457 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
13458 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
13459 (add_partial_subprogram, dwarf2_ranges_read): Update.
13460 * dwarf-index-write.c (write_address_map)
13461 (write_one_signatured_type, recursively_write_psymbols)
13462 (class debug_names, class debug_names, write_psymtabs_to_index):
13463 Update.
13464
1d94a5a3
TT
134652019-01-10 Tom Tromey <tom@tromey.com>
13466
13467 * symtab.h (SYMBOL_SET_NAMES): Update.
13468 (symbol_set_names): Update.
13469 (MSYMBOL_SET_NAMES): Update.
13470 * symtab.c (symbol_set_names): Change argument to be an
13471 objfile_per_bfd_storage.
13472 * psymtab.c (add_psymbol_to_bcache): Update.
13473 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
13474
0f14768a
TT
134752019-01-10 Tom Tromey <tom@tromey.com>
13476
13477 * symtab.c (create_demangled_names_hash): Change argument to be an
13478 objfile_per_bfd_storage.
13479 (symbol_set_names): Update.
13480
6eee24ce
TT
134812019-01-10 Tom Tromey <tom@tromey.com>
13482
13483 * xcoffread.c (xcoff_initial_scan): Unconditionally call
13484 init_psymbol_list.
13485 * psymtab.c (init_psymbol_list): Do nothing if already called.
13486 * psympriv.h (init_psymbol_list): Add comment.
13487 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
13488 init_psymbol_list.
13489 * dbxread.c (dbx_symfile_read): Unconditionally call
13490 init_psymbol_list.
13491
75aedd27
TT
134922019-01-10 Tom Tromey <tom@tromey.com>
13493
13494 * xcoffread.c (scan_xcoff_symtab): Update.
13495 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
13496 "where".
13497 * mdebugread.c (parse_partial_symbols)
13498 (handle_psymbol_enumerators): Update.
13499 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
13500 * dbxread.c (read_dbx_symtab): Update.
13501 * psympriv.h (psymbol_placement): New enum.
13502 (add_psymbol_to_list): Update.
13503
939652a5
TT
135042019-01-10 Tom Tromey <tom@tromey.com>
13505
13506 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
13507 static_psymbols parameters.
13508 (scan_xcoff_symtab): Update.
13509 * psymtab.c (start_psymtab_common): Remove global_psymbols and
13510 static_psymbols parameters.
13511 * psympriv.h (start_psymtab_common): Update.
13512 * mdebugread.c (parse_partial_symbols): Update.
13513 * dwarf2read.c (create_partial_symtab): Update.
13514 * dbxread.c (read_dbx_symtab): Update.
13515 (start_psymtab): Remove global_psymbols and static_psymbols
13516 parameters.
13517
baa62830
TT
135182019-01-10 Tom Tromey <tom@tromey.com>
13519
13520 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
13521 * psymtab.c (allocate_psymtab): Add comment.
13522 * psympriv.h (allocate_psymtab): Add comment.
13523 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
13524 initializations.
13525 * dbxread.c (dbx_end_psymtab): Remove some initializations.
13526
0e8f53ba
TT
135272019-01-10 Tom Tromey <tom@tromey.com>
13528
13529 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
13530 Don't declare.
13531 * mipsread.c: Include mdebugread.h.
13532 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
13533 Declare.
13534 * elfread.c: Include mdebugread.h.
13535
b22a7c6a
TT
135362019-01-09 Tom Tromey <tom@tromey.com>
13537
13538 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
13539 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
13540 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
13541 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
13542 (psym_lookup_symbol, psym_find_last_source_symtab)
13543 (psym_forget_cached_source_info, psym_print_stats)
13544 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
13545 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
13546 (psym_map_matching_symbols, psym_expand_symtabs_matching)
13547 (psym_find_compunit_symtab_by_address)
13548 (maintenance_print_psymbols, maintenance_info_psymtabs)
13549 (maintenance_check_psymtabs): Use ranged for.
13550 * psymtab.h (class objfile_psymtabs): New.
13551 (require_partial_symbols): Return objfile_psymtabs.
13552 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
13553
3b9d3ac2
TT
135542019-01-09 Tom Tromey <tom@tromey.com>
13555
13556 * symfile.c (overlay_invalidate_all, find_pc_overlay)
13557 (find_pc_mapped_section, list_overlays_command)
13558 (map_overlay_command, unmap_overlay_command)
13559 (simple_overlay_update): Use all_objfiles.
13560 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
13561 * printcmd.c (info_symbol_command): Use all_objfiles.
13562 * objfiles.h (ALL_OBJSECTIONS): Remove.
13563 * maint.c (maintenance_translate_address): Use all_objfiles.
13564 * gcore.c (gcore_create_callback): Use all_objfiles.
13565 (objfile_find_memory_regions): Likewise.
13566
8b31193a
TT
135672019-01-09 Tom Tromey <tom@tromey.com>
13568
13569 * symtab.c (find_line_symtab, info_sources_command)
13570 (make_source_files_completion_list): Use objfile_compunits.
13571 * source.c (select_source_symtab): Use objfile_compunits.
13572 * objfiles.h (struct objfile): Update comment.
13573 (ALL_OBJFILES): Remove.
13574 (ALL_FILETABS): Remove.
13575 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
13576 objfile_compunits.
13577
d5da8b3c
TT
135782019-01-09 Tom Tromey <tom@tromey.com>
13579
13580 * symmisc.c (print_objfile_statistics, dump_objfile)
13581 (maintenance_print_symbols): Use compunit_filetabs.
13582 * source.c (forget_cached_source_info_for_objfile): Use
13583 compunit_filetabs.
13584 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
13585 (ALL_FILETABS): Use compunit_filetabs.
13586 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
13587 * coffread.c (coff_symtab_read): Use compunit_filetabs.
13588
5accd1a0
TT
135892019-01-09 Tom Tromey <tom@tromey.com>
13590
13591 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
13592 (compunit_filetabs): New.
13593 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
13594 compunit_filetabs.
13595 (info_sources_command, make_source_files_completion_list): Remove
13596 declaration.
13597 * symmisc.c (print_objfile_statistics, dump_objfile)
13598 (maintenance_print_symbols): Remove declaration.
13599 (maintenance_info_symtabs): Use compunit_filetabs.
13600 (maintenance_info_line_tables): Likewise.
13601 * source.c (select_source_symtab): Change local variable name.
13602 (forget_cached_source_info_for_objfile): Remove declaration.
13603 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
13604 * objfiles.c (objfile_relocate1): Remove declaration.
13605 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
13606 declaration.
13607 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
13608 * coffread.c (coff_symtab_read): Remove declaration.
13609 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
13610 compunit_filetabs.
13611
d8aeb77f
TT
136122019-01-09 Tom Tromey <tom@tromey.com>
13613
13614 * symtab.c (lookup_objfile_from_block)
13615 (find_pc_sect_compunit_symtab, search_symbols)
13616 (default_collect_symbol_completion_matches_break_on): Use
13617 objfile_compunits.
13618 * objfiles.h (ALL_COMPUNITS): Remove.
13619 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
13620 * cp-support.c (add_symbol_overload_list_qualified): Use
13621 objfile_compunits.
13622 * ada-lang.c (ada_collect_symbol_completion_matches)
13623 (ada_add_global_exceptions): Use objfile_compunits.
13624
592553c4
TT
136252019-01-09 Tom Tromey <tom@tromey.com>
13626
13627 * source.c (select_source_symtab)
13628 (forget_cached_source_info_for_objfile): Remove declaration.
13629 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
13630 declaration.
13631 * maint.c (count_symtabs_and_blocks): Remove declaration.
13632 * cp-support.c (add_symbol_overload_list_qualified): Remove
13633 declaration.
13634 * coffread.c (coff_symtab_read): Remove declaration.
13635 * symtab.c (lookup_symbol_in_objfile_symtabs)
13636 (basic_lookup_transparent_type_1): Use objfile_compunits.
13637 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
13638 (info_sources_command, search_symbols)
13639 (default_collect_symbol_completion_matches_break_on)
13640 (make_source_files_completion_list): Remove declaration.
13641 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
13642 (ada_collect_symbol_completion_matches)
13643 (ada_add_global_exceptions): Remove declaration.
13644 * linespec.c (iterate_over_all_matching_symtabs): Use
13645 objfile_compunits.
13646 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
13647 (class objfile_compunits): New.
13648 (ALL_COMPUNITS): Use objfile_compunits.
13649 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
13650 (maintenance_check_symtabs, maintenance_info_line_tables): Use
13651 objfile_compunits.
13652 * objfiles.c (objfile_relocate1): Use objfile_compunits.
13653
5325b9bf
TT
136542019-01-09 Tom Tromey <tom@tromey.com>
13655
13656 * symtab.c (search_symbols)
13657 (default_collect_symbol_completion_matches_break_on): Use
13658 objfile_msymbols.
13659 * ada-lang.c (ada_lookup_simple_minsym)
13660 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
13661 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
13662 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
13663 objfile_msymbols.
13664 * coffread.c (coff_symfile_read): Use objfile_msymbols.
13665 * symmisc.c (dump_msymbols): Use objfile_msymbols.
13666 * objc-lang.c (find_methods): Use objfile_msymbols.
13667 (info_selectors_command, info_classes_command): Likewise.
13668 * stabsread.c (scan_file_globals): Use objfile_msymbols.
13669 * objfiles.h (class objfile_msymbols): New.
13670 (ALL_OBJFILE_MSYMBOLS): Remove.
13671 (ALL_MSYMBOLS): Remove.
13672
cac85af2
TT
136732019-01-09 Tom Tromey <tom@tromey.com>
13674
13675 * common/next-iterator.h (next_adapter): Add Iterator template
13676 parameter.
13677 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
13678 (class all_objfiles_safe): New.
13679 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
13680 * objfiles.c (put_objfile_before): Update comment.
13681 (add_separate_debug_objfile): Likewise.
13682 (free_all_objfiles): Use all_objfiles_safe.
13683 (objfile_purge_solibs): Likewise.
13684
aed57c53
TT
136852019-01-09 Tom Tromey <tom@tromey.com>
13686
13687 * symtab.c (iterate_over_symtabs, matching_obj_sections)
13688 (expand_symtab_containing_pc, lookup_static_symbol)
13689 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
13690 (find_symbol_at_address, find_line_symtab, find_main_name): Use
13691 all_objfiles.
13692 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
13693 * breakpoint.c (create_overlay_event_breakpoint)
13694 (create_longjmp_master_breakpoint)
13695 (create_std_terminate_master_breakpoint)
13696 (create_exception_master_breakpoint): Use all_objfiles.
13697 * linux-thread-db.c (try_thread_db_load_from_pdir)
13698 (has_libpthread): Use all_objfiles.
13699 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
13700 * linespec.c (iterate_over_all_matching_symtabs)
13701 (search_minsyms_for_name): Use all_objfiles.
13702 * maint.c (maintenance_info_sections): Use all_objfiles.
13703 * main.c (captured_main_1): Use all_objfiles.
13704 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
13705 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
13706 * guile/scm-pretty-print.c
13707 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
13708 * solib-spu.c (append_ocl_sos): Use all_objfiles.
13709 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
13710 (maintenance_print_msymbols): Use all_objfiles.
13711 * source.c (select_source_symtab): Use all_objfiles.
13712 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
13713 * symfile.c (remove_symbol_file_command)
13714 (expand_symtabs_matching, map_symbol_filenames): Use
13715 all_objfiles.
13716 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
13717 all_objfiles.
13718 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
13719 * objc-lang.c (find_methods): Use all_objfiles.
13720 * objfiles.c (have_partial_symbols, have_full_symbols)
13721 (have_minimal_symbols, qsort_cmp)
13722 (default_iterate_over_objfiles_in_search_order): Use
13723 all_objfiles.
13724 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
13725 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
13726 (maintenance_check_psymtabs): Use all_objfiles.
13727 (ALL_PSYMTABS): Remove.
13728 * compile/compile-object-run.c (do_module_cleanup): Use
13729 all_objfiles.
13730 * blockframe.c (find_pc_partial_function): Use all_objfiles.
13731 * cp-support.c (add_symbol_overload_list_qualified): Use
13732 all_objfiles.
13733 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
13734 Use all_objfiles.
13735 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
13736 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
13737 all_objfiles.
13738 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
13739 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
13740 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
13741 Uses all_objfiles.
13742 * solib.c (solib_read_symbols): Use all_objfiles
13743
99d89cde
TT
137442019-01-09 Tom Tromey <tom@tromey.com>
13745
13746 * probe.c (parse_probes_in_pspace): Use all_objfiles.
13747 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
13748 all_objfiles.
13749 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
13750 * symmisc.c (print_symbol_bcache_statistics)
13751 (print_objfile_statistics, maintenance_print_objfiles)
13752 (maintenance_info_symtabs, maintenance_check_symtabs)
13753 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
13754 all_objfiles.
13755 * source.c (forget_cached_source_info): Use all_objfiles.
13756 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
13757 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
13758 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
13759 * objfiles.c (update_section_map): Use all_objfiles.
13760 (shared_objfile_contains_address_p): Likewise.
13761 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
13762 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
13763
21708325
TT
137642019-01-09 Tom Tromey <tom@tromey.com>
13765
13766 * common/next-iterator.h: New file.
13767 * objfiles.h (class all_objfiles): New.
13768 (struct objfile_iterator): New.
13769
669e09f6
PW
137702019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13771
13772 * NEWS: Move the description of the changed "frame", "select-frame",
13773 and "info frame" commands to the Changed commands section.
13774
041be526
SM
137752019-01-09 Simon Marchi <simon.marchi@ericsson.com>
13776
13777 * gdbtypes.c (check_stub_method_group): Remove handling of old
13778 mangling schemes.
13779 * linespec.c (find_methods): Likewise.
13780 * stabsread.c (read_member_functions): Likewise.
13781 * valops.c (search_struct_method): Likewise.
13782 (value_struct_elt_for_reference): Likewise.
13783 * NEWS: Mention this change.
13784
0e2a2133
AB
137852019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
13786
13787 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
13788 print_source_lines.
13789 * source.c (print_source_lines_base): Update line number check.
13790 (print_source_lines): New function.
13791 (source_lines_range::source_lines_range): New function.
13792 * source.h (class source_lines_range): New class.
13793 (print_source_lines): New declaration.
13794
1055a3b4
PW
137952019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13796
13797 * linespec.c (linespec_state_destructor): Free self->canonical_names.
13798
cfeadda5
TT
137992019-01-08 Tom Tromey <tom@tromey.com>
13800 Simon Marchi <simon.marchi@ericsson.com>
13801
13802 PR gdb/24060
13803 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
13804 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
13805 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
13806 * f-exp.y (DOLLAR_VARIABLE): Likewise.
13807 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
13808 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
13809
583068ca
AB
138102019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
13811
13812 * source.c (select_source_symtab): Move header comment to
13813 declaration in source.h.
13814 (forget_cached_source_info_for_objfile): Likewise.
13815 (forget_cached_source_info): Likewise.
13816 (identify_source_line): Likewise.
13817 * source.h (identify_source_line): Move declaration from symtab.h
13818 and add comment from source.c
13819 (print_source_lines): Likewise.
13820 (forget_cached_source_info_for_objfile): Likewise.
13821 (forget_cached_source_info): Likewise.
13822 (select_source_symtab): Likewise.
13823 (enum print_source_lines_flag): Move definition from symtab.h.
13824 * symtab.h (identify_source_line): Move declaration to source.h.
13825 (print_source_lines): Likewise.
13826 (forget_cached_source_info_for_objfile): Likewise.
13827 (forget_cached_source_info): Likewise.
13828 (select_source_symtab): Likewise.
13829 (enum print_source_lines_flag): Move definition to source.h.
13830 * tui/tui-hooks.c: Add 'source.h' include.
13831
ec98a4ad
AB
138322019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
13833
13834 * source.c (print_source_lines_base): Handle requests to print
13835 reverse line number sequences, and guard against empty lines
13836 string.
13837
62ea19c1
AB
138382019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
13839
13840 * source.c (print_source_lines_base): Fix skip of '\r' if next
13841 character is '\n'.
13842
9d30e1fd
TT
138432019-01-06 Tom Tromey <tom@tromey.com>
13844
13845 * c-exp.y (struct c_parse_state) <macro_original_text,
13846 expansion_obstack>: New member.
13847 (macro_original_text, expansion_obstack): Remove globals.
13848 (scan_macro_expansion, scanning_macro_expansion)
13849 (finished_macro_expansion): Update.
13850 (scan_macro_cleanup): Remove.
13851 (yylex, c_parse): Update.
13852
c65bac38
TT
138532019-01-06 Tom Tromey <tom@tromey.com>
13854
13855 * c-exp.y (struct c_parse_state) <strings>: New member.
13856 (operator_stoken): Update.
13857
02e12e38
TT
138582019-01-06 Tom Tromey <tom@tromey.com>
13859
13860 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
13861 (union type_stack_elt) <typelist_val>: Now a pointer to
13862 std::vector.
13863 (type_stack_cleanup): Don't declare.
13864 (push_typelist): Update.
13865 * parse.c (pop_typelist): Return a std::vector.
13866 (push_typelist): Take a std::vector.
13867 (follow_types): Update. Do not free args.
13868 (type_stack_cleanup): Remove.
13869 * c-exp.y (struct c_parse_state): New.
13870 (cpstate): New global.
13871 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
13872 (nonempty_typelist): Update.
13873 (func_mod): Create a new vector.
13874 (c_parse): Create a c_parse_state.
13875 (check_parameter_typelist): Do not delete params.
13876 (function_method): Update. Do not delete type_list.
13877
f097f5ad
TT
138782019-01-06 Tom Tromey <tom@tromey.com>
13879
13880 PR gdb/28155:
13881 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
13882 check_typedef.
13883 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
13884 (print_return_value): Likewise.
13885
d2adf9f1
TT
138862019-01-05 Tom Tromey <tom@tromey.com>
13887
13888 * contrib/cleanup_check.py: Remove.
13889 * contrib/gcc-with-excheck: Remove.
13890 * contrib/exsummary.py: Remove.
13891 * contrib/excheck.py: Remove.
13892
2eab46b1
JB
138932019-01-05 Joel Brobecker <brobecker@adacore.com>
13894
13895 * thread.c (delete_thread_1): Add gdb_assert that THR is not
13896 NULL. Initialize tpprev to NULL instead of assigning it
13897 to NULL on the next statement.
13898 * windows-nat.c (windows_delete_thread): Remove check for
13899 main_thread_id before printing thread exit notifications.
13900 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
13901 Remove thread ID check against main_thread_id.
13902 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
13903 windows_delete_thread.
13904 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
13905
48c5e7e2
TT
139062019-01-04 Tom Tromey <tom@tromey.com>
13907
13908 * compile/compile.c (_initialize_compile): Use upper case for
13909 metasyntactic variables.
13910 * symmisc.c (_initialize_symmisc): Use upper case for
13911 metasyntactic variables.
13912 * psymtab.c (_initialize_psymtab): Use upper case for
13913 metasyntactic variables.
13914 * demangle.c (demangle_command): Use upper case for metasyntactic
13915 variables.
13916 (_initialize_demangler): Likewise.
13917 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
13918 variables.
13919
986041cd
TT
139202019-01-03 Tom Tromey <tom@tromey.com>
13921
13922 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
13923
7c711119
TT
139242019-01-03 Tom Tromey <tom@tromey.com>
13925
13926 * python/py-symtab.c (salpy_str): Update.
13927 (struct salpy_sal_object) <symtab>: Now a PyObject.
13928 (salpy_dealloc): Update.
13929 (del_objfile_sal): Use gdbpy_ref.
13930
1b20edf0
TT
139312019-01-03 Tom Tromey <tom@tromey.com>
13932
13933 * python/py-type.c (convert_field): Use new_reference. Return
13934 gdbpy_ref.
13935 (make_fielditem): Return gdbpy_ref.
13936 (typy_fields): Update.
13937 (typy_getitem): Update.
13938 (field_name): Return gdbpy_ref. Use new_reference.
13939 (typy_iterator_iternext): Update.
13940
ea41325b
TT
139412019-01-03 Tom Tromey <tom@tromey.com>
13942
13943 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
13944
2a3c71d6
TT
139452019-01-03 Tom Tromey <tom@tromey.com>
13946
13947 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
13948 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
13949 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
13950 (pspy_set_frame_filters, pspy_set_frame_unwinders)
13951 (pspy_set_type_printers): Likewise.
13952 * python/py-function.c (fnpy_init): Use gdbpy_ref.
13953 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
13954 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
13955 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
13956 (objfpy_set_type_printers): Likewise.
13957
5c329e6a
TT
139582019-01-03 Tom Tromey <tom@tromey.com>
13959
13960 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
13961 (gdbpy_print_stack): Use gdbpy_err_fetch.
13962 * python/python-internal.h (class gdbpy_err_fetch): New class.
13963 (class gdbpy_enter) <m_error_type, m_error_value,
13964 m_error_traceback>: Remove.
13965 <m_error>: New member.
13966 (gdbpy_exception_to_string): Don't declare.
13967 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
13968 * python/py-value.c (convert_value_from_python): Use
13969 gdbpy_err_fetch.
13970 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
13971 gdbpy_exception_to_string.
13972 (gdbpy_handle_exception): Use gdbpy_err_fetch.
13973 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
13974 gdbpy_err_fetch.
13975
169bb27b
AB
139762019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13977
13978 * linux-nat.c (delete_lwp_cleanup): Delete.
13979 (struct lwp_deleter): New struct.
13980 (lwp_info_up): New typedef.
13981 (linux_nat_target::follow_fork): Delete cleanup, and make use of
13982 lwp_info_up.
13983
a07c8880
AB
139842019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13985
13986 * linux-fork.c (class scoped_switch_fork_info): New class.
13987 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
13988
26089c49
AB
139892019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13990
13991 * valops.c (find_overload_match): Remove use of null_cleanup, and
13992 calls to do_cleanups.
13993
06d3e5b0
AB
139942019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13995
13996 * compile/compile-cplus-types.c
13997 (compile_cplus_instance::decl_name): Handle changes to
13998 cp_func_name.
13999 * cp-support.c (cp_func_name): Update header comment, update
14000 return type.
14001 * cp-support.h (cp_func_name): Update return type in declaration.
14002 * valops.c (find_overload_match): Move temp_func local to top
14003 level of function and change its type. Use temp_func to hold and
14004 delete temporary string obtained from cp_func_name.
14005
66644cd3
AB
140062019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14007
14008 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
14009 gdb::char_vector, remove cleanup, and update uses of `msg`.
14010
592d8c0a
JW
140112019-01-03 Jim Wilson <jimw@sifive.com>
14012
14013 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
14014
c55d06ec
TT
140152019-01-02 Tom Tromey <tom@tromey.com>
14016
14017 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
14018 (tdesc_parse_xml): Remove cleanups.
14019 * target-descriptions.h (make_cleanup_free_target_description):
14020 Don't declare.
14021 (target_desc_deleter): New struct.
14022 (target_desc_up): New typedef.
14023 * target-descriptions.c (target_desc_deleter::operator()): Rename
14024 from free_target_description.
14025 (make_cleanup_free_target_description): Remove.
14026
3a6ae42d
TT
140272019-01-02 Tom Tromey <tom@tromey.com>
14028
14029 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
14030 constructor, destructor.
14031 (linespec_parser): Remove typedef.
14032 (~linespec_parser): Rename from linespec_parser_delete.
14033 (linespec_lex_to_end, linespec_complete_label)
14034 (linespec_complete): Update.
14035 (decode_line_full): Remove cleanups.
14036 (decode_line_1): Update.
14037
61fd3e73
TT
140382019-01-02 Tom Tromey <tom@tromey.com>
14039
14040 * python/python-internal.h (inferior_to_inferior_object): Change
14041 return type.
14042 * python/py-exitedevent.c (create_exited_event_object): Update.
14043 * python/py-inferior.c (inferior_to_inferior_object): Return
14044 gdbpy_ref.
14045 (python_new_inferior, python_inferior_deleted)
14046 (thread_to_thread_object, delete_thread_object)
14047 (build_inferior_list, gdbpy_selected_inferior): Update.
14048 * python/py-infthread.c (create_thread_object): Update. Also fail
14049 if inferior_to_inferior_object fails.
14050
d20172fc
SM
140512019-01-02 Simon Marchi <simon.marchi@ericsson.com>
14052
14053 * inferior.h (class inferior) <displaced_step_state>: New field.
14054 * infrun.h (struct displaced_step_state): Move here from
14055 infrun.c. Initialize fields, add constructor.
14056 <inf>: Remove field.
14057 <reset>: New method.
14058 * infrun.c (struct displaced_step_inferior_state): Move to
14059 infrun.h.
14060 (displaced_step_inferior_states): Remove.
14061 (get_displaced_stepping_state): Adust.
14062 (displaced_step_in_progress_any_inferior): Adjust.
14063 (displaced_step_in_progress_thread): Adjust.
14064 (displaced_step_in_progress): Adjust.
14065 (add_displaced_stepping_state): Remove.
14066 (get_displaced_step_closure_by_addr): Adjust.
14067 (remove_displaced_stepping_state): Remove.
14068 (infrun_inferior_exit): Call displaced_step_state.reset.
14069 (use_displaced_stepping): Don't check for NULL.
14070 (displaced_step_prepare_throw): Call
14071 get_displaced_stepping_state.
14072 (displaced_step_fixup): Don't check for NULL.
14073 (prepare_for_detach): Don't check for NULL.
14074
e3319240
PW
140752019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14076
14077 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
14078 in case of call that did not complete.
14079
5d36dfb9
AU
140802019-01-02 Andrey Utkin <autkin@undo.io>
14081
14082 * symfile.c (find_separate_debug_file): Fix search of debug files for
14083 remote debuggee.
14084
8833fbf0
TT
140852019-01-02 Tom Tromey <tom@tromey.com>
14086
14087 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
14088 indentation.
14089 * python/py-frame.c (frapy_older): Remove cast.
14090 (frapy_newer): Likewise.
14091 * python/py-breakpoint.c (local_setattro): Remove cast.
14092 * python/py-arch.c (archpy_name): Remove local variable.
14093 * python/py-type.c (gdbpy_lookup_type): Remove cast.
14094
4ada3dfd
JB
140952019-01-02 Joel Brobecker <brobecker@adacore.com>
14096
14097 * unittests/basic_string_view/element_access/char/empty.cc:
14098 Fix year range in copyright header.
14099
113b7b81
AB
141002019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
14101
14102 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
14103 Delete.
14104 <operator==>: Update with for removed field.
14105 <hash>: Likewise.
14106 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
14107 <isa_features>: ...this.
14108 <abi_features>: New field.
14109 (riscv_isa_flen): Update comment.
14110 (riscv_abi_xlen): New declaration.
14111 (riscv_abi_flen): New declaration.
14112 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
14113 isa_features.
14114 (riscv_abi_xlen): New function.
14115 (riscv_isa_flen): Update to get answer from isa_features.
14116 (riscv_abi_flen): New function.
14117 (riscv_has_fp_abi): Update to get answer from abi_features.
14118 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
14119 xlen and flen.
14120 (riscv_call_info) <xlen, flen>: Update comment.
14121 (riscv_call_arg_struct): Remove invalid assertions
14122 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
14123 is removed.
14124 (riscv_gdbarch_init): Gather isa features and abi features
14125 separately, ensure both match on the gdbarch when reusing an old
14126 gdbarch. Relax an error check to allow 32-bit abi float to run on
14127 a target with 64-bit float hardware.
14128
b18ca514
PW
141292019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14130
14131 * source.c (search_command_helper): Stop reverse search
14132 when line 1 has been searched.
14133
ec70d8db
PW
141342019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14135
14136 * record-full.c (record_full_base_target::close): Rewrite
14137 record_full_core_buf_list free logic.
14138
5b38f9c1
PW
141392019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14140
14141 * break-catch-syscall.c (print_one_catch_syscall): xfree
14142 the last text.
14143
66d91b39
JB
141442019-01-01 Joel Brobecker <brobecker@adacore.com>
14145
14146 * top.c (print_gdb_version): Update Copyright year in version
14147 message.
14148
42a4f53d
JB
141492019-01-01 Joel Brobecker <brobecker@adacore.com>
14150
14151 Update copyright year range in all GDB files.
14152
7e955d83 141532019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
2139e8dc 14154
5bbd631d 14155 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
2139e8dc 14156
5bbd631d 14157For older changes see ChangeLog-2018.
c906108c
SS
14158\f
14159Local Variables:
14160mode: change-log
14161left-margin: 8
14162fill-column: 74
14163version-control: never
57da7796 14164coding: utf-8
c906108c 14165End:
5bbd631d 14166
This page took 3.824252 seconds and 4 git commands to generate.