Include aarch32-tdep.h in aarch32-tdep.c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
2
3 * aarch32-tdep.c: Include aarch32-tdep.h.
4 * aarch32-tdep.h: Forward-declare struct target_desc.
5
6 2019-11-26 Christian Biesinger <cbiesinger@google.com>
7
8 * linux-nat.c (detach_one_lwp): Call safe_strerror instead of
9 strerror.
10 * nto-procfs.c (nto_procfs_target::create_inferior): Likewise.
11 * windows-nat.c (windows_nat_target::create_inferior): Likewise.
12
13 2019-11-25 Tom de Vries <tdevries@suse.de>
14
15 * contrib/words.sh: Add -c option.
16
17 2019-11-25 Christian Biesinger <cbiesinger@google.com>
18
19 * solib.c (solib_find_1): Change int to bool.
20 (exec_file_find): Change int to bool.
21 (solib_find): Change int to bool.
22 (solib_read_symbols): Change int to bool.
23 (solib_used): Change int to bool.
24 (solib_add): Change int to bool.
25 (info_sharedlibrary_command): Change int to bool.
26 (solib_contains_address_p): Change int to bool.
27 (solib_keep_data_in_core): Change int to bool.
28 (in_solib_dynsym_resolve_code): Change int to bool.
29 (reload_shared_libraries_1): Change int to bool.
30 (gdb_sysroot_changed): Change int to bool.
31 * solib.h (solib_read_symbols): Change int to bool.
32 (solib_contains_address_p): Change int to bool.
33 (solib_keep_data_in_core): Change int to bool.
34 (in_solib_dynsym_resolve_code): Change int to bool.
35 (libpthread_name_p): Change int to bool.
36
37 2019-11-25 Luis Machado <luis.machado@linaro.org>
38
39 * NEWS (New Commands): Mention "set debug remote-packet-max-chars".
40 * remote.c (REMOTE_DEBUG_MAX_CHAR): Remove.
41 (remote_packet_max_chars): New static global.
42 (show_remote_packet_max_chars): New function.
43 (remote_target::putpkt_binary): Adjust to use new
44 remote_packet_max_chars option.
45 (remote_target::getpkt_or_notif_sane_1): Likewise.
46 (_initialize_remote): Register new remote-packet-max-chars option.
47
48 2019-11-24 Simon Marchi <simon.marchi@efficios.com>
49
50 * m68k-linux-nat.c: Include gdbarch.h.
51
52 2019-11-24 Tom Tromey <tom@tromey.com>
53
54 * symfile.c (read_symbols): Update.
55 * psymtab.c (require_partial_symbols): Change type of "verbose" to
56 bool.
57 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
58 (psym_lookup_symbol, psym_find_last_source_symtab)
59 (psym_forget_cached_source_info, psym_print_stats)
60 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
61 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
62 (psym_map_matching_symbols, psym_expand_symtabs_matching)
63 (psym_find_compunit_symtab_by_address)
64 (maintenance_print_psymbols, maintenance_info_psymtabs)
65 (maintenance_check_psymtabs): Update.
66 * psymtab.h (require_partial_symbols): Change type of "verbose" to
67 bool.
68
69 2019-11-22 Tom Tromey <tom@tromey.com>
70
71 * observable.h: Update comments.
72
73 2019-11-22 Tom Tromey <tromey@adacore.com>
74
75 * ada-tasks.c (ada_task_is_alive): Make parameter const.
76 (print_ada_task_info): Don't try to fetch thread id if task is not
77 alive.
78
79 2019-11-22 Christian Biesinger <cbiesinger@google.com>
80
81 * ada-exp.y: Update.
82 * ada-lang.c (sort_choices): Update.
83 (ada_print_symbol_signature): Update.
84 (resolve_subexp): Update.
85 (ada_parse_renaming): Update.
86 (ada_read_renaming_var_value): Update.
87 (lesseq_defined_than): Update.
88 (remove_extra_symbols): Update.
89 (remove_irrelevant_renamings): Update.
90 (ada_add_block_symbols): Update.
91 (ada_collect_symbol_completion_matches): Update.
92 (ada_is_renaming_symbol): Update.
93 (aggregate_assign_from_choices): Update.
94 (ada_evaluate_subexp): Update.
95 (ada_has_this_exception_support): Update.
96 (ada_is_non_standard_exception_sym): Update.
97 (ada_add_exceptions_from_frame): Update.
98 (ada_add_global_exceptions): Update.
99 (ada_print_subexp): Update.
100 * ax-gdb.c (gen_var_ref): Update.
101 (gen_maybe_namespace_elt): Update.
102 (gen_expr_for_cast): Update.
103 (gen_expr): Update.
104 * block.h: Update.
105 * blockframe.c (find_pc_partial_function): Update.
106 * breakpoint.c (print_breakpoint_location): Update.
107 (update_static_tracepoint): Update.
108 * btrace.c (ftrace_print_function_name): Update.
109 (ftrace_function_switched): Update.
110 * buildsym.c (find_symbol_in_list): Update.
111 * c-exp.y: Update.
112 * c-typeprint.c (c_print_typedef): Update.
113 (c_type_print_template_args): Update.
114 * cli/cli-cmds.c (edit_command): Update.
115 (list_command): Update.
116 (print_sal_location): Update.
117 * coffread.c (patch_opaque_types): Update.
118 (process_coff_symbol): Update.
119 (coff_read_enum_type): Update.
120 * compile/compile-c-symbols.c (c_symbol_substitution_name): Update.
121 (convert_one_symbol): Update.
122 (hash_symname): Update.
123 (eq_symname): Update.
124 * compile/compile-cplus-symbols.c (convert_one_symbol): Update.
125 * compile/compile-cplus-types.c (debug_print_scope): Update.
126 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
127 * compile/compile-object-load.c (get_out_value_type): Update.
128 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
129 (search_symbol_list): Update.
130 (cp_lookup_symbol_imports_or_template): Update.
131 * cp-support.c (overload_list_add_symbol): Update.
132 * ctfread.c (psymtab_to_symtab): Update.
133 * dbxread.c (cp_set_block_scope): Update.
134 * dictionary.c (iter_match_first_hashed): Update.
135 (iter_match_next_hashed): Update.
136 (insert_symbol_hashed): Update.
137 (iter_match_next_linear): Update.
138 * dictionary.h: Update.
139 * dwarf2loc.c (func_get_frame_base_dwarf_block): Update.
140 (locexpr_describe_location_piece): Update.
141 (locexpr_describe_location_1): Update.
142 (locexpr_generate_c_location): Update.
143 (loclist_describe_location): Update.
144 (loclist_generate_c_location): Update.
145 * dwarf2read.c (dw2_debug_names_lookup_symbol): Update.
146 (read_func_scope): Update.
147 (process_enumeration_scope): Update.
148 (new_symbol): Update.
149 (dwarf2_const_value): Update.
150 (dwarf2_symbol_mark_computed): Update.
151 * eval.c (evaluate_funcall): Update.
152 (evaluate_subexp_standard): Update.
153 * expprint.c (print_subexp_standard): Update.
154 (dump_subexp_body_standard): Update.
155 * f-valprint.c (info_common_command_for_block): Update.
156 * findvar.c (get_hosting_frame): Update.
157 (default_read_var_value): Update.
158 * go-lang.c (go_symbol_package_name): Update.
159 * guile/scm-block.c (bkscm_print_block_smob): Update.
160 * guile/scm-symbol.c (syscm_print_symbol_smob): Update.
161 (gdbscm_symbol_name): Update.
162 (gdbscm_symbol_linkage_name): Update.
163 (gdbscm_symbol_print_name): Update.
164 * infcall.c (get_function_name): Update.
165 * infcmd.c (jump_command): Update.
166 (finish_command): Update.
167 * infrun.c (insert_exception_resume_breakpoint): Update.
168 * linespec.c (canonicalize_linespec): Update.
169 (create_sals_line_offset): Update.
170 (convert_linespec_to_sals): Update.
171 (complete_label): Update.
172 (find_label_symbols_in_block): Update.
173 * m2-typeprint.c (m2_print_typedef): Update.
174 * mdebugread.c (mdebug_reg_to_regnum): Update.
175 (parse_symbol): Update.
176 (mylookup_symbol): Update.
177 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
178 (list_args_or_locals): Update.
179 * objc-lang.c (compare_selectors): Update.
180 (info_selectors_command): Update.
181 (compare_classes): Update.
182 (info_classes_command): Update.
183 (find_imps): Update.
184 * p-typeprint.c (pascal_print_typedef): Update.
185 * printcmd.c (build_address_symbolic): Update.
186 (info_address_command): Update.
187 (print_variable_and_value): Update.
188 * python/py-framefilter.c (extract_sym): Update.
189 (py_print_single_arg): Update.
190 * python/py-symbol.c (sympy_str): Update.
191 (sympy_get_name): Update.
192 (sympy_get_linkage_name): Update.
193 * python/python.c (gdbpy_rbreak): Update.
194 * record-btrace.c (btrace_get_bfun_name): Update.
195 (btrace_call_history): Update.
196 * rust-lang.c (rust_print_typedef): Update.
197 * solib-frv.c (frv_fdpic_find_canonical_descriptor): Update.
198 * stabsread.c (stab_reg_to_regnum): Update.
199 (define_symbol): Update.
200 (read_enum_type): Update.
201 (common_block_end): Update.
202 (cleanup_undefined_types_1): Update.
203 (scan_file_globals): Update.
204 * stack.c (print_frame_arg): Update.
205 (print_frame_args): Update.
206 (find_frame_funname): Update.
207 (info_frame_command_core): Update.
208 (iterate_over_block_locals): Update.
209 (print_block_frame_labels): Update.
210 (do_print_variable_and_value): Update.
211 (iterate_over_block_arg_vars): Update.
212 (return_command): Update.
213 * symmisc.c (dump_symtab_1): Update.
214 (print_symbol): Update.
215 * symtab.c (eq_symbol_entry): Update.
216 (symbol_cache_dump): Update.
217 (lookup_language_this): Update.
218 (find_pc_sect_line): Update.
219 (skip_prologue_sal): Update.
220 (symbol_search::compare_search_syms): Update.
221 (treg_matches_sym_type_name): Update.
222 (search_symbols): Update.
223 (print_symbol_info): Update.
224 (rbreak_command): Update.
225 (completion_list_add_symbol): Update.
226 (find_gnu_ifunc): Update.
227 (get_symbol_address): Update.
228 (search_module_symbols): Update.
229 (info_module_subcommand): Update.
230 * symtab.h (SYMBOL_NATURAL_NAME): Remove.
231 (SYMBOL_LINKAGE_NAME): Remove.
232 (SYMBOL_DEMANGLED_NAME): Remove.
233 (SYMBOL_PRINT_NAME): Remove.
234 (SYMBOL_SEARCH_NAME): Remove.
235 * tracepoint.c (set_traceframe_context): Update.
236 (validate_actionline): Update.
237 (collection_list::collect_symbol): Update.
238 (encode_actions_1): Update.
239 (info_scope_command): Update.
240 (print_one_static_tracepoint_marker): Update.
241 * typeprint.c (typedef_hash_table::add_template_parameters): Update.
242 * valops.c (address_of_variable): Update.
243 (find_overload_match): Update.
244 (find_oload_champ): Update.
245
246 2019-11-22 Christian Biesinger <cbiesinger@google.com>
247
248 * ada-lang.c (ada_lookup_simple_minsym): Update.
249 (ada_collect_symbol_completion_matches): Update.
250 * ada-tasks.c (read_atcb): Update.
251 * amd64-windows-tdep.c (amd64_skip_main_prologue): Update.
252 (amd64_windows_skip_trampoline_code): Update.
253 * arm-tdep.c (skip_prologue_function): Update.
254 (arm_skip_stack_protector): Update.
255 * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
256 (arm_wince_skip_main_prologue): Update.
257 * ax-gdb.c (gen_expr): Update.
258 * block.c (call_site_for_pc): Update.
259 * blockframe.c (find_pc_partial_function): Update.
260 * breakpoint.c (set_breakpoint_location_function): Update.
261 * btrace.c (ftrace_print_function_name): Update.
262 (ftrace_function_switched): Update.
263 * c-valprint.c (print_unpacked_pointer): Update.
264 * coffread.c (coff_symfile_read): Update.
265 * compile/compile-c-symbols.c (convert_symbol_bmsym): Update.
266 * compile/compile-cplus-symbols.c (convert_symbol_bmsym): Update.
267 * dwarf-index-write.c (write_psymbols): Update.
268 * dwarf2loc.c (call_site_to_target_addr): Update.
269 (func_verify_no_selftailcall): Update.
270 (tailcall_dump): Update.
271 (call_site_find_chain_1): Update.
272 (dwarf_expr_reg_to_entry_parameter): Update.
273 * elfread.c (elf_gnu_ifunc_record_cache): Update.
274 * eval.c (evaluate_funcall): Update.
275 (evaluate_subexp_standard): Update.
276 (evaluate_subexp_for_sizeof): Update.
277 * expprint.c (print_subexp_standard): Update.
278 (dump_subexp_body_standard): Update.
279 * frame.c (get_prev_frame_always_1): Update.
280 * frv-tdep.c (frv_skip_main_prologue): Update.
281 * gnu-v2-abi.c (gnuv2_value_rtti_type): Update.
282 * gnu-v3-abi.c (gnuv3_rtti_type): Update.
283 (gnuv3_get_typename_from_type_info): Update.
284 (gnuv3_skip_trampoline): Update.
285 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
286 * i386-tdep.c (i386_skip_main_prologue): Update.
287 (i386_pe_skip_trampoline_code): Update.
288 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
289 * infcall.c (get_function_name): Update.
290 * linespec.c (minsym_found): Update.
291 * linux-fork.c (info_checkpoints_command): Update.
292 * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
293 (m32c_m16c_pointer_to_address): Update.
294 * maint.c (maintenance_translate_address): Update.
295 * minsyms.c (add_minsym_to_hash_table): Update.
296 (add_minsym_to_demangled_hash_table): Update.
297 (lookup_minimal_symbol_mangled): Update.
298 (lookup_minimal_symbol_demangled): Update.
299 (lookup_minimal_symbol_linkage): Update.
300 (lookup_minimal_symbol_text): Update.
301 (lookup_minimal_symbol_by_pc_name): Update.
302 (minimal_symbol_is_less_than): Update.
303 (compact_minimal_symbols): Update.
304 (build_minimal_symbol_hash_tables): Update.
305 (find_solib_trampoline_target): Update.
306 * mips-tdep.c (mips_stub_frame_sniffer): Update.
307 (mips_skip_pic_trampoline_code): Update.
308 * msp430-tdep.c (msp430_skip_trampoline_code): Update.
309 * objc-lang.c (info_selectors_command): Update.
310 (info_classes_command): Update.
311 (find_methods): Update.
312 (find_imps): Update.
313 * p-valprint.c (pascal_val_print): Update.
314 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Update.
315 * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
316 * printcmd.c (build_address_symbolic): Update.
317 (info_symbol_command): Update.
318 * psymtab.c (psymbol_name_matches): Update.
319 (match_partial_symbol): Update.
320 (lookup_partial_symbol): Update.
321 (print_partial_symbols): Update.
322 (sort_pst_symbols): Update.
323 (maintenance_check_psymtabs): Update.
324 * python/py-framefilter.c (py_print_frame): Update.
325 * python/python.c (gdbpy_rbreak): Update.
326 * record-btrace.c (btrace_get_bfun_name): Update.
327 (btrace_call_history): Update.
328 * rs6000-tdep.c (rs6000_skip_main_prologue): Update.
329 (rs6000_skip_trampoline_code): Update.
330 * sol-thread.c (info_cb): Update.
331 * stabsread.c (scan_file_globals): Update.
332 * stack.c (find_frame_funname): Update.
333 (info_frame_command_core): Update.
334 * symmisc.c (dump_msymbols): Update.
335 * symtab.c (symbol_natural_name): Rename to..,
336 (general_symbol_info::natural_name): ...this.
337 (symbol_demangled_name): Rename to...
338 (general_symbol_info::demangled_name): ...this.
339 (symbol_search_name): Rename to...
340 (general_symbol_info::search_name): ...this.
341 (symbol_matches_search_name): Update.
342 (find_pc_sect_line): Update.
343 (skip_prologue_sal): Update.
344 (search_symbols): Update.
345 (print_msymbol_info): Update.
346 (rbreak_command): Update.
347 (completion_list_add_msymbol): Update.
348 (completion_list_objc_symbol): Update.
349 (get_msymbol_address): Update.
350 * symtab.h (struct general_symbol_info): Add member functions
351 natural_name (), linkage_name (), print_name (), demangled_name (),
352 and search_name ().
353 (SYMBOL_NATURAL_NAME): Update.
354 (symbol_natural_name): Move to a member function on general_symbol_info.
355 (SYMBOL_DEMANGLED_NAME): Update.
356 (symbol_demangled_name): Move to a member function on
357 general_symbol_info.
358 (SYMBOL_SEARCH_NAME): Update.
359 (symbol_search_name): Move to a member function on general_symbol_info.
360 (MSYMBOL_NATURAL_NAME): Remove.
361 (MSYMBOL_LINKAGE_NAME): Remove.
362 (MSYMBOL_PRINT_NAME): Remove.
363 (MSYMBOL_DEMANGLED_NAME): Remove.
364 (MSYMBOL_SEARCH_NAME): Remove.
365 * x86-tdep.c (x86_in_indirect_branch_thunk): Update.
366
367 2019-11-22 Christian Biesinger <cbiesinger@google.com>
368
369 * symtab.c (create_demangled_names_hash): Use per_bfd->
370 minimal_symbol_count for computing the initial size, if greater
371 than our default size.
372
373 2019-11-22 Tom de Vries <tdevries@suse.de>
374
375 * contrib/words.sh: Improve words extraction.
376
377 2019-11-22 Tom de Vries <tdevries@suse.de>
378
379 * contrib/words.sh: Combine sed invocations.
380
381 2019-11-21 Christian Biesinger <cbiesinger@google.com>
382
383 * Makefile.in: Update.
384 * demangle.c: Rename to...
385 * gdb-demangle.c: ..this.
386 (is_cplus_marker): Change return type to bool.
387 (_initialize_demangler): Rename to...
388 (_initialize_gdb_demangle): ...this.
389 * gdb-demangle.h (is_cplus_marker): Change return type to bool.
390 * symtab.h (demangle): Remove declaration; instead include
391 gdb-demangle.h.
392
393 2019-11-21 Tom Tromey <tromey@adacore.com>
394
395 * gdbsupport/format.c (format_pieces): Parse %I64d.
396 * unittests/format_pieces-selftests.c (test_windows_formats): New
397 function.
398 (run_tests): Call it.
399
400 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
401
402 Byte reverse display of variables with DW_END_big, DW_END_little
403 (DW_AT_endianity) dwarf attributes if different than the native
404 byte order.
405 * ada-lang.c (ada_value_binop):
406 Use type_byte_order instead of gdbarch_byte_order.
407 * ada-valprint.c (printstr):
408 (ada_val_print_string):
409 * ada-lang.c (value_pointer):
410 (ada_value_binop):
411 Use type_byte_order instead of gdbarch_byte_order.
412 * c-lang.c (c_get_string):
413 Use type_byte_order instead of gdbarch_byte_order.
414 * c-valprint.c (c_val_print_array):
415 Use type_byte_order instead of gdbarch_byte_order.
416 * cp-valprint.c (cp_print_class_member):
417 Use type_byte_order instead of gdbarch_byte_order.
418 * dwarf2loc.c (rw_pieced_value):
419 Use type_byte_order instead of gdbarch_byte_order.
420 * dwarf2read.c (read_base_type): Handle DW_END_big,
421 DW_END_little
422 * f-lang.c (f_get_encoding):
423 Use type_byte_order instead of gdbarch_byte_order.
424 * findvar.c (default_read_var_value):
425 Use type_byte_order instead of gdbarch_byte_order.
426 * gdbtypes.c (check_types_equal):
427 Require matching TYPE_ENDIANITY_NOT_DEFAULT if set.
428 (recursive_dump_type): Print TYPE_ENDIANITY_BIG,
429 and TYPE_ENDIANITY_LITTLE if set.
430 (type_byte_order): new function.
431 * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro.
432 (struct main_type) <flag_endianity_not_default>:
433 New field.
434 (type_byte_order): New function.
435 * infcmd.c (default_print_one_register_info):
436 Use type_byte_order instead of gdbarch_byte_order.
437 * p-lang.c (pascal_printstr):
438 Use type_byte_order instead of gdbarch_byte_order.
439 * p-valprint.c (pascal_val_print):
440 Use type_byte_order instead of gdbarch_byte_order.
441 * printcmd.c (print_scalar_formatted):
442 Use type_byte_order instead of gdbarch_byte_order.
443 * solib-darwin.c (darwin_current_sos):
444 Use type_byte_order instead of gdbarch_byte_order.
445 * solib-svr4.c (solib_svr4_r_ldsomap):
446 Use type_byte_order instead of gdbarch_byte_order.
447 * stap-probe.c (stap_modify_semaphore):
448 Use type_byte_order instead of gdbarch_byte_order.
449 * target-float.c (target_float_same_format_p):
450 Use type_byte_order instead of gdbarch_byte_order.
451 * valarith.c (scalar_binop):
452 (value_bit_index):
453 Use type_byte_order instead of gdbarch_byte_order.
454 * valops.c (value_cast):
455 Use type_byte_order instead of gdbarch_byte_order.
456 * valprint.c (generic_emit_char):
457 (generic_printstr):
458 (val_print_string):
459 Use type_byte_order instead of gdbarch_byte_order.
460 * value.c (unpack_long):
461 (unpack_bits_as_long):
462 (unpack_value_bitfield):
463 (modify_field):
464 (pack_long):
465 (pack_unsigned_long):
466 Use type_byte_order instead of gdbarch_byte_order.
467 * findvar.c (unsigned_pointer_to_address):
468 (signed_pointer_to_address):
469 (unsigned_address_to_pointer):
470 (address_to_signed_pointer):
471 (default_read_var_value):
472 (default_value_from_register):
473 Use type_byte_order instead of gdbarch_byte_order.
474 * gnu-v3-abi.c (gnuv3_make_method_ptr):
475 Use type_byte_order instead of gdbarch_byte_order.
476 * riscv-tdep.c (riscv_print_one_register_info):
477 Use type_byte_order instead of gdbarch_byte_order.
478
479 2019-11-21 Simon Marchi <simon.marchi@polymtl.ca>
480
481 * top.c (current_ui_gdb_stdout_ptr): Spell out by hand.
482 (current_ui_gdb_stdin_ptr): Likewise.
483 (current_ui_gdb_stderr_ptr): Likewise.
484 (current_ui_gdb_stdlog_ptr): Likewise.
485 (current_ui_current_uiout_ptr): Likewise.
486 (gen_ret_current_ui_field_ptr): Remove.
487
488 2019-11-21 Tom de Vries <tdevries@suse.de>
489
490 PR gdb/24956
491 * cli/cli-script.c (execute_control_command): Only switch to
492 INTERP_CONSOLE's ui_out when INTERP_MI is active.
493
494 2019-11-19 Tom Tromey <tom@tromey.com>
495
496 * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c.
497 Now static. Change type of "name".
498 (tui_set_win_height_command): Don't copy "arg".
499 * tui/tui-data.h (tui_partial_win_by_name): Don't declare.
500 * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c.
501
502 2019-11-19 Ali Tamur <tamur@google.com>
503
504 * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with
505 "if (attr != nullptr)".
506 (dwarf2_find_base_address): Likewise.
507 (dwarf2_build_include_psymtabs): Likewise.
508 (read_cutu_die_from_dwo): Likewise.
509 (read_func_scope): Likewise.
510 (read_call_site_scope): Likewise.
511 (dwarf2_get_pc_bounds): Likewise.
512 (dwarf2_record_block_ranges): Likewise.
513 (dwarf2_add_field): Likewise.
514 (dwarf2_add_member_fn): Likewise.
515 (read_structure_type): Likewise.
516 (read_enumeration_type): Likewise.
517 (read_array_type): Likewise.
518 (read_array_order): Likewise.
519 (read_set_type): Likewise.
520 (read_common_block): Likewise.
521 (read_tag_reference_type): Likewise.
522 (read_tag_string_type): Likewise.
523 (read_subroutine_type): Likewise.
524 (read_base_type): Likewise.
525 (read_subrange_type): Likewise.
526 (new_symbol): Likewise.
527 (prepare_one_comp_unit): Likewise.
528
529 2019-11-19 Tom Tromey <tromey@adacore.com>
530
531 * windows-nat.c (windows_nat_target::attach): Include GetLastError
532 result in error when DebugActiveProcess fails.
533
534 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
535 Pedro Alves <palves@redhat.com>
536
537 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
538 * target.c (target_stack::push): Call 'unpush' if there's a
539 target on top of the stack.
540
541 2019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
542
543 * python/py-block.c (blpy_dealloc): Call tp_free.
544 (blpy_block_syms_dealloc): Likewise.
545 * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise.
546 * python/py-inferior.c (infpy_dealloc): Likewise.
547 * python/py-lazy-string.c (stpy_dealloc): Likewise.
548 * python/py-linetable.c (ltpy_iterator_dealloc): Likewise.
549 * python/py-symbol.c (sympy_dealloc): Likewise.
550 * python/py-symtab.c (stpy_dealloc): Likewise.
551 * python/py-type.c (typy_iterator_dealloc): Likewise.
552
553 2019-11-18 Christian Biesinger <cbiesinger@google.com>
554
555 * symtab.h (struct symbol) <owner>: Initialize explicitly in the
556 constructor instead of using a class initializer.
557
558 2019-11-15 Christian Biesinger <cbiesinger@google.com>
559
560 * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c.
561 * configure: Regenerate.
562 * configure.ac: Don't source common.host.
563 * gdbsupport/common.host: Remove.
564 * gdbsupport/mingw-strerror.c: Remove.
565 * gdbsupport/posix-strerror.c: Rename to...
566 * gdbsupport/safe-strerror.c: ...this.
567
568 2019-11-15 Christian Biesinger <cbiesinger@google.com>
569
570 * maint.c (scoped_command_stats::print_time): Use localtime_r
571 instead of localtime (provided through gnulib if necessary).
572 * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead
573 of ctime.
574
575 2019-11-15 Christian Biesinger <cbiesinger@google.com>
576
577 * gdbsupport/common-defs.h: Include time.h before pathmax.h to
578 avoid compile errors.
579
580 2019-11-15 Christian Biesinger <cbiesinger@google.com>
581
582 * config.in: Regenerate.
583 * configure: Regenerate.
584 * gdbsupport/common.m4: No longer check for strerror_r.
585 * gdbsupport/posix-strerror.c (safe_strerror): Always call the
586 POSIX version of strerror_r, now that gnulib provides it if
587 necessary.
588
589 2019-11-14 Christian Biesinger <cbiesinger@google.com>
590
591 * README (`configure' options): Update.
592
593 2019-11-14 Tom Tromey <tromey@adacore.com>
594
595 * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an
596 expected type for the RHS if the LHS is a convenience variable.
597
598 2019-11-14 Simon Marchi <simon.marchi@polymtl.ca>
599
600 * unittests/vec-utils-selftests.c (unordered_remove_tests::obj):
601 Provide explicit default and copy constructor.
602
603 2019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
604
605 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
606 only call Py_INCREF (newbp) in the bppy_pending_object case.
607
608 2019-11-13 Tom Tromey <tromey@adacore.com>
609
610 PR build/25182:
611 * psympriv.h (partial_symbol): Remove static assert.
612 * symtab.h (general_symbol_info, symbol): Remove static assert.
613
614 2019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
615
616 * gdbsupport/format.c (format_pieces::format_pieces): Support
617 printf 'z' size modifier.
618 * gdbsupport/format.h (enum argclass): Add size_t_arg.
619 * printcmd.c (ui_printf): Handle size_t_arg.
620 * ui-out.c (ui_out::vmessage): Likewise.
621 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
622 function.
623 (run_tests): Call test_format_int_sizes.
624
625 2019-11-12 Christian Biesinger <cbiesinger@google.com>
626
627 * ada-exp.y (write_ambiguous_var): Update.
628 * buildsym.c (add_symbol_to_list): Update.
629 * dwarf2read.c (read_variable): Update.
630 (new_symbol): Update.
631 * jit.c (finalize_symtab): Update.
632 * language.c (language_alloc_type_symbol): Update.
633 * symtab.c (fixup_symbol_section): Update.
634 (initialize_objfile_symbol_1): Move code to...
635 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
636 (allocate_symbol): Update.
637 (allocate_template_symbol): Update.
638 (get_symbol_address): Update.
639 * symtab.h (struct symbol): Inherit from general_symbol_info instead
640 of having as a field, and add a constructor.
641 (SYMBOL_VALUE): Update.
642 (SYMBOL_VALUE_ADDRESS): Update.
643 (SET_SYMBOL_VALUE_ADDRESS): Update.
644 (SYMBOL_VALUE_BYTES): Update.
645 (SYMBOL_VALUE_COMMON_BLOCK): Update.
646 (SYMBOL_BLOCK_VALUE): Update.
647 (SYMBOL_VALUE_CHAIN): Update.
648 (SYMBOL_LANGUAGE): Update.
649 (SYMBOL_SECTION): Update.
650 (SYMBOL_OBJ_SECTION): Update.
651 (SYMBOL_SET_LANGUAGE): Update.
652 (SYMBOL_SET_LINKAGE_NAME): Update.
653 (SYMBOL_SET_NAMES): Update.
654 (SYMBOL_NATURAL_NAME): Update.
655 (SYMBOL_LINKAGE_NAME): Update.
656 (SYMBOL_DEMANGLED_NAME): Update.
657 (SYMBOL_SEARCH_NAME): Update.
658 (SYMBOL_MATCHES_SEARCH_NAME): Update.
659 (struct symbol): Update.
660 (struct template_symbol): Update.
661 (struct rust_vtable_symbol): Update.
662 * xcoffread.c (SYMBOL_DUP): Update.
663
664 2019-11-12 Tom Tromey <tom@tromey.com>
665
666 * tui/tui-layout.c (show_layout): Set current_layout.
667 (show_source_disasm_command, show_data)
668 (show_source_or_disasm_and_command): Don't set current_layout.
669
670 2019-11-12 Tom Tromey <tom@tromey.com>
671
672 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
673
674 2019-11-12 Tom Tromey <tom@tromey.com>
675
676 * tui/tui-win.c (resize_message): New global.
677 (show_tui_resize_message): New function.
678 (tui_async_resize_screen): Print message if requested.
679 (_initialize_tui_win): Add tui-resize-message setting.
680 * NEWS: Add entry for new commands.
681
682 2019-11-11 Tom Tromey <tom@tromey.com>
683
684 * tui/tui.c (tui_initialize_readline): Add new bindable readline
685 functions.
686
687 2019-11-11 Christian Biesinger <cbiesinger@google.com>
688
689 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
690
691 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
692
693 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
694 function.
695 * python/python-internal.h (gdbpy_lookup_static_symbols):
696 Declare new function.
697 * python/python.c (python_GdbMethods): Add
698 gdb.lookup_static_symbols method.
699 * NEWS: Mention gdb.lookup_static_symbols.
700
701 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
702
703 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
704 static block of current object file first. Also fix typo in
705 header comment.
706
707 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
708
709 * stack.c (set_last_displayed_sal): Delete.
710 (last_displayed_sal_valid): Delete.
711 (last_displayed_pspace): Delete.
712 (last_displayed_addr): Delete.
713 (last_displayed_symtab): Delete.
714 (last_displayed_line): Delete.
715 (class last_displayed_symtab_info_type): New.
716 (last_displayed_symtab_info): New static global variable.
717 (print_frame_info): Call methods on last_displayed_symtab_info.
718 (clear_last_displayed_sal): Update header comment, and make use of
719 last_displayed_symtab_info.
720 (last_displayed_sal_is_valid): Likewise.
721 (get_last_displayed_pspace): Likewise.
722 (get_last_displayed_addr): Likewise.
723 (get_last_displayed_symtab): Likewise.
724 (get_last_displayed_line): Likewise.
725 (get_last_displayed_sal): Likewise.
726 * stack.h (clear_last_displayed_sal): Update header comment.
727 (last_displayed_sal_is_valid): Likewise.
728 (get_last_displayed_pspace): Likewise.
729 (get_last_displayed_addr): Likewise.
730 (get_last_displayed_symtab): Likewise.
731 (get_last_displayed_line): Likewise.
732 (get_last_displayed_sal): Likewise.
733
734 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
735
736 * stack.c (frame_show_address): Convert return type to bool.
737 * stack.h (frame_show_address): Likewise, and update header
738 comment.
739
740 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
741
742 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
743 * unittests/vec-utils-selftests.c: New file.
744 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
745
746 2019-11-10 Tom Tromey <tom@tromey.com>
747
748 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
749 (tui_highlight_win): Likewise.
750 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
751 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
752 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
753 Don't set can_highlight.
754
755 2019-11-10 Tom Tromey <tom@tromey.com>
756
757 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
758 Remove unused declaration.
759
760 2019-11-08 Tom Tromey <tromey@adacore.com>
761
762 * top.c (read_command_file): Update.
763 (command_line_input): Make return type const.
764 * python/py-gdb-readline.c: Update.
765 * linespec.c (decode_line_2): Update.
766 * defs.h (command_line_input): Make return type const.
767 * cli/cli-script.c (read_next_line): Make return type const.
768 * ada-lang.c (get_selections): Update.
769
770 2019-11-06 Christian Biesinger <cbiesinger@google.com>
771
772 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
773 * mi/mi-main.c (output_cores): Likewise.
774 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
775 (linux_xfer_osdata_modules): Likewise.
776 * remote.c (register_remote_support_xml): Likewise.
777 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
778 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
779
780 2019-11-06 Tom Tromey <tom@tromey.com>
781
782 * tui/tui-interp.c: Don't include readline.h.
783 * tui/tui-hooks.c: Don't include readline.h.
784 * symmisc.c: Include tilde.h, not readline.h.
785 * symfile.c: Include tilde.h, not readline.h.
786 * source.c: Include tilde.h, not readline.h.
787 * solib.c: Include tilde.h, not readline.h.
788 * psymtab.c: Include tilde.h, not readline.h.
789 * exec.c: Include tilde.h, not readline.h.
790 * corelow.c: Include tilde.h, not readline.h.
791 * cli/cli-dump.c: Include tilde.h, not readline.h.
792 * cli/cli-cmds.c: Don't include readline.h.
793
794 2019-11-05 Tom Tromey <tom@tromey.com>
795
796 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
797 (tui_disassemble): Set addr_size.
798 (tui_disasm_window::set_contents): Use addr_size.
799
800 2019-11-05 Tom Tromey <tom@tromey.com>
801
802 * rust-lang.c (rust_language_defn): Update.
803 * python/py-value.c (valpy_string): Call c_get_string.
804 * p-lang.c (pascal_language_defn): Update.
805 * opencl-lang.c (opencl_language_defn): Update.
806 * objc-lang.c (objc_language_defn): Update.
807 * m2-lang.c (m2_language_defn): Update.
808 * language.c (unknown_language_defn, auto_language_defn): Update.
809 (default_get_string): Remove.
810 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
811 * go-lang.c (go_language_defn): Update.
812 * f-lang.c (f_language_defn): Update.
813 * d-lang.c (d_language_defn): Update.
814 * c-lang.c (c_language_defn, cplus_language_defn)
815 (asm_language_defn, minimal_language_defn): Update.
816 * ada-lang.c (ada_language_defn): Update.
817 * language.h (struct language_defn) <la_get_string>: Remove.
818 (LA_GET_STRING): Remove.
819 (default_get_string): Don't declare.
820
821 2019-11-05 Tom Tromey <tom@tromey.com>
822
823 * tui/tui-source.h (struct tui_source_window): Inline
824 constructor. Remove destructor.
825 <style_changed, m_observable>: Move to superclass.
826 * tui/tui-winsource.h (tui_copy_source_line): Declare.
827 (struct tui_source_window_base): Move private members to end.
828 <style_changed, m_observable>: Move from tui_source_window.
829 * tui/tui-winsource.c (tui_copy_source_line): Move from
830 tui-source.c. Rename from copy_source_line. Add special handling
831 for negative line number.
832 (tui_source_window_base::style_changed): Move from
833 tui_source_window.
834 (tui_source_window_base): Register observer.
835 (~tui_source_window_base): New.
836 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
837 rename.
838 (tui_source_window::set_contents): Use tui_copy_source_line.
839 (tui_source_window::tui_source_window): Move to tui-source.h.
840 (tui_source_window::~tui_source_window): Remove.
841 (tui_source_window::style_changed): Move to superclass.
842 * tui/tui-disasm.c (tui_disassemble): Create string file with
843 styling, when possible. Add "addr_size" parameter.
844 (tui_disasm_window::set_contents): Use tui_copy_source_line.
845 Don't compute maximum size.
846 (len_without_escapes): New function
847
848 2019-11-05 Tom Tromey <tom@tromey.com>
849
850 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
851 std::string.
852 * tui/tui-winsource.c (tui_show_source_line): Update.
853 * tui/tui-source.c (tui_source_window::set_contents): Update.
854 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
855
856 2019-11-05 Christian Biesinger <cbiesinger@google.com>
857
858 * symtab.h (gdb_static_assert): Put && operator at the beginning
859 of the line instead of the end.
860
861 2019-11-04 Christian Biesinger <cbiesinger@google.com>
862
863 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
864 and sizeof (symbol).
865 * symtab.h: Add a static_assert for sizeof (partial_symbol).
866
867 2019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
868
869 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
870 * configure.host: Mark *-*-solaris2.10* obsolete.
871 * configure.tgt: Mark Solaris < 11 obsolete.
872 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
873 Update target triplet.
874
875 2019-11-01 Tom Tromey <tromey@adacore.com>
876
877 * utils.c (print_sys_errmsg): Simplify.
878
879 2019-11-01 Tom Tromey <tromey@adacore.com>
880
881 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
882
883 2019-11-01 Christian Biesinger <cbiesinger@google.com>
884
885 * configure: Regenerate.
886 * configure.ac: Remove check for strerror_r.
887 * gdbsupport/common.m4: Check for strerror_r.
888
889 2019-11-01 Luis Machado <luis.machado@linaro.org>
890
891 PR gdb/25124
892
893 * arm-tdep.c (arm_per_objfile): Rename to ...
894 (arm_per_bfd): ... this.
895 (arm_objfile_data_key): Rename to ...
896 (arm_bfd_data_key): ... this.
897 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
898 data.
899 (arm_record_special_symbol): Likewise.
900
901 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
902
903 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
904 end.
905 * c-typeprint.c (c_print_typedef): Likewise.
906 * f-typeprint.c (f_print_typedef): Likewise.
907 * m2-typeprint.c (m2_print_typedef): Likewise.
908 * p-typeprint.c (pascal_print_typedef): Likewise.
909 * rust-lang.c (rust_print_typedef): Likewise.
910 * symtab.c (print_symbol_info): Print a newline after calling
911 typedef_print.
912
913 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
914
915 * symtab.c (info_module_cmdlist): New variable.
916 (info_module_command): New function.
917 (search_module_symbols): New function.
918 (info_module_subcommand): New function.
919 (struct info_modules_var_func_options): New struct.
920 (info_modules_var_func_options_defs): New variable.
921 (make_info_modules_var_func_options_def_group): New function.
922 (info_module_functions_command): New function.
923 (info_module_variables_command): New function.
924 (info_module_var_func_command_completer): New function.
925 (_initialize_symtab): Register new 'info module functions' and
926 'info module variables' commands.
927 * symtab.h (typedef symbol_search_in_module): New typedef.
928 (search_module_symbols): Declare new function.
929 * NEWS: Mention new commands.
930
931 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
932
933 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
934 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
935 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
936 MODULES_DOMAIN.
937 (scan_partial_symbols): Only create partial module symbols for non
938 declarations.
939 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
940 and MODULES_DOMAIN.
941 * symtab.c (search_domain_name): Likewise.
942 (search_symbols): Likewise.
943 (print_symbol_info): Likewise.
944 (symtab_symbol_info): Likewise.
945 (info_modules_command): New function.
946 (_initialize_symtab): Register 'info modules' command.
947 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
948 * NEWS: Mention new 'info modules' command.
949
950 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
951
952 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
953 and $_gdb_maint_setting_str.
954
955 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
956
957 * cli/cli-cmds.c (setting_cmd, value_from_setting)
958 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
959 (str_value_from_setting, gdb_setting_str_internal_fn)
960 (gdb_maint_setting_str_internal_fn): New functions.
961 (_initialize_cli_cmds): Define the new convenience functions.
962 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
963 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
964
965 2019-10-31 Christian Biesinger <cbiesinger@google.com>
966
967 * agent.c (set_can_use_agent): When the setting is turned on,
968 look up agent symbols if we don't have them yet.
969 (agent_new_objfile): Don't look up agent symbols when the agent
970 setting is off.
971
972 2019-10-31 Christian Biesinger <cbiesinger@google.com>
973
974 * config.in: Regenerate.
975
976 2019-10-31 Christian Biesinger <cbiesinger@google.com>
977
978 * configure: Regenerate.
979 * configure.ac: Check for strerror_r.
980 * gdbsupport/common-utils.h (safe_strerror): Change return value
981 to const char * and document that this function is now threadsafe.
982 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
983 thread_local and call strerror_r, if available.
984 * utils.c (perror_string): Update.
985 (print_sys_errmsg): Update.
986
987 2019-10-31 Luis Machado <luis.machado@linaro.org>
988
989 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
990 objfile_key.
991 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
992 objfile to fetch per-bfd data.
993 (arm_find_exidx_entry): Likewise.
994
995 2019-10-31 Christian Biesinger <cbiesinger@google.com>
996
997 * gdbsupport/agent.c (debug_agent): Change type to bool.
998 (use_agent): Likewise.
999 (all_agent_symbols_look_up): Likewise.
1000 (agent_loaded_p): Change return value to bool.
1001 (agent_look_up_symbols): Update.
1002 (agent_capability_check): Change return value to bool.
1003 * gdbsupport/agent.h (agent_loaded_p): Likewise.
1004 (debug_agent): Change type to bool.
1005 (use_agent): Likewise.
1006 (agent_capability_check): Change return value to bool.
1007
1008 2019-10-30 Christian Biesinger <cbiesinger@google.com>
1009
1010 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
1011 (build_minimal_symbol_hash_tables): Code to clear the table moved
1012 to clear_minimal_symbol_hash_tables.
1013 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
1014 when needed.
1015
1016 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1017
1018 * infcmd.c: Remove includes.
1019 * infrun.c: Remove includes.
1020
1021 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1022
1023 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
1024 (grow_vect): Remove declaration.
1025 (ada_type_of_array): Remove declaration.
1026 (ada_update_initial_language): Remove declaration.
1027 (ada_fold_name): Remove declaration.
1028 (ada_fill_in_ada_prototype): Remove declaration.
1029 (user_select_syms): Remove declaration.
1030 (get_selections): Remove declaration.
1031 (ada_tag_type): Remove declaration.
1032 (ada_value_tag): Remove declaration.
1033 (ada_is_others_clause): Remove declaration.
1034 (ada_in_variant): Remove declaration.
1035 (ada_value_struct_elt): Remove declaration.
1036 (ada_attribute_name): Remove declaration.
1037 (ada_system_address_type): Remove declaration.
1038 * ada-lang.c (ada_watch_location_expression): Make static.
1039 (GROW_VECT): Move here from ada-lang.h.
1040 (grow_vect): Make static.
1041 (ada_update_initial_language): Make static.
1042 (ada_fold_name): Make static.
1043 (ada_type_of_array): Make static.
1044 (encoded_ordered_before): Move up.
1045 (sort_choices): Move up.
1046 (print_signatures): Move up.
1047 (ada_print_symbol_signature): Move up.
1048 (get_selections): Move up and make static.
1049 (user_select_syms): Move up and make static.
1050 (ada_value_struct_elt): Move up and make static.
1051 (ada_tag_type): Make static.
1052 (ada_value_tag): Make static.
1053 (ada_is_others_clause): Make static.
1054 (ada_in_variant): Make static.
1055 (ada_attribute_name): Make static.
1056
1057 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1058
1059 * ada-lang.c: Remove includes.
1060 * ada-typeprint.c: Remove includes.
1061 * ada-valprint.c: Remove includes.
1062
1063 2019-10-29 Simon Marchi <simon.marchi@efficios.com>
1064
1065 * addrmap.c: Add static assertions of type size, moved from
1066 _initialize_addrmap.
1067 (_initialize_addrmap): Remove.
1068
1069 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1070
1071 * coffread.c (record_minimal_symbol): Update.
1072 (process_coff_symbol): Update.
1073 * dbxread.c (read_dbx_symtab): Update.
1074 * dwarf2read.c (add_partial_symbol): Update.
1075 (fixup_go_packaging): Update.
1076 (load_partial_dies): Update.
1077 (new_symbol): Update.
1078 * elfread.c (record_minimal_symbol): Change signature to use
1079 gdb::string_view instead of name+len.
1080 (elf_symtab_read): Update.
1081 (elf_rel_plt_read): Update.
1082 * mdebugread.c (parse_partial_symbols): Update.
1083 (handle_psymbol_enumerators): Update.
1084 (new_symbol): Update.
1085 * minsyms.c (minimal_symbol_reader::record_full): Change signature
1086 to use gdb::string_view instead of name+len.
1087 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
1088 * psympriv.h (add_psymbol_to_list): Likewise.
1089 * psymtab.c (add_psymbol_to_bcache): Likewise.
1090 (add_psymbol_to_list): Likewise.
1091 * stabsread.c (define_symbol): Update.
1092 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
1093 * symtab.h (SYMBOL_SET_NAMES): Likewise.
1094 (symbol_set_names): Likewise.
1095 * xcoffread.c (scan_xcoff_symtab): Update.
1096
1097 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1098
1099 * symtab.h (symbol_set_names): Document that copy_name must be
1100 set to true for non-nullterminated strings.
1101 * symtab.c (symbol_set_names): Only make a nullterminated copy of
1102 linkage_name if the entry was not found and we need to demangle.
1103
1104 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1105
1106 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
1107 * dwarf2-frame.c (bsearch_fde_cmp): Update.
1108 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
1109 * gdbsupport/gdb_binary_search.h: New file.
1110
1111 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1112
1113 * NEWS: Mention new --with-system-gdbinit-dir option.
1114 * config.in: Regenerate.
1115 * configure: Regenerate.
1116 * configure.ac: Add new option --with-system-gdbinit-dir.
1117 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
1118 for a ".gdb" suffix.
1119 * main.c (get_init_files): Change system_gdbinit argument to
1120 a vector and return the files in SYSTEM_GDBINIT_DIR in
1121 addition to SYSTEM_GDBINIT.
1122 (captured_main_1): Update.
1123 (print_gdb_help): Update.
1124 * top.c (print_gdb_configuration): Also print the value of
1125 SYSTEM_GDBINIT_DIR.
1126
1127 2019-10-28 Christian Biesinger <cbiesinger@google.com>
1128
1129 * gdbsupport/common-utils.h (startswith): Add an overloaded version
1130 that takes gdb::string_view arguments.
1131
1132 2019-10-26 Tom de Vries <tdevries@suse.de>
1133
1134 * aarch64-linux-tdep.c: Fix typos in comments.
1135 * aarch64-tdep.c: Same.
1136 * ada-lang.c: Same.
1137 * amd64-nat.c: Same.
1138 * arc-tdep.c: Same.
1139 * arch/aarch64-insn.c: Same.
1140 * block.c: Same.
1141 * breakpoint.h: Same.
1142 * btrace.h: Same.
1143 * c-varobj.c: Same.
1144 * cli/cli-decode.c: Same.
1145 * cli/cli-script.c: Same.
1146 * cli/cli-utils.h: Same.
1147 * coff-pe-read.c: Same.
1148 * coffread.c: Same.
1149 * compile/compile-cplus-symbols.c: Same.
1150 * compile/compile-object-run.c: Same.
1151 * completer.c: Same.
1152 * corelow.c: Same.
1153 * cp-support.c: Same.
1154 * demangle.c: Same.
1155 * dwarf-index-write.c: Same.
1156 * dwarf2-frame.c: Same.
1157 * dwarf2-frame.h: Same.
1158 * eval.c: Same.
1159 * frame-base.h: Same.
1160 * frame.h: Same.
1161 * gdbcmd.h: Same.
1162 * gdbtypes.h: Same.
1163 * gnu-nat.c: Same.
1164 * guile/scm-objfile.c: Same.
1165 * i386-tdep.c: Same.
1166 * i386-tdep.h: Same.
1167 * infcall.c: Same.
1168 * infcall.h: Same.
1169 * linux-nat.c: Same.
1170 * m68k-tdep.c: Same.
1171 * macroexp.c: Same.
1172 * memattr.c: Same.
1173 * mi/mi-cmd-disas.c: Same.
1174 * mi/mi-getopt.h: Same.
1175 * mi/mi-main.c: Same.
1176 * minsyms.c: Same.
1177 * nat/aarch64-sve-linux-sigcontext.h: Same.
1178 * objfiles.h: Same.
1179 * ppc-linux-nat.c: Same.
1180 * ppc-linux-tdep.c: Same.
1181 * ppc-tdep.h: Same.
1182 * progspace.h: Same.
1183 * prologue-value.h: Same.
1184 * python/py-evtregistry.c: Same.
1185 * python/py-instruction.h: Same.
1186 * record-btrace.c: Same.
1187 * record-full.c: Same.
1188 * remote.c: Same.
1189 * rs6000-tdep.c: Same.
1190 * ser-tcp.c: Same.
1191 * sol-thread.c: Same.
1192 * sparc-sol2-tdep.c: Same.
1193 * sparc64-tdep.c: Same.
1194 * stabsread.c: Same.
1195 * symfile.c: Same.
1196 * symtab.h: Same.
1197 * target.c: Same.
1198 * tracepoint.c: Same.
1199 * tui/tui-data.h: Same.
1200 * tui/tui-io.c: Same.
1201 * tui/tui-win.c: Same.
1202 * tui/tui.c: Same.
1203 * unittests/rsp-low-selftests.c: Same.
1204 * user-regs.h: Same.
1205 * utils.c: Same.
1206 * utils.h: Same.
1207 * valarith.c: Same.
1208 * valops.c: Same.
1209 * valprint.c: Same.
1210 * valprint.h: Same.
1211 * value.c: Same.
1212 * value.h: Same.
1213 * varobj.c: Same.
1214 * x86-nat.h: Same.
1215 * xtensa-tdep.c: Same.
1216
1217 2019-10-25 Ali Tamur <tamur@google.com>
1218
1219 * charset.c (find_charset_names): Reflect API change.
1220
1221 2019-10-25 Christian Biesinger <cbiesinger@google.com>
1222
1223 * symtab.c (struct demangled_name_entry): Change demangled name
1224 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
1225 part of the struct anymore.
1226 (symbol_set_names): No longer obstack allocate + copy the demangled
1227 name, just store the allocated name from bfd.
1228
1229 2019-10-25 Tom Tromey <tromey@adacore.com>
1230
1231 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
1232 (bsearch_cie_cmp, add_cie): Remove.
1233 (find_cie): Reimplement.
1234 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
1235 (dwarf2_build_frame_info): Update.
1236
1237 2019-10-24 H.J. Lu <hongjiu.lu@intel.com>
1238
1239 PR gdb/25126
1240 * symfile.c (reread_symbols): Call forget_cached_source_info to
1241 clear the stale source cache.
1242
1243 2019-10-24 Christian Biesinger <cbiesinger@google.com>
1244
1245 * configure: Regenerate.
1246 * configure.ac: Remove code that sets python_has_threads.
1247
1248 2019-10-24 Christian Biesinger <cbiesinger@google.com>
1249
1250 * config.in: Regenerate.
1251 * configure: Regenerate.
1252 * configure.ac: Remove the code that uses sed to get the python
1253 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
1254
1255 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1256
1257 * python/py-progspace.c (pspy_block_for_pc): Return None for all
1258 error paths.
1259
1260 2019-10-23 Tom Tromey <tom@tromey.com>
1261
1262 * arc-tdep.c: Remove ".." from include.
1263 * frv-tdep.c: Remove ".." from include.
1264 * lm32-tdep.c: Remove ".." from include.
1265 * microblaze-tdep.c: Remove ".." from include.
1266 * or1k-tdep.h: Remove ".." from include.
1267 * s12z-tdep.c: Remove ".." from include.
1268 * Makefile.in (OPCODES_CFLAGS): Add comment.
1269 (TOP_CFLAGS): New variable.
1270 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
1271
1272 2019-10-23 Tom Tromey <tom@tromey.com>
1273
1274 * Makefile.in (READLINE_DIR): Update.
1275
1276 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1277
1278 * infcall.c (call_function_by_hand_dummy): Fix the function
1279 comment. And extract out a code section into...
1280 (reserve_stack_space): ...this new function.
1281
1282 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1283
1284 * infcall.c (value_arg_coerce): Remove an unused parameter.
1285 (call_function_by_hand_dummy): Update the call to
1286 'value_arg_coerce'.
1287
1288 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1289
1290 * infcall.c (call_function_by_hand_dummy): Refactor.
1291
1292 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1293
1294 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
1295
1296 2019-10-23 Tom Tromey <tom@tromey.com>
1297
1298 * configure: Rebuild.
1299 * configure.ac: Don't check for sigprocmask.
1300 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
1301
1302 2019-10-23 Tom Tromey <tom@tromey.com>
1303
1304 * configure: Rebuild.
1305 * acinclude.m4: Use m4_include, not sinclude.
1306
1307 2019-10-23 Tom de Vries <tdevries@suse.de>
1308
1309 PR breakpoints/24687
1310 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
1311
1312 2019-10-22 Christian Biesinger <cbiesinger@google.com>
1313
1314 * symtab.c (struct demangled_name_entry) <language>: Change from
1315 bitfield to regular variable.
1316
1317 2019-10-22 Christian Biesinger <cbiesinger@google.com>
1318
1319 * symtab.c (struct demangled_name_entry): Add a constructor.
1320 (free_demangled_name_entry): New function to call the destructor
1321 for demangled_name_entry.
1322 (create_demangled_names_hash): Pass free_demangled_name_entry to
1323 htab_create_alloc.
1324 (symbol_set_names): Call placement new for demangled_name_entry.
1325 * utils.c: No longer include xxhash.h here, now that fast_hash
1326 is inlined in the header.
1327 * utils.h: Instead, include it here.
1328
1329 2019-10-22 Christian Biesinger <cbiesinger@google.com>
1330
1331 * Makefile.in: Link with libxxhash.
1332 * config.in: Regenerate.
1333 * configure: Regenerate.
1334 * configure.ac: Search for libxxhash.
1335 * utils.c (fast_hash): Use xxhash if present.
1336
1337 2019-10-22 Christian Biesinger <cbiesinger@google.com>
1338
1339 * utils.h (fast_hash): New function.
1340 * symtab.c (hash_demangled_name_entry): Call new function
1341 fast_hash.
1342
1343 2019-10-22 Christian Biesinger <cbiesinger@google.com>
1344
1345 * symtab.c (struct demangled_name_entry): Change type of mangled
1346 to gdb::string_view. Also adds a constructor that takes the
1347 mangled name.
1348 (hash_demangled_name_entry): Update.
1349 (eq_demangled_name_entry): Update.
1350 (free_demangled_name_entry): New function to call the destructor
1351 now that this is not a POD anymore.
1352 (create_demangled_names_hash): Pass free_demangled_name_entry to
1353 htab_create_alloc.
1354 (symbol_set_names): Update.
1355
1356 2019-10-21 Ali Tamur <tamu@google.com>
1357
1358 * dwarf2read.c (dir_index): Change type.
1359 (file_name_index): Likewise.
1360 (line_header::include_dir_at): Change comment and implementation on
1361 whether it is DWARF 5.
1362 (line_header::is_valid_file_index): New function.
1363 (line_header::file_name_at): Change comment and implementation on
1364 whether it is DWARF 5.
1365 (line_header::file_names): Change to private field renamed as
1366 m_file_names and introduce a new accessor method.
1367 (line_header::file_names_size): New method.
1368 (line_header::include_dirs): Change to private field and rename as
1369 m_include_dirs.
1370 (dw2_get_file_names_reader): Define local var at a smaller scope and
1371 reflect API change.
1372 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
1373 (process_structure_scope): Likewise.
1374 (line_header::add_include_dir): Change message and reflect renaming.
1375 (line_header::add_file_name): Likewise.
1376 (read_formatted_entries): Handle DW_FORM_data16.
1377 (dwarf_decode_line_header): Fix line header length calculation.
1378 (psymtab_include_file_name): Change comment and API.
1379 (lnp_state_machine::m_file): Update comment and reflect type change.
1380 (lnp_state_machine::record_line): Reflect type change.
1381 (dwarf_decode_lines): Reflect API change.
1382 (file_file_name): Likewise.
1383 (file_full_name): Likewise.
1384
1385 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
1386
1387 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
1388
1389 2019-10-21 Tom Tromey <tom@tromey.com>
1390
1391 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
1392
1393 2019-10-21 Tom Tromey <tom@tromey.com>
1394
1395 * configure.ac (nm.h): Conditionally create nm.h link. Subst
1396 NM_H. Use AC_CONFIG_LINKS.
1397 * configure: Rebuild.
1398 * Makefile.in (NM_H): New variable.
1399 (generated_files): Add NM_H. Remove gcore.
1400 (nm.h, stamp-nmh): New targets.
1401
1402 2019-10-20 Tom Tromey <tom@tromey.com>
1403
1404 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
1405 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
1406 obsolete comment.
1407 (put_objfile_before): Now static.
1408
1409 2019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
1410
1411 * gdbsupport/common-utils.h (startswith): Change return type to
1412 bool.
1413
1414 2019-10-19 Christian Biesinger <cbiesinger@google.com>
1415
1416 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
1417 * breakpoint.c (bp_locations_compare): Rename to...
1418 (bp_location_is_less_than): ...this, and change to std::sort semantics.
1419 (update_global_location_list): Use std::sort instead of qsort.
1420 * buildsym.c (compare_line_numbers): Rename to...
1421 (lte_is_less_than): ...this, and change to std::sort semantics.
1422 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
1423 instead of qsort.
1424 * disasm.c (compare_lines): Rename to...
1425 (line_is_less_than): ...this, and change to std::sort semantics.
1426 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
1427 of qsort.
1428 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
1429 (fde_is_less_than): ...this, and change to std::sort semantics.
1430 (dwarf2_build_frame_info): Call std::sort instead of qsort.
1431 * mdebugread.c (compare_blocks):
1432 (block_is_less_than): ...this, and change to std::sort semantics.
1433 (sort_blocks): Call std::sort instead of qsort.
1434 * objfiles.c (qsort_cmp): Rename to...
1435 (sort_cmp): ...this, and change to std::sort semantics.
1436 (update_section_map): Call std::sort instead of qsort.
1437 * remote.c (compare_pnums): Remove.
1438 (map_regcache_remote_table): Call std::sort instead of qsort.
1439 * utils.c (compare_positive_ints): Remove.
1440 * utils.h (compare_positive_ints): Remove.
1441 * xcoffread.c (compare_lte): Remove.
1442 (arrange_linetable): Call std::sort instead of qsort.
1443
1444 2019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
1445
1446 * symfile.c (init_entry_point_info): Fix typo.
1447 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
1448
1449 2019-10-18 Tom de Vries <tdevries@suse.de>
1450
1451 * aarch64-tdep.c: Fix typos in comments.
1452 * ada-lang.c: Same.
1453 * ada-tasks.c: Same.
1454 * alpha-tdep.c: Same.
1455 * alpha-tdep.h: Same.
1456 * amd64-nat.c: Same.
1457 * amd64-windows-tdep.c: Same.
1458 * arc-tdep.c: Same.
1459 * arc-tdep.h: Same.
1460 * arch-utils.c: Same.
1461 * arm-nbsd-tdep.c: Same.
1462 * arm-tdep.c: Same.
1463 * ax-gdb.c: Same.
1464 * blockframe.c: Same.
1465 * btrace.c: Same.
1466 * c-varobj.c: Same.
1467 * coff-pe-read.c: Same.
1468 * coffread.c: Same.
1469 * cris-tdep.c: Same.
1470 * darwin-nat.c: Same.
1471 * dbxread.c: Same.
1472 * dcache.c: Same.
1473 * disasm.c: Same.
1474 * dtrace-probe.c: Same.
1475 * dwarf-index-write.c: Same.
1476 * dwarf2-frame-tailcall.c: Same.
1477 * dwarf2-frame.c: Same.
1478 * dwarf2read.c: Same.
1479 * eval.c: Same.
1480 * exceptions.c: Same.
1481 * fbsd-tdep.c: Same.
1482 * findvar.c: Same.
1483 * frame.c: Same.
1484 * frv-tdep.c: Same.
1485 * gnu-v3-abi.c: Same.
1486 * go32-nat.c: Same.
1487 * h8300-tdep.c: Same.
1488 * hppa-tdep.c: Same.
1489 * i386-linux-tdep.c: Same.
1490 * i386-tdep.c: Same.
1491 * ia64-libunwind-tdep.c: Same.
1492 * ia64-tdep.c: Same.
1493 * infcmd.c: Same.
1494 * infrun.c: Same.
1495 * linespec.c: Same.
1496 * linux-nat.c: Same.
1497 * linux-thread-db.c: Same.
1498 * machoread.c: Same.
1499 * mdebugread.c: Same.
1500 * mep-tdep.c: Same.
1501 * mn10300-tdep.c: Same.
1502 * namespace.c: Same.
1503 * objfiles.c: Same.
1504 * opencl-lang.c: Same.
1505 * or1k-tdep.c: Same.
1506 * osabi.c: Same.
1507 * ppc-linux-nat.c: Same.
1508 * ppc-linux-tdep.c: Same.
1509 * ppc-sysv-tdep.c: Same.
1510 * printcmd.c: Same.
1511 * procfs.c: Same.
1512 * record-btrace.c: Same.
1513 * record-full.c: Same.
1514 * remote-fileio.c: Same.
1515 * remote.c: Same.
1516 * rs6000-tdep.c: Same.
1517 * s12z-tdep.c: Same.
1518 * score-tdep.c: Same.
1519 * ser-base.c: Same.
1520 * ser-go32.c: Same.
1521 * skip.c: Same.
1522 * sol-thread.c: Same.
1523 * solib-svr4.c: Same.
1524 * solib.c: Same.
1525 * source.c: Same.
1526 * sparc-nat.c: Same.
1527 * sparc-sol2-tdep.c: Same.
1528 * sparc-tdep.c: Same.
1529 * sparc64-tdep.c: Same.
1530 * stabsread.c: Same.
1531 * stack.c: Same.
1532 * symfile.c: Same.
1533 * symtab.c: Same.
1534 * target-descriptions.c: Same.
1535 * target-float.c: Same.
1536 * thread.c: Same.
1537 * utils.c: Same.
1538 * valops.c: Same.
1539 * valprint.c: Same.
1540 * value.c: Same.
1541 * varobj.c: Same.
1542 * windows-nat.c: Same.
1543 * xcoffread.c: Same.
1544 * xstormy16-tdep.c: Same.
1545 * xtensa-tdep.c: Same.
1546
1547 2019-10-17 Tom Tromey <tromey@adacore.com>
1548
1549 * configure: Rebuild.
1550 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
1551 in AC_CONFIG_FILES invocation.
1552 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
1553 new-style config.status invocation.
1554
1555 2019-10-17 Tom de Vries <tdevries@suse.de>
1556
1557 * arm-nbsd-nat.c: Fix typos in comments.
1558 * arm-tdep.c: Same.
1559 * darwin-nat-info.c: Same.
1560 * dwarf2read.c: Same.
1561 * elfread.c: Same.
1562 * event-top.c: Same.
1563 * findvar.c: Same.
1564 * gdbtypes.c: Same.
1565 * hppa-tdep.c: Same.
1566 * i386-tdep.c: Same.
1567 * jit.c: Same.
1568 * main.c: Same.
1569 * mdebugread.c: Same.
1570 * moxie-tdep.c: Same.
1571 * nto-procfs.c: Same.
1572 * osabi.c: Same.
1573 * ppc-linux-tdep.c: Same.
1574 * remote.c: Same.
1575 * riscv-tdep.c: Same.
1576 * s390-tdep.c: Same.
1577 * sh-tdep.c: Same.
1578 * sparc-linux-tdep.c: Same.
1579 * sparc-nat.c: Same.
1580 * stack.c: Same.
1581 * target-descriptions.c: Same.
1582 * top.c: Same.
1583 * varobj.c: Same.
1584
1585 2019-10-16 Tom Tromey <tom@tromey.com>
1586
1587 * objfiles.h (struct objfile) <original_name>: Now const.
1588
1589 2019-10-16 Christian Biesinger <cbiesinger@google.com>
1590
1591 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
1592 pass on to sigsetjmp's second argument.
1593 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
1594
1595 2019-10-16 Keith Seitz <keiths@redhat.com>
1596
1597 PR gdb/23567
1598 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
1599 sections whose size is greater than the file size.
1600
1601 2019-10-16 Jim Wilson <jimw@sifive.com>
1602
1603 * riscv-tdep.c (riscv_gcc_target_options): New.
1604 (riscv_gnu_triplet_regexp): New.
1605 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
1606 set_gdbarch_gnu_triplet_regexp.
1607
1608 2019-10-16 Christian Biesinger <cbiesinger@google.com>
1609
1610 * Makefile.in: Add xml-builtin.h.
1611 * features/feature_to_c.sh: Add an include for xml-builtin.h
1612 to ensure that the compiler checks that the types match.
1613 * xml-builtin.h: New file.
1614 * xml-support.c (fetch_xml_builtin): Add missing const.
1615 * xml-support.h: Remove declaration of xml_builtins.
1616
1617 2019-10-16 Tom de Vries <tdevries@suse.de>
1618
1619 PR tdep/25096
1620 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
1621 (amd64_classify_aggregate): ... here.
1622 (amd64_classify_aggregate_field): Handled fiels of nested structs
1623 recursively.
1624
1625 2019-10-16 Tom de Vries <tdevries@suse.de>
1626
1627 PR tdep/24104
1628 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
1629 that handles 'theclass'.
1630
1631 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1632
1633 * linespec.c (decode_digits_ordinary): Update comment.
1634 * make-target-delegates: No longer need to handle VEC case.
1635 * memrange.c (normalize_mem_ranges): Update comment.
1636 * namespace.c (add_using_directive): Update comment.
1637 * objc-lang.c (uniquify_strings): Update comment.
1638 * ppc-linux-nat.c (struct thread_points): Update comment.
1639 * probe.h (find_probes_in_objfile): Update comment.
1640 * target.h (enum flash_preserve_mode): Update comment.
1641 * varobj.c (varobj_restrict_range): Update comment.
1642 * varobj.h (varobj_list_children): Update comment.
1643
1644 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1645
1646 * Makefile.in: Remove references to vec.h and vec.c.
1647 * aarch64-tdep.c: No longer include vec.h.
1648 * ada-lang.c: Likewise.
1649 * ada-lang.h: Likewise.
1650 * arm-tdep.c: Likewise.
1651 * ax.h: Likewise.
1652 * breakpoint.h: Likewise.
1653 * charset.c: Likewise.
1654 * cp-support.h: Likewise.
1655 * dtrace-probe.c: Likewise.
1656 * dwarf2read.c: Likewise.
1657 * extension.h: Likewise.
1658 * gdb_bfd.c: Likewise.
1659 * gdbsupport/gdb_vecs.h: Likewise.
1660 * gdbsupport/vec.c: Remove.
1661 * gdbsupport/vec.h: Remove.
1662 * gdbthread.h: Likewise.
1663 * guile/scm-type.c: Likewise.
1664 * inline-frame.c: Likewise.
1665 * machoread.c: Likewise.
1666 * memattr.c: Likewise.
1667 * memrange.h: Likewise.
1668 * namespace.h: Likewise.
1669 * nat/linux-btrace.h: Likewise.
1670 * osdata.c: Likewise.
1671 * parser-defs.h: Likewise.
1672 * progspace.h: Likewise.
1673 * python/py-type.c: Likewise.
1674 * record-btrace.c: Likewise.
1675 * rust-exp.y: Likewise.
1676 * solib-target.c: Likewise.
1677 * stap-probe.c: Likewise.
1678 * target-descriptions.c: Likewise.
1679 * target-memory.c: Likewise.
1680 * target.h: Likewise.
1681 * varobj.c: Likewise.
1682 * varobj.h: Likewise.
1683 * xml-support.h: Likewise.
1684
1685 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1686
1687 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
1688 Update for new std::vector based implementation.
1689 (process_psymtab_comp_unit_reader): Likewise.
1690 (scan_partial_symbols): Likewise.
1691 (recursively_compute_inclusions): Likewise.
1692 (compute_compunit_symtab_includes): Likewise.
1693 (process_imported_unit_die): Likewise.
1694 (queue_and_load_dwo_tu): Likewise.
1695 (follow_die_sig_1): Likewise.
1696 * gdb/dwarf2read.h: Remove DEF_VEC_P.
1697 (typedef dwarf2_per_cu_ptr): Remove.
1698 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
1699 function.
1700 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
1701 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
1702 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
1703 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
1704 std::vector.
1705
1706 2019-10-15 Tom Tromey <tromey@adacore.com>
1707
1708 * windows-nat.c (windows_nat_target::resume): Use %x when logging
1709 TID.
1710
1711 2019-10-15 Tom Tromey <tromey@adacore.com>
1712
1713 * windows-nat.c (windows_nat_target::fetch_registers)
1714 (windows_nat_target::store_registers): Rename "pid" to "tid".
1715
1716 2019-10-15 Tom Tromey <tromey@adacore.com>
1717
1718 * gdbarch.h, gdbarch.c: Rebuild.
1719 * gdbarch.sh (gcc_target_options): Change return type to
1720 std::string.
1721 * compile/compile.c (get_args): Update.
1722 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
1723 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
1724 std::string.
1725 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
1726 std::string.
1727 * arch-utils.c (default_gcc_target_options): Return std::string.
1728 * arch-utils.h (default_gcc_target_options): Return std::string.
1729 * s390-tdep.c (s390_gcc_target_options): Return std::string.
1730
1731 2019-10-15 Christian Biesinger <cbiesinger@google.com>
1732
1733 * breakpoint.c (breakpoint_chain): Make static.
1734 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
1735 of accessing breakpoint_chain.
1736
1737 2019-10-15 Christian Biesinger <cbiesinger@google.com>
1738
1739 * breakpoint.c (iterate_over_breakpoints): Change function pointer
1740 to a gdb::function_view and return value to bool.
1741 * breakpoint.h (iterate_over_breakpoints): Likewise.
1742 * dummy-frame.c (pop_dummy_frame_bpt): Update.
1743 (pop_dummy_frame): Update.
1744 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
1745 (gdbscm_breakpoints): Update.
1746 * python/py-breakpoint.c (build_bp_list): Update.
1747 (gdbpy_breakpoints): Update.
1748 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
1749 Update.
1750 (bpfinishpy_handle_stop): Update.
1751 (bpfinishpy_handle_exit): Update.
1752 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
1753 (svr4_update_solib_event_breakpoints): Update.
1754
1755 2019-10-15 Andreas Arnez <arnez@linux.ibm.com>
1756
1757 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
1758 when unwrapping single-field structs.
1759
1760 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1761
1762 * dwarf2read.c: Remove includes.
1763
1764 2019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1765
1766 * ui-out.c (ui_out::call_do_message): Silence
1767 -Wformat-nonliteral warning.
1768
1769 2019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1770
1771 * breakpoint.c: Remove some includes: continuations.h, skip.h,
1772 mi/mi-main.h, readline/readline.h, readline/history.h. Add
1773 include: readline/tilde.h.
1774
1775 2019-10-12 Christian Biesinger <cbiesinger@google.com>
1776
1777 * remote.c (remote_target::get_trace_status): Remove declaration of
1778 trace_regblock_size.
1779
1780 2019-10-12 Christian Biesinger <cbiesinger@google.com>
1781
1782 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
1783 (show_user): Remove declaration of cmdlist.
1784 * cli/cli-cmds.h (max_user_call_depth): Declare.
1785 * cli/cli-script.c (execute_user_command): Remove declaration
1786 of max_user_call_depth.
1787
1788 2019-10-11 Jim Wilson <jimw@sifive.com>
1789
1790 * gdbsupport/print-utils.h (pulongest): Fix comment.
1791 (plongest): Likewise.
1792 (phex): Add missing comment, mention leading zeros.
1793 (phex_nz): Add mention of no leading zeros to comment.
1794
1795 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
1796 plongest instead of unsigned long long cast.
1797
1798 2019-10-10 Christian Biesinger <cbiesinger@google.com>
1799
1800 * main.c (captured_main_1): Include gdbtk.h and remove declarations
1801 for external_editor_command and gdbtk_test.
1802
1803 2019-10-10 Christian Biesinger <cbiesinger@google.com>
1804
1805 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
1806 * varobj.c (varobjdebug): Move comment to...
1807 * varobj.h (varobjdebug): ...here, and declare.
1808
1809 2019-10-09 Tom Tromey <tom@tromey.com>
1810
1811 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
1812 erase_data_content.
1813
1814 2019-10-09 Tom Tromey <tom@tromey.com>
1815
1816 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
1817 * tui/tui-stack.c (tui_locator_window::rerender): Update.
1818 * tui/tui-command.c (tui_cmd_window::resize)
1819 (tui_refresh_cmd_win): Update.
1820 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
1821 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
1822 * tui/tui-data.c (~tui_gen_win_info): Remove.
1823 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
1824 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
1825 (tui_redisplay_readline, tui_mld_flush)
1826 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
1827 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
1828 (tui_data_window::erase_data_content)
1829 (tui_data_item_window::rerender)
1830 (tui_data_item_window::refresh_window): Update.
1831 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
1832 (box_win, tui_gen_win_info::make_window)
1833 (tui_gen_win_info::make_visible): Update.
1834 (tui_delete_win): Remove.
1835 * tui/tui-winsource.c
1836 (tui_source_window_base::do_erase_source_content): Update.
1837 (tui_show_source_line, tui_source_window_base::update_tab_width)
1838 (tui_source_window_base::update_exec_info): Update.
1839 * tui/tui-data.h (struct curses_deleter): New.
1840 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
1841 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
1842
1843 2019-10-09 Tom Tromey <tom@tromey.com>
1844
1845 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
1846
1847 2019-10-09 Tom Tromey <tom@tromey.com>
1848
1849 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
1850 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
1851
1852 2019-10-09 Tom Tromey <tom@tromey.com>
1853
1854 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
1855 window height directly.
1856 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
1857 declare.
1858 * tui/tui-layout.c (tui_default_win_height): Remove.
1859 (tui_default_win_viewport_height): Remove.
1860
1861 2019-10-09 Tom Tromey <tom@tromey.com>
1862
1863 * tui/tui.h: Remove comments.
1864
1865 2019-10-09 Tom de Vries <tdevries@suse.de>
1866
1867 * python/lib/gdb/printer/bound_registers.py: Use
1868 '^builtin_type_bound128' as regexp argument for
1869 add_builtin_pretty_printer.
1870
1871 2019-10-09 Christian Biesinger <cbiesinger@google.com>
1872
1873 * guile/guile.c (guile_extension_script_ops): Remove forward
1874 declaration and mark as static.
1875 (guile_script_ops): Likewise.
1876 (extension_language_guile): Move further down in the file so
1877 it can reference the definitions for guile_{extension_,}script_ops.
1878
1879 2019-10-09 Andreas Arnez <arnez@linux.ibm.com>
1880
1881 * s390-tdep.c (390_process_record): Handle new arch13 instructions
1882 except SORTL, DFLTCC, and KDSA.
1883
1884 2019-10-08 Tom Tromey <tromey@adacore.com>
1885
1886 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
1887 (struct safe_symbol_file_add_args): Remove.
1888
1889 2019-10-08 Tom Tromey <tromey@adacore.com>
1890
1891 * windows-nat.c: Don't include buildsym-legacy.h.
1892
1893 2019-10-08 Tom Tromey <tromey@adacore.com>
1894
1895 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
1896
1897 2019-10-08 Christian Biesinger <cbiesinger@google.com>
1898
1899 * gdbtypes.c (overload_debug): Move comment to header.
1900 * gdbtypes.h (overload_debug): Declare.
1901 * valops.c: Remove declaration of overload_debug, instead
1902 include gdbtypes.h.
1903
1904 2019-10-08 Christian Biesinger <cbiesinger@google.com>
1905
1906 * language.c (show_language_command): Pass lang_frame_mismatch_warn
1907 through _().
1908 (lang_frame_mismatch_warn): Make const, mark with N_(), and
1909 move comment...
1910 * language.h (lang_frame_mismatch_warn): ... here. Also add
1911 declaration.
1912 * top.c (lang_frame_mismatch_warn): Remove declaration.
1913 (check_frame_language_change): Pass lang_frame_mismatch_warn
1914 through _().
1915
1916 2019-10-07 Christian Biesinger <cbiesinger@google.com>
1917
1918 * c-lang.h (vtbl_ptr_name): Declare.
1919 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
1920 it from the header.
1921 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
1922
1923 2019-10-07 Christian Biesinger <cbiesinger@google.com>
1924
1925 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
1926 gdb_static_assert.
1927
1928 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1929
1930 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
1931 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
1932 * ctfread.c: New file.
1933 * ctfread.h: New file.
1934 * elfread.c: Include ctfread.h.
1935 (struct elfinfo text_p): New member ctfsect.
1936 (elf_locate_sections): Mark CTF section.
1937 (elf_symfile_read): Call elfctf_build_psymtabs.
1938 * Makefile.in (LIBCTF): Add.
1939 (CLIBS): Use it.
1940 (CDEPS): Likewise.
1941 (DIST): Add ctfread.c.
1942
1943 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1944
1945 * ctfread.c (struct nextfield): Renamed to ...
1946 (struct ctf_nextfield): ... this.
1947 (struct field_info): Renamed to ...
1948 (strut ctf_field_info): ... this.
1949 (attach_fields_to_type): Update for renamed structures.
1950 (ctf_add_member_cb): Likewise.
1951 (ctf_add_enum_member_cb): Likewise.
1952 (process_struct_members): Likewise.
1953 (process_enum_type): Likewise.
1954
1955 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1956
1957 * tracectf.h: Rename, was ctf.h.
1958 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
1959 * tracefile.c: Likewise.
1960 * tracepoint.c: Remove unused include ctf.h.
1961 * mi/mi-main.c: Likewise.
1962 * Makefile.in Replace ctf.c with tracectf.c.
1963
1964 2019-10-06 Joel Brobecker <brobecker@adacore.com>
1965
1966 * version.in: Change version number to "9.0.50.DATE-git".
1967
1968 2019-10-03 Tom Tromey <tom@tromey.com>
1969
1970 PR rust/24976:
1971 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
1972
1973 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1974
1975 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
1976 cp_search_name_hash.
1977 * NEWS: Add entry about nested function support.
1978
1979 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1980 Andrew Burgess <andrew.burgess@embecosm.com>
1981
1982 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
1983 for nested static variables when searchin VAR_DOMAIN.
1984 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
1985 global scope, update comment.
1986 (add_partial_subprogram): Call add_partial_subprogram recursively
1987 for nested subroutines when processinng Fortran.
1988 (load_partial_dies): Process the child entities of a subprogram
1989 when processing Fortran.
1990 (partial_die_parent_scope): Handle building scope
1991 for Fortran nested functions.
1992 (process_die): Record that nested functions have a scope.
1993 (new_symbol): Always record Fortran subprograms on the global
1994 symbol list.
1995 (determine_prefix): How to build the prefix for Fortran
1996 subprograms.
1997
1998 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1999
2000 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
2001 have just sent the thread a SIGSTOP and are waiting for it to
2002 arrive.
2003
2004 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2005
2006 * btrace.c (btrace_add_pc): Remove whitespace before the template
2007 parameter in 'std::vector <...>'.
2008 (parse_xml_btrace_block): Likewise.
2009 (btrace_maint_decode_pt): Likewise.
2010 (btrace_maint_update_packets): Likewise.
2011 (btrace_maint_print_packets): Likewise.
2012 * btrace.h (struct btrace_maint_info): Likewise.
2013 * dwarf2read.c (struct type_unit_group): Likewise.
2014 (build_type_psymtabs_reader): Likewise.
2015 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
2016 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
2017 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
2018
2019 2019-10-03 Tom de Vries <tdevries@suse.de>
2020
2021 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
2022 the first line of the help text for set/show style metadata.
2023
2024 2019-10-02 Tom Tromey <tromey@adacore.com>
2025
2026 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
2027 * gdbsupport/common-inferior.c: New file.
2028 * infcmd.c (startup_with_shell): Don't define.
2029 * nat/fork-inferior.h (startup_with_shell): Don't declare.
2030 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
2031 * inferior.h (startup_with_shell): Don't declare.
2032
2033 2019-10-02 Christian Biesinger <cbiesinger@google.com>
2034
2035 * gdbsupport/gdb_assert.h: Include errors.h.
2036 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
2037
2038 2019-10-02 Tom Tromey <tromey@adacore.com>
2039
2040 * NEWS: Add $_ada_exception entry.
2041 * ada-lang.c (struct ada_catchpoint): Add constructor.
2042 <m_kind>: New member.
2043 (allocate_location_exception, re_set_exception): Remove
2044 "ex" parameter.
2045 (should_stop_exception): Compute $_ada_exception.
2046 (check_status_exception, print_it_exception)
2047 (print_one_exception, print_mention_exception): Remove
2048 "ex" parameter.
2049 (allocate_location_catch_exception, re_set_catch_exception)
2050 (check_status_exception, print_it_catch_exception)
2051 (print_one_catch_exception, print_mention_catch_exception)
2052 (print_recreate_catch_exception)
2053 (allocate_location_catch_exception_unhandled)
2054 (re_set_catch_exception_unhandled)
2055 (check_status_exception, print_it_catch_exception_unhandled)
2056 (print_one_catch_exception_unhandled)
2057 (print_mention_catch_exception_unhandled)
2058 (print_recreate_catch_exception_unhandled)
2059 (allocate_location_catch_assert, re_set_catch_assert)
2060 (check_status_assert, print_it_catch_assert)
2061 (print_one_catch_assert, print_mention_catch_assert)
2062 (print_recreate_catch_assert)
2063 (allocate_location_catch_handlers, re_set_catch_handlers)
2064 (check_status_handlers, print_it_catch_handlers)
2065 (print_one_catch_handlers, print_mention_catch_handlers)
2066 (print_recreate_catch_handlers): Remove.
2067 (create_ada_exception_catchpoint): Update.
2068 (initialize_ada_catchpoint_ops): Update.
2069
2070 2019-10-02 Tom Tromey <tromey@adacore.com>
2071
2072 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
2073 (create_excep_cond_exprs): Simplify exception string computation.
2074 (ada_exception_catchpoint_cond_string): Likewise.
2075
2076 2019-10-02 Tom Tromey <tromey@adacore.com>
2077
2078 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
2079 * ada-lang.c (lesseq_defined_than): Handle
2080 LOC_STATIC.
2081 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
2082 parameter.
2083 (dwarf2_has_info): Likewise.
2084 (new_symbol): Set maybe_copied on symbol when
2085 appropriate.
2086 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
2087 parameter.
2088 <can_copy>: New member.
2089 * elfread.c (record_minimal_symbol): Set maybe_copied
2090 on symbol when appropriate.
2091 (elf_symfile_read): Update call to dwarf2_has_info.
2092 * minsyms.c (lookup_minimal_symbol_linkage): New
2093 function.
2094 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
2095 * symtab.c (get_symbol_address, get_msymbol_address):
2096 New functions.
2097 * symtab.h (get_symbol_address, get_msymbol_address):
2098 Declare.
2099 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
2100 maybe_copied.
2101 (struct symbol, struct minimal_symbol) <maybe_copied>:
2102 New member.
2103
2104 2019-10-02 Tom Tromey <tromey@adacore.com>
2105
2106 * source.c (struct current_source_location): New.
2107 (current_source_key): New global.
2108 (current_source_symtab, current_source_line)
2109 (current_source_pspace): Remove.
2110 (get_source_location): New function.
2111 (get_current_source_symtab_and_line)
2112 (set_default_source_symtab_and_line)
2113 (set_current_source_symtab_and_line)
2114 (clear_current_source_symtab_and_line, select_source_symtab)
2115 (info_source_command, print_source_lines_base)
2116 (info_line_command, search_command_helper, _initialize_source):
2117 Update.
2118
2119 2019-10-02 Tom Tromey <tromey@adacore.com>
2120
2121 * source.c (select_source_symtab): Don't call
2122 decode_line_with_current_source.
2123
2124 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2125
2126 * symtab.c (lookup_global_symbol): Search global block.
2127
2128 2019-10-02 Tom Tromey <tromey@adacore.com>
2129
2130 * coffread.c (process_coff_symbol): Update.
2131 * dwarf2read.c (var_decode_location, new_symbol): Update.
2132 * mdebugread.c (parse_symbol): Update.
2133 * objfiles.c (relocate_one_symbol): Update.
2134 * stabsread.c (define_symbol, fix_common_block)
2135 (scan_file_globals): Update.
2136 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
2137 (SET_SYMBOL_VALUE_ADDRESS): New macro.
2138 * xcoffread.c (process_xcoff_symbol): Update.
2139
2140 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2141
2142 * MAINTAINERS: Update my email address.
2143
2144 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2145
2146 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
2147 std::vector.
2148 (build_type_psymtabs_reader): Update for std::vector.
2149 (build_type_psymtab_dependencies): Likewise.
2150 * dwarf2read.h: Remove use of DEF_VEC_P.
2151 (typedef sig_type_ptr): Delete.
2152
2153 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2154
2155 * btrace.c (btrace_maint_clear): Update to handle change from VEC
2156 to std::vector.
2157 (btrace_maint_decode_pt): Likewise, and move allocation of the
2158 vector outside of the loop.
2159 (btrace_maint_update_packets): Update to handle change from VEC to
2160 std::vector.
2161 (btrace_maint_print_packets): Likewise.
2162 (maint_info_btrace_cmd): Likewise.
2163 * btrace.h: Remove use of DEF_VEC_O.
2164 (typedef btrace_pt_packet_s): Delete.
2165 (struct btrace_maint_info) <packets>: Change fromm VEC to
2166 std::vector.
2167 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
2168
2169 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2170
2171 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
2172 make accesses into the vector constant references.
2173 (btrace_add_pc): Update for std::vector.
2174 (btrace_stitch_bts): Likewise.
2175 (parse_xml_btrace_block): Likewise.
2176 (btrace_maint_update_packets): Likewise.
2177 (btrace_maint_print_packets): Likewise.
2178 (maint_info_btrace_cmd): Likewise.
2179 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
2180 std::vector.
2181 (btrace_data::empty): Likewise.
2182 (btrace_data_append): Likewise.
2183 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
2184 (typedef btrace_block_s): Delete.
2185 (struct btrace_block): Add constructor.
2186 (struct btrace_data_bts) <blocks>: Change to std::vector.
2187 * nat/linux-btrace.c (perf_event_read_bts): Update for
2188 std::vector.
2189 (linux_read_bts): Likewise.
2190
2191 2019-10-01 Tom Tromey <tom@tromey.com>
2192
2193 * cli/cli-logging.c (show_logging_filename): Use styled_string.
2194
2195 2019-10-01 Tom Tromey <tom@tromey.com>
2196
2197 * stack.c (print_frame, info_frame_command_core): Use
2198 styled_string.
2199 * linux-thread-db.c (try_thread_db_load_1)
2200 (try_thread_db_load_from_pdir_1): Use styled_string.
2201 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
2202 (auto_load_section_scripts, info_auto_load_local_gdbinit)
2203 (maybe_print_unsupported_script_warning)
2204 (maybe_print_script_not_found_warning): Use styled_string.
2205 * ada-lang.c (user_select_syms): Use styled_string.
2206
2207 2019-10-01 Tom Tromey <tom@tromey.com>
2208
2209 * p-lang.c (pascal_printstr): Use metadata style.
2210 * value.c (show_convenience): Use metadata style.
2211 * valprint.c (valprint_check_validity, val_print_optimized_out)
2212 (val_print_not_saved, val_print_unavailable)
2213 (val_print_invalid_address, generic_val_print, val_print)
2214 (value_check_printable, val_print_array_elements): Use metadata
2215 style.
2216 * ui-out.h (class ui_out) <field_fmt>: New overload.
2217 <do_field_fmt>: Add style parameter.
2218 * ui-out.c (ui_out::field_fmt): New overload.
2219 * typeprint.c (type_print_unknown_return_type)
2220 (val_print_not_allocated, val_print_not_associated): Use metadata
2221 style.
2222 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
2223 parameter.
2224 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
2225 * tracepoint.c (tvariables_info_1): Use metadata style.
2226 * stack.c (print_frame_arg, print_frame_info, print_frame)
2227 (info_frame_command_core): Use metadata style.
2228 * skip.c (info_skip_command): Use metadata style.
2229 * rust-lang.c (rust_print_enum): Use metadata style.
2230 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
2231 metadata style.
2232 * python/py-framefilter.c (py_print_single_arg): Use metadata
2233 style.
2234 * printcmd.c (do_one_display, print_variable_and_value): Use
2235 metadata style.
2236 * p-valprint.c (pascal_val_print)
2237 (pascal_object_print_value_fields): Use metadata style.
2238 * p-typeprint.c (pascal_type_print_base): Use metadata style.
2239 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
2240 parameter.
2241 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
2242 * m2-valprint.c (m2_print_long_set): Use metadata style.
2243 * m2-typeprint.c (m2_print_type): Use metadata style.
2244 * infcmd.c (print_return_value_1): Use metadata style.
2245 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
2246 * f-valprint.c (info_common_command_for_block): Use metadata
2247 style.
2248 * f-typeprint.c (f_type_print_base): Use metadata style.
2249 * expprint.c (print_subexp_standard): Use metadata style.
2250 * cp-valprint.c (cp_print_value_fields): Use metadata style.
2251 * cli/cli-style.h (class cli_style_option): Add constructor.
2252 (metadata_style): Declare.
2253 * cli/cli-style.c (metadata_style): New global.
2254 (_initialize_cli_style): Register metadata style.
2255 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
2256 parameter.
2257 * cli-out.c (cli_ui_out::do_field_fmt): Update.
2258 * c-typeprint.c (c_type_print_base_struct_union)
2259 (c_type_print_base_1): Use metadata style.
2260 * breakpoint.c (watchpoint_value_print)
2261 (print_one_breakpoint_location): Use metadata style.
2262 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
2263 style.
2264 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
2265 style.
2266 * ada-valprint.c (val_print_packed_array_elements, printstr)
2267 (print_field_values, ada_val_print_ref, ada_val_print): Use
2268 metadata style.
2269 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
2270 style.
2271 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
2272 style.
2273 * ada-lang.c (user_select_syms): Use metadata style.
2274
2275 2019-10-01 Tom Tromey <tom@tromey.com>
2276
2277 * cli/cli-cmds.c (pwd_command): Style output.
2278
2279 2019-10-01 Pedro Alves <palves@redhat.com>
2280 Tom Tromey <tom@tromey.com>
2281
2282 * symtab.c (print_symbol_info): Use %ps.
2283 (print_msymbol_info): Use %ps.
2284 * symfile.c (symbol_file_add_with_addrs): Use %ps.
2285 * printcmd.c (print_variable_and_value): Use %ps.
2286 * macrocmd.c (show_pp_source_pos): Use %ps.
2287 * infrun.c (print_exited_reason): Use ui_out::message.
2288 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
2289 (describe_other_breakpoints): Use ui_out::message and new
2290 formats.
2291 (say_where): Use new formats.
2292 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
2293 and new formats.
2294
2295 2019-10-01 Pedro Alves <palves@redhat.com>
2296 Tom Tromey <tom@tromey.com>
2297
2298 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
2299 (test_gdb_formats): New function.
2300 (run_tests): Call it.
2301 (test_format_specifier): Update.
2302 * utils.h (fputs_filtered): Update comment.
2303 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
2304 (fputs_styled_unfiltered): Declare.
2305 * utils.c (fputs_styled_unfiltered): New function.
2306 (vfprintf_maybe_filtered): Add gdbfmt parameter.
2307 (vfprintf_filtered): Update.
2308 (vfprintf_unfiltered, vprintf_filtered): Update.
2309 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
2310 * ui-out.h (enum ui_out_flag) <unfiltered_output,
2311 disallow_ui_out_field>: New constants.
2312 (enum class field_kind): New.
2313 (struct base_field_s, struct signed_field_s): New.
2314 (signed_field): New function.
2315 (struct string_field_s): New.
2316 (string_field): New function.
2317 (struct styled_string_s): New.
2318 (styled_string): New function.
2319 (class ui_out) <message>: Add comment.
2320 <vmessage, call_do_message>: New methods.
2321 <do_message>: Add style parameter.
2322 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
2323 methods.
2324 (ui_out::message): Rewrite.
2325 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
2326 parameter.
2327 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
2328 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
2329 gdb_extensions parameter.
2330 (class format_piece): Add parameter to constructor.
2331 (n_int_args): New field.
2332 * gdbsupport/format.c (format_pieces::format_pieces): Add
2333 gdb_extensions parameter. Handle '*'.
2334 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
2335 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
2336 vfprintf_styled_no_gdbfmt.
2337 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
2338 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
2339 unfiltered output.
2340 * ui-style.h (struct ui_file_style) <ptr>: New method.
2341
2342 2019-10-01 Tom Tromey <tom@tromey.com>
2343
2344 * unittests/format_pieces-selftests.c: Update. Add final format.
2345 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
2346 empty literal pieces.
2347
2348 2019-10-01 Tom Tromey <tom@tromey.com>
2349
2350 * ui-out.h (enum class ui_out_style_kind): Remove.
2351 (class ui_out) <field_string, field_stsream, do_field_string>:
2352 Change type of "style".
2353 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
2354 (ui_out::field_string): Update.
2355 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
2356 of "style".
2357 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
2358 * tracepoint.c (print_one_static_tracepoint_marker): Update.
2359 * stack.c (print_frame_arg, print_frame_info, print_frame):
2360 Update.
2361 * source.c (print_source_lines_base): Update.
2362 * solib.c (info_sharedlibrary_command): Update.
2363 * skip.c (info_skip_command): Update.
2364 * record-btrace.c (btrace_call_history_src_line)
2365 (btrace_call_history): Update.
2366 * python/py-framefilter.c (py_print_frame): Update.
2367 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
2368 "style".
2369 * mi/mi-out.c (mi_ui_out::do_table_header)
2370 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
2371 (mi_ui_out::do_field_string): Update.
2372 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
2373 Update.
2374 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
2375 "style".
2376 * cli-out.c (cli_ui_out::do_table_header)
2377 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
2378 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
2379 (cli_ui_out::do_field_fmt): Update.
2380 * breakpoint.c (print_breakpoint_location): Update.
2381 (update_static_tracepoint): Update.
2382
2383 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2384
2385 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
2386 conversion of gdb_datadir.
2387 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
2388 remove not needed c_str ().
2389
2390 2019-09-30 Ali Tamur <tamur@google.com>
2391
2392 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
2393 (dwarf2_string_attr): Likewise.
2394
2395 2019-09-30 Ali Tamur <tamur@google.com>
2396
2397 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
2398 (process_full_type_unit): Likewise.
2399 (dump_die_shallow): Likewise.
2400 (cu_debug_loc_section): Likewise.
2401
2402 2019-09-28 Christian Biesinger <cbiesinger@google.com>
2403
2404 * minsyms.c (compare_minimal_symbols): Rename to...
2405 (minimal_symbol_is_less_than): ...this, and adjust to STL
2406 conventions (return bool, take arguments as references)
2407 (minimal_symbol_reader::install): Call std::sort instead
2408 of qsort.
2409
2410 2019-09-29 Christian Biesinger <cbiesinger@google.com>
2411
2412 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
2413 hash and why.
2414 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
2415 msymbol_hash, msymbol_demangled_hash>: Improve comments.
2416
2417 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
2418
2419 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
2420 * psympriv.h (add_psymbol_to_list): Move comment here and update
2421 it.
2422
2423 2019-09-29 Tom de Vries <tdevries@suse.de>
2424
2425 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
2426 Use $tmpdir/$(basename "$output_file").dwz instead of
2427 "${output_file}.dwz".
2428
2429 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
2430
2431 PR gdb/25045
2432 * hppa-linux-nat.c: Include gdbarch.h.
2433
2434 2019-09-26 Christian Biesinger <cbiesinger@google.com>
2435
2436 * blockframe.c (find_pc_partial_function): Change return type to bool.
2437 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
2438 * minsyms.c (in_gnu_ifunc_stub): Likewise.
2439 (stub_gnu_ifunc_resolve_name): Likewise.
2440 * symtab.c (compare_filenames_for_search): Likewise.
2441 (compare_glob_filenames_for_search): Likewise.
2442 (matching_obj_sections): Likewise.
2443 (symbol_matches_domain): Likewise.
2444 (find_line_symtab): Change out param EXACT_MATCH to bool *.
2445 (find_line_pc): Change return type to bool.
2446 (find_line_pc_range): Likewise.
2447 (producer_is_realview): Likewise.
2448 * symtab.h (symbol_matches_domain): Likewise.
2449 (find_pc_partial_function): Likewise.
2450 (find_pc_line_pc_range): Likewise.
2451 (in_gnu_ifunc_stub): Likewise.
2452 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
2453 (find_line_pc): Likewise.
2454 (find_line_pc_range): Likewise.
2455 (matching_obj_sections): Likewise.
2456 (find_line_symtab): Change out parameter to bool.
2457 (producer_is_realview): Change return type to bool.
2458 (compare_filenames_for_search): Likewise.
2459 (compare_glob_filenames_for_search): Likewise.
2460
2461 2019-09-26 Tom Tromey <tom@tromey.com>
2462
2463 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
2464 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
2465 * gdb_usleep.h: Remove.
2466 * gdb_usleep.c: Remove.
2467 * utils.c: Don't include gdb_usleep.h.
2468
2469 2019-09-26 Tom Tromey <tromey@adacore.com>
2470
2471 * python/py-type.c (type_to_type_object): Call check_typedef
2472 for stub types.
2473
2474 2019-09-26 Tom Tromey <tom@tromey.com>
2475
2476 * utils.h (initialize_utils): Don't declare.
2477 * top.c (gdb_init): Don't call initialize_utils.
2478 * utils.c (initialize_utils): Remove. Move contents...
2479 (_initialize_utils): ... here.
2480
2481 2019-09-25 Tom Tromey <tom@tromey.com>
2482
2483 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
2484 * utils.h (make_hex_string): Don't declare.
2485 * utils.c (make_hex_string): Remove.
2486
2487 2019-09-24 Tom de Vries <tdevries@suse.de>
2488
2489 PR gdb/23815
2490 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
2491 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
2492
2493 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
2494
2495 * NEWS: Mention new simulator port for PRU.
2496
2497 2019-09-23 Christian Biesinger <cbiesinger@google.com>
2498
2499 * ada-exp.y (write_object_remaining): Update.
2500 * ada-lang.c (ada_decode): Return a std::string instead of a char*
2501 and eliminate the static buffer.
2502 (ada_decode_symbol): Update.
2503 (ada_la_decode): Update.
2504 (ada_sniff_from_mangled_name): Update.
2505 (is_valid_name_for_wild_match): Update.
2506 (ada_lookup_name_info::matches): Update and simplify.
2507 (name_matches_regex): Update.
2508 (ada_add_global_exceptions): Update.
2509 * ada-lang.h (ada_decode): Update signature.
2510 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
2511 * dwarf-index-write.c (debug_names::insert): Update.
2512
2513 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
2514
2515 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
2516 formatting.
2517
2518 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
2519
2520 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
2521 Change "nonzero" to "true" in documentation.
2522
2523 2019-09-20 Christian Biesinger <cbiesinger@google.com>
2524
2525 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
2526 (_initialize_darwin_solib): Don't set
2527 darwin_so_ops.lookup_lib_global_symbol.
2528 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
2529 set_gdbarch_iterate_over_objfiles_in_search_order.
2530 (elf_lookup_lib_symbol): Rename to...
2531 (svr4_iterate_over_objfiles_in_search_order): this, and update
2532 to iterate semantics.
2533 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
2534 * solib.c (solib_global_lookup): Remove.
2535 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
2536 (solib_global_lookup): Remove.
2537 * symtab.c (lookup_global_or_static_symbol): Remove call to
2538 solib_global_lookup.
2539
2540 2019-09-20 Joel Brobecker <brobecker@adacore.com>
2541
2542 * NEWS: Move entries about default MI version now being
2543 version 3, and about the GDB/MI fix for multi-location
2544 breakpoints to the "since GDB 8.3" section.
2545
2546 2019-09-20 Joel Brobecker <brobecker@adacore.com>
2547
2548 GDB 8.3.1 released.
2549
2550 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2551
2552 * NEWS: Mention that Cell/B.E. debugging support was removed.
2553 * MAINTAINERS: Remove spu target.
2554
2555 * config/djgpp/fnchange.lst: Remove entries for removed files.
2556
2557 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
2558 spu-multiarch.o, and spu-tdep.o.
2559 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
2560 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
2561 spu-multiarch.c, and spu-tdep.c.
2562 * spu-linux-nat.c: Remove file.
2563 * spu-multiarch.c: Remove file.
2564 * spu-tdep.c: Remove file.
2565 * spu-tdep.h: Remove file.
2566 * solib-spu.c: Remove file.
2567 * solib-spu.h: Remove file.
2568
2569 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
2570 * configure.nat (spu-linux): Remove.
2571 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
2572 solib-multiarch.o from gdb_target_obs.
2573 (spu*-*-*): Remove.
2574
2575 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
2576 feature flag.
2577 (ppc_linux_no_features): Update.
2578 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
2579 Cell/B.E. support.
2580 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
2581 (tdesc_powerpc_cell64l): Likewise.
2582 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
2583 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
2584 Cell/B.E. support.
2585 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
2586 Do not include "features/rs6000/powerpc-cell32l.c" or
2587 "features/rs6000/powerpc-cell64l.c".
2588 (ppc_linux_spu_section): Remove.
2589 (ppc_linux_core_read_description): Remove Cell/B.E. support.
2590 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
2591 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
2592 (ppc_linux_spe_context_lookup): Remove.
2593 (ppc_linux_spe_context_inferior_created): Remove.
2594 (ppc_linux_spe_context_solib_loaded): Remove.
2595 (ppc_linux_spe_context_solib_unloaded): Remove.
2596 (ppc_linux_spe_context): Remove.
2597 (struct ppu2spu_cache): Remove.
2598 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
2599 (struct ppu2spu_data): Remove.
2600 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
2601 ppu2spu_unwind): Remove.
2602 (ppc_linux_init_abi): Remove Cell/B.E. support.
2603 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
2604
2605 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
2606 (rs6000/powerpc-cell64l-expedite): Likewise
2607 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
2608 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
2609 rs6000/powerpc-cell64l.xml.
2610 * features/rs6000/powerpc-cell32l.xml: Remove.
2611 * features/rs6000/powerpc-cell64l.xml: Likewise.
2612 * features/rs6000/powerpc-cell32l.c: Remove generated file.
2613 * features/rs6000/powerpc-cell64l.c: Likewise.
2614 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
2615 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
2616 * regformats/reg-spu.dat: Remove.
2617
2618 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
2619 * corelow.c (struct spuid_list): Remove.
2620 (add_to_spuid_list): Remove.
2621 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
2622 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
2623 (remote_protocol_features): Remove associated entries.
2624 (_initialize_remote): No longer initialize them.
2625 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
2626 * linux-nat.c (SPUFS_MAGIC): Remove.
2627 (linux_proc_xfer_spu): Remove.
2628 (spu_enumerate_spu_ids): Remove.
2629 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
2630 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
2631 (linux_make_corefile_notes): No longer call it.
2632
2633 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
2634 (cooked_write_test): Likewise.
2635
2636 2019-09-20 Tom Tromey <tom@tromey.com>
2637
2638 * NEWS: Mention case-sensitivity of TUI commands.
2639 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
2640 (tui_set_win_height_command, parse_scrolling_args): Likewise.
2641 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
2642
2643 2019-09-20 Tom Tromey <tom@tromey.com>
2644
2645 * tui/tui-source.c (tui_source_window::set_contents): Use
2646 make_unique_xstrdup.
2647 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
2648 make_unique_xstrdup.
2649
2650 2019-09-20 Tom Tromey <tom@tromey.com>
2651
2652 * tui/tui-data.c: Remove separator comments.
2653 * tui/tui-layout.c: Remove separator comments.
2654 * tui/tui-win.c: Remove separator comments.
2655 * tui/tui-wingeneral.c: Remove separator comments.
2656
2657 2019-09-20 Tom Tromey <tom@tromey.com>
2658
2659 * tui/tui.h (strcat_to_buf): Don't declare.
2660 * tui/tui.c (strcat_to_buf): Remove.
2661
2662 2019-09-20 Tom Tromey <tom@tromey.com>
2663
2664 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
2665 from "fullname".
2666 * tui/tui-source.c (tui_source_window::set_contents)
2667 (tui_source_window::location_matches_p)
2668 (tui_source_window::maybe_update): Update.
2669
2670 2019-09-20 Tom Tromey <tom@tromey.com>
2671
2672 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
2673 Update.
2674 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
2675 prefix.
2676 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
2677 (tui_data_window::line_from_reg_element_no)
2678 (tui_data_window::first_reg_element_no_inline)
2679 (tui_data_window::show_registers)
2680 (tui_data_window::show_register_group)
2681 (tui_data_window::display_registers_from)
2682 (tui_data_window::display_registers_from_line)
2683 (tui_data_window::first_data_item_displayed)
2684 (tui_data_window::delete_data_content_windows)
2685 (tui_data_window::erase_data_content)
2686 (tui_data_window::do_scroll_vertical)
2687 (tui_data_window::refresh_window)
2688 (tui_data_window::check_register_values): Update.
2689
2690 2019-09-20 Tom Tromey <tom@tromey.com>
2691
2692 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
2693 (struct tui_locator_window) <full_name, proc_name>: Now
2694 std::string.
2695 * tui/tui-stack.c (tui_locator_window::make_status_line)
2696 (tui_locator_window::set_locator_fullname)
2697 (tui_locator_window::set_locator_info): Update.
2698 * tui/tui-source.c (tui_source_window::set_contents)
2699 (tui_source_window::showing_source_p): Update.
2700
2701 2019-09-20 Tom Tromey <tom@tromey.com>
2702
2703 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
2704 Don't call tui_locator_win_info_ptr.
2705
2706 2019-09-20 Tom Tromey <tom@tromey.com>
2707
2708 * tui/tui-win.c (tui_resize_all): Don't call refresh.
2709
2710 2019-09-20 Tom Tromey <tom@tromey.com>
2711
2712 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
2713 height for locator.
2714 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
2715 * tui/tui-layout.c (show_source_disasm_command, show_data)
2716 (show_source_or_disasm_and_command): Use 1 as height for locator.
2717
2718 2019-09-20 Tom Tromey <tom@tromey.com>
2719
2720 * tui/tui.c (tui_enable): Update.
2721 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
2722 Update.
2723 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
2724 Update.
2725 * tui/tui-data.c (win_resized): Now bool.
2726 (tui_win_resized): Return bool.
2727 (tui_set_win_resized_to): Accept a bool.
2728
2729 2019-09-20 Tom Tromey <tom@tromey.com>
2730
2731 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
2732 Change type of "refresh_values_only".
2733 * tui/tui-regs.c (tui_data_window::show_register_group): Change
2734 type of "refresh_values_only".
2735
2736 2019-09-20 Tom Tromey <tom@tromey.com>
2737
2738 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
2739 std::string.
2740 (tui_disassemble): Add "pos" parameter.
2741 (tui_disasm_window::set_contents): Simplify.
2742
2743 2019-09-20 Tom Tromey <tom@tromey.com>
2744
2745 * tui/tui-winsource.h (struct tui_source_window_base)
2746 <show_source_content>: Now private.
2747 * tui/tui-winsource.c
2748 (tui_source_window_base::show_source_content): Don't handle empty
2749 content case.
2750
2751 2019-09-20 Tom Tromey <tom@tromey.com>
2752
2753 * tui/tui-layout.c (show_source_disasm_command)
2754 (show_source_or_disasm_and_command): Don't call
2755 show_source_content.
2756
2757 2019-09-20 Tom Tromey <tom@tromey.com>
2758
2759 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
2760 Declare.
2761 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
2762 from tui_make_status_line.
2763 (tui_locator_window::rerender): Update.
2764
2765 2019-09-20 Tom Tromey <tom@tromey.com>
2766
2767 * tui/tui-stack.c (tui_make_status_line): Return std::string.
2768 (tui_locator_window::rerender): Update.
2769
2770 2019-09-20 Tom Tromey <tom@tromey.com>
2771
2772 * tui/tui-winsource.h (struct tui_source_window_base)
2773 <~tui_source_window_base>: Don't declare.
2774 <fullname>: Remove.
2775 * tui/tui-winsource.c (~tui_source_window_base): Remove.
2776 * tui/tui-source.h (struct tui_source_window) <fullname>: New
2777 member.
2778 * tui/tui-source.c (tui_source_window::set_contents): Update.
2779 (tui_source_window::location_matches_p)
2780 (tui_source_window::maybe_update): Update.
2781
2782 2019-09-20 Tom Tromey <tom@tromey.com>
2783
2784 * tui/tui-winsource.h (~tui_source_element): Remove.
2785 (tui_source_element): Update.
2786 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
2787 * tui/tui-winsource.c (tui_show_source_line): Update.
2788 * tui/tui-source.c (tui_source_window::set_contents): Update.
2789 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
2790
2791 2019-09-20 Tom Tromey <tom@tromey.com>
2792
2793 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
2794 declare.
2795 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
2796 tui_clear_source_windows_detail.
2797 * tui/tui-winsource.h (struct tui_source_window_base)
2798 <clear_detail>: Don't declare.
2799 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
2800 Remove.
2801 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
2802
2803 2019-09-20 Tom Tromey <tromey@adacore.com>
2804
2805 PR ada/24919:
2806 * block.c (contained_in): Fix final return value.
2807
2808 2019-09-20 Alan Modra <amodra@gmail.com>
2809
2810 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
2811 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
2812 (read_indirect_string_from_dwz): Use bfd accessor.
2813 * dwarf2read.h (struct dwz_file <filename>): Likewise.
2814 * machoread.c (macho_symfile_read_all_oso): Likewise.
2815 * solib.c (solib_bfd_open): Likewise.
2816
2817 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2818
2819 * eval.c: Move declaration of overload_resolution to...
2820 * value.h: ...here.
2821
2822 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2823
2824 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
2825 * arm-linux-tdep.c: Likewise.
2826 * arm-nbsd-nat.c: Likewise.
2827 * arm-tdep.h: Declare arm_apcs_32.
2828 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
2829
2830 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2831
2832 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
2833 * dwarf2read.h: Declare dwarf_always_disassemble.
2834
2835 2019-09-19 Tom de Vries <tdevries@suse.de>
2836
2837 PR gdb/25009
2838 * source-cache.c (source_cache::ensure): Catch exception thrown during
2839 construction of the highlighter.
2840
2841 2019-09-18 Alan Modra <amodra@gmail.com>
2842
2843 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
2844 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
2845 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
2846 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
2847 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
2848 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
2849 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
2850 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
2851 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
2852 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
2853 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
2854 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
2855 * solib-spu.c, * solib-svr4.c, * solib-target.c,
2856 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
2857 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
2858 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
2859 * mi/mi-interp.c: Update throughout for bfd section macro and
2860 function changes.
2861 * gcore (gcore_create_callback): Use bfd_set_section_lma.
2862 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
2863
2864 2019-09-18 Tom Tromey <tom@tromey.com>
2865
2866 * NEWS: Add entry.
2867 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
2868 call rl_initialize.
2869 (tui_enable): Do not call rl_initialize.
2870
2871 2019-09-18 Christian Groessler <chris@groessler.org>
2872
2873 * alpha-linux-nat.c: Include gdbarch.h.
2874
2875 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
2876
2877 * ui-file.c: Include cli/cli-style.h.
2878 (term_cli_styling): Remove cli_styling declaration.
2879
2880 2019-09-18 Alan Modra <amodra@gmail.com>
2881
2882 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
2883 to bfd_asymbol_section.
2884
2885 2019-09-18 Alan Modra <amodra@gmail.com>
2886
2887 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
2888 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
2889 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
2890
2891 2019-09-18 Alan Modra <amodra@gmail.com>
2892
2893 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
2894 * spu-linux-nat.c (spu_bfd_open): Likewise.
2895
2896 2019-09-18 Christian Biesinger <cbiesinger@google.com>
2897
2898 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
2899 to bool to match definition in dwarf2read.c.
2900
2901 2019-09-17 Christian Biesinger <cbiesinger@google.com>
2902
2903 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
2904 (print_signatures): Likewise.
2905 (trust_pad_over_xvs): Likewise.
2906 * arch/aarch64-insn.c (aarch64_debug): Likewise.
2907 * arch/aarch64-insn.h (aarch64_debug): Likewise.
2908 * arm-linux-nat.c (arm_apcs_32): Likewise.
2909 * arm-linux-tdep.c (arm_apcs_32): Likewise.
2910 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
2911 * arm-tdep.c (arm_debug): Likewise.
2912 (arm_apcs_32): Likewise.
2913 * auto-load.c (debug_auto_load): Likewise.
2914 (auto_load_gdb_scripts): Likewise.
2915 (global_auto_load): Likewise.
2916 (auto_load_local_gdbinit): Likewise.
2917 (auto_load_local_gdbinit_loaded): Likewise.
2918 * auto-load.h (global_auto_load): Likewise.
2919 (auto_load_local_gdbinit): Likewise.
2920 (auto_load_local_gdbinit_loaded): Likewise.
2921 * breakpoint.c (disconnected_dprintf): Likewise.
2922 (breakpoint_proceeded): Likewise.
2923 (automatic_hardware_breakpoints): Likewise.
2924 (always_inserted_mode): Likewise.
2925 (target_exact_watchpoints): Likewise.
2926 (_initialize_breakpoint): Update.
2927 * breakpoint.h (target_exact_watchpoints): Change to bool.
2928 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
2929 * cli/cli-cmds.c (trace_commands): Likewise.
2930 * cli/cli-cmds.h (trace_commands): Likewise.
2931 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
2932 to bool*.
2933 * cli/cli-logging.c (logging_overwrite): Change to bool.
2934 (logging_redirect): Likewise.
2935 (debug_redirect): Likewise.
2936 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
2937 (struct boolean_option_def) <get_var_address_cb_>: Change return type
2938 to bool.
2939 <boolean_option_def>: Update.
2940 (struct flag_option_def): Change default type of Context to bool
2941 from int.
2942 <flag_option_def>: Change return type of var_address_cb_ to bool*.
2943 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
2944 (get_setshow_command_value_string): Likewise.
2945 * cli/cli-style.c (cli_styling): Change to bool.
2946 (source_styling): Likewise.
2947 * cli/cli-style.h (source_styling): Likewise.
2948 (cli_styling): Likewise.
2949 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
2950 to bool.
2951 * command.h (var_types): Update comment.
2952 (add_setshow_boolean_cmd): Change int* var argument to bool*.
2953 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
2954 bool.
2955 (debug_compile_cplus_scopes): Likewise.
2956 * compile/compile-internal.h (compile_debug): Likewise.
2957 * compile/compile.c (compile_debug): Likewise.
2958 (struct compile_options) <raw>: Likewise.
2959 * cp-support.c (catch_demangler_crashes): Likewise.
2960 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
2961 (usr_cmd_cris_dwarf2_cfi): Likewise.
2962 * csky-tdep.c (csky_debug): Likewise.
2963 * darwin-nat.c (enable_mach_exceptions): Likewise.
2964 * dcache.c (dcache_enabled_p): Likewise.
2965 * defs.h (info_verbose): Likewise.
2966 * demangle.c (demangle): Likewise.
2967 (asm_demangle): Likewise.
2968 * dwarf-index-cache.c (debug_index_cache): Likewise.
2969 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
2970 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
2971 * dwarf2read.c (check_physname): Likewise.
2972 (use_deprecated_index_sections): Likewise.
2973 (dwarf_always_disassemble): Likewise.
2974 * eval.c (overload_resolution): Likewise.
2975 * event-top.c (set_editing_cmd_var): Likewise.
2976 (exec_done_display_p): Likewise.
2977 * event-top.h (set_editing_cmd_var): Likewise.
2978 (exec_done_display_p): Likewise.
2979 * exec.c (write_files): Likewise.
2980 * fbsd-nat.c (debug_fbsd_lwp): Likewise
2981 (debug_fbsd_nat): Likewise.
2982 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
2983 Likewise.
2984 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
2985 <backtrace_past_entry> Likewise.
2986 * gdb-demangle.h (demangle): Likewise.
2987 (asm_demangle): Likewise.
2988 * gdb_bfd.c (bfd_sharing): Likewise.
2989 * gdbcore.h (write_files): Likewise.
2990 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
2991 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
2992 * gdbthread.h (print_thread_events): Likewise.
2993 * gdbtypes.c (opaque_type_resolution): Likewise.
2994 (strict_type_checking): Likewise.
2995 * gnu-nat.c (gnu_debug_flag): Likewise.
2996 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
2997 * guile/scm-param.c (pascm_variable): Add boolval.
2998 (add_setshow_generic): Update.
2999 (pascm_param_value): Update.
3000 (pascm_set_param_value_x): Update.
3001 * hppa-tdep.c (hppa_debug): Change to bool..
3002 * infcall.c (may_call_functions_p): Likewise.
3003 (coerce_float_to_double_p): Likewise.
3004 (unwind_on_signal_p): Likewise.
3005 (unwind_on_terminating_exception_p): Likewise.
3006 * infcmd.c (startup_with_shell): Likewise.
3007 * inferior.c (print_inferior_events): Likewise.
3008 * inferior.h (startup_with_shell): Likewise.
3009 (print_inferior_events): Likewise.
3010 * infrun.c (step_stop_if_no_debug): Likewise.
3011 (detach_fork): Likewise.
3012 (debug_displaced): Likewise.
3013 (disable_randomization): Likewise.
3014 (non_stop): Likewise.
3015 (non_stop_1): Likewise.
3016 (observer_mode): Likewise.
3017 (observer_mode_1): Likewise.
3018 (set_observer_mode): Update.
3019 (sched_multi): Change to bool.
3020 * infrun.h (debug_displaced): Likewise.
3021 (sched_multi): Likewise.
3022 (step_stop_if_no_debug): Likewise.
3023 (non_stop): Likewise.
3024 (disable_randomization): Likewise.
3025 * linux-tdep.c (use_coredump_filter): Likewise.
3026 (dump_excluded_mappings): Likewise.
3027 * linux-thread-db.c (auto_load_thread_db): Likewise.
3028 (check_thread_db_on_load): Likewise.
3029 * main.c (captured_main_1): Update.
3030 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
3031 xx2_opt, boolean_opt>: Change to bool.
3032 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
3033 * maint.c (maintenance_profile_p): Likewise.
3034 (per_command_time): Likewise.
3035 (per_command_space): Likewise.
3036 (per_command_symtab): Likewise.
3037 * memattr.c (inaccessible_by_default): Likewise.
3038 * mi/mi-main.c (mi_async): Likewise.
3039 (mi_async_1): Likewise.
3040 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
3041 * nat/fork-inferior.h (startup_with_shell): Likewise.
3042 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
3043 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
3044 * nios2-tdep.c (nios2_debug): Likewise.
3045 * or1k-tdep.c (or1k_debug): Likewise.
3046 * parse.c (parser_debug): Likewise.
3047 * parser-defs.h (parser_debug): Likewise.
3048 * printcmd.c (print_symbol_filename): Likewise.
3049 * proc-api.c (procfs_trace): Likewise.
3050 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
3051 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
3052 (set_parameter_value): Update.
3053 (add_setshow_generic): Update.
3054 * python/py-value.c (copy_py_bool_obj): Change argument from int*
3055 to bool*.
3056 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
3057 int*.
3058 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
3059 * record-btrace.c (record_btrace_target::store_registers): Update.
3060 * record-full.c (record_full_memory_query): Change to bool.
3061 (record_full_stop_at_limit): Likewise.
3062 * record-full.h (record_full_memory_query): Likewise.
3063 * remote-notif.c (notif_debug): Likewise.
3064 * remote-notif.h (notif_debug): Likewise.
3065 * remote.c (use_range_stepping): Likewise.
3066 (interrupt_on_connect): Likewise.
3067 (remote_break): Likewise.
3068 * ser-tcp.c (tcp_auto_retry): Likewise.
3069 * ser-unix.c (serial_hwflow): Likewise.
3070 * skip.c (debug_skip): Likewise.
3071 * solib-aix.c (solib_aix_debug): Likewise.
3072 * spu-tdep.c (spu_stop_on_load_p): Likewise.
3073 (spu_auto_flush_cache_p): Likewise.
3074 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
3075 Likewise.
3076 (struct info_print_options) <quiet>: Likewise.
3077 * symfile-debug.c (debug_symfile): Likewise.
3078 * symfile.c (auto_solib_add): Likewise.
3079 (separate_debug_file_debug): Likewise.
3080 * symfile.h (auto_solib_add): Likewise.
3081 (separate_debug_file_debug): Likewise.
3082 * symtab.c (basenames_may_differ): Likewise.
3083 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
3084 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
3085 (struct info_types_options) <quiet>: Likewise.
3086 * symtab.h (demangle): Likewise.
3087 (basenames_may_differ): Likewise.
3088 * target-dcache.c (stack_cache_enabled_1): Likewise.
3089 (code_cache_enabled_1): Likewise.
3090 * target.c (trust_readonly): Likewise.
3091 (may_write_registers): Likewise.
3092 (may_write_memory): Likewise.
3093 (may_insert_breakpoints): Likewise.
3094 (may_insert_tracepoints): Likewise.
3095 (may_insert_fast_tracepoints): Likewise.
3096 (may_stop): Likewise.
3097 (auto_connect_native_target): Likewise.
3098 (target_stop_and_wait): Update.
3099 (target_async_permitted): Change to bool.
3100 (target_async_permitted_1): Likewise.
3101 (may_write_registers_1): Likewise.
3102 (may_write_memory_1): Likewise.
3103 (may_insert_breakpoints_1): Likewise.
3104 (may_insert_tracepoints_1): Likewise.
3105 (may_insert_fast_tracepoints_1): Likewise.
3106 (may_stop_1): Likewise.
3107 * target.h (target_async_permitted): Likewise.
3108 (may_write_registers): Likewise.
3109 (may_write_memory): Likewise.
3110 (may_insert_breakpoints): Likewise.
3111 (may_insert_tracepoints): Likewise.
3112 (may_insert_fast_tracepoints): Likewise.
3113 (may_stop): Likewise.
3114 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
3115 (make_thread_apply_all_options_def_group): Change argument from int*
3116 to bool*.
3117 (thread_apply_all_command): Update.
3118 (print_thread_events): Change to bool.
3119 * top.c (confirm): Likewise.
3120 (command_editing_p): Likewise.
3121 (history_expansion_p): Likewise.
3122 (write_history_p): Likewise.
3123 (info_verbose): Likewise.
3124 * top.h (confirm): Likewise.
3125 (history_expansion_p): Likewise.
3126 * tracepoint.c (disconnected_tracing): Likewise.
3127 (circular_trace_buffer): Likewise.
3128 * typeprint.c (print_methods): Likewise.
3129 (print_typedefs): Likewise.
3130 * utils.c (debug_timestamp): Likewise.
3131 (sevenbit_strings): Likewise.
3132 (pagination_enabled): Likewise.
3133 * utils.h (sevenbit_strings): Likewise.
3134 (pagination_enabled): Likewise.
3135 * valops.c (overload_resolution): Likewise.
3136 * valprint.h (struct value_print_options) <prettyformat_arrays,
3137 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
3138 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
3139 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
3140 Likewise.
3141 * windows-nat.c (new_console): Likewise.
3142 (cygwin_exceptions): Likewise.
3143 (new_group): Likewise.
3144 (debug_exec): Likewise.
3145 (debug_events): Likewise.
3146 (debug_memory): Likewise.
3147 (debug_exceptions): Likewise.
3148 (useshell): Likewise.
3149 * windows-tdep.c (maint_display_all_tib): Likewise.
3150 * xml-support.c (debug_xml): Likewise.
3151
3152 2019-09-17 Mike Gulick <mgulick@mathworks.com>
3153
3154 * source.c (prepare_path_for_appending): New function.
3155 (openp): Make use of new function.
3156 (find_and_open_source): Search for the compilation directory and
3157 source file as a relative path beneath the directory search path.
3158
3159 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3160
3161 * source-cache.c (source_cache::get_line_charpos): Catch
3162 exceptions and return false, this matches the behaviour documented
3163 in the header file.
3164
3165 2019-09-17 Joel Brobecker <brobecker@adacore.com>
3166
3167 * ada-tasks.c (info_task): Remove quoting of the task's name.
3168
3169 2019-09-16 Christian Biesinger <cbiesinger@google.com>
3170
3171 * symfile.c (auto_solib_add): Replace comment with a reference
3172 to the header file.
3173
3174 2019-09-14 Christian Biesinger <cbiesinger@google.com>
3175
3176 * NEWS: Mention that gdb can now be compiled with Python 3
3177 on Windows.
3178
3179 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3180
3181 * maint.c (maint_print_section_data::maint_print_section_data):
3182 Force use of 'float log10 (float)' by casting the argument to
3183 float.
3184
3185 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3186
3187 * maint.c: Add 'cmath' include.
3188 (struct maint_print_section_data): New structure.
3189 (print_section_index): New function.
3190 (print_bfd_section_info): Add header comment, small whitespace
3191 cleanup, and update to call new print_section_index function.
3192 (print_objfile_section_info): Likewise.
3193 (maint_obj_section_from_bfd_section): New function.
3194 (print_bfd_section_info_maybe_relocated): New function.
3195 (maintenance_info_sections): Add header comment, always use
3196 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
3197
3198 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3199
3200 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
3201 inner scope, add check that the objfile has psymtabs before
3202 checking psymtabs_addrmap.
3203 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
3204
3205 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3206
3207 * NEWS: Announce that Ada task names are now shown at more places,
3208 and between quotes (except in info task output).
3209 * gdb/ada-tasks.c (task_to_str): New function.
3210 (display_current_task_id): Call task_to_str.
3211 (task_command_1): Likewise.
3212 (print_ada_task_info): In non-mi mode, Properly align headers and data
3213 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
3214
3215 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3216
3217 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
3218 prstatus.pr_lwp.pr_info instead of making it up.
3219
3220 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3221
3222 * auto-load.c (auto_load_expand_dir_vars): Update.
3223 * defs.h (gdb_datadir): Change to std::string.
3224 (python_libdir): Likewise.
3225 (relocate_gdb_directory): Change return type to std::string.
3226 * guile/guile.c (gdbscm_data_directory): Update.
3227 (initialize_scheme_side): Update.
3228 * jit.c (jit_reader_dir): Change to std::string.
3229 (jit_reader_load_command): Update.
3230 * main.c (gdb_datadir): Change to std::string.
3231 (python_libdir): Likewise.
3232 (set_gdb_data_directory): Update.
3233 (relocate_path): Change to return std::string.
3234 (relocate_gdb_directory): Change to return std::string.
3235 (relocate_gdbinit_path_maybe_in_datadir): Update.
3236 (captured_main_1): Update.
3237 * python/python.c (do_start_initialization): Update.
3238 * top.c (show_gdb_datadir): Update.
3239 * xml-syscall.c (xml_init_syscalls_info): Update.
3240 (init_syscalls_info): Update.
3241
3242 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3243
3244 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
3245 out of get_init_files.
3246 (get_init_files): Update.
3247
3248 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3249
3250 * main.c (get_init_files): Change to use std::string.
3251 (captured_main_1): Update.
3252 (print_gdb_help): Update.
3253
3254 2019-09-11 Ali Tamur <tamur@google.com>
3255
3256 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
3257 implementation.
3258
3259 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3260
3261 * dbxread.c (read_dbx_symtab): Update.
3262 * dwarf2read.c (load_partial_dies): Update.
3263 * mdebugread.c (parse_partial_symbols): Update.
3264 (handle_psymbol_enumerators): Update.
3265 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
3266 * psymtab.c (add_psymbol_to_bcache): Likewise.
3267 (add_psymbol_to_list): Likewise.
3268 * symtab.c (symbol_set_names): Likewise.
3269 * symtab.h (symbol_set_names): Likewise.
3270 * xcoffread.c (scan_xcoff_symtab): Update.
3271
3272 2019-09-11 Tom Tromey <tom@tromey.com>
3273
3274 * symfile-mem.c (symbol_file_add_from_memory): Use
3275 bfd_set_filename.
3276 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
3277 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
3278
3279 2019-09-10 Tom Tromey <tromey@adacore.com>
3280
3281 * dwarf-index-write.c (write_psymbols): Extend error message.
3282 (debug_names::insert): Add Ada code.
3283 (debug_names::write_psymbols): Remove Ada check.
3284 (debug_names) <m_string_obstack>: New member.
3285 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
3286 (gdb_index_symbol_name_matcher::matches): Remove.
3287 (mapped_index_base::find_name_components_bounds): Add "lang"
3288 parameter.
3289 (mapped_index_base::build_name_components): Also split names
3290 according to Ada syntax.
3291 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
3292 type of "match_callback".
3293 (check_match, check_find_bounds_finds)
3294 (dw2_expand_symtabs_matching): Update.
3295 (dw2_debug_names_iterator): Add new constructor.
3296 (dw2_debug_names_map_matching_symbols): New function.
3297 (dw2_debug_names_expand_symtabs_matching): Update.
3298 (dwarf2_debug_names_functions): Use
3299 dw2_debug_names_map_matching_symbols.
3300
3301 2019-09-10 Tom Tromey <tromey@adacore.com>
3302
3303 * dwarf2read.c (dw2_get_file_names_reader): Add the
3304 CU's file name to the results.
3305
3306 2019-09-10 Tom Tromey <tromey@adacore.com>
3307
3308 * ada-lang.c (add_nonlocal_symbols): Combine calls to
3309 map_matching_symbols. Update.
3310 * dwarf2read.c (dw2_map_matching_symbols): Update.
3311 * psymtab.c (match_partial_symbol): Change type; update.
3312 (psym_map_matching_symbols): Likewise.
3313 * symfile-debug.c (debug_qf_map_matching_symbols): Change
3314 type; update.
3315 * symfile.h (struct quick_symbol_functions)
3316 <map_matching_symbols>: Change "name" to be a lookup_name_info.
3317 Remove "match".
3318
3319 2019-09-10 Tom Tromey <tromey@adacore.com>
3320
3321 * psymtab.c (map_block): Remove.
3322 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
3323 * symtab.c (iterate_over_symbols_terminated): New function.
3324 * symtab.c (iterate_over_symbols_terminated): Declare.
3325
3326 2019-09-10 Tom Tromey <tromey@adacore.com>
3327
3328 * ada-lang.c (ada_iterate_over_symbols): Return bool.
3329 * language.h (struct language_defn) <la_iterate_over_symbols>:
3330 Return bool.
3331 * symtab.c (iterate_over_symbols): Return bool.
3332 * symtab.h (iterate_over_symbols): Return bool.
3333
3334 2019-09-10 Tom Tromey <tromey@adacore.com>
3335
3336 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
3337 (add_nonlocal_symbols): Update.
3338 * dwarf2read.c (dw2_map_matching_symbols): Change type.
3339 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
3340 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
3341 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
3342 Change type of "callback". Remove "data".
3343
3344
3345 2019-09-09 Ali Tamur <tamur@google.com>
3346
3347 * dwarf2read.c (comp_unit_head): Update comment.
3348 (dwarf2_dwo_name): New function declaration.
3349 (dwarf_unit_type_name): New function declaration.
3350 (read_comp_unit_head): Add support for new compilation units,
3351 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
3352 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
3353 (currently named as "signature") in their header. Also clarify error
3354 messages.
3355 (lookup_dwo_id): New function. Returns the dwo id of the given
3356 compile unit.
3357 (lookup_dwo_unit): Use the new lookup_dwo_id function.
3358 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
3359 functions.
3360 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
3361 (dwarf2_dwo_name): Get the dwo name if present.
3362 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
3363 purposes.
3364
3365 2019-09-09 Tom Tromey <tom@tromey.com>
3366
3367 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
3368
3369 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3370
3371 * python/python.c (do_start_initialization): Make progname_copy static,
3372 to avoid a leak report.
3373
3374 2019-09-08 Tom Tromey <tom@tromey.com>
3375
3376 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
3377
3378 2019-09-07 Simon Marchi <simon.marchi@efficios.com>
3379
3380 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
3381 Change type to gdb::optional<block_enum>.
3382 (dw2_symtab_iter_init): Change block_index parameter type
3383 to gdb::optional<block_enum>.
3384 (dw2_lookup_symbol): Change block_index parameter
3385 type to block_enum.c
3386 (dw2_debug_names_lookup_symbol): Likewise.
3387 * psymtab.c (psym_lookup_symbol): Likewise.
3388 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
3389 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
3390 Likewise.
3391
3392 2019-09-06 Christian Biesinger <cbiesinger@google.com>
3393
3394 * defs.h (relocate_gdb_directory): Change int to bool in
3395 signature and rename flag to relocatable.
3396 * main.c (relocate_path): Likewise.
3397 (relocate_gdb_directory): Likewise.
3398
3399 2019-09-06 Alan Modra <amodra@gmail.com>
3400
3401 * coffread.c (coff_symfile_read): Constify filename variable.
3402 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
3403 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
3404 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
3405 * solib.c (reload_shared_libraries_1): Likewise.
3406 * symfile.c (reread_symbols): Likewise.
3407 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
3408 * solib-darwin.c (darwin_bfd_open): Likewise.
3409 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
3410
3411 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
3412
3413 * psymtab.c (print_partial_symbols): Handle missing domain_enum
3414 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
3415
3416 2019-09-03 Tom Tromey <tromey@adacore.com>
3417
3418 * ada-valprint.c (ada_val_print_num): Don't recurse for range
3419 types.
3420 (has_negatives): Unbias a range type bound.
3421 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
3422 * gdbtypes.c (operator==): Handle new field.
3423 (create_range_type): Add "bias" parameter.
3424 (create_static_range_type, resolve_dynamic_range): Update.
3425 * gdbtypes.h (struct range_bounds) <bias>: New member.
3426 (create_range_type): Add bias parameter.
3427 * printcmd.c (print_scalar_formatted): Unbias range types.
3428 * value.c (unpack_long): Unbias range types.
3429 (pack_long): Bias range types.
3430
3431 2019-09-02 Alan Hayward <alan.hayward@arm.com>
3432
3433 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
3434 probe arguments.
3435
3436 2019-09-02 Alan Hayward <alan.hayward@arm.com>
3437
3438 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
3439 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
3440 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
3441 (compile_probe_arg): Likewise.
3442 * probe.h (get_argument_count): Likewise.
3443 * solib-svr4.c (solib_event_probe_action): Likewise.
3444 * stap-probe.c (stap_probe::get_argument_count): Likewise.
3445
3446 2019-09-02 Alan Hayward <alan.hayward@arm.com>
3447
3448 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
3449 code to here...
3450 (svr4_create_solib_event_breakpoints): ...from here.
3451
3452 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
3453
3454 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
3455 suffix from warning message.
3456
3457 2019-08-30 Tom Tromey <tom@tromey.com>
3458
3459 * tui/tui-winsource.h (struct tui_source_window_base)
3460 <refresh_all>: Don't declare.
3461 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
3462 Remove.
3463 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
3464 tui_show_locator_content.
3465 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
3466 declare.
3467 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
3468 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
3469 declare.
3470
3471 2019-08-30 Tom Tromey <tom@tromey.com>
3472
3473 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
3474
3475 2019-08-30 Tom Tromey <tom@tromey.com>
3476
3477 * tui/tui-stack.c (_initialize_tui_stack): Move later.
3478 Remove unnecessary forward declarations.
3479
3480 2019-08-30 Tom Tromey <tom@tromey.com>
3481
3482 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
3483 rerender.
3484 (tui_update_locator_fullname, tui_show_frame_info): Don't call
3485 tui_show_locator_content.
3486
3487 2019-08-30 Tom Tromey <tom@tromey.com>
3488
3489 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
3490 (tui_locator_window::rerender): Rewrite using body of previous
3491 tui_show_locator_content.
3492
3493 2019-08-30 Tom Tromey <tom@tromey.com>
3494
3495 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
3496 set_locator_fullname>: New methods.
3497 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
3498 Rename from tui_set_locator_fullname.
3499 (tui_locator_window::set_locator_info): Rename from
3500 tui_set_locator_info. Return bool.
3501 (tui_update_locator_fullname, tui_show_frame_info): Update.
3502
3503 2019-08-30 Tom Tromey <tom@tromey.com>
3504
3505 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
3506
3507 2019-08-30 Tom Tromey <tom@tromey.com>
3508
3509 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
3510 call touchwin.
3511
3512 2019-08-30 Tom Tromey <tom@tromey.com>
3513
3514 * tui/tui-wingeneral.c (box_win): Assume win_info and
3515 win_info->handle cannot be NULL.
3516
3517 2019-08-30 Tom Tromey <tom@tromey.com>
3518
3519 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
3520 refresh_window>: Declare.
3521 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
3522 resize.
3523 (tui_data_item_window::rerender): Rename from
3524 tui_display_register.
3525 (tui_data_item_window::refresh_window): New method.
3526 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
3527 no-op.
3528
3529 2019-08-30 Tom Tromey <tom@tromey.com>
3530
3531 * tui/tui-regs.h (struct tui_data_window) <regs_content,
3532 regs_column_count, current_group>: Move later. Now private.
3533 <get_current_group>: New method.
3534 * tui/tui-regs.c (tui_reg_command): Update.
3535 * tui/tui-layout.c (tui_set_layout): Update.
3536
3537 2019-08-30 Tom Tromey <tom@tromey.com>
3538
3539 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
3540 (tui_data_window::rerender): Don't call
3541 check_and_display_highlight_if_needed.
3542 (tui_data_window::refresh_all): Remove call to
3543 erase_data_content.
3544
3545 2019-08-30 Tom Tromey <tom@tromey.com>
3546
3547 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
3548 (tui_data_window::display_registers_from)
3549 (tui_data_window::display_reg_element_at_line)
3550 (tui_data_window::display_registers_from_line): Remove checks of
3551 "empty".
3552
3553 2019-08-30 Tom Tromey <tom@tromey.com>
3554
3555 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
3556 Don't declare.
3557 * tui/tui-regs.c (tui_data_window::show_registers): Call
3558 rerender.
3559 (tui_data_window::rerender): Rename from display_all_data.
3560 (tui_data_window::rerender): Remove old implementation.
3561
3562 2019-08-30 Tom Tromey <tom@tromey.com>
3563
3564 * tui/tui-regs.c (tui_data_window::display_all_data): Change
3565 text.
3566 * tui/tui-data.h (NO_DATA_STRING): Remove define.
3567
3568 2019-08-29 Bernhard Wodok <barto@gmx.net>
3569 Sergio Durigan Junior <sergiodj@redhat.com>
3570
3571 PR win32/24284
3572 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
3573
3574 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3575
3576 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
3577 when searching for types.
3578
3579 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3580
3581 * f-lang.c (f_language_defn): Use f_print_typedef.
3582 * f-lang.h (f_print_typedef): Declare.
3583 * f-typeprint.c (f_print_typedef): Define.
3584
3585 2019-08-27 Christian Biesinger <cbiesinger@google.com>
3586
3587 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
3588
3589 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3590
3591 * cli/cli-utils.c (info_print_options_defs): Delete.
3592 (make_info_print_options_def_group): Delete.
3593 (extract_info_print_options): Delete.
3594 (info_print_command_completer): Delete.
3595 (info_print_args_help): Add extra parameter, and optionally
3596 include text about -n flag.
3597 * cli/cli-utils.h (struct info_print_options): Delete.
3598 (extract_info_print_options): Delete declaration.
3599 (info_print_command_completer): Delete declaration.
3600 (info_print_args_help): Add extra parameter, extend header
3601 comment.
3602 * python/python.c (gdbpy_rbreak): Pass additional parameter to
3603 search_symbols.
3604 * stack.c (struct info_print_options): New type.
3605 (info_print_options_defs): New file scoped variable.
3606 (make_info_print_options_def_group): New static function.
3607 (info_print_command_completer): New static function.
3608 (info_locals_command): Update to use new local functions.
3609 (info_args_command): Likewise.
3610 (_initialize_stack): Add extra parameter to calls to
3611 info_print_args_help.
3612 * symtab.c (search_symbols): Add extra parameter, use this to
3613 possibly excluse non-debug symbols.
3614 (symtab_symbol_info): Add extra parameter, which is passed on to
3615 search_symbols.
3616 (struct info_print_options): New type.
3617 (info_print_options_defs): New file scoped variable.
3618 (make_info_print_options_def_group): New static function.
3619 (info_print_command_completer): New static function.
3620 (info_variables_command): Update to use local functions, and pass
3621 extra parameter through to symtab_symbol_info.
3622 (info_functions_command): Likewise.
3623 (info_types_command): Pass additional argument through to
3624 symtab_symbol_info.
3625 (rbreak_command): Pass extra argument to search_symbols.
3626 (_initialize_symtab): Add extra arguments for calls to
3627 info_print_args_help, and update help text for 'info variables',
3628 'whereis', and 'info functions' commands.
3629 * symtab.h (search_symbols): Add extra argument to declaration.
3630 * NEWS: Mention new flags.
3631
3632 2019-08-26 Christian Biesinger <cbiesinger@google.com>
3633
3634 * symtab.c (lookup_static_symbol): Call the new function (and move
3635 it down to be next to lookup_global_symbol).
3636 (struct global_sym_lookup_data): Add block_enum member and rename to...
3637 (struct global_or_static_sym_lookup_data): ...this.
3638 (lookup_symbol_global_iterator_cb): Pass block_index instead of
3639 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
3640 (lookup_symbol_global_or_static_iterator_cb): ...this.
3641 (lookup_global_or_static_symbol): New function.
3642 (lookup_global_symbol): Call new function.
3643
3644 2019-08-26 Tom de Vries <tdevries@suse.de>
3645
3646 PR c++/24852
3647 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
3648 when pc_probe.prob == NULL.
3649
3650 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
3651
3652 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
3653 variable symbol_linkage to symbol_linkage_.
3654
3655 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
3656
3657 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
3658 represent whether the symbol is static, dynamic, or we don't
3659 know.
3660
3661 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
3662
3663 * gdb/rx-tdep.c (rx_register_names): New.
3664 (rx_register_name): Delete.
3665 (rx_psw_type): Delete.
3666 (rx_fpsw_type): Delete.
3667 (rx_register_type): Delete.
3668 (rx_gdbarch_init): Convert target-descriptions.
3669 (_initialize_rx_tdep): Add initialize_tdesc_rx.
3670 * gdb/features/Makefile: Add rx.xml.
3671 * gdb/features/rx.xml: New.
3672 * gdb/features/rx.c: Generated.
3673 * gdb/NEWS: Mention target description support.
3674
3675 2019-08-22 Christian Biesinger <cbiesinger@google.com>
3676
3677 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
3678 *slot_ptr.
3679
3680 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3681
3682 * configure.ac: Don't check for 'dlfcn.h' (moved to
3683 gdbsupport/common.m4).
3684 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
3685 'gdbsupport/'.
3686 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
3687 * compile/compile-c-support.c: Include
3688 'gdbsupport/gdb-dlfcn.h'.
3689 * gdbsupport/common.m4: Check for 'dlfcn.h'.
3690 * gdb-dlfcn.c: Move to...
3691 * gdbsupport/gdb-dlfcn.c: ... here.
3692 * gdb-dlfcn.h: Move to...
3693 * gdbsupport/gdb-dlfcn.h: ... here.
3694
3695 2019-08-23 Sandra Loosemore <sandra@codesourcery.com>
3696
3697 * nios2-tdep.c (struct reg_value): Improve comments. Make
3698 the offset field signed.
3699
3700 2019-08-22 Christian Biesinger <cbiesinger@google.com>
3701
3702 * python/lib/gdb/__init__.py (_execute_file): New function.
3703 * python/python.c (python_run_simple_file): Call gdb._execute_file
3704 on Windows.
3705
3706 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
3707
3708 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
3709 all uses as this was never set to anything but a zero value.
3710
3711 2019-08-21 Bogdan Harjoc <harjoc@gmail.com>
3712
3713 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
3714
3715 2019-08-21 Christian Biesinger <cbiesinger@google.com>
3716
3717 * tui/tui-data.h (tui_gen_win_info): Add an =default
3718 move constructor, required by some GCC versions.
3719
3720 2019-08-21 Jinke Fan <fanjinke51@yeah.net>
3721
3722 * go32-nat.c (go32_sysinfo): Add hygon_p.
3723
3724 2019-08-20 Tom Tromey <tom@tromey.com>
3725
3726 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
3727 line_from_reg_element_no, first_reg_element_no_inline,
3728 display_all_data, delete_data_content_windows,
3729 erase_data_content>: Now private.
3730
3731 2019-08-20 Tom Tromey <tom@tromey.com>
3732
3733 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
3734 (tui_unhighlight_win, tui_highlight_win)
3735 (tui_win_info::make_window): Update.
3736 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
3737
3738 2019-08-20 Tom Tromey <tom@tromey.com>
3739
3740 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
3741 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
3742 (MAX_PID_WIDTH): Move to tui-stack.c.
3743 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
3744 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
3745 (MAX_PID_WIDTH): Move from tui-data.h.
3746
3747 2019-08-20 Tom Tromey <tom@tromey.com>
3748
3749 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
3750 * tui/tui-wingeneral.c (box_win): Change type of win_info.
3751 (box_win): Update.
3752 (tui_gen_win_info::make_window): Rename from tui_make_window.
3753 (tui_win_info::make_window): New method.
3754 (tui_gen_win_info::make_visible): Update.
3755 * tui/tui-source.c (tui_source_window::set_contents): Update.
3756 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
3757 (tui_data_window::display_registers_from): Update.
3758 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
3759 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
3760 Declare.
3761 <can_box>: Remove.
3762 <title>: Remove.
3763 (struct tui_win_info) <make_window>: Declare.
3764 <can_box>: Now virtual.
3765 <title>: New member.
3766 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
3767 * tui/tui-command.c (tui_cmd_window::resize): Update.
3768
3769 2019-08-20 Tom Tromey <tom@tromey.com>
3770
3771 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
3772 * tui/tui-regs.c (tui_data_window::show_registers): Update.
3773 (tui_data_window::check_register_values): Update.
3774
3775 2019-08-20 Tom Tromey <tom@tromey.com>
3776
3777 * tui/tui-regs.h (struct tui_data_window): Use
3778 DISABLE_COPY_AND_ASSIGN.
3779 <regs_content>: Change type, removing unique_ptr.
3780 <tui_data_window>: Add move constructor.
3781 * tui/tui-regs.c (tui_data_window::show_registers)
3782 (tui_data_window::show_register_group)
3783 (tui_data_window::display_registers_from)
3784 (tui_data_window::display_registers_from)
3785 (tui_data_window::first_data_item_displayed)
3786 (tui_data_window::delete_data_content_windows)
3787 (tui_data_window::rerender, tui_data_window::refresh_window)
3788 (tui_data_window::check_register_values): Update.
3789
3790 2019-08-20 Tom Tromey <tom@tromey.com>
3791
3792 * tui/tui-regs.h (struct tui_data_window) <show_registers,
3793 show_register_group>: Declare.
3794 (tui_show_register_group): Don't declare.
3795 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
3796 tui_show_registers.
3797 (tui_data_window::show_register_group): Rename from
3798 tui_show_register_group.
3799 (tui_data_window::check_register_values, tui_reg_command):
3800 Update.
3801 * tui/tui-layout.c (tui_set_layout): Update.
3802
3803 2019-08-20 Tom Tromey <tom@tromey.com>
3804
3805 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
3806 Declare.
3807 (tui_check_register_values): Don't declare.
3808 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
3809 from tui_check_register_values.
3810 * tui/tui-hooks.c (tui_register_changed): Update.
3811
3812 2019-08-20 Tom Tromey <tom@tromey.com>
3813
3814 * tui/tui-regs.c (tui_reg_layout): Move later.
3815 (tui_show_registers): Don't enable TUI mode or change layout.
3816
3817 2019-08-20 Tom Tromey <tom@tromey.com>
3818
3819 * tui/tui-regs.h (struct tui_data_item_window)
3820 <~tui_data_item_window>: Remove.
3821 <content>: Now a unique_xmalloc_ptr.
3822 * tui/tui-regs.c (tui_register_format): Return a
3823 unique_xmalloc_ptr.
3824 (tui_get_register): Update.
3825 (~tui_data_item_window): Remove.
3826 (tui_data_window::display_registers_from, tui_display_register):
3827 Update.
3828 * tui/tui-io.h (tui_expand_tabs): Update.
3829 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
3830 Remove "col" parameter.
3831
3832 2019-08-20 Tom Tromey <tom@tromey.com>
3833
3834 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
3835 field.
3836 * tui/tui-regs.c (~tui_data_item_window): Update.
3837
3838 2019-08-20 Tom Tromey <tom@tromey.com>
3839
3840 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
3841 earlier.
3842
3843 2019-08-20 Tom Tromey <tom@tromey.com>
3844
3845 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
3846
3847 2019-08-20 Tom Tromey <tom@tromey.com>
3848
3849 * tui/tui-source.h (struct tui_source_window): Update.
3850 * tui/tui-regs.c (tui_show_registers): Update.
3851 * tui/tui-disasm.h (struct tui_disasm_window): Update.
3852 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
3853 (NO_REGS_STRING): Remove defines.
3854
3855 2019-08-20 Conrad Meyer <cem@FreeBSD.org>
3856
3857 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
3858 unnecessary thread walk if remote doesn't support the packet.
3859
3860 2019-08-19 Tom Tromey <tromey@adacore.com>
3861
3862 * python/py-value.c (value_has_field): Fix indentation.
3863
3864 2019-08-19 Tom Tromey <tromey@adacore.com>
3865
3866 * printcmd.c (do_one_display, info_display_command): Update.
3867 * block.h (contained_in): Return bool. Add allow_nested
3868 parameter.
3869 * block.c (contained_in): Return bool. Add allow_nested
3870 parameter.
3871
3872 2019-08-19 Tom Tromey <tom@tromey.com>
3873
3874 * configure: Rebuild.
3875 * configure.ac: Disallow the combination of -static-libstdc++ and
3876 source highlight.
3877 * source-cache.c (get_language_name): Handle rust.
3878 (source_cache::get_source_lines): Ignore highlighting exceptions.
3879
3880 2019-08-16 Tom Tromey <tom@tromey.com>
3881
3882 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
3883 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
3884 (struct tui_source_window_base) <make_visible, refresh_window,
3885 resize>: Remove methods.
3886 <execution_info>: Remove field.
3887 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
3888 (tui_show_source_line, tui_source_window_base)
3889 (~tui_source_window_base): Update.
3890 (tui_source_window_base::resize)
3891 (tui_source_window_base::make_visible)
3892 (tui_source_window_base::refresh_window): Remove.
3893 (tui_source_window_base::update_exec_info): Update.
3894 * tui/tui-source.c (tui_source_window::set_contents): Update.
3895 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3896
3897 2019-08-16 Tom Tromey <tom@tromey.com>
3898
3899 * tui/tui-hooks.c (tui_remove_hooks): Don't set
3900 deprecated_query_hook.
3901
3902 2019-08-16 Tom Tromey <tom@tromey.com>
3903
3904 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
3905 (tui_update_source_windows_with_line): Update.
3906 * tui/tui-source.h (struct tui_source_window)
3907 <show_symtab_source>: Declare.
3908 (tui_show_symtab_source): Don't declare.
3909 * tui/tui-source.c (tui_show_symtab_source): Rename from
3910 tui_show_symtab_source.
3911
3912 2019-08-16 Tom Tromey <tom@tromey.com>
3913
3914 * tui/tui-winsource.h (struct tui_source_window_base)
3915 <set_contents>: Declare.
3916 * tui/tui-winsource.c
3917 (tui_source_window_base::update_source_window_as_is): Update.
3918 * tui/tui-source.h (struct tui_source_window) <set_contents>:
3919 Declare.
3920 (tui_set_source_content): Don't declare.
3921 * tui/tui-source.c (tui_source_window::set_contents): Rename from
3922 tui_set_source_content.
3923 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
3924 Declare.
3925 (tui_set_disassem_content): Don't declare.
3926 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
3927 tui_set_disassem_content.
3928
3929 2019-08-16 Tom Tromey <tom@tromey.com>
3930
3931 * tui/tui-winsource.h (struct tui_source_window_base)
3932 <update_breakpoint_info>: Declare.
3933 (tui_update_breakpoint_info): Don't declare.
3934 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
3935 (tui_update_all_breakpoint_info): Update.
3936 (tui_source_window_base::update_breakpoint_info): Rename from
3937 tui_update_breakpoint_info.
3938 (tui_source_window_base::update_exec_info): Update.
3939
3940 2019-08-16 Tom Tromey <tom@tromey.com>
3941
3942 * tui/tui-winsource.h (struct tui_source_window_base)
3943 <update_source_window>: Declare.
3944 (tui_update_source_window): Don't declare.
3945 * tui/tui-winsource.c
3946 (tui_source_window_base::update_source_window): Rename from
3947 tui_update_source_window.
3948 (tui_source_window_base::rerender): Update.
3949 * tui/tui-source.c (tui_source_window::maybe_update): Update.
3950 * tui/tui-disasm.c (tui_show_disassem)
3951 (tui_show_disassem_and_update_source)
3952 (tui_disasm_window::maybe_update): Update.
3953
3954 2019-08-16 Tom Tromey <tom@tromey.com>
3955
3956 * tui/tui-winsource.h (struct tui_source_window_base)
3957 <update_source_window_as_is>: Declare.
3958 (tui_update_source_window_as_is): Don't declare.
3959 * tui/tui-winsource.c (tui_update_source_window): Update
3960 (tui_source_window_base::update_source_window_as_is): Rename from
3961 tui_update_source_window_as_is.
3962 (tui_source_window_base::refill): Update.
3963 * tui/tui-source.c (tui_show_symtab_source): Update.
3964 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
3965 Update.
3966
3967 2019-08-16 Tom Tromey <tom@tromey.com>
3968
3969 * tui/tui-winsource.h (tui_update_source_window)
3970 (tui_update_source_window_as_is): Remove "noerror" parameter.
3971 * tui/tui-winsource.c (tui_update_source_window)
3972 (tui_update_source_window_as_is): Remove "noerror" parameter.
3973 (tui_update_source_windows_with_addr)
3974 (tui_update_source_windows_with_line)
3975 (tui_source_window_base::rerender)
3976 (tui_source_window_base::refill): Update.
3977 * tui/tui-source.h (tui_set_source_content)
3978 (tui_show_symtab_source): Remove "noerror" parameter.
3979 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
3980 parameter.
3981 (tui_show_symtab_source): Likewise.
3982 (tui_source_window::maybe_update): Update.
3983 * tui/tui-disasm.c (tui_show_disassem)
3984 (tui_show_disassem_and_update_source)
3985 (tui_disasm_window::do_scroll_vertical)
3986 (tui_disasm_window::maybe_update): Update.
3987
3988 2019-08-16 Tom Tromey <tom@tromey.com>
3989
3990 * tui/tui.c (tui_is_window_visible): Update.
3991 * tui/tui-wingeneral.c (tui_make_window)
3992 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
3993 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
3994 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
3995 (tui_set_win_height_command, parse_scrolling_args): Update.
3996 * tui/tui-source.c (tui_source_window::style_changed): Update.
3997 * tui/tui-regs.c (tui_show_registers)
3998 (tui_data_window::first_data_item_displayed)
3999 (tui_data_window::delete_data_content_windows)
4000 (tui_check_register_values, tui_reg_command): Update.
4001 * tui/tui-disasm.c (tui_show_disassem): Update.
4002 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
4003 method.
4004 <is_visible>: Remove field.
4005 * tui/tui-data.c (tui_next_win, tui_prev_win)
4006 (tui_delete_invisible_windows): Update.
4007
4008 2019-08-16 Tom Tromey <tom@tromey.com>
4009
4010 * tui/tui-winsource.h (struct tui_source_window_base)
4011 <m_has_locator>: Remove.
4012 * tui/tui-layout.c (show_source_disasm_command, show_data)
4013 (show_source_or_disasm_and_command): Update.
4014
4015 2019-08-16 Alan Hayward <alan.hayward@arm.com>
4016
4017 * NEWS (Other MI changes): New subsection.
4018 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
4019 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
4020 * arch-utils.c (default_get_pc_address_flags): New function.
4021 * arch-utils.h (default_get_pc_address_flags): New declaration.
4022 * gdbarch.sh: Add get_pc_address_flags.
4023 * gdbarch.c: Regenerate.
4024 * gdbarch.h: Likewise.
4025 * stack.c (print_pc): New function.
4026 (print_frame_info) (print_frame): Call print_pc.
4027
4028 2019-08-16 Tom de Vries <tdevries@suse.de>
4029
4030 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
4031 print_objfile_section_info.
4032
4033 2019-08-15 Tom Tromey <tom@tromey.com>
4034
4035 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
4036 calling update_cmdwin_start_line.
4037 * tui/tui-winsource.h (struct tui_source_window_base)
4038 <do_make_visible_with_new_height, set_new_height>: Don't declare.
4039 <rerender>: Declare.
4040 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
4041 Call rerender.
4042 (tui_source_window_base::set_new_height): Remove.
4043 (tui_source_window_base::rerender): Rename from
4044 do_make_visible_with_new_height.
4045 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
4046 resize method.
4047 (tui_win_info::make_invisible_and_set_new_height)
4048 (tui_win_info::make_visible_with_new_height): Remove.
4049 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
4050 Declare.
4051 * tui/tui-stack.c (tui_locator_window::rerender): New method.
4052 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
4053 do_make_visible_with_new_height>: Don't declare.
4054 <rerender>: Declare.
4055 * tui/tui-regs.c (tui_data_window::rerender): Rename from
4056 set_new_height.
4057 (tui_data_window::do_make_visible_with_new_height): Remove.
4058 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
4059 call tui_show_locator_content.
4060 (tui_gen_win_info::resize): Call rerender.
4061 (show_source_or_disasm_and_command): Don't call
4062 tui_show_locator_content.
4063 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
4064 method.
4065 (struct tui_win_info) <rerender>: Declare.
4066 <set_new_height, make_invisible_and_set_new_height,
4067 make_visible_with_new_height>: Don't declare.
4068 * tui/tui-data.c (tui_win_list::rerender): New method.
4069 * tui/tui-command.h (struct tui_cmd_window)
4070 <do_make_visible_with_new_height>: Don't declare.
4071 * tui/tui-command.c
4072 (tui_cmd_window::do_make_visible_with_new_height): Remove.
4073
4074 2019-08-15 Tom Tromey <tromey@adacore.com>
4075
4076 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
4077 * ada-lang.c (ada_enum_name): Likewise.
4078
4079 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4080
4081 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
4082 leading underscore.
4083 (GdbOutputErrorFile): Likewise.
4084 (global scope): Adjust constructor calls to GdbOutput{,Error}File
4085 accordingly.
4086 (execute_unwinders): Rename to have a leading underscore.
4087 (auto_load_packages): Likewise.
4088 (global scope): Adjust call to auto_load_packages accordingly.
4089 (GdbSetPythonDirectory): Likewise.
4090 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
4091 instead of execute_unwinders.
4092
4093 2019-08-15 Tom Tromey <tom@tromey.com>
4094
4095 * tui/tui-layout.c (show_layout, show_source_disasm_command)
4096 (show_data): Don't change window visibility.
4097 (tui_gen_win_info::resize): Remove special case for command
4098 window. Use wresize, when available.
4099 (show_source_or_disasm_and_command): Don't change window
4100 visibility.
4101 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
4102 <make_visible>: New method.
4103 * tui/tui-command.c (tui_cmd_window::resize): New method.
4104
4105 2019-08-15 Tom Tromey <tom@tromey.com>
4106
4107 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
4108 (struct tui_source_windows): New.
4109 * tui/tui-winsource.c (tui_display_main): Update.
4110 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
4111 (new_height_ok, parse_scrolling_args): Update.
4112 * tui/tui-layout.c (show_layout, show_data): Update.
4113 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
4114 (tui_add_to_source_windows): Don't declare.
4115 * tui/tui-data.c (source_windows, tui_source_windows)
4116 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
4117
4118 2019-08-15 Tom Tromey <tom@tromey.com>
4119
4120 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
4121 Rename from reset.
4122 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
4123 * tui/tui-layout.c (show_source_disasm_command, show_data):
4124 Update.
4125 (tui_gen_win_info::resize): Rename.
4126 (show_source_or_disasm_and_command): Update.
4127 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
4128 reset.
4129
4130 2019-08-15 Tom Tromey <tom@tromey.com>
4131
4132 * tui/tui-stack.c (tui_initialize_static_data): Remove.
4133 * tui/tui-interp.c (tui_interp::init): Don't call
4134 tui_initialize_static_data.
4135 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
4136
4137 2019-08-15 Tom Tromey <tom@tromey.com>
4138
4139 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
4140 examine tui_win_list.
4141
4142 2019-08-15 Tom Tromey <tom@tromey.com>
4143
4144 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
4145 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
4146 tui_clear_source_content.
4147 (tui_clear_source_content): Remove.
4148 (tui_source_window_base::do_erase_source_content): Hoist call to
4149 content.clear().
4150 * tui/tui-stack.c (tui_show_frame_info): Don't call
4151 tui_clear_source_content.
4152
4153 2019-08-15 Tom Tromey <tom@tromey.com>
4154
4155 * tui/tui-winsource.h (struct tui_source_window_base)
4156 <do_erase_source_content>: New method.
4157 <erase_source_content>: New method.
4158 (tui_erase_source_content): Don't declare.
4159 * tui/tui-winsource.c (tui_clear_source_content): Update.
4160 (tui_source_window_base::do_erase_source_content): Rename from
4161 tui_erase_source_content.
4162 (tui_source_window_base::show_source_content): Update.
4163 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
4164 * tui/tui-source.h (struct tui_source_window)
4165 <erase_source_content>: New method.
4166 * tui/tui-disasm.h (struct tui_disasm_window)
4167 <erase_source_content>: New method.
4168
4169 2019-08-15 Tom Tromey <tom@tromey.com>
4170
4171 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
4172 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
4173 constructor.
4174 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
4175 * tui/tui-source.c (tui_set_source_content): Update.
4176 * tui/tui-disasm.c (tui_set_disassem_content): Update.
4177
4178 2019-08-15 Tom Tromey <tom@tromey.com>
4179
4180 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
4181 * tui/tui-winsource.c (tui_line_is_displayed): Move to
4182 tui-source.c.
4183 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
4184 Declare.
4185 * tui/tui-source.c (tui_source_window::line_is_displayed): New
4186 method.
4187 (tui_source_window::maybe_update): Update.
4188
4189 2019-08-15 Tom Tromey <tom@tromey.com>
4190
4191 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
4192 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
4193 tui-disasm.c.
4194 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
4195 Declare.
4196 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
4197 method.
4198 (tui_disasm_window::maybe_update): Update.
4199
4200 2019-08-15 Tom Tromey <tom@tromey.com>
4201
4202 * tui/tui-winsource.h (struct tui_source_window_base)
4203 <maybe_update>: Declare.
4204 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
4205 method.
4206 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
4207 Declare.
4208 * tui/tui-source.c (tui_source_window::maybe_update): New method.
4209 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
4210 Declare.
4211 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
4212
4213 2019-08-15 Tom Tromey <tom@tromey.com>
4214
4215 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
4216
4217 2019-08-15 Tom Tromey <tom@tromey.com>
4218
4219 * tui/tui-wingeneral.c: Include tui-stack.h.
4220 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
4221 (struct tui_locator_window): Move from tui-data.h.
4222 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
4223 (tui_initialize_static_data): Move from tui-data.c.
4224 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
4225 (struct tui_locator_window): Move to tui-stack.c.
4226 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
4227 (tui_initialize_static_data): Move to tui-stack.c.
4228
4229 2019-08-15 Tom Tromey <tom@tromey.com>
4230
4231 * tui/tui-layout.c (show_source_disasm_command)
4232 (show_source_or_disasm_and_command): Use make_visible method, not
4233 tui_make_window.
4234 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
4235 Remove.
4236
4237 2019-08-15 Tom Tromey <tom@tromey.com>
4238
4239 * tui/tui-wingeneral.h (tui_make_window): Update.
4240 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
4241 parameter.
4242 (tui_gen_win_info::make_visible): Update.
4243 * tui/tui-regs.c (tui_data_window::display_registers_from):
4244 Update.
4245 * tui/tui-layout.c (show_source_disasm_command)
4246 (show_source_or_disasm_and_command): Update.
4247 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
4248 (enum tui_box): Remove.
4249 (struct tui_win_info) <can_box>: New method.
4250 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
4251 method.
4252
4253 2019-08-15 Tom de Vries <tdevries@suse.de>
4254
4255 * linux-nat-trad.c: Include gdbarch.h.
4256
4257 2019-08-14 Alan Hayward <alan.hayward@arm.com>
4258
4259 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
4260 register sizes.
4261
4262 2019-08-14 Tom Tromey <tromey@adacore.com>
4263
4264 * darwin-nat.c: Include gdbarch.h.
4265 * darwin-nat-info.c: Include gdbarch.h.
4266
4267 2019-08-13 Tom Tromey <tom@tromey.com>
4268
4269 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
4270 Remove.
4271 * tui/tui-data.c (tui_initialize_static_data): Update.
4272
4273 2019-08-13 Tom Tromey <tom@tromey.com>
4274
4275 * tui/tui-winsource.h (struct tui_exec_info_window)
4276 <~tui_exec_info_window, maybe_allocate_content, get_content,
4277 m_content>: Remove.
4278 (struct tui_source_window_base) <set_exec_info_content,
4279 show_exec_info_content>: Don't declare.
4280 * tui/tui-winsource.c
4281 (tui_exec_info_window::maybe_allocate_content): Remove.
4282 (tui_source_window_base::update_exec_info): Rename from
4283 set_exec_info_content.
4284 (tui_source_window_base::show_exec_info_content)
4285 (tui_source_window_base::update_exec_info): Remove.
4286
4287 2019-08-13 Tom Tromey <tom@tromey.com>
4288
4289 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
4290 declare.
4291 * tui/tui-winsource.c (tui_update_source_window_as_is)
4292 (tui_update_source_windows_with_addr, tui_erase_source_content):
4293 Update.
4294 (tui_clear_exec_info_content): Remove.
4295
4296 2019-08-13 Tom Tromey <tom@tromey.com>
4297
4298 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
4299 declare.
4300 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
4301 call tui_erase_exec_info_content.
4302 (tui_clear_exec_info_content): Rename from
4303 tui_erase_exec_info_content.
4304 (tui_clear_exec_info_content): Delete.
4305
4306 2019-08-13 Tom Tromey <tom@tromey.com>
4307
4308 * tui/tui-winsource.h (struct tui_source_window_base)
4309 <show_exec_info_content>: Declare.
4310 (tui_show_exec_info_content): Don't declare.
4311 * tui/tui-winsource.c
4312 (tui_source_window_base::show_exec_info_content): Rename from
4313 tui_show_exec_info_content.
4314 (tui_source_window_base::update_exec_info): Update.
4315
4316 2019-08-13 Tom Tromey <tom@tromey.com>
4317
4318 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
4319 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
4320 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
4321 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
4322 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
4323 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
4324 ... here.
4325
4326 2019-08-13 Tom Tromey <tom@tromey.com>
4327
4328 * tui/tui-winsource.h (struct tui_source_window_base)
4329 <update_exec_info>: Declare.
4330 (tui_update_exec_info): Don't declare.
4331 * tui/tui-winsource.c (tui_update_source_window_as_is)
4332 (tui_source_window_base::refresh_all)
4333 (tui_update_all_breakpoint_info): Update.
4334 (tui_source_window_base::update_exec_info): Rename from
4335 tui_update_exec_info.
4336 * tui/tui-stack.c (tui_show_frame_info): Update.
4337
4338 2019-08-13 Tom Tromey <tom@tromey.com>
4339
4340 * tui/tui-winsource.h (struct tui_source_window_base)
4341 <set_exec_info_content>: Declare.
4342 (tui_set_exec_info_content): Don't declare.
4343 * tui/tui-winsource.c
4344 (tui_source_window_base::set_exec_info_content): Rename from
4345 tui_set_exec_info_content.
4346 (tui_update_exec_info): Update.
4347
4348 2019-08-13 Tom Tromey <tom@tromey.com>
4349
4350 * tui/tui-winsource.h (struct tui_source_window_base)
4351 <show_source_content>: Declare.
4352 (tui_show_source_content): Don't declare.
4353 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
4354 (tui_source_window_base::show_source_content): Rename from
4355 tui_show_source_content.
4356 (tui_source_window_base::refresh_all): Update.
4357 * tui/tui-layout.c (show_source_disasm_command)
4358 (show_source_or_disasm_and_command): Update.
4359
4360 2019-08-13 Tom Tromey <tom@tromey.com>
4361
4362 * tui/tui-winsource.c (tui_erase_source_content)
4363 (tui_show_source_content, tui_source_window_base::refresh_all):
4364 Update.
4365 * tui/tui-wingeneral.h
4366 (tui_check_and_display_highlight_if_needed): Don't declare.
4367 * tui/tui-wingeneral.c
4368 (tui_win_info::check_and_display_highlight_if_needed): Rename from
4369 check_and_display_highlight_if_needed.
4370 * tui/tui-win.c (tui_rehighlight_all)
4371 (tui_win_info::make_visible_with_new_height): Update.
4372 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
4373 (tui_data_window::erase_data_content)
4374 (tui_data_window::display_all_data): Update.
4375 * tui/tui-data.h (struct tui_win_info)
4376 <check_and_display_highlight_if_needed>: Declare.
4377
4378 2019-08-13 Tom Tromey <tom@tromey.com>
4379
4380 * tui/tui-win.c (tui_resize_all): Call
4381 tui_delete_invisible_windows.
4382 * tui/tui-layout.c (show_layout): Call
4383 tui_delete_invisible_windows.
4384 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
4385 * tui/tui-data.c (tui_delete_invisible_windows): New function.
4386
4387 2019-08-13 Tom Tromey <tom@tromey.com>
4388
4389 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
4390 tui_add_win_to_layout.
4391
4392 2019-08-13 Tom Tromey <tom@tromey.com>
4393
4394 * tui/tui-layout.h (tui_default_win_height): Don't declare.
4395 * tui/tui-layout.c (tui_default_win_height): Now static.
4396
4397 2019-08-13 Tom Tromey <tom@tromey.com>
4398
4399 * tui/tui-layout.c (show_layout): Unify all layout cases into a
4400 single switch.
4401 (show_source_disasm_command, show_source_or_disasm_and_command):
4402 Don't check current layout.
4403
4404 2019-08-13 Tom Tromey <tom@tromey.com>
4405
4406 * tui/tui-wingeneral.c (make_all_visible): Remove.
4407 (tui_make_all_invisible): Simplify.
4408 * tui/tui-layout.c (tui_make_all_invisible): Move from
4409 tui-wingeneral.c; simplify.
4410 (show_layout): Hoist call to tui_make_all_invisible.
4411 (show_data): Don't call tui_make_all_invisible.
4412
4413 2019-08-13 Tom Tromey <tom@tromey.com>
4414
4415 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
4416 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
4417
4418 2019-08-13 Tom Tromey <tom@tromey.com>
4419
4420 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
4421 tui-data.c.
4422 (show_source_disasm_command, show_data)
4423 (show_source_or_disasm_and_command): Don't use
4424 tui_set_current_layout_to.
4425 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
4426 * tui/tui-data.c (current_layout, tui_current_layout): Move to
4427 tui-layout.c.
4428 (tui_set_current_layout_to): Remove.
4429
4430 2019-08-13 Tom Tromey <tom@tromey.com>
4431
4432 * tui/tui-layout.c (tui_set_layout): Update.
4433 * tui/tui-data.h (struct tui_layout_def): Remove.
4434 (tui_layout_def): Don't declare.
4435 * tui/tui-data.c (layout_def): Remove.
4436 (tui_layout_def): Remove.
4437
4438 2019-08-13 Tom Tromey <tom@tromey.com>
4439
4440 * tui/tui-winsource.h (struct tui_source_window_base)
4441 <clear_detail>: No longer "override".
4442 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
4443 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
4444 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
4445 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
4446 Remove.
4447 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
4448
4449 2019-08-13 Tom Tromey <tromey@adacore.com>
4450
4451 * tracepoint.c: Don't include readline.h or history.h.
4452
4453 2019-08-12 Tom Tromey <tom@tromey.com>
4454
4455 * configure: Rebuild.
4456 * configure.ac: Check for readline 7.
4457 * NEWS: Mention readline 7 requirement.
4458 * README: Update.
4459
4460 2019-08-12 Tom Tromey <tom@tromey.com>
4461
4462 * mingw-hdep.c (gdb_select): Remove readline hack.
4463
4464 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4465
4466 * blockframe.c (find_pc_partial_function): Set *block to nullptr
4467 when the function fails.
4468
4469 2019-08-09 Andreas Arnez <arnez@linux.ibm.com>
4470
4471 * s390-tdep.c (s390_type_align): New function.
4472 (s390_gdbarch_init): Set it as type_align gdbarch method.
4473
4474 2019-08-09 Tom de Vries <tdevries@suse.de>
4475
4476 PR gdb/24591
4477 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
4478 pc_low with relocation offset.
4479
4480 2019-08-07 Tom Tromey <tromey@adacore.com>
4481
4482 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
4483 (print_frame_args): Update.
4484 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
4485 Update.
4486 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
4487 * frame.h (struct frame_arg): Add initializers.
4488 <error>: Now a unique_xmalloc_ptr.
4489
4490 2019-08-07 Alan Hayward <alan.hayward@arm.com>
4491
4492 * NEWS: Expand the Pointer Authentication entry.
4493 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
4494 (aarch64_frame_unmask_lr): ... to this.
4495 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
4496 Call aarch64_frame_unmask_lr.
4497 * frame.c (struct frame_info): Add "masked" variable.
4498 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
4499 (fprint_frame): Check for masked pc.
4500 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
4501 declarations.
4502 * python/py-framefilter.c (py_print_frame): Check for masked pc.
4503 * stack.c (print_frame): Check for masked pc.
4504
4505 2019-08-06 Tom Tromey <tom@tromey.com>
4506
4507 * stabsread.c (patch_block_stabs, read_one_struct_field)
4508 (read_enum_type): Use obstack_strndup.
4509 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
4510 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
4511 * dwarf2read.c (guess_full_die_structure_name)
4512 (anonymous_struct_prefix): Use obstack_strndup.
4513 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
4514 * c-exp.y (yylex): Use obstack_strndup.
4515 * ada-exp.y (write_object_renaming, write_ambiguous_var)
4516 (write_var_or_type): Use obstack_strndup.
4517
4518 2019-08-06 Tom Tromey <tom@tromey.com>
4519
4520 * symfile.c (reread_symbols): Use obstack_strdup.
4521 * stabsread.c (read_type): Use obstack_strdup.
4522 * gdb_obstack.h (obstack_strdup): New overload.
4523 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
4524 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
4525 (dwarf2_canonicalize_name): Use obstack_strdup.
4526 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
4527 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
4528 Use obstack_strdup.
4529
4530 2019-08-06 Tom Tromey <tom@tromey.com>
4531
4532 * gdb_obstack.h (obstack_strdup): Define.
4533 * gdb_obstack.c (obstack_strdup): Don't define.
4534
4535 2019-08-06 Tom Tromey <tom@tromey.com>
4536
4537 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
4538 obstack_strdup.
4539 * typeprint.c (typedef_hash_table::find_global_typedef): Use
4540 obstack_strdup.
4541 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
4542 * stabsread.c (common_block_start): Use obstack_strdup.
4543 * objfiles.c (set_objfile_main_name, objfile): Use
4544 obstack_strdup.
4545 * namespace.c (add_using_directive): Use obstack_strdup.
4546 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
4547 * jit.c (finalize_symtab): Use obstack_strdup.
4548 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
4549 (guess_partial_die_structure_name, partial_die_info::fixup)
4550 (dwarf2_name): Use obstack_strdup.
4551 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
4552 obstack_strdup.
4553 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
4554 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
4555 obstack_strdup.
4556 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
4557
4558 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4559
4560 * unittests/help-doc-selftests.c: New file.
4561 * Makefile.in: Add the new file.
4562
4563 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4564
4565 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
4566 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
4567 the full first line, except when FOR_VALUE_PREFIX. In this case,
4568 the trailing '.' is not output, and the first character is uppercased.
4569 (print_help_for_command): Update call to print_doc_line.
4570 (print_doc_of_command): Likewise.
4571 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
4572 * cli/cli-option.c (append_indented_doc): Do not append newline.
4573 (build_help_option): Append newline after first appended_indented_doc
4574 only if a second call is done.
4575 (build_help): Append 2 new lines before each option, except the first
4576 one.
4577 * compile/compile.c (_initialize_compile): Add new lines after
4578 %OPTIONS%, when not at the end of the help.
4579 Change help doc or code
4580 producing the help doc to respect the invariants.
4581 * maint-test-options.c (_initialize_maint_test_options): Likewise.
4582 Also removed the new line after 'Options:', as all other commands
4583 do not put an empty line between 'Options:' and the first option.
4584 * printcmd.c (_initialize_printcmd): Likewise.
4585 * stack.c (_initialize_stack): Likewise.
4586 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
4587 incorrectly telling COMMAND is optional.
4588 * ada-lang.c (_initialize_ada_language): Change help doc or code
4589 producing the help doc to respect the invariants.
4590 * ada-tasks.c (_initialize_ada_tasks): Likewise.
4591 * breakpoint.c (_initialize_breakpoint): Likewise.
4592 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
4593 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
4594 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
4595 * cli/cli-style.c (cli_style_option::add_setshow_commands,
4596 _initialize_cli_style): Likewise.
4597 * corelow.c (core_target_info): Likewise.
4598 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
4599 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
4600 * filesystem.c (_initialize_filesystem): Likewise.
4601 * frame.c (_initialize_frame): Likewise.
4602 * gnu-nat.c (add_task_commands): Likewise.
4603 * infcall.c (_initialize_infcall): Likewise.
4604 * infcmd.c (_initialize_infcmd): Likewise.
4605 * interps.c (_initialize_interpreter): Likewise.
4606 * language.c (_initialize_language): Likewise.
4607 * linux-fork.c (_initialize_linux_fork): Likewise.
4608 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
4609 * maint.c (_initialize_maint_cmds): Likewise.
4610 * memattr.c (_initialize_mem): Likewise.
4611 * printcmd.c (_initialize_printcmd): Likewise.
4612 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
4613 _RegEx): Likewise.
4614 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
4615 * record-btrace.c (_initialize_record_btrace): Likewise.
4616 * record-full.c (_initialize_record_full): Likewise.
4617 * record.c (_initialize_record): Likewise.
4618 * regcache-dump.c (_initialize_regcache_dump): Likewise.
4619 * regcache.c (_initialize_regcache): Likewise.
4620 * remote.c (add_packet_config_cmd, init_remote_threadtests,
4621 _initialize_remote): Likewise.
4622 * ser-tcp.c (_initialize_ser_tcp): Likewise.
4623 * serial.c (_initialize_serial): Likewise.
4624 * skip.c (_initialize_step_skip): Likewise.
4625 * source.c (_initialize_source): Likewise.
4626 * stack.c (_initialize_stack): Likewise.
4627 * symfile.c (_initialize_symfile): Likewise.
4628 * symtab.c (_initialize_symtab): Likewise.
4629 * target-descriptions.c (_initialize_target_descriptions): Likewise.
4630 * top.c (init_main): Likewise.
4631 * tracefile-tfile.c (tfile_target_info): Likewise.
4632 * tracepoint.c (_initialize_tracepoint): Likewise.
4633 * tui/tui-win.c (_initialize_tui_win): Likewise.
4634 * utils.c (add_internal_problem_command): Likewise.
4635 * valprint.c (value_print_option_defs): Likewise.
4636
4637 2019-08-06 Frank Ch. Eigler <fche@redhat.com>
4638
4639 PR build/24886
4640 * configure.ac: Drop enable-libmcheck support.
4641 * configure, config.in: Rebuild.
4642 * libmcheck.m4: Remove.
4643 * acinclude.m4: Don't include it.
4644 * Makefile.in: Don't distribute it.
4645 * top.c (print_gdb_configuration): Don't mention it.
4646
4647 2019-08-06 Tom Tromey <tom@tromey.com>
4648
4649 * utils.c (set_output_style): Sometimes pass stream to
4650 emit_style_escape.
4651 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
4652 * record-btrace.c (btrace_insn_history): Update.
4653 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
4654 method.
4655 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
4656 Update initializers.
4657 <m_uiout>: New field.
4658 <m_di>: Move lower.
4659 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
4660 Remove "uiout" parameter.
4661 (dump_insns): Update.
4662 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
4663 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
4664
4665 2019-08-06 Christian Biesinger <cbiesinger@google.com>
4666
4667 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
4668 (error_in_psymtab_expansion): Likewise.
4669 (lookup_symbol_via_quick_fns): Likewise.
4670 (basic_lookup_transparent_type_quick): Likewise.
4671 (basic_lookup_transparent_type_1): Likewise.
4672
4673 2019-08-06 Tom Tromey <tromey@adacore.com>
4674
4675 * source.c (last_source_error): Now bool.
4676 (print_source_lines_base): Make "noprint" bool. Only open
4677 source file when last_source_visited changes.
4678
4679 2019-08-06 Tom Tromey <tromey@adacore.com>
4680
4681 * annotate.c (annotate_source_line): Use g_source_cache.
4682 * source-cache.c (source_cache::get_plain_source_lines): Change
4683 parameters. Populate m_offset_cache.
4684 (source_cache::ensure): New method.
4685 (source_cache::get_line_charpos): New method.
4686 (extract_lines): Move lower. Change parameters.
4687 (source_cache::get_source_lines): Move lower.
4688 * source-cache.h (class source_cache): Update comment.
4689 <get_line_charpos>: New method.
4690 <get_source_lines>: Update comment.
4691 <clear>: Clear m_offset_cache.
4692 <get_plain_source_lines>: Change parameters.
4693 <ensure>: New method
4694 <m_offset_cache>: New member.
4695 * source.c (forget_cached_source_info_for_objfile): Update.
4696 (info_source_command): Use g_source_cache.
4697 (find_source_lines, open_source_file_with_line_charpos): Remove.
4698 (print_source_lines_base, search_command_helper): Use g_source_cache.
4699 * source.h (open_source_file_with_line_charpos): Don't declare.
4700 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
4701 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
4702 Use g_source_cache.
4703
4704 2019-08-06 Tom Tromey <tromey@adacore.com>
4705
4706 * source-cache.c (source_cache::get_plain_source_lines):
4707 Remove "first_line" and "last_line" parameters.
4708 (source_cache::get_source_lines): Cache plain text.
4709 * source-cache.h (class source_cache)
4710 <get_plain_source_lines>: Update.
4711
4712 2019-08-06 Tom Tromey <tromey@adacore.com>
4713
4714 * source-cache.c (extract_lines): No longer a method.
4715 Changed type of parameter. Include final newline.
4716 (selftests::extract_lines_test): New function.
4717 (_initialize_source_cache): Likewise.
4718 * source-cache.h (class source_cache)
4719 <extract_lines>: Don't declare.
4720
4721 2019-08-06 Tom Tromey <tromey@adacore.com>
4722
4723 * breakpoint.c (init_breakpoint_sal): Update.
4724 (breakpoint): Update.
4725 * breakpoint.h (struct breakpoint) <filter>: Now a
4726 unique_xmalloc_ptr.
4727
4728 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4729
4730 * NEWS: Mention dictionary access on blocks.
4731 * python/py-block.c (blpy_getitem): New function.
4732 (block_object_as_mapping): New struct.
4733 (block_object_type): Use new struct for tp_as_mapping field.
4734
4735 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4736
4737 * objfiles.h (objfile): Add a comment describing partial symbols.
4738
4739 2019-08-05 Tom Tromey <tromey@adacore.com>
4740
4741 * compile/compile.c (_initialize_compile): Use _(), not N_().
4742 * thread.c (_initialize_thread): Use _(), not N_().
4743 * stack.c (_initialize_stack): Use _(), not N_().
4744 * printcmd.c (_initialize_printcmd): Use _(), not N_().
4745
4746 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
4747
4748 * dwarf2read.c (struct dw2_symtab_iterator):
4749 <want_specific_block>: Remove.
4750 <block_index>: Change type to gdb::optional.
4751 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
4752 change type of BLOCK_INDEX parameter to gdb::optional.
4753 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
4754 (dw2_lookup_symbol): Don't pass argument for
4755 WANT_SPECIFIC_BLOCK.
4756 (dw2_expand_symtabs_for_function): Don't pass argument for
4757 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
4758 (class dw2_debug_names_iterator)
4759 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
4760 parameter, change BLOCK_INDEX type to gdb::optional.
4761 <m_want_specific_block>: Remove.
4762 <m_block_index>: Change type to gdb::optional.
4763 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
4764 gdb::optional. Re-write in function of gdb::optional.
4765 (dw2_debug_names_lookup_symbol): Don't pass argument for
4766 WANT_SPECIFIC_BLOCK.
4767 (dw2_debug_names_expand_symtabs_for_function): Don't pass
4768 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
4769 BLOCK_INDEX.
4770
4771 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4772
4773 * NEWS: Mention changes to "info sources" command.
4774
4775 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4776
4777 * symtab.c (filename_partial_match_opts): New struct type.
4778 (struct output_source_filename_data): New members
4779 regexp, c_regexp, partial_match.
4780 (output_source_filename): Use new members to decide to print file.
4781 (info_sources_option_defs): New variable.
4782 (make_info_sources_options_def_group, print_info_sources_header,
4783 info_sources_command_completer):
4784 New functions.
4785 (info_sources_command): Read new optional arguments.
4786 (_initialize_symtab): Update info sources help.
4787
4788 2019-08-02 Alexandre Oliva <oliva@adacore.com>
4789
4790 * ada-lang.c (exception_support_info_v0): Renamed from...
4791 (default_exception_support_info): ... this. Create new
4792 definition for v1.
4793 (ada_has_this_exception_support): Look up catch_handlers_sym.
4794 (ada_exception_support_info_sniffer): Try v0 after default.
4795
4796 2019-08-01 Tom Tromey <tromey@adacore.com>
4797
4798 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
4799 gdbarch.h.
4800
4801 2019-08-01 Christian Biesinger <cbiesinger@google.com>
4802
4803 * s12z-tdep.c: Fix include path for s12z-opc.h.
4804
4805 2019-08-01 Alan Hayward <alan.hayward@arm.com>
4806
4807 * NEWS: Require GNU make 3.82.
4808
4809 2019-07-16 Tom Tromey <tom@tromey.com>
4810
4811 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
4812 declare.
4813
4814 2019-07-30 Tom Tromey <tromey@adacore.com>
4815
4816 * block.c (contained_in): Remove BLOCK_FUNCTION check.
4817
4818 2019-07-30 Kevin Buettner <kevinb@redhat.com>
4819
4820 * printcmd.c (print_address_symbolic): Print negative offsets.
4821 (build_address_symbolic): Force signed arithmetic when computing
4822 offset.
4823
4824 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4825
4826 PR/24474: Add a function to lookup static variables.
4827 * NEWS: Mention this new function.
4828 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
4829 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
4830 * python/python.c (python_GdbMethods): Add new function.
4831
4832 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4833
4834 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
4835 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
4836 (objfpy_lookup_static_symbol): New function.
4837 (objfile_object_methods): Add new functions.
4838
4839 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4840
4841 * NEWS: Mention 'set|show print frame-info'. Mention new
4842 'presence' value for 'frame-arguments'. Mention new '-frame-info'
4843 backtrace argument. Mention that python frame filtering code
4844 is now consistent with what 'backtrace' command prints.
4845
4846 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4847
4848 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
4849 comments.
4850 (print_frame_info_auto, print_frame_info_source_line,
4851 print_frame_info_location, print_frame_info_source_and_location,
4852 print_frame_info_location_and_address, print_frame_info_short_location):
4853 New declarations.
4854 (struct frame_print_options): New member print_frame_info.
4855 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
4856 * stack.h (get_user_print_what_frame_info): New declaration.
4857 (frame_show_address): New declaration.
4858 * stack.c (print_frame_arguments_choices): New value 'presence'.
4859 (print_frame_info_auto, print_frame_info_source_line,
4860 print_frame_info_location, print_frame_info_source_and_location,
4861 print_frame_info_location_and_address, print_frame_info_short_location,
4862 print_frame_info_choices, print_frame_info_print_what): New definitions.
4863 (print_frame_args): Only print dots for args if print frame-arguments
4864 is 'presence'.
4865 (frame_print_option_defs): New element for "frame-info".
4866 (get_user_print_what_frame_info): New function.
4867 (frame_show_address): Make non static. Move comment to stack.h.
4868 (print_frame_info_to_print_what): New function.
4869 (print_frame_info): Update comment. Use fp_opts.print_frame_info
4870 to decide what to print.
4871 (backtrace_command_1): Handle the new print_frame_arguments_presence
4872 value.
4873 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
4874 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
4875 (py_print_frame): In non-mi mode, use LOCATION as default for
4876 print_what, similarly to frame information printed directly by
4877 backtrace command. Handle frame-info user option in non MI mode.
4878
4879 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4880
4881 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
4882 Add case for debugging 32-bit target on 64-bit host. Revise
4883 comment.
4884
4885 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4886
4887 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
4888 instead of find_function_entry_range_from_pc.
4889
4890 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4891
4892 * stack.c (find_frame_funname): Remove code which preferred
4893 minsym over symtab sym in "certain pathological cases".
4894
4895 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
4896 parameter. Change type of "do_demangle" to bool.
4897 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
4898 Pass suitable "prefer_sym_over_minsym" flag to
4899 build_address_symbolic(). Don't output "+" for negative offsets.
4900 * printcmd.c (print_address_symbolic): Update invocation of
4901 build_address_symbolic to include a "prefer_sym_over_minsym"
4902 flag.
4903 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
4904 Restrict cases in which use of minimal symbol is preferred to that
4905 of a found symbol. Update comments.
4906
4907 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
4908 for entry pc when entry pc is out of range for that FDE.
4909
4910 2019-07-26 Brian Callahan <bcallah@openbsd.org>
4911
4912 PR gdb/24839:
4913 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
4914 type.
4915
4916 2019-07-25 Christian Biesinger <cbiesinger@google.com>
4917
4918 * python/py-objfile.c (add_separate_debug_file): Fix comment about
4919 this function's Python signature.
4920
4921
4922 2019-07-24 Christian Biesinger <cbiesinger@google.com>
4923
4924 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
4925 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
4926 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
4927 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
4928 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
4929
4930
4931 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
4932
4933 * h8300-tdep.c (h8300_register_name_common): New.
4934 h8300_register_name): Use h8300_register_name_common.
4935 (h8300s_register_name): Likewise.
4936 (h8300sx_register_name): Likewise.
4937 (h8300h_register_nam): New.
4938 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
4939
4940
4941 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4942
4943 * arm-tdep.c (arm_skip_cmse_entry): New function.
4944 (arm_is_sgstubs_section): New function.
4945 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
4946
4947 2019-07-22 Tom Tromey <tom@tromey.com>
4948
4949 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
4950 Don't self-assign.
4951
4952 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4953
4954 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
4955 type_print.
4956
4957 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4958
4959 * symtab.c (search_symbols): Adjust msymbol matching type arrays
4960 so that GDB doesn't match any msymbols when searching in the
4961 TYPES_DOMAIN.
4962 (print_symbol_info): Print using typedef_print or type_print based
4963 on the type of the symbol. Add updated FIXME comment moved from...
4964 (_initialize_symtab): ... move and update FIXME comment to above.
4965
4966 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4967
4968 * NEWS: Mention adding -q option to "info types".
4969 * symtab.c (struct info_types_options): New struct.
4970 (info_types_options_defs): New variable.
4971 (make_info_types_options_def_group): New function.
4972 (info_types_command): Use gdb::option framework to parse options.
4973 (info_types_command_completer): New function.
4974 (_initialize_symtab): Extend the help text on "info types" and
4975 register command completer.
4976
4977 2019-07-21 Christian Biesinger <cbiesinger@google.com>
4978
4979 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
4980 (lookup_symbol_in_objfile): Change int to block_enum and add a
4981 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
4982
4983 2019-07-20 Christian Biesinger <cbiesinger@google.com>
4984
4985 * MAINTAINERS (Write After Approval): Add self.
4986
4987 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4988
4989 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
4990 instruction to the dummy code region.
4991
4992 2019-07-19 Tom Tromey <tromey@adacore.com>
4993
4994 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
4995 (ARGSUSED, PARAMS, __func__): Remove rules.
4996
4997 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4998
4999 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
5000 * features/arm/arm-with-iwmmxt.c: Remove.
5001 * features/arm/arm-with-iwmmxt.xml: Remove.
5002 * features/arm/arm-with-m-fpa-layout.c: Remove.
5003 * features/arm/arm-with-m-fpa-layout.xml: Remove.
5004 * features/arm/arm-with-m-vfp-d16.c: Remove.
5005 * features/arm/arm-with-m-vfp-d16.xml: Remove.
5006 * features/arm/arm-with-m.c: Remove.
5007 * features/arm/arm-with-m.xml: Remove.
5008 * features/arm/arm-with-neon.c: Remove.
5009 * features/arm/arm-with-neon.xml: Remove.
5010 * features/arm/arm-with-vfpv2.c: Remove.
5011 * features/arm/arm-with-vfpv2.xml: Remove.
5012 * features/arm/arm-with-vfpv3.c: Remove.
5013 * features/arm/arm-with-vfpv3.xml: Remove.
5014
5015 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5016
5017 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
5018
5019 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5020
5021 * arch/aarch32.c (aarch32_create_target_description): Create
5022 target descriptions using features.
5023 * arch/arm.c (arm_create_target_description)
5024 (arm_create_mprofile_target_description): Likewise.
5025 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
5026
5027 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5028
5029 * Makefile.in: Add new files.
5030 * aarch32-tdep.c: New file.
5031 * aarch32-tdep.h: New file.
5032 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
5033 Call aarch32_read_description.
5034 * arch/aarch32.c: New file.
5035 * arch/aarch32.h: New file.
5036 * arch/arm.c (arm_create_target_description)
5037 (arm_create_mprofile_target_description): New function.
5038 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
5039 (arm_create_target_description)
5040 (arm_create_mprofile_target_description): New declaration.
5041 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
5042 read_description functions.
5043 * arm-linux-nat.c (arm_linux_nat_target::read_description):
5044 Likewise.
5045 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
5046 * arm-tdep.c (tdesc_arm_list): New variable.
5047 (arm_register_g_packet_guesses): Call create description functions.
5048 (arm_read_description) (arm_read_mprofile_description): New
5049 function.
5050 * arm-tdep.h (arm_read_description)
5051 (arm_read_mprofile_description): Add declaration.
5052 * configure.tgt: Add new files.
5053
5054 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
5055
5056 * top.c (new_ui_command): Open specified terminal just once.
5057
5058 2019-07-18 Tom Tromey <tromey@adacore.com>
5059
5060 * symtab.c (main_name): Constify return type.
5061 * symfile.c (set_initial_language): Update.
5062 * symtab.h (main_name): Constify return type.
5063
5064 2019-07-17 Tom Tromey <tom@tromey.com>
5065
5066 * tui/tui-winsource.c (tui_update_source_window)
5067 (tui_update_source_window_as_is)
5068 (tui_update_source_windows_with_line): Remove return.
5069 * tui/tui-disasm.c (tui_show_disassem)
5070 (tui_show_disassem_and_update_source): Remove return.
5071 * tui/tui.c (tui_reset): Remove return.
5072 * tui/tui-wingeneral.c
5073 (tui_check_and_display_highlight_if_needed): Remove return.
5074
5075 2019-07-17 Tom Tromey <tom@tromey.com>
5076
5077 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
5078
5079 2019-07-17 Tom Tromey <tom@tromey.com>
5080
5081 * tui/tui-winsource.h (struct tui_exec_info_window)
5082 (struct tui_source_window_base): Move from tui-data.h.
5083 * tui/tui-winsource.c: Move many method definitions from
5084 elsewhere. Remove "structuring" comments.
5085 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
5086 (tui_source_window_base::refresh_window): Move to
5087 tui-winsource.c.
5088 * tui/tui-win.c (tui_source_window_base::refresh_all)
5089 (tui_source_window_base::update_tab_width)
5090 (tui_source_window_base::set_new_height)
5091 (tui_source_window_base::do_make_visible_with_new_height): Move to
5092 tui-winsource.c.
5093 * tui/tui-source.h: Update.
5094 * tui/tui-source.c (tui_source_window_base::reset): Move to
5095 tui-winsource.c.
5096 * tui/tui-disasm.h: Update.
5097 * tui/tui-data.h (struct tui_exec_info_window): Move to
5098 tui-winsource.h.
5099 (struct tui_source_window_base): Likewise.
5100 * tui/tui-data.c (tui_source_window_base::clear_detail)
5101 (tui_source_window_base, ~tui_source_window_base): Move to
5102 tui-winsource.c.
5103
5104 2019-07-17 Tom Tromey <tom@tromey.com>
5105
5106 * tui/tui-win.c (tui_resize_all)
5107 (tui_source_window_base::update_tab_width)
5108 (tui_adjust_win_heights): Update.
5109 (tui_win_info::make_invisible_and_set_new_height): Rename from
5110 make_invisible_and_set_new_height.
5111 * tui/tui-data.h (struct tui_win_info)
5112 <make_invisible_and_set_new_height>: New method.
5113
5114 2019-07-17 Tom Tromey <tom@tromey.com>
5115
5116 * tui/tui.c: Update.
5117 * tui/tui-source.h (struct tui_source_window): Move from
5118 tui-data.h.
5119 * tui/tui-layout.c: Update.
5120 * tui/tui-disasm.c: Update.
5121 * tui/tui-data.h (struct tui_source_window): Move to
5122 tui-source.h.
5123
5124 2019-07-17 Tom Tromey <tom@tromey.com>
5125
5126 * tui/tui-disasm.h (struct tui_disasm_window): Move from
5127 tui-data.h.
5128 * tui/tui-data.h (struct tui_disasm_window): Move to
5129 tui-disasm.h.
5130
5131 2019-07-17 Tom Tromey <tom@tromey.com>
5132
5133 * tui/tui-regs.h (struct tui_data_item_window): Move from
5134 tui-data.h.
5135 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
5136 * tui/tui-data.h (struct tui_data_item_window): Move to
5137 tui-regs.h.
5138 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
5139
5140 2019-07-17 Tom Tromey <tom@tromey.com>
5141
5142 * tui/tui.c: Update.
5143 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
5144 (tui_cmd_window::max_height): Move to tui-command.c.
5145 * tui/tui-layout.c: Update.
5146 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
5147 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
5148 tui-command.c.
5149 * tui/tui-command.h (struct tui_cmd_window): Move from
5150 tui-data.h.
5151 * tui/tui-command.c: Remove "structuring" comments.
5152 (tui_cmd_window::clear_detail)
5153 (tui_cmd_window::do_make_visible_with_new_height)
5154 (tui_cmd_window::max_height): Move from elsewhere.
5155
5156 2019-07-17 Tom Tromey <tom@tromey.com>
5157
5158 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
5159 Now static.
5160 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
5161 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
5162
5163 2019-07-17 Tom Tromey <tom@tromey.com>
5164
5165 * tui/tui.c: Update.
5166 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
5167 tui-regs.c.
5168 * tui/tui-windata.h: Remove file.
5169 * tui/tui-windata.c: Remove file.
5170 * tui/tui-win.c (tui_data_window::set_new_height)
5171 (tui_data_window::do_make_visible_with_new_height): Move to
5172 tui-regs.c.
5173 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
5174 * tui/tui-regs.c: Remove "structuring" comments.
5175 (tui_data_window::first_data_item_displayed)
5176 (tui_data_window::delete_data_content_windows)
5177 (tui_data_window::erase_data_content)
5178 (tui_data_window::display_all_data)
5179 (tui_data_window::refresh_all)
5180 (tui_data_window::do_scroll_vertical)
5181 (tui_data_window::clear_detail, tui_data_window::set_new_height)
5182 (tui_data_window::do_make_visible_with_new_height)
5183 (tui_data_window::refresh_window): Move from elsewhere.
5184 (_initialize_tui_regs): Move to end of file.
5185 * tui/tui-layout.c: Update.
5186 * tui/tui-hooks.c: Update.
5187 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
5188 * tui/tui-data.c (tui_data_window::clear_detail): Move to
5189 tui-regs.c.
5190 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
5191
5192 2019-07-17 Tom Tromey <tom@tromey.com>
5193
5194 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
5195 seen.
5196
5197 2019-07-17 Tom Tromey <tom@tromey.com>
5198
5199 * tui/tui-win.c (tui_source_window_base::set_new_height)
5200 (tui_source_window_base::do_make_visible_with_new_height): Use
5201 m_has_locator field directly.
5202 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
5203 method.
5204 (struct tui_source_window_base) <has_locator>: Likewise.
5205
5206 2019-07-17 Tom Tromey <tom@tromey.com>
5207
5208 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
5209 Don't declare.
5210 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
5211 Remove.
5212 * tui/tui-win.c (tui_source_window_base::set_new_height)
5213 (tui_source_window_base::set_new_height)
5214 (make_invisible_and_set_new_height)
5215 (tui_source_window_base::do_make_visible_with_new_height)
5216 (tui_source_window_base::do_make_visible_with_new_height):
5217 Update.
5218 * tui/tui-layout.c (show_source_disasm_command, show_data)
5219 (show_source_or_disasm_and_command): Update.
5220 * tui/tui-layout.c (show_layout): Update.
5221
5222 2019-07-17 Tom Tromey <tom@tromey.com>
5223
5224 * tui/tui-layout.c (make_data_window): Remove.
5225 (show_data): Unify creation and re-initialization cases.
5226
5227 2019-07-17 Tom Tromey <tom@tromey.com>
5228
5229 * tui/tui-layout.c (make_source_window, make_disasm_window):
5230 Remove.
5231 (show_data): Unify creation and re-initialization cases.
5232
5233 2019-07-17 Tom Tromey <tom@tromey.com>
5234
5235 * tui/tui-layout.c (make_command_window): Remove.
5236 (show_source_disasm_command, show_source_or_disasm_and_command):
5237 Unify creation and re-initialization cases.
5238
5239 2019-07-17 Tom Tromey <tom@tromey.com>
5240
5241 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
5242 creation and re-initialization cases.
5243
5244 2019-07-17 Tom Tromey <tom@tromey.com>
5245
5246 * tui/tui-regs.c (tui_get_register): Return void.
5247
5248 2019-07-17 Tom Tromey <tom@tromey.com>
5249
5250 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
5251 Simplify.
5252
5253 2019-07-17 Tom Tromey <tom@tromey.com>
5254
5255 * tui/tui-layout.c (show_source_disasm_command): Simplify window
5256 resetting.
5257
5258 2019-07-17 Tom Tromey <tom@tromey.com>
5259
5260 * tui/tui.h (tui_set_layout_by_name): Don't declare.
5261 * tui/tui-regs.c (tui_reg_layout): New function.
5262 (tui_show_registers, tui_reg_command): Use it.
5263 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
5264 (tui_layout_command): Rename from tui_set_layout_by_name. Change
5265 parameters.
5266 (tui_layout_command): Remove.
5267
5268 2019-07-17 Tom Tromey <tom@tromey.com>
5269
5270 * tui/tui-layout.h (tui/tui-layout): Return void.
5271 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
5272
5273 2019-07-17 Tom Tromey <tom@tromey.com>
5274
5275 * tui/tui-layout.c (show_source_disasm_command, show_data):
5276 Update.
5277 (reset_locator): Remove.
5278 (show_source_or_disasm_and_command): Update.
5279
5280 2019-07-17 Tom Tromey <tom@tromey.com>
5281
5282 * tui/tui-source.c (tui_source_window_base::reset): Remove
5283 win_type parameter.
5284 * tui/tui-layout.c (make_command_window, make_source_window)
5285 (make_disasm_window, make_data_window)
5286 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
5287 (reset_locator, show_source_or_disasm_and_command): Update.
5288 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
5289 win_type parameter.
5290 (struct tui_source_window_base) <reset>: Likewise.
5291
5292 2019-07-17 Tom Tromey <tom@tromey.com>
5293
5294 * tui/tui-layout.c (show_source_disasm_command): Use
5295 reset_locator.
5296 (reset_locator): New function.
5297 (init_and_make_win): Remove.
5298 (show_source_or_disasm_and_command): Use reset_locator.
5299
5300 2019-07-17 Tom Tromey <tom@tromey.com>
5301
5302 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
5303 condition.
5304 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
5305 Remove condition.
5306 * tui/tui-source.c (tui_source_window_base::reset): New method.
5307 * tui/tui-layout.c (make_command_window): Don't call
5308 init_and_make_win.
5309 (make_source_window, make_disasm_window): Don't call
5310 make_source_or_disasm_window.
5311 (make_data_window): Don't call init_and_make_win. Change calling
5312 convention.
5313 (show_source_disasm_command, show_data): Simplify.
5314 (make_source_or_disasm_window): Remove.
5315 (show_source_or_disasm_and_command): Simplify.
5316 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
5317 (struct tui_source_window_base) <reset>: Likewise.
5318 <execution_info>: Remove initializer.
5319 * tui/tui-data.c (tui_source_window_base): Initialize
5320 execution_info.
5321
5322 2019-07-17 Tom Tromey <tom@tromey.com>
5323
5324 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
5325 variable.
5326
5327 2019-07-17 Tom Tromey <tom@tromey.com>
5328
5329 * tui/tui.c (tui_rl_other_window): Update.
5330 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
5331 superclass method first. Always iterate over regs_content.
5332 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
5333 method.
5334 * tui/tui-win.c (tui_set_focus_command): Update.
5335
5336 2019-07-17 Tom Tromey <tom@tromey.com>
5337
5338 * tui/tui-win.c (tui_set_focus_command): Rename from
5339 tui_set_focus. Call tui_enable.
5340 (tui_set_focus_command): Remove.
5341
5342 2019-07-17 Tom Tromey <tom@tromey.com>
5343
5344 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
5345 refresh_window.
5346 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
5347 touchwin.
5348 (tui_data_window::refresh_window): Call refresh_window on data
5349 items. Always call superclass refresh_window.
5350 (tui_win_info::refresh): Remove.
5351 (tui_source_window_base::refresh_window): Update.
5352 (tui_refresh_all): Update.
5353 * tui/tui-layout.c (show_source_disasm_command): Remove call to
5354 refresh_window.
5355 (show_source_or_disasm_and_command): Likewise.
5356 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
5357 (struct tui_source_window_base) <refresh>: Likewise.
5358
5359 2019-07-17 Tom Tromey <tom@tromey.com>
5360
5361 * tui/tui-winsource.c (tui_clear_source_content)
5362 (tui_show_source_content): Update.
5363 * tui/tui-source.c (tui_source_window::showing_source_p): Check
5364 whether content is empty.
5365 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
5366 Remove.
5367
5368 2019-07-17 Tom Tromey <tom@tromey.com>
5369
5370 * tui/tui-winsource.c (tui_erase_source_content): Clear the
5371 window's contents.
5372 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
5373 * tui/tui-source.c (tui_set_source_content_nil): Remove.
5374
5375 2019-07-17 Tom Tromey <tom@tromey.com>
5376
5377 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
5378 (struct tui_data_item_window): Update.
5379
5380 2019-07-17 Tom Tromey <tom@tromey.com>
5381
5382 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
5383 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
5384 defines.
5385
5386 2019-07-17 Tom Tromey <tom@tromey.com>
5387
5388 * tui/tui-winsource.h (tui_erase_source_content)
5389 (tui_clear_source_content): Remove "display_prompt" parameter.
5390 * tui/tui-winsource.c (tui_update_source_window_as_is)
5391 (tui_update_source_windows_with_addr): Update.
5392 (tui_clear_source_content): Remove "display_prompt" parameter.
5393 (tui_erase_source_content): Likewise. Simplify.
5394 (tui_show_source_content): Update.
5395 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
5396 * tui/tui-stack.c (tui_show_frame_info): Update.
5397 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
5398 Remove defines.
5399
5400 2019-07-17 Tom Tromey <tom@tromey.com>
5401
5402 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5403 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
5404 parameter.
5405 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
5406 parameter.
5407
5408 2019-07-17 Tom Tromey <tom@tromey.com>
5409
5410 * tui/tui-winsource.c (tui_clear_source_content)
5411 (tui_show_source_content, tui_show_exec_info_content)
5412 (tui_clear_exec_info_content): Update.
5413 * tui/tui-stack.c (tui_show_locator_content): Update.
5414 (tui_show_frame_info): Update.
5415 * tui/tui-source.h (tui_source_window): Don't declare.
5416 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
5417 from tui_source_is_displayed.
5418 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
5419 Remove field.
5420 (struct tui_source_window_base) <content_in_use>: New field. Now
5421 bool.
5422 (struct tui_source_window) <showing_source_p>: New method.
5423 (TUI_SRC_WIN): Change cast.
5424 * tui/tui-data.c (tui_initialize_static_data): Update.
5425
5426 2019-07-17 Tom Tromey <tom@tromey.com>
5427
5428 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
5429 location_matches_p.
5430 * tui/tui-source.c (tui_source_window::location_matches_p): New
5431 method.
5432 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
5433 method.
5434 * tui/tui-data.h (struct tui_source_window_base)
5435 <location_matches_p>: New method.
5436 (struct tui_source_window, struct tui_disasm_window)
5437 <location_matches_p>: Likewise.
5438
5439 2019-07-17 Tom Tromey <tom@tromey.com>
5440
5441 * tui/tui-win.c (tui_set_win_height_command): Rename from
5442 tui_set_win_height.
5443 (tui_set_win_height_command): Remove.
5444
5445 2019-07-17 Tom Tromey <tom@tromey.com>
5446
5447 * tui/tui-source.c (tui_source_window): New constructor. Add
5448 observer.
5449 (~tui_source_window): New destructor.
5450 (tui_source_window::style_changed): New method.
5451 * tui/tui-hooks.c (tui_redisplay_source): Remove.
5452 (tui_attach_detach_observers): Update.
5453 * tui/tui-data.h (struct tui_source_window): Make constructor not
5454 inline. Add destructor.
5455 (struct tui_source_window) <style_changed>: New method.
5456 <m_observable>: New member.
5457
5458 2019-07-17 Tom Tromey <tom@tromey.com>
5459
5460 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
5461 * tui/tui-win.c (tui_resize_all): Fix typo.
5462
5463 2019-07-17 Tom Tromey <tom@tromey.com>
5464
5465 * tui/tui-wingeneral.h (tui_refresh_all): Update.
5466 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
5467 (tui_refresh_all): Remove "list" parameter. Use foreach.
5468 * tui/tui-win.c (window_name_completer): Use foreach.
5469 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
5470 (update_tab_width): Likewise.
5471 * tui/tui-layout.c (show_layout): Update.
5472 * tui/tui-data.h (class tui_window_iterator): New.
5473 (struct all_tui_windows): New.
5474 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
5475
5476 2019-07-17 Tom Tromey <tom@tromey.com>
5477
5478 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
5479 parameter. Don't reference globals.
5480 (tui_reg_command): Update.
5481
5482 2019-07-17 Tom Tromey <tom@tromey.com>
5483
5484 * tui/tui-regs.c (tui_show_registers): Simplify.
5485
5486 2019-07-17 Tom Tromey <tom@tromey.com>
5487
5488 * tui/tui-regs.c (tui_show_registers): Update.
5489 (tui_show_register_group): Add win_info parameter.
5490
5491 2019-07-17 Tom Tromey <tom@tromey.com>
5492
5493 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
5494 Rename from tui_display_reg_element_at_line.
5495 (tui_data_window::display_registers_from_line): Update.
5496 * tui/tui-data.h (struct tui_data_window)
5497 <display_reg_element_at_line>: New method.
5498
5499 2019-07-17 Tom Tromey <tom@tromey.com>
5500
5501 * tui/tui-regs.h (tui_display_registers_from)
5502 (tui_display_registers_from_line): Don't declare.
5503 * tui/tui-windata.c (tui_data_window::display_all_data)
5504 (tui_data_window::refresh_all)
5505 (tui_data_window::do_scroll_vertical): Update.
5506 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
5507 from tui_display_registers_from.
5508 (tui_display_reg_element_at_line): Update.
5509 (tui_data_window::display_registers_from_line): Rename from
5510 tui_display_registers_from_line.
5511 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
5512 display_registers_from_line>: New methods.
5513
5514 2019-07-17 Tom Tromey <tom@tromey.com>
5515
5516 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
5517 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
5518 from tui_erase_data_content.
5519 (tui_data_window::display_all_data)
5520 (tui_data_window::refresh_all)
5521 (tui_data_window::do_scroll_vertical): Update.
5522 * tui/tui-regs.c (tui_show_registers): Update.
5523 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
5524 New method.
5525
5526 2019-07-17 Tom Tromey <tom@tromey.com>
5527
5528 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
5529 declare.
5530 * tui/tui-windata.c
5531 (tui_data_window::delete_data_content_windows): Rename from
5532 tui_delete_data_content_windows.
5533 (tui_data_window::display_all_data)
5534 (tui_data_window::do_scroll_vertical): Update.
5535 * tui/tui-data.h (struct tui_data_window)
5536 <delete_data_content_windows>: New method.
5537
5538 2019-07-17 Tom Tromey <tom@tromey.com>
5539
5540 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
5541 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
5542
5543 2019-07-17 Tom Tromey <tom@tromey.com>
5544
5545 * tui/tui-windata.h (tui_display_all_data): Don't declare.
5546 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
5547 from tui_display_all_data.
5548 * tui/tui-win.c
5549 (tui_data_window::do_make_visible_with_new_height): Update.
5550 * tui/tui-regs.c (tui_show_registers): Update.
5551 * tui/tui-layout.c (tui_set_layout): Update.
5552 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
5553 method.
5554
5555 2019-07-17 Tom Tromey <tom@tromey.com>
5556
5557 * tui/tui-windata.h (tui_display_data_from): Don't declare.
5558 * tui/tui-windata.c (tui_display_data_from): Remove.
5559 (tui_data_window::refresh_all): Update.
5560
5561 2019-07-17 Tom Tromey <tom@tromey.com>
5562
5563 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
5564 * tui/tui-windata.c (tui_display_data_from_line): Remove.
5565 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
5566 tui_display_registers_from_line.
5567 * tui/tui-regs.h (tui_display_registers_from_line): Update.
5568 * tui/tui-regs.c (tui_display_registers_from_line): Remove
5569 "force_display" parameter.
5570
5571 2019-07-17 Tom Tromey <tom@tromey.com>
5572
5573 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
5574 declare.
5575 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
5576 Rename from tui_first_reg_element_no_inline.
5577 (tui_display_reg_element_at_line)
5578 (tui_display_registers_from_line): Update.
5579 * tui/tui-data.h (struct tui_data_window)
5580 <first_reg_element_no_inline>: New method.
5581
5582 2019-07-17 Tom Tromey <tom@tromey.com>
5583
5584 * tui/tui-windata.c (tui_display_data_from)
5585 (tui_data_window::do_scroll_vertical): Update.
5586 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
5587 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
5588 Rename from tui_line_from_reg_element_no.
5589 (tui_display_registers_from_line): Update.
5590 * tui/tui-data.h (struct tui_data_window)
5591 <line_from_reg_element_no>: New method.
5592
5593 2019-07-17 Tom Tromey <tom@tromey.com>
5594
5595 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
5596 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
5597 tui_last_regs_line_no.
5598 (tui_display_reg_element_at_line)
5599 (tui_display_registers_from_line): Update.
5600 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
5601 method.
5602
5603 2019-07-17 Tom Tromey <tom@tromey.com>
5604
5605 PR tui/24722:
5606 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
5607 (tui_update_breakpoint_info): Add "being_deleted" parameter.
5608 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5609 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
5610 (tui_update_breakpoint_info): Likewise.
5611 * tui/tui-hooks.c (tui_event_create_breakpoint)
5612 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
5613 Update.
5614
5615 2019-07-17 Tom Tromey <tom@tromey.com>
5616
5617 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
5618
5619 2019-07-17 Tom Tromey <tom@tromey.com>
5620
5621 * tui/tui-winsource.c (tui_update_source_window_as_is)
5622 (tui_update_source_windows_with_addr): Update.
5623 * tui/tui-source.h (tui_set_source_content)
5624 (tui_show_symtab_source): Add "win_info" parameter.
5625 * tui/tui-source.c (tui_set_source_content): Add "win_info"
5626 parameter.
5627 (tui_show_symtab_source): Likewise.
5628
5629 2019-07-17 Tom Tromey <tom@tromey.com>
5630
5631 * tui/tui-wingeneral.c
5632 (tui_check_and_display_highlight_if_needed): Check can_highlight.
5633
5634 2019-07-17 Tom Tromey <tom@tromey.com>
5635
5636 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
5637 (struct tui_cmd_window) <can_scroll>: New method.
5638 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
5639 method.
5640
5641 2019-07-17 Tom Tromey <tromey@adacore.com>
5642
5643 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
5644 do_field_signed>: Rename. Change type of "value".
5645 * ui-out.c (ui_out::field_signed): Rename from field_int.
5646 Change type of "value".
5647 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
5648 type of "value".
5649 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
5650 do_field_int. Change type of "value".
5651 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
5652 do_field_int. Change type of "value".
5653 * tracepoint.c (trace_status_mi, tfind_1)
5654 (print_one_static_tracepoint_marker): Update.
5655 * thread.c (print_thread_info_1, print_selected_thread_frame):
5656 Update.
5657 * stack.c (print_frame, print_frame_info): Update.
5658 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
5659 Update.
5660 * source.c (print_source_lines_base): Update.
5661 * skip.c (info_skip_command): Update.
5662 * record-btrace.c (btrace_ui_out_decode_error)
5663 (btrace_call_history_src_line): Update.
5664 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
5665 Update.
5666 * progspace.c (print_program_space): Update.
5667 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
5668 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
5669 do_field_int. Change type of "value".
5670 * mi/mi-out.c (mi_ui_out::do_table_begin)
5671 (mi_ui_out::do_table_header): Update.
5672 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
5673 type of "value".
5674 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
5675 (mi_cmd_data_list_changed_registers, output_register)
5676 (mi_cmd_data_read_memory, mi_load_progress)
5677 (mi_cmd_trace_frame_collected): Update.
5678 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
5679 Update.
5680 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
5681 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
5682 (mi_cmd_var_list_children, varobj_update_one): Update.
5683 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
5684 (mi_cmd_stack_list_args, list_arg_or_local): Update.
5685 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
5686 * inferior.c (print_inferior): Update.
5687 * gdb_bfd.c (print_one_bfd): Update.
5688 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5689 Update.
5690 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
5691 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
5692 do_field_int. Change type of "value".
5693 * cli-out.c (cli_ui_out::do_field_signed): Rename from
5694 do_field_int. Change type of "value".
5695 * breakpoint.c (watchpoint_check, print_breakpoint_location)
5696 (print_one_breakpoint_location, print_it_catch_fork)
5697 (print_one_catch_fork, print_it_catch_vfork)
5698 (print_one_catch_vfork, print_it_catch_solib)
5699 (print_it_catch_exec, print_it_ranged_breakpoint)
5700 (print_mention_watchpoint, print_mention_masked_watchpoint)
5701 (bkpt_print_it, update_static_tracepoint): Update.
5702 * break-catch-throw.c (print_it_exception_catchpoint): Update.
5703 * break-catch-syscall.c (print_it_catch_syscall): Update.
5704 * ada-tasks.c (print_ada_task_info): Update.
5705 * ada-lang.c (print_it_exception, print_mention_exception):
5706 Update.
5707
5708 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
5709
5710 PR breakpoints/24541
5711 * gdbarch.c: Regenerate.
5712 * gdbarch.h: Regenerate.
5713 * gdbarch.sh: Adjust return type and parameter types for
5714 'stap_adjust_register'.
5715 (i386_stap_adjust_register): Adjust signature and return new
5716 register name.
5717 * stap-probe.c (stap_parse_register_operand): Adjust use of
5718 'gdbarch_stap_adjust_register'.
5719
5720 2019-07-17 Tom Tromey <tromey@adacore.com>
5721
5722 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
5723 declare VEC.
5724 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
5725 std::vector.
5726 (struct s390_process_info): Add initializers.
5727 (s390_add_process): Use new.
5728 (s390_linux_nat_target::low_forget_process): Use delete.
5729 (s390_linux_nat_target::low_new_fork)
5730 (s390_linux_nat_target::stopped_by_watchpoint)
5731 (s390_linux_nat_target::low_prepare_to_resume)
5732 (s390_linux_nat_target::insert_watchpoint)
5733 (s390_linux_nat_target::insert_hw_breakpoint)
5734 (s390_linux_nat_target::remove_watchpoint)
5735 (s390_linux_nat_target::remove_hw_breakpoint): Update.
5736
5737 2019-07-16 John Baldwin <jhb@FreeBSD.org>
5738
5739 * aarch64-fbsd-nat.c: Include regcache.h.
5740 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
5741 argument.
5742 (aarch64_fbsd_nat_target::fetch_registers)
5743 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
5744 variable.
5745 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
5746
5747 2019-07-16 John Baldwin <jhb@FreeBSD.org>
5748
5749 * fbsd-nat.c: Include gdbarch.h.
5750
5751 2019-07-15 Tom Tromey <tromey@adacore.com>
5752
5753 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
5754
5755 2019-07-15 Tom Tromey <tromey@adacore.com>
5756
5757 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
5758 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
5759 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
5760 * cli-out.c (cli_ui_out::do_field_int): New method.
5761 * ui-out.c (ui_out::field_unsigned): New method.
5762 * symfile.c (generic_load): Use field_unsigned.
5763 (print_transfer_performance): Likewise.
5764 * record-btrace.c (ui_out_field_uint): Remove.
5765 (btrace_call_history_insn_range, btrace_call_history): Use
5766 field_unsigned.
5767 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
5768 field_unsigned.
5769 * ui-out.h (class ui_out) <field_unsigned>: New method.
5770 <do_field_unsigned>: Likewise.
5771
5772 2019-07-15 Tom Tromey <tromey@adacore.com>
5773
5774 * mi/mi-main.c (list_available_thread_groups): Use field_string.
5775 * mi/mi-interp.c (mi_memory_changed): Use field_string.
5776 * target.c (flash_erase_command): Use field_string.
5777 * infrun.c (print_signal_received_reason): Use field_string.
5778 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
5779 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
5780 field_string.
5781 * ada-tasks.c (print_ada_task_info): Use field_string.
5782
5783 2019-07-15 Tom Tromey <tromey@adacore.com>
5784
5785 * target.c (flash_erase_command): Use field_core_addr.
5786 * symfile.c (generic_load): Use field_core_addr.
5787 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
5788 Use field_core_addr.
5789 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
5790 field_core_addr.
5791
5792 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5793
5794 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
5795 value if its desired type is smaller than a CORE_ADDR and signed.
5796
5797 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5798
5799 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
5800 of changes to field names, and use new is_reference field to
5801 decide if a property is a reference or not.
5802 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
5803 field.
5804 (struct dwarf2_property_baton): Update header comment, rename
5805 'referenced_type' to 'property_type' and update comments.
5806 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
5807 default property type, store in property baton, update to take
5808 accound of renamed field.
5809 (read_func_scope): Update call to attr_to_dynamic_prop.
5810 (read_array_type): Likewise.
5811 (dwarf2_per_cu_addr_sized_int_type): New function.
5812 (read_subrange_index_type): Move type finding code to
5813 dwarf2_per_cu_addr_sized_int_type.
5814 (read_subrange_type): Update calls to attr_to_dynamic_prop.
5815 (dwarf2_per_cu_addr_type): New function.
5816 (set_die_type): Update calls to attr_to_dynamic_prop.
5817
5818 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5819
5820 * dwarf2read.c (read_subrange_index_type): New function.
5821 (read_subrange_type): Move code into new function and call it.
5822 * gdbtypes.c (create_range_type): Add some asserts.
5823
5824 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5825
5826 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
5827 update return statements.
5828 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
5829 declaration, and update comment to match.
5830 * gdbtypes.c (resolve_dynamic_array): Update call to
5831 dwarf2_evaluate_property to match new return type.
5832
5833 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5834
5835 * valarith.c (value_subscripted_rvalue): Change lowerbound
5836 parameter type from int to LONGEST.
5837 * value.h (value_subscripted_rvalue): Likewise in declaration.
5838
5839 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5840
5841 * cli/cli-utils.c (info_print_command_completer): New function.
5842 * cli/cli-utils.h: Add 'completer.h' include, and forward
5843 declaration for 'struct cmd_list_element'.
5844 (info_print_command_completer): Declare.
5845 * stack.c (_initialize_stack): Add completer for 'info locals' and
5846 'info args'.
5847 * symtab.c (_initialize_symtab): Add completer for 'info
5848 variables' and 'info functions'.
5849 * NEWS: Mention completion for additional info commands.
5850
5851 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5852
5853 * cli/cli-utils.c (extract_info_print_args): Delete.
5854 (extract_arg_maybe_quoted): Delete.
5855 (info_print_options_defs): New variable.
5856 (make_info_print_options_def_group): New function.
5857 (extract_info_print_options): Define new function.
5858 * cli/cli-utils.h (extract_info_print_args): Delete.
5859 (struct info_print_options): New structure.
5860 (extract_info_print_options): Declare new function.
5861 * stack.c (info_locals_command): Update to use new
5862 extract_info_print_options, also add a header comment.
5863 (info_args_command): Likewise.
5864 * symtab.c (info_variables_command): Likewise.
5865 (info_functions_command): Likewise.
5866
5867 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5868
5869 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
5870 to extract string arguments.
5871 * common/common-utils.c (extract_string_maybe_quoted): New function.
5872 * common/common-utils.h (extract_string_maybe_quoted): Declare.
5873
5874 2019-07-11 Tom Tromey <tromey@adacore.com>
5875
5876 * main.c (get_init_files): Use GDBINIT, not gdbinit.
5877 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
5878 * top.h (gdbinit): Don't declare.
5879 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
5880 into...
5881 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
5882 * top.c (gdb_init): Don't call init_cli_cmds.
5883 (gdbinit): Remove.
5884 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
5885
5886 2019-07-11 Tom Tromey <tromey@adacore.com>
5887
5888 * python/py-inferior.c (add_thread_object): Don't use thread_obj
5889 after it has been moved.
5890
5891 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5892
5893 * valops.c (value_must_coerce_to_target): Change return type to
5894 bool.
5895 * value.h (value_must_coerce_to_target): Likewise.
5896
5897 2019-07-10 Simon Marchi <simon.marchi@efficios.com>
5898
5899 * breakpoint.c (is_hardware_watchpoint): Remove
5900 forward-declaration.
5901 (is_masked_watchpoint): Change return type to bool.
5902 (is_tracepoint): Likewise.
5903 (is_breakpoint): Likewise.
5904 (is_hardware_watchpoint): Likewise.
5905 (is_watchpoint): Likewise.
5906 (is_no_memory_software_watchpoint): Likewise.
5907 (is_catchpoint): Likewise.
5908 (breakpoint_1): Make FILTER parameter's return type bool.
5909 is_masked_watchpoint): Change return type to bool.
5910 (save_breakpoints): Make FILTER parameter's return type bool.
5911 * breakpoint.h (is_breakpoint): Change return type to bool.
5912 (is_watchpoint): Likewise.
5913 (is_catchpoint): Likewise.
5914 (is_tracepoint): Likewise.
5915
5916 2019-07-10 Tom Tromey <tom@tromey.com>
5917
5918 * defs.h: Don't include gdbarch.h.
5919 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
5920 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
5921 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
5922 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
5923 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
5924 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
5925 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
5926 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
5927 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
5928 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
5929 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
5930 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
5931 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
5932 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
5933 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
5934 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
5935 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
5936 record-btrace.c, record.h, regcache-dump.c, regcache.h,
5937 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
5938 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
5939 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
5940 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
5941 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
5942 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
5943 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
5944 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
5945 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
5946
5947 2019-07-10 Tom Tromey <tromey@adacore.com>
5948
5949 * ada-lang.h (is_ada_exception_catchpoint): Declare.
5950 * breakpoint.c (init_ada_exception_breakpoint): Register as
5951 bp_catchpoint.
5952 (print_one_breakpoint_location, print_one_breakpoint): Use
5953 is_ada_exception_catchpoint.
5954 * ada-lang.c (class ada_catchpoint_location): Pass
5955 bp_loc_software_breakpoint to bp_location constructor.
5956 (is_ada_exception_catchpoint): New function.
5957
5958 2019-07-10 Tom Tromey <tromey@adacore.com>
5959
5960 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
5961 VEC.
5962 (struct arm_exidx_entry): New method operator<.
5963 (struct arm_exidx_data) <section_maps>: Change type.
5964 (arm_exidx_data_free): Remove.
5965 (arm_exidx_data_key): Change type. Move lower.
5966 (arm_exidx_new_objfile): Update.
5967 (arm_compare_exidx_entries): Remove.
5968 (arm_find_exidx_entry, _initialize_arm_tdep)
5969
5970 2019-07-10 Tom Tromey <tromey@adacore.com>
5971
5972 * solib-spu.c (ocl_program_data_key): Change type.
5973 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
5974 Update.
5975
5976 2019-07-10 Tom Tromey <tromey@adacore.com>
5977
5978 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
5979 (struct solib_aix_inferior_data) <library_list>: Change type.
5980 (solib_aix_inferior_data_handle): Change type.
5981 (get_solib_aix_inferior_data): Update.
5982 (solib_aix_free_library_list): Remove.
5983 (library_list_start_library): Update.
5984 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
5985 return type.
5986 (solib_aix_get_library_list)
5987 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
5988 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
5989
5990 2019-07-10 Tom Tromey <tromey@adacore.com>
5991
5992 * solib-dsbt.c (struct dsbt_info): Add initializers.
5993 (solib_dsbt_pspace_data): Change type.
5994 (dsbt_pspace_data_cleanup): Remove.
5995 (get_dsbt_info, _initialize_dsbt_solib): Update.
5996
5997 2019-07-10 Tom Tromey <tromey@adacore.com>
5998
5999 * spu-tdep.c (spu_overlay_data): Change type.
6000 (spu_get_overlay_table, spu_overlay_new_objfile)
6001 (_initialize_spu_tdep): Update.
6002
6003 2019-07-10 Tom Tromey <tromey@adacore.com>
6004
6005 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
6006 destructor.
6007 (dbx_objfile_data_key): Change type and declare later.
6008 (DBX_SYMFILE_INFO): Rewrite.
6009 * dbxread.c (dbx_objfile_data_key): Change type.
6010 (dbx_symfile_init): Update.
6011 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
6012 (coffstab_build_psymtabs, elfstab_build_psymtabs)
6013 (stabsect_build_psymtabs, _initialize_dbxread): Update.
6014
6015 2019-07-10 Tom Tromey <tromey@adacore.com>
6016
6017 * jit.c (jit_program_space_key): Change type. Move lower.
6018 (get_jit_program_space_data): Update.
6019 (jit_program_space_data_cleanup): Remove.
6020 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
6021 Update.
6022 (struct jit_program_space_data): Add initializers.
6023
6024 2019-07-10 Tom Tromey <tromey@adacore.com>
6025
6026 * solib-darwin.c (struct darwin_info): Add initializers.
6027 (solib_darwin_pspace_data): Change type.
6028 (darwin_pspace_data_cleanup): Remove.
6029 (get_darwin_info, _initialize_darwin_solib): Update.
6030
6031 2019-07-10 Tom Tromey <tromey@adacore.com>
6032
6033 * remote-sim.c (struct sim_inferior_data): Add initializers,
6034 constructor, and destructor.
6035 (sim_inferior_data_key): Change type. Move lower.
6036 (check_for_duplicate_sim_descriptor): Update.
6037 (get_sim_inferior_data): Use new. Update.
6038 (~sim_inferior_data_cleanup): Rename from
6039 sim_inferior_data_cleanup. Simplify.
6040 (gdbsim_close_inferior, simulator_command)
6041 (sim_command_completer, _initialize_remote_sim): Update.
6042 (next_pid, INITIAL_PID): Move earlier.
6043
6044 2019-07-10 Tom Tromey <tromey@adacore.com>
6045
6046 * python/python-internal.h (create_thread_object): Return
6047 gdbpy_ref.
6048 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
6049 * python/py-inferior.c (struct threadlist_entry): Add
6050 constructor.
6051 <thread_obj>: Now a gdbpy_ref.
6052 (thread_to_thread_object): Update.
6053 (add_thread_object): Use new.
6054 (delete_thread_object): Use delete.
6055 (infpy_threads): Update.
6056 (py_free_inferior): Update. Construct "inf_obj" after acquiring
6057 GIL.
6058
6059 2019-07-10 Tom Tromey <tromey@adacore.com>
6060
6061 * valops.c (value_cast): Specialize error message for Ada.
6062
6063 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6064
6065 * breakpoint.c (breakpoint_1): Update doc and parameter names.
6066
6067 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6068
6069 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
6070 bpstat_should_step): Return bool, adjust comments.
6071 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
6072 bpstat_should_step): Likewise.
6073
6074 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6075
6076 * features/Makefile: Use feature target descriptions for Arm.
6077 * features/arm/arm-core.c: Generate new file.
6078 * features/arm/arm-fpa.c: Likewise.
6079 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
6080 * features/arm/arm-m-profile.c: Likewise.
6081 * features/arm/arm-vfpv2.c: Likewise.
6082 * features/arm/arm-vfpv3.c: Likewise.
6083 * features/arm/xscale-iwmmxt.c: Likewise.
6084 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
6085
6086 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6087
6088 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
6089 ptrace earlier.
6090
6091 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6092
6093 * features/aarch64-pauth.c: Regenerate.
6094
6095 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
6096
6097 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
6098 bool.
6099 (bpstat_what): Use false instead of 0.
6100
6101 2019-07-09 Pedro Alves <palves@redhat.com>
6102
6103 * break-catch-throw.c (is_exception_catchpoint): New.
6104 * breakpoint.c (print_one_breakpoint_location): New parameter
6105 'raw_loc'. Handle it. Use
6106 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
6107 looking at the breakpoint's type.
6108 (print_one_breakpoint): If handling "maint info breakpoints", also
6109 print locations of exception catchpoints.
6110 * breakpoint.h (is_exception_catchpoint): Declare.
6111
6112 2019-07-09 Pedro Alves <palves@redhat.com>
6113
6114 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
6115 "addr" field.
6116 (allocate_location_exception_catchpoint): New.
6117 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
6118 (initialize_throw_catchpoint_ops): Install
6119 allocate_location_exception_catchpoint as allocate_location
6120 method.
6121 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
6122 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
6123 bp_loc_other.
6124 (breakpoint_address_is_meaningful): Delete.
6125 (bl_address_is_meaningful): New.
6126 (breakpoint_locations_match): Adjust comment.
6127 (bp_location_from_bp_type): New, factored out of...
6128 (bp_location::bp_location(breakpoint *)): ... this.
6129 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
6130 factored out of...
6131 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
6132 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
6133 breakpoint_address_is_meaningful.
6134 (bp_locations_compare): Adjust comment.
6135 (update_global_location_list): Use bl_address_is_meaningful
6136 instead of breakpoint_address_is_meaningful.
6137 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
6138 explicit.
6139 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
6140 * python/py-breakpoint.c (bppy_get_location): No longer check
6141 whether location is null.
6142
6143 2019-07-09 Pedro Alves <palves@redhat.com>
6144
6145 PR c++/15468
6146 * breakpoint.c (print_one_breakpoint_location): Remove
6147 single-location assert.
6148
6149 2019-07-09 Tom Tromey <tom@tromey.com>
6150
6151 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
6152 * configure: Rebuild.
6153 * configure.ac: Change common to gdbsupport.
6154 * gdbsupport: Rename from common.
6155 * acinclude.m4: Change common to gdbsupport.
6156 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
6157 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
6158 gdbsupport.
6159 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
6160 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
6161 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
6162 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
6163 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
6164 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
6165 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
6166 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
6167 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
6168 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
6169 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
6170 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
6171 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
6172 coff-pe-read.c, command.h, compile/compile-c-support.c,
6173 compile/compile-c.h, compile/compile-cplus-symbols.c,
6174 compile/compile-cplus-types.c, compile/compile-cplus.h,
6175 compile/compile-loc2c.c, compile/compile.c, completer.c,
6176 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
6177 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
6178 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
6179 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
6180 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
6181 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
6182 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
6183 features/aarch64-core.c, features/aarch64-fpu.c,
6184 features/aarch64-pauth.c, features/aarch64-sve.c,
6185 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
6186 features/i386/32bit-core.c, features/i386/32bit-linux.c,
6187 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
6188 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
6189 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
6190 features/i386/64bit-core.c, features/i386/64bit-linux.c,
6191 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
6192 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
6193 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
6194 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
6195 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
6196 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
6197 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
6198 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
6199 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
6200 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
6201 go32-nat.c, guile/guile.c, guile/scm-ports.c,
6202 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
6203 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
6204 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
6205 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
6206 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
6207 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
6208 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
6209 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
6210 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
6211 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
6212 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
6213 minsyms.c, mips-linux-tdep.c, namespace.h,
6214 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
6215 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
6216 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
6217 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
6218 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
6219 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
6220 nat/linux-waitpid.c, nat/mips-linux-watch.c,
6221 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
6222 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
6223 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
6224 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
6225 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
6226 procfs.c, producer.c, progspace.h, psymtab.h,
6227 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
6228 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
6229 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
6230 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
6231 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
6232 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
6233 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
6234 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
6235 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
6236 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
6237 target-memory.c, target.c, target.h, target/waitstatus.c,
6238 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
6239 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
6240 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
6241 unittests/array-view-selftests.c,
6242 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
6243 unittests/common-utils-selftests.c,
6244 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
6245 unittests/format_pieces-selftests.c,
6246 unittests/function-view-selftests.c,
6247 unittests/lookup_name_info-selftests.c,
6248 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
6249 unittests/mkdir-recursive-selftests.c,
6250 unittests/observable-selftests.c,
6251 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
6252 unittests/parse-connection-spec-selftests.c,
6253 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
6254 unittests/scoped_fd-selftests.c,
6255 unittests/scoped_mmap-selftests.c,
6256 unittests/scoped_restore-selftests.c,
6257 unittests/string_view-selftests.c, unittests/style-selftests.c,
6258 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
6259 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
6260 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
6261 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
6262 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
6263 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
6264
6265 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6266
6267 * linespec.c (decode_digits_list_mode): Set explicit_line to a
6268 bool value.
6269 (decode_digits_ordinary): Set explicit_line field in sal.
6270 * symtab.c (skip_prologue_sal): Don't skip prologue for a
6271 symtab_and_line that was set on an explicit line number in
6272 assembler code. Do always update the recorded symtab and line if
6273 we do skip the prologue.
6274
6275 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6276
6277 * breakpoint.c (set_breakpoint_location_function): Remove
6278 explicit_loc parameter.
6279 (momentary_breakpoint_from_master): Update call to
6280 set_breakpoint_location_function.
6281 (add_location_to_breakpoint): Likewise.
6282
6283 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6284
6285 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
6286 required features based on default bfd type when no specific bfd
6287 is present.
6288
6289 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6290
6291 * NEWS: Mention that GDB printf and eval commands can now print
6292 C-style and Ada-style convenience var strings without
6293 calling the inferior.
6294 * printcmd.c (printf_c_string): Locally print GDB internal var
6295 instead of transiting via the inferior.
6296 (printf_wide_c_string): Likewise.
6297
6298 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6299
6300 PR breakpoints/25011
6301 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
6302
6303 2019-07-04 Tom Tromey <tom@tromey.com>
6304
6305 PR tui/24724:
6306 * tui/tui-winsource.c (tui_clear_source_content): Update.
6307 (tui_source_window_base::set_is_exec_point_at): Fix comment.
6308 (tui_update_breakpoint_info): Update.
6309 (tui_set_exec_info_content): Update.
6310 * tui/tui-source.c (tui_set_source_content_nil): Update.
6311 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
6312 has_break.
6313 * tui/tui-data.h (enum tui_bp_flag): New.
6314 (tui_bp_flags): New enum flags type.
6315 (struct tui_source_element) <break_mode>: Change type. Rename
6316 from has_break.
6317 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
6318 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
6319 constants.
6320 * tui/tui-winsource.h: Fix comment.
6321
6322 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6323
6324 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
6325 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
6326 (store_fpregs_to_thread)
6327 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
6328 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
6329 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
6330 (IWMMXT_REGS_SIZE): Add define.
6331 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
6332 (fetch_vfp_regs, store_vfp_regs)
6333 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
6334 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
6335
6336 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6337
6338 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
6339 defines.
6340 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
6341 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
6342 (ARM_INT_REGISTER_SIZE): ...to this.
6343 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
6344 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
6345 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
6346 (arm_linux_collect_gregset, supply_nwfpe_register)
6347 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
6348 defines.
6349 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
6350 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
6351 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
6352 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
6353 (arm_return_in_memory, arm_store_return_value)
6354 (arm_get_longjmp_target, arm_register_g_packet_guesses)
6355 (arm_record_ld_st_multiple): Likewise.
6356 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
6357 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
6358
6359 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6360
6361 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
6362 AARCH64_DISPLACED_MODIFIED_INSNS.
6363 * aarch64-tdep.c (struct aarch64_displaced_step_data)
6364 (aarch64_displaced_step_copy_insn): Likewise.
6365 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
6366 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
6367 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
6368 ARM_DISPLACED_MODIFIED_INSNS.
6369 * arm-tdep.c (arm_gdbarch_init): Likewise.
6370 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
6371 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
6372 (struct arm_displaced_step_closure): Use
6373 ARM_DISPLACED_MODIFIED_INSNS.
6374
6375 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6376
6377 * features/Makefile: Remove unused xml files.
6378 * features/aarch64.xml: Remove.
6379 * features/i386/amd64-avx-avx512-linux.xml: Remove.
6380 * features/i386/amd64-avx-avx512.xml: Remove.
6381 * features/i386/amd64-avx-linux.xml: Remove.
6382 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
6383 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
6384 * features/i386/amd64-avx-mpx-linux.xml: Remove.
6385 * features/i386/amd64-avx-mpx.xml: Remove.
6386 * features/i386/amd64-avx.xml: Remove.
6387 * features/i386/amd64-linux.xml: Remove.
6388 * features/i386/amd64-mpx-linux.xml: Remove.
6389 * features/i386/amd64-mpx.xml: Remove.
6390 * features/i386/amd64.xml: Remove.
6391 * features/i386/i386-avx-avx512-linux.xml: Remove.
6392 * features/i386/i386-avx-avx512.xml: Remove.
6393 * features/i386/i386-avx-linux.xml: Remove.
6394 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
6395 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
6396 * features/i386/i386-avx-mpx-linux.xml: Remove.
6397 * features/i386/i386-avx-mpx.xml: Remove.
6398 * features/i386/i386-avx.xml: Remove.
6399 * features/i386/i386-linux.xml: Remove.
6400 * features/i386/i386-mmx-linux.xml: Remove.
6401 * features/i386/i386-mmx.xml: Remove.
6402 * features/i386/i386-mpx-linux.xml: Remove.
6403 * features/i386/i386-mpx.xml: Remove.
6404 * features/i386/i386.xml: Remove.
6405 * features/i386/x32-avx-avx512-linux.xml: Remove.
6406 * features/i386/x32-avx-linux.xml: Remove.
6407 * features/i386/x32-linux.xml: Remove.
6408
6409 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6410
6411 * regformats/aarch64.dat: Remove.
6412 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
6413 * regformats/i386/amd64-avx-linux.dat: Remove.
6414 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
6415 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
6416 * regformats/i386/amd64-linux.dat: Remove.
6417 * regformats/i386/amd64-mpx-linux.dat: Remove.
6418 * regformats/i386/amd64.dat: Remove.
6419 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
6420 * regformats/i386/i386-avx-linux.dat: Remove.
6421 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
6422 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
6423 * regformats/i386/i386-linux.dat: Remove.
6424 * regformats/i386/i386-mmx-linux.dat: Remove.
6425 * regformats/i386/i386-mpx-linux.dat: Remove.
6426 * regformats/i386/i386.dat: Remove.
6427 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
6428 * regformats/i386/x32-avx-linux.dat: Remove.
6429 * regformats/i386/x32-linux.dat: Remove.
6430
6431 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6432
6433 * aarch64-tdep.c: Remove xml self tests.
6434 * amd64-linux-tdep.c: Likewise.
6435 * amd64-tdep.c: Likewise.
6436 * i386-linux-tdep.c: Likewise.
6437 * i386-tdep.c: Likewise.
6438
6439 2019-07-03 Pedro Alves <palves@redhat.com>
6440
6441 PR cli/24732
6442 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
6443 (pipe_cmd_option_defs): New.
6444 (make_pipe_cmd_options_def_group): New.
6445 (pipe_command): Use gdb::option::process_options.
6446 (pipe_command_completer): New function.
6447 (_initialize_cli_cmds): Install completer for "pipe" command.
6448
6449 2019-07-03 Pedro Alves <palves@redhat.com>
6450
6451 * cli/cli-option.c (union option_value) <string>: New field.
6452 (struct option_def_and_value): Add ctor, move ctor, dtor and
6453 use DISABLE_COPY_AND_ASSIGN.
6454 (option_def_and_value::clear_value): New.
6455 (parse_option, save_option_value_in_ctx, get_val_type_str)
6456 (add_setshow_cmds_for_options): Handle var_string.
6457 * cli-option.h (union option_def::var_address) <string>: New
6458 field.
6459 (struct string_option_def): New.
6460 * maint-test-options.c (struct test_options_opts): Add default
6461 ctor and use DISABLE_COPY_AND_ASSIGN.
6462 <string_opt>: New field.
6463 (test_options_opts::~test_options_opts): New.
6464 (test_options_opts::dump): Also dump "-string".
6465 (test_options_option_defs): Install "string.
6466
6467 2019-07-03 Pedro Alves <palves@redhat.com>
6468
6469 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
6470 option_value with a null enumeration.
6471 (complete_options): Save the option values in the context.
6472 (save_option_value_in_ctx): New, factored out from ...
6473 (process_options): ... here.
6474 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
6475 of the function.
6476 * maint-test-options.c (test_options_opts::dump): New, factored
6477 out from ...
6478 (maintenance_test_options_command_mode): ... here.
6479 (maintenance_test_options_command_completion_result): Delete.
6480 (maintenance_test_options_command_completion_text): Update
6481 comment.
6482 (maintenance_show_test_options_completion_result): Change
6483 prototype. Just print
6484 maintenance_test_options_command_completion_text.
6485 (save_completion_result): New.
6486 (maintenance_test_options_completer_mode): Pass options context to
6487 complete_options, and then save a dump.
6488 (_initialize_maint_test_options): Use add_cmd to install "maint
6489 show test-options-completion-result".
6490
6491 2019-07-03 Pedro Alves <palves@redhat.com>
6492
6493 * NEWS (New commands): Mention "with" and "maint with".
6494 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
6495 (with_command, with_command_completer): New.
6496 (pipe_command): Adjust to new repeat_previous
6497 interface.
6498 (_initialize_cli_cmds): Install the "with" command and its "w"
6499 alias.
6500 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
6501 declarations.
6502 * cli/cli-setshow.c (parse_cli_var_uinteger)
6503 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
6504 argument strings for all var_types.
6505 (get_setshow_command_value_string): New, factored out from ...
6506 (do_show_command): ... this.
6507 * cli/cli-setshow.h: Include <string>.
6508 (get_setshow_command_value_string): Declare.
6509 * command.h (repeat_previous): Now returns const char *. Adjust
6510 comment.
6511 * maint.c: Include "cli/cli-cmds.h".
6512 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
6513 (_initialize_maint_cmds): Register the "maintenance with" command.
6514 * top.c (repeat_previous): Move bits from pipe_command here:
6515 Return the saved command line, if any; error out if there's no
6516 command to relaunch.
6517
6518 2019-07-03 Pedro Alves <palves@redhat.com>
6519
6520 * NEWS (New commands): Mention "maint set/show test-settings"
6521 instead of "maint test-settings".
6522 * maint-test-settings.c (maintenance_test_settings_list): Delete.
6523 (maintenance_test_settings_set_list): Rename to ...
6524 (maintenance_set_test_settings_list): ... this.
6525 (maintenance_test_settings_show_list): Rename to ...
6526 (maintenance_show_test_settings_list): ... this.
6527 (maintenance_test_settings_cmd): Delete.
6528 (maintenance_test_settings_set_cmd): ...
6529 (maintenance_set_test_settings_cmd): ... this.
6530 (maintenance_test_settings_show_cmd): ...
6531 (maintenance_show_test_settings_cmd): ... this.
6532 (maintenance_test_settings_show_value_cmd):
6533 (maintenance_show_test_settings_value_cmd): ... this.
6534 (_initialize_maint_test_settings): No longer install the "maint
6535 test-settings" prefix command. Rename "maint test-settings set"
6536 to "maint set test-settings", and "maint test-settings show" to
6537 "maint show test-settings". Adjust all subcommands.
6538
6539 2019-07-03 Pedro Alves <palves@redhat.com>
6540
6541 * maint-test-settings.c: Fix file's intro comment. Replace all
6542 references to "test-options" with references to "test-settings",
6543 in comments.
6544
6545 2019-07-03 Pedro Alves <palves@redhat.com>
6546
6547 * maint-test-settings.c (maintenance_test_settings_xxx)
6548 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
6549 New.
6550 (maintenance_test_settings_enums): Use them.
6551 (maintenance_test_settings_enum): Default to
6552 maintenance_test_settings_xxx.
6553 (_initialize_maint_test_settings): Initialize
6554 MAINTENANCE_TEST_SETTINGS_FILENAME.
6555
6556 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
6557
6558 * breakpoint.h (remove_breakpoints_inf): Change return type to
6559 void, move function documentation here.
6560 * breakpoint.c (remove_breakpoints_inf): Change return type to
6561 void, move function documentation to header.
6562
6563 2019-07-02 Pedro Alves <palves@redhat.com>
6564
6565 * NEWS (Completion improvements): Mention "info threads".
6566 * thread.c (struct info_threads_opts, info_threads_option_defs)
6567 (make_info_threads_options_def_group): New.
6568 (info_threads_command): Use gdb::option::process_options.
6569 (info_threads_command_completer): New.
6570 (_initialize_thread): Use gdb::option::build_help to build the
6571 help text for "info threads".
6572
6573 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
6574
6575 * defs.h (generic_load): Move from here...
6576 * symfile.h (generic_load): ... to here. Rename name parameter
6577 to args.
6578 * symfile.c (generic_load): Add comment.
6579
6580 2019-07-01 Tom Tromey <tromey@adacore.com>
6581
6582 * dwarf2read.c
6583 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
6584 declaration of without_params. Fix formatting.
6585
6586 2019-07-01 Tom Tromey <tromey@adacore.com>
6587
6588 * ada-exp.y (find_primitive_type): Update.
6589 * ada-lang.h (ada_lookup_symbol): Update.
6590 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
6591 parameter.
6592 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
6593
6594 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
6595
6596 PR breakpoints/24541
6597 * gdbarch.c: Regenerate.
6598 * gdbarch.h: Regenerate.
6599 * gdbarch.sh: Add 'stap_adjust_register'.
6600 * i386-tdep.c: Include '<unordered_set>'.
6601 (i386_stap_adjust_register): New function.
6602 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
6603 * stap-probe.c (stap_parse_register_operand): Call
6604 'gdbarch_stap_adjust_register'.
6605
6606 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
6607
6608 PR python/24742
6609 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
6610 * python/python.c (do_start_initialization): Use 'xmalloc'
6611 instead of 'PyMem_Malloc'.
6612
6613 2019-06-28 Tom Tromey <tromey@adacore.com>
6614
6615 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
6616 for Ada.
6617
6618 2019-06-27 Tom Tromey <tromey@adacore.com>
6619
6620 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
6621 objfile_key.
6622 (arm_find_mapping_symbol, arm_record_special_symbol)
6623 (_initialize_arm_tdep): Update.
6624 (arm_objfile_data_free): Remove.
6625
6626 2019-06-27 Tom Tromey <tromey@adacore.com>
6627
6628 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
6629 to cp_print_static_field.
6630
6631 2019-06-26 Tom Tromey <tromey@adacore.com>
6632
6633 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
6634 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
6635 declare.
6636
6637 2019-06-26 Alan Hayward <alan.hayward@arm.com>
6638
6639 * features/aarch64-core.c (create_feature_aarch64_core):
6640 Regenerate.
6641 * features/aarch64-core.xml: Add cpsr flags.
6642
6643 2019-06-26 Alan Hayward <alan.hayward@arm.com>
6644
6645 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
6646 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
6647
6648 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
6649
6650 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
6651 field.
6652 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
6653 use.
6654 (arm_record_special_symbol): Don't insert new symbol in sorted
6655 position, push it at the end.
6656
6657 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
6658
6659 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
6660 (arm_mapping_symbol_s): Remove.
6661 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
6662 (arm_mapping_symbol_vec): New typedef.
6663 (struct arm_per_objfile): Add constructor.
6664 <section_maps>: Change type to
6665 std::unique_ptr<arm_mapping_symbol_vec[]>.
6666 (arm_compare_mapping_symbols): Remove.
6667 (arm_find_mapping_symbol): Adjust to section_maps type change.
6668 (arm_objfile_data_free): Call delete on arm_per_objfile.
6669 (arm_record_special_symbol): Adjust to section_maps type change.
6670 Allocate arm_per_objfile with new.
6671
6672 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6673
6674 * cli/cli-cmds.c (alias_command): Compare the alias prefix
6675 with the command prefix.
6676
6677 2019-06-25 Tom Tromey <tom@tromey.com>
6678
6679 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
6680 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
6681
6682 2019-06-25 Tom Tromey <tom@tromey.com>
6683
6684 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
6685 type.
6686 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
6687 protected.
6688
6689 2019-06-25 Tom Tromey <tom@tromey.com>
6690
6691 * tui/tui-winsource.c
6692 (tui_source_window_base::set_is_exec_point_at): Add check against
6693 LOA_ADDRESS.
6694
6695 2019-06-25 Tom Tromey <tom@tromey.com>
6696
6697 * tui/tui-source.c (tui_set_source_content): Don't check before
6698 xfree.
6699 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
6700
6701 2019-06-25 Tom Tromey <tom@tromey.com>
6702
6703 * tui/tui-winsource.h (tui_update_source_window_as_is)
6704 (tui_alloc_source_buffer, tui_line_is_displayed)
6705 (tui_addr_is_displayed): Change type of win_info.
6706 * tui/tui-winsource.c (tui_update_source_window_as_is)
6707 (tui_clear_source_content, tui_show_source_line)
6708 (tui_show_source_content, tui_source_window_base::refill)
6709 (tui_source_window_base::set_is_exec_point_at)
6710 (tui_source_window_base::set_is_exec_point_at)
6711 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
6712 (tui_alloc_source_buffer, tui_line_is_displayed)
6713 (tui_addr_is_displayed): Change type of win_info. Update.
6714 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6715 (tui_source_window_base::do_make_visible_with_new_height):
6716 Update.
6717 * tui/tui-source.c (tui_set_source_content)
6718 (tui_set_source_content_nil)
6719 (tui_source_window::do_scroll_vertical): Update.
6720 * tui/tui-layout.c (show_layout): Update.
6721 * tui/tui-disasm.c (tui_set_disassem_content)
6722 (tui_disasm_window::do_scroll_vertical): Update.
6723 * tui/tui-data.h (tui_win_content): Remove.
6724 (struct tui_gen_win_info) <content, content_size>: Remove.
6725 (struct tui_source_element): Add initializers and destructor.
6726 (union tui_which_element, struct tui_win_element): Remove.
6727 (struct tui_source_window_base) <content>: New field.
6728 (struct tui_data_window): Remove destructor.
6729 (tui_alloc_content, tui_free_win_content)
6730 (tui_free_all_source_wins_content): Don't declare.
6731 * tui/tui-data.c (tui_initialize_static_data): Update.
6732 (init_content_element, tui_alloc_content): Remove.
6733 (~tui_gen_win_info): Update.
6734 (~tui_data_window, tui_free_all_source_wins_content)
6735 (tui_free_win_content, free_content, free_content_elements):
6736 Remove.
6737
6738 2019-06-25 Tom Tromey <tom@tromey.com>
6739
6740 * tui/tui-winsource.h (tui_clear_source_content)
6741 (tui_erase_source_content, tui_show_source_content): Change type
6742 of win_info.
6743 * tui/tui-winsource.c (tui_clear_source_content)
6744 (tui_erase_source_content, tui_show_source_content): Change type
6745 of win_info.
6746 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6747 * tui/tui-source.h (tui_set_source_content_nil): Change type of
6748 win_info.
6749 * tui/tui-source.c (tui_set_source_content_nil): Change type of
6750 win_info.
6751 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
6752
6753 2019-06-25 Tom Tromey <tom@tromey.com>
6754
6755 * tui/tui-winsource.c (tui_clear_source_content)
6756 (tui_source_window_base::set_is_exec_point_at): Update.
6757 * tui/tui-source.c (tui_set_source_content_nil): Update.
6758 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
6759 a bool.
6760 * tui/tui-data.c (init_content_element): Update.
6761
6762 2019-06-25 Tom Tromey <tom@tromey.com>
6763
6764 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
6765 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
6766 * tui/tui-layout.c (init_and_make_win): Update.
6767 * tui/tui.h (enum tui_win_type): Update.
6768 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
6769 tui_win_is_auxillary.
6770 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
6771 tui_win_is_auxillary.
6772
6773 2019-06-25 Tom Tromey <tom@tromey.com>
6774
6775 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
6776 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
6777 (tui_delete_data_content_windows, tui_display_all_data)
6778 (tui_data_window::do_scroll_vertical, tui_display_data_from):
6779 Update.
6780 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
6781 * tui/tui-regs.c (tui_last_regs_line_no)
6782 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
6783 (tui_show_registers): Update.
6784 (tui_show_register_group): Return void. Update.
6785 (tui_display_registers_from, tui_display_reg_element_at_line)
6786 (tui_display_registers_from_line, tui_check_register_values):
6787 Update.
6788 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
6789 member.
6790 (struct tui_data_window) <regs_content>: Now a std::vector.
6791 <regs_content_count>: Remove.
6792 (tui_add_content_elements, tui_free_data_content): Don't declare.
6793 * tui/tui-data.c (tui_data_window::clear_detail): Update.
6794 (init_content_element): Remove DATA_WIN case. Add assert.
6795 (tui_add_content_elements): Remove.
6796 (tui_data_window): Update.
6797 (tui_free_data_content): Remove.
6798 (free_content_elements): Remove DATA_WIN case.
6799
6800 2019-06-25 Tom Tromey <tom@tromey.com>
6801
6802 * tui/tui-data.c (tui_data_item_window): Update.
6803 * tui/tui-windata.h (tui_check_data_values): Don't declare.
6804 * tui/tui-windata.c (tui_display_all_data)
6805 (tui_display_data_from_line): Update.
6806 (tui_check_data_values): Remove.
6807 * tui/tui-regs.c (tui_show_register_group)
6808 (tui_display_reg_element_at_line): Update.
6809 * tui/tui-hooks.c (tui_register_changed)
6810 (tui_refresh_frame_and_register_information): Call
6811 tui_check_register_values.
6812 * tui/tui-data.h (struct tui_data_window) <data_content,
6813 data_content_count, data_type>: Remove.
6814 (enum tui_data_type): Remove.
6815
6816 * tui/tui-data.c (tui_data_window::clear_detail)
6817 (~tui_data_window): Update.
6818
6819 2019-06-25 Tom Tromey <tom@tromey.com>
6820
6821 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
6822 declare.
6823 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
6824 Rename from tui_first_data_item_displayed. Update.
6825 (tui_data_window::refresh_all)
6826 (tui_data_window::do_scroll_vertical): Update.
6827 * tui/tui-data.h (struct tui_data_window)
6828 <first_data_item_displayed>: Declare new method.
6829
6830 2019-06-25 Tom Tromey <tom@tromey.com>
6831
6832 * tui/tui-data.h (tui_init_generic_part): Don't declare.
6833 * tui/tui-data.c (tui_init_generic_part): Remove, moving
6834 contents...
6835 (tui_initialize_static_data): ...here.
6836
6837 2019-06-25 Tom Tromey <tom@tromey.com>
6838
6839 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6840 (tui_display_registers_from, tui_check_register_values): Update.
6841 (tui_display_register): Remove win_info parameter; update.
6842 (tui_get_register): Change type of parameters.
6843 * tui/tui-data.h (struct tui_data_element): Remove.
6844 (union tui_which_element) <data>: Remove.
6845 <data_window>: Change type.
6846 (struct tui_data_item_window): New.
6847 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
6848 case. Add assert.
6849 (~tui_data_item_window): New destructor.
6850 (free_content_elements): Remove DATA_ITEM_WIN case.
6851
6852 2019-06-25 Tom Tromey <tom@tromey.com>
6853
6854 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
6855 Remove.
6856
6857 2019-06-25 Tom Tromey <tom@tromey.com>
6858
6859 * tui/tui-data.h (struct tui_command_element): Remove.
6860 (union tui_which_element) <command>: Remove.
6861 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
6862 assert.
6863 (free_content_elements): Remove CMD_WIN case.
6864
6865 2019-06-25 Tom Tromey <tom@tromey.com>
6866
6867 * tui/tui-layout.c (tui_set_layout): Update.
6868 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
6869 * tui/tui-data.c (layout_def): Update.
6870
6871 2019-06-25 Tom Tromey <tom@tromey.com>
6872
6873 * tui/tui-wingeneral.c (tui_refresh_all): Update.
6874 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6875 (tui_source_window_base::set_new_height): Update.
6876 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
6877 Update.
6878 (tui_set_locator_fullname, tui_set_locator_info)
6879 (tui_show_frame_info): Update.
6880 * tui/tui-source.c (tui_set_source_content)
6881 (tui_source_is_displayed): Update.
6882 * tui/tui-layout.c (show_source_disasm_command, show_data)
6883 (show_source_or_disasm_and_command): Update.
6884 * tui/tui-disasm.c (tui_set_disassem_content)
6885 (tui_get_begin_asm_address): Update.
6886 * tui/tui-data.h (struct tui_locator_element): Remove.
6887 (union tui_which_element) <locator>: Remove.
6888 (struct tui_locator_window): New.
6889 (tui_locator_win_info_ptr): Change return type.
6890 * tui/tui-data.c (_locator): Change type.
6891 (tui_locator_win_info_ptr): Change return type.
6892 (init_content_element): Remove LOCATOR_WIN case. Add assert.
6893 (tui_alloc_content): Add assert.
6894
6895 2019-06-25 Tom Tromey <tom@tromey.com>
6896
6897 * tui/tui-winsource.c
6898 (tui_exec_info_window::maybe_allocate_content): New method.
6899 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
6900 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
6901 (make_source_or_disasm_window): Add cast.
6902 * tui/tui-data.h (union tui_which_element) <simple_string>:
6903 Remove.
6904 (struct tui_source_info): New.
6905 (struct tui_source_window_base) <execution_info>: Change type.
6906 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
6907 case, and add assert.
6908 (tui_alloc_content): Add assert.
6909
6910 2019-06-25 Tom Tromey <tom@tromey.com>
6911
6912 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
6913 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
6914 * tui/tui-data.c (tui_alloc_win_info): Remove.
6915
6916 2019-06-25 Tom Tromey <tom@tromey.com>
6917
6918 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
6919 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
6920 can_highlight.
6921
6922 2019-06-25 Tom Tromey <tom@tromey.com>
6923
6924 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
6925 make_visible_with_new_height method.
6926 (tui_win_info::make_visible_with_new_height): New method.
6927 (tui_source_window_base::do_make_visible_with_new_height)
6928 (tui_data_window::do_make_visible_with_new_height)
6929 (tui_cmd_window::do_make_visible_with_new_height): New methods.
6930 (make_visible_with_new_height): Remove.
6931 (tui_resize_all, tui_adjust_win_heights): Use
6932 make_visible_with_new_height method.
6933 * tui/tui-data.h (struct tui_win_info)
6934 <do_make_visible_with_new_height, make_visible_with_new_height>:
6935 New methods.
6936 (struct tui_source_window_base, struct tui_data_window)
6937 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
6938 methods.
6939
6940 2019-06-25 Tom Tromey <tom@tromey.com>
6941
6942 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
6943 method.
6944 (update_tab_width): Call update_tab_width method.
6945 * tui/tui-data.h (struct tui_win_info)
6946 (struct tui_source_window_base) <update_tab_width>: New methods.
6947
6948 2019-06-25 Tom Tromey <tom@tromey.com>
6949
6950 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
6951 parameter.
6952 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
6953 parameter.
6954 (tui_gen_win_info::make_visible): Update.
6955 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
6956 parameter.
6957 * tui/tui-data.h (enum tui_box): New enum.
6958 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
6959
6960 2019-06-25 Tom Tromey <tom@tromey.com>
6961
6962 * tui/tui-layout.c (make_source_or_disasm_window): Always use
6963 init_and_make_win for EXEC_INFO_WIN.
6964 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
6965 longer inline.
6966 (struct tui_win_info) <~tui_win_info>: Inline.
6967 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6968 Don't declare.
6969 * tui/tui-data.c (source_win, disasm_win): Remove globals.
6970 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6971 Remove.
6972 (tui_initialize_static_data): Update.
6973 (~tui_gen_win_info): Handle more cleanup here.
6974 (~tui_source_window_base): Delete "execution_info".
6975 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
6976
6977 2019-06-25 Tom Tromey <tom@tromey.com>
6978
6979 * tui/tui-layout.c (make_command_window): Don't set
6980 can_highlight.
6981 (show_source_disasm_command): Call the reset method.
6982 (show_data): Don't set can_highlight. Call the reset method.
6983 (tui_gen_win_info::reset): Rename from init_gen_win_info
6984 (init_and_make_win): Simplify. Return tui_gen_win_info.
6985 (show_source_or_disasm_and_command): Call the reset method.
6986 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
6987 (struct tui_cmd_window): Set can_highlight.
6988
6989 2019-06-25 Tom Tromey <tom@tromey.com>
6990
6991 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
6992 from make_visible.
6993 (tui_make_visible, tui_make_invisible): Rewrite.
6994 (tui_win_info::make_visible): Remove.
6995 (tui_source_window_base::make_visible): Update.
6996 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
6997 method. Moved from...
6998 (struct tui_win_info) <make_visible>: ...here.
6999
7000 2019-06-25 Tom Tromey <tom@tromey.com>
7001
7002 * tui/tui-winsource.c
7003 (tui_source_window_base::do_scroll_horizontal): Remove direction
7004 parameter.
7005 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
7006 direction parameter.
7007 * tui/tui-win.c (tui_win_info::forward_scroll)
7008 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7009 (tui_win_info::right_scroll): Update.
7010 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
7011 direction parameter.
7012 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
7013 direction parameter.
7014 * tui/tui-data.h (enum tui_scroll_direction): Remove.
7015 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
7016 Remove direction parameter.
7017 (struct tui_source_window_base, struct tui_source_window)
7018 (struct tui_disasm_window, struct tui_data_window)
7019 (struct tui_cmd_window): Update.
7020
7021 2019-06-25 Tom Tromey <tom@tromey.com>
7022
7023 * tui/tui-winsource.h (tui_set_exec_info_content)
7024 (tui_show_exec_info_content, tui_erase_exec_info_content)
7025 (tui_clear_exec_info_content, tui_update_exec_info): Change
7026 argument to tui_source_window_base.
7027 * tui/tui-winsource.c (tui_set_exec_info_content)
7028 (tui_show_exec_info_content, tui_erase_exec_info_content)
7029 (tui_clear_exec_info_content, tui_update_exec_info): Change
7030 argument to tui_source_window_base.
7031
7032 2019-06-25 Tom Tromey <tom@tromey.com>
7033
7034 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
7035 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
7036
7037 2019-06-25 Tom Tromey <tom@tromey.com>
7038
7039 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
7040 check.
7041
7042 2019-06-25 Tom Tromey <tom@tromey.com>
7043
7044 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
7045 type to void.
7046 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
7047 type to void.
7048 * tui/tui-source.c (tui_set_source_content): Update.
7049 * tui/tui-disasm.c (tui_set_disassem_content): Update.
7050
7051 2019-06-25 Tom Tromey <tom@tromey.com>
7052
7053 * tui/tui-win.c (window_name_completer, tui_set_focus)
7054 (tui_all_windows_info): Use name method.
7055 * tui/tui-data.h (struct tui_gen_win_info)
7056 (struct tui_source_window, struct tui_disasm_window)
7057 (struct tui_data_window, struct tui_cmd_window) <name>: New
7058 method.
7059 (tui_win_name): Don't declare.
7060 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
7061 (tui_win_name): Remove.
7062
7063 2019-06-25 Tom Tromey <tom@tromey.com>
7064
7065 * tui/tui-winsource.h (tui_update_source_window)
7066 (tui_update_source_window_as_is): Change parameter type.
7067 * tui/tui-winsource.c (tui_update_source_window): Change win_info
7068 to be a tui_source_window_base.
7069 (tui_update_source_window_as_is): Likewise.
7070 * tui/tui-win.c (make_visible_with_new_height): Update.
7071
7072 2019-06-25 Tom Tromey <tom@tromey.com>
7073
7074 * tui/tui-winsource.c (tui_erase_source_content)
7075 (tui_show_source_content, tui_show_exec_info_content)
7076 (tui_erase_exec_info_content): Use refresh_window method.
7077 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
7078 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
7079 from tui_refresh_win.
7080 (tui_data_window::refresh_window): New method.
7081 (tui_win_info::refresh, tui_source_window_base::refresh)
7082 (tui_refresh_all): Use refresh_window method.
7083 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
7084 method.
7085 * tui/tui-regs.c (tui_display_register): Call refresh_window
7086 method.
7087 * tui/tui-layout.c (show_source_disasm_command)
7088 (show_source_or_disasm_and_command): Call refresh_window method.
7089 * tui/tui-data.h (struct tui_gen_win_info)
7090 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
7091 New method.
7092
7093 2019-06-25 Tom Tromey <tom@tromey.com>
7094
7095 * tui/tui.c (tui_rl_other_window, tui_enable)
7096 (tui_is_window_visible, tui_get_command_dimension): Update.
7097 * tui/tui-winsource.c (tui_update_source_window_as_is)
7098 (tui_clear_source_content, tui_erase_source_content)
7099 (tui_show_source_line, tui_source_window_base::refill)
7100 (tui_source_window_base::do_scroll_horizontal)
7101 (tui_source_window_base::set_is_exec_point_at)
7102 (tui_update_breakpoint_info, tui_set_exec_info_content)
7103 (tui_alloc_source_buffer, tui_line_is_displayed)
7104 (tui_addr_is_displayed): Update.
7105 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7106 (tui_check_and_display_highlight_if_needed)
7107 (tui_win_info::make_visible, tui_win_info::refresh)
7108 (tui_refresh_all): Update.
7109 * tui/tui-windata.c (tui_first_data_item_displayed)
7110 (tui_delete_data_content_windows, tui_erase_data_content)
7111 (tui_display_all_data, tui_data_window::refresh_all)
7112 (tui_check_data_values): Update.
7113 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
7114 (tui_set_win_focus_to, tui_win_info::forward_scroll)
7115 (tui_win_info::backward_scroll, tui_refresh_all_win)
7116 (tui_resize_all, tui_set_focus, tui_all_windows_info)
7117 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
7118 (tui_source_window_base::set_new_height)
7119 (tui_data_window::set_new_height)
7120 (make_invisible_and_set_new_height)
7121 (make_visible_with_new_height, new_height_ok)
7122 (parse_scrolling_args): Update.
7123 * tui/tui-stack.c (tui_show_frame_info): Update.
7124 * tui/tui-source.c (tui_set_source_content)
7125 (tui_set_source_content_nil, tui_source_is_displayed)
7126 (tui_source_window::do_scroll_vertical): Update.
7127 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7128 (tui_display_registers_from, tui_display_reg_element_at_line)
7129 (tui_check_register_values, tui_reg_command): Update.
7130 * tui/tui-layout.c (tui_default_win_height)
7131 (show_source_disasm_command, show_data, init_and_make_win)
7132 (show_source_or_disasm_and_command): Update.
7133 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
7134 (tui_redisplay_readline, tui_mld_flush)
7135 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
7136 (tui_getc): Update.
7137 * tui/tui-disasm.c (tui_set_disassem_content)
7138 (tui_disasm_window::do_scroll_vertical): Update.
7139 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
7140 Now virtual.
7141 (struct tui_win_info): Derive from tui_gen_win_info.
7142 <~tui_win_info>: Mark as override.
7143 <generic>: Remove member.
7144 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
7145 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
7146 (~tui_data_window, ~tui_win_info)
7147 (tui_free_all_source_wins_content): Update.
7148 * tui/tui-command.c (tui_refresh_cmd_win): Update.
7149
7150 2019-06-25 Tom Tromey <tom@tromey.com>
7151
7152 * tui/tui-layout.c (init_and_make_win): Use new.
7153 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
7154 destructor, initializers.
7155 (tui_alloc_generic_win_info): Don't declare.
7156 * tui/tui-data.c (_locator): Add argument to constructor.
7157 (source_win, disasm_win): New globals.
7158 (exec_info): Remove.
7159 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7160 Update.
7161 (tui_alloc_generic_win_info): Remove.
7162 (init_content_element): Use new.
7163 (tui_win_info::tui_win_info): Update.
7164 (free_content_elements) <case DATA_WIN>: Use delete.
7165
7166 2019-06-25 Tom Tromey <tom@tromey.com>
7167
7168 * tui/tui-wingeneral.c (tui_refresh_win): Update.
7169 * tui/tui-windata.c (tui_first_data_item_displayed)
7170 (tui_delete_data_content_windows): Update.
7171 * tui/tui-win.c (tui_data_window::set_new_height): Update.
7172 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7173 (tui_display_registers_from, tui_check_register_values): Update.
7174 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
7175 pointer.
7176 * tui/tui-data.c (init_content_element): Update. Allocate the new
7177 window.
7178 (tui_free_data_content): Update.
7179 (free_content_elements) <case DATA_WIN>: Free the window.
7180
7181 2019-06-25 Tom Tromey <tom@tromey.com>
7182
7183 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
7184 Update.
7185 * tui/tui-layout.c (make_command_window)
7186 (show_source_disasm_command, show_data, init_and_make_win)
7187 (show_source_or_disasm_and_command): Update.
7188 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
7189 method.
7190 <can_highight, is_highlighted>: Now bool.
7191 (tui_set_win_highlight): Don't declare.
7192 * tui/tui-data.c (tui_set_win_highlight): Remove.
7193
7194 2019-06-25 Tom Tromey <tom@tromey.com>
7195
7196 * tui/tui-wingeneral.c (make_visible): Remove check of window
7197 type.
7198
7199 2019-06-25 Tom Tromey <tom@tromey.com>
7200
7201 * tui/tui-win.c (tui_win_info::max_height)
7202 (tui_cmd_window::max_height): New methods.
7203 (new_height_ok): Call max_height.
7204 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
7205 <max_height>: New method.
7206
7207 2019-06-25 Tom Tromey <tom@tromey.com>
7208
7209 * tui/tui-win.c (tui_source_window_base::set_new_height)
7210 (tui_data_window::set_new_height): New methods.
7211 (make_invisible_and_set_new_height): Call set_new_height method.
7212 * tui/tui-data.h (struct tui_win_info)
7213 (struct tui_source_window_base, struct tui_data_window)
7214 <set_new_height>: New method.
7215
7216 2019-06-25 Tom Tromey <tom@tromey.com>
7217
7218 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
7219 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
7220 tui_refresh_data_win.
7221 * tui/tui-win.c (tui_source_window_base::refresh_all): New
7222 method.
7223 (tui_refresh_all_win): Call the refresh_all method.
7224 (tui_set_focus): Likewise.
7225 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
7226 (struct tui_source_window_base, struct tui_data_window) <refresh>:
7227 Likewise.
7228
7229 2019-06-25 Tom Tromey <tom@tromey.com>
7230
7231 * tui/tui-winsource.h (tui_refill_source_window)
7232 (tui_set_is_exec_point_at): Don't declare.
7233 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
7234 (tui_source_window_base::refill): Rename from
7235 tui_refill_source_window.
7236 (tui_source_window_base::do_scroll_horizontal): Update.
7237 (tui_source_window_base::set_is_exec_point_at): Rename from
7238 tui_set_is_exec_point_at.
7239 (tui_update_all_breakpoint_info): Update.
7240 * tui/tui-stack.c (tui_show_frame_info): Update.
7241 * tui/tui-layout.c (show_data): Add cast.
7242 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
7243 * tui/tui-data.h (struct tui_source_window_base) <refill,
7244 set_is_exec_point_at>: New methods.
7245 (tui_source_windows, tui_add_to_source_windows): Update types.
7246 (tui_add_to_source_windows): Remove redundant declaration.
7247 * tui/tui-data.c (source_windows): Store tui_source_window_base.
7248 (tui_source_windows): Change return type.
7249 (tui_clear_source_windows_detail): Update.
7250 (tui_add_to_source_windows): Change type of parameter.
7251 (tui_free_all_source_wins_content): Update.
7252
7253 2019-06-25 Tom Tromey <tom@tromey.com>
7254
7255 * tui/tui-wingeneral.c (tui_win_info::refresh)
7256 (tui_source_window_base::refresh): New methods.
7257 (tui_refresh_all): Call the refresh method.
7258 * tui/tui-data.h (struct tui_win_info)
7259 (struct tui_source_window_base) <refresh>: New method.
7260
7261 2019-06-25 Tom Tromey <tom@tromey.com>
7262
7263 * tui/tui.h (tui_is_window_visible): Return bool.
7264 * tui/tui.c (tui_is_window_visible): Return bool.
7265 * tui/tui-wingeneral.c (tui_make_window, make_visible)
7266 (tui_make_visible, tui_make_invisible)
7267 (tui_win_info::make_visible)
7268 (tui_source_window_base::make_visible, make_all_visible)
7269 (tui_make_all_visible, tui_make_all_invisible): Update.
7270 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
7271 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
7272 bool.
7273 (struct tui_win_info, struct tui_source_window_base)
7274 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
7275 * tui/tui-data.c (tui_init_generic_part): Update.
7276
7277 2019-06-25 Tom Tromey <tom@tromey.com>
7278
7279 * tui/tui-wingeneral.c (tui_win_info::make_visible)
7280 (tui_source_window_base::make_visible): New methods.
7281 (make_all_visible): Make method call.
7282 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
7283 (struct tui_source_window_base, struct tui_cmd_window): Override
7284 make_visible.
7285 (tui_win_is_source_type): Don't declare.
7286 * tui/tui-data.c (tui_win_is_source_type): Remove.
7287
7288 2019-06-25 Tom Tromey <tom@tromey.com>
7289
7290 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
7291 NULL check.
7292
7293 2019-06-25 Tom Tromey <tom@tromey.com>
7294
7295 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
7296 Inline constructor. Add initializers for members.
7297 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
7298 constructors; now inline in class.
7299
7300 2019-06-25 Tom Tromey <tom@tromey.com>
7301
7302 * tui/tui-regs.c (tui_show_registers): Update.
7303 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
7304 bool.
7305 * tui/tui-data.c (tui_data_window::clear_detail)
7306 (tui_data_window): Update.
7307
7308 2019-06-25 Tom Tromey <tom@tromey.com>
7309
7310 * tui/tui-windata.c (tui_display_all_data)
7311 (tui_display_data_from_line, tui_display_data_from)
7312 (tui_check_data_values, tui_data_window::do_scroll_vertical):
7313 Update.
7314 * tui/tui-regs.c (tui_last_regs_line_no)
7315 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
7316 (tui_show_registers, tui_show_register_group)
7317 (tui_display_registers_from, tui_display_reg_element_at_line)
7318 (tui_display_registers_from_line, tui_check_register_values)
7319 (tui_reg_next, tui_reg_prev): Update.
7320 * tui/tui-layout.c (tui_set_layout, show_data): Update.
7321 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
7322 tui_data_window.
7323 (struct tui_win_info) <detail>: Remove. Add new fields from
7324 tui_data_info.
7325 (TUI_DATA_WIN): Add cast.
7326 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
7327 (~tui_data_window): Simplify.
7328
7329 2019-06-25 Tom Tromey <tom@tromey.com>
7330
7331 * tui/tui-layout.c (show_source_disasm_command)
7332 (show_source_or_disasm_and_command): Update.
7333 * tui/tui-io.c (update_cmdwin_start_line)
7334 (tui_redisplay_readline): Update.
7335 * tui/tui-data.h (struct tui_command_info): Remove.
7336 (struct tui_win_info) <detail>: Remove command_info member.
7337 (struct tui_data_window) <start_line>: New member, from
7338 tui_command_info.
7339 (TUI_CMD_WIN): Add casts.
7340
7341 2019-06-25 Tom Tromey <tom@tromey.com>
7342
7343 * tui/tui-winsource.c (tui_update_source_window)
7344 (tui_refill_source_window)
7345 (tui_source_window_base::do_scroll_horizontal)
7346 (tui_update_breakpoint_info, tui_set_exec_info_content)
7347 (tui_show_exec_info_content, tui_erase_exec_info_content)
7348 (tui_clear_exec_info_content): Update.
7349 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
7350 Update.
7351 * tui/tui-win.c (make_invisible_and_set_new_height)
7352 (make_visible_with_new_height): Update.
7353 * tui/tui-source.c (tui_set_source_content)
7354 (tui_show_symtab_source): Update.
7355 * tui/tui-layout.c (extract_display_start_addr)
7356 (show_source_disasm_command, show_data)
7357 (make_source_or_disasm_window)
7358 (show_source_or_disasm_and_command): Update.
7359 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
7360 (tui_disasm_window::do_scroll_vertical): Remove shadowing
7361 "gdbarch".
7362 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
7363 to tui_source_window_base.
7364 (struct tui_win_info) <detail>: Remove source_info member.
7365 (struct tui_source_window_base) <has_locator>: Inline.
7366 Move contents from tui_source_info; rename has_locator member to
7367 m_has_locator.
7368 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
7369 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
7370 header file.
7371 (tui_source_window_base::clear_detail, ~tui_source_window_base):
7372 Simplify.
7373 (tui_free_all_source_wins_content): Cast to
7374 tui_source_window_base.
7375
7376 2019-06-25 Tom Tromey <tom@tromey.com>
7377
7378 * tui/tui-win.c (make_invisible_and_set_new_height)
7379 (make_visible_with_new_height): Call has_locator method.
7380 * tui/tui-layout.c (show_source_disasm_command, show_data)
7381 (show_source_or_disasm_and_command): Update for bool change.
7382 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
7383 (tui_win_info) <has_locator>: New method.
7384 (struct tui_source_window_base) <has_locator>: New method.
7385 (tui_win_has_locator): Don't declare.
7386 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
7387 from tui_win_has_locator.
7388 (tui_source_window_base): Use false, not FALSE.
7389
7390 2019-06-25 Tom Tromey <tom@tromey.com>
7391
7392 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
7393 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
7394 clear_detail method directly.
7395 (tui_clear_win_detail): Remove.
7396
7397 2019-06-25 Tom Tromey <tom@tromey.com>
7398
7399 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
7400 "this", not TUI_DISASM_WIN.
7401
7402 2019-06-25 Tom Tromey <tom@tromey.com>
7403
7404 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
7405 declare.
7406 * tui/tui-winsource.c
7407 (tui_source_window_base::do_scroll_horizontal): Rename from
7408 tui_horizontal_source_scroll.
7409 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
7410 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
7411 from tui_vertical_data_scroll.
7412 * tui/tui-win.h (tui_scroll): Don't declare.
7413 * tui/tui-win.c (tui_win_info::forward_scroll)
7414 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7415 (tui_win_info::right_scroll): Rename and update.
7416 (tui_scroll_forward_command, tui_scroll_backward_command)
7417 (tui_scroll_left_command, tui_scroll_right_command): Update.
7418 (tui_scroll): Remove.
7419 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
7420 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
7421 from tui_vertical_source_scroll.
7422 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
7423 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
7424 from tui_vertical_disassem_scroll.
7425 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
7426 do_scroll_horizontal>: New methods.
7427 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
7428 Likewise.
7429 (struct tui_source_window_base): Add do_scroll_horizontal.
7430 (struct tui_source_window, struct tui_disasm_window): Add
7431 do_scroll_vertical.
7432 (struct tui_data_window, struct tui_cmd_window): Add
7433 do_scroll_horizontal and do_scroll_vertical.
7434 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
7435
7436 2019-06-25 Tom Tromey <tom@tromey.com>
7437
7438 * tui/tui-data.h (struct tui_source_window_base): New struct.
7439 (struct tui_source_window): Derive from tui_source_window_base.
7440 (struct tui_disasm_window): New struct.
7441 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
7442 from tui_source_window::clear_detail.
7443 (tui_source_window_base): Rename from tui_source_window.
7444 (~tui_source_window_base): Rename from ~tui_source_window.
7445 (tui_alloc_win_info): Create a tui_disasm_window.
7446
7447 2019-06-25 Tom Tromey <tom@tromey.com>
7448
7449 * tui/tui-data.h (struct tui_source_window)
7450 (struct tui_data_window): Declare destructors.
7451 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
7452 destructors.
7453 (tui_win_info): Simplify.
7454
7455 2019-06-25 Tom Tromey <tom@tromey.com>
7456
7457 * tui/tui-winsource.c (tui_display_main)
7458 (tui_update_source_windows_with_addr)
7459 (tui_update_all_breakpoint_info): Update.
7460 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7461 (new_height_ok, parse_scrolling_args): Update.
7462 * tui/tui-stack.c (tui_show_frame_info): Update.
7463 * tui/tui-data.h (struct tui_list): Remove.
7464 (tui_source_windows): Return a reference to a std::vector.
7465 * tui/tui-data.c (source_windows): Now a std::vector.
7466 (tui_source_windows): Change return type.
7467 (tui_clear_source_windows): Rewrite.
7468 (tui_clear_source_windows_detail, tui_add_to_source_windows)
7469 (tui_free_all_source_wins_content): Rewrite.
7470
7471 2019-06-25 Tom Tromey <tom@tromey.com>
7472
7473 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
7474 (struct tui_data_window, struct tui_cmd_window): Declare
7475 clear_detail method.
7476 * tui/tui-data.c (tui_source_window::clear_detail)
7477 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
7478 methods.
7479 (tui_clear_win_detail): Simplify.
7480
7481 2019-06-25 Tom Tromey <tom@tromey.com>
7482
7483 * tui/tui-layout.c (make_source_window, make_disasm_window)
7484 (make_source_or_disasm_window): Remove win_info_ptr parameter.
7485 Return the new window.
7486 (show_source_disasm_command, show_data)
7487 (show_source_or_disasm_and_command): Update.
7488
7489 2019-06-25 Tom Tromey <tom@tromey.com>
7490
7491 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
7492 parameter. Return the new window.
7493 (show_source_disasm_command): Update and remove NULL check.
7494 (show_source_or_disasm_and_command): Update.
7495
7496 2019-06-25 Tom Tromey <tom@tromey.com>
7497
7498 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
7499
7500 2019-06-25 Tom Tromey <tom@tromey.com>
7501
7502 * tui/tui-data.h (struct tui_win_info): Make constructor
7503 protected. Make destructor virtual. Add initializers.
7504 (tui_source_window, tui_data_window, tui_cmd_window): New
7505 classes.
7506 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
7507 constructor. Add "type" parameter.
7508 (tui_source_window, tui_data_window, tui_cmd_window): New
7509 constructors.
7510 (tui_alloc_win_info): Instantiate the appropriate subclass.
7511
7512 2019-06-25 Tom Tromey <tom@tromey.com>
7513
7514 * tui/tui-win.c (tui_resize_all): Use delete.
7515 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
7516 destructor.
7517 (tui_free_window): Don't declare.
7518 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
7519 Update.
7520
7521 2019-06-25 Tom Tromey <tom@tromey.com>
7522
7523 * tui/tui-data.h (struct tui_win_info): Add constructor.
7524 * tui/tui-data.c (tui_alloc_win_info): Use new.
7525 (tui_free_window): Use delete.
7526
7527 2019-06-22 Tom Tromey <tom@tromey.com>
7528
7529 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
7530 declare.
7531 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
7532
7533 2019-06-22 Tom Tromey <tom@tromey.com>
7534
7535 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
7536 declare.
7537 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
7538
7539 2019-06-22 Tom de Vries <tdevries@suse.de>
7540
7541 * dwarf2read.c (create_addrmap_from_aranges)
7542 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
7543 instead of '%zu'.
7544
7545 2019-06-21 Simon Marchi <simon.marchi@efficios.com>
7546
7547 * dwarf2read.h (dwarf2_section_info_def): Remove.
7548 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
7549 * dwarf2read.c (struct dwo_sections) <types>: Change type to
7550 std::vector<dwarf2_section_info>.
7551 (struct dwo_file) <~dwo_file>: Remove.
7552 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
7553 types field.
7554 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
7555 (dwarf2_read_debug_names): Likewise.
7556 (create_debug_types_hash_table): Change parameter type to
7557 array_view, adjust code accordingly.
7558 (dwarf2_locate_dwo_sections): Adjust to std::vector.
7559 (partial_die_info::fixup): Likewise.
7560 (determine_prefix): Likewise.
7561 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
7562
7563 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
7564
7565 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
7566 gdb_bfd_ref_ptr.
7567 <~dwo_file>: Remove call to gdb_bfd_unref.
7568 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
7569 gdb_bfd_ref_ptr::get.
7570
7571 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
7572
7573 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
7574 type to htab_up.
7575 * dwarf2read.c (struct dwo_file): Initialize fields.
7576 <~dwo_file>: New.
7577 (free_dwo_file): Remove, move content to ~dwo_file.
7578 (struct dwo_file_deleter): Remove.
7579 (dwo_file_up>: Remove custom deleter.
7580 (free_dwo_files): Remove.
7581 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
7582 dwo_files.
7583 (process_skeletonless_type_units): Call unique_ptr::get.
7584 (allocate_dwo_file_hash_table): Add deleter to created hash
7585 table. Change return type to htab_up.
7586 (lookup_dwo_file_slot): Don't memset dwo_file, call
7587 unique_ptr::get.
7588 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
7589 (create_dwo_unit_in_dwp_v2): Likewise.
7590 (open_and_init_dwo_file): Likewise.
7591 (free_dwo_file_from_slot): Remove.
7592
7593 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
7594
7595 * dwarf2read.h (struct dwarf2_section_info) <readin,
7596 is_virtual>: Change type to bool.
7597 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
7598 true instead of 1.
7599
7600 2019-06-19 Tom Tromey <tom@tromey.com>
7601
7602 * tui/tui-data.h (tui_init_content_element): Don't declare.
7603
7604 2019-06-19 Tom Tromey <tom@tromey.com>
7605
7606 * tui/tui-data.h (tui_init_win_info): Don't declare.
7607
7608 2019-06-19 Tom de Vries <tdevries@suse.de>
7609
7610 * dwarf2read.h (abstract_to_concrete): Change type to
7611 std::unordered_map<sect_offset, std::vector<sect_offset>,
7612 gdb::hash_enum<sect_offset>>.
7613
7614 2019-06-19 Tom Tromey <tromey@adacore.com>
7615
7616 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
7617 EVAL_AVOID_SIDE_EFFECTS specially.
7618
7619 2019-06-19 Tom Tromey <tromey@adacore.com>
7620
7621 * source-cache.c (highlighter): New global.
7622 (source_cache::get_source_lines): Create a highlighter on demand.
7623
7624 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
7625
7626 * defs.h (deprecated_interactive_hook): Delete declaration.
7627 * interps.c (clear_interpreter_hooks): Remove use of
7628 deprecated_interactive_hook.
7629 * top.c (deprecated_interactive_hook): Delete definition.
7630 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
7631
7632 2019-06-18 Tom de Vries <tdevries@suse.de>
7633
7634 PR gdb/24515
7635 * dwarf2read.h (abstract_to_concrete): Change type from
7636 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
7637 std::unordered_map<sect_offset, std::vector<sect_offset>>.
7638 * dwarf2read.c (read_variable): Update.
7639 (dwarf2_fetch_die_loc_sect_off): Update.
7640
7641 2019-06-17 Tom de Vries <tdevries@suse.de>
7642
7643 PR gdb/24617
7644 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
7645 accessing parent[parent_len - 1].
7646
7647 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7648
7649 PR gdb/24364
7650 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
7651 call dtrace_process_dof with NULL dof.
7652
7653 2019-06-16 Tom de Vries <tdevries@suse.de>
7654
7655 PR gdb/24445
7656 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
7657
7658 2019-06-16 Tom Tromey <tom@tromey.com>
7659
7660 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7661 (make_all_visible): Use address of member.
7662
7663 2019-06-16 Tom Tromey <tom@tromey.com>
7664
7665 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
7666 (tui_free_window, free_content, free_content_elements): Remove
7667 unnecessary cast.
7668 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
7669 cast.
7670 * tui/tui-regs.c (tui_show_register_group)
7671 (tui_display_registers_from, tui_display_reg_element_at_line):
7672 Remove unnecessary cast.
7673
7674 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7675
7676 * linux-nat.c (normal_mask): Delete.
7677 (_initialize_linux_nat): Don't initialise normal_mask.
7678
7679 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
7680
7681 PR gdb/24445
7682 * dwarf-index-write.h (write_psymtabs_to_index): Add
7683 dwz_basename parameter.
7684 * dwarf-index-write.c (write_gdbindex): Move file writing to
7685 write_gdbindex_1. Change return type void.
7686 (assert_file_size): Move up, remove filename parameter.
7687 (write_gdbindex_1): New function.
7688 (write_debug_names): Change return type to void, call
7689 assert_file_size.
7690 (struct index_wip_file): New struct.
7691 (write_psymtabs_to_index): Add dwz_basename parameter. Move
7692 file logic to index_wip_file. Write index for dwz file if
7693 needed.
7694 (save_gdb_index_command): Pass basename of dwz file, if present.
7695 * dwarf-index-cache.c (index_cache::store): Obtain and pass
7696 build-id of dwz file, if present.
7697 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
7698 (dwarf2_get_dwz_file): Likewise.
7699 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
7700 (dwarf2_get_dwz_file): Likewise.
7701
7702 2019-06-16 Tom Tromey <tom@tromey.com>
7703
7704 * coffread.c (process_coff_symbol): Use xstrdup.
7705 * value.c (create_internalvar): Use xstrdup.
7706
7707 2019-06-16 Tom Tromey <tom@tromey.com>
7708
7709 * valops.c (value_cast, value_slice): Remove unnecessary cast.
7710 * breakpoint.c (stopin_command, stopat_command)
7711 (until_break_command, decode_location_default): Remove unnecessary
7712 cast.
7713 * utils.c (subset_compare): Remove unnecessary cast.
7714 * ada-lang.c (ada_update_initial_language): Remove unnecessary
7715 cast.
7716 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
7717 cast.
7718 * infcmd.c (path_command): Remove unnecessary cast.
7719 * coffread.c (decode_type): Remove unnecessary cast.
7720 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
7721 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
7722 * tui/tui-stack.c (tui_show_locator_content)
7723 (tui_show_frame_info): Remove unnecessary cast.
7724 * tui/tui-win.c (tui_scroll_forward_command)
7725 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
7726 (parse_scrolling_args): Remove unnecessary cast.
7727 * tui/tui-data.c (init_win_info, tui_del_window)
7728 (tui_free_window, tui_del_data_windows, tui_free_data_content)
7729 (free_content_elements): Remove unnecessary cast.
7730 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
7731 unnecessary cast.
7732 * tui/tui-source.c (tui_set_source_content)
7733 (tui_vertical_source_scroll): Remove unnecessary cast.
7734 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
7735 cast.
7736 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
7737 * tui/tui-regs.c (tui_display_registers_from)
7738 (tui_display_register): Remove unnecessary cast.
7739 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
7740 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
7741 (make_visible): Remove unnecessary cast.
7742 * tui/tui-winsource.c (tui_erase_source_content)
7743 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
7744 unnecessary cast.
7745 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
7746 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
7747 * stabsread.c (read_type, read_array_type, read_range_type):
7748 Remove unnecessary cast.
7749 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
7750 (parse_symbol, parse_type, upgrade_type, parse_external)
7751 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
7752 unnecessary cast.
7753 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
7754
7755 2019-06-16 Tom Tromey <tom@tromey.com>
7756
7757 * tui/tui-data.c (tui_alloc_generic_win_info)
7758 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
7759 checks.
7760
7761 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7762 Andrew Burgess <andrew.burgess@embecosm.com>
7763
7764 * f-typeprint.c (f_print_type): Don't return early for not
7765 associated or not allocated types.
7766 (f_type_print_varspec_suffix): Add print_rank parameter and print
7767 ranks of array types in case they dangling.
7768 (f_type_print_base): Add print_rank parameter.
7769
7770 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7771
7772 * NEWS: Mention new MI commands.
7773 * break-catch-throw.c (enum exception_event_kind): Move to
7774 breakpoint.h.
7775 (print_mention_exception_catchpoint): Output text as a single
7776 message.
7777 (catch_exception_command_1): Rename to...
7778 (catch_exception_event): ...this, make non-static, update header
7779 command, and change some parameter types.
7780 (catch_catch_command): Update for changes to
7781 catch_exception_command_1.
7782 (catch_throw_command): Likewise.
7783 (catch_rethrow_command): Likewise.
7784 * breakpoint.c (enum exception_event_kind): Delete.
7785 * breakpoint.h (enum exception_event_kind): Moved here from
7786 break-catch-throw.c.
7787 (catch_exception_event): Declare.
7788 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
7789 (mi_cmd_catch_throw): New function.
7790 (mi_cmd_catch_rethrow): New function.
7791 (mi_cmd_catch_catch): New function.
7792 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
7793 'catch-catch' entries.
7794 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
7795 (mi_cmd_catch_rethrow): Declare.
7796 (mi_cmd_catch_catch): Declare.
7797
7798 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7799
7800 * annotate.c (annotate_source_line): Change return type to void,
7801 update implementation to match.
7802 * annotate.h (annotate_source_line): Change return type to void,
7803 update header comment.
7804 * stack.c (print_frame_info): Don't change what frame information
7805 is printed based on whether annotations are on or not.
7806
7807 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7808
7809 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
7810 (annotate_source): Make static.
7811 (annotate_source_line): Moved from source.c and renamed from
7812 identify_source_line. Update the return type.
7813 * annotate.h (annotate_source): Delete declaration.
7814 (annotate_source_line): Declaration moved from source.h, and
7815 renamed from identify_source_line. Return type updated.
7816 * source.c (identify_source_line): Moved to annotate.c and renamed
7817 to annotate_source_line.
7818 (info_line_command): Remove check of annotation_level.
7819 * source.h (identify_source_line): Move declaration to annotate.h
7820 and rename to annotate_source_line.
7821 * stack.c: Add 'annotate.h' include.
7822 (print_frame_info): Remove check of annotation_level before
7823 calling annotate_source_line.
7824
7825 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7826
7827 * source-cache.c (source_cache::get_plain_source_lines): Use
7828 open_source_file_with_line_charpos instead of just
7829 open_source_file, remove call to find_source_lines.
7830 (source_cache::get_source_lines): Likewise.
7831 * source.c (find_source_lines): Make static.
7832 (get_filename_and_charpos): Renamed into...
7833 (open_source_file_with_line_charpos): ..this along with changes to
7834 return a scoped_fd, and some other minor clean ups.
7835 (identify_source_line): Use open_source_file_with_line_charpos.
7836 (search_command_helper): Use open_source_file_with_line_charpos
7837 instead of just open_source_file, remove call to
7838 find_source_lines.
7839 * source.h (open_source_file_with_line_charpos): Declare new
7840 function.
7841 (find_source_lines): Delete declaration.
7842
7843 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7844
7845 * source.c (get_filename_and_charpos): Remove fullname
7846 parameter.
7847 (identify_source_line): Update call to get_filename_and_charpos.
7848
7849 2019-06-14 Tom Tromey <tromey@adacore.com>
7850
7851 PR gdb/24502:
7852 * ui-style.h (skip_ansi_escape): Update comment.
7853 * ui-file.h (class no_terminal_escape_file): New class.
7854 * ui-file.c (no_terminal_escape_file::write)
7855 (no_terminal_escape_file::puts): New methods.
7856 * cli/cli-logging.c (handle_redirections): Use
7857 no_terminal_escape_file.
7858
7859 2019-06-14 Tom Tromey <tromey@adacore.com>
7860
7861 * NEWS: Move convenience variable news above Python news.
7862
7863 2019-06-14 Tom Tromey <tom@tromey.com>
7864
7865 * gnulib: Move directory to top-level.
7866 * configure.ac: Don't configure gnulib.
7867 * configure: Rebuild.
7868 * common/common-defs.h: Use new path to gnulib.
7869 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
7870 (GNULIB_H): Remove.
7871 (INCGNU): Look in new gnulib location.
7872 (HFILES_NO_SRCDIR): Remove gnulib files.
7873 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
7874 (generated_files): Remove GNULIB_H.
7875 ($(LIBGNU), all-lib): Remove targets.
7876 (distclean): Don't mention GNULIB_BUILDDIR.
7877 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
7878
7879 2019-06-14 Tom Tromey <tromey@adacore.com>
7880
7881 * symfile.c (add_symbol_file_command): Remove obsolete comment.
7882 Warn if symbol file does not provide any symbols.
7883
7884 2019-06-14 Tom Tromey <tromey@adacore.com>
7885
7886 * source.c (find_and_open_source): Respect basenames_may_differ.
7887
7888 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
7889
7890 * annotate.c (annotate_breakpoints_invalid): Make use of
7891 scoped_restore_terminal_state.
7892 (annotate_frames_invalid): Likewise.
7893
7894 2019-06-14 Tom Tromey <tromey@adacore.com>
7895
7896 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
7897 allow assignment to an internalvar.
7898
7899 2019-06-14 Tom Tromey <tromey@adacore.com>
7900
7901 * ada-lex.l: Allow "_" in attribute names.
7902
7903 2019-06-14 Tom Tromey <tromey@adacore.com>
7904
7905 PR gdb/24653:
7906 * regcache.c (registers_changed): Don't call alloca.
7907 * top.c (execute_command): Don't call alloca.
7908
7909 2019-06-13 Pedro Alves <palves@redhat.com>
7910
7911 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
7912 'expression'. When parsing an expression, error out if there's
7913 junk after "unlimited".
7914 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7915 (do_set_command): Adjust calls to is_unlimited_literal.
7916
7917 2019-06-13 Pedro Alves <palves@redhat.com>
7918
7919 * compile/compile.c (make_compile_options_def_group): Add braces
7920 around array_view initializer.
7921 * thread.c (make_thread_apply_all_options_def_group)
7922 (make_thread_apply_all_options_def_group): Likewise.
7923
7924 2019-06-13 Pedro Alves <palves@redhat.com>
7925
7926 * NEWS (New commands): Mention "maint test-options
7927 require-delimiter", "maint test-options unknown-is-error", "maint
7928 test-options unknown-is-operand" and "maint show
7929 test-options-completion-result".
7930 (New command options, command completion): New section.
7931 (Completion improvements): New section.
7932 Mention that you can abbreviate "unlimited".
7933
7934 2019-06-13 Pedro Alves <palves@redhat.com>
7935
7936 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
7937 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
7938 * unittests/cli-utils-selftests.c (test_parse_flags)
7939 (test_parse_flags_qcs): Delete.
7940 (test_cli_utils): Don't call deleted functions.
7941
7942 2019-06-13 Pedro Alves <palves@redhat.com>
7943
7944 * thread.c: Include "cli/cli-option.h".
7945 (tp_array_compar_ascending): Global.
7946 (tp_array_compar): Delete function.
7947 (tp_array_compar_ascending, tp_array_compar_descending): New
7948 functions.
7949 (ascending_option_def, qcs_flag_option_def)
7950 (thr_qcs_flags_option_defs)
7951 (make_thread_apply_all_options_def_group)
7952 (make_thread_apply_options_def_group): New.
7953 (thread_apply_all_command): Use gdb::option::process_options.
7954 (thread_apply_command_completer)
7955 (thread_apply_all_command_completer): New.
7956 (thread_apply_command): Use gdb::option::process_options.
7957 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
7958 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
7959 to generate help text of "thread apply". Adjust "taas"'s help.
7960 * tid-parse.c (tid_range_parser::in_thread_range): New method.
7961 * tid-parse.h (tid_range_parser::in_thread_range): New method.
7962
7963 2019-06-13 Pedro Alves <palves@redhat.com>
7964
7965 * thread.c (thread_apply_command): Check for invalid TID with
7966 isdigit instead of !isalpha.
7967
7968 2019-06-13 Pedro Alves <palves@redhat.com>
7969
7970 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
7971 (validate_flags_qcs): New.
7972 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
7973 (validate_flags_qcs): Declare.
7974 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
7975 (make_frame_apply_options_def_group): New.
7976 (frame_apply_command_count): Process options with
7977 gdb::option::process_options.
7978 (frame_apply_completer): New.
7979 (frame_apply_level_completer, frame_apply_all_completer)
7980 (frame_apply_completer): New.
7981 (_initialize_stack): Update help of "frame apply", "frame apply
7982 level", "frame apply all" and "faas" to mention supported options
7983 and install command completers.
7984 * stack.h (frame_apply_all_completer): Declare.
7985 * thread.c: Include "stack.h".
7986 (tfaas_command): Add "--".
7987 (_initialize_thread): Update help "tfaas" to mention supported
7988 options and install command completer.
7989
7990 2019-06-13 Pedro Alves <palves@redhat.com>
7991
7992 * completer.c (complete_nested_command_line): New.
7993 (gdb_completion_word_break_characters_throw): Add assertion.
7994 * completer.h (complete_nested_command_line): Declare.
7995
7996 2019-06-13 Pedro Alves <palves@redhat.com>
7997
7998 * stack.c (parse_backtrace_qualifiers): New.
7999 (backtrace_command): Use it.
8000 (backtrace_command_completer): Complete on qualifiers.
8001
8002 2019-06-13 Pedro Alves <palves@redhat.com>
8003
8004 * frame.c: Include "cli/cli-option.h.
8005 (user_set_backtrace_options): New.
8006 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
8007 Delete.
8008 (get_prev_frame): Adjust.
8009 (boolean_option_def, uinteger_option_def)
8010 (set_backtrace_option_defs): New.
8011 (_initialize_frame): Adjust and use
8012 gdb::option::add_setshow_cmds_for_options to install "set
8013 backtrace past-main" and "set backtrace past-entry".
8014 * frame.h: Include "cli/cli-option.h".
8015 (struct frame_print_options): Forward declare.
8016 (print_frame_arguments_all, print_frame_arguments_scalars)
8017 (print_frame_arguments_none): Declare.
8018 (print_entry_values): Delete declaration.
8019 (struct frame_print_options, user_frame_print_options): New.
8020 (struct set_backtrace_options): New.
8021 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
8022 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
8023 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
8024 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
8025 (list_args_or_locals): Add frame_print_options parameter.
8026 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8027 * python/py-framefilter.c (enumerate_args): Pass down
8028 USER_FRAME_PRINT_OPTIONS.
8029 * stack.c: Include "cli/cli-option.h".
8030 (print_frame_arguments_all, print_frame_arguments_scalars)
8031 (print_frame_arguments_none): Declare.
8032 (print_raw_frame_arguments, print_entry_values): Delete.
8033 (user_frame_print_options): New.
8034 (boolean_option_def, enum_option_def, frame_print_option_defs):
8035 New.
8036 (struct backtrace_cmd_options): New.
8037 (bt_flag_option_def): New.
8038 (backtrace_command_option_defs): New.
8039 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8040 (print_frame_arg, read_frame_arg, print_frame_args)
8041 (print_frame_info, print_frame): Add frame_print_options parameter
8042 and use it.
8043 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
8044 (backtrace_command_1): Add frame_print_options and
8045 backtrace_cmd_options parameters and use them.
8046 (make_backtrace_options_def_group): New.
8047 (backtrace_command): Process command options with
8048 gdb::option::process_options.
8049 (backtrace_command_completer): New.
8050 (_initialize_stack): Extend "backtrace"'s help to mention
8051 supported options. Install completer for "backtrace".
8052 Install some settings commands with add_setshow_cmds_for_options.
8053
8054 2019-06-13 Pedro Alves <palves@redhat.com>
8055
8056 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
8057 and that "set/show print raw frame-arguments" are now deprecated.
8058
8059 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
8060 command.
8061 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
8062 * stack.c (_initialize_stack): Install "set/show print
8063 raw-frame-arguments", and deprecate "set/show print raw
8064 frame-arguments".
8065 * valprint.c (_initialize_valprint): Deprecate "set/show print
8066 raw".
8067
8068 2019-06-13 Pedro Alves <palves@redhat.com>
8069
8070 * compile/compile.c (struct compile_options): New.
8071 (compile_flag_option_def, compile_command_option_defs)
8072 (make_compile_options_def_group): New.
8073 (compile_file_command): Handle options with
8074 gdb::option::process_options.
8075 (compile_file_command_completer): New function.
8076 (compile_code_command): Handle options with
8077 gdb::option::process_options.
8078 (compile_code_command_completer): New function.
8079 (_initialize_compiler): Install completers for "compile code" and
8080 "compile file". Mention available options in "compile code" and
8081 "compile code"'s help.
8082 * completer.c (advance_to_completion_word): New, factored out from
8083 ...
8084 (advance_to_expression_complete_word_point): ... this.
8085 (advance_to_filename_complete_word_point): New.
8086 * completer.h (advance_to_filename_complete_word_point): New
8087 declaration.
8088
8089 2019-06-13 Pedro Alves <palves@redhat.com>
8090
8091 * compile/compile.c: Include "cli/cli-option.h".
8092 (compile_print_value): Scope data pointer is now a
8093 value_print_options pointer; adjust.
8094 (compile_print_command): Process options. Scope data pointer is
8095 now a value_print_options pointer; adjust.
8096 (_initialize_compile): Update "compile print"'s help to include
8097 supported options. Install a completer for "compile print".
8098 * cp-valprint.c (show_vtblprint, show_objectprint)
8099 (show_static_field_print): Delete.
8100 (_initialize_cp_valprint): Don't install "set print
8101 static-members", "set print vtbl", "set print object" here.
8102 * printcmd.c: Include "cli/cli-option.h" and
8103 "common/gdb_optional.h".
8104 (print_command_parse_format): Rework to fill in a
8105 value_print_options instead of a format_data.
8106 (print_value): Change parameter type from format_data pointer to
8107 value_print_options reference. Adjust.
8108 (print_command_1): Process options. Adjust to pass down a
8109 value_print_options.
8110 (print_command_completer): New.
8111 (_initialize_printcmd): Install print_command_completer as
8112 handle_brkchars completer for the "print" command. Update
8113 "print"'s help to include supported options.
8114 * valprint.c: Include "cli/cli-option.h".
8115 (show_vtblprint, show_objectprint, show_static_field_print): Moved
8116 here from cp-valprint.c.
8117 (boolean_option_def, uinteger_option_def)
8118 (value_print_option_defs, make_value_print_options_def_group):
8119 New. Use gdb::option::add_setshow_cmds_for_options to install
8120 "set print elements", "set print null-stop", "set print repeats",
8121 "set print pretty", "set print union", "set print array", "set
8122 print address", "set print symbol", "set print array-indexes".
8123 * valprint.h: Include <string> and "cli/cli-option.h".
8124 (make_value_print_options_def_group): Declare.
8125 (print_value): Change parameter type from format_data pointer to
8126 value_print_options reference.
8127 (print_command_completer): Declare.
8128
8129 2019-06-13 Pedro Alves <palves@redhat.com>
8130
8131 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
8132 (COMMON_SFILES): Add maint-test-settings.c.
8133 * cli/cli-decode.c (boolean_enums): New global, factored out from
8134 ...
8135 (add_setshow_boolean_cmd): ... here.
8136 * cli/cli-decode.h (boolean_enums): Declare.
8137 * cli/cli-option.c: New file.
8138 * cli/cli-option.h: New file.
8139 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
8140 factored out from ...
8141 (parse_cli_boolean_value(const char *)): ... this.
8142 (is_unlimited_literal): Change parameter type to pointer to
8143 pointer. Adjust and advance ARG pointer.
8144 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8145 (parse_cli_var_enum): New, factored out from ...
8146 (do_set_command): ... this. Adjust.
8147 * cli/cli-setshow.h (parse_cli_boolean_value)
8148 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8149 (parse_cli_var_enum): Declare.
8150 * cli/cli-utils.c: Include "cli/cli-option.h".
8151 (get_ulongest): New.
8152 * cli/cli-utils.h (get_ulongest): Declare.
8153 (check_for_argument): New overloads.
8154 * maint-test-options.c: New file.
8155
8156 2019-06-13 Pedro Alves <palves@redhat.com>
8157
8158 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
8159 parse a range if "-" is at the end of the string.
8160
8161 2019-06-13 Pedro Alves <palves@redhat.com>
8162
8163 * cli/cli-setshow.c (parse_auto_binary_operation)
8164 (parse_cli_boolean_value): Don't allow "o".
8165
8166 2019-06-13 Pedro Alves <palves@redhat.com>
8167
8168 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
8169 * NEWS: Mention maint test-settings KIND.
8170 * maint-test-settings.c: New file.
8171
8172 2019-06-13 Pedro Alves <palves@redhat.com>
8173
8174 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
8175 completer.
8176 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
8177 "set" completers.
8178
8179 2019-06-13 Pedro Alves <palves@redhat.com>
8180
8181 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
8182 after item.
8183
8184 2019-06-13 Pedro Alves <palves@redhat.com>
8185
8186 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
8187
8188 2019-06-13 Pedro Alves <palves@redhat.com>
8189
8190 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
8191 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
8192 call.
8193 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
8194 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
8195 calls.
8196 (check_for_argument): Skip spaces after argument.
8197
8198 2019-06-13 Pedro Alves <palves@redhat.com>
8199
8200 * thread.c (thread_apply_command): Adjust TID parsing.
8201 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
8202 detected before end of string.
8203 (tid_is_in_list): Error out if LIST is invalid.
8204
8205 2019-06-13 Pedro Alves <palves@redhat.com>
8206
8207 * completer.c (complete_line_internal_1): Rewind completion word
8208 point.
8209 (completion_tracker::advance_custom_word_point_by): Change
8210 parameter type to int.
8211 * completer.h (completion_tracker::advance_custom_word_point_by):
8212 Likewise.
8213
8214 2019-06-13 Pedro Alves <palves@redhat.com>
8215
8216 * completer.c (advance_to_completion_word): Handle delimiters.
8217
8218 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8219
8220 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
8221
8222 2019-06-11 Tom Tromey <tom@tromey.com>
8223
8224 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
8225 (xmalloc_failed): Move to alloc.c.
8226 * alloc.c: New file.
8227 * Makefile.in (COMMON_SFILES): Add alloc.c.
8228
8229 2019-06-11 Tom Tromey <tom@tromey.com>
8230
8231 * nat/linux-waitpid.c: Don't include server.h.
8232 (linux_debug): Remove.
8233 (my_waitpid): Update.
8234
8235 2019-06-11 Tom Tromey <tromey@adacore.com>
8236
8237 * infcall.c (_initialize_infcall): Remove trailing newline from
8238 help.
8239 * user-regs.c (_initialize_user_regs): Remove trailing newline
8240 from help.
8241 * typeprint.c (_initialize_typeprint): Remove trailing newline
8242 from help.
8243 * reverse.c (_initialize_reverse): Remove trailing newlines from
8244 help.
8245 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
8246 from help.
8247 * language.c (add_set_language_command): Remove trailing newline
8248 from help.
8249 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
8250 help.
8251 * disasm.c (_initialize_disasm): Remove trailing newline from
8252 help.
8253 * top.c (init_main): Remove trailing newline from help.
8254 * interps.c (_initialize_interpreter): Remove trailing newline
8255 from help.
8256 * btrace.c (_initialize_btrace): Remove trailing newlines from
8257 help.
8258 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
8259 from help.
8260 * python/python.c (_initialize_python): Remove trailing newline
8261 from help.
8262 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
8263 help.
8264 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
8265 from help. Reformat some text.
8266 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
8267 from help.
8268 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
8269 newline from help.
8270
8271 2019-06-11 Tom Tromey <tromey@adacore.com>
8272
8273 * darwin-nat.c (darwin_decode_exception_message)
8274 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
8275
8276 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8277
8278 * valops.c (value_slice): Check for not allocated or not
8279 associated values.
8280
8281 2019-06-10 Tom de Vries <tdevries@suse.de>
8282
8283 PR gdb/24618
8284 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
8285 sure an empty slot (defined by a 32-bit zero pair) is recognized as
8286 invalid.
8287
8288 2019-06-10 Tom de Vries <tdevries@suse.de>
8289
8290 PR gdb/24611
8291 * linespec.c (linespec_lexer_lex_string): Remove incorrect
8292 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
8293
8294 2019-06-10 Tom de Vries <tdevries@suse.de>
8295
8296 PR symtab/24545
8297 * symtab.c (struct demangled_name_entry): Add language field.
8298 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
8299 static minimal symbol". Set and use language field.
8300
8301 2019-06-10 Tom Tromey <tromey@adacore.com>
8302
8303 * ada-lang.c (_initialize_ada_language): Update help text.
8304
8305 2019-06-10 Tom Tromey <tromey@adacore.com>
8306
8307 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
8308 with a newline.
8309 * guile/guile.c (handle_boot_error): Don't end warning with a
8310 newline.
8311 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
8312 warning with a newline.
8313 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
8314 newline.
8315 (s12z_frame_cache): Likewise.
8316 * dwarf-index-cache.c (index_cache::store): Don't end warning with
8317 a newline.
8318 * solib-svr4.c (disable_probes_interface): Don't end warning with
8319 a newline.
8320 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
8321 newline.
8322 * python/python.c (do_finish_initialization): Don't end warning
8323 with a newline.
8324
8325 2019-06-10 Tom Tromey <tom@tromey.com>
8326
8327 * python/py-breakpoint.c (gdbpy_breakpoint_created)
8328 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
8329 gdbpy_enter.
8330
8331 2019-06-10 Tom Tromey <tromey@adacore.com>
8332
8333 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
8334 data.
8335 (elf_new_init): Don't call stabsread_new_init.
8336 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
8337 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
8338 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
8339
8340 2019-06-10 Tom de Vries <tdevries@suse.de>
8341
8342 PR symtab/16264
8343 PR symtab/24517
8344 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
8345
8346 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
8347
8348 * source.c (find_and_open_source): Also rewrite relative file
8349 names.
8350
8351 2019-04-26 Amos Bird <amosbird@gmail.com>
8352
8353 * annotate.c (annotate_thread_exited): Add "thread-exited"
8354 annotation.
8355
8356 2019-06-06 Tom Tromey <tromey@adacore.com>
8357
8358 * maint.h (class scoped_command_stats): Use
8359 DISABLE_COPY_AND_ASSIGN.
8360 <print_time>: New method.
8361 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
8362 print_time.
8363 (scoped_command_stats::print_time): New method.
8364
8365 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8366
8367 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
8368 instructions of lengths 6 or 8 bytes.
8369
8370 2019-06-04 Pedro Alves <palves@redhat.com>
8371
8372 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
8373
8374 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
8375 * breakpoint.c (condition_completer): Likewise.
8376 * cli/cli-dump.c (scan_expression): Likewise.
8377 * common/filestuff.c (mkdir_recursive): Likewise.
8378 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
8379 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
8380 (gdb_abspath): Likewise.
8381 * compile/compile-cplus-types.c
8382 (compile_cplus_instance::decl_name): Likewise.
8383 * completer.c (complete_explicit_location):
8384 (signal_completer, reg_or_group_completer_1): Likewise.
8385 * cp-support.c (cp_remove_params_if_any): Likewise.
8386 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
8387 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
8388 * infcmd.c (strip_bg_char): Likewise.
8389 * linespec.c (copy_token_string): Likewise.
8390 * mi/mi-main.c (output_cores): Likewise.
8391 * psymtab.c (psymtab_search_name):
8392 * symfile.c (test_set_ext_lang_command): Likewise.
8393 * target.c (target_fileio_read_stralloc): Likewise.
8394 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
8395 * value.c (complete_internalvar): Likewise.
8396
8397 2019-06-04 Christian Biesinger <cbiesinger@google.com>
8398
8399 Add objfile property to gdb.Type.
8400 * NEWS: Mention Python API addition.
8401 * python/py-type.c (typy_get_objfile): New method.
8402
8403 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8404
8405 * NEWS: Mention the new set|show style [title|highlight].
8406 Mention changes to "show style", "help" and "apropos".
8407
8408 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8409
8410 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
8411 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
8412 instead of print_help_for_command.
8413 (print_doc_of_command): New function.
8414 (help_list): Add 'apropos -v word' suggestion.
8415 (print_help_for_command): Style the command name using title style.
8416 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
8417 (_initialize_cli_cmds): Describe -v in apropos_command help.
8418
8419 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8420
8421 * cli/cli-style.h (cli_style_option): Add name in constructor,
8422 add m_name class member, add constructor with intensity,
8423 add name class function.
8424 (cli_style_option::add_setshow_commands): Remove name argument.
8425 (highlight_style, title_style): New styles.
8426 * cli/cli-style.c (do_show): New function that shows a style
8427 characteristic styling the style name with itself.
8428 (set_style_name): New function.
8429 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
8430 Update all callers according to the changes in cli/cli-style.h.
8431 * utils.h (fputs_highlighted): New function.
8432 * utils.c (fputs_highlighted): Likewise.
8433
8434 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8435
8436 * NEWS: Mention new pipe command and new convenience variables.
8437
8438 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8439
8440 * cli/cli-cmds.c (pipe_command): New function.
8441 (_initialize_cli_cmds): Call add_com for pipe_command.
8442 Define | as an alias for pipe.
8443 (exit_status_set_internal_vars): New function.
8444 (shell_escape): Call exit_status_set_internal_vars.
8445 cli/cli-decode.c (find_command_name_length): Recognize | as
8446 a single character command.
8447
8448 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8449
8450 * gdbcmd.h (execute_command_to_ui_file): New declaration.
8451 top.c (execute_command_to_ui_file): New function, mostly a copy
8452 of execute_command_to_string.
8453 (execute_command_to_string): Implement by calling
8454 execute_command_to_ui_file.
8455
8456 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8457
8458 * top.h (saved_command_line): Remove declaration.
8459 * top.c (previous_saved_command_line, previous_repeat_arguments):
8460 New variables.
8461 (saved_command_line): Make static, define together with other
8462 'repeat variables'.
8463 (dont_repeat): Clear repeat_arguments.
8464 (repeat_previous, get_saved_command_line, save_command_line):
8465 New functions.
8466 (gdb_init): Initialize saved_command_line
8467 and previous_saved_command_line.
8468 * main.c (captured_main_1): Remove saved_command_line initialization.
8469 * event-top.c (handle_line_of_input): Update to use
8470 the new 'repeat' related functions instead of direct access to
8471 saved_command_line.
8472 * command.h (repeat_previous, get_saved_command_line,
8473 save_command_line): New declarations.
8474 (dont_repeat): Add comment.
8475
8476 2019-05-30 Tom Tromey <tromey@adacore.com>
8477
8478 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
8479 Fix comment.
8480 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
8481
8482 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
8483
8484 PR cli/24587
8485 * completer.c (complete): Initialize variable word.
8486
8487 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
8488
8489 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
8490 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
8491 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
8492 'body' is NULL to the outter 'if', protecting the '!is_define'
8493 situation as well.
8494
8495 2019-05-29 Tom Tromey <tromey@adacore.com>
8496
8497 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
8498 (dwarf_unknown): New function.
8499 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
8500 (dwarf_type_encoding_name): Use dwarf_unknown.
8501
8502 2019-05-29 Tom Tromey <tromey@adacore.com>
8503
8504 PR c++/20020:
8505 * cp-valprint.c (cp_print_value_fields): Call
8506 cp_print_static_field inside "try".
8507
8508 2019-05-29 Tom Tromey <tromey@adacore.com>
8509
8510 * inflow.c (struct terminal_info): Add default operator=.
8511 * configure: Rebuild.
8512 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
8513 -Wdeprecated-copy-dtor, -Wredundant-move.
8514
8515 2019-05-29 Tom Tromey <tromey@adacore.com>
8516
8517 * NEWS: Add entry.
8518 * infcmd.c (print_return_value_1): Handle finish_print
8519 option.
8520 (show_print_finish): New function.
8521 (_initialize_infcmd): Add "set/show print finish" commands.
8522 * valprint.c (user_print_options): Initialize new member.
8523 * valprint.h (struct value_print_options) <finish_print>: New
8524 member.
8525
8526 2019-05-28 Tom Tromey <tromey@adacore.com>
8527
8528 * ada-lang.c (ada_remove_Xbn_suffix)
8529 (find_old_style_renaming_symbol)
8530 (parse_old_style_renaming): Remove.
8531 (ada_find_renaming_symbol): Don't call
8532 find_old_style_renaming_symbol.
8533 (ada_is_renaming_symbol): Rename from
8534 ada_find_renaming_symbol. Remove "block" parameter. Return
8535 bool. Now static.
8536 (ada_read_var_value): Update and simplify.
8537 * ada-exp.y (write_var_or_type): Remove old code.
8538
8539 2019-05-28 Alan Hayward <alan.hayward@arm.com>
8540
8541 PR gdb/25010
8542 * event-top.c: Remove include comment.
8543 * inflow.c (class scoped_ignore_sigttou): Move from here...
8544 * inflow.h (class scoped_ignore_sigttou): ...to here.
8545 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
8546 * top.c: Remove include comment.
8547
8548 2019-05-27 Tom Tromey <tom@tromey.com>
8549
8550 * NEWS: Fix typo.
8551
8552 2019-05-22 Tom Tromey <tromey@adacore.com>
8553
8554 * target.c (target_follow_exec): Constify parameter.
8555 * target-delegates.c: Rebuild.
8556 * remote.c (remote_target::follow_exec): Constify parameter.
8557 * infrun.c (follow_exec): Constify parameter.
8558 * target.h (struct target_ops) <follow_exec>: Constify parameter.
8559 (target_follow_exec): Likewise.
8560
8561 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8562
8563 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
8564 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
8565
8566 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8567
8568 * NEWS: Add debugredirect and testsuite sections.
8569
8570 2019-05-22 Simon Cook <simon.cook@embecosm.com>
8571
8572 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
8573 target descriptions using exclusively floating point register name
8574 aliases.
8575
8576 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8577
8578 PR gdb/18644:
8579 * f-lang.c (build_fortran_types): Handle the case where
8580 gdbarch_floatformat_for_type returns a nullptr.
8581
8582 2019-05-21 Tom de Vries <tdevries@suse.de>
8583
8584 PR cli/24587
8585 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
8586
8587 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8588
8589 PR gdb/18644:
8590 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
8591 16-byte floats.
8592 * i386-tdep.c (i386_floatformat_for_type): Use
8593 floatformats_ia64_quad for the 16-byte floating point component
8594 within a fortran 32-byte complex number.
8595
8596 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8597
8598 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
8599 delete default constructor.
8600 (find_partial_die): Update to return const struct.
8601 (partial_die_parent_scope): Move variable declaration into scope
8602 of its use and change its type to auto.
8603 (guess_partial_die_structure_name): Likewise.
8604 (partial_die_info::fixup): Likewise.
8605
8606 2019-05-17 Tom Tromey <tromey@adacore.com>
8607
8608 * source.c (find_and_open_source): Remove cast.
8609
8610 2019-05-17 Tom Tromey <tromey@adacore.com>
8611
8612 * annotate.c (annotate_source): Make "filename" const.
8613 * annotate.h (annotate_source): Use const.
8614
8615 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8616
8617 * disasm.c (set_disassembler_options): Send errors to stderr.
8618
8619 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8620
8621 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
8622 (cli_interp_base::set_logging): Check debug_redirect.
8623 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
8624 * cli/cli-logging.c (debug_redirect): Add static variable.
8625 (pop_output_files): Add default param.
8626 (handle_redirections): Print debug setting.
8627 (show_logging_command): Likewise.
8628 (_initialize_cli_logging): Add debugredirect command.
8629 * interps.c (current_interp_set_logging): Add debug_redirect
8630 parameter.
8631 * interps.h (set_logging): Add debug_redirect parameter.
8632 (current_interp_set_logging): Likewise.
8633 * mi/mi-common.h: Likewise.
8634 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
8635
8636 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8637 Tom Tromey <tromey@adacore.com>
8638
8639 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
8640 directly.
8641 * cli/cli-interp.h (make_logging_output): Remove declaration.
8642 * cli/cli-logging.c (make_logging_output): Remove function.
8643 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
8644 directly.
8645 * ui-file.c (tee_file::tee_file): Remove bools.
8646 (tee_file::~tee_file): Remove deletes.
8647 * ui-file.h (tee_file): Remove bools.
8648
8649 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
8650
8651 * mi/mi-cmds.h (mi_cmd_complete): New function.
8652 * mi/mi-main.c (mi_cmd_complete): Likewise.
8653 * mi/mi-cmds.c: Define new MI command -complete.
8654 * NEWS: Mention new -complete command.
8655
8656 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
8657
8658 * completer.h (complete): New function.
8659 * completer.c (complete): Likewise.
8660 * cli/cli-cmds.c: (complete_command): Update to use new complete()
8661 function defined in completer.h.
8662
8663 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
8664
8665 * MAINTAINERS (Write After Approval): Add myself.
8666
8667 2019-05-17 Tom de Vries <tdevries@suse.de>
8668
8669 PR gdb/24094
8670 * dwarf2read.c (struct cu_partial_die_info): New struct.
8671 (find_partial_die): Return cu_partial_die_info.
8672 (partial_die_parent_scope, guess_partial_die_structure_name)
8673 (partial_die_info::fixup): Handle new return type of find_partial_die.
8674
8675 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8676
8677 PR breakpoints/24541
8678 * stap-probe.c (stap_parse_register_operand): Make "regname" an
8679 "std::string", simplifying the algorithm.
8680
8681 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8682
8683 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
8684 (stap_static_probe_ops::get_probes): Likewise.
8685
8686 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8687
8688 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
8689 '-')" and "else if".
8690 (stap_parse_single_operand): Join checks for
8691 "gdbarch_stap_parse_special_token_p" and
8692 "gdbarch_stap_parse_special_token" in the same "if" statement.
8693 Invert check when verifying for operation on register
8694 displacement.
8695
8696 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8697
8698 * stap-probe.c (stap_get_opcode): Update comment.
8699 (stap_get_expected_argument_type): Likewise.
8700 (handle_stap_probe): Likewise.
8701
8702 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8703
8704 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
8705 return type to 'bool'. Adjust comment. Use 'bool' when
8706 appropriate.
8707 (i386_stap_parse_special_token_three_arg_disp): Likewise.
8708 * stap-probe.c (stap_parse_argument_1): Likewise.
8709 (stap_is_operator): Likewise.
8710 (stap_is_generic_prefix): Likewise.
8711 (stap_is_register_prefix): Likewise.
8712 (stap_is_register_indirection_prefix): Likewise.
8713 (stap_is_integer_prefix): Likewise.
8714 (stap_generic_check_suffix): Likewise.
8715 (stap_check_integer_suffix): Likewise.
8716 (stap_check_register_suffix): Likewise.
8717 (stap_check_register_indirection_suffix): Likewise.
8718 (stap_parse_register_operand): Likewise.
8719 (stap_parse_single_operand): Likewise.
8720 (stap_parse_argument_1): Likewise.
8721 (stap_probe::get_argument_count): Likewise.
8722 (stap_is_operator): Likewise.
8723
8724 2019-05-16 Tom Tromey <tromey@adacore.com>
8725
8726 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
8727 keyword to foreach.
8728
8729 2019-05-15 Simon Marchi <simon.marchi@efficios.com>
8730
8731 * linux-thread-db.c (try_thread_db_load_1): Change return type
8732 to bool.
8733 (try_thread_db_load): Likewise.
8734 (try_thread_db_load_from_pdir_1): Likewise.
8735 (try_thread_db_load_from_pdir): Likewise.
8736 (try_thread_db_load_from_sdir): Likewise.
8737 (try_thread_db_load_from_dir): Likewise.
8738 (thread_db_load_search): Likewise.
8739 (has_libpthread): Likewise.
8740 (thread_db_load): Likewise.
8741
8742 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
8743
8744 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
8745 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
8746 NULL, and complain/return if that's the case.
8747
8748 2019-05-15 John Darrington <john@darrington.wattle.id.au>
8749
8750 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
8751 (advance, posn, abstract_read_memory): New functions.
8752 [struct mem_read_abstraction]: New struct.
8753 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
8754
8755 2019-05-14 Tom Tromey <tromey@adacore.com>
8756
8757 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
8758 value is not lval_memory.
8759
8760 2019-05-14 Tom Tromey <tromey@adacore.com>
8761
8762 * solib.c (info_sharedlibrary_command): Style the file name.
8763
8764 2019-05-14 Alan Hayward <alan.hayward@arm.com>
8765
8766 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
8767 (aarch64_vnv_type): Likewise.
8768 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
8769 * common/tdesc.c: Likewise.
8770 * common/tdesc.h (enum tdesc_type_kind): Likewise.
8771 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
8772 * features/aarch64-fpu.xml: Add ieee half view.
8773 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
8774 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
8775 * gdbtypes.h (struct builtin_type): Likewise.
8776 (struct objfile_type): Likewise.
8777
8778 2019-05-12 Paul Naert <paul.naert@polymtl.ca>
8779
8780 * language.c (language_sniff_from_mangled_name): Fix "langauge"
8781 typo.
8782 * location.h (string_to_event_location): Likewise.
8783
8784 2019-05-11 Joel Brobecker <brobecker@adacore.com>
8785
8786 GDB 8.3 released.
8787
8788 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
8789
8790 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
8791 New variable declaration.
8792 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
8793 New variable.
8794 (print_one_breakpoint): Use ui_out::test_flags and new global
8795 variable to compute use_fixed_output.
8796 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
8797 Remove.
8798 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
8799 (mi_multi_location_breakpoint_output_fixed): Remove.
8800 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
8801 new variable.
8802 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
8803 fix_multi_location_breakpoint_output flag if version >= 3.
8804 * ui-out.h (enum ui_out_flag)
8805 <fix_multi_location_breakpoint_output>: New enumerator.
8806
8807 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
8808
8809 * contrib/cc-with-tweaks.sh: Validate dwz's work.
8810
8811 2019-05-10 Tom Tromey <tromey@adacore.com>
8812
8813 * ada-lang.c (catch_ada_completer): New function.
8814 (_initialize_ada_language): Use it.
8815
8816 2019-05-10 Tom Tromey <tromey@adacore.com>
8817
8818 * thread.c (print_thread_info): Make "requested_threads" const.
8819 * gdbthread.h (print_thread_info): Make "requested_threads"
8820 const.
8821 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
8822 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
8823
8824 2019-05-08 Tom Tromey <tom@tromey.com>
8825
8826 * gdbtypes.c (objfile_type_data): Change type.
8827 (objfile_type, _initialize_gdbtypes): Update.
8828
8829 2019-05-08 Tom Tromey <tom@tromey.com>
8830
8831 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
8832 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
8833 (_initialize_dwarf2_frame): Update.
8834
8835 2019-05-08 Tom Tromey <tom@tromey.com>
8836
8837 * objc-lang.c (objc_objfile_data): Change type.
8838 (find_methods): Update.
8839 (_initialize_objc_lang): Remove.
8840
8841 2019-05-08 Tom Tromey <tom@tromey.com>
8842
8843 * stabsread.c (rs6000_builtin_type_data): Change type.
8844 (rs6000_builtin_type, _initialize_stabsread): Update.
8845
8846 2019-05-08 Tom Tromey <tom@tromey.com>
8847
8848 * mips-tdep.c (mips_pdr_data): Remove.
8849 (_initialize_mips_tdep): Update.
8850
8851 2019-05-08 Tom Tromey <tom@tromey.com>
8852
8853 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
8854 (hppa_init_objfile_priv_data, read_unwind_info)
8855 (find_unwind_entry, _initialize_hppa_tdep): Update.
8856
8857 2019-05-08 Tom Tromey <tom@tromey.com>
8858
8859 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
8860 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
8861 on obstack.
8862 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
8863
8864 2019-05-08 Tom Tromey <tom@tromey.com>
8865
8866 * mdebugread.c (basic_type_data): Change type.
8867 (basic_type, _initialize_mdebugread): Update.
8868
8869 2019-05-08 Tom Tromey <tom@tromey.com>
8870
8871 * common/gdb_unique_ptr.h (struct noop_deleter): New.
8872
8873 2019-05-08 Tom Tromey <tom@tromey.com>
8874
8875 * nto-tdep.c (nto_inferior_data_reg): Change type.
8876 (nto_inferior_data): Update.
8877 (nto_inferior_data_cleanup, nto_new_inferior_data)
8878 (_initialize_nto_tdep): Remove.
8879 * nto-tdep.h (struct nto_inferior_data): Add initializers.
8880
8881 2019-05-08 Tom Tromey <tom@tromey.com>
8882
8883 * ada-lang.c (struct ada_inferior_data): Add initializers.
8884 (ada_inferior_data): Change type.
8885 (ada_inferior_data_cleanup): Remove.
8886 (get_ada_inferior_data, ada_inferior_exit)
8887 (struct ada_pspace_data): Add initializers, destructor.
8888 (ada_pspace_data_handle): Change type.
8889 (get_ada_pspace_data): Update.
8890 (ada_pspace_data_cleanup): Remove.
8891
8892 2019-05-08 Tom Tromey <tom@tromey.com>
8893
8894 * coffread.c (struct coff_symfile_info): Add initializers.
8895 (coff_objfile_data_key): Move lower. Change type.
8896 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
8897 Update.
8898 (coff_free_info): Remove.
8899
8900 2019-05-08 Tom Tromey <tom@tromey.com>
8901
8902 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
8903 (fbsd_pspace_data_handle): Move lower. Change type.
8904 (get_fbsd_pspace_data): Update.
8905 (fbsd_pspace_data_cleanup): Remove.
8906 (_initialize_fbsd_tdep): Update.
8907
8908 2019-05-08 Tom Tromey <tom@tromey.com>
8909
8910 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
8911 (get_ada_tasks_pspace_data): Update.
8912 (ada_tasks_pspace_data_cleanup): Remove.
8913 (_initialize_tasks): Update.
8914 (ada_tasks_inferior_data_handle): Change type.
8915 (get_ada_tasks_inferior_data): Update.
8916 (ada_tasks_inferior_data_cleanup): Remove.
8917 (struct ada_tasks_pspace_data): Add initializers.
8918
8919 2019-05-08 Tom Tromey <tom@tromey.com>
8920
8921 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
8922 * symfile-debug.c (debug_sym_get_probes): Change type.
8923 * stap-probe.c (handle_stap_probe):
8924 (stap_static_probe_ops::get_probes): Change type.
8925 * probe.h (class static_probe_ops) <get_probes>: Change type.
8926 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
8927 (parse_probes_in_pspace): Update.
8928 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
8929 Update.
8930 (any_static_probe_ops::get_probes): Change type.
8931 * elfread.c (elfread_data): New typedef.
8932 (probe_key): Change type.
8933 (elf_get_probes): Likewise. Update.
8934 (probe_key_free): Remove.
8935 (_initialize_elfread): Update.
8936 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
8937 Change type.
8938 (dtrace_process_dof_probe, dtrace_process_dof)
8939 (dtrace_static_probe_ops::get_probe): Change type.
8940
8941 2019-05-08 Tom Tromey <tom@tromey.com>
8942
8943 * xcoffread.c (struct xcoff_symfile_info): Rename from
8944 coff_symfile_info. Add initializers.
8945 (xcoff_objfile_data_key): Move lower. Change type.
8946 (XCOFF_DATA): Rewrite.
8947 (xcoff_free_info): Remove.
8948 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
8949 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
8950 (xcoff_initial_scan): Update.
8951
8952 2019-05-08 Tom Tromey <tom@tromey.com>
8953
8954 * solib-svr4.c (struct svr4_info): Add initializers and
8955 destructor.
8956 <probes_table>: Now an htab_up.
8957 (solib_svr4_pspace_data): Change type.
8958 (free_probes_table): Simplify.
8959 (~svr4_info): Rename from svr4_pspace_data_cleanup.
8960 (get_svr4_info, probes_table_htab_remove_objfile_probes)
8961 (probes_table_remove_objfile_probes, register_solib_event_probe)
8962 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
8963 (_initialize_svr4_solib): Update.
8964
8965 2019-05-08 Tom Tromey <tom@tromey.com>
8966
8967 * remote.c (remote_pspace_data): Change type.
8968 (remote_pspace_data_cleanup): Remove.
8969 (get_remote_exec_file, set_pspace_remote_exec_file)
8970 (_initialize_remote): Update.
8971
8972 2019-05-08 Tom Tromey <tom@tromey.com>
8973
8974 * breakpoint.c (breakpoint_objfile_key): Change type.
8975 (get_breakpoint_objfile_data): Update.
8976 (free_breakpoint_objfile_data): Remove.
8977 (_initialize_breakpoint): Update.
8978
8979 2019-05-08 Tom Tromey <tom@tromey.com>
8980
8981 * linux-tdep.c (struct linux_info): Add initializers.
8982 (linux_inferior_data): Move. Change type.
8983 (invalidate_linux_cache_inf): Update.
8984 (linux_inferior_data_cleanup): Remove.
8985 (get_linux_inferior_data, _initialize_linux_tdep): Update.
8986
8987 2019-05-08 Tom Tromey <tom@tromey.com>
8988
8989 * auxv.c (auxv_inferior_data): Move. Change type.
8990 (auxv_inferior_data_cleanup): Remove.
8991 (invalidate_auxv_cache_inf): Rewrite.
8992 (get_auxv_inferior_data, _initialize_auxv): Update.
8993
8994 2019-05-08 Tom Tromey <tom@tromey.com>
8995
8996 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
8997 (symfile_debug_objfile_data_key): Change type.
8998 (symfile_debug_installed, debug_qf_has_symbols)
8999 (debug_qf_find_last_source_symtab)
9000 (debug_qf_forget_cached_source_info)
9001 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
9002 (debug_qf_print_stats, debug_qf_dump)
9003 (debug_qf_expand_symtabs_for_function)
9004 (debug_qf_expand_all_symtabs)
9005 (debug_qf_expand_symtabs_with_fullname)
9006 (debug_qf_map_matching_symbols)
9007 (debug_qf_expand_symtabs_matching)
9008 (debug_qf_find_pc_sect_compunit_symtab)
9009 (debug_qf_map_symbol_filenames)
9010 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
9011 (debug_sym_new_init, debug_sym_init, debug_sym_read)
9012 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
9013 (debug_sym_read_linetable, debug_sym_relocate): Update.
9014 (symfile_debug_free_objfile): Remove.
9015 (install_symfile_debug_logging, _initialize_symfile_debug):
9016 Update.
9017
9018 2019-05-08 Tom Tromey <tom@tromey.com>
9019
9020 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
9021 allocate_on_obstack.
9022 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
9023 (get_dwarf2_per_objfile): Update.
9024 (set_dwarf2_per_objfile): Remove.
9025 (dwarf2_has_info, dwarf2_get_section_info): Update.
9026 (dwarf2_free_objfile): Remove.
9027 (_initialize_dwarf2_read): Update.
9028
9029 2019-05-08 Tom Tromey <tom@tromey.com>
9030
9031 * auto-load.c (struct auto_load_pspace_info): Add destructor and
9032 initializers.
9033 <unsupported_script_warning_printed,
9034 script_not_found_warning_printed>: Now bool.
9035 (auto_load_pspace_data): Change type.
9036 (~auto_load_pspace_info): Rename from
9037 auto_load_pspace_data_cleanup.
9038 (get_auto_load_pspace_data, init_loaded_scripts_info)
9039 (clear_section_scripts, maybe_print_unsupported_script_warning)
9040 (maybe_print_script_not_found_warning, _initialize_auto_load):
9041 Update.
9042
9043 2019-05-08 Tom Tromey <tom@tromey.com>
9044
9045 * objfiles.c (objfile_pspace_info): Add destructor and
9046 initializers.
9047 (objfiles_pspace_data): Change type.
9048 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
9049 (get_objfile_pspace_data): Update.
9050 (objfiles_bfd_data): Change type.
9051 (get_objfile_bfd_data): Update.
9052 (objfile_bfd_data_free, _initialize_objfiles): Remove.
9053
9054 2019-05-08 Tom Tromey <tom@tromey.com>
9055
9056 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
9057 Change type.
9058 (get_catch_syscall_inferior_data): Update.
9059 (catch_syscall_inferior_data_cleanup): Remove.
9060 (_initialize_break_catch_syscall): Update.
9061
9062 2019-05-08 Tom Tromey <tom@tromey.com>
9063
9064 * inflow.c (struct terminal_info): Add destructor and
9065 initializers.
9066 (inflow_inferior_data): Change type.
9067 (~terminal_info): Rename from inflow_inferior_data_cleanup.
9068 (get_inflow_inferior_data, inflow_inferior_exit)
9069 (swap_terminal_info, _initialize_inflow): Update.
9070
9071 2019-05-08 Tom Tromey <tom@tromey.com>
9072
9073 * target-dcache.c (target_dcache_cleanup): Remove.
9074 (target_dcache_aspace_key): Change type.
9075 (target_dcache_init_p, target_dcache_invalidate)
9076 (target_dcache_get, target_dcache_get_or_init)
9077 (_initialize_target_dcache): Update.
9078 * dcache.h (struct dcache_deleter): New.
9079
9080 2019-05-08 Tom Tromey <tom@tromey.com>
9081
9082 * symtab.c (struct symbol_cache): Add destructor and
9083 initializers.
9084 (symbol_cache_key): Move. Change type.
9085 (make_symbol_cache, free_symbol_cache): Remove.
9086 (get_symbol_cache): Update.
9087 (symbol_cache_cleanup): Remove.
9088 (ALL_PSPACES, symbol_cache_flush)
9089 (maintenance_print_symbol_cache)
9090 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
9091 Update.
9092
9093 2019-05-08 Tom Tromey <tom@tromey.com>
9094
9095 * symtab.c (struct main_info): Add destructor and initializers.
9096 (main_progspace_key): Move. Change type.
9097 (get_main_info): Update.
9098 (main_info_cleanup): Remove.
9099 (_initialize_symtab): Update.
9100
9101 2019-05-08 Tom Tromey <tom@tromey.com>
9102
9103 * registry.h (DECLARE_REGISTRY): Define the _key class.
9104
9105 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9106
9107 * NEWS: Merge two 'New commands' sections.
9108
9109 2019-05-08 Joel Brobecker <brobecker@adacore.com>
9110
9111 * ada-valprint.c (ada_val_print_gnat_array): Remove language
9112 parameter and use Ada language definition instead.
9113 (ada_val_print_ptr): Remove unused language parameter.
9114 (ada_val_print_num): Remove language parameter and use Ada language
9115 definition instead.
9116 (ada_val_print_enum, ada_val_print_flt): Remove unused language
9117 parameter.
9118 (ada_val_print_struct_union, ada_val_print_ref): Remove language
9119 parameter and use Ada language definition instead.
9120 (ada_val_print_1): Update all ada_val_print_xxx calls.
9121 Remove language parameter.
9122 (ada_val_print): Update ada_val_print_1 call.
9123
9124 2019-05-08 Tom Tromey <tromey@adacore.com>
9125
9126 * remote.c (remote_hw_watchpoint_limit)
9127 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
9128 Now static.
9129
9130 2019-05-08 Tom Tromey <tromey@adacore.com>
9131
9132 * maint.c (_initialize_maint_cmds): Move initialization code to
9133 remote.c.
9134 (watchdog, show_watchdog): Move to remote.c.
9135 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
9136 "watchdog" static.
9137 (_initialize_remote): Move initialization code from maint.c.
9138 * defs.h (watchdog): Don't declare.
9139
9140 2019-05-08 Tom Tromey <tromey@adacore.com>
9141
9142 * tui/tui-interp.c: Include main.h.
9143 * interps.c: Include main.h.
9144 * main.h (interpreter_p): Declare.
9145 * defs.h (interpreter_p): Don't declare.
9146
9147 2019-05-08 Tom Tromey <tromey@adacore.com>
9148
9149 * dwarf2loc.c: Include dwarf2read.h.
9150 * defs.h (read_unsigned_leb128): Don't declare.
9151 * dwarf2read.h (read_unsigned_leb128): Declare.
9152
9153 2019-05-08 Tom Tromey <tromey@adacore.com>
9154
9155 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
9156 method.
9157
9158 2019-05-08 Tom Tromey <tromey@adacore.com>
9159
9160 * utils.c (fputs_maybe_filtered): Reset style after paging, even
9161 when no wrap column is set.
9162
9163 2019-05-08 Tom Tromey <tromey@adacore.com>
9164
9165 * c-lang.c (c_get_string): Handle non-C-style arrays.
9166
9167 2019-05-08 Tom Tromey <tromey@adacore.com>
9168
9169 * typeprint.c (print_offset_data::update): Print the bit offset,
9170 not the number of bits remaining.
9171
9172 2019-05-08 Tom Tromey <tromey@adacore.com>
9173
9174 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
9175 padding at end of comment.
9176
9177 2019-05-08 Tom Tromey <tromey@adacore.com>
9178
9179 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
9180 Compare main types.
9181
9182 2019-05-06 Tom Tromey <tom@tromey.com>
9183
9184 * common/scoped_mmap.c: Include common-defs.h.
9185 * common/scoped_mmap.h: Don't include config.h.
9186
9187 2019-05-04 Tom Tromey <tom@tromey.com>
9188
9189 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
9190 (struct aarch64_call_info): Add initializers.
9191 <si>: Now a std::vector.
9192 (pass_on_stack, aarch64_push_dummy_call): Update.
9193
9194 2019-05-04 Simon Marchi <simon.marchi@efficios.com>
9195 Tom Tromey <tom@tromey.com>
9196
9197 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
9198 (ppc_threads): Now a std::vector. Now static.
9199 (hwdebug_find_thread_points_by_tid)
9200 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
9201 Update.
9202
9203 2019-05-04 Tom Tromey <tom@tromey.com>
9204
9205 * arc-tdep.c (arc_tdesc_init): Return bool.
9206
9207 2019-05-04 Tom Tromey <tom@tromey.com>
9208
9209 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
9210 Use gdb_assert_not_reached.
9211
9212 2019-05-04 Tom Tromey <tom@tromey.com>
9213
9214 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
9215 "false".
9216
9217 2019-05-04 Tom Tromey <tom@tromey.com>
9218
9219 * arc-tdep.c (arc_tdesc_init): Use bool.
9220
9221 2019-05-04 Tom Tromey <tom@tromey.com>
9222
9223 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
9224
9225 2019-05-04 Tom Tromey <tom@tromey.com>
9226
9227 * cli/cli-cmds.c (valid_command_p): Return bool.
9228
9229 2019-05-04 Tom Tromey <tom@tromey.com>
9230
9231 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
9232 * command.h (valid_user_defined_cmd_name_p): Channge return type.
9233
9234 2019-05-04 Raul Tambre <raul@tambre.ee>
9235
9236 * python/lib/gdb/prompt.py (_ExtendedPrompt)
9237 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
9238 operator for comparison.
9239
9240 2019-05-04 Tom Tromey <tom@tromey.com>
9241
9242 * psymtab.c (psymbol_name_matches, match_partial_symbol)
9243 (lookup_partial_symbol, print_partial_symbols)
9244 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
9245 (psymbol_compare): Update.
9246 (add_psymbol_to_bcache): Clear the entire psymbol.
9247 (maintenance_check_psymtabs): Update.
9248 * psympriv.h (struct partial_symbol): Don't derive from
9249 general_symbol_info.
9250 <obj_section, unrelocated_address, address,
9251 set_unrelocated_address>: Update.
9252 <ginfo>: New member.
9253 * dwarf-index-write.c (write_psymbols, debug_names::insert)
9254 (debug_names::write_psymbols): Update.
9255
9256 2019-05-04 Tom de Vries <tdevries@suse.de>
9257
9258 * contrib/cc-with-tweaks.sh: Support -n arg.
9259
9260 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9261
9262 * corelow.c (core_target::detach): Ensure frame cache and
9263 register caches are cleared.
9264 inferior.c (exit_inferior_1): Likewise.
9265
9266 2019-05-03 Sandra Loosemore <sandra@codesourcery.com>
9267 Tom Tromey <tom@tromey.com>
9268
9269 * dictionary.c (collate_pending_symbols_by_language): Remove
9270 "struct" from foreach.
9271 * symtab.c (lookup_global_symbol_from_objfile)
9272 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
9273 foreach.
9274 * ser-tcp.c (net_open): Remove "struct" from foreach.
9275 * objfiles.c (objfile_relocate, objfile_rebase)
9276 (objfile_has_symbols): Remove "struct" from foreach.
9277 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
9278 from foreach.
9279 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
9280 foreach.
9281 * darwin-nat.c (thread_info_from_private_thread_info): Remove
9282 "struct" from foreach.
9283 * ada-lang.c (create_excep_cond_exprs)
9284 (ada_exception_catchpoint_cond_string): Remove "struct" from
9285 foreach.
9286
9287 2019-05-03 Tom Tromey <tromey@adacore.com>
9288
9289 * ada-exp.y (convert_char_literal): Check suffix of each
9290 enumerator.
9291
9292 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
9293
9294 PR ada/21406:
9295 * ada-exp.y (yywrap): Don't define.
9296 * ada-lex.l (%option): Add noyywrap
9297 (yywrap): Remove.
9298
9299 2019-05-03 Eli Zaretskii <eliz@gnu.org>
9300
9301 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
9302 _WIN32_WINNT to the XP level, unless already defined to a higher
9303 level.
9304
9305 * unittests/parse-connection-spec-selftests.c:
9306 * ser-tcp.c:
9307 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
9308 override.
9309
9310 * symfile.c (find_separate_debug_file): Remove colon from the
9311 drive spec of DOS/Windows file names of the target, so that the
9312 file name produced from DEBUGDIR and the target's directory will
9313 be valid on DOS/Windows systems.
9314
9315 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
9316
9317 * rust-lang.c (val_print_struct): Handle printing structures
9318 containing strings.
9319
9320 2019-05-02 Tom Tromey <tromey@adacore.com>
9321
9322 * valarith.c (_initialize_valarith): Remove.
9323
9324 2019-05-01 Tom Tromey <tromey@adacore.com>
9325
9326 * ada-lang.c (ada_value_primitive_field): Treat more fields as
9327 bitfields.
9328
9329 2019-05-01 Tom Tromey <tromey@adacore.com>
9330
9331 * ada-lang.c (ada_value_assign): Correctly compute starting offset
9332 for big-endian copies.
9333
9334 2019-04-30 Ali Tamur <tamur@google.com>
9335 * gdb/dwarf2read.c (read_3_bytes): New declaration.
9336 (read_attribute_value): Added DW_FORM_strx1-4 cases.
9337 (read_3_bytes): New function.
9338
9339 2019-04-30 Joel Brobecker <brobecker@adacore.com>
9340
9341 * windows-nat.c (main_thread_id): Delete.
9342 (handle_output_debug_string): Replace main_thread_id by
9343 current_event.dwThreadId.
9344 (fake_create_process): Likewise.
9345 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
9346 Do not set main_thread_id.
9347 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
9348 current_event.dwThreadId.
9349 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
9350
9351 2019-04-30 Joel Brobecker <brobecker@adacore.com>
9352
9353 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
9354 Use current_event.dwThreadId instead of main_thread_id.
9355
9356 2019-04-30 Tom Tromey <tromey@adacore.com>
9357
9358 * ada-lang.c (ada_lookup_simple_minsyms): New function.
9359 (create_excep_cond_exprs): Iterate over program spaces.
9360 (ada_exception_catchpoint_cond_string): Examine all minimal
9361 symbols for exception types.
9362
9363 2019-04-30 Tom Tromey <tromey@adacore.com>
9364
9365 PR c++/24470:
9366 * dwarf2read.c (process_structure_scope): Handle case where type
9367 has template parameters but no symbol was created.
9368
9369 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9370 Chris January <chris.january@arm.com>
9371
9372 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
9373 qualifier.
9374 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
9375
9376 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9377
9378 * f-typeprint.c (f_print_type): Update rules for printing
9379 whitespace.
9380 (f_type_print_varspec_suffix): Likewise.
9381
9382 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9383 Chris January <chris.january@arm.com>
9384
9385 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
9386 function arguments.
9387
9388 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9389
9390 * f-lang.c (build_fortran_types): Change name of void type to
9391 lower case.
9392 * f-typeprint.c (f_type_print_base): Print the name of the void
9393 type, rather than a fixed string.
9394 * f-valprint.c (f_decorations): Use lower case void string.
9395
9396 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9397 Chris January <chris.january@arm.com>
9398
9399 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
9400 types for Fortran.
9401
9402 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9403 Chris January <chris.january@arm.com>
9404 David Lecomber <david.lecomber@arm.com>
9405
9406 * f-exp.y (BINOP_INTRINSIC): New token.
9407 (exp): New parser rule handling BINOP_INTRINSIC.
9408 (f77_keywords): Add new builtin procedures.
9409 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
9410 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
9411 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
9412 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
9413 (print_unop_subexp_f): New function.
9414 (print_binop_subexp_f): New function.
9415 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
9416 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
9417 (dump_subexp_body_f): Likewise.
9418 (operator_check_f): Likewise.
9419 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
9420 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
9421
9422 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9423
9424 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
9425 UNOP_KIND.
9426 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
9427 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
9428 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
9429 (operator_length_f): New fuction.
9430 (print_subexp_f): New function.
9431 (op_name_f): New function.
9432 (dump_subexp_body_f): New function.
9433 (operator_check_f): New function.
9434 (exp_descriptor_f): Replace standard expression handling functions
9435 with new functions.
9436 * gdb/fortran-operator.def: New file.
9437 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
9438 * gdb/std-operator.def: Remove UNOP_KIND.
9439
9440 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9441
9442 * std-operator.def: Remove unbalanced, stray double quote
9443 character.
9444
9445 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9446 Chris January <chris.january@arm.com>
9447 Daniel Everett <daniel.everett@arm.com>
9448 Nick Forrington <nick.forrington@arm.com>
9449 Richard Bunt <richard.bunt@arm.com>
9450
9451 * cp-valprint.c (cp_print_value_fields): Allow an additional level
9452 of depth when printing anonymous structs or unions.
9453 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
9454 Don't print either the top-level value, or the children if the
9455 max-depth is exceeded.
9456 (ppscm_print_children): When printing the key of a map, allow one
9457 extra level of depth.
9458 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
9459 print either the top-level value, or the children if the max-depth
9460 is exceeded.
9461 (print_children): When printing the key of a map, allow one extra
9462 level of depth.
9463 * python/py-value.c (valpy_format_string): Add max_depth keyword.
9464 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
9465 (user_print_options): Initialise max_depth field.
9466 (val_print_scalar_or_string_type_p): New function.
9467 (val_print): Check to see if the max depth has been reached.
9468 (val_print_check_max_depth): Define new function.
9469 (show_print_max_depth): New function.
9470 (_initialize_valprint): Add 'print max-depth' option.
9471 * valprint.h (struct value_print_options) <max_depth>: New field.
9472 (val_print_check_max_depth): Declare new function.
9473 * NEWS: Document new feature.
9474
9475 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9476
9477 * ada-lang.c (ada_language_defn): Initialise new field.
9478 * c-lang.c (c_is_string_type_p): New function.
9479 (c_language_defn): Initialise new field.
9480 (cplus_language_defn): Initialise new field.
9481 (asm_language_defn): Initialise new field.
9482 (minimal_language_defn): Initialise new field.
9483 * c-lang.h (c_is_string_type_p): Declare new function.
9484 * d-lang.c (d_language_defn): Initialise new field.
9485 * f-lang.c (f_is_string_type_p): New function.
9486 (f_language_defn): Initialise new field.
9487 * go-lang.c (go_is_string_type_p): New function.
9488 (go_language_defn): Initialise new field.
9489 * language.c (default_is_string_type_p): New function.
9490 (unknown_language_defn): Initialise new field.
9491 (auto_language_defn): Initialise new field.
9492 * language.h (struct language_defn) <la_is_string_type_p>: New
9493 member variable.
9494 (default_is_string_type_p): Declare new function.
9495 * m2-lang.c (m2_language_defn): Initialise new field.
9496 * objc-lang.c (objc_language_defn): Initialise new field.
9497 * opencl-lang.c (opencl_language_defn): Initialise new field.
9498 * p-lang.c (pascal_is_string_type_p): New function.
9499 (pascal_language_defn): Initialise new field.
9500 * rust-lang.c (rust_is_string_type_p): New function.
9501 (rust_language_defn): Initialise new field.
9502
9503 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9504
9505 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
9506 New field.
9507 * ada-lang.c (ada_language_defn): Initialise new field.
9508 * c-lang.c (c_language_defn): Likewise.
9509 (cplus_language_defn): Likewise.
9510 (asm_language_defn): Likewise.
9511 (minimal_language_defn): Likewise.
9512 * d-lang.c (d_language_defn): Likewise.
9513 * f-lang.c (f_language_defn): Likewise.
9514 * go-lang.c (go_language_defn): Likewise.
9515 * language.c (unknown_language_defn): Likewise.
9516 (auto_language_defn): Likewise.
9517 * m2-lang.c (m2_language_defn): Likewise.
9518 * objc-lang.c (objc_language_defn): Likewise.
9519 * opencl-lang.c (opencl_language_defn): Likewise.
9520 * p-lang.c (pascal_language_defn): Likewise.
9521 * rust-lang.c (rust_language_defn): Likewise.
9522
9523 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9524
9525 * ada-lang.c (ada_is_character_type): Change return type to bool.
9526 (ada_is_string_type): Likewise.
9527 * ada-lang.h (ada_is_character_type): Update declaration
9528 (ada_is_string_type): Likewise.
9529
9530 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9531
9532 Support style in 'frame|thread apply'
9533
9534 * gdbcmd.h (execute_command_to_string): New term_out parameter.
9535 * record.c (record_start, record_stop): Update callers of
9536 execute_command_to_string with false.
9537 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
9538 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
9539 methods.
9540 (class string_file): New constructor with term_out parameter.
9541 Override methods term_out and can_emit_style_escape. New member
9542 term_out.
9543 (class stdio_file): Override can_emit_style_escape.
9544 (class tee_file): Override term_out and can_emit_style_escape.
9545 * utils.h (can_emit_style_escape): Remove.
9546 * utils.c (can_emit_style_escape): Likewise.
9547 Update all callers of can_emit_style_escape (SOMESTREAM) to
9548 SOMESTREAM->can_emit_style_escape.
9549 * source-cache.c (source_cache::get_source_lines): Likewise.
9550 * stack.c (frame_apply_command_count): Call execute_command_to_string
9551 passing the term_out characteristic of the current gdb_stdout.
9552 * thread.c (thr_try_catch_cmd): Likewise.
9553 * top.c (execute_command_to_string): pass term_out parameter
9554 to construct the string_file for the command output.
9555 * ui-file.c (term_cli_styling): New function (most code moved
9556 from utils.c can_emit_style_escape).
9557 (string_file::string_file, string_file::can_emit_style_escape,
9558 stdio_file::can_emit_style_escape, tee_file::term_out,
9559 tee_file::can_emit_style_escape): New functions.
9560
9561 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9562
9563 * NEWS: Mention the new set|show may-call-functions.
9564 * infcall.c (may_call_functions_p): New variable.
9565 (show_may_call_functions_p): New function.
9566 (call_function_by_hand_dummy): Throws an error if not
9567 may-call-functions.
9568 (_initialize_infcall): Call add_setshow_boolean_cmd for
9569 may-call-functions.
9570
9571 2019-04-25 Keith Seitz <keiths@redhat.com>
9572
9573 PR c++/24367
9574 * cp-support.c (inspect_type): Don't attempt substitutions
9575 of symbol with the same name.
9576
9577 2019-04-25 Tom Tromey <tromey@adacore.com>
9578
9579 PR gdb/24475:
9580 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
9581 static.
9582
9583 2019-04-25 Tom Tromey <tromey@adacore.com>
9584
9585 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
9586 rvalue reference.
9587 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
9588 (gdb_xml_parser::parse): Use std::move.
9589 * python/python-internal.h (gdbpy_convert_exception): Take a const
9590 reference.
9591 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
9592 std::move.
9593 * python/py-utils.c (gdbpy_convert_exception): Take a const
9594 reference.
9595 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
9596 Use std::move.
9597 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
9598 Use std::move.
9599 * mi/mi-main.c (mi_print_exception): Take a const reference.
9600 * main.c (handle_command_errors): Take a const reference.
9601 * linespec.c (parse_linespec): Use std::move.
9602 * infcall.c (run_inferior_call): Use std::move.
9603 (call_function_by_hand_dummy): Use std::move.
9604 * exec.c (try_open_exec_file): Use std::move.
9605 * exceptions.h (exception_print, exception_fprintf)
9606 (exception_print_same): Update.
9607 * exceptions.c (print_exception, exception_print)
9608 (exception_fprintf, exception_print_same): Change parameters to
9609 const reference.
9610 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
9611 * common/new-op.c: Use std::move.
9612 * common/common-exceptions.h (struct gdb_exception): Add move
9613 constructor.
9614 (struct gdb_exception_error, struct gdb_exception_quit, struct
9615 gdb_quit_bad_alloc): Change constructor to move constructor.
9616 (throw_exception): Change parameter to rvalue reference.
9617 * common/common-exceptions.c (throw_exception): Take rvalue
9618 reference.
9619 * cli/cli-interp.c (safe_execute_command): Use std::move.
9620 * breakpoint.c (insert_bp_location, location_to_sals): Use
9621 std::move.
9622
9623 2019-04-25 Tom Tromey <tromey@adacore.com>
9624
9625 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
9626 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
9627 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
9628 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
9629 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
9630 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
9631 guile/scm-value.c: Use unpack.
9632 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
9633 gdbscm_gdb_exception.
9634 (gdbscm_throw_gdb_exception): Likewise.
9635 (struct gdbscm_gdb_exception): New.
9636 (unpack): New function.
9637 (gdbscm_wrap): Use unpack.
9638
9639 2019-04-25 Tom Tromey <tromey@adacore.com>
9640
9641 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
9642 (gdb_rl_callback_handler): Use std::move.
9643 * common/common-exceptions.h (struct gdb_exception): Add move
9644 assignment operator.
9645 (throw_exception_sjlj): Change "exception" to const reference.
9646 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
9647 (throw_exception_sjlj): Change "exception" to const reference.
9648
9649 2019-04-25 Tom Tromey <tromey@adacore.com>
9650
9651 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
9652 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
9653 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
9654 Update.
9655 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
9656 Update.
9657 * mi/mi-interp.c (mi_interp::exec): Update.
9658 * linespec.c (parse_linespec): Update.
9659 * infcall.c (run_inferior_call): Update.
9660 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
9661 * guile/scm-symbol.c (gdbscm_lookup_symbol)
9662 (gdbscm_lookup_global_symbol): Update.
9663 * guile/scm-param.c (gdbscm_parameter_value): Update.
9664 * guile/scm-frame.c (gdbscm_frame_read_register)
9665 (gdbscm_frame_read_var): Update.
9666 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
9667 * exec.c (try_open_exec_file): Update.
9668 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
9669 (gdb_rl_callback_handler): Update.
9670 * common/common-exceptions.h (exception_none): Don't declare.
9671 * common/common-exceptions.c (exception_none): Don't define.
9672 (struct catcher) <exception>: Update.
9673 * cli/cli-interp.c (safe_execute_command): Update.
9674 * breakpoint.c (insert_bp_location, location_to_sals): Update.
9675
9676 2019-04-25 Ali Tamur <tamur@google.com>
9677
9678 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
9679 (read_attribute_value): Likewise.
9680 (dwarf2_read_addr_index): Update comment.
9681 (read_str_index): Add DW_FORM_strx.
9682 (dwarf2_string_attr): Likewise.
9683 (dwarf2_const_value_attr): Likewise.
9684 (dump_die_shallow): Likewise.
9685 (dwarf2_fetch_constant_bytes): Likewise.
9686 (skip_form_bytes): Likewise.
9687 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
9688
9689 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
9690
9691 PR corefiles/11608
9692 PR corefiles/18187
9693 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
9694 OFFSET. Verify if current mapping contains an ELF header.
9695 (linux_find_memory_regions_full): Adjust call to
9696 dump_mapping_p.
9697
9698 2019-04-25 Sandra Loosemore <sandra@codesourcery.com>
9699 Kang Li <kanglictf@gmail.com>
9700
9701 PR gdb/21600
9702
9703 * dwarf2-frame.c (read_initial_length): Be consistent about using
9704 unsigned representation of length.
9705 (decode_frame_entry_1): Likewise. Check for wraparound of
9706 end pointer as well as buffer overflow.
9707
9708 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
9709
9710 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
9711 "vq".
9712
9713 2019-04-24 Tom Tromey <tromey@adacore.com>
9714
9715 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
9716
9717 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9718
9719 * s12z-tdep.c (s12z_unwind_pc): Delete.
9720 (s12z_unwind_sp): Delete.
9721 (s12z_gdbarch_init): Don't register deleted functions with
9722 gdbarch.
9723
9724 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9725
9726 * rl78-tdep.c (rl78_unwind_sp): Delete.
9727 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
9728
9729 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9730
9731 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
9732 (xstormy16_unwind_pc): Delete.
9733 (xstormy16_dummy_id): Delete.
9734 (xstormy16_gdbarch_init): Don't register deleted functions with
9735 gdbarch.
9736
9737 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9738
9739 * vax-tdep.c (vax_unwind_pc): Delete.
9740 (vax_gdbarch_init): Don't register deleted function with gdbarch.
9741
9742 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9743
9744 * v850-tdep.c (v850_unwind_sp): Delete.
9745 (v850_unwind_pc): Delete.
9746 (v850_dummy_id): Delete.
9747 (v850_gdbarch_init): Don't register deleted functions with
9748 gdbarch.
9749
9750 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9751
9752 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
9753 (tilegx_unwind_pc): Delete.
9754 (tilegx_unwind_dummy_id): Delete.
9755 (tilegx_gdbarch_init): Don't register deleted functions with
9756 gdbarch.
9757
9758 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9759
9760 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
9761 (tic6x_dummy_id): Delete.
9762 (tic6x_gdbarch_init): Don't register deleted functions with
9763 gdbarch.
9764
9765 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9766
9767 * sparc-tdep.c (sparc_unwind_pc): Delete.
9768 (sparc32_gdbarch_init): Don't register deleted function with
9769 gdbarch.
9770
9771 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9772
9773 * sh-tdep.c (sh_unwind_sp): Delete.
9774 (sh_unwind_pc): Delete.
9775 (sh_dummy_id): Delete.
9776 (sh_gdbarch_init): Don't register deleted functions with
9777 gdbarch.
9778
9779 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9780
9781 * score-tdep.c (score_unwind_sp): Delete.
9782 (score_unwind_pc): Delete.
9783 (score_dummy_id): Delete.
9784 (score_gdbarch_init): Don't register deleted functions with
9785 gdbarch.
9786
9787 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9788
9789 * rx-tdep.c (rx_unwind_pc): Delete.
9790 (rx_unwind_sp): Delete.
9791 (rx_dummy_id): Delete.
9792 (rx_gdbarch_init): Don't register deleted functions with
9793 gdbarch. Update comment.
9794
9795 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9796
9797 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
9798 (rs6000_dummy_id): Delete.
9799 (rs6000_gdbarch_init): Don't register deleted functions with
9800 gdbarch.
9801
9802 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9803
9804 * or1k-tdep.c (or1k_dummy_id): Delete.
9805 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
9806
9807 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9808
9809 * nios2-tdep.c (nios2_dummy_id): Delete.
9810 (nios2_unwind_sp): Delete.
9811 (nios2_gdbarch_init): Don't register deleted functions with
9812 gdbarch.
9813
9814 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9815
9816 * nds32-tdep.c (nds32_dummy_id): Delete.
9817 (nds32_unwind_pc): Delete.
9818 (nds32_unwind_sp): Delete.
9819 (nds32_gdbarch_init): Don't register deleted functions with
9820 gdbarch.
9821
9822 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9823
9824 * msp430-tdep.c (msp430_unwind_pc): Delete.
9825 (msp430_unwind_sp): Delete.
9826 (msp430_dummy_id): Delete.
9827 (msp430_gdbarch_init): Don't register deleted functions with
9828 gdbarch.
9829
9830 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9831
9832 * moxie-tdep.c (moxie_unwind_sp): Delete.
9833 (moxie_unwind_pc): Delete.
9834 (moxie_dummy_id): Delete.
9835 (moxie_gdbarch_init): Don't register deleted functions with
9836 gdbarch.
9837
9838 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9839
9840 * mn10300-tdep.c (mn10300_dummy_id): Delete.
9841 (mn10300_unwind_pc): Delete.
9842 (mn10300_unwind_sp): Delete.
9843 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
9844 mn10300_unwind_sp.
9845 (mn10300_frame_unwind_init): Don't register deleted functions with
9846 gdbarch.
9847
9848 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9849
9850 * mep-tdep.c (mep_unwind_pc): Delete.
9851 (mep_unwind_sp): Delete.
9852 (mep_dummy_id): Delete.
9853 (mep_gdbarch_init): Don't register deleted functions with
9854 gdbarch.
9855
9856 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9857
9858 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
9859 (m68hc11_unwind_sp): Delete.
9860 (m68hc11_gdbarch_init): Don't register deleted functions with
9861 gdbarch.
9862
9863 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9864
9865 * m32r-tdep.c (m32r_unwind_sp): Delete.
9866 (m32r_unwind_pc): Delete.
9867 (m32r_dummy_id): Delete.
9868 (m32r_gdbarch_init): Don't register deleted functions with
9869 gdbarch.
9870
9871 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9872
9873 * m32c-tdep.c (m32c_unwind_pc): Delete.
9874 (m32c_unwind_sp): Delete.
9875 (m32c_dummy_id): Delete.
9876 (m32c_gdbarch_init): Don't register deleted functions with
9877 gdbarch.
9878
9879 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9880
9881 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
9882 (lm32_unwind_pc): Delete.
9883 (lm32_dummy_id): Delete.
9884 (lm32_gdbarch_init): Don't register deleted functions with
9885 gdbarch.
9886
9887 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9888
9889 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
9890 (iq2000_unwind_pc): Delete.
9891 (iq2000_dummy_id): Delete.
9892 (iq2000_gdbarch_init): Don't register deleted functions with
9893 gdbarch.
9894
9895 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9896
9897 * nds32-tdep.c (nds32_type_align): Delete.
9898 (nds32_push_dummy_call): Use type_align instead.
9899
9900 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9901
9902 * arm-tdep.c (arm_type_align): Only handle vector override case.
9903 (arm_push_dummy_call): Use type_align.
9904 (arm_gdbarch_init): Register arm_type_align gdbarch function.
9905
9906 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9907
9908 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
9909 case.
9910 (pass_on_stack): Use type_align.
9911 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
9912 function.
9913
9914 2019-04-23 Tom Tromey <tromey@adacore.com>
9915
9916 * dwarf2read.c (line_header::file_name_at): Remove unused
9917 overload.
9918
9919 2019-04-23 Tom de Vries <tdevries@suse.de>
9920
9921 PR gdb/24438
9922 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
9923 invocation.
9924
9925
9926 2019-03-27 Ali Tamur <tamur@google.com>
9927
9928 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
9929 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
9930 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
9931 (dwarf_expr_context::get_addr_index): Likewise
9932 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
9933 (symbol_needs_eval_context::get_addr_index): Likewise
9934 (disassemble_dwarf_expression): Add DW_OP_addrx
9935 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
9936 (read_cutu_die_from_dwo): Update comment
9937 (skip_one_die): Add DW_FORM_addrx
9938 (read_attribute_value): Likewise
9939 (var_decode_location): Add DW_OP_addrx
9940 (dwarf2_const_value_attr): Add DW_FORM_addrx
9941 (dump_die_shallow): Likewise
9942 (dwarf2_fetch_constant_bytes): Likewise
9943 (decode_locdesc): Add DW_OP_addrx
9944 (skip_form_bytes): Add DW_FORM_addrx
9945
9946 2019-04-22 Ali Tamur <tamur@google.com>
9947
9948 * MAINTAINERS (Write After Approval): Add self.
9949
9950 2019-04-22 Simon Marchi <simon.marchi@efficios.com>
9951
9952 * solib-svr4.c (get_svr4_info): Add pspace parameter.
9953 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
9954 (open_symbol_file_object): Likewise.
9955 (svr4_default_sos): Add info parameter.
9956 (svr4_read_so_list): Likewise.
9957 (svr4_current_sos_direct): Adjust functions calls to pass down
9958 info.
9959 (svr4_current_sos_1): Add info parameter.
9960 (svr4_current_sos): Call get_svr4_info, pass info down to
9961 svr4_current_sos_1.
9962 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
9963 get_svr4_info.
9964 (svr4_in_dynsym_resolve_code): Pass current_program_space to
9965 get_svr4_info.
9966 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
9967 to get_svr4_info.
9968 (probes_table_remove_objfile_probes): Likewise.
9969 (register_solib_event_probe): Add info parameter.
9970 (solist_update_incremental): Pass info parameter down to
9971 svr4_read_so_list.
9972 (disable_probes_interface): Add info parameter.
9973 (svr4_handle_solib_event): Pass current_program_space to
9974 get_svr4_info. Adjust disable_probes_interface cleanup.
9975 (svr4_create_probe_breakpoints): Add info parameter, pass it
9976 down to register_solib_event_probe.
9977 (svr4_create_solib_event_breakpoints): Add info parameter,
9978 pass it down to svr4_create_probe_breakpoints.
9979 (enable_break): Pass info down to
9980 svr4_create_solib_event_breakpoints.
9981 (svr4_solib_create_inferior_hook): Pass current_program_space to
9982 get_svr4_info.
9983 (svr4_clear_solib): Likewise.
9984
9985 2019-04-22 Pedro Alves <palves@redhat.com>
9986
9987 * solib-svr4.c (svr4_free_objfile_observer): New.
9988 (probe_and_action::objfile): New field.
9989 (probes_table_htab_remove_objfile_probes)
9990 (probes_table_remove_objfile_probes): New functions.
9991 (register_solib_event_probe): Add 'objfile' parameter. Store it
9992 in the new probe_and_action. Don't store the probe in 'lookup'.
9993 (svr4_create_probe_breakpoints): Pass objfile to
9994 register_solib_event_probe.
9995 (_initialize_svr4_solib): Register a free_objfile observer.
9996
9997 2019-04-19 Tom Tromey <tom@tromey.com>
9998
9999 * common/queue.h: Remove.
10000
10001 2019-04-19 Tom Tromey <tom@tromey.com>
10002
10003 * event-loop.c: Don't include "common/queue.h".
10004
10005 2019-04-19 Tom Tromey <tom@tromey.com>
10006
10007 * remote.c (remote_target): Use delete.
10008 * remote-notif.h: Include <list>, not "common/queue.h".
10009 (notif_client_p): Remove typedef.
10010 (remote_notif_state): Add constructor, destructor, initializer.
10011 <notif_queue>: Now a std::list.
10012 (remote_notif_state_xfree): Don't declare.
10013 * remote-notif.c (remote_notif_process, handle_notification)
10014 (remote_notif_state_allocate): Update.
10015 (~remote_notif_state): Rename from remote_notif_state_xfree.
10016
10017 2019-04-19 Tom Tromey <tom@tromey.com>
10018
10019 * symfile.c (reread_symbols): Update.
10020 * objfiles.c (objfile_register_static_link)
10021 (objfile_lookup_static_link): Update
10022 (~objfile) Don't delete static_links.
10023 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
10024
10025 2019-04-19 Tom Tromey <tom@tromey.com>
10026
10027 * type-stack.h (struct type_stack) <insert>: Constify string.
10028 * type-stack.c (type_stack::insert): Constify string.
10029 * gdbtypes.h (lookup_template_type): Update.
10030 (address_space_name_to_int): Update.
10031 * gdbtypes.c (address_space_name_to_int): Make space_identifier
10032 const.
10033 (lookup_template_type): Make name const.
10034 * c-exp.y: Update rules.
10035 (lex_one_token, classify_name, classify_inner_name)
10036 (c_print_token): Update.
10037 * p-exp.y: Update rules.
10038 (yylex): Update.
10039 * f-exp.y: Update rules.
10040 (yylex): Update.
10041 * d-exp.y: Update rules.
10042 (lex_one_token, classify_name, classify_inner_name): Update.
10043 * parse.c (write_dollar_variable, copy_name): Return std::string.
10044 * parser-defs.h (copy_name): Change return type.
10045 * m2-exp.y: Update rules.
10046 (yylex): Update.
10047 * go-exp.y (lex_one_token): Update.
10048 Update rules.
10049 (classify_unsafe_function, classify_packaged_name)
10050 (classify_name, yylex): Update.
10051
10052 2019-04-19 Sergei Trofimovich <siarheit@google.com>
10053
10054 * configure.ac: add --enable-source-highlight switch.
10055 * configure: Regenerate.
10056 * top.c (print_gdb_version): plumb --enable-source-highlight
10057 status to "show configuration".
10058
10059 2019-04-19 Tom Tromey <tromey@adacore.com>
10060
10061 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
10062 Check ADA_TYPE_P.
10063 (empty_record, ada_template_to_fixed_record_type_1)
10064 (template_to_static_fixed_type)
10065 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
10066 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
10067 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
10068 macros.
10069
10070 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
10071
10072 PR symtab/24423:
10073 * source.c (print_source_lines_base): Advance "iter" when a
10074 control character is seen.
10075
10076 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10077
10078 * inferior.h (struct infcall_suspend_state_deleter):
10079 Catch exception in destructor to avoid crash.
10080
10081 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10082
10083 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
10084 close to the add_com "shell".
10085
10086 2019-04-18 Tom Tromey <tromey@adacore.com>
10087
10088 * process-stratum-target.h (class process_stratum_target)
10089 <stratum>: Add "final".
10090
10091 2019-04-17 Tom Tromey <tromey@adacore.com>
10092
10093 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
10094 against nullptr before use.
10095
10096 2019-04-17 Alan Hayward <alan.hayward@arm.com>
10097
10098 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
10099
10100 2019-04-17 Jim Wilson <jimw@sifive.com>
10101 Andrew Burgess <andrew.burgess@embecosm.com>
10102
10103 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
10104 code read might fail, assume 4-byte breakpoint in that case.
10105
10106 2019-04-15 Leszek Swirski <leszeks@google.com>
10107
10108 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
10109 rather than a hand-rolled POD check when checking for forced MEMORY
10110 classification.
10111
10112 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10113
10114 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
10115 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
10116 function.
10117 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
10118 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
10119 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
10120 declaration.
10121
10122 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10123
10124 * aarch64-linux-nat.c
10125 (aarch64_linux_nat_target::thread_architecture): Add override.
10126 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
10127 each VQ.
10128
10129 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10130
10131 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
10132
10133 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
10134
10135 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
10136 target types of size 96-bits, add some additional comments, and
10137 check that the builtin type we found was the correct size.
10138
10139 2019-04-12 Eli Zaretskii <eliz@gnu.org>
10140
10141 * utils.c (prompt_for_continue): Don't restore the styling at the
10142 end, as applied_style has the wrong value. This fixes styling in
10143 long lists of file names that are interrupted by the "Continue?"
10144 prompt.
10145
10146 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
10147
10148 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
10149 * c-lang.c (c_language_defn): Likewise.
10150 (cplus_language_defn): Likewise.
10151 (asm_language_defn): Likewise.
10152 (minimal_language_defn): Likewise.
10153 * d-lang.c (d_language_defn): Likewise.
10154 * f-lang.c (f_language_defn): Likewise.
10155 * go-lang.c (go_language_defn): Likewise.
10156 * language.c (unknown_language_defn): Likewise.
10157 (auto_language_defn): Likewise.
10158 * language.h (struct language_defn): Remove la_magic field.
10159 (LANG_MAGIC): Delete.
10160 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
10161 * objc-lang.c (objc_language_defn): Likewise.
10162 * opencl-lang.c (opencl_language_defn): Likewise.
10163 * p-lang.c (pascal_language_defn): Likewise.
10164 * rust-lang.c (rust_language_defn): Likewise.
10165
10166 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10167
10168 * riscv-tdep.c (riscv_type_align): New function.
10169 (riscv_type_alignment): Delete.
10170 (riscv_arg_location): Use 'type_align'.
10171 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
10172
10173 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10174
10175 * gdbtypes.c (type_align): A struct with no non-static fields also
10176 has alignment of 1.
10177
10178 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10179
10180 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
10181 component to 0.
10182 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
10183 member.
10184 (riscv_struct_info::analyse): New implementation using new
10185 analyse_inner member function.
10186 (riscv_struct_info::field_offset): New member function.
10187 (riscv_struct_info::m_offsets): New member variable.
10188 (riscv_struct_info::analyse_inner): New private member function,
10189 takes the old implementation of riscv_struct_info::analyse but
10190 extended to track field offsets.
10191 (riscv_call_arg_struct): Update the struct folding special cases
10192 to handle cases where empty C++ structs, which are non-zero
10193 length, are found.
10194 (riscv_arg_location): Initialise the length of each location, a
10195 non-zero length now indicates the location is in use.
10196 (riscv_push_dummy_call): Allow for the first location having a
10197 non-zero offset when setting up arguments.
10198 (riscv_return_value): Likewise, but for return values.
10199
10200 2019-04-11 Tom Tromey <tromey@adacore.com>
10201
10202 * utils.c (internal_vproblem): Make "msg" const.
10203
10204 2019-04-11 Alan Hayward <alan.hayward@arm.com>
10205
10206 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
10207 * trad-frame.c (trad_frame_reset_saved_regs): New function.
10208 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
10209 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
10210
10211 2019-04-10 Kevin Buettner <kevinb@redhat.com>
10212
10213 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
10214 function.
10215 (fill_gregset): Call amd64_linux_collect_native_gregset instead
10216 of amd64_collect_native_gregset.
10217 (amd64_linux_nat_target::store_registers): Likewise.
10218
10219 2019-04-10 Tom Tromey <tom@tromey.com>
10220
10221 * symtab.c (lookup_global_symbol_from_objfile)
10222 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
10223 * objfiles.h (class separate_debug_iterator): New.
10224 (class separate_debug_range): New.
10225 (struct objfile) <separate_debug_objfiles>: New method.
10226 (objfile_separate_debug_iterate): Don't declare.
10227 * objfiles.c (separate_debug_iterator::operator++): Rename from
10228 objfile_separate_debug_iterate.
10229 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
10230 iterator.
10231 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
10232 iterator.
10233
10234 2019-04-10 Tom Tromey <tom@tromey.com>
10235
10236 * symfile.c (reread_symbols): Remove old comment.
10237 * objfiles.c (free_all_objfiles): Fix a typo.
10238
10239 2019-04-10 Tom Tromey <tom@tromey.com>
10240
10241 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
10242 * minsyms.c (lookup_minimal_symbol): Use foreach.
10243 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
10244 (lookup_minimal_symbol_solib_trampoline): Likewise.
10245 * symfile.c (reread_symbols): Use foreach.
10246
10247 2019-04-09 Ivan Begert <ivanbegert@gmail.com>
10248 Tom Tromey <tromey@adacore.com>
10249
10250 PR rust/24414:
10251 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
10252 (rust_lex_int_test): Change "value" to be LONGEST.
10253 (rust_lex_tests): Add test for long integer literal.
10254
10255 2019-04-09 Tom Tromey <tromey@adacore.com>
10256
10257 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
10258 to bool.
10259 (extended_remote_target::attach): Update.
10260 (remote_target::remote_notice_new_inferior): Update.
10261 (remote_target::add_current_inferior_and_thread): Update.
10262 * inferior.c (exit_inferior_1): Use "false".
10263 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
10264
10265 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
10266
10267 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
10268 the "start" command.
10269
10270 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10271
10272 * python/py-inferior.c (infpy_thread_from_thread_handle):
10273 Adjust comments to reflect renaming of thread_from_thread_handle
10274 to thread_from_handle. Adjust keywords. Fix type error message.
10275 (inferior_object_methods): Add thread_from_handle. Retain
10276 thread_from_thread_handle, but mark it as deprecated.
10277
10278 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10279
10280 * gdbthread.h (find_thread_by_handle): Revise declaration.
10281 * thread.c (find_thread_by_handle): Likewise. Adjust
10282 implementation too.
10283 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
10284 support for buffer objects as handles.
10285
10286 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10287
10288 * python/py-infthread.c (thpy_thread_handle): New function.
10289 (thread_object_methods): Register thpy_thread_handle.
10290
10291 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10292
10293 * gdbthread.h (thread_to_thread_handle): Declare.
10294 * thread.c (gdbtypes.h): Include.
10295 (thread_to_thread_handle): New function.
10296
10297 * target.h (struct target_ops): Add thread_info_to_thread_handle.
10298 (target_thread_info_to_thread_handle): Declare.
10299 * target.c (target_thread_info_to_thread_handle): New function.
10300 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
10301 * target-delegates.c: Regenerate.
10302
10303 * linux-thread-db.c (class thread_db_target): Add method
10304 thread_info_to_thread_handle.
10305 (thread_db_target::thread_info_to_thread_handle): Define.
10306 * remote.c (class remote_target): Add new method
10307 thread_info_to_thread_handle.
10308 (remote_target::thread_info_to_thread_handle): Define.
10309
10310 2019-04-08 Pedro Alves <palves@redhat.com>
10311
10312 * common/common-exceptions.c (throw_exception): Don't create
10313 named object to throw; throw directly.
10314 (throw_it): Likewise. Don't initialize gdb_exception::message
10315 here, with new; pass FMT and AP to the ctor instead.
10316 * common/common-exceptions.h: Include <string>.
10317 (gdb_exception::gdb_exception(enum return_reason, enum errors,
10318 const char *, va_list)): New ctor. Use std::make_shared.
10319 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
10320 errors)): Delete.
10321 (gdb_exception_error::gdb_exception_error(enum errors, const char
10322 *, va_list)): New.
10323 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
10324 Add assertion.
10325 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
10326 errors)): Delete.
10327 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
10328 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
10329 Add assertion.
10330
10331 2019-04-08 Tom Tromey <tom@tromey.com>
10332
10333 * valops.c (value_rtti_indirect_type): Replace throw_exception
10334 with throw.
10335 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
10336 with throw.
10337 * thread.c (thr_try_catch_cmd): Replace throw_exception with
10338 throw.
10339 * target.c (target_translate_tls_address): Replace throw_exception
10340 with throw.
10341 * stack.c (frame_apply_command_count): Replace throw_exception
10342 with throw.
10343 * solib-spu.c (append_ocl_sos): Replace throw_exception with
10344 throw.
10345 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
10346 with throw.
10347 * rs6000-tdep.c (rs6000_frame_cache)
10348 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
10349 * remote.c: Replace throw_exception with throw.
10350 * record-full.c (record_full_message, record_full_wait_1)
10351 (record_full_restore): Replace throw_exception with throw.
10352 * record-btrace.c:
10353 (get_thread_current_frame_id, record_btrace_start_replaying)
10354 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
10355 (cmd_record_btrace_start): Replace throw_exception with throw.
10356 * parse.c (parse_exp_in_context_1): Replace throw_exception with
10357 throw.
10358 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
10359 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
10360 * linespec.c:
10361 (find_linespec_symbols): Replace throw_exception with throw.
10362 * infrun.c (displaced_step_prepare, resume): Replace
10363 throw_exception with throw.
10364 * infcmd.c (post_create_inferior): Replace throw_exception with
10365 throw.
10366 * inf-loop.c (inferior_event_handler): Replace throw_exception
10367 with throw.
10368 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
10369 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
10370 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
10371 (get_prev_frame_always, get_frame_pc_if_available)
10372 (get_frame_address_in_block_if_available, get_frame_language):
10373 Replace throw_exception with throw.
10374 * frame-unwind.c (frame_unwind_try_unwinder): Replace
10375 throw_exception with throw.
10376 * eval.c (fetch_subexp_value, evaluate_var_value)
10377 (evaluate_funcall, evaluate_subexp_standard): Replace
10378 throw_exception with throw.
10379 * dwarf2loc.c (call_site_find_chain)
10380 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
10381 Replace throw_exception with throw.
10382 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
10383 with throw.
10384 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
10385 throw.
10386 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
10387 * completer.c (complete_line_internal): Replace throw_exception
10388 with throw.
10389 * compile/compile-object-run.c (compile_object_run): Replace
10390 throw_exception with throw.
10391 * cli/cli-script.c (process_next_line): Replace throw_exception
10392 with throw.
10393 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
10394 (btrace_enable, btrace_maint_update_pt_packets): Replace
10395 throw_exception with throw.
10396 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
10397 throw_exception with throw.
10398 * break-catch-throw.c (re_set_exception_catchpoint): Replace
10399 throw_exception with throw.
10400 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10401 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
10402 * aarch64-tdep.c (aarch64_make_prologue_cache)
10403 (aarch64_make_stub_cache): Replace throw_exception with throw.
10404
10405 2019-04-08 Tom Tromey <tom@tromey.com>
10406
10407 * common/common-exceptions.c (throw_exception): Rename from
10408 throw_exception_cxx. Remove old copy. Make argument const.
10409 (throw_it): Create and throw exception objects directly.
10410 * common/common-exceptions.h (throw_exception): Make argument
10411 const.
10412 (struct gdb_exception_error): Add constructor.
10413 (struct gdb_exception_quit): Add constructor.
10414
10415 2019-04-08 Tom Tromey <tom@tromey.com>
10416
10417 * common/common-exceptions.h (exception_rethrow): Don't declare.
10418 (TRY_SJLJ): Update comment.
10419 (TRY, CATCH, END_CATCH): Remove.
10420 * common/common-exceptions.c (exception_rethrow): Remove.
10421
10422 2019-04-08 Tom Tromey <tom@tromey.com>
10423
10424 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
10425 Remove.
10426 (gdb_exception_error): Rename from
10427 gdb_exception_RETURN_MASK_ERROR.
10428 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
10429 (gdb_quit_bad_alloc): Update.
10430 * aarch64-tdep.c: Update.
10431 * ada-lang.c: Update.
10432 * ada-typeprint.c: Update.
10433 * ada-valprint.c: Update.
10434 * amd64-tdep.c: Update.
10435 * arch-utils.c: Update.
10436 * break-catch-throw.c: Update.
10437 * breakpoint.c: Update.
10438 * btrace.c: Update.
10439 * c-varobj.c: Update.
10440 * cli/cli-cmds.c: Update.
10441 * cli/cli-interp.c: Update.
10442 * cli/cli-script.c: Update.
10443 * common/common-exceptions.c: Update.
10444 * common/new-op.c: Update.
10445 * common/selftest.c: Update.
10446 * compile/compile-c-symbols.c: Update.
10447 * compile/compile-cplus-symbols.c: Update.
10448 * compile/compile-object-load.c: Update.
10449 * compile/compile-object-run.c: Update.
10450 * completer.c: Update.
10451 * corelow.c: Update.
10452 * cp-abi.c: Update.
10453 * cp-support.c: Update.
10454 * cp-valprint.c: Update.
10455 * darwin-nat.c: Update.
10456 * disasm-selftests.c: Update.
10457 * dtrace-probe.c: Update.
10458 * dwarf-index-cache.c: Update.
10459 * dwarf-index-write.c: Update.
10460 * dwarf2-frame-tailcall.c: Update.
10461 * dwarf2-frame.c: Update.
10462 * dwarf2loc.c: Update.
10463 * dwarf2read.c: Update.
10464 * eval.c: Update.
10465 * event-loop.c: Update.
10466 * event-top.c: Update.
10467 * exec.c: Update.
10468 * f-valprint.c: Update.
10469 * fbsd-tdep.c: Update.
10470 * frame-unwind.c: Update.
10471 * frame.c: Update.
10472 * gdbtypes.c: Update.
10473 * gnu-v3-abi.c: Update.
10474 * guile/guile-internal.h: Update.
10475 * guile/scm-block.c: Update.
10476 * guile/scm-breakpoint.c: Update.
10477 * guile/scm-cmd.c: Update.
10478 * guile/scm-disasm.c: Update.
10479 * guile/scm-frame.c: Update.
10480 * guile/scm-lazy-string.c: Update.
10481 * guile/scm-math.c: Update.
10482 * guile/scm-param.c: Update.
10483 * guile/scm-ports.c: Update.
10484 * guile/scm-pretty-print.c: Update.
10485 * guile/scm-symbol.c: Update.
10486 * guile/scm-symtab.c: Update.
10487 * guile/scm-type.c: Update.
10488 * guile/scm-value.c: Update.
10489 * i386-linux-tdep.c: Update.
10490 * i386-tdep.c: Update.
10491 * inf-loop.c: Update.
10492 * infcall.c: Update.
10493 * infcmd.c: Update.
10494 * infrun.c: Update.
10495 * jit.c: Update.
10496 * language.c: Update.
10497 * linespec.c: Update.
10498 * linux-fork.c: Update.
10499 * linux-nat.c: Update.
10500 * linux-tdep.c: Update.
10501 * linux-thread-db.c: Update.
10502 * main.c: Update.
10503 * mi/mi-cmd-break.c: Update.
10504 * mi/mi-cmd-stack.c: Update.
10505 * mi/mi-interp.c: Update.
10506 * mi/mi-main.c: Update.
10507 * objc-lang.c: Update.
10508 * p-valprint.c: Update.
10509 * parse.c: Update.
10510 * ppc-linux-tdep.c: Update.
10511 * printcmd.c: Update.
10512 * python/py-arch.c: Update.
10513 * python/py-breakpoint.c: Update.
10514 * python/py-cmd.c: Update.
10515 * python/py-finishbreakpoint.c: Update.
10516 * python/py-frame.c: Update.
10517 * python/py-framefilter.c: Update.
10518 * python/py-gdb-readline.c: Update.
10519 * python/py-inferior.c: Update.
10520 * python/py-infthread.c: Update.
10521 * python/py-lazy-string.c: Update.
10522 * python/py-linetable.c: Update.
10523 * python/py-objfile.c: Update.
10524 * python/py-param.c: Update.
10525 * python/py-prettyprint.c: Update.
10526 * python/py-progspace.c: Update.
10527 * python/py-record-btrace.c: Update.
10528 * python/py-record.c: Update.
10529 * python/py-symbol.c: Update.
10530 * python/py-type.c: Update.
10531 * python/py-unwind.c: Update.
10532 * python/py-utils.c: Update.
10533 * python/py-value.c: Update.
10534 * python/python.c: Update.
10535 * record-btrace.c: Update.
10536 * record-full.c: Update.
10537 * remote-fileio.c: Update.
10538 * remote.c: Update.
10539 * riscv-tdep.c: Update.
10540 * rs6000-aix-tdep.c: Update.
10541 * rs6000-tdep.c: Update.
10542 * rust-exp.y: Update.
10543 * rust-lang.c: Update.
10544 * s390-tdep.c: Update.
10545 * selftest-arch.c: Update.
10546 * solib-dsbt.c: Update.
10547 * solib-frv.c: Update.
10548 * solib-spu.c: Update.
10549 * solib-svr4.c: Update.
10550 * solib.c: Update.
10551 * sparc64-linux-tdep.c: Update.
10552 * stack.c: Update.
10553 * symfile-mem.c: Update.
10554 * symmisc.c: Update.
10555 * target.c: Update.
10556 * thread.c: Update.
10557 * top.c: Update.
10558 * tracefile-tfile.c: Update.
10559 * tui/tui.c: Update.
10560 * typeprint.c: Update.
10561 * unittests/cli-utils-selftests.c: Update.
10562 * unittests/parse-connection-spec-selftests.c: Update.
10563 * valops.c: Update.
10564 * valprint.c: Update.
10565 * value.c: Update.
10566 * varobj.c: Update.
10567 * windows-nat.c: Update.
10568 * x86-linux-nat.c: Update.
10569 * xml-support.c: Update.
10570
10571 2019-04-08 Tom Tromey <tom@tromey.com>
10572
10573 * xml-support.c: Use C++ exception handling.
10574 * x86-linux-nat.c: Use C++ exception handling.
10575 * windows-nat.c: Use C++ exception handling.
10576 * varobj.c: Use C++ exception handling.
10577 * value.c: Use C++ exception handling.
10578 * valprint.c: Use C++ exception handling.
10579 * valops.c: Use C++ exception handling.
10580 * unittests/parse-connection-spec-selftests.c: Use C++ exception
10581 handling.
10582 * unittests/cli-utils-selftests.c: Use C++ exception handling.
10583 * typeprint.c: Use C++ exception handling.
10584 * tui/tui.c: Use C++ exception handling.
10585 * tracefile-tfile.c: Use C++ exception handling.
10586 * top.c: Use C++ exception handling.
10587 * thread.c: Use C++ exception handling.
10588 * target.c: Use C++ exception handling.
10589 * symmisc.c: Use C++ exception handling.
10590 * symfile-mem.c: Use C++ exception handling.
10591 * stack.c: Use C++ exception handling.
10592 * sparc64-linux-tdep.c: Use C++ exception handling.
10593 * solib.c: Use C++ exception handling.
10594 * solib-svr4.c: Use C++ exception handling.
10595 * solib-spu.c: Use C++ exception handling.
10596 * solib-frv.c: Use C++ exception handling.
10597 * solib-dsbt.c: Use C++ exception handling.
10598 * selftest-arch.c: Use C++ exception handling.
10599 * s390-tdep.c: Use C++ exception handling.
10600 * rust-lang.c: Use C++ exception handling.
10601 * rust-exp.y: Use C++ exception handling.
10602 * rs6000-tdep.c: Use C++ exception handling.
10603 * rs6000-aix-tdep.c: Use C++ exception handling.
10604 * riscv-tdep.c: Use C++ exception handling.
10605 * remote.c: Use C++ exception handling.
10606 * remote-fileio.c: Use C++ exception handling.
10607 * record-full.c: Use C++ exception handling.
10608 * record-btrace.c: Use C++ exception handling.
10609 * python/python.c: Use C++ exception handling.
10610 * python/py-value.c: Use C++ exception handling.
10611 * python/py-utils.c: Use C++ exception handling.
10612 * python/py-unwind.c: Use C++ exception handling.
10613 * python/py-type.c: Use C++ exception handling.
10614 * python/py-symbol.c: Use C++ exception handling.
10615 * python/py-record.c: Use C++ exception handling.
10616 * python/py-record-btrace.c: Use C++ exception handling.
10617 * python/py-progspace.c: Use C++ exception handling.
10618 * python/py-prettyprint.c: Use C++ exception handling.
10619 * python/py-param.c: Use C++ exception handling.
10620 * python/py-objfile.c: Use C++ exception handling.
10621 * python/py-linetable.c: Use C++ exception handling.
10622 * python/py-lazy-string.c: Use C++ exception handling.
10623 * python/py-infthread.c: Use C++ exception handling.
10624 * python/py-inferior.c: Use C++ exception handling.
10625 * python/py-gdb-readline.c: Use C++ exception handling.
10626 * python/py-framefilter.c: Use C++ exception handling.
10627 * python/py-frame.c: Use C++ exception handling.
10628 * python/py-finishbreakpoint.c: Use C++ exception handling.
10629 * python/py-cmd.c: Use C++ exception handling.
10630 * python/py-breakpoint.c: Use C++ exception handling.
10631 * python/py-arch.c: Use C++ exception handling.
10632 * printcmd.c: Use C++ exception handling.
10633 * ppc-linux-tdep.c: Use C++ exception handling.
10634 * parse.c: Use C++ exception handling.
10635 * p-valprint.c: Use C++ exception handling.
10636 * objc-lang.c: Use C++ exception handling.
10637 * mi/mi-main.c: Use C++ exception handling.
10638 * mi/mi-interp.c: Use C++ exception handling.
10639 * mi/mi-cmd-stack.c: Use C++ exception handling.
10640 * mi/mi-cmd-break.c: Use C++ exception handling.
10641 * main.c: Use C++ exception handling.
10642 * linux-thread-db.c: Use C++ exception handling.
10643 * linux-tdep.c: Use C++ exception handling.
10644 * linux-nat.c: Use C++ exception handling.
10645 * linux-fork.c: Use C++ exception handling.
10646 * linespec.c: Use C++ exception handling.
10647 * language.c: Use C++ exception handling.
10648 * jit.c: Use C++ exception handling.
10649 * infrun.c: Use C++ exception handling.
10650 * infcmd.c: Use C++ exception handling.
10651 * infcall.c: Use C++ exception handling.
10652 * inf-loop.c: Use C++ exception handling.
10653 * i386-tdep.c: Use C++ exception handling.
10654 * i386-linux-tdep.c: Use C++ exception handling.
10655 * guile/scm-value.c: Use C++ exception handling.
10656 * guile/scm-type.c: Use C++ exception handling.
10657 * guile/scm-symtab.c: Use C++ exception handling.
10658 * guile/scm-symbol.c: Use C++ exception handling.
10659 * guile/scm-pretty-print.c: Use C++ exception handling.
10660 * guile/scm-ports.c: Use C++ exception handling.
10661 * guile/scm-param.c: Use C++ exception handling.
10662 * guile/scm-math.c: Use C++ exception handling.
10663 * guile/scm-lazy-string.c: Use C++ exception handling.
10664 * guile/scm-frame.c: Use C++ exception handling.
10665 * guile/scm-disasm.c: Use C++ exception handling.
10666 * guile/scm-cmd.c: Use C++ exception handling.
10667 * guile/scm-breakpoint.c: Use C++ exception handling.
10668 * guile/scm-block.c: Use C++ exception handling.
10669 * guile/guile-internal.h: Use C++ exception handling.
10670 * gnu-v3-abi.c: Use C++ exception handling.
10671 * gdbtypes.c: Use C++ exception handling.
10672 * frame.c: Use C++ exception handling.
10673 * frame-unwind.c: Use C++ exception handling.
10674 * fbsd-tdep.c: Use C++ exception handling.
10675 * f-valprint.c: Use C++ exception handling.
10676 * exec.c: Use C++ exception handling.
10677 * event-top.c: Use C++ exception handling.
10678 * event-loop.c: Use C++ exception handling.
10679 * eval.c: Use C++ exception handling.
10680 * dwarf2read.c: Use C++ exception handling.
10681 * dwarf2loc.c: Use C++ exception handling.
10682 * dwarf2-frame.c: Use C++ exception handling.
10683 * dwarf2-frame-tailcall.c: Use C++ exception handling.
10684 * dwarf-index-write.c: Use C++ exception handling.
10685 * dwarf-index-cache.c: Use C++ exception handling.
10686 * dtrace-probe.c: Use C++ exception handling.
10687 * disasm-selftests.c: Use C++ exception handling.
10688 * darwin-nat.c: Use C++ exception handling.
10689 * cp-valprint.c: Use C++ exception handling.
10690 * cp-support.c: Use C++ exception handling.
10691 * cp-abi.c: Use C++ exception handling.
10692 * corelow.c: Use C++ exception handling.
10693 * completer.c: Use C++ exception handling.
10694 * compile/compile-object-run.c: Use C++ exception handling.
10695 * compile/compile-object-load.c: Use C++ exception handling.
10696 * compile/compile-cplus-symbols.c: Use C++ exception handling.
10697 * compile/compile-c-symbols.c: Use C++ exception handling.
10698 * common/selftest.c: Use C++ exception handling.
10699 * common/new-op.c: Use C++ exception handling.
10700 * cli/cli-script.c: Use C++ exception handling.
10701 * cli/cli-interp.c: Use C++ exception handling.
10702 * cli/cli-cmds.c: Use C++ exception handling.
10703 * c-varobj.c: Use C++ exception handling.
10704 * btrace.c: Use C++ exception handling.
10705 * breakpoint.c: Use C++ exception handling.
10706 * break-catch-throw.c: Use C++ exception handling.
10707 * arch-utils.c: Use C++ exception handling.
10708 * amd64-tdep.c: Use C++ exception handling.
10709 * ada-valprint.c: Use C++ exception handling.
10710 * ada-typeprint.c: Use C++ exception handling.
10711 * ada-lang.c: Use C++ exception handling.
10712 * aarch64-tdep.c: Use C++ exception handling.
10713
10714 2019-04-08 Tom Tromey <tom@tromey.com>
10715
10716 * xml-support.c (gdb_xml_parser::parse): Update.
10717 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
10718 * value.c (show_convenience): Update.
10719 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
10720 (test_parse_flags_qcs): Update.
10721 * thread.c (thr_try_catch_cmd): Update.
10722 * target.c (target_translate_tls_address): Update.
10723 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
10724 (info_frame_command_core, frame_apply_command_count): Update.
10725 * rust-exp.y (rust_lex_exception_test): Update.
10726 * riscv-tdep.c (riscv_print_one_register_info): Update.
10727 * remote.c (remote_target::enable_btrace): Update.
10728 * record-btrace.c (record_btrace_enable_warn): Update.
10729 * python/py-utils.c (gdbpy_convert_exception): Update.
10730 * printcmd.c (do_one_display, print_variable_and_value): Update.
10731 * mi/mi-main.c (mi_print_exception): Update.
10732 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
10733 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
10734 * linux-nat.c (linux_nat_target::attach): Update.
10735 * linux-fork.c (class scoped_switch_fork_info): Update.
10736 * infrun.c (displaced_step_prepare): Update.
10737 * infcall.c (call_function_by_hand_dummy): Update.
10738 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
10739 * gnu-v3-abi.c (print_one_vtable): Update.
10740 * frame.c (get_prev_frame_always): Update.
10741 * f-valprint.c (info_common_command_for_block): Update.
10742 * exec.c (try_open_exec_file): Update.
10743 * exceptions.c (print_exception, exception_print)
10744 (exception_fprintf, exception_print_same): Update.
10745 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
10746 * dwarf-index-cache.c (index_cache::store)
10747 (index_cache::lookup_gdb_index): Update.
10748 * darwin-nat.c (maybe_cache_shell): Update.
10749 * cp-valprint.c (cp_print_value_fields): Update.
10750 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
10751 (gcc_cplus_symbol_address): Update.
10752 * compile/compile-c-symbols.c (gcc_convert_symbol)
10753 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
10754 * common/selftest.c: Update.
10755 * common/common-exceptions.h (struct gdb_exception) <message>: Now
10756 a std::string.
10757 (exception_try_scope_entry, exception_try_scope_exit): Don't
10758 declare.
10759 (struct exception_try_scope): Remove.
10760 (TRY): Don't use exception_try_scope.
10761 (struct gdb_exception): Add constructor, operator=.
10762 <what>: New method.
10763 (struct gdb_exception_RETURN_MASK_ALL)
10764 (struct gdb_exception_RETURN_MASK_ERROR)
10765 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
10766 (struct gdb_quit_bad_alloc): Update.
10767 * common/common-exceptions.c (exception_none): Change
10768 initializer.
10769 (struct catcher) <state, exception>: Initialize inline.
10770 <prev>: Remove member.
10771 (current_catcher): Remove.
10772 (catchers): New global.
10773 (exceptions_state_mc_init): Simplify.
10774 (catcher_pop): Remove.
10775 (exceptions_state_mc, exceptions_state_mc_catch): Update.
10776 (try_scope_depth, exception_try_scope_entry)
10777 (exception_try_scope_exit): Remove.
10778 (throw_exception_sjlj): Update.
10779 (exception_messages, exception_messages_size): Remove.
10780 (throw_it): Simplify.
10781 (gdb_exception_sliced_copy): Remove.
10782 (throw_exception_cxx): Update.
10783 * cli/cli-script.c (script_from_file): Update.
10784 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
10785 Update.
10786 * ada-valprint.c (ada_val_print): Update.
10787 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
10788 (create_excep_cond_exprs): Update.
10789
10790 2019-04-08 Tom Tromey <tom@tromey.com>
10791
10792 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
10793 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
10794 (TRY, CATCH, END_CATCH): Remove some definitions.
10795 * common/common-exceptions.c: Don't use GDB_XCPT.
10796 (catcher_list_size): Remove.
10797 (throw_exception, throw_it): Simplify.
10798
10799 2019-04-05 Tom Tromey <tom@tromey.com>
10800
10801 Revert the header-sorting patch.
10802 * ft32-tdep.c: Revert.
10803 * frv-tdep.c: Revert.
10804 * frv-linux-tdep.c: Revert.
10805 * frame.c: Revert.
10806 * frame-unwind.c: Revert.
10807 * frame-base.c: Revert.
10808 * fork-child.c: Revert.
10809 * findvar.c: Revert.
10810 * findcmd.c: Revert.
10811 * filesystem.c: Revert.
10812 * filename-seen-cache.h: Revert.
10813 * filename-seen-cache.c: Revert.
10814 * fbsd-tdep.c: Revert.
10815 * fbsd-nat.h: Revert.
10816 * fbsd-nat.c: Revert.
10817 * f-valprint.c: Revert.
10818 * f-typeprint.c: Revert.
10819 * f-lang.c: Revert.
10820 * extension.h: Revert.
10821 * extension.c: Revert.
10822 * extension-priv.h: Revert.
10823 * expprint.c: Revert.
10824 * exec.h: Revert.
10825 * exec.c: Revert.
10826 * exceptions.c: Revert.
10827 * event-top.c: Revert.
10828 * event-loop.c: Revert.
10829 * eval.c: Revert.
10830 * elfread.c: Revert.
10831 * dwarf2read.h: Revert.
10832 * dwarf2read.c: Revert.
10833 * dwarf2loc.c: Revert.
10834 * dwarf2expr.h: Revert.
10835 * dwarf2expr.c: Revert.
10836 * dwarf2-frame.c: Revert.
10837 * dwarf2-frame-tailcall.c: Revert.
10838 * dwarf-index-write.h: Revert.
10839 * dwarf-index-write.c: Revert.
10840 * dwarf-index-common.c: Revert.
10841 * dwarf-index-cache.h: Revert.
10842 * dwarf-index-cache.c: Revert.
10843 * dummy-frame.c: Revert.
10844 * dtrace-probe.c: Revert.
10845 * disasm.h: Revert.
10846 * disasm.c: Revert.
10847 * disasm-selftests.c: Revert.
10848 * dictionary.c: Revert.
10849 * dicos-tdep.c: Revert.
10850 * demangle.c: Revert.
10851 * dcache.h: Revert.
10852 * dcache.c: Revert.
10853 * darwin-nat.h: Revert.
10854 * darwin-nat.c: Revert.
10855 * darwin-nat-info.c: Revert.
10856 * d-valprint.c: Revert.
10857 * d-namespace.c: Revert.
10858 * d-lang.c: Revert.
10859 * ctf.c: Revert.
10860 * csky-tdep.c: Revert.
10861 * csky-linux-tdep.c: Revert.
10862 * cris-tdep.c: Revert.
10863 * cris-linux-tdep.c: Revert.
10864 * cp-valprint.c: Revert.
10865 * cp-support.c: Revert.
10866 * cp-namespace.c: Revert.
10867 * cp-abi.c: Revert.
10868 * corelow.c: Revert.
10869 * corefile.c: Revert.
10870 * continuations.c: Revert.
10871 * completer.h: Revert.
10872 * completer.c: Revert.
10873 * complaints.c: Revert.
10874 * coffread.c: Revert.
10875 * coff-pe-read.c: Revert.
10876 * cli-out.h: Revert.
10877 * cli-out.c: Revert.
10878 * charset.c: Revert.
10879 * c-varobj.c: Revert.
10880 * c-valprint.c: Revert.
10881 * c-typeprint.c: Revert.
10882 * c-lang.c: Revert.
10883 * buildsym.c: Revert.
10884 * buildsym-legacy.c: Revert.
10885 * build-id.h: Revert.
10886 * build-id.c: Revert.
10887 * btrace.c: Revert.
10888 * bsd-uthread.c: Revert.
10889 * breakpoint.h: Revert.
10890 * breakpoint.c: Revert.
10891 * break-catch-throw.c: Revert.
10892 * break-catch-syscall.c: Revert.
10893 * break-catch-sig.c: Revert.
10894 * blockframe.c: Revert.
10895 * block.c: Revert.
10896 * bfin-tdep.c: Revert.
10897 * bfin-linux-tdep.c: Revert.
10898 * bfd-target.c: Revert.
10899 * bcache.c: Revert.
10900 * ax-general.c: Revert.
10901 * ax-gdb.h: Revert.
10902 * ax-gdb.c: Revert.
10903 * avr-tdep.c: Revert.
10904 * auxv.c: Revert.
10905 * auto-load.c: Revert.
10906 * arm-wince-tdep.c: Revert.
10907 * arm-tdep.c: Revert.
10908 * arm-symbian-tdep.c: Revert.
10909 * arm-pikeos-tdep.c: Revert.
10910 * arm-obsd-tdep.c: Revert.
10911 * arm-nbsd-tdep.c: Revert.
10912 * arm-nbsd-nat.c: Revert.
10913 * arm-linux-tdep.c: Revert.
10914 * arm-linux-nat.c: Revert.
10915 * arm-fbsd-tdep.c: Revert.
10916 * arm-fbsd-nat.c: Revert.
10917 * arm-bsd-tdep.c: Revert.
10918 * arch-utils.c: Revert.
10919 * arc-tdep.c: Revert.
10920 * arc-newlib-tdep.c: Revert.
10921 * annotate.h: Revert.
10922 * annotate.c: Revert.
10923 * amd64-windows-tdep.c: Revert.
10924 * amd64-windows-nat.c: Revert.
10925 * amd64-tdep.c: Revert.
10926 * amd64-sol2-tdep.c: Revert.
10927 * amd64-obsd-tdep.c: Revert.
10928 * amd64-obsd-nat.c: Revert.
10929 * amd64-nbsd-tdep.c: Revert.
10930 * amd64-nbsd-nat.c: Revert.
10931 * amd64-nat.c: Revert.
10932 * amd64-linux-tdep.c: Revert.
10933 * amd64-linux-nat.c: Revert.
10934 * amd64-fbsd-tdep.c: Revert.
10935 * amd64-fbsd-nat.c: Revert.
10936 * amd64-dicos-tdep.c: Revert.
10937 * amd64-darwin-tdep.c: Revert.
10938 * amd64-bsd-nat.c: Revert.
10939 * alpha-tdep.c: Revert.
10940 * alpha-obsd-tdep.c: Revert.
10941 * alpha-nbsd-tdep.c: Revert.
10942 * alpha-mdebug-tdep.c: Revert.
10943 * alpha-linux-tdep.c: Revert.
10944 * alpha-linux-nat.c: Revert.
10945 * alpha-bsd-tdep.c: Revert.
10946 * alpha-bsd-nat.c: Revert.
10947 * aix-thread.c: Revert.
10948 * agent.c: Revert.
10949 * addrmap.c: Revert.
10950 * ada-varobj.c: Revert.
10951 * ada-valprint.c: Revert.
10952 * ada-typeprint.c: Revert.
10953 * ada-tasks.c: Revert.
10954 * ada-lang.c: Revert.
10955 * aarch64-tdep.c: Revert.
10956 * aarch64-ravenscar-thread.c: Revert.
10957 * aarch64-newlib-tdep.c: Revert.
10958 * aarch64-linux-tdep.c: Revert.
10959 * aarch64-linux-nat.c: Revert.
10960 * aarch64-fbsd-tdep.c: Revert.
10961 * aarch64-fbsd-nat.c: Revert.
10962 * aarch32-linux-nat.c: Revert.
10963
10964 2019-04-05 Tom Tromey <tom@tromey.com>
10965
10966 * ft32-tdep.c: Sort headers.
10967 * frv-tdep.c: Sort headers.
10968 * frv-linux-tdep.c: Sort headers.
10969 * frame.c: Sort headers.
10970 * frame-unwind.c: Sort headers.
10971 * frame-base.c: Sort headers.
10972 * fork-child.c: Sort headers.
10973 * findvar.c: Sort headers.
10974 * findcmd.c: Sort headers.
10975 * filesystem.c: Sort headers.
10976 * filename-seen-cache.h: Sort headers.
10977 * filename-seen-cache.c: Sort headers.
10978 * fbsd-tdep.c: Sort headers.
10979 * fbsd-nat.h: Sort headers.
10980 * fbsd-nat.c: Sort headers.
10981 * f-valprint.c: Sort headers.
10982 * f-typeprint.c: Sort headers.
10983 * f-lang.c: Sort headers.
10984 * extension.h: Sort headers.
10985 * extension.c: Sort headers.
10986 * extension-priv.h: Sort headers.
10987 * expprint.c: Sort headers.
10988 * exec.h: Sort headers.
10989 * exec.c: Sort headers.
10990 * exceptions.c: Sort headers.
10991 * event-top.c: Sort headers.
10992 * event-loop.c: Sort headers.
10993 * eval.c: Sort headers.
10994 * elfread.c: Sort headers.
10995 * dwarf2read.h: Sort headers.
10996 * dwarf2read.c: Sort headers.
10997 * dwarf2loc.c: Sort headers.
10998 * dwarf2expr.h: Sort headers.
10999 * dwarf2expr.c: Sort headers.
11000 * dwarf2-frame.c: Sort headers.
11001 * dwarf2-frame-tailcall.c: Sort headers.
11002 * dwarf-index-write.h: Sort headers.
11003 * dwarf-index-write.c: Sort headers.
11004 * dwarf-index-common.c: Sort headers.
11005 * dwarf-index-cache.h: Sort headers.
11006 * dwarf-index-cache.c: Sort headers.
11007 * dummy-frame.c: Sort headers.
11008 * dtrace-probe.c: Sort headers.
11009 * disasm.h: Sort headers.
11010 * disasm.c: Sort headers.
11011 * disasm-selftests.c: Sort headers.
11012 * dictionary.c: Sort headers.
11013 * dicos-tdep.c: Sort headers.
11014 * demangle.c: Sort headers.
11015 * dcache.h: Sort headers.
11016 * dcache.c: Sort headers.
11017 * darwin-nat.h: Sort headers.
11018 * darwin-nat.c: Sort headers.
11019 * darwin-nat-info.c: Sort headers.
11020 * d-valprint.c: Sort headers.
11021 * d-namespace.c: Sort headers.
11022 * d-lang.c: Sort headers.
11023 * ctf.c: Sort headers.
11024 * csky-tdep.c: Sort headers.
11025 * csky-linux-tdep.c: Sort headers.
11026 * cris-tdep.c: Sort headers.
11027 * cris-linux-tdep.c: Sort headers.
11028 * cp-valprint.c: Sort headers.
11029 * cp-support.c: Sort headers.
11030 * cp-namespace.c: Sort headers.
11031 * cp-abi.c: Sort headers.
11032 * corelow.c: Sort headers.
11033 * corefile.c: Sort headers.
11034 * continuations.c: Sort headers.
11035 * completer.h: Sort headers.
11036 * completer.c: Sort headers.
11037 * complaints.c: Sort headers.
11038 * coffread.c: Sort headers.
11039 * coff-pe-read.c: Sort headers.
11040 * cli-out.h: Sort headers.
11041 * cli-out.c: Sort headers.
11042 * charset.c: Sort headers.
11043 * c-varobj.c: Sort headers.
11044 * c-valprint.c: Sort headers.
11045 * c-typeprint.c: Sort headers.
11046 * c-lang.c: Sort headers.
11047 * buildsym.c: Sort headers.
11048 * buildsym-legacy.c: Sort headers.
11049 * build-id.h: Sort headers.
11050 * build-id.c: Sort headers.
11051 * btrace.c: Sort headers.
11052 * bsd-uthread.c: Sort headers.
11053 * breakpoint.h: Sort headers.
11054 * breakpoint.c: Sort headers.
11055 * break-catch-throw.c: Sort headers.
11056 * break-catch-syscall.c: Sort headers.
11057 * break-catch-sig.c: Sort headers.
11058 * blockframe.c: Sort headers.
11059 * block.c: Sort headers.
11060 * bfin-tdep.c: Sort headers.
11061 * bfin-linux-tdep.c: Sort headers.
11062 * bfd-target.c: Sort headers.
11063 * bcache.c: Sort headers.
11064 * ax-general.c: Sort headers.
11065 * ax-gdb.h: Sort headers.
11066 * ax-gdb.c: Sort headers.
11067 * avr-tdep.c: Sort headers.
11068 * auxv.c: Sort headers.
11069 * auto-load.c: Sort headers.
11070 * arm-wince-tdep.c: Sort headers.
11071 * arm-tdep.c: Sort headers.
11072 * arm-symbian-tdep.c: Sort headers.
11073 * arm-pikeos-tdep.c: Sort headers.
11074 * arm-obsd-tdep.c: Sort headers.
11075 * arm-nbsd-tdep.c: Sort headers.
11076 * arm-nbsd-nat.c: Sort headers.
11077 * arm-linux-tdep.c: Sort headers.
11078 * arm-linux-nat.c: Sort headers.
11079 * arm-fbsd-tdep.c: Sort headers.
11080 * arm-fbsd-nat.c: Sort headers.
11081 * arm-bsd-tdep.c: Sort headers.
11082 * arch-utils.c: Sort headers.
11083 * arc-tdep.c: Sort headers.
11084 * arc-newlib-tdep.c: Sort headers.
11085 * annotate.h: Sort headers.
11086 * annotate.c: Sort headers.
11087 * amd64-windows-tdep.c: Sort headers.
11088 * amd64-windows-nat.c: Sort headers.
11089 * amd64-tdep.c: Sort headers.
11090 * amd64-sol2-tdep.c: Sort headers.
11091 * amd64-obsd-tdep.c: Sort headers.
11092 * amd64-obsd-nat.c: Sort headers.
11093 * amd64-nbsd-tdep.c: Sort headers.
11094 * amd64-nbsd-nat.c: Sort headers.
11095 * amd64-nat.c: Sort headers.
11096 * amd64-linux-tdep.c: Sort headers.
11097 * amd64-linux-nat.c: Sort headers.
11098 * amd64-fbsd-tdep.c: Sort headers.
11099 * amd64-fbsd-nat.c: Sort headers.
11100 * amd64-dicos-tdep.c: Sort headers.
11101 * amd64-darwin-tdep.c: Sort headers.
11102 * amd64-bsd-nat.c: Sort headers.
11103 * alpha-tdep.c: Sort headers.
11104 * alpha-obsd-tdep.c: Sort headers.
11105 * alpha-nbsd-tdep.c: Sort headers.
11106 * alpha-mdebug-tdep.c: Sort headers.
11107 * alpha-linux-tdep.c: Sort headers.
11108 * alpha-linux-nat.c: Sort headers.
11109 * alpha-bsd-tdep.c: Sort headers.
11110 * alpha-bsd-nat.c: Sort headers.
11111 * aix-thread.c: Sort headers.
11112 * agent.c: Sort headers.
11113 * addrmap.c: Sort headers.
11114 * ada-varobj.c: Sort headers.
11115 * ada-valprint.c: Sort headers.
11116 * ada-typeprint.c: Sort headers.
11117 * ada-tasks.c: Sort headers.
11118 * ada-lang.c: Sort headers.
11119 * aarch64-tdep.c: Sort headers.
11120 * aarch64-ravenscar-thread.c: Sort headers.
11121 * aarch64-newlib-tdep.c: Sort headers.
11122 * aarch64-linux-tdep.c: Sort headers.
11123 * aarch64-linux-nat.c: Sort headers.
11124 * aarch64-fbsd-tdep.c: Sort headers.
11125 * aarch64-fbsd-nat.c: Sort headers.
11126 * aarch32-linux-nat.c: Sort headers.
11127
11128 2019-04-04 Tom Tromey <tom@tromey.com>
11129
11130 * varobj.c (varobj_create): Update.
11131 * rust-exp.y (struct rust_parser) <update_innermost_block,
11132 lookup_symbol>: New methods.
11133 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
11134 Rename.
11135 (rust_parser::rust_lookup_type)
11136 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
11137 * printcmd.c (display_command, do_one_display): Update.
11138 * parser-defs.h (struct parser_state) <parser_state>: Add
11139 "tracker" parameter.
11140 (block_tracker): New member.
11141 (class innermost_block_tracker) <innermost_block_tracker>: Add
11142 "types" parameter.
11143 <reset>: Remove method.
11144 (innermost_block): Don't declare.
11145 (null_post_parser): Update.
11146 * parse.c (innermost_block): Remove global.
11147 (write_dollar_variable): Update.
11148 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
11149 Remove "tracker_types" parameter.
11150 (parse_expression): Add "tracker" parameter.
11151 (parse_expression_for_completion): Update.
11152 (null_post_parser): Add "tracker" parameter.
11153 * p-exp.y: Update rules.
11154 * m2-exp.y: Update rules.
11155 * language.h (struct language_defn) <la_post_parser>: Add
11156 "tracker" parameter.
11157 * go-exp.y: Update rules.
11158 * f-exp.y: Update rules.
11159 * expression.h (parse_expression, parse_exp_1): Add "tracker"
11160 parameter.
11161 * d-exp.y: Update rules.
11162 * c-exp.y: Update rules.
11163 * breakpoint.c (set_breakpoint_condition): Create an
11164 innermost_block_tracker.
11165 (watch_command_1): Likewise.
11166 * ada-lang.c (resolve): Add "tracker" parameter.
11167 (resolve_subexp): Likewise.
11168 * ada-exp.y (write_var_from_sym): Update.
11169
11170 2019-04-04 Tom Tromey <tom@tromey.com>
11171
11172 * type-stack.h: New file.
11173 * type-stack.c: New file.
11174 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
11175 type-stack.h.
11176 (insert_into_type_stack, insert_type, push_type, push_type_int)
11177 (insert_type_address_space, pop_type, pop_type_int)
11178 (pop_typelist, pop_type_stack, append_type_stack)
11179 (push_type_stack, get_type_stack, push_typelist)
11180 (follow_type_instance_flags, follow_types): Don't declare.
11181 * parse.c (type_stack): Remove global.
11182 (parse_exp_in_context): Update.
11183 (insert_into_type_stack, insert_type, push_type, push_type_int)
11184 (insert_type_address_space, pop_type, pop_type_int)
11185 (pop_typelist, pop_type_stack, append_type_stack)
11186 (push_type_stack, get_type_stack, push_typelist)
11187 (follow_type_instance_flags, follow_types): Remove (moved to
11188 type-stack.c).
11189 * f-exp.y (type_stack): New global.
11190 Update rules.
11191 (push_kind_type, f_parse): Update.
11192 * d-exp.y (type_stack): New global.
11193 Update rules.
11194 (d_parse): Update.
11195 * c-exp.y (struct c_parse_state) <type_stack>: New member.
11196 Update rules.
11197 * Makefile.in (COMMON_SFILES): Add type-stack.c.
11198 (HFILES_NO_SRCDIR): Add type-stack.h.
11199
11200 2019-04-04 Tom Tromey <tom@tromey.com>
11201
11202 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
11203 (rust_parser::convert_ast_to_expression, rust_parse)
11204 (rust_lex_test_completion, rust_lex_tests): Update.
11205 * parser-defs.h (struct expr_completion_state): New.
11206 (struct parser_state) <parser_state>: Add completion parameter.
11207 <mark_struct_expression, mark_completion_tag>: New methods.
11208 <parse_completion, m_completion_state>: New members.
11209 (prefixify_expression, null_post_parser): Update.
11210 (mark_struct_expression, mark_completion_tag): Don't declare.
11211 * parse.c (parse_completion, expout_last_struct)
11212 (expout_tag_completion_type, expout_completion_name): Remove
11213 globals.
11214 (parser_state::mark_struct_expression)
11215 (parser_state::mark_completion_tag): Now methods.
11216 (prefixify_expression): Add last_struct parameter.
11217 (prefixify_subexp): Likewise.
11218 (parse_exp_1): Update.
11219 (parse_exp_in_context): Add cstate parameter. Update.
11220 (parse_expression_for_completion): Create an
11221 expr_completion_state.
11222 (null_post_parser): Add "completion" parameter.
11223 * p-exp.y: Update rules.
11224 (yylex): Update.
11225 * language.h (struct language_defn) <la_post_parser>: Add
11226 "completing" parameter.
11227 * go-exp.y: Update rules.
11228 (lex_one_token): Update.
11229 * expression.h (parse_completion): Don't declare.
11230 * d-exp.y: Update rules.
11231 (lex_one_token): Update rules.
11232 * c-exp.y: Update rules.
11233 (lex_one_token): Update.
11234 * ada-lang.c (resolve): Add "parse_completion" parameter.
11235 (resolve_subexp): Likewise.
11236 (ada_resolve_function): Likewise.
11237
11238 2019-04-04 Tom Tromey <tom@tromey.com>
11239
11240 * parser-defs.h (struct parser_state) <start_arglist,
11241 end_arglist>: New methods.
11242 <arglist_len, m_funcall_chain>: New members.
11243 (arglist_len, start_arglist, end_arglist): Don't declare.
11244 * parse.c (arglist_len, funcall_chain): Remove global.
11245 (start_arglist, end_arglist): Remove functions.
11246 (parse_exp_in_context): Update.
11247 * p-exp.y: Update rules.
11248 * m2-exp.y: Update rules.
11249 * go-exp.y: Update rules.
11250 * f-exp.y: Update rules.
11251 * d-exp.y: Update rules.
11252 * c-exp.y: Update rules.
11253
11254 2019-04-04 Tom Tromey <tom@tromey.com>
11255
11256 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
11257 lex_operator, push_back>: New methods.
11258 Update all rules.
11259 (rust_parser::lex_hex, lex_escape): Rename and update.
11260 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
11261 (rust_parser::lex_operator): Rename and update.
11262 (rust_parser::lex_number, rustyylex, rustyyerror)
11263 (rust_lex_test_init, rust_lex_test_sequence)
11264 (rust_lex_test_push_back, rust_lex_tests): Update.
11265 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
11266 parameter.
11267 <lexptr, prev_lexptr>: New members.
11268 (lexptr, prev_lexptr): Don't declare.
11269 * parse.c (lexptr, prev_lexptr): Remove globals.
11270 (parse_exp_in_context): Update.
11271 * p-exp.y (yylex, yyerror): Update.
11272 * m2-exp.y (parse_number, yylex, yyerror): Update.
11273 * go-exp.y (lex_one_token, yyerror): Update.
11274 * f-exp.y (match_string_literal, yylex, yyerror): Update.
11275 * d-exp.y (lex_one_token, yyerror): Update.
11276 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
11277 (lex_one_token, yyerror): Update.
11278 * ada-lex.l (YY_INPUT): Update.
11279 (rewind_to_char): Update.
11280 * ada-exp.y (yyerror): Update.
11281
11282 2019-04-04 Tom Tromey <tom@tromey.com>
11283
11284 * rust-exp.y (rustyylex, rust_lex_tests): Update.
11285 * parser-defs.h (struct parser_state) <parser_state>: Add new
11286 parameter.
11287 <comma_terminates>: New member.
11288 (comma_terminates): Don't declare global.
11289 * parse.c (comma_terminates): Remove global.
11290 (parse_exp_in_context): Update.
11291 * p-exp.y (yylex): Update.
11292 * m2-exp.y (yylex): Update.
11293 * go-exp.y (lex_one_token): Update.
11294 * f-exp.y (yylex): Update.
11295 * d-exp.y (lex_one_token): Update.
11296 * c-exp.y (lex_one_token): Update.
11297 * ada-lex.l: Update.
11298
11299 2019-04-04 Tom Tromey <tom@tromey.com>
11300
11301 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
11302 (rustyylex, rust_lex_test_init, rust_lex_test_one)
11303 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
11304 * parser-defs.h (paren_depth): Don't declare.
11305 * parse.c (paren_depth): Remove global.
11306 (parse_exp_in_context): Update.
11307 * p-exp.y (paren_depth): New global.
11308 (pascal_parse): Initialize it.
11309 * m2-exp.y (paren_depth): New global.
11310 (m2_parse): Initialize it.
11311 * go-exp.y (paren_depth): New global.
11312 (go_parse): Initialize it.
11313 * f-exp.y (paren_depth): New global.
11314 (f_parse): Initialize it.
11315 * d-exp.y (paren_depth): New global.
11316 (d_parse): Initialize it.
11317 * c-exp.y (paren_depth): New global.
11318 (c_parse): Initialize it.
11319 * ada-lex.l (paren_depth): New global.
11320 (lexer_init): Initialize it.
11321
11322 2019-04-04 Tom Tromey <tom@tromey.com>
11323
11324 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
11325 (rust_parser::convert_ast_to_type)
11326 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
11327 * parser-defs.h (struct parser_state) <parser_state>: Add
11328 parameters. Initialize new members.
11329 <expression_context_block, expression_context_pc>: New members.
11330 * parse.c (expression_context_block, expression_context_pc):
11331 Remove globals.
11332 (parse_exp_in_context): Update.
11333 * p-exp.y: Update all rules.
11334 (yylex): Update.
11335 * m2-exp.y: Update all rules.
11336 (yylex): Update.
11337 * go-exp.y (yylex): Update.
11338 * f-exp.y (yylex): Update.
11339 * d-exp.y: Update all rules.
11340 (yylex): Update.
11341 * c-exp.y: Update all rules.
11342 (lex_one_token, classify_name, yylex, c_parse): Update.
11343 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
11344
11345 2019-04-04 Tom Tromey <tom@tromey.com>
11346
11347 * gdbarch.h, gdbarch.c: Rebuild.
11348 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
11349 * stap-probe.h:
11350 (struct stap_parse_info): Replace "parser_state" with
11351 "expr_builder".
11352 * parser-defs.h (struct expr_builder): Rename from "parser_state".
11353 (parser_state): New class.
11354 * parse.c (expr_builder): Rename.
11355 (expr_builder::release): Rename.
11356 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
11357 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
11358 (write_exp_elt_longcst, write_exp_elt_floatcst)
11359 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
11360 (write_exp_string_vector, write_exp_bitstring)
11361 (write_exp_msymbol, mark_struct_expression)
11362 (write_dollar_variable)
11363 (insert_type_address_space, increase_expout_size): Replace
11364 "parser_state" with "expr_builder".
11365 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
11366 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
11367 "parser_state" with "expr_builder".
11368
11369 2019-04-04 Tom Tromey <tom@tromey.com>
11370
11371 * rust-exp.y: Replace "parse_language" with method call.
11372 * p-exp.y:
11373 (yylex): Replace "parse_language" with method call.
11374 * m2-exp.y:
11375 (yylex): Replace "parse_language" with method call.
11376 * go-exp.y (classify_name): Replace "parse_language" with method
11377 call.
11378 * f-exp.y (yylex): Replace "parse_language" with method call.
11379 * d-exp.y (lex_one_token): Replace "parse_language" with method
11380 call.
11381 * c-exp.y:
11382 (lex_one_token, classify_name, yylex): Replace "parse_language"
11383 with method call.
11384 * ada-exp.y (find_primitive_type, type_char)
11385 (type_system_address): Replace "parse_language" with method call.
11386
11387 2019-04-04 Tom Tromey <tom@tromey.com>
11388
11389 * rust-exp.y: Replace "parse_gdbarch" with method call.
11390 * parse.c (write_dollar_variable, insert_type_address_space):
11391 Replace "parse_gdbarch" with method call.
11392 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
11393 call.
11394 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
11395 call.
11396 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
11397 "parse_gdbarch" with method call.
11398 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
11399 with method call.
11400 * f-exp.y (parse_type, parse_f_type, yylex): Replace
11401 "parse_gdbarch" with method call.
11402 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
11403 "parse_gdbarch" with method call.
11404 * c-exp.y (parse_type, parse_number, classify_name): Replace
11405 "parse_gdbarch" with method call.
11406 * ada-lex.l: Replace "parse_gdbarch" with method call.
11407 * ada-exp.y (parse_type, find_primitive_type, type_char)
11408 (type_system_address): Replace "parse_gdbarch" with method call.
11409
11410 2019-04-04 Tom Tromey <tom@tromey.com>
11411
11412 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
11413 * stap-probe.c (stap_parse_argument): Update.
11414 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
11415 initial_size parameter.
11416 * rust-exp.y (rust_lex_tests): Update.
11417 * parse.c (parser_state): Update.
11418 (parse_exp_in_context): Update.
11419 * parser-defs.h (struct parser_state) <parser_state>: Remove
11420 "initial_size" parameter.
11421
11422 2019-04-04 Tom Tromey <tom@tromey.com>
11423
11424 * parser-defs.h (increase_expout_size): Don't declare.
11425 * parse.c (increase_expout_size): Now static.
11426
11427 2019-04-04 Thomas Schwinge <thomas@codesourcery.com>
11428
11429 * gnu-nat.c (gnu_nat_target::wait): Fix
11430 target_waitstatus_to_string call.
11431
11432 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
11433
11434 * eval.c (evaluate_subexp_standard): Handle internal functions
11435 during Fortran function call handling.
11436
11437 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
11438
11439 * NEWS: Mention new internal functions.
11440 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
11441 (read_base_type): Use dwarf2_init_complex_target_type.
11442 * value.c (creal_internal_fn): New function.
11443 (cimag_internal_fn): New function.
11444 (_initialize_values): Register new internal functions.
11445
11446 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11447
11448 * infrun.c (stop_all_threads): If debug_infrun, always
11449 trace the wait status after wait_one, using
11450 target_waitstatus_to_string and target_pid_to_str.
11451 (handle_inferior_event): Replace various trace of
11452 wait status kind by a single trace.
11453 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
11454 wait status kind image by target_waitstatus_to_string.
11455 * target/waitstatus.c (target_waitstatus_to_string): Fix
11456 obsolete comment.
11457
11458 2019-04-01 Tom Tromey <tromey@adacore.com>
11459
11460 PR symtab/23331:
11461 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
11462
11463 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
11464 Pedro Alves <palves@redhat.com>
11465
11466 * top.c (quit_force): Call 'finalize_values'.
11467 * value.c (finalize_values): New function.
11468 * value.h (finalize_values): Declare.
11469
11470 2019-03-30 Eli Zaretskii <eliz@gnu.org>
11471
11472 * NEWS: Announce $_gdb_major and $_gdb_minor.
11473
11474 * top.c (init_gdb_version_vars): New function.
11475 (gdb_init): Call init_gdb_version_vars.
11476
11477 2019-03-29 Tom Tromey <tromey@adacore.com>
11478
11479 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
11480 help text. Remove dead code.
11481
11482 2019-03-29 Keith Seitz <keiths@redhat.com>
11483
11484 From Siddhesh Poyarekar:
11485 * f-lang.h (f77_get_upperbound): Return LONGEST.
11486 (f77_get_lowerbound): Likewise.
11487 * f-typeprint.c (f_type_print_varspec_suffix): Expand
11488 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
11489 print them.
11490 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
11491 plongest to format print it.
11492 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
11493 (f77_get_upperbound): Likewise.
11494 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
11495 LOWER_BOUND to LONGEST.
11496 (f77_create_arrayprint_offset_tbl): Likewise.
11497
11498 2019-03-29 Keith Seitz <keiths@redhat.com>
11499
11500 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
11501 %s/pulongest for TYPE_LENGTH instead of %d in format
11502 strings.
11503 * ada-typerint.c (ada_print_type): Likewise.
11504 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
11505 * compile/compile-c-support.c (generate_register_struct): Likewise.
11506 * gdbtypes.c (recursive_dump_type): Likewise.
11507 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
11508 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
11509 instead of %d in format strings.
11510 * riscv-tdep.c (riscv_type_alignment): Cast second argument
11511 to std::min to ULONGEST.
11512 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
11513 instead of %d in format strings.
11514 * tracepoint.c (info_scope_command): Likewise.
11515 * typeprint.c (print_offset_data::update)
11516 (print_offset_data::finish): Likewise.
11517 * xtensa-tdep.c (xtensa_store_return_value)
11518 (xtensa_push_dummy_call): Likewise.
11519
11520 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
11521
11522 * windows-nat.c (display_selector): Fixed format specifications
11523 for 64-bit Cygwin.
11524
11525 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11526
11527 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
11528
11529 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
11530
11531 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
11532 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
11533 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
11534 (nios2_linux_init_abi): Install it.
11535
11536 2019-03-28 Alan Hayward <alan.hayward@arm.com>
11537
11538 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
11539
11540 2019-03-28 Alan Hayward <alan.hayward@arm.com>
11541
11542 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
11543
11544 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11545 Tom Tromey <tromey@adacore.com>
11546
11547 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
11548
11549 2019-03-26 Joel Brobecker <brobecker@adacore.com>
11550
11551 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
11552 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
11553 method to compute the bounds of range types. Also print "[evaluated]"
11554 if the bounds' values come from a dynamic evaluation.
11555
11556 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
11557
11558 * cp-valprint.c (cp_print_value_fields): Don't print trailing
11559 whitespace when pretty printing is on.
11560
11561 2019-03-26 Alan Hayward <alan.hayward@arm.com>
11562
11563 * ppc-linux-nat.c: Add include.
11564
11565 2019-03-26 Alan Hayward <alan.hayward@arm.com>
11566
11567 * NEWS: Mention AArch64 Pointer Authentication.
11568
11569 2019-03-26 Alan Hayward <alan.hayward@arm.com>
11570
11571 * arm-linux-nat.c: Add include.
11572
11573 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
11574
11575 * source-cache.c (source_cache::get_source_lines): Re-read
11576 fullname after calling open_source_file.
11577
11578 2019-03-25 John Baldwin <jhb@FreeBSD.org>
11579
11580 * NEWS: Mention TLS support for FreeBSD.
11581
11582 2019-03-25 Tom Tromey <tromey@adacore.com>
11583
11584 * minsyms.c (BUNCH_SIZE): Update comment.
11585 (~minimal_symbol_reader): Remove old comment.
11586 (compact_minimal_symbols): Update comment.
11587 (minimal_symbol_reader::install): Remove old comment. Update
11588 other comments.
11589
11590 2019-03-25 Alan Hayward <alan.hayward@arm.com>
11591
11592 * s390-linux-nat.c: Add include.
11593
11594 2019-03-25 Alan Hayward <alan.hayward@arm.com>
11595
11596 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
11597 Call linux_get_hwcap.
11598 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
11599 Likewise.
11600 (aarch64_linux_get_hwcap): Remove function.
11601 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
11602 declaration.
11603 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
11604 linux_get_hwcap.
11605 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
11606 * linux-tdep.c (linux_get_hwcap): Add function.
11607 (linux_get_hwcap2): Likewise.
11608 * linux-tdep.h (linux_get_hwcap): Add declaration.
11609 (linux_get_hwcap2): Likewise.
11610 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
11611 (ppc_linux_get_hwcap2): Likewise.
11612 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
11613 linux_get_hwcap.
11614 (ppc_linux_nat_target::insert_watchpoint): Likewise.
11615 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
11616 (ppc_linux_nat_target::read_description): Likewise.
11617 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
11618 * s390-linux-nat.c: Likewise.
11619 * s390-linux-tdep.c (s390_core_read_description): Likewise.
11620
11621 2019-03-24 Tom Tromey <tom@tromey.com>
11622
11623 * ada-lang.c (standard_lookup): Simplify initialization.
11624 (ada_lookup_symbol_nonlocal): Simplify return.
11625 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
11626 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
11627 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
11628 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
11629 initialization.
11630 * solib.c (solib_global_lookup): Simplify.
11631 * symtab.c (null_block_symbol): Remove.
11632 (symbol_cache_lookup): Simplify returns.
11633 (lookup_language_this): Simplify returns.
11634 (lookup_symbol_aux): Simplify return.
11635 (lookup_local_symbol): Simplify returns.
11636 (lookup_global_symbol_from_objfile): Simplify return.
11637 (lookup_symbol_in_objfile_symtabs)
11638 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
11639 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
11640 (lookup_static_symbol, lookup_global_symbol): Simplify return.
11641 * cp-namespace.c (cp_lookup_bare_symbol)
11642 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
11643 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
11644 (cp_lookup_nested_symbol): Don't use null_block_symbol.
11645 (cp_lookup_symbol_via_imports): Simplify initialization.
11646 (find_symbol_in_baseclass): Likewise.
11647 * symtab.h (null_block_symbol): Remove.
11648 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
11649 (d_lookup_nested_symbol, d_lookup_symbol_imports)
11650 (d_lookup_symbol_module): Likewise.
11651 (find_symbol_in_baseclass): Simplify initialization.
11652
11653 2019-03-24 Tom Tromey <tom@tromey.com>
11654
11655 * expression.h: Don't include symtab.h.
11656 (struct block): Forward declare.
11657
11658 2019-03-24 Tom Tromey <tom@tromey.com>
11659
11660 * c-exp.y (typebase): Remove casts.
11661 * gdbtypes.c (lookup_unsigned_typename, )
11662 (lookup_signed_typename): Remove cast.
11663 * eval.c (parse_to_comma_and_eval): Remove cast.
11664 * parse.c (write_dollar_variable): Remove cast.
11665 * block.h (struct block) <superblock>: Now const.
11666 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
11667 * psymtab.c (psym_map_matching_symbols): Make "block" const.
11668 (map_block): Make "block" const.
11669 * symfile.h (struct quick_symbol_functions)
11670 <map_matching_symbols>: Constify block argument to "callback".
11671 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
11672 const.
11673 (find_pc_sect_compunit_symtab): Make "b" const.
11674 (find_symbol_at_address): Likewise.
11675 (search_symbols): Likewise.
11676 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
11677 (dw2_debug_names_lookup_symbol): Likewise.
11678 (dw2_map_matching_symbols): Update.
11679 * p-valprint.c (pascal_val_print): Remove "block".
11680 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
11681 (aux_add_nonlocal_symbols): Make "block" const.
11682 (resolve_subexp): Remove cast.
11683 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
11684 const.
11685 (iterate_over_file_blocks): Likewise.
11686 * f-exp.y (%union) <bval>: Remove.
11687 * coffread.c (patch_opaque_types): Make "b" const.
11688 * spu-tdep.c (spu_catch_start): Make "block" const.
11689 * c-valprint.c (print_unpacked_pointer): Remove "block".
11690 * symmisc.c (dump_symtab_1): Make "b" const.
11691 (block_depth): Make "block" const.
11692 * d-exp.y (%union) <bval>: Remove.
11693 * cp-support.h (cp_lookup_rtti_type): Update.
11694 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
11695 * psymtab.c (psym_lookup_symbol): Make "block" const.
11696 (maintenance_check_psymtabs): Make "b" const.
11697 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
11698 (enumerate_locals, enumerate_args): Update.
11699 * python/py-symtab.c (stpy_global_block): Make "block" const.
11700 (stpy_static_block): Likewise.
11701 * inline-frame.c (block_starting_point_at): Make "new_block"
11702 const.
11703 * block.c (find_block_in_blockvector): Make return type const.
11704 (blockvector_for_pc_sect): Make "b" const.
11705 (find_block_in_blockvector): Make "b" const.
11706
11707 2019-03-23 Tom Tromey <tom@tromey.com>
11708
11709 * varobj.c (varobj_create): Update.
11710 * symfile.c (clear_symtab_users): Don't reset innermost_block.
11711 * printcmd.c (display_command, do_one_display): Don't reset
11712 innermost_block.
11713 * parser-defs.h (enum innermost_block_tracker_type): Move to
11714 expression.h.
11715 (innermost_block): Update comment.
11716 * parse.c (parse_exp_1): Add tracker_types parameter.
11717 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
11718 tracker_types parameter. Reset innermost_block.
11719 (parse_exp_in_context): Remove.
11720 (parse_expression_for_completion): Update.
11721 * objfiles.c (~objfile): Don't reset expression_context_block or
11722 innermost_block.
11723 * expression.h (enum innermost_block_tracker_type): Move from
11724 parser-defs.h.
11725 (parse_exp_1): Add tracker_types parameter.
11726 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
11727 reset innermost_block.
11728
11729 2019-03-23 Tom Tromey <tom@tromey.com>
11730
11731 * objfiles.h: Include bcache.h.
11732
11733 2019-03-23 Tom Tromey <tom@tromey.com>
11734
11735 * linespec.c (get_current_search_block): Use
11736 scoped_restore_current_language.
11737 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
11738
11739 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11740 Jiong Wang <jiong.wang@arm.com>
11741
11742 * aarch64-linux-tdep.c
11743 (aarch64_linux_iterate_over_regset_sections): Check for pauth
11744 section.
11745 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
11746
11747 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11748 Jiong Wang <jiong.wang@arm.com>
11749
11750 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
11751 instructions.
11752 (aarch64_analyze_prologue_test): Add PACIASP test.
11753 (aarch64_prologue_prev_register): Unmask PC value.
11754
11755 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11756 Jiong Wang <jiong.wang@arm.com>
11757
11758 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
11759 (aarch64_dwarf2_prev_register): Unmask PC value.
11760 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
11761 (aarch64_execute_dwarf_cfa_vendor_op): Check for
11762 DW_CFA_AARCH64_negate_ra_state.
11763 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
11764
11765 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11766 Jiong Wang <jiong.wang@arm.com>
11767
11768 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
11769 registers.
11770 (aarch64_pseudo_register_name): Likewise.
11771 (aarch64_pseudo_register_type): Likewise.
11772 (aarch64_pseudo_register_reggroup_p): Likewise.
11773 (aarch64_gdbarch_init): Add pauth registers.
11774 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
11775 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
11776 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
11777 (struct gdbarch_tdep): Add regnum for ra_state.
11778
11779 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11780 Jiong Wang <jiong.wang@arm.com>
11781
11782 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
11783
11784 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11785 Jiong Wang <jiong.wang@arm.com>
11786
11787 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
11788 function.
11789 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
11790 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
11791 (aarch64_gdbarch_init): Add puth registers.
11792 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
11793 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
11794 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
11795
11796 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11797 Jiong Wang <jiong.wang@arm.com>
11798
11799 * aarch64-linux-nat.c
11800 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
11801 * aarch64-linux-tdep.c
11802 (aarch64_linux_core_read_description): Likewise.
11803 (aarch64_linux_get_hwcap): New function.
11804 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
11805 (aarch64_linux_get_hwcap): New declaration.
11806
11807 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11808 Jiong Wang <jiong.wang@arm.com>
11809
11810 * aarch64-linux-nat.c
11811 (aarch64_linux_nat_target::read_description): Add pauth param.
11812 * aarch64-linux-tdep.c
11813 (aarch64_linux_core_read_description): Likewise.
11814 * aarch64-tdep.c (struct target_desc): Add in pauth.
11815 (aarch64_read_description): Add pauth param.
11816 (aarch64_gdbarch_init): Likewise.
11817 * aarch64-tdep.h (aarch64_read_description): Likewise.
11818 * arch/aarch64.c (aarch64_create_target_description): Likewise.
11819 * arch/aarch64.h (aarch64_create_target_description): Likewise.
11820 * features/Makefile: Add new files.
11821 * features/aarch64-pauth.c: New file.
11822 * features/aarch64-pauth.xml: New file.
11823
11824 2019-03-20 Tom Tromey <tromey@adacore.com>
11825
11826 * infrun.c (handle_inferior_event): Rename from
11827 handle_inferior_event_1. Create a scoped_value_mark.
11828 (handle_inferior_event): Remove.
11829
11830 2019-03-19 Tom Tromey <tromey@adacore.com>
11831
11832 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
11833 * infrun.h (print_stop_event): Add "displays" parameter.
11834 * infrun.c (print_stop_event): Add "displays" parameter.
11835
11836 2019-03-19 Pedro Alves <palves@redhat.com>
11837
11838 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
11839 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
11840 to -1. Fix TABs vs spaces.
11841 (tui_ui_out::tui_ui_out): Don't initialize fields here.
11842 * tui/tui-out.h (tui_ui_out) Add intro comments.
11843 <m_line, m_start_of_line>: In-class initialize, and add describing
11844 comment.
11845
11846 2019-03-18 Alan Hayward <alan.hayward@arm.com>
11847
11848 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
11849 variable names.
11850 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
11851
11852 2019-03-18 Pedro Alves <palves@redhat.com>
11853 Eli Zaretskii <eliz@gnu.org>
11854
11855 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
11856 m_line and m_start_of_line.
11857
11858 2019-03-18 Eli Zaretskii <eliz@gnu.org>
11859
11860 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
11861 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
11862 it returns a newline. This fixes a regression in TU mode, whereby
11863 the next line is output on the same screen line as the user input.
11864
11865 2019-03-18 Tom Tromey <tromey@adacore.com>
11866
11867 * minsyms.c (minimal_symbol_reader::install): Remove call to
11868 obstack_blank.
11869
11870 2019-03-18 Pedro Alves <palves@redhat.com>
11871
11872 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
11873 New globals.
11874 (apply_style): New, factored out from ...
11875 (apply_ansi_escape): ... this. Handle reverse video mode.
11876 (tui_set_reverse_mode): New function.
11877 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
11878 * tui/tui-winsource.c (tui_show_source_line): Use
11879 tui_set_reverse_mode instead of setting A_STANDOUT.
11880 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
11881 New setter methods.
11882
11883 2019-03-18 Hannes Domani <ssbssa@yahoo.de>
11884
11885 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
11886 Handle tabs.
11887
11888 2019-03-18 Tom Tromey <tromey@adacore.com>
11889
11890 * ada-lang.c (empty_array): Add "high" parameter.
11891 (ada_evaluate_subexp): Update.
11892
11893 2019-03-17 Sergei Trofimovich <siarheit@google.com>
11894
11895 * unittests/string_view-selftests.c: Define
11896 _initialize_string_view_selftests unconditionally.
11897
11898 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
11899
11900 PR gdb/24350
11901 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
11902
11903 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
11904
11905 PR gdb/24351
11906 * windows-nat.c (display_selector): Fix format specifiers.
11907
11908 2019-03-17 Eli Zaretskii <eliz@gnu.org>
11909
11910 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
11911 tui_refill_source_window instead of tui_refresh_win, to update the
11912 current execution line. This fixes redisplay of the current line
11913 when stepping through the code with "next" or "step".
11914
11915 2019-03-16 Eli Zaretskii <eliz@gnu.org>
11916
11917 * source-cache.c (source_cache::get_source_lines): Call
11918 find_source_lines to initialize s->nlines. This fixes vertical
11919 scrolling of TUI source window when the DOWN arrow is pressed.
11920
11921 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11922
11923 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
11924 linux-thread-db.c (_initialize_thread_db): Likewise.
11925
11926 2019-03-16 Eli Zaretskii <eliz@gnu.org>
11927
11928 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
11929 wclrtoeol in tui_show_source_line". This reverts changes made in
11930 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
11931
11932 2019-03-15 Tom Tromey <tom@tromey.com>
11933
11934 * symtab.h (struct minimal_symbol): Derive from
11935 general_symbol_info.
11936 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
11937 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
11938 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
11939 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
11940 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
11941 (MSYMBOL_SEARCH_NAME): Update.
11942 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
11943 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
11944 * minsyms.c (minimal_symbol_reader::record_full): Update.
11945
11946 2019-03-15 Tom Tromey <tom@tromey.com>
11947
11948 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
11949
11950 2019-03-15 Tom Tromey <tom@tromey.com>
11951
11952 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
11953 unique_xmalloc_ptr.
11954 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
11955 Update.
11956 * minsyms.c (lookup_minimal_symbol_by_pc_section)
11957 (build_minimal_symbol_hash_tables)
11958 (minimal_symbol_reader::install): Update.
11959
11960 2019-03-15 Tom Tromey <tom@tromey.com>
11961
11962 * symtab.c (create_demangled_names_hash): Update.
11963 (symbol_set_names): Update.
11964 * objfiles.h (struct objfile_per_bfd_storage)
11965 <demangled_names_hash>: Now an htab_up.
11966 * objfiles.c (objfile_per_bfd_storage): Simplify.
11967
11968 2019-03-15 Tom Tromey <tom@tromey.com>
11969
11970 * objfiles.h (struct objfile_per_bfd_storage): Declare
11971 destructor.
11972 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
11973 New.
11974 (get_objfile_bfd_data): Use new. Don't initialize
11975 language_of_main.
11976 (free_objfile_per_bfd_storage): Remove.
11977 (objfile_bfd_data_free, objfile::~objfile): Use delete.
11978
11979 2019-03-15 Tom Tromey <tom@tromey.com>
11980
11981 * symfile.c (reread_symbols): Update.
11982 * objfiles.c (objfile::objfile): Update.
11983 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
11984 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
11985 comment.
11986 (minimal_symbol_reader::install): Update.
11987 (terminate_minimal_symbol_table): Remove.
11988 * jit.c (jit_object_close_impl): Update.
11989
11990 2019-03-15 Tom Tromey <tom@tromey.com>
11991
11992 * minsyms.c (minimal_symbol_reader::record_full): Remove some
11993 initializations.
11994
11995 2019-03-15 Tom Tromey <tom@tromey.com>
11996
11997 * objfiles.h (struct objfile_per_bfd_storage)
11998 <demangled_hash_languages>: Now a bitset.
11999 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
12000 (lookup_minimal_symbol): Update.
12001
12002 2019-03-15 Tom Tromey <tom@tromey.com>
12003
12004 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
12005 Don't return the symbol.
12006 * coffread.c (record_minimal_symbol): Use record_full.
12007
12008 2019-03-14 Eli Zaretskii <eliz@gnu.org>
12009
12010 The MS-Windows port of ncurses fails to switch to a color pair if
12011 one or both of the colors are the implicit default colors. This
12012 change records the default colors when TUI is initialized, and
12013 then specifies them explicitly when a color pair uses the default
12014 colors. This allows color styling in TUI mode on MS-Windows.
12015
12016 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
12017 ncurses_norm_attr.
12018 (tui_initialize_io) [__MINGW32__]: Record the default terminal
12019 colors in ncurses_norm_attr.
12020 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
12021 "none", replace it with the default color recorded in
12022 ncurses_norm_attr.
12023
12024 2019-03-14 Tom Tromey <tromey@adacore.com>
12025
12026 * source-cache.h (class source_cache) <get_source_lines>: Return
12027 std::string.
12028 * source-cache.c (source_cache::extract_lines): Handle case where
12029 first_pos==npos. Return std::string.
12030 (source_cache::get_source_lines): Update.
12031
12032 2019-03-14 Tom Tromey <tromey@adacore.com>
12033
12034 * NEWS: Add item for "style sources" commands.
12035 * source-cache.c (source_cache::get_source_lines): Check
12036 source_styling.
12037 * cli/cli-style.c (source_styling): New global.
12038 (_initialize_cli_style): Add "style sources" commands.
12039 (show_style_sources): New function.
12040 * cli/cli-style.h (source_styling): Declare.
12041
12042 2019-03-14 Pedro Alves <palves@redhat.com>
12043 Tom Tromey <tromey@adacore.com>
12044
12045 * tui/tui-winsource.h (tui_refill_source_window): Declare.
12046 * tui/tui-winsource.c (tui_refill_source_window): New function,
12047 from...
12048 (tui_horizontal_source_scroll): ... here. Move some logic.
12049 * cli/cli-style.c (set_style_enabled): Notify new observable.
12050 * tui/tui-hooks.c (tui_redisplay_source): New function.
12051 (tui_attach_detach_observers): Attach or detach
12052 tui_redisplay_source.
12053 * observable.h (source_styling_changed): New observable.
12054 * observable.c: Define source_styling_changed observable.
12055
12056 2019-03-13 Tom Tromey <tromey@adacore.com>
12057
12058 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
12059 (i386_gnu_nat_target::store_registers): Update.
12060 * target-debug.h (target_debug_print_std_string): New macro.
12061 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
12062 * windows-tdep.c (display_one_tib): Update.
12063 * tui/tui-stack.c (tui_make_status_line): Update.
12064 * top.c (print_inferior_quit_action): Update.
12065 * thread.c (thr_try_catch_cmd): Update.
12066 (add_thread_with_info): Update.
12067 (thread_target_id_str): Update.
12068 (thr_try_catch_cmd): Update.
12069 (thread_command): Update.
12070 (thread_find_command): Update.
12071 * record-btrace.c (record_btrace_target::info_record)
12072 (record_btrace_resume_thread, record_btrace_target::resume)
12073 (record_btrace_cancel_resume, record_btrace_step_thread)
12074 (record_btrace_target::wait, record_btrace_target::wait)
12075 (record_btrace_target::wait, record_btrace_target::stop): Update.
12076 * progspace.c (print_program_space): Update.
12077 * process-stratum-target.c
12078 (process_stratum_target::thread_address_space): Update.
12079 * linux-fork.c (linux_fork_mourn_inferior)
12080 (detach_checkpoint_command, info_checkpoints_command)
12081 (linux_fork_context): Update.
12082 (linux_fork_detach): Update.
12083 (class scoped_switch_fork_info): Update.
12084 (delete_checkpoint_command): Update.
12085 * infrun.c (follow_fork_inferior): Update.
12086 (follow_fork_inferior): Update.
12087 (proceed_after_vfork_done): Update.
12088 (handle_vfork_child_exec_or_exit): Update.
12089 (follow_exec): Update.
12090 (displaced_step_prepare_throw): Update.
12091 (displaced_step_restore): Update.
12092 (start_step_over): Update.
12093 (resume_1): Update.
12094 (clear_proceed_status_thread): Update.
12095 (proceed): Update.
12096 (print_target_wait_results): Update.
12097 (do_target_wait): Update.
12098 (context_switch): Update.
12099 (stop_all_threads): Update.
12100 (restart_threads): Update.
12101 (finish_step_over): Update.
12102 (handle_signal_stop): Update.
12103 (switch_back_to_stepped_thread): Update.
12104 (keep_going_pass_signal): Update.
12105 (print_exited_reason): Update.
12106 (normal_stop): Update.
12107 * inferior.c (inferior_pid_to_str): Change return type.
12108 (print_selected_inferior): Update.
12109 (add_inferior): Update.
12110 (detach_inferior): Update.
12111 * dummy-frame.c (fprint_dummy_frames): Update.
12112 * dcache.c (dcache_info_1): Update.
12113 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
12114 (btrace_fetch, btrace_clear): Update.
12115 * linux-tdep.c (linux_core_pid_to_str): Change return type.
12116 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
12117 type.
12118 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
12119 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
12120 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
12121 * gdbarch.c, gdbarch.h: Rebuild.
12122 * gdbarch.sh (core_pid_to_str): Change return type.
12123 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
12124 return type.
12125 (windows_nat_target::pid_to_str): Change return type.
12126 (windows_delete_thread): Update.
12127 (windows_nat_target::attach): Update.
12128 (windows_nat_target::files_info): Update.
12129 * target-delegates.c: Rebuild.
12130 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
12131 return type.
12132 (sol_thread_target::pid_to_str): Change return type.
12133 * remote.c (class remote_target) <pid_to_str>: Change return
12134 type.
12135 (remote_target::pid_to_str): Change return type.
12136 (extended_remote_target::attach, remote_target::remote_stop_ns)
12137 (remote_target::remote_notif_remove_queued_reply)
12138 (remote_target::push_stop_reply, remote_target::disable_btrace):
12139 Update.
12140 (extended_remote_target::attach): Update.
12141 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
12142 type.
12143 (gdbsim_target::pid_to_str): Change return type.
12144 * ravenscar-thread.c (struct ravenscar_thread_target)
12145 <pid_to_str>: Change return type.
12146 (ravenscar_thread_target::pid_to_str): Change return type.
12147 * procfs.c (class procfs_target) <pid_to_str>: Change return
12148 type.
12149 (procfs_target::pid_to_str): Change return type.
12150 (procfs_target::attach): Update.
12151 (procfs_target::detach): Update.
12152 (procfs_target::fetch_registers): Update.
12153 (procfs_target::store_registers): Update.
12154 (procfs_target::wait): Update.
12155 (procfs_target::files_info): Update.
12156 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
12157 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
12158 return type.
12159 (nto_procfs_target::pid_to_str): Change return type.
12160 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
12161 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
12162 return type.
12163 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
12164 (exit_lwp): Update.
12165 (attach_proc_task_lwp_callback, get_detach_signal)
12166 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
12167 (linux_nat_target::resume, wait_lwp, stop_callback)
12168 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
12169 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
12170 (linux_nat_wait_1, resume_stopped_resumed_lwps)
12171 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
12172 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
12173 type.
12174 (inf_ptrace_target::attach): Update.
12175 (inf_ptrace_target::files_info): Update.
12176 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
12177 type.
12178 (go32_nat_target::pid_to_str): Change return type.
12179 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
12180 (gnu_nat_target::wait): Update.
12181 (gnu_nat_target::wait): Update.
12182 (gnu_nat_target::resume): Update.
12183 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
12184 (fbsd_nat_target::wait): Update.
12185 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
12186 type.
12187 (darwin_nat_target::attach): Update.
12188 * corelow.c (class core_target) <pid_to_str>: Change return type.
12189 (core_target::pid_to_str): Change return type.
12190 * target.c (normal_pid_to_str): Change return type.
12191 (default_pid_to_str): Likewise.
12192 (target_pid_to_str): Change return type.
12193 (target_translate_tls_address): Update.
12194 (target_announce_detach): Update.
12195 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
12196 return type.
12197 (bsd_uthread_target::pid_to_str): Change return type.
12198 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
12199 type.
12200 (bsd_kvm_target::pid_to_str): Change return type.
12201 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
12202 return type.
12203 (aix_thread_target::pid_to_str): Change return type.
12204 * target.h (struct target_ops) <pid_to_str>: Change return type.
12205 (target_pid_to_str, normal_pid_to_str): Likewise.
12206 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
12207 type.
12208 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
12209 type.
12210 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
12211 return type.
12212 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
12213 type.
12214 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
12215 type.
12216 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
12217 return type.
12218
12219 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
12220
12221 * NEWS: Mention that the new default MI version is 3. Mention
12222 changes to the output of commands and events that deal with
12223 multi-location breakpoints.
12224 * breakpoint.c: Include "mi/mi-out.h".
12225 (print_one_breakpoint): Change output syntax if using MI version
12226 >= 3.
12227 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
12228 New.
12229 (mi_multi_location_breakpoint_output_fixed): New.
12230 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
12231 (mi_cmd_fix_multi_location_breakpoint_output): New.
12232 (mi_multi_location_breakpoint_output_fixed): New.
12233 * mi/mi-cmds.c (mi_cmds): Register command
12234 -fix-multi-location-breakpoint-output.
12235 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
12236 interpreter "mi".
12237
12238 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
12239
12240 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
12241 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
12242 instantiate mi_ui_out based on interpreter name.
12243 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
12244 * mi/mi-main.c (mi_load_progress): Likewise.
12245
12246 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12247
12248 * NEWS: Combine separate "New targets" sections for 8.3.
12249
12250 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12251
12252 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
12253 (ppcfbsd_init_abi): Install gdbarch
12254 "fetch_tls_load_module_address" and "get_thread_local_address"
12255 methods.
12256
12257 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12258
12259 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
12260 (riscv_fbsd_init_abi): Install gdbarch
12261 "fetch_tls_load_module_address" and "get_thread_local_address"
12262 methods.
12263
12264 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12265
12266 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
12267 (i386fbsd_init_abi): Install gdbarch
12268 "fetch_tls_load_module_address" and "get_thread_local_address"
12269 methods.
12270
12271 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12272
12273 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
12274 (amd64fbsd_init_abi): Install gdbarch
12275 "fetch_tls_load_module_address" and "get_thread_local_address"
12276 methods.
12277
12278 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12279
12280 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
12281 (struct fbsd_pspace_data): New type.
12282 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
12283 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
12284 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
12285 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
12286 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
12287
12288 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12289
12290 * gdbtypes.c (lookup_struct_elt): New function.
12291 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
12292 * gdbtypes.h (struct struct_elt): New type.
12293 (lookup_struct_elt): New prototype.
12294
12295 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12296
12297 * gdbtypes.c (lookup_struct_elt_type): Update comment and
12298 remove disabled code block.
12299
12300 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12301
12302 * gdbarch.sh (get_thread_local_address): New method.
12303 * gdbarch.h, gdbarch.c: Regenerate.
12304 * target.c (target_translate_tls_address): Use
12305 gdbarch_get_thread_local_address if present instead of
12306 target::get_thread_local_address.
12307
12308 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12309
12310 * target.h (target::get_thread_local_address): Update comment.
12311
12312 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12313
12314 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
12315 objfile->separate_debug_objfile_backlink if not NULL.
12316
12317 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12318
12319 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
12320 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
12321 (amd64bsd_store_inferior_registers): Likewise.
12322 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
12323 Enable segment base registers.
12324 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
12325 PT_GETFSBASE and PT_GETGSBASE.
12326 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
12327 PT_SETGSBASE.
12328 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
12329 segment base registers.
12330 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
12331
12332 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12333
12334 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
12335 Update calls to i386_target_description to add 'segments'
12336 parameter.
12337 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
12338 add segment base registers.
12339 * arch/i386.c (i386_create_target_description): Add 'segments'
12340 parameter to enable segment base registers.
12341 * arch/i386.h (i386_create_target_description): Likewise.
12342 * features/i386/32bit-segments.xml: New file.
12343 * features/i386/32bit-segments.c: Generate.
12344 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
12345 call to i386_target_description to add 'segments' parameter.
12346 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
12347 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
12348 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
12349 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
12350 if feature is present.
12351 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
12352 Add 'segments' parameter to call to i386_target_description.
12353 (i386_target_description): Add 'segments' parameter to enable
12354 segment base registers.
12355 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
12356 to call to i386_target_description.
12357 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
12358 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
12359 Define I386_NUM_REGS.
12360 (i386_target_description): Add 'segments' parameter to enable
12361 segment base registers.
12362
12363 2019-03-12 Eli Zaretskii <eliz@gnu.org>
12364
12365 PR/24325
12366 * source-cache.c: #undef open and close, to avoid unresolved
12367 externals during linking.
12368
12369 2019-03-12 Tom Tromey <tromey@adacore.com>
12370
12371 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
12372 const. Add initializers.
12373 (_initialize_remote): Don't initialize ptid globals.
12374
12375 2019-03-12 Pedro Alves <palves@redhat.com>
12376
12377 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
12378
12379 2019-03-12 Pedro Alves <palves@redhat.com>
12380
12381 * cp-name-parser.y (main): Remove unused 'len' variable.
12382
12383 2019-03-12 Tom Tromey <tromey@adacore.com>
12384
12385 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
12386 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
12387
12388 2019-03-12 Tom Tromey <tromey@adacore.com>
12389
12390 * linux-nat.c (iterate_over_lwps): Update.
12391 (stop_callback): Remove parameter.
12392 (stop_wait_callback, detach_callback, resume_set_callback)
12393 (select_singlestep_lwp_callback, set_ignore_sigint)
12394 (status_callback, resumed_callback, resume_clear_callback)
12395 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
12396 data parameter.
12397 (linux_nat_target::detach, linux_nat_target::resume)
12398 (linux_stop_and_wait_all_lwps, select_event_lwp)
12399 (linux_nat_filter_event, linux_nat_wait_1)
12400 (linux_nat_target::kill, linux_nat_target::stop)
12401 (linux_nat_target::stop): Update.
12402 (linux_nat_resume_callback): Change type.
12403 (resume_stopped_resumed_lwps, count_events_callback)
12404 (select_event_lwp_callback): Likewise.
12405 (linux_stop_lwp, linux_nat_stop_lwp): Update.
12406 * arm-linux-nat.c (struct update_registers_data): Remove.
12407 (update_registers_callback): Change type.
12408 (arm_linux_insert_hw_breakpoint1): Update.
12409 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
12410 parameter.
12411 (x86_linux_dr_set_addr): Update.
12412 (x86_linux_dr_set_control): Update.
12413 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
12414 (iterate_over_lwps): Use gdb::function_view.
12415 * nat/aarch64-linux-hw-point.c (struct
12416 aarch64_dr_update_callback_param): Remove.
12417 (debug_reg_change_callback): Change type.
12418 (aarch64_notify_debug_reg_change): Update.
12419 * s390-linux-nat.c (s390_refresh_per_info): Update.
12420
12421 2019-03-11 Tom Tromey <tromey@adacore.com>
12422
12423 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
12424 redundant assignment to "this_cu".
12425
12426 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12427
12428 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
12429
12430 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12431
12432 * gdbtypes.c (rank_one_type_parm_set): New function extracted
12433 from...
12434 (rank_one_type): ... this.
12435
12436 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12437
12438 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
12439 from...
12440 (rank_one_type): ... this.
12441
12442 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12443
12444 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
12445 from...
12446 (rank_one_type): ... this.
12447
12448 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12449
12450 * gdbtypes.c (rank_one_type_parm_float): New function extracted
12451 from...
12452 (rank_one_type): ... this.
12453
12454 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12455
12456 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
12457 from...
12458 (rank_one_type): ... this.
12459
12460 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12461
12462 * gdbtypes.c (rank_one_type_parm_range): New function extracted
12463 from...
12464 (rank_one_type): ... this.
12465
12466 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12467
12468 * gdbtypes.c (rank_one_type_parm_char): New function extracted
12469 from...
12470 (rank_one_type): ... this.
12471
12472 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12473
12474 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
12475 from...
12476 (rank_one_type): ... this.
12477
12478 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12479
12480 * gdbtypes.c (rank_one_type_parm_int): New function extracted
12481 from...
12482 (rank_one_type): ... this.
12483
12484 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12485
12486 * gdbtypes.c (rank_one_type_parm_func): New function extracted
12487 from...
12488 (rank_one_type): ... this.
12489
12490 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12491
12492 * gdbtypes.c (rank_one_type_parm_array): New function extracted
12493 from...
12494 (rank_one_type): ... this.
12495
12496 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12497
12498 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
12499 from...
12500 (rank_one_type): ... this.
12501
12502 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12503
12504 * inferior.c (initialize_inferiors): Ensure 'help set/show print
12505 inferior-events' shows the example events.
12506
12507 2019-03-08 Eli Zaretskii <eliz@gnu.org>
12508
12509 Support styling on native MS-Windows console
12510
12511 PR/24315
12512 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
12513 on MS-Windows if $TERM is not defined.
12514
12515 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
12516
12517 * posix-hdep.c (gdb_console_fputs):
12518 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
12519 functions.
12520 * ui-file.h (gdb_console_fputs): Add prototype.
12521
12522 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
12523 back to fputs only if the former returns zero.
12524
12525 2019-03-07 Tom Tromey <tom@tromey.com>
12526
12527 * symmisc.c (print_symbol_bcache_statistics): Update.
12528 (print_objfile_statistics): Update.
12529 * symfile.c (allocate_symtab): Update.
12530 * stabsread.c: Don't include bcache.h.
12531 * psymtab.h (struct psymbol_bcache): Don't declare.
12532 (class psymtab_storage) <psymbol_cache>: Now a bcache.
12533 (psymbol_bcache_init, psymbol_bcache_free)
12534 (psymbol_bcache_get_bcache): Don't declare.
12535 * psymtab.c (struct psymbol_bcache): Remove.
12536 (psymtab_storage::psymtab_storage): Update.
12537 (psymtab_storage::~psymtab_storage): Update.
12538 (psymbol_bcache_init, psymbol_bcache_free)
12539 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
12540 (add_psymbol_to_bcache): Update.
12541 (allocate_psymtab): Update.
12542 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
12543 macro_cache>: No longer pointers.
12544 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
12545 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
12546 * macrotab.c (macro_bcache): Update.
12547 * macroexp.c: Don't include bcache.h.
12548 * gdbtypes.c (check_types_worklist): Update.
12549 (types_deeply_equal): Remove TRY/CATCH. Update.
12550 * elfread.c (elf_symtab_read): Update.
12551 * dwarf2read.c: Don't include bcache.h.
12552 * buildsym.c (buildsym_compunit::get_macro_table): Update.
12553 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
12554 (print_bcache_statistics, bcache_memory_used): Don't declare.
12555 (struct bcache): Move from bcache.c. Add constructor, destructor,
12556 methods. Rename all data members.
12557 * bcache.c (struct bcache): Move to bcache.h.
12558 (bcache::expand_hash_table): Rename from expand_hash_table.
12559 (bcache): Remove.
12560 (bcache::insert): Rename from bcache_full.
12561 (bcache::compare): Rename from bcache_compare.
12562 (bcache_xmalloc): Remove.
12563 (bcache::~bcache): Rename from bcache_xfree.
12564 (bcache::print_statistics): Rename from print_bcache_statistics.
12565 (bcache::memory_used): Rename from bcache_memory_used.
12566
12567 2019-03-07 Pedro Alves <palves@redhat.com>
12568
12569 * infrun.c (normal_stop): Also check for
12570 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
12571
12572 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
12573
12574 * f-lang.c (value_from_host_double): Moved to...
12575 * value.c (value_from_host_double): ...here.
12576 * value.h (value_from_host_double): Declare.
12577 * guile/scm-math.c (vlscm_convert_typed_number): Use
12578 value_from_host_double.
12579 (vlscm_convert_number): Likewise.
12580 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
12581 * python/py-value.c (convert_value_from_python): Likewise.
12582
12583 2019-03-06 Tom Tromey <tom@tromey.com>
12584
12585 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
12586
12587 2019-03-06 Tom Tromey <tom@tromey.com>
12588
12589 * utils.h (free_current_contents): Don't declare.
12590 * utils.c (free_current_contents): Remove.
12591
12592 2019-03-06 Tom Tromey <tom@tromey.com>
12593
12594 * top.c (quit_force): Update.
12595 * main.c (captured_command_loop): Update.
12596 * common/new-op.c (operator new): Update.
12597 * common/common-exceptions.c (struct catcher)
12598 <save_cleanup_chain>: Remove member.
12599 (exceptions_state_mc_init): Update.
12600 (exception_try_scope_entry): Return nullptr.
12601 (exception_try_scope_exit, exception_rethrow)
12602 (throw_exception_sjlj, throw_exception_cxx): Update.
12603 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
12604 (all_cleanups, do_cleanups, discard_cleanups)
12605 (discard_final_cleanups, save_cleanups, save_final_cleanups)
12606 (restore_cleanups, restore_final_cleanups): Don't declare.
12607 (do_final_cleanups): Remove parameter.
12608 * common/cleanups.c (cleanup_chain, make_cleanup)
12609 (make_cleanup_dtor, all_cleanups, do_cleanups)
12610 (discard_my_cleanups, discard_cleanups)
12611 (discard_final_cleanups, save_my_cleanups, save_cleanups)
12612 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
12613 (null_cleanup): Remove.
12614 (do_final_cleanups): Remove parameter.
12615
12616 2019-03-06 Tom Tromey <tom@tromey.com>
12617
12618 * remote.c (remote_target::remote_parse_stop_reply): Use
12619 unique_xmalloc_ptr.
12620
12621 2019-03-06 Tom Tromey <tom@tromey.com>
12622
12623 * stabsread.c (struct stabs_field_info): Rename from field_info.
12624 <list, fnlist>: Add initializers.
12625 <obstack>: New member.
12626 (read_member_functions, read_struct_fields, read_baseclasses):
12627 Allocate on obstack. Don't use cleanups.
12628 (read_one_struct_field, read_member_functions, read_struct_fields)
12629 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
12630 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
12631 (read_struct_type): Update.
12632
12633 2019-03-06 Tom Tromey <tom@tromey.com>
12634
12635 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
12636 * common/filestuff.h (make_cleanup_close): Don't declare.
12637 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
12638 Remove.
12639
12640 2019-03-06 Tom Tromey <tom@tromey.com>
12641
12642 * solib-aix.c: Use make_scope_exit.
12643
12644 2019-03-06 Tom Tromey <tom@tromey.com>
12645
12646 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
12647 Use make_scope_exit.
12648
12649 2019-03-06 Tom Tromey <tom@tromey.com>
12650
12651 * solib-svr4.c (disable_probes_interface): Remove parameter.
12652 (svr4_handle_solib_event): Use make_scope_exit.
12653
12654 2019-03-06 Tom Tromey <tom@tromey.com>
12655
12656 * remote.c (struct stop_reply_deleter): Remove.
12657 (stop_reply_up): Update.
12658 (struct stop_reply): Derive from notif_event. Don't typedef.
12659 <regcache>: Now a std::vector.
12660 (stop_reply_xfree): Remove.
12661 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
12662 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
12663 (remote_target::discard_pending_stop_replies): Use delete.
12664 (remote_target::remote_parse_stop_reply): Update.
12665 (remote_target::process_stop_reply): Update.
12666 * remote-notif.h (struct notif_event): Add virtual destructor.
12667 Remove "dtr" member.
12668 (struct notif_client) <alloc_event>: Return a unique_ptr.
12669 (notif_event_xfree): Don't declare.
12670 (notif_event_up): New typedef.
12671 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
12672 (notif_event_xfree, do_notif_event_xfree): Remove.
12673 (remote_notif_state_xfree): Update.
12674
12675 2019-03-06 Tom Tromey <tom@tromey.com>
12676
12677 * infrun.c (displaced_step_clear_cleanup): Now a
12678 forward_scope_exit type.
12679 (displaced_step_prepare_throw): Update.
12680 (displaced_step_fixup): Update.
12681
12682 2019-03-06 Tom Tromey <tom@tromey.com>
12683
12684 * inferior.h (class inferior): Update comment.
12685 * gdbthread.h (class thread_info): Update comment.
12686
12687 2019-03-06 Joel Brobecker <brobecker@adacore.com>
12688 Tom Tromey <tom@tromey.com>
12689
12690 * stabsread.h (struct stab_section_list): Remove.
12691 (coffstab_build_psymtabs): Update.
12692 * dbxread.c (symbuf_sections): Now a std::vector.
12693 (sect_idx): New global.
12694 (fill_symbuf): Update.
12695 (coffstab_build_psymtabs): Change type of stabsects parameter.
12696 Update.
12697 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
12698 std::vector.
12699 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
12700 (coff_locate_sections): Update.
12701 (coff_symfile_read): Remove cleanups. Update.
12702 (init_stringtab): Add storage parameter.
12703 (free_stringtab, free_stringtab_cleanup): Remove.
12704 (init_lineno): Add storage parameter.
12705 (free_linetab, free_linetab_cleanup): Remove.
12706
12707 2019-03-06 Pedro Alves <palves@redhat.com>
12708
12709 * linux-fork.c (fork_info::clobber_regs): Delete.
12710 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
12711 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
12712 comment. Adjust.
12713 (scoped_switch_fork_info::scoped_switch_fork_info)
12714 (checkpoint_command, linux_fork_context): Adjust
12715 fork_save_infrun_state calls.
12716
12717 2019-03-06 Pedro Alves <palves@redhat.com>
12718
12719 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
12720 (inf_has_multiple_threads): Return 'bool' and rewrite using
12721 inferior_info::threads().
12722
12723 2019-03-06 Pedro Alves <palves@redhat.com>
12724
12725 * linux-fork.c: Include <list>.
12726 (fork_list): Now a std::list instance.
12727 (fork_info): Add ctor, dtor, and in-class initialize all fields.
12728 (forks_exist_p, find_last_fork): Adjust.
12729 (new_fork): Delete.
12730 (one_fork_p): New.
12731 (add_fork): Adjust.
12732 (free_fork): Delete, folded into fork_info::~fork_info().
12733 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
12734 Adjust.
12735 (init_fork_list): Delete.
12736 (linux_fork_killall, linux_fork_mourn_inferior)
12737 (linux_fork_detach, info_checkpoints_command): Adjust.
12738 (_initialize_linux_fork): No longer call init_fork_list.
12739
12740 2019-03-06 Pedro Alves <palves@redhat.com>
12741
12742 * linux-fork.c (new_fork): New, split out of ...
12743 (add_fork): ... this. Return void. Move "first fork" special
12744 case from here, to ...
12745 (checkpoint_command): ... here.
12746 * linux-linux.h (add_fork): Return void.
12747
12748 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12749
12750 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
12751
12752 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12753 Chris January <chris.january@arm.com>
12754 David Lecomber <david.lecomber@arm.com>
12755
12756 * f-exp.y: New token, UNOP_INTRINSIC.
12757 (exp): New pattern using UNOP_INTRINSIC token.
12758 (f77_keywords): Add 'abs' keyword.
12759 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
12760 (value_from_host_double): New function.
12761 (evaluate_subexp_f): Support UNOP_ABS.
12762
12763 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12764
12765 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
12766 types.
12767
12768 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12769
12770 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
12771 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
12772 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
12773
12774 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12775
12776 * f-exp.y (convert_to_kind_type): Handle more type kinds.
12777
12778 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12779 Chris January <chris.january@arm.com>
12780
12781 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
12782 * f-exp.y: Define 'KIND' token.
12783 (exp): New pattern for KIND expressions.
12784 (ptype): Handle types with a kind extension.
12785 (direct_abs_decl): Extend to spot kind extensions.
12786 (f77_keywords): Add 'kind' to the list.
12787 (push_kind_type): New function.
12788 (convert_to_kind_type): New function.
12789 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
12790 * parse.c (operator_length_standard): Likewise.
12791 * parser-defs.h (enum type_pieces): Add tp_kind.
12792 * std-operator.def: Add UNOP_KIND.
12793
12794 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12795
12796 * f-exp.y (f_parse): Set yydebug.
12797
12798 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12799
12800 * f-lang.c (evaluate_subexp_f): New function.
12801 (exp_descriptor_f): New global.
12802 (f_language_defn): Use exp_descriptor_f instead of
12803 exp_descriptor_standard.
12804
12805 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12806
12807 * f-exp.y (struct token): Add comments.
12808 (dot_ops): Remove uppercase versions and the end marker.
12809 (f77_keywords): Likewise.
12810 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
12811 entries in the dot_ops array are case insensitive, and use
12812 strncasecmp to compare strings. Also some whitespace cleanup in
12813 this area. Similar for the f77_keywords array, except entries in
12814 this list might be case sensitive.
12815
12816 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12817
12818 * f-exp.y (struct f77_boolean_val): Add comments.
12819 (boolean_values): Remove uppercase versions, and end marker.
12820 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
12821 and use strncasecmp to achieve case insensitivity. Additionally,
12822 perform whitespace cleanup around this code.
12823
12824 2019-03-06 Tom Tromey <tromey@adacore.com>
12825
12826 * remote-sim.c (gdbsim_target_open): Use result of
12827 gdb_argv::release.
12828
12829 2019-03-06 Richard Bunt <richard.bunt@arm.com>
12830 Dirk Schubert <dirk.schubert@arm.com>
12831 Chris January <chris.january@arm.com>
12832
12833 * eval.c (evaluate_subexp_standard): Call Fortran argument
12834 wrapping logic.
12835 * f-lang.c (struct value): A value which can be passed into a
12836 Fortran function call.
12837 (fortran_argument_convert): Wrap Fortran arguments in a pointer
12838 where appropriate.
12839 (struct type): Value ready for a Fortran function call.
12840 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
12841 is needed.
12842 * f-lang.h (fortran_argument_convert): Declaration.
12843 (fortran_preserve_arg_pointer): Declaration.
12844 * infcall.c (value_arg_coerce): Call Fortran argument logic.
12845
12846 2019-03-05 Tom Tromey <tromey@adacore.com>
12847
12848 * python/py-prettyprint.c (print_string_repr): Remove #if.
12849 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
12850
12851 2019-03-05 Tom Tromey <tromey@adacore.com>
12852
12853 * target.c (the_dummy_target): Move later. Change type to
12854 "dummy_target".
12855 (initialize_targets): Don't initialize the_dummy_target.
12856
12857 2019-03-05 Tom Tromey <tromey@adacore.com>
12858
12859 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
12860 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
12861
12862 2019-03-05 Tom Tromey <tromey@adacore.com>
12863
12864 * windows-nat.c (windows_nat_target::attach)
12865 (windows_nat_target::detach): Don't call gdb_flush.
12866 * valprint.c (generic_val_print, val_print, val_print_string):
12867 Don't call gdb_flush.
12868 * utils.c (defaulted_query): Don't call gdb_flush.
12869 * typeprint.c (print_type_scalar): Don't call gdb_flush.
12870 * target.c (target_announce_detach): Don't call gdb_flush.
12871 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
12872 * remote.c (extended_remote_target::attach): Don't call
12873 gdb_flush.
12874 * procfs.c (procfs_target::detach): Don't call gdb_flush.
12875 * printcmd.c (do_examine): Don't call gdb_flush.
12876 (info_display_command): Don't call gdb_flush.
12877 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
12878 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
12879 * memattr.c (info_mem_command): Don't call gdb_flush.
12880 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
12881 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
12882 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
12883 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
12884 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
12885 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
12886 (gnu_nat_target::detach): Don't call gdb_flush.
12887 * f-valprint.c (f_val_print): Don't call gdb_flush.
12888 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
12889 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
12890 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
12891 gdb_flush.
12892 * c-valprint.c (c_val_print): Don't call gdb_flush.
12893 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
12894
12895 2019-03-05 Tom Tromey <tromey@adacore.com>
12896
12897 * varobj.c (update_dynamic_varobj_children): Update.
12898 (install_default_visualizer): Use reset, not release.
12899 * value.c (set_internalvar): Update.
12900 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
12901 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
12902 ATTRIBUTE_UNUSED_RESULT.
12903
12904 2019-03-05 Tom Tromey <tromey@adacore.com>
12905
12906 * remote.c (class scoped_remote_fd) <release>: Add
12907 ATTRIBUTE_UNUSED_RESULT.
12908
12909 2019-03-05 Tom Tromey <tromey@adacore.com>
12910
12911 * macroexp.c (struct macro_buffer) <release>: Add
12912 ATTRIBUTE_UNUSED_RESULT.
12913
12914 2019-03-05 Tom Tromey <tromey@adacore.com>
12915
12916 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
12917 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
12918 ATTRIBUTE_UNUSED_RESULT.
12919
12920 2019-03-05 Tom Tromey <tromey@adacore.com>
12921
12922 * common/scoped_fd.h (class scoped_fd) <release>: Add
12923 ATTRIBUTE_UNUSED_RESULT.
12924
12925 2019-03-05 Tom Tromey <tromey@adacore.com>
12926
12927 * parser-defs.h (struct parser_state) <release>: Add
12928 ATTRIBUTE_UNUSED_RESULT.
12929
12930 2019-03-05 Tom Tromey <tromey@adacore.com>
12931
12932 * utils.h (class gdb_argv) <release>: Add
12933 ATTRIBUTE_UNUSED_RESULT.
12934 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
12935
12936 2019-03-02 Eli Zaretskii <eliz@gnu.org>
12937
12938 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
12939 for-loop range, to avoid compiler warnings.
12940
12941 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
12942 avoid compiler warnings about unused variables.
12943
12944 * NEWS: Mention end of support for native debugging on MS-Windows
12945 before XP.
12946
12947 PR gdb/24292
12948 * common/netstuff.c:
12949 * gdbserver/gdbreplay.c
12950 * gdbserver/remote-utils.c:
12951 * ser-tcp.c:
12952 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
12953 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
12954 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
12955 'getaddrinfo' and 'freeaddrinfo' were not available before
12956 Windows XP, and mingw.org's MinGW headers by default define
12957 _WIN32_WINNT to 0x500.
12958
12959 2019-03-01 Gary Benson <gbenson@redhat.com>
12960
12961 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
12962
12963 2019-02-28 Brian Vandenberg <phantall@gmail.com>
12964 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12965
12966 PR gdb/8527
12967 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
12968 set_sigint_trap, clear_sigint_trap.
12969
12970 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12971
12972 * target.c (target_detach): Clear the regcache and the
12973 frame cache.
12974
12975 2019-02-27 Pedro Alves <palves@redhat.com>
12976
12977 * utils.c (set_screen_size): When we cap the height/width sizes,
12978 tweak the corresponding command variable to show "unlimited":
12979
12980 2019-02-27 Saagar Jha <saagar@saagarjha.com>
12981 Pedro Alves <palves@redhat.com>
12982
12983 * utils.c (set_screen_size): Reduce "infinite" rows and columns
12984 before calling rl_set_screen_size.
12985
12986 2019-02-27 Tom Tromey <tromey@adacore.com>
12987
12988 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
12989 define.
12990 * python/py-value.c: Remove Python 2.4 workaround.
12991 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
12992 workaround.
12993 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
12994 Python 2.4 workaround.
12995 * python/python-internal.h: Remove Python 2.4 comment.
12996 (Py_ssize_t): Don't define.
12997 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
12998 (gdb_Py_DECREF): Remove Python 2.4 workaround.
12999 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
13000 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
13001 * python/python.c (do_start_initialization): Remove Python 2.4
13002 workaround.
13003 * python/py-prettyprint.c (class dummy_python_frame): Remove.
13004 (print_children): Remove Python 2.4 workaround.
13005 * python/py-inferior.c (buffer_procs): Remove Python 2.4
13006 workaround.
13007 (CHARBUFFERPROC_NAME): Remove.
13008 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
13009 Python 2.4 workaround.
13010
13011 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13012
13013 * NEWS: Note minimum Python version.
13014
13015 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13016
13017 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
13018 code from these functions. Remove corresponding ifdefs. Use
13019 Py_buffer_up instead of explicit calls to PyBuffer_Release.
13020 Remove gotos and target of gotos.
13021 (infpy_search_memory): Likewise.
13022
13023 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13024
13025 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
13026 (hppa_gdbarch_init): Don't register deleted functions with
13027 gdbarch.
13028
13029 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13030
13031 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
13032 (h8300_unwind_sp): Delete.
13033 (h8300_dummy_id): Delete.
13034 (h8300_gdbarch_init): Don't register deleted functions with
13035 gdbarch.
13036
13037 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13038
13039 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
13040 (ft32_unwind_pc): Delete.
13041 (ft32_unwind_sp): Delete.
13042 (ft32_gdbarch_init): Don't register deleted functions with
13043 gdbarch.
13044
13045 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13046
13047 * gdb/frv-tdep.c (frv_dummy_id): Delete.
13048 (frv_unwind_pc): Delete.
13049 (frv_unwind_sp): Delete.
13050 (frv_gdbarch_init): Don't register deleted functions with
13051 gdbarch.
13052
13053 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13054
13055 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
13056 (riscv_unwind_pc): Delete.
13057 (riscv_unwind_sp): Delete.
13058 (riscv_gdbarch_init): Don't register deleted functions with
13059 gdbarch.
13060
13061 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13062
13063 * gdb/csky-tdep.c (csky_dummy_id): Delete.
13064 (csky_unwind_pc): Delete.
13065 (csky_unwind_sp): Delete.
13066 (csky_gdbarch_init): Don't register deleted functions with
13067 gdbarch.
13068
13069 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13070
13071 * gdb/cris-tdep.c (cris_dummy_id): Delete.
13072 (cris_unwind_pc): Delete.
13073 (cris_unwind_sp): Delete.
13074 (cris_gdbarch_init): Don't register deleted functions with
13075 gdbarch.
13076
13077 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13078
13079 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
13080 (bfin_unwind_pc): Delete.
13081 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
13082
13083 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13084
13085 * gdb/arm-tdep.c (arm_dummy_id): Delete.
13086 (arm_unwind_pc): Delete.
13087 (arm_unwind_sp): Delete.
13088 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
13089
13090 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13091
13092 * gdb/arc-tdep.c (arc_dummy_id): Delete.
13093 (arc_unwind_pc): Delete.
13094 (arc_unwind_sp): Delete.
13095 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
13096
13097 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13098
13099 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
13100 (alpha_unwind_pc): Delete.
13101 (alpha_gdbarch_init): Don't register deleted functions with
13102 gdbarch.
13103
13104 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13105
13106 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
13107 (aarch64_unwind_pc): Delete.
13108 (aarch64_unwind_sp): Delete.
13109 (aarch64_gdbarch_init): Don't register deleted functions with
13110 gdbarch.
13111
13112 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13113
13114 * gdbtypes.c (type_align): Don't consider static members when
13115 computing structure alignment.
13116
13117 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13118
13119 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
13120 return 0 for other types.
13121 * arch-utils.c (default_type_align): Always return 0.
13122 * gdbarch.h: Regenerate.
13123 * gdbarch.sh (type_align): Extend comment.
13124 * gdbtypes.c (type_align): Add additional comments, always call
13125 gdbarch_type_align before applying the default rules.
13126 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
13127 generic code will then apply a suitable default.
13128 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
13129 types, return 0 for other types.
13130
13131 2019-02-27 Joel Brobecker <brobecker@adacore.com>
13132
13133 * NEWS: Create a new section for the next release branch.
13134 Rename the section of the current branch, now that it has
13135 been cut.
13136
13137 2019-02-27 Joel Brobecker <brobecker@adacore.com>
13138
13139 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
13140 * version.in: Bump version to 8.3.50.DATE-git.
13141
13142 2019-02-26 Simon Marchi <simon.marchi@efficios.com>
13143
13144 * aix-thread.c (ptid_cmp): Remove unused variable.
13145 (get_signaled_thread): Likewise.
13146 (store_regs_user_thread): Likewise.
13147 (store_regs_kernel_thread): Likewise.
13148 (fetch_regs_kernel_thread): Remove shadowed variable.
13149
13150 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
13151
13152 * features/riscv/32bit-cpu.xml: Add register numbers.
13153 * features/riscv/32bit-fpu.c: Regenerate.
13154 * features/riscv/32bit-fpu.xml: Add register numbers.
13155 * features/riscv/64bit-cpu.xml: Add register numbers.
13156 * features/riscv/64bit-fpu.c: Regenerate.
13157 * features/riscv/64bit-fpu.xml: Add register numbers.
13158
13159 2019-02-26 Kevin Buettner <kevinb@redhat.com>
13160
13161 * NEWS: Mention two argument form of gdb.Value constructor.
13162 * python/py-value.c (convert_buffer_and_type_to_value): New
13163 function.
13164 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
13165 Add support for handling an optional second argument. Call
13166 convert_buffer_and_type_to_value as appropriate.
13167 * python/python-internal.h (Py_buffer_deleter): New struct.
13168 (Py_buffer_up): New typedef.
13169
13170 2019-02-25 John Baldwin <jhb@FreeBSD.org>
13171
13172 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
13173 instead of releasing ownership.
13174
13175 2019-02-25 Jordan Rupprecht <rupprecht@google.com>
13176
13177 * dwarf2read.c (open_and_init_dwp_file): Call
13178 elf_numsections instead of bfd_count_sections to initialize
13179 dwp_file->num_sections.
13180
13181 2019-02-25 Tom Tromey <tromey@adacore.com>
13182
13183 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
13184
13185 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
13186
13187 * gcore.in: Add '--readnever' option when invoking GDB.
13188
13189 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
13190
13191 * MAINTAINERS: Update my email address.
13192
13193 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
13194
13195 * build-id.c (build_id_to_debug_bfd_1): New function.
13196 (build_id_to_debug_bfd): Look for separate debug file in
13197 sysroot.
13198
13199 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
13200
13201 * gdbarch.sh: Update the copyright year range that is placed into
13202 generated files.
13203
13204 2019-02-22 Keith Seitz <keiths@redhat.com>
13205
13206 PR symtab/23853
13207 * linespec.c (create_sals_line_offset): Search for the default
13208 symtab's filename instead of its fullname.
13209
13210 2019-02-21 Alan Hayward <alan.hayward@arm.com>
13211
13212 * NEWS: Update style defaults.
13213
13214 2019-02-21 Alan Hayward <alan.hayward@arm.com>
13215
13216 * main.c (captured_main_1): Disable styling in batch mode.
13217
13218 2019-02-20 Tom Tromey <tom@tromey.com>
13219
13220 * symtab.c (symtab_symbol_info): Fix typos.
13221
13222 2019-02-20 Tom Tromey <tromey@adacore.com>
13223
13224 * findcmd.c (_initialize_mem_search): Use upper case for
13225 metasyntactic variables.
13226
13227 2019-02-20 Alan Hayward <alan.hayward@arm.com>
13228
13229 * aarch64-tdep.c (aarch64_add_reggroups): New function.
13230 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
13231
13232 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
13233
13234 * top.h (source_file_name): Change to std::string.
13235 * top.c (source_file_name): Likewise.
13236 (command_line_input): Adjust.
13237 * cli/cli-script.c (script_from_file): Adjust.
13238
13239 2019-02-19 Tom Tromey <tromey@adacore.com>
13240
13241 * ravenscar-thread.c
13242 (ravenscar_thread_target::update_thread_list): Don't call
13243 ada_build_task_list.
13244 * ada-lang.h (ada_build_task_list): Don't declare.
13245 * ada-tasks.c (struct ada_tasks_inferior_data)
13246 <task_list_valid_p>: Now bool.
13247 (read_known_tasks, ada_task_list_changed)
13248 (ada_tasks_invalidate_inferior_data): Update.
13249 (read_known_tasks_array): Return bool.
13250 (read_known_tasks_list): Likewise.
13251 (read_known_tasks): Return void.
13252 (ada_build_task_list): Now static.
13253
13254 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
13255
13256 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
13257 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
13258
13259 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13260
13261 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
13262 variant for ada_tasks_pspace_data_handle and
13263 ada_tasks_inferior_data_handle.
13264 (ada_tasks_pspace_data_cleanup): New function.
13265 (ada_tasks_inferior_data_cleanup): New function.
13266
13267 2019-02-17 Tom Tromey <tom@tromey.com>
13268
13269 * macrotab.h (macro_source_fullname): Return a std::string.
13270 * macrotab.c (macro_include, check_for_redefinition)
13271 (macro_undef, macro_lookup_definition, foreach_macro)
13272 (foreach_macro_in_scope): Update.
13273 (macro_source_fullname): Return a std::string.
13274 * macrocmd.c (show_pp_source_pos): Update.
13275
13276 2019-02-17 Tom Tromey <tom@tromey.com>
13277
13278 * macrocmd.c (show_pp_source_pos): Style the file names.
13279
13280 2019-02-17 Tom Tromey <tom@tromey.com>
13281
13282 PR tui/24197:
13283 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
13284
13285 2019-02-17 Tom Tromey <tom@tromey.com>
13286
13287 * ada-lang.c (user_select_syms): Use filtered printing.
13288 * utils.c (wrap_style): New global.
13289 (desired_style): Remove.
13290 (emit_style_escape): Add stream parameter.
13291 (set_output_style, reset_terminal_style, prompt_for_continue):
13292 Update.
13293 (flush_wrap_buffer): Only flush gdb_stdout.
13294 (wrap_here): Set wrap_style.
13295 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
13296 treat escape sequences as a character. Change when wrap buffer is
13297 flushed.
13298 (fputs_styled): Do not set the output style when the default is
13299 requested.
13300 * ui-style.h (struct ui_file_style) <is_default>: New method.
13301 * source.c (print_source_lines_base): Emit escape sequences in one
13302 piece.
13303
13304 2019-02-17 Joel Brobecker <brobecker@adacore.com>
13305
13306 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
13307 integers and enumeration types.
13308
13309 2019-02-17 Joel Brobecker <brobecker@adacore.com>
13310
13311 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
13312 instead of lookup_symbol_in_language
13313 (do_exact_match): New function.
13314 (ada_get_symbol_name_matcher): Return do_exact_match when
13315 doing a verbatim match.
13316
13317 2019-02-15 Tom Tromey <tromey@adacore.com>
13318
13319 * ravenscar-thread.c (ravenscar_thread_target::resume)
13320 (ravenscar_thread_target::wait): Special case wildcard requests.
13321
13322 2019-02-15 Tom Tromey <tromey@adacore.com>
13323
13324 * ravenscar-thread.c (base_ptid): Remove.
13325 (struct ravenscar_thread_target) <close>: New method.
13326 <m_base_ptid>: New member.
13327 <update_inferior_ptid, active_task, task_is_currently_active,
13328 runtime_initialized>: Declare methods.
13329 <ravenscar_thread_target>: Add constructor.
13330 (ravenscar_thread_target::task_is_currently_active)
13331 (ravenscar_thread_target::update_inferior_ptid)
13332 (ravenscar_runtime_initialized): Rename. Now methods.
13333 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
13334 (ravenscar_thread_target::update_thread_list): Update.
13335 (ravenscar_thread_target::active_task): Now method.
13336 (ravenscar_thread_target::store_registers)
13337 (ravenscar_thread_target::prepare_to_store)
13338 (ravenscar_thread_target::prepare_to_store)
13339 (ravenscar_thread_target::mourn_inferior): Update.
13340 (ravenscar_inferior_created): Use "new" to create target.
13341 (ravenscar_thread_target::get_ada_task_ptid): Update.
13342 (_initialize_ravenscar): Don't initialize base_ptid.
13343 (ravenscar_ops): Remove global.
13344
13345 2019-02-15 Tom Tromey <tromey@adacore.com>
13346
13347 * target.h (push_target): Declare new overload.
13348 * target.c (push_target): New overload, taking an rvalue reference.
13349 * remote.c (remote_target::open_1): Use push_target overload.
13350 * corelow.c (core_target_open): Use push_target overload.
13351
13352 2019-02-15 Tom Tromey <tromey@adacore.com>
13353
13354 * ravenscar-thread.c (is_ravenscar_task)
13355 (ravenscar_task_is_currently_active): Return bool.
13356 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
13357 (_initialize_ravenscar): Remove "(void)".
13358 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
13359 Return bool.
13360
13361 2019-02-15 Tom Tromey <tromey@adacore.com>
13362
13363 * ravenscar-thread.c (ravenscar_runtime_initializer)
13364 (has_ravenscar_runtime, get_running_thread_id)
13365 (ravenscar_thread_target::resume): Fix indentation.
13366
13367 2019-02-15 Tom Tromey <tromey@adacore.com>
13368
13369 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
13370 from ravenscar_arch_ops.
13371 (sparc_ravenscar_ops::fetch_registers)
13372 (sparc_ravenscar_ops::store_registers): Now methods.
13373 (sparc_ravenscar_prepare_to_store): Remove.
13374 (sparc_ravenscar_ops): Redefine.
13375 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
13376 methods and destructor. Remove members.
13377 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
13378 (ravenscar_thread_target::store_registers)
13379 (ravenscar_thread_target::prepare_to_store): Update.
13380 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
13381 Remove.
13382 (struct ppc_ravenscar_powerpc_ops): Derive from
13383 ravenscar_arch_ops.
13384 (ppc_ravenscar_powerpc_ops::fetch_registers)
13385 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
13386 (ppc_ravenscar_powerpc_ops): Redefine.
13387 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
13388 (ppc_ravenscar_e500_ops::fetch_registers)
13389 (ppc_ravenscar_e500_ops::store_registers): Now methods.
13390 (ppc_ravenscar_e500_ops): Redefine.
13391 * aarch64-ravenscar-thread.c
13392 (aarch64_ravenscar_generic_prepare_to_store): Remove.
13393 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
13394 (aarch64_ravenscar_fetch_registers)
13395 (aarch64_ravenscar_store_registers): Now methods.
13396 (aarch64_ravenscar_ops): Redefine.
13397
13398 2019-02-15 Tom Tromey <tromey@adacore.com>
13399
13400 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
13401 (ravenscar_thread_target::stopped_by_hw_breakpoint)
13402 (ravenscar_thread_target::stopped_by_watchpoint)
13403 (ravenscar_thread_target::stopped_data_address)
13404 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
13405
13406 2019-02-15 Tom Tromey <tromey@adacore.com>
13407
13408 * ravenscar-thread.c: Fix some typos.
13409
13410 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13411 Tom Tromey <tromey@adacore.com>
13412
13413 * ada-lang.c (ada_exception_sal): Change addr_string to a
13414 std::string.
13415 (create_ada_exception_catchpoint): Update.
13416
13417 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13418 Tom Tromey <tromey@adacore.com>
13419
13420 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
13421 (bp_location_ops): Remove.
13422 (base_breakpoint_allocate_location): Update.
13423 (free_bp_location): Update.
13424 * ada-lang.c (class ada_catchpoint_location)
13425 <ada_catchpoint_location>: Remove ops parameter.
13426 (ada_catchpoint_location_dtor): Remove.
13427 (ada_catchpoint_location_ops): Remove.
13428 (allocate_location_exception): Update.
13429 * breakpoint.h (struct bp_location_ops): Remove.
13430 (class bp_location) <bp_location>: Remove bp_location_ops
13431 parameter.
13432 <~bp_location>: Add destructor.
13433 <ops>: Remove.
13434
13435 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
13436 Pedro Alves <palves@redhat.com>
13437
13438 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
13439 'PATH_MAX'.
13440
13441 2019-02-14 David Michael <fedora.dm0@gmail.com>
13442 Samuel Thibault <samuel.thibault@gnu.org>
13443 Thomas Schwinge <thomas@codesourcery.com>
13444
13445 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
13446 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
13447
13448 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
13449
13450 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
13451 (check_empty): Use "const char *".
13452
13453 * gnu-nat.c (gnu_nat_target::detach): Instead of
13454 'detach_inferior (pid)' call
13455 'detach_inferior (find_inferior_pid (pid))'.
13456
13457 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
13458 'nat/fork-inferior.o'.
13459 * gnu-nat.c: #include "nat/fork-inferior.h".
13460
13461 * gnu-nat.c (gnu_nat_target::detach): Instead of
13462 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
13463 * gnu-nat.h: #include "inf-child.h".
13464 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
13465 'i386_gnu_nat_target::fetch_registers'.
13466 (gnu_store_registers): Rename/move to
13467 'i386_gnu_nat_target::store_registers'.
13468
13469 * config/i386/nm-i386gnu.h: Don't "#include" any files.
13470 * gnu-nat.h (mach_thread_info): New function.
13471 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
13472
13473 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
13474
13475 2019-02-14 Frederic Konrad <konrad@adacore.com>
13476
13477 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
13478
13479 2019-02-14 Joel Brobecker <brobecker@adacore.com>
13480
13481 * windows-nat.c (windows_add_thread): Add new parameter
13482 "main_thread_p" with default value set to false. Update
13483 function documentation as well as all callers.
13484 (windows_delete_thread): Likewise.
13485 (fake_create_process): Update call to windows_add_thread.
13486 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
13487 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
13488 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
13489 call to windows_delete_thread.
13490
13491 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
13492
13493 * MAINTAINERS: Add Andrew Burgess as global maintainer.
13494
13495 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13496
13497 * symfile.c (find_separate_debug_file): Use canonical path of
13498 sysroot with child_path instead of gdb_sysroot if it is valid.
13499
13500 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13501
13502 * symfile.c (find_separate_debug_file): Use child_path to
13503 determine if an object file is under a sysroot.
13504
13505 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13506
13507 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
13508 unittests/child-path-selftests.c.
13509 * common/pathstuff.c (child_path): New function.
13510 * common/pathstuff.h (child_path): New prototype.
13511 * unittests/child-path-selftests.c: New file.
13512
13513 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13514
13515 * symfile.c (find_separate_debug_file): Look for separate debug
13516 files in debug directories under the sysroot.
13517
13518 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13519
13520 * symtab.h (struct minimal_symbol data_p): New const method.
13521 (struct minimal_symbol text_p): Likewise.
13522 * symtab.c (output_source_filename): Use file name style
13523 to print file name.
13524 (print_symbol_info): Likewise.
13525 (print_msymbol_info): Use address style to print addresses.
13526 Use function name style to print executable text symbols.
13527 (expand_symtab_containing_pc): Use data_p.
13528 (find_pc_sect_compunit_symtab): Likewise.
13529
13530 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13531
13532 * breakpoint.c (describe_other_breakpoints): Use address style
13533 to print addresses.
13534 (say_where): Likewise.
13535
13536 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13537
13538 * ada-typeprint.c (print_func_type): Print function name
13539 style to print function name.
13540 * c-typeprint.c (c_print_type_1): Likewise.
13541
13542 2019-02-11 Alan Hayward <alan.hayward@arm.com>
13543
13544 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
13545 for execve.
13546
13547 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13548
13549 * c-exp.y (direct_abs_decl): Use emplace_back to record the
13550 type_stack.
13551
13552 2019-02-10 Joel Brobecker <brobecker@adacore.com>
13553
13554 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
13555 TYPE_CODE_REF types.
13556
13557 2019-02-08 Jim Wilson <jimw@sifive.com>
13558
13559 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
13560 (riscv_linux_fregset): New.
13561 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
13562
13563 2019-02-07 Tom Tromey <tom@tromey.com>
13564
13565 * thread.c (thread_cancel_execution_command): Update.
13566 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
13567 methods.
13568 (struct thread_fsm_ops): Remove.
13569 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
13570 (thread_fsm_should_stop, thread_fsm_return_value)
13571 (thread_fsm_set_finished, thread_fsm_finished_p)
13572 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
13573 Don't declare.
13574 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
13575 * infrun.c (clear_proceed_status_thread)
13576 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
13577 (print_stop_event): Update.
13578 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
13579 Add constructor.
13580 (step_command_fsm_ops): Remove.
13581 (new_step_command_fsm): Remove.
13582 (step_1): Update.
13583 (step_command_fsm::should_stop): Rename from
13584 step_command_fsm_should_stop.
13585 (step_command_fsm::clean_up): Rename from
13586 step_command_fsm_clean_up.
13587 (step_command_fsm::do_async_reply_reason): Rename from
13588 step_command_fsm_async_reply_reason.
13589 (struct until_next_fsm): Inherit from thread_fsm. Add
13590 constructor.
13591 (until_next_fsm_ops): Remove.
13592 (new_until_next_fsm): Remove.
13593 (until_next_fsm::should_stop): Rename from
13594 until_next_fsm_should_stop.
13595 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
13596 (until_next_fsm::do_async_reply_reason): Rename from
13597 until_next_fsm_async_reply_reason.
13598 (struct finish_command_fsm): Inherit from thread_fsm. Add
13599 constructor. Change type of breakpoint.
13600 (finish_command_fsm_ops): Remove.
13601 (new_finish_command_fsm): Remove.
13602 (finish_command_fsm::should_stop): Rename from
13603 finish_command_fsm_should_stop.
13604 (finish_command_fsm::clean_up): Rename from
13605 finish_command_fsm_clean_up.
13606 (finish_command_fsm::return_value): Rename from
13607 finish_command_fsm_return_value.
13608 (finish_command_fsm::do_async_reply_reason): Rename from
13609 finish_command_fsm_async_reply_reason.
13610 (finish_command): Update.
13611 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
13612 Add constructor.
13613 (call_thread_fsm_ops): Remove.
13614 (call_thread_fsm::call_thread_fsm): Rename from
13615 new_call_thread_fsm.
13616 (call_thread_fsm::should_stop): Rename from
13617 call_thread_fsm_should_stop.
13618 (call_thread_fsm::should_notify_stop): Rename from
13619 call_thread_fsm_should_notify_stop.
13620 (run_inferior_call, call_function_by_hand_dummy): Update.
13621 * cli/cli-interp.c (should_print_stop_to_console): Update.
13622 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
13623 Add constructor. Change type of location_breakpoint,
13624 caller_breakpoint.
13625 (until_break_fsm_ops): Remove.
13626 (new_until_break_fsm): Remove.
13627 (until_break_fsm::should_stop): Rename from
13628 until_break_fsm_should_stop.
13629 (until_break_fsm::clean_up): Rename from
13630 until_break_fsm_clean_up.
13631 (until_break_fsm::do_async_reply_reason): Rename from
13632 until_break_fsm_async_reply_reason.
13633 (until_break_command): Update.
13634 * thread-fsm.c: Remove.
13635 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
13636
13637 2019-02-07 Tom Tromey <tom@tromey.com>
13638
13639 * yy-remap.h: Add include guard.
13640 * xtensa-tdep.h: Add include guard.
13641 * xcoffread.h: Rename include guard.
13642 * varobj-iter.h: Add include guard.
13643 * tui/tui.h: Rename include guard.
13644 * tui/tui-winsource.h: Rename include guard.
13645 * tui/tui-wingeneral.h: Rename include guard.
13646 * tui/tui-windata.h: Rename include guard.
13647 * tui/tui-win.h: Rename include guard.
13648 * tui/tui-stack.h: Rename include guard.
13649 * tui/tui-source.h: Rename include guard.
13650 * tui/tui-regs.h: Rename include guard.
13651 * tui/tui-out.h: Rename include guard.
13652 * tui/tui-layout.h: Rename include guard.
13653 * tui/tui-io.h: Rename include guard.
13654 * tui/tui-hooks.h: Rename include guard.
13655 * tui/tui-file.h: Rename include guard.
13656 * tui/tui-disasm.h: Rename include guard.
13657 * tui/tui-data.h: Rename include guard.
13658 * tui/tui-command.h: Rename include guard.
13659 * tic6x-tdep.h: Add include guard.
13660 * target/waitstatus.h: Rename include guard.
13661 * target/wait.h: Rename include guard.
13662 * target/target.h: Rename include guard.
13663 * target/resume.h: Rename include guard.
13664 * target-float.h: Rename include guard.
13665 * stabsread.h: Add include guard.
13666 * rs6000-tdep.h: Add include guard.
13667 * riscv-fbsd-tdep.h: Add include guard.
13668 * regformats/regdef.h: Rename include guard.
13669 * record.h: Rename include guard.
13670 * python/python.h: Rename include guard.
13671 * python/python-internal.h: Rename include guard.
13672 * python/py-stopevent.h: Rename include guard.
13673 * python/py-ref.h: Rename include guard.
13674 * python/py-record.h: Rename include guard.
13675 * python/py-record-full.h: Rename include guard.
13676 * python/py-record-btrace.h: Rename include guard.
13677 * python/py-instruction.h: Rename include guard.
13678 * python/py-events.h: Rename include guard.
13679 * python/py-event.h: Rename include guard.
13680 * procfs.h: Add include guard.
13681 * proc-utils.h: Add include guard.
13682 * p-lang.h: Add include guard.
13683 * or1k-tdep.h: Rename include guard.
13684 * observable.h: Rename include guard.
13685 * nto-tdep.h: Rename include guard.
13686 * nat/x86-linux.h: Rename include guard.
13687 * nat/x86-linux-dregs.h: Rename include guard.
13688 * nat/x86-gcc-cpuid.h: Add include guard.
13689 * nat/x86-dregs.h: Rename include guard.
13690 * nat/x86-cpuid.h: Rename include guard.
13691 * nat/ppc-linux.h: Rename include guard.
13692 * nat/mips-linux-watch.h: Rename include guard.
13693 * nat/linux-waitpid.h: Rename include guard.
13694 * nat/linux-ptrace.h: Rename include guard.
13695 * nat/linux-procfs.h: Rename include guard.
13696 * nat/linux-osdata.h: Rename include guard.
13697 * nat/linux-nat.h: Rename include guard.
13698 * nat/linux-namespaces.h: Rename include guard.
13699 * nat/linux-btrace.h: Rename include guard.
13700 * nat/glibc_thread_db.h: Rename include guard.
13701 * nat/gdb_thread_db.h: Rename include guard.
13702 * nat/gdb_ptrace.h: Rename include guard.
13703 * nat/fork-inferior.h: Rename include guard.
13704 * nat/amd64-linux-siginfo.h: Rename include guard.
13705 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
13706 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
13707 * nat/aarch64-linux.h: Rename include guard.
13708 * nat/aarch64-linux-hw-point.h: Rename include guard.
13709 * mn10300-tdep.h: Add include guard.
13710 * mips-linux-tdep.h: Add include guard.
13711 * mi/mi-parse.h: Rename include guard.
13712 * mi/mi-out.h: Rename include guard.
13713 * mi/mi-main.h: Rename include guard.
13714 * mi/mi-interp.h: Rename include guard.
13715 * mi/mi-getopt.h: Rename include guard.
13716 * mi/mi-console.h: Rename include guard.
13717 * mi/mi-common.h: Rename include guard.
13718 * mi/mi-cmds.h: Rename include guard.
13719 * mi/mi-cmd-break.h: Rename include guard.
13720 * m2-lang.h: Add include guard.
13721 * location.h: Rename include guard.
13722 * linux-record.h: Rename include guard.
13723 * linux-nat.h: Add include guard.
13724 * linux-fork.h: Add include guard.
13725 * i386-darwin-tdep.h: Rename include guard.
13726 * hppa-linux-offsets.h: Add include guard.
13727 * guile/guile.h: Rename include guard.
13728 * guile/guile-internal.h: Rename include guard.
13729 * gnu-nat.h: Rename include guard.
13730 * gdb-stabs.h: Rename include guard.
13731 * frv-tdep.h: Add include guard.
13732 * f-lang.h: Add include guard.
13733 * event-loop.h: Add include guard.
13734 * darwin-nat.h: Rename include guard.
13735 * cp-abi.h: Rename include guard.
13736 * config/sparc/nm-sol2.h: Rename include guard.
13737 * config/nm-nto.h: Rename include guard.
13738 * config/nm-linux.h: Add include guard.
13739 * config/i386/nm-i386gnu.h: Rename include guard.
13740 * config/djgpp/nl_types.h: Rename include guard.
13741 * config/djgpp/langinfo.h: Rename include guard.
13742 * compile/gcc-cp-plugin.h: Add include guard.
13743 * compile/gcc-c-plugin.h: Add include guard.
13744 * compile/compile.h: Rename include guard.
13745 * compile/compile-object-run.h: Rename include guard.
13746 * compile/compile-object-load.h: Rename include guard.
13747 * compile/compile-internal.h: Rename include guard.
13748 * compile/compile-cplus.h: Rename include guard.
13749 * compile/compile-c.h: Rename include guard.
13750 * common/xml-utils.h: Rename include guard.
13751 * common/x86-xstate.h: Rename include guard.
13752 * common/version.h: Rename include guard.
13753 * common/vec.h: Rename include guard.
13754 * common/tdesc.h: Rename include guard.
13755 * common/selftest.h: Rename include guard.
13756 * common/scoped_restore.h: Rename include guard.
13757 * common/scoped_mmap.h: Rename include guard.
13758 * common/scoped_fd.h: Rename include guard.
13759 * common/safe-iterator.h: Rename include guard.
13760 * common/run-time-clock.h: Rename include guard.
13761 * common/refcounted-object.h: Rename include guard.
13762 * common/queue.h: Rename include guard.
13763 * common/ptid.h: Rename include guard.
13764 * common/print-utils.h: Rename include guard.
13765 * common/preprocessor.h: Rename include guard.
13766 * common/pathstuff.h: Rename include guard.
13767 * common/observable.h: Rename include guard.
13768 * common/netstuff.h: Rename include guard.
13769 * common/job-control.h: Rename include guard.
13770 * common/host-defs.h: Rename include guard.
13771 * common/gdb_wait.h: Rename include guard.
13772 * common/gdb_vecs.h: Rename include guard.
13773 * common/gdb_unlinker.h: Rename include guard.
13774 * common/gdb_unique_ptr.h: Rename include guard.
13775 * common/gdb_tilde_expand.h: Rename include guard.
13776 * common/gdb_sys_time.h: Rename include guard.
13777 * common/gdb_string_view.h: Rename include guard.
13778 * common/gdb_splay_tree.h: Rename include guard.
13779 * common/gdb_setjmp.h: Rename include guard.
13780 * common/gdb_ref_ptr.h: Rename include guard.
13781 * common/gdb_optional.h: Rename include guard.
13782 * common/gdb_locale.h: Rename include guard.
13783 * common/gdb_assert.h: Rename include guard.
13784 * common/filtered-iterator.h: Rename include guard.
13785 * common/filestuff.h: Rename include guard.
13786 * common/fileio.h: Rename include guard.
13787 * common/environ.h: Rename include guard.
13788 * common/common-utils.h: Rename include guard.
13789 * common/common-types.h: Rename include guard.
13790 * common/common-regcache.h: Rename include guard.
13791 * common/common-inferior.h: Rename include guard.
13792 * common/common-gdbthread.h: Rename include guard.
13793 * common/common-exceptions.h: Rename include guard.
13794 * common/common-defs.h: Rename include guard.
13795 * common/common-debug.h: Rename include guard.
13796 * common/cleanups.h: Rename include guard.
13797 * common/buffer.h: Rename include guard.
13798 * common/btrace-common.h: Rename include guard.
13799 * common/break-common.h: Rename include guard.
13800 * cli/cli-utils.h: Rename include guard.
13801 * cli/cli-style.h: Rename include guard.
13802 * cli/cli-setshow.h: Rename include guard.
13803 * cli/cli-script.h: Rename include guard.
13804 * cli/cli-interp.h: Rename include guard.
13805 * cli/cli-decode.h: Rename include guard.
13806 * cli/cli-cmds.h: Rename include guard.
13807 * charset-list.h: Add include guard.
13808 * buildsym-legacy.h: Rename include guard.
13809 * bfin-tdep.h: Add include guard.
13810 * ax.h: Rename include guard.
13811 * arm-linux-tdep.h: Add include guard.
13812 * arm-fbsd-tdep.h: Add include guard.
13813 * arch/xtensa.h: Rename include guard.
13814 * arch/tic6x.h: Add include guard.
13815 * arch/i386.h: Add include guard.
13816 * arch/arm.h: Rename include guard.
13817 * arch/arm-linux.h: Rename include guard.
13818 * arch/arm-get-next-pcs.h: Rename include guard.
13819 * arch/amd64.h: Add include guard.
13820 * arch/aarch64-insn.h: Rename include guard.
13821 * arch-utils.h: Rename include guard.
13822 * annotate.h: Add include guard.
13823 * amd64-darwin-tdep.h: Rename include guard.
13824 * aarch64-linux-tdep.h: Add include guard.
13825 * aarch64-fbsd-tdep.h: Add include guard.
13826 * aarch32-linux-nat.h: Add include guard.
13827
13828 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13829
13830 * macrotab.c (macro_define_internal): New function that
13831 factorizes macro_define_object_internal and macro_define_function
13832 code.
13833 (macro_define_object_internal): Use macro_define_internal.
13834 (macro_define_function): Likewise.
13835
13836 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13837
13838 * macrocmd.c (extract_identifier): Return
13839 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
13840 callers.
13841
13842 2019-02-06 John Baldwin <jhb@FreeBSD.org>
13843
13844 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
13845
13846 2019-02-05 Tom Tromey <tom@tromey.com>
13847
13848 * target.c (target_stack::unpush): Move assertion earlier.
13849
13850 2019-01-30 Tom Tromey <tom@tromey.com>
13851
13852 PR python/23615:
13853 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
13854 (gdbpy_parse_and_eval): Likewise.
13855 * python/python-internal.h (gdbpy_allow_threads): New class.
13856
13857 2019-01-28 John Baldwin <jhb@FreeBSD.org>
13858
13859 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
13860 (aarch64_fbsd_fpregmap): Move earlier.
13861 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
13862 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
13863 instead of individual calls to trad_frame_set_reg_addr.
13864 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
13865 earlier.
13866 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
13867 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
13868 instead of individual calls to trad_frame_set_reg_addr.
13869
13870 2019-01-28 Alan Hayward <alan.hayward@arm.com>
13871
13872 * CONTRIBUTE: Replace contribution list with wiki link.
13873
13874 2019-01-25 Tom Tromey <tom@tromey.com>
13875
13876 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
13877
13878 2019-01-25 Tom Tromey <tom@tromey.com>
13879
13880 * xtensa-linux-nat.c: Fix common/ includes.
13881 * xml-support.h: Fix common/ includes.
13882 * xml-support.c: Fix common/ includes.
13883 * x86-linux-nat.c: Fix common/ includes.
13884 * windows-nat.c: Fix common/ includes.
13885 * varobj.h: Fix common/ includes.
13886 * varobj.c: Fix common/ includes.
13887 * value.c: Fix common/ includes.
13888 * valops.c: Fix common/ includes.
13889 * utils.c: Fix common/ includes.
13890 * unittests/xml-utils-selftests.c: Fix common/ includes.
13891 * unittests/utils-selftests.c: Fix common/ includes.
13892 * unittests/unpack-selftests.c: Fix common/ includes.
13893 * unittests/tracepoint-selftests.c: Fix common/ includes.
13894 * unittests/style-selftests.c: Fix common/ includes.
13895 * unittests/string_view-selftests.c: Fix common/ includes.
13896 * unittests/scoped_restore-selftests.c: Fix common/ includes.
13897 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
13898 * unittests/scoped_fd-selftests.c: Fix common/ includes.
13899 * unittests/rsp-low-selftests.c: Fix common/ includes.
13900 * unittests/parse-connection-spec-selftests.c: Fix common/
13901 includes.
13902 * unittests/optional-selftests.c: Fix common/ includes.
13903 * unittests/offset-type-selftests.c: Fix common/ includes.
13904 * unittests/observable-selftests.c: Fix common/ includes.
13905 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
13906 * unittests/memrange-selftests.c: Fix common/ includes.
13907 * unittests/memory-map-selftests.c: Fix common/ includes.
13908 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
13909 * unittests/function-view-selftests.c: Fix common/ includes.
13910 * unittests/environ-selftests.c: Fix common/ includes.
13911 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
13912 * unittests/common-utils-selftests.c: Fix common/ includes.
13913 * unittests/cli-utils-selftests.c: Fix common/ includes.
13914 * unittests/array-view-selftests.c: Fix common/ includes.
13915 * ui-file.c: Fix common/ includes.
13916 * tui/tui-io.c: Fix common/ includes.
13917 * tracepoint.h: Fix common/ includes.
13918 * tracepoint.c: Fix common/ includes.
13919 * tracefile-tfile.c: Fix common/ includes.
13920 * top.h: Fix common/ includes.
13921 * top.c: Fix common/ includes.
13922 * thread.c: Fix common/ includes.
13923 * target/waitstatus.h: Fix common/ includes.
13924 * target/waitstatus.c: Fix common/ includes.
13925 * target.h: Fix common/ includes.
13926 * target.c: Fix common/ includes.
13927 * target-memory.c: Fix common/ includes.
13928 * target-descriptions.c: Fix common/ includes.
13929 * symtab.h: Fix common/ includes.
13930 * symfile.c: Fix common/ includes.
13931 * stap-probe.c: Fix common/ includes.
13932 * spu-linux-nat.c: Fix common/ includes.
13933 * sparc-nat.c: Fix common/ includes.
13934 * source.c: Fix common/ includes.
13935 * solib.c: Fix common/ includes.
13936 * solib-target.c: Fix common/ includes.
13937 * ser-unix.c: Fix common/ includes.
13938 * ser-tcp.c: Fix common/ includes.
13939 * ser-pipe.c: Fix common/ includes.
13940 * ser-base.c: Fix common/ includes.
13941 * selftest-arch.c: Fix common/ includes.
13942 * s12z-tdep.c: Fix common/ includes.
13943 * rust-exp.y: Fix common/ includes.
13944 * rs6000-aix-tdep.c: Fix common/ includes.
13945 * riscv-tdep.c: Fix common/ includes.
13946 * remote.c: Fix common/ includes.
13947 * remote-notif.h: Fix common/ includes.
13948 * remote-fileio.h: Fix common/ includes.
13949 * remote-fileio.c: Fix common/ includes.
13950 * regcache.h: Fix common/ includes.
13951 * regcache.c: Fix common/ includes.
13952 * record-btrace.c: Fix common/ includes.
13953 * python/python.c: Fix common/ includes.
13954 * python/py-type.c: Fix common/ includes.
13955 * python/py-inferior.c: Fix common/ includes.
13956 * progspace.h: Fix common/ includes.
13957 * producer.c: Fix common/ includes.
13958 * procfs.c: Fix common/ includes.
13959 * proc-api.c: Fix common/ includes.
13960 * printcmd.c: Fix common/ includes.
13961 * ppc-linux-nat.c: Fix common/ includes.
13962 * parser-defs.h: Fix common/ includes.
13963 * osdata.c: Fix common/ includes.
13964 * obsd-nat.c: Fix common/ includes.
13965 * nat/x86-linux.c: Fix common/ includes.
13966 * nat/x86-linux-dregs.c: Fix common/ includes.
13967 * nat/x86-dregs.h: Fix common/ includes.
13968 * nat/x86-dregs.c: Fix common/ includes.
13969 * nat/ppc-linux.c: Fix common/ includes.
13970 * nat/mips-linux-watch.h: Fix common/ includes.
13971 * nat/mips-linux-watch.c: Fix common/ includes.
13972 * nat/linux-waitpid.c: Fix common/ includes.
13973 * nat/linux-ptrace.h: Fix common/ includes.
13974 * nat/linux-ptrace.c: Fix common/ includes.
13975 * nat/linux-procfs.c: Fix common/ includes.
13976 * nat/linux-personality.c: Fix common/ includes.
13977 * nat/linux-osdata.c: Fix common/ includes.
13978 * nat/linux-namespaces.c: Fix common/ includes.
13979 * nat/linux-btrace.h: Fix common/ includes.
13980 * nat/linux-btrace.c: Fix common/ includes.
13981 * nat/fork-inferior.c: Fix common/ includes.
13982 * nat/amd64-linux-siginfo.c: Fix common/ includes.
13983 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
13984 * nat/aarch64-linux.c: Fix common/ includes.
13985 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
13986 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
13987 * namespace.h: Fix common/ includes.
13988 * mips-linux-tdep.c: Fix common/ includes.
13989 * minsyms.c: Fix common/ includes.
13990 * mi/mi-parse.h: Fix common/ includes.
13991 * mi/mi-main.c: Fix common/ includes.
13992 * mi/mi-cmd-env.c: Fix common/ includes.
13993 * memrange.h: Fix common/ includes.
13994 * memattr.c: Fix common/ includes.
13995 * maint.h: Fix common/ includes.
13996 * maint.c: Fix common/ includes.
13997 * main.c: Fix common/ includes.
13998 * machoread.c: Fix common/ includes.
13999 * location.c: Fix common/ includes.
14000 * linux-thread-db.c: Fix common/ includes.
14001 * linux-nat.c: Fix common/ includes.
14002 * linux-fork.c: Fix common/ includes.
14003 * inline-frame.c: Fix common/ includes.
14004 * infrun.c: Fix common/ includes.
14005 * inflow.c: Fix common/ includes.
14006 * inferior.h: Fix common/ includes.
14007 * inferior.c: Fix common/ includes.
14008 * infcmd.c: Fix common/ includes.
14009 * inf-ptrace.c: Fix common/ includes.
14010 * inf-child.c: Fix common/ includes.
14011 * ia64-linux-nat.c: Fix common/ includes.
14012 * i387-tdep.c: Fix common/ includes.
14013 * i386-tdep.c: Fix common/ includes.
14014 * i386-linux-tdep.c: Fix common/ includes.
14015 * i386-linux-nat.c: Fix common/ includes.
14016 * i386-go32-tdep.c: Fix common/ includes.
14017 * i386-fbsd-tdep.c: Fix common/ includes.
14018 * i386-fbsd-nat.c: Fix common/ includes.
14019 * guile/scm-type.c: Fix common/ includes.
14020 * guile/guile.c: Fix common/ includes.
14021 * go32-nat.c: Fix common/ includes.
14022 * gnu-nat.c: Fix common/ includes.
14023 * gdbthread.h: Fix common/ includes.
14024 * gdbarch-selftests.c: Fix common/ includes.
14025 * gdb_usleep.c: Fix common/ includes.
14026 * gdb_select.h: Fix common/ includes.
14027 * gdb_bfd.c: Fix common/ includes.
14028 * gcore.c: Fix common/ includes.
14029 * fork-child.c: Fix common/ includes.
14030 * findvar.c: Fix common/ includes.
14031 * fbsd-nat.c: Fix common/ includes.
14032 * event-top.c: Fix common/ includes.
14033 * event-loop.c: Fix common/ includes.
14034 * dwarf2read.c: Fix common/ includes.
14035 * dwarf2loc.c: Fix common/ includes.
14036 * dwarf2-frame.c: Fix common/ includes.
14037 * dwarf-index-cache.c: Fix common/ includes.
14038 * dtrace-probe.c: Fix common/ includes.
14039 * disasm-selftests.c: Fix common/ includes.
14040 * defs.h: Fix common/ includes.
14041 * csky-tdep.c: Fix common/ includes.
14042 * cp-valprint.c: Fix common/ includes.
14043 * cp-support.h: Fix common/ includes.
14044 * cp-support.c: Fix common/ includes.
14045 * corelow.c: Fix common/ includes.
14046 * completer.h: Fix common/ includes.
14047 * completer.c: Fix common/ includes.
14048 * compile/compile.c: Fix common/ includes.
14049 * compile/compile-loc2c.c: Fix common/ includes.
14050 * compile/compile-cplus-types.c: Fix common/ includes.
14051 * compile/compile-cplus-symbols.c: Fix common/ includes.
14052 * command.h: Fix common/ includes.
14053 * cli/cli-dump.c: Fix common/ includes.
14054 * cli/cli-cmds.c: Fix common/ includes.
14055 * charset.c: Fix common/ includes.
14056 * build-id.c: Fix common/ includes.
14057 * btrace.h: Fix common/ includes.
14058 * btrace.c: Fix common/ includes.
14059 * breakpoint.h: Fix common/ includes.
14060 * breakpoint.c: Fix common/ includes.
14061 * ax.h:
14062 (enum agent_op): Fix common/ includes.
14063 * ax-general.c (struct aop_map): Fix common/ includes.
14064 * ax-gdb.c: Fix common/ includes.
14065 * auxv.c: Fix common/ includes.
14066 * auto-load.c: Fix common/ includes.
14067 * arm-tdep.c: Fix common/ includes.
14068 * arch/riscv.c: Fix common/ includes.
14069 * arch/ppc-linux-common.c: Fix common/ includes.
14070 * arch/i386.c: Fix common/ includes.
14071 * arch/arm.c: Fix common/ includes.
14072 * arch/arm-linux.c: Fix common/ includes.
14073 * arch/arm-get-next-pcs.c: Fix common/ includes.
14074 * arch/amd64.c: Fix common/ includes.
14075 * arch/aarch64.c: Fix common/ includes.
14076 * arch/aarch64-insn.c: Fix common/ includes.
14077 * arch-utils.c: Fix common/ includes.
14078 * amd64-windows-tdep.c: Fix common/ includes.
14079 * amd64-tdep.c: Fix common/ includes.
14080 * amd64-sol2-tdep.c: Fix common/ includes.
14081 * amd64-obsd-tdep.c: Fix common/ includes.
14082 * amd64-nbsd-tdep.c: Fix common/ includes.
14083 * amd64-linux-tdep.c: Fix common/ includes.
14084 * amd64-linux-nat.c: Fix common/ includes.
14085 * amd64-fbsd-tdep.c: Fix common/ includes.
14086 * amd64-fbsd-nat.c: Fix common/ includes.
14087 * amd64-dicos-tdep.c: Fix common/ includes.
14088 * amd64-darwin-tdep.c: Fix common/ includes.
14089 * agent.c: Fix common/ includes.
14090 * ada-lang.h: Fix common/ includes.
14091 * ada-lang.c: Fix common/ includes.
14092 * aarch64-tdep.c: Fix common/ includes.
14093
14094 2019-01-25 Tom Tromey <tom@tromey.com>
14095
14096 * common/create-version.sh: Use common/version.h.
14097
14098 2019-01-24 Pedro Alves <palves@redhat.com>
14099
14100 * infrun.c (signal_stop, signal_print, signal_program)
14101 (signal_catch, signal_pass): Now arrays instead of pointers.
14102 (update_signals_program_target, do_target_resume)
14103 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
14104 * linux-nat.c (linux_nat_target::pass_signals)
14105 (linux_nat_target::create_inferior, linux_nat_target::attach):
14106 Adjust.
14107 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
14108 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
14109 * procfs.c (procfs_target::pass_signals): Adjust.
14110 * record-full.c (record_full_target::resume): Adjust.
14111 * remote.c (remote_target::pass_signals)
14112 (remote_target::program_signals): Adjust.
14113 * target-debug.h (target_debug_print_signals): Now takes a
14114 gdb::array_view as parameter. Adjust.
14115 * target.h (target_ops) <pass_signals, program_signals>: Replace
14116 pointer and length parameters with gdb::array_view.
14117 (target_pass_signals, target_program_signals): Likewise.
14118 * target-delegates.c: Regenerate.
14119
14120 2019-01-24 Pedro Alves <palves@redhat.com>
14121
14122 * common/forward-scope-exit.h
14123 (forward_scope_exit::forward_scope_exit): Pass arguments to
14124 m_bind_function directly, instead of creating a std::bind and
14125 copying that.
14126
14127 2019-01-24 Alan Hayward <alan.hayward@arm.com>
14128
14129 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
14130 for static members.
14131 (pass_in_v_vfp_candidate): Likewise.
14132
14133 2019-01-23 Tom Tromey <tom@tromey.com>
14134 Pedro Alves <palves@redhat.com>
14135
14136 * regcache.c (class regcache_invalidator): Remove.
14137 (regcache::raw_write): Use make_scope_exit.
14138
14139 2019-01-23 Tom Tromey <tom@tromey.com>
14140
14141 * ui-out.h (class ui_out_emit_type): Update comment.
14142
14143 2019-01-23 Tom Tromey <tom@tromey.com>
14144
14145 * infrun.c (fetch_inferior_event): Update comment.
14146
14147 2019-01-23 Tom Tromey <tom@tromey.com>
14148 Pedro Alves <palves@redhat.com>
14149
14150 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
14151 parameter.
14152 (fetch_inferior_event): Use SCOPE_EXIT.
14153
14154
14155 2019-01-23 Tom Tromey <tom@tromey.com>
14156 Pedro Alves <palves@redhat.com>
14157
14158 * infrun.c (disable_thread_events): Delete.
14159 (stop_all_threads): Use SCOPE_EXIT.
14160
14161 2019-01-23 Tom Tromey <tom@tromey.com>
14162 Pedro Alves <palves@redhat.com>
14163
14164 * symfile.c: Include forward-scope-exit.h.
14165 (clear_symtab_users_cleanup): Replace forward declaration with
14166 a FORWARD_SCOPE_EXIT.
14167 (syms_from_objfile_1): Use the forward_scope_exit and
14168 gdb::optional instead of cleanup_function.
14169 (reread_symbols): Use the forward_scope_exit instead of
14170 cleanup_function.
14171 (clear_symtab_users_cleanup): Remove function.
14172
14173 2019-01-23 Tom Tromey <tom@tromey.com>
14174 Pedro Alves <palves@redhat.com>
14175
14176 * linux-nat.c: Include scope-exit.h.
14177 (cleanup_target_stop): Remove.
14178 (linux_nat_target::static_tracepoint_markers_by_strid): Use
14179 SCOPE_EXIT.
14180
14181 2019-01-23 Tom Tromey <tom@tromey.com>
14182 Pedro Alves <palves@redhat.com>
14183
14184 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
14185 (call_function_by_hand_dummy): Use SCOPE_EXIT.
14186
14187 2019-01-23 Tom Tromey <tom@tromey.com>
14188 Andrew Burgess <andrew.burgess@embecosm.com>
14189 Pedro Alves <palves@redhat.com>
14190
14191 * infrun.c (fetch_inferior_event): Use scope_exit.
14192 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
14193 * top.c (execute_command): Use scope_exit.
14194 * breakpoint.c (bpstat_do_actions): Use scope_exit.
14195 * utils.c (do_bpstat_clear_actions_cleanup)
14196 (make_bpstat_clear_actions_cleanup): Remove.
14197
14198 2019-01-23 Tom Tromey <tom@tromey.com>
14199 Pedro Alves <palves@redhat.com>
14200
14201 * infrun.c: Include "common/scope-exit.h"
14202 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
14203 (wait_for_inferior): Use SCOPE_EXIT.
14204 (fetch_inferior_event): Use scope_exit.
14205
14206 2019-01-23 Tom Tromey <tom@tromey.com>
14207 Pedro Alves <palves@redhat.com>
14208
14209 * breakpoint.c (create_breakpoint): Remove cleanup.
14210
14211 2019-01-23 Tom Tromey <tom@tromey.com>
14212 Andrew Burgess <andrew.burgess@embecosm.com>
14213 Pedro Alves <palves@redhat.com>
14214
14215 2019-01-23 Pedro Alves <palves@redhat.com>
14216
14217 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
14218
14219 2019-01-23 Pedro Alves <palves@redhat.com>
14220 Andrew Burgess <andrew.burgess@embecosm.com>
14221
14222 * gdbthread.h: Include "common/forward-scope-exit.h".
14223 (scoped_finish_thread_state): Redefine custom class in terms of
14224 forward_scope_exit.
14225
14226 2019-01-23 Pedro Alves <palves@redhat.com>
14227 Andrew Burgess <andrew.burgess@embecosm.com>
14228
14229 * common/forward-scope-exit.h: New file.
14230
14231 2019-01-23 Pedro Alves <palves@redhat.com>
14232 Andrew Burgess <andrew.burgess@embecosm.com>
14233 Tom Tromey <tom@tromey.com>
14234
14235 * common/scope-exit.h: New file.
14236
14237 2019-01-23 Pedro Alves <palves@redhat.com>
14238
14239 * common/preprocessor.h (ESC): Rename to ...
14240 (ESC_PARENS): ... this.
14241 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
14242 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
14243
14244 2019-01-23 Tom Tromey <tom@tromey.com>
14245
14246 * language.h (class scoped_switch_to_sym_language_if_auto):
14247 Initialize m_lang in both cases.
14248
14249 2019-01-23 Alan Hayward <alan.hayward@arm.com>
14250
14251 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
14252 with XCNEW.
14253
14254 2019-01-22 Tom Tromey <tom@tromey.com>
14255
14256 * corelow.c: Do not include sys/file.h.
14257
14258 2019-01-22 Tom Tromey <tom@tromey.com>
14259
14260 * tui/tui-wingeneral.h: Include gdb_curses.h.
14261
14262 2019-01-22 Tom Tromey <tom@tromey.com>
14263
14264 * source-cache.h (class source_cache) <get_source_lines,
14265 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
14266
14267 2019-01-22 Tom Tromey <tom@tromey.com>
14268
14269 * remote-fileio.h (struct remote_target): Declare.
14270
14271 2019-01-22 Tom Tromey <tom@tromey.com>
14272
14273 * python/py-arch.c: Do not include py-ref.h.
14274 * python/py-bpevent.c: Do not include py-ref.h.
14275 * python/py-cmd.c: Do not include py-ref.h.
14276 * python/py-continueevent.c: Do not include py-ref.h.
14277 * python/py-event.h: Do not include py-ref.h.
14278 * python/py-evtregistry.c: Do not include py-ref.h.
14279 * python/py-finishbreakpoint.c: Do not include py-ref.h.
14280 * python/py-frame.c: Do not include py-ref.h.
14281 * python/py-framefilter.c: Do not include py-ref.h.
14282 * python/py-function.c: Do not include py-ref.h.
14283 * python/py-infevents.c: Do not include py-ref.h.
14284 * python/py-linetable.c: Do not include py-ref.h.
14285 * python/py-objfile.c: Do not include py-ref.h.
14286 * python/py-param.c: Do not include py-ref.h.
14287 * python/py-prettyprint.c: Do not include py-ref.h.
14288 * python/py-progspace.c: Do not include py-ref.h.
14289 * python/py-symbol.c: Do not include py-ref.h.
14290 * python/py-symtab.c: Do not include py-ref.h.
14291 * python/py-type.c: Do not include py-ref.h.
14292 * python/py-unwind.c: Do not include py-ref.h.
14293 * python/py-utils.c: Do not include py-ref.h.
14294 * python/py-value.c: Do not include py-ref.h.
14295 * python/py-varobj.c: Do not include py-ref.h.
14296 * python/py-xmethods.c: Do not include py-ref.h.
14297 * python/python.c: Do not include py-ref.h.
14298 * varobj.c: Do not include py-ref.h.
14299
14300 2019-01-22 Tom Tromey <tom@tromey.com>
14301
14302 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
14303 keyword for bcache.
14304
14305 2019-01-22 Tom Tromey <tom@tromey.com>
14306
14307 * compile/compile-cplus-types.c: Remove a comment by #include.
14308
14309 2019-01-22 Tom Tromey <tom@tromey.com>
14310
14311 * compile/gcc-c-plugin.h: Include compile-internal.h.
14312
14313 2019-01-22 Tom Tromey <tom@tromey.com>
14314
14315 * stabsread.c (EXTERN): Do not define.
14316 (symnum, next_symbol_text_func, processing_gcc_compilation)
14317 (within_function, global_sym_chain, global_stabs)
14318 (previous_stab_code, this_object_header_files)
14319 (n_this_object_header_files)
14320 (n_allocated_this_object_header_files): Define.
14321 * stabsread.h (EXTERN): Never define. Use "extern".
14322
14323 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14324
14325 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
14326 history_value.
14327
14328 2019-01-21 Tom Tromey <tom@tromey.com>
14329
14330 * ui-out.c: Fix includes.
14331 * tui/tui-source.c: Fix includes.
14332 * target.c: Fix includes.
14333 * remote.c: Fix includes.
14334 * regcache.c: Fix includes.
14335 * python/py-block.c: Fix includes.
14336 * printcmd.c: Fix includes.
14337 * or1k-tdep.c: Fix includes.
14338 * mi/mi-main.c: Fix includes.
14339 * m32r-tdep.c: Fix includes.
14340 * csky-tdep.c: Fix includes.
14341 * compile/compile-cplus-types.c: Fix includes.
14342 * cli/cli-interp.c: Fix includes.
14343
14344 2019-01-21 Alan Hayward <alan.hayward@arm.com>
14345
14346 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
14347 for padding.
14348
14349 2019-01-16 Tom Tromey <tom@tromey.com>
14350
14351 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
14352 earlier.
14353 (struct objfile) <msymbols_range>: Move from top level.
14354 <msymbols>: New method.
14355 (class objfile_msymbols): Remove.
14356 * symtab.c (default_collect_symbol_completion_matches_break_on):
14357 Update.
14358 * symmisc.c (dump_msymbols): Update.
14359 * stabsread.c (scan_file_globals): Update.
14360 * objc-lang.c (info_selectors_command, info_classes_command)
14361 (find_methods): Update.
14362 * minsyms.c (find_solib_trampoline_target): Update.
14363 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
14364 * coffread.c (coff_symfile_read): Update.
14365 * ada-lang.c (ada_lookup_simple_minsym)
14366 (ada_collect_symbol_completion_matches): Update.
14367
14368 2019-01-16 Tom Tromey <tom@tromey.com>
14369
14370 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
14371 type. Remove no-argument constructor.
14372 <iterator::operator++>: Simplify.
14373 <begin>: Update.
14374 <end>: Use minimal_symbol_count.
14375
14376 2019-01-16 Tom Tromey <tom@tromey.com>
14377
14378 * objfiles.h (struct objfile) <psymtabs>: New method.
14379 (class objfile_psymtabs): Remove.
14380 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
14381 typedef.
14382 <range>: New method.
14383 (require_partial_symbols): Change return type.
14384 * psymtab.c (require_partial_symbols)
14385 (psym_expand_symtabs_matching): Update.
14386 * mdebugread.c (parse_partial_symbols): Update.
14387 * dbxread.c (dbx_end_psymtab): Update.
14388
14389 2019-01-15 Tom Tromey <tom@tromey.com>
14390
14391 * symtab.c (lookup_objfile_from_block)
14392 (lookup_symbol_in_objfile_symtabs)
14393 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
14394 (find_line_symtab, info_sources_command)
14395 (default_collect_symbol_completion_matches_break_on)
14396 (make_source_files_completion_list): Update.
14397 * symmisc.c (print_objfile_statistics, dump_objfile)
14398 (maintenance_print_symbols, maintenance_info_symtabs)
14399 (maintenance_check_symtabs, maintenance_info_line_tables):
14400 Update.
14401 * source.c (select_source_symtab)
14402 (forget_cached_source_info_for_objfile): Update.
14403 * objfiles.h (class objfile_compunits): Remove.
14404 (struct objfile) <compunits_range>: New typedef.
14405 (compunits): New method.
14406 * objfiles.c (objfile_relocate1): Update.
14407 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
14408 * maint.c (count_symtabs_and_blocks): Update.
14409 * linespec.c (iterate_over_all_matching_symtabs): Update.
14410 * cp-support.c (add_symbol_overload_list_qualified): Update.
14411 * coffread.c (coff_symtab_read): Update.
14412 * ada-lang.c (add_nonlocal_symbols)
14413 (ada_collect_symbol_completion_matches)
14414 (ada_add_global_exceptions): Update.
14415
14416 2019-01-15 Tom Tromey <tom@tromey.com>
14417
14418 * progspace.h (program_space) <objfiles_safe_range>: New
14419 typedef.
14420 <objfiles_safe>: New method.
14421 * objfiles.h (class all_objfiles_safe): Remove.
14422 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
14423 * jit.c (jit_inferior_exit_hook): Update.
14424
14425 2019-01-17 Tom Tromey <tom@tromey.com>
14426
14427 * progspace.h (program_space) <objfiles_range>: New typedef.
14428 <objfiles>: New method.
14429 <objfiles_head>: Rename from objfiles.
14430 (object_files): Update.
14431 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
14432 * guile/scm-pretty-print.c
14433 (ppscm_find_pretty_printer_from_objfiles): Update.
14434 * guile/scm-objfile.c (gdbscm_objfiles): Update.
14435 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
14436 Update.
14437 * python/py-progspace.c (pspy_get_objfiles): Update.
14438 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
14439 Update.
14440 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
14441 (objfpy_lookup_objfile_by_build_id): Update.
14442 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
14443 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
14444 Update.
14445 * symtab.c (iterate_over_symtabs, matching_obj_sections)
14446 (expand_symtab_containing_pc, lookup_objfile_from_block)
14447 (lookup_static_symbol, basic_lookup_transparent_type)
14448 (find_pc_sect_compunit_symtab, find_symbol_at_address)
14449 (find_line_symtab, info_sources_command)
14450 (default_collect_symbol_completion_matches_break_on)
14451 (make_source_files_completion_list, find_main_name): Update.
14452 * symmisc.c (print_symbol_bcache_statistics)
14453 (print_objfile_statistics, maintenance_print_symbols)
14454 (maintenance_print_msymbols, maintenance_print_objfiles)
14455 (maintenance_info_symtabs, maintenance_check_symtabs)
14456 (maintenance_expand_symtabs, maintenance_info_line_tables):
14457 Update.
14458 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
14459 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
14460 (map_overlay_command, unmap_overlay_command)
14461 (simple_overlay_update, expand_symtabs_matching)
14462 (map_symbol_filenames): Update.
14463 * symfile-debug.c (set_debug_symfile): Update.
14464 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
14465 Update.
14466 * source.c (select_source_symtab, forget_cached_source_info):
14467 Update.
14468 * solib.c (solib_read_symbols): Update.
14469 * solib-spu.c (append_ocl_sos): Update.
14470 * psymtab.c (maintenance_print_psymbols)
14471 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
14472 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
14473 * printcmd.c (info_symbol_command): Update.
14474 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
14475 Update.
14476 * objfiles.h (class all_objfiles): Remove.
14477 * objfiles.c (have_partial_symbols, have_full_symbols)
14478 (have_minimal_symbols, qsort_cmp, update_section_map)
14479 (shared_objfile_contains_address_p)
14480 (default_iterate_over_objfiles_in_search_order): Update.
14481 * objc-lang.c (info_selectors_command, info_classes_command)
14482 (find_methods): Update.
14483 * minsyms.c (find_solib_trampoline_target): Update.
14484 * maint.c (maintenance_info_sections)
14485 (maintenance_translate_address, count_symtabs_and_blocks):
14486 Update.
14487 * main.c (captured_main_1): Update.
14488 * linux-thread-db.c (try_thread_db_load_from_pdir)
14489 (has_libpthread): Update.
14490 * linespec.c (iterate_over_all_matching_symtabs)
14491 (search_minsyms_for_name): Update.
14492 * jit.c (jit_find_objf_with_entry_addr): Update.
14493 * hppa-tdep.c (find_unwind_entry)
14494 (hppa_lookup_stub_minimal_symbol): Update.
14495 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
14496 Update.
14497 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
14498 (elf_gnu_ifunc_resolve_by_got): Update.
14499 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
14500 * dwarf-index-write.c (save_gdb_index_command): Update.
14501 * cp-support.c (add_symbol_overload_list_qualified): Update.
14502 * breakpoint.c (create_overlay_event_breakpoint)
14503 (create_longjmp_master_breakpoint)
14504 (create_std_terminate_master_breakpoint)
14505 (create_exception_master_breakpoint): Update.
14506 * blockframe.c (find_pc_partial_function): Update.
14507 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
14508 (ada_collect_symbol_completion_matches)
14509 (ada_add_global_exceptions): Update.
14510
14511 2019-01-17 Tom Tromey <tom@tromey.com>
14512
14513 * solib-target.c (lm_info_target_p): Remove typedef. Don't
14514 declare VEC.
14515 (solib_target_parse_libraries): Change return type.
14516 (library_list_start_segment, library_list_start_section)
14517 (library_list_end_library, library_list_start_library); Update.
14518 (solib_target_free_library_list): Remove.
14519 (solib_target_parse_libraries): Remove cleanup. Change return
14520 type.
14521 (solib_target_current_sos): Update.
14522
14523 2019-01-17 Tom Tromey <tromey@bapiya>
14524
14525 * valprint.c: Replace "the the" with "the".
14526 * symtab.c: Replace "the the" with "the".
14527 * solib.c: Replace "the the" with "the".
14528 * solib-dsbt.c: Replace "the the" with "the".
14529 * linespec.c: Replace "the the" with "the".
14530 * dwarf2loc.h: Replace "the the" with "the".
14531 * amd64-windows-tdep.c: Replace "the the" with "the".
14532 * aarch64-tdep.c: Replace "the the" with "the".
14533
14534 2019-01-16 Keith Seitz <keiths@redhat.com>
14535
14536 PR gdb/23773
14537 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
14538 <builder>: Rename to ..
14539 <m_builder>: ... this and make private.
14540 (dwarf2_cu::get_builder): New method. Change all users of
14541 `builder' to use this method.
14542 (dwarf2_start_symtab): Move to ...
14543 (dwarf2_cu::start_symtab): ... here. Update all callers
14544 (setup_type_unit_groups): Move to ...
14545 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
14546 callers.
14547 (dwarf2_cu::reset_builder): New method.
14548 (process_full_compunit, process_full_type_unit): Use
14549 dwarf2_cu::reset_builder.
14550 (follow_die_offset): Record the ancestor CU if it is different
14551 from the followed DIE's CU.
14552 (follow_die_sig_1): Likewise.
14553
14554 2019-01-15 Tom Tromey <tom@tromey.com>
14555
14556 * remote.c (class remote_state) <buf>: Now a char_vector.
14557 <buf_size>: Remove.
14558 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
14559 parameter.
14560 (remote_target::getpkt_or_notif_sane_1)
14561 (remote_target::getpkt_sane)
14562 (remote_target::getpkt_or_notif_sane): Likewise.
14563 (class remote_target) <putpkt>: New overload.
14564 (remote_target::read_frame): Change type of "buf_p". Remove
14565 sizeof_p parameter.
14566 (packet_ok): New overload.
14567 (packet_check_result): New overload.
14568 Update all uses.
14569
14570 2019-01-14 Tom Tromey <tom@tromey.com>
14571
14572 * remote-notif.c (handle_notification, remote_notif_ack)
14573 (remote_notif_parse): Make "buf" const.
14574 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
14575 const.
14576 (remote_notif_parse, remote_notif_ack, handle_notification):
14577 Likewise.
14578 * remote.c (remote_notif_stop_parse): Make "buf" const.
14579 (remote_target::remote_parse_stop_reply): Make "buf" const.
14580 (remote_notif_stop_ack): Make "buf" const.
14581
14582 2019-01-14 Tom Tromey <tom@tromey.com>
14583
14584 * remote.c (remote_console_output): Make parameter const.
14585
14586 2019-01-14 Tom Tromey <tom@tromey.com>
14587
14588 * target-debug.h (target_debug_print_signals): Constify.
14589 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
14590 * procfs.c (procfs_target::pass_signals): Update.
14591 * linux-nat.c (linux_nat_target::pass_signals): Update.
14592 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
14593 * target-delegates.c: Rebuild.
14594 * remote.c (remote_target::program_signals): Update.
14595 (remote_target::pass_signals): Update.
14596 * target.c (target_pass_signals): Constify argument.
14597 (target_program_signals): Likewise.
14598 * target.h (struct target_ops) <pass_signals, program_signals>:
14599 Constify argument.
14600 (target_pass_signals, target_program_signals): Constify argument.
14601
14602 2019-01-14 Tom Tromey <tom@tromey.com>
14603
14604 PR tui/28819:
14605 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
14606
14607 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
14608
14609 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
14610 field.
14611 * rs6000-tdep.c: Include reggroups.h.
14612 (IS_V_ALIAS_PSEUDOREG): Define.
14613 (rs6000_register_name): Return names for the "vX" aliases.
14614 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
14615 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
14616 aliases. Call default_register_reggroup_p for all other
14617 pseudo-registers.
14618 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
14619 New functions.
14620 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
14621 Handle "vX" aliases.
14622 (v_alias_pseudo_register_collect): New function.
14623 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
14624 (rs6000_gdbarch_init): Initialize "vX" aliases as
14625 pseudo-registers. Restore registration of
14626 rs6000_pseudo_register_reggroup_p with
14627 set_tdesc_pseudo_register_reggroup_p.
14628
14629 2019-01-13 Max Filippov <jcmvbkbc@gmail.com>
14630
14631 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
14632 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
14633 set_gdbarch_num_pseudo_regs.
14634
14635 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14636
14637 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
14638 Remove arg prefixname, add do_set and do_show.
14639 Add member functions set_list and show_list.
14640 * cli/cli-style.c (class cli_style_option): Update accordingly.
14641 (style_set_list): Move to file scope.
14642 (style_show_list): Likewise.
14643 (set_style): Call help_list.
14644 (show_style): Call cmd_show_list.
14645 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
14646 Update to use the new macro.
14647
14648 2019-10-12 Joel Brobecker <brobecker@adacore.com>
14649
14650 * ada-lang.c (_initialize_ada_language): Expand the help text
14651 for the "catch exception" command.
14652
14653 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14654
14655 * symtab.c (matching_obj_sections): Initialize obj,
14656 declare it closer to its usage.
14657
14658 2019-01-10 Tom Tromey <tom@tromey.com>
14659
14660 * thread-iter.h (inf_threads_iterator): Use next_iterator.
14661 (basic_inf_threads_range): Remove.
14662 (inf_threads_range, inf_non_exited_threads_range)
14663 (safe_inf_threads_range): Use next_adapter.
14664
14665 2019-01-10 Keith Seitz <keiths@redhat.com>
14666
14667 PR gdb/23712
14668 PR symtab/23010
14669 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
14670 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
14671
14672 2019-01-10 Keith Seitz <keiths@redhat.com>
14673
14674 PR gdb/23712
14675 PR symtab/23010
14676 * dictionary.c (pending_to_vector): Remove.
14677 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
14678 Remove _1 suffix, replacing functions of the same name. Update
14679 all callers.
14680 (dict_create_hashed, dict_create_hashed_expandable)
14681 (dict_create_linear, dict_create_linear_expandable, dict_free)
14682 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
14683 Make functions static.
14684
14685 2019-01-10 Keith Seitz <keiths@redhat.com>
14686
14687 PR gdb/23712
14688 PR symtab/23010
14689 * dictionary.h (struct dictionary): Replace declaration with
14690 multidictionary.
14691 (dict_create_hashed, dict_create_hashed_expandable)
14692 (dict_create_linear, dict_create_linear_expandable)
14693 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
14694 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
14695 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
14696 taking multidictionary argument.
14697 [ALL_DICT_SYMBOLS]: Update for multidictionary.
14698 * block.h (struct block) <dict>: Change to multidictionary
14699 and rename `multidict'.
14700 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
14701 symmisc.c: Update all dictionary references to multidictionary.
14702
14703 2019-01-10 Keith Seitz <keiths@redhat.com>
14704
14705 PR gdb/23712
14706 PR symtab/23010
14707 * dictionary.c: Include unordered_map.
14708 (pending_to_vector): New function.
14709 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
14710 Rewrite the non-"_1" functions to take vector instead
14711 of linked list.
14712 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
14713 "new" _1 versions of the same name.
14714 (multidictionary): Define.
14715 (std::hash<enum language): New definition.
14716 (collate_pending_symbols_by_language, mdict_create_hashed)
14717 (mdict_create_hashed_expandable, mdict_create_linear)
14718 (mdict_create_linear_expandable, mdict_free)
14719 (find_language_dictionary, create_new_language_dictionary)
14720 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
14721 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
14722 (mdict_size, mdict_empty): New functions.
14723 * dictionary.h (mdict_iterator): Define.
14724
14725 2019-01-10 Pedro Alves <palves@redhat.com>
14726
14727 * breakpoint.c (read_uploaded_action)
14728 (create_tracepoint_from_upload): Adjust to use
14729 gdb::unique_xmalloc_ptr.
14730 * ctf.c (ctf_write_uploaded_tp):
14731 (SET_ARRAY_FIELD): Use emplace_back.
14732 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
14733 * tracefile-tfile.c (tfile_write_uploaded_tp):
14734 * tracepoint.c (parse_tracepoint_definition): Adjust to use
14735 gdb::unique_xmalloc_ptr.
14736 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
14737 at_string, cond_string, cmd_strings>: Replace char pointers
14738 with gdb::unique_xmalloc_ptr.
14739
14740 2019-01-10 Pedro Alves <palves@redhat.com>
14741
14742 * solib-target.c (library_list_start_library): Don't xstrdup name.
14743
14744 2019-01-10 Pedro Alves <palves@redhat.com>
14745
14746 * mdebugread.c (parse_partial_symbols): Use
14747 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
14748
14749 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
14750
14751 * linux-fork.c (scoped_switch_fork_info)
14752 <~scoped_switch_fork_info>: Fix incorrect variable name.
14753
14754 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
14755
14756 * linux-fork.c (scoped_switch_fork_info)
14757 <scoped_switch_fork_info>: Make explicit.
14758 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
14759
14760 2019-01-10 Tom Tromey <tom@tromey.com>
14761
14762 * objfiles.h (objfile::reset_psymtabs): Update.
14763 * objfiles.c (objfile::objfile): Update.
14764 * psymtab.h (psymtab_storage::obstack): Update.
14765 (psymtab_storage::m_obstack): Use gdb::optional.
14766 (class psymtab_storage): Update comment. Remove objfile
14767 parameter.
14768 * psymtab.c (psymtab_storage::psymtab_storage): Update.
14769
14770 2019-01-10 Tom Tromey <tom@tromey.com>
14771
14772 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
14773 <free_psymtabs>: Now private.
14774 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
14775 (allocate_psymtab): Use new method.
14776
14777 2019-01-10 Tom Tromey <tom@tromey.com>
14778
14779 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
14780 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
14781 * mdebugread.c (parse_partial_symbols): Use
14782 allocate_dependencies.
14783 * dwarf2read.c (dwarf2_create_include_psymtab): Use
14784 allocate_dependencies.
14785 (process_psymtab_comp_unit_reader)
14786 (build_type_psymtab_dependencies): Likewise.
14787 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
14788
14789 2019-01-10 Tom Tromey <tom@tromey.com>
14790
14791 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
14792 PSYMBOL_SET_LANGUAGE.
14793 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
14794
14795 2019-01-10 Tom Tromey <tom@tromey.com>
14796
14797 * psymtab.h (psymtab_storage::obstack): New method.
14798 <m_obstack>: Rename from obstack; now private.
14799 * psymtab.c (psymtab_storage): Update.
14800 * dwarf2read.c (create_addrmap_from_index)
14801 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
14802 Update.
14803
14804 2019-01-10 Tom Tromey <tom@tromey.com>
14805
14806 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
14807 * objfiles.h (objfile::reset_psymtabs): New method.
14808
14809 2019-01-10 Tom Tromey <tom@tromey.com>
14810
14811 * symmisc.c (print_symbol_bcache_statistics): Update.
14812 (print_objfile_statistics): Update.
14813 * symfile.c (reread_symbols): Update.
14814 * psymtab.h (class psymtab_storage): New.
14815 * psymtab.c (psymtab_storage): New constructor.
14816 (~psymtab_storage): New destructor.
14817 (require_partial_symbols): Update.
14818 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
14819 (find_pc_sect_psymtab, find_pc_sect_psymbol)
14820 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
14821 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
14822 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
14823 (start_psymtab_common, end_psymtab_common)
14824 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
14825 (allocate_psymtab): Update.
14826 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
14827 Update.
14828 (dump_psymtab_addrmap, maintenance_print_psymbols)
14829 (maintenance_check_psymtabs): Update.
14830 (class objfile_psymtabs): Move to objfiles.h.
14831 * psympriv.h (discard_psymtab): Now inline.
14832 (psymtab_discarder::psymtab_discarder): Update.
14833 (psymtab_discarder::~psymtab_discarder): Update.
14834 (ALL_OBJFILE_PSYMTABS): Rewrite.
14835 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
14836 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
14837 Remove fields.
14838 <partial_symtabs>: New field.
14839 (class objfile_psymtabs): Move from psymtab.h. Update.
14840 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
14841 psymbol_cache.
14842 (objfile::~objfile): Don't destroy psymbol_cache.
14843 * mdebugread.c (parse_partial_symbols): Update.
14844 * dwarf2read.c (create_addrmap_from_index)
14845 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
14846 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
14847 (add_partial_subprogram, dwarf2_ranges_read): Update.
14848 * dwarf-index-write.c (write_address_map)
14849 (write_one_signatured_type, recursively_write_psymbols)
14850 (class debug_names, class debug_names, write_psymtabs_to_index):
14851 Update.
14852
14853 2019-01-10 Tom Tromey <tom@tromey.com>
14854
14855 * symtab.h (SYMBOL_SET_NAMES): Update.
14856 (symbol_set_names): Update.
14857 (MSYMBOL_SET_NAMES): Update.
14858 * symtab.c (symbol_set_names): Change argument to be an
14859 objfile_per_bfd_storage.
14860 * psymtab.c (add_psymbol_to_bcache): Update.
14861 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
14862
14863 2019-01-10 Tom Tromey <tom@tromey.com>
14864
14865 * symtab.c (create_demangled_names_hash): Change argument to be an
14866 objfile_per_bfd_storage.
14867 (symbol_set_names): Update.
14868
14869 2019-01-10 Tom Tromey <tom@tromey.com>
14870
14871 * xcoffread.c (xcoff_initial_scan): Unconditionally call
14872 init_psymbol_list.
14873 * psymtab.c (init_psymbol_list): Do nothing if already called.
14874 * psympriv.h (init_psymbol_list): Add comment.
14875 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
14876 init_psymbol_list.
14877 * dbxread.c (dbx_symfile_read): Unconditionally call
14878 init_psymbol_list.
14879
14880 2019-01-10 Tom Tromey <tom@tromey.com>
14881
14882 * xcoffread.c (scan_xcoff_symtab): Update.
14883 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
14884 "where".
14885 * mdebugread.c (parse_partial_symbols)
14886 (handle_psymbol_enumerators): Update.
14887 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
14888 * dbxread.c (read_dbx_symtab): Update.
14889 * psympriv.h (psymbol_placement): New enum.
14890 (add_psymbol_to_list): Update.
14891
14892 2019-01-10 Tom Tromey <tom@tromey.com>
14893
14894 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
14895 static_psymbols parameters.
14896 (scan_xcoff_symtab): Update.
14897 * psymtab.c (start_psymtab_common): Remove global_psymbols and
14898 static_psymbols parameters.
14899 * psympriv.h (start_psymtab_common): Update.
14900 * mdebugread.c (parse_partial_symbols): Update.
14901 * dwarf2read.c (create_partial_symtab): Update.
14902 * dbxread.c (read_dbx_symtab): Update.
14903 (start_psymtab): Remove global_psymbols and static_psymbols
14904 parameters.
14905
14906 2019-01-10 Tom Tromey <tom@tromey.com>
14907
14908 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
14909 * psymtab.c (allocate_psymtab): Add comment.
14910 * psympriv.h (allocate_psymtab): Add comment.
14911 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
14912 initializations.
14913 * dbxread.c (dbx_end_psymtab): Remove some initializations.
14914
14915 2019-01-10 Tom Tromey <tom@tromey.com>
14916
14917 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
14918 Don't declare.
14919 * mipsread.c: Include mdebugread.h.
14920 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
14921 Declare.
14922 * elfread.c: Include mdebugread.h.
14923
14924 2019-01-09 Tom Tromey <tom@tromey.com>
14925
14926 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
14927 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
14928 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
14929 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
14930 (psym_lookup_symbol, psym_find_last_source_symtab)
14931 (psym_forget_cached_source_info, psym_print_stats)
14932 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
14933 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
14934 (psym_map_matching_symbols, psym_expand_symtabs_matching)
14935 (psym_find_compunit_symtab_by_address)
14936 (maintenance_print_psymbols, maintenance_info_psymtabs)
14937 (maintenance_check_psymtabs): Use ranged for.
14938 * psymtab.h (class objfile_psymtabs): New.
14939 (require_partial_symbols): Return objfile_psymtabs.
14940 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
14941
14942 2019-01-09 Tom Tromey <tom@tromey.com>
14943
14944 * symfile.c (overlay_invalidate_all, find_pc_overlay)
14945 (find_pc_mapped_section, list_overlays_command)
14946 (map_overlay_command, unmap_overlay_command)
14947 (simple_overlay_update): Use all_objfiles.
14948 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
14949 * printcmd.c (info_symbol_command): Use all_objfiles.
14950 * objfiles.h (ALL_OBJSECTIONS): Remove.
14951 * maint.c (maintenance_translate_address): Use all_objfiles.
14952 * gcore.c (gcore_create_callback): Use all_objfiles.
14953 (objfile_find_memory_regions): Likewise.
14954
14955 2019-01-09 Tom Tromey <tom@tromey.com>
14956
14957 * symtab.c (find_line_symtab, info_sources_command)
14958 (make_source_files_completion_list): Use objfile_compunits.
14959 * source.c (select_source_symtab): Use objfile_compunits.
14960 * objfiles.h (struct objfile): Update comment.
14961 (ALL_OBJFILES): Remove.
14962 (ALL_FILETABS): Remove.
14963 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
14964 objfile_compunits.
14965
14966 2019-01-09 Tom Tromey <tom@tromey.com>
14967
14968 * symmisc.c (print_objfile_statistics, dump_objfile)
14969 (maintenance_print_symbols): Use compunit_filetabs.
14970 * source.c (forget_cached_source_info_for_objfile): Use
14971 compunit_filetabs.
14972 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
14973 (ALL_FILETABS): Use compunit_filetabs.
14974 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
14975 * coffread.c (coff_symtab_read): Use compunit_filetabs.
14976
14977 2019-01-09 Tom Tromey <tom@tromey.com>
14978
14979 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
14980 (compunit_filetabs): New.
14981 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
14982 compunit_filetabs.
14983 (info_sources_command, make_source_files_completion_list): Remove
14984 declaration.
14985 * symmisc.c (print_objfile_statistics, dump_objfile)
14986 (maintenance_print_symbols): Remove declaration.
14987 (maintenance_info_symtabs): Use compunit_filetabs.
14988 (maintenance_info_line_tables): Likewise.
14989 * source.c (select_source_symtab): Change local variable name.
14990 (forget_cached_source_info_for_objfile): Remove declaration.
14991 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
14992 * objfiles.c (objfile_relocate1): Remove declaration.
14993 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
14994 declaration.
14995 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
14996 * coffread.c (coff_symtab_read): Remove declaration.
14997 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
14998 compunit_filetabs.
14999
15000 2019-01-09 Tom Tromey <tom@tromey.com>
15001
15002 * symtab.c (lookup_objfile_from_block)
15003 (find_pc_sect_compunit_symtab, search_symbols)
15004 (default_collect_symbol_completion_matches_break_on): Use
15005 objfile_compunits.
15006 * objfiles.h (ALL_COMPUNITS): Remove.
15007 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
15008 * cp-support.c (add_symbol_overload_list_qualified): Use
15009 objfile_compunits.
15010 * ada-lang.c (ada_collect_symbol_completion_matches)
15011 (ada_add_global_exceptions): Use objfile_compunits.
15012
15013 2019-01-09 Tom Tromey <tom@tromey.com>
15014
15015 * source.c (select_source_symtab)
15016 (forget_cached_source_info_for_objfile): Remove declaration.
15017 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15018 declaration.
15019 * maint.c (count_symtabs_and_blocks): Remove declaration.
15020 * cp-support.c (add_symbol_overload_list_qualified): Remove
15021 declaration.
15022 * coffread.c (coff_symtab_read): Remove declaration.
15023 * symtab.c (lookup_symbol_in_objfile_symtabs)
15024 (basic_lookup_transparent_type_1): Use objfile_compunits.
15025 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
15026 (info_sources_command, search_symbols)
15027 (default_collect_symbol_completion_matches_break_on)
15028 (make_source_files_completion_list): Remove declaration.
15029 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
15030 (ada_collect_symbol_completion_matches)
15031 (ada_add_global_exceptions): Remove declaration.
15032 * linespec.c (iterate_over_all_matching_symtabs): Use
15033 objfile_compunits.
15034 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
15035 (class objfile_compunits): New.
15036 (ALL_COMPUNITS): Use objfile_compunits.
15037 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
15038 (maintenance_check_symtabs, maintenance_info_line_tables): Use
15039 objfile_compunits.
15040 * objfiles.c (objfile_relocate1): Use objfile_compunits.
15041
15042 2019-01-09 Tom Tromey <tom@tromey.com>
15043
15044 * symtab.c (search_symbols)
15045 (default_collect_symbol_completion_matches_break_on): Use
15046 objfile_msymbols.
15047 * ada-lang.c (ada_lookup_simple_minsym)
15048 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
15049 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
15050 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
15051 objfile_msymbols.
15052 * coffread.c (coff_symfile_read): Use objfile_msymbols.
15053 * symmisc.c (dump_msymbols): Use objfile_msymbols.
15054 * objc-lang.c (find_methods): Use objfile_msymbols.
15055 (info_selectors_command, info_classes_command): Likewise.
15056 * stabsread.c (scan_file_globals): Use objfile_msymbols.
15057 * objfiles.h (class objfile_msymbols): New.
15058 (ALL_OBJFILE_MSYMBOLS): Remove.
15059 (ALL_MSYMBOLS): Remove.
15060
15061 2019-01-09 Tom Tromey <tom@tromey.com>
15062
15063 * common/next-iterator.h (next_adapter): Add Iterator template
15064 parameter.
15065 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
15066 (class all_objfiles_safe): New.
15067 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
15068 * objfiles.c (put_objfile_before): Update comment.
15069 (add_separate_debug_objfile): Likewise.
15070 (free_all_objfiles): Use all_objfiles_safe.
15071 (objfile_purge_solibs): Likewise.
15072
15073 2019-01-09 Tom Tromey <tom@tromey.com>
15074
15075 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15076 (expand_symtab_containing_pc, lookup_static_symbol)
15077 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
15078 (find_symbol_at_address, find_line_symtab, find_main_name): Use
15079 all_objfiles.
15080 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
15081 * breakpoint.c (create_overlay_event_breakpoint)
15082 (create_longjmp_master_breakpoint)
15083 (create_std_terminate_master_breakpoint)
15084 (create_exception_master_breakpoint): Use all_objfiles.
15085 * linux-thread-db.c (try_thread_db_load_from_pdir)
15086 (has_libpthread): Use all_objfiles.
15087 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
15088 * linespec.c (iterate_over_all_matching_symtabs)
15089 (search_minsyms_for_name): Use all_objfiles.
15090 * maint.c (maintenance_info_sections): Use all_objfiles.
15091 * main.c (captured_main_1): Use all_objfiles.
15092 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
15093 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
15094 * guile/scm-pretty-print.c
15095 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
15096 * solib-spu.c (append_ocl_sos): Use all_objfiles.
15097 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
15098 (maintenance_print_msymbols): Use all_objfiles.
15099 * source.c (select_source_symtab): Use all_objfiles.
15100 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
15101 * symfile.c (remove_symbol_file_command)
15102 (expand_symtabs_matching, map_symbol_filenames): Use
15103 all_objfiles.
15104 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
15105 all_objfiles.
15106 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
15107 * objc-lang.c (find_methods): Use all_objfiles.
15108 * objfiles.c (have_partial_symbols, have_full_symbols)
15109 (have_minimal_symbols, qsort_cmp)
15110 (default_iterate_over_objfiles_in_search_order): Use
15111 all_objfiles.
15112 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
15113 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
15114 (maintenance_check_psymtabs): Use all_objfiles.
15115 (ALL_PSYMTABS): Remove.
15116 * compile/compile-object-run.c (do_module_cleanup): Use
15117 all_objfiles.
15118 * blockframe.c (find_pc_partial_function): Use all_objfiles.
15119 * cp-support.c (add_symbol_overload_list_qualified): Use
15120 all_objfiles.
15121 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15122 Use all_objfiles.
15123 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
15124 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
15125 all_objfiles.
15126 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15127 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
15128 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15129 Uses all_objfiles.
15130 * solib.c (solib_read_symbols): Use all_objfiles
15131
15132 2019-01-09 Tom Tromey <tom@tromey.com>
15133
15134 * probe.c (parse_probes_in_pspace): Use all_objfiles.
15135 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
15136 all_objfiles.
15137 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
15138 * symmisc.c (print_symbol_bcache_statistics)
15139 (print_objfile_statistics, maintenance_print_objfiles)
15140 (maintenance_info_symtabs, maintenance_check_symtabs)
15141 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
15142 all_objfiles.
15143 * source.c (forget_cached_source_info): Use all_objfiles.
15144 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
15145 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15146 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
15147 * objfiles.c (update_section_map): Use all_objfiles.
15148 (shared_objfile_contains_address_p): Likewise.
15149 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
15150 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
15151
15152 2019-01-09 Tom Tromey <tom@tromey.com>
15153
15154 * common/next-iterator.h: New file.
15155 * objfiles.h (class all_objfiles): New.
15156 (struct objfile_iterator): New.
15157
15158 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15159
15160 * NEWS: Move the description of the changed "frame", "select-frame",
15161 and "info frame" commands to the Changed commands section.
15162
15163 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
15164
15165 * gdbtypes.c (check_stub_method_group): Remove handling of old
15166 mangling schemes.
15167 * linespec.c (find_methods): Likewise.
15168 * stabsread.c (read_member_functions): Likewise.
15169 * valops.c (search_struct_method): Likewise.
15170 (value_struct_elt_for_reference): Likewise.
15171 * NEWS: Mention this change.
15172
15173 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
15174
15175 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
15176 print_source_lines.
15177 * source.c (print_source_lines_base): Update line number check.
15178 (print_source_lines): New function.
15179 (source_lines_range::source_lines_range): New function.
15180 * source.h (class source_lines_range): New class.
15181 (print_source_lines): New declaration.
15182
15183 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15184
15185 * linespec.c (linespec_state_destructor): Free self->canonical_names.
15186
15187 2019-01-08 Tom Tromey <tom@tromey.com>
15188 Simon Marchi <simon.marchi@ericsson.com>
15189
15190 PR gdb/24060
15191 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
15192 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
15193 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
15194 * f-exp.y (DOLLAR_VARIABLE): Likewise.
15195 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
15196 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
15197
15198 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15199
15200 * source.c (select_source_symtab): Move header comment to
15201 declaration in source.h.
15202 (forget_cached_source_info_for_objfile): Likewise.
15203 (forget_cached_source_info): Likewise.
15204 (identify_source_line): Likewise.
15205 * source.h (identify_source_line): Move declaration from symtab.h
15206 and add comment from source.c
15207 (print_source_lines): Likewise.
15208 (forget_cached_source_info_for_objfile): Likewise.
15209 (forget_cached_source_info): Likewise.
15210 (select_source_symtab): Likewise.
15211 (enum print_source_lines_flag): Move definition from symtab.h.
15212 * symtab.h (identify_source_line): Move declaration to source.h.
15213 (print_source_lines): Likewise.
15214 (forget_cached_source_info_for_objfile): Likewise.
15215 (forget_cached_source_info): Likewise.
15216 (select_source_symtab): Likewise.
15217 (enum print_source_lines_flag): Move definition to source.h.
15218 * tui/tui-hooks.c: Add 'source.h' include.
15219
15220 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15221
15222 * source.c (print_source_lines_base): Handle requests to print
15223 reverse line number sequences, and guard against empty lines
15224 string.
15225
15226 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15227
15228 * source.c (print_source_lines_base): Fix skip of '\r' if next
15229 character is '\n'.
15230
15231 2019-01-06 Tom Tromey <tom@tromey.com>
15232
15233 * c-exp.y (struct c_parse_state) <macro_original_text,
15234 expansion_obstack>: New member.
15235 (macro_original_text, expansion_obstack): Remove globals.
15236 (scan_macro_expansion, scanning_macro_expansion)
15237 (finished_macro_expansion): Update.
15238 (scan_macro_cleanup): Remove.
15239 (yylex, c_parse): Update.
15240
15241 2019-01-06 Tom Tromey <tom@tromey.com>
15242
15243 * c-exp.y (struct c_parse_state) <strings>: New member.
15244 (operator_stoken): Update.
15245
15246 2019-01-06 Tom Tromey <tom@tromey.com>
15247
15248 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
15249 (union type_stack_elt) <typelist_val>: Now a pointer to
15250 std::vector.
15251 (type_stack_cleanup): Don't declare.
15252 (push_typelist): Update.
15253 * parse.c (pop_typelist): Return a std::vector.
15254 (push_typelist): Take a std::vector.
15255 (follow_types): Update. Do not free args.
15256 (type_stack_cleanup): Remove.
15257 * c-exp.y (struct c_parse_state): New.
15258 (cpstate): New global.
15259 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
15260 (nonempty_typelist): Update.
15261 (func_mod): Create a new vector.
15262 (c_parse): Create a c_parse_state.
15263 (check_parameter_typelist): Do not delete params.
15264 (function_method): Update. Do not delete type_list.
15265
15266 2019-01-06 Tom Tromey <tom@tromey.com>
15267
15268 PR gdb/28155:
15269 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
15270 check_typedef.
15271 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
15272 (print_return_value): Likewise.
15273
15274 2019-01-05 Tom Tromey <tom@tromey.com>
15275
15276 * contrib/cleanup_check.py: Remove.
15277 * contrib/gcc-with-excheck: Remove.
15278 * contrib/exsummary.py: Remove.
15279 * contrib/excheck.py: Remove.
15280
15281 2019-01-05 Joel Brobecker <brobecker@adacore.com>
15282
15283 * thread.c (delete_thread_1): Add gdb_assert that THR is not
15284 NULL. Initialize tpprev to NULL instead of assigning it
15285 to NULL on the next statement.
15286 * windows-nat.c (windows_delete_thread): Remove check for
15287 main_thread_id before printing thread exit notifications.
15288 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
15289 Remove thread ID check against main_thread_id.
15290 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
15291 windows_delete_thread.
15292 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
15293
15294 2019-01-04 Tom Tromey <tom@tromey.com>
15295
15296 * compile/compile.c (_initialize_compile): Use upper case for
15297 metasyntactic variables.
15298 * symmisc.c (_initialize_symmisc): Use upper case for
15299 metasyntactic variables.
15300 * psymtab.c (_initialize_psymtab): Use upper case for
15301 metasyntactic variables.
15302 * demangle.c (demangle_command): Use upper case for metasyntactic
15303 variables.
15304 (_initialize_demangler): Likewise.
15305 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
15306 variables.
15307
15308 2019-01-03 Tom Tromey <tom@tromey.com>
15309
15310 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
15311
15312 2019-01-03 Tom Tromey <tom@tromey.com>
15313
15314 * python/py-symtab.c (salpy_str): Update.
15315 (struct salpy_sal_object) <symtab>: Now a PyObject.
15316 (salpy_dealloc): Update.
15317 (del_objfile_sal): Use gdbpy_ref.
15318
15319 2019-01-03 Tom Tromey <tom@tromey.com>
15320
15321 * python/py-type.c (convert_field): Use new_reference. Return
15322 gdbpy_ref.
15323 (make_fielditem): Return gdbpy_ref.
15324 (typy_fields): Update.
15325 (typy_getitem): Update.
15326 (field_name): Return gdbpy_ref. Use new_reference.
15327 (typy_iterator_iternext): Update.
15328
15329 2019-01-03 Tom Tromey <tom@tromey.com>
15330
15331 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
15332
15333 2019-01-03 Tom Tromey <tom@tromey.com>
15334
15335 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
15336 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
15337 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
15338 (pspy_set_frame_filters, pspy_set_frame_unwinders)
15339 (pspy_set_type_printers): Likewise.
15340 * python/py-function.c (fnpy_init): Use gdbpy_ref.
15341 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
15342 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
15343 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
15344 (objfpy_set_type_printers): Likewise.
15345
15346 2019-01-03 Tom Tromey <tom@tromey.com>
15347
15348 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
15349 (gdbpy_print_stack): Use gdbpy_err_fetch.
15350 * python/python-internal.h (class gdbpy_err_fetch): New class.
15351 (class gdbpy_enter) <m_error_type, m_error_value,
15352 m_error_traceback>: Remove.
15353 <m_error>: New member.
15354 (gdbpy_exception_to_string): Don't declare.
15355 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
15356 * python/py-value.c (convert_value_from_python): Use
15357 gdbpy_err_fetch.
15358 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
15359 gdbpy_exception_to_string.
15360 (gdbpy_handle_exception): Use gdbpy_err_fetch.
15361 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
15362 gdbpy_err_fetch.
15363
15364 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15365
15366 * linux-nat.c (delete_lwp_cleanup): Delete.
15367 (struct lwp_deleter): New struct.
15368 (lwp_info_up): New typedef.
15369 (linux_nat_target::follow_fork): Delete cleanup, and make use of
15370 lwp_info_up.
15371
15372 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15373
15374 * linux-fork.c (class scoped_switch_fork_info): New class.
15375 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
15376
15377 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15378
15379 * valops.c (find_overload_match): Remove use of null_cleanup, and
15380 calls to do_cleanups.
15381
15382 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15383
15384 * compile/compile-cplus-types.c
15385 (compile_cplus_instance::decl_name): Handle changes to
15386 cp_func_name.
15387 * cp-support.c (cp_func_name): Update header comment, update
15388 return type.
15389 * cp-support.h (cp_func_name): Update return type in declaration.
15390 * valops.c (find_overload_match): Move temp_func local to top
15391 level of function and change its type. Use temp_func to hold and
15392 delete temporary string obtained from cp_func_name.
15393
15394 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15395
15396 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
15397 gdb::char_vector, remove cleanup, and update uses of `msg`.
15398
15399 2019-01-03 Jim Wilson <jimw@sifive.com>
15400
15401 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
15402
15403 2019-01-02 Tom Tromey <tom@tromey.com>
15404
15405 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
15406 (tdesc_parse_xml): Remove cleanups.
15407 * target-descriptions.h (make_cleanup_free_target_description):
15408 Don't declare.
15409 (target_desc_deleter): New struct.
15410 (target_desc_up): New typedef.
15411 * target-descriptions.c (target_desc_deleter::operator()): Rename
15412 from free_target_description.
15413 (make_cleanup_free_target_description): Remove.
15414
15415 2019-01-02 Tom Tromey <tom@tromey.com>
15416
15417 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
15418 constructor, destructor.
15419 (linespec_parser): Remove typedef.
15420 (~linespec_parser): Rename from linespec_parser_delete.
15421 (linespec_lex_to_end, linespec_complete_label)
15422 (linespec_complete): Update.
15423 (decode_line_full): Remove cleanups.
15424 (decode_line_1): Update.
15425
15426 2019-01-02 Tom Tromey <tom@tromey.com>
15427
15428 * python/python-internal.h (inferior_to_inferior_object): Change
15429 return type.
15430 * python/py-exitedevent.c (create_exited_event_object): Update.
15431 * python/py-inferior.c (inferior_to_inferior_object): Return
15432 gdbpy_ref.
15433 (python_new_inferior, python_inferior_deleted)
15434 (thread_to_thread_object, delete_thread_object)
15435 (build_inferior_list, gdbpy_selected_inferior): Update.
15436 * python/py-infthread.c (create_thread_object): Update. Also fail
15437 if inferior_to_inferior_object fails.
15438
15439 2019-01-02 Simon Marchi <simon.marchi@ericsson.com>
15440
15441 * inferior.h (class inferior) <displaced_step_state>: New field.
15442 * infrun.h (struct displaced_step_state): Move here from
15443 infrun.c. Initialize fields, add constructor.
15444 <inf>: Remove field.
15445 <reset>: New method.
15446 * infrun.c (struct displaced_step_inferior_state): Move to
15447 infrun.h.
15448 (displaced_step_inferior_states): Remove.
15449 (get_displaced_stepping_state): Adust.
15450 (displaced_step_in_progress_any_inferior): Adjust.
15451 (displaced_step_in_progress_thread): Adjust.
15452 (displaced_step_in_progress): Adjust.
15453 (add_displaced_stepping_state): Remove.
15454 (get_displaced_step_closure_by_addr): Adjust.
15455 (remove_displaced_stepping_state): Remove.
15456 (infrun_inferior_exit): Call displaced_step_state.reset.
15457 (use_displaced_stepping): Don't check for NULL.
15458 (displaced_step_prepare_throw): Call
15459 get_displaced_stepping_state.
15460 (displaced_step_fixup): Don't check for NULL.
15461 (prepare_for_detach): Don't check for NULL.
15462
15463 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15464
15465 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
15466 in case of call that did not complete.
15467
15468 2019-01-02 Andrey Utkin <autkin@undo.io>
15469
15470 * symfile.c (find_separate_debug_file): Fix search of debug files for
15471 remote debuggee.
15472
15473 2019-01-02 Tom Tromey <tom@tromey.com>
15474
15475 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
15476 indentation.
15477 * python/py-frame.c (frapy_older): Remove cast.
15478 (frapy_newer): Likewise.
15479 * python/py-breakpoint.c (local_setattro): Remove cast.
15480 * python/py-arch.c (archpy_name): Remove local variable.
15481 * python/py-type.c (gdbpy_lookup_type): Remove cast.
15482
15483 2019-01-02 Joel Brobecker <brobecker@adacore.com>
15484
15485 * unittests/basic_string_view/element_access/char/empty.cc:
15486 Fix year range in copyright header.
15487
15488 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
15489
15490 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
15491 Delete.
15492 <operator==>: Update with for removed field.
15493 <hash>: Likewise.
15494 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
15495 <isa_features>: ...this.
15496 <abi_features>: New field.
15497 (riscv_isa_flen): Update comment.
15498 (riscv_abi_xlen): New declaration.
15499 (riscv_abi_flen): New declaration.
15500 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
15501 isa_features.
15502 (riscv_abi_xlen): New function.
15503 (riscv_isa_flen): Update to get answer from isa_features.
15504 (riscv_abi_flen): New function.
15505 (riscv_has_fp_abi): Update to get answer from abi_features.
15506 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
15507 xlen and flen.
15508 (riscv_call_info) <xlen, flen>: Update comment.
15509 (riscv_call_arg_struct): Remove invalid assertions
15510 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
15511 is removed.
15512 (riscv_gdbarch_init): Gather isa features and abi features
15513 separately, ensure both match on the gdbarch when reusing an old
15514 gdbarch. Relax an error check to allow 32-bit abi float to run on
15515 a target with 64-bit float hardware.
15516
15517 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15518
15519 * source.c (search_command_helper): Stop reverse search
15520 when line 1 has been searched.
15521
15522 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15523
15524 * record-full.c (record_full_base_target::close): Rewrite
15525 record_full_core_buf_list free logic.
15526
15527 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15528
15529 * break-catch-syscall.c (print_one_catch_syscall): xfree
15530 the last text.
15531
15532 2019-01-01 Joel Brobecker <brobecker@adacore.com>
15533
15534 * top.c (print_gdb_version): Update Copyright year in version
15535 message.
15536
15537 2019-01-01 Joel Brobecker <brobecker@adacore.com>
15538
15539 Update copyright year range in all GDB files.
15540
15541 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
15542
15543 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
15544
15545 For older changes see ChangeLog-2018.
15546 \f
15547 Local Variables:
15548 mode: change-log
15549 left-margin: 8
15550 fill-column: 74
15551 version-control: never
15552 coding: utf-8
15553 End:
15554
This page took 0.37447 seconds and 5 git commands to generate.