Normalize Ada ptype to use a single "?"
[binutils-gdb.git] / gdb / ChangeLog
1 2019-12-10 Tom Tromey <tromey@adacore.com>
2
3 * ada-typeprint.c (print_choices): Use a single "?".
4 (print_variant_part): Print "?" if the discriminant name
5 is not known.
6
7 2019-12-10 George Barrett <bob@bob131.so>
8
9 Fix scripted probe breakpoints.
10 * breakpoint.c (tracepoint_probe_breakpoint_ops): Move
11 declaration forward.
12 (breakpoint_ops_for_event_location_type)
13 (breakpoint_ops_for_event_location): Add function definitions.
14 (break_command_1, trace_command): Use
15 breakpoint_ops_for_event_location.
16 * breakpoint.h (breakpoint_ops_for_event_location): Add function
17 declarations.
18 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Use
19 breakpoint_ops_for_event_location.
20 * python/py-breakpoint.c (bppy_init): Use
21 breakpoint_ops_for_event_location.
22
23 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
24
25 * gdbtypes.c (rank_one_type): Return INCOMPATIBLE_TYPE_BADNESS
26 when ranking an lvalue argument for an rvalue parameter.
27
28 2019-12-08 Wataru Ashihara <wataash@wataash.com>
29
30 * darwin-nat.c (darwin_nat_target::create_inferior): Fix
31 template argument for scoped_restore_tmpl from bool to int.
32
33 2019-12-07 Keith Seitz <keiths@redhat.com>
34
35 * build-id.c (build_id_bfd_get): Permit bfd_core, too.
36 (build_id_to_debug_bfd): Make static, rewriting to use
37 build_id_to_bfd_suffix.
38 (build_id_to_bfd_suffix): Copy of build_id_to_debug_bfd,
39 adding `suffix' parameter. Append SUFFIX to file names
40 when searching for matching files.
41 (build_id_to_debug_bfd): Use build_id_to_bfd_suffix.
42 (build_id_to_exec_bfd): Likewise.
43 * build-id.h (build_id_to_debug_bfd): Clarify that function
44 searches for BFD of debug info file.
45 (build_id_to_exec_bfd): Declare.
46 * corelow.c: Include build-id.h.
47 (locate_exec_from_corefile_build_id): New function.
48 (core_target_open): If no executable BFD is found,
49 search for a core file BFD using build-id.
50
51 2019-12-06 Christian Biesinger <cbiesinger@google.com>
52
53 * bcache.c: Put in namespace gdb.
54 * bcache.h: Likewise.
55 * gdbtypes.c (check_types_worklist): Update.
56 (types_deeply_equal): Update.
57 * macrotab.c (struct macro_table) <bcache>: Update.
58 (new_macro_table): Update.
59 * macrotab.h (struct bcache): Put this forward declaration
60 inside namespace gdb.
61 (new_macro_table): Update.
62 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache>:
63 Update.
64 <macro_cache>: Update.
65 * psymtab.h: (psymtab_storage) <psymbol_cache>: Update.
66
67 2019-12-06 Tom de Vries <tdevries@suse.de>
68
69 PR symtab/24971
70 * block.c (best_symbol, better_symbol): New function.
71 (block_lookup_symbol_primary, block_lookup_symbol): Prefer def over
72 decl.
73
74 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
75
76 * gdbtypes.h: Define the REFERENCE_SEE_THROUGH_BADNESS value.
77 * gdbtypes.c (rank_one_type): Use REFERENCE_SEE_THROUGH_BADNESS
78 for ranking see-through reference cases.
79
80 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
81 * stack.c (faas_command): Check a command is provided.
82 * thread.c (taas_command, tfaas_command): Likewise.
83
84 2019-12-05 Philippe Waroquiers <philippe.waroquiers@skynet.be>
85 * inferior.c (prune_inferiors): Only call delete_inferior,
86 Do not modify the inferior list.
87
88 2019-12-05 Simon Marchi <simon.marchi@polymtl.ca>
89
90 * c-exp.y: Update calls to lookup_typename,
91 lookup_signed_typename and lookup_unsigned_typename.
92 * c-lang.c (evaluate_subexp_c): Likewise.
93 * cp-namespace.c (cp_lookup_symbol_imports_or_template):
94 Likewise.
95 * eval.c (binop_promote): Likewise.
96 * gdbtypes.c (lookup_typename): Remove gdbarch parameter.
97 (lookup_unsigned_typename): Likewise.
98 (lookup_signed_typename): Likewise.
99 * gdbtypes.h (lookup_unsigned_typename): Likewise.
100 (lookup_signed_typename): Likewise.
101 (lookup_typename): Likewise.
102 * guile/scm-type.c (tyscm_lookup_typename): Update calls to
103 lookup_typename, lookup_signed_typename,
104 lookup_unsigned_typename.
105 * m2-exp.y: Likewise.
106 * printcmd.c (printf_wide_c_string): Likewise.
107 (ui_printf): Likewise.
108 * python/py-type.c (typy_lookup_typename): Likewise.
109 * python/py-xmethods.c (python_xmethod_worker::invoke):
110 Likewise.
111 * rust-exp.y: Likewise.
112
113 2019-12-04 Christian Biesinger <cbiesinger@google.com>
114
115 * configure.nat (obsd64): Add missing files x86-nat.o and
116 nat/x86-dregs.o.
117
118 2019-12-04 Tom Tromey <tom@tromey.com>
119
120 * valprint.c (val_print_string): Use metadata_style.
121 * go-valprint.c (print_go_string): Use metadata style.
122 * p-valprint.c (pascal_object_print_static_field): Use metadata
123 style.
124 * cp-valprint.c (cp_print_static_field): Use metadata style.
125
126 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
127 Chris January <chris.january@arm.com>
128
129 * f-exp.y (COMPLEX_KEYWORD, SINGLE, DOUBLE, PRECISION): New
130 tokens.
131 (typebase): New patterns for complex, single/double precision, and
132 single/double complex.
133 (f77_keywords): Change token for complex keyword, and add single,
134 double, and precision keywords.
135
136 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
137
138 * avr-tdep.c (_initialize_avr_tdep): Improve help of command
139 "info io_registers".
140
141 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
142
143 * regcache.c (cooked_read_test): Initialize thread list of
144 mock_inferior.
145
146 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
147
148 * aarch64-linux-tdep.c: Remove includes.
149
150 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
151
152 * aarch64-tdep.c: Remove includes.
153
154 2019-12-04 Simon Marchi <simon.marchi@efficios.com>
155
156 * filtered-iterator.h (filtered_iterator) <operator==,
157 operator!=>: Compare wrapped iterators, not wrapped pointers.
158 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
159 unittests/filtered_iterator-selftests.c.
160 * unittests/filtered_iterator-selftests.c: New file.
161
162 2019-12-04 Tom Tromey <tromey@adacore.com>
163
164 * gdbtypes.c (create_range_type): Inherit endianity
165 from base type.
166
167 2019-12-04 Tom Tromey <tromey@adacore.com>
168
169 * ada-lang.c (decode_constrained_packed_array)
170 (ada_value_assign, value_assign_to_component): Update.
171 * dwarf2loc.c (rw_pieced_value, access_memory)
172 (dwarf2_compile_expr_to_ax): Update.
173 * dwarf2read.c (dwarf2_add_field): Update.
174 * eval.c (evaluate_subexp_standard): Update.
175 * gdbarch.c, gdbarch.h: Rebuild.
176 * gdbarch.sh (bits_big_endian): Remove.
177 * gdbtypes.h (union field_location): Update comment.
178 * target-descriptions.c (make_gdb_type): Update.
179 * valarith.c (value_bit_index): Update.
180 * value.c (struct value) <bitpos>: Update comment.
181 (unpack_bits_as_long, modify_field): Update.
182 * value.h (value_bitpos): Update comment.
183
184 2019-12-04 Tom Tromey <tromey@adacore.com>
185
186 * gdbtypes.c (type_byte_order): Move earlier. Assert for unknown
187 endian-ness.
188
189 2019-12-04 Tom Tromey <tromey@adacore.com>
190
191 * dwarf2read.c (dwarf2_init_float_type)
192 (dwarf2_init_complex_target_type): Add byte_order parameter.
193 (read_base_type): Compute byte order earlier.
194 * gdbtypes.c (init_float_type): Add byte_order parameter.
195 * gdbtypes.h (init_float_type): Add byte_order parameter.
196
197 2019-12-04 Tom Tromey <tromey@adacore.com>
198
199 * unittests/tui-selftests.c: Conditionally include tui-winsource.h.
200
201 2019-12-04 Tom Tromey <tromey@adacore.com>
202
203 * dwarf2read.c (process_structure_scope): Initialize
204 "discr_offset".
205
206 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
207
208 * mi/mi-symbol-cmds.c (mi_symbol_info): Take extra parameter, and
209 add it into the search spec.
210 (parse_max_results_option): New function.
211 (mi_info_functions_or_variables): Parse -max-results flag and pass
212 it to mi_symbol_info.
213 (mi_cmd_symbol_info_modules): Likewise.
214 (mi_cmd_symbol_info_types): Likewise.
215 * symtab.c (global_symbol_searcher::add_matching_symbols): Change
216 return type to bool, change result container into a set, and don't
217 add new results if we have enough already.
218 (global_symbol_searcher::add_matching_msymbols): Change return
219 type to bool, and don't add new results if we have enough already.
220 (sort_search_symbols_remove_dups): Delete.
221 (global_symbol_searcher::search): Early exit from search loop when
222 we have enough results. Use a std::set to collect the results
223 from calling add_matching_symbols.
224 * symtab.h (global_symbol_searcher) <set_max_seach_results>: New
225 member function.
226 (global_symbol_searcher) <m_max_search_results>: New member
227 variable.
228 (global_symbol_searcher) <add_matching_symbols>: Update header
229 comment and change return type to bool.
230 (global_symbol_searcher) <add_matching_msymbols>: Update header
231 comment and change return type to bool.
232
233 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
234
235 * symtab.c (symbol_search::compare_search_syms): Update header
236 comment.
237 (global_symbol_searcher::is_suitable_msymbol): New function.
238 (global_symbol_searcher::expand_symtabs): New function.
239 (global_symbol_searcher::add_matching_symbols): New function.
240 (global_symbol_searcher::add_matching_msymbols): New function.
241 (global_symbol_searcher::search): Move most of the content
242 into the new functions above, and call them as needed.
243 * symtab.h (global_symbol_searcher) <expand_symtabs>: New member
244 function.
245 (global_symbol_searcher) <add_matching_symbols>: New member
246 function.
247 (global_symbol_searcher) <add_matching_msymbols>: New member
248 function.
249 (global_symbol_searcher) <is_suitable_msymbol>: New member
250 function.
251
252 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
253
254 * mi/mi-cmds.c (mi_cmds): Add -symbol-info-module-functions and
255 -symbol-info-module-variables entries.
256 * mi/mi-cmds.h (mi_cmd_symbol_info_module_functions): Declare.
257 (mi_cmd_symbol_info_module_variables): Declare.
258 * mi/mi-symbol-cmds.c
259 (module_symbol_search_iterator): New typedef.
260 (output_module_symbols_in_single_module_and_file): New function.
261 (output_module_symbols_in_single_module): New function.
262 (mi_info_module_functions_or_variables): New function.
263 (mi_cmd_symbol_info_module_functions): New function.
264 (mi_cmd_symbol_info_module_variables): New function.
265 * NEWS: Mention new MI command.
266
267 2019-12-03 Christian Biesinger <cbiesinger@google.com>
268
269 * bcache.c (hash): Remove.
270 (hash_continue): Remove.
271 * bcache.h (hash): Remove.
272 (hash_continue): Remove.
273 (struct bcache) <ctor>: Update.
274 * psymtab.c (psymbol_hash): Update.
275 * stabsread.c (hashname): Update.
276 * utils.h (fast_hash): Add an argument for a start value,
277 defaulting to zero.
278
279 2019-12-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
280 * symtab.c (symbol_cache_clear_slot): Move close to cleared type.
281 (destroy_block_symbol_cache): New function.
282 (symbol_cache:~symbol_cache) Call destroy_block_symbol_cache.
283 (resize_symbol_cache): Likewise.
284
285 2019-12-02 Tom Tromey <tom@tromey.com>
286
287 * unittests/tui-selftests.c (run_tests): Make conditional.
288 (_initialize_tui_selftest): Make conditional.
289
290 2019-12-02 Christian Biesinger <cbiesinger@google.com>
291
292 * aix-thread.c (debug_aix_thread): Change type to bool.
293
294 2019-12-02 Luis Machado <luis.machado@linaro.org>
295
296 * infrun.c (follow_fork_inferior): Remove outdated FIXME comment.
297
298 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
299
300 * dwarf2read.c (read_tag_string_type): Read the fields required to
301 make a dynamic string, and possibly create a dynamic range for the
302 string.
303 (attr_to_dynamic_prop): Setup is_reference based on the type of
304 attribute being processed.
305 * gdbtypes.c (is_dynamic_type_internal): Handle TYPE_CODE_STRING.
306 (resolve_dynamic_array): Rename to...
307 (resolve_dynamic_array_or_string): ...this, update header comment,
308 and accept TYPE_CODE_STRING.
309 (resolve_dynamic_type_internal): Handle TYPE_CODE_STRING.
310
311 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
312
313 * dwarf2read.c (dwarf2_per_cu_int_type): New function, takes most
314 of its implementation from...
315 (dwarf2_per_cu_addr_sized_int_type): ...here, which now just calls
316 the new function.
317
318 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
319
320 * dwarf2read.c (read_subrange_type): Read bit and byte stride and
321 create a range with stride where appropriate.
322 * f-valprint.c: Include 'gdbarch.h'.
323 (f77_print_array_1): Take the stride into account when walking the
324 array. Also convert the stride into addressable units.
325 * gdbtypes.c (create_range_type): Initialise the stride to
326 constant zero.
327 (create_range_type_with_stride): New function, initialise the
328 range as normal, and then setup the stride.
329 (has_static_range): Include the stride here. Also change the
330 return type to bool.
331 (create_array_type_with_stride): Consider the range stride if the
332 array isn't given its own stride.
333 (resolve_dynamic_range): Resolve the stride if needed.
334 * gdbtypes.h (struct range_bounds) <stride>: New member variable.
335 (struct range_bounds) <flag_is_byte_stride>: New member variable.
336 (TYPE_BIT_STRIDE): Define.
337 (TYPE_ARRAY_BIT_STRIDE): Define.
338 (create_range_type_with_stride): Declare.
339 * valarith.c (value_subscripted_rvalue): Take range stride into
340 account when walking the array.
341
342 2019-12-01 Tom Tromey <tom@tromey.com>
343
344 * tui/tui-win.c (tui_all_windows_info): Treat inactive TUI
345 specially.
346
347 2019-12-01 Tom Tromey <tom@tromey.com>
348
349 * tui/tui-winsource.c (tui_copy_source_line): Don't advance past
350 \0.
351 * unittests/tui-selftests.c: New file.
352 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add tui-selftests.c.
353
354 2019-12-01 Tom Tromey <tom@tromey.com>
355
356 * tui/tui.c (tui_enable): Call tui_update_variables earlier.
357
358 2019-12-01 Tom Tromey <tom@tromey.com>
359
360 * NEWS: Document new settings.
361 * tui/tui-wingeneral.c (box_win): Apply appropriate border style.
362 * tui/tui-win.c (_initialize_tui_win): Add border style
363 observers.
364 * tui/tui-io.h (tui_apply_style): Declare.
365 * tui/tui-io.c (tui_apply_style): Rename from apply_style. No
366 longer static.
367 (apply_ansi_escape, tui_set_reverse_mode): Update.
368 * cli/cli-style.h (class cli_style_option) <add_setshow_commands>:
369 Add "skip_intensity" parameter.
370 <changed>: New member.
371 <do_set_value>: Declare.
372 (tui_border_style, tui_active_border_style): Declare.
373 * cli/cli-style.c (tui_border_style, tui_active_border_style): New
374 globals.
375 (cli_style_option): Initialize "changed".
376 (cli_style_option::do_set_value): New function.
377 (cli_style_option::add_setshow_commands): Add "skip_intensity"
378 parameter. Update.
379 (STYLE_ADD_SETSHOW_COMMANDS): Add "SKIP" parameter.
380 (_initialize_cli_style): Update. Create TUI border style
381 commands.
382
383 2019-12-01 Tom Tromey <tom@tromey.com>
384
385 * tui/tui-winsource.h (tui_copy_source_line): Add "ndigits"
386 parameter.
387 * tui/tui-winsource.c (tui_copy_source_line): Add "ndigits"
388 parameter.
389 * tui/tui-win.h (compact_source): Declare.
390 * tui/tui-win.c (compact_source): New global.
391 (tui_set_compact_source, tui_show_compact_source): New functions.
392 (_initialize_tui_win): Add "compact-source" setting.
393 * tui/tui-source.c (tui_source_window::set_contents): Handle
394 compact_source setting.
395 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
396 * NEWS: Document new setting.
397
398 2019-11-30 Tom Tromey <tom@tromey.com>
399
400 * dwarf2read.c (dwarf2_add_field): Include field offset when
401 computing variant part length.
402
403 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
404 * NEWS: Mention define-prefix. Tell that command names can now
405 contain a . character.
406
407 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
408
409 * command.h (valid_cmd_char_p): Declare.
410 * cli/cli-decode.c (valid_cmd_char_p): New function factorizing
411 the check of valid command char.
412 (find_command_name_length, valid_user_defined_cmd_name_p): Use
413 valid_cmd_char_p.
414 * cli/cli-script.c (validate_comname): Likewise.
415 * completer.c (gdb_completer_command_word_break_characters):
416 Do not remove . from the word break char, update comments.
417 (complete_line_internal_1): Use valid_cmd_char_p.
418 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
419 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
420
421 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
422
423 * cli/cli-script.c (do_define_command): Ensure a redefined
424 prefix command is kept as a prefix command.
425 (define_prefix_command): New function.
426 (show_user_1): Report user defined prefixes.
427 (_initialize_cli_script): Create the new 'define-prefix' command.
428 Add completers for 'define' and 'document'.
429 * top.c (execute_command): If command is a user-defined prefix only
430 command, report the list of commands for this prefix command.
431
432 2019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
433
434 * valops.c (find_oload_champ): Improve debug output.
435
436 2019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
437
438 * valops.c (find_oload_champ): Print part of debug messages
439 before the badness vector is std::move'd.
440
441 2019-11-28 Tom Tromey <tom@tromey.com>
442
443 * value.c (creal_internal_fn): Fix comment.
444
445 2019-11-28 Tom Tromey <tom@tromey.com>
446
447 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count,
448 flag_bound_evaluated>: Now unsigned.
449
450 2019-11-28 Tom Tromey <tom@tromey.com>
451
452 * guile/guile-internal.h (vlscm_scm_from_value_unsafe): Don't
453 declare.
454
455 2019-11-28 Mihails Strasuns <mihails.strasuns@intel.com>
456
457 * jit.c (jit_bfd_try_read_symtab): Fix printed function name in the
458 debug output.
459 * jit.c (jit_unregister_code): Add debug print to match
460 `jit_register_code`.
461
462 2019-11-27 Christian Biesinger <cbiesinger@google.com>
463
464 * NEWS: Mention the new multithreaded symbol loading.
465
466 2019-11-27 Christian Biesinger <cbiesinger@google.com>
467
468 * maint.c (n_worker_threads): Default to 0.
469 (worker_threads_disabled): New function.
470 * maint.h (worker_threads_disabled): New function.
471 * minsyms.c (minimal_symbol_reader::record_full): Call symbol_set_names
472 here if worker_threads_disabled () is true.
473 (minimal_symbol_reader::install): Skip all threading if
474 worker_threads_disabled () is true.
475
476 2019-11-27 Christian Biesinger <cbiesinger@google.com>
477
478 * minsyms.c (add_minsym_to_hash_table): Use a previously computed
479 hash code if possible.
480 (add_minsym_to_demangled_hash_table): Likewise.
481 (minimal_symbol_reader::install): Compute the hash codes for msymbol
482 on the background thread.
483 * symtab.h (struct minimal_symbol) <hash_value, demangled_hash_value>:
484 Add these fields.
485
486 2019-11-27 Christian Biesinger <cbiesinger@google.com>
487
488 * minsyms.c (minimal_symbol_reader::install): Also compute the hash
489 of the mangled name on the background thread.
490 * symtab.c (symbol_set_names): Allow passing in the hash of the
491 linkage_name.
492 * symtab.h (symbol_set_names): Likewise.
493
494 2019-11-27 Kevin Buettner <kevinb@redhat.com>
495
496 * dwarf2read.c (inherit_abstract_dies): Ensure that delayed
497 physnames are computed for inherited DIEs.
498
499 2019-11-27 Tom Tromey <tromey@adacore.com>
500
501 * dwarf2read.h (struct dwarf2_per_objfile): Remove unnecessary
502 backslashes.
503 * cp-support.c: Remove unnecessary backslashes.
504
505 2019-11-27 Christian Biesinger <cbiesinger@google.com>
506
507 * ada-exp.y (write_ambiguous_var): Replace SYMBOL_SET_LINKAGE_NAME
508 with sym->set_linkage_name.
509 * coffread.c (coff_read_enum_type): Likewise.
510 * mdebugread.c (parse_symbol): Likewise.
511 * stabsread.c (patch_block_stabs): Likewise.
512 (define_symbol): Likewise.
513 (read_enum_type): Likewise.
514 (common_block_end): Likewise.
515 * symtab.h (struct general_symbol_info) <set_linkage_name>: New
516 function.
517 (SYMBOL_SET_LINKAGE_NAME): Remove.
518 * xcoffread.c (process_xcoff_symbol): Replace SYMBOL_SET_LINKAGE_NAME
519 with sym->set_linkage_name.
520
521 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
522
523 * mi/mi-cmds.c (mi_cmds): Add 'symbol-info-modules' entry.
524 * mi/mi-cmds.h (mi_cmd_symbol_info_modules): Declare.
525 * mi/mi-symbol-cmds.c (mi_cmd_symbol_info_modules): New function.
526 * NEWS: Mention new MI command.
527
528 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
529
530 * mi/mi-cmds.c (mi_cmds): Add '-symbol-info-functions',
531 '-symbol-info-types', and '-symbol-info-variables'.
532 * mi/mi-cmds.h (mi_cmd_symbol_info_functions): Declare.
533 (mi_cmd_symbol_info_types): Declare.
534 (mi_cmd_symbol_info_variables): Declare.
535 * mi/mi-symbol-cmds.c: Add 'source.h' and 'mi-getopt.h' includes.
536 (output_debug_symbol): New function.
537 (output_nondebug_symbol): New function.
538 (mi_symbol_info): New function.
539 (mi_info_functions_or_variables): New function.
540 (mi_cmd_symbol_info_functions): New function.
541 (mi_cmd_symbol_info_types): New function.
542 (mi_cmd_symbol_info_variables): New function.
543 * NEWS: Mention new commands.
544
545 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
546
547 * symtab.c (symbol_to_info_string): New function, most content
548 moved from print_symbol_info, but updated to return a std::string.
549 (print_symbol_info): Update to use symbol_to_info_string and print
550 returned string.
551 * symtab.h (symbol_to_info_string): Declare new function.
552
553 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
554
555 * python/python.c (gdbpy_rbreak): Convert to using
556 global_symbol_searcher.
557 * symtab.c (file_matches): Convert return type to bool, change
558 file list to std::vector, update header comment.
559 (search_symbols): Rename to...
560 (global_symbol_searcher::search): ...this and update now its
561 a member function of global_symbol_searcher. Take account of the
562 changes to file_matches.
563 (symtab_symbol_info): Convert to using global_symbol_searcher.
564 (rbreak_command): Likewise.
565 (search_module_symbols): Likewise.
566 * symtab.h (enum symbol_search): Update comment.
567 (search_symbols): Remove declaration.
568 (class global_symbol_searcher): New class.
569
570 2019-11-26 Tom Tromey <tromey@adacore.com>
571
572 * cp-support.c (_initialize_cp_support): Conditionally initialize
573 gdb_demangle_attempt_core_dump.
574
575 2019-11-26 Tom Tromey <tom@tromey.com>
576
577 * python/py-function.c (fnpy_init): Update.
578 * value.h (add_internal_function): Adjust declaration.
579 * value.c (function_destroyer): Remove.
580 (do_add_internal_function): Don't set destroyer or copy name.
581 (add_internal_function): Take unique_xmalloc_ptr<char> for name.
582 Set name_allocated.
583 * python/py-cmd.c (cmdpy_destroyer): Don't free "name".
584 (cmdpy_init): Set name_allocated.
585 * cli/cli-decode.h (struct cmd_list_element) <name_allocated>: New
586 member.
587 (~cmd_list_element): Free "name" if needed.
588
589 2019-11-26 Tom Tromey <tom@tromey.com>
590
591 * value.h (add_internal_function): Add new overload. Move
592 documentation from value.h.
593 * value.c (do_add_internal_function): New function.
594 (add_internal_function): Use it. Add new overload.
595 (function_destroyer): Don't free doc.
596 * python/py-function.c (fnpy_init): Update.
597
598 2019-11-26 Tom Tromey <tom@tromey.com>
599
600 * python/py-cmd.c (cmdpy_destroyer): Don't free "doc".
601 (cmdpy_init): Set "doc_allocated".
602
603 2019-11-26 Tom Tromey <tom@tromey.com>
604
605 * gdbsupport/thread-pool.c (thread_pool::set_thread_count): Set
606 name of worker thread.
607 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
608 pthread_setname_np.
609 * configure, config.in: Rebuild.
610
611 2019-11-26 Tom Tromey <tom@tromey.com>
612
613 * python/python.c (class gdbpy_gil): New.
614 (struct gdbpy_event): Add constructor, destructor, operator().
615 (gdbpy_post_event): Use run_on_main_thread.
616 (gdbpy_initialize_events): Remove.
617 (do_start_initialization): Update.
618
619 2019-11-26 Tom Tromey <tom@tromey.com>
620
621 * NEWS: Add entry.
622 * maint.c (_initialize_maint_cmds): Add "worker-threads" maint
623 commands. Call update_thread_pool_size.
624 (update_thread_pool_size, maintenance_set_worker_threads): New
625 functions.
626 (n_worker_threads): New global.
627
628 2019-11-26 Christian Biesinger <cbiesinger@google.com>
629 Tom Tromey <tom@tromey.com>
630
631 * minsyms.c (minimal_symbol_reader::install): Use
632 parallel_for_each.
633 * gdbsupport/parallel-for.h: New file.
634 * Makefile.in (HFILES_NO_SRCDIR): Add gdbsupport/parallel-for.h.
635
636 2019-11-26 Christian Biesinger <cbiesinger@google.com>
637 Tom Tromey <tom@tromey.com>
638
639 * gdbsupport/thread-pool.h: New file.
640 * gdbsupport/thread-pool.c: New file.
641 * Makefile.in (COMMON_SFILES): Add thread-pool.c.
642 (HFILES_NO_SRCDIR): Add thread-pool.h.
643
644 2019-11-26 Tom Tromey <tom@tromey.com>
645
646 * event-top.h (thread_local_segv_handler): Declare.
647 * event-top.c (thread_local_segv_handler): New global.
648 (install_handle_sigsegv, handle_sigsegv): New functions.
649 (async_init_signals): Install SIGSEGV handler.
650 * cp-support.c (gdb_demangle_jmp_buf): Change type. Now
651 thread-local.
652 (report_failed_demangle): New function.
653 (gdb_demangle): Make core_dump_allowed atomic. Remove signal
654 handler-setting code, instead use segv_handler. Run warning code
655 on main thread.
656
657 2019-11-26 Tom Tromey <tom@tromey.com>
658
659 * run-on-main-thread.c: New file.
660 * run-on-main-thread.h: New file.
661 * unittests/main-thread-selftests.c: New file.
662 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
663 main-thread-selftests.c.
664 (HFILES_NO_SRCDIR): Add run-on-main-thread.h.
665 (COMMON_SFILES): Add run-on-main-thread.c.
666
667 2019-11-26 Tom Tromey <tom@tromey.com>
668
669 * main.c (setup_alternate_signal_stack): Remove.
670 (captured_main_1): Use gdb::alternate_signal_stack.
671 * gdbsupport/alt-stack.h: New file.
672
673 2019-11-26 Tom Tromey <tom@tromey.com>
674
675 * gdbsupport/signals-state-save-restore.c (original_signal_mask):
676 Remove comment.
677 (save_original_signals_state, restore_original_signals_state): Use
678 gdb_sigmask.
679 * linux-nat.c (block_child_signals, restore_child_signals_mask)
680 (_initialize_linux_nat): Use gdb_sigmask.
681 * guile/guile.c (_initialize_guile): Use block_signals.
682 * Makefile.in (HFILES_NO_SRCDIR): Add gdb-sigmask.h.
683 * gdbsupport/gdb-sigmask.h: New file.
684 * event-top.c (async_sigtstp_handler): Use gdb_sigmask.
685 * cp-support.c (gdb_demangle): Use gdb_sigmask.
686 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
687 pthread_sigmask.
688 * configure, config.in: Rebuild.
689 * gdbsupport/block-signals.h: New file.
690
691 2019-11-26 Tom Tromey <tom@tromey.com>
692
693 * acinclude.m4: Include ax_pthread.m4.
694 * Makefile.in (PTHREAD_CFLAGS, PTHREAD_LIBS): New variables.
695 (INTERNAL_CFLAGS_BASE): Use PTHREAD_CFLAGS.
696 (CLIBS): Use PTHREAD_LIBS.
697 (aclocal_m4_deps): Add ax_pthread.m4.
698 * config.in, configure: Rebuild.
699 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for std::thread.
700
701 2019-11-26 Tom Tromey <tom@tromey.com>
702
703 * symtab.h (struct minimal_symbol) <name_set>: New member.
704 * minsyms.c (minimal_symbol_reader::record_full): Copy name.
705 Don't call symbol_set_names.
706 (minimal_symbol_reader::install): Call symbol_set_names.
707
708 2019-11-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
709
710 * python/python.c (gdbpy_enter::~gdbpy_enter): Release GIL after
711 restore_active_ext_lang, as GIL is needed for (indirectly)
712 called PyOS_InterruptOccurred.
713
714 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
715
716 * sparc-nat.c (sparc_xfer_wcookie): Sync declaration with
717 definition.
718
719 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
720
721 * remote-sim.c (simulator_command): Make static, remove
722 declaration.
723
724 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
725
726 * unittests/array-view-selftests.c (check_ptr_size_ctor2): Make
727 static.
728 * unittests/basic_string_view/capacity/1.cc (test01): Likewise.
729 * unittests/basic_string_view/cons/char/1.cc (test01): Likewise.
730 (main): Likewise.
731 * unittests/basic_string_view/cons/char/2.cc (test03): Likewise.
732 (main): Likewise.
733 * unittests/basic_string_view/cons/char/3.cc (test05): Likewise.
734 (main): Likewise.
735 * unittests/basic_string_view/element_access/char/1.cc (test01):
736 Likewise.
737 (main): Likewise.
738 * unittests/basic_string_view/element_access/char/empty.cc (main):
739 Likewise.
740 * unittests/basic_string_view/element_access/char/front_back.cc
741 (test01): Likewise.
742 (main): Likewise.
743 * unittests/basic_string_view/inserters/char/2.cc (test05):
744 Likewise.
745 (main): Likewise.
746 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc
747 (test01): Likewise.
748 (main): Likewise.
749 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc
750 (test01): Likewise.
751 (main): Likewise.
752 * unittests/basic_string_view/modifiers/swap/char/1.cc (test01):
753 Likewise.
754 * unittests/basic_string_view/operations/compare/char/1.cc
755 (test01): Likewise.
756 (main): Likewise.
757 * unittests/basic_string_view/operations/compare/char/13650.cc
758 (test01): Likewise.
759 * unittests/basic_string_view/operations/copy/char/1.cc (test01):
760 Likewise.
761 (main): Likewise.
762 * unittests/basic_string_view/operations/data/char/1.cc (test01):
763 Likewise.
764 (main): Likewise.
765 * unittests/basic_string_view/operations/find/char/1.cc (test01):
766 Likewise.
767 (main): Likewise.
768 * unittests/basic_string_view/operations/find/char/2.cc (test02):
769 Likewise.
770 (main): Likewise.
771 * unittests/basic_string_view/operations/find/char/3.cc (test03):
772 Likewise.
773 (main): Likewise.
774 * unittests/basic_string_view/operations/find/char/4.cc (main):
775 Likewise.
776 * unittests/basic_string_view/operations/rfind/char/1.cc (test01):
777 Likewise.
778 (main): Likewise.
779 * unittests/basic_string_view/operations/rfind/char/2.cc (test02):
780 Likewise.
781 (main): Likewise.
782 * unittests/basic_string_view/operations/rfind/char/3.cc (test03):
783 Likewise.
784 (main): Likewise.
785 * unittests/basic_string_view/operations/substr/char/1.cc
786 (test01): Likewise.
787 (main): Likewise.
788 * unittests/basic_string_view/operators/char/2.cc (main):
789 Likewise.
790 * unittests/optional/assignment/1.cc (test): Likewise.
791 * unittests/optional/assignment/2.cc (test): Likewise.
792 * unittests/optional/assignment/3.cc (test): Likewise.
793 * unittests/optional/assignment/4.cc (test): Likewise.
794 * unittests/optional/assignment/5.cc (test): Likewise.
795 * unittests/optional/assignment/6.cc (test): Likewise.
796 * unittests/optional/assignment/7.cc (test): Likewise.
797 * unittests/optional/cons/copy.cc (test): Likewise.
798 * unittests/optional/cons/default.cc (test): Likewise.
799 * unittests/optional/cons/move.cc (test): Likewise.
800 * unittests/optional/cons/value.cc (test): Likewise.
801 * unittests/optional/in_place.cc (test): Likewise.
802 * unittests/optional/observers/1.cc (test): Likewise.
803 * unittests/optional/observers/2.cc (test): Likewise.
804
805 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
806
807 * tui-win.h (tui_set_var_cmd): Remove.
808 * tui-win.c (tui_set_var_cmd): Make static.
809
810 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
811
812 * breakpoint.h (hbreak_command_wrapper, thbreak_command_wrapper,
813 rbreak_command_wrapper): Remove.
814 * symtab.c (rbreak_command_wrapper): Remove.
815
816 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
817
818 * inferior.h (info_terminal_command): Remove declaration.
819 * inflow.c (info_terminal_command): Make static.
820
821 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
822
823 * inferior.c (exit_inferior_silent): Remove.
824
825 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
826
827 * dictionary.c (dict_empty, mdict_empty): Remove.
828 * dictionary.c (mdict_empty): Remove.
829
830 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
831
832 * arc-tdep.c (arc_insn_get_memory_base_reg): Make static.
833 (arc_insn_get_memory_offset): Likewise.
834 (arc_insn_dump): Likewise.
835 * cp-support.c (test_cp_symbol_name_matches): Likewise.
836 * csky-linux-tdep.c (csky_supply_fregset): Likewise.
837 * dictionary.c (dict_iterator_next): Likewise.
838 (dict_iter_match_first): Likewise.
839 (dict_iter_match_next): Likewise.
840 * f-lang.c (evaluate_subexp_f): Likewise.
841 * hppa-tdep.c (hppa_read_pc): Likewise.
842 * i386-tdep.c (i386_floatformat_for_type): Likewise.
843 * parse.c (write_exp_elt_msym): Likewise.
844 * ppc-linux-tdep.c (ppc_floatformat_for_type): Likewise.
845 * remote.c (remote_packet_size): Likewise.
846 (remote_notif_stop_parse): Likewise.
847 * rs6000-aix-tdep.c (aix_sighandle_frame_sniffer): Likewise.
848 * s12z-tdep.c (s12z_disassemble_info): Likewise.
849 * source.c (prepare_path_for_appending): Likewise.
850 * sparc64-linux-tdep.c
851 (sparc64_linux_handle_segmentation_fault); Likewise.
852 * stack.c (frame_selection_by_function_completer): Likewise.
853
854 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
855
856 * completer.c (set_gdb_completion_word_break_characters):
857 Remove.
858
859 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
860
861 * dwarf-index-write.c: Include dwarf-index-write.h.
862 * mi/mi-interp.c: Include mi/mi-interp.h.
863
864 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
865
866 * aarch32-tdep.c: Include aarch32-tdep.h.
867 * aarch32-tdep.h: Forward-declare struct target_desc.
868
869 2019-11-26 Christian Biesinger <cbiesinger@google.com>
870
871 * linux-nat.c (detach_one_lwp): Call safe_strerror instead of
872 strerror.
873 * nto-procfs.c (nto_procfs_target::create_inferior): Likewise.
874 * windows-nat.c (windows_nat_target::create_inferior): Likewise.
875
876 2019-11-25 Tom de Vries <tdevries@suse.de>
877
878 * contrib/words.sh: Add -c option.
879
880 2019-11-25 Christian Biesinger <cbiesinger@google.com>
881
882 * solib.c (solib_find_1): Change int to bool.
883 (exec_file_find): Change int to bool.
884 (solib_find): Change int to bool.
885 (solib_read_symbols): Change int to bool.
886 (solib_used): Change int to bool.
887 (solib_add): Change int to bool.
888 (info_sharedlibrary_command): Change int to bool.
889 (solib_contains_address_p): Change int to bool.
890 (solib_keep_data_in_core): Change int to bool.
891 (in_solib_dynsym_resolve_code): Change int to bool.
892 (reload_shared_libraries_1): Change int to bool.
893 (gdb_sysroot_changed): Change int to bool.
894 * solib.h (solib_read_symbols): Change int to bool.
895 (solib_contains_address_p): Change int to bool.
896 (solib_keep_data_in_core): Change int to bool.
897 (in_solib_dynsym_resolve_code): Change int to bool.
898 (libpthread_name_p): Change int to bool.
899
900 2019-11-25 Luis Machado <luis.machado@linaro.org>
901
902 * NEWS (New Commands): Mention "set debug remote-packet-max-chars".
903 * remote.c (REMOTE_DEBUG_MAX_CHAR): Remove.
904 (remote_packet_max_chars): New static global.
905 (show_remote_packet_max_chars): New function.
906 (remote_target::putpkt_binary): Adjust to use new
907 remote_packet_max_chars option.
908 (remote_target::getpkt_or_notif_sane_1): Likewise.
909 (_initialize_remote): Register new remote-packet-max-chars option.
910
911 2019-11-24 Simon Marchi <simon.marchi@efficios.com>
912
913 * m68k-linux-nat.c: Include gdbarch.h.
914
915 2019-11-24 Tom Tromey <tom@tromey.com>
916
917 * symfile.c (read_symbols): Update.
918 * psymtab.c (require_partial_symbols): Change type of "verbose" to
919 bool.
920 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
921 (psym_lookup_symbol, psym_find_last_source_symtab)
922 (psym_forget_cached_source_info, psym_print_stats)
923 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
924 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
925 (psym_map_matching_symbols, psym_expand_symtabs_matching)
926 (psym_find_compunit_symtab_by_address)
927 (maintenance_print_psymbols, maintenance_info_psymtabs)
928 (maintenance_check_psymtabs): Update.
929 * psymtab.h (require_partial_symbols): Change type of "verbose" to
930 bool.
931
932 2019-11-22 Tom Tromey <tom@tromey.com>
933
934 * observable.h: Update comments.
935
936 2019-11-22 Tom Tromey <tromey@adacore.com>
937
938 * ada-tasks.c (ada_task_is_alive): Make parameter const.
939 (print_ada_task_info): Don't try to fetch thread id if task is not
940 alive.
941
942 2019-11-22 Christian Biesinger <cbiesinger@google.com>
943
944 * ada-exp.y: Update.
945 * ada-lang.c (sort_choices): Update.
946 (ada_print_symbol_signature): Update.
947 (resolve_subexp): Update.
948 (ada_parse_renaming): Update.
949 (ada_read_renaming_var_value): Update.
950 (lesseq_defined_than): Update.
951 (remove_extra_symbols): Update.
952 (remove_irrelevant_renamings): Update.
953 (ada_add_block_symbols): Update.
954 (ada_collect_symbol_completion_matches): Update.
955 (ada_is_renaming_symbol): Update.
956 (aggregate_assign_from_choices): Update.
957 (ada_evaluate_subexp): Update.
958 (ada_has_this_exception_support): Update.
959 (ada_is_non_standard_exception_sym): Update.
960 (ada_add_exceptions_from_frame): Update.
961 (ada_add_global_exceptions): Update.
962 (ada_print_subexp): Update.
963 * ax-gdb.c (gen_var_ref): Update.
964 (gen_maybe_namespace_elt): Update.
965 (gen_expr_for_cast): Update.
966 (gen_expr): Update.
967 * block.h: Update.
968 * blockframe.c (find_pc_partial_function): Update.
969 * breakpoint.c (print_breakpoint_location): Update.
970 (update_static_tracepoint): Update.
971 * btrace.c (ftrace_print_function_name): Update.
972 (ftrace_function_switched): Update.
973 * buildsym.c (find_symbol_in_list): Update.
974 * c-exp.y: Update.
975 * c-typeprint.c (c_print_typedef): Update.
976 (c_type_print_template_args): Update.
977 * cli/cli-cmds.c (edit_command): Update.
978 (list_command): Update.
979 (print_sal_location): Update.
980 * coffread.c (patch_opaque_types): Update.
981 (process_coff_symbol): Update.
982 (coff_read_enum_type): Update.
983 * compile/compile-c-symbols.c (c_symbol_substitution_name): Update.
984 (convert_one_symbol): Update.
985 (hash_symname): Update.
986 (eq_symname): Update.
987 * compile/compile-cplus-symbols.c (convert_one_symbol): Update.
988 * compile/compile-cplus-types.c (debug_print_scope): Update.
989 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
990 * compile/compile-object-load.c (get_out_value_type): Update.
991 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
992 (search_symbol_list): Update.
993 (cp_lookup_symbol_imports_or_template): Update.
994 * cp-support.c (overload_list_add_symbol): Update.
995 * ctfread.c (psymtab_to_symtab): Update.
996 * dbxread.c (cp_set_block_scope): Update.
997 * dictionary.c (iter_match_first_hashed): Update.
998 (iter_match_next_hashed): Update.
999 (insert_symbol_hashed): Update.
1000 (iter_match_next_linear): Update.
1001 * dictionary.h: Update.
1002 * dwarf2loc.c (func_get_frame_base_dwarf_block): Update.
1003 (locexpr_describe_location_piece): Update.
1004 (locexpr_describe_location_1): Update.
1005 (locexpr_generate_c_location): Update.
1006 (loclist_describe_location): Update.
1007 (loclist_generate_c_location): Update.
1008 * dwarf2read.c (dw2_debug_names_lookup_symbol): Update.
1009 (read_func_scope): Update.
1010 (process_enumeration_scope): Update.
1011 (new_symbol): Update.
1012 (dwarf2_const_value): Update.
1013 (dwarf2_symbol_mark_computed): Update.
1014 * eval.c (evaluate_funcall): Update.
1015 (evaluate_subexp_standard): Update.
1016 * expprint.c (print_subexp_standard): Update.
1017 (dump_subexp_body_standard): Update.
1018 * f-valprint.c (info_common_command_for_block): Update.
1019 * findvar.c (get_hosting_frame): Update.
1020 (default_read_var_value): Update.
1021 * go-lang.c (go_symbol_package_name): Update.
1022 * guile/scm-block.c (bkscm_print_block_smob): Update.
1023 * guile/scm-symbol.c (syscm_print_symbol_smob): Update.
1024 (gdbscm_symbol_name): Update.
1025 (gdbscm_symbol_linkage_name): Update.
1026 (gdbscm_symbol_print_name): Update.
1027 * infcall.c (get_function_name): Update.
1028 * infcmd.c (jump_command): Update.
1029 (finish_command): Update.
1030 * infrun.c (insert_exception_resume_breakpoint): Update.
1031 * linespec.c (canonicalize_linespec): Update.
1032 (create_sals_line_offset): Update.
1033 (convert_linespec_to_sals): Update.
1034 (complete_label): Update.
1035 (find_label_symbols_in_block): Update.
1036 * m2-typeprint.c (m2_print_typedef): Update.
1037 * mdebugread.c (mdebug_reg_to_regnum): Update.
1038 (parse_symbol): Update.
1039 (mylookup_symbol): Update.
1040 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
1041 (list_args_or_locals): Update.
1042 * objc-lang.c (compare_selectors): Update.
1043 (info_selectors_command): Update.
1044 (compare_classes): Update.
1045 (info_classes_command): Update.
1046 (find_imps): Update.
1047 * p-typeprint.c (pascal_print_typedef): Update.
1048 * printcmd.c (build_address_symbolic): Update.
1049 (info_address_command): Update.
1050 (print_variable_and_value): Update.
1051 * python/py-framefilter.c (extract_sym): Update.
1052 (py_print_single_arg): Update.
1053 * python/py-symbol.c (sympy_str): Update.
1054 (sympy_get_name): Update.
1055 (sympy_get_linkage_name): Update.
1056 * python/python.c (gdbpy_rbreak): Update.
1057 * record-btrace.c (btrace_get_bfun_name): Update.
1058 (btrace_call_history): Update.
1059 * rust-lang.c (rust_print_typedef): Update.
1060 * solib-frv.c (frv_fdpic_find_canonical_descriptor): Update.
1061 * stabsread.c (stab_reg_to_regnum): Update.
1062 (define_symbol): Update.
1063 (read_enum_type): Update.
1064 (common_block_end): Update.
1065 (cleanup_undefined_types_1): Update.
1066 (scan_file_globals): Update.
1067 * stack.c (print_frame_arg): Update.
1068 (print_frame_args): Update.
1069 (find_frame_funname): Update.
1070 (info_frame_command_core): Update.
1071 (iterate_over_block_locals): Update.
1072 (print_block_frame_labels): Update.
1073 (do_print_variable_and_value): Update.
1074 (iterate_over_block_arg_vars): Update.
1075 (return_command): Update.
1076 * symmisc.c (dump_symtab_1): Update.
1077 (print_symbol): Update.
1078 * symtab.c (eq_symbol_entry): Update.
1079 (symbol_cache_dump): Update.
1080 (lookup_language_this): Update.
1081 (find_pc_sect_line): Update.
1082 (skip_prologue_sal): Update.
1083 (symbol_search::compare_search_syms): Update.
1084 (treg_matches_sym_type_name): Update.
1085 (search_symbols): Update.
1086 (print_symbol_info): Update.
1087 (rbreak_command): Update.
1088 (completion_list_add_symbol): Update.
1089 (find_gnu_ifunc): Update.
1090 (get_symbol_address): Update.
1091 (search_module_symbols): Update.
1092 (info_module_subcommand): Update.
1093 * symtab.h (SYMBOL_NATURAL_NAME): Remove.
1094 (SYMBOL_LINKAGE_NAME): Remove.
1095 (SYMBOL_DEMANGLED_NAME): Remove.
1096 (SYMBOL_PRINT_NAME): Remove.
1097 (SYMBOL_SEARCH_NAME): Remove.
1098 * tracepoint.c (set_traceframe_context): Update.
1099 (validate_actionline): Update.
1100 (collection_list::collect_symbol): Update.
1101 (encode_actions_1): Update.
1102 (info_scope_command): Update.
1103 (print_one_static_tracepoint_marker): Update.
1104 * typeprint.c (typedef_hash_table::add_template_parameters): Update.
1105 * valops.c (address_of_variable): Update.
1106 (find_overload_match): Update.
1107 (find_oload_champ): Update.
1108
1109 2019-11-22 Christian Biesinger <cbiesinger@google.com>
1110
1111 * ada-lang.c (ada_lookup_simple_minsym): Update.
1112 (ada_collect_symbol_completion_matches): Update.
1113 * ada-tasks.c (read_atcb): Update.
1114 * amd64-windows-tdep.c (amd64_skip_main_prologue): Update.
1115 (amd64_windows_skip_trampoline_code): Update.
1116 * arm-tdep.c (skip_prologue_function): Update.
1117 (arm_skip_stack_protector): Update.
1118 * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
1119 (arm_wince_skip_main_prologue): Update.
1120 * ax-gdb.c (gen_expr): Update.
1121 * block.c (call_site_for_pc): Update.
1122 * blockframe.c (find_pc_partial_function): Update.
1123 * breakpoint.c (set_breakpoint_location_function): Update.
1124 * btrace.c (ftrace_print_function_name): Update.
1125 (ftrace_function_switched): Update.
1126 * c-valprint.c (print_unpacked_pointer): Update.
1127 * coffread.c (coff_symfile_read): Update.
1128 * compile/compile-c-symbols.c (convert_symbol_bmsym): Update.
1129 * compile/compile-cplus-symbols.c (convert_symbol_bmsym): Update.
1130 * dwarf-index-write.c (write_psymbols): Update.
1131 * dwarf2loc.c (call_site_to_target_addr): Update.
1132 (func_verify_no_selftailcall): Update.
1133 (tailcall_dump): Update.
1134 (call_site_find_chain_1): Update.
1135 (dwarf_expr_reg_to_entry_parameter): Update.
1136 * elfread.c (elf_gnu_ifunc_record_cache): Update.
1137 * eval.c (evaluate_funcall): Update.
1138 (evaluate_subexp_standard): Update.
1139 (evaluate_subexp_for_sizeof): Update.
1140 * expprint.c (print_subexp_standard): Update.
1141 (dump_subexp_body_standard): Update.
1142 * frame.c (get_prev_frame_always_1): Update.
1143 * frv-tdep.c (frv_skip_main_prologue): Update.
1144 * gnu-v2-abi.c (gnuv2_value_rtti_type): Update.
1145 * gnu-v3-abi.c (gnuv3_rtti_type): Update.
1146 (gnuv3_get_typename_from_type_info): Update.
1147 (gnuv3_skip_trampoline): Update.
1148 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
1149 * i386-tdep.c (i386_skip_main_prologue): Update.
1150 (i386_pe_skip_trampoline_code): Update.
1151 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
1152 * infcall.c (get_function_name): Update.
1153 * linespec.c (minsym_found): Update.
1154 * linux-fork.c (info_checkpoints_command): Update.
1155 * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
1156 (m32c_m16c_pointer_to_address): Update.
1157 * maint.c (maintenance_translate_address): Update.
1158 * minsyms.c (add_minsym_to_hash_table): Update.
1159 (add_minsym_to_demangled_hash_table): Update.
1160 (lookup_minimal_symbol_mangled): Update.
1161 (lookup_minimal_symbol_demangled): Update.
1162 (lookup_minimal_symbol_linkage): Update.
1163 (lookup_minimal_symbol_text): Update.
1164 (lookup_minimal_symbol_by_pc_name): Update.
1165 (minimal_symbol_is_less_than): Update.
1166 (compact_minimal_symbols): Update.
1167 (build_minimal_symbol_hash_tables): Update.
1168 (find_solib_trampoline_target): Update.
1169 * mips-tdep.c (mips_stub_frame_sniffer): Update.
1170 (mips_skip_pic_trampoline_code): Update.
1171 * msp430-tdep.c (msp430_skip_trampoline_code): Update.
1172 * objc-lang.c (info_selectors_command): Update.
1173 (info_classes_command): Update.
1174 (find_methods): Update.
1175 (find_imps): Update.
1176 * p-valprint.c (pascal_val_print): Update.
1177 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Update.
1178 * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
1179 * printcmd.c (build_address_symbolic): Update.
1180 (info_symbol_command): Update.
1181 * psymtab.c (psymbol_name_matches): Update.
1182 (match_partial_symbol): Update.
1183 (lookup_partial_symbol): Update.
1184 (print_partial_symbols): Update.
1185 (sort_pst_symbols): Update.
1186 (maintenance_check_psymtabs): Update.
1187 * python/py-framefilter.c (py_print_frame): Update.
1188 * python/python.c (gdbpy_rbreak): Update.
1189 * record-btrace.c (btrace_get_bfun_name): Update.
1190 (btrace_call_history): Update.
1191 * rs6000-tdep.c (rs6000_skip_main_prologue): Update.
1192 (rs6000_skip_trampoline_code): Update.
1193 * sol-thread.c (info_cb): Update.
1194 * stabsread.c (scan_file_globals): Update.
1195 * stack.c (find_frame_funname): Update.
1196 (info_frame_command_core): Update.
1197 * symmisc.c (dump_msymbols): Update.
1198 * symtab.c (symbol_natural_name): Rename to..,
1199 (general_symbol_info::natural_name): ...this.
1200 (symbol_demangled_name): Rename to...
1201 (general_symbol_info::demangled_name): ...this.
1202 (symbol_search_name): Rename to...
1203 (general_symbol_info::search_name): ...this.
1204 (symbol_matches_search_name): Update.
1205 (find_pc_sect_line): Update.
1206 (skip_prologue_sal): Update.
1207 (search_symbols): Update.
1208 (print_msymbol_info): Update.
1209 (rbreak_command): Update.
1210 (completion_list_add_msymbol): Update.
1211 (completion_list_objc_symbol): Update.
1212 (get_msymbol_address): Update.
1213 * symtab.h (struct general_symbol_info): Add member functions
1214 natural_name (), linkage_name (), print_name (), demangled_name (),
1215 and search_name ().
1216 (SYMBOL_NATURAL_NAME): Update.
1217 (symbol_natural_name): Move to a member function on general_symbol_info.
1218 (SYMBOL_DEMANGLED_NAME): Update.
1219 (symbol_demangled_name): Move to a member function on
1220 general_symbol_info.
1221 (SYMBOL_SEARCH_NAME): Update.
1222 (symbol_search_name): Move to a member function on general_symbol_info.
1223 (MSYMBOL_NATURAL_NAME): Remove.
1224 (MSYMBOL_LINKAGE_NAME): Remove.
1225 (MSYMBOL_PRINT_NAME): Remove.
1226 (MSYMBOL_DEMANGLED_NAME): Remove.
1227 (MSYMBOL_SEARCH_NAME): Remove.
1228 * x86-tdep.c (x86_in_indirect_branch_thunk): Update.
1229
1230 2019-11-22 Christian Biesinger <cbiesinger@google.com>
1231
1232 * symtab.c (create_demangled_names_hash): Use per_bfd->
1233 minimal_symbol_count for computing the initial size, if greater
1234 than our default size.
1235
1236 2019-11-22 Tom de Vries <tdevries@suse.de>
1237
1238 * contrib/words.sh: Improve words extraction.
1239
1240 2019-11-22 Tom de Vries <tdevries@suse.de>
1241
1242 * contrib/words.sh: Combine sed invocations.
1243
1244 2019-11-21 Christian Biesinger <cbiesinger@google.com>
1245
1246 * Makefile.in: Update.
1247 * demangle.c: Rename to...
1248 * gdb-demangle.c: ..this.
1249 (is_cplus_marker): Change return type to bool.
1250 (_initialize_demangler): Rename to...
1251 (_initialize_gdb_demangle): ...this.
1252 * gdb-demangle.h (is_cplus_marker): Change return type to bool.
1253 * symtab.h (demangle): Remove declaration; instead include
1254 gdb-demangle.h.
1255
1256 2019-11-21 Tom Tromey <tromey@adacore.com>
1257
1258 * gdbsupport/format.c (format_pieces): Parse %I64d.
1259 * unittests/format_pieces-selftests.c (test_windows_formats): New
1260 function.
1261 (run_tests): Call it.
1262
1263 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1264
1265 Byte reverse display of variables with DW_END_big, DW_END_little
1266 (DW_AT_endianity) dwarf attributes if different than the native
1267 byte order.
1268 * ada-lang.c (ada_value_binop):
1269 Use type_byte_order instead of gdbarch_byte_order.
1270 * ada-valprint.c (printstr):
1271 (ada_val_print_string):
1272 * ada-lang.c (value_pointer):
1273 (ada_value_binop):
1274 Use type_byte_order instead of gdbarch_byte_order.
1275 * c-lang.c (c_get_string):
1276 Use type_byte_order instead of gdbarch_byte_order.
1277 * c-valprint.c (c_val_print_array):
1278 Use type_byte_order instead of gdbarch_byte_order.
1279 * cp-valprint.c (cp_print_class_member):
1280 Use type_byte_order instead of gdbarch_byte_order.
1281 * dwarf2loc.c (rw_pieced_value):
1282 Use type_byte_order instead of gdbarch_byte_order.
1283 * dwarf2read.c (read_base_type): Handle DW_END_big,
1284 DW_END_little
1285 * f-lang.c (f_get_encoding):
1286 Use type_byte_order instead of gdbarch_byte_order.
1287 * findvar.c (default_read_var_value):
1288 Use type_byte_order instead of gdbarch_byte_order.
1289 * gdbtypes.c (check_types_equal):
1290 Require matching TYPE_ENDIANITY_NOT_DEFAULT if set.
1291 (recursive_dump_type): Print TYPE_ENDIANITY_BIG,
1292 and TYPE_ENDIANITY_LITTLE if set.
1293 (type_byte_order): new function.
1294 * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro.
1295 (struct main_type) <flag_endianity_not_default>:
1296 New field.
1297 (type_byte_order): New function.
1298 * infcmd.c (default_print_one_register_info):
1299 Use type_byte_order instead of gdbarch_byte_order.
1300 * p-lang.c (pascal_printstr):
1301 Use type_byte_order instead of gdbarch_byte_order.
1302 * p-valprint.c (pascal_val_print):
1303 Use type_byte_order instead of gdbarch_byte_order.
1304 * printcmd.c (print_scalar_formatted):
1305 Use type_byte_order instead of gdbarch_byte_order.
1306 * solib-darwin.c (darwin_current_sos):
1307 Use type_byte_order instead of gdbarch_byte_order.
1308 * solib-svr4.c (solib_svr4_r_ldsomap):
1309 Use type_byte_order instead of gdbarch_byte_order.
1310 * stap-probe.c (stap_modify_semaphore):
1311 Use type_byte_order instead of gdbarch_byte_order.
1312 * target-float.c (target_float_same_format_p):
1313 Use type_byte_order instead of gdbarch_byte_order.
1314 * valarith.c (scalar_binop):
1315 (value_bit_index):
1316 Use type_byte_order instead of gdbarch_byte_order.
1317 * valops.c (value_cast):
1318 Use type_byte_order instead of gdbarch_byte_order.
1319 * valprint.c (generic_emit_char):
1320 (generic_printstr):
1321 (val_print_string):
1322 Use type_byte_order instead of gdbarch_byte_order.
1323 * value.c (unpack_long):
1324 (unpack_bits_as_long):
1325 (unpack_value_bitfield):
1326 (modify_field):
1327 (pack_long):
1328 (pack_unsigned_long):
1329 Use type_byte_order instead of gdbarch_byte_order.
1330 * findvar.c (unsigned_pointer_to_address):
1331 (signed_pointer_to_address):
1332 (unsigned_address_to_pointer):
1333 (address_to_signed_pointer):
1334 (default_read_var_value):
1335 (default_value_from_register):
1336 Use type_byte_order instead of gdbarch_byte_order.
1337 * gnu-v3-abi.c (gnuv3_make_method_ptr):
1338 Use type_byte_order instead of gdbarch_byte_order.
1339 * riscv-tdep.c (riscv_print_one_register_info):
1340 Use type_byte_order instead of gdbarch_byte_order.
1341
1342 2019-11-21 Simon Marchi <simon.marchi@polymtl.ca>
1343
1344 * top.c (current_ui_gdb_stdout_ptr): Spell out by hand.
1345 (current_ui_gdb_stdin_ptr): Likewise.
1346 (current_ui_gdb_stderr_ptr): Likewise.
1347 (current_ui_gdb_stdlog_ptr): Likewise.
1348 (current_ui_current_uiout_ptr): Likewise.
1349 (gen_ret_current_ui_field_ptr): Remove.
1350
1351 2019-11-21 Tom de Vries <tdevries@suse.de>
1352
1353 PR gdb/24956
1354 * cli/cli-script.c (execute_control_command): Only switch to
1355 INTERP_CONSOLE's ui_out when INTERP_MI is active.
1356
1357 2019-11-19 Tom Tromey <tom@tromey.com>
1358
1359 * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c.
1360 Now static. Change type of "name".
1361 (tui_set_win_height_command): Don't copy "arg".
1362 * tui/tui-data.h (tui_partial_win_by_name): Don't declare.
1363 * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c.
1364
1365 2019-11-19 Ali Tamur <tamur@google.com>
1366
1367 * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with
1368 "if (attr != nullptr)".
1369 (dwarf2_find_base_address): Likewise.
1370 (dwarf2_build_include_psymtabs): Likewise.
1371 (read_cutu_die_from_dwo): Likewise.
1372 (read_func_scope): Likewise.
1373 (read_call_site_scope): Likewise.
1374 (dwarf2_get_pc_bounds): Likewise.
1375 (dwarf2_record_block_ranges): Likewise.
1376 (dwarf2_add_field): Likewise.
1377 (dwarf2_add_member_fn): Likewise.
1378 (read_structure_type): Likewise.
1379 (read_enumeration_type): Likewise.
1380 (read_array_type): Likewise.
1381 (read_array_order): Likewise.
1382 (read_set_type): Likewise.
1383 (read_common_block): Likewise.
1384 (read_tag_reference_type): Likewise.
1385 (read_tag_string_type): Likewise.
1386 (read_subroutine_type): Likewise.
1387 (read_base_type): Likewise.
1388 (read_subrange_type): Likewise.
1389 (new_symbol): Likewise.
1390 (prepare_one_comp_unit): Likewise.
1391
1392 2019-11-19 Tom Tromey <tromey@adacore.com>
1393
1394 * windows-nat.c (windows_nat_target::attach): Include GetLastError
1395 result in error when DebugActiveProcess fails.
1396
1397 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1398 Pedro Alves <palves@redhat.com>
1399
1400 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1401 * target.c (target_stack::push): Call 'unpush' if there's a
1402 target on top of the stack.
1403
1404 2019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1405
1406 * python/py-block.c (blpy_dealloc): Call tp_free.
1407 (blpy_block_syms_dealloc): Likewise.
1408 * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise.
1409 * python/py-inferior.c (infpy_dealloc): Likewise.
1410 * python/py-lazy-string.c (stpy_dealloc): Likewise.
1411 * python/py-linetable.c (ltpy_iterator_dealloc): Likewise.
1412 * python/py-symbol.c (sympy_dealloc): Likewise.
1413 * python/py-symtab.c (stpy_dealloc): Likewise.
1414 * python/py-type.c (typy_iterator_dealloc): Likewise.
1415
1416 2019-11-18 Christian Biesinger <cbiesinger@google.com>
1417
1418 * symtab.h (struct symbol) <owner>: Initialize explicitly in the
1419 constructor instead of using a class initializer.
1420
1421 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1422
1423 * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c.
1424 * configure: Regenerate.
1425 * configure.ac: Don't source common.host.
1426 * gdbsupport/common.host: Remove.
1427 * gdbsupport/mingw-strerror.c: Remove.
1428 * gdbsupport/posix-strerror.c: Rename to...
1429 * gdbsupport/safe-strerror.c: ...this.
1430
1431 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1432
1433 * maint.c (scoped_command_stats::print_time): Use localtime_r
1434 instead of localtime (provided through gnulib if necessary).
1435 * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead
1436 of ctime.
1437
1438 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1439
1440 * gdbsupport/common-defs.h: Include time.h before pathmax.h to
1441 avoid compile errors.
1442
1443 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1444
1445 * config.in: Regenerate.
1446 * configure: Regenerate.
1447 * gdbsupport/common.m4: No longer check for strerror_r.
1448 * gdbsupport/posix-strerror.c (safe_strerror): Always call the
1449 POSIX version of strerror_r, now that gnulib provides it if
1450 necessary.
1451
1452 2019-11-14 Christian Biesinger <cbiesinger@google.com>
1453
1454 * README (`configure' options): Update.
1455
1456 2019-11-14 Tom Tromey <tromey@adacore.com>
1457
1458 * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an
1459 expected type for the RHS if the LHS is a convenience variable.
1460
1461 2019-11-14 Simon Marchi <simon.marchi@polymtl.ca>
1462
1463 * unittests/vec-utils-selftests.c (unordered_remove_tests::obj):
1464 Provide explicit default and copy constructor.
1465
1466 2019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1467
1468 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
1469 only call Py_INCREF (newbp) in the bppy_pending_object case.
1470
1471 2019-11-13 Tom Tromey <tromey@adacore.com>
1472
1473 PR build/25182:
1474 * psympriv.h (partial_symbol): Remove static assert.
1475 * symtab.h (general_symbol_info, symbol): Remove static assert.
1476
1477 2019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1478
1479 * gdbsupport/format.c (format_pieces::format_pieces): Support
1480 printf 'z' size modifier.
1481 * gdbsupport/format.h (enum argclass): Add size_t_arg.
1482 * printcmd.c (ui_printf): Handle size_t_arg.
1483 * ui-out.c (ui_out::vmessage): Likewise.
1484 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
1485 function.
1486 (run_tests): Call test_format_int_sizes.
1487
1488 2019-11-12 Christian Biesinger <cbiesinger@google.com>
1489
1490 * ada-exp.y (write_ambiguous_var): Update.
1491 * buildsym.c (add_symbol_to_list): Update.
1492 * dwarf2read.c (read_variable): Update.
1493 (new_symbol): Update.
1494 * jit.c (finalize_symtab): Update.
1495 * language.c (language_alloc_type_symbol): Update.
1496 * symtab.c (fixup_symbol_section): Update.
1497 (initialize_objfile_symbol_1): Move code to...
1498 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
1499 (allocate_symbol): Update.
1500 (allocate_template_symbol): Update.
1501 (get_symbol_address): Update.
1502 * symtab.h (struct symbol): Inherit from general_symbol_info instead
1503 of having as a field, and add a constructor.
1504 (SYMBOL_VALUE): Update.
1505 (SYMBOL_VALUE_ADDRESS): Update.
1506 (SET_SYMBOL_VALUE_ADDRESS): Update.
1507 (SYMBOL_VALUE_BYTES): Update.
1508 (SYMBOL_VALUE_COMMON_BLOCK): Update.
1509 (SYMBOL_BLOCK_VALUE): Update.
1510 (SYMBOL_VALUE_CHAIN): Update.
1511 (SYMBOL_LANGUAGE): Update.
1512 (SYMBOL_SECTION): Update.
1513 (SYMBOL_OBJ_SECTION): Update.
1514 (SYMBOL_SET_LANGUAGE): Update.
1515 (SYMBOL_SET_LINKAGE_NAME): Update.
1516 (SYMBOL_SET_NAMES): Update.
1517 (SYMBOL_NATURAL_NAME): Update.
1518 (SYMBOL_LINKAGE_NAME): Update.
1519 (SYMBOL_DEMANGLED_NAME): Update.
1520 (SYMBOL_SEARCH_NAME): Update.
1521 (SYMBOL_MATCHES_SEARCH_NAME): Update.
1522 (struct symbol): Update.
1523 (struct template_symbol): Update.
1524 (struct rust_vtable_symbol): Update.
1525 * xcoffread.c (SYMBOL_DUP): Update.
1526
1527 2019-11-12 Tom Tromey <tom@tromey.com>
1528
1529 * tui/tui-layout.c (show_layout): Set current_layout.
1530 (show_source_disasm_command, show_data)
1531 (show_source_or_disasm_and_command): Don't set current_layout.
1532
1533 2019-11-12 Tom Tromey <tom@tromey.com>
1534
1535 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
1536
1537 2019-11-12 Tom Tromey <tom@tromey.com>
1538
1539 * tui/tui-win.c (resize_message): New global.
1540 (show_tui_resize_message): New function.
1541 (tui_async_resize_screen): Print message if requested.
1542 (_initialize_tui_win): Add tui-resize-message setting.
1543 * NEWS: Add entry for new commands.
1544
1545 2019-11-11 Tom Tromey <tom@tromey.com>
1546
1547 * tui/tui.c (tui_initialize_readline): Add new bindable readline
1548 functions.
1549
1550 2019-11-11 Christian Biesinger <cbiesinger@google.com>
1551
1552 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
1553
1554 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1555
1556 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
1557 function.
1558 * python/python-internal.h (gdbpy_lookup_static_symbols):
1559 Declare new function.
1560 * python/python.c (python_GdbMethods): Add
1561 gdb.lookup_static_symbols method.
1562 * NEWS: Mention gdb.lookup_static_symbols.
1563
1564 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1565
1566 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
1567 static block of current object file first. Also fix typo in
1568 header comment.
1569
1570 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1571
1572 * stack.c (set_last_displayed_sal): Delete.
1573 (last_displayed_sal_valid): Delete.
1574 (last_displayed_pspace): Delete.
1575 (last_displayed_addr): Delete.
1576 (last_displayed_symtab): Delete.
1577 (last_displayed_line): Delete.
1578 (class last_displayed_symtab_info_type): New.
1579 (last_displayed_symtab_info): New static global variable.
1580 (print_frame_info): Call methods on last_displayed_symtab_info.
1581 (clear_last_displayed_sal): Update header comment, and make use of
1582 last_displayed_symtab_info.
1583 (last_displayed_sal_is_valid): Likewise.
1584 (get_last_displayed_pspace): Likewise.
1585 (get_last_displayed_addr): Likewise.
1586 (get_last_displayed_symtab): Likewise.
1587 (get_last_displayed_line): Likewise.
1588 (get_last_displayed_sal): Likewise.
1589 * stack.h (clear_last_displayed_sal): Update header comment.
1590 (last_displayed_sal_is_valid): Likewise.
1591 (get_last_displayed_pspace): Likewise.
1592 (get_last_displayed_addr): Likewise.
1593 (get_last_displayed_symtab): Likewise.
1594 (get_last_displayed_line): Likewise.
1595 (get_last_displayed_sal): Likewise.
1596
1597 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1598
1599 * stack.c (frame_show_address): Convert return type to bool.
1600 * stack.h (frame_show_address): Likewise, and update header
1601 comment.
1602
1603 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1604
1605 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
1606 * unittests/vec-utils-selftests.c: New file.
1607 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
1608
1609 2019-11-10 Tom Tromey <tom@tromey.com>
1610
1611 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
1612 (tui_highlight_win): Likewise.
1613 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
1614 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
1615 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
1616 Don't set can_highlight.
1617
1618 2019-11-10 Tom Tromey <tom@tromey.com>
1619
1620 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
1621 Remove unused declaration.
1622
1623 2019-11-08 Tom Tromey <tromey@adacore.com>
1624
1625 * top.c (read_command_file): Update.
1626 (command_line_input): Make return type const.
1627 * python/py-gdb-readline.c: Update.
1628 * linespec.c (decode_line_2): Update.
1629 * defs.h (command_line_input): Make return type const.
1630 * cli/cli-script.c (read_next_line): Make return type const.
1631 * ada-lang.c (get_selections): Update.
1632
1633 2019-11-06 Christian Biesinger <cbiesinger@google.com>
1634
1635 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
1636 * mi/mi-main.c (output_cores): Likewise.
1637 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
1638 (linux_xfer_osdata_modules): Likewise.
1639 * remote.c (register_remote_support_xml): Likewise.
1640 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
1641 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
1642
1643 2019-11-06 Tom Tromey <tom@tromey.com>
1644
1645 * tui/tui-interp.c: Don't include readline.h.
1646 * tui/tui-hooks.c: Don't include readline.h.
1647 * symmisc.c: Include tilde.h, not readline.h.
1648 * symfile.c: Include tilde.h, not readline.h.
1649 * source.c: Include tilde.h, not readline.h.
1650 * solib.c: Include tilde.h, not readline.h.
1651 * psymtab.c: Include tilde.h, not readline.h.
1652 * exec.c: Include tilde.h, not readline.h.
1653 * corelow.c: Include tilde.h, not readline.h.
1654 * cli/cli-dump.c: Include tilde.h, not readline.h.
1655 * cli/cli-cmds.c: Don't include readline.h.
1656
1657 2019-11-05 Tom Tromey <tom@tromey.com>
1658
1659 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
1660 (tui_disassemble): Set addr_size.
1661 (tui_disasm_window::set_contents): Use addr_size.
1662
1663 2019-11-05 Tom Tromey <tom@tromey.com>
1664
1665 * rust-lang.c (rust_language_defn): Update.
1666 * python/py-value.c (valpy_string): Call c_get_string.
1667 * p-lang.c (pascal_language_defn): Update.
1668 * opencl-lang.c (opencl_language_defn): Update.
1669 * objc-lang.c (objc_language_defn): Update.
1670 * m2-lang.c (m2_language_defn): Update.
1671 * language.c (unknown_language_defn, auto_language_defn): Update.
1672 (default_get_string): Remove.
1673 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
1674 * go-lang.c (go_language_defn): Update.
1675 * f-lang.c (f_language_defn): Update.
1676 * d-lang.c (d_language_defn): Update.
1677 * c-lang.c (c_language_defn, cplus_language_defn)
1678 (asm_language_defn, minimal_language_defn): Update.
1679 * ada-lang.c (ada_language_defn): Update.
1680 * language.h (struct language_defn) <la_get_string>: Remove.
1681 (LA_GET_STRING): Remove.
1682 (default_get_string): Don't declare.
1683
1684 2019-11-05 Tom Tromey <tom@tromey.com>
1685
1686 * tui/tui-source.h (struct tui_source_window): Inline
1687 constructor. Remove destructor.
1688 <style_changed, m_observable>: Move to superclass.
1689 * tui/tui-winsource.h (tui_copy_source_line): Declare.
1690 (struct tui_source_window_base): Move private members to end.
1691 <style_changed, m_observable>: Move from tui_source_window.
1692 * tui/tui-winsource.c (tui_copy_source_line): Move from
1693 tui-source.c. Rename from copy_source_line. Add special handling
1694 for negative line number.
1695 (tui_source_window_base::style_changed): Move from
1696 tui_source_window.
1697 (tui_source_window_base): Register observer.
1698 (~tui_source_window_base): New.
1699 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
1700 rename.
1701 (tui_source_window::set_contents): Use tui_copy_source_line.
1702 (tui_source_window::tui_source_window): Move to tui-source.h.
1703 (tui_source_window::~tui_source_window): Remove.
1704 (tui_source_window::style_changed): Move to superclass.
1705 * tui/tui-disasm.c (tui_disassemble): Create string file with
1706 styling, when possible. Add "addr_size" parameter.
1707 (tui_disasm_window::set_contents): Use tui_copy_source_line.
1708 Don't compute maximum size.
1709 (len_without_escapes): New function
1710
1711 2019-11-05 Tom Tromey <tom@tromey.com>
1712
1713 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
1714 std::string.
1715 * tui/tui-winsource.c (tui_show_source_line): Update.
1716 * tui/tui-source.c (tui_source_window::set_contents): Update.
1717 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
1718
1719 2019-11-05 Christian Biesinger <cbiesinger@google.com>
1720
1721 * symtab.h (gdb_static_assert): Put && operator at the beginning
1722 of the line instead of the end.
1723
1724 2019-11-04 Christian Biesinger <cbiesinger@google.com>
1725
1726 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
1727 and sizeof (symbol).
1728 * symtab.h: Add a static_assert for sizeof (partial_symbol).
1729
1730 2019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1731
1732 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
1733 * configure.host: Mark *-*-solaris2.10* obsolete.
1734 * configure.tgt: Mark Solaris < 11 obsolete.
1735 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
1736 Update target triplet.
1737
1738 2019-11-01 Tom Tromey <tromey@adacore.com>
1739
1740 * utils.c (print_sys_errmsg): Simplify.
1741
1742 2019-11-01 Tom Tromey <tromey@adacore.com>
1743
1744 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
1745
1746 2019-11-01 Christian Biesinger <cbiesinger@google.com>
1747
1748 * configure: Regenerate.
1749 * configure.ac: Remove check for strerror_r.
1750 * gdbsupport/common.m4: Check for strerror_r.
1751
1752 2019-11-01 Luis Machado <luis.machado@linaro.org>
1753
1754 PR gdb/25124
1755
1756 * arm-tdep.c (arm_per_objfile): Rename to ...
1757 (arm_per_bfd): ... this.
1758 (arm_objfile_data_key): Rename to ...
1759 (arm_bfd_data_key): ... this.
1760 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
1761 data.
1762 (arm_record_special_symbol): Likewise.
1763
1764 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1765
1766 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
1767 end.
1768 * c-typeprint.c (c_print_typedef): Likewise.
1769 * f-typeprint.c (f_print_typedef): Likewise.
1770 * m2-typeprint.c (m2_print_typedef): Likewise.
1771 * p-typeprint.c (pascal_print_typedef): Likewise.
1772 * rust-lang.c (rust_print_typedef): Likewise.
1773 * symtab.c (print_symbol_info): Print a newline after calling
1774 typedef_print.
1775
1776 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1777
1778 * symtab.c (info_module_cmdlist): New variable.
1779 (info_module_command): New function.
1780 (search_module_symbols): New function.
1781 (info_module_subcommand): New function.
1782 (struct info_modules_var_func_options): New struct.
1783 (info_modules_var_func_options_defs): New variable.
1784 (make_info_modules_var_func_options_def_group): New function.
1785 (info_module_functions_command): New function.
1786 (info_module_variables_command): New function.
1787 (info_module_var_func_command_completer): New function.
1788 (_initialize_symtab): Register new 'info module functions' and
1789 'info module variables' commands.
1790 * symtab.h (typedef symbol_search_in_module): New typedef.
1791 (search_module_symbols): Declare new function.
1792 * NEWS: Mention new commands.
1793
1794 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1795
1796 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
1797 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
1798 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
1799 MODULES_DOMAIN.
1800 (scan_partial_symbols): Only create partial module symbols for non
1801 declarations.
1802 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
1803 and MODULES_DOMAIN.
1804 * symtab.c (search_domain_name): Likewise.
1805 (search_symbols): Likewise.
1806 (print_symbol_info): Likewise.
1807 (symtab_symbol_info): Likewise.
1808 (info_modules_command): New function.
1809 (_initialize_symtab): Register 'info modules' command.
1810 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
1811 * NEWS: Mention new 'info modules' command.
1812
1813 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1814
1815 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
1816 and $_gdb_maint_setting_str.
1817
1818 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1819
1820 * cli/cli-cmds.c (setting_cmd, value_from_setting)
1821 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
1822 (str_value_from_setting, gdb_setting_str_internal_fn)
1823 (gdb_maint_setting_str_internal_fn): New functions.
1824 (_initialize_cli_cmds): Define the new convenience functions.
1825 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
1826 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
1827
1828 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1829
1830 * agent.c (set_can_use_agent): When the setting is turned on,
1831 look up agent symbols if we don't have them yet.
1832 (agent_new_objfile): Don't look up agent symbols when the agent
1833 setting is off.
1834
1835 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1836
1837 * config.in: Regenerate.
1838
1839 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1840
1841 * configure: Regenerate.
1842 * configure.ac: Check for strerror_r.
1843 * gdbsupport/common-utils.h (safe_strerror): Change return value
1844 to const char * and document that this function is now threadsafe.
1845 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
1846 thread_local and call strerror_r, if available.
1847 * utils.c (perror_string): Update.
1848 (print_sys_errmsg): Update.
1849
1850 2019-10-31 Luis Machado <luis.machado@linaro.org>
1851
1852 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
1853 objfile_key.
1854 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
1855 objfile to fetch per-bfd data.
1856 (arm_find_exidx_entry): Likewise.
1857
1858 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1859
1860 * gdbsupport/agent.c (debug_agent): Change type to bool.
1861 (use_agent): Likewise.
1862 (all_agent_symbols_look_up): Likewise.
1863 (agent_loaded_p): Change return value to bool.
1864 (agent_look_up_symbols): Update.
1865 (agent_capability_check): Change return value to bool.
1866 * gdbsupport/agent.h (agent_loaded_p): Likewise.
1867 (debug_agent): Change type to bool.
1868 (use_agent): Likewise.
1869 (agent_capability_check): Change return value to bool.
1870
1871 2019-10-30 Christian Biesinger <cbiesinger@google.com>
1872
1873 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
1874 (build_minimal_symbol_hash_tables): Code to clear the table moved
1875 to clear_minimal_symbol_hash_tables.
1876 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
1877 when needed.
1878
1879 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1880
1881 * infcmd.c: Remove includes.
1882 * infrun.c: Remove includes.
1883
1884 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1885
1886 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
1887 (grow_vect): Remove declaration.
1888 (ada_type_of_array): Remove declaration.
1889 (ada_update_initial_language): Remove declaration.
1890 (ada_fold_name): Remove declaration.
1891 (ada_fill_in_ada_prototype): Remove declaration.
1892 (user_select_syms): Remove declaration.
1893 (get_selections): Remove declaration.
1894 (ada_tag_type): Remove declaration.
1895 (ada_value_tag): Remove declaration.
1896 (ada_is_others_clause): Remove declaration.
1897 (ada_in_variant): Remove declaration.
1898 (ada_value_struct_elt): Remove declaration.
1899 (ada_attribute_name): Remove declaration.
1900 (ada_system_address_type): Remove declaration.
1901 * ada-lang.c (ada_watch_location_expression): Make static.
1902 (GROW_VECT): Move here from ada-lang.h.
1903 (grow_vect): Make static.
1904 (ada_update_initial_language): Make static.
1905 (ada_fold_name): Make static.
1906 (ada_type_of_array): Make static.
1907 (encoded_ordered_before): Move up.
1908 (sort_choices): Move up.
1909 (print_signatures): Move up.
1910 (ada_print_symbol_signature): Move up.
1911 (get_selections): Move up and make static.
1912 (user_select_syms): Move up and make static.
1913 (ada_value_struct_elt): Move up and make static.
1914 (ada_tag_type): Make static.
1915 (ada_value_tag): Make static.
1916 (ada_is_others_clause): Make static.
1917 (ada_in_variant): Make static.
1918 (ada_attribute_name): Make static.
1919
1920 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1921
1922 * ada-lang.c: Remove includes.
1923 * ada-typeprint.c: Remove includes.
1924 * ada-valprint.c: Remove includes.
1925
1926 2019-10-29 Simon Marchi <simon.marchi@efficios.com>
1927
1928 * addrmap.c: Add static assertions of type size, moved from
1929 _initialize_addrmap.
1930 (_initialize_addrmap): Remove.
1931
1932 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1933
1934 * coffread.c (record_minimal_symbol): Update.
1935 (process_coff_symbol): Update.
1936 * dbxread.c (read_dbx_symtab): Update.
1937 * dwarf2read.c (add_partial_symbol): Update.
1938 (fixup_go_packaging): Update.
1939 (load_partial_dies): Update.
1940 (new_symbol): Update.
1941 * elfread.c (record_minimal_symbol): Change signature to use
1942 gdb::string_view instead of name+len.
1943 (elf_symtab_read): Update.
1944 (elf_rel_plt_read): Update.
1945 * mdebugread.c (parse_partial_symbols): Update.
1946 (handle_psymbol_enumerators): Update.
1947 (new_symbol): Update.
1948 * minsyms.c (minimal_symbol_reader::record_full): Change signature
1949 to use gdb::string_view instead of name+len.
1950 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
1951 * psympriv.h (add_psymbol_to_list): Likewise.
1952 * psymtab.c (add_psymbol_to_bcache): Likewise.
1953 (add_psymbol_to_list): Likewise.
1954 * stabsread.c (define_symbol): Update.
1955 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
1956 * symtab.h (SYMBOL_SET_NAMES): Likewise.
1957 (symbol_set_names): Likewise.
1958 * xcoffread.c (scan_xcoff_symtab): Update.
1959
1960 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1961
1962 * symtab.h (symbol_set_names): Document that copy_name must be
1963 set to true for non-nullterminated strings.
1964 * symtab.c (symbol_set_names): Only make a nullterminated copy of
1965 linkage_name if the entry was not found and we need to demangle.
1966
1967 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1968
1969 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
1970 * dwarf2-frame.c (bsearch_fde_cmp): Update.
1971 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
1972 * gdbsupport/gdb_binary_search.h: New file.
1973
1974 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1975
1976 * NEWS: Mention new --with-system-gdbinit-dir option.
1977 * config.in: Regenerate.
1978 * configure: Regenerate.
1979 * configure.ac: Add new option --with-system-gdbinit-dir.
1980 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
1981 for a ".gdb" suffix.
1982 * main.c (get_init_files): Change system_gdbinit argument to
1983 a vector and return the files in SYSTEM_GDBINIT_DIR in
1984 addition to SYSTEM_GDBINIT.
1985 (captured_main_1): Update.
1986 (print_gdb_help): Update.
1987 * top.c (print_gdb_configuration): Also print the value of
1988 SYSTEM_GDBINIT_DIR.
1989
1990 2019-10-28 Christian Biesinger <cbiesinger@google.com>
1991
1992 * gdbsupport/common-utils.h (startswith): Add an overloaded version
1993 that takes gdb::string_view arguments.
1994
1995 2019-10-26 Tom de Vries <tdevries@suse.de>
1996
1997 * aarch64-linux-tdep.c: Fix typos in comments.
1998 * aarch64-tdep.c: Same.
1999 * ada-lang.c: Same.
2000 * amd64-nat.c: Same.
2001 * arc-tdep.c: Same.
2002 * arch/aarch64-insn.c: Same.
2003 * block.c: Same.
2004 * breakpoint.h: Same.
2005 * btrace.h: Same.
2006 * c-varobj.c: Same.
2007 * cli/cli-decode.c: Same.
2008 * cli/cli-script.c: Same.
2009 * cli/cli-utils.h: Same.
2010 * coff-pe-read.c: Same.
2011 * coffread.c: Same.
2012 * compile/compile-cplus-symbols.c: Same.
2013 * compile/compile-object-run.c: Same.
2014 * completer.c: Same.
2015 * corelow.c: Same.
2016 * cp-support.c: Same.
2017 * demangle.c: Same.
2018 * dwarf-index-write.c: Same.
2019 * dwarf2-frame.c: Same.
2020 * dwarf2-frame.h: Same.
2021 * eval.c: Same.
2022 * frame-base.h: Same.
2023 * frame.h: Same.
2024 * gdbcmd.h: Same.
2025 * gdbtypes.h: Same.
2026 * gnu-nat.c: Same.
2027 * guile/scm-objfile.c: Same.
2028 * i386-tdep.c: Same.
2029 * i386-tdep.h: Same.
2030 * infcall.c: Same.
2031 * infcall.h: Same.
2032 * linux-nat.c: Same.
2033 * m68k-tdep.c: Same.
2034 * macroexp.c: Same.
2035 * memattr.c: Same.
2036 * mi/mi-cmd-disas.c: Same.
2037 * mi/mi-getopt.h: Same.
2038 * mi/mi-main.c: Same.
2039 * minsyms.c: Same.
2040 * nat/aarch64-sve-linux-sigcontext.h: Same.
2041 * objfiles.h: Same.
2042 * ppc-linux-nat.c: Same.
2043 * ppc-linux-tdep.c: Same.
2044 * ppc-tdep.h: Same.
2045 * progspace.h: Same.
2046 * prologue-value.h: Same.
2047 * python/py-evtregistry.c: Same.
2048 * python/py-instruction.h: Same.
2049 * record-btrace.c: Same.
2050 * record-full.c: Same.
2051 * remote.c: Same.
2052 * rs6000-tdep.c: Same.
2053 * ser-tcp.c: Same.
2054 * sol-thread.c: Same.
2055 * sparc-sol2-tdep.c: Same.
2056 * sparc64-tdep.c: Same.
2057 * stabsread.c: Same.
2058 * symfile.c: Same.
2059 * symtab.h: Same.
2060 * target.c: Same.
2061 * tracepoint.c: Same.
2062 * tui/tui-data.h: Same.
2063 * tui/tui-io.c: Same.
2064 * tui/tui-win.c: Same.
2065 * tui/tui.c: Same.
2066 * unittests/rsp-low-selftests.c: Same.
2067 * user-regs.h: Same.
2068 * utils.c: Same.
2069 * utils.h: Same.
2070 * valarith.c: Same.
2071 * valops.c: Same.
2072 * valprint.c: Same.
2073 * valprint.h: Same.
2074 * value.c: Same.
2075 * value.h: Same.
2076 * varobj.c: Same.
2077 * x86-nat.h: Same.
2078 * xtensa-tdep.c: Same.
2079
2080 2019-10-25 Ali Tamur <tamur@google.com>
2081
2082 * charset.c (find_charset_names): Reflect API change.
2083
2084 2019-10-25 Christian Biesinger <cbiesinger@google.com>
2085
2086 * symtab.c (struct demangled_name_entry): Change demangled name
2087 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
2088 part of the struct anymore.
2089 (symbol_set_names): No longer obstack allocate + copy the demangled
2090 name, just store the allocated name from bfd.
2091
2092 2019-10-25 Tom Tromey <tromey@adacore.com>
2093
2094 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
2095 (bsearch_cie_cmp, add_cie): Remove.
2096 (find_cie): Reimplement.
2097 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
2098 (dwarf2_build_frame_info): Update.
2099
2100 2019-10-24 H.J. Lu <hongjiu.lu@intel.com>
2101
2102 PR gdb/25126
2103 * symfile.c (reread_symbols): Call forget_cached_source_info to
2104 clear the stale source cache.
2105
2106 2019-10-24 Christian Biesinger <cbiesinger@google.com>
2107
2108 * configure: Regenerate.
2109 * configure.ac: Remove code that sets python_has_threads.
2110
2111 2019-10-24 Christian Biesinger <cbiesinger@google.com>
2112
2113 * config.in: Regenerate.
2114 * configure: Regenerate.
2115 * configure.ac: Remove the code that uses sed to get the python
2116 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
2117
2118 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2119
2120 * python/py-progspace.c (pspy_block_for_pc): Return None for all
2121 error paths.
2122
2123 2019-10-23 Tom Tromey <tom@tromey.com>
2124
2125 * arc-tdep.c: Remove ".." from include.
2126 * frv-tdep.c: Remove ".." from include.
2127 * lm32-tdep.c: Remove ".." from include.
2128 * microblaze-tdep.c: Remove ".." from include.
2129 * or1k-tdep.h: Remove ".." from include.
2130 * s12z-tdep.c: Remove ".." from include.
2131 * Makefile.in (OPCODES_CFLAGS): Add comment.
2132 (TOP_CFLAGS): New variable.
2133 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
2134
2135 2019-10-23 Tom Tromey <tom@tromey.com>
2136
2137 * Makefile.in (READLINE_DIR): Update.
2138
2139 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2140
2141 * infcall.c (call_function_by_hand_dummy): Fix the function
2142 comment. And extract out a code section into...
2143 (reserve_stack_space): ...this new function.
2144
2145 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2146
2147 * infcall.c (value_arg_coerce): Remove an unused parameter.
2148 (call_function_by_hand_dummy): Update the call to
2149 'value_arg_coerce'.
2150
2151 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2152
2153 * infcall.c (call_function_by_hand_dummy): Refactor.
2154
2155 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2156
2157 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
2158
2159 2019-10-23 Tom Tromey <tom@tromey.com>
2160
2161 * configure: Rebuild.
2162 * configure.ac: Don't check for sigprocmask.
2163 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
2164
2165 2019-10-23 Tom Tromey <tom@tromey.com>
2166
2167 * configure: Rebuild.
2168 * acinclude.m4: Use m4_include, not sinclude.
2169
2170 2019-10-23 Tom de Vries <tdevries@suse.de>
2171
2172 PR breakpoints/24687
2173 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
2174
2175 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2176
2177 * symtab.c (struct demangled_name_entry) <language>: Change from
2178 bitfield to regular variable.
2179
2180 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2181
2182 * symtab.c (struct demangled_name_entry): Add a constructor.
2183 (free_demangled_name_entry): New function to call the destructor
2184 for demangled_name_entry.
2185 (create_demangled_names_hash): Pass free_demangled_name_entry to
2186 htab_create_alloc.
2187 (symbol_set_names): Call placement new for demangled_name_entry.
2188 * utils.c: No longer include xxhash.h here, now that fast_hash
2189 is inlined in the header.
2190 * utils.h: Instead, include it here.
2191
2192 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2193
2194 * Makefile.in: Link with libxxhash.
2195 * config.in: Regenerate.
2196 * configure: Regenerate.
2197 * configure.ac: Search for libxxhash.
2198 * utils.c (fast_hash): Use xxhash if present.
2199
2200 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2201
2202 * utils.h (fast_hash): New function.
2203 * symtab.c (hash_demangled_name_entry): Call new function
2204 fast_hash.
2205
2206 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2207
2208 * symtab.c (struct demangled_name_entry): Change type of mangled
2209 to gdb::string_view. Also adds a constructor that takes the
2210 mangled name.
2211 (hash_demangled_name_entry): Update.
2212 (eq_demangled_name_entry): Update.
2213 (free_demangled_name_entry): New function to call the destructor
2214 now that this is not a POD anymore.
2215 (create_demangled_names_hash): Pass free_demangled_name_entry to
2216 htab_create_alloc.
2217 (symbol_set_names): Update.
2218
2219 2019-10-21 Ali Tamur <tamu@google.com>
2220
2221 * dwarf2read.c (dir_index): Change type.
2222 (file_name_index): Likewise.
2223 (line_header::include_dir_at): Change comment and implementation on
2224 whether it is DWARF 5.
2225 (line_header::is_valid_file_index): New function.
2226 (line_header::file_name_at): Change comment and implementation on
2227 whether it is DWARF 5.
2228 (line_header::file_names): Change to private field renamed as
2229 m_file_names and introduce a new accessor method.
2230 (line_header::file_names_size): New method.
2231 (line_header::include_dirs): Change to private field and rename as
2232 m_include_dirs.
2233 (dw2_get_file_names_reader): Define local var at a smaller scope and
2234 reflect API change.
2235 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
2236 (process_structure_scope): Likewise.
2237 (line_header::add_include_dir): Change message and reflect renaming.
2238 (line_header::add_file_name): Likewise.
2239 (read_formatted_entries): Handle DW_FORM_data16.
2240 (dwarf_decode_line_header): Fix line header length calculation.
2241 (psymtab_include_file_name): Change comment and API.
2242 (lnp_state_machine::m_file): Update comment and reflect type change.
2243 (lnp_state_machine::record_line): Reflect type change.
2244 (dwarf_decode_lines): Reflect API change.
2245 (file_file_name): Likewise.
2246 (file_full_name): Likewise.
2247
2248 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
2249
2250 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
2251
2252 2019-10-21 Tom Tromey <tom@tromey.com>
2253
2254 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
2255
2256 2019-10-21 Tom Tromey <tom@tromey.com>
2257
2258 * configure.ac (nm.h): Conditionally create nm.h link. Subst
2259 NM_H. Use AC_CONFIG_LINKS.
2260 * configure: Rebuild.
2261 * Makefile.in (NM_H): New variable.
2262 (generated_files): Add NM_H. Remove gcore.
2263 (nm.h, stamp-nmh): New targets.
2264
2265 2019-10-20 Tom Tromey <tom@tromey.com>
2266
2267 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
2268 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
2269 obsolete comment.
2270 (put_objfile_before): Now static.
2271
2272 2019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
2273
2274 * gdbsupport/common-utils.h (startswith): Change return type to
2275 bool.
2276
2277 2019-10-19 Christian Biesinger <cbiesinger@google.com>
2278
2279 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
2280 * breakpoint.c (bp_locations_compare): Rename to...
2281 (bp_location_is_less_than): ...this, and change to std::sort semantics.
2282 (update_global_location_list): Use std::sort instead of qsort.
2283 * buildsym.c (compare_line_numbers): Rename to...
2284 (lte_is_less_than): ...this, and change to std::sort semantics.
2285 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
2286 instead of qsort.
2287 * disasm.c (compare_lines): Rename to...
2288 (line_is_less_than): ...this, and change to std::sort semantics.
2289 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
2290 of qsort.
2291 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
2292 (fde_is_less_than): ...this, and change to std::sort semantics.
2293 (dwarf2_build_frame_info): Call std::sort instead of qsort.
2294 * mdebugread.c (compare_blocks):
2295 (block_is_less_than): ...this, and change to std::sort semantics.
2296 (sort_blocks): Call std::sort instead of qsort.
2297 * objfiles.c (qsort_cmp): Rename to...
2298 (sort_cmp): ...this, and change to std::sort semantics.
2299 (update_section_map): Call std::sort instead of qsort.
2300 * remote.c (compare_pnums): Remove.
2301 (map_regcache_remote_table): Call std::sort instead of qsort.
2302 * utils.c (compare_positive_ints): Remove.
2303 * utils.h (compare_positive_ints): Remove.
2304 * xcoffread.c (compare_lte): Remove.
2305 (arrange_linetable): Call std::sort instead of qsort.
2306
2307 2019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
2308
2309 * symfile.c (init_entry_point_info): Fix typo.
2310 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
2311
2312 2019-10-18 Tom de Vries <tdevries@suse.de>
2313
2314 * aarch64-tdep.c: Fix typos in comments.
2315 * ada-lang.c: Same.
2316 * ada-tasks.c: Same.
2317 * alpha-tdep.c: Same.
2318 * alpha-tdep.h: Same.
2319 * amd64-nat.c: Same.
2320 * amd64-windows-tdep.c: Same.
2321 * arc-tdep.c: Same.
2322 * arc-tdep.h: Same.
2323 * arch-utils.c: Same.
2324 * arm-nbsd-tdep.c: Same.
2325 * arm-tdep.c: Same.
2326 * ax-gdb.c: Same.
2327 * blockframe.c: Same.
2328 * btrace.c: Same.
2329 * c-varobj.c: Same.
2330 * coff-pe-read.c: Same.
2331 * coffread.c: Same.
2332 * cris-tdep.c: Same.
2333 * darwin-nat.c: Same.
2334 * dbxread.c: Same.
2335 * dcache.c: Same.
2336 * disasm.c: Same.
2337 * dtrace-probe.c: Same.
2338 * dwarf-index-write.c: Same.
2339 * dwarf2-frame-tailcall.c: Same.
2340 * dwarf2-frame.c: Same.
2341 * dwarf2read.c: Same.
2342 * eval.c: Same.
2343 * exceptions.c: Same.
2344 * fbsd-tdep.c: Same.
2345 * findvar.c: Same.
2346 * frame.c: Same.
2347 * frv-tdep.c: Same.
2348 * gnu-v3-abi.c: Same.
2349 * go32-nat.c: Same.
2350 * h8300-tdep.c: Same.
2351 * hppa-tdep.c: Same.
2352 * i386-linux-tdep.c: Same.
2353 * i386-tdep.c: Same.
2354 * ia64-libunwind-tdep.c: Same.
2355 * ia64-tdep.c: Same.
2356 * infcmd.c: Same.
2357 * infrun.c: Same.
2358 * linespec.c: Same.
2359 * linux-nat.c: Same.
2360 * linux-thread-db.c: Same.
2361 * machoread.c: Same.
2362 * mdebugread.c: Same.
2363 * mep-tdep.c: Same.
2364 * mn10300-tdep.c: Same.
2365 * namespace.c: Same.
2366 * objfiles.c: Same.
2367 * opencl-lang.c: Same.
2368 * or1k-tdep.c: Same.
2369 * osabi.c: Same.
2370 * ppc-linux-nat.c: Same.
2371 * ppc-linux-tdep.c: Same.
2372 * ppc-sysv-tdep.c: Same.
2373 * printcmd.c: Same.
2374 * procfs.c: Same.
2375 * record-btrace.c: Same.
2376 * record-full.c: Same.
2377 * remote-fileio.c: Same.
2378 * remote.c: Same.
2379 * rs6000-tdep.c: Same.
2380 * s12z-tdep.c: Same.
2381 * score-tdep.c: Same.
2382 * ser-base.c: Same.
2383 * ser-go32.c: Same.
2384 * skip.c: Same.
2385 * sol-thread.c: Same.
2386 * solib-svr4.c: Same.
2387 * solib.c: Same.
2388 * source.c: Same.
2389 * sparc-nat.c: Same.
2390 * sparc-sol2-tdep.c: Same.
2391 * sparc-tdep.c: Same.
2392 * sparc64-tdep.c: Same.
2393 * stabsread.c: Same.
2394 * stack.c: Same.
2395 * symfile.c: Same.
2396 * symtab.c: Same.
2397 * target-descriptions.c: Same.
2398 * target-float.c: Same.
2399 * thread.c: Same.
2400 * utils.c: Same.
2401 * valops.c: Same.
2402 * valprint.c: Same.
2403 * value.c: Same.
2404 * varobj.c: Same.
2405 * windows-nat.c: Same.
2406 * xcoffread.c: Same.
2407 * xstormy16-tdep.c: Same.
2408 * xtensa-tdep.c: Same.
2409
2410 2019-10-17 Tom Tromey <tromey@adacore.com>
2411
2412 * configure: Rebuild.
2413 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
2414 in AC_CONFIG_FILES invocation.
2415 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
2416 new-style config.status invocation.
2417
2418 2019-10-17 Tom de Vries <tdevries@suse.de>
2419
2420 * arm-nbsd-nat.c: Fix typos in comments.
2421 * arm-tdep.c: Same.
2422 * darwin-nat-info.c: Same.
2423 * dwarf2read.c: Same.
2424 * elfread.c: Same.
2425 * event-top.c: Same.
2426 * findvar.c: Same.
2427 * gdbtypes.c: Same.
2428 * hppa-tdep.c: Same.
2429 * i386-tdep.c: Same.
2430 * jit.c: Same.
2431 * main.c: Same.
2432 * mdebugread.c: Same.
2433 * moxie-tdep.c: Same.
2434 * nto-procfs.c: Same.
2435 * osabi.c: Same.
2436 * ppc-linux-tdep.c: Same.
2437 * remote.c: Same.
2438 * riscv-tdep.c: Same.
2439 * s390-tdep.c: Same.
2440 * sh-tdep.c: Same.
2441 * sparc-linux-tdep.c: Same.
2442 * sparc-nat.c: Same.
2443 * stack.c: Same.
2444 * target-descriptions.c: Same.
2445 * top.c: Same.
2446 * varobj.c: Same.
2447
2448 2019-10-16 Tom Tromey <tom@tromey.com>
2449
2450 * objfiles.h (struct objfile) <original_name>: Now const.
2451
2452 2019-10-16 Christian Biesinger <cbiesinger@google.com>
2453
2454 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
2455 pass on to sigsetjmp's second argument.
2456 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
2457
2458 2019-10-16 Keith Seitz <keiths@redhat.com>
2459
2460 PR gdb/23567
2461 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
2462 sections whose size is greater than the file size.
2463
2464 2019-10-16 Jim Wilson <jimw@sifive.com>
2465
2466 * riscv-tdep.c (riscv_gcc_target_options): New.
2467 (riscv_gnu_triplet_regexp): New.
2468 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
2469 set_gdbarch_gnu_triplet_regexp.
2470
2471 2019-10-16 Christian Biesinger <cbiesinger@google.com>
2472
2473 * Makefile.in: Add xml-builtin.h.
2474 * features/feature_to_c.sh: Add an include for xml-builtin.h
2475 to ensure that the compiler checks that the types match.
2476 * xml-builtin.h: New file.
2477 * xml-support.c (fetch_xml_builtin): Add missing const.
2478 * xml-support.h: Remove declaration of xml_builtins.
2479
2480 2019-10-16 Tom de Vries <tdevries@suse.de>
2481
2482 PR tdep/25096
2483 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
2484 (amd64_classify_aggregate): ... here.
2485 (amd64_classify_aggregate_field): Handled fiels of nested structs
2486 recursively.
2487
2488 2019-10-16 Tom de Vries <tdevries@suse.de>
2489
2490 PR tdep/24104
2491 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
2492 that handles 'theclass'.
2493
2494 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2495
2496 * linespec.c (decode_digits_ordinary): Update comment.
2497 * make-target-delegates: No longer need to handle VEC case.
2498 * memrange.c (normalize_mem_ranges): Update comment.
2499 * namespace.c (add_using_directive): Update comment.
2500 * objc-lang.c (uniquify_strings): Update comment.
2501 * ppc-linux-nat.c (struct thread_points): Update comment.
2502 * probe.h (find_probes_in_objfile): Update comment.
2503 * target.h (enum flash_preserve_mode): Update comment.
2504 * varobj.c (varobj_restrict_range): Update comment.
2505 * varobj.h (varobj_list_children): Update comment.
2506
2507 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2508
2509 * Makefile.in: Remove references to vec.h and vec.c.
2510 * aarch64-tdep.c: No longer include vec.h.
2511 * ada-lang.c: Likewise.
2512 * ada-lang.h: Likewise.
2513 * arm-tdep.c: Likewise.
2514 * ax.h: Likewise.
2515 * breakpoint.h: Likewise.
2516 * charset.c: Likewise.
2517 * cp-support.h: Likewise.
2518 * dtrace-probe.c: Likewise.
2519 * dwarf2read.c: Likewise.
2520 * extension.h: Likewise.
2521 * gdb_bfd.c: Likewise.
2522 * gdbsupport/gdb_vecs.h: Likewise.
2523 * gdbsupport/vec.c: Remove.
2524 * gdbsupport/vec.h: Remove.
2525 * gdbthread.h: Likewise.
2526 * guile/scm-type.c: Likewise.
2527 * inline-frame.c: Likewise.
2528 * machoread.c: Likewise.
2529 * memattr.c: Likewise.
2530 * memrange.h: Likewise.
2531 * namespace.h: Likewise.
2532 * nat/linux-btrace.h: Likewise.
2533 * osdata.c: Likewise.
2534 * parser-defs.h: Likewise.
2535 * progspace.h: Likewise.
2536 * python/py-type.c: Likewise.
2537 * record-btrace.c: Likewise.
2538 * rust-exp.y: Likewise.
2539 * solib-target.c: Likewise.
2540 * stap-probe.c: Likewise.
2541 * target-descriptions.c: Likewise.
2542 * target-memory.c: Likewise.
2543 * target.h: Likewise.
2544 * varobj.c: Likewise.
2545 * varobj.h: Likewise.
2546 * xml-support.h: Likewise.
2547
2548 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2549
2550 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
2551 Update for new std::vector based implementation.
2552 (process_psymtab_comp_unit_reader): Likewise.
2553 (scan_partial_symbols): Likewise.
2554 (recursively_compute_inclusions): Likewise.
2555 (compute_compunit_symtab_includes): Likewise.
2556 (process_imported_unit_die): Likewise.
2557 (queue_and_load_dwo_tu): Likewise.
2558 (follow_die_sig_1): Likewise.
2559 * gdb/dwarf2read.h: Remove DEF_VEC_P.
2560 (typedef dwarf2_per_cu_ptr): Remove.
2561 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
2562 function.
2563 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
2564 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
2565 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
2566 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
2567 std::vector.
2568
2569 2019-10-15 Tom Tromey <tromey@adacore.com>
2570
2571 * windows-nat.c (windows_nat_target::resume): Use %x when logging
2572 TID.
2573
2574 2019-10-15 Tom Tromey <tromey@adacore.com>
2575
2576 * windows-nat.c (windows_nat_target::fetch_registers)
2577 (windows_nat_target::store_registers): Rename "pid" to "tid".
2578
2579 2019-10-15 Tom Tromey <tromey@adacore.com>
2580
2581 * gdbarch.h, gdbarch.c: Rebuild.
2582 * gdbarch.sh (gcc_target_options): Change return type to
2583 std::string.
2584 * compile/compile.c (get_args): Update.
2585 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
2586 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
2587 std::string.
2588 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
2589 std::string.
2590 * arch-utils.c (default_gcc_target_options): Return std::string.
2591 * arch-utils.h (default_gcc_target_options): Return std::string.
2592 * s390-tdep.c (s390_gcc_target_options): Return std::string.
2593
2594 2019-10-15 Christian Biesinger <cbiesinger@google.com>
2595
2596 * breakpoint.c (breakpoint_chain): Make static.
2597 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
2598 of accessing breakpoint_chain.
2599
2600 2019-10-15 Christian Biesinger <cbiesinger@google.com>
2601
2602 * breakpoint.c (iterate_over_breakpoints): Change function pointer
2603 to a gdb::function_view and return value to bool.
2604 * breakpoint.h (iterate_over_breakpoints): Likewise.
2605 * dummy-frame.c (pop_dummy_frame_bpt): Update.
2606 (pop_dummy_frame): Update.
2607 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
2608 (gdbscm_breakpoints): Update.
2609 * python/py-breakpoint.c (build_bp_list): Update.
2610 (gdbpy_breakpoints): Update.
2611 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
2612 Update.
2613 (bpfinishpy_handle_stop): Update.
2614 (bpfinishpy_handle_exit): Update.
2615 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
2616 (svr4_update_solib_event_breakpoints): Update.
2617
2618 2019-10-15 Andreas Arnez <arnez@linux.ibm.com>
2619
2620 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
2621 when unwrapping single-field structs.
2622
2623 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2624
2625 * dwarf2read.c: Remove includes.
2626
2627 2019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2628
2629 * ui-out.c (ui_out::call_do_message): Silence
2630 -Wformat-nonliteral warning.
2631
2632 2019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2633
2634 * breakpoint.c: Remove some includes: continuations.h, skip.h,
2635 mi/mi-main.h, readline/readline.h, readline/history.h. Add
2636 include: readline/tilde.h.
2637
2638 2019-10-12 Christian Biesinger <cbiesinger@google.com>
2639
2640 * remote.c (remote_target::get_trace_status): Remove declaration of
2641 trace_regblock_size.
2642
2643 2019-10-12 Christian Biesinger <cbiesinger@google.com>
2644
2645 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
2646 (show_user): Remove declaration of cmdlist.
2647 * cli/cli-cmds.h (max_user_call_depth): Declare.
2648 * cli/cli-script.c (execute_user_command): Remove declaration
2649 of max_user_call_depth.
2650
2651 2019-10-11 Jim Wilson <jimw@sifive.com>
2652
2653 * gdbsupport/print-utils.h (pulongest): Fix comment.
2654 (plongest): Likewise.
2655 (phex): Add missing comment, mention leading zeros.
2656 (phex_nz): Add mention of no leading zeros to comment.
2657
2658 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
2659 plongest instead of unsigned long long cast.
2660
2661 2019-10-10 Christian Biesinger <cbiesinger@google.com>
2662
2663 * main.c (captured_main_1): Include gdbtk.h and remove declarations
2664 for external_editor_command and gdbtk_test.
2665
2666 2019-10-10 Christian Biesinger <cbiesinger@google.com>
2667
2668 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
2669 * varobj.c (varobjdebug): Move comment to...
2670 * varobj.h (varobjdebug): ...here, and declare.
2671
2672 2019-10-09 Tom Tromey <tom@tromey.com>
2673
2674 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
2675 erase_data_content.
2676
2677 2019-10-09 Tom Tromey <tom@tromey.com>
2678
2679 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
2680 * tui/tui-stack.c (tui_locator_window::rerender): Update.
2681 * tui/tui-command.c (tui_cmd_window::resize)
2682 (tui_refresh_cmd_win): Update.
2683 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
2684 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
2685 * tui/tui-data.c (~tui_gen_win_info): Remove.
2686 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
2687 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
2688 (tui_redisplay_readline, tui_mld_flush)
2689 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
2690 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
2691 (tui_data_window::erase_data_content)
2692 (tui_data_item_window::rerender)
2693 (tui_data_item_window::refresh_window): Update.
2694 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
2695 (box_win, tui_gen_win_info::make_window)
2696 (tui_gen_win_info::make_visible): Update.
2697 (tui_delete_win): Remove.
2698 * tui/tui-winsource.c
2699 (tui_source_window_base::do_erase_source_content): Update.
2700 (tui_show_source_line, tui_source_window_base::update_tab_width)
2701 (tui_source_window_base::update_exec_info): Update.
2702 * tui/tui-data.h (struct curses_deleter): New.
2703 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
2704 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
2705
2706 2019-10-09 Tom Tromey <tom@tromey.com>
2707
2708 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
2709
2710 2019-10-09 Tom Tromey <tom@tromey.com>
2711
2712 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
2713 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
2714
2715 2019-10-09 Tom Tromey <tom@tromey.com>
2716
2717 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
2718 window height directly.
2719 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
2720 declare.
2721 * tui/tui-layout.c (tui_default_win_height): Remove.
2722 (tui_default_win_viewport_height): Remove.
2723
2724 2019-10-09 Tom Tromey <tom@tromey.com>
2725
2726 * tui/tui.h: Remove comments.
2727
2728 2019-10-09 Tom de Vries <tdevries@suse.de>
2729
2730 * python/lib/gdb/printer/bound_registers.py: Use
2731 '^builtin_type_bound128' as regexp argument for
2732 add_builtin_pretty_printer.
2733
2734 2019-10-09 Christian Biesinger <cbiesinger@google.com>
2735
2736 * guile/guile.c (guile_extension_script_ops): Remove forward
2737 declaration and mark as static.
2738 (guile_script_ops): Likewise.
2739 (extension_language_guile): Move further down in the file so
2740 it can reference the definitions for guile_{extension_,}script_ops.
2741
2742 2019-10-09 Andreas Arnez <arnez@linux.ibm.com>
2743
2744 * s390-tdep.c (390_process_record): Handle new arch13 instructions
2745 except SORTL, DFLTCC, and KDSA.
2746
2747 2019-10-08 Tom Tromey <tromey@adacore.com>
2748
2749 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
2750 (struct safe_symbol_file_add_args): Remove.
2751
2752 2019-10-08 Tom Tromey <tromey@adacore.com>
2753
2754 * windows-nat.c: Don't include buildsym-legacy.h.
2755
2756 2019-10-08 Tom Tromey <tromey@adacore.com>
2757
2758 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
2759
2760 2019-10-08 Christian Biesinger <cbiesinger@google.com>
2761
2762 * gdbtypes.c (overload_debug): Move comment to header.
2763 * gdbtypes.h (overload_debug): Declare.
2764 * valops.c: Remove declaration of overload_debug, instead
2765 include gdbtypes.h.
2766
2767 2019-10-08 Christian Biesinger <cbiesinger@google.com>
2768
2769 * language.c (show_language_command): Pass lang_frame_mismatch_warn
2770 through _().
2771 (lang_frame_mismatch_warn): Make const, mark with N_(), and
2772 move comment...
2773 * language.h (lang_frame_mismatch_warn): ... here. Also add
2774 declaration.
2775 * top.c (lang_frame_mismatch_warn): Remove declaration.
2776 (check_frame_language_change): Pass lang_frame_mismatch_warn
2777 through _().
2778
2779 2019-10-07 Christian Biesinger <cbiesinger@google.com>
2780
2781 * c-lang.h (vtbl_ptr_name): Declare.
2782 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
2783 it from the header.
2784 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
2785
2786 2019-10-07 Christian Biesinger <cbiesinger@google.com>
2787
2788 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
2789 gdb_static_assert.
2790
2791 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2792
2793 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
2794 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
2795 * ctfread.c: New file.
2796 * ctfread.h: New file.
2797 * elfread.c: Include ctfread.h.
2798 (struct elfinfo text_p): New member ctfsect.
2799 (elf_locate_sections): Mark CTF section.
2800 (elf_symfile_read): Call elfctf_build_psymtabs.
2801 * Makefile.in (LIBCTF): Add.
2802 (CLIBS): Use it.
2803 (CDEPS): Likewise.
2804 (DIST): Add ctfread.c.
2805
2806 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2807
2808 * ctfread.c (struct nextfield): Renamed to ...
2809 (struct ctf_nextfield): ... this.
2810 (struct field_info): Renamed to ...
2811 (strut ctf_field_info): ... this.
2812 (attach_fields_to_type): Update for renamed structures.
2813 (ctf_add_member_cb): Likewise.
2814 (ctf_add_enum_member_cb): Likewise.
2815 (process_struct_members): Likewise.
2816 (process_enum_type): Likewise.
2817
2818 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2819
2820 * tracectf.h: Rename, was ctf.h.
2821 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
2822 * tracefile.c: Likewise.
2823 * tracepoint.c: Remove unused include ctf.h.
2824 * mi/mi-main.c: Likewise.
2825 * Makefile.in Replace ctf.c with tracectf.c.
2826
2827 2019-10-06 Joel Brobecker <brobecker@adacore.com>
2828
2829 * version.in: Change version number to "9.0.50.DATE-git".
2830
2831 2019-10-03 Tom Tromey <tom@tromey.com>
2832
2833 PR rust/24976:
2834 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
2835
2836 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2837
2838 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
2839 cp_search_name_hash.
2840 * NEWS: Add entry about nested function support.
2841
2842 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2843 Andrew Burgess <andrew.burgess@embecosm.com>
2844
2845 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
2846 for nested static variables when searchin VAR_DOMAIN.
2847 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
2848 global scope, update comment.
2849 (add_partial_subprogram): Call add_partial_subprogram recursively
2850 for nested subroutines when processinng Fortran.
2851 (load_partial_dies): Process the child entities of a subprogram
2852 when processing Fortran.
2853 (partial_die_parent_scope): Handle building scope
2854 for Fortran nested functions.
2855 (process_die): Record that nested functions have a scope.
2856 (new_symbol): Always record Fortran subprograms on the global
2857 symbol list.
2858 (determine_prefix): How to build the prefix for Fortran
2859 subprograms.
2860
2861 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2862
2863 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
2864 have just sent the thread a SIGSTOP and are waiting for it to
2865 arrive.
2866
2867 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2868
2869 * btrace.c (btrace_add_pc): Remove whitespace before the template
2870 parameter in 'std::vector <...>'.
2871 (parse_xml_btrace_block): Likewise.
2872 (btrace_maint_decode_pt): Likewise.
2873 (btrace_maint_update_packets): Likewise.
2874 (btrace_maint_print_packets): Likewise.
2875 * btrace.h (struct btrace_maint_info): Likewise.
2876 * dwarf2read.c (struct type_unit_group): Likewise.
2877 (build_type_psymtabs_reader): Likewise.
2878 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
2879 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
2880 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
2881
2882 2019-10-03 Tom de Vries <tdevries@suse.de>
2883
2884 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
2885 the first line of the help text for set/show style metadata.
2886
2887 2019-10-02 Tom Tromey <tromey@adacore.com>
2888
2889 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
2890 * gdbsupport/common-inferior.c: New file.
2891 * infcmd.c (startup_with_shell): Don't define.
2892 * nat/fork-inferior.h (startup_with_shell): Don't declare.
2893 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
2894 * inferior.h (startup_with_shell): Don't declare.
2895
2896 2019-10-02 Christian Biesinger <cbiesinger@google.com>
2897
2898 * gdbsupport/gdb_assert.h: Include errors.h.
2899 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
2900
2901 2019-10-02 Tom Tromey <tromey@adacore.com>
2902
2903 * NEWS: Add $_ada_exception entry.
2904 * ada-lang.c (struct ada_catchpoint): Add constructor.
2905 <m_kind>: New member.
2906 (allocate_location_exception, re_set_exception): Remove
2907 "ex" parameter.
2908 (should_stop_exception): Compute $_ada_exception.
2909 (check_status_exception, print_it_exception)
2910 (print_one_exception, print_mention_exception): Remove
2911 "ex" parameter.
2912 (allocate_location_catch_exception, re_set_catch_exception)
2913 (check_status_exception, print_it_catch_exception)
2914 (print_one_catch_exception, print_mention_catch_exception)
2915 (print_recreate_catch_exception)
2916 (allocate_location_catch_exception_unhandled)
2917 (re_set_catch_exception_unhandled)
2918 (check_status_exception, print_it_catch_exception_unhandled)
2919 (print_one_catch_exception_unhandled)
2920 (print_mention_catch_exception_unhandled)
2921 (print_recreate_catch_exception_unhandled)
2922 (allocate_location_catch_assert, re_set_catch_assert)
2923 (check_status_assert, print_it_catch_assert)
2924 (print_one_catch_assert, print_mention_catch_assert)
2925 (print_recreate_catch_assert)
2926 (allocate_location_catch_handlers, re_set_catch_handlers)
2927 (check_status_handlers, print_it_catch_handlers)
2928 (print_one_catch_handlers, print_mention_catch_handlers)
2929 (print_recreate_catch_handlers): Remove.
2930 (create_ada_exception_catchpoint): Update.
2931 (initialize_ada_catchpoint_ops): Update.
2932
2933 2019-10-02 Tom Tromey <tromey@adacore.com>
2934
2935 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
2936 (create_excep_cond_exprs): Simplify exception string computation.
2937 (ada_exception_catchpoint_cond_string): Likewise.
2938
2939 2019-10-02 Tom Tromey <tromey@adacore.com>
2940
2941 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
2942 * ada-lang.c (lesseq_defined_than): Handle
2943 LOC_STATIC.
2944 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
2945 parameter.
2946 (dwarf2_has_info): Likewise.
2947 (new_symbol): Set maybe_copied on symbol when
2948 appropriate.
2949 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
2950 parameter.
2951 <can_copy>: New member.
2952 * elfread.c (record_minimal_symbol): Set maybe_copied
2953 on symbol when appropriate.
2954 (elf_symfile_read): Update call to dwarf2_has_info.
2955 * minsyms.c (lookup_minimal_symbol_linkage): New
2956 function.
2957 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
2958 * symtab.c (get_symbol_address, get_msymbol_address):
2959 New functions.
2960 * symtab.h (get_symbol_address, get_msymbol_address):
2961 Declare.
2962 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
2963 maybe_copied.
2964 (struct symbol, struct minimal_symbol) <maybe_copied>:
2965 New member.
2966
2967 2019-10-02 Tom Tromey <tromey@adacore.com>
2968
2969 * source.c (struct current_source_location): New.
2970 (current_source_key): New global.
2971 (current_source_symtab, current_source_line)
2972 (current_source_pspace): Remove.
2973 (get_source_location): New function.
2974 (get_current_source_symtab_and_line)
2975 (set_default_source_symtab_and_line)
2976 (set_current_source_symtab_and_line)
2977 (clear_current_source_symtab_and_line, select_source_symtab)
2978 (info_source_command, print_source_lines_base)
2979 (info_line_command, search_command_helper, _initialize_source):
2980 Update.
2981
2982 2019-10-02 Tom Tromey <tromey@adacore.com>
2983
2984 * source.c (select_source_symtab): Don't call
2985 decode_line_with_current_source.
2986
2987 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2988
2989 * symtab.c (lookup_global_symbol): Search global block.
2990
2991 2019-10-02 Tom Tromey <tromey@adacore.com>
2992
2993 * coffread.c (process_coff_symbol): Update.
2994 * dwarf2read.c (var_decode_location, new_symbol): Update.
2995 * mdebugread.c (parse_symbol): Update.
2996 * objfiles.c (relocate_one_symbol): Update.
2997 * stabsread.c (define_symbol, fix_common_block)
2998 (scan_file_globals): Update.
2999 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
3000 (SET_SYMBOL_VALUE_ADDRESS): New macro.
3001 * xcoffread.c (process_xcoff_symbol): Update.
3002
3003 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3004
3005 * MAINTAINERS: Update my email address.
3006
3007 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
3008
3009 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
3010 std::vector.
3011 (build_type_psymtabs_reader): Update for std::vector.
3012 (build_type_psymtab_dependencies): Likewise.
3013 * dwarf2read.h: Remove use of DEF_VEC_P.
3014 (typedef sig_type_ptr): Delete.
3015
3016 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
3017
3018 * btrace.c (btrace_maint_clear): Update to handle change from VEC
3019 to std::vector.
3020 (btrace_maint_decode_pt): Likewise, and move allocation of the
3021 vector outside of the loop.
3022 (btrace_maint_update_packets): Update to handle change from VEC to
3023 std::vector.
3024 (btrace_maint_print_packets): Likewise.
3025 (maint_info_btrace_cmd): Likewise.
3026 * btrace.h: Remove use of DEF_VEC_O.
3027 (typedef btrace_pt_packet_s): Delete.
3028 (struct btrace_maint_info) <packets>: Change fromm VEC to
3029 std::vector.
3030 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
3031
3032 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
3033
3034 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
3035 make accesses into the vector constant references.
3036 (btrace_add_pc): Update for std::vector.
3037 (btrace_stitch_bts): Likewise.
3038 (parse_xml_btrace_block): Likewise.
3039 (btrace_maint_update_packets): Likewise.
3040 (btrace_maint_print_packets): Likewise.
3041 (maint_info_btrace_cmd): Likewise.
3042 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
3043 std::vector.
3044 (btrace_data::empty): Likewise.
3045 (btrace_data_append): Likewise.
3046 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
3047 (typedef btrace_block_s): Delete.
3048 (struct btrace_block): Add constructor.
3049 (struct btrace_data_bts) <blocks>: Change to std::vector.
3050 * nat/linux-btrace.c (perf_event_read_bts): Update for
3051 std::vector.
3052 (linux_read_bts): Likewise.
3053
3054 2019-10-01 Tom Tromey <tom@tromey.com>
3055
3056 * cli/cli-logging.c (show_logging_filename): Use styled_string.
3057
3058 2019-10-01 Tom Tromey <tom@tromey.com>
3059
3060 * stack.c (print_frame, info_frame_command_core): Use
3061 styled_string.
3062 * linux-thread-db.c (try_thread_db_load_1)
3063 (try_thread_db_load_from_pdir_1): Use styled_string.
3064 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
3065 (auto_load_section_scripts, info_auto_load_local_gdbinit)
3066 (maybe_print_unsupported_script_warning)
3067 (maybe_print_script_not_found_warning): Use styled_string.
3068 * ada-lang.c (user_select_syms): Use styled_string.
3069
3070 2019-10-01 Tom Tromey <tom@tromey.com>
3071
3072 * p-lang.c (pascal_printstr): Use metadata style.
3073 * value.c (show_convenience): Use metadata style.
3074 * valprint.c (valprint_check_validity, val_print_optimized_out)
3075 (val_print_not_saved, val_print_unavailable)
3076 (val_print_invalid_address, generic_val_print, val_print)
3077 (value_check_printable, val_print_array_elements): Use metadata
3078 style.
3079 * ui-out.h (class ui_out) <field_fmt>: New overload.
3080 <do_field_fmt>: Add style parameter.
3081 * ui-out.c (ui_out::field_fmt): New overload.
3082 * typeprint.c (type_print_unknown_return_type)
3083 (val_print_not_allocated, val_print_not_associated): Use metadata
3084 style.
3085 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
3086 parameter.
3087 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
3088 * tracepoint.c (tvariables_info_1): Use metadata style.
3089 * stack.c (print_frame_arg, print_frame_info, print_frame)
3090 (info_frame_command_core): Use metadata style.
3091 * skip.c (info_skip_command): Use metadata style.
3092 * rust-lang.c (rust_print_enum): Use metadata style.
3093 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
3094 metadata style.
3095 * python/py-framefilter.c (py_print_single_arg): Use metadata
3096 style.
3097 * printcmd.c (do_one_display, print_variable_and_value): Use
3098 metadata style.
3099 * p-valprint.c (pascal_val_print)
3100 (pascal_object_print_value_fields): Use metadata style.
3101 * p-typeprint.c (pascal_type_print_base): Use metadata style.
3102 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
3103 parameter.
3104 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
3105 * m2-valprint.c (m2_print_long_set): Use metadata style.
3106 * m2-typeprint.c (m2_print_type): Use metadata style.
3107 * infcmd.c (print_return_value_1): Use metadata style.
3108 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
3109 * f-valprint.c (info_common_command_for_block): Use metadata
3110 style.
3111 * f-typeprint.c (f_type_print_base): Use metadata style.
3112 * expprint.c (print_subexp_standard): Use metadata style.
3113 * cp-valprint.c (cp_print_value_fields): Use metadata style.
3114 * cli/cli-style.h (class cli_style_option): Add constructor.
3115 (metadata_style): Declare.
3116 * cli/cli-style.c (metadata_style): New global.
3117 (_initialize_cli_style): Register metadata style.
3118 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
3119 parameter.
3120 * cli-out.c (cli_ui_out::do_field_fmt): Update.
3121 * c-typeprint.c (c_type_print_base_struct_union)
3122 (c_type_print_base_1): Use metadata style.
3123 * breakpoint.c (watchpoint_value_print)
3124 (print_one_breakpoint_location): Use metadata style.
3125 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
3126 style.
3127 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
3128 style.
3129 * ada-valprint.c (val_print_packed_array_elements, printstr)
3130 (print_field_values, ada_val_print_ref, ada_val_print): Use
3131 metadata style.
3132 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
3133 style.
3134 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
3135 style.
3136 * ada-lang.c (user_select_syms): Use metadata style.
3137
3138 2019-10-01 Tom Tromey <tom@tromey.com>
3139
3140 * cli/cli-cmds.c (pwd_command): Style output.
3141
3142 2019-10-01 Pedro Alves <palves@redhat.com>
3143 Tom Tromey <tom@tromey.com>
3144
3145 * symtab.c (print_symbol_info): Use %ps.
3146 (print_msymbol_info): Use %ps.
3147 * symfile.c (symbol_file_add_with_addrs): Use %ps.
3148 * printcmd.c (print_variable_and_value): Use %ps.
3149 * macrocmd.c (show_pp_source_pos): Use %ps.
3150 * infrun.c (print_exited_reason): Use ui_out::message.
3151 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
3152 (describe_other_breakpoints): Use ui_out::message and new
3153 formats.
3154 (say_where): Use new formats.
3155 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
3156 and new formats.
3157
3158 2019-10-01 Pedro Alves <palves@redhat.com>
3159 Tom Tromey <tom@tromey.com>
3160
3161 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
3162 (test_gdb_formats): New function.
3163 (run_tests): Call it.
3164 (test_format_specifier): Update.
3165 * utils.h (fputs_filtered): Update comment.
3166 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
3167 (fputs_styled_unfiltered): Declare.
3168 * utils.c (fputs_styled_unfiltered): New function.
3169 (vfprintf_maybe_filtered): Add gdbfmt parameter.
3170 (vfprintf_filtered): Update.
3171 (vfprintf_unfiltered, vprintf_filtered): Update.
3172 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
3173 * ui-out.h (enum ui_out_flag) <unfiltered_output,
3174 disallow_ui_out_field>: New constants.
3175 (enum class field_kind): New.
3176 (struct base_field_s, struct signed_field_s): New.
3177 (signed_field): New function.
3178 (struct string_field_s): New.
3179 (string_field): New function.
3180 (struct styled_string_s): New.
3181 (styled_string): New function.
3182 (class ui_out) <message>: Add comment.
3183 <vmessage, call_do_message>: New methods.
3184 <do_message>: Add style parameter.
3185 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
3186 methods.
3187 (ui_out::message): Rewrite.
3188 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
3189 parameter.
3190 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
3191 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
3192 gdb_extensions parameter.
3193 (class format_piece): Add parameter to constructor.
3194 (n_int_args): New field.
3195 * gdbsupport/format.c (format_pieces::format_pieces): Add
3196 gdb_extensions parameter. Handle '*'.
3197 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
3198 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
3199 vfprintf_styled_no_gdbfmt.
3200 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
3201 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
3202 unfiltered output.
3203 * ui-style.h (struct ui_file_style) <ptr>: New method.
3204
3205 2019-10-01 Tom Tromey <tom@tromey.com>
3206
3207 * unittests/format_pieces-selftests.c: Update. Add final format.
3208 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
3209 empty literal pieces.
3210
3211 2019-10-01 Tom Tromey <tom@tromey.com>
3212
3213 * ui-out.h (enum class ui_out_style_kind): Remove.
3214 (class ui_out) <field_string, field_stsream, do_field_string>:
3215 Change type of "style".
3216 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
3217 (ui_out::field_string): Update.
3218 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
3219 of "style".
3220 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
3221 * tracepoint.c (print_one_static_tracepoint_marker): Update.
3222 * stack.c (print_frame_arg, print_frame_info, print_frame):
3223 Update.
3224 * source.c (print_source_lines_base): Update.
3225 * solib.c (info_sharedlibrary_command): Update.
3226 * skip.c (info_skip_command): Update.
3227 * record-btrace.c (btrace_call_history_src_line)
3228 (btrace_call_history): Update.
3229 * python/py-framefilter.c (py_print_frame): Update.
3230 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
3231 "style".
3232 * mi/mi-out.c (mi_ui_out::do_table_header)
3233 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
3234 (mi_ui_out::do_field_string): Update.
3235 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3236 Update.
3237 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
3238 "style".
3239 * cli-out.c (cli_ui_out::do_table_header)
3240 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
3241 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
3242 (cli_ui_out::do_field_fmt): Update.
3243 * breakpoint.c (print_breakpoint_location): Update.
3244 (update_static_tracepoint): Update.
3245
3246 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3247
3248 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
3249 conversion of gdb_datadir.
3250 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
3251 remove not needed c_str ().
3252
3253 2019-09-30 Ali Tamur <tamur@google.com>
3254
3255 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
3256 (dwarf2_string_attr): Likewise.
3257
3258 2019-09-30 Ali Tamur <tamur@google.com>
3259
3260 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
3261 (process_full_type_unit): Likewise.
3262 (dump_die_shallow): Likewise.
3263 (cu_debug_loc_section): Likewise.
3264
3265 2019-09-28 Christian Biesinger <cbiesinger@google.com>
3266
3267 * minsyms.c (compare_minimal_symbols): Rename to...
3268 (minimal_symbol_is_less_than): ...this, and adjust to STL
3269 conventions (return bool, take arguments as references)
3270 (minimal_symbol_reader::install): Call std::sort instead
3271 of qsort.
3272
3273 2019-09-29 Christian Biesinger <cbiesinger@google.com>
3274
3275 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
3276 hash and why.
3277 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
3278 msymbol_hash, msymbol_demangled_hash>: Improve comments.
3279
3280 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
3281
3282 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
3283 * psympriv.h (add_psymbol_to_list): Move comment here and update
3284 it.
3285
3286 2019-09-29 Tom de Vries <tdevries@suse.de>
3287
3288 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
3289 Use $tmpdir/$(basename "$output_file").dwz instead of
3290 "${output_file}.dwz".
3291
3292 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
3293
3294 PR gdb/25045
3295 * hppa-linux-nat.c: Include gdbarch.h.
3296
3297 2019-09-26 Christian Biesinger <cbiesinger@google.com>
3298
3299 * blockframe.c (find_pc_partial_function): Change return type to bool.
3300 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
3301 * minsyms.c (in_gnu_ifunc_stub): Likewise.
3302 (stub_gnu_ifunc_resolve_name): Likewise.
3303 * symtab.c (compare_filenames_for_search): Likewise.
3304 (compare_glob_filenames_for_search): Likewise.
3305 (matching_obj_sections): Likewise.
3306 (symbol_matches_domain): Likewise.
3307 (find_line_symtab): Change out param EXACT_MATCH to bool *.
3308 (find_line_pc): Change return type to bool.
3309 (find_line_pc_range): Likewise.
3310 (producer_is_realview): Likewise.
3311 * symtab.h (symbol_matches_domain): Likewise.
3312 (find_pc_partial_function): Likewise.
3313 (find_pc_line_pc_range): Likewise.
3314 (in_gnu_ifunc_stub): Likewise.
3315 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
3316 (find_line_pc): Likewise.
3317 (find_line_pc_range): Likewise.
3318 (matching_obj_sections): Likewise.
3319 (find_line_symtab): Change out parameter to bool.
3320 (producer_is_realview): Change return type to bool.
3321 (compare_filenames_for_search): Likewise.
3322 (compare_glob_filenames_for_search): Likewise.
3323
3324 2019-09-26 Tom Tromey <tom@tromey.com>
3325
3326 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
3327 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
3328 * gdb_usleep.h: Remove.
3329 * gdb_usleep.c: Remove.
3330 * utils.c: Don't include gdb_usleep.h.
3331
3332 2019-09-26 Tom Tromey <tromey@adacore.com>
3333
3334 * python/py-type.c (type_to_type_object): Call check_typedef
3335 for stub types.
3336
3337 2019-09-26 Tom Tromey <tom@tromey.com>
3338
3339 * utils.h (initialize_utils): Don't declare.
3340 * top.c (gdb_init): Don't call initialize_utils.
3341 * utils.c (initialize_utils): Remove. Move contents...
3342 (_initialize_utils): ... here.
3343
3344 2019-09-25 Tom Tromey <tom@tromey.com>
3345
3346 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
3347 * utils.h (make_hex_string): Don't declare.
3348 * utils.c (make_hex_string): Remove.
3349
3350 2019-09-24 Tom de Vries <tdevries@suse.de>
3351
3352 PR gdb/23815
3353 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
3354 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
3355
3356 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
3357
3358 * NEWS: Mention new simulator port for PRU.
3359
3360 2019-09-23 Christian Biesinger <cbiesinger@google.com>
3361
3362 * ada-exp.y (write_object_remaining): Update.
3363 * ada-lang.c (ada_decode): Return a std::string instead of a char*
3364 and eliminate the static buffer.
3365 (ada_decode_symbol): Update.
3366 (ada_la_decode): Update.
3367 (ada_sniff_from_mangled_name): Update.
3368 (is_valid_name_for_wild_match): Update.
3369 (ada_lookup_name_info::matches): Update and simplify.
3370 (name_matches_regex): Update.
3371 (ada_add_global_exceptions): Update.
3372 * ada-lang.h (ada_decode): Update signature.
3373 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
3374 * dwarf-index-write.c (debug_names::insert): Update.
3375
3376 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3377
3378 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
3379 formatting.
3380
3381 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3382
3383 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
3384 Change "nonzero" to "true" in documentation.
3385
3386 2019-09-20 Christian Biesinger <cbiesinger@google.com>
3387
3388 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
3389 (_initialize_darwin_solib): Don't set
3390 darwin_so_ops.lookup_lib_global_symbol.
3391 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
3392 set_gdbarch_iterate_over_objfiles_in_search_order.
3393 (elf_lookup_lib_symbol): Rename to...
3394 (svr4_iterate_over_objfiles_in_search_order): this, and update
3395 to iterate semantics.
3396 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
3397 * solib.c (solib_global_lookup): Remove.
3398 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
3399 (solib_global_lookup): Remove.
3400 * symtab.c (lookup_global_or_static_symbol): Remove call to
3401 solib_global_lookup.
3402
3403 2019-09-20 Joel Brobecker <brobecker@adacore.com>
3404
3405 * NEWS: Move entries about default MI version now being
3406 version 3, and about the GDB/MI fix for multi-location
3407 breakpoints to the "since GDB 8.3" section.
3408
3409 2019-09-20 Joel Brobecker <brobecker@adacore.com>
3410
3411 GDB 8.3.1 released.
3412
3413 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3414
3415 * NEWS: Mention that Cell/B.E. debugging support was removed.
3416 * MAINTAINERS: Remove spu target.
3417
3418 * config/djgpp/fnchange.lst: Remove entries for removed files.
3419
3420 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
3421 spu-multiarch.o, and spu-tdep.o.
3422 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
3423 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
3424 spu-multiarch.c, and spu-tdep.c.
3425 * spu-linux-nat.c: Remove file.
3426 * spu-multiarch.c: Remove file.
3427 * spu-tdep.c: Remove file.
3428 * spu-tdep.h: Remove file.
3429 * solib-spu.c: Remove file.
3430 * solib-spu.h: Remove file.
3431
3432 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
3433 * configure.nat (spu-linux): Remove.
3434 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
3435 solib-multiarch.o from gdb_target_obs.
3436 (spu*-*-*): Remove.
3437
3438 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
3439 feature flag.
3440 (ppc_linux_no_features): Update.
3441 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
3442 Cell/B.E. support.
3443 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
3444 (tdesc_powerpc_cell64l): Likewise.
3445 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
3446 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
3447 Cell/B.E. support.
3448 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
3449 Do not include "features/rs6000/powerpc-cell32l.c" or
3450 "features/rs6000/powerpc-cell64l.c".
3451 (ppc_linux_spu_section): Remove.
3452 (ppc_linux_core_read_description): Remove Cell/B.E. support.
3453 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
3454 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
3455 (ppc_linux_spe_context_lookup): Remove.
3456 (ppc_linux_spe_context_inferior_created): Remove.
3457 (ppc_linux_spe_context_solib_loaded): Remove.
3458 (ppc_linux_spe_context_solib_unloaded): Remove.
3459 (ppc_linux_spe_context): Remove.
3460 (struct ppu2spu_cache): Remove.
3461 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
3462 (struct ppu2spu_data): Remove.
3463 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
3464 ppu2spu_unwind): Remove.
3465 (ppc_linux_init_abi): Remove Cell/B.E. support.
3466 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
3467
3468 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
3469 (rs6000/powerpc-cell64l-expedite): Likewise
3470 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
3471 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
3472 rs6000/powerpc-cell64l.xml.
3473 * features/rs6000/powerpc-cell32l.xml: Remove.
3474 * features/rs6000/powerpc-cell64l.xml: Likewise.
3475 * features/rs6000/powerpc-cell32l.c: Remove generated file.
3476 * features/rs6000/powerpc-cell64l.c: Likewise.
3477 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
3478 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
3479 * regformats/reg-spu.dat: Remove.
3480
3481 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
3482 * corelow.c (struct spuid_list): Remove.
3483 (add_to_spuid_list): Remove.
3484 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3485 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
3486 (remote_protocol_features): Remove associated entries.
3487 (_initialize_remote): No longer initialize them.
3488 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3489 * linux-nat.c (SPUFS_MAGIC): Remove.
3490 (linux_proc_xfer_spu): Remove.
3491 (spu_enumerate_spu_ids): Remove.
3492 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3493 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
3494 (linux_make_corefile_notes): No longer call it.
3495
3496 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
3497 (cooked_write_test): Likewise.
3498
3499 2019-09-20 Tom Tromey <tom@tromey.com>
3500
3501 * NEWS: Mention case-sensitivity of TUI commands.
3502 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
3503 (tui_set_win_height_command, parse_scrolling_args): Likewise.
3504 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
3505
3506 2019-09-20 Tom Tromey <tom@tromey.com>
3507
3508 * tui/tui-source.c (tui_source_window::set_contents): Use
3509 make_unique_xstrdup.
3510 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
3511 make_unique_xstrdup.
3512
3513 2019-09-20 Tom Tromey <tom@tromey.com>
3514
3515 * tui/tui-data.c: Remove separator comments.
3516 * tui/tui-layout.c: Remove separator comments.
3517 * tui/tui-win.c: Remove separator comments.
3518 * tui/tui-wingeneral.c: Remove separator comments.
3519
3520 2019-09-20 Tom Tromey <tom@tromey.com>
3521
3522 * tui/tui.h (strcat_to_buf): Don't declare.
3523 * tui/tui.c (strcat_to_buf): Remove.
3524
3525 2019-09-20 Tom Tromey <tom@tromey.com>
3526
3527 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
3528 from "fullname".
3529 * tui/tui-source.c (tui_source_window::set_contents)
3530 (tui_source_window::location_matches_p)
3531 (tui_source_window::maybe_update): Update.
3532
3533 2019-09-20 Tom Tromey <tom@tromey.com>
3534
3535 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
3536 Update.
3537 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
3538 prefix.
3539 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
3540 (tui_data_window::line_from_reg_element_no)
3541 (tui_data_window::first_reg_element_no_inline)
3542 (tui_data_window::show_registers)
3543 (tui_data_window::show_register_group)
3544 (tui_data_window::display_registers_from)
3545 (tui_data_window::display_registers_from_line)
3546 (tui_data_window::first_data_item_displayed)
3547 (tui_data_window::delete_data_content_windows)
3548 (tui_data_window::erase_data_content)
3549 (tui_data_window::do_scroll_vertical)
3550 (tui_data_window::refresh_window)
3551 (tui_data_window::check_register_values): Update.
3552
3553 2019-09-20 Tom Tromey <tom@tromey.com>
3554
3555 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
3556 (struct tui_locator_window) <full_name, proc_name>: Now
3557 std::string.
3558 * tui/tui-stack.c (tui_locator_window::make_status_line)
3559 (tui_locator_window::set_locator_fullname)
3560 (tui_locator_window::set_locator_info): Update.
3561 * tui/tui-source.c (tui_source_window::set_contents)
3562 (tui_source_window::showing_source_p): Update.
3563
3564 2019-09-20 Tom Tromey <tom@tromey.com>
3565
3566 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
3567 Don't call tui_locator_win_info_ptr.
3568
3569 2019-09-20 Tom Tromey <tom@tromey.com>
3570
3571 * tui/tui-win.c (tui_resize_all): Don't call refresh.
3572
3573 2019-09-20 Tom Tromey <tom@tromey.com>
3574
3575 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
3576 height for locator.
3577 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
3578 * tui/tui-layout.c (show_source_disasm_command, show_data)
3579 (show_source_or_disasm_and_command): Use 1 as height for locator.
3580
3581 2019-09-20 Tom Tromey <tom@tromey.com>
3582
3583 * tui/tui.c (tui_enable): Update.
3584 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
3585 Update.
3586 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
3587 Update.
3588 * tui/tui-data.c (win_resized): Now bool.
3589 (tui_win_resized): Return bool.
3590 (tui_set_win_resized_to): Accept a bool.
3591
3592 2019-09-20 Tom Tromey <tom@tromey.com>
3593
3594 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
3595 Change type of "refresh_values_only".
3596 * tui/tui-regs.c (tui_data_window::show_register_group): Change
3597 type of "refresh_values_only".
3598
3599 2019-09-20 Tom Tromey <tom@tromey.com>
3600
3601 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
3602 std::string.
3603 (tui_disassemble): Add "pos" parameter.
3604 (tui_disasm_window::set_contents): Simplify.
3605
3606 2019-09-20 Tom Tromey <tom@tromey.com>
3607
3608 * tui/tui-winsource.h (struct tui_source_window_base)
3609 <show_source_content>: Now private.
3610 * tui/tui-winsource.c
3611 (tui_source_window_base::show_source_content): Don't handle empty
3612 content case.
3613
3614 2019-09-20 Tom Tromey <tom@tromey.com>
3615
3616 * tui/tui-layout.c (show_source_disasm_command)
3617 (show_source_or_disasm_and_command): Don't call
3618 show_source_content.
3619
3620 2019-09-20 Tom Tromey <tom@tromey.com>
3621
3622 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
3623 Declare.
3624 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
3625 from tui_make_status_line.
3626 (tui_locator_window::rerender): Update.
3627
3628 2019-09-20 Tom Tromey <tom@tromey.com>
3629
3630 * tui/tui-stack.c (tui_make_status_line): Return std::string.
3631 (tui_locator_window::rerender): Update.
3632
3633 2019-09-20 Tom Tromey <tom@tromey.com>
3634
3635 * tui/tui-winsource.h (struct tui_source_window_base)
3636 <~tui_source_window_base>: Don't declare.
3637 <fullname>: Remove.
3638 * tui/tui-winsource.c (~tui_source_window_base): Remove.
3639 * tui/tui-source.h (struct tui_source_window) <fullname>: New
3640 member.
3641 * tui/tui-source.c (tui_source_window::set_contents): Update.
3642 (tui_source_window::location_matches_p)
3643 (tui_source_window::maybe_update): Update.
3644
3645 2019-09-20 Tom Tromey <tom@tromey.com>
3646
3647 * tui/tui-winsource.h (~tui_source_element): Remove.
3648 (tui_source_element): Update.
3649 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
3650 * tui/tui-winsource.c (tui_show_source_line): Update.
3651 * tui/tui-source.c (tui_source_window::set_contents): Update.
3652 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3653
3654 2019-09-20 Tom Tromey <tom@tromey.com>
3655
3656 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
3657 declare.
3658 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
3659 tui_clear_source_windows_detail.
3660 * tui/tui-winsource.h (struct tui_source_window_base)
3661 <clear_detail>: Don't declare.
3662 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
3663 Remove.
3664 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
3665
3666 2019-09-20 Tom Tromey <tromey@adacore.com>
3667
3668 PR ada/24919:
3669 * block.c (contained_in): Fix final return value.
3670
3671 2019-09-20 Alan Modra <amodra@gmail.com>
3672
3673 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
3674 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
3675 (read_indirect_string_from_dwz): Use bfd accessor.
3676 * dwarf2read.h (struct dwz_file <filename>): Likewise.
3677 * machoread.c (macho_symfile_read_all_oso): Likewise.
3678 * solib.c (solib_bfd_open): Likewise.
3679
3680 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3681
3682 * eval.c: Move declaration of overload_resolution to...
3683 * value.h: ...here.
3684
3685 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3686
3687 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
3688 * arm-linux-tdep.c: Likewise.
3689 * arm-nbsd-nat.c: Likewise.
3690 * arm-tdep.h: Declare arm_apcs_32.
3691 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
3692
3693 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3694
3695 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
3696 * dwarf2read.h: Declare dwarf_always_disassemble.
3697
3698 2019-09-19 Tom de Vries <tdevries@suse.de>
3699
3700 PR gdb/25009
3701 * source-cache.c (source_cache::ensure): Catch exception thrown during
3702 construction of the highlighter.
3703
3704 2019-09-18 Alan Modra <amodra@gmail.com>
3705
3706 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
3707 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
3708 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
3709 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
3710 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
3711 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
3712 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
3713 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
3714 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
3715 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
3716 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
3717 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
3718 * solib-spu.c, * solib-svr4.c, * solib-target.c,
3719 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
3720 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
3721 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
3722 * mi/mi-interp.c: Update throughout for bfd section macro and
3723 function changes.
3724 * gcore (gcore_create_callback): Use bfd_set_section_lma.
3725 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
3726
3727 2019-09-18 Tom Tromey <tom@tromey.com>
3728
3729 * NEWS: Add entry.
3730 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
3731 call rl_initialize.
3732 (tui_enable): Do not call rl_initialize.
3733
3734 2019-09-18 Christian Groessler <chris@groessler.org>
3735
3736 * alpha-linux-nat.c: Include gdbarch.h.
3737
3738 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
3739
3740 * ui-file.c: Include cli/cli-style.h.
3741 (term_cli_styling): Remove cli_styling declaration.
3742
3743 2019-09-18 Alan Modra <amodra@gmail.com>
3744
3745 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
3746 to bfd_asymbol_section.
3747
3748 2019-09-18 Alan Modra <amodra@gmail.com>
3749
3750 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
3751 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
3752 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
3753
3754 2019-09-18 Alan Modra <amodra@gmail.com>
3755
3756 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
3757 * spu-linux-nat.c (spu_bfd_open): Likewise.
3758
3759 2019-09-18 Christian Biesinger <cbiesinger@google.com>
3760
3761 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
3762 to bool to match definition in dwarf2read.c.
3763
3764 2019-09-17 Christian Biesinger <cbiesinger@google.com>
3765
3766 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
3767 (print_signatures): Likewise.
3768 (trust_pad_over_xvs): Likewise.
3769 * arch/aarch64-insn.c (aarch64_debug): Likewise.
3770 * arch/aarch64-insn.h (aarch64_debug): Likewise.
3771 * arm-linux-nat.c (arm_apcs_32): Likewise.
3772 * arm-linux-tdep.c (arm_apcs_32): Likewise.
3773 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
3774 * arm-tdep.c (arm_debug): Likewise.
3775 (arm_apcs_32): Likewise.
3776 * auto-load.c (debug_auto_load): Likewise.
3777 (auto_load_gdb_scripts): Likewise.
3778 (global_auto_load): Likewise.
3779 (auto_load_local_gdbinit): Likewise.
3780 (auto_load_local_gdbinit_loaded): Likewise.
3781 * auto-load.h (global_auto_load): Likewise.
3782 (auto_load_local_gdbinit): Likewise.
3783 (auto_load_local_gdbinit_loaded): Likewise.
3784 * breakpoint.c (disconnected_dprintf): Likewise.
3785 (breakpoint_proceeded): Likewise.
3786 (automatic_hardware_breakpoints): Likewise.
3787 (always_inserted_mode): Likewise.
3788 (target_exact_watchpoints): Likewise.
3789 (_initialize_breakpoint): Update.
3790 * breakpoint.h (target_exact_watchpoints): Change to bool.
3791 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
3792 * cli/cli-cmds.c (trace_commands): Likewise.
3793 * cli/cli-cmds.h (trace_commands): Likewise.
3794 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
3795 to bool*.
3796 * cli/cli-logging.c (logging_overwrite): Change to bool.
3797 (logging_redirect): Likewise.
3798 (debug_redirect): Likewise.
3799 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
3800 (struct boolean_option_def) <get_var_address_cb_>: Change return type
3801 to bool.
3802 <boolean_option_def>: Update.
3803 (struct flag_option_def): Change default type of Context to bool
3804 from int.
3805 <flag_option_def>: Change return type of var_address_cb_ to bool*.
3806 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
3807 (get_setshow_command_value_string): Likewise.
3808 * cli/cli-style.c (cli_styling): Change to bool.
3809 (source_styling): Likewise.
3810 * cli/cli-style.h (source_styling): Likewise.
3811 (cli_styling): Likewise.
3812 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
3813 to bool.
3814 * command.h (var_types): Update comment.
3815 (add_setshow_boolean_cmd): Change int* var argument to bool*.
3816 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
3817 bool.
3818 (debug_compile_cplus_scopes): Likewise.
3819 * compile/compile-internal.h (compile_debug): Likewise.
3820 * compile/compile.c (compile_debug): Likewise.
3821 (struct compile_options) <raw>: Likewise.
3822 * cp-support.c (catch_demangler_crashes): Likewise.
3823 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
3824 (usr_cmd_cris_dwarf2_cfi): Likewise.
3825 * csky-tdep.c (csky_debug): Likewise.
3826 * darwin-nat.c (enable_mach_exceptions): Likewise.
3827 * dcache.c (dcache_enabled_p): Likewise.
3828 * defs.h (info_verbose): Likewise.
3829 * demangle.c (demangle): Likewise.
3830 (asm_demangle): Likewise.
3831 * dwarf-index-cache.c (debug_index_cache): Likewise.
3832 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
3833 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
3834 * dwarf2read.c (check_physname): Likewise.
3835 (use_deprecated_index_sections): Likewise.
3836 (dwarf_always_disassemble): Likewise.
3837 * eval.c (overload_resolution): Likewise.
3838 * event-top.c (set_editing_cmd_var): Likewise.
3839 (exec_done_display_p): Likewise.
3840 * event-top.h (set_editing_cmd_var): Likewise.
3841 (exec_done_display_p): Likewise.
3842 * exec.c (write_files): Likewise.
3843 * fbsd-nat.c (debug_fbsd_lwp): Likewise
3844 (debug_fbsd_nat): Likewise.
3845 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
3846 Likewise.
3847 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
3848 <backtrace_past_entry> Likewise.
3849 * gdb-demangle.h (demangle): Likewise.
3850 (asm_demangle): Likewise.
3851 * gdb_bfd.c (bfd_sharing): Likewise.
3852 * gdbcore.h (write_files): Likewise.
3853 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
3854 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
3855 * gdbthread.h (print_thread_events): Likewise.
3856 * gdbtypes.c (opaque_type_resolution): Likewise.
3857 (strict_type_checking): Likewise.
3858 * gnu-nat.c (gnu_debug_flag): Likewise.
3859 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
3860 * guile/scm-param.c (pascm_variable): Add boolval.
3861 (add_setshow_generic): Update.
3862 (pascm_param_value): Update.
3863 (pascm_set_param_value_x): Update.
3864 * hppa-tdep.c (hppa_debug): Change to bool..
3865 * infcall.c (may_call_functions_p): Likewise.
3866 (coerce_float_to_double_p): Likewise.
3867 (unwind_on_signal_p): Likewise.
3868 (unwind_on_terminating_exception_p): Likewise.
3869 * infcmd.c (startup_with_shell): Likewise.
3870 * inferior.c (print_inferior_events): Likewise.
3871 * inferior.h (startup_with_shell): Likewise.
3872 (print_inferior_events): Likewise.
3873 * infrun.c (step_stop_if_no_debug): Likewise.
3874 (detach_fork): Likewise.
3875 (debug_displaced): Likewise.
3876 (disable_randomization): Likewise.
3877 (non_stop): Likewise.
3878 (non_stop_1): Likewise.
3879 (observer_mode): Likewise.
3880 (observer_mode_1): Likewise.
3881 (set_observer_mode): Update.
3882 (sched_multi): Change to bool.
3883 * infrun.h (debug_displaced): Likewise.
3884 (sched_multi): Likewise.
3885 (step_stop_if_no_debug): Likewise.
3886 (non_stop): Likewise.
3887 (disable_randomization): Likewise.
3888 * linux-tdep.c (use_coredump_filter): Likewise.
3889 (dump_excluded_mappings): Likewise.
3890 * linux-thread-db.c (auto_load_thread_db): Likewise.
3891 (check_thread_db_on_load): Likewise.
3892 * main.c (captured_main_1): Update.
3893 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
3894 xx2_opt, boolean_opt>: Change to bool.
3895 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
3896 * maint.c (maintenance_profile_p): Likewise.
3897 (per_command_time): Likewise.
3898 (per_command_space): Likewise.
3899 (per_command_symtab): Likewise.
3900 * memattr.c (inaccessible_by_default): Likewise.
3901 * mi/mi-main.c (mi_async): Likewise.
3902 (mi_async_1): Likewise.
3903 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
3904 * nat/fork-inferior.h (startup_with_shell): Likewise.
3905 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
3906 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
3907 * nios2-tdep.c (nios2_debug): Likewise.
3908 * or1k-tdep.c (or1k_debug): Likewise.
3909 * parse.c (parser_debug): Likewise.
3910 * parser-defs.h (parser_debug): Likewise.
3911 * printcmd.c (print_symbol_filename): Likewise.
3912 * proc-api.c (procfs_trace): Likewise.
3913 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
3914 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
3915 (set_parameter_value): Update.
3916 (add_setshow_generic): Update.
3917 * python/py-value.c (copy_py_bool_obj): Change argument from int*
3918 to bool*.
3919 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
3920 int*.
3921 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
3922 * record-btrace.c (record_btrace_target::store_registers): Update.
3923 * record-full.c (record_full_memory_query): Change to bool.
3924 (record_full_stop_at_limit): Likewise.
3925 * record-full.h (record_full_memory_query): Likewise.
3926 * remote-notif.c (notif_debug): Likewise.
3927 * remote-notif.h (notif_debug): Likewise.
3928 * remote.c (use_range_stepping): Likewise.
3929 (interrupt_on_connect): Likewise.
3930 (remote_break): Likewise.
3931 * ser-tcp.c (tcp_auto_retry): Likewise.
3932 * ser-unix.c (serial_hwflow): Likewise.
3933 * skip.c (debug_skip): Likewise.
3934 * solib-aix.c (solib_aix_debug): Likewise.
3935 * spu-tdep.c (spu_stop_on_load_p): Likewise.
3936 (spu_auto_flush_cache_p): Likewise.
3937 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
3938 Likewise.
3939 (struct info_print_options) <quiet>: Likewise.
3940 * symfile-debug.c (debug_symfile): Likewise.
3941 * symfile.c (auto_solib_add): Likewise.
3942 (separate_debug_file_debug): Likewise.
3943 * symfile.h (auto_solib_add): Likewise.
3944 (separate_debug_file_debug): Likewise.
3945 * symtab.c (basenames_may_differ): Likewise.
3946 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
3947 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
3948 (struct info_types_options) <quiet>: Likewise.
3949 * symtab.h (demangle): Likewise.
3950 (basenames_may_differ): Likewise.
3951 * target-dcache.c (stack_cache_enabled_1): Likewise.
3952 (code_cache_enabled_1): Likewise.
3953 * target.c (trust_readonly): Likewise.
3954 (may_write_registers): Likewise.
3955 (may_write_memory): Likewise.
3956 (may_insert_breakpoints): Likewise.
3957 (may_insert_tracepoints): Likewise.
3958 (may_insert_fast_tracepoints): Likewise.
3959 (may_stop): Likewise.
3960 (auto_connect_native_target): Likewise.
3961 (target_stop_and_wait): Update.
3962 (target_async_permitted): Change to bool.
3963 (target_async_permitted_1): Likewise.
3964 (may_write_registers_1): Likewise.
3965 (may_write_memory_1): Likewise.
3966 (may_insert_breakpoints_1): Likewise.
3967 (may_insert_tracepoints_1): Likewise.
3968 (may_insert_fast_tracepoints_1): Likewise.
3969 (may_stop_1): Likewise.
3970 * target.h (target_async_permitted): Likewise.
3971 (may_write_registers): Likewise.
3972 (may_write_memory): Likewise.
3973 (may_insert_breakpoints): Likewise.
3974 (may_insert_tracepoints): Likewise.
3975 (may_insert_fast_tracepoints): Likewise.
3976 (may_stop): Likewise.
3977 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
3978 (make_thread_apply_all_options_def_group): Change argument from int*
3979 to bool*.
3980 (thread_apply_all_command): Update.
3981 (print_thread_events): Change to bool.
3982 * top.c (confirm): Likewise.
3983 (command_editing_p): Likewise.
3984 (history_expansion_p): Likewise.
3985 (write_history_p): Likewise.
3986 (info_verbose): Likewise.
3987 * top.h (confirm): Likewise.
3988 (history_expansion_p): Likewise.
3989 * tracepoint.c (disconnected_tracing): Likewise.
3990 (circular_trace_buffer): Likewise.
3991 * typeprint.c (print_methods): Likewise.
3992 (print_typedefs): Likewise.
3993 * utils.c (debug_timestamp): Likewise.
3994 (sevenbit_strings): Likewise.
3995 (pagination_enabled): Likewise.
3996 * utils.h (sevenbit_strings): Likewise.
3997 (pagination_enabled): Likewise.
3998 * valops.c (overload_resolution): Likewise.
3999 * valprint.h (struct value_print_options) <prettyformat_arrays,
4000 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
4001 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
4002 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
4003 Likewise.
4004 * windows-nat.c (new_console): Likewise.
4005 (cygwin_exceptions): Likewise.
4006 (new_group): Likewise.
4007 (debug_exec): Likewise.
4008 (debug_events): Likewise.
4009 (debug_memory): Likewise.
4010 (debug_exceptions): Likewise.
4011 (useshell): Likewise.
4012 * windows-tdep.c (maint_display_all_tib): Likewise.
4013 * xml-support.c (debug_xml): Likewise.
4014
4015 2019-09-17 Mike Gulick <mgulick@mathworks.com>
4016
4017 * source.c (prepare_path_for_appending): New function.
4018 (openp): Make use of new function.
4019 (find_and_open_source): Search for the compilation directory and
4020 source file as a relative path beneath the directory search path.
4021
4022 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4023
4024 * source-cache.c (source_cache::get_line_charpos): Catch
4025 exceptions and return false, this matches the behaviour documented
4026 in the header file.
4027
4028 2019-09-17 Joel Brobecker <brobecker@adacore.com>
4029
4030 * ada-tasks.c (info_task): Remove quoting of the task's name.
4031
4032 2019-09-16 Christian Biesinger <cbiesinger@google.com>
4033
4034 * symfile.c (auto_solib_add): Replace comment with a reference
4035 to the header file.
4036
4037 2019-09-14 Christian Biesinger <cbiesinger@google.com>
4038
4039 * NEWS: Mention that gdb can now be compiled with Python 3
4040 on Windows.
4041
4042 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4043
4044 * maint.c (maint_print_section_data::maint_print_section_data):
4045 Force use of 'float log10 (float)' by casting the argument to
4046 float.
4047
4048 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4049
4050 * maint.c: Add 'cmath' include.
4051 (struct maint_print_section_data): New structure.
4052 (print_section_index): New function.
4053 (print_bfd_section_info): Add header comment, small whitespace
4054 cleanup, and update to call new print_section_index function.
4055 (print_objfile_section_info): Likewise.
4056 (maint_obj_section_from_bfd_section): New function.
4057 (print_bfd_section_info_maybe_relocated): New function.
4058 (maintenance_info_sections): Add header comment, always use
4059 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
4060
4061 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4062
4063 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
4064 inner scope, add check that the objfile has psymtabs before
4065 checking psymtabs_addrmap.
4066 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
4067
4068 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4069
4070 * NEWS: Announce that Ada task names are now shown at more places,
4071 and between quotes (except in info task output).
4072 * gdb/ada-tasks.c (task_to_str): New function.
4073 (display_current_task_id): Call task_to_str.
4074 (task_command_1): Likewise.
4075 (print_ada_task_info): In non-mi mode, Properly align headers and data
4076 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
4077
4078 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4079
4080 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
4081 prstatus.pr_lwp.pr_info instead of making it up.
4082
4083 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4084
4085 * auto-load.c (auto_load_expand_dir_vars): Update.
4086 * defs.h (gdb_datadir): Change to std::string.
4087 (python_libdir): Likewise.
4088 (relocate_gdb_directory): Change return type to std::string.
4089 * guile/guile.c (gdbscm_data_directory): Update.
4090 (initialize_scheme_side): Update.
4091 * jit.c (jit_reader_dir): Change to std::string.
4092 (jit_reader_load_command): Update.
4093 * main.c (gdb_datadir): Change to std::string.
4094 (python_libdir): Likewise.
4095 (set_gdb_data_directory): Update.
4096 (relocate_path): Change to return std::string.
4097 (relocate_gdb_directory): Change to return std::string.
4098 (relocate_gdbinit_path_maybe_in_datadir): Update.
4099 (captured_main_1): Update.
4100 * python/python.c (do_start_initialization): Update.
4101 * top.c (show_gdb_datadir): Update.
4102 * xml-syscall.c (xml_init_syscalls_info): Update.
4103 (init_syscalls_info): Update.
4104
4105 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4106
4107 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
4108 out of get_init_files.
4109 (get_init_files): Update.
4110
4111 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4112
4113 * main.c (get_init_files): Change to use std::string.
4114 (captured_main_1): Update.
4115 (print_gdb_help): Update.
4116
4117 2019-09-11 Ali Tamur <tamur@google.com>
4118
4119 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
4120 implementation.
4121
4122 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4123
4124 * dbxread.c (read_dbx_symtab): Update.
4125 * dwarf2read.c (load_partial_dies): Update.
4126 * mdebugread.c (parse_partial_symbols): Update.
4127 (handle_psymbol_enumerators): Update.
4128 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
4129 * psymtab.c (add_psymbol_to_bcache): Likewise.
4130 (add_psymbol_to_list): Likewise.
4131 * symtab.c (symbol_set_names): Likewise.
4132 * symtab.h (symbol_set_names): Likewise.
4133 * xcoffread.c (scan_xcoff_symtab): Update.
4134
4135 2019-09-11 Tom Tromey <tom@tromey.com>
4136
4137 * symfile-mem.c (symbol_file_add_from_memory): Use
4138 bfd_set_filename.
4139 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
4140 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
4141
4142 2019-09-10 Tom Tromey <tromey@adacore.com>
4143
4144 * dwarf-index-write.c (write_psymbols): Extend error message.
4145 (debug_names::insert): Add Ada code.
4146 (debug_names::write_psymbols): Remove Ada check.
4147 (debug_names) <m_string_obstack>: New member.
4148 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
4149 (gdb_index_symbol_name_matcher::matches): Remove.
4150 (mapped_index_base::find_name_components_bounds): Add "lang"
4151 parameter.
4152 (mapped_index_base::build_name_components): Also split names
4153 according to Ada syntax.
4154 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
4155 type of "match_callback".
4156 (check_match, check_find_bounds_finds)
4157 (dw2_expand_symtabs_matching): Update.
4158 (dw2_debug_names_iterator): Add new constructor.
4159 (dw2_debug_names_map_matching_symbols): New function.
4160 (dw2_debug_names_expand_symtabs_matching): Update.
4161 (dwarf2_debug_names_functions): Use
4162 dw2_debug_names_map_matching_symbols.
4163
4164 2019-09-10 Tom Tromey <tromey@adacore.com>
4165
4166 * dwarf2read.c (dw2_get_file_names_reader): Add the
4167 CU's file name to the results.
4168
4169 2019-09-10 Tom Tromey <tromey@adacore.com>
4170
4171 * ada-lang.c (add_nonlocal_symbols): Combine calls to
4172 map_matching_symbols. Update.
4173 * dwarf2read.c (dw2_map_matching_symbols): Update.
4174 * psymtab.c (match_partial_symbol): Change type; update.
4175 (psym_map_matching_symbols): Likewise.
4176 * symfile-debug.c (debug_qf_map_matching_symbols): Change
4177 type; update.
4178 * symfile.h (struct quick_symbol_functions)
4179 <map_matching_symbols>: Change "name" to be a lookup_name_info.
4180 Remove "match".
4181
4182 2019-09-10 Tom Tromey <tromey@adacore.com>
4183
4184 * psymtab.c (map_block): Remove.
4185 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
4186 * symtab.c (iterate_over_symbols_terminated): New function.
4187 * symtab.c (iterate_over_symbols_terminated): Declare.
4188
4189 2019-09-10 Tom Tromey <tromey@adacore.com>
4190
4191 * ada-lang.c (ada_iterate_over_symbols): Return bool.
4192 * language.h (struct language_defn) <la_iterate_over_symbols>:
4193 Return bool.
4194 * symtab.c (iterate_over_symbols): Return bool.
4195 * symtab.h (iterate_over_symbols): Return bool.
4196
4197 2019-09-10 Tom Tromey <tromey@adacore.com>
4198
4199 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
4200 (add_nonlocal_symbols): Update.
4201 * dwarf2read.c (dw2_map_matching_symbols): Change type.
4202 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
4203 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
4204 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
4205 Change type of "callback". Remove "data".
4206
4207
4208 2019-09-09 Ali Tamur <tamur@google.com>
4209
4210 * dwarf2read.c (comp_unit_head): Update comment.
4211 (dwarf2_dwo_name): New function declaration.
4212 (dwarf_unit_type_name): New function declaration.
4213 (read_comp_unit_head): Add support for new compilation units,
4214 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
4215 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
4216 (currently named as "signature") in their header. Also clarify error
4217 messages.
4218 (lookup_dwo_id): New function. Returns the dwo id of the given
4219 compile unit.
4220 (lookup_dwo_unit): Use the new lookup_dwo_id function.
4221 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
4222 functions.
4223 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
4224 (dwarf2_dwo_name): Get the dwo name if present.
4225 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
4226 purposes.
4227
4228 2019-09-09 Tom Tromey <tom@tromey.com>
4229
4230 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
4231
4232 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4233
4234 * python/python.c (do_start_initialization): Make progname_copy static,
4235 to avoid a leak report.
4236
4237 2019-09-08 Tom Tromey <tom@tromey.com>
4238
4239 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
4240
4241 2019-09-07 Simon Marchi <simon.marchi@efficios.com>
4242
4243 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
4244 Change type to gdb::optional<block_enum>.
4245 (dw2_symtab_iter_init): Change block_index parameter type
4246 to gdb::optional<block_enum>.
4247 (dw2_lookup_symbol): Change block_index parameter
4248 type to block_enum.c
4249 (dw2_debug_names_lookup_symbol): Likewise.
4250 * psymtab.c (psym_lookup_symbol): Likewise.
4251 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
4252 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
4253 Likewise.
4254
4255 2019-09-06 Christian Biesinger <cbiesinger@google.com>
4256
4257 * defs.h (relocate_gdb_directory): Change int to bool in
4258 signature and rename flag to relocatable.
4259 * main.c (relocate_path): Likewise.
4260 (relocate_gdb_directory): Likewise.
4261
4262 2019-09-06 Alan Modra <amodra@gmail.com>
4263
4264 * coffread.c (coff_symfile_read): Constify filename variable.
4265 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
4266 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
4267 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
4268 * solib.c (reload_shared_libraries_1): Likewise.
4269 * symfile.c (reread_symbols): Likewise.
4270 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
4271 * solib-darwin.c (darwin_bfd_open): Likewise.
4272 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
4273
4274 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
4275
4276 * psymtab.c (print_partial_symbols): Handle missing domain_enum
4277 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
4278
4279 2019-09-03 Tom Tromey <tromey@adacore.com>
4280
4281 * ada-valprint.c (ada_val_print_num): Don't recurse for range
4282 types.
4283 (has_negatives): Unbias a range type bound.
4284 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
4285 * gdbtypes.c (operator==): Handle new field.
4286 (create_range_type): Add "bias" parameter.
4287 (create_static_range_type, resolve_dynamic_range): Update.
4288 * gdbtypes.h (struct range_bounds) <bias>: New member.
4289 (create_range_type): Add bias parameter.
4290 * printcmd.c (print_scalar_formatted): Unbias range types.
4291 * value.c (unpack_long): Unbias range types.
4292 (pack_long): Bias range types.
4293
4294 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4295
4296 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
4297 probe arguments.
4298
4299 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4300
4301 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
4302 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
4303 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
4304 (compile_probe_arg): Likewise.
4305 * probe.h (get_argument_count): Likewise.
4306 * solib-svr4.c (solib_event_probe_action): Likewise.
4307 * stap-probe.c (stap_probe::get_argument_count): Likewise.
4308
4309 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4310
4311 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
4312 code to here...
4313 (svr4_create_solib_event_breakpoints): ...from here.
4314
4315 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
4316
4317 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
4318 suffix from warning message.
4319
4320 2019-08-30 Tom Tromey <tom@tromey.com>
4321
4322 * tui/tui-winsource.h (struct tui_source_window_base)
4323 <refresh_all>: Don't declare.
4324 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
4325 Remove.
4326 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
4327 tui_show_locator_content.
4328 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
4329 declare.
4330 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
4331 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
4332 declare.
4333
4334 2019-08-30 Tom Tromey <tom@tromey.com>
4335
4336 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
4337
4338 2019-08-30 Tom Tromey <tom@tromey.com>
4339
4340 * tui/tui-stack.c (_initialize_tui_stack): Move later.
4341 Remove unnecessary forward declarations.
4342
4343 2019-08-30 Tom Tromey <tom@tromey.com>
4344
4345 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
4346 rerender.
4347 (tui_update_locator_fullname, tui_show_frame_info): Don't call
4348 tui_show_locator_content.
4349
4350 2019-08-30 Tom Tromey <tom@tromey.com>
4351
4352 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
4353 (tui_locator_window::rerender): Rewrite using body of previous
4354 tui_show_locator_content.
4355
4356 2019-08-30 Tom Tromey <tom@tromey.com>
4357
4358 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
4359 set_locator_fullname>: New methods.
4360 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
4361 Rename from tui_set_locator_fullname.
4362 (tui_locator_window::set_locator_info): Rename from
4363 tui_set_locator_info. Return bool.
4364 (tui_update_locator_fullname, tui_show_frame_info): Update.
4365
4366 2019-08-30 Tom Tromey <tom@tromey.com>
4367
4368 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
4369
4370 2019-08-30 Tom Tromey <tom@tromey.com>
4371
4372 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
4373 call touchwin.
4374
4375 2019-08-30 Tom Tromey <tom@tromey.com>
4376
4377 * tui/tui-wingeneral.c (box_win): Assume win_info and
4378 win_info->handle cannot be NULL.
4379
4380 2019-08-30 Tom Tromey <tom@tromey.com>
4381
4382 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
4383 refresh_window>: Declare.
4384 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
4385 resize.
4386 (tui_data_item_window::rerender): Rename from
4387 tui_display_register.
4388 (tui_data_item_window::refresh_window): New method.
4389 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
4390 no-op.
4391
4392 2019-08-30 Tom Tromey <tom@tromey.com>
4393
4394 * tui/tui-regs.h (struct tui_data_window) <regs_content,
4395 regs_column_count, current_group>: Move later. Now private.
4396 <get_current_group>: New method.
4397 * tui/tui-regs.c (tui_reg_command): Update.
4398 * tui/tui-layout.c (tui_set_layout): Update.
4399
4400 2019-08-30 Tom Tromey <tom@tromey.com>
4401
4402 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
4403 (tui_data_window::rerender): Don't call
4404 check_and_display_highlight_if_needed.
4405 (tui_data_window::refresh_all): Remove call to
4406 erase_data_content.
4407
4408 2019-08-30 Tom Tromey <tom@tromey.com>
4409
4410 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
4411 (tui_data_window::display_registers_from)
4412 (tui_data_window::display_reg_element_at_line)
4413 (tui_data_window::display_registers_from_line): Remove checks of
4414 "empty".
4415
4416 2019-08-30 Tom Tromey <tom@tromey.com>
4417
4418 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
4419 Don't declare.
4420 * tui/tui-regs.c (tui_data_window::show_registers): Call
4421 rerender.
4422 (tui_data_window::rerender): Rename from display_all_data.
4423 (tui_data_window::rerender): Remove old implementation.
4424
4425 2019-08-30 Tom Tromey <tom@tromey.com>
4426
4427 * tui/tui-regs.c (tui_data_window::display_all_data): Change
4428 text.
4429 * tui/tui-data.h (NO_DATA_STRING): Remove define.
4430
4431 2019-08-29 Bernhard Wodok <barto@gmx.net>
4432 Sergio Durigan Junior <sergiodj@redhat.com>
4433
4434 PR win32/24284
4435 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
4436
4437 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4438
4439 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
4440 when searching for types.
4441
4442 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4443
4444 * f-lang.c (f_language_defn): Use f_print_typedef.
4445 * f-lang.h (f_print_typedef): Declare.
4446 * f-typeprint.c (f_print_typedef): Define.
4447
4448 2019-08-27 Christian Biesinger <cbiesinger@google.com>
4449
4450 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
4451
4452 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4453
4454 * cli/cli-utils.c (info_print_options_defs): Delete.
4455 (make_info_print_options_def_group): Delete.
4456 (extract_info_print_options): Delete.
4457 (info_print_command_completer): Delete.
4458 (info_print_args_help): Add extra parameter, and optionally
4459 include text about -n flag.
4460 * cli/cli-utils.h (struct info_print_options): Delete.
4461 (extract_info_print_options): Delete declaration.
4462 (info_print_command_completer): Delete declaration.
4463 (info_print_args_help): Add extra parameter, extend header
4464 comment.
4465 * python/python.c (gdbpy_rbreak): Pass additional parameter to
4466 search_symbols.
4467 * stack.c (struct info_print_options): New type.
4468 (info_print_options_defs): New file scoped variable.
4469 (make_info_print_options_def_group): New static function.
4470 (info_print_command_completer): New static function.
4471 (info_locals_command): Update to use new local functions.
4472 (info_args_command): Likewise.
4473 (_initialize_stack): Add extra parameter to calls to
4474 info_print_args_help.
4475 * symtab.c (search_symbols): Add extra parameter, use this to
4476 possibly excluse non-debug symbols.
4477 (symtab_symbol_info): Add extra parameter, which is passed on to
4478 search_symbols.
4479 (struct info_print_options): New type.
4480 (info_print_options_defs): New file scoped variable.
4481 (make_info_print_options_def_group): New static function.
4482 (info_print_command_completer): New static function.
4483 (info_variables_command): Update to use local functions, and pass
4484 extra parameter through to symtab_symbol_info.
4485 (info_functions_command): Likewise.
4486 (info_types_command): Pass additional argument through to
4487 symtab_symbol_info.
4488 (rbreak_command): Pass extra argument to search_symbols.
4489 (_initialize_symtab): Add extra arguments for calls to
4490 info_print_args_help, and update help text for 'info variables',
4491 'whereis', and 'info functions' commands.
4492 * symtab.h (search_symbols): Add extra argument to declaration.
4493 * NEWS: Mention new flags.
4494
4495 2019-08-26 Christian Biesinger <cbiesinger@google.com>
4496
4497 * symtab.c (lookup_static_symbol): Call the new function (and move
4498 it down to be next to lookup_global_symbol).
4499 (struct global_sym_lookup_data): Add block_enum member and rename to...
4500 (struct global_or_static_sym_lookup_data): ...this.
4501 (lookup_symbol_global_iterator_cb): Pass block_index instead of
4502 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
4503 (lookup_symbol_global_or_static_iterator_cb): ...this.
4504 (lookup_global_or_static_symbol): New function.
4505 (lookup_global_symbol): Call new function.
4506
4507 2019-08-26 Tom de Vries <tdevries@suse.de>
4508
4509 PR c++/24852
4510 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
4511 when pc_probe.prob == NULL.
4512
4513 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
4514
4515 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
4516 variable symbol_linkage to symbol_linkage_.
4517
4518 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
4519
4520 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
4521 represent whether the symbol is static, dynamic, or we don't
4522 know.
4523
4524 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
4525
4526 * gdb/rx-tdep.c (rx_register_names): New.
4527 (rx_register_name): Delete.
4528 (rx_psw_type): Delete.
4529 (rx_fpsw_type): Delete.
4530 (rx_register_type): Delete.
4531 (rx_gdbarch_init): Convert target-descriptions.
4532 (_initialize_rx_tdep): Add initialize_tdesc_rx.
4533 * gdb/features/Makefile: Add rx.xml.
4534 * gdb/features/rx.xml: New.
4535 * gdb/features/rx.c: Generated.
4536 * gdb/NEWS: Mention target description support.
4537
4538 2019-08-22 Christian Biesinger <cbiesinger@google.com>
4539
4540 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
4541 *slot_ptr.
4542
4543 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4544
4545 * configure.ac: Don't check for 'dlfcn.h' (moved to
4546 gdbsupport/common.m4).
4547 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
4548 'gdbsupport/'.
4549 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
4550 * compile/compile-c-support.c: Include
4551 'gdbsupport/gdb-dlfcn.h'.
4552 * gdbsupport/common.m4: Check for 'dlfcn.h'.
4553 * gdb-dlfcn.c: Move to...
4554 * gdbsupport/gdb-dlfcn.c: ... here.
4555 * gdb-dlfcn.h: Move to...
4556 * gdbsupport/gdb-dlfcn.h: ... here.
4557
4558 2019-08-23 Sandra Loosemore <sandra@codesourcery.com>
4559
4560 * nios2-tdep.c (struct reg_value): Improve comments. Make
4561 the offset field signed.
4562
4563 2019-08-22 Christian Biesinger <cbiesinger@google.com>
4564
4565 * python/lib/gdb/__init__.py (_execute_file): New function.
4566 * python/python.c (python_run_simple_file): Call gdb._execute_file
4567 on Windows.
4568
4569 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
4570
4571 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
4572 all uses as this was never set to anything but a zero value.
4573
4574 2019-08-21 Bogdan Harjoc <harjoc@gmail.com>
4575
4576 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
4577
4578 2019-08-21 Christian Biesinger <cbiesinger@google.com>
4579
4580 * tui/tui-data.h (tui_gen_win_info): Add an =default
4581 move constructor, required by some GCC versions.
4582
4583 2019-08-21 Jinke Fan <fanjinke51@yeah.net>
4584
4585 * go32-nat.c (go32_sysinfo): Add hygon_p.
4586
4587 2019-08-20 Tom Tromey <tom@tromey.com>
4588
4589 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
4590 line_from_reg_element_no, first_reg_element_no_inline,
4591 display_all_data, delete_data_content_windows,
4592 erase_data_content>: Now private.
4593
4594 2019-08-20 Tom Tromey <tom@tromey.com>
4595
4596 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
4597 (tui_unhighlight_win, tui_highlight_win)
4598 (tui_win_info::make_window): Update.
4599 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
4600
4601 2019-08-20 Tom Tromey <tom@tromey.com>
4602
4603 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4604 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4605 (MAX_PID_WIDTH): Move to tui-stack.c.
4606 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4607 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4608 (MAX_PID_WIDTH): Move from tui-data.h.
4609
4610 2019-08-20 Tom Tromey <tom@tromey.com>
4611
4612 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
4613 * tui/tui-wingeneral.c (box_win): Change type of win_info.
4614 (box_win): Update.
4615 (tui_gen_win_info::make_window): Rename from tui_make_window.
4616 (tui_win_info::make_window): New method.
4617 (tui_gen_win_info::make_visible): Update.
4618 * tui/tui-source.c (tui_source_window::set_contents): Update.
4619 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
4620 (tui_data_window::display_registers_from): Update.
4621 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
4622 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
4623 Declare.
4624 <can_box>: Remove.
4625 <title>: Remove.
4626 (struct tui_win_info) <make_window>: Declare.
4627 <can_box>: Now virtual.
4628 <title>: New member.
4629 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
4630 * tui/tui-command.c (tui_cmd_window::resize): Update.
4631
4632 2019-08-20 Tom Tromey <tom@tromey.com>
4633
4634 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
4635 * tui/tui-regs.c (tui_data_window::show_registers): Update.
4636 (tui_data_window::check_register_values): Update.
4637
4638 2019-08-20 Tom Tromey <tom@tromey.com>
4639
4640 * tui/tui-regs.h (struct tui_data_window): Use
4641 DISABLE_COPY_AND_ASSIGN.
4642 <regs_content>: Change type, removing unique_ptr.
4643 <tui_data_window>: Add move constructor.
4644 * tui/tui-regs.c (tui_data_window::show_registers)
4645 (tui_data_window::show_register_group)
4646 (tui_data_window::display_registers_from)
4647 (tui_data_window::display_registers_from)
4648 (tui_data_window::first_data_item_displayed)
4649 (tui_data_window::delete_data_content_windows)
4650 (tui_data_window::rerender, tui_data_window::refresh_window)
4651 (tui_data_window::check_register_values): Update.
4652
4653 2019-08-20 Tom Tromey <tom@tromey.com>
4654
4655 * tui/tui-regs.h (struct tui_data_window) <show_registers,
4656 show_register_group>: Declare.
4657 (tui_show_register_group): Don't declare.
4658 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
4659 tui_show_registers.
4660 (tui_data_window::show_register_group): Rename from
4661 tui_show_register_group.
4662 (tui_data_window::check_register_values, tui_reg_command):
4663 Update.
4664 * tui/tui-layout.c (tui_set_layout): Update.
4665
4666 2019-08-20 Tom Tromey <tom@tromey.com>
4667
4668 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
4669 Declare.
4670 (tui_check_register_values): Don't declare.
4671 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
4672 from tui_check_register_values.
4673 * tui/tui-hooks.c (tui_register_changed): Update.
4674
4675 2019-08-20 Tom Tromey <tom@tromey.com>
4676
4677 * tui/tui-regs.c (tui_reg_layout): Move later.
4678 (tui_show_registers): Don't enable TUI mode or change layout.
4679
4680 2019-08-20 Tom Tromey <tom@tromey.com>
4681
4682 * tui/tui-regs.h (struct tui_data_item_window)
4683 <~tui_data_item_window>: Remove.
4684 <content>: Now a unique_xmalloc_ptr.
4685 * tui/tui-regs.c (tui_register_format): Return a
4686 unique_xmalloc_ptr.
4687 (tui_get_register): Update.
4688 (~tui_data_item_window): Remove.
4689 (tui_data_window::display_registers_from, tui_display_register):
4690 Update.
4691 * tui/tui-io.h (tui_expand_tabs): Update.
4692 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
4693 Remove "col" parameter.
4694
4695 2019-08-20 Tom Tromey <tom@tromey.com>
4696
4697 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
4698 field.
4699 * tui/tui-regs.c (~tui_data_item_window): Update.
4700
4701 2019-08-20 Tom Tromey <tom@tromey.com>
4702
4703 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
4704 earlier.
4705
4706 2019-08-20 Tom Tromey <tom@tromey.com>
4707
4708 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
4709
4710 2019-08-20 Tom Tromey <tom@tromey.com>
4711
4712 * tui/tui-source.h (struct tui_source_window): Update.
4713 * tui/tui-regs.c (tui_show_registers): Update.
4714 * tui/tui-disasm.h (struct tui_disasm_window): Update.
4715 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
4716 (NO_REGS_STRING): Remove defines.
4717
4718 2019-08-20 Conrad Meyer <cem@FreeBSD.org>
4719
4720 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
4721 unnecessary thread walk if remote doesn't support the packet.
4722
4723 2019-08-19 Tom Tromey <tromey@adacore.com>
4724
4725 * python/py-value.c (value_has_field): Fix indentation.
4726
4727 2019-08-19 Tom Tromey <tromey@adacore.com>
4728
4729 * printcmd.c (do_one_display, info_display_command): Update.
4730 * block.h (contained_in): Return bool. Add allow_nested
4731 parameter.
4732 * block.c (contained_in): Return bool. Add allow_nested
4733 parameter.
4734
4735 2019-08-19 Tom Tromey <tom@tromey.com>
4736
4737 * configure: Rebuild.
4738 * configure.ac: Disallow the combination of -static-libstdc++ and
4739 source highlight.
4740 * source-cache.c (get_language_name): Handle rust.
4741 (source_cache::get_source_lines): Ignore highlighting exceptions.
4742
4743 2019-08-16 Tom Tromey <tom@tromey.com>
4744
4745 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
4746 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
4747 (struct tui_source_window_base) <make_visible, refresh_window,
4748 resize>: Remove methods.
4749 <execution_info>: Remove field.
4750 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
4751 (tui_show_source_line, tui_source_window_base)
4752 (~tui_source_window_base): Update.
4753 (tui_source_window_base::resize)
4754 (tui_source_window_base::make_visible)
4755 (tui_source_window_base::refresh_window): Remove.
4756 (tui_source_window_base::update_exec_info): Update.
4757 * tui/tui-source.c (tui_source_window::set_contents): Update.
4758 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
4759
4760 2019-08-16 Tom Tromey <tom@tromey.com>
4761
4762 * tui/tui-hooks.c (tui_remove_hooks): Don't set
4763 deprecated_query_hook.
4764
4765 2019-08-16 Tom Tromey <tom@tromey.com>
4766
4767 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
4768 (tui_update_source_windows_with_line): Update.
4769 * tui/tui-source.h (struct tui_source_window)
4770 <show_symtab_source>: Declare.
4771 (tui_show_symtab_source): Don't declare.
4772 * tui/tui-source.c (tui_show_symtab_source): Rename from
4773 tui_show_symtab_source.
4774
4775 2019-08-16 Tom Tromey <tom@tromey.com>
4776
4777 * tui/tui-winsource.h (struct tui_source_window_base)
4778 <set_contents>: Declare.
4779 * tui/tui-winsource.c
4780 (tui_source_window_base::update_source_window_as_is): Update.
4781 * tui/tui-source.h (struct tui_source_window) <set_contents>:
4782 Declare.
4783 (tui_set_source_content): Don't declare.
4784 * tui/tui-source.c (tui_source_window::set_contents): Rename from
4785 tui_set_source_content.
4786 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
4787 Declare.
4788 (tui_set_disassem_content): Don't declare.
4789 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
4790 tui_set_disassem_content.
4791
4792 2019-08-16 Tom Tromey <tom@tromey.com>
4793
4794 * tui/tui-winsource.h (struct tui_source_window_base)
4795 <update_breakpoint_info>: Declare.
4796 (tui_update_breakpoint_info): Don't declare.
4797 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
4798 (tui_update_all_breakpoint_info): Update.
4799 (tui_source_window_base::update_breakpoint_info): Rename from
4800 tui_update_breakpoint_info.
4801 (tui_source_window_base::update_exec_info): Update.
4802
4803 2019-08-16 Tom Tromey <tom@tromey.com>
4804
4805 * tui/tui-winsource.h (struct tui_source_window_base)
4806 <update_source_window>: Declare.
4807 (tui_update_source_window): Don't declare.
4808 * tui/tui-winsource.c
4809 (tui_source_window_base::update_source_window): Rename from
4810 tui_update_source_window.
4811 (tui_source_window_base::rerender): Update.
4812 * tui/tui-source.c (tui_source_window::maybe_update): Update.
4813 * tui/tui-disasm.c (tui_show_disassem)
4814 (tui_show_disassem_and_update_source)
4815 (tui_disasm_window::maybe_update): Update.
4816
4817 2019-08-16 Tom Tromey <tom@tromey.com>
4818
4819 * tui/tui-winsource.h (struct tui_source_window_base)
4820 <update_source_window_as_is>: Declare.
4821 (tui_update_source_window_as_is): Don't declare.
4822 * tui/tui-winsource.c (tui_update_source_window): Update
4823 (tui_source_window_base::update_source_window_as_is): Rename from
4824 tui_update_source_window_as_is.
4825 (tui_source_window_base::refill): Update.
4826 * tui/tui-source.c (tui_show_symtab_source): Update.
4827 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
4828 Update.
4829
4830 2019-08-16 Tom Tromey <tom@tromey.com>
4831
4832 * tui/tui-winsource.h (tui_update_source_window)
4833 (tui_update_source_window_as_is): Remove "noerror" parameter.
4834 * tui/tui-winsource.c (tui_update_source_window)
4835 (tui_update_source_window_as_is): Remove "noerror" parameter.
4836 (tui_update_source_windows_with_addr)
4837 (tui_update_source_windows_with_line)
4838 (tui_source_window_base::rerender)
4839 (tui_source_window_base::refill): Update.
4840 * tui/tui-source.h (tui_set_source_content)
4841 (tui_show_symtab_source): Remove "noerror" parameter.
4842 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
4843 parameter.
4844 (tui_show_symtab_source): Likewise.
4845 (tui_source_window::maybe_update): Update.
4846 * tui/tui-disasm.c (tui_show_disassem)
4847 (tui_show_disassem_and_update_source)
4848 (tui_disasm_window::do_scroll_vertical)
4849 (tui_disasm_window::maybe_update): Update.
4850
4851 2019-08-16 Tom Tromey <tom@tromey.com>
4852
4853 * tui/tui.c (tui_is_window_visible): Update.
4854 * tui/tui-wingeneral.c (tui_make_window)
4855 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
4856 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
4857 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
4858 (tui_set_win_height_command, parse_scrolling_args): Update.
4859 * tui/tui-source.c (tui_source_window::style_changed): Update.
4860 * tui/tui-regs.c (tui_show_registers)
4861 (tui_data_window::first_data_item_displayed)
4862 (tui_data_window::delete_data_content_windows)
4863 (tui_check_register_values, tui_reg_command): Update.
4864 * tui/tui-disasm.c (tui_show_disassem): Update.
4865 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
4866 method.
4867 <is_visible>: Remove field.
4868 * tui/tui-data.c (tui_next_win, tui_prev_win)
4869 (tui_delete_invisible_windows): Update.
4870
4871 2019-08-16 Tom Tromey <tom@tromey.com>
4872
4873 * tui/tui-winsource.h (struct tui_source_window_base)
4874 <m_has_locator>: Remove.
4875 * tui/tui-layout.c (show_source_disasm_command, show_data)
4876 (show_source_or_disasm_and_command): Update.
4877
4878 2019-08-16 Alan Hayward <alan.hayward@arm.com>
4879
4880 * NEWS (Other MI changes): New subsection.
4881 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
4882 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
4883 * arch-utils.c (default_get_pc_address_flags): New function.
4884 * arch-utils.h (default_get_pc_address_flags): New declaration.
4885 * gdbarch.sh: Add get_pc_address_flags.
4886 * gdbarch.c: Regenerate.
4887 * gdbarch.h: Likewise.
4888 * stack.c (print_pc): New function.
4889 (print_frame_info) (print_frame): Call print_pc.
4890
4891 2019-08-16 Tom de Vries <tdevries@suse.de>
4892
4893 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
4894 print_objfile_section_info.
4895
4896 2019-08-15 Tom Tromey <tom@tromey.com>
4897
4898 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
4899 calling update_cmdwin_start_line.
4900 * tui/tui-winsource.h (struct tui_source_window_base)
4901 <do_make_visible_with_new_height, set_new_height>: Don't declare.
4902 <rerender>: Declare.
4903 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
4904 Call rerender.
4905 (tui_source_window_base::set_new_height): Remove.
4906 (tui_source_window_base::rerender): Rename from
4907 do_make_visible_with_new_height.
4908 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
4909 resize method.
4910 (tui_win_info::make_invisible_and_set_new_height)
4911 (tui_win_info::make_visible_with_new_height): Remove.
4912 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
4913 Declare.
4914 * tui/tui-stack.c (tui_locator_window::rerender): New method.
4915 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
4916 do_make_visible_with_new_height>: Don't declare.
4917 <rerender>: Declare.
4918 * tui/tui-regs.c (tui_data_window::rerender): Rename from
4919 set_new_height.
4920 (tui_data_window::do_make_visible_with_new_height): Remove.
4921 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
4922 call tui_show_locator_content.
4923 (tui_gen_win_info::resize): Call rerender.
4924 (show_source_or_disasm_and_command): Don't call
4925 tui_show_locator_content.
4926 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
4927 method.
4928 (struct tui_win_info) <rerender>: Declare.
4929 <set_new_height, make_invisible_and_set_new_height,
4930 make_visible_with_new_height>: Don't declare.
4931 * tui/tui-data.c (tui_win_list::rerender): New method.
4932 * tui/tui-command.h (struct tui_cmd_window)
4933 <do_make_visible_with_new_height>: Don't declare.
4934 * tui/tui-command.c
4935 (tui_cmd_window::do_make_visible_with_new_height): Remove.
4936
4937 2019-08-15 Tom Tromey <tromey@adacore.com>
4938
4939 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
4940 * ada-lang.c (ada_enum_name): Likewise.
4941
4942 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4943
4944 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
4945 leading underscore.
4946 (GdbOutputErrorFile): Likewise.
4947 (global scope): Adjust constructor calls to GdbOutput{,Error}File
4948 accordingly.
4949 (execute_unwinders): Rename to have a leading underscore.
4950 (auto_load_packages): Likewise.
4951 (global scope): Adjust call to auto_load_packages accordingly.
4952 (GdbSetPythonDirectory): Likewise.
4953 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
4954 instead of execute_unwinders.
4955
4956 2019-08-15 Tom Tromey <tom@tromey.com>
4957
4958 * tui/tui-layout.c (show_layout, show_source_disasm_command)
4959 (show_data): Don't change window visibility.
4960 (tui_gen_win_info::resize): Remove special case for command
4961 window. Use wresize, when available.
4962 (show_source_or_disasm_and_command): Don't change window
4963 visibility.
4964 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
4965 <make_visible>: New method.
4966 * tui/tui-command.c (tui_cmd_window::resize): New method.
4967
4968 2019-08-15 Tom Tromey <tom@tromey.com>
4969
4970 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
4971 (struct tui_source_windows): New.
4972 * tui/tui-winsource.c (tui_display_main): Update.
4973 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
4974 (new_height_ok, parse_scrolling_args): Update.
4975 * tui/tui-layout.c (show_layout, show_data): Update.
4976 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
4977 (tui_add_to_source_windows): Don't declare.
4978 * tui/tui-data.c (source_windows, tui_source_windows)
4979 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
4980
4981 2019-08-15 Tom Tromey <tom@tromey.com>
4982
4983 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
4984 Rename from reset.
4985 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
4986 * tui/tui-layout.c (show_source_disasm_command, show_data):
4987 Update.
4988 (tui_gen_win_info::resize): Rename.
4989 (show_source_or_disasm_and_command): Update.
4990 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
4991 reset.
4992
4993 2019-08-15 Tom Tromey <tom@tromey.com>
4994
4995 * tui/tui-stack.c (tui_initialize_static_data): Remove.
4996 * tui/tui-interp.c (tui_interp::init): Don't call
4997 tui_initialize_static_data.
4998 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
4999
5000 2019-08-15 Tom Tromey <tom@tromey.com>
5001
5002 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
5003 examine tui_win_list.
5004
5005 2019-08-15 Tom Tromey <tom@tromey.com>
5006
5007 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
5008 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
5009 tui_clear_source_content.
5010 (tui_clear_source_content): Remove.
5011 (tui_source_window_base::do_erase_source_content): Hoist call to
5012 content.clear().
5013 * tui/tui-stack.c (tui_show_frame_info): Don't call
5014 tui_clear_source_content.
5015
5016 2019-08-15 Tom Tromey <tom@tromey.com>
5017
5018 * tui/tui-winsource.h (struct tui_source_window_base)
5019 <do_erase_source_content>: New method.
5020 <erase_source_content>: New method.
5021 (tui_erase_source_content): Don't declare.
5022 * tui/tui-winsource.c (tui_clear_source_content): Update.
5023 (tui_source_window_base::do_erase_source_content): Rename from
5024 tui_erase_source_content.
5025 (tui_source_window_base::show_source_content): Update.
5026 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
5027 * tui/tui-source.h (struct tui_source_window)
5028 <erase_source_content>: New method.
5029 * tui/tui-disasm.h (struct tui_disasm_window)
5030 <erase_source_content>: New method.
5031
5032 2019-08-15 Tom Tromey <tom@tromey.com>
5033
5034 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
5035 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
5036 constructor.
5037 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
5038 * tui/tui-source.c (tui_set_source_content): Update.
5039 * tui/tui-disasm.c (tui_set_disassem_content): Update.
5040
5041 2019-08-15 Tom Tromey <tom@tromey.com>
5042
5043 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
5044 * tui/tui-winsource.c (tui_line_is_displayed): Move to
5045 tui-source.c.
5046 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
5047 Declare.
5048 * tui/tui-source.c (tui_source_window::line_is_displayed): New
5049 method.
5050 (tui_source_window::maybe_update): Update.
5051
5052 2019-08-15 Tom Tromey <tom@tromey.com>
5053
5054 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
5055 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
5056 tui-disasm.c.
5057 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
5058 Declare.
5059 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
5060 method.
5061 (tui_disasm_window::maybe_update): Update.
5062
5063 2019-08-15 Tom Tromey <tom@tromey.com>
5064
5065 * tui/tui-winsource.h (struct tui_source_window_base)
5066 <maybe_update>: Declare.
5067 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
5068 method.
5069 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
5070 Declare.
5071 * tui/tui-source.c (tui_source_window::maybe_update): New method.
5072 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
5073 Declare.
5074 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
5075
5076 2019-08-15 Tom Tromey <tom@tromey.com>
5077
5078 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
5079
5080 2019-08-15 Tom Tromey <tom@tromey.com>
5081
5082 * tui/tui-wingeneral.c: Include tui-stack.h.
5083 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
5084 (struct tui_locator_window): Move from tui-data.h.
5085 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
5086 (tui_initialize_static_data): Move from tui-data.c.
5087 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
5088 (struct tui_locator_window): Move to tui-stack.c.
5089 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
5090 (tui_initialize_static_data): Move to tui-stack.c.
5091
5092 2019-08-15 Tom Tromey <tom@tromey.com>
5093
5094 * tui/tui-layout.c (show_source_disasm_command)
5095 (show_source_or_disasm_and_command): Use make_visible method, not
5096 tui_make_window.
5097 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
5098 Remove.
5099
5100 2019-08-15 Tom Tromey <tom@tromey.com>
5101
5102 * tui/tui-wingeneral.h (tui_make_window): Update.
5103 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
5104 parameter.
5105 (tui_gen_win_info::make_visible): Update.
5106 * tui/tui-regs.c (tui_data_window::display_registers_from):
5107 Update.
5108 * tui/tui-layout.c (show_source_disasm_command)
5109 (show_source_or_disasm_and_command): Update.
5110 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
5111 (enum tui_box): Remove.
5112 (struct tui_win_info) <can_box>: New method.
5113 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
5114 method.
5115
5116 2019-08-15 Tom de Vries <tdevries@suse.de>
5117
5118 * linux-nat-trad.c: Include gdbarch.h.
5119
5120 2019-08-14 Alan Hayward <alan.hayward@arm.com>
5121
5122 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
5123 register sizes.
5124
5125 2019-08-14 Tom Tromey <tromey@adacore.com>
5126
5127 * darwin-nat.c: Include gdbarch.h.
5128 * darwin-nat-info.c: Include gdbarch.h.
5129
5130 2019-08-13 Tom Tromey <tom@tromey.com>
5131
5132 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
5133 Remove.
5134 * tui/tui-data.c (tui_initialize_static_data): Update.
5135
5136 2019-08-13 Tom Tromey <tom@tromey.com>
5137
5138 * tui/tui-winsource.h (struct tui_exec_info_window)
5139 <~tui_exec_info_window, maybe_allocate_content, get_content,
5140 m_content>: Remove.
5141 (struct tui_source_window_base) <set_exec_info_content,
5142 show_exec_info_content>: Don't declare.
5143 * tui/tui-winsource.c
5144 (tui_exec_info_window::maybe_allocate_content): Remove.
5145 (tui_source_window_base::update_exec_info): Rename from
5146 set_exec_info_content.
5147 (tui_source_window_base::show_exec_info_content)
5148 (tui_source_window_base::update_exec_info): Remove.
5149
5150 2019-08-13 Tom Tromey <tom@tromey.com>
5151
5152 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
5153 declare.
5154 * tui/tui-winsource.c (tui_update_source_window_as_is)
5155 (tui_update_source_windows_with_addr, tui_erase_source_content):
5156 Update.
5157 (tui_clear_exec_info_content): Remove.
5158
5159 2019-08-13 Tom Tromey <tom@tromey.com>
5160
5161 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
5162 declare.
5163 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
5164 call tui_erase_exec_info_content.
5165 (tui_clear_exec_info_content): Rename from
5166 tui_erase_exec_info_content.
5167 (tui_clear_exec_info_content): Delete.
5168
5169 2019-08-13 Tom Tromey <tom@tromey.com>
5170
5171 * tui/tui-winsource.h (struct tui_source_window_base)
5172 <show_exec_info_content>: Declare.
5173 (tui_show_exec_info_content): Don't declare.
5174 * tui/tui-winsource.c
5175 (tui_source_window_base::show_exec_info_content): Rename from
5176 tui_show_exec_info_content.
5177 (tui_source_window_base::update_exec_info): Update.
5178
5179 2019-08-13 Tom Tromey <tom@tromey.com>
5180
5181 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
5182 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
5183 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
5184 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
5185 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
5186 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
5187 ... here.
5188
5189 2019-08-13 Tom Tromey <tom@tromey.com>
5190
5191 * tui/tui-winsource.h (struct tui_source_window_base)
5192 <update_exec_info>: Declare.
5193 (tui_update_exec_info): Don't declare.
5194 * tui/tui-winsource.c (tui_update_source_window_as_is)
5195 (tui_source_window_base::refresh_all)
5196 (tui_update_all_breakpoint_info): Update.
5197 (tui_source_window_base::update_exec_info): Rename from
5198 tui_update_exec_info.
5199 * tui/tui-stack.c (tui_show_frame_info): Update.
5200
5201 2019-08-13 Tom Tromey <tom@tromey.com>
5202
5203 * tui/tui-winsource.h (struct tui_source_window_base)
5204 <set_exec_info_content>: Declare.
5205 (tui_set_exec_info_content): Don't declare.
5206 * tui/tui-winsource.c
5207 (tui_source_window_base::set_exec_info_content): Rename from
5208 tui_set_exec_info_content.
5209 (tui_update_exec_info): Update.
5210
5211 2019-08-13 Tom Tromey <tom@tromey.com>
5212
5213 * tui/tui-winsource.h (struct tui_source_window_base)
5214 <show_source_content>: Declare.
5215 (tui_show_source_content): Don't declare.
5216 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5217 (tui_source_window_base::show_source_content): Rename from
5218 tui_show_source_content.
5219 (tui_source_window_base::refresh_all): Update.
5220 * tui/tui-layout.c (show_source_disasm_command)
5221 (show_source_or_disasm_and_command): Update.
5222
5223 2019-08-13 Tom Tromey <tom@tromey.com>
5224
5225 * tui/tui-winsource.c (tui_erase_source_content)
5226 (tui_show_source_content, tui_source_window_base::refresh_all):
5227 Update.
5228 * tui/tui-wingeneral.h
5229 (tui_check_and_display_highlight_if_needed): Don't declare.
5230 * tui/tui-wingeneral.c
5231 (tui_win_info::check_and_display_highlight_if_needed): Rename from
5232 check_and_display_highlight_if_needed.
5233 * tui/tui-win.c (tui_rehighlight_all)
5234 (tui_win_info::make_visible_with_new_height): Update.
5235 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
5236 (tui_data_window::erase_data_content)
5237 (tui_data_window::display_all_data): Update.
5238 * tui/tui-data.h (struct tui_win_info)
5239 <check_and_display_highlight_if_needed>: Declare.
5240
5241 2019-08-13 Tom Tromey <tom@tromey.com>
5242
5243 * tui/tui-win.c (tui_resize_all): Call
5244 tui_delete_invisible_windows.
5245 * tui/tui-layout.c (show_layout): Call
5246 tui_delete_invisible_windows.
5247 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
5248 * tui/tui-data.c (tui_delete_invisible_windows): New function.
5249
5250 2019-08-13 Tom Tromey <tom@tromey.com>
5251
5252 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
5253 tui_add_win_to_layout.
5254
5255 2019-08-13 Tom Tromey <tom@tromey.com>
5256
5257 * tui/tui-layout.h (tui_default_win_height): Don't declare.
5258 * tui/tui-layout.c (tui_default_win_height): Now static.
5259
5260 2019-08-13 Tom Tromey <tom@tromey.com>
5261
5262 * tui/tui-layout.c (show_layout): Unify all layout cases into a
5263 single switch.
5264 (show_source_disasm_command, show_source_or_disasm_and_command):
5265 Don't check current layout.
5266
5267 2019-08-13 Tom Tromey <tom@tromey.com>
5268
5269 * tui/tui-wingeneral.c (make_all_visible): Remove.
5270 (tui_make_all_invisible): Simplify.
5271 * tui/tui-layout.c (tui_make_all_invisible): Move from
5272 tui-wingeneral.c; simplify.
5273 (show_layout): Hoist call to tui_make_all_invisible.
5274 (show_data): Don't call tui_make_all_invisible.
5275
5276 2019-08-13 Tom Tromey <tom@tromey.com>
5277
5278 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
5279 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
5280
5281 2019-08-13 Tom Tromey <tom@tromey.com>
5282
5283 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
5284 tui-data.c.
5285 (show_source_disasm_command, show_data)
5286 (show_source_or_disasm_and_command): Don't use
5287 tui_set_current_layout_to.
5288 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
5289 * tui/tui-data.c (current_layout, tui_current_layout): Move to
5290 tui-layout.c.
5291 (tui_set_current_layout_to): Remove.
5292
5293 2019-08-13 Tom Tromey <tom@tromey.com>
5294
5295 * tui/tui-layout.c (tui_set_layout): Update.
5296 * tui/tui-data.h (struct tui_layout_def): Remove.
5297 (tui_layout_def): Don't declare.
5298 * tui/tui-data.c (layout_def): Remove.
5299 (tui_layout_def): Remove.
5300
5301 2019-08-13 Tom Tromey <tom@tromey.com>
5302
5303 * tui/tui-winsource.h (struct tui_source_window_base)
5304 <clear_detail>: No longer "override".
5305 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
5306 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
5307 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
5308 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
5309 Remove.
5310 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
5311
5312 2019-08-13 Tom Tromey <tromey@adacore.com>
5313
5314 * tracepoint.c: Don't include readline.h or history.h.
5315
5316 2019-08-12 Tom Tromey <tom@tromey.com>
5317
5318 * configure: Rebuild.
5319 * configure.ac: Check for readline 7.
5320 * NEWS: Mention readline 7 requirement.
5321 * README: Update.
5322
5323 2019-08-12 Tom Tromey <tom@tromey.com>
5324
5325 * mingw-hdep.c (gdb_select): Remove readline hack.
5326
5327 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5328
5329 * blockframe.c (find_pc_partial_function): Set *block to nullptr
5330 when the function fails.
5331
5332 2019-08-09 Andreas Arnez <arnez@linux.ibm.com>
5333
5334 * s390-tdep.c (s390_type_align): New function.
5335 (s390_gdbarch_init): Set it as type_align gdbarch method.
5336
5337 2019-08-09 Tom de Vries <tdevries@suse.de>
5338
5339 PR gdb/24591
5340 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
5341 pc_low with relocation offset.
5342
5343 2019-08-07 Tom Tromey <tromey@adacore.com>
5344
5345 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
5346 (print_frame_args): Update.
5347 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
5348 Update.
5349 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
5350 * frame.h (struct frame_arg): Add initializers.
5351 <error>: Now a unique_xmalloc_ptr.
5352
5353 2019-08-07 Alan Hayward <alan.hayward@arm.com>
5354
5355 * NEWS: Expand the Pointer Authentication entry.
5356 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
5357 (aarch64_frame_unmask_lr): ... to this.
5358 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
5359 Call aarch64_frame_unmask_lr.
5360 * frame.c (struct frame_info): Add "masked" variable.
5361 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
5362 (fprint_frame): Check for masked pc.
5363 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
5364 declarations.
5365 * python/py-framefilter.c (py_print_frame): Check for masked pc.
5366 * stack.c (print_frame): Check for masked pc.
5367
5368 2019-08-06 Tom Tromey <tom@tromey.com>
5369
5370 * stabsread.c (patch_block_stabs, read_one_struct_field)
5371 (read_enum_type): Use obstack_strndup.
5372 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
5373 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
5374 * dwarf2read.c (guess_full_die_structure_name)
5375 (anonymous_struct_prefix): Use obstack_strndup.
5376 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
5377 * c-exp.y (yylex): Use obstack_strndup.
5378 * ada-exp.y (write_object_renaming, write_ambiguous_var)
5379 (write_var_or_type): Use obstack_strndup.
5380
5381 2019-08-06 Tom Tromey <tom@tromey.com>
5382
5383 * symfile.c (reread_symbols): Use obstack_strdup.
5384 * stabsread.c (read_type): Use obstack_strdup.
5385 * gdb_obstack.h (obstack_strdup): New overload.
5386 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
5387 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
5388 (dwarf2_canonicalize_name): Use obstack_strdup.
5389 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
5390 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
5391 Use obstack_strdup.
5392
5393 2019-08-06 Tom Tromey <tom@tromey.com>
5394
5395 * gdb_obstack.h (obstack_strdup): Define.
5396 * gdb_obstack.c (obstack_strdup): Don't define.
5397
5398 2019-08-06 Tom Tromey <tom@tromey.com>
5399
5400 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
5401 obstack_strdup.
5402 * typeprint.c (typedef_hash_table::find_global_typedef): Use
5403 obstack_strdup.
5404 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
5405 * stabsread.c (common_block_start): Use obstack_strdup.
5406 * objfiles.c (set_objfile_main_name, objfile): Use
5407 obstack_strdup.
5408 * namespace.c (add_using_directive): Use obstack_strdup.
5409 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
5410 * jit.c (finalize_symtab): Use obstack_strdup.
5411 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
5412 (guess_partial_die_structure_name, partial_die_info::fixup)
5413 (dwarf2_name): Use obstack_strdup.
5414 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
5415 obstack_strdup.
5416 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
5417 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
5418 obstack_strdup.
5419 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
5420
5421 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5422
5423 * unittests/help-doc-selftests.c: New file.
5424 * Makefile.in: Add the new file.
5425
5426 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5427
5428 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
5429 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
5430 the full first line, except when FOR_VALUE_PREFIX. In this case,
5431 the trailing '.' is not output, and the first character is uppercased.
5432 (print_help_for_command): Update call to print_doc_line.
5433 (print_doc_of_command): Likewise.
5434 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
5435 * cli/cli-option.c (append_indented_doc): Do not append newline.
5436 (build_help_option): Append newline after first appended_indented_doc
5437 only if a second call is done.
5438 (build_help): Append 2 new lines before each option, except the first
5439 one.
5440 * compile/compile.c (_initialize_compile): Add new lines after
5441 %OPTIONS%, when not at the end of the help.
5442 Change help doc or code
5443 producing the help doc to respect the invariants.
5444 * maint-test-options.c (_initialize_maint_test_options): Likewise.
5445 Also removed the new line after 'Options:', as all other commands
5446 do not put an empty line between 'Options:' and the first option.
5447 * printcmd.c (_initialize_printcmd): Likewise.
5448 * stack.c (_initialize_stack): Likewise.
5449 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
5450 incorrectly telling COMMAND is optional.
5451 * ada-lang.c (_initialize_ada_language): Change help doc or code
5452 producing the help doc to respect the invariants.
5453 * ada-tasks.c (_initialize_ada_tasks): Likewise.
5454 * breakpoint.c (_initialize_breakpoint): Likewise.
5455 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
5456 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
5457 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
5458 * cli/cli-style.c (cli_style_option::add_setshow_commands,
5459 _initialize_cli_style): Likewise.
5460 * corelow.c (core_target_info): Likewise.
5461 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
5462 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
5463 * filesystem.c (_initialize_filesystem): Likewise.
5464 * frame.c (_initialize_frame): Likewise.
5465 * gnu-nat.c (add_task_commands): Likewise.
5466 * infcall.c (_initialize_infcall): Likewise.
5467 * infcmd.c (_initialize_infcmd): Likewise.
5468 * interps.c (_initialize_interpreter): Likewise.
5469 * language.c (_initialize_language): Likewise.
5470 * linux-fork.c (_initialize_linux_fork): Likewise.
5471 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
5472 * maint.c (_initialize_maint_cmds): Likewise.
5473 * memattr.c (_initialize_mem): Likewise.
5474 * printcmd.c (_initialize_printcmd): Likewise.
5475 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
5476 _RegEx): Likewise.
5477 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
5478 * record-btrace.c (_initialize_record_btrace): Likewise.
5479 * record-full.c (_initialize_record_full): Likewise.
5480 * record.c (_initialize_record): Likewise.
5481 * regcache-dump.c (_initialize_regcache_dump): Likewise.
5482 * regcache.c (_initialize_regcache): Likewise.
5483 * remote.c (add_packet_config_cmd, init_remote_threadtests,
5484 _initialize_remote): Likewise.
5485 * ser-tcp.c (_initialize_ser_tcp): Likewise.
5486 * serial.c (_initialize_serial): Likewise.
5487 * skip.c (_initialize_step_skip): Likewise.
5488 * source.c (_initialize_source): Likewise.
5489 * stack.c (_initialize_stack): Likewise.
5490 * symfile.c (_initialize_symfile): Likewise.
5491 * symtab.c (_initialize_symtab): Likewise.
5492 * target-descriptions.c (_initialize_target_descriptions): Likewise.
5493 * top.c (init_main): Likewise.
5494 * tracefile-tfile.c (tfile_target_info): Likewise.
5495 * tracepoint.c (_initialize_tracepoint): Likewise.
5496 * tui/tui-win.c (_initialize_tui_win): Likewise.
5497 * utils.c (add_internal_problem_command): Likewise.
5498 * valprint.c (value_print_option_defs): Likewise.
5499
5500 2019-08-06 Frank Ch. Eigler <fche@redhat.com>
5501
5502 PR build/24886
5503 * configure.ac: Drop enable-libmcheck support.
5504 * configure, config.in: Rebuild.
5505 * libmcheck.m4: Remove.
5506 * acinclude.m4: Don't include it.
5507 * Makefile.in: Don't distribute it.
5508 * top.c (print_gdb_configuration): Don't mention it.
5509
5510 2019-08-06 Tom Tromey <tom@tromey.com>
5511
5512 * utils.c (set_output_style): Sometimes pass stream to
5513 emit_style_escape.
5514 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
5515 * record-btrace.c (btrace_insn_history): Update.
5516 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
5517 method.
5518 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
5519 Update initializers.
5520 <m_uiout>: New field.
5521 <m_di>: Move lower.
5522 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5523 Remove "uiout" parameter.
5524 (dump_insns): Update.
5525 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
5526 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
5527
5528 2019-08-06 Christian Biesinger <cbiesinger@google.com>
5529
5530 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
5531 (error_in_psymtab_expansion): Likewise.
5532 (lookup_symbol_via_quick_fns): Likewise.
5533 (basic_lookup_transparent_type_quick): Likewise.
5534 (basic_lookup_transparent_type_1): Likewise.
5535
5536 2019-08-06 Tom Tromey <tromey@adacore.com>
5537
5538 * source.c (last_source_error): Now bool.
5539 (print_source_lines_base): Make "noprint" bool. Only open
5540 source file when last_source_visited changes.
5541
5542 2019-08-06 Tom Tromey <tromey@adacore.com>
5543
5544 * annotate.c (annotate_source_line): Use g_source_cache.
5545 * source-cache.c (source_cache::get_plain_source_lines): Change
5546 parameters. Populate m_offset_cache.
5547 (source_cache::ensure): New method.
5548 (source_cache::get_line_charpos): New method.
5549 (extract_lines): Move lower. Change parameters.
5550 (source_cache::get_source_lines): Move lower.
5551 * source-cache.h (class source_cache): Update comment.
5552 <get_line_charpos>: New method.
5553 <get_source_lines>: Update comment.
5554 <clear>: Clear m_offset_cache.
5555 <get_plain_source_lines>: Change parameters.
5556 <ensure>: New method
5557 <m_offset_cache>: New member.
5558 * source.c (forget_cached_source_info_for_objfile): Update.
5559 (info_source_command): Use g_source_cache.
5560 (find_source_lines, open_source_file_with_line_charpos): Remove.
5561 (print_source_lines_base, search_command_helper): Use g_source_cache.
5562 * source.h (open_source_file_with_line_charpos): Don't declare.
5563 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
5564 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
5565 Use g_source_cache.
5566
5567 2019-08-06 Tom Tromey <tromey@adacore.com>
5568
5569 * source-cache.c (source_cache::get_plain_source_lines):
5570 Remove "first_line" and "last_line" parameters.
5571 (source_cache::get_source_lines): Cache plain text.
5572 * source-cache.h (class source_cache)
5573 <get_plain_source_lines>: Update.
5574
5575 2019-08-06 Tom Tromey <tromey@adacore.com>
5576
5577 * source-cache.c (extract_lines): No longer a method.
5578 Changed type of parameter. Include final newline.
5579 (selftests::extract_lines_test): New function.
5580 (_initialize_source_cache): Likewise.
5581 * source-cache.h (class source_cache)
5582 <extract_lines>: Don't declare.
5583
5584 2019-08-06 Tom Tromey <tromey@adacore.com>
5585
5586 * breakpoint.c (init_breakpoint_sal): Update.
5587 (breakpoint): Update.
5588 * breakpoint.h (struct breakpoint) <filter>: Now a
5589 unique_xmalloc_ptr.
5590
5591 2019-08-05 Christian Biesinger <cbiesinger@google.com>
5592
5593 * NEWS: Mention dictionary access on blocks.
5594 * python/py-block.c (blpy_getitem): New function.
5595 (block_object_as_mapping): New struct.
5596 (block_object_type): Use new struct for tp_as_mapping field.
5597
5598 2019-08-05 Christian Biesinger <cbiesinger@google.com>
5599
5600 * objfiles.h (objfile): Add a comment describing partial symbols.
5601
5602 2019-08-05 Tom Tromey <tromey@adacore.com>
5603
5604 * compile/compile.c (_initialize_compile): Use _(), not N_().
5605 * thread.c (_initialize_thread): Use _(), not N_().
5606 * stack.c (_initialize_stack): Use _(), not N_().
5607 * printcmd.c (_initialize_printcmd): Use _(), not N_().
5608
5609 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
5610
5611 * dwarf2read.c (struct dw2_symtab_iterator):
5612 <want_specific_block>: Remove.
5613 <block_index>: Change type to gdb::optional.
5614 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
5615 change type of BLOCK_INDEX parameter to gdb::optional.
5616 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
5617 (dw2_lookup_symbol): Don't pass argument for
5618 WANT_SPECIFIC_BLOCK.
5619 (dw2_expand_symtabs_for_function): Don't pass argument for
5620 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
5621 (class dw2_debug_names_iterator)
5622 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
5623 parameter, change BLOCK_INDEX type to gdb::optional.
5624 <m_want_specific_block>: Remove.
5625 <m_block_index>: Change type to gdb::optional.
5626 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
5627 gdb::optional. Re-write in function of gdb::optional.
5628 (dw2_debug_names_lookup_symbol): Don't pass argument for
5629 WANT_SPECIFIC_BLOCK.
5630 (dw2_debug_names_expand_symtabs_for_function): Don't pass
5631 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
5632 BLOCK_INDEX.
5633
5634 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5635
5636 * NEWS: Mention changes to "info sources" command.
5637
5638 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5639
5640 * symtab.c (filename_partial_match_opts): New struct type.
5641 (struct output_source_filename_data): New members
5642 regexp, c_regexp, partial_match.
5643 (output_source_filename): Use new members to decide to print file.
5644 (info_sources_option_defs): New variable.
5645 (make_info_sources_options_def_group, print_info_sources_header,
5646 info_sources_command_completer):
5647 New functions.
5648 (info_sources_command): Read new optional arguments.
5649 (_initialize_symtab): Update info sources help.
5650
5651 2019-08-02 Alexandre Oliva <oliva@adacore.com>
5652
5653 * ada-lang.c (exception_support_info_v0): Renamed from...
5654 (default_exception_support_info): ... this. Create new
5655 definition for v1.
5656 (ada_has_this_exception_support): Look up catch_handlers_sym.
5657 (ada_exception_support_info_sniffer): Try v0 after default.
5658
5659 2019-08-01 Tom Tromey <tromey@adacore.com>
5660
5661 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
5662 gdbarch.h.
5663
5664 2019-08-01 Christian Biesinger <cbiesinger@google.com>
5665
5666 * s12z-tdep.c: Fix include path for s12z-opc.h.
5667
5668 2019-08-01 Alan Hayward <alan.hayward@arm.com>
5669
5670 * NEWS: Require GNU make 3.82.
5671
5672 2019-07-16 Tom Tromey <tom@tromey.com>
5673
5674 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
5675 declare.
5676
5677 2019-07-30 Tom Tromey <tromey@adacore.com>
5678
5679 * block.c (contained_in): Remove BLOCK_FUNCTION check.
5680
5681 2019-07-30 Kevin Buettner <kevinb@redhat.com>
5682
5683 * printcmd.c (print_address_symbolic): Print negative offsets.
5684 (build_address_symbolic): Force signed arithmetic when computing
5685 offset.
5686
5687 2019-07-30 Christian Biesinger <cbiesinger@google.com>
5688
5689 PR/24474: Add a function to lookup static variables.
5690 * NEWS: Mention this new function.
5691 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
5692 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
5693 * python/python.c (python_GdbMethods): Add new function.
5694
5695 2019-07-29 Christian Biesinger <cbiesinger@google.com>
5696
5697 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
5698 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
5699 (objfpy_lookup_static_symbol): New function.
5700 (objfile_object_methods): Add new functions.
5701
5702 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5703
5704 * NEWS: Mention 'set|show print frame-info'. Mention new
5705 'presence' value for 'frame-arguments'. Mention new '-frame-info'
5706 backtrace argument. Mention that python frame filtering code
5707 is now consistent with what 'backtrace' command prints.
5708
5709 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5710
5711 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
5712 comments.
5713 (print_frame_info_auto, print_frame_info_source_line,
5714 print_frame_info_location, print_frame_info_source_and_location,
5715 print_frame_info_location_and_address, print_frame_info_short_location):
5716 New declarations.
5717 (struct frame_print_options): New member print_frame_info.
5718 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
5719 * stack.h (get_user_print_what_frame_info): New declaration.
5720 (frame_show_address): New declaration.
5721 * stack.c (print_frame_arguments_choices): New value 'presence'.
5722 (print_frame_info_auto, print_frame_info_source_line,
5723 print_frame_info_location, print_frame_info_source_and_location,
5724 print_frame_info_location_and_address, print_frame_info_short_location,
5725 print_frame_info_choices, print_frame_info_print_what): New definitions.
5726 (print_frame_args): Only print dots for args if print frame-arguments
5727 is 'presence'.
5728 (frame_print_option_defs): New element for "frame-info".
5729 (get_user_print_what_frame_info): New function.
5730 (frame_show_address): Make non static. Move comment to stack.h.
5731 (print_frame_info_to_print_what): New function.
5732 (print_frame_info): Update comment. Use fp_opts.print_frame_info
5733 to decide what to print.
5734 (backtrace_command_1): Handle the new print_frame_arguments_presence
5735 value.
5736 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
5737 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
5738 (py_print_frame): In non-mi mode, use LOCATION as default for
5739 print_what, similarly to frame information printed directly by
5740 backtrace command. Handle frame-info user option in non MI mode.
5741
5742 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5743
5744 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
5745 Add case for debugging 32-bit target on 64-bit host. Revise
5746 comment.
5747
5748 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5749
5750 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
5751 instead of find_function_entry_range_from_pc.
5752
5753 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5754
5755 * stack.c (find_frame_funname): Remove code which preferred
5756 minsym over symtab sym in "certain pathological cases".
5757
5758 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
5759 parameter. Change type of "do_demangle" to bool.
5760 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5761 Pass suitable "prefer_sym_over_minsym" flag to
5762 build_address_symbolic(). Don't output "+" for negative offsets.
5763 * printcmd.c (print_address_symbolic): Update invocation of
5764 build_address_symbolic to include a "prefer_sym_over_minsym"
5765 flag.
5766 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
5767 Restrict cases in which use of minimal symbol is preferred to that
5768 of a found symbol. Update comments.
5769
5770 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
5771 for entry pc when entry pc is out of range for that FDE.
5772
5773 2019-07-26 Brian Callahan <bcallah@openbsd.org>
5774
5775 PR gdb/24839:
5776 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
5777 type.
5778
5779 2019-07-25 Christian Biesinger <cbiesinger@google.com>
5780
5781 * python/py-objfile.c (add_separate_debug_file): Fix comment about
5782 this function's Python signature.
5783
5784
5785 2019-07-24 Christian Biesinger <cbiesinger@google.com>
5786
5787 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
5788 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5789 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5790 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
5791 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
5792
5793
5794 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
5795
5796 * h8300-tdep.c (h8300_register_name_common): New.
5797 h8300_register_name): Use h8300_register_name_common.
5798 (h8300s_register_name): Likewise.
5799 (h8300sx_register_name): Likewise.
5800 (h8300h_register_nam): New.
5801 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
5802
5803
5804 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
5805
5806 * arm-tdep.c (arm_skip_cmse_entry): New function.
5807 (arm_is_sgstubs_section): New function.
5808 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
5809
5810 2019-07-22 Tom Tromey <tom@tromey.com>
5811
5812 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
5813 Don't self-assign.
5814
5815 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5816
5817 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
5818 type_print.
5819
5820 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5821
5822 * symtab.c (search_symbols): Adjust msymbol matching type arrays
5823 so that GDB doesn't match any msymbols when searching in the
5824 TYPES_DOMAIN.
5825 (print_symbol_info): Print using typedef_print or type_print based
5826 on the type of the symbol. Add updated FIXME comment moved from...
5827 (_initialize_symtab): ... move and update FIXME comment to above.
5828
5829 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5830
5831 * NEWS: Mention adding -q option to "info types".
5832 * symtab.c (struct info_types_options): New struct.
5833 (info_types_options_defs): New variable.
5834 (make_info_types_options_def_group): New function.
5835 (info_types_command): Use gdb::option framework to parse options.
5836 (info_types_command_completer): New function.
5837 (_initialize_symtab): Extend the help text on "info types" and
5838 register command completer.
5839
5840 2019-07-21 Christian Biesinger <cbiesinger@google.com>
5841
5842 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
5843 (lookup_symbol_in_objfile): Change int to block_enum and add a
5844 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
5845
5846 2019-07-20 Christian Biesinger <cbiesinger@google.com>
5847
5848 * MAINTAINERS (Write After Approval): Add self.
5849
5850 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5851
5852 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
5853 instruction to the dummy code region.
5854
5855 2019-07-19 Tom Tromey <tromey@adacore.com>
5856
5857 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
5858 (ARGSUSED, PARAMS, __func__): Remove rules.
5859
5860 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5861
5862 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
5863 * features/arm/arm-with-iwmmxt.c: Remove.
5864 * features/arm/arm-with-iwmmxt.xml: Remove.
5865 * features/arm/arm-with-m-fpa-layout.c: Remove.
5866 * features/arm/arm-with-m-fpa-layout.xml: Remove.
5867 * features/arm/arm-with-m-vfp-d16.c: Remove.
5868 * features/arm/arm-with-m-vfp-d16.xml: Remove.
5869 * features/arm/arm-with-m.c: Remove.
5870 * features/arm/arm-with-m.xml: Remove.
5871 * features/arm/arm-with-neon.c: Remove.
5872 * features/arm/arm-with-neon.xml: Remove.
5873 * features/arm/arm-with-vfpv2.c: Remove.
5874 * features/arm/arm-with-vfpv2.xml: Remove.
5875 * features/arm/arm-with-vfpv3.c: Remove.
5876 * features/arm/arm-with-vfpv3.xml: Remove.
5877
5878 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5879
5880 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
5881
5882 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5883
5884 * arch/aarch32.c (aarch32_create_target_description): Create
5885 target descriptions using features.
5886 * arch/arm.c (arm_create_target_description)
5887 (arm_create_mprofile_target_description): Likewise.
5888 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
5889
5890 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5891
5892 * Makefile.in: Add new files.
5893 * aarch32-tdep.c: New file.
5894 * aarch32-tdep.h: New file.
5895 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
5896 Call aarch32_read_description.
5897 * arch/aarch32.c: New file.
5898 * arch/aarch32.h: New file.
5899 * arch/arm.c (arm_create_target_description)
5900 (arm_create_mprofile_target_description): New function.
5901 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
5902 (arm_create_target_description)
5903 (arm_create_mprofile_target_description): New declaration.
5904 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
5905 read_description functions.
5906 * arm-linux-nat.c (arm_linux_nat_target::read_description):
5907 Likewise.
5908 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
5909 * arm-tdep.c (tdesc_arm_list): New variable.
5910 (arm_register_g_packet_guesses): Call create description functions.
5911 (arm_read_description) (arm_read_mprofile_description): New
5912 function.
5913 * arm-tdep.h (arm_read_description)
5914 (arm_read_mprofile_description): Add declaration.
5915 * configure.tgt: Add new files.
5916
5917 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
5918
5919 * top.c (new_ui_command): Open specified terminal just once.
5920
5921 2019-07-18 Tom Tromey <tromey@adacore.com>
5922
5923 * symtab.c (main_name): Constify return type.
5924 * symfile.c (set_initial_language): Update.
5925 * symtab.h (main_name): Constify return type.
5926
5927 2019-07-17 Tom Tromey <tom@tromey.com>
5928
5929 * tui/tui-winsource.c (tui_update_source_window)
5930 (tui_update_source_window_as_is)
5931 (tui_update_source_windows_with_line): Remove return.
5932 * tui/tui-disasm.c (tui_show_disassem)
5933 (tui_show_disassem_and_update_source): Remove return.
5934 * tui/tui.c (tui_reset): Remove return.
5935 * tui/tui-wingeneral.c
5936 (tui_check_and_display_highlight_if_needed): Remove return.
5937
5938 2019-07-17 Tom Tromey <tom@tromey.com>
5939
5940 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
5941
5942 2019-07-17 Tom Tromey <tom@tromey.com>
5943
5944 * tui/tui-winsource.h (struct tui_exec_info_window)
5945 (struct tui_source_window_base): Move from tui-data.h.
5946 * tui/tui-winsource.c: Move many method definitions from
5947 elsewhere. Remove "structuring" comments.
5948 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
5949 (tui_source_window_base::refresh_window): Move to
5950 tui-winsource.c.
5951 * tui/tui-win.c (tui_source_window_base::refresh_all)
5952 (tui_source_window_base::update_tab_width)
5953 (tui_source_window_base::set_new_height)
5954 (tui_source_window_base::do_make_visible_with_new_height): Move to
5955 tui-winsource.c.
5956 * tui/tui-source.h: Update.
5957 * tui/tui-source.c (tui_source_window_base::reset): Move to
5958 tui-winsource.c.
5959 * tui/tui-disasm.h: Update.
5960 * tui/tui-data.h (struct tui_exec_info_window): Move to
5961 tui-winsource.h.
5962 (struct tui_source_window_base): Likewise.
5963 * tui/tui-data.c (tui_source_window_base::clear_detail)
5964 (tui_source_window_base, ~tui_source_window_base): Move to
5965 tui-winsource.c.
5966
5967 2019-07-17 Tom Tromey <tom@tromey.com>
5968
5969 * tui/tui-win.c (tui_resize_all)
5970 (tui_source_window_base::update_tab_width)
5971 (tui_adjust_win_heights): Update.
5972 (tui_win_info::make_invisible_and_set_new_height): Rename from
5973 make_invisible_and_set_new_height.
5974 * tui/tui-data.h (struct tui_win_info)
5975 <make_invisible_and_set_new_height>: New method.
5976
5977 2019-07-17 Tom Tromey <tom@tromey.com>
5978
5979 * tui/tui.c: Update.
5980 * tui/tui-source.h (struct tui_source_window): Move from
5981 tui-data.h.
5982 * tui/tui-layout.c: Update.
5983 * tui/tui-disasm.c: Update.
5984 * tui/tui-data.h (struct tui_source_window): Move to
5985 tui-source.h.
5986
5987 2019-07-17 Tom Tromey <tom@tromey.com>
5988
5989 * tui/tui-disasm.h (struct tui_disasm_window): Move from
5990 tui-data.h.
5991 * tui/tui-data.h (struct tui_disasm_window): Move to
5992 tui-disasm.h.
5993
5994 2019-07-17 Tom Tromey <tom@tromey.com>
5995
5996 * tui/tui-regs.h (struct tui_data_item_window): Move from
5997 tui-data.h.
5998 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
5999 * tui/tui-data.h (struct tui_data_item_window): Move to
6000 tui-regs.h.
6001 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
6002
6003 2019-07-17 Tom Tromey <tom@tromey.com>
6004
6005 * tui/tui.c: Update.
6006 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
6007 (tui_cmd_window::max_height): Move to tui-command.c.
6008 * tui/tui-layout.c: Update.
6009 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
6010 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
6011 tui-command.c.
6012 * tui/tui-command.h (struct tui_cmd_window): Move from
6013 tui-data.h.
6014 * tui/tui-command.c: Remove "structuring" comments.
6015 (tui_cmd_window::clear_detail)
6016 (tui_cmd_window::do_make_visible_with_new_height)
6017 (tui_cmd_window::max_height): Move from elsewhere.
6018
6019 2019-07-17 Tom Tromey <tom@tromey.com>
6020
6021 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
6022 Now static.
6023 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
6024 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
6025
6026 2019-07-17 Tom Tromey <tom@tromey.com>
6027
6028 * tui/tui.c: Update.
6029 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
6030 tui-regs.c.
6031 * tui/tui-windata.h: Remove file.
6032 * tui/tui-windata.c: Remove file.
6033 * tui/tui-win.c (tui_data_window::set_new_height)
6034 (tui_data_window::do_make_visible_with_new_height): Move to
6035 tui-regs.c.
6036 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
6037 * tui/tui-regs.c: Remove "structuring" comments.
6038 (tui_data_window::first_data_item_displayed)
6039 (tui_data_window::delete_data_content_windows)
6040 (tui_data_window::erase_data_content)
6041 (tui_data_window::display_all_data)
6042 (tui_data_window::refresh_all)
6043 (tui_data_window::do_scroll_vertical)
6044 (tui_data_window::clear_detail, tui_data_window::set_new_height)
6045 (tui_data_window::do_make_visible_with_new_height)
6046 (tui_data_window::refresh_window): Move from elsewhere.
6047 (_initialize_tui_regs): Move to end of file.
6048 * tui/tui-layout.c: Update.
6049 * tui/tui-hooks.c: Update.
6050 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
6051 * tui/tui-data.c (tui_data_window::clear_detail): Move to
6052 tui-regs.c.
6053 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
6054
6055 2019-07-17 Tom Tromey <tom@tromey.com>
6056
6057 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
6058 seen.
6059
6060 2019-07-17 Tom Tromey <tom@tromey.com>
6061
6062 * tui/tui-win.c (tui_source_window_base::set_new_height)
6063 (tui_source_window_base::do_make_visible_with_new_height): Use
6064 m_has_locator field directly.
6065 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
6066 method.
6067 (struct tui_source_window_base) <has_locator>: Likewise.
6068
6069 2019-07-17 Tom Tromey <tom@tromey.com>
6070
6071 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
6072 Don't declare.
6073 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
6074 Remove.
6075 * tui/tui-win.c (tui_source_window_base::set_new_height)
6076 (tui_source_window_base::set_new_height)
6077 (make_invisible_and_set_new_height)
6078 (tui_source_window_base::do_make_visible_with_new_height)
6079 (tui_source_window_base::do_make_visible_with_new_height):
6080 Update.
6081 * tui/tui-layout.c (show_source_disasm_command, show_data)
6082 (show_source_or_disasm_and_command): Update.
6083 * tui/tui-layout.c (show_layout): Update.
6084
6085 2019-07-17 Tom Tromey <tom@tromey.com>
6086
6087 * tui/tui-layout.c (make_data_window): Remove.
6088 (show_data): Unify creation and re-initialization cases.
6089
6090 2019-07-17 Tom Tromey <tom@tromey.com>
6091
6092 * tui/tui-layout.c (make_source_window, make_disasm_window):
6093 Remove.
6094 (show_data): Unify creation and re-initialization cases.
6095
6096 2019-07-17 Tom Tromey <tom@tromey.com>
6097
6098 * tui/tui-layout.c (make_command_window): Remove.
6099 (show_source_disasm_command, show_source_or_disasm_and_command):
6100 Unify creation and re-initialization cases.
6101
6102 2019-07-17 Tom Tromey <tom@tromey.com>
6103
6104 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
6105 creation and re-initialization cases.
6106
6107 2019-07-17 Tom Tromey <tom@tromey.com>
6108
6109 * tui/tui-regs.c (tui_get_register): Return void.
6110
6111 2019-07-17 Tom Tromey <tom@tromey.com>
6112
6113 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
6114 Simplify.
6115
6116 2019-07-17 Tom Tromey <tom@tromey.com>
6117
6118 * tui/tui-layout.c (show_source_disasm_command): Simplify window
6119 resetting.
6120
6121 2019-07-17 Tom Tromey <tom@tromey.com>
6122
6123 * tui/tui.h (tui_set_layout_by_name): Don't declare.
6124 * tui/tui-regs.c (tui_reg_layout): New function.
6125 (tui_show_registers, tui_reg_command): Use it.
6126 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
6127 (tui_layout_command): Rename from tui_set_layout_by_name. Change
6128 parameters.
6129 (tui_layout_command): Remove.
6130
6131 2019-07-17 Tom Tromey <tom@tromey.com>
6132
6133 * tui/tui-layout.h (tui/tui-layout): Return void.
6134 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
6135
6136 2019-07-17 Tom Tromey <tom@tromey.com>
6137
6138 * tui/tui-layout.c (show_source_disasm_command, show_data):
6139 Update.
6140 (reset_locator): Remove.
6141 (show_source_or_disasm_and_command): Update.
6142
6143 2019-07-17 Tom Tromey <tom@tromey.com>
6144
6145 * tui/tui-source.c (tui_source_window_base::reset): Remove
6146 win_type parameter.
6147 * tui/tui-layout.c (make_command_window, make_source_window)
6148 (make_disasm_window, make_data_window)
6149 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
6150 (reset_locator, show_source_or_disasm_and_command): Update.
6151 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
6152 win_type parameter.
6153 (struct tui_source_window_base) <reset>: Likewise.
6154
6155 2019-07-17 Tom Tromey <tom@tromey.com>
6156
6157 * tui/tui-layout.c (show_source_disasm_command): Use
6158 reset_locator.
6159 (reset_locator): New function.
6160 (init_and_make_win): Remove.
6161 (show_source_or_disasm_and_command): Use reset_locator.
6162
6163 2019-07-17 Tom Tromey <tom@tromey.com>
6164
6165 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
6166 condition.
6167 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
6168 Remove condition.
6169 * tui/tui-source.c (tui_source_window_base::reset): New method.
6170 * tui/tui-layout.c (make_command_window): Don't call
6171 init_and_make_win.
6172 (make_source_window, make_disasm_window): Don't call
6173 make_source_or_disasm_window.
6174 (make_data_window): Don't call init_and_make_win. Change calling
6175 convention.
6176 (show_source_disasm_command, show_data): Simplify.
6177 (make_source_or_disasm_window): Remove.
6178 (show_source_or_disasm_and_command): Simplify.
6179 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
6180 (struct tui_source_window_base) <reset>: Likewise.
6181 <execution_info>: Remove initializer.
6182 * tui/tui-data.c (tui_source_window_base): Initialize
6183 execution_info.
6184
6185 2019-07-17 Tom Tromey <tom@tromey.com>
6186
6187 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
6188 variable.
6189
6190 2019-07-17 Tom Tromey <tom@tromey.com>
6191
6192 * tui/tui.c (tui_rl_other_window): Update.
6193 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
6194 superclass method first. Always iterate over regs_content.
6195 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
6196 method.
6197 * tui/tui-win.c (tui_set_focus_command): Update.
6198
6199 2019-07-17 Tom Tromey <tom@tromey.com>
6200
6201 * tui/tui-win.c (tui_set_focus_command): Rename from
6202 tui_set_focus. Call tui_enable.
6203 (tui_set_focus_command): Remove.
6204
6205 2019-07-17 Tom Tromey <tom@tromey.com>
6206
6207 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
6208 refresh_window.
6209 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
6210 touchwin.
6211 (tui_data_window::refresh_window): Call refresh_window on data
6212 items. Always call superclass refresh_window.
6213 (tui_win_info::refresh): Remove.
6214 (tui_source_window_base::refresh_window): Update.
6215 (tui_refresh_all): Update.
6216 * tui/tui-layout.c (show_source_disasm_command): Remove call to
6217 refresh_window.
6218 (show_source_or_disasm_and_command): Likewise.
6219 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
6220 (struct tui_source_window_base) <refresh>: Likewise.
6221
6222 2019-07-17 Tom Tromey <tom@tromey.com>
6223
6224 * tui/tui-winsource.c (tui_clear_source_content)
6225 (tui_show_source_content): Update.
6226 * tui/tui-source.c (tui_source_window::showing_source_p): Check
6227 whether content is empty.
6228 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
6229 Remove.
6230
6231 2019-07-17 Tom Tromey <tom@tromey.com>
6232
6233 * tui/tui-winsource.c (tui_erase_source_content): Clear the
6234 window's contents.
6235 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
6236 * tui/tui-source.c (tui_set_source_content_nil): Remove.
6237
6238 2019-07-17 Tom Tromey <tom@tromey.com>
6239
6240 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
6241 (struct tui_data_item_window): Update.
6242
6243 2019-07-17 Tom Tromey <tom@tromey.com>
6244
6245 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
6246 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
6247 defines.
6248
6249 2019-07-17 Tom Tromey <tom@tromey.com>
6250
6251 * tui/tui-winsource.h (tui_erase_source_content)
6252 (tui_clear_source_content): Remove "display_prompt" parameter.
6253 * tui/tui-winsource.c (tui_update_source_window_as_is)
6254 (tui_update_source_windows_with_addr): Update.
6255 (tui_clear_source_content): Remove "display_prompt" parameter.
6256 (tui_erase_source_content): Likewise. Simplify.
6257 (tui_show_source_content): Update.
6258 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6259 * tui/tui-stack.c (tui_show_frame_info): Update.
6260 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
6261 Remove defines.
6262
6263 2019-07-17 Tom Tromey <tom@tromey.com>
6264
6265 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6266 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
6267 parameter.
6268 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
6269 parameter.
6270
6271 2019-07-17 Tom Tromey <tom@tromey.com>
6272
6273 * tui/tui-winsource.c (tui_clear_source_content)
6274 (tui_show_source_content, tui_show_exec_info_content)
6275 (tui_clear_exec_info_content): Update.
6276 * tui/tui-stack.c (tui_show_locator_content): Update.
6277 (tui_show_frame_info): Update.
6278 * tui/tui-source.h (tui_source_window): Don't declare.
6279 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
6280 from tui_source_is_displayed.
6281 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
6282 Remove field.
6283 (struct tui_source_window_base) <content_in_use>: New field. Now
6284 bool.
6285 (struct tui_source_window) <showing_source_p>: New method.
6286 (TUI_SRC_WIN): Change cast.
6287 * tui/tui-data.c (tui_initialize_static_data): Update.
6288
6289 2019-07-17 Tom Tromey <tom@tromey.com>
6290
6291 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
6292 location_matches_p.
6293 * tui/tui-source.c (tui_source_window::location_matches_p): New
6294 method.
6295 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
6296 method.
6297 * tui/tui-data.h (struct tui_source_window_base)
6298 <location_matches_p>: New method.
6299 (struct tui_source_window, struct tui_disasm_window)
6300 <location_matches_p>: Likewise.
6301
6302 2019-07-17 Tom Tromey <tom@tromey.com>
6303
6304 * tui/tui-win.c (tui_set_win_height_command): Rename from
6305 tui_set_win_height.
6306 (tui_set_win_height_command): Remove.
6307
6308 2019-07-17 Tom Tromey <tom@tromey.com>
6309
6310 * tui/tui-source.c (tui_source_window): New constructor. Add
6311 observer.
6312 (~tui_source_window): New destructor.
6313 (tui_source_window::style_changed): New method.
6314 * tui/tui-hooks.c (tui_redisplay_source): Remove.
6315 (tui_attach_detach_observers): Update.
6316 * tui/tui-data.h (struct tui_source_window): Make constructor not
6317 inline. Add destructor.
6318 (struct tui_source_window) <style_changed>: New method.
6319 <m_observable>: New member.
6320
6321 2019-07-17 Tom Tromey <tom@tromey.com>
6322
6323 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
6324 * tui/tui-win.c (tui_resize_all): Fix typo.
6325
6326 2019-07-17 Tom Tromey <tom@tromey.com>
6327
6328 * tui/tui-wingeneral.h (tui_refresh_all): Update.
6329 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
6330 (tui_refresh_all): Remove "list" parameter. Use foreach.
6331 * tui/tui-win.c (window_name_completer): Use foreach.
6332 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
6333 (update_tab_width): Likewise.
6334 * tui/tui-layout.c (show_layout): Update.
6335 * tui/tui-data.h (class tui_window_iterator): New.
6336 (struct all_tui_windows): New.
6337 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
6338
6339 2019-07-17 Tom Tromey <tom@tromey.com>
6340
6341 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
6342 parameter. Don't reference globals.
6343 (tui_reg_command): Update.
6344
6345 2019-07-17 Tom Tromey <tom@tromey.com>
6346
6347 * tui/tui-regs.c (tui_show_registers): Simplify.
6348
6349 2019-07-17 Tom Tromey <tom@tromey.com>
6350
6351 * tui/tui-regs.c (tui_show_registers): Update.
6352 (tui_show_register_group): Add win_info parameter.
6353
6354 2019-07-17 Tom Tromey <tom@tromey.com>
6355
6356 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
6357 Rename from tui_display_reg_element_at_line.
6358 (tui_data_window::display_registers_from_line): Update.
6359 * tui/tui-data.h (struct tui_data_window)
6360 <display_reg_element_at_line>: New method.
6361
6362 2019-07-17 Tom Tromey <tom@tromey.com>
6363
6364 * tui/tui-regs.h (tui_display_registers_from)
6365 (tui_display_registers_from_line): Don't declare.
6366 * tui/tui-windata.c (tui_data_window::display_all_data)
6367 (tui_data_window::refresh_all)
6368 (tui_data_window::do_scroll_vertical): Update.
6369 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
6370 from tui_display_registers_from.
6371 (tui_display_reg_element_at_line): Update.
6372 (tui_data_window::display_registers_from_line): Rename from
6373 tui_display_registers_from_line.
6374 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
6375 display_registers_from_line>: New methods.
6376
6377 2019-07-17 Tom Tromey <tom@tromey.com>
6378
6379 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
6380 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
6381 from tui_erase_data_content.
6382 (tui_data_window::display_all_data)
6383 (tui_data_window::refresh_all)
6384 (tui_data_window::do_scroll_vertical): Update.
6385 * tui/tui-regs.c (tui_show_registers): Update.
6386 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
6387 New method.
6388
6389 2019-07-17 Tom Tromey <tom@tromey.com>
6390
6391 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
6392 declare.
6393 * tui/tui-windata.c
6394 (tui_data_window::delete_data_content_windows): Rename from
6395 tui_delete_data_content_windows.
6396 (tui_data_window::display_all_data)
6397 (tui_data_window::do_scroll_vertical): Update.
6398 * tui/tui-data.h (struct tui_data_window)
6399 <delete_data_content_windows>: New method.
6400
6401 2019-07-17 Tom Tromey <tom@tromey.com>
6402
6403 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
6404 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
6405
6406 2019-07-17 Tom Tromey <tom@tromey.com>
6407
6408 * tui/tui-windata.h (tui_display_all_data): Don't declare.
6409 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
6410 from tui_display_all_data.
6411 * tui/tui-win.c
6412 (tui_data_window::do_make_visible_with_new_height): Update.
6413 * tui/tui-regs.c (tui_show_registers): Update.
6414 * tui/tui-layout.c (tui_set_layout): Update.
6415 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
6416 method.
6417
6418 2019-07-17 Tom Tromey <tom@tromey.com>
6419
6420 * tui/tui-windata.h (tui_display_data_from): Don't declare.
6421 * tui/tui-windata.c (tui_display_data_from): Remove.
6422 (tui_data_window::refresh_all): Update.
6423
6424 2019-07-17 Tom Tromey <tom@tromey.com>
6425
6426 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
6427 * tui/tui-windata.c (tui_display_data_from_line): Remove.
6428 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
6429 tui_display_registers_from_line.
6430 * tui/tui-regs.h (tui_display_registers_from_line): Update.
6431 * tui/tui-regs.c (tui_display_registers_from_line): Remove
6432 "force_display" parameter.
6433
6434 2019-07-17 Tom Tromey <tom@tromey.com>
6435
6436 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
6437 declare.
6438 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
6439 Rename from tui_first_reg_element_no_inline.
6440 (tui_display_reg_element_at_line)
6441 (tui_display_registers_from_line): Update.
6442 * tui/tui-data.h (struct tui_data_window)
6443 <first_reg_element_no_inline>: New method.
6444
6445 2019-07-17 Tom Tromey <tom@tromey.com>
6446
6447 * tui/tui-windata.c (tui_display_data_from)
6448 (tui_data_window::do_scroll_vertical): Update.
6449 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
6450 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
6451 Rename from tui_line_from_reg_element_no.
6452 (tui_display_registers_from_line): Update.
6453 * tui/tui-data.h (struct tui_data_window)
6454 <line_from_reg_element_no>: New method.
6455
6456 2019-07-17 Tom Tromey <tom@tromey.com>
6457
6458 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
6459 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
6460 tui_last_regs_line_no.
6461 (tui_display_reg_element_at_line)
6462 (tui_display_registers_from_line): Update.
6463 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
6464 method.
6465
6466 2019-07-17 Tom Tromey <tom@tromey.com>
6467
6468 PR tui/24722:
6469 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
6470 (tui_update_breakpoint_info): Add "being_deleted" parameter.
6471 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6472 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
6473 (tui_update_breakpoint_info): Likewise.
6474 * tui/tui-hooks.c (tui_event_create_breakpoint)
6475 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
6476 Update.
6477
6478 2019-07-17 Tom Tromey <tom@tromey.com>
6479
6480 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
6481
6482 2019-07-17 Tom Tromey <tom@tromey.com>
6483
6484 * tui/tui-winsource.c (tui_update_source_window_as_is)
6485 (tui_update_source_windows_with_addr): Update.
6486 * tui/tui-source.h (tui_set_source_content)
6487 (tui_show_symtab_source): Add "win_info" parameter.
6488 * tui/tui-source.c (tui_set_source_content): Add "win_info"
6489 parameter.
6490 (tui_show_symtab_source): Likewise.
6491
6492 2019-07-17 Tom Tromey <tom@tromey.com>
6493
6494 * tui/tui-wingeneral.c
6495 (tui_check_and_display_highlight_if_needed): Check can_highlight.
6496
6497 2019-07-17 Tom Tromey <tom@tromey.com>
6498
6499 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
6500 (struct tui_cmd_window) <can_scroll>: New method.
6501 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
6502 method.
6503
6504 2019-07-17 Tom Tromey <tromey@adacore.com>
6505
6506 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
6507 do_field_signed>: Rename. Change type of "value".
6508 * ui-out.c (ui_out::field_signed): Rename from field_int.
6509 Change type of "value".
6510 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
6511 type of "value".
6512 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
6513 do_field_int. Change type of "value".
6514 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
6515 do_field_int. Change type of "value".
6516 * tracepoint.c (trace_status_mi, tfind_1)
6517 (print_one_static_tracepoint_marker): Update.
6518 * thread.c (print_thread_info_1, print_selected_thread_frame):
6519 Update.
6520 * stack.c (print_frame, print_frame_info): Update.
6521 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
6522 Update.
6523 * source.c (print_source_lines_base): Update.
6524 * skip.c (info_skip_command): Update.
6525 * record-btrace.c (btrace_ui_out_decode_error)
6526 (btrace_call_history_src_line): Update.
6527 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
6528 Update.
6529 * progspace.c (print_program_space): Update.
6530 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
6531 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
6532 do_field_int. Change type of "value".
6533 * mi/mi-out.c (mi_ui_out::do_table_begin)
6534 (mi_ui_out::do_table_header): Update.
6535 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
6536 type of "value".
6537 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
6538 (mi_cmd_data_list_changed_registers, output_register)
6539 (mi_cmd_data_read_memory, mi_load_progress)
6540 (mi_cmd_trace_frame_collected): Update.
6541 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
6542 Update.
6543 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
6544 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
6545 (mi_cmd_var_list_children, varobj_update_one): Update.
6546 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
6547 (mi_cmd_stack_list_args, list_arg_or_local): Update.
6548 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
6549 * inferior.c (print_inferior): Update.
6550 * gdb_bfd.c (print_one_bfd): Update.
6551 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
6552 Update.
6553 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
6554 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
6555 do_field_int. Change type of "value".
6556 * cli-out.c (cli_ui_out::do_field_signed): Rename from
6557 do_field_int. Change type of "value".
6558 * breakpoint.c (watchpoint_check, print_breakpoint_location)
6559 (print_one_breakpoint_location, print_it_catch_fork)
6560 (print_one_catch_fork, print_it_catch_vfork)
6561 (print_one_catch_vfork, print_it_catch_solib)
6562 (print_it_catch_exec, print_it_ranged_breakpoint)
6563 (print_mention_watchpoint, print_mention_masked_watchpoint)
6564 (bkpt_print_it, update_static_tracepoint): Update.
6565 * break-catch-throw.c (print_it_exception_catchpoint): Update.
6566 * break-catch-syscall.c (print_it_catch_syscall): Update.
6567 * ada-tasks.c (print_ada_task_info): Update.
6568 * ada-lang.c (print_it_exception, print_mention_exception):
6569 Update.
6570
6571 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6572
6573 PR breakpoints/24541
6574 * gdbarch.c: Regenerate.
6575 * gdbarch.h: Regenerate.
6576 * gdbarch.sh: Adjust return type and parameter types for
6577 'stap_adjust_register'.
6578 (i386_stap_adjust_register): Adjust signature and return new
6579 register name.
6580 * stap-probe.c (stap_parse_register_operand): Adjust use of
6581 'gdbarch_stap_adjust_register'.
6582
6583 2019-07-17 Tom Tromey <tromey@adacore.com>
6584
6585 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
6586 declare VEC.
6587 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
6588 std::vector.
6589 (struct s390_process_info): Add initializers.
6590 (s390_add_process): Use new.
6591 (s390_linux_nat_target::low_forget_process): Use delete.
6592 (s390_linux_nat_target::low_new_fork)
6593 (s390_linux_nat_target::stopped_by_watchpoint)
6594 (s390_linux_nat_target::low_prepare_to_resume)
6595 (s390_linux_nat_target::insert_watchpoint)
6596 (s390_linux_nat_target::insert_hw_breakpoint)
6597 (s390_linux_nat_target::remove_watchpoint)
6598 (s390_linux_nat_target::remove_hw_breakpoint): Update.
6599
6600 2019-07-16 John Baldwin <jhb@FreeBSD.org>
6601
6602 * aarch64-fbsd-nat.c: Include regcache.h.
6603 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
6604 argument.
6605 (aarch64_fbsd_nat_target::fetch_registers)
6606 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
6607 variable.
6608 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
6609
6610 2019-07-16 John Baldwin <jhb@FreeBSD.org>
6611
6612 * fbsd-nat.c: Include gdbarch.h.
6613
6614 2019-07-15 Tom Tromey <tromey@adacore.com>
6615
6616 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
6617
6618 2019-07-15 Tom Tromey <tromey@adacore.com>
6619
6620 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
6621 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
6622 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
6623 * cli-out.c (cli_ui_out::do_field_int): New method.
6624 * ui-out.c (ui_out::field_unsigned): New method.
6625 * symfile.c (generic_load): Use field_unsigned.
6626 (print_transfer_performance): Likewise.
6627 * record-btrace.c (ui_out_field_uint): Remove.
6628 (btrace_call_history_insn_range, btrace_call_history): Use
6629 field_unsigned.
6630 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
6631 field_unsigned.
6632 * ui-out.h (class ui_out) <field_unsigned>: New method.
6633 <do_field_unsigned>: Likewise.
6634
6635 2019-07-15 Tom Tromey <tromey@adacore.com>
6636
6637 * mi/mi-main.c (list_available_thread_groups): Use field_string.
6638 * mi/mi-interp.c (mi_memory_changed): Use field_string.
6639 * target.c (flash_erase_command): Use field_string.
6640 * infrun.c (print_signal_received_reason): Use field_string.
6641 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
6642 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
6643 field_string.
6644 * ada-tasks.c (print_ada_task_info): Use field_string.
6645
6646 2019-07-15 Tom Tromey <tromey@adacore.com>
6647
6648 * target.c (flash_erase_command): Use field_core_addr.
6649 * symfile.c (generic_load): Use field_core_addr.
6650 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
6651 Use field_core_addr.
6652 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
6653 field_core_addr.
6654
6655 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6656
6657 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
6658 value if its desired type is smaller than a CORE_ADDR and signed.
6659
6660 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6661
6662 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
6663 of changes to field names, and use new is_reference field to
6664 decide if a property is a reference or not.
6665 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
6666 field.
6667 (struct dwarf2_property_baton): Update header comment, rename
6668 'referenced_type' to 'property_type' and update comments.
6669 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
6670 default property type, store in property baton, update to take
6671 accound of renamed field.
6672 (read_func_scope): Update call to attr_to_dynamic_prop.
6673 (read_array_type): Likewise.
6674 (dwarf2_per_cu_addr_sized_int_type): New function.
6675 (read_subrange_index_type): Move type finding code to
6676 dwarf2_per_cu_addr_sized_int_type.
6677 (read_subrange_type): Update calls to attr_to_dynamic_prop.
6678 (dwarf2_per_cu_addr_type): New function.
6679 (set_die_type): Update calls to attr_to_dynamic_prop.
6680
6681 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6682
6683 * dwarf2read.c (read_subrange_index_type): New function.
6684 (read_subrange_type): Move code into new function and call it.
6685 * gdbtypes.c (create_range_type): Add some asserts.
6686
6687 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6688
6689 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
6690 update return statements.
6691 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
6692 declaration, and update comment to match.
6693 * gdbtypes.c (resolve_dynamic_array): Update call to
6694 dwarf2_evaluate_property to match new return type.
6695
6696 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6697
6698 * valarith.c (value_subscripted_rvalue): Change lowerbound
6699 parameter type from int to LONGEST.
6700 * value.h (value_subscripted_rvalue): Likewise in declaration.
6701
6702 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6703
6704 * cli/cli-utils.c (info_print_command_completer): New function.
6705 * cli/cli-utils.h: Add 'completer.h' include, and forward
6706 declaration for 'struct cmd_list_element'.
6707 (info_print_command_completer): Declare.
6708 * stack.c (_initialize_stack): Add completer for 'info locals' and
6709 'info args'.
6710 * symtab.c (_initialize_symtab): Add completer for 'info
6711 variables' and 'info functions'.
6712 * NEWS: Mention completion for additional info commands.
6713
6714 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6715
6716 * cli/cli-utils.c (extract_info_print_args): Delete.
6717 (extract_arg_maybe_quoted): Delete.
6718 (info_print_options_defs): New variable.
6719 (make_info_print_options_def_group): New function.
6720 (extract_info_print_options): Define new function.
6721 * cli/cli-utils.h (extract_info_print_args): Delete.
6722 (struct info_print_options): New structure.
6723 (extract_info_print_options): Declare new function.
6724 * stack.c (info_locals_command): Update to use new
6725 extract_info_print_options, also add a header comment.
6726 (info_args_command): Likewise.
6727 * symtab.c (info_variables_command): Likewise.
6728 (info_functions_command): Likewise.
6729
6730 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6731
6732 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
6733 to extract string arguments.
6734 * common/common-utils.c (extract_string_maybe_quoted): New function.
6735 * common/common-utils.h (extract_string_maybe_quoted): Declare.
6736
6737 2019-07-11 Tom Tromey <tromey@adacore.com>
6738
6739 * main.c (get_init_files): Use GDBINIT, not gdbinit.
6740 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
6741 * top.h (gdbinit): Don't declare.
6742 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
6743 into...
6744 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
6745 * top.c (gdb_init): Don't call init_cli_cmds.
6746 (gdbinit): Remove.
6747 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
6748
6749 2019-07-11 Tom Tromey <tromey@adacore.com>
6750
6751 * python/py-inferior.c (add_thread_object): Don't use thread_obj
6752 after it has been moved.
6753
6754 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6755
6756 * valops.c (value_must_coerce_to_target): Change return type to
6757 bool.
6758 * value.h (value_must_coerce_to_target): Likewise.
6759
6760 2019-07-10 Simon Marchi <simon.marchi@efficios.com>
6761
6762 * breakpoint.c (is_hardware_watchpoint): Remove
6763 forward-declaration.
6764 (is_masked_watchpoint): Change return type to bool.
6765 (is_tracepoint): Likewise.
6766 (is_breakpoint): Likewise.
6767 (is_hardware_watchpoint): Likewise.
6768 (is_watchpoint): Likewise.
6769 (is_no_memory_software_watchpoint): Likewise.
6770 (is_catchpoint): Likewise.
6771 (breakpoint_1): Make FILTER parameter's return type bool.
6772 is_masked_watchpoint): Change return type to bool.
6773 (save_breakpoints): Make FILTER parameter's return type bool.
6774 * breakpoint.h (is_breakpoint): Change return type to bool.
6775 (is_watchpoint): Likewise.
6776 (is_catchpoint): Likewise.
6777 (is_tracepoint): Likewise.
6778
6779 2019-07-10 Tom Tromey <tom@tromey.com>
6780
6781 * defs.h: Don't include gdbarch.h.
6782 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
6783 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
6784 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
6785 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
6786 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
6787 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
6788 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
6789 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
6790 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
6791 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
6792 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
6793 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
6794 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
6795 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
6796 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
6797 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
6798 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
6799 record-btrace.c, record.h, regcache-dump.c, regcache.h,
6800 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
6801 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
6802 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
6803 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
6804 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
6805 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
6806 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
6807 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
6808 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
6809
6810 2019-07-10 Tom Tromey <tromey@adacore.com>
6811
6812 * ada-lang.h (is_ada_exception_catchpoint): Declare.
6813 * breakpoint.c (init_ada_exception_breakpoint): Register as
6814 bp_catchpoint.
6815 (print_one_breakpoint_location, print_one_breakpoint): Use
6816 is_ada_exception_catchpoint.
6817 * ada-lang.c (class ada_catchpoint_location): Pass
6818 bp_loc_software_breakpoint to bp_location constructor.
6819 (is_ada_exception_catchpoint): New function.
6820
6821 2019-07-10 Tom Tromey <tromey@adacore.com>
6822
6823 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
6824 VEC.
6825 (struct arm_exidx_entry): New method operator<.
6826 (struct arm_exidx_data) <section_maps>: Change type.
6827 (arm_exidx_data_free): Remove.
6828 (arm_exidx_data_key): Change type. Move lower.
6829 (arm_exidx_new_objfile): Update.
6830 (arm_compare_exidx_entries): Remove.
6831 (arm_find_exidx_entry, _initialize_arm_tdep)
6832
6833 2019-07-10 Tom Tromey <tromey@adacore.com>
6834
6835 * solib-spu.c (ocl_program_data_key): Change type.
6836 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
6837 Update.
6838
6839 2019-07-10 Tom Tromey <tromey@adacore.com>
6840
6841 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
6842 (struct solib_aix_inferior_data) <library_list>: Change type.
6843 (solib_aix_inferior_data_handle): Change type.
6844 (get_solib_aix_inferior_data): Update.
6845 (solib_aix_free_library_list): Remove.
6846 (library_list_start_library): Update.
6847 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
6848 return type.
6849 (solib_aix_get_library_list)
6850 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
6851 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
6852
6853 2019-07-10 Tom Tromey <tromey@adacore.com>
6854
6855 * solib-dsbt.c (struct dsbt_info): Add initializers.
6856 (solib_dsbt_pspace_data): Change type.
6857 (dsbt_pspace_data_cleanup): Remove.
6858 (get_dsbt_info, _initialize_dsbt_solib): Update.
6859
6860 2019-07-10 Tom Tromey <tromey@adacore.com>
6861
6862 * spu-tdep.c (spu_overlay_data): Change type.
6863 (spu_get_overlay_table, spu_overlay_new_objfile)
6864 (_initialize_spu_tdep): Update.
6865
6866 2019-07-10 Tom Tromey <tromey@adacore.com>
6867
6868 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
6869 destructor.
6870 (dbx_objfile_data_key): Change type and declare later.
6871 (DBX_SYMFILE_INFO): Rewrite.
6872 * dbxread.c (dbx_objfile_data_key): Change type.
6873 (dbx_symfile_init): Update.
6874 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
6875 (coffstab_build_psymtabs, elfstab_build_psymtabs)
6876 (stabsect_build_psymtabs, _initialize_dbxread): Update.
6877
6878 2019-07-10 Tom Tromey <tromey@adacore.com>
6879
6880 * jit.c (jit_program_space_key): Change type. Move lower.
6881 (get_jit_program_space_data): Update.
6882 (jit_program_space_data_cleanup): Remove.
6883 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
6884 Update.
6885 (struct jit_program_space_data): Add initializers.
6886
6887 2019-07-10 Tom Tromey <tromey@adacore.com>
6888
6889 * solib-darwin.c (struct darwin_info): Add initializers.
6890 (solib_darwin_pspace_data): Change type.
6891 (darwin_pspace_data_cleanup): Remove.
6892 (get_darwin_info, _initialize_darwin_solib): Update.
6893
6894 2019-07-10 Tom Tromey <tromey@adacore.com>
6895
6896 * remote-sim.c (struct sim_inferior_data): Add initializers,
6897 constructor, and destructor.
6898 (sim_inferior_data_key): Change type. Move lower.
6899 (check_for_duplicate_sim_descriptor): Update.
6900 (get_sim_inferior_data): Use new. Update.
6901 (~sim_inferior_data_cleanup): Rename from
6902 sim_inferior_data_cleanup. Simplify.
6903 (gdbsim_close_inferior, simulator_command)
6904 (sim_command_completer, _initialize_remote_sim): Update.
6905 (next_pid, INITIAL_PID): Move earlier.
6906
6907 2019-07-10 Tom Tromey <tromey@adacore.com>
6908
6909 * python/python-internal.h (create_thread_object): Return
6910 gdbpy_ref.
6911 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
6912 * python/py-inferior.c (struct threadlist_entry): Add
6913 constructor.
6914 <thread_obj>: Now a gdbpy_ref.
6915 (thread_to_thread_object): Update.
6916 (add_thread_object): Use new.
6917 (delete_thread_object): Use delete.
6918 (infpy_threads): Update.
6919 (py_free_inferior): Update. Construct "inf_obj" after acquiring
6920 GIL.
6921
6922 2019-07-10 Tom Tromey <tromey@adacore.com>
6923
6924 * valops.c (value_cast): Specialize error message for Ada.
6925
6926 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6927
6928 * breakpoint.c (breakpoint_1): Update doc and parameter names.
6929
6930 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6931
6932 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
6933 bpstat_should_step): Return bool, adjust comments.
6934 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
6935 bpstat_should_step): Likewise.
6936
6937 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6938
6939 * features/Makefile: Use feature target descriptions for Arm.
6940 * features/arm/arm-core.c: Generate new file.
6941 * features/arm/arm-fpa.c: Likewise.
6942 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
6943 * features/arm/arm-m-profile.c: Likewise.
6944 * features/arm/arm-vfpv2.c: Likewise.
6945 * features/arm/arm-vfpv3.c: Likewise.
6946 * features/arm/xscale-iwmmxt.c: Likewise.
6947 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
6948
6949 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6950
6951 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
6952 ptrace earlier.
6953
6954 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6955
6956 * features/aarch64-pauth.c: Regenerate.
6957
6958 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
6959
6960 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
6961 bool.
6962 (bpstat_what): Use false instead of 0.
6963
6964 2019-07-09 Pedro Alves <palves@redhat.com>
6965
6966 * break-catch-throw.c (is_exception_catchpoint): New.
6967 * breakpoint.c (print_one_breakpoint_location): New parameter
6968 'raw_loc'. Handle it. Use
6969 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
6970 looking at the breakpoint's type.
6971 (print_one_breakpoint): If handling "maint info breakpoints", also
6972 print locations of exception catchpoints.
6973 * breakpoint.h (is_exception_catchpoint): Declare.
6974
6975 2019-07-09 Pedro Alves <palves@redhat.com>
6976
6977 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
6978 "addr" field.
6979 (allocate_location_exception_catchpoint): New.
6980 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
6981 (initialize_throw_catchpoint_ops): Install
6982 allocate_location_exception_catchpoint as allocate_location
6983 method.
6984 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
6985 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
6986 bp_loc_other.
6987 (breakpoint_address_is_meaningful): Delete.
6988 (bl_address_is_meaningful): New.
6989 (breakpoint_locations_match): Adjust comment.
6990 (bp_location_from_bp_type): New, factored out of...
6991 (bp_location::bp_location(breakpoint *)): ... this.
6992 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
6993 factored out of...
6994 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
6995 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
6996 breakpoint_address_is_meaningful.
6997 (bp_locations_compare): Adjust comment.
6998 (update_global_location_list): Use bl_address_is_meaningful
6999 instead of breakpoint_address_is_meaningful.
7000 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
7001 explicit.
7002 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
7003 * python/py-breakpoint.c (bppy_get_location): No longer check
7004 whether location is null.
7005
7006 2019-07-09 Pedro Alves <palves@redhat.com>
7007
7008 PR c++/15468
7009 * breakpoint.c (print_one_breakpoint_location): Remove
7010 single-location assert.
7011
7012 2019-07-09 Tom Tromey <tom@tromey.com>
7013
7014 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
7015 * configure: Rebuild.
7016 * configure.ac: Change common to gdbsupport.
7017 * gdbsupport: Rename from common.
7018 * acinclude.m4: Change common to gdbsupport.
7019 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
7020 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
7021 gdbsupport.
7022 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
7023 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
7024 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
7025 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
7026 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
7027 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
7028 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
7029 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
7030 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
7031 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
7032 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
7033 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
7034 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
7035 coff-pe-read.c, command.h, compile/compile-c-support.c,
7036 compile/compile-c.h, compile/compile-cplus-symbols.c,
7037 compile/compile-cplus-types.c, compile/compile-cplus.h,
7038 compile/compile-loc2c.c, compile/compile.c, completer.c,
7039 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
7040 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
7041 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
7042 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
7043 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
7044 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
7045 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
7046 features/aarch64-core.c, features/aarch64-fpu.c,
7047 features/aarch64-pauth.c, features/aarch64-sve.c,
7048 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
7049 features/i386/32bit-core.c, features/i386/32bit-linux.c,
7050 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
7051 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
7052 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
7053 features/i386/64bit-core.c, features/i386/64bit-linux.c,
7054 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
7055 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
7056 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
7057 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
7058 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
7059 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
7060 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
7061 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
7062 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
7063 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
7064 go32-nat.c, guile/guile.c, guile/scm-ports.c,
7065 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
7066 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
7067 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
7068 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
7069 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
7070 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
7071 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
7072 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
7073 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
7074 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
7075 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
7076 minsyms.c, mips-linux-tdep.c, namespace.h,
7077 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
7078 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
7079 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
7080 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
7081 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
7082 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
7083 nat/linux-waitpid.c, nat/mips-linux-watch.c,
7084 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
7085 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
7086 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
7087 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
7088 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
7089 procfs.c, producer.c, progspace.h, psymtab.h,
7090 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
7091 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
7092 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
7093 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
7094 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
7095 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
7096 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
7097 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
7098 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
7099 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
7100 target-memory.c, target.c, target.h, target/waitstatus.c,
7101 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
7102 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
7103 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
7104 unittests/array-view-selftests.c,
7105 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
7106 unittests/common-utils-selftests.c,
7107 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
7108 unittests/format_pieces-selftests.c,
7109 unittests/function-view-selftests.c,
7110 unittests/lookup_name_info-selftests.c,
7111 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
7112 unittests/mkdir-recursive-selftests.c,
7113 unittests/observable-selftests.c,
7114 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
7115 unittests/parse-connection-spec-selftests.c,
7116 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
7117 unittests/scoped_fd-selftests.c,
7118 unittests/scoped_mmap-selftests.c,
7119 unittests/scoped_restore-selftests.c,
7120 unittests/string_view-selftests.c, unittests/style-selftests.c,
7121 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
7122 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
7123 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
7124 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
7125 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
7126 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
7127
7128 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7129
7130 * linespec.c (decode_digits_list_mode): Set explicit_line to a
7131 bool value.
7132 (decode_digits_ordinary): Set explicit_line field in sal.
7133 * symtab.c (skip_prologue_sal): Don't skip prologue for a
7134 symtab_and_line that was set on an explicit line number in
7135 assembler code. Do always update the recorded symtab and line if
7136 we do skip the prologue.
7137
7138 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7139
7140 * breakpoint.c (set_breakpoint_location_function): Remove
7141 explicit_loc parameter.
7142 (momentary_breakpoint_from_master): Update call to
7143 set_breakpoint_location_function.
7144 (add_location_to_breakpoint): Likewise.
7145
7146 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7147
7148 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
7149 required features based on default bfd type when no specific bfd
7150 is present.
7151
7152 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7153
7154 * NEWS: Mention that GDB printf and eval commands can now print
7155 C-style and Ada-style convenience var strings without
7156 calling the inferior.
7157 * printcmd.c (printf_c_string): Locally print GDB internal var
7158 instead of transiting via the inferior.
7159 (printf_wide_c_string): Likewise.
7160
7161 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7162
7163 PR breakpoints/25011
7164 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
7165
7166 2019-07-04 Tom Tromey <tom@tromey.com>
7167
7168 PR tui/24724:
7169 * tui/tui-winsource.c (tui_clear_source_content): Update.
7170 (tui_source_window_base::set_is_exec_point_at): Fix comment.
7171 (tui_update_breakpoint_info): Update.
7172 (tui_set_exec_info_content): Update.
7173 * tui/tui-source.c (tui_set_source_content_nil): Update.
7174 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
7175 has_break.
7176 * tui/tui-data.h (enum tui_bp_flag): New.
7177 (tui_bp_flags): New enum flags type.
7178 (struct tui_source_element) <break_mode>: Change type. Rename
7179 from has_break.
7180 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
7181 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
7182 constants.
7183 * tui/tui-winsource.h: Fix comment.
7184
7185 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7186
7187 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
7188 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
7189 (store_fpregs_to_thread)
7190 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7191 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
7192 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
7193 (IWMMXT_REGS_SIZE): Add define.
7194 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
7195 (fetch_vfp_regs, store_vfp_regs)
7196 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7197 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
7198
7199 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7200
7201 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
7202 defines.
7203 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
7204 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
7205 (ARM_INT_REGISTER_SIZE): ...to this.
7206 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
7207 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
7208 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
7209 (arm_linux_collect_gregset, supply_nwfpe_register)
7210 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
7211 defines.
7212 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
7213 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
7214 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
7215 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
7216 (arm_return_in_memory, arm_store_return_value)
7217 (arm_get_longjmp_target, arm_register_g_packet_guesses)
7218 (arm_record_ld_st_multiple): Likewise.
7219 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
7220 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
7221
7222 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7223
7224 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
7225 AARCH64_DISPLACED_MODIFIED_INSNS.
7226 * aarch64-tdep.c (struct aarch64_displaced_step_data)
7227 (aarch64_displaced_step_copy_insn): Likewise.
7228 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7229 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
7230 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
7231 ARM_DISPLACED_MODIFIED_INSNS.
7232 * arm-tdep.c (arm_gdbarch_init): Likewise.
7233 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7234 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
7235 (struct arm_displaced_step_closure): Use
7236 ARM_DISPLACED_MODIFIED_INSNS.
7237
7238 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7239
7240 * features/Makefile: Remove unused xml files.
7241 * features/aarch64.xml: Remove.
7242 * features/i386/amd64-avx-avx512-linux.xml: Remove.
7243 * features/i386/amd64-avx-avx512.xml: Remove.
7244 * features/i386/amd64-avx-linux.xml: Remove.
7245 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
7246 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
7247 * features/i386/amd64-avx-mpx-linux.xml: Remove.
7248 * features/i386/amd64-avx-mpx.xml: Remove.
7249 * features/i386/amd64-avx.xml: Remove.
7250 * features/i386/amd64-linux.xml: Remove.
7251 * features/i386/amd64-mpx-linux.xml: Remove.
7252 * features/i386/amd64-mpx.xml: Remove.
7253 * features/i386/amd64.xml: Remove.
7254 * features/i386/i386-avx-avx512-linux.xml: Remove.
7255 * features/i386/i386-avx-avx512.xml: Remove.
7256 * features/i386/i386-avx-linux.xml: Remove.
7257 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
7258 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
7259 * features/i386/i386-avx-mpx-linux.xml: Remove.
7260 * features/i386/i386-avx-mpx.xml: Remove.
7261 * features/i386/i386-avx.xml: Remove.
7262 * features/i386/i386-linux.xml: Remove.
7263 * features/i386/i386-mmx-linux.xml: Remove.
7264 * features/i386/i386-mmx.xml: Remove.
7265 * features/i386/i386-mpx-linux.xml: Remove.
7266 * features/i386/i386-mpx.xml: Remove.
7267 * features/i386/i386.xml: Remove.
7268 * features/i386/x32-avx-avx512-linux.xml: Remove.
7269 * features/i386/x32-avx-linux.xml: Remove.
7270 * features/i386/x32-linux.xml: Remove.
7271
7272 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7273
7274 * regformats/aarch64.dat: Remove.
7275 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
7276 * regformats/i386/amd64-avx-linux.dat: Remove.
7277 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
7278 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
7279 * regformats/i386/amd64-linux.dat: Remove.
7280 * regformats/i386/amd64-mpx-linux.dat: Remove.
7281 * regformats/i386/amd64.dat: Remove.
7282 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
7283 * regformats/i386/i386-avx-linux.dat: Remove.
7284 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
7285 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
7286 * regformats/i386/i386-linux.dat: Remove.
7287 * regformats/i386/i386-mmx-linux.dat: Remove.
7288 * regformats/i386/i386-mpx-linux.dat: Remove.
7289 * regformats/i386/i386.dat: Remove.
7290 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
7291 * regformats/i386/x32-avx-linux.dat: Remove.
7292 * regformats/i386/x32-linux.dat: Remove.
7293
7294 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7295
7296 * aarch64-tdep.c: Remove xml self tests.
7297 * amd64-linux-tdep.c: Likewise.
7298 * amd64-tdep.c: Likewise.
7299 * i386-linux-tdep.c: Likewise.
7300 * i386-tdep.c: Likewise.
7301
7302 2019-07-03 Pedro Alves <palves@redhat.com>
7303
7304 PR cli/24732
7305 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
7306 (pipe_cmd_option_defs): New.
7307 (make_pipe_cmd_options_def_group): New.
7308 (pipe_command): Use gdb::option::process_options.
7309 (pipe_command_completer): New function.
7310 (_initialize_cli_cmds): Install completer for "pipe" command.
7311
7312 2019-07-03 Pedro Alves <palves@redhat.com>
7313
7314 * cli/cli-option.c (union option_value) <string>: New field.
7315 (struct option_def_and_value): Add ctor, move ctor, dtor and
7316 use DISABLE_COPY_AND_ASSIGN.
7317 (option_def_and_value::clear_value): New.
7318 (parse_option, save_option_value_in_ctx, get_val_type_str)
7319 (add_setshow_cmds_for_options): Handle var_string.
7320 * cli-option.h (union option_def::var_address) <string>: New
7321 field.
7322 (struct string_option_def): New.
7323 * maint-test-options.c (struct test_options_opts): Add default
7324 ctor and use DISABLE_COPY_AND_ASSIGN.
7325 <string_opt>: New field.
7326 (test_options_opts::~test_options_opts): New.
7327 (test_options_opts::dump): Also dump "-string".
7328 (test_options_option_defs): Install "string.
7329
7330 2019-07-03 Pedro Alves <palves@redhat.com>
7331
7332 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
7333 option_value with a null enumeration.
7334 (complete_options): Save the option values in the context.
7335 (save_option_value_in_ctx): New, factored out from ...
7336 (process_options): ... here.
7337 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
7338 of the function.
7339 * maint-test-options.c (test_options_opts::dump): New, factored
7340 out from ...
7341 (maintenance_test_options_command_mode): ... here.
7342 (maintenance_test_options_command_completion_result): Delete.
7343 (maintenance_test_options_command_completion_text): Update
7344 comment.
7345 (maintenance_show_test_options_completion_result): Change
7346 prototype. Just print
7347 maintenance_test_options_command_completion_text.
7348 (save_completion_result): New.
7349 (maintenance_test_options_completer_mode): Pass options context to
7350 complete_options, and then save a dump.
7351 (_initialize_maint_test_options): Use add_cmd to install "maint
7352 show test-options-completion-result".
7353
7354 2019-07-03 Pedro Alves <palves@redhat.com>
7355
7356 * NEWS (New commands): Mention "with" and "maint with".
7357 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
7358 (with_command, with_command_completer): New.
7359 (pipe_command): Adjust to new repeat_previous
7360 interface.
7361 (_initialize_cli_cmds): Install the "with" command and its "w"
7362 alias.
7363 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
7364 declarations.
7365 * cli/cli-setshow.c (parse_cli_var_uinteger)
7366 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
7367 argument strings for all var_types.
7368 (get_setshow_command_value_string): New, factored out from ...
7369 (do_show_command): ... this.
7370 * cli/cli-setshow.h: Include <string>.
7371 (get_setshow_command_value_string): Declare.
7372 * command.h (repeat_previous): Now returns const char *. Adjust
7373 comment.
7374 * maint.c: Include "cli/cli-cmds.h".
7375 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
7376 (_initialize_maint_cmds): Register the "maintenance with" command.
7377 * top.c (repeat_previous): Move bits from pipe_command here:
7378 Return the saved command line, if any; error out if there's no
7379 command to relaunch.
7380
7381 2019-07-03 Pedro Alves <palves@redhat.com>
7382
7383 * NEWS (New commands): Mention "maint set/show test-settings"
7384 instead of "maint test-settings".
7385 * maint-test-settings.c (maintenance_test_settings_list): Delete.
7386 (maintenance_test_settings_set_list): Rename to ...
7387 (maintenance_set_test_settings_list): ... this.
7388 (maintenance_test_settings_show_list): Rename to ...
7389 (maintenance_show_test_settings_list): ... this.
7390 (maintenance_test_settings_cmd): Delete.
7391 (maintenance_test_settings_set_cmd): ...
7392 (maintenance_set_test_settings_cmd): ... this.
7393 (maintenance_test_settings_show_cmd): ...
7394 (maintenance_show_test_settings_cmd): ... this.
7395 (maintenance_test_settings_show_value_cmd):
7396 (maintenance_show_test_settings_value_cmd): ... this.
7397 (_initialize_maint_test_settings): No longer install the "maint
7398 test-settings" prefix command. Rename "maint test-settings set"
7399 to "maint set test-settings", and "maint test-settings show" to
7400 "maint show test-settings". Adjust all subcommands.
7401
7402 2019-07-03 Pedro Alves <palves@redhat.com>
7403
7404 * maint-test-settings.c: Fix file's intro comment. Replace all
7405 references to "test-options" with references to "test-settings",
7406 in comments.
7407
7408 2019-07-03 Pedro Alves <palves@redhat.com>
7409
7410 * maint-test-settings.c (maintenance_test_settings_xxx)
7411 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
7412 New.
7413 (maintenance_test_settings_enums): Use them.
7414 (maintenance_test_settings_enum): Default to
7415 maintenance_test_settings_xxx.
7416 (_initialize_maint_test_settings): Initialize
7417 MAINTENANCE_TEST_SETTINGS_FILENAME.
7418
7419 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7420
7421 * breakpoint.h (remove_breakpoints_inf): Change return type to
7422 void, move function documentation here.
7423 * breakpoint.c (remove_breakpoints_inf): Change return type to
7424 void, move function documentation to header.
7425
7426 2019-07-02 Pedro Alves <palves@redhat.com>
7427
7428 * NEWS (Completion improvements): Mention "info threads".
7429 * thread.c (struct info_threads_opts, info_threads_option_defs)
7430 (make_info_threads_options_def_group): New.
7431 (info_threads_command): Use gdb::option::process_options.
7432 (info_threads_command_completer): New.
7433 (_initialize_thread): Use gdb::option::build_help to build the
7434 help text for "info threads".
7435
7436 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7437
7438 * defs.h (generic_load): Move from here...
7439 * symfile.h (generic_load): ... to here. Rename name parameter
7440 to args.
7441 * symfile.c (generic_load): Add comment.
7442
7443 2019-07-01 Tom Tromey <tromey@adacore.com>
7444
7445 * dwarf2read.c
7446 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
7447 declaration of without_params. Fix formatting.
7448
7449 2019-07-01 Tom Tromey <tromey@adacore.com>
7450
7451 * ada-exp.y (find_primitive_type): Update.
7452 * ada-lang.h (ada_lookup_symbol): Update.
7453 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
7454 parameter.
7455 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
7456
7457 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7458
7459 PR breakpoints/24541
7460 * gdbarch.c: Regenerate.
7461 * gdbarch.h: Regenerate.
7462 * gdbarch.sh: Add 'stap_adjust_register'.
7463 * i386-tdep.c: Include '<unordered_set>'.
7464 (i386_stap_adjust_register): New function.
7465 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
7466 * stap-probe.c (stap_parse_register_operand): Call
7467 'gdbarch_stap_adjust_register'.
7468
7469 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7470
7471 PR python/24742
7472 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
7473 * python/python.c (do_start_initialization): Use 'xmalloc'
7474 instead of 'PyMem_Malloc'.
7475
7476 2019-06-28 Tom Tromey <tromey@adacore.com>
7477
7478 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
7479 for Ada.
7480
7481 2019-06-27 Tom Tromey <tromey@adacore.com>
7482
7483 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
7484 objfile_key.
7485 (arm_find_mapping_symbol, arm_record_special_symbol)
7486 (_initialize_arm_tdep): Update.
7487 (arm_objfile_data_free): Remove.
7488
7489 2019-06-27 Tom Tromey <tromey@adacore.com>
7490
7491 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
7492 to cp_print_static_field.
7493
7494 2019-06-26 Tom Tromey <tromey@adacore.com>
7495
7496 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
7497 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
7498 declare.
7499
7500 2019-06-26 Alan Hayward <alan.hayward@arm.com>
7501
7502 * features/aarch64-core.c (create_feature_aarch64_core):
7503 Regenerate.
7504 * features/aarch64-core.xml: Add cpsr flags.
7505
7506 2019-06-26 Alan Hayward <alan.hayward@arm.com>
7507
7508 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
7509 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
7510
7511 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7512
7513 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
7514 field.
7515 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
7516 use.
7517 (arm_record_special_symbol): Don't insert new symbol in sorted
7518 position, push it at the end.
7519
7520 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7521
7522 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
7523 (arm_mapping_symbol_s): Remove.
7524 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
7525 (arm_mapping_symbol_vec): New typedef.
7526 (struct arm_per_objfile): Add constructor.
7527 <section_maps>: Change type to
7528 std::unique_ptr<arm_mapping_symbol_vec[]>.
7529 (arm_compare_mapping_symbols): Remove.
7530 (arm_find_mapping_symbol): Adjust to section_maps type change.
7531 (arm_objfile_data_free): Call delete on arm_per_objfile.
7532 (arm_record_special_symbol): Adjust to section_maps type change.
7533 Allocate arm_per_objfile with new.
7534
7535 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7536
7537 * cli/cli-cmds.c (alias_command): Compare the alias prefix
7538 with the command prefix.
7539
7540 2019-06-25 Tom Tromey <tom@tromey.com>
7541
7542 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
7543 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
7544
7545 2019-06-25 Tom Tromey <tom@tromey.com>
7546
7547 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
7548 type.
7549 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
7550 protected.
7551
7552 2019-06-25 Tom Tromey <tom@tromey.com>
7553
7554 * tui/tui-winsource.c
7555 (tui_source_window_base::set_is_exec_point_at): Add check against
7556 LOA_ADDRESS.
7557
7558 2019-06-25 Tom Tromey <tom@tromey.com>
7559
7560 * tui/tui-source.c (tui_set_source_content): Don't check before
7561 xfree.
7562 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
7563
7564 2019-06-25 Tom Tromey <tom@tromey.com>
7565
7566 * tui/tui-winsource.h (tui_update_source_window_as_is)
7567 (tui_alloc_source_buffer, tui_line_is_displayed)
7568 (tui_addr_is_displayed): Change type of win_info.
7569 * tui/tui-winsource.c (tui_update_source_window_as_is)
7570 (tui_clear_source_content, tui_show_source_line)
7571 (tui_show_source_content, tui_source_window_base::refill)
7572 (tui_source_window_base::set_is_exec_point_at)
7573 (tui_source_window_base::set_is_exec_point_at)
7574 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
7575 (tui_alloc_source_buffer, tui_line_is_displayed)
7576 (tui_addr_is_displayed): Change type of win_info. Update.
7577 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7578 (tui_source_window_base::do_make_visible_with_new_height):
7579 Update.
7580 * tui/tui-source.c (tui_set_source_content)
7581 (tui_set_source_content_nil)
7582 (tui_source_window::do_scroll_vertical): Update.
7583 * tui/tui-layout.c (show_layout): Update.
7584 * tui/tui-disasm.c (tui_set_disassem_content)
7585 (tui_disasm_window::do_scroll_vertical): Update.
7586 * tui/tui-data.h (tui_win_content): Remove.
7587 (struct tui_gen_win_info) <content, content_size>: Remove.
7588 (struct tui_source_element): Add initializers and destructor.
7589 (union tui_which_element, struct tui_win_element): Remove.
7590 (struct tui_source_window_base) <content>: New field.
7591 (struct tui_data_window): Remove destructor.
7592 (tui_alloc_content, tui_free_win_content)
7593 (tui_free_all_source_wins_content): Don't declare.
7594 * tui/tui-data.c (tui_initialize_static_data): Update.
7595 (init_content_element, tui_alloc_content): Remove.
7596 (~tui_gen_win_info): Update.
7597 (~tui_data_window, tui_free_all_source_wins_content)
7598 (tui_free_win_content, free_content, free_content_elements):
7599 Remove.
7600
7601 2019-06-25 Tom Tromey <tom@tromey.com>
7602
7603 * tui/tui-winsource.h (tui_clear_source_content)
7604 (tui_erase_source_content, tui_show_source_content): Change type
7605 of win_info.
7606 * tui/tui-winsource.c (tui_clear_source_content)
7607 (tui_erase_source_content, tui_show_source_content): Change type
7608 of win_info.
7609 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
7610 * tui/tui-source.h (tui_set_source_content_nil): Change type of
7611 win_info.
7612 * tui/tui-source.c (tui_set_source_content_nil): Change type of
7613 win_info.
7614 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
7615
7616 2019-06-25 Tom Tromey <tom@tromey.com>
7617
7618 * tui/tui-winsource.c (tui_clear_source_content)
7619 (tui_source_window_base::set_is_exec_point_at): Update.
7620 * tui/tui-source.c (tui_set_source_content_nil): Update.
7621 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
7622 a bool.
7623 * tui/tui-data.c (init_content_element): Update.
7624
7625 2019-06-25 Tom Tromey <tom@tromey.com>
7626
7627 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
7628 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
7629 * tui/tui-layout.c (init_and_make_win): Update.
7630 * tui/tui.h (enum tui_win_type): Update.
7631 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
7632 tui_win_is_auxillary.
7633 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
7634 tui_win_is_auxillary.
7635
7636 2019-06-25 Tom Tromey <tom@tromey.com>
7637
7638 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
7639 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
7640 (tui_delete_data_content_windows, tui_display_all_data)
7641 (tui_data_window::do_scroll_vertical, tui_display_data_from):
7642 Update.
7643 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
7644 * tui/tui-regs.c (tui_last_regs_line_no)
7645 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
7646 (tui_show_registers): Update.
7647 (tui_show_register_group): Return void. Update.
7648 (tui_display_registers_from, tui_display_reg_element_at_line)
7649 (tui_display_registers_from_line, tui_check_register_values):
7650 Update.
7651 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
7652 member.
7653 (struct tui_data_window) <regs_content>: Now a std::vector.
7654 <regs_content_count>: Remove.
7655 (tui_add_content_elements, tui_free_data_content): Don't declare.
7656 * tui/tui-data.c (tui_data_window::clear_detail): Update.
7657 (init_content_element): Remove DATA_WIN case. Add assert.
7658 (tui_add_content_elements): Remove.
7659 (tui_data_window): Update.
7660 (tui_free_data_content): Remove.
7661 (free_content_elements): Remove DATA_WIN case.
7662
7663 2019-06-25 Tom Tromey <tom@tromey.com>
7664
7665 * tui/tui-data.c (tui_data_item_window): Update.
7666 * tui/tui-windata.h (tui_check_data_values): Don't declare.
7667 * tui/tui-windata.c (tui_display_all_data)
7668 (tui_display_data_from_line): Update.
7669 (tui_check_data_values): Remove.
7670 * tui/tui-regs.c (tui_show_register_group)
7671 (tui_display_reg_element_at_line): Update.
7672 * tui/tui-hooks.c (tui_register_changed)
7673 (tui_refresh_frame_and_register_information): Call
7674 tui_check_register_values.
7675 * tui/tui-data.h (struct tui_data_window) <data_content,
7676 data_content_count, data_type>: Remove.
7677 (enum tui_data_type): Remove.
7678
7679 * tui/tui-data.c (tui_data_window::clear_detail)
7680 (~tui_data_window): Update.
7681
7682 2019-06-25 Tom Tromey <tom@tromey.com>
7683
7684 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
7685 declare.
7686 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
7687 Rename from tui_first_data_item_displayed. Update.
7688 (tui_data_window::refresh_all)
7689 (tui_data_window::do_scroll_vertical): Update.
7690 * tui/tui-data.h (struct tui_data_window)
7691 <first_data_item_displayed>: Declare new method.
7692
7693 2019-06-25 Tom Tromey <tom@tromey.com>
7694
7695 * tui/tui-data.h (tui_init_generic_part): Don't declare.
7696 * tui/tui-data.c (tui_init_generic_part): Remove, moving
7697 contents...
7698 (tui_initialize_static_data): ...here.
7699
7700 2019-06-25 Tom Tromey <tom@tromey.com>
7701
7702 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7703 (tui_display_registers_from, tui_check_register_values): Update.
7704 (tui_display_register): Remove win_info parameter; update.
7705 (tui_get_register): Change type of parameters.
7706 * tui/tui-data.h (struct tui_data_element): Remove.
7707 (union tui_which_element) <data>: Remove.
7708 <data_window>: Change type.
7709 (struct tui_data_item_window): New.
7710 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
7711 case. Add assert.
7712 (~tui_data_item_window): New destructor.
7713 (free_content_elements): Remove DATA_ITEM_WIN case.
7714
7715 2019-06-25 Tom Tromey <tom@tromey.com>
7716
7717 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
7718 Remove.
7719
7720 2019-06-25 Tom Tromey <tom@tromey.com>
7721
7722 * tui/tui-data.h (struct tui_command_element): Remove.
7723 (union tui_which_element) <command>: Remove.
7724 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
7725 assert.
7726 (free_content_elements): Remove CMD_WIN case.
7727
7728 2019-06-25 Tom Tromey <tom@tromey.com>
7729
7730 * tui/tui-layout.c (tui_set_layout): Update.
7731 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
7732 * tui/tui-data.c (layout_def): Update.
7733
7734 2019-06-25 Tom Tromey <tom@tromey.com>
7735
7736 * tui/tui-wingeneral.c (tui_refresh_all): Update.
7737 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7738 (tui_source_window_base::set_new_height): Update.
7739 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
7740 Update.
7741 (tui_set_locator_fullname, tui_set_locator_info)
7742 (tui_show_frame_info): Update.
7743 * tui/tui-source.c (tui_set_source_content)
7744 (tui_source_is_displayed): Update.
7745 * tui/tui-layout.c (show_source_disasm_command, show_data)
7746 (show_source_or_disasm_and_command): Update.
7747 * tui/tui-disasm.c (tui_set_disassem_content)
7748 (tui_get_begin_asm_address): Update.
7749 * tui/tui-data.h (struct tui_locator_element): Remove.
7750 (union tui_which_element) <locator>: Remove.
7751 (struct tui_locator_window): New.
7752 (tui_locator_win_info_ptr): Change return type.
7753 * tui/tui-data.c (_locator): Change type.
7754 (tui_locator_win_info_ptr): Change return type.
7755 (init_content_element): Remove LOCATOR_WIN case. Add assert.
7756 (tui_alloc_content): Add assert.
7757
7758 2019-06-25 Tom Tromey <tom@tromey.com>
7759
7760 * tui/tui-winsource.c
7761 (tui_exec_info_window::maybe_allocate_content): New method.
7762 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
7763 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
7764 (make_source_or_disasm_window): Add cast.
7765 * tui/tui-data.h (union tui_which_element) <simple_string>:
7766 Remove.
7767 (struct tui_source_info): New.
7768 (struct tui_source_window_base) <execution_info>: Change type.
7769 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
7770 case, and add assert.
7771 (tui_alloc_content): Add assert.
7772
7773 2019-06-25 Tom Tromey <tom@tromey.com>
7774
7775 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
7776 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
7777 * tui/tui-data.c (tui_alloc_win_info): Remove.
7778
7779 2019-06-25 Tom Tromey <tom@tromey.com>
7780
7781 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
7782 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
7783 can_highlight.
7784
7785 2019-06-25 Tom Tromey <tom@tromey.com>
7786
7787 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
7788 make_visible_with_new_height method.
7789 (tui_win_info::make_visible_with_new_height): New method.
7790 (tui_source_window_base::do_make_visible_with_new_height)
7791 (tui_data_window::do_make_visible_with_new_height)
7792 (tui_cmd_window::do_make_visible_with_new_height): New methods.
7793 (make_visible_with_new_height): Remove.
7794 (tui_resize_all, tui_adjust_win_heights): Use
7795 make_visible_with_new_height method.
7796 * tui/tui-data.h (struct tui_win_info)
7797 <do_make_visible_with_new_height, make_visible_with_new_height>:
7798 New methods.
7799 (struct tui_source_window_base, struct tui_data_window)
7800 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
7801 methods.
7802
7803 2019-06-25 Tom Tromey <tom@tromey.com>
7804
7805 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
7806 method.
7807 (update_tab_width): Call update_tab_width method.
7808 * tui/tui-data.h (struct tui_win_info)
7809 (struct tui_source_window_base) <update_tab_width>: New methods.
7810
7811 2019-06-25 Tom Tromey <tom@tromey.com>
7812
7813 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
7814 parameter.
7815 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
7816 parameter.
7817 (tui_gen_win_info::make_visible): Update.
7818 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
7819 parameter.
7820 * tui/tui-data.h (enum tui_box): New enum.
7821 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
7822
7823 2019-06-25 Tom Tromey <tom@tromey.com>
7824
7825 * tui/tui-layout.c (make_source_or_disasm_window): Always use
7826 init_and_make_win for EXEC_INFO_WIN.
7827 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
7828 longer inline.
7829 (struct tui_win_info) <~tui_win_info>: Inline.
7830 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7831 Don't declare.
7832 * tui/tui-data.c (source_win, disasm_win): Remove globals.
7833 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7834 Remove.
7835 (tui_initialize_static_data): Update.
7836 (~tui_gen_win_info): Handle more cleanup here.
7837 (~tui_source_window_base): Delete "execution_info".
7838 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
7839
7840 2019-06-25 Tom Tromey <tom@tromey.com>
7841
7842 * tui/tui-layout.c (make_command_window): Don't set
7843 can_highlight.
7844 (show_source_disasm_command): Call the reset method.
7845 (show_data): Don't set can_highlight. Call the reset method.
7846 (tui_gen_win_info::reset): Rename from init_gen_win_info
7847 (init_and_make_win): Simplify. Return tui_gen_win_info.
7848 (show_source_or_disasm_and_command): Call the reset method.
7849 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
7850 (struct tui_cmd_window): Set can_highlight.
7851
7852 2019-06-25 Tom Tromey <tom@tromey.com>
7853
7854 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
7855 from make_visible.
7856 (tui_make_visible, tui_make_invisible): Rewrite.
7857 (tui_win_info::make_visible): Remove.
7858 (tui_source_window_base::make_visible): Update.
7859 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
7860 method. Moved from...
7861 (struct tui_win_info) <make_visible>: ...here.
7862
7863 2019-06-25 Tom Tromey <tom@tromey.com>
7864
7865 * tui/tui-winsource.c
7866 (tui_source_window_base::do_scroll_horizontal): Remove direction
7867 parameter.
7868 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
7869 direction parameter.
7870 * tui/tui-win.c (tui_win_info::forward_scroll)
7871 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7872 (tui_win_info::right_scroll): Update.
7873 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
7874 direction parameter.
7875 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
7876 direction parameter.
7877 * tui/tui-data.h (enum tui_scroll_direction): Remove.
7878 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
7879 Remove direction parameter.
7880 (struct tui_source_window_base, struct tui_source_window)
7881 (struct tui_disasm_window, struct tui_data_window)
7882 (struct tui_cmd_window): Update.
7883
7884 2019-06-25 Tom Tromey <tom@tromey.com>
7885
7886 * tui/tui-winsource.h (tui_set_exec_info_content)
7887 (tui_show_exec_info_content, tui_erase_exec_info_content)
7888 (tui_clear_exec_info_content, tui_update_exec_info): Change
7889 argument to tui_source_window_base.
7890 * tui/tui-winsource.c (tui_set_exec_info_content)
7891 (tui_show_exec_info_content, tui_erase_exec_info_content)
7892 (tui_clear_exec_info_content, tui_update_exec_info): Change
7893 argument to tui_source_window_base.
7894
7895 2019-06-25 Tom Tromey <tom@tromey.com>
7896
7897 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
7898 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
7899
7900 2019-06-25 Tom Tromey <tom@tromey.com>
7901
7902 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
7903 check.
7904
7905 2019-06-25 Tom Tromey <tom@tromey.com>
7906
7907 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
7908 type to void.
7909 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
7910 type to void.
7911 * tui/tui-source.c (tui_set_source_content): Update.
7912 * tui/tui-disasm.c (tui_set_disassem_content): Update.
7913
7914 2019-06-25 Tom Tromey <tom@tromey.com>
7915
7916 * tui/tui-win.c (window_name_completer, tui_set_focus)
7917 (tui_all_windows_info): Use name method.
7918 * tui/tui-data.h (struct tui_gen_win_info)
7919 (struct tui_source_window, struct tui_disasm_window)
7920 (struct tui_data_window, struct tui_cmd_window) <name>: New
7921 method.
7922 (tui_win_name): Don't declare.
7923 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
7924 (tui_win_name): Remove.
7925
7926 2019-06-25 Tom Tromey <tom@tromey.com>
7927
7928 * tui/tui-winsource.h (tui_update_source_window)
7929 (tui_update_source_window_as_is): Change parameter type.
7930 * tui/tui-winsource.c (tui_update_source_window): Change win_info
7931 to be a tui_source_window_base.
7932 (tui_update_source_window_as_is): Likewise.
7933 * tui/tui-win.c (make_visible_with_new_height): Update.
7934
7935 2019-06-25 Tom Tromey <tom@tromey.com>
7936
7937 * tui/tui-winsource.c (tui_erase_source_content)
7938 (tui_show_source_content, tui_show_exec_info_content)
7939 (tui_erase_exec_info_content): Use refresh_window method.
7940 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
7941 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
7942 from tui_refresh_win.
7943 (tui_data_window::refresh_window): New method.
7944 (tui_win_info::refresh, tui_source_window_base::refresh)
7945 (tui_refresh_all): Use refresh_window method.
7946 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
7947 method.
7948 * tui/tui-regs.c (tui_display_register): Call refresh_window
7949 method.
7950 * tui/tui-layout.c (show_source_disasm_command)
7951 (show_source_or_disasm_and_command): Call refresh_window method.
7952 * tui/tui-data.h (struct tui_gen_win_info)
7953 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
7954 New method.
7955
7956 2019-06-25 Tom Tromey <tom@tromey.com>
7957
7958 * tui/tui.c (tui_rl_other_window, tui_enable)
7959 (tui_is_window_visible, tui_get_command_dimension): Update.
7960 * tui/tui-winsource.c (tui_update_source_window_as_is)
7961 (tui_clear_source_content, tui_erase_source_content)
7962 (tui_show_source_line, tui_source_window_base::refill)
7963 (tui_source_window_base::do_scroll_horizontal)
7964 (tui_source_window_base::set_is_exec_point_at)
7965 (tui_update_breakpoint_info, tui_set_exec_info_content)
7966 (tui_alloc_source_buffer, tui_line_is_displayed)
7967 (tui_addr_is_displayed): Update.
7968 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7969 (tui_check_and_display_highlight_if_needed)
7970 (tui_win_info::make_visible, tui_win_info::refresh)
7971 (tui_refresh_all): Update.
7972 * tui/tui-windata.c (tui_first_data_item_displayed)
7973 (tui_delete_data_content_windows, tui_erase_data_content)
7974 (tui_display_all_data, tui_data_window::refresh_all)
7975 (tui_check_data_values): Update.
7976 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
7977 (tui_set_win_focus_to, tui_win_info::forward_scroll)
7978 (tui_win_info::backward_scroll, tui_refresh_all_win)
7979 (tui_resize_all, tui_set_focus, tui_all_windows_info)
7980 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
7981 (tui_source_window_base::set_new_height)
7982 (tui_data_window::set_new_height)
7983 (make_invisible_and_set_new_height)
7984 (make_visible_with_new_height, new_height_ok)
7985 (parse_scrolling_args): Update.
7986 * tui/tui-stack.c (tui_show_frame_info): Update.
7987 * tui/tui-source.c (tui_set_source_content)
7988 (tui_set_source_content_nil, tui_source_is_displayed)
7989 (tui_source_window::do_scroll_vertical): Update.
7990 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7991 (tui_display_registers_from, tui_display_reg_element_at_line)
7992 (tui_check_register_values, tui_reg_command): Update.
7993 * tui/tui-layout.c (tui_default_win_height)
7994 (show_source_disasm_command, show_data, init_and_make_win)
7995 (show_source_or_disasm_and_command): Update.
7996 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
7997 (tui_redisplay_readline, tui_mld_flush)
7998 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
7999 (tui_getc): Update.
8000 * tui/tui-disasm.c (tui_set_disassem_content)
8001 (tui_disasm_window::do_scroll_vertical): Update.
8002 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
8003 Now virtual.
8004 (struct tui_win_info): Derive from tui_gen_win_info.
8005 <~tui_win_info>: Mark as override.
8006 <generic>: Remove member.
8007 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
8008 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
8009 (~tui_data_window, ~tui_win_info)
8010 (tui_free_all_source_wins_content): Update.
8011 * tui/tui-command.c (tui_refresh_cmd_win): Update.
8012
8013 2019-06-25 Tom Tromey <tom@tromey.com>
8014
8015 * tui/tui-layout.c (init_and_make_win): Use new.
8016 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
8017 destructor, initializers.
8018 (tui_alloc_generic_win_info): Don't declare.
8019 * tui/tui-data.c (_locator): Add argument to constructor.
8020 (source_win, disasm_win): New globals.
8021 (exec_info): Remove.
8022 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
8023 Update.
8024 (tui_alloc_generic_win_info): Remove.
8025 (init_content_element): Use new.
8026 (tui_win_info::tui_win_info): Update.
8027 (free_content_elements) <case DATA_WIN>: Use delete.
8028
8029 2019-06-25 Tom Tromey <tom@tromey.com>
8030
8031 * tui/tui-wingeneral.c (tui_refresh_win): Update.
8032 * tui/tui-windata.c (tui_first_data_item_displayed)
8033 (tui_delete_data_content_windows): Update.
8034 * tui/tui-win.c (tui_data_window::set_new_height): Update.
8035 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
8036 (tui_display_registers_from, tui_check_register_values): Update.
8037 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
8038 pointer.
8039 * tui/tui-data.c (init_content_element): Update. Allocate the new
8040 window.
8041 (tui_free_data_content): Update.
8042 (free_content_elements) <case DATA_WIN>: Free the window.
8043
8044 2019-06-25 Tom Tromey <tom@tromey.com>
8045
8046 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
8047 Update.
8048 * tui/tui-layout.c (make_command_window)
8049 (show_source_disasm_command, show_data, init_and_make_win)
8050 (show_source_or_disasm_and_command): Update.
8051 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
8052 method.
8053 <can_highight, is_highlighted>: Now bool.
8054 (tui_set_win_highlight): Don't declare.
8055 * tui/tui-data.c (tui_set_win_highlight): Remove.
8056
8057 2019-06-25 Tom Tromey <tom@tromey.com>
8058
8059 * tui/tui-wingeneral.c (make_visible): Remove check of window
8060 type.
8061
8062 2019-06-25 Tom Tromey <tom@tromey.com>
8063
8064 * tui/tui-win.c (tui_win_info::max_height)
8065 (tui_cmd_window::max_height): New methods.
8066 (new_height_ok): Call max_height.
8067 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
8068 <max_height>: New method.
8069
8070 2019-06-25 Tom Tromey <tom@tromey.com>
8071
8072 * tui/tui-win.c (tui_source_window_base::set_new_height)
8073 (tui_data_window::set_new_height): New methods.
8074 (make_invisible_and_set_new_height): Call set_new_height method.
8075 * tui/tui-data.h (struct tui_win_info)
8076 (struct tui_source_window_base, struct tui_data_window)
8077 <set_new_height>: New method.
8078
8079 2019-06-25 Tom Tromey <tom@tromey.com>
8080
8081 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
8082 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
8083 tui_refresh_data_win.
8084 * tui/tui-win.c (tui_source_window_base::refresh_all): New
8085 method.
8086 (tui_refresh_all_win): Call the refresh_all method.
8087 (tui_set_focus): Likewise.
8088 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
8089 (struct tui_source_window_base, struct tui_data_window) <refresh>:
8090 Likewise.
8091
8092 2019-06-25 Tom Tromey <tom@tromey.com>
8093
8094 * tui/tui-winsource.h (tui_refill_source_window)
8095 (tui_set_is_exec_point_at): Don't declare.
8096 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
8097 (tui_source_window_base::refill): Rename from
8098 tui_refill_source_window.
8099 (tui_source_window_base::do_scroll_horizontal): Update.
8100 (tui_source_window_base::set_is_exec_point_at): Rename from
8101 tui_set_is_exec_point_at.
8102 (tui_update_all_breakpoint_info): Update.
8103 * tui/tui-stack.c (tui_show_frame_info): Update.
8104 * tui/tui-layout.c (show_data): Add cast.
8105 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
8106 * tui/tui-data.h (struct tui_source_window_base) <refill,
8107 set_is_exec_point_at>: New methods.
8108 (tui_source_windows, tui_add_to_source_windows): Update types.
8109 (tui_add_to_source_windows): Remove redundant declaration.
8110 * tui/tui-data.c (source_windows): Store tui_source_window_base.
8111 (tui_source_windows): Change return type.
8112 (tui_clear_source_windows_detail): Update.
8113 (tui_add_to_source_windows): Change type of parameter.
8114 (tui_free_all_source_wins_content): Update.
8115
8116 2019-06-25 Tom Tromey <tom@tromey.com>
8117
8118 * tui/tui-wingeneral.c (tui_win_info::refresh)
8119 (tui_source_window_base::refresh): New methods.
8120 (tui_refresh_all): Call the refresh method.
8121 * tui/tui-data.h (struct tui_win_info)
8122 (struct tui_source_window_base) <refresh>: New method.
8123
8124 2019-06-25 Tom Tromey <tom@tromey.com>
8125
8126 * tui/tui.h (tui_is_window_visible): Return bool.
8127 * tui/tui.c (tui_is_window_visible): Return bool.
8128 * tui/tui-wingeneral.c (tui_make_window, make_visible)
8129 (tui_make_visible, tui_make_invisible)
8130 (tui_win_info::make_visible)
8131 (tui_source_window_base::make_visible, make_all_visible)
8132 (tui_make_all_visible, tui_make_all_invisible): Update.
8133 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
8134 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
8135 bool.
8136 (struct tui_win_info, struct tui_source_window_base)
8137 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
8138 * tui/tui-data.c (tui_init_generic_part): Update.
8139
8140 2019-06-25 Tom Tromey <tom@tromey.com>
8141
8142 * tui/tui-wingeneral.c (tui_win_info::make_visible)
8143 (tui_source_window_base::make_visible): New methods.
8144 (make_all_visible): Make method call.
8145 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
8146 (struct tui_source_window_base, struct tui_cmd_window): Override
8147 make_visible.
8148 (tui_win_is_source_type): Don't declare.
8149 * tui/tui-data.c (tui_win_is_source_type): Remove.
8150
8151 2019-06-25 Tom Tromey <tom@tromey.com>
8152
8153 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
8154 NULL check.
8155
8156 2019-06-25 Tom Tromey <tom@tromey.com>
8157
8158 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
8159 Inline constructor. Add initializers for members.
8160 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
8161 constructors; now inline in class.
8162
8163 2019-06-25 Tom Tromey <tom@tromey.com>
8164
8165 * tui/tui-regs.c (tui_show_registers): Update.
8166 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
8167 bool.
8168 * tui/tui-data.c (tui_data_window::clear_detail)
8169 (tui_data_window): Update.
8170
8171 2019-06-25 Tom Tromey <tom@tromey.com>
8172
8173 * tui/tui-windata.c (tui_display_all_data)
8174 (tui_display_data_from_line, tui_display_data_from)
8175 (tui_check_data_values, tui_data_window::do_scroll_vertical):
8176 Update.
8177 * tui/tui-regs.c (tui_last_regs_line_no)
8178 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
8179 (tui_show_registers, tui_show_register_group)
8180 (tui_display_registers_from, tui_display_reg_element_at_line)
8181 (tui_display_registers_from_line, tui_check_register_values)
8182 (tui_reg_next, tui_reg_prev): Update.
8183 * tui/tui-layout.c (tui_set_layout, show_data): Update.
8184 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
8185 tui_data_window.
8186 (struct tui_win_info) <detail>: Remove. Add new fields from
8187 tui_data_info.
8188 (TUI_DATA_WIN): Add cast.
8189 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
8190 (~tui_data_window): Simplify.
8191
8192 2019-06-25 Tom Tromey <tom@tromey.com>
8193
8194 * tui/tui-layout.c (show_source_disasm_command)
8195 (show_source_or_disasm_and_command): Update.
8196 * tui/tui-io.c (update_cmdwin_start_line)
8197 (tui_redisplay_readline): Update.
8198 * tui/tui-data.h (struct tui_command_info): Remove.
8199 (struct tui_win_info) <detail>: Remove command_info member.
8200 (struct tui_data_window) <start_line>: New member, from
8201 tui_command_info.
8202 (TUI_CMD_WIN): Add casts.
8203
8204 2019-06-25 Tom Tromey <tom@tromey.com>
8205
8206 * tui/tui-winsource.c (tui_update_source_window)
8207 (tui_refill_source_window)
8208 (tui_source_window_base::do_scroll_horizontal)
8209 (tui_update_breakpoint_info, tui_set_exec_info_content)
8210 (tui_show_exec_info_content, tui_erase_exec_info_content)
8211 (tui_clear_exec_info_content): Update.
8212 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
8213 Update.
8214 * tui/tui-win.c (make_invisible_and_set_new_height)
8215 (make_visible_with_new_height): Update.
8216 * tui/tui-source.c (tui_set_source_content)
8217 (tui_show_symtab_source): Update.
8218 * tui/tui-layout.c (extract_display_start_addr)
8219 (show_source_disasm_command, show_data)
8220 (make_source_or_disasm_window)
8221 (show_source_or_disasm_and_command): Update.
8222 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
8223 (tui_disasm_window::do_scroll_vertical): Remove shadowing
8224 "gdbarch".
8225 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
8226 to tui_source_window_base.
8227 (struct tui_win_info) <detail>: Remove source_info member.
8228 (struct tui_source_window_base) <has_locator>: Inline.
8229 Move contents from tui_source_info; rename has_locator member to
8230 m_has_locator.
8231 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
8232 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
8233 header file.
8234 (tui_source_window_base::clear_detail, ~tui_source_window_base):
8235 Simplify.
8236 (tui_free_all_source_wins_content): Cast to
8237 tui_source_window_base.
8238
8239 2019-06-25 Tom Tromey <tom@tromey.com>
8240
8241 * tui/tui-win.c (make_invisible_and_set_new_height)
8242 (make_visible_with_new_height): Call has_locator method.
8243 * tui/tui-layout.c (show_source_disasm_command, show_data)
8244 (show_source_or_disasm_and_command): Update for bool change.
8245 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
8246 (tui_win_info) <has_locator>: New method.
8247 (struct tui_source_window_base) <has_locator>: New method.
8248 (tui_win_has_locator): Don't declare.
8249 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
8250 from tui_win_has_locator.
8251 (tui_source_window_base): Use false, not FALSE.
8252
8253 2019-06-25 Tom Tromey <tom@tromey.com>
8254
8255 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
8256 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
8257 clear_detail method directly.
8258 (tui_clear_win_detail): Remove.
8259
8260 2019-06-25 Tom Tromey <tom@tromey.com>
8261
8262 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
8263 "this", not TUI_DISASM_WIN.
8264
8265 2019-06-25 Tom Tromey <tom@tromey.com>
8266
8267 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
8268 declare.
8269 * tui/tui-winsource.c
8270 (tui_source_window_base::do_scroll_horizontal): Rename from
8271 tui_horizontal_source_scroll.
8272 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
8273 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
8274 from tui_vertical_data_scroll.
8275 * tui/tui-win.h (tui_scroll): Don't declare.
8276 * tui/tui-win.c (tui_win_info::forward_scroll)
8277 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
8278 (tui_win_info::right_scroll): Rename and update.
8279 (tui_scroll_forward_command, tui_scroll_backward_command)
8280 (tui_scroll_left_command, tui_scroll_right_command): Update.
8281 (tui_scroll): Remove.
8282 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
8283 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
8284 from tui_vertical_source_scroll.
8285 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
8286 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
8287 from tui_vertical_disassem_scroll.
8288 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
8289 do_scroll_horizontal>: New methods.
8290 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
8291 Likewise.
8292 (struct tui_source_window_base): Add do_scroll_horizontal.
8293 (struct tui_source_window, struct tui_disasm_window): Add
8294 do_scroll_vertical.
8295 (struct tui_data_window, struct tui_cmd_window): Add
8296 do_scroll_horizontal and do_scroll_vertical.
8297 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
8298
8299 2019-06-25 Tom Tromey <tom@tromey.com>
8300
8301 * tui/tui-data.h (struct tui_source_window_base): New struct.
8302 (struct tui_source_window): Derive from tui_source_window_base.
8303 (struct tui_disasm_window): New struct.
8304 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
8305 from tui_source_window::clear_detail.
8306 (tui_source_window_base): Rename from tui_source_window.
8307 (~tui_source_window_base): Rename from ~tui_source_window.
8308 (tui_alloc_win_info): Create a tui_disasm_window.
8309
8310 2019-06-25 Tom Tromey <tom@tromey.com>
8311
8312 * tui/tui-data.h (struct tui_source_window)
8313 (struct tui_data_window): Declare destructors.
8314 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
8315 destructors.
8316 (tui_win_info): Simplify.
8317
8318 2019-06-25 Tom Tromey <tom@tromey.com>
8319
8320 * tui/tui-winsource.c (tui_display_main)
8321 (tui_update_source_windows_with_addr)
8322 (tui_update_all_breakpoint_info): Update.
8323 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
8324 (new_height_ok, parse_scrolling_args): Update.
8325 * tui/tui-stack.c (tui_show_frame_info): Update.
8326 * tui/tui-data.h (struct tui_list): Remove.
8327 (tui_source_windows): Return a reference to a std::vector.
8328 * tui/tui-data.c (source_windows): Now a std::vector.
8329 (tui_source_windows): Change return type.
8330 (tui_clear_source_windows): Rewrite.
8331 (tui_clear_source_windows_detail, tui_add_to_source_windows)
8332 (tui_free_all_source_wins_content): Rewrite.
8333
8334 2019-06-25 Tom Tromey <tom@tromey.com>
8335
8336 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
8337 (struct tui_data_window, struct tui_cmd_window): Declare
8338 clear_detail method.
8339 * tui/tui-data.c (tui_source_window::clear_detail)
8340 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
8341 methods.
8342 (tui_clear_win_detail): Simplify.
8343
8344 2019-06-25 Tom Tromey <tom@tromey.com>
8345
8346 * tui/tui-layout.c (make_source_window, make_disasm_window)
8347 (make_source_or_disasm_window): Remove win_info_ptr parameter.
8348 Return the new window.
8349 (show_source_disasm_command, show_data)
8350 (show_source_or_disasm_and_command): Update.
8351
8352 2019-06-25 Tom Tromey <tom@tromey.com>
8353
8354 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
8355 parameter. Return the new window.
8356 (show_source_disasm_command): Update and remove NULL check.
8357 (show_source_or_disasm_and_command): Update.
8358
8359 2019-06-25 Tom Tromey <tom@tromey.com>
8360
8361 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
8362
8363 2019-06-25 Tom Tromey <tom@tromey.com>
8364
8365 * tui/tui-data.h (struct tui_win_info): Make constructor
8366 protected. Make destructor virtual. Add initializers.
8367 (tui_source_window, tui_data_window, tui_cmd_window): New
8368 classes.
8369 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
8370 constructor. Add "type" parameter.
8371 (tui_source_window, tui_data_window, tui_cmd_window): New
8372 constructors.
8373 (tui_alloc_win_info): Instantiate the appropriate subclass.
8374
8375 2019-06-25 Tom Tromey <tom@tromey.com>
8376
8377 * tui/tui-win.c (tui_resize_all): Use delete.
8378 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
8379 destructor.
8380 (tui_free_window): Don't declare.
8381 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
8382 Update.
8383
8384 2019-06-25 Tom Tromey <tom@tromey.com>
8385
8386 * tui/tui-data.h (struct tui_win_info): Add constructor.
8387 * tui/tui-data.c (tui_alloc_win_info): Use new.
8388 (tui_free_window): Use delete.
8389
8390 2019-06-22 Tom Tromey <tom@tromey.com>
8391
8392 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
8393 declare.
8394 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
8395
8396 2019-06-22 Tom Tromey <tom@tromey.com>
8397
8398 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
8399 declare.
8400 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
8401
8402 2019-06-22 Tom de Vries <tdevries@suse.de>
8403
8404 * dwarf2read.c (create_addrmap_from_aranges)
8405 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
8406 instead of '%zu'.
8407
8408 2019-06-21 Simon Marchi <simon.marchi@efficios.com>
8409
8410 * dwarf2read.h (dwarf2_section_info_def): Remove.
8411 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
8412 * dwarf2read.c (struct dwo_sections) <types>: Change type to
8413 std::vector<dwarf2_section_info>.
8414 (struct dwo_file) <~dwo_file>: Remove.
8415 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
8416 types field.
8417 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
8418 (dwarf2_read_debug_names): Likewise.
8419 (create_debug_types_hash_table): Change parameter type to
8420 array_view, adjust code accordingly.
8421 (dwarf2_locate_dwo_sections): Adjust to std::vector.
8422 (partial_die_info::fixup): Likewise.
8423 (determine_prefix): Likewise.
8424 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
8425
8426 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8427
8428 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
8429 gdb_bfd_ref_ptr.
8430 <~dwo_file>: Remove call to gdb_bfd_unref.
8431 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
8432 gdb_bfd_ref_ptr::get.
8433
8434 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8435
8436 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
8437 type to htab_up.
8438 * dwarf2read.c (struct dwo_file): Initialize fields.
8439 <~dwo_file>: New.
8440 (free_dwo_file): Remove, move content to ~dwo_file.
8441 (struct dwo_file_deleter): Remove.
8442 (dwo_file_up>: Remove custom deleter.
8443 (free_dwo_files): Remove.
8444 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
8445 dwo_files.
8446 (process_skeletonless_type_units): Call unique_ptr::get.
8447 (allocate_dwo_file_hash_table): Add deleter to created hash
8448 table. Change return type to htab_up.
8449 (lookup_dwo_file_slot): Don't memset dwo_file, call
8450 unique_ptr::get.
8451 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
8452 (create_dwo_unit_in_dwp_v2): Likewise.
8453 (open_and_init_dwo_file): Likewise.
8454 (free_dwo_file_from_slot): Remove.
8455
8456 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8457
8458 * dwarf2read.h (struct dwarf2_section_info) <readin,
8459 is_virtual>: Change type to bool.
8460 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
8461 true instead of 1.
8462
8463 2019-06-19 Tom Tromey <tom@tromey.com>
8464
8465 * tui/tui-data.h (tui_init_content_element): Don't declare.
8466
8467 2019-06-19 Tom Tromey <tom@tromey.com>
8468
8469 * tui/tui-data.h (tui_init_win_info): Don't declare.
8470
8471 2019-06-19 Tom de Vries <tdevries@suse.de>
8472
8473 * dwarf2read.h (abstract_to_concrete): Change type to
8474 std::unordered_map<sect_offset, std::vector<sect_offset>,
8475 gdb::hash_enum<sect_offset>>.
8476
8477 2019-06-19 Tom Tromey <tromey@adacore.com>
8478
8479 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
8480 EVAL_AVOID_SIDE_EFFECTS specially.
8481
8482 2019-06-19 Tom Tromey <tromey@adacore.com>
8483
8484 * source-cache.c (highlighter): New global.
8485 (source_cache::get_source_lines): Create a highlighter on demand.
8486
8487 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
8488
8489 * defs.h (deprecated_interactive_hook): Delete declaration.
8490 * interps.c (clear_interpreter_hooks): Remove use of
8491 deprecated_interactive_hook.
8492 * top.c (deprecated_interactive_hook): Delete definition.
8493 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
8494
8495 2019-06-18 Tom de Vries <tdevries@suse.de>
8496
8497 PR gdb/24515
8498 * dwarf2read.h (abstract_to_concrete): Change type from
8499 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
8500 std::unordered_map<sect_offset, std::vector<sect_offset>>.
8501 * dwarf2read.c (read_variable): Update.
8502 (dwarf2_fetch_die_loc_sect_off): Update.
8503
8504 2019-06-17 Tom de Vries <tdevries@suse.de>
8505
8506 PR gdb/24617
8507 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
8508 accessing parent[parent_len - 1].
8509
8510 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8511
8512 PR gdb/24364
8513 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
8514 call dtrace_process_dof with NULL dof.
8515
8516 2019-06-16 Tom de Vries <tdevries@suse.de>
8517
8518 PR gdb/24445
8519 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
8520
8521 2019-06-16 Tom Tromey <tom@tromey.com>
8522
8523 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
8524 (make_all_visible): Use address of member.
8525
8526 2019-06-16 Tom Tromey <tom@tromey.com>
8527
8528 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
8529 (tui_free_window, free_content, free_content_elements): Remove
8530 unnecessary cast.
8531 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
8532 cast.
8533 * tui/tui-regs.c (tui_show_register_group)
8534 (tui_display_registers_from, tui_display_reg_element_at_line):
8535 Remove unnecessary cast.
8536
8537 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8538
8539 * linux-nat.c (normal_mask): Delete.
8540 (_initialize_linux_nat): Don't initialise normal_mask.
8541
8542 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8543
8544 PR gdb/24445
8545 * dwarf-index-write.h (write_psymtabs_to_index): Add
8546 dwz_basename parameter.
8547 * dwarf-index-write.c (write_gdbindex): Move file writing to
8548 write_gdbindex_1. Change return type void.
8549 (assert_file_size): Move up, remove filename parameter.
8550 (write_gdbindex_1): New function.
8551 (write_debug_names): Change return type to void, call
8552 assert_file_size.
8553 (struct index_wip_file): New struct.
8554 (write_psymtabs_to_index): Add dwz_basename parameter. Move
8555 file logic to index_wip_file. Write index for dwz file if
8556 needed.
8557 (save_gdb_index_command): Pass basename of dwz file, if present.
8558 * dwarf-index-cache.c (index_cache::store): Obtain and pass
8559 build-id of dwz file, if present.
8560 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
8561 (dwarf2_get_dwz_file): Likewise.
8562 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
8563 (dwarf2_get_dwz_file): Likewise.
8564
8565 2019-06-16 Tom Tromey <tom@tromey.com>
8566
8567 * coffread.c (process_coff_symbol): Use xstrdup.
8568 * value.c (create_internalvar): Use xstrdup.
8569
8570 2019-06-16 Tom Tromey <tom@tromey.com>
8571
8572 * valops.c (value_cast, value_slice): Remove unnecessary cast.
8573 * breakpoint.c (stopin_command, stopat_command)
8574 (until_break_command, decode_location_default): Remove unnecessary
8575 cast.
8576 * utils.c (subset_compare): Remove unnecessary cast.
8577 * ada-lang.c (ada_update_initial_language): Remove unnecessary
8578 cast.
8579 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
8580 cast.
8581 * infcmd.c (path_command): Remove unnecessary cast.
8582 * coffread.c (decode_type): Remove unnecessary cast.
8583 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
8584 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
8585 * tui/tui-stack.c (tui_show_locator_content)
8586 (tui_show_frame_info): Remove unnecessary cast.
8587 * tui/tui-win.c (tui_scroll_forward_command)
8588 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
8589 (parse_scrolling_args): Remove unnecessary cast.
8590 * tui/tui-data.c (init_win_info, tui_del_window)
8591 (tui_free_window, tui_del_data_windows, tui_free_data_content)
8592 (free_content_elements): Remove unnecessary cast.
8593 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
8594 unnecessary cast.
8595 * tui/tui-source.c (tui_set_source_content)
8596 (tui_vertical_source_scroll): Remove unnecessary cast.
8597 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
8598 cast.
8599 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
8600 * tui/tui-regs.c (tui_display_registers_from)
8601 (tui_display_register): Remove unnecessary cast.
8602 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
8603 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
8604 (make_visible): Remove unnecessary cast.
8605 * tui/tui-winsource.c (tui_erase_source_content)
8606 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
8607 unnecessary cast.
8608 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
8609 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
8610 * stabsread.c (read_type, read_array_type, read_range_type):
8611 Remove unnecessary cast.
8612 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
8613 (parse_symbol, parse_type, upgrade_type, parse_external)
8614 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
8615 unnecessary cast.
8616 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
8617
8618 2019-06-16 Tom Tromey <tom@tromey.com>
8619
8620 * tui/tui-data.c (tui_alloc_generic_win_info)
8621 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
8622 checks.
8623
8624 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8625 Andrew Burgess <andrew.burgess@embecosm.com>
8626
8627 * f-typeprint.c (f_print_type): Don't return early for not
8628 associated or not allocated types.
8629 (f_type_print_varspec_suffix): Add print_rank parameter and print
8630 ranks of array types in case they dangling.
8631 (f_type_print_base): Add print_rank parameter.
8632
8633 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8634
8635 * NEWS: Mention new MI commands.
8636 * break-catch-throw.c (enum exception_event_kind): Move to
8637 breakpoint.h.
8638 (print_mention_exception_catchpoint): Output text as a single
8639 message.
8640 (catch_exception_command_1): Rename to...
8641 (catch_exception_event): ...this, make non-static, update header
8642 command, and change some parameter types.
8643 (catch_catch_command): Update for changes to
8644 catch_exception_command_1.
8645 (catch_throw_command): Likewise.
8646 (catch_rethrow_command): Likewise.
8647 * breakpoint.c (enum exception_event_kind): Delete.
8648 * breakpoint.h (enum exception_event_kind): Moved here from
8649 break-catch-throw.c.
8650 (catch_exception_event): Declare.
8651 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
8652 (mi_cmd_catch_throw): New function.
8653 (mi_cmd_catch_rethrow): New function.
8654 (mi_cmd_catch_catch): New function.
8655 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
8656 'catch-catch' entries.
8657 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
8658 (mi_cmd_catch_rethrow): Declare.
8659 (mi_cmd_catch_catch): Declare.
8660
8661 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8662
8663 * annotate.c (annotate_source_line): Change return type to void,
8664 update implementation to match.
8665 * annotate.h (annotate_source_line): Change return type to void,
8666 update header comment.
8667 * stack.c (print_frame_info): Don't change what frame information
8668 is printed based on whether annotations are on or not.
8669
8670 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8671
8672 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
8673 (annotate_source): Make static.
8674 (annotate_source_line): Moved from source.c and renamed from
8675 identify_source_line. Update the return type.
8676 * annotate.h (annotate_source): Delete declaration.
8677 (annotate_source_line): Declaration moved from source.h, and
8678 renamed from identify_source_line. Return type updated.
8679 * source.c (identify_source_line): Moved to annotate.c and renamed
8680 to annotate_source_line.
8681 (info_line_command): Remove check of annotation_level.
8682 * source.h (identify_source_line): Move declaration to annotate.h
8683 and rename to annotate_source_line.
8684 * stack.c: Add 'annotate.h' include.
8685 (print_frame_info): Remove check of annotation_level before
8686 calling annotate_source_line.
8687
8688 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8689
8690 * source-cache.c (source_cache::get_plain_source_lines): Use
8691 open_source_file_with_line_charpos instead of just
8692 open_source_file, remove call to find_source_lines.
8693 (source_cache::get_source_lines): Likewise.
8694 * source.c (find_source_lines): Make static.
8695 (get_filename_and_charpos): Renamed into...
8696 (open_source_file_with_line_charpos): ..this along with changes to
8697 return a scoped_fd, and some other minor clean ups.
8698 (identify_source_line): Use open_source_file_with_line_charpos.
8699 (search_command_helper): Use open_source_file_with_line_charpos
8700 instead of just open_source_file, remove call to
8701 find_source_lines.
8702 * source.h (open_source_file_with_line_charpos): Declare new
8703 function.
8704 (find_source_lines): Delete declaration.
8705
8706 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8707
8708 * source.c (get_filename_and_charpos): Remove fullname
8709 parameter.
8710 (identify_source_line): Update call to get_filename_and_charpos.
8711
8712 2019-06-14 Tom Tromey <tromey@adacore.com>
8713
8714 PR gdb/24502:
8715 * ui-style.h (skip_ansi_escape): Update comment.
8716 * ui-file.h (class no_terminal_escape_file): New class.
8717 * ui-file.c (no_terminal_escape_file::write)
8718 (no_terminal_escape_file::puts): New methods.
8719 * cli/cli-logging.c (handle_redirections): Use
8720 no_terminal_escape_file.
8721
8722 2019-06-14 Tom Tromey <tromey@adacore.com>
8723
8724 * NEWS: Move convenience variable news above Python news.
8725
8726 2019-06-14 Tom Tromey <tom@tromey.com>
8727
8728 * gnulib: Move directory to top-level.
8729 * configure.ac: Don't configure gnulib.
8730 * configure: Rebuild.
8731 * common/common-defs.h: Use new path to gnulib.
8732 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
8733 (GNULIB_H): Remove.
8734 (INCGNU): Look in new gnulib location.
8735 (HFILES_NO_SRCDIR): Remove gnulib files.
8736 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
8737 (generated_files): Remove GNULIB_H.
8738 ($(LIBGNU), all-lib): Remove targets.
8739 (distclean): Don't mention GNULIB_BUILDDIR.
8740 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
8741
8742 2019-06-14 Tom Tromey <tromey@adacore.com>
8743
8744 * symfile.c (add_symbol_file_command): Remove obsolete comment.
8745 Warn if symbol file does not provide any symbols.
8746
8747 2019-06-14 Tom Tromey <tromey@adacore.com>
8748
8749 * source.c (find_and_open_source): Respect basenames_may_differ.
8750
8751 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
8752
8753 * annotate.c (annotate_breakpoints_invalid): Make use of
8754 scoped_restore_terminal_state.
8755 (annotate_frames_invalid): Likewise.
8756
8757 2019-06-14 Tom Tromey <tromey@adacore.com>
8758
8759 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
8760 allow assignment to an internalvar.
8761
8762 2019-06-14 Tom Tromey <tromey@adacore.com>
8763
8764 * ada-lex.l: Allow "_" in attribute names.
8765
8766 2019-06-14 Tom Tromey <tromey@adacore.com>
8767
8768 PR gdb/24653:
8769 * regcache.c (registers_changed): Don't call alloca.
8770 * top.c (execute_command): Don't call alloca.
8771
8772 2019-06-13 Pedro Alves <palves@redhat.com>
8773
8774 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
8775 'expression'. When parsing an expression, error out if there's
8776 junk after "unlimited".
8777 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8778 (do_set_command): Adjust calls to is_unlimited_literal.
8779
8780 2019-06-13 Pedro Alves <palves@redhat.com>
8781
8782 * compile/compile.c (make_compile_options_def_group): Add braces
8783 around array_view initializer.
8784 * thread.c (make_thread_apply_all_options_def_group)
8785 (make_thread_apply_all_options_def_group): Likewise.
8786
8787 2019-06-13 Pedro Alves <palves@redhat.com>
8788
8789 * NEWS (New commands): Mention "maint test-options
8790 require-delimiter", "maint test-options unknown-is-error", "maint
8791 test-options unknown-is-operand" and "maint show
8792 test-options-completion-result".
8793 (New command options, command completion): New section.
8794 (Completion improvements): New section.
8795 Mention that you can abbreviate "unlimited".
8796
8797 2019-06-13 Pedro Alves <palves@redhat.com>
8798
8799 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
8800 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
8801 * unittests/cli-utils-selftests.c (test_parse_flags)
8802 (test_parse_flags_qcs): Delete.
8803 (test_cli_utils): Don't call deleted functions.
8804
8805 2019-06-13 Pedro Alves <palves@redhat.com>
8806
8807 * thread.c: Include "cli/cli-option.h".
8808 (tp_array_compar_ascending): Global.
8809 (tp_array_compar): Delete function.
8810 (tp_array_compar_ascending, tp_array_compar_descending): New
8811 functions.
8812 (ascending_option_def, qcs_flag_option_def)
8813 (thr_qcs_flags_option_defs)
8814 (make_thread_apply_all_options_def_group)
8815 (make_thread_apply_options_def_group): New.
8816 (thread_apply_all_command): Use gdb::option::process_options.
8817 (thread_apply_command_completer)
8818 (thread_apply_all_command_completer): New.
8819 (thread_apply_command): Use gdb::option::process_options.
8820 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
8821 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
8822 to generate help text of "thread apply". Adjust "taas"'s help.
8823 * tid-parse.c (tid_range_parser::in_thread_range): New method.
8824 * tid-parse.h (tid_range_parser::in_thread_range): New method.
8825
8826 2019-06-13 Pedro Alves <palves@redhat.com>
8827
8828 * thread.c (thread_apply_command): Check for invalid TID with
8829 isdigit instead of !isalpha.
8830
8831 2019-06-13 Pedro Alves <palves@redhat.com>
8832
8833 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
8834 (validate_flags_qcs): New.
8835 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
8836 (validate_flags_qcs): Declare.
8837 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
8838 (make_frame_apply_options_def_group): New.
8839 (frame_apply_command_count): Process options with
8840 gdb::option::process_options.
8841 (frame_apply_completer): New.
8842 (frame_apply_level_completer, frame_apply_all_completer)
8843 (frame_apply_completer): New.
8844 (_initialize_stack): Update help of "frame apply", "frame apply
8845 level", "frame apply all" and "faas" to mention supported options
8846 and install command completers.
8847 * stack.h (frame_apply_all_completer): Declare.
8848 * thread.c: Include "stack.h".
8849 (tfaas_command): Add "--".
8850 (_initialize_thread): Update help "tfaas" to mention supported
8851 options and install command completer.
8852
8853 2019-06-13 Pedro Alves <palves@redhat.com>
8854
8855 * completer.c (complete_nested_command_line): New.
8856 (gdb_completion_word_break_characters_throw): Add assertion.
8857 * completer.h (complete_nested_command_line): Declare.
8858
8859 2019-06-13 Pedro Alves <palves@redhat.com>
8860
8861 * stack.c (parse_backtrace_qualifiers): New.
8862 (backtrace_command): Use it.
8863 (backtrace_command_completer): Complete on qualifiers.
8864
8865 2019-06-13 Pedro Alves <palves@redhat.com>
8866
8867 * frame.c: Include "cli/cli-option.h.
8868 (user_set_backtrace_options): New.
8869 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
8870 Delete.
8871 (get_prev_frame): Adjust.
8872 (boolean_option_def, uinteger_option_def)
8873 (set_backtrace_option_defs): New.
8874 (_initialize_frame): Adjust and use
8875 gdb::option::add_setshow_cmds_for_options to install "set
8876 backtrace past-main" and "set backtrace past-entry".
8877 * frame.h: Include "cli/cli-option.h".
8878 (struct frame_print_options): Forward declare.
8879 (print_frame_arguments_all, print_frame_arguments_scalars)
8880 (print_frame_arguments_none): Declare.
8881 (print_entry_values): Delete declaration.
8882 (struct frame_print_options, user_frame_print_options): New.
8883 (struct set_backtrace_options): New.
8884 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
8885 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
8886 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
8887 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
8888 (list_args_or_locals): Add frame_print_options parameter.
8889 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8890 * python/py-framefilter.c (enumerate_args): Pass down
8891 USER_FRAME_PRINT_OPTIONS.
8892 * stack.c: Include "cli/cli-option.h".
8893 (print_frame_arguments_all, print_frame_arguments_scalars)
8894 (print_frame_arguments_none): Declare.
8895 (print_raw_frame_arguments, print_entry_values): Delete.
8896 (user_frame_print_options): New.
8897 (boolean_option_def, enum_option_def, frame_print_option_defs):
8898 New.
8899 (struct backtrace_cmd_options): New.
8900 (bt_flag_option_def): New.
8901 (backtrace_command_option_defs): New.
8902 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8903 (print_frame_arg, read_frame_arg, print_frame_args)
8904 (print_frame_info, print_frame): Add frame_print_options parameter
8905 and use it.
8906 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
8907 (backtrace_command_1): Add frame_print_options and
8908 backtrace_cmd_options parameters and use them.
8909 (make_backtrace_options_def_group): New.
8910 (backtrace_command): Process command options with
8911 gdb::option::process_options.
8912 (backtrace_command_completer): New.
8913 (_initialize_stack): Extend "backtrace"'s help to mention
8914 supported options. Install completer for "backtrace".
8915 Install some settings commands with add_setshow_cmds_for_options.
8916
8917 2019-06-13 Pedro Alves <palves@redhat.com>
8918
8919 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
8920 and that "set/show print raw frame-arguments" are now deprecated.
8921
8922 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
8923 command.
8924 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
8925 * stack.c (_initialize_stack): Install "set/show print
8926 raw-frame-arguments", and deprecate "set/show print raw
8927 frame-arguments".
8928 * valprint.c (_initialize_valprint): Deprecate "set/show print
8929 raw".
8930
8931 2019-06-13 Pedro Alves <palves@redhat.com>
8932
8933 * compile/compile.c (struct compile_options): New.
8934 (compile_flag_option_def, compile_command_option_defs)
8935 (make_compile_options_def_group): New.
8936 (compile_file_command): Handle options with
8937 gdb::option::process_options.
8938 (compile_file_command_completer): New function.
8939 (compile_code_command): Handle options with
8940 gdb::option::process_options.
8941 (compile_code_command_completer): New function.
8942 (_initialize_compiler): Install completers for "compile code" and
8943 "compile file". Mention available options in "compile code" and
8944 "compile code"'s help.
8945 * completer.c (advance_to_completion_word): New, factored out from
8946 ...
8947 (advance_to_expression_complete_word_point): ... this.
8948 (advance_to_filename_complete_word_point): New.
8949 * completer.h (advance_to_filename_complete_word_point): New
8950 declaration.
8951
8952 2019-06-13 Pedro Alves <palves@redhat.com>
8953
8954 * compile/compile.c: Include "cli/cli-option.h".
8955 (compile_print_value): Scope data pointer is now a
8956 value_print_options pointer; adjust.
8957 (compile_print_command): Process options. Scope data pointer is
8958 now a value_print_options pointer; adjust.
8959 (_initialize_compile): Update "compile print"'s help to include
8960 supported options. Install a completer for "compile print".
8961 * cp-valprint.c (show_vtblprint, show_objectprint)
8962 (show_static_field_print): Delete.
8963 (_initialize_cp_valprint): Don't install "set print
8964 static-members", "set print vtbl", "set print object" here.
8965 * printcmd.c: Include "cli/cli-option.h" and
8966 "common/gdb_optional.h".
8967 (print_command_parse_format): Rework to fill in a
8968 value_print_options instead of a format_data.
8969 (print_value): Change parameter type from format_data pointer to
8970 value_print_options reference. Adjust.
8971 (print_command_1): Process options. Adjust to pass down a
8972 value_print_options.
8973 (print_command_completer): New.
8974 (_initialize_printcmd): Install print_command_completer as
8975 handle_brkchars completer for the "print" command. Update
8976 "print"'s help to include supported options.
8977 * valprint.c: Include "cli/cli-option.h".
8978 (show_vtblprint, show_objectprint, show_static_field_print): Moved
8979 here from cp-valprint.c.
8980 (boolean_option_def, uinteger_option_def)
8981 (value_print_option_defs, make_value_print_options_def_group):
8982 New. Use gdb::option::add_setshow_cmds_for_options to install
8983 "set print elements", "set print null-stop", "set print repeats",
8984 "set print pretty", "set print union", "set print array", "set
8985 print address", "set print symbol", "set print array-indexes".
8986 * valprint.h: Include <string> and "cli/cli-option.h".
8987 (make_value_print_options_def_group): Declare.
8988 (print_value): Change parameter type from format_data pointer to
8989 value_print_options reference.
8990 (print_command_completer): Declare.
8991
8992 2019-06-13 Pedro Alves <palves@redhat.com>
8993
8994 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
8995 (COMMON_SFILES): Add maint-test-settings.c.
8996 * cli/cli-decode.c (boolean_enums): New global, factored out from
8997 ...
8998 (add_setshow_boolean_cmd): ... here.
8999 * cli/cli-decode.h (boolean_enums): Declare.
9000 * cli/cli-option.c: New file.
9001 * cli/cli-option.h: New file.
9002 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
9003 factored out from ...
9004 (parse_cli_boolean_value(const char *)): ... this.
9005 (is_unlimited_literal): Change parameter type to pointer to
9006 pointer. Adjust and advance ARG pointer.
9007 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
9008 (parse_cli_var_enum): New, factored out from ...
9009 (do_set_command): ... this. Adjust.
9010 * cli/cli-setshow.h (parse_cli_boolean_value)
9011 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
9012 (parse_cli_var_enum): Declare.
9013 * cli/cli-utils.c: Include "cli/cli-option.h".
9014 (get_ulongest): New.
9015 * cli/cli-utils.h (get_ulongest): Declare.
9016 (check_for_argument): New overloads.
9017 * maint-test-options.c: New file.
9018
9019 2019-06-13 Pedro Alves <palves@redhat.com>
9020
9021 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
9022 parse a range if "-" is at the end of the string.
9023
9024 2019-06-13 Pedro Alves <palves@redhat.com>
9025
9026 * cli/cli-setshow.c (parse_auto_binary_operation)
9027 (parse_cli_boolean_value): Don't allow "o".
9028
9029 2019-06-13 Pedro Alves <palves@redhat.com>
9030
9031 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
9032 * NEWS: Mention maint test-settings KIND.
9033 * maint-test-settings.c: New file.
9034
9035 2019-06-13 Pedro Alves <palves@redhat.com>
9036
9037 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
9038 completer.
9039 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
9040 "set" completers.
9041
9042 2019-06-13 Pedro Alves <palves@redhat.com>
9043
9044 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
9045 after item.
9046
9047 2019-06-13 Pedro Alves <palves@redhat.com>
9048
9049 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
9050
9051 2019-06-13 Pedro Alves <palves@redhat.com>
9052
9053 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
9054 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
9055 call.
9056 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
9057 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
9058 calls.
9059 (check_for_argument): Skip spaces after argument.
9060
9061 2019-06-13 Pedro Alves <palves@redhat.com>
9062
9063 * thread.c (thread_apply_command): Adjust TID parsing.
9064 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
9065 detected before end of string.
9066 (tid_is_in_list): Error out if LIST is invalid.
9067
9068 2019-06-13 Pedro Alves <palves@redhat.com>
9069
9070 * completer.c (complete_line_internal_1): Rewind completion word
9071 point.
9072 (completion_tracker::advance_custom_word_point_by): Change
9073 parameter type to int.
9074 * completer.h (completion_tracker::advance_custom_word_point_by):
9075 Likewise.
9076
9077 2019-06-13 Pedro Alves <palves@redhat.com>
9078
9079 * completer.c (advance_to_completion_word): Handle delimiters.
9080
9081 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
9082
9083 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
9084
9085 2019-06-11 Tom Tromey <tom@tromey.com>
9086
9087 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
9088 (xmalloc_failed): Move to alloc.c.
9089 * alloc.c: New file.
9090 * Makefile.in (COMMON_SFILES): Add alloc.c.
9091
9092 2019-06-11 Tom Tromey <tom@tromey.com>
9093
9094 * nat/linux-waitpid.c: Don't include server.h.
9095 (linux_debug): Remove.
9096 (my_waitpid): Update.
9097
9098 2019-06-11 Tom Tromey <tromey@adacore.com>
9099
9100 * infcall.c (_initialize_infcall): Remove trailing newline from
9101 help.
9102 * user-regs.c (_initialize_user_regs): Remove trailing newline
9103 from help.
9104 * typeprint.c (_initialize_typeprint): Remove trailing newline
9105 from help.
9106 * reverse.c (_initialize_reverse): Remove trailing newlines from
9107 help.
9108 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
9109 from help.
9110 * language.c (add_set_language_command): Remove trailing newline
9111 from help.
9112 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
9113 help.
9114 * disasm.c (_initialize_disasm): Remove trailing newline from
9115 help.
9116 * top.c (init_main): Remove trailing newline from help.
9117 * interps.c (_initialize_interpreter): Remove trailing newline
9118 from help.
9119 * btrace.c (_initialize_btrace): Remove trailing newlines from
9120 help.
9121 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
9122 from help.
9123 * python/python.c (_initialize_python): Remove trailing newline
9124 from help.
9125 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
9126 help.
9127 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
9128 from help. Reformat some text.
9129 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
9130 from help.
9131 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
9132 newline from help.
9133
9134 2019-06-11 Tom Tromey <tromey@adacore.com>
9135
9136 * darwin-nat.c (darwin_decode_exception_message)
9137 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
9138
9139 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
9140
9141 * valops.c (value_slice): Check for not allocated or not
9142 associated values.
9143
9144 2019-06-10 Tom de Vries <tdevries@suse.de>
9145
9146 PR gdb/24618
9147 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
9148 sure an empty slot (defined by a 32-bit zero pair) is recognized as
9149 invalid.
9150
9151 2019-06-10 Tom de Vries <tdevries@suse.de>
9152
9153 PR gdb/24611
9154 * linespec.c (linespec_lexer_lex_string): Remove incorrect
9155 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
9156
9157 2019-06-10 Tom de Vries <tdevries@suse.de>
9158
9159 PR symtab/24545
9160 * symtab.c (struct demangled_name_entry): Add language field.
9161 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
9162 static minimal symbol". Set and use language field.
9163
9164 2019-06-10 Tom Tromey <tromey@adacore.com>
9165
9166 * ada-lang.c (_initialize_ada_language): Update help text.
9167
9168 2019-06-10 Tom Tromey <tromey@adacore.com>
9169
9170 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
9171 with a newline.
9172 * guile/guile.c (handle_boot_error): Don't end warning with a
9173 newline.
9174 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
9175 warning with a newline.
9176 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
9177 newline.
9178 (s12z_frame_cache): Likewise.
9179 * dwarf-index-cache.c (index_cache::store): Don't end warning with
9180 a newline.
9181 * solib-svr4.c (disable_probes_interface): Don't end warning with
9182 a newline.
9183 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
9184 newline.
9185 * python/python.c (do_finish_initialization): Don't end warning
9186 with a newline.
9187
9188 2019-06-10 Tom Tromey <tom@tromey.com>
9189
9190 * python/py-breakpoint.c (gdbpy_breakpoint_created)
9191 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
9192 gdbpy_enter.
9193
9194 2019-06-10 Tom Tromey <tromey@adacore.com>
9195
9196 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
9197 data.
9198 (elf_new_init): Don't call stabsread_new_init.
9199 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
9200 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
9201 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
9202
9203 2019-06-10 Tom de Vries <tdevries@suse.de>
9204
9205 PR symtab/16264
9206 PR symtab/24517
9207 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
9208
9209 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
9210
9211 * source.c (find_and_open_source): Also rewrite relative file
9212 names.
9213
9214 2019-04-26 Amos Bird <amosbird@gmail.com>
9215
9216 * annotate.c (annotate_thread_exited): Add "thread-exited"
9217 annotation.
9218
9219 2019-06-06 Tom Tromey <tromey@adacore.com>
9220
9221 * maint.h (class scoped_command_stats): Use
9222 DISABLE_COPY_AND_ASSIGN.
9223 <print_time>: New method.
9224 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
9225 print_time.
9226 (scoped_command_stats::print_time): New method.
9227
9228 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
9229
9230 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
9231 instructions of lengths 6 or 8 bytes.
9232
9233 2019-06-04 Pedro Alves <palves@redhat.com>
9234
9235 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
9236
9237 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
9238 * breakpoint.c (condition_completer): Likewise.
9239 * cli/cli-dump.c (scan_expression): Likewise.
9240 * common/filestuff.c (mkdir_recursive): Likewise.
9241 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
9242 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
9243 (gdb_abspath): Likewise.
9244 * compile/compile-cplus-types.c
9245 (compile_cplus_instance::decl_name): Likewise.
9246 * completer.c (complete_explicit_location):
9247 (signal_completer, reg_or_group_completer_1): Likewise.
9248 * cp-support.c (cp_remove_params_if_any): Likewise.
9249 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
9250 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
9251 * infcmd.c (strip_bg_char): Likewise.
9252 * linespec.c (copy_token_string): Likewise.
9253 * mi/mi-main.c (output_cores): Likewise.
9254 * psymtab.c (psymtab_search_name):
9255 * symfile.c (test_set_ext_lang_command): Likewise.
9256 * target.c (target_fileio_read_stralloc): Likewise.
9257 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
9258 * value.c (complete_internalvar): Likewise.
9259
9260 2019-06-04 Christian Biesinger <cbiesinger@google.com>
9261
9262 Add objfile property to gdb.Type.
9263 * NEWS: Mention Python API addition.
9264 * python/py-type.c (typy_get_objfile): New method.
9265
9266 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9267
9268 * NEWS: Mention the new set|show style [title|highlight].
9269 Mention changes to "show style", "help" and "apropos".
9270
9271 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9272
9273 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
9274 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
9275 instead of print_help_for_command.
9276 (print_doc_of_command): New function.
9277 (help_list): Add 'apropos -v word' suggestion.
9278 (print_help_for_command): Style the command name using title style.
9279 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
9280 (_initialize_cli_cmds): Describe -v in apropos_command help.
9281
9282 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9283
9284 * cli/cli-style.h (cli_style_option): Add name in constructor,
9285 add m_name class member, add constructor with intensity,
9286 add name class function.
9287 (cli_style_option::add_setshow_commands): Remove name argument.
9288 (highlight_style, title_style): New styles.
9289 * cli/cli-style.c (do_show): New function that shows a style
9290 characteristic styling the style name with itself.
9291 (set_style_name): New function.
9292 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
9293 Update all callers according to the changes in cli/cli-style.h.
9294 * utils.h (fputs_highlighted): New function.
9295 * utils.c (fputs_highlighted): Likewise.
9296
9297 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9298
9299 * NEWS: Mention new pipe command and new convenience variables.
9300
9301 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9302
9303 * cli/cli-cmds.c (pipe_command): New function.
9304 (_initialize_cli_cmds): Call add_com for pipe_command.
9305 Define | as an alias for pipe.
9306 (exit_status_set_internal_vars): New function.
9307 (shell_escape): Call exit_status_set_internal_vars.
9308 cli/cli-decode.c (find_command_name_length): Recognize | as
9309 a single character command.
9310
9311 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9312
9313 * gdbcmd.h (execute_command_to_ui_file): New declaration.
9314 top.c (execute_command_to_ui_file): New function, mostly a copy
9315 of execute_command_to_string.
9316 (execute_command_to_string): Implement by calling
9317 execute_command_to_ui_file.
9318
9319 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9320
9321 * top.h (saved_command_line): Remove declaration.
9322 * top.c (previous_saved_command_line, previous_repeat_arguments):
9323 New variables.
9324 (saved_command_line): Make static, define together with other
9325 'repeat variables'.
9326 (dont_repeat): Clear repeat_arguments.
9327 (repeat_previous, get_saved_command_line, save_command_line):
9328 New functions.
9329 (gdb_init): Initialize saved_command_line
9330 and previous_saved_command_line.
9331 * main.c (captured_main_1): Remove saved_command_line initialization.
9332 * event-top.c (handle_line_of_input): Update to use
9333 the new 'repeat' related functions instead of direct access to
9334 saved_command_line.
9335 * command.h (repeat_previous, get_saved_command_line,
9336 save_command_line): New declarations.
9337 (dont_repeat): Add comment.
9338
9339 2019-05-30 Tom Tromey <tromey@adacore.com>
9340
9341 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
9342 Fix comment.
9343 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
9344
9345 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
9346
9347 PR cli/24587
9348 * completer.c (complete): Initialize variable word.
9349
9350 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
9351
9352 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9353 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
9354 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
9355 'body' is NULL to the outter 'if', protecting the '!is_define'
9356 situation as well.
9357
9358 2019-05-29 Tom Tromey <tromey@adacore.com>
9359
9360 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
9361 (dwarf_unknown): New function.
9362 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
9363 (dwarf_type_encoding_name): Use dwarf_unknown.
9364
9365 2019-05-29 Tom Tromey <tromey@adacore.com>
9366
9367 PR c++/20020:
9368 * cp-valprint.c (cp_print_value_fields): Call
9369 cp_print_static_field inside "try".
9370
9371 2019-05-29 Tom Tromey <tromey@adacore.com>
9372
9373 * inflow.c (struct terminal_info): Add default operator=.
9374 * configure: Rebuild.
9375 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
9376 -Wdeprecated-copy-dtor, -Wredundant-move.
9377
9378 2019-05-29 Tom Tromey <tromey@adacore.com>
9379
9380 * NEWS: Add entry.
9381 * infcmd.c (print_return_value_1): Handle finish_print
9382 option.
9383 (show_print_finish): New function.
9384 (_initialize_infcmd): Add "set/show print finish" commands.
9385 * valprint.c (user_print_options): Initialize new member.
9386 * valprint.h (struct value_print_options) <finish_print>: New
9387 member.
9388
9389 2019-05-28 Tom Tromey <tromey@adacore.com>
9390
9391 * ada-lang.c (ada_remove_Xbn_suffix)
9392 (find_old_style_renaming_symbol)
9393 (parse_old_style_renaming): Remove.
9394 (ada_find_renaming_symbol): Don't call
9395 find_old_style_renaming_symbol.
9396 (ada_is_renaming_symbol): Rename from
9397 ada_find_renaming_symbol. Remove "block" parameter. Return
9398 bool. Now static.
9399 (ada_read_var_value): Update and simplify.
9400 * ada-exp.y (write_var_or_type): Remove old code.
9401
9402 2019-05-28 Alan Hayward <alan.hayward@arm.com>
9403
9404 PR gdb/25010
9405 * event-top.c: Remove include comment.
9406 * inflow.c (class scoped_ignore_sigttou): Move from here...
9407 * inflow.h (class scoped_ignore_sigttou): ...to here.
9408 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
9409 * top.c: Remove include comment.
9410
9411 2019-05-27 Tom Tromey <tom@tromey.com>
9412
9413 * NEWS: Fix typo.
9414
9415 2019-05-22 Tom Tromey <tromey@adacore.com>
9416
9417 * target.c (target_follow_exec): Constify parameter.
9418 * target-delegates.c: Rebuild.
9419 * remote.c (remote_target::follow_exec): Constify parameter.
9420 * infrun.c (follow_exec): Constify parameter.
9421 * target.h (struct target_ops) <follow_exec>: Constify parameter.
9422 (target_follow_exec): Likewise.
9423
9424 2019-05-22 Alan Hayward <alan.hayward@arm.com>
9425
9426 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
9427 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
9428
9429 2019-05-22 Alan Hayward <alan.hayward@arm.com>
9430
9431 * NEWS: Add debugredirect and testsuite sections.
9432
9433 2019-05-22 Simon Cook <simon.cook@embecosm.com>
9434
9435 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
9436 target descriptions using exclusively floating point register name
9437 aliases.
9438
9439 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9440
9441 PR gdb/18644:
9442 * f-lang.c (build_fortran_types): Handle the case where
9443 gdbarch_floatformat_for_type returns a nullptr.
9444
9445 2019-05-21 Tom de Vries <tdevries@suse.de>
9446
9447 PR cli/24587
9448 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
9449
9450 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9451
9452 PR gdb/18644:
9453 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
9454 16-byte floats.
9455 * i386-tdep.c (i386_floatformat_for_type): Use
9456 floatformats_ia64_quad for the 16-byte floating point component
9457 within a fortran 32-byte complex number.
9458
9459 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9460
9461 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
9462 delete default constructor.
9463 (find_partial_die): Update to return const struct.
9464 (partial_die_parent_scope): Move variable declaration into scope
9465 of its use and change its type to auto.
9466 (guess_partial_die_structure_name): Likewise.
9467 (partial_die_info::fixup): Likewise.
9468
9469 2019-05-17 Tom Tromey <tromey@adacore.com>
9470
9471 * source.c (find_and_open_source): Remove cast.
9472
9473 2019-05-17 Tom Tromey <tromey@adacore.com>
9474
9475 * annotate.c (annotate_source): Make "filename" const.
9476 * annotate.h (annotate_source): Use const.
9477
9478 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9479
9480 * disasm.c (set_disassembler_options): Send errors to stderr.
9481
9482 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9483
9484 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
9485 (cli_interp_base::set_logging): Check debug_redirect.
9486 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
9487 * cli/cli-logging.c (debug_redirect): Add static variable.
9488 (pop_output_files): Add default param.
9489 (handle_redirections): Print debug setting.
9490 (show_logging_command): Likewise.
9491 (_initialize_cli_logging): Add debugredirect command.
9492 * interps.c (current_interp_set_logging): Add debug_redirect
9493 parameter.
9494 * interps.h (set_logging): Add debug_redirect parameter.
9495 (current_interp_set_logging): Likewise.
9496 * mi/mi-common.h: Likewise.
9497 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
9498
9499 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9500 Tom Tromey <tromey@adacore.com>
9501
9502 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
9503 directly.
9504 * cli/cli-interp.h (make_logging_output): Remove declaration.
9505 * cli/cli-logging.c (make_logging_output): Remove function.
9506 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
9507 directly.
9508 * ui-file.c (tee_file::tee_file): Remove bools.
9509 (tee_file::~tee_file): Remove deletes.
9510 * ui-file.h (tee_file): Remove bools.
9511
9512 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
9513
9514 * mi/mi-cmds.h (mi_cmd_complete): New function.
9515 * mi/mi-main.c (mi_cmd_complete): Likewise.
9516 * mi/mi-cmds.c: Define new MI command -complete.
9517 * NEWS: Mention new -complete command.
9518
9519 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
9520
9521 * completer.h (complete): New function.
9522 * completer.c (complete): Likewise.
9523 * cli/cli-cmds.c: (complete_command): Update to use new complete()
9524 function defined in completer.h.
9525
9526 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
9527
9528 * MAINTAINERS (Write After Approval): Add myself.
9529
9530 2019-05-17 Tom de Vries <tdevries@suse.de>
9531
9532 PR gdb/24094
9533 * dwarf2read.c (struct cu_partial_die_info): New struct.
9534 (find_partial_die): Return cu_partial_die_info.
9535 (partial_die_parent_scope, guess_partial_die_structure_name)
9536 (partial_die_info::fixup): Handle new return type of find_partial_die.
9537
9538 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9539
9540 PR breakpoints/24541
9541 * stap-probe.c (stap_parse_register_operand): Make "regname" an
9542 "std::string", simplifying the algorithm.
9543
9544 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9545
9546 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
9547 (stap_static_probe_ops::get_probes): Likewise.
9548
9549 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9550
9551 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
9552 '-')" and "else if".
9553 (stap_parse_single_operand): Join checks for
9554 "gdbarch_stap_parse_special_token_p" and
9555 "gdbarch_stap_parse_special_token" in the same "if" statement.
9556 Invert check when verifying for operation on register
9557 displacement.
9558
9559 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9560
9561 * stap-probe.c (stap_get_opcode): Update comment.
9562 (stap_get_expected_argument_type): Likewise.
9563 (handle_stap_probe): Likewise.
9564
9565 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9566
9567 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
9568 return type to 'bool'. Adjust comment. Use 'bool' when
9569 appropriate.
9570 (i386_stap_parse_special_token_three_arg_disp): Likewise.
9571 * stap-probe.c (stap_parse_argument_1): Likewise.
9572 (stap_is_operator): Likewise.
9573 (stap_is_generic_prefix): Likewise.
9574 (stap_is_register_prefix): Likewise.
9575 (stap_is_register_indirection_prefix): Likewise.
9576 (stap_is_integer_prefix): Likewise.
9577 (stap_generic_check_suffix): Likewise.
9578 (stap_check_integer_suffix): Likewise.
9579 (stap_check_register_suffix): Likewise.
9580 (stap_check_register_indirection_suffix): Likewise.
9581 (stap_parse_register_operand): Likewise.
9582 (stap_parse_single_operand): Likewise.
9583 (stap_parse_argument_1): Likewise.
9584 (stap_probe::get_argument_count): Likewise.
9585 (stap_is_operator): Likewise.
9586
9587 2019-05-16 Tom Tromey <tromey@adacore.com>
9588
9589 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
9590 keyword to foreach.
9591
9592 2019-05-15 Simon Marchi <simon.marchi@efficios.com>
9593
9594 * linux-thread-db.c (try_thread_db_load_1): Change return type
9595 to bool.
9596 (try_thread_db_load): Likewise.
9597 (try_thread_db_load_from_pdir_1): Likewise.
9598 (try_thread_db_load_from_pdir): Likewise.
9599 (try_thread_db_load_from_sdir): Likewise.
9600 (try_thread_db_load_from_dir): Likewise.
9601 (thread_db_load_search): Likewise.
9602 (has_libpthread): Likewise.
9603 (thread_db_load): Likewise.
9604
9605 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
9606
9607 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9608 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
9609 NULL, and complain/return if that's the case.
9610
9611 2019-05-15 John Darrington <john@darrington.wattle.id.au>
9612
9613 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
9614 (advance, posn, abstract_read_memory): New functions.
9615 [struct mem_read_abstraction]: New struct.
9616 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
9617
9618 2019-05-14 Tom Tromey <tromey@adacore.com>
9619
9620 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
9621 value is not lval_memory.
9622
9623 2019-05-14 Tom Tromey <tromey@adacore.com>
9624
9625 * solib.c (info_sharedlibrary_command): Style the file name.
9626
9627 2019-05-14 Alan Hayward <alan.hayward@arm.com>
9628
9629 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
9630 (aarch64_vnv_type): Likewise.
9631 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
9632 * common/tdesc.c: Likewise.
9633 * common/tdesc.h (enum tdesc_type_kind): Likewise.
9634 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
9635 * features/aarch64-fpu.xml: Add ieee half view.
9636 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
9637 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
9638 * gdbtypes.h (struct builtin_type): Likewise.
9639 (struct objfile_type): Likewise.
9640
9641 2019-05-12 Paul Naert <paul.naert@polymtl.ca>
9642
9643 * language.c (language_sniff_from_mangled_name): Fix "langauge"
9644 typo.
9645 * location.h (string_to_event_location): Likewise.
9646
9647 2019-05-11 Joel Brobecker <brobecker@adacore.com>
9648
9649 GDB 8.3 released.
9650
9651 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
9652
9653 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
9654 New variable declaration.
9655 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
9656 New variable.
9657 (print_one_breakpoint): Use ui_out::test_flags and new global
9658 variable to compute use_fixed_output.
9659 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
9660 Remove.
9661 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
9662 (mi_multi_location_breakpoint_output_fixed): Remove.
9663 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
9664 new variable.
9665 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
9666 fix_multi_location_breakpoint_output flag if version >= 3.
9667 * ui-out.h (enum ui_out_flag)
9668 <fix_multi_location_breakpoint_output>: New enumerator.
9669
9670 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
9671
9672 * contrib/cc-with-tweaks.sh: Validate dwz's work.
9673
9674 2019-05-10 Tom Tromey <tromey@adacore.com>
9675
9676 * ada-lang.c (catch_ada_completer): New function.
9677 (_initialize_ada_language): Use it.
9678
9679 2019-05-10 Tom Tromey <tromey@adacore.com>
9680
9681 * thread.c (print_thread_info): Make "requested_threads" const.
9682 * gdbthread.h (print_thread_info): Make "requested_threads"
9683 const.
9684 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
9685 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
9686
9687 2019-05-08 Tom Tromey <tom@tromey.com>
9688
9689 * gdbtypes.c (objfile_type_data): Change type.
9690 (objfile_type, _initialize_gdbtypes): Update.
9691
9692 2019-05-08 Tom Tromey <tom@tromey.com>
9693
9694 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
9695 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
9696 (_initialize_dwarf2_frame): Update.
9697
9698 2019-05-08 Tom Tromey <tom@tromey.com>
9699
9700 * objc-lang.c (objc_objfile_data): Change type.
9701 (find_methods): Update.
9702 (_initialize_objc_lang): Remove.
9703
9704 2019-05-08 Tom Tromey <tom@tromey.com>
9705
9706 * stabsread.c (rs6000_builtin_type_data): Change type.
9707 (rs6000_builtin_type, _initialize_stabsread): Update.
9708
9709 2019-05-08 Tom Tromey <tom@tromey.com>
9710
9711 * mips-tdep.c (mips_pdr_data): Remove.
9712 (_initialize_mips_tdep): Update.
9713
9714 2019-05-08 Tom Tromey <tom@tromey.com>
9715
9716 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
9717 (hppa_init_objfile_priv_data, read_unwind_info)
9718 (find_unwind_entry, _initialize_hppa_tdep): Update.
9719
9720 2019-05-08 Tom Tromey <tom@tromey.com>
9721
9722 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
9723 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
9724 on obstack.
9725 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
9726
9727 2019-05-08 Tom Tromey <tom@tromey.com>
9728
9729 * mdebugread.c (basic_type_data): Change type.
9730 (basic_type, _initialize_mdebugread): Update.
9731
9732 2019-05-08 Tom Tromey <tom@tromey.com>
9733
9734 * common/gdb_unique_ptr.h (struct noop_deleter): New.
9735
9736 2019-05-08 Tom Tromey <tom@tromey.com>
9737
9738 * nto-tdep.c (nto_inferior_data_reg): Change type.
9739 (nto_inferior_data): Update.
9740 (nto_inferior_data_cleanup, nto_new_inferior_data)
9741 (_initialize_nto_tdep): Remove.
9742 * nto-tdep.h (struct nto_inferior_data): Add initializers.
9743
9744 2019-05-08 Tom Tromey <tom@tromey.com>
9745
9746 * ada-lang.c (struct ada_inferior_data): Add initializers.
9747 (ada_inferior_data): Change type.
9748 (ada_inferior_data_cleanup): Remove.
9749 (get_ada_inferior_data, ada_inferior_exit)
9750 (struct ada_pspace_data): Add initializers, destructor.
9751 (ada_pspace_data_handle): Change type.
9752 (get_ada_pspace_data): Update.
9753 (ada_pspace_data_cleanup): Remove.
9754
9755 2019-05-08 Tom Tromey <tom@tromey.com>
9756
9757 * coffread.c (struct coff_symfile_info): Add initializers.
9758 (coff_objfile_data_key): Move lower. Change type.
9759 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
9760 Update.
9761 (coff_free_info): Remove.
9762
9763 2019-05-08 Tom Tromey <tom@tromey.com>
9764
9765 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
9766 (fbsd_pspace_data_handle): Move lower. Change type.
9767 (get_fbsd_pspace_data): Update.
9768 (fbsd_pspace_data_cleanup): Remove.
9769 (_initialize_fbsd_tdep): Update.
9770
9771 2019-05-08 Tom Tromey <tom@tromey.com>
9772
9773 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
9774 (get_ada_tasks_pspace_data): Update.
9775 (ada_tasks_pspace_data_cleanup): Remove.
9776 (_initialize_tasks): Update.
9777 (ada_tasks_inferior_data_handle): Change type.
9778 (get_ada_tasks_inferior_data): Update.
9779 (ada_tasks_inferior_data_cleanup): Remove.
9780 (struct ada_tasks_pspace_data): Add initializers.
9781
9782 2019-05-08 Tom Tromey <tom@tromey.com>
9783
9784 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
9785 * symfile-debug.c (debug_sym_get_probes): Change type.
9786 * stap-probe.c (handle_stap_probe):
9787 (stap_static_probe_ops::get_probes): Change type.
9788 * probe.h (class static_probe_ops) <get_probes>: Change type.
9789 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
9790 (parse_probes_in_pspace): Update.
9791 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
9792 Update.
9793 (any_static_probe_ops::get_probes): Change type.
9794 * elfread.c (elfread_data): New typedef.
9795 (probe_key): Change type.
9796 (elf_get_probes): Likewise. Update.
9797 (probe_key_free): Remove.
9798 (_initialize_elfread): Update.
9799 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
9800 Change type.
9801 (dtrace_process_dof_probe, dtrace_process_dof)
9802 (dtrace_static_probe_ops::get_probe): Change type.
9803
9804 2019-05-08 Tom Tromey <tom@tromey.com>
9805
9806 * xcoffread.c (struct xcoff_symfile_info): Rename from
9807 coff_symfile_info. Add initializers.
9808 (xcoff_objfile_data_key): Move lower. Change type.
9809 (XCOFF_DATA): Rewrite.
9810 (xcoff_free_info): Remove.
9811 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
9812 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
9813 (xcoff_initial_scan): Update.
9814
9815 2019-05-08 Tom Tromey <tom@tromey.com>
9816
9817 * solib-svr4.c (struct svr4_info): Add initializers and
9818 destructor.
9819 <probes_table>: Now an htab_up.
9820 (solib_svr4_pspace_data): Change type.
9821 (free_probes_table): Simplify.
9822 (~svr4_info): Rename from svr4_pspace_data_cleanup.
9823 (get_svr4_info, probes_table_htab_remove_objfile_probes)
9824 (probes_table_remove_objfile_probes, register_solib_event_probe)
9825 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
9826 (_initialize_svr4_solib): Update.
9827
9828 2019-05-08 Tom Tromey <tom@tromey.com>
9829
9830 * remote.c (remote_pspace_data): Change type.
9831 (remote_pspace_data_cleanup): Remove.
9832 (get_remote_exec_file, set_pspace_remote_exec_file)
9833 (_initialize_remote): Update.
9834
9835 2019-05-08 Tom Tromey <tom@tromey.com>
9836
9837 * breakpoint.c (breakpoint_objfile_key): Change type.
9838 (get_breakpoint_objfile_data): Update.
9839 (free_breakpoint_objfile_data): Remove.
9840 (_initialize_breakpoint): Update.
9841
9842 2019-05-08 Tom Tromey <tom@tromey.com>
9843
9844 * linux-tdep.c (struct linux_info): Add initializers.
9845 (linux_inferior_data): Move. Change type.
9846 (invalidate_linux_cache_inf): Update.
9847 (linux_inferior_data_cleanup): Remove.
9848 (get_linux_inferior_data, _initialize_linux_tdep): Update.
9849
9850 2019-05-08 Tom Tromey <tom@tromey.com>
9851
9852 * auxv.c (auxv_inferior_data): Move. Change type.
9853 (auxv_inferior_data_cleanup): Remove.
9854 (invalidate_auxv_cache_inf): Rewrite.
9855 (get_auxv_inferior_data, _initialize_auxv): Update.
9856
9857 2019-05-08 Tom Tromey <tom@tromey.com>
9858
9859 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
9860 (symfile_debug_objfile_data_key): Change type.
9861 (symfile_debug_installed, debug_qf_has_symbols)
9862 (debug_qf_find_last_source_symtab)
9863 (debug_qf_forget_cached_source_info)
9864 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
9865 (debug_qf_print_stats, debug_qf_dump)
9866 (debug_qf_expand_symtabs_for_function)
9867 (debug_qf_expand_all_symtabs)
9868 (debug_qf_expand_symtabs_with_fullname)
9869 (debug_qf_map_matching_symbols)
9870 (debug_qf_expand_symtabs_matching)
9871 (debug_qf_find_pc_sect_compunit_symtab)
9872 (debug_qf_map_symbol_filenames)
9873 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
9874 (debug_sym_new_init, debug_sym_init, debug_sym_read)
9875 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
9876 (debug_sym_read_linetable, debug_sym_relocate): Update.
9877 (symfile_debug_free_objfile): Remove.
9878 (install_symfile_debug_logging, _initialize_symfile_debug):
9879 Update.
9880
9881 2019-05-08 Tom Tromey <tom@tromey.com>
9882
9883 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
9884 allocate_on_obstack.
9885 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
9886 (get_dwarf2_per_objfile): Update.
9887 (set_dwarf2_per_objfile): Remove.
9888 (dwarf2_has_info, dwarf2_get_section_info): Update.
9889 (dwarf2_free_objfile): Remove.
9890 (_initialize_dwarf2_read): Update.
9891
9892 2019-05-08 Tom Tromey <tom@tromey.com>
9893
9894 * auto-load.c (struct auto_load_pspace_info): Add destructor and
9895 initializers.
9896 <unsupported_script_warning_printed,
9897 script_not_found_warning_printed>: Now bool.
9898 (auto_load_pspace_data): Change type.
9899 (~auto_load_pspace_info): Rename from
9900 auto_load_pspace_data_cleanup.
9901 (get_auto_load_pspace_data, init_loaded_scripts_info)
9902 (clear_section_scripts, maybe_print_unsupported_script_warning)
9903 (maybe_print_script_not_found_warning, _initialize_auto_load):
9904 Update.
9905
9906 2019-05-08 Tom Tromey <tom@tromey.com>
9907
9908 * objfiles.c (objfile_pspace_info): Add destructor and
9909 initializers.
9910 (objfiles_pspace_data): Change type.
9911 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
9912 (get_objfile_pspace_data): Update.
9913 (objfiles_bfd_data): Change type.
9914 (get_objfile_bfd_data): Update.
9915 (objfile_bfd_data_free, _initialize_objfiles): Remove.
9916
9917 2019-05-08 Tom Tromey <tom@tromey.com>
9918
9919 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
9920 Change type.
9921 (get_catch_syscall_inferior_data): Update.
9922 (catch_syscall_inferior_data_cleanup): Remove.
9923 (_initialize_break_catch_syscall): Update.
9924
9925 2019-05-08 Tom Tromey <tom@tromey.com>
9926
9927 * inflow.c (struct terminal_info): Add destructor and
9928 initializers.
9929 (inflow_inferior_data): Change type.
9930 (~terminal_info): Rename from inflow_inferior_data_cleanup.
9931 (get_inflow_inferior_data, inflow_inferior_exit)
9932 (swap_terminal_info, _initialize_inflow): Update.
9933
9934 2019-05-08 Tom Tromey <tom@tromey.com>
9935
9936 * target-dcache.c (target_dcache_cleanup): Remove.
9937 (target_dcache_aspace_key): Change type.
9938 (target_dcache_init_p, target_dcache_invalidate)
9939 (target_dcache_get, target_dcache_get_or_init)
9940 (_initialize_target_dcache): Update.
9941 * dcache.h (struct dcache_deleter): New.
9942
9943 2019-05-08 Tom Tromey <tom@tromey.com>
9944
9945 * symtab.c (struct symbol_cache): Add destructor and
9946 initializers.
9947 (symbol_cache_key): Move. Change type.
9948 (make_symbol_cache, free_symbol_cache): Remove.
9949 (get_symbol_cache): Update.
9950 (symbol_cache_cleanup): Remove.
9951 (ALL_PSPACES, symbol_cache_flush)
9952 (maintenance_print_symbol_cache)
9953 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
9954 Update.
9955
9956 2019-05-08 Tom Tromey <tom@tromey.com>
9957
9958 * symtab.c (struct main_info): Add destructor and initializers.
9959 (main_progspace_key): Move. Change type.
9960 (get_main_info): Update.
9961 (main_info_cleanup): Remove.
9962 (_initialize_symtab): Update.
9963
9964 2019-05-08 Tom Tromey <tom@tromey.com>
9965
9966 * registry.h (DECLARE_REGISTRY): Define the _key class.
9967
9968 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9969
9970 * NEWS: Merge two 'New commands' sections.
9971
9972 2019-05-08 Joel Brobecker <brobecker@adacore.com>
9973
9974 * ada-valprint.c (ada_val_print_gnat_array): Remove language
9975 parameter and use Ada language definition instead.
9976 (ada_val_print_ptr): Remove unused language parameter.
9977 (ada_val_print_num): Remove language parameter and use Ada language
9978 definition instead.
9979 (ada_val_print_enum, ada_val_print_flt): Remove unused language
9980 parameter.
9981 (ada_val_print_struct_union, ada_val_print_ref): Remove language
9982 parameter and use Ada language definition instead.
9983 (ada_val_print_1): Update all ada_val_print_xxx calls.
9984 Remove language parameter.
9985 (ada_val_print): Update ada_val_print_1 call.
9986
9987 2019-05-08 Tom Tromey <tromey@adacore.com>
9988
9989 * remote.c (remote_hw_watchpoint_limit)
9990 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
9991 Now static.
9992
9993 2019-05-08 Tom Tromey <tromey@adacore.com>
9994
9995 * maint.c (_initialize_maint_cmds): Move initialization code to
9996 remote.c.
9997 (watchdog, show_watchdog): Move to remote.c.
9998 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
9999 "watchdog" static.
10000 (_initialize_remote): Move initialization code from maint.c.
10001 * defs.h (watchdog): Don't declare.
10002
10003 2019-05-08 Tom Tromey <tromey@adacore.com>
10004
10005 * tui/tui-interp.c: Include main.h.
10006 * interps.c: Include main.h.
10007 * main.h (interpreter_p): Declare.
10008 * defs.h (interpreter_p): Don't declare.
10009
10010 2019-05-08 Tom Tromey <tromey@adacore.com>
10011
10012 * dwarf2loc.c: Include dwarf2read.h.
10013 * defs.h (read_unsigned_leb128): Don't declare.
10014 * dwarf2read.h (read_unsigned_leb128): Declare.
10015
10016 2019-05-08 Tom Tromey <tromey@adacore.com>
10017
10018 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
10019 method.
10020
10021 2019-05-08 Tom Tromey <tromey@adacore.com>
10022
10023 * utils.c (fputs_maybe_filtered): Reset style after paging, even
10024 when no wrap column is set.
10025
10026 2019-05-08 Tom Tromey <tromey@adacore.com>
10027
10028 * c-lang.c (c_get_string): Handle non-C-style arrays.
10029
10030 2019-05-08 Tom Tromey <tromey@adacore.com>
10031
10032 * typeprint.c (print_offset_data::update): Print the bit offset,
10033 not the number of bits remaining.
10034
10035 2019-05-08 Tom Tromey <tromey@adacore.com>
10036
10037 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
10038 padding at end of comment.
10039
10040 2019-05-08 Tom Tromey <tromey@adacore.com>
10041
10042 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
10043 Compare main types.
10044
10045 2019-05-06 Tom Tromey <tom@tromey.com>
10046
10047 * common/scoped_mmap.c: Include common-defs.h.
10048 * common/scoped_mmap.h: Don't include config.h.
10049
10050 2019-05-04 Tom Tromey <tom@tromey.com>
10051
10052 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
10053 (struct aarch64_call_info): Add initializers.
10054 <si>: Now a std::vector.
10055 (pass_on_stack, aarch64_push_dummy_call): Update.
10056
10057 2019-05-04 Simon Marchi <simon.marchi@efficios.com>
10058 Tom Tromey <tom@tromey.com>
10059
10060 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
10061 (ppc_threads): Now a std::vector. Now static.
10062 (hwdebug_find_thread_points_by_tid)
10063 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
10064 Update.
10065
10066 2019-05-04 Tom Tromey <tom@tromey.com>
10067
10068 * arc-tdep.c (arc_tdesc_init): Return bool.
10069
10070 2019-05-04 Tom Tromey <tom@tromey.com>
10071
10072 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
10073 Use gdb_assert_not_reached.
10074
10075 2019-05-04 Tom Tromey <tom@tromey.com>
10076
10077 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
10078 "false".
10079
10080 2019-05-04 Tom Tromey <tom@tromey.com>
10081
10082 * arc-tdep.c (arc_tdesc_init): Use bool.
10083
10084 2019-05-04 Tom Tromey <tom@tromey.com>
10085
10086 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
10087
10088 2019-05-04 Tom Tromey <tom@tromey.com>
10089
10090 * cli/cli-cmds.c (valid_command_p): Return bool.
10091
10092 2019-05-04 Tom Tromey <tom@tromey.com>
10093
10094 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
10095 * command.h (valid_user_defined_cmd_name_p): Channge return type.
10096
10097 2019-05-04 Raul Tambre <raul@tambre.ee>
10098
10099 * python/lib/gdb/prompt.py (_ExtendedPrompt)
10100 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
10101 operator for comparison.
10102
10103 2019-05-04 Tom Tromey <tom@tromey.com>
10104
10105 * psymtab.c (psymbol_name_matches, match_partial_symbol)
10106 (lookup_partial_symbol, print_partial_symbols)
10107 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
10108 (psymbol_compare): Update.
10109 (add_psymbol_to_bcache): Clear the entire psymbol.
10110 (maintenance_check_psymtabs): Update.
10111 * psympriv.h (struct partial_symbol): Don't derive from
10112 general_symbol_info.
10113 <obj_section, unrelocated_address, address,
10114 set_unrelocated_address>: Update.
10115 <ginfo>: New member.
10116 * dwarf-index-write.c (write_psymbols, debug_names::insert)
10117 (debug_names::write_psymbols): Update.
10118
10119 2019-05-04 Tom de Vries <tdevries@suse.de>
10120
10121 * contrib/cc-with-tweaks.sh: Support -n arg.
10122
10123 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10124
10125 * corelow.c (core_target::detach): Ensure frame cache and
10126 register caches are cleared.
10127 inferior.c (exit_inferior_1): Likewise.
10128
10129 2019-05-03 Sandra Loosemore <sandra@codesourcery.com>
10130 Tom Tromey <tom@tromey.com>
10131
10132 * dictionary.c (collate_pending_symbols_by_language): Remove
10133 "struct" from foreach.
10134 * symtab.c (lookup_global_symbol_from_objfile)
10135 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
10136 foreach.
10137 * ser-tcp.c (net_open): Remove "struct" from foreach.
10138 * objfiles.c (objfile_relocate, objfile_rebase)
10139 (objfile_has_symbols): Remove "struct" from foreach.
10140 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
10141 from foreach.
10142 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
10143 foreach.
10144 * darwin-nat.c (thread_info_from_private_thread_info): Remove
10145 "struct" from foreach.
10146 * ada-lang.c (create_excep_cond_exprs)
10147 (ada_exception_catchpoint_cond_string): Remove "struct" from
10148 foreach.
10149
10150 2019-05-03 Tom Tromey <tromey@adacore.com>
10151
10152 * ada-exp.y (convert_char_literal): Check suffix of each
10153 enumerator.
10154
10155 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
10156
10157 PR ada/21406:
10158 * ada-exp.y (yywrap): Don't define.
10159 * ada-lex.l (%option): Add noyywrap
10160 (yywrap): Remove.
10161
10162 2019-05-03 Eli Zaretskii <eliz@gnu.org>
10163
10164 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
10165 _WIN32_WINNT to the XP level, unless already defined to a higher
10166 level.
10167
10168 * unittests/parse-connection-spec-selftests.c:
10169 * ser-tcp.c:
10170 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
10171 override.
10172
10173 * symfile.c (find_separate_debug_file): Remove colon from the
10174 drive spec of DOS/Windows file names of the target, so that the
10175 file name produced from DEBUGDIR and the target's directory will
10176 be valid on DOS/Windows systems.
10177
10178 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
10179
10180 * rust-lang.c (val_print_struct): Handle printing structures
10181 containing strings.
10182
10183 2019-05-02 Tom Tromey <tromey@adacore.com>
10184
10185 * valarith.c (_initialize_valarith): Remove.
10186
10187 2019-05-01 Tom Tromey <tromey@adacore.com>
10188
10189 * ada-lang.c (ada_value_primitive_field): Treat more fields as
10190 bitfields.
10191
10192 2019-05-01 Tom Tromey <tromey@adacore.com>
10193
10194 * ada-lang.c (ada_value_assign): Correctly compute starting offset
10195 for big-endian copies.
10196
10197 2019-04-30 Ali Tamur <tamur@google.com>
10198 * gdb/dwarf2read.c (read_3_bytes): New declaration.
10199 (read_attribute_value): Added DW_FORM_strx1-4 cases.
10200 (read_3_bytes): New function.
10201
10202 2019-04-30 Joel Brobecker <brobecker@adacore.com>
10203
10204 * windows-nat.c (main_thread_id): Delete.
10205 (handle_output_debug_string): Replace main_thread_id by
10206 current_event.dwThreadId.
10207 (fake_create_process): Likewise.
10208 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
10209 Do not set main_thread_id.
10210 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
10211 current_event.dwThreadId.
10212 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
10213
10214 2019-04-30 Joel Brobecker <brobecker@adacore.com>
10215
10216 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
10217 Use current_event.dwThreadId instead of main_thread_id.
10218
10219 2019-04-30 Tom Tromey <tromey@adacore.com>
10220
10221 * ada-lang.c (ada_lookup_simple_minsyms): New function.
10222 (create_excep_cond_exprs): Iterate over program spaces.
10223 (ada_exception_catchpoint_cond_string): Examine all minimal
10224 symbols for exception types.
10225
10226 2019-04-30 Tom Tromey <tromey@adacore.com>
10227
10228 PR c++/24470:
10229 * dwarf2read.c (process_structure_scope): Handle case where type
10230 has template parameters but no symbol was created.
10231
10232 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10233 Chris January <chris.january@arm.com>
10234
10235 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
10236 qualifier.
10237 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
10238
10239 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10240
10241 * f-typeprint.c (f_print_type): Update rules for printing
10242 whitespace.
10243 (f_type_print_varspec_suffix): Likewise.
10244
10245 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10246 Chris January <chris.january@arm.com>
10247
10248 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
10249 function arguments.
10250
10251 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10252
10253 * f-lang.c (build_fortran_types): Change name of void type to
10254 lower case.
10255 * f-typeprint.c (f_type_print_base): Print the name of the void
10256 type, rather than a fixed string.
10257 * f-valprint.c (f_decorations): Use lower case void string.
10258
10259 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10260 Chris January <chris.january@arm.com>
10261
10262 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
10263 types for Fortran.
10264
10265 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10266 Chris January <chris.january@arm.com>
10267 David Lecomber <david.lecomber@arm.com>
10268
10269 * f-exp.y (BINOP_INTRINSIC): New token.
10270 (exp): New parser rule handling BINOP_INTRINSIC.
10271 (f77_keywords): Add new builtin procedures.
10272 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
10273 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10274 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
10275 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10276 (print_unop_subexp_f): New function.
10277 (print_binop_subexp_f): New function.
10278 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10279 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10280 (dump_subexp_body_f): Likewise.
10281 (operator_check_f): Likewise.
10282 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10283 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
10284
10285 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10286
10287 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
10288 UNOP_KIND.
10289 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
10290 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
10291 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
10292 (operator_length_f): New fuction.
10293 (print_subexp_f): New function.
10294 (op_name_f): New function.
10295 (dump_subexp_body_f): New function.
10296 (operator_check_f): New function.
10297 (exp_descriptor_f): Replace standard expression handling functions
10298 with new functions.
10299 * gdb/fortran-operator.def: New file.
10300 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
10301 * gdb/std-operator.def: Remove UNOP_KIND.
10302
10303 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10304
10305 * std-operator.def: Remove unbalanced, stray double quote
10306 character.
10307
10308 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10309 Chris January <chris.january@arm.com>
10310 Daniel Everett <daniel.everett@arm.com>
10311 Nick Forrington <nick.forrington@arm.com>
10312 Richard Bunt <richard.bunt@arm.com>
10313
10314 * cp-valprint.c (cp_print_value_fields): Allow an additional level
10315 of depth when printing anonymous structs or unions.
10316 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
10317 Don't print either the top-level value, or the children if the
10318 max-depth is exceeded.
10319 (ppscm_print_children): When printing the key of a map, allow one
10320 extra level of depth.
10321 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
10322 print either the top-level value, or the children if the max-depth
10323 is exceeded.
10324 (print_children): When printing the key of a map, allow one extra
10325 level of depth.
10326 * python/py-value.c (valpy_format_string): Add max_depth keyword.
10327 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
10328 (user_print_options): Initialise max_depth field.
10329 (val_print_scalar_or_string_type_p): New function.
10330 (val_print): Check to see if the max depth has been reached.
10331 (val_print_check_max_depth): Define new function.
10332 (show_print_max_depth): New function.
10333 (_initialize_valprint): Add 'print max-depth' option.
10334 * valprint.h (struct value_print_options) <max_depth>: New field.
10335 (val_print_check_max_depth): Declare new function.
10336 * NEWS: Document new feature.
10337
10338 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10339
10340 * ada-lang.c (ada_language_defn): Initialise new field.
10341 * c-lang.c (c_is_string_type_p): New function.
10342 (c_language_defn): Initialise new field.
10343 (cplus_language_defn): Initialise new field.
10344 (asm_language_defn): Initialise new field.
10345 (minimal_language_defn): Initialise new field.
10346 * c-lang.h (c_is_string_type_p): Declare new function.
10347 * d-lang.c (d_language_defn): Initialise new field.
10348 * f-lang.c (f_is_string_type_p): New function.
10349 (f_language_defn): Initialise new field.
10350 * go-lang.c (go_is_string_type_p): New function.
10351 (go_language_defn): Initialise new field.
10352 * language.c (default_is_string_type_p): New function.
10353 (unknown_language_defn): Initialise new field.
10354 (auto_language_defn): Initialise new field.
10355 * language.h (struct language_defn) <la_is_string_type_p>: New
10356 member variable.
10357 (default_is_string_type_p): Declare new function.
10358 * m2-lang.c (m2_language_defn): Initialise new field.
10359 * objc-lang.c (objc_language_defn): Initialise new field.
10360 * opencl-lang.c (opencl_language_defn): Initialise new field.
10361 * p-lang.c (pascal_is_string_type_p): New function.
10362 (pascal_language_defn): Initialise new field.
10363 * rust-lang.c (rust_is_string_type_p): New function.
10364 (rust_language_defn): Initialise new field.
10365
10366 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10367
10368 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
10369 New field.
10370 * ada-lang.c (ada_language_defn): Initialise new field.
10371 * c-lang.c (c_language_defn): Likewise.
10372 (cplus_language_defn): Likewise.
10373 (asm_language_defn): Likewise.
10374 (minimal_language_defn): Likewise.
10375 * d-lang.c (d_language_defn): Likewise.
10376 * f-lang.c (f_language_defn): Likewise.
10377 * go-lang.c (go_language_defn): Likewise.
10378 * language.c (unknown_language_defn): Likewise.
10379 (auto_language_defn): Likewise.
10380 * m2-lang.c (m2_language_defn): Likewise.
10381 * objc-lang.c (objc_language_defn): Likewise.
10382 * opencl-lang.c (opencl_language_defn): Likewise.
10383 * p-lang.c (pascal_language_defn): Likewise.
10384 * rust-lang.c (rust_language_defn): Likewise.
10385
10386 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10387
10388 * ada-lang.c (ada_is_character_type): Change return type to bool.
10389 (ada_is_string_type): Likewise.
10390 * ada-lang.h (ada_is_character_type): Update declaration
10391 (ada_is_string_type): Likewise.
10392
10393 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10394
10395 Support style in 'frame|thread apply'
10396
10397 * gdbcmd.h (execute_command_to_string): New term_out parameter.
10398 * record.c (record_start, record_stop): Update callers of
10399 execute_command_to_string with false.
10400 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
10401 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
10402 methods.
10403 (class string_file): New constructor with term_out parameter.
10404 Override methods term_out and can_emit_style_escape. New member
10405 term_out.
10406 (class stdio_file): Override can_emit_style_escape.
10407 (class tee_file): Override term_out and can_emit_style_escape.
10408 * utils.h (can_emit_style_escape): Remove.
10409 * utils.c (can_emit_style_escape): Likewise.
10410 Update all callers of can_emit_style_escape (SOMESTREAM) to
10411 SOMESTREAM->can_emit_style_escape.
10412 * source-cache.c (source_cache::get_source_lines): Likewise.
10413 * stack.c (frame_apply_command_count): Call execute_command_to_string
10414 passing the term_out characteristic of the current gdb_stdout.
10415 * thread.c (thr_try_catch_cmd): Likewise.
10416 * top.c (execute_command_to_string): pass term_out parameter
10417 to construct the string_file for the command output.
10418 * ui-file.c (term_cli_styling): New function (most code moved
10419 from utils.c can_emit_style_escape).
10420 (string_file::string_file, string_file::can_emit_style_escape,
10421 stdio_file::can_emit_style_escape, tee_file::term_out,
10422 tee_file::can_emit_style_escape): New functions.
10423
10424 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10425
10426 * NEWS: Mention the new set|show may-call-functions.
10427 * infcall.c (may_call_functions_p): New variable.
10428 (show_may_call_functions_p): New function.
10429 (call_function_by_hand_dummy): Throws an error if not
10430 may-call-functions.
10431 (_initialize_infcall): Call add_setshow_boolean_cmd for
10432 may-call-functions.
10433
10434 2019-04-25 Keith Seitz <keiths@redhat.com>
10435
10436 PR c++/24367
10437 * cp-support.c (inspect_type): Don't attempt substitutions
10438 of symbol with the same name.
10439
10440 2019-04-25 Tom Tromey <tromey@adacore.com>
10441
10442 PR gdb/24475:
10443 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
10444 static.
10445
10446 2019-04-25 Tom Tromey <tromey@adacore.com>
10447
10448 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
10449 rvalue reference.
10450 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
10451 (gdb_xml_parser::parse): Use std::move.
10452 * python/python-internal.h (gdbpy_convert_exception): Take a const
10453 reference.
10454 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
10455 std::move.
10456 * python/py-utils.c (gdbpy_convert_exception): Take a const
10457 reference.
10458 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10459 Use std::move.
10460 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10461 Use std::move.
10462 * mi/mi-main.c (mi_print_exception): Take a const reference.
10463 * main.c (handle_command_errors): Take a const reference.
10464 * linespec.c (parse_linespec): Use std::move.
10465 * infcall.c (run_inferior_call): Use std::move.
10466 (call_function_by_hand_dummy): Use std::move.
10467 * exec.c (try_open_exec_file): Use std::move.
10468 * exceptions.h (exception_print, exception_fprintf)
10469 (exception_print_same): Update.
10470 * exceptions.c (print_exception, exception_print)
10471 (exception_fprintf, exception_print_same): Change parameters to
10472 const reference.
10473 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
10474 * common/new-op.c: Use std::move.
10475 * common/common-exceptions.h (struct gdb_exception): Add move
10476 constructor.
10477 (struct gdb_exception_error, struct gdb_exception_quit, struct
10478 gdb_quit_bad_alloc): Change constructor to move constructor.
10479 (throw_exception): Change parameter to rvalue reference.
10480 * common/common-exceptions.c (throw_exception): Take rvalue
10481 reference.
10482 * cli/cli-interp.c (safe_execute_command): Use std::move.
10483 * breakpoint.c (insert_bp_location, location_to_sals): Use
10484 std::move.
10485
10486 2019-04-25 Tom Tromey <tromey@adacore.com>
10487
10488 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
10489 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
10490 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
10491 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
10492 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
10493 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
10494 guile/scm-value.c: Use unpack.
10495 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
10496 gdbscm_gdb_exception.
10497 (gdbscm_throw_gdb_exception): Likewise.
10498 (struct gdbscm_gdb_exception): New.
10499 (unpack): New function.
10500 (gdbscm_wrap): Use unpack.
10501
10502 2019-04-25 Tom Tromey <tromey@adacore.com>
10503
10504 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10505 (gdb_rl_callback_handler): Use std::move.
10506 * common/common-exceptions.h (struct gdb_exception): Add move
10507 assignment operator.
10508 (throw_exception_sjlj): Change "exception" to const reference.
10509 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
10510 (throw_exception_sjlj): Change "exception" to const reference.
10511
10512 2019-04-25 Tom Tromey <tromey@adacore.com>
10513
10514 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
10515 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
10516 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10517 Update.
10518 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10519 Update.
10520 * mi/mi-interp.c (mi_interp::exec): Update.
10521 * linespec.c (parse_linespec): Update.
10522 * infcall.c (run_inferior_call): Update.
10523 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
10524 * guile/scm-symbol.c (gdbscm_lookup_symbol)
10525 (gdbscm_lookup_global_symbol): Update.
10526 * guile/scm-param.c (gdbscm_parameter_value): Update.
10527 * guile/scm-frame.c (gdbscm_frame_read_register)
10528 (gdbscm_frame_read_var): Update.
10529 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
10530 * exec.c (try_open_exec_file): Update.
10531 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10532 (gdb_rl_callback_handler): Update.
10533 * common/common-exceptions.h (exception_none): Don't declare.
10534 * common/common-exceptions.c (exception_none): Don't define.
10535 (struct catcher) <exception>: Update.
10536 * cli/cli-interp.c (safe_execute_command): Update.
10537 * breakpoint.c (insert_bp_location, location_to_sals): Update.
10538
10539 2019-04-25 Ali Tamur <tamur@google.com>
10540
10541 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
10542 (read_attribute_value): Likewise.
10543 (dwarf2_read_addr_index): Update comment.
10544 (read_str_index): Add DW_FORM_strx.
10545 (dwarf2_string_attr): Likewise.
10546 (dwarf2_const_value_attr): Likewise.
10547 (dump_die_shallow): Likewise.
10548 (dwarf2_fetch_constant_bytes): Likewise.
10549 (skip_form_bytes): Likewise.
10550 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
10551
10552 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
10553
10554 PR corefiles/11608
10555 PR corefiles/18187
10556 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
10557 OFFSET. Verify if current mapping contains an ELF header.
10558 (linux_find_memory_regions_full): Adjust call to
10559 dump_mapping_p.
10560
10561 2019-04-25 Sandra Loosemore <sandra@codesourcery.com>
10562 Kang Li <kanglictf@gmail.com>
10563
10564 PR gdb/21600
10565
10566 * dwarf2-frame.c (read_initial_length): Be consistent about using
10567 unsigned representation of length.
10568 (decode_frame_entry_1): Likewise. Check for wraparound of
10569 end pointer as well as buffer overflow.
10570
10571 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
10572
10573 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
10574 "vq".
10575
10576 2019-04-24 Tom Tromey <tromey@adacore.com>
10577
10578 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
10579
10580 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10581
10582 * s12z-tdep.c (s12z_unwind_pc): Delete.
10583 (s12z_unwind_sp): Delete.
10584 (s12z_gdbarch_init): Don't register deleted functions with
10585 gdbarch.
10586
10587 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10588
10589 * rl78-tdep.c (rl78_unwind_sp): Delete.
10590 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
10591
10592 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10593
10594 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
10595 (xstormy16_unwind_pc): Delete.
10596 (xstormy16_dummy_id): Delete.
10597 (xstormy16_gdbarch_init): Don't register deleted functions with
10598 gdbarch.
10599
10600 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10601
10602 * vax-tdep.c (vax_unwind_pc): Delete.
10603 (vax_gdbarch_init): Don't register deleted function with gdbarch.
10604
10605 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10606
10607 * v850-tdep.c (v850_unwind_sp): Delete.
10608 (v850_unwind_pc): Delete.
10609 (v850_dummy_id): Delete.
10610 (v850_gdbarch_init): Don't register deleted functions with
10611 gdbarch.
10612
10613 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10614
10615 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
10616 (tilegx_unwind_pc): Delete.
10617 (tilegx_unwind_dummy_id): Delete.
10618 (tilegx_gdbarch_init): Don't register deleted functions with
10619 gdbarch.
10620
10621 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10622
10623 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
10624 (tic6x_dummy_id): Delete.
10625 (tic6x_gdbarch_init): Don't register deleted functions with
10626 gdbarch.
10627
10628 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10629
10630 * sparc-tdep.c (sparc_unwind_pc): Delete.
10631 (sparc32_gdbarch_init): Don't register deleted function with
10632 gdbarch.
10633
10634 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10635
10636 * sh-tdep.c (sh_unwind_sp): Delete.
10637 (sh_unwind_pc): Delete.
10638 (sh_dummy_id): Delete.
10639 (sh_gdbarch_init): Don't register deleted functions with
10640 gdbarch.
10641
10642 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10643
10644 * score-tdep.c (score_unwind_sp): Delete.
10645 (score_unwind_pc): Delete.
10646 (score_dummy_id): Delete.
10647 (score_gdbarch_init): Don't register deleted functions with
10648 gdbarch.
10649
10650 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10651
10652 * rx-tdep.c (rx_unwind_pc): Delete.
10653 (rx_unwind_sp): Delete.
10654 (rx_dummy_id): Delete.
10655 (rx_gdbarch_init): Don't register deleted functions with
10656 gdbarch. Update comment.
10657
10658 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10659
10660 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
10661 (rs6000_dummy_id): Delete.
10662 (rs6000_gdbarch_init): Don't register deleted functions with
10663 gdbarch.
10664
10665 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10666
10667 * or1k-tdep.c (or1k_dummy_id): Delete.
10668 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
10669
10670 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10671
10672 * nios2-tdep.c (nios2_dummy_id): Delete.
10673 (nios2_unwind_sp): Delete.
10674 (nios2_gdbarch_init): Don't register deleted functions with
10675 gdbarch.
10676
10677 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10678
10679 * nds32-tdep.c (nds32_dummy_id): Delete.
10680 (nds32_unwind_pc): Delete.
10681 (nds32_unwind_sp): Delete.
10682 (nds32_gdbarch_init): Don't register deleted functions with
10683 gdbarch.
10684
10685 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10686
10687 * msp430-tdep.c (msp430_unwind_pc): Delete.
10688 (msp430_unwind_sp): Delete.
10689 (msp430_dummy_id): Delete.
10690 (msp430_gdbarch_init): Don't register deleted functions with
10691 gdbarch.
10692
10693 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10694
10695 * moxie-tdep.c (moxie_unwind_sp): Delete.
10696 (moxie_unwind_pc): Delete.
10697 (moxie_dummy_id): Delete.
10698 (moxie_gdbarch_init): Don't register deleted functions with
10699 gdbarch.
10700
10701 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10702
10703 * mn10300-tdep.c (mn10300_dummy_id): Delete.
10704 (mn10300_unwind_pc): Delete.
10705 (mn10300_unwind_sp): Delete.
10706 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
10707 mn10300_unwind_sp.
10708 (mn10300_frame_unwind_init): Don't register deleted functions with
10709 gdbarch.
10710
10711 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10712
10713 * mep-tdep.c (mep_unwind_pc): Delete.
10714 (mep_unwind_sp): Delete.
10715 (mep_dummy_id): Delete.
10716 (mep_gdbarch_init): Don't register deleted functions with
10717 gdbarch.
10718
10719 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10720
10721 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
10722 (m68hc11_unwind_sp): Delete.
10723 (m68hc11_gdbarch_init): Don't register deleted functions with
10724 gdbarch.
10725
10726 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10727
10728 * m32r-tdep.c (m32r_unwind_sp): Delete.
10729 (m32r_unwind_pc): Delete.
10730 (m32r_dummy_id): Delete.
10731 (m32r_gdbarch_init): Don't register deleted functions with
10732 gdbarch.
10733
10734 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10735
10736 * m32c-tdep.c (m32c_unwind_pc): Delete.
10737 (m32c_unwind_sp): Delete.
10738 (m32c_dummy_id): Delete.
10739 (m32c_gdbarch_init): Don't register deleted functions with
10740 gdbarch.
10741
10742 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10743
10744 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
10745 (lm32_unwind_pc): Delete.
10746 (lm32_dummy_id): Delete.
10747 (lm32_gdbarch_init): Don't register deleted functions with
10748 gdbarch.
10749
10750 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10751
10752 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
10753 (iq2000_unwind_pc): Delete.
10754 (iq2000_dummy_id): Delete.
10755 (iq2000_gdbarch_init): Don't register deleted functions with
10756 gdbarch.
10757
10758 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10759
10760 * nds32-tdep.c (nds32_type_align): Delete.
10761 (nds32_push_dummy_call): Use type_align instead.
10762
10763 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10764
10765 * arm-tdep.c (arm_type_align): Only handle vector override case.
10766 (arm_push_dummy_call): Use type_align.
10767 (arm_gdbarch_init): Register arm_type_align gdbarch function.
10768
10769 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10770
10771 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
10772 case.
10773 (pass_on_stack): Use type_align.
10774 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
10775 function.
10776
10777 2019-04-23 Tom Tromey <tromey@adacore.com>
10778
10779 * dwarf2read.c (line_header::file_name_at): Remove unused
10780 overload.
10781
10782 2019-04-23 Tom de Vries <tdevries@suse.de>
10783
10784 PR gdb/24438
10785 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
10786 invocation.
10787
10788
10789 2019-03-27 Ali Tamur <tamur@google.com>
10790
10791 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
10792 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
10793 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
10794 (dwarf_expr_context::get_addr_index): Likewise
10795 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
10796 (symbol_needs_eval_context::get_addr_index): Likewise
10797 (disassemble_dwarf_expression): Add DW_OP_addrx
10798 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
10799 (read_cutu_die_from_dwo): Update comment
10800 (skip_one_die): Add DW_FORM_addrx
10801 (read_attribute_value): Likewise
10802 (var_decode_location): Add DW_OP_addrx
10803 (dwarf2_const_value_attr): Add DW_FORM_addrx
10804 (dump_die_shallow): Likewise
10805 (dwarf2_fetch_constant_bytes): Likewise
10806 (decode_locdesc): Add DW_OP_addrx
10807 (skip_form_bytes): Add DW_FORM_addrx
10808
10809 2019-04-22 Ali Tamur <tamur@google.com>
10810
10811 * MAINTAINERS (Write After Approval): Add self.
10812
10813 2019-04-22 Simon Marchi <simon.marchi@efficios.com>
10814
10815 * solib-svr4.c (get_svr4_info): Add pspace parameter.
10816 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
10817 (open_symbol_file_object): Likewise.
10818 (svr4_default_sos): Add info parameter.
10819 (svr4_read_so_list): Likewise.
10820 (svr4_current_sos_direct): Adjust functions calls to pass down
10821 info.
10822 (svr4_current_sos_1): Add info parameter.
10823 (svr4_current_sos): Call get_svr4_info, pass info down to
10824 svr4_current_sos_1.
10825 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
10826 get_svr4_info.
10827 (svr4_in_dynsym_resolve_code): Pass current_program_space to
10828 get_svr4_info.
10829 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
10830 to get_svr4_info.
10831 (probes_table_remove_objfile_probes): Likewise.
10832 (register_solib_event_probe): Add info parameter.
10833 (solist_update_incremental): Pass info parameter down to
10834 svr4_read_so_list.
10835 (disable_probes_interface): Add info parameter.
10836 (svr4_handle_solib_event): Pass current_program_space to
10837 get_svr4_info. Adjust disable_probes_interface cleanup.
10838 (svr4_create_probe_breakpoints): Add info parameter, pass it
10839 down to register_solib_event_probe.
10840 (svr4_create_solib_event_breakpoints): Add info parameter,
10841 pass it down to svr4_create_probe_breakpoints.
10842 (enable_break): Pass info down to
10843 svr4_create_solib_event_breakpoints.
10844 (svr4_solib_create_inferior_hook): Pass current_program_space to
10845 get_svr4_info.
10846 (svr4_clear_solib): Likewise.
10847
10848 2019-04-22 Pedro Alves <palves@redhat.com>
10849
10850 * solib-svr4.c (svr4_free_objfile_observer): New.
10851 (probe_and_action::objfile): New field.
10852 (probes_table_htab_remove_objfile_probes)
10853 (probes_table_remove_objfile_probes): New functions.
10854 (register_solib_event_probe): Add 'objfile' parameter. Store it
10855 in the new probe_and_action. Don't store the probe in 'lookup'.
10856 (svr4_create_probe_breakpoints): Pass objfile to
10857 register_solib_event_probe.
10858 (_initialize_svr4_solib): Register a free_objfile observer.
10859
10860 2019-04-19 Tom Tromey <tom@tromey.com>
10861
10862 * common/queue.h: Remove.
10863
10864 2019-04-19 Tom Tromey <tom@tromey.com>
10865
10866 * event-loop.c: Don't include "common/queue.h".
10867
10868 2019-04-19 Tom Tromey <tom@tromey.com>
10869
10870 * remote.c (remote_target): Use delete.
10871 * remote-notif.h: Include <list>, not "common/queue.h".
10872 (notif_client_p): Remove typedef.
10873 (remote_notif_state): Add constructor, destructor, initializer.
10874 <notif_queue>: Now a std::list.
10875 (remote_notif_state_xfree): Don't declare.
10876 * remote-notif.c (remote_notif_process, handle_notification)
10877 (remote_notif_state_allocate): Update.
10878 (~remote_notif_state): Rename from remote_notif_state_xfree.
10879
10880 2019-04-19 Tom Tromey <tom@tromey.com>
10881
10882 * symfile.c (reread_symbols): Update.
10883 * objfiles.c (objfile_register_static_link)
10884 (objfile_lookup_static_link): Update
10885 (~objfile) Don't delete static_links.
10886 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
10887
10888 2019-04-19 Tom Tromey <tom@tromey.com>
10889
10890 * type-stack.h (struct type_stack) <insert>: Constify string.
10891 * type-stack.c (type_stack::insert): Constify string.
10892 * gdbtypes.h (lookup_template_type): Update.
10893 (address_space_name_to_int): Update.
10894 * gdbtypes.c (address_space_name_to_int): Make space_identifier
10895 const.
10896 (lookup_template_type): Make name const.
10897 * c-exp.y: Update rules.
10898 (lex_one_token, classify_name, classify_inner_name)
10899 (c_print_token): Update.
10900 * p-exp.y: Update rules.
10901 (yylex): Update.
10902 * f-exp.y: Update rules.
10903 (yylex): Update.
10904 * d-exp.y: Update rules.
10905 (lex_one_token, classify_name, classify_inner_name): Update.
10906 * parse.c (write_dollar_variable, copy_name): Return std::string.
10907 * parser-defs.h (copy_name): Change return type.
10908 * m2-exp.y: Update rules.
10909 (yylex): Update.
10910 * go-exp.y (lex_one_token): Update.
10911 Update rules.
10912 (classify_unsafe_function, classify_packaged_name)
10913 (classify_name, yylex): Update.
10914
10915 2019-04-19 Sergei Trofimovich <siarheit@google.com>
10916
10917 * configure.ac: add --enable-source-highlight switch.
10918 * configure: Regenerate.
10919 * top.c (print_gdb_version): plumb --enable-source-highlight
10920 status to "show configuration".
10921
10922 2019-04-19 Tom Tromey <tromey@adacore.com>
10923
10924 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
10925 Check ADA_TYPE_P.
10926 (empty_record, ada_template_to_fixed_record_type_1)
10927 (template_to_static_fixed_type)
10928 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
10929 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
10930 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
10931 macros.
10932
10933 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
10934
10935 PR symtab/24423:
10936 * source.c (print_source_lines_base): Advance "iter" when a
10937 control character is seen.
10938
10939 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10940
10941 * inferior.h (struct infcall_suspend_state_deleter):
10942 Catch exception in destructor to avoid crash.
10943
10944 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10945
10946 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
10947 close to the add_com "shell".
10948
10949 2019-04-18 Tom Tromey <tromey@adacore.com>
10950
10951 * process-stratum-target.h (class process_stratum_target)
10952 <stratum>: Add "final".
10953
10954 2019-04-17 Tom Tromey <tromey@adacore.com>
10955
10956 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
10957 against nullptr before use.
10958
10959 2019-04-17 Alan Hayward <alan.hayward@arm.com>
10960
10961 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
10962
10963 2019-04-17 Jim Wilson <jimw@sifive.com>
10964 Andrew Burgess <andrew.burgess@embecosm.com>
10965
10966 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
10967 code read might fail, assume 4-byte breakpoint in that case.
10968
10969 2019-04-15 Leszek Swirski <leszeks@google.com>
10970
10971 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
10972 rather than a hand-rolled POD check when checking for forced MEMORY
10973 classification.
10974
10975 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10976
10977 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
10978 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
10979 function.
10980 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
10981 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
10982 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
10983 declaration.
10984
10985 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10986
10987 * aarch64-linux-nat.c
10988 (aarch64_linux_nat_target::thread_architecture): Add override.
10989 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
10990 each VQ.
10991
10992 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10993
10994 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
10995
10996 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
10997
10998 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
10999 target types of size 96-bits, add some additional comments, and
11000 check that the builtin type we found was the correct size.
11001
11002 2019-04-12 Eli Zaretskii <eliz@gnu.org>
11003
11004 * utils.c (prompt_for_continue): Don't restore the styling at the
11005 end, as applied_style has the wrong value. This fixes styling in
11006 long lists of file names that are interrupted by the "Continue?"
11007 prompt.
11008
11009 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
11010
11011 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
11012 * c-lang.c (c_language_defn): Likewise.
11013 (cplus_language_defn): Likewise.
11014 (asm_language_defn): Likewise.
11015 (minimal_language_defn): Likewise.
11016 * d-lang.c (d_language_defn): Likewise.
11017 * f-lang.c (f_language_defn): Likewise.
11018 * go-lang.c (go_language_defn): Likewise.
11019 * language.c (unknown_language_defn): Likewise.
11020 (auto_language_defn): Likewise.
11021 * language.h (struct language_defn): Remove la_magic field.
11022 (LANG_MAGIC): Delete.
11023 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
11024 * objc-lang.c (objc_language_defn): Likewise.
11025 * opencl-lang.c (opencl_language_defn): Likewise.
11026 * p-lang.c (pascal_language_defn): Likewise.
11027 * rust-lang.c (rust_language_defn): Likewise.
11028
11029 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
11030
11031 * riscv-tdep.c (riscv_type_align): New function.
11032 (riscv_type_alignment): Delete.
11033 (riscv_arg_location): Use 'type_align'.
11034 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
11035
11036 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
11037
11038 * gdbtypes.c (type_align): A struct with no non-static fields also
11039 has alignment of 1.
11040
11041 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
11042
11043 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
11044 component to 0.
11045 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
11046 member.
11047 (riscv_struct_info::analyse): New implementation using new
11048 analyse_inner member function.
11049 (riscv_struct_info::field_offset): New member function.
11050 (riscv_struct_info::m_offsets): New member variable.
11051 (riscv_struct_info::analyse_inner): New private member function,
11052 takes the old implementation of riscv_struct_info::analyse but
11053 extended to track field offsets.
11054 (riscv_call_arg_struct): Update the struct folding special cases
11055 to handle cases where empty C++ structs, which are non-zero
11056 length, are found.
11057 (riscv_arg_location): Initialise the length of each location, a
11058 non-zero length now indicates the location is in use.
11059 (riscv_push_dummy_call): Allow for the first location having a
11060 non-zero offset when setting up arguments.
11061 (riscv_return_value): Likewise, but for return values.
11062
11063 2019-04-11 Tom Tromey <tromey@adacore.com>
11064
11065 * utils.c (internal_vproblem): Make "msg" const.
11066
11067 2019-04-11 Alan Hayward <alan.hayward@arm.com>
11068
11069 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
11070 * trad-frame.c (trad_frame_reset_saved_regs): New function.
11071 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
11072 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
11073
11074 2019-04-10 Kevin Buettner <kevinb@redhat.com>
11075
11076 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
11077 function.
11078 (fill_gregset): Call amd64_linux_collect_native_gregset instead
11079 of amd64_collect_native_gregset.
11080 (amd64_linux_nat_target::store_registers): Likewise.
11081
11082 2019-04-10 Tom Tromey <tom@tromey.com>
11083
11084 * symtab.c (lookup_global_symbol_from_objfile)
11085 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
11086 * objfiles.h (class separate_debug_iterator): New.
11087 (class separate_debug_range): New.
11088 (struct objfile) <separate_debug_objfiles>: New method.
11089 (objfile_separate_debug_iterate): Don't declare.
11090 * objfiles.c (separate_debug_iterator::operator++): Rename from
11091 objfile_separate_debug_iterate.
11092 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
11093 iterator.
11094 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
11095 iterator.
11096
11097 2019-04-10 Tom Tromey <tom@tromey.com>
11098
11099 * symfile.c (reread_symbols): Remove old comment.
11100 * objfiles.c (free_all_objfiles): Fix a typo.
11101
11102 2019-04-10 Tom Tromey <tom@tromey.com>
11103
11104 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
11105 * minsyms.c (lookup_minimal_symbol): Use foreach.
11106 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
11107 (lookup_minimal_symbol_solib_trampoline): Likewise.
11108 * symfile.c (reread_symbols): Use foreach.
11109
11110 2019-04-09 Ivan Begert <ivanbegert@gmail.com>
11111 Tom Tromey <tromey@adacore.com>
11112
11113 PR rust/24414:
11114 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
11115 (rust_lex_int_test): Change "value" to be LONGEST.
11116 (rust_lex_tests): Add test for long integer literal.
11117
11118 2019-04-09 Tom Tromey <tromey@adacore.com>
11119
11120 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
11121 to bool.
11122 (extended_remote_target::attach): Update.
11123 (remote_target::remote_notice_new_inferior): Update.
11124 (remote_target::add_current_inferior_and_thread): Update.
11125 * inferior.c (exit_inferior_1): Use "false".
11126 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
11127
11128 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
11129
11130 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
11131 the "start" command.
11132
11133 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11134
11135 * python/py-inferior.c (infpy_thread_from_thread_handle):
11136 Adjust comments to reflect renaming of thread_from_thread_handle
11137 to thread_from_handle. Adjust keywords. Fix type error message.
11138 (inferior_object_methods): Add thread_from_handle. Retain
11139 thread_from_thread_handle, but mark it as deprecated.
11140
11141 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11142
11143 * gdbthread.h (find_thread_by_handle): Revise declaration.
11144 * thread.c (find_thread_by_handle): Likewise. Adjust
11145 implementation too.
11146 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
11147 support for buffer objects as handles.
11148
11149 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11150
11151 * python/py-infthread.c (thpy_thread_handle): New function.
11152 (thread_object_methods): Register thpy_thread_handle.
11153
11154 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11155
11156 * gdbthread.h (thread_to_thread_handle): Declare.
11157 * thread.c (gdbtypes.h): Include.
11158 (thread_to_thread_handle): New function.
11159
11160 * target.h (struct target_ops): Add thread_info_to_thread_handle.
11161 (target_thread_info_to_thread_handle): Declare.
11162 * target.c (target_thread_info_to_thread_handle): New function.
11163 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
11164 * target-delegates.c: Regenerate.
11165
11166 * linux-thread-db.c (class thread_db_target): Add method
11167 thread_info_to_thread_handle.
11168 (thread_db_target::thread_info_to_thread_handle): Define.
11169 * remote.c (class remote_target): Add new method
11170 thread_info_to_thread_handle.
11171 (remote_target::thread_info_to_thread_handle): Define.
11172
11173 2019-04-08 Pedro Alves <palves@redhat.com>
11174
11175 * common/common-exceptions.c (throw_exception): Don't create
11176 named object to throw; throw directly.
11177 (throw_it): Likewise. Don't initialize gdb_exception::message
11178 here, with new; pass FMT and AP to the ctor instead.
11179 * common/common-exceptions.h: Include <string>.
11180 (gdb_exception::gdb_exception(enum return_reason, enum errors,
11181 const char *, va_list)): New ctor. Use std::make_shared.
11182 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
11183 errors)): Delete.
11184 (gdb_exception_error::gdb_exception_error(enum errors, const char
11185 *, va_list)): New.
11186 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
11187 Add assertion.
11188 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
11189 errors)): Delete.
11190 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
11191 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
11192 Add assertion.
11193
11194 2019-04-08 Tom Tromey <tom@tromey.com>
11195
11196 * valops.c (value_rtti_indirect_type): Replace throw_exception
11197 with throw.
11198 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
11199 with throw.
11200 * thread.c (thr_try_catch_cmd): Replace throw_exception with
11201 throw.
11202 * target.c (target_translate_tls_address): Replace throw_exception
11203 with throw.
11204 * stack.c (frame_apply_command_count): Replace throw_exception
11205 with throw.
11206 * solib-spu.c (append_ocl_sos): Replace throw_exception with
11207 throw.
11208 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
11209 with throw.
11210 * rs6000-tdep.c (rs6000_frame_cache)
11211 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
11212 * remote.c: Replace throw_exception with throw.
11213 * record-full.c (record_full_message, record_full_wait_1)
11214 (record_full_restore): Replace throw_exception with throw.
11215 * record-btrace.c:
11216 (get_thread_current_frame_id, record_btrace_start_replaying)
11217 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
11218 (cmd_record_btrace_start): Replace throw_exception with throw.
11219 * parse.c (parse_exp_in_context_1): Replace throw_exception with
11220 throw.
11221 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
11222 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
11223 * linespec.c:
11224 (find_linespec_symbols): Replace throw_exception with throw.
11225 * infrun.c (displaced_step_prepare, resume): Replace
11226 throw_exception with throw.
11227 * infcmd.c (post_create_inferior): Replace throw_exception with
11228 throw.
11229 * inf-loop.c (inferior_event_handler): Replace throw_exception
11230 with throw.
11231 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
11232 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
11233 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
11234 (get_prev_frame_always, get_frame_pc_if_available)
11235 (get_frame_address_in_block_if_available, get_frame_language):
11236 Replace throw_exception with throw.
11237 * frame-unwind.c (frame_unwind_try_unwinder): Replace
11238 throw_exception with throw.
11239 * eval.c (fetch_subexp_value, evaluate_var_value)
11240 (evaluate_funcall, evaluate_subexp_standard): Replace
11241 throw_exception with throw.
11242 * dwarf2loc.c (call_site_find_chain)
11243 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
11244 Replace throw_exception with throw.
11245 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
11246 with throw.
11247 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
11248 throw.
11249 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
11250 * completer.c (complete_line_internal): Replace throw_exception
11251 with throw.
11252 * compile/compile-object-run.c (compile_object_run): Replace
11253 throw_exception with throw.
11254 * cli/cli-script.c (process_next_line): Replace throw_exception
11255 with throw.
11256 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
11257 (btrace_enable, btrace_maint_update_pt_packets): Replace
11258 throw_exception with throw.
11259 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
11260 throw_exception with throw.
11261 * break-catch-throw.c (re_set_exception_catchpoint): Replace
11262 throw_exception with throw.
11263 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
11264 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
11265 * aarch64-tdep.c (aarch64_make_prologue_cache)
11266 (aarch64_make_stub_cache): Replace throw_exception with throw.
11267
11268 2019-04-08 Tom Tromey <tom@tromey.com>
11269
11270 * common/common-exceptions.c (throw_exception): Rename from
11271 throw_exception_cxx. Remove old copy. Make argument const.
11272 (throw_it): Create and throw exception objects directly.
11273 * common/common-exceptions.h (throw_exception): Make argument
11274 const.
11275 (struct gdb_exception_error): Add constructor.
11276 (struct gdb_exception_quit): Add constructor.
11277
11278 2019-04-08 Tom Tromey <tom@tromey.com>
11279
11280 * common/common-exceptions.h (exception_rethrow): Don't declare.
11281 (TRY_SJLJ): Update comment.
11282 (TRY, CATCH, END_CATCH): Remove.
11283 * common/common-exceptions.c (exception_rethrow): Remove.
11284
11285 2019-04-08 Tom Tromey <tom@tromey.com>
11286
11287 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
11288 Remove.
11289 (gdb_exception_error): Rename from
11290 gdb_exception_RETURN_MASK_ERROR.
11291 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
11292 (gdb_quit_bad_alloc): Update.
11293 * aarch64-tdep.c: Update.
11294 * ada-lang.c: Update.
11295 * ada-typeprint.c: Update.
11296 * ada-valprint.c: Update.
11297 * amd64-tdep.c: Update.
11298 * arch-utils.c: Update.
11299 * break-catch-throw.c: Update.
11300 * breakpoint.c: Update.
11301 * btrace.c: Update.
11302 * c-varobj.c: Update.
11303 * cli/cli-cmds.c: Update.
11304 * cli/cli-interp.c: Update.
11305 * cli/cli-script.c: Update.
11306 * common/common-exceptions.c: Update.
11307 * common/new-op.c: Update.
11308 * common/selftest.c: Update.
11309 * compile/compile-c-symbols.c: Update.
11310 * compile/compile-cplus-symbols.c: Update.
11311 * compile/compile-object-load.c: Update.
11312 * compile/compile-object-run.c: Update.
11313 * completer.c: Update.
11314 * corelow.c: Update.
11315 * cp-abi.c: Update.
11316 * cp-support.c: Update.
11317 * cp-valprint.c: Update.
11318 * darwin-nat.c: Update.
11319 * disasm-selftests.c: Update.
11320 * dtrace-probe.c: Update.
11321 * dwarf-index-cache.c: Update.
11322 * dwarf-index-write.c: Update.
11323 * dwarf2-frame-tailcall.c: Update.
11324 * dwarf2-frame.c: Update.
11325 * dwarf2loc.c: Update.
11326 * dwarf2read.c: Update.
11327 * eval.c: Update.
11328 * event-loop.c: Update.
11329 * event-top.c: Update.
11330 * exec.c: Update.
11331 * f-valprint.c: Update.
11332 * fbsd-tdep.c: Update.
11333 * frame-unwind.c: Update.
11334 * frame.c: Update.
11335 * gdbtypes.c: Update.
11336 * gnu-v3-abi.c: Update.
11337 * guile/guile-internal.h: Update.
11338 * guile/scm-block.c: Update.
11339 * guile/scm-breakpoint.c: Update.
11340 * guile/scm-cmd.c: Update.
11341 * guile/scm-disasm.c: Update.
11342 * guile/scm-frame.c: Update.
11343 * guile/scm-lazy-string.c: Update.
11344 * guile/scm-math.c: Update.
11345 * guile/scm-param.c: Update.
11346 * guile/scm-ports.c: Update.
11347 * guile/scm-pretty-print.c: Update.
11348 * guile/scm-symbol.c: Update.
11349 * guile/scm-symtab.c: Update.
11350 * guile/scm-type.c: Update.
11351 * guile/scm-value.c: Update.
11352 * i386-linux-tdep.c: Update.
11353 * i386-tdep.c: Update.
11354 * inf-loop.c: Update.
11355 * infcall.c: Update.
11356 * infcmd.c: Update.
11357 * infrun.c: Update.
11358 * jit.c: Update.
11359 * language.c: Update.
11360 * linespec.c: Update.
11361 * linux-fork.c: Update.
11362 * linux-nat.c: Update.
11363 * linux-tdep.c: Update.
11364 * linux-thread-db.c: Update.
11365 * main.c: Update.
11366 * mi/mi-cmd-break.c: Update.
11367 * mi/mi-cmd-stack.c: Update.
11368 * mi/mi-interp.c: Update.
11369 * mi/mi-main.c: Update.
11370 * objc-lang.c: Update.
11371 * p-valprint.c: Update.
11372 * parse.c: Update.
11373 * ppc-linux-tdep.c: Update.
11374 * printcmd.c: Update.
11375 * python/py-arch.c: Update.
11376 * python/py-breakpoint.c: Update.
11377 * python/py-cmd.c: Update.
11378 * python/py-finishbreakpoint.c: Update.
11379 * python/py-frame.c: Update.
11380 * python/py-framefilter.c: Update.
11381 * python/py-gdb-readline.c: Update.
11382 * python/py-inferior.c: Update.
11383 * python/py-infthread.c: Update.
11384 * python/py-lazy-string.c: Update.
11385 * python/py-linetable.c: Update.
11386 * python/py-objfile.c: Update.
11387 * python/py-param.c: Update.
11388 * python/py-prettyprint.c: Update.
11389 * python/py-progspace.c: Update.
11390 * python/py-record-btrace.c: Update.
11391 * python/py-record.c: Update.
11392 * python/py-symbol.c: Update.
11393 * python/py-type.c: Update.
11394 * python/py-unwind.c: Update.
11395 * python/py-utils.c: Update.
11396 * python/py-value.c: Update.
11397 * python/python.c: Update.
11398 * record-btrace.c: Update.
11399 * record-full.c: Update.
11400 * remote-fileio.c: Update.
11401 * remote.c: Update.
11402 * riscv-tdep.c: Update.
11403 * rs6000-aix-tdep.c: Update.
11404 * rs6000-tdep.c: Update.
11405 * rust-exp.y: Update.
11406 * rust-lang.c: Update.
11407 * s390-tdep.c: Update.
11408 * selftest-arch.c: Update.
11409 * solib-dsbt.c: Update.
11410 * solib-frv.c: Update.
11411 * solib-spu.c: Update.
11412 * solib-svr4.c: Update.
11413 * solib.c: Update.
11414 * sparc64-linux-tdep.c: Update.
11415 * stack.c: Update.
11416 * symfile-mem.c: Update.
11417 * symmisc.c: Update.
11418 * target.c: Update.
11419 * thread.c: Update.
11420 * top.c: Update.
11421 * tracefile-tfile.c: Update.
11422 * tui/tui.c: Update.
11423 * typeprint.c: Update.
11424 * unittests/cli-utils-selftests.c: Update.
11425 * unittests/parse-connection-spec-selftests.c: Update.
11426 * valops.c: Update.
11427 * valprint.c: Update.
11428 * value.c: Update.
11429 * varobj.c: Update.
11430 * windows-nat.c: Update.
11431 * x86-linux-nat.c: Update.
11432 * xml-support.c: Update.
11433
11434 2019-04-08 Tom Tromey <tom@tromey.com>
11435
11436 * xml-support.c: Use C++ exception handling.
11437 * x86-linux-nat.c: Use C++ exception handling.
11438 * windows-nat.c: Use C++ exception handling.
11439 * varobj.c: Use C++ exception handling.
11440 * value.c: Use C++ exception handling.
11441 * valprint.c: Use C++ exception handling.
11442 * valops.c: Use C++ exception handling.
11443 * unittests/parse-connection-spec-selftests.c: Use C++ exception
11444 handling.
11445 * unittests/cli-utils-selftests.c: Use C++ exception handling.
11446 * typeprint.c: Use C++ exception handling.
11447 * tui/tui.c: Use C++ exception handling.
11448 * tracefile-tfile.c: Use C++ exception handling.
11449 * top.c: Use C++ exception handling.
11450 * thread.c: Use C++ exception handling.
11451 * target.c: Use C++ exception handling.
11452 * symmisc.c: Use C++ exception handling.
11453 * symfile-mem.c: Use C++ exception handling.
11454 * stack.c: Use C++ exception handling.
11455 * sparc64-linux-tdep.c: Use C++ exception handling.
11456 * solib.c: Use C++ exception handling.
11457 * solib-svr4.c: Use C++ exception handling.
11458 * solib-spu.c: Use C++ exception handling.
11459 * solib-frv.c: Use C++ exception handling.
11460 * solib-dsbt.c: Use C++ exception handling.
11461 * selftest-arch.c: Use C++ exception handling.
11462 * s390-tdep.c: Use C++ exception handling.
11463 * rust-lang.c: Use C++ exception handling.
11464 * rust-exp.y: Use C++ exception handling.
11465 * rs6000-tdep.c: Use C++ exception handling.
11466 * rs6000-aix-tdep.c: Use C++ exception handling.
11467 * riscv-tdep.c: Use C++ exception handling.
11468 * remote.c: Use C++ exception handling.
11469 * remote-fileio.c: Use C++ exception handling.
11470 * record-full.c: Use C++ exception handling.
11471 * record-btrace.c: Use C++ exception handling.
11472 * python/python.c: Use C++ exception handling.
11473 * python/py-value.c: Use C++ exception handling.
11474 * python/py-utils.c: Use C++ exception handling.
11475 * python/py-unwind.c: Use C++ exception handling.
11476 * python/py-type.c: Use C++ exception handling.
11477 * python/py-symbol.c: Use C++ exception handling.
11478 * python/py-record.c: Use C++ exception handling.
11479 * python/py-record-btrace.c: Use C++ exception handling.
11480 * python/py-progspace.c: Use C++ exception handling.
11481 * python/py-prettyprint.c: Use C++ exception handling.
11482 * python/py-param.c: Use C++ exception handling.
11483 * python/py-objfile.c: Use C++ exception handling.
11484 * python/py-linetable.c: Use C++ exception handling.
11485 * python/py-lazy-string.c: Use C++ exception handling.
11486 * python/py-infthread.c: Use C++ exception handling.
11487 * python/py-inferior.c: Use C++ exception handling.
11488 * python/py-gdb-readline.c: Use C++ exception handling.
11489 * python/py-framefilter.c: Use C++ exception handling.
11490 * python/py-frame.c: Use C++ exception handling.
11491 * python/py-finishbreakpoint.c: Use C++ exception handling.
11492 * python/py-cmd.c: Use C++ exception handling.
11493 * python/py-breakpoint.c: Use C++ exception handling.
11494 * python/py-arch.c: Use C++ exception handling.
11495 * printcmd.c: Use C++ exception handling.
11496 * ppc-linux-tdep.c: Use C++ exception handling.
11497 * parse.c: Use C++ exception handling.
11498 * p-valprint.c: Use C++ exception handling.
11499 * objc-lang.c: Use C++ exception handling.
11500 * mi/mi-main.c: Use C++ exception handling.
11501 * mi/mi-interp.c: Use C++ exception handling.
11502 * mi/mi-cmd-stack.c: Use C++ exception handling.
11503 * mi/mi-cmd-break.c: Use C++ exception handling.
11504 * main.c: Use C++ exception handling.
11505 * linux-thread-db.c: Use C++ exception handling.
11506 * linux-tdep.c: Use C++ exception handling.
11507 * linux-nat.c: Use C++ exception handling.
11508 * linux-fork.c: Use C++ exception handling.
11509 * linespec.c: Use C++ exception handling.
11510 * language.c: Use C++ exception handling.
11511 * jit.c: Use C++ exception handling.
11512 * infrun.c: Use C++ exception handling.
11513 * infcmd.c: Use C++ exception handling.
11514 * infcall.c: Use C++ exception handling.
11515 * inf-loop.c: Use C++ exception handling.
11516 * i386-tdep.c: Use C++ exception handling.
11517 * i386-linux-tdep.c: Use C++ exception handling.
11518 * guile/scm-value.c: Use C++ exception handling.
11519 * guile/scm-type.c: Use C++ exception handling.
11520 * guile/scm-symtab.c: Use C++ exception handling.
11521 * guile/scm-symbol.c: Use C++ exception handling.
11522 * guile/scm-pretty-print.c: Use C++ exception handling.
11523 * guile/scm-ports.c: Use C++ exception handling.
11524 * guile/scm-param.c: Use C++ exception handling.
11525 * guile/scm-math.c: Use C++ exception handling.
11526 * guile/scm-lazy-string.c: Use C++ exception handling.
11527 * guile/scm-frame.c: Use C++ exception handling.
11528 * guile/scm-disasm.c: Use C++ exception handling.
11529 * guile/scm-cmd.c: Use C++ exception handling.
11530 * guile/scm-breakpoint.c: Use C++ exception handling.
11531 * guile/scm-block.c: Use C++ exception handling.
11532 * guile/guile-internal.h: Use C++ exception handling.
11533 * gnu-v3-abi.c: Use C++ exception handling.
11534 * gdbtypes.c: Use C++ exception handling.
11535 * frame.c: Use C++ exception handling.
11536 * frame-unwind.c: Use C++ exception handling.
11537 * fbsd-tdep.c: Use C++ exception handling.
11538 * f-valprint.c: Use C++ exception handling.
11539 * exec.c: Use C++ exception handling.
11540 * event-top.c: Use C++ exception handling.
11541 * event-loop.c: Use C++ exception handling.
11542 * eval.c: Use C++ exception handling.
11543 * dwarf2read.c: Use C++ exception handling.
11544 * dwarf2loc.c: Use C++ exception handling.
11545 * dwarf2-frame.c: Use C++ exception handling.
11546 * dwarf2-frame-tailcall.c: Use C++ exception handling.
11547 * dwarf-index-write.c: Use C++ exception handling.
11548 * dwarf-index-cache.c: Use C++ exception handling.
11549 * dtrace-probe.c: Use C++ exception handling.
11550 * disasm-selftests.c: Use C++ exception handling.
11551 * darwin-nat.c: Use C++ exception handling.
11552 * cp-valprint.c: Use C++ exception handling.
11553 * cp-support.c: Use C++ exception handling.
11554 * cp-abi.c: Use C++ exception handling.
11555 * corelow.c: Use C++ exception handling.
11556 * completer.c: Use C++ exception handling.
11557 * compile/compile-object-run.c: Use C++ exception handling.
11558 * compile/compile-object-load.c: Use C++ exception handling.
11559 * compile/compile-cplus-symbols.c: Use C++ exception handling.
11560 * compile/compile-c-symbols.c: Use C++ exception handling.
11561 * common/selftest.c: Use C++ exception handling.
11562 * common/new-op.c: Use C++ exception handling.
11563 * cli/cli-script.c: Use C++ exception handling.
11564 * cli/cli-interp.c: Use C++ exception handling.
11565 * cli/cli-cmds.c: Use C++ exception handling.
11566 * c-varobj.c: Use C++ exception handling.
11567 * btrace.c: Use C++ exception handling.
11568 * breakpoint.c: Use C++ exception handling.
11569 * break-catch-throw.c: Use C++ exception handling.
11570 * arch-utils.c: Use C++ exception handling.
11571 * amd64-tdep.c: Use C++ exception handling.
11572 * ada-valprint.c: Use C++ exception handling.
11573 * ada-typeprint.c: Use C++ exception handling.
11574 * ada-lang.c: Use C++ exception handling.
11575 * aarch64-tdep.c: Use C++ exception handling.
11576
11577 2019-04-08 Tom Tromey <tom@tromey.com>
11578
11579 * xml-support.c (gdb_xml_parser::parse): Update.
11580 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11581 * value.c (show_convenience): Update.
11582 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
11583 (test_parse_flags_qcs): Update.
11584 * thread.c (thr_try_catch_cmd): Update.
11585 * target.c (target_translate_tls_address): Update.
11586 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
11587 (info_frame_command_core, frame_apply_command_count): Update.
11588 * rust-exp.y (rust_lex_exception_test): Update.
11589 * riscv-tdep.c (riscv_print_one_register_info): Update.
11590 * remote.c (remote_target::enable_btrace): Update.
11591 * record-btrace.c (record_btrace_enable_warn): Update.
11592 * python/py-utils.c (gdbpy_convert_exception): Update.
11593 * printcmd.c (do_one_display, print_variable_and_value): Update.
11594 * mi/mi-main.c (mi_print_exception): Update.
11595 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
11596 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
11597 * linux-nat.c (linux_nat_target::attach): Update.
11598 * linux-fork.c (class scoped_switch_fork_info): Update.
11599 * infrun.c (displaced_step_prepare): Update.
11600 * infcall.c (call_function_by_hand_dummy): Update.
11601 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
11602 * gnu-v3-abi.c (print_one_vtable): Update.
11603 * frame.c (get_prev_frame_always): Update.
11604 * f-valprint.c (info_common_command_for_block): Update.
11605 * exec.c (try_open_exec_file): Update.
11606 * exceptions.c (print_exception, exception_print)
11607 (exception_fprintf, exception_print_same): Update.
11608 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
11609 * dwarf-index-cache.c (index_cache::store)
11610 (index_cache::lookup_gdb_index): Update.
11611 * darwin-nat.c (maybe_cache_shell): Update.
11612 * cp-valprint.c (cp_print_value_fields): Update.
11613 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
11614 (gcc_cplus_symbol_address): Update.
11615 * compile/compile-c-symbols.c (gcc_convert_symbol)
11616 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
11617 * common/selftest.c: Update.
11618 * common/common-exceptions.h (struct gdb_exception) <message>: Now
11619 a std::string.
11620 (exception_try_scope_entry, exception_try_scope_exit): Don't
11621 declare.
11622 (struct exception_try_scope): Remove.
11623 (TRY): Don't use exception_try_scope.
11624 (struct gdb_exception): Add constructor, operator=.
11625 <what>: New method.
11626 (struct gdb_exception_RETURN_MASK_ALL)
11627 (struct gdb_exception_RETURN_MASK_ERROR)
11628 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
11629 (struct gdb_quit_bad_alloc): Update.
11630 * common/common-exceptions.c (exception_none): Change
11631 initializer.
11632 (struct catcher) <state, exception>: Initialize inline.
11633 <prev>: Remove member.
11634 (current_catcher): Remove.
11635 (catchers): New global.
11636 (exceptions_state_mc_init): Simplify.
11637 (catcher_pop): Remove.
11638 (exceptions_state_mc, exceptions_state_mc_catch): Update.
11639 (try_scope_depth, exception_try_scope_entry)
11640 (exception_try_scope_exit): Remove.
11641 (throw_exception_sjlj): Update.
11642 (exception_messages, exception_messages_size): Remove.
11643 (throw_it): Simplify.
11644 (gdb_exception_sliced_copy): Remove.
11645 (throw_exception_cxx): Update.
11646 * cli/cli-script.c (script_from_file): Update.
11647 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
11648 Update.
11649 * ada-valprint.c (ada_val_print): Update.
11650 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
11651 (create_excep_cond_exprs): Update.
11652
11653 2019-04-08 Tom Tromey <tom@tromey.com>
11654
11655 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
11656 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
11657 (TRY, CATCH, END_CATCH): Remove some definitions.
11658 * common/common-exceptions.c: Don't use GDB_XCPT.
11659 (catcher_list_size): Remove.
11660 (throw_exception, throw_it): Simplify.
11661
11662 2019-04-05 Tom Tromey <tom@tromey.com>
11663
11664 Revert the header-sorting patch.
11665 * ft32-tdep.c: Revert.
11666 * frv-tdep.c: Revert.
11667 * frv-linux-tdep.c: Revert.
11668 * frame.c: Revert.
11669 * frame-unwind.c: Revert.
11670 * frame-base.c: Revert.
11671 * fork-child.c: Revert.
11672 * findvar.c: Revert.
11673 * findcmd.c: Revert.
11674 * filesystem.c: Revert.
11675 * filename-seen-cache.h: Revert.
11676 * filename-seen-cache.c: Revert.
11677 * fbsd-tdep.c: Revert.
11678 * fbsd-nat.h: Revert.
11679 * fbsd-nat.c: Revert.
11680 * f-valprint.c: Revert.
11681 * f-typeprint.c: Revert.
11682 * f-lang.c: Revert.
11683 * extension.h: Revert.
11684 * extension.c: Revert.
11685 * extension-priv.h: Revert.
11686 * expprint.c: Revert.
11687 * exec.h: Revert.
11688 * exec.c: Revert.
11689 * exceptions.c: Revert.
11690 * event-top.c: Revert.
11691 * event-loop.c: Revert.
11692 * eval.c: Revert.
11693 * elfread.c: Revert.
11694 * dwarf2read.h: Revert.
11695 * dwarf2read.c: Revert.
11696 * dwarf2loc.c: Revert.
11697 * dwarf2expr.h: Revert.
11698 * dwarf2expr.c: Revert.
11699 * dwarf2-frame.c: Revert.
11700 * dwarf2-frame-tailcall.c: Revert.
11701 * dwarf-index-write.h: Revert.
11702 * dwarf-index-write.c: Revert.
11703 * dwarf-index-common.c: Revert.
11704 * dwarf-index-cache.h: Revert.
11705 * dwarf-index-cache.c: Revert.
11706 * dummy-frame.c: Revert.
11707 * dtrace-probe.c: Revert.
11708 * disasm.h: Revert.
11709 * disasm.c: Revert.
11710 * disasm-selftests.c: Revert.
11711 * dictionary.c: Revert.
11712 * dicos-tdep.c: Revert.
11713 * demangle.c: Revert.
11714 * dcache.h: Revert.
11715 * dcache.c: Revert.
11716 * darwin-nat.h: Revert.
11717 * darwin-nat.c: Revert.
11718 * darwin-nat-info.c: Revert.
11719 * d-valprint.c: Revert.
11720 * d-namespace.c: Revert.
11721 * d-lang.c: Revert.
11722 * ctf.c: Revert.
11723 * csky-tdep.c: Revert.
11724 * csky-linux-tdep.c: Revert.
11725 * cris-tdep.c: Revert.
11726 * cris-linux-tdep.c: Revert.
11727 * cp-valprint.c: Revert.
11728 * cp-support.c: Revert.
11729 * cp-namespace.c: Revert.
11730 * cp-abi.c: Revert.
11731 * corelow.c: Revert.
11732 * corefile.c: Revert.
11733 * continuations.c: Revert.
11734 * completer.h: Revert.
11735 * completer.c: Revert.
11736 * complaints.c: Revert.
11737 * coffread.c: Revert.
11738 * coff-pe-read.c: Revert.
11739 * cli-out.h: Revert.
11740 * cli-out.c: Revert.
11741 * charset.c: Revert.
11742 * c-varobj.c: Revert.
11743 * c-valprint.c: Revert.
11744 * c-typeprint.c: Revert.
11745 * c-lang.c: Revert.
11746 * buildsym.c: Revert.
11747 * buildsym-legacy.c: Revert.
11748 * build-id.h: Revert.
11749 * build-id.c: Revert.
11750 * btrace.c: Revert.
11751 * bsd-uthread.c: Revert.
11752 * breakpoint.h: Revert.
11753 * breakpoint.c: Revert.
11754 * break-catch-throw.c: Revert.
11755 * break-catch-syscall.c: Revert.
11756 * break-catch-sig.c: Revert.
11757 * blockframe.c: Revert.
11758 * block.c: Revert.
11759 * bfin-tdep.c: Revert.
11760 * bfin-linux-tdep.c: Revert.
11761 * bfd-target.c: Revert.
11762 * bcache.c: Revert.
11763 * ax-general.c: Revert.
11764 * ax-gdb.h: Revert.
11765 * ax-gdb.c: Revert.
11766 * avr-tdep.c: Revert.
11767 * auxv.c: Revert.
11768 * auto-load.c: Revert.
11769 * arm-wince-tdep.c: Revert.
11770 * arm-tdep.c: Revert.
11771 * arm-symbian-tdep.c: Revert.
11772 * arm-pikeos-tdep.c: Revert.
11773 * arm-obsd-tdep.c: Revert.
11774 * arm-nbsd-tdep.c: Revert.
11775 * arm-nbsd-nat.c: Revert.
11776 * arm-linux-tdep.c: Revert.
11777 * arm-linux-nat.c: Revert.
11778 * arm-fbsd-tdep.c: Revert.
11779 * arm-fbsd-nat.c: Revert.
11780 * arm-bsd-tdep.c: Revert.
11781 * arch-utils.c: Revert.
11782 * arc-tdep.c: Revert.
11783 * arc-newlib-tdep.c: Revert.
11784 * annotate.h: Revert.
11785 * annotate.c: Revert.
11786 * amd64-windows-tdep.c: Revert.
11787 * amd64-windows-nat.c: Revert.
11788 * amd64-tdep.c: Revert.
11789 * amd64-sol2-tdep.c: Revert.
11790 * amd64-obsd-tdep.c: Revert.
11791 * amd64-obsd-nat.c: Revert.
11792 * amd64-nbsd-tdep.c: Revert.
11793 * amd64-nbsd-nat.c: Revert.
11794 * amd64-nat.c: Revert.
11795 * amd64-linux-tdep.c: Revert.
11796 * amd64-linux-nat.c: Revert.
11797 * amd64-fbsd-tdep.c: Revert.
11798 * amd64-fbsd-nat.c: Revert.
11799 * amd64-dicos-tdep.c: Revert.
11800 * amd64-darwin-tdep.c: Revert.
11801 * amd64-bsd-nat.c: Revert.
11802 * alpha-tdep.c: Revert.
11803 * alpha-obsd-tdep.c: Revert.
11804 * alpha-nbsd-tdep.c: Revert.
11805 * alpha-mdebug-tdep.c: Revert.
11806 * alpha-linux-tdep.c: Revert.
11807 * alpha-linux-nat.c: Revert.
11808 * alpha-bsd-tdep.c: Revert.
11809 * alpha-bsd-nat.c: Revert.
11810 * aix-thread.c: Revert.
11811 * agent.c: Revert.
11812 * addrmap.c: Revert.
11813 * ada-varobj.c: Revert.
11814 * ada-valprint.c: Revert.
11815 * ada-typeprint.c: Revert.
11816 * ada-tasks.c: Revert.
11817 * ada-lang.c: Revert.
11818 * aarch64-tdep.c: Revert.
11819 * aarch64-ravenscar-thread.c: Revert.
11820 * aarch64-newlib-tdep.c: Revert.
11821 * aarch64-linux-tdep.c: Revert.
11822 * aarch64-linux-nat.c: Revert.
11823 * aarch64-fbsd-tdep.c: Revert.
11824 * aarch64-fbsd-nat.c: Revert.
11825 * aarch32-linux-nat.c: Revert.
11826
11827 2019-04-05 Tom Tromey <tom@tromey.com>
11828
11829 * ft32-tdep.c: Sort headers.
11830 * frv-tdep.c: Sort headers.
11831 * frv-linux-tdep.c: Sort headers.
11832 * frame.c: Sort headers.
11833 * frame-unwind.c: Sort headers.
11834 * frame-base.c: Sort headers.
11835 * fork-child.c: Sort headers.
11836 * findvar.c: Sort headers.
11837 * findcmd.c: Sort headers.
11838 * filesystem.c: Sort headers.
11839 * filename-seen-cache.h: Sort headers.
11840 * filename-seen-cache.c: Sort headers.
11841 * fbsd-tdep.c: Sort headers.
11842 * fbsd-nat.h: Sort headers.
11843 * fbsd-nat.c: Sort headers.
11844 * f-valprint.c: Sort headers.
11845 * f-typeprint.c: Sort headers.
11846 * f-lang.c: Sort headers.
11847 * extension.h: Sort headers.
11848 * extension.c: Sort headers.
11849 * extension-priv.h: Sort headers.
11850 * expprint.c: Sort headers.
11851 * exec.h: Sort headers.
11852 * exec.c: Sort headers.
11853 * exceptions.c: Sort headers.
11854 * event-top.c: Sort headers.
11855 * event-loop.c: Sort headers.
11856 * eval.c: Sort headers.
11857 * elfread.c: Sort headers.
11858 * dwarf2read.h: Sort headers.
11859 * dwarf2read.c: Sort headers.
11860 * dwarf2loc.c: Sort headers.
11861 * dwarf2expr.h: Sort headers.
11862 * dwarf2expr.c: Sort headers.
11863 * dwarf2-frame.c: Sort headers.
11864 * dwarf2-frame-tailcall.c: Sort headers.
11865 * dwarf-index-write.h: Sort headers.
11866 * dwarf-index-write.c: Sort headers.
11867 * dwarf-index-common.c: Sort headers.
11868 * dwarf-index-cache.h: Sort headers.
11869 * dwarf-index-cache.c: Sort headers.
11870 * dummy-frame.c: Sort headers.
11871 * dtrace-probe.c: Sort headers.
11872 * disasm.h: Sort headers.
11873 * disasm.c: Sort headers.
11874 * disasm-selftests.c: Sort headers.
11875 * dictionary.c: Sort headers.
11876 * dicos-tdep.c: Sort headers.
11877 * demangle.c: Sort headers.
11878 * dcache.h: Sort headers.
11879 * dcache.c: Sort headers.
11880 * darwin-nat.h: Sort headers.
11881 * darwin-nat.c: Sort headers.
11882 * darwin-nat-info.c: Sort headers.
11883 * d-valprint.c: Sort headers.
11884 * d-namespace.c: Sort headers.
11885 * d-lang.c: Sort headers.
11886 * ctf.c: Sort headers.
11887 * csky-tdep.c: Sort headers.
11888 * csky-linux-tdep.c: Sort headers.
11889 * cris-tdep.c: Sort headers.
11890 * cris-linux-tdep.c: Sort headers.
11891 * cp-valprint.c: Sort headers.
11892 * cp-support.c: Sort headers.
11893 * cp-namespace.c: Sort headers.
11894 * cp-abi.c: Sort headers.
11895 * corelow.c: Sort headers.
11896 * corefile.c: Sort headers.
11897 * continuations.c: Sort headers.
11898 * completer.h: Sort headers.
11899 * completer.c: Sort headers.
11900 * complaints.c: Sort headers.
11901 * coffread.c: Sort headers.
11902 * coff-pe-read.c: Sort headers.
11903 * cli-out.h: Sort headers.
11904 * cli-out.c: Sort headers.
11905 * charset.c: Sort headers.
11906 * c-varobj.c: Sort headers.
11907 * c-valprint.c: Sort headers.
11908 * c-typeprint.c: Sort headers.
11909 * c-lang.c: Sort headers.
11910 * buildsym.c: Sort headers.
11911 * buildsym-legacy.c: Sort headers.
11912 * build-id.h: Sort headers.
11913 * build-id.c: Sort headers.
11914 * btrace.c: Sort headers.
11915 * bsd-uthread.c: Sort headers.
11916 * breakpoint.h: Sort headers.
11917 * breakpoint.c: Sort headers.
11918 * break-catch-throw.c: Sort headers.
11919 * break-catch-syscall.c: Sort headers.
11920 * break-catch-sig.c: Sort headers.
11921 * blockframe.c: Sort headers.
11922 * block.c: Sort headers.
11923 * bfin-tdep.c: Sort headers.
11924 * bfin-linux-tdep.c: Sort headers.
11925 * bfd-target.c: Sort headers.
11926 * bcache.c: Sort headers.
11927 * ax-general.c: Sort headers.
11928 * ax-gdb.h: Sort headers.
11929 * ax-gdb.c: Sort headers.
11930 * avr-tdep.c: Sort headers.
11931 * auxv.c: Sort headers.
11932 * auto-load.c: Sort headers.
11933 * arm-wince-tdep.c: Sort headers.
11934 * arm-tdep.c: Sort headers.
11935 * arm-symbian-tdep.c: Sort headers.
11936 * arm-pikeos-tdep.c: Sort headers.
11937 * arm-obsd-tdep.c: Sort headers.
11938 * arm-nbsd-tdep.c: Sort headers.
11939 * arm-nbsd-nat.c: Sort headers.
11940 * arm-linux-tdep.c: Sort headers.
11941 * arm-linux-nat.c: Sort headers.
11942 * arm-fbsd-tdep.c: Sort headers.
11943 * arm-fbsd-nat.c: Sort headers.
11944 * arm-bsd-tdep.c: Sort headers.
11945 * arch-utils.c: Sort headers.
11946 * arc-tdep.c: Sort headers.
11947 * arc-newlib-tdep.c: Sort headers.
11948 * annotate.h: Sort headers.
11949 * annotate.c: Sort headers.
11950 * amd64-windows-tdep.c: Sort headers.
11951 * amd64-windows-nat.c: Sort headers.
11952 * amd64-tdep.c: Sort headers.
11953 * amd64-sol2-tdep.c: Sort headers.
11954 * amd64-obsd-tdep.c: Sort headers.
11955 * amd64-obsd-nat.c: Sort headers.
11956 * amd64-nbsd-tdep.c: Sort headers.
11957 * amd64-nbsd-nat.c: Sort headers.
11958 * amd64-nat.c: Sort headers.
11959 * amd64-linux-tdep.c: Sort headers.
11960 * amd64-linux-nat.c: Sort headers.
11961 * amd64-fbsd-tdep.c: Sort headers.
11962 * amd64-fbsd-nat.c: Sort headers.
11963 * amd64-dicos-tdep.c: Sort headers.
11964 * amd64-darwin-tdep.c: Sort headers.
11965 * amd64-bsd-nat.c: Sort headers.
11966 * alpha-tdep.c: Sort headers.
11967 * alpha-obsd-tdep.c: Sort headers.
11968 * alpha-nbsd-tdep.c: Sort headers.
11969 * alpha-mdebug-tdep.c: Sort headers.
11970 * alpha-linux-tdep.c: Sort headers.
11971 * alpha-linux-nat.c: Sort headers.
11972 * alpha-bsd-tdep.c: Sort headers.
11973 * alpha-bsd-nat.c: Sort headers.
11974 * aix-thread.c: Sort headers.
11975 * agent.c: Sort headers.
11976 * addrmap.c: Sort headers.
11977 * ada-varobj.c: Sort headers.
11978 * ada-valprint.c: Sort headers.
11979 * ada-typeprint.c: Sort headers.
11980 * ada-tasks.c: Sort headers.
11981 * ada-lang.c: Sort headers.
11982 * aarch64-tdep.c: Sort headers.
11983 * aarch64-ravenscar-thread.c: Sort headers.
11984 * aarch64-newlib-tdep.c: Sort headers.
11985 * aarch64-linux-tdep.c: Sort headers.
11986 * aarch64-linux-nat.c: Sort headers.
11987 * aarch64-fbsd-tdep.c: Sort headers.
11988 * aarch64-fbsd-nat.c: Sort headers.
11989 * aarch32-linux-nat.c: Sort headers.
11990
11991 2019-04-04 Tom Tromey <tom@tromey.com>
11992
11993 * varobj.c (varobj_create): Update.
11994 * rust-exp.y (struct rust_parser) <update_innermost_block,
11995 lookup_symbol>: New methods.
11996 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
11997 Rename.
11998 (rust_parser::rust_lookup_type)
11999 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
12000 * printcmd.c (display_command, do_one_display): Update.
12001 * parser-defs.h (struct parser_state) <parser_state>: Add
12002 "tracker" parameter.
12003 (block_tracker): New member.
12004 (class innermost_block_tracker) <innermost_block_tracker>: Add
12005 "types" parameter.
12006 <reset>: Remove method.
12007 (innermost_block): Don't declare.
12008 (null_post_parser): Update.
12009 * parse.c (innermost_block): Remove global.
12010 (write_dollar_variable): Update.
12011 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
12012 Remove "tracker_types" parameter.
12013 (parse_expression): Add "tracker" parameter.
12014 (parse_expression_for_completion): Update.
12015 (null_post_parser): Add "tracker" parameter.
12016 * p-exp.y: Update rules.
12017 * m2-exp.y: Update rules.
12018 * language.h (struct language_defn) <la_post_parser>: Add
12019 "tracker" parameter.
12020 * go-exp.y: Update rules.
12021 * f-exp.y: Update rules.
12022 * expression.h (parse_expression, parse_exp_1): Add "tracker"
12023 parameter.
12024 * d-exp.y: Update rules.
12025 * c-exp.y: Update rules.
12026 * breakpoint.c (set_breakpoint_condition): Create an
12027 innermost_block_tracker.
12028 (watch_command_1): Likewise.
12029 * ada-lang.c (resolve): Add "tracker" parameter.
12030 (resolve_subexp): Likewise.
12031 * ada-exp.y (write_var_from_sym): Update.
12032
12033 2019-04-04 Tom Tromey <tom@tromey.com>
12034
12035 * type-stack.h: New file.
12036 * type-stack.c: New file.
12037 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
12038 type-stack.h.
12039 (insert_into_type_stack, insert_type, push_type, push_type_int)
12040 (insert_type_address_space, pop_type, pop_type_int)
12041 (pop_typelist, pop_type_stack, append_type_stack)
12042 (push_type_stack, get_type_stack, push_typelist)
12043 (follow_type_instance_flags, follow_types): Don't declare.
12044 * parse.c (type_stack): Remove global.
12045 (parse_exp_in_context): Update.
12046 (insert_into_type_stack, insert_type, push_type, push_type_int)
12047 (insert_type_address_space, pop_type, pop_type_int)
12048 (pop_typelist, pop_type_stack, append_type_stack)
12049 (push_type_stack, get_type_stack, push_typelist)
12050 (follow_type_instance_flags, follow_types): Remove (moved to
12051 type-stack.c).
12052 * f-exp.y (type_stack): New global.
12053 Update rules.
12054 (push_kind_type, f_parse): Update.
12055 * d-exp.y (type_stack): New global.
12056 Update rules.
12057 (d_parse): Update.
12058 * c-exp.y (struct c_parse_state) <type_stack>: New member.
12059 Update rules.
12060 * Makefile.in (COMMON_SFILES): Add type-stack.c.
12061 (HFILES_NO_SRCDIR): Add type-stack.h.
12062
12063 2019-04-04 Tom Tromey <tom@tromey.com>
12064
12065 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
12066 (rust_parser::convert_ast_to_expression, rust_parse)
12067 (rust_lex_test_completion, rust_lex_tests): Update.
12068 * parser-defs.h (struct expr_completion_state): New.
12069 (struct parser_state) <parser_state>: Add completion parameter.
12070 <mark_struct_expression, mark_completion_tag>: New methods.
12071 <parse_completion, m_completion_state>: New members.
12072 (prefixify_expression, null_post_parser): Update.
12073 (mark_struct_expression, mark_completion_tag): Don't declare.
12074 * parse.c (parse_completion, expout_last_struct)
12075 (expout_tag_completion_type, expout_completion_name): Remove
12076 globals.
12077 (parser_state::mark_struct_expression)
12078 (parser_state::mark_completion_tag): Now methods.
12079 (prefixify_expression): Add last_struct parameter.
12080 (prefixify_subexp): Likewise.
12081 (parse_exp_1): Update.
12082 (parse_exp_in_context): Add cstate parameter. Update.
12083 (parse_expression_for_completion): Create an
12084 expr_completion_state.
12085 (null_post_parser): Add "completion" parameter.
12086 * p-exp.y: Update rules.
12087 (yylex): Update.
12088 * language.h (struct language_defn) <la_post_parser>: Add
12089 "completing" parameter.
12090 * go-exp.y: Update rules.
12091 (lex_one_token): Update.
12092 * expression.h (parse_completion): Don't declare.
12093 * d-exp.y: Update rules.
12094 (lex_one_token): Update rules.
12095 * c-exp.y: Update rules.
12096 (lex_one_token): Update.
12097 * ada-lang.c (resolve): Add "parse_completion" parameter.
12098 (resolve_subexp): Likewise.
12099 (ada_resolve_function): Likewise.
12100
12101 2019-04-04 Tom Tromey <tom@tromey.com>
12102
12103 * parser-defs.h (struct parser_state) <start_arglist,
12104 end_arglist>: New methods.
12105 <arglist_len, m_funcall_chain>: New members.
12106 (arglist_len, start_arglist, end_arglist): Don't declare.
12107 * parse.c (arglist_len, funcall_chain): Remove global.
12108 (start_arglist, end_arglist): Remove functions.
12109 (parse_exp_in_context): Update.
12110 * p-exp.y: Update rules.
12111 * m2-exp.y: Update rules.
12112 * go-exp.y: Update rules.
12113 * f-exp.y: Update rules.
12114 * d-exp.y: Update rules.
12115 * c-exp.y: Update rules.
12116
12117 2019-04-04 Tom Tromey <tom@tromey.com>
12118
12119 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
12120 lex_operator, push_back>: New methods.
12121 Update all rules.
12122 (rust_parser::lex_hex, lex_escape): Rename and update.
12123 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
12124 (rust_parser::lex_operator): Rename and update.
12125 (rust_parser::lex_number, rustyylex, rustyyerror)
12126 (rust_lex_test_init, rust_lex_test_sequence)
12127 (rust_lex_test_push_back, rust_lex_tests): Update.
12128 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
12129 parameter.
12130 <lexptr, prev_lexptr>: New members.
12131 (lexptr, prev_lexptr): Don't declare.
12132 * parse.c (lexptr, prev_lexptr): Remove globals.
12133 (parse_exp_in_context): Update.
12134 * p-exp.y (yylex, yyerror): Update.
12135 * m2-exp.y (parse_number, yylex, yyerror): Update.
12136 * go-exp.y (lex_one_token, yyerror): Update.
12137 * f-exp.y (match_string_literal, yylex, yyerror): Update.
12138 * d-exp.y (lex_one_token, yyerror): Update.
12139 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
12140 (lex_one_token, yyerror): Update.
12141 * ada-lex.l (YY_INPUT): Update.
12142 (rewind_to_char): Update.
12143 * ada-exp.y (yyerror): Update.
12144
12145 2019-04-04 Tom Tromey <tom@tromey.com>
12146
12147 * rust-exp.y (rustyylex, rust_lex_tests): Update.
12148 * parser-defs.h (struct parser_state) <parser_state>: Add new
12149 parameter.
12150 <comma_terminates>: New member.
12151 (comma_terminates): Don't declare global.
12152 * parse.c (comma_terminates): Remove global.
12153 (parse_exp_in_context): Update.
12154 * p-exp.y (yylex): Update.
12155 * m2-exp.y (yylex): Update.
12156 * go-exp.y (lex_one_token): Update.
12157 * f-exp.y (yylex): Update.
12158 * d-exp.y (lex_one_token): Update.
12159 * c-exp.y (lex_one_token): Update.
12160 * ada-lex.l: Update.
12161
12162 2019-04-04 Tom Tromey <tom@tromey.com>
12163
12164 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
12165 (rustyylex, rust_lex_test_init, rust_lex_test_one)
12166 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
12167 * parser-defs.h (paren_depth): Don't declare.
12168 * parse.c (paren_depth): Remove global.
12169 (parse_exp_in_context): Update.
12170 * p-exp.y (paren_depth): New global.
12171 (pascal_parse): Initialize it.
12172 * m2-exp.y (paren_depth): New global.
12173 (m2_parse): Initialize it.
12174 * go-exp.y (paren_depth): New global.
12175 (go_parse): Initialize it.
12176 * f-exp.y (paren_depth): New global.
12177 (f_parse): Initialize it.
12178 * d-exp.y (paren_depth): New global.
12179 (d_parse): Initialize it.
12180 * c-exp.y (paren_depth): New global.
12181 (c_parse): Initialize it.
12182 * ada-lex.l (paren_depth): New global.
12183 (lexer_init): Initialize it.
12184
12185 2019-04-04 Tom Tromey <tom@tromey.com>
12186
12187 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
12188 (rust_parser::convert_ast_to_type)
12189 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
12190 * parser-defs.h (struct parser_state) <parser_state>: Add
12191 parameters. Initialize new members.
12192 <expression_context_block, expression_context_pc>: New members.
12193 * parse.c (expression_context_block, expression_context_pc):
12194 Remove globals.
12195 (parse_exp_in_context): Update.
12196 * p-exp.y: Update all rules.
12197 (yylex): Update.
12198 * m2-exp.y: Update all rules.
12199 (yylex): Update.
12200 * go-exp.y (yylex): Update.
12201 * f-exp.y (yylex): Update.
12202 * d-exp.y: Update all rules.
12203 (yylex): Update.
12204 * c-exp.y: Update all rules.
12205 (lex_one_token, classify_name, yylex, c_parse): Update.
12206 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
12207
12208 2019-04-04 Tom Tromey <tom@tromey.com>
12209
12210 * gdbarch.h, gdbarch.c: Rebuild.
12211 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
12212 * stap-probe.h:
12213 (struct stap_parse_info): Replace "parser_state" with
12214 "expr_builder".
12215 * parser-defs.h (struct expr_builder): Rename from "parser_state".
12216 (parser_state): New class.
12217 * parse.c (expr_builder): Rename.
12218 (expr_builder::release): Rename.
12219 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
12220 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
12221 (write_exp_elt_longcst, write_exp_elt_floatcst)
12222 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
12223 (write_exp_string_vector, write_exp_bitstring)
12224 (write_exp_msymbol, mark_struct_expression)
12225 (write_dollar_variable)
12226 (insert_type_address_space, increase_expout_size): Replace
12227 "parser_state" with "expr_builder".
12228 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
12229 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
12230 "parser_state" with "expr_builder".
12231
12232 2019-04-04 Tom Tromey <tom@tromey.com>
12233
12234 * rust-exp.y: Replace "parse_language" with method call.
12235 * p-exp.y:
12236 (yylex): Replace "parse_language" with method call.
12237 * m2-exp.y:
12238 (yylex): Replace "parse_language" with method call.
12239 * go-exp.y (classify_name): Replace "parse_language" with method
12240 call.
12241 * f-exp.y (yylex): Replace "parse_language" with method call.
12242 * d-exp.y (lex_one_token): Replace "parse_language" with method
12243 call.
12244 * c-exp.y:
12245 (lex_one_token, classify_name, yylex): Replace "parse_language"
12246 with method call.
12247 * ada-exp.y (find_primitive_type, type_char)
12248 (type_system_address): Replace "parse_language" with method call.
12249
12250 2019-04-04 Tom Tromey <tom@tromey.com>
12251
12252 * rust-exp.y: Replace "parse_gdbarch" with method call.
12253 * parse.c (write_dollar_variable, insert_type_address_space):
12254 Replace "parse_gdbarch" with method call.
12255 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
12256 call.
12257 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
12258 call.
12259 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
12260 "parse_gdbarch" with method call.
12261 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
12262 with method call.
12263 * f-exp.y (parse_type, parse_f_type, yylex): Replace
12264 "parse_gdbarch" with method call.
12265 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
12266 "parse_gdbarch" with method call.
12267 * c-exp.y (parse_type, parse_number, classify_name): Replace
12268 "parse_gdbarch" with method call.
12269 * ada-lex.l: Replace "parse_gdbarch" with method call.
12270 * ada-exp.y (parse_type, find_primitive_type, type_char)
12271 (type_system_address): Replace "parse_gdbarch" with method call.
12272
12273 2019-04-04 Tom Tromey <tom@tromey.com>
12274
12275 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
12276 * stap-probe.c (stap_parse_argument): Update.
12277 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
12278 initial_size parameter.
12279 * rust-exp.y (rust_lex_tests): Update.
12280 * parse.c (parser_state): Update.
12281 (parse_exp_in_context): Update.
12282 * parser-defs.h (struct parser_state) <parser_state>: Remove
12283 "initial_size" parameter.
12284
12285 2019-04-04 Tom Tromey <tom@tromey.com>
12286
12287 * parser-defs.h (increase_expout_size): Don't declare.
12288 * parse.c (increase_expout_size): Now static.
12289
12290 2019-04-04 Thomas Schwinge <thomas@codesourcery.com>
12291
12292 * gnu-nat.c (gnu_nat_target::wait): Fix
12293 target_waitstatus_to_string call.
12294
12295 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12296
12297 * eval.c (evaluate_subexp_standard): Handle internal functions
12298 during Fortran function call handling.
12299
12300 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12301
12302 * NEWS: Mention new internal functions.
12303 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
12304 (read_base_type): Use dwarf2_init_complex_target_type.
12305 * value.c (creal_internal_fn): New function.
12306 (cimag_internal_fn): New function.
12307 (_initialize_values): Register new internal functions.
12308
12309 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12310
12311 * infrun.c (stop_all_threads): If debug_infrun, always
12312 trace the wait status after wait_one, using
12313 target_waitstatus_to_string and target_pid_to_str.
12314 (handle_inferior_event): Replace various trace of
12315 wait status kind by a single trace.
12316 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
12317 wait status kind image by target_waitstatus_to_string.
12318 * target/waitstatus.c (target_waitstatus_to_string): Fix
12319 obsolete comment.
12320
12321 2019-04-01 Tom Tromey <tromey@adacore.com>
12322
12323 PR symtab/23331:
12324 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
12325
12326 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
12327 Pedro Alves <palves@redhat.com>
12328
12329 * top.c (quit_force): Call 'finalize_values'.
12330 * value.c (finalize_values): New function.
12331 * value.h (finalize_values): Declare.
12332
12333 2019-03-30 Eli Zaretskii <eliz@gnu.org>
12334
12335 * NEWS: Announce $_gdb_major and $_gdb_minor.
12336
12337 * top.c (init_gdb_version_vars): New function.
12338 (gdb_init): Call init_gdb_version_vars.
12339
12340 2019-03-29 Tom Tromey <tromey@adacore.com>
12341
12342 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
12343 help text. Remove dead code.
12344
12345 2019-03-29 Keith Seitz <keiths@redhat.com>
12346
12347 From Siddhesh Poyarekar:
12348 * f-lang.h (f77_get_upperbound): Return LONGEST.
12349 (f77_get_lowerbound): Likewise.
12350 * f-typeprint.c (f_type_print_varspec_suffix): Expand
12351 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
12352 print them.
12353 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
12354 plongest to format print it.
12355 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
12356 (f77_get_upperbound): Likewise.
12357 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
12358 LOWER_BOUND to LONGEST.
12359 (f77_create_arrayprint_offset_tbl): Likewise.
12360
12361 2019-03-29 Keith Seitz <keiths@redhat.com>
12362
12363 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
12364 %s/pulongest for TYPE_LENGTH instead of %d in format
12365 strings.
12366 * ada-typerint.c (ada_print_type): Likewise.
12367 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
12368 * compile/compile-c-support.c (generate_register_struct): Likewise.
12369 * gdbtypes.c (recursive_dump_type): Likewise.
12370 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
12371 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
12372 instead of %d in format strings.
12373 * riscv-tdep.c (riscv_type_alignment): Cast second argument
12374 to std::min to ULONGEST.
12375 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
12376 instead of %d in format strings.
12377 * tracepoint.c (info_scope_command): Likewise.
12378 * typeprint.c (print_offset_data::update)
12379 (print_offset_data::finish): Likewise.
12380 * xtensa-tdep.c (xtensa_store_return_value)
12381 (xtensa_push_dummy_call): Likewise.
12382
12383 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
12384
12385 * windows-nat.c (display_selector): Fixed format specifications
12386 for 64-bit Cygwin.
12387
12388 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12389
12390 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
12391
12392 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
12393
12394 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
12395 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
12396 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
12397 (nios2_linux_init_abi): Install it.
12398
12399 2019-03-28 Alan Hayward <alan.hayward@arm.com>
12400
12401 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
12402
12403 2019-03-28 Alan Hayward <alan.hayward@arm.com>
12404
12405 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
12406
12407 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12408 Tom Tromey <tromey@adacore.com>
12409
12410 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
12411
12412 2019-03-26 Joel Brobecker <brobecker@adacore.com>
12413
12414 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
12415 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
12416 method to compute the bounds of range types. Also print "[evaluated]"
12417 if the bounds' values come from a dynamic evaluation.
12418
12419 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
12420
12421 * cp-valprint.c (cp_print_value_fields): Don't print trailing
12422 whitespace when pretty printing is on.
12423
12424 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12425
12426 * ppc-linux-nat.c: Add include.
12427
12428 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12429
12430 * NEWS: Mention AArch64 Pointer Authentication.
12431
12432 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12433
12434 * arm-linux-nat.c: Add include.
12435
12436 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
12437
12438 * source-cache.c (source_cache::get_source_lines): Re-read
12439 fullname after calling open_source_file.
12440
12441 2019-03-25 John Baldwin <jhb@FreeBSD.org>
12442
12443 * NEWS: Mention TLS support for FreeBSD.
12444
12445 2019-03-25 Tom Tromey <tromey@adacore.com>
12446
12447 * minsyms.c (BUNCH_SIZE): Update comment.
12448 (~minimal_symbol_reader): Remove old comment.
12449 (compact_minimal_symbols): Update comment.
12450 (minimal_symbol_reader::install): Remove old comment. Update
12451 other comments.
12452
12453 2019-03-25 Alan Hayward <alan.hayward@arm.com>
12454
12455 * s390-linux-nat.c: Add include.
12456
12457 2019-03-25 Alan Hayward <alan.hayward@arm.com>
12458
12459 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
12460 Call linux_get_hwcap.
12461 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
12462 Likewise.
12463 (aarch64_linux_get_hwcap): Remove function.
12464 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
12465 declaration.
12466 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
12467 linux_get_hwcap.
12468 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
12469 * linux-tdep.c (linux_get_hwcap): Add function.
12470 (linux_get_hwcap2): Likewise.
12471 * linux-tdep.h (linux_get_hwcap): Add declaration.
12472 (linux_get_hwcap2): Likewise.
12473 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
12474 (ppc_linux_get_hwcap2): Likewise.
12475 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
12476 linux_get_hwcap.
12477 (ppc_linux_nat_target::insert_watchpoint): Likewise.
12478 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
12479 (ppc_linux_nat_target::read_description): Likewise.
12480 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
12481 * s390-linux-nat.c: Likewise.
12482 * s390-linux-tdep.c (s390_core_read_description): Likewise.
12483
12484 2019-03-24 Tom Tromey <tom@tromey.com>
12485
12486 * ada-lang.c (standard_lookup): Simplify initialization.
12487 (ada_lookup_symbol_nonlocal): Simplify return.
12488 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
12489 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
12490 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
12491 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
12492 initialization.
12493 * solib.c (solib_global_lookup): Simplify.
12494 * symtab.c (null_block_symbol): Remove.
12495 (symbol_cache_lookup): Simplify returns.
12496 (lookup_language_this): Simplify returns.
12497 (lookup_symbol_aux): Simplify return.
12498 (lookup_local_symbol): Simplify returns.
12499 (lookup_global_symbol_from_objfile): Simplify return.
12500 (lookup_symbol_in_objfile_symtabs)
12501 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
12502 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
12503 (lookup_static_symbol, lookup_global_symbol): Simplify return.
12504 * cp-namespace.c (cp_lookup_bare_symbol)
12505 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
12506 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
12507 (cp_lookup_nested_symbol): Don't use null_block_symbol.
12508 (cp_lookup_symbol_via_imports): Simplify initialization.
12509 (find_symbol_in_baseclass): Likewise.
12510 * symtab.h (null_block_symbol): Remove.
12511 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
12512 (d_lookup_nested_symbol, d_lookup_symbol_imports)
12513 (d_lookup_symbol_module): Likewise.
12514 (find_symbol_in_baseclass): Simplify initialization.
12515
12516 2019-03-24 Tom Tromey <tom@tromey.com>
12517
12518 * expression.h: Don't include symtab.h.
12519 (struct block): Forward declare.
12520
12521 2019-03-24 Tom Tromey <tom@tromey.com>
12522
12523 * c-exp.y (typebase): Remove casts.
12524 * gdbtypes.c (lookup_unsigned_typename, )
12525 (lookup_signed_typename): Remove cast.
12526 * eval.c (parse_to_comma_and_eval): Remove cast.
12527 * parse.c (write_dollar_variable): Remove cast.
12528 * block.h (struct block) <superblock>: Now const.
12529 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
12530 * psymtab.c (psym_map_matching_symbols): Make "block" const.
12531 (map_block): Make "block" const.
12532 * symfile.h (struct quick_symbol_functions)
12533 <map_matching_symbols>: Constify block argument to "callback".
12534 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
12535 const.
12536 (find_pc_sect_compunit_symtab): Make "b" const.
12537 (find_symbol_at_address): Likewise.
12538 (search_symbols): Likewise.
12539 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
12540 (dw2_debug_names_lookup_symbol): Likewise.
12541 (dw2_map_matching_symbols): Update.
12542 * p-valprint.c (pascal_val_print): Remove "block".
12543 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
12544 (aux_add_nonlocal_symbols): Make "block" const.
12545 (resolve_subexp): Remove cast.
12546 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
12547 const.
12548 (iterate_over_file_blocks): Likewise.
12549 * f-exp.y (%union) <bval>: Remove.
12550 * coffread.c (patch_opaque_types): Make "b" const.
12551 * spu-tdep.c (spu_catch_start): Make "block" const.
12552 * c-valprint.c (print_unpacked_pointer): Remove "block".
12553 * symmisc.c (dump_symtab_1): Make "b" const.
12554 (block_depth): Make "block" const.
12555 * d-exp.y (%union) <bval>: Remove.
12556 * cp-support.h (cp_lookup_rtti_type): Update.
12557 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
12558 * psymtab.c (psym_lookup_symbol): Make "block" const.
12559 (maintenance_check_psymtabs): Make "b" const.
12560 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
12561 (enumerate_locals, enumerate_args): Update.
12562 * python/py-symtab.c (stpy_global_block): Make "block" const.
12563 (stpy_static_block): Likewise.
12564 * inline-frame.c (block_starting_point_at): Make "new_block"
12565 const.
12566 * block.c (find_block_in_blockvector): Make return type const.
12567 (blockvector_for_pc_sect): Make "b" const.
12568 (find_block_in_blockvector): Make "b" const.
12569
12570 2019-03-23 Tom Tromey <tom@tromey.com>
12571
12572 * varobj.c (varobj_create): Update.
12573 * symfile.c (clear_symtab_users): Don't reset innermost_block.
12574 * printcmd.c (display_command, do_one_display): Don't reset
12575 innermost_block.
12576 * parser-defs.h (enum innermost_block_tracker_type): Move to
12577 expression.h.
12578 (innermost_block): Update comment.
12579 * parse.c (parse_exp_1): Add tracker_types parameter.
12580 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
12581 tracker_types parameter. Reset innermost_block.
12582 (parse_exp_in_context): Remove.
12583 (parse_expression_for_completion): Update.
12584 * objfiles.c (~objfile): Don't reset expression_context_block or
12585 innermost_block.
12586 * expression.h (enum innermost_block_tracker_type): Move from
12587 parser-defs.h.
12588 (parse_exp_1): Add tracker_types parameter.
12589 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
12590 reset innermost_block.
12591
12592 2019-03-23 Tom Tromey <tom@tromey.com>
12593
12594 * objfiles.h: Include bcache.h.
12595
12596 2019-03-23 Tom Tromey <tom@tromey.com>
12597
12598 * linespec.c (get_current_search_block): Use
12599 scoped_restore_current_language.
12600 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
12601
12602 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12603 Jiong Wang <jiong.wang@arm.com>
12604
12605 * aarch64-linux-tdep.c
12606 (aarch64_linux_iterate_over_regset_sections): Check for pauth
12607 section.
12608 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
12609
12610 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12611 Jiong Wang <jiong.wang@arm.com>
12612
12613 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
12614 instructions.
12615 (aarch64_analyze_prologue_test): Add PACIASP test.
12616 (aarch64_prologue_prev_register): Unmask PC value.
12617
12618 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12619 Jiong Wang <jiong.wang@arm.com>
12620
12621 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
12622 (aarch64_dwarf2_prev_register): Unmask PC value.
12623 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
12624 (aarch64_execute_dwarf_cfa_vendor_op): Check for
12625 DW_CFA_AARCH64_negate_ra_state.
12626 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
12627
12628 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12629 Jiong Wang <jiong.wang@arm.com>
12630
12631 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
12632 registers.
12633 (aarch64_pseudo_register_name): Likewise.
12634 (aarch64_pseudo_register_type): Likewise.
12635 (aarch64_pseudo_register_reggroup_p): Likewise.
12636 (aarch64_gdbarch_init): Add pauth registers.
12637 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
12638 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
12639 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
12640 (struct gdbarch_tdep): Add regnum for ra_state.
12641
12642 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12643 Jiong Wang <jiong.wang@arm.com>
12644
12645 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
12646
12647 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12648 Jiong Wang <jiong.wang@arm.com>
12649
12650 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
12651 function.
12652 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
12653 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
12654 (aarch64_gdbarch_init): Add puth registers.
12655 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
12656 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
12657 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
12658
12659 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12660 Jiong Wang <jiong.wang@arm.com>
12661
12662 * aarch64-linux-nat.c
12663 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
12664 * aarch64-linux-tdep.c
12665 (aarch64_linux_core_read_description): Likewise.
12666 (aarch64_linux_get_hwcap): New function.
12667 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
12668 (aarch64_linux_get_hwcap): New declaration.
12669
12670 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12671 Jiong Wang <jiong.wang@arm.com>
12672
12673 * aarch64-linux-nat.c
12674 (aarch64_linux_nat_target::read_description): Add pauth param.
12675 * aarch64-linux-tdep.c
12676 (aarch64_linux_core_read_description): Likewise.
12677 * aarch64-tdep.c (struct target_desc): Add in pauth.
12678 (aarch64_read_description): Add pauth param.
12679 (aarch64_gdbarch_init): Likewise.
12680 * aarch64-tdep.h (aarch64_read_description): Likewise.
12681 * arch/aarch64.c (aarch64_create_target_description): Likewise.
12682 * arch/aarch64.h (aarch64_create_target_description): Likewise.
12683 * features/Makefile: Add new files.
12684 * features/aarch64-pauth.c: New file.
12685 * features/aarch64-pauth.xml: New file.
12686
12687 2019-03-20 Tom Tromey <tromey@adacore.com>
12688
12689 * infrun.c (handle_inferior_event): Rename from
12690 handle_inferior_event_1. Create a scoped_value_mark.
12691 (handle_inferior_event): Remove.
12692
12693 2019-03-19 Tom Tromey <tromey@adacore.com>
12694
12695 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
12696 * infrun.h (print_stop_event): Add "displays" parameter.
12697 * infrun.c (print_stop_event): Add "displays" parameter.
12698
12699 2019-03-19 Pedro Alves <palves@redhat.com>
12700
12701 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
12702 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
12703 to -1. Fix TABs vs spaces.
12704 (tui_ui_out::tui_ui_out): Don't initialize fields here.
12705 * tui/tui-out.h (tui_ui_out) Add intro comments.
12706 <m_line, m_start_of_line>: In-class initialize, and add describing
12707 comment.
12708
12709 2019-03-18 Alan Hayward <alan.hayward@arm.com>
12710
12711 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
12712 variable names.
12713 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
12714
12715 2019-03-18 Pedro Alves <palves@redhat.com>
12716 Eli Zaretskii <eliz@gnu.org>
12717
12718 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
12719 m_line and m_start_of_line.
12720
12721 2019-03-18 Eli Zaretskii <eliz@gnu.org>
12722
12723 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
12724 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
12725 it returns a newline. This fixes a regression in TU mode, whereby
12726 the next line is output on the same screen line as the user input.
12727
12728 2019-03-18 Tom Tromey <tromey@adacore.com>
12729
12730 * minsyms.c (minimal_symbol_reader::install): Remove call to
12731 obstack_blank.
12732
12733 2019-03-18 Pedro Alves <palves@redhat.com>
12734
12735 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
12736 New globals.
12737 (apply_style): New, factored out from ...
12738 (apply_ansi_escape): ... this. Handle reverse video mode.
12739 (tui_set_reverse_mode): New function.
12740 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
12741 * tui/tui-winsource.c (tui_show_source_line): Use
12742 tui_set_reverse_mode instead of setting A_STANDOUT.
12743 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
12744 New setter methods.
12745
12746 2019-03-18 Hannes Domani <ssbssa@yahoo.de>
12747
12748 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
12749 Handle tabs.
12750
12751 2019-03-18 Tom Tromey <tromey@adacore.com>
12752
12753 * ada-lang.c (empty_array): Add "high" parameter.
12754 (ada_evaluate_subexp): Update.
12755
12756 2019-03-17 Sergei Trofimovich <siarheit@google.com>
12757
12758 * unittests/string_view-selftests.c: Define
12759 _initialize_string_view_selftests unconditionally.
12760
12761 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12762
12763 PR gdb/24350
12764 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
12765
12766 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12767
12768 PR gdb/24351
12769 * windows-nat.c (display_selector): Fix format specifiers.
12770
12771 2019-03-17 Eli Zaretskii <eliz@gnu.org>
12772
12773 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
12774 tui_refill_source_window instead of tui_refresh_win, to update the
12775 current execution line. This fixes redisplay of the current line
12776 when stepping through the code with "next" or "step".
12777
12778 2019-03-16 Eli Zaretskii <eliz@gnu.org>
12779
12780 * source-cache.c (source_cache::get_source_lines): Call
12781 find_source_lines to initialize s->nlines. This fixes vertical
12782 scrolling of TUI source window when the DOWN arrow is pressed.
12783
12784 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12785
12786 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
12787 linux-thread-db.c (_initialize_thread_db): Likewise.
12788
12789 2019-03-16 Eli Zaretskii <eliz@gnu.org>
12790
12791 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
12792 wclrtoeol in tui_show_source_line". This reverts changes made in
12793 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
12794
12795 2019-03-15 Tom Tromey <tom@tromey.com>
12796
12797 * symtab.h (struct minimal_symbol): Derive from
12798 general_symbol_info.
12799 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
12800 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
12801 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
12802 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
12803 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
12804 (MSYMBOL_SEARCH_NAME): Update.
12805 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
12806 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
12807 * minsyms.c (minimal_symbol_reader::record_full): Update.
12808
12809 2019-03-15 Tom Tromey <tom@tromey.com>
12810
12811 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
12812
12813 2019-03-15 Tom Tromey <tom@tromey.com>
12814
12815 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
12816 unique_xmalloc_ptr.
12817 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
12818 Update.
12819 * minsyms.c (lookup_minimal_symbol_by_pc_section)
12820 (build_minimal_symbol_hash_tables)
12821 (minimal_symbol_reader::install): Update.
12822
12823 2019-03-15 Tom Tromey <tom@tromey.com>
12824
12825 * symtab.c (create_demangled_names_hash): Update.
12826 (symbol_set_names): Update.
12827 * objfiles.h (struct objfile_per_bfd_storage)
12828 <demangled_names_hash>: Now an htab_up.
12829 * objfiles.c (objfile_per_bfd_storage): Simplify.
12830
12831 2019-03-15 Tom Tromey <tom@tromey.com>
12832
12833 * objfiles.h (struct objfile_per_bfd_storage): Declare
12834 destructor.
12835 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
12836 New.
12837 (get_objfile_bfd_data): Use new. Don't initialize
12838 language_of_main.
12839 (free_objfile_per_bfd_storage): Remove.
12840 (objfile_bfd_data_free, objfile::~objfile): Use delete.
12841
12842 2019-03-15 Tom Tromey <tom@tromey.com>
12843
12844 * symfile.c (reread_symbols): Update.
12845 * objfiles.c (objfile::objfile): Update.
12846 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
12847 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
12848 comment.
12849 (minimal_symbol_reader::install): Update.
12850 (terminate_minimal_symbol_table): Remove.
12851 * jit.c (jit_object_close_impl): Update.
12852
12853 2019-03-15 Tom Tromey <tom@tromey.com>
12854
12855 * minsyms.c (minimal_symbol_reader::record_full): Remove some
12856 initializations.
12857
12858 2019-03-15 Tom Tromey <tom@tromey.com>
12859
12860 * objfiles.h (struct objfile_per_bfd_storage)
12861 <demangled_hash_languages>: Now a bitset.
12862 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
12863 (lookup_minimal_symbol): Update.
12864
12865 2019-03-15 Tom Tromey <tom@tromey.com>
12866
12867 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
12868 Don't return the symbol.
12869 * coffread.c (record_minimal_symbol): Use record_full.
12870
12871 2019-03-14 Eli Zaretskii <eliz@gnu.org>
12872
12873 The MS-Windows port of ncurses fails to switch to a color pair if
12874 one or both of the colors are the implicit default colors. This
12875 change records the default colors when TUI is initialized, and
12876 then specifies them explicitly when a color pair uses the default
12877 colors. This allows color styling in TUI mode on MS-Windows.
12878
12879 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
12880 ncurses_norm_attr.
12881 (tui_initialize_io) [__MINGW32__]: Record the default terminal
12882 colors in ncurses_norm_attr.
12883 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
12884 "none", replace it with the default color recorded in
12885 ncurses_norm_attr.
12886
12887 2019-03-14 Tom Tromey <tromey@adacore.com>
12888
12889 * source-cache.h (class source_cache) <get_source_lines>: Return
12890 std::string.
12891 * source-cache.c (source_cache::extract_lines): Handle case where
12892 first_pos==npos. Return std::string.
12893 (source_cache::get_source_lines): Update.
12894
12895 2019-03-14 Tom Tromey <tromey@adacore.com>
12896
12897 * NEWS: Add item for "style sources" commands.
12898 * source-cache.c (source_cache::get_source_lines): Check
12899 source_styling.
12900 * cli/cli-style.c (source_styling): New global.
12901 (_initialize_cli_style): Add "style sources" commands.
12902 (show_style_sources): New function.
12903 * cli/cli-style.h (source_styling): Declare.
12904
12905 2019-03-14 Pedro Alves <palves@redhat.com>
12906 Tom Tromey <tromey@adacore.com>
12907
12908 * tui/tui-winsource.h (tui_refill_source_window): Declare.
12909 * tui/tui-winsource.c (tui_refill_source_window): New function,
12910 from...
12911 (tui_horizontal_source_scroll): ... here. Move some logic.
12912 * cli/cli-style.c (set_style_enabled): Notify new observable.
12913 * tui/tui-hooks.c (tui_redisplay_source): New function.
12914 (tui_attach_detach_observers): Attach or detach
12915 tui_redisplay_source.
12916 * observable.h (source_styling_changed): New observable.
12917 * observable.c: Define source_styling_changed observable.
12918
12919 2019-03-13 Tom Tromey <tromey@adacore.com>
12920
12921 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
12922 (i386_gnu_nat_target::store_registers): Update.
12923 * target-debug.h (target_debug_print_std_string): New macro.
12924 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
12925 * windows-tdep.c (display_one_tib): Update.
12926 * tui/tui-stack.c (tui_make_status_line): Update.
12927 * top.c (print_inferior_quit_action): Update.
12928 * thread.c (thr_try_catch_cmd): Update.
12929 (add_thread_with_info): Update.
12930 (thread_target_id_str): Update.
12931 (thr_try_catch_cmd): Update.
12932 (thread_command): Update.
12933 (thread_find_command): Update.
12934 * record-btrace.c (record_btrace_target::info_record)
12935 (record_btrace_resume_thread, record_btrace_target::resume)
12936 (record_btrace_cancel_resume, record_btrace_step_thread)
12937 (record_btrace_target::wait, record_btrace_target::wait)
12938 (record_btrace_target::wait, record_btrace_target::stop): Update.
12939 * progspace.c (print_program_space): Update.
12940 * process-stratum-target.c
12941 (process_stratum_target::thread_address_space): Update.
12942 * linux-fork.c (linux_fork_mourn_inferior)
12943 (detach_checkpoint_command, info_checkpoints_command)
12944 (linux_fork_context): Update.
12945 (linux_fork_detach): Update.
12946 (class scoped_switch_fork_info): Update.
12947 (delete_checkpoint_command): Update.
12948 * infrun.c (follow_fork_inferior): Update.
12949 (follow_fork_inferior): Update.
12950 (proceed_after_vfork_done): Update.
12951 (handle_vfork_child_exec_or_exit): Update.
12952 (follow_exec): Update.
12953 (displaced_step_prepare_throw): Update.
12954 (displaced_step_restore): Update.
12955 (start_step_over): Update.
12956 (resume_1): Update.
12957 (clear_proceed_status_thread): Update.
12958 (proceed): Update.
12959 (print_target_wait_results): Update.
12960 (do_target_wait): Update.
12961 (context_switch): Update.
12962 (stop_all_threads): Update.
12963 (restart_threads): Update.
12964 (finish_step_over): Update.
12965 (handle_signal_stop): Update.
12966 (switch_back_to_stepped_thread): Update.
12967 (keep_going_pass_signal): Update.
12968 (print_exited_reason): Update.
12969 (normal_stop): Update.
12970 * inferior.c (inferior_pid_to_str): Change return type.
12971 (print_selected_inferior): Update.
12972 (add_inferior): Update.
12973 (detach_inferior): Update.
12974 * dummy-frame.c (fprint_dummy_frames): Update.
12975 * dcache.c (dcache_info_1): Update.
12976 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
12977 (btrace_fetch, btrace_clear): Update.
12978 * linux-tdep.c (linux_core_pid_to_str): Change return type.
12979 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
12980 type.
12981 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
12982 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
12983 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
12984 * gdbarch.c, gdbarch.h: Rebuild.
12985 * gdbarch.sh (core_pid_to_str): Change return type.
12986 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
12987 return type.
12988 (windows_nat_target::pid_to_str): Change return type.
12989 (windows_delete_thread): Update.
12990 (windows_nat_target::attach): Update.
12991 (windows_nat_target::files_info): Update.
12992 * target-delegates.c: Rebuild.
12993 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
12994 return type.
12995 (sol_thread_target::pid_to_str): Change return type.
12996 * remote.c (class remote_target) <pid_to_str>: Change return
12997 type.
12998 (remote_target::pid_to_str): Change return type.
12999 (extended_remote_target::attach, remote_target::remote_stop_ns)
13000 (remote_target::remote_notif_remove_queued_reply)
13001 (remote_target::push_stop_reply, remote_target::disable_btrace):
13002 Update.
13003 (extended_remote_target::attach): Update.
13004 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
13005 type.
13006 (gdbsim_target::pid_to_str): Change return type.
13007 * ravenscar-thread.c (struct ravenscar_thread_target)
13008 <pid_to_str>: Change return type.
13009 (ravenscar_thread_target::pid_to_str): Change return type.
13010 * procfs.c (class procfs_target) <pid_to_str>: Change return
13011 type.
13012 (procfs_target::pid_to_str): Change return type.
13013 (procfs_target::attach): Update.
13014 (procfs_target::detach): Update.
13015 (procfs_target::fetch_registers): Update.
13016 (procfs_target::store_registers): Update.
13017 (procfs_target::wait): Update.
13018 (procfs_target::files_info): Update.
13019 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
13020 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
13021 return type.
13022 (nto_procfs_target::pid_to_str): Change return type.
13023 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
13024 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
13025 return type.
13026 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
13027 (exit_lwp): Update.
13028 (attach_proc_task_lwp_callback, get_detach_signal)
13029 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
13030 (linux_nat_target::resume, wait_lwp, stop_callback)
13031 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
13032 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
13033 (linux_nat_wait_1, resume_stopped_resumed_lwps)
13034 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
13035 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
13036 type.
13037 (inf_ptrace_target::attach): Update.
13038 (inf_ptrace_target::files_info): Update.
13039 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
13040 type.
13041 (go32_nat_target::pid_to_str): Change return type.
13042 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
13043 (gnu_nat_target::wait): Update.
13044 (gnu_nat_target::wait): Update.
13045 (gnu_nat_target::resume): Update.
13046 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
13047 (fbsd_nat_target::wait): Update.
13048 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
13049 type.
13050 (darwin_nat_target::attach): Update.
13051 * corelow.c (class core_target) <pid_to_str>: Change return type.
13052 (core_target::pid_to_str): Change return type.
13053 * target.c (normal_pid_to_str): Change return type.
13054 (default_pid_to_str): Likewise.
13055 (target_pid_to_str): Change return type.
13056 (target_translate_tls_address): Update.
13057 (target_announce_detach): Update.
13058 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
13059 return type.
13060 (bsd_uthread_target::pid_to_str): Change return type.
13061 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
13062 type.
13063 (bsd_kvm_target::pid_to_str): Change return type.
13064 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
13065 return type.
13066 (aix_thread_target::pid_to_str): Change return type.
13067 * target.h (struct target_ops) <pid_to_str>: Change return type.
13068 (target_pid_to_str, normal_pid_to_str): Likewise.
13069 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
13070 type.
13071 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
13072 type.
13073 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
13074 return type.
13075 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
13076 type.
13077 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
13078 type.
13079 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
13080 return type.
13081
13082 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
13083
13084 * NEWS: Mention that the new default MI version is 3. Mention
13085 changes to the output of commands and events that deal with
13086 multi-location breakpoints.
13087 * breakpoint.c: Include "mi/mi-out.h".
13088 (print_one_breakpoint): Change output syntax if using MI version
13089 >= 3.
13090 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
13091 New.
13092 (mi_multi_location_breakpoint_output_fixed): New.
13093 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
13094 (mi_cmd_fix_multi_location_breakpoint_output): New.
13095 (mi_multi_location_breakpoint_output_fixed): New.
13096 * mi/mi-cmds.c (mi_cmds): Register command
13097 -fix-multi-location-breakpoint-output.
13098 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
13099 interpreter "mi".
13100
13101 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
13102
13103 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
13104 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
13105 instantiate mi_ui_out based on interpreter name.
13106 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
13107 * mi/mi-main.c (mi_load_progress): Likewise.
13108
13109 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13110
13111 * NEWS: Combine separate "New targets" sections for 8.3.
13112
13113 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13114
13115 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
13116 (ppcfbsd_init_abi): Install gdbarch
13117 "fetch_tls_load_module_address" and "get_thread_local_address"
13118 methods.
13119
13120 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13121
13122 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
13123 (riscv_fbsd_init_abi): Install gdbarch
13124 "fetch_tls_load_module_address" and "get_thread_local_address"
13125 methods.
13126
13127 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13128
13129 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
13130 (i386fbsd_init_abi): Install gdbarch
13131 "fetch_tls_load_module_address" and "get_thread_local_address"
13132 methods.
13133
13134 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13135
13136 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
13137 (amd64fbsd_init_abi): Install gdbarch
13138 "fetch_tls_load_module_address" and "get_thread_local_address"
13139 methods.
13140
13141 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13142
13143 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
13144 (struct fbsd_pspace_data): New type.
13145 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
13146 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
13147 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
13148 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
13149 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
13150
13151 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13152
13153 * gdbtypes.c (lookup_struct_elt): New function.
13154 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
13155 * gdbtypes.h (struct struct_elt): New type.
13156 (lookup_struct_elt): New prototype.
13157
13158 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13159
13160 * gdbtypes.c (lookup_struct_elt_type): Update comment and
13161 remove disabled code block.
13162
13163 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13164
13165 * gdbarch.sh (get_thread_local_address): New method.
13166 * gdbarch.h, gdbarch.c: Regenerate.
13167 * target.c (target_translate_tls_address): Use
13168 gdbarch_get_thread_local_address if present instead of
13169 target::get_thread_local_address.
13170
13171 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13172
13173 * target.h (target::get_thread_local_address): Update comment.
13174
13175 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13176
13177 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
13178 objfile->separate_debug_objfile_backlink if not NULL.
13179
13180 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13181
13182 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
13183 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
13184 (amd64bsd_store_inferior_registers): Likewise.
13185 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13186 Enable segment base registers.
13187 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
13188 PT_GETFSBASE and PT_GETGSBASE.
13189 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
13190 PT_SETGSBASE.
13191 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
13192 segment base registers.
13193 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13194
13195 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13196
13197 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13198 Update calls to i386_target_description to add 'segments'
13199 parameter.
13200 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
13201 add segment base registers.
13202 * arch/i386.c (i386_create_target_description): Add 'segments'
13203 parameter to enable segment base registers.
13204 * arch/i386.h (i386_create_target_description): Likewise.
13205 * features/i386/32bit-segments.xml: New file.
13206 * features/i386/32bit-segments.c: Generate.
13207 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
13208 call to i386_target_description to add 'segments' parameter.
13209 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13210 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
13211 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
13212 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
13213 if feature is present.
13214 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
13215 Add 'segments' parameter to call to i386_target_description.
13216 (i386_target_description): Add 'segments' parameter to enable
13217 segment base registers.
13218 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
13219 to call to i386_target_description.
13220 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
13221 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
13222 Define I386_NUM_REGS.
13223 (i386_target_description): Add 'segments' parameter to enable
13224 segment base registers.
13225
13226 2019-03-12 Eli Zaretskii <eliz@gnu.org>
13227
13228 PR/24325
13229 * source-cache.c: #undef open and close, to avoid unresolved
13230 externals during linking.
13231
13232 2019-03-12 Tom Tromey <tromey@adacore.com>
13233
13234 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
13235 const. Add initializers.
13236 (_initialize_remote): Don't initialize ptid globals.
13237
13238 2019-03-12 Pedro Alves <palves@redhat.com>
13239
13240 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
13241
13242 2019-03-12 Pedro Alves <palves@redhat.com>
13243
13244 * cp-name-parser.y (main): Remove unused 'len' variable.
13245
13246 2019-03-12 Tom Tromey <tromey@adacore.com>
13247
13248 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
13249 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
13250
13251 2019-03-12 Tom Tromey <tromey@adacore.com>
13252
13253 * linux-nat.c (iterate_over_lwps): Update.
13254 (stop_callback): Remove parameter.
13255 (stop_wait_callback, detach_callback, resume_set_callback)
13256 (select_singlestep_lwp_callback, set_ignore_sigint)
13257 (status_callback, resumed_callback, resume_clear_callback)
13258 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
13259 data parameter.
13260 (linux_nat_target::detach, linux_nat_target::resume)
13261 (linux_stop_and_wait_all_lwps, select_event_lwp)
13262 (linux_nat_filter_event, linux_nat_wait_1)
13263 (linux_nat_target::kill, linux_nat_target::stop)
13264 (linux_nat_target::stop): Update.
13265 (linux_nat_resume_callback): Change type.
13266 (resume_stopped_resumed_lwps, count_events_callback)
13267 (select_event_lwp_callback): Likewise.
13268 (linux_stop_lwp, linux_nat_stop_lwp): Update.
13269 * arm-linux-nat.c (struct update_registers_data): Remove.
13270 (update_registers_callback): Change type.
13271 (arm_linux_insert_hw_breakpoint1): Update.
13272 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
13273 parameter.
13274 (x86_linux_dr_set_addr): Update.
13275 (x86_linux_dr_set_control): Update.
13276 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
13277 (iterate_over_lwps): Use gdb::function_view.
13278 * nat/aarch64-linux-hw-point.c (struct
13279 aarch64_dr_update_callback_param): Remove.
13280 (debug_reg_change_callback): Change type.
13281 (aarch64_notify_debug_reg_change): Update.
13282 * s390-linux-nat.c (s390_refresh_per_info): Update.
13283
13284 2019-03-11 Tom Tromey <tromey@adacore.com>
13285
13286 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
13287 redundant assignment to "this_cu".
13288
13289 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13290
13291 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
13292
13293 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13294
13295 * gdbtypes.c (rank_one_type_parm_set): New function extracted
13296 from...
13297 (rank_one_type): ... this.
13298
13299 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13300
13301 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
13302 from...
13303 (rank_one_type): ... this.
13304
13305 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13306
13307 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
13308 from...
13309 (rank_one_type): ... this.
13310
13311 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13312
13313 * gdbtypes.c (rank_one_type_parm_float): New function extracted
13314 from...
13315 (rank_one_type): ... this.
13316
13317 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13318
13319 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
13320 from...
13321 (rank_one_type): ... this.
13322
13323 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13324
13325 * gdbtypes.c (rank_one_type_parm_range): New function extracted
13326 from...
13327 (rank_one_type): ... this.
13328
13329 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13330
13331 * gdbtypes.c (rank_one_type_parm_char): New function extracted
13332 from...
13333 (rank_one_type): ... this.
13334
13335 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13336
13337 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
13338 from...
13339 (rank_one_type): ... this.
13340
13341 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13342
13343 * gdbtypes.c (rank_one_type_parm_int): New function extracted
13344 from...
13345 (rank_one_type): ... this.
13346
13347 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13348
13349 * gdbtypes.c (rank_one_type_parm_func): New function extracted
13350 from...
13351 (rank_one_type): ... this.
13352
13353 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13354
13355 * gdbtypes.c (rank_one_type_parm_array): New function extracted
13356 from...
13357 (rank_one_type): ... this.
13358
13359 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13360
13361 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
13362 from...
13363 (rank_one_type): ... this.
13364
13365 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13366
13367 * inferior.c (initialize_inferiors): Ensure 'help set/show print
13368 inferior-events' shows the example events.
13369
13370 2019-03-08 Eli Zaretskii <eliz@gnu.org>
13371
13372 Support styling on native MS-Windows console
13373
13374 PR/24315
13375 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
13376 on MS-Windows if $TERM is not defined.
13377
13378 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
13379
13380 * posix-hdep.c (gdb_console_fputs):
13381 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
13382 functions.
13383 * ui-file.h (gdb_console_fputs): Add prototype.
13384
13385 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
13386 back to fputs only if the former returns zero.
13387
13388 2019-03-07 Tom Tromey <tom@tromey.com>
13389
13390 * symmisc.c (print_symbol_bcache_statistics): Update.
13391 (print_objfile_statistics): Update.
13392 * symfile.c (allocate_symtab): Update.
13393 * stabsread.c: Don't include bcache.h.
13394 * psymtab.h (struct psymbol_bcache): Don't declare.
13395 (class psymtab_storage) <psymbol_cache>: Now a bcache.
13396 (psymbol_bcache_init, psymbol_bcache_free)
13397 (psymbol_bcache_get_bcache): Don't declare.
13398 * psymtab.c (struct psymbol_bcache): Remove.
13399 (psymtab_storage::psymtab_storage): Update.
13400 (psymtab_storage::~psymtab_storage): Update.
13401 (psymbol_bcache_init, psymbol_bcache_free)
13402 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
13403 (add_psymbol_to_bcache): Update.
13404 (allocate_psymtab): Update.
13405 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
13406 macro_cache>: No longer pointers.
13407 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
13408 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
13409 * macrotab.c (macro_bcache): Update.
13410 * macroexp.c: Don't include bcache.h.
13411 * gdbtypes.c (check_types_worklist): Update.
13412 (types_deeply_equal): Remove TRY/CATCH. Update.
13413 * elfread.c (elf_symtab_read): Update.
13414 * dwarf2read.c: Don't include bcache.h.
13415 * buildsym.c (buildsym_compunit::get_macro_table): Update.
13416 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
13417 (print_bcache_statistics, bcache_memory_used): Don't declare.
13418 (struct bcache): Move from bcache.c. Add constructor, destructor,
13419 methods. Rename all data members.
13420 * bcache.c (struct bcache): Move to bcache.h.
13421 (bcache::expand_hash_table): Rename from expand_hash_table.
13422 (bcache): Remove.
13423 (bcache::insert): Rename from bcache_full.
13424 (bcache::compare): Rename from bcache_compare.
13425 (bcache_xmalloc): Remove.
13426 (bcache::~bcache): Rename from bcache_xfree.
13427 (bcache::print_statistics): Rename from print_bcache_statistics.
13428 (bcache::memory_used): Rename from bcache_memory_used.
13429
13430 2019-03-07 Pedro Alves <palves@redhat.com>
13431
13432 * infrun.c (normal_stop): Also check for
13433 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
13434
13435 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
13436
13437 * f-lang.c (value_from_host_double): Moved to...
13438 * value.c (value_from_host_double): ...here.
13439 * value.h (value_from_host_double): Declare.
13440 * guile/scm-math.c (vlscm_convert_typed_number): Use
13441 value_from_host_double.
13442 (vlscm_convert_number): Likewise.
13443 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
13444 * python/py-value.c (convert_value_from_python): Likewise.
13445
13446 2019-03-06 Tom Tromey <tom@tromey.com>
13447
13448 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
13449
13450 2019-03-06 Tom Tromey <tom@tromey.com>
13451
13452 * utils.h (free_current_contents): Don't declare.
13453 * utils.c (free_current_contents): Remove.
13454
13455 2019-03-06 Tom Tromey <tom@tromey.com>
13456
13457 * top.c (quit_force): Update.
13458 * main.c (captured_command_loop): Update.
13459 * common/new-op.c (operator new): Update.
13460 * common/common-exceptions.c (struct catcher)
13461 <save_cleanup_chain>: Remove member.
13462 (exceptions_state_mc_init): Update.
13463 (exception_try_scope_entry): Return nullptr.
13464 (exception_try_scope_exit, exception_rethrow)
13465 (throw_exception_sjlj, throw_exception_cxx): Update.
13466 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
13467 (all_cleanups, do_cleanups, discard_cleanups)
13468 (discard_final_cleanups, save_cleanups, save_final_cleanups)
13469 (restore_cleanups, restore_final_cleanups): Don't declare.
13470 (do_final_cleanups): Remove parameter.
13471 * common/cleanups.c (cleanup_chain, make_cleanup)
13472 (make_cleanup_dtor, all_cleanups, do_cleanups)
13473 (discard_my_cleanups, discard_cleanups)
13474 (discard_final_cleanups, save_my_cleanups, save_cleanups)
13475 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
13476 (null_cleanup): Remove.
13477 (do_final_cleanups): Remove parameter.
13478
13479 2019-03-06 Tom Tromey <tom@tromey.com>
13480
13481 * remote.c (remote_target::remote_parse_stop_reply): Use
13482 unique_xmalloc_ptr.
13483
13484 2019-03-06 Tom Tromey <tom@tromey.com>
13485
13486 * stabsread.c (struct stabs_field_info): Rename from field_info.
13487 <list, fnlist>: Add initializers.
13488 <obstack>: New member.
13489 (read_member_functions, read_struct_fields, read_baseclasses):
13490 Allocate on obstack. Don't use cleanups.
13491 (read_one_struct_field, read_member_functions, read_struct_fields)
13492 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
13493 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
13494 (read_struct_type): Update.
13495
13496 2019-03-06 Tom Tromey <tom@tromey.com>
13497
13498 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
13499 * common/filestuff.h (make_cleanup_close): Don't declare.
13500 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
13501 Remove.
13502
13503 2019-03-06 Tom Tromey <tom@tromey.com>
13504
13505 * solib-aix.c: Use make_scope_exit.
13506
13507 2019-03-06 Tom Tromey <tom@tromey.com>
13508
13509 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
13510 Use make_scope_exit.
13511
13512 2019-03-06 Tom Tromey <tom@tromey.com>
13513
13514 * solib-svr4.c (disable_probes_interface): Remove parameter.
13515 (svr4_handle_solib_event): Use make_scope_exit.
13516
13517 2019-03-06 Tom Tromey <tom@tromey.com>
13518
13519 * remote.c (struct stop_reply_deleter): Remove.
13520 (stop_reply_up): Update.
13521 (struct stop_reply): Derive from notif_event. Don't typedef.
13522 <regcache>: Now a std::vector.
13523 (stop_reply_xfree): Remove.
13524 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
13525 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
13526 (remote_target::discard_pending_stop_replies): Use delete.
13527 (remote_target::remote_parse_stop_reply): Update.
13528 (remote_target::process_stop_reply): Update.
13529 * remote-notif.h (struct notif_event): Add virtual destructor.
13530 Remove "dtr" member.
13531 (struct notif_client) <alloc_event>: Return a unique_ptr.
13532 (notif_event_xfree): Don't declare.
13533 (notif_event_up): New typedef.
13534 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
13535 (notif_event_xfree, do_notif_event_xfree): Remove.
13536 (remote_notif_state_xfree): Update.
13537
13538 2019-03-06 Tom Tromey <tom@tromey.com>
13539
13540 * infrun.c (displaced_step_clear_cleanup): Now a
13541 forward_scope_exit type.
13542 (displaced_step_prepare_throw): Update.
13543 (displaced_step_fixup): Update.
13544
13545 2019-03-06 Tom Tromey <tom@tromey.com>
13546
13547 * inferior.h (class inferior): Update comment.
13548 * gdbthread.h (class thread_info): Update comment.
13549
13550 2019-03-06 Joel Brobecker <brobecker@adacore.com>
13551 Tom Tromey <tom@tromey.com>
13552
13553 * stabsread.h (struct stab_section_list): Remove.
13554 (coffstab_build_psymtabs): Update.
13555 * dbxread.c (symbuf_sections): Now a std::vector.
13556 (sect_idx): New global.
13557 (fill_symbuf): Update.
13558 (coffstab_build_psymtabs): Change type of stabsects parameter.
13559 Update.
13560 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
13561 std::vector.
13562 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
13563 (coff_locate_sections): Update.
13564 (coff_symfile_read): Remove cleanups. Update.
13565 (init_stringtab): Add storage parameter.
13566 (free_stringtab, free_stringtab_cleanup): Remove.
13567 (init_lineno): Add storage parameter.
13568 (free_linetab, free_linetab_cleanup): Remove.
13569
13570 2019-03-06 Pedro Alves <palves@redhat.com>
13571
13572 * linux-fork.c (fork_info::clobber_regs): Delete.
13573 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
13574 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
13575 comment. Adjust.
13576 (scoped_switch_fork_info::scoped_switch_fork_info)
13577 (checkpoint_command, linux_fork_context): Adjust
13578 fork_save_infrun_state calls.
13579
13580 2019-03-06 Pedro Alves <palves@redhat.com>
13581
13582 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
13583 (inf_has_multiple_threads): Return 'bool' and rewrite using
13584 inferior_info::threads().
13585
13586 2019-03-06 Pedro Alves <palves@redhat.com>
13587
13588 * linux-fork.c: Include <list>.
13589 (fork_list): Now a std::list instance.
13590 (fork_info): Add ctor, dtor, and in-class initialize all fields.
13591 (forks_exist_p, find_last_fork): Adjust.
13592 (new_fork): Delete.
13593 (one_fork_p): New.
13594 (add_fork): Adjust.
13595 (free_fork): Delete, folded into fork_info::~fork_info().
13596 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
13597 Adjust.
13598 (init_fork_list): Delete.
13599 (linux_fork_killall, linux_fork_mourn_inferior)
13600 (linux_fork_detach, info_checkpoints_command): Adjust.
13601 (_initialize_linux_fork): No longer call init_fork_list.
13602
13603 2019-03-06 Pedro Alves <palves@redhat.com>
13604
13605 * linux-fork.c (new_fork): New, split out of ...
13606 (add_fork): ... this. Return void. Move "first fork" special
13607 case from here, to ...
13608 (checkpoint_command): ... here.
13609 * linux-linux.h (add_fork): Return void.
13610
13611 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13612
13613 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
13614
13615 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13616 Chris January <chris.january@arm.com>
13617 David Lecomber <david.lecomber@arm.com>
13618
13619 * f-exp.y: New token, UNOP_INTRINSIC.
13620 (exp): New pattern using UNOP_INTRINSIC token.
13621 (f77_keywords): Add 'abs' keyword.
13622 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
13623 (value_from_host_double): New function.
13624 (evaluate_subexp_f): Support UNOP_ABS.
13625
13626 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13627
13628 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
13629 types.
13630
13631 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13632
13633 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
13634 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
13635 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
13636
13637 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13638
13639 * f-exp.y (convert_to_kind_type): Handle more type kinds.
13640
13641 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13642 Chris January <chris.january@arm.com>
13643
13644 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
13645 * f-exp.y: Define 'KIND' token.
13646 (exp): New pattern for KIND expressions.
13647 (ptype): Handle types with a kind extension.
13648 (direct_abs_decl): Extend to spot kind extensions.
13649 (f77_keywords): Add 'kind' to the list.
13650 (push_kind_type): New function.
13651 (convert_to_kind_type): New function.
13652 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
13653 * parse.c (operator_length_standard): Likewise.
13654 * parser-defs.h (enum type_pieces): Add tp_kind.
13655 * std-operator.def: Add UNOP_KIND.
13656
13657 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13658
13659 * f-exp.y (f_parse): Set yydebug.
13660
13661 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13662
13663 * f-lang.c (evaluate_subexp_f): New function.
13664 (exp_descriptor_f): New global.
13665 (f_language_defn): Use exp_descriptor_f instead of
13666 exp_descriptor_standard.
13667
13668 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13669
13670 * f-exp.y (struct token): Add comments.
13671 (dot_ops): Remove uppercase versions and the end marker.
13672 (f77_keywords): Likewise.
13673 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
13674 entries in the dot_ops array are case insensitive, and use
13675 strncasecmp to compare strings. Also some whitespace cleanup in
13676 this area. Similar for the f77_keywords array, except entries in
13677 this list might be case sensitive.
13678
13679 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13680
13681 * f-exp.y (struct f77_boolean_val): Add comments.
13682 (boolean_values): Remove uppercase versions, and end marker.
13683 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
13684 and use strncasecmp to achieve case insensitivity. Additionally,
13685 perform whitespace cleanup around this code.
13686
13687 2019-03-06 Tom Tromey <tromey@adacore.com>
13688
13689 * remote-sim.c (gdbsim_target_open): Use result of
13690 gdb_argv::release.
13691
13692 2019-03-06 Richard Bunt <richard.bunt@arm.com>
13693 Dirk Schubert <dirk.schubert@arm.com>
13694 Chris January <chris.january@arm.com>
13695
13696 * eval.c (evaluate_subexp_standard): Call Fortran argument
13697 wrapping logic.
13698 * f-lang.c (struct value): A value which can be passed into a
13699 Fortran function call.
13700 (fortran_argument_convert): Wrap Fortran arguments in a pointer
13701 where appropriate.
13702 (struct type): Value ready for a Fortran function call.
13703 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
13704 is needed.
13705 * f-lang.h (fortran_argument_convert): Declaration.
13706 (fortran_preserve_arg_pointer): Declaration.
13707 * infcall.c (value_arg_coerce): Call Fortran argument logic.
13708
13709 2019-03-05 Tom Tromey <tromey@adacore.com>
13710
13711 * python/py-prettyprint.c (print_string_repr): Remove #if.
13712 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
13713
13714 2019-03-05 Tom Tromey <tromey@adacore.com>
13715
13716 * target.c (the_dummy_target): Move later. Change type to
13717 "dummy_target".
13718 (initialize_targets): Don't initialize the_dummy_target.
13719
13720 2019-03-05 Tom Tromey <tromey@adacore.com>
13721
13722 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
13723 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
13724
13725 2019-03-05 Tom Tromey <tromey@adacore.com>
13726
13727 * windows-nat.c (windows_nat_target::attach)
13728 (windows_nat_target::detach): Don't call gdb_flush.
13729 * valprint.c (generic_val_print, val_print, val_print_string):
13730 Don't call gdb_flush.
13731 * utils.c (defaulted_query): Don't call gdb_flush.
13732 * typeprint.c (print_type_scalar): Don't call gdb_flush.
13733 * target.c (target_announce_detach): Don't call gdb_flush.
13734 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
13735 * remote.c (extended_remote_target::attach): Don't call
13736 gdb_flush.
13737 * procfs.c (procfs_target::detach): Don't call gdb_flush.
13738 * printcmd.c (do_examine): Don't call gdb_flush.
13739 (info_display_command): Don't call gdb_flush.
13740 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
13741 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
13742 * memattr.c (info_mem_command): Don't call gdb_flush.
13743 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
13744 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
13745 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
13746 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
13747 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
13748 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
13749 (gnu_nat_target::detach): Don't call gdb_flush.
13750 * f-valprint.c (f_val_print): Don't call gdb_flush.
13751 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
13752 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
13753 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
13754 gdb_flush.
13755 * c-valprint.c (c_val_print): Don't call gdb_flush.
13756 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
13757
13758 2019-03-05 Tom Tromey <tromey@adacore.com>
13759
13760 * varobj.c (update_dynamic_varobj_children): Update.
13761 (install_default_visualizer): Use reset, not release.
13762 * value.c (set_internalvar): Update.
13763 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
13764 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
13765 ATTRIBUTE_UNUSED_RESULT.
13766
13767 2019-03-05 Tom Tromey <tromey@adacore.com>
13768
13769 * remote.c (class scoped_remote_fd) <release>: Add
13770 ATTRIBUTE_UNUSED_RESULT.
13771
13772 2019-03-05 Tom Tromey <tromey@adacore.com>
13773
13774 * macroexp.c (struct macro_buffer) <release>: Add
13775 ATTRIBUTE_UNUSED_RESULT.
13776
13777 2019-03-05 Tom Tromey <tromey@adacore.com>
13778
13779 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
13780 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
13781 ATTRIBUTE_UNUSED_RESULT.
13782
13783 2019-03-05 Tom Tromey <tromey@adacore.com>
13784
13785 * common/scoped_fd.h (class scoped_fd) <release>: Add
13786 ATTRIBUTE_UNUSED_RESULT.
13787
13788 2019-03-05 Tom Tromey <tromey@adacore.com>
13789
13790 * parser-defs.h (struct parser_state) <release>: Add
13791 ATTRIBUTE_UNUSED_RESULT.
13792
13793 2019-03-05 Tom Tromey <tromey@adacore.com>
13794
13795 * utils.h (class gdb_argv) <release>: Add
13796 ATTRIBUTE_UNUSED_RESULT.
13797 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
13798
13799 2019-03-02 Eli Zaretskii <eliz@gnu.org>
13800
13801 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
13802 for-loop range, to avoid compiler warnings.
13803
13804 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
13805 avoid compiler warnings about unused variables.
13806
13807 * NEWS: Mention end of support for native debugging on MS-Windows
13808 before XP.
13809
13810 PR gdb/24292
13811 * common/netstuff.c:
13812 * gdbserver/gdbreplay.c
13813 * gdbserver/remote-utils.c:
13814 * ser-tcp.c:
13815 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
13816 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
13817 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
13818 'getaddrinfo' and 'freeaddrinfo' were not available before
13819 Windows XP, and mingw.org's MinGW headers by default define
13820 _WIN32_WINNT to 0x500.
13821
13822 2019-03-01 Gary Benson <gbenson@redhat.com>
13823
13824 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
13825
13826 2019-02-28 Brian Vandenberg <phantall@gmail.com>
13827 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13828
13829 PR gdb/8527
13830 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
13831 set_sigint_trap, clear_sigint_trap.
13832
13833 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13834
13835 * target.c (target_detach): Clear the regcache and the
13836 frame cache.
13837
13838 2019-02-27 Pedro Alves <palves@redhat.com>
13839
13840 * utils.c (set_screen_size): When we cap the height/width sizes,
13841 tweak the corresponding command variable to show "unlimited":
13842
13843 2019-02-27 Saagar Jha <saagar@saagarjha.com>
13844 Pedro Alves <palves@redhat.com>
13845
13846 * utils.c (set_screen_size): Reduce "infinite" rows and columns
13847 before calling rl_set_screen_size.
13848
13849 2019-02-27 Tom Tromey <tromey@adacore.com>
13850
13851 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
13852 define.
13853 * python/py-value.c: Remove Python 2.4 workaround.
13854 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
13855 workaround.
13856 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
13857 Python 2.4 workaround.
13858 * python/python-internal.h: Remove Python 2.4 comment.
13859 (Py_ssize_t): Don't define.
13860 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
13861 (gdb_Py_DECREF): Remove Python 2.4 workaround.
13862 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
13863 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
13864 * python/python.c (do_start_initialization): Remove Python 2.4
13865 workaround.
13866 * python/py-prettyprint.c (class dummy_python_frame): Remove.
13867 (print_children): Remove Python 2.4 workaround.
13868 * python/py-inferior.c (buffer_procs): Remove Python 2.4
13869 workaround.
13870 (CHARBUFFERPROC_NAME): Remove.
13871 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
13872 Python 2.4 workaround.
13873
13874 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13875
13876 * NEWS: Note minimum Python version.
13877
13878 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13879
13880 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
13881 code from these functions. Remove corresponding ifdefs. Use
13882 Py_buffer_up instead of explicit calls to PyBuffer_Release.
13883 Remove gotos and target of gotos.
13884 (infpy_search_memory): Likewise.
13885
13886 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13887
13888 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
13889 (hppa_gdbarch_init): Don't register deleted functions with
13890 gdbarch.
13891
13892 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13893
13894 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
13895 (h8300_unwind_sp): Delete.
13896 (h8300_dummy_id): Delete.
13897 (h8300_gdbarch_init): Don't register deleted functions with
13898 gdbarch.
13899
13900 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13901
13902 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
13903 (ft32_unwind_pc): Delete.
13904 (ft32_unwind_sp): Delete.
13905 (ft32_gdbarch_init): Don't register deleted functions with
13906 gdbarch.
13907
13908 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13909
13910 * gdb/frv-tdep.c (frv_dummy_id): Delete.
13911 (frv_unwind_pc): Delete.
13912 (frv_unwind_sp): Delete.
13913 (frv_gdbarch_init): Don't register deleted functions with
13914 gdbarch.
13915
13916 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13917
13918 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
13919 (riscv_unwind_pc): Delete.
13920 (riscv_unwind_sp): Delete.
13921 (riscv_gdbarch_init): Don't register deleted functions with
13922 gdbarch.
13923
13924 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13925
13926 * gdb/csky-tdep.c (csky_dummy_id): Delete.
13927 (csky_unwind_pc): Delete.
13928 (csky_unwind_sp): Delete.
13929 (csky_gdbarch_init): Don't register deleted functions with
13930 gdbarch.
13931
13932 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13933
13934 * gdb/cris-tdep.c (cris_dummy_id): Delete.
13935 (cris_unwind_pc): Delete.
13936 (cris_unwind_sp): Delete.
13937 (cris_gdbarch_init): Don't register deleted functions with
13938 gdbarch.
13939
13940 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13941
13942 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
13943 (bfin_unwind_pc): Delete.
13944 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
13945
13946 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13947
13948 * gdb/arm-tdep.c (arm_dummy_id): Delete.
13949 (arm_unwind_pc): Delete.
13950 (arm_unwind_sp): Delete.
13951 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
13952
13953 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13954
13955 * gdb/arc-tdep.c (arc_dummy_id): Delete.
13956 (arc_unwind_pc): Delete.
13957 (arc_unwind_sp): Delete.
13958 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
13959
13960 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13961
13962 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
13963 (alpha_unwind_pc): Delete.
13964 (alpha_gdbarch_init): Don't register deleted functions with
13965 gdbarch.
13966
13967 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13968
13969 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
13970 (aarch64_unwind_pc): Delete.
13971 (aarch64_unwind_sp): Delete.
13972 (aarch64_gdbarch_init): Don't register deleted functions with
13973 gdbarch.
13974
13975 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13976
13977 * gdbtypes.c (type_align): Don't consider static members when
13978 computing structure alignment.
13979
13980 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13981
13982 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
13983 return 0 for other types.
13984 * arch-utils.c (default_type_align): Always return 0.
13985 * gdbarch.h: Regenerate.
13986 * gdbarch.sh (type_align): Extend comment.
13987 * gdbtypes.c (type_align): Add additional comments, always call
13988 gdbarch_type_align before applying the default rules.
13989 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
13990 generic code will then apply a suitable default.
13991 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
13992 types, return 0 for other types.
13993
13994 2019-02-27 Joel Brobecker <brobecker@adacore.com>
13995
13996 * NEWS: Create a new section for the next release branch.
13997 Rename the section of the current branch, now that it has
13998 been cut.
13999
14000 2019-02-27 Joel Brobecker <brobecker@adacore.com>
14001
14002 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
14003 * version.in: Bump version to 8.3.50.DATE-git.
14004
14005 2019-02-26 Simon Marchi <simon.marchi@efficios.com>
14006
14007 * aix-thread.c (ptid_cmp): Remove unused variable.
14008 (get_signaled_thread): Likewise.
14009 (store_regs_user_thread): Likewise.
14010 (store_regs_kernel_thread): Likewise.
14011 (fetch_regs_kernel_thread): Remove shadowed variable.
14012
14013 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
14014
14015 * features/riscv/32bit-cpu.xml: Add register numbers.
14016 * features/riscv/32bit-fpu.c: Regenerate.
14017 * features/riscv/32bit-fpu.xml: Add register numbers.
14018 * features/riscv/64bit-cpu.xml: Add register numbers.
14019 * features/riscv/64bit-fpu.c: Regenerate.
14020 * features/riscv/64bit-fpu.xml: Add register numbers.
14021
14022 2019-02-26 Kevin Buettner <kevinb@redhat.com>
14023
14024 * NEWS: Mention two argument form of gdb.Value constructor.
14025 * python/py-value.c (convert_buffer_and_type_to_value): New
14026 function.
14027 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
14028 Add support for handling an optional second argument. Call
14029 convert_buffer_and_type_to_value as appropriate.
14030 * python/python-internal.h (Py_buffer_deleter): New struct.
14031 (Py_buffer_up): New typedef.
14032
14033 2019-02-25 John Baldwin <jhb@FreeBSD.org>
14034
14035 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
14036 instead of releasing ownership.
14037
14038 2019-02-25 Jordan Rupprecht <rupprecht@google.com>
14039
14040 * dwarf2read.c (open_and_init_dwp_file): Call
14041 elf_numsections instead of bfd_count_sections to initialize
14042 dwp_file->num_sections.
14043
14044 2019-02-25 Tom Tromey <tromey@adacore.com>
14045
14046 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
14047
14048 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
14049
14050 * gcore.in: Add '--readnever' option when invoking GDB.
14051
14052 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
14053
14054 * MAINTAINERS: Update my email address.
14055
14056 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
14057
14058 * build-id.c (build_id_to_debug_bfd_1): New function.
14059 (build_id_to_debug_bfd): Look for separate debug file in
14060 sysroot.
14061
14062 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
14063
14064 * gdbarch.sh: Update the copyright year range that is placed into
14065 generated files.
14066
14067 2019-02-22 Keith Seitz <keiths@redhat.com>
14068
14069 PR symtab/23853
14070 * linespec.c (create_sals_line_offset): Search for the default
14071 symtab's filename instead of its fullname.
14072
14073 2019-02-21 Alan Hayward <alan.hayward@arm.com>
14074
14075 * NEWS: Update style defaults.
14076
14077 2019-02-21 Alan Hayward <alan.hayward@arm.com>
14078
14079 * main.c (captured_main_1): Disable styling in batch mode.
14080
14081 2019-02-20 Tom Tromey <tom@tromey.com>
14082
14083 * symtab.c (symtab_symbol_info): Fix typos.
14084
14085 2019-02-20 Tom Tromey <tromey@adacore.com>
14086
14087 * findcmd.c (_initialize_mem_search): Use upper case for
14088 metasyntactic variables.
14089
14090 2019-02-20 Alan Hayward <alan.hayward@arm.com>
14091
14092 * aarch64-tdep.c (aarch64_add_reggroups): New function.
14093 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
14094
14095 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
14096
14097 * top.h (source_file_name): Change to std::string.
14098 * top.c (source_file_name): Likewise.
14099 (command_line_input): Adjust.
14100 * cli/cli-script.c (script_from_file): Adjust.
14101
14102 2019-02-19 Tom Tromey <tromey@adacore.com>
14103
14104 * ravenscar-thread.c
14105 (ravenscar_thread_target::update_thread_list): Don't call
14106 ada_build_task_list.
14107 * ada-lang.h (ada_build_task_list): Don't declare.
14108 * ada-tasks.c (struct ada_tasks_inferior_data)
14109 <task_list_valid_p>: Now bool.
14110 (read_known_tasks, ada_task_list_changed)
14111 (ada_tasks_invalidate_inferior_data): Update.
14112 (read_known_tasks_array): Return bool.
14113 (read_known_tasks_list): Likewise.
14114 (read_known_tasks): Return void.
14115 (ada_build_task_list): Now static.
14116
14117 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
14118
14119 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
14120 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
14121
14122 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14123
14124 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
14125 variant for ada_tasks_pspace_data_handle and
14126 ada_tasks_inferior_data_handle.
14127 (ada_tasks_pspace_data_cleanup): New function.
14128 (ada_tasks_inferior_data_cleanup): New function.
14129
14130 2019-02-17 Tom Tromey <tom@tromey.com>
14131
14132 * macrotab.h (macro_source_fullname): Return a std::string.
14133 * macrotab.c (macro_include, check_for_redefinition)
14134 (macro_undef, macro_lookup_definition, foreach_macro)
14135 (foreach_macro_in_scope): Update.
14136 (macro_source_fullname): Return a std::string.
14137 * macrocmd.c (show_pp_source_pos): Update.
14138
14139 2019-02-17 Tom Tromey <tom@tromey.com>
14140
14141 * macrocmd.c (show_pp_source_pos): Style the file names.
14142
14143 2019-02-17 Tom Tromey <tom@tromey.com>
14144
14145 PR tui/24197:
14146 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
14147
14148 2019-02-17 Tom Tromey <tom@tromey.com>
14149
14150 * ada-lang.c (user_select_syms): Use filtered printing.
14151 * utils.c (wrap_style): New global.
14152 (desired_style): Remove.
14153 (emit_style_escape): Add stream parameter.
14154 (set_output_style, reset_terminal_style, prompt_for_continue):
14155 Update.
14156 (flush_wrap_buffer): Only flush gdb_stdout.
14157 (wrap_here): Set wrap_style.
14158 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
14159 treat escape sequences as a character. Change when wrap buffer is
14160 flushed.
14161 (fputs_styled): Do not set the output style when the default is
14162 requested.
14163 * ui-style.h (struct ui_file_style) <is_default>: New method.
14164 * source.c (print_source_lines_base): Emit escape sequences in one
14165 piece.
14166
14167 2019-02-17 Joel Brobecker <brobecker@adacore.com>
14168
14169 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
14170 integers and enumeration types.
14171
14172 2019-02-17 Joel Brobecker <brobecker@adacore.com>
14173
14174 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
14175 instead of lookup_symbol_in_language
14176 (do_exact_match): New function.
14177 (ada_get_symbol_name_matcher): Return do_exact_match when
14178 doing a verbatim match.
14179
14180 2019-02-15 Tom Tromey <tromey@adacore.com>
14181
14182 * ravenscar-thread.c (ravenscar_thread_target::resume)
14183 (ravenscar_thread_target::wait): Special case wildcard requests.
14184
14185 2019-02-15 Tom Tromey <tromey@adacore.com>
14186
14187 * ravenscar-thread.c (base_ptid): Remove.
14188 (struct ravenscar_thread_target) <close>: New method.
14189 <m_base_ptid>: New member.
14190 <update_inferior_ptid, active_task, task_is_currently_active,
14191 runtime_initialized>: Declare methods.
14192 <ravenscar_thread_target>: Add constructor.
14193 (ravenscar_thread_target::task_is_currently_active)
14194 (ravenscar_thread_target::update_inferior_ptid)
14195 (ravenscar_runtime_initialized): Rename. Now methods.
14196 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
14197 (ravenscar_thread_target::update_thread_list): Update.
14198 (ravenscar_thread_target::active_task): Now method.
14199 (ravenscar_thread_target::store_registers)
14200 (ravenscar_thread_target::prepare_to_store)
14201 (ravenscar_thread_target::prepare_to_store)
14202 (ravenscar_thread_target::mourn_inferior): Update.
14203 (ravenscar_inferior_created): Use "new" to create target.
14204 (ravenscar_thread_target::get_ada_task_ptid): Update.
14205 (_initialize_ravenscar): Don't initialize base_ptid.
14206 (ravenscar_ops): Remove global.
14207
14208 2019-02-15 Tom Tromey <tromey@adacore.com>
14209
14210 * target.h (push_target): Declare new overload.
14211 * target.c (push_target): New overload, taking an rvalue reference.
14212 * remote.c (remote_target::open_1): Use push_target overload.
14213 * corelow.c (core_target_open): Use push_target overload.
14214
14215 2019-02-15 Tom Tromey <tromey@adacore.com>
14216
14217 * ravenscar-thread.c (is_ravenscar_task)
14218 (ravenscar_task_is_currently_active): Return bool.
14219 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
14220 (_initialize_ravenscar): Remove "(void)".
14221 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
14222 Return bool.
14223
14224 2019-02-15 Tom Tromey <tromey@adacore.com>
14225
14226 * ravenscar-thread.c (ravenscar_runtime_initializer)
14227 (has_ravenscar_runtime, get_running_thread_id)
14228 (ravenscar_thread_target::resume): Fix indentation.
14229
14230 2019-02-15 Tom Tromey <tromey@adacore.com>
14231
14232 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
14233 from ravenscar_arch_ops.
14234 (sparc_ravenscar_ops::fetch_registers)
14235 (sparc_ravenscar_ops::store_registers): Now methods.
14236 (sparc_ravenscar_prepare_to_store): Remove.
14237 (sparc_ravenscar_ops): Redefine.
14238 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
14239 methods and destructor. Remove members.
14240 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
14241 (ravenscar_thread_target::store_registers)
14242 (ravenscar_thread_target::prepare_to_store): Update.
14243 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
14244 Remove.
14245 (struct ppc_ravenscar_powerpc_ops): Derive from
14246 ravenscar_arch_ops.
14247 (ppc_ravenscar_powerpc_ops::fetch_registers)
14248 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
14249 (ppc_ravenscar_powerpc_ops): Redefine.
14250 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
14251 (ppc_ravenscar_e500_ops::fetch_registers)
14252 (ppc_ravenscar_e500_ops::store_registers): Now methods.
14253 (ppc_ravenscar_e500_ops): Redefine.
14254 * aarch64-ravenscar-thread.c
14255 (aarch64_ravenscar_generic_prepare_to_store): Remove.
14256 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
14257 (aarch64_ravenscar_fetch_registers)
14258 (aarch64_ravenscar_store_registers): Now methods.
14259 (aarch64_ravenscar_ops): Redefine.
14260
14261 2019-02-15 Tom Tromey <tromey@adacore.com>
14262
14263 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
14264 (ravenscar_thread_target::stopped_by_hw_breakpoint)
14265 (ravenscar_thread_target::stopped_by_watchpoint)
14266 (ravenscar_thread_target::stopped_data_address)
14267 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
14268
14269 2019-02-15 Tom Tromey <tromey@adacore.com>
14270
14271 * ravenscar-thread.c: Fix some typos.
14272
14273 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14274 Tom Tromey <tromey@adacore.com>
14275
14276 * ada-lang.c (ada_exception_sal): Change addr_string to a
14277 std::string.
14278 (create_ada_exception_catchpoint): Update.
14279
14280 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14281 Tom Tromey <tromey@adacore.com>
14282
14283 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
14284 (bp_location_ops): Remove.
14285 (base_breakpoint_allocate_location): Update.
14286 (free_bp_location): Update.
14287 * ada-lang.c (class ada_catchpoint_location)
14288 <ada_catchpoint_location>: Remove ops parameter.
14289 (ada_catchpoint_location_dtor): Remove.
14290 (ada_catchpoint_location_ops): Remove.
14291 (allocate_location_exception): Update.
14292 * breakpoint.h (struct bp_location_ops): Remove.
14293 (class bp_location) <bp_location>: Remove bp_location_ops
14294 parameter.
14295 <~bp_location>: Add destructor.
14296 <ops>: Remove.
14297
14298 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14299 Pedro Alves <palves@redhat.com>
14300
14301 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
14302 'PATH_MAX'.
14303
14304 2019-02-14 David Michael <fedora.dm0@gmail.com>
14305 Samuel Thibault <samuel.thibault@gnu.org>
14306 Thomas Schwinge <thomas@codesourcery.com>
14307
14308 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
14309 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
14310
14311 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14312
14313 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
14314 (check_empty): Use "const char *".
14315
14316 * gnu-nat.c (gnu_nat_target::detach): Instead of
14317 'detach_inferior (pid)' call
14318 'detach_inferior (find_inferior_pid (pid))'.
14319
14320 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
14321 'nat/fork-inferior.o'.
14322 * gnu-nat.c: #include "nat/fork-inferior.h".
14323
14324 * gnu-nat.c (gnu_nat_target::detach): Instead of
14325 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
14326 * gnu-nat.h: #include "inf-child.h".
14327 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
14328 'i386_gnu_nat_target::fetch_registers'.
14329 (gnu_store_registers): Rename/move to
14330 'i386_gnu_nat_target::store_registers'.
14331
14332 * config/i386/nm-i386gnu.h: Don't "#include" any files.
14333 * gnu-nat.h (mach_thread_info): New function.
14334 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
14335
14336 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
14337
14338 2019-02-14 Frederic Konrad <konrad@adacore.com>
14339
14340 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
14341
14342 2019-02-14 Joel Brobecker <brobecker@adacore.com>
14343
14344 * windows-nat.c (windows_add_thread): Add new parameter
14345 "main_thread_p" with default value set to false. Update
14346 function documentation as well as all callers.
14347 (windows_delete_thread): Likewise.
14348 (fake_create_process): Update call to windows_add_thread.
14349 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
14350 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
14351 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
14352 call to windows_delete_thread.
14353
14354 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
14355
14356 * MAINTAINERS: Add Andrew Burgess as global maintainer.
14357
14358 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14359
14360 * symfile.c (find_separate_debug_file): Use canonical path of
14361 sysroot with child_path instead of gdb_sysroot if it is valid.
14362
14363 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14364
14365 * symfile.c (find_separate_debug_file): Use child_path to
14366 determine if an object file is under a sysroot.
14367
14368 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14369
14370 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14371 unittests/child-path-selftests.c.
14372 * common/pathstuff.c (child_path): New function.
14373 * common/pathstuff.h (child_path): New prototype.
14374 * unittests/child-path-selftests.c: New file.
14375
14376 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14377
14378 * symfile.c (find_separate_debug_file): Look for separate debug
14379 files in debug directories under the sysroot.
14380
14381 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14382
14383 * symtab.h (struct minimal_symbol data_p): New const method.
14384 (struct minimal_symbol text_p): Likewise.
14385 * symtab.c (output_source_filename): Use file name style
14386 to print file name.
14387 (print_symbol_info): Likewise.
14388 (print_msymbol_info): Use address style to print addresses.
14389 Use function name style to print executable text symbols.
14390 (expand_symtab_containing_pc): Use data_p.
14391 (find_pc_sect_compunit_symtab): Likewise.
14392
14393 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14394
14395 * breakpoint.c (describe_other_breakpoints): Use address style
14396 to print addresses.
14397 (say_where): Likewise.
14398
14399 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14400
14401 * ada-typeprint.c (print_func_type): Print function name
14402 style to print function name.
14403 * c-typeprint.c (c_print_type_1): Likewise.
14404
14405 2019-02-11 Alan Hayward <alan.hayward@arm.com>
14406
14407 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
14408 for execve.
14409
14410 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14411
14412 * c-exp.y (direct_abs_decl): Use emplace_back to record the
14413 type_stack.
14414
14415 2019-02-10 Joel Brobecker <brobecker@adacore.com>
14416
14417 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
14418 TYPE_CODE_REF types.
14419
14420 2019-02-08 Jim Wilson <jimw@sifive.com>
14421
14422 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
14423 (riscv_linux_fregset): New.
14424 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
14425
14426 2019-02-07 Tom Tromey <tom@tromey.com>
14427
14428 * thread.c (thread_cancel_execution_command): Update.
14429 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
14430 methods.
14431 (struct thread_fsm_ops): Remove.
14432 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
14433 (thread_fsm_should_stop, thread_fsm_return_value)
14434 (thread_fsm_set_finished, thread_fsm_finished_p)
14435 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
14436 Don't declare.
14437 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
14438 * infrun.c (clear_proceed_status_thread)
14439 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
14440 (print_stop_event): Update.
14441 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
14442 Add constructor.
14443 (step_command_fsm_ops): Remove.
14444 (new_step_command_fsm): Remove.
14445 (step_1): Update.
14446 (step_command_fsm::should_stop): Rename from
14447 step_command_fsm_should_stop.
14448 (step_command_fsm::clean_up): Rename from
14449 step_command_fsm_clean_up.
14450 (step_command_fsm::do_async_reply_reason): Rename from
14451 step_command_fsm_async_reply_reason.
14452 (struct until_next_fsm): Inherit from thread_fsm. Add
14453 constructor.
14454 (until_next_fsm_ops): Remove.
14455 (new_until_next_fsm): Remove.
14456 (until_next_fsm::should_stop): Rename from
14457 until_next_fsm_should_stop.
14458 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
14459 (until_next_fsm::do_async_reply_reason): Rename from
14460 until_next_fsm_async_reply_reason.
14461 (struct finish_command_fsm): Inherit from thread_fsm. Add
14462 constructor. Change type of breakpoint.
14463 (finish_command_fsm_ops): Remove.
14464 (new_finish_command_fsm): Remove.
14465 (finish_command_fsm::should_stop): Rename from
14466 finish_command_fsm_should_stop.
14467 (finish_command_fsm::clean_up): Rename from
14468 finish_command_fsm_clean_up.
14469 (finish_command_fsm::return_value): Rename from
14470 finish_command_fsm_return_value.
14471 (finish_command_fsm::do_async_reply_reason): Rename from
14472 finish_command_fsm_async_reply_reason.
14473 (finish_command): Update.
14474 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
14475 Add constructor.
14476 (call_thread_fsm_ops): Remove.
14477 (call_thread_fsm::call_thread_fsm): Rename from
14478 new_call_thread_fsm.
14479 (call_thread_fsm::should_stop): Rename from
14480 call_thread_fsm_should_stop.
14481 (call_thread_fsm::should_notify_stop): Rename from
14482 call_thread_fsm_should_notify_stop.
14483 (run_inferior_call, call_function_by_hand_dummy): Update.
14484 * cli/cli-interp.c (should_print_stop_to_console): Update.
14485 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
14486 Add constructor. Change type of location_breakpoint,
14487 caller_breakpoint.
14488 (until_break_fsm_ops): Remove.
14489 (new_until_break_fsm): Remove.
14490 (until_break_fsm::should_stop): Rename from
14491 until_break_fsm_should_stop.
14492 (until_break_fsm::clean_up): Rename from
14493 until_break_fsm_clean_up.
14494 (until_break_fsm::do_async_reply_reason): Rename from
14495 until_break_fsm_async_reply_reason.
14496 (until_break_command): Update.
14497 * thread-fsm.c: Remove.
14498 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
14499
14500 2019-02-07 Tom Tromey <tom@tromey.com>
14501
14502 * yy-remap.h: Add include guard.
14503 * xtensa-tdep.h: Add include guard.
14504 * xcoffread.h: Rename include guard.
14505 * varobj-iter.h: Add include guard.
14506 * tui/tui.h: Rename include guard.
14507 * tui/tui-winsource.h: Rename include guard.
14508 * tui/tui-wingeneral.h: Rename include guard.
14509 * tui/tui-windata.h: Rename include guard.
14510 * tui/tui-win.h: Rename include guard.
14511 * tui/tui-stack.h: Rename include guard.
14512 * tui/tui-source.h: Rename include guard.
14513 * tui/tui-regs.h: Rename include guard.
14514 * tui/tui-out.h: Rename include guard.
14515 * tui/tui-layout.h: Rename include guard.
14516 * tui/tui-io.h: Rename include guard.
14517 * tui/tui-hooks.h: Rename include guard.
14518 * tui/tui-file.h: Rename include guard.
14519 * tui/tui-disasm.h: Rename include guard.
14520 * tui/tui-data.h: Rename include guard.
14521 * tui/tui-command.h: Rename include guard.
14522 * tic6x-tdep.h: Add include guard.
14523 * target/waitstatus.h: Rename include guard.
14524 * target/wait.h: Rename include guard.
14525 * target/target.h: Rename include guard.
14526 * target/resume.h: Rename include guard.
14527 * target-float.h: Rename include guard.
14528 * stabsread.h: Add include guard.
14529 * rs6000-tdep.h: Add include guard.
14530 * riscv-fbsd-tdep.h: Add include guard.
14531 * regformats/regdef.h: Rename include guard.
14532 * record.h: Rename include guard.
14533 * python/python.h: Rename include guard.
14534 * python/python-internal.h: Rename include guard.
14535 * python/py-stopevent.h: Rename include guard.
14536 * python/py-ref.h: Rename include guard.
14537 * python/py-record.h: Rename include guard.
14538 * python/py-record-full.h: Rename include guard.
14539 * python/py-record-btrace.h: Rename include guard.
14540 * python/py-instruction.h: Rename include guard.
14541 * python/py-events.h: Rename include guard.
14542 * python/py-event.h: Rename include guard.
14543 * procfs.h: Add include guard.
14544 * proc-utils.h: Add include guard.
14545 * p-lang.h: Add include guard.
14546 * or1k-tdep.h: Rename include guard.
14547 * observable.h: Rename include guard.
14548 * nto-tdep.h: Rename include guard.
14549 * nat/x86-linux.h: Rename include guard.
14550 * nat/x86-linux-dregs.h: Rename include guard.
14551 * nat/x86-gcc-cpuid.h: Add include guard.
14552 * nat/x86-dregs.h: Rename include guard.
14553 * nat/x86-cpuid.h: Rename include guard.
14554 * nat/ppc-linux.h: Rename include guard.
14555 * nat/mips-linux-watch.h: Rename include guard.
14556 * nat/linux-waitpid.h: Rename include guard.
14557 * nat/linux-ptrace.h: Rename include guard.
14558 * nat/linux-procfs.h: Rename include guard.
14559 * nat/linux-osdata.h: Rename include guard.
14560 * nat/linux-nat.h: Rename include guard.
14561 * nat/linux-namespaces.h: Rename include guard.
14562 * nat/linux-btrace.h: Rename include guard.
14563 * nat/glibc_thread_db.h: Rename include guard.
14564 * nat/gdb_thread_db.h: Rename include guard.
14565 * nat/gdb_ptrace.h: Rename include guard.
14566 * nat/fork-inferior.h: Rename include guard.
14567 * nat/amd64-linux-siginfo.h: Rename include guard.
14568 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
14569 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
14570 * nat/aarch64-linux.h: Rename include guard.
14571 * nat/aarch64-linux-hw-point.h: Rename include guard.
14572 * mn10300-tdep.h: Add include guard.
14573 * mips-linux-tdep.h: Add include guard.
14574 * mi/mi-parse.h: Rename include guard.
14575 * mi/mi-out.h: Rename include guard.
14576 * mi/mi-main.h: Rename include guard.
14577 * mi/mi-interp.h: Rename include guard.
14578 * mi/mi-getopt.h: Rename include guard.
14579 * mi/mi-console.h: Rename include guard.
14580 * mi/mi-common.h: Rename include guard.
14581 * mi/mi-cmds.h: Rename include guard.
14582 * mi/mi-cmd-break.h: Rename include guard.
14583 * m2-lang.h: Add include guard.
14584 * location.h: Rename include guard.
14585 * linux-record.h: Rename include guard.
14586 * linux-nat.h: Add include guard.
14587 * linux-fork.h: Add include guard.
14588 * i386-darwin-tdep.h: Rename include guard.
14589 * hppa-linux-offsets.h: Add include guard.
14590 * guile/guile.h: Rename include guard.
14591 * guile/guile-internal.h: Rename include guard.
14592 * gnu-nat.h: Rename include guard.
14593 * gdb-stabs.h: Rename include guard.
14594 * frv-tdep.h: Add include guard.
14595 * f-lang.h: Add include guard.
14596 * event-loop.h: Add include guard.
14597 * darwin-nat.h: Rename include guard.
14598 * cp-abi.h: Rename include guard.
14599 * config/sparc/nm-sol2.h: Rename include guard.
14600 * config/nm-nto.h: Rename include guard.
14601 * config/nm-linux.h: Add include guard.
14602 * config/i386/nm-i386gnu.h: Rename include guard.
14603 * config/djgpp/nl_types.h: Rename include guard.
14604 * config/djgpp/langinfo.h: Rename include guard.
14605 * compile/gcc-cp-plugin.h: Add include guard.
14606 * compile/gcc-c-plugin.h: Add include guard.
14607 * compile/compile.h: Rename include guard.
14608 * compile/compile-object-run.h: Rename include guard.
14609 * compile/compile-object-load.h: Rename include guard.
14610 * compile/compile-internal.h: Rename include guard.
14611 * compile/compile-cplus.h: Rename include guard.
14612 * compile/compile-c.h: Rename include guard.
14613 * common/xml-utils.h: Rename include guard.
14614 * common/x86-xstate.h: Rename include guard.
14615 * common/version.h: Rename include guard.
14616 * common/vec.h: Rename include guard.
14617 * common/tdesc.h: Rename include guard.
14618 * common/selftest.h: Rename include guard.
14619 * common/scoped_restore.h: Rename include guard.
14620 * common/scoped_mmap.h: Rename include guard.
14621 * common/scoped_fd.h: Rename include guard.
14622 * common/safe-iterator.h: Rename include guard.
14623 * common/run-time-clock.h: Rename include guard.
14624 * common/refcounted-object.h: Rename include guard.
14625 * common/queue.h: Rename include guard.
14626 * common/ptid.h: Rename include guard.
14627 * common/print-utils.h: Rename include guard.
14628 * common/preprocessor.h: Rename include guard.
14629 * common/pathstuff.h: Rename include guard.
14630 * common/observable.h: Rename include guard.
14631 * common/netstuff.h: Rename include guard.
14632 * common/job-control.h: Rename include guard.
14633 * common/host-defs.h: Rename include guard.
14634 * common/gdb_wait.h: Rename include guard.
14635 * common/gdb_vecs.h: Rename include guard.
14636 * common/gdb_unlinker.h: Rename include guard.
14637 * common/gdb_unique_ptr.h: Rename include guard.
14638 * common/gdb_tilde_expand.h: Rename include guard.
14639 * common/gdb_sys_time.h: Rename include guard.
14640 * common/gdb_string_view.h: Rename include guard.
14641 * common/gdb_splay_tree.h: Rename include guard.
14642 * common/gdb_setjmp.h: Rename include guard.
14643 * common/gdb_ref_ptr.h: Rename include guard.
14644 * common/gdb_optional.h: Rename include guard.
14645 * common/gdb_locale.h: Rename include guard.
14646 * common/gdb_assert.h: Rename include guard.
14647 * common/filtered-iterator.h: Rename include guard.
14648 * common/filestuff.h: Rename include guard.
14649 * common/fileio.h: Rename include guard.
14650 * common/environ.h: Rename include guard.
14651 * common/common-utils.h: Rename include guard.
14652 * common/common-types.h: Rename include guard.
14653 * common/common-regcache.h: Rename include guard.
14654 * common/common-inferior.h: Rename include guard.
14655 * common/common-gdbthread.h: Rename include guard.
14656 * common/common-exceptions.h: Rename include guard.
14657 * common/common-defs.h: Rename include guard.
14658 * common/common-debug.h: Rename include guard.
14659 * common/cleanups.h: Rename include guard.
14660 * common/buffer.h: Rename include guard.
14661 * common/btrace-common.h: Rename include guard.
14662 * common/break-common.h: Rename include guard.
14663 * cli/cli-utils.h: Rename include guard.
14664 * cli/cli-style.h: Rename include guard.
14665 * cli/cli-setshow.h: Rename include guard.
14666 * cli/cli-script.h: Rename include guard.
14667 * cli/cli-interp.h: Rename include guard.
14668 * cli/cli-decode.h: Rename include guard.
14669 * cli/cli-cmds.h: Rename include guard.
14670 * charset-list.h: Add include guard.
14671 * buildsym-legacy.h: Rename include guard.
14672 * bfin-tdep.h: Add include guard.
14673 * ax.h: Rename include guard.
14674 * arm-linux-tdep.h: Add include guard.
14675 * arm-fbsd-tdep.h: Add include guard.
14676 * arch/xtensa.h: Rename include guard.
14677 * arch/tic6x.h: Add include guard.
14678 * arch/i386.h: Add include guard.
14679 * arch/arm.h: Rename include guard.
14680 * arch/arm-linux.h: Rename include guard.
14681 * arch/arm-get-next-pcs.h: Rename include guard.
14682 * arch/amd64.h: Add include guard.
14683 * arch/aarch64-insn.h: Rename include guard.
14684 * arch-utils.h: Rename include guard.
14685 * annotate.h: Add include guard.
14686 * amd64-darwin-tdep.h: Rename include guard.
14687 * aarch64-linux-tdep.h: Add include guard.
14688 * aarch64-fbsd-tdep.h: Add include guard.
14689 * aarch32-linux-nat.h: Add include guard.
14690
14691 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14692
14693 * macrotab.c (macro_define_internal): New function that
14694 factorizes macro_define_object_internal and macro_define_function
14695 code.
14696 (macro_define_object_internal): Use macro_define_internal.
14697 (macro_define_function): Likewise.
14698
14699 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14700
14701 * macrocmd.c (extract_identifier): Return
14702 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
14703 callers.
14704
14705 2019-02-06 John Baldwin <jhb@FreeBSD.org>
14706
14707 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
14708
14709 2019-02-05 Tom Tromey <tom@tromey.com>
14710
14711 * target.c (target_stack::unpush): Move assertion earlier.
14712
14713 2019-01-30 Tom Tromey <tom@tromey.com>
14714
14715 PR python/23615:
14716 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
14717 (gdbpy_parse_and_eval): Likewise.
14718 * python/python-internal.h (gdbpy_allow_threads): New class.
14719
14720 2019-01-28 John Baldwin <jhb@FreeBSD.org>
14721
14722 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
14723 (aarch64_fbsd_fpregmap): Move earlier.
14724 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
14725 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14726 instead of individual calls to trad_frame_set_reg_addr.
14727 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
14728 earlier.
14729 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
14730 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14731 instead of individual calls to trad_frame_set_reg_addr.
14732
14733 2019-01-28 Alan Hayward <alan.hayward@arm.com>
14734
14735 * CONTRIBUTE: Replace contribution list with wiki link.
14736
14737 2019-01-25 Tom Tromey <tom@tromey.com>
14738
14739 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
14740
14741 2019-01-25 Tom Tromey <tom@tromey.com>
14742
14743 * xtensa-linux-nat.c: Fix common/ includes.
14744 * xml-support.h: Fix common/ includes.
14745 * xml-support.c: Fix common/ includes.
14746 * x86-linux-nat.c: Fix common/ includes.
14747 * windows-nat.c: Fix common/ includes.
14748 * varobj.h: Fix common/ includes.
14749 * varobj.c: Fix common/ includes.
14750 * value.c: Fix common/ includes.
14751 * valops.c: Fix common/ includes.
14752 * utils.c: Fix common/ includes.
14753 * unittests/xml-utils-selftests.c: Fix common/ includes.
14754 * unittests/utils-selftests.c: Fix common/ includes.
14755 * unittests/unpack-selftests.c: Fix common/ includes.
14756 * unittests/tracepoint-selftests.c: Fix common/ includes.
14757 * unittests/style-selftests.c: Fix common/ includes.
14758 * unittests/string_view-selftests.c: Fix common/ includes.
14759 * unittests/scoped_restore-selftests.c: Fix common/ includes.
14760 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
14761 * unittests/scoped_fd-selftests.c: Fix common/ includes.
14762 * unittests/rsp-low-selftests.c: Fix common/ includes.
14763 * unittests/parse-connection-spec-selftests.c: Fix common/
14764 includes.
14765 * unittests/optional-selftests.c: Fix common/ includes.
14766 * unittests/offset-type-selftests.c: Fix common/ includes.
14767 * unittests/observable-selftests.c: Fix common/ includes.
14768 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
14769 * unittests/memrange-selftests.c: Fix common/ includes.
14770 * unittests/memory-map-selftests.c: Fix common/ includes.
14771 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
14772 * unittests/function-view-selftests.c: Fix common/ includes.
14773 * unittests/environ-selftests.c: Fix common/ includes.
14774 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
14775 * unittests/common-utils-selftests.c: Fix common/ includes.
14776 * unittests/cli-utils-selftests.c: Fix common/ includes.
14777 * unittests/array-view-selftests.c: Fix common/ includes.
14778 * ui-file.c: Fix common/ includes.
14779 * tui/tui-io.c: Fix common/ includes.
14780 * tracepoint.h: Fix common/ includes.
14781 * tracepoint.c: Fix common/ includes.
14782 * tracefile-tfile.c: Fix common/ includes.
14783 * top.h: Fix common/ includes.
14784 * top.c: Fix common/ includes.
14785 * thread.c: Fix common/ includes.
14786 * target/waitstatus.h: Fix common/ includes.
14787 * target/waitstatus.c: Fix common/ includes.
14788 * target.h: Fix common/ includes.
14789 * target.c: Fix common/ includes.
14790 * target-memory.c: Fix common/ includes.
14791 * target-descriptions.c: Fix common/ includes.
14792 * symtab.h: Fix common/ includes.
14793 * symfile.c: Fix common/ includes.
14794 * stap-probe.c: Fix common/ includes.
14795 * spu-linux-nat.c: Fix common/ includes.
14796 * sparc-nat.c: Fix common/ includes.
14797 * source.c: Fix common/ includes.
14798 * solib.c: Fix common/ includes.
14799 * solib-target.c: Fix common/ includes.
14800 * ser-unix.c: Fix common/ includes.
14801 * ser-tcp.c: Fix common/ includes.
14802 * ser-pipe.c: Fix common/ includes.
14803 * ser-base.c: Fix common/ includes.
14804 * selftest-arch.c: Fix common/ includes.
14805 * s12z-tdep.c: Fix common/ includes.
14806 * rust-exp.y: Fix common/ includes.
14807 * rs6000-aix-tdep.c: Fix common/ includes.
14808 * riscv-tdep.c: Fix common/ includes.
14809 * remote.c: Fix common/ includes.
14810 * remote-notif.h: Fix common/ includes.
14811 * remote-fileio.h: Fix common/ includes.
14812 * remote-fileio.c: Fix common/ includes.
14813 * regcache.h: Fix common/ includes.
14814 * regcache.c: Fix common/ includes.
14815 * record-btrace.c: Fix common/ includes.
14816 * python/python.c: Fix common/ includes.
14817 * python/py-type.c: Fix common/ includes.
14818 * python/py-inferior.c: Fix common/ includes.
14819 * progspace.h: Fix common/ includes.
14820 * producer.c: Fix common/ includes.
14821 * procfs.c: Fix common/ includes.
14822 * proc-api.c: Fix common/ includes.
14823 * printcmd.c: Fix common/ includes.
14824 * ppc-linux-nat.c: Fix common/ includes.
14825 * parser-defs.h: Fix common/ includes.
14826 * osdata.c: Fix common/ includes.
14827 * obsd-nat.c: Fix common/ includes.
14828 * nat/x86-linux.c: Fix common/ includes.
14829 * nat/x86-linux-dregs.c: Fix common/ includes.
14830 * nat/x86-dregs.h: Fix common/ includes.
14831 * nat/x86-dregs.c: Fix common/ includes.
14832 * nat/ppc-linux.c: Fix common/ includes.
14833 * nat/mips-linux-watch.h: Fix common/ includes.
14834 * nat/mips-linux-watch.c: Fix common/ includes.
14835 * nat/linux-waitpid.c: Fix common/ includes.
14836 * nat/linux-ptrace.h: Fix common/ includes.
14837 * nat/linux-ptrace.c: Fix common/ includes.
14838 * nat/linux-procfs.c: Fix common/ includes.
14839 * nat/linux-personality.c: Fix common/ includes.
14840 * nat/linux-osdata.c: Fix common/ includes.
14841 * nat/linux-namespaces.c: Fix common/ includes.
14842 * nat/linux-btrace.h: Fix common/ includes.
14843 * nat/linux-btrace.c: Fix common/ includes.
14844 * nat/fork-inferior.c: Fix common/ includes.
14845 * nat/amd64-linux-siginfo.c: Fix common/ includes.
14846 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
14847 * nat/aarch64-linux.c: Fix common/ includes.
14848 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
14849 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
14850 * namespace.h: Fix common/ includes.
14851 * mips-linux-tdep.c: Fix common/ includes.
14852 * minsyms.c: Fix common/ includes.
14853 * mi/mi-parse.h: Fix common/ includes.
14854 * mi/mi-main.c: Fix common/ includes.
14855 * mi/mi-cmd-env.c: Fix common/ includes.
14856 * memrange.h: Fix common/ includes.
14857 * memattr.c: Fix common/ includes.
14858 * maint.h: Fix common/ includes.
14859 * maint.c: Fix common/ includes.
14860 * main.c: Fix common/ includes.
14861 * machoread.c: Fix common/ includes.
14862 * location.c: Fix common/ includes.
14863 * linux-thread-db.c: Fix common/ includes.
14864 * linux-nat.c: Fix common/ includes.
14865 * linux-fork.c: Fix common/ includes.
14866 * inline-frame.c: Fix common/ includes.
14867 * infrun.c: Fix common/ includes.
14868 * inflow.c: Fix common/ includes.
14869 * inferior.h: Fix common/ includes.
14870 * inferior.c: Fix common/ includes.
14871 * infcmd.c: Fix common/ includes.
14872 * inf-ptrace.c: Fix common/ includes.
14873 * inf-child.c: Fix common/ includes.
14874 * ia64-linux-nat.c: Fix common/ includes.
14875 * i387-tdep.c: Fix common/ includes.
14876 * i386-tdep.c: Fix common/ includes.
14877 * i386-linux-tdep.c: Fix common/ includes.
14878 * i386-linux-nat.c: Fix common/ includes.
14879 * i386-go32-tdep.c: Fix common/ includes.
14880 * i386-fbsd-tdep.c: Fix common/ includes.
14881 * i386-fbsd-nat.c: Fix common/ includes.
14882 * guile/scm-type.c: Fix common/ includes.
14883 * guile/guile.c: Fix common/ includes.
14884 * go32-nat.c: Fix common/ includes.
14885 * gnu-nat.c: Fix common/ includes.
14886 * gdbthread.h: Fix common/ includes.
14887 * gdbarch-selftests.c: Fix common/ includes.
14888 * gdb_usleep.c: Fix common/ includes.
14889 * gdb_select.h: Fix common/ includes.
14890 * gdb_bfd.c: Fix common/ includes.
14891 * gcore.c: Fix common/ includes.
14892 * fork-child.c: Fix common/ includes.
14893 * findvar.c: Fix common/ includes.
14894 * fbsd-nat.c: Fix common/ includes.
14895 * event-top.c: Fix common/ includes.
14896 * event-loop.c: Fix common/ includes.
14897 * dwarf2read.c: Fix common/ includes.
14898 * dwarf2loc.c: Fix common/ includes.
14899 * dwarf2-frame.c: Fix common/ includes.
14900 * dwarf-index-cache.c: Fix common/ includes.
14901 * dtrace-probe.c: Fix common/ includes.
14902 * disasm-selftests.c: Fix common/ includes.
14903 * defs.h: Fix common/ includes.
14904 * csky-tdep.c: Fix common/ includes.
14905 * cp-valprint.c: Fix common/ includes.
14906 * cp-support.h: Fix common/ includes.
14907 * cp-support.c: Fix common/ includes.
14908 * corelow.c: Fix common/ includes.
14909 * completer.h: Fix common/ includes.
14910 * completer.c: Fix common/ includes.
14911 * compile/compile.c: Fix common/ includes.
14912 * compile/compile-loc2c.c: Fix common/ includes.
14913 * compile/compile-cplus-types.c: Fix common/ includes.
14914 * compile/compile-cplus-symbols.c: Fix common/ includes.
14915 * command.h: Fix common/ includes.
14916 * cli/cli-dump.c: Fix common/ includes.
14917 * cli/cli-cmds.c: Fix common/ includes.
14918 * charset.c: Fix common/ includes.
14919 * build-id.c: Fix common/ includes.
14920 * btrace.h: Fix common/ includes.
14921 * btrace.c: Fix common/ includes.
14922 * breakpoint.h: Fix common/ includes.
14923 * breakpoint.c: Fix common/ includes.
14924 * ax.h:
14925 (enum agent_op): Fix common/ includes.
14926 * ax-general.c (struct aop_map): Fix common/ includes.
14927 * ax-gdb.c: Fix common/ includes.
14928 * auxv.c: Fix common/ includes.
14929 * auto-load.c: Fix common/ includes.
14930 * arm-tdep.c: Fix common/ includes.
14931 * arch/riscv.c: Fix common/ includes.
14932 * arch/ppc-linux-common.c: Fix common/ includes.
14933 * arch/i386.c: Fix common/ includes.
14934 * arch/arm.c: Fix common/ includes.
14935 * arch/arm-linux.c: Fix common/ includes.
14936 * arch/arm-get-next-pcs.c: Fix common/ includes.
14937 * arch/amd64.c: Fix common/ includes.
14938 * arch/aarch64.c: Fix common/ includes.
14939 * arch/aarch64-insn.c: Fix common/ includes.
14940 * arch-utils.c: Fix common/ includes.
14941 * amd64-windows-tdep.c: Fix common/ includes.
14942 * amd64-tdep.c: Fix common/ includes.
14943 * amd64-sol2-tdep.c: Fix common/ includes.
14944 * amd64-obsd-tdep.c: Fix common/ includes.
14945 * amd64-nbsd-tdep.c: Fix common/ includes.
14946 * amd64-linux-tdep.c: Fix common/ includes.
14947 * amd64-linux-nat.c: Fix common/ includes.
14948 * amd64-fbsd-tdep.c: Fix common/ includes.
14949 * amd64-fbsd-nat.c: Fix common/ includes.
14950 * amd64-dicos-tdep.c: Fix common/ includes.
14951 * amd64-darwin-tdep.c: Fix common/ includes.
14952 * agent.c: Fix common/ includes.
14953 * ada-lang.h: Fix common/ includes.
14954 * ada-lang.c: Fix common/ includes.
14955 * aarch64-tdep.c: Fix common/ includes.
14956
14957 2019-01-25 Tom Tromey <tom@tromey.com>
14958
14959 * common/create-version.sh: Use common/version.h.
14960
14961 2019-01-24 Pedro Alves <palves@redhat.com>
14962
14963 * infrun.c (signal_stop, signal_print, signal_program)
14964 (signal_catch, signal_pass): Now arrays instead of pointers.
14965 (update_signals_program_target, do_target_resume)
14966 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
14967 * linux-nat.c (linux_nat_target::pass_signals)
14968 (linux_nat_target::create_inferior, linux_nat_target::attach):
14969 Adjust.
14970 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
14971 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
14972 * procfs.c (procfs_target::pass_signals): Adjust.
14973 * record-full.c (record_full_target::resume): Adjust.
14974 * remote.c (remote_target::pass_signals)
14975 (remote_target::program_signals): Adjust.
14976 * target-debug.h (target_debug_print_signals): Now takes a
14977 gdb::array_view as parameter. Adjust.
14978 * target.h (target_ops) <pass_signals, program_signals>: Replace
14979 pointer and length parameters with gdb::array_view.
14980 (target_pass_signals, target_program_signals): Likewise.
14981 * target-delegates.c: Regenerate.
14982
14983 2019-01-24 Pedro Alves <palves@redhat.com>
14984
14985 * common/forward-scope-exit.h
14986 (forward_scope_exit::forward_scope_exit): Pass arguments to
14987 m_bind_function directly, instead of creating a std::bind and
14988 copying that.
14989
14990 2019-01-24 Alan Hayward <alan.hayward@arm.com>
14991
14992 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
14993 for static members.
14994 (pass_in_v_vfp_candidate): Likewise.
14995
14996 2019-01-23 Tom Tromey <tom@tromey.com>
14997 Pedro Alves <palves@redhat.com>
14998
14999 * regcache.c (class regcache_invalidator): Remove.
15000 (regcache::raw_write): Use make_scope_exit.
15001
15002 2019-01-23 Tom Tromey <tom@tromey.com>
15003
15004 * ui-out.h (class ui_out_emit_type): Update comment.
15005
15006 2019-01-23 Tom Tromey <tom@tromey.com>
15007
15008 * infrun.c (fetch_inferior_event): Update comment.
15009
15010 2019-01-23 Tom Tromey <tom@tromey.com>
15011 Pedro Alves <palves@redhat.com>
15012
15013 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
15014 parameter.
15015 (fetch_inferior_event): Use SCOPE_EXIT.
15016
15017
15018 2019-01-23 Tom Tromey <tom@tromey.com>
15019 Pedro Alves <palves@redhat.com>
15020
15021 * infrun.c (disable_thread_events): Delete.
15022 (stop_all_threads): Use SCOPE_EXIT.
15023
15024 2019-01-23 Tom Tromey <tom@tromey.com>
15025 Pedro Alves <palves@redhat.com>
15026
15027 * symfile.c: Include forward-scope-exit.h.
15028 (clear_symtab_users_cleanup): Replace forward declaration with
15029 a FORWARD_SCOPE_EXIT.
15030 (syms_from_objfile_1): Use the forward_scope_exit and
15031 gdb::optional instead of cleanup_function.
15032 (reread_symbols): Use the forward_scope_exit instead of
15033 cleanup_function.
15034 (clear_symtab_users_cleanup): Remove function.
15035
15036 2019-01-23 Tom Tromey <tom@tromey.com>
15037 Pedro Alves <palves@redhat.com>
15038
15039 * linux-nat.c: Include scope-exit.h.
15040 (cleanup_target_stop): Remove.
15041 (linux_nat_target::static_tracepoint_markers_by_strid): Use
15042 SCOPE_EXIT.
15043
15044 2019-01-23 Tom Tromey <tom@tromey.com>
15045 Pedro Alves <palves@redhat.com>
15046
15047 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
15048 (call_function_by_hand_dummy): Use SCOPE_EXIT.
15049
15050 2019-01-23 Tom Tromey <tom@tromey.com>
15051 Andrew Burgess <andrew.burgess@embecosm.com>
15052 Pedro Alves <palves@redhat.com>
15053
15054 * infrun.c (fetch_inferior_event): Use scope_exit.
15055 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
15056 * top.c (execute_command): Use scope_exit.
15057 * breakpoint.c (bpstat_do_actions): Use scope_exit.
15058 * utils.c (do_bpstat_clear_actions_cleanup)
15059 (make_bpstat_clear_actions_cleanup): Remove.
15060
15061 2019-01-23 Tom Tromey <tom@tromey.com>
15062 Pedro Alves <palves@redhat.com>
15063
15064 * infrun.c: Include "common/scope-exit.h"
15065 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
15066 (wait_for_inferior): Use SCOPE_EXIT.
15067 (fetch_inferior_event): Use scope_exit.
15068
15069 2019-01-23 Tom Tromey <tom@tromey.com>
15070 Pedro Alves <palves@redhat.com>
15071
15072 * breakpoint.c (create_breakpoint): Remove cleanup.
15073
15074 2019-01-23 Tom Tromey <tom@tromey.com>
15075 Andrew Burgess <andrew.burgess@embecosm.com>
15076 Pedro Alves <palves@redhat.com>
15077
15078 2019-01-23 Pedro Alves <palves@redhat.com>
15079
15080 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
15081
15082 2019-01-23 Pedro Alves <palves@redhat.com>
15083 Andrew Burgess <andrew.burgess@embecosm.com>
15084
15085 * gdbthread.h: Include "common/forward-scope-exit.h".
15086 (scoped_finish_thread_state): Redefine custom class in terms of
15087 forward_scope_exit.
15088
15089 2019-01-23 Pedro Alves <palves@redhat.com>
15090 Andrew Burgess <andrew.burgess@embecosm.com>
15091
15092 * common/forward-scope-exit.h: New file.
15093
15094 2019-01-23 Pedro Alves <palves@redhat.com>
15095 Andrew Burgess <andrew.burgess@embecosm.com>
15096 Tom Tromey <tom@tromey.com>
15097
15098 * common/scope-exit.h: New file.
15099
15100 2019-01-23 Pedro Alves <palves@redhat.com>
15101
15102 * common/preprocessor.h (ESC): Rename to ...
15103 (ESC_PARENS): ... this.
15104 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
15105 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
15106
15107 2019-01-23 Tom Tromey <tom@tromey.com>
15108
15109 * language.h (class scoped_switch_to_sym_language_if_auto):
15110 Initialize m_lang in both cases.
15111
15112 2019-01-23 Alan Hayward <alan.hayward@arm.com>
15113
15114 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
15115 with XCNEW.
15116
15117 2019-01-22 Tom Tromey <tom@tromey.com>
15118
15119 * corelow.c: Do not include sys/file.h.
15120
15121 2019-01-22 Tom Tromey <tom@tromey.com>
15122
15123 * tui/tui-wingeneral.h: Include gdb_curses.h.
15124
15125 2019-01-22 Tom Tromey <tom@tromey.com>
15126
15127 * source-cache.h (class source_cache) <get_source_lines,
15128 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
15129
15130 2019-01-22 Tom Tromey <tom@tromey.com>
15131
15132 * remote-fileio.h (struct remote_target): Declare.
15133
15134 2019-01-22 Tom Tromey <tom@tromey.com>
15135
15136 * python/py-arch.c: Do not include py-ref.h.
15137 * python/py-bpevent.c: Do not include py-ref.h.
15138 * python/py-cmd.c: Do not include py-ref.h.
15139 * python/py-continueevent.c: Do not include py-ref.h.
15140 * python/py-event.h: Do not include py-ref.h.
15141 * python/py-evtregistry.c: Do not include py-ref.h.
15142 * python/py-finishbreakpoint.c: Do not include py-ref.h.
15143 * python/py-frame.c: Do not include py-ref.h.
15144 * python/py-framefilter.c: Do not include py-ref.h.
15145 * python/py-function.c: Do not include py-ref.h.
15146 * python/py-infevents.c: Do not include py-ref.h.
15147 * python/py-linetable.c: Do not include py-ref.h.
15148 * python/py-objfile.c: Do not include py-ref.h.
15149 * python/py-param.c: Do not include py-ref.h.
15150 * python/py-prettyprint.c: Do not include py-ref.h.
15151 * python/py-progspace.c: Do not include py-ref.h.
15152 * python/py-symbol.c: Do not include py-ref.h.
15153 * python/py-symtab.c: Do not include py-ref.h.
15154 * python/py-type.c: Do not include py-ref.h.
15155 * python/py-unwind.c: Do not include py-ref.h.
15156 * python/py-utils.c: Do not include py-ref.h.
15157 * python/py-value.c: Do not include py-ref.h.
15158 * python/py-varobj.c: Do not include py-ref.h.
15159 * python/py-xmethods.c: Do not include py-ref.h.
15160 * python/python.c: Do not include py-ref.h.
15161 * varobj.c: Do not include py-ref.h.
15162
15163 2019-01-22 Tom Tromey <tom@tromey.com>
15164
15165 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
15166 keyword for bcache.
15167
15168 2019-01-22 Tom Tromey <tom@tromey.com>
15169
15170 * compile/compile-cplus-types.c: Remove a comment by #include.
15171
15172 2019-01-22 Tom Tromey <tom@tromey.com>
15173
15174 * compile/gcc-c-plugin.h: Include compile-internal.h.
15175
15176 2019-01-22 Tom Tromey <tom@tromey.com>
15177
15178 * stabsread.c (EXTERN): Do not define.
15179 (symnum, next_symbol_text_func, processing_gcc_compilation)
15180 (within_function, global_sym_chain, global_stabs)
15181 (previous_stab_code, this_object_header_files)
15182 (n_this_object_header_files)
15183 (n_allocated_this_object_header_files): Define.
15184 * stabsread.h (EXTERN): Never define. Use "extern".
15185
15186 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15187
15188 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
15189 history_value.
15190
15191 2019-01-21 Tom Tromey <tom@tromey.com>
15192
15193 * ui-out.c: Fix includes.
15194 * tui/tui-source.c: Fix includes.
15195 * target.c: Fix includes.
15196 * remote.c: Fix includes.
15197 * regcache.c: Fix includes.
15198 * python/py-block.c: Fix includes.
15199 * printcmd.c: Fix includes.
15200 * or1k-tdep.c: Fix includes.
15201 * mi/mi-main.c: Fix includes.
15202 * m32r-tdep.c: Fix includes.
15203 * csky-tdep.c: Fix includes.
15204 * compile/compile-cplus-types.c: Fix includes.
15205 * cli/cli-interp.c: Fix includes.
15206
15207 2019-01-21 Alan Hayward <alan.hayward@arm.com>
15208
15209 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
15210 for padding.
15211
15212 2019-01-16 Tom Tromey <tom@tromey.com>
15213
15214 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
15215 earlier.
15216 (struct objfile) <msymbols_range>: Move from top level.
15217 <msymbols>: New method.
15218 (class objfile_msymbols): Remove.
15219 * symtab.c (default_collect_symbol_completion_matches_break_on):
15220 Update.
15221 * symmisc.c (dump_msymbols): Update.
15222 * stabsread.c (scan_file_globals): Update.
15223 * objc-lang.c (info_selectors_command, info_classes_command)
15224 (find_methods): Update.
15225 * minsyms.c (find_solib_trampoline_target): Update.
15226 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
15227 * coffread.c (coff_symfile_read): Update.
15228 * ada-lang.c (ada_lookup_simple_minsym)
15229 (ada_collect_symbol_completion_matches): Update.
15230
15231 2019-01-16 Tom Tromey <tom@tromey.com>
15232
15233 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
15234 type. Remove no-argument constructor.
15235 <iterator::operator++>: Simplify.
15236 <begin>: Update.
15237 <end>: Use minimal_symbol_count.
15238
15239 2019-01-16 Tom Tromey <tom@tromey.com>
15240
15241 * objfiles.h (struct objfile) <psymtabs>: New method.
15242 (class objfile_psymtabs): Remove.
15243 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
15244 typedef.
15245 <range>: New method.
15246 (require_partial_symbols): Change return type.
15247 * psymtab.c (require_partial_symbols)
15248 (psym_expand_symtabs_matching): Update.
15249 * mdebugread.c (parse_partial_symbols): Update.
15250 * dbxread.c (dbx_end_psymtab): Update.
15251
15252 2019-01-15 Tom Tromey <tom@tromey.com>
15253
15254 * symtab.c (lookup_objfile_from_block)
15255 (lookup_symbol_in_objfile_symtabs)
15256 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
15257 (find_line_symtab, info_sources_command)
15258 (default_collect_symbol_completion_matches_break_on)
15259 (make_source_files_completion_list): Update.
15260 * symmisc.c (print_objfile_statistics, dump_objfile)
15261 (maintenance_print_symbols, maintenance_info_symtabs)
15262 (maintenance_check_symtabs, maintenance_info_line_tables):
15263 Update.
15264 * source.c (select_source_symtab)
15265 (forget_cached_source_info_for_objfile): Update.
15266 * objfiles.h (class objfile_compunits): Remove.
15267 (struct objfile) <compunits_range>: New typedef.
15268 (compunits): New method.
15269 * objfiles.c (objfile_relocate1): Update.
15270 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15271 * maint.c (count_symtabs_and_blocks): Update.
15272 * linespec.c (iterate_over_all_matching_symtabs): Update.
15273 * cp-support.c (add_symbol_overload_list_qualified): Update.
15274 * coffread.c (coff_symtab_read): Update.
15275 * ada-lang.c (add_nonlocal_symbols)
15276 (ada_collect_symbol_completion_matches)
15277 (ada_add_global_exceptions): Update.
15278
15279 2019-01-15 Tom Tromey <tom@tromey.com>
15280
15281 * progspace.h (program_space) <objfiles_safe_range>: New
15282 typedef.
15283 <objfiles_safe>: New method.
15284 * objfiles.h (class all_objfiles_safe): Remove.
15285 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
15286 * jit.c (jit_inferior_exit_hook): Update.
15287
15288 2019-01-17 Tom Tromey <tom@tromey.com>
15289
15290 * progspace.h (program_space) <objfiles_range>: New typedef.
15291 <objfiles>: New method.
15292 <objfiles_head>: Rename from objfiles.
15293 (object_files): Update.
15294 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
15295 * guile/scm-pretty-print.c
15296 (ppscm_find_pretty_printer_from_objfiles): Update.
15297 * guile/scm-objfile.c (gdbscm_objfiles): Update.
15298 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
15299 Update.
15300 * python/py-progspace.c (pspy_get_objfiles): Update.
15301 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15302 Update.
15303 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15304 (objfpy_lookup_objfile_by_build_id): Update.
15305 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15306 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15307 Update.
15308 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15309 (expand_symtab_containing_pc, lookup_objfile_from_block)
15310 (lookup_static_symbol, basic_lookup_transparent_type)
15311 (find_pc_sect_compunit_symtab, find_symbol_at_address)
15312 (find_line_symtab, info_sources_command)
15313 (default_collect_symbol_completion_matches_break_on)
15314 (make_source_files_completion_list, find_main_name): Update.
15315 * symmisc.c (print_symbol_bcache_statistics)
15316 (print_objfile_statistics, maintenance_print_symbols)
15317 (maintenance_print_msymbols, maintenance_print_objfiles)
15318 (maintenance_info_symtabs, maintenance_check_symtabs)
15319 (maintenance_expand_symtabs, maintenance_info_line_tables):
15320 Update.
15321 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
15322 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
15323 (map_overlay_command, unmap_overlay_command)
15324 (simple_overlay_update, expand_symtabs_matching)
15325 (map_symbol_filenames): Update.
15326 * symfile-debug.c (set_debug_symfile): Update.
15327 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
15328 Update.
15329 * source.c (select_source_symtab, forget_cached_source_info):
15330 Update.
15331 * solib.c (solib_read_symbols): Update.
15332 * solib-spu.c (append_ocl_sos): Update.
15333 * psymtab.c (maintenance_print_psymbols)
15334 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
15335 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
15336 * printcmd.c (info_symbol_command): Update.
15337 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
15338 Update.
15339 * objfiles.h (class all_objfiles): Remove.
15340 * objfiles.c (have_partial_symbols, have_full_symbols)
15341 (have_minimal_symbols, qsort_cmp, update_section_map)
15342 (shared_objfile_contains_address_p)
15343 (default_iterate_over_objfiles_in_search_order): Update.
15344 * objc-lang.c (info_selectors_command, info_classes_command)
15345 (find_methods): Update.
15346 * minsyms.c (find_solib_trampoline_target): Update.
15347 * maint.c (maintenance_info_sections)
15348 (maintenance_translate_address, count_symtabs_and_blocks):
15349 Update.
15350 * main.c (captured_main_1): Update.
15351 * linux-thread-db.c (try_thread_db_load_from_pdir)
15352 (has_libpthread): Update.
15353 * linespec.c (iterate_over_all_matching_symtabs)
15354 (search_minsyms_for_name): Update.
15355 * jit.c (jit_find_objf_with_entry_addr): Update.
15356 * hppa-tdep.c (find_unwind_entry)
15357 (hppa_lookup_stub_minimal_symbol): Update.
15358 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
15359 Update.
15360 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15361 (elf_gnu_ifunc_resolve_by_got): Update.
15362 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
15363 * dwarf-index-write.c (save_gdb_index_command): Update.
15364 * cp-support.c (add_symbol_overload_list_qualified): Update.
15365 * breakpoint.c (create_overlay_event_breakpoint)
15366 (create_longjmp_master_breakpoint)
15367 (create_std_terminate_master_breakpoint)
15368 (create_exception_master_breakpoint): Update.
15369 * blockframe.c (find_pc_partial_function): Update.
15370 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
15371 (ada_collect_symbol_completion_matches)
15372 (ada_add_global_exceptions): Update.
15373
15374 2019-01-17 Tom Tromey <tom@tromey.com>
15375
15376 * solib-target.c (lm_info_target_p): Remove typedef. Don't
15377 declare VEC.
15378 (solib_target_parse_libraries): Change return type.
15379 (library_list_start_segment, library_list_start_section)
15380 (library_list_end_library, library_list_start_library); Update.
15381 (solib_target_free_library_list): Remove.
15382 (solib_target_parse_libraries): Remove cleanup. Change return
15383 type.
15384 (solib_target_current_sos): Update.
15385
15386 2019-01-17 Tom Tromey <tromey@bapiya>
15387
15388 * valprint.c: Replace "the the" with "the".
15389 * symtab.c: Replace "the the" with "the".
15390 * solib.c: Replace "the the" with "the".
15391 * solib-dsbt.c: Replace "the the" with "the".
15392 * linespec.c: Replace "the the" with "the".
15393 * dwarf2loc.h: Replace "the the" with "the".
15394 * amd64-windows-tdep.c: Replace "the the" with "the".
15395 * aarch64-tdep.c: Replace "the the" with "the".
15396
15397 2019-01-16 Keith Seitz <keiths@redhat.com>
15398
15399 PR gdb/23773
15400 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
15401 <builder>: Rename to ..
15402 <m_builder>: ... this and make private.
15403 (dwarf2_cu::get_builder): New method. Change all users of
15404 `builder' to use this method.
15405 (dwarf2_start_symtab): Move to ...
15406 (dwarf2_cu::start_symtab): ... here. Update all callers
15407 (setup_type_unit_groups): Move to ...
15408 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
15409 callers.
15410 (dwarf2_cu::reset_builder): New method.
15411 (process_full_compunit, process_full_type_unit): Use
15412 dwarf2_cu::reset_builder.
15413 (follow_die_offset): Record the ancestor CU if it is different
15414 from the followed DIE's CU.
15415 (follow_die_sig_1): Likewise.
15416
15417 2019-01-15 Tom Tromey <tom@tromey.com>
15418
15419 * remote.c (class remote_state) <buf>: Now a char_vector.
15420 <buf_size>: Remove.
15421 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
15422 parameter.
15423 (remote_target::getpkt_or_notif_sane_1)
15424 (remote_target::getpkt_sane)
15425 (remote_target::getpkt_or_notif_sane): Likewise.
15426 (class remote_target) <putpkt>: New overload.
15427 (remote_target::read_frame): Change type of "buf_p". Remove
15428 sizeof_p parameter.
15429 (packet_ok): New overload.
15430 (packet_check_result): New overload.
15431 Update all uses.
15432
15433 2019-01-14 Tom Tromey <tom@tromey.com>
15434
15435 * remote-notif.c (handle_notification, remote_notif_ack)
15436 (remote_notif_parse): Make "buf" const.
15437 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
15438 const.
15439 (remote_notif_parse, remote_notif_ack, handle_notification):
15440 Likewise.
15441 * remote.c (remote_notif_stop_parse): Make "buf" const.
15442 (remote_target::remote_parse_stop_reply): Make "buf" const.
15443 (remote_notif_stop_ack): Make "buf" const.
15444
15445 2019-01-14 Tom Tromey <tom@tromey.com>
15446
15447 * remote.c (remote_console_output): Make parameter const.
15448
15449 2019-01-14 Tom Tromey <tom@tromey.com>
15450
15451 * target-debug.h (target_debug_print_signals): Constify.
15452 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
15453 * procfs.c (procfs_target::pass_signals): Update.
15454 * linux-nat.c (linux_nat_target::pass_signals): Update.
15455 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
15456 * target-delegates.c: Rebuild.
15457 * remote.c (remote_target::program_signals): Update.
15458 (remote_target::pass_signals): Update.
15459 * target.c (target_pass_signals): Constify argument.
15460 (target_program_signals): Likewise.
15461 * target.h (struct target_ops) <pass_signals, program_signals>:
15462 Constify argument.
15463 (target_pass_signals, target_program_signals): Constify argument.
15464
15465 2019-01-14 Tom Tromey <tom@tromey.com>
15466
15467 PR tui/28819:
15468 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
15469
15470 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
15471
15472 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
15473 field.
15474 * rs6000-tdep.c: Include reggroups.h.
15475 (IS_V_ALIAS_PSEUDOREG): Define.
15476 (rs6000_register_name): Return names for the "vX" aliases.
15477 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
15478 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
15479 aliases. Call default_register_reggroup_p for all other
15480 pseudo-registers.
15481 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
15482 New functions.
15483 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
15484 Handle "vX" aliases.
15485 (v_alias_pseudo_register_collect): New function.
15486 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
15487 (rs6000_gdbarch_init): Initialize "vX" aliases as
15488 pseudo-registers. Restore registration of
15489 rs6000_pseudo_register_reggroup_p with
15490 set_tdesc_pseudo_register_reggroup_p.
15491
15492 2019-01-13 Max Filippov <jcmvbkbc@gmail.com>
15493
15494 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
15495 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
15496 set_gdbarch_num_pseudo_regs.
15497
15498 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15499
15500 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
15501 Remove arg prefixname, add do_set and do_show.
15502 Add member functions set_list and show_list.
15503 * cli/cli-style.c (class cli_style_option): Update accordingly.
15504 (style_set_list): Move to file scope.
15505 (style_show_list): Likewise.
15506 (set_style): Call help_list.
15507 (show_style): Call cmd_show_list.
15508 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
15509 Update to use the new macro.
15510
15511 2019-10-12 Joel Brobecker <brobecker@adacore.com>
15512
15513 * ada-lang.c (_initialize_ada_language): Expand the help text
15514 for the "catch exception" command.
15515
15516 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15517
15518 * symtab.c (matching_obj_sections): Initialize obj,
15519 declare it closer to its usage.
15520
15521 2019-01-10 Tom Tromey <tom@tromey.com>
15522
15523 * thread-iter.h (inf_threads_iterator): Use next_iterator.
15524 (basic_inf_threads_range): Remove.
15525 (inf_threads_range, inf_non_exited_threads_range)
15526 (safe_inf_threads_range): Use next_adapter.
15527
15528 2019-01-10 Keith Seitz <keiths@redhat.com>
15529
15530 PR gdb/23712
15531 PR symtab/23010
15532 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
15533 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
15534
15535 2019-01-10 Keith Seitz <keiths@redhat.com>
15536
15537 PR gdb/23712
15538 PR symtab/23010
15539 * dictionary.c (pending_to_vector): Remove.
15540 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15541 Remove _1 suffix, replacing functions of the same name. Update
15542 all callers.
15543 (dict_create_hashed, dict_create_hashed_expandable)
15544 (dict_create_linear, dict_create_linear_expandable, dict_free)
15545 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
15546 Make functions static.
15547
15548 2019-01-10 Keith Seitz <keiths@redhat.com>
15549
15550 PR gdb/23712
15551 PR symtab/23010
15552 * dictionary.h (struct dictionary): Replace declaration with
15553 multidictionary.
15554 (dict_create_hashed, dict_create_hashed_expandable)
15555 (dict_create_linear, dict_create_linear_expandable)
15556 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
15557 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
15558 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
15559 taking multidictionary argument.
15560 [ALL_DICT_SYMBOLS]: Update for multidictionary.
15561 * block.h (struct block) <dict>: Change to multidictionary
15562 and rename `multidict'.
15563 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
15564 symmisc.c: Update all dictionary references to multidictionary.
15565
15566 2019-01-10 Keith Seitz <keiths@redhat.com>
15567
15568 PR gdb/23712
15569 PR symtab/23010
15570 * dictionary.c: Include unordered_map.
15571 (pending_to_vector): New function.
15572 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15573 Rewrite the non-"_1" functions to take vector instead
15574 of linked list.
15575 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
15576 "new" _1 versions of the same name.
15577 (multidictionary): Define.
15578 (std::hash<enum language): New definition.
15579 (collate_pending_symbols_by_language, mdict_create_hashed)
15580 (mdict_create_hashed_expandable, mdict_create_linear)
15581 (mdict_create_linear_expandable, mdict_free)
15582 (find_language_dictionary, create_new_language_dictionary)
15583 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
15584 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
15585 (mdict_size, mdict_empty): New functions.
15586 * dictionary.h (mdict_iterator): Define.
15587
15588 2019-01-10 Pedro Alves <palves@redhat.com>
15589
15590 * breakpoint.c (read_uploaded_action)
15591 (create_tracepoint_from_upload): Adjust to use
15592 gdb::unique_xmalloc_ptr.
15593 * ctf.c (ctf_write_uploaded_tp):
15594 (SET_ARRAY_FIELD): Use emplace_back.
15595 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
15596 * tracefile-tfile.c (tfile_write_uploaded_tp):
15597 * tracepoint.c (parse_tracepoint_definition): Adjust to use
15598 gdb::unique_xmalloc_ptr.
15599 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
15600 at_string, cond_string, cmd_strings>: Replace char pointers
15601 with gdb::unique_xmalloc_ptr.
15602
15603 2019-01-10 Pedro Alves <palves@redhat.com>
15604
15605 * solib-target.c (library_list_start_library): Don't xstrdup name.
15606
15607 2019-01-10 Pedro Alves <palves@redhat.com>
15608
15609 * mdebugread.c (parse_partial_symbols): Use
15610 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
15611
15612 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15613
15614 * linux-fork.c (scoped_switch_fork_info)
15615 <~scoped_switch_fork_info>: Fix incorrect variable name.
15616
15617 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15618
15619 * linux-fork.c (scoped_switch_fork_info)
15620 <scoped_switch_fork_info>: Make explicit.
15621 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
15622
15623 2019-01-10 Tom Tromey <tom@tromey.com>
15624
15625 * objfiles.h (objfile::reset_psymtabs): Update.
15626 * objfiles.c (objfile::objfile): Update.
15627 * psymtab.h (psymtab_storage::obstack): Update.
15628 (psymtab_storage::m_obstack): Use gdb::optional.
15629 (class psymtab_storage): Update comment. Remove objfile
15630 parameter.
15631 * psymtab.c (psymtab_storage::psymtab_storage): Update.
15632
15633 2019-01-10 Tom Tromey <tom@tromey.com>
15634
15635 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
15636 <free_psymtabs>: Now private.
15637 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
15638 (allocate_psymtab): Use new method.
15639
15640 2019-01-10 Tom Tromey <tom@tromey.com>
15641
15642 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
15643 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
15644 * mdebugread.c (parse_partial_symbols): Use
15645 allocate_dependencies.
15646 * dwarf2read.c (dwarf2_create_include_psymtab): Use
15647 allocate_dependencies.
15648 (process_psymtab_comp_unit_reader)
15649 (build_type_psymtab_dependencies): Likewise.
15650 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
15651
15652 2019-01-10 Tom Tromey <tom@tromey.com>
15653
15654 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
15655 PSYMBOL_SET_LANGUAGE.
15656 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
15657
15658 2019-01-10 Tom Tromey <tom@tromey.com>
15659
15660 * psymtab.h (psymtab_storage::obstack): New method.
15661 <m_obstack>: Rename from obstack; now private.
15662 * psymtab.c (psymtab_storage): Update.
15663 * dwarf2read.c (create_addrmap_from_index)
15664 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
15665 Update.
15666
15667 2019-01-10 Tom Tromey <tom@tromey.com>
15668
15669 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
15670 * objfiles.h (objfile::reset_psymtabs): New method.
15671
15672 2019-01-10 Tom Tromey <tom@tromey.com>
15673
15674 * symmisc.c (print_symbol_bcache_statistics): Update.
15675 (print_objfile_statistics): Update.
15676 * symfile.c (reread_symbols): Update.
15677 * psymtab.h (class psymtab_storage): New.
15678 * psymtab.c (psymtab_storage): New constructor.
15679 (~psymtab_storage): New destructor.
15680 (require_partial_symbols): Update.
15681 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
15682 (find_pc_sect_psymtab, find_pc_sect_psymbol)
15683 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
15684 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
15685 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
15686 (start_psymtab_common, end_psymtab_common)
15687 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
15688 (allocate_psymtab): Update.
15689 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
15690 Update.
15691 (dump_psymtab_addrmap, maintenance_print_psymbols)
15692 (maintenance_check_psymtabs): Update.
15693 (class objfile_psymtabs): Move to objfiles.h.
15694 * psympriv.h (discard_psymtab): Now inline.
15695 (psymtab_discarder::psymtab_discarder): Update.
15696 (psymtab_discarder::~psymtab_discarder): Update.
15697 (ALL_OBJFILE_PSYMTABS): Rewrite.
15698 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
15699 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
15700 Remove fields.
15701 <partial_symtabs>: New field.
15702 (class objfile_psymtabs): Move from psymtab.h. Update.
15703 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
15704 psymbol_cache.
15705 (objfile::~objfile): Don't destroy psymbol_cache.
15706 * mdebugread.c (parse_partial_symbols): Update.
15707 * dwarf2read.c (create_addrmap_from_index)
15708 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
15709 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
15710 (add_partial_subprogram, dwarf2_ranges_read): Update.
15711 * dwarf-index-write.c (write_address_map)
15712 (write_one_signatured_type, recursively_write_psymbols)
15713 (class debug_names, class debug_names, write_psymtabs_to_index):
15714 Update.
15715
15716 2019-01-10 Tom Tromey <tom@tromey.com>
15717
15718 * symtab.h (SYMBOL_SET_NAMES): Update.
15719 (symbol_set_names): Update.
15720 (MSYMBOL_SET_NAMES): Update.
15721 * symtab.c (symbol_set_names): Change argument to be an
15722 objfile_per_bfd_storage.
15723 * psymtab.c (add_psymbol_to_bcache): Update.
15724 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
15725
15726 2019-01-10 Tom Tromey <tom@tromey.com>
15727
15728 * symtab.c (create_demangled_names_hash): Change argument to be an
15729 objfile_per_bfd_storage.
15730 (symbol_set_names): Update.
15731
15732 2019-01-10 Tom Tromey <tom@tromey.com>
15733
15734 * xcoffread.c (xcoff_initial_scan): Unconditionally call
15735 init_psymbol_list.
15736 * psymtab.c (init_psymbol_list): Do nothing if already called.
15737 * psympriv.h (init_psymbol_list): Add comment.
15738 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
15739 init_psymbol_list.
15740 * dbxread.c (dbx_symfile_read): Unconditionally call
15741 init_psymbol_list.
15742
15743 2019-01-10 Tom Tromey <tom@tromey.com>
15744
15745 * xcoffread.c (scan_xcoff_symtab): Update.
15746 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
15747 "where".
15748 * mdebugread.c (parse_partial_symbols)
15749 (handle_psymbol_enumerators): Update.
15750 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
15751 * dbxread.c (read_dbx_symtab): Update.
15752 * psympriv.h (psymbol_placement): New enum.
15753 (add_psymbol_to_list): Update.
15754
15755 2019-01-10 Tom Tromey <tom@tromey.com>
15756
15757 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
15758 static_psymbols parameters.
15759 (scan_xcoff_symtab): Update.
15760 * psymtab.c (start_psymtab_common): Remove global_psymbols and
15761 static_psymbols parameters.
15762 * psympriv.h (start_psymtab_common): Update.
15763 * mdebugread.c (parse_partial_symbols): Update.
15764 * dwarf2read.c (create_partial_symtab): Update.
15765 * dbxread.c (read_dbx_symtab): Update.
15766 (start_psymtab): Remove global_psymbols and static_psymbols
15767 parameters.
15768
15769 2019-01-10 Tom Tromey <tom@tromey.com>
15770
15771 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
15772 * psymtab.c (allocate_psymtab): Add comment.
15773 * psympriv.h (allocate_psymtab): Add comment.
15774 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
15775 initializations.
15776 * dbxread.c (dbx_end_psymtab): Remove some initializations.
15777
15778 2019-01-10 Tom Tromey <tom@tromey.com>
15779
15780 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15781 Don't declare.
15782 * mipsread.c: Include mdebugread.h.
15783 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15784 Declare.
15785 * elfread.c: Include mdebugread.h.
15786
15787 2019-01-09 Tom Tromey <tom@tromey.com>
15788
15789 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
15790 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
15791 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
15792 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
15793 (psym_lookup_symbol, psym_find_last_source_symtab)
15794 (psym_forget_cached_source_info, psym_print_stats)
15795 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
15796 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
15797 (psym_map_matching_symbols, psym_expand_symtabs_matching)
15798 (psym_find_compunit_symtab_by_address)
15799 (maintenance_print_psymbols, maintenance_info_psymtabs)
15800 (maintenance_check_psymtabs): Use ranged for.
15801 * psymtab.h (class objfile_psymtabs): New.
15802 (require_partial_symbols): Return objfile_psymtabs.
15803 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
15804
15805 2019-01-09 Tom Tromey <tom@tromey.com>
15806
15807 * symfile.c (overlay_invalidate_all, find_pc_overlay)
15808 (find_pc_mapped_section, list_overlays_command)
15809 (map_overlay_command, unmap_overlay_command)
15810 (simple_overlay_update): Use all_objfiles.
15811 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
15812 * printcmd.c (info_symbol_command): Use all_objfiles.
15813 * objfiles.h (ALL_OBJSECTIONS): Remove.
15814 * maint.c (maintenance_translate_address): Use all_objfiles.
15815 * gcore.c (gcore_create_callback): Use all_objfiles.
15816 (objfile_find_memory_regions): Likewise.
15817
15818 2019-01-09 Tom Tromey <tom@tromey.com>
15819
15820 * symtab.c (find_line_symtab, info_sources_command)
15821 (make_source_files_completion_list): Use objfile_compunits.
15822 * source.c (select_source_symtab): Use objfile_compunits.
15823 * objfiles.h (struct objfile): Update comment.
15824 (ALL_OBJFILES): Remove.
15825 (ALL_FILETABS): Remove.
15826 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
15827 objfile_compunits.
15828
15829 2019-01-09 Tom Tromey <tom@tromey.com>
15830
15831 * symmisc.c (print_objfile_statistics, dump_objfile)
15832 (maintenance_print_symbols): Use compunit_filetabs.
15833 * source.c (forget_cached_source_info_for_objfile): Use
15834 compunit_filetabs.
15835 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
15836 (ALL_FILETABS): Use compunit_filetabs.
15837 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
15838 * coffread.c (coff_symtab_read): Use compunit_filetabs.
15839
15840 2019-01-09 Tom Tromey <tom@tromey.com>
15841
15842 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
15843 (compunit_filetabs): New.
15844 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
15845 compunit_filetabs.
15846 (info_sources_command, make_source_files_completion_list): Remove
15847 declaration.
15848 * symmisc.c (print_objfile_statistics, dump_objfile)
15849 (maintenance_print_symbols): Remove declaration.
15850 (maintenance_info_symtabs): Use compunit_filetabs.
15851 (maintenance_info_line_tables): Likewise.
15852 * source.c (select_source_symtab): Change local variable name.
15853 (forget_cached_source_info_for_objfile): Remove declaration.
15854 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
15855 * objfiles.c (objfile_relocate1): Remove declaration.
15856 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15857 declaration.
15858 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
15859 * coffread.c (coff_symtab_read): Remove declaration.
15860 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
15861 compunit_filetabs.
15862
15863 2019-01-09 Tom Tromey <tom@tromey.com>
15864
15865 * symtab.c (lookup_objfile_from_block)
15866 (find_pc_sect_compunit_symtab, search_symbols)
15867 (default_collect_symbol_completion_matches_break_on): Use
15868 objfile_compunits.
15869 * objfiles.h (ALL_COMPUNITS): Remove.
15870 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
15871 * cp-support.c (add_symbol_overload_list_qualified): Use
15872 objfile_compunits.
15873 * ada-lang.c (ada_collect_symbol_completion_matches)
15874 (ada_add_global_exceptions): Use objfile_compunits.
15875
15876 2019-01-09 Tom Tromey <tom@tromey.com>
15877
15878 * source.c (select_source_symtab)
15879 (forget_cached_source_info_for_objfile): Remove declaration.
15880 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15881 declaration.
15882 * maint.c (count_symtabs_and_blocks): Remove declaration.
15883 * cp-support.c (add_symbol_overload_list_qualified): Remove
15884 declaration.
15885 * coffread.c (coff_symtab_read): Remove declaration.
15886 * symtab.c (lookup_symbol_in_objfile_symtabs)
15887 (basic_lookup_transparent_type_1): Use objfile_compunits.
15888 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
15889 (info_sources_command, search_symbols)
15890 (default_collect_symbol_completion_matches_break_on)
15891 (make_source_files_completion_list): Remove declaration.
15892 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
15893 (ada_collect_symbol_completion_matches)
15894 (ada_add_global_exceptions): Remove declaration.
15895 * linespec.c (iterate_over_all_matching_symtabs): Use
15896 objfile_compunits.
15897 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
15898 (class objfile_compunits): New.
15899 (ALL_COMPUNITS): Use objfile_compunits.
15900 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
15901 (maintenance_check_symtabs, maintenance_info_line_tables): Use
15902 objfile_compunits.
15903 * objfiles.c (objfile_relocate1): Use objfile_compunits.
15904
15905 2019-01-09 Tom Tromey <tom@tromey.com>
15906
15907 * symtab.c (search_symbols)
15908 (default_collect_symbol_completion_matches_break_on): Use
15909 objfile_msymbols.
15910 * ada-lang.c (ada_lookup_simple_minsym)
15911 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
15912 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
15913 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
15914 objfile_msymbols.
15915 * coffread.c (coff_symfile_read): Use objfile_msymbols.
15916 * symmisc.c (dump_msymbols): Use objfile_msymbols.
15917 * objc-lang.c (find_methods): Use objfile_msymbols.
15918 (info_selectors_command, info_classes_command): Likewise.
15919 * stabsread.c (scan_file_globals): Use objfile_msymbols.
15920 * objfiles.h (class objfile_msymbols): New.
15921 (ALL_OBJFILE_MSYMBOLS): Remove.
15922 (ALL_MSYMBOLS): Remove.
15923
15924 2019-01-09 Tom Tromey <tom@tromey.com>
15925
15926 * common/next-iterator.h (next_adapter): Add Iterator template
15927 parameter.
15928 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
15929 (class all_objfiles_safe): New.
15930 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
15931 * objfiles.c (put_objfile_before): Update comment.
15932 (add_separate_debug_objfile): Likewise.
15933 (free_all_objfiles): Use all_objfiles_safe.
15934 (objfile_purge_solibs): Likewise.
15935
15936 2019-01-09 Tom Tromey <tom@tromey.com>
15937
15938 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15939 (expand_symtab_containing_pc, lookup_static_symbol)
15940 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
15941 (find_symbol_at_address, find_line_symtab, find_main_name): Use
15942 all_objfiles.
15943 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
15944 * breakpoint.c (create_overlay_event_breakpoint)
15945 (create_longjmp_master_breakpoint)
15946 (create_std_terminate_master_breakpoint)
15947 (create_exception_master_breakpoint): Use all_objfiles.
15948 * linux-thread-db.c (try_thread_db_load_from_pdir)
15949 (has_libpthread): Use all_objfiles.
15950 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
15951 * linespec.c (iterate_over_all_matching_symtabs)
15952 (search_minsyms_for_name): Use all_objfiles.
15953 * maint.c (maintenance_info_sections): Use all_objfiles.
15954 * main.c (captured_main_1): Use all_objfiles.
15955 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
15956 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
15957 * guile/scm-pretty-print.c
15958 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
15959 * solib-spu.c (append_ocl_sos): Use all_objfiles.
15960 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
15961 (maintenance_print_msymbols): Use all_objfiles.
15962 * source.c (select_source_symtab): Use all_objfiles.
15963 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
15964 * symfile.c (remove_symbol_file_command)
15965 (expand_symtabs_matching, map_symbol_filenames): Use
15966 all_objfiles.
15967 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
15968 all_objfiles.
15969 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
15970 * objc-lang.c (find_methods): Use all_objfiles.
15971 * objfiles.c (have_partial_symbols, have_full_symbols)
15972 (have_minimal_symbols, qsort_cmp)
15973 (default_iterate_over_objfiles_in_search_order): Use
15974 all_objfiles.
15975 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
15976 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
15977 (maintenance_check_psymtabs): Use all_objfiles.
15978 (ALL_PSYMTABS): Remove.
15979 * compile/compile-object-run.c (do_module_cleanup): Use
15980 all_objfiles.
15981 * blockframe.c (find_pc_partial_function): Use all_objfiles.
15982 * cp-support.c (add_symbol_overload_list_qualified): Use
15983 all_objfiles.
15984 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15985 Use all_objfiles.
15986 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
15987 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
15988 all_objfiles.
15989 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15990 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
15991 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15992 Uses all_objfiles.
15993 * solib.c (solib_read_symbols): Use all_objfiles
15994
15995 2019-01-09 Tom Tromey <tom@tromey.com>
15996
15997 * probe.c (parse_probes_in_pspace): Use all_objfiles.
15998 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
15999 all_objfiles.
16000 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
16001 * symmisc.c (print_symbol_bcache_statistics)
16002 (print_objfile_statistics, maintenance_print_objfiles)
16003 (maintenance_info_symtabs, maintenance_check_symtabs)
16004 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
16005 all_objfiles.
16006 * source.c (forget_cached_source_info): Use all_objfiles.
16007 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
16008 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
16009 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
16010 * objfiles.c (update_section_map): Use all_objfiles.
16011 (shared_objfile_contains_address_p): Likewise.
16012 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
16013 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
16014
16015 2019-01-09 Tom Tromey <tom@tromey.com>
16016
16017 * common/next-iterator.h: New file.
16018 * objfiles.h (class all_objfiles): New.
16019 (struct objfile_iterator): New.
16020
16021 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16022
16023 * NEWS: Move the description of the changed "frame", "select-frame",
16024 and "info frame" commands to the Changed commands section.
16025
16026 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
16027
16028 * gdbtypes.c (check_stub_method_group): Remove handling of old
16029 mangling schemes.
16030 * linespec.c (find_methods): Likewise.
16031 * stabsread.c (read_member_functions): Likewise.
16032 * valops.c (search_struct_method): Likewise.
16033 (value_struct_elt_for_reference): Likewise.
16034 * NEWS: Mention this change.
16035
16036 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
16037
16038 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
16039 print_source_lines.
16040 * source.c (print_source_lines_base): Update line number check.
16041 (print_source_lines): New function.
16042 (source_lines_range::source_lines_range): New function.
16043 * source.h (class source_lines_range): New class.
16044 (print_source_lines): New declaration.
16045
16046 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16047
16048 * linespec.c (linespec_state_destructor): Free self->canonical_names.
16049
16050 2019-01-08 Tom Tromey <tom@tromey.com>
16051 Simon Marchi <simon.marchi@ericsson.com>
16052
16053 PR gdb/24060
16054 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
16055 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
16056 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
16057 * f-exp.y (DOLLAR_VARIABLE): Likewise.
16058 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
16059 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
16060
16061 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16062
16063 * source.c (select_source_symtab): Move header comment to
16064 declaration in source.h.
16065 (forget_cached_source_info_for_objfile): Likewise.
16066 (forget_cached_source_info): Likewise.
16067 (identify_source_line): Likewise.
16068 * source.h (identify_source_line): Move declaration from symtab.h
16069 and add comment from source.c
16070 (print_source_lines): Likewise.
16071 (forget_cached_source_info_for_objfile): Likewise.
16072 (forget_cached_source_info): Likewise.
16073 (select_source_symtab): Likewise.
16074 (enum print_source_lines_flag): Move definition from symtab.h.
16075 * symtab.h (identify_source_line): Move declaration to source.h.
16076 (print_source_lines): Likewise.
16077 (forget_cached_source_info_for_objfile): Likewise.
16078 (forget_cached_source_info): Likewise.
16079 (select_source_symtab): Likewise.
16080 (enum print_source_lines_flag): Move definition to source.h.
16081 * tui/tui-hooks.c: Add 'source.h' include.
16082
16083 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16084
16085 * source.c (print_source_lines_base): Handle requests to print
16086 reverse line number sequences, and guard against empty lines
16087 string.
16088
16089 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16090
16091 * source.c (print_source_lines_base): Fix skip of '\r' if next
16092 character is '\n'.
16093
16094 2019-01-06 Tom Tromey <tom@tromey.com>
16095
16096 * c-exp.y (struct c_parse_state) <macro_original_text,
16097 expansion_obstack>: New member.
16098 (macro_original_text, expansion_obstack): Remove globals.
16099 (scan_macro_expansion, scanning_macro_expansion)
16100 (finished_macro_expansion): Update.
16101 (scan_macro_cleanup): Remove.
16102 (yylex, c_parse): Update.
16103
16104 2019-01-06 Tom Tromey <tom@tromey.com>
16105
16106 * c-exp.y (struct c_parse_state) <strings>: New member.
16107 (operator_stoken): Update.
16108
16109 2019-01-06 Tom Tromey <tom@tromey.com>
16110
16111 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
16112 (union type_stack_elt) <typelist_val>: Now a pointer to
16113 std::vector.
16114 (type_stack_cleanup): Don't declare.
16115 (push_typelist): Update.
16116 * parse.c (pop_typelist): Return a std::vector.
16117 (push_typelist): Take a std::vector.
16118 (follow_types): Update. Do not free args.
16119 (type_stack_cleanup): Remove.
16120 * c-exp.y (struct c_parse_state): New.
16121 (cpstate): New global.
16122 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
16123 (nonempty_typelist): Update.
16124 (func_mod): Create a new vector.
16125 (c_parse): Create a c_parse_state.
16126 (check_parameter_typelist): Do not delete params.
16127 (function_method): Update. Do not delete type_list.
16128
16129 2019-01-06 Tom Tromey <tom@tromey.com>
16130
16131 PR gdb/28155:
16132 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
16133 check_typedef.
16134 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
16135 (print_return_value): Likewise.
16136
16137 2019-01-05 Tom Tromey <tom@tromey.com>
16138
16139 * contrib/cleanup_check.py: Remove.
16140 * contrib/gcc-with-excheck: Remove.
16141 * contrib/exsummary.py: Remove.
16142 * contrib/excheck.py: Remove.
16143
16144 2019-01-05 Joel Brobecker <brobecker@adacore.com>
16145
16146 * thread.c (delete_thread_1): Add gdb_assert that THR is not
16147 NULL. Initialize tpprev to NULL instead of assigning it
16148 to NULL on the next statement.
16149 * windows-nat.c (windows_delete_thread): Remove check for
16150 main_thread_id before printing thread exit notifications.
16151 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
16152 Remove thread ID check against main_thread_id.
16153 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
16154 windows_delete_thread.
16155 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
16156
16157 2019-01-04 Tom Tromey <tom@tromey.com>
16158
16159 * compile/compile.c (_initialize_compile): Use upper case for
16160 metasyntactic variables.
16161 * symmisc.c (_initialize_symmisc): Use upper case for
16162 metasyntactic variables.
16163 * psymtab.c (_initialize_psymtab): Use upper case for
16164 metasyntactic variables.
16165 * demangle.c (demangle_command): Use upper case for metasyntactic
16166 variables.
16167 (_initialize_demangler): Likewise.
16168 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
16169 variables.
16170
16171 2019-01-03 Tom Tromey <tom@tromey.com>
16172
16173 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
16174
16175 2019-01-03 Tom Tromey <tom@tromey.com>
16176
16177 * python/py-symtab.c (salpy_str): Update.
16178 (struct salpy_sal_object) <symtab>: Now a PyObject.
16179 (salpy_dealloc): Update.
16180 (del_objfile_sal): Use gdbpy_ref.
16181
16182 2019-01-03 Tom Tromey <tom@tromey.com>
16183
16184 * python/py-type.c (convert_field): Use new_reference. Return
16185 gdbpy_ref.
16186 (make_fielditem): Return gdbpy_ref.
16187 (typy_fields): Update.
16188 (typy_getitem): Update.
16189 (field_name): Return gdbpy_ref. Use new_reference.
16190 (typy_iterator_iternext): Update.
16191
16192 2019-01-03 Tom Tromey <tom@tromey.com>
16193
16194 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
16195
16196 2019-01-03 Tom Tromey <tom@tromey.com>
16197
16198 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
16199 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
16200 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
16201 (pspy_set_frame_filters, pspy_set_frame_unwinders)
16202 (pspy_set_type_printers): Likewise.
16203 * python/py-function.c (fnpy_init): Use gdbpy_ref.
16204 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
16205 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
16206 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
16207 (objfpy_set_type_printers): Likewise.
16208
16209 2019-01-03 Tom Tromey <tom@tromey.com>
16210
16211 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
16212 (gdbpy_print_stack): Use gdbpy_err_fetch.
16213 * python/python-internal.h (class gdbpy_err_fetch): New class.
16214 (class gdbpy_enter) <m_error_type, m_error_value,
16215 m_error_traceback>: Remove.
16216 <m_error>: New member.
16217 (gdbpy_exception_to_string): Don't declare.
16218 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
16219 * python/py-value.c (convert_value_from_python): Use
16220 gdbpy_err_fetch.
16221 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
16222 gdbpy_exception_to_string.
16223 (gdbpy_handle_exception): Use gdbpy_err_fetch.
16224 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
16225 gdbpy_err_fetch.
16226
16227 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16228
16229 * linux-nat.c (delete_lwp_cleanup): Delete.
16230 (struct lwp_deleter): New struct.
16231 (lwp_info_up): New typedef.
16232 (linux_nat_target::follow_fork): Delete cleanup, and make use of
16233 lwp_info_up.
16234
16235 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16236
16237 * linux-fork.c (class scoped_switch_fork_info): New class.
16238 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
16239
16240 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16241
16242 * valops.c (find_overload_match): Remove use of null_cleanup, and
16243 calls to do_cleanups.
16244
16245 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16246
16247 * compile/compile-cplus-types.c
16248 (compile_cplus_instance::decl_name): Handle changes to
16249 cp_func_name.
16250 * cp-support.c (cp_func_name): Update header comment, update
16251 return type.
16252 * cp-support.h (cp_func_name): Update return type in declaration.
16253 * valops.c (find_overload_match): Move temp_func local to top
16254 level of function and change its type. Use temp_func to hold and
16255 delete temporary string obtained from cp_func_name.
16256
16257 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16258
16259 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
16260 gdb::char_vector, remove cleanup, and update uses of `msg`.
16261
16262 2019-01-03 Jim Wilson <jimw@sifive.com>
16263
16264 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
16265
16266 2019-01-02 Tom Tromey <tom@tromey.com>
16267
16268 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
16269 (tdesc_parse_xml): Remove cleanups.
16270 * target-descriptions.h (make_cleanup_free_target_description):
16271 Don't declare.
16272 (target_desc_deleter): New struct.
16273 (target_desc_up): New typedef.
16274 * target-descriptions.c (target_desc_deleter::operator()): Rename
16275 from free_target_description.
16276 (make_cleanup_free_target_description): Remove.
16277
16278 2019-01-02 Tom Tromey <tom@tromey.com>
16279
16280 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
16281 constructor, destructor.
16282 (linespec_parser): Remove typedef.
16283 (~linespec_parser): Rename from linespec_parser_delete.
16284 (linespec_lex_to_end, linespec_complete_label)
16285 (linespec_complete): Update.
16286 (decode_line_full): Remove cleanups.
16287 (decode_line_1): Update.
16288
16289 2019-01-02 Tom Tromey <tom@tromey.com>
16290
16291 * python/python-internal.h (inferior_to_inferior_object): Change
16292 return type.
16293 * python/py-exitedevent.c (create_exited_event_object): Update.
16294 * python/py-inferior.c (inferior_to_inferior_object): Return
16295 gdbpy_ref.
16296 (python_new_inferior, python_inferior_deleted)
16297 (thread_to_thread_object, delete_thread_object)
16298 (build_inferior_list, gdbpy_selected_inferior): Update.
16299 * python/py-infthread.c (create_thread_object): Update. Also fail
16300 if inferior_to_inferior_object fails.
16301
16302 2019-01-02 Simon Marchi <simon.marchi@ericsson.com>
16303
16304 * inferior.h (class inferior) <displaced_step_state>: New field.
16305 * infrun.h (struct displaced_step_state): Move here from
16306 infrun.c. Initialize fields, add constructor.
16307 <inf>: Remove field.
16308 <reset>: New method.
16309 * infrun.c (struct displaced_step_inferior_state): Move to
16310 infrun.h.
16311 (displaced_step_inferior_states): Remove.
16312 (get_displaced_stepping_state): Adust.
16313 (displaced_step_in_progress_any_inferior): Adjust.
16314 (displaced_step_in_progress_thread): Adjust.
16315 (displaced_step_in_progress): Adjust.
16316 (add_displaced_stepping_state): Remove.
16317 (get_displaced_step_closure_by_addr): Adjust.
16318 (remove_displaced_stepping_state): Remove.
16319 (infrun_inferior_exit): Call displaced_step_state.reset.
16320 (use_displaced_stepping): Don't check for NULL.
16321 (displaced_step_prepare_throw): Call
16322 get_displaced_stepping_state.
16323 (displaced_step_fixup): Don't check for NULL.
16324 (prepare_for_detach): Don't check for NULL.
16325
16326 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16327
16328 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
16329 in case of call that did not complete.
16330
16331 2019-01-02 Andrey Utkin <autkin@undo.io>
16332
16333 * symfile.c (find_separate_debug_file): Fix search of debug files for
16334 remote debuggee.
16335
16336 2019-01-02 Tom Tromey <tom@tromey.com>
16337
16338 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
16339 indentation.
16340 * python/py-frame.c (frapy_older): Remove cast.
16341 (frapy_newer): Likewise.
16342 * python/py-breakpoint.c (local_setattro): Remove cast.
16343 * python/py-arch.c (archpy_name): Remove local variable.
16344 * python/py-type.c (gdbpy_lookup_type): Remove cast.
16345
16346 2019-01-02 Joel Brobecker <brobecker@adacore.com>
16347
16348 * unittests/basic_string_view/element_access/char/empty.cc:
16349 Fix year range in copyright header.
16350
16351 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
16352
16353 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
16354 Delete.
16355 <operator==>: Update with for removed field.
16356 <hash>: Likewise.
16357 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
16358 <isa_features>: ...this.
16359 <abi_features>: New field.
16360 (riscv_isa_flen): Update comment.
16361 (riscv_abi_xlen): New declaration.
16362 (riscv_abi_flen): New declaration.
16363 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
16364 isa_features.
16365 (riscv_abi_xlen): New function.
16366 (riscv_isa_flen): Update to get answer from isa_features.
16367 (riscv_abi_flen): New function.
16368 (riscv_has_fp_abi): Update to get answer from abi_features.
16369 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
16370 xlen and flen.
16371 (riscv_call_info) <xlen, flen>: Update comment.
16372 (riscv_call_arg_struct): Remove invalid assertions
16373 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
16374 is removed.
16375 (riscv_gdbarch_init): Gather isa features and abi features
16376 separately, ensure both match on the gdbarch when reusing an old
16377 gdbarch. Relax an error check to allow 32-bit abi float to run on
16378 a target with 64-bit float hardware.
16379
16380 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16381
16382 * source.c (search_command_helper): Stop reverse search
16383 when line 1 has been searched.
16384
16385 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16386
16387 * record-full.c (record_full_base_target::close): Rewrite
16388 record_full_core_buf_list free logic.
16389
16390 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16391
16392 * break-catch-syscall.c (print_one_catch_syscall): xfree
16393 the last text.
16394
16395 2019-01-01 Joel Brobecker <brobecker@adacore.com>
16396
16397 * top.c (print_gdb_version): Update Copyright year in version
16398 message.
16399
16400 2019-01-01 Joel Brobecker <brobecker@adacore.com>
16401
16402 Update copyright year range in all GDB files.
16403
16404 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
16405
16406 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
16407
16408 For older changes see ChangeLog-2018.
16409 \f
16410 Local Variables:
16411 mode: change-log
16412 left-margin: 8
16413 fill-column: 74
16414 version-control: never
16415 coding: utf-8
16416 End:
16417