Remove unused function set_gdb_completion_word_break_characters
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
2
3 * completer.c (set_gdb_completion_word_break_characters):
4 Remove.
5
6 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
7
8 * dwarf-index-write.c: Include dwarf-index-write.h.
9 * mi/mi-interp.c: Include mi/mi-interp.h.
10
11 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
12
13 * aarch32-tdep.c: Include aarch32-tdep.h.
14 * aarch32-tdep.h: Forward-declare struct target_desc.
15
16 2019-11-26 Christian Biesinger <cbiesinger@google.com>
17
18 * linux-nat.c (detach_one_lwp): Call safe_strerror instead of
19 strerror.
20 * nto-procfs.c (nto_procfs_target::create_inferior): Likewise.
21 * windows-nat.c (windows_nat_target::create_inferior): Likewise.
22
23 2019-11-25 Tom de Vries <tdevries@suse.de>
24
25 * contrib/words.sh: Add -c option.
26
27 2019-11-25 Christian Biesinger <cbiesinger@google.com>
28
29 * solib.c (solib_find_1): Change int to bool.
30 (exec_file_find): Change int to bool.
31 (solib_find): Change int to bool.
32 (solib_read_symbols): Change int to bool.
33 (solib_used): Change int to bool.
34 (solib_add): Change int to bool.
35 (info_sharedlibrary_command): Change int to bool.
36 (solib_contains_address_p): Change int to bool.
37 (solib_keep_data_in_core): Change int to bool.
38 (in_solib_dynsym_resolve_code): Change int to bool.
39 (reload_shared_libraries_1): Change int to bool.
40 (gdb_sysroot_changed): Change int to bool.
41 * solib.h (solib_read_symbols): Change int to bool.
42 (solib_contains_address_p): Change int to bool.
43 (solib_keep_data_in_core): Change int to bool.
44 (in_solib_dynsym_resolve_code): Change int to bool.
45 (libpthread_name_p): Change int to bool.
46
47 2019-11-25 Luis Machado <luis.machado@linaro.org>
48
49 * NEWS (New Commands): Mention "set debug remote-packet-max-chars".
50 * remote.c (REMOTE_DEBUG_MAX_CHAR): Remove.
51 (remote_packet_max_chars): New static global.
52 (show_remote_packet_max_chars): New function.
53 (remote_target::putpkt_binary): Adjust to use new
54 remote_packet_max_chars option.
55 (remote_target::getpkt_or_notif_sane_1): Likewise.
56 (_initialize_remote): Register new remote-packet-max-chars option.
57
58 2019-11-24 Simon Marchi <simon.marchi@efficios.com>
59
60 * m68k-linux-nat.c: Include gdbarch.h.
61
62 2019-11-24 Tom Tromey <tom@tromey.com>
63
64 * symfile.c (read_symbols): Update.
65 * psymtab.c (require_partial_symbols): Change type of "verbose" to
66 bool.
67 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
68 (psym_lookup_symbol, psym_find_last_source_symtab)
69 (psym_forget_cached_source_info, psym_print_stats)
70 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
71 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
72 (psym_map_matching_symbols, psym_expand_symtabs_matching)
73 (psym_find_compunit_symtab_by_address)
74 (maintenance_print_psymbols, maintenance_info_psymtabs)
75 (maintenance_check_psymtabs): Update.
76 * psymtab.h (require_partial_symbols): Change type of "verbose" to
77 bool.
78
79 2019-11-22 Tom Tromey <tom@tromey.com>
80
81 * observable.h: Update comments.
82
83 2019-11-22 Tom Tromey <tromey@adacore.com>
84
85 * ada-tasks.c (ada_task_is_alive): Make parameter const.
86 (print_ada_task_info): Don't try to fetch thread id if task is not
87 alive.
88
89 2019-11-22 Christian Biesinger <cbiesinger@google.com>
90
91 * ada-exp.y: Update.
92 * ada-lang.c (sort_choices): Update.
93 (ada_print_symbol_signature): Update.
94 (resolve_subexp): Update.
95 (ada_parse_renaming): Update.
96 (ada_read_renaming_var_value): Update.
97 (lesseq_defined_than): Update.
98 (remove_extra_symbols): Update.
99 (remove_irrelevant_renamings): Update.
100 (ada_add_block_symbols): Update.
101 (ada_collect_symbol_completion_matches): Update.
102 (ada_is_renaming_symbol): Update.
103 (aggregate_assign_from_choices): Update.
104 (ada_evaluate_subexp): Update.
105 (ada_has_this_exception_support): Update.
106 (ada_is_non_standard_exception_sym): Update.
107 (ada_add_exceptions_from_frame): Update.
108 (ada_add_global_exceptions): Update.
109 (ada_print_subexp): Update.
110 * ax-gdb.c (gen_var_ref): Update.
111 (gen_maybe_namespace_elt): Update.
112 (gen_expr_for_cast): Update.
113 (gen_expr): Update.
114 * block.h: Update.
115 * blockframe.c (find_pc_partial_function): Update.
116 * breakpoint.c (print_breakpoint_location): Update.
117 (update_static_tracepoint): Update.
118 * btrace.c (ftrace_print_function_name): Update.
119 (ftrace_function_switched): Update.
120 * buildsym.c (find_symbol_in_list): Update.
121 * c-exp.y: Update.
122 * c-typeprint.c (c_print_typedef): Update.
123 (c_type_print_template_args): Update.
124 * cli/cli-cmds.c (edit_command): Update.
125 (list_command): Update.
126 (print_sal_location): Update.
127 * coffread.c (patch_opaque_types): Update.
128 (process_coff_symbol): Update.
129 (coff_read_enum_type): Update.
130 * compile/compile-c-symbols.c (c_symbol_substitution_name): Update.
131 (convert_one_symbol): Update.
132 (hash_symname): Update.
133 (eq_symname): Update.
134 * compile/compile-cplus-symbols.c (convert_one_symbol): Update.
135 * compile/compile-cplus-types.c (debug_print_scope): Update.
136 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
137 * compile/compile-object-load.c (get_out_value_type): Update.
138 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
139 (search_symbol_list): Update.
140 (cp_lookup_symbol_imports_or_template): Update.
141 * cp-support.c (overload_list_add_symbol): Update.
142 * ctfread.c (psymtab_to_symtab): Update.
143 * dbxread.c (cp_set_block_scope): Update.
144 * dictionary.c (iter_match_first_hashed): Update.
145 (iter_match_next_hashed): Update.
146 (insert_symbol_hashed): Update.
147 (iter_match_next_linear): Update.
148 * dictionary.h: Update.
149 * dwarf2loc.c (func_get_frame_base_dwarf_block): Update.
150 (locexpr_describe_location_piece): Update.
151 (locexpr_describe_location_1): Update.
152 (locexpr_generate_c_location): Update.
153 (loclist_describe_location): Update.
154 (loclist_generate_c_location): Update.
155 * dwarf2read.c (dw2_debug_names_lookup_symbol): Update.
156 (read_func_scope): Update.
157 (process_enumeration_scope): Update.
158 (new_symbol): Update.
159 (dwarf2_const_value): Update.
160 (dwarf2_symbol_mark_computed): Update.
161 * eval.c (evaluate_funcall): Update.
162 (evaluate_subexp_standard): Update.
163 * expprint.c (print_subexp_standard): Update.
164 (dump_subexp_body_standard): Update.
165 * f-valprint.c (info_common_command_for_block): Update.
166 * findvar.c (get_hosting_frame): Update.
167 (default_read_var_value): Update.
168 * go-lang.c (go_symbol_package_name): Update.
169 * guile/scm-block.c (bkscm_print_block_smob): Update.
170 * guile/scm-symbol.c (syscm_print_symbol_smob): Update.
171 (gdbscm_symbol_name): Update.
172 (gdbscm_symbol_linkage_name): Update.
173 (gdbscm_symbol_print_name): Update.
174 * infcall.c (get_function_name): Update.
175 * infcmd.c (jump_command): Update.
176 (finish_command): Update.
177 * infrun.c (insert_exception_resume_breakpoint): Update.
178 * linespec.c (canonicalize_linespec): Update.
179 (create_sals_line_offset): Update.
180 (convert_linespec_to_sals): Update.
181 (complete_label): Update.
182 (find_label_symbols_in_block): Update.
183 * m2-typeprint.c (m2_print_typedef): Update.
184 * mdebugread.c (mdebug_reg_to_regnum): Update.
185 (parse_symbol): Update.
186 (mylookup_symbol): Update.
187 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
188 (list_args_or_locals): Update.
189 * objc-lang.c (compare_selectors): Update.
190 (info_selectors_command): Update.
191 (compare_classes): Update.
192 (info_classes_command): Update.
193 (find_imps): Update.
194 * p-typeprint.c (pascal_print_typedef): Update.
195 * printcmd.c (build_address_symbolic): Update.
196 (info_address_command): Update.
197 (print_variable_and_value): Update.
198 * python/py-framefilter.c (extract_sym): Update.
199 (py_print_single_arg): Update.
200 * python/py-symbol.c (sympy_str): Update.
201 (sympy_get_name): Update.
202 (sympy_get_linkage_name): Update.
203 * python/python.c (gdbpy_rbreak): Update.
204 * record-btrace.c (btrace_get_bfun_name): Update.
205 (btrace_call_history): Update.
206 * rust-lang.c (rust_print_typedef): Update.
207 * solib-frv.c (frv_fdpic_find_canonical_descriptor): Update.
208 * stabsread.c (stab_reg_to_regnum): Update.
209 (define_symbol): Update.
210 (read_enum_type): Update.
211 (common_block_end): Update.
212 (cleanup_undefined_types_1): Update.
213 (scan_file_globals): Update.
214 * stack.c (print_frame_arg): Update.
215 (print_frame_args): Update.
216 (find_frame_funname): Update.
217 (info_frame_command_core): Update.
218 (iterate_over_block_locals): Update.
219 (print_block_frame_labels): Update.
220 (do_print_variable_and_value): Update.
221 (iterate_over_block_arg_vars): Update.
222 (return_command): Update.
223 * symmisc.c (dump_symtab_1): Update.
224 (print_symbol): Update.
225 * symtab.c (eq_symbol_entry): Update.
226 (symbol_cache_dump): Update.
227 (lookup_language_this): Update.
228 (find_pc_sect_line): Update.
229 (skip_prologue_sal): Update.
230 (symbol_search::compare_search_syms): Update.
231 (treg_matches_sym_type_name): Update.
232 (search_symbols): Update.
233 (print_symbol_info): Update.
234 (rbreak_command): Update.
235 (completion_list_add_symbol): Update.
236 (find_gnu_ifunc): Update.
237 (get_symbol_address): Update.
238 (search_module_symbols): Update.
239 (info_module_subcommand): Update.
240 * symtab.h (SYMBOL_NATURAL_NAME): Remove.
241 (SYMBOL_LINKAGE_NAME): Remove.
242 (SYMBOL_DEMANGLED_NAME): Remove.
243 (SYMBOL_PRINT_NAME): Remove.
244 (SYMBOL_SEARCH_NAME): Remove.
245 * tracepoint.c (set_traceframe_context): Update.
246 (validate_actionline): Update.
247 (collection_list::collect_symbol): Update.
248 (encode_actions_1): Update.
249 (info_scope_command): Update.
250 (print_one_static_tracepoint_marker): Update.
251 * typeprint.c (typedef_hash_table::add_template_parameters): Update.
252 * valops.c (address_of_variable): Update.
253 (find_overload_match): Update.
254 (find_oload_champ): Update.
255
256 2019-11-22 Christian Biesinger <cbiesinger@google.com>
257
258 * ada-lang.c (ada_lookup_simple_minsym): Update.
259 (ada_collect_symbol_completion_matches): Update.
260 * ada-tasks.c (read_atcb): Update.
261 * amd64-windows-tdep.c (amd64_skip_main_prologue): Update.
262 (amd64_windows_skip_trampoline_code): Update.
263 * arm-tdep.c (skip_prologue_function): Update.
264 (arm_skip_stack_protector): Update.
265 * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
266 (arm_wince_skip_main_prologue): Update.
267 * ax-gdb.c (gen_expr): Update.
268 * block.c (call_site_for_pc): Update.
269 * blockframe.c (find_pc_partial_function): Update.
270 * breakpoint.c (set_breakpoint_location_function): Update.
271 * btrace.c (ftrace_print_function_name): Update.
272 (ftrace_function_switched): Update.
273 * c-valprint.c (print_unpacked_pointer): Update.
274 * coffread.c (coff_symfile_read): Update.
275 * compile/compile-c-symbols.c (convert_symbol_bmsym): Update.
276 * compile/compile-cplus-symbols.c (convert_symbol_bmsym): Update.
277 * dwarf-index-write.c (write_psymbols): Update.
278 * dwarf2loc.c (call_site_to_target_addr): Update.
279 (func_verify_no_selftailcall): Update.
280 (tailcall_dump): Update.
281 (call_site_find_chain_1): Update.
282 (dwarf_expr_reg_to_entry_parameter): Update.
283 * elfread.c (elf_gnu_ifunc_record_cache): Update.
284 * eval.c (evaluate_funcall): Update.
285 (evaluate_subexp_standard): Update.
286 (evaluate_subexp_for_sizeof): Update.
287 * expprint.c (print_subexp_standard): Update.
288 (dump_subexp_body_standard): Update.
289 * frame.c (get_prev_frame_always_1): Update.
290 * frv-tdep.c (frv_skip_main_prologue): Update.
291 * gnu-v2-abi.c (gnuv2_value_rtti_type): Update.
292 * gnu-v3-abi.c (gnuv3_rtti_type): Update.
293 (gnuv3_get_typename_from_type_info): Update.
294 (gnuv3_skip_trampoline): Update.
295 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
296 * i386-tdep.c (i386_skip_main_prologue): Update.
297 (i386_pe_skip_trampoline_code): Update.
298 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
299 * infcall.c (get_function_name): Update.
300 * linespec.c (minsym_found): Update.
301 * linux-fork.c (info_checkpoints_command): Update.
302 * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
303 (m32c_m16c_pointer_to_address): Update.
304 * maint.c (maintenance_translate_address): Update.
305 * minsyms.c (add_minsym_to_hash_table): Update.
306 (add_minsym_to_demangled_hash_table): Update.
307 (lookup_minimal_symbol_mangled): Update.
308 (lookup_minimal_symbol_demangled): Update.
309 (lookup_minimal_symbol_linkage): Update.
310 (lookup_minimal_symbol_text): Update.
311 (lookup_minimal_symbol_by_pc_name): Update.
312 (minimal_symbol_is_less_than): Update.
313 (compact_minimal_symbols): Update.
314 (build_minimal_symbol_hash_tables): Update.
315 (find_solib_trampoline_target): Update.
316 * mips-tdep.c (mips_stub_frame_sniffer): Update.
317 (mips_skip_pic_trampoline_code): Update.
318 * msp430-tdep.c (msp430_skip_trampoline_code): Update.
319 * objc-lang.c (info_selectors_command): Update.
320 (info_classes_command): Update.
321 (find_methods): Update.
322 (find_imps): Update.
323 * p-valprint.c (pascal_val_print): Update.
324 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Update.
325 * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
326 * printcmd.c (build_address_symbolic): Update.
327 (info_symbol_command): Update.
328 * psymtab.c (psymbol_name_matches): Update.
329 (match_partial_symbol): Update.
330 (lookup_partial_symbol): Update.
331 (print_partial_symbols): Update.
332 (sort_pst_symbols): Update.
333 (maintenance_check_psymtabs): Update.
334 * python/py-framefilter.c (py_print_frame): Update.
335 * python/python.c (gdbpy_rbreak): Update.
336 * record-btrace.c (btrace_get_bfun_name): Update.
337 (btrace_call_history): Update.
338 * rs6000-tdep.c (rs6000_skip_main_prologue): Update.
339 (rs6000_skip_trampoline_code): Update.
340 * sol-thread.c (info_cb): Update.
341 * stabsread.c (scan_file_globals): Update.
342 * stack.c (find_frame_funname): Update.
343 (info_frame_command_core): Update.
344 * symmisc.c (dump_msymbols): Update.
345 * symtab.c (symbol_natural_name): Rename to..,
346 (general_symbol_info::natural_name): ...this.
347 (symbol_demangled_name): Rename to...
348 (general_symbol_info::demangled_name): ...this.
349 (symbol_search_name): Rename to...
350 (general_symbol_info::search_name): ...this.
351 (symbol_matches_search_name): Update.
352 (find_pc_sect_line): Update.
353 (skip_prologue_sal): Update.
354 (search_symbols): Update.
355 (print_msymbol_info): Update.
356 (rbreak_command): Update.
357 (completion_list_add_msymbol): Update.
358 (completion_list_objc_symbol): Update.
359 (get_msymbol_address): Update.
360 * symtab.h (struct general_symbol_info): Add member functions
361 natural_name (), linkage_name (), print_name (), demangled_name (),
362 and search_name ().
363 (SYMBOL_NATURAL_NAME): Update.
364 (symbol_natural_name): Move to a member function on general_symbol_info.
365 (SYMBOL_DEMANGLED_NAME): Update.
366 (symbol_demangled_name): Move to a member function on
367 general_symbol_info.
368 (SYMBOL_SEARCH_NAME): Update.
369 (symbol_search_name): Move to a member function on general_symbol_info.
370 (MSYMBOL_NATURAL_NAME): Remove.
371 (MSYMBOL_LINKAGE_NAME): Remove.
372 (MSYMBOL_PRINT_NAME): Remove.
373 (MSYMBOL_DEMANGLED_NAME): Remove.
374 (MSYMBOL_SEARCH_NAME): Remove.
375 * x86-tdep.c (x86_in_indirect_branch_thunk): Update.
376
377 2019-11-22 Christian Biesinger <cbiesinger@google.com>
378
379 * symtab.c (create_demangled_names_hash): Use per_bfd->
380 minimal_symbol_count for computing the initial size, if greater
381 than our default size.
382
383 2019-11-22 Tom de Vries <tdevries@suse.de>
384
385 * contrib/words.sh: Improve words extraction.
386
387 2019-11-22 Tom de Vries <tdevries@suse.de>
388
389 * contrib/words.sh: Combine sed invocations.
390
391 2019-11-21 Christian Biesinger <cbiesinger@google.com>
392
393 * Makefile.in: Update.
394 * demangle.c: Rename to...
395 * gdb-demangle.c: ..this.
396 (is_cplus_marker): Change return type to bool.
397 (_initialize_demangler): Rename to...
398 (_initialize_gdb_demangle): ...this.
399 * gdb-demangle.h (is_cplus_marker): Change return type to bool.
400 * symtab.h (demangle): Remove declaration; instead include
401 gdb-demangle.h.
402
403 2019-11-21 Tom Tromey <tromey@adacore.com>
404
405 * gdbsupport/format.c (format_pieces): Parse %I64d.
406 * unittests/format_pieces-selftests.c (test_windows_formats): New
407 function.
408 (run_tests): Call it.
409
410 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
411
412 Byte reverse display of variables with DW_END_big, DW_END_little
413 (DW_AT_endianity) dwarf attributes if different than the native
414 byte order.
415 * ada-lang.c (ada_value_binop):
416 Use type_byte_order instead of gdbarch_byte_order.
417 * ada-valprint.c (printstr):
418 (ada_val_print_string):
419 * ada-lang.c (value_pointer):
420 (ada_value_binop):
421 Use type_byte_order instead of gdbarch_byte_order.
422 * c-lang.c (c_get_string):
423 Use type_byte_order instead of gdbarch_byte_order.
424 * c-valprint.c (c_val_print_array):
425 Use type_byte_order instead of gdbarch_byte_order.
426 * cp-valprint.c (cp_print_class_member):
427 Use type_byte_order instead of gdbarch_byte_order.
428 * dwarf2loc.c (rw_pieced_value):
429 Use type_byte_order instead of gdbarch_byte_order.
430 * dwarf2read.c (read_base_type): Handle DW_END_big,
431 DW_END_little
432 * f-lang.c (f_get_encoding):
433 Use type_byte_order instead of gdbarch_byte_order.
434 * findvar.c (default_read_var_value):
435 Use type_byte_order instead of gdbarch_byte_order.
436 * gdbtypes.c (check_types_equal):
437 Require matching TYPE_ENDIANITY_NOT_DEFAULT if set.
438 (recursive_dump_type): Print TYPE_ENDIANITY_BIG,
439 and TYPE_ENDIANITY_LITTLE if set.
440 (type_byte_order): new function.
441 * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro.
442 (struct main_type) <flag_endianity_not_default>:
443 New field.
444 (type_byte_order): New function.
445 * infcmd.c (default_print_one_register_info):
446 Use type_byte_order instead of gdbarch_byte_order.
447 * p-lang.c (pascal_printstr):
448 Use type_byte_order instead of gdbarch_byte_order.
449 * p-valprint.c (pascal_val_print):
450 Use type_byte_order instead of gdbarch_byte_order.
451 * printcmd.c (print_scalar_formatted):
452 Use type_byte_order instead of gdbarch_byte_order.
453 * solib-darwin.c (darwin_current_sos):
454 Use type_byte_order instead of gdbarch_byte_order.
455 * solib-svr4.c (solib_svr4_r_ldsomap):
456 Use type_byte_order instead of gdbarch_byte_order.
457 * stap-probe.c (stap_modify_semaphore):
458 Use type_byte_order instead of gdbarch_byte_order.
459 * target-float.c (target_float_same_format_p):
460 Use type_byte_order instead of gdbarch_byte_order.
461 * valarith.c (scalar_binop):
462 (value_bit_index):
463 Use type_byte_order instead of gdbarch_byte_order.
464 * valops.c (value_cast):
465 Use type_byte_order instead of gdbarch_byte_order.
466 * valprint.c (generic_emit_char):
467 (generic_printstr):
468 (val_print_string):
469 Use type_byte_order instead of gdbarch_byte_order.
470 * value.c (unpack_long):
471 (unpack_bits_as_long):
472 (unpack_value_bitfield):
473 (modify_field):
474 (pack_long):
475 (pack_unsigned_long):
476 Use type_byte_order instead of gdbarch_byte_order.
477 * findvar.c (unsigned_pointer_to_address):
478 (signed_pointer_to_address):
479 (unsigned_address_to_pointer):
480 (address_to_signed_pointer):
481 (default_read_var_value):
482 (default_value_from_register):
483 Use type_byte_order instead of gdbarch_byte_order.
484 * gnu-v3-abi.c (gnuv3_make_method_ptr):
485 Use type_byte_order instead of gdbarch_byte_order.
486 * riscv-tdep.c (riscv_print_one_register_info):
487 Use type_byte_order instead of gdbarch_byte_order.
488
489 2019-11-21 Simon Marchi <simon.marchi@polymtl.ca>
490
491 * top.c (current_ui_gdb_stdout_ptr): Spell out by hand.
492 (current_ui_gdb_stdin_ptr): Likewise.
493 (current_ui_gdb_stderr_ptr): Likewise.
494 (current_ui_gdb_stdlog_ptr): Likewise.
495 (current_ui_current_uiout_ptr): Likewise.
496 (gen_ret_current_ui_field_ptr): Remove.
497
498 2019-11-21 Tom de Vries <tdevries@suse.de>
499
500 PR gdb/24956
501 * cli/cli-script.c (execute_control_command): Only switch to
502 INTERP_CONSOLE's ui_out when INTERP_MI is active.
503
504 2019-11-19 Tom Tromey <tom@tromey.com>
505
506 * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c.
507 Now static. Change type of "name".
508 (tui_set_win_height_command): Don't copy "arg".
509 * tui/tui-data.h (tui_partial_win_by_name): Don't declare.
510 * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c.
511
512 2019-11-19 Ali Tamur <tamur@google.com>
513
514 * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with
515 "if (attr != nullptr)".
516 (dwarf2_find_base_address): Likewise.
517 (dwarf2_build_include_psymtabs): Likewise.
518 (read_cutu_die_from_dwo): Likewise.
519 (read_func_scope): Likewise.
520 (read_call_site_scope): Likewise.
521 (dwarf2_get_pc_bounds): Likewise.
522 (dwarf2_record_block_ranges): Likewise.
523 (dwarf2_add_field): Likewise.
524 (dwarf2_add_member_fn): Likewise.
525 (read_structure_type): Likewise.
526 (read_enumeration_type): Likewise.
527 (read_array_type): Likewise.
528 (read_array_order): Likewise.
529 (read_set_type): Likewise.
530 (read_common_block): Likewise.
531 (read_tag_reference_type): Likewise.
532 (read_tag_string_type): Likewise.
533 (read_subroutine_type): Likewise.
534 (read_base_type): Likewise.
535 (read_subrange_type): Likewise.
536 (new_symbol): Likewise.
537 (prepare_one_comp_unit): Likewise.
538
539 2019-11-19 Tom Tromey <tromey@adacore.com>
540
541 * windows-nat.c (windows_nat_target::attach): Include GetLastError
542 result in error when DebugActiveProcess fails.
543
544 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
545 Pedro Alves <palves@redhat.com>
546
547 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
548 * target.c (target_stack::push): Call 'unpush' if there's a
549 target on top of the stack.
550
551 2019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
552
553 * python/py-block.c (blpy_dealloc): Call tp_free.
554 (blpy_block_syms_dealloc): Likewise.
555 * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise.
556 * python/py-inferior.c (infpy_dealloc): Likewise.
557 * python/py-lazy-string.c (stpy_dealloc): Likewise.
558 * python/py-linetable.c (ltpy_iterator_dealloc): Likewise.
559 * python/py-symbol.c (sympy_dealloc): Likewise.
560 * python/py-symtab.c (stpy_dealloc): Likewise.
561 * python/py-type.c (typy_iterator_dealloc): Likewise.
562
563 2019-11-18 Christian Biesinger <cbiesinger@google.com>
564
565 * symtab.h (struct symbol) <owner>: Initialize explicitly in the
566 constructor instead of using a class initializer.
567
568 2019-11-15 Christian Biesinger <cbiesinger@google.com>
569
570 * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c.
571 * configure: Regenerate.
572 * configure.ac: Don't source common.host.
573 * gdbsupport/common.host: Remove.
574 * gdbsupport/mingw-strerror.c: Remove.
575 * gdbsupport/posix-strerror.c: Rename to...
576 * gdbsupport/safe-strerror.c: ...this.
577
578 2019-11-15 Christian Biesinger <cbiesinger@google.com>
579
580 * maint.c (scoped_command_stats::print_time): Use localtime_r
581 instead of localtime (provided through gnulib if necessary).
582 * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead
583 of ctime.
584
585 2019-11-15 Christian Biesinger <cbiesinger@google.com>
586
587 * gdbsupport/common-defs.h: Include time.h before pathmax.h to
588 avoid compile errors.
589
590 2019-11-15 Christian Biesinger <cbiesinger@google.com>
591
592 * config.in: Regenerate.
593 * configure: Regenerate.
594 * gdbsupport/common.m4: No longer check for strerror_r.
595 * gdbsupport/posix-strerror.c (safe_strerror): Always call the
596 POSIX version of strerror_r, now that gnulib provides it if
597 necessary.
598
599 2019-11-14 Christian Biesinger <cbiesinger@google.com>
600
601 * README (`configure' options): Update.
602
603 2019-11-14 Tom Tromey <tromey@adacore.com>
604
605 * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an
606 expected type for the RHS if the LHS is a convenience variable.
607
608 2019-11-14 Simon Marchi <simon.marchi@polymtl.ca>
609
610 * unittests/vec-utils-selftests.c (unordered_remove_tests::obj):
611 Provide explicit default and copy constructor.
612
613 2019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
614
615 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
616 only call Py_INCREF (newbp) in the bppy_pending_object case.
617
618 2019-11-13 Tom Tromey <tromey@adacore.com>
619
620 PR build/25182:
621 * psympriv.h (partial_symbol): Remove static assert.
622 * symtab.h (general_symbol_info, symbol): Remove static assert.
623
624 2019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
625
626 * gdbsupport/format.c (format_pieces::format_pieces): Support
627 printf 'z' size modifier.
628 * gdbsupport/format.h (enum argclass): Add size_t_arg.
629 * printcmd.c (ui_printf): Handle size_t_arg.
630 * ui-out.c (ui_out::vmessage): Likewise.
631 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
632 function.
633 (run_tests): Call test_format_int_sizes.
634
635 2019-11-12 Christian Biesinger <cbiesinger@google.com>
636
637 * ada-exp.y (write_ambiguous_var): Update.
638 * buildsym.c (add_symbol_to_list): Update.
639 * dwarf2read.c (read_variable): Update.
640 (new_symbol): Update.
641 * jit.c (finalize_symtab): Update.
642 * language.c (language_alloc_type_symbol): Update.
643 * symtab.c (fixup_symbol_section): Update.
644 (initialize_objfile_symbol_1): Move code to...
645 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
646 (allocate_symbol): Update.
647 (allocate_template_symbol): Update.
648 (get_symbol_address): Update.
649 * symtab.h (struct symbol): Inherit from general_symbol_info instead
650 of having as a field, and add a constructor.
651 (SYMBOL_VALUE): Update.
652 (SYMBOL_VALUE_ADDRESS): Update.
653 (SET_SYMBOL_VALUE_ADDRESS): Update.
654 (SYMBOL_VALUE_BYTES): Update.
655 (SYMBOL_VALUE_COMMON_BLOCK): Update.
656 (SYMBOL_BLOCK_VALUE): Update.
657 (SYMBOL_VALUE_CHAIN): Update.
658 (SYMBOL_LANGUAGE): Update.
659 (SYMBOL_SECTION): Update.
660 (SYMBOL_OBJ_SECTION): Update.
661 (SYMBOL_SET_LANGUAGE): Update.
662 (SYMBOL_SET_LINKAGE_NAME): Update.
663 (SYMBOL_SET_NAMES): Update.
664 (SYMBOL_NATURAL_NAME): Update.
665 (SYMBOL_LINKAGE_NAME): Update.
666 (SYMBOL_DEMANGLED_NAME): Update.
667 (SYMBOL_SEARCH_NAME): Update.
668 (SYMBOL_MATCHES_SEARCH_NAME): Update.
669 (struct symbol): Update.
670 (struct template_symbol): Update.
671 (struct rust_vtable_symbol): Update.
672 * xcoffread.c (SYMBOL_DUP): Update.
673
674 2019-11-12 Tom Tromey <tom@tromey.com>
675
676 * tui/tui-layout.c (show_layout): Set current_layout.
677 (show_source_disasm_command, show_data)
678 (show_source_or_disasm_and_command): Don't set current_layout.
679
680 2019-11-12 Tom Tromey <tom@tromey.com>
681
682 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
683
684 2019-11-12 Tom Tromey <tom@tromey.com>
685
686 * tui/tui-win.c (resize_message): New global.
687 (show_tui_resize_message): New function.
688 (tui_async_resize_screen): Print message if requested.
689 (_initialize_tui_win): Add tui-resize-message setting.
690 * NEWS: Add entry for new commands.
691
692 2019-11-11 Tom Tromey <tom@tromey.com>
693
694 * tui/tui.c (tui_initialize_readline): Add new bindable readline
695 functions.
696
697 2019-11-11 Christian Biesinger <cbiesinger@google.com>
698
699 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
700
701 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
702
703 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
704 function.
705 * python/python-internal.h (gdbpy_lookup_static_symbols):
706 Declare new function.
707 * python/python.c (python_GdbMethods): Add
708 gdb.lookup_static_symbols method.
709 * NEWS: Mention gdb.lookup_static_symbols.
710
711 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
712
713 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
714 static block of current object file first. Also fix typo in
715 header comment.
716
717 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
718
719 * stack.c (set_last_displayed_sal): Delete.
720 (last_displayed_sal_valid): Delete.
721 (last_displayed_pspace): Delete.
722 (last_displayed_addr): Delete.
723 (last_displayed_symtab): Delete.
724 (last_displayed_line): Delete.
725 (class last_displayed_symtab_info_type): New.
726 (last_displayed_symtab_info): New static global variable.
727 (print_frame_info): Call methods on last_displayed_symtab_info.
728 (clear_last_displayed_sal): Update header comment, and make use of
729 last_displayed_symtab_info.
730 (last_displayed_sal_is_valid): Likewise.
731 (get_last_displayed_pspace): Likewise.
732 (get_last_displayed_addr): Likewise.
733 (get_last_displayed_symtab): Likewise.
734 (get_last_displayed_line): Likewise.
735 (get_last_displayed_sal): Likewise.
736 * stack.h (clear_last_displayed_sal): Update header comment.
737 (last_displayed_sal_is_valid): Likewise.
738 (get_last_displayed_pspace): Likewise.
739 (get_last_displayed_addr): Likewise.
740 (get_last_displayed_symtab): Likewise.
741 (get_last_displayed_line): Likewise.
742 (get_last_displayed_sal): Likewise.
743
744 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
745
746 * stack.c (frame_show_address): Convert return type to bool.
747 * stack.h (frame_show_address): Likewise, and update header
748 comment.
749
750 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
751
752 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
753 * unittests/vec-utils-selftests.c: New file.
754 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
755
756 2019-11-10 Tom Tromey <tom@tromey.com>
757
758 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
759 (tui_highlight_win): Likewise.
760 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
761 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
762 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
763 Don't set can_highlight.
764
765 2019-11-10 Tom Tromey <tom@tromey.com>
766
767 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
768 Remove unused declaration.
769
770 2019-11-08 Tom Tromey <tromey@adacore.com>
771
772 * top.c (read_command_file): Update.
773 (command_line_input): Make return type const.
774 * python/py-gdb-readline.c: Update.
775 * linespec.c (decode_line_2): Update.
776 * defs.h (command_line_input): Make return type const.
777 * cli/cli-script.c (read_next_line): Make return type const.
778 * ada-lang.c (get_selections): Update.
779
780 2019-11-06 Christian Biesinger <cbiesinger@google.com>
781
782 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
783 * mi/mi-main.c (output_cores): Likewise.
784 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
785 (linux_xfer_osdata_modules): Likewise.
786 * remote.c (register_remote_support_xml): Likewise.
787 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
788 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
789
790 2019-11-06 Tom Tromey <tom@tromey.com>
791
792 * tui/tui-interp.c: Don't include readline.h.
793 * tui/tui-hooks.c: Don't include readline.h.
794 * symmisc.c: Include tilde.h, not readline.h.
795 * symfile.c: Include tilde.h, not readline.h.
796 * source.c: Include tilde.h, not readline.h.
797 * solib.c: Include tilde.h, not readline.h.
798 * psymtab.c: Include tilde.h, not readline.h.
799 * exec.c: Include tilde.h, not readline.h.
800 * corelow.c: Include tilde.h, not readline.h.
801 * cli/cli-dump.c: Include tilde.h, not readline.h.
802 * cli/cli-cmds.c: Don't include readline.h.
803
804 2019-11-05 Tom Tromey <tom@tromey.com>
805
806 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
807 (tui_disassemble): Set addr_size.
808 (tui_disasm_window::set_contents): Use addr_size.
809
810 2019-11-05 Tom Tromey <tom@tromey.com>
811
812 * rust-lang.c (rust_language_defn): Update.
813 * python/py-value.c (valpy_string): Call c_get_string.
814 * p-lang.c (pascal_language_defn): Update.
815 * opencl-lang.c (opencl_language_defn): Update.
816 * objc-lang.c (objc_language_defn): Update.
817 * m2-lang.c (m2_language_defn): Update.
818 * language.c (unknown_language_defn, auto_language_defn): Update.
819 (default_get_string): Remove.
820 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
821 * go-lang.c (go_language_defn): Update.
822 * f-lang.c (f_language_defn): Update.
823 * d-lang.c (d_language_defn): Update.
824 * c-lang.c (c_language_defn, cplus_language_defn)
825 (asm_language_defn, minimal_language_defn): Update.
826 * ada-lang.c (ada_language_defn): Update.
827 * language.h (struct language_defn) <la_get_string>: Remove.
828 (LA_GET_STRING): Remove.
829 (default_get_string): Don't declare.
830
831 2019-11-05 Tom Tromey <tom@tromey.com>
832
833 * tui/tui-source.h (struct tui_source_window): Inline
834 constructor. Remove destructor.
835 <style_changed, m_observable>: Move to superclass.
836 * tui/tui-winsource.h (tui_copy_source_line): Declare.
837 (struct tui_source_window_base): Move private members to end.
838 <style_changed, m_observable>: Move from tui_source_window.
839 * tui/tui-winsource.c (tui_copy_source_line): Move from
840 tui-source.c. Rename from copy_source_line. Add special handling
841 for negative line number.
842 (tui_source_window_base::style_changed): Move from
843 tui_source_window.
844 (tui_source_window_base): Register observer.
845 (~tui_source_window_base): New.
846 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
847 rename.
848 (tui_source_window::set_contents): Use tui_copy_source_line.
849 (tui_source_window::tui_source_window): Move to tui-source.h.
850 (tui_source_window::~tui_source_window): Remove.
851 (tui_source_window::style_changed): Move to superclass.
852 * tui/tui-disasm.c (tui_disassemble): Create string file with
853 styling, when possible. Add "addr_size" parameter.
854 (tui_disasm_window::set_contents): Use tui_copy_source_line.
855 Don't compute maximum size.
856 (len_without_escapes): New function
857
858 2019-11-05 Tom Tromey <tom@tromey.com>
859
860 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
861 std::string.
862 * tui/tui-winsource.c (tui_show_source_line): Update.
863 * tui/tui-source.c (tui_source_window::set_contents): Update.
864 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
865
866 2019-11-05 Christian Biesinger <cbiesinger@google.com>
867
868 * symtab.h (gdb_static_assert): Put && operator at the beginning
869 of the line instead of the end.
870
871 2019-11-04 Christian Biesinger <cbiesinger@google.com>
872
873 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
874 and sizeof (symbol).
875 * symtab.h: Add a static_assert for sizeof (partial_symbol).
876
877 2019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
878
879 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
880 * configure.host: Mark *-*-solaris2.10* obsolete.
881 * configure.tgt: Mark Solaris < 11 obsolete.
882 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
883 Update target triplet.
884
885 2019-11-01 Tom Tromey <tromey@adacore.com>
886
887 * utils.c (print_sys_errmsg): Simplify.
888
889 2019-11-01 Tom Tromey <tromey@adacore.com>
890
891 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
892
893 2019-11-01 Christian Biesinger <cbiesinger@google.com>
894
895 * configure: Regenerate.
896 * configure.ac: Remove check for strerror_r.
897 * gdbsupport/common.m4: Check for strerror_r.
898
899 2019-11-01 Luis Machado <luis.machado@linaro.org>
900
901 PR gdb/25124
902
903 * arm-tdep.c (arm_per_objfile): Rename to ...
904 (arm_per_bfd): ... this.
905 (arm_objfile_data_key): Rename to ...
906 (arm_bfd_data_key): ... this.
907 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
908 data.
909 (arm_record_special_symbol): Likewise.
910
911 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
912
913 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
914 end.
915 * c-typeprint.c (c_print_typedef): Likewise.
916 * f-typeprint.c (f_print_typedef): Likewise.
917 * m2-typeprint.c (m2_print_typedef): Likewise.
918 * p-typeprint.c (pascal_print_typedef): Likewise.
919 * rust-lang.c (rust_print_typedef): Likewise.
920 * symtab.c (print_symbol_info): Print a newline after calling
921 typedef_print.
922
923 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
924
925 * symtab.c (info_module_cmdlist): New variable.
926 (info_module_command): New function.
927 (search_module_symbols): New function.
928 (info_module_subcommand): New function.
929 (struct info_modules_var_func_options): New struct.
930 (info_modules_var_func_options_defs): New variable.
931 (make_info_modules_var_func_options_def_group): New function.
932 (info_module_functions_command): New function.
933 (info_module_variables_command): New function.
934 (info_module_var_func_command_completer): New function.
935 (_initialize_symtab): Register new 'info module functions' and
936 'info module variables' commands.
937 * symtab.h (typedef symbol_search_in_module): New typedef.
938 (search_module_symbols): Declare new function.
939 * NEWS: Mention new commands.
940
941 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
942
943 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
944 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
945 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
946 MODULES_DOMAIN.
947 (scan_partial_symbols): Only create partial module symbols for non
948 declarations.
949 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
950 and MODULES_DOMAIN.
951 * symtab.c (search_domain_name): Likewise.
952 (search_symbols): Likewise.
953 (print_symbol_info): Likewise.
954 (symtab_symbol_info): Likewise.
955 (info_modules_command): New function.
956 (_initialize_symtab): Register 'info modules' command.
957 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
958 * NEWS: Mention new 'info modules' command.
959
960 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
961
962 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
963 and $_gdb_maint_setting_str.
964
965 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
966
967 * cli/cli-cmds.c (setting_cmd, value_from_setting)
968 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
969 (str_value_from_setting, gdb_setting_str_internal_fn)
970 (gdb_maint_setting_str_internal_fn): New functions.
971 (_initialize_cli_cmds): Define the new convenience functions.
972 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
973 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
974
975 2019-10-31 Christian Biesinger <cbiesinger@google.com>
976
977 * agent.c (set_can_use_agent): When the setting is turned on,
978 look up agent symbols if we don't have them yet.
979 (agent_new_objfile): Don't look up agent symbols when the agent
980 setting is off.
981
982 2019-10-31 Christian Biesinger <cbiesinger@google.com>
983
984 * config.in: Regenerate.
985
986 2019-10-31 Christian Biesinger <cbiesinger@google.com>
987
988 * configure: Regenerate.
989 * configure.ac: Check for strerror_r.
990 * gdbsupport/common-utils.h (safe_strerror): Change return value
991 to const char * and document that this function is now threadsafe.
992 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
993 thread_local and call strerror_r, if available.
994 * utils.c (perror_string): Update.
995 (print_sys_errmsg): Update.
996
997 2019-10-31 Luis Machado <luis.machado@linaro.org>
998
999 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
1000 objfile_key.
1001 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
1002 objfile to fetch per-bfd data.
1003 (arm_find_exidx_entry): Likewise.
1004
1005 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1006
1007 * gdbsupport/agent.c (debug_agent): Change type to bool.
1008 (use_agent): Likewise.
1009 (all_agent_symbols_look_up): Likewise.
1010 (agent_loaded_p): Change return value to bool.
1011 (agent_look_up_symbols): Update.
1012 (agent_capability_check): Change return value to bool.
1013 * gdbsupport/agent.h (agent_loaded_p): Likewise.
1014 (debug_agent): Change type to bool.
1015 (use_agent): Likewise.
1016 (agent_capability_check): Change return value to bool.
1017
1018 2019-10-30 Christian Biesinger <cbiesinger@google.com>
1019
1020 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
1021 (build_minimal_symbol_hash_tables): Code to clear the table moved
1022 to clear_minimal_symbol_hash_tables.
1023 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
1024 when needed.
1025
1026 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1027
1028 * infcmd.c: Remove includes.
1029 * infrun.c: Remove includes.
1030
1031 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1032
1033 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
1034 (grow_vect): Remove declaration.
1035 (ada_type_of_array): Remove declaration.
1036 (ada_update_initial_language): Remove declaration.
1037 (ada_fold_name): Remove declaration.
1038 (ada_fill_in_ada_prototype): Remove declaration.
1039 (user_select_syms): Remove declaration.
1040 (get_selections): Remove declaration.
1041 (ada_tag_type): Remove declaration.
1042 (ada_value_tag): Remove declaration.
1043 (ada_is_others_clause): Remove declaration.
1044 (ada_in_variant): Remove declaration.
1045 (ada_value_struct_elt): Remove declaration.
1046 (ada_attribute_name): Remove declaration.
1047 (ada_system_address_type): Remove declaration.
1048 * ada-lang.c (ada_watch_location_expression): Make static.
1049 (GROW_VECT): Move here from ada-lang.h.
1050 (grow_vect): Make static.
1051 (ada_update_initial_language): Make static.
1052 (ada_fold_name): Make static.
1053 (ada_type_of_array): Make static.
1054 (encoded_ordered_before): Move up.
1055 (sort_choices): Move up.
1056 (print_signatures): Move up.
1057 (ada_print_symbol_signature): Move up.
1058 (get_selections): Move up and make static.
1059 (user_select_syms): Move up and make static.
1060 (ada_value_struct_elt): Move up and make static.
1061 (ada_tag_type): Make static.
1062 (ada_value_tag): Make static.
1063 (ada_is_others_clause): Make static.
1064 (ada_in_variant): Make static.
1065 (ada_attribute_name): Make static.
1066
1067 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1068
1069 * ada-lang.c: Remove includes.
1070 * ada-typeprint.c: Remove includes.
1071 * ada-valprint.c: Remove includes.
1072
1073 2019-10-29 Simon Marchi <simon.marchi@efficios.com>
1074
1075 * addrmap.c: Add static assertions of type size, moved from
1076 _initialize_addrmap.
1077 (_initialize_addrmap): Remove.
1078
1079 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1080
1081 * coffread.c (record_minimal_symbol): Update.
1082 (process_coff_symbol): Update.
1083 * dbxread.c (read_dbx_symtab): Update.
1084 * dwarf2read.c (add_partial_symbol): Update.
1085 (fixup_go_packaging): Update.
1086 (load_partial_dies): Update.
1087 (new_symbol): Update.
1088 * elfread.c (record_minimal_symbol): Change signature to use
1089 gdb::string_view instead of name+len.
1090 (elf_symtab_read): Update.
1091 (elf_rel_plt_read): Update.
1092 * mdebugread.c (parse_partial_symbols): Update.
1093 (handle_psymbol_enumerators): Update.
1094 (new_symbol): Update.
1095 * minsyms.c (minimal_symbol_reader::record_full): Change signature
1096 to use gdb::string_view instead of name+len.
1097 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
1098 * psympriv.h (add_psymbol_to_list): Likewise.
1099 * psymtab.c (add_psymbol_to_bcache): Likewise.
1100 (add_psymbol_to_list): Likewise.
1101 * stabsread.c (define_symbol): Update.
1102 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
1103 * symtab.h (SYMBOL_SET_NAMES): Likewise.
1104 (symbol_set_names): Likewise.
1105 * xcoffread.c (scan_xcoff_symtab): Update.
1106
1107 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1108
1109 * symtab.h (symbol_set_names): Document that copy_name must be
1110 set to true for non-nullterminated strings.
1111 * symtab.c (symbol_set_names): Only make a nullterminated copy of
1112 linkage_name if the entry was not found and we need to demangle.
1113
1114 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1115
1116 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
1117 * dwarf2-frame.c (bsearch_fde_cmp): Update.
1118 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
1119 * gdbsupport/gdb_binary_search.h: New file.
1120
1121 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1122
1123 * NEWS: Mention new --with-system-gdbinit-dir option.
1124 * config.in: Regenerate.
1125 * configure: Regenerate.
1126 * configure.ac: Add new option --with-system-gdbinit-dir.
1127 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
1128 for a ".gdb" suffix.
1129 * main.c (get_init_files): Change system_gdbinit argument to
1130 a vector and return the files in SYSTEM_GDBINIT_DIR in
1131 addition to SYSTEM_GDBINIT.
1132 (captured_main_1): Update.
1133 (print_gdb_help): Update.
1134 * top.c (print_gdb_configuration): Also print the value of
1135 SYSTEM_GDBINIT_DIR.
1136
1137 2019-10-28 Christian Biesinger <cbiesinger@google.com>
1138
1139 * gdbsupport/common-utils.h (startswith): Add an overloaded version
1140 that takes gdb::string_view arguments.
1141
1142 2019-10-26 Tom de Vries <tdevries@suse.de>
1143
1144 * aarch64-linux-tdep.c: Fix typos in comments.
1145 * aarch64-tdep.c: Same.
1146 * ada-lang.c: Same.
1147 * amd64-nat.c: Same.
1148 * arc-tdep.c: Same.
1149 * arch/aarch64-insn.c: Same.
1150 * block.c: Same.
1151 * breakpoint.h: Same.
1152 * btrace.h: Same.
1153 * c-varobj.c: Same.
1154 * cli/cli-decode.c: Same.
1155 * cli/cli-script.c: Same.
1156 * cli/cli-utils.h: Same.
1157 * coff-pe-read.c: Same.
1158 * coffread.c: Same.
1159 * compile/compile-cplus-symbols.c: Same.
1160 * compile/compile-object-run.c: Same.
1161 * completer.c: Same.
1162 * corelow.c: Same.
1163 * cp-support.c: Same.
1164 * demangle.c: Same.
1165 * dwarf-index-write.c: Same.
1166 * dwarf2-frame.c: Same.
1167 * dwarf2-frame.h: Same.
1168 * eval.c: Same.
1169 * frame-base.h: Same.
1170 * frame.h: Same.
1171 * gdbcmd.h: Same.
1172 * gdbtypes.h: Same.
1173 * gnu-nat.c: Same.
1174 * guile/scm-objfile.c: Same.
1175 * i386-tdep.c: Same.
1176 * i386-tdep.h: Same.
1177 * infcall.c: Same.
1178 * infcall.h: Same.
1179 * linux-nat.c: Same.
1180 * m68k-tdep.c: Same.
1181 * macroexp.c: Same.
1182 * memattr.c: Same.
1183 * mi/mi-cmd-disas.c: Same.
1184 * mi/mi-getopt.h: Same.
1185 * mi/mi-main.c: Same.
1186 * minsyms.c: Same.
1187 * nat/aarch64-sve-linux-sigcontext.h: Same.
1188 * objfiles.h: Same.
1189 * ppc-linux-nat.c: Same.
1190 * ppc-linux-tdep.c: Same.
1191 * ppc-tdep.h: Same.
1192 * progspace.h: Same.
1193 * prologue-value.h: Same.
1194 * python/py-evtregistry.c: Same.
1195 * python/py-instruction.h: Same.
1196 * record-btrace.c: Same.
1197 * record-full.c: Same.
1198 * remote.c: Same.
1199 * rs6000-tdep.c: Same.
1200 * ser-tcp.c: Same.
1201 * sol-thread.c: Same.
1202 * sparc-sol2-tdep.c: Same.
1203 * sparc64-tdep.c: Same.
1204 * stabsread.c: Same.
1205 * symfile.c: Same.
1206 * symtab.h: Same.
1207 * target.c: Same.
1208 * tracepoint.c: Same.
1209 * tui/tui-data.h: Same.
1210 * tui/tui-io.c: Same.
1211 * tui/tui-win.c: Same.
1212 * tui/tui.c: Same.
1213 * unittests/rsp-low-selftests.c: Same.
1214 * user-regs.h: Same.
1215 * utils.c: Same.
1216 * utils.h: Same.
1217 * valarith.c: Same.
1218 * valops.c: Same.
1219 * valprint.c: Same.
1220 * valprint.h: Same.
1221 * value.c: Same.
1222 * value.h: Same.
1223 * varobj.c: Same.
1224 * x86-nat.h: Same.
1225 * xtensa-tdep.c: Same.
1226
1227 2019-10-25 Ali Tamur <tamur@google.com>
1228
1229 * charset.c (find_charset_names): Reflect API change.
1230
1231 2019-10-25 Christian Biesinger <cbiesinger@google.com>
1232
1233 * symtab.c (struct demangled_name_entry): Change demangled name
1234 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
1235 part of the struct anymore.
1236 (symbol_set_names): No longer obstack allocate + copy the demangled
1237 name, just store the allocated name from bfd.
1238
1239 2019-10-25 Tom Tromey <tromey@adacore.com>
1240
1241 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
1242 (bsearch_cie_cmp, add_cie): Remove.
1243 (find_cie): Reimplement.
1244 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
1245 (dwarf2_build_frame_info): Update.
1246
1247 2019-10-24 H.J. Lu <hongjiu.lu@intel.com>
1248
1249 PR gdb/25126
1250 * symfile.c (reread_symbols): Call forget_cached_source_info to
1251 clear the stale source cache.
1252
1253 2019-10-24 Christian Biesinger <cbiesinger@google.com>
1254
1255 * configure: Regenerate.
1256 * configure.ac: Remove code that sets python_has_threads.
1257
1258 2019-10-24 Christian Biesinger <cbiesinger@google.com>
1259
1260 * config.in: Regenerate.
1261 * configure: Regenerate.
1262 * configure.ac: Remove the code that uses sed to get the python
1263 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
1264
1265 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1266
1267 * python/py-progspace.c (pspy_block_for_pc): Return None for all
1268 error paths.
1269
1270 2019-10-23 Tom Tromey <tom@tromey.com>
1271
1272 * arc-tdep.c: Remove ".." from include.
1273 * frv-tdep.c: Remove ".." from include.
1274 * lm32-tdep.c: Remove ".." from include.
1275 * microblaze-tdep.c: Remove ".." from include.
1276 * or1k-tdep.h: Remove ".." from include.
1277 * s12z-tdep.c: Remove ".." from include.
1278 * Makefile.in (OPCODES_CFLAGS): Add comment.
1279 (TOP_CFLAGS): New variable.
1280 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
1281
1282 2019-10-23 Tom Tromey <tom@tromey.com>
1283
1284 * Makefile.in (READLINE_DIR): Update.
1285
1286 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1287
1288 * infcall.c (call_function_by_hand_dummy): Fix the function
1289 comment. And extract out a code section into...
1290 (reserve_stack_space): ...this new function.
1291
1292 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1293
1294 * infcall.c (value_arg_coerce): Remove an unused parameter.
1295 (call_function_by_hand_dummy): Update the call to
1296 'value_arg_coerce'.
1297
1298 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1299
1300 * infcall.c (call_function_by_hand_dummy): Refactor.
1301
1302 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1303
1304 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
1305
1306 2019-10-23 Tom Tromey <tom@tromey.com>
1307
1308 * configure: Rebuild.
1309 * configure.ac: Don't check for sigprocmask.
1310 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
1311
1312 2019-10-23 Tom Tromey <tom@tromey.com>
1313
1314 * configure: Rebuild.
1315 * acinclude.m4: Use m4_include, not sinclude.
1316
1317 2019-10-23 Tom de Vries <tdevries@suse.de>
1318
1319 PR breakpoints/24687
1320 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
1321
1322 2019-10-22 Christian Biesinger <cbiesinger@google.com>
1323
1324 * symtab.c (struct demangled_name_entry) <language>: Change from
1325 bitfield to regular variable.
1326
1327 2019-10-22 Christian Biesinger <cbiesinger@google.com>
1328
1329 * symtab.c (struct demangled_name_entry): Add a constructor.
1330 (free_demangled_name_entry): New function to call the destructor
1331 for demangled_name_entry.
1332 (create_demangled_names_hash): Pass free_demangled_name_entry to
1333 htab_create_alloc.
1334 (symbol_set_names): Call placement new for demangled_name_entry.
1335 * utils.c: No longer include xxhash.h here, now that fast_hash
1336 is inlined in the header.
1337 * utils.h: Instead, include it here.
1338
1339 2019-10-22 Christian Biesinger <cbiesinger@google.com>
1340
1341 * Makefile.in: Link with libxxhash.
1342 * config.in: Regenerate.
1343 * configure: Regenerate.
1344 * configure.ac: Search for libxxhash.
1345 * utils.c (fast_hash): Use xxhash if present.
1346
1347 2019-10-22 Christian Biesinger <cbiesinger@google.com>
1348
1349 * utils.h (fast_hash): New function.
1350 * symtab.c (hash_demangled_name_entry): Call new function
1351 fast_hash.
1352
1353 2019-10-22 Christian Biesinger <cbiesinger@google.com>
1354
1355 * symtab.c (struct demangled_name_entry): Change type of mangled
1356 to gdb::string_view. Also adds a constructor that takes the
1357 mangled name.
1358 (hash_demangled_name_entry): Update.
1359 (eq_demangled_name_entry): Update.
1360 (free_demangled_name_entry): New function to call the destructor
1361 now that this is not a POD anymore.
1362 (create_demangled_names_hash): Pass free_demangled_name_entry to
1363 htab_create_alloc.
1364 (symbol_set_names): Update.
1365
1366 2019-10-21 Ali Tamur <tamu@google.com>
1367
1368 * dwarf2read.c (dir_index): Change type.
1369 (file_name_index): Likewise.
1370 (line_header::include_dir_at): Change comment and implementation on
1371 whether it is DWARF 5.
1372 (line_header::is_valid_file_index): New function.
1373 (line_header::file_name_at): Change comment and implementation on
1374 whether it is DWARF 5.
1375 (line_header::file_names): Change to private field renamed as
1376 m_file_names and introduce a new accessor method.
1377 (line_header::file_names_size): New method.
1378 (line_header::include_dirs): Change to private field and rename as
1379 m_include_dirs.
1380 (dw2_get_file_names_reader): Define local var at a smaller scope and
1381 reflect API change.
1382 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
1383 (process_structure_scope): Likewise.
1384 (line_header::add_include_dir): Change message and reflect renaming.
1385 (line_header::add_file_name): Likewise.
1386 (read_formatted_entries): Handle DW_FORM_data16.
1387 (dwarf_decode_line_header): Fix line header length calculation.
1388 (psymtab_include_file_name): Change comment and API.
1389 (lnp_state_machine::m_file): Update comment and reflect type change.
1390 (lnp_state_machine::record_line): Reflect type change.
1391 (dwarf_decode_lines): Reflect API change.
1392 (file_file_name): Likewise.
1393 (file_full_name): Likewise.
1394
1395 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
1396
1397 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
1398
1399 2019-10-21 Tom Tromey <tom@tromey.com>
1400
1401 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
1402
1403 2019-10-21 Tom Tromey <tom@tromey.com>
1404
1405 * configure.ac (nm.h): Conditionally create nm.h link. Subst
1406 NM_H. Use AC_CONFIG_LINKS.
1407 * configure: Rebuild.
1408 * Makefile.in (NM_H): New variable.
1409 (generated_files): Add NM_H. Remove gcore.
1410 (nm.h, stamp-nmh): New targets.
1411
1412 2019-10-20 Tom Tromey <tom@tromey.com>
1413
1414 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
1415 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
1416 obsolete comment.
1417 (put_objfile_before): Now static.
1418
1419 2019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
1420
1421 * gdbsupport/common-utils.h (startswith): Change return type to
1422 bool.
1423
1424 2019-10-19 Christian Biesinger <cbiesinger@google.com>
1425
1426 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
1427 * breakpoint.c (bp_locations_compare): Rename to...
1428 (bp_location_is_less_than): ...this, and change to std::sort semantics.
1429 (update_global_location_list): Use std::sort instead of qsort.
1430 * buildsym.c (compare_line_numbers): Rename to...
1431 (lte_is_less_than): ...this, and change to std::sort semantics.
1432 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
1433 instead of qsort.
1434 * disasm.c (compare_lines): Rename to...
1435 (line_is_less_than): ...this, and change to std::sort semantics.
1436 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
1437 of qsort.
1438 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
1439 (fde_is_less_than): ...this, and change to std::sort semantics.
1440 (dwarf2_build_frame_info): Call std::sort instead of qsort.
1441 * mdebugread.c (compare_blocks):
1442 (block_is_less_than): ...this, and change to std::sort semantics.
1443 (sort_blocks): Call std::sort instead of qsort.
1444 * objfiles.c (qsort_cmp): Rename to...
1445 (sort_cmp): ...this, and change to std::sort semantics.
1446 (update_section_map): Call std::sort instead of qsort.
1447 * remote.c (compare_pnums): Remove.
1448 (map_regcache_remote_table): Call std::sort instead of qsort.
1449 * utils.c (compare_positive_ints): Remove.
1450 * utils.h (compare_positive_ints): Remove.
1451 * xcoffread.c (compare_lte): Remove.
1452 (arrange_linetable): Call std::sort instead of qsort.
1453
1454 2019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
1455
1456 * symfile.c (init_entry_point_info): Fix typo.
1457 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
1458
1459 2019-10-18 Tom de Vries <tdevries@suse.de>
1460
1461 * aarch64-tdep.c: Fix typos in comments.
1462 * ada-lang.c: Same.
1463 * ada-tasks.c: Same.
1464 * alpha-tdep.c: Same.
1465 * alpha-tdep.h: Same.
1466 * amd64-nat.c: Same.
1467 * amd64-windows-tdep.c: Same.
1468 * arc-tdep.c: Same.
1469 * arc-tdep.h: Same.
1470 * arch-utils.c: Same.
1471 * arm-nbsd-tdep.c: Same.
1472 * arm-tdep.c: Same.
1473 * ax-gdb.c: Same.
1474 * blockframe.c: Same.
1475 * btrace.c: Same.
1476 * c-varobj.c: Same.
1477 * coff-pe-read.c: Same.
1478 * coffread.c: Same.
1479 * cris-tdep.c: Same.
1480 * darwin-nat.c: Same.
1481 * dbxread.c: Same.
1482 * dcache.c: Same.
1483 * disasm.c: Same.
1484 * dtrace-probe.c: Same.
1485 * dwarf-index-write.c: Same.
1486 * dwarf2-frame-tailcall.c: Same.
1487 * dwarf2-frame.c: Same.
1488 * dwarf2read.c: Same.
1489 * eval.c: Same.
1490 * exceptions.c: Same.
1491 * fbsd-tdep.c: Same.
1492 * findvar.c: Same.
1493 * frame.c: Same.
1494 * frv-tdep.c: Same.
1495 * gnu-v3-abi.c: Same.
1496 * go32-nat.c: Same.
1497 * h8300-tdep.c: Same.
1498 * hppa-tdep.c: Same.
1499 * i386-linux-tdep.c: Same.
1500 * i386-tdep.c: Same.
1501 * ia64-libunwind-tdep.c: Same.
1502 * ia64-tdep.c: Same.
1503 * infcmd.c: Same.
1504 * infrun.c: Same.
1505 * linespec.c: Same.
1506 * linux-nat.c: Same.
1507 * linux-thread-db.c: Same.
1508 * machoread.c: Same.
1509 * mdebugread.c: Same.
1510 * mep-tdep.c: Same.
1511 * mn10300-tdep.c: Same.
1512 * namespace.c: Same.
1513 * objfiles.c: Same.
1514 * opencl-lang.c: Same.
1515 * or1k-tdep.c: Same.
1516 * osabi.c: Same.
1517 * ppc-linux-nat.c: Same.
1518 * ppc-linux-tdep.c: Same.
1519 * ppc-sysv-tdep.c: Same.
1520 * printcmd.c: Same.
1521 * procfs.c: Same.
1522 * record-btrace.c: Same.
1523 * record-full.c: Same.
1524 * remote-fileio.c: Same.
1525 * remote.c: Same.
1526 * rs6000-tdep.c: Same.
1527 * s12z-tdep.c: Same.
1528 * score-tdep.c: Same.
1529 * ser-base.c: Same.
1530 * ser-go32.c: Same.
1531 * skip.c: Same.
1532 * sol-thread.c: Same.
1533 * solib-svr4.c: Same.
1534 * solib.c: Same.
1535 * source.c: Same.
1536 * sparc-nat.c: Same.
1537 * sparc-sol2-tdep.c: Same.
1538 * sparc-tdep.c: Same.
1539 * sparc64-tdep.c: Same.
1540 * stabsread.c: Same.
1541 * stack.c: Same.
1542 * symfile.c: Same.
1543 * symtab.c: Same.
1544 * target-descriptions.c: Same.
1545 * target-float.c: Same.
1546 * thread.c: Same.
1547 * utils.c: Same.
1548 * valops.c: Same.
1549 * valprint.c: Same.
1550 * value.c: Same.
1551 * varobj.c: Same.
1552 * windows-nat.c: Same.
1553 * xcoffread.c: Same.
1554 * xstormy16-tdep.c: Same.
1555 * xtensa-tdep.c: Same.
1556
1557 2019-10-17 Tom Tromey <tromey@adacore.com>
1558
1559 * configure: Rebuild.
1560 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
1561 in AC_CONFIG_FILES invocation.
1562 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
1563 new-style config.status invocation.
1564
1565 2019-10-17 Tom de Vries <tdevries@suse.de>
1566
1567 * arm-nbsd-nat.c: Fix typos in comments.
1568 * arm-tdep.c: Same.
1569 * darwin-nat-info.c: Same.
1570 * dwarf2read.c: Same.
1571 * elfread.c: Same.
1572 * event-top.c: Same.
1573 * findvar.c: Same.
1574 * gdbtypes.c: Same.
1575 * hppa-tdep.c: Same.
1576 * i386-tdep.c: Same.
1577 * jit.c: Same.
1578 * main.c: Same.
1579 * mdebugread.c: Same.
1580 * moxie-tdep.c: Same.
1581 * nto-procfs.c: Same.
1582 * osabi.c: Same.
1583 * ppc-linux-tdep.c: Same.
1584 * remote.c: Same.
1585 * riscv-tdep.c: Same.
1586 * s390-tdep.c: Same.
1587 * sh-tdep.c: Same.
1588 * sparc-linux-tdep.c: Same.
1589 * sparc-nat.c: Same.
1590 * stack.c: Same.
1591 * target-descriptions.c: Same.
1592 * top.c: Same.
1593 * varobj.c: Same.
1594
1595 2019-10-16 Tom Tromey <tom@tromey.com>
1596
1597 * objfiles.h (struct objfile) <original_name>: Now const.
1598
1599 2019-10-16 Christian Biesinger <cbiesinger@google.com>
1600
1601 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
1602 pass on to sigsetjmp's second argument.
1603 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
1604
1605 2019-10-16 Keith Seitz <keiths@redhat.com>
1606
1607 PR gdb/23567
1608 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
1609 sections whose size is greater than the file size.
1610
1611 2019-10-16 Jim Wilson <jimw@sifive.com>
1612
1613 * riscv-tdep.c (riscv_gcc_target_options): New.
1614 (riscv_gnu_triplet_regexp): New.
1615 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
1616 set_gdbarch_gnu_triplet_regexp.
1617
1618 2019-10-16 Christian Biesinger <cbiesinger@google.com>
1619
1620 * Makefile.in: Add xml-builtin.h.
1621 * features/feature_to_c.sh: Add an include for xml-builtin.h
1622 to ensure that the compiler checks that the types match.
1623 * xml-builtin.h: New file.
1624 * xml-support.c (fetch_xml_builtin): Add missing const.
1625 * xml-support.h: Remove declaration of xml_builtins.
1626
1627 2019-10-16 Tom de Vries <tdevries@suse.de>
1628
1629 PR tdep/25096
1630 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
1631 (amd64_classify_aggregate): ... here.
1632 (amd64_classify_aggregate_field): Handled fiels of nested structs
1633 recursively.
1634
1635 2019-10-16 Tom de Vries <tdevries@suse.de>
1636
1637 PR tdep/24104
1638 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
1639 that handles 'theclass'.
1640
1641 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1642
1643 * linespec.c (decode_digits_ordinary): Update comment.
1644 * make-target-delegates: No longer need to handle VEC case.
1645 * memrange.c (normalize_mem_ranges): Update comment.
1646 * namespace.c (add_using_directive): Update comment.
1647 * objc-lang.c (uniquify_strings): Update comment.
1648 * ppc-linux-nat.c (struct thread_points): Update comment.
1649 * probe.h (find_probes_in_objfile): Update comment.
1650 * target.h (enum flash_preserve_mode): Update comment.
1651 * varobj.c (varobj_restrict_range): Update comment.
1652 * varobj.h (varobj_list_children): Update comment.
1653
1654 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1655
1656 * Makefile.in: Remove references to vec.h and vec.c.
1657 * aarch64-tdep.c: No longer include vec.h.
1658 * ada-lang.c: Likewise.
1659 * ada-lang.h: Likewise.
1660 * arm-tdep.c: Likewise.
1661 * ax.h: Likewise.
1662 * breakpoint.h: Likewise.
1663 * charset.c: Likewise.
1664 * cp-support.h: Likewise.
1665 * dtrace-probe.c: Likewise.
1666 * dwarf2read.c: Likewise.
1667 * extension.h: Likewise.
1668 * gdb_bfd.c: Likewise.
1669 * gdbsupport/gdb_vecs.h: Likewise.
1670 * gdbsupport/vec.c: Remove.
1671 * gdbsupport/vec.h: Remove.
1672 * gdbthread.h: Likewise.
1673 * guile/scm-type.c: Likewise.
1674 * inline-frame.c: Likewise.
1675 * machoread.c: Likewise.
1676 * memattr.c: Likewise.
1677 * memrange.h: Likewise.
1678 * namespace.h: Likewise.
1679 * nat/linux-btrace.h: Likewise.
1680 * osdata.c: Likewise.
1681 * parser-defs.h: Likewise.
1682 * progspace.h: Likewise.
1683 * python/py-type.c: Likewise.
1684 * record-btrace.c: Likewise.
1685 * rust-exp.y: Likewise.
1686 * solib-target.c: Likewise.
1687 * stap-probe.c: Likewise.
1688 * target-descriptions.c: Likewise.
1689 * target-memory.c: Likewise.
1690 * target.h: Likewise.
1691 * varobj.c: Likewise.
1692 * varobj.h: Likewise.
1693 * xml-support.h: Likewise.
1694
1695 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1696
1697 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
1698 Update for new std::vector based implementation.
1699 (process_psymtab_comp_unit_reader): Likewise.
1700 (scan_partial_symbols): Likewise.
1701 (recursively_compute_inclusions): Likewise.
1702 (compute_compunit_symtab_includes): Likewise.
1703 (process_imported_unit_die): Likewise.
1704 (queue_and_load_dwo_tu): Likewise.
1705 (follow_die_sig_1): Likewise.
1706 * gdb/dwarf2read.h: Remove DEF_VEC_P.
1707 (typedef dwarf2_per_cu_ptr): Remove.
1708 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
1709 function.
1710 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
1711 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
1712 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
1713 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
1714 std::vector.
1715
1716 2019-10-15 Tom Tromey <tromey@adacore.com>
1717
1718 * windows-nat.c (windows_nat_target::resume): Use %x when logging
1719 TID.
1720
1721 2019-10-15 Tom Tromey <tromey@adacore.com>
1722
1723 * windows-nat.c (windows_nat_target::fetch_registers)
1724 (windows_nat_target::store_registers): Rename "pid" to "tid".
1725
1726 2019-10-15 Tom Tromey <tromey@adacore.com>
1727
1728 * gdbarch.h, gdbarch.c: Rebuild.
1729 * gdbarch.sh (gcc_target_options): Change return type to
1730 std::string.
1731 * compile/compile.c (get_args): Update.
1732 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
1733 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
1734 std::string.
1735 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
1736 std::string.
1737 * arch-utils.c (default_gcc_target_options): Return std::string.
1738 * arch-utils.h (default_gcc_target_options): Return std::string.
1739 * s390-tdep.c (s390_gcc_target_options): Return std::string.
1740
1741 2019-10-15 Christian Biesinger <cbiesinger@google.com>
1742
1743 * breakpoint.c (breakpoint_chain): Make static.
1744 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
1745 of accessing breakpoint_chain.
1746
1747 2019-10-15 Christian Biesinger <cbiesinger@google.com>
1748
1749 * breakpoint.c (iterate_over_breakpoints): Change function pointer
1750 to a gdb::function_view and return value to bool.
1751 * breakpoint.h (iterate_over_breakpoints): Likewise.
1752 * dummy-frame.c (pop_dummy_frame_bpt): Update.
1753 (pop_dummy_frame): Update.
1754 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
1755 (gdbscm_breakpoints): Update.
1756 * python/py-breakpoint.c (build_bp_list): Update.
1757 (gdbpy_breakpoints): Update.
1758 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
1759 Update.
1760 (bpfinishpy_handle_stop): Update.
1761 (bpfinishpy_handle_exit): Update.
1762 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
1763 (svr4_update_solib_event_breakpoints): Update.
1764
1765 2019-10-15 Andreas Arnez <arnez@linux.ibm.com>
1766
1767 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
1768 when unwrapping single-field structs.
1769
1770 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1771
1772 * dwarf2read.c: Remove includes.
1773
1774 2019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1775
1776 * ui-out.c (ui_out::call_do_message): Silence
1777 -Wformat-nonliteral warning.
1778
1779 2019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1780
1781 * breakpoint.c: Remove some includes: continuations.h, skip.h,
1782 mi/mi-main.h, readline/readline.h, readline/history.h. Add
1783 include: readline/tilde.h.
1784
1785 2019-10-12 Christian Biesinger <cbiesinger@google.com>
1786
1787 * remote.c (remote_target::get_trace_status): Remove declaration of
1788 trace_regblock_size.
1789
1790 2019-10-12 Christian Biesinger <cbiesinger@google.com>
1791
1792 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
1793 (show_user): Remove declaration of cmdlist.
1794 * cli/cli-cmds.h (max_user_call_depth): Declare.
1795 * cli/cli-script.c (execute_user_command): Remove declaration
1796 of max_user_call_depth.
1797
1798 2019-10-11 Jim Wilson <jimw@sifive.com>
1799
1800 * gdbsupport/print-utils.h (pulongest): Fix comment.
1801 (plongest): Likewise.
1802 (phex): Add missing comment, mention leading zeros.
1803 (phex_nz): Add mention of no leading zeros to comment.
1804
1805 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
1806 plongest instead of unsigned long long cast.
1807
1808 2019-10-10 Christian Biesinger <cbiesinger@google.com>
1809
1810 * main.c (captured_main_1): Include gdbtk.h and remove declarations
1811 for external_editor_command and gdbtk_test.
1812
1813 2019-10-10 Christian Biesinger <cbiesinger@google.com>
1814
1815 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
1816 * varobj.c (varobjdebug): Move comment to...
1817 * varobj.h (varobjdebug): ...here, and declare.
1818
1819 2019-10-09 Tom Tromey <tom@tromey.com>
1820
1821 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
1822 erase_data_content.
1823
1824 2019-10-09 Tom Tromey <tom@tromey.com>
1825
1826 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
1827 * tui/tui-stack.c (tui_locator_window::rerender): Update.
1828 * tui/tui-command.c (tui_cmd_window::resize)
1829 (tui_refresh_cmd_win): Update.
1830 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
1831 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
1832 * tui/tui-data.c (~tui_gen_win_info): Remove.
1833 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
1834 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
1835 (tui_redisplay_readline, tui_mld_flush)
1836 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
1837 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
1838 (tui_data_window::erase_data_content)
1839 (tui_data_item_window::rerender)
1840 (tui_data_item_window::refresh_window): Update.
1841 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
1842 (box_win, tui_gen_win_info::make_window)
1843 (tui_gen_win_info::make_visible): Update.
1844 (tui_delete_win): Remove.
1845 * tui/tui-winsource.c
1846 (tui_source_window_base::do_erase_source_content): Update.
1847 (tui_show_source_line, tui_source_window_base::update_tab_width)
1848 (tui_source_window_base::update_exec_info): Update.
1849 * tui/tui-data.h (struct curses_deleter): New.
1850 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
1851 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
1852
1853 2019-10-09 Tom Tromey <tom@tromey.com>
1854
1855 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
1856
1857 2019-10-09 Tom Tromey <tom@tromey.com>
1858
1859 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
1860 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
1861
1862 2019-10-09 Tom Tromey <tom@tromey.com>
1863
1864 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
1865 window height directly.
1866 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
1867 declare.
1868 * tui/tui-layout.c (tui_default_win_height): Remove.
1869 (tui_default_win_viewport_height): Remove.
1870
1871 2019-10-09 Tom Tromey <tom@tromey.com>
1872
1873 * tui/tui.h: Remove comments.
1874
1875 2019-10-09 Tom de Vries <tdevries@suse.de>
1876
1877 * python/lib/gdb/printer/bound_registers.py: Use
1878 '^builtin_type_bound128' as regexp argument for
1879 add_builtin_pretty_printer.
1880
1881 2019-10-09 Christian Biesinger <cbiesinger@google.com>
1882
1883 * guile/guile.c (guile_extension_script_ops): Remove forward
1884 declaration and mark as static.
1885 (guile_script_ops): Likewise.
1886 (extension_language_guile): Move further down in the file so
1887 it can reference the definitions for guile_{extension_,}script_ops.
1888
1889 2019-10-09 Andreas Arnez <arnez@linux.ibm.com>
1890
1891 * s390-tdep.c (390_process_record): Handle new arch13 instructions
1892 except SORTL, DFLTCC, and KDSA.
1893
1894 2019-10-08 Tom Tromey <tromey@adacore.com>
1895
1896 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
1897 (struct safe_symbol_file_add_args): Remove.
1898
1899 2019-10-08 Tom Tromey <tromey@adacore.com>
1900
1901 * windows-nat.c: Don't include buildsym-legacy.h.
1902
1903 2019-10-08 Tom Tromey <tromey@adacore.com>
1904
1905 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
1906
1907 2019-10-08 Christian Biesinger <cbiesinger@google.com>
1908
1909 * gdbtypes.c (overload_debug): Move comment to header.
1910 * gdbtypes.h (overload_debug): Declare.
1911 * valops.c: Remove declaration of overload_debug, instead
1912 include gdbtypes.h.
1913
1914 2019-10-08 Christian Biesinger <cbiesinger@google.com>
1915
1916 * language.c (show_language_command): Pass lang_frame_mismatch_warn
1917 through _().
1918 (lang_frame_mismatch_warn): Make const, mark with N_(), and
1919 move comment...
1920 * language.h (lang_frame_mismatch_warn): ... here. Also add
1921 declaration.
1922 * top.c (lang_frame_mismatch_warn): Remove declaration.
1923 (check_frame_language_change): Pass lang_frame_mismatch_warn
1924 through _().
1925
1926 2019-10-07 Christian Biesinger <cbiesinger@google.com>
1927
1928 * c-lang.h (vtbl_ptr_name): Declare.
1929 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
1930 it from the header.
1931 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
1932
1933 2019-10-07 Christian Biesinger <cbiesinger@google.com>
1934
1935 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
1936 gdb_static_assert.
1937
1938 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1939
1940 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
1941 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
1942 * ctfread.c: New file.
1943 * ctfread.h: New file.
1944 * elfread.c: Include ctfread.h.
1945 (struct elfinfo text_p): New member ctfsect.
1946 (elf_locate_sections): Mark CTF section.
1947 (elf_symfile_read): Call elfctf_build_psymtabs.
1948 * Makefile.in (LIBCTF): Add.
1949 (CLIBS): Use it.
1950 (CDEPS): Likewise.
1951 (DIST): Add ctfread.c.
1952
1953 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1954
1955 * ctfread.c (struct nextfield): Renamed to ...
1956 (struct ctf_nextfield): ... this.
1957 (struct field_info): Renamed to ...
1958 (strut ctf_field_info): ... this.
1959 (attach_fields_to_type): Update for renamed structures.
1960 (ctf_add_member_cb): Likewise.
1961 (ctf_add_enum_member_cb): Likewise.
1962 (process_struct_members): Likewise.
1963 (process_enum_type): Likewise.
1964
1965 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1966
1967 * tracectf.h: Rename, was ctf.h.
1968 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
1969 * tracefile.c: Likewise.
1970 * tracepoint.c: Remove unused include ctf.h.
1971 * mi/mi-main.c: Likewise.
1972 * Makefile.in Replace ctf.c with tracectf.c.
1973
1974 2019-10-06 Joel Brobecker <brobecker@adacore.com>
1975
1976 * version.in: Change version number to "9.0.50.DATE-git".
1977
1978 2019-10-03 Tom Tromey <tom@tromey.com>
1979
1980 PR rust/24976:
1981 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
1982
1983 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1984
1985 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
1986 cp_search_name_hash.
1987 * NEWS: Add entry about nested function support.
1988
1989 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1990 Andrew Burgess <andrew.burgess@embecosm.com>
1991
1992 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
1993 for nested static variables when searchin VAR_DOMAIN.
1994 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
1995 global scope, update comment.
1996 (add_partial_subprogram): Call add_partial_subprogram recursively
1997 for nested subroutines when processinng Fortran.
1998 (load_partial_dies): Process the child entities of a subprogram
1999 when processing Fortran.
2000 (partial_die_parent_scope): Handle building scope
2001 for Fortran nested functions.
2002 (process_die): Record that nested functions have a scope.
2003 (new_symbol): Always record Fortran subprograms on the global
2004 symbol list.
2005 (determine_prefix): How to build the prefix for Fortran
2006 subprograms.
2007
2008 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2009
2010 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
2011 have just sent the thread a SIGSTOP and are waiting for it to
2012 arrive.
2013
2014 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2015
2016 * btrace.c (btrace_add_pc): Remove whitespace before the template
2017 parameter in 'std::vector <...>'.
2018 (parse_xml_btrace_block): Likewise.
2019 (btrace_maint_decode_pt): Likewise.
2020 (btrace_maint_update_packets): Likewise.
2021 (btrace_maint_print_packets): Likewise.
2022 * btrace.h (struct btrace_maint_info): Likewise.
2023 * dwarf2read.c (struct type_unit_group): Likewise.
2024 (build_type_psymtabs_reader): Likewise.
2025 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
2026 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
2027 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
2028
2029 2019-10-03 Tom de Vries <tdevries@suse.de>
2030
2031 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
2032 the first line of the help text for set/show style metadata.
2033
2034 2019-10-02 Tom Tromey <tromey@adacore.com>
2035
2036 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
2037 * gdbsupport/common-inferior.c: New file.
2038 * infcmd.c (startup_with_shell): Don't define.
2039 * nat/fork-inferior.h (startup_with_shell): Don't declare.
2040 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
2041 * inferior.h (startup_with_shell): Don't declare.
2042
2043 2019-10-02 Christian Biesinger <cbiesinger@google.com>
2044
2045 * gdbsupport/gdb_assert.h: Include errors.h.
2046 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
2047
2048 2019-10-02 Tom Tromey <tromey@adacore.com>
2049
2050 * NEWS: Add $_ada_exception entry.
2051 * ada-lang.c (struct ada_catchpoint): Add constructor.
2052 <m_kind>: New member.
2053 (allocate_location_exception, re_set_exception): Remove
2054 "ex" parameter.
2055 (should_stop_exception): Compute $_ada_exception.
2056 (check_status_exception, print_it_exception)
2057 (print_one_exception, print_mention_exception): Remove
2058 "ex" parameter.
2059 (allocate_location_catch_exception, re_set_catch_exception)
2060 (check_status_exception, print_it_catch_exception)
2061 (print_one_catch_exception, print_mention_catch_exception)
2062 (print_recreate_catch_exception)
2063 (allocate_location_catch_exception_unhandled)
2064 (re_set_catch_exception_unhandled)
2065 (check_status_exception, print_it_catch_exception_unhandled)
2066 (print_one_catch_exception_unhandled)
2067 (print_mention_catch_exception_unhandled)
2068 (print_recreate_catch_exception_unhandled)
2069 (allocate_location_catch_assert, re_set_catch_assert)
2070 (check_status_assert, print_it_catch_assert)
2071 (print_one_catch_assert, print_mention_catch_assert)
2072 (print_recreate_catch_assert)
2073 (allocate_location_catch_handlers, re_set_catch_handlers)
2074 (check_status_handlers, print_it_catch_handlers)
2075 (print_one_catch_handlers, print_mention_catch_handlers)
2076 (print_recreate_catch_handlers): Remove.
2077 (create_ada_exception_catchpoint): Update.
2078 (initialize_ada_catchpoint_ops): Update.
2079
2080 2019-10-02 Tom Tromey <tromey@adacore.com>
2081
2082 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
2083 (create_excep_cond_exprs): Simplify exception string computation.
2084 (ada_exception_catchpoint_cond_string): Likewise.
2085
2086 2019-10-02 Tom Tromey <tromey@adacore.com>
2087
2088 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
2089 * ada-lang.c (lesseq_defined_than): Handle
2090 LOC_STATIC.
2091 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
2092 parameter.
2093 (dwarf2_has_info): Likewise.
2094 (new_symbol): Set maybe_copied on symbol when
2095 appropriate.
2096 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
2097 parameter.
2098 <can_copy>: New member.
2099 * elfread.c (record_minimal_symbol): Set maybe_copied
2100 on symbol when appropriate.
2101 (elf_symfile_read): Update call to dwarf2_has_info.
2102 * minsyms.c (lookup_minimal_symbol_linkage): New
2103 function.
2104 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
2105 * symtab.c (get_symbol_address, get_msymbol_address):
2106 New functions.
2107 * symtab.h (get_symbol_address, get_msymbol_address):
2108 Declare.
2109 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
2110 maybe_copied.
2111 (struct symbol, struct minimal_symbol) <maybe_copied>:
2112 New member.
2113
2114 2019-10-02 Tom Tromey <tromey@adacore.com>
2115
2116 * source.c (struct current_source_location): New.
2117 (current_source_key): New global.
2118 (current_source_symtab, current_source_line)
2119 (current_source_pspace): Remove.
2120 (get_source_location): New function.
2121 (get_current_source_symtab_and_line)
2122 (set_default_source_symtab_and_line)
2123 (set_current_source_symtab_and_line)
2124 (clear_current_source_symtab_and_line, select_source_symtab)
2125 (info_source_command, print_source_lines_base)
2126 (info_line_command, search_command_helper, _initialize_source):
2127 Update.
2128
2129 2019-10-02 Tom Tromey <tromey@adacore.com>
2130
2131 * source.c (select_source_symtab): Don't call
2132 decode_line_with_current_source.
2133
2134 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2135
2136 * symtab.c (lookup_global_symbol): Search global block.
2137
2138 2019-10-02 Tom Tromey <tromey@adacore.com>
2139
2140 * coffread.c (process_coff_symbol): Update.
2141 * dwarf2read.c (var_decode_location, new_symbol): Update.
2142 * mdebugread.c (parse_symbol): Update.
2143 * objfiles.c (relocate_one_symbol): Update.
2144 * stabsread.c (define_symbol, fix_common_block)
2145 (scan_file_globals): Update.
2146 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
2147 (SET_SYMBOL_VALUE_ADDRESS): New macro.
2148 * xcoffread.c (process_xcoff_symbol): Update.
2149
2150 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2151
2152 * MAINTAINERS: Update my email address.
2153
2154 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2155
2156 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
2157 std::vector.
2158 (build_type_psymtabs_reader): Update for std::vector.
2159 (build_type_psymtab_dependencies): Likewise.
2160 * dwarf2read.h: Remove use of DEF_VEC_P.
2161 (typedef sig_type_ptr): Delete.
2162
2163 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2164
2165 * btrace.c (btrace_maint_clear): Update to handle change from VEC
2166 to std::vector.
2167 (btrace_maint_decode_pt): Likewise, and move allocation of the
2168 vector outside of the loop.
2169 (btrace_maint_update_packets): Update to handle change from VEC to
2170 std::vector.
2171 (btrace_maint_print_packets): Likewise.
2172 (maint_info_btrace_cmd): Likewise.
2173 * btrace.h: Remove use of DEF_VEC_O.
2174 (typedef btrace_pt_packet_s): Delete.
2175 (struct btrace_maint_info) <packets>: Change fromm VEC to
2176 std::vector.
2177 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
2178
2179 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2180
2181 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
2182 make accesses into the vector constant references.
2183 (btrace_add_pc): Update for std::vector.
2184 (btrace_stitch_bts): Likewise.
2185 (parse_xml_btrace_block): Likewise.
2186 (btrace_maint_update_packets): Likewise.
2187 (btrace_maint_print_packets): Likewise.
2188 (maint_info_btrace_cmd): Likewise.
2189 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
2190 std::vector.
2191 (btrace_data::empty): Likewise.
2192 (btrace_data_append): Likewise.
2193 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
2194 (typedef btrace_block_s): Delete.
2195 (struct btrace_block): Add constructor.
2196 (struct btrace_data_bts) <blocks>: Change to std::vector.
2197 * nat/linux-btrace.c (perf_event_read_bts): Update for
2198 std::vector.
2199 (linux_read_bts): Likewise.
2200
2201 2019-10-01 Tom Tromey <tom@tromey.com>
2202
2203 * cli/cli-logging.c (show_logging_filename): Use styled_string.
2204
2205 2019-10-01 Tom Tromey <tom@tromey.com>
2206
2207 * stack.c (print_frame, info_frame_command_core): Use
2208 styled_string.
2209 * linux-thread-db.c (try_thread_db_load_1)
2210 (try_thread_db_load_from_pdir_1): Use styled_string.
2211 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
2212 (auto_load_section_scripts, info_auto_load_local_gdbinit)
2213 (maybe_print_unsupported_script_warning)
2214 (maybe_print_script_not_found_warning): Use styled_string.
2215 * ada-lang.c (user_select_syms): Use styled_string.
2216
2217 2019-10-01 Tom Tromey <tom@tromey.com>
2218
2219 * p-lang.c (pascal_printstr): Use metadata style.
2220 * value.c (show_convenience): Use metadata style.
2221 * valprint.c (valprint_check_validity, val_print_optimized_out)
2222 (val_print_not_saved, val_print_unavailable)
2223 (val_print_invalid_address, generic_val_print, val_print)
2224 (value_check_printable, val_print_array_elements): Use metadata
2225 style.
2226 * ui-out.h (class ui_out) <field_fmt>: New overload.
2227 <do_field_fmt>: Add style parameter.
2228 * ui-out.c (ui_out::field_fmt): New overload.
2229 * typeprint.c (type_print_unknown_return_type)
2230 (val_print_not_allocated, val_print_not_associated): Use metadata
2231 style.
2232 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
2233 parameter.
2234 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
2235 * tracepoint.c (tvariables_info_1): Use metadata style.
2236 * stack.c (print_frame_arg, print_frame_info, print_frame)
2237 (info_frame_command_core): Use metadata style.
2238 * skip.c (info_skip_command): Use metadata style.
2239 * rust-lang.c (rust_print_enum): Use metadata style.
2240 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
2241 metadata style.
2242 * python/py-framefilter.c (py_print_single_arg): Use metadata
2243 style.
2244 * printcmd.c (do_one_display, print_variable_and_value): Use
2245 metadata style.
2246 * p-valprint.c (pascal_val_print)
2247 (pascal_object_print_value_fields): Use metadata style.
2248 * p-typeprint.c (pascal_type_print_base): Use metadata style.
2249 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
2250 parameter.
2251 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
2252 * m2-valprint.c (m2_print_long_set): Use metadata style.
2253 * m2-typeprint.c (m2_print_type): Use metadata style.
2254 * infcmd.c (print_return_value_1): Use metadata style.
2255 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
2256 * f-valprint.c (info_common_command_for_block): Use metadata
2257 style.
2258 * f-typeprint.c (f_type_print_base): Use metadata style.
2259 * expprint.c (print_subexp_standard): Use metadata style.
2260 * cp-valprint.c (cp_print_value_fields): Use metadata style.
2261 * cli/cli-style.h (class cli_style_option): Add constructor.
2262 (metadata_style): Declare.
2263 * cli/cli-style.c (metadata_style): New global.
2264 (_initialize_cli_style): Register metadata style.
2265 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
2266 parameter.
2267 * cli-out.c (cli_ui_out::do_field_fmt): Update.
2268 * c-typeprint.c (c_type_print_base_struct_union)
2269 (c_type_print_base_1): Use metadata style.
2270 * breakpoint.c (watchpoint_value_print)
2271 (print_one_breakpoint_location): Use metadata style.
2272 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
2273 style.
2274 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
2275 style.
2276 * ada-valprint.c (val_print_packed_array_elements, printstr)
2277 (print_field_values, ada_val_print_ref, ada_val_print): Use
2278 metadata style.
2279 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
2280 style.
2281 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
2282 style.
2283 * ada-lang.c (user_select_syms): Use metadata style.
2284
2285 2019-10-01 Tom Tromey <tom@tromey.com>
2286
2287 * cli/cli-cmds.c (pwd_command): Style output.
2288
2289 2019-10-01 Pedro Alves <palves@redhat.com>
2290 Tom Tromey <tom@tromey.com>
2291
2292 * symtab.c (print_symbol_info): Use %ps.
2293 (print_msymbol_info): Use %ps.
2294 * symfile.c (symbol_file_add_with_addrs): Use %ps.
2295 * printcmd.c (print_variable_and_value): Use %ps.
2296 * macrocmd.c (show_pp_source_pos): Use %ps.
2297 * infrun.c (print_exited_reason): Use ui_out::message.
2298 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
2299 (describe_other_breakpoints): Use ui_out::message and new
2300 formats.
2301 (say_where): Use new formats.
2302 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
2303 and new formats.
2304
2305 2019-10-01 Pedro Alves <palves@redhat.com>
2306 Tom Tromey <tom@tromey.com>
2307
2308 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
2309 (test_gdb_formats): New function.
2310 (run_tests): Call it.
2311 (test_format_specifier): Update.
2312 * utils.h (fputs_filtered): Update comment.
2313 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
2314 (fputs_styled_unfiltered): Declare.
2315 * utils.c (fputs_styled_unfiltered): New function.
2316 (vfprintf_maybe_filtered): Add gdbfmt parameter.
2317 (vfprintf_filtered): Update.
2318 (vfprintf_unfiltered, vprintf_filtered): Update.
2319 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
2320 * ui-out.h (enum ui_out_flag) <unfiltered_output,
2321 disallow_ui_out_field>: New constants.
2322 (enum class field_kind): New.
2323 (struct base_field_s, struct signed_field_s): New.
2324 (signed_field): New function.
2325 (struct string_field_s): New.
2326 (string_field): New function.
2327 (struct styled_string_s): New.
2328 (styled_string): New function.
2329 (class ui_out) <message>: Add comment.
2330 <vmessage, call_do_message>: New methods.
2331 <do_message>: Add style parameter.
2332 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
2333 methods.
2334 (ui_out::message): Rewrite.
2335 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
2336 parameter.
2337 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
2338 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
2339 gdb_extensions parameter.
2340 (class format_piece): Add parameter to constructor.
2341 (n_int_args): New field.
2342 * gdbsupport/format.c (format_pieces::format_pieces): Add
2343 gdb_extensions parameter. Handle '*'.
2344 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
2345 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
2346 vfprintf_styled_no_gdbfmt.
2347 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
2348 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
2349 unfiltered output.
2350 * ui-style.h (struct ui_file_style) <ptr>: New method.
2351
2352 2019-10-01 Tom Tromey <tom@tromey.com>
2353
2354 * unittests/format_pieces-selftests.c: Update. Add final format.
2355 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
2356 empty literal pieces.
2357
2358 2019-10-01 Tom Tromey <tom@tromey.com>
2359
2360 * ui-out.h (enum class ui_out_style_kind): Remove.
2361 (class ui_out) <field_string, field_stsream, do_field_string>:
2362 Change type of "style".
2363 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
2364 (ui_out::field_string): Update.
2365 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
2366 of "style".
2367 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
2368 * tracepoint.c (print_one_static_tracepoint_marker): Update.
2369 * stack.c (print_frame_arg, print_frame_info, print_frame):
2370 Update.
2371 * source.c (print_source_lines_base): Update.
2372 * solib.c (info_sharedlibrary_command): Update.
2373 * skip.c (info_skip_command): Update.
2374 * record-btrace.c (btrace_call_history_src_line)
2375 (btrace_call_history): Update.
2376 * python/py-framefilter.c (py_print_frame): Update.
2377 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
2378 "style".
2379 * mi/mi-out.c (mi_ui_out::do_table_header)
2380 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
2381 (mi_ui_out::do_field_string): Update.
2382 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
2383 Update.
2384 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
2385 "style".
2386 * cli-out.c (cli_ui_out::do_table_header)
2387 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
2388 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
2389 (cli_ui_out::do_field_fmt): Update.
2390 * breakpoint.c (print_breakpoint_location): Update.
2391 (update_static_tracepoint): Update.
2392
2393 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2394
2395 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
2396 conversion of gdb_datadir.
2397 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
2398 remove not needed c_str ().
2399
2400 2019-09-30 Ali Tamur <tamur@google.com>
2401
2402 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
2403 (dwarf2_string_attr): Likewise.
2404
2405 2019-09-30 Ali Tamur <tamur@google.com>
2406
2407 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
2408 (process_full_type_unit): Likewise.
2409 (dump_die_shallow): Likewise.
2410 (cu_debug_loc_section): Likewise.
2411
2412 2019-09-28 Christian Biesinger <cbiesinger@google.com>
2413
2414 * minsyms.c (compare_minimal_symbols): Rename to...
2415 (minimal_symbol_is_less_than): ...this, and adjust to STL
2416 conventions (return bool, take arguments as references)
2417 (minimal_symbol_reader::install): Call std::sort instead
2418 of qsort.
2419
2420 2019-09-29 Christian Biesinger <cbiesinger@google.com>
2421
2422 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
2423 hash and why.
2424 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
2425 msymbol_hash, msymbol_demangled_hash>: Improve comments.
2426
2427 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
2428
2429 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
2430 * psympriv.h (add_psymbol_to_list): Move comment here and update
2431 it.
2432
2433 2019-09-29 Tom de Vries <tdevries@suse.de>
2434
2435 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
2436 Use $tmpdir/$(basename "$output_file").dwz instead of
2437 "${output_file}.dwz".
2438
2439 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
2440
2441 PR gdb/25045
2442 * hppa-linux-nat.c: Include gdbarch.h.
2443
2444 2019-09-26 Christian Biesinger <cbiesinger@google.com>
2445
2446 * blockframe.c (find_pc_partial_function): Change return type to bool.
2447 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
2448 * minsyms.c (in_gnu_ifunc_stub): Likewise.
2449 (stub_gnu_ifunc_resolve_name): Likewise.
2450 * symtab.c (compare_filenames_for_search): Likewise.
2451 (compare_glob_filenames_for_search): Likewise.
2452 (matching_obj_sections): Likewise.
2453 (symbol_matches_domain): Likewise.
2454 (find_line_symtab): Change out param EXACT_MATCH to bool *.
2455 (find_line_pc): Change return type to bool.
2456 (find_line_pc_range): Likewise.
2457 (producer_is_realview): Likewise.
2458 * symtab.h (symbol_matches_domain): Likewise.
2459 (find_pc_partial_function): Likewise.
2460 (find_pc_line_pc_range): Likewise.
2461 (in_gnu_ifunc_stub): Likewise.
2462 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
2463 (find_line_pc): Likewise.
2464 (find_line_pc_range): Likewise.
2465 (matching_obj_sections): Likewise.
2466 (find_line_symtab): Change out parameter to bool.
2467 (producer_is_realview): Change return type to bool.
2468 (compare_filenames_for_search): Likewise.
2469 (compare_glob_filenames_for_search): Likewise.
2470
2471 2019-09-26 Tom Tromey <tom@tromey.com>
2472
2473 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
2474 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
2475 * gdb_usleep.h: Remove.
2476 * gdb_usleep.c: Remove.
2477 * utils.c: Don't include gdb_usleep.h.
2478
2479 2019-09-26 Tom Tromey <tromey@adacore.com>
2480
2481 * python/py-type.c (type_to_type_object): Call check_typedef
2482 for stub types.
2483
2484 2019-09-26 Tom Tromey <tom@tromey.com>
2485
2486 * utils.h (initialize_utils): Don't declare.
2487 * top.c (gdb_init): Don't call initialize_utils.
2488 * utils.c (initialize_utils): Remove. Move contents...
2489 (_initialize_utils): ... here.
2490
2491 2019-09-25 Tom Tromey <tom@tromey.com>
2492
2493 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
2494 * utils.h (make_hex_string): Don't declare.
2495 * utils.c (make_hex_string): Remove.
2496
2497 2019-09-24 Tom de Vries <tdevries@suse.de>
2498
2499 PR gdb/23815
2500 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
2501 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
2502
2503 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
2504
2505 * NEWS: Mention new simulator port for PRU.
2506
2507 2019-09-23 Christian Biesinger <cbiesinger@google.com>
2508
2509 * ada-exp.y (write_object_remaining): Update.
2510 * ada-lang.c (ada_decode): Return a std::string instead of a char*
2511 and eliminate the static buffer.
2512 (ada_decode_symbol): Update.
2513 (ada_la_decode): Update.
2514 (ada_sniff_from_mangled_name): Update.
2515 (is_valid_name_for_wild_match): Update.
2516 (ada_lookup_name_info::matches): Update and simplify.
2517 (name_matches_regex): Update.
2518 (ada_add_global_exceptions): Update.
2519 * ada-lang.h (ada_decode): Update signature.
2520 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
2521 * dwarf-index-write.c (debug_names::insert): Update.
2522
2523 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
2524
2525 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
2526 formatting.
2527
2528 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
2529
2530 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
2531 Change "nonzero" to "true" in documentation.
2532
2533 2019-09-20 Christian Biesinger <cbiesinger@google.com>
2534
2535 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
2536 (_initialize_darwin_solib): Don't set
2537 darwin_so_ops.lookup_lib_global_symbol.
2538 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
2539 set_gdbarch_iterate_over_objfiles_in_search_order.
2540 (elf_lookup_lib_symbol): Rename to...
2541 (svr4_iterate_over_objfiles_in_search_order): this, and update
2542 to iterate semantics.
2543 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
2544 * solib.c (solib_global_lookup): Remove.
2545 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
2546 (solib_global_lookup): Remove.
2547 * symtab.c (lookup_global_or_static_symbol): Remove call to
2548 solib_global_lookup.
2549
2550 2019-09-20 Joel Brobecker <brobecker@adacore.com>
2551
2552 * NEWS: Move entries about default MI version now being
2553 version 3, and about the GDB/MI fix for multi-location
2554 breakpoints to the "since GDB 8.3" section.
2555
2556 2019-09-20 Joel Brobecker <brobecker@adacore.com>
2557
2558 GDB 8.3.1 released.
2559
2560 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2561
2562 * NEWS: Mention that Cell/B.E. debugging support was removed.
2563 * MAINTAINERS: Remove spu target.
2564
2565 * config/djgpp/fnchange.lst: Remove entries for removed files.
2566
2567 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
2568 spu-multiarch.o, and spu-tdep.o.
2569 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
2570 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
2571 spu-multiarch.c, and spu-tdep.c.
2572 * spu-linux-nat.c: Remove file.
2573 * spu-multiarch.c: Remove file.
2574 * spu-tdep.c: Remove file.
2575 * spu-tdep.h: Remove file.
2576 * solib-spu.c: Remove file.
2577 * solib-spu.h: Remove file.
2578
2579 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
2580 * configure.nat (spu-linux): Remove.
2581 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
2582 solib-multiarch.o from gdb_target_obs.
2583 (spu*-*-*): Remove.
2584
2585 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
2586 feature flag.
2587 (ppc_linux_no_features): Update.
2588 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
2589 Cell/B.E. support.
2590 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
2591 (tdesc_powerpc_cell64l): Likewise.
2592 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
2593 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
2594 Cell/B.E. support.
2595 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
2596 Do not include "features/rs6000/powerpc-cell32l.c" or
2597 "features/rs6000/powerpc-cell64l.c".
2598 (ppc_linux_spu_section): Remove.
2599 (ppc_linux_core_read_description): Remove Cell/B.E. support.
2600 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
2601 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
2602 (ppc_linux_spe_context_lookup): Remove.
2603 (ppc_linux_spe_context_inferior_created): Remove.
2604 (ppc_linux_spe_context_solib_loaded): Remove.
2605 (ppc_linux_spe_context_solib_unloaded): Remove.
2606 (ppc_linux_spe_context): Remove.
2607 (struct ppu2spu_cache): Remove.
2608 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
2609 (struct ppu2spu_data): Remove.
2610 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
2611 ppu2spu_unwind): Remove.
2612 (ppc_linux_init_abi): Remove Cell/B.E. support.
2613 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
2614
2615 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
2616 (rs6000/powerpc-cell64l-expedite): Likewise
2617 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
2618 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
2619 rs6000/powerpc-cell64l.xml.
2620 * features/rs6000/powerpc-cell32l.xml: Remove.
2621 * features/rs6000/powerpc-cell64l.xml: Likewise.
2622 * features/rs6000/powerpc-cell32l.c: Remove generated file.
2623 * features/rs6000/powerpc-cell64l.c: Likewise.
2624 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
2625 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
2626 * regformats/reg-spu.dat: Remove.
2627
2628 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
2629 * corelow.c (struct spuid_list): Remove.
2630 (add_to_spuid_list): Remove.
2631 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
2632 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
2633 (remote_protocol_features): Remove associated entries.
2634 (_initialize_remote): No longer initialize them.
2635 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
2636 * linux-nat.c (SPUFS_MAGIC): Remove.
2637 (linux_proc_xfer_spu): Remove.
2638 (spu_enumerate_spu_ids): Remove.
2639 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
2640 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
2641 (linux_make_corefile_notes): No longer call it.
2642
2643 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
2644 (cooked_write_test): Likewise.
2645
2646 2019-09-20 Tom Tromey <tom@tromey.com>
2647
2648 * NEWS: Mention case-sensitivity of TUI commands.
2649 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
2650 (tui_set_win_height_command, parse_scrolling_args): Likewise.
2651 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
2652
2653 2019-09-20 Tom Tromey <tom@tromey.com>
2654
2655 * tui/tui-source.c (tui_source_window::set_contents): Use
2656 make_unique_xstrdup.
2657 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
2658 make_unique_xstrdup.
2659
2660 2019-09-20 Tom Tromey <tom@tromey.com>
2661
2662 * tui/tui-data.c: Remove separator comments.
2663 * tui/tui-layout.c: Remove separator comments.
2664 * tui/tui-win.c: Remove separator comments.
2665 * tui/tui-wingeneral.c: Remove separator comments.
2666
2667 2019-09-20 Tom Tromey <tom@tromey.com>
2668
2669 * tui/tui.h (strcat_to_buf): Don't declare.
2670 * tui/tui.c (strcat_to_buf): Remove.
2671
2672 2019-09-20 Tom Tromey <tom@tromey.com>
2673
2674 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
2675 from "fullname".
2676 * tui/tui-source.c (tui_source_window::set_contents)
2677 (tui_source_window::location_matches_p)
2678 (tui_source_window::maybe_update): Update.
2679
2680 2019-09-20 Tom Tromey <tom@tromey.com>
2681
2682 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
2683 Update.
2684 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
2685 prefix.
2686 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
2687 (tui_data_window::line_from_reg_element_no)
2688 (tui_data_window::first_reg_element_no_inline)
2689 (tui_data_window::show_registers)
2690 (tui_data_window::show_register_group)
2691 (tui_data_window::display_registers_from)
2692 (tui_data_window::display_registers_from_line)
2693 (tui_data_window::first_data_item_displayed)
2694 (tui_data_window::delete_data_content_windows)
2695 (tui_data_window::erase_data_content)
2696 (tui_data_window::do_scroll_vertical)
2697 (tui_data_window::refresh_window)
2698 (tui_data_window::check_register_values): Update.
2699
2700 2019-09-20 Tom Tromey <tom@tromey.com>
2701
2702 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
2703 (struct tui_locator_window) <full_name, proc_name>: Now
2704 std::string.
2705 * tui/tui-stack.c (tui_locator_window::make_status_line)
2706 (tui_locator_window::set_locator_fullname)
2707 (tui_locator_window::set_locator_info): Update.
2708 * tui/tui-source.c (tui_source_window::set_contents)
2709 (tui_source_window::showing_source_p): Update.
2710
2711 2019-09-20 Tom Tromey <tom@tromey.com>
2712
2713 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
2714 Don't call tui_locator_win_info_ptr.
2715
2716 2019-09-20 Tom Tromey <tom@tromey.com>
2717
2718 * tui/tui-win.c (tui_resize_all): Don't call refresh.
2719
2720 2019-09-20 Tom Tromey <tom@tromey.com>
2721
2722 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
2723 height for locator.
2724 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
2725 * tui/tui-layout.c (show_source_disasm_command, show_data)
2726 (show_source_or_disasm_and_command): Use 1 as height for locator.
2727
2728 2019-09-20 Tom Tromey <tom@tromey.com>
2729
2730 * tui/tui.c (tui_enable): Update.
2731 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
2732 Update.
2733 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
2734 Update.
2735 * tui/tui-data.c (win_resized): Now bool.
2736 (tui_win_resized): Return bool.
2737 (tui_set_win_resized_to): Accept a bool.
2738
2739 2019-09-20 Tom Tromey <tom@tromey.com>
2740
2741 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
2742 Change type of "refresh_values_only".
2743 * tui/tui-regs.c (tui_data_window::show_register_group): Change
2744 type of "refresh_values_only".
2745
2746 2019-09-20 Tom Tromey <tom@tromey.com>
2747
2748 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
2749 std::string.
2750 (tui_disassemble): Add "pos" parameter.
2751 (tui_disasm_window::set_contents): Simplify.
2752
2753 2019-09-20 Tom Tromey <tom@tromey.com>
2754
2755 * tui/tui-winsource.h (struct tui_source_window_base)
2756 <show_source_content>: Now private.
2757 * tui/tui-winsource.c
2758 (tui_source_window_base::show_source_content): Don't handle empty
2759 content case.
2760
2761 2019-09-20 Tom Tromey <tom@tromey.com>
2762
2763 * tui/tui-layout.c (show_source_disasm_command)
2764 (show_source_or_disasm_and_command): Don't call
2765 show_source_content.
2766
2767 2019-09-20 Tom Tromey <tom@tromey.com>
2768
2769 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
2770 Declare.
2771 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
2772 from tui_make_status_line.
2773 (tui_locator_window::rerender): Update.
2774
2775 2019-09-20 Tom Tromey <tom@tromey.com>
2776
2777 * tui/tui-stack.c (tui_make_status_line): Return std::string.
2778 (tui_locator_window::rerender): Update.
2779
2780 2019-09-20 Tom Tromey <tom@tromey.com>
2781
2782 * tui/tui-winsource.h (struct tui_source_window_base)
2783 <~tui_source_window_base>: Don't declare.
2784 <fullname>: Remove.
2785 * tui/tui-winsource.c (~tui_source_window_base): Remove.
2786 * tui/tui-source.h (struct tui_source_window) <fullname>: New
2787 member.
2788 * tui/tui-source.c (tui_source_window::set_contents): Update.
2789 (tui_source_window::location_matches_p)
2790 (tui_source_window::maybe_update): Update.
2791
2792 2019-09-20 Tom Tromey <tom@tromey.com>
2793
2794 * tui/tui-winsource.h (~tui_source_element): Remove.
2795 (tui_source_element): Update.
2796 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
2797 * tui/tui-winsource.c (tui_show_source_line): Update.
2798 * tui/tui-source.c (tui_source_window::set_contents): Update.
2799 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
2800
2801 2019-09-20 Tom Tromey <tom@tromey.com>
2802
2803 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
2804 declare.
2805 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
2806 tui_clear_source_windows_detail.
2807 * tui/tui-winsource.h (struct tui_source_window_base)
2808 <clear_detail>: Don't declare.
2809 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
2810 Remove.
2811 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
2812
2813 2019-09-20 Tom Tromey <tromey@adacore.com>
2814
2815 PR ada/24919:
2816 * block.c (contained_in): Fix final return value.
2817
2818 2019-09-20 Alan Modra <amodra@gmail.com>
2819
2820 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
2821 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
2822 (read_indirect_string_from_dwz): Use bfd accessor.
2823 * dwarf2read.h (struct dwz_file <filename>): Likewise.
2824 * machoread.c (macho_symfile_read_all_oso): Likewise.
2825 * solib.c (solib_bfd_open): Likewise.
2826
2827 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2828
2829 * eval.c: Move declaration of overload_resolution to...
2830 * value.h: ...here.
2831
2832 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2833
2834 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
2835 * arm-linux-tdep.c: Likewise.
2836 * arm-nbsd-nat.c: Likewise.
2837 * arm-tdep.h: Declare arm_apcs_32.
2838 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
2839
2840 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2841
2842 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
2843 * dwarf2read.h: Declare dwarf_always_disassemble.
2844
2845 2019-09-19 Tom de Vries <tdevries@suse.de>
2846
2847 PR gdb/25009
2848 * source-cache.c (source_cache::ensure): Catch exception thrown during
2849 construction of the highlighter.
2850
2851 2019-09-18 Alan Modra <amodra@gmail.com>
2852
2853 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
2854 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
2855 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
2856 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
2857 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
2858 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
2859 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
2860 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
2861 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
2862 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
2863 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
2864 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
2865 * solib-spu.c, * solib-svr4.c, * solib-target.c,
2866 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
2867 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
2868 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
2869 * mi/mi-interp.c: Update throughout for bfd section macro and
2870 function changes.
2871 * gcore (gcore_create_callback): Use bfd_set_section_lma.
2872 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
2873
2874 2019-09-18 Tom Tromey <tom@tromey.com>
2875
2876 * NEWS: Add entry.
2877 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
2878 call rl_initialize.
2879 (tui_enable): Do not call rl_initialize.
2880
2881 2019-09-18 Christian Groessler <chris@groessler.org>
2882
2883 * alpha-linux-nat.c: Include gdbarch.h.
2884
2885 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
2886
2887 * ui-file.c: Include cli/cli-style.h.
2888 (term_cli_styling): Remove cli_styling declaration.
2889
2890 2019-09-18 Alan Modra <amodra@gmail.com>
2891
2892 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
2893 to bfd_asymbol_section.
2894
2895 2019-09-18 Alan Modra <amodra@gmail.com>
2896
2897 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
2898 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
2899 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
2900
2901 2019-09-18 Alan Modra <amodra@gmail.com>
2902
2903 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
2904 * spu-linux-nat.c (spu_bfd_open): Likewise.
2905
2906 2019-09-18 Christian Biesinger <cbiesinger@google.com>
2907
2908 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
2909 to bool to match definition in dwarf2read.c.
2910
2911 2019-09-17 Christian Biesinger <cbiesinger@google.com>
2912
2913 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
2914 (print_signatures): Likewise.
2915 (trust_pad_over_xvs): Likewise.
2916 * arch/aarch64-insn.c (aarch64_debug): Likewise.
2917 * arch/aarch64-insn.h (aarch64_debug): Likewise.
2918 * arm-linux-nat.c (arm_apcs_32): Likewise.
2919 * arm-linux-tdep.c (arm_apcs_32): Likewise.
2920 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
2921 * arm-tdep.c (arm_debug): Likewise.
2922 (arm_apcs_32): Likewise.
2923 * auto-load.c (debug_auto_load): Likewise.
2924 (auto_load_gdb_scripts): Likewise.
2925 (global_auto_load): Likewise.
2926 (auto_load_local_gdbinit): Likewise.
2927 (auto_load_local_gdbinit_loaded): Likewise.
2928 * auto-load.h (global_auto_load): Likewise.
2929 (auto_load_local_gdbinit): Likewise.
2930 (auto_load_local_gdbinit_loaded): Likewise.
2931 * breakpoint.c (disconnected_dprintf): Likewise.
2932 (breakpoint_proceeded): Likewise.
2933 (automatic_hardware_breakpoints): Likewise.
2934 (always_inserted_mode): Likewise.
2935 (target_exact_watchpoints): Likewise.
2936 (_initialize_breakpoint): Update.
2937 * breakpoint.h (target_exact_watchpoints): Change to bool.
2938 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
2939 * cli/cli-cmds.c (trace_commands): Likewise.
2940 * cli/cli-cmds.h (trace_commands): Likewise.
2941 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
2942 to bool*.
2943 * cli/cli-logging.c (logging_overwrite): Change to bool.
2944 (logging_redirect): Likewise.
2945 (debug_redirect): Likewise.
2946 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
2947 (struct boolean_option_def) <get_var_address_cb_>: Change return type
2948 to bool.
2949 <boolean_option_def>: Update.
2950 (struct flag_option_def): Change default type of Context to bool
2951 from int.
2952 <flag_option_def>: Change return type of var_address_cb_ to bool*.
2953 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
2954 (get_setshow_command_value_string): Likewise.
2955 * cli/cli-style.c (cli_styling): Change to bool.
2956 (source_styling): Likewise.
2957 * cli/cli-style.h (source_styling): Likewise.
2958 (cli_styling): Likewise.
2959 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
2960 to bool.
2961 * command.h (var_types): Update comment.
2962 (add_setshow_boolean_cmd): Change int* var argument to bool*.
2963 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
2964 bool.
2965 (debug_compile_cplus_scopes): Likewise.
2966 * compile/compile-internal.h (compile_debug): Likewise.
2967 * compile/compile.c (compile_debug): Likewise.
2968 (struct compile_options) <raw>: Likewise.
2969 * cp-support.c (catch_demangler_crashes): Likewise.
2970 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
2971 (usr_cmd_cris_dwarf2_cfi): Likewise.
2972 * csky-tdep.c (csky_debug): Likewise.
2973 * darwin-nat.c (enable_mach_exceptions): Likewise.
2974 * dcache.c (dcache_enabled_p): Likewise.
2975 * defs.h (info_verbose): Likewise.
2976 * demangle.c (demangle): Likewise.
2977 (asm_demangle): Likewise.
2978 * dwarf-index-cache.c (debug_index_cache): Likewise.
2979 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
2980 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
2981 * dwarf2read.c (check_physname): Likewise.
2982 (use_deprecated_index_sections): Likewise.
2983 (dwarf_always_disassemble): Likewise.
2984 * eval.c (overload_resolution): Likewise.
2985 * event-top.c (set_editing_cmd_var): Likewise.
2986 (exec_done_display_p): Likewise.
2987 * event-top.h (set_editing_cmd_var): Likewise.
2988 (exec_done_display_p): Likewise.
2989 * exec.c (write_files): Likewise.
2990 * fbsd-nat.c (debug_fbsd_lwp): Likewise
2991 (debug_fbsd_nat): Likewise.
2992 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
2993 Likewise.
2994 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
2995 <backtrace_past_entry> Likewise.
2996 * gdb-demangle.h (demangle): Likewise.
2997 (asm_demangle): Likewise.
2998 * gdb_bfd.c (bfd_sharing): Likewise.
2999 * gdbcore.h (write_files): Likewise.
3000 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
3001 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
3002 * gdbthread.h (print_thread_events): Likewise.
3003 * gdbtypes.c (opaque_type_resolution): Likewise.
3004 (strict_type_checking): Likewise.
3005 * gnu-nat.c (gnu_debug_flag): Likewise.
3006 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
3007 * guile/scm-param.c (pascm_variable): Add boolval.
3008 (add_setshow_generic): Update.
3009 (pascm_param_value): Update.
3010 (pascm_set_param_value_x): Update.
3011 * hppa-tdep.c (hppa_debug): Change to bool..
3012 * infcall.c (may_call_functions_p): Likewise.
3013 (coerce_float_to_double_p): Likewise.
3014 (unwind_on_signal_p): Likewise.
3015 (unwind_on_terminating_exception_p): Likewise.
3016 * infcmd.c (startup_with_shell): Likewise.
3017 * inferior.c (print_inferior_events): Likewise.
3018 * inferior.h (startup_with_shell): Likewise.
3019 (print_inferior_events): Likewise.
3020 * infrun.c (step_stop_if_no_debug): Likewise.
3021 (detach_fork): Likewise.
3022 (debug_displaced): Likewise.
3023 (disable_randomization): Likewise.
3024 (non_stop): Likewise.
3025 (non_stop_1): Likewise.
3026 (observer_mode): Likewise.
3027 (observer_mode_1): Likewise.
3028 (set_observer_mode): Update.
3029 (sched_multi): Change to bool.
3030 * infrun.h (debug_displaced): Likewise.
3031 (sched_multi): Likewise.
3032 (step_stop_if_no_debug): Likewise.
3033 (non_stop): Likewise.
3034 (disable_randomization): Likewise.
3035 * linux-tdep.c (use_coredump_filter): Likewise.
3036 (dump_excluded_mappings): Likewise.
3037 * linux-thread-db.c (auto_load_thread_db): Likewise.
3038 (check_thread_db_on_load): Likewise.
3039 * main.c (captured_main_1): Update.
3040 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
3041 xx2_opt, boolean_opt>: Change to bool.
3042 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
3043 * maint.c (maintenance_profile_p): Likewise.
3044 (per_command_time): Likewise.
3045 (per_command_space): Likewise.
3046 (per_command_symtab): Likewise.
3047 * memattr.c (inaccessible_by_default): Likewise.
3048 * mi/mi-main.c (mi_async): Likewise.
3049 (mi_async_1): Likewise.
3050 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
3051 * nat/fork-inferior.h (startup_with_shell): Likewise.
3052 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
3053 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
3054 * nios2-tdep.c (nios2_debug): Likewise.
3055 * or1k-tdep.c (or1k_debug): Likewise.
3056 * parse.c (parser_debug): Likewise.
3057 * parser-defs.h (parser_debug): Likewise.
3058 * printcmd.c (print_symbol_filename): Likewise.
3059 * proc-api.c (procfs_trace): Likewise.
3060 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
3061 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
3062 (set_parameter_value): Update.
3063 (add_setshow_generic): Update.
3064 * python/py-value.c (copy_py_bool_obj): Change argument from int*
3065 to bool*.
3066 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
3067 int*.
3068 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
3069 * record-btrace.c (record_btrace_target::store_registers): Update.
3070 * record-full.c (record_full_memory_query): Change to bool.
3071 (record_full_stop_at_limit): Likewise.
3072 * record-full.h (record_full_memory_query): Likewise.
3073 * remote-notif.c (notif_debug): Likewise.
3074 * remote-notif.h (notif_debug): Likewise.
3075 * remote.c (use_range_stepping): Likewise.
3076 (interrupt_on_connect): Likewise.
3077 (remote_break): Likewise.
3078 * ser-tcp.c (tcp_auto_retry): Likewise.
3079 * ser-unix.c (serial_hwflow): Likewise.
3080 * skip.c (debug_skip): Likewise.
3081 * solib-aix.c (solib_aix_debug): Likewise.
3082 * spu-tdep.c (spu_stop_on_load_p): Likewise.
3083 (spu_auto_flush_cache_p): Likewise.
3084 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
3085 Likewise.
3086 (struct info_print_options) <quiet>: Likewise.
3087 * symfile-debug.c (debug_symfile): Likewise.
3088 * symfile.c (auto_solib_add): Likewise.
3089 (separate_debug_file_debug): Likewise.
3090 * symfile.h (auto_solib_add): Likewise.
3091 (separate_debug_file_debug): Likewise.
3092 * symtab.c (basenames_may_differ): Likewise.
3093 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
3094 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
3095 (struct info_types_options) <quiet>: Likewise.
3096 * symtab.h (demangle): Likewise.
3097 (basenames_may_differ): Likewise.
3098 * target-dcache.c (stack_cache_enabled_1): Likewise.
3099 (code_cache_enabled_1): Likewise.
3100 * target.c (trust_readonly): Likewise.
3101 (may_write_registers): Likewise.
3102 (may_write_memory): Likewise.
3103 (may_insert_breakpoints): Likewise.
3104 (may_insert_tracepoints): Likewise.
3105 (may_insert_fast_tracepoints): Likewise.
3106 (may_stop): Likewise.
3107 (auto_connect_native_target): Likewise.
3108 (target_stop_and_wait): Update.
3109 (target_async_permitted): Change to bool.
3110 (target_async_permitted_1): Likewise.
3111 (may_write_registers_1): Likewise.
3112 (may_write_memory_1): Likewise.
3113 (may_insert_breakpoints_1): Likewise.
3114 (may_insert_tracepoints_1): Likewise.
3115 (may_insert_fast_tracepoints_1): Likewise.
3116 (may_stop_1): Likewise.
3117 * target.h (target_async_permitted): Likewise.
3118 (may_write_registers): Likewise.
3119 (may_write_memory): Likewise.
3120 (may_insert_breakpoints): Likewise.
3121 (may_insert_tracepoints): Likewise.
3122 (may_insert_fast_tracepoints): Likewise.
3123 (may_stop): Likewise.
3124 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
3125 (make_thread_apply_all_options_def_group): Change argument from int*
3126 to bool*.
3127 (thread_apply_all_command): Update.
3128 (print_thread_events): Change to bool.
3129 * top.c (confirm): Likewise.
3130 (command_editing_p): Likewise.
3131 (history_expansion_p): Likewise.
3132 (write_history_p): Likewise.
3133 (info_verbose): Likewise.
3134 * top.h (confirm): Likewise.
3135 (history_expansion_p): Likewise.
3136 * tracepoint.c (disconnected_tracing): Likewise.
3137 (circular_trace_buffer): Likewise.
3138 * typeprint.c (print_methods): Likewise.
3139 (print_typedefs): Likewise.
3140 * utils.c (debug_timestamp): Likewise.
3141 (sevenbit_strings): Likewise.
3142 (pagination_enabled): Likewise.
3143 * utils.h (sevenbit_strings): Likewise.
3144 (pagination_enabled): Likewise.
3145 * valops.c (overload_resolution): Likewise.
3146 * valprint.h (struct value_print_options) <prettyformat_arrays,
3147 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
3148 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
3149 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
3150 Likewise.
3151 * windows-nat.c (new_console): Likewise.
3152 (cygwin_exceptions): Likewise.
3153 (new_group): Likewise.
3154 (debug_exec): Likewise.
3155 (debug_events): Likewise.
3156 (debug_memory): Likewise.
3157 (debug_exceptions): Likewise.
3158 (useshell): Likewise.
3159 * windows-tdep.c (maint_display_all_tib): Likewise.
3160 * xml-support.c (debug_xml): Likewise.
3161
3162 2019-09-17 Mike Gulick <mgulick@mathworks.com>
3163
3164 * source.c (prepare_path_for_appending): New function.
3165 (openp): Make use of new function.
3166 (find_and_open_source): Search for the compilation directory and
3167 source file as a relative path beneath the directory search path.
3168
3169 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3170
3171 * source-cache.c (source_cache::get_line_charpos): Catch
3172 exceptions and return false, this matches the behaviour documented
3173 in the header file.
3174
3175 2019-09-17 Joel Brobecker <brobecker@adacore.com>
3176
3177 * ada-tasks.c (info_task): Remove quoting of the task's name.
3178
3179 2019-09-16 Christian Biesinger <cbiesinger@google.com>
3180
3181 * symfile.c (auto_solib_add): Replace comment with a reference
3182 to the header file.
3183
3184 2019-09-14 Christian Biesinger <cbiesinger@google.com>
3185
3186 * NEWS: Mention that gdb can now be compiled with Python 3
3187 on Windows.
3188
3189 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3190
3191 * maint.c (maint_print_section_data::maint_print_section_data):
3192 Force use of 'float log10 (float)' by casting the argument to
3193 float.
3194
3195 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3196
3197 * maint.c: Add 'cmath' include.
3198 (struct maint_print_section_data): New structure.
3199 (print_section_index): New function.
3200 (print_bfd_section_info): Add header comment, small whitespace
3201 cleanup, and update to call new print_section_index function.
3202 (print_objfile_section_info): Likewise.
3203 (maint_obj_section_from_bfd_section): New function.
3204 (print_bfd_section_info_maybe_relocated): New function.
3205 (maintenance_info_sections): Add header comment, always use
3206 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
3207
3208 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3209
3210 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
3211 inner scope, add check that the objfile has psymtabs before
3212 checking psymtabs_addrmap.
3213 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
3214
3215 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3216
3217 * NEWS: Announce that Ada task names are now shown at more places,
3218 and between quotes (except in info task output).
3219 * gdb/ada-tasks.c (task_to_str): New function.
3220 (display_current_task_id): Call task_to_str.
3221 (task_command_1): Likewise.
3222 (print_ada_task_info): In non-mi mode, Properly align headers and data
3223 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
3224
3225 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3226
3227 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
3228 prstatus.pr_lwp.pr_info instead of making it up.
3229
3230 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3231
3232 * auto-load.c (auto_load_expand_dir_vars): Update.
3233 * defs.h (gdb_datadir): Change to std::string.
3234 (python_libdir): Likewise.
3235 (relocate_gdb_directory): Change return type to std::string.
3236 * guile/guile.c (gdbscm_data_directory): Update.
3237 (initialize_scheme_side): Update.
3238 * jit.c (jit_reader_dir): Change to std::string.
3239 (jit_reader_load_command): Update.
3240 * main.c (gdb_datadir): Change to std::string.
3241 (python_libdir): Likewise.
3242 (set_gdb_data_directory): Update.
3243 (relocate_path): Change to return std::string.
3244 (relocate_gdb_directory): Change to return std::string.
3245 (relocate_gdbinit_path_maybe_in_datadir): Update.
3246 (captured_main_1): Update.
3247 * python/python.c (do_start_initialization): Update.
3248 * top.c (show_gdb_datadir): Update.
3249 * xml-syscall.c (xml_init_syscalls_info): Update.
3250 (init_syscalls_info): Update.
3251
3252 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3253
3254 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
3255 out of get_init_files.
3256 (get_init_files): Update.
3257
3258 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3259
3260 * main.c (get_init_files): Change to use std::string.
3261 (captured_main_1): Update.
3262 (print_gdb_help): Update.
3263
3264 2019-09-11 Ali Tamur <tamur@google.com>
3265
3266 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
3267 implementation.
3268
3269 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3270
3271 * dbxread.c (read_dbx_symtab): Update.
3272 * dwarf2read.c (load_partial_dies): Update.
3273 * mdebugread.c (parse_partial_symbols): Update.
3274 (handle_psymbol_enumerators): Update.
3275 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
3276 * psymtab.c (add_psymbol_to_bcache): Likewise.
3277 (add_psymbol_to_list): Likewise.
3278 * symtab.c (symbol_set_names): Likewise.
3279 * symtab.h (symbol_set_names): Likewise.
3280 * xcoffread.c (scan_xcoff_symtab): Update.
3281
3282 2019-09-11 Tom Tromey <tom@tromey.com>
3283
3284 * symfile-mem.c (symbol_file_add_from_memory): Use
3285 bfd_set_filename.
3286 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
3287 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
3288
3289 2019-09-10 Tom Tromey <tromey@adacore.com>
3290
3291 * dwarf-index-write.c (write_psymbols): Extend error message.
3292 (debug_names::insert): Add Ada code.
3293 (debug_names::write_psymbols): Remove Ada check.
3294 (debug_names) <m_string_obstack>: New member.
3295 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
3296 (gdb_index_symbol_name_matcher::matches): Remove.
3297 (mapped_index_base::find_name_components_bounds): Add "lang"
3298 parameter.
3299 (mapped_index_base::build_name_components): Also split names
3300 according to Ada syntax.
3301 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
3302 type of "match_callback".
3303 (check_match, check_find_bounds_finds)
3304 (dw2_expand_symtabs_matching): Update.
3305 (dw2_debug_names_iterator): Add new constructor.
3306 (dw2_debug_names_map_matching_symbols): New function.
3307 (dw2_debug_names_expand_symtabs_matching): Update.
3308 (dwarf2_debug_names_functions): Use
3309 dw2_debug_names_map_matching_symbols.
3310
3311 2019-09-10 Tom Tromey <tromey@adacore.com>
3312
3313 * dwarf2read.c (dw2_get_file_names_reader): Add the
3314 CU's file name to the results.
3315
3316 2019-09-10 Tom Tromey <tromey@adacore.com>
3317
3318 * ada-lang.c (add_nonlocal_symbols): Combine calls to
3319 map_matching_symbols. Update.
3320 * dwarf2read.c (dw2_map_matching_symbols): Update.
3321 * psymtab.c (match_partial_symbol): Change type; update.
3322 (psym_map_matching_symbols): Likewise.
3323 * symfile-debug.c (debug_qf_map_matching_symbols): Change
3324 type; update.
3325 * symfile.h (struct quick_symbol_functions)
3326 <map_matching_symbols>: Change "name" to be a lookup_name_info.
3327 Remove "match".
3328
3329 2019-09-10 Tom Tromey <tromey@adacore.com>
3330
3331 * psymtab.c (map_block): Remove.
3332 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
3333 * symtab.c (iterate_over_symbols_terminated): New function.
3334 * symtab.c (iterate_over_symbols_terminated): Declare.
3335
3336 2019-09-10 Tom Tromey <tromey@adacore.com>
3337
3338 * ada-lang.c (ada_iterate_over_symbols): Return bool.
3339 * language.h (struct language_defn) <la_iterate_over_symbols>:
3340 Return bool.
3341 * symtab.c (iterate_over_symbols): Return bool.
3342 * symtab.h (iterate_over_symbols): Return bool.
3343
3344 2019-09-10 Tom Tromey <tromey@adacore.com>
3345
3346 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
3347 (add_nonlocal_symbols): Update.
3348 * dwarf2read.c (dw2_map_matching_symbols): Change type.
3349 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
3350 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
3351 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
3352 Change type of "callback". Remove "data".
3353
3354
3355 2019-09-09 Ali Tamur <tamur@google.com>
3356
3357 * dwarf2read.c (comp_unit_head): Update comment.
3358 (dwarf2_dwo_name): New function declaration.
3359 (dwarf_unit_type_name): New function declaration.
3360 (read_comp_unit_head): Add support for new compilation units,
3361 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
3362 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
3363 (currently named as "signature") in their header. Also clarify error
3364 messages.
3365 (lookup_dwo_id): New function. Returns the dwo id of the given
3366 compile unit.
3367 (lookup_dwo_unit): Use the new lookup_dwo_id function.
3368 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
3369 functions.
3370 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
3371 (dwarf2_dwo_name): Get the dwo name if present.
3372 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
3373 purposes.
3374
3375 2019-09-09 Tom Tromey <tom@tromey.com>
3376
3377 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
3378
3379 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3380
3381 * python/python.c (do_start_initialization): Make progname_copy static,
3382 to avoid a leak report.
3383
3384 2019-09-08 Tom Tromey <tom@tromey.com>
3385
3386 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
3387
3388 2019-09-07 Simon Marchi <simon.marchi@efficios.com>
3389
3390 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
3391 Change type to gdb::optional<block_enum>.
3392 (dw2_symtab_iter_init): Change block_index parameter type
3393 to gdb::optional<block_enum>.
3394 (dw2_lookup_symbol): Change block_index parameter
3395 type to block_enum.c
3396 (dw2_debug_names_lookup_symbol): Likewise.
3397 * psymtab.c (psym_lookup_symbol): Likewise.
3398 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
3399 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
3400 Likewise.
3401
3402 2019-09-06 Christian Biesinger <cbiesinger@google.com>
3403
3404 * defs.h (relocate_gdb_directory): Change int to bool in
3405 signature and rename flag to relocatable.
3406 * main.c (relocate_path): Likewise.
3407 (relocate_gdb_directory): Likewise.
3408
3409 2019-09-06 Alan Modra <amodra@gmail.com>
3410
3411 * coffread.c (coff_symfile_read): Constify filename variable.
3412 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
3413 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
3414 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
3415 * solib.c (reload_shared_libraries_1): Likewise.
3416 * symfile.c (reread_symbols): Likewise.
3417 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
3418 * solib-darwin.c (darwin_bfd_open): Likewise.
3419 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
3420
3421 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
3422
3423 * psymtab.c (print_partial_symbols): Handle missing domain_enum
3424 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
3425
3426 2019-09-03 Tom Tromey <tromey@adacore.com>
3427
3428 * ada-valprint.c (ada_val_print_num): Don't recurse for range
3429 types.
3430 (has_negatives): Unbias a range type bound.
3431 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
3432 * gdbtypes.c (operator==): Handle new field.
3433 (create_range_type): Add "bias" parameter.
3434 (create_static_range_type, resolve_dynamic_range): Update.
3435 * gdbtypes.h (struct range_bounds) <bias>: New member.
3436 (create_range_type): Add bias parameter.
3437 * printcmd.c (print_scalar_formatted): Unbias range types.
3438 * value.c (unpack_long): Unbias range types.
3439 (pack_long): Bias range types.
3440
3441 2019-09-02 Alan Hayward <alan.hayward@arm.com>
3442
3443 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
3444 probe arguments.
3445
3446 2019-09-02 Alan Hayward <alan.hayward@arm.com>
3447
3448 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
3449 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
3450 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
3451 (compile_probe_arg): Likewise.
3452 * probe.h (get_argument_count): Likewise.
3453 * solib-svr4.c (solib_event_probe_action): Likewise.
3454 * stap-probe.c (stap_probe::get_argument_count): Likewise.
3455
3456 2019-09-02 Alan Hayward <alan.hayward@arm.com>
3457
3458 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
3459 code to here...
3460 (svr4_create_solib_event_breakpoints): ...from here.
3461
3462 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
3463
3464 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
3465 suffix from warning message.
3466
3467 2019-08-30 Tom Tromey <tom@tromey.com>
3468
3469 * tui/tui-winsource.h (struct tui_source_window_base)
3470 <refresh_all>: Don't declare.
3471 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
3472 Remove.
3473 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
3474 tui_show_locator_content.
3475 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
3476 declare.
3477 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
3478 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
3479 declare.
3480
3481 2019-08-30 Tom Tromey <tom@tromey.com>
3482
3483 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
3484
3485 2019-08-30 Tom Tromey <tom@tromey.com>
3486
3487 * tui/tui-stack.c (_initialize_tui_stack): Move later.
3488 Remove unnecessary forward declarations.
3489
3490 2019-08-30 Tom Tromey <tom@tromey.com>
3491
3492 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
3493 rerender.
3494 (tui_update_locator_fullname, tui_show_frame_info): Don't call
3495 tui_show_locator_content.
3496
3497 2019-08-30 Tom Tromey <tom@tromey.com>
3498
3499 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
3500 (tui_locator_window::rerender): Rewrite using body of previous
3501 tui_show_locator_content.
3502
3503 2019-08-30 Tom Tromey <tom@tromey.com>
3504
3505 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
3506 set_locator_fullname>: New methods.
3507 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
3508 Rename from tui_set_locator_fullname.
3509 (tui_locator_window::set_locator_info): Rename from
3510 tui_set_locator_info. Return bool.
3511 (tui_update_locator_fullname, tui_show_frame_info): Update.
3512
3513 2019-08-30 Tom Tromey <tom@tromey.com>
3514
3515 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
3516
3517 2019-08-30 Tom Tromey <tom@tromey.com>
3518
3519 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
3520 call touchwin.
3521
3522 2019-08-30 Tom Tromey <tom@tromey.com>
3523
3524 * tui/tui-wingeneral.c (box_win): Assume win_info and
3525 win_info->handle cannot be NULL.
3526
3527 2019-08-30 Tom Tromey <tom@tromey.com>
3528
3529 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
3530 refresh_window>: Declare.
3531 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
3532 resize.
3533 (tui_data_item_window::rerender): Rename from
3534 tui_display_register.
3535 (tui_data_item_window::refresh_window): New method.
3536 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
3537 no-op.
3538
3539 2019-08-30 Tom Tromey <tom@tromey.com>
3540
3541 * tui/tui-regs.h (struct tui_data_window) <regs_content,
3542 regs_column_count, current_group>: Move later. Now private.
3543 <get_current_group>: New method.
3544 * tui/tui-regs.c (tui_reg_command): Update.
3545 * tui/tui-layout.c (tui_set_layout): Update.
3546
3547 2019-08-30 Tom Tromey <tom@tromey.com>
3548
3549 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
3550 (tui_data_window::rerender): Don't call
3551 check_and_display_highlight_if_needed.
3552 (tui_data_window::refresh_all): Remove call to
3553 erase_data_content.
3554
3555 2019-08-30 Tom Tromey <tom@tromey.com>
3556
3557 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
3558 (tui_data_window::display_registers_from)
3559 (tui_data_window::display_reg_element_at_line)
3560 (tui_data_window::display_registers_from_line): Remove checks of
3561 "empty".
3562
3563 2019-08-30 Tom Tromey <tom@tromey.com>
3564
3565 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
3566 Don't declare.
3567 * tui/tui-regs.c (tui_data_window::show_registers): Call
3568 rerender.
3569 (tui_data_window::rerender): Rename from display_all_data.
3570 (tui_data_window::rerender): Remove old implementation.
3571
3572 2019-08-30 Tom Tromey <tom@tromey.com>
3573
3574 * tui/tui-regs.c (tui_data_window::display_all_data): Change
3575 text.
3576 * tui/tui-data.h (NO_DATA_STRING): Remove define.
3577
3578 2019-08-29 Bernhard Wodok <barto@gmx.net>
3579 Sergio Durigan Junior <sergiodj@redhat.com>
3580
3581 PR win32/24284
3582 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
3583
3584 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3585
3586 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
3587 when searching for types.
3588
3589 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3590
3591 * f-lang.c (f_language_defn): Use f_print_typedef.
3592 * f-lang.h (f_print_typedef): Declare.
3593 * f-typeprint.c (f_print_typedef): Define.
3594
3595 2019-08-27 Christian Biesinger <cbiesinger@google.com>
3596
3597 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
3598
3599 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3600
3601 * cli/cli-utils.c (info_print_options_defs): Delete.
3602 (make_info_print_options_def_group): Delete.
3603 (extract_info_print_options): Delete.
3604 (info_print_command_completer): Delete.
3605 (info_print_args_help): Add extra parameter, and optionally
3606 include text about -n flag.
3607 * cli/cli-utils.h (struct info_print_options): Delete.
3608 (extract_info_print_options): Delete declaration.
3609 (info_print_command_completer): Delete declaration.
3610 (info_print_args_help): Add extra parameter, extend header
3611 comment.
3612 * python/python.c (gdbpy_rbreak): Pass additional parameter to
3613 search_symbols.
3614 * stack.c (struct info_print_options): New type.
3615 (info_print_options_defs): New file scoped variable.
3616 (make_info_print_options_def_group): New static function.
3617 (info_print_command_completer): New static function.
3618 (info_locals_command): Update to use new local functions.
3619 (info_args_command): Likewise.
3620 (_initialize_stack): Add extra parameter to calls to
3621 info_print_args_help.
3622 * symtab.c (search_symbols): Add extra parameter, use this to
3623 possibly excluse non-debug symbols.
3624 (symtab_symbol_info): Add extra parameter, which is passed on to
3625 search_symbols.
3626 (struct info_print_options): New type.
3627 (info_print_options_defs): New file scoped variable.
3628 (make_info_print_options_def_group): New static function.
3629 (info_print_command_completer): New static function.
3630 (info_variables_command): Update to use local functions, and pass
3631 extra parameter through to symtab_symbol_info.
3632 (info_functions_command): Likewise.
3633 (info_types_command): Pass additional argument through to
3634 symtab_symbol_info.
3635 (rbreak_command): Pass extra argument to search_symbols.
3636 (_initialize_symtab): Add extra arguments for calls to
3637 info_print_args_help, and update help text for 'info variables',
3638 'whereis', and 'info functions' commands.
3639 * symtab.h (search_symbols): Add extra argument to declaration.
3640 * NEWS: Mention new flags.
3641
3642 2019-08-26 Christian Biesinger <cbiesinger@google.com>
3643
3644 * symtab.c (lookup_static_symbol): Call the new function (and move
3645 it down to be next to lookup_global_symbol).
3646 (struct global_sym_lookup_data): Add block_enum member and rename to...
3647 (struct global_or_static_sym_lookup_data): ...this.
3648 (lookup_symbol_global_iterator_cb): Pass block_index instead of
3649 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
3650 (lookup_symbol_global_or_static_iterator_cb): ...this.
3651 (lookup_global_or_static_symbol): New function.
3652 (lookup_global_symbol): Call new function.
3653
3654 2019-08-26 Tom de Vries <tdevries@suse.de>
3655
3656 PR c++/24852
3657 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
3658 when pc_probe.prob == NULL.
3659
3660 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
3661
3662 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
3663 variable symbol_linkage to symbol_linkage_.
3664
3665 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
3666
3667 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
3668 represent whether the symbol is static, dynamic, or we don't
3669 know.
3670
3671 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
3672
3673 * gdb/rx-tdep.c (rx_register_names): New.
3674 (rx_register_name): Delete.
3675 (rx_psw_type): Delete.
3676 (rx_fpsw_type): Delete.
3677 (rx_register_type): Delete.
3678 (rx_gdbarch_init): Convert target-descriptions.
3679 (_initialize_rx_tdep): Add initialize_tdesc_rx.
3680 * gdb/features/Makefile: Add rx.xml.
3681 * gdb/features/rx.xml: New.
3682 * gdb/features/rx.c: Generated.
3683 * gdb/NEWS: Mention target description support.
3684
3685 2019-08-22 Christian Biesinger <cbiesinger@google.com>
3686
3687 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
3688 *slot_ptr.
3689
3690 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3691
3692 * configure.ac: Don't check for 'dlfcn.h' (moved to
3693 gdbsupport/common.m4).
3694 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
3695 'gdbsupport/'.
3696 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
3697 * compile/compile-c-support.c: Include
3698 'gdbsupport/gdb-dlfcn.h'.
3699 * gdbsupport/common.m4: Check for 'dlfcn.h'.
3700 * gdb-dlfcn.c: Move to...
3701 * gdbsupport/gdb-dlfcn.c: ... here.
3702 * gdb-dlfcn.h: Move to...
3703 * gdbsupport/gdb-dlfcn.h: ... here.
3704
3705 2019-08-23 Sandra Loosemore <sandra@codesourcery.com>
3706
3707 * nios2-tdep.c (struct reg_value): Improve comments. Make
3708 the offset field signed.
3709
3710 2019-08-22 Christian Biesinger <cbiesinger@google.com>
3711
3712 * python/lib/gdb/__init__.py (_execute_file): New function.
3713 * python/python.c (python_run_simple_file): Call gdb._execute_file
3714 on Windows.
3715
3716 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
3717
3718 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
3719 all uses as this was never set to anything but a zero value.
3720
3721 2019-08-21 Bogdan Harjoc <harjoc@gmail.com>
3722
3723 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
3724
3725 2019-08-21 Christian Biesinger <cbiesinger@google.com>
3726
3727 * tui/tui-data.h (tui_gen_win_info): Add an =default
3728 move constructor, required by some GCC versions.
3729
3730 2019-08-21 Jinke Fan <fanjinke51@yeah.net>
3731
3732 * go32-nat.c (go32_sysinfo): Add hygon_p.
3733
3734 2019-08-20 Tom Tromey <tom@tromey.com>
3735
3736 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
3737 line_from_reg_element_no, first_reg_element_no_inline,
3738 display_all_data, delete_data_content_windows,
3739 erase_data_content>: Now private.
3740
3741 2019-08-20 Tom Tromey <tom@tromey.com>
3742
3743 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
3744 (tui_unhighlight_win, tui_highlight_win)
3745 (tui_win_info::make_window): Update.
3746 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
3747
3748 2019-08-20 Tom Tromey <tom@tromey.com>
3749
3750 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
3751 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
3752 (MAX_PID_WIDTH): Move to tui-stack.c.
3753 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
3754 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
3755 (MAX_PID_WIDTH): Move from tui-data.h.
3756
3757 2019-08-20 Tom Tromey <tom@tromey.com>
3758
3759 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
3760 * tui/tui-wingeneral.c (box_win): Change type of win_info.
3761 (box_win): Update.
3762 (tui_gen_win_info::make_window): Rename from tui_make_window.
3763 (tui_win_info::make_window): New method.
3764 (tui_gen_win_info::make_visible): Update.
3765 * tui/tui-source.c (tui_source_window::set_contents): Update.
3766 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
3767 (tui_data_window::display_registers_from): Update.
3768 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
3769 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
3770 Declare.
3771 <can_box>: Remove.
3772 <title>: Remove.
3773 (struct tui_win_info) <make_window>: Declare.
3774 <can_box>: Now virtual.
3775 <title>: New member.
3776 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
3777 * tui/tui-command.c (tui_cmd_window::resize): Update.
3778
3779 2019-08-20 Tom Tromey <tom@tromey.com>
3780
3781 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
3782 * tui/tui-regs.c (tui_data_window::show_registers): Update.
3783 (tui_data_window::check_register_values): Update.
3784
3785 2019-08-20 Tom Tromey <tom@tromey.com>
3786
3787 * tui/tui-regs.h (struct tui_data_window): Use
3788 DISABLE_COPY_AND_ASSIGN.
3789 <regs_content>: Change type, removing unique_ptr.
3790 <tui_data_window>: Add move constructor.
3791 * tui/tui-regs.c (tui_data_window::show_registers)
3792 (tui_data_window::show_register_group)
3793 (tui_data_window::display_registers_from)
3794 (tui_data_window::display_registers_from)
3795 (tui_data_window::first_data_item_displayed)
3796 (tui_data_window::delete_data_content_windows)
3797 (tui_data_window::rerender, tui_data_window::refresh_window)
3798 (tui_data_window::check_register_values): Update.
3799
3800 2019-08-20 Tom Tromey <tom@tromey.com>
3801
3802 * tui/tui-regs.h (struct tui_data_window) <show_registers,
3803 show_register_group>: Declare.
3804 (tui_show_register_group): Don't declare.
3805 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
3806 tui_show_registers.
3807 (tui_data_window::show_register_group): Rename from
3808 tui_show_register_group.
3809 (tui_data_window::check_register_values, tui_reg_command):
3810 Update.
3811 * tui/tui-layout.c (tui_set_layout): Update.
3812
3813 2019-08-20 Tom Tromey <tom@tromey.com>
3814
3815 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
3816 Declare.
3817 (tui_check_register_values): Don't declare.
3818 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
3819 from tui_check_register_values.
3820 * tui/tui-hooks.c (tui_register_changed): Update.
3821
3822 2019-08-20 Tom Tromey <tom@tromey.com>
3823
3824 * tui/tui-regs.c (tui_reg_layout): Move later.
3825 (tui_show_registers): Don't enable TUI mode or change layout.
3826
3827 2019-08-20 Tom Tromey <tom@tromey.com>
3828
3829 * tui/tui-regs.h (struct tui_data_item_window)
3830 <~tui_data_item_window>: Remove.
3831 <content>: Now a unique_xmalloc_ptr.
3832 * tui/tui-regs.c (tui_register_format): Return a
3833 unique_xmalloc_ptr.
3834 (tui_get_register): Update.
3835 (~tui_data_item_window): Remove.
3836 (tui_data_window::display_registers_from, tui_display_register):
3837 Update.
3838 * tui/tui-io.h (tui_expand_tabs): Update.
3839 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
3840 Remove "col" parameter.
3841
3842 2019-08-20 Tom Tromey <tom@tromey.com>
3843
3844 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
3845 field.
3846 * tui/tui-regs.c (~tui_data_item_window): Update.
3847
3848 2019-08-20 Tom Tromey <tom@tromey.com>
3849
3850 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
3851 earlier.
3852
3853 2019-08-20 Tom Tromey <tom@tromey.com>
3854
3855 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
3856
3857 2019-08-20 Tom Tromey <tom@tromey.com>
3858
3859 * tui/tui-source.h (struct tui_source_window): Update.
3860 * tui/tui-regs.c (tui_show_registers): Update.
3861 * tui/tui-disasm.h (struct tui_disasm_window): Update.
3862 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
3863 (NO_REGS_STRING): Remove defines.
3864
3865 2019-08-20 Conrad Meyer <cem@FreeBSD.org>
3866
3867 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
3868 unnecessary thread walk if remote doesn't support the packet.
3869
3870 2019-08-19 Tom Tromey <tromey@adacore.com>
3871
3872 * python/py-value.c (value_has_field): Fix indentation.
3873
3874 2019-08-19 Tom Tromey <tromey@adacore.com>
3875
3876 * printcmd.c (do_one_display, info_display_command): Update.
3877 * block.h (contained_in): Return bool. Add allow_nested
3878 parameter.
3879 * block.c (contained_in): Return bool. Add allow_nested
3880 parameter.
3881
3882 2019-08-19 Tom Tromey <tom@tromey.com>
3883
3884 * configure: Rebuild.
3885 * configure.ac: Disallow the combination of -static-libstdc++ and
3886 source highlight.
3887 * source-cache.c (get_language_name): Handle rust.
3888 (source_cache::get_source_lines): Ignore highlighting exceptions.
3889
3890 2019-08-16 Tom Tromey <tom@tromey.com>
3891
3892 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
3893 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
3894 (struct tui_source_window_base) <make_visible, refresh_window,
3895 resize>: Remove methods.
3896 <execution_info>: Remove field.
3897 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
3898 (tui_show_source_line, tui_source_window_base)
3899 (~tui_source_window_base): Update.
3900 (tui_source_window_base::resize)
3901 (tui_source_window_base::make_visible)
3902 (tui_source_window_base::refresh_window): Remove.
3903 (tui_source_window_base::update_exec_info): Update.
3904 * tui/tui-source.c (tui_source_window::set_contents): Update.
3905 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3906
3907 2019-08-16 Tom Tromey <tom@tromey.com>
3908
3909 * tui/tui-hooks.c (tui_remove_hooks): Don't set
3910 deprecated_query_hook.
3911
3912 2019-08-16 Tom Tromey <tom@tromey.com>
3913
3914 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
3915 (tui_update_source_windows_with_line): Update.
3916 * tui/tui-source.h (struct tui_source_window)
3917 <show_symtab_source>: Declare.
3918 (tui_show_symtab_source): Don't declare.
3919 * tui/tui-source.c (tui_show_symtab_source): Rename from
3920 tui_show_symtab_source.
3921
3922 2019-08-16 Tom Tromey <tom@tromey.com>
3923
3924 * tui/tui-winsource.h (struct tui_source_window_base)
3925 <set_contents>: Declare.
3926 * tui/tui-winsource.c
3927 (tui_source_window_base::update_source_window_as_is): Update.
3928 * tui/tui-source.h (struct tui_source_window) <set_contents>:
3929 Declare.
3930 (tui_set_source_content): Don't declare.
3931 * tui/tui-source.c (tui_source_window::set_contents): Rename from
3932 tui_set_source_content.
3933 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
3934 Declare.
3935 (tui_set_disassem_content): Don't declare.
3936 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
3937 tui_set_disassem_content.
3938
3939 2019-08-16 Tom Tromey <tom@tromey.com>
3940
3941 * tui/tui-winsource.h (struct tui_source_window_base)
3942 <update_breakpoint_info>: Declare.
3943 (tui_update_breakpoint_info): Don't declare.
3944 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
3945 (tui_update_all_breakpoint_info): Update.
3946 (tui_source_window_base::update_breakpoint_info): Rename from
3947 tui_update_breakpoint_info.
3948 (tui_source_window_base::update_exec_info): Update.
3949
3950 2019-08-16 Tom Tromey <tom@tromey.com>
3951
3952 * tui/tui-winsource.h (struct tui_source_window_base)
3953 <update_source_window>: Declare.
3954 (tui_update_source_window): Don't declare.
3955 * tui/tui-winsource.c
3956 (tui_source_window_base::update_source_window): Rename from
3957 tui_update_source_window.
3958 (tui_source_window_base::rerender): Update.
3959 * tui/tui-source.c (tui_source_window::maybe_update): Update.
3960 * tui/tui-disasm.c (tui_show_disassem)
3961 (tui_show_disassem_and_update_source)
3962 (tui_disasm_window::maybe_update): Update.
3963
3964 2019-08-16 Tom Tromey <tom@tromey.com>
3965
3966 * tui/tui-winsource.h (struct tui_source_window_base)
3967 <update_source_window_as_is>: Declare.
3968 (tui_update_source_window_as_is): Don't declare.
3969 * tui/tui-winsource.c (tui_update_source_window): Update
3970 (tui_source_window_base::update_source_window_as_is): Rename from
3971 tui_update_source_window_as_is.
3972 (tui_source_window_base::refill): Update.
3973 * tui/tui-source.c (tui_show_symtab_source): Update.
3974 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
3975 Update.
3976
3977 2019-08-16 Tom Tromey <tom@tromey.com>
3978
3979 * tui/tui-winsource.h (tui_update_source_window)
3980 (tui_update_source_window_as_is): Remove "noerror" parameter.
3981 * tui/tui-winsource.c (tui_update_source_window)
3982 (tui_update_source_window_as_is): Remove "noerror" parameter.
3983 (tui_update_source_windows_with_addr)
3984 (tui_update_source_windows_with_line)
3985 (tui_source_window_base::rerender)
3986 (tui_source_window_base::refill): Update.
3987 * tui/tui-source.h (tui_set_source_content)
3988 (tui_show_symtab_source): Remove "noerror" parameter.
3989 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
3990 parameter.
3991 (tui_show_symtab_source): Likewise.
3992 (tui_source_window::maybe_update): Update.
3993 * tui/tui-disasm.c (tui_show_disassem)
3994 (tui_show_disassem_and_update_source)
3995 (tui_disasm_window::do_scroll_vertical)
3996 (tui_disasm_window::maybe_update): Update.
3997
3998 2019-08-16 Tom Tromey <tom@tromey.com>
3999
4000 * tui/tui.c (tui_is_window_visible): Update.
4001 * tui/tui-wingeneral.c (tui_make_window)
4002 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
4003 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
4004 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
4005 (tui_set_win_height_command, parse_scrolling_args): Update.
4006 * tui/tui-source.c (tui_source_window::style_changed): Update.
4007 * tui/tui-regs.c (tui_show_registers)
4008 (tui_data_window::first_data_item_displayed)
4009 (tui_data_window::delete_data_content_windows)
4010 (tui_check_register_values, tui_reg_command): Update.
4011 * tui/tui-disasm.c (tui_show_disassem): Update.
4012 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
4013 method.
4014 <is_visible>: Remove field.
4015 * tui/tui-data.c (tui_next_win, tui_prev_win)
4016 (tui_delete_invisible_windows): Update.
4017
4018 2019-08-16 Tom Tromey <tom@tromey.com>
4019
4020 * tui/tui-winsource.h (struct tui_source_window_base)
4021 <m_has_locator>: Remove.
4022 * tui/tui-layout.c (show_source_disasm_command, show_data)
4023 (show_source_or_disasm_and_command): Update.
4024
4025 2019-08-16 Alan Hayward <alan.hayward@arm.com>
4026
4027 * NEWS (Other MI changes): New subsection.
4028 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
4029 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
4030 * arch-utils.c (default_get_pc_address_flags): New function.
4031 * arch-utils.h (default_get_pc_address_flags): New declaration.
4032 * gdbarch.sh: Add get_pc_address_flags.
4033 * gdbarch.c: Regenerate.
4034 * gdbarch.h: Likewise.
4035 * stack.c (print_pc): New function.
4036 (print_frame_info) (print_frame): Call print_pc.
4037
4038 2019-08-16 Tom de Vries <tdevries@suse.de>
4039
4040 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
4041 print_objfile_section_info.
4042
4043 2019-08-15 Tom Tromey <tom@tromey.com>
4044
4045 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
4046 calling update_cmdwin_start_line.
4047 * tui/tui-winsource.h (struct tui_source_window_base)
4048 <do_make_visible_with_new_height, set_new_height>: Don't declare.
4049 <rerender>: Declare.
4050 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
4051 Call rerender.
4052 (tui_source_window_base::set_new_height): Remove.
4053 (tui_source_window_base::rerender): Rename from
4054 do_make_visible_with_new_height.
4055 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
4056 resize method.
4057 (tui_win_info::make_invisible_and_set_new_height)
4058 (tui_win_info::make_visible_with_new_height): Remove.
4059 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
4060 Declare.
4061 * tui/tui-stack.c (tui_locator_window::rerender): New method.
4062 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
4063 do_make_visible_with_new_height>: Don't declare.
4064 <rerender>: Declare.
4065 * tui/tui-regs.c (tui_data_window::rerender): Rename from
4066 set_new_height.
4067 (tui_data_window::do_make_visible_with_new_height): Remove.
4068 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
4069 call tui_show_locator_content.
4070 (tui_gen_win_info::resize): Call rerender.
4071 (show_source_or_disasm_and_command): Don't call
4072 tui_show_locator_content.
4073 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
4074 method.
4075 (struct tui_win_info) <rerender>: Declare.
4076 <set_new_height, make_invisible_and_set_new_height,
4077 make_visible_with_new_height>: Don't declare.
4078 * tui/tui-data.c (tui_win_list::rerender): New method.
4079 * tui/tui-command.h (struct tui_cmd_window)
4080 <do_make_visible_with_new_height>: Don't declare.
4081 * tui/tui-command.c
4082 (tui_cmd_window::do_make_visible_with_new_height): Remove.
4083
4084 2019-08-15 Tom Tromey <tromey@adacore.com>
4085
4086 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
4087 * ada-lang.c (ada_enum_name): Likewise.
4088
4089 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4090
4091 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
4092 leading underscore.
4093 (GdbOutputErrorFile): Likewise.
4094 (global scope): Adjust constructor calls to GdbOutput{,Error}File
4095 accordingly.
4096 (execute_unwinders): Rename to have a leading underscore.
4097 (auto_load_packages): Likewise.
4098 (global scope): Adjust call to auto_load_packages accordingly.
4099 (GdbSetPythonDirectory): Likewise.
4100 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
4101 instead of execute_unwinders.
4102
4103 2019-08-15 Tom Tromey <tom@tromey.com>
4104
4105 * tui/tui-layout.c (show_layout, show_source_disasm_command)
4106 (show_data): Don't change window visibility.
4107 (tui_gen_win_info::resize): Remove special case for command
4108 window. Use wresize, when available.
4109 (show_source_or_disasm_and_command): Don't change window
4110 visibility.
4111 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
4112 <make_visible>: New method.
4113 * tui/tui-command.c (tui_cmd_window::resize): New method.
4114
4115 2019-08-15 Tom Tromey <tom@tromey.com>
4116
4117 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
4118 (struct tui_source_windows): New.
4119 * tui/tui-winsource.c (tui_display_main): Update.
4120 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
4121 (new_height_ok, parse_scrolling_args): Update.
4122 * tui/tui-layout.c (show_layout, show_data): Update.
4123 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
4124 (tui_add_to_source_windows): Don't declare.
4125 * tui/tui-data.c (source_windows, tui_source_windows)
4126 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
4127
4128 2019-08-15 Tom Tromey <tom@tromey.com>
4129
4130 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
4131 Rename from reset.
4132 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
4133 * tui/tui-layout.c (show_source_disasm_command, show_data):
4134 Update.
4135 (tui_gen_win_info::resize): Rename.
4136 (show_source_or_disasm_and_command): Update.
4137 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
4138 reset.
4139
4140 2019-08-15 Tom Tromey <tom@tromey.com>
4141
4142 * tui/tui-stack.c (tui_initialize_static_data): Remove.
4143 * tui/tui-interp.c (tui_interp::init): Don't call
4144 tui_initialize_static_data.
4145 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
4146
4147 2019-08-15 Tom Tromey <tom@tromey.com>
4148
4149 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
4150 examine tui_win_list.
4151
4152 2019-08-15 Tom Tromey <tom@tromey.com>
4153
4154 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
4155 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
4156 tui_clear_source_content.
4157 (tui_clear_source_content): Remove.
4158 (tui_source_window_base::do_erase_source_content): Hoist call to
4159 content.clear().
4160 * tui/tui-stack.c (tui_show_frame_info): Don't call
4161 tui_clear_source_content.
4162
4163 2019-08-15 Tom Tromey <tom@tromey.com>
4164
4165 * tui/tui-winsource.h (struct tui_source_window_base)
4166 <do_erase_source_content>: New method.
4167 <erase_source_content>: New method.
4168 (tui_erase_source_content): Don't declare.
4169 * tui/tui-winsource.c (tui_clear_source_content): Update.
4170 (tui_source_window_base::do_erase_source_content): Rename from
4171 tui_erase_source_content.
4172 (tui_source_window_base::show_source_content): Update.
4173 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
4174 * tui/tui-source.h (struct tui_source_window)
4175 <erase_source_content>: New method.
4176 * tui/tui-disasm.h (struct tui_disasm_window)
4177 <erase_source_content>: New method.
4178
4179 2019-08-15 Tom Tromey <tom@tromey.com>
4180
4181 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
4182 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
4183 constructor.
4184 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
4185 * tui/tui-source.c (tui_set_source_content): Update.
4186 * tui/tui-disasm.c (tui_set_disassem_content): Update.
4187
4188 2019-08-15 Tom Tromey <tom@tromey.com>
4189
4190 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
4191 * tui/tui-winsource.c (tui_line_is_displayed): Move to
4192 tui-source.c.
4193 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
4194 Declare.
4195 * tui/tui-source.c (tui_source_window::line_is_displayed): New
4196 method.
4197 (tui_source_window::maybe_update): Update.
4198
4199 2019-08-15 Tom Tromey <tom@tromey.com>
4200
4201 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
4202 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
4203 tui-disasm.c.
4204 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
4205 Declare.
4206 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
4207 method.
4208 (tui_disasm_window::maybe_update): Update.
4209
4210 2019-08-15 Tom Tromey <tom@tromey.com>
4211
4212 * tui/tui-winsource.h (struct tui_source_window_base)
4213 <maybe_update>: Declare.
4214 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
4215 method.
4216 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
4217 Declare.
4218 * tui/tui-source.c (tui_source_window::maybe_update): New method.
4219 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
4220 Declare.
4221 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
4222
4223 2019-08-15 Tom Tromey <tom@tromey.com>
4224
4225 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
4226
4227 2019-08-15 Tom Tromey <tom@tromey.com>
4228
4229 * tui/tui-wingeneral.c: Include tui-stack.h.
4230 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
4231 (struct tui_locator_window): Move from tui-data.h.
4232 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
4233 (tui_initialize_static_data): Move from tui-data.c.
4234 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
4235 (struct tui_locator_window): Move to tui-stack.c.
4236 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
4237 (tui_initialize_static_data): Move to tui-stack.c.
4238
4239 2019-08-15 Tom Tromey <tom@tromey.com>
4240
4241 * tui/tui-layout.c (show_source_disasm_command)
4242 (show_source_or_disasm_and_command): Use make_visible method, not
4243 tui_make_window.
4244 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
4245 Remove.
4246
4247 2019-08-15 Tom Tromey <tom@tromey.com>
4248
4249 * tui/tui-wingeneral.h (tui_make_window): Update.
4250 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
4251 parameter.
4252 (tui_gen_win_info::make_visible): Update.
4253 * tui/tui-regs.c (tui_data_window::display_registers_from):
4254 Update.
4255 * tui/tui-layout.c (show_source_disasm_command)
4256 (show_source_or_disasm_and_command): Update.
4257 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
4258 (enum tui_box): Remove.
4259 (struct tui_win_info) <can_box>: New method.
4260 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
4261 method.
4262
4263 2019-08-15 Tom de Vries <tdevries@suse.de>
4264
4265 * linux-nat-trad.c: Include gdbarch.h.
4266
4267 2019-08-14 Alan Hayward <alan.hayward@arm.com>
4268
4269 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
4270 register sizes.
4271
4272 2019-08-14 Tom Tromey <tromey@adacore.com>
4273
4274 * darwin-nat.c: Include gdbarch.h.
4275 * darwin-nat-info.c: Include gdbarch.h.
4276
4277 2019-08-13 Tom Tromey <tom@tromey.com>
4278
4279 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
4280 Remove.
4281 * tui/tui-data.c (tui_initialize_static_data): Update.
4282
4283 2019-08-13 Tom Tromey <tom@tromey.com>
4284
4285 * tui/tui-winsource.h (struct tui_exec_info_window)
4286 <~tui_exec_info_window, maybe_allocate_content, get_content,
4287 m_content>: Remove.
4288 (struct tui_source_window_base) <set_exec_info_content,
4289 show_exec_info_content>: Don't declare.
4290 * tui/tui-winsource.c
4291 (tui_exec_info_window::maybe_allocate_content): Remove.
4292 (tui_source_window_base::update_exec_info): Rename from
4293 set_exec_info_content.
4294 (tui_source_window_base::show_exec_info_content)
4295 (tui_source_window_base::update_exec_info): Remove.
4296
4297 2019-08-13 Tom Tromey <tom@tromey.com>
4298
4299 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
4300 declare.
4301 * tui/tui-winsource.c (tui_update_source_window_as_is)
4302 (tui_update_source_windows_with_addr, tui_erase_source_content):
4303 Update.
4304 (tui_clear_exec_info_content): Remove.
4305
4306 2019-08-13 Tom Tromey <tom@tromey.com>
4307
4308 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
4309 declare.
4310 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
4311 call tui_erase_exec_info_content.
4312 (tui_clear_exec_info_content): Rename from
4313 tui_erase_exec_info_content.
4314 (tui_clear_exec_info_content): Delete.
4315
4316 2019-08-13 Tom Tromey <tom@tromey.com>
4317
4318 * tui/tui-winsource.h (struct tui_source_window_base)
4319 <show_exec_info_content>: Declare.
4320 (tui_show_exec_info_content): Don't declare.
4321 * tui/tui-winsource.c
4322 (tui_source_window_base::show_exec_info_content): Rename from
4323 tui_show_exec_info_content.
4324 (tui_source_window_base::update_exec_info): Update.
4325
4326 2019-08-13 Tom Tromey <tom@tromey.com>
4327
4328 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
4329 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
4330 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
4331 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
4332 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
4333 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
4334 ... here.
4335
4336 2019-08-13 Tom Tromey <tom@tromey.com>
4337
4338 * tui/tui-winsource.h (struct tui_source_window_base)
4339 <update_exec_info>: Declare.
4340 (tui_update_exec_info): Don't declare.
4341 * tui/tui-winsource.c (tui_update_source_window_as_is)
4342 (tui_source_window_base::refresh_all)
4343 (tui_update_all_breakpoint_info): Update.
4344 (tui_source_window_base::update_exec_info): Rename from
4345 tui_update_exec_info.
4346 * tui/tui-stack.c (tui_show_frame_info): Update.
4347
4348 2019-08-13 Tom Tromey <tom@tromey.com>
4349
4350 * tui/tui-winsource.h (struct tui_source_window_base)
4351 <set_exec_info_content>: Declare.
4352 (tui_set_exec_info_content): Don't declare.
4353 * tui/tui-winsource.c
4354 (tui_source_window_base::set_exec_info_content): Rename from
4355 tui_set_exec_info_content.
4356 (tui_update_exec_info): Update.
4357
4358 2019-08-13 Tom Tromey <tom@tromey.com>
4359
4360 * tui/tui-winsource.h (struct tui_source_window_base)
4361 <show_source_content>: Declare.
4362 (tui_show_source_content): Don't declare.
4363 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
4364 (tui_source_window_base::show_source_content): Rename from
4365 tui_show_source_content.
4366 (tui_source_window_base::refresh_all): Update.
4367 * tui/tui-layout.c (show_source_disasm_command)
4368 (show_source_or_disasm_and_command): Update.
4369
4370 2019-08-13 Tom Tromey <tom@tromey.com>
4371
4372 * tui/tui-winsource.c (tui_erase_source_content)
4373 (tui_show_source_content, tui_source_window_base::refresh_all):
4374 Update.
4375 * tui/tui-wingeneral.h
4376 (tui_check_and_display_highlight_if_needed): Don't declare.
4377 * tui/tui-wingeneral.c
4378 (tui_win_info::check_and_display_highlight_if_needed): Rename from
4379 check_and_display_highlight_if_needed.
4380 * tui/tui-win.c (tui_rehighlight_all)
4381 (tui_win_info::make_visible_with_new_height): Update.
4382 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
4383 (tui_data_window::erase_data_content)
4384 (tui_data_window::display_all_data): Update.
4385 * tui/tui-data.h (struct tui_win_info)
4386 <check_and_display_highlight_if_needed>: Declare.
4387
4388 2019-08-13 Tom Tromey <tom@tromey.com>
4389
4390 * tui/tui-win.c (tui_resize_all): Call
4391 tui_delete_invisible_windows.
4392 * tui/tui-layout.c (show_layout): Call
4393 tui_delete_invisible_windows.
4394 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
4395 * tui/tui-data.c (tui_delete_invisible_windows): New function.
4396
4397 2019-08-13 Tom Tromey <tom@tromey.com>
4398
4399 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
4400 tui_add_win_to_layout.
4401
4402 2019-08-13 Tom Tromey <tom@tromey.com>
4403
4404 * tui/tui-layout.h (tui_default_win_height): Don't declare.
4405 * tui/tui-layout.c (tui_default_win_height): Now static.
4406
4407 2019-08-13 Tom Tromey <tom@tromey.com>
4408
4409 * tui/tui-layout.c (show_layout): Unify all layout cases into a
4410 single switch.
4411 (show_source_disasm_command, show_source_or_disasm_and_command):
4412 Don't check current layout.
4413
4414 2019-08-13 Tom Tromey <tom@tromey.com>
4415
4416 * tui/tui-wingeneral.c (make_all_visible): Remove.
4417 (tui_make_all_invisible): Simplify.
4418 * tui/tui-layout.c (tui_make_all_invisible): Move from
4419 tui-wingeneral.c; simplify.
4420 (show_layout): Hoist call to tui_make_all_invisible.
4421 (show_data): Don't call tui_make_all_invisible.
4422
4423 2019-08-13 Tom Tromey <tom@tromey.com>
4424
4425 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
4426 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
4427
4428 2019-08-13 Tom Tromey <tom@tromey.com>
4429
4430 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
4431 tui-data.c.
4432 (show_source_disasm_command, show_data)
4433 (show_source_or_disasm_and_command): Don't use
4434 tui_set_current_layout_to.
4435 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
4436 * tui/tui-data.c (current_layout, tui_current_layout): Move to
4437 tui-layout.c.
4438 (tui_set_current_layout_to): Remove.
4439
4440 2019-08-13 Tom Tromey <tom@tromey.com>
4441
4442 * tui/tui-layout.c (tui_set_layout): Update.
4443 * tui/tui-data.h (struct tui_layout_def): Remove.
4444 (tui_layout_def): Don't declare.
4445 * tui/tui-data.c (layout_def): Remove.
4446 (tui_layout_def): Remove.
4447
4448 2019-08-13 Tom Tromey <tom@tromey.com>
4449
4450 * tui/tui-winsource.h (struct tui_source_window_base)
4451 <clear_detail>: No longer "override".
4452 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
4453 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
4454 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
4455 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
4456 Remove.
4457 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
4458
4459 2019-08-13 Tom Tromey <tromey@adacore.com>
4460
4461 * tracepoint.c: Don't include readline.h or history.h.
4462
4463 2019-08-12 Tom Tromey <tom@tromey.com>
4464
4465 * configure: Rebuild.
4466 * configure.ac: Check for readline 7.
4467 * NEWS: Mention readline 7 requirement.
4468 * README: Update.
4469
4470 2019-08-12 Tom Tromey <tom@tromey.com>
4471
4472 * mingw-hdep.c (gdb_select): Remove readline hack.
4473
4474 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4475
4476 * blockframe.c (find_pc_partial_function): Set *block to nullptr
4477 when the function fails.
4478
4479 2019-08-09 Andreas Arnez <arnez@linux.ibm.com>
4480
4481 * s390-tdep.c (s390_type_align): New function.
4482 (s390_gdbarch_init): Set it as type_align gdbarch method.
4483
4484 2019-08-09 Tom de Vries <tdevries@suse.de>
4485
4486 PR gdb/24591
4487 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
4488 pc_low with relocation offset.
4489
4490 2019-08-07 Tom Tromey <tromey@adacore.com>
4491
4492 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
4493 (print_frame_args): Update.
4494 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
4495 Update.
4496 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
4497 * frame.h (struct frame_arg): Add initializers.
4498 <error>: Now a unique_xmalloc_ptr.
4499
4500 2019-08-07 Alan Hayward <alan.hayward@arm.com>
4501
4502 * NEWS: Expand the Pointer Authentication entry.
4503 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
4504 (aarch64_frame_unmask_lr): ... to this.
4505 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
4506 Call aarch64_frame_unmask_lr.
4507 * frame.c (struct frame_info): Add "masked" variable.
4508 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
4509 (fprint_frame): Check for masked pc.
4510 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
4511 declarations.
4512 * python/py-framefilter.c (py_print_frame): Check for masked pc.
4513 * stack.c (print_frame): Check for masked pc.
4514
4515 2019-08-06 Tom Tromey <tom@tromey.com>
4516
4517 * stabsread.c (patch_block_stabs, read_one_struct_field)
4518 (read_enum_type): Use obstack_strndup.
4519 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
4520 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
4521 * dwarf2read.c (guess_full_die_structure_name)
4522 (anonymous_struct_prefix): Use obstack_strndup.
4523 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
4524 * c-exp.y (yylex): Use obstack_strndup.
4525 * ada-exp.y (write_object_renaming, write_ambiguous_var)
4526 (write_var_or_type): Use obstack_strndup.
4527
4528 2019-08-06 Tom Tromey <tom@tromey.com>
4529
4530 * symfile.c (reread_symbols): Use obstack_strdup.
4531 * stabsread.c (read_type): Use obstack_strdup.
4532 * gdb_obstack.h (obstack_strdup): New overload.
4533 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
4534 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
4535 (dwarf2_canonicalize_name): Use obstack_strdup.
4536 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
4537 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
4538 Use obstack_strdup.
4539
4540 2019-08-06 Tom Tromey <tom@tromey.com>
4541
4542 * gdb_obstack.h (obstack_strdup): Define.
4543 * gdb_obstack.c (obstack_strdup): Don't define.
4544
4545 2019-08-06 Tom Tromey <tom@tromey.com>
4546
4547 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
4548 obstack_strdup.
4549 * typeprint.c (typedef_hash_table::find_global_typedef): Use
4550 obstack_strdup.
4551 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
4552 * stabsread.c (common_block_start): Use obstack_strdup.
4553 * objfiles.c (set_objfile_main_name, objfile): Use
4554 obstack_strdup.
4555 * namespace.c (add_using_directive): Use obstack_strdup.
4556 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
4557 * jit.c (finalize_symtab): Use obstack_strdup.
4558 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
4559 (guess_partial_die_structure_name, partial_die_info::fixup)
4560 (dwarf2_name): Use obstack_strdup.
4561 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
4562 obstack_strdup.
4563 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
4564 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
4565 obstack_strdup.
4566 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
4567
4568 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4569
4570 * unittests/help-doc-selftests.c: New file.
4571 * Makefile.in: Add the new file.
4572
4573 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4574
4575 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
4576 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
4577 the full first line, except when FOR_VALUE_PREFIX. In this case,
4578 the trailing '.' is not output, and the first character is uppercased.
4579 (print_help_for_command): Update call to print_doc_line.
4580 (print_doc_of_command): Likewise.
4581 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
4582 * cli/cli-option.c (append_indented_doc): Do not append newline.
4583 (build_help_option): Append newline after first appended_indented_doc
4584 only if a second call is done.
4585 (build_help): Append 2 new lines before each option, except the first
4586 one.
4587 * compile/compile.c (_initialize_compile): Add new lines after
4588 %OPTIONS%, when not at the end of the help.
4589 Change help doc or code
4590 producing the help doc to respect the invariants.
4591 * maint-test-options.c (_initialize_maint_test_options): Likewise.
4592 Also removed the new line after 'Options:', as all other commands
4593 do not put an empty line between 'Options:' and the first option.
4594 * printcmd.c (_initialize_printcmd): Likewise.
4595 * stack.c (_initialize_stack): Likewise.
4596 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
4597 incorrectly telling COMMAND is optional.
4598 * ada-lang.c (_initialize_ada_language): Change help doc or code
4599 producing the help doc to respect the invariants.
4600 * ada-tasks.c (_initialize_ada_tasks): Likewise.
4601 * breakpoint.c (_initialize_breakpoint): Likewise.
4602 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
4603 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
4604 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
4605 * cli/cli-style.c (cli_style_option::add_setshow_commands,
4606 _initialize_cli_style): Likewise.
4607 * corelow.c (core_target_info): Likewise.
4608 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
4609 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
4610 * filesystem.c (_initialize_filesystem): Likewise.
4611 * frame.c (_initialize_frame): Likewise.
4612 * gnu-nat.c (add_task_commands): Likewise.
4613 * infcall.c (_initialize_infcall): Likewise.
4614 * infcmd.c (_initialize_infcmd): Likewise.
4615 * interps.c (_initialize_interpreter): Likewise.
4616 * language.c (_initialize_language): Likewise.
4617 * linux-fork.c (_initialize_linux_fork): Likewise.
4618 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
4619 * maint.c (_initialize_maint_cmds): Likewise.
4620 * memattr.c (_initialize_mem): Likewise.
4621 * printcmd.c (_initialize_printcmd): Likewise.
4622 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
4623 _RegEx): Likewise.
4624 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
4625 * record-btrace.c (_initialize_record_btrace): Likewise.
4626 * record-full.c (_initialize_record_full): Likewise.
4627 * record.c (_initialize_record): Likewise.
4628 * regcache-dump.c (_initialize_regcache_dump): Likewise.
4629 * regcache.c (_initialize_regcache): Likewise.
4630 * remote.c (add_packet_config_cmd, init_remote_threadtests,
4631 _initialize_remote): Likewise.
4632 * ser-tcp.c (_initialize_ser_tcp): Likewise.
4633 * serial.c (_initialize_serial): Likewise.
4634 * skip.c (_initialize_step_skip): Likewise.
4635 * source.c (_initialize_source): Likewise.
4636 * stack.c (_initialize_stack): Likewise.
4637 * symfile.c (_initialize_symfile): Likewise.
4638 * symtab.c (_initialize_symtab): Likewise.
4639 * target-descriptions.c (_initialize_target_descriptions): Likewise.
4640 * top.c (init_main): Likewise.
4641 * tracefile-tfile.c (tfile_target_info): Likewise.
4642 * tracepoint.c (_initialize_tracepoint): Likewise.
4643 * tui/tui-win.c (_initialize_tui_win): Likewise.
4644 * utils.c (add_internal_problem_command): Likewise.
4645 * valprint.c (value_print_option_defs): Likewise.
4646
4647 2019-08-06 Frank Ch. Eigler <fche@redhat.com>
4648
4649 PR build/24886
4650 * configure.ac: Drop enable-libmcheck support.
4651 * configure, config.in: Rebuild.
4652 * libmcheck.m4: Remove.
4653 * acinclude.m4: Don't include it.
4654 * Makefile.in: Don't distribute it.
4655 * top.c (print_gdb_configuration): Don't mention it.
4656
4657 2019-08-06 Tom Tromey <tom@tromey.com>
4658
4659 * utils.c (set_output_style): Sometimes pass stream to
4660 emit_style_escape.
4661 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
4662 * record-btrace.c (btrace_insn_history): Update.
4663 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
4664 method.
4665 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
4666 Update initializers.
4667 <m_uiout>: New field.
4668 <m_di>: Move lower.
4669 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
4670 Remove "uiout" parameter.
4671 (dump_insns): Update.
4672 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
4673 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
4674
4675 2019-08-06 Christian Biesinger <cbiesinger@google.com>
4676
4677 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
4678 (error_in_psymtab_expansion): Likewise.
4679 (lookup_symbol_via_quick_fns): Likewise.
4680 (basic_lookup_transparent_type_quick): Likewise.
4681 (basic_lookup_transparent_type_1): Likewise.
4682
4683 2019-08-06 Tom Tromey <tromey@adacore.com>
4684
4685 * source.c (last_source_error): Now bool.
4686 (print_source_lines_base): Make "noprint" bool. Only open
4687 source file when last_source_visited changes.
4688
4689 2019-08-06 Tom Tromey <tromey@adacore.com>
4690
4691 * annotate.c (annotate_source_line): Use g_source_cache.
4692 * source-cache.c (source_cache::get_plain_source_lines): Change
4693 parameters. Populate m_offset_cache.
4694 (source_cache::ensure): New method.
4695 (source_cache::get_line_charpos): New method.
4696 (extract_lines): Move lower. Change parameters.
4697 (source_cache::get_source_lines): Move lower.
4698 * source-cache.h (class source_cache): Update comment.
4699 <get_line_charpos>: New method.
4700 <get_source_lines>: Update comment.
4701 <clear>: Clear m_offset_cache.
4702 <get_plain_source_lines>: Change parameters.
4703 <ensure>: New method
4704 <m_offset_cache>: New member.
4705 * source.c (forget_cached_source_info_for_objfile): Update.
4706 (info_source_command): Use g_source_cache.
4707 (find_source_lines, open_source_file_with_line_charpos): Remove.
4708 (print_source_lines_base, search_command_helper): Use g_source_cache.
4709 * source.h (open_source_file_with_line_charpos): Don't declare.
4710 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
4711 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
4712 Use g_source_cache.
4713
4714 2019-08-06 Tom Tromey <tromey@adacore.com>
4715
4716 * source-cache.c (source_cache::get_plain_source_lines):
4717 Remove "first_line" and "last_line" parameters.
4718 (source_cache::get_source_lines): Cache plain text.
4719 * source-cache.h (class source_cache)
4720 <get_plain_source_lines>: Update.
4721
4722 2019-08-06 Tom Tromey <tromey@adacore.com>
4723
4724 * source-cache.c (extract_lines): No longer a method.
4725 Changed type of parameter. Include final newline.
4726 (selftests::extract_lines_test): New function.
4727 (_initialize_source_cache): Likewise.
4728 * source-cache.h (class source_cache)
4729 <extract_lines>: Don't declare.
4730
4731 2019-08-06 Tom Tromey <tromey@adacore.com>
4732
4733 * breakpoint.c (init_breakpoint_sal): Update.
4734 (breakpoint): Update.
4735 * breakpoint.h (struct breakpoint) <filter>: Now a
4736 unique_xmalloc_ptr.
4737
4738 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4739
4740 * NEWS: Mention dictionary access on blocks.
4741 * python/py-block.c (blpy_getitem): New function.
4742 (block_object_as_mapping): New struct.
4743 (block_object_type): Use new struct for tp_as_mapping field.
4744
4745 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4746
4747 * objfiles.h (objfile): Add a comment describing partial symbols.
4748
4749 2019-08-05 Tom Tromey <tromey@adacore.com>
4750
4751 * compile/compile.c (_initialize_compile): Use _(), not N_().
4752 * thread.c (_initialize_thread): Use _(), not N_().
4753 * stack.c (_initialize_stack): Use _(), not N_().
4754 * printcmd.c (_initialize_printcmd): Use _(), not N_().
4755
4756 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
4757
4758 * dwarf2read.c (struct dw2_symtab_iterator):
4759 <want_specific_block>: Remove.
4760 <block_index>: Change type to gdb::optional.
4761 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
4762 change type of BLOCK_INDEX parameter to gdb::optional.
4763 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
4764 (dw2_lookup_symbol): Don't pass argument for
4765 WANT_SPECIFIC_BLOCK.
4766 (dw2_expand_symtabs_for_function): Don't pass argument for
4767 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
4768 (class dw2_debug_names_iterator)
4769 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
4770 parameter, change BLOCK_INDEX type to gdb::optional.
4771 <m_want_specific_block>: Remove.
4772 <m_block_index>: Change type to gdb::optional.
4773 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
4774 gdb::optional. Re-write in function of gdb::optional.
4775 (dw2_debug_names_lookup_symbol): Don't pass argument for
4776 WANT_SPECIFIC_BLOCK.
4777 (dw2_debug_names_expand_symtabs_for_function): Don't pass
4778 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
4779 BLOCK_INDEX.
4780
4781 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4782
4783 * NEWS: Mention changes to "info sources" command.
4784
4785 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4786
4787 * symtab.c (filename_partial_match_opts): New struct type.
4788 (struct output_source_filename_data): New members
4789 regexp, c_regexp, partial_match.
4790 (output_source_filename): Use new members to decide to print file.
4791 (info_sources_option_defs): New variable.
4792 (make_info_sources_options_def_group, print_info_sources_header,
4793 info_sources_command_completer):
4794 New functions.
4795 (info_sources_command): Read new optional arguments.
4796 (_initialize_symtab): Update info sources help.
4797
4798 2019-08-02 Alexandre Oliva <oliva@adacore.com>
4799
4800 * ada-lang.c (exception_support_info_v0): Renamed from...
4801 (default_exception_support_info): ... this. Create new
4802 definition for v1.
4803 (ada_has_this_exception_support): Look up catch_handlers_sym.
4804 (ada_exception_support_info_sniffer): Try v0 after default.
4805
4806 2019-08-01 Tom Tromey <tromey@adacore.com>
4807
4808 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
4809 gdbarch.h.
4810
4811 2019-08-01 Christian Biesinger <cbiesinger@google.com>
4812
4813 * s12z-tdep.c: Fix include path for s12z-opc.h.
4814
4815 2019-08-01 Alan Hayward <alan.hayward@arm.com>
4816
4817 * NEWS: Require GNU make 3.82.
4818
4819 2019-07-16 Tom Tromey <tom@tromey.com>
4820
4821 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
4822 declare.
4823
4824 2019-07-30 Tom Tromey <tromey@adacore.com>
4825
4826 * block.c (contained_in): Remove BLOCK_FUNCTION check.
4827
4828 2019-07-30 Kevin Buettner <kevinb@redhat.com>
4829
4830 * printcmd.c (print_address_symbolic): Print negative offsets.
4831 (build_address_symbolic): Force signed arithmetic when computing
4832 offset.
4833
4834 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4835
4836 PR/24474: Add a function to lookup static variables.
4837 * NEWS: Mention this new function.
4838 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
4839 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
4840 * python/python.c (python_GdbMethods): Add new function.
4841
4842 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4843
4844 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
4845 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
4846 (objfpy_lookup_static_symbol): New function.
4847 (objfile_object_methods): Add new functions.
4848
4849 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4850
4851 * NEWS: Mention 'set|show print frame-info'. Mention new
4852 'presence' value for 'frame-arguments'. Mention new '-frame-info'
4853 backtrace argument. Mention that python frame filtering code
4854 is now consistent with what 'backtrace' command prints.
4855
4856 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4857
4858 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
4859 comments.
4860 (print_frame_info_auto, print_frame_info_source_line,
4861 print_frame_info_location, print_frame_info_source_and_location,
4862 print_frame_info_location_and_address, print_frame_info_short_location):
4863 New declarations.
4864 (struct frame_print_options): New member print_frame_info.
4865 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
4866 * stack.h (get_user_print_what_frame_info): New declaration.
4867 (frame_show_address): New declaration.
4868 * stack.c (print_frame_arguments_choices): New value 'presence'.
4869 (print_frame_info_auto, print_frame_info_source_line,
4870 print_frame_info_location, print_frame_info_source_and_location,
4871 print_frame_info_location_and_address, print_frame_info_short_location,
4872 print_frame_info_choices, print_frame_info_print_what): New definitions.
4873 (print_frame_args): Only print dots for args if print frame-arguments
4874 is 'presence'.
4875 (frame_print_option_defs): New element for "frame-info".
4876 (get_user_print_what_frame_info): New function.
4877 (frame_show_address): Make non static. Move comment to stack.h.
4878 (print_frame_info_to_print_what): New function.
4879 (print_frame_info): Update comment. Use fp_opts.print_frame_info
4880 to decide what to print.
4881 (backtrace_command_1): Handle the new print_frame_arguments_presence
4882 value.
4883 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
4884 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
4885 (py_print_frame): In non-mi mode, use LOCATION as default for
4886 print_what, similarly to frame information printed directly by
4887 backtrace command. Handle frame-info user option in non MI mode.
4888
4889 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4890
4891 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
4892 Add case for debugging 32-bit target on 64-bit host. Revise
4893 comment.
4894
4895 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4896
4897 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
4898 instead of find_function_entry_range_from_pc.
4899
4900 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4901
4902 * stack.c (find_frame_funname): Remove code which preferred
4903 minsym over symtab sym in "certain pathological cases".
4904
4905 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
4906 parameter. Change type of "do_demangle" to bool.
4907 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
4908 Pass suitable "prefer_sym_over_minsym" flag to
4909 build_address_symbolic(). Don't output "+" for negative offsets.
4910 * printcmd.c (print_address_symbolic): Update invocation of
4911 build_address_symbolic to include a "prefer_sym_over_minsym"
4912 flag.
4913 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
4914 Restrict cases in which use of minimal symbol is preferred to that
4915 of a found symbol. Update comments.
4916
4917 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
4918 for entry pc when entry pc is out of range for that FDE.
4919
4920 2019-07-26 Brian Callahan <bcallah@openbsd.org>
4921
4922 PR gdb/24839:
4923 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
4924 type.
4925
4926 2019-07-25 Christian Biesinger <cbiesinger@google.com>
4927
4928 * python/py-objfile.c (add_separate_debug_file): Fix comment about
4929 this function's Python signature.
4930
4931
4932 2019-07-24 Christian Biesinger <cbiesinger@google.com>
4933
4934 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
4935 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
4936 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
4937 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
4938 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
4939
4940
4941 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
4942
4943 * h8300-tdep.c (h8300_register_name_common): New.
4944 h8300_register_name): Use h8300_register_name_common.
4945 (h8300s_register_name): Likewise.
4946 (h8300sx_register_name): Likewise.
4947 (h8300h_register_nam): New.
4948 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
4949
4950
4951 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4952
4953 * arm-tdep.c (arm_skip_cmse_entry): New function.
4954 (arm_is_sgstubs_section): New function.
4955 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
4956
4957 2019-07-22 Tom Tromey <tom@tromey.com>
4958
4959 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
4960 Don't self-assign.
4961
4962 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4963
4964 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
4965 type_print.
4966
4967 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4968
4969 * symtab.c (search_symbols): Adjust msymbol matching type arrays
4970 so that GDB doesn't match any msymbols when searching in the
4971 TYPES_DOMAIN.
4972 (print_symbol_info): Print using typedef_print or type_print based
4973 on the type of the symbol. Add updated FIXME comment moved from...
4974 (_initialize_symtab): ... move and update FIXME comment to above.
4975
4976 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4977
4978 * NEWS: Mention adding -q option to "info types".
4979 * symtab.c (struct info_types_options): New struct.
4980 (info_types_options_defs): New variable.
4981 (make_info_types_options_def_group): New function.
4982 (info_types_command): Use gdb::option framework to parse options.
4983 (info_types_command_completer): New function.
4984 (_initialize_symtab): Extend the help text on "info types" and
4985 register command completer.
4986
4987 2019-07-21 Christian Biesinger <cbiesinger@google.com>
4988
4989 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
4990 (lookup_symbol_in_objfile): Change int to block_enum and add a
4991 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
4992
4993 2019-07-20 Christian Biesinger <cbiesinger@google.com>
4994
4995 * MAINTAINERS (Write After Approval): Add self.
4996
4997 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4998
4999 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
5000 instruction to the dummy code region.
5001
5002 2019-07-19 Tom Tromey <tromey@adacore.com>
5003
5004 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
5005 (ARGSUSED, PARAMS, __func__): Remove rules.
5006
5007 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5008
5009 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
5010 * features/arm/arm-with-iwmmxt.c: Remove.
5011 * features/arm/arm-with-iwmmxt.xml: Remove.
5012 * features/arm/arm-with-m-fpa-layout.c: Remove.
5013 * features/arm/arm-with-m-fpa-layout.xml: Remove.
5014 * features/arm/arm-with-m-vfp-d16.c: Remove.
5015 * features/arm/arm-with-m-vfp-d16.xml: Remove.
5016 * features/arm/arm-with-m.c: Remove.
5017 * features/arm/arm-with-m.xml: Remove.
5018 * features/arm/arm-with-neon.c: Remove.
5019 * features/arm/arm-with-neon.xml: Remove.
5020 * features/arm/arm-with-vfpv2.c: Remove.
5021 * features/arm/arm-with-vfpv2.xml: Remove.
5022 * features/arm/arm-with-vfpv3.c: Remove.
5023 * features/arm/arm-with-vfpv3.xml: Remove.
5024
5025 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5026
5027 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
5028
5029 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5030
5031 * arch/aarch32.c (aarch32_create_target_description): Create
5032 target descriptions using features.
5033 * arch/arm.c (arm_create_target_description)
5034 (arm_create_mprofile_target_description): Likewise.
5035 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
5036
5037 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5038
5039 * Makefile.in: Add new files.
5040 * aarch32-tdep.c: New file.
5041 * aarch32-tdep.h: New file.
5042 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
5043 Call aarch32_read_description.
5044 * arch/aarch32.c: New file.
5045 * arch/aarch32.h: New file.
5046 * arch/arm.c (arm_create_target_description)
5047 (arm_create_mprofile_target_description): New function.
5048 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
5049 (arm_create_target_description)
5050 (arm_create_mprofile_target_description): New declaration.
5051 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
5052 read_description functions.
5053 * arm-linux-nat.c (arm_linux_nat_target::read_description):
5054 Likewise.
5055 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
5056 * arm-tdep.c (tdesc_arm_list): New variable.
5057 (arm_register_g_packet_guesses): Call create description functions.
5058 (arm_read_description) (arm_read_mprofile_description): New
5059 function.
5060 * arm-tdep.h (arm_read_description)
5061 (arm_read_mprofile_description): Add declaration.
5062 * configure.tgt: Add new files.
5063
5064 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
5065
5066 * top.c (new_ui_command): Open specified terminal just once.
5067
5068 2019-07-18 Tom Tromey <tromey@adacore.com>
5069
5070 * symtab.c (main_name): Constify return type.
5071 * symfile.c (set_initial_language): Update.
5072 * symtab.h (main_name): Constify return type.
5073
5074 2019-07-17 Tom Tromey <tom@tromey.com>
5075
5076 * tui/tui-winsource.c (tui_update_source_window)
5077 (tui_update_source_window_as_is)
5078 (tui_update_source_windows_with_line): Remove return.
5079 * tui/tui-disasm.c (tui_show_disassem)
5080 (tui_show_disassem_and_update_source): Remove return.
5081 * tui/tui.c (tui_reset): Remove return.
5082 * tui/tui-wingeneral.c
5083 (tui_check_and_display_highlight_if_needed): Remove return.
5084
5085 2019-07-17 Tom Tromey <tom@tromey.com>
5086
5087 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
5088
5089 2019-07-17 Tom Tromey <tom@tromey.com>
5090
5091 * tui/tui-winsource.h (struct tui_exec_info_window)
5092 (struct tui_source_window_base): Move from tui-data.h.
5093 * tui/tui-winsource.c: Move many method definitions from
5094 elsewhere. Remove "structuring" comments.
5095 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
5096 (tui_source_window_base::refresh_window): Move to
5097 tui-winsource.c.
5098 * tui/tui-win.c (tui_source_window_base::refresh_all)
5099 (tui_source_window_base::update_tab_width)
5100 (tui_source_window_base::set_new_height)
5101 (tui_source_window_base::do_make_visible_with_new_height): Move to
5102 tui-winsource.c.
5103 * tui/tui-source.h: Update.
5104 * tui/tui-source.c (tui_source_window_base::reset): Move to
5105 tui-winsource.c.
5106 * tui/tui-disasm.h: Update.
5107 * tui/tui-data.h (struct tui_exec_info_window): Move to
5108 tui-winsource.h.
5109 (struct tui_source_window_base): Likewise.
5110 * tui/tui-data.c (tui_source_window_base::clear_detail)
5111 (tui_source_window_base, ~tui_source_window_base): Move to
5112 tui-winsource.c.
5113
5114 2019-07-17 Tom Tromey <tom@tromey.com>
5115
5116 * tui/tui-win.c (tui_resize_all)
5117 (tui_source_window_base::update_tab_width)
5118 (tui_adjust_win_heights): Update.
5119 (tui_win_info::make_invisible_and_set_new_height): Rename from
5120 make_invisible_and_set_new_height.
5121 * tui/tui-data.h (struct tui_win_info)
5122 <make_invisible_and_set_new_height>: New method.
5123
5124 2019-07-17 Tom Tromey <tom@tromey.com>
5125
5126 * tui/tui.c: Update.
5127 * tui/tui-source.h (struct tui_source_window): Move from
5128 tui-data.h.
5129 * tui/tui-layout.c: Update.
5130 * tui/tui-disasm.c: Update.
5131 * tui/tui-data.h (struct tui_source_window): Move to
5132 tui-source.h.
5133
5134 2019-07-17 Tom Tromey <tom@tromey.com>
5135
5136 * tui/tui-disasm.h (struct tui_disasm_window): Move from
5137 tui-data.h.
5138 * tui/tui-data.h (struct tui_disasm_window): Move to
5139 tui-disasm.h.
5140
5141 2019-07-17 Tom Tromey <tom@tromey.com>
5142
5143 * tui/tui-regs.h (struct tui_data_item_window): Move from
5144 tui-data.h.
5145 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
5146 * tui/tui-data.h (struct tui_data_item_window): Move to
5147 tui-regs.h.
5148 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
5149
5150 2019-07-17 Tom Tromey <tom@tromey.com>
5151
5152 * tui/tui.c: Update.
5153 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
5154 (tui_cmd_window::max_height): Move to tui-command.c.
5155 * tui/tui-layout.c: Update.
5156 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
5157 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
5158 tui-command.c.
5159 * tui/tui-command.h (struct tui_cmd_window): Move from
5160 tui-data.h.
5161 * tui/tui-command.c: Remove "structuring" comments.
5162 (tui_cmd_window::clear_detail)
5163 (tui_cmd_window::do_make_visible_with_new_height)
5164 (tui_cmd_window::max_height): Move from elsewhere.
5165
5166 2019-07-17 Tom Tromey <tom@tromey.com>
5167
5168 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
5169 Now static.
5170 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
5171 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
5172
5173 2019-07-17 Tom Tromey <tom@tromey.com>
5174
5175 * tui/tui.c: Update.
5176 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
5177 tui-regs.c.
5178 * tui/tui-windata.h: Remove file.
5179 * tui/tui-windata.c: Remove file.
5180 * tui/tui-win.c (tui_data_window::set_new_height)
5181 (tui_data_window::do_make_visible_with_new_height): Move to
5182 tui-regs.c.
5183 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
5184 * tui/tui-regs.c: Remove "structuring" comments.
5185 (tui_data_window::first_data_item_displayed)
5186 (tui_data_window::delete_data_content_windows)
5187 (tui_data_window::erase_data_content)
5188 (tui_data_window::display_all_data)
5189 (tui_data_window::refresh_all)
5190 (tui_data_window::do_scroll_vertical)
5191 (tui_data_window::clear_detail, tui_data_window::set_new_height)
5192 (tui_data_window::do_make_visible_with_new_height)
5193 (tui_data_window::refresh_window): Move from elsewhere.
5194 (_initialize_tui_regs): Move to end of file.
5195 * tui/tui-layout.c: Update.
5196 * tui/tui-hooks.c: Update.
5197 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
5198 * tui/tui-data.c (tui_data_window::clear_detail): Move to
5199 tui-regs.c.
5200 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
5201
5202 2019-07-17 Tom Tromey <tom@tromey.com>
5203
5204 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
5205 seen.
5206
5207 2019-07-17 Tom Tromey <tom@tromey.com>
5208
5209 * tui/tui-win.c (tui_source_window_base::set_new_height)
5210 (tui_source_window_base::do_make_visible_with_new_height): Use
5211 m_has_locator field directly.
5212 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
5213 method.
5214 (struct tui_source_window_base) <has_locator>: Likewise.
5215
5216 2019-07-17 Tom Tromey <tom@tromey.com>
5217
5218 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
5219 Don't declare.
5220 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
5221 Remove.
5222 * tui/tui-win.c (tui_source_window_base::set_new_height)
5223 (tui_source_window_base::set_new_height)
5224 (make_invisible_and_set_new_height)
5225 (tui_source_window_base::do_make_visible_with_new_height)
5226 (tui_source_window_base::do_make_visible_with_new_height):
5227 Update.
5228 * tui/tui-layout.c (show_source_disasm_command, show_data)
5229 (show_source_or_disasm_and_command): Update.
5230 * tui/tui-layout.c (show_layout): Update.
5231
5232 2019-07-17 Tom Tromey <tom@tromey.com>
5233
5234 * tui/tui-layout.c (make_data_window): Remove.
5235 (show_data): Unify creation and re-initialization cases.
5236
5237 2019-07-17 Tom Tromey <tom@tromey.com>
5238
5239 * tui/tui-layout.c (make_source_window, make_disasm_window):
5240 Remove.
5241 (show_data): Unify creation and re-initialization cases.
5242
5243 2019-07-17 Tom Tromey <tom@tromey.com>
5244
5245 * tui/tui-layout.c (make_command_window): Remove.
5246 (show_source_disasm_command, show_source_or_disasm_and_command):
5247 Unify creation and re-initialization cases.
5248
5249 2019-07-17 Tom Tromey <tom@tromey.com>
5250
5251 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
5252 creation and re-initialization cases.
5253
5254 2019-07-17 Tom Tromey <tom@tromey.com>
5255
5256 * tui/tui-regs.c (tui_get_register): Return void.
5257
5258 2019-07-17 Tom Tromey <tom@tromey.com>
5259
5260 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
5261 Simplify.
5262
5263 2019-07-17 Tom Tromey <tom@tromey.com>
5264
5265 * tui/tui-layout.c (show_source_disasm_command): Simplify window
5266 resetting.
5267
5268 2019-07-17 Tom Tromey <tom@tromey.com>
5269
5270 * tui/tui.h (tui_set_layout_by_name): Don't declare.
5271 * tui/tui-regs.c (tui_reg_layout): New function.
5272 (tui_show_registers, tui_reg_command): Use it.
5273 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
5274 (tui_layout_command): Rename from tui_set_layout_by_name. Change
5275 parameters.
5276 (tui_layout_command): Remove.
5277
5278 2019-07-17 Tom Tromey <tom@tromey.com>
5279
5280 * tui/tui-layout.h (tui/tui-layout): Return void.
5281 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
5282
5283 2019-07-17 Tom Tromey <tom@tromey.com>
5284
5285 * tui/tui-layout.c (show_source_disasm_command, show_data):
5286 Update.
5287 (reset_locator): Remove.
5288 (show_source_or_disasm_and_command): Update.
5289
5290 2019-07-17 Tom Tromey <tom@tromey.com>
5291
5292 * tui/tui-source.c (tui_source_window_base::reset): Remove
5293 win_type parameter.
5294 * tui/tui-layout.c (make_command_window, make_source_window)
5295 (make_disasm_window, make_data_window)
5296 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
5297 (reset_locator, show_source_or_disasm_and_command): Update.
5298 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
5299 win_type parameter.
5300 (struct tui_source_window_base) <reset>: Likewise.
5301
5302 2019-07-17 Tom Tromey <tom@tromey.com>
5303
5304 * tui/tui-layout.c (show_source_disasm_command): Use
5305 reset_locator.
5306 (reset_locator): New function.
5307 (init_and_make_win): Remove.
5308 (show_source_or_disasm_and_command): Use reset_locator.
5309
5310 2019-07-17 Tom Tromey <tom@tromey.com>
5311
5312 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
5313 condition.
5314 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
5315 Remove condition.
5316 * tui/tui-source.c (tui_source_window_base::reset): New method.
5317 * tui/tui-layout.c (make_command_window): Don't call
5318 init_and_make_win.
5319 (make_source_window, make_disasm_window): Don't call
5320 make_source_or_disasm_window.
5321 (make_data_window): Don't call init_and_make_win. Change calling
5322 convention.
5323 (show_source_disasm_command, show_data): Simplify.
5324 (make_source_or_disasm_window): Remove.
5325 (show_source_or_disasm_and_command): Simplify.
5326 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
5327 (struct tui_source_window_base) <reset>: Likewise.
5328 <execution_info>: Remove initializer.
5329 * tui/tui-data.c (tui_source_window_base): Initialize
5330 execution_info.
5331
5332 2019-07-17 Tom Tromey <tom@tromey.com>
5333
5334 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
5335 variable.
5336
5337 2019-07-17 Tom Tromey <tom@tromey.com>
5338
5339 * tui/tui.c (tui_rl_other_window): Update.
5340 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
5341 superclass method first. Always iterate over regs_content.
5342 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
5343 method.
5344 * tui/tui-win.c (tui_set_focus_command): Update.
5345
5346 2019-07-17 Tom Tromey <tom@tromey.com>
5347
5348 * tui/tui-win.c (tui_set_focus_command): Rename from
5349 tui_set_focus. Call tui_enable.
5350 (tui_set_focus_command): Remove.
5351
5352 2019-07-17 Tom Tromey <tom@tromey.com>
5353
5354 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
5355 refresh_window.
5356 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
5357 touchwin.
5358 (tui_data_window::refresh_window): Call refresh_window on data
5359 items. Always call superclass refresh_window.
5360 (tui_win_info::refresh): Remove.
5361 (tui_source_window_base::refresh_window): Update.
5362 (tui_refresh_all): Update.
5363 * tui/tui-layout.c (show_source_disasm_command): Remove call to
5364 refresh_window.
5365 (show_source_or_disasm_and_command): Likewise.
5366 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
5367 (struct tui_source_window_base) <refresh>: Likewise.
5368
5369 2019-07-17 Tom Tromey <tom@tromey.com>
5370
5371 * tui/tui-winsource.c (tui_clear_source_content)
5372 (tui_show_source_content): Update.
5373 * tui/tui-source.c (tui_source_window::showing_source_p): Check
5374 whether content is empty.
5375 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
5376 Remove.
5377
5378 2019-07-17 Tom Tromey <tom@tromey.com>
5379
5380 * tui/tui-winsource.c (tui_erase_source_content): Clear the
5381 window's contents.
5382 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
5383 * tui/tui-source.c (tui_set_source_content_nil): Remove.
5384
5385 2019-07-17 Tom Tromey <tom@tromey.com>
5386
5387 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
5388 (struct tui_data_item_window): Update.
5389
5390 2019-07-17 Tom Tromey <tom@tromey.com>
5391
5392 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
5393 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
5394 defines.
5395
5396 2019-07-17 Tom Tromey <tom@tromey.com>
5397
5398 * tui/tui-winsource.h (tui_erase_source_content)
5399 (tui_clear_source_content): Remove "display_prompt" parameter.
5400 * tui/tui-winsource.c (tui_update_source_window_as_is)
5401 (tui_update_source_windows_with_addr): Update.
5402 (tui_clear_source_content): Remove "display_prompt" parameter.
5403 (tui_erase_source_content): Likewise. Simplify.
5404 (tui_show_source_content): Update.
5405 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
5406 * tui/tui-stack.c (tui_show_frame_info): Update.
5407 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
5408 Remove defines.
5409
5410 2019-07-17 Tom Tromey <tom@tromey.com>
5411
5412 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5413 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
5414 parameter.
5415 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
5416 parameter.
5417
5418 2019-07-17 Tom Tromey <tom@tromey.com>
5419
5420 * tui/tui-winsource.c (tui_clear_source_content)
5421 (tui_show_source_content, tui_show_exec_info_content)
5422 (tui_clear_exec_info_content): Update.
5423 * tui/tui-stack.c (tui_show_locator_content): Update.
5424 (tui_show_frame_info): Update.
5425 * tui/tui-source.h (tui_source_window): Don't declare.
5426 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
5427 from tui_source_is_displayed.
5428 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
5429 Remove field.
5430 (struct tui_source_window_base) <content_in_use>: New field. Now
5431 bool.
5432 (struct tui_source_window) <showing_source_p>: New method.
5433 (TUI_SRC_WIN): Change cast.
5434 * tui/tui-data.c (tui_initialize_static_data): Update.
5435
5436 2019-07-17 Tom Tromey <tom@tromey.com>
5437
5438 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
5439 location_matches_p.
5440 * tui/tui-source.c (tui_source_window::location_matches_p): New
5441 method.
5442 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
5443 method.
5444 * tui/tui-data.h (struct tui_source_window_base)
5445 <location_matches_p>: New method.
5446 (struct tui_source_window, struct tui_disasm_window)
5447 <location_matches_p>: Likewise.
5448
5449 2019-07-17 Tom Tromey <tom@tromey.com>
5450
5451 * tui/tui-win.c (tui_set_win_height_command): Rename from
5452 tui_set_win_height.
5453 (tui_set_win_height_command): Remove.
5454
5455 2019-07-17 Tom Tromey <tom@tromey.com>
5456
5457 * tui/tui-source.c (tui_source_window): New constructor. Add
5458 observer.
5459 (~tui_source_window): New destructor.
5460 (tui_source_window::style_changed): New method.
5461 * tui/tui-hooks.c (tui_redisplay_source): Remove.
5462 (tui_attach_detach_observers): Update.
5463 * tui/tui-data.h (struct tui_source_window): Make constructor not
5464 inline. Add destructor.
5465 (struct tui_source_window) <style_changed>: New method.
5466 <m_observable>: New member.
5467
5468 2019-07-17 Tom Tromey <tom@tromey.com>
5469
5470 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
5471 * tui/tui-win.c (tui_resize_all): Fix typo.
5472
5473 2019-07-17 Tom Tromey <tom@tromey.com>
5474
5475 * tui/tui-wingeneral.h (tui_refresh_all): Update.
5476 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
5477 (tui_refresh_all): Remove "list" parameter. Use foreach.
5478 * tui/tui-win.c (window_name_completer): Use foreach.
5479 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
5480 (update_tab_width): Likewise.
5481 * tui/tui-layout.c (show_layout): Update.
5482 * tui/tui-data.h (class tui_window_iterator): New.
5483 (struct all_tui_windows): New.
5484 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
5485
5486 2019-07-17 Tom Tromey <tom@tromey.com>
5487
5488 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
5489 parameter. Don't reference globals.
5490 (tui_reg_command): Update.
5491
5492 2019-07-17 Tom Tromey <tom@tromey.com>
5493
5494 * tui/tui-regs.c (tui_show_registers): Simplify.
5495
5496 2019-07-17 Tom Tromey <tom@tromey.com>
5497
5498 * tui/tui-regs.c (tui_show_registers): Update.
5499 (tui_show_register_group): Add win_info parameter.
5500
5501 2019-07-17 Tom Tromey <tom@tromey.com>
5502
5503 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
5504 Rename from tui_display_reg_element_at_line.
5505 (tui_data_window::display_registers_from_line): Update.
5506 * tui/tui-data.h (struct tui_data_window)
5507 <display_reg_element_at_line>: New method.
5508
5509 2019-07-17 Tom Tromey <tom@tromey.com>
5510
5511 * tui/tui-regs.h (tui_display_registers_from)
5512 (tui_display_registers_from_line): Don't declare.
5513 * tui/tui-windata.c (tui_data_window::display_all_data)
5514 (tui_data_window::refresh_all)
5515 (tui_data_window::do_scroll_vertical): Update.
5516 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
5517 from tui_display_registers_from.
5518 (tui_display_reg_element_at_line): Update.
5519 (tui_data_window::display_registers_from_line): Rename from
5520 tui_display_registers_from_line.
5521 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
5522 display_registers_from_line>: New methods.
5523
5524 2019-07-17 Tom Tromey <tom@tromey.com>
5525
5526 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
5527 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
5528 from tui_erase_data_content.
5529 (tui_data_window::display_all_data)
5530 (tui_data_window::refresh_all)
5531 (tui_data_window::do_scroll_vertical): Update.
5532 * tui/tui-regs.c (tui_show_registers): Update.
5533 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
5534 New method.
5535
5536 2019-07-17 Tom Tromey <tom@tromey.com>
5537
5538 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
5539 declare.
5540 * tui/tui-windata.c
5541 (tui_data_window::delete_data_content_windows): Rename from
5542 tui_delete_data_content_windows.
5543 (tui_data_window::display_all_data)
5544 (tui_data_window::do_scroll_vertical): Update.
5545 * tui/tui-data.h (struct tui_data_window)
5546 <delete_data_content_windows>: New method.
5547
5548 2019-07-17 Tom Tromey <tom@tromey.com>
5549
5550 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
5551 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
5552
5553 2019-07-17 Tom Tromey <tom@tromey.com>
5554
5555 * tui/tui-windata.h (tui_display_all_data): Don't declare.
5556 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
5557 from tui_display_all_data.
5558 * tui/tui-win.c
5559 (tui_data_window::do_make_visible_with_new_height): Update.
5560 * tui/tui-regs.c (tui_show_registers): Update.
5561 * tui/tui-layout.c (tui_set_layout): Update.
5562 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
5563 method.
5564
5565 2019-07-17 Tom Tromey <tom@tromey.com>
5566
5567 * tui/tui-windata.h (tui_display_data_from): Don't declare.
5568 * tui/tui-windata.c (tui_display_data_from): Remove.
5569 (tui_data_window::refresh_all): Update.
5570
5571 2019-07-17 Tom Tromey <tom@tromey.com>
5572
5573 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
5574 * tui/tui-windata.c (tui_display_data_from_line): Remove.
5575 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
5576 tui_display_registers_from_line.
5577 * tui/tui-regs.h (tui_display_registers_from_line): Update.
5578 * tui/tui-regs.c (tui_display_registers_from_line): Remove
5579 "force_display" parameter.
5580
5581 2019-07-17 Tom Tromey <tom@tromey.com>
5582
5583 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
5584 declare.
5585 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
5586 Rename from tui_first_reg_element_no_inline.
5587 (tui_display_reg_element_at_line)
5588 (tui_display_registers_from_line): Update.
5589 * tui/tui-data.h (struct tui_data_window)
5590 <first_reg_element_no_inline>: New method.
5591
5592 2019-07-17 Tom Tromey <tom@tromey.com>
5593
5594 * tui/tui-windata.c (tui_display_data_from)
5595 (tui_data_window::do_scroll_vertical): Update.
5596 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
5597 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
5598 Rename from tui_line_from_reg_element_no.
5599 (tui_display_registers_from_line): Update.
5600 * tui/tui-data.h (struct tui_data_window)
5601 <line_from_reg_element_no>: New method.
5602
5603 2019-07-17 Tom Tromey <tom@tromey.com>
5604
5605 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
5606 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
5607 tui_last_regs_line_no.
5608 (tui_display_reg_element_at_line)
5609 (tui_display_registers_from_line): Update.
5610 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
5611 method.
5612
5613 2019-07-17 Tom Tromey <tom@tromey.com>
5614
5615 PR tui/24722:
5616 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
5617 (tui_update_breakpoint_info): Add "being_deleted" parameter.
5618 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5619 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
5620 (tui_update_breakpoint_info): Likewise.
5621 * tui/tui-hooks.c (tui_event_create_breakpoint)
5622 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
5623 Update.
5624
5625 2019-07-17 Tom Tromey <tom@tromey.com>
5626
5627 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
5628
5629 2019-07-17 Tom Tromey <tom@tromey.com>
5630
5631 * tui/tui-winsource.c (tui_update_source_window_as_is)
5632 (tui_update_source_windows_with_addr): Update.
5633 * tui/tui-source.h (tui_set_source_content)
5634 (tui_show_symtab_source): Add "win_info" parameter.
5635 * tui/tui-source.c (tui_set_source_content): Add "win_info"
5636 parameter.
5637 (tui_show_symtab_source): Likewise.
5638
5639 2019-07-17 Tom Tromey <tom@tromey.com>
5640
5641 * tui/tui-wingeneral.c
5642 (tui_check_and_display_highlight_if_needed): Check can_highlight.
5643
5644 2019-07-17 Tom Tromey <tom@tromey.com>
5645
5646 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
5647 (struct tui_cmd_window) <can_scroll>: New method.
5648 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
5649 method.
5650
5651 2019-07-17 Tom Tromey <tromey@adacore.com>
5652
5653 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
5654 do_field_signed>: Rename. Change type of "value".
5655 * ui-out.c (ui_out::field_signed): Rename from field_int.
5656 Change type of "value".
5657 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
5658 type of "value".
5659 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
5660 do_field_int. Change type of "value".
5661 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
5662 do_field_int. Change type of "value".
5663 * tracepoint.c (trace_status_mi, tfind_1)
5664 (print_one_static_tracepoint_marker): Update.
5665 * thread.c (print_thread_info_1, print_selected_thread_frame):
5666 Update.
5667 * stack.c (print_frame, print_frame_info): Update.
5668 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
5669 Update.
5670 * source.c (print_source_lines_base): Update.
5671 * skip.c (info_skip_command): Update.
5672 * record-btrace.c (btrace_ui_out_decode_error)
5673 (btrace_call_history_src_line): Update.
5674 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
5675 Update.
5676 * progspace.c (print_program_space): Update.
5677 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
5678 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
5679 do_field_int. Change type of "value".
5680 * mi/mi-out.c (mi_ui_out::do_table_begin)
5681 (mi_ui_out::do_table_header): Update.
5682 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
5683 type of "value".
5684 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
5685 (mi_cmd_data_list_changed_registers, output_register)
5686 (mi_cmd_data_read_memory, mi_load_progress)
5687 (mi_cmd_trace_frame_collected): Update.
5688 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
5689 Update.
5690 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
5691 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
5692 (mi_cmd_var_list_children, varobj_update_one): Update.
5693 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
5694 (mi_cmd_stack_list_args, list_arg_or_local): Update.
5695 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
5696 * inferior.c (print_inferior): Update.
5697 * gdb_bfd.c (print_one_bfd): Update.
5698 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5699 Update.
5700 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
5701 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
5702 do_field_int. Change type of "value".
5703 * cli-out.c (cli_ui_out::do_field_signed): Rename from
5704 do_field_int. Change type of "value".
5705 * breakpoint.c (watchpoint_check, print_breakpoint_location)
5706 (print_one_breakpoint_location, print_it_catch_fork)
5707 (print_one_catch_fork, print_it_catch_vfork)
5708 (print_one_catch_vfork, print_it_catch_solib)
5709 (print_it_catch_exec, print_it_ranged_breakpoint)
5710 (print_mention_watchpoint, print_mention_masked_watchpoint)
5711 (bkpt_print_it, update_static_tracepoint): Update.
5712 * break-catch-throw.c (print_it_exception_catchpoint): Update.
5713 * break-catch-syscall.c (print_it_catch_syscall): Update.
5714 * ada-tasks.c (print_ada_task_info): Update.
5715 * ada-lang.c (print_it_exception, print_mention_exception):
5716 Update.
5717
5718 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
5719
5720 PR breakpoints/24541
5721 * gdbarch.c: Regenerate.
5722 * gdbarch.h: Regenerate.
5723 * gdbarch.sh: Adjust return type and parameter types for
5724 'stap_adjust_register'.
5725 (i386_stap_adjust_register): Adjust signature and return new
5726 register name.
5727 * stap-probe.c (stap_parse_register_operand): Adjust use of
5728 'gdbarch_stap_adjust_register'.
5729
5730 2019-07-17 Tom Tromey <tromey@adacore.com>
5731
5732 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
5733 declare VEC.
5734 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
5735 std::vector.
5736 (struct s390_process_info): Add initializers.
5737 (s390_add_process): Use new.
5738 (s390_linux_nat_target::low_forget_process): Use delete.
5739 (s390_linux_nat_target::low_new_fork)
5740 (s390_linux_nat_target::stopped_by_watchpoint)
5741 (s390_linux_nat_target::low_prepare_to_resume)
5742 (s390_linux_nat_target::insert_watchpoint)
5743 (s390_linux_nat_target::insert_hw_breakpoint)
5744 (s390_linux_nat_target::remove_watchpoint)
5745 (s390_linux_nat_target::remove_hw_breakpoint): Update.
5746
5747 2019-07-16 John Baldwin <jhb@FreeBSD.org>
5748
5749 * aarch64-fbsd-nat.c: Include regcache.h.
5750 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
5751 argument.
5752 (aarch64_fbsd_nat_target::fetch_registers)
5753 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
5754 variable.
5755 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
5756
5757 2019-07-16 John Baldwin <jhb@FreeBSD.org>
5758
5759 * fbsd-nat.c: Include gdbarch.h.
5760
5761 2019-07-15 Tom Tromey <tromey@adacore.com>
5762
5763 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
5764
5765 2019-07-15 Tom Tromey <tromey@adacore.com>
5766
5767 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
5768 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
5769 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
5770 * cli-out.c (cli_ui_out::do_field_int): New method.
5771 * ui-out.c (ui_out::field_unsigned): New method.
5772 * symfile.c (generic_load): Use field_unsigned.
5773 (print_transfer_performance): Likewise.
5774 * record-btrace.c (ui_out_field_uint): Remove.
5775 (btrace_call_history_insn_range, btrace_call_history): Use
5776 field_unsigned.
5777 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
5778 field_unsigned.
5779 * ui-out.h (class ui_out) <field_unsigned>: New method.
5780 <do_field_unsigned>: Likewise.
5781
5782 2019-07-15 Tom Tromey <tromey@adacore.com>
5783
5784 * mi/mi-main.c (list_available_thread_groups): Use field_string.
5785 * mi/mi-interp.c (mi_memory_changed): Use field_string.
5786 * target.c (flash_erase_command): Use field_string.
5787 * infrun.c (print_signal_received_reason): Use field_string.
5788 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
5789 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
5790 field_string.
5791 * ada-tasks.c (print_ada_task_info): Use field_string.
5792
5793 2019-07-15 Tom Tromey <tromey@adacore.com>
5794
5795 * target.c (flash_erase_command): Use field_core_addr.
5796 * symfile.c (generic_load): Use field_core_addr.
5797 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
5798 Use field_core_addr.
5799 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
5800 field_core_addr.
5801
5802 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5803
5804 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
5805 value if its desired type is smaller than a CORE_ADDR and signed.
5806
5807 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5808
5809 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
5810 of changes to field names, and use new is_reference field to
5811 decide if a property is a reference or not.
5812 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
5813 field.
5814 (struct dwarf2_property_baton): Update header comment, rename
5815 'referenced_type' to 'property_type' and update comments.
5816 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
5817 default property type, store in property baton, update to take
5818 accound of renamed field.
5819 (read_func_scope): Update call to attr_to_dynamic_prop.
5820 (read_array_type): Likewise.
5821 (dwarf2_per_cu_addr_sized_int_type): New function.
5822 (read_subrange_index_type): Move type finding code to
5823 dwarf2_per_cu_addr_sized_int_type.
5824 (read_subrange_type): Update calls to attr_to_dynamic_prop.
5825 (dwarf2_per_cu_addr_type): New function.
5826 (set_die_type): Update calls to attr_to_dynamic_prop.
5827
5828 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5829
5830 * dwarf2read.c (read_subrange_index_type): New function.
5831 (read_subrange_type): Move code into new function and call it.
5832 * gdbtypes.c (create_range_type): Add some asserts.
5833
5834 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5835
5836 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
5837 update return statements.
5838 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
5839 declaration, and update comment to match.
5840 * gdbtypes.c (resolve_dynamic_array): Update call to
5841 dwarf2_evaluate_property to match new return type.
5842
5843 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5844
5845 * valarith.c (value_subscripted_rvalue): Change lowerbound
5846 parameter type from int to LONGEST.
5847 * value.h (value_subscripted_rvalue): Likewise in declaration.
5848
5849 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5850
5851 * cli/cli-utils.c (info_print_command_completer): New function.
5852 * cli/cli-utils.h: Add 'completer.h' include, and forward
5853 declaration for 'struct cmd_list_element'.
5854 (info_print_command_completer): Declare.
5855 * stack.c (_initialize_stack): Add completer for 'info locals' and
5856 'info args'.
5857 * symtab.c (_initialize_symtab): Add completer for 'info
5858 variables' and 'info functions'.
5859 * NEWS: Mention completion for additional info commands.
5860
5861 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5862
5863 * cli/cli-utils.c (extract_info_print_args): Delete.
5864 (extract_arg_maybe_quoted): Delete.
5865 (info_print_options_defs): New variable.
5866 (make_info_print_options_def_group): New function.
5867 (extract_info_print_options): Define new function.
5868 * cli/cli-utils.h (extract_info_print_args): Delete.
5869 (struct info_print_options): New structure.
5870 (extract_info_print_options): Declare new function.
5871 * stack.c (info_locals_command): Update to use new
5872 extract_info_print_options, also add a header comment.
5873 (info_args_command): Likewise.
5874 * symtab.c (info_variables_command): Likewise.
5875 (info_functions_command): Likewise.
5876
5877 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5878
5879 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
5880 to extract string arguments.
5881 * common/common-utils.c (extract_string_maybe_quoted): New function.
5882 * common/common-utils.h (extract_string_maybe_quoted): Declare.
5883
5884 2019-07-11 Tom Tromey <tromey@adacore.com>
5885
5886 * main.c (get_init_files): Use GDBINIT, not gdbinit.
5887 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
5888 * top.h (gdbinit): Don't declare.
5889 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
5890 into...
5891 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
5892 * top.c (gdb_init): Don't call init_cli_cmds.
5893 (gdbinit): Remove.
5894 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
5895
5896 2019-07-11 Tom Tromey <tromey@adacore.com>
5897
5898 * python/py-inferior.c (add_thread_object): Don't use thread_obj
5899 after it has been moved.
5900
5901 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5902
5903 * valops.c (value_must_coerce_to_target): Change return type to
5904 bool.
5905 * value.h (value_must_coerce_to_target): Likewise.
5906
5907 2019-07-10 Simon Marchi <simon.marchi@efficios.com>
5908
5909 * breakpoint.c (is_hardware_watchpoint): Remove
5910 forward-declaration.
5911 (is_masked_watchpoint): Change return type to bool.
5912 (is_tracepoint): Likewise.
5913 (is_breakpoint): Likewise.
5914 (is_hardware_watchpoint): Likewise.
5915 (is_watchpoint): Likewise.
5916 (is_no_memory_software_watchpoint): Likewise.
5917 (is_catchpoint): Likewise.
5918 (breakpoint_1): Make FILTER parameter's return type bool.
5919 is_masked_watchpoint): Change return type to bool.
5920 (save_breakpoints): Make FILTER parameter's return type bool.
5921 * breakpoint.h (is_breakpoint): Change return type to bool.
5922 (is_watchpoint): Likewise.
5923 (is_catchpoint): Likewise.
5924 (is_tracepoint): Likewise.
5925
5926 2019-07-10 Tom Tromey <tom@tromey.com>
5927
5928 * defs.h: Don't include gdbarch.h.
5929 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
5930 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
5931 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
5932 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
5933 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
5934 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
5935 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
5936 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
5937 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
5938 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
5939 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
5940 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
5941 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
5942 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
5943 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
5944 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
5945 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
5946 record-btrace.c, record.h, regcache-dump.c, regcache.h,
5947 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
5948 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
5949 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
5950 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
5951 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
5952 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
5953 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
5954 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
5955 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
5956
5957 2019-07-10 Tom Tromey <tromey@adacore.com>
5958
5959 * ada-lang.h (is_ada_exception_catchpoint): Declare.
5960 * breakpoint.c (init_ada_exception_breakpoint): Register as
5961 bp_catchpoint.
5962 (print_one_breakpoint_location, print_one_breakpoint): Use
5963 is_ada_exception_catchpoint.
5964 * ada-lang.c (class ada_catchpoint_location): Pass
5965 bp_loc_software_breakpoint to bp_location constructor.
5966 (is_ada_exception_catchpoint): New function.
5967
5968 2019-07-10 Tom Tromey <tromey@adacore.com>
5969
5970 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
5971 VEC.
5972 (struct arm_exidx_entry): New method operator<.
5973 (struct arm_exidx_data) <section_maps>: Change type.
5974 (arm_exidx_data_free): Remove.
5975 (arm_exidx_data_key): Change type. Move lower.
5976 (arm_exidx_new_objfile): Update.
5977 (arm_compare_exidx_entries): Remove.
5978 (arm_find_exidx_entry, _initialize_arm_tdep)
5979
5980 2019-07-10 Tom Tromey <tromey@adacore.com>
5981
5982 * solib-spu.c (ocl_program_data_key): Change type.
5983 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
5984 Update.
5985
5986 2019-07-10 Tom Tromey <tromey@adacore.com>
5987
5988 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
5989 (struct solib_aix_inferior_data) <library_list>: Change type.
5990 (solib_aix_inferior_data_handle): Change type.
5991 (get_solib_aix_inferior_data): Update.
5992 (solib_aix_free_library_list): Remove.
5993 (library_list_start_library): Update.
5994 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
5995 return type.
5996 (solib_aix_get_library_list)
5997 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
5998 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
5999
6000 2019-07-10 Tom Tromey <tromey@adacore.com>
6001
6002 * solib-dsbt.c (struct dsbt_info): Add initializers.
6003 (solib_dsbt_pspace_data): Change type.
6004 (dsbt_pspace_data_cleanup): Remove.
6005 (get_dsbt_info, _initialize_dsbt_solib): Update.
6006
6007 2019-07-10 Tom Tromey <tromey@adacore.com>
6008
6009 * spu-tdep.c (spu_overlay_data): Change type.
6010 (spu_get_overlay_table, spu_overlay_new_objfile)
6011 (_initialize_spu_tdep): Update.
6012
6013 2019-07-10 Tom Tromey <tromey@adacore.com>
6014
6015 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
6016 destructor.
6017 (dbx_objfile_data_key): Change type and declare later.
6018 (DBX_SYMFILE_INFO): Rewrite.
6019 * dbxread.c (dbx_objfile_data_key): Change type.
6020 (dbx_symfile_init): Update.
6021 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
6022 (coffstab_build_psymtabs, elfstab_build_psymtabs)
6023 (stabsect_build_psymtabs, _initialize_dbxread): Update.
6024
6025 2019-07-10 Tom Tromey <tromey@adacore.com>
6026
6027 * jit.c (jit_program_space_key): Change type. Move lower.
6028 (get_jit_program_space_data): Update.
6029 (jit_program_space_data_cleanup): Remove.
6030 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
6031 Update.
6032 (struct jit_program_space_data): Add initializers.
6033
6034 2019-07-10 Tom Tromey <tromey@adacore.com>
6035
6036 * solib-darwin.c (struct darwin_info): Add initializers.
6037 (solib_darwin_pspace_data): Change type.
6038 (darwin_pspace_data_cleanup): Remove.
6039 (get_darwin_info, _initialize_darwin_solib): Update.
6040
6041 2019-07-10 Tom Tromey <tromey@adacore.com>
6042
6043 * remote-sim.c (struct sim_inferior_data): Add initializers,
6044 constructor, and destructor.
6045 (sim_inferior_data_key): Change type. Move lower.
6046 (check_for_duplicate_sim_descriptor): Update.
6047 (get_sim_inferior_data): Use new. Update.
6048 (~sim_inferior_data_cleanup): Rename from
6049 sim_inferior_data_cleanup. Simplify.
6050 (gdbsim_close_inferior, simulator_command)
6051 (sim_command_completer, _initialize_remote_sim): Update.
6052 (next_pid, INITIAL_PID): Move earlier.
6053
6054 2019-07-10 Tom Tromey <tromey@adacore.com>
6055
6056 * python/python-internal.h (create_thread_object): Return
6057 gdbpy_ref.
6058 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
6059 * python/py-inferior.c (struct threadlist_entry): Add
6060 constructor.
6061 <thread_obj>: Now a gdbpy_ref.
6062 (thread_to_thread_object): Update.
6063 (add_thread_object): Use new.
6064 (delete_thread_object): Use delete.
6065 (infpy_threads): Update.
6066 (py_free_inferior): Update. Construct "inf_obj" after acquiring
6067 GIL.
6068
6069 2019-07-10 Tom Tromey <tromey@adacore.com>
6070
6071 * valops.c (value_cast): Specialize error message for Ada.
6072
6073 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6074
6075 * breakpoint.c (breakpoint_1): Update doc and parameter names.
6076
6077 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6078
6079 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
6080 bpstat_should_step): Return bool, adjust comments.
6081 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
6082 bpstat_should_step): Likewise.
6083
6084 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6085
6086 * features/Makefile: Use feature target descriptions for Arm.
6087 * features/arm/arm-core.c: Generate new file.
6088 * features/arm/arm-fpa.c: Likewise.
6089 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
6090 * features/arm/arm-m-profile.c: Likewise.
6091 * features/arm/arm-vfpv2.c: Likewise.
6092 * features/arm/arm-vfpv3.c: Likewise.
6093 * features/arm/xscale-iwmmxt.c: Likewise.
6094 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
6095
6096 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6097
6098 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
6099 ptrace earlier.
6100
6101 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6102
6103 * features/aarch64-pauth.c: Regenerate.
6104
6105 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
6106
6107 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
6108 bool.
6109 (bpstat_what): Use false instead of 0.
6110
6111 2019-07-09 Pedro Alves <palves@redhat.com>
6112
6113 * break-catch-throw.c (is_exception_catchpoint): New.
6114 * breakpoint.c (print_one_breakpoint_location): New parameter
6115 'raw_loc'. Handle it. Use
6116 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
6117 looking at the breakpoint's type.
6118 (print_one_breakpoint): If handling "maint info breakpoints", also
6119 print locations of exception catchpoints.
6120 * breakpoint.h (is_exception_catchpoint): Declare.
6121
6122 2019-07-09 Pedro Alves <palves@redhat.com>
6123
6124 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
6125 "addr" field.
6126 (allocate_location_exception_catchpoint): New.
6127 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
6128 (initialize_throw_catchpoint_ops): Install
6129 allocate_location_exception_catchpoint as allocate_location
6130 method.
6131 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
6132 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
6133 bp_loc_other.
6134 (breakpoint_address_is_meaningful): Delete.
6135 (bl_address_is_meaningful): New.
6136 (breakpoint_locations_match): Adjust comment.
6137 (bp_location_from_bp_type): New, factored out of...
6138 (bp_location::bp_location(breakpoint *)): ... this.
6139 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
6140 factored out of...
6141 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
6142 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
6143 breakpoint_address_is_meaningful.
6144 (bp_locations_compare): Adjust comment.
6145 (update_global_location_list): Use bl_address_is_meaningful
6146 instead of breakpoint_address_is_meaningful.
6147 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
6148 explicit.
6149 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
6150 * python/py-breakpoint.c (bppy_get_location): No longer check
6151 whether location is null.
6152
6153 2019-07-09 Pedro Alves <palves@redhat.com>
6154
6155 PR c++/15468
6156 * breakpoint.c (print_one_breakpoint_location): Remove
6157 single-location assert.
6158
6159 2019-07-09 Tom Tromey <tom@tromey.com>
6160
6161 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
6162 * configure: Rebuild.
6163 * configure.ac: Change common to gdbsupport.
6164 * gdbsupport: Rename from common.
6165 * acinclude.m4: Change common to gdbsupport.
6166 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
6167 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
6168 gdbsupport.
6169 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
6170 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
6171 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
6172 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
6173 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
6174 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
6175 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
6176 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
6177 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
6178 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
6179 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
6180 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
6181 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
6182 coff-pe-read.c, command.h, compile/compile-c-support.c,
6183 compile/compile-c.h, compile/compile-cplus-symbols.c,
6184 compile/compile-cplus-types.c, compile/compile-cplus.h,
6185 compile/compile-loc2c.c, compile/compile.c, completer.c,
6186 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
6187 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
6188 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
6189 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
6190 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
6191 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
6192 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
6193 features/aarch64-core.c, features/aarch64-fpu.c,
6194 features/aarch64-pauth.c, features/aarch64-sve.c,
6195 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
6196 features/i386/32bit-core.c, features/i386/32bit-linux.c,
6197 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
6198 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
6199 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
6200 features/i386/64bit-core.c, features/i386/64bit-linux.c,
6201 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
6202 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
6203 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
6204 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
6205 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
6206 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
6207 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
6208 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
6209 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
6210 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
6211 go32-nat.c, guile/guile.c, guile/scm-ports.c,
6212 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
6213 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
6214 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
6215 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
6216 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
6217 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
6218 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
6219 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
6220 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
6221 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
6222 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
6223 minsyms.c, mips-linux-tdep.c, namespace.h,
6224 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
6225 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
6226 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
6227 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
6228 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
6229 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
6230 nat/linux-waitpid.c, nat/mips-linux-watch.c,
6231 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
6232 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
6233 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
6234 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
6235 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
6236 procfs.c, producer.c, progspace.h, psymtab.h,
6237 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
6238 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
6239 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
6240 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
6241 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
6242 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
6243 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
6244 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
6245 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
6246 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
6247 target-memory.c, target.c, target.h, target/waitstatus.c,
6248 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
6249 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
6250 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
6251 unittests/array-view-selftests.c,
6252 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
6253 unittests/common-utils-selftests.c,
6254 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
6255 unittests/format_pieces-selftests.c,
6256 unittests/function-view-selftests.c,
6257 unittests/lookup_name_info-selftests.c,
6258 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
6259 unittests/mkdir-recursive-selftests.c,
6260 unittests/observable-selftests.c,
6261 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
6262 unittests/parse-connection-spec-selftests.c,
6263 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
6264 unittests/scoped_fd-selftests.c,
6265 unittests/scoped_mmap-selftests.c,
6266 unittests/scoped_restore-selftests.c,
6267 unittests/string_view-selftests.c, unittests/style-selftests.c,
6268 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
6269 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
6270 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
6271 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
6272 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
6273 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
6274
6275 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6276
6277 * linespec.c (decode_digits_list_mode): Set explicit_line to a
6278 bool value.
6279 (decode_digits_ordinary): Set explicit_line field in sal.
6280 * symtab.c (skip_prologue_sal): Don't skip prologue for a
6281 symtab_and_line that was set on an explicit line number in
6282 assembler code. Do always update the recorded symtab and line if
6283 we do skip the prologue.
6284
6285 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6286
6287 * breakpoint.c (set_breakpoint_location_function): Remove
6288 explicit_loc parameter.
6289 (momentary_breakpoint_from_master): Update call to
6290 set_breakpoint_location_function.
6291 (add_location_to_breakpoint): Likewise.
6292
6293 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6294
6295 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
6296 required features based on default bfd type when no specific bfd
6297 is present.
6298
6299 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6300
6301 * NEWS: Mention that GDB printf and eval commands can now print
6302 C-style and Ada-style convenience var strings without
6303 calling the inferior.
6304 * printcmd.c (printf_c_string): Locally print GDB internal var
6305 instead of transiting via the inferior.
6306 (printf_wide_c_string): Likewise.
6307
6308 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6309
6310 PR breakpoints/25011
6311 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
6312
6313 2019-07-04 Tom Tromey <tom@tromey.com>
6314
6315 PR tui/24724:
6316 * tui/tui-winsource.c (tui_clear_source_content): Update.
6317 (tui_source_window_base::set_is_exec_point_at): Fix comment.
6318 (tui_update_breakpoint_info): Update.
6319 (tui_set_exec_info_content): Update.
6320 * tui/tui-source.c (tui_set_source_content_nil): Update.
6321 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
6322 has_break.
6323 * tui/tui-data.h (enum tui_bp_flag): New.
6324 (tui_bp_flags): New enum flags type.
6325 (struct tui_source_element) <break_mode>: Change type. Rename
6326 from has_break.
6327 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
6328 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
6329 constants.
6330 * tui/tui-winsource.h: Fix comment.
6331
6332 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6333
6334 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
6335 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
6336 (store_fpregs_to_thread)
6337 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
6338 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
6339 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
6340 (IWMMXT_REGS_SIZE): Add define.
6341 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
6342 (fetch_vfp_regs, store_vfp_regs)
6343 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
6344 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
6345
6346 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6347
6348 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
6349 defines.
6350 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
6351 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
6352 (ARM_INT_REGISTER_SIZE): ...to this.
6353 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
6354 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
6355 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
6356 (arm_linux_collect_gregset, supply_nwfpe_register)
6357 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
6358 defines.
6359 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
6360 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
6361 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
6362 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
6363 (arm_return_in_memory, arm_store_return_value)
6364 (arm_get_longjmp_target, arm_register_g_packet_guesses)
6365 (arm_record_ld_st_multiple): Likewise.
6366 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
6367 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
6368
6369 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6370
6371 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
6372 AARCH64_DISPLACED_MODIFIED_INSNS.
6373 * aarch64-tdep.c (struct aarch64_displaced_step_data)
6374 (aarch64_displaced_step_copy_insn): Likewise.
6375 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
6376 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
6377 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
6378 ARM_DISPLACED_MODIFIED_INSNS.
6379 * arm-tdep.c (arm_gdbarch_init): Likewise.
6380 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
6381 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
6382 (struct arm_displaced_step_closure): Use
6383 ARM_DISPLACED_MODIFIED_INSNS.
6384
6385 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6386
6387 * features/Makefile: Remove unused xml files.
6388 * features/aarch64.xml: Remove.
6389 * features/i386/amd64-avx-avx512-linux.xml: Remove.
6390 * features/i386/amd64-avx-avx512.xml: Remove.
6391 * features/i386/amd64-avx-linux.xml: Remove.
6392 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
6393 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
6394 * features/i386/amd64-avx-mpx-linux.xml: Remove.
6395 * features/i386/amd64-avx-mpx.xml: Remove.
6396 * features/i386/amd64-avx.xml: Remove.
6397 * features/i386/amd64-linux.xml: Remove.
6398 * features/i386/amd64-mpx-linux.xml: Remove.
6399 * features/i386/amd64-mpx.xml: Remove.
6400 * features/i386/amd64.xml: Remove.
6401 * features/i386/i386-avx-avx512-linux.xml: Remove.
6402 * features/i386/i386-avx-avx512.xml: Remove.
6403 * features/i386/i386-avx-linux.xml: Remove.
6404 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
6405 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
6406 * features/i386/i386-avx-mpx-linux.xml: Remove.
6407 * features/i386/i386-avx-mpx.xml: Remove.
6408 * features/i386/i386-avx.xml: Remove.
6409 * features/i386/i386-linux.xml: Remove.
6410 * features/i386/i386-mmx-linux.xml: Remove.
6411 * features/i386/i386-mmx.xml: Remove.
6412 * features/i386/i386-mpx-linux.xml: Remove.
6413 * features/i386/i386-mpx.xml: Remove.
6414 * features/i386/i386.xml: Remove.
6415 * features/i386/x32-avx-avx512-linux.xml: Remove.
6416 * features/i386/x32-avx-linux.xml: Remove.
6417 * features/i386/x32-linux.xml: Remove.
6418
6419 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6420
6421 * regformats/aarch64.dat: Remove.
6422 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
6423 * regformats/i386/amd64-avx-linux.dat: Remove.
6424 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
6425 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
6426 * regformats/i386/amd64-linux.dat: Remove.
6427 * regformats/i386/amd64-mpx-linux.dat: Remove.
6428 * regformats/i386/amd64.dat: Remove.
6429 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
6430 * regformats/i386/i386-avx-linux.dat: Remove.
6431 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
6432 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
6433 * regformats/i386/i386-linux.dat: Remove.
6434 * regformats/i386/i386-mmx-linux.dat: Remove.
6435 * regformats/i386/i386-mpx-linux.dat: Remove.
6436 * regformats/i386/i386.dat: Remove.
6437 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
6438 * regformats/i386/x32-avx-linux.dat: Remove.
6439 * regformats/i386/x32-linux.dat: Remove.
6440
6441 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6442
6443 * aarch64-tdep.c: Remove xml self tests.
6444 * amd64-linux-tdep.c: Likewise.
6445 * amd64-tdep.c: Likewise.
6446 * i386-linux-tdep.c: Likewise.
6447 * i386-tdep.c: Likewise.
6448
6449 2019-07-03 Pedro Alves <palves@redhat.com>
6450
6451 PR cli/24732
6452 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
6453 (pipe_cmd_option_defs): New.
6454 (make_pipe_cmd_options_def_group): New.
6455 (pipe_command): Use gdb::option::process_options.
6456 (pipe_command_completer): New function.
6457 (_initialize_cli_cmds): Install completer for "pipe" command.
6458
6459 2019-07-03 Pedro Alves <palves@redhat.com>
6460
6461 * cli/cli-option.c (union option_value) <string>: New field.
6462 (struct option_def_and_value): Add ctor, move ctor, dtor and
6463 use DISABLE_COPY_AND_ASSIGN.
6464 (option_def_and_value::clear_value): New.
6465 (parse_option, save_option_value_in_ctx, get_val_type_str)
6466 (add_setshow_cmds_for_options): Handle var_string.
6467 * cli-option.h (union option_def::var_address) <string>: New
6468 field.
6469 (struct string_option_def): New.
6470 * maint-test-options.c (struct test_options_opts): Add default
6471 ctor and use DISABLE_COPY_AND_ASSIGN.
6472 <string_opt>: New field.
6473 (test_options_opts::~test_options_opts): New.
6474 (test_options_opts::dump): Also dump "-string".
6475 (test_options_option_defs): Install "string.
6476
6477 2019-07-03 Pedro Alves <palves@redhat.com>
6478
6479 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
6480 option_value with a null enumeration.
6481 (complete_options): Save the option values in the context.
6482 (save_option_value_in_ctx): New, factored out from ...
6483 (process_options): ... here.
6484 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
6485 of the function.
6486 * maint-test-options.c (test_options_opts::dump): New, factored
6487 out from ...
6488 (maintenance_test_options_command_mode): ... here.
6489 (maintenance_test_options_command_completion_result): Delete.
6490 (maintenance_test_options_command_completion_text): Update
6491 comment.
6492 (maintenance_show_test_options_completion_result): Change
6493 prototype. Just print
6494 maintenance_test_options_command_completion_text.
6495 (save_completion_result): New.
6496 (maintenance_test_options_completer_mode): Pass options context to
6497 complete_options, and then save a dump.
6498 (_initialize_maint_test_options): Use add_cmd to install "maint
6499 show test-options-completion-result".
6500
6501 2019-07-03 Pedro Alves <palves@redhat.com>
6502
6503 * NEWS (New commands): Mention "with" and "maint with".
6504 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
6505 (with_command, with_command_completer): New.
6506 (pipe_command): Adjust to new repeat_previous
6507 interface.
6508 (_initialize_cli_cmds): Install the "with" command and its "w"
6509 alias.
6510 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
6511 declarations.
6512 * cli/cli-setshow.c (parse_cli_var_uinteger)
6513 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
6514 argument strings for all var_types.
6515 (get_setshow_command_value_string): New, factored out from ...
6516 (do_show_command): ... this.
6517 * cli/cli-setshow.h: Include <string>.
6518 (get_setshow_command_value_string): Declare.
6519 * command.h (repeat_previous): Now returns const char *. Adjust
6520 comment.
6521 * maint.c: Include "cli/cli-cmds.h".
6522 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
6523 (_initialize_maint_cmds): Register the "maintenance with" command.
6524 * top.c (repeat_previous): Move bits from pipe_command here:
6525 Return the saved command line, if any; error out if there's no
6526 command to relaunch.
6527
6528 2019-07-03 Pedro Alves <palves@redhat.com>
6529
6530 * NEWS (New commands): Mention "maint set/show test-settings"
6531 instead of "maint test-settings".
6532 * maint-test-settings.c (maintenance_test_settings_list): Delete.
6533 (maintenance_test_settings_set_list): Rename to ...
6534 (maintenance_set_test_settings_list): ... this.
6535 (maintenance_test_settings_show_list): Rename to ...
6536 (maintenance_show_test_settings_list): ... this.
6537 (maintenance_test_settings_cmd): Delete.
6538 (maintenance_test_settings_set_cmd): ...
6539 (maintenance_set_test_settings_cmd): ... this.
6540 (maintenance_test_settings_show_cmd): ...
6541 (maintenance_show_test_settings_cmd): ... this.
6542 (maintenance_test_settings_show_value_cmd):
6543 (maintenance_show_test_settings_value_cmd): ... this.
6544 (_initialize_maint_test_settings): No longer install the "maint
6545 test-settings" prefix command. Rename "maint test-settings set"
6546 to "maint set test-settings", and "maint test-settings show" to
6547 "maint show test-settings". Adjust all subcommands.
6548
6549 2019-07-03 Pedro Alves <palves@redhat.com>
6550
6551 * maint-test-settings.c: Fix file's intro comment. Replace all
6552 references to "test-options" with references to "test-settings",
6553 in comments.
6554
6555 2019-07-03 Pedro Alves <palves@redhat.com>
6556
6557 * maint-test-settings.c (maintenance_test_settings_xxx)
6558 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
6559 New.
6560 (maintenance_test_settings_enums): Use them.
6561 (maintenance_test_settings_enum): Default to
6562 maintenance_test_settings_xxx.
6563 (_initialize_maint_test_settings): Initialize
6564 MAINTENANCE_TEST_SETTINGS_FILENAME.
6565
6566 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
6567
6568 * breakpoint.h (remove_breakpoints_inf): Change return type to
6569 void, move function documentation here.
6570 * breakpoint.c (remove_breakpoints_inf): Change return type to
6571 void, move function documentation to header.
6572
6573 2019-07-02 Pedro Alves <palves@redhat.com>
6574
6575 * NEWS (Completion improvements): Mention "info threads".
6576 * thread.c (struct info_threads_opts, info_threads_option_defs)
6577 (make_info_threads_options_def_group): New.
6578 (info_threads_command): Use gdb::option::process_options.
6579 (info_threads_command_completer): New.
6580 (_initialize_thread): Use gdb::option::build_help to build the
6581 help text for "info threads".
6582
6583 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
6584
6585 * defs.h (generic_load): Move from here...
6586 * symfile.h (generic_load): ... to here. Rename name parameter
6587 to args.
6588 * symfile.c (generic_load): Add comment.
6589
6590 2019-07-01 Tom Tromey <tromey@adacore.com>
6591
6592 * dwarf2read.c
6593 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
6594 declaration of without_params. Fix formatting.
6595
6596 2019-07-01 Tom Tromey <tromey@adacore.com>
6597
6598 * ada-exp.y (find_primitive_type): Update.
6599 * ada-lang.h (ada_lookup_symbol): Update.
6600 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
6601 parameter.
6602 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
6603
6604 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
6605
6606 PR breakpoints/24541
6607 * gdbarch.c: Regenerate.
6608 * gdbarch.h: Regenerate.
6609 * gdbarch.sh: Add 'stap_adjust_register'.
6610 * i386-tdep.c: Include '<unordered_set>'.
6611 (i386_stap_adjust_register): New function.
6612 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
6613 * stap-probe.c (stap_parse_register_operand): Call
6614 'gdbarch_stap_adjust_register'.
6615
6616 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
6617
6618 PR python/24742
6619 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
6620 * python/python.c (do_start_initialization): Use 'xmalloc'
6621 instead of 'PyMem_Malloc'.
6622
6623 2019-06-28 Tom Tromey <tromey@adacore.com>
6624
6625 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
6626 for Ada.
6627
6628 2019-06-27 Tom Tromey <tromey@adacore.com>
6629
6630 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
6631 objfile_key.
6632 (arm_find_mapping_symbol, arm_record_special_symbol)
6633 (_initialize_arm_tdep): Update.
6634 (arm_objfile_data_free): Remove.
6635
6636 2019-06-27 Tom Tromey <tromey@adacore.com>
6637
6638 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
6639 to cp_print_static_field.
6640
6641 2019-06-26 Tom Tromey <tromey@adacore.com>
6642
6643 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
6644 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
6645 declare.
6646
6647 2019-06-26 Alan Hayward <alan.hayward@arm.com>
6648
6649 * features/aarch64-core.c (create_feature_aarch64_core):
6650 Regenerate.
6651 * features/aarch64-core.xml: Add cpsr flags.
6652
6653 2019-06-26 Alan Hayward <alan.hayward@arm.com>
6654
6655 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
6656 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
6657
6658 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
6659
6660 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
6661 field.
6662 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
6663 use.
6664 (arm_record_special_symbol): Don't insert new symbol in sorted
6665 position, push it at the end.
6666
6667 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
6668
6669 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
6670 (arm_mapping_symbol_s): Remove.
6671 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
6672 (arm_mapping_symbol_vec): New typedef.
6673 (struct arm_per_objfile): Add constructor.
6674 <section_maps>: Change type to
6675 std::unique_ptr<arm_mapping_symbol_vec[]>.
6676 (arm_compare_mapping_symbols): Remove.
6677 (arm_find_mapping_symbol): Adjust to section_maps type change.
6678 (arm_objfile_data_free): Call delete on arm_per_objfile.
6679 (arm_record_special_symbol): Adjust to section_maps type change.
6680 Allocate arm_per_objfile with new.
6681
6682 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6683
6684 * cli/cli-cmds.c (alias_command): Compare the alias prefix
6685 with the command prefix.
6686
6687 2019-06-25 Tom Tromey <tom@tromey.com>
6688
6689 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
6690 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
6691
6692 2019-06-25 Tom Tromey <tom@tromey.com>
6693
6694 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
6695 type.
6696 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
6697 protected.
6698
6699 2019-06-25 Tom Tromey <tom@tromey.com>
6700
6701 * tui/tui-winsource.c
6702 (tui_source_window_base::set_is_exec_point_at): Add check against
6703 LOA_ADDRESS.
6704
6705 2019-06-25 Tom Tromey <tom@tromey.com>
6706
6707 * tui/tui-source.c (tui_set_source_content): Don't check before
6708 xfree.
6709 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
6710
6711 2019-06-25 Tom Tromey <tom@tromey.com>
6712
6713 * tui/tui-winsource.h (tui_update_source_window_as_is)
6714 (tui_alloc_source_buffer, tui_line_is_displayed)
6715 (tui_addr_is_displayed): Change type of win_info.
6716 * tui/tui-winsource.c (tui_update_source_window_as_is)
6717 (tui_clear_source_content, tui_show_source_line)
6718 (tui_show_source_content, tui_source_window_base::refill)
6719 (tui_source_window_base::set_is_exec_point_at)
6720 (tui_source_window_base::set_is_exec_point_at)
6721 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
6722 (tui_alloc_source_buffer, tui_line_is_displayed)
6723 (tui_addr_is_displayed): Change type of win_info. Update.
6724 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6725 (tui_source_window_base::do_make_visible_with_new_height):
6726 Update.
6727 * tui/tui-source.c (tui_set_source_content)
6728 (tui_set_source_content_nil)
6729 (tui_source_window::do_scroll_vertical): Update.
6730 * tui/tui-layout.c (show_layout): Update.
6731 * tui/tui-disasm.c (tui_set_disassem_content)
6732 (tui_disasm_window::do_scroll_vertical): Update.
6733 * tui/tui-data.h (tui_win_content): Remove.
6734 (struct tui_gen_win_info) <content, content_size>: Remove.
6735 (struct tui_source_element): Add initializers and destructor.
6736 (union tui_which_element, struct tui_win_element): Remove.
6737 (struct tui_source_window_base) <content>: New field.
6738 (struct tui_data_window): Remove destructor.
6739 (tui_alloc_content, tui_free_win_content)
6740 (tui_free_all_source_wins_content): Don't declare.
6741 * tui/tui-data.c (tui_initialize_static_data): Update.
6742 (init_content_element, tui_alloc_content): Remove.
6743 (~tui_gen_win_info): Update.
6744 (~tui_data_window, tui_free_all_source_wins_content)
6745 (tui_free_win_content, free_content, free_content_elements):
6746 Remove.
6747
6748 2019-06-25 Tom Tromey <tom@tromey.com>
6749
6750 * tui/tui-winsource.h (tui_clear_source_content)
6751 (tui_erase_source_content, tui_show_source_content): Change type
6752 of win_info.
6753 * tui/tui-winsource.c (tui_clear_source_content)
6754 (tui_erase_source_content, tui_show_source_content): Change type
6755 of win_info.
6756 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6757 * tui/tui-source.h (tui_set_source_content_nil): Change type of
6758 win_info.
6759 * tui/tui-source.c (tui_set_source_content_nil): Change type of
6760 win_info.
6761 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
6762
6763 2019-06-25 Tom Tromey <tom@tromey.com>
6764
6765 * tui/tui-winsource.c (tui_clear_source_content)
6766 (tui_source_window_base::set_is_exec_point_at): Update.
6767 * tui/tui-source.c (tui_set_source_content_nil): Update.
6768 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
6769 a bool.
6770 * tui/tui-data.c (init_content_element): Update.
6771
6772 2019-06-25 Tom Tromey <tom@tromey.com>
6773
6774 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
6775 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
6776 * tui/tui-layout.c (init_and_make_win): Update.
6777 * tui/tui.h (enum tui_win_type): Update.
6778 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
6779 tui_win_is_auxillary.
6780 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
6781 tui_win_is_auxillary.
6782
6783 2019-06-25 Tom Tromey <tom@tromey.com>
6784
6785 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
6786 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
6787 (tui_delete_data_content_windows, tui_display_all_data)
6788 (tui_data_window::do_scroll_vertical, tui_display_data_from):
6789 Update.
6790 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
6791 * tui/tui-regs.c (tui_last_regs_line_no)
6792 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
6793 (tui_show_registers): Update.
6794 (tui_show_register_group): Return void. Update.
6795 (tui_display_registers_from, tui_display_reg_element_at_line)
6796 (tui_display_registers_from_line, tui_check_register_values):
6797 Update.
6798 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
6799 member.
6800 (struct tui_data_window) <regs_content>: Now a std::vector.
6801 <regs_content_count>: Remove.
6802 (tui_add_content_elements, tui_free_data_content): Don't declare.
6803 * tui/tui-data.c (tui_data_window::clear_detail): Update.
6804 (init_content_element): Remove DATA_WIN case. Add assert.
6805 (tui_add_content_elements): Remove.
6806 (tui_data_window): Update.
6807 (tui_free_data_content): Remove.
6808 (free_content_elements): Remove DATA_WIN case.
6809
6810 2019-06-25 Tom Tromey <tom@tromey.com>
6811
6812 * tui/tui-data.c (tui_data_item_window): Update.
6813 * tui/tui-windata.h (tui_check_data_values): Don't declare.
6814 * tui/tui-windata.c (tui_display_all_data)
6815 (tui_display_data_from_line): Update.
6816 (tui_check_data_values): Remove.
6817 * tui/tui-regs.c (tui_show_register_group)
6818 (tui_display_reg_element_at_line): Update.
6819 * tui/tui-hooks.c (tui_register_changed)
6820 (tui_refresh_frame_and_register_information): Call
6821 tui_check_register_values.
6822 * tui/tui-data.h (struct tui_data_window) <data_content,
6823 data_content_count, data_type>: Remove.
6824 (enum tui_data_type): Remove.
6825
6826 * tui/tui-data.c (tui_data_window::clear_detail)
6827 (~tui_data_window): Update.
6828
6829 2019-06-25 Tom Tromey <tom@tromey.com>
6830
6831 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
6832 declare.
6833 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
6834 Rename from tui_first_data_item_displayed. Update.
6835 (tui_data_window::refresh_all)
6836 (tui_data_window::do_scroll_vertical): Update.
6837 * tui/tui-data.h (struct tui_data_window)
6838 <first_data_item_displayed>: Declare new method.
6839
6840 2019-06-25 Tom Tromey <tom@tromey.com>
6841
6842 * tui/tui-data.h (tui_init_generic_part): Don't declare.
6843 * tui/tui-data.c (tui_init_generic_part): Remove, moving
6844 contents...
6845 (tui_initialize_static_data): ...here.
6846
6847 2019-06-25 Tom Tromey <tom@tromey.com>
6848
6849 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6850 (tui_display_registers_from, tui_check_register_values): Update.
6851 (tui_display_register): Remove win_info parameter; update.
6852 (tui_get_register): Change type of parameters.
6853 * tui/tui-data.h (struct tui_data_element): Remove.
6854 (union tui_which_element) <data>: Remove.
6855 <data_window>: Change type.
6856 (struct tui_data_item_window): New.
6857 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
6858 case. Add assert.
6859 (~tui_data_item_window): New destructor.
6860 (free_content_elements): Remove DATA_ITEM_WIN case.
6861
6862 2019-06-25 Tom Tromey <tom@tromey.com>
6863
6864 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
6865 Remove.
6866
6867 2019-06-25 Tom Tromey <tom@tromey.com>
6868
6869 * tui/tui-data.h (struct tui_command_element): Remove.
6870 (union tui_which_element) <command>: Remove.
6871 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
6872 assert.
6873 (free_content_elements): Remove CMD_WIN case.
6874
6875 2019-06-25 Tom Tromey <tom@tromey.com>
6876
6877 * tui/tui-layout.c (tui_set_layout): Update.
6878 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
6879 * tui/tui-data.c (layout_def): Update.
6880
6881 2019-06-25 Tom Tromey <tom@tromey.com>
6882
6883 * tui/tui-wingeneral.c (tui_refresh_all): Update.
6884 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6885 (tui_source_window_base::set_new_height): Update.
6886 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
6887 Update.
6888 (tui_set_locator_fullname, tui_set_locator_info)
6889 (tui_show_frame_info): Update.
6890 * tui/tui-source.c (tui_set_source_content)
6891 (tui_source_is_displayed): Update.
6892 * tui/tui-layout.c (show_source_disasm_command, show_data)
6893 (show_source_or_disasm_and_command): Update.
6894 * tui/tui-disasm.c (tui_set_disassem_content)
6895 (tui_get_begin_asm_address): Update.
6896 * tui/tui-data.h (struct tui_locator_element): Remove.
6897 (union tui_which_element) <locator>: Remove.
6898 (struct tui_locator_window): New.
6899 (tui_locator_win_info_ptr): Change return type.
6900 * tui/tui-data.c (_locator): Change type.
6901 (tui_locator_win_info_ptr): Change return type.
6902 (init_content_element): Remove LOCATOR_WIN case. Add assert.
6903 (tui_alloc_content): Add assert.
6904
6905 2019-06-25 Tom Tromey <tom@tromey.com>
6906
6907 * tui/tui-winsource.c
6908 (tui_exec_info_window::maybe_allocate_content): New method.
6909 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
6910 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
6911 (make_source_or_disasm_window): Add cast.
6912 * tui/tui-data.h (union tui_which_element) <simple_string>:
6913 Remove.
6914 (struct tui_source_info): New.
6915 (struct tui_source_window_base) <execution_info>: Change type.
6916 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
6917 case, and add assert.
6918 (tui_alloc_content): Add assert.
6919
6920 2019-06-25 Tom Tromey <tom@tromey.com>
6921
6922 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
6923 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
6924 * tui/tui-data.c (tui_alloc_win_info): Remove.
6925
6926 2019-06-25 Tom Tromey <tom@tromey.com>
6927
6928 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
6929 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
6930 can_highlight.
6931
6932 2019-06-25 Tom Tromey <tom@tromey.com>
6933
6934 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
6935 make_visible_with_new_height method.
6936 (tui_win_info::make_visible_with_new_height): New method.
6937 (tui_source_window_base::do_make_visible_with_new_height)
6938 (tui_data_window::do_make_visible_with_new_height)
6939 (tui_cmd_window::do_make_visible_with_new_height): New methods.
6940 (make_visible_with_new_height): Remove.
6941 (tui_resize_all, tui_adjust_win_heights): Use
6942 make_visible_with_new_height method.
6943 * tui/tui-data.h (struct tui_win_info)
6944 <do_make_visible_with_new_height, make_visible_with_new_height>:
6945 New methods.
6946 (struct tui_source_window_base, struct tui_data_window)
6947 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
6948 methods.
6949
6950 2019-06-25 Tom Tromey <tom@tromey.com>
6951
6952 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
6953 method.
6954 (update_tab_width): Call update_tab_width method.
6955 * tui/tui-data.h (struct tui_win_info)
6956 (struct tui_source_window_base) <update_tab_width>: New methods.
6957
6958 2019-06-25 Tom Tromey <tom@tromey.com>
6959
6960 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
6961 parameter.
6962 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
6963 parameter.
6964 (tui_gen_win_info::make_visible): Update.
6965 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
6966 parameter.
6967 * tui/tui-data.h (enum tui_box): New enum.
6968 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
6969
6970 2019-06-25 Tom Tromey <tom@tromey.com>
6971
6972 * tui/tui-layout.c (make_source_or_disasm_window): Always use
6973 init_and_make_win for EXEC_INFO_WIN.
6974 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
6975 longer inline.
6976 (struct tui_win_info) <~tui_win_info>: Inline.
6977 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6978 Don't declare.
6979 * tui/tui-data.c (source_win, disasm_win): Remove globals.
6980 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6981 Remove.
6982 (tui_initialize_static_data): Update.
6983 (~tui_gen_win_info): Handle more cleanup here.
6984 (~tui_source_window_base): Delete "execution_info".
6985 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
6986
6987 2019-06-25 Tom Tromey <tom@tromey.com>
6988
6989 * tui/tui-layout.c (make_command_window): Don't set
6990 can_highlight.
6991 (show_source_disasm_command): Call the reset method.
6992 (show_data): Don't set can_highlight. Call the reset method.
6993 (tui_gen_win_info::reset): Rename from init_gen_win_info
6994 (init_and_make_win): Simplify. Return tui_gen_win_info.
6995 (show_source_or_disasm_and_command): Call the reset method.
6996 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
6997 (struct tui_cmd_window): Set can_highlight.
6998
6999 2019-06-25 Tom Tromey <tom@tromey.com>
7000
7001 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
7002 from make_visible.
7003 (tui_make_visible, tui_make_invisible): Rewrite.
7004 (tui_win_info::make_visible): Remove.
7005 (tui_source_window_base::make_visible): Update.
7006 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
7007 method. Moved from...
7008 (struct tui_win_info) <make_visible>: ...here.
7009
7010 2019-06-25 Tom Tromey <tom@tromey.com>
7011
7012 * tui/tui-winsource.c
7013 (tui_source_window_base::do_scroll_horizontal): Remove direction
7014 parameter.
7015 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
7016 direction parameter.
7017 * tui/tui-win.c (tui_win_info::forward_scroll)
7018 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7019 (tui_win_info::right_scroll): Update.
7020 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
7021 direction parameter.
7022 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
7023 direction parameter.
7024 * tui/tui-data.h (enum tui_scroll_direction): Remove.
7025 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
7026 Remove direction parameter.
7027 (struct tui_source_window_base, struct tui_source_window)
7028 (struct tui_disasm_window, struct tui_data_window)
7029 (struct tui_cmd_window): Update.
7030
7031 2019-06-25 Tom Tromey <tom@tromey.com>
7032
7033 * tui/tui-winsource.h (tui_set_exec_info_content)
7034 (tui_show_exec_info_content, tui_erase_exec_info_content)
7035 (tui_clear_exec_info_content, tui_update_exec_info): Change
7036 argument to tui_source_window_base.
7037 * tui/tui-winsource.c (tui_set_exec_info_content)
7038 (tui_show_exec_info_content, tui_erase_exec_info_content)
7039 (tui_clear_exec_info_content, tui_update_exec_info): Change
7040 argument to tui_source_window_base.
7041
7042 2019-06-25 Tom Tromey <tom@tromey.com>
7043
7044 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
7045 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
7046
7047 2019-06-25 Tom Tromey <tom@tromey.com>
7048
7049 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
7050 check.
7051
7052 2019-06-25 Tom Tromey <tom@tromey.com>
7053
7054 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
7055 type to void.
7056 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
7057 type to void.
7058 * tui/tui-source.c (tui_set_source_content): Update.
7059 * tui/tui-disasm.c (tui_set_disassem_content): Update.
7060
7061 2019-06-25 Tom Tromey <tom@tromey.com>
7062
7063 * tui/tui-win.c (window_name_completer, tui_set_focus)
7064 (tui_all_windows_info): Use name method.
7065 * tui/tui-data.h (struct tui_gen_win_info)
7066 (struct tui_source_window, struct tui_disasm_window)
7067 (struct tui_data_window, struct tui_cmd_window) <name>: New
7068 method.
7069 (tui_win_name): Don't declare.
7070 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
7071 (tui_win_name): Remove.
7072
7073 2019-06-25 Tom Tromey <tom@tromey.com>
7074
7075 * tui/tui-winsource.h (tui_update_source_window)
7076 (tui_update_source_window_as_is): Change parameter type.
7077 * tui/tui-winsource.c (tui_update_source_window): Change win_info
7078 to be a tui_source_window_base.
7079 (tui_update_source_window_as_is): Likewise.
7080 * tui/tui-win.c (make_visible_with_new_height): Update.
7081
7082 2019-06-25 Tom Tromey <tom@tromey.com>
7083
7084 * tui/tui-winsource.c (tui_erase_source_content)
7085 (tui_show_source_content, tui_show_exec_info_content)
7086 (tui_erase_exec_info_content): Use refresh_window method.
7087 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
7088 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
7089 from tui_refresh_win.
7090 (tui_data_window::refresh_window): New method.
7091 (tui_win_info::refresh, tui_source_window_base::refresh)
7092 (tui_refresh_all): Use refresh_window method.
7093 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
7094 method.
7095 * tui/tui-regs.c (tui_display_register): Call refresh_window
7096 method.
7097 * tui/tui-layout.c (show_source_disasm_command)
7098 (show_source_or_disasm_and_command): Call refresh_window method.
7099 * tui/tui-data.h (struct tui_gen_win_info)
7100 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
7101 New method.
7102
7103 2019-06-25 Tom Tromey <tom@tromey.com>
7104
7105 * tui/tui.c (tui_rl_other_window, tui_enable)
7106 (tui_is_window_visible, tui_get_command_dimension): Update.
7107 * tui/tui-winsource.c (tui_update_source_window_as_is)
7108 (tui_clear_source_content, tui_erase_source_content)
7109 (tui_show_source_line, tui_source_window_base::refill)
7110 (tui_source_window_base::do_scroll_horizontal)
7111 (tui_source_window_base::set_is_exec_point_at)
7112 (tui_update_breakpoint_info, tui_set_exec_info_content)
7113 (tui_alloc_source_buffer, tui_line_is_displayed)
7114 (tui_addr_is_displayed): Update.
7115 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7116 (tui_check_and_display_highlight_if_needed)
7117 (tui_win_info::make_visible, tui_win_info::refresh)
7118 (tui_refresh_all): Update.
7119 * tui/tui-windata.c (tui_first_data_item_displayed)
7120 (tui_delete_data_content_windows, tui_erase_data_content)
7121 (tui_display_all_data, tui_data_window::refresh_all)
7122 (tui_check_data_values): Update.
7123 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
7124 (tui_set_win_focus_to, tui_win_info::forward_scroll)
7125 (tui_win_info::backward_scroll, tui_refresh_all_win)
7126 (tui_resize_all, tui_set_focus, tui_all_windows_info)
7127 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
7128 (tui_source_window_base::set_new_height)
7129 (tui_data_window::set_new_height)
7130 (make_invisible_and_set_new_height)
7131 (make_visible_with_new_height, new_height_ok)
7132 (parse_scrolling_args): Update.
7133 * tui/tui-stack.c (tui_show_frame_info): Update.
7134 * tui/tui-source.c (tui_set_source_content)
7135 (tui_set_source_content_nil, tui_source_is_displayed)
7136 (tui_source_window::do_scroll_vertical): Update.
7137 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7138 (tui_display_registers_from, tui_display_reg_element_at_line)
7139 (tui_check_register_values, tui_reg_command): Update.
7140 * tui/tui-layout.c (tui_default_win_height)
7141 (show_source_disasm_command, show_data, init_and_make_win)
7142 (show_source_or_disasm_and_command): Update.
7143 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
7144 (tui_redisplay_readline, tui_mld_flush)
7145 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
7146 (tui_getc): Update.
7147 * tui/tui-disasm.c (tui_set_disassem_content)
7148 (tui_disasm_window::do_scroll_vertical): Update.
7149 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
7150 Now virtual.
7151 (struct tui_win_info): Derive from tui_gen_win_info.
7152 <~tui_win_info>: Mark as override.
7153 <generic>: Remove member.
7154 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
7155 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
7156 (~tui_data_window, ~tui_win_info)
7157 (tui_free_all_source_wins_content): Update.
7158 * tui/tui-command.c (tui_refresh_cmd_win): Update.
7159
7160 2019-06-25 Tom Tromey <tom@tromey.com>
7161
7162 * tui/tui-layout.c (init_and_make_win): Use new.
7163 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
7164 destructor, initializers.
7165 (tui_alloc_generic_win_info): Don't declare.
7166 * tui/tui-data.c (_locator): Add argument to constructor.
7167 (source_win, disasm_win): New globals.
7168 (exec_info): Remove.
7169 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7170 Update.
7171 (tui_alloc_generic_win_info): Remove.
7172 (init_content_element): Use new.
7173 (tui_win_info::tui_win_info): Update.
7174 (free_content_elements) <case DATA_WIN>: Use delete.
7175
7176 2019-06-25 Tom Tromey <tom@tromey.com>
7177
7178 * tui/tui-wingeneral.c (tui_refresh_win): Update.
7179 * tui/tui-windata.c (tui_first_data_item_displayed)
7180 (tui_delete_data_content_windows): Update.
7181 * tui/tui-win.c (tui_data_window::set_new_height): Update.
7182 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7183 (tui_display_registers_from, tui_check_register_values): Update.
7184 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
7185 pointer.
7186 * tui/tui-data.c (init_content_element): Update. Allocate the new
7187 window.
7188 (tui_free_data_content): Update.
7189 (free_content_elements) <case DATA_WIN>: Free the window.
7190
7191 2019-06-25 Tom Tromey <tom@tromey.com>
7192
7193 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
7194 Update.
7195 * tui/tui-layout.c (make_command_window)
7196 (show_source_disasm_command, show_data, init_and_make_win)
7197 (show_source_or_disasm_and_command): Update.
7198 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
7199 method.
7200 <can_highight, is_highlighted>: Now bool.
7201 (tui_set_win_highlight): Don't declare.
7202 * tui/tui-data.c (tui_set_win_highlight): Remove.
7203
7204 2019-06-25 Tom Tromey <tom@tromey.com>
7205
7206 * tui/tui-wingeneral.c (make_visible): Remove check of window
7207 type.
7208
7209 2019-06-25 Tom Tromey <tom@tromey.com>
7210
7211 * tui/tui-win.c (tui_win_info::max_height)
7212 (tui_cmd_window::max_height): New methods.
7213 (new_height_ok): Call max_height.
7214 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
7215 <max_height>: New method.
7216
7217 2019-06-25 Tom Tromey <tom@tromey.com>
7218
7219 * tui/tui-win.c (tui_source_window_base::set_new_height)
7220 (tui_data_window::set_new_height): New methods.
7221 (make_invisible_and_set_new_height): Call set_new_height method.
7222 * tui/tui-data.h (struct tui_win_info)
7223 (struct tui_source_window_base, struct tui_data_window)
7224 <set_new_height>: New method.
7225
7226 2019-06-25 Tom Tromey <tom@tromey.com>
7227
7228 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
7229 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
7230 tui_refresh_data_win.
7231 * tui/tui-win.c (tui_source_window_base::refresh_all): New
7232 method.
7233 (tui_refresh_all_win): Call the refresh_all method.
7234 (tui_set_focus): Likewise.
7235 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
7236 (struct tui_source_window_base, struct tui_data_window) <refresh>:
7237 Likewise.
7238
7239 2019-06-25 Tom Tromey <tom@tromey.com>
7240
7241 * tui/tui-winsource.h (tui_refill_source_window)
7242 (tui_set_is_exec_point_at): Don't declare.
7243 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
7244 (tui_source_window_base::refill): Rename from
7245 tui_refill_source_window.
7246 (tui_source_window_base::do_scroll_horizontal): Update.
7247 (tui_source_window_base::set_is_exec_point_at): Rename from
7248 tui_set_is_exec_point_at.
7249 (tui_update_all_breakpoint_info): Update.
7250 * tui/tui-stack.c (tui_show_frame_info): Update.
7251 * tui/tui-layout.c (show_data): Add cast.
7252 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
7253 * tui/tui-data.h (struct tui_source_window_base) <refill,
7254 set_is_exec_point_at>: New methods.
7255 (tui_source_windows, tui_add_to_source_windows): Update types.
7256 (tui_add_to_source_windows): Remove redundant declaration.
7257 * tui/tui-data.c (source_windows): Store tui_source_window_base.
7258 (tui_source_windows): Change return type.
7259 (tui_clear_source_windows_detail): Update.
7260 (tui_add_to_source_windows): Change type of parameter.
7261 (tui_free_all_source_wins_content): Update.
7262
7263 2019-06-25 Tom Tromey <tom@tromey.com>
7264
7265 * tui/tui-wingeneral.c (tui_win_info::refresh)
7266 (tui_source_window_base::refresh): New methods.
7267 (tui_refresh_all): Call the refresh method.
7268 * tui/tui-data.h (struct tui_win_info)
7269 (struct tui_source_window_base) <refresh>: New method.
7270
7271 2019-06-25 Tom Tromey <tom@tromey.com>
7272
7273 * tui/tui.h (tui_is_window_visible): Return bool.
7274 * tui/tui.c (tui_is_window_visible): Return bool.
7275 * tui/tui-wingeneral.c (tui_make_window, make_visible)
7276 (tui_make_visible, tui_make_invisible)
7277 (tui_win_info::make_visible)
7278 (tui_source_window_base::make_visible, make_all_visible)
7279 (tui_make_all_visible, tui_make_all_invisible): Update.
7280 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
7281 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
7282 bool.
7283 (struct tui_win_info, struct tui_source_window_base)
7284 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
7285 * tui/tui-data.c (tui_init_generic_part): Update.
7286
7287 2019-06-25 Tom Tromey <tom@tromey.com>
7288
7289 * tui/tui-wingeneral.c (tui_win_info::make_visible)
7290 (tui_source_window_base::make_visible): New methods.
7291 (make_all_visible): Make method call.
7292 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
7293 (struct tui_source_window_base, struct tui_cmd_window): Override
7294 make_visible.
7295 (tui_win_is_source_type): Don't declare.
7296 * tui/tui-data.c (tui_win_is_source_type): Remove.
7297
7298 2019-06-25 Tom Tromey <tom@tromey.com>
7299
7300 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
7301 NULL check.
7302
7303 2019-06-25 Tom Tromey <tom@tromey.com>
7304
7305 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
7306 Inline constructor. Add initializers for members.
7307 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
7308 constructors; now inline in class.
7309
7310 2019-06-25 Tom Tromey <tom@tromey.com>
7311
7312 * tui/tui-regs.c (tui_show_registers): Update.
7313 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
7314 bool.
7315 * tui/tui-data.c (tui_data_window::clear_detail)
7316 (tui_data_window): Update.
7317
7318 2019-06-25 Tom Tromey <tom@tromey.com>
7319
7320 * tui/tui-windata.c (tui_display_all_data)
7321 (tui_display_data_from_line, tui_display_data_from)
7322 (tui_check_data_values, tui_data_window::do_scroll_vertical):
7323 Update.
7324 * tui/tui-regs.c (tui_last_regs_line_no)
7325 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
7326 (tui_show_registers, tui_show_register_group)
7327 (tui_display_registers_from, tui_display_reg_element_at_line)
7328 (tui_display_registers_from_line, tui_check_register_values)
7329 (tui_reg_next, tui_reg_prev): Update.
7330 * tui/tui-layout.c (tui_set_layout, show_data): Update.
7331 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
7332 tui_data_window.
7333 (struct tui_win_info) <detail>: Remove. Add new fields from
7334 tui_data_info.
7335 (TUI_DATA_WIN): Add cast.
7336 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
7337 (~tui_data_window): Simplify.
7338
7339 2019-06-25 Tom Tromey <tom@tromey.com>
7340
7341 * tui/tui-layout.c (show_source_disasm_command)
7342 (show_source_or_disasm_and_command): Update.
7343 * tui/tui-io.c (update_cmdwin_start_line)
7344 (tui_redisplay_readline): Update.
7345 * tui/tui-data.h (struct tui_command_info): Remove.
7346 (struct tui_win_info) <detail>: Remove command_info member.
7347 (struct tui_data_window) <start_line>: New member, from
7348 tui_command_info.
7349 (TUI_CMD_WIN): Add casts.
7350
7351 2019-06-25 Tom Tromey <tom@tromey.com>
7352
7353 * tui/tui-winsource.c (tui_update_source_window)
7354 (tui_refill_source_window)
7355 (tui_source_window_base::do_scroll_horizontal)
7356 (tui_update_breakpoint_info, tui_set_exec_info_content)
7357 (tui_show_exec_info_content, tui_erase_exec_info_content)
7358 (tui_clear_exec_info_content): Update.
7359 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
7360 Update.
7361 * tui/tui-win.c (make_invisible_and_set_new_height)
7362 (make_visible_with_new_height): Update.
7363 * tui/tui-source.c (tui_set_source_content)
7364 (tui_show_symtab_source): Update.
7365 * tui/tui-layout.c (extract_display_start_addr)
7366 (show_source_disasm_command, show_data)
7367 (make_source_or_disasm_window)
7368 (show_source_or_disasm_and_command): Update.
7369 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
7370 (tui_disasm_window::do_scroll_vertical): Remove shadowing
7371 "gdbarch".
7372 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
7373 to tui_source_window_base.
7374 (struct tui_win_info) <detail>: Remove source_info member.
7375 (struct tui_source_window_base) <has_locator>: Inline.
7376 Move contents from tui_source_info; rename has_locator member to
7377 m_has_locator.
7378 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
7379 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
7380 header file.
7381 (tui_source_window_base::clear_detail, ~tui_source_window_base):
7382 Simplify.
7383 (tui_free_all_source_wins_content): Cast to
7384 tui_source_window_base.
7385
7386 2019-06-25 Tom Tromey <tom@tromey.com>
7387
7388 * tui/tui-win.c (make_invisible_and_set_new_height)
7389 (make_visible_with_new_height): Call has_locator method.
7390 * tui/tui-layout.c (show_source_disasm_command, show_data)
7391 (show_source_or_disasm_and_command): Update for bool change.
7392 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
7393 (tui_win_info) <has_locator>: New method.
7394 (struct tui_source_window_base) <has_locator>: New method.
7395 (tui_win_has_locator): Don't declare.
7396 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
7397 from tui_win_has_locator.
7398 (tui_source_window_base): Use false, not FALSE.
7399
7400 2019-06-25 Tom Tromey <tom@tromey.com>
7401
7402 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
7403 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
7404 clear_detail method directly.
7405 (tui_clear_win_detail): Remove.
7406
7407 2019-06-25 Tom Tromey <tom@tromey.com>
7408
7409 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
7410 "this", not TUI_DISASM_WIN.
7411
7412 2019-06-25 Tom Tromey <tom@tromey.com>
7413
7414 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
7415 declare.
7416 * tui/tui-winsource.c
7417 (tui_source_window_base::do_scroll_horizontal): Rename from
7418 tui_horizontal_source_scroll.
7419 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
7420 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
7421 from tui_vertical_data_scroll.
7422 * tui/tui-win.h (tui_scroll): Don't declare.
7423 * tui/tui-win.c (tui_win_info::forward_scroll)
7424 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7425 (tui_win_info::right_scroll): Rename and update.
7426 (tui_scroll_forward_command, tui_scroll_backward_command)
7427 (tui_scroll_left_command, tui_scroll_right_command): Update.
7428 (tui_scroll): Remove.
7429 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
7430 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
7431 from tui_vertical_source_scroll.
7432 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
7433 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
7434 from tui_vertical_disassem_scroll.
7435 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
7436 do_scroll_horizontal>: New methods.
7437 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
7438 Likewise.
7439 (struct tui_source_window_base): Add do_scroll_horizontal.
7440 (struct tui_source_window, struct tui_disasm_window): Add
7441 do_scroll_vertical.
7442 (struct tui_data_window, struct tui_cmd_window): Add
7443 do_scroll_horizontal and do_scroll_vertical.
7444 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
7445
7446 2019-06-25 Tom Tromey <tom@tromey.com>
7447
7448 * tui/tui-data.h (struct tui_source_window_base): New struct.
7449 (struct tui_source_window): Derive from tui_source_window_base.
7450 (struct tui_disasm_window): New struct.
7451 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
7452 from tui_source_window::clear_detail.
7453 (tui_source_window_base): Rename from tui_source_window.
7454 (~tui_source_window_base): Rename from ~tui_source_window.
7455 (tui_alloc_win_info): Create a tui_disasm_window.
7456
7457 2019-06-25 Tom Tromey <tom@tromey.com>
7458
7459 * tui/tui-data.h (struct tui_source_window)
7460 (struct tui_data_window): Declare destructors.
7461 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
7462 destructors.
7463 (tui_win_info): Simplify.
7464
7465 2019-06-25 Tom Tromey <tom@tromey.com>
7466
7467 * tui/tui-winsource.c (tui_display_main)
7468 (tui_update_source_windows_with_addr)
7469 (tui_update_all_breakpoint_info): Update.
7470 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7471 (new_height_ok, parse_scrolling_args): Update.
7472 * tui/tui-stack.c (tui_show_frame_info): Update.
7473 * tui/tui-data.h (struct tui_list): Remove.
7474 (tui_source_windows): Return a reference to a std::vector.
7475 * tui/tui-data.c (source_windows): Now a std::vector.
7476 (tui_source_windows): Change return type.
7477 (tui_clear_source_windows): Rewrite.
7478 (tui_clear_source_windows_detail, tui_add_to_source_windows)
7479 (tui_free_all_source_wins_content): Rewrite.
7480
7481 2019-06-25 Tom Tromey <tom@tromey.com>
7482
7483 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
7484 (struct tui_data_window, struct tui_cmd_window): Declare
7485 clear_detail method.
7486 * tui/tui-data.c (tui_source_window::clear_detail)
7487 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
7488 methods.
7489 (tui_clear_win_detail): Simplify.
7490
7491 2019-06-25 Tom Tromey <tom@tromey.com>
7492
7493 * tui/tui-layout.c (make_source_window, make_disasm_window)
7494 (make_source_or_disasm_window): Remove win_info_ptr parameter.
7495 Return the new window.
7496 (show_source_disasm_command, show_data)
7497 (show_source_or_disasm_and_command): Update.
7498
7499 2019-06-25 Tom Tromey <tom@tromey.com>
7500
7501 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
7502 parameter. Return the new window.
7503 (show_source_disasm_command): Update and remove NULL check.
7504 (show_source_or_disasm_and_command): Update.
7505
7506 2019-06-25 Tom Tromey <tom@tromey.com>
7507
7508 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
7509
7510 2019-06-25 Tom Tromey <tom@tromey.com>
7511
7512 * tui/tui-data.h (struct tui_win_info): Make constructor
7513 protected. Make destructor virtual. Add initializers.
7514 (tui_source_window, tui_data_window, tui_cmd_window): New
7515 classes.
7516 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
7517 constructor. Add "type" parameter.
7518 (tui_source_window, tui_data_window, tui_cmd_window): New
7519 constructors.
7520 (tui_alloc_win_info): Instantiate the appropriate subclass.
7521
7522 2019-06-25 Tom Tromey <tom@tromey.com>
7523
7524 * tui/tui-win.c (tui_resize_all): Use delete.
7525 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
7526 destructor.
7527 (tui_free_window): Don't declare.
7528 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
7529 Update.
7530
7531 2019-06-25 Tom Tromey <tom@tromey.com>
7532
7533 * tui/tui-data.h (struct tui_win_info): Add constructor.
7534 * tui/tui-data.c (tui_alloc_win_info): Use new.
7535 (tui_free_window): Use delete.
7536
7537 2019-06-22 Tom Tromey <tom@tromey.com>
7538
7539 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
7540 declare.
7541 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
7542
7543 2019-06-22 Tom Tromey <tom@tromey.com>
7544
7545 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
7546 declare.
7547 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
7548
7549 2019-06-22 Tom de Vries <tdevries@suse.de>
7550
7551 * dwarf2read.c (create_addrmap_from_aranges)
7552 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
7553 instead of '%zu'.
7554
7555 2019-06-21 Simon Marchi <simon.marchi@efficios.com>
7556
7557 * dwarf2read.h (dwarf2_section_info_def): Remove.
7558 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
7559 * dwarf2read.c (struct dwo_sections) <types>: Change type to
7560 std::vector<dwarf2_section_info>.
7561 (struct dwo_file) <~dwo_file>: Remove.
7562 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
7563 types field.
7564 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
7565 (dwarf2_read_debug_names): Likewise.
7566 (create_debug_types_hash_table): Change parameter type to
7567 array_view, adjust code accordingly.
7568 (dwarf2_locate_dwo_sections): Adjust to std::vector.
7569 (partial_die_info::fixup): Likewise.
7570 (determine_prefix): Likewise.
7571 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
7572
7573 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
7574
7575 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
7576 gdb_bfd_ref_ptr.
7577 <~dwo_file>: Remove call to gdb_bfd_unref.
7578 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
7579 gdb_bfd_ref_ptr::get.
7580
7581 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
7582
7583 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
7584 type to htab_up.
7585 * dwarf2read.c (struct dwo_file): Initialize fields.
7586 <~dwo_file>: New.
7587 (free_dwo_file): Remove, move content to ~dwo_file.
7588 (struct dwo_file_deleter): Remove.
7589 (dwo_file_up>: Remove custom deleter.
7590 (free_dwo_files): Remove.
7591 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
7592 dwo_files.
7593 (process_skeletonless_type_units): Call unique_ptr::get.
7594 (allocate_dwo_file_hash_table): Add deleter to created hash
7595 table. Change return type to htab_up.
7596 (lookup_dwo_file_slot): Don't memset dwo_file, call
7597 unique_ptr::get.
7598 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
7599 (create_dwo_unit_in_dwp_v2): Likewise.
7600 (open_and_init_dwo_file): Likewise.
7601 (free_dwo_file_from_slot): Remove.
7602
7603 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
7604
7605 * dwarf2read.h (struct dwarf2_section_info) <readin,
7606 is_virtual>: Change type to bool.
7607 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
7608 true instead of 1.
7609
7610 2019-06-19 Tom Tromey <tom@tromey.com>
7611
7612 * tui/tui-data.h (tui_init_content_element): Don't declare.
7613
7614 2019-06-19 Tom Tromey <tom@tromey.com>
7615
7616 * tui/tui-data.h (tui_init_win_info): Don't declare.
7617
7618 2019-06-19 Tom de Vries <tdevries@suse.de>
7619
7620 * dwarf2read.h (abstract_to_concrete): Change type to
7621 std::unordered_map<sect_offset, std::vector<sect_offset>,
7622 gdb::hash_enum<sect_offset>>.
7623
7624 2019-06-19 Tom Tromey <tromey@adacore.com>
7625
7626 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
7627 EVAL_AVOID_SIDE_EFFECTS specially.
7628
7629 2019-06-19 Tom Tromey <tromey@adacore.com>
7630
7631 * source-cache.c (highlighter): New global.
7632 (source_cache::get_source_lines): Create a highlighter on demand.
7633
7634 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
7635
7636 * defs.h (deprecated_interactive_hook): Delete declaration.
7637 * interps.c (clear_interpreter_hooks): Remove use of
7638 deprecated_interactive_hook.
7639 * top.c (deprecated_interactive_hook): Delete definition.
7640 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
7641
7642 2019-06-18 Tom de Vries <tdevries@suse.de>
7643
7644 PR gdb/24515
7645 * dwarf2read.h (abstract_to_concrete): Change type from
7646 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
7647 std::unordered_map<sect_offset, std::vector<sect_offset>>.
7648 * dwarf2read.c (read_variable): Update.
7649 (dwarf2_fetch_die_loc_sect_off): Update.
7650
7651 2019-06-17 Tom de Vries <tdevries@suse.de>
7652
7653 PR gdb/24617
7654 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
7655 accessing parent[parent_len - 1].
7656
7657 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7658
7659 PR gdb/24364
7660 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
7661 call dtrace_process_dof with NULL dof.
7662
7663 2019-06-16 Tom de Vries <tdevries@suse.de>
7664
7665 PR gdb/24445
7666 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
7667
7668 2019-06-16 Tom Tromey <tom@tromey.com>
7669
7670 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7671 (make_all_visible): Use address of member.
7672
7673 2019-06-16 Tom Tromey <tom@tromey.com>
7674
7675 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
7676 (tui_free_window, free_content, free_content_elements): Remove
7677 unnecessary cast.
7678 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
7679 cast.
7680 * tui/tui-regs.c (tui_show_register_group)
7681 (tui_display_registers_from, tui_display_reg_element_at_line):
7682 Remove unnecessary cast.
7683
7684 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7685
7686 * linux-nat.c (normal_mask): Delete.
7687 (_initialize_linux_nat): Don't initialise normal_mask.
7688
7689 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
7690
7691 PR gdb/24445
7692 * dwarf-index-write.h (write_psymtabs_to_index): Add
7693 dwz_basename parameter.
7694 * dwarf-index-write.c (write_gdbindex): Move file writing to
7695 write_gdbindex_1. Change return type void.
7696 (assert_file_size): Move up, remove filename parameter.
7697 (write_gdbindex_1): New function.
7698 (write_debug_names): Change return type to void, call
7699 assert_file_size.
7700 (struct index_wip_file): New struct.
7701 (write_psymtabs_to_index): Add dwz_basename parameter. Move
7702 file logic to index_wip_file. Write index for dwz file if
7703 needed.
7704 (save_gdb_index_command): Pass basename of dwz file, if present.
7705 * dwarf-index-cache.c (index_cache::store): Obtain and pass
7706 build-id of dwz file, if present.
7707 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
7708 (dwarf2_get_dwz_file): Likewise.
7709 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
7710 (dwarf2_get_dwz_file): Likewise.
7711
7712 2019-06-16 Tom Tromey <tom@tromey.com>
7713
7714 * coffread.c (process_coff_symbol): Use xstrdup.
7715 * value.c (create_internalvar): Use xstrdup.
7716
7717 2019-06-16 Tom Tromey <tom@tromey.com>
7718
7719 * valops.c (value_cast, value_slice): Remove unnecessary cast.
7720 * breakpoint.c (stopin_command, stopat_command)
7721 (until_break_command, decode_location_default): Remove unnecessary
7722 cast.
7723 * utils.c (subset_compare): Remove unnecessary cast.
7724 * ada-lang.c (ada_update_initial_language): Remove unnecessary
7725 cast.
7726 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
7727 cast.
7728 * infcmd.c (path_command): Remove unnecessary cast.
7729 * coffread.c (decode_type): Remove unnecessary cast.
7730 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
7731 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
7732 * tui/tui-stack.c (tui_show_locator_content)
7733 (tui_show_frame_info): Remove unnecessary cast.
7734 * tui/tui-win.c (tui_scroll_forward_command)
7735 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
7736 (parse_scrolling_args): Remove unnecessary cast.
7737 * tui/tui-data.c (init_win_info, tui_del_window)
7738 (tui_free_window, tui_del_data_windows, tui_free_data_content)
7739 (free_content_elements): Remove unnecessary cast.
7740 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
7741 unnecessary cast.
7742 * tui/tui-source.c (tui_set_source_content)
7743 (tui_vertical_source_scroll): Remove unnecessary cast.
7744 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
7745 cast.
7746 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
7747 * tui/tui-regs.c (tui_display_registers_from)
7748 (tui_display_register): Remove unnecessary cast.
7749 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
7750 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
7751 (make_visible): Remove unnecessary cast.
7752 * tui/tui-winsource.c (tui_erase_source_content)
7753 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
7754 unnecessary cast.
7755 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
7756 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
7757 * stabsread.c (read_type, read_array_type, read_range_type):
7758 Remove unnecessary cast.
7759 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
7760 (parse_symbol, parse_type, upgrade_type, parse_external)
7761 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
7762 unnecessary cast.
7763 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
7764
7765 2019-06-16 Tom Tromey <tom@tromey.com>
7766
7767 * tui/tui-data.c (tui_alloc_generic_win_info)
7768 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
7769 checks.
7770
7771 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7772 Andrew Burgess <andrew.burgess@embecosm.com>
7773
7774 * f-typeprint.c (f_print_type): Don't return early for not
7775 associated or not allocated types.
7776 (f_type_print_varspec_suffix): Add print_rank parameter and print
7777 ranks of array types in case they dangling.
7778 (f_type_print_base): Add print_rank parameter.
7779
7780 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7781
7782 * NEWS: Mention new MI commands.
7783 * break-catch-throw.c (enum exception_event_kind): Move to
7784 breakpoint.h.
7785 (print_mention_exception_catchpoint): Output text as a single
7786 message.
7787 (catch_exception_command_1): Rename to...
7788 (catch_exception_event): ...this, make non-static, update header
7789 command, and change some parameter types.
7790 (catch_catch_command): Update for changes to
7791 catch_exception_command_1.
7792 (catch_throw_command): Likewise.
7793 (catch_rethrow_command): Likewise.
7794 * breakpoint.c (enum exception_event_kind): Delete.
7795 * breakpoint.h (enum exception_event_kind): Moved here from
7796 break-catch-throw.c.
7797 (catch_exception_event): Declare.
7798 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
7799 (mi_cmd_catch_throw): New function.
7800 (mi_cmd_catch_rethrow): New function.
7801 (mi_cmd_catch_catch): New function.
7802 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
7803 'catch-catch' entries.
7804 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
7805 (mi_cmd_catch_rethrow): Declare.
7806 (mi_cmd_catch_catch): Declare.
7807
7808 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7809
7810 * annotate.c (annotate_source_line): Change return type to void,
7811 update implementation to match.
7812 * annotate.h (annotate_source_line): Change return type to void,
7813 update header comment.
7814 * stack.c (print_frame_info): Don't change what frame information
7815 is printed based on whether annotations are on or not.
7816
7817 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7818
7819 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
7820 (annotate_source): Make static.
7821 (annotate_source_line): Moved from source.c and renamed from
7822 identify_source_line. Update the return type.
7823 * annotate.h (annotate_source): Delete declaration.
7824 (annotate_source_line): Declaration moved from source.h, and
7825 renamed from identify_source_line. Return type updated.
7826 * source.c (identify_source_line): Moved to annotate.c and renamed
7827 to annotate_source_line.
7828 (info_line_command): Remove check of annotation_level.
7829 * source.h (identify_source_line): Move declaration to annotate.h
7830 and rename to annotate_source_line.
7831 * stack.c: Add 'annotate.h' include.
7832 (print_frame_info): Remove check of annotation_level before
7833 calling annotate_source_line.
7834
7835 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7836
7837 * source-cache.c (source_cache::get_plain_source_lines): Use
7838 open_source_file_with_line_charpos instead of just
7839 open_source_file, remove call to find_source_lines.
7840 (source_cache::get_source_lines): Likewise.
7841 * source.c (find_source_lines): Make static.
7842 (get_filename_and_charpos): Renamed into...
7843 (open_source_file_with_line_charpos): ..this along with changes to
7844 return a scoped_fd, and some other minor clean ups.
7845 (identify_source_line): Use open_source_file_with_line_charpos.
7846 (search_command_helper): Use open_source_file_with_line_charpos
7847 instead of just open_source_file, remove call to
7848 find_source_lines.
7849 * source.h (open_source_file_with_line_charpos): Declare new
7850 function.
7851 (find_source_lines): Delete declaration.
7852
7853 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7854
7855 * source.c (get_filename_and_charpos): Remove fullname
7856 parameter.
7857 (identify_source_line): Update call to get_filename_and_charpos.
7858
7859 2019-06-14 Tom Tromey <tromey@adacore.com>
7860
7861 PR gdb/24502:
7862 * ui-style.h (skip_ansi_escape): Update comment.
7863 * ui-file.h (class no_terminal_escape_file): New class.
7864 * ui-file.c (no_terminal_escape_file::write)
7865 (no_terminal_escape_file::puts): New methods.
7866 * cli/cli-logging.c (handle_redirections): Use
7867 no_terminal_escape_file.
7868
7869 2019-06-14 Tom Tromey <tromey@adacore.com>
7870
7871 * NEWS: Move convenience variable news above Python news.
7872
7873 2019-06-14 Tom Tromey <tom@tromey.com>
7874
7875 * gnulib: Move directory to top-level.
7876 * configure.ac: Don't configure gnulib.
7877 * configure: Rebuild.
7878 * common/common-defs.h: Use new path to gnulib.
7879 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
7880 (GNULIB_H): Remove.
7881 (INCGNU): Look in new gnulib location.
7882 (HFILES_NO_SRCDIR): Remove gnulib files.
7883 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
7884 (generated_files): Remove GNULIB_H.
7885 ($(LIBGNU), all-lib): Remove targets.
7886 (distclean): Don't mention GNULIB_BUILDDIR.
7887 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
7888
7889 2019-06-14 Tom Tromey <tromey@adacore.com>
7890
7891 * symfile.c (add_symbol_file_command): Remove obsolete comment.
7892 Warn if symbol file does not provide any symbols.
7893
7894 2019-06-14 Tom Tromey <tromey@adacore.com>
7895
7896 * source.c (find_and_open_source): Respect basenames_may_differ.
7897
7898 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
7899
7900 * annotate.c (annotate_breakpoints_invalid): Make use of
7901 scoped_restore_terminal_state.
7902 (annotate_frames_invalid): Likewise.
7903
7904 2019-06-14 Tom Tromey <tromey@adacore.com>
7905
7906 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
7907 allow assignment to an internalvar.
7908
7909 2019-06-14 Tom Tromey <tromey@adacore.com>
7910
7911 * ada-lex.l: Allow "_" in attribute names.
7912
7913 2019-06-14 Tom Tromey <tromey@adacore.com>
7914
7915 PR gdb/24653:
7916 * regcache.c (registers_changed): Don't call alloca.
7917 * top.c (execute_command): Don't call alloca.
7918
7919 2019-06-13 Pedro Alves <palves@redhat.com>
7920
7921 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
7922 'expression'. When parsing an expression, error out if there's
7923 junk after "unlimited".
7924 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7925 (do_set_command): Adjust calls to is_unlimited_literal.
7926
7927 2019-06-13 Pedro Alves <palves@redhat.com>
7928
7929 * compile/compile.c (make_compile_options_def_group): Add braces
7930 around array_view initializer.
7931 * thread.c (make_thread_apply_all_options_def_group)
7932 (make_thread_apply_all_options_def_group): Likewise.
7933
7934 2019-06-13 Pedro Alves <palves@redhat.com>
7935
7936 * NEWS (New commands): Mention "maint test-options
7937 require-delimiter", "maint test-options unknown-is-error", "maint
7938 test-options unknown-is-operand" and "maint show
7939 test-options-completion-result".
7940 (New command options, command completion): New section.
7941 (Completion improvements): New section.
7942 Mention that you can abbreviate "unlimited".
7943
7944 2019-06-13 Pedro Alves <palves@redhat.com>
7945
7946 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
7947 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
7948 * unittests/cli-utils-selftests.c (test_parse_flags)
7949 (test_parse_flags_qcs): Delete.
7950 (test_cli_utils): Don't call deleted functions.
7951
7952 2019-06-13 Pedro Alves <palves@redhat.com>
7953
7954 * thread.c: Include "cli/cli-option.h".
7955 (tp_array_compar_ascending): Global.
7956 (tp_array_compar): Delete function.
7957 (tp_array_compar_ascending, tp_array_compar_descending): New
7958 functions.
7959 (ascending_option_def, qcs_flag_option_def)
7960 (thr_qcs_flags_option_defs)
7961 (make_thread_apply_all_options_def_group)
7962 (make_thread_apply_options_def_group): New.
7963 (thread_apply_all_command): Use gdb::option::process_options.
7964 (thread_apply_command_completer)
7965 (thread_apply_all_command_completer): New.
7966 (thread_apply_command): Use gdb::option::process_options.
7967 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
7968 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
7969 to generate help text of "thread apply". Adjust "taas"'s help.
7970 * tid-parse.c (tid_range_parser::in_thread_range): New method.
7971 * tid-parse.h (tid_range_parser::in_thread_range): New method.
7972
7973 2019-06-13 Pedro Alves <palves@redhat.com>
7974
7975 * thread.c (thread_apply_command): Check for invalid TID with
7976 isdigit instead of !isalpha.
7977
7978 2019-06-13 Pedro Alves <palves@redhat.com>
7979
7980 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
7981 (validate_flags_qcs): New.
7982 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
7983 (validate_flags_qcs): Declare.
7984 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
7985 (make_frame_apply_options_def_group): New.
7986 (frame_apply_command_count): Process options with
7987 gdb::option::process_options.
7988 (frame_apply_completer): New.
7989 (frame_apply_level_completer, frame_apply_all_completer)
7990 (frame_apply_completer): New.
7991 (_initialize_stack): Update help of "frame apply", "frame apply
7992 level", "frame apply all" and "faas" to mention supported options
7993 and install command completers.
7994 * stack.h (frame_apply_all_completer): Declare.
7995 * thread.c: Include "stack.h".
7996 (tfaas_command): Add "--".
7997 (_initialize_thread): Update help "tfaas" to mention supported
7998 options and install command completer.
7999
8000 2019-06-13 Pedro Alves <palves@redhat.com>
8001
8002 * completer.c (complete_nested_command_line): New.
8003 (gdb_completion_word_break_characters_throw): Add assertion.
8004 * completer.h (complete_nested_command_line): Declare.
8005
8006 2019-06-13 Pedro Alves <palves@redhat.com>
8007
8008 * stack.c (parse_backtrace_qualifiers): New.
8009 (backtrace_command): Use it.
8010 (backtrace_command_completer): Complete on qualifiers.
8011
8012 2019-06-13 Pedro Alves <palves@redhat.com>
8013
8014 * frame.c: Include "cli/cli-option.h.
8015 (user_set_backtrace_options): New.
8016 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
8017 Delete.
8018 (get_prev_frame): Adjust.
8019 (boolean_option_def, uinteger_option_def)
8020 (set_backtrace_option_defs): New.
8021 (_initialize_frame): Adjust and use
8022 gdb::option::add_setshow_cmds_for_options to install "set
8023 backtrace past-main" and "set backtrace past-entry".
8024 * frame.h: Include "cli/cli-option.h".
8025 (struct frame_print_options): Forward declare.
8026 (print_frame_arguments_all, print_frame_arguments_scalars)
8027 (print_frame_arguments_none): Declare.
8028 (print_entry_values): Delete declaration.
8029 (struct frame_print_options, user_frame_print_options): New.
8030 (struct set_backtrace_options): New.
8031 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
8032 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
8033 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
8034 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
8035 (list_args_or_locals): Add frame_print_options parameter.
8036 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8037 * python/py-framefilter.c (enumerate_args): Pass down
8038 USER_FRAME_PRINT_OPTIONS.
8039 * stack.c: Include "cli/cli-option.h".
8040 (print_frame_arguments_all, print_frame_arguments_scalars)
8041 (print_frame_arguments_none): Declare.
8042 (print_raw_frame_arguments, print_entry_values): Delete.
8043 (user_frame_print_options): New.
8044 (boolean_option_def, enum_option_def, frame_print_option_defs):
8045 New.
8046 (struct backtrace_cmd_options): New.
8047 (bt_flag_option_def): New.
8048 (backtrace_command_option_defs): New.
8049 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8050 (print_frame_arg, read_frame_arg, print_frame_args)
8051 (print_frame_info, print_frame): Add frame_print_options parameter
8052 and use it.
8053 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
8054 (backtrace_command_1): Add frame_print_options and
8055 backtrace_cmd_options parameters and use them.
8056 (make_backtrace_options_def_group): New.
8057 (backtrace_command): Process command options with
8058 gdb::option::process_options.
8059 (backtrace_command_completer): New.
8060 (_initialize_stack): Extend "backtrace"'s help to mention
8061 supported options. Install completer for "backtrace".
8062 Install some settings commands with add_setshow_cmds_for_options.
8063
8064 2019-06-13 Pedro Alves <palves@redhat.com>
8065
8066 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
8067 and that "set/show print raw frame-arguments" are now deprecated.
8068
8069 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
8070 command.
8071 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
8072 * stack.c (_initialize_stack): Install "set/show print
8073 raw-frame-arguments", and deprecate "set/show print raw
8074 frame-arguments".
8075 * valprint.c (_initialize_valprint): Deprecate "set/show print
8076 raw".
8077
8078 2019-06-13 Pedro Alves <palves@redhat.com>
8079
8080 * compile/compile.c (struct compile_options): New.
8081 (compile_flag_option_def, compile_command_option_defs)
8082 (make_compile_options_def_group): New.
8083 (compile_file_command): Handle options with
8084 gdb::option::process_options.
8085 (compile_file_command_completer): New function.
8086 (compile_code_command): Handle options with
8087 gdb::option::process_options.
8088 (compile_code_command_completer): New function.
8089 (_initialize_compiler): Install completers for "compile code" and
8090 "compile file". Mention available options in "compile code" and
8091 "compile code"'s help.
8092 * completer.c (advance_to_completion_word): New, factored out from
8093 ...
8094 (advance_to_expression_complete_word_point): ... this.
8095 (advance_to_filename_complete_word_point): New.
8096 * completer.h (advance_to_filename_complete_word_point): New
8097 declaration.
8098
8099 2019-06-13 Pedro Alves <palves@redhat.com>
8100
8101 * compile/compile.c: Include "cli/cli-option.h".
8102 (compile_print_value): Scope data pointer is now a
8103 value_print_options pointer; adjust.
8104 (compile_print_command): Process options. Scope data pointer is
8105 now a value_print_options pointer; adjust.
8106 (_initialize_compile): Update "compile print"'s help to include
8107 supported options. Install a completer for "compile print".
8108 * cp-valprint.c (show_vtblprint, show_objectprint)
8109 (show_static_field_print): Delete.
8110 (_initialize_cp_valprint): Don't install "set print
8111 static-members", "set print vtbl", "set print object" here.
8112 * printcmd.c: Include "cli/cli-option.h" and
8113 "common/gdb_optional.h".
8114 (print_command_parse_format): Rework to fill in a
8115 value_print_options instead of a format_data.
8116 (print_value): Change parameter type from format_data pointer to
8117 value_print_options reference. Adjust.
8118 (print_command_1): Process options. Adjust to pass down a
8119 value_print_options.
8120 (print_command_completer): New.
8121 (_initialize_printcmd): Install print_command_completer as
8122 handle_brkchars completer for the "print" command. Update
8123 "print"'s help to include supported options.
8124 * valprint.c: Include "cli/cli-option.h".
8125 (show_vtblprint, show_objectprint, show_static_field_print): Moved
8126 here from cp-valprint.c.
8127 (boolean_option_def, uinteger_option_def)
8128 (value_print_option_defs, make_value_print_options_def_group):
8129 New. Use gdb::option::add_setshow_cmds_for_options to install
8130 "set print elements", "set print null-stop", "set print repeats",
8131 "set print pretty", "set print union", "set print array", "set
8132 print address", "set print symbol", "set print array-indexes".
8133 * valprint.h: Include <string> and "cli/cli-option.h".
8134 (make_value_print_options_def_group): Declare.
8135 (print_value): Change parameter type from format_data pointer to
8136 value_print_options reference.
8137 (print_command_completer): Declare.
8138
8139 2019-06-13 Pedro Alves <palves@redhat.com>
8140
8141 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
8142 (COMMON_SFILES): Add maint-test-settings.c.
8143 * cli/cli-decode.c (boolean_enums): New global, factored out from
8144 ...
8145 (add_setshow_boolean_cmd): ... here.
8146 * cli/cli-decode.h (boolean_enums): Declare.
8147 * cli/cli-option.c: New file.
8148 * cli/cli-option.h: New file.
8149 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
8150 factored out from ...
8151 (parse_cli_boolean_value(const char *)): ... this.
8152 (is_unlimited_literal): Change parameter type to pointer to
8153 pointer. Adjust and advance ARG pointer.
8154 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8155 (parse_cli_var_enum): New, factored out from ...
8156 (do_set_command): ... this. Adjust.
8157 * cli/cli-setshow.h (parse_cli_boolean_value)
8158 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8159 (parse_cli_var_enum): Declare.
8160 * cli/cli-utils.c: Include "cli/cli-option.h".
8161 (get_ulongest): New.
8162 * cli/cli-utils.h (get_ulongest): Declare.
8163 (check_for_argument): New overloads.
8164 * maint-test-options.c: New file.
8165
8166 2019-06-13 Pedro Alves <palves@redhat.com>
8167
8168 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
8169 parse a range if "-" is at the end of the string.
8170
8171 2019-06-13 Pedro Alves <palves@redhat.com>
8172
8173 * cli/cli-setshow.c (parse_auto_binary_operation)
8174 (parse_cli_boolean_value): Don't allow "o".
8175
8176 2019-06-13 Pedro Alves <palves@redhat.com>
8177
8178 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
8179 * NEWS: Mention maint test-settings KIND.
8180 * maint-test-settings.c: New file.
8181
8182 2019-06-13 Pedro Alves <palves@redhat.com>
8183
8184 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
8185 completer.
8186 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
8187 "set" completers.
8188
8189 2019-06-13 Pedro Alves <palves@redhat.com>
8190
8191 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
8192 after item.
8193
8194 2019-06-13 Pedro Alves <palves@redhat.com>
8195
8196 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
8197
8198 2019-06-13 Pedro Alves <palves@redhat.com>
8199
8200 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
8201 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
8202 call.
8203 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
8204 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
8205 calls.
8206 (check_for_argument): Skip spaces after argument.
8207
8208 2019-06-13 Pedro Alves <palves@redhat.com>
8209
8210 * thread.c (thread_apply_command): Adjust TID parsing.
8211 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
8212 detected before end of string.
8213 (tid_is_in_list): Error out if LIST is invalid.
8214
8215 2019-06-13 Pedro Alves <palves@redhat.com>
8216
8217 * completer.c (complete_line_internal_1): Rewind completion word
8218 point.
8219 (completion_tracker::advance_custom_word_point_by): Change
8220 parameter type to int.
8221 * completer.h (completion_tracker::advance_custom_word_point_by):
8222 Likewise.
8223
8224 2019-06-13 Pedro Alves <palves@redhat.com>
8225
8226 * completer.c (advance_to_completion_word): Handle delimiters.
8227
8228 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8229
8230 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
8231
8232 2019-06-11 Tom Tromey <tom@tromey.com>
8233
8234 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
8235 (xmalloc_failed): Move to alloc.c.
8236 * alloc.c: New file.
8237 * Makefile.in (COMMON_SFILES): Add alloc.c.
8238
8239 2019-06-11 Tom Tromey <tom@tromey.com>
8240
8241 * nat/linux-waitpid.c: Don't include server.h.
8242 (linux_debug): Remove.
8243 (my_waitpid): Update.
8244
8245 2019-06-11 Tom Tromey <tromey@adacore.com>
8246
8247 * infcall.c (_initialize_infcall): Remove trailing newline from
8248 help.
8249 * user-regs.c (_initialize_user_regs): Remove trailing newline
8250 from help.
8251 * typeprint.c (_initialize_typeprint): Remove trailing newline
8252 from help.
8253 * reverse.c (_initialize_reverse): Remove trailing newlines from
8254 help.
8255 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
8256 from help.
8257 * language.c (add_set_language_command): Remove trailing newline
8258 from help.
8259 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
8260 help.
8261 * disasm.c (_initialize_disasm): Remove trailing newline from
8262 help.
8263 * top.c (init_main): Remove trailing newline from help.
8264 * interps.c (_initialize_interpreter): Remove trailing newline
8265 from help.
8266 * btrace.c (_initialize_btrace): Remove trailing newlines from
8267 help.
8268 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
8269 from help.
8270 * python/python.c (_initialize_python): Remove trailing newline
8271 from help.
8272 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
8273 help.
8274 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
8275 from help. Reformat some text.
8276 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
8277 from help.
8278 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
8279 newline from help.
8280
8281 2019-06-11 Tom Tromey <tromey@adacore.com>
8282
8283 * darwin-nat.c (darwin_decode_exception_message)
8284 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
8285
8286 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8287
8288 * valops.c (value_slice): Check for not allocated or not
8289 associated values.
8290
8291 2019-06-10 Tom de Vries <tdevries@suse.de>
8292
8293 PR gdb/24618
8294 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
8295 sure an empty slot (defined by a 32-bit zero pair) is recognized as
8296 invalid.
8297
8298 2019-06-10 Tom de Vries <tdevries@suse.de>
8299
8300 PR gdb/24611
8301 * linespec.c (linespec_lexer_lex_string): Remove incorrect
8302 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
8303
8304 2019-06-10 Tom de Vries <tdevries@suse.de>
8305
8306 PR symtab/24545
8307 * symtab.c (struct demangled_name_entry): Add language field.
8308 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
8309 static minimal symbol". Set and use language field.
8310
8311 2019-06-10 Tom Tromey <tromey@adacore.com>
8312
8313 * ada-lang.c (_initialize_ada_language): Update help text.
8314
8315 2019-06-10 Tom Tromey <tromey@adacore.com>
8316
8317 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
8318 with a newline.
8319 * guile/guile.c (handle_boot_error): Don't end warning with a
8320 newline.
8321 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
8322 warning with a newline.
8323 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
8324 newline.
8325 (s12z_frame_cache): Likewise.
8326 * dwarf-index-cache.c (index_cache::store): Don't end warning with
8327 a newline.
8328 * solib-svr4.c (disable_probes_interface): Don't end warning with
8329 a newline.
8330 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
8331 newline.
8332 * python/python.c (do_finish_initialization): Don't end warning
8333 with a newline.
8334
8335 2019-06-10 Tom Tromey <tom@tromey.com>
8336
8337 * python/py-breakpoint.c (gdbpy_breakpoint_created)
8338 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
8339 gdbpy_enter.
8340
8341 2019-06-10 Tom Tromey <tromey@adacore.com>
8342
8343 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
8344 data.
8345 (elf_new_init): Don't call stabsread_new_init.
8346 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
8347 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
8348 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
8349
8350 2019-06-10 Tom de Vries <tdevries@suse.de>
8351
8352 PR symtab/16264
8353 PR symtab/24517
8354 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
8355
8356 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
8357
8358 * source.c (find_and_open_source): Also rewrite relative file
8359 names.
8360
8361 2019-04-26 Amos Bird <amosbird@gmail.com>
8362
8363 * annotate.c (annotate_thread_exited): Add "thread-exited"
8364 annotation.
8365
8366 2019-06-06 Tom Tromey <tromey@adacore.com>
8367
8368 * maint.h (class scoped_command_stats): Use
8369 DISABLE_COPY_AND_ASSIGN.
8370 <print_time>: New method.
8371 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
8372 print_time.
8373 (scoped_command_stats::print_time): New method.
8374
8375 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8376
8377 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
8378 instructions of lengths 6 or 8 bytes.
8379
8380 2019-06-04 Pedro Alves <palves@redhat.com>
8381
8382 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
8383
8384 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
8385 * breakpoint.c (condition_completer): Likewise.
8386 * cli/cli-dump.c (scan_expression): Likewise.
8387 * common/filestuff.c (mkdir_recursive): Likewise.
8388 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
8389 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
8390 (gdb_abspath): Likewise.
8391 * compile/compile-cplus-types.c
8392 (compile_cplus_instance::decl_name): Likewise.
8393 * completer.c (complete_explicit_location):
8394 (signal_completer, reg_or_group_completer_1): Likewise.
8395 * cp-support.c (cp_remove_params_if_any): Likewise.
8396 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
8397 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
8398 * infcmd.c (strip_bg_char): Likewise.
8399 * linespec.c (copy_token_string): Likewise.
8400 * mi/mi-main.c (output_cores): Likewise.
8401 * psymtab.c (psymtab_search_name):
8402 * symfile.c (test_set_ext_lang_command): Likewise.
8403 * target.c (target_fileio_read_stralloc): Likewise.
8404 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
8405 * value.c (complete_internalvar): Likewise.
8406
8407 2019-06-04 Christian Biesinger <cbiesinger@google.com>
8408
8409 Add objfile property to gdb.Type.
8410 * NEWS: Mention Python API addition.
8411 * python/py-type.c (typy_get_objfile): New method.
8412
8413 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8414
8415 * NEWS: Mention the new set|show style [title|highlight].
8416 Mention changes to "show style", "help" and "apropos".
8417
8418 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8419
8420 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
8421 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
8422 instead of print_help_for_command.
8423 (print_doc_of_command): New function.
8424 (help_list): Add 'apropos -v word' suggestion.
8425 (print_help_for_command): Style the command name using title style.
8426 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
8427 (_initialize_cli_cmds): Describe -v in apropos_command help.
8428
8429 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8430
8431 * cli/cli-style.h (cli_style_option): Add name in constructor,
8432 add m_name class member, add constructor with intensity,
8433 add name class function.
8434 (cli_style_option::add_setshow_commands): Remove name argument.
8435 (highlight_style, title_style): New styles.
8436 * cli/cli-style.c (do_show): New function that shows a style
8437 characteristic styling the style name with itself.
8438 (set_style_name): New function.
8439 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
8440 Update all callers according to the changes in cli/cli-style.h.
8441 * utils.h (fputs_highlighted): New function.
8442 * utils.c (fputs_highlighted): Likewise.
8443
8444 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8445
8446 * NEWS: Mention new pipe command and new convenience variables.
8447
8448 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8449
8450 * cli/cli-cmds.c (pipe_command): New function.
8451 (_initialize_cli_cmds): Call add_com for pipe_command.
8452 Define | as an alias for pipe.
8453 (exit_status_set_internal_vars): New function.
8454 (shell_escape): Call exit_status_set_internal_vars.
8455 cli/cli-decode.c (find_command_name_length): Recognize | as
8456 a single character command.
8457
8458 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8459
8460 * gdbcmd.h (execute_command_to_ui_file): New declaration.
8461 top.c (execute_command_to_ui_file): New function, mostly a copy
8462 of execute_command_to_string.
8463 (execute_command_to_string): Implement by calling
8464 execute_command_to_ui_file.
8465
8466 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8467
8468 * top.h (saved_command_line): Remove declaration.
8469 * top.c (previous_saved_command_line, previous_repeat_arguments):
8470 New variables.
8471 (saved_command_line): Make static, define together with other
8472 'repeat variables'.
8473 (dont_repeat): Clear repeat_arguments.
8474 (repeat_previous, get_saved_command_line, save_command_line):
8475 New functions.
8476 (gdb_init): Initialize saved_command_line
8477 and previous_saved_command_line.
8478 * main.c (captured_main_1): Remove saved_command_line initialization.
8479 * event-top.c (handle_line_of_input): Update to use
8480 the new 'repeat' related functions instead of direct access to
8481 saved_command_line.
8482 * command.h (repeat_previous, get_saved_command_line,
8483 save_command_line): New declarations.
8484 (dont_repeat): Add comment.
8485
8486 2019-05-30 Tom Tromey <tromey@adacore.com>
8487
8488 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
8489 Fix comment.
8490 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
8491
8492 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
8493
8494 PR cli/24587
8495 * completer.c (complete): Initialize variable word.
8496
8497 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
8498
8499 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
8500 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
8501 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
8502 'body' is NULL to the outter 'if', protecting the '!is_define'
8503 situation as well.
8504
8505 2019-05-29 Tom Tromey <tromey@adacore.com>
8506
8507 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
8508 (dwarf_unknown): New function.
8509 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
8510 (dwarf_type_encoding_name): Use dwarf_unknown.
8511
8512 2019-05-29 Tom Tromey <tromey@adacore.com>
8513
8514 PR c++/20020:
8515 * cp-valprint.c (cp_print_value_fields): Call
8516 cp_print_static_field inside "try".
8517
8518 2019-05-29 Tom Tromey <tromey@adacore.com>
8519
8520 * inflow.c (struct terminal_info): Add default operator=.
8521 * configure: Rebuild.
8522 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
8523 -Wdeprecated-copy-dtor, -Wredundant-move.
8524
8525 2019-05-29 Tom Tromey <tromey@adacore.com>
8526
8527 * NEWS: Add entry.
8528 * infcmd.c (print_return_value_1): Handle finish_print
8529 option.
8530 (show_print_finish): New function.
8531 (_initialize_infcmd): Add "set/show print finish" commands.
8532 * valprint.c (user_print_options): Initialize new member.
8533 * valprint.h (struct value_print_options) <finish_print>: New
8534 member.
8535
8536 2019-05-28 Tom Tromey <tromey@adacore.com>
8537
8538 * ada-lang.c (ada_remove_Xbn_suffix)
8539 (find_old_style_renaming_symbol)
8540 (parse_old_style_renaming): Remove.
8541 (ada_find_renaming_symbol): Don't call
8542 find_old_style_renaming_symbol.
8543 (ada_is_renaming_symbol): Rename from
8544 ada_find_renaming_symbol. Remove "block" parameter. Return
8545 bool. Now static.
8546 (ada_read_var_value): Update and simplify.
8547 * ada-exp.y (write_var_or_type): Remove old code.
8548
8549 2019-05-28 Alan Hayward <alan.hayward@arm.com>
8550
8551 PR gdb/25010
8552 * event-top.c: Remove include comment.
8553 * inflow.c (class scoped_ignore_sigttou): Move from here...
8554 * inflow.h (class scoped_ignore_sigttou): ...to here.
8555 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
8556 * top.c: Remove include comment.
8557
8558 2019-05-27 Tom Tromey <tom@tromey.com>
8559
8560 * NEWS: Fix typo.
8561
8562 2019-05-22 Tom Tromey <tromey@adacore.com>
8563
8564 * target.c (target_follow_exec): Constify parameter.
8565 * target-delegates.c: Rebuild.
8566 * remote.c (remote_target::follow_exec): Constify parameter.
8567 * infrun.c (follow_exec): Constify parameter.
8568 * target.h (struct target_ops) <follow_exec>: Constify parameter.
8569 (target_follow_exec): Likewise.
8570
8571 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8572
8573 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
8574 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
8575
8576 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8577
8578 * NEWS: Add debugredirect and testsuite sections.
8579
8580 2019-05-22 Simon Cook <simon.cook@embecosm.com>
8581
8582 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
8583 target descriptions using exclusively floating point register name
8584 aliases.
8585
8586 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8587
8588 PR gdb/18644:
8589 * f-lang.c (build_fortran_types): Handle the case where
8590 gdbarch_floatformat_for_type returns a nullptr.
8591
8592 2019-05-21 Tom de Vries <tdevries@suse.de>
8593
8594 PR cli/24587
8595 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
8596
8597 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8598
8599 PR gdb/18644:
8600 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
8601 16-byte floats.
8602 * i386-tdep.c (i386_floatformat_for_type): Use
8603 floatformats_ia64_quad for the 16-byte floating point component
8604 within a fortran 32-byte complex number.
8605
8606 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8607
8608 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
8609 delete default constructor.
8610 (find_partial_die): Update to return const struct.
8611 (partial_die_parent_scope): Move variable declaration into scope
8612 of its use and change its type to auto.
8613 (guess_partial_die_structure_name): Likewise.
8614 (partial_die_info::fixup): Likewise.
8615
8616 2019-05-17 Tom Tromey <tromey@adacore.com>
8617
8618 * source.c (find_and_open_source): Remove cast.
8619
8620 2019-05-17 Tom Tromey <tromey@adacore.com>
8621
8622 * annotate.c (annotate_source): Make "filename" const.
8623 * annotate.h (annotate_source): Use const.
8624
8625 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8626
8627 * disasm.c (set_disassembler_options): Send errors to stderr.
8628
8629 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8630
8631 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
8632 (cli_interp_base::set_logging): Check debug_redirect.
8633 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
8634 * cli/cli-logging.c (debug_redirect): Add static variable.
8635 (pop_output_files): Add default param.
8636 (handle_redirections): Print debug setting.
8637 (show_logging_command): Likewise.
8638 (_initialize_cli_logging): Add debugredirect command.
8639 * interps.c (current_interp_set_logging): Add debug_redirect
8640 parameter.
8641 * interps.h (set_logging): Add debug_redirect parameter.
8642 (current_interp_set_logging): Likewise.
8643 * mi/mi-common.h: Likewise.
8644 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
8645
8646 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8647 Tom Tromey <tromey@adacore.com>
8648
8649 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
8650 directly.
8651 * cli/cli-interp.h (make_logging_output): Remove declaration.
8652 * cli/cli-logging.c (make_logging_output): Remove function.
8653 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
8654 directly.
8655 * ui-file.c (tee_file::tee_file): Remove bools.
8656 (tee_file::~tee_file): Remove deletes.
8657 * ui-file.h (tee_file): Remove bools.
8658
8659 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
8660
8661 * mi/mi-cmds.h (mi_cmd_complete): New function.
8662 * mi/mi-main.c (mi_cmd_complete): Likewise.
8663 * mi/mi-cmds.c: Define new MI command -complete.
8664 * NEWS: Mention new -complete command.
8665
8666 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
8667
8668 * completer.h (complete): New function.
8669 * completer.c (complete): Likewise.
8670 * cli/cli-cmds.c: (complete_command): Update to use new complete()
8671 function defined in completer.h.
8672
8673 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
8674
8675 * MAINTAINERS (Write After Approval): Add myself.
8676
8677 2019-05-17 Tom de Vries <tdevries@suse.de>
8678
8679 PR gdb/24094
8680 * dwarf2read.c (struct cu_partial_die_info): New struct.
8681 (find_partial_die): Return cu_partial_die_info.
8682 (partial_die_parent_scope, guess_partial_die_structure_name)
8683 (partial_die_info::fixup): Handle new return type of find_partial_die.
8684
8685 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8686
8687 PR breakpoints/24541
8688 * stap-probe.c (stap_parse_register_operand): Make "regname" an
8689 "std::string", simplifying the algorithm.
8690
8691 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8692
8693 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
8694 (stap_static_probe_ops::get_probes): Likewise.
8695
8696 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8697
8698 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
8699 '-')" and "else if".
8700 (stap_parse_single_operand): Join checks for
8701 "gdbarch_stap_parse_special_token_p" and
8702 "gdbarch_stap_parse_special_token" in the same "if" statement.
8703 Invert check when verifying for operation on register
8704 displacement.
8705
8706 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8707
8708 * stap-probe.c (stap_get_opcode): Update comment.
8709 (stap_get_expected_argument_type): Likewise.
8710 (handle_stap_probe): Likewise.
8711
8712 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8713
8714 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
8715 return type to 'bool'. Adjust comment. Use 'bool' when
8716 appropriate.
8717 (i386_stap_parse_special_token_three_arg_disp): Likewise.
8718 * stap-probe.c (stap_parse_argument_1): Likewise.
8719 (stap_is_operator): Likewise.
8720 (stap_is_generic_prefix): Likewise.
8721 (stap_is_register_prefix): Likewise.
8722 (stap_is_register_indirection_prefix): Likewise.
8723 (stap_is_integer_prefix): Likewise.
8724 (stap_generic_check_suffix): Likewise.
8725 (stap_check_integer_suffix): Likewise.
8726 (stap_check_register_suffix): Likewise.
8727 (stap_check_register_indirection_suffix): Likewise.
8728 (stap_parse_register_operand): Likewise.
8729 (stap_parse_single_operand): Likewise.
8730 (stap_parse_argument_1): Likewise.
8731 (stap_probe::get_argument_count): Likewise.
8732 (stap_is_operator): Likewise.
8733
8734 2019-05-16 Tom Tromey <tromey@adacore.com>
8735
8736 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
8737 keyword to foreach.
8738
8739 2019-05-15 Simon Marchi <simon.marchi@efficios.com>
8740
8741 * linux-thread-db.c (try_thread_db_load_1): Change return type
8742 to bool.
8743 (try_thread_db_load): Likewise.
8744 (try_thread_db_load_from_pdir_1): Likewise.
8745 (try_thread_db_load_from_pdir): Likewise.
8746 (try_thread_db_load_from_sdir): Likewise.
8747 (try_thread_db_load_from_dir): Likewise.
8748 (thread_db_load_search): Likewise.
8749 (has_libpthread): Likewise.
8750 (thread_db_load): Likewise.
8751
8752 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
8753
8754 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
8755 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
8756 NULL, and complain/return if that's the case.
8757
8758 2019-05-15 John Darrington <john@darrington.wattle.id.au>
8759
8760 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
8761 (advance, posn, abstract_read_memory): New functions.
8762 [struct mem_read_abstraction]: New struct.
8763 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
8764
8765 2019-05-14 Tom Tromey <tromey@adacore.com>
8766
8767 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
8768 value is not lval_memory.
8769
8770 2019-05-14 Tom Tromey <tromey@adacore.com>
8771
8772 * solib.c (info_sharedlibrary_command): Style the file name.
8773
8774 2019-05-14 Alan Hayward <alan.hayward@arm.com>
8775
8776 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
8777 (aarch64_vnv_type): Likewise.
8778 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
8779 * common/tdesc.c: Likewise.
8780 * common/tdesc.h (enum tdesc_type_kind): Likewise.
8781 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
8782 * features/aarch64-fpu.xml: Add ieee half view.
8783 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
8784 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
8785 * gdbtypes.h (struct builtin_type): Likewise.
8786 (struct objfile_type): Likewise.
8787
8788 2019-05-12 Paul Naert <paul.naert@polymtl.ca>
8789
8790 * language.c (language_sniff_from_mangled_name): Fix "langauge"
8791 typo.
8792 * location.h (string_to_event_location): Likewise.
8793
8794 2019-05-11 Joel Brobecker <brobecker@adacore.com>
8795
8796 GDB 8.3 released.
8797
8798 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
8799
8800 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
8801 New variable declaration.
8802 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
8803 New variable.
8804 (print_one_breakpoint): Use ui_out::test_flags and new global
8805 variable to compute use_fixed_output.
8806 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
8807 Remove.
8808 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
8809 (mi_multi_location_breakpoint_output_fixed): Remove.
8810 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
8811 new variable.
8812 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
8813 fix_multi_location_breakpoint_output flag if version >= 3.
8814 * ui-out.h (enum ui_out_flag)
8815 <fix_multi_location_breakpoint_output>: New enumerator.
8816
8817 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
8818
8819 * contrib/cc-with-tweaks.sh: Validate dwz's work.
8820
8821 2019-05-10 Tom Tromey <tromey@adacore.com>
8822
8823 * ada-lang.c (catch_ada_completer): New function.
8824 (_initialize_ada_language): Use it.
8825
8826 2019-05-10 Tom Tromey <tromey@adacore.com>
8827
8828 * thread.c (print_thread_info): Make "requested_threads" const.
8829 * gdbthread.h (print_thread_info): Make "requested_threads"
8830 const.
8831 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
8832 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
8833
8834 2019-05-08 Tom Tromey <tom@tromey.com>
8835
8836 * gdbtypes.c (objfile_type_data): Change type.
8837 (objfile_type, _initialize_gdbtypes): Update.
8838
8839 2019-05-08 Tom Tromey <tom@tromey.com>
8840
8841 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
8842 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
8843 (_initialize_dwarf2_frame): Update.
8844
8845 2019-05-08 Tom Tromey <tom@tromey.com>
8846
8847 * objc-lang.c (objc_objfile_data): Change type.
8848 (find_methods): Update.
8849 (_initialize_objc_lang): Remove.
8850
8851 2019-05-08 Tom Tromey <tom@tromey.com>
8852
8853 * stabsread.c (rs6000_builtin_type_data): Change type.
8854 (rs6000_builtin_type, _initialize_stabsread): Update.
8855
8856 2019-05-08 Tom Tromey <tom@tromey.com>
8857
8858 * mips-tdep.c (mips_pdr_data): Remove.
8859 (_initialize_mips_tdep): Update.
8860
8861 2019-05-08 Tom Tromey <tom@tromey.com>
8862
8863 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
8864 (hppa_init_objfile_priv_data, read_unwind_info)
8865 (find_unwind_entry, _initialize_hppa_tdep): Update.
8866
8867 2019-05-08 Tom Tromey <tom@tromey.com>
8868
8869 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
8870 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
8871 on obstack.
8872 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
8873
8874 2019-05-08 Tom Tromey <tom@tromey.com>
8875
8876 * mdebugread.c (basic_type_data): Change type.
8877 (basic_type, _initialize_mdebugread): Update.
8878
8879 2019-05-08 Tom Tromey <tom@tromey.com>
8880
8881 * common/gdb_unique_ptr.h (struct noop_deleter): New.
8882
8883 2019-05-08 Tom Tromey <tom@tromey.com>
8884
8885 * nto-tdep.c (nto_inferior_data_reg): Change type.
8886 (nto_inferior_data): Update.
8887 (nto_inferior_data_cleanup, nto_new_inferior_data)
8888 (_initialize_nto_tdep): Remove.
8889 * nto-tdep.h (struct nto_inferior_data): Add initializers.
8890
8891 2019-05-08 Tom Tromey <tom@tromey.com>
8892
8893 * ada-lang.c (struct ada_inferior_data): Add initializers.
8894 (ada_inferior_data): Change type.
8895 (ada_inferior_data_cleanup): Remove.
8896 (get_ada_inferior_data, ada_inferior_exit)
8897 (struct ada_pspace_data): Add initializers, destructor.
8898 (ada_pspace_data_handle): Change type.
8899 (get_ada_pspace_data): Update.
8900 (ada_pspace_data_cleanup): Remove.
8901
8902 2019-05-08 Tom Tromey <tom@tromey.com>
8903
8904 * coffread.c (struct coff_symfile_info): Add initializers.
8905 (coff_objfile_data_key): Move lower. Change type.
8906 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
8907 Update.
8908 (coff_free_info): Remove.
8909
8910 2019-05-08 Tom Tromey <tom@tromey.com>
8911
8912 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
8913 (fbsd_pspace_data_handle): Move lower. Change type.
8914 (get_fbsd_pspace_data): Update.
8915 (fbsd_pspace_data_cleanup): Remove.
8916 (_initialize_fbsd_tdep): Update.
8917
8918 2019-05-08 Tom Tromey <tom@tromey.com>
8919
8920 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
8921 (get_ada_tasks_pspace_data): Update.
8922 (ada_tasks_pspace_data_cleanup): Remove.
8923 (_initialize_tasks): Update.
8924 (ada_tasks_inferior_data_handle): Change type.
8925 (get_ada_tasks_inferior_data): Update.
8926 (ada_tasks_inferior_data_cleanup): Remove.
8927 (struct ada_tasks_pspace_data): Add initializers.
8928
8929 2019-05-08 Tom Tromey <tom@tromey.com>
8930
8931 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
8932 * symfile-debug.c (debug_sym_get_probes): Change type.
8933 * stap-probe.c (handle_stap_probe):
8934 (stap_static_probe_ops::get_probes): Change type.
8935 * probe.h (class static_probe_ops) <get_probes>: Change type.
8936 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
8937 (parse_probes_in_pspace): Update.
8938 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
8939 Update.
8940 (any_static_probe_ops::get_probes): Change type.
8941 * elfread.c (elfread_data): New typedef.
8942 (probe_key): Change type.
8943 (elf_get_probes): Likewise. Update.
8944 (probe_key_free): Remove.
8945 (_initialize_elfread): Update.
8946 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
8947 Change type.
8948 (dtrace_process_dof_probe, dtrace_process_dof)
8949 (dtrace_static_probe_ops::get_probe): Change type.
8950
8951 2019-05-08 Tom Tromey <tom@tromey.com>
8952
8953 * xcoffread.c (struct xcoff_symfile_info): Rename from
8954 coff_symfile_info. Add initializers.
8955 (xcoff_objfile_data_key): Move lower. Change type.
8956 (XCOFF_DATA): Rewrite.
8957 (xcoff_free_info): Remove.
8958 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
8959 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
8960 (xcoff_initial_scan): Update.
8961
8962 2019-05-08 Tom Tromey <tom@tromey.com>
8963
8964 * solib-svr4.c (struct svr4_info): Add initializers and
8965 destructor.
8966 <probes_table>: Now an htab_up.
8967 (solib_svr4_pspace_data): Change type.
8968 (free_probes_table): Simplify.
8969 (~svr4_info): Rename from svr4_pspace_data_cleanup.
8970 (get_svr4_info, probes_table_htab_remove_objfile_probes)
8971 (probes_table_remove_objfile_probes, register_solib_event_probe)
8972 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
8973 (_initialize_svr4_solib): Update.
8974
8975 2019-05-08 Tom Tromey <tom@tromey.com>
8976
8977 * remote.c (remote_pspace_data): Change type.
8978 (remote_pspace_data_cleanup): Remove.
8979 (get_remote_exec_file, set_pspace_remote_exec_file)
8980 (_initialize_remote): Update.
8981
8982 2019-05-08 Tom Tromey <tom@tromey.com>
8983
8984 * breakpoint.c (breakpoint_objfile_key): Change type.
8985 (get_breakpoint_objfile_data): Update.
8986 (free_breakpoint_objfile_data): Remove.
8987 (_initialize_breakpoint): Update.
8988
8989 2019-05-08 Tom Tromey <tom@tromey.com>
8990
8991 * linux-tdep.c (struct linux_info): Add initializers.
8992 (linux_inferior_data): Move. Change type.
8993 (invalidate_linux_cache_inf): Update.
8994 (linux_inferior_data_cleanup): Remove.
8995 (get_linux_inferior_data, _initialize_linux_tdep): Update.
8996
8997 2019-05-08 Tom Tromey <tom@tromey.com>
8998
8999 * auxv.c (auxv_inferior_data): Move. Change type.
9000 (auxv_inferior_data_cleanup): Remove.
9001 (invalidate_auxv_cache_inf): Rewrite.
9002 (get_auxv_inferior_data, _initialize_auxv): Update.
9003
9004 2019-05-08 Tom Tromey <tom@tromey.com>
9005
9006 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
9007 (symfile_debug_objfile_data_key): Change type.
9008 (symfile_debug_installed, debug_qf_has_symbols)
9009 (debug_qf_find_last_source_symtab)
9010 (debug_qf_forget_cached_source_info)
9011 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
9012 (debug_qf_print_stats, debug_qf_dump)
9013 (debug_qf_expand_symtabs_for_function)
9014 (debug_qf_expand_all_symtabs)
9015 (debug_qf_expand_symtabs_with_fullname)
9016 (debug_qf_map_matching_symbols)
9017 (debug_qf_expand_symtabs_matching)
9018 (debug_qf_find_pc_sect_compunit_symtab)
9019 (debug_qf_map_symbol_filenames)
9020 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
9021 (debug_sym_new_init, debug_sym_init, debug_sym_read)
9022 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
9023 (debug_sym_read_linetable, debug_sym_relocate): Update.
9024 (symfile_debug_free_objfile): Remove.
9025 (install_symfile_debug_logging, _initialize_symfile_debug):
9026 Update.
9027
9028 2019-05-08 Tom Tromey <tom@tromey.com>
9029
9030 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
9031 allocate_on_obstack.
9032 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
9033 (get_dwarf2_per_objfile): Update.
9034 (set_dwarf2_per_objfile): Remove.
9035 (dwarf2_has_info, dwarf2_get_section_info): Update.
9036 (dwarf2_free_objfile): Remove.
9037 (_initialize_dwarf2_read): Update.
9038
9039 2019-05-08 Tom Tromey <tom@tromey.com>
9040
9041 * auto-load.c (struct auto_load_pspace_info): Add destructor and
9042 initializers.
9043 <unsupported_script_warning_printed,
9044 script_not_found_warning_printed>: Now bool.
9045 (auto_load_pspace_data): Change type.
9046 (~auto_load_pspace_info): Rename from
9047 auto_load_pspace_data_cleanup.
9048 (get_auto_load_pspace_data, init_loaded_scripts_info)
9049 (clear_section_scripts, maybe_print_unsupported_script_warning)
9050 (maybe_print_script_not_found_warning, _initialize_auto_load):
9051 Update.
9052
9053 2019-05-08 Tom Tromey <tom@tromey.com>
9054
9055 * objfiles.c (objfile_pspace_info): Add destructor and
9056 initializers.
9057 (objfiles_pspace_data): Change type.
9058 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
9059 (get_objfile_pspace_data): Update.
9060 (objfiles_bfd_data): Change type.
9061 (get_objfile_bfd_data): Update.
9062 (objfile_bfd_data_free, _initialize_objfiles): Remove.
9063
9064 2019-05-08 Tom Tromey <tom@tromey.com>
9065
9066 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
9067 Change type.
9068 (get_catch_syscall_inferior_data): Update.
9069 (catch_syscall_inferior_data_cleanup): Remove.
9070 (_initialize_break_catch_syscall): Update.
9071
9072 2019-05-08 Tom Tromey <tom@tromey.com>
9073
9074 * inflow.c (struct terminal_info): Add destructor and
9075 initializers.
9076 (inflow_inferior_data): Change type.
9077 (~terminal_info): Rename from inflow_inferior_data_cleanup.
9078 (get_inflow_inferior_data, inflow_inferior_exit)
9079 (swap_terminal_info, _initialize_inflow): Update.
9080
9081 2019-05-08 Tom Tromey <tom@tromey.com>
9082
9083 * target-dcache.c (target_dcache_cleanup): Remove.
9084 (target_dcache_aspace_key): Change type.
9085 (target_dcache_init_p, target_dcache_invalidate)
9086 (target_dcache_get, target_dcache_get_or_init)
9087 (_initialize_target_dcache): Update.
9088 * dcache.h (struct dcache_deleter): New.
9089
9090 2019-05-08 Tom Tromey <tom@tromey.com>
9091
9092 * symtab.c (struct symbol_cache): Add destructor and
9093 initializers.
9094 (symbol_cache_key): Move. Change type.
9095 (make_symbol_cache, free_symbol_cache): Remove.
9096 (get_symbol_cache): Update.
9097 (symbol_cache_cleanup): Remove.
9098 (ALL_PSPACES, symbol_cache_flush)
9099 (maintenance_print_symbol_cache)
9100 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
9101 Update.
9102
9103 2019-05-08 Tom Tromey <tom@tromey.com>
9104
9105 * symtab.c (struct main_info): Add destructor and initializers.
9106 (main_progspace_key): Move. Change type.
9107 (get_main_info): Update.
9108 (main_info_cleanup): Remove.
9109 (_initialize_symtab): Update.
9110
9111 2019-05-08 Tom Tromey <tom@tromey.com>
9112
9113 * registry.h (DECLARE_REGISTRY): Define the _key class.
9114
9115 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9116
9117 * NEWS: Merge two 'New commands' sections.
9118
9119 2019-05-08 Joel Brobecker <brobecker@adacore.com>
9120
9121 * ada-valprint.c (ada_val_print_gnat_array): Remove language
9122 parameter and use Ada language definition instead.
9123 (ada_val_print_ptr): Remove unused language parameter.
9124 (ada_val_print_num): Remove language parameter and use Ada language
9125 definition instead.
9126 (ada_val_print_enum, ada_val_print_flt): Remove unused language
9127 parameter.
9128 (ada_val_print_struct_union, ada_val_print_ref): Remove language
9129 parameter and use Ada language definition instead.
9130 (ada_val_print_1): Update all ada_val_print_xxx calls.
9131 Remove language parameter.
9132 (ada_val_print): Update ada_val_print_1 call.
9133
9134 2019-05-08 Tom Tromey <tromey@adacore.com>
9135
9136 * remote.c (remote_hw_watchpoint_limit)
9137 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
9138 Now static.
9139
9140 2019-05-08 Tom Tromey <tromey@adacore.com>
9141
9142 * maint.c (_initialize_maint_cmds): Move initialization code to
9143 remote.c.
9144 (watchdog, show_watchdog): Move to remote.c.
9145 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
9146 "watchdog" static.
9147 (_initialize_remote): Move initialization code from maint.c.
9148 * defs.h (watchdog): Don't declare.
9149
9150 2019-05-08 Tom Tromey <tromey@adacore.com>
9151
9152 * tui/tui-interp.c: Include main.h.
9153 * interps.c: Include main.h.
9154 * main.h (interpreter_p): Declare.
9155 * defs.h (interpreter_p): Don't declare.
9156
9157 2019-05-08 Tom Tromey <tromey@adacore.com>
9158
9159 * dwarf2loc.c: Include dwarf2read.h.
9160 * defs.h (read_unsigned_leb128): Don't declare.
9161 * dwarf2read.h (read_unsigned_leb128): Declare.
9162
9163 2019-05-08 Tom Tromey <tromey@adacore.com>
9164
9165 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
9166 method.
9167
9168 2019-05-08 Tom Tromey <tromey@adacore.com>
9169
9170 * utils.c (fputs_maybe_filtered): Reset style after paging, even
9171 when no wrap column is set.
9172
9173 2019-05-08 Tom Tromey <tromey@adacore.com>
9174
9175 * c-lang.c (c_get_string): Handle non-C-style arrays.
9176
9177 2019-05-08 Tom Tromey <tromey@adacore.com>
9178
9179 * typeprint.c (print_offset_data::update): Print the bit offset,
9180 not the number of bits remaining.
9181
9182 2019-05-08 Tom Tromey <tromey@adacore.com>
9183
9184 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
9185 padding at end of comment.
9186
9187 2019-05-08 Tom Tromey <tromey@adacore.com>
9188
9189 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
9190 Compare main types.
9191
9192 2019-05-06 Tom Tromey <tom@tromey.com>
9193
9194 * common/scoped_mmap.c: Include common-defs.h.
9195 * common/scoped_mmap.h: Don't include config.h.
9196
9197 2019-05-04 Tom Tromey <tom@tromey.com>
9198
9199 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
9200 (struct aarch64_call_info): Add initializers.
9201 <si>: Now a std::vector.
9202 (pass_on_stack, aarch64_push_dummy_call): Update.
9203
9204 2019-05-04 Simon Marchi <simon.marchi@efficios.com>
9205 Tom Tromey <tom@tromey.com>
9206
9207 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
9208 (ppc_threads): Now a std::vector. Now static.
9209 (hwdebug_find_thread_points_by_tid)
9210 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
9211 Update.
9212
9213 2019-05-04 Tom Tromey <tom@tromey.com>
9214
9215 * arc-tdep.c (arc_tdesc_init): Return bool.
9216
9217 2019-05-04 Tom Tromey <tom@tromey.com>
9218
9219 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
9220 Use gdb_assert_not_reached.
9221
9222 2019-05-04 Tom Tromey <tom@tromey.com>
9223
9224 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
9225 "false".
9226
9227 2019-05-04 Tom Tromey <tom@tromey.com>
9228
9229 * arc-tdep.c (arc_tdesc_init): Use bool.
9230
9231 2019-05-04 Tom Tromey <tom@tromey.com>
9232
9233 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
9234
9235 2019-05-04 Tom Tromey <tom@tromey.com>
9236
9237 * cli/cli-cmds.c (valid_command_p): Return bool.
9238
9239 2019-05-04 Tom Tromey <tom@tromey.com>
9240
9241 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
9242 * command.h (valid_user_defined_cmd_name_p): Channge return type.
9243
9244 2019-05-04 Raul Tambre <raul@tambre.ee>
9245
9246 * python/lib/gdb/prompt.py (_ExtendedPrompt)
9247 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
9248 operator for comparison.
9249
9250 2019-05-04 Tom Tromey <tom@tromey.com>
9251
9252 * psymtab.c (psymbol_name_matches, match_partial_symbol)
9253 (lookup_partial_symbol, print_partial_symbols)
9254 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
9255 (psymbol_compare): Update.
9256 (add_psymbol_to_bcache): Clear the entire psymbol.
9257 (maintenance_check_psymtabs): Update.
9258 * psympriv.h (struct partial_symbol): Don't derive from
9259 general_symbol_info.
9260 <obj_section, unrelocated_address, address,
9261 set_unrelocated_address>: Update.
9262 <ginfo>: New member.
9263 * dwarf-index-write.c (write_psymbols, debug_names::insert)
9264 (debug_names::write_psymbols): Update.
9265
9266 2019-05-04 Tom de Vries <tdevries@suse.de>
9267
9268 * contrib/cc-with-tweaks.sh: Support -n arg.
9269
9270 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9271
9272 * corelow.c (core_target::detach): Ensure frame cache and
9273 register caches are cleared.
9274 inferior.c (exit_inferior_1): Likewise.
9275
9276 2019-05-03 Sandra Loosemore <sandra@codesourcery.com>
9277 Tom Tromey <tom@tromey.com>
9278
9279 * dictionary.c (collate_pending_symbols_by_language): Remove
9280 "struct" from foreach.
9281 * symtab.c (lookup_global_symbol_from_objfile)
9282 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
9283 foreach.
9284 * ser-tcp.c (net_open): Remove "struct" from foreach.
9285 * objfiles.c (objfile_relocate, objfile_rebase)
9286 (objfile_has_symbols): Remove "struct" from foreach.
9287 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
9288 from foreach.
9289 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
9290 foreach.
9291 * darwin-nat.c (thread_info_from_private_thread_info): Remove
9292 "struct" from foreach.
9293 * ada-lang.c (create_excep_cond_exprs)
9294 (ada_exception_catchpoint_cond_string): Remove "struct" from
9295 foreach.
9296
9297 2019-05-03 Tom Tromey <tromey@adacore.com>
9298
9299 * ada-exp.y (convert_char_literal): Check suffix of each
9300 enumerator.
9301
9302 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
9303
9304 PR ada/21406:
9305 * ada-exp.y (yywrap): Don't define.
9306 * ada-lex.l (%option): Add noyywrap
9307 (yywrap): Remove.
9308
9309 2019-05-03 Eli Zaretskii <eliz@gnu.org>
9310
9311 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
9312 _WIN32_WINNT to the XP level, unless already defined to a higher
9313 level.
9314
9315 * unittests/parse-connection-spec-selftests.c:
9316 * ser-tcp.c:
9317 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
9318 override.
9319
9320 * symfile.c (find_separate_debug_file): Remove colon from the
9321 drive spec of DOS/Windows file names of the target, so that the
9322 file name produced from DEBUGDIR and the target's directory will
9323 be valid on DOS/Windows systems.
9324
9325 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
9326
9327 * rust-lang.c (val_print_struct): Handle printing structures
9328 containing strings.
9329
9330 2019-05-02 Tom Tromey <tromey@adacore.com>
9331
9332 * valarith.c (_initialize_valarith): Remove.
9333
9334 2019-05-01 Tom Tromey <tromey@adacore.com>
9335
9336 * ada-lang.c (ada_value_primitive_field): Treat more fields as
9337 bitfields.
9338
9339 2019-05-01 Tom Tromey <tromey@adacore.com>
9340
9341 * ada-lang.c (ada_value_assign): Correctly compute starting offset
9342 for big-endian copies.
9343
9344 2019-04-30 Ali Tamur <tamur@google.com>
9345 * gdb/dwarf2read.c (read_3_bytes): New declaration.
9346 (read_attribute_value): Added DW_FORM_strx1-4 cases.
9347 (read_3_bytes): New function.
9348
9349 2019-04-30 Joel Brobecker <brobecker@adacore.com>
9350
9351 * windows-nat.c (main_thread_id): Delete.
9352 (handle_output_debug_string): Replace main_thread_id by
9353 current_event.dwThreadId.
9354 (fake_create_process): Likewise.
9355 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
9356 Do not set main_thread_id.
9357 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
9358 current_event.dwThreadId.
9359 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
9360
9361 2019-04-30 Joel Brobecker <brobecker@adacore.com>
9362
9363 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
9364 Use current_event.dwThreadId instead of main_thread_id.
9365
9366 2019-04-30 Tom Tromey <tromey@adacore.com>
9367
9368 * ada-lang.c (ada_lookup_simple_minsyms): New function.
9369 (create_excep_cond_exprs): Iterate over program spaces.
9370 (ada_exception_catchpoint_cond_string): Examine all minimal
9371 symbols for exception types.
9372
9373 2019-04-30 Tom Tromey <tromey@adacore.com>
9374
9375 PR c++/24470:
9376 * dwarf2read.c (process_structure_scope): Handle case where type
9377 has template parameters but no symbol was created.
9378
9379 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9380 Chris January <chris.january@arm.com>
9381
9382 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
9383 qualifier.
9384 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
9385
9386 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9387
9388 * f-typeprint.c (f_print_type): Update rules for printing
9389 whitespace.
9390 (f_type_print_varspec_suffix): Likewise.
9391
9392 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9393 Chris January <chris.january@arm.com>
9394
9395 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
9396 function arguments.
9397
9398 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9399
9400 * f-lang.c (build_fortran_types): Change name of void type to
9401 lower case.
9402 * f-typeprint.c (f_type_print_base): Print the name of the void
9403 type, rather than a fixed string.
9404 * f-valprint.c (f_decorations): Use lower case void string.
9405
9406 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9407 Chris January <chris.january@arm.com>
9408
9409 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
9410 types for Fortran.
9411
9412 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9413 Chris January <chris.january@arm.com>
9414 David Lecomber <david.lecomber@arm.com>
9415
9416 * f-exp.y (BINOP_INTRINSIC): New token.
9417 (exp): New parser rule handling BINOP_INTRINSIC.
9418 (f77_keywords): Add new builtin procedures.
9419 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
9420 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
9421 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
9422 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
9423 (print_unop_subexp_f): New function.
9424 (print_binop_subexp_f): New function.
9425 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
9426 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
9427 (dump_subexp_body_f): Likewise.
9428 (operator_check_f): Likewise.
9429 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
9430 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
9431
9432 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9433
9434 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
9435 UNOP_KIND.
9436 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
9437 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
9438 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
9439 (operator_length_f): New fuction.
9440 (print_subexp_f): New function.
9441 (op_name_f): New function.
9442 (dump_subexp_body_f): New function.
9443 (operator_check_f): New function.
9444 (exp_descriptor_f): Replace standard expression handling functions
9445 with new functions.
9446 * gdb/fortran-operator.def: New file.
9447 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
9448 * gdb/std-operator.def: Remove UNOP_KIND.
9449
9450 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9451
9452 * std-operator.def: Remove unbalanced, stray double quote
9453 character.
9454
9455 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9456 Chris January <chris.january@arm.com>
9457 Daniel Everett <daniel.everett@arm.com>
9458 Nick Forrington <nick.forrington@arm.com>
9459 Richard Bunt <richard.bunt@arm.com>
9460
9461 * cp-valprint.c (cp_print_value_fields): Allow an additional level
9462 of depth when printing anonymous structs or unions.
9463 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
9464 Don't print either the top-level value, or the children if the
9465 max-depth is exceeded.
9466 (ppscm_print_children): When printing the key of a map, allow one
9467 extra level of depth.
9468 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
9469 print either the top-level value, or the children if the max-depth
9470 is exceeded.
9471 (print_children): When printing the key of a map, allow one extra
9472 level of depth.
9473 * python/py-value.c (valpy_format_string): Add max_depth keyword.
9474 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
9475 (user_print_options): Initialise max_depth field.
9476 (val_print_scalar_or_string_type_p): New function.
9477 (val_print): Check to see if the max depth has been reached.
9478 (val_print_check_max_depth): Define new function.
9479 (show_print_max_depth): New function.
9480 (_initialize_valprint): Add 'print max-depth' option.
9481 * valprint.h (struct value_print_options) <max_depth>: New field.
9482 (val_print_check_max_depth): Declare new function.
9483 * NEWS: Document new feature.
9484
9485 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9486
9487 * ada-lang.c (ada_language_defn): Initialise new field.
9488 * c-lang.c (c_is_string_type_p): New function.
9489 (c_language_defn): Initialise new field.
9490 (cplus_language_defn): Initialise new field.
9491 (asm_language_defn): Initialise new field.
9492 (minimal_language_defn): Initialise new field.
9493 * c-lang.h (c_is_string_type_p): Declare new function.
9494 * d-lang.c (d_language_defn): Initialise new field.
9495 * f-lang.c (f_is_string_type_p): New function.
9496 (f_language_defn): Initialise new field.
9497 * go-lang.c (go_is_string_type_p): New function.
9498 (go_language_defn): Initialise new field.
9499 * language.c (default_is_string_type_p): New function.
9500 (unknown_language_defn): Initialise new field.
9501 (auto_language_defn): Initialise new field.
9502 * language.h (struct language_defn) <la_is_string_type_p>: New
9503 member variable.
9504 (default_is_string_type_p): Declare new function.
9505 * m2-lang.c (m2_language_defn): Initialise new field.
9506 * objc-lang.c (objc_language_defn): Initialise new field.
9507 * opencl-lang.c (opencl_language_defn): Initialise new field.
9508 * p-lang.c (pascal_is_string_type_p): New function.
9509 (pascal_language_defn): Initialise new field.
9510 * rust-lang.c (rust_is_string_type_p): New function.
9511 (rust_language_defn): Initialise new field.
9512
9513 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9514
9515 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
9516 New field.
9517 * ada-lang.c (ada_language_defn): Initialise new field.
9518 * c-lang.c (c_language_defn): Likewise.
9519 (cplus_language_defn): Likewise.
9520 (asm_language_defn): Likewise.
9521 (minimal_language_defn): Likewise.
9522 * d-lang.c (d_language_defn): Likewise.
9523 * f-lang.c (f_language_defn): Likewise.
9524 * go-lang.c (go_language_defn): Likewise.
9525 * language.c (unknown_language_defn): Likewise.
9526 (auto_language_defn): Likewise.
9527 * m2-lang.c (m2_language_defn): Likewise.
9528 * objc-lang.c (objc_language_defn): Likewise.
9529 * opencl-lang.c (opencl_language_defn): Likewise.
9530 * p-lang.c (pascal_language_defn): Likewise.
9531 * rust-lang.c (rust_language_defn): Likewise.
9532
9533 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9534
9535 * ada-lang.c (ada_is_character_type): Change return type to bool.
9536 (ada_is_string_type): Likewise.
9537 * ada-lang.h (ada_is_character_type): Update declaration
9538 (ada_is_string_type): Likewise.
9539
9540 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9541
9542 Support style in 'frame|thread apply'
9543
9544 * gdbcmd.h (execute_command_to_string): New term_out parameter.
9545 * record.c (record_start, record_stop): Update callers of
9546 execute_command_to_string with false.
9547 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
9548 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
9549 methods.
9550 (class string_file): New constructor with term_out parameter.
9551 Override methods term_out and can_emit_style_escape. New member
9552 term_out.
9553 (class stdio_file): Override can_emit_style_escape.
9554 (class tee_file): Override term_out and can_emit_style_escape.
9555 * utils.h (can_emit_style_escape): Remove.
9556 * utils.c (can_emit_style_escape): Likewise.
9557 Update all callers of can_emit_style_escape (SOMESTREAM) to
9558 SOMESTREAM->can_emit_style_escape.
9559 * source-cache.c (source_cache::get_source_lines): Likewise.
9560 * stack.c (frame_apply_command_count): Call execute_command_to_string
9561 passing the term_out characteristic of the current gdb_stdout.
9562 * thread.c (thr_try_catch_cmd): Likewise.
9563 * top.c (execute_command_to_string): pass term_out parameter
9564 to construct the string_file for the command output.
9565 * ui-file.c (term_cli_styling): New function (most code moved
9566 from utils.c can_emit_style_escape).
9567 (string_file::string_file, string_file::can_emit_style_escape,
9568 stdio_file::can_emit_style_escape, tee_file::term_out,
9569 tee_file::can_emit_style_escape): New functions.
9570
9571 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9572
9573 * NEWS: Mention the new set|show may-call-functions.
9574 * infcall.c (may_call_functions_p): New variable.
9575 (show_may_call_functions_p): New function.
9576 (call_function_by_hand_dummy): Throws an error if not
9577 may-call-functions.
9578 (_initialize_infcall): Call add_setshow_boolean_cmd for
9579 may-call-functions.
9580
9581 2019-04-25 Keith Seitz <keiths@redhat.com>
9582
9583 PR c++/24367
9584 * cp-support.c (inspect_type): Don't attempt substitutions
9585 of symbol with the same name.
9586
9587 2019-04-25 Tom Tromey <tromey@adacore.com>
9588
9589 PR gdb/24475:
9590 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
9591 static.
9592
9593 2019-04-25 Tom Tromey <tromey@adacore.com>
9594
9595 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
9596 rvalue reference.
9597 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
9598 (gdb_xml_parser::parse): Use std::move.
9599 * python/python-internal.h (gdbpy_convert_exception): Take a const
9600 reference.
9601 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
9602 std::move.
9603 * python/py-utils.c (gdbpy_convert_exception): Take a const
9604 reference.
9605 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
9606 Use std::move.
9607 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
9608 Use std::move.
9609 * mi/mi-main.c (mi_print_exception): Take a const reference.
9610 * main.c (handle_command_errors): Take a const reference.
9611 * linespec.c (parse_linespec): Use std::move.
9612 * infcall.c (run_inferior_call): Use std::move.
9613 (call_function_by_hand_dummy): Use std::move.
9614 * exec.c (try_open_exec_file): Use std::move.
9615 * exceptions.h (exception_print, exception_fprintf)
9616 (exception_print_same): Update.
9617 * exceptions.c (print_exception, exception_print)
9618 (exception_fprintf, exception_print_same): Change parameters to
9619 const reference.
9620 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
9621 * common/new-op.c: Use std::move.
9622 * common/common-exceptions.h (struct gdb_exception): Add move
9623 constructor.
9624 (struct gdb_exception_error, struct gdb_exception_quit, struct
9625 gdb_quit_bad_alloc): Change constructor to move constructor.
9626 (throw_exception): Change parameter to rvalue reference.
9627 * common/common-exceptions.c (throw_exception): Take rvalue
9628 reference.
9629 * cli/cli-interp.c (safe_execute_command): Use std::move.
9630 * breakpoint.c (insert_bp_location, location_to_sals): Use
9631 std::move.
9632
9633 2019-04-25 Tom Tromey <tromey@adacore.com>
9634
9635 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
9636 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
9637 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
9638 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
9639 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
9640 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
9641 guile/scm-value.c: Use unpack.
9642 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
9643 gdbscm_gdb_exception.
9644 (gdbscm_throw_gdb_exception): Likewise.
9645 (struct gdbscm_gdb_exception): New.
9646 (unpack): New function.
9647 (gdbscm_wrap): Use unpack.
9648
9649 2019-04-25 Tom Tromey <tromey@adacore.com>
9650
9651 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
9652 (gdb_rl_callback_handler): Use std::move.
9653 * common/common-exceptions.h (struct gdb_exception): Add move
9654 assignment operator.
9655 (throw_exception_sjlj): Change "exception" to const reference.
9656 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
9657 (throw_exception_sjlj): Change "exception" to const reference.
9658
9659 2019-04-25 Tom Tromey <tromey@adacore.com>
9660
9661 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
9662 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
9663 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
9664 Update.
9665 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
9666 Update.
9667 * mi/mi-interp.c (mi_interp::exec): Update.
9668 * linespec.c (parse_linespec): Update.
9669 * infcall.c (run_inferior_call): Update.
9670 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
9671 * guile/scm-symbol.c (gdbscm_lookup_symbol)
9672 (gdbscm_lookup_global_symbol): Update.
9673 * guile/scm-param.c (gdbscm_parameter_value): Update.
9674 * guile/scm-frame.c (gdbscm_frame_read_register)
9675 (gdbscm_frame_read_var): Update.
9676 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
9677 * exec.c (try_open_exec_file): Update.
9678 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
9679 (gdb_rl_callback_handler): Update.
9680 * common/common-exceptions.h (exception_none): Don't declare.
9681 * common/common-exceptions.c (exception_none): Don't define.
9682 (struct catcher) <exception>: Update.
9683 * cli/cli-interp.c (safe_execute_command): Update.
9684 * breakpoint.c (insert_bp_location, location_to_sals): Update.
9685
9686 2019-04-25 Ali Tamur <tamur@google.com>
9687
9688 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
9689 (read_attribute_value): Likewise.
9690 (dwarf2_read_addr_index): Update comment.
9691 (read_str_index): Add DW_FORM_strx.
9692 (dwarf2_string_attr): Likewise.
9693 (dwarf2_const_value_attr): Likewise.
9694 (dump_die_shallow): Likewise.
9695 (dwarf2_fetch_constant_bytes): Likewise.
9696 (skip_form_bytes): Likewise.
9697 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
9698
9699 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
9700
9701 PR corefiles/11608
9702 PR corefiles/18187
9703 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
9704 OFFSET. Verify if current mapping contains an ELF header.
9705 (linux_find_memory_regions_full): Adjust call to
9706 dump_mapping_p.
9707
9708 2019-04-25 Sandra Loosemore <sandra@codesourcery.com>
9709 Kang Li <kanglictf@gmail.com>
9710
9711 PR gdb/21600
9712
9713 * dwarf2-frame.c (read_initial_length): Be consistent about using
9714 unsigned representation of length.
9715 (decode_frame_entry_1): Likewise. Check for wraparound of
9716 end pointer as well as buffer overflow.
9717
9718 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
9719
9720 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
9721 "vq".
9722
9723 2019-04-24 Tom Tromey <tromey@adacore.com>
9724
9725 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
9726
9727 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9728
9729 * s12z-tdep.c (s12z_unwind_pc): Delete.
9730 (s12z_unwind_sp): Delete.
9731 (s12z_gdbarch_init): Don't register deleted functions with
9732 gdbarch.
9733
9734 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9735
9736 * rl78-tdep.c (rl78_unwind_sp): Delete.
9737 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
9738
9739 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9740
9741 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
9742 (xstormy16_unwind_pc): Delete.
9743 (xstormy16_dummy_id): Delete.
9744 (xstormy16_gdbarch_init): Don't register deleted functions with
9745 gdbarch.
9746
9747 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9748
9749 * vax-tdep.c (vax_unwind_pc): Delete.
9750 (vax_gdbarch_init): Don't register deleted function with gdbarch.
9751
9752 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9753
9754 * v850-tdep.c (v850_unwind_sp): Delete.
9755 (v850_unwind_pc): Delete.
9756 (v850_dummy_id): Delete.
9757 (v850_gdbarch_init): Don't register deleted functions with
9758 gdbarch.
9759
9760 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9761
9762 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
9763 (tilegx_unwind_pc): Delete.
9764 (tilegx_unwind_dummy_id): Delete.
9765 (tilegx_gdbarch_init): Don't register deleted functions with
9766 gdbarch.
9767
9768 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9769
9770 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
9771 (tic6x_dummy_id): Delete.
9772 (tic6x_gdbarch_init): Don't register deleted functions with
9773 gdbarch.
9774
9775 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9776
9777 * sparc-tdep.c (sparc_unwind_pc): Delete.
9778 (sparc32_gdbarch_init): Don't register deleted function with
9779 gdbarch.
9780
9781 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9782
9783 * sh-tdep.c (sh_unwind_sp): Delete.
9784 (sh_unwind_pc): Delete.
9785 (sh_dummy_id): Delete.
9786 (sh_gdbarch_init): Don't register deleted functions with
9787 gdbarch.
9788
9789 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9790
9791 * score-tdep.c (score_unwind_sp): Delete.
9792 (score_unwind_pc): Delete.
9793 (score_dummy_id): Delete.
9794 (score_gdbarch_init): Don't register deleted functions with
9795 gdbarch.
9796
9797 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9798
9799 * rx-tdep.c (rx_unwind_pc): Delete.
9800 (rx_unwind_sp): Delete.
9801 (rx_dummy_id): Delete.
9802 (rx_gdbarch_init): Don't register deleted functions with
9803 gdbarch. Update comment.
9804
9805 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9806
9807 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
9808 (rs6000_dummy_id): Delete.
9809 (rs6000_gdbarch_init): Don't register deleted functions with
9810 gdbarch.
9811
9812 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9813
9814 * or1k-tdep.c (or1k_dummy_id): Delete.
9815 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
9816
9817 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9818
9819 * nios2-tdep.c (nios2_dummy_id): Delete.
9820 (nios2_unwind_sp): Delete.
9821 (nios2_gdbarch_init): Don't register deleted functions with
9822 gdbarch.
9823
9824 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9825
9826 * nds32-tdep.c (nds32_dummy_id): Delete.
9827 (nds32_unwind_pc): Delete.
9828 (nds32_unwind_sp): Delete.
9829 (nds32_gdbarch_init): Don't register deleted functions with
9830 gdbarch.
9831
9832 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9833
9834 * msp430-tdep.c (msp430_unwind_pc): Delete.
9835 (msp430_unwind_sp): Delete.
9836 (msp430_dummy_id): Delete.
9837 (msp430_gdbarch_init): Don't register deleted functions with
9838 gdbarch.
9839
9840 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9841
9842 * moxie-tdep.c (moxie_unwind_sp): Delete.
9843 (moxie_unwind_pc): Delete.
9844 (moxie_dummy_id): Delete.
9845 (moxie_gdbarch_init): Don't register deleted functions with
9846 gdbarch.
9847
9848 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9849
9850 * mn10300-tdep.c (mn10300_dummy_id): Delete.
9851 (mn10300_unwind_pc): Delete.
9852 (mn10300_unwind_sp): Delete.
9853 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
9854 mn10300_unwind_sp.
9855 (mn10300_frame_unwind_init): Don't register deleted functions with
9856 gdbarch.
9857
9858 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9859
9860 * mep-tdep.c (mep_unwind_pc): Delete.
9861 (mep_unwind_sp): Delete.
9862 (mep_dummy_id): Delete.
9863 (mep_gdbarch_init): Don't register deleted functions with
9864 gdbarch.
9865
9866 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9867
9868 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
9869 (m68hc11_unwind_sp): Delete.
9870 (m68hc11_gdbarch_init): Don't register deleted functions with
9871 gdbarch.
9872
9873 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9874
9875 * m32r-tdep.c (m32r_unwind_sp): Delete.
9876 (m32r_unwind_pc): Delete.
9877 (m32r_dummy_id): Delete.
9878 (m32r_gdbarch_init): Don't register deleted functions with
9879 gdbarch.
9880
9881 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9882
9883 * m32c-tdep.c (m32c_unwind_pc): Delete.
9884 (m32c_unwind_sp): Delete.
9885 (m32c_dummy_id): Delete.
9886 (m32c_gdbarch_init): Don't register deleted functions with
9887 gdbarch.
9888
9889 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9890
9891 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
9892 (lm32_unwind_pc): Delete.
9893 (lm32_dummy_id): Delete.
9894 (lm32_gdbarch_init): Don't register deleted functions with
9895 gdbarch.
9896
9897 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9898
9899 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
9900 (iq2000_unwind_pc): Delete.
9901 (iq2000_dummy_id): Delete.
9902 (iq2000_gdbarch_init): Don't register deleted functions with
9903 gdbarch.
9904
9905 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9906
9907 * nds32-tdep.c (nds32_type_align): Delete.
9908 (nds32_push_dummy_call): Use type_align instead.
9909
9910 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9911
9912 * arm-tdep.c (arm_type_align): Only handle vector override case.
9913 (arm_push_dummy_call): Use type_align.
9914 (arm_gdbarch_init): Register arm_type_align gdbarch function.
9915
9916 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9917
9918 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
9919 case.
9920 (pass_on_stack): Use type_align.
9921 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
9922 function.
9923
9924 2019-04-23 Tom Tromey <tromey@adacore.com>
9925
9926 * dwarf2read.c (line_header::file_name_at): Remove unused
9927 overload.
9928
9929 2019-04-23 Tom de Vries <tdevries@suse.de>
9930
9931 PR gdb/24438
9932 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
9933 invocation.
9934
9935
9936 2019-03-27 Ali Tamur <tamur@google.com>
9937
9938 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
9939 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
9940 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
9941 (dwarf_expr_context::get_addr_index): Likewise
9942 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
9943 (symbol_needs_eval_context::get_addr_index): Likewise
9944 (disassemble_dwarf_expression): Add DW_OP_addrx
9945 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
9946 (read_cutu_die_from_dwo): Update comment
9947 (skip_one_die): Add DW_FORM_addrx
9948 (read_attribute_value): Likewise
9949 (var_decode_location): Add DW_OP_addrx
9950 (dwarf2_const_value_attr): Add DW_FORM_addrx
9951 (dump_die_shallow): Likewise
9952 (dwarf2_fetch_constant_bytes): Likewise
9953 (decode_locdesc): Add DW_OP_addrx
9954 (skip_form_bytes): Add DW_FORM_addrx
9955
9956 2019-04-22 Ali Tamur <tamur@google.com>
9957
9958 * MAINTAINERS (Write After Approval): Add self.
9959
9960 2019-04-22 Simon Marchi <simon.marchi@efficios.com>
9961
9962 * solib-svr4.c (get_svr4_info): Add pspace parameter.
9963 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
9964 (open_symbol_file_object): Likewise.
9965 (svr4_default_sos): Add info parameter.
9966 (svr4_read_so_list): Likewise.
9967 (svr4_current_sos_direct): Adjust functions calls to pass down
9968 info.
9969 (svr4_current_sos_1): Add info parameter.
9970 (svr4_current_sos): Call get_svr4_info, pass info down to
9971 svr4_current_sos_1.
9972 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
9973 get_svr4_info.
9974 (svr4_in_dynsym_resolve_code): Pass current_program_space to
9975 get_svr4_info.
9976 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
9977 to get_svr4_info.
9978 (probes_table_remove_objfile_probes): Likewise.
9979 (register_solib_event_probe): Add info parameter.
9980 (solist_update_incremental): Pass info parameter down to
9981 svr4_read_so_list.
9982 (disable_probes_interface): Add info parameter.
9983 (svr4_handle_solib_event): Pass current_program_space to
9984 get_svr4_info. Adjust disable_probes_interface cleanup.
9985 (svr4_create_probe_breakpoints): Add info parameter, pass it
9986 down to register_solib_event_probe.
9987 (svr4_create_solib_event_breakpoints): Add info parameter,
9988 pass it down to svr4_create_probe_breakpoints.
9989 (enable_break): Pass info down to
9990 svr4_create_solib_event_breakpoints.
9991 (svr4_solib_create_inferior_hook): Pass current_program_space to
9992 get_svr4_info.
9993 (svr4_clear_solib): Likewise.
9994
9995 2019-04-22 Pedro Alves <palves@redhat.com>
9996
9997 * solib-svr4.c (svr4_free_objfile_observer): New.
9998 (probe_and_action::objfile): New field.
9999 (probes_table_htab_remove_objfile_probes)
10000 (probes_table_remove_objfile_probes): New functions.
10001 (register_solib_event_probe): Add 'objfile' parameter. Store it
10002 in the new probe_and_action. Don't store the probe in 'lookup'.
10003 (svr4_create_probe_breakpoints): Pass objfile to
10004 register_solib_event_probe.
10005 (_initialize_svr4_solib): Register a free_objfile observer.
10006
10007 2019-04-19 Tom Tromey <tom@tromey.com>
10008
10009 * common/queue.h: Remove.
10010
10011 2019-04-19 Tom Tromey <tom@tromey.com>
10012
10013 * event-loop.c: Don't include "common/queue.h".
10014
10015 2019-04-19 Tom Tromey <tom@tromey.com>
10016
10017 * remote.c (remote_target): Use delete.
10018 * remote-notif.h: Include <list>, not "common/queue.h".
10019 (notif_client_p): Remove typedef.
10020 (remote_notif_state): Add constructor, destructor, initializer.
10021 <notif_queue>: Now a std::list.
10022 (remote_notif_state_xfree): Don't declare.
10023 * remote-notif.c (remote_notif_process, handle_notification)
10024 (remote_notif_state_allocate): Update.
10025 (~remote_notif_state): Rename from remote_notif_state_xfree.
10026
10027 2019-04-19 Tom Tromey <tom@tromey.com>
10028
10029 * symfile.c (reread_symbols): Update.
10030 * objfiles.c (objfile_register_static_link)
10031 (objfile_lookup_static_link): Update
10032 (~objfile) Don't delete static_links.
10033 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
10034
10035 2019-04-19 Tom Tromey <tom@tromey.com>
10036
10037 * type-stack.h (struct type_stack) <insert>: Constify string.
10038 * type-stack.c (type_stack::insert): Constify string.
10039 * gdbtypes.h (lookup_template_type): Update.
10040 (address_space_name_to_int): Update.
10041 * gdbtypes.c (address_space_name_to_int): Make space_identifier
10042 const.
10043 (lookup_template_type): Make name const.
10044 * c-exp.y: Update rules.
10045 (lex_one_token, classify_name, classify_inner_name)
10046 (c_print_token): Update.
10047 * p-exp.y: Update rules.
10048 (yylex): Update.
10049 * f-exp.y: Update rules.
10050 (yylex): Update.
10051 * d-exp.y: Update rules.
10052 (lex_one_token, classify_name, classify_inner_name): Update.
10053 * parse.c (write_dollar_variable, copy_name): Return std::string.
10054 * parser-defs.h (copy_name): Change return type.
10055 * m2-exp.y: Update rules.
10056 (yylex): Update.
10057 * go-exp.y (lex_one_token): Update.
10058 Update rules.
10059 (classify_unsafe_function, classify_packaged_name)
10060 (classify_name, yylex): Update.
10061
10062 2019-04-19 Sergei Trofimovich <siarheit@google.com>
10063
10064 * configure.ac: add --enable-source-highlight switch.
10065 * configure: Regenerate.
10066 * top.c (print_gdb_version): plumb --enable-source-highlight
10067 status to "show configuration".
10068
10069 2019-04-19 Tom Tromey <tromey@adacore.com>
10070
10071 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
10072 Check ADA_TYPE_P.
10073 (empty_record, ada_template_to_fixed_record_type_1)
10074 (template_to_static_fixed_type)
10075 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
10076 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
10077 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
10078 macros.
10079
10080 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
10081
10082 PR symtab/24423:
10083 * source.c (print_source_lines_base): Advance "iter" when a
10084 control character is seen.
10085
10086 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10087
10088 * inferior.h (struct infcall_suspend_state_deleter):
10089 Catch exception in destructor to avoid crash.
10090
10091 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10092
10093 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
10094 close to the add_com "shell".
10095
10096 2019-04-18 Tom Tromey <tromey@adacore.com>
10097
10098 * process-stratum-target.h (class process_stratum_target)
10099 <stratum>: Add "final".
10100
10101 2019-04-17 Tom Tromey <tromey@adacore.com>
10102
10103 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
10104 against nullptr before use.
10105
10106 2019-04-17 Alan Hayward <alan.hayward@arm.com>
10107
10108 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
10109
10110 2019-04-17 Jim Wilson <jimw@sifive.com>
10111 Andrew Burgess <andrew.burgess@embecosm.com>
10112
10113 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
10114 code read might fail, assume 4-byte breakpoint in that case.
10115
10116 2019-04-15 Leszek Swirski <leszeks@google.com>
10117
10118 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
10119 rather than a hand-rolled POD check when checking for forced MEMORY
10120 classification.
10121
10122 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10123
10124 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
10125 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
10126 function.
10127 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
10128 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
10129 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
10130 declaration.
10131
10132 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10133
10134 * aarch64-linux-nat.c
10135 (aarch64_linux_nat_target::thread_architecture): Add override.
10136 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
10137 each VQ.
10138
10139 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10140
10141 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
10142
10143 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
10144
10145 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
10146 target types of size 96-bits, add some additional comments, and
10147 check that the builtin type we found was the correct size.
10148
10149 2019-04-12 Eli Zaretskii <eliz@gnu.org>
10150
10151 * utils.c (prompt_for_continue): Don't restore the styling at the
10152 end, as applied_style has the wrong value. This fixes styling in
10153 long lists of file names that are interrupted by the "Continue?"
10154 prompt.
10155
10156 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
10157
10158 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
10159 * c-lang.c (c_language_defn): Likewise.
10160 (cplus_language_defn): Likewise.
10161 (asm_language_defn): Likewise.
10162 (minimal_language_defn): Likewise.
10163 * d-lang.c (d_language_defn): Likewise.
10164 * f-lang.c (f_language_defn): Likewise.
10165 * go-lang.c (go_language_defn): Likewise.
10166 * language.c (unknown_language_defn): Likewise.
10167 (auto_language_defn): Likewise.
10168 * language.h (struct language_defn): Remove la_magic field.
10169 (LANG_MAGIC): Delete.
10170 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
10171 * objc-lang.c (objc_language_defn): Likewise.
10172 * opencl-lang.c (opencl_language_defn): Likewise.
10173 * p-lang.c (pascal_language_defn): Likewise.
10174 * rust-lang.c (rust_language_defn): Likewise.
10175
10176 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10177
10178 * riscv-tdep.c (riscv_type_align): New function.
10179 (riscv_type_alignment): Delete.
10180 (riscv_arg_location): Use 'type_align'.
10181 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
10182
10183 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10184
10185 * gdbtypes.c (type_align): A struct with no non-static fields also
10186 has alignment of 1.
10187
10188 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10189
10190 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
10191 component to 0.
10192 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
10193 member.
10194 (riscv_struct_info::analyse): New implementation using new
10195 analyse_inner member function.
10196 (riscv_struct_info::field_offset): New member function.
10197 (riscv_struct_info::m_offsets): New member variable.
10198 (riscv_struct_info::analyse_inner): New private member function,
10199 takes the old implementation of riscv_struct_info::analyse but
10200 extended to track field offsets.
10201 (riscv_call_arg_struct): Update the struct folding special cases
10202 to handle cases where empty C++ structs, which are non-zero
10203 length, are found.
10204 (riscv_arg_location): Initialise the length of each location, a
10205 non-zero length now indicates the location is in use.
10206 (riscv_push_dummy_call): Allow for the first location having a
10207 non-zero offset when setting up arguments.
10208 (riscv_return_value): Likewise, but for return values.
10209
10210 2019-04-11 Tom Tromey <tromey@adacore.com>
10211
10212 * utils.c (internal_vproblem): Make "msg" const.
10213
10214 2019-04-11 Alan Hayward <alan.hayward@arm.com>
10215
10216 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
10217 * trad-frame.c (trad_frame_reset_saved_regs): New function.
10218 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
10219 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
10220
10221 2019-04-10 Kevin Buettner <kevinb@redhat.com>
10222
10223 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
10224 function.
10225 (fill_gregset): Call amd64_linux_collect_native_gregset instead
10226 of amd64_collect_native_gregset.
10227 (amd64_linux_nat_target::store_registers): Likewise.
10228
10229 2019-04-10 Tom Tromey <tom@tromey.com>
10230
10231 * symtab.c (lookup_global_symbol_from_objfile)
10232 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
10233 * objfiles.h (class separate_debug_iterator): New.
10234 (class separate_debug_range): New.
10235 (struct objfile) <separate_debug_objfiles>: New method.
10236 (objfile_separate_debug_iterate): Don't declare.
10237 * objfiles.c (separate_debug_iterator::operator++): Rename from
10238 objfile_separate_debug_iterate.
10239 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
10240 iterator.
10241 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
10242 iterator.
10243
10244 2019-04-10 Tom Tromey <tom@tromey.com>
10245
10246 * symfile.c (reread_symbols): Remove old comment.
10247 * objfiles.c (free_all_objfiles): Fix a typo.
10248
10249 2019-04-10 Tom Tromey <tom@tromey.com>
10250
10251 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
10252 * minsyms.c (lookup_minimal_symbol): Use foreach.
10253 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
10254 (lookup_minimal_symbol_solib_trampoline): Likewise.
10255 * symfile.c (reread_symbols): Use foreach.
10256
10257 2019-04-09 Ivan Begert <ivanbegert@gmail.com>
10258 Tom Tromey <tromey@adacore.com>
10259
10260 PR rust/24414:
10261 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
10262 (rust_lex_int_test): Change "value" to be LONGEST.
10263 (rust_lex_tests): Add test for long integer literal.
10264
10265 2019-04-09 Tom Tromey <tromey@adacore.com>
10266
10267 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
10268 to bool.
10269 (extended_remote_target::attach): Update.
10270 (remote_target::remote_notice_new_inferior): Update.
10271 (remote_target::add_current_inferior_and_thread): Update.
10272 * inferior.c (exit_inferior_1): Use "false".
10273 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
10274
10275 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
10276
10277 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
10278 the "start" command.
10279
10280 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10281
10282 * python/py-inferior.c (infpy_thread_from_thread_handle):
10283 Adjust comments to reflect renaming of thread_from_thread_handle
10284 to thread_from_handle. Adjust keywords. Fix type error message.
10285 (inferior_object_methods): Add thread_from_handle. Retain
10286 thread_from_thread_handle, but mark it as deprecated.
10287
10288 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10289
10290 * gdbthread.h (find_thread_by_handle): Revise declaration.
10291 * thread.c (find_thread_by_handle): Likewise. Adjust
10292 implementation too.
10293 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
10294 support for buffer objects as handles.
10295
10296 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10297
10298 * python/py-infthread.c (thpy_thread_handle): New function.
10299 (thread_object_methods): Register thpy_thread_handle.
10300
10301 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10302
10303 * gdbthread.h (thread_to_thread_handle): Declare.
10304 * thread.c (gdbtypes.h): Include.
10305 (thread_to_thread_handle): New function.
10306
10307 * target.h (struct target_ops): Add thread_info_to_thread_handle.
10308 (target_thread_info_to_thread_handle): Declare.
10309 * target.c (target_thread_info_to_thread_handle): New function.
10310 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
10311 * target-delegates.c: Regenerate.
10312
10313 * linux-thread-db.c (class thread_db_target): Add method
10314 thread_info_to_thread_handle.
10315 (thread_db_target::thread_info_to_thread_handle): Define.
10316 * remote.c (class remote_target): Add new method
10317 thread_info_to_thread_handle.
10318 (remote_target::thread_info_to_thread_handle): Define.
10319
10320 2019-04-08 Pedro Alves <palves@redhat.com>
10321
10322 * common/common-exceptions.c (throw_exception): Don't create
10323 named object to throw; throw directly.
10324 (throw_it): Likewise. Don't initialize gdb_exception::message
10325 here, with new; pass FMT and AP to the ctor instead.
10326 * common/common-exceptions.h: Include <string>.
10327 (gdb_exception::gdb_exception(enum return_reason, enum errors,
10328 const char *, va_list)): New ctor. Use std::make_shared.
10329 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
10330 errors)): Delete.
10331 (gdb_exception_error::gdb_exception_error(enum errors, const char
10332 *, va_list)): New.
10333 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
10334 Add assertion.
10335 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
10336 errors)): Delete.
10337 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
10338 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
10339 Add assertion.
10340
10341 2019-04-08 Tom Tromey <tom@tromey.com>
10342
10343 * valops.c (value_rtti_indirect_type): Replace throw_exception
10344 with throw.
10345 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
10346 with throw.
10347 * thread.c (thr_try_catch_cmd): Replace throw_exception with
10348 throw.
10349 * target.c (target_translate_tls_address): Replace throw_exception
10350 with throw.
10351 * stack.c (frame_apply_command_count): Replace throw_exception
10352 with throw.
10353 * solib-spu.c (append_ocl_sos): Replace throw_exception with
10354 throw.
10355 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
10356 with throw.
10357 * rs6000-tdep.c (rs6000_frame_cache)
10358 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
10359 * remote.c: Replace throw_exception with throw.
10360 * record-full.c (record_full_message, record_full_wait_1)
10361 (record_full_restore): Replace throw_exception with throw.
10362 * record-btrace.c:
10363 (get_thread_current_frame_id, record_btrace_start_replaying)
10364 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
10365 (cmd_record_btrace_start): Replace throw_exception with throw.
10366 * parse.c (parse_exp_in_context_1): Replace throw_exception with
10367 throw.
10368 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
10369 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
10370 * linespec.c:
10371 (find_linespec_symbols): Replace throw_exception with throw.
10372 * infrun.c (displaced_step_prepare, resume): Replace
10373 throw_exception with throw.
10374 * infcmd.c (post_create_inferior): Replace throw_exception with
10375 throw.
10376 * inf-loop.c (inferior_event_handler): Replace throw_exception
10377 with throw.
10378 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
10379 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
10380 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
10381 (get_prev_frame_always, get_frame_pc_if_available)
10382 (get_frame_address_in_block_if_available, get_frame_language):
10383 Replace throw_exception with throw.
10384 * frame-unwind.c (frame_unwind_try_unwinder): Replace
10385 throw_exception with throw.
10386 * eval.c (fetch_subexp_value, evaluate_var_value)
10387 (evaluate_funcall, evaluate_subexp_standard): Replace
10388 throw_exception with throw.
10389 * dwarf2loc.c (call_site_find_chain)
10390 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
10391 Replace throw_exception with throw.
10392 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
10393 with throw.
10394 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
10395 throw.
10396 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
10397 * completer.c (complete_line_internal): Replace throw_exception
10398 with throw.
10399 * compile/compile-object-run.c (compile_object_run): Replace
10400 throw_exception with throw.
10401 * cli/cli-script.c (process_next_line): Replace throw_exception
10402 with throw.
10403 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
10404 (btrace_enable, btrace_maint_update_pt_packets): Replace
10405 throw_exception with throw.
10406 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
10407 throw_exception with throw.
10408 * break-catch-throw.c (re_set_exception_catchpoint): Replace
10409 throw_exception with throw.
10410 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10411 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
10412 * aarch64-tdep.c (aarch64_make_prologue_cache)
10413 (aarch64_make_stub_cache): Replace throw_exception with throw.
10414
10415 2019-04-08 Tom Tromey <tom@tromey.com>
10416
10417 * common/common-exceptions.c (throw_exception): Rename from
10418 throw_exception_cxx. Remove old copy. Make argument const.
10419 (throw_it): Create and throw exception objects directly.
10420 * common/common-exceptions.h (throw_exception): Make argument
10421 const.
10422 (struct gdb_exception_error): Add constructor.
10423 (struct gdb_exception_quit): Add constructor.
10424
10425 2019-04-08 Tom Tromey <tom@tromey.com>
10426
10427 * common/common-exceptions.h (exception_rethrow): Don't declare.
10428 (TRY_SJLJ): Update comment.
10429 (TRY, CATCH, END_CATCH): Remove.
10430 * common/common-exceptions.c (exception_rethrow): Remove.
10431
10432 2019-04-08 Tom Tromey <tom@tromey.com>
10433
10434 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
10435 Remove.
10436 (gdb_exception_error): Rename from
10437 gdb_exception_RETURN_MASK_ERROR.
10438 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
10439 (gdb_quit_bad_alloc): Update.
10440 * aarch64-tdep.c: Update.
10441 * ada-lang.c: Update.
10442 * ada-typeprint.c: Update.
10443 * ada-valprint.c: Update.
10444 * amd64-tdep.c: Update.
10445 * arch-utils.c: Update.
10446 * break-catch-throw.c: Update.
10447 * breakpoint.c: Update.
10448 * btrace.c: Update.
10449 * c-varobj.c: Update.
10450 * cli/cli-cmds.c: Update.
10451 * cli/cli-interp.c: Update.
10452 * cli/cli-script.c: Update.
10453 * common/common-exceptions.c: Update.
10454 * common/new-op.c: Update.
10455 * common/selftest.c: Update.
10456 * compile/compile-c-symbols.c: Update.
10457 * compile/compile-cplus-symbols.c: Update.
10458 * compile/compile-object-load.c: Update.
10459 * compile/compile-object-run.c: Update.
10460 * completer.c: Update.
10461 * corelow.c: Update.
10462 * cp-abi.c: Update.
10463 * cp-support.c: Update.
10464 * cp-valprint.c: Update.
10465 * darwin-nat.c: Update.
10466 * disasm-selftests.c: Update.
10467 * dtrace-probe.c: Update.
10468 * dwarf-index-cache.c: Update.
10469 * dwarf-index-write.c: Update.
10470 * dwarf2-frame-tailcall.c: Update.
10471 * dwarf2-frame.c: Update.
10472 * dwarf2loc.c: Update.
10473 * dwarf2read.c: Update.
10474 * eval.c: Update.
10475 * event-loop.c: Update.
10476 * event-top.c: Update.
10477 * exec.c: Update.
10478 * f-valprint.c: Update.
10479 * fbsd-tdep.c: Update.
10480 * frame-unwind.c: Update.
10481 * frame.c: Update.
10482 * gdbtypes.c: Update.
10483 * gnu-v3-abi.c: Update.
10484 * guile/guile-internal.h: Update.
10485 * guile/scm-block.c: Update.
10486 * guile/scm-breakpoint.c: Update.
10487 * guile/scm-cmd.c: Update.
10488 * guile/scm-disasm.c: Update.
10489 * guile/scm-frame.c: Update.
10490 * guile/scm-lazy-string.c: Update.
10491 * guile/scm-math.c: Update.
10492 * guile/scm-param.c: Update.
10493 * guile/scm-ports.c: Update.
10494 * guile/scm-pretty-print.c: Update.
10495 * guile/scm-symbol.c: Update.
10496 * guile/scm-symtab.c: Update.
10497 * guile/scm-type.c: Update.
10498 * guile/scm-value.c: Update.
10499 * i386-linux-tdep.c: Update.
10500 * i386-tdep.c: Update.
10501 * inf-loop.c: Update.
10502 * infcall.c: Update.
10503 * infcmd.c: Update.
10504 * infrun.c: Update.
10505 * jit.c: Update.
10506 * language.c: Update.
10507 * linespec.c: Update.
10508 * linux-fork.c: Update.
10509 * linux-nat.c: Update.
10510 * linux-tdep.c: Update.
10511 * linux-thread-db.c: Update.
10512 * main.c: Update.
10513 * mi/mi-cmd-break.c: Update.
10514 * mi/mi-cmd-stack.c: Update.
10515 * mi/mi-interp.c: Update.
10516 * mi/mi-main.c: Update.
10517 * objc-lang.c: Update.
10518 * p-valprint.c: Update.
10519 * parse.c: Update.
10520 * ppc-linux-tdep.c: Update.
10521 * printcmd.c: Update.
10522 * python/py-arch.c: Update.
10523 * python/py-breakpoint.c: Update.
10524 * python/py-cmd.c: Update.
10525 * python/py-finishbreakpoint.c: Update.
10526 * python/py-frame.c: Update.
10527 * python/py-framefilter.c: Update.
10528 * python/py-gdb-readline.c: Update.
10529 * python/py-inferior.c: Update.
10530 * python/py-infthread.c: Update.
10531 * python/py-lazy-string.c: Update.
10532 * python/py-linetable.c: Update.
10533 * python/py-objfile.c: Update.
10534 * python/py-param.c: Update.
10535 * python/py-prettyprint.c: Update.
10536 * python/py-progspace.c: Update.
10537 * python/py-record-btrace.c: Update.
10538 * python/py-record.c: Update.
10539 * python/py-symbol.c: Update.
10540 * python/py-type.c: Update.
10541 * python/py-unwind.c: Update.
10542 * python/py-utils.c: Update.
10543 * python/py-value.c: Update.
10544 * python/python.c: Update.
10545 * record-btrace.c: Update.
10546 * record-full.c: Update.
10547 * remote-fileio.c: Update.
10548 * remote.c: Update.
10549 * riscv-tdep.c: Update.
10550 * rs6000-aix-tdep.c: Update.
10551 * rs6000-tdep.c: Update.
10552 * rust-exp.y: Update.
10553 * rust-lang.c: Update.
10554 * s390-tdep.c: Update.
10555 * selftest-arch.c: Update.
10556 * solib-dsbt.c: Update.
10557 * solib-frv.c: Update.
10558 * solib-spu.c: Update.
10559 * solib-svr4.c: Update.
10560 * solib.c: Update.
10561 * sparc64-linux-tdep.c: Update.
10562 * stack.c: Update.
10563 * symfile-mem.c: Update.
10564 * symmisc.c: Update.
10565 * target.c: Update.
10566 * thread.c: Update.
10567 * top.c: Update.
10568 * tracefile-tfile.c: Update.
10569 * tui/tui.c: Update.
10570 * typeprint.c: Update.
10571 * unittests/cli-utils-selftests.c: Update.
10572 * unittests/parse-connection-spec-selftests.c: Update.
10573 * valops.c: Update.
10574 * valprint.c: Update.
10575 * value.c: Update.
10576 * varobj.c: Update.
10577 * windows-nat.c: Update.
10578 * x86-linux-nat.c: Update.
10579 * xml-support.c: Update.
10580
10581 2019-04-08 Tom Tromey <tom@tromey.com>
10582
10583 * xml-support.c: Use C++ exception handling.
10584 * x86-linux-nat.c: Use C++ exception handling.
10585 * windows-nat.c: Use C++ exception handling.
10586 * varobj.c: Use C++ exception handling.
10587 * value.c: Use C++ exception handling.
10588 * valprint.c: Use C++ exception handling.
10589 * valops.c: Use C++ exception handling.
10590 * unittests/parse-connection-spec-selftests.c: Use C++ exception
10591 handling.
10592 * unittests/cli-utils-selftests.c: Use C++ exception handling.
10593 * typeprint.c: Use C++ exception handling.
10594 * tui/tui.c: Use C++ exception handling.
10595 * tracefile-tfile.c: Use C++ exception handling.
10596 * top.c: Use C++ exception handling.
10597 * thread.c: Use C++ exception handling.
10598 * target.c: Use C++ exception handling.
10599 * symmisc.c: Use C++ exception handling.
10600 * symfile-mem.c: Use C++ exception handling.
10601 * stack.c: Use C++ exception handling.
10602 * sparc64-linux-tdep.c: Use C++ exception handling.
10603 * solib.c: Use C++ exception handling.
10604 * solib-svr4.c: Use C++ exception handling.
10605 * solib-spu.c: Use C++ exception handling.
10606 * solib-frv.c: Use C++ exception handling.
10607 * solib-dsbt.c: Use C++ exception handling.
10608 * selftest-arch.c: Use C++ exception handling.
10609 * s390-tdep.c: Use C++ exception handling.
10610 * rust-lang.c: Use C++ exception handling.
10611 * rust-exp.y: Use C++ exception handling.
10612 * rs6000-tdep.c: Use C++ exception handling.
10613 * rs6000-aix-tdep.c: Use C++ exception handling.
10614 * riscv-tdep.c: Use C++ exception handling.
10615 * remote.c: Use C++ exception handling.
10616 * remote-fileio.c: Use C++ exception handling.
10617 * record-full.c: Use C++ exception handling.
10618 * record-btrace.c: Use C++ exception handling.
10619 * python/python.c: Use C++ exception handling.
10620 * python/py-value.c: Use C++ exception handling.
10621 * python/py-utils.c: Use C++ exception handling.
10622 * python/py-unwind.c: Use C++ exception handling.
10623 * python/py-type.c: Use C++ exception handling.
10624 * python/py-symbol.c: Use C++ exception handling.
10625 * python/py-record.c: Use C++ exception handling.
10626 * python/py-record-btrace.c: Use C++ exception handling.
10627 * python/py-progspace.c: Use C++ exception handling.
10628 * python/py-prettyprint.c: Use C++ exception handling.
10629 * python/py-param.c: Use C++ exception handling.
10630 * python/py-objfile.c: Use C++ exception handling.
10631 * python/py-linetable.c: Use C++ exception handling.
10632 * python/py-lazy-string.c: Use C++ exception handling.
10633 * python/py-infthread.c: Use C++ exception handling.
10634 * python/py-inferior.c: Use C++ exception handling.
10635 * python/py-gdb-readline.c: Use C++ exception handling.
10636 * python/py-framefilter.c: Use C++ exception handling.
10637 * python/py-frame.c: Use C++ exception handling.
10638 * python/py-finishbreakpoint.c: Use C++ exception handling.
10639 * python/py-cmd.c: Use C++ exception handling.
10640 * python/py-breakpoint.c: Use C++ exception handling.
10641 * python/py-arch.c: Use C++ exception handling.
10642 * printcmd.c: Use C++ exception handling.
10643 * ppc-linux-tdep.c: Use C++ exception handling.
10644 * parse.c: Use C++ exception handling.
10645 * p-valprint.c: Use C++ exception handling.
10646 * objc-lang.c: Use C++ exception handling.
10647 * mi/mi-main.c: Use C++ exception handling.
10648 * mi/mi-interp.c: Use C++ exception handling.
10649 * mi/mi-cmd-stack.c: Use C++ exception handling.
10650 * mi/mi-cmd-break.c: Use C++ exception handling.
10651 * main.c: Use C++ exception handling.
10652 * linux-thread-db.c: Use C++ exception handling.
10653 * linux-tdep.c: Use C++ exception handling.
10654 * linux-nat.c: Use C++ exception handling.
10655 * linux-fork.c: Use C++ exception handling.
10656 * linespec.c: Use C++ exception handling.
10657 * language.c: Use C++ exception handling.
10658 * jit.c: Use C++ exception handling.
10659 * infrun.c: Use C++ exception handling.
10660 * infcmd.c: Use C++ exception handling.
10661 * infcall.c: Use C++ exception handling.
10662 * inf-loop.c: Use C++ exception handling.
10663 * i386-tdep.c: Use C++ exception handling.
10664 * i386-linux-tdep.c: Use C++ exception handling.
10665 * guile/scm-value.c: Use C++ exception handling.
10666 * guile/scm-type.c: Use C++ exception handling.
10667 * guile/scm-symtab.c: Use C++ exception handling.
10668 * guile/scm-symbol.c: Use C++ exception handling.
10669 * guile/scm-pretty-print.c: Use C++ exception handling.
10670 * guile/scm-ports.c: Use C++ exception handling.
10671 * guile/scm-param.c: Use C++ exception handling.
10672 * guile/scm-math.c: Use C++ exception handling.
10673 * guile/scm-lazy-string.c: Use C++ exception handling.
10674 * guile/scm-frame.c: Use C++ exception handling.
10675 * guile/scm-disasm.c: Use C++ exception handling.
10676 * guile/scm-cmd.c: Use C++ exception handling.
10677 * guile/scm-breakpoint.c: Use C++ exception handling.
10678 * guile/scm-block.c: Use C++ exception handling.
10679 * guile/guile-internal.h: Use C++ exception handling.
10680 * gnu-v3-abi.c: Use C++ exception handling.
10681 * gdbtypes.c: Use C++ exception handling.
10682 * frame.c: Use C++ exception handling.
10683 * frame-unwind.c: Use C++ exception handling.
10684 * fbsd-tdep.c: Use C++ exception handling.
10685 * f-valprint.c: Use C++ exception handling.
10686 * exec.c: Use C++ exception handling.
10687 * event-top.c: Use C++ exception handling.
10688 * event-loop.c: Use C++ exception handling.
10689 * eval.c: Use C++ exception handling.
10690 * dwarf2read.c: Use C++ exception handling.
10691 * dwarf2loc.c: Use C++ exception handling.
10692 * dwarf2-frame.c: Use C++ exception handling.
10693 * dwarf2-frame-tailcall.c: Use C++ exception handling.
10694 * dwarf-index-write.c: Use C++ exception handling.
10695 * dwarf-index-cache.c: Use C++ exception handling.
10696 * dtrace-probe.c: Use C++ exception handling.
10697 * disasm-selftests.c: Use C++ exception handling.
10698 * darwin-nat.c: Use C++ exception handling.
10699 * cp-valprint.c: Use C++ exception handling.
10700 * cp-support.c: Use C++ exception handling.
10701 * cp-abi.c: Use C++ exception handling.
10702 * corelow.c: Use C++ exception handling.
10703 * completer.c: Use C++ exception handling.
10704 * compile/compile-object-run.c: Use C++ exception handling.
10705 * compile/compile-object-load.c: Use C++ exception handling.
10706 * compile/compile-cplus-symbols.c: Use C++ exception handling.
10707 * compile/compile-c-symbols.c: Use C++ exception handling.
10708 * common/selftest.c: Use C++ exception handling.
10709 * common/new-op.c: Use C++ exception handling.
10710 * cli/cli-script.c: Use C++ exception handling.
10711 * cli/cli-interp.c: Use C++ exception handling.
10712 * cli/cli-cmds.c: Use C++ exception handling.
10713 * c-varobj.c: Use C++ exception handling.
10714 * btrace.c: Use C++ exception handling.
10715 * breakpoint.c: Use C++ exception handling.
10716 * break-catch-throw.c: Use C++ exception handling.
10717 * arch-utils.c: Use C++ exception handling.
10718 * amd64-tdep.c: Use C++ exception handling.
10719 * ada-valprint.c: Use C++ exception handling.
10720 * ada-typeprint.c: Use C++ exception handling.
10721 * ada-lang.c: Use C++ exception handling.
10722 * aarch64-tdep.c: Use C++ exception handling.
10723
10724 2019-04-08 Tom Tromey <tom@tromey.com>
10725
10726 * xml-support.c (gdb_xml_parser::parse): Update.
10727 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
10728 * value.c (show_convenience): Update.
10729 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
10730 (test_parse_flags_qcs): Update.
10731 * thread.c (thr_try_catch_cmd): Update.
10732 * target.c (target_translate_tls_address): Update.
10733 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
10734 (info_frame_command_core, frame_apply_command_count): Update.
10735 * rust-exp.y (rust_lex_exception_test): Update.
10736 * riscv-tdep.c (riscv_print_one_register_info): Update.
10737 * remote.c (remote_target::enable_btrace): Update.
10738 * record-btrace.c (record_btrace_enable_warn): Update.
10739 * python/py-utils.c (gdbpy_convert_exception): Update.
10740 * printcmd.c (do_one_display, print_variable_and_value): Update.
10741 * mi/mi-main.c (mi_print_exception): Update.
10742 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
10743 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
10744 * linux-nat.c (linux_nat_target::attach): Update.
10745 * linux-fork.c (class scoped_switch_fork_info): Update.
10746 * infrun.c (displaced_step_prepare): Update.
10747 * infcall.c (call_function_by_hand_dummy): Update.
10748 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
10749 * gnu-v3-abi.c (print_one_vtable): Update.
10750 * frame.c (get_prev_frame_always): Update.
10751 * f-valprint.c (info_common_command_for_block): Update.
10752 * exec.c (try_open_exec_file): Update.
10753 * exceptions.c (print_exception, exception_print)
10754 (exception_fprintf, exception_print_same): Update.
10755 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
10756 * dwarf-index-cache.c (index_cache::store)
10757 (index_cache::lookup_gdb_index): Update.
10758 * darwin-nat.c (maybe_cache_shell): Update.
10759 * cp-valprint.c (cp_print_value_fields): Update.
10760 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
10761 (gcc_cplus_symbol_address): Update.
10762 * compile/compile-c-symbols.c (gcc_convert_symbol)
10763 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
10764 * common/selftest.c: Update.
10765 * common/common-exceptions.h (struct gdb_exception) <message>: Now
10766 a std::string.
10767 (exception_try_scope_entry, exception_try_scope_exit): Don't
10768 declare.
10769 (struct exception_try_scope): Remove.
10770 (TRY): Don't use exception_try_scope.
10771 (struct gdb_exception): Add constructor, operator=.
10772 <what>: New method.
10773 (struct gdb_exception_RETURN_MASK_ALL)
10774 (struct gdb_exception_RETURN_MASK_ERROR)
10775 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
10776 (struct gdb_quit_bad_alloc): Update.
10777 * common/common-exceptions.c (exception_none): Change
10778 initializer.
10779 (struct catcher) <state, exception>: Initialize inline.
10780 <prev>: Remove member.
10781 (current_catcher): Remove.
10782 (catchers): New global.
10783 (exceptions_state_mc_init): Simplify.
10784 (catcher_pop): Remove.
10785 (exceptions_state_mc, exceptions_state_mc_catch): Update.
10786 (try_scope_depth, exception_try_scope_entry)
10787 (exception_try_scope_exit): Remove.
10788 (throw_exception_sjlj): Update.
10789 (exception_messages, exception_messages_size): Remove.
10790 (throw_it): Simplify.
10791 (gdb_exception_sliced_copy): Remove.
10792 (throw_exception_cxx): Update.
10793 * cli/cli-script.c (script_from_file): Update.
10794 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
10795 Update.
10796 * ada-valprint.c (ada_val_print): Update.
10797 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
10798 (create_excep_cond_exprs): Update.
10799
10800 2019-04-08 Tom Tromey <tom@tromey.com>
10801
10802 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
10803 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
10804 (TRY, CATCH, END_CATCH): Remove some definitions.
10805 * common/common-exceptions.c: Don't use GDB_XCPT.
10806 (catcher_list_size): Remove.
10807 (throw_exception, throw_it): Simplify.
10808
10809 2019-04-05 Tom Tromey <tom@tromey.com>
10810
10811 Revert the header-sorting patch.
10812 * ft32-tdep.c: Revert.
10813 * frv-tdep.c: Revert.
10814 * frv-linux-tdep.c: Revert.
10815 * frame.c: Revert.
10816 * frame-unwind.c: Revert.
10817 * frame-base.c: Revert.
10818 * fork-child.c: Revert.
10819 * findvar.c: Revert.
10820 * findcmd.c: Revert.
10821 * filesystem.c: Revert.
10822 * filename-seen-cache.h: Revert.
10823 * filename-seen-cache.c: Revert.
10824 * fbsd-tdep.c: Revert.
10825 * fbsd-nat.h: Revert.
10826 * fbsd-nat.c: Revert.
10827 * f-valprint.c: Revert.
10828 * f-typeprint.c: Revert.
10829 * f-lang.c: Revert.
10830 * extension.h: Revert.
10831 * extension.c: Revert.
10832 * extension-priv.h: Revert.
10833 * expprint.c: Revert.
10834 * exec.h: Revert.
10835 * exec.c: Revert.
10836 * exceptions.c: Revert.
10837 * event-top.c: Revert.
10838 * event-loop.c: Revert.
10839 * eval.c: Revert.
10840 * elfread.c: Revert.
10841 * dwarf2read.h: Revert.
10842 * dwarf2read.c: Revert.
10843 * dwarf2loc.c: Revert.
10844 * dwarf2expr.h: Revert.
10845 * dwarf2expr.c: Revert.
10846 * dwarf2-frame.c: Revert.
10847 * dwarf2-frame-tailcall.c: Revert.
10848 * dwarf-index-write.h: Revert.
10849 * dwarf-index-write.c: Revert.
10850 * dwarf-index-common.c: Revert.
10851 * dwarf-index-cache.h: Revert.
10852 * dwarf-index-cache.c: Revert.
10853 * dummy-frame.c: Revert.
10854 * dtrace-probe.c: Revert.
10855 * disasm.h: Revert.
10856 * disasm.c: Revert.
10857 * disasm-selftests.c: Revert.
10858 * dictionary.c: Revert.
10859 * dicos-tdep.c: Revert.
10860 * demangle.c: Revert.
10861 * dcache.h: Revert.
10862 * dcache.c: Revert.
10863 * darwin-nat.h: Revert.
10864 * darwin-nat.c: Revert.
10865 * darwin-nat-info.c: Revert.
10866 * d-valprint.c: Revert.
10867 * d-namespace.c: Revert.
10868 * d-lang.c: Revert.
10869 * ctf.c: Revert.
10870 * csky-tdep.c: Revert.
10871 * csky-linux-tdep.c: Revert.
10872 * cris-tdep.c: Revert.
10873 * cris-linux-tdep.c: Revert.
10874 * cp-valprint.c: Revert.
10875 * cp-support.c: Revert.
10876 * cp-namespace.c: Revert.
10877 * cp-abi.c: Revert.
10878 * corelow.c: Revert.
10879 * corefile.c: Revert.
10880 * continuations.c: Revert.
10881 * completer.h: Revert.
10882 * completer.c: Revert.
10883 * complaints.c: Revert.
10884 * coffread.c: Revert.
10885 * coff-pe-read.c: Revert.
10886 * cli-out.h: Revert.
10887 * cli-out.c: Revert.
10888 * charset.c: Revert.
10889 * c-varobj.c: Revert.
10890 * c-valprint.c: Revert.
10891 * c-typeprint.c: Revert.
10892 * c-lang.c: Revert.
10893 * buildsym.c: Revert.
10894 * buildsym-legacy.c: Revert.
10895 * build-id.h: Revert.
10896 * build-id.c: Revert.
10897 * btrace.c: Revert.
10898 * bsd-uthread.c: Revert.
10899 * breakpoint.h: Revert.
10900 * breakpoint.c: Revert.
10901 * break-catch-throw.c: Revert.
10902 * break-catch-syscall.c: Revert.
10903 * break-catch-sig.c: Revert.
10904 * blockframe.c: Revert.
10905 * block.c: Revert.
10906 * bfin-tdep.c: Revert.
10907 * bfin-linux-tdep.c: Revert.
10908 * bfd-target.c: Revert.
10909 * bcache.c: Revert.
10910 * ax-general.c: Revert.
10911 * ax-gdb.h: Revert.
10912 * ax-gdb.c: Revert.
10913 * avr-tdep.c: Revert.
10914 * auxv.c: Revert.
10915 * auto-load.c: Revert.
10916 * arm-wince-tdep.c: Revert.
10917 * arm-tdep.c: Revert.
10918 * arm-symbian-tdep.c: Revert.
10919 * arm-pikeos-tdep.c: Revert.
10920 * arm-obsd-tdep.c: Revert.
10921 * arm-nbsd-tdep.c: Revert.
10922 * arm-nbsd-nat.c: Revert.
10923 * arm-linux-tdep.c: Revert.
10924 * arm-linux-nat.c: Revert.
10925 * arm-fbsd-tdep.c: Revert.
10926 * arm-fbsd-nat.c: Revert.
10927 * arm-bsd-tdep.c: Revert.
10928 * arch-utils.c: Revert.
10929 * arc-tdep.c: Revert.
10930 * arc-newlib-tdep.c: Revert.
10931 * annotate.h: Revert.
10932 * annotate.c: Revert.
10933 * amd64-windows-tdep.c: Revert.
10934 * amd64-windows-nat.c: Revert.
10935 * amd64-tdep.c: Revert.
10936 * amd64-sol2-tdep.c: Revert.
10937 * amd64-obsd-tdep.c: Revert.
10938 * amd64-obsd-nat.c: Revert.
10939 * amd64-nbsd-tdep.c: Revert.
10940 * amd64-nbsd-nat.c: Revert.
10941 * amd64-nat.c: Revert.
10942 * amd64-linux-tdep.c: Revert.
10943 * amd64-linux-nat.c: Revert.
10944 * amd64-fbsd-tdep.c: Revert.
10945 * amd64-fbsd-nat.c: Revert.
10946 * amd64-dicos-tdep.c: Revert.
10947 * amd64-darwin-tdep.c: Revert.
10948 * amd64-bsd-nat.c: Revert.
10949 * alpha-tdep.c: Revert.
10950 * alpha-obsd-tdep.c: Revert.
10951 * alpha-nbsd-tdep.c: Revert.
10952 * alpha-mdebug-tdep.c: Revert.
10953 * alpha-linux-tdep.c: Revert.
10954 * alpha-linux-nat.c: Revert.
10955 * alpha-bsd-tdep.c: Revert.
10956 * alpha-bsd-nat.c: Revert.
10957 * aix-thread.c: Revert.
10958 * agent.c: Revert.
10959 * addrmap.c: Revert.
10960 * ada-varobj.c: Revert.
10961 * ada-valprint.c: Revert.
10962 * ada-typeprint.c: Revert.
10963 * ada-tasks.c: Revert.
10964 * ada-lang.c: Revert.
10965 * aarch64-tdep.c: Revert.
10966 * aarch64-ravenscar-thread.c: Revert.
10967 * aarch64-newlib-tdep.c: Revert.
10968 * aarch64-linux-tdep.c: Revert.
10969 * aarch64-linux-nat.c: Revert.
10970 * aarch64-fbsd-tdep.c: Revert.
10971 * aarch64-fbsd-nat.c: Revert.
10972 * aarch32-linux-nat.c: Revert.
10973
10974 2019-04-05 Tom Tromey <tom@tromey.com>
10975
10976 * ft32-tdep.c: Sort headers.
10977 * frv-tdep.c: Sort headers.
10978 * frv-linux-tdep.c: Sort headers.
10979 * frame.c: Sort headers.
10980 * frame-unwind.c: Sort headers.
10981 * frame-base.c: Sort headers.
10982 * fork-child.c: Sort headers.
10983 * findvar.c: Sort headers.
10984 * findcmd.c: Sort headers.
10985 * filesystem.c: Sort headers.
10986 * filename-seen-cache.h: Sort headers.
10987 * filename-seen-cache.c: Sort headers.
10988 * fbsd-tdep.c: Sort headers.
10989 * fbsd-nat.h: Sort headers.
10990 * fbsd-nat.c: Sort headers.
10991 * f-valprint.c: Sort headers.
10992 * f-typeprint.c: Sort headers.
10993 * f-lang.c: Sort headers.
10994 * extension.h: Sort headers.
10995 * extension.c: Sort headers.
10996 * extension-priv.h: Sort headers.
10997 * expprint.c: Sort headers.
10998 * exec.h: Sort headers.
10999 * exec.c: Sort headers.
11000 * exceptions.c: Sort headers.
11001 * event-top.c: Sort headers.
11002 * event-loop.c: Sort headers.
11003 * eval.c: Sort headers.
11004 * elfread.c: Sort headers.
11005 * dwarf2read.h: Sort headers.
11006 * dwarf2read.c: Sort headers.
11007 * dwarf2loc.c: Sort headers.
11008 * dwarf2expr.h: Sort headers.
11009 * dwarf2expr.c: Sort headers.
11010 * dwarf2-frame.c: Sort headers.
11011 * dwarf2-frame-tailcall.c: Sort headers.
11012 * dwarf-index-write.h: Sort headers.
11013 * dwarf-index-write.c: Sort headers.
11014 * dwarf-index-common.c: Sort headers.
11015 * dwarf-index-cache.h: Sort headers.
11016 * dwarf-index-cache.c: Sort headers.
11017 * dummy-frame.c: Sort headers.
11018 * dtrace-probe.c: Sort headers.
11019 * disasm.h: Sort headers.
11020 * disasm.c: Sort headers.
11021 * disasm-selftests.c: Sort headers.
11022 * dictionary.c: Sort headers.
11023 * dicos-tdep.c: Sort headers.
11024 * demangle.c: Sort headers.
11025 * dcache.h: Sort headers.
11026 * dcache.c: Sort headers.
11027 * darwin-nat.h: Sort headers.
11028 * darwin-nat.c: Sort headers.
11029 * darwin-nat-info.c: Sort headers.
11030 * d-valprint.c: Sort headers.
11031 * d-namespace.c: Sort headers.
11032 * d-lang.c: Sort headers.
11033 * ctf.c: Sort headers.
11034 * csky-tdep.c: Sort headers.
11035 * csky-linux-tdep.c: Sort headers.
11036 * cris-tdep.c: Sort headers.
11037 * cris-linux-tdep.c: Sort headers.
11038 * cp-valprint.c: Sort headers.
11039 * cp-support.c: Sort headers.
11040 * cp-namespace.c: Sort headers.
11041 * cp-abi.c: Sort headers.
11042 * corelow.c: Sort headers.
11043 * corefile.c: Sort headers.
11044 * continuations.c: Sort headers.
11045 * completer.h: Sort headers.
11046 * completer.c: Sort headers.
11047 * complaints.c: Sort headers.
11048 * coffread.c: Sort headers.
11049 * coff-pe-read.c: Sort headers.
11050 * cli-out.h: Sort headers.
11051 * cli-out.c: Sort headers.
11052 * charset.c: Sort headers.
11053 * c-varobj.c: Sort headers.
11054 * c-valprint.c: Sort headers.
11055 * c-typeprint.c: Sort headers.
11056 * c-lang.c: Sort headers.
11057 * buildsym.c: Sort headers.
11058 * buildsym-legacy.c: Sort headers.
11059 * build-id.h: Sort headers.
11060 * build-id.c: Sort headers.
11061 * btrace.c: Sort headers.
11062 * bsd-uthread.c: Sort headers.
11063 * breakpoint.h: Sort headers.
11064 * breakpoint.c: Sort headers.
11065 * break-catch-throw.c: Sort headers.
11066 * break-catch-syscall.c: Sort headers.
11067 * break-catch-sig.c: Sort headers.
11068 * blockframe.c: Sort headers.
11069 * block.c: Sort headers.
11070 * bfin-tdep.c: Sort headers.
11071 * bfin-linux-tdep.c: Sort headers.
11072 * bfd-target.c: Sort headers.
11073 * bcache.c: Sort headers.
11074 * ax-general.c: Sort headers.
11075 * ax-gdb.h: Sort headers.
11076 * ax-gdb.c: Sort headers.
11077 * avr-tdep.c: Sort headers.
11078 * auxv.c: Sort headers.
11079 * auto-load.c: Sort headers.
11080 * arm-wince-tdep.c: Sort headers.
11081 * arm-tdep.c: Sort headers.
11082 * arm-symbian-tdep.c: Sort headers.
11083 * arm-pikeos-tdep.c: Sort headers.
11084 * arm-obsd-tdep.c: Sort headers.
11085 * arm-nbsd-tdep.c: Sort headers.
11086 * arm-nbsd-nat.c: Sort headers.
11087 * arm-linux-tdep.c: Sort headers.
11088 * arm-linux-nat.c: Sort headers.
11089 * arm-fbsd-tdep.c: Sort headers.
11090 * arm-fbsd-nat.c: Sort headers.
11091 * arm-bsd-tdep.c: Sort headers.
11092 * arch-utils.c: Sort headers.
11093 * arc-tdep.c: Sort headers.
11094 * arc-newlib-tdep.c: Sort headers.
11095 * annotate.h: Sort headers.
11096 * annotate.c: Sort headers.
11097 * amd64-windows-tdep.c: Sort headers.
11098 * amd64-windows-nat.c: Sort headers.
11099 * amd64-tdep.c: Sort headers.
11100 * amd64-sol2-tdep.c: Sort headers.
11101 * amd64-obsd-tdep.c: Sort headers.
11102 * amd64-obsd-nat.c: Sort headers.
11103 * amd64-nbsd-tdep.c: Sort headers.
11104 * amd64-nbsd-nat.c: Sort headers.
11105 * amd64-nat.c: Sort headers.
11106 * amd64-linux-tdep.c: Sort headers.
11107 * amd64-linux-nat.c: Sort headers.
11108 * amd64-fbsd-tdep.c: Sort headers.
11109 * amd64-fbsd-nat.c: Sort headers.
11110 * amd64-dicos-tdep.c: Sort headers.
11111 * amd64-darwin-tdep.c: Sort headers.
11112 * amd64-bsd-nat.c: Sort headers.
11113 * alpha-tdep.c: Sort headers.
11114 * alpha-obsd-tdep.c: Sort headers.
11115 * alpha-nbsd-tdep.c: Sort headers.
11116 * alpha-mdebug-tdep.c: Sort headers.
11117 * alpha-linux-tdep.c: Sort headers.
11118 * alpha-linux-nat.c: Sort headers.
11119 * alpha-bsd-tdep.c: Sort headers.
11120 * alpha-bsd-nat.c: Sort headers.
11121 * aix-thread.c: Sort headers.
11122 * agent.c: Sort headers.
11123 * addrmap.c: Sort headers.
11124 * ada-varobj.c: Sort headers.
11125 * ada-valprint.c: Sort headers.
11126 * ada-typeprint.c: Sort headers.
11127 * ada-tasks.c: Sort headers.
11128 * ada-lang.c: Sort headers.
11129 * aarch64-tdep.c: Sort headers.
11130 * aarch64-ravenscar-thread.c: Sort headers.
11131 * aarch64-newlib-tdep.c: Sort headers.
11132 * aarch64-linux-tdep.c: Sort headers.
11133 * aarch64-linux-nat.c: Sort headers.
11134 * aarch64-fbsd-tdep.c: Sort headers.
11135 * aarch64-fbsd-nat.c: Sort headers.
11136 * aarch32-linux-nat.c: Sort headers.
11137
11138 2019-04-04 Tom Tromey <tom@tromey.com>
11139
11140 * varobj.c (varobj_create): Update.
11141 * rust-exp.y (struct rust_parser) <update_innermost_block,
11142 lookup_symbol>: New methods.
11143 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
11144 Rename.
11145 (rust_parser::rust_lookup_type)
11146 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
11147 * printcmd.c (display_command, do_one_display): Update.
11148 * parser-defs.h (struct parser_state) <parser_state>: Add
11149 "tracker" parameter.
11150 (block_tracker): New member.
11151 (class innermost_block_tracker) <innermost_block_tracker>: Add
11152 "types" parameter.
11153 <reset>: Remove method.
11154 (innermost_block): Don't declare.
11155 (null_post_parser): Update.
11156 * parse.c (innermost_block): Remove global.
11157 (write_dollar_variable): Update.
11158 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
11159 Remove "tracker_types" parameter.
11160 (parse_expression): Add "tracker" parameter.
11161 (parse_expression_for_completion): Update.
11162 (null_post_parser): Add "tracker" parameter.
11163 * p-exp.y: Update rules.
11164 * m2-exp.y: Update rules.
11165 * language.h (struct language_defn) <la_post_parser>: Add
11166 "tracker" parameter.
11167 * go-exp.y: Update rules.
11168 * f-exp.y: Update rules.
11169 * expression.h (parse_expression, parse_exp_1): Add "tracker"
11170 parameter.
11171 * d-exp.y: Update rules.
11172 * c-exp.y: Update rules.
11173 * breakpoint.c (set_breakpoint_condition): Create an
11174 innermost_block_tracker.
11175 (watch_command_1): Likewise.
11176 * ada-lang.c (resolve): Add "tracker" parameter.
11177 (resolve_subexp): Likewise.
11178 * ada-exp.y (write_var_from_sym): Update.
11179
11180 2019-04-04 Tom Tromey <tom@tromey.com>
11181
11182 * type-stack.h: New file.
11183 * type-stack.c: New file.
11184 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
11185 type-stack.h.
11186 (insert_into_type_stack, insert_type, push_type, push_type_int)
11187 (insert_type_address_space, pop_type, pop_type_int)
11188 (pop_typelist, pop_type_stack, append_type_stack)
11189 (push_type_stack, get_type_stack, push_typelist)
11190 (follow_type_instance_flags, follow_types): Don't declare.
11191 * parse.c (type_stack): Remove global.
11192 (parse_exp_in_context): Update.
11193 (insert_into_type_stack, insert_type, push_type, push_type_int)
11194 (insert_type_address_space, pop_type, pop_type_int)
11195 (pop_typelist, pop_type_stack, append_type_stack)
11196 (push_type_stack, get_type_stack, push_typelist)
11197 (follow_type_instance_flags, follow_types): Remove (moved to
11198 type-stack.c).
11199 * f-exp.y (type_stack): New global.
11200 Update rules.
11201 (push_kind_type, f_parse): Update.
11202 * d-exp.y (type_stack): New global.
11203 Update rules.
11204 (d_parse): Update.
11205 * c-exp.y (struct c_parse_state) <type_stack>: New member.
11206 Update rules.
11207 * Makefile.in (COMMON_SFILES): Add type-stack.c.
11208 (HFILES_NO_SRCDIR): Add type-stack.h.
11209
11210 2019-04-04 Tom Tromey <tom@tromey.com>
11211
11212 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
11213 (rust_parser::convert_ast_to_expression, rust_parse)
11214 (rust_lex_test_completion, rust_lex_tests): Update.
11215 * parser-defs.h (struct expr_completion_state): New.
11216 (struct parser_state) <parser_state>: Add completion parameter.
11217 <mark_struct_expression, mark_completion_tag>: New methods.
11218 <parse_completion, m_completion_state>: New members.
11219 (prefixify_expression, null_post_parser): Update.
11220 (mark_struct_expression, mark_completion_tag): Don't declare.
11221 * parse.c (parse_completion, expout_last_struct)
11222 (expout_tag_completion_type, expout_completion_name): Remove
11223 globals.
11224 (parser_state::mark_struct_expression)
11225 (parser_state::mark_completion_tag): Now methods.
11226 (prefixify_expression): Add last_struct parameter.
11227 (prefixify_subexp): Likewise.
11228 (parse_exp_1): Update.
11229 (parse_exp_in_context): Add cstate parameter. Update.
11230 (parse_expression_for_completion): Create an
11231 expr_completion_state.
11232 (null_post_parser): Add "completion" parameter.
11233 * p-exp.y: Update rules.
11234 (yylex): Update.
11235 * language.h (struct language_defn) <la_post_parser>: Add
11236 "completing" parameter.
11237 * go-exp.y: Update rules.
11238 (lex_one_token): Update.
11239 * expression.h (parse_completion): Don't declare.
11240 * d-exp.y: Update rules.
11241 (lex_one_token): Update rules.
11242 * c-exp.y: Update rules.
11243 (lex_one_token): Update.
11244 * ada-lang.c (resolve): Add "parse_completion" parameter.
11245 (resolve_subexp): Likewise.
11246 (ada_resolve_function): Likewise.
11247
11248 2019-04-04 Tom Tromey <tom@tromey.com>
11249
11250 * parser-defs.h (struct parser_state) <start_arglist,
11251 end_arglist>: New methods.
11252 <arglist_len, m_funcall_chain>: New members.
11253 (arglist_len, start_arglist, end_arglist): Don't declare.
11254 * parse.c (arglist_len, funcall_chain): Remove global.
11255 (start_arglist, end_arglist): Remove functions.
11256 (parse_exp_in_context): Update.
11257 * p-exp.y: Update rules.
11258 * m2-exp.y: Update rules.
11259 * go-exp.y: Update rules.
11260 * f-exp.y: Update rules.
11261 * d-exp.y: Update rules.
11262 * c-exp.y: Update rules.
11263
11264 2019-04-04 Tom Tromey <tom@tromey.com>
11265
11266 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
11267 lex_operator, push_back>: New methods.
11268 Update all rules.
11269 (rust_parser::lex_hex, lex_escape): Rename and update.
11270 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
11271 (rust_parser::lex_operator): Rename and update.
11272 (rust_parser::lex_number, rustyylex, rustyyerror)
11273 (rust_lex_test_init, rust_lex_test_sequence)
11274 (rust_lex_test_push_back, rust_lex_tests): Update.
11275 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
11276 parameter.
11277 <lexptr, prev_lexptr>: New members.
11278 (lexptr, prev_lexptr): Don't declare.
11279 * parse.c (lexptr, prev_lexptr): Remove globals.
11280 (parse_exp_in_context): Update.
11281 * p-exp.y (yylex, yyerror): Update.
11282 * m2-exp.y (parse_number, yylex, yyerror): Update.
11283 * go-exp.y (lex_one_token, yyerror): Update.
11284 * f-exp.y (match_string_literal, yylex, yyerror): Update.
11285 * d-exp.y (lex_one_token, yyerror): Update.
11286 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
11287 (lex_one_token, yyerror): Update.
11288 * ada-lex.l (YY_INPUT): Update.
11289 (rewind_to_char): Update.
11290 * ada-exp.y (yyerror): Update.
11291
11292 2019-04-04 Tom Tromey <tom@tromey.com>
11293
11294 * rust-exp.y (rustyylex, rust_lex_tests): Update.
11295 * parser-defs.h (struct parser_state) <parser_state>: Add new
11296 parameter.
11297 <comma_terminates>: New member.
11298 (comma_terminates): Don't declare global.
11299 * parse.c (comma_terminates): Remove global.
11300 (parse_exp_in_context): Update.
11301 * p-exp.y (yylex): Update.
11302 * m2-exp.y (yylex): Update.
11303 * go-exp.y (lex_one_token): Update.
11304 * f-exp.y (yylex): Update.
11305 * d-exp.y (lex_one_token): Update.
11306 * c-exp.y (lex_one_token): Update.
11307 * ada-lex.l: Update.
11308
11309 2019-04-04 Tom Tromey <tom@tromey.com>
11310
11311 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
11312 (rustyylex, rust_lex_test_init, rust_lex_test_one)
11313 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
11314 * parser-defs.h (paren_depth): Don't declare.
11315 * parse.c (paren_depth): Remove global.
11316 (parse_exp_in_context): Update.
11317 * p-exp.y (paren_depth): New global.
11318 (pascal_parse): Initialize it.
11319 * m2-exp.y (paren_depth): New global.
11320 (m2_parse): Initialize it.
11321 * go-exp.y (paren_depth): New global.
11322 (go_parse): Initialize it.
11323 * f-exp.y (paren_depth): New global.
11324 (f_parse): Initialize it.
11325 * d-exp.y (paren_depth): New global.
11326 (d_parse): Initialize it.
11327 * c-exp.y (paren_depth): New global.
11328 (c_parse): Initialize it.
11329 * ada-lex.l (paren_depth): New global.
11330 (lexer_init): Initialize it.
11331
11332 2019-04-04 Tom Tromey <tom@tromey.com>
11333
11334 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
11335 (rust_parser::convert_ast_to_type)
11336 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
11337 * parser-defs.h (struct parser_state) <parser_state>: Add
11338 parameters. Initialize new members.
11339 <expression_context_block, expression_context_pc>: New members.
11340 * parse.c (expression_context_block, expression_context_pc):
11341 Remove globals.
11342 (parse_exp_in_context): Update.
11343 * p-exp.y: Update all rules.
11344 (yylex): Update.
11345 * m2-exp.y: Update all rules.
11346 (yylex): Update.
11347 * go-exp.y (yylex): Update.
11348 * f-exp.y (yylex): Update.
11349 * d-exp.y: Update all rules.
11350 (yylex): Update.
11351 * c-exp.y: Update all rules.
11352 (lex_one_token, classify_name, yylex, c_parse): Update.
11353 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
11354
11355 2019-04-04 Tom Tromey <tom@tromey.com>
11356
11357 * gdbarch.h, gdbarch.c: Rebuild.
11358 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
11359 * stap-probe.h:
11360 (struct stap_parse_info): Replace "parser_state" with
11361 "expr_builder".
11362 * parser-defs.h (struct expr_builder): Rename from "parser_state".
11363 (parser_state): New class.
11364 * parse.c (expr_builder): Rename.
11365 (expr_builder::release): Rename.
11366 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
11367 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
11368 (write_exp_elt_longcst, write_exp_elt_floatcst)
11369 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
11370 (write_exp_string_vector, write_exp_bitstring)
11371 (write_exp_msymbol, mark_struct_expression)
11372 (write_dollar_variable)
11373 (insert_type_address_space, increase_expout_size): Replace
11374 "parser_state" with "expr_builder".
11375 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
11376 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
11377 "parser_state" with "expr_builder".
11378
11379 2019-04-04 Tom Tromey <tom@tromey.com>
11380
11381 * rust-exp.y: Replace "parse_language" with method call.
11382 * p-exp.y:
11383 (yylex): Replace "parse_language" with method call.
11384 * m2-exp.y:
11385 (yylex): Replace "parse_language" with method call.
11386 * go-exp.y (classify_name): Replace "parse_language" with method
11387 call.
11388 * f-exp.y (yylex): Replace "parse_language" with method call.
11389 * d-exp.y (lex_one_token): Replace "parse_language" with method
11390 call.
11391 * c-exp.y:
11392 (lex_one_token, classify_name, yylex): Replace "parse_language"
11393 with method call.
11394 * ada-exp.y (find_primitive_type, type_char)
11395 (type_system_address): Replace "parse_language" with method call.
11396
11397 2019-04-04 Tom Tromey <tom@tromey.com>
11398
11399 * rust-exp.y: Replace "parse_gdbarch" with method call.
11400 * parse.c (write_dollar_variable, insert_type_address_space):
11401 Replace "parse_gdbarch" with method call.
11402 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
11403 call.
11404 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
11405 call.
11406 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
11407 "parse_gdbarch" with method call.
11408 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
11409 with method call.
11410 * f-exp.y (parse_type, parse_f_type, yylex): Replace
11411 "parse_gdbarch" with method call.
11412 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
11413 "parse_gdbarch" with method call.
11414 * c-exp.y (parse_type, parse_number, classify_name): Replace
11415 "parse_gdbarch" with method call.
11416 * ada-lex.l: Replace "parse_gdbarch" with method call.
11417 * ada-exp.y (parse_type, find_primitive_type, type_char)
11418 (type_system_address): Replace "parse_gdbarch" with method call.
11419
11420 2019-04-04 Tom Tromey <tom@tromey.com>
11421
11422 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
11423 * stap-probe.c (stap_parse_argument): Update.
11424 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
11425 initial_size parameter.
11426 * rust-exp.y (rust_lex_tests): Update.
11427 * parse.c (parser_state): Update.
11428 (parse_exp_in_context): Update.
11429 * parser-defs.h (struct parser_state) <parser_state>: Remove
11430 "initial_size" parameter.
11431
11432 2019-04-04 Tom Tromey <tom@tromey.com>
11433
11434 * parser-defs.h (increase_expout_size): Don't declare.
11435 * parse.c (increase_expout_size): Now static.
11436
11437 2019-04-04 Thomas Schwinge <thomas@codesourcery.com>
11438
11439 * gnu-nat.c (gnu_nat_target::wait): Fix
11440 target_waitstatus_to_string call.
11441
11442 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
11443
11444 * eval.c (evaluate_subexp_standard): Handle internal functions
11445 during Fortran function call handling.
11446
11447 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
11448
11449 * NEWS: Mention new internal functions.
11450 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
11451 (read_base_type): Use dwarf2_init_complex_target_type.
11452 * value.c (creal_internal_fn): New function.
11453 (cimag_internal_fn): New function.
11454 (_initialize_values): Register new internal functions.
11455
11456 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11457
11458 * infrun.c (stop_all_threads): If debug_infrun, always
11459 trace the wait status after wait_one, using
11460 target_waitstatus_to_string and target_pid_to_str.
11461 (handle_inferior_event): Replace various trace of
11462 wait status kind by a single trace.
11463 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
11464 wait status kind image by target_waitstatus_to_string.
11465 * target/waitstatus.c (target_waitstatus_to_string): Fix
11466 obsolete comment.
11467
11468 2019-04-01 Tom Tromey <tromey@adacore.com>
11469
11470 PR symtab/23331:
11471 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
11472
11473 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
11474 Pedro Alves <palves@redhat.com>
11475
11476 * top.c (quit_force): Call 'finalize_values'.
11477 * value.c (finalize_values): New function.
11478 * value.h (finalize_values): Declare.
11479
11480 2019-03-30 Eli Zaretskii <eliz@gnu.org>
11481
11482 * NEWS: Announce $_gdb_major and $_gdb_minor.
11483
11484 * top.c (init_gdb_version_vars): New function.
11485 (gdb_init): Call init_gdb_version_vars.
11486
11487 2019-03-29 Tom Tromey <tromey@adacore.com>
11488
11489 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
11490 help text. Remove dead code.
11491
11492 2019-03-29 Keith Seitz <keiths@redhat.com>
11493
11494 From Siddhesh Poyarekar:
11495 * f-lang.h (f77_get_upperbound): Return LONGEST.
11496 (f77_get_lowerbound): Likewise.
11497 * f-typeprint.c (f_type_print_varspec_suffix): Expand
11498 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
11499 print them.
11500 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
11501 plongest to format print it.
11502 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
11503 (f77_get_upperbound): Likewise.
11504 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
11505 LOWER_BOUND to LONGEST.
11506 (f77_create_arrayprint_offset_tbl): Likewise.
11507
11508 2019-03-29 Keith Seitz <keiths@redhat.com>
11509
11510 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
11511 %s/pulongest for TYPE_LENGTH instead of %d in format
11512 strings.
11513 * ada-typerint.c (ada_print_type): Likewise.
11514 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
11515 * compile/compile-c-support.c (generate_register_struct): Likewise.
11516 * gdbtypes.c (recursive_dump_type): Likewise.
11517 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
11518 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
11519 instead of %d in format strings.
11520 * riscv-tdep.c (riscv_type_alignment): Cast second argument
11521 to std::min to ULONGEST.
11522 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
11523 instead of %d in format strings.
11524 * tracepoint.c (info_scope_command): Likewise.
11525 * typeprint.c (print_offset_data::update)
11526 (print_offset_data::finish): Likewise.
11527 * xtensa-tdep.c (xtensa_store_return_value)
11528 (xtensa_push_dummy_call): Likewise.
11529
11530 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
11531
11532 * windows-nat.c (display_selector): Fixed format specifications
11533 for 64-bit Cygwin.
11534
11535 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11536
11537 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
11538
11539 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
11540
11541 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
11542 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
11543 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
11544 (nios2_linux_init_abi): Install it.
11545
11546 2019-03-28 Alan Hayward <alan.hayward@arm.com>
11547
11548 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
11549
11550 2019-03-28 Alan Hayward <alan.hayward@arm.com>
11551
11552 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
11553
11554 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11555 Tom Tromey <tromey@adacore.com>
11556
11557 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
11558
11559 2019-03-26 Joel Brobecker <brobecker@adacore.com>
11560
11561 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
11562 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
11563 method to compute the bounds of range types. Also print "[evaluated]"
11564 if the bounds' values come from a dynamic evaluation.
11565
11566 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
11567
11568 * cp-valprint.c (cp_print_value_fields): Don't print trailing
11569 whitespace when pretty printing is on.
11570
11571 2019-03-26 Alan Hayward <alan.hayward@arm.com>
11572
11573 * ppc-linux-nat.c: Add include.
11574
11575 2019-03-26 Alan Hayward <alan.hayward@arm.com>
11576
11577 * NEWS: Mention AArch64 Pointer Authentication.
11578
11579 2019-03-26 Alan Hayward <alan.hayward@arm.com>
11580
11581 * arm-linux-nat.c: Add include.
11582
11583 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
11584
11585 * source-cache.c (source_cache::get_source_lines): Re-read
11586 fullname after calling open_source_file.
11587
11588 2019-03-25 John Baldwin <jhb@FreeBSD.org>
11589
11590 * NEWS: Mention TLS support for FreeBSD.
11591
11592 2019-03-25 Tom Tromey <tromey@adacore.com>
11593
11594 * minsyms.c (BUNCH_SIZE): Update comment.
11595 (~minimal_symbol_reader): Remove old comment.
11596 (compact_minimal_symbols): Update comment.
11597 (minimal_symbol_reader::install): Remove old comment. Update
11598 other comments.
11599
11600 2019-03-25 Alan Hayward <alan.hayward@arm.com>
11601
11602 * s390-linux-nat.c: Add include.
11603
11604 2019-03-25 Alan Hayward <alan.hayward@arm.com>
11605
11606 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
11607 Call linux_get_hwcap.
11608 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
11609 Likewise.
11610 (aarch64_linux_get_hwcap): Remove function.
11611 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
11612 declaration.
11613 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
11614 linux_get_hwcap.
11615 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
11616 * linux-tdep.c (linux_get_hwcap): Add function.
11617 (linux_get_hwcap2): Likewise.
11618 * linux-tdep.h (linux_get_hwcap): Add declaration.
11619 (linux_get_hwcap2): Likewise.
11620 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
11621 (ppc_linux_get_hwcap2): Likewise.
11622 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
11623 linux_get_hwcap.
11624 (ppc_linux_nat_target::insert_watchpoint): Likewise.
11625 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
11626 (ppc_linux_nat_target::read_description): Likewise.
11627 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
11628 * s390-linux-nat.c: Likewise.
11629 * s390-linux-tdep.c (s390_core_read_description): Likewise.
11630
11631 2019-03-24 Tom Tromey <tom@tromey.com>
11632
11633 * ada-lang.c (standard_lookup): Simplify initialization.
11634 (ada_lookup_symbol_nonlocal): Simplify return.
11635 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
11636 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
11637 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
11638 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
11639 initialization.
11640 * solib.c (solib_global_lookup): Simplify.
11641 * symtab.c (null_block_symbol): Remove.
11642 (symbol_cache_lookup): Simplify returns.
11643 (lookup_language_this): Simplify returns.
11644 (lookup_symbol_aux): Simplify return.
11645 (lookup_local_symbol): Simplify returns.
11646 (lookup_global_symbol_from_objfile): Simplify return.
11647 (lookup_symbol_in_objfile_symtabs)
11648 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
11649 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
11650 (lookup_static_symbol, lookup_global_symbol): Simplify return.
11651 * cp-namespace.c (cp_lookup_bare_symbol)
11652 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
11653 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
11654 (cp_lookup_nested_symbol): Don't use null_block_symbol.
11655 (cp_lookup_symbol_via_imports): Simplify initialization.
11656 (find_symbol_in_baseclass): Likewise.
11657 * symtab.h (null_block_symbol): Remove.
11658 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
11659 (d_lookup_nested_symbol, d_lookup_symbol_imports)
11660 (d_lookup_symbol_module): Likewise.
11661 (find_symbol_in_baseclass): Simplify initialization.
11662
11663 2019-03-24 Tom Tromey <tom@tromey.com>
11664
11665 * expression.h: Don't include symtab.h.
11666 (struct block): Forward declare.
11667
11668 2019-03-24 Tom Tromey <tom@tromey.com>
11669
11670 * c-exp.y (typebase): Remove casts.
11671 * gdbtypes.c (lookup_unsigned_typename, )
11672 (lookup_signed_typename): Remove cast.
11673 * eval.c (parse_to_comma_and_eval): Remove cast.
11674 * parse.c (write_dollar_variable): Remove cast.
11675 * block.h (struct block) <superblock>: Now const.
11676 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
11677 * psymtab.c (psym_map_matching_symbols): Make "block" const.
11678 (map_block): Make "block" const.
11679 * symfile.h (struct quick_symbol_functions)
11680 <map_matching_symbols>: Constify block argument to "callback".
11681 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
11682 const.
11683 (find_pc_sect_compunit_symtab): Make "b" const.
11684 (find_symbol_at_address): Likewise.
11685 (search_symbols): Likewise.
11686 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
11687 (dw2_debug_names_lookup_symbol): Likewise.
11688 (dw2_map_matching_symbols): Update.
11689 * p-valprint.c (pascal_val_print): Remove "block".
11690 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
11691 (aux_add_nonlocal_symbols): Make "block" const.
11692 (resolve_subexp): Remove cast.
11693 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
11694 const.
11695 (iterate_over_file_blocks): Likewise.
11696 * f-exp.y (%union) <bval>: Remove.
11697 * coffread.c (patch_opaque_types): Make "b" const.
11698 * spu-tdep.c (spu_catch_start): Make "block" const.
11699 * c-valprint.c (print_unpacked_pointer): Remove "block".
11700 * symmisc.c (dump_symtab_1): Make "b" const.
11701 (block_depth): Make "block" const.
11702 * d-exp.y (%union) <bval>: Remove.
11703 * cp-support.h (cp_lookup_rtti_type): Update.
11704 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
11705 * psymtab.c (psym_lookup_symbol): Make "block" const.
11706 (maintenance_check_psymtabs): Make "b" const.
11707 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
11708 (enumerate_locals, enumerate_args): Update.
11709 * python/py-symtab.c (stpy_global_block): Make "block" const.
11710 (stpy_static_block): Likewise.
11711 * inline-frame.c (block_starting_point_at): Make "new_block"
11712 const.
11713 * block.c (find_block_in_blockvector): Make return type const.
11714 (blockvector_for_pc_sect): Make "b" const.
11715 (find_block_in_blockvector): Make "b" const.
11716
11717 2019-03-23 Tom Tromey <tom@tromey.com>
11718
11719 * varobj.c (varobj_create): Update.
11720 * symfile.c (clear_symtab_users): Don't reset innermost_block.
11721 * printcmd.c (display_command, do_one_display): Don't reset
11722 innermost_block.
11723 * parser-defs.h (enum innermost_block_tracker_type): Move to
11724 expression.h.
11725 (innermost_block): Update comment.
11726 * parse.c (parse_exp_1): Add tracker_types parameter.
11727 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
11728 tracker_types parameter. Reset innermost_block.
11729 (parse_exp_in_context): Remove.
11730 (parse_expression_for_completion): Update.
11731 * objfiles.c (~objfile): Don't reset expression_context_block or
11732 innermost_block.
11733 * expression.h (enum innermost_block_tracker_type): Move from
11734 parser-defs.h.
11735 (parse_exp_1): Add tracker_types parameter.
11736 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
11737 reset innermost_block.
11738
11739 2019-03-23 Tom Tromey <tom@tromey.com>
11740
11741 * objfiles.h: Include bcache.h.
11742
11743 2019-03-23 Tom Tromey <tom@tromey.com>
11744
11745 * linespec.c (get_current_search_block): Use
11746 scoped_restore_current_language.
11747 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
11748
11749 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11750 Jiong Wang <jiong.wang@arm.com>
11751
11752 * aarch64-linux-tdep.c
11753 (aarch64_linux_iterate_over_regset_sections): Check for pauth
11754 section.
11755 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
11756
11757 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11758 Jiong Wang <jiong.wang@arm.com>
11759
11760 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
11761 instructions.
11762 (aarch64_analyze_prologue_test): Add PACIASP test.
11763 (aarch64_prologue_prev_register): Unmask PC value.
11764
11765 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11766 Jiong Wang <jiong.wang@arm.com>
11767
11768 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
11769 (aarch64_dwarf2_prev_register): Unmask PC value.
11770 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
11771 (aarch64_execute_dwarf_cfa_vendor_op): Check for
11772 DW_CFA_AARCH64_negate_ra_state.
11773 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
11774
11775 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11776 Jiong Wang <jiong.wang@arm.com>
11777
11778 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
11779 registers.
11780 (aarch64_pseudo_register_name): Likewise.
11781 (aarch64_pseudo_register_type): Likewise.
11782 (aarch64_pseudo_register_reggroup_p): Likewise.
11783 (aarch64_gdbarch_init): Add pauth registers.
11784 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
11785 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
11786 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
11787 (struct gdbarch_tdep): Add regnum for ra_state.
11788
11789 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11790 Jiong Wang <jiong.wang@arm.com>
11791
11792 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
11793
11794 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11795 Jiong Wang <jiong.wang@arm.com>
11796
11797 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
11798 function.
11799 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
11800 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
11801 (aarch64_gdbarch_init): Add puth registers.
11802 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
11803 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
11804 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
11805
11806 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11807 Jiong Wang <jiong.wang@arm.com>
11808
11809 * aarch64-linux-nat.c
11810 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
11811 * aarch64-linux-tdep.c
11812 (aarch64_linux_core_read_description): Likewise.
11813 (aarch64_linux_get_hwcap): New function.
11814 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
11815 (aarch64_linux_get_hwcap): New declaration.
11816
11817 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11818 Jiong Wang <jiong.wang@arm.com>
11819
11820 * aarch64-linux-nat.c
11821 (aarch64_linux_nat_target::read_description): Add pauth param.
11822 * aarch64-linux-tdep.c
11823 (aarch64_linux_core_read_description): Likewise.
11824 * aarch64-tdep.c (struct target_desc): Add in pauth.
11825 (aarch64_read_description): Add pauth param.
11826 (aarch64_gdbarch_init): Likewise.
11827 * aarch64-tdep.h (aarch64_read_description): Likewise.
11828 * arch/aarch64.c (aarch64_create_target_description): Likewise.
11829 * arch/aarch64.h (aarch64_create_target_description): Likewise.
11830 * features/Makefile: Add new files.
11831 * features/aarch64-pauth.c: New file.
11832 * features/aarch64-pauth.xml: New file.
11833
11834 2019-03-20 Tom Tromey <tromey@adacore.com>
11835
11836 * infrun.c (handle_inferior_event): Rename from
11837 handle_inferior_event_1. Create a scoped_value_mark.
11838 (handle_inferior_event): Remove.
11839
11840 2019-03-19 Tom Tromey <tromey@adacore.com>
11841
11842 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
11843 * infrun.h (print_stop_event): Add "displays" parameter.
11844 * infrun.c (print_stop_event): Add "displays" parameter.
11845
11846 2019-03-19 Pedro Alves <palves@redhat.com>
11847
11848 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
11849 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
11850 to -1. Fix TABs vs spaces.
11851 (tui_ui_out::tui_ui_out): Don't initialize fields here.
11852 * tui/tui-out.h (tui_ui_out) Add intro comments.
11853 <m_line, m_start_of_line>: In-class initialize, and add describing
11854 comment.
11855
11856 2019-03-18 Alan Hayward <alan.hayward@arm.com>
11857
11858 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
11859 variable names.
11860 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
11861
11862 2019-03-18 Pedro Alves <palves@redhat.com>
11863 Eli Zaretskii <eliz@gnu.org>
11864
11865 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
11866 m_line and m_start_of_line.
11867
11868 2019-03-18 Eli Zaretskii <eliz@gnu.org>
11869
11870 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
11871 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
11872 it returns a newline. This fixes a regression in TU mode, whereby
11873 the next line is output on the same screen line as the user input.
11874
11875 2019-03-18 Tom Tromey <tromey@adacore.com>
11876
11877 * minsyms.c (minimal_symbol_reader::install): Remove call to
11878 obstack_blank.
11879
11880 2019-03-18 Pedro Alves <palves@redhat.com>
11881
11882 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
11883 New globals.
11884 (apply_style): New, factored out from ...
11885 (apply_ansi_escape): ... this. Handle reverse video mode.
11886 (tui_set_reverse_mode): New function.
11887 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
11888 * tui/tui-winsource.c (tui_show_source_line): Use
11889 tui_set_reverse_mode instead of setting A_STANDOUT.
11890 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
11891 New setter methods.
11892
11893 2019-03-18 Hannes Domani <ssbssa@yahoo.de>
11894
11895 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
11896 Handle tabs.
11897
11898 2019-03-18 Tom Tromey <tromey@adacore.com>
11899
11900 * ada-lang.c (empty_array): Add "high" parameter.
11901 (ada_evaluate_subexp): Update.
11902
11903 2019-03-17 Sergei Trofimovich <siarheit@google.com>
11904
11905 * unittests/string_view-selftests.c: Define
11906 _initialize_string_view_selftests unconditionally.
11907
11908 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
11909
11910 PR gdb/24350
11911 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
11912
11913 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
11914
11915 PR gdb/24351
11916 * windows-nat.c (display_selector): Fix format specifiers.
11917
11918 2019-03-17 Eli Zaretskii <eliz@gnu.org>
11919
11920 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
11921 tui_refill_source_window instead of tui_refresh_win, to update the
11922 current execution line. This fixes redisplay of the current line
11923 when stepping through the code with "next" or "step".
11924
11925 2019-03-16 Eli Zaretskii <eliz@gnu.org>
11926
11927 * source-cache.c (source_cache::get_source_lines): Call
11928 find_source_lines to initialize s->nlines. This fixes vertical
11929 scrolling of TUI source window when the DOWN arrow is pressed.
11930
11931 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11932
11933 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
11934 linux-thread-db.c (_initialize_thread_db): Likewise.
11935
11936 2019-03-16 Eli Zaretskii <eliz@gnu.org>
11937
11938 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
11939 wclrtoeol in tui_show_source_line". This reverts changes made in
11940 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
11941
11942 2019-03-15 Tom Tromey <tom@tromey.com>
11943
11944 * symtab.h (struct minimal_symbol): Derive from
11945 general_symbol_info.
11946 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
11947 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
11948 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
11949 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
11950 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
11951 (MSYMBOL_SEARCH_NAME): Update.
11952 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
11953 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
11954 * minsyms.c (minimal_symbol_reader::record_full): Update.
11955
11956 2019-03-15 Tom Tromey <tom@tromey.com>
11957
11958 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
11959
11960 2019-03-15 Tom Tromey <tom@tromey.com>
11961
11962 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
11963 unique_xmalloc_ptr.
11964 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
11965 Update.
11966 * minsyms.c (lookup_minimal_symbol_by_pc_section)
11967 (build_minimal_symbol_hash_tables)
11968 (minimal_symbol_reader::install): Update.
11969
11970 2019-03-15 Tom Tromey <tom@tromey.com>
11971
11972 * symtab.c (create_demangled_names_hash): Update.
11973 (symbol_set_names): Update.
11974 * objfiles.h (struct objfile_per_bfd_storage)
11975 <demangled_names_hash>: Now an htab_up.
11976 * objfiles.c (objfile_per_bfd_storage): Simplify.
11977
11978 2019-03-15 Tom Tromey <tom@tromey.com>
11979
11980 * objfiles.h (struct objfile_per_bfd_storage): Declare
11981 destructor.
11982 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
11983 New.
11984 (get_objfile_bfd_data): Use new. Don't initialize
11985 language_of_main.
11986 (free_objfile_per_bfd_storage): Remove.
11987 (objfile_bfd_data_free, objfile::~objfile): Use delete.
11988
11989 2019-03-15 Tom Tromey <tom@tromey.com>
11990
11991 * symfile.c (reread_symbols): Update.
11992 * objfiles.c (objfile::objfile): Update.
11993 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
11994 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
11995 comment.
11996 (minimal_symbol_reader::install): Update.
11997 (terminate_minimal_symbol_table): Remove.
11998 * jit.c (jit_object_close_impl): Update.
11999
12000 2019-03-15 Tom Tromey <tom@tromey.com>
12001
12002 * minsyms.c (minimal_symbol_reader::record_full): Remove some
12003 initializations.
12004
12005 2019-03-15 Tom Tromey <tom@tromey.com>
12006
12007 * objfiles.h (struct objfile_per_bfd_storage)
12008 <demangled_hash_languages>: Now a bitset.
12009 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
12010 (lookup_minimal_symbol): Update.
12011
12012 2019-03-15 Tom Tromey <tom@tromey.com>
12013
12014 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
12015 Don't return the symbol.
12016 * coffread.c (record_minimal_symbol): Use record_full.
12017
12018 2019-03-14 Eli Zaretskii <eliz@gnu.org>
12019
12020 The MS-Windows port of ncurses fails to switch to a color pair if
12021 one or both of the colors are the implicit default colors. This
12022 change records the default colors when TUI is initialized, and
12023 then specifies them explicitly when a color pair uses the default
12024 colors. This allows color styling in TUI mode on MS-Windows.
12025
12026 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
12027 ncurses_norm_attr.
12028 (tui_initialize_io) [__MINGW32__]: Record the default terminal
12029 colors in ncurses_norm_attr.
12030 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
12031 "none", replace it with the default color recorded in
12032 ncurses_norm_attr.
12033
12034 2019-03-14 Tom Tromey <tromey@adacore.com>
12035
12036 * source-cache.h (class source_cache) <get_source_lines>: Return
12037 std::string.
12038 * source-cache.c (source_cache::extract_lines): Handle case where
12039 first_pos==npos. Return std::string.
12040 (source_cache::get_source_lines): Update.
12041
12042 2019-03-14 Tom Tromey <tromey@adacore.com>
12043
12044 * NEWS: Add item for "style sources" commands.
12045 * source-cache.c (source_cache::get_source_lines): Check
12046 source_styling.
12047 * cli/cli-style.c (source_styling): New global.
12048 (_initialize_cli_style): Add "style sources" commands.
12049 (show_style_sources): New function.
12050 * cli/cli-style.h (source_styling): Declare.
12051
12052 2019-03-14 Pedro Alves <palves@redhat.com>
12053 Tom Tromey <tromey@adacore.com>
12054
12055 * tui/tui-winsource.h (tui_refill_source_window): Declare.
12056 * tui/tui-winsource.c (tui_refill_source_window): New function,
12057 from...
12058 (tui_horizontal_source_scroll): ... here. Move some logic.
12059 * cli/cli-style.c (set_style_enabled): Notify new observable.
12060 * tui/tui-hooks.c (tui_redisplay_source): New function.
12061 (tui_attach_detach_observers): Attach or detach
12062 tui_redisplay_source.
12063 * observable.h (source_styling_changed): New observable.
12064 * observable.c: Define source_styling_changed observable.
12065
12066 2019-03-13 Tom Tromey <tromey@adacore.com>
12067
12068 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
12069 (i386_gnu_nat_target::store_registers): Update.
12070 * target-debug.h (target_debug_print_std_string): New macro.
12071 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
12072 * windows-tdep.c (display_one_tib): Update.
12073 * tui/tui-stack.c (tui_make_status_line): Update.
12074 * top.c (print_inferior_quit_action): Update.
12075 * thread.c (thr_try_catch_cmd): Update.
12076 (add_thread_with_info): Update.
12077 (thread_target_id_str): Update.
12078 (thr_try_catch_cmd): Update.
12079 (thread_command): Update.
12080 (thread_find_command): Update.
12081 * record-btrace.c (record_btrace_target::info_record)
12082 (record_btrace_resume_thread, record_btrace_target::resume)
12083 (record_btrace_cancel_resume, record_btrace_step_thread)
12084 (record_btrace_target::wait, record_btrace_target::wait)
12085 (record_btrace_target::wait, record_btrace_target::stop): Update.
12086 * progspace.c (print_program_space): Update.
12087 * process-stratum-target.c
12088 (process_stratum_target::thread_address_space): Update.
12089 * linux-fork.c (linux_fork_mourn_inferior)
12090 (detach_checkpoint_command, info_checkpoints_command)
12091 (linux_fork_context): Update.
12092 (linux_fork_detach): Update.
12093 (class scoped_switch_fork_info): Update.
12094 (delete_checkpoint_command): Update.
12095 * infrun.c (follow_fork_inferior): Update.
12096 (follow_fork_inferior): Update.
12097 (proceed_after_vfork_done): Update.
12098 (handle_vfork_child_exec_or_exit): Update.
12099 (follow_exec): Update.
12100 (displaced_step_prepare_throw): Update.
12101 (displaced_step_restore): Update.
12102 (start_step_over): Update.
12103 (resume_1): Update.
12104 (clear_proceed_status_thread): Update.
12105 (proceed): Update.
12106 (print_target_wait_results): Update.
12107 (do_target_wait): Update.
12108 (context_switch): Update.
12109 (stop_all_threads): Update.
12110 (restart_threads): Update.
12111 (finish_step_over): Update.
12112 (handle_signal_stop): Update.
12113 (switch_back_to_stepped_thread): Update.
12114 (keep_going_pass_signal): Update.
12115 (print_exited_reason): Update.
12116 (normal_stop): Update.
12117 * inferior.c (inferior_pid_to_str): Change return type.
12118 (print_selected_inferior): Update.
12119 (add_inferior): Update.
12120 (detach_inferior): Update.
12121 * dummy-frame.c (fprint_dummy_frames): Update.
12122 * dcache.c (dcache_info_1): Update.
12123 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
12124 (btrace_fetch, btrace_clear): Update.
12125 * linux-tdep.c (linux_core_pid_to_str): Change return type.
12126 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
12127 type.
12128 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
12129 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
12130 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
12131 * gdbarch.c, gdbarch.h: Rebuild.
12132 * gdbarch.sh (core_pid_to_str): Change return type.
12133 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
12134 return type.
12135 (windows_nat_target::pid_to_str): Change return type.
12136 (windows_delete_thread): Update.
12137 (windows_nat_target::attach): Update.
12138 (windows_nat_target::files_info): Update.
12139 * target-delegates.c: Rebuild.
12140 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
12141 return type.
12142 (sol_thread_target::pid_to_str): Change return type.
12143 * remote.c (class remote_target) <pid_to_str>: Change return
12144 type.
12145 (remote_target::pid_to_str): Change return type.
12146 (extended_remote_target::attach, remote_target::remote_stop_ns)
12147 (remote_target::remote_notif_remove_queued_reply)
12148 (remote_target::push_stop_reply, remote_target::disable_btrace):
12149 Update.
12150 (extended_remote_target::attach): Update.
12151 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
12152 type.
12153 (gdbsim_target::pid_to_str): Change return type.
12154 * ravenscar-thread.c (struct ravenscar_thread_target)
12155 <pid_to_str>: Change return type.
12156 (ravenscar_thread_target::pid_to_str): Change return type.
12157 * procfs.c (class procfs_target) <pid_to_str>: Change return
12158 type.
12159 (procfs_target::pid_to_str): Change return type.
12160 (procfs_target::attach): Update.
12161 (procfs_target::detach): Update.
12162 (procfs_target::fetch_registers): Update.
12163 (procfs_target::store_registers): Update.
12164 (procfs_target::wait): Update.
12165 (procfs_target::files_info): Update.
12166 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
12167 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
12168 return type.
12169 (nto_procfs_target::pid_to_str): Change return type.
12170 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
12171 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
12172 return type.
12173 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
12174 (exit_lwp): Update.
12175 (attach_proc_task_lwp_callback, get_detach_signal)
12176 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
12177 (linux_nat_target::resume, wait_lwp, stop_callback)
12178 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
12179 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
12180 (linux_nat_wait_1, resume_stopped_resumed_lwps)
12181 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
12182 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
12183 type.
12184 (inf_ptrace_target::attach): Update.
12185 (inf_ptrace_target::files_info): Update.
12186 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
12187 type.
12188 (go32_nat_target::pid_to_str): Change return type.
12189 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
12190 (gnu_nat_target::wait): Update.
12191 (gnu_nat_target::wait): Update.
12192 (gnu_nat_target::resume): Update.
12193 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
12194 (fbsd_nat_target::wait): Update.
12195 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
12196 type.
12197 (darwin_nat_target::attach): Update.
12198 * corelow.c (class core_target) <pid_to_str>: Change return type.
12199 (core_target::pid_to_str): Change return type.
12200 * target.c (normal_pid_to_str): Change return type.
12201 (default_pid_to_str): Likewise.
12202 (target_pid_to_str): Change return type.
12203 (target_translate_tls_address): Update.
12204 (target_announce_detach): Update.
12205 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
12206 return type.
12207 (bsd_uthread_target::pid_to_str): Change return type.
12208 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
12209 type.
12210 (bsd_kvm_target::pid_to_str): Change return type.
12211 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
12212 return type.
12213 (aix_thread_target::pid_to_str): Change return type.
12214 * target.h (struct target_ops) <pid_to_str>: Change return type.
12215 (target_pid_to_str, normal_pid_to_str): Likewise.
12216 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
12217 type.
12218 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
12219 type.
12220 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
12221 return type.
12222 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
12223 type.
12224 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
12225 type.
12226 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
12227 return type.
12228
12229 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
12230
12231 * NEWS: Mention that the new default MI version is 3. Mention
12232 changes to the output of commands and events that deal with
12233 multi-location breakpoints.
12234 * breakpoint.c: Include "mi/mi-out.h".
12235 (print_one_breakpoint): Change output syntax if using MI version
12236 >= 3.
12237 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
12238 New.
12239 (mi_multi_location_breakpoint_output_fixed): New.
12240 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
12241 (mi_cmd_fix_multi_location_breakpoint_output): New.
12242 (mi_multi_location_breakpoint_output_fixed): New.
12243 * mi/mi-cmds.c (mi_cmds): Register command
12244 -fix-multi-location-breakpoint-output.
12245 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
12246 interpreter "mi".
12247
12248 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
12249
12250 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
12251 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
12252 instantiate mi_ui_out based on interpreter name.
12253 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
12254 * mi/mi-main.c (mi_load_progress): Likewise.
12255
12256 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12257
12258 * NEWS: Combine separate "New targets" sections for 8.3.
12259
12260 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12261
12262 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
12263 (ppcfbsd_init_abi): Install gdbarch
12264 "fetch_tls_load_module_address" and "get_thread_local_address"
12265 methods.
12266
12267 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12268
12269 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
12270 (riscv_fbsd_init_abi): Install gdbarch
12271 "fetch_tls_load_module_address" and "get_thread_local_address"
12272 methods.
12273
12274 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12275
12276 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
12277 (i386fbsd_init_abi): Install gdbarch
12278 "fetch_tls_load_module_address" and "get_thread_local_address"
12279 methods.
12280
12281 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12282
12283 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
12284 (amd64fbsd_init_abi): Install gdbarch
12285 "fetch_tls_load_module_address" and "get_thread_local_address"
12286 methods.
12287
12288 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12289
12290 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
12291 (struct fbsd_pspace_data): New type.
12292 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
12293 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
12294 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
12295 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
12296 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
12297
12298 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12299
12300 * gdbtypes.c (lookup_struct_elt): New function.
12301 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
12302 * gdbtypes.h (struct struct_elt): New type.
12303 (lookup_struct_elt): New prototype.
12304
12305 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12306
12307 * gdbtypes.c (lookup_struct_elt_type): Update comment and
12308 remove disabled code block.
12309
12310 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12311
12312 * gdbarch.sh (get_thread_local_address): New method.
12313 * gdbarch.h, gdbarch.c: Regenerate.
12314 * target.c (target_translate_tls_address): Use
12315 gdbarch_get_thread_local_address if present instead of
12316 target::get_thread_local_address.
12317
12318 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12319
12320 * target.h (target::get_thread_local_address): Update comment.
12321
12322 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12323
12324 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
12325 objfile->separate_debug_objfile_backlink if not NULL.
12326
12327 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12328
12329 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
12330 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
12331 (amd64bsd_store_inferior_registers): Likewise.
12332 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
12333 Enable segment base registers.
12334 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
12335 PT_GETFSBASE and PT_GETGSBASE.
12336 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
12337 PT_SETGSBASE.
12338 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
12339 segment base registers.
12340 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
12341
12342 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12343
12344 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
12345 Update calls to i386_target_description to add 'segments'
12346 parameter.
12347 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
12348 add segment base registers.
12349 * arch/i386.c (i386_create_target_description): Add 'segments'
12350 parameter to enable segment base registers.
12351 * arch/i386.h (i386_create_target_description): Likewise.
12352 * features/i386/32bit-segments.xml: New file.
12353 * features/i386/32bit-segments.c: Generate.
12354 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
12355 call to i386_target_description to add 'segments' parameter.
12356 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
12357 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
12358 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
12359 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
12360 if feature is present.
12361 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
12362 Add 'segments' parameter to call to i386_target_description.
12363 (i386_target_description): Add 'segments' parameter to enable
12364 segment base registers.
12365 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
12366 to call to i386_target_description.
12367 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
12368 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
12369 Define I386_NUM_REGS.
12370 (i386_target_description): Add 'segments' parameter to enable
12371 segment base registers.
12372
12373 2019-03-12 Eli Zaretskii <eliz@gnu.org>
12374
12375 PR/24325
12376 * source-cache.c: #undef open and close, to avoid unresolved
12377 externals during linking.
12378
12379 2019-03-12 Tom Tromey <tromey@adacore.com>
12380
12381 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
12382 const. Add initializers.
12383 (_initialize_remote): Don't initialize ptid globals.
12384
12385 2019-03-12 Pedro Alves <palves@redhat.com>
12386
12387 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
12388
12389 2019-03-12 Pedro Alves <palves@redhat.com>
12390
12391 * cp-name-parser.y (main): Remove unused 'len' variable.
12392
12393 2019-03-12 Tom Tromey <tromey@adacore.com>
12394
12395 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
12396 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
12397
12398 2019-03-12 Tom Tromey <tromey@adacore.com>
12399
12400 * linux-nat.c (iterate_over_lwps): Update.
12401 (stop_callback): Remove parameter.
12402 (stop_wait_callback, detach_callback, resume_set_callback)
12403 (select_singlestep_lwp_callback, set_ignore_sigint)
12404 (status_callback, resumed_callback, resume_clear_callback)
12405 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
12406 data parameter.
12407 (linux_nat_target::detach, linux_nat_target::resume)
12408 (linux_stop_and_wait_all_lwps, select_event_lwp)
12409 (linux_nat_filter_event, linux_nat_wait_1)
12410 (linux_nat_target::kill, linux_nat_target::stop)
12411 (linux_nat_target::stop): Update.
12412 (linux_nat_resume_callback): Change type.
12413 (resume_stopped_resumed_lwps, count_events_callback)
12414 (select_event_lwp_callback): Likewise.
12415 (linux_stop_lwp, linux_nat_stop_lwp): Update.
12416 * arm-linux-nat.c (struct update_registers_data): Remove.
12417 (update_registers_callback): Change type.
12418 (arm_linux_insert_hw_breakpoint1): Update.
12419 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
12420 parameter.
12421 (x86_linux_dr_set_addr): Update.
12422 (x86_linux_dr_set_control): Update.
12423 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
12424 (iterate_over_lwps): Use gdb::function_view.
12425 * nat/aarch64-linux-hw-point.c (struct
12426 aarch64_dr_update_callback_param): Remove.
12427 (debug_reg_change_callback): Change type.
12428 (aarch64_notify_debug_reg_change): Update.
12429 * s390-linux-nat.c (s390_refresh_per_info): Update.
12430
12431 2019-03-11 Tom Tromey <tromey@adacore.com>
12432
12433 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
12434 redundant assignment to "this_cu".
12435
12436 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12437
12438 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
12439
12440 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12441
12442 * gdbtypes.c (rank_one_type_parm_set): New function extracted
12443 from...
12444 (rank_one_type): ... this.
12445
12446 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12447
12448 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
12449 from...
12450 (rank_one_type): ... this.
12451
12452 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12453
12454 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
12455 from...
12456 (rank_one_type): ... this.
12457
12458 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12459
12460 * gdbtypes.c (rank_one_type_parm_float): New function extracted
12461 from...
12462 (rank_one_type): ... this.
12463
12464 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12465
12466 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
12467 from...
12468 (rank_one_type): ... this.
12469
12470 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12471
12472 * gdbtypes.c (rank_one_type_parm_range): New function extracted
12473 from...
12474 (rank_one_type): ... this.
12475
12476 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12477
12478 * gdbtypes.c (rank_one_type_parm_char): New function extracted
12479 from...
12480 (rank_one_type): ... this.
12481
12482 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12483
12484 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
12485 from...
12486 (rank_one_type): ... this.
12487
12488 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12489
12490 * gdbtypes.c (rank_one_type_parm_int): New function extracted
12491 from...
12492 (rank_one_type): ... this.
12493
12494 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12495
12496 * gdbtypes.c (rank_one_type_parm_func): New function extracted
12497 from...
12498 (rank_one_type): ... this.
12499
12500 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12501
12502 * gdbtypes.c (rank_one_type_parm_array): New function extracted
12503 from...
12504 (rank_one_type): ... this.
12505
12506 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12507
12508 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
12509 from...
12510 (rank_one_type): ... this.
12511
12512 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12513
12514 * inferior.c (initialize_inferiors): Ensure 'help set/show print
12515 inferior-events' shows the example events.
12516
12517 2019-03-08 Eli Zaretskii <eliz@gnu.org>
12518
12519 Support styling on native MS-Windows console
12520
12521 PR/24315
12522 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
12523 on MS-Windows if $TERM is not defined.
12524
12525 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
12526
12527 * posix-hdep.c (gdb_console_fputs):
12528 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
12529 functions.
12530 * ui-file.h (gdb_console_fputs): Add prototype.
12531
12532 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
12533 back to fputs only if the former returns zero.
12534
12535 2019-03-07 Tom Tromey <tom@tromey.com>
12536
12537 * symmisc.c (print_symbol_bcache_statistics): Update.
12538 (print_objfile_statistics): Update.
12539 * symfile.c (allocate_symtab): Update.
12540 * stabsread.c: Don't include bcache.h.
12541 * psymtab.h (struct psymbol_bcache): Don't declare.
12542 (class psymtab_storage) <psymbol_cache>: Now a bcache.
12543 (psymbol_bcache_init, psymbol_bcache_free)
12544 (psymbol_bcache_get_bcache): Don't declare.
12545 * psymtab.c (struct psymbol_bcache): Remove.
12546 (psymtab_storage::psymtab_storage): Update.
12547 (psymtab_storage::~psymtab_storage): Update.
12548 (psymbol_bcache_init, psymbol_bcache_free)
12549 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
12550 (add_psymbol_to_bcache): Update.
12551 (allocate_psymtab): Update.
12552 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
12553 macro_cache>: No longer pointers.
12554 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
12555 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
12556 * macrotab.c (macro_bcache): Update.
12557 * macroexp.c: Don't include bcache.h.
12558 * gdbtypes.c (check_types_worklist): Update.
12559 (types_deeply_equal): Remove TRY/CATCH. Update.
12560 * elfread.c (elf_symtab_read): Update.
12561 * dwarf2read.c: Don't include bcache.h.
12562 * buildsym.c (buildsym_compunit::get_macro_table): Update.
12563 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
12564 (print_bcache_statistics, bcache_memory_used): Don't declare.
12565 (struct bcache): Move from bcache.c. Add constructor, destructor,
12566 methods. Rename all data members.
12567 * bcache.c (struct bcache): Move to bcache.h.
12568 (bcache::expand_hash_table): Rename from expand_hash_table.
12569 (bcache): Remove.
12570 (bcache::insert): Rename from bcache_full.
12571 (bcache::compare): Rename from bcache_compare.
12572 (bcache_xmalloc): Remove.
12573 (bcache::~bcache): Rename from bcache_xfree.
12574 (bcache::print_statistics): Rename from print_bcache_statistics.
12575 (bcache::memory_used): Rename from bcache_memory_used.
12576
12577 2019-03-07 Pedro Alves <palves@redhat.com>
12578
12579 * infrun.c (normal_stop): Also check for
12580 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
12581
12582 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
12583
12584 * f-lang.c (value_from_host_double): Moved to...
12585 * value.c (value_from_host_double): ...here.
12586 * value.h (value_from_host_double): Declare.
12587 * guile/scm-math.c (vlscm_convert_typed_number): Use
12588 value_from_host_double.
12589 (vlscm_convert_number): Likewise.
12590 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
12591 * python/py-value.c (convert_value_from_python): Likewise.
12592
12593 2019-03-06 Tom Tromey <tom@tromey.com>
12594
12595 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
12596
12597 2019-03-06 Tom Tromey <tom@tromey.com>
12598
12599 * utils.h (free_current_contents): Don't declare.
12600 * utils.c (free_current_contents): Remove.
12601
12602 2019-03-06 Tom Tromey <tom@tromey.com>
12603
12604 * top.c (quit_force): Update.
12605 * main.c (captured_command_loop): Update.
12606 * common/new-op.c (operator new): Update.
12607 * common/common-exceptions.c (struct catcher)
12608 <save_cleanup_chain>: Remove member.
12609 (exceptions_state_mc_init): Update.
12610 (exception_try_scope_entry): Return nullptr.
12611 (exception_try_scope_exit, exception_rethrow)
12612 (throw_exception_sjlj, throw_exception_cxx): Update.
12613 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
12614 (all_cleanups, do_cleanups, discard_cleanups)
12615 (discard_final_cleanups, save_cleanups, save_final_cleanups)
12616 (restore_cleanups, restore_final_cleanups): Don't declare.
12617 (do_final_cleanups): Remove parameter.
12618 * common/cleanups.c (cleanup_chain, make_cleanup)
12619 (make_cleanup_dtor, all_cleanups, do_cleanups)
12620 (discard_my_cleanups, discard_cleanups)
12621 (discard_final_cleanups, save_my_cleanups, save_cleanups)
12622 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
12623 (null_cleanup): Remove.
12624 (do_final_cleanups): Remove parameter.
12625
12626 2019-03-06 Tom Tromey <tom@tromey.com>
12627
12628 * remote.c (remote_target::remote_parse_stop_reply): Use
12629 unique_xmalloc_ptr.
12630
12631 2019-03-06 Tom Tromey <tom@tromey.com>
12632
12633 * stabsread.c (struct stabs_field_info): Rename from field_info.
12634 <list, fnlist>: Add initializers.
12635 <obstack>: New member.
12636 (read_member_functions, read_struct_fields, read_baseclasses):
12637 Allocate on obstack. Don't use cleanups.
12638 (read_one_struct_field, read_member_functions, read_struct_fields)
12639 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
12640 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
12641 (read_struct_type): Update.
12642
12643 2019-03-06 Tom Tromey <tom@tromey.com>
12644
12645 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
12646 * common/filestuff.h (make_cleanup_close): Don't declare.
12647 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
12648 Remove.
12649
12650 2019-03-06 Tom Tromey <tom@tromey.com>
12651
12652 * solib-aix.c: Use make_scope_exit.
12653
12654 2019-03-06 Tom Tromey <tom@tromey.com>
12655
12656 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
12657 Use make_scope_exit.
12658
12659 2019-03-06 Tom Tromey <tom@tromey.com>
12660
12661 * solib-svr4.c (disable_probes_interface): Remove parameter.
12662 (svr4_handle_solib_event): Use make_scope_exit.
12663
12664 2019-03-06 Tom Tromey <tom@tromey.com>
12665
12666 * remote.c (struct stop_reply_deleter): Remove.
12667 (stop_reply_up): Update.
12668 (struct stop_reply): Derive from notif_event. Don't typedef.
12669 <regcache>: Now a std::vector.
12670 (stop_reply_xfree): Remove.
12671 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
12672 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
12673 (remote_target::discard_pending_stop_replies): Use delete.
12674 (remote_target::remote_parse_stop_reply): Update.
12675 (remote_target::process_stop_reply): Update.
12676 * remote-notif.h (struct notif_event): Add virtual destructor.
12677 Remove "dtr" member.
12678 (struct notif_client) <alloc_event>: Return a unique_ptr.
12679 (notif_event_xfree): Don't declare.
12680 (notif_event_up): New typedef.
12681 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
12682 (notif_event_xfree, do_notif_event_xfree): Remove.
12683 (remote_notif_state_xfree): Update.
12684
12685 2019-03-06 Tom Tromey <tom@tromey.com>
12686
12687 * infrun.c (displaced_step_clear_cleanup): Now a
12688 forward_scope_exit type.
12689 (displaced_step_prepare_throw): Update.
12690 (displaced_step_fixup): Update.
12691
12692 2019-03-06 Tom Tromey <tom@tromey.com>
12693
12694 * inferior.h (class inferior): Update comment.
12695 * gdbthread.h (class thread_info): Update comment.
12696
12697 2019-03-06 Joel Brobecker <brobecker@adacore.com>
12698 Tom Tromey <tom@tromey.com>
12699
12700 * stabsread.h (struct stab_section_list): Remove.
12701 (coffstab_build_psymtabs): Update.
12702 * dbxread.c (symbuf_sections): Now a std::vector.
12703 (sect_idx): New global.
12704 (fill_symbuf): Update.
12705 (coffstab_build_psymtabs): Change type of stabsects parameter.
12706 Update.
12707 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
12708 std::vector.
12709 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
12710 (coff_locate_sections): Update.
12711 (coff_symfile_read): Remove cleanups. Update.
12712 (init_stringtab): Add storage parameter.
12713 (free_stringtab, free_stringtab_cleanup): Remove.
12714 (init_lineno): Add storage parameter.
12715 (free_linetab, free_linetab_cleanup): Remove.
12716
12717 2019-03-06 Pedro Alves <palves@redhat.com>
12718
12719 * linux-fork.c (fork_info::clobber_regs): Delete.
12720 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
12721 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
12722 comment. Adjust.
12723 (scoped_switch_fork_info::scoped_switch_fork_info)
12724 (checkpoint_command, linux_fork_context): Adjust
12725 fork_save_infrun_state calls.
12726
12727 2019-03-06 Pedro Alves <palves@redhat.com>
12728
12729 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
12730 (inf_has_multiple_threads): Return 'bool' and rewrite using
12731 inferior_info::threads().
12732
12733 2019-03-06 Pedro Alves <palves@redhat.com>
12734
12735 * linux-fork.c: Include <list>.
12736 (fork_list): Now a std::list instance.
12737 (fork_info): Add ctor, dtor, and in-class initialize all fields.
12738 (forks_exist_p, find_last_fork): Adjust.
12739 (new_fork): Delete.
12740 (one_fork_p): New.
12741 (add_fork): Adjust.
12742 (free_fork): Delete, folded into fork_info::~fork_info().
12743 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
12744 Adjust.
12745 (init_fork_list): Delete.
12746 (linux_fork_killall, linux_fork_mourn_inferior)
12747 (linux_fork_detach, info_checkpoints_command): Adjust.
12748 (_initialize_linux_fork): No longer call init_fork_list.
12749
12750 2019-03-06 Pedro Alves <palves@redhat.com>
12751
12752 * linux-fork.c (new_fork): New, split out of ...
12753 (add_fork): ... this. Return void. Move "first fork" special
12754 case from here, to ...
12755 (checkpoint_command): ... here.
12756 * linux-linux.h (add_fork): Return void.
12757
12758 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12759
12760 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
12761
12762 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12763 Chris January <chris.january@arm.com>
12764 David Lecomber <david.lecomber@arm.com>
12765
12766 * f-exp.y: New token, UNOP_INTRINSIC.
12767 (exp): New pattern using UNOP_INTRINSIC token.
12768 (f77_keywords): Add 'abs' keyword.
12769 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
12770 (value_from_host_double): New function.
12771 (evaluate_subexp_f): Support UNOP_ABS.
12772
12773 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12774
12775 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
12776 types.
12777
12778 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12779
12780 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
12781 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
12782 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
12783
12784 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12785
12786 * f-exp.y (convert_to_kind_type): Handle more type kinds.
12787
12788 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12789 Chris January <chris.january@arm.com>
12790
12791 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
12792 * f-exp.y: Define 'KIND' token.
12793 (exp): New pattern for KIND expressions.
12794 (ptype): Handle types with a kind extension.
12795 (direct_abs_decl): Extend to spot kind extensions.
12796 (f77_keywords): Add 'kind' to the list.
12797 (push_kind_type): New function.
12798 (convert_to_kind_type): New function.
12799 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
12800 * parse.c (operator_length_standard): Likewise.
12801 * parser-defs.h (enum type_pieces): Add tp_kind.
12802 * std-operator.def: Add UNOP_KIND.
12803
12804 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12805
12806 * f-exp.y (f_parse): Set yydebug.
12807
12808 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12809
12810 * f-lang.c (evaluate_subexp_f): New function.
12811 (exp_descriptor_f): New global.
12812 (f_language_defn): Use exp_descriptor_f instead of
12813 exp_descriptor_standard.
12814
12815 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12816
12817 * f-exp.y (struct token): Add comments.
12818 (dot_ops): Remove uppercase versions and the end marker.
12819 (f77_keywords): Likewise.
12820 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
12821 entries in the dot_ops array are case insensitive, and use
12822 strncasecmp to compare strings. Also some whitespace cleanup in
12823 this area. Similar for the f77_keywords array, except entries in
12824 this list might be case sensitive.
12825
12826 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12827
12828 * f-exp.y (struct f77_boolean_val): Add comments.
12829 (boolean_values): Remove uppercase versions, and end marker.
12830 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
12831 and use strncasecmp to achieve case insensitivity. Additionally,
12832 perform whitespace cleanup around this code.
12833
12834 2019-03-06 Tom Tromey <tromey@adacore.com>
12835
12836 * remote-sim.c (gdbsim_target_open): Use result of
12837 gdb_argv::release.
12838
12839 2019-03-06 Richard Bunt <richard.bunt@arm.com>
12840 Dirk Schubert <dirk.schubert@arm.com>
12841 Chris January <chris.january@arm.com>
12842
12843 * eval.c (evaluate_subexp_standard): Call Fortran argument
12844 wrapping logic.
12845 * f-lang.c (struct value): A value which can be passed into a
12846 Fortran function call.
12847 (fortran_argument_convert): Wrap Fortran arguments in a pointer
12848 where appropriate.
12849 (struct type): Value ready for a Fortran function call.
12850 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
12851 is needed.
12852 * f-lang.h (fortran_argument_convert): Declaration.
12853 (fortran_preserve_arg_pointer): Declaration.
12854 * infcall.c (value_arg_coerce): Call Fortran argument logic.
12855
12856 2019-03-05 Tom Tromey <tromey@adacore.com>
12857
12858 * python/py-prettyprint.c (print_string_repr): Remove #if.
12859 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
12860
12861 2019-03-05 Tom Tromey <tromey@adacore.com>
12862
12863 * target.c (the_dummy_target): Move later. Change type to
12864 "dummy_target".
12865 (initialize_targets): Don't initialize the_dummy_target.
12866
12867 2019-03-05 Tom Tromey <tromey@adacore.com>
12868
12869 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
12870 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
12871
12872 2019-03-05 Tom Tromey <tromey@adacore.com>
12873
12874 * windows-nat.c (windows_nat_target::attach)
12875 (windows_nat_target::detach): Don't call gdb_flush.
12876 * valprint.c (generic_val_print, val_print, val_print_string):
12877 Don't call gdb_flush.
12878 * utils.c (defaulted_query): Don't call gdb_flush.
12879 * typeprint.c (print_type_scalar): Don't call gdb_flush.
12880 * target.c (target_announce_detach): Don't call gdb_flush.
12881 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
12882 * remote.c (extended_remote_target::attach): Don't call
12883 gdb_flush.
12884 * procfs.c (procfs_target::detach): Don't call gdb_flush.
12885 * printcmd.c (do_examine): Don't call gdb_flush.
12886 (info_display_command): Don't call gdb_flush.
12887 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
12888 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
12889 * memattr.c (info_mem_command): Don't call gdb_flush.
12890 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
12891 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
12892 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
12893 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
12894 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
12895 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
12896 (gnu_nat_target::detach): Don't call gdb_flush.
12897 * f-valprint.c (f_val_print): Don't call gdb_flush.
12898 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
12899 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
12900 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
12901 gdb_flush.
12902 * c-valprint.c (c_val_print): Don't call gdb_flush.
12903 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
12904
12905 2019-03-05 Tom Tromey <tromey@adacore.com>
12906
12907 * varobj.c (update_dynamic_varobj_children): Update.
12908 (install_default_visualizer): Use reset, not release.
12909 * value.c (set_internalvar): Update.
12910 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
12911 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
12912 ATTRIBUTE_UNUSED_RESULT.
12913
12914 2019-03-05 Tom Tromey <tromey@adacore.com>
12915
12916 * remote.c (class scoped_remote_fd) <release>: Add
12917 ATTRIBUTE_UNUSED_RESULT.
12918
12919 2019-03-05 Tom Tromey <tromey@adacore.com>
12920
12921 * macroexp.c (struct macro_buffer) <release>: Add
12922 ATTRIBUTE_UNUSED_RESULT.
12923
12924 2019-03-05 Tom Tromey <tromey@adacore.com>
12925
12926 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
12927 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
12928 ATTRIBUTE_UNUSED_RESULT.
12929
12930 2019-03-05 Tom Tromey <tromey@adacore.com>
12931
12932 * common/scoped_fd.h (class scoped_fd) <release>: Add
12933 ATTRIBUTE_UNUSED_RESULT.
12934
12935 2019-03-05 Tom Tromey <tromey@adacore.com>
12936
12937 * parser-defs.h (struct parser_state) <release>: Add
12938 ATTRIBUTE_UNUSED_RESULT.
12939
12940 2019-03-05 Tom Tromey <tromey@adacore.com>
12941
12942 * utils.h (class gdb_argv) <release>: Add
12943 ATTRIBUTE_UNUSED_RESULT.
12944 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
12945
12946 2019-03-02 Eli Zaretskii <eliz@gnu.org>
12947
12948 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
12949 for-loop range, to avoid compiler warnings.
12950
12951 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
12952 avoid compiler warnings about unused variables.
12953
12954 * NEWS: Mention end of support for native debugging on MS-Windows
12955 before XP.
12956
12957 PR gdb/24292
12958 * common/netstuff.c:
12959 * gdbserver/gdbreplay.c
12960 * gdbserver/remote-utils.c:
12961 * ser-tcp.c:
12962 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
12963 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
12964 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
12965 'getaddrinfo' and 'freeaddrinfo' were not available before
12966 Windows XP, and mingw.org's MinGW headers by default define
12967 _WIN32_WINNT to 0x500.
12968
12969 2019-03-01 Gary Benson <gbenson@redhat.com>
12970
12971 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
12972
12973 2019-02-28 Brian Vandenberg <phantall@gmail.com>
12974 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12975
12976 PR gdb/8527
12977 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
12978 set_sigint_trap, clear_sigint_trap.
12979
12980 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12981
12982 * target.c (target_detach): Clear the regcache and the
12983 frame cache.
12984
12985 2019-02-27 Pedro Alves <palves@redhat.com>
12986
12987 * utils.c (set_screen_size): When we cap the height/width sizes,
12988 tweak the corresponding command variable to show "unlimited":
12989
12990 2019-02-27 Saagar Jha <saagar@saagarjha.com>
12991 Pedro Alves <palves@redhat.com>
12992
12993 * utils.c (set_screen_size): Reduce "infinite" rows and columns
12994 before calling rl_set_screen_size.
12995
12996 2019-02-27 Tom Tromey <tromey@adacore.com>
12997
12998 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
12999 define.
13000 * python/py-value.c: Remove Python 2.4 workaround.
13001 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
13002 workaround.
13003 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
13004 Python 2.4 workaround.
13005 * python/python-internal.h: Remove Python 2.4 comment.
13006 (Py_ssize_t): Don't define.
13007 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
13008 (gdb_Py_DECREF): Remove Python 2.4 workaround.
13009 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
13010 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
13011 * python/python.c (do_start_initialization): Remove Python 2.4
13012 workaround.
13013 * python/py-prettyprint.c (class dummy_python_frame): Remove.
13014 (print_children): Remove Python 2.4 workaround.
13015 * python/py-inferior.c (buffer_procs): Remove Python 2.4
13016 workaround.
13017 (CHARBUFFERPROC_NAME): Remove.
13018 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
13019 Python 2.4 workaround.
13020
13021 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13022
13023 * NEWS: Note minimum Python version.
13024
13025 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13026
13027 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
13028 code from these functions. Remove corresponding ifdefs. Use
13029 Py_buffer_up instead of explicit calls to PyBuffer_Release.
13030 Remove gotos and target of gotos.
13031 (infpy_search_memory): Likewise.
13032
13033 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13034
13035 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
13036 (hppa_gdbarch_init): Don't register deleted functions with
13037 gdbarch.
13038
13039 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13040
13041 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
13042 (h8300_unwind_sp): Delete.
13043 (h8300_dummy_id): Delete.
13044 (h8300_gdbarch_init): Don't register deleted functions with
13045 gdbarch.
13046
13047 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13048
13049 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
13050 (ft32_unwind_pc): Delete.
13051 (ft32_unwind_sp): Delete.
13052 (ft32_gdbarch_init): Don't register deleted functions with
13053 gdbarch.
13054
13055 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13056
13057 * gdb/frv-tdep.c (frv_dummy_id): Delete.
13058 (frv_unwind_pc): Delete.
13059 (frv_unwind_sp): Delete.
13060 (frv_gdbarch_init): Don't register deleted functions with
13061 gdbarch.
13062
13063 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13064
13065 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
13066 (riscv_unwind_pc): Delete.
13067 (riscv_unwind_sp): Delete.
13068 (riscv_gdbarch_init): Don't register deleted functions with
13069 gdbarch.
13070
13071 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13072
13073 * gdb/csky-tdep.c (csky_dummy_id): Delete.
13074 (csky_unwind_pc): Delete.
13075 (csky_unwind_sp): Delete.
13076 (csky_gdbarch_init): Don't register deleted functions with
13077 gdbarch.
13078
13079 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13080
13081 * gdb/cris-tdep.c (cris_dummy_id): Delete.
13082 (cris_unwind_pc): Delete.
13083 (cris_unwind_sp): Delete.
13084 (cris_gdbarch_init): Don't register deleted functions with
13085 gdbarch.
13086
13087 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13088
13089 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
13090 (bfin_unwind_pc): Delete.
13091 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
13092
13093 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13094
13095 * gdb/arm-tdep.c (arm_dummy_id): Delete.
13096 (arm_unwind_pc): Delete.
13097 (arm_unwind_sp): Delete.
13098 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
13099
13100 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13101
13102 * gdb/arc-tdep.c (arc_dummy_id): Delete.
13103 (arc_unwind_pc): Delete.
13104 (arc_unwind_sp): Delete.
13105 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
13106
13107 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13108
13109 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
13110 (alpha_unwind_pc): Delete.
13111 (alpha_gdbarch_init): Don't register deleted functions with
13112 gdbarch.
13113
13114 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13115
13116 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
13117 (aarch64_unwind_pc): Delete.
13118 (aarch64_unwind_sp): Delete.
13119 (aarch64_gdbarch_init): Don't register deleted functions with
13120 gdbarch.
13121
13122 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13123
13124 * gdbtypes.c (type_align): Don't consider static members when
13125 computing structure alignment.
13126
13127 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13128
13129 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
13130 return 0 for other types.
13131 * arch-utils.c (default_type_align): Always return 0.
13132 * gdbarch.h: Regenerate.
13133 * gdbarch.sh (type_align): Extend comment.
13134 * gdbtypes.c (type_align): Add additional comments, always call
13135 gdbarch_type_align before applying the default rules.
13136 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
13137 generic code will then apply a suitable default.
13138 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
13139 types, return 0 for other types.
13140
13141 2019-02-27 Joel Brobecker <brobecker@adacore.com>
13142
13143 * NEWS: Create a new section for the next release branch.
13144 Rename the section of the current branch, now that it has
13145 been cut.
13146
13147 2019-02-27 Joel Brobecker <brobecker@adacore.com>
13148
13149 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
13150 * version.in: Bump version to 8.3.50.DATE-git.
13151
13152 2019-02-26 Simon Marchi <simon.marchi@efficios.com>
13153
13154 * aix-thread.c (ptid_cmp): Remove unused variable.
13155 (get_signaled_thread): Likewise.
13156 (store_regs_user_thread): Likewise.
13157 (store_regs_kernel_thread): Likewise.
13158 (fetch_regs_kernel_thread): Remove shadowed variable.
13159
13160 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
13161
13162 * features/riscv/32bit-cpu.xml: Add register numbers.
13163 * features/riscv/32bit-fpu.c: Regenerate.
13164 * features/riscv/32bit-fpu.xml: Add register numbers.
13165 * features/riscv/64bit-cpu.xml: Add register numbers.
13166 * features/riscv/64bit-fpu.c: Regenerate.
13167 * features/riscv/64bit-fpu.xml: Add register numbers.
13168
13169 2019-02-26 Kevin Buettner <kevinb@redhat.com>
13170
13171 * NEWS: Mention two argument form of gdb.Value constructor.
13172 * python/py-value.c (convert_buffer_and_type_to_value): New
13173 function.
13174 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
13175 Add support for handling an optional second argument. Call
13176 convert_buffer_and_type_to_value as appropriate.
13177 * python/python-internal.h (Py_buffer_deleter): New struct.
13178 (Py_buffer_up): New typedef.
13179
13180 2019-02-25 John Baldwin <jhb@FreeBSD.org>
13181
13182 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
13183 instead of releasing ownership.
13184
13185 2019-02-25 Jordan Rupprecht <rupprecht@google.com>
13186
13187 * dwarf2read.c (open_and_init_dwp_file): Call
13188 elf_numsections instead of bfd_count_sections to initialize
13189 dwp_file->num_sections.
13190
13191 2019-02-25 Tom Tromey <tromey@adacore.com>
13192
13193 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
13194
13195 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
13196
13197 * gcore.in: Add '--readnever' option when invoking GDB.
13198
13199 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
13200
13201 * MAINTAINERS: Update my email address.
13202
13203 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
13204
13205 * build-id.c (build_id_to_debug_bfd_1): New function.
13206 (build_id_to_debug_bfd): Look for separate debug file in
13207 sysroot.
13208
13209 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
13210
13211 * gdbarch.sh: Update the copyright year range that is placed into
13212 generated files.
13213
13214 2019-02-22 Keith Seitz <keiths@redhat.com>
13215
13216 PR symtab/23853
13217 * linespec.c (create_sals_line_offset): Search for the default
13218 symtab's filename instead of its fullname.
13219
13220 2019-02-21 Alan Hayward <alan.hayward@arm.com>
13221
13222 * NEWS: Update style defaults.
13223
13224 2019-02-21 Alan Hayward <alan.hayward@arm.com>
13225
13226 * main.c (captured_main_1): Disable styling in batch mode.
13227
13228 2019-02-20 Tom Tromey <tom@tromey.com>
13229
13230 * symtab.c (symtab_symbol_info): Fix typos.
13231
13232 2019-02-20 Tom Tromey <tromey@adacore.com>
13233
13234 * findcmd.c (_initialize_mem_search): Use upper case for
13235 metasyntactic variables.
13236
13237 2019-02-20 Alan Hayward <alan.hayward@arm.com>
13238
13239 * aarch64-tdep.c (aarch64_add_reggroups): New function.
13240 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
13241
13242 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
13243
13244 * top.h (source_file_name): Change to std::string.
13245 * top.c (source_file_name): Likewise.
13246 (command_line_input): Adjust.
13247 * cli/cli-script.c (script_from_file): Adjust.
13248
13249 2019-02-19 Tom Tromey <tromey@adacore.com>
13250
13251 * ravenscar-thread.c
13252 (ravenscar_thread_target::update_thread_list): Don't call
13253 ada_build_task_list.
13254 * ada-lang.h (ada_build_task_list): Don't declare.
13255 * ada-tasks.c (struct ada_tasks_inferior_data)
13256 <task_list_valid_p>: Now bool.
13257 (read_known_tasks, ada_task_list_changed)
13258 (ada_tasks_invalidate_inferior_data): Update.
13259 (read_known_tasks_array): Return bool.
13260 (read_known_tasks_list): Likewise.
13261 (read_known_tasks): Return void.
13262 (ada_build_task_list): Now static.
13263
13264 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
13265
13266 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
13267 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
13268
13269 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13270
13271 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
13272 variant for ada_tasks_pspace_data_handle and
13273 ada_tasks_inferior_data_handle.
13274 (ada_tasks_pspace_data_cleanup): New function.
13275 (ada_tasks_inferior_data_cleanup): New function.
13276
13277 2019-02-17 Tom Tromey <tom@tromey.com>
13278
13279 * macrotab.h (macro_source_fullname): Return a std::string.
13280 * macrotab.c (macro_include, check_for_redefinition)
13281 (macro_undef, macro_lookup_definition, foreach_macro)
13282 (foreach_macro_in_scope): Update.
13283 (macro_source_fullname): Return a std::string.
13284 * macrocmd.c (show_pp_source_pos): Update.
13285
13286 2019-02-17 Tom Tromey <tom@tromey.com>
13287
13288 * macrocmd.c (show_pp_source_pos): Style the file names.
13289
13290 2019-02-17 Tom Tromey <tom@tromey.com>
13291
13292 PR tui/24197:
13293 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
13294
13295 2019-02-17 Tom Tromey <tom@tromey.com>
13296
13297 * ada-lang.c (user_select_syms): Use filtered printing.
13298 * utils.c (wrap_style): New global.
13299 (desired_style): Remove.
13300 (emit_style_escape): Add stream parameter.
13301 (set_output_style, reset_terminal_style, prompt_for_continue):
13302 Update.
13303 (flush_wrap_buffer): Only flush gdb_stdout.
13304 (wrap_here): Set wrap_style.
13305 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
13306 treat escape sequences as a character. Change when wrap buffer is
13307 flushed.
13308 (fputs_styled): Do not set the output style when the default is
13309 requested.
13310 * ui-style.h (struct ui_file_style) <is_default>: New method.
13311 * source.c (print_source_lines_base): Emit escape sequences in one
13312 piece.
13313
13314 2019-02-17 Joel Brobecker <brobecker@adacore.com>
13315
13316 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
13317 integers and enumeration types.
13318
13319 2019-02-17 Joel Brobecker <brobecker@adacore.com>
13320
13321 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
13322 instead of lookup_symbol_in_language
13323 (do_exact_match): New function.
13324 (ada_get_symbol_name_matcher): Return do_exact_match when
13325 doing a verbatim match.
13326
13327 2019-02-15 Tom Tromey <tromey@adacore.com>
13328
13329 * ravenscar-thread.c (ravenscar_thread_target::resume)
13330 (ravenscar_thread_target::wait): Special case wildcard requests.
13331
13332 2019-02-15 Tom Tromey <tromey@adacore.com>
13333
13334 * ravenscar-thread.c (base_ptid): Remove.
13335 (struct ravenscar_thread_target) <close>: New method.
13336 <m_base_ptid>: New member.
13337 <update_inferior_ptid, active_task, task_is_currently_active,
13338 runtime_initialized>: Declare methods.
13339 <ravenscar_thread_target>: Add constructor.
13340 (ravenscar_thread_target::task_is_currently_active)
13341 (ravenscar_thread_target::update_inferior_ptid)
13342 (ravenscar_runtime_initialized): Rename. Now methods.
13343 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
13344 (ravenscar_thread_target::update_thread_list): Update.
13345 (ravenscar_thread_target::active_task): Now method.
13346 (ravenscar_thread_target::store_registers)
13347 (ravenscar_thread_target::prepare_to_store)
13348 (ravenscar_thread_target::prepare_to_store)
13349 (ravenscar_thread_target::mourn_inferior): Update.
13350 (ravenscar_inferior_created): Use "new" to create target.
13351 (ravenscar_thread_target::get_ada_task_ptid): Update.
13352 (_initialize_ravenscar): Don't initialize base_ptid.
13353 (ravenscar_ops): Remove global.
13354
13355 2019-02-15 Tom Tromey <tromey@adacore.com>
13356
13357 * target.h (push_target): Declare new overload.
13358 * target.c (push_target): New overload, taking an rvalue reference.
13359 * remote.c (remote_target::open_1): Use push_target overload.
13360 * corelow.c (core_target_open): Use push_target overload.
13361
13362 2019-02-15 Tom Tromey <tromey@adacore.com>
13363
13364 * ravenscar-thread.c (is_ravenscar_task)
13365 (ravenscar_task_is_currently_active): Return bool.
13366 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
13367 (_initialize_ravenscar): Remove "(void)".
13368 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
13369 Return bool.
13370
13371 2019-02-15 Tom Tromey <tromey@adacore.com>
13372
13373 * ravenscar-thread.c (ravenscar_runtime_initializer)
13374 (has_ravenscar_runtime, get_running_thread_id)
13375 (ravenscar_thread_target::resume): Fix indentation.
13376
13377 2019-02-15 Tom Tromey <tromey@adacore.com>
13378
13379 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
13380 from ravenscar_arch_ops.
13381 (sparc_ravenscar_ops::fetch_registers)
13382 (sparc_ravenscar_ops::store_registers): Now methods.
13383 (sparc_ravenscar_prepare_to_store): Remove.
13384 (sparc_ravenscar_ops): Redefine.
13385 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
13386 methods and destructor. Remove members.
13387 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
13388 (ravenscar_thread_target::store_registers)
13389 (ravenscar_thread_target::prepare_to_store): Update.
13390 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
13391 Remove.
13392 (struct ppc_ravenscar_powerpc_ops): Derive from
13393 ravenscar_arch_ops.
13394 (ppc_ravenscar_powerpc_ops::fetch_registers)
13395 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
13396 (ppc_ravenscar_powerpc_ops): Redefine.
13397 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
13398 (ppc_ravenscar_e500_ops::fetch_registers)
13399 (ppc_ravenscar_e500_ops::store_registers): Now methods.
13400 (ppc_ravenscar_e500_ops): Redefine.
13401 * aarch64-ravenscar-thread.c
13402 (aarch64_ravenscar_generic_prepare_to_store): Remove.
13403 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
13404 (aarch64_ravenscar_fetch_registers)
13405 (aarch64_ravenscar_store_registers): Now methods.
13406 (aarch64_ravenscar_ops): Redefine.
13407
13408 2019-02-15 Tom Tromey <tromey@adacore.com>
13409
13410 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
13411 (ravenscar_thread_target::stopped_by_hw_breakpoint)
13412 (ravenscar_thread_target::stopped_by_watchpoint)
13413 (ravenscar_thread_target::stopped_data_address)
13414 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
13415
13416 2019-02-15 Tom Tromey <tromey@adacore.com>
13417
13418 * ravenscar-thread.c: Fix some typos.
13419
13420 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13421 Tom Tromey <tromey@adacore.com>
13422
13423 * ada-lang.c (ada_exception_sal): Change addr_string to a
13424 std::string.
13425 (create_ada_exception_catchpoint): Update.
13426
13427 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13428 Tom Tromey <tromey@adacore.com>
13429
13430 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
13431 (bp_location_ops): Remove.
13432 (base_breakpoint_allocate_location): Update.
13433 (free_bp_location): Update.
13434 * ada-lang.c (class ada_catchpoint_location)
13435 <ada_catchpoint_location>: Remove ops parameter.
13436 (ada_catchpoint_location_dtor): Remove.
13437 (ada_catchpoint_location_ops): Remove.
13438 (allocate_location_exception): Update.
13439 * breakpoint.h (struct bp_location_ops): Remove.
13440 (class bp_location) <bp_location>: Remove bp_location_ops
13441 parameter.
13442 <~bp_location>: Add destructor.
13443 <ops>: Remove.
13444
13445 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
13446 Pedro Alves <palves@redhat.com>
13447
13448 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
13449 'PATH_MAX'.
13450
13451 2019-02-14 David Michael <fedora.dm0@gmail.com>
13452 Samuel Thibault <samuel.thibault@gnu.org>
13453 Thomas Schwinge <thomas@codesourcery.com>
13454
13455 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
13456 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
13457
13458 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
13459
13460 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
13461 (check_empty): Use "const char *".
13462
13463 * gnu-nat.c (gnu_nat_target::detach): Instead of
13464 'detach_inferior (pid)' call
13465 'detach_inferior (find_inferior_pid (pid))'.
13466
13467 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
13468 'nat/fork-inferior.o'.
13469 * gnu-nat.c: #include "nat/fork-inferior.h".
13470
13471 * gnu-nat.c (gnu_nat_target::detach): Instead of
13472 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
13473 * gnu-nat.h: #include "inf-child.h".
13474 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
13475 'i386_gnu_nat_target::fetch_registers'.
13476 (gnu_store_registers): Rename/move to
13477 'i386_gnu_nat_target::store_registers'.
13478
13479 * config/i386/nm-i386gnu.h: Don't "#include" any files.
13480 * gnu-nat.h (mach_thread_info): New function.
13481 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
13482
13483 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
13484
13485 2019-02-14 Frederic Konrad <konrad@adacore.com>
13486
13487 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
13488
13489 2019-02-14 Joel Brobecker <brobecker@adacore.com>
13490
13491 * windows-nat.c (windows_add_thread): Add new parameter
13492 "main_thread_p" with default value set to false. Update
13493 function documentation as well as all callers.
13494 (windows_delete_thread): Likewise.
13495 (fake_create_process): Update call to windows_add_thread.
13496 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
13497 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
13498 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
13499 call to windows_delete_thread.
13500
13501 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
13502
13503 * MAINTAINERS: Add Andrew Burgess as global maintainer.
13504
13505 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13506
13507 * symfile.c (find_separate_debug_file): Use canonical path of
13508 sysroot with child_path instead of gdb_sysroot if it is valid.
13509
13510 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13511
13512 * symfile.c (find_separate_debug_file): Use child_path to
13513 determine if an object file is under a sysroot.
13514
13515 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13516
13517 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
13518 unittests/child-path-selftests.c.
13519 * common/pathstuff.c (child_path): New function.
13520 * common/pathstuff.h (child_path): New prototype.
13521 * unittests/child-path-selftests.c: New file.
13522
13523 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13524
13525 * symfile.c (find_separate_debug_file): Look for separate debug
13526 files in debug directories under the sysroot.
13527
13528 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13529
13530 * symtab.h (struct minimal_symbol data_p): New const method.
13531 (struct minimal_symbol text_p): Likewise.
13532 * symtab.c (output_source_filename): Use file name style
13533 to print file name.
13534 (print_symbol_info): Likewise.
13535 (print_msymbol_info): Use address style to print addresses.
13536 Use function name style to print executable text symbols.
13537 (expand_symtab_containing_pc): Use data_p.
13538 (find_pc_sect_compunit_symtab): Likewise.
13539
13540 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13541
13542 * breakpoint.c (describe_other_breakpoints): Use address style
13543 to print addresses.
13544 (say_where): Likewise.
13545
13546 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13547
13548 * ada-typeprint.c (print_func_type): Print function name
13549 style to print function name.
13550 * c-typeprint.c (c_print_type_1): Likewise.
13551
13552 2019-02-11 Alan Hayward <alan.hayward@arm.com>
13553
13554 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
13555 for execve.
13556
13557 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13558
13559 * c-exp.y (direct_abs_decl): Use emplace_back to record the
13560 type_stack.
13561
13562 2019-02-10 Joel Brobecker <brobecker@adacore.com>
13563
13564 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
13565 TYPE_CODE_REF types.
13566
13567 2019-02-08 Jim Wilson <jimw@sifive.com>
13568
13569 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
13570 (riscv_linux_fregset): New.
13571 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
13572
13573 2019-02-07 Tom Tromey <tom@tromey.com>
13574
13575 * thread.c (thread_cancel_execution_command): Update.
13576 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
13577 methods.
13578 (struct thread_fsm_ops): Remove.
13579 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
13580 (thread_fsm_should_stop, thread_fsm_return_value)
13581 (thread_fsm_set_finished, thread_fsm_finished_p)
13582 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
13583 Don't declare.
13584 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
13585 * infrun.c (clear_proceed_status_thread)
13586 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
13587 (print_stop_event): Update.
13588 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
13589 Add constructor.
13590 (step_command_fsm_ops): Remove.
13591 (new_step_command_fsm): Remove.
13592 (step_1): Update.
13593 (step_command_fsm::should_stop): Rename from
13594 step_command_fsm_should_stop.
13595 (step_command_fsm::clean_up): Rename from
13596 step_command_fsm_clean_up.
13597 (step_command_fsm::do_async_reply_reason): Rename from
13598 step_command_fsm_async_reply_reason.
13599 (struct until_next_fsm): Inherit from thread_fsm. Add
13600 constructor.
13601 (until_next_fsm_ops): Remove.
13602 (new_until_next_fsm): Remove.
13603 (until_next_fsm::should_stop): Rename from
13604 until_next_fsm_should_stop.
13605 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
13606 (until_next_fsm::do_async_reply_reason): Rename from
13607 until_next_fsm_async_reply_reason.
13608 (struct finish_command_fsm): Inherit from thread_fsm. Add
13609 constructor. Change type of breakpoint.
13610 (finish_command_fsm_ops): Remove.
13611 (new_finish_command_fsm): Remove.
13612 (finish_command_fsm::should_stop): Rename from
13613 finish_command_fsm_should_stop.
13614 (finish_command_fsm::clean_up): Rename from
13615 finish_command_fsm_clean_up.
13616 (finish_command_fsm::return_value): Rename from
13617 finish_command_fsm_return_value.
13618 (finish_command_fsm::do_async_reply_reason): Rename from
13619 finish_command_fsm_async_reply_reason.
13620 (finish_command): Update.
13621 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
13622 Add constructor.
13623 (call_thread_fsm_ops): Remove.
13624 (call_thread_fsm::call_thread_fsm): Rename from
13625 new_call_thread_fsm.
13626 (call_thread_fsm::should_stop): Rename from
13627 call_thread_fsm_should_stop.
13628 (call_thread_fsm::should_notify_stop): Rename from
13629 call_thread_fsm_should_notify_stop.
13630 (run_inferior_call, call_function_by_hand_dummy): Update.
13631 * cli/cli-interp.c (should_print_stop_to_console): Update.
13632 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
13633 Add constructor. Change type of location_breakpoint,
13634 caller_breakpoint.
13635 (until_break_fsm_ops): Remove.
13636 (new_until_break_fsm): Remove.
13637 (until_break_fsm::should_stop): Rename from
13638 until_break_fsm_should_stop.
13639 (until_break_fsm::clean_up): Rename from
13640 until_break_fsm_clean_up.
13641 (until_break_fsm::do_async_reply_reason): Rename from
13642 until_break_fsm_async_reply_reason.
13643 (until_break_command): Update.
13644 * thread-fsm.c: Remove.
13645 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
13646
13647 2019-02-07 Tom Tromey <tom@tromey.com>
13648
13649 * yy-remap.h: Add include guard.
13650 * xtensa-tdep.h: Add include guard.
13651 * xcoffread.h: Rename include guard.
13652 * varobj-iter.h: Add include guard.
13653 * tui/tui.h: Rename include guard.
13654 * tui/tui-winsource.h: Rename include guard.
13655 * tui/tui-wingeneral.h: Rename include guard.
13656 * tui/tui-windata.h: Rename include guard.
13657 * tui/tui-win.h: Rename include guard.
13658 * tui/tui-stack.h: Rename include guard.
13659 * tui/tui-source.h: Rename include guard.
13660 * tui/tui-regs.h: Rename include guard.
13661 * tui/tui-out.h: Rename include guard.
13662 * tui/tui-layout.h: Rename include guard.
13663 * tui/tui-io.h: Rename include guard.
13664 * tui/tui-hooks.h: Rename include guard.
13665 * tui/tui-file.h: Rename include guard.
13666 * tui/tui-disasm.h: Rename include guard.
13667 * tui/tui-data.h: Rename include guard.
13668 * tui/tui-command.h: Rename include guard.
13669 * tic6x-tdep.h: Add include guard.
13670 * target/waitstatus.h: Rename include guard.
13671 * target/wait.h: Rename include guard.
13672 * target/target.h: Rename include guard.
13673 * target/resume.h: Rename include guard.
13674 * target-float.h: Rename include guard.
13675 * stabsread.h: Add include guard.
13676 * rs6000-tdep.h: Add include guard.
13677 * riscv-fbsd-tdep.h: Add include guard.
13678 * regformats/regdef.h: Rename include guard.
13679 * record.h: Rename include guard.
13680 * python/python.h: Rename include guard.
13681 * python/python-internal.h: Rename include guard.
13682 * python/py-stopevent.h: Rename include guard.
13683 * python/py-ref.h: Rename include guard.
13684 * python/py-record.h: Rename include guard.
13685 * python/py-record-full.h: Rename include guard.
13686 * python/py-record-btrace.h: Rename include guard.
13687 * python/py-instruction.h: Rename include guard.
13688 * python/py-events.h: Rename include guard.
13689 * python/py-event.h: Rename include guard.
13690 * procfs.h: Add include guard.
13691 * proc-utils.h: Add include guard.
13692 * p-lang.h: Add include guard.
13693 * or1k-tdep.h: Rename include guard.
13694 * observable.h: Rename include guard.
13695 * nto-tdep.h: Rename include guard.
13696 * nat/x86-linux.h: Rename include guard.
13697 * nat/x86-linux-dregs.h: Rename include guard.
13698 * nat/x86-gcc-cpuid.h: Add include guard.
13699 * nat/x86-dregs.h: Rename include guard.
13700 * nat/x86-cpuid.h: Rename include guard.
13701 * nat/ppc-linux.h: Rename include guard.
13702 * nat/mips-linux-watch.h: Rename include guard.
13703 * nat/linux-waitpid.h: Rename include guard.
13704 * nat/linux-ptrace.h: Rename include guard.
13705 * nat/linux-procfs.h: Rename include guard.
13706 * nat/linux-osdata.h: Rename include guard.
13707 * nat/linux-nat.h: Rename include guard.
13708 * nat/linux-namespaces.h: Rename include guard.
13709 * nat/linux-btrace.h: Rename include guard.
13710 * nat/glibc_thread_db.h: Rename include guard.
13711 * nat/gdb_thread_db.h: Rename include guard.
13712 * nat/gdb_ptrace.h: Rename include guard.
13713 * nat/fork-inferior.h: Rename include guard.
13714 * nat/amd64-linux-siginfo.h: Rename include guard.
13715 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
13716 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
13717 * nat/aarch64-linux.h: Rename include guard.
13718 * nat/aarch64-linux-hw-point.h: Rename include guard.
13719 * mn10300-tdep.h: Add include guard.
13720 * mips-linux-tdep.h: Add include guard.
13721 * mi/mi-parse.h: Rename include guard.
13722 * mi/mi-out.h: Rename include guard.
13723 * mi/mi-main.h: Rename include guard.
13724 * mi/mi-interp.h: Rename include guard.
13725 * mi/mi-getopt.h: Rename include guard.
13726 * mi/mi-console.h: Rename include guard.
13727 * mi/mi-common.h: Rename include guard.
13728 * mi/mi-cmds.h: Rename include guard.
13729 * mi/mi-cmd-break.h: Rename include guard.
13730 * m2-lang.h: Add include guard.
13731 * location.h: Rename include guard.
13732 * linux-record.h: Rename include guard.
13733 * linux-nat.h: Add include guard.
13734 * linux-fork.h: Add include guard.
13735 * i386-darwin-tdep.h: Rename include guard.
13736 * hppa-linux-offsets.h: Add include guard.
13737 * guile/guile.h: Rename include guard.
13738 * guile/guile-internal.h: Rename include guard.
13739 * gnu-nat.h: Rename include guard.
13740 * gdb-stabs.h: Rename include guard.
13741 * frv-tdep.h: Add include guard.
13742 * f-lang.h: Add include guard.
13743 * event-loop.h: Add include guard.
13744 * darwin-nat.h: Rename include guard.
13745 * cp-abi.h: Rename include guard.
13746 * config/sparc/nm-sol2.h: Rename include guard.
13747 * config/nm-nto.h: Rename include guard.
13748 * config/nm-linux.h: Add include guard.
13749 * config/i386/nm-i386gnu.h: Rename include guard.
13750 * config/djgpp/nl_types.h: Rename include guard.
13751 * config/djgpp/langinfo.h: Rename include guard.
13752 * compile/gcc-cp-plugin.h: Add include guard.
13753 * compile/gcc-c-plugin.h: Add include guard.
13754 * compile/compile.h: Rename include guard.
13755 * compile/compile-object-run.h: Rename include guard.
13756 * compile/compile-object-load.h: Rename include guard.
13757 * compile/compile-internal.h: Rename include guard.
13758 * compile/compile-cplus.h: Rename include guard.
13759 * compile/compile-c.h: Rename include guard.
13760 * common/xml-utils.h: Rename include guard.
13761 * common/x86-xstate.h: Rename include guard.
13762 * common/version.h: Rename include guard.
13763 * common/vec.h: Rename include guard.
13764 * common/tdesc.h: Rename include guard.
13765 * common/selftest.h: Rename include guard.
13766 * common/scoped_restore.h: Rename include guard.
13767 * common/scoped_mmap.h: Rename include guard.
13768 * common/scoped_fd.h: Rename include guard.
13769 * common/safe-iterator.h: Rename include guard.
13770 * common/run-time-clock.h: Rename include guard.
13771 * common/refcounted-object.h: Rename include guard.
13772 * common/queue.h: Rename include guard.
13773 * common/ptid.h: Rename include guard.
13774 * common/print-utils.h: Rename include guard.
13775 * common/preprocessor.h: Rename include guard.
13776 * common/pathstuff.h: Rename include guard.
13777 * common/observable.h: Rename include guard.
13778 * common/netstuff.h: Rename include guard.
13779 * common/job-control.h: Rename include guard.
13780 * common/host-defs.h: Rename include guard.
13781 * common/gdb_wait.h: Rename include guard.
13782 * common/gdb_vecs.h: Rename include guard.
13783 * common/gdb_unlinker.h: Rename include guard.
13784 * common/gdb_unique_ptr.h: Rename include guard.
13785 * common/gdb_tilde_expand.h: Rename include guard.
13786 * common/gdb_sys_time.h: Rename include guard.
13787 * common/gdb_string_view.h: Rename include guard.
13788 * common/gdb_splay_tree.h: Rename include guard.
13789 * common/gdb_setjmp.h: Rename include guard.
13790 * common/gdb_ref_ptr.h: Rename include guard.
13791 * common/gdb_optional.h: Rename include guard.
13792 * common/gdb_locale.h: Rename include guard.
13793 * common/gdb_assert.h: Rename include guard.
13794 * common/filtered-iterator.h: Rename include guard.
13795 * common/filestuff.h: Rename include guard.
13796 * common/fileio.h: Rename include guard.
13797 * common/environ.h: Rename include guard.
13798 * common/common-utils.h: Rename include guard.
13799 * common/common-types.h: Rename include guard.
13800 * common/common-regcache.h: Rename include guard.
13801 * common/common-inferior.h: Rename include guard.
13802 * common/common-gdbthread.h: Rename include guard.
13803 * common/common-exceptions.h: Rename include guard.
13804 * common/common-defs.h: Rename include guard.
13805 * common/common-debug.h: Rename include guard.
13806 * common/cleanups.h: Rename include guard.
13807 * common/buffer.h: Rename include guard.
13808 * common/btrace-common.h: Rename include guard.
13809 * common/break-common.h: Rename include guard.
13810 * cli/cli-utils.h: Rename include guard.
13811 * cli/cli-style.h: Rename include guard.
13812 * cli/cli-setshow.h: Rename include guard.
13813 * cli/cli-script.h: Rename include guard.
13814 * cli/cli-interp.h: Rename include guard.
13815 * cli/cli-decode.h: Rename include guard.
13816 * cli/cli-cmds.h: Rename include guard.
13817 * charset-list.h: Add include guard.
13818 * buildsym-legacy.h: Rename include guard.
13819 * bfin-tdep.h: Add include guard.
13820 * ax.h: Rename include guard.
13821 * arm-linux-tdep.h: Add include guard.
13822 * arm-fbsd-tdep.h: Add include guard.
13823 * arch/xtensa.h: Rename include guard.
13824 * arch/tic6x.h: Add include guard.
13825 * arch/i386.h: Add include guard.
13826 * arch/arm.h: Rename include guard.
13827 * arch/arm-linux.h: Rename include guard.
13828 * arch/arm-get-next-pcs.h: Rename include guard.
13829 * arch/amd64.h: Add include guard.
13830 * arch/aarch64-insn.h: Rename include guard.
13831 * arch-utils.h: Rename include guard.
13832 * annotate.h: Add include guard.
13833 * amd64-darwin-tdep.h: Rename include guard.
13834 * aarch64-linux-tdep.h: Add include guard.
13835 * aarch64-fbsd-tdep.h: Add include guard.
13836 * aarch32-linux-nat.h: Add include guard.
13837
13838 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13839
13840 * macrotab.c (macro_define_internal): New function that
13841 factorizes macro_define_object_internal and macro_define_function
13842 code.
13843 (macro_define_object_internal): Use macro_define_internal.
13844 (macro_define_function): Likewise.
13845
13846 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13847
13848 * macrocmd.c (extract_identifier): Return
13849 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
13850 callers.
13851
13852 2019-02-06 John Baldwin <jhb@FreeBSD.org>
13853
13854 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
13855
13856 2019-02-05 Tom Tromey <tom@tromey.com>
13857
13858 * target.c (target_stack::unpush): Move assertion earlier.
13859
13860 2019-01-30 Tom Tromey <tom@tromey.com>
13861
13862 PR python/23615:
13863 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
13864 (gdbpy_parse_and_eval): Likewise.
13865 * python/python-internal.h (gdbpy_allow_threads): New class.
13866
13867 2019-01-28 John Baldwin <jhb@FreeBSD.org>
13868
13869 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
13870 (aarch64_fbsd_fpregmap): Move earlier.
13871 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
13872 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
13873 instead of individual calls to trad_frame_set_reg_addr.
13874 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
13875 earlier.
13876 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
13877 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
13878 instead of individual calls to trad_frame_set_reg_addr.
13879
13880 2019-01-28 Alan Hayward <alan.hayward@arm.com>
13881
13882 * CONTRIBUTE: Replace contribution list with wiki link.
13883
13884 2019-01-25 Tom Tromey <tom@tromey.com>
13885
13886 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
13887
13888 2019-01-25 Tom Tromey <tom@tromey.com>
13889
13890 * xtensa-linux-nat.c: Fix common/ includes.
13891 * xml-support.h: Fix common/ includes.
13892 * xml-support.c: Fix common/ includes.
13893 * x86-linux-nat.c: Fix common/ includes.
13894 * windows-nat.c: Fix common/ includes.
13895 * varobj.h: Fix common/ includes.
13896 * varobj.c: Fix common/ includes.
13897 * value.c: Fix common/ includes.
13898 * valops.c: Fix common/ includes.
13899 * utils.c: Fix common/ includes.
13900 * unittests/xml-utils-selftests.c: Fix common/ includes.
13901 * unittests/utils-selftests.c: Fix common/ includes.
13902 * unittests/unpack-selftests.c: Fix common/ includes.
13903 * unittests/tracepoint-selftests.c: Fix common/ includes.
13904 * unittests/style-selftests.c: Fix common/ includes.
13905 * unittests/string_view-selftests.c: Fix common/ includes.
13906 * unittests/scoped_restore-selftests.c: Fix common/ includes.
13907 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
13908 * unittests/scoped_fd-selftests.c: Fix common/ includes.
13909 * unittests/rsp-low-selftests.c: Fix common/ includes.
13910 * unittests/parse-connection-spec-selftests.c: Fix common/
13911 includes.
13912 * unittests/optional-selftests.c: Fix common/ includes.
13913 * unittests/offset-type-selftests.c: Fix common/ includes.
13914 * unittests/observable-selftests.c: Fix common/ includes.
13915 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
13916 * unittests/memrange-selftests.c: Fix common/ includes.
13917 * unittests/memory-map-selftests.c: Fix common/ includes.
13918 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
13919 * unittests/function-view-selftests.c: Fix common/ includes.
13920 * unittests/environ-selftests.c: Fix common/ includes.
13921 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
13922 * unittests/common-utils-selftests.c: Fix common/ includes.
13923 * unittests/cli-utils-selftests.c: Fix common/ includes.
13924 * unittests/array-view-selftests.c: Fix common/ includes.
13925 * ui-file.c: Fix common/ includes.
13926 * tui/tui-io.c: Fix common/ includes.
13927 * tracepoint.h: Fix common/ includes.
13928 * tracepoint.c: Fix common/ includes.
13929 * tracefile-tfile.c: Fix common/ includes.
13930 * top.h: Fix common/ includes.
13931 * top.c: Fix common/ includes.
13932 * thread.c: Fix common/ includes.
13933 * target/waitstatus.h: Fix common/ includes.
13934 * target/waitstatus.c: Fix common/ includes.
13935 * target.h: Fix common/ includes.
13936 * target.c: Fix common/ includes.
13937 * target-memory.c: Fix common/ includes.
13938 * target-descriptions.c: Fix common/ includes.
13939 * symtab.h: Fix common/ includes.
13940 * symfile.c: Fix common/ includes.
13941 * stap-probe.c: Fix common/ includes.
13942 * spu-linux-nat.c: Fix common/ includes.
13943 * sparc-nat.c: Fix common/ includes.
13944 * source.c: Fix common/ includes.
13945 * solib.c: Fix common/ includes.
13946 * solib-target.c: Fix common/ includes.
13947 * ser-unix.c: Fix common/ includes.
13948 * ser-tcp.c: Fix common/ includes.
13949 * ser-pipe.c: Fix common/ includes.
13950 * ser-base.c: Fix common/ includes.
13951 * selftest-arch.c: Fix common/ includes.
13952 * s12z-tdep.c: Fix common/ includes.
13953 * rust-exp.y: Fix common/ includes.
13954 * rs6000-aix-tdep.c: Fix common/ includes.
13955 * riscv-tdep.c: Fix common/ includes.
13956 * remote.c: Fix common/ includes.
13957 * remote-notif.h: Fix common/ includes.
13958 * remote-fileio.h: Fix common/ includes.
13959 * remote-fileio.c: Fix common/ includes.
13960 * regcache.h: Fix common/ includes.
13961 * regcache.c: Fix common/ includes.
13962 * record-btrace.c: Fix common/ includes.
13963 * python/python.c: Fix common/ includes.
13964 * python/py-type.c: Fix common/ includes.
13965 * python/py-inferior.c: Fix common/ includes.
13966 * progspace.h: Fix common/ includes.
13967 * producer.c: Fix common/ includes.
13968 * procfs.c: Fix common/ includes.
13969 * proc-api.c: Fix common/ includes.
13970 * printcmd.c: Fix common/ includes.
13971 * ppc-linux-nat.c: Fix common/ includes.
13972 * parser-defs.h: Fix common/ includes.
13973 * osdata.c: Fix common/ includes.
13974 * obsd-nat.c: Fix common/ includes.
13975 * nat/x86-linux.c: Fix common/ includes.
13976 * nat/x86-linux-dregs.c: Fix common/ includes.
13977 * nat/x86-dregs.h: Fix common/ includes.
13978 * nat/x86-dregs.c: Fix common/ includes.
13979 * nat/ppc-linux.c: Fix common/ includes.
13980 * nat/mips-linux-watch.h: Fix common/ includes.
13981 * nat/mips-linux-watch.c: Fix common/ includes.
13982 * nat/linux-waitpid.c: Fix common/ includes.
13983 * nat/linux-ptrace.h: Fix common/ includes.
13984 * nat/linux-ptrace.c: Fix common/ includes.
13985 * nat/linux-procfs.c: Fix common/ includes.
13986 * nat/linux-personality.c: Fix common/ includes.
13987 * nat/linux-osdata.c: Fix common/ includes.
13988 * nat/linux-namespaces.c: Fix common/ includes.
13989 * nat/linux-btrace.h: Fix common/ includes.
13990 * nat/linux-btrace.c: Fix common/ includes.
13991 * nat/fork-inferior.c: Fix common/ includes.
13992 * nat/amd64-linux-siginfo.c: Fix common/ includes.
13993 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
13994 * nat/aarch64-linux.c: Fix common/ includes.
13995 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
13996 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
13997 * namespace.h: Fix common/ includes.
13998 * mips-linux-tdep.c: Fix common/ includes.
13999 * minsyms.c: Fix common/ includes.
14000 * mi/mi-parse.h: Fix common/ includes.
14001 * mi/mi-main.c: Fix common/ includes.
14002 * mi/mi-cmd-env.c: Fix common/ includes.
14003 * memrange.h: Fix common/ includes.
14004 * memattr.c: Fix common/ includes.
14005 * maint.h: Fix common/ includes.
14006 * maint.c: Fix common/ includes.
14007 * main.c: Fix common/ includes.
14008 * machoread.c: Fix common/ includes.
14009 * location.c: Fix common/ includes.
14010 * linux-thread-db.c: Fix common/ includes.
14011 * linux-nat.c: Fix common/ includes.
14012 * linux-fork.c: Fix common/ includes.
14013 * inline-frame.c: Fix common/ includes.
14014 * infrun.c: Fix common/ includes.
14015 * inflow.c: Fix common/ includes.
14016 * inferior.h: Fix common/ includes.
14017 * inferior.c: Fix common/ includes.
14018 * infcmd.c: Fix common/ includes.
14019 * inf-ptrace.c: Fix common/ includes.
14020 * inf-child.c: Fix common/ includes.
14021 * ia64-linux-nat.c: Fix common/ includes.
14022 * i387-tdep.c: Fix common/ includes.
14023 * i386-tdep.c: Fix common/ includes.
14024 * i386-linux-tdep.c: Fix common/ includes.
14025 * i386-linux-nat.c: Fix common/ includes.
14026 * i386-go32-tdep.c: Fix common/ includes.
14027 * i386-fbsd-tdep.c: Fix common/ includes.
14028 * i386-fbsd-nat.c: Fix common/ includes.
14029 * guile/scm-type.c: Fix common/ includes.
14030 * guile/guile.c: Fix common/ includes.
14031 * go32-nat.c: Fix common/ includes.
14032 * gnu-nat.c: Fix common/ includes.
14033 * gdbthread.h: Fix common/ includes.
14034 * gdbarch-selftests.c: Fix common/ includes.
14035 * gdb_usleep.c: Fix common/ includes.
14036 * gdb_select.h: Fix common/ includes.
14037 * gdb_bfd.c: Fix common/ includes.
14038 * gcore.c: Fix common/ includes.
14039 * fork-child.c: Fix common/ includes.
14040 * findvar.c: Fix common/ includes.
14041 * fbsd-nat.c: Fix common/ includes.
14042 * event-top.c: Fix common/ includes.
14043 * event-loop.c: Fix common/ includes.
14044 * dwarf2read.c: Fix common/ includes.
14045 * dwarf2loc.c: Fix common/ includes.
14046 * dwarf2-frame.c: Fix common/ includes.
14047 * dwarf-index-cache.c: Fix common/ includes.
14048 * dtrace-probe.c: Fix common/ includes.
14049 * disasm-selftests.c: Fix common/ includes.
14050 * defs.h: Fix common/ includes.
14051 * csky-tdep.c: Fix common/ includes.
14052 * cp-valprint.c: Fix common/ includes.
14053 * cp-support.h: Fix common/ includes.
14054 * cp-support.c: Fix common/ includes.
14055 * corelow.c: Fix common/ includes.
14056 * completer.h: Fix common/ includes.
14057 * completer.c: Fix common/ includes.
14058 * compile/compile.c: Fix common/ includes.
14059 * compile/compile-loc2c.c: Fix common/ includes.
14060 * compile/compile-cplus-types.c: Fix common/ includes.
14061 * compile/compile-cplus-symbols.c: Fix common/ includes.
14062 * command.h: Fix common/ includes.
14063 * cli/cli-dump.c: Fix common/ includes.
14064 * cli/cli-cmds.c: Fix common/ includes.
14065 * charset.c: Fix common/ includes.
14066 * build-id.c: Fix common/ includes.
14067 * btrace.h: Fix common/ includes.
14068 * btrace.c: Fix common/ includes.
14069 * breakpoint.h: Fix common/ includes.
14070 * breakpoint.c: Fix common/ includes.
14071 * ax.h:
14072 (enum agent_op): Fix common/ includes.
14073 * ax-general.c (struct aop_map): Fix common/ includes.
14074 * ax-gdb.c: Fix common/ includes.
14075 * auxv.c: Fix common/ includes.
14076 * auto-load.c: Fix common/ includes.
14077 * arm-tdep.c: Fix common/ includes.
14078 * arch/riscv.c: Fix common/ includes.
14079 * arch/ppc-linux-common.c: Fix common/ includes.
14080 * arch/i386.c: Fix common/ includes.
14081 * arch/arm.c: Fix common/ includes.
14082 * arch/arm-linux.c: Fix common/ includes.
14083 * arch/arm-get-next-pcs.c: Fix common/ includes.
14084 * arch/amd64.c: Fix common/ includes.
14085 * arch/aarch64.c: Fix common/ includes.
14086 * arch/aarch64-insn.c: Fix common/ includes.
14087 * arch-utils.c: Fix common/ includes.
14088 * amd64-windows-tdep.c: Fix common/ includes.
14089 * amd64-tdep.c: Fix common/ includes.
14090 * amd64-sol2-tdep.c: Fix common/ includes.
14091 * amd64-obsd-tdep.c: Fix common/ includes.
14092 * amd64-nbsd-tdep.c: Fix common/ includes.
14093 * amd64-linux-tdep.c: Fix common/ includes.
14094 * amd64-linux-nat.c: Fix common/ includes.
14095 * amd64-fbsd-tdep.c: Fix common/ includes.
14096 * amd64-fbsd-nat.c: Fix common/ includes.
14097 * amd64-dicos-tdep.c: Fix common/ includes.
14098 * amd64-darwin-tdep.c: Fix common/ includes.
14099 * agent.c: Fix common/ includes.
14100 * ada-lang.h: Fix common/ includes.
14101 * ada-lang.c: Fix common/ includes.
14102 * aarch64-tdep.c: Fix common/ includes.
14103
14104 2019-01-25 Tom Tromey <tom@tromey.com>
14105
14106 * common/create-version.sh: Use common/version.h.
14107
14108 2019-01-24 Pedro Alves <palves@redhat.com>
14109
14110 * infrun.c (signal_stop, signal_print, signal_program)
14111 (signal_catch, signal_pass): Now arrays instead of pointers.
14112 (update_signals_program_target, do_target_resume)
14113 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
14114 * linux-nat.c (linux_nat_target::pass_signals)
14115 (linux_nat_target::create_inferior, linux_nat_target::attach):
14116 Adjust.
14117 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
14118 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
14119 * procfs.c (procfs_target::pass_signals): Adjust.
14120 * record-full.c (record_full_target::resume): Adjust.
14121 * remote.c (remote_target::pass_signals)
14122 (remote_target::program_signals): Adjust.
14123 * target-debug.h (target_debug_print_signals): Now takes a
14124 gdb::array_view as parameter. Adjust.
14125 * target.h (target_ops) <pass_signals, program_signals>: Replace
14126 pointer and length parameters with gdb::array_view.
14127 (target_pass_signals, target_program_signals): Likewise.
14128 * target-delegates.c: Regenerate.
14129
14130 2019-01-24 Pedro Alves <palves@redhat.com>
14131
14132 * common/forward-scope-exit.h
14133 (forward_scope_exit::forward_scope_exit): Pass arguments to
14134 m_bind_function directly, instead of creating a std::bind and
14135 copying that.
14136
14137 2019-01-24 Alan Hayward <alan.hayward@arm.com>
14138
14139 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
14140 for static members.
14141 (pass_in_v_vfp_candidate): Likewise.
14142
14143 2019-01-23 Tom Tromey <tom@tromey.com>
14144 Pedro Alves <palves@redhat.com>
14145
14146 * regcache.c (class regcache_invalidator): Remove.
14147 (regcache::raw_write): Use make_scope_exit.
14148
14149 2019-01-23 Tom Tromey <tom@tromey.com>
14150
14151 * ui-out.h (class ui_out_emit_type): Update comment.
14152
14153 2019-01-23 Tom Tromey <tom@tromey.com>
14154
14155 * infrun.c (fetch_inferior_event): Update comment.
14156
14157 2019-01-23 Tom Tromey <tom@tromey.com>
14158 Pedro Alves <palves@redhat.com>
14159
14160 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
14161 parameter.
14162 (fetch_inferior_event): Use SCOPE_EXIT.
14163
14164
14165 2019-01-23 Tom Tromey <tom@tromey.com>
14166 Pedro Alves <palves@redhat.com>
14167
14168 * infrun.c (disable_thread_events): Delete.
14169 (stop_all_threads): Use SCOPE_EXIT.
14170
14171 2019-01-23 Tom Tromey <tom@tromey.com>
14172 Pedro Alves <palves@redhat.com>
14173
14174 * symfile.c: Include forward-scope-exit.h.
14175 (clear_symtab_users_cleanup): Replace forward declaration with
14176 a FORWARD_SCOPE_EXIT.
14177 (syms_from_objfile_1): Use the forward_scope_exit and
14178 gdb::optional instead of cleanup_function.
14179 (reread_symbols): Use the forward_scope_exit instead of
14180 cleanup_function.
14181 (clear_symtab_users_cleanup): Remove function.
14182
14183 2019-01-23 Tom Tromey <tom@tromey.com>
14184 Pedro Alves <palves@redhat.com>
14185
14186 * linux-nat.c: Include scope-exit.h.
14187 (cleanup_target_stop): Remove.
14188 (linux_nat_target::static_tracepoint_markers_by_strid): Use
14189 SCOPE_EXIT.
14190
14191 2019-01-23 Tom Tromey <tom@tromey.com>
14192 Pedro Alves <palves@redhat.com>
14193
14194 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
14195 (call_function_by_hand_dummy): Use SCOPE_EXIT.
14196
14197 2019-01-23 Tom Tromey <tom@tromey.com>
14198 Andrew Burgess <andrew.burgess@embecosm.com>
14199 Pedro Alves <palves@redhat.com>
14200
14201 * infrun.c (fetch_inferior_event): Use scope_exit.
14202 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
14203 * top.c (execute_command): Use scope_exit.
14204 * breakpoint.c (bpstat_do_actions): Use scope_exit.
14205 * utils.c (do_bpstat_clear_actions_cleanup)
14206 (make_bpstat_clear_actions_cleanup): Remove.
14207
14208 2019-01-23 Tom Tromey <tom@tromey.com>
14209 Pedro Alves <palves@redhat.com>
14210
14211 * infrun.c: Include "common/scope-exit.h"
14212 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
14213 (wait_for_inferior): Use SCOPE_EXIT.
14214 (fetch_inferior_event): Use scope_exit.
14215
14216 2019-01-23 Tom Tromey <tom@tromey.com>
14217 Pedro Alves <palves@redhat.com>
14218
14219 * breakpoint.c (create_breakpoint): Remove cleanup.
14220
14221 2019-01-23 Tom Tromey <tom@tromey.com>
14222 Andrew Burgess <andrew.burgess@embecosm.com>
14223 Pedro Alves <palves@redhat.com>
14224
14225 2019-01-23 Pedro Alves <palves@redhat.com>
14226
14227 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
14228
14229 2019-01-23 Pedro Alves <palves@redhat.com>
14230 Andrew Burgess <andrew.burgess@embecosm.com>
14231
14232 * gdbthread.h: Include "common/forward-scope-exit.h".
14233 (scoped_finish_thread_state): Redefine custom class in terms of
14234 forward_scope_exit.
14235
14236 2019-01-23 Pedro Alves <palves@redhat.com>
14237 Andrew Burgess <andrew.burgess@embecosm.com>
14238
14239 * common/forward-scope-exit.h: New file.
14240
14241 2019-01-23 Pedro Alves <palves@redhat.com>
14242 Andrew Burgess <andrew.burgess@embecosm.com>
14243 Tom Tromey <tom@tromey.com>
14244
14245 * common/scope-exit.h: New file.
14246
14247 2019-01-23 Pedro Alves <palves@redhat.com>
14248
14249 * common/preprocessor.h (ESC): Rename to ...
14250 (ESC_PARENS): ... this.
14251 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
14252 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
14253
14254 2019-01-23 Tom Tromey <tom@tromey.com>
14255
14256 * language.h (class scoped_switch_to_sym_language_if_auto):
14257 Initialize m_lang in both cases.
14258
14259 2019-01-23 Alan Hayward <alan.hayward@arm.com>
14260
14261 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
14262 with XCNEW.
14263
14264 2019-01-22 Tom Tromey <tom@tromey.com>
14265
14266 * corelow.c: Do not include sys/file.h.
14267
14268 2019-01-22 Tom Tromey <tom@tromey.com>
14269
14270 * tui/tui-wingeneral.h: Include gdb_curses.h.
14271
14272 2019-01-22 Tom Tromey <tom@tromey.com>
14273
14274 * source-cache.h (class source_cache) <get_source_lines,
14275 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
14276
14277 2019-01-22 Tom Tromey <tom@tromey.com>
14278
14279 * remote-fileio.h (struct remote_target): Declare.
14280
14281 2019-01-22 Tom Tromey <tom@tromey.com>
14282
14283 * python/py-arch.c: Do not include py-ref.h.
14284 * python/py-bpevent.c: Do not include py-ref.h.
14285 * python/py-cmd.c: Do not include py-ref.h.
14286 * python/py-continueevent.c: Do not include py-ref.h.
14287 * python/py-event.h: Do not include py-ref.h.
14288 * python/py-evtregistry.c: Do not include py-ref.h.
14289 * python/py-finishbreakpoint.c: Do not include py-ref.h.
14290 * python/py-frame.c: Do not include py-ref.h.
14291 * python/py-framefilter.c: Do not include py-ref.h.
14292 * python/py-function.c: Do not include py-ref.h.
14293 * python/py-infevents.c: Do not include py-ref.h.
14294 * python/py-linetable.c: Do not include py-ref.h.
14295 * python/py-objfile.c: Do not include py-ref.h.
14296 * python/py-param.c: Do not include py-ref.h.
14297 * python/py-prettyprint.c: Do not include py-ref.h.
14298 * python/py-progspace.c: Do not include py-ref.h.
14299 * python/py-symbol.c: Do not include py-ref.h.
14300 * python/py-symtab.c: Do not include py-ref.h.
14301 * python/py-type.c: Do not include py-ref.h.
14302 * python/py-unwind.c: Do not include py-ref.h.
14303 * python/py-utils.c: Do not include py-ref.h.
14304 * python/py-value.c: Do not include py-ref.h.
14305 * python/py-varobj.c: Do not include py-ref.h.
14306 * python/py-xmethods.c: Do not include py-ref.h.
14307 * python/python.c: Do not include py-ref.h.
14308 * varobj.c: Do not include py-ref.h.
14309
14310 2019-01-22 Tom Tromey <tom@tromey.com>
14311
14312 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
14313 keyword for bcache.
14314
14315 2019-01-22 Tom Tromey <tom@tromey.com>
14316
14317 * compile/compile-cplus-types.c: Remove a comment by #include.
14318
14319 2019-01-22 Tom Tromey <tom@tromey.com>
14320
14321 * compile/gcc-c-plugin.h: Include compile-internal.h.
14322
14323 2019-01-22 Tom Tromey <tom@tromey.com>
14324
14325 * stabsread.c (EXTERN): Do not define.
14326 (symnum, next_symbol_text_func, processing_gcc_compilation)
14327 (within_function, global_sym_chain, global_stabs)
14328 (previous_stab_code, this_object_header_files)
14329 (n_this_object_header_files)
14330 (n_allocated_this_object_header_files): Define.
14331 * stabsread.h (EXTERN): Never define. Use "extern".
14332
14333 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14334
14335 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
14336 history_value.
14337
14338 2019-01-21 Tom Tromey <tom@tromey.com>
14339
14340 * ui-out.c: Fix includes.
14341 * tui/tui-source.c: Fix includes.
14342 * target.c: Fix includes.
14343 * remote.c: Fix includes.
14344 * regcache.c: Fix includes.
14345 * python/py-block.c: Fix includes.
14346 * printcmd.c: Fix includes.
14347 * or1k-tdep.c: Fix includes.
14348 * mi/mi-main.c: Fix includes.
14349 * m32r-tdep.c: Fix includes.
14350 * csky-tdep.c: Fix includes.
14351 * compile/compile-cplus-types.c: Fix includes.
14352 * cli/cli-interp.c: Fix includes.
14353
14354 2019-01-21 Alan Hayward <alan.hayward@arm.com>
14355
14356 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
14357 for padding.
14358
14359 2019-01-16 Tom Tromey <tom@tromey.com>
14360
14361 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
14362 earlier.
14363 (struct objfile) <msymbols_range>: Move from top level.
14364 <msymbols>: New method.
14365 (class objfile_msymbols): Remove.
14366 * symtab.c (default_collect_symbol_completion_matches_break_on):
14367 Update.
14368 * symmisc.c (dump_msymbols): Update.
14369 * stabsread.c (scan_file_globals): Update.
14370 * objc-lang.c (info_selectors_command, info_classes_command)
14371 (find_methods): Update.
14372 * minsyms.c (find_solib_trampoline_target): Update.
14373 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
14374 * coffread.c (coff_symfile_read): Update.
14375 * ada-lang.c (ada_lookup_simple_minsym)
14376 (ada_collect_symbol_completion_matches): Update.
14377
14378 2019-01-16 Tom Tromey <tom@tromey.com>
14379
14380 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
14381 type. Remove no-argument constructor.
14382 <iterator::operator++>: Simplify.
14383 <begin>: Update.
14384 <end>: Use minimal_symbol_count.
14385
14386 2019-01-16 Tom Tromey <tom@tromey.com>
14387
14388 * objfiles.h (struct objfile) <psymtabs>: New method.
14389 (class objfile_psymtabs): Remove.
14390 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
14391 typedef.
14392 <range>: New method.
14393 (require_partial_symbols): Change return type.
14394 * psymtab.c (require_partial_symbols)
14395 (psym_expand_symtabs_matching): Update.
14396 * mdebugread.c (parse_partial_symbols): Update.
14397 * dbxread.c (dbx_end_psymtab): Update.
14398
14399 2019-01-15 Tom Tromey <tom@tromey.com>
14400
14401 * symtab.c (lookup_objfile_from_block)
14402 (lookup_symbol_in_objfile_symtabs)
14403 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
14404 (find_line_symtab, info_sources_command)
14405 (default_collect_symbol_completion_matches_break_on)
14406 (make_source_files_completion_list): Update.
14407 * symmisc.c (print_objfile_statistics, dump_objfile)
14408 (maintenance_print_symbols, maintenance_info_symtabs)
14409 (maintenance_check_symtabs, maintenance_info_line_tables):
14410 Update.
14411 * source.c (select_source_symtab)
14412 (forget_cached_source_info_for_objfile): Update.
14413 * objfiles.h (class objfile_compunits): Remove.
14414 (struct objfile) <compunits_range>: New typedef.
14415 (compunits): New method.
14416 * objfiles.c (objfile_relocate1): Update.
14417 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
14418 * maint.c (count_symtabs_and_blocks): Update.
14419 * linespec.c (iterate_over_all_matching_symtabs): Update.
14420 * cp-support.c (add_symbol_overload_list_qualified): Update.
14421 * coffread.c (coff_symtab_read): Update.
14422 * ada-lang.c (add_nonlocal_symbols)
14423 (ada_collect_symbol_completion_matches)
14424 (ada_add_global_exceptions): Update.
14425
14426 2019-01-15 Tom Tromey <tom@tromey.com>
14427
14428 * progspace.h (program_space) <objfiles_safe_range>: New
14429 typedef.
14430 <objfiles_safe>: New method.
14431 * objfiles.h (class all_objfiles_safe): Remove.
14432 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
14433 * jit.c (jit_inferior_exit_hook): Update.
14434
14435 2019-01-17 Tom Tromey <tom@tromey.com>
14436
14437 * progspace.h (program_space) <objfiles_range>: New typedef.
14438 <objfiles>: New method.
14439 <objfiles_head>: Rename from objfiles.
14440 (object_files): Update.
14441 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
14442 * guile/scm-pretty-print.c
14443 (ppscm_find_pretty_printer_from_objfiles): Update.
14444 * guile/scm-objfile.c (gdbscm_objfiles): Update.
14445 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
14446 Update.
14447 * python/py-progspace.c (pspy_get_objfiles): Update.
14448 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
14449 Update.
14450 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
14451 (objfpy_lookup_objfile_by_build_id): Update.
14452 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
14453 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
14454 Update.
14455 * symtab.c (iterate_over_symtabs, matching_obj_sections)
14456 (expand_symtab_containing_pc, lookup_objfile_from_block)
14457 (lookup_static_symbol, basic_lookup_transparent_type)
14458 (find_pc_sect_compunit_symtab, find_symbol_at_address)
14459 (find_line_symtab, info_sources_command)
14460 (default_collect_symbol_completion_matches_break_on)
14461 (make_source_files_completion_list, find_main_name): Update.
14462 * symmisc.c (print_symbol_bcache_statistics)
14463 (print_objfile_statistics, maintenance_print_symbols)
14464 (maintenance_print_msymbols, maintenance_print_objfiles)
14465 (maintenance_info_symtabs, maintenance_check_symtabs)
14466 (maintenance_expand_symtabs, maintenance_info_line_tables):
14467 Update.
14468 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
14469 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
14470 (map_overlay_command, unmap_overlay_command)
14471 (simple_overlay_update, expand_symtabs_matching)
14472 (map_symbol_filenames): Update.
14473 * symfile-debug.c (set_debug_symfile): Update.
14474 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
14475 Update.
14476 * source.c (select_source_symtab, forget_cached_source_info):
14477 Update.
14478 * solib.c (solib_read_symbols): Update.
14479 * solib-spu.c (append_ocl_sos): Update.
14480 * psymtab.c (maintenance_print_psymbols)
14481 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
14482 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
14483 * printcmd.c (info_symbol_command): Update.
14484 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
14485 Update.
14486 * objfiles.h (class all_objfiles): Remove.
14487 * objfiles.c (have_partial_symbols, have_full_symbols)
14488 (have_minimal_symbols, qsort_cmp, update_section_map)
14489 (shared_objfile_contains_address_p)
14490 (default_iterate_over_objfiles_in_search_order): Update.
14491 * objc-lang.c (info_selectors_command, info_classes_command)
14492 (find_methods): Update.
14493 * minsyms.c (find_solib_trampoline_target): Update.
14494 * maint.c (maintenance_info_sections)
14495 (maintenance_translate_address, count_symtabs_and_blocks):
14496 Update.
14497 * main.c (captured_main_1): Update.
14498 * linux-thread-db.c (try_thread_db_load_from_pdir)
14499 (has_libpthread): Update.
14500 * linespec.c (iterate_over_all_matching_symtabs)
14501 (search_minsyms_for_name): Update.
14502 * jit.c (jit_find_objf_with_entry_addr): Update.
14503 * hppa-tdep.c (find_unwind_entry)
14504 (hppa_lookup_stub_minimal_symbol): Update.
14505 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
14506 Update.
14507 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
14508 (elf_gnu_ifunc_resolve_by_got): Update.
14509 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
14510 * dwarf-index-write.c (save_gdb_index_command): Update.
14511 * cp-support.c (add_symbol_overload_list_qualified): Update.
14512 * breakpoint.c (create_overlay_event_breakpoint)
14513 (create_longjmp_master_breakpoint)
14514 (create_std_terminate_master_breakpoint)
14515 (create_exception_master_breakpoint): Update.
14516 * blockframe.c (find_pc_partial_function): Update.
14517 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
14518 (ada_collect_symbol_completion_matches)
14519 (ada_add_global_exceptions): Update.
14520
14521 2019-01-17 Tom Tromey <tom@tromey.com>
14522
14523 * solib-target.c (lm_info_target_p): Remove typedef. Don't
14524 declare VEC.
14525 (solib_target_parse_libraries): Change return type.
14526 (library_list_start_segment, library_list_start_section)
14527 (library_list_end_library, library_list_start_library); Update.
14528 (solib_target_free_library_list): Remove.
14529 (solib_target_parse_libraries): Remove cleanup. Change return
14530 type.
14531 (solib_target_current_sos): Update.
14532
14533 2019-01-17 Tom Tromey <tromey@bapiya>
14534
14535 * valprint.c: Replace "the the" with "the".
14536 * symtab.c: Replace "the the" with "the".
14537 * solib.c: Replace "the the" with "the".
14538 * solib-dsbt.c: Replace "the the" with "the".
14539 * linespec.c: Replace "the the" with "the".
14540 * dwarf2loc.h: Replace "the the" with "the".
14541 * amd64-windows-tdep.c: Replace "the the" with "the".
14542 * aarch64-tdep.c: Replace "the the" with "the".
14543
14544 2019-01-16 Keith Seitz <keiths@redhat.com>
14545
14546 PR gdb/23773
14547 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
14548 <builder>: Rename to ..
14549 <m_builder>: ... this and make private.
14550 (dwarf2_cu::get_builder): New method. Change all users of
14551 `builder' to use this method.
14552 (dwarf2_start_symtab): Move to ...
14553 (dwarf2_cu::start_symtab): ... here. Update all callers
14554 (setup_type_unit_groups): Move to ...
14555 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
14556 callers.
14557 (dwarf2_cu::reset_builder): New method.
14558 (process_full_compunit, process_full_type_unit): Use
14559 dwarf2_cu::reset_builder.
14560 (follow_die_offset): Record the ancestor CU if it is different
14561 from the followed DIE's CU.
14562 (follow_die_sig_1): Likewise.
14563
14564 2019-01-15 Tom Tromey <tom@tromey.com>
14565
14566 * remote.c (class remote_state) <buf>: Now a char_vector.
14567 <buf_size>: Remove.
14568 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
14569 parameter.
14570 (remote_target::getpkt_or_notif_sane_1)
14571 (remote_target::getpkt_sane)
14572 (remote_target::getpkt_or_notif_sane): Likewise.
14573 (class remote_target) <putpkt>: New overload.
14574 (remote_target::read_frame): Change type of "buf_p". Remove
14575 sizeof_p parameter.
14576 (packet_ok): New overload.
14577 (packet_check_result): New overload.
14578 Update all uses.
14579
14580 2019-01-14 Tom Tromey <tom@tromey.com>
14581
14582 * remote-notif.c (handle_notification, remote_notif_ack)
14583 (remote_notif_parse): Make "buf" const.
14584 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
14585 const.
14586 (remote_notif_parse, remote_notif_ack, handle_notification):
14587 Likewise.
14588 * remote.c (remote_notif_stop_parse): Make "buf" const.
14589 (remote_target::remote_parse_stop_reply): Make "buf" const.
14590 (remote_notif_stop_ack): Make "buf" const.
14591
14592 2019-01-14 Tom Tromey <tom@tromey.com>
14593
14594 * remote.c (remote_console_output): Make parameter const.
14595
14596 2019-01-14 Tom Tromey <tom@tromey.com>
14597
14598 * target-debug.h (target_debug_print_signals): Constify.
14599 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
14600 * procfs.c (procfs_target::pass_signals): Update.
14601 * linux-nat.c (linux_nat_target::pass_signals): Update.
14602 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
14603 * target-delegates.c: Rebuild.
14604 * remote.c (remote_target::program_signals): Update.
14605 (remote_target::pass_signals): Update.
14606 * target.c (target_pass_signals): Constify argument.
14607 (target_program_signals): Likewise.
14608 * target.h (struct target_ops) <pass_signals, program_signals>:
14609 Constify argument.
14610 (target_pass_signals, target_program_signals): Constify argument.
14611
14612 2019-01-14 Tom Tromey <tom@tromey.com>
14613
14614 PR tui/28819:
14615 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
14616
14617 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
14618
14619 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
14620 field.
14621 * rs6000-tdep.c: Include reggroups.h.
14622 (IS_V_ALIAS_PSEUDOREG): Define.
14623 (rs6000_register_name): Return names for the "vX" aliases.
14624 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
14625 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
14626 aliases. Call default_register_reggroup_p for all other
14627 pseudo-registers.
14628 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
14629 New functions.
14630 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
14631 Handle "vX" aliases.
14632 (v_alias_pseudo_register_collect): New function.
14633 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
14634 (rs6000_gdbarch_init): Initialize "vX" aliases as
14635 pseudo-registers. Restore registration of
14636 rs6000_pseudo_register_reggroup_p with
14637 set_tdesc_pseudo_register_reggroup_p.
14638
14639 2019-01-13 Max Filippov <jcmvbkbc@gmail.com>
14640
14641 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
14642 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
14643 set_gdbarch_num_pseudo_regs.
14644
14645 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14646
14647 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
14648 Remove arg prefixname, add do_set and do_show.
14649 Add member functions set_list and show_list.
14650 * cli/cli-style.c (class cli_style_option): Update accordingly.
14651 (style_set_list): Move to file scope.
14652 (style_show_list): Likewise.
14653 (set_style): Call help_list.
14654 (show_style): Call cmd_show_list.
14655 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
14656 Update to use the new macro.
14657
14658 2019-10-12 Joel Brobecker <brobecker@adacore.com>
14659
14660 * ada-lang.c (_initialize_ada_language): Expand the help text
14661 for the "catch exception" command.
14662
14663 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14664
14665 * symtab.c (matching_obj_sections): Initialize obj,
14666 declare it closer to its usage.
14667
14668 2019-01-10 Tom Tromey <tom@tromey.com>
14669
14670 * thread-iter.h (inf_threads_iterator): Use next_iterator.
14671 (basic_inf_threads_range): Remove.
14672 (inf_threads_range, inf_non_exited_threads_range)
14673 (safe_inf_threads_range): Use next_adapter.
14674
14675 2019-01-10 Keith Seitz <keiths@redhat.com>
14676
14677 PR gdb/23712
14678 PR symtab/23010
14679 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
14680 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
14681
14682 2019-01-10 Keith Seitz <keiths@redhat.com>
14683
14684 PR gdb/23712
14685 PR symtab/23010
14686 * dictionary.c (pending_to_vector): Remove.
14687 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
14688 Remove _1 suffix, replacing functions of the same name. Update
14689 all callers.
14690 (dict_create_hashed, dict_create_hashed_expandable)
14691 (dict_create_linear, dict_create_linear_expandable, dict_free)
14692 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
14693 Make functions static.
14694
14695 2019-01-10 Keith Seitz <keiths@redhat.com>
14696
14697 PR gdb/23712
14698 PR symtab/23010
14699 * dictionary.h (struct dictionary): Replace declaration with
14700 multidictionary.
14701 (dict_create_hashed, dict_create_hashed_expandable)
14702 (dict_create_linear, dict_create_linear_expandable)
14703 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
14704 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
14705 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
14706 taking multidictionary argument.
14707 [ALL_DICT_SYMBOLS]: Update for multidictionary.
14708 * block.h (struct block) <dict>: Change to multidictionary
14709 and rename `multidict'.
14710 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
14711 symmisc.c: Update all dictionary references to multidictionary.
14712
14713 2019-01-10 Keith Seitz <keiths@redhat.com>
14714
14715 PR gdb/23712
14716 PR symtab/23010
14717 * dictionary.c: Include unordered_map.
14718 (pending_to_vector): New function.
14719 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
14720 Rewrite the non-"_1" functions to take vector instead
14721 of linked list.
14722 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
14723 "new" _1 versions of the same name.
14724 (multidictionary): Define.
14725 (std::hash<enum language): New definition.
14726 (collate_pending_symbols_by_language, mdict_create_hashed)
14727 (mdict_create_hashed_expandable, mdict_create_linear)
14728 (mdict_create_linear_expandable, mdict_free)
14729 (find_language_dictionary, create_new_language_dictionary)
14730 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
14731 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
14732 (mdict_size, mdict_empty): New functions.
14733 * dictionary.h (mdict_iterator): Define.
14734
14735 2019-01-10 Pedro Alves <palves@redhat.com>
14736
14737 * breakpoint.c (read_uploaded_action)
14738 (create_tracepoint_from_upload): Adjust to use
14739 gdb::unique_xmalloc_ptr.
14740 * ctf.c (ctf_write_uploaded_tp):
14741 (SET_ARRAY_FIELD): Use emplace_back.
14742 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
14743 * tracefile-tfile.c (tfile_write_uploaded_tp):
14744 * tracepoint.c (parse_tracepoint_definition): Adjust to use
14745 gdb::unique_xmalloc_ptr.
14746 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
14747 at_string, cond_string, cmd_strings>: Replace char pointers
14748 with gdb::unique_xmalloc_ptr.
14749
14750 2019-01-10 Pedro Alves <palves@redhat.com>
14751
14752 * solib-target.c (library_list_start_library): Don't xstrdup name.
14753
14754 2019-01-10 Pedro Alves <palves@redhat.com>
14755
14756 * mdebugread.c (parse_partial_symbols): Use
14757 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
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>: Fix incorrect variable name.
14763
14764 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
14765
14766 * linux-fork.c (scoped_switch_fork_info)
14767 <scoped_switch_fork_info>: Make explicit.
14768 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
14769
14770 2019-01-10 Tom Tromey <tom@tromey.com>
14771
14772 * objfiles.h (objfile::reset_psymtabs): Update.
14773 * objfiles.c (objfile::objfile): Update.
14774 * psymtab.h (psymtab_storage::obstack): Update.
14775 (psymtab_storage::m_obstack): Use gdb::optional.
14776 (class psymtab_storage): Update comment. Remove objfile
14777 parameter.
14778 * psymtab.c (psymtab_storage::psymtab_storage): Update.
14779
14780 2019-01-10 Tom Tromey <tom@tromey.com>
14781
14782 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
14783 <free_psymtabs>: Now private.
14784 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
14785 (allocate_psymtab): Use new method.
14786
14787 2019-01-10 Tom Tromey <tom@tromey.com>
14788
14789 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
14790 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
14791 * mdebugread.c (parse_partial_symbols): Use
14792 allocate_dependencies.
14793 * dwarf2read.c (dwarf2_create_include_psymtab): Use
14794 allocate_dependencies.
14795 (process_psymtab_comp_unit_reader)
14796 (build_type_psymtab_dependencies): Likewise.
14797 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
14798
14799 2019-01-10 Tom Tromey <tom@tromey.com>
14800
14801 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
14802 PSYMBOL_SET_LANGUAGE.
14803 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
14804
14805 2019-01-10 Tom Tromey <tom@tromey.com>
14806
14807 * psymtab.h (psymtab_storage::obstack): New method.
14808 <m_obstack>: Rename from obstack; now private.
14809 * psymtab.c (psymtab_storage): Update.
14810 * dwarf2read.c (create_addrmap_from_index)
14811 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
14812 Update.
14813
14814 2019-01-10 Tom Tromey <tom@tromey.com>
14815
14816 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
14817 * objfiles.h (objfile::reset_psymtabs): New method.
14818
14819 2019-01-10 Tom Tromey <tom@tromey.com>
14820
14821 * symmisc.c (print_symbol_bcache_statistics): Update.
14822 (print_objfile_statistics): Update.
14823 * symfile.c (reread_symbols): Update.
14824 * psymtab.h (class psymtab_storage): New.
14825 * psymtab.c (psymtab_storage): New constructor.
14826 (~psymtab_storage): New destructor.
14827 (require_partial_symbols): Update.
14828 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
14829 (find_pc_sect_psymtab, find_pc_sect_psymbol)
14830 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
14831 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
14832 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
14833 (start_psymtab_common, end_psymtab_common)
14834 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
14835 (allocate_psymtab): Update.
14836 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
14837 Update.
14838 (dump_psymtab_addrmap, maintenance_print_psymbols)
14839 (maintenance_check_psymtabs): Update.
14840 (class objfile_psymtabs): Move to objfiles.h.
14841 * psympriv.h (discard_psymtab): Now inline.
14842 (psymtab_discarder::psymtab_discarder): Update.
14843 (psymtab_discarder::~psymtab_discarder): Update.
14844 (ALL_OBJFILE_PSYMTABS): Rewrite.
14845 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
14846 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
14847 Remove fields.
14848 <partial_symtabs>: New field.
14849 (class objfile_psymtabs): Move from psymtab.h. Update.
14850 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
14851 psymbol_cache.
14852 (objfile::~objfile): Don't destroy psymbol_cache.
14853 * mdebugread.c (parse_partial_symbols): Update.
14854 * dwarf2read.c (create_addrmap_from_index)
14855 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
14856 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
14857 (add_partial_subprogram, dwarf2_ranges_read): Update.
14858 * dwarf-index-write.c (write_address_map)
14859 (write_one_signatured_type, recursively_write_psymbols)
14860 (class debug_names, class debug_names, write_psymtabs_to_index):
14861 Update.
14862
14863 2019-01-10 Tom Tromey <tom@tromey.com>
14864
14865 * symtab.h (SYMBOL_SET_NAMES): Update.
14866 (symbol_set_names): Update.
14867 (MSYMBOL_SET_NAMES): Update.
14868 * symtab.c (symbol_set_names): Change argument to be an
14869 objfile_per_bfd_storage.
14870 * psymtab.c (add_psymbol_to_bcache): Update.
14871 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
14872
14873 2019-01-10 Tom Tromey <tom@tromey.com>
14874
14875 * symtab.c (create_demangled_names_hash): Change argument to be an
14876 objfile_per_bfd_storage.
14877 (symbol_set_names): Update.
14878
14879 2019-01-10 Tom Tromey <tom@tromey.com>
14880
14881 * xcoffread.c (xcoff_initial_scan): Unconditionally call
14882 init_psymbol_list.
14883 * psymtab.c (init_psymbol_list): Do nothing if already called.
14884 * psympriv.h (init_psymbol_list): Add comment.
14885 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
14886 init_psymbol_list.
14887 * dbxread.c (dbx_symfile_read): Unconditionally call
14888 init_psymbol_list.
14889
14890 2019-01-10 Tom Tromey <tom@tromey.com>
14891
14892 * xcoffread.c (scan_xcoff_symtab): Update.
14893 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
14894 "where".
14895 * mdebugread.c (parse_partial_symbols)
14896 (handle_psymbol_enumerators): Update.
14897 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
14898 * dbxread.c (read_dbx_symtab): Update.
14899 * psympriv.h (psymbol_placement): New enum.
14900 (add_psymbol_to_list): Update.
14901
14902 2019-01-10 Tom Tromey <tom@tromey.com>
14903
14904 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
14905 static_psymbols parameters.
14906 (scan_xcoff_symtab): Update.
14907 * psymtab.c (start_psymtab_common): Remove global_psymbols and
14908 static_psymbols parameters.
14909 * psympriv.h (start_psymtab_common): Update.
14910 * mdebugread.c (parse_partial_symbols): Update.
14911 * dwarf2read.c (create_partial_symtab): Update.
14912 * dbxread.c (read_dbx_symtab): Update.
14913 (start_psymtab): Remove global_psymbols and static_psymbols
14914 parameters.
14915
14916 2019-01-10 Tom Tromey <tom@tromey.com>
14917
14918 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
14919 * psymtab.c (allocate_psymtab): Add comment.
14920 * psympriv.h (allocate_psymtab): Add comment.
14921 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
14922 initializations.
14923 * dbxread.c (dbx_end_psymtab): Remove some initializations.
14924
14925 2019-01-10 Tom Tromey <tom@tromey.com>
14926
14927 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
14928 Don't declare.
14929 * mipsread.c: Include mdebugread.h.
14930 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
14931 Declare.
14932 * elfread.c: Include mdebugread.h.
14933
14934 2019-01-09 Tom Tromey <tom@tromey.com>
14935
14936 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
14937 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
14938 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
14939 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
14940 (psym_lookup_symbol, psym_find_last_source_symtab)
14941 (psym_forget_cached_source_info, psym_print_stats)
14942 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
14943 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
14944 (psym_map_matching_symbols, psym_expand_symtabs_matching)
14945 (psym_find_compunit_symtab_by_address)
14946 (maintenance_print_psymbols, maintenance_info_psymtabs)
14947 (maintenance_check_psymtabs): Use ranged for.
14948 * psymtab.h (class objfile_psymtabs): New.
14949 (require_partial_symbols): Return objfile_psymtabs.
14950 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
14951
14952 2019-01-09 Tom Tromey <tom@tromey.com>
14953
14954 * symfile.c (overlay_invalidate_all, find_pc_overlay)
14955 (find_pc_mapped_section, list_overlays_command)
14956 (map_overlay_command, unmap_overlay_command)
14957 (simple_overlay_update): Use all_objfiles.
14958 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
14959 * printcmd.c (info_symbol_command): Use all_objfiles.
14960 * objfiles.h (ALL_OBJSECTIONS): Remove.
14961 * maint.c (maintenance_translate_address): Use all_objfiles.
14962 * gcore.c (gcore_create_callback): Use all_objfiles.
14963 (objfile_find_memory_regions): Likewise.
14964
14965 2019-01-09 Tom Tromey <tom@tromey.com>
14966
14967 * symtab.c (find_line_symtab, info_sources_command)
14968 (make_source_files_completion_list): Use objfile_compunits.
14969 * source.c (select_source_symtab): Use objfile_compunits.
14970 * objfiles.h (struct objfile): Update comment.
14971 (ALL_OBJFILES): Remove.
14972 (ALL_FILETABS): Remove.
14973 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
14974 objfile_compunits.
14975
14976 2019-01-09 Tom Tromey <tom@tromey.com>
14977
14978 * symmisc.c (print_objfile_statistics, dump_objfile)
14979 (maintenance_print_symbols): Use compunit_filetabs.
14980 * source.c (forget_cached_source_info_for_objfile): Use
14981 compunit_filetabs.
14982 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
14983 (ALL_FILETABS): Use compunit_filetabs.
14984 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
14985 * coffread.c (coff_symtab_read): Use compunit_filetabs.
14986
14987 2019-01-09 Tom Tromey <tom@tromey.com>
14988
14989 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
14990 (compunit_filetabs): New.
14991 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
14992 compunit_filetabs.
14993 (info_sources_command, make_source_files_completion_list): Remove
14994 declaration.
14995 * symmisc.c (print_objfile_statistics, dump_objfile)
14996 (maintenance_print_symbols): Remove declaration.
14997 (maintenance_info_symtabs): Use compunit_filetabs.
14998 (maintenance_info_line_tables): Likewise.
14999 * source.c (select_source_symtab): Change local variable name.
15000 (forget_cached_source_info_for_objfile): Remove declaration.
15001 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
15002 * objfiles.c (objfile_relocate1): Remove declaration.
15003 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15004 declaration.
15005 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
15006 * coffread.c (coff_symtab_read): Remove declaration.
15007 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
15008 compunit_filetabs.
15009
15010 2019-01-09 Tom Tromey <tom@tromey.com>
15011
15012 * symtab.c (lookup_objfile_from_block)
15013 (find_pc_sect_compunit_symtab, search_symbols)
15014 (default_collect_symbol_completion_matches_break_on): Use
15015 objfile_compunits.
15016 * objfiles.h (ALL_COMPUNITS): Remove.
15017 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
15018 * cp-support.c (add_symbol_overload_list_qualified): Use
15019 objfile_compunits.
15020 * ada-lang.c (ada_collect_symbol_completion_matches)
15021 (ada_add_global_exceptions): Use objfile_compunits.
15022
15023 2019-01-09 Tom Tromey <tom@tromey.com>
15024
15025 * source.c (select_source_symtab)
15026 (forget_cached_source_info_for_objfile): Remove declaration.
15027 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15028 declaration.
15029 * maint.c (count_symtabs_and_blocks): Remove declaration.
15030 * cp-support.c (add_symbol_overload_list_qualified): Remove
15031 declaration.
15032 * coffread.c (coff_symtab_read): Remove declaration.
15033 * symtab.c (lookup_symbol_in_objfile_symtabs)
15034 (basic_lookup_transparent_type_1): Use objfile_compunits.
15035 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
15036 (info_sources_command, search_symbols)
15037 (default_collect_symbol_completion_matches_break_on)
15038 (make_source_files_completion_list): Remove declaration.
15039 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
15040 (ada_collect_symbol_completion_matches)
15041 (ada_add_global_exceptions): Remove declaration.
15042 * linespec.c (iterate_over_all_matching_symtabs): Use
15043 objfile_compunits.
15044 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
15045 (class objfile_compunits): New.
15046 (ALL_COMPUNITS): Use objfile_compunits.
15047 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
15048 (maintenance_check_symtabs, maintenance_info_line_tables): Use
15049 objfile_compunits.
15050 * objfiles.c (objfile_relocate1): Use objfile_compunits.
15051
15052 2019-01-09 Tom Tromey <tom@tromey.com>
15053
15054 * symtab.c (search_symbols)
15055 (default_collect_symbol_completion_matches_break_on): Use
15056 objfile_msymbols.
15057 * ada-lang.c (ada_lookup_simple_minsym)
15058 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
15059 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
15060 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
15061 objfile_msymbols.
15062 * coffread.c (coff_symfile_read): Use objfile_msymbols.
15063 * symmisc.c (dump_msymbols): Use objfile_msymbols.
15064 * objc-lang.c (find_methods): Use objfile_msymbols.
15065 (info_selectors_command, info_classes_command): Likewise.
15066 * stabsread.c (scan_file_globals): Use objfile_msymbols.
15067 * objfiles.h (class objfile_msymbols): New.
15068 (ALL_OBJFILE_MSYMBOLS): Remove.
15069 (ALL_MSYMBOLS): Remove.
15070
15071 2019-01-09 Tom Tromey <tom@tromey.com>
15072
15073 * common/next-iterator.h (next_adapter): Add Iterator template
15074 parameter.
15075 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
15076 (class all_objfiles_safe): New.
15077 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
15078 * objfiles.c (put_objfile_before): Update comment.
15079 (add_separate_debug_objfile): Likewise.
15080 (free_all_objfiles): Use all_objfiles_safe.
15081 (objfile_purge_solibs): Likewise.
15082
15083 2019-01-09 Tom Tromey <tom@tromey.com>
15084
15085 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15086 (expand_symtab_containing_pc, lookup_static_symbol)
15087 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
15088 (find_symbol_at_address, find_line_symtab, find_main_name): Use
15089 all_objfiles.
15090 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
15091 * breakpoint.c (create_overlay_event_breakpoint)
15092 (create_longjmp_master_breakpoint)
15093 (create_std_terminate_master_breakpoint)
15094 (create_exception_master_breakpoint): Use all_objfiles.
15095 * linux-thread-db.c (try_thread_db_load_from_pdir)
15096 (has_libpthread): Use all_objfiles.
15097 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
15098 * linespec.c (iterate_over_all_matching_symtabs)
15099 (search_minsyms_for_name): Use all_objfiles.
15100 * maint.c (maintenance_info_sections): Use all_objfiles.
15101 * main.c (captured_main_1): Use all_objfiles.
15102 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
15103 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
15104 * guile/scm-pretty-print.c
15105 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
15106 * solib-spu.c (append_ocl_sos): Use all_objfiles.
15107 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
15108 (maintenance_print_msymbols): Use all_objfiles.
15109 * source.c (select_source_symtab): Use all_objfiles.
15110 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
15111 * symfile.c (remove_symbol_file_command)
15112 (expand_symtabs_matching, map_symbol_filenames): Use
15113 all_objfiles.
15114 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
15115 all_objfiles.
15116 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
15117 * objc-lang.c (find_methods): Use all_objfiles.
15118 * objfiles.c (have_partial_symbols, have_full_symbols)
15119 (have_minimal_symbols, qsort_cmp)
15120 (default_iterate_over_objfiles_in_search_order): Use
15121 all_objfiles.
15122 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
15123 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
15124 (maintenance_check_psymtabs): Use all_objfiles.
15125 (ALL_PSYMTABS): Remove.
15126 * compile/compile-object-run.c (do_module_cleanup): Use
15127 all_objfiles.
15128 * blockframe.c (find_pc_partial_function): Use all_objfiles.
15129 * cp-support.c (add_symbol_overload_list_qualified): Use
15130 all_objfiles.
15131 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15132 Use all_objfiles.
15133 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
15134 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
15135 all_objfiles.
15136 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15137 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
15138 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15139 Uses all_objfiles.
15140 * solib.c (solib_read_symbols): Use all_objfiles
15141
15142 2019-01-09 Tom Tromey <tom@tromey.com>
15143
15144 * probe.c (parse_probes_in_pspace): Use all_objfiles.
15145 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
15146 all_objfiles.
15147 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
15148 * symmisc.c (print_symbol_bcache_statistics)
15149 (print_objfile_statistics, maintenance_print_objfiles)
15150 (maintenance_info_symtabs, maintenance_check_symtabs)
15151 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
15152 all_objfiles.
15153 * source.c (forget_cached_source_info): Use all_objfiles.
15154 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
15155 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15156 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
15157 * objfiles.c (update_section_map): Use all_objfiles.
15158 (shared_objfile_contains_address_p): Likewise.
15159 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
15160 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
15161
15162 2019-01-09 Tom Tromey <tom@tromey.com>
15163
15164 * common/next-iterator.h: New file.
15165 * objfiles.h (class all_objfiles): New.
15166 (struct objfile_iterator): New.
15167
15168 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15169
15170 * NEWS: Move the description of the changed "frame", "select-frame",
15171 and "info frame" commands to the Changed commands section.
15172
15173 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
15174
15175 * gdbtypes.c (check_stub_method_group): Remove handling of old
15176 mangling schemes.
15177 * linespec.c (find_methods): Likewise.
15178 * stabsread.c (read_member_functions): Likewise.
15179 * valops.c (search_struct_method): Likewise.
15180 (value_struct_elt_for_reference): Likewise.
15181 * NEWS: Mention this change.
15182
15183 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
15184
15185 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
15186 print_source_lines.
15187 * source.c (print_source_lines_base): Update line number check.
15188 (print_source_lines): New function.
15189 (source_lines_range::source_lines_range): New function.
15190 * source.h (class source_lines_range): New class.
15191 (print_source_lines): New declaration.
15192
15193 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15194
15195 * linespec.c (linespec_state_destructor): Free self->canonical_names.
15196
15197 2019-01-08 Tom Tromey <tom@tromey.com>
15198 Simon Marchi <simon.marchi@ericsson.com>
15199
15200 PR gdb/24060
15201 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
15202 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
15203 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
15204 * f-exp.y (DOLLAR_VARIABLE): Likewise.
15205 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
15206 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
15207
15208 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15209
15210 * source.c (select_source_symtab): Move header comment to
15211 declaration in source.h.
15212 (forget_cached_source_info_for_objfile): Likewise.
15213 (forget_cached_source_info): Likewise.
15214 (identify_source_line): Likewise.
15215 * source.h (identify_source_line): Move declaration from symtab.h
15216 and add comment from source.c
15217 (print_source_lines): Likewise.
15218 (forget_cached_source_info_for_objfile): Likewise.
15219 (forget_cached_source_info): Likewise.
15220 (select_source_symtab): Likewise.
15221 (enum print_source_lines_flag): Move definition from symtab.h.
15222 * symtab.h (identify_source_line): Move declaration to source.h.
15223 (print_source_lines): Likewise.
15224 (forget_cached_source_info_for_objfile): Likewise.
15225 (forget_cached_source_info): Likewise.
15226 (select_source_symtab): Likewise.
15227 (enum print_source_lines_flag): Move definition to source.h.
15228 * tui/tui-hooks.c: Add 'source.h' include.
15229
15230 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15231
15232 * source.c (print_source_lines_base): Handle requests to print
15233 reverse line number sequences, and guard against empty lines
15234 string.
15235
15236 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15237
15238 * source.c (print_source_lines_base): Fix skip of '\r' if next
15239 character is '\n'.
15240
15241 2019-01-06 Tom Tromey <tom@tromey.com>
15242
15243 * c-exp.y (struct c_parse_state) <macro_original_text,
15244 expansion_obstack>: New member.
15245 (macro_original_text, expansion_obstack): Remove globals.
15246 (scan_macro_expansion, scanning_macro_expansion)
15247 (finished_macro_expansion): Update.
15248 (scan_macro_cleanup): Remove.
15249 (yylex, c_parse): Update.
15250
15251 2019-01-06 Tom Tromey <tom@tromey.com>
15252
15253 * c-exp.y (struct c_parse_state) <strings>: New member.
15254 (operator_stoken): Update.
15255
15256 2019-01-06 Tom Tromey <tom@tromey.com>
15257
15258 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
15259 (union type_stack_elt) <typelist_val>: Now a pointer to
15260 std::vector.
15261 (type_stack_cleanup): Don't declare.
15262 (push_typelist): Update.
15263 * parse.c (pop_typelist): Return a std::vector.
15264 (push_typelist): Take a std::vector.
15265 (follow_types): Update. Do not free args.
15266 (type_stack_cleanup): Remove.
15267 * c-exp.y (struct c_parse_state): New.
15268 (cpstate): New global.
15269 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
15270 (nonempty_typelist): Update.
15271 (func_mod): Create a new vector.
15272 (c_parse): Create a c_parse_state.
15273 (check_parameter_typelist): Do not delete params.
15274 (function_method): Update. Do not delete type_list.
15275
15276 2019-01-06 Tom Tromey <tom@tromey.com>
15277
15278 PR gdb/28155:
15279 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
15280 check_typedef.
15281 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
15282 (print_return_value): Likewise.
15283
15284 2019-01-05 Tom Tromey <tom@tromey.com>
15285
15286 * contrib/cleanup_check.py: Remove.
15287 * contrib/gcc-with-excheck: Remove.
15288 * contrib/exsummary.py: Remove.
15289 * contrib/excheck.py: Remove.
15290
15291 2019-01-05 Joel Brobecker <brobecker@adacore.com>
15292
15293 * thread.c (delete_thread_1): Add gdb_assert that THR is not
15294 NULL. Initialize tpprev to NULL instead of assigning it
15295 to NULL on the next statement.
15296 * windows-nat.c (windows_delete_thread): Remove check for
15297 main_thread_id before printing thread exit notifications.
15298 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
15299 Remove thread ID check against main_thread_id.
15300 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
15301 windows_delete_thread.
15302 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
15303
15304 2019-01-04 Tom Tromey <tom@tromey.com>
15305
15306 * compile/compile.c (_initialize_compile): Use upper case for
15307 metasyntactic variables.
15308 * symmisc.c (_initialize_symmisc): Use upper case for
15309 metasyntactic variables.
15310 * psymtab.c (_initialize_psymtab): Use upper case for
15311 metasyntactic variables.
15312 * demangle.c (demangle_command): Use upper case for metasyntactic
15313 variables.
15314 (_initialize_demangler): Likewise.
15315 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
15316 variables.
15317
15318 2019-01-03 Tom Tromey <tom@tromey.com>
15319
15320 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
15321
15322 2019-01-03 Tom Tromey <tom@tromey.com>
15323
15324 * python/py-symtab.c (salpy_str): Update.
15325 (struct salpy_sal_object) <symtab>: Now a PyObject.
15326 (salpy_dealloc): Update.
15327 (del_objfile_sal): Use gdbpy_ref.
15328
15329 2019-01-03 Tom Tromey <tom@tromey.com>
15330
15331 * python/py-type.c (convert_field): Use new_reference. Return
15332 gdbpy_ref.
15333 (make_fielditem): Return gdbpy_ref.
15334 (typy_fields): Update.
15335 (typy_getitem): Update.
15336 (field_name): Return gdbpy_ref. Use new_reference.
15337 (typy_iterator_iternext): Update.
15338
15339 2019-01-03 Tom Tromey <tom@tromey.com>
15340
15341 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
15342
15343 2019-01-03 Tom Tromey <tom@tromey.com>
15344
15345 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
15346 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
15347 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
15348 (pspy_set_frame_filters, pspy_set_frame_unwinders)
15349 (pspy_set_type_printers): Likewise.
15350 * python/py-function.c (fnpy_init): Use gdbpy_ref.
15351 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
15352 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
15353 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
15354 (objfpy_set_type_printers): Likewise.
15355
15356 2019-01-03 Tom Tromey <tom@tromey.com>
15357
15358 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
15359 (gdbpy_print_stack): Use gdbpy_err_fetch.
15360 * python/python-internal.h (class gdbpy_err_fetch): New class.
15361 (class gdbpy_enter) <m_error_type, m_error_value,
15362 m_error_traceback>: Remove.
15363 <m_error>: New member.
15364 (gdbpy_exception_to_string): Don't declare.
15365 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
15366 * python/py-value.c (convert_value_from_python): Use
15367 gdbpy_err_fetch.
15368 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
15369 gdbpy_exception_to_string.
15370 (gdbpy_handle_exception): Use gdbpy_err_fetch.
15371 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
15372 gdbpy_err_fetch.
15373
15374 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15375
15376 * linux-nat.c (delete_lwp_cleanup): Delete.
15377 (struct lwp_deleter): New struct.
15378 (lwp_info_up): New typedef.
15379 (linux_nat_target::follow_fork): Delete cleanup, and make use of
15380 lwp_info_up.
15381
15382 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15383
15384 * linux-fork.c (class scoped_switch_fork_info): New class.
15385 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
15386
15387 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15388
15389 * valops.c (find_overload_match): Remove use of null_cleanup, and
15390 calls to do_cleanups.
15391
15392 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15393
15394 * compile/compile-cplus-types.c
15395 (compile_cplus_instance::decl_name): Handle changes to
15396 cp_func_name.
15397 * cp-support.c (cp_func_name): Update header comment, update
15398 return type.
15399 * cp-support.h (cp_func_name): Update return type in declaration.
15400 * valops.c (find_overload_match): Move temp_func local to top
15401 level of function and change its type. Use temp_func to hold and
15402 delete temporary string obtained from cp_func_name.
15403
15404 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15405
15406 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
15407 gdb::char_vector, remove cleanup, and update uses of `msg`.
15408
15409 2019-01-03 Jim Wilson <jimw@sifive.com>
15410
15411 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
15412
15413 2019-01-02 Tom Tromey <tom@tromey.com>
15414
15415 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
15416 (tdesc_parse_xml): Remove cleanups.
15417 * target-descriptions.h (make_cleanup_free_target_description):
15418 Don't declare.
15419 (target_desc_deleter): New struct.
15420 (target_desc_up): New typedef.
15421 * target-descriptions.c (target_desc_deleter::operator()): Rename
15422 from free_target_description.
15423 (make_cleanup_free_target_description): Remove.
15424
15425 2019-01-02 Tom Tromey <tom@tromey.com>
15426
15427 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
15428 constructor, destructor.
15429 (linespec_parser): Remove typedef.
15430 (~linespec_parser): Rename from linespec_parser_delete.
15431 (linespec_lex_to_end, linespec_complete_label)
15432 (linespec_complete): Update.
15433 (decode_line_full): Remove cleanups.
15434 (decode_line_1): Update.
15435
15436 2019-01-02 Tom Tromey <tom@tromey.com>
15437
15438 * python/python-internal.h (inferior_to_inferior_object): Change
15439 return type.
15440 * python/py-exitedevent.c (create_exited_event_object): Update.
15441 * python/py-inferior.c (inferior_to_inferior_object): Return
15442 gdbpy_ref.
15443 (python_new_inferior, python_inferior_deleted)
15444 (thread_to_thread_object, delete_thread_object)
15445 (build_inferior_list, gdbpy_selected_inferior): Update.
15446 * python/py-infthread.c (create_thread_object): Update. Also fail
15447 if inferior_to_inferior_object fails.
15448
15449 2019-01-02 Simon Marchi <simon.marchi@ericsson.com>
15450
15451 * inferior.h (class inferior) <displaced_step_state>: New field.
15452 * infrun.h (struct displaced_step_state): Move here from
15453 infrun.c. Initialize fields, add constructor.
15454 <inf>: Remove field.
15455 <reset>: New method.
15456 * infrun.c (struct displaced_step_inferior_state): Move to
15457 infrun.h.
15458 (displaced_step_inferior_states): Remove.
15459 (get_displaced_stepping_state): Adust.
15460 (displaced_step_in_progress_any_inferior): Adjust.
15461 (displaced_step_in_progress_thread): Adjust.
15462 (displaced_step_in_progress): Adjust.
15463 (add_displaced_stepping_state): Remove.
15464 (get_displaced_step_closure_by_addr): Adjust.
15465 (remove_displaced_stepping_state): Remove.
15466 (infrun_inferior_exit): Call displaced_step_state.reset.
15467 (use_displaced_stepping): Don't check for NULL.
15468 (displaced_step_prepare_throw): Call
15469 get_displaced_stepping_state.
15470 (displaced_step_fixup): Don't check for NULL.
15471 (prepare_for_detach): Don't check for NULL.
15472
15473 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15474
15475 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
15476 in case of call that did not complete.
15477
15478 2019-01-02 Andrey Utkin <autkin@undo.io>
15479
15480 * symfile.c (find_separate_debug_file): Fix search of debug files for
15481 remote debuggee.
15482
15483 2019-01-02 Tom Tromey <tom@tromey.com>
15484
15485 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
15486 indentation.
15487 * python/py-frame.c (frapy_older): Remove cast.
15488 (frapy_newer): Likewise.
15489 * python/py-breakpoint.c (local_setattro): Remove cast.
15490 * python/py-arch.c (archpy_name): Remove local variable.
15491 * python/py-type.c (gdbpy_lookup_type): Remove cast.
15492
15493 2019-01-02 Joel Brobecker <brobecker@adacore.com>
15494
15495 * unittests/basic_string_view/element_access/char/empty.cc:
15496 Fix year range in copyright header.
15497
15498 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
15499
15500 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
15501 Delete.
15502 <operator==>: Update with for removed field.
15503 <hash>: Likewise.
15504 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
15505 <isa_features>: ...this.
15506 <abi_features>: New field.
15507 (riscv_isa_flen): Update comment.
15508 (riscv_abi_xlen): New declaration.
15509 (riscv_abi_flen): New declaration.
15510 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
15511 isa_features.
15512 (riscv_abi_xlen): New function.
15513 (riscv_isa_flen): Update to get answer from isa_features.
15514 (riscv_abi_flen): New function.
15515 (riscv_has_fp_abi): Update to get answer from abi_features.
15516 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
15517 xlen and flen.
15518 (riscv_call_info) <xlen, flen>: Update comment.
15519 (riscv_call_arg_struct): Remove invalid assertions
15520 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
15521 is removed.
15522 (riscv_gdbarch_init): Gather isa features and abi features
15523 separately, ensure both match on the gdbarch when reusing an old
15524 gdbarch. Relax an error check to allow 32-bit abi float to run on
15525 a target with 64-bit float hardware.
15526
15527 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15528
15529 * source.c (search_command_helper): Stop reverse search
15530 when line 1 has been searched.
15531
15532 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15533
15534 * record-full.c (record_full_base_target::close): Rewrite
15535 record_full_core_buf_list free logic.
15536
15537 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15538
15539 * break-catch-syscall.c (print_one_catch_syscall): xfree
15540 the last text.
15541
15542 2019-01-01 Joel Brobecker <brobecker@adacore.com>
15543
15544 * top.c (print_gdb_version): Update Copyright year in version
15545 message.
15546
15547 2019-01-01 Joel Brobecker <brobecker@adacore.com>
15548
15549 Update copyright year range in all GDB files.
15550
15551 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
15552
15553 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
15554
15555 For older changes see ChangeLog-2018.
15556 \f
15557 Local Variables:
15558 mode: change-log
15559 left-margin: 8
15560 fill-column: 74
15561 version-control: never
15562 coding: utf-8
15563 End:
15564
This page took 0.331402 seconds and 5 git commands to generate.