Add missing includes in dwarf-index-write.c and mi/mi-interp.c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
2
3 * dwarf-index-write.c: Include dwarf-index-write.h.
4 * mi/mi-interp.c: Include mi/mi-interp.h.
5
6 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
7
8 * aarch32-tdep.c: Include aarch32-tdep.h.
9 * aarch32-tdep.h: Forward-declare struct target_desc.
10
11 2019-11-26 Christian Biesinger <cbiesinger@google.com>
12
13 * linux-nat.c (detach_one_lwp): Call safe_strerror instead of
14 strerror.
15 * nto-procfs.c (nto_procfs_target::create_inferior): Likewise.
16 * windows-nat.c (windows_nat_target::create_inferior): Likewise.
17
18 2019-11-25 Tom de Vries <tdevries@suse.de>
19
20 * contrib/words.sh: Add -c option.
21
22 2019-11-25 Christian Biesinger <cbiesinger@google.com>
23
24 * solib.c (solib_find_1): Change int to bool.
25 (exec_file_find): Change int to bool.
26 (solib_find): Change int to bool.
27 (solib_read_symbols): Change int to bool.
28 (solib_used): Change int to bool.
29 (solib_add): Change int to bool.
30 (info_sharedlibrary_command): Change int to bool.
31 (solib_contains_address_p): Change int to bool.
32 (solib_keep_data_in_core): Change int to bool.
33 (in_solib_dynsym_resolve_code): Change int to bool.
34 (reload_shared_libraries_1): Change int to bool.
35 (gdb_sysroot_changed): Change int to bool.
36 * solib.h (solib_read_symbols): Change int to bool.
37 (solib_contains_address_p): Change int to bool.
38 (solib_keep_data_in_core): Change int to bool.
39 (in_solib_dynsym_resolve_code): Change int to bool.
40 (libpthread_name_p): Change int to bool.
41
42 2019-11-25 Luis Machado <luis.machado@linaro.org>
43
44 * NEWS (New Commands): Mention "set debug remote-packet-max-chars".
45 * remote.c (REMOTE_DEBUG_MAX_CHAR): Remove.
46 (remote_packet_max_chars): New static global.
47 (show_remote_packet_max_chars): New function.
48 (remote_target::putpkt_binary): Adjust to use new
49 remote_packet_max_chars option.
50 (remote_target::getpkt_or_notif_sane_1): Likewise.
51 (_initialize_remote): Register new remote-packet-max-chars option.
52
53 2019-11-24 Simon Marchi <simon.marchi@efficios.com>
54
55 * m68k-linux-nat.c: Include gdbarch.h.
56
57 2019-11-24 Tom Tromey <tom@tromey.com>
58
59 * symfile.c (read_symbols): Update.
60 * psymtab.c (require_partial_symbols): Change type of "verbose" to
61 bool.
62 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
63 (psym_lookup_symbol, psym_find_last_source_symtab)
64 (psym_forget_cached_source_info, psym_print_stats)
65 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
66 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
67 (psym_map_matching_symbols, psym_expand_symtabs_matching)
68 (psym_find_compunit_symtab_by_address)
69 (maintenance_print_psymbols, maintenance_info_psymtabs)
70 (maintenance_check_psymtabs): Update.
71 * psymtab.h (require_partial_symbols): Change type of "verbose" to
72 bool.
73
74 2019-11-22 Tom Tromey <tom@tromey.com>
75
76 * observable.h: Update comments.
77
78 2019-11-22 Tom Tromey <tromey@adacore.com>
79
80 * ada-tasks.c (ada_task_is_alive): Make parameter const.
81 (print_ada_task_info): Don't try to fetch thread id if task is not
82 alive.
83
84 2019-11-22 Christian Biesinger <cbiesinger@google.com>
85
86 * ada-exp.y: Update.
87 * ada-lang.c (sort_choices): Update.
88 (ada_print_symbol_signature): Update.
89 (resolve_subexp): Update.
90 (ada_parse_renaming): Update.
91 (ada_read_renaming_var_value): Update.
92 (lesseq_defined_than): Update.
93 (remove_extra_symbols): Update.
94 (remove_irrelevant_renamings): Update.
95 (ada_add_block_symbols): Update.
96 (ada_collect_symbol_completion_matches): Update.
97 (ada_is_renaming_symbol): Update.
98 (aggregate_assign_from_choices): Update.
99 (ada_evaluate_subexp): Update.
100 (ada_has_this_exception_support): Update.
101 (ada_is_non_standard_exception_sym): Update.
102 (ada_add_exceptions_from_frame): Update.
103 (ada_add_global_exceptions): Update.
104 (ada_print_subexp): Update.
105 * ax-gdb.c (gen_var_ref): Update.
106 (gen_maybe_namespace_elt): Update.
107 (gen_expr_for_cast): Update.
108 (gen_expr): Update.
109 * block.h: Update.
110 * blockframe.c (find_pc_partial_function): Update.
111 * breakpoint.c (print_breakpoint_location): Update.
112 (update_static_tracepoint): Update.
113 * btrace.c (ftrace_print_function_name): Update.
114 (ftrace_function_switched): Update.
115 * buildsym.c (find_symbol_in_list): Update.
116 * c-exp.y: Update.
117 * c-typeprint.c (c_print_typedef): Update.
118 (c_type_print_template_args): Update.
119 * cli/cli-cmds.c (edit_command): Update.
120 (list_command): Update.
121 (print_sal_location): Update.
122 * coffread.c (patch_opaque_types): Update.
123 (process_coff_symbol): Update.
124 (coff_read_enum_type): Update.
125 * compile/compile-c-symbols.c (c_symbol_substitution_name): Update.
126 (convert_one_symbol): Update.
127 (hash_symname): Update.
128 (eq_symname): Update.
129 * compile/compile-cplus-symbols.c (convert_one_symbol): Update.
130 * compile/compile-cplus-types.c (debug_print_scope): Update.
131 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
132 * compile/compile-object-load.c (get_out_value_type): Update.
133 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
134 (search_symbol_list): Update.
135 (cp_lookup_symbol_imports_or_template): Update.
136 * cp-support.c (overload_list_add_symbol): Update.
137 * ctfread.c (psymtab_to_symtab): Update.
138 * dbxread.c (cp_set_block_scope): Update.
139 * dictionary.c (iter_match_first_hashed): Update.
140 (iter_match_next_hashed): Update.
141 (insert_symbol_hashed): Update.
142 (iter_match_next_linear): Update.
143 * dictionary.h: Update.
144 * dwarf2loc.c (func_get_frame_base_dwarf_block): Update.
145 (locexpr_describe_location_piece): Update.
146 (locexpr_describe_location_1): Update.
147 (locexpr_generate_c_location): Update.
148 (loclist_describe_location): Update.
149 (loclist_generate_c_location): Update.
150 * dwarf2read.c (dw2_debug_names_lookup_symbol): Update.
151 (read_func_scope): Update.
152 (process_enumeration_scope): Update.
153 (new_symbol): Update.
154 (dwarf2_const_value): Update.
155 (dwarf2_symbol_mark_computed): Update.
156 * eval.c (evaluate_funcall): Update.
157 (evaluate_subexp_standard): Update.
158 * expprint.c (print_subexp_standard): Update.
159 (dump_subexp_body_standard): Update.
160 * f-valprint.c (info_common_command_for_block): Update.
161 * findvar.c (get_hosting_frame): Update.
162 (default_read_var_value): Update.
163 * go-lang.c (go_symbol_package_name): Update.
164 * guile/scm-block.c (bkscm_print_block_smob): Update.
165 * guile/scm-symbol.c (syscm_print_symbol_smob): Update.
166 (gdbscm_symbol_name): Update.
167 (gdbscm_symbol_linkage_name): Update.
168 (gdbscm_symbol_print_name): Update.
169 * infcall.c (get_function_name): Update.
170 * infcmd.c (jump_command): Update.
171 (finish_command): Update.
172 * infrun.c (insert_exception_resume_breakpoint): Update.
173 * linespec.c (canonicalize_linespec): Update.
174 (create_sals_line_offset): Update.
175 (convert_linespec_to_sals): Update.
176 (complete_label): Update.
177 (find_label_symbols_in_block): Update.
178 * m2-typeprint.c (m2_print_typedef): Update.
179 * mdebugread.c (mdebug_reg_to_regnum): Update.
180 (parse_symbol): Update.
181 (mylookup_symbol): Update.
182 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
183 (list_args_or_locals): Update.
184 * objc-lang.c (compare_selectors): Update.
185 (info_selectors_command): Update.
186 (compare_classes): Update.
187 (info_classes_command): Update.
188 (find_imps): Update.
189 * p-typeprint.c (pascal_print_typedef): Update.
190 * printcmd.c (build_address_symbolic): Update.
191 (info_address_command): Update.
192 (print_variable_and_value): Update.
193 * python/py-framefilter.c (extract_sym): Update.
194 (py_print_single_arg): Update.
195 * python/py-symbol.c (sympy_str): Update.
196 (sympy_get_name): Update.
197 (sympy_get_linkage_name): Update.
198 * python/python.c (gdbpy_rbreak): Update.
199 * record-btrace.c (btrace_get_bfun_name): Update.
200 (btrace_call_history): Update.
201 * rust-lang.c (rust_print_typedef): Update.
202 * solib-frv.c (frv_fdpic_find_canonical_descriptor): Update.
203 * stabsread.c (stab_reg_to_regnum): Update.
204 (define_symbol): Update.
205 (read_enum_type): Update.
206 (common_block_end): Update.
207 (cleanup_undefined_types_1): Update.
208 (scan_file_globals): Update.
209 * stack.c (print_frame_arg): Update.
210 (print_frame_args): Update.
211 (find_frame_funname): Update.
212 (info_frame_command_core): Update.
213 (iterate_over_block_locals): Update.
214 (print_block_frame_labels): Update.
215 (do_print_variable_and_value): Update.
216 (iterate_over_block_arg_vars): Update.
217 (return_command): Update.
218 * symmisc.c (dump_symtab_1): Update.
219 (print_symbol): Update.
220 * symtab.c (eq_symbol_entry): Update.
221 (symbol_cache_dump): Update.
222 (lookup_language_this): Update.
223 (find_pc_sect_line): Update.
224 (skip_prologue_sal): Update.
225 (symbol_search::compare_search_syms): Update.
226 (treg_matches_sym_type_name): Update.
227 (search_symbols): Update.
228 (print_symbol_info): Update.
229 (rbreak_command): Update.
230 (completion_list_add_symbol): Update.
231 (find_gnu_ifunc): Update.
232 (get_symbol_address): Update.
233 (search_module_symbols): Update.
234 (info_module_subcommand): Update.
235 * symtab.h (SYMBOL_NATURAL_NAME): Remove.
236 (SYMBOL_LINKAGE_NAME): Remove.
237 (SYMBOL_DEMANGLED_NAME): Remove.
238 (SYMBOL_PRINT_NAME): Remove.
239 (SYMBOL_SEARCH_NAME): Remove.
240 * tracepoint.c (set_traceframe_context): Update.
241 (validate_actionline): Update.
242 (collection_list::collect_symbol): Update.
243 (encode_actions_1): Update.
244 (info_scope_command): Update.
245 (print_one_static_tracepoint_marker): Update.
246 * typeprint.c (typedef_hash_table::add_template_parameters): Update.
247 * valops.c (address_of_variable): Update.
248 (find_overload_match): Update.
249 (find_oload_champ): Update.
250
251 2019-11-22 Christian Biesinger <cbiesinger@google.com>
252
253 * ada-lang.c (ada_lookup_simple_minsym): Update.
254 (ada_collect_symbol_completion_matches): Update.
255 * ada-tasks.c (read_atcb): Update.
256 * amd64-windows-tdep.c (amd64_skip_main_prologue): Update.
257 (amd64_windows_skip_trampoline_code): Update.
258 * arm-tdep.c (skip_prologue_function): Update.
259 (arm_skip_stack_protector): Update.
260 * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
261 (arm_wince_skip_main_prologue): Update.
262 * ax-gdb.c (gen_expr): Update.
263 * block.c (call_site_for_pc): Update.
264 * blockframe.c (find_pc_partial_function): Update.
265 * breakpoint.c (set_breakpoint_location_function): Update.
266 * btrace.c (ftrace_print_function_name): Update.
267 (ftrace_function_switched): Update.
268 * c-valprint.c (print_unpacked_pointer): Update.
269 * coffread.c (coff_symfile_read): Update.
270 * compile/compile-c-symbols.c (convert_symbol_bmsym): Update.
271 * compile/compile-cplus-symbols.c (convert_symbol_bmsym): Update.
272 * dwarf-index-write.c (write_psymbols): Update.
273 * dwarf2loc.c (call_site_to_target_addr): Update.
274 (func_verify_no_selftailcall): Update.
275 (tailcall_dump): Update.
276 (call_site_find_chain_1): Update.
277 (dwarf_expr_reg_to_entry_parameter): Update.
278 * elfread.c (elf_gnu_ifunc_record_cache): Update.
279 * eval.c (evaluate_funcall): Update.
280 (evaluate_subexp_standard): Update.
281 (evaluate_subexp_for_sizeof): Update.
282 * expprint.c (print_subexp_standard): Update.
283 (dump_subexp_body_standard): Update.
284 * frame.c (get_prev_frame_always_1): Update.
285 * frv-tdep.c (frv_skip_main_prologue): Update.
286 * gnu-v2-abi.c (gnuv2_value_rtti_type): Update.
287 * gnu-v3-abi.c (gnuv3_rtti_type): Update.
288 (gnuv3_get_typename_from_type_info): Update.
289 (gnuv3_skip_trampoline): Update.
290 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
291 * i386-tdep.c (i386_skip_main_prologue): Update.
292 (i386_pe_skip_trampoline_code): Update.
293 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
294 * infcall.c (get_function_name): Update.
295 * linespec.c (minsym_found): Update.
296 * linux-fork.c (info_checkpoints_command): Update.
297 * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
298 (m32c_m16c_pointer_to_address): Update.
299 * maint.c (maintenance_translate_address): Update.
300 * minsyms.c (add_minsym_to_hash_table): Update.
301 (add_minsym_to_demangled_hash_table): Update.
302 (lookup_minimal_symbol_mangled): Update.
303 (lookup_minimal_symbol_demangled): Update.
304 (lookup_minimal_symbol_linkage): Update.
305 (lookup_minimal_symbol_text): Update.
306 (lookup_minimal_symbol_by_pc_name): Update.
307 (minimal_symbol_is_less_than): Update.
308 (compact_minimal_symbols): Update.
309 (build_minimal_symbol_hash_tables): Update.
310 (find_solib_trampoline_target): Update.
311 * mips-tdep.c (mips_stub_frame_sniffer): Update.
312 (mips_skip_pic_trampoline_code): Update.
313 * msp430-tdep.c (msp430_skip_trampoline_code): Update.
314 * objc-lang.c (info_selectors_command): Update.
315 (info_classes_command): Update.
316 (find_methods): Update.
317 (find_imps): Update.
318 * p-valprint.c (pascal_val_print): Update.
319 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Update.
320 * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
321 * printcmd.c (build_address_symbolic): Update.
322 (info_symbol_command): Update.
323 * psymtab.c (psymbol_name_matches): Update.
324 (match_partial_symbol): Update.
325 (lookup_partial_symbol): Update.
326 (print_partial_symbols): Update.
327 (sort_pst_symbols): Update.
328 (maintenance_check_psymtabs): Update.
329 * python/py-framefilter.c (py_print_frame): Update.
330 * python/python.c (gdbpy_rbreak): Update.
331 * record-btrace.c (btrace_get_bfun_name): Update.
332 (btrace_call_history): Update.
333 * rs6000-tdep.c (rs6000_skip_main_prologue): Update.
334 (rs6000_skip_trampoline_code): Update.
335 * sol-thread.c (info_cb): Update.
336 * stabsread.c (scan_file_globals): Update.
337 * stack.c (find_frame_funname): Update.
338 (info_frame_command_core): Update.
339 * symmisc.c (dump_msymbols): Update.
340 * symtab.c (symbol_natural_name): Rename to..,
341 (general_symbol_info::natural_name): ...this.
342 (symbol_demangled_name): Rename to...
343 (general_symbol_info::demangled_name): ...this.
344 (symbol_search_name): Rename to...
345 (general_symbol_info::search_name): ...this.
346 (symbol_matches_search_name): Update.
347 (find_pc_sect_line): Update.
348 (skip_prologue_sal): Update.
349 (search_symbols): Update.
350 (print_msymbol_info): Update.
351 (rbreak_command): Update.
352 (completion_list_add_msymbol): Update.
353 (completion_list_objc_symbol): Update.
354 (get_msymbol_address): Update.
355 * symtab.h (struct general_symbol_info): Add member functions
356 natural_name (), linkage_name (), print_name (), demangled_name (),
357 and search_name ().
358 (SYMBOL_NATURAL_NAME): Update.
359 (symbol_natural_name): Move to a member function on general_symbol_info.
360 (SYMBOL_DEMANGLED_NAME): Update.
361 (symbol_demangled_name): Move to a member function on
362 general_symbol_info.
363 (SYMBOL_SEARCH_NAME): Update.
364 (symbol_search_name): Move to a member function on general_symbol_info.
365 (MSYMBOL_NATURAL_NAME): Remove.
366 (MSYMBOL_LINKAGE_NAME): Remove.
367 (MSYMBOL_PRINT_NAME): Remove.
368 (MSYMBOL_DEMANGLED_NAME): Remove.
369 (MSYMBOL_SEARCH_NAME): Remove.
370 * x86-tdep.c (x86_in_indirect_branch_thunk): Update.
371
372 2019-11-22 Christian Biesinger <cbiesinger@google.com>
373
374 * symtab.c (create_demangled_names_hash): Use per_bfd->
375 minimal_symbol_count for computing the initial size, if greater
376 than our default size.
377
378 2019-11-22 Tom de Vries <tdevries@suse.de>
379
380 * contrib/words.sh: Improve words extraction.
381
382 2019-11-22 Tom de Vries <tdevries@suse.de>
383
384 * contrib/words.sh: Combine sed invocations.
385
386 2019-11-21 Christian Biesinger <cbiesinger@google.com>
387
388 * Makefile.in: Update.
389 * demangle.c: Rename to...
390 * gdb-demangle.c: ..this.
391 (is_cplus_marker): Change return type to bool.
392 (_initialize_demangler): Rename to...
393 (_initialize_gdb_demangle): ...this.
394 * gdb-demangle.h (is_cplus_marker): Change return type to bool.
395 * symtab.h (demangle): Remove declaration; instead include
396 gdb-demangle.h.
397
398 2019-11-21 Tom Tromey <tromey@adacore.com>
399
400 * gdbsupport/format.c (format_pieces): Parse %I64d.
401 * unittests/format_pieces-selftests.c (test_windows_formats): New
402 function.
403 (run_tests): Call it.
404
405 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
406
407 Byte reverse display of variables with DW_END_big, DW_END_little
408 (DW_AT_endianity) dwarf attributes if different than the native
409 byte order.
410 * ada-lang.c (ada_value_binop):
411 Use type_byte_order instead of gdbarch_byte_order.
412 * ada-valprint.c (printstr):
413 (ada_val_print_string):
414 * ada-lang.c (value_pointer):
415 (ada_value_binop):
416 Use type_byte_order instead of gdbarch_byte_order.
417 * c-lang.c (c_get_string):
418 Use type_byte_order instead of gdbarch_byte_order.
419 * c-valprint.c (c_val_print_array):
420 Use type_byte_order instead of gdbarch_byte_order.
421 * cp-valprint.c (cp_print_class_member):
422 Use type_byte_order instead of gdbarch_byte_order.
423 * dwarf2loc.c (rw_pieced_value):
424 Use type_byte_order instead of gdbarch_byte_order.
425 * dwarf2read.c (read_base_type): Handle DW_END_big,
426 DW_END_little
427 * f-lang.c (f_get_encoding):
428 Use type_byte_order instead of gdbarch_byte_order.
429 * findvar.c (default_read_var_value):
430 Use type_byte_order instead of gdbarch_byte_order.
431 * gdbtypes.c (check_types_equal):
432 Require matching TYPE_ENDIANITY_NOT_DEFAULT if set.
433 (recursive_dump_type): Print TYPE_ENDIANITY_BIG,
434 and TYPE_ENDIANITY_LITTLE if set.
435 (type_byte_order): new function.
436 * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro.
437 (struct main_type) <flag_endianity_not_default>:
438 New field.
439 (type_byte_order): New function.
440 * infcmd.c (default_print_one_register_info):
441 Use type_byte_order instead of gdbarch_byte_order.
442 * p-lang.c (pascal_printstr):
443 Use type_byte_order instead of gdbarch_byte_order.
444 * p-valprint.c (pascal_val_print):
445 Use type_byte_order instead of gdbarch_byte_order.
446 * printcmd.c (print_scalar_formatted):
447 Use type_byte_order instead of gdbarch_byte_order.
448 * solib-darwin.c (darwin_current_sos):
449 Use type_byte_order instead of gdbarch_byte_order.
450 * solib-svr4.c (solib_svr4_r_ldsomap):
451 Use type_byte_order instead of gdbarch_byte_order.
452 * stap-probe.c (stap_modify_semaphore):
453 Use type_byte_order instead of gdbarch_byte_order.
454 * target-float.c (target_float_same_format_p):
455 Use type_byte_order instead of gdbarch_byte_order.
456 * valarith.c (scalar_binop):
457 (value_bit_index):
458 Use type_byte_order instead of gdbarch_byte_order.
459 * valops.c (value_cast):
460 Use type_byte_order instead of gdbarch_byte_order.
461 * valprint.c (generic_emit_char):
462 (generic_printstr):
463 (val_print_string):
464 Use type_byte_order instead of gdbarch_byte_order.
465 * value.c (unpack_long):
466 (unpack_bits_as_long):
467 (unpack_value_bitfield):
468 (modify_field):
469 (pack_long):
470 (pack_unsigned_long):
471 Use type_byte_order instead of gdbarch_byte_order.
472 * findvar.c (unsigned_pointer_to_address):
473 (signed_pointer_to_address):
474 (unsigned_address_to_pointer):
475 (address_to_signed_pointer):
476 (default_read_var_value):
477 (default_value_from_register):
478 Use type_byte_order instead of gdbarch_byte_order.
479 * gnu-v3-abi.c (gnuv3_make_method_ptr):
480 Use type_byte_order instead of gdbarch_byte_order.
481 * riscv-tdep.c (riscv_print_one_register_info):
482 Use type_byte_order instead of gdbarch_byte_order.
483
484 2019-11-21 Simon Marchi <simon.marchi@polymtl.ca>
485
486 * top.c (current_ui_gdb_stdout_ptr): Spell out by hand.
487 (current_ui_gdb_stdin_ptr): Likewise.
488 (current_ui_gdb_stderr_ptr): Likewise.
489 (current_ui_gdb_stdlog_ptr): Likewise.
490 (current_ui_current_uiout_ptr): Likewise.
491 (gen_ret_current_ui_field_ptr): Remove.
492
493 2019-11-21 Tom de Vries <tdevries@suse.de>
494
495 PR gdb/24956
496 * cli/cli-script.c (execute_control_command): Only switch to
497 INTERP_CONSOLE's ui_out when INTERP_MI is active.
498
499 2019-11-19 Tom Tromey <tom@tromey.com>
500
501 * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c.
502 Now static. Change type of "name".
503 (tui_set_win_height_command): Don't copy "arg".
504 * tui/tui-data.h (tui_partial_win_by_name): Don't declare.
505 * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c.
506
507 2019-11-19 Ali Tamur <tamur@google.com>
508
509 * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with
510 "if (attr != nullptr)".
511 (dwarf2_find_base_address): Likewise.
512 (dwarf2_build_include_psymtabs): Likewise.
513 (read_cutu_die_from_dwo): Likewise.
514 (read_func_scope): Likewise.
515 (read_call_site_scope): Likewise.
516 (dwarf2_get_pc_bounds): Likewise.
517 (dwarf2_record_block_ranges): Likewise.
518 (dwarf2_add_field): Likewise.
519 (dwarf2_add_member_fn): Likewise.
520 (read_structure_type): Likewise.
521 (read_enumeration_type): Likewise.
522 (read_array_type): Likewise.
523 (read_array_order): Likewise.
524 (read_set_type): Likewise.
525 (read_common_block): Likewise.
526 (read_tag_reference_type): Likewise.
527 (read_tag_string_type): Likewise.
528 (read_subroutine_type): Likewise.
529 (read_base_type): Likewise.
530 (read_subrange_type): Likewise.
531 (new_symbol): Likewise.
532 (prepare_one_comp_unit): Likewise.
533
534 2019-11-19 Tom Tromey <tromey@adacore.com>
535
536 * windows-nat.c (windows_nat_target::attach): Include GetLastError
537 result in error when DebugActiveProcess fails.
538
539 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
540 Pedro Alves <palves@redhat.com>
541
542 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
543 * target.c (target_stack::push): Call 'unpush' if there's a
544 target on top of the stack.
545
546 2019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
547
548 * python/py-block.c (blpy_dealloc): Call tp_free.
549 (blpy_block_syms_dealloc): Likewise.
550 * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise.
551 * python/py-inferior.c (infpy_dealloc): Likewise.
552 * python/py-lazy-string.c (stpy_dealloc): Likewise.
553 * python/py-linetable.c (ltpy_iterator_dealloc): Likewise.
554 * python/py-symbol.c (sympy_dealloc): Likewise.
555 * python/py-symtab.c (stpy_dealloc): Likewise.
556 * python/py-type.c (typy_iterator_dealloc): Likewise.
557
558 2019-11-18 Christian Biesinger <cbiesinger@google.com>
559
560 * symtab.h (struct symbol) <owner>: Initialize explicitly in the
561 constructor instead of using a class initializer.
562
563 2019-11-15 Christian Biesinger <cbiesinger@google.com>
564
565 * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c.
566 * configure: Regenerate.
567 * configure.ac: Don't source common.host.
568 * gdbsupport/common.host: Remove.
569 * gdbsupport/mingw-strerror.c: Remove.
570 * gdbsupport/posix-strerror.c: Rename to...
571 * gdbsupport/safe-strerror.c: ...this.
572
573 2019-11-15 Christian Biesinger <cbiesinger@google.com>
574
575 * maint.c (scoped_command_stats::print_time): Use localtime_r
576 instead of localtime (provided through gnulib if necessary).
577 * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead
578 of ctime.
579
580 2019-11-15 Christian Biesinger <cbiesinger@google.com>
581
582 * gdbsupport/common-defs.h: Include time.h before pathmax.h to
583 avoid compile errors.
584
585 2019-11-15 Christian Biesinger <cbiesinger@google.com>
586
587 * config.in: Regenerate.
588 * configure: Regenerate.
589 * gdbsupport/common.m4: No longer check for strerror_r.
590 * gdbsupport/posix-strerror.c (safe_strerror): Always call the
591 POSIX version of strerror_r, now that gnulib provides it if
592 necessary.
593
594 2019-11-14 Christian Biesinger <cbiesinger@google.com>
595
596 * README (`configure' options): Update.
597
598 2019-11-14 Tom Tromey <tromey@adacore.com>
599
600 * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an
601 expected type for the RHS if the LHS is a convenience variable.
602
603 2019-11-14 Simon Marchi <simon.marchi@polymtl.ca>
604
605 * unittests/vec-utils-selftests.c (unordered_remove_tests::obj):
606 Provide explicit default and copy constructor.
607
608 2019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
609
610 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
611 only call Py_INCREF (newbp) in the bppy_pending_object case.
612
613 2019-11-13 Tom Tromey <tromey@adacore.com>
614
615 PR build/25182:
616 * psympriv.h (partial_symbol): Remove static assert.
617 * symtab.h (general_symbol_info, symbol): Remove static assert.
618
619 2019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
620
621 * gdbsupport/format.c (format_pieces::format_pieces): Support
622 printf 'z' size modifier.
623 * gdbsupport/format.h (enum argclass): Add size_t_arg.
624 * printcmd.c (ui_printf): Handle size_t_arg.
625 * ui-out.c (ui_out::vmessage): Likewise.
626 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
627 function.
628 (run_tests): Call test_format_int_sizes.
629
630 2019-11-12 Christian Biesinger <cbiesinger@google.com>
631
632 * ada-exp.y (write_ambiguous_var): Update.
633 * buildsym.c (add_symbol_to_list): Update.
634 * dwarf2read.c (read_variable): Update.
635 (new_symbol): Update.
636 * jit.c (finalize_symtab): Update.
637 * language.c (language_alloc_type_symbol): Update.
638 * symtab.c (fixup_symbol_section): Update.
639 (initialize_objfile_symbol_1): Move code to...
640 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
641 (allocate_symbol): Update.
642 (allocate_template_symbol): Update.
643 (get_symbol_address): Update.
644 * symtab.h (struct symbol): Inherit from general_symbol_info instead
645 of having as a field, and add a constructor.
646 (SYMBOL_VALUE): Update.
647 (SYMBOL_VALUE_ADDRESS): Update.
648 (SET_SYMBOL_VALUE_ADDRESS): Update.
649 (SYMBOL_VALUE_BYTES): Update.
650 (SYMBOL_VALUE_COMMON_BLOCK): Update.
651 (SYMBOL_BLOCK_VALUE): Update.
652 (SYMBOL_VALUE_CHAIN): Update.
653 (SYMBOL_LANGUAGE): Update.
654 (SYMBOL_SECTION): Update.
655 (SYMBOL_OBJ_SECTION): Update.
656 (SYMBOL_SET_LANGUAGE): Update.
657 (SYMBOL_SET_LINKAGE_NAME): Update.
658 (SYMBOL_SET_NAMES): Update.
659 (SYMBOL_NATURAL_NAME): Update.
660 (SYMBOL_LINKAGE_NAME): Update.
661 (SYMBOL_DEMANGLED_NAME): Update.
662 (SYMBOL_SEARCH_NAME): Update.
663 (SYMBOL_MATCHES_SEARCH_NAME): Update.
664 (struct symbol): Update.
665 (struct template_symbol): Update.
666 (struct rust_vtable_symbol): Update.
667 * xcoffread.c (SYMBOL_DUP): Update.
668
669 2019-11-12 Tom Tromey <tom@tromey.com>
670
671 * tui/tui-layout.c (show_layout): Set current_layout.
672 (show_source_disasm_command, show_data)
673 (show_source_or_disasm_and_command): Don't set current_layout.
674
675 2019-11-12 Tom Tromey <tom@tromey.com>
676
677 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
678
679 2019-11-12 Tom Tromey <tom@tromey.com>
680
681 * tui/tui-win.c (resize_message): New global.
682 (show_tui_resize_message): New function.
683 (tui_async_resize_screen): Print message if requested.
684 (_initialize_tui_win): Add tui-resize-message setting.
685 * NEWS: Add entry for new commands.
686
687 2019-11-11 Tom Tromey <tom@tromey.com>
688
689 * tui/tui.c (tui_initialize_readline): Add new bindable readline
690 functions.
691
692 2019-11-11 Christian Biesinger <cbiesinger@google.com>
693
694 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
695
696 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
697
698 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
699 function.
700 * python/python-internal.h (gdbpy_lookup_static_symbols):
701 Declare new function.
702 * python/python.c (python_GdbMethods): Add
703 gdb.lookup_static_symbols method.
704 * NEWS: Mention gdb.lookup_static_symbols.
705
706 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
707
708 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
709 static block of current object file first. Also fix typo in
710 header comment.
711
712 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
713
714 * stack.c (set_last_displayed_sal): Delete.
715 (last_displayed_sal_valid): Delete.
716 (last_displayed_pspace): Delete.
717 (last_displayed_addr): Delete.
718 (last_displayed_symtab): Delete.
719 (last_displayed_line): Delete.
720 (class last_displayed_symtab_info_type): New.
721 (last_displayed_symtab_info): New static global variable.
722 (print_frame_info): Call methods on last_displayed_symtab_info.
723 (clear_last_displayed_sal): Update header comment, and make use of
724 last_displayed_symtab_info.
725 (last_displayed_sal_is_valid): Likewise.
726 (get_last_displayed_pspace): Likewise.
727 (get_last_displayed_addr): Likewise.
728 (get_last_displayed_symtab): Likewise.
729 (get_last_displayed_line): Likewise.
730 (get_last_displayed_sal): Likewise.
731 * stack.h (clear_last_displayed_sal): Update header comment.
732 (last_displayed_sal_is_valid): Likewise.
733 (get_last_displayed_pspace): Likewise.
734 (get_last_displayed_addr): Likewise.
735 (get_last_displayed_symtab): Likewise.
736 (get_last_displayed_line): Likewise.
737 (get_last_displayed_sal): Likewise.
738
739 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
740
741 * stack.c (frame_show_address): Convert return type to bool.
742 * stack.h (frame_show_address): Likewise, and update header
743 comment.
744
745 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
746
747 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
748 * unittests/vec-utils-selftests.c: New file.
749 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
750
751 2019-11-10 Tom Tromey <tom@tromey.com>
752
753 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
754 (tui_highlight_win): Likewise.
755 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
756 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
757 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
758 Don't set can_highlight.
759
760 2019-11-10 Tom Tromey <tom@tromey.com>
761
762 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
763 Remove unused declaration.
764
765 2019-11-08 Tom Tromey <tromey@adacore.com>
766
767 * top.c (read_command_file): Update.
768 (command_line_input): Make return type const.
769 * python/py-gdb-readline.c: Update.
770 * linespec.c (decode_line_2): Update.
771 * defs.h (command_line_input): Make return type const.
772 * cli/cli-script.c (read_next_line): Make return type const.
773 * ada-lang.c (get_selections): Update.
774
775 2019-11-06 Christian Biesinger <cbiesinger@google.com>
776
777 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
778 * mi/mi-main.c (output_cores): Likewise.
779 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
780 (linux_xfer_osdata_modules): Likewise.
781 * remote.c (register_remote_support_xml): Likewise.
782 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
783 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
784
785 2019-11-06 Tom Tromey <tom@tromey.com>
786
787 * tui/tui-interp.c: Don't include readline.h.
788 * tui/tui-hooks.c: Don't include readline.h.
789 * symmisc.c: Include tilde.h, not readline.h.
790 * symfile.c: Include tilde.h, not readline.h.
791 * source.c: Include tilde.h, not readline.h.
792 * solib.c: Include tilde.h, not readline.h.
793 * psymtab.c: Include tilde.h, not readline.h.
794 * exec.c: Include tilde.h, not readline.h.
795 * corelow.c: Include tilde.h, not readline.h.
796 * cli/cli-dump.c: Include tilde.h, not readline.h.
797 * cli/cli-cmds.c: Don't include readline.h.
798
799 2019-11-05 Tom Tromey <tom@tromey.com>
800
801 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
802 (tui_disassemble): Set addr_size.
803 (tui_disasm_window::set_contents): Use addr_size.
804
805 2019-11-05 Tom Tromey <tom@tromey.com>
806
807 * rust-lang.c (rust_language_defn): Update.
808 * python/py-value.c (valpy_string): Call c_get_string.
809 * p-lang.c (pascal_language_defn): Update.
810 * opencl-lang.c (opencl_language_defn): Update.
811 * objc-lang.c (objc_language_defn): Update.
812 * m2-lang.c (m2_language_defn): Update.
813 * language.c (unknown_language_defn, auto_language_defn): Update.
814 (default_get_string): Remove.
815 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
816 * go-lang.c (go_language_defn): Update.
817 * f-lang.c (f_language_defn): Update.
818 * d-lang.c (d_language_defn): Update.
819 * c-lang.c (c_language_defn, cplus_language_defn)
820 (asm_language_defn, minimal_language_defn): Update.
821 * ada-lang.c (ada_language_defn): Update.
822 * language.h (struct language_defn) <la_get_string>: Remove.
823 (LA_GET_STRING): Remove.
824 (default_get_string): Don't declare.
825
826 2019-11-05 Tom Tromey <tom@tromey.com>
827
828 * tui/tui-source.h (struct tui_source_window): Inline
829 constructor. Remove destructor.
830 <style_changed, m_observable>: Move to superclass.
831 * tui/tui-winsource.h (tui_copy_source_line): Declare.
832 (struct tui_source_window_base): Move private members to end.
833 <style_changed, m_observable>: Move from tui_source_window.
834 * tui/tui-winsource.c (tui_copy_source_line): Move from
835 tui-source.c. Rename from copy_source_line. Add special handling
836 for negative line number.
837 (tui_source_window_base::style_changed): Move from
838 tui_source_window.
839 (tui_source_window_base): Register observer.
840 (~tui_source_window_base): New.
841 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
842 rename.
843 (tui_source_window::set_contents): Use tui_copy_source_line.
844 (tui_source_window::tui_source_window): Move to tui-source.h.
845 (tui_source_window::~tui_source_window): Remove.
846 (tui_source_window::style_changed): Move to superclass.
847 * tui/tui-disasm.c (tui_disassemble): Create string file with
848 styling, when possible. Add "addr_size" parameter.
849 (tui_disasm_window::set_contents): Use tui_copy_source_line.
850 Don't compute maximum size.
851 (len_without_escapes): New function
852
853 2019-11-05 Tom Tromey <tom@tromey.com>
854
855 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
856 std::string.
857 * tui/tui-winsource.c (tui_show_source_line): Update.
858 * tui/tui-source.c (tui_source_window::set_contents): Update.
859 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
860
861 2019-11-05 Christian Biesinger <cbiesinger@google.com>
862
863 * symtab.h (gdb_static_assert): Put && operator at the beginning
864 of the line instead of the end.
865
866 2019-11-04 Christian Biesinger <cbiesinger@google.com>
867
868 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
869 and sizeof (symbol).
870 * symtab.h: Add a static_assert for sizeof (partial_symbol).
871
872 2019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
873
874 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
875 * configure.host: Mark *-*-solaris2.10* obsolete.
876 * configure.tgt: Mark Solaris < 11 obsolete.
877 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
878 Update target triplet.
879
880 2019-11-01 Tom Tromey <tromey@adacore.com>
881
882 * utils.c (print_sys_errmsg): Simplify.
883
884 2019-11-01 Tom Tromey <tromey@adacore.com>
885
886 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
887
888 2019-11-01 Christian Biesinger <cbiesinger@google.com>
889
890 * configure: Regenerate.
891 * configure.ac: Remove check for strerror_r.
892 * gdbsupport/common.m4: Check for strerror_r.
893
894 2019-11-01 Luis Machado <luis.machado@linaro.org>
895
896 PR gdb/25124
897
898 * arm-tdep.c (arm_per_objfile): Rename to ...
899 (arm_per_bfd): ... this.
900 (arm_objfile_data_key): Rename to ...
901 (arm_bfd_data_key): ... this.
902 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
903 data.
904 (arm_record_special_symbol): Likewise.
905
906 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
907
908 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
909 end.
910 * c-typeprint.c (c_print_typedef): Likewise.
911 * f-typeprint.c (f_print_typedef): Likewise.
912 * m2-typeprint.c (m2_print_typedef): Likewise.
913 * p-typeprint.c (pascal_print_typedef): Likewise.
914 * rust-lang.c (rust_print_typedef): Likewise.
915 * symtab.c (print_symbol_info): Print a newline after calling
916 typedef_print.
917
918 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
919
920 * symtab.c (info_module_cmdlist): New variable.
921 (info_module_command): New function.
922 (search_module_symbols): New function.
923 (info_module_subcommand): New function.
924 (struct info_modules_var_func_options): New struct.
925 (info_modules_var_func_options_defs): New variable.
926 (make_info_modules_var_func_options_def_group): New function.
927 (info_module_functions_command): New function.
928 (info_module_variables_command): New function.
929 (info_module_var_func_command_completer): New function.
930 (_initialize_symtab): Register new 'info module functions' and
931 'info module variables' commands.
932 * symtab.h (typedef symbol_search_in_module): New typedef.
933 (search_module_symbols): Declare new function.
934 * NEWS: Mention new commands.
935
936 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
937
938 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
939 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
940 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
941 MODULES_DOMAIN.
942 (scan_partial_symbols): Only create partial module symbols for non
943 declarations.
944 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
945 and MODULES_DOMAIN.
946 * symtab.c (search_domain_name): Likewise.
947 (search_symbols): Likewise.
948 (print_symbol_info): Likewise.
949 (symtab_symbol_info): Likewise.
950 (info_modules_command): New function.
951 (_initialize_symtab): Register 'info modules' command.
952 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
953 * NEWS: Mention new 'info modules' command.
954
955 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
956
957 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
958 and $_gdb_maint_setting_str.
959
960 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
961
962 * cli/cli-cmds.c (setting_cmd, value_from_setting)
963 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
964 (str_value_from_setting, gdb_setting_str_internal_fn)
965 (gdb_maint_setting_str_internal_fn): New functions.
966 (_initialize_cli_cmds): Define the new convenience functions.
967 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
968 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
969
970 2019-10-31 Christian Biesinger <cbiesinger@google.com>
971
972 * agent.c (set_can_use_agent): When the setting is turned on,
973 look up agent symbols if we don't have them yet.
974 (agent_new_objfile): Don't look up agent symbols when the agent
975 setting is off.
976
977 2019-10-31 Christian Biesinger <cbiesinger@google.com>
978
979 * config.in: Regenerate.
980
981 2019-10-31 Christian Biesinger <cbiesinger@google.com>
982
983 * configure: Regenerate.
984 * configure.ac: Check for strerror_r.
985 * gdbsupport/common-utils.h (safe_strerror): Change return value
986 to const char * and document that this function is now threadsafe.
987 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
988 thread_local and call strerror_r, if available.
989 * utils.c (perror_string): Update.
990 (print_sys_errmsg): Update.
991
992 2019-10-31 Luis Machado <luis.machado@linaro.org>
993
994 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
995 objfile_key.
996 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
997 objfile to fetch per-bfd data.
998 (arm_find_exidx_entry): Likewise.
999
1000 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1001
1002 * gdbsupport/agent.c (debug_agent): Change type to bool.
1003 (use_agent): Likewise.
1004 (all_agent_symbols_look_up): Likewise.
1005 (agent_loaded_p): Change return value to bool.
1006 (agent_look_up_symbols): Update.
1007 (agent_capability_check): Change return value to bool.
1008 * gdbsupport/agent.h (agent_loaded_p): Likewise.
1009 (debug_agent): Change type to bool.
1010 (use_agent): Likewise.
1011 (agent_capability_check): Change return value to bool.
1012
1013 2019-10-30 Christian Biesinger <cbiesinger@google.com>
1014
1015 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
1016 (build_minimal_symbol_hash_tables): Code to clear the table moved
1017 to clear_minimal_symbol_hash_tables.
1018 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
1019 when needed.
1020
1021 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1022
1023 * infcmd.c: Remove includes.
1024 * infrun.c: Remove includes.
1025
1026 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1027
1028 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
1029 (grow_vect): Remove declaration.
1030 (ada_type_of_array): Remove declaration.
1031 (ada_update_initial_language): Remove declaration.
1032 (ada_fold_name): Remove declaration.
1033 (ada_fill_in_ada_prototype): Remove declaration.
1034 (user_select_syms): Remove declaration.
1035 (get_selections): Remove declaration.
1036 (ada_tag_type): Remove declaration.
1037 (ada_value_tag): Remove declaration.
1038 (ada_is_others_clause): Remove declaration.
1039 (ada_in_variant): Remove declaration.
1040 (ada_value_struct_elt): Remove declaration.
1041 (ada_attribute_name): Remove declaration.
1042 (ada_system_address_type): Remove declaration.
1043 * ada-lang.c (ada_watch_location_expression): Make static.
1044 (GROW_VECT): Move here from ada-lang.h.
1045 (grow_vect): Make static.
1046 (ada_update_initial_language): Make static.
1047 (ada_fold_name): Make static.
1048 (ada_type_of_array): Make static.
1049 (encoded_ordered_before): Move up.
1050 (sort_choices): Move up.
1051 (print_signatures): Move up.
1052 (ada_print_symbol_signature): Move up.
1053 (get_selections): Move up and make static.
1054 (user_select_syms): Move up and make static.
1055 (ada_value_struct_elt): Move up and make static.
1056 (ada_tag_type): Make static.
1057 (ada_value_tag): Make static.
1058 (ada_is_others_clause): Make static.
1059 (ada_in_variant): Make static.
1060 (ada_attribute_name): Make static.
1061
1062 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1063
1064 * ada-lang.c: Remove includes.
1065 * ada-typeprint.c: Remove includes.
1066 * ada-valprint.c: Remove includes.
1067
1068 2019-10-29 Simon Marchi <simon.marchi@efficios.com>
1069
1070 * addrmap.c: Add static assertions of type size, moved from
1071 _initialize_addrmap.
1072 (_initialize_addrmap): Remove.
1073
1074 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1075
1076 * coffread.c (record_minimal_symbol): Update.
1077 (process_coff_symbol): Update.
1078 * dbxread.c (read_dbx_symtab): Update.
1079 * dwarf2read.c (add_partial_symbol): Update.
1080 (fixup_go_packaging): Update.
1081 (load_partial_dies): Update.
1082 (new_symbol): Update.
1083 * elfread.c (record_minimal_symbol): Change signature to use
1084 gdb::string_view instead of name+len.
1085 (elf_symtab_read): Update.
1086 (elf_rel_plt_read): Update.
1087 * mdebugread.c (parse_partial_symbols): Update.
1088 (handle_psymbol_enumerators): Update.
1089 (new_symbol): Update.
1090 * minsyms.c (minimal_symbol_reader::record_full): Change signature
1091 to use gdb::string_view instead of name+len.
1092 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
1093 * psympriv.h (add_psymbol_to_list): Likewise.
1094 * psymtab.c (add_psymbol_to_bcache): Likewise.
1095 (add_psymbol_to_list): Likewise.
1096 * stabsread.c (define_symbol): Update.
1097 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
1098 * symtab.h (SYMBOL_SET_NAMES): Likewise.
1099 (symbol_set_names): Likewise.
1100 * xcoffread.c (scan_xcoff_symtab): Update.
1101
1102 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1103
1104 * symtab.h (symbol_set_names): Document that copy_name must be
1105 set to true for non-nullterminated strings.
1106 * symtab.c (symbol_set_names): Only make a nullterminated copy of
1107 linkage_name if the entry was not found and we need to demangle.
1108
1109 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1110
1111 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
1112 * dwarf2-frame.c (bsearch_fde_cmp): Update.
1113 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
1114 * gdbsupport/gdb_binary_search.h: New file.
1115
1116 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1117
1118 * NEWS: Mention new --with-system-gdbinit-dir option.
1119 * config.in: Regenerate.
1120 * configure: Regenerate.
1121 * configure.ac: Add new option --with-system-gdbinit-dir.
1122 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
1123 for a ".gdb" suffix.
1124 * main.c (get_init_files): Change system_gdbinit argument to
1125 a vector and return the files in SYSTEM_GDBINIT_DIR in
1126 addition to SYSTEM_GDBINIT.
1127 (captured_main_1): Update.
1128 (print_gdb_help): Update.
1129 * top.c (print_gdb_configuration): Also print the value of
1130 SYSTEM_GDBINIT_DIR.
1131
1132 2019-10-28 Christian Biesinger <cbiesinger@google.com>
1133
1134 * gdbsupport/common-utils.h (startswith): Add an overloaded version
1135 that takes gdb::string_view arguments.
1136
1137 2019-10-26 Tom de Vries <tdevries@suse.de>
1138
1139 * aarch64-linux-tdep.c: Fix typos in comments.
1140 * aarch64-tdep.c: Same.
1141 * ada-lang.c: Same.
1142 * amd64-nat.c: Same.
1143 * arc-tdep.c: Same.
1144 * arch/aarch64-insn.c: Same.
1145 * block.c: Same.
1146 * breakpoint.h: Same.
1147 * btrace.h: Same.
1148 * c-varobj.c: Same.
1149 * cli/cli-decode.c: Same.
1150 * cli/cli-script.c: Same.
1151 * cli/cli-utils.h: Same.
1152 * coff-pe-read.c: Same.
1153 * coffread.c: Same.
1154 * compile/compile-cplus-symbols.c: Same.
1155 * compile/compile-object-run.c: Same.
1156 * completer.c: Same.
1157 * corelow.c: Same.
1158 * cp-support.c: Same.
1159 * demangle.c: Same.
1160 * dwarf-index-write.c: Same.
1161 * dwarf2-frame.c: Same.
1162 * dwarf2-frame.h: Same.
1163 * eval.c: Same.
1164 * frame-base.h: Same.
1165 * frame.h: Same.
1166 * gdbcmd.h: Same.
1167 * gdbtypes.h: Same.
1168 * gnu-nat.c: Same.
1169 * guile/scm-objfile.c: Same.
1170 * i386-tdep.c: Same.
1171 * i386-tdep.h: Same.
1172 * infcall.c: Same.
1173 * infcall.h: Same.
1174 * linux-nat.c: Same.
1175 * m68k-tdep.c: Same.
1176 * macroexp.c: Same.
1177 * memattr.c: Same.
1178 * mi/mi-cmd-disas.c: Same.
1179 * mi/mi-getopt.h: Same.
1180 * mi/mi-main.c: Same.
1181 * minsyms.c: Same.
1182 * nat/aarch64-sve-linux-sigcontext.h: Same.
1183 * objfiles.h: Same.
1184 * ppc-linux-nat.c: Same.
1185 * ppc-linux-tdep.c: Same.
1186 * ppc-tdep.h: Same.
1187 * progspace.h: Same.
1188 * prologue-value.h: Same.
1189 * python/py-evtregistry.c: Same.
1190 * python/py-instruction.h: Same.
1191 * record-btrace.c: Same.
1192 * record-full.c: Same.
1193 * remote.c: Same.
1194 * rs6000-tdep.c: Same.
1195 * ser-tcp.c: Same.
1196 * sol-thread.c: Same.
1197 * sparc-sol2-tdep.c: Same.
1198 * sparc64-tdep.c: Same.
1199 * stabsread.c: Same.
1200 * symfile.c: Same.
1201 * symtab.h: Same.
1202 * target.c: Same.
1203 * tracepoint.c: Same.
1204 * tui/tui-data.h: Same.
1205 * tui/tui-io.c: Same.
1206 * tui/tui-win.c: Same.
1207 * tui/tui.c: Same.
1208 * unittests/rsp-low-selftests.c: Same.
1209 * user-regs.h: Same.
1210 * utils.c: Same.
1211 * utils.h: Same.
1212 * valarith.c: Same.
1213 * valops.c: Same.
1214 * valprint.c: Same.
1215 * valprint.h: Same.
1216 * value.c: Same.
1217 * value.h: Same.
1218 * varobj.c: Same.
1219 * x86-nat.h: Same.
1220 * xtensa-tdep.c: Same.
1221
1222 2019-10-25 Ali Tamur <tamur@google.com>
1223
1224 * charset.c (find_charset_names): Reflect API change.
1225
1226 2019-10-25 Christian Biesinger <cbiesinger@google.com>
1227
1228 * symtab.c (struct demangled_name_entry): Change demangled name
1229 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
1230 part of the struct anymore.
1231 (symbol_set_names): No longer obstack allocate + copy the demangled
1232 name, just store the allocated name from bfd.
1233
1234 2019-10-25 Tom Tromey <tromey@adacore.com>
1235
1236 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
1237 (bsearch_cie_cmp, add_cie): Remove.
1238 (find_cie): Reimplement.
1239 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
1240 (dwarf2_build_frame_info): Update.
1241
1242 2019-10-24 H.J. Lu <hongjiu.lu@intel.com>
1243
1244 PR gdb/25126
1245 * symfile.c (reread_symbols): Call forget_cached_source_info to
1246 clear the stale source cache.
1247
1248 2019-10-24 Christian Biesinger <cbiesinger@google.com>
1249
1250 * configure: Regenerate.
1251 * configure.ac: Remove code that sets python_has_threads.
1252
1253 2019-10-24 Christian Biesinger <cbiesinger@google.com>
1254
1255 * config.in: Regenerate.
1256 * configure: Regenerate.
1257 * configure.ac: Remove the code that uses sed to get the python
1258 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
1259
1260 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1261
1262 * python/py-progspace.c (pspy_block_for_pc): Return None for all
1263 error paths.
1264
1265 2019-10-23 Tom Tromey <tom@tromey.com>
1266
1267 * arc-tdep.c: Remove ".." from include.
1268 * frv-tdep.c: Remove ".." from include.
1269 * lm32-tdep.c: Remove ".." from include.
1270 * microblaze-tdep.c: Remove ".." from include.
1271 * or1k-tdep.h: Remove ".." from include.
1272 * s12z-tdep.c: Remove ".." from include.
1273 * Makefile.in (OPCODES_CFLAGS): Add comment.
1274 (TOP_CFLAGS): New variable.
1275 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
1276
1277 2019-10-23 Tom Tromey <tom@tromey.com>
1278
1279 * Makefile.in (READLINE_DIR): Update.
1280
1281 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1282
1283 * infcall.c (call_function_by_hand_dummy): Fix the function
1284 comment. And extract out a code section into...
1285 (reserve_stack_space): ...this new function.
1286
1287 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1288
1289 * infcall.c (value_arg_coerce): Remove an unused parameter.
1290 (call_function_by_hand_dummy): Update the call to
1291 'value_arg_coerce'.
1292
1293 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1294
1295 * infcall.c (call_function_by_hand_dummy): Refactor.
1296
1297 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1298
1299 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
1300
1301 2019-10-23 Tom Tromey <tom@tromey.com>
1302
1303 * configure: Rebuild.
1304 * configure.ac: Don't check for sigprocmask.
1305 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
1306
1307 2019-10-23 Tom Tromey <tom@tromey.com>
1308
1309 * configure: Rebuild.
1310 * acinclude.m4: Use m4_include, not sinclude.
1311
1312 2019-10-23 Tom de Vries <tdevries@suse.de>
1313
1314 PR breakpoints/24687
1315 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
1316
1317 2019-10-22 Christian Biesinger <cbiesinger@google.com>
1318
1319 * symtab.c (struct demangled_name_entry) <language>: Change from
1320 bitfield to regular variable.
1321
1322 2019-10-22 Christian Biesinger <cbiesinger@google.com>
1323
1324 * symtab.c (struct demangled_name_entry): Add a constructor.
1325 (free_demangled_name_entry): New function to call the destructor
1326 for demangled_name_entry.
1327 (create_demangled_names_hash): Pass free_demangled_name_entry to
1328 htab_create_alloc.
1329 (symbol_set_names): Call placement new for demangled_name_entry.
1330 * utils.c: No longer include xxhash.h here, now that fast_hash
1331 is inlined in the header.
1332 * utils.h: Instead, include it here.
1333
1334 2019-10-22 Christian Biesinger <cbiesinger@google.com>
1335
1336 * Makefile.in: Link with libxxhash.
1337 * config.in: Regenerate.
1338 * configure: Regenerate.
1339 * configure.ac: Search for libxxhash.
1340 * utils.c (fast_hash): Use xxhash if present.
1341
1342 2019-10-22 Christian Biesinger <cbiesinger@google.com>
1343
1344 * utils.h (fast_hash): New function.
1345 * symtab.c (hash_demangled_name_entry): Call new function
1346 fast_hash.
1347
1348 2019-10-22 Christian Biesinger <cbiesinger@google.com>
1349
1350 * symtab.c (struct demangled_name_entry): Change type of mangled
1351 to gdb::string_view. Also adds a constructor that takes the
1352 mangled name.
1353 (hash_demangled_name_entry): Update.
1354 (eq_demangled_name_entry): Update.
1355 (free_demangled_name_entry): New function to call the destructor
1356 now that this is not a POD anymore.
1357 (create_demangled_names_hash): Pass free_demangled_name_entry to
1358 htab_create_alloc.
1359 (symbol_set_names): Update.
1360
1361 2019-10-21 Ali Tamur <tamu@google.com>
1362
1363 * dwarf2read.c (dir_index): Change type.
1364 (file_name_index): Likewise.
1365 (line_header::include_dir_at): Change comment and implementation on
1366 whether it is DWARF 5.
1367 (line_header::is_valid_file_index): New function.
1368 (line_header::file_name_at): Change comment and implementation on
1369 whether it is DWARF 5.
1370 (line_header::file_names): Change to private field renamed as
1371 m_file_names and introduce a new accessor method.
1372 (line_header::file_names_size): New method.
1373 (line_header::include_dirs): Change to private field and rename as
1374 m_include_dirs.
1375 (dw2_get_file_names_reader): Define local var at a smaller scope and
1376 reflect API change.
1377 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
1378 (process_structure_scope): Likewise.
1379 (line_header::add_include_dir): Change message and reflect renaming.
1380 (line_header::add_file_name): Likewise.
1381 (read_formatted_entries): Handle DW_FORM_data16.
1382 (dwarf_decode_line_header): Fix line header length calculation.
1383 (psymtab_include_file_name): Change comment and API.
1384 (lnp_state_machine::m_file): Update comment and reflect type change.
1385 (lnp_state_machine::record_line): Reflect type change.
1386 (dwarf_decode_lines): Reflect API change.
1387 (file_file_name): Likewise.
1388 (file_full_name): Likewise.
1389
1390 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
1391
1392 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
1393
1394 2019-10-21 Tom Tromey <tom@tromey.com>
1395
1396 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
1397
1398 2019-10-21 Tom Tromey <tom@tromey.com>
1399
1400 * configure.ac (nm.h): Conditionally create nm.h link. Subst
1401 NM_H. Use AC_CONFIG_LINKS.
1402 * configure: Rebuild.
1403 * Makefile.in (NM_H): New variable.
1404 (generated_files): Add NM_H. Remove gcore.
1405 (nm.h, stamp-nmh): New targets.
1406
1407 2019-10-20 Tom Tromey <tom@tromey.com>
1408
1409 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
1410 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
1411 obsolete comment.
1412 (put_objfile_before): Now static.
1413
1414 2019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
1415
1416 * gdbsupport/common-utils.h (startswith): Change return type to
1417 bool.
1418
1419 2019-10-19 Christian Biesinger <cbiesinger@google.com>
1420
1421 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
1422 * breakpoint.c (bp_locations_compare): Rename to...
1423 (bp_location_is_less_than): ...this, and change to std::sort semantics.
1424 (update_global_location_list): Use std::sort instead of qsort.
1425 * buildsym.c (compare_line_numbers): Rename to...
1426 (lte_is_less_than): ...this, and change to std::sort semantics.
1427 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
1428 instead of qsort.
1429 * disasm.c (compare_lines): Rename to...
1430 (line_is_less_than): ...this, and change to std::sort semantics.
1431 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
1432 of qsort.
1433 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
1434 (fde_is_less_than): ...this, and change to std::sort semantics.
1435 (dwarf2_build_frame_info): Call std::sort instead of qsort.
1436 * mdebugread.c (compare_blocks):
1437 (block_is_less_than): ...this, and change to std::sort semantics.
1438 (sort_blocks): Call std::sort instead of qsort.
1439 * objfiles.c (qsort_cmp): Rename to...
1440 (sort_cmp): ...this, and change to std::sort semantics.
1441 (update_section_map): Call std::sort instead of qsort.
1442 * remote.c (compare_pnums): Remove.
1443 (map_regcache_remote_table): Call std::sort instead of qsort.
1444 * utils.c (compare_positive_ints): Remove.
1445 * utils.h (compare_positive_ints): Remove.
1446 * xcoffread.c (compare_lte): Remove.
1447 (arrange_linetable): Call std::sort instead of qsort.
1448
1449 2019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
1450
1451 * symfile.c (init_entry_point_info): Fix typo.
1452 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
1453
1454 2019-10-18 Tom de Vries <tdevries@suse.de>
1455
1456 * aarch64-tdep.c: Fix typos in comments.
1457 * ada-lang.c: Same.
1458 * ada-tasks.c: Same.
1459 * alpha-tdep.c: Same.
1460 * alpha-tdep.h: Same.
1461 * amd64-nat.c: Same.
1462 * amd64-windows-tdep.c: Same.
1463 * arc-tdep.c: Same.
1464 * arc-tdep.h: Same.
1465 * arch-utils.c: Same.
1466 * arm-nbsd-tdep.c: Same.
1467 * arm-tdep.c: Same.
1468 * ax-gdb.c: Same.
1469 * blockframe.c: Same.
1470 * btrace.c: Same.
1471 * c-varobj.c: Same.
1472 * coff-pe-read.c: Same.
1473 * coffread.c: Same.
1474 * cris-tdep.c: Same.
1475 * darwin-nat.c: Same.
1476 * dbxread.c: Same.
1477 * dcache.c: Same.
1478 * disasm.c: Same.
1479 * dtrace-probe.c: Same.
1480 * dwarf-index-write.c: Same.
1481 * dwarf2-frame-tailcall.c: Same.
1482 * dwarf2-frame.c: Same.
1483 * dwarf2read.c: Same.
1484 * eval.c: Same.
1485 * exceptions.c: Same.
1486 * fbsd-tdep.c: Same.
1487 * findvar.c: Same.
1488 * frame.c: Same.
1489 * frv-tdep.c: Same.
1490 * gnu-v3-abi.c: Same.
1491 * go32-nat.c: Same.
1492 * h8300-tdep.c: Same.
1493 * hppa-tdep.c: Same.
1494 * i386-linux-tdep.c: Same.
1495 * i386-tdep.c: Same.
1496 * ia64-libunwind-tdep.c: Same.
1497 * ia64-tdep.c: Same.
1498 * infcmd.c: Same.
1499 * infrun.c: Same.
1500 * linespec.c: Same.
1501 * linux-nat.c: Same.
1502 * linux-thread-db.c: Same.
1503 * machoread.c: Same.
1504 * mdebugread.c: Same.
1505 * mep-tdep.c: Same.
1506 * mn10300-tdep.c: Same.
1507 * namespace.c: Same.
1508 * objfiles.c: Same.
1509 * opencl-lang.c: Same.
1510 * or1k-tdep.c: Same.
1511 * osabi.c: Same.
1512 * ppc-linux-nat.c: Same.
1513 * ppc-linux-tdep.c: Same.
1514 * ppc-sysv-tdep.c: Same.
1515 * printcmd.c: Same.
1516 * procfs.c: Same.
1517 * record-btrace.c: Same.
1518 * record-full.c: Same.
1519 * remote-fileio.c: Same.
1520 * remote.c: Same.
1521 * rs6000-tdep.c: Same.
1522 * s12z-tdep.c: Same.
1523 * score-tdep.c: Same.
1524 * ser-base.c: Same.
1525 * ser-go32.c: Same.
1526 * skip.c: Same.
1527 * sol-thread.c: Same.
1528 * solib-svr4.c: Same.
1529 * solib.c: Same.
1530 * source.c: Same.
1531 * sparc-nat.c: Same.
1532 * sparc-sol2-tdep.c: Same.
1533 * sparc-tdep.c: Same.
1534 * sparc64-tdep.c: Same.
1535 * stabsread.c: Same.
1536 * stack.c: Same.
1537 * symfile.c: Same.
1538 * symtab.c: Same.
1539 * target-descriptions.c: Same.
1540 * target-float.c: Same.
1541 * thread.c: Same.
1542 * utils.c: Same.
1543 * valops.c: Same.
1544 * valprint.c: Same.
1545 * value.c: Same.
1546 * varobj.c: Same.
1547 * windows-nat.c: Same.
1548 * xcoffread.c: Same.
1549 * xstormy16-tdep.c: Same.
1550 * xtensa-tdep.c: Same.
1551
1552 2019-10-17 Tom Tromey <tromey@adacore.com>
1553
1554 * configure: Rebuild.
1555 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
1556 in AC_CONFIG_FILES invocation.
1557 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
1558 new-style config.status invocation.
1559
1560 2019-10-17 Tom de Vries <tdevries@suse.de>
1561
1562 * arm-nbsd-nat.c: Fix typos in comments.
1563 * arm-tdep.c: Same.
1564 * darwin-nat-info.c: Same.
1565 * dwarf2read.c: Same.
1566 * elfread.c: Same.
1567 * event-top.c: Same.
1568 * findvar.c: Same.
1569 * gdbtypes.c: Same.
1570 * hppa-tdep.c: Same.
1571 * i386-tdep.c: Same.
1572 * jit.c: Same.
1573 * main.c: Same.
1574 * mdebugread.c: Same.
1575 * moxie-tdep.c: Same.
1576 * nto-procfs.c: Same.
1577 * osabi.c: Same.
1578 * ppc-linux-tdep.c: Same.
1579 * remote.c: Same.
1580 * riscv-tdep.c: Same.
1581 * s390-tdep.c: Same.
1582 * sh-tdep.c: Same.
1583 * sparc-linux-tdep.c: Same.
1584 * sparc-nat.c: Same.
1585 * stack.c: Same.
1586 * target-descriptions.c: Same.
1587 * top.c: Same.
1588 * varobj.c: Same.
1589
1590 2019-10-16 Tom Tromey <tom@tromey.com>
1591
1592 * objfiles.h (struct objfile) <original_name>: Now const.
1593
1594 2019-10-16 Christian Biesinger <cbiesinger@google.com>
1595
1596 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
1597 pass on to sigsetjmp's second argument.
1598 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
1599
1600 2019-10-16 Keith Seitz <keiths@redhat.com>
1601
1602 PR gdb/23567
1603 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
1604 sections whose size is greater than the file size.
1605
1606 2019-10-16 Jim Wilson <jimw@sifive.com>
1607
1608 * riscv-tdep.c (riscv_gcc_target_options): New.
1609 (riscv_gnu_triplet_regexp): New.
1610 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
1611 set_gdbarch_gnu_triplet_regexp.
1612
1613 2019-10-16 Christian Biesinger <cbiesinger@google.com>
1614
1615 * Makefile.in: Add xml-builtin.h.
1616 * features/feature_to_c.sh: Add an include for xml-builtin.h
1617 to ensure that the compiler checks that the types match.
1618 * xml-builtin.h: New file.
1619 * xml-support.c (fetch_xml_builtin): Add missing const.
1620 * xml-support.h: Remove declaration of xml_builtins.
1621
1622 2019-10-16 Tom de Vries <tdevries@suse.de>
1623
1624 PR tdep/25096
1625 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
1626 (amd64_classify_aggregate): ... here.
1627 (amd64_classify_aggregate_field): Handled fiels of nested structs
1628 recursively.
1629
1630 2019-10-16 Tom de Vries <tdevries@suse.de>
1631
1632 PR tdep/24104
1633 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
1634 that handles 'theclass'.
1635
1636 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1637
1638 * linespec.c (decode_digits_ordinary): Update comment.
1639 * make-target-delegates: No longer need to handle VEC case.
1640 * memrange.c (normalize_mem_ranges): Update comment.
1641 * namespace.c (add_using_directive): Update comment.
1642 * objc-lang.c (uniquify_strings): Update comment.
1643 * ppc-linux-nat.c (struct thread_points): Update comment.
1644 * probe.h (find_probes_in_objfile): Update comment.
1645 * target.h (enum flash_preserve_mode): Update comment.
1646 * varobj.c (varobj_restrict_range): Update comment.
1647 * varobj.h (varobj_list_children): Update comment.
1648
1649 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1650
1651 * Makefile.in: Remove references to vec.h and vec.c.
1652 * aarch64-tdep.c: No longer include vec.h.
1653 * ada-lang.c: Likewise.
1654 * ada-lang.h: Likewise.
1655 * arm-tdep.c: Likewise.
1656 * ax.h: Likewise.
1657 * breakpoint.h: Likewise.
1658 * charset.c: Likewise.
1659 * cp-support.h: Likewise.
1660 * dtrace-probe.c: Likewise.
1661 * dwarf2read.c: Likewise.
1662 * extension.h: Likewise.
1663 * gdb_bfd.c: Likewise.
1664 * gdbsupport/gdb_vecs.h: Likewise.
1665 * gdbsupport/vec.c: Remove.
1666 * gdbsupport/vec.h: Remove.
1667 * gdbthread.h: Likewise.
1668 * guile/scm-type.c: Likewise.
1669 * inline-frame.c: Likewise.
1670 * machoread.c: Likewise.
1671 * memattr.c: Likewise.
1672 * memrange.h: Likewise.
1673 * namespace.h: Likewise.
1674 * nat/linux-btrace.h: Likewise.
1675 * osdata.c: Likewise.
1676 * parser-defs.h: Likewise.
1677 * progspace.h: Likewise.
1678 * python/py-type.c: Likewise.
1679 * record-btrace.c: Likewise.
1680 * rust-exp.y: Likewise.
1681 * solib-target.c: Likewise.
1682 * stap-probe.c: Likewise.
1683 * target-descriptions.c: Likewise.
1684 * target-memory.c: Likewise.
1685 * target.h: Likewise.
1686 * varobj.c: Likewise.
1687 * varobj.h: Likewise.
1688 * xml-support.h: Likewise.
1689
1690 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1691
1692 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
1693 Update for new std::vector based implementation.
1694 (process_psymtab_comp_unit_reader): Likewise.
1695 (scan_partial_symbols): Likewise.
1696 (recursively_compute_inclusions): Likewise.
1697 (compute_compunit_symtab_includes): Likewise.
1698 (process_imported_unit_die): Likewise.
1699 (queue_and_load_dwo_tu): Likewise.
1700 (follow_die_sig_1): Likewise.
1701 * gdb/dwarf2read.h: Remove DEF_VEC_P.
1702 (typedef dwarf2_per_cu_ptr): Remove.
1703 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
1704 function.
1705 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
1706 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
1707 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
1708 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
1709 std::vector.
1710
1711 2019-10-15 Tom Tromey <tromey@adacore.com>
1712
1713 * windows-nat.c (windows_nat_target::resume): Use %x when logging
1714 TID.
1715
1716 2019-10-15 Tom Tromey <tromey@adacore.com>
1717
1718 * windows-nat.c (windows_nat_target::fetch_registers)
1719 (windows_nat_target::store_registers): Rename "pid" to "tid".
1720
1721 2019-10-15 Tom Tromey <tromey@adacore.com>
1722
1723 * gdbarch.h, gdbarch.c: Rebuild.
1724 * gdbarch.sh (gcc_target_options): Change return type to
1725 std::string.
1726 * compile/compile.c (get_args): Update.
1727 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
1728 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
1729 std::string.
1730 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
1731 std::string.
1732 * arch-utils.c (default_gcc_target_options): Return std::string.
1733 * arch-utils.h (default_gcc_target_options): Return std::string.
1734 * s390-tdep.c (s390_gcc_target_options): Return std::string.
1735
1736 2019-10-15 Christian Biesinger <cbiesinger@google.com>
1737
1738 * breakpoint.c (breakpoint_chain): Make static.
1739 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
1740 of accessing breakpoint_chain.
1741
1742 2019-10-15 Christian Biesinger <cbiesinger@google.com>
1743
1744 * breakpoint.c (iterate_over_breakpoints): Change function pointer
1745 to a gdb::function_view and return value to bool.
1746 * breakpoint.h (iterate_over_breakpoints): Likewise.
1747 * dummy-frame.c (pop_dummy_frame_bpt): Update.
1748 (pop_dummy_frame): Update.
1749 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
1750 (gdbscm_breakpoints): Update.
1751 * python/py-breakpoint.c (build_bp_list): Update.
1752 (gdbpy_breakpoints): Update.
1753 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
1754 Update.
1755 (bpfinishpy_handle_stop): Update.
1756 (bpfinishpy_handle_exit): Update.
1757 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
1758 (svr4_update_solib_event_breakpoints): Update.
1759
1760 2019-10-15 Andreas Arnez <arnez@linux.ibm.com>
1761
1762 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
1763 when unwrapping single-field structs.
1764
1765 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1766
1767 * dwarf2read.c: Remove includes.
1768
1769 2019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1770
1771 * ui-out.c (ui_out::call_do_message): Silence
1772 -Wformat-nonliteral warning.
1773
1774 2019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1775
1776 * breakpoint.c: Remove some includes: continuations.h, skip.h,
1777 mi/mi-main.h, readline/readline.h, readline/history.h. Add
1778 include: readline/tilde.h.
1779
1780 2019-10-12 Christian Biesinger <cbiesinger@google.com>
1781
1782 * remote.c (remote_target::get_trace_status): Remove declaration of
1783 trace_regblock_size.
1784
1785 2019-10-12 Christian Biesinger <cbiesinger@google.com>
1786
1787 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
1788 (show_user): Remove declaration of cmdlist.
1789 * cli/cli-cmds.h (max_user_call_depth): Declare.
1790 * cli/cli-script.c (execute_user_command): Remove declaration
1791 of max_user_call_depth.
1792
1793 2019-10-11 Jim Wilson <jimw@sifive.com>
1794
1795 * gdbsupport/print-utils.h (pulongest): Fix comment.
1796 (plongest): Likewise.
1797 (phex): Add missing comment, mention leading zeros.
1798 (phex_nz): Add mention of no leading zeros to comment.
1799
1800 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
1801 plongest instead of unsigned long long cast.
1802
1803 2019-10-10 Christian Biesinger <cbiesinger@google.com>
1804
1805 * main.c (captured_main_1): Include gdbtk.h and remove declarations
1806 for external_editor_command and gdbtk_test.
1807
1808 2019-10-10 Christian Biesinger <cbiesinger@google.com>
1809
1810 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
1811 * varobj.c (varobjdebug): Move comment to...
1812 * varobj.h (varobjdebug): ...here, and declare.
1813
1814 2019-10-09 Tom Tromey <tom@tromey.com>
1815
1816 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
1817 erase_data_content.
1818
1819 2019-10-09 Tom Tromey <tom@tromey.com>
1820
1821 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
1822 * tui/tui-stack.c (tui_locator_window::rerender): Update.
1823 * tui/tui-command.c (tui_cmd_window::resize)
1824 (tui_refresh_cmd_win): Update.
1825 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
1826 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
1827 * tui/tui-data.c (~tui_gen_win_info): Remove.
1828 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
1829 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
1830 (tui_redisplay_readline, tui_mld_flush)
1831 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
1832 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
1833 (tui_data_window::erase_data_content)
1834 (tui_data_item_window::rerender)
1835 (tui_data_item_window::refresh_window): Update.
1836 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
1837 (box_win, tui_gen_win_info::make_window)
1838 (tui_gen_win_info::make_visible): Update.
1839 (tui_delete_win): Remove.
1840 * tui/tui-winsource.c
1841 (tui_source_window_base::do_erase_source_content): Update.
1842 (tui_show_source_line, tui_source_window_base::update_tab_width)
1843 (tui_source_window_base::update_exec_info): Update.
1844 * tui/tui-data.h (struct curses_deleter): New.
1845 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
1846 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
1847
1848 2019-10-09 Tom Tromey <tom@tromey.com>
1849
1850 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
1851
1852 2019-10-09 Tom Tromey <tom@tromey.com>
1853
1854 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
1855 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
1856
1857 2019-10-09 Tom Tromey <tom@tromey.com>
1858
1859 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
1860 window height directly.
1861 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
1862 declare.
1863 * tui/tui-layout.c (tui_default_win_height): Remove.
1864 (tui_default_win_viewport_height): Remove.
1865
1866 2019-10-09 Tom Tromey <tom@tromey.com>
1867
1868 * tui/tui.h: Remove comments.
1869
1870 2019-10-09 Tom de Vries <tdevries@suse.de>
1871
1872 * python/lib/gdb/printer/bound_registers.py: Use
1873 '^builtin_type_bound128' as regexp argument for
1874 add_builtin_pretty_printer.
1875
1876 2019-10-09 Christian Biesinger <cbiesinger@google.com>
1877
1878 * guile/guile.c (guile_extension_script_ops): Remove forward
1879 declaration and mark as static.
1880 (guile_script_ops): Likewise.
1881 (extension_language_guile): Move further down in the file so
1882 it can reference the definitions for guile_{extension_,}script_ops.
1883
1884 2019-10-09 Andreas Arnez <arnez@linux.ibm.com>
1885
1886 * s390-tdep.c (390_process_record): Handle new arch13 instructions
1887 except SORTL, DFLTCC, and KDSA.
1888
1889 2019-10-08 Tom Tromey <tromey@adacore.com>
1890
1891 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
1892 (struct safe_symbol_file_add_args): Remove.
1893
1894 2019-10-08 Tom Tromey <tromey@adacore.com>
1895
1896 * windows-nat.c: Don't include buildsym-legacy.h.
1897
1898 2019-10-08 Tom Tromey <tromey@adacore.com>
1899
1900 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
1901
1902 2019-10-08 Christian Biesinger <cbiesinger@google.com>
1903
1904 * gdbtypes.c (overload_debug): Move comment to header.
1905 * gdbtypes.h (overload_debug): Declare.
1906 * valops.c: Remove declaration of overload_debug, instead
1907 include gdbtypes.h.
1908
1909 2019-10-08 Christian Biesinger <cbiesinger@google.com>
1910
1911 * language.c (show_language_command): Pass lang_frame_mismatch_warn
1912 through _().
1913 (lang_frame_mismatch_warn): Make const, mark with N_(), and
1914 move comment...
1915 * language.h (lang_frame_mismatch_warn): ... here. Also add
1916 declaration.
1917 * top.c (lang_frame_mismatch_warn): Remove declaration.
1918 (check_frame_language_change): Pass lang_frame_mismatch_warn
1919 through _().
1920
1921 2019-10-07 Christian Biesinger <cbiesinger@google.com>
1922
1923 * c-lang.h (vtbl_ptr_name): Declare.
1924 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
1925 it from the header.
1926 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
1927
1928 2019-10-07 Christian Biesinger <cbiesinger@google.com>
1929
1930 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
1931 gdb_static_assert.
1932
1933 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1934
1935 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
1936 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
1937 * ctfread.c: New file.
1938 * ctfread.h: New file.
1939 * elfread.c: Include ctfread.h.
1940 (struct elfinfo text_p): New member ctfsect.
1941 (elf_locate_sections): Mark CTF section.
1942 (elf_symfile_read): Call elfctf_build_psymtabs.
1943 * Makefile.in (LIBCTF): Add.
1944 (CLIBS): Use it.
1945 (CDEPS): Likewise.
1946 (DIST): Add ctfread.c.
1947
1948 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1949
1950 * ctfread.c (struct nextfield): Renamed to ...
1951 (struct ctf_nextfield): ... this.
1952 (struct field_info): Renamed to ...
1953 (strut ctf_field_info): ... this.
1954 (attach_fields_to_type): Update for renamed structures.
1955 (ctf_add_member_cb): Likewise.
1956 (ctf_add_enum_member_cb): Likewise.
1957 (process_struct_members): Likewise.
1958 (process_enum_type): Likewise.
1959
1960 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1961
1962 * tracectf.h: Rename, was ctf.h.
1963 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
1964 * tracefile.c: Likewise.
1965 * tracepoint.c: Remove unused include ctf.h.
1966 * mi/mi-main.c: Likewise.
1967 * Makefile.in Replace ctf.c with tracectf.c.
1968
1969 2019-10-06 Joel Brobecker <brobecker@adacore.com>
1970
1971 * version.in: Change version number to "9.0.50.DATE-git".
1972
1973 2019-10-03 Tom Tromey <tom@tromey.com>
1974
1975 PR rust/24976:
1976 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
1977
1978 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1979
1980 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
1981 cp_search_name_hash.
1982 * NEWS: Add entry about nested function support.
1983
1984 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1985 Andrew Burgess <andrew.burgess@embecosm.com>
1986
1987 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
1988 for nested static variables when searchin VAR_DOMAIN.
1989 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
1990 global scope, update comment.
1991 (add_partial_subprogram): Call add_partial_subprogram recursively
1992 for nested subroutines when processinng Fortran.
1993 (load_partial_dies): Process the child entities of a subprogram
1994 when processing Fortran.
1995 (partial_die_parent_scope): Handle building scope
1996 for Fortran nested functions.
1997 (process_die): Record that nested functions have a scope.
1998 (new_symbol): Always record Fortran subprograms on the global
1999 symbol list.
2000 (determine_prefix): How to build the prefix for Fortran
2001 subprograms.
2002
2003 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2004
2005 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
2006 have just sent the thread a SIGSTOP and are waiting for it to
2007 arrive.
2008
2009 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2010
2011 * btrace.c (btrace_add_pc): Remove whitespace before the template
2012 parameter in 'std::vector <...>'.
2013 (parse_xml_btrace_block): Likewise.
2014 (btrace_maint_decode_pt): Likewise.
2015 (btrace_maint_update_packets): Likewise.
2016 (btrace_maint_print_packets): Likewise.
2017 * btrace.h (struct btrace_maint_info): Likewise.
2018 * dwarf2read.c (struct type_unit_group): Likewise.
2019 (build_type_psymtabs_reader): Likewise.
2020 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
2021 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
2022 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
2023
2024 2019-10-03 Tom de Vries <tdevries@suse.de>
2025
2026 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
2027 the first line of the help text for set/show style metadata.
2028
2029 2019-10-02 Tom Tromey <tromey@adacore.com>
2030
2031 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
2032 * gdbsupport/common-inferior.c: New file.
2033 * infcmd.c (startup_with_shell): Don't define.
2034 * nat/fork-inferior.h (startup_with_shell): Don't declare.
2035 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
2036 * inferior.h (startup_with_shell): Don't declare.
2037
2038 2019-10-02 Christian Biesinger <cbiesinger@google.com>
2039
2040 * gdbsupport/gdb_assert.h: Include errors.h.
2041 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
2042
2043 2019-10-02 Tom Tromey <tromey@adacore.com>
2044
2045 * NEWS: Add $_ada_exception entry.
2046 * ada-lang.c (struct ada_catchpoint): Add constructor.
2047 <m_kind>: New member.
2048 (allocate_location_exception, re_set_exception): Remove
2049 "ex" parameter.
2050 (should_stop_exception): Compute $_ada_exception.
2051 (check_status_exception, print_it_exception)
2052 (print_one_exception, print_mention_exception): Remove
2053 "ex" parameter.
2054 (allocate_location_catch_exception, re_set_catch_exception)
2055 (check_status_exception, print_it_catch_exception)
2056 (print_one_catch_exception, print_mention_catch_exception)
2057 (print_recreate_catch_exception)
2058 (allocate_location_catch_exception_unhandled)
2059 (re_set_catch_exception_unhandled)
2060 (check_status_exception, print_it_catch_exception_unhandled)
2061 (print_one_catch_exception_unhandled)
2062 (print_mention_catch_exception_unhandled)
2063 (print_recreate_catch_exception_unhandled)
2064 (allocate_location_catch_assert, re_set_catch_assert)
2065 (check_status_assert, print_it_catch_assert)
2066 (print_one_catch_assert, print_mention_catch_assert)
2067 (print_recreate_catch_assert)
2068 (allocate_location_catch_handlers, re_set_catch_handlers)
2069 (check_status_handlers, print_it_catch_handlers)
2070 (print_one_catch_handlers, print_mention_catch_handlers)
2071 (print_recreate_catch_handlers): Remove.
2072 (create_ada_exception_catchpoint): Update.
2073 (initialize_ada_catchpoint_ops): Update.
2074
2075 2019-10-02 Tom Tromey <tromey@adacore.com>
2076
2077 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
2078 (create_excep_cond_exprs): Simplify exception string computation.
2079 (ada_exception_catchpoint_cond_string): Likewise.
2080
2081 2019-10-02 Tom Tromey <tromey@adacore.com>
2082
2083 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
2084 * ada-lang.c (lesseq_defined_than): Handle
2085 LOC_STATIC.
2086 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
2087 parameter.
2088 (dwarf2_has_info): Likewise.
2089 (new_symbol): Set maybe_copied on symbol when
2090 appropriate.
2091 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
2092 parameter.
2093 <can_copy>: New member.
2094 * elfread.c (record_minimal_symbol): Set maybe_copied
2095 on symbol when appropriate.
2096 (elf_symfile_read): Update call to dwarf2_has_info.
2097 * minsyms.c (lookup_minimal_symbol_linkage): New
2098 function.
2099 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
2100 * symtab.c (get_symbol_address, get_msymbol_address):
2101 New functions.
2102 * symtab.h (get_symbol_address, get_msymbol_address):
2103 Declare.
2104 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
2105 maybe_copied.
2106 (struct symbol, struct minimal_symbol) <maybe_copied>:
2107 New member.
2108
2109 2019-10-02 Tom Tromey <tromey@adacore.com>
2110
2111 * source.c (struct current_source_location): New.
2112 (current_source_key): New global.
2113 (current_source_symtab, current_source_line)
2114 (current_source_pspace): Remove.
2115 (get_source_location): New function.
2116 (get_current_source_symtab_and_line)
2117 (set_default_source_symtab_and_line)
2118 (set_current_source_symtab_and_line)
2119 (clear_current_source_symtab_and_line, select_source_symtab)
2120 (info_source_command, print_source_lines_base)
2121 (info_line_command, search_command_helper, _initialize_source):
2122 Update.
2123
2124 2019-10-02 Tom Tromey <tromey@adacore.com>
2125
2126 * source.c (select_source_symtab): Don't call
2127 decode_line_with_current_source.
2128
2129 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2130
2131 * symtab.c (lookup_global_symbol): Search global block.
2132
2133 2019-10-02 Tom Tromey <tromey@adacore.com>
2134
2135 * coffread.c (process_coff_symbol): Update.
2136 * dwarf2read.c (var_decode_location, new_symbol): Update.
2137 * mdebugread.c (parse_symbol): Update.
2138 * objfiles.c (relocate_one_symbol): Update.
2139 * stabsread.c (define_symbol, fix_common_block)
2140 (scan_file_globals): Update.
2141 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
2142 (SET_SYMBOL_VALUE_ADDRESS): New macro.
2143 * xcoffread.c (process_xcoff_symbol): Update.
2144
2145 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2146
2147 * MAINTAINERS: Update my email address.
2148
2149 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2150
2151 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
2152 std::vector.
2153 (build_type_psymtabs_reader): Update for std::vector.
2154 (build_type_psymtab_dependencies): Likewise.
2155 * dwarf2read.h: Remove use of DEF_VEC_P.
2156 (typedef sig_type_ptr): Delete.
2157
2158 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2159
2160 * btrace.c (btrace_maint_clear): Update to handle change from VEC
2161 to std::vector.
2162 (btrace_maint_decode_pt): Likewise, and move allocation of the
2163 vector outside of the loop.
2164 (btrace_maint_update_packets): Update to handle change from VEC to
2165 std::vector.
2166 (btrace_maint_print_packets): Likewise.
2167 (maint_info_btrace_cmd): Likewise.
2168 * btrace.h: Remove use of DEF_VEC_O.
2169 (typedef btrace_pt_packet_s): Delete.
2170 (struct btrace_maint_info) <packets>: Change fromm VEC to
2171 std::vector.
2172 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
2173
2174 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2175
2176 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
2177 make accesses into the vector constant references.
2178 (btrace_add_pc): Update for std::vector.
2179 (btrace_stitch_bts): Likewise.
2180 (parse_xml_btrace_block): Likewise.
2181 (btrace_maint_update_packets): Likewise.
2182 (btrace_maint_print_packets): Likewise.
2183 (maint_info_btrace_cmd): Likewise.
2184 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
2185 std::vector.
2186 (btrace_data::empty): Likewise.
2187 (btrace_data_append): Likewise.
2188 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
2189 (typedef btrace_block_s): Delete.
2190 (struct btrace_block): Add constructor.
2191 (struct btrace_data_bts) <blocks>: Change to std::vector.
2192 * nat/linux-btrace.c (perf_event_read_bts): Update for
2193 std::vector.
2194 (linux_read_bts): Likewise.
2195
2196 2019-10-01 Tom Tromey <tom@tromey.com>
2197
2198 * cli/cli-logging.c (show_logging_filename): Use styled_string.
2199
2200 2019-10-01 Tom Tromey <tom@tromey.com>
2201
2202 * stack.c (print_frame, info_frame_command_core): Use
2203 styled_string.
2204 * linux-thread-db.c (try_thread_db_load_1)
2205 (try_thread_db_load_from_pdir_1): Use styled_string.
2206 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
2207 (auto_load_section_scripts, info_auto_load_local_gdbinit)
2208 (maybe_print_unsupported_script_warning)
2209 (maybe_print_script_not_found_warning): Use styled_string.
2210 * ada-lang.c (user_select_syms): Use styled_string.
2211
2212 2019-10-01 Tom Tromey <tom@tromey.com>
2213
2214 * p-lang.c (pascal_printstr): Use metadata style.
2215 * value.c (show_convenience): Use metadata style.
2216 * valprint.c (valprint_check_validity, val_print_optimized_out)
2217 (val_print_not_saved, val_print_unavailable)
2218 (val_print_invalid_address, generic_val_print, val_print)
2219 (value_check_printable, val_print_array_elements): Use metadata
2220 style.
2221 * ui-out.h (class ui_out) <field_fmt>: New overload.
2222 <do_field_fmt>: Add style parameter.
2223 * ui-out.c (ui_out::field_fmt): New overload.
2224 * typeprint.c (type_print_unknown_return_type)
2225 (val_print_not_allocated, val_print_not_associated): Use metadata
2226 style.
2227 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
2228 parameter.
2229 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
2230 * tracepoint.c (tvariables_info_1): Use metadata style.
2231 * stack.c (print_frame_arg, print_frame_info, print_frame)
2232 (info_frame_command_core): Use metadata style.
2233 * skip.c (info_skip_command): Use metadata style.
2234 * rust-lang.c (rust_print_enum): Use metadata style.
2235 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
2236 metadata style.
2237 * python/py-framefilter.c (py_print_single_arg): Use metadata
2238 style.
2239 * printcmd.c (do_one_display, print_variable_and_value): Use
2240 metadata style.
2241 * p-valprint.c (pascal_val_print)
2242 (pascal_object_print_value_fields): Use metadata style.
2243 * p-typeprint.c (pascal_type_print_base): Use metadata style.
2244 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
2245 parameter.
2246 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
2247 * m2-valprint.c (m2_print_long_set): Use metadata style.
2248 * m2-typeprint.c (m2_print_type): Use metadata style.
2249 * infcmd.c (print_return_value_1): Use metadata style.
2250 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
2251 * f-valprint.c (info_common_command_for_block): Use metadata
2252 style.
2253 * f-typeprint.c (f_type_print_base): Use metadata style.
2254 * expprint.c (print_subexp_standard): Use metadata style.
2255 * cp-valprint.c (cp_print_value_fields): Use metadata style.
2256 * cli/cli-style.h (class cli_style_option): Add constructor.
2257 (metadata_style): Declare.
2258 * cli/cli-style.c (metadata_style): New global.
2259 (_initialize_cli_style): Register metadata style.
2260 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
2261 parameter.
2262 * cli-out.c (cli_ui_out::do_field_fmt): Update.
2263 * c-typeprint.c (c_type_print_base_struct_union)
2264 (c_type_print_base_1): Use metadata style.
2265 * breakpoint.c (watchpoint_value_print)
2266 (print_one_breakpoint_location): Use metadata style.
2267 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
2268 style.
2269 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
2270 style.
2271 * ada-valprint.c (val_print_packed_array_elements, printstr)
2272 (print_field_values, ada_val_print_ref, ada_val_print): Use
2273 metadata style.
2274 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
2275 style.
2276 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
2277 style.
2278 * ada-lang.c (user_select_syms): Use metadata style.
2279
2280 2019-10-01 Tom Tromey <tom@tromey.com>
2281
2282 * cli/cli-cmds.c (pwd_command): Style output.
2283
2284 2019-10-01 Pedro Alves <palves@redhat.com>
2285 Tom Tromey <tom@tromey.com>
2286
2287 * symtab.c (print_symbol_info): Use %ps.
2288 (print_msymbol_info): Use %ps.
2289 * symfile.c (symbol_file_add_with_addrs): Use %ps.
2290 * printcmd.c (print_variable_and_value): Use %ps.
2291 * macrocmd.c (show_pp_source_pos): Use %ps.
2292 * infrun.c (print_exited_reason): Use ui_out::message.
2293 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
2294 (describe_other_breakpoints): Use ui_out::message and new
2295 formats.
2296 (say_where): Use new formats.
2297 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
2298 and new formats.
2299
2300 2019-10-01 Pedro Alves <palves@redhat.com>
2301 Tom Tromey <tom@tromey.com>
2302
2303 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
2304 (test_gdb_formats): New function.
2305 (run_tests): Call it.
2306 (test_format_specifier): Update.
2307 * utils.h (fputs_filtered): Update comment.
2308 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
2309 (fputs_styled_unfiltered): Declare.
2310 * utils.c (fputs_styled_unfiltered): New function.
2311 (vfprintf_maybe_filtered): Add gdbfmt parameter.
2312 (vfprintf_filtered): Update.
2313 (vfprintf_unfiltered, vprintf_filtered): Update.
2314 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
2315 * ui-out.h (enum ui_out_flag) <unfiltered_output,
2316 disallow_ui_out_field>: New constants.
2317 (enum class field_kind): New.
2318 (struct base_field_s, struct signed_field_s): New.
2319 (signed_field): New function.
2320 (struct string_field_s): New.
2321 (string_field): New function.
2322 (struct styled_string_s): New.
2323 (styled_string): New function.
2324 (class ui_out) <message>: Add comment.
2325 <vmessage, call_do_message>: New methods.
2326 <do_message>: Add style parameter.
2327 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
2328 methods.
2329 (ui_out::message): Rewrite.
2330 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
2331 parameter.
2332 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
2333 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
2334 gdb_extensions parameter.
2335 (class format_piece): Add parameter to constructor.
2336 (n_int_args): New field.
2337 * gdbsupport/format.c (format_pieces::format_pieces): Add
2338 gdb_extensions parameter. Handle '*'.
2339 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
2340 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
2341 vfprintf_styled_no_gdbfmt.
2342 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
2343 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
2344 unfiltered output.
2345 * ui-style.h (struct ui_file_style) <ptr>: New method.
2346
2347 2019-10-01 Tom Tromey <tom@tromey.com>
2348
2349 * unittests/format_pieces-selftests.c: Update. Add final format.
2350 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
2351 empty literal pieces.
2352
2353 2019-10-01 Tom Tromey <tom@tromey.com>
2354
2355 * ui-out.h (enum class ui_out_style_kind): Remove.
2356 (class ui_out) <field_string, field_stsream, do_field_string>:
2357 Change type of "style".
2358 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
2359 (ui_out::field_string): Update.
2360 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
2361 of "style".
2362 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
2363 * tracepoint.c (print_one_static_tracepoint_marker): Update.
2364 * stack.c (print_frame_arg, print_frame_info, print_frame):
2365 Update.
2366 * source.c (print_source_lines_base): Update.
2367 * solib.c (info_sharedlibrary_command): Update.
2368 * skip.c (info_skip_command): Update.
2369 * record-btrace.c (btrace_call_history_src_line)
2370 (btrace_call_history): Update.
2371 * python/py-framefilter.c (py_print_frame): Update.
2372 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
2373 "style".
2374 * mi/mi-out.c (mi_ui_out::do_table_header)
2375 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
2376 (mi_ui_out::do_field_string): Update.
2377 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
2378 Update.
2379 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
2380 "style".
2381 * cli-out.c (cli_ui_out::do_table_header)
2382 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
2383 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
2384 (cli_ui_out::do_field_fmt): Update.
2385 * breakpoint.c (print_breakpoint_location): Update.
2386 (update_static_tracepoint): Update.
2387
2388 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2389
2390 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
2391 conversion of gdb_datadir.
2392 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
2393 remove not needed c_str ().
2394
2395 2019-09-30 Ali Tamur <tamur@google.com>
2396
2397 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
2398 (dwarf2_string_attr): Likewise.
2399
2400 2019-09-30 Ali Tamur <tamur@google.com>
2401
2402 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
2403 (process_full_type_unit): Likewise.
2404 (dump_die_shallow): Likewise.
2405 (cu_debug_loc_section): Likewise.
2406
2407 2019-09-28 Christian Biesinger <cbiesinger@google.com>
2408
2409 * minsyms.c (compare_minimal_symbols): Rename to...
2410 (minimal_symbol_is_less_than): ...this, and adjust to STL
2411 conventions (return bool, take arguments as references)
2412 (minimal_symbol_reader::install): Call std::sort instead
2413 of qsort.
2414
2415 2019-09-29 Christian Biesinger <cbiesinger@google.com>
2416
2417 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
2418 hash and why.
2419 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
2420 msymbol_hash, msymbol_demangled_hash>: Improve comments.
2421
2422 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
2423
2424 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
2425 * psympriv.h (add_psymbol_to_list): Move comment here and update
2426 it.
2427
2428 2019-09-29 Tom de Vries <tdevries@suse.de>
2429
2430 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
2431 Use $tmpdir/$(basename "$output_file").dwz instead of
2432 "${output_file}.dwz".
2433
2434 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
2435
2436 PR gdb/25045
2437 * hppa-linux-nat.c: Include gdbarch.h.
2438
2439 2019-09-26 Christian Biesinger <cbiesinger@google.com>
2440
2441 * blockframe.c (find_pc_partial_function): Change return type to bool.
2442 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
2443 * minsyms.c (in_gnu_ifunc_stub): Likewise.
2444 (stub_gnu_ifunc_resolve_name): Likewise.
2445 * symtab.c (compare_filenames_for_search): Likewise.
2446 (compare_glob_filenames_for_search): Likewise.
2447 (matching_obj_sections): Likewise.
2448 (symbol_matches_domain): Likewise.
2449 (find_line_symtab): Change out param EXACT_MATCH to bool *.
2450 (find_line_pc): Change return type to bool.
2451 (find_line_pc_range): Likewise.
2452 (producer_is_realview): Likewise.
2453 * symtab.h (symbol_matches_domain): Likewise.
2454 (find_pc_partial_function): Likewise.
2455 (find_pc_line_pc_range): Likewise.
2456 (in_gnu_ifunc_stub): Likewise.
2457 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
2458 (find_line_pc): Likewise.
2459 (find_line_pc_range): Likewise.
2460 (matching_obj_sections): Likewise.
2461 (find_line_symtab): Change out parameter to bool.
2462 (producer_is_realview): Change return type to bool.
2463 (compare_filenames_for_search): Likewise.
2464 (compare_glob_filenames_for_search): Likewise.
2465
2466 2019-09-26 Tom Tromey <tom@tromey.com>
2467
2468 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
2469 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
2470 * gdb_usleep.h: Remove.
2471 * gdb_usleep.c: Remove.
2472 * utils.c: Don't include gdb_usleep.h.
2473
2474 2019-09-26 Tom Tromey <tromey@adacore.com>
2475
2476 * python/py-type.c (type_to_type_object): Call check_typedef
2477 for stub types.
2478
2479 2019-09-26 Tom Tromey <tom@tromey.com>
2480
2481 * utils.h (initialize_utils): Don't declare.
2482 * top.c (gdb_init): Don't call initialize_utils.
2483 * utils.c (initialize_utils): Remove. Move contents...
2484 (_initialize_utils): ... here.
2485
2486 2019-09-25 Tom Tromey <tom@tromey.com>
2487
2488 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
2489 * utils.h (make_hex_string): Don't declare.
2490 * utils.c (make_hex_string): Remove.
2491
2492 2019-09-24 Tom de Vries <tdevries@suse.de>
2493
2494 PR gdb/23815
2495 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
2496 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
2497
2498 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
2499
2500 * NEWS: Mention new simulator port for PRU.
2501
2502 2019-09-23 Christian Biesinger <cbiesinger@google.com>
2503
2504 * ada-exp.y (write_object_remaining): Update.
2505 * ada-lang.c (ada_decode): Return a std::string instead of a char*
2506 and eliminate the static buffer.
2507 (ada_decode_symbol): Update.
2508 (ada_la_decode): Update.
2509 (ada_sniff_from_mangled_name): Update.
2510 (is_valid_name_for_wild_match): Update.
2511 (ada_lookup_name_info::matches): Update and simplify.
2512 (name_matches_regex): Update.
2513 (ada_add_global_exceptions): Update.
2514 * ada-lang.h (ada_decode): Update signature.
2515 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
2516 * dwarf-index-write.c (debug_names::insert): Update.
2517
2518 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
2519
2520 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
2521 formatting.
2522
2523 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
2524
2525 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
2526 Change "nonzero" to "true" in documentation.
2527
2528 2019-09-20 Christian Biesinger <cbiesinger@google.com>
2529
2530 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
2531 (_initialize_darwin_solib): Don't set
2532 darwin_so_ops.lookup_lib_global_symbol.
2533 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
2534 set_gdbarch_iterate_over_objfiles_in_search_order.
2535 (elf_lookup_lib_symbol): Rename to...
2536 (svr4_iterate_over_objfiles_in_search_order): this, and update
2537 to iterate semantics.
2538 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
2539 * solib.c (solib_global_lookup): Remove.
2540 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
2541 (solib_global_lookup): Remove.
2542 * symtab.c (lookup_global_or_static_symbol): Remove call to
2543 solib_global_lookup.
2544
2545 2019-09-20 Joel Brobecker <brobecker@adacore.com>
2546
2547 * NEWS: Move entries about default MI version now being
2548 version 3, and about the GDB/MI fix for multi-location
2549 breakpoints to the "since GDB 8.3" section.
2550
2551 2019-09-20 Joel Brobecker <brobecker@adacore.com>
2552
2553 GDB 8.3.1 released.
2554
2555 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2556
2557 * NEWS: Mention that Cell/B.E. debugging support was removed.
2558 * MAINTAINERS: Remove spu target.
2559
2560 * config/djgpp/fnchange.lst: Remove entries for removed files.
2561
2562 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
2563 spu-multiarch.o, and spu-tdep.o.
2564 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
2565 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
2566 spu-multiarch.c, and spu-tdep.c.
2567 * spu-linux-nat.c: Remove file.
2568 * spu-multiarch.c: Remove file.
2569 * spu-tdep.c: Remove file.
2570 * spu-tdep.h: Remove file.
2571 * solib-spu.c: Remove file.
2572 * solib-spu.h: Remove file.
2573
2574 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
2575 * configure.nat (spu-linux): Remove.
2576 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
2577 solib-multiarch.o from gdb_target_obs.
2578 (spu*-*-*): Remove.
2579
2580 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
2581 feature flag.
2582 (ppc_linux_no_features): Update.
2583 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
2584 Cell/B.E. support.
2585 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
2586 (tdesc_powerpc_cell64l): Likewise.
2587 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
2588 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
2589 Cell/B.E. support.
2590 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
2591 Do not include "features/rs6000/powerpc-cell32l.c" or
2592 "features/rs6000/powerpc-cell64l.c".
2593 (ppc_linux_spu_section): Remove.
2594 (ppc_linux_core_read_description): Remove Cell/B.E. support.
2595 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
2596 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
2597 (ppc_linux_spe_context_lookup): Remove.
2598 (ppc_linux_spe_context_inferior_created): Remove.
2599 (ppc_linux_spe_context_solib_loaded): Remove.
2600 (ppc_linux_spe_context_solib_unloaded): Remove.
2601 (ppc_linux_spe_context): Remove.
2602 (struct ppu2spu_cache): Remove.
2603 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
2604 (struct ppu2spu_data): Remove.
2605 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
2606 ppu2spu_unwind): Remove.
2607 (ppc_linux_init_abi): Remove Cell/B.E. support.
2608 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
2609
2610 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
2611 (rs6000/powerpc-cell64l-expedite): Likewise
2612 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
2613 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
2614 rs6000/powerpc-cell64l.xml.
2615 * features/rs6000/powerpc-cell32l.xml: Remove.
2616 * features/rs6000/powerpc-cell64l.xml: Likewise.
2617 * features/rs6000/powerpc-cell32l.c: Remove generated file.
2618 * features/rs6000/powerpc-cell64l.c: Likewise.
2619 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
2620 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
2621 * regformats/reg-spu.dat: Remove.
2622
2623 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
2624 * corelow.c (struct spuid_list): Remove.
2625 (add_to_spuid_list): Remove.
2626 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
2627 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
2628 (remote_protocol_features): Remove associated entries.
2629 (_initialize_remote): No longer initialize them.
2630 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
2631 * linux-nat.c (SPUFS_MAGIC): Remove.
2632 (linux_proc_xfer_spu): Remove.
2633 (spu_enumerate_spu_ids): Remove.
2634 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
2635 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
2636 (linux_make_corefile_notes): No longer call it.
2637
2638 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
2639 (cooked_write_test): Likewise.
2640
2641 2019-09-20 Tom Tromey <tom@tromey.com>
2642
2643 * NEWS: Mention case-sensitivity of TUI commands.
2644 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
2645 (tui_set_win_height_command, parse_scrolling_args): Likewise.
2646 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
2647
2648 2019-09-20 Tom Tromey <tom@tromey.com>
2649
2650 * tui/tui-source.c (tui_source_window::set_contents): Use
2651 make_unique_xstrdup.
2652 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
2653 make_unique_xstrdup.
2654
2655 2019-09-20 Tom Tromey <tom@tromey.com>
2656
2657 * tui/tui-data.c: Remove separator comments.
2658 * tui/tui-layout.c: Remove separator comments.
2659 * tui/tui-win.c: Remove separator comments.
2660 * tui/tui-wingeneral.c: Remove separator comments.
2661
2662 2019-09-20 Tom Tromey <tom@tromey.com>
2663
2664 * tui/tui.h (strcat_to_buf): Don't declare.
2665 * tui/tui.c (strcat_to_buf): Remove.
2666
2667 2019-09-20 Tom Tromey <tom@tromey.com>
2668
2669 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
2670 from "fullname".
2671 * tui/tui-source.c (tui_source_window::set_contents)
2672 (tui_source_window::location_matches_p)
2673 (tui_source_window::maybe_update): Update.
2674
2675 2019-09-20 Tom Tromey <tom@tromey.com>
2676
2677 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
2678 Update.
2679 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
2680 prefix.
2681 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
2682 (tui_data_window::line_from_reg_element_no)
2683 (tui_data_window::first_reg_element_no_inline)
2684 (tui_data_window::show_registers)
2685 (tui_data_window::show_register_group)
2686 (tui_data_window::display_registers_from)
2687 (tui_data_window::display_registers_from_line)
2688 (tui_data_window::first_data_item_displayed)
2689 (tui_data_window::delete_data_content_windows)
2690 (tui_data_window::erase_data_content)
2691 (tui_data_window::do_scroll_vertical)
2692 (tui_data_window::refresh_window)
2693 (tui_data_window::check_register_values): Update.
2694
2695 2019-09-20 Tom Tromey <tom@tromey.com>
2696
2697 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
2698 (struct tui_locator_window) <full_name, proc_name>: Now
2699 std::string.
2700 * tui/tui-stack.c (tui_locator_window::make_status_line)
2701 (tui_locator_window::set_locator_fullname)
2702 (tui_locator_window::set_locator_info): Update.
2703 * tui/tui-source.c (tui_source_window::set_contents)
2704 (tui_source_window::showing_source_p): Update.
2705
2706 2019-09-20 Tom Tromey <tom@tromey.com>
2707
2708 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
2709 Don't call tui_locator_win_info_ptr.
2710
2711 2019-09-20 Tom Tromey <tom@tromey.com>
2712
2713 * tui/tui-win.c (tui_resize_all): Don't call refresh.
2714
2715 2019-09-20 Tom Tromey <tom@tromey.com>
2716
2717 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
2718 height for locator.
2719 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
2720 * tui/tui-layout.c (show_source_disasm_command, show_data)
2721 (show_source_or_disasm_and_command): Use 1 as height for locator.
2722
2723 2019-09-20 Tom Tromey <tom@tromey.com>
2724
2725 * tui/tui.c (tui_enable): Update.
2726 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
2727 Update.
2728 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
2729 Update.
2730 * tui/tui-data.c (win_resized): Now bool.
2731 (tui_win_resized): Return bool.
2732 (tui_set_win_resized_to): Accept a bool.
2733
2734 2019-09-20 Tom Tromey <tom@tromey.com>
2735
2736 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
2737 Change type of "refresh_values_only".
2738 * tui/tui-regs.c (tui_data_window::show_register_group): Change
2739 type of "refresh_values_only".
2740
2741 2019-09-20 Tom Tromey <tom@tromey.com>
2742
2743 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
2744 std::string.
2745 (tui_disassemble): Add "pos" parameter.
2746 (tui_disasm_window::set_contents): Simplify.
2747
2748 2019-09-20 Tom Tromey <tom@tromey.com>
2749
2750 * tui/tui-winsource.h (struct tui_source_window_base)
2751 <show_source_content>: Now private.
2752 * tui/tui-winsource.c
2753 (tui_source_window_base::show_source_content): Don't handle empty
2754 content case.
2755
2756 2019-09-20 Tom Tromey <tom@tromey.com>
2757
2758 * tui/tui-layout.c (show_source_disasm_command)
2759 (show_source_or_disasm_and_command): Don't call
2760 show_source_content.
2761
2762 2019-09-20 Tom Tromey <tom@tromey.com>
2763
2764 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
2765 Declare.
2766 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
2767 from tui_make_status_line.
2768 (tui_locator_window::rerender): Update.
2769
2770 2019-09-20 Tom Tromey <tom@tromey.com>
2771
2772 * tui/tui-stack.c (tui_make_status_line): Return std::string.
2773 (tui_locator_window::rerender): Update.
2774
2775 2019-09-20 Tom Tromey <tom@tromey.com>
2776
2777 * tui/tui-winsource.h (struct tui_source_window_base)
2778 <~tui_source_window_base>: Don't declare.
2779 <fullname>: Remove.
2780 * tui/tui-winsource.c (~tui_source_window_base): Remove.
2781 * tui/tui-source.h (struct tui_source_window) <fullname>: New
2782 member.
2783 * tui/tui-source.c (tui_source_window::set_contents): Update.
2784 (tui_source_window::location_matches_p)
2785 (tui_source_window::maybe_update): Update.
2786
2787 2019-09-20 Tom Tromey <tom@tromey.com>
2788
2789 * tui/tui-winsource.h (~tui_source_element): Remove.
2790 (tui_source_element): Update.
2791 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
2792 * tui/tui-winsource.c (tui_show_source_line): Update.
2793 * tui/tui-source.c (tui_source_window::set_contents): Update.
2794 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
2795
2796 2019-09-20 Tom Tromey <tom@tromey.com>
2797
2798 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
2799 declare.
2800 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
2801 tui_clear_source_windows_detail.
2802 * tui/tui-winsource.h (struct tui_source_window_base)
2803 <clear_detail>: Don't declare.
2804 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
2805 Remove.
2806 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
2807
2808 2019-09-20 Tom Tromey <tromey@adacore.com>
2809
2810 PR ada/24919:
2811 * block.c (contained_in): Fix final return value.
2812
2813 2019-09-20 Alan Modra <amodra@gmail.com>
2814
2815 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
2816 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
2817 (read_indirect_string_from_dwz): Use bfd accessor.
2818 * dwarf2read.h (struct dwz_file <filename>): Likewise.
2819 * machoread.c (macho_symfile_read_all_oso): Likewise.
2820 * solib.c (solib_bfd_open): Likewise.
2821
2822 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2823
2824 * eval.c: Move declaration of overload_resolution to...
2825 * value.h: ...here.
2826
2827 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2828
2829 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
2830 * arm-linux-tdep.c: Likewise.
2831 * arm-nbsd-nat.c: Likewise.
2832 * arm-tdep.h: Declare arm_apcs_32.
2833 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
2834
2835 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2836
2837 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
2838 * dwarf2read.h: Declare dwarf_always_disassemble.
2839
2840 2019-09-19 Tom de Vries <tdevries@suse.de>
2841
2842 PR gdb/25009
2843 * source-cache.c (source_cache::ensure): Catch exception thrown during
2844 construction of the highlighter.
2845
2846 2019-09-18 Alan Modra <amodra@gmail.com>
2847
2848 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
2849 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
2850 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
2851 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
2852 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
2853 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
2854 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
2855 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
2856 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
2857 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
2858 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
2859 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
2860 * solib-spu.c, * solib-svr4.c, * solib-target.c,
2861 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
2862 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
2863 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
2864 * mi/mi-interp.c: Update throughout for bfd section macro and
2865 function changes.
2866 * gcore (gcore_create_callback): Use bfd_set_section_lma.
2867 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
2868
2869 2019-09-18 Tom Tromey <tom@tromey.com>
2870
2871 * NEWS: Add entry.
2872 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
2873 call rl_initialize.
2874 (tui_enable): Do not call rl_initialize.
2875
2876 2019-09-18 Christian Groessler <chris@groessler.org>
2877
2878 * alpha-linux-nat.c: Include gdbarch.h.
2879
2880 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
2881
2882 * ui-file.c: Include cli/cli-style.h.
2883 (term_cli_styling): Remove cli_styling declaration.
2884
2885 2019-09-18 Alan Modra <amodra@gmail.com>
2886
2887 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
2888 to bfd_asymbol_section.
2889
2890 2019-09-18 Alan Modra <amodra@gmail.com>
2891
2892 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
2893 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
2894 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
2895
2896 2019-09-18 Alan Modra <amodra@gmail.com>
2897
2898 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
2899 * spu-linux-nat.c (spu_bfd_open): Likewise.
2900
2901 2019-09-18 Christian Biesinger <cbiesinger@google.com>
2902
2903 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
2904 to bool to match definition in dwarf2read.c.
2905
2906 2019-09-17 Christian Biesinger <cbiesinger@google.com>
2907
2908 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
2909 (print_signatures): Likewise.
2910 (trust_pad_over_xvs): Likewise.
2911 * arch/aarch64-insn.c (aarch64_debug): Likewise.
2912 * arch/aarch64-insn.h (aarch64_debug): Likewise.
2913 * arm-linux-nat.c (arm_apcs_32): Likewise.
2914 * arm-linux-tdep.c (arm_apcs_32): Likewise.
2915 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
2916 * arm-tdep.c (arm_debug): Likewise.
2917 (arm_apcs_32): Likewise.
2918 * auto-load.c (debug_auto_load): Likewise.
2919 (auto_load_gdb_scripts): Likewise.
2920 (global_auto_load): Likewise.
2921 (auto_load_local_gdbinit): Likewise.
2922 (auto_load_local_gdbinit_loaded): Likewise.
2923 * auto-load.h (global_auto_load): Likewise.
2924 (auto_load_local_gdbinit): Likewise.
2925 (auto_load_local_gdbinit_loaded): Likewise.
2926 * breakpoint.c (disconnected_dprintf): Likewise.
2927 (breakpoint_proceeded): Likewise.
2928 (automatic_hardware_breakpoints): Likewise.
2929 (always_inserted_mode): Likewise.
2930 (target_exact_watchpoints): Likewise.
2931 (_initialize_breakpoint): Update.
2932 * breakpoint.h (target_exact_watchpoints): Change to bool.
2933 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
2934 * cli/cli-cmds.c (trace_commands): Likewise.
2935 * cli/cli-cmds.h (trace_commands): Likewise.
2936 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
2937 to bool*.
2938 * cli/cli-logging.c (logging_overwrite): Change to bool.
2939 (logging_redirect): Likewise.
2940 (debug_redirect): Likewise.
2941 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
2942 (struct boolean_option_def) <get_var_address_cb_>: Change return type
2943 to bool.
2944 <boolean_option_def>: Update.
2945 (struct flag_option_def): Change default type of Context to bool
2946 from int.
2947 <flag_option_def>: Change return type of var_address_cb_ to bool*.
2948 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
2949 (get_setshow_command_value_string): Likewise.
2950 * cli/cli-style.c (cli_styling): Change to bool.
2951 (source_styling): Likewise.
2952 * cli/cli-style.h (source_styling): Likewise.
2953 (cli_styling): Likewise.
2954 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
2955 to bool.
2956 * command.h (var_types): Update comment.
2957 (add_setshow_boolean_cmd): Change int* var argument to bool*.
2958 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
2959 bool.
2960 (debug_compile_cplus_scopes): Likewise.
2961 * compile/compile-internal.h (compile_debug): Likewise.
2962 * compile/compile.c (compile_debug): Likewise.
2963 (struct compile_options) <raw>: Likewise.
2964 * cp-support.c (catch_demangler_crashes): Likewise.
2965 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
2966 (usr_cmd_cris_dwarf2_cfi): Likewise.
2967 * csky-tdep.c (csky_debug): Likewise.
2968 * darwin-nat.c (enable_mach_exceptions): Likewise.
2969 * dcache.c (dcache_enabled_p): Likewise.
2970 * defs.h (info_verbose): Likewise.
2971 * demangle.c (demangle): Likewise.
2972 (asm_demangle): Likewise.
2973 * dwarf-index-cache.c (debug_index_cache): Likewise.
2974 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
2975 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
2976 * dwarf2read.c (check_physname): Likewise.
2977 (use_deprecated_index_sections): Likewise.
2978 (dwarf_always_disassemble): Likewise.
2979 * eval.c (overload_resolution): Likewise.
2980 * event-top.c (set_editing_cmd_var): Likewise.
2981 (exec_done_display_p): Likewise.
2982 * event-top.h (set_editing_cmd_var): Likewise.
2983 (exec_done_display_p): Likewise.
2984 * exec.c (write_files): Likewise.
2985 * fbsd-nat.c (debug_fbsd_lwp): Likewise
2986 (debug_fbsd_nat): Likewise.
2987 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
2988 Likewise.
2989 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
2990 <backtrace_past_entry> Likewise.
2991 * gdb-demangle.h (demangle): Likewise.
2992 (asm_demangle): Likewise.
2993 * gdb_bfd.c (bfd_sharing): Likewise.
2994 * gdbcore.h (write_files): Likewise.
2995 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
2996 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
2997 * gdbthread.h (print_thread_events): Likewise.
2998 * gdbtypes.c (opaque_type_resolution): Likewise.
2999 (strict_type_checking): Likewise.
3000 * gnu-nat.c (gnu_debug_flag): Likewise.
3001 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
3002 * guile/scm-param.c (pascm_variable): Add boolval.
3003 (add_setshow_generic): Update.
3004 (pascm_param_value): Update.
3005 (pascm_set_param_value_x): Update.
3006 * hppa-tdep.c (hppa_debug): Change to bool..
3007 * infcall.c (may_call_functions_p): Likewise.
3008 (coerce_float_to_double_p): Likewise.
3009 (unwind_on_signal_p): Likewise.
3010 (unwind_on_terminating_exception_p): Likewise.
3011 * infcmd.c (startup_with_shell): Likewise.
3012 * inferior.c (print_inferior_events): Likewise.
3013 * inferior.h (startup_with_shell): Likewise.
3014 (print_inferior_events): Likewise.
3015 * infrun.c (step_stop_if_no_debug): Likewise.
3016 (detach_fork): Likewise.
3017 (debug_displaced): Likewise.
3018 (disable_randomization): Likewise.
3019 (non_stop): Likewise.
3020 (non_stop_1): Likewise.
3021 (observer_mode): Likewise.
3022 (observer_mode_1): Likewise.
3023 (set_observer_mode): Update.
3024 (sched_multi): Change to bool.
3025 * infrun.h (debug_displaced): Likewise.
3026 (sched_multi): Likewise.
3027 (step_stop_if_no_debug): Likewise.
3028 (non_stop): Likewise.
3029 (disable_randomization): Likewise.
3030 * linux-tdep.c (use_coredump_filter): Likewise.
3031 (dump_excluded_mappings): Likewise.
3032 * linux-thread-db.c (auto_load_thread_db): Likewise.
3033 (check_thread_db_on_load): Likewise.
3034 * main.c (captured_main_1): Update.
3035 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
3036 xx2_opt, boolean_opt>: Change to bool.
3037 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
3038 * maint.c (maintenance_profile_p): Likewise.
3039 (per_command_time): Likewise.
3040 (per_command_space): Likewise.
3041 (per_command_symtab): Likewise.
3042 * memattr.c (inaccessible_by_default): Likewise.
3043 * mi/mi-main.c (mi_async): Likewise.
3044 (mi_async_1): Likewise.
3045 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
3046 * nat/fork-inferior.h (startup_with_shell): Likewise.
3047 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
3048 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
3049 * nios2-tdep.c (nios2_debug): Likewise.
3050 * or1k-tdep.c (or1k_debug): Likewise.
3051 * parse.c (parser_debug): Likewise.
3052 * parser-defs.h (parser_debug): Likewise.
3053 * printcmd.c (print_symbol_filename): Likewise.
3054 * proc-api.c (procfs_trace): Likewise.
3055 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
3056 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
3057 (set_parameter_value): Update.
3058 (add_setshow_generic): Update.
3059 * python/py-value.c (copy_py_bool_obj): Change argument from int*
3060 to bool*.
3061 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
3062 int*.
3063 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
3064 * record-btrace.c (record_btrace_target::store_registers): Update.
3065 * record-full.c (record_full_memory_query): Change to bool.
3066 (record_full_stop_at_limit): Likewise.
3067 * record-full.h (record_full_memory_query): Likewise.
3068 * remote-notif.c (notif_debug): Likewise.
3069 * remote-notif.h (notif_debug): Likewise.
3070 * remote.c (use_range_stepping): Likewise.
3071 (interrupt_on_connect): Likewise.
3072 (remote_break): Likewise.
3073 * ser-tcp.c (tcp_auto_retry): Likewise.
3074 * ser-unix.c (serial_hwflow): Likewise.
3075 * skip.c (debug_skip): Likewise.
3076 * solib-aix.c (solib_aix_debug): Likewise.
3077 * spu-tdep.c (spu_stop_on_load_p): Likewise.
3078 (spu_auto_flush_cache_p): Likewise.
3079 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
3080 Likewise.
3081 (struct info_print_options) <quiet>: Likewise.
3082 * symfile-debug.c (debug_symfile): Likewise.
3083 * symfile.c (auto_solib_add): Likewise.
3084 (separate_debug_file_debug): Likewise.
3085 * symfile.h (auto_solib_add): Likewise.
3086 (separate_debug_file_debug): Likewise.
3087 * symtab.c (basenames_may_differ): Likewise.
3088 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
3089 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
3090 (struct info_types_options) <quiet>: Likewise.
3091 * symtab.h (demangle): Likewise.
3092 (basenames_may_differ): Likewise.
3093 * target-dcache.c (stack_cache_enabled_1): Likewise.
3094 (code_cache_enabled_1): Likewise.
3095 * target.c (trust_readonly): Likewise.
3096 (may_write_registers): Likewise.
3097 (may_write_memory): Likewise.
3098 (may_insert_breakpoints): Likewise.
3099 (may_insert_tracepoints): Likewise.
3100 (may_insert_fast_tracepoints): Likewise.
3101 (may_stop): Likewise.
3102 (auto_connect_native_target): Likewise.
3103 (target_stop_and_wait): Update.
3104 (target_async_permitted): Change to bool.
3105 (target_async_permitted_1): Likewise.
3106 (may_write_registers_1): Likewise.
3107 (may_write_memory_1): Likewise.
3108 (may_insert_breakpoints_1): Likewise.
3109 (may_insert_tracepoints_1): Likewise.
3110 (may_insert_fast_tracepoints_1): Likewise.
3111 (may_stop_1): Likewise.
3112 * target.h (target_async_permitted): Likewise.
3113 (may_write_registers): Likewise.
3114 (may_write_memory): Likewise.
3115 (may_insert_breakpoints): Likewise.
3116 (may_insert_tracepoints): Likewise.
3117 (may_insert_fast_tracepoints): Likewise.
3118 (may_stop): Likewise.
3119 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
3120 (make_thread_apply_all_options_def_group): Change argument from int*
3121 to bool*.
3122 (thread_apply_all_command): Update.
3123 (print_thread_events): Change to bool.
3124 * top.c (confirm): Likewise.
3125 (command_editing_p): Likewise.
3126 (history_expansion_p): Likewise.
3127 (write_history_p): Likewise.
3128 (info_verbose): Likewise.
3129 * top.h (confirm): Likewise.
3130 (history_expansion_p): Likewise.
3131 * tracepoint.c (disconnected_tracing): Likewise.
3132 (circular_trace_buffer): Likewise.
3133 * typeprint.c (print_methods): Likewise.
3134 (print_typedefs): Likewise.
3135 * utils.c (debug_timestamp): Likewise.
3136 (sevenbit_strings): Likewise.
3137 (pagination_enabled): Likewise.
3138 * utils.h (sevenbit_strings): Likewise.
3139 (pagination_enabled): Likewise.
3140 * valops.c (overload_resolution): Likewise.
3141 * valprint.h (struct value_print_options) <prettyformat_arrays,
3142 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
3143 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
3144 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
3145 Likewise.
3146 * windows-nat.c (new_console): Likewise.
3147 (cygwin_exceptions): Likewise.
3148 (new_group): Likewise.
3149 (debug_exec): Likewise.
3150 (debug_events): Likewise.
3151 (debug_memory): Likewise.
3152 (debug_exceptions): Likewise.
3153 (useshell): Likewise.
3154 * windows-tdep.c (maint_display_all_tib): Likewise.
3155 * xml-support.c (debug_xml): Likewise.
3156
3157 2019-09-17 Mike Gulick <mgulick@mathworks.com>
3158
3159 * source.c (prepare_path_for_appending): New function.
3160 (openp): Make use of new function.
3161 (find_and_open_source): Search for the compilation directory and
3162 source file as a relative path beneath the directory search path.
3163
3164 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3165
3166 * source-cache.c (source_cache::get_line_charpos): Catch
3167 exceptions and return false, this matches the behaviour documented
3168 in the header file.
3169
3170 2019-09-17 Joel Brobecker <brobecker@adacore.com>
3171
3172 * ada-tasks.c (info_task): Remove quoting of the task's name.
3173
3174 2019-09-16 Christian Biesinger <cbiesinger@google.com>
3175
3176 * symfile.c (auto_solib_add): Replace comment with a reference
3177 to the header file.
3178
3179 2019-09-14 Christian Biesinger <cbiesinger@google.com>
3180
3181 * NEWS: Mention that gdb can now be compiled with Python 3
3182 on Windows.
3183
3184 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3185
3186 * maint.c (maint_print_section_data::maint_print_section_data):
3187 Force use of 'float log10 (float)' by casting the argument to
3188 float.
3189
3190 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3191
3192 * maint.c: Add 'cmath' include.
3193 (struct maint_print_section_data): New structure.
3194 (print_section_index): New function.
3195 (print_bfd_section_info): Add header comment, small whitespace
3196 cleanup, and update to call new print_section_index function.
3197 (print_objfile_section_info): Likewise.
3198 (maint_obj_section_from_bfd_section): New function.
3199 (print_bfd_section_info_maybe_relocated): New function.
3200 (maintenance_info_sections): Add header comment, always use
3201 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
3202
3203 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3204
3205 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
3206 inner scope, add check that the objfile has psymtabs before
3207 checking psymtabs_addrmap.
3208 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
3209
3210 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3211
3212 * NEWS: Announce that Ada task names are now shown at more places,
3213 and between quotes (except in info task output).
3214 * gdb/ada-tasks.c (task_to_str): New function.
3215 (display_current_task_id): Call task_to_str.
3216 (task_command_1): Likewise.
3217 (print_ada_task_info): In non-mi mode, Properly align headers and data
3218 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
3219
3220 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3221
3222 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
3223 prstatus.pr_lwp.pr_info instead of making it up.
3224
3225 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3226
3227 * auto-load.c (auto_load_expand_dir_vars): Update.
3228 * defs.h (gdb_datadir): Change to std::string.
3229 (python_libdir): Likewise.
3230 (relocate_gdb_directory): Change return type to std::string.
3231 * guile/guile.c (gdbscm_data_directory): Update.
3232 (initialize_scheme_side): Update.
3233 * jit.c (jit_reader_dir): Change to std::string.
3234 (jit_reader_load_command): Update.
3235 * main.c (gdb_datadir): Change to std::string.
3236 (python_libdir): Likewise.
3237 (set_gdb_data_directory): Update.
3238 (relocate_path): Change to return std::string.
3239 (relocate_gdb_directory): Change to return std::string.
3240 (relocate_gdbinit_path_maybe_in_datadir): Update.
3241 (captured_main_1): Update.
3242 * python/python.c (do_start_initialization): Update.
3243 * top.c (show_gdb_datadir): Update.
3244 * xml-syscall.c (xml_init_syscalls_info): Update.
3245 (init_syscalls_info): Update.
3246
3247 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3248
3249 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
3250 out of get_init_files.
3251 (get_init_files): Update.
3252
3253 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3254
3255 * main.c (get_init_files): Change to use std::string.
3256 (captured_main_1): Update.
3257 (print_gdb_help): Update.
3258
3259 2019-09-11 Ali Tamur <tamur@google.com>
3260
3261 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
3262 implementation.
3263
3264 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3265
3266 * dbxread.c (read_dbx_symtab): Update.
3267 * dwarf2read.c (load_partial_dies): Update.
3268 * mdebugread.c (parse_partial_symbols): Update.
3269 (handle_psymbol_enumerators): Update.
3270 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
3271 * psymtab.c (add_psymbol_to_bcache): Likewise.
3272 (add_psymbol_to_list): Likewise.
3273 * symtab.c (symbol_set_names): Likewise.
3274 * symtab.h (symbol_set_names): Likewise.
3275 * xcoffread.c (scan_xcoff_symtab): Update.
3276
3277 2019-09-11 Tom Tromey <tom@tromey.com>
3278
3279 * symfile-mem.c (symbol_file_add_from_memory): Use
3280 bfd_set_filename.
3281 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
3282 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
3283
3284 2019-09-10 Tom Tromey <tromey@adacore.com>
3285
3286 * dwarf-index-write.c (write_psymbols): Extend error message.
3287 (debug_names::insert): Add Ada code.
3288 (debug_names::write_psymbols): Remove Ada check.
3289 (debug_names) <m_string_obstack>: New member.
3290 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
3291 (gdb_index_symbol_name_matcher::matches): Remove.
3292 (mapped_index_base::find_name_components_bounds): Add "lang"
3293 parameter.
3294 (mapped_index_base::build_name_components): Also split names
3295 according to Ada syntax.
3296 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
3297 type of "match_callback".
3298 (check_match, check_find_bounds_finds)
3299 (dw2_expand_symtabs_matching): Update.
3300 (dw2_debug_names_iterator): Add new constructor.
3301 (dw2_debug_names_map_matching_symbols): New function.
3302 (dw2_debug_names_expand_symtabs_matching): Update.
3303 (dwarf2_debug_names_functions): Use
3304 dw2_debug_names_map_matching_symbols.
3305
3306 2019-09-10 Tom Tromey <tromey@adacore.com>
3307
3308 * dwarf2read.c (dw2_get_file_names_reader): Add the
3309 CU's file name to the results.
3310
3311 2019-09-10 Tom Tromey <tromey@adacore.com>
3312
3313 * ada-lang.c (add_nonlocal_symbols): Combine calls to
3314 map_matching_symbols. Update.
3315 * dwarf2read.c (dw2_map_matching_symbols): Update.
3316 * psymtab.c (match_partial_symbol): Change type; update.
3317 (psym_map_matching_symbols): Likewise.
3318 * symfile-debug.c (debug_qf_map_matching_symbols): Change
3319 type; update.
3320 * symfile.h (struct quick_symbol_functions)
3321 <map_matching_symbols>: Change "name" to be a lookup_name_info.
3322 Remove "match".
3323
3324 2019-09-10 Tom Tromey <tromey@adacore.com>
3325
3326 * psymtab.c (map_block): Remove.
3327 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
3328 * symtab.c (iterate_over_symbols_terminated): New function.
3329 * symtab.c (iterate_over_symbols_terminated): Declare.
3330
3331 2019-09-10 Tom Tromey <tromey@adacore.com>
3332
3333 * ada-lang.c (ada_iterate_over_symbols): Return bool.
3334 * language.h (struct language_defn) <la_iterate_over_symbols>:
3335 Return bool.
3336 * symtab.c (iterate_over_symbols): Return bool.
3337 * symtab.h (iterate_over_symbols): Return bool.
3338
3339 2019-09-10 Tom Tromey <tromey@adacore.com>
3340
3341 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
3342 (add_nonlocal_symbols): Update.
3343 * dwarf2read.c (dw2_map_matching_symbols): Change type.
3344 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
3345 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
3346 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
3347 Change type of "callback". Remove "data".
3348
3349
3350 2019-09-09 Ali Tamur <tamur@google.com>
3351
3352 * dwarf2read.c (comp_unit_head): Update comment.
3353 (dwarf2_dwo_name): New function declaration.
3354 (dwarf_unit_type_name): New function declaration.
3355 (read_comp_unit_head): Add support for new compilation units,
3356 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
3357 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
3358 (currently named as "signature") in their header. Also clarify error
3359 messages.
3360 (lookup_dwo_id): New function. Returns the dwo id of the given
3361 compile unit.
3362 (lookup_dwo_unit): Use the new lookup_dwo_id function.
3363 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
3364 functions.
3365 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
3366 (dwarf2_dwo_name): Get the dwo name if present.
3367 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
3368 purposes.
3369
3370 2019-09-09 Tom Tromey <tom@tromey.com>
3371
3372 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
3373
3374 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3375
3376 * python/python.c (do_start_initialization): Make progname_copy static,
3377 to avoid a leak report.
3378
3379 2019-09-08 Tom Tromey <tom@tromey.com>
3380
3381 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
3382
3383 2019-09-07 Simon Marchi <simon.marchi@efficios.com>
3384
3385 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
3386 Change type to gdb::optional<block_enum>.
3387 (dw2_symtab_iter_init): Change block_index parameter type
3388 to gdb::optional<block_enum>.
3389 (dw2_lookup_symbol): Change block_index parameter
3390 type to block_enum.c
3391 (dw2_debug_names_lookup_symbol): Likewise.
3392 * psymtab.c (psym_lookup_symbol): Likewise.
3393 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
3394 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
3395 Likewise.
3396
3397 2019-09-06 Christian Biesinger <cbiesinger@google.com>
3398
3399 * defs.h (relocate_gdb_directory): Change int to bool in
3400 signature and rename flag to relocatable.
3401 * main.c (relocate_path): Likewise.
3402 (relocate_gdb_directory): Likewise.
3403
3404 2019-09-06 Alan Modra <amodra@gmail.com>
3405
3406 * coffread.c (coff_symfile_read): Constify filename variable.
3407 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
3408 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
3409 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
3410 * solib.c (reload_shared_libraries_1): Likewise.
3411 * symfile.c (reread_symbols): Likewise.
3412 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
3413 * solib-darwin.c (darwin_bfd_open): Likewise.
3414 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
3415
3416 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
3417
3418 * psymtab.c (print_partial_symbols): Handle missing domain_enum
3419 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
3420
3421 2019-09-03 Tom Tromey <tromey@adacore.com>
3422
3423 * ada-valprint.c (ada_val_print_num): Don't recurse for range
3424 types.
3425 (has_negatives): Unbias a range type bound.
3426 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
3427 * gdbtypes.c (operator==): Handle new field.
3428 (create_range_type): Add "bias" parameter.
3429 (create_static_range_type, resolve_dynamic_range): Update.
3430 * gdbtypes.h (struct range_bounds) <bias>: New member.
3431 (create_range_type): Add bias parameter.
3432 * printcmd.c (print_scalar_formatted): Unbias range types.
3433 * value.c (unpack_long): Unbias range types.
3434 (pack_long): Bias range types.
3435
3436 2019-09-02 Alan Hayward <alan.hayward@arm.com>
3437
3438 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
3439 probe arguments.
3440
3441 2019-09-02 Alan Hayward <alan.hayward@arm.com>
3442
3443 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
3444 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
3445 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
3446 (compile_probe_arg): Likewise.
3447 * probe.h (get_argument_count): Likewise.
3448 * solib-svr4.c (solib_event_probe_action): Likewise.
3449 * stap-probe.c (stap_probe::get_argument_count): Likewise.
3450
3451 2019-09-02 Alan Hayward <alan.hayward@arm.com>
3452
3453 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
3454 code to here...
3455 (svr4_create_solib_event_breakpoints): ...from here.
3456
3457 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
3458
3459 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
3460 suffix from warning message.
3461
3462 2019-08-30 Tom Tromey <tom@tromey.com>
3463
3464 * tui/tui-winsource.h (struct tui_source_window_base)
3465 <refresh_all>: Don't declare.
3466 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
3467 Remove.
3468 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
3469 tui_show_locator_content.
3470 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
3471 declare.
3472 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
3473 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
3474 declare.
3475
3476 2019-08-30 Tom Tromey <tom@tromey.com>
3477
3478 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
3479
3480 2019-08-30 Tom Tromey <tom@tromey.com>
3481
3482 * tui/tui-stack.c (_initialize_tui_stack): Move later.
3483 Remove unnecessary forward declarations.
3484
3485 2019-08-30 Tom Tromey <tom@tromey.com>
3486
3487 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
3488 rerender.
3489 (tui_update_locator_fullname, tui_show_frame_info): Don't call
3490 tui_show_locator_content.
3491
3492 2019-08-30 Tom Tromey <tom@tromey.com>
3493
3494 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
3495 (tui_locator_window::rerender): Rewrite using body of previous
3496 tui_show_locator_content.
3497
3498 2019-08-30 Tom Tromey <tom@tromey.com>
3499
3500 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
3501 set_locator_fullname>: New methods.
3502 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
3503 Rename from tui_set_locator_fullname.
3504 (tui_locator_window::set_locator_info): Rename from
3505 tui_set_locator_info. Return bool.
3506 (tui_update_locator_fullname, tui_show_frame_info): Update.
3507
3508 2019-08-30 Tom Tromey <tom@tromey.com>
3509
3510 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
3511
3512 2019-08-30 Tom Tromey <tom@tromey.com>
3513
3514 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
3515 call touchwin.
3516
3517 2019-08-30 Tom Tromey <tom@tromey.com>
3518
3519 * tui/tui-wingeneral.c (box_win): Assume win_info and
3520 win_info->handle cannot be NULL.
3521
3522 2019-08-30 Tom Tromey <tom@tromey.com>
3523
3524 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
3525 refresh_window>: Declare.
3526 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
3527 resize.
3528 (tui_data_item_window::rerender): Rename from
3529 tui_display_register.
3530 (tui_data_item_window::refresh_window): New method.
3531 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
3532 no-op.
3533
3534 2019-08-30 Tom Tromey <tom@tromey.com>
3535
3536 * tui/tui-regs.h (struct tui_data_window) <regs_content,
3537 regs_column_count, current_group>: Move later. Now private.
3538 <get_current_group>: New method.
3539 * tui/tui-regs.c (tui_reg_command): Update.
3540 * tui/tui-layout.c (tui_set_layout): Update.
3541
3542 2019-08-30 Tom Tromey <tom@tromey.com>
3543
3544 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
3545 (tui_data_window::rerender): Don't call
3546 check_and_display_highlight_if_needed.
3547 (tui_data_window::refresh_all): Remove call to
3548 erase_data_content.
3549
3550 2019-08-30 Tom Tromey <tom@tromey.com>
3551
3552 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
3553 (tui_data_window::display_registers_from)
3554 (tui_data_window::display_reg_element_at_line)
3555 (tui_data_window::display_registers_from_line): Remove checks of
3556 "empty".
3557
3558 2019-08-30 Tom Tromey <tom@tromey.com>
3559
3560 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
3561 Don't declare.
3562 * tui/tui-regs.c (tui_data_window::show_registers): Call
3563 rerender.
3564 (tui_data_window::rerender): Rename from display_all_data.
3565 (tui_data_window::rerender): Remove old implementation.
3566
3567 2019-08-30 Tom Tromey <tom@tromey.com>
3568
3569 * tui/tui-regs.c (tui_data_window::display_all_data): Change
3570 text.
3571 * tui/tui-data.h (NO_DATA_STRING): Remove define.
3572
3573 2019-08-29 Bernhard Wodok <barto@gmx.net>
3574 Sergio Durigan Junior <sergiodj@redhat.com>
3575
3576 PR win32/24284
3577 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
3578
3579 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3580
3581 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
3582 when searching for types.
3583
3584 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3585
3586 * f-lang.c (f_language_defn): Use f_print_typedef.
3587 * f-lang.h (f_print_typedef): Declare.
3588 * f-typeprint.c (f_print_typedef): Define.
3589
3590 2019-08-27 Christian Biesinger <cbiesinger@google.com>
3591
3592 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
3593
3594 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3595
3596 * cli/cli-utils.c (info_print_options_defs): Delete.
3597 (make_info_print_options_def_group): Delete.
3598 (extract_info_print_options): Delete.
3599 (info_print_command_completer): Delete.
3600 (info_print_args_help): Add extra parameter, and optionally
3601 include text about -n flag.
3602 * cli/cli-utils.h (struct info_print_options): Delete.
3603 (extract_info_print_options): Delete declaration.
3604 (info_print_command_completer): Delete declaration.
3605 (info_print_args_help): Add extra parameter, extend header
3606 comment.
3607 * python/python.c (gdbpy_rbreak): Pass additional parameter to
3608 search_symbols.
3609 * stack.c (struct info_print_options): New type.
3610 (info_print_options_defs): New file scoped variable.
3611 (make_info_print_options_def_group): New static function.
3612 (info_print_command_completer): New static function.
3613 (info_locals_command): Update to use new local functions.
3614 (info_args_command): Likewise.
3615 (_initialize_stack): Add extra parameter to calls to
3616 info_print_args_help.
3617 * symtab.c (search_symbols): Add extra parameter, use this to
3618 possibly excluse non-debug symbols.
3619 (symtab_symbol_info): Add extra parameter, which is passed on to
3620 search_symbols.
3621 (struct info_print_options): New type.
3622 (info_print_options_defs): New file scoped variable.
3623 (make_info_print_options_def_group): New static function.
3624 (info_print_command_completer): New static function.
3625 (info_variables_command): Update to use local functions, and pass
3626 extra parameter through to symtab_symbol_info.
3627 (info_functions_command): Likewise.
3628 (info_types_command): Pass additional argument through to
3629 symtab_symbol_info.
3630 (rbreak_command): Pass extra argument to search_symbols.
3631 (_initialize_symtab): Add extra arguments for calls to
3632 info_print_args_help, and update help text for 'info variables',
3633 'whereis', and 'info functions' commands.
3634 * symtab.h (search_symbols): Add extra argument to declaration.
3635 * NEWS: Mention new flags.
3636
3637 2019-08-26 Christian Biesinger <cbiesinger@google.com>
3638
3639 * symtab.c (lookup_static_symbol): Call the new function (and move
3640 it down to be next to lookup_global_symbol).
3641 (struct global_sym_lookup_data): Add block_enum member and rename to...
3642 (struct global_or_static_sym_lookup_data): ...this.
3643 (lookup_symbol_global_iterator_cb): Pass block_index instead of
3644 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
3645 (lookup_symbol_global_or_static_iterator_cb): ...this.
3646 (lookup_global_or_static_symbol): New function.
3647 (lookup_global_symbol): Call new function.
3648
3649 2019-08-26 Tom de Vries <tdevries@suse.de>
3650
3651 PR c++/24852
3652 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
3653 when pc_probe.prob == NULL.
3654
3655 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
3656
3657 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
3658 variable symbol_linkage to symbol_linkage_.
3659
3660 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
3661
3662 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
3663 represent whether the symbol is static, dynamic, or we don't
3664 know.
3665
3666 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
3667
3668 * gdb/rx-tdep.c (rx_register_names): New.
3669 (rx_register_name): Delete.
3670 (rx_psw_type): Delete.
3671 (rx_fpsw_type): Delete.
3672 (rx_register_type): Delete.
3673 (rx_gdbarch_init): Convert target-descriptions.
3674 (_initialize_rx_tdep): Add initialize_tdesc_rx.
3675 * gdb/features/Makefile: Add rx.xml.
3676 * gdb/features/rx.xml: New.
3677 * gdb/features/rx.c: Generated.
3678 * gdb/NEWS: Mention target description support.
3679
3680 2019-08-22 Christian Biesinger <cbiesinger@google.com>
3681
3682 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
3683 *slot_ptr.
3684
3685 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3686
3687 * configure.ac: Don't check for 'dlfcn.h' (moved to
3688 gdbsupport/common.m4).
3689 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
3690 'gdbsupport/'.
3691 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
3692 * compile/compile-c-support.c: Include
3693 'gdbsupport/gdb-dlfcn.h'.
3694 * gdbsupport/common.m4: Check for 'dlfcn.h'.
3695 * gdb-dlfcn.c: Move to...
3696 * gdbsupport/gdb-dlfcn.c: ... here.
3697 * gdb-dlfcn.h: Move to...
3698 * gdbsupport/gdb-dlfcn.h: ... here.
3699
3700 2019-08-23 Sandra Loosemore <sandra@codesourcery.com>
3701
3702 * nios2-tdep.c (struct reg_value): Improve comments. Make
3703 the offset field signed.
3704
3705 2019-08-22 Christian Biesinger <cbiesinger@google.com>
3706
3707 * python/lib/gdb/__init__.py (_execute_file): New function.
3708 * python/python.c (python_run_simple_file): Call gdb._execute_file
3709 on Windows.
3710
3711 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
3712
3713 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
3714 all uses as this was never set to anything but a zero value.
3715
3716 2019-08-21 Bogdan Harjoc <harjoc@gmail.com>
3717
3718 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
3719
3720 2019-08-21 Christian Biesinger <cbiesinger@google.com>
3721
3722 * tui/tui-data.h (tui_gen_win_info): Add an =default
3723 move constructor, required by some GCC versions.
3724
3725 2019-08-21 Jinke Fan <fanjinke51@yeah.net>
3726
3727 * go32-nat.c (go32_sysinfo): Add hygon_p.
3728
3729 2019-08-20 Tom Tromey <tom@tromey.com>
3730
3731 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
3732 line_from_reg_element_no, first_reg_element_no_inline,
3733 display_all_data, delete_data_content_windows,
3734 erase_data_content>: Now private.
3735
3736 2019-08-20 Tom Tromey <tom@tromey.com>
3737
3738 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
3739 (tui_unhighlight_win, tui_highlight_win)
3740 (tui_win_info::make_window): Update.
3741 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
3742
3743 2019-08-20 Tom Tromey <tom@tromey.com>
3744
3745 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
3746 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
3747 (MAX_PID_WIDTH): Move to tui-stack.c.
3748 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
3749 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
3750 (MAX_PID_WIDTH): Move from tui-data.h.
3751
3752 2019-08-20 Tom Tromey <tom@tromey.com>
3753
3754 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
3755 * tui/tui-wingeneral.c (box_win): Change type of win_info.
3756 (box_win): Update.
3757 (tui_gen_win_info::make_window): Rename from tui_make_window.
3758 (tui_win_info::make_window): New method.
3759 (tui_gen_win_info::make_visible): Update.
3760 * tui/tui-source.c (tui_source_window::set_contents): Update.
3761 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
3762 (tui_data_window::display_registers_from): Update.
3763 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
3764 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
3765 Declare.
3766 <can_box>: Remove.
3767 <title>: Remove.
3768 (struct tui_win_info) <make_window>: Declare.
3769 <can_box>: Now virtual.
3770 <title>: New member.
3771 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
3772 * tui/tui-command.c (tui_cmd_window::resize): Update.
3773
3774 2019-08-20 Tom Tromey <tom@tromey.com>
3775
3776 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
3777 * tui/tui-regs.c (tui_data_window::show_registers): Update.
3778 (tui_data_window::check_register_values): Update.
3779
3780 2019-08-20 Tom Tromey <tom@tromey.com>
3781
3782 * tui/tui-regs.h (struct tui_data_window): Use
3783 DISABLE_COPY_AND_ASSIGN.
3784 <regs_content>: Change type, removing unique_ptr.
3785 <tui_data_window>: Add move constructor.
3786 * tui/tui-regs.c (tui_data_window::show_registers)
3787 (tui_data_window::show_register_group)
3788 (tui_data_window::display_registers_from)
3789 (tui_data_window::display_registers_from)
3790 (tui_data_window::first_data_item_displayed)
3791 (tui_data_window::delete_data_content_windows)
3792 (tui_data_window::rerender, tui_data_window::refresh_window)
3793 (tui_data_window::check_register_values): Update.
3794
3795 2019-08-20 Tom Tromey <tom@tromey.com>
3796
3797 * tui/tui-regs.h (struct tui_data_window) <show_registers,
3798 show_register_group>: Declare.
3799 (tui_show_register_group): Don't declare.
3800 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
3801 tui_show_registers.
3802 (tui_data_window::show_register_group): Rename from
3803 tui_show_register_group.
3804 (tui_data_window::check_register_values, tui_reg_command):
3805 Update.
3806 * tui/tui-layout.c (tui_set_layout): Update.
3807
3808 2019-08-20 Tom Tromey <tom@tromey.com>
3809
3810 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
3811 Declare.
3812 (tui_check_register_values): Don't declare.
3813 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
3814 from tui_check_register_values.
3815 * tui/tui-hooks.c (tui_register_changed): Update.
3816
3817 2019-08-20 Tom Tromey <tom@tromey.com>
3818
3819 * tui/tui-regs.c (tui_reg_layout): Move later.
3820 (tui_show_registers): Don't enable TUI mode or change layout.
3821
3822 2019-08-20 Tom Tromey <tom@tromey.com>
3823
3824 * tui/tui-regs.h (struct tui_data_item_window)
3825 <~tui_data_item_window>: Remove.
3826 <content>: Now a unique_xmalloc_ptr.
3827 * tui/tui-regs.c (tui_register_format): Return a
3828 unique_xmalloc_ptr.
3829 (tui_get_register): Update.
3830 (~tui_data_item_window): Remove.
3831 (tui_data_window::display_registers_from, tui_display_register):
3832 Update.
3833 * tui/tui-io.h (tui_expand_tabs): Update.
3834 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
3835 Remove "col" parameter.
3836
3837 2019-08-20 Tom Tromey <tom@tromey.com>
3838
3839 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
3840 field.
3841 * tui/tui-regs.c (~tui_data_item_window): Update.
3842
3843 2019-08-20 Tom Tromey <tom@tromey.com>
3844
3845 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
3846 earlier.
3847
3848 2019-08-20 Tom Tromey <tom@tromey.com>
3849
3850 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
3851
3852 2019-08-20 Tom Tromey <tom@tromey.com>
3853
3854 * tui/tui-source.h (struct tui_source_window): Update.
3855 * tui/tui-regs.c (tui_show_registers): Update.
3856 * tui/tui-disasm.h (struct tui_disasm_window): Update.
3857 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
3858 (NO_REGS_STRING): Remove defines.
3859
3860 2019-08-20 Conrad Meyer <cem@FreeBSD.org>
3861
3862 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
3863 unnecessary thread walk if remote doesn't support the packet.
3864
3865 2019-08-19 Tom Tromey <tromey@adacore.com>
3866
3867 * python/py-value.c (value_has_field): Fix indentation.
3868
3869 2019-08-19 Tom Tromey <tromey@adacore.com>
3870
3871 * printcmd.c (do_one_display, info_display_command): Update.
3872 * block.h (contained_in): Return bool. Add allow_nested
3873 parameter.
3874 * block.c (contained_in): Return bool. Add allow_nested
3875 parameter.
3876
3877 2019-08-19 Tom Tromey <tom@tromey.com>
3878
3879 * configure: Rebuild.
3880 * configure.ac: Disallow the combination of -static-libstdc++ and
3881 source highlight.
3882 * source-cache.c (get_language_name): Handle rust.
3883 (source_cache::get_source_lines): Ignore highlighting exceptions.
3884
3885 2019-08-16 Tom Tromey <tom@tromey.com>
3886
3887 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
3888 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
3889 (struct tui_source_window_base) <make_visible, refresh_window,
3890 resize>: Remove methods.
3891 <execution_info>: Remove field.
3892 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
3893 (tui_show_source_line, tui_source_window_base)
3894 (~tui_source_window_base): Update.
3895 (tui_source_window_base::resize)
3896 (tui_source_window_base::make_visible)
3897 (tui_source_window_base::refresh_window): Remove.
3898 (tui_source_window_base::update_exec_info): Update.
3899 * tui/tui-source.c (tui_source_window::set_contents): Update.
3900 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3901
3902 2019-08-16 Tom Tromey <tom@tromey.com>
3903
3904 * tui/tui-hooks.c (tui_remove_hooks): Don't set
3905 deprecated_query_hook.
3906
3907 2019-08-16 Tom Tromey <tom@tromey.com>
3908
3909 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
3910 (tui_update_source_windows_with_line): Update.
3911 * tui/tui-source.h (struct tui_source_window)
3912 <show_symtab_source>: Declare.
3913 (tui_show_symtab_source): Don't declare.
3914 * tui/tui-source.c (tui_show_symtab_source): Rename from
3915 tui_show_symtab_source.
3916
3917 2019-08-16 Tom Tromey <tom@tromey.com>
3918
3919 * tui/tui-winsource.h (struct tui_source_window_base)
3920 <set_contents>: Declare.
3921 * tui/tui-winsource.c
3922 (tui_source_window_base::update_source_window_as_is): Update.
3923 * tui/tui-source.h (struct tui_source_window) <set_contents>:
3924 Declare.
3925 (tui_set_source_content): Don't declare.
3926 * tui/tui-source.c (tui_source_window::set_contents): Rename from
3927 tui_set_source_content.
3928 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
3929 Declare.
3930 (tui_set_disassem_content): Don't declare.
3931 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
3932 tui_set_disassem_content.
3933
3934 2019-08-16 Tom Tromey <tom@tromey.com>
3935
3936 * tui/tui-winsource.h (struct tui_source_window_base)
3937 <update_breakpoint_info>: Declare.
3938 (tui_update_breakpoint_info): Don't declare.
3939 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
3940 (tui_update_all_breakpoint_info): Update.
3941 (tui_source_window_base::update_breakpoint_info): Rename from
3942 tui_update_breakpoint_info.
3943 (tui_source_window_base::update_exec_info): Update.
3944
3945 2019-08-16 Tom Tromey <tom@tromey.com>
3946
3947 * tui/tui-winsource.h (struct tui_source_window_base)
3948 <update_source_window>: Declare.
3949 (tui_update_source_window): Don't declare.
3950 * tui/tui-winsource.c
3951 (tui_source_window_base::update_source_window): Rename from
3952 tui_update_source_window.
3953 (tui_source_window_base::rerender): Update.
3954 * tui/tui-source.c (tui_source_window::maybe_update): Update.
3955 * tui/tui-disasm.c (tui_show_disassem)
3956 (tui_show_disassem_and_update_source)
3957 (tui_disasm_window::maybe_update): Update.
3958
3959 2019-08-16 Tom Tromey <tom@tromey.com>
3960
3961 * tui/tui-winsource.h (struct tui_source_window_base)
3962 <update_source_window_as_is>: Declare.
3963 (tui_update_source_window_as_is): Don't declare.
3964 * tui/tui-winsource.c (tui_update_source_window): Update
3965 (tui_source_window_base::update_source_window_as_is): Rename from
3966 tui_update_source_window_as_is.
3967 (tui_source_window_base::refill): Update.
3968 * tui/tui-source.c (tui_show_symtab_source): Update.
3969 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
3970 Update.
3971
3972 2019-08-16 Tom Tromey <tom@tromey.com>
3973
3974 * tui/tui-winsource.h (tui_update_source_window)
3975 (tui_update_source_window_as_is): Remove "noerror" parameter.
3976 * tui/tui-winsource.c (tui_update_source_window)
3977 (tui_update_source_window_as_is): Remove "noerror" parameter.
3978 (tui_update_source_windows_with_addr)
3979 (tui_update_source_windows_with_line)
3980 (tui_source_window_base::rerender)
3981 (tui_source_window_base::refill): Update.
3982 * tui/tui-source.h (tui_set_source_content)
3983 (tui_show_symtab_source): Remove "noerror" parameter.
3984 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
3985 parameter.
3986 (tui_show_symtab_source): Likewise.
3987 (tui_source_window::maybe_update): Update.
3988 * tui/tui-disasm.c (tui_show_disassem)
3989 (tui_show_disassem_and_update_source)
3990 (tui_disasm_window::do_scroll_vertical)
3991 (tui_disasm_window::maybe_update): Update.
3992
3993 2019-08-16 Tom Tromey <tom@tromey.com>
3994
3995 * tui/tui.c (tui_is_window_visible): Update.
3996 * tui/tui-wingeneral.c (tui_make_window)
3997 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
3998 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
3999 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
4000 (tui_set_win_height_command, parse_scrolling_args): Update.
4001 * tui/tui-source.c (tui_source_window::style_changed): Update.
4002 * tui/tui-regs.c (tui_show_registers)
4003 (tui_data_window::first_data_item_displayed)
4004 (tui_data_window::delete_data_content_windows)
4005 (tui_check_register_values, tui_reg_command): Update.
4006 * tui/tui-disasm.c (tui_show_disassem): Update.
4007 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
4008 method.
4009 <is_visible>: Remove field.
4010 * tui/tui-data.c (tui_next_win, tui_prev_win)
4011 (tui_delete_invisible_windows): Update.
4012
4013 2019-08-16 Tom Tromey <tom@tromey.com>
4014
4015 * tui/tui-winsource.h (struct tui_source_window_base)
4016 <m_has_locator>: Remove.
4017 * tui/tui-layout.c (show_source_disasm_command, show_data)
4018 (show_source_or_disasm_and_command): Update.
4019
4020 2019-08-16 Alan Hayward <alan.hayward@arm.com>
4021
4022 * NEWS (Other MI changes): New subsection.
4023 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
4024 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
4025 * arch-utils.c (default_get_pc_address_flags): New function.
4026 * arch-utils.h (default_get_pc_address_flags): New declaration.
4027 * gdbarch.sh: Add get_pc_address_flags.
4028 * gdbarch.c: Regenerate.
4029 * gdbarch.h: Likewise.
4030 * stack.c (print_pc): New function.
4031 (print_frame_info) (print_frame): Call print_pc.
4032
4033 2019-08-16 Tom de Vries <tdevries@suse.de>
4034
4035 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
4036 print_objfile_section_info.
4037
4038 2019-08-15 Tom Tromey <tom@tromey.com>
4039
4040 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
4041 calling update_cmdwin_start_line.
4042 * tui/tui-winsource.h (struct tui_source_window_base)
4043 <do_make_visible_with_new_height, set_new_height>: Don't declare.
4044 <rerender>: Declare.
4045 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
4046 Call rerender.
4047 (tui_source_window_base::set_new_height): Remove.
4048 (tui_source_window_base::rerender): Rename from
4049 do_make_visible_with_new_height.
4050 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
4051 resize method.
4052 (tui_win_info::make_invisible_and_set_new_height)
4053 (tui_win_info::make_visible_with_new_height): Remove.
4054 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
4055 Declare.
4056 * tui/tui-stack.c (tui_locator_window::rerender): New method.
4057 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
4058 do_make_visible_with_new_height>: Don't declare.
4059 <rerender>: Declare.
4060 * tui/tui-regs.c (tui_data_window::rerender): Rename from
4061 set_new_height.
4062 (tui_data_window::do_make_visible_with_new_height): Remove.
4063 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
4064 call tui_show_locator_content.
4065 (tui_gen_win_info::resize): Call rerender.
4066 (show_source_or_disasm_and_command): Don't call
4067 tui_show_locator_content.
4068 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
4069 method.
4070 (struct tui_win_info) <rerender>: Declare.
4071 <set_new_height, make_invisible_and_set_new_height,
4072 make_visible_with_new_height>: Don't declare.
4073 * tui/tui-data.c (tui_win_list::rerender): New method.
4074 * tui/tui-command.h (struct tui_cmd_window)
4075 <do_make_visible_with_new_height>: Don't declare.
4076 * tui/tui-command.c
4077 (tui_cmd_window::do_make_visible_with_new_height): Remove.
4078
4079 2019-08-15 Tom Tromey <tromey@adacore.com>
4080
4081 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
4082 * ada-lang.c (ada_enum_name): Likewise.
4083
4084 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4085
4086 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
4087 leading underscore.
4088 (GdbOutputErrorFile): Likewise.
4089 (global scope): Adjust constructor calls to GdbOutput{,Error}File
4090 accordingly.
4091 (execute_unwinders): Rename to have a leading underscore.
4092 (auto_load_packages): Likewise.
4093 (global scope): Adjust call to auto_load_packages accordingly.
4094 (GdbSetPythonDirectory): Likewise.
4095 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
4096 instead of execute_unwinders.
4097
4098 2019-08-15 Tom Tromey <tom@tromey.com>
4099
4100 * tui/tui-layout.c (show_layout, show_source_disasm_command)
4101 (show_data): Don't change window visibility.
4102 (tui_gen_win_info::resize): Remove special case for command
4103 window. Use wresize, when available.
4104 (show_source_or_disasm_and_command): Don't change window
4105 visibility.
4106 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
4107 <make_visible>: New method.
4108 * tui/tui-command.c (tui_cmd_window::resize): New method.
4109
4110 2019-08-15 Tom Tromey <tom@tromey.com>
4111
4112 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
4113 (struct tui_source_windows): New.
4114 * tui/tui-winsource.c (tui_display_main): Update.
4115 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
4116 (new_height_ok, parse_scrolling_args): Update.
4117 * tui/tui-layout.c (show_layout, show_data): Update.
4118 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
4119 (tui_add_to_source_windows): Don't declare.
4120 * tui/tui-data.c (source_windows, tui_source_windows)
4121 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
4122
4123 2019-08-15 Tom Tromey <tom@tromey.com>
4124
4125 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
4126 Rename from reset.
4127 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
4128 * tui/tui-layout.c (show_source_disasm_command, show_data):
4129 Update.
4130 (tui_gen_win_info::resize): Rename.
4131 (show_source_or_disasm_and_command): Update.
4132 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
4133 reset.
4134
4135 2019-08-15 Tom Tromey <tom@tromey.com>
4136
4137 * tui/tui-stack.c (tui_initialize_static_data): Remove.
4138 * tui/tui-interp.c (tui_interp::init): Don't call
4139 tui_initialize_static_data.
4140 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
4141
4142 2019-08-15 Tom Tromey <tom@tromey.com>
4143
4144 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
4145 examine tui_win_list.
4146
4147 2019-08-15 Tom Tromey <tom@tromey.com>
4148
4149 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
4150 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
4151 tui_clear_source_content.
4152 (tui_clear_source_content): Remove.
4153 (tui_source_window_base::do_erase_source_content): Hoist call to
4154 content.clear().
4155 * tui/tui-stack.c (tui_show_frame_info): Don't call
4156 tui_clear_source_content.
4157
4158 2019-08-15 Tom Tromey <tom@tromey.com>
4159
4160 * tui/tui-winsource.h (struct tui_source_window_base)
4161 <do_erase_source_content>: New method.
4162 <erase_source_content>: New method.
4163 (tui_erase_source_content): Don't declare.
4164 * tui/tui-winsource.c (tui_clear_source_content): Update.
4165 (tui_source_window_base::do_erase_source_content): Rename from
4166 tui_erase_source_content.
4167 (tui_source_window_base::show_source_content): Update.
4168 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
4169 * tui/tui-source.h (struct tui_source_window)
4170 <erase_source_content>: New method.
4171 * tui/tui-disasm.h (struct tui_disasm_window)
4172 <erase_source_content>: New method.
4173
4174 2019-08-15 Tom Tromey <tom@tromey.com>
4175
4176 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
4177 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
4178 constructor.
4179 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
4180 * tui/tui-source.c (tui_set_source_content): Update.
4181 * tui/tui-disasm.c (tui_set_disassem_content): Update.
4182
4183 2019-08-15 Tom Tromey <tom@tromey.com>
4184
4185 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
4186 * tui/tui-winsource.c (tui_line_is_displayed): Move to
4187 tui-source.c.
4188 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
4189 Declare.
4190 * tui/tui-source.c (tui_source_window::line_is_displayed): New
4191 method.
4192 (tui_source_window::maybe_update): Update.
4193
4194 2019-08-15 Tom Tromey <tom@tromey.com>
4195
4196 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
4197 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
4198 tui-disasm.c.
4199 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
4200 Declare.
4201 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
4202 method.
4203 (tui_disasm_window::maybe_update): Update.
4204
4205 2019-08-15 Tom Tromey <tom@tromey.com>
4206
4207 * tui/tui-winsource.h (struct tui_source_window_base)
4208 <maybe_update>: Declare.
4209 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
4210 method.
4211 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
4212 Declare.
4213 * tui/tui-source.c (tui_source_window::maybe_update): New method.
4214 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
4215 Declare.
4216 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
4217
4218 2019-08-15 Tom Tromey <tom@tromey.com>
4219
4220 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
4221
4222 2019-08-15 Tom Tromey <tom@tromey.com>
4223
4224 * tui/tui-wingeneral.c: Include tui-stack.h.
4225 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
4226 (struct tui_locator_window): Move from tui-data.h.
4227 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
4228 (tui_initialize_static_data): Move from tui-data.c.
4229 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
4230 (struct tui_locator_window): Move to tui-stack.c.
4231 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
4232 (tui_initialize_static_data): Move to tui-stack.c.
4233
4234 2019-08-15 Tom Tromey <tom@tromey.com>
4235
4236 * tui/tui-layout.c (show_source_disasm_command)
4237 (show_source_or_disasm_and_command): Use make_visible method, not
4238 tui_make_window.
4239 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
4240 Remove.
4241
4242 2019-08-15 Tom Tromey <tom@tromey.com>
4243
4244 * tui/tui-wingeneral.h (tui_make_window): Update.
4245 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
4246 parameter.
4247 (tui_gen_win_info::make_visible): Update.
4248 * tui/tui-regs.c (tui_data_window::display_registers_from):
4249 Update.
4250 * tui/tui-layout.c (show_source_disasm_command)
4251 (show_source_or_disasm_and_command): Update.
4252 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
4253 (enum tui_box): Remove.
4254 (struct tui_win_info) <can_box>: New method.
4255 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
4256 method.
4257
4258 2019-08-15 Tom de Vries <tdevries@suse.de>
4259
4260 * linux-nat-trad.c: Include gdbarch.h.
4261
4262 2019-08-14 Alan Hayward <alan.hayward@arm.com>
4263
4264 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
4265 register sizes.
4266
4267 2019-08-14 Tom Tromey <tromey@adacore.com>
4268
4269 * darwin-nat.c: Include gdbarch.h.
4270 * darwin-nat-info.c: Include gdbarch.h.
4271
4272 2019-08-13 Tom Tromey <tom@tromey.com>
4273
4274 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
4275 Remove.
4276 * tui/tui-data.c (tui_initialize_static_data): Update.
4277
4278 2019-08-13 Tom Tromey <tom@tromey.com>
4279
4280 * tui/tui-winsource.h (struct tui_exec_info_window)
4281 <~tui_exec_info_window, maybe_allocate_content, get_content,
4282 m_content>: Remove.
4283 (struct tui_source_window_base) <set_exec_info_content,
4284 show_exec_info_content>: Don't declare.
4285 * tui/tui-winsource.c
4286 (tui_exec_info_window::maybe_allocate_content): Remove.
4287 (tui_source_window_base::update_exec_info): Rename from
4288 set_exec_info_content.
4289 (tui_source_window_base::show_exec_info_content)
4290 (tui_source_window_base::update_exec_info): Remove.
4291
4292 2019-08-13 Tom Tromey <tom@tromey.com>
4293
4294 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
4295 declare.
4296 * tui/tui-winsource.c (tui_update_source_window_as_is)
4297 (tui_update_source_windows_with_addr, tui_erase_source_content):
4298 Update.
4299 (tui_clear_exec_info_content): Remove.
4300
4301 2019-08-13 Tom Tromey <tom@tromey.com>
4302
4303 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
4304 declare.
4305 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
4306 call tui_erase_exec_info_content.
4307 (tui_clear_exec_info_content): Rename from
4308 tui_erase_exec_info_content.
4309 (tui_clear_exec_info_content): Delete.
4310
4311 2019-08-13 Tom Tromey <tom@tromey.com>
4312
4313 * tui/tui-winsource.h (struct tui_source_window_base)
4314 <show_exec_info_content>: Declare.
4315 (tui_show_exec_info_content): Don't declare.
4316 * tui/tui-winsource.c
4317 (tui_source_window_base::show_exec_info_content): Rename from
4318 tui_show_exec_info_content.
4319 (tui_source_window_base::update_exec_info): Update.
4320
4321 2019-08-13 Tom Tromey <tom@tromey.com>
4322
4323 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
4324 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
4325 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
4326 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
4327 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
4328 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
4329 ... here.
4330
4331 2019-08-13 Tom Tromey <tom@tromey.com>
4332
4333 * tui/tui-winsource.h (struct tui_source_window_base)
4334 <update_exec_info>: Declare.
4335 (tui_update_exec_info): Don't declare.
4336 * tui/tui-winsource.c (tui_update_source_window_as_is)
4337 (tui_source_window_base::refresh_all)
4338 (tui_update_all_breakpoint_info): Update.
4339 (tui_source_window_base::update_exec_info): Rename from
4340 tui_update_exec_info.
4341 * tui/tui-stack.c (tui_show_frame_info): Update.
4342
4343 2019-08-13 Tom Tromey <tom@tromey.com>
4344
4345 * tui/tui-winsource.h (struct tui_source_window_base)
4346 <set_exec_info_content>: Declare.
4347 (tui_set_exec_info_content): Don't declare.
4348 * tui/tui-winsource.c
4349 (tui_source_window_base::set_exec_info_content): Rename from
4350 tui_set_exec_info_content.
4351 (tui_update_exec_info): Update.
4352
4353 2019-08-13 Tom Tromey <tom@tromey.com>
4354
4355 * tui/tui-winsource.h (struct tui_source_window_base)
4356 <show_source_content>: Declare.
4357 (tui_show_source_content): Don't declare.
4358 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
4359 (tui_source_window_base::show_source_content): Rename from
4360 tui_show_source_content.
4361 (tui_source_window_base::refresh_all): Update.
4362 * tui/tui-layout.c (show_source_disasm_command)
4363 (show_source_or_disasm_and_command): Update.
4364
4365 2019-08-13 Tom Tromey <tom@tromey.com>
4366
4367 * tui/tui-winsource.c (tui_erase_source_content)
4368 (tui_show_source_content, tui_source_window_base::refresh_all):
4369 Update.
4370 * tui/tui-wingeneral.h
4371 (tui_check_and_display_highlight_if_needed): Don't declare.
4372 * tui/tui-wingeneral.c
4373 (tui_win_info::check_and_display_highlight_if_needed): Rename from
4374 check_and_display_highlight_if_needed.
4375 * tui/tui-win.c (tui_rehighlight_all)
4376 (tui_win_info::make_visible_with_new_height): Update.
4377 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
4378 (tui_data_window::erase_data_content)
4379 (tui_data_window::display_all_data): Update.
4380 * tui/tui-data.h (struct tui_win_info)
4381 <check_and_display_highlight_if_needed>: Declare.
4382
4383 2019-08-13 Tom Tromey <tom@tromey.com>
4384
4385 * tui/tui-win.c (tui_resize_all): Call
4386 tui_delete_invisible_windows.
4387 * tui/tui-layout.c (show_layout): Call
4388 tui_delete_invisible_windows.
4389 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
4390 * tui/tui-data.c (tui_delete_invisible_windows): New function.
4391
4392 2019-08-13 Tom Tromey <tom@tromey.com>
4393
4394 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
4395 tui_add_win_to_layout.
4396
4397 2019-08-13 Tom Tromey <tom@tromey.com>
4398
4399 * tui/tui-layout.h (tui_default_win_height): Don't declare.
4400 * tui/tui-layout.c (tui_default_win_height): Now static.
4401
4402 2019-08-13 Tom Tromey <tom@tromey.com>
4403
4404 * tui/tui-layout.c (show_layout): Unify all layout cases into a
4405 single switch.
4406 (show_source_disasm_command, show_source_or_disasm_and_command):
4407 Don't check current layout.
4408
4409 2019-08-13 Tom Tromey <tom@tromey.com>
4410
4411 * tui/tui-wingeneral.c (make_all_visible): Remove.
4412 (tui_make_all_invisible): Simplify.
4413 * tui/tui-layout.c (tui_make_all_invisible): Move from
4414 tui-wingeneral.c; simplify.
4415 (show_layout): Hoist call to tui_make_all_invisible.
4416 (show_data): Don't call tui_make_all_invisible.
4417
4418 2019-08-13 Tom Tromey <tom@tromey.com>
4419
4420 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
4421 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
4422
4423 2019-08-13 Tom Tromey <tom@tromey.com>
4424
4425 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
4426 tui-data.c.
4427 (show_source_disasm_command, show_data)
4428 (show_source_or_disasm_and_command): Don't use
4429 tui_set_current_layout_to.
4430 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
4431 * tui/tui-data.c (current_layout, tui_current_layout): Move to
4432 tui-layout.c.
4433 (tui_set_current_layout_to): Remove.
4434
4435 2019-08-13 Tom Tromey <tom@tromey.com>
4436
4437 * tui/tui-layout.c (tui_set_layout): Update.
4438 * tui/tui-data.h (struct tui_layout_def): Remove.
4439 (tui_layout_def): Don't declare.
4440 * tui/tui-data.c (layout_def): Remove.
4441 (tui_layout_def): Remove.
4442
4443 2019-08-13 Tom Tromey <tom@tromey.com>
4444
4445 * tui/tui-winsource.h (struct tui_source_window_base)
4446 <clear_detail>: No longer "override".
4447 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
4448 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
4449 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
4450 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
4451 Remove.
4452 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
4453
4454 2019-08-13 Tom Tromey <tromey@adacore.com>
4455
4456 * tracepoint.c: Don't include readline.h or history.h.
4457
4458 2019-08-12 Tom Tromey <tom@tromey.com>
4459
4460 * configure: Rebuild.
4461 * configure.ac: Check for readline 7.
4462 * NEWS: Mention readline 7 requirement.
4463 * README: Update.
4464
4465 2019-08-12 Tom Tromey <tom@tromey.com>
4466
4467 * mingw-hdep.c (gdb_select): Remove readline hack.
4468
4469 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4470
4471 * blockframe.c (find_pc_partial_function): Set *block to nullptr
4472 when the function fails.
4473
4474 2019-08-09 Andreas Arnez <arnez@linux.ibm.com>
4475
4476 * s390-tdep.c (s390_type_align): New function.
4477 (s390_gdbarch_init): Set it as type_align gdbarch method.
4478
4479 2019-08-09 Tom de Vries <tdevries@suse.de>
4480
4481 PR gdb/24591
4482 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
4483 pc_low with relocation offset.
4484
4485 2019-08-07 Tom Tromey <tromey@adacore.com>
4486
4487 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
4488 (print_frame_args): Update.
4489 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
4490 Update.
4491 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
4492 * frame.h (struct frame_arg): Add initializers.
4493 <error>: Now a unique_xmalloc_ptr.
4494
4495 2019-08-07 Alan Hayward <alan.hayward@arm.com>
4496
4497 * NEWS: Expand the Pointer Authentication entry.
4498 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
4499 (aarch64_frame_unmask_lr): ... to this.
4500 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
4501 Call aarch64_frame_unmask_lr.
4502 * frame.c (struct frame_info): Add "masked" variable.
4503 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
4504 (fprint_frame): Check for masked pc.
4505 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
4506 declarations.
4507 * python/py-framefilter.c (py_print_frame): Check for masked pc.
4508 * stack.c (print_frame): Check for masked pc.
4509
4510 2019-08-06 Tom Tromey <tom@tromey.com>
4511
4512 * stabsread.c (patch_block_stabs, read_one_struct_field)
4513 (read_enum_type): Use obstack_strndup.
4514 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
4515 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
4516 * dwarf2read.c (guess_full_die_structure_name)
4517 (anonymous_struct_prefix): Use obstack_strndup.
4518 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
4519 * c-exp.y (yylex): Use obstack_strndup.
4520 * ada-exp.y (write_object_renaming, write_ambiguous_var)
4521 (write_var_or_type): Use obstack_strndup.
4522
4523 2019-08-06 Tom Tromey <tom@tromey.com>
4524
4525 * symfile.c (reread_symbols): Use obstack_strdup.
4526 * stabsread.c (read_type): Use obstack_strdup.
4527 * gdb_obstack.h (obstack_strdup): New overload.
4528 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
4529 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
4530 (dwarf2_canonicalize_name): Use obstack_strdup.
4531 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
4532 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
4533 Use obstack_strdup.
4534
4535 2019-08-06 Tom Tromey <tom@tromey.com>
4536
4537 * gdb_obstack.h (obstack_strdup): Define.
4538 * gdb_obstack.c (obstack_strdup): Don't define.
4539
4540 2019-08-06 Tom Tromey <tom@tromey.com>
4541
4542 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
4543 obstack_strdup.
4544 * typeprint.c (typedef_hash_table::find_global_typedef): Use
4545 obstack_strdup.
4546 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
4547 * stabsread.c (common_block_start): Use obstack_strdup.
4548 * objfiles.c (set_objfile_main_name, objfile): Use
4549 obstack_strdup.
4550 * namespace.c (add_using_directive): Use obstack_strdup.
4551 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
4552 * jit.c (finalize_symtab): Use obstack_strdup.
4553 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
4554 (guess_partial_die_structure_name, partial_die_info::fixup)
4555 (dwarf2_name): Use obstack_strdup.
4556 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
4557 obstack_strdup.
4558 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
4559 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
4560 obstack_strdup.
4561 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
4562
4563 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4564
4565 * unittests/help-doc-selftests.c: New file.
4566 * Makefile.in: Add the new file.
4567
4568 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4569
4570 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
4571 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
4572 the full first line, except when FOR_VALUE_PREFIX. In this case,
4573 the trailing '.' is not output, and the first character is uppercased.
4574 (print_help_for_command): Update call to print_doc_line.
4575 (print_doc_of_command): Likewise.
4576 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
4577 * cli/cli-option.c (append_indented_doc): Do not append newline.
4578 (build_help_option): Append newline after first appended_indented_doc
4579 only if a second call is done.
4580 (build_help): Append 2 new lines before each option, except the first
4581 one.
4582 * compile/compile.c (_initialize_compile): Add new lines after
4583 %OPTIONS%, when not at the end of the help.
4584 Change help doc or code
4585 producing the help doc to respect the invariants.
4586 * maint-test-options.c (_initialize_maint_test_options): Likewise.
4587 Also removed the new line after 'Options:', as all other commands
4588 do not put an empty line between 'Options:' and the first option.
4589 * printcmd.c (_initialize_printcmd): Likewise.
4590 * stack.c (_initialize_stack): Likewise.
4591 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
4592 incorrectly telling COMMAND is optional.
4593 * ada-lang.c (_initialize_ada_language): Change help doc or code
4594 producing the help doc to respect the invariants.
4595 * ada-tasks.c (_initialize_ada_tasks): Likewise.
4596 * breakpoint.c (_initialize_breakpoint): Likewise.
4597 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
4598 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
4599 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
4600 * cli/cli-style.c (cli_style_option::add_setshow_commands,
4601 _initialize_cli_style): Likewise.
4602 * corelow.c (core_target_info): Likewise.
4603 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
4604 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
4605 * filesystem.c (_initialize_filesystem): Likewise.
4606 * frame.c (_initialize_frame): Likewise.
4607 * gnu-nat.c (add_task_commands): Likewise.
4608 * infcall.c (_initialize_infcall): Likewise.
4609 * infcmd.c (_initialize_infcmd): Likewise.
4610 * interps.c (_initialize_interpreter): Likewise.
4611 * language.c (_initialize_language): Likewise.
4612 * linux-fork.c (_initialize_linux_fork): Likewise.
4613 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
4614 * maint.c (_initialize_maint_cmds): Likewise.
4615 * memattr.c (_initialize_mem): Likewise.
4616 * printcmd.c (_initialize_printcmd): Likewise.
4617 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
4618 _RegEx): Likewise.
4619 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
4620 * record-btrace.c (_initialize_record_btrace): Likewise.
4621 * record-full.c (_initialize_record_full): Likewise.
4622 * record.c (_initialize_record): Likewise.
4623 * regcache-dump.c (_initialize_regcache_dump): Likewise.
4624 * regcache.c (_initialize_regcache): Likewise.
4625 * remote.c (add_packet_config_cmd, init_remote_threadtests,
4626 _initialize_remote): Likewise.
4627 * ser-tcp.c (_initialize_ser_tcp): Likewise.
4628 * serial.c (_initialize_serial): Likewise.
4629 * skip.c (_initialize_step_skip): Likewise.
4630 * source.c (_initialize_source): Likewise.
4631 * stack.c (_initialize_stack): Likewise.
4632 * symfile.c (_initialize_symfile): Likewise.
4633 * symtab.c (_initialize_symtab): Likewise.
4634 * target-descriptions.c (_initialize_target_descriptions): Likewise.
4635 * top.c (init_main): Likewise.
4636 * tracefile-tfile.c (tfile_target_info): Likewise.
4637 * tracepoint.c (_initialize_tracepoint): Likewise.
4638 * tui/tui-win.c (_initialize_tui_win): Likewise.
4639 * utils.c (add_internal_problem_command): Likewise.
4640 * valprint.c (value_print_option_defs): Likewise.
4641
4642 2019-08-06 Frank Ch. Eigler <fche@redhat.com>
4643
4644 PR build/24886
4645 * configure.ac: Drop enable-libmcheck support.
4646 * configure, config.in: Rebuild.
4647 * libmcheck.m4: Remove.
4648 * acinclude.m4: Don't include it.
4649 * Makefile.in: Don't distribute it.
4650 * top.c (print_gdb_configuration): Don't mention it.
4651
4652 2019-08-06 Tom Tromey <tom@tromey.com>
4653
4654 * utils.c (set_output_style): Sometimes pass stream to
4655 emit_style_escape.
4656 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
4657 * record-btrace.c (btrace_insn_history): Update.
4658 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
4659 method.
4660 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
4661 Update initializers.
4662 <m_uiout>: New field.
4663 <m_di>: Move lower.
4664 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
4665 Remove "uiout" parameter.
4666 (dump_insns): Update.
4667 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
4668 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
4669
4670 2019-08-06 Christian Biesinger <cbiesinger@google.com>
4671
4672 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
4673 (error_in_psymtab_expansion): Likewise.
4674 (lookup_symbol_via_quick_fns): Likewise.
4675 (basic_lookup_transparent_type_quick): Likewise.
4676 (basic_lookup_transparent_type_1): Likewise.
4677
4678 2019-08-06 Tom Tromey <tromey@adacore.com>
4679
4680 * source.c (last_source_error): Now bool.
4681 (print_source_lines_base): Make "noprint" bool. Only open
4682 source file when last_source_visited changes.
4683
4684 2019-08-06 Tom Tromey <tromey@adacore.com>
4685
4686 * annotate.c (annotate_source_line): Use g_source_cache.
4687 * source-cache.c (source_cache::get_plain_source_lines): Change
4688 parameters. Populate m_offset_cache.
4689 (source_cache::ensure): New method.
4690 (source_cache::get_line_charpos): New method.
4691 (extract_lines): Move lower. Change parameters.
4692 (source_cache::get_source_lines): Move lower.
4693 * source-cache.h (class source_cache): Update comment.
4694 <get_line_charpos>: New method.
4695 <get_source_lines>: Update comment.
4696 <clear>: Clear m_offset_cache.
4697 <get_plain_source_lines>: Change parameters.
4698 <ensure>: New method
4699 <m_offset_cache>: New member.
4700 * source.c (forget_cached_source_info_for_objfile): Update.
4701 (info_source_command): Use g_source_cache.
4702 (find_source_lines, open_source_file_with_line_charpos): Remove.
4703 (print_source_lines_base, search_command_helper): Use g_source_cache.
4704 * source.h (open_source_file_with_line_charpos): Don't declare.
4705 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
4706 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
4707 Use g_source_cache.
4708
4709 2019-08-06 Tom Tromey <tromey@adacore.com>
4710
4711 * source-cache.c (source_cache::get_plain_source_lines):
4712 Remove "first_line" and "last_line" parameters.
4713 (source_cache::get_source_lines): Cache plain text.
4714 * source-cache.h (class source_cache)
4715 <get_plain_source_lines>: Update.
4716
4717 2019-08-06 Tom Tromey <tromey@adacore.com>
4718
4719 * source-cache.c (extract_lines): No longer a method.
4720 Changed type of parameter. Include final newline.
4721 (selftests::extract_lines_test): New function.
4722 (_initialize_source_cache): Likewise.
4723 * source-cache.h (class source_cache)
4724 <extract_lines>: Don't declare.
4725
4726 2019-08-06 Tom Tromey <tromey@adacore.com>
4727
4728 * breakpoint.c (init_breakpoint_sal): Update.
4729 (breakpoint): Update.
4730 * breakpoint.h (struct breakpoint) <filter>: Now a
4731 unique_xmalloc_ptr.
4732
4733 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4734
4735 * NEWS: Mention dictionary access on blocks.
4736 * python/py-block.c (blpy_getitem): New function.
4737 (block_object_as_mapping): New struct.
4738 (block_object_type): Use new struct for tp_as_mapping field.
4739
4740 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4741
4742 * objfiles.h (objfile): Add a comment describing partial symbols.
4743
4744 2019-08-05 Tom Tromey <tromey@adacore.com>
4745
4746 * compile/compile.c (_initialize_compile): Use _(), not N_().
4747 * thread.c (_initialize_thread): Use _(), not N_().
4748 * stack.c (_initialize_stack): Use _(), not N_().
4749 * printcmd.c (_initialize_printcmd): Use _(), not N_().
4750
4751 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
4752
4753 * dwarf2read.c (struct dw2_symtab_iterator):
4754 <want_specific_block>: Remove.
4755 <block_index>: Change type to gdb::optional.
4756 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
4757 change type of BLOCK_INDEX parameter to gdb::optional.
4758 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
4759 (dw2_lookup_symbol): Don't pass argument for
4760 WANT_SPECIFIC_BLOCK.
4761 (dw2_expand_symtabs_for_function): Don't pass argument for
4762 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
4763 (class dw2_debug_names_iterator)
4764 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
4765 parameter, change BLOCK_INDEX type to gdb::optional.
4766 <m_want_specific_block>: Remove.
4767 <m_block_index>: Change type to gdb::optional.
4768 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
4769 gdb::optional. Re-write in function of gdb::optional.
4770 (dw2_debug_names_lookup_symbol): Don't pass argument for
4771 WANT_SPECIFIC_BLOCK.
4772 (dw2_debug_names_expand_symtabs_for_function): Don't pass
4773 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
4774 BLOCK_INDEX.
4775
4776 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4777
4778 * NEWS: Mention changes to "info sources" command.
4779
4780 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4781
4782 * symtab.c (filename_partial_match_opts): New struct type.
4783 (struct output_source_filename_data): New members
4784 regexp, c_regexp, partial_match.
4785 (output_source_filename): Use new members to decide to print file.
4786 (info_sources_option_defs): New variable.
4787 (make_info_sources_options_def_group, print_info_sources_header,
4788 info_sources_command_completer):
4789 New functions.
4790 (info_sources_command): Read new optional arguments.
4791 (_initialize_symtab): Update info sources help.
4792
4793 2019-08-02 Alexandre Oliva <oliva@adacore.com>
4794
4795 * ada-lang.c (exception_support_info_v0): Renamed from...
4796 (default_exception_support_info): ... this. Create new
4797 definition for v1.
4798 (ada_has_this_exception_support): Look up catch_handlers_sym.
4799 (ada_exception_support_info_sniffer): Try v0 after default.
4800
4801 2019-08-01 Tom Tromey <tromey@adacore.com>
4802
4803 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
4804 gdbarch.h.
4805
4806 2019-08-01 Christian Biesinger <cbiesinger@google.com>
4807
4808 * s12z-tdep.c: Fix include path for s12z-opc.h.
4809
4810 2019-08-01 Alan Hayward <alan.hayward@arm.com>
4811
4812 * NEWS: Require GNU make 3.82.
4813
4814 2019-07-16 Tom Tromey <tom@tromey.com>
4815
4816 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
4817 declare.
4818
4819 2019-07-30 Tom Tromey <tromey@adacore.com>
4820
4821 * block.c (contained_in): Remove BLOCK_FUNCTION check.
4822
4823 2019-07-30 Kevin Buettner <kevinb@redhat.com>
4824
4825 * printcmd.c (print_address_symbolic): Print negative offsets.
4826 (build_address_symbolic): Force signed arithmetic when computing
4827 offset.
4828
4829 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4830
4831 PR/24474: Add a function to lookup static variables.
4832 * NEWS: Mention this new function.
4833 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
4834 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
4835 * python/python.c (python_GdbMethods): Add new function.
4836
4837 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4838
4839 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
4840 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
4841 (objfpy_lookup_static_symbol): New function.
4842 (objfile_object_methods): Add new functions.
4843
4844 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4845
4846 * NEWS: Mention 'set|show print frame-info'. Mention new
4847 'presence' value for 'frame-arguments'. Mention new '-frame-info'
4848 backtrace argument. Mention that python frame filtering code
4849 is now consistent with what 'backtrace' command prints.
4850
4851 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4852
4853 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
4854 comments.
4855 (print_frame_info_auto, print_frame_info_source_line,
4856 print_frame_info_location, print_frame_info_source_and_location,
4857 print_frame_info_location_and_address, print_frame_info_short_location):
4858 New declarations.
4859 (struct frame_print_options): New member print_frame_info.
4860 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
4861 * stack.h (get_user_print_what_frame_info): New declaration.
4862 (frame_show_address): New declaration.
4863 * stack.c (print_frame_arguments_choices): New value 'presence'.
4864 (print_frame_info_auto, print_frame_info_source_line,
4865 print_frame_info_location, print_frame_info_source_and_location,
4866 print_frame_info_location_and_address, print_frame_info_short_location,
4867 print_frame_info_choices, print_frame_info_print_what): New definitions.
4868 (print_frame_args): Only print dots for args if print frame-arguments
4869 is 'presence'.
4870 (frame_print_option_defs): New element for "frame-info".
4871 (get_user_print_what_frame_info): New function.
4872 (frame_show_address): Make non static. Move comment to stack.h.
4873 (print_frame_info_to_print_what): New function.
4874 (print_frame_info): Update comment. Use fp_opts.print_frame_info
4875 to decide what to print.
4876 (backtrace_command_1): Handle the new print_frame_arguments_presence
4877 value.
4878 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
4879 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
4880 (py_print_frame): In non-mi mode, use LOCATION as default for
4881 print_what, similarly to frame information printed directly by
4882 backtrace command. Handle frame-info user option in non MI mode.
4883
4884 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4885
4886 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
4887 Add case for debugging 32-bit target on 64-bit host. Revise
4888 comment.
4889
4890 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4891
4892 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
4893 instead of find_function_entry_range_from_pc.
4894
4895 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4896
4897 * stack.c (find_frame_funname): Remove code which preferred
4898 minsym over symtab sym in "certain pathological cases".
4899
4900 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
4901 parameter. Change type of "do_demangle" to bool.
4902 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
4903 Pass suitable "prefer_sym_over_minsym" flag to
4904 build_address_symbolic(). Don't output "+" for negative offsets.
4905 * printcmd.c (print_address_symbolic): Update invocation of
4906 build_address_symbolic to include a "prefer_sym_over_minsym"
4907 flag.
4908 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
4909 Restrict cases in which use of minimal symbol is preferred to that
4910 of a found symbol. Update comments.
4911
4912 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
4913 for entry pc when entry pc is out of range for that FDE.
4914
4915 2019-07-26 Brian Callahan <bcallah@openbsd.org>
4916
4917 PR gdb/24839:
4918 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
4919 type.
4920
4921 2019-07-25 Christian Biesinger <cbiesinger@google.com>
4922
4923 * python/py-objfile.c (add_separate_debug_file): Fix comment about
4924 this function's Python signature.
4925
4926
4927 2019-07-24 Christian Biesinger <cbiesinger@google.com>
4928
4929 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
4930 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
4931 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
4932 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
4933 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
4934
4935
4936 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
4937
4938 * h8300-tdep.c (h8300_register_name_common): New.
4939 h8300_register_name): Use h8300_register_name_common.
4940 (h8300s_register_name): Likewise.
4941 (h8300sx_register_name): Likewise.
4942 (h8300h_register_nam): New.
4943 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
4944
4945
4946 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4947
4948 * arm-tdep.c (arm_skip_cmse_entry): New function.
4949 (arm_is_sgstubs_section): New function.
4950 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
4951
4952 2019-07-22 Tom Tromey <tom@tromey.com>
4953
4954 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
4955 Don't self-assign.
4956
4957 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4958
4959 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
4960 type_print.
4961
4962 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4963
4964 * symtab.c (search_symbols): Adjust msymbol matching type arrays
4965 so that GDB doesn't match any msymbols when searching in the
4966 TYPES_DOMAIN.
4967 (print_symbol_info): Print using typedef_print or type_print based
4968 on the type of the symbol. Add updated FIXME comment moved from...
4969 (_initialize_symtab): ... move and update FIXME comment to above.
4970
4971 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4972
4973 * NEWS: Mention adding -q option to "info types".
4974 * symtab.c (struct info_types_options): New struct.
4975 (info_types_options_defs): New variable.
4976 (make_info_types_options_def_group): New function.
4977 (info_types_command): Use gdb::option framework to parse options.
4978 (info_types_command_completer): New function.
4979 (_initialize_symtab): Extend the help text on "info types" and
4980 register command completer.
4981
4982 2019-07-21 Christian Biesinger <cbiesinger@google.com>
4983
4984 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
4985 (lookup_symbol_in_objfile): Change int to block_enum and add a
4986 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
4987
4988 2019-07-20 Christian Biesinger <cbiesinger@google.com>
4989
4990 * MAINTAINERS (Write After Approval): Add self.
4991
4992 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4993
4994 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
4995 instruction to the dummy code region.
4996
4997 2019-07-19 Tom Tromey <tromey@adacore.com>
4998
4999 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
5000 (ARGSUSED, PARAMS, __func__): Remove rules.
5001
5002 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5003
5004 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
5005 * features/arm/arm-with-iwmmxt.c: Remove.
5006 * features/arm/arm-with-iwmmxt.xml: Remove.
5007 * features/arm/arm-with-m-fpa-layout.c: Remove.
5008 * features/arm/arm-with-m-fpa-layout.xml: Remove.
5009 * features/arm/arm-with-m-vfp-d16.c: Remove.
5010 * features/arm/arm-with-m-vfp-d16.xml: Remove.
5011 * features/arm/arm-with-m.c: Remove.
5012 * features/arm/arm-with-m.xml: Remove.
5013 * features/arm/arm-with-neon.c: Remove.
5014 * features/arm/arm-with-neon.xml: Remove.
5015 * features/arm/arm-with-vfpv2.c: Remove.
5016 * features/arm/arm-with-vfpv2.xml: Remove.
5017 * features/arm/arm-with-vfpv3.c: Remove.
5018 * features/arm/arm-with-vfpv3.xml: Remove.
5019
5020 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5021
5022 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
5023
5024 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5025
5026 * arch/aarch32.c (aarch32_create_target_description): Create
5027 target descriptions using features.
5028 * arch/arm.c (arm_create_target_description)
5029 (arm_create_mprofile_target_description): Likewise.
5030 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
5031
5032 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5033
5034 * Makefile.in: Add new files.
5035 * aarch32-tdep.c: New file.
5036 * aarch32-tdep.h: New file.
5037 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
5038 Call aarch32_read_description.
5039 * arch/aarch32.c: New file.
5040 * arch/aarch32.h: New file.
5041 * arch/arm.c (arm_create_target_description)
5042 (arm_create_mprofile_target_description): New function.
5043 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
5044 (arm_create_target_description)
5045 (arm_create_mprofile_target_description): New declaration.
5046 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
5047 read_description functions.
5048 * arm-linux-nat.c (arm_linux_nat_target::read_description):
5049 Likewise.
5050 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
5051 * arm-tdep.c (tdesc_arm_list): New variable.
5052 (arm_register_g_packet_guesses): Call create description functions.
5053 (arm_read_description) (arm_read_mprofile_description): New
5054 function.
5055 * arm-tdep.h (arm_read_description)
5056 (arm_read_mprofile_description): Add declaration.
5057 * configure.tgt: Add new files.
5058
5059 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
5060
5061 * top.c (new_ui_command): Open specified terminal just once.
5062
5063 2019-07-18 Tom Tromey <tromey@adacore.com>
5064
5065 * symtab.c (main_name): Constify return type.
5066 * symfile.c (set_initial_language): Update.
5067 * symtab.h (main_name): Constify return type.
5068
5069 2019-07-17 Tom Tromey <tom@tromey.com>
5070
5071 * tui/tui-winsource.c (tui_update_source_window)
5072 (tui_update_source_window_as_is)
5073 (tui_update_source_windows_with_line): Remove return.
5074 * tui/tui-disasm.c (tui_show_disassem)
5075 (tui_show_disassem_and_update_source): Remove return.
5076 * tui/tui.c (tui_reset): Remove return.
5077 * tui/tui-wingeneral.c
5078 (tui_check_and_display_highlight_if_needed): Remove return.
5079
5080 2019-07-17 Tom Tromey <tom@tromey.com>
5081
5082 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
5083
5084 2019-07-17 Tom Tromey <tom@tromey.com>
5085
5086 * tui/tui-winsource.h (struct tui_exec_info_window)
5087 (struct tui_source_window_base): Move from tui-data.h.
5088 * tui/tui-winsource.c: Move many method definitions from
5089 elsewhere. Remove "structuring" comments.
5090 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
5091 (tui_source_window_base::refresh_window): Move to
5092 tui-winsource.c.
5093 * tui/tui-win.c (tui_source_window_base::refresh_all)
5094 (tui_source_window_base::update_tab_width)
5095 (tui_source_window_base::set_new_height)
5096 (tui_source_window_base::do_make_visible_with_new_height): Move to
5097 tui-winsource.c.
5098 * tui/tui-source.h: Update.
5099 * tui/tui-source.c (tui_source_window_base::reset): Move to
5100 tui-winsource.c.
5101 * tui/tui-disasm.h: Update.
5102 * tui/tui-data.h (struct tui_exec_info_window): Move to
5103 tui-winsource.h.
5104 (struct tui_source_window_base): Likewise.
5105 * tui/tui-data.c (tui_source_window_base::clear_detail)
5106 (tui_source_window_base, ~tui_source_window_base): Move to
5107 tui-winsource.c.
5108
5109 2019-07-17 Tom Tromey <tom@tromey.com>
5110
5111 * tui/tui-win.c (tui_resize_all)
5112 (tui_source_window_base::update_tab_width)
5113 (tui_adjust_win_heights): Update.
5114 (tui_win_info::make_invisible_and_set_new_height): Rename from
5115 make_invisible_and_set_new_height.
5116 * tui/tui-data.h (struct tui_win_info)
5117 <make_invisible_and_set_new_height>: New method.
5118
5119 2019-07-17 Tom Tromey <tom@tromey.com>
5120
5121 * tui/tui.c: Update.
5122 * tui/tui-source.h (struct tui_source_window): Move from
5123 tui-data.h.
5124 * tui/tui-layout.c: Update.
5125 * tui/tui-disasm.c: Update.
5126 * tui/tui-data.h (struct tui_source_window): Move to
5127 tui-source.h.
5128
5129 2019-07-17 Tom Tromey <tom@tromey.com>
5130
5131 * tui/tui-disasm.h (struct tui_disasm_window): Move from
5132 tui-data.h.
5133 * tui/tui-data.h (struct tui_disasm_window): Move to
5134 tui-disasm.h.
5135
5136 2019-07-17 Tom Tromey <tom@tromey.com>
5137
5138 * tui/tui-regs.h (struct tui_data_item_window): Move from
5139 tui-data.h.
5140 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
5141 * tui/tui-data.h (struct tui_data_item_window): Move to
5142 tui-regs.h.
5143 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
5144
5145 2019-07-17 Tom Tromey <tom@tromey.com>
5146
5147 * tui/tui.c: Update.
5148 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
5149 (tui_cmd_window::max_height): Move to tui-command.c.
5150 * tui/tui-layout.c: Update.
5151 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
5152 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
5153 tui-command.c.
5154 * tui/tui-command.h (struct tui_cmd_window): Move from
5155 tui-data.h.
5156 * tui/tui-command.c: Remove "structuring" comments.
5157 (tui_cmd_window::clear_detail)
5158 (tui_cmd_window::do_make_visible_with_new_height)
5159 (tui_cmd_window::max_height): Move from elsewhere.
5160
5161 2019-07-17 Tom Tromey <tom@tromey.com>
5162
5163 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
5164 Now static.
5165 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
5166 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
5167
5168 2019-07-17 Tom Tromey <tom@tromey.com>
5169
5170 * tui/tui.c: Update.
5171 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
5172 tui-regs.c.
5173 * tui/tui-windata.h: Remove file.
5174 * tui/tui-windata.c: Remove file.
5175 * tui/tui-win.c (tui_data_window::set_new_height)
5176 (tui_data_window::do_make_visible_with_new_height): Move to
5177 tui-regs.c.
5178 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
5179 * tui/tui-regs.c: Remove "structuring" comments.
5180 (tui_data_window::first_data_item_displayed)
5181 (tui_data_window::delete_data_content_windows)
5182 (tui_data_window::erase_data_content)
5183 (tui_data_window::display_all_data)
5184 (tui_data_window::refresh_all)
5185 (tui_data_window::do_scroll_vertical)
5186 (tui_data_window::clear_detail, tui_data_window::set_new_height)
5187 (tui_data_window::do_make_visible_with_new_height)
5188 (tui_data_window::refresh_window): Move from elsewhere.
5189 (_initialize_tui_regs): Move to end of file.
5190 * tui/tui-layout.c: Update.
5191 * tui/tui-hooks.c: Update.
5192 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
5193 * tui/tui-data.c (tui_data_window::clear_detail): Move to
5194 tui-regs.c.
5195 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
5196
5197 2019-07-17 Tom Tromey <tom@tromey.com>
5198
5199 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
5200 seen.
5201
5202 2019-07-17 Tom Tromey <tom@tromey.com>
5203
5204 * tui/tui-win.c (tui_source_window_base::set_new_height)
5205 (tui_source_window_base::do_make_visible_with_new_height): Use
5206 m_has_locator field directly.
5207 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
5208 method.
5209 (struct tui_source_window_base) <has_locator>: Likewise.
5210
5211 2019-07-17 Tom Tromey <tom@tromey.com>
5212
5213 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
5214 Don't declare.
5215 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
5216 Remove.
5217 * tui/tui-win.c (tui_source_window_base::set_new_height)
5218 (tui_source_window_base::set_new_height)
5219 (make_invisible_and_set_new_height)
5220 (tui_source_window_base::do_make_visible_with_new_height)
5221 (tui_source_window_base::do_make_visible_with_new_height):
5222 Update.
5223 * tui/tui-layout.c (show_source_disasm_command, show_data)
5224 (show_source_or_disasm_and_command): Update.
5225 * tui/tui-layout.c (show_layout): Update.
5226
5227 2019-07-17 Tom Tromey <tom@tromey.com>
5228
5229 * tui/tui-layout.c (make_data_window): Remove.
5230 (show_data): Unify creation and re-initialization cases.
5231
5232 2019-07-17 Tom Tromey <tom@tromey.com>
5233
5234 * tui/tui-layout.c (make_source_window, make_disasm_window):
5235 Remove.
5236 (show_data): Unify creation and re-initialization cases.
5237
5238 2019-07-17 Tom Tromey <tom@tromey.com>
5239
5240 * tui/tui-layout.c (make_command_window): Remove.
5241 (show_source_disasm_command, show_source_or_disasm_and_command):
5242 Unify creation and re-initialization cases.
5243
5244 2019-07-17 Tom Tromey <tom@tromey.com>
5245
5246 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
5247 creation and re-initialization cases.
5248
5249 2019-07-17 Tom Tromey <tom@tromey.com>
5250
5251 * tui/tui-regs.c (tui_get_register): Return void.
5252
5253 2019-07-17 Tom Tromey <tom@tromey.com>
5254
5255 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
5256 Simplify.
5257
5258 2019-07-17 Tom Tromey <tom@tromey.com>
5259
5260 * tui/tui-layout.c (show_source_disasm_command): Simplify window
5261 resetting.
5262
5263 2019-07-17 Tom Tromey <tom@tromey.com>
5264
5265 * tui/tui.h (tui_set_layout_by_name): Don't declare.
5266 * tui/tui-regs.c (tui_reg_layout): New function.
5267 (tui_show_registers, tui_reg_command): Use it.
5268 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
5269 (tui_layout_command): Rename from tui_set_layout_by_name. Change
5270 parameters.
5271 (tui_layout_command): Remove.
5272
5273 2019-07-17 Tom Tromey <tom@tromey.com>
5274
5275 * tui/tui-layout.h (tui/tui-layout): Return void.
5276 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
5277
5278 2019-07-17 Tom Tromey <tom@tromey.com>
5279
5280 * tui/tui-layout.c (show_source_disasm_command, show_data):
5281 Update.
5282 (reset_locator): Remove.
5283 (show_source_or_disasm_and_command): Update.
5284
5285 2019-07-17 Tom Tromey <tom@tromey.com>
5286
5287 * tui/tui-source.c (tui_source_window_base::reset): Remove
5288 win_type parameter.
5289 * tui/tui-layout.c (make_command_window, make_source_window)
5290 (make_disasm_window, make_data_window)
5291 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
5292 (reset_locator, show_source_or_disasm_and_command): Update.
5293 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
5294 win_type parameter.
5295 (struct tui_source_window_base) <reset>: Likewise.
5296
5297 2019-07-17 Tom Tromey <tom@tromey.com>
5298
5299 * tui/tui-layout.c (show_source_disasm_command): Use
5300 reset_locator.
5301 (reset_locator): New function.
5302 (init_and_make_win): Remove.
5303 (show_source_or_disasm_and_command): Use reset_locator.
5304
5305 2019-07-17 Tom Tromey <tom@tromey.com>
5306
5307 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
5308 condition.
5309 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
5310 Remove condition.
5311 * tui/tui-source.c (tui_source_window_base::reset): New method.
5312 * tui/tui-layout.c (make_command_window): Don't call
5313 init_and_make_win.
5314 (make_source_window, make_disasm_window): Don't call
5315 make_source_or_disasm_window.
5316 (make_data_window): Don't call init_and_make_win. Change calling
5317 convention.
5318 (show_source_disasm_command, show_data): Simplify.
5319 (make_source_or_disasm_window): Remove.
5320 (show_source_or_disasm_and_command): Simplify.
5321 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
5322 (struct tui_source_window_base) <reset>: Likewise.
5323 <execution_info>: Remove initializer.
5324 * tui/tui-data.c (tui_source_window_base): Initialize
5325 execution_info.
5326
5327 2019-07-17 Tom Tromey <tom@tromey.com>
5328
5329 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
5330 variable.
5331
5332 2019-07-17 Tom Tromey <tom@tromey.com>
5333
5334 * tui/tui.c (tui_rl_other_window): Update.
5335 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
5336 superclass method first. Always iterate over regs_content.
5337 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
5338 method.
5339 * tui/tui-win.c (tui_set_focus_command): Update.
5340
5341 2019-07-17 Tom Tromey <tom@tromey.com>
5342
5343 * tui/tui-win.c (tui_set_focus_command): Rename from
5344 tui_set_focus. Call tui_enable.
5345 (tui_set_focus_command): Remove.
5346
5347 2019-07-17 Tom Tromey <tom@tromey.com>
5348
5349 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
5350 refresh_window.
5351 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
5352 touchwin.
5353 (tui_data_window::refresh_window): Call refresh_window on data
5354 items. Always call superclass refresh_window.
5355 (tui_win_info::refresh): Remove.
5356 (tui_source_window_base::refresh_window): Update.
5357 (tui_refresh_all): Update.
5358 * tui/tui-layout.c (show_source_disasm_command): Remove call to
5359 refresh_window.
5360 (show_source_or_disasm_and_command): Likewise.
5361 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
5362 (struct tui_source_window_base) <refresh>: Likewise.
5363
5364 2019-07-17 Tom Tromey <tom@tromey.com>
5365
5366 * tui/tui-winsource.c (tui_clear_source_content)
5367 (tui_show_source_content): Update.
5368 * tui/tui-source.c (tui_source_window::showing_source_p): Check
5369 whether content is empty.
5370 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
5371 Remove.
5372
5373 2019-07-17 Tom Tromey <tom@tromey.com>
5374
5375 * tui/tui-winsource.c (tui_erase_source_content): Clear the
5376 window's contents.
5377 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
5378 * tui/tui-source.c (tui_set_source_content_nil): Remove.
5379
5380 2019-07-17 Tom Tromey <tom@tromey.com>
5381
5382 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
5383 (struct tui_data_item_window): Update.
5384
5385 2019-07-17 Tom Tromey <tom@tromey.com>
5386
5387 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
5388 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
5389 defines.
5390
5391 2019-07-17 Tom Tromey <tom@tromey.com>
5392
5393 * tui/tui-winsource.h (tui_erase_source_content)
5394 (tui_clear_source_content): Remove "display_prompt" parameter.
5395 * tui/tui-winsource.c (tui_update_source_window_as_is)
5396 (tui_update_source_windows_with_addr): Update.
5397 (tui_clear_source_content): Remove "display_prompt" parameter.
5398 (tui_erase_source_content): Likewise. Simplify.
5399 (tui_show_source_content): Update.
5400 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
5401 * tui/tui-stack.c (tui_show_frame_info): Update.
5402 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
5403 Remove defines.
5404
5405 2019-07-17 Tom Tromey <tom@tromey.com>
5406
5407 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5408 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
5409 parameter.
5410 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
5411 parameter.
5412
5413 2019-07-17 Tom Tromey <tom@tromey.com>
5414
5415 * tui/tui-winsource.c (tui_clear_source_content)
5416 (tui_show_source_content, tui_show_exec_info_content)
5417 (tui_clear_exec_info_content): Update.
5418 * tui/tui-stack.c (tui_show_locator_content): Update.
5419 (tui_show_frame_info): Update.
5420 * tui/tui-source.h (tui_source_window): Don't declare.
5421 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
5422 from tui_source_is_displayed.
5423 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
5424 Remove field.
5425 (struct tui_source_window_base) <content_in_use>: New field. Now
5426 bool.
5427 (struct tui_source_window) <showing_source_p>: New method.
5428 (TUI_SRC_WIN): Change cast.
5429 * tui/tui-data.c (tui_initialize_static_data): Update.
5430
5431 2019-07-17 Tom Tromey <tom@tromey.com>
5432
5433 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
5434 location_matches_p.
5435 * tui/tui-source.c (tui_source_window::location_matches_p): New
5436 method.
5437 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
5438 method.
5439 * tui/tui-data.h (struct tui_source_window_base)
5440 <location_matches_p>: New method.
5441 (struct tui_source_window, struct tui_disasm_window)
5442 <location_matches_p>: Likewise.
5443
5444 2019-07-17 Tom Tromey <tom@tromey.com>
5445
5446 * tui/tui-win.c (tui_set_win_height_command): Rename from
5447 tui_set_win_height.
5448 (tui_set_win_height_command): Remove.
5449
5450 2019-07-17 Tom Tromey <tom@tromey.com>
5451
5452 * tui/tui-source.c (tui_source_window): New constructor. Add
5453 observer.
5454 (~tui_source_window): New destructor.
5455 (tui_source_window::style_changed): New method.
5456 * tui/tui-hooks.c (tui_redisplay_source): Remove.
5457 (tui_attach_detach_observers): Update.
5458 * tui/tui-data.h (struct tui_source_window): Make constructor not
5459 inline. Add destructor.
5460 (struct tui_source_window) <style_changed>: New method.
5461 <m_observable>: New member.
5462
5463 2019-07-17 Tom Tromey <tom@tromey.com>
5464
5465 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
5466 * tui/tui-win.c (tui_resize_all): Fix typo.
5467
5468 2019-07-17 Tom Tromey <tom@tromey.com>
5469
5470 * tui/tui-wingeneral.h (tui_refresh_all): Update.
5471 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
5472 (tui_refresh_all): Remove "list" parameter. Use foreach.
5473 * tui/tui-win.c (window_name_completer): Use foreach.
5474 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
5475 (update_tab_width): Likewise.
5476 * tui/tui-layout.c (show_layout): Update.
5477 * tui/tui-data.h (class tui_window_iterator): New.
5478 (struct all_tui_windows): New.
5479 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
5480
5481 2019-07-17 Tom Tromey <tom@tromey.com>
5482
5483 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
5484 parameter. Don't reference globals.
5485 (tui_reg_command): Update.
5486
5487 2019-07-17 Tom Tromey <tom@tromey.com>
5488
5489 * tui/tui-regs.c (tui_show_registers): Simplify.
5490
5491 2019-07-17 Tom Tromey <tom@tromey.com>
5492
5493 * tui/tui-regs.c (tui_show_registers): Update.
5494 (tui_show_register_group): Add win_info parameter.
5495
5496 2019-07-17 Tom Tromey <tom@tromey.com>
5497
5498 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
5499 Rename from tui_display_reg_element_at_line.
5500 (tui_data_window::display_registers_from_line): Update.
5501 * tui/tui-data.h (struct tui_data_window)
5502 <display_reg_element_at_line>: New method.
5503
5504 2019-07-17 Tom Tromey <tom@tromey.com>
5505
5506 * tui/tui-regs.h (tui_display_registers_from)
5507 (tui_display_registers_from_line): Don't declare.
5508 * tui/tui-windata.c (tui_data_window::display_all_data)
5509 (tui_data_window::refresh_all)
5510 (tui_data_window::do_scroll_vertical): Update.
5511 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
5512 from tui_display_registers_from.
5513 (tui_display_reg_element_at_line): Update.
5514 (tui_data_window::display_registers_from_line): Rename from
5515 tui_display_registers_from_line.
5516 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
5517 display_registers_from_line>: New methods.
5518
5519 2019-07-17 Tom Tromey <tom@tromey.com>
5520
5521 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
5522 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
5523 from tui_erase_data_content.
5524 (tui_data_window::display_all_data)
5525 (tui_data_window::refresh_all)
5526 (tui_data_window::do_scroll_vertical): Update.
5527 * tui/tui-regs.c (tui_show_registers): Update.
5528 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
5529 New method.
5530
5531 2019-07-17 Tom Tromey <tom@tromey.com>
5532
5533 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
5534 declare.
5535 * tui/tui-windata.c
5536 (tui_data_window::delete_data_content_windows): Rename from
5537 tui_delete_data_content_windows.
5538 (tui_data_window::display_all_data)
5539 (tui_data_window::do_scroll_vertical): Update.
5540 * tui/tui-data.h (struct tui_data_window)
5541 <delete_data_content_windows>: New method.
5542
5543 2019-07-17 Tom Tromey <tom@tromey.com>
5544
5545 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
5546 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
5547
5548 2019-07-17 Tom Tromey <tom@tromey.com>
5549
5550 * tui/tui-windata.h (tui_display_all_data): Don't declare.
5551 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
5552 from tui_display_all_data.
5553 * tui/tui-win.c
5554 (tui_data_window::do_make_visible_with_new_height): Update.
5555 * tui/tui-regs.c (tui_show_registers): Update.
5556 * tui/tui-layout.c (tui_set_layout): Update.
5557 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
5558 method.
5559
5560 2019-07-17 Tom Tromey <tom@tromey.com>
5561
5562 * tui/tui-windata.h (tui_display_data_from): Don't declare.
5563 * tui/tui-windata.c (tui_display_data_from): Remove.
5564 (tui_data_window::refresh_all): Update.
5565
5566 2019-07-17 Tom Tromey <tom@tromey.com>
5567
5568 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
5569 * tui/tui-windata.c (tui_display_data_from_line): Remove.
5570 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
5571 tui_display_registers_from_line.
5572 * tui/tui-regs.h (tui_display_registers_from_line): Update.
5573 * tui/tui-regs.c (tui_display_registers_from_line): Remove
5574 "force_display" parameter.
5575
5576 2019-07-17 Tom Tromey <tom@tromey.com>
5577
5578 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
5579 declare.
5580 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
5581 Rename from tui_first_reg_element_no_inline.
5582 (tui_display_reg_element_at_line)
5583 (tui_display_registers_from_line): Update.
5584 * tui/tui-data.h (struct tui_data_window)
5585 <first_reg_element_no_inline>: New method.
5586
5587 2019-07-17 Tom Tromey <tom@tromey.com>
5588
5589 * tui/tui-windata.c (tui_display_data_from)
5590 (tui_data_window::do_scroll_vertical): Update.
5591 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
5592 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
5593 Rename from tui_line_from_reg_element_no.
5594 (tui_display_registers_from_line): Update.
5595 * tui/tui-data.h (struct tui_data_window)
5596 <line_from_reg_element_no>: New method.
5597
5598 2019-07-17 Tom Tromey <tom@tromey.com>
5599
5600 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
5601 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
5602 tui_last_regs_line_no.
5603 (tui_display_reg_element_at_line)
5604 (tui_display_registers_from_line): Update.
5605 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
5606 method.
5607
5608 2019-07-17 Tom Tromey <tom@tromey.com>
5609
5610 PR tui/24722:
5611 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
5612 (tui_update_breakpoint_info): Add "being_deleted" parameter.
5613 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5614 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
5615 (tui_update_breakpoint_info): Likewise.
5616 * tui/tui-hooks.c (tui_event_create_breakpoint)
5617 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
5618 Update.
5619
5620 2019-07-17 Tom Tromey <tom@tromey.com>
5621
5622 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
5623
5624 2019-07-17 Tom Tromey <tom@tromey.com>
5625
5626 * tui/tui-winsource.c (tui_update_source_window_as_is)
5627 (tui_update_source_windows_with_addr): Update.
5628 * tui/tui-source.h (tui_set_source_content)
5629 (tui_show_symtab_source): Add "win_info" parameter.
5630 * tui/tui-source.c (tui_set_source_content): Add "win_info"
5631 parameter.
5632 (tui_show_symtab_source): Likewise.
5633
5634 2019-07-17 Tom Tromey <tom@tromey.com>
5635
5636 * tui/tui-wingeneral.c
5637 (tui_check_and_display_highlight_if_needed): Check can_highlight.
5638
5639 2019-07-17 Tom Tromey <tom@tromey.com>
5640
5641 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
5642 (struct tui_cmd_window) <can_scroll>: New method.
5643 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
5644 method.
5645
5646 2019-07-17 Tom Tromey <tromey@adacore.com>
5647
5648 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
5649 do_field_signed>: Rename. Change type of "value".
5650 * ui-out.c (ui_out::field_signed): Rename from field_int.
5651 Change type of "value".
5652 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
5653 type of "value".
5654 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
5655 do_field_int. Change type of "value".
5656 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
5657 do_field_int. Change type of "value".
5658 * tracepoint.c (trace_status_mi, tfind_1)
5659 (print_one_static_tracepoint_marker): Update.
5660 * thread.c (print_thread_info_1, print_selected_thread_frame):
5661 Update.
5662 * stack.c (print_frame, print_frame_info): Update.
5663 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
5664 Update.
5665 * source.c (print_source_lines_base): Update.
5666 * skip.c (info_skip_command): Update.
5667 * record-btrace.c (btrace_ui_out_decode_error)
5668 (btrace_call_history_src_line): Update.
5669 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
5670 Update.
5671 * progspace.c (print_program_space): Update.
5672 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
5673 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
5674 do_field_int. Change type of "value".
5675 * mi/mi-out.c (mi_ui_out::do_table_begin)
5676 (mi_ui_out::do_table_header): Update.
5677 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
5678 type of "value".
5679 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
5680 (mi_cmd_data_list_changed_registers, output_register)
5681 (mi_cmd_data_read_memory, mi_load_progress)
5682 (mi_cmd_trace_frame_collected): Update.
5683 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
5684 Update.
5685 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
5686 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
5687 (mi_cmd_var_list_children, varobj_update_one): Update.
5688 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
5689 (mi_cmd_stack_list_args, list_arg_or_local): Update.
5690 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
5691 * inferior.c (print_inferior): Update.
5692 * gdb_bfd.c (print_one_bfd): Update.
5693 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5694 Update.
5695 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
5696 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
5697 do_field_int. Change type of "value".
5698 * cli-out.c (cli_ui_out::do_field_signed): Rename from
5699 do_field_int. Change type of "value".
5700 * breakpoint.c (watchpoint_check, print_breakpoint_location)
5701 (print_one_breakpoint_location, print_it_catch_fork)
5702 (print_one_catch_fork, print_it_catch_vfork)
5703 (print_one_catch_vfork, print_it_catch_solib)
5704 (print_it_catch_exec, print_it_ranged_breakpoint)
5705 (print_mention_watchpoint, print_mention_masked_watchpoint)
5706 (bkpt_print_it, update_static_tracepoint): Update.
5707 * break-catch-throw.c (print_it_exception_catchpoint): Update.
5708 * break-catch-syscall.c (print_it_catch_syscall): Update.
5709 * ada-tasks.c (print_ada_task_info): Update.
5710 * ada-lang.c (print_it_exception, print_mention_exception):
5711 Update.
5712
5713 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
5714
5715 PR breakpoints/24541
5716 * gdbarch.c: Regenerate.
5717 * gdbarch.h: Regenerate.
5718 * gdbarch.sh: Adjust return type and parameter types for
5719 'stap_adjust_register'.
5720 (i386_stap_adjust_register): Adjust signature and return new
5721 register name.
5722 * stap-probe.c (stap_parse_register_operand): Adjust use of
5723 'gdbarch_stap_adjust_register'.
5724
5725 2019-07-17 Tom Tromey <tromey@adacore.com>
5726
5727 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
5728 declare VEC.
5729 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
5730 std::vector.
5731 (struct s390_process_info): Add initializers.
5732 (s390_add_process): Use new.
5733 (s390_linux_nat_target::low_forget_process): Use delete.
5734 (s390_linux_nat_target::low_new_fork)
5735 (s390_linux_nat_target::stopped_by_watchpoint)
5736 (s390_linux_nat_target::low_prepare_to_resume)
5737 (s390_linux_nat_target::insert_watchpoint)
5738 (s390_linux_nat_target::insert_hw_breakpoint)
5739 (s390_linux_nat_target::remove_watchpoint)
5740 (s390_linux_nat_target::remove_hw_breakpoint): Update.
5741
5742 2019-07-16 John Baldwin <jhb@FreeBSD.org>
5743
5744 * aarch64-fbsd-nat.c: Include regcache.h.
5745 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
5746 argument.
5747 (aarch64_fbsd_nat_target::fetch_registers)
5748 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
5749 variable.
5750 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
5751
5752 2019-07-16 John Baldwin <jhb@FreeBSD.org>
5753
5754 * fbsd-nat.c: Include gdbarch.h.
5755
5756 2019-07-15 Tom Tromey <tromey@adacore.com>
5757
5758 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
5759
5760 2019-07-15 Tom Tromey <tromey@adacore.com>
5761
5762 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
5763 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
5764 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
5765 * cli-out.c (cli_ui_out::do_field_int): New method.
5766 * ui-out.c (ui_out::field_unsigned): New method.
5767 * symfile.c (generic_load): Use field_unsigned.
5768 (print_transfer_performance): Likewise.
5769 * record-btrace.c (ui_out_field_uint): Remove.
5770 (btrace_call_history_insn_range, btrace_call_history): Use
5771 field_unsigned.
5772 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
5773 field_unsigned.
5774 * ui-out.h (class ui_out) <field_unsigned>: New method.
5775 <do_field_unsigned>: Likewise.
5776
5777 2019-07-15 Tom Tromey <tromey@adacore.com>
5778
5779 * mi/mi-main.c (list_available_thread_groups): Use field_string.
5780 * mi/mi-interp.c (mi_memory_changed): Use field_string.
5781 * target.c (flash_erase_command): Use field_string.
5782 * infrun.c (print_signal_received_reason): Use field_string.
5783 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
5784 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
5785 field_string.
5786 * ada-tasks.c (print_ada_task_info): Use field_string.
5787
5788 2019-07-15 Tom Tromey <tromey@adacore.com>
5789
5790 * target.c (flash_erase_command): Use field_core_addr.
5791 * symfile.c (generic_load): Use field_core_addr.
5792 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
5793 Use field_core_addr.
5794 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
5795 field_core_addr.
5796
5797 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5798
5799 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
5800 value if its desired type is smaller than a CORE_ADDR and signed.
5801
5802 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5803
5804 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
5805 of changes to field names, and use new is_reference field to
5806 decide if a property is a reference or not.
5807 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
5808 field.
5809 (struct dwarf2_property_baton): Update header comment, rename
5810 'referenced_type' to 'property_type' and update comments.
5811 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
5812 default property type, store in property baton, update to take
5813 accound of renamed field.
5814 (read_func_scope): Update call to attr_to_dynamic_prop.
5815 (read_array_type): Likewise.
5816 (dwarf2_per_cu_addr_sized_int_type): New function.
5817 (read_subrange_index_type): Move type finding code to
5818 dwarf2_per_cu_addr_sized_int_type.
5819 (read_subrange_type): Update calls to attr_to_dynamic_prop.
5820 (dwarf2_per_cu_addr_type): New function.
5821 (set_die_type): Update calls to attr_to_dynamic_prop.
5822
5823 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5824
5825 * dwarf2read.c (read_subrange_index_type): New function.
5826 (read_subrange_type): Move code into new function and call it.
5827 * gdbtypes.c (create_range_type): Add some asserts.
5828
5829 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5830
5831 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
5832 update return statements.
5833 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
5834 declaration, and update comment to match.
5835 * gdbtypes.c (resolve_dynamic_array): Update call to
5836 dwarf2_evaluate_property to match new return type.
5837
5838 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5839
5840 * valarith.c (value_subscripted_rvalue): Change lowerbound
5841 parameter type from int to LONGEST.
5842 * value.h (value_subscripted_rvalue): Likewise in declaration.
5843
5844 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5845
5846 * cli/cli-utils.c (info_print_command_completer): New function.
5847 * cli/cli-utils.h: Add 'completer.h' include, and forward
5848 declaration for 'struct cmd_list_element'.
5849 (info_print_command_completer): Declare.
5850 * stack.c (_initialize_stack): Add completer for 'info locals' and
5851 'info args'.
5852 * symtab.c (_initialize_symtab): Add completer for 'info
5853 variables' and 'info functions'.
5854 * NEWS: Mention completion for additional info commands.
5855
5856 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5857
5858 * cli/cli-utils.c (extract_info_print_args): Delete.
5859 (extract_arg_maybe_quoted): Delete.
5860 (info_print_options_defs): New variable.
5861 (make_info_print_options_def_group): New function.
5862 (extract_info_print_options): Define new function.
5863 * cli/cli-utils.h (extract_info_print_args): Delete.
5864 (struct info_print_options): New structure.
5865 (extract_info_print_options): Declare new function.
5866 * stack.c (info_locals_command): Update to use new
5867 extract_info_print_options, also add a header comment.
5868 (info_args_command): Likewise.
5869 * symtab.c (info_variables_command): Likewise.
5870 (info_functions_command): Likewise.
5871
5872 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5873
5874 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
5875 to extract string arguments.
5876 * common/common-utils.c (extract_string_maybe_quoted): New function.
5877 * common/common-utils.h (extract_string_maybe_quoted): Declare.
5878
5879 2019-07-11 Tom Tromey <tromey@adacore.com>
5880
5881 * main.c (get_init_files): Use GDBINIT, not gdbinit.
5882 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
5883 * top.h (gdbinit): Don't declare.
5884 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
5885 into...
5886 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
5887 * top.c (gdb_init): Don't call init_cli_cmds.
5888 (gdbinit): Remove.
5889 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
5890
5891 2019-07-11 Tom Tromey <tromey@adacore.com>
5892
5893 * python/py-inferior.c (add_thread_object): Don't use thread_obj
5894 after it has been moved.
5895
5896 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5897
5898 * valops.c (value_must_coerce_to_target): Change return type to
5899 bool.
5900 * value.h (value_must_coerce_to_target): Likewise.
5901
5902 2019-07-10 Simon Marchi <simon.marchi@efficios.com>
5903
5904 * breakpoint.c (is_hardware_watchpoint): Remove
5905 forward-declaration.
5906 (is_masked_watchpoint): Change return type to bool.
5907 (is_tracepoint): Likewise.
5908 (is_breakpoint): Likewise.
5909 (is_hardware_watchpoint): Likewise.
5910 (is_watchpoint): Likewise.
5911 (is_no_memory_software_watchpoint): Likewise.
5912 (is_catchpoint): Likewise.
5913 (breakpoint_1): Make FILTER parameter's return type bool.
5914 is_masked_watchpoint): Change return type to bool.
5915 (save_breakpoints): Make FILTER parameter's return type bool.
5916 * breakpoint.h (is_breakpoint): Change return type to bool.
5917 (is_watchpoint): Likewise.
5918 (is_catchpoint): Likewise.
5919 (is_tracepoint): Likewise.
5920
5921 2019-07-10 Tom Tromey <tom@tromey.com>
5922
5923 * defs.h: Don't include gdbarch.h.
5924 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
5925 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
5926 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
5927 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
5928 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
5929 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
5930 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
5931 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
5932 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
5933 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
5934 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
5935 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
5936 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
5937 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
5938 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
5939 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
5940 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
5941 record-btrace.c, record.h, regcache-dump.c, regcache.h,
5942 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
5943 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
5944 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
5945 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
5946 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
5947 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
5948 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
5949 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
5950 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
5951
5952 2019-07-10 Tom Tromey <tromey@adacore.com>
5953
5954 * ada-lang.h (is_ada_exception_catchpoint): Declare.
5955 * breakpoint.c (init_ada_exception_breakpoint): Register as
5956 bp_catchpoint.
5957 (print_one_breakpoint_location, print_one_breakpoint): Use
5958 is_ada_exception_catchpoint.
5959 * ada-lang.c (class ada_catchpoint_location): Pass
5960 bp_loc_software_breakpoint to bp_location constructor.
5961 (is_ada_exception_catchpoint): New function.
5962
5963 2019-07-10 Tom Tromey <tromey@adacore.com>
5964
5965 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
5966 VEC.
5967 (struct arm_exidx_entry): New method operator<.
5968 (struct arm_exidx_data) <section_maps>: Change type.
5969 (arm_exidx_data_free): Remove.
5970 (arm_exidx_data_key): Change type. Move lower.
5971 (arm_exidx_new_objfile): Update.
5972 (arm_compare_exidx_entries): Remove.
5973 (arm_find_exidx_entry, _initialize_arm_tdep)
5974
5975 2019-07-10 Tom Tromey <tromey@adacore.com>
5976
5977 * solib-spu.c (ocl_program_data_key): Change type.
5978 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
5979 Update.
5980
5981 2019-07-10 Tom Tromey <tromey@adacore.com>
5982
5983 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
5984 (struct solib_aix_inferior_data) <library_list>: Change type.
5985 (solib_aix_inferior_data_handle): Change type.
5986 (get_solib_aix_inferior_data): Update.
5987 (solib_aix_free_library_list): Remove.
5988 (library_list_start_library): Update.
5989 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
5990 return type.
5991 (solib_aix_get_library_list)
5992 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
5993 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
5994
5995 2019-07-10 Tom Tromey <tromey@adacore.com>
5996
5997 * solib-dsbt.c (struct dsbt_info): Add initializers.
5998 (solib_dsbt_pspace_data): Change type.
5999 (dsbt_pspace_data_cleanup): Remove.
6000 (get_dsbt_info, _initialize_dsbt_solib): Update.
6001
6002 2019-07-10 Tom Tromey <tromey@adacore.com>
6003
6004 * spu-tdep.c (spu_overlay_data): Change type.
6005 (spu_get_overlay_table, spu_overlay_new_objfile)
6006 (_initialize_spu_tdep): Update.
6007
6008 2019-07-10 Tom Tromey <tromey@adacore.com>
6009
6010 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
6011 destructor.
6012 (dbx_objfile_data_key): Change type and declare later.
6013 (DBX_SYMFILE_INFO): Rewrite.
6014 * dbxread.c (dbx_objfile_data_key): Change type.
6015 (dbx_symfile_init): Update.
6016 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
6017 (coffstab_build_psymtabs, elfstab_build_psymtabs)
6018 (stabsect_build_psymtabs, _initialize_dbxread): Update.
6019
6020 2019-07-10 Tom Tromey <tromey@adacore.com>
6021
6022 * jit.c (jit_program_space_key): Change type. Move lower.
6023 (get_jit_program_space_data): Update.
6024 (jit_program_space_data_cleanup): Remove.
6025 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
6026 Update.
6027 (struct jit_program_space_data): Add initializers.
6028
6029 2019-07-10 Tom Tromey <tromey@adacore.com>
6030
6031 * solib-darwin.c (struct darwin_info): Add initializers.
6032 (solib_darwin_pspace_data): Change type.
6033 (darwin_pspace_data_cleanup): Remove.
6034 (get_darwin_info, _initialize_darwin_solib): Update.
6035
6036 2019-07-10 Tom Tromey <tromey@adacore.com>
6037
6038 * remote-sim.c (struct sim_inferior_data): Add initializers,
6039 constructor, and destructor.
6040 (sim_inferior_data_key): Change type. Move lower.
6041 (check_for_duplicate_sim_descriptor): Update.
6042 (get_sim_inferior_data): Use new. Update.
6043 (~sim_inferior_data_cleanup): Rename from
6044 sim_inferior_data_cleanup. Simplify.
6045 (gdbsim_close_inferior, simulator_command)
6046 (sim_command_completer, _initialize_remote_sim): Update.
6047 (next_pid, INITIAL_PID): Move earlier.
6048
6049 2019-07-10 Tom Tromey <tromey@adacore.com>
6050
6051 * python/python-internal.h (create_thread_object): Return
6052 gdbpy_ref.
6053 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
6054 * python/py-inferior.c (struct threadlist_entry): Add
6055 constructor.
6056 <thread_obj>: Now a gdbpy_ref.
6057 (thread_to_thread_object): Update.
6058 (add_thread_object): Use new.
6059 (delete_thread_object): Use delete.
6060 (infpy_threads): Update.
6061 (py_free_inferior): Update. Construct "inf_obj" after acquiring
6062 GIL.
6063
6064 2019-07-10 Tom Tromey <tromey@adacore.com>
6065
6066 * valops.c (value_cast): Specialize error message for Ada.
6067
6068 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6069
6070 * breakpoint.c (breakpoint_1): Update doc and parameter names.
6071
6072 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6073
6074 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
6075 bpstat_should_step): Return bool, adjust comments.
6076 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
6077 bpstat_should_step): Likewise.
6078
6079 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6080
6081 * features/Makefile: Use feature target descriptions for Arm.
6082 * features/arm/arm-core.c: Generate new file.
6083 * features/arm/arm-fpa.c: Likewise.
6084 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
6085 * features/arm/arm-m-profile.c: Likewise.
6086 * features/arm/arm-vfpv2.c: Likewise.
6087 * features/arm/arm-vfpv3.c: Likewise.
6088 * features/arm/xscale-iwmmxt.c: Likewise.
6089 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
6090
6091 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6092
6093 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
6094 ptrace earlier.
6095
6096 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6097
6098 * features/aarch64-pauth.c: Regenerate.
6099
6100 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
6101
6102 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
6103 bool.
6104 (bpstat_what): Use false instead of 0.
6105
6106 2019-07-09 Pedro Alves <palves@redhat.com>
6107
6108 * break-catch-throw.c (is_exception_catchpoint): New.
6109 * breakpoint.c (print_one_breakpoint_location): New parameter
6110 'raw_loc'. Handle it. Use
6111 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
6112 looking at the breakpoint's type.
6113 (print_one_breakpoint): If handling "maint info breakpoints", also
6114 print locations of exception catchpoints.
6115 * breakpoint.h (is_exception_catchpoint): Declare.
6116
6117 2019-07-09 Pedro Alves <palves@redhat.com>
6118
6119 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
6120 "addr" field.
6121 (allocate_location_exception_catchpoint): New.
6122 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
6123 (initialize_throw_catchpoint_ops): Install
6124 allocate_location_exception_catchpoint as allocate_location
6125 method.
6126 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
6127 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
6128 bp_loc_other.
6129 (breakpoint_address_is_meaningful): Delete.
6130 (bl_address_is_meaningful): New.
6131 (breakpoint_locations_match): Adjust comment.
6132 (bp_location_from_bp_type): New, factored out of...
6133 (bp_location::bp_location(breakpoint *)): ... this.
6134 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
6135 factored out of...
6136 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
6137 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
6138 breakpoint_address_is_meaningful.
6139 (bp_locations_compare): Adjust comment.
6140 (update_global_location_list): Use bl_address_is_meaningful
6141 instead of breakpoint_address_is_meaningful.
6142 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
6143 explicit.
6144 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
6145 * python/py-breakpoint.c (bppy_get_location): No longer check
6146 whether location is null.
6147
6148 2019-07-09 Pedro Alves <palves@redhat.com>
6149
6150 PR c++/15468
6151 * breakpoint.c (print_one_breakpoint_location): Remove
6152 single-location assert.
6153
6154 2019-07-09 Tom Tromey <tom@tromey.com>
6155
6156 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
6157 * configure: Rebuild.
6158 * configure.ac: Change common to gdbsupport.
6159 * gdbsupport: Rename from common.
6160 * acinclude.m4: Change common to gdbsupport.
6161 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
6162 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
6163 gdbsupport.
6164 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
6165 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
6166 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
6167 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
6168 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
6169 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
6170 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
6171 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
6172 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
6173 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
6174 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
6175 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
6176 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
6177 coff-pe-read.c, command.h, compile/compile-c-support.c,
6178 compile/compile-c.h, compile/compile-cplus-symbols.c,
6179 compile/compile-cplus-types.c, compile/compile-cplus.h,
6180 compile/compile-loc2c.c, compile/compile.c, completer.c,
6181 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
6182 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
6183 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
6184 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
6185 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
6186 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
6187 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
6188 features/aarch64-core.c, features/aarch64-fpu.c,
6189 features/aarch64-pauth.c, features/aarch64-sve.c,
6190 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
6191 features/i386/32bit-core.c, features/i386/32bit-linux.c,
6192 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
6193 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
6194 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
6195 features/i386/64bit-core.c, features/i386/64bit-linux.c,
6196 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
6197 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
6198 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
6199 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
6200 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
6201 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
6202 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
6203 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
6204 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
6205 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
6206 go32-nat.c, guile/guile.c, guile/scm-ports.c,
6207 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
6208 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
6209 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
6210 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
6211 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
6212 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
6213 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
6214 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
6215 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
6216 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
6217 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
6218 minsyms.c, mips-linux-tdep.c, namespace.h,
6219 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
6220 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
6221 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
6222 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
6223 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
6224 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
6225 nat/linux-waitpid.c, nat/mips-linux-watch.c,
6226 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
6227 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
6228 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
6229 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
6230 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
6231 procfs.c, producer.c, progspace.h, psymtab.h,
6232 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
6233 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
6234 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
6235 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
6236 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
6237 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
6238 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
6239 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
6240 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
6241 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
6242 target-memory.c, target.c, target.h, target/waitstatus.c,
6243 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
6244 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
6245 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
6246 unittests/array-view-selftests.c,
6247 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
6248 unittests/common-utils-selftests.c,
6249 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
6250 unittests/format_pieces-selftests.c,
6251 unittests/function-view-selftests.c,
6252 unittests/lookup_name_info-selftests.c,
6253 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
6254 unittests/mkdir-recursive-selftests.c,
6255 unittests/observable-selftests.c,
6256 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
6257 unittests/parse-connection-spec-selftests.c,
6258 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
6259 unittests/scoped_fd-selftests.c,
6260 unittests/scoped_mmap-selftests.c,
6261 unittests/scoped_restore-selftests.c,
6262 unittests/string_view-selftests.c, unittests/style-selftests.c,
6263 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
6264 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
6265 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
6266 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
6267 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
6268 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
6269
6270 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6271
6272 * linespec.c (decode_digits_list_mode): Set explicit_line to a
6273 bool value.
6274 (decode_digits_ordinary): Set explicit_line field in sal.
6275 * symtab.c (skip_prologue_sal): Don't skip prologue for a
6276 symtab_and_line that was set on an explicit line number in
6277 assembler code. Do always update the recorded symtab and line if
6278 we do skip the prologue.
6279
6280 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6281
6282 * breakpoint.c (set_breakpoint_location_function): Remove
6283 explicit_loc parameter.
6284 (momentary_breakpoint_from_master): Update call to
6285 set_breakpoint_location_function.
6286 (add_location_to_breakpoint): Likewise.
6287
6288 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6289
6290 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
6291 required features based on default bfd type when no specific bfd
6292 is present.
6293
6294 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6295
6296 * NEWS: Mention that GDB printf and eval commands can now print
6297 C-style and Ada-style convenience var strings without
6298 calling the inferior.
6299 * printcmd.c (printf_c_string): Locally print GDB internal var
6300 instead of transiting via the inferior.
6301 (printf_wide_c_string): Likewise.
6302
6303 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6304
6305 PR breakpoints/25011
6306 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
6307
6308 2019-07-04 Tom Tromey <tom@tromey.com>
6309
6310 PR tui/24724:
6311 * tui/tui-winsource.c (tui_clear_source_content): Update.
6312 (tui_source_window_base::set_is_exec_point_at): Fix comment.
6313 (tui_update_breakpoint_info): Update.
6314 (tui_set_exec_info_content): Update.
6315 * tui/tui-source.c (tui_set_source_content_nil): Update.
6316 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
6317 has_break.
6318 * tui/tui-data.h (enum tui_bp_flag): New.
6319 (tui_bp_flags): New enum flags type.
6320 (struct tui_source_element) <break_mode>: Change type. Rename
6321 from has_break.
6322 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
6323 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
6324 constants.
6325 * tui/tui-winsource.h: Fix comment.
6326
6327 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6328
6329 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
6330 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
6331 (store_fpregs_to_thread)
6332 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
6333 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
6334 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
6335 (IWMMXT_REGS_SIZE): Add define.
6336 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
6337 (fetch_vfp_regs, store_vfp_regs)
6338 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
6339 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
6340
6341 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6342
6343 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
6344 defines.
6345 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
6346 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
6347 (ARM_INT_REGISTER_SIZE): ...to this.
6348 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
6349 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
6350 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
6351 (arm_linux_collect_gregset, supply_nwfpe_register)
6352 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
6353 defines.
6354 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
6355 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
6356 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
6357 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
6358 (arm_return_in_memory, arm_store_return_value)
6359 (arm_get_longjmp_target, arm_register_g_packet_guesses)
6360 (arm_record_ld_st_multiple): Likewise.
6361 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
6362 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
6363
6364 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6365
6366 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
6367 AARCH64_DISPLACED_MODIFIED_INSNS.
6368 * aarch64-tdep.c (struct aarch64_displaced_step_data)
6369 (aarch64_displaced_step_copy_insn): Likewise.
6370 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
6371 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
6372 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
6373 ARM_DISPLACED_MODIFIED_INSNS.
6374 * arm-tdep.c (arm_gdbarch_init): Likewise.
6375 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
6376 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
6377 (struct arm_displaced_step_closure): Use
6378 ARM_DISPLACED_MODIFIED_INSNS.
6379
6380 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6381
6382 * features/Makefile: Remove unused xml files.
6383 * features/aarch64.xml: Remove.
6384 * features/i386/amd64-avx-avx512-linux.xml: Remove.
6385 * features/i386/amd64-avx-avx512.xml: Remove.
6386 * features/i386/amd64-avx-linux.xml: Remove.
6387 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
6388 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
6389 * features/i386/amd64-avx-mpx-linux.xml: Remove.
6390 * features/i386/amd64-avx-mpx.xml: Remove.
6391 * features/i386/amd64-avx.xml: Remove.
6392 * features/i386/amd64-linux.xml: Remove.
6393 * features/i386/amd64-mpx-linux.xml: Remove.
6394 * features/i386/amd64-mpx.xml: Remove.
6395 * features/i386/amd64.xml: Remove.
6396 * features/i386/i386-avx-avx512-linux.xml: Remove.
6397 * features/i386/i386-avx-avx512.xml: Remove.
6398 * features/i386/i386-avx-linux.xml: Remove.
6399 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
6400 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
6401 * features/i386/i386-avx-mpx-linux.xml: Remove.
6402 * features/i386/i386-avx-mpx.xml: Remove.
6403 * features/i386/i386-avx.xml: Remove.
6404 * features/i386/i386-linux.xml: Remove.
6405 * features/i386/i386-mmx-linux.xml: Remove.
6406 * features/i386/i386-mmx.xml: Remove.
6407 * features/i386/i386-mpx-linux.xml: Remove.
6408 * features/i386/i386-mpx.xml: Remove.
6409 * features/i386/i386.xml: Remove.
6410 * features/i386/x32-avx-avx512-linux.xml: Remove.
6411 * features/i386/x32-avx-linux.xml: Remove.
6412 * features/i386/x32-linux.xml: Remove.
6413
6414 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6415
6416 * regformats/aarch64.dat: Remove.
6417 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
6418 * regformats/i386/amd64-avx-linux.dat: Remove.
6419 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
6420 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
6421 * regformats/i386/amd64-linux.dat: Remove.
6422 * regformats/i386/amd64-mpx-linux.dat: Remove.
6423 * regformats/i386/amd64.dat: Remove.
6424 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
6425 * regformats/i386/i386-avx-linux.dat: Remove.
6426 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
6427 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
6428 * regformats/i386/i386-linux.dat: Remove.
6429 * regformats/i386/i386-mmx-linux.dat: Remove.
6430 * regformats/i386/i386-mpx-linux.dat: Remove.
6431 * regformats/i386/i386.dat: Remove.
6432 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
6433 * regformats/i386/x32-avx-linux.dat: Remove.
6434 * regformats/i386/x32-linux.dat: Remove.
6435
6436 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6437
6438 * aarch64-tdep.c: Remove xml self tests.
6439 * amd64-linux-tdep.c: Likewise.
6440 * amd64-tdep.c: Likewise.
6441 * i386-linux-tdep.c: Likewise.
6442 * i386-tdep.c: Likewise.
6443
6444 2019-07-03 Pedro Alves <palves@redhat.com>
6445
6446 PR cli/24732
6447 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
6448 (pipe_cmd_option_defs): New.
6449 (make_pipe_cmd_options_def_group): New.
6450 (pipe_command): Use gdb::option::process_options.
6451 (pipe_command_completer): New function.
6452 (_initialize_cli_cmds): Install completer for "pipe" command.
6453
6454 2019-07-03 Pedro Alves <palves@redhat.com>
6455
6456 * cli/cli-option.c (union option_value) <string>: New field.
6457 (struct option_def_and_value): Add ctor, move ctor, dtor and
6458 use DISABLE_COPY_AND_ASSIGN.
6459 (option_def_and_value::clear_value): New.
6460 (parse_option, save_option_value_in_ctx, get_val_type_str)
6461 (add_setshow_cmds_for_options): Handle var_string.
6462 * cli-option.h (union option_def::var_address) <string>: New
6463 field.
6464 (struct string_option_def): New.
6465 * maint-test-options.c (struct test_options_opts): Add default
6466 ctor and use DISABLE_COPY_AND_ASSIGN.
6467 <string_opt>: New field.
6468 (test_options_opts::~test_options_opts): New.
6469 (test_options_opts::dump): Also dump "-string".
6470 (test_options_option_defs): Install "string.
6471
6472 2019-07-03 Pedro Alves <palves@redhat.com>
6473
6474 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
6475 option_value with a null enumeration.
6476 (complete_options): Save the option values in the context.
6477 (save_option_value_in_ctx): New, factored out from ...
6478 (process_options): ... here.
6479 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
6480 of the function.
6481 * maint-test-options.c (test_options_opts::dump): New, factored
6482 out from ...
6483 (maintenance_test_options_command_mode): ... here.
6484 (maintenance_test_options_command_completion_result): Delete.
6485 (maintenance_test_options_command_completion_text): Update
6486 comment.
6487 (maintenance_show_test_options_completion_result): Change
6488 prototype. Just print
6489 maintenance_test_options_command_completion_text.
6490 (save_completion_result): New.
6491 (maintenance_test_options_completer_mode): Pass options context to
6492 complete_options, and then save a dump.
6493 (_initialize_maint_test_options): Use add_cmd to install "maint
6494 show test-options-completion-result".
6495
6496 2019-07-03 Pedro Alves <palves@redhat.com>
6497
6498 * NEWS (New commands): Mention "with" and "maint with".
6499 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
6500 (with_command, with_command_completer): New.
6501 (pipe_command): Adjust to new repeat_previous
6502 interface.
6503 (_initialize_cli_cmds): Install the "with" command and its "w"
6504 alias.
6505 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
6506 declarations.
6507 * cli/cli-setshow.c (parse_cli_var_uinteger)
6508 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
6509 argument strings for all var_types.
6510 (get_setshow_command_value_string): New, factored out from ...
6511 (do_show_command): ... this.
6512 * cli/cli-setshow.h: Include <string>.
6513 (get_setshow_command_value_string): Declare.
6514 * command.h (repeat_previous): Now returns const char *. Adjust
6515 comment.
6516 * maint.c: Include "cli/cli-cmds.h".
6517 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
6518 (_initialize_maint_cmds): Register the "maintenance with" command.
6519 * top.c (repeat_previous): Move bits from pipe_command here:
6520 Return the saved command line, if any; error out if there's no
6521 command to relaunch.
6522
6523 2019-07-03 Pedro Alves <palves@redhat.com>
6524
6525 * NEWS (New commands): Mention "maint set/show test-settings"
6526 instead of "maint test-settings".
6527 * maint-test-settings.c (maintenance_test_settings_list): Delete.
6528 (maintenance_test_settings_set_list): Rename to ...
6529 (maintenance_set_test_settings_list): ... this.
6530 (maintenance_test_settings_show_list): Rename to ...
6531 (maintenance_show_test_settings_list): ... this.
6532 (maintenance_test_settings_cmd): Delete.
6533 (maintenance_test_settings_set_cmd): ...
6534 (maintenance_set_test_settings_cmd): ... this.
6535 (maintenance_test_settings_show_cmd): ...
6536 (maintenance_show_test_settings_cmd): ... this.
6537 (maintenance_test_settings_show_value_cmd):
6538 (maintenance_show_test_settings_value_cmd): ... this.
6539 (_initialize_maint_test_settings): No longer install the "maint
6540 test-settings" prefix command. Rename "maint test-settings set"
6541 to "maint set test-settings", and "maint test-settings show" to
6542 "maint show test-settings". Adjust all subcommands.
6543
6544 2019-07-03 Pedro Alves <palves@redhat.com>
6545
6546 * maint-test-settings.c: Fix file's intro comment. Replace all
6547 references to "test-options" with references to "test-settings",
6548 in comments.
6549
6550 2019-07-03 Pedro Alves <palves@redhat.com>
6551
6552 * maint-test-settings.c (maintenance_test_settings_xxx)
6553 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
6554 New.
6555 (maintenance_test_settings_enums): Use them.
6556 (maintenance_test_settings_enum): Default to
6557 maintenance_test_settings_xxx.
6558 (_initialize_maint_test_settings): Initialize
6559 MAINTENANCE_TEST_SETTINGS_FILENAME.
6560
6561 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
6562
6563 * breakpoint.h (remove_breakpoints_inf): Change return type to
6564 void, move function documentation here.
6565 * breakpoint.c (remove_breakpoints_inf): Change return type to
6566 void, move function documentation to header.
6567
6568 2019-07-02 Pedro Alves <palves@redhat.com>
6569
6570 * NEWS (Completion improvements): Mention "info threads".
6571 * thread.c (struct info_threads_opts, info_threads_option_defs)
6572 (make_info_threads_options_def_group): New.
6573 (info_threads_command): Use gdb::option::process_options.
6574 (info_threads_command_completer): New.
6575 (_initialize_thread): Use gdb::option::build_help to build the
6576 help text for "info threads".
6577
6578 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
6579
6580 * defs.h (generic_load): Move from here...
6581 * symfile.h (generic_load): ... to here. Rename name parameter
6582 to args.
6583 * symfile.c (generic_load): Add comment.
6584
6585 2019-07-01 Tom Tromey <tromey@adacore.com>
6586
6587 * dwarf2read.c
6588 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
6589 declaration of without_params. Fix formatting.
6590
6591 2019-07-01 Tom Tromey <tromey@adacore.com>
6592
6593 * ada-exp.y (find_primitive_type): Update.
6594 * ada-lang.h (ada_lookup_symbol): Update.
6595 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
6596 parameter.
6597 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
6598
6599 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
6600
6601 PR breakpoints/24541
6602 * gdbarch.c: Regenerate.
6603 * gdbarch.h: Regenerate.
6604 * gdbarch.sh: Add 'stap_adjust_register'.
6605 * i386-tdep.c: Include '<unordered_set>'.
6606 (i386_stap_adjust_register): New function.
6607 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
6608 * stap-probe.c (stap_parse_register_operand): Call
6609 'gdbarch_stap_adjust_register'.
6610
6611 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
6612
6613 PR python/24742
6614 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
6615 * python/python.c (do_start_initialization): Use 'xmalloc'
6616 instead of 'PyMem_Malloc'.
6617
6618 2019-06-28 Tom Tromey <tromey@adacore.com>
6619
6620 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
6621 for Ada.
6622
6623 2019-06-27 Tom Tromey <tromey@adacore.com>
6624
6625 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
6626 objfile_key.
6627 (arm_find_mapping_symbol, arm_record_special_symbol)
6628 (_initialize_arm_tdep): Update.
6629 (arm_objfile_data_free): Remove.
6630
6631 2019-06-27 Tom Tromey <tromey@adacore.com>
6632
6633 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
6634 to cp_print_static_field.
6635
6636 2019-06-26 Tom Tromey <tromey@adacore.com>
6637
6638 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
6639 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
6640 declare.
6641
6642 2019-06-26 Alan Hayward <alan.hayward@arm.com>
6643
6644 * features/aarch64-core.c (create_feature_aarch64_core):
6645 Regenerate.
6646 * features/aarch64-core.xml: Add cpsr flags.
6647
6648 2019-06-26 Alan Hayward <alan.hayward@arm.com>
6649
6650 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
6651 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
6652
6653 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
6654
6655 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
6656 field.
6657 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
6658 use.
6659 (arm_record_special_symbol): Don't insert new symbol in sorted
6660 position, push it at the end.
6661
6662 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
6663
6664 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
6665 (arm_mapping_symbol_s): Remove.
6666 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
6667 (arm_mapping_symbol_vec): New typedef.
6668 (struct arm_per_objfile): Add constructor.
6669 <section_maps>: Change type to
6670 std::unique_ptr<arm_mapping_symbol_vec[]>.
6671 (arm_compare_mapping_symbols): Remove.
6672 (arm_find_mapping_symbol): Adjust to section_maps type change.
6673 (arm_objfile_data_free): Call delete on arm_per_objfile.
6674 (arm_record_special_symbol): Adjust to section_maps type change.
6675 Allocate arm_per_objfile with new.
6676
6677 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6678
6679 * cli/cli-cmds.c (alias_command): Compare the alias prefix
6680 with the command prefix.
6681
6682 2019-06-25 Tom Tromey <tom@tromey.com>
6683
6684 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
6685 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
6686
6687 2019-06-25 Tom Tromey <tom@tromey.com>
6688
6689 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
6690 type.
6691 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
6692 protected.
6693
6694 2019-06-25 Tom Tromey <tom@tromey.com>
6695
6696 * tui/tui-winsource.c
6697 (tui_source_window_base::set_is_exec_point_at): Add check against
6698 LOA_ADDRESS.
6699
6700 2019-06-25 Tom Tromey <tom@tromey.com>
6701
6702 * tui/tui-source.c (tui_set_source_content): Don't check before
6703 xfree.
6704 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
6705
6706 2019-06-25 Tom Tromey <tom@tromey.com>
6707
6708 * tui/tui-winsource.h (tui_update_source_window_as_is)
6709 (tui_alloc_source_buffer, tui_line_is_displayed)
6710 (tui_addr_is_displayed): Change type of win_info.
6711 * tui/tui-winsource.c (tui_update_source_window_as_is)
6712 (tui_clear_source_content, tui_show_source_line)
6713 (tui_show_source_content, tui_source_window_base::refill)
6714 (tui_source_window_base::set_is_exec_point_at)
6715 (tui_source_window_base::set_is_exec_point_at)
6716 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
6717 (tui_alloc_source_buffer, tui_line_is_displayed)
6718 (tui_addr_is_displayed): Change type of win_info. Update.
6719 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6720 (tui_source_window_base::do_make_visible_with_new_height):
6721 Update.
6722 * tui/tui-source.c (tui_set_source_content)
6723 (tui_set_source_content_nil)
6724 (tui_source_window::do_scroll_vertical): Update.
6725 * tui/tui-layout.c (show_layout): Update.
6726 * tui/tui-disasm.c (tui_set_disassem_content)
6727 (tui_disasm_window::do_scroll_vertical): Update.
6728 * tui/tui-data.h (tui_win_content): Remove.
6729 (struct tui_gen_win_info) <content, content_size>: Remove.
6730 (struct tui_source_element): Add initializers and destructor.
6731 (union tui_which_element, struct tui_win_element): Remove.
6732 (struct tui_source_window_base) <content>: New field.
6733 (struct tui_data_window): Remove destructor.
6734 (tui_alloc_content, tui_free_win_content)
6735 (tui_free_all_source_wins_content): Don't declare.
6736 * tui/tui-data.c (tui_initialize_static_data): Update.
6737 (init_content_element, tui_alloc_content): Remove.
6738 (~tui_gen_win_info): Update.
6739 (~tui_data_window, tui_free_all_source_wins_content)
6740 (tui_free_win_content, free_content, free_content_elements):
6741 Remove.
6742
6743 2019-06-25 Tom Tromey <tom@tromey.com>
6744
6745 * tui/tui-winsource.h (tui_clear_source_content)
6746 (tui_erase_source_content, tui_show_source_content): Change type
6747 of win_info.
6748 * tui/tui-winsource.c (tui_clear_source_content)
6749 (tui_erase_source_content, tui_show_source_content): Change type
6750 of win_info.
6751 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6752 * tui/tui-source.h (tui_set_source_content_nil): Change type of
6753 win_info.
6754 * tui/tui-source.c (tui_set_source_content_nil): Change type of
6755 win_info.
6756 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
6757
6758 2019-06-25 Tom Tromey <tom@tromey.com>
6759
6760 * tui/tui-winsource.c (tui_clear_source_content)
6761 (tui_source_window_base::set_is_exec_point_at): Update.
6762 * tui/tui-source.c (tui_set_source_content_nil): Update.
6763 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
6764 a bool.
6765 * tui/tui-data.c (init_content_element): Update.
6766
6767 2019-06-25 Tom Tromey <tom@tromey.com>
6768
6769 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
6770 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
6771 * tui/tui-layout.c (init_and_make_win): Update.
6772 * tui/tui.h (enum tui_win_type): Update.
6773 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
6774 tui_win_is_auxillary.
6775 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
6776 tui_win_is_auxillary.
6777
6778 2019-06-25 Tom Tromey <tom@tromey.com>
6779
6780 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
6781 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
6782 (tui_delete_data_content_windows, tui_display_all_data)
6783 (tui_data_window::do_scroll_vertical, tui_display_data_from):
6784 Update.
6785 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
6786 * tui/tui-regs.c (tui_last_regs_line_no)
6787 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
6788 (tui_show_registers): Update.
6789 (tui_show_register_group): Return void. Update.
6790 (tui_display_registers_from, tui_display_reg_element_at_line)
6791 (tui_display_registers_from_line, tui_check_register_values):
6792 Update.
6793 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
6794 member.
6795 (struct tui_data_window) <regs_content>: Now a std::vector.
6796 <regs_content_count>: Remove.
6797 (tui_add_content_elements, tui_free_data_content): Don't declare.
6798 * tui/tui-data.c (tui_data_window::clear_detail): Update.
6799 (init_content_element): Remove DATA_WIN case. Add assert.
6800 (tui_add_content_elements): Remove.
6801 (tui_data_window): Update.
6802 (tui_free_data_content): Remove.
6803 (free_content_elements): Remove DATA_WIN case.
6804
6805 2019-06-25 Tom Tromey <tom@tromey.com>
6806
6807 * tui/tui-data.c (tui_data_item_window): Update.
6808 * tui/tui-windata.h (tui_check_data_values): Don't declare.
6809 * tui/tui-windata.c (tui_display_all_data)
6810 (tui_display_data_from_line): Update.
6811 (tui_check_data_values): Remove.
6812 * tui/tui-regs.c (tui_show_register_group)
6813 (tui_display_reg_element_at_line): Update.
6814 * tui/tui-hooks.c (tui_register_changed)
6815 (tui_refresh_frame_and_register_information): Call
6816 tui_check_register_values.
6817 * tui/tui-data.h (struct tui_data_window) <data_content,
6818 data_content_count, data_type>: Remove.
6819 (enum tui_data_type): Remove.
6820
6821 * tui/tui-data.c (tui_data_window::clear_detail)
6822 (~tui_data_window): Update.
6823
6824 2019-06-25 Tom Tromey <tom@tromey.com>
6825
6826 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
6827 declare.
6828 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
6829 Rename from tui_first_data_item_displayed. Update.
6830 (tui_data_window::refresh_all)
6831 (tui_data_window::do_scroll_vertical): Update.
6832 * tui/tui-data.h (struct tui_data_window)
6833 <first_data_item_displayed>: Declare new method.
6834
6835 2019-06-25 Tom Tromey <tom@tromey.com>
6836
6837 * tui/tui-data.h (tui_init_generic_part): Don't declare.
6838 * tui/tui-data.c (tui_init_generic_part): Remove, moving
6839 contents...
6840 (tui_initialize_static_data): ...here.
6841
6842 2019-06-25 Tom Tromey <tom@tromey.com>
6843
6844 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6845 (tui_display_registers_from, tui_check_register_values): Update.
6846 (tui_display_register): Remove win_info parameter; update.
6847 (tui_get_register): Change type of parameters.
6848 * tui/tui-data.h (struct tui_data_element): Remove.
6849 (union tui_which_element) <data>: Remove.
6850 <data_window>: Change type.
6851 (struct tui_data_item_window): New.
6852 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
6853 case. Add assert.
6854 (~tui_data_item_window): New destructor.
6855 (free_content_elements): Remove DATA_ITEM_WIN case.
6856
6857 2019-06-25 Tom Tromey <tom@tromey.com>
6858
6859 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
6860 Remove.
6861
6862 2019-06-25 Tom Tromey <tom@tromey.com>
6863
6864 * tui/tui-data.h (struct tui_command_element): Remove.
6865 (union tui_which_element) <command>: Remove.
6866 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
6867 assert.
6868 (free_content_elements): Remove CMD_WIN case.
6869
6870 2019-06-25 Tom Tromey <tom@tromey.com>
6871
6872 * tui/tui-layout.c (tui_set_layout): Update.
6873 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
6874 * tui/tui-data.c (layout_def): Update.
6875
6876 2019-06-25 Tom Tromey <tom@tromey.com>
6877
6878 * tui/tui-wingeneral.c (tui_refresh_all): Update.
6879 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6880 (tui_source_window_base::set_new_height): Update.
6881 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
6882 Update.
6883 (tui_set_locator_fullname, tui_set_locator_info)
6884 (tui_show_frame_info): Update.
6885 * tui/tui-source.c (tui_set_source_content)
6886 (tui_source_is_displayed): Update.
6887 * tui/tui-layout.c (show_source_disasm_command, show_data)
6888 (show_source_or_disasm_and_command): Update.
6889 * tui/tui-disasm.c (tui_set_disassem_content)
6890 (tui_get_begin_asm_address): Update.
6891 * tui/tui-data.h (struct tui_locator_element): Remove.
6892 (union tui_which_element) <locator>: Remove.
6893 (struct tui_locator_window): New.
6894 (tui_locator_win_info_ptr): Change return type.
6895 * tui/tui-data.c (_locator): Change type.
6896 (tui_locator_win_info_ptr): Change return type.
6897 (init_content_element): Remove LOCATOR_WIN case. Add assert.
6898 (tui_alloc_content): Add assert.
6899
6900 2019-06-25 Tom Tromey <tom@tromey.com>
6901
6902 * tui/tui-winsource.c
6903 (tui_exec_info_window::maybe_allocate_content): New method.
6904 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
6905 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
6906 (make_source_or_disasm_window): Add cast.
6907 * tui/tui-data.h (union tui_which_element) <simple_string>:
6908 Remove.
6909 (struct tui_source_info): New.
6910 (struct tui_source_window_base) <execution_info>: Change type.
6911 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
6912 case, and add assert.
6913 (tui_alloc_content): Add assert.
6914
6915 2019-06-25 Tom Tromey <tom@tromey.com>
6916
6917 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
6918 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
6919 * tui/tui-data.c (tui_alloc_win_info): Remove.
6920
6921 2019-06-25 Tom Tromey <tom@tromey.com>
6922
6923 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
6924 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
6925 can_highlight.
6926
6927 2019-06-25 Tom Tromey <tom@tromey.com>
6928
6929 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
6930 make_visible_with_new_height method.
6931 (tui_win_info::make_visible_with_new_height): New method.
6932 (tui_source_window_base::do_make_visible_with_new_height)
6933 (tui_data_window::do_make_visible_with_new_height)
6934 (tui_cmd_window::do_make_visible_with_new_height): New methods.
6935 (make_visible_with_new_height): Remove.
6936 (tui_resize_all, tui_adjust_win_heights): Use
6937 make_visible_with_new_height method.
6938 * tui/tui-data.h (struct tui_win_info)
6939 <do_make_visible_with_new_height, make_visible_with_new_height>:
6940 New methods.
6941 (struct tui_source_window_base, struct tui_data_window)
6942 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
6943 methods.
6944
6945 2019-06-25 Tom Tromey <tom@tromey.com>
6946
6947 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
6948 method.
6949 (update_tab_width): Call update_tab_width method.
6950 * tui/tui-data.h (struct tui_win_info)
6951 (struct tui_source_window_base) <update_tab_width>: New methods.
6952
6953 2019-06-25 Tom Tromey <tom@tromey.com>
6954
6955 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
6956 parameter.
6957 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
6958 parameter.
6959 (tui_gen_win_info::make_visible): Update.
6960 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
6961 parameter.
6962 * tui/tui-data.h (enum tui_box): New enum.
6963 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
6964
6965 2019-06-25 Tom Tromey <tom@tromey.com>
6966
6967 * tui/tui-layout.c (make_source_or_disasm_window): Always use
6968 init_and_make_win for EXEC_INFO_WIN.
6969 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
6970 longer inline.
6971 (struct tui_win_info) <~tui_win_info>: Inline.
6972 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6973 Don't declare.
6974 * tui/tui-data.c (source_win, disasm_win): Remove globals.
6975 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6976 Remove.
6977 (tui_initialize_static_data): Update.
6978 (~tui_gen_win_info): Handle more cleanup here.
6979 (~tui_source_window_base): Delete "execution_info".
6980 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
6981
6982 2019-06-25 Tom Tromey <tom@tromey.com>
6983
6984 * tui/tui-layout.c (make_command_window): Don't set
6985 can_highlight.
6986 (show_source_disasm_command): Call the reset method.
6987 (show_data): Don't set can_highlight. Call the reset method.
6988 (tui_gen_win_info::reset): Rename from init_gen_win_info
6989 (init_and_make_win): Simplify. Return tui_gen_win_info.
6990 (show_source_or_disasm_and_command): Call the reset method.
6991 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
6992 (struct tui_cmd_window): Set can_highlight.
6993
6994 2019-06-25 Tom Tromey <tom@tromey.com>
6995
6996 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
6997 from make_visible.
6998 (tui_make_visible, tui_make_invisible): Rewrite.
6999 (tui_win_info::make_visible): Remove.
7000 (tui_source_window_base::make_visible): Update.
7001 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
7002 method. Moved from...
7003 (struct tui_win_info) <make_visible>: ...here.
7004
7005 2019-06-25 Tom Tromey <tom@tromey.com>
7006
7007 * tui/tui-winsource.c
7008 (tui_source_window_base::do_scroll_horizontal): Remove direction
7009 parameter.
7010 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
7011 direction parameter.
7012 * tui/tui-win.c (tui_win_info::forward_scroll)
7013 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7014 (tui_win_info::right_scroll): Update.
7015 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
7016 direction parameter.
7017 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
7018 direction parameter.
7019 * tui/tui-data.h (enum tui_scroll_direction): Remove.
7020 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
7021 Remove direction parameter.
7022 (struct tui_source_window_base, struct tui_source_window)
7023 (struct tui_disasm_window, struct tui_data_window)
7024 (struct tui_cmd_window): Update.
7025
7026 2019-06-25 Tom Tromey <tom@tromey.com>
7027
7028 * tui/tui-winsource.h (tui_set_exec_info_content)
7029 (tui_show_exec_info_content, tui_erase_exec_info_content)
7030 (tui_clear_exec_info_content, tui_update_exec_info): Change
7031 argument to tui_source_window_base.
7032 * tui/tui-winsource.c (tui_set_exec_info_content)
7033 (tui_show_exec_info_content, tui_erase_exec_info_content)
7034 (tui_clear_exec_info_content, tui_update_exec_info): Change
7035 argument to tui_source_window_base.
7036
7037 2019-06-25 Tom Tromey <tom@tromey.com>
7038
7039 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
7040 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
7041
7042 2019-06-25 Tom Tromey <tom@tromey.com>
7043
7044 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
7045 check.
7046
7047 2019-06-25 Tom Tromey <tom@tromey.com>
7048
7049 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
7050 type to void.
7051 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
7052 type to void.
7053 * tui/tui-source.c (tui_set_source_content): Update.
7054 * tui/tui-disasm.c (tui_set_disassem_content): Update.
7055
7056 2019-06-25 Tom Tromey <tom@tromey.com>
7057
7058 * tui/tui-win.c (window_name_completer, tui_set_focus)
7059 (tui_all_windows_info): Use name method.
7060 * tui/tui-data.h (struct tui_gen_win_info)
7061 (struct tui_source_window, struct tui_disasm_window)
7062 (struct tui_data_window, struct tui_cmd_window) <name>: New
7063 method.
7064 (tui_win_name): Don't declare.
7065 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
7066 (tui_win_name): Remove.
7067
7068 2019-06-25 Tom Tromey <tom@tromey.com>
7069
7070 * tui/tui-winsource.h (tui_update_source_window)
7071 (tui_update_source_window_as_is): Change parameter type.
7072 * tui/tui-winsource.c (tui_update_source_window): Change win_info
7073 to be a tui_source_window_base.
7074 (tui_update_source_window_as_is): Likewise.
7075 * tui/tui-win.c (make_visible_with_new_height): Update.
7076
7077 2019-06-25 Tom Tromey <tom@tromey.com>
7078
7079 * tui/tui-winsource.c (tui_erase_source_content)
7080 (tui_show_source_content, tui_show_exec_info_content)
7081 (tui_erase_exec_info_content): Use refresh_window method.
7082 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
7083 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
7084 from tui_refresh_win.
7085 (tui_data_window::refresh_window): New method.
7086 (tui_win_info::refresh, tui_source_window_base::refresh)
7087 (tui_refresh_all): Use refresh_window method.
7088 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
7089 method.
7090 * tui/tui-regs.c (tui_display_register): Call refresh_window
7091 method.
7092 * tui/tui-layout.c (show_source_disasm_command)
7093 (show_source_or_disasm_and_command): Call refresh_window method.
7094 * tui/tui-data.h (struct tui_gen_win_info)
7095 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
7096 New method.
7097
7098 2019-06-25 Tom Tromey <tom@tromey.com>
7099
7100 * tui/tui.c (tui_rl_other_window, tui_enable)
7101 (tui_is_window_visible, tui_get_command_dimension): Update.
7102 * tui/tui-winsource.c (tui_update_source_window_as_is)
7103 (tui_clear_source_content, tui_erase_source_content)
7104 (tui_show_source_line, tui_source_window_base::refill)
7105 (tui_source_window_base::do_scroll_horizontal)
7106 (tui_source_window_base::set_is_exec_point_at)
7107 (tui_update_breakpoint_info, tui_set_exec_info_content)
7108 (tui_alloc_source_buffer, tui_line_is_displayed)
7109 (tui_addr_is_displayed): Update.
7110 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7111 (tui_check_and_display_highlight_if_needed)
7112 (tui_win_info::make_visible, tui_win_info::refresh)
7113 (tui_refresh_all): Update.
7114 * tui/tui-windata.c (tui_first_data_item_displayed)
7115 (tui_delete_data_content_windows, tui_erase_data_content)
7116 (tui_display_all_data, tui_data_window::refresh_all)
7117 (tui_check_data_values): Update.
7118 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
7119 (tui_set_win_focus_to, tui_win_info::forward_scroll)
7120 (tui_win_info::backward_scroll, tui_refresh_all_win)
7121 (tui_resize_all, tui_set_focus, tui_all_windows_info)
7122 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
7123 (tui_source_window_base::set_new_height)
7124 (tui_data_window::set_new_height)
7125 (make_invisible_and_set_new_height)
7126 (make_visible_with_new_height, new_height_ok)
7127 (parse_scrolling_args): Update.
7128 * tui/tui-stack.c (tui_show_frame_info): Update.
7129 * tui/tui-source.c (tui_set_source_content)
7130 (tui_set_source_content_nil, tui_source_is_displayed)
7131 (tui_source_window::do_scroll_vertical): Update.
7132 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7133 (tui_display_registers_from, tui_display_reg_element_at_line)
7134 (tui_check_register_values, tui_reg_command): Update.
7135 * tui/tui-layout.c (tui_default_win_height)
7136 (show_source_disasm_command, show_data, init_and_make_win)
7137 (show_source_or_disasm_and_command): Update.
7138 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
7139 (tui_redisplay_readline, tui_mld_flush)
7140 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
7141 (tui_getc): Update.
7142 * tui/tui-disasm.c (tui_set_disassem_content)
7143 (tui_disasm_window::do_scroll_vertical): Update.
7144 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
7145 Now virtual.
7146 (struct tui_win_info): Derive from tui_gen_win_info.
7147 <~tui_win_info>: Mark as override.
7148 <generic>: Remove member.
7149 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
7150 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
7151 (~tui_data_window, ~tui_win_info)
7152 (tui_free_all_source_wins_content): Update.
7153 * tui/tui-command.c (tui_refresh_cmd_win): Update.
7154
7155 2019-06-25 Tom Tromey <tom@tromey.com>
7156
7157 * tui/tui-layout.c (init_and_make_win): Use new.
7158 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
7159 destructor, initializers.
7160 (tui_alloc_generic_win_info): Don't declare.
7161 * tui/tui-data.c (_locator): Add argument to constructor.
7162 (source_win, disasm_win): New globals.
7163 (exec_info): Remove.
7164 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7165 Update.
7166 (tui_alloc_generic_win_info): Remove.
7167 (init_content_element): Use new.
7168 (tui_win_info::tui_win_info): Update.
7169 (free_content_elements) <case DATA_WIN>: Use delete.
7170
7171 2019-06-25 Tom Tromey <tom@tromey.com>
7172
7173 * tui/tui-wingeneral.c (tui_refresh_win): Update.
7174 * tui/tui-windata.c (tui_first_data_item_displayed)
7175 (tui_delete_data_content_windows): Update.
7176 * tui/tui-win.c (tui_data_window::set_new_height): Update.
7177 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7178 (tui_display_registers_from, tui_check_register_values): Update.
7179 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
7180 pointer.
7181 * tui/tui-data.c (init_content_element): Update. Allocate the new
7182 window.
7183 (tui_free_data_content): Update.
7184 (free_content_elements) <case DATA_WIN>: Free the window.
7185
7186 2019-06-25 Tom Tromey <tom@tromey.com>
7187
7188 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
7189 Update.
7190 * tui/tui-layout.c (make_command_window)
7191 (show_source_disasm_command, show_data, init_and_make_win)
7192 (show_source_or_disasm_and_command): Update.
7193 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
7194 method.
7195 <can_highight, is_highlighted>: Now bool.
7196 (tui_set_win_highlight): Don't declare.
7197 * tui/tui-data.c (tui_set_win_highlight): Remove.
7198
7199 2019-06-25 Tom Tromey <tom@tromey.com>
7200
7201 * tui/tui-wingeneral.c (make_visible): Remove check of window
7202 type.
7203
7204 2019-06-25 Tom Tromey <tom@tromey.com>
7205
7206 * tui/tui-win.c (tui_win_info::max_height)
7207 (tui_cmd_window::max_height): New methods.
7208 (new_height_ok): Call max_height.
7209 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
7210 <max_height>: New method.
7211
7212 2019-06-25 Tom Tromey <tom@tromey.com>
7213
7214 * tui/tui-win.c (tui_source_window_base::set_new_height)
7215 (tui_data_window::set_new_height): New methods.
7216 (make_invisible_and_set_new_height): Call set_new_height method.
7217 * tui/tui-data.h (struct tui_win_info)
7218 (struct tui_source_window_base, struct tui_data_window)
7219 <set_new_height>: New method.
7220
7221 2019-06-25 Tom Tromey <tom@tromey.com>
7222
7223 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
7224 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
7225 tui_refresh_data_win.
7226 * tui/tui-win.c (tui_source_window_base::refresh_all): New
7227 method.
7228 (tui_refresh_all_win): Call the refresh_all method.
7229 (tui_set_focus): Likewise.
7230 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
7231 (struct tui_source_window_base, struct tui_data_window) <refresh>:
7232 Likewise.
7233
7234 2019-06-25 Tom Tromey <tom@tromey.com>
7235
7236 * tui/tui-winsource.h (tui_refill_source_window)
7237 (tui_set_is_exec_point_at): Don't declare.
7238 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
7239 (tui_source_window_base::refill): Rename from
7240 tui_refill_source_window.
7241 (tui_source_window_base::do_scroll_horizontal): Update.
7242 (tui_source_window_base::set_is_exec_point_at): Rename from
7243 tui_set_is_exec_point_at.
7244 (tui_update_all_breakpoint_info): Update.
7245 * tui/tui-stack.c (tui_show_frame_info): Update.
7246 * tui/tui-layout.c (show_data): Add cast.
7247 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
7248 * tui/tui-data.h (struct tui_source_window_base) <refill,
7249 set_is_exec_point_at>: New methods.
7250 (tui_source_windows, tui_add_to_source_windows): Update types.
7251 (tui_add_to_source_windows): Remove redundant declaration.
7252 * tui/tui-data.c (source_windows): Store tui_source_window_base.
7253 (tui_source_windows): Change return type.
7254 (tui_clear_source_windows_detail): Update.
7255 (tui_add_to_source_windows): Change type of parameter.
7256 (tui_free_all_source_wins_content): Update.
7257
7258 2019-06-25 Tom Tromey <tom@tromey.com>
7259
7260 * tui/tui-wingeneral.c (tui_win_info::refresh)
7261 (tui_source_window_base::refresh): New methods.
7262 (tui_refresh_all): Call the refresh method.
7263 * tui/tui-data.h (struct tui_win_info)
7264 (struct tui_source_window_base) <refresh>: New method.
7265
7266 2019-06-25 Tom Tromey <tom@tromey.com>
7267
7268 * tui/tui.h (tui_is_window_visible): Return bool.
7269 * tui/tui.c (tui_is_window_visible): Return bool.
7270 * tui/tui-wingeneral.c (tui_make_window, make_visible)
7271 (tui_make_visible, tui_make_invisible)
7272 (tui_win_info::make_visible)
7273 (tui_source_window_base::make_visible, make_all_visible)
7274 (tui_make_all_visible, tui_make_all_invisible): Update.
7275 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
7276 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
7277 bool.
7278 (struct tui_win_info, struct tui_source_window_base)
7279 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
7280 * tui/tui-data.c (tui_init_generic_part): Update.
7281
7282 2019-06-25 Tom Tromey <tom@tromey.com>
7283
7284 * tui/tui-wingeneral.c (tui_win_info::make_visible)
7285 (tui_source_window_base::make_visible): New methods.
7286 (make_all_visible): Make method call.
7287 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
7288 (struct tui_source_window_base, struct tui_cmd_window): Override
7289 make_visible.
7290 (tui_win_is_source_type): Don't declare.
7291 * tui/tui-data.c (tui_win_is_source_type): Remove.
7292
7293 2019-06-25 Tom Tromey <tom@tromey.com>
7294
7295 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
7296 NULL check.
7297
7298 2019-06-25 Tom Tromey <tom@tromey.com>
7299
7300 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
7301 Inline constructor. Add initializers for members.
7302 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
7303 constructors; now inline in class.
7304
7305 2019-06-25 Tom Tromey <tom@tromey.com>
7306
7307 * tui/tui-regs.c (tui_show_registers): Update.
7308 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
7309 bool.
7310 * tui/tui-data.c (tui_data_window::clear_detail)
7311 (tui_data_window): Update.
7312
7313 2019-06-25 Tom Tromey <tom@tromey.com>
7314
7315 * tui/tui-windata.c (tui_display_all_data)
7316 (tui_display_data_from_line, tui_display_data_from)
7317 (tui_check_data_values, tui_data_window::do_scroll_vertical):
7318 Update.
7319 * tui/tui-regs.c (tui_last_regs_line_no)
7320 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
7321 (tui_show_registers, tui_show_register_group)
7322 (tui_display_registers_from, tui_display_reg_element_at_line)
7323 (tui_display_registers_from_line, tui_check_register_values)
7324 (tui_reg_next, tui_reg_prev): Update.
7325 * tui/tui-layout.c (tui_set_layout, show_data): Update.
7326 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
7327 tui_data_window.
7328 (struct tui_win_info) <detail>: Remove. Add new fields from
7329 tui_data_info.
7330 (TUI_DATA_WIN): Add cast.
7331 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
7332 (~tui_data_window): Simplify.
7333
7334 2019-06-25 Tom Tromey <tom@tromey.com>
7335
7336 * tui/tui-layout.c (show_source_disasm_command)
7337 (show_source_or_disasm_and_command): Update.
7338 * tui/tui-io.c (update_cmdwin_start_line)
7339 (tui_redisplay_readline): Update.
7340 * tui/tui-data.h (struct tui_command_info): Remove.
7341 (struct tui_win_info) <detail>: Remove command_info member.
7342 (struct tui_data_window) <start_line>: New member, from
7343 tui_command_info.
7344 (TUI_CMD_WIN): Add casts.
7345
7346 2019-06-25 Tom Tromey <tom@tromey.com>
7347
7348 * tui/tui-winsource.c (tui_update_source_window)
7349 (tui_refill_source_window)
7350 (tui_source_window_base::do_scroll_horizontal)
7351 (tui_update_breakpoint_info, tui_set_exec_info_content)
7352 (tui_show_exec_info_content, tui_erase_exec_info_content)
7353 (tui_clear_exec_info_content): Update.
7354 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
7355 Update.
7356 * tui/tui-win.c (make_invisible_and_set_new_height)
7357 (make_visible_with_new_height): Update.
7358 * tui/tui-source.c (tui_set_source_content)
7359 (tui_show_symtab_source): Update.
7360 * tui/tui-layout.c (extract_display_start_addr)
7361 (show_source_disasm_command, show_data)
7362 (make_source_or_disasm_window)
7363 (show_source_or_disasm_and_command): Update.
7364 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
7365 (tui_disasm_window::do_scroll_vertical): Remove shadowing
7366 "gdbarch".
7367 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
7368 to tui_source_window_base.
7369 (struct tui_win_info) <detail>: Remove source_info member.
7370 (struct tui_source_window_base) <has_locator>: Inline.
7371 Move contents from tui_source_info; rename has_locator member to
7372 m_has_locator.
7373 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
7374 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
7375 header file.
7376 (tui_source_window_base::clear_detail, ~tui_source_window_base):
7377 Simplify.
7378 (tui_free_all_source_wins_content): Cast to
7379 tui_source_window_base.
7380
7381 2019-06-25 Tom Tromey <tom@tromey.com>
7382
7383 * tui/tui-win.c (make_invisible_and_set_new_height)
7384 (make_visible_with_new_height): Call has_locator method.
7385 * tui/tui-layout.c (show_source_disasm_command, show_data)
7386 (show_source_or_disasm_and_command): Update for bool change.
7387 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
7388 (tui_win_info) <has_locator>: New method.
7389 (struct tui_source_window_base) <has_locator>: New method.
7390 (tui_win_has_locator): Don't declare.
7391 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
7392 from tui_win_has_locator.
7393 (tui_source_window_base): Use false, not FALSE.
7394
7395 2019-06-25 Tom Tromey <tom@tromey.com>
7396
7397 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
7398 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
7399 clear_detail method directly.
7400 (tui_clear_win_detail): Remove.
7401
7402 2019-06-25 Tom Tromey <tom@tromey.com>
7403
7404 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
7405 "this", not TUI_DISASM_WIN.
7406
7407 2019-06-25 Tom Tromey <tom@tromey.com>
7408
7409 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
7410 declare.
7411 * tui/tui-winsource.c
7412 (tui_source_window_base::do_scroll_horizontal): Rename from
7413 tui_horizontal_source_scroll.
7414 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
7415 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
7416 from tui_vertical_data_scroll.
7417 * tui/tui-win.h (tui_scroll): Don't declare.
7418 * tui/tui-win.c (tui_win_info::forward_scroll)
7419 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7420 (tui_win_info::right_scroll): Rename and update.
7421 (tui_scroll_forward_command, tui_scroll_backward_command)
7422 (tui_scroll_left_command, tui_scroll_right_command): Update.
7423 (tui_scroll): Remove.
7424 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
7425 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
7426 from tui_vertical_source_scroll.
7427 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
7428 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
7429 from tui_vertical_disassem_scroll.
7430 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
7431 do_scroll_horizontal>: New methods.
7432 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
7433 Likewise.
7434 (struct tui_source_window_base): Add do_scroll_horizontal.
7435 (struct tui_source_window, struct tui_disasm_window): Add
7436 do_scroll_vertical.
7437 (struct tui_data_window, struct tui_cmd_window): Add
7438 do_scroll_horizontal and do_scroll_vertical.
7439 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
7440
7441 2019-06-25 Tom Tromey <tom@tromey.com>
7442
7443 * tui/tui-data.h (struct tui_source_window_base): New struct.
7444 (struct tui_source_window): Derive from tui_source_window_base.
7445 (struct tui_disasm_window): New struct.
7446 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
7447 from tui_source_window::clear_detail.
7448 (tui_source_window_base): Rename from tui_source_window.
7449 (~tui_source_window_base): Rename from ~tui_source_window.
7450 (tui_alloc_win_info): Create a tui_disasm_window.
7451
7452 2019-06-25 Tom Tromey <tom@tromey.com>
7453
7454 * tui/tui-data.h (struct tui_source_window)
7455 (struct tui_data_window): Declare destructors.
7456 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
7457 destructors.
7458 (tui_win_info): Simplify.
7459
7460 2019-06-25 Tom Tromey <tom@tromey.com>
7461
7462 * tui/tui-winsource.c (tui_display_main)
7463 (tui_update_source_windows_with_addr)
7464 (tui_update_all_breakpoint_info): Update.
7465 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7466 (new_height_ok, parse_scrolling_args): Update.
7467 * tui/tui-stack.c (tui_show_frame_info): Update.
7468 * tui/tui-data.h (struct tui_list): Remove.
7469 (tui_source_windows): Return a reference to a std::vector.
7470 * tui/tui-data.c (source_windows): Now a std::vector.
7471 (tui_source_windows): Change return type.
7472 (tui_clear_source_windows): Rewrite.
7473 (tui_clear_source_windows_detail, tui_add_to_source_windows)
7474 (tui_free_all_source_wins_content): Rewrite.
7475
7476 2019-06-25 Tom Tromey <tom@tromey.com>
7477
7478 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
7479 (struct tui_data_window, struct tui_cmd_window): Declare
7480 clear_detail method.
7481 * tui/tui-data.c (tui_source_window::clear_detail)
7482 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
7483 methods.
7484 (tui_clear_win_detail): Simplify.
7485
7486 2019-06-25 Tom Tromey <tom@tromey.com>
7487
7488 * tui/tui-layout.c (make_source_window, make_disasm_window)
7489 (make_source_or_disasm_window): Remove win_info_ptr parameter.
7490 Return the new window.
7491 (show_source_disasm_command, show_data)
7492 (show_source_or_disasm_and_command): Update.
7493
7494 2019-06-25 Tom Tromey <tom@tromey.com>
7495
7496 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
7497 parameter. Return the new window.
7498 (show_source_disasm_command): Update and remove NULL check.
7499 (show_source_or_disasm_and_command): Update.
7500
7501 2019-06-25 Tom Tromey <tom@tromey.com>
7502
7503 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
7504
7505 2019-06-25 Tom Tromey <tom@tromey.com>
7506
7507 * tui/tui-data.h (struct tui_win_info): Make constructor
7508 protected. Make destructor virtual. Add initializers.
7509 (tui_source_window, tui_data_window, tui_cmd_window): New
7510 classes.
7511 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
7512 constructor. Add "type" parameter.
7513 (tui_source_window, tui_data_window, tui_cmd_window): New
7514 constructors.
7515 (tui_alloc_win_info): Instantiate the appropriate subclass.
7516
7517 2019-06-25 Tom Tromey <tom@tromey.com>
7518
7519 * tui/tui-win.c (tui_resize_all): Use delete.
7520 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
7521 destructor.
7522 (tui_free_window): Don't declare.
7523 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
7524 Update.
7525
7526 2019-06-25 Tom Tromey <tom@tromey.com>
7527
7528 * tui/tui-data.h (struct tui_win_info): Add constructor.
7529 * tui/tui-data.c (tui_alloc_win_info): Use new.
7530 (tui_free_window): Use delete.
7531
7532 2019-06-22 Tom Tromey <tom@tromey.com>
7533
7534 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
7535 declare.
7536 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
7537
7538 2019-06-22 Tom Tromey <tom@tromey.com>
7539
7540 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
7541 declare.
7542 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
7543
7544 2019-06-22 Tom de Vries <tdevries@suse.de>
7545
7546 * dwarf2read.c (create_addrmap_from_aranges)
7547 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
7548 instead of '%zu'.
7549
7550 2019-06-21 Simon Marchi <simon.marchi@efficios.com>
7551
7552 * dwarf2read.h (dwarf2_section_info_def): Remove.
7553 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
7554 * dwarf2read.c (struct dwo_sections) <types>: Change type to
7555 std::vector<dwarf2_section_info>.
7556 (struct dwo_file) <~dwo_file>: Remove.
7557 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
7558 types field.
7559 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
7560 (dwarf2_read_debug_names): Likewise.
7561 (create_debug_types_hash_table): Change parameter type to
7562 array_view, adjust code accordingly.
7563 (dwarf2_locate_dwo_sections): Adjust to std::vector.
7564 (partial_die_info::fixup): Likewise.
7565 (determine_prefix): Likewise.
7566 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
7567
7568 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
7569
7570 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
7571 gdb_bfd_ref_ptr.
7572 <~dwo_file>: Remove call to gdb_bfd_unref.
7573 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
7574 gdb_bfd_ref_ptr::get.
7575
7576 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
7577
7578 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
7579 type to htab_up.
7580 * dwarf2read.c (struct dwo_file): Initialize fields.
7581 <~dwo_file>: New.
7582 (free_dwo_file): Remove, move content to ~dwo_file.
7583 (struct dwo_file_deleter): Remove.
7584 (dwo_file_up>: Remove custom deleter.
7585 (free_dwo_files): Remove.
7586 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
7587 dwo_files.
7588 (process_skeletonless_type_units): Call unique_ptr::get.
7589 (allocate_dwo_file_hash_table): Add deleter to created hash
7590 table. Change return type to htab_up.
7591 (lookup_dwo_file_slot): Don't memset dwo_file, call
7592 unique_ptr::get.
7593 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
7594 (create_dwo_unit_in_dwp_v2): Likewise.
7595 (open_and_init_dwo_file): Likewise.
7596 (free_dwo_file_from_slot): Remove.
7597
7598 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
7599
7600 * dwarf2read.h (struct dwarf2_section_info) <readin,
7601 is_virtual>: Change type to bool.
7602 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
7603 true instead of 1.
7604
7605 2019-06-19 Tom Tromey <tom@tromey.com>
7606
7607 * tui/tui-data.h (tui_init_content_element): Don't declare.
7608
7609 2019-06-19 Tom Tromey <tom@tromey.com>
7610
7611 * tui/tui-data.h (tui_init_win_info): Don't declare.
7612
7613 2019-06-19 Tom de Vries <tdevries@suse.de>
7614
7615 * dwarf2read.h (abstract_to_concrete): Change type to
7616 std::unordered_map<sect_offset, std::vector<sect_offset>,
7617 gdb::hash_enum<sect_offset>>.
7618
7619 2019-06-19 Tom Tromey <tromey@adacore.com>
7620
7621 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
7622 EVAL_AVOID_SIDE_EFFECTS specially.
7623
7624 2019-06-19 Tom Tromey <tromey@adacore.com>
7625
7626 * source-cache.c (highlighter): New global.
7627 (source_cache::get_source_lines): Create a highlighter on demand.
7628
7629 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
7630
7631 * defs.h (deprecated_interactive_hook): Delete declaration.
7632 * interps.c (clear_interpreter_hooks): Remove use of
7633 deprecated_interactive_hook.
7634 * top.c (deprecated_interactive_hook): Delete definition.
7635 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
7636
7637 2019-06-18 Tom de Vries <tdevries@suse.de>
7638
7639 PR gdb/24515
7640 * dwarf2read.h (abstract_to_concrete): Change type from
7641 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
7642 std::unordered_map<sect_offset, std::vector<sect_offset>>.
7643 * dwarf2read.c (read_variable): Update.
7644 (dwarf2_fetch_die_loc_sect_off): Update.
7645
7646 2019-06-17 Tom de Vries <tdevries@suse.de>
7647
7648 PR gdb/24617
7649 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
7650 accessing parent[parent_len - 1].
7651
7652 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7653
7654 PR gdb/24364
7655 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
7656 call dtrace_process_dof with NULL dof.
7657
7658 2019-06-16 Tom de Vries <tdevries@suse.de>
7659
7660 PR gdb/24445
7661 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
7662
7663 2019-06-16 Tom Tromey <tom@tromey.com>
7664
7665 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7666 (make_all_visible): Use address of member.
7667
7668 2019-06-16 Tom Tromey <tom@tromey.com>
7669
7670 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
7671 (tui_free_window, free_content, free_content_elements): Remove
7672 unnecessary cast.
7673 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
7674 cast.
7675 * tui/tui-regs.c (tui_show_register_group)
7676 (tui_display_registers_from, tui_display_reg_element_at_line):
7677 Remove unnecessary cast.
7678
7679 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7680
7681 * linux-nat.c (normal_mask): Delete.
7682 (_initialize_linux_nat): Don't initialise normal_mask.
7683
7684 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
7685
7686 PR gdb/24445
7687 * dwarf-index-write.h (write_psymtabs_to_index): Add
7688 dwz_basename parameter.
7689 * dwarf-index-write.c (write_gdbindex): Move file writing to
7690 write_gdbindex_1. Change return type void.
7691 (assert_file_size): Move up, remove filename parameter.
7692 (write_gdbindex_1): New function.
7693 (write_debug_names): Change return type to void, call
7694 assert_file_size.
7695 (struct index_wip_file): New struct.
7696 (write_psymtabs_to_index): Add dwz_basename parameter. Move
7697 file logic to index_wip_file. Write index for dwz file if
7698 needed.
7699 (save_gdb_index_command): Pass basename of dwz file, if present.
7700 * dwarf-index-cache.c (index_cache::store): Obtain and pass
7701 build-id of dwz file, if present.
7702 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
7703 (dwarf2_get_dwz_file): Likewise.
7704 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
7705 (dwarf2_get_dwz_file): Likewise.
7706
7707 2019-06-16 Tom Tromey <tom@tromey.com>
7708
7709 * coffread.c (process_coff_symbol): Use xstrdup.
7710 * value.c (create_internalvar): Use xstrdup.
7711
7712 2019-06-16 Tom Tromey <tom@tromey.com>
7713
7714 * valops.c (value_cast, value_slice): Remove unnecessary cast.
7715 * breakpoint.c (stopin_command, stopat_command)
7716 (until_break_command, decode_location_default): Remove unnecessary
7717 cast.
7718 * utils.c (subset_compare): Remove unnecessary cast.
7719 * ada-lang.c (ada_update_initial_language): Remove unnecessary
7720 cast.
7721 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
7722 cast.
7723 * infcmd.c (path_command): Remove unnecessary cast.
7724 * coffread.c (decode_type): Remove unnecessary cast.
7725 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
7726 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
7727 * tui/tui-stack.c (tui_show_locator_content)
7728 (tui_show_frame_info): Remove unnecessary cast.
7729 * tui/tui-win.c (tui_scroll_forward_command)
7730 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
7731 (parse_scrolling_args): Remove unnecessary cast.
7732 * tui/tui-data.c (init_win_info, tui_del_window)
7733 (tui_free_window, tui_del_data_windows, tui_free_data_content)
7734 (free_content_elements): Remove unnecessary cast.
7735 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
7736 unnecessary cast.
7737 * tui/tui-source.c (tui_set_source_content)
7738 (tui_vertical_source_scroll): Remove unnecessary cast.
7739 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
7740 cast.
7741 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
7742 * tui/tui-regs.c (tui_display_registers_from)
7743 (tui_display_register): Remove unnecessary cast.
7744 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
7745 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
7746 (make_visible): Remove unnecessary cast.
7747 * tui/tui-winsource.c (tui_erase_source_content)
7748 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
7749 unnecessary cast.
7750 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
7751 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
7752 * stabsread.c (read_type, read_array_type, read_range_type):
7753 Remove unnecessary cast.
7754 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
7755 (parse_symbol, parse_type, upgrade_type, parse_external)
7756 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
7757 unnecessary cast.
7758 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
7759
7760 2019-06-16 Tom Tromey <tom@tromey.com>
7761
7762 * tui/tui-data.c (tui_alloc_generic_win_info)
7763 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
7764 checks.
7765
7766 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7767 Andrew Burgess <andrew.burgess@embecosm.com>
7768
7769 * f-typeprint.c (f_print_type): Don't return early for not
7770 associated or not allocated types.
7771 (f_type_print_varspec_suffix): Add print_rank parameter and print
7772 ranks of array types in case they dangling.
7773 (f_type_print_base): Add print_rank parameter.
7774
7775 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7776
7777 * NEWS: Mention new MI commands.
7778 * break-catch-throw.c (enum exception_event_kind): Move to
7779 breakpoint.h.
7780 (print_mention_exception_catchpoint): Output text as a single
7781 message.
7782 (catch_exception_command_1): Rename to...
7783 (catch_exception_event): ...this, make non-static, update header
7784 command, and change some parameter types.
7785 (catch_catch_command): Update for changes to
7786 catch_exception_command_1.
7787 (catch_throw_command): Likewise.
7788 (catch_rethrow_command): Likewise.
7789 * breakpoint.c (enum exception_event_kind): Delete.
7790 * breakpoint.h (enum exception_event_kind): Moved here from
7791 break-catch-throw.c.
7792 (catch_exception_event): Declare.
7793 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
7794 (mi_cmd_catch_throw): New function.
7795 (mi_cmd_catch_rethrow): New function.
7796 (mi_cmd_catch_catch): New function.
7797 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
7798 'catch-catch' entries.
7799 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
7800 (mi_cmd_catch_rethrow): Declare.
7801 (mi_cmd_catch_catch): Declare.
7802
7803 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7804
7805 * annotate.c (annotate_source_line): Change return type to void,
7806 update implementation to match.
7807 * annotate.h (annotate_source_line): Change return type to void,
7808 update header comment.
7809 * stack.c (print_frame_info): Don't change what frame information
7810 is printed based on whether annotations are on or not.
7811
7812 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7813
7814 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
7815 (annotate_source): Make static.
7816 (annotate_source_line): Moved from source.c and renamed from
7817 identify_source_line. Update the return type.
7818 * annotate.h (annotate_source): Delete declaration.
7819 (annotate_source_line): Declaration moved from source.h, and
7820 renamed from identify_source_line. Return type updated.
7821 * source.c (identify_source_line): Moved to annotate.c and renamed
7822 to annotate_source_line.
7823 (info_line_command): Remove check of annotation_level.
7824 * source.h (identify_source_line): Move declaration to annotate.h
7825 and rename to annotate_source_line.
7826 * stack.c: Add 'annotate.h' include.
7827 (print_frame_info): Remove check of annotation_level before
7828 calling annotate_source_line.
7829
7830 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7831
7832 * source-cache.c (source_cache::get_plain_source_lines): Use
7833 open_source_file_with_line_charpos instead of just
7834 open_source_file, remove call to find_source_lines.
7835 (source_cache::get_source_lines): Likewise.
7836 * source.c (find_source_lines): Make static.
7837 (get_filename_and_charpos): Renamed into...
7838 (open_source_file_with_line_charpos): ..this along with changes to
7839 return a scoped_fd, and some other minor clean ups.
7840 (identify_source_line): Use open_source_file_with_line_charpos.
7841 (search_command_helper): Use open_source_file_with_line_charpos
7842 instead of just open_source_file, remove call to
7843 find_source_lines.
7844 * source.h (open_source_file_with_line_charpos): Declare new
7845 function.
7846 (find_source_lines): Delete declaration.
7847
7848 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7849
7850 * source.c (get_filename_and_charpos): Remove fullname
7851 parameter.
7852 (identify_source_line): Update call to get_filename_and_charpos.
7853
7854 2019-06-14 Tom Tromey <tromey@adacore.com>
7855
7856 PR gdb/24502:
7857 * ui-style.h (skip_ansi_escape): Update comment.
7858 * ui-file.h (class no_terminal_escape_file): New class.
7859 * ui-file.c (no_terminal_escape_file::write)
7860 (no_terminal_escape_file::puts): New methods.
7861 * cli/cli-logging.c (handle_redirections): Use
7862 no_terminal_escape_file.
7863
7864 2019-06-14 Tom Tromey <tromey@adacore.com>
7865
7866 * NEWS: Move convenience variable news above Python news.
7867
7868 2019-06-14 Tom Tromey <tom@tromey.com>
7869
7870 * gnulib: Move directory to top-level.
7871 * configure.ac: Don't configure gnulib.
7872 * configure: Rebuild.
7873 * common/common-defs.h: Use new path to gnulib.
7874 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
7875 (GNULIB_H): Remove.
7876 (INCGNU): Look in new gnulib location.
7877 (HFILES_NO_SRCDIR): Remove gnulib files.
7878 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
7879 (generated_files): Remove GNULIB_H.
7880 ($(LIBGNU), all-lib): Remove targets.
7881 (distclean): Don't mention GNULIB_BUILDDIR.
7882 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
7883
7884 2019-06-14 Tom Tromey <tromey@adacore.com>
7885
7886 * symfile.c (add_symbol_file_command): Remove obsolete comment.
7887 Warn if symbol file does not provide any symbols.
7888
7889 2019-06-14 Tom Tromey <tromey@adacore.com>
7890
7891 * source.c (find_and_open_source): Respect basenames_may_differ.
7892
7893 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
7894
7895 * annotate.c (annotate_breakpoints_invalid): Make use of
7896 scoped_restore_terminal_state.
7897 (annotate_frames_invalid): Likewise.
7898
7899 2019-06-14 Tom Tromey <tromey@adacore.com>
7900
7901 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
7902 allow assignment to an internalvar.
7903
7904 2019-06-14 Tom Tromey <tromey@adacore.com>
7905
7906 * ada-lex.l: Allow "_" in attribute names.
7907
7908 2019-06-14 Tom Tromey <tromey@adacore.com>
7909
7910 PR gdb/24653:
7911 * regcache.c (registers_changed): Don't call alloca.
7912 * top.c (execute_command): Don't call alloca.
7913
7914 2019-06-13 Pedro Alves <palves@redhat.com>
7915
7916 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
7917 'expression'. When parsing an expression, error out if there's
7918 junk after "unlimited".
7919 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7920 (do_set_command): Adjust calls to is_unlimited_literal.
7921
7922 2019-06-13 Pedro Alves <palves@redhat.com>
7923
7924 * compile/compile.c (make_compile_options_def_group): Add braces
7925 around array_view initializer.
7926 * thread.c (make_thread_apply_all_options_def_group)
7927 (make_thread_apply_all_options_def_group): Likewise.
7928
7929 2019-06-13 Pedro Alves <palves@redhat.com>
7930
7931 * NEWS (New commands): Mention "maint test-options
7932 require-delimiter", "maint test-options unknown-is-error", "maint
7933 test-options unknown-is-operand" and "maint show
7934 test-options-completion-result".
7935 (New command options, command completion): New section.
7936 (Completion improvements): New section.
7937 Mention that you can abbreviate "unlimited".
7938
7939 2019-06-13 Pedro Alves <palves@redhat.com>
7940
7941 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
7942 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
7943 * unittests/cli-utils-selftests.c (test_parse_flags)
7944 (test_parse_flags_qcs): Delete.
7945 (test_cli_utils): Don't call deleted functions.
7946
7947 2019-06-13 Pedro Alves <palves@redhat.com>
7948
7949 * thread.c: Include "cli/cli-option.h".
7950 (tp_array_compar_ascending): Global.
7951 (tp_array_compar): Delete function.
7952 (tp_array_compar_ascending, tp_array_compar_descending): New
7953 functions.
7954 (ascending_option_def, qcs_flag_option_def)
7955 (thr_qcs_flags_option_defs)
7956 (make_thread_apply_all_options_def_group)
7957 (make_thread_apply_options_def_group): New.
7958 (thread_apply_all_command): Use gdb::option::process_options.
7959 (thread_apply_command_completer)
7960 (thread_apply_all_command_completer): New.
7961 (thread_apply_command): Use gdb::option::process_options.
7962 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
7963 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
7964 to generate help text of "thread apply". Adjust "taas"'s help.
7965 * tid-parse.c (tid_range_parser::in_thread_range): New method.
7966 * tid-parse.h (tid_range_parser::in_thread_range): New method.
7967
7968 2019-06-13 Pedro Alves <palves@redhat.com>
7969
7970 * thread.c (thread_apply_command): Check for invalid TID with
7971 isdigit instead of !isalpha.
7972
7973 2019-06-13 Pedro Alves <palves@redhat.com>
7974
7975 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
7976 (validate_flags_qcs): New.
7977 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
7978 (validate_flags_qcs): Declare.
7979 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
7980 (make_frame_apply_options_def_group): New.
7981 (frame_apply_command_count): Process options with
7982 gdb::option::process_options.
7983 (frame_apply_completer): New.
7984 (frame_apply_level_completer, frame_apply_all_completer)
7985 (frame_apply_completer): New.
7986 (_initialize_stack): Update help of "frame apply", "frame apply
7987 level", "frame apply all" and "faas" to mention supported options
7988 and install command completers.
7989 * stack.h (frame_apply_all_completer): Declare.
7990 * thread.c: Include "stack.h".
7991 (tfaas_command): Add "--".
7992 (_initialize_thread): Update help "tfaas" to mention supported
7993 options and install command completer.
7994
7995 2019-06-13 Pedro Alves <palves@redhat.com>
7996
7997 * completer.c (complete_nested_command_line): New.
7998 (gdb_completion_word_break_characters_throw): Add assertion.
7999 * completer.h (complete_nested_command_line): Declare.
8000
8001 2019-06-13 Pedro Alves <palves@redhat.com>
8002
8003 * stack.c (parse_backtrace_qualifiers): New.
8004 (backtrace_command): Use it.
8005 (backtrace_command_completer): Complete on qualifiers.
8006
8007 2019-06-13 Pedro Alves <palves@redhat.com>
8008
8009 * frame.c: Include "cli/cli-option.h.
8010 (user_set_backtrace_options): New.
8011 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
8012 Delete.
8013 (get_prev_frame): Adjust.
8014 (boolean_option_def, uinteger_option_def)
8015 (set_backtrace_option_defs): New.
8016 (_initialize_frame): Adjust and use
8017 gdb::option::add_setshow_cmds_for_options to install "set
8018 backtrace past-main" and "set backtrace past-entry".
8019 * frame.h: Include "cli/cli-option.h".
8020 (struct frame_print_options): Forward declare.
8021 (print_frame_arguments_all, print_frame_arguments_scalars)
8022 (print_frame_arguments_none): Declare.
8023 (print_entry_values): Delete declaration.
8024 (struct frame_print_options, user_frame_print_options): New.
8025 (struct set_backtrace_options): New.
8026 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
8027 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
8028 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
8029 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
8030 (list_args_or_locals): Add frame_print_options parameter.
8031 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8032 * python/py-framefilter.c (enumerate_args): Pass down
8033 USER_FRAME_PRINT_OPTIONS.
8034 * stack.c: Include "cli/cli-option.h".
8035 (print_frame_arguments_all, print_frame_arguments_scalars)
8036 (print_frame_arguments_none): Declare.
8037 (print_raw_frame_arguments, print_entry_values): Delete.
8038 (user_frame_print_options): New.
8039 (boolean_option_def, enum_option_def, frame_print_option_defs):
8040 New.
8041 (struct backtrace_cmd_options): New.
8042 (bt_flag_option_def): New.
8043 (backtrace_command_option_defs): New.
8044 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8045 (print_frame_arg, read_frame_arg, print_frame_args)
8046 (print_frame_info, print_frame): Add frame_print_options parameter
8047 and use it.
8048 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
8049 (backtrace_command_1): Add frame_print_options and
8050 backtrace_cmd_options parameters and use them.
8051 (make_backtrace_options_def_group): New.
8052 (backtrace_command): Process command options with
8053 gdb::option::process_options.
8054 (backtrace_command_completer): New.
8055 (_initialize_stack): Extend "backtrace"'s help to mention
8056 supported options. Install completer for "backtrace".
8057 Install some settings commands with add_setshow_cmds_for_options.
8058
8059 2019-06-13 Pedro Alves <palves@redhat.com>
8060
8061 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
8062 and that "set/show print raw frame-arguments" are now deprecated.
8063
8064 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
8065 command.
8066 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
8067 * stack.c (_initialize_stack): Install "set/show print
8068 raw-frame-arguments", and deprecate "set/show print raw
8069 frame-arguments".
8070 * valprint.c (_initialize_valprint): Deprecate "set/show print
8071 raw".
8072
8073 2019-06-13 Pedro Alves <palves@redhat.com>
8074
8075 * compile/compile.c (struct compile_options): New.
8076 (compile_flag_option_def, compile_command_option_defs)
8077 (make_compile_options_def_group): New.
8078 (compile_file_command): Handle options with
8079 gdb::option::process_options.
8080 (compile_file_command_completer): New function.
8081 (compile_code_command): Handle options with
8082 gdb::option::process_options.
8083 (compile_code_command_completer): New function.
8084 (_initialize_compiler): Install completers for "compile code" and
8085 "compile file". Mention available options in "compile code" and
8086 "compile code"'s help.
8087 * completer.c (advance_to_completion_word): New, factored out from
8088 ...
8089 (advance_to_expression_complete_word_point): ... this.
8090 (advance_to_filename_complete_word_point): New.
8091 * completer.h (advance_to_filename_complete_word_point): New
8092 declaration.
8093
8094 2019-06-13 Pedro Alves <palves@redhat.com>
8095
8096 * compile/compile.c: Include "cli/cli-option.h".
8097 (compile_print_value): Scope data pointer is now a
8098 value_print_options pointer; adjust.
8099 (compile_print_command): Process options. Scope data pointer is
8100 now a value_print_options pointer; adjust.
8101 (_initialize_compile): Update "compile print"'s help to include
8102 supported options. Install a completer for "compile print".
8103 * cp-valprint.c (show_vtblprint, show_objectprint)
8104 (show_static_field_print): Delete.
8105 (_initialize_cp_valprint): Don't install "set print
8106 static-members", "set print vtbl", "set print object" here.
8107 * printcmd.c: Include "cli/cli-option.h" and
8108 "common/gdb_optional.h".
8109 (print_command_parse_format): Rework to fill in a
8110 value_print_options instead of a format_data.
8111 (print_value): Change parameter type from format_data pointer to
8112 value_print_options reference. Adjust.
8113 (print_command_1): Process options. Adjust to pass down a
8114 value_print_options.
8115 (print_command_completer): New.
8116 (_initialize_printcmd): Install print_command_completer as
8117 handle_brkchars completer for the "print" command. Update
8118 "print"'s help to include supported options.
8119 * valprint.c: Include "cli/cli-option.h".
8120 (show_vtblprint, show_objectprint, show_static_field_print): Moved
8121 here from cp-valprint.c.
8122 (boolean_option_def, uinteger_option_def)
8123 (value_print_option_defs, make_value_print_options_def_group):
8124 New. Use gdb::option::add_setshow_cmds_for_options to install
8125 "set print elements", "set print null-stop", "set print repeats",
8126 "set print pretty", "set print union", "set print array", "set
8127 print address", "set print symbol", "set print array-indexes".
8128 * valprint.h: Include <string> and "cli/cli-option.h".
8129 (make_value_print_options_def_group): Declare.
8130 (print_value): Change parameter type from format_data pointer to
8131 value_print_options reference.
8132 (print_command_completer): Declare.
8133
8134 2019-06-13 Pedro Alves <palves@redhat.com>
8135
8136 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
8137 (COMMON_SFILES): Add maint-test-settings.c.
8138 * cli/cli-decode.c (boolean_enums): New global, factored out from
8139 ...
8140 (add_setshow_boolean_cmd): ... here.
8141 * cli/cli-decode.h (boolean_enums): Declare.
8142 * cli/cli-option.c: New file.
8143 * cli/cli-option.h: New file.
8144 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
8145 factored out from ...
8146 (parse_cli_boolean_value(const char *)): ... this.
8147 (is_unlimited_literal): Change parameter type to pointer to
8148 pointer. Adjust and advance ARG pointer.
8149 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8150 (parse_cli_var_enum): New, factored out from ...
8151 (do_set_command): ... this. Adjust.
8152 * cli/cli-setshow.h (parse_cli_boolean_value)
8153 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8154 (parse_cli_var_enum): Declare.
8155 * cli/cli-utils.c: Include "cli/cli-option.h".
8156 (get_ulongest): New.
8157 * cli/cli-utils.h (get_ulongest): Declare.
8158 (check_for_argument): New overloads.
8159 * maint-test-options.c: New file.
8160
8161 2019-06-13 Pedro Alves <palves@redhat.com>
8162
8163 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
8164 parse a range if "-" is at the end of the string.
8165
8166 2019-06-13 Pedro Alves <palves@redhat.com>
8167
8168 * cli/cli-setshow.c (parse_auto_binary_operation)
8169 (parse_cli_boolean_value): Don't allow "o".
8170
8171 2019-06-13 Pedro Alves <palves@redhat.com>
8172
8173 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
8174 * NEWS: Mention maint test-settings KIND.
8175 * maint-test-settings.c: New file.
8176
8177 2019-06-13 Pedro Alves <palves@redhat.com>
8178
8179 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
8180 completer.
8181 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
8182 "set" completers.
8183
8184 2019-06-13 Pedro Alves <palves@redhat.com>
8185
8186 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
8187 after item.
8188
8189 2019-06-13 Pedro Alves <palves@redhat.com>
8190
8191 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
8192
8193 2019-06-13 Pedro Alves <palves@redhat.com>
8194
8195 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
8196 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
8197 call.
8198 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
8199 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
8200 calls.
8201 (check_for_argument): Skip spaces after argument.
8202
8203 2019-06-13 Pedro Alves <palves@redhat.com>
8204
8205 * thread.c (thread_apply_command): Adjust TID parsing.
8206 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
8207 detected before end of string.
8208 (tid_is_in_list): Error out if LIST is invalid.
8209
8210 2019-06-13 Pedro Alves <palves@redhat.com>
8211
8212 * completer.c (complete_line_internal_1): Rewind completion word
8213 point.
8214 (completion_tracker::advance_custom_word_point_by): Change
8215 parameter type to int.
8216 * completer.h (completion_tracker::advance_custom_word_point_by):
8217 Likewise.
8218
8219 2019-06-13 Pedro Alves <palves@redhat.com>
8220
8221 * completer.c (advance_to_completion_word): Handle delimiters.
8222
8223 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8224
8225 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
8226
8227 2019-06-11 Tom Tromey <tom@tromey.com>
8228
8229 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
8230 (xmalloc_failed): Move to alloc.c.
8231 * alloc.c: New file.
8232 * Makefile.in (COMMON_SFILES): Add alloc.c.
8233
8234 2019-06-11 Tom Tromey <tom@tromey.com>
8235
8236 * nat/linux-waitpid.c: Don't include server.h.
8237 (linux_debug): Remove.
8238 (my_waitpid): Update.
8239
8240 2019-06-11 Tom Tromey <tromey@adacore.com>
8241
8242 * infcall.c (_initialize_infcall): Remove trailing newline from
8243 help.
8244 * user-regs.c (_initialize_user_regs): Remove trailing newline
8245 from help.
8246 * typeprint.c (_initialize_typeprint): Remove trailing newline
8247 from help.
8248 * reverse.c (_initialize_reverse): Remove trailing newlines from
8249 help.
8250 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
8251 from help.
8252 * language.c (add_set_language_command): Remove trailing newline
8253 from help.
8254 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
8255 help.
8256 * disasm.c (_initialize_disasm): Remove trailing newline from
8257 help.
8258 * top.c (init_main): Remove trailing newline from help.
8259 * interps.c (_initialize_interpreter): Remove trailing newline
8260 from help.
8261 * btrace.c (_initialize_btrace): Remove trailing newlines from
8262 help.
8263 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
8264 from help.
8265 * python/python.c (_initialize_python): Remove trailing newline
8266 from help.
8267 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
8268 help.
8269 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
8270 from help. Reformat some text.
8271 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
8272 from help.
8273 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
8274 newline from help.
8275
8276 2019-06-11 Tom Tromey <tromey@adacore.com>
8277
8278 * darwin-nat.c (darwin_decode_exception_message)
8279 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
8280
8281 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8282
8283 * valops.c (value_slice): Check for not allocated or not
8284 associated values.
8285
8286 2019-06-10 Tom de Vries <tdevries@suse.de>
8287
8288 PR gdb/24618
8289 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
8290 sure an empty slot (defined by a 32-bit zero pair) is recognized as
8291 invalid.
8292
8293 2019-06-10 Tom de Vries <tdevries@suse.de>
8294
8295 PR gdb/24611
8296 * linespec.c (linespec_lexer_lex_string): Remove incorrect
8297 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
8298
8299 2019-06-10 Tom de Vries <tdevries@suse.de>
8300
8301 PR symtab/24545
8302 * symtab.c (struct demangled_name_entry): Add language field.
8303 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
8304 static minimal symbol". Set and use language field.
8305
8306 2019-06-10 Tom Tromey <tromey@adacore.com>
8307
8308 * ada-lang.c (_initialize_ada_language): Update help text.
8309
8310 2019-06-10 Tom Tromey <tromey@adacore.com>
8311
8312 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
8313 with a newline.
8314 * guile/guile.c (handle_boot_error): Don't end warning with a
8315 newline.
8316 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
8317 warning with a newline.
8318 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
8319 newline.
8320 (s12z_frame_cache): Likewise.
8321 * dwarf-index-cache.c (index_cache::store): Don't end warning with
8322 a newline.
8323 * solib-svr4.c (disable_probes_interface): Don't end warning with
8324 a newline.
8325 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
8326 newline.
8327 * python/python.c (do_finish_initialization): Don't end warning
8328 with a newline.
8329
8330 2019-06-10 Tom Tromey <tom@tromey.com>
8331
8332 * python/py-breakpoint.c (gdbpy_breakpoint_created)
8333 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
8334 gdbpy_enter.
8335
8336 2019-06-10 Tom Tromey <tromey@adacore.com>
8337
8338 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
8339 data.
8340 (elf_new_init): Don't call stabsread_new_init.
8341 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
8342 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
8343 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
8344
8345 2019-06-10 Tom de Vries <tdevries@suse.de>
8346
8347 PR symtab/16264
8348 PR symtab/24517
8349 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
8350
8351 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
8352
8353 * source.c (find_and_open_source): Also rewrite relative file
8354 names.
8355
8356 2019-04-26 Amos Bird <amosbird@gmail.com>
8357
8358 * annotate.c (annotate_thread_exited): Add "thread-exited"
8359 annotation.
8360
8361 2019-06-06 Tom Tromey <tromey@adacore.com>
8362
8363 * maint.h (class scoped_command_stats): Use
8364 DISABLE_COPY_AND_ASSIGN.
8365 <print_time>: New method.
8366 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
8367 print_time.
8368 (scoped_command_stats::print_time): New method.
8369
8370 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8371
8372 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
8373 instructions of lengths 6 or 8 bytes.
8374
8375 2019-06-04 Pedro Alves <palves@redhat.com>
8376
8377 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
8378
8379 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
8380 * breakpoint.c (condition_completer): Likewise.
8381 * cli/cli-dump.c (scan_expression): Likewise.
8382 * common/filestuff.c (mkdir_recursive): Likewise.
8383 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
8384 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
8385 (gdb_abspath): Likewise.
8386 * compile/compile-cplus-types.c
8387 (compile_cplus_instance::decl_name): Likewise.
8388 * completer.c (complete_explicit_location):
8389 (signal_completer, reg_or_group_completer_1): Likewise.
8390 * cp-support.c (cp_remove_params_if_any): Likewise.
8391 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
8392 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
8393 * infcmd.c (strip_bg_char): Likewise.
8394 * linespec.c (copy_token_string): Likewise.
8395 * mi/mi-main.c (output_cores): Likewise.
8396 * psymtab.c (psymtab_search_name):
8397 * symfile.c (test_set_ext_lang_command): Likewise.
8398 * target.c (target_fileio_read_stralloc): Likewise.
8399 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
8400 * value.c (complete_internalvar): Likewise.
8401
8402 2019-06-04 Christian Biesinger <cbiesinger@google.com>
8403
8404 Add objfile property to gdb.Type.
8405 * NEWS: Mention Python API addition.
8406 * python/py-type.c (typy_get_objfile): New method.
8407
8408 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8409
8410 * NEWS: Mention the new set|show style [title|highlight].
8411 Mention changes to "show style", "help" and "apropos".
8412
8413 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8414
8415 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
8416 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
8417 instead of print_help_for_command.
8418 (print_doc_of_command): New function.
8419 (help_list): Add 'apropos -v word' suggestion.
8420 (print_help_for_command): Style the command name using title style.
8421 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
8422 (_initialize_cli_cmds): Describe -v in apropos_command help.
8423
8424 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8425
8426 * cli/cli-style.h (cli_style_option): Add name in constructor,
8427 add m_name class member, add constructor with intensity,
8428 add name class function.
8429 (cli_style_option::add_setshow_commands): Remove name argument.
8430 (highlight_style, title_style): New styles.
8431 * cli/cli-style.c (do_show): New function that shows a style
8432 characteristic styling the style name with itself.
8433 (set_style_name): New function.
8434 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
8435 Update all callers according to the changes in cli/cli-style.h.
8436 * utils.h (fputs_highlighted): New function.
8437 * utils.c (fputs_highlighted): Likewise.
8438
8439 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8440
8441 * NEWS: Mention new pipe command and new convenience variables.
8442
8443 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8444
8445 * cli/cli-cmds.c (pipe_command): New function.
8446 (_initialize_cli_cmds): Call add_com for pipe_command.
8447 Define | as an alias for pipe.
8448 (exit_status_set_internal_vars): New function.
8449 (shell_escape): Call exit_status_set_internal_vars.
8450 cli/cli-decode.c (find_command_name_length): Recognize | as
8451 a single character command.
8452
8453 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8454
8455 * gdbcmd.h (execute_command_to_ui_file): New declaration.
8456 top.c (execute_command_to_ui_file): New function, mostly a copy
8457 of execute_command_to_string.
8458 (execute_command_to_string): Implement by calling
8459 execute_command_to_ui_file.
8460
8461 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8462
8463 * top.h (saved_command_line): Remove declaration.
8464 * top.c (previous_saved_command_line, previous_repeat_arguments):
8465 New variables.
8466 (saved_command_line): Make static, define together with other
8467 'repeat variables'.
8468 (dont_repeat): Clear repeat_arguments.
8469 (repeat_previous, get_saved_command_line, save_command_line):
8470 New functions.
8471 (gdb_init): Initialize saved_command_line
8472 and previous_saved_command_line.
8473 * main.c (captured_main_1): Remove saved_command_line initialization.
8474 * event-top.c (handle_line_of_input): Update to use
8475 the new 'repeat' related functions instead of direct access to
8476 saved_command_line.
8477 * command.h (repeat_previous, get_saved_command_line,
8478 save_command_line): New declarations.
8479 (dont_repeat): Add comment.
8480
8481 2019-05-30 Tom Tromey <tromey@adacore.com>
8482
8483 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
8484 Fix comment.
8485 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
8486
8487 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
8488
8489 PR cli/24587
8490 * completer.c (complete): Initialize variable word.
8491
8492 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
8493
8494 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
8495 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
8496 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
8497 'body' is NULL to the outter 'if', protecting the '!is_define'
8498 situation as well.
8499
8500 2019-05-29 Tom Tromey <tromey@adacore.com>
8501
8502 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
8503 (dwarf_unknown): New function.
8504 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
8505 (dwarf_type_encoding_name): Use dwarf_unknown.
8506
8507 2019-05-29 Tom Tromey <tromey@adacore.com>
8508
8509 PR c++/20020:
8510 * cp-valprint.c (cp_print_value_fields): Call
8511 cp_print_static_field inside "try".
8512
8513 2019-05-29 Tom Tromey <tromey@adacore.com>
8514
8515 * inflow.c (struct terminal_info): Add default operator=.
8516 * configure: Rebuild.
8517 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
8518 -Wdeprecated-copy-dtor, -Wredundant-move.
8519
8520 2019-05-29 Tom Tromey <tromey@adacore.com>
8521
8522 * NEWS: Add entry.
8523 * infcmd.c (print_return_value_1): Handle finish_print
8524 option.
8525 (show_print_finish): New function.
8526 (_initialize_infcmd): Add "set/show print finish" commands.
8527 * valprint.c (user_print_options): Initialize new member.
8528 * valprint.h (struct value_print_options) <finish_print>: New
8529 member.
8530
8531 2019-05-28 Tom Tromey <tromey@adacore.com>
8532
8533 * ada-lang.c (ada_remove_Xbn_suffix)
8534 (find_old_style_renaming_symbol)
8535 (parse_old_style_renaming): Remove.
8536 (ada_find_renaming_symbol): Don't call
8537 find_old_style_renaming_symbol.
8538 (ada_is_renaming_symbol): Rename from
8539 ada_find_renaming_symbol. Remove "block" parameter. Return
8540 bool. Now static.
8541 (ada_read_var_value): Update and simplify.
8542 * ada-exp.y (write_var_or_type): Remove old code.
8543
8544 2019-05-28 Alan Hayward <alan.hayward@arm.com>
8545
8546 PR gdb/25010
8547 * event-top.c: Remove include comment.
8548 * inflow.c (class scoped_ignore_sigttou): Move from here...
8549 * inflow.h (class scoped_ignore_sigttou): ...to here.
8550 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
8551 * top.c: Remove include comment.
8552
8553 2019-05-27 Tom Tromey <tom@tromey.com>
8554
8555 * NEWS: Fix typo.
8556
8557 2019-05-22 Tom Tromey <tromey@adacore.com>
8558
8559 * target.c (target_follow_exec): Constify parameter.
8560 * target-delegates.c: Rebuild.
8561 * remote.c (remote_target::follow_exec): Constify parameter.
8562 * infrun.c (follow_exec): Constify parameter.
8563 * target.h (struct target_ops) <follow_exec>: Constify parameter.
8564 (target_follow_exec): Likewise.
8565
8566 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8567
8568 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
8569 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
8570
8571 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8572
8573 * NEWS: Add debugredirect and testsuite sections.
8574
8575 2019-05-22 Simon Cook <simon.cook@embecosm.com>
8576
8577 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
8578 target descriptions using exclusively floating point register name
8579 aliases.
8580
8581 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8582
8583 PR gdb/18644:
8584 * f-lang.c (build_fortran_types): Handle the case where
8585 gdbarch_floatformat_for_type returns a nullptr.
8586
8587 2019-05-21 Tom de Vries <tdevries@suse.de>
8588
8589 PR cli/24587
8590 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
8591
8592 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8593
8594 PR gdb/18644:
8595 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
8596 16-byte floats.
8597 * i386-tdep.c (i386_floatformat_for_type): Use
8598 floatformats_ia64_quad for the 16-byte floating point component
8599 within a fortran 32-byte complex number.
8600
8601 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8602
8603 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
8604 delete default constructor.
8605 (find_partial_die): Update to return const struct.
8606 (partial_die_parent_scope): Move variable declaration into scope
8607 of its use and change its type to auto.
8608 (guess_partial_die_structure_name): Likewise.
8609 (partial_die_info::fixup): Likewise.
8610
8611 2019-05-17 Tom Tromey <tromey@adacore.com>
8612
8613 * source.c (find_and_open_source): Remove cast.
8614
8615 2019-05-17 Tom Tromey <tromey@adacore.com>
8616
8617 * annotate.c (annotate_source): Make "filename" const.
8618 * annotate.h (annotate_source): Use const.
8619
8620 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8621
8622 * disasm.c (set_disassembler_options): Send errors to stderr.
8623
8624 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8625
8626 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
8627 (cli_interp_base::set_logging): Check debug_redirect.
8628 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
8629 * cli/cli-logging.c (debug_redirect): Add static variable.
8630 (pop_output_files): Add default param.
8631 (handle_redirections): Print debug setting.
8632 (show_logging_command): Likewise.
8633 (_initialize_cli_logging): Add debugredirect command.
8634 * interps.c (current_interp_set_logging): Add debug_redirect
8635 parameter.
8636 * interps.h (set_logging): Add debug_redirect parameter.
8637 (current_interp_set_logging): Likewise.
8638 * mi/mi-common.h: Likewise.
8639 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
8640
8641 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8642 Tom Tromey <tromey@adacore.com>
8643
8644 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
8645 directly.
8646 * cli/cli-interp.h (make_logging_output): Remove declaration.
8647 * cli/cli-logging.c (make_logging_output): Remove function.
8648 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
8649 directly.
8650 * ui-file.c (tee_file::tee_file): Remove bools.
8651 (tee_file::~tee_file): Remove deletes.
8652 * ui-file.h (tee_file): Remove bools.
8653
8654 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
8655
8656 * mi/mi-cmds.h (mi_cmd_complete): New function.
8657 * mi/mi-main.c (mi_cmd_complete): Likewise.
8658 * mi/mi-cmds.c: Define new MI command -complete.
8659 * NEWS: Mention new -complete command.
8660
8661 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
8662
8663 * completer.h (complete): New function.
8664 * completer.c (complete): Likewise.
8665 * cli/cli-cmds.c: (complete_command): Update to use new complete()
8666 function defined in completer.h.
8667
8668 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
8669
8670 * MAINTAINERS (Write After Approval): Add myself.
8671
8672 2019-05-17 Tom de Vries <tdevries@suse.de>
8673
8674 PR gdb/24094
8675 * dwarf2read.c (struct cu_partial_die_info): New struct.
8676 (find_partial_die): Return cu_partial_die_info.
8677 (partial_die_parent_scope, guess_partial_die_structure_name)
8678 (partial_die_info::fixup): Handle new return type of find_partial_die.
8679
8680 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8681
8682 PR breakpoints/24541
8683 * stap-probe.c (stap_parse_register_operand): Make "regname" an
8684 "std::string", simplifying the algorithm.
8685
8686 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8687
8688 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
8689 (stap_static_probe_ops::get_probes): Likewise.
8690
8691 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8692
8693 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
8694 '-')" and "else if".
8695 (stap_parse_single_operand): Join checks for
8696 "gdbarch_stap_parse_special_token_p" and
8697 "gdbarch_stap_parse_special_token" in the same "if" statement.
8698 Invert check when verifying for operation on register
8699 displacement.
8700
8701 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8702
8703 * stap-probe.c (stap_get_opcode): Update comment.
8704 (stap_get_expected_argument_type): Likewise.
8705 (handle_stap_probe): Likewise.
8706
8707 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8708
8709 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
8710 return type to 'bool'. Adjust comment. Use 'bool' when
8711 appropriate.
8712 (i386_stap_parse_special_token_three_arg_disp): Likewise.
8713 * stap-probe.c (stap_parse_argument_1): Likewise.
8714 (stap_is_operator): Likewise.
8715 (stap_is_generic_prefix): Likewise.
8716 (stap_is_register_prefix): Likewise.
8717 (stap_is_register_indirection_prefix): Likewise.
8718 (stap_is_integer_prefix): Likewise.
8719 (stap_generic_check_suffix): Likewise.
8720 (stap_check_integer_suffix): Likewise.
8721 (stap_check_register_suffix): Likewise.
8722 (stap_check_register_indirection_suffix): Likewise.
8723 (stap_parse_register_operand): Likewise.
8724 (stap_parse_single_operand): Likewise.
8725 (stap_parse_argument_1): Likewise.
8726 (stap_probe::get_argument_count): Likewise.
8727 (stap_is_operator): Likewise.
8728
8729 2019-05-16 Tom Tromey <tromey@adacore.com>
8730
8731 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
8732 keyword to foreach.
8733
8734 2019-05-15 Simon Marchi <simon.marchi@efficios.com>
8735
8736 * linux-thread-db.c (try_thread_db_load_1): Change return type
8737 to bool.
8738 (try_thread_db_load): Likewise.
8739 (try_thread_db_load_from_pdir_1): Likewise.
8740 (try_thread_db_load_from_pdir): Likewise.
8741 (try_thread_db_load_from_sdir): Likewise.
8742 (try_thread_db_load_from_dir): Likewise.
8743 (thread_db_load_search): Likewise.
8744 (has_libpthread): Likewise.
8745 (thread_db_load): Likewise.
8746
8747 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
8748
8749 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
8750 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
8751 NULL, and complain/return if that's the case.
8752
8753 2019-05-15 John Darrington <john@darrington.wattle.id.au>
8754
8755 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
8756 (advance, posn, abstract_read_memory): New functions.
8757 [struct mem_read_abstraction]: New struct.
8758 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
8759
8760 2019-05-14 Tom Tromey <tromey@adacore.com>
8761
8762 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
8763 value is not lval_memory.
8764
8765 2019-05-14 Tom Tromey <tromey@adacore.com>
8766
8767 * solib.c (info_sharedlibrary_command): Style the file name.
8768
8769 2019-05-14 Alan Hayward <alan.hayward@arm.com>
8770
8771 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
8772 (aarch64_vnv_type): Likewise.
8773 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
8774 * common/tdesc.c: Likewise.
8775 * common/tdesc.h (enum tdesc_type_kind): Likewise.
8776 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
8777 * features/aarch64-fpu.xml: Add ieee half view.
8778 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
8779 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
8780 * gdbtypes.h (struct builtin_type): Likewise.
8781 (struct objfile_type): Likewise.
8782
8783 2019-05-12 Paul Naert <paul.naert@polymtl.ca>
8784
8785 * language.c (language_sniff_from_mangled_name): Fix "langauge"
8786 typo.
8787 * location.h (string_to_event_location): Likewise.
8788
8789 2019-05-11 Joel Brobecker <brobecker@adacore.com>
8790
8791 GDB 8.3 released.
8792
8793 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
8794
8795 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
8796 New variable declaration.
8797 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
8798 New variable.
8799 (print_one_breakpoint): Use ui_out::test_flags and new global
8800 variable to compute use_fixed_output.
8801 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
8802 Remove.
8803 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
8804 (mi_multi_location_breakpoint_output_fixed): Remove.
8805 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
8806 new variable.
8807 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
8808 fix_multi_location_breakpoint_output flag if version >= 3.
8809 * ui-out.h (enum ui_out_flag)
8810 <fix_multi_location_breakpoint_output>: New enumerator.
8811
8812 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
8813
8814 * contrib/cc-with-tweaks.sh: Validate dwz's work.
8815
8816 2019-05-10 Tom Tromey <tromey@adacore.com>
8817
8818 * ada-lang.c (catch_ada_completer): New function.
8819 (_initialize_ada_language): Use it.
8820
8821 2019-05-10 Tom Tromey <tromey@adacore.com>
8822
8823 * thread.c (print_thread_info): Make "requested_threads" const.
8824 * gdbthread.h (print_thread_info): Make "requested_threads"
8825 const.
8826 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
8827 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
8828
8829 2019-05-08 Tom Tromey <tom@tromey.com>
8830
8831 * gdbtypes.c (objfile_type_data): Change type.
8832 (objfile_type, _initialize_gdbtypes): Update.
8833
8834 2019-05-08 Tom Tromey <tom@tromey.com>
8835
8836 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
8837 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
8838 (_initialize_dwarf2_frame): Update.
8839
8840 2019-05-08 Tom Tromey <tom@tromey.com>
8841
8842 * objc-lang.c (objc_objfile_data): Change type.
8843 (find_methods): Update.
8844 (_initialize_objc_lang): Remove.
8845
8846 2019-05-08 Tom Tromey <tom@tromey.com>
8847
8848 * stabsread.c (rs6000_builtin_type_data): Change type.
8849 (rs6000_builtin_type, _initialize_stabsread): Update.
8850
8851 2019-05-08 Tom Tromey <tom@tromey.com>
8852
8853 * mips-tdep.c (mips_pdr_data): Remove.
8854 (_initialize_mips_tdep): Update.
8855
8856 2019-05-08 Tom Tromey <tom@tromey.com>
8857
8858 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
8859 (hppa_init_objfile_priv_data, read_unwind_info)
8860 (find_unwind_entry, _initialize_hppa_tdep): Update.
8861
8862 2019-05-08 Tom Tromey <tom@tromey.com>
8863
8864 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
8865 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
8866 on obstack.
8867 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
8868
8869 2019-05-08 Tom Tromey <tom@tromey.com>
8870
8871 * mdebugread.c (basic_type_data): Change type.
8872 (basic_type, _initialize_mdebugread): Update.
8873
8874 2019-05-08 Tom Tromey <tom@tromey.com>
8875
8876 * common/gdb_unique_ptr.h (struct noop_deleter): New.
8877
8878 2019-05-08 Tom Tromey <tom@tromey.com>
8879
8880 * nto-tdep.c (nto_inferior_data_reg): Change type.
8881 (nto_inferior_data): Update.
8882 (nto_inferior_data_cleanup, nto_new_inferior_data)
8883 (_initialize_nto_tdep): Remove.
8884 * nto-tdep.h (struct nto_inferior_data): Add initializers.
8885
8886 2019-05-08 Tom Tromey <tom@tromey.com>
8887
8888 * ada-lang.c (struct ada_inferior_data): Add initializers.
8889 (ada_inferior_data): Change type.
8890 (ada_inferior_data_cleanup): Remove.
8891 (get_ada_inferior_data, ada_inferior_exit)
8892 (struct ada_pspace_data): Add initializers, destructor.
8893 (ada_pspace_data_handle): Change type.
8894 (get_ada_pspace_data): Update.
8895 (ada_pspace_data_cleanup): Remove.
8896
8897 2019-05-08 Tom Tromey <tom@tromey.com>
8898
8899 * coffread.c (struct coff_symfile_info): Add initializers.
8900 (coff_objfile_data_key): Move lower. Change type.
8901 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
8902 Update.
8903 (coff_free_info): Remove.
8904
8905 2019-05-08 Tom Tromey <tom@tromey.com>
8906
8907 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
8908 (fbsd_pspace_data_handle): Move lower. Change type.
8909 (get_fbsd_pspace_data): Update.
8910 (fbsd_pspace_data_cleanup): Remove.
8911 (_initialize_fbsd_tdep): Update.
8912
8913 2019-05-08 Tom Tromey <tom@tromey.com>
8914
8915 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
8916 (get_ada_tasks_pspace_data): Update.
8917 (ada_tasks_pspace_data_cleanup): Remove.
8918 (_initialize_tasks): Update.
8919 (ada_tasks_inferior_data_handle): Change type.
8920 (get_ada_tasks_inferior_data): Update.
8921 (ada_tasks_inferior_data_cleanup): Remove.
8922 (struct ada_tasks_pspace_data): Add initializers.
8923
8924 2019-05-08 Tom Tromey <tom@tromey.com>
8925
8926 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
8927 * symfile-debug.c (debug_sym_get_probes): Change type.
8928 * stap-probe.c (handle_stap_probe):
8929 (stap_static_probe_ops::get_probes): Change type.
8930 * probe.h (class static_probe_ops) <get_probes>: Change type.
8931 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
8932 (parse_probes_in_pspace): Update.
8933 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
8934 Update.
8935 (any_static_probe_ops::get_probes): Change type.
8936 * elfread.c (elfread_data): New typedef.
8937 (probe_key): Change type.
8938 (elf_get_probes): Likewise. Update.
8939 (probe_key_free): Remove.
8940 (_initialize_elfread): Update.
8941 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
8942 Change type.
8943 (dtrace_process_dof_probe, dtrace_process_dof)
8944 (dtrace_static_probe_ops::get_probe): Change type.
8945
8946 2019-05-08 Tom Tromey <tom@tromey.com>
8947
8948 * xcoffread.c (struct xcoff_symfile_info): Rename from
8949 coff_symfile_info. Add initializers.
8950 (xcoff_objfile_data_key): Move lower. Change type.
8951 (XCOFF_DATA): Rewrite.
8952 (xcoff_free_info): Remove.
8953 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
8954 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
8955 (xcoff_initial_scan): Update.
8956
8957 2019-05-08 Tom Tromey <tom@tromey.com>
8958
8959 * solib-svr4.c (struct svr4_info): Add initializers and
8960 destructor.
8961 <probes_table>: Now an htab_up.
8962 (solib_svr4_pspace_data): Change type.
8963 (free_probes_table): Simplify.
8964 (~svr4_info): Rename from svr4_pspace_data_cleanup.
8965 (get_svr4_info, probes_table_htab_remove_objfile_probes)
8966 (probes_table_remove_objfile_probes, register_solib_event_probe)
8967 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
8968 (_initialize_svr4_solib): Update.
8969
8970 2019-05-08 Tom Tromey <tom@tromey.com>
8971
8972 * remote.c (remote_pspace_data): Change type.
8973 (remote_pspace_data_cleanup): Remove.
8974 (get_remote_exec_file, set_pspace_remote_exec_file)
8975 (_initialize_remote): Update.
8976
8977 2019-05-08 Tom Tromey <tom@tromey.com>
8978
8979 * breakpoint.c (breakpoint_objfile_key): Change type.
8980 (get_breakpoint_objfile_data): Update.
8981 (free_breakpoint_objfile_data): Remove.
8982 (_initialize_breakpoint): Update.
8983
8984 2019-05-08 Tom Tromey <tom@tromey.com>
8985
8986 * linux-tdep.c (struct linux_info): Add initializers.
8987 (linux_inferior_data): Move. Change type.
8988 (invalidate_linux_cache_inf): Update.
8989 (linux_inferior_data_cleanup): Remove.
8990 (get_linux_inferior_data, _initialize_linux_tdep): Update.
8991
8992 2019-05-08 Tom Tromey <tom@tromey.com>
8993
8994 * auxv.c (auxv_inferior_data): Move. Change type.
8995 (auxv_inferior_data_cleanup): Remove.
8996 (invalidate_auxv_cache_inf): Rewrite.
8997 (get_auxv_inferior_data, _initialize_auxv): Update.
8998
8999 2019-05-08 Tom Tromey <tom@tromey.com>
9000
9001 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
9002 (symfile_debug_objfile_data_key): Change type.
9003 (symfile_debug_installed, debug_qf_has_symbols)
9004 (debug_qf_find_last_source_symtab)
9005 (debug_qf_forget_cached_source_info)
9006 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
9007 (debug_qf_print_stats, debug_qf_dump)
9008 (debug_qf_expand_symtabs_for_function)
9009 (debug_qf_expand_all_symtabs)
9010 (debug_qf_expand_symtabs_with_fullname)
9011 (debug_qf_map_matching_symbols)
9012 (debug_qf_expand_symtabs_matching)
9013 (debug_qf_find_pc_sect_compunit_symtab)
9014 (debug_qf_map_symbol_filenames)
9015 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
9016 (debug_sym_new_init, debug_sym_init, debug_sym_read)
9017 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
9018 (debug_sym_read_linetable, debug_sym_relocate): Update.
9019 (symfile_debug_free_objfile): Remove.
9020 (install_symfile_debug_logging, _initialize_symfile_debug):
9021 Update.
9022
9023 2019-05-08 Tom Tromey <tom@tromey.com>
9024
9025 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
9026 allocate_on_obstack.
9027 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
9028 (get_dwarf2_per_objfile): Update.
9029 (set_dwarf2_per_objfile): Remove.
9030 (dwarf2_has_info, dwarf2_get_section_info): Update.
9031 (dwarf2_free_objfile): Remove.
9032 (_initialize_dwarf2_read): Update.
9033
9034 2019-05-08 Tom Tromey <tom@tromey.com>
9035
9036 * auto-load.c (struct auto_load_pspace_info): Add destructor and
9037 initializers.
9038 <unsupported_script_warning_printed,
9039 script_not_found_warning_printed>: Now bool.
9040 (auto_load_pspace_data): Change type.
9041 (~auto_load_pspace_info): Rename from
9042 auto_load_pspace_data_cleanup.
9043 (get_auto_load_pspace_data, init_loaded_scripts_info)
9044 (clear_section_scripts, maybe_print_unsupported_script_warning)
9045 (maybe_print_script_not_found_warning, _initialize_auto_load):
9046 Update.
9047
9048 2019-05-08 Tom Tromey <tom@tromey.com>
9049
9050 * objfiles.c (objfile_pspace_info): Add destructor and
9051 initializers.
9052 (objfiles_pspace_data): Change type.
9053 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
9054 (get_objfile_pspace_data): Update.
9055 (objfiles_bfd_data): Change type.
9056 (get_objfile_bfd_data): Update.
9057 (objfile_bfd_data_free, _initialize_objfiles): Remove.
9058
9059 2019-05-08 Tom Tromey <tom@tromey.com>
9060
9061 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
9062 Change type.
9063 (get_catch_syscall_inferior_data): Update.
9064 (catch_syscall_inferior_data_cleanup): Remove.
9065 (_initialize_break_catch_syscall): Update.
9066
9067 2019-05-08 Tom Tromey <tom@tromey.com>
9068
9069 * inflow.c (struct terminal_info): Add destructor and
9070 initializers.
9071 (inflow_inferior_data): Change type.
9072 (~terminal_info): Rename from inflow_inferior_data_cleanup.
9073 (get_inflow_inferior_data, inflow_inferior_exit)
9074 (swap_terminal_info, _initialize_inflow): Update.
9075
9076 2019-05-08 Tom Tromey <tom@tromey.com>
9077
9078 * target-dcache.c (target_dcache_cleanup): Remove.
9079 (target_dcache_aspace_key): Change type.
9080 (target_dcache_init_p, target_dcache_invalidate)
9081 (target_dcache_get, target_dcache_get_or_init)
9082 (_initialize_target_dcache): Update.
9083 * dcache.h (struct dcache_deleter): New.
9084
9085 2019-05-08 Tom Tromey <tom@tromey.com>
9086
9087 * symtab.c (struct symbol_cache): Add destructor and
9088 initializers.
9089 (symbol_cache_key): Move. Change type.
9090 (make_symbol_cache, free_symbol_cache): Remove.
9091 (get_symbol_cache): Update.
9092 (symbol_cache_cleanup): Remove.
9093 (ALL_PSPACES, symbol_cache_flush)
9094 (maintenance_print_symbol_cache)
9095 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
9096 Update.
9097
9098 2019-05-08 Tom Tromey <tom@tromey.com>
9099
9100 * symtab.c (struct main_info): Add destructor and initializers.
9101 (main_progspace_key): Move. Change type.
9102 (get_main_info): Update.
9103 (main_info_cleanup): Remove.
9104 (_initialize_symtab): Update.
9105
9106 2019-05-08 Tom Tromey <tom@tromey.com>
9107
9108 * registry.h (DECLARE_REGISTRY): Define the _key class.
9109
9110 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9111
9112 * NEWS: Merge two 'New commands' sections.
9113
9114 2019-05-08 Joel Brobecker <brobecker@adacore.com>
9115
9116 * ada-valprint.c (ada_val_print_gnat_array): Remove language
9117 parameter and use Ada language definition instead.
9118 (ada_val_print_ptr): Remove unused language parameter.
9119 (ada_val_print_num): Remove language parameter and use Ada language
9120 definition instead.
9121 (ada_val_print_enum, ada_val_print_flt): Remove unused language
9122 parameter.
9123 (ada_val_print_struct_union, ada_val_print_ref): Remove language
9124 parameter and use Ada language definition instead.
9125 (ada_val_print_1): Update all ada_val_print_xxx calls.
9126 Remove language parameter.
9127 (ada_val_print): Update ada_val_print_1 call.
9128
9129 2019-05-08 Tom Tromey <tromey@adacore.com>
9130
9131 * remote.c (remote_hw_watchpoint_limit)
9132 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
9133 Now static.
9134
9135 2019-05-08 Tom Tromey <tromey@adacore.com>
9136
9137 * maint.c (_initialize_maint_cmds): Move initialization code to
9138 remote.c.
9139 (watchdog, show_watchdog): Move to remote.c.
9140 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
9141 "watchdog" static.
9142 (_initialize_remote): Move initialization code from maint.c.
9143 * defs.h (watchdog): Don't declare.
9144
9145 2019-05-08 Tom Tromey <tromey@adacore.com>
9146
9147 * tui/tui-interp.c: Include main.h.
9148 * interps.c: Include main.h.
9149 * main.h (interpreter_p): Declare.
9150 * defs.h (interpreter_p): Don't declare.
9151
9152 2019-05-08 Tom Tromey <tromey@adacore.com>
9153
9154 * dwarf2loc.c: Include dwarf2read.h.
9155 * defs.h (read_unsigned_leb128): Don't declare.
9156 * dwarf2read.h (read_unsigned_leb128): Declare.
9157
9158 2019-05-08 Tom Tromey <tromey@adacore.com>
9159
9160 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
9161 method.
9162
9163 2019-05-08 Tom Tromey <tromey@adacore.com>
9164
9165 * utils.c (fputs_maybe_filtered): Reset style after paging, even
9166 when no wrap column is set.
9167
9168 2019-05-08 Tom Tromey <tromey@adacore.com>
9169
9170 * c-lang.c (c_get_string): Handle non-C-style arrays.
9171
9172 2019-05-08 Tom Tromey <tromey@adacore.com>
9173
9174 * typeprint.c (print_offset_data::update): Print the bit offset,
9175 not the number of bits remaining.
9176
9177 2019-05-08 Tom Tromey <tromey@adacore.com>
9178
9179 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
9180 padding at end of comment.
9181
9182 2019-05-08 Tom Tromey <tromey@adacore.com>
9183
9184 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
9185 Compare main types.
9186
9187 2019-05-06 Tom Tromey <tom@tromey.com>
9188
9189 * common/scoped_mmap.c: Include common-defs.h.
9190 * common/scoped_mmap.h: Don't include config.h.
9191
9192 2019-05-04 Tom Tromey <tom@tromey.com>
9193
9194 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
9195 (struct aarch64_call_info): Add initializers.
9196 <si>: Now a std::vector.
9197 (pass_on_stack, aarch64_push_dummy_call): Update.
9198
9199 2019-05-04 Simon Marchi <simon.marchi@efficios.com>
9200 Tom Tromey <tom@tromey.com>
9201
9202 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
9203 (ppc_threads): Now a std::vector. Now static.
9204 (hwdebug_find_thread_points_by_tid)
9205 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
9206 Update.
9207
9208 2019-05-04 Tom Tromey <tom@tromey.com>
9209
9210 * arc-tdep.c (arc_tdesc_init): Return bool.
9211
9212 2019-05-04 Tom Tromey <tom@tromey.com>
9213
9214 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
9215 Use gdb_assert_not_reached.
9216
9217 2019-05-04 Tom Tromey <tom@tromey.com>
9218
9219 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
9220 "false".
9221
9222 2019-05-04 Tom Tromey <tom@tromey.com>
9223
9224 * arc-tdep.c (arc_tdesc_init): Use bool.
9225
9226 2019-05-04 Tom Tromey <tom@tromey.com>
9227
9228 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
9229
9230 2019-05-04 Tom Tromey <tom@tromey.com>
9231
9232 * cli/cli-cmds.c (valid_command_p): Return bool.
9233
9234 2019-05-04 Tom Tromey <tom@tromey.com>
9235
9236 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
9237 * command.h (valid_user_defined_cmd_name_p): Channge return type.
9238
9239 2019-05-04 Raul Tambre <raul@tambre.ee>
9240
9241 * python/lib/gdb/prompt.py (_ExtendedPrompt)
9242 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
9243 operator for comparison.
9244
9245 2019-05-04 Tom Tromey <tom@tromey.com>
9246
9247 * psymtab.c (psymbol_name_matches, match_partial_symbol)
9248 (lookup_partial_symbol, print_partial_symbols)
9249 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
9250 (psymbol_compare): Update.
9251 (add_psymbol_to_bcache): Clear the entire psymbol.
9252 (maintenance_check_psymtabs): Update.
9253 * psympriv.h (struct partial_symbol): Don't derive from
9254 general_symbol_info.
9255 <obj_section, unrelocated_address, address,
9256 set_unrelocated_address>: Update.
9257 <ginfo>: New member.
9258 * dwarf-index-write.c (write_psymbols, debug_names::insert)
9259 (debug_names::write_psymbols): Update.
9260
9261 2019-05-04 Tom de Vries <tdevries@suse.de>
9262
9263 * contrib/cc-with-tweaks.sh: Support -n arg.
9264
9265 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9266
9267 * corelow.c (core_target::detach): Ensure frame cache and
9268 register caches are cleared.
9269 inferior.c (exit_inferior_1): Likewise.
9270
9271 2019-05-03 Sandra Loosemore <sandra@codesourcery.com>
9272 Tom Tromey <tom@tromey.com>
9273
9274 * dictionary.c (collate_pending_symbols_by_language): Remove
9275 "struct" from foreach.
9276 * symtab.c (lookup_global_symbol_from_objfile)
9277 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
9278 foreach.
9279 * ser-tcp.c (net_open): Remove "struct" from foreach.
9280 * objfiles.c (objfile_relocate, objfile_rebase)
9281 (objfile_has_symbols): Remove "struct" from foreach.
9282 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
9283 from foreach.
9284 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
9285 foreach.
9286 * darwin-nat.c (thread_info_from_private_thread_info): Remove
9287 "struct" from foreach.
9288 * ada-lang.c (create_excep_cond_exprs)
9289 (ada_exception_catchpoint_cond_string): Remove "struct" from
9290 foreach.
9291
9292 2019-05-03 Tom Tromey <tromey@adacore.com>
9293
9294 * ada-exp.y (convert_char_literal): Check suffix of each
9295 enumerator.
9296
9297 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
9298
9299 PR ada/21406:
9300 * ada-exp.y (yywrap): Don't define.
9301 * ada-lex.l (%option): Add noyywrap
9302 (yywrap): Remove.
9303
9304 2019-05-03 Eli Zaretskii <eliz@gnu.org>
9305
9306 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
9307 _WIN32_WINNT to the XP level, unless already defined to a higher
9308 level.
9309
9310 * unittests/parse-connection-spec-selftests.c:
9311 * ser-tcp.c:
9312 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
9313 override.
9314
9315 * symfile.c (find_separate_debug_file): Remove colon from the
9316 drive spec of DOS/Windows file names of the target, so that the
9317 file name produced from DEBUGDIR and the target's directory will
9318 be valid on DOS/Windows systems.
9319
9320 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
9321
9322 * rust-lang.c (val_print_struct): Handle printing structures
9323 containing strings.
9324
9325 2019-05-02 Tom Tromey <tromey@adacore.com>
9326
9327 * valarith.c (_initialize_valarith): Remove.
9328
9329 2019-05-01 Tom Tromey <tromey@adacore.com>
9330
9331 * ada-lang.c (ada_value_primitive_field): Treat more fields as
9332 bitfields.
9333
9334 2019-05-01 Tom Tromey <tromey@adacore.com>
9335
9336 * ada-lang.c (ada_value_assign): Correctly compute starting offset
9337 for big-endian copies.
9338
9339 2019-04-30 Ali Tamur <tamur@google.com>
9340 * gdb/dwarf2read.c (read_3_bytes): New declaration.
9341 (read_attribute_value): Added DW_FORM_strx1-4 cases.
9342 (read_3_bytes): New function.
9343
9344 2019-04-30 Joel Brobecker <brobecker@adacore.com>
9345
9346 * windows-nat.c (main_thread_id): Delete.
9347 (handle_output_debug_string): Replace main_thread_id by
9348 current_event.dwThreadId.
9349 (fake_create_process): Likewise.
9350 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
9351 Do not set main_thread_id.
9352 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
9353 current_event.dwThreadId.
9354 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
9355
9356 2019-04-30 Joel Brobecker <brobecker@adacore.com>
9357
9358 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
9359 Use current_event.dwThreadId instead of main_thread_id.
9360
9361 2019-04-30 Tom Tromey <tromey@adacore.com>
9362
9363 * ada-lang.c (ada_lookup_simple_minsyms): New function.
9364 (create_excep_cond_exprs): Iterate over program spaces.
9365 (ada_exception_catchpoint_cond_string): Examine all minimal
9366 symbols for exception types.
9367
9368 2019-04-30 Tom Tromey <tromey@adacore.com>
9369
9370 PR c++/24470:
9371 * dwarf2read.c (process_structure_scope): Handle case where type
9372 has template parameters but no symbol was created.
9373
9374 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9375 Chris January <chris.january@arm.com>
9376
9377 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
9378 qualifier.
9379 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
9380
9381 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9382
9383 * f-typeprint.c (f_print_type): Update rules for printing
9384 whitespace.
9385 (f_type_print_varspec_suffix): Likewise.
9386
9387 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9388 Chris January <chris.january@arm.com>
9389
9390 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
9391 function arguments.
9392
9393 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9394
9395 * f-lang.c (build_fortran_types): Change name of void type to
9396 lower case.
9397 * f-typeprint.c (f_type_print_base): Print the name of the void
9398 type, rather than a fixed string.
9399 * f-valprint.c (f_decorations): Use lower case void string.
9400
9401 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9402 Chris January <chris.january@arm.com>
9403
9404 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
9405 types for Fortran.
9406
9407 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9408 Chris January <chris.january@arm.com>
9409 David Lecomber <david.lecomber@arm.com>
9410
9411 * f-exp.y (BINOP_INTRINSIC): New token.
9412 (exp): New parser rule handling BINOP_INTRINSIC.
9413 (f77_keywords): Add new builtin procedures.
9414 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
9415 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
9416 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
9417 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
9418 (print_unop_subexp_f): New function.
9419 (print_binop_subexp_f): New function.
9420 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
9421 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
9422 (dump_subexp_body_f): Likewise.
9423 (operator_check_f): Likewise.
9424 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
9425 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
9426
9427 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9428
9429 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
9430 UNOP_KIND.
9431 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
9432 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
9433 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
9434 (operator_length_f): New fuction.
9435 (print_subexp_f): New function.
9436 (op_name_f): New function.
9437 (dump_subexp_body_f): New function.
9438 (operator_check_f): New function.
9439 (exp_descriptor_f): Replace standard expression handling functions
9440 with new functions.
9441 * gdb/fortran-operator.def: New file.
9442 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
9443 * gdb/std-operator.def: Remove UNOP_KIND.
9444
9445 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9446
9447 * std-operator.def: Remove unbalanced, stray double quote
9448 character.
9449
9450 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9451 Chris January <chris.january@arm.com>
9452 Daniel Everett <daniel.everett@arm.com>
9453 Nick Forrington <nick.forrington@arm.com>
9454 Richard Bunt <richard.bunt@arm.com>
9455
9456 * cp-valprint.c (cp_print_value_fields): Allow an additional level
9457 of depth when printing anonymous structs or unions.
9458 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
9459 Don't print either the top-level value, or the children if the
9460 max-depth is exceeded.
9461 (ppscm_print_children): When printing the key of a map, allow one
9462 extra level of depth.
9463 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
9464 print either the top-level value, or the children if the max-depth
9465 is exceeded.
9466 (print_children): When printing the key of a map, allow one extra
9467 level of depth.
9468 * python/py-value.c (valpy_format_string): Add max_depth keyword.
9469 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
9470 (user_print_options): Initialise max_depth field.
9471 (val_print_scalar_or_string_type_p): New function.
9472 (val_print): Check to see if the max depth has been reached.
9473 (val_print_check_max_depth): Define new function.
9474 (show_print_max_depth): New function.
9475 (_initialize_valprint): Add 'print max-depth' option.
9476 * valprint.h (struct value_print_options) <max_depth>: New field.
9477 (val_print_check_max_depth): Declare new function.
9478 * NEWS: Document new feature.
9479
9480 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9481
9482 * ada-lang.c (ada_language_defn): Initialise new field.
9483 * c-lang.c (c_is_string_type_p): New function.
9484 (c_language_defn): Initialise new field.
9485 (cplus_language_defn): Initialise new field.
9486 (asm_language_defn): Initialise new field.
9487 (minimal_language_defn): Initialise new field.
9488 * c-lang.h (c_is_string_type_p): Declare new function.
9489 * d-lang.c (d_language_defn): Initialise new field.
9490 * f-lang.c (f_is_string_type_p): New function.
9491 (f_language_defn): Initialise new field.
9492 * go-lang.c (go_is_string_type_p): New function.
9493 (go_language_defn): Initialise new field.
9494 * language.c (default_is_string_type_p): New function.
9495 (unknown_language_defn): Initialise new field.
9496 (auto_language_defn): Initialise new field.
9497 * language.h (struct language_defn) <la_is_string_type_p>: New
9498 member variable.
9499 (default_is_string_type_p): Declare new function.
9500 * m2-lang.c (m2_language_defn): Initialise new field.
9501 * objc-lang.c (objc_language_defn): Initialise new field.
9502 * opencl-lang.c (opencl_language_defn): Initialise new field.
9503 * p-lang.c (pascal_is_string_type_p): New function.
9504 (pascal_language_defn): Initialise new field.
9505 * rust-lang.c (rust_is_string_type_p): New function.
9506 (rust_language_defn): Initialise new field.
9507
9508 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9509
9510 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
9511 New field.
9512 * ada-lang.c (ada_language_defn): Initialise new field.
9513 * c-lang.c (c_language_defn): Likewise.
9514 (cplus_language_defn): Likewise.
9515 (asm_language_defn): Likewise.
9516 (minimal_language_defn): Likewise.
9517 * d-lang.c (d_language_defn): Likewise.
9518 * f-lang.c (f_language_defn): Likewise.
9519 * go-lang.c (go_language_defn): Likewise.
9520 * language.c (unknown_language_defn): Likewise.
9521 (auto_language_defn): Likewise.
9522 * m2-lang.c (m2_language_defn): Likewise.
9523 * objc-lang.c (objc_language_defn): Likewise.
9524 * opencl-lang.c (opencl_language_defn): Likewise.
9525 * p-lang.c (pascal_language_defn): Likewise.
9526 * rust-lang.c (rust_language_defn): Likewise.
9527
9528 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9529
9530 * ada-lang.c (ada_is_character_type): Change return type to bool.
9531 (ada_is_string_type): Likewise.
9532 * ada-lang.h (ada_is_character_type): Update declaration
9533 (ada_is_string_type): Likewise.
9534
9535 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9536
9537 Support style in 'frame|thread apply'
9538
9539 * gdbcmd.h (execute_command_to_string): New term_out parameter.
9540 * record.c (record_start, record_stop): Update callers of
9541 execute_command_to_string with false.
9542 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
9543 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
9544 methods.
9545 (class string_file): New constructor with term_out parameter.
9546 Override methods term_out and can_emit_style_escape. New member
9547 term_out.
9548 (class stdio_file): Override can_emit_style_escape.
9549 (class tee_file): Override term_out and can_emit_style_escape.
9550 * utils.h (can_emit_style_escape): Remove.
9551 * utils.c (can_emit_style_escape): Likewise.
9552 Update all callers of can_emit_style_escape (SOMESTREAM) to
9553 SOMESTREAM->can_emit_style_escape.
9554 * source-cache.c (source_cache::get_source_lines): Likewise.
9555 * stack.c (frame_apply_command_count): Call execute_command_to_string
9556 passing the term_out characteristic of the current gdb_stdout.
9557 * thread.c (thr_try_catch_cmd): Likewise.
9558 * top.c (execute_command_to_string): pass term_out parameter
9559 to construct the string_file for the command output.
9560 * ui-file.c (term_cli_styling): New function (most code moved
9561 from utils.c can_emit_style_escape).
9562 (string_file::string_file, string_file::can_emit_style_escape,
9563 stdio_file::can_emit_style_escape, tee_file::term_out,
9564 tee_file::can_emit_style_escape): New functions.
9565
9566 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9567
9568 * NEWS: Mention the new set|show may-call-functions.
9569 * infcall.c (may_call_functions_p): New variable.
9570 (show_may_call_functions_p): New function.
9571 (call_function_by_hand_dummy): Throws an error if not
9572 may-call-functions.
9573 (_initialize_infcall): Call add_setshow_boolean_cmd for
9574 may-call-functions.
9575
9576 2019-04-25 Keith Seitz <keiths@redhat.com>
9577
9578 PR c++/24367
9579 * cp-support.c (inspect_type): Don't attempt substitutions
9580 of symbol with the same name.
9581
9582 2019-04-25 Tom Tromey <tromey@adacore.com>
9583
9584 PR gdb/24475:
9585 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
9586 static.
9587
9588 2019-04-25 Tom Tromey <tromey@adacore.com>
9589
9590 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
9591 rvalue reference.
9592 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
9593 (gdb_xml_parser::parse): Use std::move.
9594 * python/python-internal.h (gdbpy_convert_exception): Take a const
9595 reference.
9596 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
9597 std::move.
9598 * python/py-utils.c (gdbpy_convert_exception): Take a const
9599 reference.
9600 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
9601 Use std::move.
9602 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
9603 Use std::move.
9604 * mi/mi-main.c (mi_print_exception): Take a const reference.
9605 * main.c (handle_command_errors): Take a const reference.
9606 * linespec.c (parse_linespec): Use std::move.
9607 * infcall.c (run_inferior_call): Use std::move.
9608 (call_function_by_hand_dummy): Use std::move.
9609 * exec.c (try_open_exec_file): Use std::move.
9610 * exceptions.h (exception_print, exception_fprintf)
9611 (exception_print_same): Update.
9612 * exceptions.c (print_exception, exception_print)
9613 (exception_fprintf, exception_print_same): Change parameters to
9614 const reference.
9615 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
9616 * common/new-op.c: Use std::move.
9617 * common/common-exceptions.h (struct gdb_exception): Add move
9618 constructor.
9619 (struct gdb_exception_error, struct gdb_exception_quit, struct
9620 gdb_quit_bad_alloc): Change constructor to move constructor.
9621 (throw_exception): Change parameter to rvalue reference.
9622 * common/common-exceptions.c (throw_exception): Take rvalue
9623 reference.
9624 * cli/cli-interp.c (safe_execute_command): Use std::move.
9625 * breakpoint.c (insert_bp_location, location_to_sals): Use
9626 std::move.
9627
9628 2019-04-25 Tom Tromey <tromey@adacore.com>
9629
9630 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
9631 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
9632 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
9633 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
9634 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
9635 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
9636 guile/scm-value.c: Use unpack.
9637 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
9638 gdbscm_gdb_exception.
9639 (gdbscm_throw_gdb_exception): Likewise.
9640 (struct gdbscm_gdb_exception): New.
9641 (unpack): New function.
9642 (gdbscm_wrap): Use unpack.
9643
9644 2019-04-25 Tom Tromey <tromey@adacore.com>
9645
9646 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
9647 (gdb_rl_callback_handler): Use std::move.
9648 * common/common-exceptions.h (struct gdb_exception): Add move
9649 assignment operator.
9650 (throw_exception_sjlj): Change "exception" to const reference.
9651 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
9652 (throw_exception_sjlj): Change "exception" to const reference.
9653
9654 2019-04-25 Tom Tromey <tromey@adacore.com>
9655
9656 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
9657 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
9658 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
9659 Update.
9660 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
9661 Update.
9662 * mi/mi-interp.c (mi_interp::exec): Update.
9663 * linespec.c (parse_linespec): Update.
9664 * infcall.c (run_inferior_call): Update.
9665 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
9666 * guile/scm-symbol.c (gdbscm_lookup_symbol)
9667 (gdbscm_lookup_global_symbol): Update.
9668 * guile/scm-param.c (gdbscm_parameter_value): Update.
9669 * guile/scm-frame.c (gdbscm_frame_read_register)
9670 (gdbscm_frame_read_var): Update.
9671 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
9672 * exec.c (try_open_exec_file): Update.
9673 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
9674 (gdb_rl_callback_handler): Update.
9675 * common/common-exceptions.h (exception_none): Don't declare.
9676 * common/common-exceptions.c (exception_none): Don't define.
9677 (struct catcher) <exception>: Update.
9678 * cli/cli-interp.c (safe_execute_command): Update.
9679 * breakpoint.c (insert_bp_location, location_to_sals): Update.
9680
9681 2019-04-25 Ali Tamur <tamur@google.com>
9682
9683 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
9684 (read_attribute_value): Likewise.
9685 (dwarf2_read_addr_index): Update comment.
9686 (read_str_index): Add DW_FORM_strx.
9687 (dwarf2_string_attr): Likewise.
9688 (dwarf2_const_value_attr): Likewise.
9689 (dump_die_shallow): Likewise.
9690 (dwarf2_fetch_constant_bytes): Likewise.
9691 (skip_form_bytes): Likewise.
9692 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
9693
9694 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
9695
9696 PR corefiles/11608
9697 PR corefiles/18187
9698 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
9699 OFFSET. Verify if current mapping contains an ELF header.
9700 (linux_find_memory_regions_full): Adjust call to
9701 dump_mapping_p.
9702
9703 2019-04-25 Sandra Loosemore <sandra@codesourcery.com>
9704 Kang Li <kanglictf@gmail.com>
9705
9706 PR gdb/21600
9707
9708 * dwarf2-frame.c (read_initial_length): Be consistent about using
9709 unsigned representation of length.
9710 (decode_frame_entry_1): Likewise. Check for wraparound of
9711 end pointer as well as buffer overflow.
9712
9713 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
9714
9715 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
9716 "vq".
9717
9718 2019-04-24 Tom Tromey <tromey@adacore.com>
9719
9720 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
9721
9722 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9723
9724 * s12z-tdep.c (s12z_unwind_pc): Delete.
9725 (s12z_unwind_sp): Delete.
9726 (s12z_gdbarch_init): Don't register deleted functions with
9727 gdbarch.
9728
9729 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9730
9731 * rl78-tdep.c (rl78_unwind_sp): Delete.
9732 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
9733
9734 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9735
9736 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
9737 (xstormy16_unwind_pc): Delete.
9738 (xstormy16_dummy_id): Delete.
9739 (xstormy16_gdbarch_init): Don't register deleted functions with
9740 gdbarch.
9741
9742 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9743
9744 * vax-tdep.c (vax_unwind_pc): Delete.
9745 (vax_gdbarch_init): Don't register deleted function with gdbarch.
9746
9747 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9748
9749 * v850-tdep.c (v850_unwind_sp): Delete.
9750 (v850_unwind_pc): Delete.
9751 (v850_dummy_id): Delete.
9752 (v850_gdbarch_init): Don't register deleted functions with
9753 gdbarch.
9754
9755 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9756
9757 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
9758 (tilegx_unwind_pc): Delete.
9759 (tilegx_unwind_dummy_id): Delete.
9760 (tilegx_gdbarch_init): Don't register deleted functions with
9761 gdbarch.
9762
9763 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9764
9765 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
9766 (tic6x_dummy_id): Delete.
9767 (tic6x_gdbarch_init): Don't register deleted functions with
9768 gdbarch.
9769
9770 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9771
9772 * sparc-tdep.c (sparc_unwind_pc): Delete.
9773 (sparc32_gdbarch_init): Don't register deleted function with
9774 gdbarch.
9775
9776 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9777
9778 * sh-tdep.c (sh_unwind_sp): Delete.
9779 (sh_unwind_pc): Delete.
9780 (sh_dummy_id): Delete.
9781 (sh_gdbarch_init): Don't register deleted functions with
9782 gdbarch.
9783
9784 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9785
9786 * score-tdep.c (score_unwind_sp): Delete.
9787 (score_unwind_pc): Delete.
9788 (score_dummy_id): Delete.
9789 (score_gdbarch_init): Don't register deleted functions with
9790 gdbarch.
9791
9792 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9793
9794 * rx-tdep.c (rx_unwind_pc): Delete.
9795 (rx_unwind_sp): Delete.
9796 (rx_dummy_id): Delete.
9797 (rx_gdbarch_init): Don't register deleted functions with
9798 gdbarch. Update comment.
9799
9800 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9801
9802 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
9803 (rs6000_dummy_id): Delete.
9804 (rs6000_gdbarch_init): Don't register deleted functions with
9805 gdbarch.
9806
9807 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9808
9809 * or1k-tdep.c (or1k_dummy_id): Delete.
9810 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
9811
9812 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9813
9814 * nios2-tdep.c (nios2_dummy_id): Delete.
9815 (nios2_unwind_sp): Delete.
9816 (nios2_gdbarch_init): Don't register deleted functions with
9817 gdbarch.
9818
9819 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9820
9821 * nds32-tdep.c (nds32_dummy_id): Delete.
9822 (nds32_unwind_pc): Delete.
9823 (nds32_unwind_sp): Delete.
9824 (nds32_gdbarch_init): Don't register deleted functions with
9825 gdbarch.
9826
9827 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9828
9829 * msp430-tdep.c (msp430_unwind_pc): Delete.
9830 (msp430_unwind_sp): Delete.
9831 (msp430_dummy_id): Delete.
9832 (msp430_gdbarch_init): Don't register deleted functions with
9833 gdbarch.
9834
9835 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9836
9837 * moxie-tdep.c (moxie_unwind_sp): Delete.
9838 (moxie_unwind_pc): Delete.
9839 (moxie_dummy_id): Delete.
9840 (moxie_gdbarch_init): Don't register deleted functions with
9841 gdbarch.
9842
9843 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9844
9845 * mn10300-tdep.c (mn10300_dummy_id): Delete.
9846 (mn10300_unwind_pc): Delete.
9847 (mn10300_unwind_sp): Delete.
9848 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
9849 mn10300_unwind_sp.
9850 (mn10300_frame_unwind_init): Don't register deleted functions with
9851 gdbarch.
9852
9853 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9854
9855 * mep-tdep.c (mep_unwind_pc): Delete.
9856 (mep_unwind_sp): Delete.
9857 (mep_dummy_id): Delete.
9858 (mep_gdbarch_init): Don't register deleted functions with
9859 gdbarch.
9860
9861 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9862
9863 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
9864 (m68hc11_unwind_sp): Delete.
9865 (m68hc11_gdbarch_init): Don't register deleted functions with
9866 gdbarch.
9867
9868 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9869
9870 * m32r-tdep.c (m32r_unwind_sp): Delete.
9871 (m32r_unwind_pc): Delete.
9872 (m32r_dummy_id): Delete.
9873 (m32r_gdbarch_init): Don't register deleted functions with
9874 gdbarch.
9875
9876 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9877
9878 * m32c-tdep.c (m32c_unwind_pc): Delete.
9879 (m32c_unwind_sp): Delete.
9880 (m32c_dummy_id): Delete.
9881 (m32c_gdbarch_init): Don't register deleted functions with
9882 gdbarch.
9883
9884 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9885
9886 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
9887 (lm32_unwind_pc): Delete.
9888 (lm32_dummy_id): Delete.
9889 (lm32_gdbarch_init): Don't register deleted functions with
9890 gdbarch.
9891
9892 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9893
9894 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
9895 (iq2000_unwind_pc): Delete.
9896 (iq2000_dummy_id): Delete.
9897 (iq2000_gdbarch_init): Don't register deleted functions with
9898 gdbarch.
9899
9900 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9901
9902 * nds32-tdep.c (nds32_type_align): Delete.
9903 (nds32_push_dummy_call): Use type_align instead.
9904
9905 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9906
9907 * arm-tdep.c (arm_type_align): Only handle vector override case.
9908 (arm_push_dummy_call): Use type_align.
9909 (arm_gdbarch_init): Register arm_type_align gdbarch function.
9910
9911 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9912
9913 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
9914 case.
9915 (pass_on_stack): Use type_align.
9916 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
9917 function.
9918
9919 2019-04-23 Tom Tromey <tromey@adacore.com>
9920
9921 * dwarf2read.c (line_header::file_name_at): Remove unused
9922 overload.
9923
9924 2019-04-23 Tom de Vries <tdevries@suse.de>
9925
9926 PR gdb/24438
9927 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
9928 invocation.
9929
9930
9931 2019-03-27 Ali Tamur <tamur@google.com>
9932
9933 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
9934 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
9935 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
9936 (dwarf_expr_context::get_addr_index): Likewise
9937 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
9938 (symbol_needs_eval_context::get_addr_index): Likewise
9939 (disassemble_dwarf_expression): Add DW_OP_addrx
9940 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
9941 (read_cutu_die_from_dwo): Update comment
9942 (skip_one_die): Add DW_FORM_addrx
9943 (read_attribute_value): Likewise
9944 (var_decode_location): Add DW_OP_addrx
9945 (dwarf2_const_value_attr): Add DW_FORM_addrx
9946 (dump_die_shallow): Likewise
9947 (dwarf2_fetch_constant_bytes): Likewise
9948 (decode_locdesc): Add DW_OP_addrx
9949 (skip_form_bytes): Add DW_FORM_addrx
9950
9951 2019-04-22 Ali Tamur <tamur@google.com>
9952
9953 * MAINTAINERS (Write After Approval): Add self.
9954
9955 2019-04-22 Simon Marchi <simon.marchi@efficios.com>
9956
9957 * solib-svr4.c (get_svr4_info): Add pspace parameter.
9958 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
9959 (open_symbol_file_object): Likewise.
9960 (svr4_default_sos): Add info parameter.
9961 (svr4_read_so_list): Likewise.
9962 (svr4_current_sos_direct): Adjust functions calls to pass down
9963 info.
9964 (svr4_current_sos_1): Add info parameter.
9965 (svr4_current_sos): Call get_svr4_info, pass info down to
9966 svr4_current_sos_1.
9967 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
9968 get_svr4_info.
9969 (svr4_in_dynsym_resolve_code): Pass current_program_space to
9970 get_svr4_info.
9971 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
9972 to get_svr4_info.
9973 (probes_table_remove_objfile_probes): Likewise.
9974 (register_solib_event_probe): Add info parameter.
9975 (solist_update_incremental): Pass info parameter down to
9976 svr4_read_so_list.
9977 (disable_probes_interface): Add info parameter.
9978 (svr4_handle_solib_event): Pass current_program_space to
9979 get_svr4_info. Adjust disable_probes_interface cleanup.
9980 (svr4_create_probe_breakpoints): Add info parameter, pass it
9981 down to register_solib_event_probe.
9982 (svr4_create_solib_event_breakpoints): Add info parameter,
9983 pass it down to svr4_create_probe_breakpoints.
9984 (enable_break): Pass info down to
9985 svr4_create_solib_event_breakpoints.
9986 (svr4_solib_create_inferior_hook): Pass current_program_space to
9987 get_svr4_info.
9988 (svr4_clear_solib): Likewise.
9989
9990 2019-04-22 Pedro Alves <palves@redhat.com>
9991
9992 * solib-svr4.c (svr4_free_objfile_observer): New.
9993 (probe_and_action::objfile): New field.
9994 (probes_table_htab_remove_objfile_probes)
9995 (probes_table_remove_objfile_probes): New functions.
9996 (register_solib_event_probe): Add 'objfile' parameter. Store it
9997 in the new probe_and_action. Don't store the probe in 'lookup'.
9998 (svr4_create_probe_breakpoints): Pass objfile to
9999 register_solib_event_probe.
10000 (_initialize_svr4_solib): Register a free_objfile observer.
10001
10002 2019-04-19 Tom Tromey <tom@tromey.com>
10003
10004 * common/queue.h: Remove.
10005
10006 2019-04-19 Tom Tromey <tom@tromey.com>
10007
10008 * event-loop.c: Don't include "common/queue.h".
10009
10010 2019-04-19 Tom Tromey <tom@tromey.com>
10011
10012 * remote.c (remote_target): Use delete.
10013 * remote-notif.h: Include <list>, not "common/queue.h".
10014 (notif_client_p): Remove typedef.
10015 (remote_notif_state): Add constructor, destructor, initializer.
10016 <notif_queue>: Now a std::list.
10017 (remote_notif_state_xfree): Don't declare.
10018 * remote-notif.c (remote_notif_process, handle_notification)
10019 (remote_notif_state_allocate): Update.
10020 (~remote_notif_state): Rename from remote_notif_state_xfree.
10021
10022 2019-04-19 Tom Tromey <tom@tromey.com>
10023
10024 * symfile.c (reread_symbols): Update.
10025 * objfiles.c (objfile_register_static_link)
10026 (objfile_lookup_static_link): Update
10027 (~objfile) Don't delete static_links.
10028 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
10029
10030 2019-04-19 Tom Tromey <tom@tromey.com>
10031
10032 * type-stack.h (struct type_stack) <insert>: Constify string.
10033 * type-stack.c (type_stack::insert): Constify string.
10034 * gdbtypes.h (lookup_template_type): Update.
10035 (address_space_name_to_int): Update.
10036 * gdbtypes.c (address_space_name_to_int): Make space_identifier
10037 const.
10038 (lookup_template_type): Make name const.
10039 * c-exp.y: Update rules.
10040 (lex_one_token, classify_name, classify_inner_name)
10041 (c_print_token): Update.
10042 * p-exp.y: Update rules.
10043 (yylex): Update.
10044 * f-exp.y: Update rules.
10045 (yylex): Update.
10046 * d-exp.y: Update rules.
10047 (lex_one_token, classify_name, classify_inner_name): Update.
10048 * parse.c (write_dollar_variable, copy_name): Return std::string.
10049 * parser-defs.h (copy_name): Change return type.
10050 * m2-exp.y: Update rules.
10051 (yylex): Update.
10052 * go-exp.y (lex_one_token): Update.
10053 Update rules.
10054 (classify_unsafe_function, classify_packaged_name)
10055 (classify_name, yylex): Update.
10056
10057 2019-04-19 Sergei Trofimovich <siarheit@google.com>
10058
10059 * configure.ac: add --enable-source-highlight switch.
10060 * configure: Regenerate.
10061 * top.c (print_gdb_version): plumb --enable-source-highlight
10062 status to "show configuration".
10063
10064 2019-04-19 Tom Tromey <tromey@adacore.com>
10065
10066 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
10067 Check ADA_TYPE_P.
10068 (empty_record, ada_template_to_fixed_record_type_1)
10069 (template_to_static_fixed_type)
10070 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
10071 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
10072 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
10073 macros.
10074
10075 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
10076
10077 PR symtab/24423:
10078 * source.c (print_source_lines_base): Advance "iter" when a
10079 control character is seen.
10080
10081 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10082
10083 * inferior.h (struct infcall_suspend_state_deleter):
10084 Catch exception in destructor to avoid crash.
10085
10086 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10087
10088 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
10089 close to the add_com "shell".
10090
10091 2019-04-18 Tom Tromey <tromey@adacore.com>
10092
10093 * process-stratum-target.h (class process_stratum_target)
10094 <stratum>: Add "final".
10095
10096 2019-04-17 Tom Tromey <tromey@adacore.com>
10097
10098 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
10099 against nullptr before use.
10100
10101 2019-04-17 Alan Hayward <alan.hayward@arm.com>
10102
10103 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
10104
10105 2019-04-17 Jim Wilson <jimw@sifive.com>
10106 Andrew Burgess <andrew.burgess@embecosm.com>
10107
10108 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
10109 code read might fail, assume 4-byte breakpoint in that case.
10110
10111 2019-04-15 Leszek Swirski <leszeks@google.com>
10112
10113 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
10114 rather than a hand-rolled POD check when checking for forced MEMORY
10115 classification.
10116
10117 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10118
10119 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
10120 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
10121 function.
10122 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
10123 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
10124 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
10125 declaration.
10126
10127 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10128
10129 * aarch64-linux-nat.c
10130 (aarch64_linux_nat_target::thread_architecture): Add override.
10131 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
10132 each VQ.
10133
10134 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10135
10136 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
10137
10138 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
10139
10140 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
10141 target types of size 96-bits, add some additional comments, and
10142 check that the builtin type we found was the correct size.
10143
10144 2019-04-12 Eli Zaretskii <eliz@gnu.org>
10145
10146 * utils.c (prompt_for_continue): Don't restore the styling at the
10147 end, as applied_style has the wrong value. This fixes styling in
10148 long lists of file names that are interrupted by the "Continue?"
10149 prompt.
10150
10151 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
10152
10153 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
10154 * c-lang.c (c_language_defn): Likewise.
10155 (cplus_language_defn): Likewise.
10156 (asm_language_defn): Likewise.
10157 (minimal_language_defn): Likewise.
10158 * d-lang.c (d_language_defn): Likewise.
10159 * f-lang.c (f_language_defn): Likewise.
10160 * go-lang.c (go_language_defn): Likewise.
10161 * language.c (unknown_language_defn): Likewise.
10162 (auto_language_defn): Likewise.
10163 * language.h (struct language_defn): Remove la_magic field.
10164 (LANG_MAGIC): Delete.
10165 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
10166 * objc-lang.c (objc_language_defn): Likewise.
10167 * opencl-lang.c (opencl_language_defn): Likewise.
10168 * p-lang.c (pascal_language_defn): Likewise.
10169 * rust-lang.c (rust_language_defn): Likewise.
10170
10171 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10172
10173 * riscv-tdep.c (riscv_type_align): New function.
10174 (riscv_type_alignment): Delete.
10175 (riscv_arg_location): Use 'type_align'.
10176 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
10177
10178 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10179
10180 * gdbtypes.c (type_align): A struct with no non-static fields also
10181 has alignment of 1.
10182
10183 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10184
10185 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
10186 component to 0.
10187 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
10188 member.
10189 (riscv_struct_info::analyse): New implementation using new
10190 analyse_inner member function.
10191 (riscv_struct_info::field_offset): New member function.
10192 (riscv_struct_info::m_offsets): New member variable.
10193 (riscv_struct_info::analyse_inner): New private member function,
10194 takes the old implementation of riscv_struct_info::analyse but
10195 extended to track field offsets.
10196 (riscv_call_arg_struct): Update the struct folding special cases
10197 to handle cases where empty C++ structs, which are non-zero
10198 length, are found.
10199 (riscv_arg_location): Initialise the length of each location, a
10200 non-zero length now indicates the location is in use.
10201 (riscv_push_dummy_call): Allow for the first location having a
10202 non-zero offset when setting up arguments.
10203 (riscv_return_value): Likewise, but for return values.
10204
10205 2019-04-11 Tom Tromey <tromey@adacore.com>
10206
10207 * utils.c (internal_vproblem): Make "msg" const.
10208
10209 2019-04-11 Alan Hayward <alan.hayward@arm.com>
10210
10211 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
10212 * trad-frame.c (trad_frame_reset_saved_regs): New function.
10213 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
10214 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
10215
10216 2019-04-10 Kevin Buettner <kevinb@redhat.com>
10217
10218 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
10219 function.
10220 (fill_gregset): Call amd64_linux_collect_native_gregset instead
10221 of amd64_collect_native_gregset.
10222 (amd64_linux_nat_target::store_registers): Likewise.
10223
10224 2019-04-10 Tom Tromey <tom@tromey.com>
10225
10226 * symtab.c (lookup_global_symbol_from_objfile)
10227 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
10228 * objfiles.h (class separate_debug_iterator): New.
10229 (class separate_debug_range): New.
10230 (struct objfile) <separate_debug_objfiles>: New method.
10231 (objfile_separate_debug_iterate): Don't declare.
10232 * objfiles.c (separate_debug_iterator::operator++): Rename from
10233 objfile_separate_debug_iterate.
10234 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
10235 iterator.
10236 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
10237 iterator.
10238
10239 2019-04-10 Tom Tromey <tom@tromey.com>
10240
10241 * symfile.c (reread_symbols): Remove old comment.
10242 * objfiles.c (free_all_objfiles): Fix a typo.
10243
10244 2019-04-10 Tom Tromey <tom@tromey.com>
10245
10246 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
10247 * minsyms.c (lookup_minimal_symbol): Use foreach.
10248 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
10249 (lookup_minimal_symbol_solib_trampoline): Likewise.
10250 * symfile.c (reread_symbols): Use foreach.
10251
10252 2019-04-09 Ivan Begert <ivanbegert@gmail.com>
10253 Tom Tromey <tromey@adacore.com>
10254
10255 PR rust/24414:
10256 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
10257 (rust_lex_int_test): Change "value" to be LONGEST.
10258 (rust_lex_tests): Add test for long integer literal.
10259
10260 2019-04-09 Tom Tromey <tromey@adacore.com>
10261
10262 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
10263 to bool.
10264 (extended_remote_target::attach): Update.
10265 (remote_target::remote_notice_new_inferior): Update.
10266 (remote_target::add_current_inferior_and_thread): Update.
10267 * inferior.c (exit_inferior_1): Use "false".
10268 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
10269
10270 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
10271
10272 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
10273 the "start" command.
10274
10275 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10276
10277 * python/py-inferior.c (infpy_thread_from_thread_handle):
10278 Adjust comments to reflect renaming of thread_from_thread_handle
10279 to thread_from_handle. Adjust keywords. Fix type error message.
10280 (inferior_object_methods): Add thread_from_handle. Retain
10281 thread_from_thread_handle, but mark it as deprecated.
10282
10283 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10284
10285 * gdbthread.h (find_thread_by_handle): Revise declaration.
10286 * thread.c (find_thread_by_handle): Likewise. Adjust
10287 implementation too.
10288 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
10289 support for buffer objects as handles.
10290
10291 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10292
10293 * python/py-infthread.c (thpy_thread_handle): New function.
10294 (thread_object_methods): Register thpy_thread_handle.
10295
10296 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10297
10298 * gdbthread.h (thread_to_thread_handle): Declare.
10299 * thread.c (gdbtypes.h): Include.
10300 (thread_to_thread_handle): New function.
10301
10302 * target.h (struct target_ops): Add thread_info_to_thread_handle.
10303 (target_thread_info_to_thread_handle): Declare.
10304 * target.c (target_thread_info_to_thread_handle): New function.
10305 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
10306 * target-delegates.c: Regenerate.
10307
10308 * linux-thread-db.c (class thread_db_target): Add method
10309 thread_info_to_thread_handle.
10310 (thread_db_target::thread_info_to_thread_handle): Define.
10311 * remote.c (class remote_target): Add new method
10312 thread_info_to_thread_handle.
10313 (remote_target::thread_info_to_thread_handle): Define.
10314
10315 2019-04-08 Pedro Alves <palves@redhat.com>
10316
10317 * common/common-exceptions.c (throw_exception): Don't create
10318 named object to throw; throw directly.
10319 (throw_it): Likewise. Don't initialize gdb_exception::message
10320 here, with new; pass FMT and AP to the ctor instead.
10321 * common/common-exceptions.h: Include <string>.
10322 (gdb_exception::gdb_exception(enum return_reason, enum errors,
10323 const char *, va_list)): New ctor. Use std::make_shared.
10324 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
10325 errors)): Delete.
10326 (gdb_exception_error::gdb_exception_error(enum errors, const char
10327 *, va_list)): New.
10328 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
10329 Add assertion.
10330 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
10331 errors)): Delete.
10332 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
10333 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
10334 Add assertion.
10335
10336 2019-04-08 Tom Tromey <tom@tromey.com>
10337
10338 * valops.c (value_rtti_indirect_type): Replace throw_exception
10339 with throw.
10340 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
10341 with throw.
10342 * thread.c (thr_try_catch_cmd): Replace throw_exception with
10343 throw.
10344 * target.c (target_translate_tls_address): Replace throw_exception
10345 with throw.
10346 * stack.c (frame_apply_command_count): Replace throw_exception
10347 with throw.
10348 * solib-spu.c (append_ocl_sos): Replace throw_exception with
10349 throw.
10350 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
10351 with throw.
10352 * rs6000-tdep.c (rs6000_frame_cache)
10353 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
10354 * remote.c: Replace throw_exception with throw.
10355 * record-full.c (record_full_message, record_full_wait_1)
10356 (record_full_restore): Replace throw_exception with throw.
10357 * record-btrace.c:
10358 (get_thread_current_frame_id, record_btrace_start_replaying)
10359 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
10360 (cmd_record_btrace_start): Replace throw_exception with throw.
10361 * parse.c (parse_exp_in_context_1): Replace throw_exception with
10362 throw.
10363 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
10364 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
10365 * linespec.c:
10366 (find_linespec_symbols): Replace throw_exception with throw.
10367 * infrun.c (displaced_step_prepare, resume): Replace
10368 throw_exception with throw.
10369 * infcmd.c (post_create_inferior): Replace throw_exception with
10370 throw.
10371 * inf-loop.c (inferior_event_handler): Replace throw_exception
10372 with throw.
10373 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
10374 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
10375 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
10376 (get_prev_frame_always, get_frame_pc_if_available)
10377 (get_frame_address_in_block_if_available, get_frame_language):
10378 Replace throw_exception with throw.
10379 * frame-unwind.c (frame_unwind_try_unwinder): Replace
10380 throw_exception with throw.
10381 * eval.c (fetch_subexp_value, evaluate_var_value)
10382 (evaluate_funcall, evaluate_subexp_standard): Replace
10383 throw_exception with throw.
10384 * dwarf2loc.c (call_site_find_chain)
10385 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
10386 Replace throw_exception with throw.
10387 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
10388 with throw.
10389 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
10390 throw.
10391 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
10392 * completer.c (complete_line_internal): Replace throw_exception
10393 with throw.
10394 * compile/compile-object-run.c (compile_object_run): Replace
10395 throw_exception with throw.
10396 * cli/cli-script.c (process_next_line): Replace throw_exception
10397 with throw.
10398 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
10399 (btrace_enable, btrace_maint_update_pt_packets): Replace
10400 throw_exception with throw.
10401 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
10402 throw_exception with throw.
10403 * break-catch-throw.c (re_set_exception_catchpoint): Replace
10404 throw_exception with throw.
10405 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10406 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
10407 * aarch64-tdep.c (aarch64_make_prologue_cache)
10408 (aarch64_make_stub_cache): Replace throw_exception with throw.
10409
10410 2019-04-08 Tom Tromey <tom@tromey.com>
10411
10412 * common/common-exceptions.c (throw_exception): Rename from
10413 throw_exception_cxx. Remove old copy. Make argument const.
10414 (throw_it): Create and throw exception objects directly.
10415 * common/common-exceptions.h (throw_exception): Make argument
10416 const.
10417 (struct gdb_exception_error): Add constructor.
10418 (struct gdb_exception_quit): Add constructor.
10419
10420 2019-04-08 Tom Tromey <tom@tromey.com>
10421
10422 * common/common-exceptions.h (exception_rethrow): Don't declare.
10423 (TRY_SJLJ): Update comment.
10424 (TRY, CATCH, END_CATCH): Remove.
10425 * common/common-exceptions.c (exception_rethrow): Remove.
10426
10427 2019-04-08 Tom Tromey <tom@tromey.com>
10428
10429 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
10430 Remove.
10431 (gdb_exception_error): Rename from
10432 gdb_exception_RETURN_MASK_ERROR.
10433 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
10434 (gdb_quit_bad_alloc): Update.
10435 * aarch64-tdep.c: Update.
10436 * ada-lang.c: Update.
10437 * ada-typeprint.c: Update.
10438 * ada-valprint.c: Update.
10439 * amd64-tdep.c: Update.
10440 * arch-utils.c: Update.
10441 * break-catch-throw.c: Update.
10442 * breakpoint.c: Update.
10443 * btrace.c: Update.
10444 * c-varobj.c: Update.
10445 * cli/cli-cmds.c: Update.
10446 * cli/cli-interp.c: Update.
10447 * cli/cli-script.c: Update.
10448 * common/common-exceptions.c: Update.
10449 * common/new-op.c: Update.
10450 * common/selftest.c: Update.
10451 * compile/compile-c-symbols.c: Update.
10452 * compile/compile-cplus-symbols.c: Update.
10453 * compile/compile-object-load.c: Update.
10454 * compile/compile-object-run.c: Update.
10455 * completer.c: Update.
10456 * corelow.c: Update.
10457 * cp-abi.c: Update.
10458 * cp-support.c: Update.
10459 * cp-valprint.c: Update.
10460 * darwin-nat.c: Update.
10461 * disasm-selftests.c: Update.
10462 * dtrace-probe.c: Update.
10463 * dwarf-index-cache.c: Update.
10464 * dwarf-index-write.c: Update.
10465 * dwarf2-frame-tailcall.c: Update.
10466 * dwarf2-frame.c: Update.
10467 * dwarf2loc.c: Update.
10468 * dwarf2read.c: Update.
10469 * eval.c: Update.
10470 * event-loop.c: Update.
10471 * event-top.c: Update.
10472 * exec.c: Update.
10473 * f-valprint.c: Update.
10474 * fbsd-tdep.c: Update.
10475 * frame-unwind.c: Update.
10476 * frame.c: Update.
10477 * gdbtypes.c: Update.
10478 * gnu-v3-abi.c: Update.
10479 * guile/guile-internal.h: Update.
10480 * guile/scm-block.c: Update.
10481 * guile/scm-breakpoint.c: Update.
10482 * guile/scm-cmd.c: Update.
10483 * guile/scm-disasm.c: Update.
10484 * guile/scm-frame.c: Update.
10485 * guile/scm-lazy-string.c: Update.
10486 * guile/scm-math.c: Update.
10487 * guile/scm-param.c: Update.
10488 * guile/scm-ports.c: Update.
10489 * guile/scm-pretty-print.c: Update.
10490 * guile/scm-symbol.c: Update.
10491 * guile/scm-symtab.c: Update.
10492 * guile/scm-type.c: Update.
10493 * guile/scm-value.c: Update.
10494 * i386-linux-tdep.c: Update.
10495 * i386-tdep.c: Update.
10496 * inf-loop.c: Update.
10497 * infcall.c: Update.
10498 * infcmd.c: Update.
10499 * infrun.c: Update.
10500 * jit.c: Update.
10501 * language.c: Update.
10502 * linespec.c: Update.
10503 * linux-fork.c: Update.
10504 * linux-nat.c: Update.
10505 * linux-tdep.c: Update.
10506 * linux-thread-db.c: Update.
10507 * main.c: Update.
10508 * mi/mi-cmd-break.c: Update.
10509 * mi/mi-cmd-stack.c: Update.
10510 * mi/mi-interp.c: Update.
10511 * mi/mi-main.c: Update.
10512 * objc-lang.c: Update.
10513 * p-valprint.c: Update.
10514 * parse.c: Update.
10515 * ppc-linux-tdep.c: Update.
10516 * printcmd.c: Update.
10517 * python/py-arch.c: Update.
10518 * python/py-breakpoint.c: Update.
10519 * python/py-cmd.c: Update.
10520 * python/py-finishbreakpoint.c: Update.
10521 * python/py-frame.c: Update.
10522 * python/py-framefilter.c: Update.
10523 * python/py-gdb-readline.c: Update.
10524 * python/py-inferior.c: Update.
10525 * python/py-infthread.c: Update.
10526 * python/py-lazy-string.c: Update.
10527 * python/py-linetable.c: Update.
10528 * python/py-objfile.c: Update.
10529 * python/py-param.c: Update.
10530 * python/py-prettyprint.c: Update.
10531 * python/py-progspace.c: Update.
10532 * python/py-record-btrace.c: Update.
10533 * python/py-record.c: Update.
10534 * python/py-symbol.c: Update.
10535 * python/py-type.c: Update.
10536 * python/py-unwind.c: Update.
10537 * python/py-utils.c: Update.
10538 * python/py-value.c: Update.
10539 * python/python.c: Update.
10540 * record-btrace.c: Update.
10541 * record-full.c: Update.
10542 * remote-fileio.c: Update.
10543 * remote.c: Update.
10544 * riscv-tdep.c: Update.
10545 * rs6000-aix-tdep.c: Update.
10546 * rs6000-tdep.c: Update.
10547 * rust-exp.y: Update.
10548 * rust-lang.c: Update.
10549 * s390-tdep.c: Update.
10550 * selftest-arch.c: Update.
10551 * solib-dsbt.c: Update.
10552 * solib-frv.c: Update.
10553 * solib-spu.c: Update.
10554 * solib-svr4.c: Update.
10555 * solib.c: Update.
10556 * sparc64-linux-tdep.c: Update.
10557 * stack.c: Update.
10558 * symfile-mem.c: Update.
10559 * symmisc.c: Update.
10560 * target.c: Update.
10561 * thread.c: Update.
10562 * top.c: Update.
10563 * tracefile-tfile.c: Update.
10564 * tui/tui.c: Update.
10565 * typeprint.c: Update.
10566 * unittests/cli-utils-selftests.c: Update.
10567 * unittests/parse-connection-spec-selftests.c: Update.
10568 * valops.c: Update.
10569 * valprint.c: Update.
10570 * value.c: Update.
10571 * varobj.c: Update.
10572 * windows-nat.c: Update.
10573 * x86-linux-nat.c: Update.
10574 * xml-support.c: Update.
10575
10576 2019-04-08 Tom Tromey <tom@tromey.com>
10577
10578 * xml-support.c: Use C++ exception handling.
10579 * x86-linux-nat.c: Use C++ exception handling.
10580 * windows-nat.c: Use C++ exception handling.
10581 * varobj.c: Use C++ exception handling.
10582 * value.c: Use C++ exception handling.
10583 * valprint.c: Use C++ exception handling.
10584 * valops.c: Use C++ exception handling.
10585 * unittests/parse-connection-spec-selftests.c: Use C++ exception
10586 handling.
10587 * unittests/cli-utils-selftests.c: Use C++ exception handling.
10588 * typeprint.c: Use C++ exception handling.
10589 * tui/tui.c: Use C++ exception handling.
10590 * tracefile-tfile.c: Use C++ exception handling.
10591 * top.c: Use C++ exception handling.
10592 * thread.c: Use C++ exception handling.
10593 * target.c: Use C++ exception handling.
10594 * symmisc.c: Use C++ exception handling.
10595 * symfile-mem.c: Use C++ exception handling.
10596 * stack.c: Use C++ exception handling.
10597 * sparc64-linux-tdep.c: Use C++ exception handling.
10598 * solib.c: Use C++ exception handling.
10599 * solib-svr4.c: Use C++ exception handling.
10600 * solib-spu.c: Use C++ exception handling.
10601 * solib-frv.c: Use C++ exception handling.
10602 * solib-dsbt.c: Use C++ exception handling.
10603 * selftest-arch.c: Use C++ exception handling.
10604 * s390-tdep.c: Use C++ exception handling.
10605 * rust-lang.c: Use C++ exception handling.
10606 * rust-exp.y: Use C++ exception handling.
10607 * rs6000-tdep.c: Use C++ exception handling.
10608 * rs6000-aix-tdep.c: Use C++ exception handling.
10609 * riscv-tdep.c: Use C++ exception handling.
10610 * remote.c: Use C++ exception handling.
10611 * remote-fileio.c: Use C++ exception handling.
10612 * record-full.c: Use C++ exception handling.
10613 * record-btrace.c: Use C++ exception handling.
10614 * python/python.c: Use C++ exception handling.
10615 * python/py-value.c: Use C++ exception handling.
10616 * python/py-utils.c: Use C++ exception handling.
10617 * python/py-unwind.c: Use C++ exception handling.
10618 * python/py-type.c: Use C++ exception handling.
10619 * python/py-symbol.c: Use C++ exception handling.
10620 * python/py-record.c: Use C++ exception handling.
10621 * python/py-record-btrace.c: Use C++ exception handling.
10622 * python/py-progspace.c: Use C++ exception handling.
10623 * python/py-prettyprint.c: Use C++ exception handling.
10624 * python/py-param.c: Use C++ exception handling.
10625 * python/py-objfile.c: Use C++ exception handling.
10626 * python/py-linetable.c: Use C++ exception handling.
10627 * python/py-lazy-string.c: Use C++ exception handling.
10628 * python/py-infthread.c: Use C++ exception handling.
10629 * python/py-inferior.c: Use C++ exception handling.
10630 * python/py-gdb-readline.c: Use C++ exception handling.
10631 * python/py-framefilter.c: Use C++ exception handling.
10632 * python/py-frame.c: Use C++ exception handling.
10633 * python/py-finishbreakpoint.c: Use C++ exception handling.
10634 * python/py-cmd.c: Use C++ exception handling.
10635 * python/py-breakpoint.c: Use C++ exception handling.
10636 * python/py-arch.c: Use C++ exception handling.
10637 * printcmd.c: Use C++ exception handling.
10638 * ppc-linux-tdep.c: Use C++ exception handling.
10639 * parse.c: Use C++ exception handling.
10640 * p-valprint.c: Use C++ exception handling.
10641 * objc-lang.c: Use C++ exception handling.
10642 * mi/mi-main.c: Use C++ exception handling.
10643 * mi/mi-interp.c: Use C++ exception handling.
10644 * mi/mi-cmd-stack.c: Use C++ exception handling.
10645 * mi/mi-cmd-break.c: Use C++ exception handling.
10646 * main.c: Use C++ exception handling.
10647 * linux-thread-db.c: Use C++ exception handling.
10648 * linux-tdep.c: Use C++ exception handling.
10649 * linux-nat.c: Use C++ exception handling.
10650 * linux-fork.c: Use C++ exception handling.
10651 * linespec.c: Use C++ exception handling.
10652 * language.c: Use C++ exception handling.
10653 * jit.c: Use C++ exception handling.
10654 * infrun.c: Use C++ exception handling.
10655 * infcmd.c: Use C++ exception handling.
10656 * infcall.c: Use C++ exception handling.
10657 * inf-loop.c: Use C++ exception handling.
10658 * i386-tdep.c: Use C++ exception handling.
10659 * i386-linux-tdep.c: Use C++ exception handling.
10660 * guile/scm-value.c: Use C++ exception handling.
10661 * guile/scm-type.c: Use C++ exception handling.
10662 * guile/scm-symtab.c: Use C++ exception handling.
10663 * guile/scm-symbol.c: Use C++ exception handling.
10664 * guile/scm-pretty-print.c: Use C++ exception handling.
10665 * guile/scm-ports.c: Use C++ exception handling.
10666 * guile/scm-param.c: Use C++ exception handling.
10667 * guile/scm-math.c: Use C++ exception handling.
10668 * guile/scm-lazy-string.c: Use C++ exception handling.
10669 * guile/scm-frame.c: Use C++ exception handling.
10670 * guile/scm-disasm.c: Use C++ exception handling.
10671 * guile/scm-cmd.c: Use C++ exception handling.
10672 * guile/scm-breakpoint.c: Use C++ exception handling.
10673 * guile/scm-block.c: Use C++ exception handling.
10674 * guile/guile-internal.h: Use C++ exception handling.
10675 * gnu-v3-abi.c: Use C++ exception handling.
10676 * gdbtypes.c: Use C++ exception handling.
10677 * frame.c: Use C++ exception handling.
10678 * frame-unwind.c: Use C++ exception handling.
10679 * fbsd-tdep.c: Use C++ exception handling.
10680 * f-valprint.c: Use C++ exception handling.
10681 * exec.c: Use C++ exception handling.
10682 * event-top.c: Use C++ exception handling.
10683 * event-loop.c: Use C++ exception handling.
10684 * eval.c: Use C++ exception handling.
10685 * dwarf2read.c: Use C++ exception handling.
10686 * dwarf2loc.c: Use C++ exception handling.
10687 * dwarf2-frame.c: Use C++ exception handling.
10688 * dwarf2-frame-tailcall.c: Use C++ exception handling.
10689 * dwarf-index-write.c: Use C++ exception handling.
10690 * dwarf-index-cache.c: Use C++ exception handling.
10691 * dtrace-probe.c: Use C++ exception handling.
10692 * disasm-selftests.c: Use C++ exception handling.
10693 * darwin-nat.c: Use C++ exception handling.
10694 * cp-valprint.c: Use C++ exception handling.
10695 * cp-support.c: Use C++ exception handling.
10696 * cp-abi.c: Use C++ exception handling.
10697 * corelow.c: Use C++ exception handling.
10698 * completer.c: Use C++ exception handling.
10699 * compile/compile-object-run.c: Use C++ exception handling.
10700 * compile/compile-object-load.c: Use C++ exception handling.
10701 * compile/compile-cplus-symbols.c: Use C++ exception handling.
10702 * compile/compile-c-symbols.c: Use C++ exception handling.
10703 * common/selftest.c: Use C++ exception handling.
10704 * common/new-op.c: Use C++ exception handling.
10705 * cli/cli-script.c: Use C++ exception handling.
10706 * cli/cli-interp.c: Use C++ exception handling.
10707 * cli/cli-cmds.c: Use C++ exception handling.
10708 * c-varobj.c: Use C++ exception handling.
10709 * btrace.c: Use C++ exception handling.
10710 * breakpoint.c: Use C++ exception handling.
10711 * break-catch-throw.c: Use C++ exception handling.
10712 * arch-utils.c: Use C++ exception handling.
10713 * amd64-tdep.c: Use C++ exception handling.
10714 * ada-valprint.c: Use C++ exception handling.
10715 * ada-typeprint.c: Use C++ exception handling.
10716 * ada-lang.c: Use C++ exception handling.
10717 * aarch64-tdep.c: Use C++ exception handling.
10718
10719 2019-04-08 Tom Tromey <tom@tromey.com>
10720
10721 * xml-support.c (gdb_xml_parser::parse): Update.
10722 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
10723 * value.c (show_convenience): Update.
10724 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
10725 (test_parse_flags_qcs): Update.
10726 * thread.c (thr_try_catch_cmd): Update.
10727 * target.c (target_translate_tls_address): Update.
10728 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
10729 (info_frame_command_core, frame_apply_command_count): Update.
10730 * rust-exp.y (rust_lex_exception_test): Update.
10731 * riscv-tdep.c (riscv_print_one_register_info): Update.
10732 * remote.c (remote_target::enable_btrace): Update.
10733 * record-btrace.c (record_btrace_enable_warn): Update.
10734 * python/py-utils.c (gdbpy_convert_exception): Update.
10735 * printcmd.c (do_one_display, print_variable_and_value): Update.
10736 * mi/mi-main.c (mi_print_exception): Update.
10737 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
10738 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
10739 * linux-nat.c (linux_nat_target::attach): Update.
10740 * linux-fork.c (class scoped_switch_fork_info): Update.
10741 * infrun.c (displaced_step_prepare): Update.
10742 * infcall.c (call_function_by_hand_dummy): Update.
10743 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
10744 * gnu-v3-abi.c (print_one_vtable): Update.
10745 * frame.c (get_prev_frame_always): Update.
10746 * f-valprint.c (info_common_command_for_block): Update.
10747 * exec.c (try_open_exec_file): Update.
10748 * exceptions.c (print_exception, exception_print)
10749 (exception_fprintf, exception_print_same): Update.
10750 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
10751 * dwarf-index-cache.c (index_cache::store)
10752 (index_cache::lookup_gdb_index): Update.
10753 * darwin-nat.c (maybe_cache_shell): Update.
10754 * cp-valprint.c (cp_print_value_fields): Update.
10755 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
10756 (gcc_cplus_symbol_address): Update.
10757 * compile/compile-c-symbols.c (gcc_convert_symbol)
10758 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
10759 * common/selftest.c: Update.
10760 * common/common-exceptions.h (struct gdb_exception) <message>: Now
10761 a std::string.
10762 (exception_try_scope_entry, exception_try_scope_exit): Don't
10763 declare.
10764 (struct exception_try_scope): Remove.
10765 (TRY): Don't use exception_try_scope.
10766 (struct gdb_exception): Add constructor, operator=.
10767 <what>: New method.
10768 (struct gdb_exception_RETURN_MASK_ALL)
10769 (struct gdb_exception_RETURN_MASK_ERROR)
10770 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
10771 (struct gdb_quit_bad_alloc): Update.
10772 * common/common-exceptions.c (exception_none): Change
10773 initializer.
10774 (struct catcher) <state, exception>: Initialize inline.
10775 <prev>: Remove member.
10776 (current_catcher): Remove.
10777 (catchers): New global.
10778 (exceptions_state_mc_init): Simplify.
10779 (catcher_pop): Remove.
10780 (exceptions_state_mc, exceptions_state_mc_catch): Update.
10781 (try_scope_depth, exception_try_scope_entry)
10782 (exception_try_scope_exit): Remove.
10783 (throw_exception_sjlj): Update.
10784 (exception_messages, exception_messages_size): Remove.
10785 (throw_it): Simplify.
10786 (gdb_exception_sliced_copy): Remove.
10787 (throw_exception_cxx): Update.
10788 * cli/cli-script.c (script_from_file): Update.
10789 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
10790 Update.
10791 * ada-valprint.c (ada_val_print): Update.
10792 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
10793 (create_excep_cond_exprs): Update.
10794
10795 2019-04-08 Tom Tromey <tom@tromey.com>
10796
10797 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
10798 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
10799 (TRY, CATCH, END_CATCH): Remove some definitions.
10800 * common/common-exceptions.c: Don't use GDB_XCPT.
10801 (catcher_list_size): Remove.
10802 (throw_exception, throw_it): Simplify.
10803
10804 2019-04-05 Tom Tromey <tom@tromey.com>
10805
10806 Revert the header-sorting patch.
10807 * ft32-tdep.c: Revert.
10808 * frv-tdep.c: Revert.
10809 * frv-linux-tdep.c: Revert.
10810 * frame.c: Revert.
10811 * frame-unwind.c: Revert.
10812 * frame-base.c: Revert.
10813 * fork-child.c: Revert.
10814 * findvar.c: Revert.
10815 * findcmd.c: Revert.
10816 * filesystem.c: Revert.
10817 * filename-seen-cache.h: Revert.
10818 * filename-seen-cache.c: Revert.
10819 * fbsd-tdep.c: Revert.
10820 * fbsd-nat.h: Revert.
10821 * fbsd-nat.c: Revert.
10822 * f-valprint.c: Revert.
10823 * f-typeprint.c: Revert.
10824 * f-lang.c: Revert.
10825 * extension.h: Revert.
10826 * extension.c: Revert.
10827 * extension-priv.h: Revert.
10828 * expprint.c: Revert.
10829 * exec.h: Revert.
10830 * exec.c: Revert.
10831 * exceptions.c: Revert.
10832 * event-top.c: Revert.
10833 * event-loop.c: Revert.
10834 * eval.c: Revert.
10835 * elfread.c: Revert.
10836 * dwarf2read.h: Revert.
10837 * dwarf2read.c: Revert.
10838 * dwarf2loc.c: Revert.
10839 * dwarf2expr.h: Revert.
10840 * dwarf2expr.c: Revert.
10841 * dwarf2-frame.c: Revert.
10842 * dwarf2-frame-tailcall.c: Revert.
10843 * dwarf-index-write.h: Revert.
10844 * dwarf-index-write.c: Revert.
10845 * dwarf-index-common.c: Revert.
10846 * dwarf-index-cache.h: Revert.
10847 * dwarf-index-cache.c: Revert.
10848 * dummy-frame.c: Revert.
10849 * dtrace-probe.c: Revert.
10850 * disasm.h: Revert.
10851 * disasm.c: Revert.
10852 * disasm-selftests.c: Revert.
10853 * dictionary.c: Revert.
10854 * dicos-tdep.c: Revert.
10855 * demangle.c: Revert.
10856 * dcache.h: Revert.
10857 * dcache.c: Revert.
10858 * darwin-nat.h: Revert.
10859 * darwin-nat.c: Revert.
10860 * darwin-nat-info.c: Revert.
10861 * d-valprint.c: Revert.
10862 * d-namespace.c: Revert.
10863 * d-lang.c: Revert.
10864 * ctf.c: Revert.
10865 * csky-tdep.c: Revert.
10866 * csky-linux-tdep.c: Revert.
10867 * cris-tdep.c: Revert.
10868 * cris-linux-tdep.c: Revert.
10869 * cp-valprint.c: Revert.
10870 * cp-support.c: Revert.
10871 * cp-namespace.c: Revert.
10872 * cp-abi.c: Revert.
10873 * corelow.c: Revert.
10874 * corefile.c: Revert.
10875 * continuations.c: Revert.
10876 * completer.h: Revert.
10877 * completer.c: Revert.
10878 * complaints.c: Revert.
10879 * coffread.c: Revert.
10880 * coff-pe-read.c: Revert.
10881 * cli-out.h: Revert.
10882 * cli-out.c: Revert.
10883 * charset.c: Revert.
10884 * c-varobj.c: Revert.
10885 * c-valprint.c: Revert.
10886 * c-typeprint.c: Revert.
10887 * c-lang.c: Revert.
10888 * buildsym.c: Revert.
10889 * buildsym-legacy.c: Revert.
10890 * build-id.h: Revert.
10891 * build-id.c: Revert.
10892 * btrace.c: Revert.
10893 * bsd-uthread.c: Revert.
10894 * breakpoint.h: Revert.
10895 * breakpoint.c: Revert.
10896 * break-catch-throw.c: Revert.
10897 * break-catch-syscall.c: Revert.
10898 * break-catch-sig.c: Revert.
10899 * blockframe.c: Revert.
10900 * block.c: Revert.
10901 * bfin-tdep.c: Revert.
10902 * bfin-linux-tdep.c: Revert.
10903 * bfd-target.c: Revert.
10904 * bcache.c: Revert.
10905 * ax-general.c: Revert.
10906 * ax-gdb.h: Revert.
10907 * ax-gdb.c: Revert.
10908 * avr-tdep.c: Revert.
10909 * auxv.c: Revert.
10910 * auto-load.c: Revert.
10911 * arm-wince-tdep.c: Revert.
10912 * arm-tdep.c: Revert.
10913 * arm-symbian-tdep.c: Revert.
10914 * arm-pikeos-tdep.c: Revert.
10915 * arm-obsd-tdep.c: Revert.
10916 * arm-nbsd-tdep.c: Revert.
10917 * arm-nbsd-nat.c: Revert.
10918 * arm-linux-tdep.c: Revert.
10919 * arm-linux-nat.c: Revert.
10920 * arm-fbsd-tdep.c: Revert.
10921 * arm-fbsd-nat.c: Revert.
10922 * arm-bsd-tdep.c: Revert.
10923 * arch-utils.c: Revert.
10924 * arc-tdep.c: Revert.
10925 * arc-newlib-tdep.c: Revert.
10926 * annotate.h: Revert.
10927 * annotate.c: Revert.
10928 * amd64-windows-tdep.c: Revert.
10929 * amd64-windows-nat.c: Revert.
10930 * amd64-tdep.c: Revert.
10931 * amd64-sol2-tdep.c: Revert.
10932 * amd64-obsd-tdep.c: Revert.
10933 * amd64-obsd-nat.c: Revert.
10934 * amd64-nbsd-tdep.c: Revert.
10935 * amd64-nbsd-nat.c: Revert.
10936 * amd64-nat.c: Revert.
10937 * amd64-linux-tdep.c: Revert.
10938 * amd64-linux-nat.c: Revert.
10939 * amd64-fbsd-tdep.c: Revert.
10940 * amd64-fbsd-nat.c: Revert.
10941 * amd64-dicos-tdep.c: Revert.
10942 * amd64-darwin-tdep.c: Revert.
10943 * amd64-bsd-nat.c: Revert.
10944 * alpha-tdep.c: Revert.
10945 * alpha-obsd-tdep.c: Revert.
10946 * alpha-nbsd-tdep.c: Revert.
10947 * alpha-mdebug-tdep.c: Revert.
10948 * alpha-linux-tdep.c: Revert.
10949 * alpha-linux-nat.c: Revert.
10950 * alpha-bsd-tdep.c: Revert.
10951 * alpha-bsd-nat.c: Revert.
10952 * aix-thread.c: Revert.
10953 * agent.c: Revert.
10954 * addrmap.c: Revert.
10955 * ada-varobj.c: Revert.
10956 * ada-valprint.c: Revert.
10957 * ada-typeprint.c: Revert.
10958 * ada-tasks.c: Revert.
10959 * ada-lang.c: Revert.
10960 * aarch64-tdep.c: Revert.
10961 * aarch64-ravenscar-thread.c: Revert.
10962 * aarch64-newlib-tdep.c: Revert.
10963 * aarch64-linux-tdep.c: Revert.
10964 * aarch64-linux-nat.c: Revert.
10965 * aarch64-fbsd-tdep.c: Revert.
10966 * aarch64-fbsd-nat.c: Revert.
10967 * aarch32-linux-nat.c: Revert.
10968
10969 2019-04-05 Tom Tromey <tom@tromey.com>
10970
10971 * ft32-tdep.c: Sort headers.
10972 * frv-tdep.c: Sort headers.
10973 * frv-linux-tdep.c: Sort headers.
10974 * frame.c: Sort headers.
10975 * frame-unwind.c: Sort headers.
10976 * frame-base.c: Sort headers.
10977 * fork-child.c: Sort headers.
10978 * findvar.c: Sort headers.
10979 * findcmd.c: Sort headers.
10980 * filesystem.c: Sort headers.
10981 * filename-seen-cache.h: Sort headers.
10982 * filename-seen-cache.c: Sort headers.
10983 * fbsd-tdep.c: Sort headers.
10984 * fbsd-nat.h: Sort headers.
10985 * fbsd-nat.c: Sort headers.
10986 * f-valprint.c: Sort headers.
10987 * f-typeprint.c: Sort headers.
10988 * f-lang.c: Sort headers.
10989 * extension.h: Sort headers.
10990 * extension.c: Sort headers.
10991 * extension-priv.h: Sort headers.
10992 * expprint.c: Sort headers.
10993 * exec.h: Sort headers.
10994 * exec.c: Sort headers.
10995 * exceptions.c: Sort headers.
10996 * event-top.c: Sort headers.
10997 * event-loop.c: Sort headers.
10998 * eval.c: Sort headers.
10999 * elfread.c: Sort headers.
11000 * dwarf2read.h: Sort headers.
11001 * dwarf2read.c: Sort headers.
11002 * dwarf2loc.c: Sort headers.
11003 * dwarf2expr.h: Sort headers.
11004 * dwarf2expr.c: Sort headers.
11005 * dwarf2-frame.c: Sort headers.
11006 * dwarf2-frame-tailcall.c: Sort headers.
11007 * dwarf-index-write.h: Sort headers.
11008 * dwarf-index-write.c: Sort headers.
11009 * dwarf-index-common.c: Sort headers.
11010 * dwarf-index-cache.h: Sort headers.
11011 * dwarf-index-cache.c: Sort headers.
11012 * dummy-frame.c: Sort headers.
11013 * dtrace-probe.c: Sort headers.
11014 * disasm.h: Sort headers.
11015 * disasm.c: Sort headers.
11016 * disasm-selftests.c: Sort headers.
11017 * dictionary.c: Sort headers.
11018 * dicos-tdep.c: Sort headers.
11019 * demangle.c: Sort headers.
11020 * dcache.h: Sort headers.
11021 * dcache.c: Sort headers.
11022 * darwin-nat.h: Sort headers.
11023 * darwin-nat.c: Sort headers.
11024 * darwin-nat-info.c: Sort headers.
11025 * d-valprint.c: Sort headers.
11026 * d-namespace.c: Sort headers.
11027 * d-lang.c: Sort headers.
11028 * ctf.c: Sort headers.
11029 * csky-tdep.c: Sort headers.
11030 * csky-linux-tdep.c: Sort headers.
11031 * cris-tdep.c: Sort headers.
11032 * cris-linux-tdep.c: Sort headers.
11033 * cp-valprint.c: Sort headers.
11034 * cp-support.c: Sort headers.
11035 * cp-namespace.c: Sort headers.
11036 * cp-abi.c: Sort headers.
11037 * corelow.c: Sort headers.
11038 * corefile.c: Sort headers.
11039 * continuations.c: Sort headers.
11040 * completer.h: Sort headers.
11041 * completer.c: Sort headers.
11042 * complaints.c: Sort headers.
11043 * coffread.c: Sort headers.
11044 * coff-pe-read.c: Sort headers.
11045 * cli-out.h: Sort headers.
11046 * cli-out.c: Sort headers.
11047 * charset.c: Sort headers.
11048 * c-varobj.c: Sort headers.
11049 * c-valprint.c: Sort headers.
11050 * c-typeprint.c: Sort headers.
11051 * c-lang.c: Sort headers.
11052 * buildsym.c: Sort headers.
11053 * buildsym-legacy.c: Sort headers.
11054 * build-id.h: Sort headers.
11055 * build-id.c: Sort headers.
11056 * btrace.c: Sort headers.
11057 * bsd-uthread.c: Sort headers.
11058 * breakpoint.h: Sort headers.
11059 * breakpoint.c: Sort headers.
11060 * break-catch-throw.c: Sort headers.
11061 * break-catch-syscall.c: Sort headers.
11062 * break-catch-sig.c: Sort headers.
11063 * blockframe.c: Sort headers.
11064 * block.c: Sort headers.
11065 * bfin-tdep.c: Sort headers.
11066 * bfin-linux-tdep.c: Sort headers.
11067 * bfd-target.c: Sort headers.
11068 * bcache.c: Sort headers.
11069 * ax-general.c: Sort headers.
11070 * ax-gdb.h: Sort headers.
11071 * ax-gdb.c: Sort headers.
11072 * avr-tdep.c: Sort headers.
11073 * auxv.c: Sort headers.
11074 * auto-load.c: Sort headers.
11075 * arm-wince-tdep.c: Sort headers.
11076 * arm-tdep.c: Sort headers.
11077 * arm-symbian-tdep.c: Sort headers.
11078 * arm-pikeos-tdep.c: Sort headers.
11079 * arm-obsd-tdep.c: Sort headers.
11080 * arm-nbsd-tdep.c: Sort headers.
11081 * arm-nbsd-nat.c: Sort headers.
11082 * arm-linux-tdep.c: Sort headers.
11083 * arm-linux-nat.c: Sort headers.
11084 * arm-fbsd-tdep.c: Sort headers.
11085 * arm-fbsd-nat.c: Sort headers.
11086 * arm-bsd-tdep.c: Sort headers.
11087 * arch-utils.c: Sort headers.
11088 * arc-tdep.c: Sort headers.
11089 * arc-newlib-tdep.c: Sort headers.
11090 * annotate.h: Sort headers.
11091 * annotate.c: Sort headers.
11092 * amd64-windows-tdep.c: Sort headers.
11093 * amd64-windows-nat.c: Sort headers.
11094 * amd64-tdep.c: Sort headers.
11095 * amd64-sol2-tdep.c: Sort headers.
11096 * amd64-obsd-tdep.c: Sort headers.
11097 * amd64-obsd-nat.c: Sort headers.
11098 * amd64-nbsd-tdep.c: Sort headers.
11099 * amd64-nbsd-nat.c: Sort headers.
11100 * amd64-nat.c: Sort headers.
11101 * amd64-linux-tdep.c: Sort headers.
11102 * amd64-linux-nat.c: Sort headers.
11103 * amd64-fbsd-tdep.c: Sort headers.
11104 * amd64-fbsd-nat.c: Sort headers.
11105 * amd64-dicos-tdep.c: Sort headers.
11106 * amd64-darwin-tdep.c: Sort headers.
11107 * amd64-bsd-nat.c: Sort headers.
11108 * alpha-tdep.c: Sort headers.
11109 * alpha-obsd-tdep.c: Sort headers.
11110 * alpha-nbsd-tdep.c: Sort headers.
11111 * alpha-mdebug-tdep.c: Sort headers.
11112 * alpha-linux-tdep.c: Sort headers.
11113 * alpha-linux-nat.c: Sort headers.
11114 * alpha-bsd-tdep.c: Sort headers.
11115 * alpha-bsd-nat.c: Sort headers.
11116 * aix-thread.c: Sort headers.
11117 * agent.c: Sort headers.
11118 * addrmap.c: Sort headers.
11119 * ada-varobj.c: Sort headers.
11120 * ada-valprint.c: Sort headers.
11121 * ada-typeprint.c: Sort headers.
11122 * ada-tasks.c: Sort headers.
11123 * ada-lang.c: Sort headers.
11124 * aarch64-tdep.c: Sort headers.
11125 * aarch64-ravenscar-thread.c: Sort headers.
11126 * aarch64-newlib-tdep.c: Sort headers.
11127 * aarch64-linux-tdep.c: Sort headers.
11128 * aarch64-linux-nat.c: Sort headers.
11129 * aarch64-fbsd-tdep.c: Sort headers.
11130 * aarch64-fbsd-nat.c: Sort headers.
11131 * aarch32-linux-nat.c: Sort headers.
11132
11133 2019-04-04 Tom Tromey <tom@tromey.com>
11134
11135 * varobj.c (varobj_create): Update.
11136 * rust-exp.y (struct rust_parser) <update_innermost_block,
11137 lookup_symbol>: New methods.
11138 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
11139 Rename.
11140 (rust_parser::rust_lookup_type)
11141 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
11142 * printcmd.c (display_command, do_one_display): Update.
11143 * parser-defs.h (struct parser_state) <parser_state>: Add
11144 "tracker" parameter.
11145 (block_tracker): New member.
11146 (class innermost_block_tracker) <innermost_block_tracker>: Add
11147 "types" parameter.
11148 <reset>: Remove method.
11149 (innermost_block): Don't declare.
11150 (null_post_parser): Update.
11151 * parse.c (innermost_block): Remove global.
11152 (write_dollar_variable): Update.
11153 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
11154 Remove "tracker_types" parameter.
11155 (parse_expression): Add "tracker" parameter.
11156 (parse_expression_for_completion): Update.
11157 (null_post_parser): Add "tracker" parameter.
11158 * p-exp.y: Update rules.
11159 * m2-exp.y: Update rules.
11160 * language.h (struct language_defn) <la_post_parser>: Add
11161 "tracker" parameter.
11162 * go-exp.y: Update rules.
11163 * f-exp.y: Update rules.
11164 * expression.h (parse_expression, parse_exp_1): Add "tracker"
11165 parameter.
11166 * d-exp.y: Update rules.
11167 * c-exp.y: Update rules.
11168 * breakpoint.c (set_breakpoint_condition): Create an
11169 innermost_block_tracker.
11170 (watch_command_1): Likewise.
11171 * ada-lang.c (resolve): Add "tracker" parameter.
11172 (resolve_subexp): Likewise.
11173 * ada-exp.y (write_var_from_sym): Update.
11174
11175 2019-04-04 Tom Tromey <tom@tromey.com>
11176
11177 * type-stack.h: New file.
11178 * type-stack.c: New file.
11179 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
11180 type-stack.h.
11181 (insert_into_type_stack, insert_type, push_type, push_type_int)
11182 (insert_type_address_space, pop_type, pop_type_int)
11183 (pop_typelist, pop_type_stack, append_type_stack)
11184 (push_type_stack, get_type_stack, push_typelist)
11185 (follow_type_instance_flags, follow_types): Don't declare.
11186 * parse.c (type_stack): Remove global.
11187 (parse_exp_in_context): Update.
11188 (insert_into_type_stack, insert_type, push_type, push_type_int)
11189 (insert_type_address_space, pop_type, pop_type_int)
11190 (pop_typelist, pop_type_stack, append_type_stack)
11191 (push_type_stack, get_type_stack, push_typelist)
11192 (follow_type_instance_flags, follow_types): Remove (moved to
11193 type-stack.c).
11194 * f-exp.y (type_stack): New global.
11195 Update rules.
11196 (push_kind_type, f_parse): Update.
11197 * d-exp.y (type_stack): New global.
11198 Update rules.
11199 (d_parse): Update.
11200 * c-exp.y (struct c_parse_state) <type_stack>: New member.
11201 Update rules.
11202 * Makefile.in (COMMON_SFILES): Add type-stack.c.
11203 (HFILES_NO_SRCDIR): Add type-stack.h.
11204
11205 2019-04-04 Tom Tromey <tom@tromey.com>
11206
11207 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
11208 (rust_parser::convert_ast_to_expression, rust_parse)
11209 (rust_lex_test_completion, rust_lex_tests): Update.
11210 * parser-defs.h (struct expr_completion_state): New.
11211 (struct parser_state) <parser_state>: Add completion parameter.
11212 <mark_struct_expression, mark_completion_tag>: New methods.
11213 <parse_completion, m_completion_state>: New members.
11214 (prefixify_expression, null_post_parser): Update.
11215 (mark_struct_expression, mark_completion_tag): Don't declare.
11216 * parse.c (parse_completion, expout_last_struct)
11217 (expout_tag_completion_type, expout_completion_name): Remove
11218 globals.
11219 (parser_state::mark_struct_expression)
11220 (parser_state::mark_completion_tag): Now methods.
11221 (prefixify_expression): Add last_struct parameter.
11222 (prefixify_subexp): Likewise.
11223 (parse_exp_1): Update.
11224 (parse_exp_in_context): Add cstate parameter. Update.
11225 (parse_expression_for_completion): Create an
11226 expr_completion_state.
11227 (null_post_parser): Add "completion" parameter.
11228 * p-exp.y: Update rules.
11229 (yylex): Update.
11230 * language.h (struct language_defn) <la_post_parser>: Add
11231 "completing" parameter.
11232 * go-exp.y: Update rules.
11233 (lex_one_token): Update.
11234 * expression.h (parse_completion): Don't declare.
11235 * d-exp.y: Update rules.
11236 (lex_one_token): Update rules.
11237 * c-exp.y: Update rules.
11238 (lex_one_token): Update.
11239 * ada-lang.c (resolve): Add "parse_completion" parameter.
11240 (resolve_subexp): Likewise.
11241 (ada_resolve_function): Likewise.
11242
11243 2019-04-04 Tom Tromey <tom@tromey.com>
11244
11245 * parser-defs.h (struct parser_state) <start_arglist,
11246 end_arglist>: New methods.
11247 <arglist_len, m_funcall_chain>: New members.
11248 (arglist_len, start_arglist, end_arglist): Don't declare.
11249 * parse.c (arglist_len, funcall_chain): Remove global.
11250 (start_arglist, end_arglist): Remove functions.
11251 (parse_exp_in_context): Update.
11252 * p-exp.y: Update rules.
11253 * m2-exp.y: Update rules.
11254 * go-exp.y: Update rules.
11255 * f-exp.y: Update rules.
11256 * d-exp.y: Update rules.
11257 * c-exp.y: Update rules.
11258
11259 2019-04-04 Tom Tromey <tom@tromey.com>
11260
11261 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
11262 lex_operator, push_back>: New methods.
11263 Update all rules.
11264 (rust_parser::lex_hex, lex_escape): Rename and update.
11265 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
11266 (rust_parser::lex_operator): Rename and update.
11267 (rust_parser::lex_number, rustyylex, rustyyerror)
11268 (rust_lex_test_init, rust_lex_test_sequence)
11269 (rust_lex_test_push_back, rust_lex_tests): Update.
11270 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
11271 parameter.
11272 <lexptr, prev_lexptr>: New members.
11273 (lexptr, prev_lexptr): Don't declare.
11274 * parse.c (lexptr, prev_lexptr): Remove globals.
11275 (parse_exp_in_context): Update.
11276 * p-exp.y (yylex, yyerror): Update.
11277 * m2-exp.y (parse_number, yylex, yyerror): Update.
11278 * go-exp.y (lex_one_token, yyerror): Update.
11279 * f-exp.y (match_string_literal, yylex, yyerror): Update.
11280 * d-exp.y (lex_one_token, yyerror): Update.
11281 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
11282 (lex_one_token, yyerror): Update.
11283 * ada-lex.l (YY_INPUT): Update.
11284 (rewind_to_char): Update.
11285 * ada-exp.y (yyerror): Update.
11286
11287 2019-04-04 Tom Tromey <tom@tromey.com>
11288
11289 * rust-exp.y (rustyylex, rust_lex_tests): Update.
11290 * parser-defs.h (struct parser_state) <parser_state>: Add new
11291 parameter.
11292 <comma_terminates>: New member.
11293 (comma_terminates): Don't declare global.
11294 * parse.c (comma_terminates): Remove global.
11295 (parse_exp_in_context): Update.
11296 * p-exp.y (yylex): Update.
11297 * m2-exp.y (yylex): Update.
11298 * go-exp.y (lex_one_token): Update.
11299 * f-exp.y (yylex): Update.
11300 * d-exp.y (lex_one_token): Update.
11301 * c-exp.y (lex_one_token): Update.
11302 * ada-lex.l: Update.
11303
11304 2019-04-04 Tom Tromey <tom@tromey.com>
11305
11306 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
11307 (rustyylex, rust_lex_test_init, rust_lex_test_one)
11308 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
11309 * parser-defs.h (paren_depth): Don't declare.
11310 * parse.c (paren_depth): Remove global.
11311 (parse_exp_in_context): Update.
11312 * p-exp.y (paren_depth): New global.
11313 (pascal_parse): Initialize it.
11314 * m2-exp.y (paren_depth): New global.
11315 (m2_parse): Initialize it.
11316 * go-exp.y (paren_depth): New global.
11317 (go_parse): Initialize it.
11318 * f-exp.y (paren_depth): New global.
11319 (f_parse): Initialize it.
11320 * d-exp.y (paren_depth): New global.
11321 (d_parse): Initialize it.
11322 * c-exp.y (paren_depth): New global.
11323 (c_parse): Initialize it.
11324 * ada-lex.l (paren_depth): New global.
11325 (lexer_init): Initialize it.
11326
11327 2019-04-04 Tom Tromey <tom@tromey.com>
11328
11329 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
11330 (rust_parser::convert_ast_to_type)
11331 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
11332 * parser-defs.h (struct parser_state) <parser_state>: Add
11333 parameters. Initialize new members.
11334 <expression_context_block, expression_context_pc>: New members.
11335 * parse.c (expression_context_block, expression_context_pc):
11336 Remove globals.
11337 (parse_exp_in_context): Update.
11338 * p-exp.y: Update all rules.
11339 (yylex): Update.
11340 * m2-exp.y: Update all rules.
11341 (yylex): Update.
11342 * go-exp.y (yylex): Update.
11343 * f-exp.y (yylex): Update.
11344 * d-exp.y: Update all rules.
11345 (yylex): Update.
11346 * c-exp.y: Update all rules.
11347 (lex_one_token, classify_name, yylex, c_parse): Update.
11348 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
11349
11350 2019-04-04 Tom Tromey <tom@tromey.com>
11351
11352 * gdbarch.h, gdbarch.c: Rebuild.
11353 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
11354 * stap-probe.h:
11355 (struct stap_parse_info): Replace "parser_state" with
11356 "expr_builder".
11357 * parser-defs.h (struct expr_builder): Rename from "parser_state".
11358 (parser_state): New class.
11359 * parse.c (expr_builder): Rename.
11360 (expr_builder::release): Rename.
11361 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
11362 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
11363 (write_exp_elt_longcst, write_exp_elt_floatcst)
11364 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
11365 (write_exp_string_vector, write_exp_bitstring)
11366 (write_exp_msymbol, mark_struct_expression)
11367 (write_dollar_variable)
11368 (insert_type_address_space, increase_expout_size): Replace
11369 "parser_state" with "expr_builder".
11370 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
11371 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
11372 "parser_state" with "expr_builder".
11373
11374 2019-04-04 Tom Tromey <tom@tromey.com>
11375
11376 * rust-exp.y: Replace "parse_language" with method call.
11377 * p-exp.y:
11378 (yylex): Replace "parse_language" with method call.
11379 * m2-exp.y:
11380 (yylex): Replace "parse_language" with method call.
11381 * go-exp.y (classify_name): Replace "parse_language" with method
11382 call.
11383 * f-exp.y (yylex): Replace "parse_language" with method call.
11384 * d-exp.y (lex_one_token): Replace "parse_language" with method
11385 call.
11386 * c-exp.y:
11387 (lex_one_token, classify_name, yylex): Replace "parse_language"
11388 with method call.
11389 * ada-exp.y (find_primitive_type, type_char)
11390 (type_system_address): Replace "parse_language" with method call.
11391
11392 2019-04-04 Tom Tromey <tom@tromey.com>
11393
11394 * rust-exp.y: Replace "parse_gdbarch" with method call.
11395 * parse.c (write_dollar_variable, insert_type_address_space):
11396 Replace "parse_gdbarch" with method call.
11397 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
11398 call.
11399 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
11400 call.
11401 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
11402 "parse_gdbarch" with method call.
11403 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
11404 with method call.
11405 * f-exp.y (parse_type, parse_f_type, yylex): Replace
11406 "parse_gdbarch" with method call.
11407 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
11408 "parse_gdbarch" with method call.
11409 * c-exp.y (parse_type, parse_number, classify_name): Replace
11410 "parse_gdbarch" with method call.
11411 * ada-lex.l: Replace "parse_gdbarch" with method call.
11412 * ada-exp.y (parse_type, find_primitive_type, type_char)
11413 (type_system_address): Replace "parse_gdbarch" with method call.
11414
11415 2019-04-04 Tom Tromey <tom@tromey.com>
11416
11417 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
11418 * stap-probe.c (stap_parse_argument): Update.
11419 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
11420 initial_size parameter.
11421 * rust-exp.y (rust_lex_tests): Update.
11422 * parse.c (parser_state): Update.
11423 (parse_exp_in_context): Update.
11424 * parser-defs.h (struct parser_state) <parser_state>: Remove
11425 "initial_size" parameter.
11426
11427 2019-04-04 Tom Tromey <tom@tromey.com>
11428
11429 * parser-defs.h (increase_expout_size): Don't declare.
11430 * parse.c (increase_expout_size): Now static.
11431
11432 2019-04-04 Thomas Schwinge <thomas@codesourcery.com>
11433
11434 * gnu-nat.c (gnu_nat_target::wait): Fix
11435 target_waitstatus_to_string call.
11436
11437 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
11438
11439 * eval.c (evaluate_subexp_standard): Handle internal functions
11440 during Fortran function call handling.
11441
11442 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
11443
11444 * NEWS: Mention new internal functions.
11445 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
11446 (read_base_type): Use dwarf2_init_complex_target_type.
11447 * value.c (creal_internal_fn): New function.
11448 (cimag_internal_fn): New function.
11449 (_initialize_values): Register new internal functions.
11450
11451 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11452
11453 * infrun.c (stop_all_threads): If debug_infrun, always
11454 trace the wait status after wait_one, using
11455 target_waitstatus_to_string and target_pid_to_str.
11456 (handle_inferior_event): Replace various trace of
11457 wait status kind by a single trace.
11458 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
11459 wait status kind image by target_waitstatus_to_string.
11460 * target/waitstatus.c (target_waitstatus_to_string): Fix
11461 obsolete comment.
11462
11463 2019-04-01 Tom Tromey <tromey@adacore.com>
11464
11465 PR symtab/23331:
11466 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
11467
11468 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
11469 Pedro Alves <palves@redhat.com>
11470
11471 * top.c (quit_force): Call 'finalize_values'.
11472 * value.c (finalize_values): New function.
11473 * value.h (finalize_values): Declare.
11474
11475 2019-03-30 Eli Zaretskii <eliz@gnu.org>
11476
11477 * NEWS: Announce $_gdb_major and $_gdb_minor.
11478
11479 * top.c (init_gdb_version_vars): New function.
11480 (gdb_init): Call init_gdb_version_vars.
11481
11482 2019-03-29 Tom Tromey <tromey@adacore.com>
11483
11484 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
11485 help text. Remove dead code.
11486
11487 2019-03-29 Keith Seitz <keiths@redhat.com>
11488
11489 From Siddhesh Poyarekar:
11490 * f-lang.h (f77_get_upperbound): Return LONGEST.
11491 (f77_get_lowerbound): Likewise.
11492 * f-typeprint.c (f_type_print_varspec_suffix): Expand
11493 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
11494 print them.
11495 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
11496 plongest to format print it.
11497 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
11498 (f77_get_upperbound): Likewise.
11499 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
11500 LOWER_BOUND to LONGEST.
11501 (f77_create_arrayprint_offset_tbl): Likewise.
11502
11503 2019-03-29 Keith Seitz <keiths@redhat.com>
11504
11505 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
11506 %s/pulongest for TYPE_LENGTH instead of %d in format
11507 strings.
11508 * ada-typerint.c (ada_print_type): Likewise.
11509 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
11510 * compile/compile-c-support.c (generate_register_struct): Likewise.
11511 * gdbtypes.c (recursive_dump_type): Likewise.
11512 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
11513 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
11514 instead of %d in format strings.
11515 * riscv-tdep.c (riscv_type_alignment): Cast second argument
11516 to std::min to ULONGEST.
11517 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
11518 instead of %d in format strings.
11519 * tracepoint.c (info_scope_command): Likewise.
11520 * typeprint.c (print_offset_data::update)
11521 (print_offset_data::finish): Likewise.
11522 * xtensa-tdep.c (xtensa_store_return_value)
11523 (xtensa_push_dummy_call): Likewise.
11524
11525 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
11526
11527 * windows-nat.c (display_selector): Fixed format specifications
11528 for 64-bit Cygwin.
11529
11530 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11531
11532 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
11533
11534 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
11535
11536 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
11537 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
11538 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
11539 (nios2_linux_init_abi): Install it.
11540
11541 2019-03-28 Alan Hayward <alan.hayward@arm.com>
11542
11543 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
11544
11545 2019-03-28 Alan Hayward <alan.hayward@arm.com>
11546
11547 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
11548
11549 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11550 Tom Tromey <tromey@adacore.com>
11551
11552 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
11553
11554 2019-03-26 Joel Brobecker <brobecker@adacore.com>
11555
11556 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
11557 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
11558 method to compute the bounds of range types. Also print "[evaluated]"
11559 if the bounds' values come from a dynamic evaluation.
11560
11561 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
11562
11563 * cp-valprint.c (cp_print_value_fields): Don't print trailing
11564 whitespace when pretty printing is on.
11565
11566 2019-03-26 Alan Hayward <alan.hayward@arm.com>
11567
11568 * ppc-linux-nat.c: Add include.
11569
11570 2019-03-26 Alan Hayward <alan.hayward@arm.com>
11571
11572 * NEWS: Mention AArch64 Pointer Authentication.
11573
11574 2019-03-26 Alan Hayward <alan.hayward@arm.com>
11575
11576 * arm-linux-nat.c: Add include.
11577
11578 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
11579
11580 * source-cache.c (source_cache::get_source_lines): Re-read
11581 fullname after calling open_source_file.
11582
11583 2019-03-25 John Baldwin <jhb@FreeBSD.org>
11584
11585 * NEWS: Mention TLS support for FreeBSD.
11586
11587 2019-03-25 Tom Tromey <tromey@adacore.com>
11588
11589 * minsyms.c (BUNCH_SIZE): Update comment.
11590 (~minimal_symbol_reader): Remove old comment.
11591 (compact_minimal_symbols): Update comment.
11592 (minimal_symbol_reader::install): Remove old comment. Update
11593 other comments.
11594
11595 2019-03-25 Alan Hayward <alan.hayward@arm.com>
11596
11597 * s390-linux-nat.c: Add include.
11598
11599 2019-03-25 Alan Hayward <alan.hayward@arm.com>
11600
11601 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
11602 Call linux_get_hwcap.
11603 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
11604 Likewise.
11605 (aarch64_linux_get_hwcap): Remove function.
11606 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
11607 declaration.
11608 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
11609 linux_get_hwcap.
11610 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
11611 * linux-tdep.c (linux_get_hwcap): Add function.
11612 (linux_get_hwcap2): Likewise.
11613 * linux-tdep.h (linux_get_hwcap): Add declaration.
11614 (linux_get_hwcap2): Likewise.
11615 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
11616 (ppc_linux_get_hwcap2): Likewise.
11617 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
11618 linux_get_hwcap.
11619 (ppc_linux_nat_target::insert_watchpoint): Likewise.
11620 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
11621 (ppc_linux_nat_target::read_description): Likewise.
11622 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
11623 * s390-linux-nat.c: Likewise.
11624 * s390-linux-tdep.c (s390_core_read_description): Likewise.
11625
11626 2019-03-24 Tom Tromey <tom@tromey.com>
11627
11628 * ada-lang.c (standard_lookup): Simplify initialization.
11629 (ada_lookup_symbol_nonlocal): Simplify return.
11630 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
11631 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
11632 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
11633 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
11634 initialization.
11635 * solib.c (solib_global_lookup): Simplify.
11636 * symtab.c (null_block_symbol): Remove.
11637 (symbol_cache_lookup): Simplify returns.
11638 (lookup_language_this): Simplify returns.
11639 (lookup_symbol_aux): Simplify return.
11640 (lookup_local_symbol): Simplify returns.
11641 (lookup_global_symbol_from_objfile): Simplify return.
11642 (lookup_symbol_in_objfile_symtabs)
11643 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
11644 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
11645 (lookup_static_symbol, lookup_global_symbol): Simplify return.
11646 * cp-namespace.c (cp_lookup_bare_symbol)
11647 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
11648 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
11649 (cp_lookup_nested_symbol): Don't use null_block_symbol.
11650 (cp_lookup_symbol_via_imports): Simplify initialization.
11651 (find_symbol_in_baseclass): Likewise.
11652 * symtab.h (null_block_symbol): Remove.
11653 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
11654 (d_lookup_nested_symbol, d_lookup_symbol_imports)
11655 (d_lookup_symbol_module): Likewise.
11656 (find_symbol_in_baseclass): Simplify initialization.
11657
11658 2019-03-24 Tom Tromey <tom@tromey.com>
11659
11660 * expression.h: Don't include symtab.h.
11661 (struct block): Forward declare.
11662
11663 2019-03-24 Tom Tromey <tom@tromey.com>
11664
11665 * c-exp.y (typebase): Remove casts.
11666 * gdbtypes.c (lookup_unsigned_typename, )
11667 (lookup_signed_typename): Remove cast.
11668 * eval.c (parse_to_comma_and_eval): Remove cast.
11669 * parse.c (write_dollar_variable): Remove cast.
11670 * block.h (struct block) <superblock>: Now const.
11671 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
11672 * psymtab.c (psym_map_matching_symbols): Make "block" const.
11673 (map_block): Make "block" const.
11674 * symfile.h (struct quick_symbol_functions)
11675 <map_matching_symbols>: Constify block argument to "callback".
11676 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
11677 const.
11678 (find_pc_sect_compunit_symtab): Make "b" const.
11679 (find_symbol_at_address): Likewise.
11680 (search_symbols): Likewise.
11681 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
11682 (dw2_debug_names_lookup_symbol): Likewise.
11683 (dw2_map_matching_symbols): Update.
11684 * p-valprint.c (pascal_val_print): Remove "block".
11685 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
11686 (aux_add_nonlocal_symbols): Make "block" const.
11687 (resolve_subexp): Remove cast.
11688 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
11689 const.
11690 (iterate_over_file_blocks): Likewise.
11691 * f-exp.y (%union) <bval>: Remove.
11692 * coffread.c (patch_opaque_types): Make "b" const.
11693 * spu-tdep.c (spu_catch_start): Make "block" const.
11694 * c-valprint.c (print_unpacked_pointer): Remove "block".
11695 * symmisc.c (dump_symtab_1): Make "b" const.
11696 (block_depth): Make "block" const.
11697 * d-exp.y (%union) <bval>: Remove.
11698 * cp-support.h (cp_lookup_rtti_type): Update.
11699 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
11700 * psymtab.c (psym_lookup_symbol): Make "block" const.
11701 (maintenance_check_psymtabs): Make "b" const.
11702 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
11703 (enumerate_locals, enumerate_args): Update.
11704 * python/py-symtab.c (stpy_global_block): Make "block" const.
11705 (stpy_static_block): Likewise.
11706 * inline-frame.c (block_starting_point_at): Make "new_block"
11707 const.
11708 * block.c (find_block_in_blockvector): Make return type const.
11709 (blockvector_for_pc_sect): Make "b" const.
11710 (find_block_in_blockvector): Make "b" const.
11711
11712 2019-03-23 Tom Tromey <tom@tromey.com>
11713
11714 * varobj.c (varobj_create): Update.
11715 * symfile.c (clear_symtab_users): Don't reset innermost_block.
11716 * printcmd.c (display_command, do_one_display): Don't reset
11717 innermost_block.
11718 * parser-defs.h (enum innermost_block_tracker_type): Move to
11719 expression.h.
11720 (innermost_block): Update comment.
11721 * parse.c (parse_exp_1): Add tracker_types parameter.
11722 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
11723 tracker_types parameter. Reset innermost_block.
11724 (parse_exp_in_context): Remove.
11725 (parse_expression_for_completion): Update.
11726 * objfiles.c (~objfile): Don't reset expression_context_block or
11727 innermost_block.
11728 * expression.h (enum innermost_block_tracker_type): Move from
11729 parser-defs.h.
11730 (parse_exp_1): Add tracker_types parameter.
11731 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
11732 reset innermost_block.
11733
11734 2019-03-23 Tom Tromey <tom@tromey.com>
11735
11736 * objfiles.h: Include bcache.h.
11737
11738 2019-03-23 Tom Tromey <tom@tromey.com>
11739
11740 * linespec.c (get_current_search_block): Use
11741 scoped_restore_current_language.
11742 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
11743
11744 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11745 Jiong Wang <jiong.wang@arm.com>
11746
11747 * aarch64-linux-tdep.c
11748 (aarch64_linux_iterate_over_regset_sections): Check for pauth
11749 section.
11750 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
11751
11752 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11753 Jiong Wang <jiong.wang@arm.com>
11754
11755 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
11756 instructions.
11757 (aarch64_analyze_prologue_test): Add PACIASP test.
11758 (aarch64_prologue_prev_register): Unmask PC value.
11759
11760 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11761 Jiong Wang <jiong.wang@arm.com>
11762
11763 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
11764 (aarch64_dwarf2_prev_register): Unmask PC value.
11765 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
11766 (aarch64_execute_dwarf_cfa_vendor_op): Check for
11767 DW_CFA_AARCH64_negate_ra_state.
11768 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
11769
11770 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11771 Jiong Wang <jiong.wang@arm.com>
11772
11773 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
11774 registers.
11775 (aarch64_pseudo_register_name): Likewise.
11776 (aarch64_pseudo_register_type): Likewise.
11777 (aarch64_pseudo_register_reggroup_p): Likewise.
11778 (aarch64_gdbarch_init): Add pauth registers.
11779 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
11780 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
11781 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
11782 (struct gdbarch_tdep): Add regnum for ra_state.
11783
11784 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11785 Jiong Wang <jiong.wang@arm.com>
11786
11787 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
11788
11789 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11790 Jiong Wang <jiong.wang@arm.com>
11791
11792 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
11793 function.
11794 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
11795 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
11796 (aarch64_gdbarch_init): Add puth registers.
11797 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
11798 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
11799 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
11800
11801 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11802 Jiong Wang <jiong.wang@arm.com>
11803
11804 * aarch64-linux-nat.c
11805 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
11806 * aarch64-linux-tdep.c
11807 (aarch64_linux_core_read_description): Likewise.
11808 (aarch64_linux_get_hwcap): New function.
11809 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
11810 (aarch64_linux_get_hwcap): New declaration.
11811
11812 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11813 Jiong Wang <jiong.wang@arm.com>
11814
11815 * aarch64-linux-nat.c
11816 (aarch64_linux_nat_target::read_description): Add pauth param.
11817 * aarch64-linux-tdep.c
11818 (aarch64_linux_core_read_description): Likewise.
11819 * aarch64-tdep.c (struct target_desc): Add in pauth.
11820 (aarch64_read_description): Add pauth param.
11821 (aarch64_gdbarch_init): Likewise.
11822 * aarch64-tdep.h (aarch64_read_description): Likewise.
11823 * arch/aarch64.c (aarch64_create_target_description): Likewise.
11824 * arch/aarch64.h (aarch64_create_target_description): Likewise.
11825 * features/Makefile: Add new files.
11826 * features/aarch64-pauth.c: New file.
11827 * features/aarch64-pauth.xml: New file.
11828
11829 2019-03-20 Tom Tromey <tromey@adacore.com>
11830
11831 * infrun.c (handle_inferior_event): Rename from
11832 handle_inferior_event_1. Create a scoped_value_mark.
11833 (handle_inferior_event): Remove.
11834
11835 2019-03-19 Tom Tromey <tromey@adacore.com>
11836
11837 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
11838 * infrun.h (print_stop_event): Add "displays" parameter.
11839 * infrun.c (print_stop_event): Add "displays" parameter.
11840
11841 2019-03-19 Pedro Alves <palves@redhat.com>
11842
11843 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
11844 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
11845 to -1. Fix TABs vs spaces.
11846 (tui_ui_out::tui_ui_out): Don't initialize fields here.
11847 * tui/tui-out.h (tui_ui_out) Add intro comments.
11848 <m_line, m_start_of_line>: In-class initialize, and add describing
11849 comment.
11850
11851 2019-03-18 Alan Hayward <alan.hayward@arm.com>
11852
11853 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
11854 variable names.
11855 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
11856
11857 2019-03-18 Pedro Alves <palves@redhat.com>
11858 Eli Zaretskii <eliz@gnu.org>
11859
11860 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
11861 m_line and m_start_of_line.
11862
11863 2019-03-18 Eli Zaretskii <eliz@gnu.org>
11864
11865 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
11866 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
11867 it returns a newline. This fixes a regression in TU mode, whereby
11868 the next line is output on the same screen line as the user input.
11869
11870 2019-03-18 Tom Tromey <tromey@adacore.com>
11871
11872 * minsyms.c (minimal_symbol_reader::install): Remove call to
11873 obstack_blank.
11874
11875 2019-03-18 Pedro Alves <palves@redhat.com>
11876
11877 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
11878 New globals.
11879 (apply_style): New, factored out from ...
11880 (apply_ansi_escape): ... this. Handle reverse video mode.
11881 (tui_set_reverse_mode): New function.
11882 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
11883 * tui/tui-winsource.c (tui_show_source_line): Use
11884 tui_set_reverse_mode instead of setting A_STANDOUT.
11885 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
11886 New setter methods.
11887
11888 2019-03-18 Hannes Domani <ssbssa@yahoo.de>
11889
11890 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
11891 Handle tabs.
11892
11893 2019-03-18 Tom Tromey <tromey@adacore.com>
11894
11895 * ada-lang.c (empty_array): Add "high" parameter.
11896 (ada_evaluate_subexp): Update.
11897
11898 2019-03-17 Sergei Trofimovich <siarheit@google.com>
11899
11900 * unittests/string_view-selftests.c: Define
11901 _initialize_string_view_selftests unconditionally.
11902
11903 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
11904
11905 PR gdb/24350
11906 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
11907
11908 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
11909
11910 PR gdb/24351
11911 * windows-nat.c (display_selector): Fix format specifiers.
11912
11913 2019-03-17 Eli Zaretskii <eliz@gnu.org>
11914
11915 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
11916 tui_refill_source_window instead of tui_refresh_win, to update the
11917 current execution line. This fixes redisplay of the current line
11918 when stepping through the code with "next" or "step".
11919
11920 2019-03-16 Eli Zaretskii <eliz@gnu.org>
11921
11922 * source-cache.c (source_cache::get_source_lines): Call
11923 find_source_lines to initialize s->nlines. This fixes vertical
11924 scrolling of TUI source window when the DOWN arrow is pressed.
11925
11926 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11927
11928 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
11929 linux-thread-db.c (_initialize_thread_db): Likewise.
11930
11931 2019-03-16 Eli Zaretskii <eliz@gnu.org>
11932
11933 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
11934 wclrtoeol in tui_show_source_line". This reverts changes made in
11935 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
11936
11937 2019-03-15 Tom Tromey <tom@tromey.com>
11938
11939 * symtab.h (struct minimal_symbol): Derive from
11940 general_symbol_info.
11941 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
11942 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
11943 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
11944 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
11945 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
11946 (MSYMBOL_SEARCH_NAME): Update.
11947 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
11948 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
11949 * minsyms.c (minimal_symbol_reader::record_full): Update.
11950
11951 2019-03-15 Tom Tromey <tom@tromey.com>
11952
11953 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
11954
11955 2019-03-15 Tom Tromey <tom@tromey.com>
11956
11957 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
11958 unique_xmalloc_ptr.
11959 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
11960 Update.
11961 * minsyms.c (lookup_minimal_symbol_by_pc_section)
11962 (build_minimal_symbol_hash_tables)
11963 (minimal_symbol_reader::install): Update.
11964
11965 2019-03-15 Tom Tromey <tom@tromey.com>
11966
11967 * symtab.c (create_demangled_names_hash): Update.
11968 (symbol_set_names): Update.
11969 * objfiles.h (struct objfile_per_bfd_storage)
11970 <demangled_names_hash>: Now an htab_up.
11971 * objfiles.c (objfile_per_bfd_storage): Simplify.
11972
11973 2019-03-15 Tom Tromey <tom@tromey.com>
11974
11975 * objfiles.h (struct objfile_per_bfd_storage): Declare
11976 destructor.
11977 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
11978 New.
11979 (get_objfile_bfd_data): Use new. Don't initialize
11980 language_of_main.
11981 (free_objfile_per_bfd_storage): Remove.
11982 (objfile_bfd_data_free, objfile::~objfile): Use delete.
11983
11984 2019-03-15 Tom Tromey <tom@tromey.com>
11985
11986 * symfile.c (reread_symbols): Update.
11987 * objfiles.c (objfile::objfile): Update.
11988 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
11989 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
11990 comment.
11991 (minimal_symbol_reader::install): Update.
11992 (terminate_minimal_symbol_table): Remove.
11993 * jit.c (jit_object_close_impl): Update.
11994
11995 2019-03-15 Tom Tromey <tom@tromey.com>
11996
11997 * minsyms.c (minimal_symbol_reader::record_full): Remove some
11998 initializations.
11999
12000 2019-03-15 Tom Tromey <tom@tromey.com>
12001
12002 * objfiles.h (struct objfile_per_bfd_storage)
12003 <demangled_hash_languages>: Now a bitset.
12004 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
12005 (lookup_minimal_symbol): Update.
12006
12007 2019-03-15 Tom Tromey <tom@tromey.com>
12008
12009 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
12010 Don't return the symbol.
12011 * coffread.c (record_minimal_symbol): Use record_full.
12012
12013 2019-03-14 Eli Zaretskii <eliz@gnu.org>
12014
12015 The MS-Windows port of ncurses fails to switch to a color pair if
12016 one or both of the colors are the implicit default colors. This
12017 change records the default colors when TUI is initialized, and
12018 then specifies them explicitly when a color pair uses the default
12019 colors. This allows color styling in TUI mode on MS-Windows.
12020
12021 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
12022 ncurses_norm_attr.
12023 (tui_initialize_io) [__MINGW32__]: Record the default terminal
12024 colors in ncurses_norm_attr.
12025 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
12026 "none", replace it with the default color recorded in
12027 ncurses_norm_attr.
12028
12029 2019-03-14 Tom Tromey <tromey@adacore.com>
12030
12031 * source-cache.h (class source_cache) <get_source_lines>: Return
12032 std::string.
12033 * source-cache.c (source_cache::extract_lines): Handle case where
12034 first_pos==npos. Return std::string.
12035 (source_cache::get_source_lines): Update.
12036
12037 2019-03-14 Tom Tromey <tromey@adacore.com>
12038
12039 * NEWS: Add item for "style sources" commands.
12040 * source-cache.c (source_cache::get_source_lines): Check
12041 source_styling.
12042 * cli/cli-style.c (source_styling): New global.
12043 (_initialize_cli_style): Add "style sources" commands.
12044 (show_style_sources): New function.
12045 * cli/cli-style.h (source_styling): Declare.
12046
12047 2019-03-14 Pedro Alves <palves@redhat.com>
12048 Tom Tromey <tromey@adacore.com>
12049
12050 * tui/tui-winsource.h (tui_refill_source_window): Declare.
12051 * tui/tui-winsource.c (tui_refill_source_window): New function,
12052 from...
12053 (tui_horizontal_source_scroll): ... here. Move some logic.
12054 * cli/cli-style.c (set_style_enabled): Notify new observable.
12055 * tui/tui-hooks.c (tui_redisplay_source): New function.
12056 (tui_attach_detach_observers): Attach or detach
12057 tui_redisplay_source.
12058 * observable.h (source_styling_changed): New observable.
12059 * observable.c: Define source_styling_changed observable.
12060
12061 2019-03-13 Tom Tromey <tromey@adacore.com>
12062
12063 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
12064 (i386_gnu_nat_target::store_registers): Update.
12065 * target-debug.h (target_debug_print_std_string): New macro.
12066 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
12067 * windows-tdep.c (display_one_tib): Update.
12068 * tui/tui-stack.c (tui_make_status_line): Update.
12069 * top.c (print_inferior_quit_action): Update.
12070 * thread.c (thr_try_catch_cmd): Update.
12071 (add_thread_with_info): Update.
12072 (thread_target_id_str): Update.
12073 (thr_try_catch_cmd): Update.
12074 (thread_command): Update.
12075 (thread_find_command): Update.
12076 * record-btrace.c (record_btrace_target::info_record)
12077 (record_btrace_resume_thread, record_btrace_target::resume)
12078 (record_btrace_cancel_resume, record_btrace_step_thread)
12079 (record_btrace_target::wait, record_btrace_target::wait)
12080 (record_btrace_target::wait, record_btrace_target::stop): Update.
12081 * progspace.c (print_program_space): Update.
12082 * process-stratum-target.c
12083 (process_stratum_target::thread_address_space): Update.
12084 * linux-fork.c (linux_fork_mourn_inferior)
12085 (detach_checkpoint_command, info_checkpoints_command)
12086 (linux_fork_context): Update.
12087 (linux_fork_detach): Update.
12088 (class scoped_switch_fork_info): Update.
12089 (delete_checkpoint_command): Update.
12090 * infrun.c (follow_fork_inferior): Update.
12091 (follow_fork_inferior): Update.
12092 (proceed_after_vfork_done): Update.
12093 (handle_vfork_child_exec_or_exit): Update.
12094 (follow_exec): Update.
12095 (displaced_step_prepare_throw): Update.
12096 (displaced_step_restore): Update.
12097 (start_step_over): Update.
12098 (resume_1): Update.
12099 (clear_proceed_status_thread): Update.
12100 (proceed): Update.
12101 (print_target_wait_results): Update.
12102 (do_target_wait): Update.
12103 (context_switch): Update.
12104 (stop_all_threads): Update.
12105 (restart_threads): Update.
12106 (finish_step_over): Update.
12107 (handle_signal_stop): Update.
12108 (switch_back_to_stepped_thread): Update.
12109 (keep_going_pass_signal): Update.
12110 (print_exited_reason): Update.
12111 (normal_stop): Update.
12112 * inferior.c (inferior_pid_to_str): Change return type.
12113 (print_selected_inferior): Update.
12114 (add_inferior): Update.
12115 (detach_inferior): Update.
12116 * dummy-frame.c (fprint_dummy_frames): Update.
12117 * dcache.c (dcache_info_1): Update.
12118 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
12119 (btrace_fetch, btrace_clear): Update.
12120 * linux-tdep.c (linux_core_pid_to_str): Change return type.
12121 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
12122 type.
12123 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
12124 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
12125 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
12126 * gdbarch.c, gdbarch.h: Rebuild.
12127 * gdbarch.sh (core_pid_to_str): Change return type.
12128 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
12129 return type.
12130 (windows_nat_target::pid_to_str): Change return type.
12131 (windows_delete_thread): Update.
12132 (windows_nat_target::attach): Update.
12133 (windows_nat_target::files_info): Update.
12134 * target-delegates.c: Rebuild.
12135 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
12136 return type.
12137 (sol_thread_target::pid_to_str): Change return type.
12138 * remote.c (class remote_target) <pid_to_str>: Change return
12139 type.
12140 (remote_target::pid_to_str): Change return type.
12141 (extended_remote_target::attach, remote_target::remote_stop_ns)
12142 (remote_target::remote_notif_remove_queued_reply)
12143 (remote_target::push_stop_reply, remote_target::disable_btrace):
12144 Update.
12145 (extended_remote_target::attach): Update.
12146 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
12147 type.
12148 (gdbsim_target::pid_to_str): Change return type.
12149 * ravenscar-thread.c (struct ravenscar_thread_target)
12150 <pid_to_str>: Change return type.
12151 (ravenscar_thread_target::pid_to_str): Change return type.
12152 * procfs.c (class procfs_target) <pid_to_str>: Change return
12153 type.
12154 (procfs_target::pid_to_str): Change return type.
12155 (procfs_target::attach): Update.
12156 (procfs_target::detach): Update.
12157 (procfs_target::fetch_registers): Update.
12158 (procfs_target::store_registers): Update.
12159 (procfs_target::wait): Update.
12160 (procfs_target::files_info): Update.
12161 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
12162 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
12163 return type.
12164 (nto_procfs_target::pid_to_str): Change return type.
12165 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
12166 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
12167 return type.
12168 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
12169 (exit_lwp): Update.
12170 (attach_proc_task_lwp_callback, get_detach_signal)
12171 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
12172 (linux_nat_target::resume, wait_lwp, stop_callback)
12173 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
12174 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
12175 (linux_nat_wait_1, resume_stopped_resumed_lwps)
12176 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
12177 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
12178 type.
12179 (inf_ptrace_target::attach): Update.
12180 (inf_ptrace_target::files_info): Update.
12181 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
12182 type.
12183 (go32_nat_target::pid_to_str): Change return type.
12184 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
12185 (gnu_nat_target::wait): Update.
12186 (gnu_nat_target::wait): Update.
12187 (gnu_nat_target::resume): Update.
12188 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
12189 (fbsd_nat_target::wait): Update.
12190 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
12191 type.
12192 (darwin_nat_target::attach): Update.
12193 * corelow.c (class core_target) <pid_to_str>: Change return type.
12194 (core_target::pid_to_str): Change return type.
12195 * target.c (normal_pid_to_str): Change return type.
12196 (default_pid_to_str): Likewise.
12197 (target_pid_to_str): Change return type.
12198 (target_translate_tls_address): Update.
12199 (target_announce_detach): Update.
12200 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
12201 return type.
12202 (bsd_uthread_target::pid_to_str): Change return type.
12203 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
12204 type.
12205 (bsd_kvm_target::pid_to_str): Change return type.
12206 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
12207 return type.
12208 (aix_thread_target::pid_to_str): Change return type.
12209 * target.h (struct target_ops) <pid_to_str>: Change return type.
12210 (target_pid_to_str, normal_pid_to_str): Likewise.
12211 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
12212 type.
12213 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
12214 type.
12215 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
12216 return type.
12217 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
12218 type.
12219 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
12220 type.
12221 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
12222 return type.
12223
12224 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
12225
12226 * NEWS: Mention that the new default MI version is 3. Mention
12227 changes to the output of commands and events that deal with
12228 multi-location breakpoints.
12229 * breakpoint.c: Include "mi/mi-out.h".
12230 (print_one_breakpoint): Change output syntax if using MI version
12231 >= 3.
12232 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
12233 New.
12234 (mi_multi_location_breakpoint_output_fixed): New.
12235 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
12236 (mi_cmd_fix_multi_location_breakpoint_output): New.
12237 (mi_multi_location_breakpoint_output_fixed): New.
12238 * mi/mi-cmds.c (mi_cmds): Register command
12239 -fix-multi-location-breakpoint-output.
12240 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
12241 interpreter "mi".
12242
12243 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
12244
12245 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
12246 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
12247 instantiate mi_ui_out based on interpreter name.
12248 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
12249 * mi/mi-main.c (mi_load_progress): Likewise.
12250
12251 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12252
12253 * NEWS: Combine separate "New targets" sections for 8.3.
12254
12255 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12256
12257 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
12258 (ppcfbsd_init_abi): Install gdbarch
12259 "fetch_tls_load_module_address" and "get_thread_local_address"
12260 methods.
12261
12262 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12263
12264 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
12265 (riscv_fbsd_init_abi): Install gdbarch
12266 "fetch_tls_load_module_address" and "get_thread_local_address"
12267 methods.
12268
12269 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12270
12271 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
12272 (i386fbsd_init_abi): Install gdbarch
12273 "fetch_tls_load_module_address" and "get_thread_local_address"
12274 methods.
12275
12276 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12277
12278 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
12279 (amd64fbsd_init_abi): Install gdbarch
12280 "fetch_tls_load_module_address" and "get_thread_local_address"
12281 methods.
12282
12283 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12284
12285 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
12286 (struct fbsd_pspace_data): New type.
12287 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
12288 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
12289 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
12290 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
12291 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
12292
12293 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12294
12295 * gdbtypes.c (lookup_struct_elt): New function.
12296 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
12297 * gdbtypes.h (struct struct_elt): New type.
12298 (lookup_struct_elt): New prototype.
12299
12300 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12301
12302 * gdbtypes.c (lookup_struct_elt_type): Update comment and
12303 remove disabled code block.
12304
12305 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12306
12307 * gdbarch.sh (get_thread_local_address): New method.
12308 * gdbarch.h, gdbarch.c: Regenerate.
12309 * target.c (target_translate_tls_address): Use
12310 gdbarch_get_thread_local_address if present instead of
12311 target::get_thread_local_address.
12312
12313 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12314
12315 * target.h (target::get_thread_local_address): Update comment.
12316
12317 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12318
12319 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
12320 objfile->separate_debug_objfile_backlink if not NULL.
12321
12322 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12323
12324 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
12325 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
12326 (amd64bsd_store_inferior_registers): Likewise.
12327 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
12328 Enable segment base registers.
12329 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
12330 PT_GETFSBASE and PT_GETGSBASE.
12331 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
12332 PT_SETGSBASE.
12333 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
12334 segment base registers.
12335 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
12336
12337 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12338
12339 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
12340 Update calls to i386_target_description to add 'segments'
12341 parameter.
12342 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
12343 add segment base registers.
12344 * arch/i386.c (i386_create_target_description): Add 'segments'
12345 parameter to enable segment base registers.
12346 * arch/i386.h (i386_create_target_description): Likewise.
12347 * features/i386/32bit-segments.xml: New file.
12348 * features/i386/32bit-segments.c: Generate.
12349 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
12350 call to i386_target_description to add 'segments' parameter.
12351 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
12352 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
12353 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
12354 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
12355 if feature is present.
12356 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
12357 Add 'segments' parameter to call to i386_target_description.
12358 (i386_target_description): Add 'segments' parameter to enable
12359 segment base registers.
12360 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
12361 to call to i386_target_description.
12362 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
12363 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
12364 Define I386_NUM_REGS.
12365 (i386_target_description): Add 'segments' parameter to enable
12366 segment base registers.
12367
12368 2019-03-12 Eli Zaretskii <eliz@gnu.org>
12369
12370 PR/24325
12371 * source-cache.c: #undef open and close, to avoid unresolved
12372 externals during linking.
12373
12374 2019-03-12 Tom Tromey <tromey@adacore.com>
12375
12376 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
12377 const. Add initializers.
12378 (_initialize_remote): Don't initialize ptid globals.
12379
12380 2019-03-12 Pedro Alves <palves@redhat.com>
12381
12382 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
12383
12384 2019-03-12 Pedro Alves <palves@redhat.com>
12385
12386 * cp-name-parser.y (main): Remove unused 'len' variable.
12387
12388 2019-03-12 Tom Tromey <tromey@adacore.com>
12389
12390 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
12391 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
12392
12393 2019-03-12 Tom Tromey <tromey@adacore.com>
12394
12395 * linux-nat.c (iterate_over_lwps): Update.
12396 (stop_callback): Remove parameter.
12397 (stop_wait_callback, detach_callback, resume_set_callback)
12398 (select_singlestep_lwp_callback, set_ignore_sigint)
12399 (status_callback, resumed_callback, resume_clear_callback)
12400 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
12401 data parameter.
12402 (linux_nat_target::detach, linux_nat_target::resume)
12403 (linux_stop_and_wait_all_lwps, select_event_lwp)
12404 (linux_nat_filter_event, linux_nat_wait_1)
12405 (linux_nat_target::kill, linux_nat_target::stop)
12406 (linux_nat_target::stop): Update.
12407 (linux_nat_resume_callback): Change type.
12408 (resume_stopped_resumed_lwps, count_events_callback)
12409 (select_event_lwp_callback): Likewise.
12410 (linux_stop_lwp, linux_nat_stop_lwp): Update.
12411 * arm-linux-nat.c (struct update_registers_data): Remove.
12412 (update_registers_callback): Change type.
12413 (arm_linux_insert_hw_breakpoint1): Update.
12414 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
12415 parameter.
12416 (x86_linux_dr_set_addr): Update.
12417 (x86_linux_dr_set_control): Update.
12418 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
12419 (iterate_over_lwps): Use gdb::function_view.
12420 * nat/aarch64-linux-hw-point.c (struct
12421 aarch64_dr_update_callback_param): Remove.
12422 (debug_reg_change_callback): Change type.
12423 (aarch64_notify_debug_reg_change): Update.
12424 * s390-linux-nat.c (s390_refresh_per_info): Update.
12425
12426 2019-03-11 Tom Tromey <tromey@adacore.com>
12427
12428 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
12429 redundant assignment to "this_cu".
12430
12431 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12432
12433 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
12434
12435 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12436
12437 * gdbtypes.c (rank_one_type_parm_set): New function extracted
12438 from...
12439 (rank_one_type): ... this.
12440
12441 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12442
12443 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
12444 from...
12445 (rank_one_type): ... this.
12446
12447 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12448
12449 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
12450 from...
12451 (rank_one_type): ... this.
12452
12453 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12454
12455 * gdbtypes.c (rank_one_type_parm_float): New function extracted
12456 from...
12457 (rank_one_type): ... this.
12458
12459 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12460
12461 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
12462 from...
12463 (rank_one_type): ... this.
12464
12465 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12466
12467 * gdbtypes.c (rank_one_type_parm_range): New function extracted
12468 from...
12469 (rank_one_type): ... this.
12470
12471 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12472
12473 * gdbtypes.c (rank_one_type_parm_char): New function extracted
12474 from...
12475 (rank_one_type): ... this.
12476
12477 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12478
12479 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
12480 from...
12481 (rank_one_type): ... this.
12482
12483 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12484
12485 * gdbtypes.c (rank_one_type_parm_int): New function extracted
12486 from...
12487 (rank_one_type): ... this.
12488
12489 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12490
12491 * gdbtypes.c (rank_one_type_parm_func): New function extracted
12492 from...
12493 (rank_one_type): ... this.
12494
12495 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12496
12497 * gdbtypes.c (rank_one_type_parm_array): New function extracted
12498 from...
12499 (rank_one_type): ... this.
12500
12501 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12502
12503 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
12504 from...
12505 (rank_one_type): ... this.
12506
12507 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12508
12509 * inferior.c (initialize_inferiors): Ensure 'help set/show print
12510 inferior-events' shows the example events.
12511
12512 2019-03-08 Eli Zaretskii <eliz@gnu.org>
12513
12514 Support styling on native MS-Windows console
12515
12516 PR/24315
12517 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
12518 on MS-Windows if $TERM is not defined.
12519
12520 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
12521
12522 * posix-hdep.c (gdb_console_fputs):
12523 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
12524 functions.
12525 * ui-file.h (gdb_console_fputs): Add prototype.
12526
12527 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
12528 back to fputs only if the former returns zero.
12529
12530 2019-03-07 Tom Tromey <tom@tromey.com>
12531
12532 * symmisc.c (print_symbol_bcache_statistics): Update.
12533 (print_objfile_statistics): Update.
12534 * symfile.c (allocate_symtab): Update.
12535 * stabsread.c: Don't include bcache.h.
12536 * psymtab.h (struct psymbol_bcache): Don't declare.
12537 (class psymtab_storage) <psymbol_cache>: Now a bcache.
12538 (psymbol_bcache_init, psymbol_bcache_free)
12539 (psymbol_bcache_get_bcache): Don't declare.
12540 * psymtab.c (struct psymbol_bcache): Remove.
12541 (psymtab_storage::psymtab_storage): Update.
12542 (psymtab_storage::~psymtab_storage): Update.
12543 (psymbol_bcache_init, psymbol_bcache_free)
12544 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
12545 (add_psymbol_to_bcache): Update.
12546 (allocate_psymtab): Update.
12547 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
12548 macro_cache>: No longer pointers.
12549 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
12550 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
12551 * macrotab.c (macro_bcache): Update.
12552 * macroexp.c: Don't include bcache.h.
12553 * gdbtypes.c (check_types_worklist): Update.
12554 (types_deeply_equal): Remove TRY/CATCH. Update.
12555 * elfread.c (elf_symtab_read): Update.
12556 * dwarf2read.c: Don't include bcache.h.
12557 * buildsym.c (buildsym_compunit::get_macro_table): Update.
12558 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
12559 (print_bcache_statistics, bcache_memory_used): Don't declare.
12560 (struct bcache): Move from bcache.c. Add constructor, destructor,
12561 methods. Rename all data members.
12562 * bcache.c (struct bcache): Move to bcache.h.
12563 (bcache::expand_hash_table): Rename from expand_hash_table.
12564 (bcache): Remove.
12565 (bcache::insert): Rename from bcache_full.
12566 (bcache::compare): Rename from bcache_compare.
12567 (bcache_xmalloc): Remove.
12568 (bcache::~bcache): Rename from bcache_xfree.
12569 (bcache::print_statistics): Rename from print_bcache_statistics.
12570 (bcache::memory_used): Rename from bcache_memory_used.
12571
12572 2019-03-07 Pedro Alves <palves@redhat.com>
12573
12574 * infrun.c (normal_stop): Also check for
12575 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
12576
12577 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
12578
12579 * f-lang.c (value_from_host_double): Moved to...
12580 * value.c (value_from_host_double): ...here.
12581 * value.h (value_from_host_double): Declare.
12582 * guile/scm-math.c (vlscm_convert_typed_number): Use
12583 value_from_host_double.
12584 (vlscm_convert_number): Likewise.
12585 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
12586 * python/py-value.c (convert_value_from_python): Likewise.
12587
12588 2019-03-06 Tom Tromey <tom@tromey.com>
12589
12590 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
12591
12592 2019-03-06 Tom Tromey <tom@tromey.com>
12593
12594 * utils.h (free_current_contents): Don't declare.
12595 * utils.c (free_current_contents): Remove.
12596
12597 2019-03-06 Tom Tromey <tom@tromey.com>
12598
12599 * top.c (quit_force): Update.
12600 * main.c (captured_command_loop): Update.
12601 * common/new-op.c (operator new): Update.
12602 * common/common-exceptions.c (struct catcher)
12603 <save_cleanup_chain>: Remove member.
12604 (exceptions_state_mc_init): Update.
12605 (exception_try_scope_entry): Return nullptr.
12606 (exception_try_scope_exit, exception_rethrow)
12607 (throw_exception_sjlj, throw_exception_cxx): Update.
12608 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
12609 (all_cleanups, do_cleanups, discard_cleanups)
12610 (discard_final_cleanups, save_cleanups, save_final_cleanups)
12611 (restore_cleanups, restore_final_cleanups): Don't declare.
12612 (do_final_cleanups): Remove parameter.
12613 * common/cleanups.c (cleanup_chain, make_cleanup)
12614 (make_cleanup_dtor, all_cleanups, do_cleanups)
12615 (discard_my_cleanups, discard_cleanups)
12616 (discard_final_cleanups, save_my_cleanups, save_cleanups)
12617 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
12618 (null_cleanup): Remove.
12619 (do_final_cleanups): Remove parameter.
12620
12621 2019-03-06 Tom Tromey <tom@tromey.com>
12622
12623 * remote.c (remote_target::remote_parse_stop_reply): Use
12624 unique_xmalloc_ptr.
12625
12626 2019-03-06 Tom Tromey <tom@tromey.com>
12627
12628 * stabsread.c (struct stabs_field_info): Rename from field_info.
12629 <list, fnlist>: Add initializers.
12630 <obstack>: New member.
12631 (read_member_functions, read_struct_fields, read_baseclasses):
12632 Allocate on obstack. Don't use cleanups.
12633 (read_one_struct_field, read_member_functions, read_struct_fields)
12634 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
12635 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
12636 (read_struct_type): Update.
12637
12638 2019-03-06 Tom Tromey <tom@tromey.com>
12639
12640 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
12641 * common/filestuff.h (make_cleanup_close): Don't declare.
12642 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
12643 Remove.
12644
12645 2019-03-06 Tom Tromey <tom@tromey.com>
12646
12647 * solib-aix.c: Use make_scope_exit.
12648
12649 2019-03-06 Tom Tromey <tom@tromey.com>
12650
12651 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
12652 Use make_scope_exit.
12653
12654 2019-03-06 Tom Tromey <tom@tromey.com>
12655
12656 * solib-svr4.c (disable_probes_interface): Remove parameter.
12657 (svr4_handle_solib_event): Use make_scope_exit.
12658
12659 2019-03-06 Tom Tromey <tom@tromey.com>
12660
12661 * remote.c (struct stop_reply_deleter): Remove.
12662 (stop_reply_up): Update.
12663 (struct stop_reply): Derive from notif_event. Don't typedef.
12664 <regcache>: Now a std::vector.
12665 (stop_reply_xfree): Remove.
12666 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
12667 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
12668 (remote_target::discard_pending_stop_replies): Use delete.
12669 (remote_target::remote_parse_stop_reply): Update.
12670 (remote_target::process_stop_reply): Update.
12671 * remote-notif.h (struct notif_event): Add virtual destructor.
12672 Remove "dtr" member.
12673 (struct notif_client) <alloc_event>: Return a unique_ptr.
12674 (notif_event_xfree): Don't declare.
12675 (notif_event_up): New typedef.
12676 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
12677 (notif_event_xfree, do_notif_event_xfree): Remove.
12678 (remote_notif_state_xfree): Update.
12679
12680 2019-03-06 Tom Tromey <tom@tromey.com>
12681
12682 * infrun.c (displaced_step_clear_cleanup): Now a
12683 forward_scope_exit type.
12684 (displaced_step_prepare_throw): Update.
12685 (displaced_step_fixup): Update.
12686
12687 2019-03-06 Tom Tromey <tom@tromey.com>
12688
12689 * inferior.h (class inferior): Update comment.
12690 * gdbthread.h (class thread_info): Update comment.
12691
12692 2019-03-06 Joel Brobecker <brobecker@adacore.com>
12693 Tom Tromey <tom@tromey.com>
12694
12695 * stabsread.h (struct stab_section_list): Remove.
12696 (coffstab_build_psymtabs): Update.
12697 * dbxread.c (symbuf_sections): Now a std::vector.
12698 (sect_idx): New global.
12699 (fill_symbuf): Update.
12700 (coffstab_build_psymtabs): Change type of stabsects parameter.
12701 Update.
12702 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
12703 std::vector.
12704 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
12705 (coff_locate_sections): Update.
12706 (coff_symfile_read): Remove cleanups. Update.
12707 (init_stringtab): Add storage parameter.
12708 (free_stringtab, free_stringtab_cleanup): Remove.
12709 (init_lineno): Add storage parameter.
12710 (free_linetab, free_linetab_cleanup): Remove.
12711
12712 2019-03-06 Pedro Alves <palves@redhat.com>
12713
12714 * linux-fork.c (fork_info::clobber_regs): Delete.
12715 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
12716 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
12717 comment. Adjust.
12718 (scoped_switch_fork_info::scoped_switch_fork_info)
12719 (checkpoint_command, linux_fork_context): Adjust
12720 fork_save_infrun_state calls.
12721
12722 2019-03-06 Pedro Alves <palves@redhat.com>
12723
12724 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
12725 (inf_has_multiple_threads): Return 'bool' and rewrite using
12726 inferior_info::threads().
12727
12728 2019-03-06 Pedro Alves <palves@redhat.com>
12729
12730 * linux-fork.c: Include <list>.
12731 (fork_list): Now a std::list instance.
12732 (fork_info): Add ctor, dtor, and in-class initialize all fields.
12733 (forks_exist_p, find_last_fork): Adjust.
12734 (new_fork): Delete.
12735 (one_fork_p): New.
12736 (add_fork): Adjust.
12737 (free_fork): Delete, folded into fork_info::~fork_info().
12738 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
12739 Adjust.
12740 (init_fork_list): Delete.
12741 (linux_fork_killall, linux_fork_mourn_inferior)
12742 (linux_fork_detach, info_checkpoints_command): Adjust.
12743 (_initialize_linux_fork): No longer call init_fork_list.
12744
12745 2019-03-06 Pedro Alves <palves@redhat.com>
12746
12747 * linux-fork.c (new_fork): New, split out of ...
12748 (add_fork): ... this. Return void. Move "first fork" special
12749 case from here, to ...
12750 (checkpoint_command): ... here.
12751 * linux-linux.h (add_fork): Return void.
12752
12753 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12754
12755 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
12756
12757 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12758 Chris January <chris.january@arm.com>
12759 David Lecomber <david.lecomber@arm.com>
12760
12761 * f-exp.y: New token, UNOP_INTRINSIC.
12762 (exp): New pattern using UNOP_INTRINSIC token.
12763 (f77_keywords): Add 'abs' keyword.
12764 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
12765 (value_from_host_double): New function.
12766 (evaluate_subexp_f): Support UNOP_ABS.
12767
12768 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12769
12770 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
12771 types.
12772
12773 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12774
12775 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
12776 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
12777 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
12778
12779 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12780
12781 * f-exp.y (convert_to_kind_type): Handle more type kinds.
12782
12783 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12784 Chris January <chris.january@arm.com>
12785
12786 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
12787 * f-exp.y: Define 'KIND' token.
12788 (exp): New pattern for KIND expressions.
12789 (ptype): Handle types with a kind extension.
12790 (direct_abs_decl): Extend to spot kind extensions.
12791 (f77_keywords): Add 'kind' to the list.
12792 (push_kind_type): New function.
12793 (convert_to_kind_type): New function.
12794 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
12795 * parse.c (operator_length_standard): Likewise.
12796 * parser-defs.h (enum type_pieces): Add tp_kind.
12797 * std-operator.def: Add UNOP_KIND.
12798
12799 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12800
12801 * f-exp.y (f_parse): Set yydebug.
12802
12803 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12804
12805 * f-lang.c (evaluate_subexp_f): New function.
12806 (exp_descriptor_f): New global.
12807 (f_language_defn): Use exp_descriptor_f instead of
12808 exp_descriptor_standard.
12809
12810 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12811
12812 * f-exp.y (struct token): Add comments.
12813 (dot_ops): Remove uppercase versions and the end marker.
12814 (f77_keywords): Likewise.
12815 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
12816 entries in the dot_ops array are case insensitive, and use
12817 strncasecmp to compare strings. Also some whitespace cleanup in
12818 this area. Similar for the f77_keywords array, except entries in
12819 this list might be case sensitive.
12820
12821 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12822
12823 * f-exp.y (struct f77_boolean_val): Add comments.
12824 (boolean_values): Remove uppercase versions, and end marker.
12825 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
12826 and use strncasecmp to achieve case insensitivity. Additionally,
12827 perform whitespace cleanup around this code.
12828
12829 2019-03-06 Tom Tromey <tromey@adacore.com>
12830
12831 * remote-sim.c (gdbsim_target_open): Use result of
12832 gdb_argv::release.
12833
12834 2019-03-06 Richard Bunt <richard.bunt@arm.com>
12835 Dirk Schubert <dirk.schubert@arm.com>
12836 Chris January <chris.january@arm.com>
12837
12838 * eval.c (evaluate_subexp_standard): Call Fortran argument
12839 wrapping logic.
12840 * f-lang.c (struct value): A value which can be passed into a
12841 Fortran function call.
12842 (fortran_argument_convert): Wrap Fortran arguments in a pointer
12843 where appropriate.
12844 (struct type): Value ready for a Fortran function call.
12845 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
12846 is needed.
12847 * f-lang.h (fortran_argument_convert): Declaration.
12848 (fortran_preserve_arg_pointer): Declaration.
12849 * infcall.c (value_arg_coerce): Call Fortran argument logic.
12850
12851 2019-03-05 Tom Tromey <tromey@adacore.com>
12852
12853 * python/py-prettyprint.c (print_string_repr): Remove #if.
12854 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
12855
12856 2019-03-05 Tom Tromey <tromey@adacore.com>
12857
12858 * target.c (the_dummy_target): Move later. Change type to
12859 "dummy_target".
12860 (initialize_targets): Don't initialize the_dummy_target.
12861
12862 2019-03-05 Tom Tromey <tromey@adacore.com>
12863
12864 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
12865 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
12866
12867 2019-03-05 Tom Tromey <tromey@adacore.com>
12868
12869 * windows-nat.c (windows_nat_target::attach)
12870 (windows_nat_target::detach): Don't call gdb_flush.
12871 * valprint.c (generic_val_print, val_print, val_print_string):
12872 Don't call gdb_flush.
12873 * utils.c (defaulted_query): Don't call gdb_flush.
12874 * typeprint.c (print_type_scalar): Don't call gdb_flush.
12875 * target.c (target_announce_detach): Don't call gdb_flush.
12876 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
12877 * remote.c (extended_remote_target::attach): Don't call
12878 gdb_flush.
12879 * procfs.c (procfs_target::detach): Don't call gdb_flush.
12880 * printcmd.c (do_examine): Don't call gdb_flush.
12881 (info_display_command): Don't call gdb_flush.
12882 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
12883 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
12884 * memattr.c (info_mem_command): Don't call gdb_flush.
12885 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
12886 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
12887 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
12888 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
12889 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
12890 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
12891 (gnu_nat_target::detach): Don't call gdb_flush.
12892 * f-valprint.c (f_val_print): Don't call gdb_flush.
12893 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
12894 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
12895 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
12896 gdb_flush.
12897 * c-valprint.c (c_val_print): Don't call gdb_flush.
12898 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
12899
12900 2019-03-05 Tom Tromey <tromey@adacore.com>
12901
12902 * varobj.c (update_dynamic_varobj_children): Update.
12903 (install_default_visualizer): Use reset, not release.
12904 * value.c (set_internalvar): Update.
12905 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
12906 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
12907 ATTRIBUTE_UNUSED_RESULT.
12908
12909 2019-03-05 Tom Tromey <tromey@adacore.com>
12910
12911 * remote.c (class scoped_remote_fd) <release>: Add
12912 ATTRIBUTE_UNUSED_RESULT.
12913
12914 2019-03-05 Tom Tromey <tromey@adacore.com>
12915
12916 * macroexp.c (struct macro_buffer) <release>: Add
12917 ATTRIBUTE_UNUSED_RESULT.
12918
12919 2019-03-05 Tom Tromey <tromey@adacore.com>
12920
12921 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
12922 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
12923 ATTRIBUTE_UNUSED_RESULT.
12924
12925 2019-03-05 Tom Tromey <tromey@adacore.com>
12926
12927 * common/scoped_fd.h (class scoped_fd) <release>: Add
12928 ATTRIBUTE_UNUSED_RESULT.
12929
12930 2019-03-05 Tom Tromey <tromey@adacore.com>
12931
12932 * parser-defs.h (struct parser_state) <release>: Add
12933 ATTRIBUTE_UNUSED_RESULT.
12934
12935 2019-03-05 Tom Tromey <tromey@adacore.com>
12936
12937 * utils.h (class gdb_argv) <release>: Add
12938 ATTRIBUTE_UNUSED_RESULT.
12939 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
12940
12941 2019-03-02 Eli Zaretskii <eliz@gnu.org>
12942
12943 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
12944 for-loop range, to avoid compiler warnings.
12945
12946 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
12947 avoid compiler warnings about unused variables.
12948
12949 * NEWS: Mention end of support for native debugging on MS-Windows
12950 before XP.
12951
12952 PR gdb/24292
12953 * common/netstuff.c:
12954 * gdbserver/gdbreplay.c
12955 * gdbserver/remote-utils.c:
12956 * ser-tcp.c:
12957 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
12958 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
12959 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
12960 'getaddrinfo' and 'freeaddrinfo' were not available before
12961 Windows XP, and mingw.org's MinGW headers by default define
12962 _WIN32_WINNT to 0x500.
12963
12964 2019-03-01 Gary Benson <gbenson@redhat.com>
12965
12966 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
12967
12968 2019-02-28 Brian Vandenberg <phantall@gmail.com>
12969 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12970
12971 PR gdb/8527
12972 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
12973 set_sigint_trap, clear_sigint_trap.
12974
12975 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12976
12977 * target.c (target_detach): Clear the regcache and the
12978 frame cache.
12979
12980 2019-02-27 Pedro Alves <palves@redhat.com>
12981
12982 * utils.c (set_screen_size): When we cap the height/width sizes,
12983 tweak the corresponding command variable to show "unlimited":
12984
12985 2019-02-27 Saagar Jha <saagar@saagarjha.com>
12986 Pedro Alves <palves@redhat.com>
12987
12988 * utils.c (set_screen_size): Reduce "infinite" rows and columns
12989 before calling rl_set_screen_size.
12990
12991 2019-02-27 Tom Tromey <tromey@adacore.com>
12992
12993 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
12994 define.
12995 * python/py-value.c: Remove Python 2.4 workaround.
12996 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
12997 workaround.
12998 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
12999 Python 2.4 workaround.
13000 * python/python-internal.h: Remove Python 2.4 comment.
13001 (Py_ssize_t): Don't define.
13002 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
13003 (gdb_Py_DECREF): Remove Python 2.4 workaround.
13004 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
13005 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
13006 * python/python.c (do_start_initialization): Remove Python 2.4
13007 workaround.
13008 * python/py-prettyprint.c (class dummy_python_frame): Remove.
13009 (print_children): Remove Python 2.4 workaround.
13010 * python/py-inferior.c (buffer_procs): Remove Python 2.4
13011 workaround.
13012 (CHARBUFFERPROC_NAME): Remove.
13013 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
13014 Python 2.4 workaround.
13015
13016 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13017
13018 * NEWS: Note minimum Python version.
13019
13020 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13021
13022 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
13023 code from these functions. Remove corresponding ifdefs. Use
13024 Py_buffer_up instead of explicit calls to PyBuffer_Release.
13025 Remove gotos and target of gotos.
13026 (infpy_search_memory): Likewise.
13027
13028 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13029
13030 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
13031 (hppa_gdbarch_init): Don't register deleted functions with
13032 gdbarch.
13033
13034 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13035
13036 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
13037 (h8300_unwind_sp): Delete.
13038 (h8300_dummy_id): Delete.
13039 (h8300_gdbarch_init): Don't register deleted functions with
13040 gdbarch.
13041
13042 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13043
13044 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
13045 (ft32_unwind_pc): Delete.
13046 (ft32_unwind_sp): Delete.
13047 (ft32_gdbarch_init): Don't register deleted functions with
13048 gdbarch.
13049
13050 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13051
13052 * gdb/frv-tdep.c (frv_dummy_id): Delete.
13053 (frv_unwind_pc): Delete.
13054 (frv_unwind_sp): Delete.
13055 (frv_gdbarch_init): Don't register deleted functions with
13056 gdbarch.
13057
13058 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13059
13060 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
13061 (riscv_unwind_pc): Delete.
13062 (riscv_unwind_sp): Delete.
13063 (riscv_gdbarch_init): Don't register deleted functions with
13064 gdbarch.
13065
13066 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13067
13068 * gdb/csky-tdep.c (csky_dummy_id): Delete.
13069 (csky_unwind_pc): Delete.
13070 (csky_unwind_sp): Delete.
13071 (csky_gdbarch_init): Don't register deleted functions with
13072 gdbarch.
13073
13074 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13075
13076 * gdb/cris-tdep.c (cris_dummy_id): Delete.
13077 (cris_unwind_pc): Delete.
13078 (cris_unwind_sp): Delete.
13079 (cris_gdbarch_init): Don't register deleted functions with
13080 gdbarch.
13081
13082 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13083
13084 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
13085 (bfin_unwind_pc): Delete.
13086 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
13087
13088 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13089
13090 * gdb/arm-tdep.c (arm_dummy_id): Delete.
13091 (arm_unwind_pc): Delete.
13092 (arm_unwind_sp): Delete.
13093 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
13094
13095 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13096
13097 * gdb/arc-tdep.c (arc_dummy_id): Delete.
13098 (arc_unwind_pc): Delete.
13099 (arc_unwind_sp): Delete.
13100 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
13101
13102 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13103
13104 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
13105 (alpha_unwind_pc): Delete.
13106 (alpha_gdbarch_init): Don't register deleted functions with
13107 gdbarch.
13108
13109 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13110
13111 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
13112 (aarch64_unwind_pc): Delete.
13113 (aarch64_unwind_sp): Delete.
13114 (aarch64_gdbarch_init): Don't register deleted functions with
13115 gdbarch.
13116
13117 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13118
13119 * gdbtypes.c (type_align): Don't consider static members when
13120 computing structure alignment.
13121
13122 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13123
13124 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
13125 return 0 for other types.
13126 * arch-utils.c (default_type_align): Always return 0.
13127 * gdbarch.h: Regenerate.
13128 * gdbarch.sh (type_align): Extend comment.
13129 * gdbtypes.c (type_align): Add additional comments, always call
13130 gdbarch_type_align before applying the default rules.
13131 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
13132 generic code will then apply a suitable default.
13133 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
13134 types, return 0 for other types.
13135
13136 2019-02-27 Joel Brobecker <brobecker@adacore.com>
13137
13138 * NEWS: Create a new section for the next release branch.
13139 Rename the section of the current branch, now that it has
13140 been cut.
13141
13142 2019-02-27 Joel Brobecker <brobecker@adacore.com>
13143
13144 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
13145 * version.in: Bump version to 8.3.50.DATE-git.
13146
13147 2019-02-26 Simon Marchi <simon.marchi@efficios.com>
13148
13149 * aix-thread.c (ptid_cmp): Remove unused variable.
13150 (get_signaled_thread): Likewise.
13151 (store_regs_user_thread): Likewise.
13152 (store_regs_kernel_thread): Likewise.
13153 (fetch_regs_kernel_thread): Remove shadowed variable.
13154
13155 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
13156
13157 * features/riscv/32bit-cpu.xml: Add register numbers.
13158 * features/riscv/32bit-fpu.c: Regenerate.
13159 * features/riscv/32bit-fpu.xml: Add register numbers.
13160 * features/riscv/64bit-cpu.xml: Add register numbers.
13161 * features/riscv/64bit-fpu.c: Regenerate.
13162 * features/riscv/64bit-fpu.xml: Add register numbers.
13163
13164 2019-02-26 Kevin Buettner <kevinb@redhat.com>
13165
13166 * NEWS: Mention two argument form of gdb.Value constructor.
13167 * python/py-value.c (convert_buffer_and_type_to_value): New
13168 function.
13169 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
13170 Add support for handling an optional second argument. Call
13171 convert_buffer_and_type_to_value as appropriate.
13172 * python/python-internal.h (Py_buffer_deleter): New struct.
13173 (Py_buffer_up): New typedef.
13174
13175 2019-02-25 John Baldwin <jhb@FreeBSD.org>
13176
13177 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
13178 instead of releasing ownership.
13179
13180 2019-02-25 Jordan Rupprecht <rupprecht@google.com>
13181
13182 * dwarf2read.c (open_and_init_dwp_file): Call
13183 elf_numsections instead of bfd_count_sections to initialize
13184 dwp_file->num_sections.
13185
13186 2019-02-25 Tom Tromey <tromey@adacore.com>
13187
13188 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
13189
13190 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
13191
13192 * gcore.in: Add '--readnever' option when invoking GDB.
13193
13194 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
13195
13196 * MAINTAINERS: Update my email address.
13197
13198 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
13199
13200 * build-id.c (build_id_to_debug_bfd_1): New function.
13201 (build_id_to_debug_bfd): Look for separate debug file in
13202 sysroot.
13203
13204 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
13205
13206 * gdbarch.sh: Update the copyright year range that is placed into
13207 generated files.
13208
13209 2019-02-22 Keith Seitz <keiths@redhat.com>
13210
13211 PR symtab/23853
13212 * linespec.c (create_sals_line_offset): Search for the default
13213 symtab's filename instead of its fullname.
13214
13215 2019-02-21 Alan Hayward <alan.hayward@arm.com>
13216
13217 * NEWS: Update style defaults.
13218
13219 2019-02-21 Alan Hayward <alan.hayward@arm.com>
13220
13221 * main.c (captured_main_1): Disable styling in batch mode.
13222
13223 2019-02-20 Tom Tromey <tom@tromey.com>
13224
13225 * symtab.c (symtab_symbol_info): Fix typos.
13226
13227 2019-02-20 Tom Tromey <tromey@adacore.com>
13228
13229 * findcmd.c (_initialize_mem_search): Use upper case for
13230 metasyntactic variables.
13231
13232 2019-02-20 Alan Hayward <alan.hayward@arm.com>
13233
13234 * aarch64-tdep.c (aarch64_add_reggroups): New function.
13235 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
13236
13237 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
13238
13239 * top.h (source_file_name): Change to std::string.
13240 * top.c (source_file_name): Likewise.
13241 (command_line_input): Adjust.
13242 * cli/cli-script.c (script_from_file): Adjust.
13243
13244 2019-02-19 Tom Tromey <tromey@adacore.com>
13245
13246 * ravenscar-thread.c
13247 (ravenscar_thread_target::update_thread_list): Don't call
13248 ada_build_task_list.
13249 * ada-lang.h (ada_build_task_list): Don't declare.
13250 * ada-tasks.c (struct ada_tasks_inferior_data)
13251 <task_list_valid_p>: Now bool.
13252 (read_known_tasks, ada_task_list_changed)
13253 (ada_tasks_invalidate_inferior_data): Update.
13254 (read_known_tasks_array): Return bool.
13255 (read_known_tasks_list): Likewise.
13256 (read_known_tasks): Return void.
13257 (ada_build_task_list): Now static.
13258
13259 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
13260
13261 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
13262 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
13263
13264 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13265
13266 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
13267 variant for ada_tasks_pspace_data_handle and
13268 ada_tasks_inferior_data_handle.
13269 (ada_tasks_pspace_data_cleanup): New function.
13270 (ada_tasks_inferior_data_cleanup): New function.
13271
13272 2019-02-17 Tom Tromey <tom@tromey.com>
13273
13274 * macrotab.h (macro_source_fullname): Return a std::string.
13275 * macrotab.c (macro_include, check_for_redefinition)
13276 (macro_undef, macro_lookup_definition, foreach_macro)
13277 (foreach_macro_in_scope): Update.
13278 (macro_source_fullname): Return a std::string.
13279 * macrocmd.c (show_pp_source_pos): Update.
13280
13281 2019-02-17 Tom Tromey <tom@tromey.com>
13282
13283 * macrocmd.c (show_pp_source_pos): Style the file names.
13284
13285 2019-02-17 Tom Tromey <tom@tromey.com>
13286
13287 PR tui/24197:
13288 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
13289
13290 2019-02-17 Tom Tromey <tom@tromey.com>
13291
13292 * ada-lang.c (user_select_syms): Use filtered printing.
13293 * utils.c (wrap_style): New global.
13294 (desired_style): Remove.
13295 (emit_style_escape): Add stream parameter.
13296 (set_output_style, reset_terminal_style, prompt_for_continue):
13297 Update.
13298 (flush_wrap_buffer): Only flush gdb_stdout.
13299 (wrap_here): Set wrap_style.
13300 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
13301 treat escape sequences as a character. Change when wrap buffer is
13302 flushed.
13303 (fputs_styled): Do not set the output style when the default is
13304 requested.
13305 * ui-style.h (struct ui_file_style) <is_default>: New method.
13306 * source.c (print_source_lines_base): Emit escape sequences in one
13307 piece.
13308
13309 2019-02-17 Joel Brobecker <brobecker@adacore.com>
13310
13311 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
13312 integers and enumeration types.
13313
13314 2019-02-17 Joel Brobecker <brobecker@adacore.com>
13315
13316 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
13317 instead of lookup_symbol_in_language
13318 (do_exact_match): New function.
13319 (ada_get_symbol_name_matcher): Return do_exact_match when
13320 doing a verbatim match.
13321
13322 2019-02-15 Tom Tromey <tromey@adacore.com>
13323
13324 * ravenscar-thread.c (ravenscar_thread_target::resume)
13325 (ravenscar_thread_target::wait): Special case wildcard requests.
13326
13327 2019-02-15 Tom Tromey <tromey@adacore.com>
13328
13329 * ravenscar-thread.c (base_ptid): Remove.
13330 (struct ravenscar_thread_target) <close>: New method.
13331 <m_base_ptid>: New member.
13332 <update_inferior_ptid, active_task, task_is_currently_active,
13333 runtime_initialized>: Declare methods.
13334 <ravenscar_thread_target>: Add constructor.
13335 (ravenscar_thread_target::task_is_currently_active)
13336 (ravenscar_thread_target::update_inferior_ptid)
13337 (ravenscar_runtime_initialized): Rename. Now methods.
13338 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
13339 (ravenscar_thread_target::update_thread_list): Update.
13340 (ravenscar_thread_target::active_task): Now method.
13341 (ravenscar_thread_target::store_registers)
13342 (ravenscar_thread_target::prepare_to_store)
13343 (ravenscar_thread_target::prepare_to_store)
13344 (ravenscar_thread_target::mourn_inferior): Update.
13345 (ravenscar_inferior_created): Use "new" to create target.
13346 (ravenscar_thread_target::get_ada_task_ptid): Update.
13347 (_initialize_ravenscar): Don't initialize base_ptid.
13348 (ravenscar_ops): Remove global.
13349
13350 2019-02-15 Tom Tromey <tromey@adacore.com>
13351
13352 * target.h (push_target): Declare new overload.
13353 * target.c (push_target): New overload, taking an rvalue reference.
13354 * remote.c (remote_target::open_1): Use push_target overload.
13355 * corelow.c (core_target_open): Use push_target overload.
13356
13357 2019-02-15 Tom Tromey <tromey@adacore.com>
13358
13359 * ravenscar-thread.c (is_ravenscar_task)
13360 (ravenscar_task_is_currently_active): Return bool.
13361 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
13362 (_initialize_ravenscar): Remove "(void)".
13363 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
13364 Return bool.
13365
13366 2019-02-15 Tom Tromey <tromey@adacore.com>
13367
13368 * ravenscar-thread.c (ravenscar_runtime_initializer)
13369 (has_ravenscar_runtime, get_running_thread_id)
13370 (ravenscar_thread_target::resume): Fix indentation.
13371
13372 2019-02-15 Tom Tromey <tromey@adacore.com>
13373
13374 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
13375 from ravenscar_arch_ops.
13376 (sparc_ravenscar_ops::fetch_registers)
13377 (sparc_ravenscar_ops::store_registers): Now methods.
13378 (sparc_ravenscar_prepare_to_store): Remove.
13379 (sparc_ravenscar_ops): Redefine.
13380 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
13381 methods and destructor. Remove members.
13382 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
13383 (ravenscar_thread_target::store_registers)
13384 (ravenscar_thread_target::prepare_to_store): Update.
13385 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
13386 Remove.
13387 (struct ppc_ravenscar_powerpc_ops): Derive from
13388 ravenscar_arch_ops.
13389 (ppc_ravenscar_powerpc_ops::fetch_registers)
13390 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
13391 (ppc_ravenscar_powerpc_ops): Redefine.
13392 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
13393 (ppc_ravenscar_e500_ops::fetch_registers)
13394 (ppc_ravenscar_e500_ops::store_registers): Now methods.
13395 (ppc_ravenscar_e500_ops): Redefine.
13396 * aarch64-ravenscar-thread.c
13397 (aarch64_ravenscar_generic_prepare_to_store): Remove.
13398 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
13399 (aarch64_ravenscar_fetch_registers)
13400 (aarch64_ravenscar_store_registers): Now methods.
13401 (aarch64_ravenscar_ops): Redefine.
13402
13403 2019-02-15 Tom Tromey <tromey@adacore.com>
13404
13405 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
13406 (ravenscar_thread_target::stopped_by_hw_breakpoint)
13407 (ravenscar_thread_target::stopped_by_watchpoint)
13408 (ravenscar_thread_target::stopped_data_address)
13409 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
13410
13411 2019-02-15 Tom Tromey <tromey@adacore.com>
13412
13413 * ravenscar-thread.c: Fix some typos.
13414
13415 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13416 Tom Tromey <tromey@adacore.com>
13417
13418 * ada-lang.c (ada_exception_sal): Change addr_string to a
13419 std::string.
13420 (create_ada_exception_catchpoint): Update.
13421
13422 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13423 Tom Tromey <tromey@adacore.com>
13424
13425 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
13426 (bp_location_ops): Remove.
13427 (base_breakpoint_allocate_location): Update.
13428 (free_bp_location): Update.
13429 * ada-lang.c (class ada_catchpoint_location)
13430 <ada_catchpoint_location>: Remove ops parameter.
13431 (ada_catchpoint_location_dtor): Remove.
13432 (ada_catchpoint_location_ops): Remove.
13433 (allocate_location_exception): Update.
13434 * breakpoint.h (struct bp_location_ops): Remove.
13435 (class bp_location) <bp_location>: Remove bp_location_ops
13436 parameter.
13437 <~bp_location>: Add destructor.
13438 <ops>: Remove.
13439
13440 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
13441 Pedro Alves <palves@redhat.com>
13442
13443 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
13444 'PATH_MAX'.
13445
13446 2019-02-14 David Michael <fedora.dm0@gmail.com>
13447 Samuel Thibault <samuel.thibault@gnu.org>
13448 Thomas Schwinge <thomas@codesourcery.com>
13449
13450 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
13451 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
13452
13453 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
13454
13455 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
13456 (check_empty): Use "const char *".
13457
13458 * gnu-nat.c (gnu_nat_target::detach): Instead of
13459 'detach_inferior (pid)' call
13460 'detach_inferior (find_inferior_pid (pid))'.
13461
13462 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
13463 'nat/fork-inferior.o'.
13464 * gnu-nat.c: #include "nat/fork-inferior.h".
13465
13466 * gnu-nat.c (gnu_nat_target::detach): Instead of
13467 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
13468 * gnu-nat.h: #include "inf-child.h".
13469 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
13470 'i386_gnu_nat_target::fetch_registers'.
13471 (gnu_store_registers): Rename/move to
13472 'i386_gnu_nat_target::store_registers'.
13473
13474 * config/i386/nm-i386gnu.h: Don't "#include" any files.
13475 * gnu-nat.h (mach_thread_info): New function.
13476 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
13477
13478 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
13479
13480 2019-02-14 Frederic Konrad <konrad@adacore.com>
13481
13482 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
13483
13484 2019-02-14 Joel Brobecker <brobecker@adacore.com>
13485
13486 * windows-nat.c (windows_add_thread): Add new parameter
13487 "main_thread_p" with default value set to false. Update
13488 function documentation as well as all callers.
13489 (windows_delete_thread): Likewise.
13490 (fake_create_process): Update call to windows_add_thread.
13491 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
13492 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
13493 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
13494 call to windows_delete_thread.
13495
13496 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
13497
13498 * MAINTAINERS: Add Andrew Burgess as global maintainer.
13499
13500 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13501
13502 * symfile.c (find_separate_debug_file): Use canonical path of
13503 sysroot with child_path instead of gdb_sysroot if it is valid.
13504
13505 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13506
13507 * symfile.c (find_separate_debug_file): Use child_path to
13508 determine if an object file is under a sysroot.
13509
13510 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13511
13512 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
13513 unittests/child-path-selftests.c.
13514 * common/pathstuff.c (child_path): New function.
13515 * common/pathstuff.h (child_path): New prototype.
13516 * unittests/child-path-selftests.c: New file.
13517
13518 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13519
13520 * symfile.c (find_separate_debug_file): Look for separate debug
13521 files in debug directories under the sysroot.
13522
13523 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13524
13525 * symtab.h (struct minimal_symbol data_p): New const method.
13526 (struct minimal_symbol text_p): Likewise.
13527 * symtab.c (output_source_filename): Use file name style
13528 to print file name.
13529 (print_symbol_info): Likewise.
13530 (print_msymbol_info): Use address style to print addresses.
13531 Use function name style to print executable text symbols.
13532 (expand_symtab_containing_pc): Use data_p.
13533 (find_pc_sect_compunit_symtab): Likewise.
13534
13535 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13536
13537 * breakpoint.c (describe_other_breakpoints): Use address style
13538 to print addresses.
13539 (say_where): Likewise.
13540
13541 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13542
13543 * ada-typeprint.c (print_func_type): Print function name
13544 style to print function name.
13545 * c-typeprint.c (c_print_type_1): Likewise.
13546
13547 2019-02-11 Alan Hayward <alan.hayward@arm.com>
13548
13549 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
13550 for execve.
13551
13552 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13553
13554 * c-exp.y (direct_abs_decl): Use emplace_back to record the
13555 type_stack.
13556
13557 2019-02-10 Joel Brobecker <brobecker@adacore.com>
13558
13559 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
13560 TYPE_CODE_REF types.
13561
13562 2019-02-08 Jim Wilson <jimw@sifive.com>
13563
13564 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
13565 (riscv_linux_fregset): New.
13566 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
13567
13568 2019-02-07 Tom Tromey <tom@tromey.com>
13569
13570 * thread.c (thread_cancel_execution_command): Update.
13571 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
13572 methods.
13573 (struct thread_fsm_ops): Remove.
13574 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
13575 (thread_fsm_should_stop, thread_fsm_return_value)
13576 (thread_fsm_set_finished, thread_fsm_finished_p)
13577 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
13578 Don't declare.
13579 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
13580 * infrun.c (clear_proceed_status_thread)
13581 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
13582 (print_stop_event): Update.
13583 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
13584 Add constructor.
13585 (step_command_fsm_ops): Remove.
13586 (new_step_command_fsm): Remove.
13587 (step_1): Update.
13588 (step_command_fsm::should_stop): Rename from
13589 step_command_fsm_should_stop.
13590 (step_command_fsm::clean_up): Rename from
13591 step_command_fsm_clean_up.
13592 (step_command_fsm::do_async_reply_reason): Rename from
13593 step_command_fsm_async_reply_reason.
13594 (struct until_next_fsm): Inherit from thread_fsm. Add
13595 constructor.
13596 (until_next_fsm_ops): Remove.
13597 (new_until_next_fsm): Remove.
13598 (until_next_fsm::should_stop): Rename from
13599 until_next_fsm_should_stop.
13600 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
13601 (until_next_fsm::do_async_reply_reason): Rename from
13602 until_next_fsm_async_reply_reason.
13603 (struct finish_command_fsm): Inherit from thread_fsm. Add
13604 constructor. Change type of breakpoint.
13605 (finish_command_fsm_ops): Remove.
13606 (new_finish_command_fsm): Remove.
13607 (finish_command_fsm::should_stop): Rename from
13608 finish_command_fsm_should_stop.
13609 (finish_command_fsm::clean_up): Rename from
13610 finish_command_fsm_clean_up.
13611 (finish_command_fsm::return_value): Rename from
13612 finish_command_fsm_return_value.
13613 (finish_command_fsm::do_async_reply_reason): Rename from
13614 finish_command_fsm_async_reply_reason.
13615 (finish_command): Update.
13616 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
13617 Add constructor.
13618 (call_thread_fsm_ops): Remove.
13619 (call_thread_fsm::call_thread_fsm): Rename from
13620 new_call_thread_fsm.
13621 (call_thread_fsm::should_stop): Rename from
13622 call_thread_fsm_should_stop.
13623 (call_thread_fsm::should_notify_stop): Rename from
13624 call_thread_fsm_should_notify_stop.
13625 (run_inferior_call, call_function_by_hand_dummy): Update.
13626 * cli/cli-interp.c (should_print_stop_to_console): Update.
13627 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
13628 Add constructor. Change type of location_breakpoint,
13629 caller_breakpoint.
13630 (until_break_fsm_ops): Remove.
13631 (new_until_break_fsm): Remove.
13632 (until_break_fsm::should_stop): Rename from
13633 until_break_fsm_should_stop.
13634 (until_break_fsm::clean_up): Rename from
13635 until_break_fsm_clean_up.
13636 (until_break_fsm::do_async_reply_reason): Rename from
13637 until_break_fsm_async_reply_reason.
13638 (until_break_command): Update.
13639 * thread-fsm.c: Remove.
13640 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
13641
13642 2019-02-07 Tom Tromey <tom@tromey.com>
13643
13644 * yy-remap.h: Add include guard.
13645 * xtensa-tdep.h: Add include guard.
13646 * xcoffread.h: Rename include guard.
13647 * varobj-iter.h: Add include guard.
13648 * tui/tui.h: Rename include guard.
13649 * tui/tui-winsource.h: Rename include guard.
13650 * tui/tui-wingeneral.h: Rename include guard.
13651 * tui/tui-windata.h: Rename include guard.
13652 * tui/tui-win.h: Rename include guard.
13653 * tui/tui-stack.h: Rename include guard.
13654 * tui/tui-source.h: Rename include guard.
13655 * tui/tui-regs.h: Rename include guard.
13656 * tui/tui-out.h: Rename include guard.
13657 * tui/tui-layout.h: Rename include guard.
13658 * tui/tui-io.h: Rename include guard.
13659 * tui/tui-hooks.h: Rename include guard.
13660 * tui/tui-file.h: Rename include guard.
13661 * tui/tui-disasm.h: Rename include guard.
13662 * tui/tui-data.h: Rename include guard.
13663 * tui/tui-command.h: Rename include guard.
13664 * tic6x-tdep.h: Add include guard.
13665 * target/waitstatus.h: Rename include guard.
13666 * target/wait.h: Rename include guard.
13667 * target/target.h: Rename include guard.
13668 * target/resume.h: Rename include guard.
13669 * target-float.h: Rename include guard.
13670 * stabsread.h: Add include guard.
13671 * rs6000-tdep.h: Add include guard.
13672 * riscv-fbsd-tdep.h: Add include guard.
13673 * regformats/regdef.h: Rename include guard.
13674 * record.h: Rename include guard.
13675 * python/python.h: Rename include guard.
13676 * python/python-internal.h: Rename include guard.
13677 * python/py-stopevent.h: Rename include guard.
13678 * python/py-ref.h: Rename include guard.
13679 * python/py-record.h: Rename include guard.
13680 * python/py-record-full.h: Rename include guard.
13681 * python/py-record-btrace.h: Rename include guard.
13682 * python/py-instruction.h: Rename include guard.
13683 * python/py-events.h: Rename include guard.
13684 * python/py-event.h: Rename include guard.
13685 * procfs.h: Add include guard.
13686 * proc-utils.h: Add include guard.
13687 * p-lang.h: Add include guard.
13688 * or1k-tdep.h: Rename include guard.
13689 * observable.h: Rename include guard.
13690 * nto-tdep.h: Rename include guard.
13691 * nat/x86-linux.h: Rename include guard.
13692 * nat/x86-linux-dregs.h: Rename include guard.
13693 * nat/x86-gcc-cpuid.h: Add include guard.
13694 * nat/x86-dregs.h: Rename include guard.
13695 * nat/x86-cpuid.h: Rename include guard.
13696 * nat/ppc-linux.h: Rename include guard.
13697 * nat/mips-linux-watch.h: Rename include guard.
13698 * nat/linux-waitpid.h: Rename include guard.
13699 * nat/linux-ptrace.h: Rename include guard.
13700 * nat/linux-procfs.h: Rename include guard.
13701 * nat/linux-osdata.h: Rename include guard.
13702 * nat/linux-nat.h: Rename include guard.
13703 * nat/linux-namespaces.h: Rename include guard.
13704 * nat/linux-btrace.h: Rename include guard.
13705 * nat/glibc_thread_db.h: Rename include guard.
13706 * nat/gdb_thread_db.h: Rename include guard.
13707 * nat/gdb_ptrace.h: Rename include guard.
13708 * nat/fork-inferior.h: Rename include guard.
13709 * nat/amd64-linux-siginfo.h: Rename include guard.
13710 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
13711 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
13712 * nat/aarch64-linux.h: Rename include guard.
13713 * nat/aarch64-linux-hw-point.h: Rename include guard.
13714 * mn10300-tdep.h: Add include guard.
13715 * mips-linux-tdep.h: Add include guard.
13716 * mi/mi-parse.h: Rename include guard.
13717 * mi/mi-out.h: Rename include guard.
13718 * mi/mi-main.h: Rename include guard.
13719 * mi/mi-interp.h: Rename include guard.
13720 * mi/mi-getopt.h: Rename include guard.
13721 * mi/mi-console.h: Rename include guard.
13722 * mi/mi-common.h: Rename include guard.
13723 * mi/mi-cmds.h: Rename include guard.
13724 * mi/mi-cmd-break.h: Rename include guard.
13725 * m2-lang.h: Add include guard.
13726 * location.h: Rename include guard.
13727 * linux-record.h: Rename include guard.
13728 * linux-nat.h: Add include guard.
13729 * linux-fork.h: Add include guard.
13730 * i386-darwin-tdep.h: Rename include guard.
13731 * hppa-linux-offsets.h: Add include guard.
13732 * guile/guile.h: Rename include guard.
13733 * guile/guile-internal.h: Rename include guard.
13734 * gnu-nat.h: Rename include guard.
13735 * gdb-stabs.h: Rename include guard.
13736 * frv-tdep.h: Add include guard.
13737 * f-lang.h: Add include guard.
13738 * event-loop.h: Add include guard.
13739 * darwin-nat.h: Rename include guard.
13740 * cp-abi.h: Rename include guard.
13741 * config/sparc/nm-sol2.h: Rename include guard.
13742 * config/nm-nto.h: Rename include guard.
13743 * config/nm-linux.h: Add include guard.
13744 * config/i386/nm-i386gnu.h: Rename include guard.
13745 * config/djgpp/nl_types.h: Rename include guard.
13746 * config/djgpp/langinfo.h: Rename include guard.
13747 * compile/gcc-cp-plugin.h: Add include guard.
13748 * compile/gcc-c-plugin.h: Add include guard.
13749 * compile/compile.h: Rename include guard.
13750 * compile/compile-object-run.h: Rename include guard.
13751 * compile/compile-object-load.h: Rename include guard.
13752 * compile/compile-internal.h: Rename include guard.
13753 * compile/compile-cplus.h: Rename include guard.
13754 * compile/compile-c.h: Rename include guard.
13755 * common/xml-utils.h: Rename include guard.
13756 * common/x86-xstate.h: Rename include guard.
13757 * common/version.h: Rename include guard.
13758 * common/vec.h: Rename include guard.
13759 * common/tdesc.h: Rename include guard.
13760 * common/selftest.h: Rename include guard.
13761 * common/scoped_restore.h: Rename include guard.
13762 * common/scoped_mmap.h: Rename include guard.
13763 * common/scoped_fd.h: Rename include guard.
13764 * common/safe-iterator.h: Rename include guard.
13765 * common/run-time-clock.h: Rename include guard.
13766 * common/refcounted-object.h: Rename include guard.
13767 * common/queue.h: Rename include guard.
13768 * common/ptid.h: Rename include guard.
13769 * common/print-utils.h: Rename include guard.
13770 * common/preprocessor.h: Rename include guard.
13771 * common/pathstuff.h: Rename include guard.
13772 * common/observable.h: Rename include guard.
13773 * common/netstuff.h: Rename include guard.
13774 * common/job-control.h: Rename include guard.
13775 * common/host-defs.h: Rename include guard.
13776 * common/gdb_wait.h: Rename include guard.
13777 * common/gdb_vecs.h: Rename include guard.
13778 * common/gdb_unlinker.h: Rename include guard.
13779 * common/gdb_unique_ptr.h: Rename include guard.
13780 * common/gdb_tilde_expand.h: Rename include guard.
13781 * common/gdb_sys_time.h: Rename include guard.
13782 * common/gdb_string_view.h: Rename include guard.
13783 * common/gdb_splay_tree.h: Rename include guard.
13784 * common/gdb_setjmp.h: Rename include guard.
13785 * common/gdb_ref_ptr.h: Rename include guard.
13786 * common/gdb_optional.h: Rename include guard.
13787 * common/gdb_locale.h: Rename include guard.
13788 * common/gdb_assert.h: Rename include guard.
13789 * common/filtered-iterator.h: Rename include guard.
13790 * common/filestuff.h: Rename include guard.
13791 * common/fileio.h: Rename include guard.
13792 * common/environ.h: Rename include guard.
13793 * common/common-utils.h: Rename include guard.
13794 * common/common-types.h: Rename include guard.
13795 * common/common-regcache.h: Rename include guard.
13796 * common/common-inferior.h: Rename include guard.
13797 * common/common-gdbthread.h: Rename include guard.
13798 * common/common-exceptions.h: Rename include guard.
13799 * common/common-defs.h: Rename include guard.
13800 * common/common-debug.h: Rename include guard.
13801 * common/cleanups.h: Rename include guard.
13802 * common/buffer.h: Rename include guard.
13803 * common/btrace-common.h: Rename include guard.
13804 * common/break-common.h: Rename include guard.
13805 * cli/cli-utils.h: Rename include guard.
13806 * cli/cli-style.h: Rename include guard.
13807 * cli/cli-setshow.h: Rename include guard.
13808 * cli/cli-script.h: Rename include guard.
13809 * cli/cli-interp.h: Rename include guard.
13810 * cli/cli-decode.h: Rename include guard.
13811 * cli/cli-cmds.h: Rename include guard.
13812 * charset-list.h: Add include guard.
13813 * buildsym-legacy.h: Rename include guard.
13814 * bfin-tdep.h: Add include guard.
13815 * ax.h: Rename include guard.
13816 * arm-linux-tdep.h: Add include guard.
13817 * arm-fbsd-tdep.h: Add include guard.
13818 * arch/xtensa.h: Rename include guard.
13819 * arch/tic6x.h: Add include guard.
13820 * arch/i386.h: Add include guard.
13821 * arch/arm.h: Rename include guard.
13822 * arch/arm-linux.h: Rename include guard.
13823 * arch/arm-get-next-pcs.h: Rename include guard.
13824 * arch/amd64.h: Add include guard.
13825 * arch/aarch64-insn.h: Rename include guard.
13826 * arch-utils.h: Rename include guard.
13827 * annotate.h: Add include guard.
13828 * amd64-darwin-tdep.h: Rename include guard.
13829 * aarch64-linux-tdep.h: Add include guard.
13830 * aarch64-fbsd-tdep.h: Add include guard.
13831 * aarch32-linux-nat.h: Add include guard.
13832
13833 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13834
13835 * macrotab.c (macro_define_internal): New function that
13836 factorizes macro_define_object_internal and macro_define_function
13837 code.
13838 (macro_define_object_internal): Use macro_define_internal.
13839 (macro_define_function): Likewise.
13840
13841 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13842
13843 * macrocmd.c (extract_identifier): Return
13844 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
13845 callers.
13846
13847 2019-02-06 John Baldwin <jhb@FreeBSD.org>
13848
13849 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
13850
13851 2019-02-05 Tom Tromey <tom@tromey.com>
13852
13853 * target.c (target_stack::unpush): Move assertion earlier.
13854
13855 2019-01-30 Tom Tromey <tom@tromey.com>
13856
13857 PR python/23615:
13858 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
13859 (gdbpy_parse_and_eval): Likewise.
13860 * python/python-internal.h (gdbpy_allow_threads): New class.
13861
13862 2019-01-28 John Baldwin <jhb@FreeBSD.org>
13863
13864 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
13865 (aarch64_fbsd_fpregmap): Move earlier.
13866 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
13867 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
13868 instead of individual calls to trad_frame_set_reg_addr.
13869 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
13870 earlier.
13871 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
13872 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
13873 instead of individual calls to trad_frame_set_reg_addr.
13874
13875 2019-01-28 Alan Hayward <alan.hayward@arm.com>
13876
13877 * CONTRIBUTE: Replace contribution list with wiki link.
13878
13879 2019-01-25 Tom Tromey <tom@tromey.com>
13880
13881 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
13882
13883 2019-01-25 Tom Tromey <tom@tromey.com>
13884
13885 * xtensa-linux-nat.c: Fix common/ includes.
13886 * xml-support.h: Fix common/ includes.
13887 * xml-support.c: Fix common/ includes.
13888 * x86-linux-nat.c: Fix common/ includes.
13889 * windows-nat.c: Fix common/ includes.
13890 * varobj.h: Fix common/ includes.
13891 * varobj.c: Fix common/ includes.
13892 * value.c: Fix common/ includes.
13893 * valops.c: Fix common/ includes.
13894 * utils.c: Fix common/ includes.
13895 * unittests/xml-utils-selftests.c: Fix common/ includes.
13896 * unittests/utils-selftests.c: Fix common/ includes.
13897 * unittests/unpack-selftests.c: Fix common/ includes.
13898 * unittests/tracepoint-selftests.c: Fix common/ includes.
13899 * unittests/style-selftests.c: Fix common/ includes.
13900 * unittests/string_view-selftests.c: Fix common/ includes.
13901 * unittests/scoped_restore-selftests.c: Fix common/ includes.
13902 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
13903 * unittests/scoped_fd-selftests.c: Fix common/ includes.
13904 * unittests/rsp-low-selftests.c: Fix common/ includes.
13905 * unittests/parse-connection-spec-selftests.c: Fix common/
13906 includes.
13907 * unittests/optional-selftests.c: Fix common/ includes.
13908 * unittests/offset-type-selftests.c: Fix common/ includes.
13909 * unittests/observable-selftests.c: Fix common/ includes.
13910 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
13911 * unittests/memrange-selftests.c: Fix common/ includes.
13912 * unittests/memory-map-selftests.c: Fix common/ includes.
13913 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
13914 * unittests/function-view-selftests.c: Fix common/ includes.
13915 * unittests/environ-selftests.c: Fix common/ includes.
13916 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
13917 * unittests/common-utils-selftests.c: Fix common/ includes.
13918 * unittests/cli-utils-selftests.c: Fix common/ includes.
13919 * unittests/array-view-selftests.c: Fix common/ includes.
13920 * ui-file.c: Fix common/ includes.
13921 * tui/tui-io.c: Fix common/ includes.
13922 * tracepoint.h: Fix common/ includes.
13923 * tracepoint.c: Fix common/ includes.
13924 * tracefile-tfile.c: Fix common/ includes.
13925 * top.h: Fix common/ includes.
13926 * top.c: Fix common/ includes.
13927 * thread.c: Fix common/ includes.
13928 * target/waitstatus.h: Fix common/ includes.
13929 * target/waitstatus.c: Fix common/ includes.
13930 * target.h: Fix common/ includes.
13931 * target.c: Fix common/ includes.
13932 * target-memory.c: Fix common/ includes.
13933 * target-descriptions.c: Fix common/ includes.
13934 * symtab.h: Fix common/ includes.
13935 * symfile.c: Fix common/ includes.
13936 * stap-probe.c: Fix common/ includes.
13937 * spu-linux-nat.c: Fix common/ includes.
13938 * sparc-nat.c: Fix common/ includes.
13939 * source.c: Fix common/ includes.
13940 * solib.c: Fix common/ includes.
13941 * solib-target.c: Fix common/ includes.
13942 * ser-unix.c: Fix common/ includes.
13943 * ser-tcp.c: Fix common/ includes.
13944 * ser-pipe.c: Fix common/ includes.
13945 * ser-base.c: Fix common/ includes.
13946 * selftest-arch.c: Fix common/ includes.
13947 * s12z-tdep.c: Fix common/ includes.
13948 * rust-exp.y: Fix common/ includes.
13949 * rs6000-aix-tdep.c: Fix common/ includes.
13950 * riscv-tdep.c: Fix common/ includes.
13951 * remote.c: Fix common/ includes.
13952 * remote-notif.h: Fix common/ includes.
13953 * remote-fileio.h: Fix common/ includes.
13954 * remote-fileio.c: Fix common/ includes.
13955 * regcache.h: Fix common/ includes.
13956 * regcache.c: Fix common/ includes.
13957 * record-btrace.c: Fix common/ includes.
13958 * python/python.c: Fix common/ includes.
13959 * python/py-type.c: Fix common/ includes.
13960 * python/py-inferior.c: Fix common/ includes.
13961 * progspace.h: Fix common/ includes.
13962 * producer.c: Fix common/ includes.
13963 * procfs.c: Fix common/ includes.
13964 * proc-api.c: Fix common/ includes.
13965 * printcmd.c: Fix common/ includes.
13966 * ppc-linux-nat.c: Fix common/ includes.
13967 * parser-defs.h: Fix common/ includes.
13968 * osdata.c: Fix common/ includes.
13969 * obsd-nat.c: Fix common/ includes.
13970 * nat/x86-linux.c: Fix common/ includes.
13971 * nat/x86-linux-dregs.c: Fix common/ includes.
13972 * nat/x86-dregs.h: Fix common/ includes.
13973 * nat/x86-dregs.c: Fix common/ includes.
13974 * nat/ppc-linux.c: Fix common/ includes.
13975 * nat/mips-linux-watch.h: Fix common/ includes.
13976 * nat/mips-linux-watch.c: Fix common/ includes.
13977 * nat/linux-waitpid.c: Fix common/ includes.
13978 * nat/linux-ptrace.h: Fix common/ includes.
13979 * nat/linux-ptrace.c: Fix common/ includes.
13980 * nat/linux-procfs.c: Fix common/ includes.
13981 * nat/linux-personality.c: Fix common/ includes.
13982 * nat/linux-osdata.c: Fix common/ includes.
13983 * nat/linux-namespaces.c: Fix common/ includes.
13984 * nat/linux-btrace.h: Fix common/ includes.
13985 * nat/linux-btrace.c: Fix common/ includes.
13986 * nat/fork-inferior.c: Fix common/ includes.
13987 * nat/amd64-linux-siginfo.c: Fix common/ includes.
13988 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
13989 * nat/aarch64-linux.c: Fix common/ includes.
13990 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
13991 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
13992 * namespace.h: Fix common/ includes.
13993 * mips-linux-tdep.c: Fix common/ includes.
13994 * minsyms.c: Fix common/ includes.
13995 * mi/mi-parse.h: Fix common/ includes.
13996 * mi/mi-main.c: Fix common/ includes.
13997 * mi/mi-cmd-env.c: Fix common/ includes.
13998 * memrange.h: Fix common/ includes.
13999 * memattr.c: Fix common/ includes.
14000 * maint.h: Fix common/ includes.
14001 * maint.c: Fix common/ includes.
14002 * main.c: Fix common/ includes.
14003 * machoread.c: Fix common/ includes.
14004 * location.c: Fix common/ includes.
14005 * linux-thread-db.c: Fix common/ includes.
14006 * linux-nat.c: Fix common/ includes.
14007 * linux-fork.c: Fix common/ includes.
14008 * inline-frame.c: Fix common/ includes.
14009 * infrun.c: Fix common/ includes.
14010 * inflow.c: Fix common/ includes.
14011 * inferior.h: Fix common/ includes.
14012 * inferior.c: Fix common/ includes.
14013 * infcmd.c: Fix common/ includes.
14014 * inf-ptrace.c: Fix common/ includes.
14015 * inf-child.c: Fix common/ includes.
14016 * ia64-linux-nat.c: Fix common/ includes.
14017 * i387-tdep.c: Fix common/ includes.
14018 * i386-tdep.c: Fix common/ includes.
14019 * i386-linux-tdep.c: Fix common/ includes.
14020 * i386-linux-nat.c: Fix common/ includes.
14021 * i386-go32-tdep.c: Fix common/ includes.
14022 * i386-fbsd-tdep.c: Fix common/ includes.
14023 * i386-fbsd-nat.c: Fix common/ includes.
14024 * guile/scm-type.c: Fix common/ includes.
14025 * guile/guile.c: Fix common/ includes.
14026 * go32-nat.c: Fix common/ includes.
14027 * gnu-nat.c: Fix common/ includes.
14028 * gdbthread.h: Fix common/ includes.
14029 * gdbarch-selftests.c: Fix common/ includes.
14030 * gdb_usleep.c: Fix common/ includes.
14031 * gdb_select.h: Fix common/ includes.
14032 * gdb_bfd.c: Fix common/ includes.
14033 * gcore.c: Fix common/ includes.
14034 * fork-child.c: Fix common/ includes.
14035 * findvar.c: Fix common/ includes.
14036 * fbsd-nat.c: Fix common/ includes.
14037 * event-top.c: Fix common/ includes.
14038 * event-loop.c: Fix common/ includes.
14039 * dwarf2read.c: Fix common/ includes.
14040 * dwarf2loc.c: Fix common/ includes.
14041 * dwarf2-frame.c: Fix common/ includes.
14042 * dwarf-index-cache.c: Fix common/ includes.
14043 * dtrace-probe.c: Fix common/ includes.
14044 * disasm-selftests.c: Fix common/ includes.
14045 * defs.h: Fix common/ includes.
14046 * csky-tdep.c: Fix common/ includes.
14047 * cp-valprint.c: Fix common/ includes.
14048 * cp-support.h: Fix common/ includes.
14049 * cp-support.c: Fix common/ includes.
14050 * corelow.c: Fix common/ includes.
14051 * completer.h: Fix common/ includes.
14052 * completer.c: Fix common/ includes.
14053 * compile/compile.c: Fix common/ includes.
14054 * compile/compile-loc2c.c: Fix common/ includes.
14055 * compile/compile-cplus-types.c: Fix common/ includes.
14056 * compile/compile-cplus-symbols.c: Fix common/ includes.
14057 * command.h: Fix common/ includes.
14058 * cli/cli-dump.c: Fix common/ includes.
14059 * cli/cli-cmds.c: Fix common/ includes.
14060 * charset.c: Fix common/ includes.
14061 * build-id.c: Fix common/ includes.
14062 * btrace.h: Fix common/ includes.
14063 * btrace.c: Fix common/ includes.
14064 * breakpoint.h: Fix common/ includes.
14065 * breakpoint.c: Fix common/ includes.
14066 * ax.h:
14067 (enum agent_op): Fix common/ includes.
14068 * ax-general.c (struct aop_map): Fix common/ includes.
14069 * ax-gdb.c: Fix common/ includes.
14070 * auxv.c: Fix common/ includes.
14071 * auto-load.c: Fix common/ includes.
14072 * arm-tdep.c: Fix common/ includes.
14073 * arch/riscv.c: Fix common/ includes.
14074 * arch/ppc-linux-common.c: Fix common/ includes.
14075 * arch/i386.c: Fix common/ includes.
14076 * arch/arm.c: Fix common/ includes.
14077 * arch/arm-linux.c: Fix common/ includes.
14078 * arch/arm-get-next-pcs.c: Fix common/ includes.
14079 * arch/amd64.c: Fix common/ includes.
14080 * arch/aarch64.c: Fix common/ includes.
14081 * arch/aarch64-insn.c: Fix common/ includes.
14082 * arch-utils.c: Fix common/ includes.
14083 * amd64-windows-tdep.c: Fix common/ includes.
14084 * amd64-tdep.c: Fix common/ includes.
14085 * amd64-sol2-tdep.c: Fix common/ includes.
14086 * amd64-obsd-tdep.c: Fix common/ includes.
14087 * amd64-nbsd-tdep.c: Fix common/ includes.
14088 * amd64-linux-tdep.c: Fix common/ includes.
14089 * amd64-linux-nat.c: Fix common/ includes.
14090 * amd64-fbsd-tdep.c: Fix common/ includes.
14091 * amd64-fbsd-nat.c: Fix common/ includes.
14092 * amd64-dicos-tdep.c: Fix common/ includes.
14093 * amd64-darwin-tdep.c: Fix common/ includes.
14094 * agent.c: Fix common/ includes.
14095 * ada-lang.h: Fix common/ includes.
14096 * ada-lang.c: Fix common/ includes.
14097 * aarch64-tdep.c: Fix common/ includes.
14098
14099 2019-01-25 Tom Tromey <tom@tromey.com>
14100
14101 * common/create-version.sh: Use common/version.h.
14102
14103 2019-01-24 Pedro Alves <palves@redhat.com>
14104
14105 * infrun.c (signal_stop, signal_print, signal_program)
14106 (signal_catch, signal_pass): Now arrays instead of pointers.
14107 (update_signals_program_target, do_target_resume)
14108 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
14109 * linux-nat.c (linux_nat_target::pass_signals)
14110 (linux_nat_target::create_inferior, linux_nat_target::attach):
14111 Adjust.
14112 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
14113 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
14114 * procfs.c (procfs_target::pass_signals): Adjust.
14115 * record-full.c (record_full_target::resume): Adjust.
14116 * remote.c (remote_target::pass_signals)
14117 (remote_target::program_signals): Adjust.
14118 * target-debug.h (target_debug_print_signals): Now takes a
14119 gdb::array_view as parameter. Adjust.
14120 * target.h (target_ops) <pass_signals, program_signals>: Replace
14121 pointer and length parameters with gdb::array_view.
14122 (target_pass_signals, target_program_signals): Likewise.
14123 * target-delegates.c: Regenerate.
14124
14125 2019-01-24 Pedro Alves <palves@redhat.com>
14126
14127 * common/forward-scope-exit.h
14128 (forward_scope_exit::forward_scope_exit): Pass arguments to
14129 m_bind_function directly, instead of creating a std::bind and
14130 copying that.
14131
14132 2019-01-24 Alan Hayward <alan.hayward@arm.com>
14133
14134 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
14135 for static members.
14136 (pass_in_v_vfp_candidate): Likewise.
14137
14138 2019-01-23 Tom Tromey <tom@tromey.com>
14139 Pedro Alves <palves@redhat.com>
14140
14141 * regcache.c (class regcache_invalidator): Remove.
14142 (regcache::raw_write): Use make_scope_exit.
14143
14144 2019-01-23 Tom Tromey <tom@tromey.com>
14145
14146 * ui-out.h (class ui_out_emit_type): Update comment.
14147
14148 2019-01-23 Tom Tromey <tom@tromey.com>
14149
14150 * infrun.c (fetch_inferior_event): Update comment.
14151
14152 2019-01-23 Tom Tromey <tom@tromey.com>
14153 Pedro Alves <palves@redhat.com>
14154
14155 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
14156 parameter.
14157 (fetch_inferior_event): Use SCOPE_EXIT.
14158
14159
14160 2019-01-23 Tom Tromey <tom@tromey.com>
14161 Pedro Alves <palves@redhat.com>
14162
14163 * infrun.c (disable_thread_events): Delete.
14164 (stop_all_threads): Use SCOPE_EXIT.
14165
14166 2019-01-23 Tom Tromey <tom@tromey.com>
14167 Pedro Alves <palves@redhat.com>
14168
14169 * symfile.c: Include forward-scope-exit.h.
14170 (clear_symtab_users_cleanup): Replace forward declaration with
14171 a FORWARD_SCOPE_EXIT.
14172 (syms_from_objfile_1): Use the forward_scope_exit and
14173 gdb::optional instead of cleanup_function.
14174 (reread_symbols): Use the forward_scope_exit instead of
14175 cleanup_function.
14176 (clear_symtab_users_cleanup): Remove function.
14177
14178 2019-01-23 Tom Tromey <tom@tromey.com>
14179 Pedro Alves <palves@redhat.com>
14180
14181 * linux-nat.c: Include scope-exit.h.
14182 (cleanup_target_stop): Remove.
14183 (linux_nat_target::static_tracepoint_markers_by_strid): Use
14184 SCOPE_EXIT.
14185
14186 2019-01-23 Tom Tromey <tom@tromey.com>
14187 Pedro Alves <palves@redhat.com>
14188
14189 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
14190 (call_function_by_hand_dummy): Use SCOPE_EXIT.
14191
14192 2019-01-23 Tom Tromey <tom@tromey.com>
14193 Andrew Burgess <andrew.burgess@embecosm.com>
14194 Pedro Alves <palves@redhat.com>
14195
14196 * infrun.c (fetch_inferior_event): Use scope_exit.
14197 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
14198 * top.c (execute_command): Use scope_exit.
14199 * breakpoint.c (bpstat_do_actions): Use scope_exit.
14200 * utils.c (do_bpstat_clear_actions_cleanup)
14201 (make_bpstat_clear_actions_cleanup): Remove.
14202
14203 2019-01-23 Tom Tromey <tom@tromey.com>
14204 Pedro Alves <palves@redhat.com>
14205
14206 * infrun.c: Include "common/scope-exit.h"
14207 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
14208 (wait_for_inferior): Use SCOPE_EXIT.
14209 (fetch_inferior_event): Use scope_exit.
14210
14211 2019-01-23 Tom Tromey <tom@tromey.com>
14212 Pedro Alves <palves@redhat.com>
14213
14214 * breakpoint.c (create_breakpoint): Remove cleanup.
14215
14216 2019-01-23 Tom Tromey <tom@tromey.com>
14217 Andrew Burgess <andrew.burgess@embecosm.com>
14218 Pedro Alves <palves@redhat.com>
14219
14220 2019-01-23 Pedro Alves <palves@redhat.com>
14221
14222 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
14223
14224 2019-01-23 Pedro Alves <palves@redhat.com>
14225 Andrew Burgess <andrew.burgess@embecosm.com>
14226
14227 * gdbthread.h: Include "common/forward-scope-exit.h".
14228 (scoped_finish_thread_state): Redefine custom class in terms of
14229 forward_scope_exit.
14230
14231 2019-01-23 Pedro Alves <palves@redhat.com>
14232 Andrew Burgess <andrew.burgess@embecosm.com>
14233
14234 * common/forward-scope-exit.h: New file.
14235
14236 2019-01-23 Pedro Alves <palves@redhat.com>
14237 Andrew Burgess <andrew.burgess@embecosm.com>
14238 Tom Tromey <tom@tromey.com>
14239
14240 * common/scope-exit.h: New file.
14241
14242 2019-01-23 Pedro Alves <palves@redhat.com>
14243
14244 * common/preprocessor.h (ESC): Rename to ...
14245 (ESC_PARENS): ... this.
14246 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
14247 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
14248
14249 2019-01-23 Tom Tromey <tom@tromey.com>
14250
14251 * language.h (class scoped_switch_to_sym_language_if_auto):
14252 Initialize m_lang in both cases.
14253
14254 2019-01-23 Alan Hayward <alan.hayward@arm.com>
14255
14256 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
14257 with XCNEW.
14258
14259 2019-01-22 Tom Tromey <tom@tromey.com>
14260
14261 * corelow.c: Do not include sys/file.h.
14262
14263 2019-01-22 Tom Tromey <tom@tromey.com>
14264
14265 * tui/tui-wingeneral.h: Include gdb_curses.h.
14266
14267 2019-01-22 Tom Tromey <tom@tromey.com>
14268
14269 * source-cache.h (class source_cache) <get_source_lines,
14270 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
14271
14272 2019-01-22 Tom Tromey <tom@tromey.com>
14273
14274 * remote-fileio.h (struct remote_target): Declare.
14275
14276 2019-01-22 Tom Tromey <tom@tromey.com>
14277
14278 * python/py-arch.c: Do not include py-ref.h.
14279 * python/py-bpevent.c: Do not include py-ref.h.
14280 * python/py-cmd.c: Do not include py-ref.h.
14281 * python/py-continueevent.c: Do not include py-ref.h.
14282 * python/py-event.h: Do not include py-ref.h.
14283 * python/py-evtregistry.c: Do not include py-ref.h.
14284 * python/py-finishbreakpoint.c: Do not include py-ref.h.
14285 * python/py-frame.c: Do not include py-ref.h.
14286 * python/py-framefilter.c: Do not include py-ref.h.
14287 * python/py-function.c: Do not include py-ref.h.
14288 * python/py-infevents.c: Do not include py-ref.h.
14289 * python/py-linetable.c: Do not include py-ref.h.
14290 * python/py-objfile.c: Do not include py-ref.h.
14291 * python/py-param.c: Do not include py-ref.h.
14292 * python/py-prettyprint.c: Do not include py-ref.h.
14293 * python/py-progspace.c: Do not include py-ref.h.
14294 * python/py-symbol.c: Do not include py-ref.h.
14295 * python/py-symtab.c: Do not include py-ref.h.
14296 * python/py-type.c: Do not include py-ref.h.
14297 * python/py-unwind.c: Do not include py-ref.h.
14298 * python/py-utils.c: Do not include py-ref.h.
14299 * python/py-value.c: Do not include py-ref.h.
14300 * python/py-varobj.c: Do not include py-ref.h.
14301 * python/py-xmethods.c: Do not include py-ref.h.
14302 * python/python.c: Do not include py-ref.h.
14303 * varobj.c: Do not include py-ref.h.
14304
14305 2019-01-22 Tom Tromey <tom@tromey.com>
14306
14307 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
14308 keyword for bcache.
14309
14310 2019-01-22 Tom Tromey <tom@tromey.com>
14311
14312 * compile/compile-cplus-types.c: Remove a comment by #include.
14313
14314 2019-01-22 Tom Tromey <tom@tromey.com>
14315
14316 * compile/gcc-c-plugin.h: Include compile-internal.h.
14317
14318 2019-01-22 Tom Tromey <tom@tromey.com>
14319
14320 * stabsread.c (EXTERN): Do not define.
14321 (symnum, next_symbol_text_func, processing_gcc_compilation)
14322 (within_function, global_sym_chain, global_stabs)
14323 (previous_stab_code, this_object_header_files)
14324 (n_this_object_header_files)
14325 (n_allocated_this_object_header_files): Define.
14326 * stabsread.h (EXTERN): Never define. Use "extern".
14327
14328 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14329
14330 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
14331 history_value.
14332
14333 2019-01-21 Tom Tromey <tom@tromey.com>
14334
14335 * ui-out.c: Fix includes.
14336 * tui/tui-source.c: Fix includes.
14337 * target.c: Fix includes.
14338 * remote.c: Fix includes.
14339 * regcache.c: Fix includes.
14340 * python/py-block.c: Fix includes.
14341 * printcmd.c: Fix includes.
14342 * or1k-tdep.c: Fix includes.
14343 * mi/mi-main.c: Fix includes.
14344 * m32r-tdep.c: Fix includes.
14345 * csky-tdep.c: Fix includes.
14346 * compile/compile-cplus-types.c: Fix includes.
14347 * cli/cli-interp.c: Fix includes.
14348
14349 2019-01-21 Alan Hayward <alan.hayward@arm.com>
14350
14351 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
14352 for padding.
14353
14354 2019-01-16 Tom Tromey <tom@tromey.com>
14355
14356 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
14357 earlier.
14358 (struct objfile) <msymbols_range>: Move from top level.
14359 <msymbols>: New method.
14360 (class objfile_msymbols): Remove.
14361 * symtab.c (default_collect_symbol_completion_matches_break_on):
14362 Update.
14363 * symmisc.c (dump_msymbols): Update.
14364 * stabsread.c (scan_file_globals): Update.
14365 * objc-lang.c (info_selectors_command, info_classes_command)
14366 (find_methods): Update.
14367 * minsyms.c (find_solib_trampoline_target): Update.
14368 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
14369 * coffread.c (coff_symfile_read): Update.
14370 * ada-lang.c (ada_lookup_simple_minsym)
14371 (ada_collect_symbol_completion_matches): Update.
14372
14373 2019-01-16 Tom Tromey <tom@tromey.com>
14374
14375 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
14376 type. Remove no-argument constructor.
14377 <iterator::operator++>: Simplify.
14378 <begin>: Update.
14379 <end>: Use minimal_symbol_count.
14380
14381 2019-01-16 Tom Tromey <tom@tromey.com>
14382
14383 * objfiles.h (struct objfile) <psymtabs>: New method.
14384 (class objfile_psymtabs): Remove.
14385 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
14386 typedef.
14387 <range>: New method.
14388 (require_partial_symbols): Change return type.
14389 * psymtab.c (require_partial_symbols)
14390 (psym_expand_symtabs_matching): Update.
14391 * mdebugread.c (parse_partial_symbols): Update.
14392 * dbxread.c (dbx_end_psymtab): Update.
14393
14394 2019-01-15 Tom Tromey <tom@tromey.com>
14395
14396 * symtab.c (lookup_objfile_from_block)
14397 (lookup_symbol_in_objfile_symtabs)
14398 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
14399 (find_line_symtab, info_sources_command)
14400 (default_collect_symbol_completion_matches_break_on)
14401 (make_source_files_completion_list): Update.
14402 * symmisc.c (print_objfile_statistics, dump_objfile)
14403 (maintenance_print_symbols, maintenance_info_symtabs)
14404 (maintenance_check_symtabs, maintenance_info_line_tables):
14405 Update.
14406 * source.c (select_source_symtab)
14407 (forget_cached_source_info_for_objfile): Update.
14408 * objfiles.h (class objfile_compunits): Remove.
14409 (struct objfile) <compunits_range>: New typedef.
14410 (compunits): New method.
14411 * objfiles.c (objfile_relocate1): Update.
14412 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
14413 * maint.c (count_symtabs_and_blocks): Update.
14414 * linespec.c (iterate_over_all_matching_symtabs): Update.
14415 * cp-support.c (add_symbol_overload_list_qualified): Update.
14416 * coffread.c (coff_symtab_read): Update.
14417 * ada-lang.c (add_nonlocal_symbols)
14418 (ada_collect_symbol_completion_matches)
14419 (ada_add_global_exceptions): Update.
14420
14421 2019-01-15 Tom Tromey <tom@tromey.com>
14422
14423 * progspace.h (program_space) <objfiles_safe_range>: New
14424 typedef.
14425 <objfiles_safe>: New method.
14426 * objfiles.h (class all_objfiles_safe): Remove.
14427 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
14428 * jit.c (jit_inferior_exit_hook): Update.
14429
14430 2019-01-17 Tom Tromey <tom@tromey.com>
14431
14432 * progspace.h (program_space) <objfiles_range>: New typedef.
14433 <objfiles>: New method.
14434 <objfiles_head>: Rename from objfiles.
14435 (object_files): Update.
14436 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
14437 * guile/scm-pretty-print.c
14438 (ppscm_find_pretty_printer_from_objfiles): Update.
14439 * guile/scm-objfile.c (gdbscm_objfiles): Update.
14440 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
14441 Update.
14442 * python/py-progspace.c (pspy_get_objfiles): Update.
14443 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
14444 Update.
14445 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
14446 (objfpy_lookup_objfile_by_build_id): Update.
14447 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
14448 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
14449 Update.
14450 * symtab.c (iterate_over_symtabs, matching_obj_sections)
14451 (expand_symtab_containing_pc, lookup_objfile_from_block)
14452 (lookup_static_symbol, basic_lookup_transparent_type)
14453 (find_pc_sect_compunit_symtab, find_symbol_at_address)
14454 (find_line_symtab, info_sources_command)
14455 (default_collect_symbol_completion_matches_break_on)
14456 (make_source_files_completion_list, find_main_name): Update.
14457 * symmisc.c (print_symbol_bcache_statistics)
14458 (print_objfile_statistics, maintenance_print_symbols)
14459 (maintenance_print_msymbols, maintenance_print_objfiles)
14460 (maintenance_info_symtabs, maintenance_check_symtabs)
14461 (maintenance_expand_symtabs, maintenance_info_line_tables):
14462 Update.
14463 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
14464 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
14465 (map_overlay_command, unmap_overlay_command)
14466 (simple_overlay_update, expand_symtabs_matching)
14467 (map_symbol_filenames): Update.
14468 * symfile-debug.c (set_debug_symfile): Update.
14469 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
14470 Update.
14471 * source.c (select_source_symtab, forget_cached_source_info):
14472 Update.
14473 * solib.c (solib_read_symbols): Update.
14474 * solib-spu.c (append_ocl_sos): Update.
14475 * psymtab.c (maintenance_print_psymbols)
14476 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
14477 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
14478 * printcmd.c (info_symbol_command): Update.
14479 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
14480 Update.
14481 * objfiles.h (class all_objfiles): Remove.
14482 * objfiles.c (have_partial_symbols, have_full_symbols)
14483 (have_minimal_symbols, qsort_cmp, update_section_map)
14484 (shared_objfile_contains_address_p)
14485 (default_iterate_over_objfiles_in_search_order): Update.
14486 * objc-lang.c (info_selectors_command, info_classes_command)
14487 (find_methods): Update.
14488 * minsyms.c (find_solib_trampoline_target): Update.
14489 * maint.c (maintenance_info_sections)
14490 (maintenance_translate_address, count_symtabs_and_blocks):
14491 Update.
14492 * main.c (captured_main_1): Update.
14493 * linux-thread-db.c (try_thread_db_load_from_pdir)
14494 (has_libpthread): Update.
14495 * linespec.c (iterate_over_all_matching_symtabs)
14496 (search_minsyms_for_name): Update.
14497 * jit.c (jit_find_objf_with_entry_addr): Update.
14498 * hppa-tdep.c (find_unwind_entry)
14499 (hppa_lookup_stub_minimal_symbol): Update.
14500 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
14501 Update.
14502 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
14503 (elf_gnu_ifunc_resolve_by_got): Update.
14504 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
14505 * dwarf-index-write.c (save_gdb_index_command): Update.
14506 * cp-support.c (add_symbol_overload_list_qualified): Update.
14507 * breakpoint.c (create_overlay_event_breakpoint)
14508 (create_longjmp_master_breakpoint)
14509 (create_std_terminate_master_breakpoint)
14510 (create_exception_master_breakpoint): Update.
14511 * blockframe.c (find_pc_partial_function): Update.
14512 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
14513 (ada_collect_symbol_completion_matches)
14514 (ada_add_global_exceptions): Update.
14515
14516 2019-01-17 Tom Tromey <tom@tromey.com>
14517
14518 * solib-target.c (lm_info_target_p): Remove typedef. Don't
14519 declare VEC.
14520 (solib_target_parse_libraries): Change return type.
14521 (library_list_start_segment, library_list_start_section)
14522 (library_list_end_library, library_list_start_library); Update.
14523 (solib_target_free_library_list): Remove.
14524 (solib_target_parse_libraries): Remove cleanup. Change return
14525 type.
14526 (solib_target_current_sos): Update.
14527
14528 2019-01-17 Tom Tromey <tromey@bapiya>
14529
14530 * valprint.c: Replace "the the" with "the".
14531 * symtab.c: Replace "the the" with "the".
14532 * solib.c: Replace "the the" with "the".
14533 * solib-dsbt.c: Replace "the the" with "the".
14534 * linespec.c: Replace "the the" with "the".
14535 * dwarf2loc.h: Replace "the the" with "the".
14536 * amd64-windows-tdep.c: Replace "the the" with "the".
14537 * aarch64-tdep.c: Replace "the the" with "the".
14538
14539 2019-01-16 Keith Seitz <keiths@redhat.com>
14540
14541 PR gdb/23773
14542 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
14543 <builder>: Rename to ..
14544 <m_builder>: ... this and make private.
14545 (dwarf2_cu::get_builder): New method. Change all users of
14546 `builder' to use this method.
14547 (dwarf2_start_symtab): Move to ...
14548 (dwarf2_cu::start_symtab): ... here. Update all callers
14549 (setup_type_unit_groups): Move to ...
14550 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
14551 callers.
14552 (dwarf2_cu::reset_builder): New method.
14553 (process_full_compunit, process_full_type_unit): Use
14554 dwarf2_cu::reset_builder.
14555 (follow_die_offset): Record the ancestor CU if it is different
14556 from the followed DIE's CU.
14557 (follow_die_sig_1): Likewise.
14558
14559 2019-01-15 Tom Tromey <tom@tromey.com>
14560
14561 * remote.c (class remote_state) <buf>: Now a char_vector.
14562 <buf_size>: Remove.
14563 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
14564 parameter.
14565 (remote_target::getpkt_or_notif_sane_1)
14566 (remote_target::getpkt_sane)
14567 (remote_target::getpkt_or_notif_sane): Likewise.
14568 (class remote_target) <putpkt>: New overload.
14569 (remote_target::read_frame): Change type of "buf_p". Remove
14570 sizeof_p parameter.
14571 (packet_ok): New overload.
14572 (packet_check_result): New overload.
14573 Update all uses.
14574
14575 2019-01-14 Tom Tromey <tom@tromey.com>
14576
14577 * remote-notif.c (handle_notification, remote_notif_ack)
14578 (remote_notif_parse): Make "buf" const.
14579 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
14580 const.
14581 (remote_notif_parse, remote_notif_ack, handle_notification):
14582 Likewise.
14583 * remote.c (remote_notif_stop_parse): Make "buf" const.
14584 (remote_target::remote_parse_stop_reply): Make "buf" const.
14585 (remote_notif_stop_ack): Make "buf" const.
14586
14587 2019-01-14 Tom Tromey <tom@tromey.com>
14588
14589 * remote.c (remote_console_output): Make parameter const.
14590
14591 2019-01-14 Tom Tromey <tom@tromey.com>
14592
14593 * target-debug.h (target_debug_print_signals): Constify.
14594 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
14595 * procfs.c (procfs_target::pass_signals): Update.
14596 * linux-nat.c (linux_nat_target::pass_signals): Update.
14597 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
14598 * target-delegates.c: Rebuild.
14599 * remote.c (remote_target::program_signals): Update.
14600 (remote_target::pass_signals): Update.
14601 * target.c (target_pass_signals): Constify argument.
14602 (target_program_signals): Likewise.
14603 * target.h (struct target_ops) <pass_signals, program_signals>:
14604 Constify argument.
14605 (target_pass_signals, target_program_signals): Constify argument.
14606
14607 2019-01-14 Tom Tromey <tom@tromey.com>
14608
14609 PR tui/28819:
14610 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
14611
14612 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
14613
14614 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
14615 field.
14616 * rs6000-tdep.c: Include reggroups.h.
14617 (IS_V_ALIAS_PSEUDOREG): Define.
14618 (rs6000_register_name): Return names for the "vX" aliases.
14619 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
14620 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
14621 aliases. Call default_register_reggroup_p for all other
14622 pseudo-registers.
14623 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
14624 New functions.
14625 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
14626 Handle "vX" aliases.
14627 (v_alias_pseudo_register_collect): New function.
14628 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
14629 (rs6000_gdbarch_init): Initialize "vX" aliases as
14630 pseudo-registers. Restore registration of
14631 rs6000_pseudo_register_reggroup_p with
14632 set_tdesc_pseudo_register_reggroup_p.
14633
14634 2019-01-13 Max Filippov <jcmvbkbc@gmail.com>
14635
14636 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
14637 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
14638 set_gdbarch_num_pseudo_regs.
14639
14640 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14641
14642 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
14643 Remove arg prefixname, add do_set and do_show.
14644 Add member functions set_list and show_list.
14645 * cli/cli-style.c (class cli_style_option): Update accordingly.
14646 (style_set_list): Move to file scope.
14647 (style_show_list): Likewise.
14648 (set_style): Call help_list.
14649 (show_style): Call cmd_show_list.
14650 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
14651 Update to use the new macro.
14652
14653 2019-10-12 Joel Brobecker <brobecker@adacore.com>
14654
14655 * ada-lang.c (_initialize_ada_language): Expand the help text
14656 for the "catch exception" command.
14657
14658 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14659
14660 * symtab.c (matching_obj_sections): Initialize obj,
14661 declare it closer to its usage.
14662
14663 2019-01-10 Tom Tromey <tom@tromey.com>
14664
14665 * thread-iter.h (inf_threads_iterator): Use next_iterator.
14666 (basic_inf_threads_range): Remove.
14667 (inf_threads_range, inf_non_exited_threads_range)
14668 (safe_inf_threads_range): Use next_adapter.
14669
14670 2019-01-10 Keith Seitz <keiths@redhat.com>
14671
14672 PR gdb/23712
14673 PR symtab/23010
14674 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
14675 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
14676
14677 2019-01-10 Keith Seitz <keiths@redhat.com>
14678
14679 PR gdb/23712
14680 PR symtab/23010
14681 * dictionary.c (pending_to_vector): Remove.
14682 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
14683 Remove _1 suffix, replacing functions of the same name. Update
14684 all callers.
14685 (dict_create_hashed, dict_create_hashed_expandable)
14686 (dict_create_linear, dict_create_linear_expandable, dict_free)
14687 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
14688 Make functions static.
14689
14690 2019-01-10 Keith Seitz <keiths@redhat.com>
14691
14692 PR gdb/23712
14693 PR symtab/23010
14694 * dictionary.h (struct dictionary): Replace declaration with
14695 multidictionary.
14696 (dict_create_hashed, dict_create_hashed_expandable)
14697 (dict_create_linear, dict_create_linear_expandable)
14698 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
14699 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
14700 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
14701 taking multidictionary argument.
14702 [ALL_DICT_SYMBOLS]: Update for multidictionary.
14703 * block.h (struct block) <dict>: Change to multidictionary
14704 and rename `multidict'.
14705 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
14706 symmisc.c: Update all dictionary references to multidictionary.
14707
14708 2019-01-10 Keith Seitz <keiths@redhat.com>
14709
14710 PR gdb/23712
14711 PR symtab/23010
14712 * dictionary.c: Include unordered_map.
14713 (pending_to_vector): New function.
14714 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
14715 Rewrite the non-"_1" functions to take vector instead
14716 of linked list.
14717 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
14718 "new" _1 versions of the same name.
14719 (multidictionary): Define.
14720 (std::hash<enum language): New definition.
14721 (collate_pending_symbols_by_language, mdict_create_hashed)
14722 (mdict_create_hashed_expandable, mdict_create_linear)
14723 (mdict_create_linear_expandable, mdict_free)
14724 (find_language_dictionary, create_new_language_dictionary)
14725 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
14726 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
14727 (mdict_size, mdict_empty): New functions.
14728 * dictionary.h (mdict_iterator): Define.
14729
14730 2019-01-10 Pedro Alves <palves@redhat.com>
14731
14732 * breakpoint.c (read_uploaded_action)
14733 (create_tracepoint_from_upload): Adjust to use
14734 gdb::unique_xmalloc_ptr.
14735 * ctf.c (ctf_write_uploaded_tp):
14736 (SET_ARRAY_FIELD): Use emplace_back.
14737 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
14738 * tracefile-tfile.c (tfile_write_uploaded_tp):
14739 * tracepoint.c (parse_tracepoint_definition): Adjust to use
14740 gdb::unique_xmalloc_ptr.
14741 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
14742 at_string, cond_string, cmd_strings>: Replace char pointers
14743 with gdb::unique_xmalloc_ptr.
14744
14745 2019-01-10 Pedro Alves <palves@redhat.com>
14746
14747 * solib-target.c (library_list_start_library): Don't xstrdup name.
14748
14749 2019-01-10 Pedro Alves <palves@redhat.com>
14750
14751 * mdebugread.c (parse_partial_symbols): Use
14752 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
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>: Fix incorrect variable name.
14758
14759 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
14760
14761 * linux-fork.c (scoped_switch_fork_info)
14762 <scoped_switch_fork_info>: Make explicit.
14763 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
14764
14765 2019-01-10 Tom Tromey <tom@tromey.com>
14766
14767 * objfiles.h (objfile::reset_psymtabs): Update.
14768 * objfiles.c (objfile::objfile): Update.
14769 * psymtab.h (psymtab_storage::obstack): Update.
14770 (psymtab_storage::m_obstack): Use gdb::optional.
14771 (class psymtab_storage): Update comment. Remove objfile
14772 parameter.
14773 * psymtab.c (psymtab_storage::psymtab_storage): Update.
14774
14775 2019-01-10 Tom Tromey <tom@tromey.com>
14776
14777 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
14778 <free_psymtabs>: Now private.
14779 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
14780 (allocate_psymtab): Use new method.
14781
14782 2019-01-10 Tom Tromey <tom@tromey.com>
14783
14784 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
14785 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
14786 * mdebugread.c (parse_partial_symbols): Use
14787 allocate_dependencies.
14788 * dwarf2read.c (dwarf2_create_include_psymtab): Use
14789 allocate_dependencies.
14790 (process_psymtab_comp_unit_reader)
14791 (build_type_psymtab_dependencies): Likewise.
14792 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
14793
14794 2019-01-10 Tom Tromey <tom@tromey.com>
14795
14796 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
14797 PSYMBOL_SET_LANGUAGE.
14798 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
14799
14800 2019-01-10 Tom Tromey <tom@tromey.com>
14801
14802 * psymtab.h (psymtab_storage::obstack): New method.
14803 <m_obstack>: Rename from obstack; now private.
14804 * psymtab.c (psymtab_storage): Update.
14805 * dwarf2read.c (create_addrmap_from_index)
14806 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
14807 Update.
14808
14809 2019-01-10 Tom Tromey <tom@tromey.com>
14810
14811 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
14812 * objfiles.h (objfile::reset_psymtabs): New method.
14813
14814 2019-01-10 Tom Tromey <tom@tromey.com>
14815
14816 * symmisc.c (print_symbol_bcache_statistics): Update.
14817 (print_objfile_statistics): Update.
14818 * symfile.c (reread_symbols): Update.
14819 * psymtab.h (class psymtab_storage): New.
14820 * psymtab.c (psymtab_storage): New constructor.
14821 (~psymtab_storage): New destructor.
14822 (require_partial_symbols): Update.
14823 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
14824 (find_pc_sect_psymtab, find_pc_sect_psymbol)
14825 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
14826 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
14827 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
14828 (start_psymtab_common, end_psymtab_common)
14829 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
14830 (allocate_psymtab): Update.
14831 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
14832 Update.
14833 (dump_psymtab_addrmap, maintenance_print_psymbols)
14834 (maintenance_check_psymtabs): Update.
14835 (class objfile_psymtabs): Move to objfiles.h.
14836 * psympriv.h (discard_psymtab): Now inline.
14837 (psymtab_discarder::psymtab_discarder): Update.
14838 (psymtab_discarder::~psymtab_discarder): Update.
14839 (ALL_OBJFILE_PSYMTABS): Rewrite.
14840 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
14841 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
14842 Remove fields.
14843 <partial_symtabs>: New field.
14844 (class objfile_psymtabs): Move from psymtab.h. Update.
14845 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
14846 psymbol_cache.
14847 (objfile::~objfile): Don't destroy psymbol_cache.
14848 * mdebugread.c (parse_partial_symbols): Update.
14849 * dwarf2read.c (create_addrmap_from_index)
14850 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
14851 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
14852 (add_partial_subprogram, dwarf2_ranges_read): Update.
14853 * dwarf-index-write.c (write_address_map)
14854 (write_one_signatured_type, recursively_write_psymbols)
14855 (class debug_names, class debug_names, write_psymtabs_to_index):
14856 Update.
14857
14858 2019-01-10 Tom Tromey <tom@tromey.com>
14859
14860 * symtab.h (SYMBOL_SET_NAMES): Update.
14861 (symbol_set_names): Update.
14862 (MSYMBOL_SET_NAMES): Update.
14863 * symtab.c (symbol_set_names): Change argument to be an
14864 objfile_per_bfd_storage.
14865 * psymtab.c (add_psymbol_to_bcache): Update.
14866 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
14867
14868 2019-01-10 Tom Tromey <tom@tromey.com>
14869
14870 * symtab.c (create_demangled_names_hash): Change argument to be an
14871 objfile_per_bfd_storage.
14872 (symbol_set_names): Update.
14873
14874 2019-01-10 Tom Tromey <tom@tromey.com>
14875
14876 * xcoffread.c (xcoff_initial_scan): Unconditionally call
14877 init_psymbol_list.
14878 * psymtab.c (init_psymbol_list): Do nothing if already called.
14879 * psympriv.h (init_psymbol_list): Add comment.
14880 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
14881 init_psymbol_list.
14882 * dbxread.c (dbx_symfile_read): Unconditionally call
14883 init_psymbol_list.
14884
14885 2019-01-10 Tom Tromey <tom@tromey.com>
14886
14887 * xcoffread.c (scan_xcoff_symtab): Update.
14888 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
14889 "where".
14890 * mdebugread.c (parse_partial_symbols)
14891 (handle_psymbol_enumerators): Update.
14892 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
14893 * dbxread.c (read_dbx_symtab): Update.
14894 * psympriv.h (psymbol_placement): New enum.
14895 (add_psymbol_to_list): Update.
14896
14897 2019-01-10 Tom Tromey <tom@tromey.com>
14898
14899 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
14900 static_psymbols parameters.
14901 (scan_xcoff_symtab): Update.
14902 * psymtab.c (start_psymtab_common): Remove global_psymbols and
14903 static_psymbols parameters.
14904 * psympriv.h (start_psymtab_common): Update.
14905 * mdebugread.c (parse_partial_symbols): Update.
14906 * dwarf2read.c (create_partial_symtab): Update.
14907 * dbxread.c (read_dbx_symtab): Update.
14908 (start_psymtab): Remove global_psymbols and static_psymbols
14909 parameters.
14910
14911 2019-01-10 Tom Tromey <tom@tromey.com>
14912
14913 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
14914 * psymtab.c (allocate_psymtab): Add comment.
14915 * psympriv.h (allocate_psymtab): Add comment.
14916 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
14917 initializations.
14918 * dbxread.c (dbx_end_psymtab): Remove some initializations.
14919
14920 2019-01-10 Tom Tromey <tom@tromey.com>
14921
14922 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
14923 Don't declare.
14924 * mipsread.c: Include mdebugread.h.
14925 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
14926 Declare.
14927 * elfread.c: Include mdebugread.h.
14928
14929 2019-01-09 Tom Tromey <tom@tromey.com>
14930
14931 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
14932 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
14933 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
14934 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
14935 (psym_lookup_symbol, psym_find_last_source_symtab)
14936 (psym_forget_cached_source_info, psym_print_stats)
14937 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
14938 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
14939 (psym_map_matching_symbols, psym_expand_symtabs_matching)
14940 (psym_find_compunit_symtab_by_address)
14941 (maintenance_print_psymbols, maintenance_info_psymtabs)
14942 (maintenance_check_psymtabs): Use ranged for.
14943 * psymtab.h (class objfile_psymtabs): New.
14944 (require_partial_symbols): Return objfile_psymtabs.
14945 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
14946
14947 2019-01-09 Tom Tromey <tom@tromey.com>
14948
14949 * symfile.c (overlay_invalidate_all, find_pc_overlay)
14950 (find_pc_mapped_section, list_overlays_command)
14951 (map_overlay_command, unmap_overlay_command)
14952 (simple_overlay_update): Use all_objfiles.
14953 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
14954 * printcmd.c (info_symbol_command): Use all_objfiles.
14955 * objfiles.h (ALL_OBJSECTIONS): Remove.
14956 * maint.c (maintenance_translate_address): Use all_objfiles.
14957 * gcore.c (gcore_create_callback): Use all_objfiles.
14958 (objfile_find_memory_regions): Likewise.
14959
14960 2019-01-09 Tom Tromey <tom@tromey.com>
14961
14962 * symtab.c (find_line_symtab, info_sources_command)
14963 (make_source_files_completion_list): Use objfile_compunits.
14964 * source.c (select_source_symtab): Use objfile_compunits.
14965 * objfiles.h (struct objfile): Update comment.
14966 (ALL_OBJFILES): Remove.
14967 (ALL_FILETABS): Remove.
14968 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
14969 objfile_compunits.
14970
14971 2019-01-09 Tom Tromey <tom@tromey.com>
14972
14973 * symmisc.c (print_objfile_statistics, dump_objfile)
14974 (maintenance_print_symbols): Use compunit_filetabs.
14975 * source.c (forget_cached_source_info_for_objfile): Use
14976 compunit_filetabs.
14977 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
14978 (ALL_FILETABS): Use compunit_filetabs.
14979 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
14980 * coffread.c (coff_symtab_read): Use compunit_filetabs.
14981
14982 2019-01-09 Tom Tromey <tom@tromey.com>
14983
14984 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
14985 (compunit_filetabs): New.
14986 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
14987 compunit_filetabs.
14988 (info_sources_command, make_source_files_completion_list): Remove
14989 declaration.
14990 * symmisc.c (print_objfile_statistics, dump_objfile)
14991 (maintenance_print_symbols): Remove declaration.
14992 (maintenance_info_symtabs): Use compunit_filetabs.
14993 (maintenance_info_line_tables): Likewise.
14994 * source.c (select_source_symtab): Change local variable name.
14995 (forget_cached_source_info_for_objfile): Remove declaration.
14996 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
14997 * objfiles.c (objfile_relocate1): Remove declaration.
14998 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
14999 declaration.
15000 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
15001 * coffread.c (coff_symtab_read): Remove declaration.
15002 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
15003 compunit_filetabs.
15004
15005 2019-01-09 Tom Tromey <tom@tromey.com>
15006
15007 * symtab.c (lookup_objfile_from_block)
15008 (find_pc_sect_compunit_symtab, search_symbols)
15009 (default_collect_symbol_completion_matches_break_on): Use
15010 objfile_compunits.
15011 * objfiles.h (ALL_COMPUNITS): Remove.
15012 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
15013 * cp-support.c (add_symbol_overload_list_qualified): Use
15014 objfile_compunits.
15015 * ada-lang.c (ada_collect_symbol_completion_matches)
15016 (ada_add_global_exceptions): Use objfile_compunits.
15017
15018 2019-01-09 Tom Tromey <tom@tromey.com>
15019
15020 * source.c (select_source_symtab)
15021 (forget_cached_source_info_for_objfile): Remove declaration.
15022 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15023 declaration.
15024 * maint.c (count_symtabs_and_blocks): Remove declaration.
15025 * cp-support.c (add_symbol_overload_list_qualified): Remove
15026 declaration.
15027 * coffread.c (coff_symtab_read): Remove declaration.
15028 * symtab.c (lookup_symbol_in_objfile_symtabs)
15029 (basic_lookup_transparent_type_1): Use objfile_compunits.
15030 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
15031 (info_sources_command, search_symbols)
15032 (default_collect_symbol_completion_matches_break_on)
15033 (make_source_files_completion_list): Remove declaration.
15034 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
15035 (ada_collect_symbol_completion_matches)
15036 (ada_add_global_exceptions): Remove declaration.
15037 * linespec.c (iterate_over_all_matching_symtabs): Use
15038 objfile_compunits.
15039 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
15040 (class objfile_compunits): New.
15041 (ALL_COMPUNITS): Use objfile_compunits.
15042 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
15043 (maintenance_check_symtabs, maintenance_info_line_tables): Use
15044 objfile_compunits.
15045 * objfiles.c (objfile_relocate1): Use objfile_compunits.
15046
15047 2019-01-09 Tom Tromey <tom@tromey.com>
15048
15049 * symtab.c (search_symbols)
15050 (default_collect_symbol_completion_matches_break_on): Use
15051 objfile_msymbols.
15052 * ada-lang.c (ada_lookup_simple_minsym)
15053 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
15054 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
15055 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
15056 objfile_msymbols.
15057 * coffread.c (coff_symfile_read): Use objfile_msymbols.
15058 * symmisc.c (dump_msymbols): Use objfile_msymbols.
15059 * objc-lang.c (find_methods): Use objfile_msymbols.
15060 (info_selectors_command, info_classes_command): Likewise.
15061 * stabsread.c (scan_file_globals): Use objfile_msymbols.
15062 * objfiles.h (class objfile_msymbols): New.
15063 (ALL_OBJFILE_MSYMBOLS): Remove.
15064 (ALL_MSYMBOLS): Remove.
15065
15066 2019-01-09 Tom Tromey <tom@tromey.com>
15067
15068 * common/next-iterator.h (next_adapter): Add Iterator template
15069 parameter.
15070 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
15071 (class all_objfiles_safe): New.
15072 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
15073 * objfiles.c (put_objfile_before): Update comment.
15074 (add_separate_debug_objfile): Likewise.
15075 (free_all_objfiles): Use all_objfiles_safe.
15076 (objfile_purge_solibs): Likewise.
15077
15078 2019-01-09 Tom Tromey <tom@tromey.com>
15079
15080 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15081 (expand_symtab_containing_pc, lookup_static_symbol)
15082 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
15083 (find_symbol_at_address, find_line_symtab, find_main_name): Use
15084 all_objfiles.
15085 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
15086 * breakpoint.c (create_overlay_event_breakpoint)
15087 (create_longjmp_master_breakpoint)
15088 (create_std_terminate_master_breakpoint)
15089 (create_exception_master_breakpoint): Use all_objfiles.
15090 * linux-thread-db.c (try_thread_db_load_from_pdir)
15091 (has_libpthread): Use all_objfiles.
15092 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
15093 * linespec.c (iterate_over_all_matching_symtabs)
15094 (search_minsyms_for_name): Use all_objfiles.
15095 * maint.c (maintenance_info_sections): Use all_objfiles.
15096 * main.c (captured_main_1): Use all_objfiles.
15097 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
15098 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
15099 * guile/scm-pretty-print.c
15100 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
15101 * solib-spu.c (append_ocl_sos): Use all_objfiles.
15102 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
15103 (maintenance_print_msymbols): Use all_objfiles.
15104 * source.c (select_source_symtab): Use all_objfiles.
15105 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
15106 * symfile.c (remove_symbol_file_command)
15107 (expand_symtabs_matching, map_symbol_filenames): Use
15108 all_objfiles.
15109 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
15110 all_objfiles.
15111 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
15112 * objc-lang.c (find_methods): Use all_objfiles.
15113 * objfiles.c (have_partial_symbols, have_full_symbols)
15114 (have_minimal_symbols, qsort_cmp)
15115 (default_iterate_over_objfiles_in_search_order): Use
15116 all_objfiles.
15117 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
15118 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
15119 (maintenance_check_psymtabs): Use all_objfiles.
15120 (ALL_PSYMTABS): Remove.
15121 * compile/compile-object-run.c (do_module_cleanup): Use
15122 all_objfiles.
15123 * blockframe.c (find_pc_partial_function): Use all_objfiles.
15124 * cp-support.c (add_symbol_overload_list_qualified): Use
15125 all_objfiles.
15126 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15127 Use all_objfiles.
15128 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
15129 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
15130 all_objfiles.
15131 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15132 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
15133 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15134 Uses all_objfiles.
15135 * solib.c (solib_read_symbols): Use all_objfiles
15136
15137 2019-01-09 Tom Tromey <tom@tromey.com>
15138
15139 * probe.c (parse_probes_in_pspace): Use all_objfiles.
15140 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
15141 all_objfiles.
15142 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
15143 * symmisc.c (print_symbol_bcache_statistics)
15144 (print_objfile_statistics, maintenance_print_objfiles)
15145 (maintenance_info_symtabs, maintenance_check_symtabs)
15146 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
15147 all_objfiles.
15148 * source.c (forget_cached_source_info): Use all_objfiles.
15149 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
15150 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15151 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
15152 * objfiles.c (update_section_map): Use all_objfiles.
15153 (shared_objfile_contains_address_p): Likewise.
15154 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
15155 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
15156
15157 2019-01-09 Tom Tromey <tom@tromey.com>
15158
15159 * common/next-iterator.h: New file.
15160 * objfiles.h (class all_objfiles): New.
15161 (struct objfile_iterator): New.
15162
15163 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15164
15165 * NEWS: Move the description of the changed "frame", "select-frame",
15166 and "info frame" commands to the Changed commands section.
15167
15168 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
15169
15170 * gdbtypes.c (check_stub_method_group): Remove handling of old
15171 mangling schemes.
15172 * linespec.c (find_methods): Likewise.
15173 * stabsread.c (read_member_functions): Likewise.
15174 * valops.c (search_struct_method): Likewise.
15175 (value_struct_elt_for_reference): Likewise.
15176 * NEWS: Mention this change.
15177
15178 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
15179
15180 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
15181 print_source_lines.
15182 * source.c (print_source_lines_base): Update line number check.
15183 (print_source_lines): New function.
15184 (source_lines_range::source_lines_range): New function.
15185 * source.h (class source_lines_range): New class.
15186 (print_source_lines): New declaration.
15187
15188 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15189
15190 * linespec.c (linespec_state_destructor): Free self->canonical_names.
15191
15192 2019-01-08 Tom Tromey <tom@tromey.com>
15193 Simon Marchi <simon.marchi@ericsson.com>
15194
15195 PR gdb/24060
15196 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
15197 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
15198 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
15199 * f-exp.y (DOLLAR_VARIABLE): Likewise.
15200 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
15201 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
15202
15203 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15204
15205 * source.c (select_source_symtab): Move header comment to
15206 declaration in source.h.
15207 (forget_cached_source_info_for_objfile): Likewise.
15208 (forget_cached_source_info): Likewise.
15209 (identify_source_line): Likewise.
15210 * source.h (identify_source_line): Move declaration from symtab.h
15211 and add comment from source.c
15212 (print_source_lines): Likewise.
15213 (forget_cached_source_info_for_objfile): Likewise.
15214 (forget_cached_source_info): Likewise.
15215 (select_source_symtab): Likewise.
15216 (enum print_source_lines_flag): Move definition from symtab.h.
15217 * symtab.h (identify_source_line): Move declaration to source.h.
15218 (print_source_lines): Likewise.
15219 (forget_cached_source_info_for_objfile): Likewise.
15220 (forget_cached_source_info): Likewise.
15221 (select_source_symtab): Likewise.
15222 (enum print_source_lines_flag): Move definition to source.h.
15223 * tui/tui-hooks.c: Add 'source.h' include.
15224
15225 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15226
15227 * source.c (print_source_lines_base): Handle requests to print
15228 reverse line number sequences, and guard against empty lines
15229 string.
15230
15231 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15232
15233 * source.c (print_source_lines_base): Fix skip of '\r' if next
15234 character is '\n'.
15235
15236 2019-01-06 Tom Tromey <tom@tromey.com>
15237
15238 * c-exp.y (struct c_parse_state) <macro_original_text,
15239 expansion_obstack>: New member.
15240 (macro_original_text, expansion_obstack): Remove globals.
15241 (scan_macro_expansion, scanning_macro_expansion)
15242 (finished_macro_expansion): Update.
15243 (scan_macro_cleanup): Remove.
15244 (yylex, c_parse): Update.
15245
15246 2019-01-06 Tom Tromey <tom@tromey.com>
15247
15248 * c-exp.y (struct c_parse_state) <strings>: New member.
15249 (operator_stoken): Update.
15250
15251 2019-01-06 Tom Tromey <tom@tromey.com>
15252
15253 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
15254 (union type_stack_elt) <typelist_val>: Now a pointer to
15255 std::vector.
15256 (type_stack_cleanup): Don't declare.
15257 (push_typelist): Update.
15258 * parse.c (pop_typelist): Return a std::vector.
15259 (push_typelist): Take a std::vector.
15260 (follow_types): Update. Do not free args.
15261 (type_stack_cleanup): Remove.
15262 * c-exp.y (struct c_parse_state): New.
15263 (cpstate): New global.
15264 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
15265 (nonempty_typelist): Update.
15266 (func_mod): Create a new vector.
15267 (c_parse): Create a c_parse_state.
15268 (check_parameter_typelist): Do not delete params.
15269 (function_method): Update. Do not delete type_list.
15270
15271 2019-01-06 Tom Tromey <tom@tromey.com>
15272
15273 PR gdb/28155:
15274 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
15275 check_typedef.
15276 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
15277 (print_return_value): Likewise.
15278
15279 2019-01-05 Tom Tromey <tom@tromey.com>
15280
15281 * contrib/cleanup_check.py: Remove.
15282 * contrib/gcc-with-excheck: Remove.
15283 * contrib/exsummary.py: Remove.
15284 * contrib/excheck.py: Remove.
15285
15286 2019-01-05 Joel Brobecker <brobecker@adacore.com>
15287
15288 * thread.c (delete_thread_1): Add gdb_assert that THR is not
15289 NULL. Initialize tpprev to NULL instead of assigning it
15290 to NULL on the next statement.
15291 * windows-nat.c (windows_delete_thread): Remove check for
15292 main_thread_id before printing thread exit notifications.
15293 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
15294 Remove thread ID check against main_thread_id.
15295 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
15296 windows_delete_thread.
15297 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
15298
15299 2019-01-04 Tom Tromey <tom@tromey.com>
15300
15301 * compile/compile.c (_initialize_compile): Use upper case for
15302 metasyntactic variables.
15303 * symmisc.c (_initialize_symmisc): Use upper case for
15304 metasyntactic variables.
15305 * psymtab.c (_initialize_psymtab): Use upper case for
15306 metasyntactic variables.
15307 * demangle.c (demangle_command): Use upper case for metasyntactic
15308 variables.
15309 (_initialize_demangler): Likewise.
15310 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
15311 variables.
15312
15313 2019-01-03 Tom Tromey <tom@tromey.com>
15314
15315 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
15316
15317 2019-01-03 Tom Tromey <tom@tromey.com>
15318
15319 * python/py-symtab.c (salpy_str): Update.
15320 (struct salpy_sal_object) <symtab>: Now a PyObject.
15321 (salpy_dealloc): Update.
15322 (del_objfile_sal): Use gdbpy_ref.
15323
15324 2019-01-03 Tom Tromey <tom@tromey.com>
15325
15326 * python/py-type.c (convert_field): Use new_reference. Return
15327 gdbpy_ref.
15328 (make_fielditem): Return gdbpy_ref.
15329 (typy_fields): Update.
15330 (typy_getitem): Update.
15331 (field_name): Return gdbpy_ref. Use new_reference.
15332 (typy_iterator_iternext): Update.
15333
15334 2019-01-03 Tom Tromey <tom@tromey.com>
15335
15336 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
15337
15338 2019-01-03 Tom Tromey <tom@tromey.com>
15339
15340 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
15341 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
15342 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
15343 (pspy_set_frame_filters, pspy_set_frame_unwinders)
15344 (pspy_set_type_printers): Likewise.
15345 * python/py-function.c (fnpy_init): Use gdbpy_ref.
15346 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
15347 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
15348 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
15349 (objfpy_set_type_printers): Likewise.
15350
15351 2019-01-03 Tom Tromey <tom@tromey.com>
15352
15353 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
15354 (gdbpy_print_stack): Use gdbpy_err_fetch.
15355 * python/python-internal.h (class gdbpy_err_fetch): New class.
15356 (class gdbpy_enter) <m_error_type, m_error_value,
15357 m_error_traceback>: Remove.
15358 <m_error>: New member.
15359 (gdbpy_exception_to_string): Don't declare.
15360 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
15361 * python/py-value.c (convert_value_from_python): Use
15362 gdbpy_err_fetch.
15363 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
15364 gdbpy_exception_to_string.
15365 (gdbpy_handle_exception): Use gdbpy_err_fetch.
15366 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
15367 gdbpy_err_fetch.
15368
15369 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15370
15371 * linux-nat.c (delete_lwp_cleanup): Delete.
15372 (struct lwp_deleter): New struct.
15373 (lwp_info_up): New typedef.
15374 (linux_nat_target::follow_fork): Delete cleanup, and make use of
15375 lwp_info_up.
15376
15377 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15378
15379 * linux-fork.c (class scoped_switch_fork_info): New class.
15380 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
15381
15382 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15383
15384 * valops.c (find_overload_match): Remove use of null_cleanup, and
15385 calls to do_cleanups.
15386
15387 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15388
15389 * compile/compile-cplus-types.c
15390 (compile_cplus_instance::decl_name): Handle changes to
15391 cp_func_name.
15392 * cp-support.c (cp_func_name): Update header comment, update
15393 return type.
15394 * cp-support.h (cp_func_name): Update return type in declaration.
15395 * valops.c (find_overload_match): Move temp_func local to top
15396 level of function and change its type. Use temp_func to hold and
15397 delete temporary string obtained from cp_func_name.
15398
15399 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15400
15401 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
15402 gdb::char_vector, remove cleanup, and update uses of `msg`.
15403
15404 2019-01-03 Jim Wilson <jimw@sifive.com>
15405
15406 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
15407
15408 2019-01-02 Tom Tromey <tom@tromey.com>
15409
15410 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
15411 (tdesc_parse_xml): Remove cleanups.
15412 * target-descriptions.h (make_cleanup_free_target_description):
15413 Don't declare.
15414 (target_desc_deleter): New struct.
15415 (target_desc_up): New typedef.
15416 * target-descriptions.c (target_desc_deleter::operator()): Rename
15417 from free_target_description.
15418 (make_cleanup_free_target_description): Remove.
15419
15420 2019-01-02 Tom Tromey <tom@tromey.com>
15421
15422 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
15423 constructor, destructor.
15424 (linespec_parser): Remove typedef.
15425 (~linespec_parser): Rename from linespec_parser_delete.
15426 (linespec_lex_to_end, linespec_complete_label)
15427 (linespec_complete): Update.
15428 (decode_line_full): Remove cleanups.
15429 (decode_line_1): Update.
15430
15431 2019-01-02 Tom Tromey <tom@tromey.com>
15432
15433 * python/python-internal.h (inferior_to_inferior_object): Change
15434 return type.
15435 * python/py-exitedevent.c (create_exited_event_object): Update.
15436 * python/py-inferior.c (inferior_to_inferior_object): Return
15437 gdbpy_ref.
15438 (python_new_inferior, python_inferior_deleted)
15439 (thread_to_thread_object, delete_thread_object)
15440 (build_inferior_list, gdbpy_selected_inferior): Update.
15441 * python/py-infthread.c (create_thread_object): Update. Also fail
15442 if inferior_to_inferior_object fails.
15443
15444 2019-01-02 Simon Marchi <simon.marchi@ericsson.com>
15445
15446 * inferior.h (class inferior) <displaced_step_state>: New field.
15447 * infrun.h (struct displaced_step_state): Move here from
15448 infrun.c. Initialize fields, add constructor.
15449 <inf>: Remove field.
15450 <reset>: New method.
15451 * infrun.c (struct displaced_step_inferior_state): Move to
15452 infrun.h.
15453 (displaced_step_inferior_states): Remove.
15454 (get_displaced_stepping_state): Adust.
15455 (displaced_step_in_progress_any_inferior): Adjust.
15456 (displaced_step_in_progress_thread): Adjust.
15457 (displaced_step_in_progress): Adjust.
15458 (add_displaced_stepping_state): Remove.
15459 (get_displaced_step_closure_by_addr): Adjust.
15460 (remove_displaced_stepping_state): Remove.
15461 (infrun_inferior_exit): Call displaced_step_state.reset.
15462 (use_displaced_stepping): Don't check for NULL.
15463 (displaced_step_prepare_throw): Call
15464 get_displaced_stepping_state.
15465 (displaced_step_fixup): Don't check for NULL.
15466 (prepare_for_detach): Don't check for NULL.
15467
15468 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15469
15470 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
15471 in case of call that did not complete.
15472
15473 2019-01-02 Andrey Utkin <autkin@undo.io>
15474
15475 * symfile.c (find_separate_debug_file): Fix search of debug files for
15476 remote debuggee.
15477
15478 2019-01-02 Tom Tromey <tom@tromey.com>
15479
15480 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
15481 indentation.
15482 * python/py-frame.c (frapy_older): Remove cast.
15483 (frapy_newer): Likewise.
15484 * python/py-breakpoint.c (local_setattro): Remove cast.
15485 * python/py-arch.c (archpy_name): Remove local variable.
15486 * python/py-type.c (gdbpy_lookup_type): Remove cast.
15487
15488 2019-01-02 Joel Brobecker <brobecker@adacore.com>
15489
15490 * unittests/basic_string_view/element_access/char/empty.cc:
15491 Fix year range in copyright header.
15492
15493 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
15494
15495 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
15496 Delete.
15497 <operator==>: Update with for removed field.
15498 <hash>: Likewise.
15499 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
15500 <isa_features>: ...this.
15501 <abi_features>: New field.
15502 (riscv_isa_flen): Update comment.
15503 (riscv_abi_xlen): New declaration.
15504 (riscv_abi_flen): New declaration.
15505 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
15506 isa_features.
15507 (riscv_abi_xlen): New function.
15508 (riscv_isa_flen): Update to get answer from isa_features.
15509 (riscv_abi_flen): New function.
15510 (riscv_has_fp_abi): Update to get answer from abi_features.
15511 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
15512 xlen and flen.
15513 (riscv_call_info) <xlen, flen>: Update comment.
15514 (riscv_call_arg_struct): Remove invalid assertions
15515 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
15516 is removed.
15517 (riscv_gdbarch_init): Gather isa features and abi features
15518 separately, ensure both match on the gdbarch when reusing an old
15519 gdbarch. Relax an error check to allow 32-bit abi float to run on
15520 a target with 64-bit float hardware.
15521
15522 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15523
15524 * source.c (search_command_helper): Stop reverse search
15525 when line 1 has been searched.
15526
15527 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15528
15529 * record-full.c (record_full_base_target::close): Rewrite
15530 record_full_core_buf_list free logic.
15531
15532 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15533
15534 * break-catch-syscall.c (print_one_catch_syscall): xfree
15535 the last text.
15536
15537 2019-01-01 Joel Brobecker <brobecker@adacore.com>
15538
15539 * top.c (print_gdb_version): Update Copyright year in version
15540 message.
15541
15542 2019-01-01 Joel Brobecker <brobecker@adacore.com>
15543
15544 Update copyright year range in all GDB files.
15545
15546 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
15547
15548 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
15549
15550 For older changes see ChangeLog-2018.
15551 \f
15552 Local Variables:
15553 mode: change-log
15554 left-margin: 8
15555 fill-column: 74
15556 version-control: never
15557 coding: utf-8
15558 End:
15559
This page took 0.414032 seconds and 5 git commands to generate.