Use styled_string in more places
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
9d636d67
TT
12019-10-01 Tom Tromey <tom@tromey.com>
2
3 * stack.c (print_frame, info_frame_command_core): Use
4 styled_string.
5 * linux-thread-db.c (try_thread_db_load_1)
6 (try_thread_db_load_from_pdir_1): Use styled_string.
7 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
8 (auto_load_section_scripts, info_auto_load_local_gdbinit)
9 (maybe_print_unsupported_script_warning)
10 (maybe_print_script_not_found_warning): Use styled_string.
11 * ada-lang.c (user_select_syms): Use styled_string.
12
7f6aba03
TT
132019-10-01 Tom Tromey <tom@tromey.com>
14
15 * p-lang.c (pascal_printstr): Use metadata style.
16 * value.c (show_convenience): Use metadata style.
17 * valprint.c (valprint_check_validity, val_print_optimized_out)
18 (val_print_not_saved, val_print_unavailable)
19 (val_print_invalid_address, generic_val_print, val_print)
20 (value_check_printable, val_print_array_elements): Use metadata
21 style.
22 * ui-out.h (class ui_out) <field_fmt>: New overload.
23 <do_field_fmt>: Add style parameter.
24 * ui-out.c (ui_out::field_fmt): New overload.
25 * typeprint.c (type_print_unknown_return_type)
26 (val_print_not_allocated, val_print_not_associated): Use metadata
27 style.
28 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
29 parameter.
30 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
31 * tracepoint.c (tvariables_info_1): Use metadata style.
32 * stack.c (print_frame_arg, print_frame_info, print_frame)
33 (info_frame_command_core): Use metadata style.
34 * skip.c (info_skip_command): Use metadata style.
35 * rust-lang.c (rust_print_enum): Use metadata style.
36 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
37 metadata style.
38 * python/py-framefilter.c (py_print_single_arg): Use metadata
39 style.
40 * printcmd.c (do_one_display, print_variable_and_value): Use
41 metadata style.
42 * p-valprint.c (pascal_val_print)
43 (pascal_object_print_value_fields): Use metadata style.
44 * p-typeprint.c (pascal_type_print_base): Use metadata style.
45 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
46 parameter.
47 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
48 * m2-valprint.c (m2_print_long_set): Use metadata style.
49 * m2-typeprint.c (m2_print_type): Use metadata style.
50 * infcmd.c (print_return_value_1): Use metadata style.
51 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
52 * f-valprint.c (info_common_command_for_block): Use metadata
53 style.
54 * f-typeprint.c (f_type_print_base): Use metadata style.
55 * expprint.c (print_subexp_standard): Use metadata style.
56 * cp-valprint.c (cp_print_value_fields): Use metadata style.
57 * cli/cli-style.h (class cli_style_option): Add constructor.
58 (metadata_style): Declare.
59 * cli/cli-style.c (metadata_style): New global.
60 (_initialize_cli_style): Register metadata style.
61 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
62 parameter.
63 * cli-out.c (cli_ui_out::do_field_fmt): Update.
64 * c-typeprint.c (c_type_print_base_struct_union)
65 (c_type_print_base_1): Use metadata style.
66 * breakpoint.c (watchpoint_value_print)
67 (print_one_breakpoint_location): Use metadata style.
68 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
69 style.
70 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
71 style.
72 * ada-valprint.c (val_print_packed_array_elements, printstr)
73 (print_field_values, ada_val_print_ref, ada_val_print): Use
74 metadata style.
75 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
76 style.
77 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
78 style.
79 * ada-lang.c (user_select_syms): Use metadata style.
80
14309bb6
TT
812019-10-01 Tom Tromey <tom@tromey.com>
82
83 * cli/cli-cmds.c (pwd_command): Style output.
84
6a831f06
PA
852019-10-01 Pedro Alves <palves@redhat.com>
86 Tom Tromey <tom@tromey.com>
87
88 * symtab.c (print_symbol_info): Use %ps.
89 (print_msymbol_info): Use %ps.
90 * symfile.c (symbol_file_add_with_addrs): Use %ps.
91 * printcmd.c (print_variable_and_value): Use %ps.
92 * macrocmd.c (show_pp_source_pos): Use %ps.
93 * infrun.c (print_exited_reason): Use ui_out::message.
94 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
95 (describe_other_breakpoints): Use ui_out::message and new
96 formats.
97 (say_where): Use new formats.
98 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
99 and new formats.
100
2a3c1174
PA
1012019-10-01 Pedro Alves <palves@redhat.com>
102 Tom Tromey <tom@tromey.com>
103
104 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
105 (test_gdb_formats): New function.
106 (run_tests): Call it.
107 (test_format_specifier): Update.
108 * utils.h (fputs_filtered): Update comment.
109 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
110 (fputs_styled_unfiltered): Declare.
111 * utils.c (fputs_styled_unfiltered): New function.
112 (vfprintf_maybe_filtered): Add gdbfmt parameter.
113 (vfprintf_filtered): Update.
114 (vfprintf_unfiltered, vprintf_filtered): Update.
115 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
116 * ui-out.h (enum ui_out_flag) <unfiltered_output,
117 disallow_ui_out_field>: New constants.
118 (enum class field_kind): New.
119 (struct base_field_s, struct signed_field_s): New.
120 (signed_field): New function.
121 (struct string_field_s): New.
122 (string_field): New function.
123 (struct styled_string_s): New.
124 (styled_string): New function.
125 (class ui_out) <message>: Add comment.
126 <vmessage, call_do_message>: New methods.
127 <do_message>: Add style parameter.
128 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
129 methods.
130 (ui_out::message): Rewrite.
131 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
132 parameter.
133 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
134 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
135 gdb_extensions parameter.
136 (class format_piece): Add parameter to constructor.
137 (n_int_args): New field.
138 * gdbsupport/format.c (format_pieces::format_pieces): Add
139 gdb_extensions parameter. Handle '*'.
140 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
141 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
142 vfprintf_styled_no_gdbfmt.
143 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
144 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
145 unfiltered output.
146 * ui-style.h (struct ui_file_style) <ptr>: New method.
147
0dfe5bfb
TT
1482019-10-01 Tom Tromey <tom@tromey.com>
149
150 * unittests/format_pieces-selftests.c: Update. Add final format.
151 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
152 empty literal pieces.
153
e43b10e1
TT
1542019-10-01 Tom Tromey <tom@tromey.com>
155
156 * ui-out.h (enum class ui_out_style_kind): Remove.
157 (class ui_out) <field_string, field_stsream, do_field_string>:
158 Change type of "style".
159 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
160 (ui_out::field_string): Update.
161 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
162 of "style".
163 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
164 * tracepoint.c (print_one_static_tracepoint_marker): Update.
165 * stack.c (print_frame_arg, print_frame_info, print_frame):
166 Update.
167 * source.c (print_source_lines_base): Update.
168 * solib.c (info_sharedlibrary_command): Update.
169 * skip.c (info_skip_command): Update.
170 * record-btrace.c (btrace_call_history_src_line)
171 (btrace_call_history): Update.
172 * python/py-framefilter.c (py_print_frame): Update.
173 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
174 "style".
175 * mi/mi-out.c (mi_ui_out::do_table_header)
176 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
177 (mi_ui_out::do_field_string): Update.
178 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
179 Update.
180 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
181 "style".
182 * cli-out.c (cli_ui_out::do_table_header)
183 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
184 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
185 (cli_ui_out::do_field_fmt): Update.
186 * breakpoint.c (print_breakpoint_location): Update.
187 (update_static_tracepoint): Update.
188
cd7c32c3
PW
1892019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
190
191 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
192 conversion of gdb_datadir.
193 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
194 remove not needed c_str ().
195
8fe0f950
AT
1962019-09-30 Ali Tamur <tamur@google.com>
197
198 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
199 (dwarf2_string_attr): Likewise.
200
5f48f8f3
AT
2012019-09-30 Ali Tamur <tamur@google.com>
202
203 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
204 (process_full_type_unit): Likewise.
205 (dump_die_shallow): Likewise.
206 (cu_debug_loc_section): Likewise.
207
6fb08628
CB
2082019-09-28 Christian Biesinger <cbiesinger@google.com>
209
210 * minsyms.c (compare_minimal_symbols): Rename to...
211 (minimal_symbol_is_less_than): ...this, and adjust to STL
212 conventions (return bool, take arguments as references)
213 (minimal_symbol_reader::install): Call std::sort instead
214 of qsort.
215
c7ee338a
CB
2162019-09-29 Christian Biesinger <cbiesinger@google.com>
217
218 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
219 hash and why.
220 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
221 msymbol_hash, msymbol_demangled_hash>: Improve comments.
222
703a86c2
SM
2232019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
224
225 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
226 * psympriv.h (add_psymbol_to_list): Move comment here and update
227 it.
228
0df0352a
TV
2292019-09-29 Tom de Vries <tdevries@suse.de>
230
231 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
232 Use $tmpdir/$(basename "$output_file").dwz instead of
233 "${output_file}.dwz".
234
ad75efa6
SM
2352019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
236
237 PR gdb/25045
238 * hppa-linux-nat.c: Include gdbarch.h.
239
ececd218
CB
2402019-09-26 Christian Biesinger <cbiesinger@google.com>
241
242 * blockframe.c (find_pc_partial_function): Change return type to bool.
243 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
244 * minsyms.c (in_gnu_ifunc_stub): Likewise.
245 (stub_gnu_ifunc_resolve_name): Likewise.
246 * symtab.c (compare_filenames_for_search): Likewise.
247 (compare_glob_filenames_for_search): Likewise.
248 (matching_obj_sections): Likewise.
249 (symbol_matches_domain): Likewise.
250 (find_line_symtab): Change out param EXACT_MATCH to bool *.
251 (find_line_pc): Change return type to bool.
252 (find_line_pc_range): Likewise.
253 (producer_is_realview): Likewise.
254 * symtab.h (symbol_matches_domain): Likewise.
255 (find_pc_partial_function): Likewise.
256 (find_pc_line_pc_range): Likewise.
257 (in_gnu_ifunc_stub): Likewise.
258 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
259 (find_line_pc): Likewise.
260 (find_line_pc_range): Likewise.
261 (matching_obj_sections): Likewise.
262 (find_line_symtab): Change out parameter to bool.
263 (producer_is_realview): Change return type to bool.
264 (compare_filenames_for_search): Likewise.
265 (compare_glob_filenames_for_search): Likewise.
266
27a900b8
TT
2672019-09-26 Tom Tromey <tom@tromey.com>
268
269 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
270 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
271 * gdb_usleep.h: Remove.
272 * gdb_usleep.c: Remove.
273 * utils.c: Don't include gdb_usleep.h.
274
5d63b30a
TT
2752019-09-26 Tom Tromey <tromey@adacore.com>
276
277 * python/py-type.c (type_to_type_object): Call check_typedef
278 for stub types.
279
12904d37
TT
2802019-09-26 Tom Tromey <tom@tromey.com>
281
282 * utils.h (initialize_utils): Don't declare.
283 * top.c (gdb_init): Don't call initialize_utils.
284 * utils.c (initialize_utils): Remove. Move contents...
285 (_initialize_utils): ... here.
286
858f25f0
TT
2872019-09-25 Tom Tromey <tom@tromey.com>
288
289 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
290 * utils.h (make_hex_string): Don't declare.
291 * utils.c (make_hex_string): Remove.
292
3d435220
TV
2932019-09-24 Tom de Vries <tdevries@suse.de>
294
295 PR gdb/23815
296 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
297 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
298
ddd44b70
DD
2992019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
300
301 * NEWS: Mention new simulator port for PRU.
302
f945dedf
CB
3032019-09-23 Christian Biesinger <cbiesinger@google.com>
304
305 * ada-exp.y (write_object_remaining): Update.
306 * ada-lang.c (ada_decode): Return a std::string instead of a char*
307 and eliminate the static buffer.
308 (ada_decode_symbol): Update.
309 (ada_la_decode): Update.
310 (ada_sniff_from_mangled_name): Update.
311 (is_valid_name_for_wild_match): Update.
312 (ada_lookup_name_info::matches): Update and simplify.
313 (name_matches_regex): Update.
314 (ada_add_global_exceptions): Update.
315 * ada-lang.h (ada_decode): Update signature.
316 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
317 * dwarf-index-write.c (debug_names::insert): Update.
318
7ab78ccb
SM
3192019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
320
321 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
322 formatting.
323
9252448b
SM
3242019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
325
326 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
327 Change "nonzero" to "true" in documentation.
328
626ca2c0
CB
3292019-09-20 Christian Biesinger <cbiesinger@google.com>
330
331 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
332 (_initialize_darwin_solib): Don't set
333 darwin_so_ops.lookup_lib_global_symbol.
334 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
335 set_gdbarch_iterate_over_objfiles_in_search_order.
336 (elf_lookup_lib_symbol): Rename to...
337 (svr4_iterate_over_objfiles_in_search_order): this, and update
338 to iterate semantics.
339 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
340 * solib.c (solib_global_lookup): Remove.
341 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
342 (solib_global_lookup): Remove.
343 * symtab.c (lookup_global_or_static_symbol): Remove call to
344 solib_global_lookup.
345
5a3a0d63
JB
3462019-09-20 Joel Brobecker <brobecker@adacore.com>
347
348 * NEWS: Move entries about default MI version now being
349 version 3, and about the GDB/MI fix for multi-location
350 breakpoints to the "since GDB 8.3" section.
351
ffea1427
JB
3522019-09-20 Joel Brobecker <brobecker@adacore.com>
353
354 GDB 8.3.1 released.
355
abf516c6
UW
3562019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
357
358 * NEWS: Mention that Cell/B.E. debugging support was removed.
359 * MAINTAINERS: Remove spu target.
360
361 * config/djgpp/fnchange.lst: Remove entries for removed files.
362
363 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
364 spu-multiarch.o, and spu-tdep.o.
365 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
366 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
367 spu-multiarch.c, and spu-tdep.c.
368 * spu-linux-nat.c: Remove file.
369 * spu-multiarch.c: Remove file.
370 * spu-tdep.c: Remove file.
371 * spu-tdep.h: Remove file.
372 * solib-spu.c: Remove file.
373 * solib-spu.h: Remove file.
374
375 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
376 * configure.nat (spu-linux): Remove.
377 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
378 solib-multiarch.o from gdb_target_obs.
379 (spu*-*-*): Remove.
380
381 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
382 feature flag.
383 (ppc_linux_no_features): Update.
384 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
385 Cell/B.E. support.
386 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
387 (tdesc_powerpc_cell64l): Likewise.
388 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
389 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
390 Cell/B.E. support.
391 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
392 Do not include "features/rs6000/powerpc-cell32l.c" or
393 "features/rs6000/powerpc-cell64l.c".
394 (ppc_linux_spu_section): Remove.
395 (ppc_linux_core_read_description): Remove Cell/B.E. support.
396 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
397 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
398 (ppc_linux_spe_context_lookup): Remove.
399 (ppc_linux_spe_context_inferior_created): Remove.
400 (ppc_linux_spe_context_solib_loaded): Remove.
401 (ppc_linux_spe_context_solib_unloaded): Remove.
402 (ppc_linux_spe_context): Remove.
403 (struct ppu2spu_cache): Remove.
404 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
405 (struct ppu2spu_data): Remove.
406 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
407 ppu2spu_unwind): Remove.
408 (ppc_linux_init_abi): Remove Cell/B.E. support.
409 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
410
411 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
412 (rs6000/powerpc-cell64l-expedite): Likewise
413 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
414 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
415 rs6000/powerpc-cell64l.xml.
416 * features/rs6000/powerpc-cell32l.xml: Remove.
417 * features/rs6000/powerpc-cell64l.xml: Likewise.
418 * features/rs6000/powerpc-cell32l.c: Remove generated file.
419 * features/rs6000/powerpc-cell64l.c: Likewise.
420 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
421 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
422 * regformats/reg-spu.dat: Remove.
423
424 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
425 * corelow.c (struct spuid_list): Remove.
426 (add_to_spuid_list): Remove.
427 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
428 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
429 (remote_protocol_features): Remove associated entries.
430 (_initialize_remote): No longer initialize them.
431 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
432 * linux-nat.c (SPUFS_MAGIC): Remove.
433 (linux_proc_xfer_spu): Remove.
434 (spu_enumerate_spu_ids): Remove.
435 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
436 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
437 (linux_make_corefile_notes): No longer call it.
438
439 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
440 (cooked_write_test): Likewise.
441
78e8cb91
TT
4422019-09-20 Tom Tromey <tom@tromey.com>
443
444 * NEWS: Mention case-sensitivity of TUI commands.
445 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
446 (tui_set_win_height_command, parse_scrolling_args): Likewise.
447 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
448
f074b67e
TT
4492019-09-20 Tom Tromey <tom@tromey.com>
450
451 * tui/tui-source.c (tui_source_window::set_contents): Use
452 make_unique_xstrdup.
453 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
454 make_unique_xstrdup.
455
63c4bf19
TT
4562019-09-20 Tom Tromey <tom@tromey.com>
457
458 * tui/tui-data.c: Remove separator comments.
459 * tui/tui-layout.c: Remove separator comments.
460 * tui/tui-win.c: Remove separator comments.
461 * tui/tui-wingeneral.c: Remove separator comments.
462
43df9b2f
TT
4632019-09-20 Tom Tromey <tom@tromey.com>
464
465 * tui/tui.h (strcat_to_buf): Don't declare.
466 * tui/tui.c (strcat_to_buf): Remove.
467
7226433c
TT
4682019-09-20 Tom Tromey <tom@tromey.com>
469
470 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
471 from "fullname".
472 * tui/tui-source.c (tui_source_window::set_contents)
473 (tui_source_window::location_matches_p)
474 (tui_source_window::maybe_update): Update.
475
80df3337
TT
4762019-09-20 Tom Tromey <tom@tromey.com>
477
478 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
479 Update.
480 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
481 prefix.
482 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
483 (tui_data_window::line_from_reg_element_no)
484 (tui_data_window::first_reg_element_no_inline)
485 (tui_data_window::show_registers)
486 (tui_data_window::show_register_group)
487 (tui_data_window::display_registers_from)
488 (tui_data_window::display_registers_from_line)
489 (tui_data_window::first_data_item_displayed)
490 (tui_data_window::delete_data_content_windows)
491 (tui_data_window::erase_data_content)
492 (tui_data_window::do_scroll_vertical)
493 (tui_data_window::refresh_window)
494 (tui_data_window::check_register_values): Update.
495
9923f347
TT
4962019-09-20 Tom Tromey <tom@tromey.com>
497
498 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
499 (struct tui_locator_window) <full_name, proc_name>: Now
500 std::string.
501 * tui/tui-stack.c (tui_locator_window::make_status_line)
502 (tui_locator_window::set_locator_fullname)
503 (tui_locator_window::set_locator_info): Update.
504 * tui/tui-source.c (tui_source_window::set_contents)
505 (tui_source_window::showing_source_p): Update.
506
b76251ab
TT
5072019-09-20 Tom Tromey <tom@tromey.com>
508
509 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
510 Don't call tui_locator_win_info_ptr.
511
0891be08
TT
5122019-09-20 Tom Tromey <tom@tromey.com>
513
514 * tui/tui-win.c (tui_resize_all): Don't call refresh.
515
1b935acf
TT
5162019-09-20 Tom Tromey <tom@tromey.com>
517
518 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
519 height for locator.
520 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
521 * tui/tui-layout.c (show_source_disasm_command, show_data)
522 (show_source_or_disasm_and_command): Use 1 as height for locator.
523
9abd8a65
TT
5242019-09-20 Tom Tromey <tom@tromey.com>
525
526 * tui/tui.c (tui_enable): Update.
527 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
528 Update.
529 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
530 Update.
531 * tui/tui-data.c (win_resized): Now bool.
532 (tui_win_resized): Return bool.
533 (tui_set_win_resized_to): Accept a bool.
534
b5457826
TT
5352019-09-20 Tom Tromey <tom@tromey.com>
536
537 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
538 Change type of "refresh_values_only".
539 * tui/tui-regs.c (tui_data_window::show_register_group): Change
540 type of "refresh_values_only".
541
6b915f7d
TT
5422019-09-20 Tom Tromey <tom@tromey.com>
543
544 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
545 std::string.
546 (tui_disassemble): Add "pos" parameter.
547 (tui_disasm_window::set_contents): Simplify.
548
2ad52f6f
TT
5492019-09-20 Tom Tromey <tom@tromey.com>
550
551 * tui/tui-winsource.h (struct tui_source_window_base)
552 <show_source_content>: Now private.
553 * tui/tui-winsource.c
554 (tui_source_window_base::show_source_content): Don't handle empty
555 content case.
556
b3b1bde6
TT
5572019-09-20 Tom Tromey <tom@tromey.com>
558
559 * tui/tui-layout.c (show_source_disasm_command)
560 (show_source_or_disasm_and_command): Don't call
561 show_source_content.
562
71a25ed2
TT
5632019-09-20 Tom Tromey <tom@tromey.com>
564
565 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
566 Declare.
567 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
568 from tui_make_status_line.
569 (tui_locator_window::rerender): Update.
570
f8532154
TT
5712019-09-20 Tom Tromey <tom@tromey.com>
572
573 * tui/tui-stack.c (tui_make_status_line): Return std::string.
574 (tui_locator_window::rerender): Update.
575
2d81b349
TT
5762019-09-20 Tom Tromey <tom@tromey.com>
577
578 * tui/tui-winsource.h (struct tui_source_window_base)
579 <~tui_source_window_base>: Don't declare.
580 <fullname>: Remove.
581 * tui/tui-winsource.c (~tui_source_window_base): Remove.
582 * tui/tui-source.h (struct tui_source_window) <fullname>: New
583 member.
584 * tui/tui-source.c (tui_source_window::set_contents): Update.
585 (tui_source_window::location_matches_p)
586 (tui_source_window::maybe_update): Update.
587
f14bec58
TT
5882019-09-20 Tom Tromey <tom@tromey.com>
589
590 * tui/tui-winsource.h (~tui_source_element): Remove.
591 (tui_source_element): Update.
592 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
593 * tui/tui-winsource.c (tui_show_source_line): Update.
594 * tui/tui-source.c (tui_source_window::set_contents): Update.
595 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
596
78d5933a
TT
5972019-09-20 Tom Tromey <tom@tromey.com>
598
599 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
600 declare.
601 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
602 tui_clear_source_windows_detail.
603 * tui/tui-winsource.h (struct tui_source_window_base)
604 <clear_detail>: Don't declare.
605 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
606 Remove.
607 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
608
d4207696
TT
6092019-09-20 Tom Tromey <tromey@adacore.com>
610
611 PR ada/24919:
612 * block.c (contained_in): Fix final return value.
613
00f93c44
AM
6142019-09-20 Alan Modra <amodra@gmail.com>
615
616 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
617 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
618 (read_indirect_string_from_dwz): Use bfd accessor.
619 * dwarf2read.h (struct dwz_file <filename>): Likewise.
620 * machoread.c (macho_symfile_read_all_oso): Likewise.
621 * solib.c (solib_bfd_open): Likewise.
622
e4153ae6
CB
6232019-09-19 Christian Biesinger <cbiesinger@google.com>
624
625 * eval.c: Move declaration of overload_resolution to...
626 * value.h: ...here.
627
c7ae7675
CB
6282019-09-19 Christian Biesinger <cbiesinger@google.com>
629
630 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
631 * arm-linux-tdep.c: Likewise.
632 * arm-nbsd-nat.c: Likewise.
633 * arm-tdep.h: Declare arm_apcs_32.
634 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
635
e86f08d2
CB
6362019-09-19 Christian Biesinger <cbiesinger@google.com>
637
638 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
639 * dwarf2read.h: Declare dwarf_always_disassemble.
640
f64e2f40
TV
6412019-09-19 Tom de Vries <tdevries@suse.de>
642
643 PR gdb/25009
644 * source-cache.c (source_cache::ensure): Catch exception thrown during
645 construction of the highlighter.
646
fd361982
AM
6472019-09-18 Alan Modra <amodra@gmail.com>
648
649 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
650 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
651 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
652 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
653 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
654 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
655 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
656 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
657 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
658 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
659 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
660 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
661 * solib-spu.c, * solib-svr4.c, * solib-target.c,
662 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
663 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
664 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
665 * mi/mi-interp.c: Update throughout for bfd section macro and
666 function changes.
667 * gcore (gcore_create_callback): Use bfd_set_section_lma.
668 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
669
11061048
TT
6702019-09-18 Tom Tromey <tom@tromey.com>
671
672 * NEWS: Add entry.
673 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
674 call rl_initialize.
675 (tui_enable): Do not call rl_initialize.
676
7a27b85f
CG
6772019-09-18 Christian Groessler <chris@groessler.org>
678
679 * alpha-linux-nat.c: Include gdbarch.h.
680
f64eea3a
SM
6812019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
682
683 * ui-file.c: Include cli/cli-style.h.
684 (term_cli_styling): Remove cli_styling declaration.
685
e6f7f6d1
AM
6862019-09-18 Alan Modra <amodra@gmail.com>
687
688 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
689 to bfd_asymbol_section.
690
1d38e9d1
AM
6912019-09-18 Alan Modra <amodra@gmail.com>
692
693 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
694 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
695 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
696
90d92a63
AM
6972019-09-18 Alan Modra <amodra@gmail.com>
698
699 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
700 * spu-linux-nat.c (spu_bfd_open): Likewise.
701
a3d181d2
CB
7022019-09-18 Christian Biesinger <cbiesinger@google.com>
703
704 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
705 to bool to match definition in dwarf2read.c.
706
491144b5
CB
7072019-09-17 Christian Biesinger <cbiesinger@google.com>
708
709 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
710 (print_signatures): Likewise.
711 (trust_pad_over_xvs): Likewise.
712 * arch/aarch64-insn.c (aarch64_debug): Likewise.
713 * arch/aarch64-insn.h (aarch64_debug): Likewise.
714 * arm-linux-nat.c (arm_apcs_32): Likewise.
715 * arm-linux-tdep.c (arm_apcs_32): Likewise.
716 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
717 * arm-tdep.c (arm_debug): Likewise.
718 (arm_apcs_32): Likewise.
719 * auto-load.c (debug_auto_load): Likewise.
720 (auto_load_gdb_scripts): Likewise.
721 (global_auto_load): Likewise.
722 (auto_load_local_gdbinit): Likewise.
723 (auto_load_local_gdbinit_loaded): Likewise.
724 * auto-load.h (global_auto_load): Likewise.
725 (auto_load_local_gdbinit): Likewise.
726 (auto_load_local_gdbinit_loaded): Likewise.
727 * breakpoint.c (disconnected_dprintf): Likewise.
728 (breakpoint_proceeded): Likewise.
729 (automatic_hardware_breakpoints): Likewise.
730 (always_inserted_mode): Likewise.
731 (target_exact_watchpoints): Likewise.
732 (_initialize_breakpoint): Update.
733 * breakpoint.h (target_exact_watchpoints): Change to bool.
734 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
735 * cli/cli-cmds.c (trace_commands): Likewise.
736 * cli/cli-cmds.h (trace_commands): Likewise.
737 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
738 to bool*.
739 * cli/cli-logging.c (logging_overwrite): Change to bool.
740 (logging_redirect): Likewise.
741 (debug_redirect): Likewise.
742 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
743 (struct boolean_option_def) <get_var_address_cb_>: Change return type
744 to bool.
745 <boolean_option_def>: Update.
746 (struct flag_option_def): Change default type of Context to bool
747 from int.
748 <flag_option_def>: Change return type of var_address_cb_ to bool*.
749 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
750 (get_setshow_command_value_string): Likewise.
751 * cli/cli-style.c (cli_styling): Change to bool.
752 (source_styling): Likewise.
753 * cli/cli-style.h (source_styling): Likewise.
754 (cli_styling): Likewise.
755 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
756 to bool.
757 * command.h (var_types): Update comment.
758 (add_setshow_boolean_cmd): Change int* var argument to bool*.
759 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
760 bool.
761 (debug_compile_cplus_scopes): Likewise.
762 * compile/compile-internal.h (compile_debug): Likewise.
763 * compile/compile.c (compile_debug): Likewise.
764 (struct compile_options) <raw>: Likewise.
765 * cp-support.c (catch_demangler_crashes): Likewise.
766 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
767 (usr_cmd_cris_dwarf2_cfi): Likewise.
768 * csky-tdep.c (csky_debug): Likewise.
769 * darwin-nat.c (enable_mach_exceptions): Likewise.
770 * dcache.c (dcache_enabled_p): Likewise.
771 * defs.h (info_verbose): Likewise.
772 * demangle.c (demangle): Likewise.
773 (asm_demangle): Likewise.
774 * dwarf-index-cache.c (debug_index_cache): Likewise.
775 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
776 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
777 * dwarf2read.c (check_physname): Likewise.
778 (use_deprecated_index_sections): Likewise.
779 (dwarf_always_disassemble): Likewise.
780 * eval.c (overload_resolution): Likewise.
781 * event-top.c (set_editing_cmd_var): Likewise.
782 (exec_done_display_p): Likewise.
783 * event-top.h (set_editing_cmd_var): Likewise.
784 (exec_done_display_p): Likewise.
785 * exec.c (write_files): Likewise.
786 * fbsd-nat.c (debug_fbsd_lwp): Likewise
787 (debug_fbsd_nat): Likewise.
788 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
789 Likewise.
790 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
791 <backtrace_past_entry> Likewise.
792 * gdb-demangle.h (demangle): Likewise.
793 (asm_demangle): Likewise.
794 * gdb_bfd.c (bfd_sharing): Likewise.
795 * gdbcore.h (write_files): Likewise.
796 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
797 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
798 * gdbthread.h (print_thread_events): Likewise.
799 * gdbtypes.c (opaque_type_resolution): Likewise.
800 (strict_type_checking): Likewise.
801 * gnu-nat.c (gnu_debug_flag): Likewise.
802 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
803 * guile/scm-param.c (pascm_variable): Add boolval.
804 (add_setshow_generic): Update.
805 (pascm_param_value): Update.
806 (pascm_set_param_value_x): Update.
807 * hppa-tdep.c (hppa_debug): Change to bool..
808 * infcall.c (may_call_functions_p): Likewise.
809 (coerce_float_to_double_p): Likewise.
810 (unwind_on_signal_p): Likewise.
811 (unwind_on_terminating_exception_p): Likewise.
812 * infcmd.c (startup_with_shell): Likewise.
813 * inferior.c (print_inferior_events): Likewise.
814 * inferior.h (startup_with_shell): Likewise.
815 (print_inferior_events): Likewise.
816 * infrun.c (step_stop_if_no_debug): Likewise.
817 (detach_fork): Likewise.
818 (debug_displaced): Likewise.
819 (disable_randomization): Likewise.
820 (non_stop): Likewise.
821 (non_stop_1): Likewise.
822 (observer_mode): Likewise.
823 (observer_mode_1): Likewise.
824 (set_observer_mode): Update.
825 (sched_multi): Change to bool.
826 * infrun.h (debug_displaced): Likewise.
827 (sched_multi): Likewise.
828 (step_stop_if_no_debug): Likewise.
829 (non_stop): Likewise.
830 (disable_randomization): Likewise.
831 * linux-tdep.c (use_coredump_filter): Likewise.
832 (dump_excluded_mappings): Likewise.
833 * linux-thread-db.c (auto_load_thread_db): Likewise.
834 (check_thread_db_on_load): Likewise.
835 * main.c (captured_main_1): Update.
836 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
837 xx2_opt, boolean_opt>: Change to bool.
838 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
839 * maint.c (maintenance_profile_p): Likewise.
840 (per_command_time): Likewise.
841 (per_command_space): Likewise.
842 (per_command_symtab): Likewise.
843 * memattr.c (inaccessible_by_default): Likewise.
844 * mi/mi-main.c (mi_async): Likewise.
845 (mi_async_1): Likewise.
846 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
847 * nat/fork-inferior.h (startup_with_shell): Likewise.
848 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
849 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
850 * nios2-tdep.c (nios2_debug): Likewise.
851 * or1k-tdep.c (or1k_debug): Likewise.
852 * parse.c (parser_debug): Likewise.
853 * parser-defs.h (parser_debug): Likewise.
854 * printcmd.c (print_symbol_filename): Likewise.
855 * proc-api.c (procfs_trace): Likewise.
856 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
857 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
858 (set_parameter_value): Update.
859 (add_setshow_generic): Update.
860 * python/py-value.c (copy_py_bool_obj): Change argument from int*
861 to bool*.
862 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
863 int*.
864 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
865 * record-btrace.c (record_btrace_target::store_registers): Update.
866 * record-full.c (record_full_memory_query): Change to bool.
867 (record_full_stop_at_limit): Likewise.
868 * record-full.h (record_full_memory_query): Likewise.
869 * remote-notif.c (notif_debug): Likewise.
870 * remote-notif.h (notif_debug): Likewise.
871 * remote.c (use_range_stepping): Likewise.
872 (interrupt_on_connect): Likewise.
873 (remote_break): Likewise.
874 * ser-tcp.c (tcp_auto_retry): Likewise.
875 * ser-unix.c (serial_hwflow): Likewise.
876 * skip.c (debug_skip): Likewise.
877 * solib-aix.c (solib_aix_debug): Likewise.
878 * spu-tdep.c (spu_stop_on_load_p): Likewise.
879 (spu_auto_flush_cache_p): Likewise.
880 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
881 Likewise.
882 (struct info_print_options) <quiet>: Likewise.
883 * symfile-debug.c (debug_symfile): Likewise.
884 * symfile.c (auto_solib_add): Likewise.
885 (separate_debug_file_debug): Likewise.
886 * symfile.h (auto_solib_add): Likewise.
887 (separate_debug_file_debug): Likewise.
888 * symtab.c (basenames_may_differ): Likewise.
889 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
890 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
891 (struct info_types_options) <quiet>: Likewise.
892 * symtab.h (demangle): Likewise.
893 (basenames_may_differ): Likewise.
894 * target-dcache.c (stack_cache_enabled_1): Likewise.
895 (code_cache_enabled_1): Likewise.
896 * target.c (trust_readonly): Likewise.
897 (may_write_registers): Likewise.
898 (may_write_memory): Likewise.
899 (may_insert_breakpoints): Likewise.
900 (may_insert_tracepoints): Likewise.
901 (may_insert_fast_tracepoints): Likewise.
902 (may_stop): Likewise.
903 (auto_connect_native_target): Likewise.
904 (target_stop_and_wait): Update.
905 (target_async_permitted): Change to bool.
906 (target_async_permitted_1): Likewise.
907 (may_write_registers_1): Likewise.
908 (may_write_memory_1): Likewise.
909 (may_insert_breakpoints_1): Likewise.
910 (may_insert_tracepoints_1): Likewise.
911 (may_insert_fast_tracepoints_1): Likewise.
912 (may_stop_1): Likewise.
913 * target.h (target_async_permitted): Likewise.
914 (may_write_registers): Likewise.
915 (may_write_memory): Likewise.
916 (may_insert_breakpoints): Likewise.
917 (may_insert_tracepoints): Likewise.
918 (may_insert_fast_tracepoints): Likewise.
919 (may_stop): Likewise.
920 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
921 (make_thread_apply_all_options_def_group): Change argument from int*
922 to bool*.
923 (thread_apply_all_command): Update.
924 (print_thread_events): Change to bool.
925 * top.c (confirm): Likewise.
926 (command_editing_p): Likewise.
927 (history_expansion_p): Likewise.
928 (write_history_p): Likewise.
929 (info_verbose): Likewise.
930 * top.h (confirm): Likewise.
931 (history_expansion_p): Likewise.
932 * tracepoint.c (disconnected_tracing): Likewise.
933 (circular_trace_buffer): Likewise.
934 * typeprint.c (print_methods): Likewise.
935 (print_typedefs): Likewise.
936 * utils.c (debug_timestamp): Likewise.
937 (sevenbit_strings): Likewise.
938 (pagination_enabled): Likewise.
939 * utils.h (sevenbit_strings): Likewise.
940 (pagination_enabled): Likewise.
941 * valops.c (overload_resolution): Likewise.
942 * valprint.h (struct value_print_options) <prettyformat_arrays,
943 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
944 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
945 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
946 Likewise.
947 * windows-nat.c (new_console): Likewise.
948 (cygwin_exceptions): Likewise.
949 (new_group): Likewise.
950 (debug_exec): Likewise.
951 (debug_events): Likewise.
952 (debug_memory): Likewise.
953 (debug_exceptions): Likewise.
954 (useshell): Likewise.
955 * windows-tdep.c (maint_display_all_tib): Likewise.
956 * xml-support.c (debug_xml): Likewise.
957
f1b620e9
MG
9582019-09-17 Mike Gulick <mgulick@mathworks.com>
959
960 * source.c (prepare_path_for_appending): New function.
961 (openp): Make use of new function.
962 (find_and_open_source): Search for the compilation directory and
963 source file as a relative path beneath the directory search path.
964
67f3ed6a
AB
9652019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
966
967 * source-cache.c (source_cache::get_line_charpos): Catch
968 exceptions and return false, this matches the behaviour documented
969 in the header file.
970
74332189
JB
9712019-09-17 Joel Brobecker <brobecker@adacore.com>
972
973 * ada-tasks.c (info_task): Remove quoting of the task's name.
974
f2f24aa9
CB
9752019-09-16 Christian Biesinger <cbiesinger@google.com>
976
977 * symfile.c (auto_solib_add): Replace comment with a reference
978 to the header file.
979
6a062a93
CB
9802019-09-14 Christian Biesinger <cbiesinger@google.com>
981
982 * NEWS: Mention that gdb can now be compiled with Python 3
983 on Windows.
984
ec6c8338
AB
9852019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
986
987 * maint.c (maint_print_section_data::maint_print_section_data):
988 Force use of 'float log10 (float)' by casting the argument to
989 float.
990
aa17805f
AB
9912019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
992
993 * maint.c: Add 'cmath' include.
994 (struct maint_print_section_data): New structure.
995 (print_section_index): New function.
996 (print_bfd_section_info): Add header comment, small whitespace
997 cleanup, and update to call new print_section_index function.
998 (print_objfile_section_info): Likewise.
999 (maint_obj_section_from_bfd_section): New function.
1000 (print_bfd_section_info_maybe_relocated): New function.
1001 (maintenance_info_sections): Add header comment, always use
1002 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
1003
3dd9bb46
AB
10042019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1005
1006 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
1007 inner scope, add check that the objfile has psymtabs before
1008 checking psymtabs_addrmap.
1009 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
1010
4993045d
PW
10112019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1012
1013 * NEWS: Announce that Ada task names are now shown at more places,
1014 and between quotes (except in info task output).
1015 * gdb/ada-tasks.c (task_to_str): New function.
1016 (display_current_task_id): Call task_to_str.
1017 (task_command_1): Likewise.
1018 (print_ada_task_info): In non-mi mode, Properly align headers and data
1019 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
1020
7a289707
RO
10212019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1022
1023 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
1024 prstatus.pr_lwp.pr_info instead of making it up.
1025
f2aec7f6
CB
10262019-09-11 Christian Biesinger <cbiesinger@google.com>
1027
1028 * auto-load.c (auto_load_expand_dir_vars): Update.
1029 * defs.h (gdb_datadir): Change to std::string.
1030 (python_libdir): Likewise.
1031 (relocate_gdb_directory): Change return type to std::string.
1032 * guile/guile.c (gdbscm_data_directory): Update.
1033 (initialize_scheme_side): Update.
1034 * jit.c (jit_reader_dir): Change to std::string.
1035 (jit_reader_load_command): Update.
1036 * main.c (gdb_datadir): Change to std::string.
1037 (python_libdir): Likewise.
1038 (set_gdb_data_directory): Update.
1039 (relocate_path): Change to return std::string.
1040 (relocate_gdb_directory): Change to return std::string.
1041 (relocate_gdbinit_path_maybe_in_datadir): Update.
1042 (captured_main_1): Update.
1043 * python/python.c (do_start_initialization): Update.
1044 * top.c (show_gdb_datadir): Update.
1045 * xml-syscall.c (xml_init_syscalls_info): Update.
1046 (init_syscalls_info): Update.
1047
9224a013
CB
10482019-09-11 Christian Biesinger <cbiesinger@google.com>
1049
1050 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
1051 out of get_init_files.
1052 (get_init_files): Update.
1053
f48cd836
CB
10542019-09-11 Christian Biesinger <cbiesinger@google.com>
1055
1056 * main.c (get_init_files): Change to use std::string.
1057 (captured_main_1): Update.
1058 (print_gdb_help): Update.
1059
9cab7ecd
AT
10602019-09-11 Ali Tamur <tamur@google.com>
1061
1062 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
1063 implementation.
1064
67547d89
CB
10652019-09-11 Christian Biesinger <cbiesinger@google.com>
1066
1067 * dbxread.c (read_dbx_symtab): Update.
1068 * dwarf2read.c (load_partial_dies): Update.
1069 * mdebugread.c (parse_partial_symbols): Update.
1070 (handle_psymbol_enumerators): Update.
1071 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
1072 * psymtab.c (add_psymbol_to_bcache): Likewise.
1073 (add_psymbol_to_list): Likewise.
1074 * symtab.c (symbol_set_names): Likewise.
1075 * symtab.h (symbol_set_names): Likewise.
1076 * xcoffread.c (scan_xcoff_symtab): Update.
1077
64b2d4a0
TT
10782019-09-11 Tom Tromey <tom@tromey.com>
1079
1080 * symfile-mem.c (symbol_file_add_from_memory): Use
1081 bfd_set_filename.
1082 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
1083 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
1084
3b00ef10
TT
10852019-09-10 Tom Tromey <tromey@adacore.com>
1086
1087 * dwarf-index-write.c (write_psymbols): Extend error message.
1088 (debug_names::insert): Add Ada code.
1089 (debug_names::write_psymbols): Remove Ada check.
1090 (debug_names) <m_string_obstack>: New member.
1091 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
1092 (gdb_index_symbol_name_matcher::matches): Remove.
1093 (mapped_index_base::find_name_components_bounds): Add "lang"
1094 parameter.
1095 (mapped_index_base::build_name_components): Also split names
1096 according to Ada syntax.
1097 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
1098 type of "match_callback".
1099 (check_match, check_find_bounds_finds)
1100 (dw2_expand_symtabs_matching): Update.
1101 (dw2_debug_names_iterator): Add new constructor.
1102 (dw2_debug_names_map_matching_symbols): New function.
1103 (dw2_debug_names_expand_symtabs_matching): Update.
1104 (dwarf2_debug_names_functions): Use
1105 dw2_debug_names_map_matching_symbols.
1106
aa391654
TT
11072019-09-10 Tom Tromey <tromey@adacore.com>
1108
1109 * dwarf2read.c (dw2_get_file_names_reader): Add the
1110 CU's file name to the results.
1111
b054970d
TT
11122019-09-10 Tom Tromey <tromey@adacore.com>
1113
1114 * ada-lang.c (add_nonlocal_symbols): Combine calls to
1115 map_matching_symbols. Update.
1116 * dwarf2read.c (dw2_map_matching_symbols): Update.
1117 * psymtab.c (match_partial_symbol): Change type; update.
1118 (psym_map_matching_symbols): Likewise.
1119 * symfile-debug.c (debug_qf_map_matching_symbols): Change
1120 type; update.
1121 * symfile.h (struct quick_symbol_functions)
1122 <map_matching_symbols>: Change "name" to be a lookup_name_info.
1123 Remove "match".
1124
6a3dbf1b
TT
11252019-09-10 Tom Tromey <tromey@adacore.com>
1126
1127 * psymtab.c (map_block): Remove.
1128 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
1129 * symtab.c (iterate_over_symbols_terminated): New function.
1130 * symtab.c (iterate_over_symbols_terminated): Declare.
1131
6969f124
TT
11322019-09-10 Tom Tromey <tromey@adacore.com>
1133
1134 * ada-lang.c (ada_iterate_over_symbols): Return bool.
1135 * language.h (struct language_defn) <la_iterate_over_symbols>:
1136 Return bool.
1137 * symtab.c (iterate_over_symbols): Return bool.
1138 * symtab.h (iterate_over_symbols): Return bool.
1139
199b4314
TT
11402019-09-10 Tom Tromey <tromey@adacore.com>
1141
1142 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
1143 (add_nonlocal_symbols): Update.
1144 * dwarf2read.c (dw2_map_matching_symbols): Change type.
1145 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
1146 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
1147 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
1148 Change type of "callback". Remove "data".
1149
a084a2a6
AT
1150
11512019-09-09 Ali Tamur <tamur@google.com>
1152
1153 * dwarf2read.c (comp_unit_head): Update comment.
1154 (dwarf2_dwo_name): New function declaration.
1155 (dwarf_unit_type_name): New function declaration.
1156 (read_comp_unit_head): Add support for new compilation units,
1157 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
1158 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
1159 (currently named as "signature") in their header. Also clarify error
1160 messages.
1161 (lookup_dwo_id): New function. Returns the dwo id of the given
1162 compile unit.
1163 (lookup_dwo_unit): Use the new lookup_dwo_id function.
1164 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
1165 functions.
1166 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
1167 (dwarf2_dwo_name): Get the dwo name if present.
1168 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
1169 purposes.
1170
25a2915e
TT
11712019-09-09 Tom Tromey <tom@tromey.com>
1172
1173 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
1174
e4df0874
PW
11752019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1176
1177 * python/python.c (do_start_initialization): Make progname_copy static,
1178 to avoid a leak report.
1179
8634b462
TT
11802019-09-08 Tom Tromey <tom@tromey.com>
1181
1182 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
1183
c7f839cb
SM
11842019-09-07 Simon Marchi <simon.marchi@efficios.com>
1185
1186 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
1187 Change type to gdb::optional<block_enum>.
1188 (dw2_symtab_iter_init): Change block_index parameter type
1189 to gdb::optional<block_enum>.
1190 (dw2_lookup_symbol): Change block_index parameter
1191 type to block_enum.c
1192 (dw2_debug_names_lookup_symbol): Likewise.
1193 * psymtab.c (psym_lookup_symbol): Likewise.
1194 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
1195 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
1196 Likewise.
1197
ead0e69a
CB
11982019-09-06 Christian Biesinger <cbiesinger@google.com>
1199
1200 * defs.h (relocate_gdb_directory): Change int to bool in
1201 signature and rename flag to relocatable.
1202 * main.c (relocate_path): Likewise.
1203 (relocate_gdb_directory): Likewise.
1204
b16c44de
AM
12052019-09-06 Alan Modra <amodra@gmail.com>
1206
1207 * coffread.c (coff_symfile_read): Constify filename variable.
1208 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
1209 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
1210 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
1211 * solib.c (reload_shared_libraries_1): Likewise.
1212 * symfile.c (reread_symbols): Likewise.
1213 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
1214 * solib-darwin.c (darwin_bfd_open): Likewise.
1215 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
1216
06ff036e
AB
12172019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
1218
1219 * psymtab.c (print_partial_symbols): Handle missing domain_enum
1220 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
1221
4e962e74
TT
12222019-09-03 Tom Tromey <tromey@adacore.com>
1223
1224 * ada-valprint.c (ada_val_print_num): Don't recurse for range
1225 types.
1226 (has_negatives): Unbias a range type bound.
1227 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
1228 * gdbtypes.c (operator==): Handle new field.
1229 (create_range_type): Add "bias" parameter.
1230 (create_static_range_type, resolve_dynamic_range): Update.
1231 * gdbtypes.h (struct range_bounds) <bias>: New member.
1232 (create_range_type): Add bias parameter.
1233 * printcmd.c (print_scalar_formatted): Unbias range types.
1234 * value.c (unpack_long): Unbias range types.
1235 (pack_long): Bias range types.
1236
d90b8f26
AH
12372019-09-02 Alan Hayward <alan.hayward@arm.com>
1238
1239 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
1240 probe arguments.
1241
fe01123e
AH
12422019-09-02 Alan Hayward <alan.hayward@arm.com>
1243
1244 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
1245 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
1246 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
1247 (compile_probe_arg): Likewise.
1248 * probe.h (get_argument_count): Likewise.
1249 * solib-svr4.c (solib_event_probe_action): Likewise.
1250 * stap-probe.c (stap_probe::get_argument_count): Likewise.
1251
e661ef01
AH
12522019-09-02 Alan Hayward <alan.hayward@arm.com>
1253
1254 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
1255 code to here...
1256 (svr4_create_solib_event_breakpoints): ...from here.
1257
47a536d9
SDJ
12582019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
1259
1260 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
1261 suffix from warning message.
1262
d6a00eba
TT
12632019-08-30 Tom Tromey <tom@tromey.com>
1264
1265 * tui/tui-winsource.h (struct tui_source_window_base)
1266 <refresh_all>: Don't declare.
1267 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
1268 Remove.
1269 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
1270 tui_show_locator_content.
1271 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
1272 declare.
1273 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
1274 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
1275 declare.
1276
55b2657b
TT
12772019-08-30 Tom Tromey <tom@tromey.com>
1278
1279 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
1280
12a8555a
TT
12812019-08-30 Tom Tromey <tom@tromey.com>
1282
1283 * tui/tui-stack.c (_initialize_tui_stack): Move later.
1284 Remove unnecessary forward declarations.
1285
900ac242
TT
12862019-08-30 Tom Tromey <tom@tromey.com>
1287
1288 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
1289 rerender.
1290 (tui_update_locator_fullname, tui_show_frame_info): Don't call
1291 tui_show_locator_content.
1292
99ab33fb
TT
12932019-08-30 Tom Tromey <tom@tromey.com>
1294
1295 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
1296 (tui_locator_window::rerender): Rewrite using body of previous
1297 tui_show_locator_content.
1298
e594a5d1
TT
12992019-08-30 Tom Tromey <tom@tromey.com>
1300
1301 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
1302 set_locator_fullname>: New methods.
1303 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
1304 Rename from tui_set_locator_fullname.
1305 (tui_locator_window::set_locator_info): Rename from
1306 tui_set_locator_info. Return bool.
1307 (tui_update_locator_fullname, tui_show_frame_info): Update.
1308
715bb467
TT
13092019-08-30 Tom Tromey <tom@tromey.com>
1310
1311 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
1312
772f3f03
TT
13132019-08-30 Tom Tromey <tom@tromey.com>
1314
1315 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
1316 call touchwin.
1317
108e13ab
TT
13182019-08-30 Tom Tromey <tom@tromey.com>
1319
1320 * tui/tui-wingeneral.c (box_win): Assume win_info and
1321 win_info->handle cannot be NULL.
1322
cdaa6eb4
TT
13232019-08-30 Tom Tromey <tom@tromey.com>
1324
1325 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
1326 refresh_window>: Declare.
1327 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
1328 resize.
1329 (tui_data_item_window::rerender): Rename from
1330 tui_display_register.
1331 (tui_data_item_window::refresh_window): New method.
1332 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
1333 no-op.
1334
89df7f90
TT
13352019-08-30 Tom Tromey <tom@tromey.com>
1336
1337 * tui/tui-regs.h (struct tui_data_window) <regs_content,
1338 regs_column_count, current_group>: Move later. Now private.
1339 <get_current_group>: New method.
1340 * tui/tui-regs.c (tui_reg_command): Update.
1341 * tui/tui-layout.c (tui_set_layout): Update.
1342
1bf2866a
TT
13432019-08-30 Tom Tromey <tom@tromey.com>
1344
1345 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
1346 (tui_data_window::rerender): Don't call
1347 check_and_display_highlight_if_needed.
1348 (tui_data_window::refresh_all): Remove call to
1349 erase_data_content.
1350
0670413d
TT
13512019-08-30 Tom Tromey <tom@tromey.com>
1352
1353 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
1354 (tui_data_window::display_registers_from)
1355 (tui_data_window::display_reg_element_at_line)
1356 (tui_data_window::display_registers_from_line): Remove checks of
1357 "empty".
1358
18bb55c7
TT
13592019-08-30 Tom Tromey <tom@tromey.com>
1360
1361 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
1362 Don't declare.
1363 * tui/tui-regs.c (tui_data_window::show_registers): Call
1364 rerender.
1365 (tui_data_window::rerender): Rename from display_all_data.
1366 (tui_data_window::rerender): Remove old implementation.
1367
1f6d2f10
TT
13682019-08-30 Tom Tromey <tom@tromey.com>
1369
1370 * tui/tui-regs.c (tui_data_window::display_all_data): Change
1371 text.
1372 * tui/tui-data.h (NO_DATA_STRING): Remove define.
1373
16d01f9c
BW
13742019-08-29 Bernhard Wodok <barto@gmx.net>
1375 Sergio Durigan Junior <sergiodj@redhat.com>
1376
1377 PR win32/24284
1378 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
1379
d8f27c60
AB
13802019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1381
1382 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
1383 when searching for types.
1384
1f20c35e
AB
13852019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1386
1387 * f-lang.c (f_language_defn): Use f_print_typedef.
1388 * f-lang.h (f_print_typedef): Declare.
1389 * f-typeprint.c (f_print_typedef): Define.
1390
550105b7
CB
13912019-08-27 Christian Biesinger <cbiesinger@google.com>
1392
1393 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
1394
4acfdd20
AB
13952019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1396
1397 * cli/cli-utils.c (info_print_options_defs): Delete.
1398 (make_info_print_options_def_group): Delete.
1399 (extract_info_print_options): Delete.
1400 (info_print_command_completer): Delete.
1401 (info_print_args_help): Add extra parameter, and optionally
1402 include text about -n flag.
1403 * cli/cli-utils.h (struct info_print_options): Delete.
1404 (extract_info_print_options): Delete declaration.
1405 (info_print_command_completer): Delete declaration.
1406 (info_print_args_help): Add extra parameter, extend header
1407 comment.
1408 * python/python.c (gdbpy_rbreak): Pass additional parameter to
1409 search_symbols.
1410 * stack.c (struct info_print_options): New type.
1411 (info_print_options_defs): New file scoped variable.
1412 (make_info_print_options_def_group): New static function.
1413 (info_print_command_completer): New static function.
1414 (info_locals_command): Update to use new local functions.
1415 (info_args_command): Likewise.
1416 (_initialize_stack): Add extra parameter to calls to
1417 info_print_args_help.
1418 * symtab.c (search_symbols): Add extra parameter, use this to
1419 possibly excluse non-debug symbols.
1420 (symtab_symbol_info): Add extra parameter, which is passed on to
1421 search_symbols.
1422 (struct info_print_options): New type.
1423 (info_print_options_defs): New file scoped variable.
1424 (make_info_print_options_def_group): New static function.
1425 (info_print_command_completer): New static function.
1426 (info_variables_command): Update to use local functions, and pass
1427 extra parameter through to symtab_symbol_info.
1428 (info_functions_command): Likewise.
1429 (info_types_command): Pass additional argument through to
1430 symtab_symbol_info.
1431 (rbreak_command): Pass extra argument to search_symbols.
1432 (_initialize_symtab): Add extra arguments for calls to
1433 info_print_args_help, and update help text for 'info variables',
1434 'whereis', and 'info functions' commands.
1435 * symtab.h (search_symbols): Add extra argument to declaration.
1436 * NEWS: Mention new flags.
1437
9aa55206
CB
14382019-08-26 Christian Biesinger <cbiesinger@google.com>
1439
1440 * symtab.c (lookup_static_symbol): Call the new function (and move
1441 it down to be next to lookup_global_symbol).
1442 (struct global_sym_lookup_data): Add block_enum member and rename to...
1443 (struct global_or_static_sym_lookup_data): ...this.
1444 (lookup_symbol_global_iterator_cb): Pass block_index instead of
1445 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
1446 (lookup_symbol_global_or_static_iterator_cb): ...this.
1447 (lookup_global_or_static_symbol): New function.
1448 (lookup_global_symbol): Call new function.
1449
5c31b358
TV
14502019-08-26 Tom de Vries <tdevries@suse.de>
1451
1452 PR c++/24852
1453 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
1454 when pc_probe.prob == NULL.
1455
23c13d42
SM
14562019-08-25 Simon Marchi <simon.marchi@efficios.com>
1457
1458 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
1459 variable symbol_linkage to symbol_linkage_.
1460
beadd3e8
SM
14612019-08-25 Simon Marchi <simon.marchi@efficios.com>
1462
1463 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
1464 represent whether the symbol is static, dynamic, or we don't
1465 know.
1466
e3ec872f
YS
14672019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
1468
1469 * gdb/rx-tdep.c (rx_register_names): New.
1470 (rx_register_name): Delete.
1471 (rx_psw_type): Delete.
1472 (rx_fpsw_type): Delete.
1473 (rx_register_type): Delete.
1474 (rx_gdbarch_init): Convert target-descriptions.
1475 (_initialize_rx_tdep): Add initialize_tdesc_rx.
1476 * gdb/features/Makefile: Add rx.xml.
1477 * gdb/features/rx.xml: New.
1478 * gdb/features/rx.c: Generated.
1479 * gdb/NEWS: Mention target description support.
1480
d0509ba4
CB
14812019-08-22 Christian Biesinger <cbiesinger@google.com>
1482
1483 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
1484 *slot_ptr.
1485
2d41fa11
SDJ
14862019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
1487
1488 * configure.ac: Don't check for 'dlfcn.h' (moved to
1489 gdbsupport/common.m4).
1490 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
1491 'gdbsupport/'.
1492 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
1493 * compile/compile-c-support.c: Include
1494 'gdbsupport/gdb-dlfcn.h'.
1495 * gdbsupport/common.m4: Check for 'dlfcn.h'.
1496 * gdb-dlfcn.c: Move to...
1497 * gdbsupport/gdb-dlfcn.c: ... here.
1498 * gdb-dlfcn.h: Move to...
1499 * gdbsupport/gdb-dlfcn.h: ... here.
1500
de8af808
SL
15012019-08-23 Sandra Loosemore <sandra@codesourcery.com>
1502
1503 * nios2-tdep.c (struct reg_value): Improve comments. Make
1504 the offset field signed.
1505
27204489
CB
15062019-08-22 Christian Biesinger <cbiesinger@google.com>
1507
1508 * python/lib/gdb/__init__.py (_execute_file): New function.
1509 * python/python.c (python_run_simple_file): Call gdb._execute_file
1510 on Windows.
1511
43771869
AB
15122019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
1513
1514 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
1515 all uses as this was never set to anything but a zero value.
1516
26c957f1
PA
15172019-08-21 Bogdan Harjoc <harjoc@gmail.com>
1518
1519 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
1520
c07aae6e
CB
15212019-08-21 Christian Biesinger <cbiesinger@google.com>
1522
1523 * tui/tui-data.h (tui_gen_win_info): Add an =default
1524 move constructor, required by some GCC versions.
1525
3960cb7a
JF
15262019-08-21 Jinke Fan <fanjinke51@yeah.net>
1527
1528 * go32-nat.c (go32_sysinfo): Add hygon_p.
1529
04c72a68
TT
15302019-08-20 Tom Tromey <tom@tromey.com>
1531
1532 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
1533 line_from_reg_element_no, first_reg_element_no_inline,
1534 display_all_data, delete_data_content_windows,
1535 erase_data_content>: Now private.
1536
072272ce
TT
15372019-08-20 Tom Tromey <tom@tromey.com>
1538
1539 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
1540 (tui_unhighlight_win, tui_highlight_win)
1541 (tui_win_info::make_window): Update.
1542 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
1543
973961bd
TT
15442019-08-20 Tom Tromey <tom@tromey.com>
1545
1546 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
1547 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
1548 (MAX_PID_WIDTH): Move to tui-stack.c.
1549 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
1550 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
1551 (MAX_PID_WIDTH): Move from tui-data.h.
1552
ab0e1f1a
TT
15532019-08-20 Tom Tromey <tom@tromey.com>
1554
1555 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
1556 * tui/tui-wingeneral.c (box_win): Change type of win_info.
1557 (box_win): Update.
1558 (tui_gen_win_info::make_window): Rename from tui_make_window.
1559 (tui_win_info::make_window): New method.
1560 (tui_gen_win_info::make_visible): Update.
1561 * tui/tui-source.c (tui_source_window::set_contents): Update.
1562 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
1563 (tui_data_window::display_registers_from): Update.
1564 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
1565 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
1566 Declare.
1567 <can_box>: Remove.
1568 <title>: Remove.
1569 (struct tui_win_info) <make_window>: Declare.
1570 <can_box>: Now virtual.
1571 <title>: New member.
1572 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
1573 * tui/tui-command.c (tui_cmd_window::resize): Update.
1574
100c2bf3
TT
15752019-08-20 Tom Tromey <tom@tromey.com>
1576
1577 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
1578 * tui/tui-regs.c (tui_data_window::show_registers): Update.
1579 (tui_data_window::check_register_values): Update.
1580
fa4dc567
TT
15812019-08-20 Tom Tromey <tom@tromey.com>
1582
1583 * tui/tui-regs.h (struct tui_data_window): Use
1584 DISABLE_COPY_AND_ASSIGN.
1585 <regs_content>: Change type, removing unique_ptr.
1586 <tui_data_window>: Add move constructor.
1587 * tui/tui-regs.c (tui_data_window::show_registers)
1588 (tui_data_window::show_register_group)
1589 (tui_data_window::display_registers_from)
1590 (tui_data_window::display_registers_from)
1591 (tui_data_window::first_data_item_displayed)
1592 (tui_data_window::delete_data_content_windows)
1593 (tui_data_window::rerender, tui_data_window::refresh_window)
1594 (tui_data_window::check_register_values): Update.
1595
ca02d7c8
TT
15962019-08-20 Tom Tromey <tom@tromey.com>
1597
1598 * tui/tui-regs.h (struct tui_data_window) <show_registers,
1599 show_register_group>: Declare.
1600 (tui_show_register_group): Don't declare.
1601 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
1602 tui_show_registers.
1603 (tui_data_window::show_register_group): Rename from
1604 tui_show_register_group.
1605 (tui_data_window::check_register_values, tui_reg_command):
1606 Update.
1607 * tui/tui-layout.c (tui_set_layout): Update.
1608
63356bfd
TT
16092019-08-20 Tom Tromey <tom@tromey.com>
1610
1611 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
1612 Declare.
1613 (tui_check_register_values): Don't declare.
1614 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
1615 from tui_check_register_values.
1616 * tui/tui-hooks.c (tui_register_changed): Update.
1617
42cc14a7
TT
16182019-08-20 Tom Tromey <tom@tromey.com>
1619
1620 * tui/tui-regs.c (tui_reg_layout): Move later.
1621 (tui_show_registers): Don't enable TUI mode or change layout.
1622
b9ad3686
TT
16232019-08-20 Tom Tromey <tom@tromey.com>
1624
1625 * tui/tui-regs.h (struct tui_data_item_window)
1626 <~tui_data_item_window>: Remove.
1627 <content>: Now a unique_xmalloc_ptr.
1628 * tui/tui-regs.c (tui_register_format): Return a
1629 unique_xmalloc_ptr.
1630 (tui_get_register): Update.
1631 (~tui_data_item_window): Remove.
1632 (tui_data_window::display_registers_from, tui_display_register):
1633 Update.
1634 * tui/tui-io.h (tui_expand_tabs): Update.
1635 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
1636 Remove "col" parameter.
1637
8e114aab
TT
16382019-08-20 Tom Tromey <tom@tromey.com>
1639
1640 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
1641 field.
1642 * tui/tui-regs.c (~tui_data_item_window): Update.
1643
1a4f81dd
TT
16442019-08-20 Tom Tromey <tom@tromey.com>
1645
1646 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
1647 earlier.
1648
0f8d8876
TT
16492019-08-20 Tom Tromey <tom@tromey.com>
1650
1651 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
1652
605dc2c2
TT
16532019-08-20 Tom Tromey <tom@tromey.com>
1654
1655 * tui/tui-source.h (struct tui_source_window): Update.
1656 * tui/tui-regs.c (tui_show_registers): Update.
1657 * tui/tui-disasm.h (struct tui_disasm_window): Update.
1658 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
1659 (NO_REGS_STRING): Remove defines.
1660
aedbe3bb
CM
16612019-08-20 Conrad Meyer <cem@FreeBSD.org>
1662
1663 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
1664 unnecessary thread walk if remote doesn't support the packet.
1665
7ce8f214
TT
16662019-08-19 Tom Tromey <tromey@adacore.com>
1667
1668 * python/py-value.c (value_has_field): Fix indentation.
1669
f21c2bd7
TT
16702019-08-19 Tom Tromey <tromey@adacore.com>
1671
1672 * printcmd.c (do_one_display, info_display_command): Update.
1673 * block.h (contained_in): Return bool. Add allow_nested
1674 parameter.
1675 * block.c (contained_in): Return bool. Add allow_nested
1676 parameter.
1677
d806ea2d
TT
16782019-08-19 Tom Tromey <tom@tromey.com>
1679
1680 * configure: Rebuild.
1681 * configure.ac: Disallow the combination of -static-libstdc++ and
1682 source highlight.
1683 * source-cache.c (get_language_name): Handle rust.
1684 (source_cache::get_source_lines): Ignore highlighting exceptions.
1685
398fdd60
TT
16862019-08-16 Tom Tromey <tom@tromey.com>
1687
1688 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
1689 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
1690 (struct tui_source_window_base) <make_visible, refresh_window,
1691 resize>: Remove methods.
1692 <execution_info>: Remove field.
1693 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
1694 (tui_show_source_line, tui_source_window_base)
1695 (~tui_source_window_base): Update.
1696 (tui_source_window_base::resize)
1697 (tui_source_window_base::make_visible)
1698 (tui_source_window_base::refresh_window): Remove.
1699 (tui_source_window_base::update_exec_info): Update.
1700 * tui/tui-source.c (tui_source_window::set_contents): Update.
1701 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
1702
e699d331
TT
17032019-08-16 Tom Tromey <tom@tromey.com>
1704
1705 * tui/tui-hooks.c (tui_remove_hooks): Don't set
1706 deprecated_query_hook.
1707
bb01dbfc
TT
17082019-08-16 Tom Tromey <tom@tromey.com>
1709
1710 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
1711 (tui_update_source_windows_with_line): Update.
1712 * tui/tui-source.h (struct tui_source_window)
1713 <show_symtab_source>: Declare.
1714 (tui_show_symtab_source): Don't declare.
1715 * tui/tui-source.c (tui_show_symtab_source): Rename from
1716 tui_show_symtab_source.
1717
81c82c4b
TT
17182019-08-16 Tom Tromey <tom@tromey.com>
1719
1720 * tui/tui-winsource.h (struct tui_source_window_base)
1721 <set_contents>: Declare.
1722 * tui/tui-winsource.c
1723 (tui_source_window_base::update_source_window_as_is): Update.
1724 * tui/tui-source.h (struct tui_source_window) <set_contents>:
1725 Declare.
1726 (tui_set_source_content): Don't declare.
1727 * tui/tui-source.c (tui_source_window::set_contents): Rename from
1728 tui_set_source_content.
1729 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
1730 Declare.
1731 (tui_set_disassem_content): Don't declare.
1732 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
1733 tui_set_disassem_content.
1734
2ddaf614
TT
17352019-08-16 Tom Tromey <tom@tromey.com>
1736
1737 * tui/tui-winsource.h (struct tui_source_window_base)
1738 <update_breakpoint_info>: Declare.
1739 (tui_update_breakpoint_info): Don't declare.
1740 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
1741 (tui_update_all_breakpoint_info): Update.
1742 (tui_source_window_base::update_breakpoint_info): Rename from
1743 tui_update_breakpoint_info.
1744 (tui_source_window_base::update_exec_info): Update.
1745
017f9828
TT
17462019-08-16 Tom Tromey <tom@tromey.com>
1747
1748 * tui/tui-winsource.h (struct tui_source_window_base)
1749 <update_source_window>: Declare.
1750 (tui_update_source_window): Don't declare.
1751 * tui/tui-winsource.c
1752 (tui_source_window_base::update_source_window): Rename from
1753 tui_update_source_window.
1754 (tui_source_window_base::rerender): Update.
1755 * tui/tui-source.c (tui_source_window::maybe_update): Update.
1756 * tui/tui-disasm.c (tui_show_disassem)
1757 (tui_show_disassem_and_update_source)
1758 (tui_disasm_window::maybe_update): Update.
1759
ed8358e9
TT
17602019-08-16 Tom Tromey <tom@tromey.com>
1761
1762 * tui/tui-winsource.h (struct tui_source_window_base)
1763 <update_source_window_as_is>: Declare.
1764 (tui_update_source_window_as_is): Don't declare.
1765 * tui/tui-winsource.c (tui_update_source_window): Update
1766 (tui_source_window_base::update_source_window_as_is): Rename from
1767 tui_update_source_window_as_is.
1768 (tui_source_window_base::refill): Update.
1769 * tui/tui-source.c (tui_show_symtab_source): Update.
1770 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
1771 Update.
1772
20149b6b
TT
17732019-08-16 Tom Tromey <tom@tromey.com>
1774
1775 * tui/tui-winsource.h (tui_update_source_window)
1776 (tui_update_source_window_as_is): Remove "noerror" parameter.
1777 * tui/tui-winsource.c (tui_update_source_window)
1778 (tui_update_source_window_as_is): Remove "noerror" parameter.
1779 (tui_update_source_windows_with_addr)
1780 (tui_update_source_windows_with_line)
1781 (tui_source_window_base::rerender)
1782 (tui_source_window_base::refill): Update.
1783 * tui/tui-source.h (tui_set_source_content)
1784 (tui_show_symtab_source): Remove "noerror" parameter.
1785 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
1786 parameter.
1787 (tui_show_symtab_source): Likewise.
1788 (tui_source_window::maybe_update): Update.
1789 * tui/tui-disasm.c (tui_show_disassem)
1790 (tui_show_disassem_and_update_source)
1791 (tui_disasm_window::do_scroll_vertical)
1792 (tui_disasm_window::maybe_update): Update.
1793
2d83e710
TT
17942019-08-16 Tom Tromey <tom@tromey.com>
1795
1796 * tui/tui.c (tui_is_window_visible): Update.
1797 * tui/tui-wingeneral.c (tui_make_window)
1798 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
1799 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
1800 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
1801 (tui_set_win_height_command, parse_scrolling_args): Update.
1802 * tui/tui-source.c (tui_source_window::style_changed): Update.
1803 * tui/tui-regs.c (tui_show_registers)
1804 (tui_data_window::first_data_item_displayed)
1805 (tui_data_window::delete_data_content_windows)
1806 (tui_check_register_values, tui_reg_command): Update.
1807 * tui/tui-disasm.c (tui_show_disassem): Update.
1808 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
1809 method.
1810 <is_visible>: Remove field.
1811 * tui/tui-data.c (tui_next_win, tui_prev_win)
1812 (tui_delete_invisible_windows): Update.
1813
d4ab829a
TT
18142019-08-16 Tom Tromey <tom@tromey.com>
1815
1816 * tui/tui-winsource.h (struct tui_source_window_base)
1817 <m_has_locator>: Remove.
1818 * tui/tui-layout.c (show_source_disasm_command, show_data)
1819 (show_source_or_disasm_and_command): Update.
1820
aa7ca1bb
AH
18212019-08-16 Alan Hayward <alan.hayward@arm.com>
1822
1823 * NEWS (Other MI changes): New subsection.
1824 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
1825 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
1826 * arch-utils.c (default_get_pc_address_flags): New function.
1827 * arch-utils.h (default_get_pc_address_flags): New declaration.
1828 * gdbarch.sh: Add get_pc_address_flags.
1829 * gdbarch.c: Regenerate.
1830 * gdbarch.h: Likewise.
1831 * stack.c (print_pc): New function.
1832 (print_frame_info) (print_frame): Call print_pc.
1833
6eac171f
TV
18342019-08-16 Tom de Vries <tdevries@suse.de>
1835
1836 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
1837 print_objfile_section_info.
1838
3df505f6
TT
18392019-08-15 Tom Tromey <tom@tromey.com>
1840
1841 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
1842 calling update_cmdwin_start_line.
1843 * tui/tui-winsource.h (struct tui_source_window_base)
1844 <do_make_visible_with_new_height, set_new_height>: Don't declare.
1845 <rerender>: Declare.
1846 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
1847 Call rerender.
1848 (tui_source_window_base::set_new_height): Remove.
1849 (tui_source_window_base::rerender): Rename from
1850 do_make_visible_with_new_height.
1851 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
1852 resize method.
1853 (tui_win_info::make_invisible_and_set_new_height)
1854 (tui_win_info::make_visible_with_new_height): Remove.
1855 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
1856 Declare.
1857 * tui/tui-stack.c (tui_locator_window::rerender): New method.
1858 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
1859 do_make_visible_with_new_height>: Don't declare.
1860 <rerender>: Declare.
1861 * tui/tui-regs.c (tui_data_window::rerender): Rename from
1862 set_new_height.
1863 (tui_data_window::do_make_visible_with_new_height): Remove.
1864 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
1865 call tui_show_locator_content.
1866 (tui_gen_win_info::resize): Call rerender.
1867 (show_source_or_disasm_and_command): Don't call
1868 tui_show_locator_content.
1869 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
1870 method.
1871 (struct tui_win_info) <rerender>: Declare.
1872 <set_new_height, make_invisible_and_set_new_height,
1873 make_visible_with_new_height>: Don't declare.
1874 * tui/tui-data.c (tui_win_list::rerender): New method.
1875 * tui/tui-command.h (struct tui_cmd_window)
1876 <do_make_visible_with_new_height>: Don't declare.
1877 * tui/tui-command.c
1878 (tui_cmd_window::do_make_visible_with_new_height): Remove.
1879
272560b5
TT
18802019-08-15 Tom Tromey <tromey@adacore.com>
1881
1882 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
1883 * ada-lang.c (ada_enum_name): Likewise.
1884
08235187
CB
18852019-08-15 Christian Biesinger <cbiesinger@google.com>
1886
1887 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
1888 leading underscore.
1889 (GdbOutputErrorFile): Likewise.
1890 (global scope): Adjust constructor calls to GdbOutput{,Error}File
1891 accordingly.
1892 (execute_unwinders): Rename to have a leading underscore.
1893 (auto_load_packages): Likewise.
1894 (global scope): Adjust call to auto_load_packages accordingly.
1895 (GdbSetPythonDirectory): Likewise.
1896 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
1897 instead of execute_unwinders.
1898
db502012
TT
18992019-08-15 Tom Tromey <tom@tromey.com>
1900
1901 * tui/tui-layout.c (show_layout, show_source_disasm_command)
1902 (show_data): Don't change window visibility.
1903 (tui_gen_win_info::resize): Remove special case for command
1904 window. Use wresize, when available.
1905 (show_source_or_disasm_and_command): Don't change window
1906 visibility.
1907 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
1908 <make_visible>: New method.
1909 * tui/tui-command.c (tui_cmd_window::resize): New method.
1910
3891b65e
TT
19112019-08-15 Tom Tromey <tom@tromey.com>
1912
1913 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
1914 (struct tui_source_windows): New.
1915 * tui/tui-winsource.c (tui_display_main): Update.
1916 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
1917 (new_height_ok, parse_scrolling_args): Update.
1918 * tui/tui-layout.c (show_layout, show_data): Update.
1919 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
1920 (tui_add_to_source_windows): Don't declare.
1921 * tui/tui-data.c (source_windows, tui_source_windows)
1922 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
1923
ee556432
TT
19242019-08-15 Tom Tromey <tom@tromey.com>
1925
1926 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
1927 Rename from reset.
1928 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
1929 * tui/tui-layout.c (show_source_disasm_command, show_data):
1930 Update.
1931 (tui_gen_win_info::resize): Rename.
1932 (show_source_or_disasm_and_command): Update.
1933 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
1934 reset.
1935
46f438e3
TT
19362019-08-15 Tom Tromey <tom@tromey.com>
1937
1938 * tui/tui-stack.c (tui_initialize_static_data): Remove.
1939 * tui/tui-interp.c (tui_interp::init): Don't call
1940 tui_initialize_static_data.
1941 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
1942
f4ce562c
TT
19432019-08-15 Tom Tromey <tom@tromey.com>
1944
1945 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
1946 examine tui_win_list.
1947
c398c3d0
TT
19482019-08-15 Tom Tromey <tom@tromey.com>
1949
1950 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
1951 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
1952 tui_clear_source_content.
1953 (tui_clear_source_content): Remove.
1954 (tui_source_window_base::do_erase_source_content): Hoist call to
1955 content.clear().
1956 * tui/tui-stack.c (tui_show_frame_info): Don't call
1957 tui_clear_source_content.
1958
e25d2004
TT
19592019-08-15 Tom Tromey <tom@tromey.com>
1960
1961 * tui/tui-winsource.h (struct tui_source_window_base)
1962 <do_erase_source_content>: New method.
1963 <erase_source_content>: New method.
1964 (tui_erase_source_content): Don't declare.
1965 * tui/tui-winsource.c (tui_clear_source_content): Update.
1966 (tui_source_window_base::do_erase_source_content): Rename from
1967 tui_erase_source_content.
1968 (tui_source_window_base::show_source_content): Update.
1969 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
1970 * tui/tui-source.h (struct tui_source_window)
1971 <erase_source_content>: New method.
1972 * tui/tui-disasm.h (struct tui_disasm_window)
1973 <erase_source_content>: New method.
1974
002f15c2
TT
19752019-08-15 Tom Tromey <tom@tromey.com>
1976
1977 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
1978 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
1979 constructor.
1980 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
1981 * tui/tui-source.c (tui_set_source_content): Update.
1982 * tui/tui-disasm.c (tui_set_disassem_content): Update.
1983
c9033fe8
TT
19842019-08-15 Tom Tromey <tom@tromey.com>
1985
1986 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
1987 * tui/tui-winsource.c (tui_line_is_displayed): Move to
1988 tui-source.c.
1989 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
1990 Declare.
1991 * tui/tui-source.c (tui_source_window::line_is_displayed): New
1992 method.
1993 (tui_source_window::maybe_update): Update.
1994
088f37dd
TT
19952019-08-15 Tom Tromey <tom@tromey.com>
1996
1997 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
1998 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
1999 tui-disasm.c.
2000 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
2001 Declare.
2002 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
2003 method.
2004 (tui_disasm_window::maybe_update): Update.
2005
a54700c6
TT
20062019-08-15 Tom Tromey <tom@tromey.com>
2007
2008 * tui/tui-winsource.h (struct tui_source_window_base)
2009 <maybe_update>: Declare.
2010 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
2011 method.
2012 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
2013 Declare.
2014 * tui/tui-source.c (tui_source_window::maybe_update): New method.
2015 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
2016 Declare.
2017 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
2018
e2a678a5
TT
20192019-08-15 Tom Tromey <tom@tromey.com>
2020
2021 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
2022
f2dda477
TT
20232019-08-15 Tom Tromey <tom@tromey.com>
2024
2025 * tui/tui-wingeneral.c: Include tui-stack.h.
2026 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
2027 (struct tui_locator_window): Move from tui-data.h.
2028 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
2029 (tui_initialize_static_data): Move from tui-data.c.
2030 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
2031 (struct tui_locator_window): Move to tui-stack.c.
2032 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
2033 (tui_initialize_static_data): Move to tui-stack.c.
2034
ed4a1084
TT
20352019-08-15 Tom Tromey <tom@tromey.com>
2036
2037 * tui/tui-layout.c (show_source_disasm_command)
2038 (show_source_or_disasm_and_command): Use make_visible method, not
2039 tui_make_window.
2040 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
2041 Remove.
2042
65962b20
TT
20432019-08-15 Tom Tromey <tom@tromey.com>
2044
2045 * tui/tui-wingeneral.h (tui_make_window): Update.
2046 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
2047 parameter.
2048 (tui_gen_win_info::make_visible): Update.
2049 * tui/tui-regs.c (tui_data_window::display_registers_from):
2050 Update.
2051 * tui/tui-layout.c (show_source_disasm_command)
2052 (show_source_or_disasm_and_command): Update.
2053 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
2054 (enum tui_box): Remove.
2055 (struct tui_win_info) <can_box>: New method.
2056 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
2057 method.
2058
2208ee91
TV
20592019-08-15 Tom de Vries <tdevries@suse.de>
2060
2061 * linux-nat-trad.c: Include gdbarch.h.
2062
75faf5c4
AH
20632019-08-14 Alan Hayward <alan.hayward@arm.com>
2064
2065 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
2066 register sizes.
2067
b1c896b3
TT
20682019-08-14 Tom Tromey <tromey@adacore.com>
2069
2070 * darwin-nat.c: Include gdbarch.h.
2071 * darwin-nat-info.c: Include gdbarch.h.
2072
6405cd73
TT
20732019-08-13 Tom Tromey <tom@tromey.com>
2074
2075 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
2076 Remove.
2077 * tui/tui-data.c (tui_initialize_static_data): Update.
2078
5216580d
TT
20792019-08-13 Tom Tromey <tom@tromey.com>
2080
2081 * tui/tui-winsource.h (struct tui_exec_info_window)
2082 <~tui_exec_info_window, maybe_allocate_content, get_content,
2083 m_content>: Remove.
2084 (struct tui_source_window_base) <set_exec_info_content,
2085 show_exec_info_content>: Don't declare.
2086 * tui/tui-winsource.c
2087 (tui_exec_info_window::maybe_allocate_content): Remove.
2088 (tui_source_window_base::update_exec_info): Rename from
2089 set_exec_info_content.
2090 (tui_source_window_base::show_exec_info_content)
2091 (tui_source_window_base::update_exec_info): Remove.
2092
93858ad3
TT
20932019-08-13 Tom Tromey <tom@tromey.com>
2094
2095 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
2096 declare.
2097 * tui/tui-winsource.c (tui_update_source_window_as_is)
2098 (tui_update_source_windows_with_addr, tui_erase_source_content):
2099 Update.
2100 (tui_clear_exec_info_content): Remove.
2101
e321e7ce
TT
21022019-08-13 Tom Tromey <tom@tromey.com>
2103
2104 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
2105 declare.
2106 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
2107 call tui_erase_exec_info_content.
2108 (tui_clear_exec_info_content): Rename from
2109 tui_erase_exec_info_content.
2110 (tui_clear_exec_info_content): Delete.
2111
8270ac62
TT
21122019-08-13 Tom Tromey <tom@tromey.com>
2113
2114 * tui/tui-winsource.h (struct tui_source_window_base)
2115 <show_exec_info_content>: Declare.
2116 (tui_show_exec_info_content): Don't declare.
2117 * tui/tui-winsource.c
2118 (tui_source_window_base::show_exec_info_content): Rename from
2119 tui_show_exec_info_content.
2120 (tui_source_window_base::update_exec_info): Update.
2121
7b56485d
TT
21222019-08-13 Tom Tromey <tom@tromey.com>
2123
2124 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
2125 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
2126 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
2127 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
2128 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
2129 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
2130 ... here.
2131
7ba913dc
TT
21322019-08-13 Tom Tromey <tom@tromey.com>
2133
2134 * tui/tui-winsource.h (struct tui_source_window_base)
2135 <update_exec_info>: Declare.
2136 (tui_update_exec_info): Don't declare.
2137 * tui/tui-winsource.c (tui_update_source_window_as_is)
2138 (tui_source_window_base::refresh_all)
2139 (tui_update_all_breakpoint_info): Update.
2140 (tui_source_window_base::update_exec_info): Rename from
2141 tui_update_exec_info.
2142 * tui/tui-stack.c (tui_show_frame_info): Update.
2143
37a4a131
TT
21442019-08-13 Tom Tromey <tom@tromey.com>
2145
2146 * tui/tui-winsource.h (struct tui_source_window_base)
2147 <set_exec_info_content>: Declare.
2148 (tui_set_exec_info_content): Don't declare.
2149 * tui/tui-winsource.c
2150 (tui_source_window_base::set_exec_info_content): Rename from
2151 tui_set_exec_info_content.
2152 (tui_update_exec_info): Update.
2153
0bd27e07
TT
21542019-08-13 Tom Tromey <tom@tromey.com>
2155
2156 * tui/tui-winsource.h (struct tui_source_window_base)
2157 <show_source_content>: Declare.
2158 (tui_show_source_content): Don't declare.
2159 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
2160 (tui_source_window_base::show_source_content): Rename from
2161 tui_show_source_content.
2162 (tui_source_window_base::refresh_all): Update.
2163 * tui/tui-layout.c (show_source_disasm_command)
2164 (show_source_or_disasm_and_command): Update.
2165
b4ef5aeb
TT
21662019-08-13 Tom Tromey <tom@tromey.com>
2167
2168 * tui/tui-winsource.c (tui_erase_source_content)
2169 (tui_show_source_content, tui_source_window_base::refresh_all):
2170 Update.
2171 * tui/tui-wingeneral.h
2172 (tui_check_and_display_highlight_if_needed): Don't declare.
2173 * tui/tui-wingeneral.c
2174 (tui_win_info::check_and_display_highlight_if_needed): Rename from
2175 check_and_display_highlight_if_needed.
2176 * tui/tui-win.c (tui_rehighlight_all)
2177 (tui_win_info::make_visible_with_new_height): Update.
2178 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
2179 (tui_data_window::erase_data_content)
2180 (tui_data_window::display_all_data): Update.
2181 * tui/tui-data.h (struct tui_win_info)
2182 <check_and_display_highlight_if_needed>: Declare.
2183
fede5273
TT
21842019-08-13 Tom Tromey <tom@tromey.com>
2185
2186 * tui/tui-win.c (tui_resize_all): Call
2187 tui_delete_invisible_windows.
2188 * tui/tui-layout.c (show_layout): Call
2189 tui_delete_invisible_windows.
2190 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
2191 * tui/tui-data.c (tui_delete_invisible_windows): New function.
2192
22c3f490
TT
21932019-08-13 Tom Tromey <tom@tromey.com>
2194
2195 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
2196 tui_add_win_to_layout.
2197
16cb7910
TT
21982019-08-13 Tom Tromey <tom@tromey.com>
2199
2200 * tui/tui-layout.h (tui_default_win_height): Don't declare.
2201 * tui/tui-layout.c (tui_default_win_height): Now static.
2202
cc0c3ffb
TT
22032019-08-13 Tom Tromey <tom@tromey.com>
2204
2205 * tui/tui-layout.c (show_layout): Unify all layout cases into a
2206 single switch.
2207 (show_source_disasm_command, show_source_or_disasm_and_command):
2208 Don't check current layout.
2209
3f3ffe54
TT
22102019-08-13 Tom Tromey <tom@tromey.com>
2211
2212 * tui/tui-wingeneral.c (make_all_visible): Remove.
2213 (tui_make_all_invisible): Simplify.
2214 * tui/tui-layout.c (tui_make_all_invisible): Move from
2215 tui-wingeneral.c; simplify.
2216 (show_layout): Hoist call to tui_make_all_invisible.
2217 (show_data): Don't call tui_make_all_invisible.
2218
69258091
TT
22192019-08-13 Tom Tromey <tom@tromey.com>
2220
2221 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
2222 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
2223
62cf57fe
TT
22242019-08-13 Tom Tromey <tom@tromey.com>
2225
2226 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
2227 tui-data.c.
2228 (show_source_disasm_command, show_data)
2229 (show_source_or_disasm_and_command): Don't use
2230 tui_set_current_layout_to.
2231 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
2232 * tui/tui-data.c (current_layout, tui_current_layout): Move to
2233 tui-layout.c.
2234 (tui_set_current_layout_to): Remove.
2235
2afade5d
TT
22362019-08-13 Tom Tromey <tom@tromey.com>
2237
2238 * tui/tui-layout.c (tui_set_layout): Update.
2239 * tui/tui-data.h (struct tui_layout_def): Remove.
2240 (tui_layout_def): Don't declare.
2241 * tui/tui-data.c (layout_def): Remove.
2242 (tui_layout_def): Remove.
2243
a3504e96
TT
22442019-08-13 Tom Tromey <tom@tromey.com>
2245
2246 * tui/tui-winsource.h (struct tui_source_window_base)
2247 <clear_detail>: No longer "override".
2248 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
2249 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
2250 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
2251 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
2252 Remove.
2253 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
2254
29c92911
TT
22552019-08-13 Tom Tromey <tromey@adacore.com>
2256
2257 * tracepoint.c: Don't include readline.h or history.h.
2258
86c6b807
TT
22592019-08-12 Tom Tromey <tom@tromey.com>
2260
2261 * configure: Rebuild.
2262 * configure.ac: Check for readline 7.
2263 * NEWS: Mention readline 7 requirement.
2264 * README: Update.
2265
5db2718c
TT
22662019-08-12 Tom Tromey <tom@tromey.com>
2267
2268 * mingw-hdep.c (gdb_select): Remove readline hack.
2269
dac36daf
PFC
22702019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2271
2272 * blockframe.c (find_pc_partial_function): Set *block to nullptr
2273 when the function fails.
2274
1022c627
AA
22752019-08-09 Andreas Arnez <arnez@linux.ibm.com>
2276
2277 * s390-tdep.c (s390_type_align): New function.
2278 (s390_gdbarch_init): Set it as type_align gdbarch method.
2279
eba4caf2
TV
22802019-08-09 Tom de Vries <tdevries@suse.de>
2281
2282 PR gdb/24591
2283 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
2284 pc_low with relocation offset.
2285
123cd851
TT
22862019-08-07 Tom Tromey <tromey@adacore.com>
2287
2288 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
2289 (print_frame_args): Update.
2290 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
2291 Update.
2292 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
2293 * frame.h (struct frame_arg): Add initializers.
2294 <error>: Now a unique_xmalloc_ptr.
2295
3d31bc39
AH
22962019-08-07 Alan Hayward <alan.hayward@arm.com>
2297
2298 * NEWS: Expand the Pointer Authentication entry.
2299 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
2300 (aarch64_frame_unmask_lr): ... to this.
2301 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
2302 Call aarch64_frame_unmask_lr.
2303 * frame.c (struct frame_info): Add "masked" variable.
2304 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
2305 (fprint_frame): Check for masked pc.
2306 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
2307 declarations.
2308 * python/py-framefilter.c (py_print_frame): Check for masked pc.
2309 * stack.c (print_frame): Check for masked pc.
2310
0cf9feb9
TT
23112019-08-06 Tom Tromey <tom@tromey.com>
2312
2313 * stabsread.c (patch_block_stabs, read_one_struct_field)
2314 (read_enum_type): Use obstack_strndup.
2315 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
2316 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
2317 * dwarf2read.c (guess_full_die_structure_name)
2318 (anonymous_struct_prefix): Use obstack_strndup.
2319 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
2320 * c-exp.y (yylex): Use obstack_strndup.
2321 * ada-exp.y (write_object_renaming, write_ambiguous_var)
2322 (write_var_or_type): Use obstack_strndup.
2323
efba19b0
TT
23242019-08-06 Tom Tromey <tom@tromey.com>
2325
2326 * symfile.c (reread_symbols): Use obstack_strdup.
2327 * stabsread.c (read_type): Use obstack_strdup.
2328 * gdb_obstack.h (obstack_strdup): New overload.
2329 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
2330 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
2331 (dwarf2_canonicalize_name): Use obstack_strdup.
2332 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
2333 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
2334 Use obstack_strdup.
2335
f25102f7
TT
23362019-08-06 Tom Tromey <tom@tromey.com>
2337
2338 * gdb_obstack.h (obstack_strdup): Define.
2339 * gdb_obstack.c (obstack_strdup): Don't define.
2340
021887d8
TT
23412019-08-06 Tom Tromey <tom@tromey.com>
2342
2343 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
2344 obstack_strdup.
2345 * typeprint.c (typedef_hash_table::find_global_typedef): Use
2346 obstack_strdup.
2347 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
2348 * stabsread.c (common_block_start): Use obstack_strdup.
2349 * objfiles.c (set_objfile_main_name, objfile): Use
2350 obstack_strdup.
2351 * namespace.c (add_using_directive): Use obstack_strdup.
2352 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
2353 * jit.c (finalize_symtab): Use obstack_strdup.
2354 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
2355 (guess_partial_die_structure_name, partial_die_info::fixup)
2356 (dwarf2_name): Use obstack_strdup.
2357 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
2358 obstack_strdup.
2359 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
2360 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
2361 obstack_strdup.
2362 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
2363
d2834edc
PW
23642019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2365
2366 * unittests/help-doc-selftests.c: New file.
2367 * Makefile.in: Add the new file.
2368
590042fc
PW
23692019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2370
2371 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
2372 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
2373 the full first line, except when FOR_VALUE_PREFIX. In this case,
2374 the trailing '.' is not output, and the first character is uppercased.
2375 (print_help_for_command): Update call to print_doc_line.
2376 (print_doc_of_command): Likewise.
2377 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
2378 * cli/cli-option.c (append_indented_doc): Do not append newline.
2379 (build_help_option): Append newline after first appended_indented_doc
2380 only if a second call is done.
2381 (build_help): Append 2 new lines before each option, except the first
2382 one.
2383 * compile/compile.c (_initialize_compile): Add new lines after
2384 %OPTIONS%, when not at the end of the help.
2385 Change help doc or code
2386 producing the help doc to respect the invariants.
2387 * maint-test-options.c (_initialize_maint_test_options): Likewise.
2388 Also removed the new line after 'Options:', as all other commands
2389 do not put an empty line between 'Options:' and the first option.
2390 * printcmd.c (_initialize_printcmd): Likewise.
2391 * stack.c (_initialize_stack): Likewise.
2392 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
2393 incorrectly telling COMMAND is optional.
2394 * ada-lang.c (_initialize_ada_language): Change help doc or code
2395 producing the help doc to respect the invariants.
2396 * ada-tasks.c (_initialize_ada_tasks): Likewise.
2397 * breakpoint.c (_initialize_breakpoint): Likewise.
2398 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
2399 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
2400 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
2401 * cli/cli-style.c (cli_style_option::add_setshow_commands,
2402 _initialize_cli_style): Likewise.
2403 * corelow.c (core_target_info): Likewise.
2404 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
2405 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
2406 * filesystem.c (_initialize_filesystem): Likewise.
2407 * frame.c (_initialize_frame): Likewise.
2408 * gnu-nat.c (add_task_commands): Likewise.
2409 * infcall.c (_initialize_infcall): Likewise.
2410 * infcmd.c (_initialize_infcmd): Likewise.
2411 * interps.c (_initialize_interpreter): Likewise.
2412 * language.c (_initialize_language): Likewise.
2413 * linux-fork.c (_initialize_linux_fork): Likewise.
2414 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
2415 * maint.c (_initialize_maint_cmds): Likewise.
2416 * memattr.c (_initialize_mem): Likewise.
2417 * printcmd.c (_initialize_printcmd): Likewise.
2418 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
2419 _RegEx): Likewise.
2420 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
2421 * record-btrace.c (_initialize_record_btrace): Likewise.
2422 * record-full.c (_initialize_record_full): Likewise.
2423 * record.c (_initialize_record): Likewise.
2424 * regcache-dump.c (_initialize_regcache_dump): Likewise.
2425 * regcache.c (_initialize_regcache): Likewise.
2426 * remote.c (add_packet_config_cmd, init_remote_threadtests,
2427 _initialize_remote): Likewise.
2428 * ser-tcp.c (_initialize_ser_tcp): Likewise.
2429 * serial.c (_initialize_serial): Likewise.
2430 * skip.c (_initialize_step_skip): Likewise.
2431 * source.c (_initialize_source): Likewise.
2432 * stack.c (_initialize_stack): Likewise.
2433 * symfile.c (_initialize_symfile): Likewise.
2434 * symtab.c (_initialize_symtab): Likewise.
2435 * target-descriptions.c (_initialize_target_descriptions): Likewise.
2436 * top.c (init_main): Likewise.
2437 * tracefile-tfile.c (tfile_target_info): Likewise.
2438 * tracepoint.c (_initialize_tracepoint): Likewise.
2439 * tui/tui-win.c (_initialize_tui_win): Likewise.
2440 * utils.c (add_internal_problem_command): Likewise.
2441 * valprint.c (value_print_option_defs): Likewise.
2442
404f2902
FCE
24432019-08-06 Frank Ch. Eigler <fche@redhat.com>
2444
2445 PR build/24886
2446 * configure.ac: Drop enable-libmcheck support.
2447 * configure, config.in: Rebuild.
2448 * libmcheck.m4: Remove.
2449 * acinclude.m4: Don't include it.
2450 * Makefile.in: Don't distribute it.
2451 * top.c (print_gdb_configuration): Don't mention it.
2452
046bebe1
TT
24532019-08-06 Tom Tromey <tom@tromey.com>
2454
2455 * utils.c (set_output_style): Sometimes pass stream to
2456 emit_style_escape.
2457 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
2458 * record-btrace.c (btrace_insn_history): Update.
2459 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
2460 method.
2461 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
2462 Update initializers.
2463 <m_uiout>: New field.
2464 <m_di>: Move lower.
2465 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
2466 Remove "uiout" parameter.
2467 (dump_insns): Update.
2468 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
2469 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
2470
ddbcedf5
CB
24712019-08-06 Christian Biesinger <cbiesinger@google.com>
2472
2473 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
2474 (error_in_psymtab_expansion): Likewise.
2475 (lookup_symbol_via_quick_fns): Likewise.
2476 (basic_lookup_transparent_type_quick): Likewise.
2477 (basic_lookup_transparent_type_1): Likewise.
2478
b08b16c8
TT
24792019-08-06 Tom Tromey <tromey@adacore.com>
2480
2481 * source.c (last_source_error): Now bool.
2482 (print_source_lines_base): Make "noprint" bool. Only open
2483 source file when last_source_visited changes.
2484
cb44333d
TT
24852019-08-06 Tom Tromey <tromey@adacore.com>
2486
2487 * annotate.c (annotate_source_line): Use g_source_cache.
2488 * source-cache.c (source_cache::get_plain_source_lines): Change
2489 parameters. Populate m_offset_cache.
2490 (source_cache::ensure): New method.
2491 (source_cache::get_line_charpos): New method.
2492 (extract_lines): Move lower. Change parameters.
2493 (source_cache::get_source_lines): Move lower.
2494 * source-cache.h (class source_cache): Update comment.
2495 <get_line_charpos>: New method.
2496 <get_source_lines>: Update comment.
2497 <clear>: Clear m_offset_cache.
2498 <get_plain_source_lines>: Change parameters.
2499 <ensure>: New method
2500 <m_offset_cache>: New member.
2501 * source.c (forget_cached_source_info_for_objfile): Update.
2502 (info_source_command): Use g_source_cache.
2503 (find_source_lines, open_source_file_with_line_charpos): Remove.
2504 (print_source_lines_base, search_command_helper): Use g_source_cache.
2505 * source.h (open_source_file_with_line_charpos): Don't declare.
2506 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
2507 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
2508 Use g_source_cache.
2509
872dceaa
TT
25102019-08-06 Tom Tromey <tromey@adacore.com>
2511
2512 * source-cache.c (source_cache::get_plain_source_lines):
2513 Remove "first_line" and "last_line" parameters.
2514 (source_cache::get_source_lines): Cache plain text.
2515 * source-cache.h (class source_cache)
2516 <get_plain_source_lines>: Update.
2517
269249d9
TT
25182019-08-06 Tom Tromey <tromey@adacore.com>
2519
2520 * source-cache.c (extract_lines): No longer a method.
2521 Changed type of parameter. Include final newline.
2522 (selftests::extract_lines_test): New function.
2523 (_initialize_source_cache): Likewise.
2524 * source-cache.h (class source_cache)
2525 <extract_lines>: Don't declare.
2526
c0e8dcd8
TT
25272019-08-06 Tom Tromey <tromey@adacore.com>
2528
2529 * breakpoint.c (init_breakpoint_sal): Update.
2530 (breakpoint): Update.
2531 * breakpoint.h (struct breakpoint) <filter>: Now a
2532 unique_xmalloc_ptr.
2533
0b27c27d
CB
25342019-08-05 Christian Biesinger <cbiesinger@google.com>
2535
2536 * NEWS: Mention dictionary access on blocks.
2537 * python/py-block.c (blpy_getitem): New function.
2538 (block_object_as_mapping): New struct.
2539 (block_object_type): Use new struct for tp_as_mapping field.
2540
4ee94178
CB
25412019-08-05 Christian Biesinger <cbiesinger@google.com>
2542
2543 * objfiles.h (objfile): Add a comment describing partial symbols.
2544
8abfcabc
TT
25452019-08-05 Tom Tromey <tromey@adacore.com>
2546
2547 * compile/compile.c (_initialize_compile): Use _(), not N_().
2548 * thread.c (_initialize_thread): Use _(), not N_().
2549 * stack.c (_initialize_stack): Use _(), not N_().
2550 * printcmd.c (_initialize_printcmd): Use _(), not N_().
2551
2b79f376
SM
25522019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
2553
2554 * dwarf2read.c (struct dw2_symtab_iterator):
2555 <want_specific_block>: Remove.
2556 <block_index>: Change type to gdb::optional.
2557 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
2558 change type of BLOCK_INDEX parameter to gdb::optional.
2559 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
2560 (dw2_lookup_symbol): Don't pass argument for
2561 WANT_SPECIFIC_BLOCK.
2562 (dw2_expand_symtabs_for_function): Don't pass argument for
2563 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
2564 (class dw2_debug_names_iterator)
2565 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
2566 parameter, change BLOCK_INDEX type to gdb::optional.
2567 <m_want_specific_block>: Remove.
2568 <m_block_index>: Change type to gdb::optional.
2569 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
2570 gdb::optional. Re-write in function of gdb::optional.
2571 (dw2_debug_names_lookup_symbol): Don't pass argument for
2572 WANT_SPECIFIC_BLOCK.
2573 (dw2_debug_names_expand_symtabs_for_function): Don't pass
2574 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
2575 BLOCK_INDEX.
2576
ae60f04e
PW
25772019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2578
2579 * NEWS: Mention changes to "info sources" command.
2580
28cd9371
PW
25812019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2582
2583 * symtab.c (filename_partial_match_opts): New struct type.
2584 (struct output_source_filename_data): New members
2585 regexp, c_regexp, partial_match.
2586 (output_source_filename): Use new members to decide to print file.
2587 (info_sources_option_defs): New variable.
2588 (make_info_sources_options_def_group, print_info_sources_header,
2589 info_sources_command_completer):
2590 New functions.
2591 (info_sources_command): Read new optional arguments.
2592 (_initialize_symtab): Update info sources help.
2593
ca683e3a
AO
25942019-08-02 Alexandre Oliva <oliva@adacore.com>
2595
2596 * ada-lang.c (exception_support_info_v0): Renamed from...
2597 (default_exception_support_info): ... this. Create new
2598 definition for v1.
2599 (ada_has_this_exception_support): Look up catch_handlers_sym.
2600 (ada_exception_support_info_sniffer): Try v0 after default.
2601
f1264162
TT
26022019-08-01 Tom Tromey <tromey@adacore.com>
2603
2604 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
2605 gdbarch.h.
2606
0a7b2485
CB
26072019-08-01 Christian Biesinger <cbiesinger@google.com>
2608
2609 * s12z-tdep.c: Fix include path for s12z-opc.h.
2610
c6bdbeb7
AH
26112019-08-01 Alan Hayward <alan.hayward@arm.com>
2612
2613 * NEWS: Require GNU make 3.82.
2614
a2bd7b82
TT
26152019-07-16 Tom Tromey <tom@tromey.com>
2616
2617 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
2618 declare.
2619
aa3b6533
TT
26202019-07-30 Tom Tromey <tromey@adacore.com>
2621
2622 * block.c (contained_in): Remove BLOCK_FUNCTION check.
2623
a1530dc7
KB
26242019-07-30 Kevin Buettner <kevinb@redhat.com>
2625
2626 * printcmd.c (print_address_symbolic): Print negative offsets.
2627 (build_address_symbolic): Force signed arithmetic when computing
2628 offset.
2629
2906593f
CB
26302019-07-30 Christian Biesinger <cbiesinger@google.com>
2631
2632 PR/24474: Add a function to lookup static variables.
2633 * NEWS: Mention this new function.
2634 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
2635 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
2636 * python/python.c (python_GdbMethods): Add new function.
2637
c620ed88
CB
26382019-07-29 Christian Biesinger <cbiesinger@google.com>
2639
2640 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
2641 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
2642 (objfpy_lookup_static_symbol): New function.
2643 (objfile_object_methods): Add new functions.
2644
bc4268a5
PW
26452019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2646
2647 * NEWS: Mention 'set|show print frame-info'. Mention new
2648 'presence' value for 'frame-arguments'. Mention new '-frame-info'
2649 backtrace argument. Mention that python frame filtering code
2650 is now consistent with what 'backtrace' command prints.
2651
4b5e8d19
PW
26522019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2653
2654 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
2655 comments.
2656 (print_frame_info_auto, print_frame_info_source_line,
2657 print_frame_info_location, print_frame_info_source_and_location,
2658 print_frame_info_location_and_address, print_frame_info_short_location):
2659 New declarations.
2660 (struct frame_print_options): New member print_frame_info.
2661 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
2662 * stack.h (get_user_print_what_frame_info): New declaration.
2663 (frame_show_address): New declaration.
2664 * stack.c (print_frame_arguments_choices): New value 'presence'.
2665 (print_frame_info_auto, print_frame_info_source_line,
2666 print_frame_info_location, print_frame_info_source_and_location,
2667 print_frame_info_location_and_address, print_frame_info_short_location,
2668 print_frame_info_choices, print_frame_info_print_what): New definitions.
2669 (print_frame_args): Only print dots for args if print frame-arguments
2670 is 'presence'.
2671 (frame_print_option_defs): New element for "frame-info".
2672 (get_user_print_what_frame_info): New function.
2673 (frame_show_address): Make non static. Move comment to stack.h.
2674 (print_frame_info_to_print_what): New function.
2675 (print_frame_info): Update comment. Use fp_opts.print_frame_info
2676 to decide what to print.
2677 (backtrace_command_1): Handle the new print_frame_arguments_presence
2678 value.
2679 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
2680 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
2681 (py_print_frame): In non-mi mode, use LOCATION as default for
2682 print_what, similarly to frame information printed directly by
2683 backtrace command. Handle frame-info user option in non MI mode.
2684
6bdfee81
KB
26852019-07-27 Kevin Buettner <kevinb@redhat.com>
2686
2687 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
2688 Add case for debugging 32-bit target on 64-bit host. Revise
2689 comment.
2690
98a617f8
KB
26912019-07-27 Kevin Buettner <kevinb@redhat.com>
2692
2693 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
2694 instead of find_function_entry_range_from_pc.
2695
567238c9
KB
26962019-07-27 Kevin Buettner <kevinb@redhat.com>
2697
2698 * stack.c (find_frame_funname): Remove code which preferred
2699 minsym over symtab sym in "certain pathological cases".
2700
2dc80cf8
KB
2701 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
2702 parameter. Change type of "do_demangle" to bool.
2703 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
2704 Pass suitable "prefer_sym_over_minsym" flag to
2705 build_address_symbolic(). Don't output "+" for negative offsets.
2706 * printcmd.c (print_address_symbolic): Update invocation of
2707 build_address_symbolic to include a "prefer_sym_over_minsym"
2708 flag.
2709 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
2710 Restrict cases in which use of minimal symbol is preferred to that
2711 of a found symbol. Update comments.
2712
1aff7173
KB
2713 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
2714 for entry pc when entry pc is out of range for that FDE.
2715
89b085ac
BC
27162019-07-26 Brian Callahan <bcallah@openbsd.org>
2717
2718 PR gdb/24839:
2719 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
2720 type.
2721
f32feb4a
CB
27222019-07-25 Christian Biesinger <cbiesinger@google.com>
2723
2724 * python/py-objfile.c (add_separate_debug_file): Fix comment about
2725 this function's Python signature.
2726
2727
27282019-07-24 Christian Biesinger <cbiesinger@google.com>
442853af
CB
2729
2730 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
2731 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
2732 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
2733 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
2734 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
2735
2736
c54e4253
YS
27372019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
2738
2739 * h8300-tdep.c (h8300_register_name_common): New.
2740 h8300_register_name): Use h8300_register_name_common.
2741 (h8300s_register_name): Likewise.
2742 (h8300sx_register_name): Likewise.
2743 (h8300h_register_nam): New.
2744 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
2745
2746
40eadf04
SP
27472019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2748
2749 * arm-tdep.c (arm_skip_cmse_entry): New function.
2750 (arm_is_sgstubs_section): New function.
2751 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
2752
bfa2a36d
TT
27532019-07-22 Tom Tromey <tom@tromey.com>
2754
2755 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
2756 Don't self-assign.
2757
a8e9d247
AB
27582019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2759
2760 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
2761 type_print.
2762
eb86c5e2
AB
27632019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2764
2765 * symtab.c (search_symbols): Adjust msymbol matching type arrays
2766 so that GDB doesn't match any msymbols when searching in the
2767 TYPES_DOMAIN.
2768 (print_symbol_info): Print using typedef_print or type_print based
2769 on the type of the symbol. Add updated FIXME comment moved from...
2770 (_initialize_symtab): ... move and update FIXME comment to above.
2771
a8eab7c6
AB
27722019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2773
2774 * NEWS: Mention adding -q option to "info types".
2775 * symtab.c (struct info_types_options): New struct.
2776 (info_types_options_defs): New variable.
2777 (make_info_types_options_def_group): New function.
2778 (info_types_command): Use gdb::option framework to parse options.
2779 (info_types_command_completer): New function.
2780 (_initialize_symtab): Extend the help text on "info types" and
2781 register command completer.
2782
b4603c34
CB
27832019-07-21 Christian Biesinger <cbiesinger@google.com>
2784
2785 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
2786 (lookup_symbol_in_objfile): Change int to block_enum and add a
2787 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
2788
c8cdc1e0
CB
27892019-07-20 Christian Biesinger <cbiesinger@google.com>
2790
2791 * MAINTAINERS (Write After Approval): Add self.
2792
01e175fe
AB
27932019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2794
2795 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
2796 instruction to the dummy code region.
2797
56f79b63
TT
27982019-07-19 Tom Tromey <tromey@adacore.com>
2799
2800 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
2801 (ARGSUSED, PARAMS, __func__): Remove rules.
2802
4c5aa8e0
AH
28032019-07-19 Alan Hayward <alan.hayward@arm.com>
2804
2805 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
2806 * features/arm/arm-with-iwmmxt.c: Remove.
2807 * features/arm/arm-with-iwmmxt.xml: Remove.
2808 * features/arm/arm-with-m-fpa-layout.c: Remove.
2809 * features/arm/arm-with-m-fpa-layout.xml: Remove.
2810 * features/arm/arm-with-m-vfp-d16.c: Remove.
2811 * features/arm/arm-with-m-vfp-d16.xml: Remove.
2812 * features/arm/arm-with-m.c: Remove.
2813 * features/arm/arm-with-m.xml: Remove.
2814 * features/arm/arm-with-neon.c: Remove.
2815 * features/arm/arm-with-neon.xml: Remove.
2816 * features/arm/arm-with-vfpv2.c: Remove.
2817 * features/arm/arm-with-vfpv2.xml: Remove.
2818 * features/arm/arm-with-vfpv3.c: Remove.
2819 * features/arm/arm-with-vfpv3.xml: Remove.
2820
f42b2617
AH
28212019-07-19 Alan Hayward <alan.hayward@arm.com>
2822
2823 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
2824
f29ec966
AH
28252019-07-19 Alan Hayward <alan.hayward@arm.com>
2826
2827 * arch/aarch32.c (aarch32_create_target_description): Create
2828 target descriptions using features.
2829 * arch/arm.c (arm_create_target_description)
2830 (arm_create_mprofile_target_description): Likewise.
2831 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
2832
d105cce5
AH
28332019-07-19 Alan Hayward <alan.hayward@arm.com>
2834
2835 * Makefile.in: Add new files.
2836 * aarch32-tdep.c: New file.
2837 * aarch32-tdep.h: New file.
2838 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
2839 Call aarch32_read_description.
2840 * arch/aarch32.c: New file.
2841 * arch/aarch32.h: New file.
2842 * arch/arm.c (arm_create_target_description)
2843 (arm_create_mprofile_target_description): New function.
2844 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
2845 (arm_create_target_description)
2846 (arm_create_mprofile_target_description): New declaration.
2847 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
2848 read_description functions.
2849 * arm-linux-nat.c (arm_linux_nat_target::read_description):
2850 Likewise.
2851 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
2852 * arm-tdep.c (tdesc_arm_list): New variable.
2853 (arm_register_g_packet_guesses): Call create description functions.
2854 (arm_read_description) (arm_read_mprofile_description): New
2855 function.
2856 * arm-tdep.h (arm_read_description)
2857 (arm_read_mprofile_description): Add declaration.
2858 * configure.tgt: Add new files.
2859
afe09f0b
GL
28602019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
2861
2862 * top.c (new_ui_command): Open specified terminal just once.
2863
cd215b2e
TT
28642019-07-18 Tom Tromey <tromey@adacore.com>
2865
2866 * symtab.c (main_name): Constify return type.
2867 * symfile.c (set_initial_language): Update.
2868 * symtab.h (main_name): Constify return type.
2869
d8f68fcb
TT
28702019-07-17 Tom Tromey <tom@tromey.com>
2871
2872 * tui/tui-winsource.c (tui_update_source_window)
2873 (tui_update_source_window_as_is)
2874 (tui_update_source_windows_with_line): Remove return.
2875 * tui/tui-disasm.c (tui_show_disassem)
2876 (tui_show_disassem_and_update_source): Remove return.
2877 * tui/tui.c (tui_reset): Remove return.
2878 * tui/tui-wingeneral.c
2879 (tui_check_and_display_highlight_if_needed): Remove return.
2880
ca5af91e
TT
28812019-07-17 Tom Tromey <tom@tromey.com>
2882
2883 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
2884
5104fe36
TT
28852019-07-17 Tom Tromey <tom@tromey.com>
2886
2887 * tui/tui-winsource.h (struct tui_exec_info_window)
2888 (struct tui_source_window_base): Move from tui-data.h.
2889 * tui/tui-winsource.c: Move many method definitions from
2890 elsewhere. Remove "structuring" comments.
2891 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
2892 (tui_source_window_base::refresh_window): Move to
2893 tui-winsource.c.
2894 * tui/tui-win.c (tui_source_window_base::refresh_all)
2895 (tui_source_window_base::update_tab_width)
2896 (tui_source_window_base::set_new_height)
2897 (tui_source_window_base::do_make_visible_with_new_height): Move to
2898 tui-winsource.c.
2899 * tui/tui-source.h: Update.
2900 * tui/tui-source.c (tui_source_window_base::reset): Move to
2901 tui-winsource.c.
2902 * tui/tui-disasm.h: Update.
2903 * tui/tui-data.h (struct tui_exec_info_window): Move to
2904 tui-winsource.h.
2905 (struct tui_source_window_base): Likewise.
2906 * tui/tui-data.c (tui_source_window_base::clear_detail)
2907 (tui_source_window_base, ~tui_source_window_base): Move to
2908 tui-winsource.c.
2909
daa15dde
TT
29102019-07-17 Tom Tromey <tom@tromey.com>
2911
2912 * tui/tui-win.c (tui_resize_all)
2913 (tui_source_window_base::update_tab_width)
2914 (tui_adjust_win_heights): Update.
2915 (tui_win_info::make_invisible_and_set_new_height): Rename from
2916 make_invisible_and_set_new_height.
2917 * tui/tui-data.h (struct tui_win_info)
2918 <make_invisible_and_set_new_height>: New method.
2919
bfad4537
TT
29202019-07-17 Tom Tromey <tom@tromey.com>
2921
2922 * tui/tui.c: Update.
2923 * tui/tui-source.h (struct tui_source_window): Move from
2924 tui-data.h.
2925 * tui/tui-layout.c: Update.
2926 * tui/tui-disasm.c: Update.
2927 * tui/tui-data.h (struct tui_source_window): Move to
2928 tui-source.h.
2929
88f7e873
TT
29302019-07-17 Tom Tromey <tom@tromey.com>
2931
2932 * tui/tui-disasm.h (struct tui_disasm_window): Move from
2933 tui-data.h.
2934 * tui/tui-data.h (struct tui_disasm_window): Move to
2935 tui-disasm.h.
2936
96bd6233
TT
29372019-07-17 Tom Tromey <tom@tromey.com>
2938
2939 * tui/tui-regs.h (struct tui_data_item_window): Move from
2940 tui-data.h.
2941 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
2942 * tui/tui-data.h (struct tui_data_item_window): Move to
2943 tui-regs.h.
2944 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
2945
ce38393b
TT
29462019-07-17 Tom Tromey <tom@tromey.com>
2947
2948 * tui/tui.c: Update.
2949 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
2950 (tui_cmd_window::max_height): Move to tui-command.c.
2951 * tui/tui-layout.c: Update.
2952 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
2953 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
2954 tui-command.c.
2955 * tui/tui-command.h (struct tui_cmd_window): Move from
2956 tui-data.h.
2957 * tui/tui-command.c: Remove "structuring" comments.
2958 (tui_cmd_window::clear_detail)
2959 (tui_cmd_window::do_make_visible_with_new_height)
2960 (tui_cmd_window::max_height): Move from elsewhere.
2961
2d8b51cb
TT
29622019-07-17 Tom Tromey <tom@tromey.com>
2963
2964 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
2965 Now static.
2966 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
2967 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
2968
18ab23af
TT
29692019-07-17 Tom Tromey <tom@tromey.com>
2970
2971 * tui/tui.c: Update.
2972 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
2973 tui-regs.c.
2974 * tui/tui-windata.h: Remove file.
2975 * tui/tui-windata.c: Remove file.
2976 * tui/tui-win.c (tui_data_window::set_new_height)
2977 (tui_data_window::do_make_visible_with_new_height): Move to
2978 tui-regs.c.
2979 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
2980 * tui/tui-regs.c: Remove "structuring" comments.
2981 (tui_data_window::first_data_item_displayed)
2982 (tui_data_window::delete_data_content_windows)
2983 (tui_data_window::erase_data_content)
2984 (tui_data_window::display_all_data)
2985 (tui_data_window::refresh_all)
2986 (tui_data_window::do_scroll_vertical)
2987 (tui_data_window::clear_detail, tui_data_window::set_new_height)
2988 (tui_data_window::do_make_visible_with_new_height)
2989 (tui_data_window::refresh_window): Move from elsewhere.
2990 (_initialize_tui_regs): Move to end of file.
2991 * tui/tui-layout.c: Update.
2992 * tui/tui-hooks.c: Update.
2993 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
2994 * tui/tui-data.c (tui_data_window::clear_detail): Move to
2995 tui-regs.c.
2996 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
2997
88b7e7cc
TT
29982019-07-17 Tom Tromey <tom@tromey.com>
2999
3000 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
3001 seen.
3002
0fcd3711
TT
30032019-07-17 Tom Tromey <tom@tromey.com>
3004
3005 * tui/tui-win.c (tui_source_window_base::set_new_height)
3006 (tui_source_window_base::do_make_visible_with_new_height): Use
3007 m_has_locator field directly.
3008 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
3009 method.
3010 (struct tui_source_window_base) <has_locator>: Likewise.
3011
4a38112d
TT
30122019-07-17 Tom Tromey <tom@tromey.com>
3013
3014 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
3015 Don't declare.
3016 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
3017 Remove.
3018 * tui/tui-win.c (tui_source_window_base::set_new_height)
3019 (tui_source_window_base::set_new_height)
3020 (make_invisible_and_set_new_height)
3021 (tui_source_window_base::do_make_visible_with_new_height)
3022 (tui_source_window_base::do_make_visible_with_new_height):
3023 Update.
3024 * tui/tui-layout.c (show_source_disasm_command, show_data)
3025 (show_source_or_disasm_and_command): Update.
3026 * tui/tui-layout.c (show_layout): Update.
3027
09129226
TT
30282019-07-17 Tom Tromey <tom@tromey.com>
3029
3030 * tui/tui-layout.c (make_data_window): Remove.
3031 (show_data): Unify creation and re-initialization cases.
3032
4a8a5e84
TT
30332019-07-17 Tom Tromey <tom@tromey.com>
3034
3035 * tui/tui-layout.c (make_source_window, make_disasm_window):
3036 Remove.
3037 (show_data): Unify creation and re-initialization cases.
3038
76d2be8e
TT
30392019-07-17 Tom Tromey <tom@tromey.com>
3040
3041 * tui/tui-layout.c (make_command_window): Remove.
3042 (show_source_disasm_command, show_source_or_disasm_and_command):
3043 Unify creation and re-initialization cases.
3044
890b8bde
TT
30452019-07-17 Tom Tromey <tom@tromey.com>
3046
3047 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
3048 creation and re-initialization cases.
3049
2cdfa113
TT
30502019-07-17 Tom Tromey <tom@tromey.com>
3051
3052 * tui/tui-regs.c (tui_get_register): Return void.
3053
8e3cfd09
TT
30542019-07-17 Tom Tromey <tom@tromey.com>
3055
3056 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
3057 Simplify.
3058
f4e04977
TT
30592019-07-17 Tom Tromey <tom@tromey.com>
3060
3061 * tui/tui-layout.c (show_source_disasm_command): Simplify window
3062 resetting.
3063
0379b883
TT
30642019-07-17 Tom Tromey <tom@tromey.com>
3065
3066 * tui/tui.h (tui_set_layout_by_name): Don't declare.
3067 * tui/tui-regs.c (tui_reg_layout): New function.
3068 (tui_show_registers, tui_reg_command): Use it.
3069 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
3070 (tui_layout_command): Rename from tui_set_layout_by_name. Change
3071 parameters.
3072 (tui_layout_command): Remove.
3073
b7fbad91
TT
30742019-07-17 Tom Tromey <tom@tromey.com>
3075
3076 * tui/tui-layout.h (tui/tui-layout): Return void.
3077 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
3078
4e1e56b9
TT
30792019-07-17 Tom Tromey <tom@tromey.com>
3080
3081 * tui/tui-layout.c (show_source_disasm_command, show_data):
3082 Update.
3083 (reset_locator): Remove.
3084 (show_source_or_disasm_and_command): Update.
3085
1e0c09ba
TT
30862019-07-17 Tom Tromey <tom@tromey.com>
3087
3088 * tui/tui-source.c (tui_source_window_base::reset): Remove
3089 win_type parameter.
3090 * tui/tui-layout.c (make_command_window, make_source_window)
3091 (make_disasm_window, make_data_window)
3092 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
3093 (reset_locator, show_source_or_disasm_and_command): Update.
3094 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
3095 win_type parameter.
3096 (struct tui_source_window_base) <reset>: Likewise.
3097
1bf605de
TT
30982019-07-17 Tom Tromey <tom@tromey.com>
3099
3100 * tui/tui-layout.c (show_source_disasm_command): Use
3101 reset_locator.
3102 (reset_locator): New function.
3103 (init_and_make_win): Remove.
3104 (show_source_or_disasm_and_command): Use reset_locator.
3105
098f9ed4
TT
31062019-07-17 Tom Tromey <tom@tromey.com>
3107
3108 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
3109 condition.
3110 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
3111 Remove condition.
3112 * tui/tui-source.c (tui_source_window_base::reset): New method.
3113 * tui/tui-layout.c (make_command_window): Don't call
3114 init_and_make_win.
3115 (make_source_window, make_disasm_window): Don't call
3116 make_source_or_disasm_window.
3117 (make_data_window): Don't call init_and_make_win. Change calling
3118 convention.
3119 (show_source_disasm_command, show_data): Simplify.
3120 (make_source_or_disasm_window): Remove.
3121 (show_source_or_disasm_and_command): Simplify.
3122 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
3123 (struct tui_source_window_base) <reset>: Likewise.
3124 <execution_info>: Remove initializer.
3125 * tui/tui-data.c (tui_source_window_base): Initialize
3126 execution_info.
3127
80110957
TT
31282019-07-17 Tom Tromey <tom@tromey.com>
3129
3130 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
3131 variable.
3132
cf82af05
TT
31332019-07-17 Tom Tromey <tom@tromey.com>
3134
3135 * tui/tui.c (tui_rl_other_window): Update.
3136 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
3137 superclass method first. Always iterate over regs_content.
3138 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
3139 method.
3140 * tui/tui-win.c (tui_set_focus_command): Update.
3141
01aeb396
TT
31422019-07-17 Tom Tromey <tom@tromey.com>
3143
3144 * tui/tui-win.c (tui_set_focus_command): Rename from
3145 tui_set_focus. Call tui_enable.
3146 (tui_set_focus_command): Remove.
3147
fd6c75ee
TT
31482019-07-17 Tom Tromey <tom@tromey.com>
3149
3150 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
3151 refresh_window.
3152 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
3153 touchwin.
3154 (tui_data_window::refresh_window): Call refresh_window on data
3155 items. Always call superclass refresh_window.
3156 (tui_win_info::refresh): Remove.
3157 (tui_source_window_base::refresh_window): Update.
3158 (tui_refresh_all): Update.
3159 * tui/tui-layout.c (show_source_disasm_command): Remove call to
3160 refresh_window.
3161 (show_source_or_disasm_and_command): Likewise.
3162 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
3163 (struct tui_source_window_base) <refresh>: Likewise.
3164
f6cc34a9
TT
31652019-07-17 Tom Tromey <tom@tromey.com>
3166
3167 * tui/tui-winsource.c (tui_clear_source_content)
3168 (tui_show_source_content): Update.
3169 * tui/tui-source.c (tui_source_window::showing_source_p): Check
3170 whether content is empty.
3171 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
3172 Remove.
3173
f31ec9af
TT
31742019-07-17 Tom Tromey <tom@tromey.com>
3175
3176 * tui/tui-winsource.c (tui_erase_source_content): Clear the
3177 window's contents.
3178 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
3179 * tui/tui-source.c (tui_set_source_content_nil): Remove.
3180
d1b6f1e5
TT
31812019-07-17 Tom Tromey <tom@tromey.com>
3182
3183 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
3184 (struct tui_data_item_window): Update.
3185
d9743a13
TT
31862019-07-17 Tom Tromey <tom@tromey.com>
3187
3188 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
3189 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
3190 defines.
3191
caf0bc4e
TT
31922019-07-17 Tom Tromey <tom@tromey.com>
3193
3194 * tui/tui-winsource.h (tui_erase_source_content)
3195 (tui_clear_source_content): Remove "display_prompt" parameter.
3196 * tui/tui-winsource.c (tui_update_source_window_as_is)
3197 (tui_update_source_windows_with_addr): Update.
3198 (tui_clear_source_content): Remove "display_prompt" parameter.
3199 (tui_erase_source_content): Likewise. Simplify.
3200 (tui_show_source_content): Update.
3201 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
3202 * tui/tui-stack.c (tui_show_frame_info): Update.
3203 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
3204 Remove defines.
3205
9d391078
TT
32062019-07-17 Tom Tromey <tom@tromey.com>
3207
3208 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
3209 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
3210 parameter.
3211 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
3212 parameter.
3213
a38da35d
TT
32142019-07-17 Tom Tromey <tom@tromey.com>
3215
3216 * tui/tui-winsource.c (tui_clear_source_content)
3217 (tui_show_source_content, tui_show_exec_info_content)
3218 (tui_clear_exec_info_content): Update.
3219 * tui/tui-stack.c (tui_show_locator_content): Update.
3220 (tui_show_frame_info): Update.
3221 * tui/tui-source.h (tui_source_window): Don't declare.
3222 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
3223 from tui_source_is_displayed.
3224 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
3225 Remove field.
3226 (struct tui_source_window_base) <content_in_use>: New field. Now
3227 bool.
3228 (struct tui_source_window) <showing_source_p>: New method.
3229 (TUI_SRC_WIN): Change cast.
3230 * tui/tui-data.c (tui_initialize_static_data): Update.
3231
c2cd8994
TT
32322019-07-17 Tom Tromey <tom@tromey.com>
3233
3234 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
3235 location_matches_p.
3236 * tui/tui-source.c (tui_source_window::location_matches_p): New
3237 method.
3238 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
3239 method.
3240 * tui/tui-data.h (struct tui_source_window_base)
3241 <location_matches_p>: New method.
3242 (struct tui_source_window, struct tui_disasm_window)
3243 <location_matches_p>: Likewise.
3244
4dde7b34
TT
32452019-07-17 Tom Tromey <tom@tromey.com>
3246
3247 * tui/tui-win.c (tui_set_win_height_command): Rename from
3248 tui_set_win_height.
3249 (tui_set_win_height_command): Remove.
3250
b73dd877
TT
32512019-07-17 Tom Tromey <tom@tromey.com>
3252
3253 * tui/tui-source.c (tui_source_window): New constructor. Add
3254 observer.
3255 (~tui_source_window): New destructor.
3256 (tui_source_window::style_changed): New method.
3257 * tui/tui-hooks.c (tui_redisplay_source): Remove.
3258 (tui_attach_detach_observers): Update.
3259 * tui/tui-data.h (struct tui_source_window): Make constructor not
3260 inline. Add destructor.
3261 (struct tui_source_window) <style_changed>: New method.
3262 <m_observable>: New member.
3263
ae2b5380
TT
32642019-07-17 Tom Tromey <tom@tromey.com>
3265
3266 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
3267 * tui/tui-win.c (tui_resize_all): Fix typo.
3268
1ce3e844
TT
32692019-07-17 Tom Tromey <tom@tromey.com>
3270
3271 * tui/tui-wingeneral.h (tui_refresh_all): Update.
3272 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
3273 (tui_refresh_all): Remove "list" parameter. Use foreach.
3274 * tui/tui-win.c (window_name_completer): Use foreach.
3275 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
3276 (update_tab_width): Likewise.
3277 * tui/tui-layout.c (show_layout): Update.
3278 * tui/tui-data.h (class tui_window_iterator): New.
3279 (struct all_tui_windows): New.
3280 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
3281
fe3eaf1c
TT
32822019-07-17 Tom Tromey <tom@tromey.com>
3283
3284 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
3285 parameter. Don't reference globals.
3286 (tui_reg_command): Update.
3287
368c1354
TT
32882019-07-17 Tom Tromey <tom@tromey.com>
3289
3290 * tui/tui-regs.c (tui_show_registers): Simplify.
3291
e80cd204
TT
32922019-07-17 Tom Tromey <tom@tromey.com>
3293
3294 * tui/tui-regs.c (tui_show_registers): Update.
3295 (tui_show_register_group): Add win_info parameter.
3296
aca2dd16
TT
32972019-07-17 Tom Tromey <tom@tromey.com>
3298
3299 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
3300 Rename from tui_display_reg_element_at_line.
3301 (tui_data_window::display_registers_from_line): Update.
3302 * tui/tui-data.h (struct tui_data_window)
3303 <display_reg_element_at_line>: New method.
3304
517e9505
TT
33052019-07-17 Tom Tromey <tom@tromey.com>
3306
3307 * tui/tui-regs.h (tui_display_registers_from)
3308 (tui_display_registers_from_line): Don't declare.
3309 * tui/tui-windata.c (tui_data_window::display_all_data)
3310 (tui_data_window::refresh_all)
3311 (tui_data_window::do_scroll_vertical): Update.
3312 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
3313 from tui_display_registers_from.
3314 (tui_display_reg_element_at_line): Update.
3315 (tui_data_window::display_registers_from_line): Rename from
3316 tui_display_registers_from_line.
3317 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
3318 display_registers_from_line>: New methods.
3319
f76d8b19
TT
33202019-07-17 Tom Tromey <tom@tromey.com>
3321
3322 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
3323 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
3324 from tui_erase_data_content.
3325 (tui_data_window::display_all_data)
3326 (tui_data_window::refresh_all)
3327 (tui_data_window::do_scroll_vertical): Update.
3328 * tui/tui-regs.c (tui_show_registers): Update.
3329 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
3330 New method.
3331
b4094625
TT
33322019-07-17 Tom Tromey <tom@tromey.com>
3333
3334 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
3335 declare.
3336 * tui/tui-windata.c
3337 (tui_data_window::delete_data_content_windows): Rename from
3338 tui_delete_data_content_windows.
3339 (tui_data_window::display_all_data)
3340 (tui_data_window::do_scroll_vertical): Update.
3341 * tui/tui-data.h (struct tui_data_window)
3342 <delete_data_content_windows>: New method.
3343
c223a729
TT
33442019-07-17 Tom Tromey <tom@tromey.com>
3345
3346 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
3347 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
3348
50daf268
TT
33492019-07-17 Tom Tromey <tom@tromey.com>
3350
3351 * tui/tui-windata.h (tui_display_all_data): Don't declare.
3352 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
3353 from tui_display_all_data.
3354 * tui/tui-win.c
3355 (tui_data_window::do_make_visible_with_new_height): Update.
3356 * tui/tui-regs.c (tui_show_registers): Update.
3357 * tui/tui-layout.c (tui_set_layout): Update.
3358 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
3359 method.
3360
df5f8cab
TT
33612019-07-17 Tom Tromey <tom@tromey.com>
3362
3363 * tui/tui-windata.h (tui_display_data_from): Don't declare.
3364 * tui/tui-windata.c (tui_display_data_from): Remove.
3365 (tui_data_window::refresh_all): Update.
3366
80cb6c27
TT
33672019-07-17 Tom Tromey <tom@tromey.com>
3368
3369 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
3370 * tui/tui-windata.c (tui_display_data_from_line): Remove.
3371 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
3372 tui_display_registers_from_line.
3373 * tui/tui-regs.h (tui_display_registers_from_line): Update.
3374 * tui/tui-regs.c (tui_display_registers_from_line): Remove
3375 "force_display" parameter.
3376
baff0c28
TT
33772019-07-17 Tom Tromey <tom@tromey.com>
3378
3379 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
3380 declare.
3381 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
3382 Rename from tui_first_reg_element_no_inline.
3383 (tui_display_reg_element_at_line)
3384 (tui_display_registers_from_line): Update.
3385 * tui/tui-data.h (struct tui_data_window)
3386 <first_reg_element_no_inline>: New method.
3387
3b23c5f2
TT
33882019-07-17 Tom Tromey <tom@tromey.com>
3389
3390 * tui/tui-windata.c (tui_display_data_from)
3391 (tui_data_window::do_scroll_vertical): Update.
3392 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
3393 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
3394 Rename from tui_line_from_reg_element_no.
3395 (tui_display_registers_from_line): Update.
3396 * tui/tui-data.h (struct tui_data_window)
3397 <line_from_reg_element_no>: New method.
3398
0b5ec218
TT
33992019-07-17 Tom Tromey <tom@tromey.com>
3400
3401 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
3402 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
3403 tui_last_regs_line_no.
3404 (tui_display_reg_element_at_line)
3405 (tui_display_registers_from_line): Update.
3406 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
3407 method.
3408
0807ab7b
TT
34092019-07-17 Tom Tromey <tom@tromey.com>
3410
3411 PR tui/24722:
3412 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
3413 (tui_update_breakpoint_info): Add "being_deleted" parameter.
3414 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
3415 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
3416 (tui_update_breakpoint_info): Likewise.
3417 * tui/tui-hooks.c (tui_event_create_breakpoint)
3418 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
3419 Update.
3420
9ad7fdef
TT
34212019-07-17 Tom Tromey <tom@tromey.com>
3422
3423 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
3424
5813316f
TT
34252019-07-17 Tom Tromey <tom@tromey.com>
3426
3427 * tui/tui-winsource.c (tui_update_source_window_as_is)
3428 (tui_update_source_windows_with_addr): Update.
3429 * tui/tui-source.h (tui_set_source_content)
3430 (tui_show_symtab_source): Add "win_info" parameter.
3431 * tui/tui-source.c (tui_set_source_content): Add "win_info"
3432 parameter.
3433 (tui_show_symtab_source): Likewise.
3434
00e264e7
TT
34352019-07-17 Tom Tromey <tom@tromey.com>
3436
3437 * tui/tui-wingeneral.c
3438 (tui_check_and_display_highlight_if_needed): Check can_highlight.
3439
06210ce4
TT
34402019-07-17 Tom Tromey <tom@tromey.com>
3441
3442 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
3443 (struct tui_cmd_window) <can_scroll>: New method.
3444 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
3445 method.
3446
381befee
TT
34472019-07-17 Tom Tromey <tromey@adacore.com>
3448
3449 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
3450 do_field_signed>: Rename. Change type of "value".
3451 * ui-out.c (ui_out::field_signed): Rename from field_int.
3452 Change type of "value".
3453 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
3454 type of "value".
3455 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
3456 do_field_int. Change type of "value".
3457 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
3458 do_field_int. Change type of "value".
3459 * tracepoint.c (trace_status_mi, tfind_1)
3460 (print_one_static_tracepoint_marker): Update.
3461 * thread.c (print_thread_info_1, print_selected_thread_frame):
3462 Update.
3463 * stack.c (print_frame, print_frame_info): Update.
3464 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
3465 Update.
3466 * source.c (print_source_lines_base): Update.
3467 * skip.c (info_skip_command): Update.
3468 * record-btrace.c (btrace_ui_out_decode_error)
3469 (btrace_call_history_src_line): Update.
3470 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
3471 Update.
3472 * progspace.c (print_program_space): Update.
3473 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
3474 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
3475 do_field_int. Change type of "value".
3476 * mi/mi-out.c (mi_ui_out::do_table_begin)
3477 (mi_ui_out::do_table_header): Update.
3478 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
3479 type of "value".
3480 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
3481 (mi_cmd_data_list_changed_registers, output_register)
3482 (mi_cmd_data_read_memory, mi_load_progress)
3483 (mi_cmd_trace_frame_collected): Update.
3484 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
3485 Update.
3486 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
3487 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
3488 (mi_cmd_var_list_children, varobj_update_one): Update.
3489 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
3490 (mi_cmd_stack_list_args, list_arg_or_local): Update.
3491 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
3492 * inferior.c (print_inferior): Update.
3493 * gdb_bfd.c (print_one_bfd): Update.
3494 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3495 Update.
3496 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
3497 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
3498 do_field_int. Change type of "value".
3499 * cli-out.c (cli_ui_out::do_field_signed): Rename from
3500 do_field_int. Change type of "value".
3501 * breakpoint.c (watchpoint_check, print_breakpoint_location)
3502 (print_one_breakpoint_location, print_it_catch_fork)
3503 (print_one_catch_fork, print_it_catch_vfork)
3504 (print_one_catch_vfork, print_it_catch_solib)
3505 (print_it_catch_exec, print_it_ranged_breakpoint)
3506 (print_mention_watchpoint, print_mention_masked_watchpoint)
3507 (bkpt_print_it, update_static_tracepoint): Update.
3508 * break-catch-throw.c (print_it_exception_catchpoint): Update.
3509 * break-catch-syscall.c (print_it_catch_syscall): Update.
3510 * ada-tasks.c (print_ada_task_info): Update.
3511 * ada-lang.c (print_it_exception, print_mention_exception):
3512 Update.
3513
6b78c3f8
AB
35142019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3515
3516 PR breakpoints/24541
3517 * gdbarch.c: Regenerate.
3518 * gdbarch.h: Regenerate.
3519 * gdbarch.sh: Adjust return type and parameter types for
3520 'stap_adjust_register'.
3521 (i386_stap_adjust_register): Adjust signature and return new
3522 register name.
3523 * stap-probe.c (stap_parse_register_operand): Adjust use of
3524 'gdbarch_stap_adjust_register'.
3525
d72a9b85
TT
35262019-07-17 Tom Tromey <tromey@adacore.com>
3527
3528 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
3529 declare VEC.
3530 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
3531 std::vector.
3532 (struct s390_process_info): Add initializers.
3533 (s390_add_process): Use new.
3534 (s390_linux_nat_target::low_forget_process): Use delete.
3535 (s390_linux_nat_target::low_new_fork)
3536 (s390_linux_nat_target::stopped_by_watchpoint)
3537 (s390_linux_nat_target::low_prepare_to_resume)
3538 (s390_linux_nat_target::insert_watchpoint)
3539 (s390_linux_nat_target::insert_hw_breakpoint)
3540 (s390_linux_nat_target::remove_watchpoint)
3541 (s390_linux_nat_target::remove_hw_breakpoint): Update.
3542
206e6c58
JB
35432019-07-16 John Baldwin <jhb@FreeBSD.org>
3544
3545 * aarch64-fbsd-nat.c: Include regcache.h.
3546 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
3547 argument.
3548 (aarch64_fbsd_nat_target::fetch_registers)
3549 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
3550 variable.
3551 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
3552
cbde90f2
JB
35532019-07-16 John Baldwin <jhb@FreeBSD.org>
3554
3555 * fbsd-nat.c: Include gdbarch.h.
3556
07128006
TT
35572019-07-15 Tom Tromey <tromey@adacore.com>
3558
3559 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
3560
1f77b012
TT
35612019-07-15 Tom Tromey <tromey@adacore.com>
3562
3563 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
3564 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
3565 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
3566 * cli-out.c (cli_ui_out::do_field_int): New method.
3567 * ui-out.c (ui_out::field_unsigned): New method.
3568 * symfile.c (generic_load): Use field_unsigned.
3569 (print_transfer_performance): Likewise.
3570 * record-btrace.c (ui_out_field_uint): Remove.
3571 (btrace_call_history_insn_range, btrace_call_history): Use
3572 field_unsigned.
3573 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
3574 field_unsigned.
3575 * ui-out.h (class ui_out) <field_unsigned>: New method.
3576 <do_field_unsigned>: Likewise.
3577
33eca680
TT
35782019-07-15 Tom Tromey <tromey@adacore.com>
3579
3580 * mi/mi-main.c (list_available_thread_groups): Use field_string.
3581 * mi/mi-interp.c (mi_memory_changed): Use field_string.
3582 * target.c (flash_erase_command): Use field_string.
3583 * infrun.c (print_signal_received_reason): Use field_string.
3584 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
3585 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
3586 field_string.
3587 * ada-tasks.c (print_ada_task_info): Use field_string.
3588
ca8d69be
TT
35892019-07-15 Tom Tromey <tromey@adacore.com>
3590
3591 * target.c (flash_erase_command): Use field_core_addr.
3592 * symfile.c (generic_load): Use field_core_addr.
3593 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
3594 Use field_core_addr.
3595 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
3596 field_core_addr.
3597
0d4e84ed
AB
35982019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
3599
3600 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
3601 value if its desired type is smaller than a CORE_ADDR and signed.
3602
9a49df9d
AB
36032019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
3604
3605 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
3606 of changes to field names, and use new is_reference field to
3607 decide if a property is a reference or not.
3608 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
3609 field.
3610 (struct dwarf2_property_baton): Update header comment, rename
3611 'referenced_type' to 'property_type' and update comments.
3612 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
3613 default property type, store in property baton, update to take
3614 accound of renamed field.
3615 (read_func_scope): Update call to attr_to_dynamic_prop.
3616 (read_array_type): Likewise.
3617 (dwarf2_per_cu_addr_sized_int_type): New function.
3618 (read_subrange_index_type): Move type finding code to
3619 dwarf2_per_cu_addr_sized_int_type.
3620 (read_subrange_type): Update calls to attr_to_dynamic_prop.
3621 (dwarf2_per_cu_addr_type): New function.
3622 (set_die_type): Update calls to attr_to_dynamic_prop.
3623
b86352cf
AB
36242019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
3625
3626 * dwarf2read.c (read_subrange_index_type): New function.
3627 (read_subrange_type): Move code into new function and call it.
3628 * gdbtypes.c (create_range_type): Add some asserts.
3629
603490bf
AB
36302019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
3631
3632 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
3633 update return statements.
3634 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
3635 declaration, and update comment to match.
3636 * gdbtypes.c (resolve_dynamic_array): Update call to
3637 dwarf2_evaluate_property to match new return type.
3638
592f9d27
AB
36392019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
3640
3641 * valarith.c (value_subscripted_rvalue): Change lowerbound
3642 parameter type from int to LONGEST.
3643 * value.h (value_subscripted_rvalue): Likewise in declaration.
3644
60cfcb20
AB
36452019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3646
3647 * cli/cli-utils.c (info_print_command_completer): New function.
3648 * cli/cli-utils.h: Add 'completer.h' include, and forward
3649 declaration for 'struct cmd_list_element'.
3650 (info_print_command_completer): Declare.
3651 * stack.c (_initialize_stack): Add completer for 'info locals' and
3652 'info args'.
3653 * symtab.c (_initialize_symtab): Add completer for 'info
3654 variables' and 'info functions'.
3655 * NEWS: Mention completion for additional info commands.
3656
b16507e0
AB
36572019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3658
3659 * cli/cli-utils.c (extract_info_print_args): Delete.
3660 (extract_arg_maybe_quoted): Delete.
3661 (info_print_options_defs): New variable.
3662 (make_info_print_options_def_group): New function.
3663 (extract_info_print_options): Define new function.
3664 * cli/cli-utils.h (extract_info_print_args): Delete.
3665 (struct info_print_options): New structure.
3666 (extract_info_print_options): Declare new function.
3667 * stack.c (info_locals_command): Update to use new
3668 extract_info_print_options, also add a header comment.
3669 (info_args_command): Likewise.
3670 * symtab.c (info_variables_command): Likewise.
3671 (info_functions_command): Likewise.
3672
021d8588
AB
36732019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3674
3675 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
3676 to extract string arguments.
3677 * common/common-utils.c (extract_string_maybe_quoted): New function.
3678 * common/common-utils.h (extract_string_maybe_quoted): Declare.
3679
b777eb6d
TT
36802019-07-11 Tom Tromey <tromey@adacore.com>
3681
3682 * main.c (get_init_files): Use GDBINIT, not gdbinit.
3683 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
3684 * top.h (gdbinit): Don't declare.
3685 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
3686 into...
3687 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
3688 * top.c (gdb_init): Don't call init_cli_cmds.
3689 (gdbinit): Remove.
3690 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
3691
72ee03ff
TT
36922019-07-11 Tom Tromey <tromey@adacore.com>
3693
3694 * python/py-inferior.c (add_thread_object): Don't use thread_obj
3695 after it has been moved.
3696
00db9531
SM
36972019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
3698
3699 * valops.c (value_must_coerce_to_target): Change return type to
3700 bool.
3701 * value.h (value_must_coerce_to_target): Likewise.
3702
f2478a7e
SM
37032019-07-10 Simon Marchi <simon.marchi@efficios.com>
3704
3705 * breakpoint.c (is_hardware_watchpoint): Remove
3706 forward-declaration.
3707 (is_masked_watchpoint): Change return type to bool.
3708 (is_tracepoint): Likewise.
3709 (is_breakpoint): Likewise.
3710 (is_hardware_watchpoint): Likewise.
3711 (is_watchpoint): Likewise.
3712 (is_no_memory_software_watchpoint): Likewise.
3713 (is_catchpoint): Likewise.
3714 (breakpoint_1): Make FILTER parameter's return type bool.
3715 is_masked_watchpoint): Change return type to bool.
3716 (save_breakpoints): Make FILTER parameter's return type bool.
3717 * breakpoint.h (is_breakpoint): Change return type to bool.
3718 (is_watchpoint): Likewise.
3719 (is_catchpoint): Likewise.
3720 (is_tracepoint): Likewise.
3721
0d12e84c
TT
37222019-07-10 Tom Tromey <tom@tromey.com>
3723
3724 * defs.h: Don't include gdbarch.h.
3725 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
3726 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
3727 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
3728 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
3729 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
3730 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
3731 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
3732 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
3733 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
3734 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
3735 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
3736 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
3737 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
3738 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
3739 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
3740 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
3741 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
3742 record-btrace.c, record.h, regcache-dump.c, regcache.h,
3743 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
3744 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
3745 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
3746 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
3747 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
3748 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
3749 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
3750 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
3751 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
3752
f06f1252
TT
37532019-07-10 Tom Tromey <tromey@adacore.com>
3754
3755 * ada-lang.h (is_ada_exception_catchpoint): Declare.
3756 * breakpoint.c (init_ada_exception_breakpoint): Register as
3757 bp_catchpoint.
3758 (print_one_breakpoint_location, print_one_breakpoint): Use
3759 is_ada_exception_catchpoint.
3760 * ada-lang.c (class ada_catchpoint_location): Pass
3761 bp_loc_software_breakpoint to bp_location constructor.
3762 (is_ada_exception_catchpoint): New function.
3763
7a5d944b
TT
37642019-07-10 Tom Tromey <tromey@adacore.com>
3765
3766 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
3767 VEC.
3768 (struct arm_exidx_entry): New method operator<.
3769 (struct arm_exidx_data) <section_maps>: Change type.
3770 (arm_exidx_data_free): Remove.
3771 (arm_exidx_data_key): Change type. Move lower.
3772 (arm_exidx_new_objfile): Update.
3773 (arm_compare_exidx_entries): Remove.
3774 (arm_find_exidx_entry, _initialize_arm_tdep)
3775
48c66e1d
TT
37762019-07-10 Tom Tromey <tromey@adacore.com>
3777
3778 * solib-spu.c (ocl_program_data_key): Change type.
3779 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
3780 Update.
3781
a269fbf1
TT
37822019-07-10 Tom Tromey <tromey@adacore.com>
3783
3784 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
3785 (struct solib_aix_inferior_data) <library_list>: Change type.
3786 (solib_aix_inferior_data_handle): Change type.
3787 (get_solib_aix_inferior_data): Update.
3788 (solib_aix_free_library_list): Remove.
3789 (library_list_start_library): Update.
3790 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
3791 return type.
3792 (solib_aix_get_library_list)
3793 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
3794 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
3795
c294730c
TT
37962019-07-10 Tom Tromey <tromey@adacore.com>
3797
3798 * solib-dsbt.c (struct dsbt_info): Add initializers.
3799 (solib_dsbt_pspace_data): Change type.
3800 (dsbt_pspace_data_cleanup): Remove.
3801 (get_dsbt_info, _initialize_dsbt_solib): Update.
3802
9d52077d
TT
38032019-07-10 Tom Tromey <tromey@adacore.com>
3804
3805 * spu-tdep.c (spu_overlay_data): Change type.
3806 (spu_get_overlay_table, spu_overlay_new_objfile)
3807 (_initialize_spu_tdep): Update.
3808
22a20dca
TT
38092019-07-10 Tom Tromey <tromey@adacore.com>
3810
3811 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
3812 destructor.
3813 (dbx_objfile_data_key): Change type and declare later.
3814 (DBX_SYMFILE_INFO): Rewrite.
3815 * dbxread.c (dbx_objfile_data_key): Change type.
3816 (dbx_symfile_init): Update.
3817 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
3818 (coffstab_build_psymtabs, elfstab_build_psymtabs)
3819 (stabsect_build_psymtabs, _initialize_dbxread): Update.
3820
cb60f420
TT
38212019-07-10 Tom Tromey <tromey@adacore.com>
3822
3823 * jit.c (jit_program_space_key): Change type. Move lower.
3824 (get_jit_program_space_data): Update.
3825 (jit_program_space_data_cleanup): Remove.
3826 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
3827 Update.
3828 (struct jit_program_space_data): Add initializers.
3829
51df2ae3
TT
38302019-07-10 Tom Tromey <tromey@adacore.com>
3831
3832 * solib-darwin.c (struct darwin_info): Add initializers.
3833 (solib_darwin_pspace_data): Change type.
3834 (darwin_pspace_data_cleanup): Remove.
3835 (get_darwin_info, _initialize_darwin_solib): Update.
3836
18101a35
TT
38372019-07-10 Tom Tromey <tromey@adacore.com>
3838
3839 * remote-sim.c (struct sim_inferior_data): Add initializers,
3840 constructor, and destructor.
3841 (sim_inferior_data_key): Change type. Move lower.
3842 (check_for_duplicate_sim_descriptor): Update.
3843 (get_sim_inferior_data): Use new. Update.
3844 (~sim_inferior_data_cleanup): Rename from
3845 sim_inferior_data_cleanup. Simplify.
3846 (gdbsim_close_inferior, simulator_command)
3847 (sim_command_completer, _initialize_remote_sim): Update.
3848 (next_pid, INITIAL_PID): Move earlier.
3849
05b08ac1
TT
38502019-07-10 Tom Tromey <tromey@adacore.com>
3851
3852 * python/python-internal.h (create_thread_object): Return
3853 gdbpy_ref.
3854 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
3855 * python/py-inferior.c (struct threadlist_entry): Add
3856 constructor.
3857 <thread_obj>: Now a gdbpy_ref.
3858 (thread_to_thread_object): Update.
3859 (add_thread_object): Use new.
3860 (delete_thread_object): Use delete.
3861 (infpy_threads): Update.
3862 (py_free_inferior): Update. Construct "inf_obj" after acquiring
3863 GIL.
3864
32372d80
TT
38652019-07-10 Tom Tromey <tromey@adacore.com>
3866
3867 * valops.c (value_cast): Specialize error message for Ada.
3868
5c458ae8
SM
38692019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
3870
3871 * breakpoint.c (breakpoint_1): Update doc and parameter names.
3872
4c462cb0
SM
38732019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
3874
3875 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
3876 bpstat_should_step): Return bool, adjust comments.
3877 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
3878 bpstat_should_step): Likewise.
3879
89abbcc2
AH
38802019-07-10 Alan Hayward <alan.hayward@arm.com>
3881
3882 * features/Makefile: Use feature target descriptions for Arm.
3883 * features/arm/arm-core.c: Generate new file.
3884 * features/arm/arm-fpa.c: Likewise.
3885 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
3886 * features/arm/arm-m-profile.c: Likewise.
3887 * features/arm/arm-vfpv2.c: Likewise.
3888 * features/arm/arm-vfpv3.c: Likewise.
3889 * features/arm/xscale-iwmmxt.c: Likewise.
3890 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
3891
166a82be
AH
38922019-07-10 Alan Hayward <alan.hayward@arm.com>
3893
3894 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
3895 ptrace earlier.
3896
9fb4c7e9
AH
38972019-07-10 Alan Hayward <alan.hayward@arm.com>
3898
3899 * features/aarch64-pauth.c: Regenerate.
3900
e2d0f980
SM
39012019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
3902
3903 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
3904 bool.
3905 (bpstat_what): Use false instead of 0.
3906
a38118e5
PA
39072019-07-09 Pedro Alves <palves@redhat.com>
3908
3909 * break-catch-throw.c (is_exception_catchpoint): New.
3910 * breakpoint.c (print_one_breakpoint_location): New parameter
3911 'raw_loc'. Handle it. Use
3912 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
3913 looking at the breakpoint's type.
3914 (print_one_breakpoint): If handling "maint info breakpoints", also
3915 print locations of exception catchpoints.
3916 * breakpoint.h (is_exception_catchpoint): Declare.
3917
cb1e4e32
PA
39182019-07-09 Pedro Alves <palves@redhat.com>
3919
3920 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
3921 "addr" field.
3922 (allocate_location_exception_catchpoint): New.
3923 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
3924 (initialize_throw_catchpoint_ops): Install
3925 allocate_location_exception_catchpoint as allocate_location
3926 method.
3927 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
3928 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
3929 bp_loc_other.
3930 (breakpoint_address_is_meaningful): Delete.
3931 (bl_address_is_meaningful): New.
3932 (breakpoint_locations_match): Adjust comment.
3933 (bp_location_from_bp_type): New, factored out of...
3934 (bp_location::bp_location(breakpoint *)): ... this.
3935 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
3936 factored out of...
3937 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
3938 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
3939 breakpoint_address_is_meaningful.
3940 (bp_locations_compare): Adjust comment.
3941 (update_global_location_list): Use bl_address_is_meaningful
3942 instead of breakpoint_address_is_meaningful.
3943 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
3944 explicit.
3945 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
3946 * python/py-breakpoint.c (bppy_get_location): No longer check
3947 whether location is null.
3948
b58a68fe
PA
39492019-07-09 Pedro Alves <palves@redhat.com>
3950
3951 PR c++/15468
3952 * breakpoint.c (print_one_breakpoint_location): Remove
3953 single-location assert.
3954
268a13a5
TT
39552019-07-09 Tom Tromey <tom@tromey.com>
3956
3957 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
3958 * configure: Rebuild.
3959 * configure.ac: Change common to gdbsupport.
3960 * gdbsupport: Rename from common.
3961 * acinclude.m4: Change common to gdbsupport.
3962 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
3963 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
3964 gdbsupport.
3965 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
3966 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
3967 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
3968 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
3969 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
3970 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
3971 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
3972 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
3973 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
3974 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
3975 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
3976 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
3977 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
3978 coff-pe-read.c, command.h, compile/compile-c-support.c,
3979 compile/compile-c.h, compile/compile-cplus-symbols.c,
3980 compile/compile-cplus-types.c, compile/compile-cplus.h,
3981 compile/compile-loc2c.c, compile/compile.c, completer.c,
3982 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
3983 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
3984 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
3985 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
3986 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
3987 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
3988 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
3989 features/aarch64-core.c, features/aarch64-fpu.c,
3990 features/aarch64-pauth.c, features/aarch64-sve.c,
3991 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
3992 features/i386/32bit-core.c, features/i386/32bit-linux.c,
3993 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
3994 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
3995 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
3996 features/i386/64bit-core.c, features/i386/64bit-linux.c,
3997 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
3998 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
3999 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
4000 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
4001 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
4002 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
4003 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
4004 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
4005 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
4006 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
4007 go32-nat.c, guile/guile.c, guile/scm-ports.c,
4008 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
4009 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
4010 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
4011 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
4012 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
4013 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
4014 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
4015 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
4016 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
4017 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
4018 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
4019 minsyms.c, mips-linux-tdep.c, namespace.h,
4020 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
4021 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
4022 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
4023 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
4024 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
4025 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
4026 nat/linux-waitpid.c, nat/mips-linux-watch.c,
4027 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
4028 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
4029 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
4030 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
4031 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
4032 procfs.c, producer.c, progspace.h, psymtab.h,
4033 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
4034 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
4035 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
4036 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
4037 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
4038 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
4039 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
4040 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
4041 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
4042 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
4043 target-memory.c, target.c, target.h, target/waitstatus.c,
4044 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
4045 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
4046 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
4047 unittests/array-view-selftests.c,
4048 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
4049 unittests/common-utils-selftests.c,
4050 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
4051 unittests/format_pieces-selftests.c,
4052 unittests/function-view-selftests.c,
4053 unittests/lookup_name_info-selftests.c,
4054 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
4055 unittests/mkdir-recursive-selftests.c,
4056 unittests/observable-selftests.c,
4057 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
4058 unittests/parse-connection-spec-selftests.c,
4059 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
4060 unittests/scoped_fd-selftests.c,
4061 unittests/scoped_mmap-selftests.c,
4062 unittests/scoped_restore-selftests.c,
4063 unittests/string_view-selftests.c, unittests/style-selftests.c,
4064 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
4065 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
4066 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
4067 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
4068 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
4069 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
4070
5b0e2db4
AB
40712019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4072
4073 * linespec.c (decode_digits_list_mode): Set explicit_line to a
4074 bool value.
4075 (decode_digits_ordinary): Set explicit_line field in sal.
4076 * symtab.c (skip_prologue_sal): Don't skip prologue for a
4077 symtab_and_line that was set on an explicit line number in
4078 assembler code. Do always update the recorded symtab and line if
4079 we do skip the prologue.
4080
0ba852ab
AB
40812019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4082
4083 * breakpoint.c (set_breakpoint_location_function): Remove
4084 explicit_loc parameter.
4085 (momentary_breakpoint_from_master): Update call to
4086 set_breakpoint_location_function.
4087 (add_location_to_breakpoint): Likewise.
4088
b3a7d171
AB
40892019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4090
4091 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
4092 required features based on default bfd type when no specific bfd
4093 is present.
4094
1f6f6e21
PW
40952019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4096
4097 * NEWS: Mention that GDB printf and eval commands can now print
4098 C-style and Ada-style convenience var strings without
4099 calling the inferior.
4100 * printcmd.c (printf_c_string): Locally print GDB internal var
4101 instead of transiting via the inferior.
4102 (printf_wide_c_string): Likewise.
4103
41042019-07-04 Alan Hayward <alan.hayward@arm.com>
ea142fbf
AH
4105
4106 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
4107
0598af48
TT
41082019-07-04 Tom Tromey <tom@tromey.com>
4109
4110 PR tui/24724:
4111 * tui/tui-winsource.c (tui_clear_source_content): Update.
4112 (tui_source_window_base::set_is_exec_point_at): Fix comment.
4113 (tui_update_breakpoint_info): Update.
4114 (tui_set_exec_info_content): Update.
4115 * tui/tui-source.c (tui_set_source_content_nil): Update.
4116 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
4117 has_break.
4118 * tui/tui-data.h (enum tui_bp_flag): New.
4119 (tui_bp_flags): New enum flags type.
4120 (struct tui_source_element) <break_mode>: Change type. Rename
4121 from has_break.
4122 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
4123 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
4124 constants.
4125 * tui/tui-winsource.h: Fix comment.
4126
350fab54
AH
41272019-07-04 Alan Hayward <alan.hayward@arm.com>
4128
4129 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
4130 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
4131 (store_fpregs_to_thread)
4132 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
4133 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
4134 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
4135 (IWMMXT_REGS_SIZE): Add define.
4136 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
4137 (fetch_vfp_regs, store_vfp_regs)
4138 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
4139 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
4140
f0452268
AH
41412019-07-04 Alan Hayward <alan.hayward@arm.com>
4142
4143 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
4144 defines.
4145 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
4146 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
4147 (ARM_INT_REGISTER_SIZE): ...to this.
4148 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
4149 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
4150 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
4151 (arm_linux_collect_gregset, supply_nwfpe_register)
4152 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
4153 defines.
4154 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
4155 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
4156 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
4157 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
4158 (arm_return_in_memory, arm_store_return_value)
4159 (arm_get_longjmp_target, arm_register_g_packet_guesses)
4160 (arm_record_ld_st_multiple): Likewise.
4161 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
4162 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
4163
e935475c
AH
41642019-07-04 Alan Hayward <alan.hayward@arm.com>
4165
4166 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
4167 AARCH64_DISPLACED_MODIFIED_INSNS.
4168 * aarch64-tdep.c (struct aarch64_displaced_step_data)
4169 (aarch64_displaced_step_copy_insn): Likewise.
4170 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
4171 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
4172 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
4173 ARM_DISPLACED_MODIFIED_INSNS.
4174 * arm-tdep.c (arm_gdbarch_init): Likewise.
4175 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
4176 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
4177 (struct arm_displaced_step_closure): Use
4178 ARM_DISPLACED_MODIFIED_INSNS.
4179
df0bb381
AH
41802019-07-04 Alan Hayward <alan.hayward@arm.com>
4181
4182 * features/Makefile: Remove unused xml files.
4183 * features/aarch64.xml: Remove.
4184 * features/i386/amd64-avx-avx512-linux.xml: Remove.
4185 * features/i386/amd64-avx-avx512.xml: Remove.
4186 * features/i386/amd64-avx-linux.xml: Remove.
4187 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
4188 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
4189 * features/i386/amd64-avx-mpx-linux.xml: Remove.
4190 * features/i386/amd64-avx-mpx.xml: Remove.
4191 * features/i386/amd64-avx.xml: Remove.
4192 * features/i386/amd64-linux.xml: Remove.
4193 * features/i386/amd64-mpx-linux.xml: Remove.
4194 * features/i386/amd64-mpx.xml: Remove.
4195 * features/i386/amd64.xml: Remove.
4196 * features/i386/i386-avx-avx512-linux.xml: Remove.
4197 * features/i386/i386-avx-avx512.xml: Remove.
4198 * features/i386/i386-avx-linux.xml: Remove.
4199 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
4200 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
4201 * features/i386/i386-avx-mpx-linux.xml: Remove.
4202 * features/i386/i386-avx-mpx.xml: Remove.
4203 * features/i386/i386-avx.xml: Remove.
4204 * features/i386/i386-linux.xml: Remove.
4205 * features/i386/i386-mmx-linux.xml: Remove.
4206 * features/i386/i386-mmx.xml: Remove.
4207 * features/i386/i386-mpx-linux.xml: Remove.
4208 * features/i386/i386-mpx.xml: Remove.
4209 * features/i386/i386.xml: Remove.
4210 * features/i386/x32-avx-avx512-linux.xml: Remove.
4211 * features/i386/x32-avx-linux.xml: Remove.
4212 * features/i386/x32-linux.xml: Remove.
4213
edd6266a
AH
42142019-07-04 Alan Hayward <alan.hayward@arm.com>
4215
4216 * regformats/aarch64.dat: Remove.
4217 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
4218 * regformats/i386/amd64-avx-linux.dat: Remove.
4219 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
4220 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
4221 * regformats/i386/amd64-linux.dat: Remove.
4222 * regformats/i386/amd64-mpx-linux.dat: Remove.
4223 * regformats/i386/amd64.dat: Remove.
4224 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
4225 * regformats/i386/i386-avx-linux.dat: Remove.
4226 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
4227 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
4228 * regformats/i386/i386-linux.dat: Remove.
4229 * regformats/i386/i386-mmx-linux.dat: Remove.
4230 * regformats/i386/i386-mpx-linux.dat: Remove.
4231 * regformats/i386/i386.dat: Remove.
4232 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
4233 * regformats/i386/x32-avx-linux.dat: Remove.
4234 * regformats/i386/x32-linux.dat: Remove.
4235
2b40fda7
AH
42362019-07-04 Alan Hayward <alan.hayward@arm.com>
4237
4238 * aarch64-tdep.c: Remove xml self tests.
4239 * amd64-linux-tdep.c: Likewise.
4240 * amd64-tdep.c: Likewise.
4241 * i386-linux-tdep.c: Likewise.
4242 * i386-tdep.c: Likewise.
4243
5f4ba3e7
PA
42442019-07-03 Pedro Alves <palves@redhat.com>
4245
4246 PR cli/24732
4247 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
4248 (pipe_cmd_option_defs): New.
4249 (make_pipe_cmd_options_def_group): New.
4250 (pipe_command): Use gdb::option::process_options.
4251 (pipe_command_completer): New function.
4252 (_initialize_cli_cmds): Install completer for "pipe" command.
4253
3d9be6f5
PA
42542019-07-03 Pedro Alves <palves@redhat.com>
4255
4256 * cli/cli-option.c (union option_value) <string>: New field.
4257 (struct option_def_and_value): Add ctor, move ctor, dtor and
4258 use DISABLE_COPY_AND_ASSIGN.
4259 (option_def_and_value::clear_value): New.
4260 (parse_option, save_option_value_in_ctx, get_val_type_str)
4261 (add_setshow_cmds_for_options): Handle var_string.
4262 * cli-option.h (union option_def::var_address) <string>: New
4263 field.
4264 (struct string_option_def): New.
4265 * maint-test-options.c (struct test_options_opts): Add default
4266 ctor and use DISABLE_COPY_AND_ASSIGN.
4267 <string_opt>: New field.
4268 (test_options_opts::~test_options_opts): New.
4269 (test_options_opts::dump): Also dump "-string".
4270 (test_options_option_defs): Install "string.
4271
41fc454c
PA
42722019-07-03 Pedro Alves <palves@redhat.com>
4273
4274 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
4275 option_value with a null enumeration.
4276 (complete_options): Save the option values in the context.
4277 (save_option_value_in_ctx): New, factored out from ...
4278 (process_options): ... here.
4279 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
4280 of the function.
4281 * maint-test-options.c (test_options_opts::dump): New, factored
4282 out from ...
4283 (maintenance_test_options_command_mode): ... here.
4284 (maintenance_test_options_command_completion_result): Delete.
4285 (maintenance_test_options_command_completion_text): Update
4286 comment.
4287 (maintenance_show_test_options_completion_result): Change
4288 prototype. Just print
4289 maintenance_test_options_command_completion_text.
4290 (save_completion_result): New.
4291 (maintenance_test_options_completer_mode): Pass options context to
4292 complete_options, and then save a dump.
4293 (_initialize_maint_test_options): Use add_cmd to install "maint
4294 show test-options-completion-result".
4295
fdbc9870
PA
42962019-07-03 Pedro Alves <palves@redhat.com>
4297
4298 * NEWS (New commands): Mention "with" and "maint with".
4299 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
4300 (with_command, with_command_completer): New.
4301 (pipe_command): Adjust to new repeat_previous
4302 interface.
4303 (_initialize_cli_cmds): Install the "with" command and its "w"
4304 alias.
4305 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
4306 declarations.
4307 * cli/cli-setshow.c (parse_cli_var_uinteger)
4308 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
4309 argument strings for all var_types.
4310 (get_setshow_command_value_string): New, factored out from ...
4311 (do_show_command): ... this.
4312 * cli/cli-setshow.h: Include <string>.
4313 (get_setshow_command_value_string): Declare.
4314 * command.h (repeat_previous): Now returns const char *. Adjust
4315 comment.
4316 * maint.c: Include "cli/cli-cmds.h".
4317 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
4318 (_initialize_maint_cmds): Register the "maintenance with" command.
4319 * top.c (repeat_previous): Move bits from pipe_command here:
4320 Return the saved command line, if any; error out if there's no
4321 command to relaunch.
4322
c6ac8931
PA
43232019-07-03 Pedro Alves <palves@redhat.com>
4324
4325 * NEWS (New commands): Mention "maint set/show test-settings"
4326 instead of "maint test-settings".
4327 * maint-test-settings.c (maintenance_test_settings_list): Delete.
4328 (maintenance_test_settings_set_list): Rename to ...
4329 (maintenance_set_test_settings_list): ... this.
4330 (maintenance_test_settings_show_list): Rename to ...
4331 (maintenance_show_test_settings_list): ... this.
4332 (maintenance_test_settings_cmd): Delete.
4333 (maintenance_test_settings_set_cmd): ...
4334 (maintenance_set_test_settings_cmd): ... this.
4335 (maintenance_test_settings_show_cmd): ...
4336 (maintenance_show_test_settings_cmd): ... this.
4337 (maintenance_test_settings_show_value_cmd):
4338 (maintenance_show_test_settings_value_cmd): ... this.
4339 (_initialize_maint_test_settings): No longer install the "maint
4340 test-settings" prefix command. Rename "maint test-settings set"
4341 to "maint set test-settings", and "maint test-settings show" to
4342 "maint show test-settings". Adjust all subcommands.
4343
d1fcf2fd
PA
43442019-07-03 Pedro Alves <palves@redhat.com>
4345
4346 * maint-test-settings.c: Fix file's intro comment. Replace all
4347 references to "test-options" with references to "test-settings",
4348 in comments.
4349
970f9d09
PA
43502019-07-03 Pedro Alves <palves@redhat.com>
4351
4352 * maint-test-settings.c (maintenance_test_settings_xxx)
4353 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
4354 New.
4355 (maintenance_test_settings_enums): Use them.
4356 (maintenance_test_settings_enum): Default to
4357 maintenance_test_settings_xxx.
4358 (_initialize_maint_test_settings): Initialize
4359 MAINTENANCE_TEST_SETTINGS_FILENAME.
4360
f3869b1a
SM
43612019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
4362
4363 * breakpoint.h (remove_breakpoints_inf): Change return type to
4364 void, move function documentation here.
4365 * breakpoint.c (remove_breakpoints_inf): Change return type to
4366 void, move function documentation to header.
4367
54d66006
PA
43682019-07-02 Pedro Alves <palves@redhat.com>
4369
4370 * NEWS (Completion improvements): Mention "info threads".
4371 * thread.c (struct info_threads_opts, info_threads_option_defs)
4372 (make_info_threads_options_def_group): New.
4373 (info_threads_command): Use gdb::option::process_options.
4374 (info_threads_command_completer): New.
4375 (_initialize_thread): Use gdb::option::build_help to build the
4376 help text for "info threads".
4377
854f6088
SM
43782019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
4379
4380 * defs.h (generic_load): Move from here...
4381 * symfile.h (generic_load): ... to here. Rename name parameter
4382 to args.
4383 * symfile.c (generic_load): Add comment.
4384
54ee4252
TT
43852019-07-01 Tom Tromey <tromey@adacore.com>
4386
4387 * dwarf2read.c
4388 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
4389 declaration of without_params. Fix formatting.
4390
65392b3e
TT
43912019-07-01 Tom Tromey <tromey@adacore.com>
4392
4393 * ada-exp.y (find_primitive_type): Update.
4394 * ada-lang.h (ada_lookup_symbol): Update.
4395 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
4396 parameter.
4397 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
4398
7d7571f0
SDJ
43992019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
4400
4401 PR breakpoints/24541
4402 * gdbarch.c: Regenerate.
4403 * gdbarch.h: Regenerate.
4404 * gdbarch.sh: Add 'stap_adjust_register'.
4405 * i386-tdep.c: Include '<unordered_set>'.
4406 (i386_stap_adjust_register): New function.
4407 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
4408 * stap-probe.c (stap_parse_register_operand): Call
4409 'gdbarch_stap_adjust_register'.
4410
5af5392a
SDJ
44112019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
4412
4413 PR python/24742
4414 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
4415 * python/python.c (do_start_initialization): Use 'xmalloc'
4416 instead of 'PyMem_Malloc'.
4417
10d06d82
TT
44182019-06-28 Tom Tromey <tromey@adacore.com>
4419
4420 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
4421 for Ada.
4422
1b7f24cd
TT
44232019-06-27 Tom Tromey <tromey@adacore.com>
4424
4425 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
4426 objfile_key.
4427 (arm_find_mapping_symbol, arm_record_special_symbol)
4428 (_initialize_arm_tdep): Update.
4429 (arm_objfile_data_free): Remove.
4430
3d507ff2
TT
44312019-06-27 Tom Tromey <tromey@adacore.com>
4432
4433 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
4434 to cp_print_static_field.
4435
762c164d
TT
44362019-06-26 Tom Tromey <tromey@adacore.com>
4437
4438 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
4439 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
4440 declare.
4441
aa2f9bcf
AH
44422019-06-26 Alan Hayward <alan.hayward@arm.com>
4443
4444 * features/aarch64-core.c (create_feature_aarch64_core):
4445 Regenerate.
4446 * features/aarch64-core.xml: Add cpsr flags.
4447
3426ae57
AH
44482019-06-26 Alan Hayward <alan.hayward@arm.com>
4449
4450 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
4451 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
4452
4838e44c
SM
44532019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
4454
4455 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
4456 field.
4457 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
4458 use.
4459 (arm_record_special_symbol): Don't insert new symbol in sorted
4460 position, push it at the end.
4461
54cc7474
SM
44622019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
4463
4464 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
4465 (arm_mapping_symbol_s): Remove.
4466 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
4467 (arm_mapping_symbol_vec): New typedef.
4468 (struct arm_per_objfile): Add constructor.
4469 <section_maps>: Change type to
4470 std::unique_ptr<arm_mapping_symbol_vec[]>.
4471 (arm_compare_mapping_symbols): Remove.
4472 (arm_find_mapping_symbol): Adjust to section_maps type change.
4473 (arm_objfile_data_free): Call delete on arm_per_objfile.
4474 (arm_record_special_symbol): Adjust to section_maps type change.
4475 Allocate arm_per_objfile with new.
4476
b65b566c
PW
44772019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4478
4479 * cli/cli-cmds.c (alias_command): Compare the alias prefix
4480 with the command prefix.
4481
c2fc64f5
TT
44822019-06-25 Tom Tromey <tom@tromey.com>
4483
4484 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
4485 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
4486
fb54fa76
TT
44872019-06-25 Tom Tromey <tom@tromey.com>
4488
4489 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
4490 type.
4491 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
4492 protected.
4493
f7952c57
TT
44942019-06-25 Tom Tromey <tom@tromey.com>
4495
4496 * tui/tui-winsource.c
4497 (tui_source_window_base::set_is_exec_point_at): Add check against
4498 LOA_ADDRESS.
4499
17568d78
TT
45002019-06-25 Tom Tromey <tom@tromey.com>
4501
4502 * tui/tui-source.c (tui_set_source_content): Don't check before
4503 xfree.
4504 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
4505
53e7cdba
TT
45062019-06-25 Tom Tromey <tom@tromey.com>
4507
4508 * tui/tui-winsource.h (tui_update_source_window_as_is)
4509 (tui_alloc_source_buffer, tui_line_is_displayed)
4510 (tui_addr_is_displayed): Change type of win_info.
4511 * tui/tui-winsource.c (tui_update_source_window_as_is)
4512 (tui_clear_source_content, tui_show_source_line)
4513 (tui_show_source_content, tui_source_window_base::refill)
4514 (tui_source_window_base::set_is_exec_point_at)
4515 (tui_source_window_base::set_is_exec_point_at)
4516 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
4517 (tui_alloc_source_buffer, tui_line_is_displayed)
4518 (tui_addr_is_displayed): Change type of win_info. Update.
4519 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
4520 (tui_source_window_base::do_make_visible_with_new_height):
4521 Update.
4522 * tui/tui-source.c (tui_set_source_content)
4523 (tui_set_source_content_nil)
4524 (tui_source_window::do_scroll_vertical): Update.
4525 * tui/tui-layout.c (show_layout): Update.
4526 * tui/tui-disasm.c (tui_set_disassem_content)
4527 (tui_disasm_window::do_scroll_vertical): Update.
4528 * tui/tui-data.h (tui_win_content): Remove.
4529 (struct tui_gen_win_info) <content, content_size>: Remove.
4530 (struct tui_source_element): Add initializers and destructor.
4531 (union tui_which_element, struct tui_win_element): Remove.
4532 (struct tui_source_window_base) <content>: New field.
4533 (struct tui_data_window): Remove destructor.
4534 (tui_alloc_content, tui_free_win_content)
4535 (tui_free_all_source_wins_content): Don't declare.
4536 * tui/tui-data.c (tui_initialize_static_data): Update.
4537 (init_content_element, tui_alloc_content): Remove.
4538 (~tui_gen_win_info): Update.
4539 (~tui_data_window, tui_free_all_source_wins_content)
4540 (tui_free_win_content, free_content, free_content_elements):
4541 Remove.
4542
7908abbf
TT
45432019-06-25 Tom Tromey <tom@tromey.com>
4544
4545 * tui/tui-winsource.h (tui_clear_source_content)
4546 (tui_erase_source_content, tui_show_source_content): Change type
4547 of win_info.
4548 * tui/tui-winsource.c (tui_clear_source_content)
4549 (tui_erase_source_content, tui_show_source_content): Change type
4550 of win_info.
4551 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
4552 * tui/tui-source.h (tui_set_source_content_nil): Change type of
4553 win_info.
4554 * tui/tui-source.c (tui_set_source_content_nil): Change type of
4555 win_info.
4556 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
4557
02c28df0
TT
45582019-06-25 Tom Tromey <tom@tromey.com>
4559
4560 * tui/tui-winsource.c (tui_clear_source_content)
4561 (tui_source_window_base::set_is_exec_point_at): Update.
4562 * tui/tui-source.c (tui_set_source_content_nil): Update.
4563 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
4564 a bool.
4565 * tui/tui-data.c (init_content_element): Update.
4566
6658b1bf
TT
45672019-06-25 Tom Tromey <tom@tromey.com>
4568
4569 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
4570 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
4571 * tui/tui-layout.c (init_and_make_win): Update.
4572 * tui/tui.h (enum tui_win_type): Update.
4573 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
4574 tui_win_is_auxillary.
4575 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
4576 tui_win_is_auxillary.
4577
21e1c91e
TT
45782019-06-25 Tom Tromey <tom@tromey.com>
4579
4580 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
4581 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
4582 (tui_delete_data_content_windows, tui_display_all_data)
4583 (tui_data_window::do_scroll_vertical, tui_display_data_from):
4584 Update.
4585 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
4586 * tui/tui-regs.c (tui_last_regs_line_no)
4587 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
4588 (tui_show_registers): Update.
4589 (tui_show_register_group): Return void. Update.
4590 (tui_display_registers_from, tui_display_reg_element_at_line)
4591 (tui_display_registers_from_line, tui_check_register_values):
4592 Update.
4593 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
4594 member.
4595 (struct tui_data_window) <regs_content>: Now a std::vector.
4596 <regs_content_count>: Remove.
4597 (tui_add_content_elements, tui_free_data_content): Don't declare.
4598 * tui/tui-data.c (tui_data_window::clear_detail): Update.
4599 (init_content_element): Remove DATA_WIN case. Add assert.
4600 (tui_add_content_elements): Remove.
4601 (tui_data_window): Update.
4602 (tui_free_data_content): Remove.
4603 (free_content_elements): Remove DATA_WIN case.
4604
115ac53b
TT
46052019-06-25 Tom Tromey <tom@tromey.com>
4606
4607 * tui/tui-data.c (tui_data_item_window): Update.
4608 * tui/tui-windata.h (tui_check_data_values): Don't declare.
4609 * tui/tui-windata.c (tui_display_all_data)
4610 (tui_display_data_from_line): Update.
4611 (tui_check_data_values): Remove.
4612 * tui/tui-regs.c (tui_show_register_group)
4613 (tui_display_reg_element_at_line): Update.
4614 * tui/tui-hooks.c (tui_register_changed)
4615 (tui_refresh_frame_and_register_information): Call
4616 tui_check_register_values.
4617 * tui/tui-data.h (struct tui_data_window) <data_content,
4618 data_content_count, data_type>: Remove.
4619 (enum tui_data_type): Remove.
4620
4621 * tui/tui-data.c (tui_data_window::clear_detail)
4622 (~tui_data_window): Update.
4623
eaf9738b
TT
46242019-06-25 Tom Tromey <tom@tromey.com>
4625
4626 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
4627 declare.
4628 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
4629 Rename from tui_first_data_item_displayed. Update.
4630 (tui_data_window::refresh_all)
4631 (tui_data_window::do_scroll_vertical): Update.
4632 * tui/tui-data.h (struct tui_data_window)
4633 <first_data_item_displayed>: Declare new method.
4634
31ca4723
TT
46352019-06-25 Tom Tromey <tom@tromey.com>
4636
4637 * tui/tui-data.h (tui_init_generic_part): Don't declare.
4638 * tui/tui-data.c (tui_init_generic_part): Remove, moving
4639 contents...
4640 (tui_initialize_static_data): ...here.
4641
41bcff7f
TT
46422019-06-25 Tom Tromey <tom@tromey.com>
4643
4644 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
4645 (tui_display_registers_from, tui_check_register_values): Update.
4646 (tui_display_register): Remove win_info parameter; update.
4647 (tui_get_register): Change type of parameters.
4648 * tui/tui-data.h (struct tui_data_element): Remove.
4649 (union tui_which_element) <data>: Remove.
4650 <data_window>: Change type.
4651 (struct tui_data_item_window): New.
4652 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
4653 case. Add assert.
4654 (~tui_data_item_window): New destructor.
4655 (free_content_elements): Remove DATA_ITEM_WIN case.
4656
d2802c33
TT
46572019-06-25 Tom Tromey <tom@tromey.com>
4658
4659 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
4660 Remove.
4661
dd835f8b
TT
46622019-06-25 Tom Tromey <tom@tromey.com>
4663
4664 * tui/tui-data.h (struct tui_command_element): Remove.
4665 (union tui_which_element) <command>: Remove.
4666 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
4667 assert.
4668 (free_content_elements): Remove CMD_WIN case.
4669
bd7db367
TT
46702019-06-25 Tom Tromey <tom@tromey.com>
4671
4672 * tui/tui-layout.c (tui_set_layout): Update.
4673 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
4674 * tui/tui-data.c (layout_def): Update.
4675
3add462f
TT
46762019-06-25 Tom Tromey <tom@tromey.com>
4677
4678 * tui/tui-wingeneral.c (tui_refresh_all): Update.
4679 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
4680 (tui_source_window_base::set_new_height): Update.
4681 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
4682 Update.
4683 (tui_set_locator_fullname, tui_set_locator_info)
4684 (tui_show_frame_info): Update.
4685 * tui/tui-source.c (tui_set_source_content)
4686 (tui_source_is_displayed): Update.
4687 * tui/tui-layout.c (show_source_disasm_command, show_data)
4688 (show_source_or_disasm_and_command): Update.
4689 * tui/tui-disasm.c (tui_set_disassem_content)
4690 (tui_get_begin_asm_address): Update.
4691 * tui/tui-data.h (struct tui_locator_element): Remove.
4692 (union tui_which_element) <locator>: Remove.
4693 (struct tui_locator_window): New.
4694 (tui_locator_win_info_ptr): Change return type.
4695 * tui/tui-data.c (_locator): Change type.
4696 (tui_locator_win_info_ptr): Change return type.
4697 (init_content_element): Remove LOCATOR_WIN case. Add assert.
4698 (tui_alloc_content): Add assert.
4699
489e9d8b
TT
47002019-06-25 Tom Tromey <tom@tromey.com>
4701
4702 * tui/tui-winsource.c
4703 (tui_exec_info_window::maybe_allocate_content): New method.
4704 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
4705 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
4706 (make_source_or_disasm_window): Add cast.
4707 * tui/tui-data.h (union tui_which_element) <simple_string>:
4708 Remove.
4709 (struct tui_source_info): New.
4710 (struct tui_source_window_base) <execution_info>: Change type.
4711 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
4712 case, and add assert.
4713 (tui_alloc_content): Add assert.
4714
c3fabb7d
TT
47152019-06-25 Tom Tromey <tom@tromey.com>
4716
4717 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
4718 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
4719 * tui/tui-data.c (tui_alloc_win_info): Remove.
4720
bbc228ee
TT
47212019-06-25 Tom Tromey <tom@tromey.com>
4722
4723 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
4724 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
4725 can_highlight.
4726
5fcee43a
TT
47272019-06-25 Tom Tromey <tom@tromey.com>
4728
4729 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
4730 make_visible_with_new_height method.
4731 (tui_win_info::make_visible_with_new_height): New method.
4732 (tui_source_window_base::do_make_visible_with_new_height)
4733 (tui_data_window::do_make_visible_with_new_height)
4734 (tui_cmd_window::do_make_visible_with_new_height): New methods.
4735 (make_visible_with_new_height): Remove.
4736 (tui_resize_all, tui_adjust_win_heights): Use
4737 make_visible_with_new_height method.
4738 * tui/tui-data.h (struct tui_win_info)
4739 <do_make_visible_with_new_height, make_visible_with_new_height>:
4740 New methods.
4741 (struct tui_source_window_base, struct tui_data_window)
4742 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
4743 methods.
4744
d83f1fe6
TT
47452019-06-25 Tom Tromey <tom@tromey.com>
4746
4747 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
4748 method.
4749 (update_tab_width): Call update_tab_width method.
4750 * tui/tui-data.h (struct tui_win_info)
4751 (struct tui_source_window_base) <update_tab_width>: New methods.
4752
17374de4
TT
47532019-06-25 Tom Tromey <tom@tromey.com>
4754
4755 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
4756 parameter.
4757 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
4758 parameter.
4759 (tui_gen_win_info::make_visible): Update.
4760 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
4761 parameter.
4762 * tui/tui-data.h (enum tui_box): New enum.
4763 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
4764
f936bca2
TT
47652019-06-25 Tom Tromey <tom@tromey.com>
4766
4767 * tui/tui-layout.c (make_source_or_disasm_window): Always use
4768 init_and_make_win for EXEC_INFO_WIN.
4769 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
4770 longer inline.
4771 (struct tui_win_info) <~tui_win_info>: Inline.
4772 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
4773 Don't declare.
4774 * tui/tui-data.c (source_win, disasm_win): Remove globals.
4775 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
4776 Remove.
4777 (tui_initialize_static_data): Update.
4778 (~tui_gen_win_info): Handle more cleanup here.
4779 (~tui_source_window_base): Delete "execution_info".
4780 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
4781
d6ba6a11
TT
47822019-06-25 Tom Tromey <tom@tromey.com>
4783
4784 * tui/tui-layout.c (make_command_window): Don't set
4785 can_highlight.
4786 (show_source_disasm_command): Call the reset method.
4787 (show_data): Don't set can_highlight. Call the reset method.
4788 (tui_gen_win_info::reset): Rename from init_gen_win_info
4789 (init_and_make_win): Simplify. Return tui_gen_win_info.
4790 (show_source_or_disasm_and_command): Call the reset method.
4791 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
4792 (struct tui_cmd_window): Set can_highlight.
4793
48a3bd16
TT
47942019-06-25 Tom Tromey <tom@tromey.com>
4795
4796 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
4797 from make_visible.
4798 (tui_make_visible, tui_make_invisible): Rewrite.
4799 (tui_win_info::make_visible): Remove.
4800 (tui_source_window_base::make_visible): Update.
4801 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
4802 method. Moved from...
4803 (struct tui_win_info) <make_visible>: ...here.
4804
c3bd716f
TT
48052019-06-25 Tom Tromey <tom@tromey.com>
4806
4807 * tui/tui-winsource.c
4808 (tui_source_window_base::do_scroll_horizontal): Remove direction
4809 parameter.
4810 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
4811 direction parameter.
4812 * tui/tui-win.c (tui_win_info::forward_scroll)
4813 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
4814 (tui_win_info::right_scroll): Update.
4815 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
4816 direction parameter.
4817 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
4818 direction parameter.
4819 * tui/tui-data.h (enum tui_scroll_direction): Remove.
4820 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
4821 Remove direction parameter.
4822 (struct tui_source_window_base, struct tui_source_window)
4823 (struct tui_disasm_window, struct tui_data_window)
4824 (struct tui_cmd_window): Update.
4825
21c32dca
TT
48262019-06-25 Tom Tromey <tom@tromey.com>
4827
4828 * tui/tui-winsource.h (tui_set_exec_info_content)
4829 (tui_show_exec_info_content, tui_erase_exec_info_content)
4830 (tui_clear_exec_info_content, tui_update_exec_info): Change
4831 argument to tui_source_window_base.
4832 * tui/tui-winsource.c (tui_set_exec_info_content)
4833 (tui_show_exec_info_content, tui_erase_exec_info_content)
4834 (tui_clear_exec_info_content, tui_update_exec_info): Change
4835 argument to tui_source_window_base.
4836
73fbdc65
TT
48372019-06-25 Tom Tromey <tom@tromey.com>
4838
4839 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
4840 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
4841
33325343
TT
48422019-06-25 Tom Tromey <tom@tromey.com>
4843
4844 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
4845 check.
4846
29d2c474
TT
48472019-06-25 Tom Tromey <tom@tromey.com>
4848
4849 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
4850 type to void.
4851 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
4852 type to void.
4853 * tui/tui-source.c (tui_set_source_content): Update.
4854 * tui/tui-disasm.c (tui_set_disassem_content): Update.
4855
152f3f4b
TT
48562019-06-25 Tom Tromey <tom@tromey.com>
4857
4858 * tui/tui-win.c (window_name_completer, tui_set_focus)
4859 (tui_all_windows_info): Use name method.
4860 * tui/tui-data.h (struct tui_gen_win_info)
4861 (struct tui_source_window, struct tui_disasm_window)
4862 (struct tui_data_window, struct tui_cmd_window) <name>: New
4863 method.
4864 (tui_win_name): Don't declare.
4865 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
4866 (tui_win_name): Remove.
4867
be4da588
TT
48682019-06-25 Tom Tromey <tom@tromey.com>
4869
4870 * tui/tui-winsource.h (tui_update_source_window)
4871 (tui_update_source_window_as_is): Change parameter type.
4872 * tui/tui-winsource.c (tui_update_source_window): Change win_info
4873 to be a tui_source_window_base.
4874 (tui_update_source_window_as_is): Likewise.
4875 * tui/tui-win.c (make_visible_with_new_height): Update.
4876
5b81daba
TT
48772019-06-25 Tom Tromey <tom@tromey.com>
4878
4879 * tui/tui-winsource.c (tui_erase_source_content)
4880 (tui_show_source_content, tui_show_exec_info_content)
4881 (tui_erase_exec_info_content): Use refresh_window method.
4882 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
4883 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
4884 from tui_refresh_win.
4885 (tui_data_window::refresh_window): New method.
4886 (tui_win_info::refresh, tui_source_window_base::refresh)
4887 (tui_refresh_all): Use refresh_window method.
4888 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
4889 method.
4890 * tui/tui-regs.c (tui_display_register): Call refresh_window
4891 method.
4892 * tui/tui-layout.c (show_source_disasm_command)
4893 (show_source_or_disasm_and_command): Call refresh_window method.
4894 * tui/tui-data.h (struct tui_gen_win_info)
4895 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
4896 New method.
4897
cb2ce893
TT
48982019-06-25 Tom Tromey <tom@tromey.com>
4899
4900 * tui/tui.c (tui_rl_other_window, tui_enable)
4901 (tui_is_window_visible, tui_get_command_dimension): Update.
4902 * tui/tui-winsource.c (tui_update_source_window_as_is)
4903 (tui_clear_source_content, tui_erase_source_content)
4904 (tui_show_source_line, tui_source_window_base::refill)
4905 (tui_source_window_base::do_scroll_horizontal)
4906 (tui_source_window_base::set_is_exec_point_at)
4907 (tui_update_breakpoint_info, tui_set_exec_info_content)
4908 (tui_alloc_source_buffer, tui_line_is_displayed)
4909 (tui_addr_is_displayed): Update.
4910 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
4911 (tui_check_and_display_highlight_if_needed)
4912 (tui_win_info::make_visible, tui_win_info::refresh)
4913 (tui_refresh_all): Update.
4914 * tui/tui-windata.c (tui_first_data_item_displayed)
4915 (tui_delete_data_content_windows, tui_erase_data_content)
4916 (tui_display_all_data, tui_data_window::refresh_all)
4917 (tui_check_data_values): Update.
4918 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
4919 (tui_set_win_focus_to, tui_win_info::forward_scroll)
4920 (tui_win_info::backward_scroll, tui_refresh_all_win)
4921 (tui_resize_all, tui_set_focus, tui_all_windows_info)
4922 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
4923 (tui_source_window_base::set_new_height)
4924 (tui_data_window::set_new_height)
4925 (make_invisible_and_set_new_height)
4926 (make_visible_with_new_height, new_height_ok)
4927 (parse_scrolling_args): Update.
4928 * tui/tui-stack.c (tui_show_frame_info): Update.
4929 * tui/tui-source.c (tui_set_source_content)
4930 (tui_set_source_content_nil, tui_source_is_displayed)
4931 (tui_source_window::do_scroll_vertical): Update.
4932 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
4933 (tui_display_registers_from, tui_display_reg_element_at_line)
4934 (tui_check_register_values, tui_reg_command): Update.
4935 * tui/tui-layout.c (tui_default_win_height)
4936 (show_source_disasm_command, show_data, init_and_make_win)
4937 (show_source_or_disasm_and_command): Update.
4938 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
4939 (tui_redisplay_readline, tui_mld_flush)
4940 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
4941 (tui_getc): Update.
4942 * tui/tui-disasm.c (tui_set_disassem_content)
4943 (tui_disasm_window::do_scroll_vertical): Update.
4944 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
4945 Now virtual.
4946 (struct tui_win_info): Derive from tui_gen_win_info.
4947 <~tui_win_info>: Mark as override.
4948 <generic>: Remove member.
4949 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
4950 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
4951 (~tui_data_window, ~tui_win_info)
4952 (tui_free_all_source_wins_content): Update.
4953 * tui/tui-command.c (tui_refresh_cmd_win): Update.
4954
ab313b35
TT
49552019-06-25 Tom Tromey <tom@tromey.com>
4956
4957 * tui/tui-layout.c (init_and_make_win): Use new.
4958 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
4959 destructor, initializers.
4960 (tui_alloc_generic_win_info): Don't declare.
4961 * tui/tui-data.c (_locator): Add argument to constructor.
4962 (source_win, disasm_win): New globals.
4963 (exec_info): Remove.
4964 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
4965 Update.
4966 (tui_alloc_generic_win_info): Remove.
4967 (init_content_element): Use new.
4968 (tui_win_info::tui_win_info): Update.
4969 (free_content_elements) <case DATA_WIN>: Use delete.
4970
dc2c33e4
TT
49712019-06-25 Tom Tromey <tom@tromey.com>
4972
4973 * tui/tui-wingeneral.c (tui_refresh_win): Update.
4974 * tui/tui-windata.c (tui_first_data_item_displayed)
4975 (tui_delete_data_content_windows): Update.
4976 * tui/tui-win.c (tui_data_window::set_new_height): Update.
4977 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
4978 (tui_display_registers_from, tui_check_register_values): Update.
4979 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
4980 pointer.
4981 * tui/tui-data.c (init_content_element): Update. Allocate the new
4982 window.
4983 (tui_free_data_content): Update.
4984 (free_content_elements) <case DATA_WIN>: Free the window.
4985
214a5cbe
TT
49862019-06-25 Tom Tromey <tom@tromey.com>
4987
4988 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
4989 Update.
4990 * tui/tui-layout.c (make_command_window)
4991 (show_source_disasm_command, show_data, init_and_make_win)
4992 (show_source_or_disasm_and_command): Update.
4993 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
4994 method.
4995 <can_highight, is_highlighted>: Now bool.
4996 (tui_set_win_highlight): Don't declare.
4997 * tui/tui-data.c (tui_set_win_highlight): Remove.
4998
8e2daf15
TT
49992019-06-25 Tom Tromey <tom@tromey.com>
5000
5001 * tui/tui-wingeneral.c (make_visible): Remove check of window
5002 type.
5003
8903bd8a
TT
50042019-06-25 Tom Tromey <tom@tromey.com>
5005
5006 * tui/tui-win.c (tui_win_info::max_height)
5007 (tui_cmd_window::max_height): New methods.
5008 (new_height_ok): Call max_height.
5009 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
5010 <max_height>: New method.
5011
3f02ce1e
TT
50122019-06-25 Tom Tromey <tom@tromey.com>
5013
5014 * tui/tui-win.c (tui_source_window_base::set_new_height)
5015 (tui_data_window::set_new_height): New methods.
5016 (make_invisible_and_set_new_height): Call set_new_height method.
5017 * tui/tui-data.h (struct tui_win_info)
5018 (struct tui_source_window_base, struct tui_data_window)
5019 <set_new_height>: New method.
5020
1825f487
TT
50212019-06-25 Tom Tromey <tom@tromey.com>
5022
5023 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
5024 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
5025 tui_refresh_data_win.
5026 * tui/tui-win.c (tui_source_window_base::refresh_all): New
5027 method.
5028 (tui_refresh_all_win): Call the refresh_all method.
5029 (tui_set_focus): Likewise.
5030 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
5031 (struct tui_source_window_base, struct tui_data_window) <refresh>:
5032 Likewise.
5033
ad54d15b
TT
50342019-06-25 Tom Tromey <tom@tromey.com>
5035
5036 * tui/tui-winsource.h (tui_refill_source_window)
5037 (tui_set_is_exec_point_at): Don't declare.
5038 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
5039 (tui_source_window_base::refill): Rename from
5040 tui_refill_source_window.
5041 (tui_source_window_base::do_scroll_horizontal): Update.
5042 (tui_source_window_base::set_is_exec_point_at): Rename from
5043 tui_set_is_exec_point_at.
5044 (tui_update_all_breakpoint_info): Update.
5045 * tui/tui-stack.c (tui_show_frame_info): Update.
5046 * tui/tui-layout.c (show_data): Add cast.
5047 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
5048 * tui/tui-data.h (struct tui_source_window_base) <refill,
5049 set_is_exec_point_at>: New methods.
5050 (tui_source_windows, tui_add_to_source_windows): Update types.
5051 (tui_add_to_source_windows): Remove redundant declaration.
5052 * tui/tui-data.c (source_windows): Store tui_source_window_base.
5053 (tui_source_windows): Change return type.
5054 (tui_clear_source_windows_detail): Update.
5055 (tui_add_to_source_windows): Change type of parameter.
5056 (tui_free_all_source_wins_content): Update.
5057
2042b506
TT
50582019-06-25 Tom Tromey <tom@tromey.com>
5059
5060 * tui/tui-wingeneral.c (tui_win_info::refresh)
5061 (tui_source_window_base::refresh): New methods.
5062 (tui_refresh_all): Call the refresh method.
5063 * tui/tui-data.h (struct tui_win_info)
5064 (struct tui_source_window_base) <refresh>: New method.
5065
56122977
TT
50662019-06-25 Tom Tromey <tom@tromey.com>
5067
5068 * tui/tui.h (tui_is_window_visible): Return bool.
5069 * tui/tui.c (tui_is_window_visible): Return bool.
5070 * tui/tui-wingeneral.c (tui_make_window, make_visible)
5071 (tui_make_visible, tui_make_invisible)
5072 (tui_win_info::make_visible)
5073 (tui_source_window_base::make_visible, make_all_visible)
5074 (tui_make_all_visible, tui_make_all_invisible): Update.
5075 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
5076 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
5077 bool.
5078 (struct tui_win_info, struct tui_source_window_base)
5079 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
5080 * tui/tui-data.c (tui_init_generic_part): Update.
5081
cda37efb
TT
50822019-06-25 Tom Tromey <tom@tromey.com>
5083
5084 * tui/tui-wingeneral.c (tui_win_info::make_visible)
5085 (tui_source_window_base::make_visible): New methods.
5086 (make_all_visible): Make method call.
5087 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
5088 (struct tui_source_window_base, struct tui_cmd_window): Override
5089 make_visible.
5090 (tui_win_is_source_type): Don't declare.
5091 * tui/tui-data.c (tui_win_is_source_type): Remove.
5092
6a0ee02c
TT
50932019-06-25 Tom Tromey <tom@tromey.com>
5094
5095 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
5096 NULL check.
5097
63901aec
TT
50982019-06-25 Tom Tromey <tom@tromey.com>
5099
5100 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
5101 Inline constructor. Add initializers for members.
5102 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
5103 constructors; now inline in class.
5104
ceb13a13
TT
51052019-06-25 Tom Tromey <tom@tromey.com>
5106
5107 * tui/tui-regs.c (tui_show_registers): Update.
5108 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
5109 bool.
5110 * tui/tui-data.c (tui_data_window::clear_detail)
5111 (tui_data_window): Update.
5112
238eb706
TT
51132019-06-25 Tom Tromey <tom@tromey.com>
5114
5115 * tui/tui-windata.c (tui_display_all_data)
5116 (tui_display_data_from_line, tui_display_data_from)
5117 (tui_check_data_values, tui_data_window::do_scroll_vertical):
5118 Update.
5119 * tui/tui-regs.c (tui_last_regs_line_no)
5120 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
5121 (tui_show_registers, tui_show_register_group)
5122 (tui_display_registers_from, tui_display_reg_element_at_line)
5123 (tui_display_registers_from_line, tui_check_register_values)
5124 (tui_reg_next, tui_reg_prev): Update.
5125 * tui/tui-layout.c (tui_set_layout, show_data): Update.
5126 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
5127 tui_data_window.
5128 (struct tui_win_info) <detail>: Remove. Add new fields from
5129 tui_data_info.
5130 (TUI_DATA_WIN): Add cast.
5131 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
5132 (~tui_data_window): Simplify.
5133
81491aa0
TT
51342019-06-25 Tom Tromey <tom@tromey.com>
5135
5136 * tui/tui-layout.c (show_source_disasm_command)
5137 (show_source_or_disasm_and_command): Update.
5138 * tui/tui-io.c (update_cmdwin_start_line)
5139 (tui_redisplay_readline): Update.
5140 * tui/tui-data.h (struct tui_command_info): Remove.
5141 (struct tui_win_info) <detail>: Remove command_info member.
5142 (struct tui_data_window) <start_line>: New member, from
5143 tui_command_info.
5144 (TUI_CMD_WIN): Add casts.
5145
e6e41501
TT
51462019-06-25 Tom Tromey <tom@tromey.com>
5147
5148 * tui/tui-winsource.c (tui_update_source_window)
5149 (tui_refill_source_window)
5150 (tui_source_window_base::do_scroll_horizontal)
5151 (tui_update_breakpoint_info, tui_set_exec_info_content)
5152 (tui_show_exec_info_content, tui_erase_exec_info_content)
5153 (tui_clear_exec_info_content): Update.
5154 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
5155 Update.
5156 * tui/tui-win.c (make_invisible_and_set_new_height)
5157 (make_visible_with_new_height): Update.
5158 * tui/tui-source.c (tui_set_source_content)
5159 (tui_show_symtab_source): Update.
5160 * tui/tui-layout.c (extract_display_start_addr)
5161 (show_source_disasm_command, show_data)
5162 (make_source_or_disasm_window)
5163 (show_source_or_disasm_and_command): Update.
5164 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
5165 (tui_disasm_window::do_scroll_vertical): Remove shadowing
5166 "gdbarch".
5167 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
5168 to tui_source_window_base.
5169 (struct tui_win_info) <detail>: Remove source_info member.
5170 (struct tui_source_window_base) <has_locator>: Inline.
5171 Move contents from tui_source_info; rename has_locator member to
5172 m_has_locator.
5173 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
5174 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
5175 header file.
5176 (tui_source_window_base::clear_detail, ~tui_source_window_base):
5177 Simplify.
5178 (tui_free_all_source_wins_content): Cast to
5179 tui_source_window_base.
5180
44f0e208
TT
51812019-06-25 Tom Tromey <tom@tromey.com>
5182
5183 * tui/tui-win.c (make_invisible_and_set_new_height)
5184 (make_visible_with_new_height): Call has_locator method.
5185 * tui/tui-layout.c (show_source_disasm_command, show_data)
5186 (show_source_or_disasm_and_command): Update for bool change.
5187 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
5188 (tui_win_info) <has_locator>: New method.
5189 (struct tui_source_window_base) <has_locator>: New method.
5190 (tui_win_has_locator): Don't declare.
5191 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
5192 from tui_win_has_locator.
5193 (tui_source_window_base): Use false, not FALSE.
5194
7778b912
TT
51952019-06-25 Tom Tromey <tom@tromey.com>
5196
5197 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
5198 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
5199 clear_detail method directly.
5200 (tui_clear_win_detail): Remove.
5201
f83d391c
TT
52022019-06-25 Tom Tromey <tom@tromey.com>
5203
5204 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
5205 "this", not TUI_DISASM_WIN.
5206
13446e05
TT
52072019-06-25 Tom Tromey <tom@tromey.com>
5208
5209 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
5210 declare.
5211 * tui/tui-winsource.c
5212 (tui_source_window_base::do_scroll_horizontal): Rename from
5213 tui_horizontal_source_scroll.
5214 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
5215 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
5216 from tui_vertical_data_scroll.
5217 * tui/tui-win.h (tui_scroll): Don't declare.
5218 * tui/tui-win.c (tui_win_info::forward_scroll)
5219 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
5220 (tui_win_info::right_scroll): Rename and update.
5221 (tui_scroll_forward_command, tui_scroll_backward_command)
5222 (tui_scroll_left_command, tui_scroll_right_command): Update.
5223 (tui_scroll): Remove.
5224 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
5225 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
5226 from tui_vertical_source_scroll.
5227 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
5228 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
5229 from tui_vertical_disassem_scroll.
5230 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
5231 do_scroll_horizontal>: New methods.
5232 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
5233 Likewise.
5234 (struct tui_source_window_base): Add do_scroll_horizontal.
5235 (struct tui_source_window, struct tui_disasm_window): Add
5236 do_scroll_vertical.
5237 (struct tui_data_window, struct tui_cmd_window): Add
5238 do_scroll_horizontal and do_scroll_vertical.
5239 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
5240
5cf82909
TT
52412019-06-25 Tom Tromey <tom@tromey.com>
5242
5243 * tui/tui-data.h (struct tui_source_window_base): New struct.
5244 (struct tui_source_window): Derive from tui_source_window_base.
5245 (struct tui_disasm_window): New struct.
5246 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
5247 from tui_source_window::clear_detail.
5248 (tui_source_window_base): Rename from tui_source_window.
5249 (~tui_source_window_base): Rename from ~tui_source_window.
5250 (tui_alloc_win_info): Create a tui_disasm_window.
5251
ee1d42d6
TT
52522019-06-25 Tom Tromey <tom@tromey.com>
5253
5254 * tui/tui-data.h (struct tui_source_window)
5255 (struct tui_data_window): Declare destructors.
5256 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
5257 destructors.
5258 (tui_win_info): Simplify.
5259
b4eb2452
TT
52602019-06-25 Tom Tromey <tom@tromey.com>
5261
5262 * tui/tui-winsource.c (tui_display_main)
5263 (tui_update_source_windows_with_addr)
5264 (tui_update_all_breakpoint_info): Update.
5265 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
5266 (new_height_ok, parse_scrolling_args): Update.
5267 * tui/tui-stack.c (tui_show_frame_info): Update.
5268 * tui/tui-data.h (struct tui_list): Remove.
5269 (tui_source_windows): Return a reference to a std::vector.
5270 * tui/tui-data.c (source_windows): Now a std::vector.
5271 (tui_source_windows): Change return type.
5272 (tui_clear_source_windows): Rewrite.
5273 (tui_clear_source_windows_detail, tui_add_to_source_windows)
5274 (tui_free_all_source_wins_content): Rewrite.
5275
8761a91b
TT
52762019-06-25 Tom Tromey <tom@tromey.com>
5277
5278 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
5279 (struct tui_data_window, struct tui_cmd_window): Declare
5280 clear_detail method.
5281 * tui/tui-data.c (tui_source_window::clear_detail)
5282 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
5283 methods.
5284 (tui_clear_win_detail): Simplify.
5285
0ed69eda
TT
52862019-06-25 Tom Tromey <tom@tromey.com>
5287
5288 * tui/tui-layout.c (make_source_window, make_disasm_window)
5289 (make_source_or_disasm_window): Remove win_info_ptr parameter.
5290 Return the new window.
5291 (show_source_disasm_command, show_data)
5292 (show_source_or_disasm_and_command): Update.
5293
82432e10
TT
52942019-06-25 Tom Tromey <tom@tromey.com>
5295
5296 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
5297 parameter. Return the new window.
5298 (show_source_disasm_command): Update and remove NULL check.
5299 (show_source_or_disasm_and_command): Update.
5300
ec328aa5
TT
53012019-06-25 Tom Tromey <tom@tromey.com>
5302
5303 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
5304
33b906ab
TT
53052019-06-25 Tom Tromey <tom@tromey.com>
5306
5307 * tui/tui-data.h (struct tui_win_info): Make constructor
5308 protected. Make destructor virtual. Add initializers.
5309 (tui_source_window, tui_data_window, tui_cmd_window): New
5310 classes.
5311 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
5312 constructor. Add "type" parameter.
5313 (tui_source_window, tui_data_window, tui_cmd_window): New
5314 constructors.
5315 (tui_alloc_win_info): Instantiate the appropriate subclass.
5316
e7e11af4
TT
53172019-06-25 Tom Tromey <tom@tromey.com>
5318
5319 * tui/tui-win.c (tui_resize_all): Use delete.
5320 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
5321 destructor.
5322 (tui_free_window): Don't declare.
5323 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
5324 Update.
5325
6792b55e
TT
53262019-06-25 Tom Tromey <tom@tromey.com>
5327
5328 * tui/tui-data.h (struct tui_win_info): Add constructor.
5329 * tui/tui-data.c (tui_alloc_win_info): Use new.
5330 (tui_free_window): Use delete.
5331
f95675e1
TT
53322019-06-22 Tom Tromey <tom@tromey.com>
5333
5334 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
5335 declare.
5336 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
5337
5bff081c
TT
53382019-06-22 Tom Tromey <tom@tromey.com>
5339
5340 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
5341 declare.
5342 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
5343
47e3f474
TV
53442019-06-22 Tom de Vries <tdevries@suse.de>
5345
5346 * dwarf2read.c (create_addrmap_from_aranges)
5347 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
5348 instead of '%zu'.
5349
fd5866f6
SM
53502019-06-21 Simon Marchi <simon.marchi@efficios.com>
5351
5352 * dwarf2read.h (dwarf2_section_info_def): Remove.
5353 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
5354 * dwarf2read.c (struct dwo_sections) <types>: Change type to
5355 std::vector<dwarf2_section_info>.
5356 (struct dwo_file) <~dwo_file>: Remove.
5357 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
5358 types field.
5359 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
5360 (dwarf2_read_debug_names): Likewise.
5361 (create_debug_types_hash_table): Change parameter type to
5362 array_view, adjust code accordingly.
5363 (dwarf2_locate_dwo_sections): Adjust to std::vector.
5364 (partial_die_info::fixup): Likewise.
5365 (determine_prefix): Likewise.
5366 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
5367
fb1eb2f9
SM
53682019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
5369
5370 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
5371 gdb_bfd_ref_ptr.
5372 <~dwo_file>: Remove call to gdb_bfd_unref.
5373 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
5374 gdb_bfd_ref_ptr::get.
5375
51ac9db5
SM
53762019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
5377
5378 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
5379 type to htab_up.
5380 * dwarf2read.c (struct dwo_file): Initialize fields.
5381 <~dwo_file>: New.
5382 (free_dwo_file): Remove, move content to ~dwo_file.
5383 (struct dwo_file_deleter): Remove.
5384 (dwo_file_up>: Remove custom deleter.
5385 (free_dwo_files): Remove.
5386 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
5387 dwo_files.
5388 (process_skeletonless_type_units): Call unique_ptr::get.
5389 (allocate_dwo_file_hash_table): Add deleter to created hash
5390 table. Change return type to htab_up.
5391 (lookup_dwo_file_slot): Don't memset dwo_file, call
5392 unique_ptr::get.
5393 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
5394 (create_dwo_unit_in_dwp_v2): Likewise.
5395 (open_and_init_dwo_file): Likewise.
5396 (free_dwo_file_from_slot): Remove.
5397
dc4ccb6f
SM
53982019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
5399
5400 * dwarf2read.h (struct dwarf2_section_info) <readin,
5401 is_virtual>: Change type to bool.
5402 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
5403 true instead of 1.
5404
e6a1c5cb
TT
54052019-06-19 Tom Tromey <tom@tromey.com>
5406
5407 * tui/tui-data.h (tui_init_content_element): Don't declare.
5408
6f6ffbeb
TT
54092019-06-19 Tom Tromey <tom@tromey.com>
5410
5411 * tui/tui-data.h (tui_init_win_info): Don't declare.
5412
f23f598e
TV
54132019-06-19 Tom de Vries <tdevries@suse.de>
5414
5415 * dwarf2read.h (abstract_to_concrete): Change type to
5416 std::unordered_map<sect_offset, std::vector<sect_offset>,
5417 gdb::hash_enum<sect_offset>>.
5418
680e1bee
TT
54192019-06-19 Tom Tromey <tromey@adacore.com>
5420
5421 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
5422 EVAL_AVOID_SIDE_EFFECTS specially.
5423
dcf37923
TT
54242019-06-19 Tom Tromey <tromey@adacore.com>
5425
5426 * source-cache.c (highlighter): New global.
5427 (source_cache::get_source_lines): Create a highlighter on demand.
5428
494986d5
AB
54292019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
5430
5431 * defs.h (deprecated_interactive_hook): Delete declaration.
5432 * interps.c (clear_interpreter_hooks): Remove use of
5433 deprecated_interactive_hook.
5434 * top.c (deprecated_interactive_hook): Delete definition.
5435 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
5436
3360b6e7
TV
54372019-06-18 Tom de Vries <tdevries@suse.de>
5438
5439 PR gdb/24515
5440 * dwarf2read.h (abstract_to_concrete): Change type from
5441 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
5442 std::unordered_map<sect_offset, std::vector<sect_offset>>.
5443 * dwarf2read.c (read_variable): Update.
5444 (dwarf2_fetch_die_loc_sect_off): Update.
5445
310b3441
TV
54462019-06-17 Tom de Vries <tdevries@suse.de>
5447
5448 PR gdb/24617
5449 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
5450 accessing parent[parent_len - 1].
5451
ba9777be
PP
54522019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5453
5454 PR gdb/24364
5455 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
5456 call dtrace_process_dof with NULL dof.
5457
2b9f6e89
TV
54582019-06-16 Tom de Vries <tdevries@suse.de>
5459
5460 PR gdb/24445
5461 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
5462
431b3ead
TT
54632019-06-16 Tom Tromey <tom@tromey.com>
5464
5465 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
5466 (make_all_visible): Use address of member.
5467
d04b44a1
TT
54682019-06-16 Tom Tromey <tom@tromey.com>
5469
5470 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
5471 (tui_free_window, free_content, free_content_elements): Remove
5472 unnecessary cast.
5473 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
5474 cast.
5475 * tui/tui-regs.c (tui_show_register_group)
5476 (tui_display_registers_from, tui_display_reg_element_at_line):
5477 Remove unnecessary cast.
5478
bf5142e7
AB
54792019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5480
5481 * linux-nat.c (normal_mask): Delete.
5482 (_initialize_linux_nat): Don't initialise normal_mask.
5483
c4973306
SM
54842019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
5485
5486 PR gdb/24445
5487 * dwarf-index-write.h (write_psymtabs_to_index): Add
5488 dwz_basename parameter.
5489 * dwarf-index-write.c (write_gdbindex): Move file writing to
5490 write_gdbindex_1. Change return type void.
5491 (assert_file_size): Move up, remove filename parameter.
5492 (write_gdbindex_1): New function.
5493 (write_debug_names): Change return type to void, call
5494 assert_file_size.
5495 (struct index_wip_file): New struct.
5496 (write_psymtabs_to_index): Add dwz_basename parameter. Move
5497 file logic to index_wip_file. Write index for dwz file if
5498 needed.
5499 (save_gdb_index_command): Pass basename of dwz file, if present.
5500 * dwarf-index-cache.c (index_cache::store): Obtain and pass
5501 build-id of dwz file, if present.
5502 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
5503 (dwarf2_get_dwz_file): Likewise.
5504 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
5505 (dwarf2_get_dwz_file): Likewise.
5506
395f9c91
TT
55072019-06-16 Tom Tromey <tom@tromey.com>
5508
5509 * coffread.c (process_coff_symbol): Use xstrdup.
5510 * value.c (create_internalvar): Use xstrdup.
5511
cafb3438
TT
55122019-06-16 Tom Tromey <tom@tromey.com>
5513
5514 * valops.c (value_cast, value_slice): Remove unnecessary cast.
5515 * breakpoint.c (stopin_command, stopat_command)
5516 (until_break_command, decode_location_default): Remove unnecessary
5517 cast.
5518 * utils.c (subset_compare): Remove unnecessary cast.
5519 * ada-lang.c (ada_update_initial_language): Remove unnecessary
5520 cast.
5521 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
5522 cast.
5523 * infcmd.c (path_command): Remove unnecessary cast.
5524 * coffread.c (decode_type): Remove unnecessary cast.
5525 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
5526 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
5527 * tui/tui-stack.c (tui_show_locator_content)
5528 (tui_show_frame_info): Remove unnecessary cast.
5529 * tui/tui-win.c (tui_scroll_forward_command)
5530 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
5531 (parse_scrolling_args): Remove unnecessary cast.
5532 * tui/tui-data.c (init_win_info, tui_del_window)
5533 (tui_free_window, tui_del_data_windows, tui_free_data_content)
5534 (free_content_elements): Remove unnecessary cast.
5535 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
5536 unnecessary cast.
5537 * tui/tui-source.c (tui_set_source_content)
5538 (tui_vertical_source_scroll): Remove unnecessary cast.
5539 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
5540 cast.
5541 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
5542 * tui/tui-regs.c (tui_display_registers_from)
5543 (tui_display_register): Remove unnecessary cast.
5544 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
5545 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
5546 (make_visible): Remove unnecessary cast.
5547 * tui/tui-winsource.c (tui_erase_source_content)
5548 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
5549 unnecessary cast.
5550 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
5551 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
5552 * stabsread.c (read_type, read_array_type, read_range_type):
5553 Remove unnecessary cast.
5554 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
5555 (parse_symbol, parse_type, upgrade_type, parse_external)
5556 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
5557 unnecessary cast.
5558 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
5559
730ead81
TT
55602019-06-16 Tom Tromey <tom@tromey.com>
5561
5562 * tui/tui-data.c (tui_alloc_generic_win_info)
5563 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
5564 checks.
5565
584a927c
AB
55662019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
5567 Andrew Burgess <andrew.burgess@embecosm.com>
5568
5569 * f-typeprint.c (f_print_type): Don't return early for not
5570 associated or not allocated types.
5571 (f_type_print_varspec_suffix): Add print_rank parameter and print
5572 ranks of array types in case they dangling.
5573 (f_type_print_base): Add print_rank parameter.
5574
30056ea0
AB
55752019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5576
5577 * NEWS: Mention new MI commands.
5578 * break-catch-throw.c (enum exception_event_kind): Move to
5579 breakpoint.h.
5580 (print_mention_exception_catchpoint): Output text as a single
5581 message.
5582 (catch_exception_command_1): Rename to...
5583 (catch_exception_event): ...this, make non-static, update header
5584 command, and change some parameter types.
5585 (catch_catch_command): Update for changes to
5586 catch_exception_command_1.
5587 (catch_throw_command): Likewise.
5588 (catch_rethrow_command): Likewise.
5589 * breakpoint.c (enum exception_event_kind): Delete.
5590 * breakpoint.h (enum exception_event_kind): Moved here from
5591 break-catch-throw.c.
5592 (catch_exception_event): Declare.
5593 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
5594 (mi_cmd_catch_throw): New function.
5595 (mi_cmd_catch_rethrow): New function.
5596 (mi_cmd_catch_catch): New function.
5597 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
5598 'catch-catch' entries.
5599 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
5600 (mi_cmd_catch_rethrow): Declare.
5601 (mi_cmd_catch_catch): Declare.
5602
ec8e2b6d
AB
56032019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5604
5605 * annotate.c (annotate_source_line): Change return type to void,
5606 update implementation to match.
5607 * annotate.h (annotate_source_line): Change return type to void,
5608 update header comment.
5609 * stack.c (print_frame_info): Don't change what frame information
5610 is printed based on whether annotations are on or not.
5611
0d3abd8c
AB
56122019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5613
5614 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
5615 (annotate_source): Make static.
5616 (annotate_source_line): Moved from source.c and renamed from
5617 identify_source_line. Update the return type.
5618 * annotate.h (annotate_source): Delete declaration.
5619 (annotate_source_line): Declaration moved from source.h, and
5620 renamed from identify_source_line. Return type updated.
5621 * source.c (identify_source_line): Moved to annotate.c and renamed
5622 to annotate_source_line.
5623 (info_line_command): Remove check of annotation_level.
5624 * source.h (identify_source_line): Move declaration to annotate.h
5625 and rename to annotate_source_line.
5626 * stack.c: Add 'annotate.h' include.
5627 (print_frame_info): Remove check of annotation_level before
5628 calling annotate_source_line.
5629
00df30ae
AB
56302019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5631
5632 * source-cache.c (source_cache::get_plain_source_lines): Use
5633 open_source_file_with_line_charpos instead of just
5634 open_source_file, remove call to find_source_lines.
5635 (source_cache::get_source_lines): Likewise.
5636 * source.c (find_source_lines): Make static.
5637 (get_filename_and_charpos): Renamed into...
5638 (open_source_file_with_line_charpos): ..this along with changes to
5639 return a scoped_fd, and some other minor clean ups.
5640 (identify_source_line): Use open_source_file_with_line_charpos.
5641 (search_command_helper): Use open_source_file_with_line_charpos
5642 instead of just open_source_file, remove call to
5643 find_source_lines.
5644 * source.h (open_source_file_with_line_charpos): Declare new
5645 function.
5646 (find_source_lines): Delete declaration.
5647
afda45a2
AB
56482019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5649
5650 * source.c (get_filename_and_charpos): Remove fullname
5651 parameter.
5652 (identify_source_line): Update call to get_filename_and_charpos.
5653
0735b091
TT
56542019-06-14 Tom Tromey <tromey@adacore.com>
5655
5656 PR gdb/24502:
5657 * ui-style.h (skip_ansi_escape): Update comment.
5658 * ui-file.h (class no_terminal_escape_file): New class.
5659 * ui-file.c (no_terminal_escape_file::write)
5660 (no_terminal_escape_file::puts): New methods.
5661 * cli/cli-logging.c (handle_redirections): Use
5662 no_terminal_escape_file.
5663
52ce35e2
TT
56642019-06-14 Tom Tromey <tromey@adacore.com>
5665
5666 * NEWS: Move convenience variable news above Python news.
5667
73cc7272
TT
56682019-06-14 Tom Tromey <tom@tromey.com>
5669
5670 * gnulib: Move directory to top-level.
5671 * configure.ac: Don't configure gnulib.
5672 * configure: Rebuild.
5673 * common/common-defs.h: Use new path to gnulib.
5674 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
5675 (GNULIB_H): Remove.
5676 (INCGNU): Look in new gnulib location.
5677 (HFILES_NO_SRCDIR): Remove gnulib files.
5678 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
5679 (generated_files): Remove GNULIB_H.
5680 ($(LIBGNU), all-lib): Remove targets.
5681 (distclean): Don't mention GNULIB_BUILDDIR.
5682 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
5683
f5686554
TT
56842019-06-14 Tom Tromey <tromey@adacore.com>
5685
5686 * symfile.c (add_symbol_file_command): Remove obsolete comment.
5687 Warn if symbol file does not provide any symbols.
5688
a0c1ffed
TT
56892019-06-14 Tom Tromey <tromey@adacore.com>
5690
5691 * source.c (find_and_open_source): Respect basenames_may_differ.
5692
7c39e397
AB
56932019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
5694
5695 * annotate.c (annotate_breakpoints_invalid): Make use of
5696 scoped_restore_terminal_state.
5697 (annotate_frames_invalid): Likewise.
5698
f411722c
TT
56992019-06-14 Tom Tromey <tromey@adacore.com>
5700
5701 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
5702 allow assignment to an internalvar.
5703
4268ec18
TT
57042019-06-14 Tom Tromey <tromey@adacore.com>
5705
5706 * ada-lex.l: Allow "_" in attribute names.
5707
abdb711e
TT
57082019-06-14 Tom Tromey <tromey@adacore.com>
5709
5710 PR gdb/24653:
5711 * regcache.c (registers_changed): Don't call alloca.
5712 * top.c (execute_command): Don't call alloca.
5713
4c048731
PA
57142019-06-13 Pedro Alves <palves@redhat.com>
5715
5716 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
5717 'expression'. When parsing an expression, error out if there's
5718 junk after "unlimited".
5719 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
5720 (do_set_command): Adjust calls to is_unlimited_literal.
5721
66eb1ed3
PA
57222019-06-13 Pedro Alves <palves@redhat.com>
5723
5724 * compile/compile.c (make_compile_options_def_group): Add braces
5725 around array_view initializer.
5726 * thread.c (make_thread_apply_all_options_def_group)
5727 (make_thread_apply_all_options_def_group): Likewise.
5728
3345721a
PA
57292019-06-13 Pedro Alves <palves@redhat.com>
5730
5731 * NEWS (New commands): Mention "maint test-options
5732 require-delimiter", "maint test-options unknown-is-error", "maint
5733 test-options unknown-is-operand" and "maint show
5734 test-options-completion-result".
5735 (New command options, command completion): New section.
5736 (Completion improvements): New section.
5737 Mention that you can abbreviate "unlimited".
5738
6206060d
PA
57392019-06-13 Pedro Alves <palves@redhat.com>
5740
5741 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
5742 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
5743 * unittests/cli-utils-selftests.c (test_parse_flags)
5744 (test_parse_flags_qcs): Delete.
5745 (test_cli_utils): Don't call deleted functions.
5746
6665660a
PA
57472019-06-13 Pedro Alves <palves@redhat.com>
5748
5749 * thread.c: Include "cli/cli-option.h".
5750 (tp_array_compar_ascending): Global.
5751 (tp_array_compar): Delete function.
5752 (tp_array_compar_ascending, tp_array_compar_descending): New
5753 functions.
5754 (ascending_option_def, qcs_flag_option_def)
5755 (thr_qcs_flags_option_defs)
5756 (make_thread_apply_all_options_def_group)
5757 (make_thread_apply_options_def_group): New.
5758 (thread_apply_all_command): Use gdb::option::process_options.
5759 (thread_apply_command_completer)
5760 (thread_apply_all_command_completer): New.
5761 (thread_apply_command): Use gdb::option::process_options.
5762 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
5763 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
5764 to generate help text of "thread apply". Adjust "taas"'s help.
5765 * tid-parse.c (tid_range_parser::in_thread_range): New method.
5766 * tid-parse.h (tid_range_parser::in_thread_range): New method.
5767
f7e13587
PA
57682019-06-13 Pedro Alves <palves@redhat.com>
5769
5770 * thread.c (thread_apply_command): Check for invalid TID with
5771 isdigit instead of !isalpha.
5772
5d707134
PA
57732019-06-13 Pedro Alves <palves@redhat.com>
5774
5775 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
5776 (validate_flags_qcs): New.
5777 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
5778 (validate_flags_qcs): Declare.
5779 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
5780 (make_frame_apply_options_def_group): New.
5781 (frame_apply_command_count): Process options with
5782 gdb::option::process_options.
5783 (frame_apply_completer): New.
5784 (frame_apply_level_completer, frame_apply_all_completer)
5785 (frame_apply_completer): New.
5786 (_initialize_stack): Update help of "frame apply", "frame apply
5787 level", "frame apply all" and "faas" to mention supported options
5788 and install command completers.
5789 * stack.h (frame_apply_all_completer): Declare.
5790 * thread.c: Include "stack.h".
5791 (tfaas_command): Add "--".
5792 (_initialize_thread): Update help "tfaas" to mention supported
5793 options and install command completer.
5794
272d4594
PA
57952019-06-13 Pedro Alves <palves@redhat.com>
5796
5797 * completer.c (complete_nested_command_line): New.
5798 (gdb_completion_word_break_characters_throw): Add assertion.
5799 * completer.h (complete_nested_command_line): Declare.
5800
90a1ef87
PA
58012019-06-13 Pedro Alves <palves@redhat.com>
5802
5803 * stack.c (parse_backtrace_qualifiers): New.
5804 (backtrace_command): Use it.
5805 (backtrace_command_completer): Complete on qualifiers.
5806
d4c16835
PA
58072019-06-13 Pedro Alves <palves@redhat.com>
5808
5809 * frame.c: Include "cli/cli-option.h.
5810 (user_set_backtrace_options): New.
5811 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
5812 Delete.
5813 (get_prev_frame): Adjust.
5814 (boolean_option_def, uinteger_option_def)
5815 (set_backtrace_option_defs): New.
5816 (_initialize_frame): Adjust and use
5817 gdb::option::add_setshow_cmds_for_options to install "set
5818 backtrace past-main" and "set backtrace past-entry".
5819 * frame.h: Include "cli/cli-option.h".
5820 (struct frame_print_options): Forward declare.
5821 (print_frame_arguments_all, print_frame_arguments_scalars)
5822 (print_frame_arguments_none): Declare.
5823 (print_entry_values): Delete declaration.
5824 (struct frame_print_options, user_frame_print_options): New.
5825 (struct set_backtrace_options): New.
5826 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
5827 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
5828 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
5829 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
5830 (list_args_or_locals): Add frame_print_options parameter.
5831 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
5832 * python/py-framefilter.c (enumerate_args): Pass down
5833 USER_FRAME_PRINT_OPTIONS.
5834 * stack.c: Include "cli/cli-option.h".
5835 (print_frame_arguments_all, print_frame_arguments_scalars)
5836 (print_frame_arguments_none): Declare.
5837 (print_raw_frame_arguments, print_entry_values): Delete.
5838 (user_frame_print_options): New.
5839 (boolean_option_def, enum_option_def, frame_print_option_defs):
5840 New.
5841 (struct backtrace_cmd_options): New.
5842 (bt_flag_option_def): New.
5843 (backtrace_command_option_defs): New.
5844 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
5845 (print_frame_arg, read_frame_arg, print_frame_args)
5846 (print_frame_info, print_frame): Add frame_print_options parameter
5847 and use it.
5848 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
5849 (backtrace_command_1): Add frame_print_options and
5850 backtrace_cmd_options parameters and use them.
5851 (make_backtrace_options_def_group): New.
5852 (backtrace_command): Process command options with
5853 gdb::option::process_options.
5854 (backtrace_command_completer): New.
5855 (_initialize_stack): Extend "backtrace"'s help to mention
5856 supported options. Install completer for "backtrace".
5857 Install some settings commands with add_setshow_cmds_for_options.
5858
2daf894e
PA
58592019-06-13 Pedro Alves <palves@redhat.com>
5860
5861 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
5862 and that "set/show print raw frame-arguments" are now deprecated.
5863
5864 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
5865 command.
5866 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
5867 * stack.c (_initialize_stack): Install "set/show print
5868 raw-frame-arguments", and deprecate "set/show print raw
5869 frame-arguments".
5870 * valprint.c (_initialize_valprint): Deprecate "set/show print
5871 raw".
5872
e6ed716c
PA
58732019-06-13 Pedro Alves <palves@redhat.com>
5874
5875 * compile/compile.c (struct compile_options): New.
5876 (compile_flag_option_def, compile_command_option_defs)
5877 (make_compile_options_def_group): New.
5878 (compile_file_command): Handle options with
5879 gdb::option::process_options.
5880 (compile_file_command_completer): New function.
5881 (compile_code_command): Handle options with
5882 gdb::option::process_options.
5883 (compile_code_command_completer): New function.
5884 (_initialize_compiler): Install completers for "compile code" and
5885 "compile file". Mention available options in "compile code" and
5886 "compile code"'s help.
5887 * completer.c (advance_to_completion_word): New, factored out from
5888 ...
5889 (advance_to_expression_complete_word_point): ... this.
5890 (advance_to_filename_complete_word_point): New.
5891 * completer.h (advance_to_filename_complete_word_point): New
5892 declaration.
5893
7d8062de
PA
58942019-06-13 Pedro Alves <palves@redhat.com>
5895
5896 * compile/compile.c: Include "cli/cli-option.h".
5897 (compile_print_value): Scope data pointer is now a
5898 value_print_options pointer; adjust.
5899 (compile_print_command): Process options. Scope data pointer is
5900 now a value_print_options pointer; adjust.
5901 (_initialize_compile): Update "compile print"'s help to include
5902 supported options. Install a completer for "compile print".
5903 * cp-valprint.c (show_vtblprint, show_objectprint)
5904 (show_static_field_print): Delete.
5905 (_initialize_cp_valprint): Don't install "set print
5906 static-members", "set print vtbl", "set print object" here.
5907 * printcmd.c: Include "cli/cli-option.h" and
5908 "common/gdb_optional.h".
5909 (print_command_parse_format): Rework to fill in a
5910 value_print_options instead of a format_data.
5911 (print_value): Change parameter type from format_data pointer to
5912 value_print_options reference. Adjust.
5913 (print_command_1): Process options. Adjust to pass down a
5914 value_print_options.
5915 (print_command_completer): New.
5916 (_initialize_printcmd): Install print_command_completer as
5917 handle_brkchars completer for the "print" command. Update
5918 "print"'s help to include supported options.
5919 * valprint.c: Include "cli/cli-option.h".
5920 (show_vtblprint, show_objectprint, show_static_field_print): Moved
5921 here from cp-valprint.c.
5922 (boolean_option_def, uinteger_option_def)
5923 (value_print_option_defs, make_value_print_options_def_group):
5924 New. Use gdb::option::add_setshow_cmds_for_options to install
5925 "set print elements", "set print null-stop", "set print repeats",
5926 "set print pretty", "set print union", "set print array", "set
5927 print address", "set print symbol", "set print array-indexes".
5928 * valprint.h: Include <string> and "cli/cli-option.h".
5929 (make_value_print_options_def_group): Declare.
5930 (print_value): Change parameter type from format_data pointer to
5931 value_print_options reference.
5932 (print_command_completer): Declare.
5933
9d0faba9
PA
59342019-06-13 Pedro Alves <palves@redhat.com>
5935
5936 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
5937 (COMMON_SFILES): Add maint-test-settings.c.
5938 * cli/cli-decode.c (boolean_enums): New global, factored out from
5939 ...
5940 (add_setshow_boolean_cmd): ... here.
5941 * cli/cli-decode.h (boolean_enums): Declare.
5942 * cli/cli-option.c: New file.
5943 * cli/cli-option.h: New file.
5944 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
5945 factored out from ...
5946 (parse_cli_boolean_value(const char *)): ... this.
5947 (is_unlimited_literal): Change parameter type to pointer to
5948 pointer. Adjust and advance ARG pointer.
5949 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
5950 (parse_cli_var_enum): New, factored out from ...
5951 (do_set_command): ... this. Adjust.
5952 * cli/cli-setshow.h (parse_cli_boolean_value)
5953 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
5954 (parse_cli_var_enum): Declare.
5955 * cli/cli-utils.c: Include "cli/cli-option.h".
5956 (get_ulongest): New.
5957 * cli/cli-utils.h (get_ulongest): Declare.
5958 (check_for_argument): New overloads.
5959 * maint-test-options.c: New file.
5960
2c722807
PA
59612019-06-13 Pedro Alves <palves@redhat.com>
5962
5963 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
5964 parse a range if "-" is at the end of the string.
5965
dee7b4c8
PA
59662019-06-13 Pedro Alves <palves@redhat.com>
5967
5968 * cli/cli-setshow.c (parse_auto_binary_operation)
5969 (parse_cli_boolean_value): Don't allow "o".
5970
dca0f6c0
PA
59712019-06-13 Pedro Alves <palves@redhat.com>
5972
5973 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
5974 * NEWS: Mention maint test-settings KIND.
5975 * maint-test-settings.c: New file.
5976
597bf39d
PA
59772019-06-13 Pedro Alves <palves@redhat.com>
5978
5979 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
5980 completer.
5981 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
5982 "set" completers.
5983
48c410fb
PA
59842019-06-13 Pedro Alves <palves@redhat.com>
5985
5986 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
5987 after item.
5988
93bcb043
PA
59892019-06-13 Pedro Alves <palves@redhat.com>
5990
5991 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
5992
cbba3ecd
PA
59932019-06-13 Pedro Alves <palves@redhat.com>
5994
5995 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
5996 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
5997 call.
5998 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
5999 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
6000 calls.
6001 (check_for_argument): Skip spaces after argument.
6002
b9a3f842
PA
60032019-06-13 Pedro Alves <palves@redhat.com>
6004
6005 * thread.c (thread_apply_command): Adjust TID parsing.
6006 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
6007 detected before end of string.
6008 (tid_is_in_list): Error out if LIST is invalid.
6009
3844e605
PA
60102019-06-13 Pedro Alves <palves@redhat.com>
6011
6012 * completer.c (complete_line_internal_1): Rewind completion word
6013 point.
6014 (completion_tracker::advance_custom_word_point_by): Change
6015 parameter type to int.
6016 * completer.h (completion_tracker::advance_custom_word_point_by):
6017 Likewise.
6018
00b56dbe
PA
60192019-06-13 Pedro Alves <palves@redhat.com>
6020
6021 * completer.c (advance_to_completion_word): Handle delimiters.
6022
d106773e
PA
60232019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
6024
6025 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
6026
08f10e02
TT
60272019-06-11 Tom Tromey <tom@tromey.com>
6028
6029 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
6030 (xmalloc_failed): Move to alloc.c.
6031 * alloc.c: New file.
6032 * Makefile.in (COMMON_SFILES): Add alloc.c.
6033
1c7fe951
TT
60342019-06-11 Tom Tromey <tom@tromey.com>
6035
6036 * nat/linux-waitpid.c: Don't include server.h.
6037 (linux_debug): Remove.
6038 (my_waitpid): Update.
6039
89549d7f
TT
60402019-06-11 Tom Tromey <tromey@adacore.com>
6041
6042 * infcall.c (_initialize_infcall): Remove trailing newline from
6043 help.
6044 * user-regs.c (_initialize_user_regs): Remove trailing newline
6045 from help.
6046 * typeprint.c (_initialize_typeprint): Remove trailing newline
6047 from help.
6048 * reverse.c (_initialize_reverse): Remove trailing newlines from
6049 help.
6050 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
6051 from help.
6052 * language.c (add_set_language_command): Remove trailing newline
6053 from help.
6054 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
6055 help.
6056 * disasm.c (_initialize_disasm): Remove trailing newline from
6057 help.
6058 * top.c (init_main): Remove trailing newline from help.
6059 * interps.c (_initialize_interpreter): Remove trailing newline
6060 from help.
6061 * btrace.c (_initialize_btrace): Remove trailing newlines from
6062 help.
6063 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
6064 from help.
6065 * python/python.c (_initialize_python): Remove trailing newline
6066 from help.
6067 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
6068 help.
6069 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
6070 from help. Reformat some text.
6071 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
6072 from help.
6073 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
6074 newline from help.
6075
86108c13
TT
60762019-06-11 Tom Tromey <tromey@adacore.com>
6077
6078 * darwin-nat.c (darwin_decode_exception_message)
6079 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
6080
a7067863
AB
60812019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
6082
6083 * valops.c (value_slice): Check for not allocated or not
6084 associated values.
6085
9ab08412
TV
60862019-06-10 Tom de Vries <tdevries@suse.de>
6087
6088 PR gdb/24618
6089 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
6090 sure an empty slot (defined by a 32-bit zero pair) is recognized as
6091 invalid.
6092
f19e22e9
TV
60932019-06-10 Tom de Vries <tdevries@suse.de>
6094
6095 PR gdb/24611
6096 * linespec.c (linespec_lexer_lex_string): Remove incorrect
6097 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
6098
e99f9db0
TV
60992019-06-10 Tom de Vries <tdevries@suse.de>
6100
6101 PR symtab/24545
6102 * symtab.c (struct demangled_name_entry): Add language field.
6103 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
6104 static minimal symbol". Set and use language field.
6105
9bf7038b
TT
61062019-06-10 Tom Tromey <tromey@adacore.com>
6107
6108 * ada-lang.c (_initialize_ada_language): Update help text.
6109
422186a9
TT
61102019-06-10 Tom Tromey <tromey@adacore.com>
6111
6112 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
6113 with a newline.
6114 * guile/guile.c (handle_boot_error): Don't end warning with a
6115 newline.
6116 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
6117 warning with a newline.
6118 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
6119 newline.
6120 (s12z_frame_cache): Likewise.
6121 * dwarf-index-cache.c (index_cache::store): Don't end warning with
6122 a newline.
6123 * solib-svr4.c (disable_probes_interface): Don't end warning with
6124 a newline.
6125 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
6126 newline.
6127 * python/python.c (do_finish_initialization): Don't end warning
6128 with a newline.
6129
25ce02ee
TT
61302019-06-10 Tom Tromey <tom@tromey.com>
6131
6132 * python/py-breakpoint.c (gdbpy_breakpoint_created)
6133 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
6134 gdbpy_enter.
6135
caa429d8
TT
61362019-06-10 Tom Tromey <tromey@adacore.com>
6137
6138 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
6139 data.
6140 (elf_new_init): Don't call stabsread_new_init.
6141 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
6142 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
6143 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
6144
81873cc8
TV
61452019-06-10 Tom de Vries <tdevries@suse.de>
6146
6147 PR symtab/16264
6148 PR symtab/24517
6149 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
6150
4fa0265e
РИ
61512019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
6152
6153 * source.c (find_and_open_source): Also rewrite relative file
6154 names.
6155
1a3da2cd
AB
61562019-04-26 Amos Bird <amosbird@gmail.com>
6157
6158 * annotate.c (annotate_thread_exited): Add "thread-exited"
6159 annotation.
6160
3847a7bf
TT
61612019-06-06 Tom Tromey <tromey@adacore.com>
6162
6163 * maint.h (class scoped_command_stats): Use
6164 DISABLE_COPY_AND_ASSIGN.
6165 <print_time>: New method.
6166 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
6167 print_time.
6168 (scoped_command_stats::print_time): New method.
6169
312617a3
AB
61702019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
6171
6172 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
6173 instructions of lengths 6 or 8 bytes.
6174
b02f78f9
PA
61752019-06-04 Pedro Alves <palves@redhat.com>
6176
6177 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
6178
6179 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
6180 * breakpoint.c (condition_completer): Likewise.
6181 * cli/cli-dump.c (scan_expression): Likewise.
6182 * common/filestuff.c (mkdir_recursive): Likewise.
6183 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
6184 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
6185 (gdb_abspath): Likewise.
6186 * compile/compile-cplus-types.c
6187 (compile_cplus_instance::decl_name): Likewise.
6188 * completer.c (complete_explicit_location):
6189 (signal_completer, reg_or_group_completer_1): Likewise.
6190 * cp-support.c (cp_remove_params_if_any): Likewise.
6191 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
6192 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
6193 * infcmd.c (strip_bg_char): Likewise.
6194 * linespec.c (copy_token_string): Likewise.
6195 * mi/mi-main.c (output_cores): Likewise.
6196 * psymtab.c (psymtab_search_name):
6197 * symfile.c (test_set_ext_lang_command): Likewise.
6198 * target.c (target_fileio_read_stralloc): Likewise.
6199 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
6200 * value.c (complete_internalvar): Likewise.
6201
e1f2e1a2
CB
62022019-06-04 Christian Biesinger <cbiesinger@google.com>
6203
6204 Add objfile property to gdb.Type.
d3238f7d
PA
6205 * NEWS: Mention Python API addition.
6206 * python/py-type.c (typy_get_objfile): New method.
e1f2e1a2 6207
e664d728
PW
62082019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6209
6210 * NEWS: Mention the new set|show style [title|highlight].
6211 Mention changes to "show style", "help" and "apropos".
6212
66d8c862
PW
62132019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6214
6215 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
6216 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
6217 instead of print_help_for_command.
6218 (print_doc_of_command): New function.
6219 (help_list): Add 'apropos -v word' suggestion.
6220 (print_help_for_command): Style the command name using title style.
6221 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
6222 (_initialize_cli_cmds): Describe -v in apropos_command help.
6223
9303eb2f
PW
62242019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6225
6226 * cli/cli-style.h (cli_style_option): Add name in constructor,
6227 add m_name class member, add constructor with intensity,
6228 add name class function.
6229 (cli_style_option::add_setshow_commands): Remove name argument.
6230 (highlight_style, title_style): New styles.
6231 * cli/cli-style.c (do_show): New function that shows a style
6232 characteristic styling the style name with itself.
6233 (set_style_name): New function.
6234 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
6235 Update all callers according to the changes in cli/cli-style.h.
6236 * utils.h (fputs_highlighted): New function.
6237 * utils.c (fputs_highlighted): Likewise.
6238
e2c52041
PW
62392019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6240
6241 * NEWS: Mention new pipe command and new convenience variables.
6242
947d3946
PW
62432019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6244
6245 * cli/cli-cmds.c (pipe_command): New function.
6246 (_initialize_cli_cmds): Call add_com for pipe_command.
6247 Define | as an alias for pipe.
6248 (exit_status_set_internal_vars): New function.
6249 (shell_escape): Call exit_status_set_internal_vars.
6250 cli/cli-decode.c (find_command_name_length): Recognize | as
6251 a single character command.
6252
b8fd0918
PW
62532019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6254
6255 * gdbcmd.h (execute_command_to_ui_file): New declaration.
6256 top.c (execute_command_to_ui_file): New function, mostly a copy
6257 of execute_command_to_string.
6258 (execute_command_to_string): Implement by calling
6259 execute_command_to_ui_file.
6260
68bb5386
PW
62612019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6262
6263 * top.h (saved_command_line): Remove declaration.
6264 * top.c (previous_saved_command_line, previous_repeat_arguments):
6265 New variables.
6266 (saved_command_line): Make static, define together with other
6267 'repeat variables'.
6268 (dont_repeat): Clear repeat_arguments.
6269 (repeat_previous, get_saved_command_line, save_command_line):
6270 New functions.
6271 (gdb_init): Initialize saved_command_line
6272 and previous_saved_command_line.
6273 * main.c (captured_main_1): Remove saved_command_line initialization.
6274 * event-top.c (handle_line_of_input): Update to use
6275 the new 'repeat' related functions instead of direct access to
6276 saved_command_line.
6277 * command.h (repeat_previous, get_saved_command_line,
6278 save_command_line): New declarations.
6279 (dont_repeat): Add comment.
6280
bfcdb852
TT
62812019-05-30 Tom Tromey <tromey@adacore.com>
6282
6283 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
6284 Fix comment.
6285 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
6286
0ef209f2
JV
62872019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
6288
6289 PR cli/24587
6290 * completer.c (complete): Initialize variable word.
6291
955b06fa
SDJ
62922019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
6293
6294 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
6295 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
6296 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
6297 'body' is NULL to the outter 'if', protecting the '!is_define'
6298 situation as well.
6299
fa9c3fa0
TT
63002019-05-29 Tom Tromey <tromey@adacore.com>
6301
6302 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
6303 (dwarf_unknown): New function.
6304 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
6305 (dwarf_type_encoding_name): Use dwarf_unknown.
6306
4330d61d
TT
63072019-05-29 Tom Tromey <tromey@adacore.com>
6308
6309 PR c++/20020:
6310 * cp-valprint.c (cp_print_value_fields): Call
6311 cp_print_static_field inside "try".
6312
33a6bc35
TT
63132019-05-29 Tom Tromey <tromey@adacore.com>
6314
6315 * inflow.c (struct terminal_info): Add default operator=.
6316 * configure: Rebuild.
6317 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
6318 -Wdeprecated-copy-dtor, -Wredundant-move.
6319
000439d5
TT
63202019-05-29 Tom Tromey <tromey@adacore.com>
6321
6322 * NEWS: Add entry.
6323 * infcmd.c (print_return_value_1): Handle finish_print
6324 option.
6325 (show_print_finish): New function.
6326 (_initialize_infcmd): Add "set/show print finish" commands.
6327 * valprint.c (user_print_options): Initialize new member.
6328 * valprint.h (struct value_print_options) <finish_print>: New
6329 member.
6330
c0e70c62
TT
63312019-05-28 Tom Tromey <tromey@adacore.com>
6332
6333 * ada-lang.c (ada_remove_Xbn_suffix)
6334 (find_old_style_renaming_symbol)
6335 (parse_old_style_renaming): Remove.
6336 (ada_find_renaming_symbol): Don't call
6337 find_old_style_renaming_symbol.
6338 (ada_is_renaming_symbol): Rename from
6339 ada_find_renaming_symbol. Remove "block" parameter. Return
6340 bool. Now static.
6341 (ada_read_var_value): Update and simplify.
6342 * ada-exp.y (write_var_or_type): Remove old code.
6343
766f8836
AH
63442019-05-28 Alan Hayward <alan.hayward@arm.com>
6345
6346 * event-top.c: Remove include comment.
6347 * inflow.c (class scoped_ignore_sigttou): Move from here...
6348 * inflow.h (class scoped_ignore_sigttou): ...to here.
6349 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
6350 * top.c: Remove include comment.
6351
eb41253a
TT
63522019-05-27 Tom Tromey <tom@tromey.com>
6353
6354 * NEWS: Fix typo.
6355
4ca51187
TT
63562019-05-22 Tom Tromey <tromey@adacore.com>
6357
6358 * target.c (target_follow_exec): Constify parameter.
6359 * target-delegates.c: Rebuild.
6360 * remote.c (remote_target::follow_exec): Constify parameter.
6361 * infrun.c (follow_exec): Constify parameter.
6362 * target.h (struct target_ops) <follow_exec>: Constify parameter.
6363 (target_follow_exec): Likewise.
6364
8fca4da0
AH
63652019-05-22 Alan Hayward <alan.hayward@arm.com>
6366
6367 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
6368 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
6369
b7060614
AH
63702019-05-22 Alan Hayward <alan.hayward@arm.com>
6371
6372 * NEWS: Add debugredirect and testsuite sections.
6373
0a5954bd
SC
63742019-05-22 Simon Cook <simon.cook@embecosm.com>
6375
6376 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
6377 target descriptions using exclusively floating point register name
6378 aliases.
6379
dc42e902
AB
63802019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6381
6382 PR gdb/18644:
6383 * f-lang.c (build_fortran_types): Handle the case where
6384 gdbarch_floatformat_for_type returns a nullptr.
6385
fb7806c7
TV
63862019-05-21 Tom de Vries <tdevries@suse.de>
6387
6388 PR cli/24587
6389 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
6390
34d11c68
AB
63912019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
6392
6393 PR gdb/18644:
6394 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
6395 16-byte floats.
6396 * i386-tdep.c (i386_floatformat_for_type): Use
6397 floatformats_ia64_quad for the 16-byte floating point component
6398 within a fortran 32-byte complex number.
6399
122cf0f2
AB
64002019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
6401
6402 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
6403 delete default constructor.
6404 (find_partial_die): Update to return const struct.
6405 (partial_die_parent_scope): Move variable declaration into scope
6406 of its use and change its type to auto.
6407 (guess_partial_die_structure_name): Likewise.
6408 (partial_die_info::fixup): Likewise.
6409
33d0e35a
TT
64102019-05-17 Tom Tromey <tromey@adacore.com>
6411
6412 * source.c (find_and_open_source): Remove cast.
6413
a45575b0
TT
64142019-05-17 Tom Tromey <tromey@adacore.com>
6415
6416 * annotate.c (annotate_source): Make "filename" const.
6417 * annotate.h (annotate_source): Use const.
6418
81f47ac2
AH
64192019-05-17 Alan Hayward <alan.hayward@arm.com>
6420
6421 * disasm.c (set_disassembler_options): Send errors to stderr.
6422
ca1285d1
AH
64232019-05-17 Alan Hayward <alan.hayward@arm.com>
6424
6425 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
6426 (cli_interp_base::set_logging): Check debug_redirect.
6427 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
6428 * cli/cli-logging.c (debug_redirect): Add static variable.
6429 (pop_output_files): Add default param.
6430 (handle_redirections): Print debug setting.
6431 (show_logging_command): Likewise.
6432 (_initialize_cli_logging): Add debugredirect command.
6433 * interps.c (current_interp_set_logging): Add debug_redirect
6434 parameter.
6435 * interps.h (set_logging): Add debug_redirect parameter.
6436 (current_interp_set_logging): Likewise.
6437 * mi/mi-common.h: Likewise.
6438 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
6439
64402019-05-17 Alan Hayward <alan.hayward@arm.com>
f3a09c80
AH
6441 Tom Tromey <tromey@adacore.com>
6442
6443 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
6444 directly.
6445 * cli/cli-interp.h (make_logging_output): Remove declaration.
6446 * cli/cli-logging.c (make_logging_output): Remove function.
6447 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
6448 directly.
6449 * ui-file.c (tee_file::tee_file): Remove bools.
6450 (tee_file::~tee_file): Remove deletes.
6451 * ui-file.h (tee_file): Remove bools.
6452
26648588
JV
64532019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
6454
6455 * mi/mi-cmds.h (mi_cmd_complete): New function.
6456 * mi/mi-main.c (mi_cmd_complete): Likewise.
6457 * mi/mi-cmds.c: Define new MI command -complete.
6458 * NEWS: Mention new -complete command.
6459
6e035501
JV
64602019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
6461
6462 * completer.h (complete): New function.
6463 * completer.c (complete): Likewise.
6464 * cli/cli-cmds.c: (complete_command): Update to use new complete()
6465 function defined in completer.h.
6466
7d0e2ece
JV
64672019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
6468
e79be6e5 6469 * MAINTAINERS (Write After Approval): Add myself.
7d0e2ece 6470
fb816e8b
TV
64712019-05-17 Tom de Vries <tdevries@suse.de>
6472
6473 PR gdb/24094
6474 * dwarf2read.c (struct cu_partial_die_info): New struct.
6475 (find_partial_die): Return cu_partial_die_info.
6476 (partial_die_parent_scope, guess_partial_die_structure_name)
6477 (partial_die_info::fixup): Handle new return type of find_partial_die.
6478
677052f2
SDJ
64792019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6480
a1726c38 6481 PR breakpoints/24541
677052f2
SDJ
6482 * stap-probe.c (stap_parse_register_operand): Make "regname" an
6483 "std::string", simplifying the algorithm.
6484
f3da9116
SDJ
64852019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6486
6487 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
6488 (stap_static_probe_ops::get_probes): Likewise.
6489
f1bb75ab
SDJ
64902019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6491
6492 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
6493 '-')" and "else if".
6494 (stap_parse_single_operand): Join checks for
6495 "gdbarch_stap_parse_special_token_p" and
6496 "gdbarch_stap_parse_special_token" in the same "if" statement.
6497 Invert check when verifying for operation on register
6498 displacement.
6499
3ca58cde
SDJ
65002019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6501
6502 * stap-probe.c (stap_get_opcode): Update comment.
6503 (stap_get_expected_argument_type): Likewise.
6504 (handle_stap_probe): Likewise.
6505
af2d9bee
SDJ
65062019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6507
6508 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
6509 return type to 'bool'. Adjust comment. Use 'bool' when
6510 appropriate.
6511 (i386_stap_parse_special_token_three_arg_disp): Likewise.
6512 * stap-probe.c (stap_parse_argument_1): Likewise.
6513 (stap_is_operator): Likewise.
6514 (stap_is_generic_prefix): Likewise.
6515 (stap_is_register_prefix): Likewise.
6516 (stap_is_register_indirection_prefix): Likewise.
6517 (stap_is_integer_prefix): Likewise.
6518 (stap_generic_check_suffix): Likewise.
6519 (stap_check_integer_suffix): Likewise.
6520 (stap_check_register_suffix): Likewise.
6521 (stap_check_register_indirection_suffix): Likewise.
6522 (stap_parse_register_operand): Likewise.
6523 (stap_parse_single_operand): Likewise.
6524 (stap_parse_argument_1): Likewise.
6525 (stap_probe::get_argument_count): Likewise.
6526 (stap_is_operator): Likewise.
6527
61c9c421
TT
65282019-05-16 Tom Tromey <tromey@adacore.com>
6529
6530 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
6531 keyword to foreach.
6532
9ddc1af1
SM
65332019-05-15 Simon Marchi <simon.marchi@efficios.com>
6534
6535 * linux-thread-db.c (try_thread_db_load_1): Change return type
6536 to bool.
6537 (try_thread_db_load): Likewise.
6538 (try_thread_db_load_from_pdir_1): Likewise.
6539 (try_thread_db_load_from_pdir): Likewise.
6540 (try_thread_db_load_from_sdir): Likewise.
6541 (try_thread_db_load_from_dir): Likewise.
6542 (thread_db_load_search): Likewise.
6543 (has_libpthread): Likewise.
6544 (thread_db_load): Likewise.
6545
7bede828
SDJ
65462019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
6547
6548 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
6549 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
6550 NULL, and complain/return if that's the case.
6551
c5358db4
JD
65522019-05-15 John Darrington <john@darrington.wattle.id.au>
6553
6554 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
6555 (advance, posn, abstract_read_memory): New functions.
6556 [struct mem_read_abstraction]: New struct.
6557 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
6558
c408a94f
TT
65592019-05-14 Tom Tromey <tromey@adacore.com>
6560
6561 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
6562 value is not lval_memory.
6563
e7bd7fba
TT
65642019-05-14 Tom Tromey <tromey@adacore.com>
6565
6566 * solib.c (info_sharedlibrary_command): Style the file name.
6567
a6d0f249
AH
65682019-05-14 Alan Hayward <alan.hayward@arm.com>
6569
6570 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
6571 (aarch64_vnv_type): Likewise.
6572 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
6573 * common/tdesc.c: Likewise.
6574 * common/tdesc.h (enum tdesc_type_kind): Likewise.
6575 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
6576 * features/aarch64-fpu.xml: Add ieee half view.
6577 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
6578 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
6579 * gdbtypes.h (struct builtin_type): Likewise.
6580 (struct objfile_type): Likewise.
6581
66b8bb74
SM
65822019-05-12 Paul Naert <paul.naert@polymtl.ca>
6583
6584 * language.c (language_sniff_from_mangled_name): Fix "langauge"
6585 typo.
6586 * location.h (string_to_event_location): Likewise.
6587
21c219fd
JB
65882019-05-11 Joel Brobecker <brobecker@adacore.com>
6589
6590 GDB 8.3 released.
6591
13674803
SM
65922019-05-10 Simon Marchi <simon.marchi@efficios.com>
6593
6594 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
6595 New variable declaration.
6596 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
6597 New variable.
6598 (print_one_breakpoint): Use ui_out::test_flags and new global
6599 variable to compute use_fixed_output.
6600 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
6601 Remove.
6602 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
6603 (mi_multi_location_breakpoint_output_fixed): Remove.
6604 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
6605 new variable.
6606 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
6607 fix_multi_location_breakpoint_output flag if version >= 3.
6608 * ui-out.h (enum ui_out_flag)
6609 <fix_multi_location_breakpoint_output>: New enumerator.
6610
a9eac7f9
SM
66112019-05-10 Simon Marchi <simon.marchi@efficios.com>
6612
6613 * contrib/cc-with-tweaks.sh: Validate dwz's work.
6614
71bed2db
TT
66152019-05-10 Tom Tromey <tromey@adacore.com>
6616
6617 * ada-lang.c (catch_ada_completer): New function.
6618 (_initialize_ada_language): Use it.
6619
24c54127
TT
66202019-05-10 Tom Tromey <tromey@adacore.com>
6621
6622 * thread.c (print_thread_info): Make "requested_threads" const.
6623 * gdbthread.h (print_thread_info): Make "requested_threads"
6624 const.
6625 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
6626 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
6627
7a102139
TT
66282019-05-08 Tom Tromey <tom@tromey.com>
6629
6630 * gdbtypes.c (objfile_type_data): Change type.
6631 (objfile_type, _initialize_gdbtypes): Update.
6632
924d79e2
TT
66332019-05-08 Tom Tromey <tom@tromey.com>
6634
6635 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
6636 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
6637 (_initialize_dwarf2_frame): Update.
6638
4c58e337
TT
66392019-05-08 Tom Tromey <tom@tromey.com>
6640
6641 * objc-lang.c (objc_objfile_data): Change type.
6642 (find_methods): Update.
6643 (_initialize_objc_lang): Remove.
6644
d772d2ab
TT
66452019-05-08 Tom Tromey <tom@tromey.com>
6646
6647 * stabsread.c (rs6000_builtin_type_data): Change type.
6648 (rs6000_builtin_type, _initialize_stabsread): Update.
6649
d11d83f4
TT
66502019-05-08 Tom Tromey <tom@tromey.com>
6651
6652 * mips-tdep.c (mips_pdr_data): Remove.
6653 (_initialize_mips_tdep): Update.
6654
9a73f0ad
TT
66552019-05-08 Tom Tromey <tom@tromey.com>
6656
6657 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
6658 (hppa_init_objfile_priv_data, read_unwind_info)
6659 (find_unwind_entry, _initialize_hppa_tdep): Update.
6660
8127a2fa
TT
66612019-05-08 Tom Tromey <tom@tromey.com>
6662
6663 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
6664 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
6665 on obstack.
6666 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
6667
91d3055d
TT
66682019-05-08 Tom Tromey <tom@tromey.com>
6669
6670 * mdebugread.c (basic_type_data): Change type.
6671 (basic_type, _initialize_mdebugread): Update.
6672
31930bd3
TT
66732019-05-08 Tom Tromey <tom@tromey.com>
6674
6675 * common/gdb_unique_ptr.h (struct noop_deleter): New.
6676
bdb3ed9e
TT
66772019-05-08 Tom Tromey <tom@tromey.com>
6678
6679 * nto-tdep.c (nto_inferior_data_reg): Change type.
6680 (nto_inferior_data): Update.
6681 (nto_inferior_data_cleanup, nto_new_inferior_data)
6682 (_initialize_nto_tdep): Remove.
6683 * nto-tdep.h (struct nto_inferior_data): Add initializers.
6684
f37b313d
TT
66852019-05-08 Tom Tromey <tom@tromey.com>
6686
6687 * ada-lang.c (struct ada_inferior_data): Add initializers.
6688 (ada_inferior_data): Change type.
6689 (ada_inferior_data_cleanup): Remove.
6690 (get_ada_inferior_data, ada_inferior_exit)
6691 (struct ada_pspace_data): Add initializers, destructor.
6692 (ada_pspace_data_handle): Change type.
6693 (get_ada_pspace_data): Update.
6694 (ada_pspace_data_cleanup): Remove.
6695
24699405
TT
66962019-05-08 Tom Tromey <tom@tromey.com>
6697
6698 * coffread.c (struct coff_symfile_info): Add initializers.
6699 (coff_objfile_data_key): Move lower. Change type.
6700 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
6701 Update.
6702 (coff_free_info): Remove.
6703
d4e05d2f
TT
67042019-05-08 Tom Tromey <tom@tromey.com>
6705
6706 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
6707 (fbsd_pspace_data_handle): Move lower. Change type.
6708 (get_fbsd_pspace_data): Update.
6709 (fbsd_pspace_data_cleanup): Remove.
6710 (_initialize_fbsd_tdep): Update.
6711
14ef6690
TT
67122019-05-08 Tom Tromey <tom@tromey.com>
6713
6714 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
6715 (get_ada_tasks_pspace_data): Update.
6716 (ada_tasks_pspace_data_cleanup): Remove.
6717 (_initialize_tasks): Update.
6718 (ada_tasks_inferior_data_handle): Change type.
6719 (get_ada_tasks_inferior_data): Update.
6720 (ada_tasks_inferior_data_cleanup): Remove.
6721 (struct ada_tasks_pspace_data): Add initializers.
6722
814cf43a
TT
67232019-05-08 Tom Tromey <tom@tromey.com>
6724
6725 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
6726 * symfile-debug.c (debug_sym_get_probes): Change type.
6727 * stap-probe.c (handle_stap_probe):
6728 (stap_static_probe_ops::get_probes): Change type.
6729 * probe.h (class static_probe_ops) <get_probes>: Change type.
6730 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
6731 (parse_probes_in_pspace): Update.
6732 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
6733 Update.
6734 (any_static_probe_ops::get_probes): Change type.
6735 * elfread.c (elfread_data): New typedef.
6736 (probe_key): Change type.
6737 (elf_get_probes): Likewise. Update.
6738 (probe_key_free): Remove.
6739 (_initialize_elfread): Update.
6740 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
6741 Change type.
6742 (dtrace_process_dof_probe, dtrace_process_dof)
6743 (dtrace_static_probe_ops::get_probe): Change type.
6744
02dc647e
TT
67452019-05-08 Tom Tromey <tom@tromey.com>
6746
6747 * xcoffread.c (struct xcoff_symfile_info): Rename from
6748 coff_symfile_info. Add initializers.
6749 (xcoff_objfile_data_key): Move lower. Change type.
6750 (XCOFF_DATA): Rewrite.
6751 (xcoff_free_info): Remove.
6752 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
6753 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
6754 (xcoff_initial_scan): Update.
6755
09232438
TT
67562019-05-08 Tom Tromey <tom@tromey.com>
6757
6758 * solib-svr4.c (struct svr4_info): Add initializers and
6759 destructor.
6760 <probes_table>: Now an htab_up.
6761 (solib_svr4_pspace_data): Change type.
6762 (free_probes_table): Simplify.
6763 (~svr4_info): Rename from svr4_pspace_data_cleanup.
6764 (get_svr4_info, probes_table_htab_remove_objfile_probes)
6765 (probes_table_remove_objfile_probes, register_solib_event_probe)
6766 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
6767 (_initialize_svr4_solib): Update.
6768
7b4a314f
TT
67692019-05-08 Tom Tromey <tom@tromey.com>
6770
6771 * remote.c (remote_pspace_data): Change type.
6772 (remote_pspace_data_cleanup): Remove.
6773 (get_remote_exec_file, set_pspace_remote_exec_file)
6774 (_initialize_remote): Update.
6775
51d3063a
TT
67762019-05-08 Tom Tromey <tom@tromey.com>
6777
6778 * breakpoint.c (breakpoint_objfile_key): Change type.
6779 (get_breakpoint_objfile_data): Update.
6780 (free_breakpoint_objfile_data): Remove.
6781 (_initialize_breakpoint): Update.
6782
89fb8848
TT
67832019-05-08 Tom Tromey <tom@tromey.com>
6784
6785 * linux-tdep.c (struct linux_info): Add initializers.
6786 (linux_inferior_data): Move. Change type.
6787 (invalidate_linux_cache_inf): Update.
6788 (linux_inferior_data_cleanup): Remove.
6789 (get_linux_inferior_data, _initialize_linux_tdep): Update.
6790
e9b89e2d
TT
67912019-05-08 Tom Tromey <tom@tromey.com>
6792
6793 * auxv.c (auxv_inferior_data): Move. Change type.
6794 (auxv_inferior_data_cleanup): Remove.
6795 (invalidate_auxv_cache_inf): Rewrite.
6796 (get_auxv_inferior_data, _initialize_auxv): Update.
6797
8c42777c
TT
67982019-05-08 Tom Tromey <tom@tromey.com>
6799
6800 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
6801 (symfile_debug_objfile_data_key): Change type.
6802 (symfile_debug_installed, debug_qf_has_symbols)
6803 (debug_qf_find_last_source_symtab)
6804 (debug_qf_forget_cached_source_info)
6805 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
6806 (debug_qf_print_stats, debug_qf_dump)
6807 (debug_qf_expand_symtabs_for_function)
6808 (debug_qf_expand_all_symtabs)
6809 (debug_qf_expand_symtabs_with_fullname)
6810 (debug_qf_map_matching_symbols)
6811 (debug_qf_expand_symtabs_matching)
6812 (debug_qf_find_pc_sect_compunit_symtab)
6813 (debug_qf_map_symbol_filenames)
6814 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
6815 (debug_sym_new_init, debug_sym_init, debug_sym_read)
6816 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
6817 (debug_sym_read_linetable, debug_sym_relocate): Update.
6818 (symfile_debug_free_objfile): Remove.
6819 (install_symfile_debug_logging, _initialize_symfile_debug):
6820 Update.
6821
5bfd760d
TT
68222019-05-08 Tom Tromey <tom@tromey.com>
6823
6824 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
6825 allocate_on_obstack.
6826 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
6827 (get_dwarf2_per_objfile): Update.
6828 (set_dwarf2_per_objfile): Remove.
6829 (dwarf2_has_info, dwarf2_get_section_info): Update.
6830 (dwarf2_free_objfile): Remove.
6831 (_initialize_dwarf2_read): Update.
6832
e85e19b4
TT
68332019-05-08 Tom Tromey <tom@tromey.com>
6834
6835 * auto-load.c (struct auto_load_pspace_info): Add destructor and
6836 initializers.
6837 <unsupported_script_warning_printed,
6838 script_not_found_warning_printed>: Now bool.
6839 (auto_load_pspace_data): Change type.
6840 (~auto_load_pspace_info): Rename from
6841 auto_load_pspace_data_cleanup.
6842 (get_auto_load_pspace_data, init_loaded_scripts_info)
6843 (clear_section_scripts, maybe_print_unsupported_script_warning)
6844 (maybe_print_script_not_found_warning, _initialize_auto_load):
6845 Update.
6846
f6aa7436
TT
68472019-05-08 Tom Tromey <tom@tromey.com>
6848
6849 * objfiles.c (objfile_pspace_info): Add destructor and
6850 initializers.
6851 (objfiles_pspace_data): Change type.
6852 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
6853 (get_objfile_pspace_data): Update.
6854 (objfiles_bfd_data): Change type.
6855 (get_objfile_bfd_data): Update.
6856 (objfile_bfd_data_free, _initialize_objfiles): Remove.
6857
6ae614f6
TT
68582019-05-08 Tom Tromey <tom@tromey.com>
6859
6860 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
6861 Change type.
6862 (get_catch_syscall_inferior_data): Update.
6863 (catch_syscall_inferior_data_cleanup): Remove.
6864 (_initialize_break_catch_syscall): Update.
6865
6509b8eb
TT
68662019-05-08 Tom Tromey <tom@tromey.com>
6867
6868 * inflow.c (struct terminal_info): Add destructor and
6869 initializers.
6870 (inflow_inferior_data): Change type.
6871 (~terminal_info): Rename from inflow_inferior_data_cleanup.
6872 (get_inflow_inferior_data, inflow_inferior_exit)
6873 (swap_terminal_info, _initialize_inflow): Update.
6874
35632941
TT
68752019-05-08 Tom Tromey <tom@tromey.com>
6876
6877 * target-dcache.c (target_dcache_cleanup): Remove.
6878 (target_dcache_aspace_key): Change type.
6879 (target_dcache_init_p, target_dcache_invalidate)
6880 (target_dcache_get, target_dcache_get_or_init)
6881 (_initialize_target_dcache): Update.
6882 * dcache.h (struct dcache_deleter): New.
6883
3017b94d
TT
68842019-05-08 Tom Tromey <tom@tromey.com>
6885
6886 * symtab.c (struct symbol_cache): Add destructor and
6887 initializers.
6888 (symbol_cache_key): Move. Change type.
6889 (make_symbol_cache, free_symbol_cache): Remove.
6890 (get_symbol_cache): Update.
6891 (symbol_cache_cleanup): Remove.
6892 (ALL_PSPACES, symbol_cache_flush)
6893 (maintenance_print_symbol_cache)
6894 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
6895 Update.
6896
a32ad8c5
TT
68972019-05-08 Tom Tromey <tom@tromey.com>
6898
6899 * symtab.c (struct main_info): Add destructor and initializers.
6900 (main_progspace_key): Move. Change type.
6901 (get_main_info): Update.
6902 (main_info_cleanup): Remove.
6903 (_initialize_symtab): Update.
6904
5f6e90a0
TT
69052019-05-08 Tom Tromey <tom@tromey.com>
6906
6907 * registry.h (DECLARE_REGISTRY): Define the _key class.
6908
1bd0c6e4
AB
69092019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6910
6911 * NEWS: Merge two 'New commands' sections.
6912
2228ef77
XR
69132019-05-08 Joel Brobecker <brobecker@adacore.com>
6914
6915 * ada-valprint.c (ada_val_print_gnat_array): Remove language
6916 parameter and use Ada language definition instead.
6917 (ada_val_print_ptr): Remove unused language parameter.
6918 (ada_val_print_num): Remove language parameter and use Ada language
6919 definition instead.
6920 (ada_val_print_enum, ada_val_print_flt): Remove unused language
6921 parameter.
6922 (ada_val_print_struct_union, ada_val_print_ref): Remove language
6923 parameter and use Ada language definition instead.
6924 (ada_val_print_1): Update all ada_val_print_xxx calls.
6925 Remove language parameter.
6926 (ada_val_print): Update ada_val_print_1 call.
6927
60fcc1c3
TT
69282019-05-08 Tom Tromey <tromey@adacore.com>
6929
6930 * remote.c (remote_hw_watchpoint_limit)
6931 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
6932 Now static.
6933
ed2b7c17
TT
69342019-05-08 Tom Tromey <tromey@adacore.com>
6935
6936 * maint.c (_initialize_maint_cmds): Move initialization code to
6937 remote.c.
6938 (watchdog, show_watchdog): Move to remote.c.
6939 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
6940 "watchdog" static.
6941 (_initialize_remote): Move initialization code from maint.c.
6942 * defs.h (watchdog): Don't declare.
6943
b0be6c91
TT
69442019-05-08 Tom Tromey <tromey@adacore.com>
6945
6946 * tui/tui-interp.c: Include main.h.
6947 * interps.c: Include main.h.
6948 * main.h (interpreter_p): Declare.
6949 * defs.h (interpreter_p): Don't declare.
6950
587ee17b
TT
69512019-05-08 Tom Tromey <tromey@adacore.com>
6952
6953 * dwarf2loc.c: Include dwarf2read.h.
6954 * defs.h (read_unsigned_leb128): Don't declare.
6955 * dwarf2read.h (read_unsigned_leb128): Declare.
6956
ca1df239
TT
69572019-05-08 Tom Tromey <tromey@adacore.com>
6958
6959 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
6960 method.
6961
99f20f08
TT
69622019-05-08 Tom Tromey <tromey@adacore.com>
6963
6964 * utils.c (fputs_maybe_filtered): Reset style after paging, even
6965 when no wrap column is set.
6966
80e55b13
TT
69672019-05-08 Tom Tromey <tromey@adacore.com>
6968
6969 * c-lang.c (c_get_string): Handle non-C-style arrays.
6970
9d3421af
TT
69712019-05-08 Tom Tromey <tromey@adacore.com>
6972
6973 * typeprint.c (print_offset_data::update): Print the bit offset,
6974 not the number of bits remaining.
6975
844333e2
TT
69762019-05-08 Tom Tromey <tromey@adacore.com>
6977
6978 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
6979 padding at end of comment.
6980
988915ee
TT
69812019-05-08 Tom Tromey <tromey@adacore.com>
6982
6983 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
6984 Compare main types.
6985
26bfd823
TT
69862019-05-06 Tom Tromey <tom@tromey.com>
6987
6988 * common/scoped_mmap.c: Include common-defs.h.
6989 * common/scoped_mmap.h: Don't include config.h.
6990
89055eaa
TT
69912019-05-04 Tom Tromey <tom@tromey.com>
6992
6993 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
6994 (struct aarch64_call_info): Add initializers.
6995 <si>: Now a std::vector.
6996 (pass_on_stack, aarch64_push_dummy_call): Update.
6997
5da01df5
TT
69982019-05-04 Simon Marchi <simon.marchi@efficios.com>
6999 Tom Tromey <tom@tromey.com>
7000
7001 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
7002 (ppc_threads): Now a std::vector. Now static.
7003 (hwdebug_find_thread_points_by_tid)
7004 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
7005 Update.
7006
fbdf05a1
TT
70072019-05-04 Tom Tromey <tom@tromey.com>
7008
7009 * arc-tdep.c (arc_tdesc_init): Return bool.
7010
06d16ec9
TT
70112019-05-04 Tom Tromey <tom@tromey.com>
7012
7013 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
7014 Use gdb_assert_not_reached.
7015
9c056022
TT
70162019-05-04 Tom Tromey <tom@tromey.com>
7017
7018 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
7019 "false".
7020
fa9c2a59
TT
70212019-05-04 Tom Tromey <tom@tromey.com>
7022
7023 * arc-tdep.c (arc_tdesc_init): Use bool.
7024
e2eb806a
TT
70252019-05-04 Tom Tromey <tom@tromey.com>
7026
7027 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
7028
6fe87677
TT
70292019-05-04 Tom Tromey <tom@tromey.com>
7030
7031 * cli/cli-cmds.c (valid_command_p): Return bool.
7032
7f008c9e
TT
70332019-05-04 Tom Tromey <tom@tromey.com>
7034
7035 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
7036 * command.h (valid_user_defined_cmd_name_p): Channge return type.
7037
b6484282
RT
70382019-05-04 Raul Tambre <raul@tambre.ee>
7039
7040 * python/lib/gdb/prompt.py (_ExtendedPrompt)
7041 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
7042 operator for comparison.
7043
af97b416
TT
70442019-05-04 Tom Tromey <tom@tromey.com>
7045
7046 * psymtab.c (psymbol_name_matches, match_partial_symbol)
7047 (lookup_partial_symbol, print_partial_symbols)
7048 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
7049 (psymbol_compare): Update.
7050 (add_psymbol_to_bcache): Clear the entire psymbol.
7051 (maintenance_check_psymtabs): Update.
7052 * psympriv.h (struct partial_symbol): Don't derive from
7053 general_symbol_info.
7054 <obj_section, unrelocated_address, address,
7055 set_unrelocated_address>: Update.
7056 <ginfo>: New member.
7057 * dwarf-index-write.c (write_psymbols, debug_names::insert)
7058 (debug_names::write_psymbols): Update.
7059
9d6d4be8
TV
70602019-05-04 Tom de Vries <tdevries@suse.de>
7061
7062 * contrib/cc-with-tweaks.sh: Support -n arg.
7063
66452beb
PW
70642019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7065
7066 * corelow.c (core_target::detach): Ensure frame cache and
7067 register caches are cleared.
7068 inferior.c (exit_inferior_1): Likewise.
7069
bde09ab7
TT
70702019-05-03 Sandra Loosemore <sandra@codesourcery.com>
7071 Tom Tromey <tom@tromey.com>
7072
7073 * dictionary.c (collate_pending_symbols_by_language): Remove
7074 "struct" from foreach.
7075 * symtab.c (lookup_global_symbol_from_objfile)
7076 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
7077 foreach.
7078 * ser-tcp.c (net_open): Remove "struct" from foreach.
7079 * objfiles.c (objfile_relocate, objfile_rebase)
7080 (objfile_has_symbols): Remove "struct" from foreach.
7081 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
7082 from foreach.
7083 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
7084 foreach.
7085 * darwin-nat.c (thread_info_from_private_thread_info): Remove
7086 "struct" from foreach.
7087 * ada-lang.c (create_excep_cond_exprs)
7088 (ada_exception_catchpoint_cond_string): Remove "struct" from
7089 foreach.
7090
222a8d25
TT
70912019-05-03 Tom Tromey <tromey@adacore.com>
7092
7093 * ada-exp.y (convert_char_literal): Check suffix of each
7094 enumerator.
7095
fcd60b84
DP
70962019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
7097
7098 PR ada/21406:
7099 * ada-exp.y (yywrap): Don't define.
7100 * ada-lex.l (%option): Add noyywrap
7101 (yywrap): Remove.
7102
5f2459c2
EZ
71032019-05-03 Eli Zaretskii <eliz@gnu.org>
7104
353ea2d1
EZ
7105 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
7106 _WIN32_WINNT to the XP level, unless already defined to a higher
7107 level.
7108
7109 * unittests/parse-connection-spec-selftests.c:
7110 * ser-tcp.c:
7111 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
7112 override.
7113
5f2459c2
EZ
7114 * symfile.c (find_separate_debug_file): Remove colon from the
7115 drive spec of DOS/Windows file names of the target, so that the
7116 file name produced from DEBUGDIR and the target's directory will
7117 be valid on DOS/Windows systems.
7118
80062eb9
AB
71192019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
7120
7121 * rust-lang.c (val_print_struct): Handle printing structures
7122 containing strings.
7123
b8c05e85
TT
71242019-05-02 Tom Tromey <tromey@adacore.com>
7125
7126 * valarith.c (_initialize_valarith): Remove.
7127
4504bbde
TT
71282019-05-01 Tom Tromey <tromey@adacore.com>
7129
7130 * ada-lang.c (ada_value_primitive_field): Treat more fields as
7131 bitfields.
7132
d48e62f4
TT
71332019-05-01 Tom Tromey <tromey@adacore.com>
7134
7135 * ada-lang.c (ada_value_assign): Correctly compute starting offset
7136 for big-endian copies.
7137
15f18d14
AT
71382019-04-30 Ali Tamur <tamur@google.com>
7139 * gdb/dwarf2read.c (read_3_bytes): New declaration.
7140 (read_attribute_value): Added DW_FORM_strx1-4 cases.
7141 (read_3_bytes): New function.
7142
ab4ee614
JB
71432019-04-30 Joel Brobecker <brobecker@adacore.com>
7144
7145 * windows-nat.c (main_thread_id): Delete.
7146 (handle_output_debug_string): Replace main_thread_id by
7147 current_event.dwThreadId.
7148 (fake_create_process): Likewise.
7149 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
7150 Do not set main_thread_id.
7151 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
7152 current_event.dwThreadId.
7153 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
7154
8ed5b76e
JB
71552019-04-30 Joel Brobecker <brobecker@adacore.com>
7156
7157 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
7158 Use current_event.dwThreadId instead of main_thread_id.
7159
2ff0a947
TT
71602019-04-30 Tom Tromey <tromey@adacore.com>
7161
7162 * ada-lang.c (ada_lookup_simple_minsyms): New function.
7163 (create_excep_cond_exprs): Iterate over program spaces.
7164 (ada_exception_catchpoint_cond_string): Examine all minimal
7165 symbols for exception types.
7166
a776957c
TT
71672019-04-30 Tom Tromey <tromey@adacore.com>
7168
7169 PR c++/24470:
7170 * dwarf2read.c (process_structure_scope): Handle case where type
7171 has template parameters but no symbol was created.
7172
bc68014d
AB
71732019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7174 Chris January <chris.january@arm.com>
7175
7176 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
7177 qualifier.
7178 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
7179
f1fdc960
AB
71802019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7181
7182 * f-typeprint.c (f_print_type): Update rules for printing
7183 whitespace.
7184 (f_type_print_varspec_suffix): Likewise.
7185
bf7a4de1
AB
71862019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7187 Chris January <chris.january@arm.com>
7188
7189 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
7190 function arguments.
7191
bbe75b9d
AB
71922019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7193
7194 * f-lang.c (build_fortran_types): Change name of void type to
7195 lower case.
7196 * f-typeprint.c (f_type_print_base): Print the name of the void
7197 type, rather than a fixed string.
7198 * f-valprint.c (f_decorations): Use lower case void string.
7199
1db455a7
AB
72002019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7201 Chris January <chris.january@arm.com>
7202
7203 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
7204 types for Fortran.
7205
b6d03bb2
AB
72062019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7207 Chris January <chris.january@arm.com>
7208 David Lecomber <david.lecomber@arm.com>
7209
7210 * f-exp.y (BINOP_INTRINSIC): New token.
7211 (exp): New parser rule handling BINOP_INTRINSIC.
7212 (f77_keywords): Add new builtin procedures.
7213 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
7214 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
7215 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
7216 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
7217 (print_unop_subexp_f): New function.
7218 (print_binop_subexp_f): New function.
7219 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
7220 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
7221 (dump_subexp_body_f): Likewise.
7222 (operator_check_f): Likewise.
7223 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
7224 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
7225
83228e93
AB
72262019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7227
7228 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
7229 UNOP_KIND.
7230 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
7231 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
7232 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
7233 (operator_length_f): New fuction.
7234 (print_subexp_f): New function.
7235 (op_name_f): New function.
7236 (dump_subexp_body_f): New function.
7237 (operator_check_f): New function.
7238 (exp_descriptor_f): Replace standard expression handling functions
7239 with new functions.
7240 * gdb/fortran-operator.def: New file.
7241 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
7242 * gdb/std-operator.def: Remove UNOP_KIND.
7243
6fdcd7cc
AB
72442019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7245
7246 * std-operator.def: Remove unbalanced, stray double quote
7247 character.
7248
2e62ab40
AB
72492019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7250 Chris January <chris.january@arm.com>
7251 Daniel Everett <daniel.everett@arm.com>
7252 Nick Forrington <nick.forrington@arm.com>
7253 Richard Bunt <richard.bunt@arm.com>
7254
7255 * cp-valprint.c (cp_print_value_fields): Allow an additional level
7256 of depth when printing anonymous structs or unions.
7257 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
7258 Don't print either the top-level value, or the children if the
7259 max-depth is exceeded.
7260 (ppscm_print_children): When printing the key of a map, allow one
7261 extra level of depth.
7262 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
7263 print either the top-level value, or the children if the max-depth
7264 is exceeded.
7265 (print_children): When printing the key of a map, allow one extra
7266 level of depth.
7267 * python/py-value.c (valpy_format_string): Add max_depth keyword.
7268 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
7269 (user_print_options): Initialise max_depth field.
7270 (val_print_scalar_or_string_type_p): New function.
7271 (val_print): Check to see if the max depth has been reached.
7272 (val_print_check_max_depth): Define new function.
7273 (show_print_max_depth): New function.
7274 (_initialize_valprint): Add 'print max-depth' option.
7275 * valprint.h (struct value_print_options) <max_depth>: New field.
7276 (val_print_check_max_depth): Declare new function.
7277 * NEWS: Document new feature.
7278
4be290b2
AB
72792019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7280
7281 * ada-lang.c (ada_language_defn): Initialise new field.
7282 * c-lang.c (c_is_string_type_p): New function.
7283 (c_language_defn): Initialise new field.
7284 (cplus_language_defn): Initialise new field.
7285 (asm_language_defn): Initialise new field.
7286 (minimal_language_defn): Initialise new field.
7287 * c-lang.h (c_is_string_type_p): Declare new function.
7288 * d-lang.c (d_language_defn): Initialise new field.
7289 * f-lang.c (f_is_string_type_p): New function.
7290 (f_language_defn): Initialise new field.
7291 * go-lang.c (go_is_string_type_p): New function.
7292 (go_language_defn): Initialise new field.
7293 * language.c (default_is_string_type_p): New function.
7294 (unknown_language_defn): Initialise new field.
7295 (auto_language_defn): Initialise new field.
7296 * language.h (struct language_defn) <la_is_string_type_p>: New
7297 member variable.
7298 (default_is_string_type_p): Declare new function.
7299 * m2-lang.c (m2_language_defn): Initialise new field.
7300 * objc-lang.c (objc_language_defn): Initialise new field.
7301 * opencl-lang.c (opencl_language_defn): Initialise new field.
7302 * p-lang.c (pascal_is_string_type_p): New function.
7303 (pascal_language_defn): Initialise new field.
7304 * rust-lang.c (rust_is_string_type_p): New function.
7305 (rust_language_defn): Initialise new field.
7306
721b08c6
AB
73072019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7308
7309 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
7310 New field.
7311 * ada-lang.c (ada_language_defn): Initialise new field.
7312 * c-lang.c (c_language_defn): Likewise.
7313 (cplus_language_defn): Likewise.
7314 (asm_language_defn): Likewise.
7315 (minimal_language_defn): Likewise.
7316 * d-lang.c (d_language_defn): Likewise.
7317 * f-lang.c (f_language_defn): Likewise.
7318 * go-lang.c (go_language_defn): Likewise.
7319 * language.c (unknown_language_defn): Likewise.
7320 (auto_language_defn): Likewise.
7321 * m2-lang.c (m2_language_defn): Likewise.
7322 * objc-lang.c (objc_language_defn): Likewise.
7323 * opencl-lang.c (opencl_language_defn): Likewise.
7324 * p-lang.c (pascal_language_defn): Likewise.
7325 * rust-lang.c (rust_language_defn): Likewise.
7326
fc913e53
AB
73272019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7328
7329 * ada-lang.c (ada_is_character_type): Change return type to bool.
7330 (ada_is_string_type): Likewise.
7331 * ada-lang.h (ada_is_character_type): Update declaration
7332 (ada_is_string_type): Likewise.
7333
fa731fa0
PW
73342019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7335
7336 Support style in 'frame|thread apply'
7337
7338 * gdbcmd.h (execute_command_to_string): New term_out parameter.
7339 * record.c (record_start, record_stop): Update callers of
7340 execute_command_to_string with false.
7341 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
7342 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
7343 methods.
7344 (class string_file): New constructor with term_out parameter.
7345 Override methods term_out and can_emit_style_escape. New member
7346 term_out.
7347 (class stdio_file): Override can_emit_style_escape.
7348 (class tee_file): Override term_out and can_emit_style_escape.
7349 * utils.h (can_emit_style_escape): Remove.
7350 * utils.c (can_emit_style_escape): Likewise.
7351 Update all callers of can_emit_style_escape (SOMESTREAM) to
7352 SOMESTREAM->can_emit_style_escape.
7353 * source-cache.c (source_cache::get_source_lines): Likewise.
7354 * stack.c (frame_apply_command_count): Call execute_command_to_string
7355 passing the term_out characteristic of the current gdb_stdout.
7356 * thread.c (thr_try_catch_cmd): Likewise.
7357 * top.c (execute_command_to_string): pass term_out parameter
7358 to construct the string_file for the command output.
7359 * ui-file.c (term_cli_styling): New function (most code moved
7360 from utils.c can_emit_style_escape).
7361 (string_file::string_file, string_file::can_emit_style_escape,
7362 stdio_file::can_emit_style_escape, tee_file::term_out,
7363 tee_file::can_emit_style_escape): New functions.
7364
136afab8
PW
73652019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7366
7367 * NEWS: Mention the new set|show may-call-functions.
7368 * infcall.c (may_call_functions_p): New variable.
7369 (show_may_call_functions_p): New function.
7370 (call_function_by_hand_dummy): Throws an error if not
7371 may-call-functions.
7372 (_initialize_infcall): Call add_setshow_boolean_cmd for
7373 may-call-functions.
7374
725cbb63
KS
73752019-04-25 Keith Seitz <keiths@redhat.com>
7376
7377 PR c++/24367
7378 * cp-support.c (inspect_type): Don't attempt substitutions
7379 of symbol with the same name.
7380
3d1cbb78
TT
73812019-04-25 Tom Tromey <tromey@adacore.com>
7382
7383 PR gdb/24475:
7384 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
7385 static.
7386
94aeb44b
TT
73872019-04-25 Tom Tromey <tromey@adacore.com>
7388
7389 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
7390 rvalue reference.
7391 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
7392 (gdb_xml_parser::parse): Use std::move.
7393 * python/python-internal.h (gdbpy_convert_exception): Take a const
7394 reference.
7395 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
7396 std::move.
7397 * python/py-utils.c (gdbpy_convert_exception): Take a const
7398 reference.
7399 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
7400 Use std::move.
7401 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
7402 Use std::move.
7403 * mi/mi-main.c (mi_print_exception): Take a const reference.
7404 * main.c (handle_command_errors): Take a const reference.
7405 * linespec.c (parse_linespec): Use std::move.
7406 * infcall.c (run_inferior_call): Use std::move.
7407 (call_function_by_hand_dummy): Use std::move.
7408 * exec.c (try_open_exec_file): Use std::move.
7409 * exceptions.h (exception_print, exception_fprintf)
7410 (exception_print_same): Update.
7411 * exceptions.c (print_exception, exception_print)
7412 (exception_fprintf, exception_print_same): Change parameters to
7413 const reference.
7414 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
7415 * common/new-op.c: Use std::move.
7416 * common/common-exceptions.h (struct gdb_exception): Add move
7417 constructor.
7418 (struct gdb_exception_error, struct gdb_exception_quit, struct
7419 gdb_quit_bad_alloc): Change constructor to move constructor.
7420 (throw_exception): Change parameter to rvalue reference.
7421 * common/common-exceptions.c (throw_exception): Take rvalue
7422 reference.
7423 * cli/cli-interp.c (safe_execute_command): Use std::move.
7424 * breakpoint.c (insert_bp_location, location_to_sals): Use
7425 std::move.
7426
680d7fd5
TT
74272019-04-25 Tom Tromey <tromey@adacore.com>
7428
7429 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
7430 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
7431 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
7432 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
7433 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
7434 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
7435 guile/scm-value.c: Use unpack.
7436 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
7437 gdbscm_gdb_exception.
7438 (gdbscm_throw_gdb_exception): Likewise.
7439 (struct gdbscm_gdb_exception): New.
7440 (unpack): New function.
7441 (gdbscm_wrap): Use unpack.
7442
c6fdd8b2
TT
74432019-04-25 Tom Tromey <tromey@adacore.com>
7444
7445 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
7446 (gdb_rl_callback_handler): Use std::move.
7447 * common/common-exceptions.h (struct gdb_exception): Add move
7448 assignment operator.
7449 (throw_exception_sjlj): Change "exception" to const reference.
7450 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
7451 (throw_exception_sjlj): Change "exception" to const reference.
7452
cc06b668
TT
74532019-04-25 Tom Tromey <tromey@adacore.com>
7454
7455 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
7456 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
7457 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
7458 Update.
7459 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
7460 Update.
7461 * mi/mi-interp.c (mi_interp::exec): Update.
7462 * linespec.c (parse_linespec): Update.
7463 * infcall.c (run_inferior_call): Update.
7464 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
7465 * guile/scm-symbol.c (gdbscm_lookup_symbol)
7466 (gdbscm_lookup_global_symbol): Update.
7467 * guile/scm-param.c (gdbscm_parameter_value): Update.
7468 * guile/scm-frame.c (gdbscm_frame_read_register)
7469 (gdbscm_frame_read_var): Update.
7470 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
7471 * exec.c (try_open_exec_file): Update.
7472 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
7473 (gdb_rl_callback_handler): Update.
7474 * common/common-exceptions.h (exception_none): Don't declare.
7475 * common/common-exceptions.c (exception_none): Don't define.
7476 (struct catcher) <exception>: Update.
7477 * cli/cli-interp.c (safe_execute_command): Update.
7478 * breakpoint.c (insert_bp_location, location_to_sals): Update.
7479
cf532bd1
AT
74802019-04-25 Ali Tamur <tamur@google.com>
7481
7482 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
7483 (read_attribute_value): Likewise.
7484 (dwarf2_read_addr_index): Update comment.
7485 (read_str_index): Add DW_FORM_strx.
7486 (dwarf2_string_attr): Likewise.
7487 (dwarf2_const_value_attr): Likewise.
7488 (dump_die_shallow): Likewise.
7489 (dwarf2_fetch_constant_bytes): Likewise.
7490 (skip_form_bytes): Likewise.
7491 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
7492
82433e3e
SDJ
74932019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7494
7495 PR corefiles/11608
7496 PR corefiles/18187
7497 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
7498 OFFSET. Verify if current mapping contains an ELF header.
7499 (linux_find_memory_regions_full): Adjust call to
7500 dump_mapping_p.
7501
723adb65
SL
75022019-04-25 Sandra Loosemore <sandra@codesourcery.com>
7503 Kang Li <kanglictf@gmail.com>
7504
7505 PR gdb/21600
7506
7507 * dwarf2-frame.c (read_initial_length): Be consistent about using
7508 unsigned representation of length.
7509 (decode_frame_entry_1): Likewise. Check for wraparound of
7510 end pointer as well as buffer overflow.
7511
596179f7
SDJ
75122019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
7513
7514 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
7515 "vq".
7516
a59240a4
TT
75172019-04-24 Tom Tromey <tromey@adacore.com>
7518
7519 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
7520
f872fdbb
AB
75212019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7522
7523 * s12z-tdep.c (s12z_unwind_pc): Delete.
7524 (s12z_unwind_sp): Delete.
7525 (s12z_gdbarch_init): Don't register deleted functions with
7526 gdbarch.
7527
b614e6f3
AB
75282019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7529
7530 * rl78-tdep.c (rl78_unwind_sp): Delete.
7531 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
7532
14faed38
AB
75332019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7534
7535 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
7536 (xstormy16_unwind_pc): Delete.
7537 (xstormy16_dummy_id): Delete.
7538 (xstormy16_gdbarch_init): Don't register deleted functions with
7539 gdbarch.
7540
541aad8a
AB
75412019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7542
7543 * vax-tdep.c (vax_unwind_pc): Delete.
7544 (vax_gdbarch_init): Don't register deleted function with gdbarch.
7545
29222070
AB
75462019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7547
7548 * v850-tdep.c (v850_unwind_sp): Delete.
7549 (v850_unwind_pc): Delete.
7550 (v850_dummy_id): Delete.
7551 (v850_gdbarch_init): Don't register deleted functions with
7552 gdbarch.
7553
0f534d76
AB
75542019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7555
7556 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
7557 (tilegx_unwind_pc): Delete.
7558 (tilegx_unwind_dummy_id): Delete.
7559 (tilegx_gdbarch_init): Don't register deleted functions with
7560 gdbarch.
7561
1ba7b7f9
AB
75622019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7563
7564 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
7565 (tic6x_dummy_id): Delete.
7566 (tic6x_gdbarch_init): Don't register deleted functions with
7567 gdbarch.
7568
d31f262c
AB
75692019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7570
7571 * sparc-tdep.c (sparc_unwind_pc): Delete.
7572 (sparc32_gdbarch_init): Don't register deleted function with
7573 gdbarch.
7574
6d14d64d
AB
75752019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7576
7577 * sh-tdep.c (sh_unwind_sp): Delete.
7578 (sh_unwind_pc): Delete.
7579 (sh_dummy_id): Delete.
7580 (sh_gdbarch_init): Don't register deleted functions with
7581 gdbarch.
7582
a40dde9d
AB
75832019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7584
7585 * score-tdep.c (score_unwind_sp): Delete.
7586 (score_unwind_pc): Delete.
7587 (score_dummy_id): Delete.
7588 (score_gdbarch_init): Don't register deleted functions with
7589 gdbarch.
7590
47c47d69
AB
75912019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7592
7593 * rx-tdep.c (rx_unwind_pc): Delete.
7594 (rx_unwind_sp): Delete.
7595 (rx_dummy_id): Delete.
7596 (rx_gdbarch_init): Don't register deleted functions with
7597 gdbarch. Update comment.
7598
833a4480
AB
75992019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7600
7601 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
7602 (rs6000_dummy_id): Delete.
7603 (rs6000_gdbarch_init): Don't register deleted functions with
7604 gdbarch.
7605
3f2cef49
AB
76062019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7607
7608 * or1k-tdep.c (or1k_dummy_id): Delete.
7609 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
7610
96acf884
AB
76112019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7612
7613 * nios2-tdep.c (nios2_dummy_id): Delete.
7614 (nios2_unwind_sp): Delete.
7615 (nios2_gdbarch_init): Don't register deleted functions with
7616 gdbarch.
7617
ca0ab0aa
AB
76182019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7619
7620 * nds32-tdep.c (nds32_dummy_id): Delete.
7621 (nds32_unwind_pc): Delete.
7622 (nds32_unwind_sp): Delete.
7623 (nds32_gdbarch_init): Don't register deleted functions with
7624 gdbarch.
7625
c8259044
AB
76262019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7627
7628 * msp430-tdep.c (msp430_unwind_pc): Delete.
7629 (msp430_unwind_sp): Delete.
7630 (msp430_dummy_id): Delete.
7631 (msp430_gdbarch_init): Don't register deleted functions with
7632 gdbarch.
7633
27f113c8
AB
76342019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7635
7636 * moxie-tdep.c (moxie_unwind_sp): Delete.
7637 (moxie_unwind_pc): Delete.
7638 (moxie_dummy_id): Delete.
7639 (moxie_gdbarch_init): Don't register deleted functions with
7640 gdbarch.
7641
aee6c3cd
AB
76422019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7643
7644 * mn10300-tdep.c (mn10300_dummy_id): Delete.
7645 (mn10300_unwind_pc): Delete.
7646 (mn10300_unwind_sp): Delete.
7647 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
7648 mn10300_unwind_sp.
7649 (mn10300_frame_unwind_init): Don't register deleted functions with
7650 gdbarch.
7651
8e2b5aea
AB
76522019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7653
7654 * mep-tdep.c (mep_unwind_pc): Delete.
7655 (mep_unwind_sp): Delete.
7656 (mep_dummy_id): Delete.
7657 (mep_gdbarch_init): Don't register deleted functions with
7658 gdbarch.
7659
43cf3ede
AB
76602019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7661
7662 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
7663 (m68hc11_unwind_sp): Delete.
7664 (m68hc11_gdbarch_init): Don't register deleted functions with
7665 gdbarch.
7666
5e79b7bb
AB
76672019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7668
7669 * m32r-tdep.c (m32r_unwind_sp): Delete.
7670 (m32r_unwind_pc): Delete.
7671 (m32r_dummy_id): Delete.
7672 (m32r_gdbarch_init): Don't register deleted functions with
7673 gdbarch.
7674
89b268d8
AB
76752019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7676
7677 * m32c-tdep.c (m32c_unwind_pc): Delete.
7678 (m32c_unwind_sp): Delete.
7679 (m32c_dummy_id): Delete.
7680 (m32c_gdbarch_init): Don't register deleted functions with
7681 gdbarch.
7682
946c28d2
AB
76832019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7684
7685 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
7686 (lm32_unwind_pc): Delete.
7687 (lm32_dummy_id): Delete.
7688 (lm32_gdbarch_init): Don't register deleted functions with
7689 gdbarch.
7690
bf12844a
AB
76912019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7692
7693 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
7694 (iq2000_unwind_pc): Delete.
7695 (iq2000_dummy_id): Delete.
7696 (iq2000_gdbarch_init): Don't register deleted functions with
7697 gdbarch.
7698
ecbc06d2
AB
76992019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7700
7701 * nds32-tdep.c (nds32_type_align): Delete.
7702 (nds32_push_dummy_call): Use type_align instead.
7703
030197b4
AB
77042019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7705
7706 * arm-tdep.c (arm_type_align): Only handle vector override case.
7707 (arm_push_dummy_call): Use type_align.
7708 (arm_gdbarch_init): Register arm_type_align gdbarch function.
7709
b907456c
AB
77102019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7711
7712 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
7713 case.
7714 (pass_on_stack): Use type_align.
7715 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
7716 function.
7717
9e97ba43
TT
77182019-04-23 Tom Tromey <tromey@adacore.com>
7719
7720 * dwarf2read.c (line_header::file_name_at): Remove unused
7721 overload.
7722
6892f601
TV
77232019-04-23 Tom de Vries <tdevries@suse.de>
7724
7725 PR gdb/24438
7726 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
7727 invocation.
7728
336d760d
AT
7729
77302019-03-27 Ali Tamur <tamur@google.com>
7731
7732 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
7733 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
7734 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
7735 (dwarf_expr_context::get_addr_index): Likewise
7736 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
7737 (symbol_needs_eval_context::get_addr_index): Likewise
7738 (disassemble_dwarf_expression): Add DW_OP_addrx
7739 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
7740 (read_cutu_die_from_dwo): Update comment
7741 (skip_one_die): Add DW_FORM_addrx
7742 (read_attribute_value): Likewise
7743 (var_decode_location): Add DW_OP_addrx
7744 (dwarf2_const_value_attr): Add DW_FORM_addrx
7745 (dump_die_shallow): Likewise
7746 (dwarf2_fetch_constant_bytes): Likewise
7747 (decode_locdesc): Add DW_OP_addrx
7748 (skip_form_bytes): Add DW_FORM_addrx
7749
ad9d13f8
AT
77502019-04-22 Ali Tamur <tamur@google.com>
7751
7752 * MAINTAINERS (Write After Approval): Add self.
7753
d70cc3ba
SM
77542019-04-22 Simon Marchi <simon.marchi@efficios.com>
7755
7756 * solib-svr4.c (get_svr4_info): Add pspace parameter.
7757 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
7758 (open_symbol_file_object): Likewise.
7759 (svr4_default_sos): Add info parameter.
7760 (svr4_read_so_list): Likewise.
7761 (svr4_current_sos_direct): Adjust functions calls to pass down
7762 info.
7763 (svr4_current_sos_1): Add info parameter.
7764 (svr4_current_sos): Call get_svr4_info, pass info down to
7765 svr4_current_sos_1.
7766 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
7767 get_svr4_info.
7768 (svr4_in_dynsym_resolve_code): Pass current_program_space to
7769 get_svr4_info.
7770 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
7771 to get_svr4_info.
7772 (probes_table_remove_objfile_probes): Likewise.
7773 (register_solib_event_probe): Add info parameter.
7774 (solist_update_incremental): Pass info parameter down to
7775 svr4_read_so_list.
7776 (disable_probes_interface): Add info parameter.
7777 (svr4_handle_solib_event): Pass current_program_space to
7778 get_svr4_info. Adjust disable_probes_interface cleanup.
7779 (svr4_create_probe_breakpoints): Add info parameter, pass it
7780 down to register_solib_event_probe.
7781 (svr4_create_solib_event_breakpoints): Add info parameter,
7782 pass it down to svr4_create_probe_breakpoints.
7783 (enable_break): Pass info down to
7784 svr4_create_solib_event_breakpoints.
7785 (svr4_solib_create_inferior_hook): Pass current_program_space to
7786 get_svr4_info.
7787 (svr4_clear_solib): Likewise.
7788
7905fc35
PA
77892019-04-22 Pedro Alves <palves@redhat.com>
7790
7791 * solib-svr4.c (svr4_free_objfile_observer): New.
7792 (probe_and_action::objfile): New field.
7793 (probes_table_htab_remove_objfile_probes)
7794 (probes_table_remove_objfile_probes): New functions.
7795 (register_solib_event_probe): Add 'objfile' parameter. Store it
7796 in the new probe_and_action. Don't store the probe in 'lookup'.
7797 (svr4_create_probe_breakpoints): Pass objfile to
7798 register_solib_event_probe.
7799 (_initialize_svr4_solib): Register a free_objfile observer.
7800
fb881986
TT
78012019-04-19 Tom Tromey <tom@tromey.com>
7802
7803 * common/queue.h: Remove.
7804
8732db6c
TT
78052019-04-19 Tom Tromey <tom@tromey.com>
7806
7807 * event-loop.c: Don't include "common/queue.h".
7808
97dfbadd
TT
78092019-04-19 Tom Tromey <tom@tromey.com>
7810
7811 * remote.c (remote_target): Use delete.
7812 * remote-notif.h: Include <list>, not "common/queue.h".
7813 (notif_client_p): Remove typedef.
7814 (remote_notif_state): Add constructor, destructor, initializer.
7815 <notif_queue>: Now a std::list.
7816 (remote_notif_state_xfree): Don't declare.
7817 * remote-notif.c (remote_notif_process, handle_notification)
7818 (remote_notif_state_allocate): Update.
7819 (~remote_notif_state): Rename from remote_notif_state_xfree.
7820
cf250e36
TT
78212019-04-19 Tom Tromey <tom@tromey.com>
7822
7823 * symfile.c (reread_symbols): Update.
7824 * objfiles.c (objfile_register_static_link)
7825 (objfile_lookup_static_link): Update
7826 (~objfile) Don't delete static_links.
7827 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
7828
61f4b350
TT
78292019-04-19 Tom Tromey <tom@tromey.com>
7830
7831 * type-stack.h (struct type_stack) <insert>: Constify string.
7832 * type-stack.c (type_stack::insert): Constify string.
7833 * gdbtypes.h (lookup_template_type): Update.
7834 (address_space_name_to_int): Update.
7835 * gdbtypes.c (address_space_name_to_int): Make space_identifier
7836 const.
7837 (lookup_template_type): Make name const.
7838 * c-exp.y: Update rules.
7839 (lex_one_token, classify_name, classify_inner_name)
7840 (c_print_token): Update.
7841 * p-exp.y: Update rules.
7842 (yylex): Update.
7843 * f-exp.y: Update rules.
7844 (yylex): Update.
7845 * d-exp.y: Update rules.
7846 (lex_one_token, classify_name, classify_inner_name): Update.
7847 * parse.c (write_dollar_variable, copy_name): Return std::string.
7848 * parser-defs.h (copy_name): Change return type.
7849 * m2-exp.y: Update rules.
7850 (yylex): Update.
7851 * go-exp.y (lex_one_token): Update.
7852 Update rules.
7853 (classify_unsafe_function, classify_packaged_name)
7854 (classify_name, yylex): Update.
7855
189b8c2e
ST
78562019-04-19 Sergei Trofimovich <siarheit@google.com>
7857
7858 * configure.ac: add --enable-source-highlight switch.
7859 * configure: Regenerate.
7860 * top.c (print_gdb_version): plumb --enable-source-highlight
7861 status to "show configuration".
7862
8ecb59f8
TT
78632019-04-19 Tom Tromey <tromey@adacore.com>
7864
7865 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
7866 Check ADA_TYPE_P.
7867 (empty_record, ada_template_to_fixed_record_type_1)
7868 (template_to_static_fixed_type)
7869 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
7870 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
7871 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
7872 macros.
7873
62160ec9
TT
78742019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
7875
7876 PR symtab/24423:
7877 * source.c (print_source_lines_base): Advance "iter" when a
7878 control character is seen.
7879
f2ae8bc8
PW
78802019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7881
7882 * inferior.h (struct infcall_suspend_state_deleter):
7883 Catch exception in destructor to avoid crash.
7884
d563b953
PW
78852019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7886
7887 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
7888 close to the add_com "shell".
7889
dc34c897
TT
78902019-04-18 Tom Tromey <tromey@adacore.com>
7891
7892 * process-stratum-target.h (class process_stratum_target)
7893 <stratum>: Add "final".
7894
a12e5744
TT
78952019-04-17 Tom Tromey <tromey@adacore.com>
7896
7897 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
7898 against nullptr before use.
7899
a7e559cc
AH
79002019-04-17 Alan Hayward <alan.hayward@arm.com>
7901
7902 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
7903
c01660c6
AB
79042019-04-17 Jim Wilson <jimw@sifive.com>
7905 Andrew Burgess <andrew.burgess@embecosm.com>
7906
7907 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
7908 code read might fail, assume 4-byte breakpoint in that case.
7909
4aa866af
LS
79102019-04-15 Leszek Swirski <leszeks@google.com>
7911
7912 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
7913 rather than a hand-rolled POD check when checking for forced MEMORY
7914 classification.
7915
48574d91
AH
79162019-04-15 Alan Hayward <alan.hayward@arm.com>
7917
7918 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
7919 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
7920 function.
7921 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
7922 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
7923 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
7924 declaration.
7925
4da037ef
AH
79262019-04-15 Alan Hayward <alan.hayward@arm.com>
7927
7928 * aarch64-linux-nat.c
7929 (aarch64_linux_nat_target::thread_architecture): Add override.
7930 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
7931 each VQ.
7932
ccb8d7e8
AH
79332019-04-15 Alan Hayward <alan.hayward@arm.com>
7934
7935 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
7936
35add35e
AB
79372019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
7938
7939 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
7940 target types of size 96-bits, add some additional comments, and
7941 check that the builtin type we found was the correct size.
7942
51196bbc
EZ
79432019-04-12 Eli Zaretskii <eliz@gnu.org>
7944
7945 * utils.c (prompt_for_continue): Don't restore the styling at the
7946 end, as applied_style has the wrong value. This fixes styling in
7947 long lists of file names that are interrupted by the "Continue?"
7948 prompt.
7949
62253a61
AB
79502019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
7951
7952 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
7953 * c-lang.c (c_language_defn): Likewise.
7954 (cplus_language_defn): Likewise.
7955 (asm_language_defn): Likewise.
7956 (minimal_language_defn): Likewise.
7957 * d-lang.c (d_language_defn): Likewise.
7958 * f-lang.c (f_language_defn): Likewise.
7959 * go-lang.c (go_language_defn): Likewise.
7960 * language.c (unknown_language_defn): Likewise.
7961 (auto_language_defn): Likewise.
7962 * language.h (struct language_defn): Remove la_magic field.
7963 (LANG_MAGIC): Delete.
7964 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
7965 * objc-lang.c (objc_language_defn): Likewise.
7966 * opencl-lang.c (opencl_language_defn): Likewise.
7967 * p-lang.c (pascal_language_defn): Likewise.
7968 * rust-lang.c (rust_language_defn): Likewise.
7969
a9158a86
AB
79702019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
7971
7972 * riscv-tdep.c (riscv_type_align): New function.
7973 (riscv_type_alignment): Delete.
7974 (riscv_arg_location): Use 'type_align'.
7975 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
7976
41077b66
AB
79772019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
7978
7979 * gdbtypes.c (type_align): A struct with no non-static fields also
7980 has alignment of 1.
7981
9f0272f8
AB
79822019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
7983
7984 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
7985 component to 0.
7986 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
7987 member.
7988 (riscv_struct_info::analyse): New implementation using new
7989 analyse_inner member function.
7990 (riscv_struct_info::field_offset): New member function.
7991 (riscv_struct_info::m_offsets): New member variable.
7992 (riscv_struct_info::analyse_inner): New private member function,
7993 takes the old implementation of riscv_struct_info::analyse but
7994 extended to track field offsets.
7995 (riscv_call_arg_struct): Update the struct folding special cases
7996 to handle cases where empty C++ structs, which are non-zero
7997 length, are found.
7998 (riscv_arg_location): Initialise the length of each location, a
7999 non-zero length now indicates the location is in use.
8000 (riscv_push_dummy_call): Allow for the first location having a
8001 non-zero offset when setting up arguments.
8002 (riscv_return_value): Likewise, but for return values.
8003
02cf60c7
TT
80042019-04-11 Tom Tromey <tromey@adacore.com>
8005
8006 * utils.c (internal_vproblem): Make "msg" const.
8007
68811f8f
AH
80082019-04-11 Alan Hayward <alan.hayward@arm.com>
8009
8010 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
8011 * trad-frame.c (trad_frame_reset_saved_regs): New function.
8012 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
8013 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
8014
3f52fdbc
KB
80152019-04-10 Kevin Buettner <kevinb@redhat.com>
8016
8017 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
8018 function.
8019 (fill_gregset): Call amd64_linux_collect_native_gregset instead
8020 of amd64_collect_native_gregset.
8021 (amd64_linux_nat_target::store_registers): Likewise.
8022
e9ad22ee
TT
80232019-04-10 Tom Tromey <tom@tromey.com>
8024
8025 * symtab.c (lookup_global_symbol_from_objfile)
8026 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
8027 * objfiles.h (class separate_debug_iterator): New.
8028 (class separate_debug_range): New.
8029 (struct objfile) <separate_debug_objfiles>: New method.
8030 (objfile_separate_debug_iterate): Don't declare.
8031 * objfiles.c (separate_debug_iterator::operator++): Rename from
8032 objfile_separate_debug_iterate.
8033 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
8034 iterator.
8035 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
8036 iterator.
8037
ee371134
TT
80382019-04-10 Tom Tromey <tom@tromey.com>
8039
8040 * symfile.c (reread_symbols): Remove old comment.
8041 * objfiles.c (free_all_objfiles): Fix a typo.
8042
bf227d61
TT
80432019-04-10 Tom Tromey <tom@tromey.com>
8044
8045 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
8046 * minsyms.c (lookup_minimal_symbol): Use foreach.
8047 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
8048 (lookup_minimal_symbol_solib_trampoline): Likewise.
8049 * symfile.c (reread_symbols): Use foreach.
8050
8dc433a0
TT
80512019-04-09 Ivan Begert <ivanbegert@gmail.com>
8052 Tom Tromey <tromey@adacore.com>
8053
8054 PR rust/24414:
8055 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
8056 (rust_lex_int_test): Change "value" to be LONGEST.
8057 (rust_lex_tests): Add test for long integer literal.
8058
9ab8741a
TT
80592019-04-09 Tom Tromey <tromey@adacore.com>
8060
8061 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
8062 to bool.
8063 (extended_remote_target::attach): Update.
8064 (remote_target::remote_notice_new_inferior): Update.
8065 (remote_target::add_current_inferior_and_thread): Update.
8066 * inferior.c (exit_inferior_1): Use "false".
8067 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
8068
e242fd12
SM
80692019-04-09 Simon Marchi <simon.marchi@efficios.com>
8070
9ca1957f 8071 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
e242fd12
SM
8072 the "start" command.
8073
2b0c8b01
KB
80742019-04-08 Kevin Buettner <kevinb@redhat.com>
8075
8076 * python/py-inferior.c (infpy_thread_from_thread_handle):
8077 Adjust comments to reflect renaming of thread_from_thread_handle
8078 to thread_from_handle. Adjust keywords. Fix type error message.
8079 (inferior_object_methods): Add thread_from_handle. Retain
8080 thread_from_thread_handle, but mark it as deprecated.
8081
50a82723
KB
80822019-04-08 Kevin Buettner <kevinb@redhat.com>
8083
8084 * gdbthread.h (find_thread_by_handle): Revise declaration.
8085 * thread.c (find_thread_by_handle): Likewise. Adjust
8086 implementation too.
8087 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
8088 support for buffer objects as handles.
8089
cf63b016
KB
80902019-04-08 Kevin Buettner <kevinb@redhat.com>
8091
8092 * python/py-infthread.c (thpy_thread_handle): New function.
8093 (thread_object_methods): Register thpy_thread_handle.
8094
3d6c6204
KB
80952019-04-08 Kevin Buettner <kevinb@redhat.com>
8096
8097 * gdbthread.h (thread_to_thread_handle): Declare.
8098 * thread.c (gdbtypes.h): Include.
8099 (thread_to_thread_handle): New function.
8100
8101 * target.h (struct target_ops): Add thread_info_to_thread_handle.
8102 (target_thread_info_to_thread_handle): Declare.
8103 * target.c (target_thread_info_to_thread_handle): New function.
8104 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
8105 * target-delegates.c: Regenerate.
8106
8107 * linux-thread-db.c (class thread_db_target): Add method
8108 thread_info_to_thread_handle.
8109 (thread_db_target::thread_info_to_thread_handle): Define.
8110 * remote.c (class remote_target): Add new method
8111 thread_info_to_thread_handle.
8112 (remote_target::thread_info_to_thread_handle): Define.
8113
56be6ea8
PA
81142019-04-08 Pedro Alves <palves@redhat.com>
8115
8116 * common/common-exceptions.c (throw_exception): Don't create
8117 named object to throw; throw directly.
8118 (throw_it): Likewise. Don't initialize gdb_exception::message
8119 here, with new; pass FMT and AP to the ctor instead.
8120 * common/common-exceptions.h: Include <string>.
8121 (gdb_exception::gdb_exception(enum return_reason, enum errors,
8122 const char *, va_list)): New ctor. Use std::make_shared.
8123 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
8124 errors)): Delete.
8125 (gdb_exception_error::gdb_exception_error(enum errors, const char
8126 *, va_list)): New.
8127 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
8128 Add assertion.
8129 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
8130 errors)): Delete.
8131 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
8132 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
8133 Add assertion.
8134
eedc3f4f
TT
81352019-04-08 Tom Tromey <tom@tromey.com>
8136
8137 * valops.c (value_rtti_indirect_type): Replace throw_exception
8138 with throw.
8139 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
8140 with throw.
8141 * thread.c (thr_try_catch_cmd): Replace throw_exception with
8142 throw.
8143 * target.c (target_translate_tls_address): Replace throw_exception
8144 with throw.
8145 * stack.c (frame_apply_command_count): Replace throw_exception
8146 with throw.
8147 * solib-spu.c (append_ocl_sos): Replace throw_exception with
8148 throw.
8149 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
8150 with throw.
8151 * rs6000-tdep.c (rs6000_frame_cache)
8152 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
8153 * remote.c: Replace throw_exception with throw.
8154 * record-full.c (record_full_message, record_full_wait_1)
8155 (record_full_restore): Replace throw_exception with throw.
8156 * record-btrace.c:
8157 (get_thread_current_frame_id, record_btrace_start_replaying)
8158 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
8159 (cmd_record_btrace_start): Replace throw_exception with throw.
8160 * parse.c (parse_exp_in_context_1): Replace throw_exception with
8161 throw.
8162 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
8163 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
8164 * linespec.c:
8165 (find_linespec_symbols): Replace throw_exception with throw.
8166 * infrun.c (displaced_step_prepare, resume): Replace
8167 throw_exception with throw.
8168 * infcmd.c (post_create_inferior): Replace throw_exception with
8169 throw.
8170 * inf-loop.c (inferior_event_handler): Replace throw_exception
8171 with throw.
8172 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
8173 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
8174 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
8175 (get_prev_frame_always, get_frame_pc_if_available)
8176 (get_frame_address_in_block_if_available, get_frame_language):
8177 Replace throw_exception with throw.
8178 * frame-unwind.c (frame_unwind_try_unwinder): Replace
8179 throw_exception with throw.
8180 * eval.c (fetch_subexp_value, evaluate_var_value)
8181 (evaluate_funcall, evaluate_subexp_standard): Replace
8182 throw_exception with throw.
8183 * dwarf2loc.c (call_site_find_chain)
8184 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
8185 Replace throw_exception with throw.
8186 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
8187 with throw.
8188 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
8189 throw.
8190 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
8191 * completer.c (complete_line_internal): Replace throw_exception
8192 with throw.
8193 * compile/compile-object-run.c (compile_object_run): Replace
8194 throw_exception with throw.
8195 * cli/cli-script.c (process_next_line): Replace throw_exception
8196 with throw.
8197 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
8198 (btrace_enable, btrace_maint_update_pt_packets): Replace
8199 throw_exception with throw.
8200 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
8201 throw_exception with throw.
8202 * break-catch-throw.c (re_set_exception_catchpoint): Replace
8203 throw_exception with throw.
8204 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
8205 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
8206 * aarch64-tdep.c (aarch64_make_prologue_cache)
8207 (aarch64_make_stub_cache): Replace throw_exception with throw.
8208
26003a20
TT
82092019-04-08 Tom Tromey <tom@tromey.com>
8210
8211 * common/common-exceptions.c (throw_exception): Rename from
8212 throw_exception_cxx. Remove old copy. Make argument const.
8213 (throw_it): Create and throw exception objects directly.
8214 * common/common-exceptions.h (throw_exception): Make argument
8215 const.
8216 (struct gdb_exception_error): Add constructor.
8217 (struct gdb_exception_quit): Add constructor.
8218
d272eb37
TT
82192019-04-08 Tom Tromey <tom@tromey.com>
8220
8221 * common/common-exceptions.h (exception_rethrow): Don't declare.
8222 (TRY_SJLJ): Update comment.
8223 (TRY, CATCH, END_CATCH): Remove.
8224 * common/common-exceptions.c (exception_rethrow): Remove.
8225
230d2906
TT
82262019-04-08 Tom Tromey <tom@tromey.com>
8227
8228 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
8229 Remove.
8230 (gdb_exception_error): Rename from
8231 gdb_exception_RETURN_MASK_ERROR.
8232 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
8233 (gdb_quit_bad_alloc): Update.
8234 * aarch64-tdep.c: Update.
8235 * ada-lang.c: Update.
8236 * ada-typeprint.c: Update.
8237 * ada-valprint.c: Update.
8238 * amd64-tdep.c: Update.
8239 * arch-utils.c: Update.
8240 * break-catch-throw.c: Update.
8241 * breakpoint.c: Update.
8242 * btrace.c: Update.
8243 * c-varobj.c: Update.
8244 * cli/cli-cmds.c: Update.
8245 * cli/cli-interp.c: Update.
8246 * cli/cli-script.c: Update.
8247 * common/common-exceptions.c: Update.
8248 * common/new-op.c: Update.
8249 * common/selftest.c: Update.
8250 * compile/compile-c-symbols.c: Update.
8251 * compile/compile-cplus-symbols.c: Update.
8252 * compile/compile-object-load.c: Update.
8253 * compile/compile-object-run.c: Update.
8254 * completer.c: Update.
8255 * corelow.c: Update.
8256 * cp-abi.c: Update.
8257 * cp-support.c: Update.
8258 * cp-valprint.c: Update.
8259 * darwin-nat.c: Update.
8260 * disasm-selftests.c: Update.
8261 * dtrace-probe.c: Update.
8262 * dwarf-index-cache.c: Update.
8263 * dwarf-index-write.c: Update.
8264 * dwarf2-frame-tailcall.c: Update.
8265 * dwarf2-frame.c: Update.
8266 * dwarf2loc.c: Update.
8267 * dwarf2read.c: Update.
8268 * eval.c: Update.
8269 * event-loop.c: Update.
8270 * event-top.c: Update.
8271 * exec.c: Update.
8272 * f-valprint.c: Update.
8273 * fbsd-tdep.c: Update.
8274 * frame-unwind.c: Update.
8275 * frame.c: Update.
8276 * gdbtypes.c: Update.
8277 * gnu-v3-abi.c: Update.
8278 * guile/guile-internal.h: Update.
8279 * guile/scm-block.c: Update.
8280 * guile/scm-breakpoint.c: Update.
8281 * guile/scm-cmd.c: Update.
8282 * guile/scm-disasm.c: Update.
8283 * guile/scm-frame.c: Update.
8284 * guile/scm-lazy-string.c: Update.
8285 * guile/scm-math.c: Update.
8286 * guile/scm-param.c: Update.
8287 * guile/scm-ports.c: Update.
8288 * guile/scm-pretty-print.c: Update.
8289 * guile/scm-symbol.c: Update.
8290 * guile/scm-symtab.c: Update.
8291 * guile/scm-type.c: Update.
8292 * guile/scm-value.c: Update.
8293 * i386-linux-tdep.c: Update.
8294 * i386-tdep.c: Update.
8295 * inf-loop.c: Update.
8296 * infcall.c: Update.
8297 * infcmd.c: Update.
8298 * infrun.c: Update.
8299 * jit.c: Update.
8300 * language.c: Update.
8301 * linespec.c: Update.
8302 * linux-fork.c: Update.
8303 * linux-nat.c: Update.
8304 * linux-tdep.c: Update.
8305 * linux-thread-db.c: Update.
8306 * main.c: Update.
8307 * mi/mi-cmd-break.c: Update.
8308 * mi/mi-cmd-stack.c: Update.
8309 * mi/mi-interp.c: Update.
8310 * mi/mi-main.c: Update.
8311 * objc-lang.c: Update.
8312 * p-valprint.c: Update.
8313 * parse.c: Update.
8314 * ppc-linux-tdep.c: Update.
8315 * printcmd.c: Update.
8316 * python/py-arch.c: Update.
8317 * python/py-breakpoint.c: Update.
8318 * python/py-cmd.c: Update.
8319 * python/py-finishbreakpoint.c: Update.
8320 * python/py-frame.c: Update.
8321 * python/py-framefilter.c: Update.
8322 * python/py-gdb-readline.c: Update.
8323 * python/py-inferior.c: Update.
8324 * python/py-infthread.c: Update.
8325 * python/py-lazy-string.c: Update.
8326 * python/py-linetable.c: Update.
8327 * python/py-objfile.c: Update.
8328 * python/py-param.c: Update.
8329 * python/py-prettyprint.c: Update.
8330 * python/py-progspace.c: Update.
8331 * python/py-record-btrace.c: Update.
8332 * python/py-record.c: Update.
8333 * python/py-symbol.c: Update.
8334 * python/py-type.c: Update.
8335 * python/py-unwind.c: Update.
8336 * python/py-utils.c: Update.
8337 * python/py-value.c: Update.
8338 * python/python.c: Update.
8339 * record-btrace.c: Update.
8340 * record-full.c: Update.
8341 * remote-fileio.c: Update.
8342 * remote.c: Update.
8343 * riscv-tdep.c: Update.
8344 * rs6000-aix-tdep.c: Update.
8345 * rs6000-tdep.c: Update.
8346 * rust-exp.y: Update.
8347 * rust-lang.c: Update.
8348 * s390-tdep.c: Update.
8349 * selftest-arch.c: Update.
8350 * solib-dsbt.c: Update.
8351 * solib-frv.c: Update.
8352 * solib-spu.c: Update.
8353 * solib-svr4.c: Update.
8354 * solib.c: Update.
8355 * sparc64-linux-tdep.c: Update.
8356 * stack.c: Update.
8357 * symfile-mem.c: Update.
8358 * symmisc.c: Update.
8359 * target.c: Update.
8360 * thread.c: Update.
8361 * top.c: Update.
8362 * tracefile-tfile.c: Update.
8363 * tui/tui.c: Update.
8364 * typeprint.c: Update.
8365 * unittests/cli-utils-selftests.c: Update.
8366 * unittests/parse-connection-spec-selftests.c: Update.
8367 * valops.c: Update.
8368 * valprint.c: Update.
8369 * value.c: Update.
8370 * varobj.c: Update.
8371 * windows-nat.c: Update.
8372 * x86-linux-nat.c: Update.
8373 * xml-support.c: Update.
8374
a70b8144
TT
83752019-04-08 Tom Tromey <tom@tromey.com>
8376
8377 * xml-support.c: Use C++ exception handling.
8378 * x86-linux-nat.c: Use C++ exception handling.
8379 * windows-nat.c: Use C++ exception handling.
8380 * varobj.c: Use C++ exception handling.
8381 * value.c: Use C++ exception handling.
8382 * valprint.c: Use C++ exception handling.
8383 * valops.c: Use C++ exception handling.
8384 * unittests/parse-connection-spec-selftests.c: Use C++ exception
8385 handling.
8386 * unittests/cli-utils-selftests.c: Use C++ exception handling.
8387 * typeprint.c: Use C++ exception handling.
8388 * tui/tui.c: Use C++ exception handling.
8389 * tracefile-tfile.c: Use C++ exception handling.
8390 * top.c: Use C++ exception handling.
8391 * thread.c: Use C++ exception handling.
8392 * target.c: Use C++ exception handling.
8393 * symmisc.c: Use C++ exception handling.
8394 * symfile-mem.c: Use C++ exception handling.
8395 * stack.c: Use C++ exception handling.
8396 * sparc64-linux-tdep.c: Use C++ exception handling.
8397 * solib.c: Use C++ exception handling.
8398 * solib-svr4.c: Use C++ exception handling.
8399 * solib-spu.c: Use C++ exception handling.
8400 * solib-frv.c: Use C++ exception handling.
8401 * solib-dsbt.c: Use C++ exception handling.
8402 * selftest-arch.c: Use C++ exception handling.
8403 * s390-tdep.c: Use C++ exception handling.
8404 * rust-lang.c: Use C++ exception handling.
8405 * rust-exp.y: Use C++ exception handling.
8406 * rs6000-tdep.c: Use C++ exception handling.
8407 * rs6000-aix-tdep.c: Use C++ exception handling.
8408 * riscv-tdep.c: Use C++ exception handling.
8409 * remote.c: Use C++ exception handling.
8410 * remote-fileio.c: Use C++ exception handling.
8411 * record-full.c: Use C++ exception handling.
8412 * record-btrace.c: Use C++ exception handling.
8413 * python/python.c: Use C++ exception handling.
8414 * python/py-value.c: Use C++ exception handling.
8415 * python/py-utils.c: Use C++ exception handling.
8416 * python/py-unwind.c: Use C++ exception handling.
8417 * python/py-type.c: Use C++ exception handling.
8418 * python/py-symbol.c: Use C++ exception handling.
8419 * python/py-record.c: Use C++ exception handling.
8420 * python/py-record-btrace.c: Use C++ exception handling.
8421 * python/py-progspace.c: Use C++ exception handling.
8422 * python/py-prettyprint.c: Use C++ exception handling.
8423 * python/py-param.c: Use C++ exception handling.
8424 * python/py-objfile.c: Use C++ exception handling.
8425 * python/py-linetable.c: Use C++ exception handling.
8426 * python/py-lazy-string.c: Use C++ exception handling.
8427 * python/py-infthread.c: Use C++ exception handling.
8428 * python/py-inferior.c: Use C++ exception handling.
8429 * python/py-gdb-readline.c: Use C++ exception handling.
8430 * python/py-framefilter.c: Use C++ exception handling.
8431 * python/py-frame.c: Use C++ exception handling.
8432 * python/py-finishbreakpoint.c: Use C++ exception handling.
8433 * python/py-cmd.c: Use C++ exception handling.
8434 * python/py-breakpoint.c: Use C++ exception handling.
8435 * python/py-arch.c: Use C++ exception handling.
8436 * printcmd.c: Use C++ exception handling.
8437 * ppc-linux-tdep.c: Use C++ exception handling.
8438 * parse.c: Use C++ exception handling.
8439 * p-valprint.c: Use C++ exception handling.
8440 * objc-lang.c: Use C++ exception handling.
8441 * mi/mi-main.c: Use C++ exception handling.
8442 * mi/mi-interp.c: Use C++ exception handling.
8443 * mi/mi-cmd-stack.c: Use C++ exception handling.
8444 * mi/mi-cmd-break.c: Use C++ exception handling.
8445 * main.c: Use C++ exception handling.
8446 * linux-thread-db.c: Use C++ exception handling.
8447 * linux-tdep.c: Use C++ exception handling.
8448 * linux-nat.c: Use C++ exception handling.
8449 * linux-fork.c: Use C++ exception handling.
8450 * linespec.c: Use C++ exception handling.
8451 * language.c: Use C++ exception handling.
8452 * jit.c: Use C++ exception handling.
8453 * infrun.c: Use C++ exception handling.
8454 * infcmd.c: Use C++ exception handling.
8455 * infcall.c: Use C++ exception handling.
8456 * inf-loop.c: Use C++ exception handling.
8457 * i386-tdep.c: Use C++ exception handling.
8458 * i386-linux-tdep.c: Use C++ exception handling.
8459 * guile/scm-value.c: Use C++ exception handling.
8460 * guile/scm-type.c: Use C++ exception handling.
8461 * guile/scm-symtab.c: Use C++ exception handling.
8462 * guile/scm-symbol.c: Use C++ exception handling.
8463 * guile/scm-pretty-print.c: Use C++ exception handling.
8464 * guile/scm-ports.c: Use C++ exception handling.
8465 * guile/scm-param.c: Use C++ exception handling.
8466 * guile/scm-math.c: Use C++ exception handling.
8467 * guile/scm-lazy-string.c: Use C++ exception handling.
8468 * guile/scm-frame.c: Use C++ exception handling.
8469 * guile/scm-disasm.c: Use C++ exception handling.
8470 * guile/scm-cmd.c: Use C++ exception handling.
8471 * guile/scm-breakpoint.c: Use C++ exception handling.
8472 * guile/scm-block.c: Use C++ exception handling.
8473 * guile/guile-internal.h: Use C++ exception handling.
8474 * gnu-v3-abi.c: Use C++ exception handling.
8475 * gdbtypes.c: Use C++ exception handling.
8476 * frame.c: Use C++ exception handling.
8477 * frame-unwind.c: Use C++ exception handling.
8478 * fbsd-tdep.c: Use C++ exception handling.
8479 * f-valprint.c: Use C++ exception handling.
8480 * exec.c: Use C++ exception handling.
8481 * event-top.c: Use C++ exception handling.
8482 * event-loop.c: Use C++ exception handling.
8483 * eval.c: Use C++ exception handling.
8484 * dwarf2read.c: Use C++ exception handling.
8485 * dwarf2loc.c: Use C++ exception handling.
8486 * dwarf2-frame.c: Use C++ exception handling.
8487 * dwarf2-frame-tailcall.c: Use C++ exception handling.
8488 * dwarf-index-write.c: Use C++ exception handling.
8489 * dwarf-index-cache.c: Use C++ exception handling.
8490 * dtrace-probe.c: Use C++ exception handling.
8491 * disasm-selftests.c: Use C++ exception handling.
8492 * darwin-nat.c: Use C++ exception handling.
8493 * cp-valprint.c: Use C++ exception handling.
8494 * cp-support.c: Use C++ exception handling.
8495 * cp-abi.c: Use C++ exception handling.
8496 * corelow.c: Use C++ exception handling.
8497 * completer.c: Use C++ exception handling.
8498 * compile/compile-object-run.c: Use C++ exception handling.
8499 * compile/compile-object-load.c: Use C++ exception handling.
8500 * compile/compile-cplus-symbols.c: Use C++ exception handling.
8501 * compile/compile-c-symbols.c: Use C++ exception handling.
8502 * common/selftest.c: Use C++ exception handling.
8503 * common/new-op.c: Use C++ exception handling.
8504 * cli/cli-script.c: Use C++ exception handling.
8505 * cli/cli-interp.c: Use C++ exception handling.
8506 * cli/cli-cmds.c: Use C++ exception handling.
8507 * c-varobj.c: Use C++ exception handling.
8508 * btrace.c: Use C++ exception handling.
8509 * breakpoint.c: Use C++ exception handling.
8510 * break-catch-throw.c: Use C++ exception handling.
8511 * arch-utils.c: Use C++ exception handling.
8512 * amd64-tdep.c: Use C++ exception handling.
8513 * ada-valprint.c: Use C++ exception handling.
8514 * ada-typeprint.c: Use C++ exception handling.
8515 * ada-lang.c: Use C++ exception handling.
8516 * aarch64-tdep.c: Use C++ exception handling.
8517
3d6e9d23
TT
85182019-04-08 Tom Tromey <tom@tromey.com>
8519
8520 * xml-support.c (gdb_xml_parser::parse): Update.
8521 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
8522 * value.c (show_convenience): Update.
8523 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
8524 (test_parse_flags_qcs): Update.
8525 * thread.c (thr_try_catch_cmd): Update.
8526 * target.c (target_translate_tls_address): Update.
8527 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
8528 (info_frame_command_core, frame_apply_command_count): Update.
8529 * rust-exp.y (rust_lex_exception_test): Update.
8530 * riscv-tdep.c (riscv_print_one_register_info): Update.
8531 * remote.c (remote_target::enable_btrace): Update.
8532 * record-btrace.c (record_btrace_enable_warn): Update.
8533 * python/py-utils.c (gdbpy_convert_exception): Update.
8534 * printcmd.c (do_one_display, print_variable_and_value): Update.
8535 * mi/mi-main.c (mi_print_exception): Update.
8536 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
8537 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
8538 * linux-nat.c (linux_nat_target::attach): Update.
8539 * linux-fork.c (class scoped_switch_fork_info): Update.
8540 * infrun.c (displaced_step_prepare): Update.
8541 * infcall.c (call_function_by_hand_dummy): Update.
8542 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
8543 * gnu-v3-abi.c (print_one_vtable): Update.
8544 * frame.c (get_prev_frame_always): Update.
8545 * f-valprint.c (info_common_command_for_block): Update.
8546 * exec.c (try_open_exec_file): Update.
8547 * exceptions.c (print_exception, exception_print)
8548 (exception_fprintf, exception_print_same): Update.
8549 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
8550 * dwarf-index-cache.c (index_cache::store)
8551 (index_cache::lookup_gdb_index): Update.
8552 * darwin-nat.c (maybe_cache_shell): Update.
8553 * cp-valprint.c (cp_print_value_fields): Update.
8554 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
8555 (gcc_cplus_symbol_address): Update.
8556 * compile/compile-c-symbols.c (gcc_convert_symbol)
8557 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
8558 * common/selftest.c: Update.
8559 * common/common-exceptions.h (struct gdb_exception) <message>: Now
8560 a std::string.
8561 (exception_try_scope_entry, exception_try_scope_exit): Don't
8562 declare.
8563 (struct exception_try_scope): Remove.
8564 (TRY): Don't use exception_try_scope.
8565 (struct gdb_exception): Add constructor, operator=.
8566 <what>: New method.
8567 (struct gdb_exception_RETURN_MASK_ALL)
8568 (struct gdb_exception_RETURN_MASK_ERROR)
8569 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
8570 (struct gdb_quit_bad_alloc): Update.
8571 * common/common-exceptions.c (exception_none): Change
8572 initializer.
8573 (struct catcher) <state, exception>: Initialize inline.
8574 <prev>: Remove member.
8575 (current_catcher): Remove.
8576 (catchers): New global.
8577 (exceptions_state_mc_init): Simplify.
8578 (catcher_pop): Remove.
8579 (exceptions_state_mc, exceptions_state_mc_catch): Update.
8580 (try_scope_depth, exception_try_scope_entry)
8581 (exception_try_scope_exit): Remove.
8582 (throw_exception_sjlj): Update.
8583 (exception_messages, exception_messages_size): Remove.
8584 (throw_it): Simplify.
8585 (gdb_exception_sliced_copy): Remove.
8586 (throw_exception_cxx): Update.
8587 * cli/cli-script.c (script_from_file): Update.
8588 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
8589 Update.
8590 * ada-valprint.c (ada_val_print): Update.
8591 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
8592 (create_excep_cond_exprs): Update.
8593
c5c10118
TT
85942019-04-08 Tom Tromey <tom@tromey.com>
8595
8596 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
8597 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
8598 (TRY, CATCH, END_CATCH): Remove some definitions.
8599 * common/common-exceptions.c: Don't use GDB_XCPT.
8600 (catcher_list_size): Remove.
8601 (throw_exception, throw_it): Simplify.
8602
4de283e4
TT
86032019-04-05 Tom Tromey <tom@tromey.com>
8604
8605 Revert the header-sorting patch.
8606 * ft32-tdep.c: Revert.
8607 * frv-tdep.c: Revert.
8608 * frv-linux-tdep.c: Revert.
8609 * frame.c: Revert.
8610 * frame-unwind.c: Revert.
8611 * frame-base.c: Revert.
8612 * fork-child.c: Revert.
8613 * findvar.c: Revert.
8614 * findcmd.c: Revert.
8615 * filesystem.c: Revert.
8616 * filename-seen-cache.h: Revert.
8617 * filename-seen-cache.c: Revert.
8618 * fbsd-tdep.c: Revert.
8619 * fbsd-nat.h: Revert.
8620 * fbsd-nat.c: Revert.
8621 * f-valprint.c: Revert.
8622 * f-typeprint.c: Revert.
8623 * f-lang.c: Revert.
8624 * extension.h: Revert.
8625 * extension.c: Revert.
8626 * extension-priv.h: Revert.
8627 * expprint.c: Revert.
8628 * exec.h: Revert.
8629 * exec.c: Revert.
8630 * exceptions.c: Revert.
8631 * event-top.c: Revert.
8632 * event-loop.c: Revert.
8633 * eval.c: Revert.
8634 * elfread.c: Revert.
8635 * dwarf2read.h: Revert.
8636 * dwarf2read.c: Revert.
8637 * dwarf2loc.c: Revert.
8638 * dwarf2expr.h: Revert.
8639 * dwarf2expr.c: Revert.
8640 * dwarf2-frame.c: Revert.
8641 * dwarf2-frame-tailcall.c: Revert.
8642 * dwarf-index-write.h: Revert.
8643 * dwarf-index-write.c: Revert.
8644 * dwarf-index-common.c: Revert.
8645 * dwarf-index-cache.h: Revert.
8646 * dwarf-index-cache.c: Revert.
8647 * dummy-frame.c: Revert.
8648 * dtrace-probe.c: Revert.
8649 * disasm.h: Revert.
8650 * disasm.c: Revert.
8651 * disasm-selftests.c: Revert.
8652 * dictionary.c: Revert.
8653 * dicos-tdep.c: Revert.
8654 * demangle.c: Revert.
8655 * dcache.h: Revert.
8656 * dcache.c: Revert.
8657 * darwin-nat.h: Revert.
8658 * darwin-nat.c: Revert.
8659 * darwin-nat-info.c: Revert.
8660 * d-valprint.c: Revert.
8661 * d-namespace.c: Revert.
8662 * d-lang.c: Revert.
8663 * ctf.c: Revert.
8664 * csky-tdep.c: Revert.
8665 * csky-linux-tdep.c: Revert.
8666 * cris-tdep.c: Revert.
8667 * cris-linux-tdep.c: Revert.
8668 * cp-valprint.c: Revert.
8669 * cp-support.c: Revert.
8670 * cp-namespace.c: Revert.
8671 * cp-abi.c: Revert.
8672 * corelow.c: Revert.
8673 * corefile.c: Revert.
8674 * continuations.c: Revert.
8675 * completer.h: Revert.
8676 * completer.c: Revert.
8677 * complaints.c: Revert.
8678 * coffread.c: Revert.
8679 * coff-pe-read.c: Revert.
8680 * cli-out.h: Revert.
8681 * cli-out.c: Revert.
8682 * charset.c: Revert.
8683 * c-varobj.c: Revert.
8684 * c-valprint.c: Revert.
8685 * c-typeprint.c: Revert.
8686 * c-lang.c: Revert.
8687 * buildsym.c: Revert.
8688 * buildsym-legacy.c: Revert.
8689 * build-id.h: Revert.
8690 * build-id.c: Revert.
8691 * btrace.c: Revert.
8692 * bsd-uthread.c: Revert.
8693 * breakpoint.h: Revert.
8694 * breakpoint.c: Revert.
8695 * break-catch-throw.c: Revert.
8696 * break-catch-syscall.c: Revert.
8697 * break-catch-sig.c: Revert.
8698 * blockframe.c: Revert.
8699 * block.c: Revert.
8700 * bfin-tdep.c: Revert.
8701 * bfin-linux-tdep.c: Revert.
8702 * bfd-target.c: Revert.
8703 * bcache.c: Revert.
8704 * ax-general.c: Revert.
8705 * ax-gdb.h: Revert.
8706 * ax-gdb.c: Revert.
8707 * avr-tdep.c: Revert.
8708 * auxv.c: Revert.
8709 * auto-load.c: Revert.
8710 * arm-wince-tdep.c: Revert.
8711 * arm-tdep.c: Revert.
8712 * arm-symbian-tdep.c: Revert.
8713 * arm-pikeos-tdep.c: Revert.
8714 * arm-obsd-tdep.c: Revert.
8715 * arm-nbsd-tdep.c: Revert.
8716 * arm-nbsd-nat.c: Revert.
8717 * arm-linux-tdep.c: Revert.
8718 * arm-linux-nat.c: Revert.
8719 * arm-fbsd-tdep.c: Revert.
8720 * arm-fbsd-nat.c: Revert.
8721 * arm-bsd-tdep.c: Revert.
8722 * arch-utils.c: Revert.
8723 * arc-tdep.c: Revert.
8724 * arc-newlib-tdep.c: Revert.
8725 * annotate.h: Revert.
8726 * annotate.c: Revert.
8727 * amd64-windows-tdep.c: Revert.
8728 * amd64-windows-nat.c: Revert.
8729 * amd64-tdep.c: Revert.
8730 * amd64-sol2-tdep.c: Revert.
8731 * amd64-obsd-tdep.c: Revert.
8732 * amd64-obsd-nat.c: Revert.
8733 * amd64-nbsd-tdep.c: Revert.
8734 * amd64-nbsd-nat.c: Revert.
8735 * amd64-nat.c: Revert.
8736 * amd64-linux-tdep.c: Revert.
8737 * amd64-linux-nat.c: Revert.
8738 * amd64-fbsd-tdep.c: Revert.
8739 * amd64-fbsd-nat.c: Revert.
8740 * amd64-dicos-tdep.c: Revert.
8741 * amd64-darwin-tdep.c: Revert.
8742 * amd64-bsd-nat.c: Revert.
8743 * alpha-tdep.c: Revert.
8744 * alpha-obsd-tdep.c: Revert.
8745 * alpha-nbsd-tdep.c: Revert.
8746 * alpha-mdebug-tdep.c: Revert.
8747 * alpha-linux-tdep.c: Revert.
8748 * alpha-linux-nat.c: Revert.
8749 * alpha-bsd-tdep.c: Revert.
8750 * alpha-bsd-nat.c: Revert.
8751 * aix-thread.c: Revert.
8752 * agent.c: Revert.
8753 * addrmap.c: Revert.
8754 * ada-varobj.c: Revert.
8755 * ada-valprint.c: Revert.
8756 * ada-typeprint.c: Revert.
8757 * ada-tasks.c: Revert.
8758 * ada-lang.c: Revert.
8759 * aarch64-tdep.c: Revert.
8760 * aarch64-ravenscar-thread.c: Revert.
8761 * aarch64-newlib-tdep.c: Revert.
8762 * aarch64-linux-tdep.c: Revert.
8763 * aarch64-linux-nat.c: Revert.
8764 * aarch64-fbsd-tdep.c: Revert.
8765 * aarch64-fbsd-nat.c: Revert.
8766 * aarch32-linux-nat.c: Revert.
8767
d55e5aa6
TT
87682019-04-05 Tom Tromey <tom@tromey.com>
8769
8770 * ft32-tdep.c: Sort headers.
8771 * frv-tdep.c: Sort headers.
8772 * frv-linux-tdep.c: Sort headers.
8773 * frame.c: Sort headers.
8774 * frame-unwind.c: Sort headers.
8775 * frame-base.c: Sort headers.
8776 * fork-child.c: Sort headers.
8777 * findvar.c: Sort headers.
8778 * findcmd.c: Sort headers.
8779 * filesystem.c: Sort headers.
8780 * filename-seen-cache.h: Sort headers.
8781 * filename-seen-cache.c: Sort headers.
8782 * fbsd-tdep.c: Sort headers.
8783 * fbsd-nat.h: Sort headers.
8784 * fbsd-nat.c: Sort headers.
8785 * f-valprint.c: Sort headers.
8786 * f-typeprint.c: Sort headers.
8787 * f-lang.c: Sort headers.
8788 * extension.h: Sort headers.
8789 * extension.c: Sort headers.
8790 * extension-priv.h: Sort headers.
8791 * expprint.c: Sort headers.
8792 * exec.h: Sort headers.
8793 * exec.c: Sort headers.
8794 * exceptions.c: Sort headers.
8795 * event-top.c: Sort headers.
8796 * event-loop.c: Sort headers.
8797 * eval.c: Sort headers.
8798 * elfread.c: Sort headers.
8799 * dwarf2read.h: Sort headers.
8800 * dwarf2read.c: Sort headers.
8801 * dwarf2loc.c: Sort headers.
8802 * dwarf2expr.h: Sort headers.
8803 * dwarf2expr.c: Sort headers.
8804 * dwarf2-frame.c: Sort headers.
8805 * dwarf2-frame-tailcall.c: Sort headers.
8806 * dwarf-index-write.h: Sort headers.
8807 * dwarf-index-write.c: Sort headers.
8808 * dwarf-index-common.c: Sort headers.
8809 * dwarf-index-cache.h: Sort headers.
8810 * dwarf-index-cache.c: Sort headers.
8811 * dummy-frame.c: Sort headers.
8812 * dtrace-probe.c: Sort headers.
8813 * disasm.h: Sort headers.
8814 * disasm.c: Sort headers.
8815 * disasm-selftests.c: Sort headers.
8816 * dictionary.c: Sort headers.
8817 * dicos-tdep.c: Sort headers.
8818 * demangle.c: Sort headers.
8819 * dcache.h: Sort headers.
8820 * dcache.c: Sort headers.
8821 * darwin-nat.h: Sort headers.
8822 * darwin-nat.c: Sort headers.
8823 * darwin-nat-info.c: Sort headers.
8824 * d-valprint.c: Sort headers.
8825 * d-namespace.c: Sort headers.
8826 * d-lang.c: Sort headers.
8827 * ctf.c: Sort headers.
8828 * csky-tdep.c: Sort headers.
8829 * csky-linux-tdep.c: Sort headers.
8830 * cris-tdep.c: Sort headers.
8831 * cris-linux-tdep.c: Sort headers.
8832 * cp-valprint.c: Sort headers.
8833 * cp-support.c: Sort headers.
8834 * cp-namespace.c: Sort headers.
8835 * cp-abi.c: Sort headers.
8836 * corelow.c: Sort headers.
8837 * corefile.c: Sort headers.
8838 * continuations.c: Sort headers.
8839 * completer.h: Sort headers.
8840 * completer.c: Sort headers.
8841 * complaints.c: Sort headers.
8842 * coffread.c: Sort headers.
8843 * coff-pe-read.c: Sort headers.
8844 * cli-out.h: Sort headers.
8845 * cli-out.c: Sort headers.
8846 * charset.c: Sort headers.
8847 * c-varobj.c: Sort headers.
8848 * c-valprint.c: Sort headers.
8849 * c-typeprint.c: Sort headers.
8850 * c-lang.c: Sort headers.
8851 * buildsym.c: Sort headers.
8852 * buildsym-legacy.c: Sort headers.
8853 * build-id.h: Sort headers.
8854 * build-id.c: Sort headers.
8855 * btrace.c: Sort headers.
8856 * bsd-uthread.c: Sort headers.
8857 * breakpoint.h: Sort headers.
8858 * breakpoint.c: Sort headers.
8859 * break-catch-throw.c: Sort headers.
8860 * break-catch-syscall.c: Sort headers.
8861 * break-catch-sig.c: Sort headers.
8862 * blockframe.c: Sort headers.
8863 * block.c: Sort headers.
8864 * bfin-tdep.c: Sort headers.
8865 * bfin-linux-tdep.c: Sort headers.
8866 * bfd-target.c: Sort headers.
8867 * bcache.c: Sort headers.
8868 * ax-general.c: Sort headers.
8869 * ax-gdb.h: Sort headers.
8870 * ax-gdb.c: Sort headers.
8871 * avr-tdep.c: Sort headers.
8872 * auxv.c: Sort headers.
8873 * auto-load.c: Sort headers.
8874 * arm-wince-tdep.c: Sort headers.
8875 * arm-tdep.c: Sort headers.
8876 * arm-symbian-tdep.c: Sort headers.
8877 * arm-pikeos-tdep.c: Sort headers.
8878 * arm-obsd-tdep.c: Sort headers.
8879 * arm-nbsd-tdep.c: Sort headers.
8880 * arm-nbsd-nat.c: Sort headers.
8881 * arm-linux-tdep.c: Sort headers.
8882 * arm-linux-nat.c: Sort headers.
8883 * arm-fbsd-tdep.c: Sort headers.
8884 * arm-fbsd-nat.c: Sort headers.
8885 * arm-bsd-tdep.c: Sort headers.
8886 * arch-utils.c: Sort headers.
8887 * arc-tdep.c: Sort headers.
8888 * arc-newlib-tdep.c: Sort headers.
8889 * annotate.h: Sort headers.
8890 * annotate.c: Sort headers.
8891 * amd64-windows-tdep.c: Sort headers.
8892 * amd64-windows-nat.c: Sort headers.
8893 * amd64-tdep.c: Sort headers.
8894 * amd64-sol2-tdep.c: Sort headers.
8895 * amd64-obsd-tdep.c: Sort headers.
8896 * amd64-obsd-nat.c: Sort headers.
8897 * amd64-nbsd-tdep.c: Sort headers.
8898 * amd64-nbsd-nat.c: Sort headers.
8899 * amd64-nat.c: Sort headers.
8900 * amd64-linux-tdep.c: Sort headers.
8901 * amd64-linux-nat.c: Sort headers.
8902 * amd64-fbsd-tdep.c: Sort headers.
8903 * amd64-fbsd-nat.c: Sort headers.
8904 * amd64-dicos-tdep.c: Sort headers.
8905 * amd64-darwin-tdep.c: Sort headers.
8906 * amd64-bsd-nat.c: Sort headers.
8907 * alpha-tdep.c: Sort headers.
8908 * alpha-obsd-tdep.c: Sort headers.
8909 * alpha-nbsd-tdep.c: Sort headers.
8910 * alpha-mdebug-tdep.c: Sort headers.
8911 * alpha-linux-tdep.c: Sort headers.
8912 * alpha-linux-nat.c: Sort headers.
8913 * alpha-bsd-tdep.c: Sort headers.
8914 * alpha-bsd-nat.c: Sort headers.
8915 * aix-thread.c: Sort headers.
8916 * agent.c: Sort headers.
8917 * addrmap.c: Sort headers.
8918 * ada-varobj.c: Sort headers.
8919 * ada-valprint.c: Sort headers.
8920 * ada-typeprint.c: Sort headers.
8921 * ada-tasks.c: Sort headers.
8922 * ada-lang.c: Sort headers.
8923 * aarch64-tdep.c: Sort headers.
8924 * aarch64-ravenscar-thread.c: Sort headers.
8925 * aarch64-newlib-tdep.c: Sort headers.
8926 * aarch64-linux-tdep.c: Sort headers.
8927 * aarch64-linux-nat.c: Sort headers.
8928 * aarch64-fbsd-tdep.c: Sort headers.
8929 * aarch64-fbsd-nat.c: Sort headers.
8930 * aarch32-linux-nat.c: Sort headers.
8931
699bd4cf
TT
89322019-04-04 Tom Tromey <tom@tromey.com>
8933
8934 * varobj.c (varobj_create): Update.
8935 * rust-exp.y (struct rust_parser) <update_innermost_block,
8936 lookup_symbol>: New methods.
8937 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
8938 Rename.
8939 (rust_parser::rust_lookup_type)
8940 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
8941 * printcmd.c (display_command, do_one_display): Update.
8942 * parser-defs.h (struct parser_state) <parser_state>: Add
8943 "tracker" parameter.
8944 (block_tracker): New member.
8945 (class innermost_block_tracker) <innermost_block_tracker>: Add
8946 "types" parameter.
8947 <reset>: Remove method.
8948 (innermost_block): Don't declare.
8949 (null_post_parser): Update.
8950 * parse.c (innermost_block): Remove global.
8951 (write_dollar_variable): Update.
8952 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
8953 Remove "tracker_types" parameter.
8954 (parse_expression): Add "tracker" parameter.
8955 (parse_expression_for_completion): Update.
8956 (null_post_parser): Add "tracker" parameter.
8957 * p-exp.y: Update rules.
8958 * m2-exp.y: Update rules.
8959 * language.h (struct language_defn) <la_post_parser>: Add
8960 "tracker" parameter.
8961 * go-exp.y: Update rules.
8962 * f-exp.y: Update rules.
8963 * expression.h (parse_expression, parse_exp_1): Add "tracker"
8964 parameter.
8965 * d-exp.y: Update rules.
8966 * c-exp.y: Update rules.
8967 * breakpoint.c (set_breakpoint_condition): Create an
8968 innermost_block_tracker.
8969 (watch_command_1): Likewise.
8970 * ada-lang.c (resolve): Add "tracker" parameter.
8971 (resolve_subexp): Likewise.
8972 * ada-exp.y (write_var_from_sym): Update.
8973
dac43e32
TT
89742019-04-04 Tom Tromey <tom@tromey.com>
8975
8976 * type-stack.h: New file.
8977 * type-stack.c: New file.
8978 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
8979 type-stack.h.
8980 (insert_into_type_stack, insert_type, push_type, push_type_int)
8981 (insert_type_address_space, pop_type, pop_type_int)
8982 (pop_typelist, pop_type_stack, append_type_stack)
8983 (push_type_stack, get_type_stack, push_typelist)
8984 (follow_type_instance_flags, follow_types): Don't declare.
8985 * parse.c (type_stack): Remove global.
8986 (parse_exp_in_context): Update.
8987 (insert_into_type_stack, insert_type, push_type, push_type_int)
8988 (insert_type_address_space, pop_type, pop_type_int)
8989 (pop_typelist, pop_type_stack, append_type_stack)
8990 (push_type_stack, get_type_stack, push_typelist)
8991 (follow_type_instance_flags, follow_types): Remove (moved to
8992 type-stack.c).
8993 * f-exp.y (type_stack): New global.
8994 Update rules.
8995 (push_kind_type, f_parse): Update.
8996 * d-exp.y (type_stack): New global.
8997 Update rules.
8998 (d_parse): Update.
8999 * c-exp.y (struct c_parse_state) <type_stack>: New member.
9000 Update rules.
9001 * Makefile.in (COMMON_SFILES): Add type-stack.c.
9002 (HFILES_NO_SRCDIR): Add type-stack.h.
9003
2a612529
TT
90042019-04-04 Tom Tromey <tom@tromey.com>
9005
9006 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
9007 (rust_parser::convert_ast_to_expression, rust_parse)
9008 (rust_lex_test_completion, rust_lex_tests): Update.
9009 * parser-defs.h (struct expr_completion_state): New.
9010 (struct parser_state) <parser_state>: Add completion parameter.
9011 <mark_struct_expression, mark_completion_tag>: New methods.
9012 <parse_completion, m_completion_state>: New members.
9013 (prefixify_expression, null_post_parser): Update.
9014 (mark_struct_expression, mark_completion_tag): Don't declare.
9015 * parse.c (parse_completion, expout_last_struct)
9016 (expout_tag_completion_type, expout_completion_name): Remove
9017 globals.
9018 (parser_state::mark_struct_expression)
9019 (parser_state::mark_completion_tag): Now methods.
9020 (prefixify_expression): Add last_struct parameter.
9021 (prefixify_subexp): Likewise.
9022 (parse_exp_1): Update.
9023 (parse_exp_in_context): Add cstate parameter. Update.
9024 (parse_expression_for_completion): Create an
9025 expr_completion_state.
9026 (null_post_parser): Add "completion" parameter.
9027 * p-exp.y: Update rules.
9028 (yylex): Update.
9029 * language.h (struct language_defn) <la_post_parser>: Add
9030 "completing" parameter.
9031 * go-exp.y: Update rules.
9032 (lex_one_token): Update.
9033 * expression.h (parse_completion): Don't declare.
9034 * d-exp.y: Update rules.
9035 (lex_one_token): Update rules.
9036 * c-exp.y: Update rules.
9037 (lex_one_token): Update.
9038 * ada-lang.c (resolve): Add "parse_completion" parameter.
9039 (resolve_subexp): Likewise.
9040 (ada_resolve_function): Likewise.
9041
43476f0b
TT
90422019-04-04 Tom Tromey <tom@tromey.com>
9043
9044 * parser-defs.h (struct parser_state) <start_arglist,
9045 end_arglist>: New methods.
9046 <arglist_len, m_funcall_chain>: New members.
9047 (arglist_len, start_arglist, end_arglist): Don't declare.
9048 * parse.c (arglist_len, funcall_chain): Remove global.
9049 (start_arglist, end_arglist): Remove functions.
9050 (parse_exp_in_context): Update.
9051 * p-exp.y: Update rules.
9052 * m2-exp.y: Update rules.
9053 * go-exp.y: Update rules.
9054 * f-exp.y: Update rules.
9055 * d-exp.y: Update rules.
9056 * c-exp.y: Update rules.
9057
5776fca3
TT
90582019-04-04 Tom Tromey <tom@tromey.com>
9059
9060 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
9061 lex_operator, push_back>: New methods.
9062 Update all rules.
9063 (rust_parser::lex_hex, lex_escape): Rename and update.
9064 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
9065 (rust_parser::lex_operator): Rename and update.
9066 (rust_parser::lex_number, rustyylex, rustyyerror)
9067 (rust_lex_test_init, rust_lex_test_sequence)
9068 (rust_lex_test_push_back, rust_lex_tests): Update.
9069 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
9070 parameter.
9071 <lexptr, prev_lexptr>: New members.
9072 (lexptr, prev_lexptr): Don't declare.
9073 * parse.c (lexptr, prev_lexptr): Remove globals.
9074 (parse_exp_in_context): Update.
9075 * p-exp.y (yylex, yyerror): Update.
9076 * m2-exp.y (parse_number, yylex, yyerror): Update.
9077 * go-exp.y (lex_one_token, yyerror): Update.
9078 * f-exp.y (match_string_literal, yylex, yyerror): Update.
9079 * d-exp.y (lex_one_token, yyerror): Update.
9080 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
9081 (lex_one_token, yyerror): Update.
9082 * ada-lex.l (YY_INPUT): Update.
9083 (rewind_to_char): Update.
9084 * ada-exp.y (yyerror): Update.
9085
8621b685
TT
90862019-04-04 Tom Tromey <tom@tromey.com>
9087
9088 * rust-exp.y (rustyylex, rust_lex_tests): Update.
9089 * parser-defs.h (struct parser_state) <parser_state>: Add new
9090 parameter.
9091 <comma_terminates>: New member.
9092 (comma_terminates): Don't declare global.
9093 * parse.c (comma_terminates): Remove global.
9094 (parse_exp_in_context): Update.
9095 * p-exp.y (yylex): Update.
9096 * m2-exp.y (yylex): Update.
9097 * go-exp.y (lex_one_token): Update.
9098 * f-exp.y (yylex): Update.
9099 * d-exp.y (lex_one_token): Update.
9100 * c-exp.y (lex_one_token): Update.
9101 * ada-lex.l: Update.
9102
28aaf3fd
TT
91032019-04-04 Tom Tromey <tom@tromey.com>
9104
9105 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
9106 (rustyylex, rust_lex_test_init, rust_lex_test_one)
9107 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
9108 * parser-defs.h (paren_depth): Don't declare.
9109 * parse.c (paren_depth): Remove global.
9110 (parse_exp_in_context): Update.
9111 * p-exp.y (paren_depth): New global.
9112 (pascal_parse): Initialize it.
9113 * m2-exp.y (paren_depth): New global.
9114 (m2_parse): Initialize it.
9115 * go-exp.y (paren_depth): New global.
9116 (go_parse): Initialize it.
9117 * f-exp.y (paren_depth): New global.
9118 (f_parse): Initialize it.
9119 * d-exp.y (paren_depth): New global.
9120 (d_parse): Initialize it.
9121 * c-exp.y (paren_depth): New global.
9122 (c_parse): Initialize it.
9123 * ada-lex.l (paren_depth): New global.
9124 (lexer_init): Initialize it.
9125
1e58a4a4
TT
91262019-04-04 Tom Tromey <tom@tromey.com>
9127
9128 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
9129 (rust_parser::convert_ast_to_type)
9130 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
9131 * parser-defs.h (struct parser_state) <parser_state>: Add
9132 parameters. Initialize new members.
9133 <expression_context_block, expression_context_pc>: New members.
9134 * parse.c (expression_context_block, expression_context_pc):
9135 Remove globals.
9136 (parse_exp_in_context): Update.
9137 * p-exp.y: Update all rules.
9138 (yylex): Update.
9139 * m2-exp.y: Update all rules.
9140 (yylex): Update.
9141 * go-exp.y (yylex): Update.
9142 * f-exp.y (yylex): Update.
9143 * d-exp.y: Update all rules.
9144 (yylex): Update.
9145 * c-exp.y: Update all rules.
9146 (lex_one_token, classify_name, yylex, c_parse): Update.
9147 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
9148
37eedb39
TT
91492019-04-04 Tom Tromey <tom@tromey.com>
9150
9151 * gdbarch.h, gdbarch.c: Rebuild.
9152 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
9153 * stap-probe.h:
9154 (struct stap_parse_info): Replace "parser_state" with
9155 "expr_builder".
9156 * parser-defs.h (struct expr_builder): Rename from "parser_state".
9157 (parser_state): New class.
9158 * parse.c (expr_builder): Rename.
9159 (expr_builder::release): Rename.
9160 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
9161 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
9162 (write_exp_elt_longcst, write_exp_elt_floatcst)
9163 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
9164 (write_exp_string_vector, write_exp_bitstring)
9165 (write_exp_msymbol, mark_struct_expression)
9166 (write_dollar_variable)
9167 (insert_type_address_space, increase_expout_size): Replace
9168 "parser_state" with "expr_builder".
9169 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
9170 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
9171 "parser_state" with "expr_builder".
9172
73923d7e
TT
91732019-04-04 Tom Tromey <tom@tromey.com>
9174
9175 * rust-exp.y: Replace "parse_language" with method call.
9176 * p-exp.y:
9177 (yylex): Replace "parse_language" with method call.
9178 * m2-exp.y:
9179 (yylex): Replace "parse_language" with method call.
9180 * go-exp.y (classify_name): Replace "parse_language" with method
9181 call.
9182 * f-exp.y (yylex): Replace "parse_language" with method call.
9183 * d-exp.y (lex_one_token): Replace "parse_language" with method
9184 call.
9185 * c-exp.y:
9186 (lex_one_token, classify_name, yylex): Replace "parse_language"
9187 with method call.
9188 * ada-exp.y (find_primitive_type, type_char)
9189 (type_system_address): Replace "parse_language" with method call.
9190
fa9f5be6
TT
91912019-04-04 Tom Tromey <tom@tromey.com>
9192
9193 * rust-exp.y: Replace "parse_gdbarch" with method call.
9194 * parse.c (write_dollar_variable, insert_type_address_space):
9195 Replace "parse_gdbarch" with method call.
9196 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
9197 call.
9198 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
9199 call.
9200 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
9201 "parse_gdbarch" with method call.
9202 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
9203 with method call.
9204 * f-exp.y (parse_type, parse_f_type, yylex): Replace
9205 "parse_gdbarch" with method call.
9206 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
9207 "parse_gdbarch" with method call.
9208 * c-exp.y (parse_type, parse_number, classify_name): Replace
9209 "parse_gdbarch" with method call.
9210 * ada-lex.l: Replace "parse_gdbarch" with method call.
9211 * ada-exp.y (parse_type, find_primitive_type, type_char)
9212 (type_system_address): Replace "parse_gdbarch" with method call.
9213
1201a264
TT
92142019-04-04 Tom Tromey <tom@tromey.com>
9215
9216 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
9217 * stap-probe.c (stap_parse_argument): Update.
9218 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
9219 initial_size parameter.
9220 * rust-exp.y (rust_lex_tests): Update.
9221 * parse.c (parser_state): Update.
9222 (parse_exp_in_context): Update.
9223 * parser-defs.h (struct parser_state) <parser_state>: Remove
9224 "initial_size" parameter.
9225
e3980ce2
TT
92262019-04-04 Tom Tromey <tom@tromey.com>
9227
9228 * parser-defs.h (increase_expout_size): Don't declare.
9229 * parse.c (increase_expout_size): Now static.
9230
e9f8e3f1
TS
92312019-04-04 Thomas Schwinge <thomas@codesourcery.com>
9232
9233 * gnu-nat.c (gnu_nat_target::wait): Fix
9234 target_waitstatus_to_string call.
9235
d7df6549
AB
92362019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9237
9238 * eval.c (evaluate_subexp_standard): Handle internal functions
9239 during Fortran function call handling.
9240
8bdc1658
AB
92412019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9242
9243 * NEWS: Mention new internal functions.
9244 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
9245 (read_base_type): Use dwarf2_init_complex_target_type.
9246 * value.c (creal_internal_fn): New function.
9247 (cimag_internal_fn): New function.
9248 (_initialize_values): Register new internal functions.
9249
c29705b7
PW
92502019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9251
9252 * infrun.c (stop_all_threads): If debug_infrun, always
9253 trace the wait status after wait_one, using
9254 target_waitstatus_to_string and target_pid_to_str.
9255 (handle_inferior_event): Replace various trace of
9256 wait status kind by a single trace.
9257 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
9258 wait status kind image by target_waitstatus_to_string.
9259 * target/waitstatus.c (target_waitstatus_to_string): Fix
9260 obsolete comment.
9261
05caa1d2
TT
92622019-04-01 Tom Tromey <tromey@adacore.com>
9263
9264 PR symtab/23331:
9265 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
9266
9d1447e0
SDJ
92672019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
9268 Pedro Alves <palves@redhat.com>
9269
9270 * top.c (quit_force): Call 'finalize_values'.
9271 * value.c (finalize_values): New function.
9272 * value.h (finalize_values): Declare.
9273
7734102d
EZ
92742019-03-30 Eli Zaretskii <eliz@gnu.org>
9275
9276 * NEWS: Announce $_gdb_major and $_gdb_minor.
9277
9278 * top.c (init_gdb_version_vars): New function.
9279 (gdb_init): Call init_gdb_version_vars.
9280
188e1fa9
TT
92812019-03-29 Tom Tromey <tromey@adacore.com>
9282
9283 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
9284 help text. Remove dead code.
9285
2880242d
KS
92862019-03-29 Keith Seitz <keiths@redhat.com>
9287
9288 From Siddhesh Poyarekar:
9289 * f-lang.h (f77_get_upperbound): Return LONGEST.
9290 (f77_get_lowerbound): Likewise.
9291 * f-typeprint.c (f_type_print_varspec_suffix): Expand
9292 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
9293 print them.
9294 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
9295 plongest to format print it.
9296 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
9297 (f77_get_upperbound): Likewise.
9298 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
9299 LOWER_BOUND to LONGEST.
9300 (f77_create_arrayprint_offset_tbl): Likewise.
9301
cc1defb1
KS
93022019-03-29 Keith Seitz <keiths@redhat.com>
9303
9304 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
9305 %s/pulongest for TYPE_LENGTH instead of %d in format
9306 strings.
9307 * ada-typerint.c (ada_print_type): Likewise.
9308 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
9309 * compile/compile-c-support.c (generate_register_struct): Likewise.
9310 * gdbtypes.c (recursive_dump_type): Likewise.
9311 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
9312 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
9313 instead of %d in format strings.
9314 * riscv-tdep.c (riscv_type_alignment): Cast second argument
9315 to std::min to ULONGEST.
9316 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
9317 instead of %d in format strings.
9318 * tracepoint.c (info_scope_command): Likewise.
9319 * typeprint.c (print_offset_data::update)
9320 (print_offset_data::finish): Likewise.
9321 * xtensa-tdep.c (xtensa_store_return_value)
9322 (xtensa_push_dummy_call): Likewise.
9323
e432ccf1
JT
93242019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
9325
9326 * windows-nat.c (display_selector): Fixed format specifications
9327 for 64-bit Cygwin.
9328
65d2b333
PW
93292019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9330
9331 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
9332
f489207e
SL
93332019-03-28 Sandra Loosemore <sandra@codesourcery.com>
9334
9335 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
9336 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
9337 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
9338 (nios2_linux_init_abi): Install it.
9339
bffa1015
AH
93402019-03-28 Alan Hayward <alan.hayward@arm.com>
9341
9342 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
9343
fc96163a
AH
93442019-03-28 Alan Hayward <alan.hayward@arm.com>
9345
9346 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
9347
20dc7e9b
PW
93482019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9349 Tom Tromey <tromey@adacore.com>
9350
9351 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
9352
7f5331a8
JB
93532019-03-26 Joel Brobecker <brobecker@adacore.com>
9354
9355 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
9356 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
9357 method to compute the bounds of range types. Also print "[evaluated]"
9358 if the bounds' values come from a dynamic evaluation.
9359
18c77628
AB
93602019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9361
9362 * cp-valprint.c (cp_print_value_fields): Don't print trailing
9363 whitespace when pretty printing is on.
9364
53c973f2
AH
93652019-03-26 Alan Hayward <alan.hayward@arm.com>
9366
e79be6e5 9367 * ppc-linux-nat.c: Add include.
53c973f2 9368
d851aa71
AH
93692019-03-26 Alan Hayward <alan.hayward@arm.com>
9370
e79be6e5 9371 * NEWS: Mention AArch64 Pointer Authentication.
d851aa71 9372
2fe7bab7
AH
93732019-03-26 Alan Hayward <alan.hayward@arm.com>
9374
e79be6e5 9375 * arm-linux-nat.c: Add include.
2fe7bab7 9376
068ef30e
SM
93772019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
9378
9379 * source-cache.c (source_cache::get_source_lines): Re-read
9380 fullname after calling open_source_file.
9381
81a24d04
JB
93822019-03-25 John Baldwin <jhb@FreeBSD.org>
9383
9384 * NEWS: Mention TLS support for FreeBSD.
9385
79e7ae11
TT
93862019-03-25 Tom Tromey <tromey@adacore.com>
9387
9388 * minsyms.c (BUNCH_SIZE): Update comment.
9389 (~minimal_symbol_reader): Remove old comment.
9390 (compact_minimal_symbols): Update comment.
9391 (minimal_symbol_reader::install): Remove old comment. Update
9392 other comments.
9393
d45963c2
AH
93942019-03-25 Alan Hayward <alan.hayward@arm.com>
9395
9396 * s390-linux-nat.c: Add include.
9397
0f83012e
AH
93982019-03-25 Alan Hayward <alan.hayward@arm.com>
9399
9400 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
9401 Call linux_get_hwcap.
9402 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
9403 Likewise.
9404 (aarch64_linux_get_hwcap): Remove function.
9405 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
9406 declaration.
9407 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
9408 linux_get_hwcap.
9409 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
9410 * linux-tdep.c (linux_get_hwcap): Add function.
9411 (linux_get_hwcap2): Likewise.
9412 * linux-tdep.h (linux_get_hwcap): Add declaration.
9413 (linux_get_hwcap2): Likewise.
9414 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
9415 (ppc_linux_get_hwcap2): Likewise.
9416 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
9417 linux_get_hwcap.
9418 (ppc_linux_nat_target::insert_watchpoint): Likewise.
9419 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
9420 (ppc_linux_nat_target::read_description): Likewise.
9421 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
9422 * s390-linux-nat.c: Likewise.
9423 * s390-linux-tdep.c (s390_core_read_description): Likewise.
9424
6640a367
TT
94252019-03-24 Tom Tromey <tom@tromey.com>
9426
9427 * ada-lang.c (standard_lookup): Simplify initialization.
9428 (ada_lookup_symbol_nonlocal): Simplify return.
9429 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
9430 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
9431 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
9432 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
9433 initialization.
9434 * solib.c (solib_global_lookup): Simplify.
9435 * symtab.c (null_block_symbol): Remove.
9436 (symbol_cache_lookup): Simplify returns.
9437 (lookup_language_this): Simplify returns.
9438 (lookup_symbol_aux): Simplify return.
9439 (lookup_local_symbol): Simplify returns.
9440 (lookup_global_symbol_from_objfile): Simplify return.
9441 (lookup_symbol_in_objfile_symtabs)
9442 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
9443 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
9444 (lookup_static_symbol, lookup_global_symbol): Simplify return.
9445 * cp-namespace.c (cp_lookup_bare_symbol)
9446 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
9447 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
9448 (cp_lookup_nested_symbol): Don't use null_block_symbol.
9449 (cp_lookup_symbol_via_imports): Simplify initialization.
9450 (find_symbol_in_baseclass): Likewise.
9451 * symtab.h (null_block_symbol): Remove.
9452 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
9453 (d_lookup_nested_symbol, d_lookup_symbol_imports)
9454 (d_lookup_symbol_module): Likewise.
9455 (find_symbol_in_baseclass): Simplify initialization.
9456
a930ebcd
TT
94572019-03-24 Tom Tromey <tom@tromey.com>
9458
9459 * expression.h: Don't include symtab.h.
9460 (struct block): Forward declare.
9461
582942f4
TT
94622019-03-24 Tom Tromey <tom@tromey.com>
9463
9464 * c-exp.y (typebase): Remove casts.
9465 * gdbtypes.c (lookup_unsigned_typename, )
9466 (lookup_signed_typename): Remove cast.
9467 * eval.c (parse_to_comma_and_eval): Remove cast.
9468 * parse.c (write_dollar_variable): Remove cast.
9469 * block.h (struct block) <superblock>: Now const.
9470 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
9471 * psymtab.c (psym_map_matching_symbols): Make "block" const.
9472 (map_block): Make "block" const.
9473 * symfile.h (struct quick_symbol_functions)
9474 <map_matching_symbols>: Constify block argument to "callback".
9475 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
9476 const.
9477 (find_pc_sect_compunit_symtab): Make "b" const.
9478 (find_symbol_at_address): Likewise.
9479 (search_symbols): Likewise.
9480 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
9481 (dw2_debug_names_lookup_symbol): Likewise.
9482 (dw2_map_matching_symbols): Update.
9483 * p-valprint.c (pascal_val_print): Remove "block".
9484 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
9485 (aux_add_nonlocal_symbols): Make "block" const.
9486 (resolve_subexp): Remove cast.
9487 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
9488 const.
9489 (iterate_over_file_blocks): Likewise.
9490 * f-exp.y (%union) <bval>: Remove.
9491 * coffread.c (patch_opaque_types): Make "b" const.
9492 * spu-tdep.c (spu_catch_start): Make "block" const.
9493 * c-valprint.c (print_unpacked_pointer): Remove "block".
9494 * symmisc.c (dump_symtab_1): Make "b" const.
9495 (block_depth): Make "block" const.
9496 * d-exp.y (%union) <bval>: Remove.
9497 * cp-support.h (cp_lookup_rtti_type): Update.
9498 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
9499 * psymtab.c (psym_lookup_symbol): Make "block" const.
9500 (maintenance_check_psymtabs): Make "b" const.
9501 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
9502 (enumerate_locals, enumerate_args): Update.
9503 * python/py-symtab.c (stpy_global_block): Make "block" const.
9504 (stpy_static_block): Likewise.
9505 * inline-frame.c (block_starting_point_at): Make "new_block"
9506 const.
9507 * block.c (find_block_in_blockvector): Make return type const.
9508 (blockvector_for_pc_sect): Make "b" const.
9509 (find_block_in_blockvector): Make "b" const.
9510
7ad417dd
TT
95112019-03-23 Tom Tromey <tom@tromey.com>
9512
9513 * varobj.c (varobj_create): Update.
9514 * symfile.c (clear_symtab_users): Don't reset innermost_block.
9515 * printcmd.c (display_command, do_one_display): Don't reset
9516 innermost_block.
9517 * parser-defs.h (enum innermost_block_tracker_type): Move to
9518 expression.h.
9519 (innermost_block): Update comment.
9520 * parse.c (parse_exp_1): Add tracker_types parameter.
9521 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
9522 tracker_types parameter. Reset innermost_block.
9523 (parse_exp_in_context): Remove.
9524 (parse_expression_for_completion): Update.
9525 * objfiles.c (~objfile): Don't reset expression_context_block or
9526 innermost_block.
9527 * expression.h (enum innermost_block_tracker_type): Move from
9528 parser-defs.h.
9529 (parse_exp_1): Add tracker_types parameter.
9530 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
9531 reset innermost_block.
9532
b366c208
TT
95332019-03-23 Tom Tromey <tom@tromey.com>
9534
9535 * objfiles.h: Include bcache.h.
9536
9bb9b2f9
TT
95372019-03-23 Tom Tromey <tom@tromey.com>
9538
9539 * linespec.c (get_current_search_block): Use
9540 scoped_restore_current_language.
9541 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
9542
59c28372
AH
95432019-03-22 Alan Hayward <alan.hayward@arm.com>
9544 Jiong Wang <jiong.wang@arm.com>
9545
9546 * aarch64-linux-tdep.c
9547 (aarch64_linux_iterate_over_regset_sections): Check for pauth
9548 section.
9549 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
9550
17e116a7
AH
95512019-03-22 Alan Hayward <alan.hayward@arm.com>
9552 Jiong Wang <jiong.wang@arm.com>
9553
9554 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
9555 instructions.
9556 (aarch64_analyze_prologue_test): Add PACIASP test.
9557 (aarch64_prologue_prev_register): Unmask PC value.
9558
11e1b75f
AH
95592019-03-22 Alan Hayward <alan.hayward@arm.com>
9560 Jiong Wang <jiong.wang@arm.com>
9561
9562 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
9563 (aarch64_dwarf2_prev_register): Unmask PC value.
9564 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
9565 (aarch64_execute_dwarf_cfa_vendor_op): Check for
9566 DW_CFA_AARCH64_negate_ra_state.
9567 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
9568
34dcc7cf
AH
95692019-03-22 Alan Hayward <alan.hayward@arm.com>
9570 Jiong Wang <jiong.wang@arm.com>
9571
9572 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
9573 registers.
9574 (aarch64_pseudo_register_name): Likewise.
9575 (aarch64_pseudo_register_type): Likewise.
9576 (aarch64_pseudo_register_reggroup_p): Likewise.
9577 (aarch64_gdbarch_init): Add pauth registers.
9578 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
9579 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
9580 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
9581 (struct gdbarch_tdep): Add regnum for ra_state.
9582
1ef53e6b
AH
95832019-03-22 Alan Hayward <alan.hayward@arm.com>
9584 Jiong Wang <jiong.wang@arm.com>
9585
9586 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
9587
76bed0fd
AH
95882019-03-22 Alan Hayward <alan.hayward@arm.com>
9589 Jiong Wang <jiong.wang@arm.com>
9590
9591 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
9592 function.
9593 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
9594 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
9595 (aarch64_gdbarch_init): Add puth registers.
9596 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
9597 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
9598 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
9599
ee4fbcfa
AH
96002019-03-22 Alan Hayward <alan.hayward@arm.com>
9601 Jiong Wang <jiong.wang@arm.com>
9602
9603 * aarch64-linux-nat.c
9604 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
9605 * aarch64-linux-tdep.c
9606 (aarch64_linux_core_read_description): Likewise.
9607 (aarch64_linux_get_hwcap): New function.
9608 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
9609 (aarch64_linux_get_hwcap): New declaration.
9610
6dc0ebde
AH
96112019-03-22 Alan Hayward <alan.hayward@arm.com>
9612 Jiong Wang <jiong.wang@arm.com>
9613
9614 * aarch64-linux-nat.c
9615 (aarch64_linux_nat_target::read_description): Add pauth param.
9616 * aarch64-linux-tdep.c
9617 (aarch64_linux_core_read_description): Likewise.
9618 * aarch64-tdep.c (struct target_desc): Add in pauth.
9619 (aarch64_read_description): Add pauth param.
9620 (aarch64_gdbarch_init): Likewise.
9621 * aarch64-tdep.h (aarch64_read_description): Likewise.
9622 * arch/aarch64.c (aarch64_create_target_description): Likewise.
9623 * arch/aarch64.h (aarch64_create_target_description): Likewise.
9624 * features/Makefile: Add new files.
9625 * features/aarch64-pauth.c: New file.
9626 * features/aarch64-pauth.xml: New file.
9627
595915c1
TT
96282019-03-20 Tom Tromey <tromey@adacore.com>
9629
9630 * infrun.c (handle_inferior_event): Rename from
9631 handle_inferior_event_1. Create a scoped_value_mark.
9632 (handle_inferior_event): Remove.
9633
4c7d57e7
TT
96342019-03-19 Tom Tromey <tromey@adacore.com>
9635
9636 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
9637 * infrun.h (print_stop_event): Add "displays" parameter.
9638 * infrun.c (print_stop_event): Add "displays" parameter.
9639
cb246234
PA
96402019-03-19 Pedro Alves <palves@redhat.com>
9641
9642 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
9643 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
9644 to -1. Fix TABs vs spaces.
9645 (tui_ui_out::tui_ui_out): Don't initialize fields here.
9646 * tui/tui-out.h (tui_ui_out) Add intro comments.
9647 <m_line, m_start_of_line>: In-class initialize, and add describing
9648 comment.
9649
3a0e45b2
AH
96502019-03-18 Alan Hayward <alan.hayward@arm.com>
9651
9652 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
9653 variable names.
9654 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
9655
5371b850
PA
96562019-03-18 Pedro Alves <palves@redhat.com>
9657 Eli Zaretskii <eliz@gnu.org>
9658
9659 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
9660 m_line and m_start_of_line.
9661
b17c4cd0
EZ
96622019-03-18 Eli Zaretskii <eliz@gnu.org>
9663
9664 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
9665 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
9666 it returns a newline. This fixes a regression in TU mode, whereby
9667 the next line is output on the same screen line as the user input.
9668
4bd56d18
TT
96692019-03-18 Tom Tromey <tromey@adacore.com>
9670
9671 * minsyms.c (minimal_symbol_reader::install): Remove call to
9672 obstack_blank.
9673
55c10aca
PA
96742019-03-18 Pedro Alves <palves@redhat.com>
9675
9676 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
9677 New globals.
9678 (apply_style): New, factored out from ...
9679 (apply_ansi_escape): ... this. Handle reverse video mode.
9680 (tui_set_reverse_mode): New function.
9681 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
9682 * tui/tui-winsource.c (tui_show_source_line): Use
9683 tui_set_reverse_mode instead of setting A_STANDOUT.
9684 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
9685 New setter methods.
9686
647bb750
HD
96872019-03-18 Hannes Domani <ssbssa@yahoo.de>
9688
9689 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
9690 Handle tabs.
9691
bff8c71f
TT
96922019-03-18 Tom Tromey <tromey@adacore.com>
9693
9694 * ada-lang.c (empty_array): Add "high" parameter.
9695 (ada_evaluate_subexp): Update.
9696
58785d98
ST
96972019-03-17 Sergei Trofimovich <siarheit@google.com>
9698
9699 * unittests/string_view-selftests.c: Define
9700 _initialize_string_view_selftests unconditionally.
9701
d4cbef22
ВМ
97022019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
9703
9704 PR gdb/24350
9705 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
9706
fce4c071
ВМ
97072019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
9708
9709 PR gdb/24351
9710 * windows-nat.c (display_selector): Fix format specifiers.
9711
f7f0a123
EZ
97122019-03-17 Eli Zaretskii <eliz@gnu.org>
9713
9714 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
9715 tui_refill_source_window instead of tui_refresh_win, to update the
9716 current execution line. This fixes redisplay of the current line
9717 when stepping through the code with "next" or "step".
9718
ab42892f
EZ
97192019-03-16 Eli Zaretskii <eliz@gnu.org>
9720
9721 * source-cache.c (source_cache::get_source_lines): Call
9722 find_source_lines to initialize s->nlines. This fixes vertical
9723 scrolling of TUI source window when the DOWN arrow is pressed.
9724
8d8c087f
PW
97252019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9726
9727 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
9728 linux-thread-db.c (_initialize_thread_db): Likewise.
9729
798e1c30
EZ
97302019-03-16 Eli Zaretskii <eliz@gnu.org>
9731
9732 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
9733 wclrtoeol in tui_show_source_line". This reverts changes made in
9734 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
9735
eefba3da
TT
97362019-03-15 Tom Tromey <tom@tromey.com>
9737
9738 * symtab.h (struct minimal_symbol): Derive from
9739 general_symbol_info.
9740 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
9741 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
9742 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
9743 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
9744 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
9745 (MSYMBOL_SEARCH_NAME): Update.
9746 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
9747 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
9748 * minsyms.c (minimal_symbol_reader::record_full): Update.
9749
0de2420c
TT
97502019-03-15 Tom Tromey <tom@tromey.com>
9751
9752 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
9753
042d75e4
TT
97542019-03-15 Tom Tromey <tom@tromey.com>
9755
9756 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
9757 unique_xmalloc_ptr.
9758 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
9759 Update.
9760 * minsyms.c (lookup_minimal_symbol_by_pc_section)
9761 (build_minimal_symbol_hash_tables)
9762 (minimal_symbol_reader::install): Update.
9763
db92718b
TT
97642019-03-15 Tom Tromey <tom@tromey.com>
9765
9766 * symtab.c (create_demangled_names_hash): Update.
9767 (symbol_set_names): Update.
9768 * objfiles.h (struct objfile_per_bfd_storage)
9769 <demangled_names_hash>: Now an htab_up.
9770 * objfiles.c (objfile_per_bfd_storage): Simplify.
9771
d6797f46
TT
97722019-03-15 Tom Tromey <tom@tromey.com>
9773
9774 * objfiles.h (struct objfile_per_bfd_storage): Declare
9775 destructor.
9776 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
9777 New.
9778 (get_objfile_bfd_data): Use new. Don't initialize
9779 language_of_main.
9780 (free_objfile_per_bfd_storage): Remove.
9781 (objfile_bfd_data_free, objfile::~objfile): Use delete.
9782
741d7538
TT
97832019-03-15 Tom Tromey <tom@tromey.com>
9784
9785 * symfile.c (reread_symbols): Update.
9786 * objfiles.c (objfile::objfile): Update.
9787 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
9788 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
9789 comment.
9790 (minimal_symbol_reader::install): Update.
9791 (terminate_minimal_symbol_table): Remove.
9792 * jit.c (jit_object_close_impl): Update.
9793
788c80d1
TT
97942019-03-15 Tom Tromey <tom@tromey.com>
9795
9796 * minsyms.c (minimal_symbol_reader::record_full): Remove some
9797 initializations.
9798
1b7a07cb
TT
97992019-03-15 Tom Tromey <tom@tromey.com>
9800
9801 * objfiles.h (struct objfile_per_bfd_storage)
9802 <demangled_hash_languages>: Now a bitset.
9803 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
9804 (lookup_minimal_symbol): Update.
9805
3db066bc
TT
98062019-03-15 Tom Tromey <tom@tromey.com>
9807
9808 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
9809 Don't return the symbol.
9810 * coffread.c (record_minimal_symbol): Use record_full.
9811
3fff2c37
EZ
98122019-03-14 Eli Zaretskii <eliz@gnu.org>
9813
9814 The MS-Windows port of ncurses fails to switch to a color pair if
9815 one or both of the colors are the implicit default colors. This
9816 change records the default colors when TUI is initialized, and
9817 then specifies them explicitly when a color pair uses the default
9818 colors. This allows color styling in TUI mode on MS-Windows.
9819
9820 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
9821 ncurses_norm_attr.
9822 (tui_initialize_io) [__MINGW32__]: Record the default terminal
9823 colors in ncurses_norm_attr.
9824 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
9825 "none", replace it with the default color recorded in
9826 ncurses_norm_attr.
9827
3b336828
TT
98282019-03-14 Tom Tromey <tromey@adacore.com>
9829
9830 * source-cache.h (class source_cache) <get_source_lines>: Return
9831 std::string.
9832 * source-cache.c (source_cache::extract_lines): Handle case where
9833 first_pos==npos. Return std::string.
9834 (source_cache::get_source_lines): Update.
9835
d085f989
TT
98362019-03-14 Tom Tromey <tromey@adacore.com>
9837
9838 * NEWS: Add item for "style sources" commands.
9839 * source-cache.c (source_cache::get_source_lines): Check
9840 source_styling.
9841 * cli/cli-style.c (source_styling): New global.
9842 (_initialize_cli_style): Add "style sources" commands.
9843 (show_style_sources): New function.
9844 * cli/cli-style.h (source_styling): Declare.
9845
6f11e682
TT
98462019-03-14 Pedro Alves <palves@redhat.com>
9847 Tom Tromey <tromey@adacore.com>
9848
9849 * tui/tui-winsource.h (tui_refill_source_window): Declare.
9850 * tui/tui-winsource.c (tui_refill_source_window): New function,
9851 from...
9852 (tui_horizontal_source_scroll): ... here. Move some logic.
9853 * cli/cli-style.c (set_style_enabled): Notify new observable.
9854 * tui/tui-hooks.c (tui_redisplay_source): New function.
9855 (tui_attach_detach_observers): Attach or detach
9856 tui_redisplay_source.
9857 * observable.h (source_styling_changed): New observable.
9858 * observable.c: Define source_styling_changed observable.
9859
a068643d
TT
98602019-03-13 Tom Tromey <tromey@adacore.com>
9861
9862 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
9863 (i386_gnu_nat_target::store_registers): Update.
9864 * target-debug.h (target_debug_print_std_string): New macro.
9865 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
9866 * windows-tdep.c (display_one_tib): Update.
9867 * tui/tui-stack.c (tui_make_status_line): Update.
9868 * top.c (print_inferior_quit_action): Update.
9869 * thread.c (thr_try_catch_cmd): Update.
9870 (add_thread_with_info): Update.
9871 (thread_target_id_str): Update.
9872 (thr_try_catch_cmd): Update.
9873 (thread_command): Update.
9874 (thread_find_command): Update.
9875 * record-btrace.c (record_btrace_target::info_record)
9876 (record_btrace_resume_thread, record_btrace_target::resume)
9877 (record_btrace_cancel_resume, record_btrace_step_thread)
9878 (record_btrace_target::wait, record_btrace_target::wait)
9879 (record_btrace_target::wait, record_btrace_target::stop): Update.
9880 * progspace.c (print_program_space): Update.
9881 * process-stratum-target.c
9882 (process_stratum_target::thread_address_space): Update.
9883 * linux-fork.c (linux_fork_mourn_inferior)
9884 (detach_checkpoint_command, info_checkpoints_command)
9885 (linux_fork_context): Update.
9886 (linux_fork_detach): Update.
9887 (class scoped_switch_fork_info): Update.
9888 (delete_checkpoint_command): Update.
9889 * infrun.c (follow_fork_inferior): Update.
9890 (follow_fork_inferior): Update.
9891 (proceed_after_vfork_done): Update.
9892 (handle_vfork_child_exec_or_exit): Update.
9893 (follow_exec): Update.
9894 (displaced_step_prepare_throw): Update.
9895 (displaced_step_restore): Update.
9896 (start_step_over): Update.
9897 (resume_1): Update.
9898 (clear_proceed_status_thread): Update.
9899 (proceed): Update.
9900 (print_target_wait_results): Update.
9901 (do_target_wait): Update.
9902 (context_switch): Update.
9903 (stop_all_threads): Update.
9904 (restart_threads): Update.
9905 (finish_step_over): Update.
9906 (handle_signal_stop): Update.
9907 (switch_back_to_stepped_thread): Update.
9908 (keep_going_pass_signal): Update.
9909 (print_exited_reason): Update.
9910 (normal_stop): Update.
9911 * inferior.c (inferior_pid_to_str): Change return type.
9912 (print_selected_inferior): Update.
9913 (add_inferior): Update.
9914 (detach_inferior): Update.
9915 * dummy-frame.c (fprint_dummy_frames): Update.
9916 * dcache.c (dcache_info_1): Update.
9917 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
9918 (btrace_fetch, btrace_clear): Update.
9919 * linux-tdep.c (linux_core_pid_to_str): Change return type.
9920 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
9921 type.
9922 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
9923 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
9924 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
9925 * gdbarch.c, gdbarch.h: Rebuild.
9926 * gdbarch.sh (core_pid_to_str): Change return type.
9927 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
9928 return type.
9929 (windows_nat_target::pid_to_str): Change return type.
9930 (windows_delete_thread): Update.
9931 (windows_nat_target::attach): Update.
9932 (windows_nat_target::files_info): Update.
9933 * target-delegates.c: Rebuild.
9934 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
9935 return type.
9936 (sol_thread_target::pid_to_str): Change return type.
9937 * remote.c (class remote_target) <pid_to_str>: Change return
9938 type.
9939 (remote_target::pid_to_str): Change return type.
9940 (extended_remote_target::attach, remote_target::remote_stop_ns)
9941 (remote_target::remote_notif_remove_queued_reply)
9942 (remote_target::push_stop_reply, remote_target::disable_btrace):
9943 Update.
9944 (extended_remote_target::attach): Update.
9945 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
9946 type.
9947 (gdbsim_target::pid_to_str): Change return type.
9948 * ravenscar-thread.c (struct ravenscar_thread_target)
9949 <pid_to_str>: Change return type.
9950 (ravenscar_thread_target::pid_to_str): Change return type.
9951 * procfs.c (class procfs_target) <pid_to_str>: Change return
9952 type.
9953 (procfs_target::pid_to_str): Change return type.
9954 (procfs_target::attach): Update.
9955 (procfs_target::detach): Update.
9956 (procfs_target::fetch_registers): Update.
9957 (procfs_target::store_registers): Update.
9958 (procfs_target::wait): Update.
9959 (procfs_target::files_info): Update.
9960 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
9961 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
9962 return type.
9963 (nto_procfs_target::pid_to_str): Change return type.
9964 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
9965 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
9966 return type.
9967 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
9968 (exit_lwp): Update.
9969 (attach_proc_task_lwp_callback, get_detach_signal)
9970 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
9971 (linux_nat_target::resume, wait_lwp, stop_callback)
9972 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
9973 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
9974 (linux_nat_wait_1, resume_stopped_resumed_lwps)
9975 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
9976 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
9977 type.
9978 (inf_ptrace_target::attach): Update.
9979 (inf_ptrace_target::files_info): Update.
9980 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
9981 type.
9982 (go32_nat_target::pid_to_str): Change return type.
9983 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
9984 (gnu_nat_target::wait): Update.
9985 (gnu_nat_target::wait): Update.
9986 (gnu_nat_target::resume): Update.
9987 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
9988 (fbsd_nat_target::wait): Update.
9989 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
9990 type.
9991 (darwin_nat_target::attach): Update.
9992 * corelow.c (class core_target) <pid_to_str>: Change return type.
9993 (core_target::pid_to_str): Change return type.
9994 * target.c (normal_pid_to_str): Change return type.
9995 (default_pid_to_str): Likewise.
9996 (target_pid_to_str): Change return type.
9997 (target_translate_tls_address): Update.
9998 (target_announce_detach): Update.
9999 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
10000 return type.
10001 (bsd_uthread_target::pid_to_str): Change return type.
10002 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
10003 type.
10004 (bsd_kvm_target::pid_to_str): Change return type.
10005 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
10006 return type.
10007 (aix_thread_target::pid_to_str): Change return type.
10008 * target.h (struct target_ops) <pid_to_str>: Change return type.
10009 (target_pid_to_str, normal_pid_to_str): Likewise.
10010 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
10011 type.
10012 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
10013 type.
10014 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
10015 return type.
10016 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
10017 type.
10018 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
10019 type.
10020 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
10021 return type.
10022
b4be1b06
SM
100232019-03-13 Simon Marchi <simon.marchi@ericsson.com>
10024
10025 * NEWS: Mention that the new default MI version is 3. Mention
10026 changes to the output of commands and events that deal with
10027 multi-location breakpoints.
10028 * breakpoint.c: Include "mi/mi-out.h".
10029 (print_one_breakpoint): Change output syntax if using MI version
10030 >= 3.
10031 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
10032 New.
10033 (mi_multi_location_breakpoint_output_fixed): New.
10034 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
10035 (mi_cmd_fix_multi_location_breakpoint_output): New.
10036 (mi_multi_location_breakpoint_output_fixed): New.
10037 * mi/mi-cmds.c (mi_cmds): Register command
10038 -fix-multi-location-breakpoint-output.
10039 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
10040 interpreter "mi".
10041
8e5e5494
SM
100422019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
10043
10044 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
10045 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
10046 instantiate mi_ui_out based on interpreter name.
10047 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
10048 * mi/mi-main.c (mi_load_progress): Likewise.
10049
197df35e
JB
100502019-03-12 John Baldwin <jhb@FreeBSD.org>
10051
10052 * NEWS: Combine separate "New targets" sections for 8.3.
10053
8399425f
JB
100542019-03-12 John Baldwin <jhb@FreeBSD.org>
10055
10056 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
10057 (ppcfbsd_init_abi): Install gdbarch
10058 "fetch_tls_load_module_address" and "get_thread_local_address"
10059 methods.
10060
b0f87ed0
JB
100612019-03-12 John Baldwin <jhb@FreeBSD.org>
10062
10063 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
10064 (riscv_fbsd_init_abi): Install gdbarch
10065 "fetch_tls_load_module_address" and "get_thread_local_address"
10066 methods.
10067
ce25aa57
JB
100682019-03-12 John Baldwin <jhb@FreeBSD.org>
10069
10070 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
10071 (i386fbsd_init_abi): Install gdbarch
10072 "fetch_tls_load_module_address" and "get_thread_local_address"
10073 methods.
10074
f5424cfa
JB
100752019-03-12 John Baldwin <jhb@FreeBSD.org>
10076
10077 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
10078 (amd64fbsd_init_abi): Install gdbarch
10079 "fetch_tls_load_module_address" and "get_thread_local_address"
10080 methods.
10081
945f3901
JB
100822019-03-12 John Baldwin <jhb@FreeBSD.org>
10083
10084 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
10085 (struct fbsd_pspace_data): New type.
10086 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
10087 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
10088 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
10089 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
10090 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
10091
ef0bd204
JB
100922019-03-12 John Baldwin <jhb@FreeBSD.org>
10093
10094 * gdbtypes.c (lookup_struct_elt): New function.
10095 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
10096 * gdbtypes.h (struct struct_elt): New type.
10097 (lookup_struct_elt): New prototype.
10098
36c53a02
JB
100992019-03-12 John Baldwin <jhb@FreeBSD.org>
10100
10101 * gdbtypes.c (lookup_struct_elt_type): Update comment and
10102 remove disabled code block.
10103
6e056c81
JB
101042019-03-12 John Baldwin <jhb@FreeBSD.org>
10105
10106 * gdbarch.sh (get_thread_local_address): New method.
10107 * gdbarch.h, gdbarch.c: Regenerate.
10108 * target.c (target_translate_tls_address): Use
10109 gdbarch_get_thread_local_address if present instead of
10110 target::get_thread_local_address.
10111
cd250a18
JB
101122019-03-12 John Baldwin <jhb@FreeBSD.org>
10113
10114 * target.h (target::get_thread_local_address): Update comment.
10115
df22c1e5
JB
101162019-03-12 John Baldwin <jhb@FreeBSD.org>
10117
10118 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
10119 objfile->separate_debug_objfile_backlink if not NULL.
10120
dd6876c9
JB
101212019-03-12 John Baldwin <jhb@FreeBSD.org>
10122
10123 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
10124 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
10125 (amd64bsd_store_inferior_registers): Likewise.
10126 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
10127 Enable segment base registers.
10128 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
10129 PT_GETFSBASE and PT_GETGSBASE.
10130 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
10131 PT_SETGSBASE.
10132 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
10133 segment base registers.
10134 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
10135
1163a4b7
JB
101362019-03-12 John Baldwin <jhb@FreeBSD.org>
10137
10138 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
10139 Update calls to i386_target_description to add 'segments'
10140 parameter.
10141 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
10142 add segment base registers.
10143 * arch/i386.c (i386_create_target_description): Add 'segments'
10144 parameter to enable segment base registers.
10145 * arch/i386.h (i386_create_target_description): Likewise.
10146 * features/i386/32bit-segments.xml: New file.
10147 * features/i386/32bit-segments.c: Generate.
10148 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
10149 call to i386_target_description to add 'segments' parameter.
10150 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
10151 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
10152 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
10153 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
10154 if feature is present.
10155 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
10156 Add 'segments' parameter to call to i386_target_description.
10157 (i386_target_description): Add 'segments' parameter to enable
10158 segment base registers.
10159 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
10160 to call to i386_target_description.
10161 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
10162 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
10163 Define I386_NUM_REGS.
10164 (i386_target_description): Add 'segments' parameter to enable
10165 segment base registers.
10166
3a350822
EZ
101672019-03-12 Eli Zaretskii <eliz@gnu.org>
10168
10169 PR/24325
10170 * source-cache.c: #undef open and close, to avoid unresolved
10171 externals during linking.
10172
ffdd69cf
TT
101732019-03-12 Tom Tromey <tromey@adacore.com>
10174
10175 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
10176 const. Add initializers.
10177 (_initialize_remote): Don't initialize ptid globals.
10178
ec148c57
PA
101792019-03-12 Pedro Alves <palves@redhat.com>
10180
10181 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
10182
32764270
PA
101832019-03-12 Pedro Alves <palves@redhat.com>
10184
10185 * cp-name-parser.y (main): Remove unused 'len' variable.
10186
17547186
TT
101872019-03-12 Tom Tromey <tromey@adacore.com>
10188
10189 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
10190 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
10191
d3a70e03
TT
101922019-03-12 Tom Tromey <tromey@adacore.com>
10193
10194 * linux-nat.c (iterate_over_lwps): Update.
10195 (stop_callback): Remove parameter.
10196 (stop_wait_callback, detach_callback, resume_set_callback)
10197 (select_singlestep_lwp_callback, set_ignore_sigint)
10198 (status_callback, resumed_callback, resume_clear_callback)
10199 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
10200 data parameter.
10201 (linux_nat_target::detach, linux_nat_target::resume)
10202 (linux_stop_and_wait_all_lwps, select_event_lwp)
10203 (linux_nat_filter_event, linux_nat_wait_1)
10204 (linux_nat_target::kill, linux_nat_target::stop)
10205 (linux_nat_target::stop): Update.
10206 (linux_nat_resume_callback): Change type.
10207 (resume_stopped_resumed_lwps, count_events_callback)
10208 (select_event_lwp_callback): Likewise.
10209 (linux_stop_lwp, linux_nat_stop_lwp): Update.
10210 * arm-linux-nat.c (struct update_registers_data): Remove.
10211 (update_registers_callback): Change type.
10212 (arm_linux_insert_hw_breakpoint1): Update.
10213 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
10214 parameter.
10215 (x86_linux_dr_set_addr): Update.
10216 (x86_linux_dr_set_control): Update.
10217 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
10218 (iterate_over_lwps): Use gdb::function_view.
10219 * nat/aarch64-linux-hw-point.c (struct
10220 aarch64_dr_update_callback_param): Remove.
10221 (debug_reg_change_callback): Change type.
10222 (aarch64_notify_debug_reg_change): Update.
10223 * s390-linux-nat.c (s390_refresh_per_info): Update.
10224
82cb27ff
TT
102252019-03-11 Tom Tromey <tromey@adacore.com>
10226
10227 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
10228 redundant assignment to "this_cu".
10229
568c0683
SM
102302019-03-08 Simon Marchi <simon.marchi@efficios.com>
10231
10232 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
10233
f09ce22d
SM
102342019-03-08 Simon Marchi <simon.marchi@efficios.com>
10235
10236 * gdbtypes.c (rank_one_type_parm_set): New function extracted
10237 from...
10238 (rank_one_type): ... this.
10239
595f96a9
SM
102402019-03-08 Simon Marchi <simon.marchi@efficios.com>
10241
10242 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
10243 from...
10244 (rank_one_type): ... this.
10245
2598a94b
SM
102462019-03-08 Simon Marchi <simon.marchi@efficios.com>
10247
10248 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
10249 from...
10250 (rank_one_type): ... this.
10251
7f17b20d
SM
102522019-03-08 Simon Marchi <simon.marchi@efficios.com>
10253
10254 * gdbtypes.c (rank_one_type_parm_float): New function extracted
10255 from...
10256 (rank_one_type): ... this.
10257
2c509035
SM
102582019-03-08 Simon Marchi <simon.marchi@efficios.com>
10259
10260 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
10261 from...
10262 (rank_one_type): ... this.
10263
0dd322dc
SM
102642019-03-08 Simon Marchi <simon.marchi@efficios.com>
10265
10266 * gdbtypes.c (rank_one_type_parm_range): New function extracted
10267 from...
10268 (rank_one_type): ... this.
10269
41ea4728
SM
102702019-03-08 Simon Marchi <simon.marchi@efficios.com>
10271
10272 * gdbtypes.c (rank_one_type_parm_char): New function extracted
10273 from...
10274 (rank_one_type): ... this.
10275
793cd1d2
SM
102762019-03-08 Simon Marchi <simon.marchi@efficios.com>
10277
10278 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
10279 from...
10280 (rank_one_type): ... this.
10281
34910087
SM
102822019-03-08 Simon Marchi <simon.marchi@efficios.com>
10283
10284 * gdbtypes.c (rank_one_type_parm_int): New function extracted
10285 from...
10286 (rank_one_type): ... this.
10287
f1f832d6
SM
102882019-03-08 Simon Marchi <simon.marchi@efficios.com>
10289
10290 * gdbtypes.c (rank_one_type_parm_func): New function extracted
10291 from...
10292 (rank_one_type): ... this.
10293
b9f4512f
SM
102942019-03-08 Simon Marchi <simon.marchi@efficios.com>
10295
10296 * gdbtypes.c (rank_one_type_parm_array): New function extracted
10297 from...
10298 (rank_one_type): ... this.
10299
9293fc63
SM
103002019-03-08 Simon Marchi <simon.marchi@efficios.com>
10301
10302 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
10303 from...
10304 (rank_one_type): ... this.
10305
e3abbe7e
PW
103062019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10307
10308 * inferior.c (initialize_inferiors): Ensure 'help set/show print
10309 inferior-events' shows the example events.
10310
e4adb939
EZ
103112019-03-08 Eli Zaretskii <eliz@gnu.org>
10312
10313 Support styling on native MS-Windows console
10314
10315 PR/24315
10316 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
10317 on MS-Windows if $TERM is not defined.
10318
10319 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
10320
10321 * posix-hdep.c (gdb_console_fputs):
10322 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
10323 functions.
10324 * ui-file.h (gdb_console_fputs): Add prototype.
10325
10326 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
10327 back to fputs only if the former returns zero.
10328
25629dfd
TT
103292019-03-07 Tom Tromey <tom@tromey.com>
10330
10331 * symmisc.c (print_symbol_bcache_statistics): Update.
10332 (print_objfile_statistics): Update.
10333 * symfile.c (allocate_symtab): Update.
10334 * stabsread.c: Don't include bcache.h.
10335 * psymtab.h (struct psymbol_bcache): Don't declare.
10336 (class psymtab_storage) <psymbol_cache>: Now a bcache.
10337 (psymbol_bcache_init, psymbol_bcache_free)
10338 (psymbol_bcache_get_bcache): Don't declare.
10339 * psymtab.c (struct psymbol_bcache): Remove.
10340 (psymtab_storage::psymtab_storage): Update.
10341 (psymtab_storage::~psymtab_storage): Update.
10342 (psymbol_bcache_init, psymbol_bcache_free)
10343 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
10344 (add_psymbol_to_bcache): Update.
10345 (allocate_psymtab): Update.
10346 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
10347 macro_cache>: No longer pointers.
10348 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
10349 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
10350 * macrotab.c (macro_bcache): Update.
10351 * macroexp.c: Don't include bcache.h.
10352 * gdbtypes.c (check_types_worklist): Update.
10353 (types_deeply_equal): Remove TRY/CATCH. Update.
10354 * elfread.c (elf_symtab_read): Update.
10355 * dwarf2read.c: Don't include bcache.h.
10356 * buildsym.c (buildsym_compunit::get_macro_table): Update.
10357 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
10358 (print_bcache_statistics, bcache_memory_used): Don't declare.
10359 (struct bcache): Move from bcache.c. Add constructor, destructor,
10360 methods. Rename all data members.
10361 * bcache.c (struct bcache): Move to bcache.h.
10362 (bcache::expand_hash_table): Rename from expand_hash_table.
10363 (bcache): Remove.
10364 (bcache::insert): Rename from bcache_full.
10365 (bcache::compare): Rename from bcache_compare.
10366 (bcache_xmalloc): Remove.
10367 (bcache::~bcache): Rename from bcache_xfree.
10368 (bcache::print_statistics): Rename from print_bcache_statistics.
10369 (bcache::memory_used): Rename from bcache_memory_used.
10370
fe726667
PA
103712019-03-07 Pedro Alves <palves@redhat.com>
10372
10373 * infrun.c (normal_stop): Also check for
10374 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
10375
7584bb30
AB
103762019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
10377
10378 * f-lang.c (value_from_host_double): Moved to...
10379 * value.c (value_from_host_double): ...here.
10380 * value.h (value_from_host_double): Declare.
10381 * guile/scm-math.c (vlscm_convert_typed_number): Use
10382 value_from_host_double.
10383 (vlscm_convert_number): Likewise.
10384 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
10385 * python/py-value.c (convert_value_from_python): Likewise.
10386
a7b1986e
TT
103872019-03-06 Tom Tromey <tom@tromey.com>
10388
10389 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
10390
0ccf4211
TT
103912019-03-06 Tom Tromey <tom@tromey.com>
10392
10393 * utils.h (free_current_contents): Don't declare.
10394 * utils.c (free_current_contents): Remove.
10395
fe7b42e5
TT
103962019-03-06 Tom Tromey <tom@tromey.com>
10397
10398 * top.c (quit_force): Update.
10399 * main.c (captured_command_loop): Update.
10400 * common/new-op.c (operator new): Update.
10401 * common/common-exceptions.c (struct catcher)
10402 <save_cleanup_chain>: Remove member.
10403 (exceptions_state_mc_init): Update.
10404 (exception_try_scope_entry): Return nullptr.
10405 (exception_try_scope_exit, exception_rethrow)
10406 (throw_exception_sjlj, throw_exception_cxx): Update.
10407 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
10408 (all_cleanups, do_cleanups, discard_cleanups)
10409 (discard_final_cleanups, save_cleanups, save_final_cleanups)
10410 (restore_cleanups, restore_final_cleanups): Don't declare.
10411 (do_final_cleanups): Remove parameter.
10412 * common/cleanups.c (cleanup_chain, make_cleanup)
10413 (make_cleanup_dtor, all_cleanups, do_cleanups)
10414 (discard_my_cleanups, discard_cleanups)
10415 (discard_final_cleanups, save_my_cleanups, save_cleanups)
10416 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
10417 (null_cleanup): Remove.
10418 (do_final_cleanups): Remove parameter.
10419
c6321f19
TT
104202019-03-06 Tom Tromey <tom@tromey.com>
10421
10422 * remote.c (remote_target::remote_parse_stop_reply): Use
10423 unique_xmalloc_ptr.
10424
61b30099
TT
104252019-03-06 Tom Tromey <tom@tromey.com>
10426
10427 * stabsread.c (struct stabs_field_info): Rename from field_info.
10428 <list, fnlist>: Add initializers.
10429 <obstack>: New member.
10430 (read_member_functions, read_struct_fields, read_baseclasses):
10431 Allocate on obstack. Don't use cleanups.
10432 (read_one_struct_field, read_member_functions, read_struct_fields)
10433 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
10434 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
10435 (read_struct_type): Update.
10436
6cceac94
TT
104372019-03-06 Tom Tromey <tom@tromey.com>
10438
10439 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
10440 * common/filestuff.h (make_cleanup_close): Don't declare.
10441 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
10442 Remove.
10443
72412762
TT
104442019-03-06 Tom Tromey <tom@tromey.com>
10445
10446 * solib-aix.c: Use make_scope_exit.
10447
2b6ff1c0
TT
104482019-03-06 Tom Tromey <tom@tromey.com>
10449
10450 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
10451 Use make_scope_exit.
10452
d01c5877
TT
104532019-03-06 Tom Tromey <tom@tromey.com>
10454
10455 * solib-svr4.c (disable_probes_interface): Remove parameter.
10456 (svr4_handle_solib_event): Use make_scope_exit.
10457
32603266
TT
104582019-03-06 Tom Tromey <tom@tromey.com>
10459
10460 * remote.c (struct stop_reply_deleter): Remove.
10461 (stop_reply_up): Update.
10462 (struct stop_reply): Derive from notif_event. Don't typedef.
10463 <regcache>: Now a std::vector.
10464 (stop_reply_xfree): Remove.
10465 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
10466 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
10467 (remote_target::discard_pending_stop_replies): Use delete.
10468 (remote_target::remote_parse_stop_reply): Update.
10469 (remote_target::process_stop_reply): Update.
10470 * remote-notif.h (struct notif_event): Add virtual destructor.
10471 Remove "dtr" member.
10472 (struct notif_client) <alloc_event>: Return a unique_ptr.
10473 (notif_event_xfree): Don't declare.
10474 (notif_event_up): New typedef.
10475 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
10476 (notif_event_xfree, do_notif_event_xfree): Remove.
10477 (remote_notif_state_xfree): Update.
10478
9799571e
TT
104792019-03-06 Tom Tromey <tom@tromey.com>
10480
10481 * infrun.c (displaced_step_clear_cleanup): Now a
10482 forward_scope_exit type.
10483 (displaced_step_prepare_throw): Update.
10484 (displaced_step_fixup): Update.
10485
09e3c4ca
TT
104862019-03-06 Tom Tromey <tom@tromey.com>
10487
10488 * inferior.h (class inferior): Update comment.
10489 * gdbthread.h (class thread_info): Update comment.
10490
e2a03548
TT
104912019-03-06 Joel Brobecker <brobecker@adacore.com>
10492 Tom Tromey <tom@tromey.com>
10493
10494 * stabsread.h (struct stab_section_list): Remove.
10495 (coffstab_build_psymtabs): Update.
10496 * dbxread.c (symbuf_sections): Now a std::vector.
10497 (sect_idx): New global.
10498 (fill_symbuf): Update.
10499 (coffstab_build_psymtabs): Change type of stabsects parameter.
10500 Update.
10501 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
10502 std::vector.
10503 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
10504 (coff_locate_sections): Update.
10505 (coff_symfile_read): Remove cleanups. Update.
10506 (init_stringtab): Add storage parameter.
10507 (free_stringtab, free_stringtab_cleanup): Remove.
10508 (init_lineno): Add storage parameter.
10509 (free_linetab, free_linetab_cleanup): Remove.
10510
b7e60d85
PA
105112019-03-06 Pedro Alves <palves@redhat.com>
10512
10513 * linux-fork.c (fork_info::clobber_regs): Delete.
10514 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
10515 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
10516 comment. Adjust.
10517 (scoped_switch_fork_info::scoped_switch_fork_info)
10518 (checkpoint_command, linux_fork_context): Adjust
10519 fork_save_infrun_state calls.
10520
e52c971f
PA
105212019-03-06 Pedro Alves <palves@redhat.com>
10522
10523 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
10524 (inf_has_multiple_threads): Return 'bool' and rewrite using
10525 inferior_info::threads().
10526
06974e6c
PA
105272019-03-06 Pedro Alves <palves@redhat.com>
10528
10529 * linux-fork.c: Include <list>.
10530 (fork_list): Now a std::list instance.
10531 (fork_info): Add ctor, dtor, and in-class initialize all fields.
10532 (forks_exist_p, find_last_fork): Adjust.
10533 (new_fork): Delete.
10534 (one_fork_p): New.
10535 (add_fork): Adjust.
10536 (free_fork): Delete, folded into fork_info::~fork_info().
10537 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
10538 Adjust.
10539 (init_fork_list): Delete.
10540 (linux_fork_killall, linux_fork_mourn_inferior)
10541 (linux_fork_detach, info_checkpoints_command): Adjust.
10542 (_initialize_linux_fork): No longer call init_fork_list.
10543
72f31aea
PA
105442019-03-06 Pedro Alves <palves@redhat.com>
10545
10546 * linux-fork.c (new_fork): New, split out of ...
10547 (add_fork): ... this. Return void. Move "first fork" special
10548 case from here, to ...
10549 (checkpoint_command): ... here.
10550 * linux-linux.h (add_fork): Return void.
10551
efbecbc1
AB
105522019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10553
10554 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
10555
0841c79a
AB
105562019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10557 Chris January <chris.january@arm.com>
10558 David Lecomber <david.lecomber@arm.com>
10559
10560 * f-exp.y: New token, UNOP_INTRINSIC.
10561 (exp): New pattern using UNOP_INTRINSIC token.
10562 (f77_keywords): Add 'abs' keyword.
10563 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
10564 (value_from_host_double): New function.
10565 (evaluate_subexp_f): Support UNOP_ABS.
10566
4a270568
AB
105672019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10568
10569 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
10570 types.
10571
067630bd
AB
105722019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10573
10574 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
10575 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
10576 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
10577
3be47f7a
AB
105782019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10579
10580 * f-exp.y (convert_to_kind_type): Handle more type kinds.
10581
4d00f5d8
AB
105822019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10583 Chris January <chris.january@arm.com>
10584
10585 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
10586 * f-exp.y: Define 'KIND' token.
10587 (exp): New pattern for KIND expressions.
10588 (ptype): Handle types with a kind extension.
10589 (direct_abs_decl): Extend to spot kind extensions.
10590 (f77_keywords): Add 'kind' to the list.
10591 (push_kind_type): New function.
10592 (convert_to_kind_type): New function.
10593 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
10594 * parse.c (operator_length_standard): Likewise.
10595 * parser-defs.h (enum type_pieces): Add tp_kind.
10596 * std-operator.def: Add UNOP_KIND.
10597
e454224f
AB
105982019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10599
10600 * f-exp.y (f_parse): Set yydebug.
10601
9dad4a58
AB
106022019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10603
10604 * f-lang.c (evaluate_subexp_f): New function.
10605 (exp_descriptor_f): New global.
10606 (f_language_defn): Use exp_descriptor_f instead of
10607 exp_descriptor_standard.
10608
c8f91604
AB
106092019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10610
10611 * f-exp.y (struct token): Add comments.
10612 (dot_ops): Remove uppercase versions and the end marker.
10613 (f77_keywords): Likewise.
10614 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
10615 entries in the dot_ops array are case insensitive, and use
10616 strncasecmp to compare strings. Also some whitespace cleanup in
10617 this area. Similar for the f77_keywords array, except entries in
10618 this list might be case sensitive.
10619
dd9f2c76
AB
106202019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10621
10622 * f-exp.y (struct f77_boolean_val): Add comments.
10623 (boolean_values): Remove uppercase versions, and end marker.
10624 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
10625 and use strncasecmp to achieve case insensitivity. Additionally,
10626 perform whitespace cleanup around this code.
10627
67a3048c
TT
106282019-03-06 Tom Tromey <tromey@adacore.com>
10629
10630 * remote-sim.c (gdbsim_target_open): Use result of
10631 gdb_argv::release.
10632
aa3cfbda
RB
106332019-03-06 Richard Bunt <richard.bunt@arm.com>
10634 Dirk Schubert <dirk.schubert@arm.com>
10635 Chris January <chris.january@arm.com>
10636
10637 * eval.c (evaluate_subexp_standard): Call Fortran argument
10638 wrapping logic.
10639 * f-lang.c (struct value): A value which can be passed into a
10640 Fortran function call.
10641 (fortran_argument_convert): Wrap Fortran arguments in a pointer
10642 where appropriate.
10643 (struct type): Value ready for a Fortran function call.
10644 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
10645 is needed.
10646 * f-lang.h (fortran_argument_convert): Declaration.
10647 (fortran_preserve_arg_pointer): Declaration.
10648 * infcall.c (value_arg_coerce): Call Fortran argument logic.
10649
ea38e5df
TT
106502019-03-05 Tom Tromey <tromey@adacore.com>
10651
10652 * python/py-prettyprint.c (print_string_repr): Remove #if.
10653 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
10654
06b5b831
TT
106552019-03-05 Tom Tromey <tromey@adacore.com>
10656
10657 * target.c (the_dummy_target): Move later. Change type to
10658 "dummy_target".
10659 (initialize_targets): Don't initialize the_dummy_target.
10660
edbd9e45
TT
106612019-03-05 Tom Tromey <tromey@adacore.com>
10662
10663 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
10664 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
10665
c119e040
TT
106662019-03-05 Tom Tromey <tromey@adacore.com>
10667
10668 * windows-nat.c (windows_nat_target::attach)
10669 (windows_nat_target::detach): Don't call gdb_flush.
10670 * valprint.c (generic_val_print, val_print, val_print_string):
10671 Don't call gdb_flush.
10672 * utils.c (defaulted_query): Don't call gdb_flush.
10673 * typeprint.c (print_type_scalar): Don't call gdb_flush.
10674 * target.c (target_announce_detach): Don't call gdb_flush.
10675 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
10676 * remote.c (extended_remote_target::attach): Don't call
10677 gdb_flush.
10678 * procfs.c (procfs_target::detach): Don't call gdb_flush.
10679 * printcmd.c (do_examine): Don't call gdb_flush.
10680 (info_display_command): Don't call gdb_flush.
10681 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
10682 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
10683 * memattr.c (info_mem_command): Don't call gdb_flush.
10684 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
10685 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
10686 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
10687 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
10688 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
10689 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
10690 (gnu_nat_target::detach): Don't call gdb_flush.
10691 * f-valprint.c (f_val_print): Don't call gdb_flush.
10692 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
10693 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
10694 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
10695 gdb_flush.
10696 * c-valprint.c (c_val_print): Don't call gdb_flush.
10697 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
10698
895dafa6
TT
106992019-03-05 Tom Tromey <tromey@adacore.com>
10700
10701 * varobj.c (update_dynamic_varobj_children): Update.
10702 (install_default_visualizer): Use reset, not release.
10703 * value.c (set_internalvar): Update.
10704 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
10705 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
10706 ATTRIBUTE_UNUSED_RESULT.
10707
88a774b9
TT
107082019-03-05 Tom Tromey <tromey@adacore.com>
10709
10710 * remote.c (class scoped_remote_fd) <release>: Add
10711 ATTRIBUTE_UNUSED_RESULT.
10712
4e4a8b93
TT
107132019-03-05 Tom Tromey <tromey@adacore.com>
10714
10715 * macroexp.c (struct macro_buffer) <release>: Add
10716 ATTRIBUTE_UNUSED_RESULT.
10717
083eef1f
TT
107182019-03-05 Tom Tromey <tromey@adacore.com>
10719
10720 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
10721 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
10722 ATTRIBUTE_UNUSED_RESULT.
10723
3cabd438
TT
107242019-03-05 Tom Tromey <tromey@adacore.com>
10725
10726 * common/scoped_fd.h (class scoped_fd) <release>: Add
10727 ATTRIBUTE_UNUSED_RESULT.
10728
41e3300a
TT
107292019-03-05 Tom Tromey <tromey@adacore.com>
10730
10731 * parser-defs.h (struct parser_state) <release>: Add
10732 ATTRIBUTE_UNUSED_RESULT.
10733
18cb7c9f
TT
107342019-03-05 Tom Tromey <tromey@adacore.com>
10735
10736 * utils.h (class gdb_argv) <release>: Add
10737 ATTRIBUTE_UNUSED_RESULT.
10738 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
10739
41fa577f
EZ
107402019-03-02 Eli Zaretskii <eliz@gnu.org>
10741
a6a4b2c6
EZ
10742 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
10743 for-loop range, to avoid compiler warnings.
10744
10745 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
10746 avoid compiler warnings about unused variables.
10747
742a7df5
EZ
10748 * NEWS: Mention end of support for native debugging on MS-Windows
10749 before XP.
10750
41fa577f
EZ
10751 PR gdb/24292
10752 * common/netstuff.c:
10753 * gdbserver/gdbreplay.c
10754 * gdbserver/remote-utils.c:
10755 * ser-tcp.c:
10756 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
10757 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
10758 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
10759 'getaddrinfo' and 'freeaddrinfo' were not available before
10760 Windows XP, and mingw.org's MinGW headers by default define
10761 _WIN32_WINNT to 0x500.
10762
827f438f
GB
107632019-03-01 Gary Benson <gbenson@redhat.com>
10764
10765 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
10766
92137da0
RO
107672019-02-28 Brian Vandenberg <phantall@gmail.com>
10768 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10769
10770 PR gdb/8527
10771 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
10772 set_sigint_trap, clear_sigint_trap.
10773
799efbe8
PW
107742019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10775
10776 * target.c (target_detach): Clear the regcache and the
10777 frame cache.
10778
8ed25214
PA
107792019-02-27 Pedro Alves <palves@redhat.com>
10780
10781 * utils.c (set_screen_size): When we cap the height/width sizes,
10782 tweak the corresponding command variable to show "unlimited":
10783
23031e31
SJ
107842019-02-27 Saagar Jha <saagar@saagarjha.com>
10785 Pedro Alves <palves@redhat.com>
10786
10787 * utils.c (set_screen_size): Reduce "infinite" rows and columns
10788 before calling rl_set_screen_size.
10789
6c28e44a
TT
107902019-02-27 Tom Tromey <tromey@adacore.com>
10791
10792 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
10793 define.
10794 * python/py-value.c: Remove Python 2.4 workaround.
10795 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
10796 workaround.
10797 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
10798 Python 2.4 workaround.
10799 * python/python-internal.h: Remove Python 2.4 comment.
10800 (Py_ssize_t): Don't define.
10801 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
10802 (gdb_Py_DECREF): Remove Python 2.4 workaround.
10803 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
10804 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
10805 * python/python.c (do_start_initialization): Remove Python 2.4
10806 workaround.
10807 * python/py-prettyprint.c (class dummy_python_frame): Remove.
10808 (print_children): Remove Python 2.4 workaround.
10809 * python/py-inferior.c (buffer_procs): Remove Python 2.4
10810 workaround.
10811 (CHARBUFFERPROC_NAME): Remove.
10812 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
10813 Python 2.4 workaround.
10814
2c3fc25d 108152019-02-27 Kevin Buettner <kevinb@redhat.com>
799efbe8 10816
2c3fc25d
KB
10817 * NEWS: Note minimum Python version.
10818
6ca62222
KB
108192019-02-27 Kevin Buettner <kevinb@redhat.com>
10820
10821 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
10822 code from these functions. Remove corresponding ifdefs. Use
10823 Py_buffer_up instead of explicit calls to PyBuffer_Release.
10824 Remove gotos and target of gotos.
10825 (infpy_search_memory): Likewise.
10826
f4bc7d2c
AB
108272019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
10828
10829 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
10830 (hppa_gdbarch_init): Don't register deleted functions with
10831 gdbarch.
10832
9734a586
AB
108332019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
10834
10835 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
10836 (h8300_unwind_sp): Delete.
10837 (h8300_dummy_id): Delete.
10838 (h8300_gdbarch_init): Don't register deleted functions with
10839 gdbarch.
10840
68b867f3
AB
108412019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
10842
10843 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
10844 (ft32_unwind_pc): Delete.
10845 (ft32_unwind_sp): Delete.
10846 (ft32_gdbarch_init): Don't register deleted functions with
10847 gdbarch.
10848
2fbe7ad0
AB
108492019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
10850
10851 * gdb/frv-tdep.c (frv_dummy_id): Delete.
10852 (frv_unwind_pc): Delete.
10853 (frv_unwind_sp): Delete.
10854 (frv_gdbarch_init): Don't register deleted functions with
10855 gdbarch.
10856
76055cbe
AB
108572019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
10858
10859 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
10860 (riscv_unwind_pc): Delete.
10861 (riscv_unwind_sp): Delete.
10862 (riscv_gdbarch_init): Don't register deleted functions with
10863 gdbarch.
10864
4133e5a1
AB
108652019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
10866
10867 * gdb/csky-tdep.c (csky_dummy_id): Delete.
10868 (csky_unwind_pc): Delete.
10869 (csky_unwind_sp): Delete.
10870 (csky_gdbarch_init): Don't register deleted functions with
10871 gdbarch.
10872
8010f576
AB
108732019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
10874
10875 * gdb/cris-tdep.c (cris_dummy_id): Delete.
10876 (cris_unwind_pc): Delete.
10877 (cris_unwind_sp): Delete.
10878 (cris_gdbarch_init): Don't register deleted functions with
10879 gdbarch.
10880
b56bf084
AB
108812019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
10882
10883 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
10884 (bfin_unwind_pc): Delete.
10885 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
10886
a19a650f
AB
108872019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
10888
10889 * gdb/arm-tdep.c (arm_dummy_id): Delete.
10890 (arm_unwind_pc): Delete.
10891 (arm_unwind_sp): Delete.
10892 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
10893
f8278c3c
AB
108942019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
10895
10896 * gdb/arc-tdep.c (arc_dummy_id): Delete.
10897 (arc_unwind_pc): Delete.
10898 (arc_unwind_sp): Delete.
10899 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
10900
480e46cf
AB
109012019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
10902
10903 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
10904 (alpha_unwind_pc): Delete.
10905 (alpha_gdbarch_init): Don't register deleted functions with
10906 gdbarch.
10907
7a995095
AB
109082019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
10909
10910 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
10911 (aarch64_unwind_pc): Delete.
10912 (aarch64_unwind_sp): Delete.
10913 (aarch64_gdbarch_init): Don't register deleted functions with
10914 gdbarch.
10915
bf9a735e
AB
109162019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
10917
10918 * gdbtypes.c (type_align): Don't consider static members when
10919 computing structure alignment.
10920
5561fc30
AB
109212019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
10922
10923 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
10924 return 0 for other types.
10925 * arch-utils.c (default_type_align): Always return 0.
10926 * gdbarch.h: Regenerate.
10927 * gdbarch.sh (type_align): Extend comment.
10928 * gdbtypes.c (type_align): Add additional comments, always call
10929 gdbarch_type_align before applying the default rules.
10930 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
10931 generic code will then apply a suitable default.
10932 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
10933 types, return 0 for other types.
10934
9335e75a
JB
109352019-02-27 Joel Brobecker <brobecker@adacore.com>
10936
10937 * NEWS: Create a new section for the next release branch.
10938 Rename the section of the current branch, now that it has
10939 been cut.
10940
3d34d8de
JB
109412019-02-27 Joel Brobecker <brobecker@adacore.com>
10942
10943 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
10944 * version.in: Bump version to 8.3.50.DATE-git.
10945
143420fb
SM
109462019-02-26 Simon Marchi <simon.marchi@efficios.com>
10947
10948 * aix-thread.c (ptid_cmp): Remove unused variable.
10949 (get_signaled_thread): Likewise.
10950 (store_regs_user_thread): Likewise.
10951 (store_regs_kernel_thread): Likewise.
10952 (fetch_regs_kernel_thread): Remove shadowed variable.
10953
172fb711
AB
109542019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
10955
10956 * features/riscv/32bit-cpu.xml: Add register numbers.
10957 * features/riscv/32bit-fpu.c: Regenerate.
10958 * features/riscv/32bit-fpu.xml: Add register numbers.
10959 * features/riscv/64bit-cpu.xml: Add register numbers.
10960 * features/riscv/64bit-fpu.c: Regenerate.
10961 * features/riscv/64bit-fpu.xml: Add register numbers.
10962
26c89782
KB
109632019-02-26 Kevin Buettner <kevinb@redhat.com>
10964
af54ade9 10965 * NEWS: Mention two argument form of gdb.Value constructor.
fe07eca5
KB
10966 * python/py-value.c (convert_buffer_and_type_to_value): New
10967 function.
10968 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
10969 Add support for handling an optional second argument. Call
10970 convert_buffer_and_type_to_value as appropriate.
26c89782
KB
10971 * python/python-internal.h (Py_buffer_deleter): New struct.
10972 (Py_buffer_up): New typedef.
10973
0f58c9e8
JB
109742019-02-25 John Baldwin <jhb@FreeBSD.org>
10975
10976 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
10977 instead of releasing ownership.
10978
0a0f4c01
JR
109792019-02-25 Jordan Rupprecht <rupprecht@google.com>
10980
10981 * dwarf2read.c (open_and_init_dwp_file): Call
10982 elf_numsections instead of bfd_count_sections to initialize
10983 dwp_file->num_sections.
10984
cd5a152c
TT
109852019-02-25 Tom Tromey <tromey@adacore.com>
10986
10987 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
10988
8a6a8513
SDJ
109892019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
10990
10991 * gcore.in: Add '--readnever' option when invoking GDB.
10992
04dcda9c
SM
109932019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
10994
10995 * MAINTAINERS: Update my email address.
10996
07bc701d
SM
109972019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
10998
10999 * build-id.c (build_id_to_debug_bfd_1): New function.
11000 (build_id_to_debug_bfd): Look for separate debug file in
11001 sysroot.
11002
c6f4a5d0
AB
110032019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
11004
11005 * gdbarch.sh: Update the copyright year range that is placed into
11006 generated files.
11007
9600246d
KS
110082019-02-22 Keith Seitz <keiths@redhat.com>
11009
11010 PR symtab/23853
11011 * linespec.c (create_sals_line_offset): Search for the default
11012 symtab's filename instead of its fullname.
11013
7557a514
AH
110142019-02-21 Alan Hayward <alan.hayward@arm.com>
11015
11016 * NEWS: Update style defaults.
11017
ee2bcb0c
AH
110182019-02-21 Alan Hayward <alan.hayward@arm.com>
11019
11020 * main.c (captured_main_1): Disable styling in batch mode.
11021
0c95f9ed
TT
110222019-02-20 Tom Tromey <tom@tromey.com>
11023
11024 * symtab.c (symtab_symbol_info): Fix typos.
11025
c763b894
TT
110262019-02-20 Tom Tromey <tromey@adacore.com>
11027
11028 * findcmd.c (_initialize_mem_search): Use upper case for
11029 metasyntactic variables.
11030
0ef8a082
AH
110312019-02-20 Alan Hayward <alan.hayward@arm.com>
11032
11033 * aarch64-tdep.c (aarch64_add_reggroups): New function.
11034 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
11035
6caa91b6
SM
110362019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
11037
11038 * top.h (source_file_name): Change to std::string.
11039 * top.c (source_file_name): Likewise.
11040 (command_line_input): Adjust.
11041 * cli/cli-script.c (script_from_file): Adjust.
11042
98814c6c
TT
110432019-02-19 Tom Tromey <tromey@adacore.com>
11044
11045 * ravenscar-thread.c
11046 (ravenscar_thread_target::update_thread_list): Don't call
11047 ada_build_task_list.
11048 * ada-lang.h (ada_build_task_list): Don't declare.
11049 * ada-tasks.c (struct ada_tasks_inferior_data)
11050 <task_list_valid_p>: Now bool.
11051 (read_known_tasks, ada_task_list_changed)
11052 (ada_tasks_invalidate_inferior_data): Update.
11053 (read_known_tasks_array): Return bool.
11054 (read_known_tasks_list): Likewise.
11055 (read_known_tasks): Return void.
11056 (ada_build_task_list): Now static.
11057
70cd633e
AB
110582019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
11059
11060 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
11061 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
11062
040b3e95
PW
110632019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11064
11065 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
11066 variant for ada_tasks_pspace_data_handle and
11067 ada_tasks_inferior_data_handle.
11068 (ada_tasks_pspace_data_cleanup): New function.
11069 (ada_tasks_inferior_data_cleanup): New function.
11070
9409233b
TT
110712019-02-17 Tom Tromey <tom@tromey.com>
11072
11073 * macrotab.h (macro_source_fullname): Return a std::string.
11074 * macrotab.c (macro_include, check_for_redefinition)
11075 (macro_undef, macro_lookup_definition, foreach_macro)
11076 (foreach_macro_in_scope): Update.
11077 (macro_source_fullname): Return a std::string.
11078 * macrocmd.c (show_pp_source_pos): Update.
11079
6506371f
TT
110802019-02-17 Tom Tromey <tom@tromey.com>
11081
11082 * macrocmd.c (show_pp_source_pos): Style the file names.
11083
0c820d67
TT
110842019-02-17 Tom Tromey <tom@tromey.com>
11085
11086 PR tui/24197:
11087 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
11088
a0087920
TT
110892019-02-17 Tom Tromey <tom@tromey.com>
11090
11091 * ada-lang.c (user_select_syms): Use filtered printing.
11092 * utils.c (wrap_style): New global.
11093 (desired_style): Remove.
11094 (emit_style_escape): Add stream parameter.
11095 (set_output_style, reset_terminal_style, prompt_for_continue):
11096 Update.
11097 (flush_wrap_buffer): Only flush gdb_stdout.
11098 (wrap_here): Set wrap_style.
11099 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
11100 treat escape sequences as a character. Change when wrap buffer is
11101 flushed.
11102 (fputs_styled): Do not set the output style when the default is
11103 requested.
11104 * ui-style.h (struct ui_file_style) <is_default>: New method.
11105 * source.c (print_source_lines_base): Emit escape sequences in one
11106 piece.
11107
75ba10dc
JB
111082019-02-17 Joel Brobecker <brobecker@adacore.com>
11109
11110 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
11111 integers and enumeration types.
11112
a2cd4f14
JB
111132019-02-17 Joel Brobecker <brobecker@adacore.com>
11114
11115 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
11116 instead of lookup_symbol_in_language
11117 (do_exact_match): New function.
11118 (ada_get_symbol_name_matcher): Return do_exact_match when
11119 doing a verbatim match.
11120
485b851b
TT
111212019-02-15 Tom Tromey <tromey@adacore.com>
11122
11123 * ravenscar-thread.c (ravenscar_thread_target::resume)
11124 (ravenscar_thread_target::wait): Special case wildcard requests.
11125
0b790b1e
TT
111262019-02-15 Tom Tromey <tromey@adacore.com>
11127
11128 * ravenscar-thread.c (base_ptid): Remove.
11129 (struct ravenscar_thread_target) <close>: New method.
11130 <m_base_ptid>: New member.
11131 <update_inferior_ptid, active_task, task_is_currently_active,
11132 runtime_initialized>: Declare methods.
11133 <ravenscar_thread_target>: Add constructor.
11134 (ravenscar_thread_target::task_is_currently_active)
11135 (ravenscar_thread_target::update_inferior_ptid)
11136 (ravenscar_runtime_initialized): Rename. Now methods.
11137 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
11138 (ravenscar_thread_target::update_thread_list): Update.
11139 (ravenscar_thread_target::active_task): Now method.
11140 (ravenscar_thread_target::store_registers)
11141 (ravenscar_thread_target::prepare_to_store)
11142 (ravenscar_thread_target::prepare_to_store)
11143 (ravenscar_thread_target::mourn_inferior): Update.
11144 (ravenscar_inferior_created): Use "new" to create target.
11145 (ravenscar_thread_target::get_ada_task_ptid): Update.
11146 (_initialize_ravenscar): Don't initialize base_ptid.
11147 (ravenscar_ops): Remove global.
11148
dea57a62
TT
111492019-02-15 Tom Tromey <tromey@adacore.com>
11150
11151 * target.h (push_target): Declare new overload.
11152 * target.c (push_target): New overload, taking an rvalue reference.
11153 * remote.c (remote_target::open_1): Use push_target overload.
11154 * corelow.c (core_target_open): Use push_target overload.
11155
989f3c58
TT
111562019-02-15 Tom Tromey <tromey@adacore.com>
11157
11158 * ravenscar-thread.c (is_ravenscar_task)
11159 (ravenscar_task_is_currently_active): Return bool.
11160 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
11161 (_initialize_ravenscar): Remove "(void)".
11162 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
11163 Return bool.
11164
6cbcc006
TT
111652019-02-15 Tom Tromey <tromey@adacore.com>
11166
11167 * ravenscar-thread.c (ravenscar_runtime_initializer)
11168 (has_ravenscar_runtime, get_running_thread_id)
11169 (ravenscar_thread_target::resume): Fix indentation.
11170
7657f14d
TT
111712019-02-15 Tom Tromey <tromey@adacore.com>
11172
11173 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
11174 from ravenscar_arch_ops.
11175 (sparc_ravenscar_ops::fetch_registers)
11176 (sparc_ravenscar_ops::store_registers): Now methods.
11177 (sparc_ravenscar_prepare_to_store): Remove.
11178 (sparc_ravenscar_ops): Redefine.
11179 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
11180 methods and destructor. Remove members.
11181 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
11182 (ravenscar_thread_target::store_registers)
11183 (ravenscar_thread_target::prepare_to_store): Update.
11184 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
11185 Remove.
11186 (struct ppc_ravenscar_powerpc_ops): Derive from
11187 ravenscar_arch_ops.
11188 (ppc_ravenscar_powerpc_ops::fetch_registers)
11189 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
11190 (ppc_ravenscar_powerpc_ops): Redefine.
11191 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
11192 (ppc_ravenscar_e500_ops::fetch_registers)
11193 (ppc_ravenscar_e500_ops::store_registers): Now methods.
11194 (ppc_ravenscar_e500_ops): Redefine.
11195 * aarch64-ravenscar-thread.c
11196 (aarch64_ravenscar_generic_prepare_to_store): Remove.
11197 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
11198 (aarch64_ravenscar_fetch_registers)
11199 (aarch64_ravenscar_store_registers): Now methods.
11200 (aarch64_ravenscar_ops): Redefine.
11201
5b6ea500
TT
112022019-02-15 Tom Tromey <tromey@adacore.com>
11203
11204 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
11205 (ravenscar_thread_target::stopped_by_hw_breakpoint)
11206 (ravenscar_thread_target::stopped_by_watchpoint)
11207 (ravenscar_thread_target::stopped_data_address)
11208 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
11209
e397fd39
TT
112102019-02-15 Tom Tromey <tromey@adacore.com>
11211
11212 * ravenscar-thread.c: Fix some typos.
11213
cc12f4a8
TT
112142019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11215 Tom Tromey <tromey@adacore.com>
11216
11217 * ada-lang.c (ada_exception_sal): Change addr_string to a
11218 std::string.
11219 (create_ada_exception_catchpoint): Update.
11220
5f486660
TT
112212019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11222 Tom Tromey <tromey@adacore.com>
11223
11224 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
11225 (bp_location_ops): Remove.
11226 (base_breakpoint_allocate_location): Update.
11227 (free_bp_location): Update.
11228 * ada-lang.c (class ada_catchpoint_location)
11229 <ada_catchpoint_location>: Remove ops parameter.
11230 (ada_catchpoint_location_dtor): Remove.
11231 (ada_catchpoint_location_ops): Remove.
11232 (allocate_location_exception): Update.
11233 * breakpoint.h (struct bp_location_ops): Remove.
11234 (class bp_location) <bp_location>: Remove bp_location_ops
11235 parameter.
11236 <~bp_location>: Add destructor.
11237 <ops>: Remove.
11238
b671c7fb
TS
112392019-02-14 Thomas Schwinge <thomas@codesourcery.com>
11240 Pedro Alves <palves@redhat.com>
11241
11242 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
11243 'PATH_MAX'.
11244
8071c5ce
DM
112452019-02-14 David Michael <fedora.dm0@gmail.com>
11246 Samuel Thibault <samuel.thibault@gnu.org>
11247 Thomas Schwinge <thomas@codesourcery.com>
11248
11249 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
11250 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
11251
b1041ae0
TS
112522019-02-14 Thomas Schwinge <thomas@codesourcery.com>
11253
924514e1
TS
11254 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
11255 (check_empty): Use "const char *".
11256
c29ee8d4
TS
11257 * gnu-nat.c (gnu_nat_target::detach): Instead of
11258 'detach_inferior (pid)' call
11259 'detach_inferior (find_inferior_pid (pid))'.
11260
6c6ef69f
TS
11261 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
11262 'nat/fork-inferior.o'.
11263 * gnu-nat.c: #include "nat/fork-inferior.h".
11264
2d0a338c
TS
11265 * gnu-nat.c (gnu_nat_target::detach): Instead of
11266 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
11267 * gnu-nat.h: #include "inf-child.h".
11268 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
11269 'i386_gnu_nat_target::fetch_registers'.
11270 (gnu_store_registers): Rename/move to
11271 'i386_gnu_nat_target::store_registers'.
11272
cabb5f06
TS
11273 * config/i386/nm-i386gnu.h: Don't "#include" any files.
11274 * gnu-nat.h (mach_thread_info): New function.
11275 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
11276
b1041ae0
TS
11277 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
11278
2988d01e
KF
112792019-02-14 Frederic Konrad <konrad@adacore.com>
11280
11281 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
11282
c559d709
JB
112832019-02-14 Joel Brobecker <brobecker@adacore.com>
11284
11285 * windows-nat.c (windows_add_thread): Add new parameter
11286 "main_thread_p" with default value set to false. Update
11287 function documentation as well as all callers.
11288 (windows_delete_thread): Likewise.
11289 (fake_create_process): Update call to windows_add_thread.
11290 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
11291 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
11292 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
11293 call to windows_delete_thread.
11294
007024cc
SM
112952019-02-13 Simon Marchi <simon.marchi@ericsson.com>
11296
11297 * MAINTAINERS: Add Andrew Burgess as global maintainer.
11298
f62318e9
JB
112992019-02-12 John Baldwin <jhb@FreeBSD.org>
11300
11301 * symfile.c (find_separate_debug_file): Use canonical path of
11302 sysroot with child_path instead of gdb_sysroot if it is valid.
11303
cd4b7848
JB
113042019-02-12 John Baldwin <jhb@FreeBSD.org>
11305
11306 * symfile.c (find_separate_debug_file): Use child_path to
11307 determine if an object file is under a sysroot.
11308
efac4bfe
JB
113092019-02-12 John Baldwin <jhb@FreeBSD.org>
11310
11311 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
11312 unittests/child-path-selftests.c.
11313 * common/pathstuff.c (child_path): New function.
11314 * common/pathstuff.h (child_path): New prototype.
11315 * unittests/child-path-selftests.c: New file.
11316
402d2bfe
JB
113172019-02-12 John Baldwin <jhb@FreeBSD.org>
11318
11319 * symfile.c (find_separate_debug_file): Look for separate debug
11320 files in debug directories under the sysroot.
11321
1ed9f74e
PW
113222019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11323
11324 * symtab.h (struct minimal_symbol data_p): New const method.
11325 (struct minimal_symbol text_p): Likewise.
11326 * symtab.c (output_source_filename): Use file name style
11327 to print file name.
11328 (print_symbol_info): Likewise.
11329 (print_msymbol_info): Use address style to print addresses.
11330 Use function name style to print executable text symbols.
11331 (expand_symtab_containing_pc): Use data_p.
11332 (find_pc_sect_compunit_symtab): Likewise.
11333
2636d81d
PW
113342019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11335
11336 * breakpoint.c (describe_other_breakpoints): Use address style
11337 to print addresses.
11338 (say_where): Likewise.
11339
ac8c53cc
PW
113402019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11341
11342 * ada-typeprint.c (print_func_type): Print function name
11343 style to print function name.
11344 * c-typeprint.c (c_print_type_1): Likewise.
11345
ea638c43
AH
113462019-02-11 Alan Hayward <alan.hayward@arm.com>
11347
11348 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
11349 for execve.
11350
ab759ca8
PW
113512019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11352
11353 * c-exp.y (direct_abs_decl): Use emplace_back to record the
11354 type_stack.
11355
aff29d1c
JB
113562019-02-10 Joel Brobecker <brobecker@adacore.com>
11357
11358 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
11359 TYPE_CODE_REF types.
11360
617126bc
JW
113612019-02-08 Jim Wilson <jimw@sifive.com>
11362
11363 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
11364 (riscv_linux_fregset): New.
11365 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
11366
46e3ed7f
TT
113672019-02-07 Tom Tromey <tom@tromey.com>
11368
11369 * thread.c (thread_cancel_execution_command): Update.
11370 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
11371 methods.
11372 (struct thread_fsm_ops): Remove.
11373 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
11374 (thread_fsm_should_stop, thread_fsm_return_value)
11375 (thread_fsm_set_finished, thread_fsm_finished_p)
11376 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
11377 Don't declare.
11378 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
11379 * infrun.c (clear_proceed_status_thread)
11380 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
11381 (print_stop_event): Update.
11382 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
11383 Add constructor.
11384 (step_command_fsm_ops): Remove.
11385 (new_step_command_fsm): Remove.
11386 (step_1): Update.
11387 (step_command_fsm::should_stop): Rename from
11388 step_command_fsm_should_stop.
11389 (step_command_fsm::clean_up): Rename from
11390 step_command_fsm_clean_up.
11391 (step_command_fsm::do_async_reply_reason): Rename from
11392 step_command_fsm_async_reply_reason.
11393 (struct until_next_fsm): Inherit from thread_fsm. Add
11394 constructor.
11395 (until_next_fsm_ops): Remove.
11396 (new_until_next_fsm): Remove.
11397 (until_next_fsm::should_stop): Rename from
11398 until_next_fsm_should_stop.
11399 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
11400 (until_next_fsm::do_async_reply_reason): Rename from
11401 until_next_fsm_async_reply_reason.
11402 (struct finish_command_fsm): Inherit from thread_fsm. Add
11403 constructor. Change type of breakpoint.
11404 (finish_command_fsm_ops): Remove.
11405 (new_finish_command_fsm): Remove.
11406 (finish_command_fsm::should_stop): Rename from
11407 finish_command_fsm_should_stop.
11408 (finish_command_fsm::clean_up): Rename from
11409 finish_command_fsm_clean_up.
11410 (finish_command_fsm::return_value): Rename from
11411 finish_command_fsm_return_value.
11412 (finish_command_fsm::do_async_reply_reason): Rename from
11413 finish_command_fsm_async_reply_reason.
11414 (finish_command): Update.
11415 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
11416 Add constructor.
11417 (call_thread_fsm_ops): Remove.
11418 (call_thread_fsm::call_thread_fsm): Rename from
11419 new_call_thread_fsm.
11420 (call_thread_fsm::should_stop): Rename from
11421 call_thread_fsm_should_stop.
11422 (call_thread_fsm::should_notify_stop): Rename from
11423 call_thread_fsm_should_notify_stop.
11424 (run_inferior_call, call_function_by_hand_dummy): Update.
11425 * cli/cli-interp.c (should_print_stop_to_console): Update.
11426 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
11427 Add constructor. Change type of location_breakpoint,
11428 caller_breakpoint.
11429 (until_break_fsm_ops): Remove.
11430 (new_until_break_fsm): Remove.
11431 (until_break_fsm::should_stop): Rename from
11432 until_break_fsm_should_stop.
11433 (until_break_fsm::clean_up): Rename from
11434 until_break_fsm_clean_up.
11435 (until_break_fsm::do_async_reply_reason): Rename from
11436 until_break_fsm_async_reply_reason.
11437 (until_break_command): Update.
11438 * thread-fsm.c: Remove.
11439 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
11440
1a5c2598
TT
114412019-02-07 Tom Tromey <tom@tromey.com>
11442
11443 * yy-remap.h: Add include guard.
11444 * xtensa-tdep.h: Add include guard.
11445 * xcoffread.h: Rename include guard.
11446 * varobj-iter.h: Add include guard.
11447 * tui/tui.h: Rename include guard.
11448 * tui/tui-winsource.h: Rename include guard.
11449 * tui/tui-wingeneral.h: Rename include guard.
11450 * tui/tui-windata.h: Rename include guard.
11451 * tui/tui-win.h: Rename include guard.
11452 * tui/tui-stack.h: Rename include guard.
11453 * tui/tui-source.h: Rename include guard.
11454 * tui/tui-regs.h: Rename include guard.
11455 * tui/tui-out.h: Rename include guard.
11456 * tui/tui-layout.h: Rename include guard.
11457 * tui/tui-io.h: Rename include guard.
11458 * tui/tui-hooks.h: Rename include guard.
11459 * tui/tui-file.h: Rename include guard.
11460 * tui/tui-disasm.h: Rename include guard.
11461 * tui/tui-data.h: Rename include guard.
11462 * tui/tui-command.h: Rename include guard.
11463 * tic6x-tdep.h: Add include guard.
11464 * target/waitstatus.h: Rename include guard.
11465 * target/wait.h: Rename include guard.
11466 * target/target.h: Rename include guard.
11467 * target/resume.h: Rename include guard.
11468 * target-float.h: Rename include guard.
11469 * stabsread.h: Add include guard.
11470 * rs6000-tdep.h: Add include guard.
11471 * riscv-fbsd-tdep.h: Add include guard.
11472 * regformats/regdef.h: Rename include guard.
11473 * record.h: Rename include guard.
11474 * python/python.h: Rename include guard.
11475 * python/python-internal.h: Rename include guard.
11476 * python/py-stopevent.h: Rename include guard.
11477 * python/py-ref.h: Rename include guard.
11478 * python/py-record.h: Rename include guard.
11479 * python/py-record-full.h: Rename include guard.
11480 * python/py-record-btrace.h: Rename include guard.
11481 * python/py-instruction.h: Rename include guard.
11482 * python/py-events.h: Rename include guard.
11483 * python/py-event.h: Rename include guard.
11484 * procfs.h: Add include guard.
11485 * proc-utils.h: Add include guard.
11486 * p-lang.h: Add include guard.
11487 * or1k-tdep.h: Rename include guard.
11488 * observable.h: Rename include guard.
11489 * nto-tdep.h: Rename include guard.
11490 * nat/x86-linux.h: Rename include guard.
11491 * nat/x86-linux-dregs.h: Rename include guard.
11492 * nat/x86-gcc-cpuid.h: Add include guard.
11493 * nat/x86-dregs.h: Rename include guard.
11494 * nat/x86-cpuid.h: Rename include guard.
11495 * nat/ppc-linux.h: Rename include guard.
11496 * nat/mips-linux-watch.h: Rename include guard.
11497 * nat/linux-waitpid.h: Rename include guard.
11498 * nat/linux-ptrace.h: Rename include guard.
11499 * nat/linux-procfs.h: Rename include guard.
11500 * nat/linux-osdata.h: Rename include guard.
11501 * nat/linux-nat.h: Rename include guard.
11502 * nat/linux-namespaces.h: Rename include guard.
11503 * nat/linux-btrace.h: Rename include guard.
11504 * nat/glibc_thread_db.h: Rename include guard.
11505 * nat/gdb_thread_db.h: Rename include guard.
11506 * nat/gdb_ptrace.h: Rename include guard.
11507 * nat/fork-inferior.h: Rename include guard.
11508 * nat/amd64-linux-siginfo.h: Rename include guard.
11509 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
11510 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
11511 * nat/aarch64-linux.h: Rename include guard.
11512 * nat/aarch64-linux-hw-point.h: Rename include guard.
11513 * mn10300-tdep.h: Add include guard.
11514 * mips-linux-tdep.h: Add include guard.
11515 * mi/mi-parse.h: Rename include guard.
11516 * mi/mi-out.h: Rename include guard.
11517 * mi/mi-main.h: Rename include guard.
11518 * mi/mi-interp.h: Rename include guard.
11519 * mi/mi-getopt.h: Rename include guard.
11520 * mi/mi-console.h: Rename include guard.
11521 * mi/mi-common.h: Rename include guard.
11522 * mi/mi-cmds.h: Rename include guard.
11523 * mi/mi-cmd-break.h: Rename include guard.
11524 * m2-lang.h: Add include guard.
11525 * location.h: Rename include guard.
11526 * linux-record.h: Rename include guard.
11527 * linux-nat.h: Add include guard.
11528 * linux-fork.h: Add include guard.
11529 * i386-darwin-tdep.h: Rename include guard.
11530 * hppa-linux-offsets.h: Add include guard.
11531 * guile/guile.h: Rename include guard.
11532 * guile/guile-internal.h: Rename include guard.
11533 * gnu-nat.h: Rename include guard.
11534 * gdb-stabs.h: Rename include guard.
11535 * frv-tdep.h: Add include guard.
11536 * f-lang.h: Add include guard.
11537 * event-loop.h: Add include guard.
11538 * darwin-nat.h: Rename include guard.
11539 * cp-abi.h: Rename include guard.
11540 * config/sparc/nm-sol2.h: Rename include guard.
11541 * config/nm-nto.h: Rename include guard.
11542 * config/nm-linux.h: Add include guard.
11543 * config/i386/nm-i386gnu.h: Rename include guard.
11544 * config/djgpp/nl_types.h: Rename include guard.
11545 * config/djgpp/langinfo.h: Rename include guard.
11546 * compile/gcc-cp-plugin.h: Add include guard.
11547 * compile/gcc-c-plugin.h: Add include guard.
11548 * compile/compile.h: Rename include guard.
11549 * compile/compile-object-run.h: Rename include guard.
11550 * compile/compile-object-load.h: Rename include guard.
11551 * compile/compile-internal.h: Rename include guard.
11552 * compile/compile-cplus.h: Rename include guard.
11553 * compile/compile-c.h: Rename include guard.
11554 * common/xml-utils.h: Rename include guard.
11555 * common/x86-xstate.h: Rename include guard.
11556 * common/version.h: Rename include guard.
11557 * common/vec.h: Rename include guard.
11558 * common/tdesc.h: Rename include guard.
11559 * common/selftest.h: Rename include guard.
11560 * common/scoped_restore.h: Rename include guard.
11561 * common/scoped_mmap.h: Rename include guard.
11562 * common/scoped_fd.h: Rename include guard.
11563 * common/safe-iterator.h: Rename include guard.
11564 * common/run-time-clock.h: Rename include guard.
11565 * common/refcounted-object.h: Rename include guard.
11566 * common/queue.h: Rename include guard.
11567 * common/ptid.h: Rename include guard.
11568 * common/print-utils.h: Rename include guard.
11569 * common/preprocessor.h: Rename include guard.
11570 * common/pathstuff.h: Rename include guard.
11571 * common/observable.h: Rename include guard.
11572 * common/netstuff.h: Rename include guard.
11573 * common/job-control.h: Rename include guard.
11574 * common/host-defs.h: Rename include guard.
11575 * common/gdb_wait.h: Rename include guard.
11576 * common/gdb_vecs.h: Rename include guard.
11577 * common/gdb_unlinker.h: Rename include guard.
11578 * common/gdb_unique_ptr.h: Rename include guard.
11579 * common/gdb_tilde_expand.h: Rename include guard.
11580 * common/gdb_sys_time.h: Rename include guard.
11581 * common/gdb_string_view.h: Rename include guard.
11582 * common/gdb_splay_tree.h: Rename include guard.
11583 * common/gdb_setjmp.h: Rename include guard.
11584 * common/gdb_ref_ptr.h: Rename include guard.
11585 * common/gdb_optional.h: Rename include guard.
11586 * common/gdb_locale.h: Rename include guard.
11587 * common/gdb_assert.h: Rename include guard.
11588 * common/filtered-iterator.h: Rename include guard.
11589 * common/filestuff.h: Rename include guard.
11590 * common/fileio.h: Rename include guard.
11591 * common/environ.h: Rename include guard.
11592 * common/common-utils.h: Rename include guard.
11593 * common/common-types.h: Rename include guard.
11594 * common/common-regcache.h: Rename include guard.
11595 * common/common-inferior.h: Rename include guard.
11596 * common/common-gdbthread.h: Rename include guard.
11597 * common/common-exceptions.h: Rename include guard.
11598 * common/common-defs.h: Rename include guard.
11599 * common/common-debug.h: Rename include guard.
11600 * common/cleanups.h: Rename include guard.
11601 * common/buffer.h: Rename include guard.
11602 * common/btrace-common.h: Rename include guard.
11603 * common/break-common.h: Rename include guard.
11604 * cli/cli-utils.h: Rename include guard.
11605 * cli/cli-style.h: Rename include guard.
11606 * cli/cli-setshow.h: Rename include guard.
11607 * cli/cli-script.h: Rename include guard.
11608 * cli/cli-interp.h: Rename include guard.
11609 * cli/cli-decode.h: Rename include guard.
11610 * cli/cli-cmds.h: Rename include guard.
11611 * charset-list.h: Add include guard.
11612 * buildsym-legacy.h: Rename include guard.
11613 * bfin-tdep.h: Add include guard.
11614 * ax.h: Rename include guard.
11615 * arm-linux-tdep.h: Add include guard.
11616 * arm-fbsd-tdep.h: Add include guard.
11617 * arch/xtensa.h: Rename include guard.
11618 * arch/tic6x.h: Add include guard.
11619 * arch/i386.h: Add include guard.
11620 * arch/arm.h: Rename include guard.
11621 * arch/arm-linux.h: Rename include guard.
11622 * arch/arm-get-next-pcs.h: Rename include guard.
11623 * arch/amd64.h: Add include guard.
11624 * arch/aarch64-insn.h: Rename include guard.
11625 * arch-utils.h: Rename include guard.
11626 * annotate.h: Add include guard.
11627 * amd64-darwin-tdep.h: Rename include guard.
11628 * aarch64-linux-tdep.h: Add include guard.
11629 * aarch64-fbsd-tdep.h: Add include guard.
11630 * aarch32-linux-nat.h: Add include guard.
11631
ab9268d2
PW
116322019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11633
11634 * macrotab.c (macro_define_internal): New function that
11635 factorizes macro_define_object_internal and macro_define_function
11636 code.
11637 (macro_define_object_internal): Use macro_define_internal.
11638 (macro_define_function): Likewise.
11639
bb0da2b4
PW
116402019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11641
11642 * macrocmd.c (extract_identifier): Return
11643 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
11644 callers.
11645
424eb552
JB
116462019-02-06 John Baldwin <jhb@FreeBSD.org>
11647
11648 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
11649
1688cb29
TT
116502019-02-05 Tom Tromey <tom@tromey.com>
11651
11652 * target.c (target_stack::unpush): Move assertion earlier.
11653
b5eba2d8
TT
116542019-01-30 Tom Tromey <tom@tromey.com>
11655
11656 PR python/23615:
11657 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
11658 (gdbpy_parse_and_eval): Likewise.
11659 * python/python-internal.h (gdbpy_allow_threads): New class.
11660
7054e2ff
JB
116612019-01-28 John Baldwin <jhb@FreeBSD.org>
11662
11663 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
11664 (aarch64_fbsd_fpregmap): Move earlier.
11665 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
11666 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
11667 instead of individual calls to trad_frame_set_reg_addr.
11668 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
11669 earlier.
11670 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
11671 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
11672 instead of individual calls to trad_frame_set_reg_addr.
11673
36c25ffa
AH
116742019-01-28 Alan Hayward <alan.hayward@arm.com>
11675
11676 * CONTRIBUTE: Replace contribution list with wiki link.
11677
a0707f3c
TT
116782019-01-25 Tom Tromey <tom@tromey.com>
11679
11680 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
11681
0747795c
TT
116822019-01-25 Tom Tromey <tom@tromey.com>
11683
11684 * xtensa-linux-nat.c: Fix common/ includes.
11685 * xml-support.h: Fix common/ includes.
11686 * xml-support.c: Fix common/ includes.
11687 * x86-linux-nat.c: Fix common/ includes.
11688 * windows-nat.c: Fix common/ includes.
11689 * varobj.h: Fix common/ includes.
11690 * varobj.c: Fix common/ includes.
11691 * value.c: Fix common/ includes.
11692 * valops.c: Fix common/ includes.
11693 * utils.c: Fix common/ includes.
11694 * unittests/xml-utils-selftests.c: Fix common/ includes.
11695 * unittests/utils-selftests.c: Fix common/ includes.
11696 * unittests/unpack-selftests.c: Fix common/ includes.
11697 * unittests/tracepoint-selftests.c: Fix common/ includes.
11698 * unittests/style-selftests.c: Fix common/ includes.
11699 * unittests/string_view-selftests.c: Fix common/ includes.
11700 * unittests/scoped_restore-selftests.c: Fix common/ includes.
11701 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
11702 * unittests/scoped_fd-selftests.c: Fix common/ includes.
11703 * unittests/rsp-low-selftests.c: Fix common/ includes.
11704 * unittests/parse-connection-spec-selftests.c: Fix common/
11705 includes.
11706 * unittests/optional-selftests.c: Fix common/ includes.
11707 * unittests/offset-type-selftests.c: Fix common/ includes.
11708 * unittests/observable-selftests.c: Fix common/ includes.
11709 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
11710 * unittests/memrange-selftests.c: Fix common/ includes.
11711 * unittests/memory-map-selftests.c: Fix common/ includes.
11712 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
11713 * unittests/function-view-selftests.c: Fix common/ includes.
11714 * unittests/environ-selftests.c: Fix common/ includes.
11715 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
11716 * unittests/common-utils-selftests.c: Fix common/ includes.
11717 * unittests/cli-utils-selftests.c: Fix common/ includes.
11718 * unittests/array-view-selftests.c: Fix common/ includes.
11719 * ui-file.c: Fix common/ includes.
11720 * tui/tui-io.c: Fix common/ includes.
11721 * tracepoint.h: Fix common/ includes.
11722 * tracepoint.c: Fix common/ includes.
11723 * tracefile-tfile.c: Fix common/ includes.
11724 * top.h: Fix common/ includes.
11725 * top.c: Fix common/ includes.
11726 * thread.c: Fix common/ includes.
11727 * target/waitstatus.h: Fix common/ includes.
11728 * target/waitstatus.c: Fix common/ includes.
11729 * target.h: Fix common/ includes.
11730 * target.c: Fix common/ includes.
11731 * target-memory.c: Fix common/ includes.
11732 * target-descriptions.c: Fix common/ includes.
11733 * symtab.h: Fix common/ includes.
11734 * symfile.c: Fix common/ includes.
11735 * stap-probe.c: Fix common/ includes.
11736 * spu-linux-nat.c: Fix common/ includes.
11737 * sparc-nat.c: Fix common/ includes.
11738 * source.c: Fix common/ includes.
11739 * solib.c: Fix common/ includes.
11740 * solib-target.c: Fix common/ includes.
11741 * ser-unix.c: Fix common/ includes.
11742 * ser-tcp.c: Fix common/ includes.
11743 * ser-pipe.c: Fix common/ includes.
11744 * ser-base.c: Fix common/ includes.
11745 * selftest-arch.c: Fix common/ includes.
11746 * s12z-tdep.c: Fix common/ includes.
11747 * rust-exp.y: Fix common/ includes.
11748 * rs6000-aix-tdep.c: Fix common/ includes.
11749 * riscv-tdep.c: Fix common/ includes.
11750 * remote.c: Fix common/ includes.
11751 * remote-notif.h: Fix common/ includes.
11752 * remote-fileio.h: Fix common/ includes.
11753 * remote-fileio.c: Fix common/ includes.
11754 * regcache.h: Fix common/ includes.
11755 * regcache.c: Fix common/ includes.
11756 * record-btrace.c: Fix common/ includes.
11757 * python/python.c: Fix common/ includes.
11758 * python/py-type.c: Fix common/ includes.
11759 * python/py-inferior.c: Fix common/ includes.
11760 * progspace.h: Fix common/ includes.
11761 * producer.c: Fix common/ includes.
11762 * procfs.c: Fix common/ includes.
11763 * proc-api.c: Fix common/ includes.
11764 * printcmd.c: Fix common/ includes.
11765 * ppc-linux-nat.c: Fix common/ includes.
11766 * parser-defs.h: Fix common/ includes.
11767 * osdata.c: Fix common/ includes.
11768 * obsd-nat.c: Fix common/ includes.
11769 * nat/x86-linux.c: Fix common/ includes.
11770 * nat/x86-linux-dregs.c: Fix common/ includes.
11771 * nat/x86-dregs.h: Fix common/ includes.
11772 * nat/x86-dregs.c: Fix common/ includes.
11773 * nat/ppc-linux.c: Fix common/ includes.
11774 * nat/mips-linux-watch.h: Fix common/ includes.
11775 * nat/mips-linux-watch.c: Fix common/ includes.
11776 * nat/linux-waitpid.c: Fix common/ includes.
11777 * nat/linux-ptrace.h: Fix common/ includes.
11778 * nat/linux-ptrace.c: Fix common/ includes.
11779 * nat/linux-procfs.c: Fix common/ includes.
11780 * nat/linux-personality.c: Fix common/ includes.
11781 * nat/linux-osdata.c: Fix common/ includes.
11782 * nat/linux-namespaces.c: Fix common/ includes.
11783 * nat/linux-btrace.h: Fix common/ includes.
11784 * nat/linux-btrace.c: Fix common/ includes.
11785 * nat/fork-inferior.c: Fix common/ includes.
11786 * nat/amd64-linux-siginfo.c: Fix common/ includes.
11787 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
11788 * nat/aarch64-linux.c: Fix common/ includes.
11789 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
11790 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
11791 * namespace.h: Fix common/ includes.
11792 * mips-linux-tdep.c: Fix common/ includes.
11793 * minsyms.c: Fix common/ includes.
11794 * mi/mi-parse.h: Fix common/ includes.
11795 * mi/mi-main.c: Fix common/ includes.
11796 * mi/mi-cmd-env.c: Fix common/ includes.
11797 * memrange.h: Fix common/ includes.
11798 * memattr.c: Fix common/ includes.
11799 * maint.h: Fix common/ includes.
11800 * maint.c: Fix common/ includes.
11801 * main.c: Fix common/ includes.
11802 * machoread.c: Fix common/ includes.
11803 * location.c: Fix common/ includes.
11804 * linux-thread-db.c: Fix common/ includes.
11805 * linux-nat.c: Fix common/ includes.
11806 * linux-fork.c: Fix common/ includes.
11807 * inline-frame.c: Fix common/ includes.
11808 * infrun.c: Fix common/ includes.
11809 * inflow.c: Fix common/ includes.
11810 * inferior.h: Fix common/ includes.
11811 * inferior.c: Fix common/ includes.
11812 * infcmd.c: Fix common/ includes.
11813 * inf-ptrace.c: Fix common/ includes.
11814 * inf-child.c: Fix common/ includes.
11815 * ia64-linux-nat.c: Fix common/ includes.
11816 * i387-tdep.c: Fix common/ includes.
11817 * i386-tdep.c: Fix common/ includes.
11818 * i386-linux-tdep.c: Fix common/ includes.
11819 * i386-linux-nat.c: Fix common/ includes.
11820 * i386-go32-tdep.c: Fix common/ includes.
11821 * i386-fbsd-tdep.c: Fix common/ includes.
11822 * i386-fbsd-nat.c: Fix common/ includes.
11823 * guile/scm-type.c: Fix common/ includes.
11824 * guile/guile.c: Fix common/ includes.
11825 * go32-nat.c: Fix common/ includes.
11826 * gnu-nat.c: Fix common/ includes.
11827 * gdbthread.h: Fix common/ includes.
11828 * gdbarch-selftests.c: Fix common/ includes.
11829 * gdb_usleep.c: Fix common/ includes.
11830 * gdb_select.h: Fix common/ includes.
11831 * gdb_bfd.c: Fix common/ includes.
11832 * gcore.c: Fix common/ includes.
11833 * fork-child.c: Fix common/ includes.
11834 * findvar.c: Fix common/ includes.
11835 * fbsd-nat.c: Fix common/ includes.
11836 * event-top.c: Fix common/ includes.
11837 * event-loop.c: Fix common/ includes.
11838 * dwarf2read.c: Fix common/ includes.
11839 * dwarf2loc.c: Fix common/ includes.
11840 * dwarf2-frame.c: Fix common/ includes.
11841 * dwarf-index-cache.c: Fix common/ includes.
11842 * dtrace-probe.c: Fix common/ includes.
11843 * disasm-selftests.c: Fix common/ includes.
11844 * defs.h: Fix common/ includes.
11845 * csky-tdep.c: Fix common/ includes.
11846 * cp-valprint.c: Fix common/ includes.
11847 * cp-support.h: Fix common/ includes.
11848 * cp-support.c: Fix common/ includes.
11849 * corelow.c: Fix common/ includes.
11850 * completer.h: Fix common/ includes.
11851 * completer.c: Fix common/ includes.
11852 * compile/compile.c: Fix common/ includes.
11853 * compile/compile-loc2c.c: Fix common/ includes.
11854 * compile/compile-cplus-types.c: Fix common/ includes.
11855 * compile/compile-cplus-symbols.c: Fix common/ includes.
11856 * command.h: Fix common/ includes.
11857 * cli/cli-dump.c: Fix common/ includes.
11858 * cli/cli-cmds.c: Fix common/ includes.
11859 * charset.c: Fix common/ includes.
11860 * build-id.c: Fix common/ includes.
11861 * btrace.h: Fix common/ includes.
11862 * btrace.c: Fix common/ includes.
11863 * breakpoint.h: Fix common/ includes.
11864 * breakpoint.c: Fix common/ includes.
11865 * ax.h:
11866 (enum agent_op): Fix common/ includes.
11867 * ax-general.c (struct aop_map): Fix common/ includes.
11868 * ax-gdb.c: Fix common/ includes.
11869 * auxv.c: Fix common/ includes.
11870 * auto-load.c: Fix common/ includes.
11871 * arm-tdep.c: Fix common/ includes.
11872 * arch/riscv.c: Fix common/ includes.
11873 * arch/ppc-linux-common.c: Fix common/ includes.
11874 * arch/i386.c: Fix common/ includes.
11875 * arch/arm.c: Fix common/ includes.
11876 * arch/arm-linux.c: Fix common/ includes.
11877 * arch/arm-get-next-pcs.c: Fix common/ includes.
11878 * arch/amd64.c: Fix common/ includes.
11879 * arch/aarch64.c: Fix common/ includes.
11880 * arch/aarch64-insn.c: Fix common/ includes.
11881 * arch-utils.c: Fix common/ includes.
11882 * amd64-windows-tdep.c: Fix common/ includes.
11883 * amd64-tdep.c: Fix common/ includes.
11884 * amd64-sol2-tdep.c: Fix common/ includes.
11885 * amd64-obsd-tdep.c: Fix common/ includes.
11886 * amd64-nbsd-tdep.c: Fix common/ includes.
11887 * amd64-linux-tdep.c: Fix common/ includes.
11888 * amd64-linux-nat.c: Fix common/ includes.
11889 * amd64-fbsd-tdep.c: Fix common/ includes.
11890 * amd64-fbsd-nat.c: Fix common/ includes.
11891 * amd64-dicos-tdep.c: Fix common/ includes.
11892 * amd64-darwin-tdep.c: Fix common/ includes.
11893 * agent.c: Fix common/ includes.
11894 * ada-lang.h: Fix common/ includes.
11895 * ada-lang.c: Fix common/ includes.
11896 * aarch64-tdep.c: Fix common/ includes.
11897
2f5c153e
TT
118982019-01-25 Tom Tromey <tom@tromey.com>
11899
11900 * common/create-version.sh: Use common/version.h.
11901
adc6a863
PA
119022019-01-24 Pedro Alves <palves@redhat.com>
11903
11904 * infrun.c (signal_stop, signal_print, signal_program)
11905 (signal_catch, signal_pass): Now arrays instead of pointers.
11906 (update_signals_program_target, do_target_resume)
11907 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
11908 * linux-nat.c (linux_nat_target::pass_signals)
11909 (linux_nat_target::create_inferior, linux_nat_target::attach):
11910 Adjust.
11911 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
11912 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
11913 * procfs.c (procfs_target::pass_signals): Adjust.
11914 * record-full.c (record_full_target::resume): Adjust.
11915 * remote.c (remote_target::pass_signals)
11916 (remote_target::program_signals): Adjust.
11917 * target-debug.h (target_debug_print_signals): Now takes a
11918 gdb::array_view as parameter. Adjust.
11919 * target.h (target_ops) <pass_signals, program_signals>: Replace
11920 pointer and length parameters with gdb::array_view.
11921 (target_pass_signals, target_program_signals): Likewise.
11922 * target-delegates.c: Regenerate.
11923
3046d67a
PA
119242019-01-24 Pedro Alves <palves@redhat.com>
11925
11926 * common/forward-scope-exit.h
11927 (forward_scope_exit::forward_scope_exit): Pass arguments to
11928 m_bind_function directly, instead of creating a std::bind and
11929 copying that.
11930
353229bf
AH
119312019-01-24 Alan Hayward <alan.hayward@arm.com>
11932
11933 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
11934 for static members.
11935 (pass_in_v_vfp_candidate): Likewise.
11936
311dc83a
TT
119372019-01-23 Tom Tromey <tom@tromey.com>
11938 Pedro Alves <palves@redhat.com>
11939
11940 * regcache.c (class regcache_invalidator): Remove.
11941 (regcache::raw_write): Use make_scope_exit.
11942
296bd123
TT
119432019-01-23 Tom Tromey <tom@tromey.com>
11944
11945 * ui-out.h (class ui_out_emit_type): Update comment.
11946
979a0d13
TT
119472019-01-23 Tom Tromey <tom@tromey.com>
11948
11949 * infrun.c (fetch_inferior_event): Update comment.
11950
d238133d
TT
119512019-01-23 Tom Tromey <tom@tromey.com>
11952 Pedro Alves <palves@redhat.com>
11953
11954 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
11955 parameter.
11956 (fetch_inferior_event): Use SCOPE_EXIT.
11957
11958
9885e6bb
TT
119592019-01-23 Tom Tromey <tom@tromey.com>
11960 Pedro Alves <palves@redhat.com>
11961
11962 * infrun.c (disable_thread_events): Delete.
11963 (stop_all_threads): Use SCOPE_EXIT.
11964
286526c1
TT
119652019-01-23 Tom Tromey <tom@tromey.com>
11966 Pedro Alves <palves@redhat.com>
11967
11968 * symfile.c: Include forward-scope-exit.h.
11969 (clear_symtab_users_cleanup): Replace forward declaration with
11970 a FORWARD_SCOPE_EXIT.
11971 (syms_from_objfile_1): Use the forward_scope_exit and
11972 gdb::optional instead of cleanup_function.
11973 (reread_symbols): Use the forward_scope_exit instead of
11974 cleanup_function.
11975 (clear_symtab_users_cleanup): Remove function.
11976
1db93f14
TT
119772019-01-23 Tom Tromey <tom@tromey.com>
11978 Pedro Alves <palves@redhat.com>
11979
11980 * linux-nat.c: Include scope-exit.h.
11981 (cleanup_target_stop): Remove.
11982 (linux_nat_target::static_tracepoint_markers_by_strid): Use
11983 SCOPE_EXIT.
11984
2cc83d1e
TT
119852019-01-23 Tom Tromey <tom@tromey.com>
11986 Pedro Alves <palves@redhat.com>
11987
11988 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
11989 (call_function_by_hand_dummy): Use SCOPE_EXIT.
11990
694c6bf5
TT
119912019-01-23 Tom Tromey <tom@tromey.com>
11992 Andrew Burgess <andrew.burgess@embecosm.com>
11993 Pedro Alves <palves@redhat.com>
11994
11995 * infrun.c (fetch_inferior_event): Use scope_exit.
11996 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
11997 * top.c (execute_command): Use scope_exit.
11998 * breakpoint.c (bpstat_do_actions): Use scope_exit.
11999 * utils.c (do_bpstat_clear_actions_cleanup)
12000 (make_bpstat_clear_actions_cleanup): Remove.
12001
4c41382a
TT
120022019-01-23 Tom Tromey <tom@tromey.com>
12003 Pedro Alves <palves@redhat.com>
12004
12005 * infrun.c: Include "common/scope-exit.h"
12006 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
12007 (wait_for_inferior): Use SCOPE_EXIT.
12008 (fetch_inferior_event): Use scope_exit.
12009
89f8fb50
TT
120102019-01-23 Tom Tromey <tom@tromey.com>
12011 Pedro Alves <palves@redhat.com>
12012
12013 * breakpoint.c (create_breakpoint): Remove cleanup.
12014
5419bdae
TT
120152019-01-23 Tom Tromey <tom@tromey.com>
12016 Andrew Burgess <andrew.burgess@embecosm.com>
12017 Pedro Alves <palves@redhat.com>
12018
e587ef42
PA
120192019-01-23 Pedro Alves <palves@redhat.com>
12020
12021 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
12022
77f0e74c
PA
120232019-01-23 Pedro Alves <palves@redhat.com>
12024 Andrew Burgess <andrew.burgess@embecosm.com>
12025
12026 * gdbthread.h: Include "common/forward-scope-exit.h".
12027 (scoped_finish_thread_state): Redefine custom class in terms of
12028 forward_scope_exit.
12029
5b9b3e53
PA
120302019-01-23 Pedro Alves <palves@redhat.com>
12031 Andrew Burgess <andrew.burgess@embecosm.com>
12032
12033 * common/forward-scope-exit.h: New file.
12034
54b65c9b
PA
120352019-01-23 Pedro Alves <palves@redhat.com>
12036 Andrew Burgess <andrew.burgess@embecosm.com>
12037 Tom Tromey <tom@tromey.com>
12038
12039 * common/scope-exit.h: New file.
12040
cf08fb29
PA
120412019-01-23 Pedro Alves <palves@redhat.com>
12042
12043 * common/preprocessor.h (ESC): Rename to ...
12044 (ESC_PARENS): ... this.
12045 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
12046 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
12047
ae73e2e2
TT
120482019-01-23 Tom Tromey <tom@tromey.com>
12049
12050 * language.h (class scoped_switch_to_sym_language_if_auto):
12051 Initialize m_lang in both cases.
12052
6594e122
AH
120532019-01-23 Alan Hayward <alan.hayward@arm.com>
12054
12055 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
12056 with XCNEW.
12057
a7c9855d
TT
120582019-01-22 Tom Tromey <tom@tromey.com>
12059
12060 * corelow.c: Do not include sys/file.h.
12061
93cc1d53
TT
120622019-01-22 Tom Tromey <tom@tromey.com>
12063
12064 * tui/tui-wingeneral.h: Include gdb_curses.h.
12065
38561778
TT
120662019-01-22 Tom Tromey <tom@tromey.com>
12067
12068 * source-cache.h (class source_cache) <get_source_lines,
12069 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
12070
37b3ab5b
TT
120712019-01-22 Tom Tromey <tom@tromey.com>
12072
12073 * remote-fileio.h (struct remote_target): Declare.
12074
3fabc016
TT
120752019-01-22 Tom Tromey <tom@tromey.com>
12076
12077 * python/py-arch.c: Do not include py-ref.h.
12078 * python/py-bpevent.c: Do not include py-ref.h.
12079 * python/py-cmd.c: Do not include py-ref.h.
12080 * python/py-continueevent.c: Do not include py-ref.h.
12081 * python/py-event.h: Do not include py-ref.h.
12082 * python/py-evtregistry.c: Do not include py-ref.h.
12083 * python/py-finishbreakpoint.c: Do not include py-ref.h.
12084 * python/py-frame.c: Do not include py-ref.h.
12085 * python/py-framefilter.c: Do not include py-ref.h.
12086 * python/py-function.c: Do not include py-ref.h.
12087 * python/py-infevents.c: Do not include py-ref.h.
12088 * python/py-linetable.c: Do not include py-ref.h.
12089 * python/py-objfile.c: Do not include py-ref.h.
12090 * python/py-param.c: Do not include py-ref.h.
12091 * python/py-prettyprint.c: Do not include py-ref.h.
12092 * python/py-progspace.c: Do not include py-ref.h.
12093 * python/py-symbol.c: Do not include py-ref.h.
12094 * python/py-symtab.c: Do not include py-ref.h.
12095 * python/py-type.c: Do not include py-ref.h.
12096 * python/py-unwind.c: Do not include py-ref.h.
12097 * python/py-utils.c: Do not include py-ref.h.
12098 * python/py-value.c: Do not include py-ref.h.
12099 * python/py-varobj.c: Do not include py-ref.h.
12100 * python/py-xmethods.c: Do not include py-ref.h.
12101 * python/python.c: Do not include py-ref.h.
12102 * varobj.c: Do not include py-ref.h.
12103
6b4d7774
TT
121042019-01-22 Tom Tromey <tom@tromey.com>
12105
12106 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
12107 keyword for bcache.
12108
7af7e9b5
TT
121092019-01-22 Tom Tromey <tom@tromey.com>
12110
12111 * compile/compile-cplus-types.c: Remove a comment by #include.
12112
951d1049
TT
121132019-01-22 Tom Tromey <tom@tromey.com>
12114
12115 * compile/gcc-c-plugin.h: Include compile-internal.h.
12116
d65d5705
TT
121172019-01-22 Tom Tromey <tom@tromey.com>
12118
12119 * stabsread.c (EXTERN): Do not define.
12120 (symnum, next_symbol_text_func, processing_gcc_compilation)
12121 (within_function, global_sym_chain, global_stabs)
12122 (previous_stab_code, this_object_header_files)
12123 (n_this_object_header_files)
12124 (n_allocated_this_object_header_files): Define.
12125 * stabsread.h (EXTERN): Never define. Use "extern".
12126
b6fb1ee5
PW
121272019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12128
12129 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
12130 history_value.
12131
be6d4f74
TT
121322019-01-21 Tom Tromey <tom@tromey.com>
12133
12134 * ui-out.c: Fix includes.
12135 * tui/tui-source.c: Fix includes.
12136 * target.c: Fix includes.
12137 * remote.c: Fix includes.
12138 * regcache.c: Fix includes.
12139 * python/py-block.c: Fix includes.
12140 * printcmd.c: Fix includes.
12141 * or1k-tdep.c: Fix includes.
12142 * mi/mi-main.c: Fix includes.
12143 * m32r-tdep.c: Fix includes.
12144 * csky-tdep.c: Fix includes.
12145 * compile/compile-cplus-types.c: Fix includes.
12146 * cli/cli-interp.c: Fix includes.
12147
73021deb
AH
121482019-01-21 Alan Hayward <alan.hayward@arm.com>
12149
12150 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
12151 for padding.
12152
7932255d
TT
121532019-01-16 Tom Tromey <tom@tromey.com>
12154
12155 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
12156 earlier.
12157 (struct objfile) <msymbols_range>: Move from top level.
12158 <msymbols>: New method.
12159 (class objfile_msymbols): Remove.
12160 * symtab.c (default_collect_symbol_completion_matches_break_on):
12161 Update.
12162 * symmisc.c (dump_msymbols): Update.
12163 * stabsread.c (scan_file_globals): Update.
12164 * objc-lang.c (info_selectors_command, info_classes_command)
12165 (find_methods): Update.
12166 * minsyms.c (find_solib_trampoline_target): Update.
12167 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
12168 * coffread.c (coff_symfile_read): Update.
12169 * ada-lang.c (ada_lookup_simple_minsym)
12170 (ada_collect_symbol_completion_matches): Update.
12171
604b1bfb
TT
121722019-01-16 Tom Tromey <tom@tromey.com>
12173
12174 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
12175 type. Remove no-argument constructor.
12176 <iterator::operator++>: Simplify.
12177 <begin>: Update.
12178 <end>: Use minimal_symbol_count.
12179
f252c6d5
TT
121802019-01-16 Tom Tromey <tom@tromey.com>
12181
12182 * objfiles.h (struct objfile) <psymtabs>: New method.
12183 (class objfile_psymtabs): Remove.
12184 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
12185 typedef.
12186 <range>: New method.
12187 (require_partial_symbols): Change return type.
12188 * psymtab.c (require_partial_symbols)
12189 (psym_expand_symtabs_matching): Update.
12190 * mdebugread.c (parse_partial_symbols): Update.
12191 * dbxread.c (dbx_end_psymtab): Update.
12192
b669c953
TT
121932019-01-15 Tom Tromey <tom@tromey.com>
12194
12195 * symtab.c (lookup_objfile_from_block)
12196 (lookup_symbol_in_objfile_symtabs)
12197 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
12198 (find_line_symtab, info_sources_command)
12199 (default_collect_symbol_completion_matches_break_on)
12200 (make_source_files_completion_list): Update.
12201 * symmisc.c (print_objfile_statistics, dump_objfile)
12202 (maintenance_print_symbols, maintenance_info_symtabs)
12203 (maintenance_check_symtabs, maintenance_info_line_tables):
12204 Update.
12205 * source.c (select_source_symtab)
12206 (forget_cached_source_info_for_objfile): Update.
12207 * objfiles.h (class objfile_compunits): Remove.
12208 (struct objfile) <compunits_range>: New typedef.
12209 (compunits): New method.
12210 * objfiles.c (objfile_relocate1): Update.
12211 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
12212 * maint.c (count_symtabs_and_blocks): Update.
12213 * linespec.c (iterate_over_all_matching_symtabs): Update.
12214 * cp-support.c (add_symbol_overload_list_qualified): Update.
12215 * coffread.c (coff_symtab_read): Update.
12216 * ada-lang.c (add_nonlocal_symbols)
12217 (ada_collect_symbol_completion_matches)
12218 (ada_add_global_exceptions): Update.
12219
7e955d83
TT
122202019-01-15 Tom Tromey <tom@tromey.com>
12221
12222 * progspace.h (program_space) <objfiles_safe_range>: New
12223 typedef.
12224 <objfiles_safe>: New method.
12225 * objfiles.h (class all_objfiles_safe): Remove.
12226 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
12227 * jit.c (jit_inferior_exit_hook): Update.
12228
2030c079
TT
122292019-01-17 Tom Tromey <tom@tromey.com>
12230
12231 * progspace.h (program_space) <objfiles_range>: New typedef.
12232 <objfiles>: New method.
12233 <objfiles_head>: Rename from objfiles.
12234 (object_files): Update.
12235 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
12236 * guile/scm-pretty-print.c
12237 (ppscm_find_pretty_printer_from_objfiles): Update.
12238 * guile/scm-objfile.c (gdbscm_objfiles): Update.
12239 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
12240 Update.
12241 * python/py-progspace.c (pspy_get_objfiles): Update.
12242 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
12243 Update.
12244 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
12245 (objfpy_lookup_objfile_by_build_id): Update.
12246 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
12247 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
12248 Update.
12249 * symtab.c (iterate_over_symtabs, matching_obj_sections)
12250 (expand_symtab_containing_pc, lookup_objfile_from_block)
12251 (lookup_static_symbol, basic_lookup_transparent_type)
12252 (find_pc_sect_compunit_symtab, find_symbol_at_address)
12253 (find_line_symtab, info_sources_command)
12254 (default_collect_symbol_completion_matches_break_on)
12255 (make_source_files_completion_list, find_main_name): Update.
12256 * symmisc.c (print_symbol_bcache_statistics)
12257 (print_objfile_statistics, maintenance_print_symbols)
12258 (maintenance_print_msymbols, maintenance_print_objfiles)
12259 (maintenance_info_symtabs, maintenance_check_symtabs)
12260 (maintenance_expand_symtabs, maintenance_info_line_tables):
12261 Update.
12262 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
12263 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
12264 (map_overlay_command, unmap_overlay_command)
12265 (simple_overlay_update, expand_symtabs_matching)
12266 (map_symbol_filenames): Update.
12267 * symfile-debug.c (set_debug_symfile): Update.
12268 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
12269 Update.
12270 * source.c (select_source_symtab, forget_cached_source_info):
12271 Update.
12272 * solib.c (solib_read_symbols): Update.
12273 * solib-spu.c (append_ocl_sos): Update.
12274 * psymtab.c (maintenance_print_psymbols)
12275 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
12276 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
12277 * printcmd.c (info_symbol_command): Update.
12278 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
12279 Update.
12280 * objfiles.h (class all_objfiles): Remove.
12281 * objfiles.c (have_partial_symbols, have_full_symbols)
12282 (have_minimal_symbols, qsort_cmp, update_section_map)
12283 (shared_objfile_contains_address_p)
12284 (default_iterate_over_objfiles_in_search_order): Update.
12285 * objc-lang.c (info_selectors_command, info_classes_command)
12286 (find_methods): Update.
12287 * minsyms.c (find_solib_trampoline_target): Update.
12288 * maint.c (maintenance_info_sections)
12289 (maintenance_translate_address, count_symtabs_and_blocks):
12290 Update.
12291 * main.c (captured_main_1): Update.
12292 * linux-thread-db.c (try_thread_db_load_from_pdir)
12293 (has_libpthread): Update.
12294 * linespec.c (iterate_over_all_matching_symtabs)
12295 (search_minsyms_for_name): Update.
12296 * jit.c (jit_find_objf_with_entry_addr): Update.
12297 * hppa-tdep.c (find_unwind_entry)
12298 (hppa_lookup_stub_minimal_symbol): Update.
12299 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
12300 Update.
12301 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
12302 (elf_gnu_ifunc_resolve_by_got): Update.
12303 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
12304 * dwarf-index-write.c (save_gdb_index_command): Update.
12305 * cp-support.c (add_symbol_overload_list_qualified): Update.
12306 * breakpoint.c (create_overlay_event_breakpoint)
12307 (create_longjmp_master_breakpoint)
12308 (create_std_terminate_master_breakpoint)
12309 (create_exception_master_breakpoint): Update.
12310 * blockframe.c (find_pc_partial_function): Update.
12311 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
12312 (ada_collect_symbol_completion_matches)
12313 (ada_add_global_exceptions): Update.
12314
776489e0
TT
123152019-01-17 Tom Tromey <tom@tromey.com>
12316
12317 * solib-target.c (lm_info_target_p): Remove typedef. Don't
12318 declare VEC.
12319 (solib_target_parse_libraries): Change return type.
12320 (library_list_start_segment, library_list_start_section)
12321 (library_list_end_library, library_list_start_library); Update.
12322 (solib_target_free_library_list): Remove.
12323 (solib_target_parse_libraries): Remove cleanup. Change return
12324 type.
12325 (solib_target_current_sos): Update.
12326
6471e7d2
TT
123272019-01-17 Tom Tromey <tromey@bapiya>
12328
12329 * valprint.c: Replace "the the" with "the".
12330 * symtab.c: Replace "the the" with "the".
12331 * solib.c: Replace "the the" with "the".
12332 * solib-dsbt.c: Replace "the the" with "the".
12333 * linespec.c: Replace "the the" with "the".
12334 * dwarf2loc.h: Replace "the the" with "the".
12335 * amd64-windows-tdep.c: Replace "the the" with "the".
12336 * aarch64-tdep.c: Replace "the the" with "the".
12337
c24bdb02
KS
123382019-01-16 Keith Seitz <keiths@redhat.com>
12339
12340 PR gdb/23773
12341 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
12342 <builder>: Rename to ..
12343 <m_builder>: ... this and make private.
12344 (dwarf2_cu::get_builder): New method. Change all users of
12345 `builder' to use this method.
12346 (dwarf2_start_symtab): Move to ...
12347 (dwarf2_cu::start_symtab): ... here. Update all callers
12348 (setup_type_unit_groups): Move to ...
12349 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
12350 callers.
12351 (dwarf2_cu::reset_builder): New method.
12352 (process_full_compunit, process_full_type_unit): Use
12353 dwarf2_cu::reset_builder.
12354 (follow_die_offset): Record the ancestor CU if it is different
12355 from the followed DIE's CU.
12356 (follow_die_sig_1): Likewise.
12357
8d64371b
TT
123582019-01-15 Tom Tromey <tom@tromey.com>
12359
12360 * remote.c (class remote_state) <buf>: Now a char_vector.
12361 <buf_size>: Remove.
12362 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
12363 parameter.
12364 (remote_target::getpkt_or_notif_sane_1)
12365 (remote_target::getpkt_sane)
12366 (remote_target::getpkt_or_notif_sane): Likewise.
12367 (class remote_target) <putpkt>: New overload.
12368 (remote_target::read_frame): Change type of "buf_p". Remove
12369 sizeof_p parameter.
12370 (packet_ok): New overload.
12371 (packet_check_result): New overload.
12372 Update all uses.
12373
bb277751
TT
123742019-01-14 Tom Tromey <tom@tromey.com>
12375
12376 * remote-notif.c (handle_notification, remote_notif_ack)
12377 (remote_notif_parse): Make "buf" const.
12378 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
12379 const.
12380 (remote_notif_parse, remote_notif_ack, handle_notification):
12381 Likewise.
12382 * remote.c (remote_notif_stop_parse): Make "buf" const.
12383 (remote_target::remote_parse_stop_reply): Make "buf" const.
12384 (remote_notif_stop_ack): Make "buf" const.
12385
05be00a8
TT
123862019-01-14 Tom Tromey <tom@tromey.com>
12387
12388 * remote.c (remote_console_output): Make parameter const.
12389
491adeca
TT
123902019-01-14 Tom Tromey <tom@tromey.com>
12391
12392 * target-debug.h (target_debug_print_signals): Constify.
12393 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
12394 * procfs.c (procfs_target::pass_signals): Update.
12395 * linux-nat.c (linux_nat_target::pass_signals): Update.
12396 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
12397 * target-delegates.c: Rebuild.
12398 * remote.c (remote_target::program_signals): Update.
12399 (remote_target::pass_signals): Update.
12400 * target.c (target_pass_signals): Constify argument.
12401 (target_program_signals): Likewise.
12402 * target.h (struct target_ops) <pass_signals, program_signals>:
12403 Constify argument.
12404 (target_pass_signals, target_program_signals): Constify argument.
12405
bbd94648
TT
124062019-01-14 Tom Tromey <tom@tromey.com>
12407
12408 PR tui/28819:
12409 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
12410
6f072a10
PFC
124112019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
12412
12413 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
12414 field.
12415 * rs6000-tdep.c: Include reggroups.h.
12416 (IS_V_ALIAS_PSEUDOREG): Define.
12417 (rs6000_register_name): Return names for the "vX" aliases.
12418 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
12419 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
12420 aliases. Call default_register_reggroup_p for all other
12421 pseudo-registers.
12422 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
12423 New functions.
12424 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
12425 Handle "vX" aliases.
12426 (v_alias_pseudo_register_collect): New function.
12427 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
12428 (rs6000_gdbarch_init): Initialize "vX" aliases as
12429 pseudo-registers. Restore registration of
12430 rs6000_pseudo_register_reggroup_p with
12431 set_tdesc_pseudo_register_reggroup_p.
12432
1a782351
MF
124332019-01-13 Max Filippov <jcmvbkbc@gmail.com>
12434
12435 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
12436 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
12437 set_gdbarch_num_pseudo_regs.
12438
d73cff18
PW
124392019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12440
12441 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
12442 Remove arg prefixname, add do_set and do_show.
12443 Add member functions set_list and show_list.
12444 * cli/cli-style.c (class cli_style_option): Update accordingly.
12445 (style_set_list): Move to file scope.
12446 (style_show_list): Likewise.
12447 (set_style): Call help_list.
12448 (show_style): Call cmd_show_list.
12449 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
12450 Update to use the new macro.
12451
60a90376
JB
124522019-10-12 Joel Brobecker <brobecker@adacore.com>
12453
12454 * ada-lang.c (_initialize_ada_language): Expand the help text
12455 for the "catch exception" command.
12456
9d7c67bf
PW
124572019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12458
12459 * symtab.c (matching_obj_sections): Initialize obj,
12460 declare it closer to its usage.
12461
7cf47dc4
TT
124622019-01-10 Tom Tromey <tom@tromey.com>
12463
12464 * thread-iter.h (inf_threads_iterator): Use next_iterator.
12465 (basic_inf_threads_range): Remove.
12466 (inf_threads_range, inf_non_exited_threads_range)
12467 (safe_inf_threads_range): Use next_adapter.
12468
d3cb6808
KS
124692019-01-10 Keith Seitz <keiths@redhat.com>
12470
12471 PR gdb/23712
12472 PR symtab/23010
12473 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
12474 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
12475
63a20375
KS
124762019-01-10 Keith Seitz <keiths@redhat.com>
12477
12478 PR gdb/23712
12479 PR symtab/23010
12480 * dictionary.c (pending_to_vector): Remove.
12481 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
12482 Remove _1 suffix, replacing functions of the same name. Update
12483 all callers.
12484 (dict_create_hashed, dict_create_hashed_expandable)
12485 (dict_create_linear, dict_create_linear_expandable, dict_free)
12486 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
12487 Make functions static.
12488
b026f593
KS
124892019-01-10 Keith Seitz <keiths@redhat.com>
12490
12491 PR gdb/23712
12492 PR symtab/23010
12493 * dictionary.h (struct dictionary): Replace declaration with
12494 multidictionary.
12495 (dict_create_hashed, dict_create_hashed_expandable)
12496 (dict_create_linear, dict_create_linear_expandable)
12497 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
12498 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
12499 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
12500 taking multidictionary argument.
12501 [ALL_DICT_SYMBOLS]: Update for multidictionary.
12502 * block.h (struct block) <dict>: Change to multidictionary
12503 and rename `multidict'.
12504 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
12505 symmisc.c: Update all dictionary references to multidictionary.
12506
c7748ee9
KS
125072019-01-10 Keith Seitz <keiths@redhat.com>
12508
12509 PR gdb/23712
12510 PR symtab/23010
12511 * dictionary.c: Include unordered_map.
12512 (pending_to_vector): New function.
12513 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
12514 Rewrite the non-"_1" functions to take vector instead
12515 of linked list.
12516 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
12517 "new" _1 versions of the same name.
12518 (multidictionary): Define.
12519 (std::hash<enum language): New definition.
12520 (collate_pending_symbols_by_language, mdict_create_hashed)
12521 (mdict_create_hashed_expandable, mdict_create_linear)
12522 (mdict_create_linear_expandable, mdict_free)
12523 (find_language_dictionary, create_new_language_dictionary)
12524 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
12525 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
12526 (mdict_size, mdict_empty): New functions.
12527 * dictionary.h (mdict_iterator): Define.
12528
67aa1f3c
PA
125292019-01-10 Pedro Alves <palves@redhat.com>
12530
12531 * breakpoint.c (read_uploaded_action)
12532 (create_tracepoint_from_upload): Adjust to use
12533 gdb::unique_xmalloc_ptr.
12534 * ctf.c (ctf_write_uploaded_tp):
12535 (SET_ARRAY_FIELD): Use emplace_back.
12536 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
12537 * tracefile-tfile.c (tfile_write_uploaded_tp):
12538 * tracepoint.c (parse_tracepoint_definition): Adjust to use
12539 gdb::unique_xmalloc_ptr.
12540 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
12541 at_string, cond_string, cmd_strings>: Replace char pointers
12542 with gdb::unique_xmalloc_ptr.
12543
2f667667
PA
125442019-01-10 Pedro Alves <palves@redhat.com>
12545
12546 * solib-target.c (library_list_start_library): Don't xstrdup name.
12547
36cb7237
PA
125482019-01-10 Pedro Alves <palves@redhat.com>
12549
12550 * mdebugread.c (parse_partial_symbols): Use
12551 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
12552
da584958
AB
125532019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
12554
12555 * linux-fork.c (scoped_switch_fork_info)
12556 <~scoped_switch_fork_info>: Fix incorrect variable name.
12557
1ef8573c
AB
125582019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
12559
12560 * linux-fork.c (scoped_switch_fork_info)
12561 <scoped_switch_fork_info>: Make explicit.
12562 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
12563
8d7bcccb
TT
125642019-01-10 Tom Tromey <tom@tromey.com>
12565
12566 * objfiles.h (objfile::reset_psymtabs): Update.
12567 * objfiles.c (objfile::objfile): Update.
12568 * psymtab.h (psymtab_storage::obstack): Update.
12569 (psymtab_storage::m_obstack): Use gdb::optional.
12570 (class psymtab_storage): Update comment. Remove objfile
12571 parameter.
12572 * psymtab.c (psymtab_storage::psymtab_storage): Update.
12573
b596a3c7
TT
125742019-01-10 Tom Tromey <tom@tromey.com>
12575
12576 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
12577 <free_psymtabs>: Now private.
12578 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
12579 (allocate_psymtab): Use new method.
12580
a9342b62
TT
125812019-01-10 Tom Tromey <tom@tromey.com>
12582
12583 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
12584 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
12585 * mdebugread.c (parse_partial_symbols): Use
12586 allocate_dependencies.
12587 * dwarf2read.c (dwarf2_create_include_psymtab): Use
12588 allocate_dependencies.
12589 (process_psymtab_comp_unit_reader)
12590 (build_type_psymtab_dependencies): Likewise.
12591 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
12592
5af70966
TT
125932019-01-10 Tom Tromey <tom@tromey.com>
12594
12595 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
12596 PSYMBOL_SET_LANGUAGE.
12597 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
12598
5923a04c
TT
125992019-01-10 Tom Tromey <tom@tromey.com>
12600
12601 * psymtab.h (psymtab_storage::obstack): New method.
12602 <m_obstack>: Rename from obstack; now private.
12603 * psymtab.c (psymtab_storage): Update.
12604 * dwarf2read.c (create_addrmap_from_index)
12605 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
12606 Update.
12607
6d6a12bf
TT
126082019-01-10 Tom Tromey <tom@tromey.com>
12609
12610 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
12611 * objfiles.h (objfile::reset_psymtabs): New method.
12612
d320c2b5
TT
126132019-01-10 Tom Tromey <tom@tromey.com>
12614
12615 * symmisc.c (print_symbol_bcache_statistics): Update.
12616 (print_objfile_statistics): Update.
12617 * symfile.c (reread_symbols): Update.
12618 * psymtab.h (class psymtab_storage): New.
12619 * psymtab.c (psymtab_storage): New constructor.
12620 (~psymtab_storage): New destructor.
12621 (require_partial_symbols): Update.
12622 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
12623 (find_pc_sect_psymtab, find_pc_sect_psymbol)
12624 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
12625 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
12626 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
12627 (start_psymtab_common, end_psymtab_common)
12628 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
12629 (allocate_psymtab): Update.
12630 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
12631 Update.
12632 (dump_psymtab_addrmap, maintenance_print_psymbols)
12633 (maintenance_check_psymtabs): Update.
12634 (class objfile_psymtabs): Move to objfiles.h.
12635 * psympriv.h (discard_psymtab): Now inline.
12636 (psymtab_discarder::psymtab_discarder): Update.
12637 (psymtab_discarder::~psymtab_discarder): Update.
12638 (ALL_OBJFILE_PSYMTABS): Rewrite.
12639 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
12640 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
12641 Remove fields.
12642 <partial_symtabs>: New field.
12643 (class objfile_psymtabs): Move from psymtab.h. Update.
12644 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
12645 psymbol_cache.
12646 (objfile::~objfile): Don't destroy psymbol_cache.
12647 * mdebugread.c (parse_partial_symbols): Update.
12648 * dwarf2read.c (create_addrmap_from_index)
12649 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
12650 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
12651 (add_partial_subprogram, dwarf2_ranges_read): Update.
12652 * dwarf-index-write.c (write_address_map)
12653 (write_one_signatured_type, recursively_write_psymbols)
12654 (class debug_names, class debug_names, write_psymtabs_to_index):
12655 Update.
12656
1d94a5a3
TT
126572019-01-10 Tom Tromey <tom@tromey.com>
12658
12659 * symtab.h (SYMBOL_SET_NAMES): Update.
12660 (symbol_set_names): Update.
12661 (MSYMBOL_SET_NAMES): Update.
12662 * symtab.c (symbol_set_names): Change argument to be an
12663 objfile_per_bfd_storage.
12664 * psymtab.c (add_psymbol_to_bcache): Update.
12665 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
12666
0f14768a
TT
126672019-01-10 Tom Tromey <tom@tromey.com>
12668
12669 * symtab.c (create_demangled_names_hash): Change argument to be an
12670 objfile_per_bfd_storage.
12671 (symbol_set_names): Update.
12672
6eee24ce
TT
126732019-01-10 Tom Tromey <tom@tromey.com>
12674
12675 * xcoffread.c (xcoff_initial_scan): Unconditionally call
12676 init_psymbol_list.
12677 * psymtab.c (init_psymbol_list): Do nothing if already called.
12678 * psympriv.h (init_psymbol_list): Add comment.
12679 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
12680 init_psymbol_list.
12681 * dbxread.c (dbx_symfile_read): Unconditionally call
12682 init_psymbol_list.
12683
75aedd27
TT
126842019-01-10 Tom Tromey <tom@tromey.com>
12685
12686 * xcoffread.c (scan_xcoff_symtab): Update.
12687 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
12688 "where".
12689 * mdebugread.c (parse_partial_symbols)
12690 (handle_psymbol_enumerators): Update.
12691 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
12692 * dbxread.c (read_dbx_symtab): Update.
12693 * psympriv.h (psymbol_placement): New enum.
12694 (add_psymbol_to_list): Update.
12695
939652a5
TT
126962019-01-10 Tom Tromey <tom@tromey.com>
12697
12698 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
12699 static_psymbols parameters.
12700 (scan_xcoff_symtab): Update.
12701 * psymtab.c (start_psymtab_common): Remove global_psymbols and
12702 static_psymbols parameters.
12703 * psympriv.h (start_psymtab_common): Update.
12704 * mdebugread.c (parse_partial_symbols): Update.
12705 * dwarf2read.c (create_partial_symtab): Update.
12706 * dbxread.c (read_dbx_symtab): Update.
12707 (start_psymtab): Remove global_psymbols and static_psymbols
12708 parameters.
12709
baa62830
TT
127102019-01-10 Tom Tromey <tom@tromey.com>
12711
12712 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
12713 * psymtab.c (allocate_psymtab): Add comment.
12714 * psympriv.h (allocate_psymtab): Add comment.
12715 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
12716 initializations.
12717 * dbxread.c (dbx_end_psymtab): Remove some initializations.
12718
0e8f53ba
TT
127192019-01-10 Tom Tromey <tom@tromey.com>
12720
12721 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
12722 Don't declare.
12723 * mipsread.c: Include mdebugread.h.
12724 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
12725 Declare.
12726 * elfread.c: Include mdebugread.h.
12727
b22a7c6a
TT
127282019-01-09 Tom Tromey <tom@tromey.com>
12729
12730 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
12731 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
12732 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
12733 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
12734 (psym_lookup_symbol, psym_find_last_source_symtab)
12735 (psym_forget_cached_source_info, psym_print_stats)
12736 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
12737 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
12738 (psym_map_matching_symbols, psym_expand_symtabs_matching)
12739 (psym_find_compunit_symtab_by_address)
12740 (maintenance_print_psymbols, maintenance_info_psymtabs)
12741 (maintenance_check_psymtabs): Use ranged for.
12742 * psymtab.h (class objfile_psymtabs): New.
12743 (require_partial_symbols): Return objfile_psymtabs.
12744 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
12745
3b9d3ac2
TT
127462019-01-09 Tom Tromey <tom@tromey.com>
12747
12748 * symfile.c (overlay_invalidate_all, find_pc_overlay)
12749 (find_pc_mapped_section, list_overlays_command)
12750 (map_overlay_command, unmap_overlay_command)
12751 (simple_overlay_update): Use all_objfiles.
12752 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
12753 * printcmd.c (info_symbol_command): Use all_objfiles.
12754 * objfiles.h (ALL_OBJSECTIONS): Remove.
12755 * maint.c (maintenance_translate_address): Use all_objfiles.
12756 * gcore.c (gcore_create_callback): Use all_objfiles.
12757 (objfile_find_memory_regions): Likewise.
12758
8b31193a
TT
127592019-01-09 Tom Tromey <tom@tromey.com>
12760
12761 * symtab.c (find_line_symtab, info_sources_command)
12762 (make_source_files_completion_list): Use objfile_compunits.
12763 * source.c (select_source_symtab): Use objfile_compunits.
12764 * objfiles.h (struct objfile): Update comment.
12765 (ALL_OBJFILES): Remove.
12766 (ALL_FILETABS): Remove.
12767 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
12768 objfile_compunits.
12769
d5da8b3c
TT
127702019-01-09 Tom Tromey <tom@tromey.com>
12771
12772 * symmisc.c (print_objfile_statistics, dump_objfile)
12773 (maintenance_print_symbols): Use compunit_filetabs.
12774 * source.c (forget_cached_source_info_for_objfile): Use
12775 compunit_filetabs.
12776 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
12777 (ALL_FILETABS): Use compunit_filetabs.
12778 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
12779 * coffread.c (coff_symtab_read): Use compunit_filetabs.
12780
5accd1a0
TT
127812019-01-09 Tom Tromey <tom@tromey.com>
12782
12783 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
12784 (compunit_filetabs): New.
12785 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
12786 compunit_filetabs.
12787 (info_sources_command, make_source_files_completion_list): Remove
12788 declaration.
12789 * symmisc.c (print_objfile_statistics, dump_objfile)
12790 (maintenance_print_symbols): Remove declaration.
12791 (maintenance_info_symtabs): Use compunit_filetabs.
12792 (maintenance_info_line_tables): Likewise.
12793 * source.c (select_source_symtab): Change local variable name.
12794 (forget_cached_source_info_for_objfile): Remove declaration.
12795 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
12796 * objfiles.c (objfile_relocate1): Remove declaration.
12797 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
12798 declaration.
12799 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
12800 * coffread.c (coff_symtab_read): Remove declaration.
12801 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
12802 compunit_filetabs.
12803
d8aeb77f
TT
128042019-01-09 Tom Tromey <tom@tromey.com>
12805
12806 * symtab.c (lookup_objfile_from_block)
12807 (find_pc_sect_compunit_symtab, search_symbols)
12808 (default_collect_symbol_completion_matches_break_on): Use
12809 objfile_compunits.
12810 * objfiles.h (ALL_COMPUNITS): Remove.
12811 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
12812 * cp-support.c (add_symbol_overload_list_qualified): Use
12813 objfile_compunits.
12814 * ada-lang.c (ada_collect_symbol_completion_matches)
12815 (ada_add_global_exceptions): Use objfile_compunits.
12816
592553c4
TT
128172019-01-09 Tom Tromey <tom@tromey.com>
12818
12819 * source.c (select_source_symtab)
12820 (forget_cached_source_info_for_objfile): Remove declaration.
12821 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
12822 declaration.
12823 * maint.c (count_symtabs_and_blocks): Remove declaration.
12824 * cp-support.c (add_symbol_overload_list_qualified): Remove
12825 declaration.
12826 * coffread.c (coff_symtab_read): Remove declaration.
12827 * symtab.c (lookup_symbol_in_objfile_symtabs)
12828 (basic_lookup_transparent_type_1): Use objfile_compunits.
12829 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
12830 (info_sources_command, search_symbols)
12831 (default_collect_symbol_completion_matches_break_on)
12832 (make_source_files_completion_list): Remove declaration.
12833 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
12834 (ada_collect_symbol_completion_matches)
12835 (ada_add_global_exceptions): Remove declaration.
12836 * linespec.c (iterate_over_all_matching_symtabs): Use
12837 objfile_compunits.
12838 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
12839 (class objfile_compunits): New.
12840 (ALL_COMPUNITS): Use objfile_compunits.
12841 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
12842 (maintenance_check_symtabs, maintenance_info_line_tables): Use
12843 objfile_compunits.
12844 * objfiles.c (objfile_relocate1): Use objfile_compunits.
12845
5325b9bf
TT
128462019-01-09 Tom Tromey <tom@tromey.com>
12847
12848 * symtab.c (search_symbols)
12849 (default_collect_symbol_completion_matches_break_on): Use
12850 objfile_msymbols.
12851 * ada-lang.c (ada_lookup_simple_minsym)
12852 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
12853 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
12854 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
12855 objfile_msymbols.
12856 * coffread.c (coff_symfile_read): Use objfile_msymbols.
12857 * symmisc.c (dump_msymbols): Use objfile_msymbols.
12858 * objc-lang.c (find_methods): Use objfile_msymbols.
12859 (info_selectors_command, info_classes_command): Likewise.
12860 * stabsread.c (scan_file_globals): Use objfile_msymbols.
12861 * objfiles.h (class objfile_msymbols): New.
12862 (ALL_OBJFILE_MSYMBOLS): Remove.
12863 (ALL_MSYMBOLS): Remove.
12864
cac85af2
TT
128652019-01-09 Tom Tromey <tom@tromey.com>
12866
12867 * common/next-iterator.h (next_adapter): Add Iterator template
12868 parameter.
12869 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
12870 (class all_objfiles_safe): New.
12871 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
12872 * objfiles.c (put_objfile_before): Update comment.
12873 (add_separate_debug_objfile): Likewise.
12874 (free_all_objfiles): Use all_objfiles_safe.
12875 (objfile_purge_solibs): Likewise.
12876
aed57c53
TT
128772019-01-09 Tom Tromey <tom@tromey.com>
12878
12879 * symtab.c (iterate_over_symtabs, matching_obj_sections)
12880 (expand_symtab_containing_pc, lookup_static_symbol)
12881 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
12882 (find_symbol_at_address, find_line_symtab, find_main_name): Use
12883 all_objfiles.
12884 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
12885 * breakpoint.c (create_overlay_event_breakpoint)
12886 (create_longjmp_master_breakpoint)
12887 (create_std_terminate_master_breakpoint)
12888 (create_exception_master_breakpoint): Use all_objfiles.
12889 * linux-thread-db.c (try_thread_db_load_from_pdir)
12890 (has_libpthread): Use all_objfiles.
12891 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
12892 * linespec.c (iterate_over_all_matching_symtabs)
12893 (search_minsyms_for_name): Use all_objfiles.
12894 * maint.c (maintenance_info_sections): Use all_objfiles.
12895 * main.c (captured_main_1): Use all_objfiles.
12896 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
12897 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
12898 * guile/scm-pretty-print.c
12899 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
12900 * solib-spu.c (append_ocl_sos): Use all_objfiles.
12901 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
12902 (maintenance_print_msymbols): Use all_objfiles.
12903 * source.c (select_source_symtab): Use all_objfiles.
12904 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
12905 * symfile.c (remove_symbol_file_command)
12906 (expand_symtabs_matching, map_symbol_filenames): Use
12907 all_objfiles.
12908 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
12909 all_objfiles.
12910 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
12911 * objc-lang.c (find_methods): Use all_objfiles.
12912 * objfiles.c (have_partial_symbols, have_full_symbols)
12913 (have_minimal_symbols, qsort_cmp)
12914 (default_iterate_over_objfiles_in_search_order): Use
12915 all_objfiles.
12916 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
12917 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
12918 (maintenance_check_psymtabs): Use all_objfiles.
12919 (ALL_PSYMTABS): Remove.
12920 * compile/compile-object-run.c (do_module_cleanup): Use
12921 all_objfiles.
12922 * blockframe.c (find_pc_partial_function): Use all_objfiles.
12923 * cp-support.c (add_symbol_overload_list_qualified): Use
12924 all_objfiles.
12925 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
12926 Use all_objfiles.
12927 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
12928 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
12929 all_objfiles.
12930 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
12931 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
12932 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
12933 Uses all_objfiles.
12934 * solib.c (solib_read_symbols): Use all_objfiles
12935
99d89cde
TT
129362019-01-09 Tom Tromey <tom@tromey.com>
12937
12938 * probe.c (parse_probes_in_pspace): Use all_objfiles.
12939 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
12940 all_objfiles.
12941 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
12942 * symmisc.c (print_symbol_bcache_statistics)
12943 (print_objfile_statistics, maintenance_print_objfiles)
12944 (maintenance_info_symtabs, maintenance_check_symtabs)
12945 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
12946 all_objfiles.
12947 * source.c (forget_cached_source_info): Use all_objfiles.
12948 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
12949 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
12950 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
12951 * objfiles.c (update_section_map): Use all_objfiles.
12952 (shared_objfile_contains_address_p): Likewise.
12953 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
12954 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
12955
21708325
TT
129562019-01-09 Tom Tromey <tom@tromey.com>
12957
12958 * common/next-iterator.h: New file.
12959 * objfiles.h (class all_objfiles): New.
12960 (struct objfile_iterator): New.
12961
669e09f6
PW
129622019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12963
12964 * NEWS: Move the description of the changed "frame", "select-frame",
12965 and "info frame" commands to the Changed commands section.
12966
041be526
SM
129672019-01-09 Simon Marchi <simon.marchi@ericsson.com>
12968
12969 * gdbtypes.c (check_stub_method_group): Remove handling of old
12970 mangling schemes.
12971 * linespec.c (find_methods): Likewise.
12972 * stabsread.c (read_member_functions): Likewise.
12973 * valops.c (search_struct_method): Likewise.
12974 (value_struct_elt_for_reference): Likewise.
12975 * NEWS: Mention this change.
12976
0e2a2133
AB
129772019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
12978
12979 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
12980 print_source_lines.
12981 * source.c (print_source_lines_base): Update line number check.
12982 (print_source_lines): New function.
12983 (source_lines_range::source_lines_range): New function.
12984 * source.h (class source_lines_range): New class.
12985 (print_source_lines): New declaration.
12986
1055a3b4
PW
129872019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12988
12989 * linespec.c (linespec_state_destructor): Free self->canonical_names.
12990
cfeadda5
TT
129912019-01-08 Tom Tromey <tom@tromey.com>
12992 Simon Marchi <simon.marchi@ericsson.com>
12993
12994 PR gdb/24060
12995 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
12996 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
12997 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
12998 * f-exp.y (DOLLAR_VARIABLE): Likewise.
12999 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
13000 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
13001
583068ca
AB
130022019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
13003
13004 * source.c (select_source_symtab): Move header comment to
13005 declaration in source.h.
13006 (forget_cached_source_info_for_objfile): Likewise.
13007 (forget_cached_source_info): Likewise.
13008 (identify_source_line): Likewise.
13009 * source.h (identify_source_line): Move declaration from symtab.h
13010 and add comment from source.c
13011 (print_source_lines): Likewise.
13012 (forget_cached_source_info_for_objfile): Likewise.
13013 (forget_cached_source_info): Likewise.
13014 (select_source_symtab): Likewise.
13015 (enum print_source_lines_flag): Move definition from symtab.h.
13016 * symtab.h (identify_source_line): Move declaration to source.h.
13017 (print_source_lines): Likewise.
13018 (forget_cached_source_info_for_objfile): Likewise.
13019 (forget_cached_source_info): Likewise.
13020 (select_source_symtab): Likewise.
13021 (enum print_source_lines_flag): Move definition to source.h.
13022 * tui/tui-hooks.c: Add 'source.h' include.
13023
ec98a4ad
AB
130242019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
13025
13026 * source.c (print_source_lines_base): Handle requests to print
13027 reverse line number sequences, and guard against empty lines
13028 string.
13029
62ea19c1
AB
130302019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
13031
13032 * source.c (print_source_lines_base): Fix skip of '\r' if next
13033 character is '\n'.
13034
9d30e1fd
TT
130352019-01-06 Tom Tromey <tom@tromey.com>
13036
13037 * c-exp.y (struct c_parse_state) <macro_original_text,
13038 expansion_obstack>: New member.
13039 (macro_original_text, expansion_obstack): Remove globals.
13040 (scan_macro_expansion, scanning_macro_expansion)
13041 (finished_macro_expansion): Update.
13042 (scan_macro_cleanup): Remove.
13043 (yylex, c_parse): Update.
13044
c65bac38
TT
130452019-01-06 Tom Tromey <tom@tromey.com>
13046
13047 * c-exp.y (struct c_parse_state) <strings>: New member.
13048 (operator_stoken): Update.
13049
02e12e38
TT
130502019-01-06 Tom Tromey <tom@tromey.com>
13051
13052 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
13053 (union type_stack_elt) <typelist_val>: Now a pointer to
13054 std::vector.
13055 (type_stack_cleanup): Don't declare.
13056 (push_typelist): Update.
13057 * parse.c (pop_typelist): Return a std::vector.
13058 (push_typelist): Take a std::vector.
13059 (follow_types): Update. Do not free args.
13060 (type_stack_cleanup): Remove.
13061 * c-exp.y (struct c_parse_state): New.
13062 (cpstate): New global.
13063 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
13064 (nonempty_typelist): Update.
13065 (func_mod): Create a new vector.
13066 (c_parse): Create a c_parse_state.
13067 (check_parameter_typelist): Do not delete params.
13068 (function_method): Update. Do not delete type_list.
13069
f097f5ad
TT
130702019-01-06 Tom Tromey <tom@tromey.com>
13071
13072 PR gdb/28155:
13073 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
13074 check_typedef.
13075 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
13076 (print_return_value): Likewise.
13077
d2adf9f1
TT
130782019-01-05 Tom Tromey <tom@tromey.com>
13079
13080 * contrib/cleanup_check.py: Remove.
13081 * contrib/gcc-with-excheck: Remove.
13082 * contrib/exsummary.py: Remove.
13083 * contrib/excheck.py: Remove.
13084
2eab46b1
JB
130852019-01-05 Joel Brobecker <brobecker@adacore.com>
13086
13087 * thread.c (delete_thread_1): Add gdb_assert that THR is not
13088 NULL. Initialize tpprev to NULL instead of assigning it
13089 to NULL on the next statement.
13090 * windows-nat.c (windows_delete_thread): Remove check for
13091 main_thread_id before printing thread exit notifications.
13092 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
13093 Remove thread ID check against main_thread_id.
13094 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
13095 windows_delete_thread.
13096 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
13097
48c5e7e2
TT
130982019-01-04 Tom Tromey <tom@tromey.com>
13099
13100 * compile/compile.c (_initialize_compile): Use upper case for
13101 metasyntactic variables.
13102 * symmisc.c (_initialize_symmisc): Use upper case for
13103 metasyntactic variables.
13104 * psymtab.c (_initialize_psymtab): Use upper case for
13105 metasyntactic variables.
13106 * demangle.c (demangle_command): Use upper case for metasyntactic
13107 variables.
13108 (_initialize_demangler): Likewise.
13109 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
13110 variables.
13111
986041cd
TT
131122019-01-03 Tom Tromey <tom@tromey.com>
13113
13114 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
13115
7c711119
TT
131162019-01-03 Tom Tromey <tom@tromey.com>
13117
13118 * python/py-symtab.c (salpy_str): Update.
13119 (struct salpy_sal_object) <symtab>: Now a PyObject.
13120 (salpy_dealloc): Update.
13121 (del_objfile_sal): Use gdbpy_ref.
13122
1b20edf0
TT
131232019-01-03 Tom Tromey <tom@tromey.com>
13124
13125 * python/py-type.c (convert_field): Use new_reference. Return
13126 gdbpy_ref.
13127 (make_fielditem): Return gdbpy_ref.
13128 (typy_fields): Update.
13129 (typy_getitem): Update.
13130 (field_name): Return gdbpy_ref. Use new_reference.
13131 (typy_iterator_iternext): Update.
13132
ea41325b
TT
131332019-01-03 Tom Tromey <tom@tromey.com>
13134
13135 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
13136
2a3c71d6
TT
131372019-01-03 Tom Tromey <tom@tromey.com>
13138
13139 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
13140 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
13141 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
13142 (pspy_set_frame_filters, pspy_set_frame_unwinders)
13143 (pspy_set_type_printers): Likewise.
13144 * python/py-function.c (fnpy_init): Use gdbpy_ref.
13145 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
13146 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
13147 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
13148 (objfpy_set_type_printers): Likewise.
13149
5c329e6a
TT
131502019-01-03 Tom Tromey <tom@tromey.com>
13151
13152 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
13153 (gdbpy_print_stack): Use gdbpy_err_fetch.
13154 * python/python-internal.h (class gdbpy_err_fetch): New class.
13155 (class gdbpy_enter) <m_error_type, m_error_value,
13156 m_error_traceback>: Remove.
13157 <m_error>: New member.
13158 (gdbpy_exception_to_string): Don't declare.
13159 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
13160 * python/py-value.c (convert_value_from_python): Use
13161 gdbpy_err_fetch.
13162 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
13163 gdbpy_exception_to_string.
13164 (gdbpy_handle_exception): Use gdbpy_err_fetch.
13165 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
13166 gdbpy_err_fetch.
13167
169bb27b
AB
131682019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13169
13170 * linux-nat.c (delete_lwp_cleanup): Delete.
13171 (struct lwp_deleter): New struct.
13172 (lwp_info_up): New typedef.
13173 (linux_nat_target::follow_fork): Delete cleanup, and make use of
13174 lwp_info_up.
13175
a07c8880
AB
131762019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13177
13178 * linux-fork.c (class scoped_switch_fork_info): New class.
13179 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
13180
26089c49
AB
131812019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13182
13183 * valops.c (find_overload_match): Remove use of null_cleanup, and
13184 calls to do_cleanups.
13185
06d3e5b0
AB
131862019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13187
13188 * compile/compile-cplus-types.c
13189 (compile_cplus_instance::decl_name): Handle changes to
13190 cp_func_name.
13191 * cp-support.c (cp_func_name): Update header comment, update
13192 return type.
13193 * cp-support.h (cp_func_name): Update return type in declaration.
13194 * valops.c (find_overload_match): Move temp_func local to top
13195 level of function and change its type. Use temp_func to hold and
13196 delete temporary string obtained from cp_func_name.
13197
66644cd3
AB
131982019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13199
13200 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
13201 gdb::char_vector, remove cleanup, and update uses of `msg`.
13202
592d8c0a
JW
132032019-01-03 Jim Wilson <jimw@sifive.com>
13204
13205 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
13206
c55d06ec
TT
132072019-01-02 Tom Tromey <tom@tromey.com>
13208
13209 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
13210 (tdesc_parse_xml): Remove cleanups.
13211 * target-descriptions.h (make_cleanup_free_target_description):
13212 Don't declare.
13213 (target_desc_deleter): New struct.
13214 (target_desc_up): New typedef.
13215 * target-descriptions.c (target_desc_deleter::operator()): Rename
13216 from free_target_description.
13217 (make_cleanup_free_target_description): Remove.
13218
3a6ae42d
TT
132192019-01-02 Tom Tromey <tom@tromey.com>
13220
13221 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
13222 constructor, destructor.
13223 (linespec_parser): Remove typedef.
13224 (~linespec_parser): Rename from linespec_parser_delete.
13225 (linespec_lex_to_end, linespec_complete_label)
13226 (linespec_complete): Update.
13227 (decode_line_full): Remove cleanups.
13228 (decode_line_1): Update.
13229
61fd3e73
TT
132302019-01-02 Tom Tromey <tom@tromey.com>
13231
13232 * python/python-internal.h (inferior_to_inferior_object): Change
13233 return type.
13234 * python/py-exitedevent.c (create_exited_event_object): Update.
13235 * python/py-inferior.c (inferior_to_inferior_object): Return
13236 gdbpy_ref.
13237 (python_new_inferior, python_inferior_deleted)
13238 (thread_to_thread_object, delete_thread_object)
13239 (build_inferior_list, gdbpy_selected_inferior): Update.
13240 * python/py-infthread.c (create_thread_object): Update. Also fail
13241 if inferior_to_inferior_object fails.
13242
d20172fc
SM
132432019-01-02 Simon Marchi <simon.marchi@ericsson.com>
13244
13245 * inferior.h (class inferior) <displaced_step_state>: New field.
13246 * infrun.h (struct displaced_step_state): Move here from
13247 infrun.c. Initialize fields, add constructor.
13248 <inf>: Remove field.
13249 <reset>: New method.
13250 * infrun.c (struct displaced_step_inferior_state): Move to
13251 infrun.h.
13252 (displaced_step_inferior_states): Remove.
13253 (get_displaced_stepping_state): Adust.
13254 (displaced_step_in_progress_any_inferior): Adjust.
13255 (displaced_step_in_progress_thread): Adjust.
13256 (displaced_step_in_progress): Adjust.
13257 (add_displaced_stepping_state): Remove.
13258 (get_displaced_step_closure_by_addr): Adjust.
13259 (remove_displaced_stepping_state): Remove.
13260 (infrun_inferior_exit): Call displaced_step_state.reset.
13261 (use_displaced_stepping): Don't check for NULL.
13262 (displaced_step_prepare_throw): Call
13263 get_displaced_stepping_state.
13264 (displaced_step_fixup): Don't check for NULL.
13265 (prepare_for_detach): Don't check for NULL.
13266
e3319240
PW
132672019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13268
13269 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
13270 in case of call that did not complete.
13271
5d36dfb9
AU
132722019-01-02 Andrey Utkin <autkin@undo.io>
13273
13274 * symfile.c (find_separate_debug_file): Fix search of debug files for
13275 remote debuggee.
13276
8833fbf0
TT
132772019-01-02 Tom Tromey <tom@tromey.com>
13278
13279 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
13280 indentation.
13281 * python/py-frame.c (frapy_older): Remove cast.
13282 (frapy_newer): Likewise.
13283 * python/py-breakpoint.c (local_setattro): Remove cast.
13284 * python/py-arch.c (archpy_name): Remove local variable.
13285 * python/py-type.c (gdbpy_lookup_type): Remove cast.
13286
4ada3dfd
JB
132872019-01-02 Joel Brobecker <brobecker@adacore.com>
13288
13289 * unittests/basic_string_view/element_access/char/empty.cc:
13290 Fix year range in copyright header.
13291
113b7b81
AB
132922019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
13293
13294 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
13295 Delete.
13296 <operator==>: Update with for removed field.
13297 <hash>: Likewise.
13298 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
13299 <isa_features>: ...this.
13300 <abi_features>: New field.
13301 (riscv_isa_flen): Update comment.
13302 (riscv_abi_xlen): New declaration.
13303 (riscv_abi_flen): New declaration.
13304 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
13305 isa_features.
13306 (riscv_abi_xlen): New function.
13307 (riscv_isa_flen): Update to get answer from isa_features.
13308 (riscv_abi_flen): New function.
13309 (riscv_has_fp_abi): Update to get answer from abi_features.
13310 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
13311 xlen and flen.
13312 (riscv_call_info) <xlen, flen>: Update comment.
13313 (riscv_call_arg_struct): Remove invalid assertions
13314 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
13315 is removed.
13316 (riscv_gdbarch_init): Gather isa features and abi features
13317 separately, ensure both match on the gdbarch when reusing an old
13318 gdbarch. Relax an error check to allow 32-bit abi float to run on
13319 a target with 64-bit float hardware.
13320
b18ca514
PW
133212019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13322
13323 * source.c (search_command_helper): Stop reverse search
13324 when line 1 has been searched.
13325
ec70d8db
PW
133262019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13327
13328 * record-full.c (record_full_base_target::close): Rewrite
13329 record_full_core_buf_list free logic.
13330
5b38f9c1
PW
133312019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13332
13333 * break-catch-syscall.c (print_one_catch_syscall): xfree
13334 the last text.
13335
66d91b39
JB
133362019-01-01 Joel Brobecker <brobecker@adacore.com>
13337
13338 * top.c (print_gdb_version): Update Copyright year in version
13339 message.
13340
42a4f53d
JB
133412019-01-01 Joel Brobecker <brobecker@adacore.com>
13342
13343 Update copyright year range in all GDB files.
13344
7e955d83 133452019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
2139e8dc 13346
5bbd631d 13347 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
2139e8dc 13348
5bbd631d 13349For older changes see ChangeLog-2018.
c906108c
SS
13350\f
13351Local Variables:
13352mode: change-log
13353left-margin: 8
13354fill-column: 74
13355version-control: never
57da7796 13356coding: utf-8
c906108c 13357End:
5bbd631d 13358
This page took 2.898307 seconds and 4 git commands to generate.