329080e645cbc025f8ad3c2f4d1697188bcd1594
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2
3 * gdbtypes.c (rank_one_type): Return INCOMPATIBLE_TYPE_BADNESS
4 when ranking an lvalue argument for an rvalue parameter.
5
6 2019-12-08 Wataru Ashihara <wataash@wataash.com>
7
8 * darwin-nat.c (darwin_nat_target::create_inferior): Fix
9 template argument for scoped_restore_tmpl from bool to int.
10
11 2019-12-07 Keith Seitz <keiths@redhat.com>
12
13 * build-id.c (build_id_bfd_get): Permit bfd_core, too.
14 (build_id_to_debug_bfd): Make static, rewriting to use
15 build_id_to_bfd_suffix.
16 (build_id_to_bfd_suffix): Copy of build_id_to_debug_bfd,
17 adding `suffix' parameter. Append SUFFIX to file names
18 when searching for matching files.
19 (build_id_to_debug_bfd): Use build_id_to_bfd_suffix.
20 (build_id_to_exec_bfd): Likewise.
21 * build-id.h (build_id_to_debug_bfd): Clarify that function
22 searches for BFD of debug info file.
23 (build_id_to_exec_bfd): Declare.
24 * corelow.c: Include build-id.h.
25 (locate_exec_from_corefile_build_id): New function.
26 (core_target_open): If no executable BFD is found,
27 search for a core file BFD using build-id.
28
29 2019-12-06 Christian Biesinger <cbiesinger@google.com>
30
31 * bcache.c: Put in namespace gdb.
32 * bcache.h: Likewise.
33 * gdbtypes.c (check_types_worklist): Update.
34 (types_deeply_equal): Update.
35 * macrotab.c (struct macro_table) <bcache>: Update.
36 (new_macro_table): Update.
37 * macrotab.h (struct bcache): Put this forward declaration
38 inside namespace gdb.
39 (new_macro_table): Update.
40 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache>:
41 Update.
42 <macro_cache>: Update.
43 * psymtab.h: (psymtab_storage) <psymbol_cache>: Update.
44
45 2019-12-06 Tom de Vries <tdevries@suse.de>
46
47 PR symtab/24971
48 * block.c (best_symbol, better_symbol): New function.
49 (block_lookup_symbol_primary, block_lookup_symbol): Prefer def over
50 decl.
51
52 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
53
54 * gdbtypes.h: Define the REFERENCE_SEE_THROUGH_BADNESS value.
55 * gdbtypes.c (rank_one_type): Use REFERENCE_SEE_THROUGH_BADNESS
56 for ranking see-through reference cases.
57
58 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
59 * stack.c (faas_command): Check a command is provided.
60 * thread.c (taas_command, tfaas_command): Likewise.
61
62 2019-12-05 Philippe Waroquiers <philippe.waroquiers@skynet.be>
63 * inferior.c (prune_inferiors): Only call delete_inferior,
64 Do not modify the inferior list.
65
66 2019-12-05 Simon Marchi <simon.marchi@polymtl.ca>
67
68 * c-exp.y: Update calls to lookup_typename,
69 lookup_signed_typename and lookup_unsigned_typename.
70 * c-lang.c (evaluate_subexp_c): Likewise.
71 * cp-namespace.c (cp_lookup_symbol_imports_or_template):
72 Likewise.
73 * eval.c (binop_promote): Likewise.
74 * gdbtypes.c (lookup_typename): Remove gdbarch parameter.
75 (lookup_unsigned_typename): Likewise.
76 (lookup_signed_typename): Likewise.
77 * gdbtypes.h (lookup_unsigned_typename): Likewise.
78 (lookup_signed_typename): Likewise.
79 (lookup_typename): Likewise.
80 * guile/scm-type.c (tyscm_lookup_typename): Update calls to
81 lookup_typename, lookup_signed_typename,
82 lookup_unsigned_typename.
83 * m2-exp.y: Likewise.
84 * printcmd.c (printf_wide_c_string): Likewise.
85 (ui_printf): Likewise.
86 * python/py-type.c (typy_lookup_typename): Likewise.
87 * python/py-xmethods.c (python_xmethod_worker::invoke):
88 Likewise.
89 * rust-exp.y: Likewise.
90
91 2019-12-04 Christian Biesinger <cbiesinger@google.com>
92
93 * configure.nat (obsd64): Add missing files x86-nat.o and
94 nat/x86-dregs.o.
95
96 2019-12-04 Tom Tromey <tom@tromey.com>
97
98 * valprint.c (val_print_string): Use metadata_style.
99 * go-valprint.c (print_go_string): Use metadata style.
100 * p-valprint.c (pascal_object_print_static_field): Use metadata
101 style.
102 * cp-valprint.c (cp_print_static_field): Use metadata style.
103
104 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
105 Chris January <chris.january@arm.com>
106
107 * f-exp.y (COMPLEX_KEYWORD, SINGLE, DOUBLE, PRECISION): New
108 tokens.
109 (typebase): New patterns for complex, single/double precision, and
110 single/double complex.
111 (f77_keywords): Change token for complex keyword, and add single,
112 double, and precision keywords.
113
114 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
115
116 * avr-tdep.c (_initialize_avr_tdep): Improve help of command
117 "info io_registers".
118
119 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
120
121 * regcache.c (cooked_read_test): Initialize thread list of
122 mock_inferior.
123
124 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
125
126 * aarch64-linux-tdep.c: Remove includes.
127
128 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
129
130 * aarch64-tdep.c: Remove includes.
131
132 2019-12-04 Simon Marchi <simon.marchi@efficios.com>
133
134 * filtered-iterator.h (filtered_iterator) <operator==,
135 operator!=>: Compare wrapped iterators, not wrapped pointers.
136 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
137 unittests/filtered_iterator-selftests.c.
138 * unittests/filtered_iterator-selftests.c: New file.
139
140 2019-12-04 Tom Tromey <tromey@adacore.com>
141
142 * gdbtypes.c (create_range_type): Inherit endianity
143 from base type.
144
145 2019-12-04 Tom Tromey <tromey@adacore.com>
146
147 * ada-lang.c (decode_constrained_packed_array)
148 (ada_value_assign, value_assign_to_component): Update.
149 * dwarf2loc.c (rw_pieced_value, access_memory)
150 (dwarf2_compile_expr_to_ax): Update.
151 * dwarf2read.c (dwarf2_add_field): Update.
152 * eval.c (evaluate_subexp_standard): Update.
153 * gdbarch.c, gdbarch.h: Rebuild.
154 * gdbarch.sh (bits_big_endian): Remove.
155 * gdbtypes.h (union field_location): Update comment.
156 * target-descriptions.c (make_gdb_type): Update.
157 * valarith.c (value_bit_index): Update.
158 * value.c (struct value) <bitpos>: Update comment.
159 (unpack_bits_as_long, modify_field): Update.
160 * value.h (value_bitpos): Update comment.
161
162 2019-12-04 Tom Tromey <tromey@adacore.com>
163
164 * gdbtypes.c (type_byte_order): Move earlier. Assert for unknown
165 endian-ness.
166
167 2019-12-04 Tom Tromey <tromey@adacore.com>
168
169 * dwarf2read.c (dwarf2_init_float_type)
170 (dwarf2_init_complex_target_type): Add byte_order parameter.
171 (read_base_type): Compute byte order earlier.
172 * gdbtypes.c (init_float_type): Add byte_order parameter.
173 * gdbtypes.h (init_float_type): Add byte_order parameter.
174
175 2019-12-04 Tom Tromey <tromey@adacore.com>
176
177 * unittests/tui-selftests.c: Conditionally include tui-winsource.h.
178
179 2019-12-04 Tom Tromey <tromey@adacore.com>
180
181 * dwarf2read.c (process_structure_scope): Initialize
182 "discr_offset".
183
184 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
185
186 * mi/mi-symbol-cmds.c (mi_symbol_info): Take extra parameter, and
187 add it into the search spec.
188 (parse_max_results_option): New function.
189 (mi_info_functions_or_variables): Parse -max-results flag and pass
190 it to mi_symbol_info.
191 (mi_cmd_symbol_info_modules): Likewise.
192 (mi_cmd_symbol_info_types): Likewise.
193 * symtab.c (global_symbol_searcher::add_matching_symbols): Change
194 return type to bool, change result container into a set, and don't
195 add new results if we have enough already.
196 (global_symbol_searcher::add_matching_msymbols): Change return
197 type to bool, and don't add new results if we have enough already.
198 (sort_search_symbols_remove_dups): Delete.
199 (global_symbol_searcher::search): Early exit from search loop when
200 we have enough results. Use a std::set to collect the results
201 from calling add_matching_symbols.
202 * symtab.h (global_symbol_searcher) <set_max_seach_results>: New
203 member function.
204 (global_symbol_searcher) <m_max_search_results>: New member
205 variable.
206 (global_symbol_searcher) <add_matching_symbols>: Update header
207 comment and change return type to bool.
208 (global_symbol_searcher) <add_matching_msymbols>: Update header
209 comment and change return type to bool.
210
211 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
212
213 * symtab.c (symbol_search::compare_search_syms): Update header
214 comment.
215 (global_symbol_searcher::is_suitable_msymbol): New function.
216 (global_symbol_searcher::expand_symtabs): New function.
217 (global_symbol_searcher::add_matching_symbols): New function.
218 (global_symbol_searcher::add_matching_msymbols): New function.
219 (global_symbol_searcher::search): Move most of the content
220 into the new functions above, and call them as needed.
221 * symtab.h (global_symbol_searcher) <expand_symtabs>: New member
222 function.
223 (global_symbol_searcher) <add_matching_symbols>: New member
224 function.
225 (global_symbol_searcher) <add_matching_msymbols>: New member
226 function.
227 (global_symbol_searcher) <is_suitable_msymbol>: New member
228 function.
229
230 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
231
232 * mi/mi-cmds.c (mi_cmds): Add -symbol-info-module-functions and
233 -symbol-info-module-variables entries.
234 * mi/mi-cmds.h (mi_cmd_symbol_info_module_functions): Declare.
235 (mi_cmd_symbol_info_module_variables): Declare.
236 * mi/mi-symbol-cmds.c
237 (module_symbol_search_iterator): New typedef.
238 (output_module_symbols_in_single_module_and_file): New function.
239 (output_module_symbols_in_single_module): New function.
240 (mi_info_module_functions_or_variables): New function.
241 (mi_cmd_symbol_info_module_functions): New function.
242 (mi_cmd_symbol_info_module_variables): New function.
243 * NEWS: Mention new MI command.
244
245 2019-12-03 Christian Biesinger <cbiesinger@google.com>
246
247 * bcache.c (hash): Remove.
248 (hash_continue): Remove.
249 * bcache.h (hash): Remove.
250 (hash_continue): Remove.
251 (struct bcache) <ctor>: Update.
252 * psymtab.c (psymbol_hash): Update.
253 * stabsread.c (hashname): Update.
254 * utils.h (fast_hash): Add an argument for a start value,
255 defaulting to zero.
256
257 2019-12-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
258 * symtab.c (symbol_cache_clear_slot): Move close to cleared type.
259 (destroy_block_symbol_cache): New function.
260 (symbol_cache:~symbol_cache) Call destroy_block_symbol_cache.
261 (resize_symbol_cache): Likewise.
262
263 2019-12-02 Tom Tromey <tom@tromey.com>
264
265 * unittests/tui-selftests.c (run_tests): Make conditional.
266 (_initialize_tui_selftest): Make conditional.
267
268 2019-12-02 Christian Biesinger <cbiesinger@google.com>
269
270 * aix-thread.c (debug_aix_thread): Change type to bool.
271
272 2019-12-02 Luis Machado <luis.machado@linaro.org>
273
274 * infrun.c (follow_fork_inferior): Remove outdated FIXME comment.
275
276 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
277
278 * dwarf2read.c (read_tag_string_type): Read the fields required to
279 make a dynamic string, and possibly create a dynamic range for the
280 string.
281 (attr_to_dynamic_prop): Setup is_reference based on the type of
282 attribute being processed.
283 * gdbtypes.c (is_dynamic_type_internal): Handle TYPE_CODE_STRING.
284 (resolve_dynamic_array): Rename to...
285 (resolve_dynamic_array_or_string): ...this, update header comment,
286 and accept TYPE_CODE_STRING.
287 (resolve_dynamic_type_internal): Handle TYPE_CODE_STRING.
288
289 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
290
291 * dwarf2read.c (dwarf2_per_cu_int_type): New function, takes most
292 of its implementation from...
293 (dwarf2_per_cu_addr_sized_int_type): ...here, which now just calls
294 the new function.
295
296 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
297
298 * dwarf2read.c (read_subrange_type): Read bit and byte stride and
299 create a range with stride where appropriate.
300 * f-valprint.c: Include 'gdbarch.h'.
301 (f77_print_array_1): Take the stride into account when walking the
302 array. Also convert the stride into addressable units.
303 * gdbtypes.c (create_range_type): Initialise the stride to
304 constant zero.
305 (create_range_type_with_stride): New function, initialise the
306 range as normal, and then setup the stride.
307 (has_static_range): Include the stride here. Also change the
308 return type to bool.
309 (create_array_type_with_stride): Consider the range stride if the
310 array isn't given its own stride.
311 (resolve_dynamic_range): Resolve the stride if needed.
312 * gdbtypes.h (struct range_bounds) <stride>: New member variable.
313 (struct range_bounds) <flag_is_byte_stride>: New member variable.
314 (TYPE_BIT_STRIDE): Define.
315 (TYPE_ARRAY_BIT_STRIDE): Define.
316 (create_range_type_with_stride): Declare.
317 * valarith.c (value_subscripted_rvalue): Take range stride into
318 account when walking the array.
319
320 2019-12-01 Tom Tromey <tom@tromey.com>
321
322 * tui/tui-win.c (tui_all_windows_info): Treat inactive TUI
323 specially.
324
325 2019-12-01 Tom Tromey <tom@tromey.com>
326
327 * tui/tui-winsource.c (tui_copy_source_line): Don't advance past
328 \0.
329 * unittests/tui-selftests.c: New file.
330 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add tui-selftests.c.
331
332 2019-12-01 Tom Tromey <tom@tromey.com>
333
334 * tui/tui.c (tui_enable): Call tui_update_variables earlier.
335
336 2019-12-01 Tom Tromey <tom@tromey.com>
337
338 * NEWS: Document new settings.
339 * tui/tui-wingeneral.c (box_win): Apply appropriate border style.
340 * tui/tui-win.c (_initialize_tui_win): Add border style
341 observers.
342 * tui/tui-io.h (tui_apply_style): Declare.
343 * tui/tui-io.c (tui_apply_style): Rename from apply_style. No
344 longer static.
345 (apply_ansi_escape, tui_set_reverse_mode): Update.
346 * cli/cli-style.h (class cli_style_option) <add_setshow_commands>:
347 Add "skip_intensity" parameter.
348 <changed>: New member.
349 <do_set_value>: Declare.
350 (tui_border_style, tui_active_border_style): Declare.
351 * cli/cli-style.c (tui_border_style, tui_active_border_style): New
352 globals.
353 (cli_style_option): Initialize "changed".
354 (cli_style_option::do_set_value): New function.
355 (cli_style_option::add_setshow_commands): Add "skip_intensity"
356 parameter. Update.
357 (STYLE_ADD_SETSHOW_COMMANDS): Add "SKIP" parameter.
358 (_initialize_cli_style): Update. Create TUI border style
359 commands.
360
361 2019-12-01 Tom Tromey <tom@tromey.com>
362
363 * tui/tui-winsource.h (tui_copy_source_line): Add "ndigits"
364 parameter.
365 * tui/tui-winsource.c (tui_copy_source_line): Add "ndigits"
366 parameter.
367 * tui/tui-win.h (compact_source): Declare.
368 * tui/tui-win.c (compact_source): New global.
369 (tui_set_compact_source, tui_show_compact_source): New functions.
370 (_initialize_tui_win): Add "compact-source" setting.
371 * tui/tui-source.c (tui_source_window::set_contents): Handle
372 compact_source setting.
373 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
374 * NEWS: Document new setting.
375
376 2019-11-30 Tom Tromey <tom@tromey.com>
377
378 * dwarf2read.c (dwarf2_add_field): Include field offset when
379 computing variant part length.
380
381 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
382 * NEWS: Mention define-prefix. Tell that command names can now
383 contain a . character.
384
385 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
386
387 * command.h (valid_cmd_char_p): Declare.
388 * cli/cli-decode.c (valid_cmd_char_p): New function factorizing
389 the check of valid command char.
390 (find_command_name_length, valid_user_defined_cmd_name_p): Use
391 valid_cmd_char_p.
392 * cli/cli-script.c (validate_comname): Likewise.
393 * completer.c (gdb_completer_command_word_break_characters):
394 Do not remove . from the word break char, update comments.
395 (complete_line_internal_1): Use valid_cmd_char_p.
396 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
397 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
398
399 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
400
401 * cli/cli-script.c (do_define_command): Ensure a redefined
402 prefix command is kept as a prefix command.
403 (define_prefix_command): New function.
404 (show_user_1): Report user defined prefixes.
405 (_initialize_cli_script): Create the new 'define-prefix' command.
406 Add completers for 'define' and 'document'.
407 * top.c (execute_command): If command is a user-defined prefix only
408 command, report the list of commands for this prefix command.
409
410 2019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
411
412 * valops.c (find_oload_champ): Improve debug output.
413
414 2019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
415
416 * valops.c (find_oload_champ): Print part of debug messages
417 before the badness vector is std::move'd.
418
419 2019-11-28 Tom Tromey <tom@tromey.com>
420
421 * value.c (creal_internal_fn): Fix comment.
422
423 2019-11-28 Tom Tromey <tom@tromey.com>
424
425 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count,
426 flag_bound_evaluated>: Now unsigned.
427
428 2019-11-28 Tom Tromey <tom@tromey.com>
429
430 * guile/guile-internal.h (vlscm_scm_from_value_unsafe): Don't
431 declare.
432
433 2019-11-28 Mihails Strasuns <mihails.strasuns@intel.com>
434
435 * jit.c (jit_bfd_try_read_symtab): Fix printed function name in the
436 debug output.
437 * jit.c (jit_unregister_code): Add debug print to match
438 `jit_register_code`.
439
440 2019-11-27 Christian Biesinger <cbiesinger@google.com>
441
442 * NEWS: Mention the new multithreaded symbol loading.
443
444 2019-11-27 Christian Biesinger <cbiesinger@google.com>
445
446 * maint.c (n_worker_threads): Default to 0.
447 (worker_threads_disabled): New function.
448 * maint.h (worker_threads_disabled): New function.
449 * minsyms.c (minimal_symbol_reader::record_full): Call symbol_set_names
450 here if worker_threads_disabled () is true.
451 (minimal_symbol_reader::install): Skip all threading if
452 worker_threads_disabled () is true.
453
454 2019-11-27 Christian Biesinger <cbiesinger@google.com>
455
456 * minsyms.c (add_minsym_to_hash_table): Use a previously computed
457 hash code if possible.
458 (add_minsym_to_demangled_hash_table): Likewise.
459 (minimal_symbol_reader::install): Compute the hash codes for msymbol
460 on the background thread.
461 * symtab.h (struct minimal_symbol) <hash_value, demangled_hash_value>:
462 Add these fields.
463
464 2019-11-27 Christian Biesinger <cbiesinger@google.com>
465
466 * minsyms.c (minimal_symbol_reader::install): Also compute the hash
467 of the mangled name on the background thread.
468 * symtab.c (symbol_set_names): Allow passing in the hash of the
469 linkage_name.
470 * symtab.h (symbol_set_names): Likewise.
471
472 2019-11-27 Kevin Buettner <kevinb@redhat.com>
473
474 * dwarf2read.c (inherit_abstract_dies): Ensure that delayed
475 physnames are computed for inherited DIEs.
476
477 2019-11-27 Tom Tromey <tromey@adacore.com>
478
479 * dwarf2read.h (struct dwarf2_per_objfile): Remove unnecessary
480 backslashes.
481 * cp-support.c: Remove unnecessary backslashes.
482
483 2019-11-27 Christian Biesinger <cbiesinger@google.com>
484
485 * ada-exp.y (write_ambiguous_var): Replace SYMBOL_SET_LINKAGE_NAME
486 with sym->set_linkage_name.
487 * coffread.c (coff_read_enum_type): Likewise.
488 * mdebugread.c (parse_symbol): Likewise.
489 * stabsread.c (patch_block_stabs): Likewise.
490 (define_symbol): Likewise.
491 (read_enum_type): Likewise.
492 (common_block_end): Likewise.
493 * symtab.h (struct general_symbol_info) <set_linkage_name>: New
494 function.
495 (SYMBOL_SET_LINKAGE_NAME): Remove.
496 * xcoffread.c (process_xcoff_symbol): Replace SYMBOL_SET_LINKAGE_NAME
497 with sym->set_linkage_name.
498
499 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
500
501 * mi/mi-cmds.c (mi_cmds): Add 'symbol-info-modules' entry.
502 * mi/mi-cmds.h (mi_cmd_symbol_info_modules): Declare.
503 * mi/mi-symbol-cmds.c (mi_cmd_symbol_info_modules): New function.
504 * NEWS: Mention new MI command.
505
506 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
507
508 * mi/mi-cmds.c (mi_cmds): Add '-symbol-info-functions',
509 '-symbol-info-types', and '-symbol-info-variables'.
510 * mi/mi-cmds.h (mi_cmd_symbol_info_functions): Declare.
511 (mi_cmd_symbol_info_types): Declare.
512 (mi_cmd_symbol_info_variables): Declare.
513 * mi/mi-symbol-cmds.c: Add 'source.h' and 'mi-getopt.h' includes.
514 (output_debug_symbol): New function.
515 (output_nondebug_symbol): New function.
516 (mi_symbol_info): New function.
517 (mi_info_functions_or_variables): New function.
518 (mi_cmd_symbol_info_functions): New function.
519 (mi_cmd_symbol_info_types): New function.
520 (mi_cmd_symbol_info_variables): New function.
521 * NEWS: Mention new commands.
522
523 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
524
525 * symtab.c (symbol_to_info_string): New function, most content
526 moved from print_symbol_info, but updated to return a std::string.
527 (print_symbol_info): Update to use symbol_to_info_string and print
528 returned string.
529 * symtab.h (symbol_to_info_string): Declare new function.
530
531 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
532
533 * python/python.c (gdbpy_rbreak): Convert to using
534 global_symbol_searcher.
535 * symtab.c (file_matches): Convert return type to bool, change
536 file list to std::vector, update header comment.
537 (search_symbols): Rename to...
538 (global_symbol_searcher::search): ...this and update now its
539 a member function of global_symbol_searcher. Take account of the
540 changes to file_matches.
541 (symtab_symbol_info): Convert to using global_symbol_searcher.
542 (rbreak_command): Likewise.
543 (search_module_symbols): Likewise.
544 * symtab.h (enum symbol_search): Update comment.
545 (search_symbols): Remove declaration.
546 (class global_symbol_searcher): New class.
547
548 2019-11-26 Tom Tromey <tromey@adacore.com>
549
550 * cp-support.c (_initialize_cp_support): Conditionally initialize
551 gdb_demangle_attempt_core_dump.
552
553 2019-11-26 Tom Tromey <tom@tromey.com>
554
555 * python/py-function.c (fnpy_init): Update.
556 * value.h (add_internal_function): Adjust declaration.
557 * value.c (function_destroyer): Remove.
558 (do_add_internal_function): Don't set destroyer or copy name.
559 (add_internal_function): Take unique_xmalloc_ptr<char> for name.
560 Set name_allocated.
561 * python/py-cmd.c (cmdpy_destroyer): Don't free "name".
562 (cmdpy_init): Set name_allocated.
563 * cli/cli-decode.h (struct cmd_list_element) <name_allocated>: New
564 member.
565 (~cmd_list_element): Free "name" if needed.
566
567 2019-11-26 Tom Tromey <tom@tromey.com>
568
569 * value.h (add_internal_function): Add new overload. Move
570 documentation from value.h.
571 * value.c (do_add_internal_function): New function.
572 (add_internal_function): Use it. Add new overload.
573 (function_destroyer): Don't free doc.
574 * python/py-function.c (fnpy_init): Update.
575
576 2019-11-26 Tom Tromey <tom@tromey.com>
577
578 * python/py-cmd.c (cmdpy_destroyer): Don't free "doc".
579 (cmdpy_init): Set "doc_allocated".
580
581 2019-11-26 Tom Tromey <tom@tromey.com>
582
583 * gdbsupport/thread-pool.c (thread_pool::set_thread_count): Set
584 name of worker thread.
585 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
586 pthread_setname_np.
587 * configure, config.in: Rebuild.
588
589 2019-11-26 Tom Tromey <tom@tromey.com>
590
591 * python/python.c (class gdbpy_gil): New.
592 (struct gdbpy_event): Add constructor, destructor, operator().
593 (gdbpy_post_event): Use run_on_main_thread.
594 (gdbpy_initialize_events): Remove.
595 (do_start_initialization): Update.
596
597 2019-11-26 Tom Tromey <tom@tromey.com>
598
599 * NEWS: Add entry.
600 * maint.c (_initialize_maint_cmds): Add "worker-threads" maint
601 commands. Call update_thread_pool_size.
602 (update_thread_pool_size, maintenance_set_worker_threads): New
603 functions.
604 (n_worker_threads): New global.
605
606 2019-11-26 Christian Biesinger <cbiesinger@google.com>
607 Tom Tromey <tom@tromey.com>
608
609 * minsyms.c (minimal_symbol_reader::install): Use
610 parallel_for_each.
611 * gdbsupport/parallel-for.h: New file.
612 * Makefile.in (HFILES_NO_SRCDIR): Add gdbsupport/parallel-for.h.
613
614 2019-11-26 Christian Biesinger <cbiesinger@google.com>
615 Tom Tromey <tom@tromey.com>
616
617 * gdbsupport/thread-pool.h: New file.
618 * gdbsupport/thread-pool.c: New file.
619 * Makefile.in (COMMON_SFILES): Add thread-pool.c.
620 (HFILES_NO_SRCDIR): Add thread-pool.h.
621
622 2019-11-26 Tom Tromey <tom@tromey.com>
623
624 * event-top.h (thread_local_segv_handler): Declare.
625 * event-top.c (thread_local_segv_handler): New global.
626 (install_handle_sigsegv, handle_sigsegv): New functions.
627 (async_init_signals): Install SIGSEGV handler.
628 * cp-support.c (gdb_demangle_jmp_buf): Change type. Now
629 thread-local.
630 (report_failed_demangle): New function.
631 (gdb_demangle): Make core_dump_allowed atomic. Remove signal
632 handler-setting code, instead use segv_handler. Run warning code
633 on main thread.
634
635 2019-11-26 Tom Tromey <tom@tromey.com>
636
637 * run-on-main-thread.c: New file.
638 * run-on-main-thread.h: New file.
639 * unittests/main-thread-selftests.c: New file.
640 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
641 main-thread-selftests.c.
642 (HFILES_NO_SRCDIR): Add run-on-main-thread.h.
643 (COMMON_SFILES): Add run-on-main-thread.c.
644
645 2019-11-26 Tom Tromey <tom@tromey.com>
646
647 * main.c (setup_alternate_signal_stack): Remove.
648 (captured_main_1): Use gdb::alternate_signal_stack.
649 * gdbsupport/alt-stack.h: New file.
650
651 2019-11-26 Tom Tromey <tom@tromey.com>
652
653 * gdbsupport/signals-state-save-restore.c (original_signal_mask):
654 Remove comment.
655 (save_original_signals_state, restore_original_signals_state): Use
656 gdb_sigmask.
657 * linux-nat.c (block_child_signals, restore_child_signals_mask)
658 (_initialize_linux_nat): Use gdb_sigmask.
659 * guile/guile.c (_initialize_guile): Use block_signals.
660 * Makefile.in (HFILES_NO_SRCDIR): Add gdb-sigmask.h.
661 * gdbsupport/gdb-sigmask.h: New file.
662 * event-top.c (async_sigtstp_handler): Use gdb_sigmask.
663 * cp-support.c (gdb_demangle): Use gdb_sigmask.
664 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
665 pthread_sigmask.
666 * configure, config.in: Rebuild.
667 * gdbsupport/block-signals.h: New file.
668
669 2019-11-26 Tom Tromey <tom@tromey.com>
670
671 * acinclude.m4: Include ax_pthread.m4.
672 * Makefile.in (PTHREAD_CFLAGS, PTHREAD_LIBS): New variables.
673 (INTERNAL_CFLAGS_BASE): Use PTHREAD_CFLAGS.
674 (CLIBS): Use PTHREAD_LIBS.
675 (aclocal_m4_deps): Add ax_pthread.m4.
676 * config.in, configure: Rebuild.
677 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for std::thread.
678
679 2019-11-26 Tom Tromey <tom@tromey.com>
680
681 * symtab.h (struct minimal_symbol) <name_set>: New member.
682 * minsyms.c (minimal_symbol_reader::record_full): Copy name.
683 Don't call symbol_set_names.
684 (minimal_symbol_reader::install): Call symbol_set_names.
685
686 2019-11-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
687
688 * python/python.c (gdbpy_enter::~gdbpy_enter): Release GIL after
689 restore_active_ext_lang, as GIL is needed for (indirectly)
690 called PyOS_InterruptOccurred.
691
692 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
693
694 * sparc-nat.c (sparc_xfer_wcookie): Sync declaration with
695 definition.
696
697 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
698
699 * remote-sim.c (simulator_command): Make static, remove
700 declaration.
701
702 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
703
704 * unittests/array-view-selftests.c (check_ptr_size_ctor2): Make
705 static.
706 * unittests/basic_string_view/capacity/1.cc (test01): Likewise.
707 * unittests/basic_string_view/cons/char/1.cc (test01): Likewise.
708 (main): Likewise.
709 * unittests/basic_string_view/cons/char/2.cc (test03): Likewise.
710 (main): Likewise.
711 * unittests/basic_string_view/cons/char/3.cc (test05): Likewise.
712 (main): Likewise.
713 * unittests/basic_string_view/element_access/char/1.cc (test01):
714 Likewise.
715 (main): Likewise.
716 * unittests/basic_string_view/element_access/char/empty.cc (main):
717 Likewise.
718 * unittests/basic_string_view/element_access/char/front_back.cc
719 (test01): Likewise.
720 (main): Likewise.
721 * unittests/basic_string_view/inserters/char/2.cc (test05):
722 Likewise.
723 (main): Likewise.
724 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc
725 (test01): Likewise.
726 (main): Likewise.
727 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc
728 (test01): Likewise.
729 (main): Likewise.
730 * unittests/basic_string_view/modifiers/swap/char/1.cc (test01):
731 Likewise.
732 * unittests/basic_string_view/operations/compare/char/1.cc
733 (test01): Likewise.
734 (main): Likewise.
735 * unittests/basic_string_view/operations/compare/char/13650.cc
736 (test01): Likewise.
737 * unittests/basic_string_view/operations/copy/char/1.cc (test01):
738 Likewise.
739 (main): Likewise.
740 * unittests/basic_string_view/operations/data/char/1.cc (test01):
741 Likewise.
742 (main): Likewise.
743 * unittests/basic_string_view/operations/find/char/1.cc (test01):
744 Likewise.
745 (main): Likewise.
746 * unittests/basic_string_view/operations/find/char/2.cc (test02):
747 Likewise.
748 (main): Likewise.
749 * unittests/basic_string_view/operations/find/char/3.cc (test03):
750 Likewise.
751 (main): Likewise.
752 * unittests/basic_string_view/operations/find/char/4.cc (main):
753 Likewise.
754 * unittests/basic_string_view/operations/rfind/char/1.cc (test01):
755 Likewise.
756 (main): Likewise.
757 * unittests/basic_string_view/operations/rfind/char/2.cc (test02):
758 Likewise.
759 (main): Likewise.
760 * unittests/basic_string_view/operations/rfind/char/3.cc (test03):
761 Likewise.
762 (main): Likewise.
763 * unittests/basic_string_view/operations/substr/char/1.cc
764 (test01): Likewise.
765 (main): Likewise.
766 * unittests/basic_string_view/operators/char/2.cc (main):
767 Likewise.
768 * unittests/optional/assignment/1.cc (test): Likewise.
769 * unittests/optional/assignment/2.cc (test): Likewise.
770 * unittests/optional/assignment/3.cc (test): Likewise.
771 * unittests/optional/assignment/4.cc (test): Likewise.
772 * unittests/optional/assignment/5.cc (test): Likewise.
773 * unittests/optional/assignment/6.cc (test): Likewise.
774 * unittests/optional/assignment/7.cc (test): Likewise.
775 * unittests/optional/cons/copy.cc (test): Likewise.
776 * unittests/optional/cons/default.cc (test): Likewise.
777 * unittests/optional/cons/move.cc (test): Likewise.
778 * unittests/optional/cons/value.cc (test): Likewise.
779 * unittests/optional/in_place.cc (test): Likewise.
780 * unittests/optional/observers/1.cc (test): Likewise.
781 * unittests/optional/observers/2.cc (test): Likewise.
782
783 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
784
785 * tui-win.h (tui_set_var_cmd): Remove.
786 * tui-win.c (tui_set_var_cmd): Make static.
787
788 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
789
790 * breakpoint.h (hbreak_command_wrapper, thbreak_command_wrapper,
791 rbreak_command_wrapper): Remove.
792 * symtab.c (rbreak_command_wrapper): Remove.
793
794 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
795
796 * inferior.h (info_terminal_command): Remove declaration.
797 * inflow.c (info_terminal_command): Make static.
798
799 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
800
801 * inferior.c (exit_inferior_silent): Remove.
802
803 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
804
805 * dictionary.c (dict_empty, mdict_empty): Remove.
806 * dictionary.c (mdict_empty): Remove.
807
808 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
809
810 * arc-tdep.c (arc_insn_get_memory_base_reg): Make static.
811 (arc_insn_get_memory_offset): Likewise.
812 (arc_insn_dump): Likewise.
813 * cp-support.c (test_cp_symbol_name_matches): Likewise.
814 * csky-linux-tdep.c (csky_supply_fregset): Likewise.
815 * dictionary.c (dict_iterator_next): Likewise.
816 (dict_iter_match_first): Likewise.
817 (dict_iter_match_next): Likewise.
818 * f-lang.c (evaluate_subexp_f): Likewise.
819 * hppa-tdep.c (hppa_read_pc): Likewise.
820 * i386-tdep.c (i386_floatformat_for_type): Likewise.
821 * parse.c (write_exp_elt_msym): Likewise.
822 * ppc-linux-tdep.c (ppc_floatformat_for_type): Likewise.
823 * remote.c (remote_packet_size): Likewise.
824 (remote_notif_stop_parse): Likewise.
825 * rs6000-aix-tdep.c (aix_sighandle_frame_sniffer): Likewise.
826 * s12z-tdep.c (s12z_disassemble_info): Likewise.
827 * source.c (prepare_path_for_appending): Likewise.
828 * sparc64-linux-tdep.c
829 (sparc64_linux_handle_segmentation_fault); Likewise.
830 * stack.c (frame_selection_by_function_completer): Likewise.
831
832 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
833
834 * completer.c (set_gdb_completion_word_break_characters):
835 Remove.
836
837 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
838
839 * dwarf-index-write.c: Include dwarf-index-write.h.
840 * mi/mi-interp.c: Include mi/mi-interp.h.
841
842 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
843
844 * aarch32-tdep.c: Include aarch32-tdep.h.
845 * aarch32-tdep.h: Forward-declare struct target_desc.
846
847 2019-11-26 Christian Biesinger <cbiesinger@google.com>
848
849 * linux-nat.c (detach_one_lwp): Call safe_strerror instead of
850 strerror.
851 * nto-procfs.c (nto_procfs_target::create_inferior): Likewise.
852 * windows-nat.c (windows_nat_target::create_inferior): Likewise.
853
854 2019-11-25 Tom de Vries <tdevries@suse.de>
855
856 * contrib/words.sh: Add -c option.
857
858 2019-11-25 Christian Biesinger <cbiesinger@google.com>
859
860 * solib.c (solib_find_1): Change int to bool.
861 (exec_file_find): Change int to bool.
862 (solib_find): Change int to bool.
863 (solib_read_symbols): Change int to bool.
864 (solib_used): Change int to bool.
865 (solib_add): Change int to bool.
866 (info_sharedlibrary_command): Change int to bool.
867 (solib_contains_address_p): Change int to bool.
868 (solib_keep_data_in_core): Change int to bool.
869 (in_solib_dynsym_resolve_code): Change int to bool.
870 (reload_shared_libraries_1): Change int to bool.
871 (gdb_sysroot_changed): Change int to bool.
872 * solib.h (solib_read_symbols): Change int to bool.
873 (solib_contains_address_p): Change int to bool.
874 (solib_keep_data_in_core): Change int to bool.
875 (in_solib_dynsym_resolve_code): Change int to bool.
876 (libpthread_name_p): Change int to bool.
877
878 2019-11-25 Luis Machado <luis.machado@linaro.org>
879
880 * NEWS (New Commands): Mention "set debug remote-packet-max-chars".
881 * remote.c (REMOTE_DEBUG_MAX_CHAR): Remove.
882 (remote_packet_max_chars): New static global.
883 (show_remote_packet_max_chars): New function.
884 (remote_target::putpkt_binary): Adjust to use new
885 remote_packet_max_chars option.
886 (remote_target::getpkt_or_notif_sane_1): Likewise.
887 (_initialize_remote): Register new remote-packet-max-chars option.
888
889 2019-11-24 Simon Marchi <simon.marchi@efficios.com>
890
891 * m68k-linux-nat.c: Include gdbarch.h.
892
893 2019-11-24 Tom Tromey <tom@tromey.com>
894
895 * symfile.c (read_symbols): Update.
896 * psymtab.c (require_partial_symbols): Change type of "verbose" to
897 bool.
898 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
899 (psym_lookup_symbol, psym_find_last_source_symtab)
900 (psym_forget_cached_source_info, psym_print_stats)
901 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
902 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
903 (psym_map_matching_symbols, psym_expand_symtabs_matching)
904 (psym_find_compunit_symtab_by_address)
905 (maintenance_print_psymbols, maintenance_info_psymtabs)
906 (maintenance_check_psymtabs): Update.
907 * psymtab.h (require_partial_symbols): Change type of "verbose" to
908 bool.
909
910 2019-11-22 Tom Tromey <tom@tromey.com>
911
912 * observable.h: Update comments.
913
914 2019-11-22 Tom Tromey <tromey@adacore.com>
915
916 * ada-tasks.c (ada_task_is_alive): Make parameter const.
917 (print_ada_task_info): Don't try to fetch thread id if task is not
918 alive.
919
920 2019-11-22 Christian Biesinger <cbiesinger@google.com>
921
922 * ada-exp.y: Update.
923 * ada-lang.c (sort_choices): Update.
924 (ada_print_symbol_signature): Update.
925 (resolve_subexp): Update.
926 (ada_parse_renaming): Update.
927 (ada_read_renaming_var_value): Update.
928 (lesseq_defined_than): Update.
929 (remove_extra_symbols): Update.
930 (remove_irrelevant_renamings): Update.
931 (ada_add_block_symbols): Update.
932 (ada_collect_symbol_completion_matches): Update.
933 (ada_is_renaming_symbol): Update.
934 (aggregate_assign_from_choices): Update.
935 (ada_evaluate_subexp): Update.
936 (ada_has_this_exception_support): Update.
937 (ada_is_non_standard_exception_sym): Update.
938 (ada_add_exceptions_from_frame): Update.
939 (ada_add_global_exceptions): Update.
940 (ada_print_subexp): Update.
941 * ax-gdb.c (gen_var_ref): Update.
942 (gen_maybe_namespace_elt): Update.
943 (gen_expr_for_cast): Update.
944 (gen_expr): Update.
945 * block.h: Update.
946 * blockframe.c (find_pc_partial_function): Update.
947 * breakpoint.c (print_breakpoint_location): Update.
948 (update_static_tracepoint): Update.
949 * btrace.c (ftrace_print_function_name): Update.
950 (ftrace_function_switched): Update.
951 * buildsym.c (find_symbol_in_list): Update.
952 * c-exp.y: Update.
953 * c-typeprint.c (c_print_typedef): Update.
954 (c_type_print_template_args): Update.
955 * cli/cli-cmds.c (edit_command): Update.
956 (list_command): Update.
957 (print_sal_location): Update.
958 * coffread.c (patch_opaque_types): Update.
959 (process_coff_symbol): Update.
960 (coff_read_enum_type): Update.
961 * compile/compile-c-symbols.c (c_symbol_substitution_name): Update.
962 (convert_one_symbol): Update.
963 (hash_symname): Update.
964 (eq_symname): Update.
965 * compile/compile-cplus-symbols.c (convert_one_symbol): Update.
966 * compile/compile-cplus-types.c (debug_print_scope): Update.
967 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
968 * compile/compile-object-load.c (get_out_value_type): Update.
969 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
970 (search_symbol_list): Update.
971 (cp_lookup_symbol_imports_or_template): Update.
972 * cp-support.c (overload_list_add_symbol): Update.
973 * ctfread.c (psymtab_to_symtab): Update.
974 * dbxread.c (cp_set_block_scope): Update.
975 * dictionary.c (iter_match_first_hashed): Update.
976 (iter_match_next_hashed): Update.
977 (insert_symbol_hashed): Update.
978 (iter_match_next_linear): Update.
979 * dictionary.h: Update.
980 * dwarf2loc.c (func_get_frame_base_dwarf_block): Update.
981 (locexpr_describe_location_piece): Update.
982 (locexpr_describe_location_1): Update.
983 (locexpr_generate_c_location): Update.
984 (loclist_describe_location): Update.
985 (loclist_generate_c_location): Update.
986 * dwarf2read.c (dw2_debug_names_lookup_symbol): Update.
987 (read_func_scope): Update.
988 (process_enumeration_scope): Update.
989 (new_symbol): Update.
990 (dwarf2_const_value): Update.
991 (dwarf2_symbol_mark_computed): Update.
992 * eval.c (evaluate_funcall): Update.
993 (evaluate_subexp_standard): Update.
994 * expprint.c (print_subexp_standard): Update.
995 (dump_subexp_body_standard): Update.
996 * f-valprint.c (info_common_command_for_block): Update.
997 * findvar.c (get_hosting_frame): Update.
998 (default_read_var_value): Update.
999 * go-lang.c (go_symbol_package_name): Update.
1000 * guile/scm-block.c (bkscm_print_block_smob): Update.
1001 * guile/scm-symbol.c (syscm_print_symbol_smob): Update.
1002 (gdbscm_symbol_name): Update.
1003 (gdbscm_symbol_linkage_name): Update.
1004 (gdbscm_symbol_print_name): Update.
1005 * infcall.c (get_function_name): Update.
1006 * infcmd.c (jump_command): Update.
1007 (finish_command): Update.
1008 * infrun.c (insert_exception_resume_breakpoint): Update.
1009 * linespec.c (canonicalize_linespec): Update.
1010 (create_sals_line_offset): Update.
1011 (convert_linespec_to_sals): Update.
1012 (complete_label): Update.
1013 (find_label_symbols_in_block): Update.
1014 * m2-typeprint.c (m2_print_typedef): Update.
1015 * mdebugread.c (mdebug_reg_to_regnum): Update.
1016 (parse_symbol): Update.
1017 (mylookup_symbol): Update.
1018 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
1019 (list_args_or_locals): Update.
1020 * objc-lang.c (compare_selectors): Update.
1021 (info_selectors_command): Update.
1022 (compare_classes): Update.
1023 (info_classes_command): Update.
1024 (find_imps): Update.
1025 * p-typeprint.c (pascal_print_typedef): Update.
1026 * printcmd.c (build_address_symbolic): Update.
1027 (info_address_command): Update.
1028 (print_variable_and_value): Update.
1029 * python/py-framefilter.c (extract_sym): Update.
1030 (py_print_single_arg): Update.
1031 * python/py-symbol.c (sympy_str): Update.
1032 (sympy_get_name): Update.
1033 (sympy_get_linkage_name): Update.
1034 * python/python.c (gdbpy_rbreak): Update.
1035 * record-btrace.c (btrace_get_bfun_name): Update.
1036 (btrace_call_history): Update.
1037 * rust-lang.c (rust_print_typedef): Update.
1038 * solib-frv.c (frv_fdpic_find_canonical_descriptor): Update.
1039 * stabsread.c (stab_reg_to_regnum): Update.
1040 (define_symbol): Update.
1041 (read_enum_type): Update.
1042 (common_block_end): Update.
1043 (cleanup_undefined_types_1): Update.
1044 (scan_file_globals): Update.
1045 * stack.c (print_frame_arg): Update.
1046 (print_frame_args): Update.
1047 (find_frame_funname): Update.
1048 (info_frame_command_core): Update.
1049 (iterate_over_block_locals): Update.
1050 (print_block_frame_labels): Update.
1051 (do_print_variable_and_value): Update.
1052 (iterate_over_block_arg_vars): Update.
1053 (return_command): Update.
1054 * symmisc.c (dump_symtab_1): Update.
1055 (print_symbol): Update.
1056 * symtab.c (eq_symbol_entry): Update.
1057 (symbol_cache_dump): Update.
1058 (lookup_language_this): Update.
1059 (find_pc_sect_line): Update.
1060 (skip_prologue_sal): Update.
1061 (symbol_search::compare_search_syms): Update.
1062 (treg_matches_sym_type_name): Update.
1063 (search_symbols): Update.
1064 (print_symbol_info): Update.
1065 (rbreak_command): Update.
1066 (completion_list_add_symbol): Update.
1067 (find_gnu_ifunc): Update.
1068 (get_symbol_address): Update.
1069 (search_module_symbols): Update.
1070 (info_module_subcommand): Update.
1071 * symtab.h (SYMBOL_NATURAL_NAME): Remove.
1072 (SYMBOL_LINKAGE_NAME): Remove.
1073 (SYMBOL_DEMANGLED_NAME): Remove.
1074 (SYMBOL_PRINT_NAME): Remove.
1075 (SYMBOL_SEARCH_NAME): Remove.
1076 * tracepoint.c (set_traceframe_context): Update.
1077 (validate_actionline): Update.
1078 (collection_list::collect_symbol): Update.
1079 (encode_actions_1): Update.
1080 (info_scope_command): Update.
1081 (print_one_static_tracepoint_marker): Update.
1082 * typeprint.c (typedef_hash_table::add_template_parameters): Update.
1083 * valops.c (address_of_variable): Update.
1084 (find_overload_match): Update.
1085 (find_oload_champ): Update.
1086
1087 2019-11-22 Christian Biesinger <cbiesinger@google.com>
1088
1089 * ada-lang.c (ada_lookup_simple_minsym): Update.
1090 (ada_collect_symbol_completion_matches): Update.
1091 * ada-tasks.c (read_atcb): Update.
1092 * amd64-windows-tdep.c (amd64_skip_main_prologue): Update.
1093 (amd64_windows_skip_trampoline_code): Update.
1094 * arm-tdep.c (skip_prologue_function): Update.
1095 (arm_skip_stack_protector): Update.
1096 * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
1097 (arm_wince_skip_main_prologue): Update.
1098 * ax-gdb.c (gen_expr): Update.
1099 * block.c (call_site_for_pc): Update.
1100 * blockframe.c (find_pc_partial_function): Update.
1101 * breakpoint.c (set_breakpoint_location_function): Update.
1102 * btrace.c (ftrace_print_function_name): Update.
1103 (ftrace_function_switched): Update.
1104 * c-valprint.c (print_unpacked_pointer): Update.
1105 * coffread.c (coff_symfile_read): Update.
1106 * compile/compile-c-symbols.c (convert_symbol_bmsym): Update.
1107 * compile/compile-cplus-symbols.c (convert_symbol_bmsym): Update.
1108 * dwarf-index-write.c (write_psymbols): Update.
1109 * dwarf2loc.c (call_site_to_target_addr): Update.
1110 (func_verify_no_selftailcall): Update.
1111 (tailcall_dump): Update.
1112 (call_site_find_chain_1): Update.
1113 (dwarf_expr_reg_to_entry_parameter): Update.
1114 * elfread.c (elf_gnu_ifunc_record_cache): Update.
1115 * eval.c (evaluate_funcall): Update.
1116 (evaluate_subexp_standard): Update.
1117 (evaluate_subexp_for_sizeof): Update.
1118 * expprint.c (print_subexp_standard): Update.
1119 (dump_subexp_body_standard): Update.
1120 * frame.c (get_prev_frame_always_1): Update.
1121 * frv-tdep.c (frv_skip_main_prologue): Update.
1122 * gnu-v2-abi.c (gnuv2_value_rtti_type): Update.
1123 * gnu-v3-abi.c (gnuv3_rtti_type): Update.
1124 (gnuv3_get_typename_from_type_info): Update.
1125 (gnuv3_skip_trampoline): Update.
1126 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
1127 * i386-tdep.c (i386_skip_main_prologue): Update.
1128 (i386_pe_skip_trampoline_code): Update.
1129 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
1130 * infcall.c (get_function_name): Update.
1131 * linespec.c (minsym_found): Update.
1132 * linux-fork.c (info_checkpoints_command): Update.
1133 * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
1134 (m32c_m16c_pointer_to_address): Update.
1135 * maint.c (maintenance_translate_address): Update.
1136 * minsyms.c (add_minsym_to_hash_table): Update.
1137 (add_minsym_to_demangled_hash_table): Update.
1138 (lookup_minimal_symbol_mangled): Update.
1139 (lookup_minimal_symbol_demangled): Update.
1140 (lookup_minimal_symbol_linkage): Update.
1141 (lookup_minimal_symbol_text): Update.
1142 (lookup_minimal_symbol_by_pc_name): Update.
1143 (minimal_symbol_is_less_than): Update.
1144 (compact_minimal_symbols): Update.
1145 (build_minimal_symbol_hash_tables): Update.
1146 (find_solib_trampoline_target): Update.
1147 * mips-tdep.c (mips_stub_frame_sniffer): Update.
1148 (mips_skip_pic_trampoline_code): Update.
1149 * msp430-tdep.c (msp430_skip_trampoline_code): Update.
1150 * objc-lang.c (info_selectors_command): Update.
1151 (info_classes_command): Update.
1152 (find_methods): Update.
1153 (find_imps): Update.
1154 * p-valprint.c (pascal_val_print): Update.
1155 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Update.
1156 * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
1157 * printcmd.c (build_address_symbolic): Update.
1158 (info_symbol_command): Update.
1159 * psymtab.c (psymbol_name_matches): Update.
1160 (match_partial_symbol): Update.
1161 (lookup_partial_symbol): Update.
1162 (print_partial_symbols): Update.
1163 (sort_pst_symbols): Update.
1164 (maintenance_check_psymtabs): Update.
1165 * python/py-framefilter.c (py_print_frame): Update.
1166 * python/python.c (gdbpy_rbreak): Update.
1167 * record-btrace.c (btrace_get_bfun_name): Update.
1168 (btrace_call_history): Update.
1169 * rs6000-tdep.c (rs6000_skip_main_prologue): Update.
1170 (rs6000_skip_trampoline_code): Update.
1171 * sol-thread.c (info_cb): Update.
1172 * stabsread.c (scan_file_globals): Update.
1173 * stack.c (find_frame_funname): Update.
1174 (info_frame_command_core): Update.
1175 * symmisc.c (dump_msymbols): Update.
1176 * symtab.c (symbol_natural_name): Rename to..,
1177 (general_symbol_info::natural_name): ...this.
1178 (symbol_demangled_name): Rename to...
1179 (general_symbol_info::demangled_name): ...this.
1180 (symbol_search_name): Rename to...
1181 (general_symbol_info::search_name): ...this.
1182 (symbol_matches_search_name): Update.
1183 (find_pc_sect_line): Update.
1184 (skip_prologue_sal): Update.
1185 (search_symbols): Update.
1186 (print_msymbol_info): Update.
1187 (rbreak_command): Update.
1188 (completion_list_add_msymbol): Update.
1189 (completion_list_objc_symbol): Update.
1190 (get_msymbol_address): Update.
1191 * symtab.h (struct general_symbol_info): Add member functions
1192 natural_name (), linkage_name (), print_name (), demangled_name (),
1193 and search_name ().
1194 (SYMBOL_NATURAL_NAME): Update.
1195 (symbol_natural_name): Move to a member function on general_symbol_info.
1196 (SYMBOL_DEMANGLED_NAME): Update.
1197 (symbol_demangled_name): Move to a member function on
1198 general_symbol_info.
1199 (SYMBOL_SEARCH_NAME): Update.
1200 (symbol_search_name): Move to a member function on general_symbol_info.
1201 (MSYMBOL_NATURAL_NAME): Remove.
1202 (MSYMBOL_LINKAGE_NAME): Remove.
1203 (MSYMBOL_PRINT_NAME): Remove.
1204 (MSYMBOL_DEMANGLED_NAME): Remove.
1205 (MSYMBOL_SEARCH_NAME): Remove.
1206 * x86-tdep.c (x86_in_indirect_branch_thunk): Update.
1207
1208 2019-11-22 Christian Biesinger <cbiesinger@google.com>
1209
1210 * symtab.c (create_demangled_names_hash): Use per_bfd->
1211 minimal_symbol_count for computing the initial size, if greater
1212 than our default size.
1213
1214 2019-11-22 Tom de Vries <tdevries@suse.de>
1215
1216 * contrib/words.sh: Improve words extraction.
1217
1218 2019-11-22 Tom de Vries <tdevries@suse.de>
1219
1220 * contrib/words.sh: Combine sed invocations.
1221
1222 2019-11-21 Christian Biesinger <cbiesinger@google.com>
1223
1224 * Makefile.in: Update.
1225 * demangle.c: Rename to...
1226 * gdb-demangle.c: ..this.
1227 (is_cplus_marker): Change return type to bool.
1228 (_initialize_demangler): Rename to...
1229 (_initialize_gdb_demangle): ...this.
1230 * gdb-demangle.h (is_cplus_marker): Change return type to bool.
1231 * symtab.h (demangle): Remove declaration; instead include
1232 gdb-demangle.h.
1233
1234 2019-11-21 Tom Tromey <tromey@adacore.com>
1235
1236 * gdbsupport/format.c (format_pieces): Parse %I64d.
1237 * unittests/format_pieces-selftests.c (test_windows_formats): New
1238 function.
1239 (run_tests): Call it.
1240
1241 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1242
1243 Byte reverse display of variables with DW_END_big, DW_END_little
1244 (DW_AT_endianity) dwarf attributes if different than the native
1245 byte order.
1246 * ada-lang.c (ada_value_binop):
1247 Use type_byte_order instead of gdbarch_byte_order.
1248 * ada-valprint.c (printstr):
1249 (ada_val_print_string):
1250 * ada-lang.c (value_pointer):
1251 (ada_value_binop):
1252 Use type_byte_order instead of gdbarch_byte_order.
1253 * c-lang.c (c_get_string):
1254 Use type_byte_order instead of gdbarch_byte_order.
1255 * c-valprint.c (c_val_print_array):
1256 Use type_byte_order instead of gdbarch_byte_order.
1257 * cp-valprint.c (cp_print_class_member):
1258 Use type_byte_order instead of gdbarch_byte_order.
1259 * dwarf2loc.c (rw_pieced_value):
1260 Use type_byte_order instead of gdbarch_byte_order.
1261 * dwarf2read.c (read_base_type): Handle DW_END_big,
1262 DW_END_little
1263 * f-lang.c (f_get_encoding):
1264 Use type_byte_order instead of gdbarch_byte_order.
1265 * findvar.c (default_read_var_value):
1266 Use type_byte_order instead of gdbarch_byte_order.
1267 * gdbtypes.c (check_types_equal):
1268 Require matching TYPE_ENDIANITY_NOT_DEFAULT if set.
1269 (recursive_dump_type): Print TYPE_ENDIANITY_BIG,
1270 and TYPE_ENDIANITY_LITTLE if set.
1271 (type_byte_order): new function.
1272 * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro.
1273 (struct main_type) <flag_endianity_not_default>:
1274 New field.
1275 (type_byte_order): New function.
1276 * infcmd.c (default_print_one_register_info):
1277 Use type_byte_order instead of gdbarch_byte_order.
1278 * p-lang.c (pascal_printstr):
1279 Use type_byte_order instead of gdbarch_byte_order.
1280 * p-valprint.c (pascal_val_print):
1281 Use type_byte_order instead of gdbarch_byte_order.
1282 * printcmd.c (print_scalar_formatted):
1283 Use type_byte_order instead of gdbarch_byte_order.
1284 * solib-darwin.c (darwin_current_sos):
1285 Use type_byte_order instead of gdbarch_byte_order.
1286 * solib-svr4.c (solib_svr4_r_ldsomap):
1287 Use type_byte_order instead of gdbarch_byte_order.
1288 * stap-probe.c (stap_modify_semaphore):
1289 Use type_byte_order instead of gdbarch_byte_order.
1290 * target-float.c (target_float_same_format_p):
1291 Use type_byte_order instead of gdbarch_byte_order.
1292 * valarith.c (scalar_binop):
1293 (value_bit_index):
1294 Use type_byte_order instead of gdbarch_byte_order.
1295 * valops.c (value_cast):
1296 Use type_byte_order instead of gdbarch_byte_order.
1297 * valprint.c (generic_emit_char):
1298 (generic_printstr):
1299 (val_print_string):
1300 Use type_byte_order instead of gdbarch_byte_order.
1301 * value.c (unpack_long):
1302 (unpack_bits_as_long):
1303 (unpack_value_bitfield):
1304 (modify_field):
1305 (pack_long):
1306 (pack_unsigned_long):
1307 Use type_byte_order instead of gdbarch_byte_order.
1308 * findvar.c (unsigned_pointer_to_address):
1309 (signed_pointer_to_address):
1310 (unsigned_address_to_pointer):
1311 (address_to_signed_pointer):
1312 (default_read_var_value):
1313 (default_value_from_register):
1314 Use type_byte_order instead of gdbarch_byte_order.
1315 * gnu-v3-abi.c (gnuv3_make_method_ptr):
1316 Use type_byte_order instead of gdbarch_byte_order.
1317 * riscv-tdep.c (riscv_print_one_register_info):
1318 Use type_byte_order instead of gdbarch_byte_order.
1319
1320 2019-11-21 Simon Marchi <simon.marchi@polymtl.ca>
1321
1322 * top.c (current_ui_gdb_stdout_ptr): Spell out by hand.
1323 (current_ui_gdb_stdin_ptr): Likewise.
1324 (current_ui_gdb_stderr_ptr): Likewise.
1325 (current_ui_gdb_stdlog_ptr): Likewise.
1326 (current_ui_current_uiout_ptr): Likewise.
1327 (gen_ret_current_ui_field_ptr): Remove.
1328
1329 2019-11-21 Tom de Vries <tdevries@suse.de>
1330
1331 PR gdb/24956
1332 * cli/cli-script.c (execute_control_command): Only switch to
1333 INTERP_CONSOLE's ui_out when INTERP_MI is active.
1334
1335 2019-11-19 Tom Tromey <tom@tromey.com>
1336
1337 * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c.
1338 Now static. Change type of "name".
1339 (tui_set_win_height_command): Don't copy "arg".
1340 * tui/tui-data.h (tui_partial_win_by_name): Don't declare.
1341 * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c.
1342
1343 2019-11-19 Ali Tamur <tamur@google.com>
1344
1345 * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with
1346 "if (attr != nullptr)".
1347 (dwarf2_find_base_address): Likewise.
1348 (dwarf2_build_include_psymtabs): Likewise.
1349 (read_cutu_die_from_dwo): Likewise.
1350 (read_func_scope): Likewise.
1351 (read_call_site_scope): Likewise.
1352 (dwarf2_get_pc_bounds): Likewise.
1353 (dwarf2_record_block_ranges): Likewise.
1354 (dwarf2_add_field): Likewise.
1355 (dwarf2_add_member_fn): Likewise.
1356 (read_structure_type): Likewise.
1357 (read_enumeration_type): Likewise.
1358 (read_array_type): Likewise.
1359 (read_array_order): Likewise.
1360 (read_set_type): Likewise.
1361 (read_common_block): Likewise.
1362 (read_tag_reference_type): Likewise.
1363 (read_tag_string_type): Likewise.
1364 (read_subroutine_type): Likewise.
1365 (read_base_type): Likewise.
1366 (read_subrange_type): Likewise.
1367 (new_symbol): Likewise.
1368 (prepare_one_comp_unit): Likewise.
1369
1370 2019-11-19 Tom Tromey <tromey@adacore.com>
1371
1372 * windows-nat.c (windows_nat_target::attach): Include GetLastError
1373 result in error when DebugActiveProcess fails.
1374
1375 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1376 Pedro Alves <palves@redhat.com>
1377
1378 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1379 * target.c (target_stack::push): Call 'unpush' if there's a
1380 target on top of the stack.
1381
1382 2019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1383
1384 * python/py-block.c (blpy_dealloc): Call tp_free.
1385 (blpy_block_syms_dealloc): Likewise.
1386 * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise.
1387 * python/py-inferior.c (infpy_dealloc): Likewise.
1388 * python/py-lazy-string.c (stpy_dealloc): Likewise.
1389 * python/py-linetable.c (ltpy_iterator_dealloc): Likewise.
1390 * python/py-symbol.c (sympy_dealloc): Likewise.
1391 * python/py-symtab.c (stpy_dealloc): Likewise.
1392 * python/py-type.c (typy_iterator_dealloc): Likewise.
1393
1394 2019-11-18 Christian Biesinger <cbiesinger@google.com>
1395
1396 * symtab.h (struct symbol) <owner>: Initialize explicitly in the
1397 constructor instead of using a class initializer.
1398
1399 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1400
1401 * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c.
1402 * configure: Regenerate.
1403 * configure.ac: Don't source common.host.
1404 * gdbsupport/common.host: Remove.
1405 * gdbsupport/mingw-strerror.c: Remove.
1406 * gdbsupport/posix-strerror.c: Rename to...
1407 * gdbsupport/safe-strerror.c: ...this.
1408
1409 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1410
1411 * maint.c (scoped_command_stats::print_time): Use localtime_r
1412 instead of localtime (provided through gnulib if necessary).
1413 * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead
1414 of ctime.
1415
1416 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1417
1418 * gdbsupport/common-defs.h: Include time.h before pathmax.h to
1419 avoid compile errors.
1420
1421 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1422
1423 * config.in: Regenerate.
1424 * configure: Regenerate.
1425 * gdbsupport/common.m4: No longer check for strerror_r.
1426 * gdbsupport/posix-strerror.c (safe_strerror): Always call the
1427 POSIX version of strerror_r, now that gnulib provides it if
1428 necessary.
1429
1430 2019-11-14 Christian Biesinger <cbiesinger@google.com>
1431
1432 * README (`configure' options): Update.
1433
1434 2019-11-14 Tom Tromey <tromey@adacore.com>
1435
1436 * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an
1437 expected type for the RHS if the LHS is a convenience variable.
1438
1439 2019-11-14 Simon Marchi <simon.marchi@polymtl.ca>
1440
1441 * unittests/vec-utils-selftests.c (unordered_remove_tests::obj):
1442 Provide explicit default and copy constructor.
1443
1444 2019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1445
1446 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
1447 only call Py_INCREF (newbp) in the bppy_pending_object case.
1448
1449 2019-11-13 Tom Tromey <tromey@adacore.com>
1450
1451 PR build/25182:
1452 * psympriv.h (partial_symbol): Remove static assert.
1453 * symtab.h (general_symbol_info, symbol): Remove static assert.
1454
1455 2019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1456
1457 * gdbsupport/format.c (format_pieces::format_pieces): Support
1458 printf 'z' size modifier.
1459 * gdbsupport/format.h (enum argclass): Add size_t_arg.
1460 * printcmd.c (ui_printf): Handle size_t_arg.
1461 * ui-out.c (ui_out::vmessage): Likewise.
1462 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
1463 function.
1464 (run_tests): Call test_format_int_sizes.
1465
1466 2019-11-12 Christian Biesinger <cbiesinger@google.com>
1467
1468 * ada-exp.y (write_ambiguous_var): Update.
1469 * buildsym.c (add_symbol_to_list): Update.
1470 * dwarf2read.c (read_variable): Update.
1471 (new_symbol): Update.
1472 * jit.c (finalize_symtab): Update.
1473 * language.c (language_alloc_type_symbol): Update.
1474 * symtab.c (fixup_symbol_section): Update.
1475 (initialize_objfile_symbol_1): Move code to...
1476 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
1477 (allocate_symbol): Update.
1478 (allocate_template_symbol): Update.
1479 (get_symbol_address): Update.
1480 * symtab.h (struct symbol): Inherit from general_symbol_info instead
1481 of having as a field, and add a constructor.
1482 (SYMBOL_VALUE): Update.
1483 (SYMBOL_VALUE_ADDRESS): Update.
1484 (SET_SYMBOL_VALUE_ADDRESS): Update.
1485 (SYMBOL_VALUE_BYTES): Update.
1486 (SYMBOL_VALUE_COMMON_BLOCK): Update.
1487 (SYMBOL_BLOCK_VALUE): Update.
1488 (SYMBOL_VALUE_CHAIN): Update.
1489 (SYMBOL_LANGUAGE): Update.
1490 (SYMBOL_SECTION): Update.
1491 (SYMBOL_OBJ_SECTION): Update.
1492 (SYMBOL_SET_LANGUAGE): Update.
1493 (SYMBOL_SET_LINKAGE_NAME): Update.
1494 (SYMBOL_SET_NAMES): Update.
1495 (SYMBOL_NATURAL_NAME): Update.
1496 (SYMBOL_LINKAGE_NAME): Update.
1497 (SYMBOL_DEMANGLED_NAME): Update.
1498 (SYMBOL_SEARCH_NAME): Update.
1499 (SYMBOL_MATCHES_SEARCH_NAME): Update.
1500 (struct symbol): Update.
1501 (struct template_symbol): Update.
1502 (struct rust_vtable_symbol): Update.
1503 * xcoffread.c (SYMBOL_DUP): Update.
1504
1505 2019-11-12 Tom Tromey <tom@tromey.com>
1506
1507 * tui/tui-layout.c (show_layout): Set current_layout.
1508 (show_source_disasm_command, show_data)
1509 (show_source_or_disasm_and_command): Don't set current_layout.
1510
1511 2019-11-12 Tom Tromey <tom@tromey.com>
1512
1513 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
1514
1515 2019-11-12 Tom Tromey <tom@tromey.com>
1516
1517 * tui/tui-win.c (resize_message): New global.
1518 (show_tui_resize_message): New function.
1519 (tui_async_resize_screen): Print message if requested.
1520 (_initialize_tui_win): Add tui-resize-message setting.
1521 * NEWS: Add entry for new commands.
1522
1523 2019-11-11 Tom Tromey <tom@tromey.com>
1524
1525 * tui/tui.c (tui_initialize_readline): Add new bindable readline
1526 functions.
1527
1528 2019-11-11 Christian Biesinger <cbiesinger@google.com>
1529
1530 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
1531
1532 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1533
1534 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
1535 function.
1536 * python/python-internal.h (gdbpy_lookup_static_symbols):
1537 Declare new function.
1538 * python/python.c (python_GdbMethods): Add
1539 gdb.lookup_static_symbols method.
1540 * NEWS: Mention gdb.lookup_static_symbols.
1541
1542 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1543
1544 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
1545 static block of current object file first. Also fix typo in
1546 header comment.
1547
1548 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1549
1550 * stack.c (set_last_displayed_sal): Delete.
1551 (last_displayed_sal_valid): Delete.
1552 (last_displayed_pspace): Delete.
1553 (last_displayed_addr): Delete.
1554 (last_displayed_symtab): Delete.
1555 (last_displayed_line): Delete.
1556 (class last_displayed_symtab_info_type): New.
1557 (last_displayed_symtab_info): New static global variable.
1558 (print_frame_info): Call methods on last_displayed_symtab_info.
1559 (clear_last_displayed_sal): Update header comment, and make use of
1560 last_displayed_symtab_info.
1561 (last_displayed_sal_is_valid): Likewise.
1562 (get_last_displayed_pspace): Likewise.
1563 (get_last_displayed_addr): Likewise.
1564 (get_last_displayed_symtab): Likewise.
1565 (get_last_displayed_line): Likewise.
1566 (get_last_displayed_sal): Likewise.
1567 * stack.h (clear_last_displayed_sal): Update header comment.
1568 (last_displayed_sal_is_valid): Likewise.
1569 (get_last_displayed_pspace): Likewise.
1570 (get_last_displayed_addr): Likewise.
1571 (get_last_displayed_symtab): Likewise.
1572 (get_last_displayed_line): Likewise.
1573 (get_last_displayed_sal): Likewise.
1574
1575 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1576
1577 * stack.c (frame_show_address): Convert return type to bool.
1578 * stack.h (frame_show_address): Likewise, and update header
1579 comment.
1580
1581 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1582
1583 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
1584 * unittests/vec-utils-selftests.c: New file.
1585 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
1586
1587 2019-11-10 Tom Tromey <tom@tromey.com>
1588
1589 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
1590 (tui_highlight_win): Likewise.
1591 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
1592 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
1593 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
1594 Don't set can_highlight.
1595
1596 2019-11-10 Tom Tromey <tom@tromey.com>
1597
1598 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
1599 Remove unused declaration.
1600
1601 2019-11-08 Tom Tromey <tromey@adacore.com>
1602
1603 * top.c (read_command_file): Update.
1604 (command_line_input): Make return type const.
1605 * python/py-gdb-readline.c: Update.
1606 * linespec.c (decode_line_2): Update.
1607 * defs.h (command_line_input): Make return type const.
1608 * cli/cli-script.c (read_next_line): Make return type const.
1609 * ada-lang.c (get_selections): Update.
1610
1611 2019-11-06 Christian Biesinger <cbiesinger@google.com>
1612
1613 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
1614 * mi/mi-main.c (output_cores): Likewise.
1615 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
1616 (linux_xfer_osdata_modules): Likewise.
1617 * remote.c (register_remote_support_xml): Likewise.
1618 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
1619 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
1620
1621 2019-11-06 Tom Tromey <tom@tromey.com>
1622
1623 * tui/tui-interp.c: Don't include readline.h.
1624 * tui/tui-hooks.c: Don't include readline.h.
1625 * symmisc.c: Include tilde.h, not readline.h.
1626 * symfile.c: Include tilde.h, not readline.h.
1627 * source.c: Include tilde.h, not readline.h.
1628 * solib.c: Include tilde.h, not readline.h.
1629 * psymtab.c: Include tilde.h, not readline.h.
1630 * exec.c: Include tilde.h, not readline.h.
1631 * corelow.c: Include tilde.h, not readline.h.
1632 * cli/cli-dump.c: Include tilde.h, not readline.h.
1633 * cli/cli-cmds.c: Don't include readline.h.
1634
1635 2019-11-05 Tom Tromey <tom@tromey.com>
1636
1637 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
1638 (tui_disassemble): Set addr_size.
1639 (tui_disasm_window::set_contents): Use addr_size.
1640
1641 2019-11-05 Tom Tromey <tom@tromey.com>
1642
1643 * rust-lang.c (rust_language_defn): Update.
1644 * python/py-value.c (valpy_string): Call c_get_string.
1645 * p-lang.c (pascal_language_defn): Update.
1646 * opencl-lang.c (opencl_language_defn): Update.
1647 * objc-lang.c (objc_language_defn): Update.
1648 * m2-lang.c (m2_language_defn): Update.
1649 * language.c (unknown_language_defn, auto_language_defn): Update.
1650 (default_get_string): Remove.
1651 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
1652 * go-lang.c (go_language_defn): Update.
1653 * f-lang.c (f_language_defn): Update.
1654 * d-lang.c (d_language_defn): Update.
1655 * c-lang.c (c_language_defn, cplus_language_defn)
1656 (asm_language_defn, minimal_language_defn): Update.
1657 * ada-lang.c (ada_language_defn): Update.
1658 * language.h (struct language_defn) <la_get_string>: Remove.
1659 (LA_GET_STRING): Remove.
1660 (default_get_string): Don't declare.
1661
1662 2019-11-05 Tom Tromey <tom@tromey.com>
1663
1664 * tui/tui-source.h (struct tui_source_window): Inline
1665 constructor. Remove destructor.
1666 <style_changed, m_observable>: Move to superclass.
1667 * tui/tui-winsource.h (tui_copy_source_line): Declare.
1668 (struct tui_source_window_base): Move private members to end.
1669 <style_changed, m_observable>: Move from tui_source_window.
1670 * tui/tui-winsource.c (tui_copy_source_line): Move from
1671 tui-source.c. Rename from copy_source_line. Add special handling
1672 for negative line number.
1673 (tui_source_window_base::style_changed): Move from
1674 tui_source_window.
1675 (tui_source_window_base): Register observer.
1676 (~tui_source_window_base): New.
1677 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
1678 rename.
1679 (tui_source_window::set_contents): Use tui_copy_source_line.
1680 (tui_source_window::tui_source_window): Move to tui-source.h.
1681 (tui_source_window::~tui_source_window): Remove.
1682 (tui_source_window::style_changed): Move to superclass.
1683 * tui/tui-disasm.c (tui_disassemble): Create string file with
1684 styling, when possible. Add "addr_size" parameter.
1685 (tui_disasm_window::set_contents): Use tui_copy_source_line.
1686 Don't compute maximum size.
1687 (len_without_escapes): New function
1688
1689 2019-11-05 Tom Tromey <tom@tromey.com>
1690
1691 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
1692 std::string.
1693 * tui/tui-winsource.c (tui_show_source_line): Update.
1694 * tui/tui-source.c (tui_source_window::set_contents): Update.
1695 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
1696
1697 2019-11-05 Christian Biesinger <cbiesinger@google.com>
1698
1699 * symtab.h (gdb_static_assert): Put && operator at the beginning
1700 of the line instead of the end.
1701
1702 2019-11-04 Christian Biesinger <cbiesinger@google.com>
1703
1704 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
1705 and sizeof (symbol).
1706 * symtab.h: Add a static_assert for sizeof (partial_symbol).
1707
1708 2019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1709
1710 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
1711 * configure.host: Mark *-*-solaris2.10* obsolete.
1712 * configure.tgt: Mark Solaris < 11 obsolete.
1713 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
1714 Update target triplet.
1715
1716 2019-11-01 Tom Tromey <tromey@adacore.com>
1717
1718 * utils.c (print_sys_errmsg): Simplify.
1719
1720 2019-11-01 Tom Tromey <tromey@adacore.com>
1721
1722 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
1723
1724 2019-11-01 Christian Biesinger <cbiesinger@google.com>
1725
1726 * configure: Regenerate.
1727 * configure.ac: Remove check for strerror_r.
1728 * gdbsupport/common.m4: Check for strerror_r.
1729
1730 2019-11-01 Luis Machado <luis.machado@linaro.org>
1731
1732 PR gdb/25124
1733
1734 * arm-tdep.c (arm_per_objfile): Rename to ...
1735 (arm_per_bfd): ... this.
1736 (arm_objfile_data_key): Rename to ...
1737 (arm_bfd_data_key): ... this.
1738 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
1739 data.
1740 (arm_record_special_symbol): Likewise.
1741
1742 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1743
1744 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
1745 end.
1746 * c-typeprint.c (c_print_typedef): Likewise.
1747 * f-typeprint.c (f_print_typedef): Likewise.
1748 * m2-typeprint.c (m2_print_typedef): Likewise.
1749 * p-typeprint.c (pascal_print_typedef): Likewise.
1750 * rust-lang.c (rust_print_typedef): Likewise.
1751 * symtab.c (print_symbol_info): Print a newline after calling
1752 typedef_print.
1753
1754 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1755
1756 * symtab.c (info_module_cmdlist): New variable.
1757 (info_module_command): New function.
1758 (search_module_symbols): New function.
1759 (info_module_subcommand): New function.
1760 (struct info_modules_var_func_options): New struct.
1761 (info_modules_var_func_options_defs): New variable.
1762 (make_info_modules_var_func_options_def_group): New function.
1763 (info_module_functions_command): New function.
1764 (info_module_variables_command): New function.
1765 (info_module_var_func_command_completer): New function.
1766 (_initialize_symtab): Register new 'info module functions' and
1767 'info module variables' commands.
1768 * symtab.h (typedef symbol_search_in_module): New typedef.
1769 (search_module_symbols): Declare new function.
1770 * NEWS: Mention new commands.
1771
1772 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1773
1774 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
1775 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
1776 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
1777 MODULES_DOMAIN.
1778 (scan_partial_symbols): Only create partial module symbols for non
1779 declarations.
1780 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
1781 and MODULES_DOMAIN.
1782 * symtab.c (search_domain_name): Likewise.
1783 (search_symbols): Likewise.
1784 (print_symbol_info): Likewise.
1785 (symtab_symbol_info): Likewise.
1786 (info_modules_command): New function.
1787 (_initialize_symtab): Register 'info modules' command.
1788 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
1789 * NEWS: Mention new 'info modules' command.
1790
1791 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1792
1793 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
1794 and $_gdb_maint_setting_str.
1795
1796 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1797
1798 * cli/cli-cmds.c (setting_cmd, value_from_setting)
1799 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
1800 (str_value_from_setting, gdb_setting_str_internal_fn)
1801 (gdb_maint_setting_str_internal_fn): New functions.
1802 (_initialize_cli_cmds): Define the new convenience functions.
1803 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
1804 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
1805
1806 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1807
1808 * agent.c (set_can_use_agent): When the setting is turned on,
1809 look up agent symbols if we don't have them yet.
1810 (agent_new_objfile): Don't look up agent symbols when the agent
1811 setting is off.
1812
1813 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1814
1815 * config.in: Regenerate.
1816
1817 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1818
1819 * configure: Regenerate.
1820 * configure.ac: Check for strerror_r.
1821 * gdbsupport/common-utils.h (safe_strerror): Change return value
1822 to const char * and document that this function is now threadsafe.
1823 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
1824 thread_local and call strerror_r, if available.
1825 * utils.c (perror_string): Update.
1826 (print_sys_errmsg): Update.
1827
1828 2019-10-31 Luis Machado <luis.machado@linaro.org>
1829
1830 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
1831 objfile_key.
1832 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
1833 objfile to fetch per-bfd data.
1834 (arm_find_exidx_entry): Likewise.
1835
1836 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1837
1838 * gdbsupport/agent.c (debug_agent): Change type to bool.
1839 (use_agent): Likewise.
1840 (all_agent_symbols_look_up): Likewise.
1841 (agent_loaded_p): Change return value to bool.
1842 (agent_look_up_symbols): Update.
1843 (agent_capability_check): Change return value to bool.
1844 * gdbsupport/agent.h (agent_loaded_p): Likewise.
1845 (debug_agent): Change type to bool.
1846 (use_agent): Likewise.
1847 (agent_capability_check): Change return value to bool.
1848
1849 2019-10-30 Christian Biesinger <cbiesinger@google.com>
1850
1851 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
1852 (build_minimal_symbol_hash_tables): Code to clear the table moved
1853 to clear_minimal_symbol_hash_tables.
1854 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
1855 when needed.
1856
1857 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1858
1859 * infcmd.c: Remove includes.
1860 * infrun.c: Remove includes.
1861
1862 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1863
1864 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
1865 (grow_vect): Remove declaration.
1866 (ada_type_of_array): Remove declaration.
1867 (ada_update_initial_language): Remove declaration.
1868 (ada_fold_name): Remove declaration.
1869 (ada_fill_in_ada_prototype): Remove declaration.
1870 (user_select_syms): Remove declaration.
1871 (get_selections): Remove declaration.
1872 (ada_tag_type): Remove declaration.
1873 (ada_value_tag): Remove declaration.
1874 (ada_is_others_clause): Remove declaration.
1875 (ada_in_variant): Remove declaration.
1876 (ada_value_struct_elt): Remove declaration.
1877 (ada_attribute_name): Remove declaration.
1878 (ada_system_address_type): Remove declaration.
1879 * ada-lang.c (ada_watch_location_expression): Make static.
1880 (GROW_VECT): Move here from ada-lang.h.
1881 (grow_vect): Make static.
1882 (ada_update_initial_language): Make static.
1883 (ada_fold_name): Make static.
1884 (ada_type_of_array): Make static.
1885 (encoded_ordered_before): Move up.
1886 (sort_choices): Move up.
1887 (print_signatures): Move up.
1888 (ada_print_symbol_signature): Move up.
1889 (get_selections): Move up and make static.
1890 (user_select_syms): Move up and make static.
1891 (ada_value_struct_elt): Move up and make static.
1892 (ada_tag_type): Make static.
1893 (ada_value_tag): Make static.
1894 (ada_is_others_clause): Make static.
1895 (ada_in_variant): Make static.
1896 (ada_attribute_name): Make static.
1897
1898 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1899
1900 * ada-lang.c: Remove includes.
1901 * ada-typeprint.c: Remove includes.
1902 * ada-valprint.c: Remove includes.
1903
1904 2019-10-29 Simon Marchi <simon.marchi@efficios.com>
1905
1906 * addrmap.c: Add static assertions of type size, moved from
1907 _initialize_addrmap.
1908 (_initialize_addrmap): Remove.
1909
1910 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1911
1912 * coffread.c (record_minimal_symbol): Update.
1913 (process_coff_symbol): Update.
1914 * dbxread.c (read_dbx_symtab): Update.
1915 * dwarf2read.c (add_partial_symbol): Update.
1916 (fixup_go_packaging): Update.
1917 (load_partial_dies): Update.
1918 (new_symbol): Update.
1919 * elfread.c (record_minimal_symbol): Change signature to use
1920 gdb::string_view instead of name+len.
1921 (elf_symtab_read): Update.
1922 (elf_rel_plt_read): Update.
1923 * mdebugread.c (parse_partial_symbols): Update.
1924 (handle_psymbol_enumerators): Update.
1925 (new_symbol): Update.
1926 * minsyms.c (minimal_symbol_reader::record_full): Change signature
1927 to use gdb::string_view instead of name+len.
1928 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
1929 * psympriv.h (add_psymbol_to_list): Likewise.
1930 * psymtab.c (add_psymbol_to_bcache): Likewise.
1931 (add_psymbol_to_list): Likewise.
1932 * stabsread.c (define_symbol): Update.
1933 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
1934 * symtab.h (SYMBOL_SET_NAMES): Likewise.
1935 (symbol_set_names): Likewise.
1936 * xcoffread.c (scan_xcoff_symtab): Update.
1937
1938 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1939
1940 * symtab.h (symbol_set_names): Document that copy_name must be
1941 set to true for non-nullterminated strings.
1942 * symtab.c (symbol_set_names): Only make a nullterminated copy of
1943 linkage_name if the entry was not found and we need to demangle.
1944
1945 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1946
1947 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
1948 * dwarf2-frame.c (bsearch_fde_cmp): Update.
1949 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
1950 * gdbsupport/gdb_binary_search.h: New file.
1951
1952 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1953
1954 * NEWS: Mention new --with-system-gdbinit-dir option.
1955 * config.in: Regenerate.
1956 * configure: Regenerate.
1957 * configure.ac: Add new option --with-system-gdbinit-dir.
1958 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
1959 for a ".gdb" suffix.
1960 * main.c (get_init_files): Change system_gdbinit argument to
1961 a vector and return the files in SYSTEM_GDBINIT_DIR in
1962 addition to SYSTEM_GDBINIT.
1963 (captured_main_1): Update.
1964 (print_gdb_help): Update.
1965 * top.c (print_gdb_configuration): Also print the value of
1966 SYSTEM_GDBINIT_DIR.
1967
1968 2019-10-28 Christian Biesinger <cbiesinger@google.com>
1969
1970 * gdbsupport/common-utils.h (startswith): Add an overloaded version
1971 that takes gdb::string_view arguments.
1972
1973 2019-10-26 Tom de Vries <tdevries@suse.de>
1974
1975 * aarch64-linux-tdep.c: Fix typos in comments.
1976 * aarch64-tdep.c: Same.
1977 * ada-lang.c: Same.
1978 * amd64-nat.c: Same.
1979 * arc-tdep.c: Same.
1980 * arch/aarch64-insn.c: Same.
1981 * block.c: Same.
1982 * breakpoint.h: Same.
1983 * btrace.h: Same.
1984 * c-varobj.c: Same.
1985 * cli/cli-decode.c: Same.
1986 * cli/cli-script.c: Same.
1987 * cli/cli-utils.h: Same.
1988 * coff-pe-read.c: Same.
1989 * coffread.c: Same.
1990 * compile/compile-cplus-symbols.c: Same.
1991 * compile/compile-object-run.c: Same.
1992 * completer.c: Same.
1993 * corelow.c: Same.
1994 * cp-support.c: Same.
1995 * demangle.c: Same.
1996 * dwarf-index-write.c: Same.
1997 * dwarf2-frame.c: Same.
1998 * dwarf2-frame.h: Same.
1999 * eval.c: Same.
2000 * frame-base.h: Same.
2001 * frame.h: Same.
2002 * gdbcmd.h: Same.
2003 * gdbtypes.h: Same.
2004 * gnu-nat.c: Same.
2005 * guile/scm-objfile.c: Same.
2006 * i386-tdep.c: Same.
2007 * i386-tdep.h: Same.
2008 * infcall.c: Same.
2009 * infcall.h: Same.
2010 * linux-nat.c: Same.
2011 * m68k-tdep.c: Same.
2012 * macroexp.c: Same.
2013 * memattr.c: Same.
2014 * mi/mi-cmd-disas.c: Same.
2015 * mi/mi-getopt.h: Same.
2016 * mi/mi-main.c: Same.
2017 * minsyms.c: Same.
2018 * nat/aarch64-sve-linux-sigcontext.h: Same.
2019 * objfiles.h: Same.
2020 * ppc-linux-nat.c: Same.
2021 * ppc-linux-tdep.c: Same.
2022 * ppc-tdep.h: Same.
2023 * progspace.h: Same.
2024 * prologue-value.h: Same.
2025 * python/py-evtregistry.c: Same.
2026 * python/py-instruction.h: Same.
2027 * record-btrace.c: Same.
2028 * record-full.c: Same.
2029 * remote.c: Same.
2030 * rs6000-tdep.c: Same.
2031 * ser-tcp.c: Same.
2032 * sol-thread.c: Same.
2033 * sparc-sol2-tdep.c: Same.
2034 * sparc64-tdep.c: Same.
2035 * stabsread.c: Same.
2036 * symfile.c: Same.
2037 * symtab.h: Same.
2038 * target.c: Same.
2039 * tracepoint.c: Same.
2040 * tui/tui-data.h: Same.
2041 * tui/tui-io.c: Same.
2042 * tui/tui-win.c: Same.
2043 * tui/tui.c: Same.
2044 * unittests/rsp-low-selftests.c: Same.
2045 * user-regs.h: Same.
2046 * utils.c: Same.
2047 * utils.h: Same.
2048 * valarith.c: Same.
2049 * valops.c: Same.
2050 * valprint.c: Same.
2051 * valprint.h: Same.
2052 * value.c: Same.
2053 * value.h: Same.
2054 * varobj.c: Same.
2055 * x86-nat.h: Same.
2056 * xtensa-tdep.c: Same.
2057
2058 2019-10-25 Ali Tamur <tamur@google.com>
2059
2060 * charset.c (find_charset_names): Reflect API change.
2061
2062 2019-10-25 Christian Biesinger <cbiesinger@google.com>
2063
2064 * symtab.c (struct demangled_name_entry): Change demangled name
2065 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
2066 part of the struct anymore.
2067 (symbol_set_names): No longer obstack allocate + copy the demangled
2068 name, just store the allocated name from bfd.
2069
2070 2019-10-25 Tom Tromey <tromey@adacore.com>
2071
2072 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
2073 (bsearch_cie_cmp, add_cie): Remove.
2074 (find_cie): Reimplement.
2075 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
2076 (dwarf2_build_frame_info): Update.
2077
2078 2019-10-24 H.J. Lu <hongjiu.lu@intel.com>
2079
2080 PR gdb/25126
2081 * symfile.c (reread_symbols): Call forget_cached_source_info to
2082 clear the stale source cache.
2083
2084 2019-10-24 Christian Biesinger <cbiesinger@google.com>
2085
2086 * configure: Regenerate.
2087 * configure.ac: Remove code that sets python_has_threads.
2088
2089 2019-10-24 Christian Biesinger <cbiesinger@google.com>
2090
2091 * config.in: Regenerate.
2092 * configure: Regenerate.
2093 * configure.ac: Remove the code that uses sed to get the python
2094 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
2095
2096 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2097
2098 * python/py-progspace.c (pspy_block_for_pc): Return None for all
2099 error paths.
2100
2101 2019-10-23 Tom Tromey <tom@tromey.com>
2102
2103 * arc-tdep.c: Remove ".." from include.
2104 * frv-tdep.c: Remove ".." from include.
2105 * lm32-tdep.c: Remove ".." from include.
2106 * microblaze-tdep.c: Remove ".." from include.
2107 * or1k-tdep.h: Remove ".." from include.
2108 * s12z-tdep.c: Remove ".." from include.
2109 * Makefile.in (OPCODES_CFLAGS): Add comment.
2110 (TOP_CFLAGS): New variable.
2111 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
2112
2113 2019-10-23 Tom Tromey <tom@tromey.com>
2114
2115 * Makefile.in (READLINE_DIR): Update.
2116
2117 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2118
2119 * infcall.c (call_function_by_hand_dummy): Fix the function
2120 comment. And extract out a code section into...
2121 (reserve_stack_space): ...this new function.
2122
2123 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2124
2125 * infcall.c (value_arg_coerce): Remove an unused parameter.
2126 (call_function_by_hand_dummy): Update the call to
2127 'value_arg_coerce'.
2128
2129 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2130
2131 * infcall.c (call_function_by_hand_dummy): Refactor.
2132
2133 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2134
2135 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
2136
2137 2019-10-23 Tom Tromey <tom@tromey.com>
2138
2139 * configure: Rebuild.
2140 * configure.ac: Don't check for sigprocmask.
2141 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
2142
2143 2019-10-23 Tom Tromey <tom@tromey.com>
2144
2145 * configure: Rebuild.
2146 * acinclude.m4: Use m4_include, not sinclude.
2147
2148 2019-10-23 Tom de Vries <tdevries@suse.de>
2149
2150 PR breakpoints/24687
2151 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
2152
2153 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2154
2155 * symtab.c (struct demangled_name_entry) <language>: Change from
2156 bitfield to regular variable.
2157
2158 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2159
2160 * symtab.c (struct demangled_name_entry): Add a constructor.
2161 (free_demangled_name_entry): New function to call the destructor
2162 for demangled_name_entry.
2163 (create_demangled_names_hash): Pass free_demangled_name_entry to
2164 htab_create_alloc.
2165 (symbol_set_names): Call placement new for demangled_name_entry.
2166 * utils.c: No longer include xxhash.h here, now that fast_hash
2167 is inlined in the header.
2168 * utils.h: Instead, include it here.
2169
2170 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2171
2172 * Makefile.in: Link with libxxhash.
2173 * config.in: Regenerate.
2174 * configure: Regenerate.
2175 * configure.ac: Search for libxxhash.
2176 * utils.c (fast_hash): Use xxhash if present.
2177
2178 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2179
2180 * utils.h (fast_hash): New function.
2181 * symtab.c (hash_demangled_name_entry): Call new function
2182 fast_hash.
2183
2184 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2185
2186 * symtab.c (struct demangled_name_entry): Change type of mangled
2187 to gdb::string_view. Also adds a constructor that takes the
2188 mangled name.
2189 (hash_demangled_name_entry): Update.
2190 (eq_demangled_name_entry): Update.
2191 (free_demangled_name_entry): New function to call the destructor
2192 now that this is not a POD anymore.
2193 (create_demangled_names_hash): Pass free_demangled_name_entry to
2194 htab_create_alloc.
2195 (symbol_set_names): Update.
2196
2197 2019-10-21 Ali Tamur <tamu@google.com>
2198
2199 * dwarf2read.c (dir_index): Change type.
2200 (file_name_index): Likewise.
2201 (line_header::include_dir_at): Change comment and implementation on
2202 whether it is DWARF 5.
2203 (line_header::is_valid_file_index): New function.
2204 (line_header::file_name_at): Change comment and implementation on
2205 whether it is DWARF 5.
2206 (line_header::file_names): Change to private field renamed as
2207 m_file_names and introduce a new accessor method.
2208 (line_header::file_names_size): New method.
2209 (line_header::include_dirs): Change to private field and rename as
2210 m_include_dirs.
2211 (dw2_get_file_names_reader): Define local var at a smaller scope and
2212 reflect API change.
2213 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
2214 (process_structure_scope): Likewise.
2215 (line_header::add_include_dir): Change message and reflect renaming.
2216 (line_header::add_file_name): Likewise.
2217 (read_formatted_entries): Handle DW_FORM_data16.
2218 (dwarf_decode_line_header): Fix line header length calculation.
2219 (psymtab_include_file_name): Change comment and API.
2220 (lnp_state_machine::m_file): Update comment and reflect type change.
2221 (lnp_state_machine::record_line): Reflect type change.
2222 (dwarf_decode_lines): Reflect API change.
2223 (file_file_name): Likewise.
2224 (file_full_name): Likewise.
2225
2226 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
2227
2228 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
2229
2230 2019-10-21 Tom Tromey <tom@tromey.com>
2231
2232 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
2233
2234 2019-10-21 Tom Tromey <tom@tromey.com>
2235
2236 * configure.ac (nm.h): Conditionally create nm.h link. Subst
2237 NM_H. Use AC_CONFIG_LINKS.
2238 * configure: Rebuild.
2239 * Makefile.in (NM_H): New variable.
2240 (generated_files): Add NM_H. Remove gcore.
2241 (nm.h, stamp-nmh): New targets.
2242
2243 2019-10-20 Tom Tromey <tom@tromey.com>
2244
2245 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
2246 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
2247 obsolete comment.
2248 (put_objfile_before): Now static.
2249
2250 2019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
2251
2252 * gdbsupport/common-utils.h (startswith): Change return type to
2253 bool.
2254
2255 2019-10-19 Christian Biesinger <cbiesinger@google.com>
2256
2257 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
2258 * breakpoint.c (bp_locations_compare): Rename to...
2259 (bp_location_is_less_than): ...this, and change to std::sort semantics.
2260 (update_global_location_list): Use std::sort instead of qsort.
2261 * buildsym.c (compare_line_numbers): Rename to...
2262 (lte_is_less_than): ...this, and change to std::sort semantics.
2263 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
2264 instead of qsort.
2265 * disasm.c (compare_lines): Rename to...
2266 (line_is_less_than): ...this, and change to std::sort semantics.
2267 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
2268 of qsort.
2269 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
2270 (fde_is_less_than): ...this, and change to std::sort semantics.
2271 (dwarf2_build_frame_info): Call std::sort instead of qsort.
2272 * mdebugread.c (compare_blocks):
2273 (block_is_less_than): ...this, and change to std::sort semantics.
2274 (sort_blocks): Call std::sort instead of qsort.
2275 * objfiles.c (qsort_cmp): Rename to...
2276 (sort_cmp): ...this, and change to std::sort semantics.
2277 (update_section_map): Call std::sort instead of qsort.
2278 * remote.c (compare_pnums): Remove.
2279 (map_regcache_remote_table): Call std::sort instead of qsort.
2280 * utils.c (compare_positive_ints): Remove.
2281 * utils.h (compare_positive_ints): Remove.
2282 * xcoffread.c (compare_lte): Remove.
2283 (arrange_linetable): Call std::sort instead of qsort.
2284
2285 2019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
2286
2287 * symfile.c (init_entry_point_info): Fix typo.
2288 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
2289
2290 2019-10-18 Tom de Vries <tdevries@suse.de>
2291
2292 * aarch64-tdep.c: Fix typos in comments.
2293 * ada-lang.c: Same.
2294 * ada-tasks.c: Same.
2295 * alpha-tdep.c: Same.
2296 * alpha-tdep.h: Same.
2297 * amd64-nat.c: Same.
2298 * amd64-windows-tdep.c: Same.
2299 * arc-tdep.c: Same.
2300 * arc-tdep.h: Same.
2301 * arch-utils.c: Same.
2302 * arm-nbsd-tdep.c: Same.
2303 * arm-tdep.c: Same.
2304 * ax-gdb.c: Same.
2305 * blockframe.c: Same.
2306 * btrace.c: Same.
2307 * c-varobj.c: Same.
2308 * coff-pe-read.c: Same.
2309 * coffread.c: Same.
2310 * cris-tdep.c: Same.
2311 * darwin-nat.c: Same.
2312 * dbxread.c: Same.
2313 * dcache.c: Same.
2314 * disasm.c: Same.
2315 * dtrace-probe.c: Same.
2316 * dwarf-index-write.c: Same.
2317 * dwarf2-frame-tailcall.c: Same.
2318 * dwarf2-frame.c: Same.
2319 * dwarf2read.c: Same.
2320 * eval.c: Same.
2321 * exceptions.c: Same.
2322 * fbsd-tdep.c: Same.
2323 * findvar.c: Same.
2324 * frame.c: Same.
2325 * frv-tdep.c: Same.
2326 * gnu-v3-abi.c: Same.
2327 * go32-nat.c: Same.
2328 * h8300-tdep.c: Same.
2329 * hppa-tdep.c: Same.
2330 * i386-linux-tdep.c: Same.
2331 * i386-tdep.c: Same.
2332 * ia64-libunwind-tdep.c: Same.
2333 * ia64-tdep.c: Same.
2334 * infcmd.c: Same.
2335 * infrun.c: Same.
2336 * linespec.c: Same.
2337 * linux-nat.c: Same.
2338 * linux-thread-db.c: Same.
2339 * machoread.c: Same.
2340 * mdebugread.c: Same.
2341 * mep-tdep.c: Same.
2342 * mn10300-tdep.c: Same.
2343 * namespace.c: Same.
2344 * objfiles.c: Same.
2345 * opencl-lang.c: Same.
2346 * or1k-tdep.c: Same.
2347 * osabi.c: Same.
2348 * ppc-linux-nat.c: Same.
2349 * ppc-linux-tdep.c: Same.
2350 * ppc-sysv-tdep.c: Same.
2351 * printcmd.c: Same.
2352 * procfs.c: Same.
2353 * record-btrace.c: Same.
2354 * record-full.c: Same.
2355 * remote-fileio.c: Same.
2356 * remote.c: Same.
2357 * rs6000-tdep.c: Same.
2358 * s12z-tdep.c: Same.
2359 * score-tdep.c: Same.
2360 * ser-base.c: Same.
2361 * ser-go32.c: Same.
2362 * skip.c: Same.
2363 * sol-thread.c: Same.
2364 * solib-svr4.c: Same.
2365 * solib.c: Same.
2366 * source.c: Same.
2367 * sparc-nat.c: Same.
2368 * sparc-sol2-tdep.c: Same.
2369 * sparc-tdep.c: Same.
2370 * sparc64-tdep.c: Same.
2371 * stabsread.c: Same.
2372 * stack.c: Same.
2373 * symfile.c: Same.
2374 * symtab.c: Same.
2375 * target-descriptions.c: Same.
2376 * target-float.c: Same.
2377 * thread.c: Same.
2378 * utils.c: Same.
2379 * valops.c: Same.
2380 * valprint.c: Same.
2381 * value.c: Same.
2382 * varobj.c: Same.
2383 * windows-nat.c: Same.
2384 * xcoffread.c: Same.
2385 * xstormy16-tdep.c: Same.
2386 * xtensa-tdep.c: Same.
2387
2388 2019-10-17 Tom Tromey <tromey@adacore.com>
2389
2390 * configure: Rebuild.
2391 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
2392 in AC_CONFIG_FILES invocation.
2393 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
2394 new-style config.status invocation.
2395
2396 2019-10-17 Tom de Vries <tdevries@suse.de>
2397
2398 * arm-nbsd-nat.c: Fix typos in comments.
2399 * arm-tdep.c: Same.
2400 * darwin-nat-info.c: Same.
2401 * dwarf2read.c: Same.
2402 * elfread.c: Same.
2403 * event-top.c: Same.
2404 * findvar.c: Same.
2405 * gdbtypes.c: Same.
2406 * hppa-tdep.c: Same.
2407 * i386-tdep.c: Same.
2408 * jit.c: Same.
2409 * main.c: Same.
2410 * mdebugread.c: Same.
2411 * moxie-tdep.c: Same.
2412 * nto-procfs.c: Same.
2413 * osabi.c: Same.
2414 * ppc-linux-tdep.c: Same.
2415 * remote.c: Same.
2416 * riscv-tdep.c: Same.
2417 * s390-tdep.c: Same.
2418 * sh-tdep.c: Same.
2419 * sparc-linux-tdep.c: Same.
2420 * sparc-nat.c: Same.
2421 * stack.c: Same.
2422 * target-descriptions.c: Same.
2423 * top.c: Same.
2424 * varobj.c: Same.
2425
2426 2019-10-16 Tom Tromey <tom@tromey.com>
2427
2428 * objfiles.h (struct objfile) <original_name>: Now const.
2429
2430 2019-10-16 Christian Biesinger <cbiesinger@google.com>
2431
2432 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
2433 pass on to sigsetjmp's second argument.
2434 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
2435
2436 2019-10-16 Keith Seitz <keiths@redhat.com>
2437
2438 PR gdb/23567
2439 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
2440 sections whose size is greater than the file size.
2441
2442 2019-10-16 Jim Wilson <jimw@sifive.com>
2443
2444 * riscv-tdep.c (riscv_gcc_target_options): New.
2445 (riscv_gnu_triplet_regexp): New.
2446 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
2447 set_gdbarch_gnu_triplet_regexp.
2448
2449 2019-10-16 Christian Biesinger <cbiesinger@google.com>
2450
2451 * Makefile.in: Add xml-builtin.h.
2452 * features/feature_to_c.sh: Add an include for xml-builtin.h
2453 to ensure that the compiler checks that the types match.
2454 * xml-builtin.h: New file.
2455 * xml-support.c (fetch_xml_builtin): Add missing const.
2456 * xml-support.h: Remove declaration of xml_builtins.
2457
2458 2019-10-16 Tom de Vries <tdevries@suse.de>
2459
2460 PR tdep/25096
2461 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
2462 (amd64_classify_aggregate): ... here.
2463 (amd64_classify_aggregate_field): Handled fiels of nested structs
2464 recursively.
2465
2466 2019-10-16 Tom de Vries <tdevries@suse.de>
2467
2468 PR tdep/24104
2469 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
2470 that handles 'theclass'.
2471
2472 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2473
2474 * linespec.c (decode_digits_ordinary): Update comment.
2475 * make-target-delegates: No longer need to handle VEC case.
2476 * memrange.c (normalize_mem_ranges): Update comment.
2477 * namespace.c (add_using_directive): Update comment.
2478 * objc-lang.c (uniquify_strings): Update comment.
2479 * ppc-linux-nat.c (struct thread_points): Update comment.
2480 * probe.h (find_probes_in_objfile): Update comment.
2481 * target.h (enum flash_preserve_mode): Update comment.
2482 * varobj.c (varobj_restrict_range): Update comment.
2483 * varobj.h (varobj_list_children): Update comment.
2484
2485 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2486
2487 * Makefile.in: Remove references to vec.h and vec.c.
2488 * aarch64-tdep.c: No longer include vec.h.
2489 * ada-lang.c: Likewise.
2490 * ada-lang.h: Likewise.
2491 * arm-tdep.c: Likewise.
2492 * ax.h: Likewise.
2493 * breakpoint.h: Likewise.
2494 * charset.c: Likewise.
2495 * cp-support.h: Likewise.
2496 * dtrace-probe.c: Likewise.
2497 * dwarf2read.c: Likewise.
2498 * extension.h: Likewise.
2499 * gdb_bfd.c: Likewise.
2500 * gdbsupport/gdb_vecs.h: Likewise.
2501 * gdbsupport/vec.c: Remove.
2502 * gdbsupport/vec.h: Remove.
2503 * gdbthread.h: Likewise.
2504 * guile/scm-type.c: Likewise.
2505 * inline-frame.c: Likewise.
2506 * machoread.c: Likewise.
2507 * memattr.c: Likewise.
2508 * memrange.h: Likewise.
2509 * namespace.h: Likewise.
2510 * nat/linux-btrace.h: Likewise.
2511 * osdata.c: Likewise.
2512 * parser-defs.h: Likewise.
2513 * progspace.h: Likewise.
2514 * python/py-type.c: Likewise.
2515 * record-btrace.c: Likewise.
2516 * rust-exp.y: Likewise.
2517 * solib-target.c: Likewise.
2518 * stap-probe.c: Likewise.
2519 * target-descriptions.c: Likewise.
2520 * target-memory.c: Likewise.
2521 * target.h: Likewise.
2522 * varobj.c: Likewise.
2523 * varobj.h: Likewise.
2524 * xml-support.h: Likewise.
2525
2526 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2527
2528 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
2529 Update for new std::vector based implementation.
2530 (process_psymtab_comp_unit_reader): Likewise.
2531 (scan_partial_symbols): Likewise.
2532 (recursively_compute_inclusions): Likewise.
2533 (compute_compunit_symtab_includes): Likewise.
2534 (process_imported_unit_die): Likewise.
2535 (queue_and_load_dwo_tu): Likewise.
2536 (follow_die_sig_1): Likewise.
2537 * gdb/dwarf2read.h: Remove DEF_VEC_P.
2538 (typedef dwarf2_per_cu_ptr): Remove.
2539 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
2540 function.
2541 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
2542 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
2543 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
2544 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
2545 std::vector.
2546
2547 2019-10-15 Tom Tromey <tromey@adacore.com>
2548
2549 * windows-nat.c (windows_nat_target::resume): Use %x when logging
2550 TID.
2551
2552 2019-10-15 Tom Tromey <tromey@adacore.com>
2553
2554 * windows-nat.c (windows_nat_target::fetch_registers)
2555 (windows_nat_target::store_registers): Rename "pid" to "tid".
2556
2557 2019-10-15 Tom Tromey <tromey@adacore.com>
2558
2559 * gdbarch.h, gdbarch.c: Rebuild.
2560 * gdbarch.sh (gcc_target_options): Change return type to
2561 std::string.
2562 * compile/compile.c (get_args): Update.
2563 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
2564 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
2565 std::string.
2566 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
2567 std::string.
2568 * arch-utils.c (default_gcc_target_options): Return std::string.
2569 * arch-utils.h (default_gcc_target_options): Return std::string.
2570 * s390-tdep.c (s390_gcc_target_options): Return std::string.
2571
2572 2019-10-15 Christian Biesinger <cbiesinger@google.com>
2573
2574 * breakpoint.c (breakpoint_chain): Make static.
2575 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
2576 of accessing breakpoint_chain.
2577
2578 2019-10-15 Christian Biesinger <cbiesinger@google.com>
2579
2580 * breakpoint.c (iterate_over_breakpoints): Change function pointer
2581 to a gdb::function_view and return value to bool.
2582 * breakpoint.h (iterate_over_breakpoints): Likewise.
2583 * dummy-frame.c (pop_dummy_frame_bpt): Update.
2584 (pop_dummy_frame): Update.
2585 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
2586 (gdbscm_breakpoints): Update.
2587 * python/py-breakpoint.c (build_bp_list): Update.
2588 (gdbpy_breakpoints): Update.
2589 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
2590 Update.
2591 (bpfinishpy_handle_stop): Update.
2592 (bpfinishpy_handle_exit): Update.
2593 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
2594 (svr4_update_solib_event_breakpoints): Update.
2595
2596 2019-10-15 Andreas Arnez <arnez@linux.ibm.com>
2597
2598 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
2599 when unwrapping single-field structs.
2600
2601 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2602
2603 * dwarf2read.c: Remove includes.
2604
2605 2019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2606
2607 * ui-out.c (ui_out::call_do_message): Silence
2608 -Wformat-nonliteral warning.
2609
2610 2019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2611
2612 * breakpoint.c: Remove some includes: continuations.h, skip.h,
2613 mi/mi-main.h, readline/readline.h, readline/history.h. Add
2614 include: readline/tilde.h.
2615
2616 2019-10-12 Christian Biesinger <cbiesinger@google.com>
2617
2618 * remote.c (remote_target::get_trace_status): Remove declaration of
2619 trace_regblock_size.
2620
2621 2019-10-12 Christian Biesinger <cbiesinger@google.com>
2622
2623 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
2624 (show_user): Remove declaration of cmdlist.
2625 * cli/cli-cmds.h (max_user_call_depth): Declare.
2626 * cli/cli-script.c (execute_user_command): Remove declaration
2627 of max_user_call_depth.
2628
2629 2019-10-11 Jim Wilson <jimw@sifive.com>
2630
2631 * gdbsupport/print-utils.h (pulongest): Fix comment.
2632 (plongest): Likewise.
2633 (phex): Add missing comment, mention leading zeros.
2634 (phex_nz): Add mention of no leading zeros to comment.
2635
2636 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
2637 plongest instead of unsigned long long cast.
2638
2639 2019-10-10 Christian Biesinger <cbiesinger@google.com>
2640
2641 * main.c (captured_main_1): Include gdbtk.h and remove declarations
2642 for external_editor_command and gdbtk_test.
2643
2644 2019-10-10 Christian Biesinger <cbiesinger@google.com>
2645
2646 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
2647 * varobj.c (varobjdebug): Move comment to...
2648 * varobj.h (varobjdebug): ...here, and declare.
2649
2650 2019-10-09 Tom Tromey <tom@tromey.com>
2651
2652 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
2653 erase_data_content.
2654
2655 2019-10-09 Tom Tromey <tom@tromey.com>
2656
2657 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
2658 * tui/tui-stack.c (tui_locator_window::rerender): Update.
2659 * tui/tui-command.c (tui_cmd_window::resize)
2660 (tui_refresh_cmd_win): Update.
2661 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
2662 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
2663 * tui/tui-data.c (~tui_gen_win_info): Remove.
2664 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
2665 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
2666 (tui_redisplay_readline, tui_mld_flush)
2667 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
2668 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
2669 (tui_data_window::erase_data_content)
2670 (tui_data_item_window::rerender)
2671 (tui_data_item_window::refresh_window): Update.
2672 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
2673 (box_win, tui_gen_win_info::make_window)
2674 (tui_gen_win_info::make_visible): Update.
2675 (tui_delete_win): Remove.
2676 * tui/tui-winsource.c
2677 (tui_source_window_base::do_erase_source_content): Update.
2678 (tui_show_source_line, tui_source_window_base::update_tab_width)
2679 (tui_source_window_base::update_exec_info): Update.
2680 * tui/tui-data.h (struct curses_deleter): New.
2681 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
2682 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
2683
2684 2019-10-09 Tom Tromey <tom@tromey.com>
2685
2686 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
2687
2688 2019-10-09 Tom Tromey <tom@tromey.com>
2689
2690 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
2691 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
2692
2693 2019-10-09 Tom Tromey <tom@tromey.com>
2694
2695 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
2696 window height directly.
2697 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
2698 declare.
2699 * tui/tui-layout.c (tui_default_win_height): Remove.
2700 (tui_default_win_viewport_height): Remove.
2701
2702 2019-10-09 Tom Tromey <tom@tromey.com>
2703
2704 * tui/tui.h: Remove comments.
2705
2706 2019-10-09 Tom de Vries <tdevries@suse.de>
2707
2708 * python/lib/gdb/printer/bound_registers.py: Use
2709 '^builtin_type_bound128' as regexp argument for
2710 add_builtin_pretty_printer.
2711
2712 2019-10-09 Christian Biesinger <cbiesinger@google.com>
2713
2714 * guile/guile.c (guile_extension_script_ops): Remove forward
2715 declaration and mark as static.
2716 (guile_script_ops): Likewise.
2717 (extension_language_guile): Move further down in the file so
2718 it can reference the definitions for guile_{extension_,}script_ops.
2719
2720 2019-10-09 Andreas Arnez <arnez@linux.ibm.com>
2721
2722 * s390-tdep.c (390_process_record): Handle new arch13 instructions
2723 except SORTL, DFLTCC, and KDSA.
2724
2725 2019-10-08 Tom Tromey <tromey@adacore.com>
2726
2727 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
2728 (struct safe_symbol_file_add_args): Remove.
2729
2730 2019-10-08 Tom Tromey <tromey@adacore.com>
2731
2732 * windows-nat.c: Don't include buildsym-legacy.h.
2733
2734 2019-10-08 Tom Tromey <tromey@adacore.com>
2735
2736 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
2737
2738 2019-10-08 Christian Biesinger <cbiesinger@google.com>
2739
2740 * gdbtypes.c (overload_debug): Move comment to header.
2741 * gdbtypes.h (overload_debug): Declare.
2742 * valops.c: Remove declaration of overload_debug, instead
2743 include gdbtypes.h.
2744
2745 2019-10-08 Christian Biesinger <cbiesinger@google.com>
2746
2747 * language.c (show_language_command): Pass lang_frame_mismatch_warn
2748 through _().
2749 (lang_frame_mismatch_warn): Make const, mark with N_(), and
2750 move comment...
2751 * language.h (lang_frame_mismatch_warn): ... here. Also add
2752 declaration.
2753 * top.c (lang_frame_mismatch_warn): Remove declaration.
2754 (check_frame_language_change): Pass lang_frame_mismatch_warn
2755 through _().
2756
2757 2019-10-07 Christian Biesinger <cbiesinger@google.com>
2758
2759 * c-lang.h (vtbl_ptr_name): Declare.
2760 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
2761 it from the header.
2762 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
2763
2764 2019-10-07 Christian Biesinger <cbiesinger@google.com>
2765
2766 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
2767 gdb_static_assert.
2768
2769 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2770
2771 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
2772 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
2773 * ctfread.c: New file.
2774 * ctfread.h: New file.
2775 * elfread.c: Include ctfread.h.
2776 (struct elfinfo text_p): New member ctfsect.
2777 (elf_locate_sections): Mark CTF section.
2778 (elf_symfile_read): Call elfctf_build_psymtabs.
2779 * Makefile.in (LIBCTF): Add.
2780 (CLIBS): Use it.
2781 (CDEPS): Likewise.
2782 (DIST): Add ctfread.c.
2783
2784 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2785
2786 * ctfread.c (struct nextfield): Renamed to ...
2787 (struct ctf_nextfield): ... this.
2788 (struct field_info): Renamed to ...
2789 (strut ctf_field_info): ... this.
2790 (attach_fields_to_type): Update for renamed structures.
2791 (ctf_add_member_cb): Likewise.
2792 (ctf_add_enum_member_cb): Likewise.
2793 (process_struct_members): Likewise.
2794 (process_enum_type): Likewise.
2795
2796 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2797
2798 * tracectf.h: Rename, was ctf.h.
2799 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
2800 * tracefile.c: Likewise.
2801 * tracepoint.c: Remove unused include ctf.h.
2802 * mi/mi-main.c: Likewise.
2803 * Makefile.in Replace ctf.c with tracectf.c.
2804
2805 2019-10-06 Joel Brobecker <brobecker@adacore.com>
2806
2807 * version.in: Change version number to "9.0.50.DATE-git".
2808
2809 2019-10-03 Tom Tromey <tom@tromey.com>
2810
2811 PR rust/24976:
2812 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
2813
2814 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2815
2816 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
2817 cp_search_name_hash.
2818 * NEWS: Add entry about nested function support.
2819
2820 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2821 Andrew Burgess <andrew.burgess@embecosm.com>
2822
2823 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
2824 for nested static variables when searchin VAR_DOMAIN.
2825 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
2826 global scope, update comment.
2827 (add_partial_subprogram): Call add_partial_subprogram recursively
2828 for nested subroutines when processinng Fortran.
2829 (load_partial_dies): Process the child entities of a subprogram
2830 when processing Fortran.
2831 (partial_die_parent_scope): Handle building scope
2832 for Fortran nested functions.
2833 (process_die): Record that nested functions have a scope.
2834 (new_symbol): Always record Fortran subprograms on the global
2835 symbol list.
2836 (determine_prefix): How to build the prefix for Fortran
2837 subprograms.
2838
2839 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2840
2841 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
2842 have just sent the thread a SIGSTOP and are waiting for it to
2843 arrive.
2844
2845 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2846
2847 * btrace.c (btrace_add_pc): Remove whitespace before the template
2848 parameter in 'std::vector <...>'.
2849 (parse_xml_btrace_block): Likewise.
2850 (btrace_maint_decode_pt): Likewise.
2851 (btrace_maint_update_packets): Likewise.
2852 (btrace_maint_print_packets): Likewise.
2853 * btrace.h (struct btrace_maint_info): Likewise.
2854 * dwarf2read.c (struct type_unit_group): Likewise.
2855 (build_type_psymtabs_reader): Likewise.
2856 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
2857 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
2858 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
2859
2860 2019-10-03 Tom de Vries <tdevries@suse.de>
2861
2862 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
2863 the first line of the help text for set/show style metadata.
2864
2865 2019-10-02 Tom Tromey <tromey@adacore.com>
2866
2867 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
2868 * gdbsupport/common-inferior.c: New file.
2869 * infcmd.c (startup_with_shell): Don't define.
2870 * nat/fork-inferior.h (startup_with_shell): Don't declare.
2871 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
2872 * inferior.h (startup_with_shell): Don't declare.
2873
2874 2019-10-02 Christian Biesinger <cbiesinger@google.com>
2875
2876 * gdbsupport/gdb_assert.h: Include errors.h.
2877 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
2878
2879 2019-10-02 Tom Tromey <tromey@adacore.com>
2880
2881 * NEWS: Add $_ada_exception entry.
2882 * ada-lang.c (struct ada_catchpoint): Add constructor.
2883 <m_kind>: New member.
2884 (allocate_location_exception, re_set_exception): Remove
2885 "ex" parameter.
2886 (should_stop_exception): Compute $_ada_exception.
2887 (check_status_exception, print_it_exception)
2888 (print_one_exception, print_mention_exception): Remove
2889 "ex" parameter.
2890 (allocate_location_catch_exception, re_set_catch_exception)
2891 (check_status_exception, print_it_catch_exception)
2892 (print_one_catch_exception, print_mention_catch_exception)
2893 (print_recreate_catch_exception)
2894 (allocate_location_catch_exception_unhandled)
2895 (re_set_catch_exception_unhandled)
2896 (check_status_exception, print_it_catch_exception_unhandled)
2897 (print_one_catch_exception_unhandled)
2898 (print_mention_catch_exception_unhandled)
2899 (print_recreate_catch_exception_unhandled)
2900 (allocate_location_catch_assert, re_set_catch_assert)
2901 (check_status_assert, print_it_catch_assert)
2902 (print_one_catch_assert, print_mention_catch_assert)
2903 (print_recreate_catch_assert)
2904 (allocate_location_catch_handlers, re_set_catch_handlers)
2905 (check_status_handlers, print_it_catch_handlers)
2906 (print_one_catch_handlers, print_mention_catch_handlers)
2907 (print_recreate_catch_handlers): Remove.
2908 (create_ada_exception_catchpoint): Update.
2909 (initialize_ada_catchpoint_ops): Update.
2910
2911 2019-10-02 Tom Tromey <tromey@adacore.com>
2912
2913 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
2914 (create_excep_cond_exprs): Simplify exception string computation.
2915 (ada_exception_catchpoint_cond_string): Likewise.
2916
2917 2019-10-02 Tom Tromey <tromey@adacore.com>
2918
2919 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
2920 * ada-lang.c (lesseq_defined_than): Handle
2921 LOC_STATIC.
2922 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
2923 parameter.
2924 (dwarf2_has_info): Likewise.
2925 (new_symbol): Set maybe_copied on symbol when
2926 appropriate.
2927 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
2928 parameter.
2929 <can_copy>: New member.
2930 * elfread.c (record_minimal_symbol): Set maybe_copied
2931 on symbol when appropriate.
2932 (elf_symfile_read): Update call to dwarf2_has_info.
2933 * minsyms.c (lookup_minimal_symbol_linkage): New
2934 function.
2935 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
2936 * symtab.c (get_symbol_address, get_msymbol_address):
2937 New functions.
2938 * symtab.h (get_symbol_address, get_msymbol_address):
2939 Declare.
2940 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
2941 maybe_copied.
2942 (struct symbol, struct minimal_symbol) <maybe_copied>:
2943 New member.
2944
2945 2019-10-02 Tom Tromey <tromey@adacore.com>
2946
2947 * source.c (struct current_source_location): New.
2948 (current_source_key): New global.
2949 (current_source_symtab, current_source_line)
2950 (current_source_pspace): Remove.
2951 (get_source_location): New function.
2952 (get_current_source_symtab_and_line)
2953 (set_default_source_symtab_and_line)
2954 (set_current_source_symtab_and_line)
2955 (clear_current_source_symtab_and_line, select_source_symtab)
2956 (info_source_command, print_source_lines_base)
2957 (info_line_command, search_command_helper, _initialize_source):
2958 Update.
2959
2960 2019-10-02 Tom Tromey <tromey@adacore.com>
2961
2962 * source.c (select_source_symtab): Don't call
2963 decode_line_with_current_source.
2964
2965 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2966
2967 * symtab.c (lookup_global_symbol): Search global block.
2968
2969 2019-10-02 Tom Tromey <tromey@adacore.com>
2970
2971 * coffread.c (process_coff_symbol): Update.
2972 * dwarf2read.c (var_decode_location, new_symbol): Update.
2973 * mdebugread.c (parse_symbol): Update.
2974 * objfiles.c (relocate_one_symbol): Update.
2975 * stabsread.c (define_symbol, fix_common_block)
2976 (scan_file_globals): Update.
2977 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
2978 (SET_SYMBOL_VALUE_ADDRESS): New macro.
2979 * xcoffread.c (process_xcoff_symbol): Update.
2980
2981 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2982
2983 * MAINTAINERS: Update my email address.
2984
2985 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2986
2987 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
2988 std::vector.
2989 (build_type_psymtabs_reader): Update for std::vector.
2990 (build_type_psymtab_dependencies): Likewise.
2991 * dwarf2read.h: Remove use of DEF_VEC_P.
2992 (typedef sig_type_ptr): Delete.
2993
2994 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2995
2996 * btrace.c (btrace_maint_clear): Update to handle change from VEC
2997 to std::vector.
2998 (btrace_maint_decode_pt): Likewise, and move allocation of the
2999 vector outside of the loop.
3000 (btrace_maint_update_packets): Update to handle change from VEC to
3001 std::vector.
3002 (btrace_maint_print_packets): Likewise.
3003 (maint_info_btrace_cmd): Likewise.
3004 * btrace.h: Remove use of DEF_VEC_O.
3005 (typedef btrace_pt_packet_s): Delete.
3006 (struct btrace_maint_info) <packets>: Change fromm VEC to
3007 std::vector.
3008 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
3009
3010 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
3011
3012 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
3013 make accesses into the vector constant references.
3014 (btrace_add_pc): Update for std::vector.
3015 (btrace_stitch_bts): Likewise.
3016 (parse_xml_btrace_block): Likewise.
3017 (btrace_maint_update_packets): Likewise.
3018 (btrace_maint_print_packets): Likewise.
3019 (maint_info_btrace_cmd): Likewise.
3020 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
3021 std::vector.
3022 (btrace_data::empty): Likewise.
3023 (btrace_data_append): Likewise.
3024 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
3025 (typedef btrace_block_s): Delete.
3026 (struct btrace_block): Add constructor.
3027 (struct btrace_data_bts) <blocks>: Change to std::vector.
3028 * nat/linux-btrace.c (perf_event_read_bts): Update for
3029 std::vector.
3030 (linux_read_bts): Likewise.
3031
3032 2019-10-01 Tom Tromey <tom@tromey.com>
3033
3034 * cli/cli-logging.c (show_logging_filename): Use styled_string.
3035
3036 2019-10-01 Tom Tromey <tom@tromey.com>
3037
3038 * stack.c (print_frame, info_frame_command_core): Use
3039 styled_string.
3040 * linux-thread-db.c (try_thread_db_load_1)
3041 (try_thread_db_load_from_pdir_1): Use styled_string.
3042 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
3043 (auto_load_section_scripts, info_auto_load_local_gdbinit)
3044 (maybe_print_unsupported_script_warning)
3045 (maybe_print_script_not_found_warning): Use styled_string.
3046 * ada-lang.c (user_select_syms): Use styled_string.
3047
3048 2019-10-01 Tom Tromey <tom@tromey.com>
3049
3050 * p-lang.c (pascal_printstr): Use metadata style.
3051 * value.c (show_convenience): Use metadata style.
3052 * valprint.c (valprint_check_validity, val_print_optimized_out)
3053 (val_print_not_saved, val_print_unavailable)
3054 (val_print_invalid_address, generic_val_print, val_print)
3055 (value_check_printable, val_print_array_elements): Use metadata
3056 style.
3057 * ui-out.h (class ui_out) <field_fmt>: New overload.
3058 <do_field_fmt>: Add style parameter.
3059 * ui-out.c (ui_out::field_fmt): New overload.
3060 * typeprint.c (type_print_unknown_return_type)
3061 (val_print_not_allocated, val_print_not_associated): Use metadata
3062 style.
3063 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
3064 parameter.
3065 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
3066 * tracepoint.c (tvariables_info_1): Use metadata style.
3067 * stack.c (print_frame_arg, print_frame_info, print_frame)
3068 (info_frame_command_core): Use metadata style.
3069 * skip.c (info_skip_command): Use metadata style.
3070 * rust-lang.c (rust_print_enum): Use metadata style.
3071 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
3072 metadata style.
3073 * python/py-framefilter.c (py_print_single_arg): Use metadata
3074 style.
3075 * printcmd.c (do_one_display, print_variable_and_value): Use
3076 metadata style.
3077 * p-valprint.c (pascal_val_print)
3078 (pascal_object_print_value_fields): Use metadata style.
3079 * p-typeprint.c (pascal_type_print_base): Use metadata style.
3080 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
3081 parameter.
3082 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
3083 * m2-valprint.c (m2_print_long_set): Use metadata style.
3084 * m2-typeprint.c (m2_print_type): Use metadata style.
3085 * infcmd.c (print_return_value_1): Use metadata style.
3086 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
3087 * f-valprint.c (info_common_command_for_block): Use metadata
3088 style.
3089 * f-typeprint.c (f_type_print_base): Use metadata style.
3090 * expprint.c (print_subexp_standard): Use metadata style.
3091 * cp-valprint.c (cp_print_value_fields): Use metadata style.
3092 * cli/cli-style.h (class cli_style_option): Add constructor.
3093 (metadata_style): Declare.
3094 * cli/cli-style.c (metadata_style): New global.
3095 (_initialize_cli_style): Register metadata style.
3096 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
3097 parameter.
3098 * cli-out.c (cli_ui_out::do_field_fmt): Update.
3099 * c-typeprint.c (c_type_print_base_struct_union)
3100 (c_type_print_base_1): Use metadata style.
3101 * breakpoint.c (watchpoint_value_print)
3102 (print_one_breakpoint_location): Use metadata style.
3103 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
3104 style.
3105 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
3106 style.
3107 * ada-valprint.c (val_print_packed_array_elements, printstr)
3108 (print_field_values, ada_val_print_ref, ada_val_print): Use
3109 metadata style.
3110 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
3111 style.
3112 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
3113 style.
3114 * ada-lang.c (user_select_syms): Use metadata style.
3115
3116 2019-10-01 Tom Tromey <tom@tromey.com>
3117
3118 * cli/cli-cmds.c (pwd_command): Style output.
3119
3120 2019-10-01 Pedro Alves <palves@redhat.com>
3121 Tom Tromey <tom@tromey.com>
3122
3123 * symtab.c (print_symbol_info): Use %ps.
3124 (print_msymbol_info): Use %ps.
3125 * symfile.c (symbol_file_add_with_addrs): Use %ps.
3126 * printcmd.c (print_variable_and_value): Use %ps.
3127 * macrocmd.c (show_pp_source_pos): Use %ps.
3128 * infrun.c (print_exited_reason): Use ui_out::message.
3129 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
3130 (describe_other_breakpoints): Use ui_out::message and new
3131 formats.
3132 (say_where): Use new formats.
3133 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
3134 and new formats.
3135
3136 2019-10-01 Pedro Alves <palves@redhat.com>
3137 Tom Tromey <tom@tromey.com>
3138
3139 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
3140 (test_gdb_formats): New function.
3141 (run_tests): Call it.
3142 (test_format_specifier): Update.
3143 * utils.h (fputs_filtered): Update comment.
3144 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
3145 (fputs_styled_unfiltered): Declare.
3146 * utils.c (fputs_styled_unfiltered): New function.
3147 (vfprintf_maybe_filtered): Add gdbfmt parameter.
3148 (vfprintf_filtered): Update.
3149 (vfprintf_unfiltered, vprintf_filtered): Update.
3150 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
3151 * ui-out.h (enum ui_out_flag) <unfiltered_output,
3152 disallow_ui_out_field>: New constants.
3153 (enum class field_kind): New.
3154 (struct base_field_s, struct signed_field_s): New.
3155 (signed_field): New function.
3156 (struct string_field_s): New.
3157 (string_field): New function.
3158 (struct styled_string_s): New.
3159 (styled_string): New function.
3160 (class ui_out) <message>: Add comment.
3161 <vmessage, call_do_message>: New methods.
3162 <do_message>: Add style parameter.
3163 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
3164 methods.
3165 (ui_out::message): Rewrite.
3166 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
3167 parameter.
3168 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
3169 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
3170 gdb_extensions parameter.
3171 (class format_piece): Add parameter to constructor.
3172 (n_int_args): New field.
3173 * gdbsupport/format.c (format_pieces::format_pieces): Add
3174 gdb_extensions parameter. Handle '*'.
3175 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
3176 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
3177 vfprintf_styled_no_gdbfmt.
3178 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
3179 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
3180 unfiltered output.
3181 * ui-style.h (struct ui_file_style) <ptr>: New method.
3182
3183 2019-10-01 Tom Tromey <tom@tromey.com>
3184
3185 * unittests/format_pieces-selftests.c: Update. Add final format.
3186 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
3187 empty literal pieces.
3188
3189 2019-10-01 Tom Tromey <tom@tromey.com>
3190
3191 * ui-out.h (enum class ui_out_style_kind): Remove.
3192 (class ui_out) <field_string, field_stsream, do_field_string>:
3193 Change type of "style".
3194 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
3195 (ui_out::field_string): Update.
3196 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
3197 of "style".
3198 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
3199 * tracepoint.c (print_one_static_tracepoint_marker): Update.
3200 * stack.c (print_frame_arg, print_frame_info, print_frame):
3201 Update.
3202 * source.c (print_source_lines_base): Update.
3203 * solib.c (info_sharedlibrary_command): Update.
3204 * skip.c (info_skip_command): Update.
3205 * record-btrace.c (btrace_call_history_src_line)
3206 (btrace_call_history): Update.
3207 * python/py-framefilter.c (py_print_frame): Update.
3208 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
3209 "style".
3210 * mi/mi-out.c (mi_ui_out::do_table_header)
3211 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
3212 (mi_ui_out::do_field_string): Update.
3213 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3214 Update.
3215 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
3216 "style".
3217 * cli-out.c (cli_ui_out::do_table_header)
3218 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
3219 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
3220 (cli_ui_out::do_field_fmt): Update.
3221 * breakpoint.c (print_breakpoint_location): Update.
3222 (update_static_tracepoint): Update.
3223
3224 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3225
3226 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
3227 conversion of gdb_datadir.
3228 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
3229 remove not needed c_str ().
3230
3231 2019-09-30 Ali Tamur <tamur@google.com>
3232
3233 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
3234 (dwarf2_string_attr): Likewise.
3235
3236 2019-09-30 Ali Tamur <tamur@google.com>
3237
3238 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
3239 (process_full_type_unit): Likewise.
3240 (dump_die_shallow): Likewise.
3241 (cu_debug_loc_section): Likewise.
3242
3243 2019-09-28 Christian Biesinger <cbiesinger@google.com>
3244
3245 * minsyms.c (compare_minimal_symbols): Rename to...
3246 (minimal_symbol_is_less_than): ...this, and adjust to STL
3247 conventions (return bool, take arguments as references)
3248 (minimal_symbol_reader::install): Call std::sort instead
3249 of qsort.
3250
3251 2019-09-29 Christian Biesinger <cbiesinger@google.com>
3252
3253 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
3254 hash and why.
3255 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
3256 msymbol_hash, msymbol_demangled_hash>: Improve comments.
3257
3258 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
3259
3260 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
3261 * psympriv.h (add_psymbol_to_list): Move comment here and update
3262 it.
3263
3264 2019-09-29 Tom de Vries <tdevries@suse.de>
3265
3266 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
3267 Use $tmpdir/$(basename "$output_file").dwz instead of
3268 "${output_file}.dwz".
3269
3270 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
3271
3272 PR gdb/25045
3273 * hppa-linux-nat.c: Include gdbarch.h.
3274
3275 2019-09-26 Christian Biesinger <cbiesinger@google.com>
3276
3277 * blockframe.c (find_pc_partial_function): Change return type to bool.
3278 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
3279 * minsyms.c (in_gnu_ifunc_stub): Likewise.
3280 (stub_gnu_ifunc_resolve_name): Likewise.
3281 * symtab.c (compare_filenames_for_search): Likewise.
3282 (compare_glob_filenames_for_search): Likewise.
3283 (matching_obj_sections): Likewise.
3284 (symbol_matches_domain): Likewise.
3285 (find_line_symtab): Change out param EXACT_MATCH to bool *.
3286 (find_line_pc): Change return type to bool.
3287 (find_line_pc_range): Likewise.
3288 (producer_is_realview): Likewise.
3289 * symtab.h (symbol_matches_domain): Likewise.
3290 (find_pc_partial_function): Likewise.
3291 (find_pc_line_pc_range): Likewise.
3292 (in_gnu_ifunc_stub): Likewise.
3293 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
3294 (find_line_pc): Likewise.
3295 (find_line_pc_range): Likewise.
3296 (matching_obj_sections): Likewise.
3297 (find_line_symtab): Change out parameter to bool.
3298 (producer_is_realview): Change return type to bool.
3299 (compare_filenames_for_search): Likewise.
3300 (compare_glob_filenames_for_search): Likewise.
3301
3302 2019-09-26 Tom Tromey <tom@tromey.com>
3303
3304 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
3305 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
3306 * gdb_usleep.h: Remove.
3307 * gdb_usleep.c: Remove.
3308 * utils.c: Don't include gdb_usleep.h.
3309
3310 2019-09-26 Tom Tromey <tromey@adacore.com>
3311
3312 * python/py-type.c (type_to_type_object): Call check_typedef
3313 for stub types.
3314
3315 2019-09-26 Tom Tromey <tom@tromey.com>
3316
3317 * utils.h (initialize_utils): Don't declare.
3318 * top.c (gdb_init): Don't call initialize_utils.
3319 * utils.c (initialize_utils): Remove. Move contents...
3320 (_initialize_utils): ... here.
3321
3322 2019-09-25 Tom Tromey <tom@tromey.com>
3323
3324 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
3325 * utils.h (make_hex_string): Don't declare.
3326 * utils.c (make_hex_string): Remove.
3327
3328 2019-09-24 Tom de Vries <tdevries@suse.de>
3329
3330 PR gdb/23815
3331 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
3332 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
3333
3334 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
3335
3336 * NEWS: Mention new simulator port for PRU.
3337
3338 2019-09-23 Christian Biesinger <cbiesinger@google.com>
3339
3340 * ada-exp.y (write_object_remaining): Update.
3341 * ada-lang.c (ada_decode): Return a std::string instead of a char*
3342 and eliminate the static buffer.
3343 (ada_decode_symbol): Update.
3344 (ada_la_decode): Update.
3345 (ada_sniff_from_mangled_name): Update.
3346 (is_valid_name_for_wild_match): Update.
3347 (ada_lookup_name_info::matches): Update and simplify.
3348 (name_matches_regex): Update.
3349 (ada_add_global_exceptions): Update.
3350 * ada-lang.h (ada_decode): Update signature.
3351 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
3352 * dwarf-index-write.c (debug_names::insert): Update.
3353
3354 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3355
3356 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
3357 formatting.
3358
3359 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3360
3361 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
3362 Change "nonzero" to "true" in documentation.
3363
3364 2019-09-20 Christian Biesinger <cbiesinger@google.com>
3365
3366 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
3367 (_initialize_darwin_solib): Don't set
3368 darwin_so_ops.lookup_lib_global_symbol.
3369 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
3370 set_gdbarch_iterate_over_objfiles_in_search_order.
3371 (elf_lookup_lib_symbol): Rename to...
3372 (svr4_iterate_over_objfiles_in_search_order): this, and update
3373 to iterate semantics.
3374 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
3375 * solib.c (solib_global_lookup): Remove.
3376 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
3377 (solib_global_lookup): Remove.
3378 * symtab.c (lookup_global_or_static_symbol): Remove call to
3379 solib_global_lookup.
3380
3381 2019-09-20 Joel Brobecker <brobecker@adacore.com>
3382
3383 * NEWS: Move entries about default MI version now being
3384 version 3, and about the GDB/MI fix for multi-location
3385 breakpoints to the "since GDB 8.3" section.
3386
3387 2019-09-20 Joel Brobecker <brobecker@adacore.com>
3388
3389 GDB 8.3.1 released.
3390
3391 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3392
3393 * NEWS: Mention that Cell/B.E. debugging support was removed.
3394 * MAINTAINERS: Remove spu target.
3395
3396 * config/djgpp/fnchange.lst: Remove entries for removed files.
3397
3398 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
3399 spu-multiarch.o, and spu-tdep.o.
3400 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
3401 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
3402 spu-multiarch.c, and spu-tdep.c.
3403 * spu-linux-nat.c: Remove file.
3404 * spu-multiarch.c: Remove file.
3405 * spu-tdep.c: Remove file.
3406 * spu-tdep.h: Remove file.
3407 * solib-spu.c: Remove file.
3408 * solib-spu.h: Remove file.
3409
3410 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
3411 * configure.nat (spu-linux): Remove.
3412 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
3413 solib-multiarch.o from gdb_target_obs.
3414 (spu*-*-*): Remove.
3415
3416 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
3417 feature flag.
3418 (ppc_linux_no_features): Update.
3419 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
3420 Cell/B.E. support.
3421 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
3422 (tdesc_powerpc_cell64l): Likewise.
3423 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
3424 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
3425 Cell/B.E. support.
3426 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
3427 Do not include "features/rs6000/powerpc-cell32l.c" or
3428 "features/rs6000/powerpc-cell64l.c".
3429 (ppc_linux_spu_section): Remove.
3430 (ppc_linux_core_read_description): Remove Cell/B.E. support.
3431 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
3432 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
3433 (ppc_linux_spe_context_lookup): Remove.
3434 (ppc_linux_spe_context_inferior_created): Remove.
3435 (ppc_linux_spe_context_solib_loaded): Remove.
3436 (ppc_linux_spe_context_solib_unloaded): Remove.
3437 (ppc_linux_spe_context): Remove.
3438 (struct ppu2spu_cache): Remove.
3439 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
3440 (struct ppu2spu_data): Remove.
3441 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
3442 ppu2spu_unwind): Remove.
3443 (ppc_linux_init_abi): Remove Cell/B.E. support.
3444 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
3445
3446 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
3447 (rs6000/powerpc-cell64l-expedite): Likewise
3448 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
3449 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
3450 rs6000/powerpc-cell64l.xml.
3451 * features/rs6000/powerpc-cell32l.xml: Remove.
3452 * features/rs6000/powerpc-cell64l.xml: Likewise.
3453 * features/rs6000/powerpc-cell32l.c: Remove generated file.
3454 * features/rs6000/powerpc-cell64l.c: Likewise.
3455 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
3456 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
3457 * regformats/reg-spu.dat: Remove.
3458
3459 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
3460 * corelow.c (struct spuid_list): Remove.
3461 (add_to_spuid_list): Remove.
3462 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3463 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
3464 (remote_protocol_features): Remove associated entries.
3465 (_initialize_remote): No longer initialize them.
3466 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3467 * linux-nat.c (SPUFS_MAGIC): Remove.
3468 (linux_proc_xfer_spu): Remove.
3469 (spu_enumerate_spu_ids): Remove.
3470 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3471 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
3472 (linux_make_corefile_notes): No longer call it.
3473
3474 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
3475 (cooked_write_test): Likewise.
3476
3477 2019-09-20 Tom Tromey <tom@tromey.com>
3478
3479 * NEWS: Mention case-sensitivity of TUI commands.
3480 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
3481 (tui_set_win_height_command, parse_scrolling_args): Likewise.
3482 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
3483
3484 2019-09-20 Tom Tromey <tom@tromey.com>
3485
3486 * tui/tui-source.c (tui_source_window::set_contents): Use
3487 make_unique_xstrdup.
3488 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
3489 make_unique_xstrdup.
3490
3491 2019-09-20 Tom Tromey <tom@tromey.com>
3492
3493 * tui/tui-data.c: Remove separator comments.
3494 * tui/tui-layout.c: Remove separator comments.
3495 * tui/tui-win.c: Remove separator comments.
3496 * tui/tui-wingeneral.c: Remove separator comments.
3497
3498 2019-09-20 Tom Tromey <tom@tromey.com>
3499
3500 * tui/tui.h (strcat_to_buf): Don't declare.
3501 * tui/tui.c (strcat_to_buf): Remove.
3502
3503 2019-09-20 Tom Tromey <tom@tromey.com>
3504
3505 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
3506 from "fullname".
3507 * tui/tui-source.c (tui_source_window::set_contents)
3508 (tui_source_window::location_matches_p)
3509 (tui_source_window::maybe_update): Update.
3510
3511 2019-09-20 Tom Tromey <tom@tromey.com>
3512
3513 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
3514 Update.
3515 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
3516 prefix.
3517 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
3518 (tui_data_window::line_from_reg_element_no)
3519 (tui_data_window::first_reg_element_no_inline)
3520 (tui_data_window::show_registers)
3521 (tui_data_window::show_register_group)
3522 (tui_data_window::display_registers_from)
3523 (tui_data_window::display_registers_from_line)
3524 (tui_data_window::first_data_item_displayed)
3525 (tui_data_window::delete_data_content_windows)
3526 (tui_data_window::erase_data_content)
3527 (tui_data_window::do_scroll_vertical)
3528 (tui_data_window::refresh_window)
3529 (tui_data_window::check_register_values): Update.
3530
3531 2019-09-20 Tom Tromey <tom@tromey.com>
3532
3533 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
3534 (struct tui_locator_window) <full_name, proc_name>: Now
3535 std::string.
3536 * tui/tui-stack.c (tui_locator_window::make_status_line)
3537 (tui_locator_window::set_locator_fullname)
3538 (tui_locator_window::set_locator_info): Update.
3539 * tui/tui-source.c (tui_source_window::set_contents)
3540 (tui_source_window::showing_source_p): Update.
3541
3542 2019-09-20 Tom Tromey <tom@tromey.com>
3543
3544 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
3545 Don't call tui_locator_win_info_ptr.
3546
3547 2019-09-20 Tom Tromey <tom@tromey.com>
3548
3549 * tui/tui-win.c (tui_resize_all): Don't call refresh.
3550
3551 2019-09-20 Tom Tromey <tom@tromey.com>
3552
3553 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
3554 height for locator.
3555 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
3556 * tui/tui-layout.c (show_source_disasm_command, show_data)
3557 (show_source_or_disasm_and_command): Use 1 as height for locator.
3558
3559 2019-09-20 Tom Tromey <tom@tromey.com>
3560
3561 * tui/tui.c (tui_enable): Update.
3562 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
3563 Update.
3564 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
3565 Update.
3566 * tui/tui-data.c (win_resized): Now bool.
3567 (tui_win_resized): Return bool.
3568 (tui_set_win_resized_to): Accept a bool.
3569
3570 2019-09-20 Tom Tromey <tom@tromey.com>
3571
3572 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
3573 Change type of "refresh_values_only".
3574 * tui/tui-regs.c (tui_data_window::show_register_group): Change
3575 type of "refresh_values_only".
3576
3577 2019-09-20 Tom Tromey <tom@tromey.com>
3578
3579 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
3580 std::string.
3581 (tui_disassemble): Add "pos" parameter.
3582 (tui_disasm_window::set_contents): Simplify.
3583
3584 2019-09-20 Tom Tromey <tom@tromey.com>
3585
3586 * tui/tui-winsource.h (struct tui_source_window_base)
3587 <show_source_content>: Now private.
3588 * tui/tui-winsource.c
3589 (tui_source_window_base::show_source_content): Don't handle empty
3590 content case.
3591
3592 2019-09-20 Tom Tromey <tom@tromey.com>
3593
3594 * tui/tui-layout.c (show_source_disasm_command)
3595 (show_source_or_disasm_and_command): Don't call
3596 show_source_content.
3597
3598 2019-09-20 Tom Tromey <tom@tromey.com>
3599
3600 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
3601 Declare.
3602 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
3603 from tui_make_status_line.
3604 (tui_locator_window::rerender): Update.
3605
3606 2019-09-20 Tom Tromey <tom@tromey.com>
3607
3608 * tui/tui-stack.c (tui_make_status_line): Return std::string.
3609 (tui_locator_window::rerender): Update.
3610
3611 2019-09-20 Tom Tromey <tom@tromey.com>
3612
3613 * tui/tui-winsource.h (struct tui_source_window_base)
3614 <~tui_source_window_base>: Don't declare.
3615 <fullname>: Remove.
3616 * tui/tui-winsource.c (~tui_source_window_base): Remove.
3617 * tui/tui-source.h (struct tui_source_window) <fullname>: New
3618 member.
3619 * tui/tui-source.c (tui_source_window::set_contents): Update.
3620 (tui_source_window::location_matches_p)
3621 (tui_source_window::maybe_update): Update.
3622
3623 2019-09-20 Tom Tromey <tom@tromey.com>
3624
3625 * tui/tui-winsource.h (~tui_source_element): Remove.
3626 (tui_source_element): Update.
3627 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
3628 * tui/tui-winsource.c (tui_show_source_line): Update.
3629 * tui/tui-source.c (tui_source_window::set_contents): Update.
3630 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3631
3632 2019-09-20 Tom Tromey <tom@tromey.com>
3633
3634 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
3635 declare.
3636 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
3637 tui_clear_source_windows_detail.
3638 * tui/tui-winsource.h (struct tui_source_window_base)
3639 <clear_detail>: Don't declare.
3640 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
3641 Remove.
3642 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
3643
3644 2019-09-20 Tom Tromey <tromey@adacore.com>
3645
3646 PR ada/24919:
3647 * block.c (contained_in): Fix final return value.
3648
3649 2019-09-20 Alan Modra <amodra@gmail.com>
3650
3651 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
3652 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
3653 (read_indirect_string_from_dwz): Use bfd accessor.
3654 * dwarf2read.h (struct dwz_file <filename>): Likewise.
3655 * machoread.c (macho_symfile_read_all_oso): Likewise.
3656 * solib.c (solib_bfd_open): Likewise.
3657
3658 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3659
3660 * eval.c: Move declaration of overload_resolution to...
3661 * value.h: ...here.
3662
3663 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3664
3665 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
3666 * arm-linux-tdep.c: Likewise.
3667 * arm-nbsd-nat.c: Likewise.
3668 * arm-tdep.h: Declare arm_apcs_32.
3669 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
3670
3671 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3672
3673 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
3674 * dwarf2read.h: Declare dwarf_always_disassemble.
3675
3676 2019-09-19 Tom de Vries <tdevries@suse.de>
3677
3678 PR gdb/25009
3679 * source-cache.c (source_cache::ensure): Catch exception thrown during
3680 construction of the highlighter.
3681
3682 2019-09-18 Alan Modra <amodra@gmail.com>
3683
3684 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
3685 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
3686 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
3687 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
3688 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
3689 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
3690 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
3691 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
3692 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
3693 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
3694 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
3695 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
3696 * solib-spu.c, * solib-svr4.c, * solib-target.c,
3697 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
3698 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
3699 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
3700 * mi/mi-interp.c: Update throughout for bfd section macro and
3701 function changes.
3702 * gcore (gcore_create_callback): Use bfd_set_section_lma.
3703 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
3704
3705 2019-09-18 Tom Tromey <tom@tromey.com>
3706
3707 * NEWS: Add entry.
3708 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
3709 call rl_initialize.
3710 (tui_enable): Do not call rl_initialize.
3711
3712 2019-09-18 Christian Groessler <chris@groessler.org>
3713
3714 * alpha-linux-nat.c: Include gdbarch.h.
3715
3716 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
3717
3718 * ui-file.c: Include cli/cli-style.h.
3719 (term_cli_styling): Remove cli_styling declaration.
3720
3721 2019-09-18 Alan Modra <amodra@gmail.com>
3722
3723 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
3724 to bfd_asymbol_section.
3725
3726 2019-09-18 Alan Modra <amodra@gmail.com>
3727
3728 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
3729 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
3730 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
3731
3732 2019-09-18 Alan Modra <amodra@gmail.com>
3733
3734 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
3735 * spu-linux-nat.c (spu_bfd_open): Likewise.
3736
3737 2019-09-18 Christian Biesinger <cbiesinger@google.com>
3738
3739 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
3740 to bool to match definition in dwarf2read.c.
3741
3742 2019-09-17 Christian Biesinger <cbiesinger@google.com>
3743
3744 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
3745 (print_signatures): Likewise.
3746 (trust_pad_over_xvs): Likewise.
3747 * arch/aarch64-insn.c (aarch64_debug): Likewise.
3748 * arch/aarch64-insn.h (aarch64_debug): Likewise.
3749 * arm-linux-nat.c (arm_apcs_32): Likewise.
3750 * arm-linux-tdep.c (arm_apcs_32): Likewise.
3751 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
3752 * arm-tdep.c (arm_debug): Likewise.
3753 (arm_apcs_32): Likewise.
3754 * auto-load.c (debug_auto_load): Likewise.
3755 (auto_load_gdb_scripts): Likewise.
3756 (global_auto_load): Likewise.
3757 (auto_load_local_gdbinit): Likewise.
3758 (auto_load_local_gdbinit_loaded): Likewise.
3759 * auto-load.h (global_auto_load): Likewise.
3760 (auto_load_local_gdbinit): Likewise.
3761 (auto_load_local_gdbinit_loaded): Likewise.
3762 * breakpoint.c (disconnected_dprintf): Likewise.
3763 (breakpoint_proceeded): Likewise.
3764 (automatic_hardware_breakpoints): Likewise.
3765 (always_inserted_mode): Likewise.
3766 (target_exact_watchpoints): Likewise.
3767 (_initialize_breakpoint): Update.
3768 * breakpoint.h (target_exact_watchpoints): Change to bool.
3769 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
3770 * cli/cli-cmds.c (trace_commands): Likewise.
3771 * cli/cli-cmds.h (trace_commands): Likewise.
3772 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
3773 to bool*.
3774 * cli/cli-logging.c (logging_overwrite): Change to bool.
3775 (logging_redirect): Likewise.
3776 (debug_redirect): Likewise.
3777 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
3778 (struct boolean_option_def) <get_var_address_cb_>: Change return type
3779 to bool.
3780 <boolean_option_def>: Update.
3781 (struct flag_option_def): Change default type of Context to bool
3782 from int.
3783 <flag_option_def>: Change return type of var_address_cb_ to bool*.
3784 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
3785 (get_setshow_command_value_string): Likewise.
3786 * cli/cli-style.c (cli_styling): Change to bool.
3787 (source_styling): Likewise.
3788 * cli/cli-style.h (source_styling): Likewise.
3789 (cli_styling): Likewise.
3790 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
3791 to bool.
3792 * command.h (var_types): Update comment.
3793 (add_setshow_boolean_cmd): Change int* var argument to bool*.
3794 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
3795 bool.
3796 (debug_compile_cplus_scopes): Likewise.
3797 * compile/compile-internal.h (compile_debug): Likewise.
3798 * compile/compile.c (compile_debug): Likewise.
3799 (struct compile_options) <raw>: Likewise.
3800 * cp-support.c (catch_demangler_crashes): Likewise.
3801 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
3802 (usr_cmd_cris_dwarf2_cfi): Likewise.
3803 * csky-tdep.c (csky_debug): Likewise.
3804 * darwin-nat.c (enable_mach_exceptions): Likewise.
3805 * dcache.c (dcache_enabled_p): Likewise.
3806 * defs.h (info_verbose): Likewise.
3807 * demangle.c (demangle): Likewise.
3808 (asm_demangle): Likewise.
3809 * dwarf-index-cache.c (debug_index_cache): Likewise.
3810 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
3811 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
3812 * dwarf2read.c (check_physname): Likewise.
3813 (use_deprecated_index_sections): Likewise.
3814 (dwarf_always_disassemble): Likewise.
3815 * eval.c (overload_resolution): Likewise.
3816 * event-top.c (set_editing_cmd_var): Likewise.
3817 (exec_done_display_p): Likewise.
3818 * event-top.h (set_editing_cmd_var): Likewise.
3819 (exec_done_display_p): Likewise.
3820 * exec.c (write_files): Likewise.
3821 * fbsd-nat.c (debug_fbsd_lwp): Likewise
3822 (debug_fbsd_nat): Likewise.
3823 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
3824 Likewise.
3825 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
3826 <backtrace_past_entry> Likewise.
3827 * gdb-demangle.h (demangle): Likewise.
3828 (asm_demangle): Likewise.
3829 * gdb_bfd.c (bfd_sharing): Likewise.
3830 * gdbcore.h (write_files): Likewise.
3831 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
3832 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
3833 * gdbthread.h (print_thread_events): Likewise.
3834 * gdbtypes.c (opaque_type_resolution): Likewise.
3835 (strict_type_checking): Likewise.
3836 * gnu-nat.c (gnu_debug_flag): Likewise.
3837 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
3838 * guile/scm-param.c (pascm_variable): Add boolval.
3839 (add_setshow_generic): Update.
3840 (pascm_param_value): Update.
3841 (pascm_set_param_value_x): Update.
3842 * hppa-tdep.c (hppa_debug): Change to bool..
3843 * infcall.c (may_call_functions_p): Likewise.
3844 (coerce_float_to_double_p): Likewise.
3845 (unwind_on_signal_p): Likewise.
3846 (unwind_on_terminating_exception_p): Likewise.
3847 * infcmd.c (startup_with_shell): Likewise.
3848 * inferior.c (print_inferior_events): Likewise.
3849 * inferior.h (startup_with_shell): Likewise.
3850 (print_inferior_events): Likewise.
3851 * infrun.c (step_stop_if_no_debug): Likewise.
3852 (detach_fork): Likewise.
3853 (debug_displaced): Likewise.
3854 (disable_randomization): Likewise.
3855 (non_stop): Likewise.
3856 (non_stop_1): Likewise.
3857 (observer_mode): Likewise.
3858 (observer_mode_1): Likewise.
3859 (set_observer_mode): Update.
3860 (sched_multi): Change to bool.
3861 * infrun.h (debug_displaced): Likewise.
3862 (sched_multi): Likewise.
3863 (step_stop_if_no_debug): Likewise.
3864 (non_stop): Likewise.
3865 (disable_randomization): Likewise.
3866 * linux-tdep.c (use_coredump_filter): Likewise.
3867 (dump_excluded_mappings): Likewise.
3868 * linux-thread-db.c (auto_load_thread_db): Likewise.
3869 (check_thread_db_on_load): Likewise.
3870 * main.c (captured_main_1): Update.
3871 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
3872 xx2_opt, boolean_opt>: Change to bool.
3873 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
3874 * maint.c (maintenance_profile_p): Likewise.
3875 (per_command_time): Likewise.
3876 (per_command_space): Likewise.
3877 (per_command_symtab): Likewise.
3878 * memattr.c (inaccessible_by_default): Likewise.
3879 * mi/mi-main.c (mi_async): Likewise.
3880 (mi_async_1): Likewise.
3881 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
3882 * nat/fork-inferior.h (startup_with_shell): Likewise.
3883 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
3884 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
3885 * nios2-tdep.c (nios2_debug): Likewise.
3886 * or1k-tdep.c (or1k_debug): Likewise.
3887 * parse.c (parser_debug): Likewise.
3888 * parser-defs.h (parser_debug): Likewise.
3889 * printcmd.c (print_symbol_filename): Likewise.
3890 * proc-api.c (procfs_trace): Likewise.
3891 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
3892 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
3893 (set_parameter_value): Update.
3894 (add_setshow_generic): Update.
3895 * python/py-value.c (copy_py_bool_obj): Change argument from int*
3896 to bool*.
3897 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
3898 int*.
3899 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
3900 * record-btrace.c (record_btrace_target::store_registers): Update.
3901 * record-full.c (record_full_memory_query): Change to bool.
3902 (record_full_stop_at_limit): Likewise.
3903 * record-full.h (record_full_memory_query): Likewise.
3904 * remote-notif.c (notif_debug): Likewise.
3905 * remote-notif.h (notif_debug): Likewise.
3906 * remote.c (use_range_stepping): Likewise.
3907 (interrupt_on_connect): Likewise.
3908 (remote_break): Likewise.
3909 * ser-tcp.c (tcp_auto_retry): Likewise.
3910 * ser-unix.c (serial_hwflow): Likewise.
3911 * skip.c (debug_skip): Likewise.
3912 * solib-aix.c (solib_aix_debug): Likewise.
3913 * spu-tdep.c (spu_stop_on_load_p): Likewise.
3914 (spu_auto_flush_cache_p): Likewise.
3915 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
3916 Likewise.
3917 (struct info_print_options) <quiet>: Likewise.
3918 * symfile-debug.c (debug_symfile): Likewise.
3919 * symfile.c (auto_solib_add): Likewise.
3920 (separate_debug_file_debug): Likewise.
3921 * symfile.h (auto_solib_add): Likewise.
3922 (separate_debug_file_debug): Likewise.
3923 * symtab.c (basenames_may_differ): Likewise.
3924 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
3925 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
3926 (struct info_types_options) <quiet>: Likewise.
3927 * symtab.h (demangle): Likewise.
3928 (basenames_may_differ): Likewise.
3929 * target-dcache.c (stack_cache_enabled_1): Likewise.
3930 (code_cache_enabled_1): Likewise.
3931 * target.c (trust_readonly): Likewise.
3932 (may_write_registers): Likewise.
3933 (may_write_memory): Likewise.
3934 (may_insert_breakpoints): Likewise.
3935 (may_insert_tracepoints): Likewise.
3936 (may_insert_fast_tracepoints): Likewise.
3937 (may_stop): Likewise.
3938 (auto_connect_native_target): Likewise.
3939 (target_stop_and_wait): Update.
3940 (target_async_permitted): Change to bool.
3941 (target_async_permitted_1): Likewise.
3942 (may_write_registers_1): Likewise.
3943 (may_write_memory_1): Likewise.
3944 (may_insert_breakpoints_1): Likewise.
3945 (may_insert_tracepoints_1): Likewise.
3946 (may_insert_fast_tracepoints_1): Likewise.
3947 (may_stop_1): Likewise.
3948 * target.h (target_async_permitted): Likewise.
3949 (may_write_registers): Likewise.
3950 (may_write_memory): Likewise.
3951 (may_insert_breakpoints): Likewise.
3952 (may_insert_tracepoints): Likewise.
3953 (may_insert_fast_tracepoints): Likewise.
3954 (may_stop): Likewise.
3955 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
3956 (make_thread_apply_all_options_def_group): Change argument from int*
3957 to bool*.
3958 (thread_apply_all_command): Update.
3959 (print_thread_events): Change to bool.
3960 * top.c (confirm): Likewise.
3961 (command_editing_p): Likewise.
3962 (history_expansion_p): Likewise.
3963 (write_history_p): Likewise.
3964 (info_verbose): Likewise.
3965 * top.h (confirm): Likewise.
3966 (history_expansion_p): Likewise.
3967 * tracepoint.c (disconnected_tracing): Likewise.
3968 (circular_trace_buffer): Likewise.
3969 * typeprint.c (print_methods): Likewise.
3970 (print_typedefs): Likewise.
3971 * utils.c (debug_timestamp): Likewise.
3972 (sevenbit_strings): Likewise.
3973 (pagination_enabled): Likewise.
3974 * utils.h (sevenbit_strings): Likewise.
3975 (pagination_enabled): Likewise.
3976 * valops.c (overload_resolution): Likewise.
3977 * valprint.h (struct value_print_options) <prettyformat_arrays,
3978 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
3979 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
3980 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
3981 Likewise.
3982 * windows-nat.c (new_console): Likewise.
3983 (cygwin_exceptions): Likewise.
3984 (new_group): Likewise.
3985 (debug_exec): Likewise.
3986 (debug_events): Likewise.
3987 (debug_memory): Likewise.
3988 (debug_exceptions): Likewise.
3989 (useshell): Likewise.
3990 * windows-tdep.c (maint_display_all_tib): Likewise.
3991 * xml-support.c (debug_xml): Likewise.
3992
3993 2019-09-17 Mike Gulick <mgulick@mathworks.com>
3994
3995 * source.c (prepare_path_for_appending): New function.
3996 (openp): Make use of new function.
3997 (find_and_open_source): Search for the compilation directory and
3998 source file as a relative path beneath the directory search path.
3999
4000 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4001
4002 * source-cache.c (source_cache::get_line_charpos): Catch
4003 exceptions and return false, this matches the behaviour documented
4004 in the header file.
4005
4006 2019-09-17 Joel Brobecker <brobecker@adacore.com>
4007
4008 * ada-tasks.c (info_task): Remove quoting of the task's name.
4009
4010 2019-09-16 Christian Biesinger <cbiesinger@google.com>
4011
4012 * symfile.c (auto_solib_add): Replace comment with a reference
4013 to the header file.
4014
4015 2019-09-14 Christian Biesinger <cbiesinger@google.com>
4016
4017 * NEWS: Mention that gdb can now be compiled with Python 3
4018 on Windows.
4019
4020 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4021
4022 * maint.c (maint_print_section_data::maint_print_section_data):
4023 Force use of 'float log10 (float)' by casting the argument to
4024 float.
4025
4026 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4027
4028 * maint.c: Add 'cmath' include.
4029 (struct maint_print_section_data): New structure.
4030 (print_section_index): New function.
4031 (print_bfd_section_info): Add header comment, small whitespace
4032 cleanup, and update to call new print_section_index function.
4033 (print_objfile_section_info): Likewise.
4034 (maint_obj_section_from_bfd_section): New function.
4035 (print_bfd_section_info_maybe_relocated): New function.
4036 (maintenance_info_sections): Add header comment, always use
4037 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
4038
4039 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4040
4041 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
4042 inner scope, add check that the objfile has psymtabs before
4043 checking psymtabs_addrmap.
4044 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
4045
4046 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4047
4048 * NEWS: Announce that Ada task names are now shown at more places,
4049 and between quotes (except in info task output).
4050 * gdb/ada-tasks.c (task_to_str): New function.
4051 (display_current_task_id): Call task_to_str.
4052 (task_command_1): Likewise.
4053 (print_ada_task_info): In non-mi mode, Properly align headers and data
4054 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
4055
4056 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4057
4058 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
4059 prstatus.pr_lwp.pr_info instead of making it up.
4060
4061 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4062
4063 * auto-load.c (auto_load_expand_dir_vars): Update.
4064 * defs.h (gdb_datadir): Change to std::string.
4065 (python_libdir): Likewise.
4066 (relocate_gdb_directory): Change return type to std::string.
4067 * guile/guile.c (gdbscm_data_directory): Update.
4068 (initialize_scheme_side): Update.
4069 * jit.c (jit_reader_dir): Change to std::string.
4070 (jit_reader_load_command): Update.
4071 * main.c (gdb_datadir): Change to std::string.
4072 (python_libdir): Likewise.
4073 (set_gdb_data_directory): Update.
4074 (relocate_path): Change to return std::string.
4075 (relocate_gdb_directory): Change to return std::string.
4076 (relocate_gdbinit_path_maybe_in_datadir): Update.
4077 (captured_main_1): Update.
4078 * python/python.c (do_start_initialization): Update.
4079 * top.c (show_gdb_datadir): Update.
4080 * xml-syscall.c (xml_init_syscalls_info): Update.
4081 (init_syscalls_info): Update.
4082
4083 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4084
4085 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
4086 out of get_init_files.
4087 (get_init_files): Update.
4088
4089 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4090
4091 * main.c (get_init_files): Change to use std::string.
4092 (captured_main_1): Update.
4093 (print_gdb_help): Update.
4094
4095 2019-09-11 Ali Tamur <tamur@google.com>
4096
4097 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
4098 implementation.
4099
4100 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4101
4102 * dbxread.c (read_dbx_symtab): Update.
4103 * dwarf2read.c (load_partial_dies): Update.
4104 * mdebugread.c (parse_partial_symbols): Update.
4105 (handle_psymbol_enumerators): Update.
4106 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
4107 * psymtab.c (add_psymbol_to_bcache): Likewise.
4108 (add_psymbol_to_list): Likewise.
4109 * symtab.c (symbol_set_names): Likewise.
4110 * symtab.h (symbol_set_names): Likewise.
4111 * xcoffread.c (scan_xcoff_symtab): Update.
4112
4113 2019-09-11 Tom Tromey <tom@tromey.com>
4114
4115 * symfile-mem.c (symbol_file_add_from_memory): Use
4116 bfd_set_filename.
4117 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
4118 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
4119
4120 2019-09-10 Tom Tromey <tromey@adacore.com>
4121
4122 * dwarf-index-write.c (write_psymbols): Extend error message.
4123 (debug_names::insert): Add Ada code.
4124 (debug_names::write_psymbols): Remove Ada check.
4125 (debug_names) <m_string_obstack>: New member.
4126 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
4127 (gdb_index_symbol_name_matcher::matches): Remove.
4128 (mapped_index_base::find_name_components_bounds): Add "lang"
4129 parameter.
4130 (mapped_index_base::build_name_components): Also split names
4131 according to Ada syntax.
4132 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
4133 type of "match_callback".
4134 (check_match, check_find_bounds_finds)
4135 (dw2_expand_symtabs_matching): Update.
4136 (dw2_debug_names_iterator): Add new constructor.
4137 (dw2_debug_names_map_matching_symbols): New function.
4138 (dw2_debug_names_expand_symtabs_matching): Update.
4139 (dwarf2_debug_names_functions): Use
4140 dw2_debug_names_map_matching_symbols.
4141
4142 2019-09-10 Tom Tromey <tromey@adacore.com>
4143
4144 * dwarf2read.c (dw2_get_file_names_reader): Add the
4145 CU's file name to the results.
4146
4147 2019-09-10 Tom Tromey <tromey@adacore.com>
4148
4149 * ada-lang.c (add_nonlocal_symbols): Combine calls to
4150 map_matching_symbols. Update.
4151 * dwarf2read.c (dw2_map_matching_symbols): Update.
4152 * psymtab.c (match_partial_symbol): Change type; update.
4153 (psym_map_matching_symbols): Likewise.
4154 * symfile-debug.c (debug_qf_map_matching_symbols): Change
4155 type; update.
4156 * symfile.h (struct quick_symbol_functions)
4157 <map_matching_symbols>: Change "name" to be a lookup_name_info.
4158 Remove "match".
4159
4160 2019-09-10 Tom Tromey <tromey@adacore.com>
4161
4162 * psymtab.c (map_block): Remove.
4163 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
4164 * symtab.c (iterate_over_symbols_terminated): New function.
4165 * symtab.c (iterate_over_symbols_terminated): Declare.
4166
4167 2019-09-10 Tom Tromey <tromey@adacore.com>
4168
4169 * ada-lang.c (ada_iterate_over_symbols): Return bool.
4170 * language.h (struct language_defn) <la_iterate_over_symbols>:
4171 Return bool.
4172 * symtab.c (iterate_over_symbols): Return bool.
4173 * symtab.h (iterate_over_symbols): Return bool.
4174
4175 2019-09-10 Tom Tromey <tromey@adacore.com>
4176
4177 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
4178 (add_nonlocal_symbols): Update.
4179 * dwarf2read.c (dw2_map_matching_symbols): Change type.
4180 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
4181 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
4182 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
4183 Change type of "callback". Remove "data".
4184
4185
4186 2019-09-09 Ali Tamur <tamur@google.com>
4187
4188 * dwarf2read.c (comp_unit_head): Update comment.
4189 (dwarf2_dwo_name): New function declaration.
4190 (dwarf_unit_type_name): New function declaration.
4191 (read_comp_unit_head): Add support for new compilation units,
4192 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
4193 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
4194 (currently named as "signature") in their header. Also clarify error
4195 messages.
4196 (lookup_dwo_id): New function. Returns the dwo id of the given
4197 compile unit.
4198 (lookup_dwo_unit): Use the new lookup_dwo_id function.
4199 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
4200 functions.
4201 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
4202 (dwarf2_dwo_name): Get the dwo name if present.
4203 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
4204 purposes.
4205
4206 2019-09-09 Tom Tromey <tom@tromey.com>
4207
4208 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
4209
4210 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4211
4212 * python/python.c (do_start_initialization): Make progname_copy static,
4213 to avoid a leak report.
4214
4215 2019-09-08 Tom Tromey <tom@tromey.com>
4216
4217 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
4218
4219 2019-09-07 Simon Marchi <simon.marchi@efficios.com>
4220
4221 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
4222 Change type to gdb::optional<block_enum>.
4223 (dw2_symtab_iter_init): Change block_index parameter type
4224 to gdb::optional<block_enum>.
4225 (dw2_lookup_symbol): Change block_index parameter
4226 type to block_enum.c
4227 (dw2_debug_names_lookup_symbol): Likewise.
4228 * psymtab.c (psym_lookup_symbol): Likewise.
4229 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
4230 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
4231 Likewise.
4232
4233 2019-09-06 Christian Biesinger <cbiesinger@google.com>
4234
4235 * defs.h (relocate_gdb_directory): Change int to bool in
4236 signature and rename flag to relocatable.
4237 * main.c (relocate_path): Likewise.
4238 (relocate_gdb_directory): Likewise.
4239
4240 2019-09-06 Alan Modra <amodra@gmail.com>
4241
4242 * coffread.c (coff_symfile_read): Constify filename variable.
4243 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
4244 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
4245 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
4246 * solib.c (reload_shared_libraries_1): Likewise.
4247 * symfile.c (reread_symbols): Likewise.
4248 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
4249 * solib-darwin.c (darwin_bfd_open): Likewise.
4250 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
4251
4252 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
4253
4254 * psymtab.c (print_partial_symbols): Handle missing domain_enum
4255 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
4256
4257 2019-09-03 Tom Tromey <tromey@adacore.com>
4258
4259 * ada-valprint.c (ada_val_print_num): Don't recurse for range
4260 types.
4261 (has_negatives): Unbias a range type bound.
4262 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
4263 * gdbtypes.c (operator==): Handle new field.
4264 (create_range_type): Add "bias" parameter.
4265 (create_static_range_type, resolve_dynamic_range): Update.
4266 * gdbtypes.h (struct range_bounds) <bias>: New member.
4267 (create_range_type): Add bias parameter.
4268 * printcmd.c (print_scalar_formatted): Unbias range types.
4269 * value.c (unpack_long): Unbias range types.
4270 (pack_long): Bias range types.
4271
4272 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4273
4274 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
4275 probe arguments.
4276
4277 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4278
4279 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
4280 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
4281 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
4282 (compile_probe_arg): Likewise.
4283 * probe.h (get_argument_count): Likewise.
4284 * solib-svr4.c (solib_event_probe_action): Likewise.
4285 * stap-probe.c (stap_probe::get_argument_count): Likewise.
4286
4287 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4288
4289 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
4290 code to here...
4291 (svr4_create_solib_event_breakpoints): ...from here.
4292
4293 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
4294
4295 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
4296 suffix from warning message.
4297
4298 2019-08-30 Tom Tromey <tom@tromey.com>
4299
4300 * tui/tui-winsource.h (struct tui_source_window_base)
4301 <refresh_all>: Don't declare.
4302 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
4303 Remove.
4304 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
4305 tui_show_locator_content.
4306 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
4307 declare.
4308 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
4309 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
4310 declare.
4311
4312 2019-08-30 Tom Tromey <tom@tromey.com>
4313
4314 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
4315
4316 2019-08-30 Tom Tromey <tom@tromey.com>
4317
4318 * tui/tui-stack.c (_initialize_tui_stack): Move later.
4319 Remove unnecessary forward declarations.
4320
4321 2019-08-30 Tom Tromey <tom@tromey.com>
4322
4323 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
4324 rerender.
4325 (tui_update_locator_fullname, tui_show_frame_info): Don't call
4326 tui_show_locator_content.
4327
4328 2019-08-30 Tom Tromey <tom@tromey.com>
4329
4330 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
4331 (tui_locator_window::rerender): Rewrite using body of previous
4332 tui_show_locator_content.
4333
4334 2019-08-30 Tom Tromey <tom@tromey.com>
4335
4336 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
4337 set_locator_fullname>: New methods.
4338 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
4339 Rename from tui_set_locator_fullname.
4340 (tui_locator_window::set_locator_info): Rename from
4341 tui_set_locator_info. Return bool.
4342 (tui_update_locator_fullname, tui_show_frame_info): Update.
4343
4344 2019-08-30 Tom Tromey <tom@tromey.com>
4345
4346 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
4347
4348 2019-08-30 Tom Tromey <tom@tromey.com>
4349
4350 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
4351 call touchwin.
4352
4353 2019-08-30 Tom Tromey <tom@tromey.com>
4354
4355 * tui/tui-wingeneral.c (box_win): Assume win_info and
4356 win_info->handle cannot be NULL.
4357
4358 2019-08-30 Tom Tromey <tom@tromey.com>
4359
4360 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
4361 refresh_window>: Declare.
4362 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
4363 resize.
4364 (tui_data_item_window::rerender): Rename from
4365 tui_display_register.
4366 (tui_data_item_window::refresh_window): New method.
4367 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
4368 no-op.
4369
4370 2019-08-30 Tom Tromey <tom@tromey.com>
4371
4372 * tui/tui-regs.h (struct tui_data_window) <regs_content,
4373 regs_column_count, current_group>: Move later. Now private.
4374 <get_current_group>: New method.
4375 * tui/tui-regs.c (tui_reg_command): Update.
4376 * tui/tui-layout.c (tui_set_layout): Update.
4377
4378 2019-08-30 Tom Tromey <tom@tromey.com>
4379
4380 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
4381 (tui_data_window::rerender): Don't call
4382 check_and_display_highlight_if_needed.
4383 (tui_data_window::refresh_all): Remove call to
4384 erase_data_content.
4385
4386 2019-08-30 Tom Tromey <tom@tromey.com>
4387
4388 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
4389 (tui_data_window::display_registers_from)
4390 (tui_data_window::display_reg_element_at_line)
4391 (tui_data_window::display_registers_from_line): Remove checks of
4392 "empty".
4393
4394 2019-08-30 Tom Tromey <tom@tromey.com>
4395
4396 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
4397 Don't declare.
4398 * tui/tui-regs.c (tui_data_window::show_registers): Call
4399 rerender.
4400 (tui_data_window::rerender): Rename from display_all_data.
4401 (tui_data_window::rerender): Remove old implementation.
4402
4403 2019-08-30 Tom Tromey <tom@tromey.com>
4404
4405 * tui/tui-regs.c (tui_data_window::display_all_data): Change
4406 text.
4407 * tui/tui-data.h (NO_DATA_STRING): Remove define.
4408
4409 2019-08-29 Bernhard Wodok <barto@gmx.net>
4410 Sergio Durigan Junior <sergiodj@redhat.com>
4411
4412 PR win32/24284
4413 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
4414
4415 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4416
4417 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
4418 when searching for types.
4419
4420 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4421
4422 * f-lang.c (f_language_defn): Use f_print_typedef.
4423 * f-lang.h (f_print_typedef): Declare.
4424 * f-typeprint.c (f_print_typedef): Define.
4425
4426 2019-08-27 Christian Biesinger <cbiesinger@google.com>
4427
4428 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
4429
4430 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4431
4432 * cli/cli-utils.c (info_print_options_defs): Delete.
4433 (make_info_print_options_def_group): Delete.
4434 (extract_info_print_options): Delete.
4435 (info_print_command_completer): Delete.
4436 (info_print_args_help): Add extra parameter, and optionally
4437 include text about -n flag.
4438 * cli/cli-utils.h (struct info_print_options): Delete.
4439 (extract_info_print_options): Delete declaration.
4440 (info_print_command_completer): Delete declaration.
4441 (info_print_args_help): Add extra parameter, extend header
4442 comment.
4443 * python/python.c (gdbpy_rbreak): Pass additional parameter to
4444 search_symbols.
4445 * stack.c (struct info_print_options): New type.
4446 (info_print_options_defs): New file scoped variable.
4447 (make_info_print_options_def_group): New static function.
4448 (info_print_command_completer): New static function.
4449 (info_locals_command): Update to use new local functions.
4450 (info_args_command): Likewise.
4451 (_initialize_stack): Add extra parameter to calls to
4452 info_print_args_help.
4453 * symtab.c (search_symbols): Add extra parameter, use this to
4454 possibly excluse non-debug symbols.
4455 (symtab_symbol_info): Add extra parameter, which is passed on to
4456 search_symbols.
4457 (struct info_print_options): New type.
4458 (info_print_options_defs): New file scoped variable.
4459 (make_info_print_options_def_group): New static function.
4460 (info_print_command_completer): New static function.
4461 (info_variables_command): Update to use local functions, and pass
4462 extra parameter through to symtab_symbol_info.
4463 (info_functions_command): Likewise.
4464 (info_types_command): Pass additional argument through to
4465 symtab_symbol_info.
4466 (rbreak_command): Pass extra argument to search_symbols.
4467 (_initialize_symtab): Add extra arguments for calls to
4468 info_print_args_help, and update help text for 'info variables',
4469 'whereis', and 'info functions' commands.
4470 * symtab.h (search_symbols): Add extra argument to declaration.
4471 * NEWS: Mention new flags.
4472
4473 2019-08-26 Christian Biesinger <cbiesinger@google.com>
4474
4475 * symtab.c (lookup_static_symbol): Call the new function (and move
4476 it down to be next to lookup_global_symbol).
4477 (struct global_sym_lookup_data): Add block_enum member and rename to...
4478 (struct global_or_static_sym_lookup_data): ...this.
4479 (lookup_symbol_global_iterator_cb): Pass block_index instead of
4480 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
4481 (lookup_symbol_global_or_static_iterator_cb): ...this.
4482 (lookup_global_or_static_symbol): New function.
4483 (lookup_global_symbol): Call new function.
4484
4485 2019-08-26 Tom de Vries <tdevries@suse.de>
4486
4487 PR c++/24852
4488 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
4489 when pc_probe.prob == NULL.
4490
4491 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
4492
4493 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
4494 variable symbol_linkage to symbol_linkage_.
4495
4496 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
4497
4498 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
4499 represent whether the symbol is static, dynamic, or we don't
4500 know.
4501
4502 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
4503
4504 * gdb/rx-tdep.c (rx_register_names): New.
4505 (rx_register_name): Delete.
4506 (rx_psw_type): Delete.
4507 (rx_fpsw_type): Delete.
4508 (rx_register_type): Delete.
4509 (rx_gdbarch_init): Convert target-descriptions.
4510 (_initialize_rx_tdep): Add initialize_tdesc_rx.
4511 * gdb/features/Makefile: Add rx.xml.
4512 * gdb/features/rx.xml: New.
4513 * gdb/features/rx.c: Generated.
4514 * gdb/NEWS: Mention target description support.
4515
4516 2019-08-22 Christian Biesinger <cbiesinger@google.com>
4517
4518 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
4519 *slot_ptr.
4520
4521 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4522
4523 * configure.ac: Don't check for 'dlfcn.h' (moved to
4524 gdbsupport/common.m4).
4525 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
4526 'gdbsupport/'.
4527 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
4528 * compile/compile-c-support.c: Include
4529 'gdbsupport/gdb-dlfcn.h'.
4530 * gdbsupport/common.m4: Check for 'dlfcn.h'.
4531 * gdb-dlfcn.c: Move to...
4532 * gdbsupport/gdb-dlfcn.c: ... here.
4533 * gdb-dlfcn.h: Move to...
4534 * gdbsupport/gdb-dlfcn.h: ... here.
4535
4536 2019-08-23 Sandra Loosemore <sandra@codesourcery.com>
4537
4538 * nios2-tdep.c (struct reg_value): Improve comments. Make
4539 the offset field signed.
4540
4541 2019-08-22 Christian Biesinger <cbiesinger@google.com>
4542
4543 * python/lib/gdb/__init__.py (_execute_file): New function.
4544 * python/python.c (python_run_simple_file): Call gdb._execute_file
4545 on Windows.
4546
4547 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
4548
4549 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
4550 all uses as this was never set to anything but a zero value.
4551
4552 2019-08-21 Bogdan Harjoc <harjoc@gmail.com>
4553
4554 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
4555
4556 2019-08-21 Christian Biesinger <cbiesinger@google.com>
4557
4558 * tui/tui-data.h (tui_gen_win_info): Add an =default
4559 move constructor, required by some GCC versions.
4560
4561 2019-08-21 Jinke Fan <fanjinke51@yeah.net>
4562
4563 * go32-nat.c (go32_sysinfo): Add hygon_p.
4564
4565 2019-08-20 Tom Tromey <tom@tromey.com>
4566
4567 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
4568 line_from_reg_element_no, first_reg_element_no_inline,
4569 display_all_data, delete_data_content_windows,
4570 erase_data_content>: Now private.
4571
4572 2019-08-20 Tom Tromey <tom@tromey.com>
4573
4574 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
4575 (tui_unhighlight_win, tui_highlight_win)
4576 (tui_win_info::make_window): Update.
4577 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
4578
4579 2019-08-20 Tom Tromey <tom@tromey.com>
4580
4581 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4582 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4583 (MAX_PID_WIDTH): Move to tui-stack.c.
4584 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4585 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4586 (MAX_PID_WIDTH): Move from tui-data.h.
4587
4588 2019-08-20 Tom Tromey <tom@tromey.com>
4589
4590 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
4591 * tui/tui-wingeneral.c (box_win): Change type of win_info.
4592 (box_win): Update.
4593 (tui_gen_win_info::make_window): Rename from tui_make_window.
4594 (tui_win_info::make_window): New method.
4595 (tui_gen_win_info::make_visible): Update.
4596 * tui/tui-source.c (tui_source_window::set_contents): Update.
4597 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
4598 (tui_data_window::display_registers_from): Update.
4599 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
4600 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
4601 Declare.
4602 <can_box>: Remove.
4603 <title>: Remove.
4604 (struct tui_win_info) <make_window>: Declare.
4605 <can_box>: Now virtual.
4606 <title>: New member.
4607 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
4608 * tui/tui-command.c (tui_cmd_window::resize): Update.
4609
4610 2019-08-20 Tom Tromey <tom@tromey.com>
4611
4612 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
4613 * tui/tui-regs.c (tui_data_window::show_registers): Update.
4614 (tui_data_window::check_register_values): Update.
4615
4616 2019-08-20 Tom Tromey <tom@tromey.com>
4617
4618 * tui/tui-regs.h (struct tui_data_window): Use
4619 DISABLE_COPY_AND_ASSIGN.
4620 <regs_content>: Change type, removing unique_ptr.
4621 <tui_data_window>: Add move constructor.
4622 * tui/tui-regs.c (tui_data_window::show_registers)
4623 (tui_data_window::show_register_group)
4624 (tui_data_window::display_registers_from)
4625 (tui_data_window::display_registers_from)
4626 (tui_data_window::first_data_item_displayed)
4627 (tui_data_window::delete_data_content_windows)
4628 (tui_data_window::rerender, tui_data_window::refresh_window)
4629 (tui_data_window::check_register_values): Update.
4630
4631 2019-08-20 Tom Tromey <tom@tromey.com>
4632
4633 * tui/tui-regs.h (struct tui_data_window) <show_registers,
4634 show_register_group>: Declare.
4635 (tui_show_register_group): Don't declare.
4636 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
4637 tui_show_registers.
4638 (tui_data_window::show_register_group): Rename from
4639 tui_show_register_group.
4640 (tui_data_window::check_register_values, tui_reg_command):
4641 Update.
4642 * tui/tui-layout.c (tui_set_layout): Update.
4643
4644 2019-08-20 Tom Tromey <tom@tromey.com>
4645
4646 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
4647 Declare.
4648 (tui_check_register_values): Don't declare.
4649 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
4650 from tui_check_register_values.
4651 * tui/tui-hooks.c (tui_register_changed): Update.
4652
4653 2019-08-20 Tom Tromey <tom@tromey.com>
4654
4655 * tui/tui-regs.c (tui_reg_layout): Move later.
4656 (tui_show_registers): Don't enable TUI mode or change layout.
4657
4658 2019-08-20 Tom Tromey <tom@tromey.com>
4659
4660 * tui/tui-regs.h (struct tui_data_item_window)
4661 <~tui_data_item_window>: Remove.
4662 <content>: Now a unique_xmalloc_ptr.
4663 * tui/tui-regs.c (tui_register_format): Return a
4664 unique_xmalloc_ptr.
4665 (tui_get_register): Update.
4666 (~tui_data_item_window): Remove.
4667 (tui_data_window::display_registers_from, tui_display_register):
4668 Update.
4669 * tui/tui-io.h (tui_expand_tabs): Update.
4670 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
4671 Remove "col" parameter.
4672
4673 2019-08-20 Tom Tromey <tom@tromey.com>
4674
4675 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
4676 field.
4677 * tui/tui-regs.c (~tui_data_item_window): Update.
4678
4679 2019-08-20 Tom Tromey <tom@tromey.com>
4680
4681 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
4682 earlier.
4683
4684 2019-08-20 Tom Tromey <tom@tromey.com>
4685
4686 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
4687
4688 2019-08-20 Tom Tromey <tom@tromey.com>
4689
4690 * tui/tui-source.h (struct tui_source_window): Update.
4691 * tui/tui-regs.c (tui_show_registers): Update.
4692 * tui/tui-disasm.h (struct tui_disasm_window): Update.
4693 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
4694 (NO_REGS_STRING): Remove defines.
4695
4696 2019-08-20 Conrad Meyer <cem@FreeBSD.org>
4697
4698 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
4699 unnecessary thread walk if remote doesn't support the packet.
4700
4701 2019-08-19 Tom Tromey <tromey@adacore.com>
4702
4703 * python/py-value.c (value_has_field): Fix indentation.
4704
4705 2019-08-19 Tom Tromey <tromey@adacore.com>
4706
4707 * printcmd.c (do_one_display, info_display_command): Update.
4708 * block.h (contained_in): Return bool. Add allow_nested
4709 parameter.
4710 * block.c (contained_in): Return bool. Add allow_nested
4711 parameter.
4712
4713 2019-08-19 Tom Tromey <tom@tromey.com>
4714
4715 * configure: Rebuild.
4716 * configure.ac: Disallow the combination of -static-libstdc++ and
4717 source highlight.
4718 * source-cache.c (get_language_name): Handle rust.
4719 (source_cache::get_source_lines): Ignore highlighting exceptions.
4720
4721 2019-08-16 Tom Tromey <tom@tromey.com>
4722
4723 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
4724 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
4725 (struct tui_source_window_base) <make_visible, refresh_window,
4726 resize>: Remove methods.
4727 <execution_info>: Remove field.
4728 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
4729 (tui_show_source_line, tui_source_window_base)
4730 (~tui_source_window_base): Update.
4731 (tui_source_window_base::resize)
4732 (tui_source_window_base::make_visible)
4733 (tui_source_window_base::refresh_window): Remove.
4734 (tui_source_window_base::update_exec_info): Update.
4735 * tui/tui-source.c (tui_source_window::set_contents): Update.
4736 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
4737
4738 2019-08-16 Tom Tromey <tom@tromey.com>
4739
4740 * tui/tui-hooks.c (tui_remove_hooks): Don't set
4741 deprecated_query_hook.
4742
4743 2019-08-16 Tom Tromey <tom@tromey.com>
4744
4745 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
4746 (tui_update_source_windows_with_line): Update.
4747 * tui/tui-source.h (struct tui_source_window)
4748 <show_symtab_source>: Declare.
4749 (tui_show_symtab_source): Don't declare.
4750 * tui/tui-source.c (tui_show_symtab_source): Rename from
4751 tui_show_symtab_source.
4752
4753 2019-08-16 Tom Tromey <tom@tromey.com>
4754
4755 * tui/tui-winsource.h (struct tui_source_window_base)
4756 <set_contents>: Declare.
4757 * tui/tui-winsource.c
4758 (tui_source_window_base::update_source_window_as_is): Update.
4759 * tui/tui-source.h (struct tui_source_window) <set_contents>:
4760 Declare.
4761 (tui_set_source_content): Don't declare.
4762 * tui/tui-source.c (tui_source_window::set_contents): Rename from
4763 tui_set_source_content.
4764 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
4765 Declare.
4766 (tui_set_disassem_content): Don't declare.
4767 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
4768 tui_set_disassem_content.
4769
4770 2019-08-16 Tom Tromey <tom@tromey.com>
4771
4772 * tui/tui-winsource.h (struct tui_source_window_base)
4773 <update_breakpoint_info>: Declare.
4774 (tui_update_breakpoint_info): Don't declare.
4775 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
4776 (tui_update_all_breakpoint_info): Update.
4777 (tui_source_window_base::update_breakpoint_info): Rename from
4778 tui_update_breakpoint_info.
4779 (tui_source_window_base::update_exec_info): Update.
4780
4781 2019-08-16 Tom Tromey <tom@tromey.com>
4782
4783 * tui/tui-winsource.h (struct tui_source_window_base)
4784 <update_source_window>: Declare.
4785 (tui_update_source_window): Don't declare.
4786 * tui/tui-winsource.c
4787 (tui_source_window_base::update_source_window): Rename from
4788 tui_update_source_window.
4789 (tui_source_window_base::rerender): Update.
4790 * tui/tui-source.c (tui_source_window::maybe_update): Update.
4791 * tui/tui-disasm.c (tui_show_disassem)
4792 (tui_show_disassem_and_update_source)
4793 (tui_disasm_window::maybe_update): Update.
4794
4795 2019-08-16 Tom Tromey <tom@tromey.com>
4796
4797 * tui/tui-winsource.h (struct tui_source_window_base)
4798 <update_source_window_as_is>: Declare.
4799 (tui_update_source_window_as_is): Don't declare.
4800 * tui/tui-winsource.c (tui_update_source_window): Update
4801 (tui_source_window_base::update_source_window_as_is): Rename from
4802 tui_update_source_window_as_is.
4803 (tui_source_window_base::refill): Update.
4804 * tui/tui-source.c (tui_show_symtab_source): Update.
4805 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
4806 Update.
4807
4808 2019-08-16 Tom Tromey <tom@tromey.com>
4809
4810 * tui/tui-winsource.h (tui_update_source_window)
4811 (tui_update_source_window_as_is): Remove "noerror" parameter.
4812 * tui/tui-winsource.c (tui_update_source_window)
4813 (tui_update_source_window_as_is): Remove "noerror" parameter.
4814 (tui_update_source_windows_with_addr)
4815 (tui_update_source_windows_with_line)
4816 (tui_source_window_base::rerender)
4817 (tui_source_window_base::refill): Update.
4818 * tui/tui-source.h (tui_set_source_content)
4819 (tui_show_symtab_source): Remove "noerror" parameter.
4820 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
4821 parameter.
4822 (tui_show_symtab_source): Likewise.
4823 (tui_source_window::maybe_update): Update.
4824 * tui/tui-disasm.c (tui_show_disassem)
4825 (tui_show_disassem_and_update_source)
4826 (tui_disasm_window::do_scroll_vertical)
4827 (tui_disasm_window::maybe_update): Update.
4828
4829 2019-08-16 Tom Tromey <tom@tromey.com>
4830
4831 * tui/tui.c (tui_is_window_visible): Update.
4832 * tui/tui-wingeneral.c (tui_make_window)
4833 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
4834 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
4835 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
4836 (tui_set_win_height_command, parse_scrolling_args): Update.
4837 * tui/tui-source.c (tui_source_window::style_changed): Update.
4838 * tui/tui-regs.c (tui_show_registers)
4839 (tui_data_window::first_data_item_displayed)
4840 (tui_data_window::delete_data_content_windows)
4841 (tui_check_register_values, tui_reg_command): Update.
4842 * tui/tui-disasm.c (tui_show_disassem): Update.
4843 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
4844 method.
4845 <is_visible>: Remove field.
4846 * tui/tui-data.c (tui_next_win, tui_prev_win)
4847 (tui_delete_invisible_windows): Update.
4848
4849 2019-08-16 Tom Tromey <tom@tromey.com>
4850
4851 * tui/tui-winsource.h (struct tui_source_window_base)
4852 <m_has_locator>: Remove.
4853 * tui/tui-layout.c (show_source_disasm_command, show_data)
4854 (show_source_or_disasm_and_command): Update.
4855
4856 2019-08-16 Alan Hayward <alan.hayward@arm.com>
4857
4858 * NEWS (Other MI changes): New subsection.
4859 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
4860 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
4861 * arch-utils.c (default_get_pc_address_flags): New function.
4862 * arch-utils.h (default_get_pc_address_flags): New declaration.
4863 * gdbarch.sh: Add get_pc_address_flags.
4864 * gdbarch.c: Regenerate.
4865 * gdbarch.h: Likewise.
4866 * stack.c (print_pc): New function.
4867 (print_frame_info) (print_frame): Call print_pc.
4868
4869 2019-08-16 Tom de Vries <tdevries@suse.de>
4870
4871 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
4872 print_objfile_section_info.
4873
4874 2019-08-15 Tom Tromey <tom@tromey.com>
4875
4876 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
4877 calling update_cmdwin_start_line.
4878 * tui/tui-winsource.h (struct tui_source_window_base)
4879 <do_make_visible_with_new_height, set_new_height>: Don't declare.
4880 <rerender>: Declare.
4881 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
4882 Call rerender.
4883 (tui_source_window_base::set_new_height): Remove.
4884 (tui_source_window_base::rerender): Rename from
4885 do_make_visible_with_new_height.
4886 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
4887 resize method.
4888 (tui_win_info::make_invisible_and_set_new_height)
4889 (tui_win_info::make_visible_with_new_height): Remove.
4890 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
4891 Declare.
4892 * tui/tui-stack.c (tui_locator_window::rerender): New method.
4893 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
4894 do_make_visible_with_new_height>: Don't declare.
4895 <rerender>: Declare.
4896 * tui/tui-regs.c (tui_data_window::rerender): Rename from
4897 set_new_height.
4898 (tui_data_window::do_make_visible_with_new_height): Remove.
4899 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
4900 call tui_show_locator_content.
4901 (tui_gen_win_info::resize): Call rerender.
4902 (show_source_or_disasm_and_command): Don't call
4903 tui_show_locator_content.
4904 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
4905 method.
4906 (struct tui_win_info) <rerender>: Declare.
4907 <set_new_height, make_invisible_and_set_new_height,
4908 make_visible_with_new_height>: Don't declare.
4909 * tui/tui-data.c (tui_win_list::rerender): New method.
4910 * tui/tui-command.h (struct tui_cmd_window)
4911 <do_make_visible_with_new_height>: Don't declare.
4912 * tui/tui-command.c
4913 (tui_cmd_window::do_make_visible_with_new_height): Remove.
4914
4915 2019-08-15 Tom Tromey <tromey@adacore.com>
4916
4917 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
4918 * ada-lang.c (ada_enum_name): Likewise.
4919
4920 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4921
4922 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
4923 leading underscore.
4924 (GdbOutputErrorFile): Likewise.
4925 (global scope): Adjust constructor calls to GdbOutput{,Error}File
4926 accordingly.
4927 (execute_unwinders): Rename to have a leading underscore.
4928 (auto_load_packages): Likewise.
4929 (global scope): Adjust call to auto_load_packages accordingly.
4930 (GdbSetPythonDirectory): Likewise.
4931 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
4932 instead of execute_unwinders.
4933
4934 2019-08-15 Tom Tromey <tom@tromey.com>
4935
4936 * tui/tui-layout.c (show_layout, show_source_disasm_command)
4937 (show_data): Don't change window visibility.
4938 (tui_gen_win_info::resize): Remove special case for command
4939 window. Use wresize, when available.
4940 (show_source_or_disasm_and_command): Don't change window
4941 visibility.
4942 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
4943 <make_visible>: New method.
4944 * tui/tui-command.c (tui_cmd_window::resize): New method.
4945
4946 2019-08-15 Tom Tromey <tom@tromey.com>
4947
4948 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
4949 (struct tui_source_windows): New.
4950 * tui/tui-winsource.c (tui_display_main): Update.
4951 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
4952 (new_height_ok, parse_scrolling_args): Update.
4953 * tui/tui-layout.c (show_layout, show_data): Update.
4954 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
4955 (tui_add_to_source_windows): Don't declare.
4956 * tui/tui-data.c (source_windows, tui_source_windows)
4957 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
4958
4959 2019-08-15 Tom Tromey <tom@tromey.com>
4960
4961 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
4962 Rename from reset.
4963 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
4964 * tui/tui-layout.c (show_source_disasm_command, show_data):
4965 Update.
4966 (tui_gen_win_info::resize): Rename.
4967 (show_source_or_disasm_and_command): Update.
4968 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
4969 reset.
4970
4971 2019-08-15 Tom Tromey <tom@tromey.com>
4972
4973 * tui/tui-stack.c (tui_initialize_static_data): Remove.
4974 * tui/tui-interp.c (tui_interp::init): Don't call
4975 tui_initialize_static_data.
4976 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
4977
4978 2019-08-15 Tom Tromey <tom@tromey.com>
4979
4980 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
4981 examine tui_win_list.
4982
4983 2019-08-15 Tom Tromey <tom@tromey.com>
4984
4985 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
4986 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
4987 tui_clear_source_content.
4988 (tui_clear_source_content): Remove.
4989 (tui_source_window_base::do_erase_source_content): Hoist call to
4990 content.clear().
4991 * tui/tui-stack.c (tui_show_frame_info): Don't call
4992 tui_clear_source_content.
4993
4994 2019-08-15 Tom Tromey <tom@tromey.com>
4995
4996 * tui/tui-winsource.h (struct tui_source_window_base)
4997 <do_erase_source_content>: New method.
4998 <erase_source_content>: New method.
4999 (tui_erase_source_content): Don't declare.
5000 * tui/tui-winsource.c (tui_clear_source_content): Update.
5001 (tui_source_window_base::do_erase_source_content): Rename from
5002 tui_erase_source_content.
5003 (tui_source_window_base::show_source_content): Update.
5004 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
5005 * tui/tui-source.h (struct tui_source_window)
5006 <erase_source_content>: New method.
5007 * tui/tui-disasm.h (struct tui_disasm_window)
5008 <erase_source_content>: New method.
5009
5010 2019-08-15 Tom Tromey <tom@tromey.com>
5011
5012 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
5013 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
5014 constructor.
5015 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
5016 * tui/tui-source.c (tui_set_source_content): Update.
5017 * tui/tui-disasm.c (tui_set_disassem_content): Update.
5018
5019 2019-08-15 Tom Tromey <tom@tromey.com>
5020
5021 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
5022 * tui/tui-winsource.c (tui_line_is_displayed): Move to
5023 tui-source.c.
5024 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
5025 Declare.
5026 * tui/tui-source.c (tui_source_window::line_is_displayed): New
5027 method.
5028 (tui_source_window::maybe_update): Update.
5029
5030 2019-08-15 Tom Tromey <tom@tromey.com>
5031
5032 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
5033 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
5034 tui-disasm.c.
5035 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
5036 Declare.
5037 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
5038 method.
5039 (tui_disasm_window::maybe_update): Update.
5040
5041 2019-08-15 Tom Tromey <tom@tromey.com>
5042
5043 * tui/tui-winsource.h (struct tui_source_window_base)
5044 <maybe_update>: Declare.
5045 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
5046 method.
5047 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
5048 Declare.
5049 * tui/tui-source.c (tui_source_window::maybe_update): New method.
5050 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
5051 Declare.
5052 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
5053
5054 2019-08-15 Tom Tromey <tom@tromey.com>
5055
5056 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
5057
5058 2019-08-15 Tom Tromey <tom@tromey.com>
5059
5060 * tui/tui-wingeneral.c: Include tui-stack.h.
5061 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
5062 (struct tui_locator_window): Move from tui-data.h.
5063 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
5064 (tui_initialize_static_data): Move from tui-data.c.
5065 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
5066 (struct tui_locator_window): Move to tui-stack.c.
5067 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
5068 (tui_initialize_static_data): Move to tui-stack.c.
5069
5070 2019-08-15 Tom Tromey <tom@tromey.com>
5071
5072 * tui/tui-layout.c (show_source_disasm_command)
5073 (show_source_or_disasm_and_command): Use make_visible method, not
5074 tui_make_window.
5075 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
5076 Remove.
5077
5078 2019-08-15 Tom Tromey <tom@tromey.com>
5079
5080 * tui/tui-wingeneral.h (tui_make_window): Update.
5081 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
5082 parameter.
5083 (tui_gen_win_info::make_visible): Update.
5084 * tui/tui-regs.c (tui_data_window::display_registers_from):
5085 Update.
5086 * tui/tui-layout.c (show_source_disasm_command)
5087 (show_source_or_disasm_and_command): Update.
5088 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
5089 (enum tui_box): Remove.
5090 (struct tui_win_info) <can_box>: New method.
5091 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
5092 method.
5093
5094 2019-08-15 Tom de Vries <tdevries@suse.de>
5095
5096 * linux-nat-trad.c: Include gdbarch.h.
5097
5098 2019-08-14 Alan Hayward <alan.hayward@arm.com>
5099
5100 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
5101 register sizes.
5102
5103 2019-08-14 Tom Tromey <tromey@adacore.com>
5104
5105 * darwin-nat.c: Include gdbarch.h.
5106 * darwin-nat-info.c: Include gdbarch.h.
5107
5108 2019-08-13 Tom Tromey <tom@tromey.com>
5109
5110 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
5111 Remove.
5112 * tui/tui-data.c (tui_initialize_static_data): Update.
5113
5114 2019-08-13 Tom Tromey <tom@tromey.com>
5115
5116 * tui/tui-winsource.h (struct tui_exec_info_window)
5117 <~tui_exec_info_window, maybe_allocate_content, get_content,
5118 m_content>: Remove.
5119 (struct tui_source_window_base) <set_exec_info_content,
5120 show_exec_info_content>: Don't declare.
5121 * tui/tui-winsource.c
5122 (tui_exec_info_window::maybe_allocate_content): Remove.
5123 (tui_source_window_base::update_exec_info): Rename from
5124 set_exec_info_content.
5125 (tui_source_window_base::show_exec_info_content)
5126 (tui_source_window_base::update_exec_info): Remove.
5127
5128 2019-08-13 Tom Tromey <tom@tromey.com>
5129
5130 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
5131 declare.
5132 * tui/tui-winsource.c (tui_update_source_window_as_is)
5133 (tui_update_source_windows_with_addr, tui_erase_source_content):
5134 Update.
5135 (tui_clear_exec_info_content): Remove.
5136
5137 2019-08-13 Tom Tromey <tom@tromey.com>
5138
5139 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
5140 declare.
5141 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
5142 call tui_erase_exec_info_content.
5143 (tui_clear_exec_info_content): Rename from
5144 tui_erase_exec_info_content.
5145 (tui_clear_exec_info_content): Delete.
5146
5147 2019-08-13 Tom Tromey <tom@tromey.com>
5148
5149 * tui/tui-winsource.h (struct tui_source_window_base)
5150 <show_exec_info_content>: Declare.
5151 (tui_show_exec_info_content): Don't declare.
5152 * tui/tui-winsource.c
5153 (tui_source_window_base::show_exec_info_content): Rename from
5154 tui_show_exec_info_content.
5155 (tui_source_window_base::update_exec_info): Update.
5156
5157 2019-08-13 Tom Tromey <tom@tromey.com>
5158
5159 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
5160 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
5161 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
5162 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
5163 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
5164 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
5165 ... here.
5166
5167 2019-08-13 Tom Tromey <tom@tromey.com>
5168
5169 * tui/tui-winsource.h (struct tui_source_window_base)
5170 <update_exec_info>: Declare.
5171 (tui_update_exec_info): Don't declare.
5172 * tui/tui-winsource.c (tui_update_source_window_as_is)
5173 (tui_source_window_base::refresh_all)
5174 (tui_update_all_breakpoint_info): Update.
5175 (tui_source_window_base::update_exec_info): Rename from
5176 tui_update_exec_info.
5177 * tui/tui-stack.c (tui_show_frame_info): Update.
5178
5179 2019-08-13 Tom Tromey <tom@tromey.com>
5180
5181 * tui/tui-winsource.h (struct tui_source_window_base)
5182 <set_exec_info_content>: Declare.
5183 (tui_set_exec_info_content): Don't declare.
5184 * tui/tui-winsource.c
5185 (tui_source_window_base::set_exec_info_content): Rename from
5186 tui_set_exec_info_content.
5187 (tui_update_exec_info): Update.
5188
5189 2019-08-13 Tom Tromey <tom@tromey.com>
5190
5191 * tui/tui-winsource.h (struct tui_source_window_base)
5192 <show_source_content>: Declare.
5193 (tui_show_source_content): Don't declare.
5194 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5195 (tui_source_window_base::show_source_content): Rename from
5196 tui_show_source_content.
5197 (tui_source_window_base::refresh_all): Update.
5198 * tui/tui-layout.c (show_source_disasm_command)
5199 (show_source_or_disasm_and_command): Update.
5200
5201 2019-08-13 Tom Tromey <tom@tromey.com>
5202
5203 * tui/tui-winsource.c (tui_erase_source_content)
5204 (tui_show_source_content, tui_source_window_base::refresh_all):
5205 Update.
5206 * tui/tui-wingeneral.h
5207 (tui_check_and_display_highlight_if_needed): Don't declare.
5208 * tui/tui-wingeneral.c
5209 (tui_win_info::check_and_display_highlight_if_needed): Rename from
5210 check_and_display_highlight_if_needed.
5211 * tui/tui-win.c (tui_rehighlight_all)
5212 (tui_win_info::make_visible_with_new_height): Update.
5213 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
5214 (tui_data_window::erase_data_content)
5215 (tui_data_window::display_all_data): Update.
5216 * tui/tui-data.h (struct tui_win_info)
5217 <check_and_display_highlight_if_needed>: Declare.
5218
5219 2019-08-13 Tom Tromey <tom@tromey.com>
5220
5221 * tui/tui-win.c (tui_resize_all): Call
5222 tui_delete_invisible_windows.
5223 * tui/tui-layout.c (show_layout): Call
5224 tui_delete_invisible_windows.
5225 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
5226 * tui/tui-data.c (tui_delete_invisible_windows): New function.
5227
5228 2019-08-13 Tom Tromey <tom@tromey.com>
5229
5230 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
5231 tui_add_win_to_layout.
5232
5233 2019-08-13 Tom Tromey <tom@tromey.com>
5234
5235 * tui/tui-layout.h (tui_default_win_height): Don't declare.
5236 * tui/tui-layout.c (tui_default_win_height): Now static.
5237
5238 2019-08-13 Tom Tromey <tom@tromey.com>
5239
5240 * tui/tui-layout.c (show_layout): Unify all layout cases into a
5241 single switch.
5242 (show_source_disasm_command, show_source_or_disasm_and_command):
5243 Don't check current layout.
5244
5245 2019-08-13 Tom Tromey <tom@tromey.com>
5246
5247 * tui/tui-wingeneral.c (make_all_visible): Remove.
5248 (tui_make_all_invisible): Simplify.
5249 * tui/tui-layout.c (tui_make_all_invisible): Move from
5250 tui-wingeneral.c; simplify.
5251 (show_layout): Hoist call to tui_make_all_invisible.
5252 (show_data): Don't call tui_make_all_invisible.
5253
5254 2019-08-13 Tom Tromey <tom@tromey.com>
5255
5256 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
5257 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
5258
5259 2019-08-13 Tom Tromey <tom@tromey.com>
5260
5261 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
5262 tui-data.c.
5263 (show_source_disasm_command, show_data)
5264 (show_source_or_disasm_and_command): Don't use
5265 tui_set_current_layout_to.
5266 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
5267 * tui/tui-data.c (current_layout, tui_current_layout): Move to
5268 tui-layout.c.
5269 (tui_set_current_layout_to): Remove.
5270
5271 2019-08-13 Tom Tromey <tom@tromey.com>
5272
5273 * tui/tui-layout.c (tui_set_layout): Update.
5274 * tui/tui-data.h (struct tui_layout_def): Remove.
5275 (tui_layout_def): Don't declare.
5276 * tui/tui-data.c (layout_def): Remove.
5277 (tui_layout_def): Remove.
5278
5279 2019-08-13 Tom Tromey <tom@tromey.com>
5280
5281 * tui/tui-winsource.h (struct tui_source_window_base)
5282 <clear_detail>: No longer "override".
5283 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
5284 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
5285 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
5286 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
5287 Remove.
5288 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
5289
5290 2019-08-13 Tom Tromey <tromey@adacore.com>
5291
5292 * tracepoint.c: Don't include readline.h or history.h.
5293
5294 2019-08-12 Tom Tromey <tom@tromey.com>
5295
5296 * configure: Rebuild.
5297 * configure.ac: Check for readline 7.
5298 * NEWS: Mention readline 7 requirement.
5299 * README: Update.
5300
5301 2019-08-12 Tom Tromey <tom@tromey.com>
5302
5303 * mingw-hdep.c (gdb_select): Remove readline hack.
5304
5305 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5306
5307 * blockframe.c (find_pc_partial_function): Set *block to nullptr
5308 when the function fails.
5309
5310 2019-08-09 Andreas Arnez <arnez@linux.ibm.com>
5311
5312 * s390-tdep.c (s390_type_align): New function.
5313 (s390_gdbarch_init): Set it as type_align gdbarch method.
5314
5315 2019-08-09 Tom de Vries <tdevries@suse.de>
5316
5317 PR gdb/24591
5318 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
5319 pc_low with relocation offset.
5320
5321 2019-08-07 Tom Tromey <tromey@adacore.com>
5322
5323 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
5324 (print_frame_args): Update.
5325 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
5326 Update.
5327 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
5328 * frame.h (struct frame_arg): Add initializers.
5329 <error>: Now a unique_xmalloc_ptr.
5330
5331 2019-08-07 Alan Hayward <alan.hayward@arm.com>
5332
5333 * NEWS: Expand the Pointer Authentication entry.
5334 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
5335 (aarch64_frame_unmask_lr): ... to this.
5336 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
5337 Call aarch64_frame_unmask_lr.
5338 * frame.c (struct frame_info): Add "masked" variable.
5339 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
5340 (fprint_frame): Check for masked pc.
5341 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
5342 declarations.
5343 * python/py-framefilter.c (py_print_frame): Check for masked pc.
5344 * stack.c (print_frame): Check for masked pc.
5345
5346 2019-08-06 Tom Tromey <tom@tromey.com>
5347
5348 * stabsread.c (patch_block_stabs, read_one_struct_field)
5349 (read_enum_type): Use obstack_strndup.
5350 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
5351 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
5352 * dwarf2read.c (guess_full_die_structure_name)
5353 (anonymous_struct_prefix): Use obstack_strndup.
5354 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
5355 * c-exp.y (yylex): Use obstack_strndup.
5356 * ada-exp.y (write_object_renaming, write_ambiguous_var)
5357 (write_var_or_type): Use obstack_strndup.
5358
5359 2019-08-06 Tom Tromey <tom@tromey.com>
5360
5361 * symfile.c (reread_symbols): Use obstack_strdup.
5362 * stabsread.c (read_type): Use obstack_strdup.
5363 * gdb_obstack.h (obstack_strdup): New overload.
5364 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
5365 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
5366 (dwarf2_canonicalize_name): Use obstack_strdup.
5367 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
5368 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
5369 Use obstack_strdup.
5370
5371 2019-08-06 Tom Tromey <tom@tromey.com>
5372
5373 * gdb_obstack.h (obstack_strdup): Define.
5374 * gdb_obstack.c (obstack_strdup): Don't define.
5375
5376 2019-08-06 Tom Tromey <tom@tromey.com>
5377
5378 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
5379 obstack_strdup.
5380 * typeprint.c (typedef_hash_table::find_global_typedef): Use
5381 obstack_strdup.
5382 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
5383 * stabsread.c (common_block_start): Use obstack_strdup.
5384 * objfiles.c (set_objfile_main_name, objfile): Use
5385 obstack_strdup.
5386 * namespace.c (add_using_directive): Use obstack_strdup.
5387 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
5388 * jit.c (finalize_symtab): Use obstack_strdup.
5389 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
5390 (guess_partial_die_structure_name, partial_die_info::fixup)
5391 (dwarf2_name): Use obstack_strdup.
5392 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
5393 obstack_strdup.
5394 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
5395 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
5396 obstack_strdup.
5397 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
5398
5399 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5400
5401 * unittests/help-doc-selftests.c: New file.
5402 * Makefile.in: Add the new file.
5403
5404 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5405
5406 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
5407 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
5408 the full first line, except when FOR_VALUE_PREFIX. In this case,
5409 the trailing '.' is not output, and the first character is uppercased.
5410 (print_help_for_command): Update call to print_doc_line.
5411 (print_doc_of_command): Likewise.
5412 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
5413 * cli/cli-option.c (append_indented_doc): Do not append newline.
5414 (build_help_option): Append newline after first appended_indented_doc
5415 only if a second call is done.
5416 (build_help): Append 2 new lines before each option, except the first
5417 one.
5418 * compile/compile.c (_initialize_compile): Add new lines after
5419 %OPTIONS%, when not at the end of the help.
5420 Change help doc or code
5421 producing the help doc to respect the invariants.
5422 * maint-test-options.c (_initialize_maint_test_options): Likewise.
5423 Also removed the new line after 'Options:', as all other commands
5424 do not put an empty line between 'Options:' and the first option.
5425 * printcmd.c (_initialize_printcmd): Likewise.
5426 * stack.c (_initialize_stack): Likewise.
5427 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
5428 incorrectly telling COMMAND is optional.
5429 * ada-lang.c (_initialize_ada_language): Change help doc or code
5430 producing the help doc to respect the invariants.
5431 * ada-tasks.c (_initialize_ada_tasks): Likewise.
5432 * breakpoint.c (_initialize_breakpoint): Likewise.
5433 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
5434 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
5435 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
5436 * cli/cli-style.c (cli_style_option::add_setshow_commands,
5437 _initialize_cli_style): Likewise.
5438 * corelow.c (core_target_info): Likewise.
5439 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
5440 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
5441 * filesystem.c (_initialize_filesystem): Likewise.
5442 * frame.c (_initialize_frame): Likewise.
5443 * gnu-nat.c (add_task_commands): Likewise.
5444 * infcall.c (_initialize_infcall): Likewise.
5445 * infcmd.c (_initialize_infcmd): Likewise.
5446 * interps.c (_initialize_interpreter): Likewise.
5447 * language.c (_initialize_language): Likewise.
5448 * linux-fork.c (_initialize_linux_fork): Likewise.
5449 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
5450 * maint.c (_initialize_maint_cmds): Likewise.
5451 * memattr.c (_initialize_mem): Likewise.
5452 * printcmd.c (_initialize_printcmd): Likewise.
5453 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
5454 _RegEx): Likewise.
5455 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
5456 * record-btrace.c (_initialize_record_btrace): Likewise.
5457 * record-full.c (_initialize_record_full): Likewise.
5458 * record.c (_initialize_record): Likewise.
5459 * regcache-dump.c (_initialize_regcache_dump): Likewise.
5460 * regcache.c (_initialize_regcache): Likewise.
5461 * remote.c (add_packet_config_cmd, init_remote_threadtests,
5462 _initialize_remote): Likewise.
5463 * ser-tcp.c (_initialize_ser_tcp): Likewise.
5464 * serial.c (_initialize_serial): Likewise.
5465 * skip.c (_initialize_step_skip): Likewise.
5466 * source.c (_initialize_source): Likewise.
5467 * stack.c (_initialize_stack): Likewise.
5468 * symfile.c (_initialize_symfile): Likewise.
5469 * symtab.c (_initialize_symtab): Likewise.
5470 * target-descriptions.c (_initialize_target_descriptions): Likewise.
5471 * top.c (init_main): Likewise.
5472 * tracefile-tfile.c (tfile_target_info): Likewise.
5473 * tracepoint.c (_initialize_tracepoint): Likewise.
5474 * tui/tui-win.c (_initialize_tui_win): Likewise.
5475 * utils.c (add_internal_problem_command): Likewise.
5476 * valprint.c (value_print_option_defs): Likewise.
5477
5478 2019-08-06 Frank Ch. Eigler <fche@redhat.com>
5479
5480 PR build/24886
5481 * configure.ac: Drop enable-libmcheck support.
5482 * configure, config.in: Rebuild.
5483 * libmcheck.m4: Remove.
5484 * acinclude.m4: Don't include it.
5485 * Makefile.in: Don't distribute it.
5486 * top.c (print_gdb_configuration): Don't mention it.
5487
5488 2019-08-06 Tom Tromey <tom@tromey.com>
5489
5490 * utils.c (set_output_style): Sometimes pass stream to
5491 emit_style_escape.
5492 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
5493 * record-btrace.c (btrace_insn_history): Update.
5494 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
5495 method.
5496 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
5497 Update initializers.
5498 <m_uiout>: New field.
5499 <m_di>: Move lower.
5500 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5501 Remove "uiout" parameter.
5502 (dump_insns): Update.
5503 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
5504 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
5505
5506 2019-08-06 Christian Biesinger <cbiesinger@google.com>
5507
5508 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
5509 (error_in_psymtab_expansion): Likewise.
5510 (lookup_symbol_via_quick_fns): Likewise.
5511 (basic_lookup_transparent_type_quick): Likewise.
5512 (basic_lookup_transparent_type_1): Likewise.
5513
5514 2019-08-06 Tom Tromey <tromey@adacore.com>
5515
5516 * source.c (last_source_error): Now bool.
5517 (print_source_lines_base): Make "noprint" bool. Only open
5518 source file when last_source_visited changes.
5519
5520 2019-08-06 Tom Tromey <tromey@adacore.com>
5521
5522 * annotate.c (annotate_source_line): Use g_source_cache.
5523 * source-cache.c (source_cache::get_plain_source_lines): Change
5524 parameters. Populate m_offset_cache.
5525 (source_cache::ensure): New method.
5526 (source_cache::get_line_charpos): New method.
5527 (extract_lines): Move lower. Change parameters.
5528 (source_cache::get_source_lines): Move lower.
5529 * source-cache.h (class source_cache): Update comment.
5530 <get_line_charpos>: New method.
5531 <get_source_lines>: Update comment.
5532 <clear>: Clear m_offset_cache.
5533 <get_plain_source_lines>: Change parameters.
5534 <ensure>: New method
5535 <m_offset_cache>: New member.
5536 * source.c (forget_cached_source_info_for_objfile): Update.
5537 (info_source_command): Use g_source_cache.
5538 (find_source_lines, open_source_file_with_line_charpos): Remove.
5539 (print_source_lines_base, search_command_helper): Use g_source_cache.
5540 * source.h (open_source_file_with_line_charpos): Don't declare.
5541 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
5542 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
5543 Use g_source_cache.
5544
5545 2019-08-06 Tom Tromey <tromey@adacore.com>
5546
5547 * source-cache.c (source_cache::get_plain_source_lines):
5548 Remove "first_line" and "last_line" parameters.
5549 (source_cache::get_source_lines): Cache plain text.
5550 * source-cache.h (class source_cache)
5551 <get_plain_source_lines>: Update.
5552
5553 2019-08-06 Tom Tromey <tromey@adacore.com>
5554
5555 * source-cache.c (extract_lines): No longer a method.
5556 Changed type of parameter. Include final newline.
5557 (selftests::extract_lines_test): New function.
5558 (_initialize_source_cache): Likewise.
5559 * source-cache.h (class source_cache)
5560 <extract_lines>: Don't declare.
5561
5562 2019-08-06 Tom Tromey <tromey@adacore.com>
5563
5564 * breakpoint.c (init_breakpoint_sal): Update.
5565 (breakpoint): Update.
5566 * breakpoint.h (struct breakpoint) <filter>: Now a
5567 unique_xmalloc_ptr.
5568
5569 2019-08-05 Christian Biesinger <cbiesinger@google.com>
5570
5571 * NEWS: Mention dictionary access on blocks.
5572 * python/py-block.c (blpy_getitem): New function.
5573 (block_object_as_mapping): New struct.
5574 (block_object_type): Use new struct for tp_as_mapping field.
5575
5576 2019-08-05 Christian Biesinger <cbiesinger@google.com>
5577
5578 * objfiles.h (objfile): Add a comment describing partial symbols.
5579
5580 2019-08-05 Tom Tromey <tromey@adacore.com>
5581
5582 * compile/compile.c (_initialize_compile): Use _(), not N_().
5583 * thread.c (_initialize_thread): Use _(), not N_().
5584 * stack.c (_initialize_stack): Use _(), not N_().
5585 * printcmd.c (_initialize_printcmd): Use _(), not N_().
5586
5587 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
5588
5589 * dwarf2read.c (struct dw2_symtab_iterator):
5590 <want_specific_block>: Remove.
5591 <block_index>: Change type to gdb::optional.
5592 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
5593 change type of BLOCK_INDEX parameter to gdb::optional.
5594 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
5595 (dw2_lookup_symbol): Don't pass argument for
5596 WANT_SPECIFIC_BLOCK.
5597 (dw2_expand_symtabs_for_function): Don't pass argument for
5598 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
5599 (class dw2_debug_names_iterator)
5600 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
5601 parameter, change BLOCK_INDEX type to gdb::optional.
5602 <m_want_specific_block>: Remove.
5603 <m_block_index>: Change type to gdb::optional.
5604 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
5605 gdb::optional. Re-write in function of gdb::optional.
5606 (dw2_debug_names_lookup_symbol): Don't pass argument for
5607 WANT_SPECIFIC_BLOCK.
5608 (dw2_debug_names_expand_symtabs_for_function): Don't pass
5609 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
5610 BLOCK_INDEX.
5611
5612 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5613
5614 * NEWS: Mention changes to "info sources" command.
5615
5616 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5617
5618 * symtab.c (filename_partial_match_opts): New struct type.
5619 (struct output_source_filename_data): New members
5620 regexp, c_regexp, partial_match.
5621 (output_source_filename): Use new members to decide to print file.
5622 (info_sources_option_defs): New variable.
5623 (make_info_sources_options_def_group, print_info_sources_header,
5624 info_sources_command_completer):
5625 New functions.
5626 (info_sources_command): Read new optional arguments.
5627 (_initialize_symtab): Update info sources help.
5628
5629 2019-08-02 Alexandre Oliva <oliva@adacore.com>
5630
5631 * ada-lang.c (exception_support_info_v0): Renamed from...
5632 (default_exception_support_info): ... this. Create new
5633 definition for v1.
5634 (ada_has_this_exception_support): Look up catch_handlers_sym.
5635 (ada_exception_support_info_sniffer): Try v0 after default.
5636
5637 2019-08-01 Tom Tromey <tromey@adacore.com>
5638
5639 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
5640 gdbarch.h.
5641
5642 2019-08-01 Christian Biesinger <cbiesinger@google.com>
5643
5644 * s12z-tdep.c: Fix include path for s12z-opc.h.
5645
5646 2019-08-01 Alan Hayward <alan.hayward@arm.com>
5647
5648 * NEWS: Require GNU make 3.82.
5649
5650 2019-07-16 Tom Tromey <tom@tromey.com>
5651
5652 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
5653 declare.
5654
5655 2019-07-30 Tom Tromey <tromey@adacore.com>
5656
5657 * block.c (contained_in): Remove BLOCK_FUNCTION check.
5658
5659 2019-07-30 Kevin Buettner <kevinb@redhat.com>
5660
5661 * printcmd.c (print_address_symbolic): Print negative offsets.
5662 (build_address_symbolic): Force signed arithmetic when computing
5663 offset.
5664
5665 2019-07-30 Christian Biesinger <cbiesinger@google.com>
5666
5667 PR/24474: Add a function to lookup static variables.
5668 * NEWS: Mention this new function.
5669 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
5670 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
5671 * python/python.c (python_GdbMethods): Add new function.
5672
5673 2019-07-29 Christian Biesinger <cbiesinger@google.com>
5674
5675 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
5676 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
5677 (objfpy_lookup_static_symbol): New function.
5678 (objfile_object_methods): Add new functions.
5679
5680 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5681
5682 * NEWS: Mention 'set|show print frame-info'. Mention new
5683 'presence' value for 'frame-arguments'. Mention new '-frame-info'
5684 backtrace argument. Mention that python frame filtering code
5685 is now consistent with what 'backtrace' command prints.
5686
5687 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5688
5689 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
5690 comments.
5691 (print_frame_info_auto, print_frame_info_source_line,
5692 print_frame_info_location, print_frame_info_source_and_location,
5693 print_frame_info_location_and_address, print_frame_info_short_location):
5694 New declarations.
5695 (struct frame_print_options): New member print_frame_info.
5696 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
5697 * stack.h (get_user_print_what_frame_info): New declaration.
5698 (frame_show_address): New declaration.
5699 * stack.c (print_frame_arguments_choices): New value 'presence'.
5700 (print_frame_info_auto, print_frame_info_source_line,
5701 print_frame_info_location, print_frame_info_source_and_location,
5702 print_frame_info_location_and_address, print_frame_info_short_location,
5703 print_frame_info_choices, print_frame_info_print_what): New definitions.
5704 (print_frame_args): Only print dots for args if print frame-arguments
5705 is 'presence'.
5706 (frame_print_option_defs): New element for "frame-info".
5707 (get_user_print_what_frame_info): New function.
5708 (frame_show_address): Make non static. Move comment to stack.h.
5709 (print_frame_info_to_print_what): New function.
5710 (print_frame_info): Update comment. Use fp_opts.print_frame_info
5711 to decide what to print.
5712 (backtrace_command_1): Handle the new print_frame_arguments_presence
5713 value.
5714 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
5715 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
5716 (py_print_frame): In non-mi mode, use LOCATION as default for
5717 print_what, similarly to frame information printed directly by
5718 backtrace command. Handle frame-info user option in non MI mode.
5719
5720 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5721
5722 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
5723 Add case for debugging 32-bit target on 64-bit host. Revise
5724 comment.
5725
5726 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5727
5728 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
5729 instead of find_function_entry_range_from_pc.
5730
5731 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5732
5733 * stack.c (find_frame_funname): Remove code which preferred
5734 minsym over symtab sym in "certain pathological cases".
5735
5736 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
5737 parameter. Change type of "do_demangle" to bool.
5738 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5739 Pass suitable "prefer_sym_over_minsym" flag to
5740 build_address_symbolic(). Don't output "+" for negative offsets.
5741 * printcmd.c (print_address_symbolic): Update invocation of
5742 build_address_symbolic to include a "prefer_sym_over_minsym"
5743 flag.
5744 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
5745 Restrict cases in which use of minimal symbol is preferred to that
5746 of a found symbol. Update comments.
5747
5748 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
5749 for entry pc when entry pc is out of range for that FDE.
5750
5751 2019-07-26 Brian Callahan <bcallah@openbsd.org>
5752
5753 PR gdb/24839:
5754 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
5755 type.
5756
5757 2019-07-25 Christian Biesinger <cbiesinger@google.com>
5758
5759 * python/py-objfile.c (add_separate_debug_file): Fix comment about
5760 this function's Python signature.
5761
5762
5763 2019-07-24 Christian Biesinger <cbiesinger@google.com>
5764
5765 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
5766 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5767 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5768 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
5769 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
5770
5771
5772 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
5773
5774 * h8300-tdep.c (h8300_register_name_common): New.
5775 h8300_register_name): Use h8300_register_name_common.
5776 (h8300s_register_name): Likewise.
5777 (h8300sx_register_name): Likewise.
5778 (h8300h_register_nam): New.
5779 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
5780
5781
5782 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
5783
5784 * arm-tdep.c (arm_skip_cmse_entry): New function.
5785 (arm_is_sgstubs_section): New function.
5786 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
5787
5788 2019-07-22 Tom Tromey <tom@tromey.com>
5789
5790 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
5791 Don't self-assign.
5792
5793 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5794
5795 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
5796 type_print.
5797
5798 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5799
5800 * symtab.c (search_symbols): Adjust msymbol matching type arrays
5801 so that GDB doesn't match any msymbols when searching in the
5802 TYPES_DOMAIN.
5803 (print_symbol_info): Print using typedef_print or type_print based
5804 on the type of the symbol. Add updated FIXME comment moved from...
5805 (_initialize_symtab): ... move and update FIXME comment to above.
5806
5807 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5808
5809 * NEWS: Mention adding -q option to "info types".
5810 * symtab.c (struct info_types_options): New struct.
5811 (info_types_options_defs): New variable.
5812 (make_info_types_options_def_group): New function.
5813 (info_types_command): Use gdb::option framework to parse options.
5814 (info_types_command_completer): New function.
5815 (_initialize_symtab): Extend the help text on "info types" and
5816 register command completer.
5817
5818 2019-07-21 Christian Biesinger <cbiesinger@google.com>
5819
5820 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
5821 (lookup_symbol_in_objfile): Change int to block_enum and add a
5822 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
5823
5824 2019-07-20 Christian Biesinger <cbiesinger@google.com>
5825
5826 * MAINTAINERS (Write After Approval): Add self.
5827
5828 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5829
5830 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
5831 instruction to the dummy code region.
5832
5833 2019-07-19 Tom Tromey <tromey@adacore.com>
5834
5835 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
5836 (ARGSUSED, PARAMS, __func__): Remove rules.
5837
5838 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5839
5840 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
5841 * features/arm/arm-with-iwmmxt.c: Remove.
5842 * features/arm/arm-with-iwmmxt.xml: Remove.
5843 * features/arm/arm-with-m-fpa-layout.c: Remove.
5844 * features/arm/arm-with-m-fpa-layout.xml: Remove.
5845 * features/arm/arm-with-m-vfp-d16.c: Remove.
5846 * features/arm/arm-with-m-vfp-d16.xml: Remove.
5847 * features/arm/arm-with-m.c: Remove.
5848 * features/arm/arm-with-m.xml: Remove.
5849 * features/arm/arm-with-neon.c: Remove.
5850 * features/arm/arm-with-neon.xml: Remove.
5851 * features/arm/arm-with-vfpv2.c: Remove.
5852 * features/arm/arm-with-vfpv2.xml: Remove.
5853 * features/arm/arm-with-vfpv3.c: Remove.
5854 * features/arm/arm-with-vfpv3.xml: Remove.
5855
5856 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5857
5858 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
5859
5860 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5861
5862 * arch/aarch32.c (aarch32_create_target_description): Create
5863 target descriptions using features.
5864 * arch/arm.c (arm_create_target_description)
5865 (arm_create_mprofile_target_description): Likewise.
5866 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
5867
5868 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5869
5870 * Makefile.in: Add new files.
5871 * aarch32-tdep.c: New file.
5872 * aarch32-tdep.h: New file.
5873 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
5874 Call aarch32_read_description.
5875 * arch/aarch32.c: New file.
5876 * arch/aarch32.h: New file.
5877 * arch/arm.c (arm_create_target_description)
5878 (arm_create_mprofile_target_description): New function.
5879 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
5880 (arm_create_target_description)
5881 (arm_create_mprofile_target_description): New declaration.
5882 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
5883 read_description functions.
5884 * arm-linux-nat.c (arm_linux_nat_target::read_description):
5885 Likewise.
5886 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
5887 * arm-tdep.c (tdesc_arm_list): New variable.
5888 (arm_register_g_packet_guesses): Call create description functions.
5889 (arm_read_description) (arm_read_mprofile_description): New
5890 function.
5891 * arm-tdep.h (arm_read_description)
5892 (arm_read_mprofile_description): Add declaration.
5893 * configure.tgt: Add new files.
5894
5895 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
5896
5897 * top.c (new_ui_command): Open specified terminal just once.
5898
5899 2019-07-18 Tom Tromey <tromey@adacore.com>
5900
5901 * symtab.c (main_name): Constify return type.
5902 * symfile.c (set_initial_language): Update.
5903 * symtab.h (main_name): Constify return type.
5904
5905 2019-07-17 Tom Tromey <tom@tromey.com>
5906
5907 * tui/tui-winsource.c (tui_update_source_window)
5908 (tui_update_source_window_as_is)
5909 (tui_update_source_windows_with_line): Remove return.
5910 * tui/tui-disasm.c (tui_show_disassem)
5911 (tui_show_disassem_and_update_source): Remove return.
5912 * tui/tui.c (tui_reset): Remove return.
5913 * tui/tui-wingeneral.c
5914 (tui_check_and_display_highlight_if_needed): Remove return.
5915
5916 2019-07-17 Tom Tromey <tom@tromey.com>
5917
5918 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
5919
5920 2019-07-17 Tom Tromey <tom@tromey.com>
5921
5922 * tui/tui-winsource.h (struct tui_exec_info_window)
5923 (struct tui_source_window_base): Move from tui-data.h.
5924 * tui/tui-winsource.c: Move many method definitions from
5925 elsewhere. Remove "structuring" comments.
5926 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
5927 (tui_source_window_base::refresh_window): Move to
5928 tui-winsource.c.
5929 * tui/tui-win.c (tui_source_window_base::refresh_all)
5930 (tui_source_window_base::update_tab_width)
5931 (tui_source_window_base::set_new_height)
5932 (tui_source_window_base::do_make_visible_with_new_height): Move to
5933 tui-winsource.c.
5934 * tui/tui-source.h: Update.
5935 * tui/tui-source.c (tui_source_window_base::reset): Move to
5936 tui-winsource.c.
5937 * tui/tui-disasm.h: Update.
5938 * tui/tui-data.h (struct tui_exec_info_window): Move to
5939 tui-winsource.h.
5940 (struct tui_source_window_base): Likewise.
5941 * tui/tui-data.c (tui_source_window_base::clear_detail)
5942 (tui_source_window_base, ~tui_source_window_base): Move to
5943 tui-winsource.c.
5944
5945 2019-07-17 Tom Tromey <tom@tromey.com>
5946
5947 * tui/tui-win.c (tui_resize_all)
5948 (tui_source_window_base::update_tab_width)
5949 (tui_adjust_win_heights): Update.
5950 (tui_win_info::make_invisible_and_set_new_height): Rename from
5951 make_invisible_and_set_new_height.
5952 * tui/tui-data.h (struct tui_win_info)
5953 <make_invisible_and_set_new_height>: New method.
5954
5955 2019-07-17 Tom Tromey <tom@tromey.com>
5956
5957 * tui/tui.c: Update.
5958 * tui/tui-source.h (struct tui_source_window): Move from
5959 tui-data.h.
5960 * tui/tui-layout.c: Update.
5961 * tui/tui-disasm.c: Update.
5962 * tui/tui-data.h (struct tui_source_window): Move to
5963 tui-source.h.
5964
5965 2019-07-17 Tom Tromey <tom@tromey.com>
5966
5967 * tui/tui-disasm.h (struct tui_disasm_window): Move from
5968 tui-data.h.
5969 * tui/tui-data.h (struct tui_disasm_window): Move to
5970 tui-disasm.h.
5971
5972 2019-07-17 Tom Tromey <tom@tromey.com>
5973
5974 * tui/tui-regs.h (struct tui_data_item_window): Move from
5975 tui-data.h.
5976 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
5977 * tui/tui-data.h (struct tui_data_item_window): Move to
5978 tui-regs.h.
5979 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
5980
5981 2019-07-17 Tom Tromey <tom@tromey.com>
5982
5983 * tui/tui.c: Update.
5984 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
5985 (tui_cmd_window::max_height): Move to tui-command.c.
5986 * tui/tui-layout.c: Update.
5987 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
5988 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
5989 tui-command.c.
5990 * tui/tui-command.h (struct tui_cmd_window): Move from
5991 tui-data.h.
5992 * tui/tui-command.c: Remove "structuring" comments.
5993 (tui_cmd_window::clear_detail)
5994 (tui_cmd_window::do_make_visible_with_new_height)
5995 (tui_cmd_window::max_height): Move from elsewhere.
5996
5997 2019-07-17 Tom Tromey <tom@tromey.com>
5998
5999 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
6000 Now static.
6001 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
6002 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
6003
6004 2019-07-17 Tom Tromey <tom@tromey.com>
6005
6006 * tui/tui.c: Update.
6007 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
6008 tui-regs.c.
6009 * tui/tui-windata.h: Remove file.
6010 * tui/tui-windata.c: Remove file.
6011 * tui/tui-win.c (tui_data_window::set_new_height)
6012 (tui_data_window::do_make_visible_with_new_height): Move to
6013 tui-regs.c.
6014 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
6015 * tui/tui-regs.c: Remove "structuring" comments.
6016 (tui_data_window::first_data_item_displayed)
6017 (tui_data_window::delete_data_content_windows)
6018 (tui_data_window::erase_data_content)
6019 (tui_data_window::display_all_data)
6020 (tui_data_window::refresh_all)
6021 (tui_data_window::do_scroll_vertical)
6022 (tui_data_window::clear_detail, tui_data_window::set_new_height)
6023 (tui_data_window::do_make_visible_with_new_height)
6024 (tui_data_window::refresh_window): Move from elsewhere.
6025 (_initialize_tui_regs): Move to end of file.
6026 * tui/tui-layout.c: Update.
6027 * tui/tui-hooks.c: Update.
6028 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
6029 * tui/tui-data.c (tui_data_window::clear_detail): Move to
6030 tui-regs.c.
6031 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
6032
6033 2019-07-17 Tom Tromey <tom@tromey.com>
6034
6035 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
6036 seen.
6037
6038 2019-07-17 Tom Tromey <tom@tromey.com>
6039
6040 * tui/tui-win.c (tui_source_window_base::set_new_height)
6041 (tui_source_window_base::do_make_visible_with_new_height): Use
6042 m_has_locator field directly.
6043 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
6044 method.
6045 (struct tui_source_window_base) <has_locator>: Likewise.
6046
6047 2019-07-17 Tom Tromey <tom@tromey.com>
6048
6049 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
6050 Don't declare.
6051 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
6052 Remove.
6053 * tui/tui-win.c (tui_source_window_base::set_new_height)
6054 (tui_source_window_base::set_new_height)
6055 (make_invisible_and_set_new_height)
6056 (tui_source_window_base::do_make_visible_with_new_height)
6057 (tui_source_window_base::do_make_visible_with_new_height):
6058 Update.
6059 * tui/tui-layout.c (show_source_disasm_command, show_data)
6060 (show_source_or_disasm_and_command): Update.
6061 * tui/tui-layout.c (show_layout): Update.
6062
6063 2019-07-17 Tom Tromey <tom@tromey.com>
6064
6065 * tui/tui-layout.c (make_data_window): Remove.
6066 (show_data): Unify creation and re-initialization cases.
6067
6068 2019-07-17 Tom Tromey <tom@tromey.com>
6069
6070 * tui/tui-layout.c (make_source_window, make_disasm_window):
6071 Remove.
6072 (show_data): Unify creation and re-initialization cases.
6073
6074 2019-07-17 Tom Tromey <tom@tromey.com>
6075
6076 * tui/tui-layout.c (make_command_window): Remove.
6077 (show_source_disasm_command, show_source_or_disasm_and_command):
6078 Unify creation and re-initialization cases.
6079
6080 2019-07-17 Tom Tromey <tom@tromey.com>
6081
6082 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
6083 creation and re-initialization cases.
6084
6085 2019-07-17 Tom Tromey <tom@tromey.com>
6086
6087 * tui/tui-regs.c (tui_get_register): Return void.
6088
6089 2019-07-17 Tom Tromey <tom@tromey.com>
6090
6091 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
6092 Simplify.
6093
6094 2019-07-17 Tom Tromey <tom@tromey.com>
6095
6096 * tui/tui-layout.c (show_source_disasm_command): Simplify window
6097 resetting.
6098
6099 2019-07-17 Tom Tromey <tom@tromey.com>
6100
6101 * tui/tui.h (tui_set_layout_by_name): Don't declare.
6102 * tui/tui-regs.c (tui_reg_layout): New function.
6103 (tui_show_registers, tui_reg_command): Use it.
6104 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
6105 (tui_layout_command): Rename from tui_set_layout_by_name. Change
6106 parameters.
6107 (tui_layout_command): Remove.
6108
6109 2019-07-17 Tom Tromey <tom@tromey.com>
6110
6111 * tui/tui-layout.h (tui/tui-layout): Return void.
6112 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
6113
6114 2019-07-17 Tom Tromey <tom@tromey.com>
6115
6116 * tui/tui-layout.c (show_source_disasm_command, show_data):
6117 Update.
6118 (reset_locator): Remove.
6119 (show_source_or_disasm_and_command): Update.
6120
6121 2019-07-17 Tom Tromey <tom@tromey.com>
6122
6123 * tui/tui-source.c (tui_source_window_base::reset): Remove
6124 win_type parameter.
6125 * tui/tui-layout.c (make_command_window, make_source_window)
6126 (make_disasm_window, make_data_window)
6127 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
6128 (reset_locator, show_source_or_disasm_and_command): Update.
6129 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
6130 win_type parameter.
6131 (struct tui_source_window_base) <reset>: Likewise.
6132
6133 2019-07-17 Tom Tromey <tom@tromey.com>
6134
6135 * tui/tui-layout.c (show_source_disasm_command): Use
6136 reset_locator.
6137 (reset_locator): New function.
6138 (init_and_make_win): Remove.
6139 (show_source_or_disasm_and_command): Use reset_locator.
6140
6141 2019-07-17 Tom Tromey <tom@tromey.com>
6142
6143 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
6144 condition.
6145 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
6146 Remove condition.
6147 * tui/tui-source.c (tui_source_window_base::reset): New method.
6148 * tui/tui-layout.c (make_command_window): Don't call
6149 init_and_make_win.
6150 (make_source_window, make_disasm_window): Don't call
6151 make_source_or_disasm_window.
6152 (make_data_window): Don't call init_and_make_win. Change calling
6153 convention.
6154 (show_source_disasm_command, show_data): Simplify.
6155 (make_source_or_disasm_window): Remove.
6156 (show_source_or_disasm_and_command): Simplify.
6157 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
6158 (struct tui_source_window_base) <reset>: Likewise.
6159 <execution_info>: Remove initializer.
6160 * tui/tui-data.c (tui_source_window_base): Initialize
6161 execution_info.
6162
6163 2019-07-17 Tom Tromey <tom@tromey.com>
6164
6165 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
6166 variable.
6167
6168 2019-07-17 Tom Tromey <tom@tromey.com>
6169
6170 * tui/tui.c (tui_rl_other_window): Update.
6171 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
6172 superclass method first. Always iterate over regs_content.
6173 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
6174 method.
6175 * tui/tui-win.c (tui_set_focus_command): Update.
6176
6177 2019-07-17 Tom Tromey <tom@tromey.com>
6178
6179 * tui/tui-win.c (tui_set_focus_command): Rename from
6180 tui_set_focus. Call tui_enable.
6181 (tui_set_focus_command): Remove.
6182
6183 2019-07-17 Tom Tromey <tom@tromey.com>
6184
6185 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
6186 refresh_window.
6187 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
6188 touchwin.
6189 (tui_data_window::refresh_window): Call refresh_window on data
6190 items. Always call superclass refresh_window.
6191 (tui_win_info::refresh): Remove.
6192 (tui_source_window_base::refresh_window): Update.
6193 (tui_refresh_all): Update.
6194 * tui/tui-layout.c (show_source_disasm_command): Remove call to
6195 refresh_window.
6196 (show_source_or_disasm_and_command): Likewise.
6197 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
6198 (struct tui_source_window_base) <refresh>: Likewise.
6199
6200 2019-07-17 Tom Tromey <tom@tromey.com>
6201
6202 * tui/tui-winsource.c (tui_clear_source_content)
6203 (tui_show_source_content): Update.
6204 * tui/tui-source.c (tui_source_window::showing_source_p): Check
6205 whether content is empty.
6206 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
6207 Remove.
6208
6209 2019-07-17 Tom Tromey <tom@tromey.com>
6210
6211 * tui/tui-winsource.c (tui_erase_source_content): Clear the
6212 window's contents.
6213 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
6214 * tui/tui-source.c (tui_set_source_content_nil): Remove.
6215
6216 2019-07-17 Tom Tromey <tom@tromey.com>
6217
6218 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
6219 (struct tui_data_item_window): Update.
6220
6221 2019-07-17 Tom Tromey <tom@tromey.com>
6222
6223 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
6224 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
6225 defines.
6226
6227 2019-07-17 Tom Tromey <tom@tromey.com>
6228
6229 * tui/tui-winsource.h (tui_erase_source_content)
6230 (tui_clear_source_content): Remove "display_prompt" parameter.
6231 * tui/tui-winsource.c (tui_update_source_window_as_is)
6232 (tui_update_source_windows_with_addr): Update.
6233 (tui_clear_source_content): Remove "display_prompt" parameter.
6234 (tui_erase_source_content): Likewise. Simplify.
6235 (tui_show_source_content): Update.
6236 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6237 * tui/tui-stack.c (tui_show_frame_info): Update.
6238 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
6239 Remove defines.
6240
6241 2019-07-17 Tom Tromey <tom@tromey.com>
6242
6243 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6244 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
6245 parameter.
6246 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
6247 parameter.
6248
6249 2019-07-17 Tom Tromey <tom@tromey.com>
6250
6251 * tui/tui-winsource.c (tui_clear_source_content)
6252 (tui_show_source_content, tui_show_exec_info_content)
6253 (tui_clear_exec_info_content): Update.
6254 * tui/tui-stack.c (tui_show_locator_content): Update.
6255 (tui_show_frame_info): Update.
6256 * tui/tui-source.h (tui_source_window): Don't declare.
6257 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
6258 from tui_source_is_displayed.
6259 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
6260 Remove field.
6261 (struct tui_source_window_base) <content_in_use>: New field. Now
6262 bool.
6263 (struct tui_source_window) <showing_source_p>: New method.
6264 (TUI_SRC_WIN): Change cast.
6265 * tui/tui-data.c (tui_initialize_static_data): Update.
6266
6267 2019-07-17 Tom Tromey <tom@tromey.com>
6268
6269 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
6270 location_matches_p.
6271 * tui/tui-source.c (tui_source_window::location_matches_p): New
6272 method.
6273 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
6274 method.
6275 * tui/tui-data.h (struct tui_source_window_base)
6276 <location_matches_p>: New method.
6277 (struct tui_source_window, struct tui_disasm_window)
6278 <location_matches_p>: Likewise.
6279
6280 2019-07-17 Tom Tromey <tom@tromey.com>
6281
6282 * tui/tui-win.c (tui_set_win_height_command): Rename from
6283 tui_set_win_height.
6284 (tui_set_win_height_command): Remove.
6285
6286 2019-07-17 Tom Tromey <tom@tromey.com>
6287
6288 * tui/tui-source.c (tui_source_window): New constructor. Add
6289 observer.
6290 (~tui_source_window): New destructor.
6291 (tui_source_window::style_changed): New method.
6292 * tui/tui-hooks.c (tui_redisplay_source): Remove.
6293 (tui_attach_detach_observers): Update.
6294 * tui/tui-data.h (struct tui_source_window): Make constructor not
6295 inline. Add destructor.
6296 (struct tui_source_window) <style_changed>: New method.
6297 <m_observable>: New member.
6298
6299 2019-07-17 Tom Tromey <tom@tromey.com>
6300
6301 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
6302 * tui/tui-win.c (tui_resize_all): Fix typo.
6303
6304 2019-07-17 Tom Tromey <tom@tromey.com>
6305
6306 * tui/tui-wingeneral.h (tui_refresh_all): Update.
6307 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
6308 (tui_refresh_all): Remove "list" parameter. Use foreach.
6309 * tui/tui-win.c (window_name_completer): Use foreach.
6310 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
6311 (update_tab_width): Likewise.
6312 * tui/tui-layout.c (show_layout): Update.
6313 * tui/tui-data.h (class tui_window_iterator): New.
6314 (struct all_tui_windows): New.
6315 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
6316
6317 2019-07-17 Tom Tromey <tom@tromey.com>
6318
6319 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
6320 parameter. Don't reference globals.
6321 (tui_reg_command): Update.
6322
6323 2019-07-17 Tom Tromey <tom@tromey.com>
6324
6325 * tui/tui-regs.c (tui_show_registers): Simplify.
6326
6327 2019-07-17 Tom Tromey <tom@tromey.com>
6328
6329 * tui/tui-regs.c (tui_show_registers): Update.
6330 (tui_show_register_group): Add win_info parameter.
6331
6332 2019-07-17 Tom Tromey <tom@tromey.com>
6333
6334 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
6335 Rename from tui_display_reg_element_at_line.
6336 (tui_data_window::display_registers_from_line): Update.
6337 * tui/tui-data.h (struct tui_data_window)
6338 <display_reg_element_at_line>: New method.
6339
6340 2019-07-17 Tom Tromey <tom@tromey.com>
6341
6342 * tui/tui-regs.h (tui_display_registers_from)
6343 (tui_display_registers_from_line): Don't declare.
6344 * tui/tui-windata.c (tui_data_window::display_all_data)
6345 (tui_data_window::refresh_all)
6346 (tui_data_window::do_scroll_vertical): Update.
6347 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
6348 from tui_display_registers_from.
6349 (tui_display_reg_element_at_line): Update.
6350 (tui_data_window::display_registers_from_line): Rename from
6351 tui_display_registers_from_line.
6352 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
6353 display_registers_from_line>: New methods.
6354
6355 2019-07-17 Tom Tromey <tom@tromey.com>
6356
6357 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
6358 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
6359 from tui_erase_data_content.
6360 (tui_data_window::display_all_data)
6361 (tui_data_window::refresh_all)
6362 (tui_data_window::do_scroll_vertical): Update.
6363 * tui/tui-regs.c (tui_show_registers): Update.
6364 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
6365 New method.
6366
6367 2019-07-17 Tom Tromey <tom@tromey.com>
6368
6369 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
6370 declare.
6371 * tui/tui-windata.c
6372 (tui_data_window::delete_data_content_windows): Rename from
6373 tui_delete_data_content_windows.
6374 (tui_data_window::display_all_data)
6375 (tui_data_window::do_scroll_vertical): Update.
6376 * tui/tui-data.h (struct tui_data_window)
6377 <delete_data_content_windows>: New method.
6378
6379 2019-07-17 Tom Tromey <tom@tromey.com>
6380
6381 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
6382 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
6383
6384 2019-07-17 Tom Tromey <tom@tromey.com>
6385
6386 * tui/tui-windata.h (tui_display_all_data): Don't declare.
6387 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
6388 from tui_display_all_data.
6389 * tui/tui-win.c
6390 (tui_data_window::do_make_visible_with_new_height): Update.
6391 * tui/tui-regs.c (tui_show_registers): Update.
6392 * tui/tui-layout.c (tui_set_layout): Update.
6393 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
6394 method.
6395
6396 2019-07-17 Tom Tromey <tom@tromey.com>
6397
6398 * tui/tui-windata.h (tui_display_data_from): Don't declare.
6399 * tui/tui-windata.c (tui_display_data_from): Remove.
6400 (tui_data_window::refresh_all): Update.
6401
6402 2019-07-17 Tom Tromey <tom@tromey.com>
6403
6404 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
6405 * tui/tui-windata.c (tui_display_data_from_line): Remove.
6406 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
6407 tui_display_registers_from_line.
6408 * tui/tui-regs.h (tui_display_registers_from_line): Update.
6409 * tui/tui-regs.c (tui_display_registers_from_line): Remove
6410 "force_display" parameter.
6411
6412 2019-07-17 Tom Tromey <tom@tromey.com>
6413
6414 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
6415 declare.
6416 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
6417 Rename from tui_first_reg_element_no_inline.
6418 (tui_display_reg_element_at_line)
6419 (tui_display_registers_from_line): Update.
6420 * tui/tui-data.h (struct tui_data_window)
6421 <first_reg_element_no_inline>: New method.
6422
6423 2019-07-17 Tom Tromey <tom@tromey.com>
6424
6425 * tui/tui-windata.c (tui_display_data_from)
6426 (tui_data_window::do_scroll_vertical): Update.
6427 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
6428 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
6429 Rename from tui_line_from_reg_element_no.
6430 (tui_display_registers_from_line): Update.
6431 * tui/tui-data.h (struct tui_data_window)
6432 <line_from_reg_element_no>: New method.
6433
6434 2019-07-17 Tom Tromey <tom@tromey.com>
6435
6436 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
6437 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
6438 tui_last_regs_line_no.
6439 (tui_display_reg_element_at_line)
6440 (tui_display_registers_from_line): Update.
6441 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
6442 method.
6443
6444 2019-07-17 Tom Tromey <tom@tromey.com>
6445
6446 PR tui/24722:
6447 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
6448 (tui_update_breakpoint_info): Add "being_deleted" parameter.
6449 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6450 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
6451 (tui_update_breakpoint_info): Likewise.
6452 * tui/tui-hooks.c (tui_event_create_breakpoint)
6453 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
6454 Update.
6455
6456 2019-07-17 Tom Tromey <tom@tromey.com>
6457
6458 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
6459
6460 2019-07-17 Tom Tromey <tom@tromey.com>
6461
6462 * tui/tui-winsource.c (tui_update_source_window_as_is)
6463 (tui_update_source_windows_with_addr): Update.
6464 * tui/tui-source.h (tui_set_source_content)
6465 (tui_show_symtab_source): Add "win_info" parameter.
6466 * tui/tui-source.c (tui_set_source_content): Add "win_info"
6467 parameter.
6468 (tui_show_symtab_source): Likewise.
6469
6470 2019-07-17 Tom Tromey <tom@tromey.com>
6471
6472 * tui/tui-wingeneral.c
6473 (tui_check_and_display_highlight_if_needed): Check can_highlight.
6474
6475 2019-07-17 Tom Tromey <tom@tromey.com>
6476
6477 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
6478 (struct tui_cmd_window) <can_scroll>: New method.
6479 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
6480 method.
6481
6482 2019-07-17 Tom Tromey <tromey@adacore.com>
6483
6484 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
6485 do_field_signed>: Rename. Change type of "value".
6486 * ui-out.c (ui_out::field_signed): Rename from field_int.
6487 Change type of "value".
6488 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
6489 type of "value".
6490 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
6491 do_field_int. Change type of "value".
6492 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
6493 do_field_int. Change type of "value".
6494 * tracepoint.c (trace_status_mi, tfind_1)
6495 (print_one_static_tracepoint_marker): Update.
6496 * thread.c (print_thread_info_1, print_selected_thread_frame):
6497 Update.
6498 * stack.c (print_frame, print_frame_info): Update.
6499 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
6500 Update.
6501 * source.c (print_source_lines_base): Update.
6502 * skip.c (info_skip_command): Update.
6503 * record-btrace.c (btrace_ui_out_decode_error)
6504 (btrace_call_history_src_line): Update.
6505 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
6506 Update.
6507 * progspace.c (print_program_space): Update.
6508 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
6509 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
6510 do_field_int. Change type of "value".
6511 * mi/mi-out.c (mi_ui_out::do_table_begin)
6512 (mi_ui_out::do_table_header): Update.
6513 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
6514 type of "value".
6515 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
6516 (mi_cmd_data_list_changed_registers, output_register)
6517 (mi_cmd_data_read_memory, mi_load_progress)
6518 (mi_cmd_trace_frame_collected): Update.
6519 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
6520 Update.
6521 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
6522 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
6523 (mi_cmd_var_list_children, varobj_update_one): Update.
6524 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
6525 (mi_cmd_stack_list_args, list_arg_or_local): Update.
6526 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
6527 * inferior.c (print_inferior): Update.
6528 * gdb_bfd.c (print_one_bfd): Update.
6529 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
6530 Update.
6531 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
6532 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
6533 do_field_int. Change type of "value".
6534 * cli-out.c (cli_ui_out::do_field_signed): Rename from
6535 do_field_int. Change type of "value".
6536 * breakpoint.c (watchpoint_check, print_breakpoint_location)
6537 (print_one_breakpoint_location, print_it_catch_fork)
6538 (print_one_catch_fork, print_it_catch_vfork)
6539 (print_one_catch_vfork, print_it_catch_solib)
6540 (print_it_catch_exec, print_it_ranged_breakpoint)
6541 (print_mention_watchpoint, print_mention_masked_watchpoint)
6542 (bkpt_print_it, update_static_tracepoint): Update.
6543 * break-catch-throw.c (print_it_exception_catchpoint): Update.
6544 * break-catch-syscall.c (print_it_catch_syscall): Update.
6545 * ada-tasks.c (print_ada_task_info): Update.
6546 * ada-lang.c (print_it_exception, print_mention_exception):
6547 Update.
6548
6549 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6550
6551 PR breakpoints/24541
6552 * gdbarch.c: Regenerate.
6553 * gdbarch.h: Regenerate.
6554 * gdbarch.sh: Adjust return type and parameter types for
6555 'stap_adjust_register'.
6556 (i386_stap_adjust_register): Adjust signature and return new
6557 register name.
6558 * stap-probe.c (stap_parse_register_operand): Adjust use of
6559 'gdbarch_stap_adjust_register'.
6560
6561 2019-07-17 Tom Tromey <tromey@adacore.com>
6562
6563 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
6564 declare VEC.
6565 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
6566 std::vector.
6567 (struct s390_process_info): Add initializers.
6568 (s390_add_process): Use new.
6569 (s390_linux_nat_target::low_forget_process): Use delete.
6570 (s390_linux_nat_target::low_new_fork)
6571 (s390_linux_nat_target::stopped_by_watchpoint)
6572 (s390_linux_nat_target::low_prepare_to_resume)
6573 (s390_linux_nat_target::insert_watchpoint)
6574 (s390_linux_nat_target::insert_hw_breakpoint)
6575 (s390_linux_nat_target::remove_watchpoint)
6576 (s390_linux_nat_target::remove_hw_breakpoint): Update.
6577
6578 2019-07-16 John Baldwin <jhb@FreeBSD.org>
6579
6580 * aarch64-fbsd-nat.c: Include regcache.h.
6581 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
6582 argument.
6583 (aarch64_fbsd_nat_target::fetch_registers)
6584 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
6585 variable.
6586 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
6587
6588 2019-07-16 John Baldwin <jhb@FreeBSD.org>
6589
6590 * fbsd-nat.c: Include gdbarch.h.
6591
6592 2019-07-15 Tom Tromey <tromey@adacore.com>
6593
6594 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
6595
6596 2019-07-15 Tom Tromey <tromey@adacore.com>
6597
6598 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
6599 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
6600 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
6601 * cli-out.c (cli_ui_out::do_field_int): New method.
6602 * ui-out.c (ui_out::field_unsigned): New method.
6603 * symfile.c (generic_load): Use field_unsigned.
6604 (print_transfer_performance): Likewise.
6605 * record-btrace.c (ui_out_field_uint): Remove.
6606 (btrace_call_history_insn_range, btrace_call_history): Use
6607 field_unsigned.
6608 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
6609 field_unsigned.
6610 * ui-out.h (class ui_out) <field_unsigned>: New method.
6611 <do_field_unsigned>: Likewise.
6612
6613 2019-07-15 Tom Tromey <tromey@adacore.com>
6614
6615 * mi/mi-main.c (list_available_thread_groups): Use field_string.
6616 * mi/mi-interp.c (mi_memory_changed): Use field_string.
6617 * target.c (flash_erase_command): Use field_string.
6618 * infrun.c (print_signal_received_reason): Use field_string.
6619 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
6620 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
6621 field_string.
6622 * ada-tasks.c (print_ada_task_info): Use field_string.
6623
6624 2019-07-15 Tom Tromey <tromey@adacore.com>
6625
6626 * target.c (flash_erase_command): Use field_core_addr.
6627 * symfile.c (generic_load): Use field_core_addr.
6628 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
6629 Use field_core_addr.
6630 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
6631 field_core_addr.
6632
6633 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6634
6635 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
6636 value if its desired type is smaller than a CORE_ADDR and signed.
6637
6638 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6639
6640 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
6641 of changes to field names, and use new is_reference field to
6642 decide if a property is a reference or not.
6643 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
6644 field.
6645 (struct dwarf2_property_baton): Update header comment, rename
6646 'referenced_type' to 'property_type' and update comments.
6647 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
6648 default property type, store in property baton, update to take
6649 accound of renamed field.
6650 (read_func_scope): Update call to attr_to_dynamic_prop.
6651 (read_array_type): Likewise.
6652 (dwarf2_per_cu_addr_sized_int_type): New function.
6653 (read_subrange_index_type): Move type finding code to
6654 dwarf2_per_cu_addr_sized_int_type.
6655 (read_subrange_type): Update calls to attr_to_dynamic_prop.
6656 (dwarf2_per_cu_addr_type): New function.
6657 (set_die_type): Update calls to attr_to_dynamic_prop.
6658
6659 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6660
6661 * dwarf2read.c (read_subrange_index_type): New function.
6662 (read_subrange_type): Move code into new function and call it.
6663 * gdbtypes.c (create_range_type): Add some asserts.
6664
6665 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6666
6667 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
6668 update return statements.
6669 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
6670 declaration, and update comment to match.
6671 * gdbtypes.c (resolve_dynamic_array): Update call to
6672 dwarf2_evaluate_property to match new return type.
6673
6674 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6675
6676 * valarith.c (value_subscripted_rvalue): Change lowerbound
6677 parameter type from int to LONGEST.
6678 * value.h (value_subscripted_rvalue): Likewise in declaration.
6679
6680 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6681
6682 * cli/cli-utils.c (info_print_command_completer): New function.
6683 * cli/cli-utils.h: Add 'completer.h' include, and forward
6684 declaration for 'struct cmd_list_element'.
6685 (info_print_command_completer): Declare.
6686 * stack.c (_initialize_stack): Add completer for 'info locals' and
6687 'info args'.
6688 * symtab.c (_initialize_symtab): Add completer for 'info
6689 variables' and 'info functions'.
6690 * NEWS: Mention completion for additional info commands.
6691
6692 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6693
6694 * cli/cli-utils.c (extract_info_print_args): Delete.
6695 (extract_arg_maybe_quoted): Delete.
6696 (info_print_options_defs): New variable.
6697 (make_info_print_options_def_group): New function.
6698 (extract_info_print_options): Define new function.
6699 * cli/cli-utils.h (extract_info_print_args): Delete.
6700 (struct info_print_options): New structure.
6701 (extract_info_print_options): Declare new function.
6702 * stack.c (info_locals_command): Update to use new
6703 extract_info_print_options, also add a header comment.
6704 (info_args_command): Likewise.
6705 * symtab.c (info_variables_command): Likewise.
6706 (info_functions_command): Likewise.
6707
6708 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6709
6710 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
6711 to extract string arguments.
6712 * common/common-utils.c (extract_string_maybe_quoted): New function.
6713 * common/common-utils.h (extract_string_maybe_quoted): Declare.
6714
6715 2019-07-11 Tom Tromey <tromey@adacore.com>
6716
6717 * main.c (get_init_files): Use GDBINIT, not gdbinit.
6718 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
6719 * top.h (gdbinit): Don't declare.
6720 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
6721 into...
6722 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
6723 * top.c (gdb_init): Don't call init_cli_cmds.
6724 (gdbinit): Remove.
6725 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
6726
6727 2019-07-11 Tom Tromey <tromey@adacore.com>
6728
6729 * python/py-inferior.c (add_thread_object): Don't use thread_obj
6730 after it has been moved.
6731
6732 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6733
6734 * valops.c (value_must_coerce_to_target): Change return type to
6735 bool.
6736 * value.h (value_must_coerce_to_target): Likewise.
6737
6738 2019-07-10 Simon Marchi <simon.marchi@efficios.com>
6739
6740 * breakpoint.c (is_hardware_watchpoint): Remove
6741 forward-declaration.
6742 (is_masked_watchpoint): Change return type to bool.
6743 (is_tracepoint): Likewise.
6744 (is_breakpoint): Likewise.
6745 (is_hardware_watchpoint): Likewise.
6746 (is_watchpoint): Likewise.
6747 (is_no_memory_software_watchpoint): Likewise.
6748 (is_catchpoint): Likewise.
6749 (breakpoint_1): Make FILTER parameter's return type bool.
6750 is_masked_watchpoint): Change return type to bool.
6751 (save_breakpoints): Make FILTER parameter's return type bool.
6752 * breakpoint.h (is_breakpoint): Change return type to bool.
6753 (is_watchpoint): Likewise.
6754 (is_catchpoint): Likewise.
6755 (is_tracepoint): Likewise.
6756
6757 2019-07-10 Tom Tromey <tom@tromey.com>
6758
6759 * defs.h: Don't include gdbarch.h.
6760 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
6761 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
6762 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
6763 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
6764 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
6765 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
6766 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
6767 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
6768 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
6769 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
6770 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
6771 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
6772 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
6773 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
6774 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
6775 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
6776 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
6777 record-btrace.c, record.h, regcache-dump.c, regcache.h,
6778 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
6779 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
6780 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
6781 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
6782 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
6783 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
6784 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
6785 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
6786 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
6787
6788 2019-07-10 Tom Tromey <tromey@adacore.com>
6789
6790 * ada-lang.h (is_ada_exception_catchpoint): Declare.
6791 * breakpoint.c (init_ada_exception_breakpoint): Register as
6792 bp_catchpoint.
6793 (print_one_breakpoint_location, print_one_breakpoint): Use
6794 is_ada_exception_catchpoint.
6795 * ada-lang.c (class ada_catchpoint_location): Pass
6796 bp_loc_software_breakpoint to bp_location constructor.
6797 (is_ada_exception_catchpoint): New function.
6798
6799 2019-07-10 Tom Tromey <tromey@adacore.com>
6800
6801 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
6802 VEC.
6803 (struct arm_exidx_entry): New method operator<.
6804 (struct arm_exidx_data) <section_maps>: Change type.
6805 (arm_exidx_data_free): Remove.
6806 (arm_exidx_data_key): Change type. Move lower.
6807 (arm_exidx_new_objfile): Update.
6808 (arm_compare_exidx_entries): Remove.
6809 (arm_find_exidx_entry, _initialize_arm_tdep)
6810
6811 2019-07-10 Tom Tromey <tromey@adacore.com>
6812
6813 * solib-spu.c (ocl_program_data_key): Change type.
6814 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
6815 Update.
6816
6817 2019-07-10 Tom Tromey <tromey@adacore.com>
6818
6819 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
6820 (struct solib_aix_inferior_data) <library_list>: Change type.
6821 (solib_aix_inferior_data_handle): Change type.
6822 (get_solib_aix_inferior_data): Update.
6823 (solib_aix_free_library_list): Remove.
6824 (library_list_start_library): Update.
6825 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
6826 return type.
6827 (solib_aix_get_library_list)
6828 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
6829 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
6830
6831 2019-07-10 Tom Tromey <tromey@adacore.com>
6832
6833 * solib-dsbt.c (struct dsbt_info): Add initializers.
6834 (solib_dsbt_pspace_data): Change type.
6835 (dsbt_pspace_data_cleanup): Remove.
6836 (get_dsbt_info, _initialize_dsbt_solib): Update.
6837
6838 2019-07-10 Tom Tromey <tromey@adacore.com>
6839
6840 * spu-tdep.c (spu_overlay_data): Change type.
6841 (spu_get_overlay_table, spu_overlay_new_objfile)
6842 (_initialize_spu_tdep): Update.
6843
6844 2019-07-10 Tom Tromey <tromey@adacore.com>
6845
6846 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
6847 destructor.
6848 (dbx_objfile_data_key): Change type and declare later.
6849 (DBX_SYMFILE_INFO): Rewrite.
6850 * dbxread.c (dbx_objfile_data_key): Change type.
6851 (dbx_symfile_init): Update.
6852 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
6853 (coffstab_build_psymtabs, elfstab_build_psymtabs)
6854 (stabsect_build_psymtabs, _initialize_dbxread): Update.
6855
6856 2019-07-10 Tom Tromey <tromey@adacore.com>
6857
6858 * jit.c (jit_program_space_key): Change type. Move lower.
6859 (get_jit_program_space_data): Update.
6860 (jit_program_space_data_cleanup): Remove.
6861 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
6862 Update.
6863 (struct jit_program_space_data): Add initializers.
6864
6865 2019-07-10 Tom Tromey <tromey@adacore.com>
6866
6867 * solib-darwin.c (struct darwin_info): Add initializers.
6868 (solib_darwin_pspace_data): Change type.
6869 (darwin_pspace_data_cleanup): Remove.
6870 (get_darwin_info, _initialize_darwin_solib): Update.
6871
6872 2019-07-10 Tom Tromey <tromey@adacore.com>
6873
6874 * remote-sim.c (struct sim_inferior_data): Add initializers,
6875 constructor, and destructor.
6876 (sim_inferior_data_key): Change type. Move lower.
6877 (check_for_duplicate_sim_descriptor): Update.
6878 (get_sim_inferior_data): Use new. Update.
6879 (~sim_inferior_data_cleanup): Rename from
6880 sim_inferior_data_cleanup. Simplify.
6881 (gdbsim_close_inferior, simulator_command)
6882 (sim_command_completer, _initialize_remote_sim): Update.
6883 (next_pid, INITIAL_PID): Move earlier.
6884
6885 2019-07-10 Tom Tromey <tromey@adacore.com>
6886
6887 * python/python-internal.h (create_thread_object): Return
6888 gdbpy_ref.
6889 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
6890 * python/py-inferior.c (struct threadlist_entry): Add
6891 constructor.
6892 <thread_obj>: Now a gdbpy_ref.
6893 (thread_to_thread_object): Update.
6894 (add_thread_object): Use new.
6895 (delete_thread_object): Use delete.
6896 (infpy_threads): Update.
6897 (py_free_inferior): Update. Construct "inf_obj" after acquiring
6898 GIL.
6899
6900 2019-07-10 Tom Tromey <tromey@adacore.com>
6901
6902 * valops.c (value_cast): Specialize error message for Ada.
6903
6904 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6905
6906 * breakpoint.c (breakpoint_1): Update doc and parameter names.
6907
6908 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6909
6910 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
6911 bpstat_should_step): Return bool, adjust comments.
6912 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
6913 bpstat_should_step): Likewise.
6914
6915 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6916
6917 * features/Makefile: Use feature target descriptions for Arm.
6918 * features/arm/arm-core.c: Generate new file.
6919 * features/arm/arm-fpa.c: Likewise.
6920 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
6921 * features/arm/arm-m-profile.c: Likewise.
6922 * features/arm/arm-vfpv2.c: Likewise.
6923 * features/arm/arm-vfpv3.c: Likewise.
6924 * features/arm/xscale-iwmmxt.c: Likewise.
6925 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
6926
6927 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6928
6929 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
6930 ptrace earlier.
6931
6932 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6933
6934 * features/aarch64-pauth.c: Regenerate.
6935
6936 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
6937
6938 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
6939 bool.
6940 (bpstat_what): Use false instead of 0.
6941
6942 2019-07-09 Pedro Alves <palves@redhat.com>
6943
6944 * break-catch-throw.c (is_exception_catchpoint): New.
6945 * breakpoint.c (print_one_breakpoint_location): New parameter
6946 'raw_loc'. Handle it. Use
6947 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
6948 looking at the breakpoint's type.
6949 (print_one_breakpoint): If handling "maint info breakpoints", also
6950 print locations of exception catchpoints.
6951 * breakpoint.h (is_exception_catchpoint): Declare.
6952
6953 2019-07-09 Pedro Alves <palves@redhat.com>
6954
6955 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
6956 "addr" field.
6957 (allocate_location_exception_catchpoint): New.
6958 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
6959 (initialize_throw_catchpoint_ops): Install
6960 allocate_location_exception_catchpoint as allocate_location
6961 method.
6962 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
6963 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
6964 bp_loc_other.
6965 (breakpoint_address_is_meaningful): Delete.
6966 (bl_address_is_meaningful): New.
6967 (breakpoint_locations_match): Adjust comment.
6968 (bp_location_from_bp_type): New, factored out of...
6969 (bp_location::bp_location(breakpoint *)): ... this.
6970 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
6971 factored out of...
6972 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
6973 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
6974 breakpoint_address_is_meaningful.
6975 (bp_locations_compare): Adjust comment.
6976 (update_global_location_list): Use bl_address_is_meaningful
6977 instead of breakpoint_address_is_meaningful.
6978 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
6979 explicit.
6980 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
6981 * python/py-breakpoint.c (bppy_get_location): No longer check
6982 whether location is null.
6983
6984 2019-07-09 Pedro Alves <palves@redhat.com>
6985
6986 PR c++/15468
6987 * breakpoint.c (print_one_breakpoint_location): Remove
6988 single-location assert.
6989
6990 2019-07-09 Tom Tromey <tom@tromey.com>
6991
6992 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
6993 * configure: Rebuild.
6994 * configure.ac: Change common to gdbsupport.
6995 * gdbsupport: Rename from common.
6996 * acinclude.m4: Change common to gdbsupport.
6997 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
6998 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
6999 gdbsupport.
7000 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
7001 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
7002 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
7003 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
7004 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
7005 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
7006 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
7007 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
7008 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
7009 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
7010 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
7011 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
7012 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
7013 coff-pe-read.c, command.h, compile/compile-c-support.c,
7014 compile/compile-c.h, compile/compile-cplus-symbols.c,
7015 compile/compile-cplus-types.c, compile/compile-cplus.h,
7016 compile/compile-loc2c.c, compile/compile.c, completer.c,
7017 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
7018 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
7019 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
7020 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
7021 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
7022 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
7023 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
7024 features/aarch64-core.c, features/aarch64-fpu.c,
7025 features/aarch64-pauth.c, features/aarch64-sve.c,
7026 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
7027 features/i386/32bit-core.c, features/i386/32bit-linux.c,
7028 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
7029 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
7030 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
7031 features/i386/64bit-core.c, features/i386/64bit-linux.c,
7032 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
7033 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
7034 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
7035 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
7036 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
7037 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
7038 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
7039 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
7040 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
7041 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
7042 go32-nat.c, guile/guile.c, guile/scm-ports.c,
7043 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
7044 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
7045 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
7046 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
7047 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
7048 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
7049 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
7050 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
7051 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
7052 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
7053 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
7054 minsyms.c, mips-linux-tdep.c, namespace.h,
7055 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
7056 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
7057 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
7058 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
7059 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
7060 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
7061 nat/linux-waitpid.c, nat/mips-linux-watch.c,
7062 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
7063 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
7064 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
7065 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
7066 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
7067 procfs.c, producer.c, progspace.h, psymtab.h,
7068 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
7069 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
7070 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
7071 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
7072 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
7073 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
7074 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
7075 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
7076 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
7077 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
7078 target-memory.c, target.c, target.h, target/waitstatus.c,
7079 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
7080 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
7081 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
7082 unittests/array-view-selftests.c,
7083 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
7084 unittests/common-utils-selftests.c,
7085 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
7086 unittests/format_pieces-selftests.c,
7087 unittests/function-view-selftests.c,
7088 unittests/lookup_name_info-selftests.c,
7089 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
7090 unittests/mkdir-recursive-selftests.c,
7091 unittests/observable-selftests.c,
7092 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
7093 unittests/parse-connection-spec-selftests.c,
7094 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
7095 unittests/scoped_fd-selftests.c,
7096 unittests/scoped_mmap-selftests.c,
7097 unittests/scoped_restore-selftests.c,
7098 unittests/string_view-selftests.c, unittests/style-selftests.c,
7099 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
7100 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
7101 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
7102 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
7103 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
7104 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
7105
7106 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7107
7108 * linespec.c (decode_digits_list_mode): Set explicit_line to a
7109 bool value.
7110 (decode_digits_ordinary): Set explicit_line field in sal.
7111 * symtab.c (skip_prologue_sal): Don't skip prologue for a
7112 symtab_and_line that was set on an explicit line number in
7113 assembler code. Do always update the recorded symtab and line if
7114 we do skip the prologue.
7115
7116 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7117
7118 * breakpoint.c (set_breakpoint_location_function): Remove
7119 explicit_loc parameter.
7120 (momentary_breakpoint_from_master): Update call to
7121 set_breakpoint_location_function.
7122 (add_location_to_breakpoint): Likewise.
7123
7124 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7125
7126 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
7127 required features based on default bfd type when no specific bfd
7128 is present.
7129
7130 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7131
7132 * NEWS: Mention that GDB printf and eval commands can now print
7133 C-style and Ada-style convenience var strings without
7134 calling the inferior.
7135 * printcmd.c (printf_c_string): Locally print GDB internal var
7136 instead of transiting via the inferior.
7137 (printf_wide_c_string): Likewise.
7138
7139 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7140
7141 PR breakpoints/25011
7142 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
7143
7144 2019-07-04 Tom Tromey <tom@tromey.com>
7145
7146 PR tui/24724:
7147 * tui/tui-winsource.c (tui_clear_source_content): Update.
7148 (tui_source_window_base::set_is_exec_point_at): Fix comment.
7149 (tui_update_breakpoint_info): Update.
7150 (tui_set_exec_info_content): Update.
7151 * tui/tui-source.c (tui_set_source_content_nil): Update.
7152 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
7153 has_break.
7154 * tui/tui-data.h (enum tui_bp_flag): New.
7155 (tui_bp_flags): New enum flags type.
7156 (struct tui_source_element) <break_mode>: Change type. Rename
7157 from has_break.
7158 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
7159 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
7160 constants.
7161 * tui/tui-winsource.h: Fix comment.
7162
7163 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7164
7165 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
7166 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
7167 (store_fpregs_to_thread)
7168 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7169 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
7170 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
7171 (IWMMXT_REGS_SIZE): Add define.
7172 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
7173 (fetch_vfp_regs, store_vfp_regs)
7174 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7175 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
7176
7177 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7178
7179 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
7180 defines.
7181 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
7182 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
7183 (ARM_INT_REGISTER_SIZE): ...to this.
7184 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
7185 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
7186 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
7187 (arm_linux_collect_gregset, supply_nwfpe_register)
7188 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
7189 defines.
7190 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
7191 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
7192 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
7193 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
7194 (arm_return_in_memory, arm_store_return_value)
7195 (arm_get_longjmp_target, arm_register_g_packet_guesses)
7196 (arm_record_ld_st_multiple): Likewise.
7197 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
7198 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
7199
7200 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7201
7202 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
7203 AARCH64_DISPLACED_MODIFIED_INSNS.
7204 * aarch64-tdep.c (struct aarch64_displaced_step_data)
7205 (aarch64_displaced_step_copy_insn): Likewise.
7206 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7207 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
7208 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
7209 ARM_DISPLACED_MODIFIED_INSNS.
7210 * arm-tdep.c (arm_gdbarch_init): Likewise.
7211 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7212 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
7213 (struct arm_displaced_step_closure): Use
7214 ARM_DISPLACED_MODIFIED_INSNS.
7215
7216 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7217
7218 * features/Makefile: Remove unused xml files.
7219 * features/aarch64.xml: Remove.
7220 * features/i386/amd64-avx-avx512-linux.xml: Remove.
7221 * features/i386/amd64-avx-avx512.xml: Remove.
7222 * features/i386/amd64-avx-linux.xml: Remove.
7223 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
7224 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
7225 * features/i386/amd64-avx-mpx-linux.xml: Remove.
7226 * features/i386/amd64-avx-mpx.xml: Remove.
7227 * features/i386/amd64-avx.xml: Remove.
7228 * features/i386/amd64-linux.xml: Remove.
7229 * features/i386/amd64-mpx-linux.xml: Remove.
7230 * features/i386/amd64-mpx.xml: Remove.
7231 * features/i386/amd64.xml: Remove.
7232 * features/i386/i386-avx-avx512-linux.xml: Remove.
7233 * features/i386/i386-avx-avx512.xml: Remove.
7234 * features/i386/i386-avx-linux.xml: Remove.
7235 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
7236 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
7237 * features/i386/i386-avx-mpx-linux.xml: Remove.
7238 * features/i386/i386-avx-mpx.xml: Remove.
7239 * features/i386/i386-avx.xml: Remove.
7240 * features/i386/i386-linux.xml: Remove.
7241 * features/i386/i386-mmx-linux.xml: Remove.
7242 * features/i386/i386-mmx.xml: Remove.
7243 * features/i386/i386-mpx-linux.xml: Remove.
7244 * features/i386/i386-mpx.xml: Remove.
7245 * features/i386/i386.xml: Remove.
7246 * features/i386/x32-avx-avx512-linux.xml: Remove.
7247 * features/i386/x32-avx-linux.xml: Remove.
7248 * features/i386/x32-linux.xml: Remove.
7249
7250 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7251
7252 * regformats/aarch64.dat: Remove.
7253 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
7254 * regformats/i386/amd64-avx-linux.dat: Remove.
7255 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
7256 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
7257 * regformats/i386/amd64-linux.dat: Remove.
7258 * regformats/i386/amd64-mpx-linux.dat: Remove.
7259 * regformats/i386/amd64.dat: Remove.
7260 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
7261 * regformats/i386/i386-avx-linux.dat: Remove.
7262 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
7263 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
7264 * regformats/i386/i386-linux.dat: Remove.
7265 * regformats/i386/i386-mmx-linux.dat: Remove.
7266 * regformats/i386/i386-mpx-linux.dat: Remove.
7267 * regformats/i386/i386.dat: Remove.
7268 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
7269 * regformats/i386/x32-avx-linux.dat: Remove.
7270 * regformats/i386/x32-linux.dat: Remove.
7271
7272 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7273
7274 * aarch64-tdep.c: Remove xml self tests.
7275 * amd64-linux-tdep.c: Likewise.
7276 * amd64-tdep.c: Likewise.
7277 * i386-linux-tdep.c: Likewise.
7278 * i386-tdep.c: Likewise.
7279
7280 2019-07-03 Pedro Alves <palves@redhat.com>
7281
7282 PR cli/24732
7283 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
7284 (pipe_cmd_option_defs): New.
7285 (make_pipe_cmd_options_def_group): New.
7286 (pipe_command): Use gdb::option::process_options.
7287 (pipe_command_completer): New function.
7288 (_initialize_cli_cmds): Install completer for "pipe" command.
7289
7290 2019-07-03 Pedro Alves <palves@redhat.com>
7291
7292 * cli/cli-option.c (union option_value) <string>: New field.
7293 (struct option_def_and_value): Add ctor, move ctor, dtor and
7294 use DISABLE_COPY_AND_ASSIGN.
7295 (option_def_and_value::clear_value): New.
7296 (parse_option, save_option_value_in_ctx, get_val_type_str)
7297 (add_setshow_cmds_for_options): Handle var_string.
7298 * cli-option.h (union option_def::var_address) <string>: New
7299 field.
7300 (struct string_option_def): New.
7301 * maint-test-options.c (struct test_options_opts): Add default
7302 ctor and use DISABLE_COPY_AND_ASSIGN.
7303 <string_opt>: New field.
7304 (test_options_opts::~test_options_opts): New.
7305 (test_options_opts::dump): Also dump "-string".
7306 (test_options_option_defs): Install "string.
7307
7308 2019-07-03 Pedro Alves <palves@redhat.com>
7309
7310 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
7311 option_value with a null enumeration.
7312 (complete_options): Save the option values in the context.
7313 (save_option_value_in_ctx): New, factored out from ...
7314 (process_options): ... here.
7315 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
7316 of the function.
7317 * maint-test-options.c (test_options_opts::dump): New, factored
7318 out from ...
7319 (maintenance_test_options_command_mode): ... here.
7320 (maintenance_test_options_command_completion_result): Delete.
7321 (maintenance_test_options_command_completion_text): Update
7322 comment.
7323 (maintenance_show_test_options_completion_result): Change
7324 prototype. Just print
7325 maintenance_test_options_command_completion_text.
7326 (save_completion_result): New.
7327 (maintenance_test_options_completer_mode): Pass options context to
7328 complete_options, and then save a dump.
7329 (_initialize_maint_test_options): Use add_cmd to install "maint
7330 show test-options-completion-result".
7331
7332 2019-07-03 Pedro Alves <palves@redhat.com>
7333
7334 * NEWS (New commands): Mention "with" and "maint with".
7335 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
7336 (with_command, with_command_completer): New.
7337 (pipe_command): Adjust to new repeat_previous
7338 interface.
7339 (_initialize_cli_cmds): Install the "with" command and its "w"
7340 alias.
7341 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
7342 declarations.
7343 * cli/cli-setshow.c (parse_cli_var_uinteger)
7344 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
7345 argument strings for all var_types.
7346 (get_setshow_command_value_string): New, factored out from ...
7347 (do_show_command): ... this.
7348 * cli/cli-setshow.h: Include <string>.
7349 (get_setshow_command_value_string): Declare.
7350 * command.h (repeat_previous): Now returns const char *. Adjust
7351 comment.
7352 * maint.c: Include "cli/cli-cmds.h".
7353 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
7354 (_initialize_maint_cmds): Register the "maintenance with" command.
7355 * top.c (repeat_previous): Move bits from pipe_command here:
7356 Return the saved command line, if any; error out if there's no
7357 command to relaunch.
7358
7359 2019-07-03 Pedro Alves <palves@redhat.com>
7360
7361 * NEWS (New commands): Mention "maint set/show test-settings"
7362 instead of "maint test-settings".
7363 * maint-test-settings.c (maintenance_test_settings_list): Delete.
7364 (maintenance_test_settings_set_list): Rename to ...
7365 (maintenance_set_test_settings_list): ... this.
7366 (maintenance_test_settings_show_list): Rename to ...
7367 (maintenance_show_test_settings_list): ... this.
7368 (maintenance_test_settings_cmd): Delete.
7369 (maintenance_test_settings_set_cmd): ...
7370 (maintenance_set_test_settings_cmd): ... this.
7371 (maintenance_test_settings_show_cmd): ...
7372 (maintenance_show_test_settings_cmd): ... this.
7373 (maintenance_test_settings_show_value_cmd):
7374 (maintenance_show_test_settings_value_cmd): ... this.
7375 (_initialize_maint_test_settings): No longer install the "maint
7376 test-settings" prefix command. Rename "maint test-settings set"
7377 to "maint set test-settings", and "maint test-settings show" to
7378 "maint show test-settings". Adjust all subcommands.
7379
7380 2019-07-03 Pedro Alves <palves@redhat.com>
7381
7382 * maint-test-settings.c: Fix file's intro comment. Replace all
7383 references to "test-options" with references to "test-settings",
7384 in comments.
7385
7386 2019-07-03 Pedro Alves <palves@redhat.com>
7387
7388 * maint-test-settings.c (maintenance_test_settings_xxx)
7389 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
7390 New.
7391 (maintenance_test_settings_enums): Use them.
7392 (maintenance_test_settings_enum): Default to
7393 maintenance_test_settings_xxx.
7394 (_initialize_maint_test_settings): Initialize
7395 MAINTENANCE_TEST_SETTINGS_FILENAME.
7396
7397 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7398
7399 * breakpoint.h (remove_breakpoints_inf): Change return type to
7400 void, move function documentation here.
7401 * breakpoint.c (remove_breakpoints_inf): Change return type to
7402 void, move function documentation to header.
7403
7404 2019-07-02 Pedro Alves <palves@redhat.com>
7405
7406 * NEWS (Completion improvements): Mention "info threads".
7407 * thread.c (struct info_threads_opts, info_threads_option_defs)
7408 (make_info_threads_options_def_group): New.
7409 (info_threads_command): Use gdb::option::process_options.
7410 (info_threads_command_completer): New.
7411 (_initialize_thread): Use gdb::option::build_help to build the
7412 help text for "info threads".
7413
7414 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7415
7416 * defs.h (generic_load): Move from here...
7417 * symfile.h (generic_load): ... to here. Rename name parameter
7418 to args.
7419 * symfile.c (generic_load): Add comment.
7420
7421 2019-07-01 Tom Tromey <tromey@adacore.com>
7422
7423 * dwarf2read.c
7424 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
7425 declaration of without_params. Fix formatting.
7426
7427 2019-07-01 Tom Tromey <tromey@adacore.com>
7428
7429 * ada-exp.y (find_primitive_type): Update.
7430 * ada-lang.h (ada_lookup_symbol): Update.
7431 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
7432 parameter.
7433 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
7434
7435 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7436
7437 PR breakpoints/24541
7438 * gdbarch.c: Regenerate.
7439 * gdbarch.h: Regenerate.
7440 * gdbarch.sh: Add 'stap_adjust_register'.
7441 * i386-tdep.c: Include '<unordered_set>'.
7442 (i386_stap_adjust_register): New function.
7443 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
7444 * stap-probe.c (stap_parse_register_operand): Call
7445 'gdbarch_stap_adjust_register'.
7446
7447 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7448
7449 PR python/24742
7450 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
7451 * python/python.c (do_start_initialization): Use 'xmalloc'
7452 instead of 'PyMem_Malloc'.
7453
7454 2019-06-28 Tom Tromey <tromey@adacore.com>
7455
7456 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
7457 for Ada.
7458
7459 2019-06-27 Tom Tromey <tromey@adacore.com>
7460
7461 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
7462 objfile_key.
7463 (arm_find_mapping_symbol, arm_record_special_symbol)
7464 (_initialize_arm_tdep): Update.
7465 (arm_objfile_data_free): Remove.
7466
7467 2019-06-27 Tom Tromey <tromey@adacore.com>
7468
7469 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
7470 to cp_print_static_field.
7471
7472 2019-06-26 Tom Tromey <tromey@adacore.com>
7473
7474 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
7475 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
7476 declare.
7477
7478 2019-06-26 Alan Hayward <alan.hayward@arm.com>
7479
7480 * features/aarch64-core.c (create_feature_aarch64_core):
7481 Regenerate.
7482 * features/aarch64-core.xml: Add cpsr flags.
7483
7484 2019-06-26 Alan Hayward <alan.hayward@arm.com>
7485
7486 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
7487 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
7488
7489 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7490
7491 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
7492 field.
7493 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
7494 use.
7495 (arm_record_special_symbol): Don't insert new symbol in sorted
7496 position, push it at the end.
7497
7498 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7499
7500 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
7501 (arm_mapping_symbol_s): Remove.
7502 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
7503 (arm_mapping_symbol_vec): New typedef.
7504 (struct arm_per_objfile): Add constructor.
7505 <section_maps>: Change type to
7506 std::unique_ptr<arm_mapping_symbol_vec[]>.
7507 (arm_compare_mapping_symbols): Remove.
7508 (arm_find_mapping_symbol): Adjust to section_maps type change.
7509 (arm_objfile_data_free): Call delete on arm_per_objfile.
7510 (arm_record_special_symbol): Adjust to section_maps type change.
7511 Allocate arm_per_objfile with new.
7512
7513 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7514
7515 * cli/cli-cmds.c (alias_command): Compare the alias prefix
7516 with the command prefix.
7517
7518 2019-06-25 Tom Tromey <tom@tromey.com>
7519
7520 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
7521 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
7522
7523 2019-06-25 Tom Tromey <tom@tromey.com>
7524
7525 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
7526 type.
7527 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
7528 protected.
7529
7530 2019-06-25 Tom Tromey <tom@tromey.com>
7531
7532 * tui/tui-winsource.c
7533 (tui_source_window_base::set_is_exec_point_at): Add check against
7534 LOA_ADDRESS.
7535
7536 2019-06-25 Tom Tromey <tom@tromey.com>
7537
7538 * tui/tui-source.c (tui_set_source_content): Don't check before
7539 xfree.
7540 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
7541
7542 2019-06-25 Tom Tromey <tom@tromey.com>
7543
7544 * tui/tui-winsource.h (tui_update_source_window_as_is)
7545 (tui_alloc_source_buffer, tui_line_is_displayed)
7546 (tui_addr_is_displayed): Change type of win_info.
7547 * tui/tui-winsource.c (tui_update_source_window_as_is)
7548 (tui_clear_source_content, tui_show_source_line)
7549 (tui_show_source_content, tui_source_window_base::refill)
7550 (tui_source_window_base::set_is_exec_point_at)
7551 (tui_source_window_base::set_is_exec_point_at)
7552 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
7553 (tui_alloc_source_buffer, tui_line_is_displayed)
7554 (tui_addr_is_displayed): Change type of win_info. Update.
7555 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7556 (tui_source_window_base::do_make_visible_with_new_height):
7557 Update.
7558 * tui/tui-source.c (tui_set_source_content)
7559 (tui_set_source_content_nil)
7560 (tui_source_window::do_scroll_vertical): Update.
7561 * tui/tui-layout.c (show_layout): Update.
7562 * tui/tui-disasm.c (tui_set_disassem_content)
7563 (tui_disasm_window::do_scroll_vertical): Update.
7564 * tui/tui-data.h (tui_win_content): Remove.
7565 (struct tui_gen_win_info) <content, content_size>: Remove.
7566 (struct tui_source_element): Add initializers and destructor.
7567 (union tui_which_element, struct tui_win_element): Remove.
7568 (struct tui_source_window_base) <content>: New field.
7569 (struct tui_data_window): Remove destructor.
7570 (tui_alloc_content, tui_free_win_content)
7571 (tui_free_all_source_wins_content): Don't declare.
7572 * tui/tui-data.c (tui_initialize_static_data): Update.
7573 (init_content_element, tui_alloc_content): Remove.
7574 (~tui_gen_win_info): Update.
7575 (~tui_data_window, tui_free_all_source_wins_content)
7576 (tui_free_win_content, free_content, free_content_elements):
7577 Remove.
7578
7579 2019-06-25 Tom Tromey <tom@tromey.com>
7580
7581 * tui/tui-winsource.h (tui_clear_source_content)
7582 (tui_erase_source_content, tui_show_source_content): Change type
7583 of win_info.
7584 * tui/tui-winsource.c (tui_clear_source_content)
7585 (tui_erase_source_content, tui_show_source_content): Change type
7586 of win_info.
7587 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
7588 * tui/tui-source.h (tui_set_source_content_nil): Change type of
7589 win_info.
7590 * tui/tui-source.c (tui_set_source_content_nil): Change type of
7591 win_info.
7592 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
7593
7594 2019-06-25 Tom Tromey <tom@tromey.com>
7595
7596 * tui/tui-winsource.c (tui_clear_source_content)
7597 (tui_source_window_base::set_is_exec_point_at): Update.
7598 * tui/tui-source.c (tui_set_source_content_nil): Update.
7599 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
7600 a bool.
7601 * tui/tui-data.c (init_content_element): Update.
7602
7603 2019-06-25 Tom Tromey <tom@tromey.com>
7604
7605 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
7606 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
7607 * tui/tui-layout.c (init_and_make_win): Update.
7608 * tui/tui.h (enum tui_win_type): Update.
7609 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
7610 tui_win_is_auxillary.
7611 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
7612 tui_win_is_auxillary.
7613
7614 2019-06-25 Tom Tromey <tom@tromey.com>
7615
7616 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
7617 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
7618 (tui_delete_data_content_windows, tui_display_all_data)
7619 (tui_data_window::do_scroll_vertical, tui_display_data_from):
7620 Update.
7621 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
7622 * tui/tui-regs.c (tui_last_regs_line_no)
7623 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
7624 (tui_show_registers): Update.
7625 (tui_show_register_group): Return void. Update.
7626 (tui_display_registers_from, tui_display_reg_element_at_line)
7627 (tui_display_registers_from_line, tui_check_register_values):
7628 Update.
7629 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
7630 member.
7631 (struct tui_data_window) <regs_content>: Now a std::vector.
7632 <regs_content_count>: Remove.
7633 (tui_add_content_elements, tui_free_data_content): Don't declare.
7634 * tui/tui-data.c (tui_data_window::clear_detail): Update.
7635 (init_content_element): Remove DATA_WIN case. Add assert.
7636 (tui_add_content_elements): Remove.
7637 (tui_data_window): Update.
7638 (tui_free_data_content): Remove.
7639 (free_content_elements): Remove DATA_WIN case.
7640
7641 2019-06-25 Tom Tromey <tom@tromey.com>
7642
7643 * tui/tui-data.c (tui_data_item_window): Update.
7644 * tui/tui-windata.h (tui_check_data_values): Don't declare.
7645 * tui/tui-windata.c (tui_display_all_data)
7646 (tui_display_data_from_line): Update.
7647 (tui_check_data_values): Remove.
7648 * tui/tui-regs.c (tui_show_register_group)
7649 (tui_display_reg_element_at_line): Update.
7650 * tui/tui-hooks.c (tui_register_changed)
7651 (tui_refresh_frame_and_register_information): Call
7652 tui_check_register_values.
7653 * tui/tui-data.h (struct tui_data_window) <data_content,
7654 data_content_count, data_type>: Remove.
7655 (enum tui_data_type): Remove.
7656
7657 * tui/tui-data.c (tui_data_window::clear_detail)
7658 (~tui_data_window): Update.
7659
7660 2019-06-25 Tom Tromey <tom@tromey.com>
7661
7662 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
7663 declare.
7664 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
7665 Rename from tui_first_data_item_displayed. Update.
7666 (tui_data_window::refresh_all)
7667 (tui_data_window::do_scroll_vertical): Update.
7668 * tui/tui-data.h (struct tui_data_window)
7669 <first_data_item_displayed>: Declare new method.
7670
7671 2019-06-25 Tom Tromey <tom@tromey.com>
7672
7673 * tui/tui-data.h (tui_init_generic_part): Don't declare.
7674 * tui/tui-data.c (tui_init_generic_part): Remove, moving
7675 contents...
7676 (tui_initialize_static_data): ...here.
7677
7678 2019-06-25 Tom Tromey <tom@tromey.com>
7679
7680 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7681 (tui_display_registers_from, tui_check_register_values): Update.
7682 (tui_display_register): Remove win_info parameter; update.
7683 (tui_get_register): Change type of parameters.
7684 * tui/tui-data.h (struct tui_data_element): Remove.
7685 (union tui_which_element) <data>: Remove.
7686 <data_window>: Change type.
7687 (struct tui_data_item_window): New.
7688 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
7689 case. Add assert.
7690 (~tui_data_item_window): New destructor.
7691 (free_content_elements): Remove DATA_ITEM_WIN case.
7692
7693 2019-06-25 Tom Tromey <tom@tromey.com>
7694
7695 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
7696 Remove.
7697
7698 2019-06-25 Tom Tromey <tom@tromey.com>
7699
7700 * tui/tui-data.h (struct tui_command_element): Remove.
7701 (union tui_which_element) <command>: Remove.
7702 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
7703 assert.
7704 (free_content_elements): Remove CMD_WIN case.
7705
7706 2019-06-25 Tom Tromey <tom@tromey.com>
7707
7708 * tui/tui-layout.c (tui_set_layout): Update.
7709 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
7710 * tui/tui-data.c (layout_def): Update.
7711
7712 2019-06-25 Tom Tromey <tom@tromey.com>
7713
7714 * tui/tui-wingeneral.c (tui_refresh_all): Update.
7715 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7716 (tui_source_window_base::set_new_height): Update.
7717 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
7718 Update.
7719 (tui_set_locator_fullname, tui_set_locator_info)
7720 (tui_show_frame_info): Update.
7721 * tui/tui-source.c (tui_set_source_content)
7722 (tui_source_is_displayed): Update.
7723 * tui/tui-layout.c (show_source_disasm_command, show_data)
7724 (show_source_or_disasm_and_command): Update.
7725 * tui/tui-disasm.c (tui_set_disassem_content)
7726 (tui_get_begin_asm_address): Update.
7727 * tui/tui-data.h (struct tui_locator_element): Remove.
7728 (union tui_which_element) <locator>: Remove.
7729 (struct tui_locator_window): New.
7730 (tui_locator_win_info_ptr): Change return type.
7731 * tui/tui-data.c (_locator): Change type.
7732 (tui_locator_win_info_ptr): Change return type.
7733 (init_content_element): Remove LOCATOR_WIN case. Add assert.
7734 (tui_alloc_content): Add assert.
7735
7736 2019-06-25 Tom Tromey <tom@tromey.com>
7737
7738 * tui/tui-winsource.c
7739 (tui_exec_info_window::maybe_allocate_content): New method.
7740 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
7741 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
7742 (make_source_or_disasm_window): Add cast.
7743 * tui/tui-data.h (union tui_which_element) <simple_string>:
7744 Remove.
7745 (struct tui_source_info): New.
7746 (struct tui_source_window_base) <execution_info>: Change type.
7747 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
7748 case, and add assert.
7749 (tui_alloc_content): Add assert.
7750
7751 2019-06-25 Tom Tromey <tom@tromey.com>
7752
7753 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
7754 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
7755 * tui/tui-data.c (tui_alloc_win_info): Remove.
7756
7757 2019-06-25 Tom Tromey <tom@tromey.com>
7758
7759 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
7760 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
7761 can_highlight.
7762
7763 2019-06-25 Tom Tromey <tom@tromey.com>
7764
7765 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
7766 make_visible_with_new_height method.
7767 (tui_win_info::make_visible_with_new_height): New method.
7768 (tui_source_window_base::do_make_visible_with_new_height)
7769 (tui_data_window::do_make_visible_with_new_height)
7770 (tui_cmd_window::do_make_visible_with_new_height): New methods.
7771 (make_visible_with_new_height): Remove.
7772 (tui_resize_all, tui_adjust_win_heights): Use
7773 make_visible_with_new_height method.
7774 * tui/tui-data.h (struct tui_win_info)
7775 <do_make_visible_with_new_height, make_visible_with_new_height>:
7776 New methods.
7777 (struct tui_source_window_base, struct tui_data_window)
7778 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
7779 methods.
7780
7781 2019-06-25 Tom Tromey <tom@tromey.com>
7782
7783 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
7784 method.
7785 (update_tab_width): Call update_tab_width method.
7786 * tui/tui-data.h (struct tui_win_info)
7787 (struct tui_source_window_base) <update_tab_width>: New methods.
7788
7789 2019-06-25 Tom Tromey <tom@tromey.com>
7790
7791 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
7792 parameter.
7793 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
7794 parameter.
7795 (tui_gen_win_info::make_visible): Update.
7796 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
7797 parameter.
7798 * tui/tui-data.h (enum tui_box): New enum.
7799 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
7800
7801 2019-06-25 Tom Tromey <tom@tromey.com>
7802
7803 * tui/tui-layout.c (make_source_or_disasm_window): Always use
7804 init_and_make_win for EXEC_INFO_WIN.
7805 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
7806 longer inline.
7807 (struct tui_win_info) <~tui_win_info>: Inline.
7808 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7809 Don't declare.
7810 * tui/tui-data.c (source_win, disasm_win): Remove globals.
7811 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7812 Remove.
7813 (tui_initialize_static_data): Update.
7814 (~tui_gen_win_info): Handle more cleanup here.
7815 (~tui_source_window_base): Delete "execution_info".
7816 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
7817
7818 2019-06-25 Tom Tromey <tom@tromey.com>
7819
7820 * tui/tui-layout.c (make_command_window): Don't set
7821 can_highlight.
7822 (show_source_disasm_command): Call the reset method.
7823 (show_data): Don't set can_highlight. Call the reset method.
7824 (tui_gen_win_info::reset): Rename from init_gen_win_info
7825 (init_and_make_win): Simplify. Return tui_gen_win_info.
7826 (show_source_or_disasm_and_command): Call the reset method.
7827 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
7828 (struct tui_cmd_window): Set can_highlight.
7829
7830 2019-06-25 Tom Tromey <tom@tromey.com>
7831
7832 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
7833 from make_visible.
7834 (tui_make_visible, tui_make_invisible): Rewrite.
7835 (tui_win_info::make_visible): Remove.
7836 (tui_source_window_base::make_visible): Update.
7837 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
7838 method. Moved from...
7839 (struct tui_win_info) <make_visible>: ...here.
7840
7841 2019-06-25 Tom Tromey <tom@tromey.com>
7842
7843 * tui/tui-winsource.c
7844 (tui_source_window_base::do_scroll_horizontal): Remove direction
7845 parameter.
7846 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
7847 direction parameter.
7848 * tui/tui-win.c (tui_win_info::forward_scroll)
7849 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7850 (tui_win_info::right_scroll): Update.
7851 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
7852 direction parameter.
7853 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
7854 direction parameter.
7855 * tui/tui-data.h (enum tui_scroll_direction): Remove.
7856 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
7857 Remove direction parameter.
7858 (struct tui_source_window_base, struct tui_source_window)
7859 (struct tui_disasm_window, struct tui_data_window)
7860 (struct tui_cmd_window): Update.
7861
7862 2019-06-25 Tom Tromey <tom@tromey.com>
7863
7864 * tui/tui-winsource.h (tui_set_exec_info_content)
7865 (tui_show_exec_info_content, tui_erase_exec_info_content)
7866 (tui_clear_exec_info_content, tui_update_exec_info): Change
7867 argument to tui_source_window_base.
7868 * tui/tui-winsource.c (tui_set_exec_info_content)
7869 (tui_show_exec_info_content, tui_erase_exec_info_content)
7870 (tui_clear_exec_info_content, tui_update_exec_info): Change
7871 argument to tui_source_window_base.
7872
7873 2019-06-25 Tom Tromey <tom@tromey.com>
7874
7875 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
7876 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
7877
7878 2019-06-25 Tom Tromey <tom@tromey.com>
7879
7880 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
7881 check.
7882
7883 2019-06-25 Tom Tromey <tom@tromey.com>
7884
7885 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
7886 type to void.
7887 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
7888 type to void.
7889 * tui/tui-source.c (tui_set_source_content): Update.
7890 * tui/tui-disasm.c (tui_set_disassem_content): Update.
7891
7892 2019-06-25 Tom Tromey <tom@tromey.com>
7893
7894 * tui/tui-win.c (window_name_completer, tui_set_focus)
7895 (tui_all_windows_info): Use name method.
7896 * tui/tui-data.h (struct tui_gen_win_info)
7897 (struct tui_source_window, struct tui_disasm_window)
7898 (struct tui_data_window, struct tui_cmd_window) <name>: New
7899 method.
7900 (tui_win_name): Don't declare.
7901 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
7902 (tui_win_name): Remove.
7903
7904 2019-06-25 Tom Tromey <tom@tromey.com>
7905
7906 * tui/tui-winsource.h (tui_update_source_window)
7907 (tui_update_source_window_as_is): Change parameter type.
7908 * tui/tui-winsource.c (tui_update_source_window): Change win_info
7909 to be a tui_source_window_base.
7910 (tui_update_source_window_as_is): Likewise.
7911 * tui/tui-win.c (make_visible_with_new_height): Update.
7912
7913 2019-06-25 Tom Tromey <tom@tromey.com>
7914
7915 * tui/tui-winsource.c (tui_erase_source_content)
7916 (tui_show_source_content, tui_show_exec_info_content)
7917 (tui_erase_exec_info_content): Use refresh_window method.
7918 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
7919 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
7920 from tui_refresh_win.
7921 (tui_data_window::refresh_window): New method.
7922 (tui_win_info::refresh, tui_source_window_base::refresh)
7923 (tui_refresh_all): Use refresh_window method.
7924 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
7925 method.
7926 * tui/tui-regs.c (tui_display_register): Call refresh_window
7927 method.
7928 * tui/tui-layout.c (show_source_disasm_command)
7929 (show_source_or_disasm_and_command): Call refresh_window method.
7930 * tui/tui-data.h (struct tui_gen_win_info)
7931 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
7932 New method.
7933
7934 2019-06-25 Tom Tromey <tom@tromey.com>
7935
7936 * tui/tui.c (tui_rl_other_window, tui_enable)
7937 (tui_is_window_visible, tui_get_command_dimension): Update.
7938 * tui/tui-winsource.c (tui_update_source_window_as_is)
7939 (tui_clear_source_content, tui_erase_source_content)
7940 (tui_show_source_line, tui_source_window_base::refill)
7941 (tui_source_window_base::do_scroll_horizontal)
7942 (tui_source_window_base::set_is_exec_point_at)
7943 (tui_update_breakpoint_info, tui_set_exec_info_content)
7944 (tui_alloc_source_buffer, tui_line_is_displayed)
7945 (tui_addr_is_displayed): Update.
7946 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7947 (tui_check_and_display_highlight_if_needed)
7948 (tui_win_info::make_visible, tui_win_info::refresh)
7949 (tui_refresh_all): Update.
7950 * tui/tui-windata.c (tui_first_data_item_displayed)
7951 (tui_delete_data_content_windows, tui_erase_data_content)
7952 (tui_display_all_data, tui_data_window::refresh_all)
7953 (tui_check_data_values): Update.
7954 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
7955 (tui_set_win_focus_to, tui_win_info::forward_scroll)
7956 (tui_win_info::backward_scroll, tui_refresh_all_win)
7957 (tui_resize_all, tui_set_focus, tui_all_windows_info)
7958 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
7959 (tui_source_window_base::set_new_height)
7960 (tui_data_window::set_new_height)
7961 (make_invisible_and_set_new_height)
7962 (make_visible_with_new_height, new_height_ok)
7963 (parse_scrolling_args): Update.
7964 * tui/tui-stack.c (tui_show_frame_info): Update.
7965 * tui/tui-source.c (tui_set_source_content)
7966 (tui_set_source_content_nil, tui_source_is_displayed)
7967 (tui_source_window::do_scroll_vertical): Update.
7968 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7969 (tui_display_registers_from, tui_display_reg_element_at_line)
7970 (tui_check_register_values, tui_reg_command): Update.
7971 * tui/tui-layout.c (tui_default_win_height)
7972 (show_source_disasm_command, show_data, init_and_make_win)
7973 (show_source_or_disasm_and_command): Update.
7974 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
7975 (tui_redisplay_readline, tui_mld_flush)
7976 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
7977 (tui_getc): Update.
7978 * tui/tui-disasm.c (tui_set_disassem_content)
7979 (tui_disasm_window::do_scroll_vertical): Update.
7980 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
7981 Now virtual.
7982 (struct tui_win_info): Derive from tui_gen_win_info.
7983 <~tui_win_info>: Mark as override.
7984 <generic>: Remove member.
7985 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
7986 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
7987 (~tui_data_window, ~tui_win_info)
7988 (tui_free_all_source_wins_content): Update.
7989 * tui/tui-command.c (tui_refresh_cmd_win): Update.
7990
7991 2019-06-25 Tom Tromey <tom@tromey.com>
7992
7993 * tui/tui-layout.c (init_and_make_win): Use new.
7994 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
7995 destructor, initializers.
7996 (tui_alloc_generic_win_info): Don't declare.
7997 * tui/tui-data.c (_locator): Add argument to constructor.
7998 (source_win, disasm_win): New globals.
7999 (exec_info): Remove.
8000 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
8001 Update.
8002 (tui_alloc_generic_win_info): Remove.
8003 (init_content_element): Use new.
8004 (tui_win_info::tui_win_info): Update.
8005 (free_content_elements) <case DATA_WIN>: Use delete.
8006
8007 2019-06-25 Tom Tromey <tom@tromey.com>
8008
8009 * tui/tui-wingeneral.c (tui_refresh_win): Update.
8010 * tui/tui-windata.c (tui_first_data_item_displayed)
8011 (tui_delete_data_content_windows): Update.
8012 * tui/tui-win.c (tui_data_window::set_new_height): Update.
8013 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
8014 (tui_display_registers_from, tui_check_register_values): Update.
8015 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
8016 pointer.
8017 * tui/tui-data.c (init_content_element): Update. Allocate the new
8018 window.
8019 (tui_free_data_content): Update.
8020 (free_content_elements) <case DATA_WIN>: Free the window.
8021
8022 2019-06-25 Tom Tromey <tom@tromey.com>
8023
8024 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
8025 Update.
8026 * tui/tui-layout.c (make_command_window)
8027 (show_source_disasm_command, show_data, init_and_make_win)
8028 (show_source_or_disasm_and_command): Update.
8029 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
8030 method.
8031 <can_highight, is_highlighted>: Now bool.
8032 (tui_set_win_highlight): Don't declare.
8033 * tui/tui-data.c (tui_set_win_highlight): Remove.
8034
8035 2019-06-25 Tom Tromey <tom@tromey.com>
8036
8037 * tui/tui-wingeneral.c (make_visible): Remove check of window
8038 type.
8039
8040 2019-06-25 Tom Tromey <tom@tromey.com>
8041
8042 * tui/tui-win.c (tui_win_info::max_height)
8043 (tui_cmd_window::max_height): New methods.
8044 (new_height_ok): Call max_height.
8045 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
8046 <max_height>: New method.
8047
8048 2019-06-25 Tom Tromey <tom@tromey.com>
8049
8050 * tui/tui-win.c (tui_source_window_base::set_new_height)
8051 (tui_data_window::set_new_height): New methods.
8052 (make_invisible_and_set_new_height): Call set_new_height method.
8053 * tui/tui-data.h (struct tui_win_info)
8054 (struct tui_source_window_base, struct tui_data_window)
8055 <set_new_height>: New method.
8056
8057 2019-06-25 Tom Tromey <tom@tromey.com>
8058
8059 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
8060 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
8061 tui_refresh_data_win.
8062 * tui/tui-win.c (tui_source_window_base::refresh_all): New
8063 method.
8064 (tui_refresh_all_win): Call the refresh_all method.
8065 (tui_set_focus): Likewise.
8066 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
8067 (struct tui_source_window_base, struct tui_data_window) <refresh>:
8068 Likewise.
8069
8070 2019-06-25 Tom Tromey <tom@tromey.com>
8071
8072 * tui/tui-winsource.h (tui_refill_source_window)
8073 (tui_set_is_exec_point_at): Don't declare.
8074 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
8075 (tui_source_window_base::refill): Rename from
8076 tui_refill_source_window.
8077 (tui_source_window_base::do_scroll_horizontal): Update.
8078 (tui_source_window_base::set_is_exec_point_at): Rename from
8079 tui_set_is_exec_point_at.
8080 (tui_update_all_breakpoint_info): Update.
8081 * tui/tui-stack.c (tui_show_frame_info): Update.
8082 * tui/tui-layout.c (show_data): Add cast.
8083 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
8084 * tui/tui-data.h (struct tui_source_window_base) <refill,
8085 set_is_exec_point_at>: New methods.
8086 (tui_source_windows, tui_add_to_source_windows): Update types.
8087 (tui_add_to_source_windows): Remove redundant declaration.
8088 * tui/tui-data.c (source_windows): Store tui_source_window_base.
8089 (tui_source_windows): Change return type.
8090 (tui_clear_source_windows_detail): Update.
8091 (tui_add_to_source_windows): Change type of parameter.
8092 (tui_free_all_source_wins_content): Update.
8093
8094 2019-06-25 Tom Tromey <tom@tromey.com>
8095
8096 * tui/tui-wingeneral.c (tui_win_info::refresh)
8097 (tui_source_window_base::refresh): New methods.
8098 (tui_refresh_all): Call the refresh method.
8099 * tui/tui-data.h (struct tui_win_info)
8100 (struct tui_source_window_base) <refresh>: New method.
8101
8102 2019-06-25 Tom Tromey <tom@tromey.com>
8103
8104 * tui/tui.h (tui_is_window_visible): Return bool.
8105 * tui/tui.c (tui_is_window_visible): Return bool.
8106 * tui/tui-wingeneral.c (tui_make_window, make_visible)
8107 (tui_make_visible, tui_make_invisible)
8108 (tui_win_info::make_visible)
8109 (tui_source_window_base::make_visible, make_all_visible)
8110 (tui_make_all_visible, tui_make_all_invisible): Update.
8111 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
8112 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
8113 bool.
8114 (struct tui_win_info, struct tui_source_window_base)
8115 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
8116 * tui/tui-data.c (tui_init_generic_part): Update.
8117
8118 2019-06-25 Tom Tromey <tom@tromey.com>
8119
8120 * tui/tui-wingeneral.c (tui_win_info::make_visible)
8121 (tui_source_window_base::make_visible): New methods.
8122 (make_all_visible): Make method call.
8123 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
8124 (struct tui_source_window_base, struct tui_cmd_window): Override
8125 make_visible.
8126 (tui_win_is_source_type): Don't declare.
8127 * tui/tui-data.c (tui_win_is_source_type): Remove.
8128
8129 2019-06-25 Tom Tromey <tom@tromey.com>
8130
8131 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
8132 NULL check.
8133
8134 2019-06-25 Tom Tromey <tom@tromey.com>
8135
8136 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
8137 Inline constructor. Add initializers for members.
8138 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
8139 constructors; now inline in class.
8140
8141 2019-06-25 Tom Tromey <tom@tromey.com>
8142
8143 * tui/tui-regs.c (tui_show_registers): Update.
8144 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
8145 bool.
8146 * tui/tui-data.c (tui_data_window::clear_detail)
8147 (tui_data_window): Update.
8148
8149 2019-06-25 Tom Tromey <tom@tromey.com>
8150
8151 * tui/tui-windata.c (tui_display_all_data)
8152 (tui_display_data_from_line, tui_display_data_from)
8153 (tui_check_data_values, tui_data_window::do_scroll_vertical):
8154 Update.
8155 * tui/tui-regs.c (tui_last_regs_line_no)
8156 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
8157 (tui_show_registers, tui_show_register_group)
8158 (tui_display_registers_from, tui_display_reg_element_at_line)
8159 (tui_display_registers_from_line, tui_check_register_values)
8160 (tui_reg_next, tui_reg_prev): Update.
8161 * tui/tui-layout.c (tui_set_layout, show_data): Update.
8162 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
8163 tui_data_window.
8164 (struct tui_win_info) <detail>: Remove. Add new fields from
8165 tui_data_info.
8166 (TUI_DATA_WIN): Add cast.
8167 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
8168 (~tui_data_window): Simplify.
8169
8170 2019-06-25 Tom Tromey <tom@tromey.com>
8171
8172 * tui/tui-layout.c (show_source_disasm_command)
8173 (show_source_or_disasm_and_command): Update.
8174 * tui/tui-io.c (update_cmdwin_start_line)
8175 (tui_redisplay_readline): Update.
8176 * tui/tui-data.h (struct tui_command_info): Remove.
8177 (struct tui_win_info) <detail>: Remove command_info member.
8178 (struct tui_data_window) <start_line>: New member, from
8179 tui_command_info.
8180 (TUI_CMD_WIN): Add casts.
8181
8182 2019-06-25 Tom Tromey <tom@tromey.com>
8183
8184 * tui/tui-winsource.c (tui_update_source_window)
8185 (tui_refill_source_window)
8186 (tui_source_window_base::do_scroll_horizontal)
8187 (tui_update_breakpoint_info, tui_set_exec_info_content)
8188 (tui_show_exec_info_content, tui_erase_exec_info_content)
8189 (tui_clear_exec_info_content): Update.
8190 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
8191 Update.
8192 * tui/tui-win.c (make_invisible_and_set_new_height)
8193 (make_visible_with_new_height): Update.
8194 * tui/tui-source.c (tui_set_source_content)
8195 (tui_show_symtab_source): Update.
8196 * tui/tui-layout.c (extract_display_start_addr)
8197 (show_source_disasm_command, show_data)
8198 (make_source_or_disasm_window)
8199 (show_source_or_disasm_and_command): Update.
8200 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
8201 (tui_disasm_window::do_scroll_vertical): Remove shadowing
8202 "gdbarch".
8203 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
8204 to tui_source_window_base.
8205 (struct tui_win_info) <detail>: Remove source_info member.
8206 (struct tui_source_window_base) <has_locator>: Inline.
8207 Move contents from tui_source_info; rename has_locator member to
8208 m_has_locator.
8209 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
8210 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
8211 header file.
8212 (tui_source_window_base::clear_detail, ~tui_source_window_base):
8213 Simplify.
8214 (tui_free_all_source_wins_content): Cast to
8215 tui_source_window_base.
8216
8217 2019-06-25 Tom Tromey <tom@tromey.com>
8218
8219 * tui/tui-win.c (make_invisible_and_set_new_height)
8220 (make_visible_with_new_height): Call has_locator method.
8221 * tui/tui-layout.c (show_source_disasm_command, show_data)
8222 (show_source_or_disasm_and_command): Update for bool change.
8223 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
8224 (tui_win_info) <has_locator>: New method.
8225 (struct tui_source_window_base) <has_locator>: New method.
8226 (tui_win_has_locator): Don't declare.
8227 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
8228 from tui_win_has_locator.
8229 (tui_source_window_base): Use false, not FALSE.
8230
8231 2019-06-25 Tom Tromey <tom@tromey.com>
8232
8233 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
8234 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
8235 clear_detail method directly.
8236 (tui_clear_win_detail): Remove.
8237
8238 2019-06-25 Tom Tromey <tom@tromey.com>
8239
8240 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
8241 "this", not TUI_DISASM_WIN.
8242
8243 2019-06-25 Tom Tromey <tom@tromey.com>
8244
8245 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
8246 declare.
8247 * tui/tui-winsource.c
8248 (tui_source_window_base::do_scroll_horizontal): Rename from
8249 tui_horizontal_source_scroll.
8250 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
8251 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
8252 from tui_vertical_data_scroll.
8253 * tui/tui-win.h (tui_scroll): Don't declare.
8254 * tui/tui-win.c (tui_win_info::forward_scroll)
8255 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
8256 (tui_win_info::right_scroll): Rename and update.
8257 (tui_scroll_forward_command, tui_scroll_backward_command)
8258 (tui_scroll_left_command, tui_scroll_right_command): Update.
8259 (tui_scroll): Remove.
8260 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
8261 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
8262 from tui_vertical_source_scroll.
8263 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
8264 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
8265 from tui_vertical_disassem_scroll.
8266 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
8267 do_scroll_horizontal>: New methods.
8268 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
8269 Likewise.
8270 (struct tui_source_window_base): Add do_scroll_horizontal.
8271 (struct tui_source_window, struct tui_disasm_window): Add
8272 do_scroll_vertical.
8273 (struct tui_data_window, struct tui_cmd_window): Add
8274 do_scroll_horizontal and do_scroll_vertical.
8275 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
8276
8277 2019-06-25 Tom Tromey <tom@tromey.com>
8278
8279 * tui/tui-data.h (struct tui_source_window_base): New struct.
8280 (struct tui_source_window): Derive from tui_source_window_base.
8281 (struct tui_disasm_window): New struct.
8282 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
8283 from tui_source_window::clear_detail.
8284 (tui_source_window_base): Rename from tui_source_window.
8285 (~tui_source_window_base): Rename from ~tui_source_window.
8286 (tui_alloc_win_info): Create a tui_disasm_window.
8287
8288 2019-06-25 Tom Tromey <tom@tromey.com>
8289
8290 * tui/tui-data.h (struct tui_source_window)
8291 (struct tui_data_window): Declare destructors.
8292 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
8293 destructors.
8294 (tui_win_info): Simplify.
8295
8296 2019-06-25 Tom Tromey <tom@tromey.com>
8297
8298 * tui/tui-winsource.c (tui_display_main)
8299 (tui_update_source_windows_with_addr)
8300 (tui_update_all_breakpoint_info): Update.
8301 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
8302 (new_height_ok, parse_scrolling_args): Update.
8303 * tui/tui-stack.c (tui_show_frame_info): Update.
8304 * tui/tui-data.h (struct tui_list): Remove.
8305 (tui_source_windows): Return a reference to a std::vector.
8306 * tui/tui-data.c (source_windows): Now a std::vector.
8307 (tui_source_windows): Change return type.
8308 (tui_clear_source_windows): Rewrite.
8309 (tui_clear_source_windows_detail, tui_add_to_source_windows)
8310 (tui_free_all_source_wins_content): Rewrite.
8311
8312 2019-06-25 Tom Tromey <tom@tromey.com>
8313
8314 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
8315 (struct tui_data_window, struct tui_cmd_window): Declare
8316 clear_detail method.
8317 * tui/tui-data.c (tui_source_window::clear_detail)
8318 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
8319 methods.
8320 (tui_clear_win_detail): Simplify.
8321
8322 2019-06-25 Tom Tromey <tom@tromey.com>
8323
8324 * tui/tui-layout.c (make_source_window, make_disasm_window)
8325 (make_source_or_disasm_window): Remove win_info_ptr parameter.
8326 Return the new window.
8327 (show_source_disasm_command, show_data)
8328 (show_source_or_disasm_and_command): Update.
8329
8330 2019-06-25 Tom Tromey <tom@tromey.com>
8331
8332 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
8333 parameter. Return the new window.
8334 (show_source_disasm_command): Update and remove NULL check.
8335 (show_source_or_disasm_and_command): Update.
8336
8337 2019-06-25 Tom Tromey <tom@tromey.com>
8338
8339 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
8340
8341 2019-06-25 Tom Tromey <tom@tromey.com>
8342
8343 * tui/tui-data.h (struct tui_win_info): Make constructor
8344 protected. Make destructor virtual. Add initializers.
8345 (tui_source_window, tui_data_window, tui_cmd_window): New
8346 classes.
8347 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
8348 constructor. Add "type" parameter.
8349 (tui_source_window, tui_data_window, tui_cmd_window): New
8350 constructors.
8351 (tui_alloc_win_info): Instantiate the appropriate subclass.
8352
8353 2019-06-25 Tom Tromey <tom@tromey.com>
8354
8355 * tui/tui-win.c (tui_resize_all): Use delete.
8356 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
8357 destructor.
8358 (tui_free_window): Don't declare.
8359 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
8360 Update.
8361
8362 2019-06-25 Tom Tromey <tom@tromey.com>
8363
8364 * tui/tui-data.h (struct tui_win_info): Add constructor.
8365 * tui/tui-data.c (tui_alloc_win_info): Use new.
8366 (tui_free_window): Use delete.
8367
8368 2019-06-22 Tom Tromey <tom@tromey.com>
8369
8370 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
8371 declare.
8372 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
8373
8374 2019-06-22 Tom Tromey <tom@tromey.com>
8375
8376 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
8377 declare.
8378 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
8379
8380 2019-06-22 Tom de Vries <tdevries@suse.de>
8381
8382 * dwarf2read.c (create_addrmap_from_aranges)
8383 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
8384 instead of '%zu'.
8385
8386 2019-06-21 Simon Marchi <simon.marchi@efficios.com>
8387
8388 * dwarf2read.h (dwarf2_section_info_def): Remove.
8389 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
8390 * dwarf2read.c (struct dwo_sections) <types>: Change type to
8391 std::vector<dwarf2_section_info>.
8392 (struct dwo_file) <~dwo_file>: Remove.
8393 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
8394 types field.
8395 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
8396 (dwarf2_read_debug_names): Likewise.
8397 (create_debug_types_hash_table): Change parameter type to
8398 array_view, adjust code accordingly.
8399 (dwarf2_locate_dwo_sections): Adjust to std::vector.
8400 (partial_die_info::fixup): Likewise.
8401 (determine_prefix): Likewise.
8402 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
8403
8404 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8405
8406 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
8407 gdb_bfd_ref_ptr.
8408 <~dwo_file>: Remove call to gdb_bfd_unref.
8409 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
8410 gdb_bfd_ref_ptr::get.
8411
8412 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8413
8414 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
8415 type to htab_up.
8416 * dwarf2read.c (struct dwo_file): Initialize fields.
8417 <~dwo_file>: New.
8418 (free_dwo_file): Remove, move content to ~dwo_file.
8419 (struct dwo_file_deleter): Remove.
8420 (dwo_file_up>: Remove custom deleter.
8421 (free_dwo_files): Remove.
8422 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
8423 dwo_files.
8424 (process_skeletonless_type_units): Call unique_ptr::get.
8425 (allocate_dwo_file_hash_table): Add deleter to created hash
8426 table. Change return type to htab_up.
8427 (lookup_dwo_file_slot): Don't memset dwo_file, call
8428 unique_ptr::get.
8429 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
8430 (create_dwo_unit_in_dwp_v2): Likewise.
8431 (open_and_init_dwo_file): Likewise.
8432 (free_dwo_file_from_slot): Remove.
8433
8434 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8435
8436 * dwarf2read.h (struct dwarf2_section_info) <readin,
8437 is_virtual>: Change type to bool.
8438 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
8439 true instead of 1.
8440
8441 2019-06-19 Tom Tromey <tom@tromey.com>
8442
8443 * tui/tui-data.h (tui_init_content_element): Don't declare.
8444
8445 2019-06-19 Tom Tromey <tom@tromey.com>
8446
8447 * tui/tui-data.h (tui_init_win_info): Don't declare.
8448
8449 2019-06-19 Tom de Vries <tdevries@suse.de>
8450
8451 * dwarf2read.h (abstract_to_concrete): Change type to
8452 std::unordered_map<sect_offset, std::vector<sect_offset>,
8453 gdb::hash_enum<sect_offset>>.
8454
8455 2019-06-19 Tom Tromey <tromey@adacore.com>
8456
8457 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
8458 EVAL_AVOID_SIDE_EFFECTS specially.
8459
8460 2019-06-19 Tom Tromey <tromey@adacore.com>
8461
8462 * source-cache.c (highlighter): New global.
8463 (source_cache::get_source_lines): Create a highlighter on demand.
8464
8465 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
8466
8467 * defs.h (deprecated_interactive_hook): Delete declaration.
8468 * interps.c (clear_interpreter_hooks): Remove use of
8469 deprecated_interactive_hook.
8470 * top.c (deprecated_interactive_hook): Delete definition.
8471 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
8472
8473 2019-06-18 Tom de Vries <tdevries@suse.de>
8474
8475 PR gdb/24515
8476 * dwarf2read.h (abstract_to_concrete): Change type from
8477 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
8478 std::unordered_map<sect_offset, std::vector<sect_offset>>.
8479 * dwarf2read.c (read_variable): Update.
8480 (dwarf2_fetch_die_loc_sect_off): Update.
8481
8482 2019-06-17 Tom de Vries <tdevries@suse.de>
8483
8484 PR gdb/24617
8485 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
8486 accessing parent[parent_len - 1].
8487
8488 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8489
8490 PR gdb/24364
8491 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
8492 call dtrace_process_dof with NULL dof.
8493
8494 2019-06-16 Tom de Vries <tdevries@suse.de>
8495
8496 PR gdb/24445
8497 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
8498
8499 2019-06-16 Tom Tromey <tom@tromey.com>
8500
8501 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
8502 (make_all_visible): Use address of member.
8503
8504 2019-06-16 Tom Tromey <tom@tromey.com>
8505
8506 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
8507 (tui_free_window, free_content, free_content_elements): Remove
8508 unnecessary cast.
8509 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
8510 cast.
8511 * tui/tui-regs.c (tui_show_register_group)
8512 (tui_display_registers_from, tui_display_reg_element_at_line):
8513 Remove unnecessary cast.
8514
8515 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8516
8517 * linux-nat.c (normal_mask): Delete.
8518 (_initialize_linux_nat): Don't initialise normal_mask.
8519
8520 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8521
8522 PR gdb/24445
8523 * dwarf-index-write.h (write_psymtabs_to_index): Add
8524 dwz_basename parameter.
8525 * dwarf-index-write.c (write_gdbindex): Move file writing to
8526 write_gdbindex_1. Change return type void.
8527 (assert_file_size): Move up, remove filename parameter.
8528 (write_gdbindex_1): New function.
8529 (write_debug_names): Change return type to void, call
8530 assert_file_size.
8531 (struct index_wip_file): New struct.
8532 (write_psymtabs_to_index): Add dwz_basename parameter. Move
8533 file logic to index_wip_file. Write index for dwz file if
8534 needed.
8535 (save_gdb_index_command): Pass basename of dwz file, if present.
8536 * dwarf-index-cache.c (index_cache::store): Obtain and pass
8537 build-id of dwz file, if present.
8538 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
8539 (dwarf2_get_dwz_file): Likewise.
8540 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
8541 (dwarf2_get_dwz_file): Likewise.
8542
8543 2019-06-16 Tom Tromey <tom@tromey.com>
8544
8545 * coffread.c (process_coff_symbol): Use xstrdup.
8546 * value.c (create_internalvar): Use xstrdup.
8547
8548 2019-06-16 Tom Tromey <tom@tromey.com>
8549
8550 * valops.c (value_cast, value_slice): Remove unnecessary cast.
8551 * breakpoint.c (stopin_command, stopat_command)
8552 (until_break_command, decode_location_default): Remove unnecessary
8553 cast.
8554 * utils.c (subset_compare): Remove unnecessary cast.
8555 * ada-lang.c (ada_update_initial_language): Remove unnecessary
8556 cast.
8557 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
8558 cast.
8559 * infcmd.c (path_command): Remove unnecessary cast.
8560 * coffread.c (decode_type): Remove unnecessary cast.
8561 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
8562 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
8563 * tui/tui-stack.c (tui_show_locator_content)
8564 (tui_show_frame_info): Remove unnecessary cast.
8565 * tui/tui-win.c (tui_scroll_forward_command)
8566 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
8567 (parse_scrolling_args): Remove unnecessary cast.
8568 * tui/tui-data.c (init_win_info, tui_del_window)
8569 (tui_free_window, tui_del_data_windows, tui_free_data_content)
8570 (free_content_elements): Remove unnecessary cast.
8571 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
8572 unnecessary cast.
8573 * tui/tui-source.c (tui_set_source_content)
8574 (tui_vertical_source_scroll): Remove unnecessary cast.
8575 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
8576 cast.
8577 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
8578 * tui/tui-regs.c (tui_display_registers_from)
8579 (tui_display_register): Remove unnecessary cast.
8580 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
8581 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
8582 (make_visible): Remove unnecessary cast.
8583 * tui/tui-winsource.c (tui_erase_source_content)
8584 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
8585 unnecessary cast.
8586 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
8587 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
8588 * stabsread.c (read_type, read_array_type, read_range_type):
8589 Remove unnecessary cast.
8590 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
8591 (parse_symbol, parse_type, upgrade_type, parse_external)
8592 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
8593 unnecessary cast.
8594 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
8595
8596 2019-06-16 Tom Tromey <tom@tromey.com>
8597
8598 * tui/tui-data.c (tui_alloc_generic_win_info)
8599 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
8600 checks.
8601
8602 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8603 Andrew Burgess <andrew.burgess@embecosm.com>
8604
8605 * f-typeprint.c (f_print_type): Don't return early for not
8606 associated or not allocated types.
8607 (f_type_print_varspec_suffix): Add print_rank parameter and print
8608 ranks of array types in case they dangling.
8609 (f_type_print_base): Add print_rank parameter.
8610
8611 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8612
8613 * NEWS: Mention new MI commands.
8614 * break-catch-throw.c (enum exception_event_kind): Move to
8615 breakpoint.h.
8616 (print_mention_exception_catchpoint): Output text as a single
8617 message.
8618 (catch_exception_command_1): Rename to...
8619 (catch_exception_event): ...this, make non-static, update header
8620 command, and change some parameter types.
8621 (catch_catch_command): Update for changes to
8622 catch_exception_command_1.
8623 (catch_throw_command): Likewise.
8624 (catch_rethrow_command): Likewise.
8625 * breakpoint.c (enum exception_event_kind): Delete.
8626 * breakpoint.h (enum exception_event_kind): Moved here from
8627 break-catch-throw.c.
8628 (catch_exception_event): Declare.
8629 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
8630 (mi_cmd_catch_throw): New function.
8631 (mi_cmd_catch_rethrow): New function.
8632 (mi_cmd_catch_catch): New function.
8633 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
8634 'catch-catch' entries.
8635 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
8636 (mi_cmd_catch_rethrow): Declare.
8637 (mi_cmd_catch_catch): Declare.
8638
8639 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8640
8641 * annotate.c (annotate_source_line): Change return type to void,
8642 update implementation to match.
8643 * annotate.h (annotate_source_line): Change return type to void,
8644 update header comment.
8645 * stack.c (print_frame_info): Don't change what frame information
8646 is printed based on whether annotations are on or not.
8647
8648 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8649
8650 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
8651 (annotate_source): Make static.
8652 (annotate_source_line): Moved from source.c and renamed from
8653 identify_source_line. Update the return type.
8654 * annotate.h (annotate_source): Delete declaration.
8655 (annotate_source_line): Declaration moved from source.h, and
8656 renamed from identify_source_line. Return type updated.
8657 * source.c (identify_source_line): Moved to annotate.c and renamed
8658 to annotate_source_line.
8659 (info_line_command): Remove check of annotation_level.
8660 * source.h (identify_source_line): Move declaration to annotate.h
8661 and rename to annotate_source_line.
8662 * stack.c: Add 'annotate.h' include.
8663 (print_frame_info): Remove check of annotation_level before
8664 calling annotate_source_line.
8665
8666 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8667
8668 * source-cache.c (source_cache::get_plain_source_lines): Use
8669 open_source_file_with_line_charpos instead of just
8670 open_source_file, remove call to find_source_lines.
8671 (source_cache::get_source_lines): Likewise.
8672 * source.c (find_source_lines): Make static.
8673 (get_filename_and_charpos): Renamed into...
8674 (open_source_file_with_line_charpos): ..this along with changes to
8675 return a scoped_fd, and some other minor clean ups.
8676 (identify_source_line): Use open_source_file_with_line_charpos.
8677 (search_command_helper): Use open_source_file_with_line_charpos
8678 instead of just open_source_file, remove call to
8679 find_source_lines.
8680 * source.h (open_source_file_with_line_charpos): Declare new
8681 function.
8682 (find_source_lines): Delete declaration.
8683
8684 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8685
8686 * source.c (get_filename_and_charpos): Remove fullname
8687 parameter.
8688 (identify_source_line): Update call to get_filename_and_charpos.
8689
8690 2019-06-14 Tom Tromey <tromey@adacore.com>
8691
8692 PR gdb/24502:
8693 * ui-style.h (skip_ansi_escape): Update comment.
8694 * ui-file.h (class no_terminal_escape_file): New class.
8695 * ui-file.c (no_terminal_escape_file::write)
8696 (no_terminal_escape_file::puts): New methods.
8697 * cli/cli-logging.c (handle_redirections): Use
8698 no_terminal_escape_file.
8699
8700 2019-06-14 Tom Tromey <tromey@adacore.com>
8701
8702 * NEWS: Move convenience variable news above Python news.
8703
8704 2019-06-14 Tom Tromey <tom@tromey.com>
8705
8706 * gnulib: Move directory to top-level.
8707 * configure.ac: Don't configure gnulib.
8708 * configure: Rebuild.
8709 * common/common-defs.h: Use new path to gnulib.
8710 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
8711 (GNULIB_H): Remove.
8712 (INCGNU): Look in new gnulib location.
8713 (HFILES_NO_SRCDIR): Remove gnulib files.
8714 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
8715 (generated_files): Remove GNULIB_H.
8716 ($(LIBGNU), all-lib): Remove targets.
8717 (distclean): Don't mention GNULIB_BUILDDIR.
8718 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
8719
8720 2019-06-14 Tom Tromey <tromey@adacore.com>
8721
8722 * symfile.c (add_symbol_file_command): Remove obsolete comment.
8723 Warn if symbol file does not provide any symbols.
8724
8725 2019-06-14 Tom Tromey <tromey@adacore.com>
8726
8727 * source.c (find_and_open_source): Respect basenames_may_differ.
8728
8729 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
8730
8731 * annotate.c (annotate_breakpoints_invalid): Make use of
8732 scoped_restore_terminal_state.
8733 (annotate_frames_invalid): Likewise.
8734
8735 2019-06-14 Tom Tromey <tromey@adacore.com>
8736
8737 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
8738 allow assignment to an internalvar.
8739
8740 2019-06-14 Tom Tromey <tromey@adacore.com>
8741
8742 * ada-lex.l: Allow "_" in attribute names.
8743
8744 2019-06-14 Tom Tromey <tromey@adacore.com>
8745
8746 PR gdb/24653:
8747 * regcache.c (registers_changed): Don't call alloca.
8748 * top.c (execute_command): Don't call alloca.
8749
8750 2019-06-13 Pedro Alves <palves@redhat.com>
8751
8752 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
8753 'expression'. When parsing an expression, error out if there's
8754 junk after "unlimited".
8755 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8756 (do_set_command): Adjust calls to is_unlimited_literal.
8757
8758 2019-06-13 Pedro Alves <palves@redhat.com>
8759
8760 * compile/compile.c (make_compile_options_def_group): Add braces
8761 around array_view initializer.
8762 * thread.c (make_thread_apply_all_options_def_group)
8763 (make_thread_apply_all_options_def_group): Likewise.
8764
8765 2019-06-13 Pedro Alves <palves@redhat.com>
8766
8767 * NEWS (New commands): Mention "maint test-options
8768 require-delimiter", "maint test-options unknown-is-error", "maint
8769 test-options unknown-is-operand" and "maint show
8770 test-options-completion-result".
8771 (New command options, command completion): New section.
8772 (Completion improvements): New section.
8773 Mention that you can abbreviate "unlimited".
8774
8775 2019-06-13 Pedro Alves <palves@redhat.com>
8776
8777 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
8778 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
8779 * unittests/cli-utils-selftests.c (test_parse_flags)
8780 (test_parse_flags_qcs): Delete.
8781 (test_cli_utils): Don't call deleted functions.
8782
8783 2019-06-13 Pedro Alves <palves@redhat.com>
8784
8785 * thread.c: Include "cli/cli-option.h".
8786 (tp_array_compar_ascending): Global.
8787 (tp_array_compar): Delete function.
8788 (tp_array_compar_ascending, tp_array_compar_descending): New
8789 functions.
8790 (ascending_option_def, qcs_flag_option_def)
8791 (thr_qcs_flags_option_defs)
8792 (make_thread_apply_all_options_def_group)
8793 (make_thread_apply_options_def_group): New.
8794 (thread_apply_all_command): Use gdb::option::process_options.
8795 (thread_apply_command_completer)
8796 (thread_apply_all_command_completer): New.
8797 (thread_apply_command): Use gdb::option::process_options.
8798 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
8799 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
8800 to generate help text of "thread apply". Adjust "taas"'s help.
8801 * tid-parse.c (tid_range_parser::in_thread_range): New method.
8802 * tid-parse.h (tid_range_parser::in_thread_range): New method.
8803
8804 2019-06-13 Pedro Alves <palves@redhat.com>
8805
8806 * thread.c (thread_apply_command): Check for invalid TID with
8807 isdigit instead of !isalpha.
8808
8809 2019-06-13 Pedro Alves <palves@redhat.com>
8810
8811 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
8812 (validate_flags_qcs): New.
8813 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
8814 (validate_flags_qcs): Declare.
8815 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
8816 (make_frame_apply_options_def_group): New.
8817 (frame_apply_command_count): Process options with
8818 gdb::option::process_options.
8819 (frame_apply_completer): New.
8820 (frame_apply_level_completer, frame_apply_all_completer)
8821 (frame_apply_completer): New.
8822 (_initialize_stack): Update help of "frame apply", "frame apply
8823 level", "frame apply all" and "faas" to mention supported options
8824 and install command completers.
8825 * stack.h (frame_apply_all_completer): Declare.
8826 * thread.c: Include "stack.h".
8827 (tfaas_command): Add "--".
8828 (_initialize_thread): Update help "tfaas" to mention supported
8829 options and install command completer.
8830
8831 2019-06-13 Pedro Alves <palves@redhat.com>
8832
8833 * completer.c (complete_nested_command_line): New.
8834 (gdb_completion_word_break_characters_throw): Add assertion.
8835 * completer.h (complete_nested_command_line): Declare.
8836
8837 2019-06-13 Pedro Alves <palves@redhat.com>
8838
8839 * stack.c (parse_backtrace_qualifiers): New.
8840 (backtrace_command): Use it.
8841 (backtrace_command_completer): Complete on qualifiers.
8842
8843 2019-06-13 Pedro Alves <palves@redhat.com>
8844
8845 * frame.c: Include "cli/cli-option.h.
8846 (user_set_backtrace_options): New.
8847 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
8848 Delete.
8849 (get_prev_frame): Adjust.
8850 (boolean_option_def, uinteger_option_def)
8851 (set_backtrace_option_defs): New.
8852 (_initialize_frame): Adjust and use
8853 gdb::option::add_setshow_cmds_for_options to install "set
8854 backtrace past-main" and "set backtrace past-entry".
8855 * frame.h: Include "cli/cli-option.h".
8856 (struct frame_print_options): Forward declare.
8857 (print_frame_arguments_all, print_frame_arguments_scalars)
8858 (print_frame_arguments_none): Declare.
8859 (print_entry_values): Delete declaration.
8860 (struct frame_print_options, user_frame_print_options): New.
8861 (struct set_backtrace_options): New.
8862 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
8863 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
8864 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
8865 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
8866 (list_args_or_locals): Add frame_print_options parameter.
8867 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8868 * python/py-framefilter.c (enumerate_args): Pass down
8869 USER_FRAME_PRINT_OPTIONS.
8870 * stack.c: Include "cli/cli-option.h".
8871 (print_frame_arguments_all, print_frame_arguments_scalars)
8872 (print_frame_arguments_none): Declare.
8873 (print_raw_frame_arguments, print_entry_values): Delete.
8874 (user_frame_print_options): New.
8875 (boolean_option_def, enum_option_def, frame_print_option_defs):
8876 New.
8877 (struct backtrace_cmd_options): New.
8878 (bt_flag_option_def): New.
8879 (backtrace_command_option_defs): New.
8880 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8881 (print_frame_arg, read_frame_arg, print_frame_args)
8882 (print_frame_info, print_frame): Add frame_print_options parameter
8883 and use it.
8884 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
8885 (backtrace_command_1): Add frame_print_options and
8886 backtrace_cmd_options parameters and use them.
8887 (make_backtrace_options_def_group): New.
8888 (backtrace_command): Process command options with
8889 gdb::option::process_options.
8890 (backtrace_command_completer): New.
8891 (_initialize_stack): Extend "backtrace"'s help to mention
8892 supported options. Install completer for "backtrace".
8893 Install some settings commands with add_setshow_cmds_for_options.
8894
8895 2019-06-13 Pedro Alves <palves@redhat.com>
8896
8897 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
8898 and that "set/show print raw frame-arguments" are now deprecated.
8899
8900 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
8901 command.
8902 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
8903 * stack.c (_initialize_stack): Install "set/show print
8904 raw-frame-arguments", and deprecate "set/show print raw
8905 frame-arguments".
8906 * valprint.c (_initialize_valprint): Deprecate "set/show print
8907 raw".
8908
8909 2019-06-13 Pedro Alves <palves@redhat.com>
8910
8911 * compile/compile.c (struct compile_options): New.
8912 (compile_flag_option_def, compile_command_option_defs)
8913 (make_compile_options_def_group): New.
8914 (compile_file_command): Handle options with
8915 gdb::option::process_options.
8916 (compile_file_command_completer): New function.
8917 (compile_code_command): Handle options with
8918 gdb::option::process_options.
8919 (compile_code_command_completer): New function.
8920 (_initialize_compiler): Install completers for "compile code" and
8921 "compile file". Mention available options in "compile code" and
8922 "compile code"'s help.
8923 * completer.c (advance_to_completion_word): New, factored out from
8924 ...
8925 (advance_to_expression_complete_word_point): ... this.
8926 (advance_to_filename_complete_word_point): New.
8927 * completer.h (advance_to_filename_complete_word_point): New
8928 declaration.
8929
8930 2019-06-13 Pedro Alves <palves@redhat.com>
8931
8932 * compile/compile.c: Include "cli/cli-option.h".
8933 (compile_print_value): Scope data pointer is now a
8934 value_print_options pointer; adjust.
8935 (compile_print_command): Process options. Scope data pointer is
8936 now a value_print_options pointer; adjust.
8937 (_initialize_compile): Update "compile print"'s help to include
8938 supported options. Install a completer for "compile print".
8939 * cp-valprint.c (show_vtblprint, show_objectprint)
8940 (show_static_field_print): Delete.
8941 (_initialize_cp_valprint): Don't install "set print
8942 static-members", "set print vtbl", "set print object" here.
8943 * printcmd.c: Include "cli/cli-option.h" and
8944 "common/gdb_optional.h".
8945 (print_command_parse_format): Rework to fill in a
8946 value_print_options instead of a format_data.
8947 (print_value): Change parameter type from format_data pointer to
8948 value_print_options reference. Adjust.
8949 (print_command_1): Process options. Adjust to pass down a
8950 value_print_options.
8951 (print_command_completer): New.
8952 (_initialize_printcmd): Install print_command_completer as
8953 handle_brkchars completer for the "print" command. Update
8954 "print"'s help to include supported options.
8955 * valprint.c: Include "cli/cli-option.h".
8956 (show_vtblprint, show_objectprint, show_static_field_print): Moved
8957 here from cp-valprint.c.
8958 (boolean_option_def, uinteger_option_def)
8959 (value_print_option_defs, make_value_print_options_def_group):
8960 New. Use gdb::option::add_setshow_cmds_for_options to install
8961 "set print elements", "set print null-stop", "set print repeats",
8962 "set print pretty", "set print union", "set print array", "set
8963 print address", "set print symbol", "set print array-indexes".
8964 * valprint.h: Include <string> and "cli/cli-option.h".
8965 (make_value_print_options_def_group): Declare.
8966 (print_value): Change parameter type from format_data pointer to
8967 value_print_options reference.
8968 (print_command_completer): Declare.
8969
8970 2019-06-13 Pedro Alves <palves@redhat.com>
8971
8972 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
8973 (COMMON_SFILES): Add maint-test-settings.c.
8974 * cli/cli-decode.c (boolean_enums): New global, factored out from
8975 ...
8976 (add_setshow_boolean_cmd): ... here.
8977 * cli/cli-decode.h (boolean_enums): Declare.
8978 * cli/cli-option.c: New file.
8979 * cli/cli-option.h: New file.
8980 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
8981 factored out from ...
8982 (parse_cli_boolean_value(const char *)): ... this.
8983 (is_unlimited_literal): Change parameter type to pointer to
8984 pointer. Adjust and advance ARG pointer.
8985 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8986 (parse_cli_var_enum): New, factored out from ...
8987 (do_set_command): ... this. Adjust.
8988 * cli/cli-setshow.h (parse_cli_boolean_value)
8989 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8990 (parse_cli_var_enum): Declare.
8991 * cli/cli-utils.c: Include "cli/cli-option.h".
8992 (get_ulongest): New.
8993 * cli/cli-utils.h (get_ulongest): Declare.
8994 (check_for_argument): New overloads.
8995 * maint-test-options.c: New file.
8996
8997 2019-06-13 Pedro Alves <palves@redhat.com>
8998
8999 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
9000 parse a range if "-" is at the end of the string.
9001
9002 2019-06-13 Pedro Alves <palves@redhat.com>
9003
9004 * cli/cli-setshow.c (parse_auto_binary_operation)
9005 (parse_cli_boolean_value): Don't allow "o".
9006
9007 2019-06-13 Pedro Alves <palves@redhat.com>
9008
9009 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
9010 * NEWS: Mention maint test-settings KIND.
9011 * maint-test-settings.c: New file.
9012
9013 2019-06-13 Pedro Alves <palves@redhat.com>
9014
9015 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
9016 completer.
9017 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
9018 "set" completers.
9019
9020 2019-06-13 Pedro Alves <palves@redhat.com>
9021
9022 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
9023 after item.
9024
9025 2019-06-13 Pedro Alves <palves@redhat.com>
9026
9027 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
9028
9029 2019-06-13 Pedro Alves <palves@redhat.com>
9030
9031 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
9032 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
9033 call.
9034 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
9035 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
9036 calls.
9037 (check_for_argument): Skip spaces after argument.
9038
9039 2019-06-13 Pedro Alves <palves@redhat.com>
9040
9041 * thread.c (thread_apply_command): Adjust TID parsing.
9042 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
9043 detected before end of string.
9044 (tid_is_in_list): Error out if LIST is invalid.
9045
9046 2019-06-13 Pedro Alves <palves@redhat.com>
9047
9048 * completer.c (complete_line_internal_1): Rewind completion word
9049 point.
9050 (completion_tracker::advance_custom_word_point_by): Change
9051 parameter type to int.
9052 * completer.h (completion_tracker::advance_custom_word_point_by):
9053 Likewise.
9054
9055 2019-06-13 Pedro Alves <palves@redhat.com>
9056
9057 * completer.c (advance_to_completion_word): Handle delimiters.
9058
9059 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
9060
9061 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
9062
9063 2019-06-11 Tom Tromey <tom@tromey.com>
9064
9065 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
9066 (xmalloc_failed): Move to alloc.c.
9067 * alloc.c: New file.
9068 * Makefile.in (COMMON_SFILES): Add alloc.c.
9069
9070 2019-06-11 Tom Tromey <tom@tromey.com>
9071
9072 * nat/linux-waitpid.c: Don't include server.h.
9073 (linux_debug): Remove.
9074 (my_waitpid): Update.
9075
9076 2019-06-11 Tom Tromey <tromey@adacore.com>
9077
9078 * infcall.c (_initialize_infcall): Remove trailing newline from
9079 help.
9080 * user-regs.c (_initialize_user_regs): Remove trailing newline
9081 from help.
9082 * typeprint.c (_initialize_typeprint): Remove trailing newline
9083 from help.
9084 * reverse.c (_initialize_reverse): Remove trailing newlines from
9085 help.
9086 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
9087 from help.
9088 * language.c (add_set_language_command): Remove trailing newline
9089 from help.
9090 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
9091 help.
9092 * disasm.c (_initialize_disasm): Remove trailing newline from
9093 help.
9094 * top.c (init_main): Remove trailing newline from help.
9095 * interps.c (_initialize_interpreter): Remove trailing newline
9096 from help.
9097 * btrace.c (_initialize_btrace): Remove trailing newlines from
9098 help.
9099 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
9100 from help.
9101 * python/python.c (_initialize_python): Remove trailing newline
9102 from help.
9103 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
9104 help.
9105 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
9106 from help. Reformat some text.
9107 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
9108 from help.
9109 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
9110 newline from help.
9111
9112 2019-06-11 Tom Tromey <tromey@adacore.com>
9113
9114 * darwin-nat.c (darwin_decode_exception_message)
9115 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
9116
9117 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
9118
9119 * valops.c (value_slice): Check for not allocated or not
9120 associated values.
9121
9122 2019-06-10 Tom de Vries <tdevries@suse.de>
9123
9124 PR gdb/24618
9125 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
9126 sure an empty slot (defined by a 32-bit zero pair) is recognized as
9127 invalid.
9128
9129 2019-06-10 Tom de Vries <tdevries@suse.de>
9130
9131 PR gdb/24611
9132 * linespec.c (linespec_lexer_lex_string): Remove incorrect
9133 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
9134
9135 2019-06-10 Tom de Vries <tdevries@suse.de>
9136
9137 PR symtab/24545
9138 * symtab.c (struct demangled_name_entry): Add language field.
9139 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
9140 static minimal symbol". Set and use language field.
9141
9142 2019-06-10 Tom Tromey <tromey@adacore.com>
9143
9144 * ada-lang.c (_initialize_ada_language): Update help text.
9145
9146 2019-06-10 Tom Tromey <tromey@adacore.com>
9147
9148 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
9149 with a newline.
9150 * guile/guile.c (handle_boot_error): Don't end warning with a
9151 newline.
9152 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
9153 warning with a newline.
9154 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
9155 newline.
9156 (s12z_frame_cache): Likewise.
9157 * dwarf-index-cache.c (index_cache::store): Don't end warning with
9158 a newline.
9159 * solib-svr4.c (disable_probes_interface): Don't end warning with
9160 a newline.
9161 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
9162 newline.
9163 * python/python.c (do_finish_initialization): Don't end warning
9164 with a newline.
9165
9166 2019-06-10 Tom Tromey <tom@tromey.com>
9167
9168 * python/py-breakpoint.c (gdbpy_breakpoint_created)
9169 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
9170 gdbpy_enter.
9171
9172 2019-06-10 Tom Tromey <tromey@adacore.com>
9173
9174 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
9175 data.
9176 (elf_new_init): Don't call stabsread_new_init.
9177 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
9178 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
9179 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
9180
9181 2019-06-10 Tom de Vries <tdevries@suse.de>
9182
9183 PR symtab/16264
9184 PR symtab/24517
9185 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
9186
9187 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
9188
9189 * source.c (find_and_open_source): Also rewrite relative file
9190 names.
9191
9192 2019-04-26 Amos Bird <amosbird@gmail.com>
9193
9194 * annotate.c (annotate_thread_exited): Add "thread-exited"
9195 annotation.
9196
9197 2019-06-06 Tom Tromey <tromey@adacore.com>
9198
9199 * maint.h (class scoped_command_stats): Use
9200 DISABLE_COPY_AND_ASSIGN.
9201 <print_time>: New method.
9202 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
9203 print_time.
9204 (scoped_command_stats::print_time): New method.
9205
9206 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
9207
9208 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
9209 instructions of lengths 6 or 8 bytes.
9210
9211 2019-06-04 Pedro Alves <palves@redhat.com>
9212
9213 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
9214
9215 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
9216 * breakpoint.c (condition_completer): Likewise.
9217 * cli/cli-dump.c (scan_expression): Likewise.
9218 * common/filestuff.c (mkdir_recursive): Likewise.
9219 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
9220 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
9221 (gdb_abspath): Likewise.
9222 * compile/compile-cplus-types.c
9223 (compile_cplus_instance::decl_name): Likewise.
9224 * completer.c (complete_explicit_location):
9225 (signal_completer, reg_or_group_completer_1): Likewise.
9226 * cp-support.c (cp_remove_params_if_any): Likewise.
9227 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
9228 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
9229 * infcmd.c (strip_bg_char): Likewise.
9230 * linespec.c (copy_token_string): Likewise.
9231 * mi/mi-main.c (output_cores): Likewise.
9232 * psymtab.c (psymtab_search_name):
9233 * symfile.c (test_set_ext_lang_command): Likewise.
9234 * target.c (target_fileio_read_stralloc): Likewise.
9235 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
9236 * value.c (complete_internalvar): Likewise.
9237
9238 2019-06-04 Christian Biesinger <cbiesinger@google.com>
9239
9240 Add objfile property to gdb.Type.
9241 * NEWS: Mention Python API addition.
9242 * python/py-type.c (typy_get_objfile): New method.
9243
9244 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9245
9246 * NEWS: Mention the new set|show style [title|highlight].
9247 Mention changes to "show style", "help" and "apropos".
9248
9249 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9250
9251 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
9252 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
9253 instead of print_help_for_command.
9254 (print_doc_of_command): New function.
9255 (help_list): Add 'apropos -v word' suggestion.
9256 (print_help_for_command): Style the command name using title style.
9257 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
9258 (_initialize_cli_cmds): Describe -v in apropos_command help.
9259
9260 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9261
9262 * cli/cli-style.h (cli_style_option): Add name in constructor,
9263 add m_name class member, add constructor with intensity,
9264 add name class function.
9265 (cli_style_option::add_setshow_commands): Remove name argument.
9266 (highlight_style, title_style): New styles.
9267 * cli/cli-style.c (do_show): New function that shows a style
9268 characteristic styling the style name with itself.
9269 (set_style_name): New function.
9270 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
9271 Update all callers according to the changes in cli/cli-style.h.
9272 * utils.h (fputs_highlighted): New function.
9273 * utils.c (fputs_highlighted): Likewise.
9274
9275 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9276
9277 * NEWS: Mention new pipe command and new convenience variables.
9278
9279 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9280
9281 * cli/cli-cmds.c (pipe_command): New function.
9282 (_initialize_cli_cmds): Call add_com for pipe_command.
9283 Define | as an alias for pipe.
9284 (exit_status_set_internal_vars): New function.
9285 (shell_escape): Call exit_status_set_internal_vars.
9286 cli/cli-decode.c (find_command_name_length): Recognize | as
9287 a single character command.
9288
9289 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9290
9291 * gdbcmd.h (execute_command_to_ui_file): New declaration.
9292 top.c (execute_command_to_ui_file): New function, mostly a copy
9293 of execute_command_to_string.
9294 (execute_command_to_string): Implement by calling
9295 execute_command_to_ui_file.
9296
9297 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9298
9299 * top.h (saved_command_line): Remove declaration.
9300 * top.c (previous_saved_command_line, previous_repeat_arguments):
9301 New variables.
9302 (saved_command_line): Make static, define together with other
9303 'repeat variables'.
9304 (dont_repeat): Clear repeat_arguments.
9305 (repeat_previous, get_saved_command_line, save_command_line):
9306 New functions.
9307 (gdb_init): Initialize saved_command_line
9308 and previous_saved_command_line.
9309 * main.c (captured_main_1): Remove saved_command_line initialization.
9310 * event-top.c (handle_line_of_input): Update to use
9311 the new 'repeat' related functions instead of direct access to
9312 saved_command_line.
9313 * command.h (repeat_previous, get_saved_command_line,
9314 save_command_line): New declarations.
9315 (dont_repeat): Add comment.
9316
9317 2019-05-30 Tom Tromey <tromey@adacore.com>
9318
9319 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
9320 Fix comment.
9321 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
9322
9323 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
9324
9325 PR cli/24587
9326 * completer.c (complete): Initialize variable word.
9327
9328 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
9329
9330 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9331 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
9332 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
9333 'body' is NULL to the outter 'if', protecting the '!is_define'
9334 situation as well.
9335
9336 2019-05-29 Tom Tromey <tromey@adacore.com>
9337
9338 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
9339 (dwarf_unknown): New function.
9340 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
9341 (dwarf_type_encoding_name): Use dwarf_unknown.
9342
9343 2019-05-29 Tom Tromey <tromey@adacore.com>
9344
9345 PR c++/20020:
9346 * cp-valprint.c (cp_print_value_fields): Call
9347 cp_print_static_field inside "try".
9348
9349 2019-05-29 Tom Tromey <tromey@adacore.com>
9350
9351 * inflow.c (struct terminal_info): Add default operator=.
9352 * configure: Rebuild.
9353 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
9354 -Wdeprecated-copy-dtor, -Wredundant-move.
9355
9356 2019-05-29 Tom Tromey <tromey@adacore.com>
9357
9358 * NEWS: Add entry.
9359 * infcmd.c (print_return_value_1): Handle finish_print
9360 option.
9361 (show_print_finish): New function.
9362 (_initialize_infcmd): Add "set/show print finish" commands.
9363 * valprint.c (user_print_options): Initialize new member.
9364 * valprint.h (struct value_print_options) <finish_print>: New
9365 member.
9366
9367 2019-05-28 Tom Tromey <tromey@adacore.com>
9368
9369 * ada-lang.c (ada_remove_Xbn_suffix)
9370 (find_old_style_renaming_symbol)
9371 (parse_old_style_renaming): Remove.
9372 (ada_find_renaming_symbol): Don't call
9373 find_old_style_renaming_symbol.
9374 (ada_is_renaming_symbol): Rename from
9375 ada_find_renaming_symbol. Remove "block" parameter. Return
9376 bool. Now static.
9377 (ada_read_var_value): Update and simplify.
9378 * ada-exp.y (write_var_or_type): Remove old code.
9379
9380 2019-05-28 Alan Hayward <alan.hayward@arm.com>
9381
9382 PR gdb/25010
9383 * event-top.c: Remove include comment.
9384 * inflow.c (class scoped_ignore_sigttou): Move from here...
9385 * inflow.h (class scoped_ignore_sigttou): ...to here.
9386 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
9387 * top.c: Remove include comment.
9388
9389 2019-05-27 Tom Tromey <tom@tromey.com>
9390
9391 * NEWS: Fix typo.
9392
9393 2019-05-22 Tom Tromey <tromey@adacore.com>
9394
9395 * target.c (target_follow_exec): Constify parameter.
9396 * target-delegates.c: Rebuild.
9397 * remote.c (remote_target::follow_exec): Constify parameter.
9398 * infrun.c (follow_exec): Constify parameter.
9399 * target.h (struct target_ops) <follow_exec>: Constify parameter.
9400 (target_follow_exec): Likewise.
9401
9402 2019-05-22 Alan Hayward <alan.hayward@arm.com>
9403
9404 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
9405 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
9406
9407 2019-05-22 Alan Hayward <alan.hayward@arm.com>
9408
9409 * NEWS: Add debugredirect and testsuite sections.
9410
9411 2019-05-22 Simon Cook <simon.cook@embecosm.com>
9412
9413 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
9414 target descriptions using exclusively floating point register name
9415 aliases.
9416
9417 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9418
9419 PR gdb/18644:
9420 * f-lang.c (build_fortran_types): Handle the case where
9421 gdbarch_floatformat_for_type returns a nullptr.
9422
9423 2019-05-21 Tom de Vries <tdevries@suse.de>
9424
9425 PR cli/24587
9426 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
9427
9428 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9429
9430 PR gdb/18644:
9431 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
9432 16-byte floats.
9433 * i386-tdep.c (i386_floatformat_for_type): Use
9434 floatformats_ia64_quad for the 16-byte floating point component
9435 within a fortran 32-byte complex number.
9436
9437 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9438
9439 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
9440 delete default constructor.
9441 (find_partial_die): Update to return const struct.
9442 (partial_die_parent_scope): Move variable declaration into scope
9443 of its use and change its type to auto.
9444 (guess_partial_die_structure_name): Likewise.
9445 (partial_die_info::fixup): Likewise.
9446
9447 2019-05-17 Tom Tromey <tromey@adacore.com>
9448
9449 * source.c (find_and_open_source): Remove cast.
9450
9451 2019-05-17 Tom Tromey <tromey@adacore.com>
9452
9453 * annotate.c (annotate_source): Make "filename" const.
9454 * annotate.h (annotate_source): Use const.
9455
9456 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9457
9458 * disasm.c (set_disassembler_options): Send errors to stderr.
9459
9460 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9461
9462 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
9463 (cli_interp_base::set_logging): Check debug_redirect.
9464 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
9465 * cli/cli-logging.c (debug_redirect): Add static variable.
9466 (pop_output_files): Add default param.
9467 (handle_redirections): Print debug setting.
9468 (show_logging_command): Likewise.
9469 (_initialize_cli_logging): Add debugredirect command.
9470 * interps.c (current_interp_set_logging): Add debug_redirect
9471 parameter.
9472 * interps.h (set_logging): Add debug_redirect parameter.
9473 (current_interp_set_logging): Likewise.
9474 * mi/mi-common.h: Likewise.
9475 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
9476
9477 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9478 Tom Tromey <tromey@adacore.com>
9479
9480 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
9481 directly.
9482 * cli/cli-interp.h (make_logging_output): Remove declaration.
9483 * cli/cli-logging.c (make_logging_output): Remove function.
9484 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
9485 directly.
9486 * ui-file.c (tee_file::tee_file): Remove bools.
9487 (tee_file::~tee_file): Remove deletes.
9488 * ui-file.h (tee_file): Remove bools.
9489
9490 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
9491
9492 * mi/mi-cmds.h (mi_cmd_complete): New function.
9493 * mi/mi-main.c (mi_cmd_complete): Likewise.
9494 * mi/mi-cmds.c: Define new MI command -complete.
9495 * NEWS: Mention new -complete command.
9496
9497 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
9498
9499 * completer.h (complete): New function.
9500 * completer.c (complete): Likewise.
9501 * cli/cli-cmds.c: (complete_command): Update to use new complete()
9502 function defined in completer.h.
9503
9504 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
9505
9506 * MAINTAINERS (Write After Approval): Add myself.
9507
9508 2019-05-17 Tom de Vries <tdevries@suse.de>
9509
9510 PR gdb/24094
9511 * dwarf2read.c (struct cu_partial_die_info): New struct.
9512 (find_partial_die): Return cu_partial_die_info.
9513 (partial_die_parent_scope, guess_partial_die_structure_name)
9514 (partial_die_info::fixup): Handle new return type of find_partial_die.
9515
9516 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9517
9518 PR breakpoints/24541
9519 * stap-probe.c (stap_parse_register_operand): Make "regname" an
9520 "std::string", simplifying the algorithm.
9521
9522 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9523
9524 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
9525 (stap_static_probe_ops::get_probes): Likewise.
9526
9527 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9528
9529 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
9530 '-')" and "else if".
9531 (stap_parse_single_operand): Join checks for
9532 "gdbarch_stap_parse_special_token_p" and
9533 "gdbarch_stap_parse_special_token" in the same "if" statement.
9534 Invert check when verifying for operation on register
9535 displacement.
9536
9537 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9538
9539 * stap-probe.c (stap_get_opcode): Update comment.
9540 (stap_get_expected_argument_type): Likewise.
9541 (handle_stap_probe): Likewise.
9542
9543 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9544
9545 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
9546 return type to 'bool'. Adjust comment. Use 'bool' when
9547 appropriate.
9548 (i386_stap_parse_special_token_three_arg_disp): Likewise.
9549 * stap-probe.c (stap_parse_argument_1): Likewise.
9550 (stap_is_operator): Likewise.
9551 (stap_is_generic_prefix): Likewise.
9552 (stap_is_register_prefix): Likewise.
9553 (stap_is_register_indirection_prefix): Likewise.
9554 (stap_is_integer_prefix): Likewise.
9555 (stap_generic_check_suffix): Likewise.
9556 (stap_check_integer_suffix): Likewise.
9557 (stap_check_register_suffix): Likewise.
9558 (stap_check_register_indirection_suffix): Likewise.
9559 (stap_parse_register_operand): Likewise.
9560 (stap_parse_single_operand): Likewise.
9561 (stap_parse_argument_1): Likewise.
9562 (stap_probe::get_argument_count): Likewise.
9563 (stap_is_operator): Likewise.
9564
9565 2019-05-16 Tom Tromey <tromey@adacore.com>
9566
9567 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
9568 keyword to foreach.
9569
9570 2019-05-15 Simon Marchi <simon.marchi@efficios.com>
9571
9572 * linux-thread-db.c (try_thread_db_load_1): Change return type
9573 to bool.
9574 (try_thread_db_load): Likewise.
9575 (try_thread_db_load_from_pdir_1): Likewise.
9576 (try_thread_db_load_from_pdir): Likewise.
9577 (try_thread_db_load_from_sdir): Likewise.
9578 (try_thread_db_load_from_dir): Likewise.
9579 (thread_db_load_search): Likewise.
9580 (has_libpthread): Likewise.
9581 (thread_db_load): Likewise.
9582
9583 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
9584
9585 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9586 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
9587 NULL, and complain/return if that's the case.
9588
9589 2019-05-15 John Darrington <john@darrington.wattle.id.au>
9590
9591 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
9592 (advance, posn, abstract_read_memory): New functions.
9593 [struct mem_read_abstraction]: New struct.
9594 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
9595
9596 2019-05-14 Tom Tromey <tromey@adacore.com>
9597
9598 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
9599 value is not lval_memory.
9600
9601 2019-05-14 Tom Tromey <tromey@adacore.com>
9602
9603 * solib.c (info_sharedlibrary_command): Style the file name.
9604
9605 2019-05-14 Alan Hayward <alan.hayward@arm.com>
9606
9607 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
9608 (aarch64_vnv_type): Likewise.
9609 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
9610 * common/tdesc.c: Likewise.
9611 * common/tdesc.h (enum tdesc_type_kind): Likewise.
9612 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
9613 * features/aarch64-fpu.xml: Add ieee half view.
9614 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
9615 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
9616 * gdbtypes.h (struct builtin_type): Likewise.
9617 (struct objfile_type): Likewise.
9618
9619 2019-05-12 Paul Naert <paul.naert@polymtl.ca>
9620
9621 * language.c (language_sniff_from_mangled_name): Fix "langauge"
9622 typo.
9623 * location.h (string_to_event_location): Likewise.
9624
9625 2019-05-11 Joel Brobecker <brobecker@adacore.com>
9626
9627 GDB 8.3 released.
9628
9629 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
9630
9631 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
9632 New variable declaration.
9633 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
9634 New variable.
9635 (print_one_breakpoint): Use ui_out::test_flags and new global
9636 variable to compute use_fixed_output.
9637 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
9638 Remove.
9639 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
9640 (mi_multi_location_breakpoint_output_fixed): Remove.
9641 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
9642 new variable.
9643 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
9644 fix_multi_location_breakpoint_output flag if version >= 3.
9645 * ui-out.h (enum ui_out_flag)
9646 <fix_multi_location_breakpoint_output>: New enumerator.
9647
9648 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
9649
9650 * contrib/cc-with-tweaks.sh: Validate dwz's work.
9651
9652 2019-05-10 Tom Tromey <tromey@adacore.com>
9653
9654 * ada-lang.c (catch_ada_completer): New function.
9655 (_initialize_ada_language): Use it.
9656
9657 2019-05-10 Tom Tromey <tromey@adacore.com>
9658
9659 * thread.c (print_thread_info): Make "requested_threads" const.
9660 * gdbthread.h (print_thread_info): Make "requested_threads"
9661 const.
9662 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
9663 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
9664
9665 2019-05-08 Tom Tromey <tom@tromey.com>
9666
9667 * gdbtypes.c (objfile_type_data): Change type.
9668 (objfile_type, _initialize_gdbtypes): Update.
9669
9670 2019-05-08 Tom Tromey <tom@tromey.com>
9671
9672 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
9673 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
9674 (_initialize_dwarf2_frame): Update.
9675
9676 2019-05-08 Tom Tromey <tom@tromey.com>
9677
9678 * objc-lang.c (objc_objfile_data): Change type.
9679 (find_methods): Update.
9680 (_initialize_objc_lang): Remove.
9681
9682 2019-05-08 Tom Tromey <tom@tromey.com>
9683
9684 * stabsread.c (rs6000_builtin_type_data): Change type.
9685 (rs6000_builtin_type, _initialize_stabsread): Update.
9686
9687 2019-05-08 Tom Tromey <tom@tromey.com>
9688
9689 * mips-tdep.c (mips_pdr_data): Remove.
9690 (_initialize_mips_tdep): Update.
9691
9692 2019-05-08 Tom Tromey <tom@tromey.com>
9693
9694 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
9695 (hppa_init_objfile_priv_data, read_unwind_info)
9696 (find_unwind_entry, _initialize_hppa_tdep): Update.
9697
9698 2019-05-08 Tom Tromey <tom@tromey.com>
9699
9700 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
9701 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
9702 on obstack.
9703 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
9704
9705 2019-05-08 Tom Tromey <tom@tromey.com>
9706
9707 * mdebugread.c (basic_type_data): Change type.
9708 (basic_type, _initialize_mdebugread): Update.
9709
9710 2019-05-08 Tom Tromey <tom@tromey.com>
9711
9712 * common/gdb_unique_ptr.h (struct noop_deleter): New.
9713
9714 2019-05-08 Tom Tromey <tom@tromey.com>
9715
9716 * nto-tdep.c (nto_inferior_data_reg): Change type.
9717 (nto_inferior_data): Update.
9718 (nto_inferior_data_cleanup, nto_new_inferior_data)
9719 (_initialize_nto_tdep): Remove.
9720 * nto-tdep.h (struct nto_inferior_data): Add initializers.
9721
9722 2019-05-08 Tom Tromey <tom@tromey.com>
9723
9724 * ada-lang.c (struct ada_inferior_data): Add initializers.
9725 (ada_inferior_data): Change type.
9726 (ada_inferior_data_cleanup): Remove.
9727 (get_ada_inferior_data, ada_inferior_exit)
9728 (struct ada_pspace_data): Add initializers, destructor.
9729 (ada_pspace_data_handle): Change type.
9730 (get_ada_pspace_data): Update.
9731 (ada_pspace_data_cleanup): Remove.
9732
9733 2019-05-08 Tom Tromey <tom@tromey.com>
9734
9735 * coffread.c (struct coff_symfile_info): Add initializers.
9736 (coff_objfile_data_key): Move lower. Change type.
9737 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
9738 Update.
9739 (coff_free_info): Remove.
9740
9741 2019-05-08 Tom Tromey <tom@tromey.com>
9742
9743 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
9744 (fbsd_pspace_data_handle): Move lower. Change type.
9745 (get_fbsd_pspace_data): Update.
9746 (fbsd_pspace_data_cleanup): Remove.
9747 (_initialize_fbsd_tdep): Update.
9748
9749 2019-05-08 Tom Tromey <tom@tromey.com>
9750
9751 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
9752 (get_ada_tasks_pspace_data): Update.
9753 (ada_tasks_pspace_data_cleanup): Remove.
9754 (_initialize_tasks): Update.
9755 (ada_tasks_inferior_data_handle): Change type.
9756 (get_ada_tasks_inferior_data): Update.
9757 (ada_tasks_inferior_data_cleanup): Remove.
9758 (struct ada_tasks_pspace_data): Add initializers.
9759
9760 2019-05-08 Tom Tromey <tom@tromey.com>
9761
9762 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
9763 * symfile-debug.c (debug_sym_get_probes): Change type.
9764 * stap-probe.c (handle_stap_probe):
9765 (stap_static_probe_ops::get_probes): Change type.
9766 * probe.h (class static_probe_ops) <get_probes>: Change type.
9767 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
9768 (parse_probes_in_pspace): Update.
9769 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
9770 Update.
9771 (any_static_probe_ops::get_probes): Change type.
9772 * elfread.c (elfread_data): New typedef.
9773 (probe_key): Change type.
9774 (elf_get_probes): Likewise. Update.
9775 (probe_key_free): Remove.
9776 (_initialize_elfread): Update.
9777 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
9778 Change type.
9779 (dtrace_process_dof_probe, dtrace_process_dof)
9780 (dtrace_static_probe_ops::get_probe): Change type.
9781
9782 2019-05-08 Tom Tromey <tom@tromey.com>
9783
9784 * xcoffread.c (struct xcoff_symfile_info): Rename from
9785 coff_symfile_info. Add initializers.
9786 (xcoff_objfile_data_key): Move lower. Change type.
9787 (XCOFF_DATA): Rewrite.
9788 (xcoff_free_info): Remove.
9789 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
9790 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
9791 (xcoff_initial_scan): Update.
9792
9793 2019-05-08 Tom Tromey <tom@tromey.com>
9794
9795 * solib-svr4.c (struct svr4_info): Add initializers and
9796 destructor.
9797 <probes_table>: Now an htab_up.
9798 (solib_svr4_pspace_data): Change type.
9799 (free_probes_table): Simplify.
9800 (~svr4_info): Rename from svr4_pspace_data_cleanup.
9801 (get_svr4_info, probes_table_htab_remove_objfile_probes)
9802 (probes_table_remove_objfile_probes, register_solib_event_probe)
9803 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
9804 (_initialize_svr4_solib): Update.
9805
9806 2019-05-08 Tom Tromey <tom@tromey.com>
9807
9808 * remote.c (remote_pspace_data): Change type.
9809 (remote_pspace_data_cleanup): Remove.
9810 (get_remote_exec_file, set_pspace_remote_exec_file)
9811 (_initialize_remote): Update.
9812
9813 2019-05-08 Tom Tromey <tom@tromey.com>
9814
9815 * breakpoint.c (breakpoint_objfile_key): Change type.
9816 (get_breakpoint_objfile_data): Update.
9817 (free_breakpoint_objfile_data): Remove.
9818 (_initialize_breakpoint): Update.
9819
9820 2019-05-08 Tom Tromey <tom@tromey.com>
9821
9822 * linux-tdep.c (struct linux_info): Add initializers.
9823 (linux_inferior_data): Move. Change type.
9824 (invalidate_linux_cache_inf): Update.
9825 (linux_inferior_data_cleanup): Remove.
9826 (get_linux_inferior_data, _initialize_linux_tdep): Update.
9827
9828 2019-05-08 Tom Tromey <tom@tromey.com>
9829
9830 * auxv.c (auxv_inferior_data): Move. Change type.
9831 (auxv_inferior_data_cleanup): Remove.
9832 (invalidate_auxv_cache_inf): Rewrite.
9833 (get_auxv_inferior_data, _initialize_auxv): Update.
9834
9835 2019-05-08 Tom Tromey <tom@tromey.com>
9836
9837 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
9838 (symfile_debug_objfile_data_key): Change type.
9839 (symfile_debug_installed, debug_qf_has_symbols)
9840 (debug_qf_find_last_source_symtab)
9841 (debug_qf_forget_cached_source_info)
9842 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
9843 (debug_qf_print_stats, debug_qf_dump)
9844 (debug_qf_expand_symtabs_for_function)
9845 (debug_qf_expand_all_symtabs)
9846 (debug_qf_expand_symtabs_with_fullname)
9847 (debug_qf_map_matching_symbols)
9848 (debug_qf_expand_symtabs_matching)
9849 (debug_qf_find_pc_sect_compunit_symtab)
9850 (debug_qf_map_symbol_filenames)
9851 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
9852 (debug_sym_new_init, debug_sym_init, debug_sym_read)
9853 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
9854 (debug_sym_read_linetable, debug_sym_relocate): Update.
9855 (symfile_debug_free_objfile): Remove.
9856 (install_symfile_debug_logging, _initialize_symfile_debug):
9857 Update.
9858
9859 2019-05-08 Tom Tromey <tom@tromey.com>
9860
9861 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
9862 allocate_on_obstack.
9863 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
9864 (get_dwarf2_per_objfile): Update.
9865 (set_dwarf2_per_objfile): Remove.
9866 (dwarf2_has_info, dwarf2_get_section_info): Update.
9867 (dwarf2_free_objfile): Remove.
9868 (_initialize_dwarf2_read): Update.
9869
9870 2019-05-08 Tom Tromey <tom@tromey.com>
9871
9872 * auto-load.c (struct auto_load_pspace_info): Add destructor and
9873 initializers.
9874 <unsupported_script_warning_printed,
9875 script_not_found_warning_printed>: Now bool.
9876 (auto_load_pspace_data): Change type.
9877 (~auto_load_pspace_info): Rename from
9878 auto_load_pspace_data_cleanup.
9879 (get_auto_load_pspace_data, init_loaded_scripts_info)
9880 (clear_section_scripts, maybe_print_unsupported_script_warning)
9881 (maybe_print_script_not_found_warning, _initialize_auto_load):
9882 Update.
9883
9884 2019-05-08 Tom Tromey <tom@tromey.com>
9885
9886 * objfiles.c (objfile_pspace_info): Add destructor and
9887 initializers.
9888 (objfiles_pspace_data): Change type.
9889 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
9890 (get_objfile_pspace_data): Update.
9891 (objfiles_bfd_data): Change type.
9892 (get_objfile_bfd_data): Update.
9893 (objfile_bfd_data_free, _initialize_objfiles): Remove.
9894
9895 2019-05-08 Tom Tromey <tom@tromey.com>
9896
9897 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
9898 Change type.
9899 (get_catch_syscall_inferior_data): Update.
9900 (catch_syscall_inferior_data_cleanup): Remove.
9901 (_initialize_break_catch_syscall): Update.
9902
9903 2019-05-08 Tom Tromey <tom@tromey.com>
9904
9905 * inflow.c (struct terminal_info): Add destructor and
9906 initializers.
9907 (inflow_inferior_data): Change type.
9908 (~terminal_info): Rename from inflow_inferior_data_cleanup.
9909 (get_inflow_inferior_data, inflow_inferior_exit)
9910 (swap_terminal_info, _initialize_inflow): Update.
9911
9912 2019-05-08 Tom Tromey <tom@tromey.com>
9913
9914 * target-dcache.c (target_dcache_cleanup): Remove.
9915 (target_dcache_aspace_key): Change type.
9916 (target_dcache_init_p, target_dcache_invalidate)
9917 (target_dcache_get, target_dcache_get_or_init)
9918 (_initialize_target_dcache): Update.
9919 * dcache.h (struct dcache_deleter): New.
9920
9921 2019-05-08 Tom Tromey <tom@tromey.com>
9922
9923 * symtab.c (struct symbol_cache): Add destructor and
9924 initializers.
9925 (symbol_cache_key): Move. Change type.
9926 (make_symbol_cache, free_symbol_cache): Remove.
9927 (get_symbol_cache): Update.
9928 (symbol_cache_cleanup): Remove.
9929 (ALL_PSPACES, symbol_cache_flush)
9930 (maintenance_print_symbol_cache)
9931 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
9932 Update.
9933
9934 2019-05-08 Tom Tromey <tom@tromey.com>
9935
9936 * symtab.c (struct main_info): Add destructor and initializers.
9937 (main_progspace_key): Move. Change type.
9938 (get_main_info): Update.
9939 (main_info_cleanup): Remove.
9940 (_initialize_symtab): Update.
9941
9942 2019-05-08 Tom Tromey <tom@tromey.com>
9943
9944 * registry.h (DECLARE_REGISTRY): Define the _key class.
9945
9946 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9947
9948 * NEWS: Merge two 'New commands' sections.
9949
9950 2019-05-08 Joel Brobecker <brobecker@adacore.com>
9951
9952 * ada-valprint.c (ada_val_print_gnat_array): Remove language
9953 parameter and use Ada language definition instead.
9954 (ada_val_print_ptr): Remove unused language parameter.
9955 (ada_val_print_num): Remove language parameter and use Ada language
9956 definition instead.
9957 (ada_val_print_enum, ada_val_print_flt): Remove unused language
9958 parameter.
9959 (ada_val_print_struct_union, ada_val_print_ref): Remove language
9960 parameter and use Ada language definition instead.
9961 (ada_val_print_1): Update all ada_val_print_xxx calls.
9962 Remove language parameter.
9963 (ada_val_print): Update ada_val_print_1 call.
9964
9965 2019-05-08 Tom Tromey <tromey@adacore.com>
9966
9967 * remote.c (remote_hw_watchpoint_limit)
9968 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
9969 Now static.
9970
9971 2019-05-08 Tom Tromey <tromey@adacore.com>
9972
9973 * maint.c (_initialize_maint_cmds): Move initialization code to
9974 remote.c.
9975 (watchdog, show_watchdog): Move to remote.c.
9976 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
9977 "watchdog" static.
9978 (_initialize_remote): Move initialization code from maint.c.
9979 * defs.h (watchdog): Don't declare.
9980
9981 2019-05-08 Tom Tromey <tromey@adacore.com>
9982
9983 * tui/tui-interp.c: Include main.h.
9984 * interps.c: Include main.h.
9985 * main.h (interpreter_p): Declare.
9986 * defs.h (interpreter_p): Don't declare.
9987
9988 2019-05-08 Tom Tromey <tromey@adacore.com>
9989
9990 * dwarf2loc.c: Include dwarf2read.h.
9991 * defs.h (read_unsigned_leb128): Don't declare.
9992 * dwarf2read.h (read_unsigned_leb128): Declare.
9993
9994 2019-05-08 Tom Tromey <tromey@adacore.com>
9995
9996 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
9997 method.
9998
9999 2019-05-08 Tom Tromey <tromey@adacore.com>
10000
10001 * utils.c (fputs_maybe_filtered): Reset style after paging, even
10002 when no wrap column is set.
10003
10004 2019-05-08 Tom Tromey <tromey@adacore.com>
10005
10006 * c-lang.c (c_get_string): Handle non-C-style arrays.
10007
10008 2019-05-08 Tom Tromey <tromey@adacore.com>
10009
10010 * typeprint.c (print_offset_data::update): Print the bit offset,
10011 not the number of bits remaining.
10012
10013 2019-05-08 Tom Tromey <tromey@adacore.com>
10014
10015 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
10016 padding at end of comment.
10017
10018 2019-05-08 Tom Tromey <tromey@adacore.com>
10019
10020 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
10021 Compare main types.
10022
10023 2019-05-06 Tom Tromey <tom@tromey.com>
10024
10025 * common/scoped_mmap.c: Include common-defs.h.
10026 * common/scoped_mmap.h: Don't include config.h.
10027
10028 2019-05-04 Tom Tromey <tom@tromey.com>
10029
10030 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
10031 (struct aarch64_call_info): Add initializers.
10032 <si>: Now a std::vector.
10033 (pass_on_stack, aarch64_push_dummy_call): Update.
10034
10035 2019-05-04 Simon Marchi <simon.marchi@efficios.com>
10036 Tom Tromey <tom@tromey.com>
10037
10038 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
10039 (ppc_threads): Now a std::vector. Now static.
10040 (hwdebug_find_thread_points_by_tid)
10041 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
10042 Update.
10043
10044 2019-05-04 Tom Tromey <tom@tromey.com>
10045
10046 * arc-tdep.c (arc_tdesc_init): Return bool.
10047
10048 2019-05-04 Tom Tromey <tom@tromey.com>
10049
10050 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
10051 Use gdb_assert_not_reached.
10052
10053 2019-05-04 Tom Tromey <tom@tromey.com>
10054
10055 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
10056 "false".
10057
10058 2019-05-04 Tom Tromey <tom@tromey.com>
10059
10060 * arc-tdep.c (arc_tdesc_init): Use bool.
10061
10062 2019-05-04 Tom Tromey <tom@tromey.com>
10063
10064 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
10065
10066 2019-05-04 Tom Tromey <tom@tromey.com>
10067
10068 * cli/cli-cmds.c (valid_command_p): Return bool.
10069
10070 2019-05-04 Tom Tromey <tom@tromey.com>
10071
10072 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
10073 * command.h (valid_user_defined_cmd_name_p): Channge return type.
10074
10075 2019-05-04 Raul Tambre <raul@tambre.ee>
10076
10077 * python/lib/gdb/prompt.py (_ExtendedPrompt)
10078 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
10079 operator for comparison.
10080
10081 2019-05-04 Tom Tromey <tom@tromey.com>
10082
10083 * psymtab.c (psymbol_name_matches, match_partial_symbol)
10084 (lookup_partial_symbol, print_partial_symbols)
10085 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
10086 (psymbol_compare): Update.
10087 (add_psymbol_to_bcache): Clear the entire psymbol.
10088 (maintenance_check_psymtabs): Update.
10089 * psympriv.h (struct partial_symbol): Don't derive from
10090 general_symbol_info.
10091 <obj_section, unrelocated_address, address,
10092 set_unrelocated_address>: Update.
10093 <ginfo>: New member.
10094 * dwarf-index-write.c (write_psymbols, debug_names::insert)
10095 (debug_names::write_psymbols): Update.
10096
10097 2019-05-04 Tom de Vries <tdevries@suse.de>
10098
10099 * contrib/cc-with-tweaks.sh: Support -n arg.
10100
10101 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10102
10103 * corelow.c (core_target::detach): Ensure frame cache and
10104 register caches are cleared.
10105 inferior.c (exit_inferior_1): Likewise.
10106
10107 2019-05-03 Sandra Loosemore <sandra@codesourcery.com>
10108 Tom Tromey <tom@tromey.com>
10109
10110 * dictionary.c (collate_pending_symbols_by_language): Remove
10111 "struct" from foreach.
10112 * symtab.c (lookup_global_symbol_from_objfile)
10113 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
10114 foreach.
10115 * ser-tcp.c (net_open): Remove "struct" from foreach.
10116 * objfiles.c (objfile_relocate, objfile_rebase)
10117 (objfile_has_symbols): Remove "struct" from foreach.
10118 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
10119 from foreach.
10120 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
10121 foreach.
10122 * darwin-nat.c (thread_info_from_private_thread_info): Remove
10123 "struct" from foreach.
10124 * ada-lang.c (create_excep_cond_exprs)
10125 (ada_exception_catchpoint_cond_string): Remove "struct" from
10126 foreach.
10127
10128 2019-05-03 Tom Tromey <tromey@adacore.com>
10129
10130 * ada-exp.y (convert_char_literal): Check suffix of each
10131 enumerator.
10132
10133 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
10134
10135 PR ada/21406:
10136 * ada-exp.y (yywrap): Don't define.
10137 * ada-lex.l (%option): Add noyywrap
10138 (yywrap): Remove.
10139
10140 2019-05-03 Eli Zaretskii <eliz@gnu.org>
10141
10142 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
10143 _WIN32_WINNT to the XP level, unless already defined to a higher
10144 level.
10145
10146 * unittests/parse-connection-spec-selftests.c:
10147 * ser-tcp.c:
10148 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
10149 override.
10150
10151 * symfile.c (find_separate_debug_file): Remove colon from the
10152 drive spec of DOS/Windows file names of the target, so that the
10153 file name produced from DEBUGDIR and the target's directory will
10154 be valid on DOS/Windows systems.
10155
10156 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
10157
10158 * rust-lang.c (val_print_struct): Handle printing structures
10159 containing strings.
10160
10161 2019-05-02 Tom Tromey <tromey@adacore.com>
10162
10163 * valarith.c (_initialize_valarith): Remove.
10164
10165 2019-05-01 Tom Tromey <tromey@adacore.com>
10166
10167 * ada-lang.c (ada_value_primitive_field): Treat more fields as
10168 bitfields.
10169
10170 2019-05-01 Tom Tromey <tromey@adacore.com>
10171
10172 * ada-lang.c (ada_value_assign): Correctly compute starting offset
10173 for big-endian copies.
10174
10175 2019-04-30 Ali Tamur <tamur@google.com>
10176 * gdb/dwarf2read.c (read_3_bytes): New declaration.
10177 (read_attribute_value): Added DW_FORM_strx1-4 cases.
10178 (read_3_bytes): New function.
10179
10180 2019-04-30 Joel Brobecker <brobecker@adacore.com>
10181
10182 * windows-nat.c (main_thread_id): Delete.
10183 (handle_output_debug_string): Replace main_thread_id by
10184 current_event.dwThreadId.
10185 (fake_create_process): Likewise.
10186 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
10187 Do not set main_thread_id.
10188 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
10189 current_event.dwThreadId.
10190 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
10191
10192 2019-04-30 Joel Brobecker <brobecker@adacore.com>
10193
10194 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
10195 Use current_event.dwThreadId instead of main_thread_id.
10196
10197 2019-04-30 Tom Tromey <tromey@adacore.com>
10198
10199 * ada-lang.c (ada_lookup_simple_minsyms): New function.
10200 (create_excep_cond_exprs): Iterate over program spaces.
10201 (ada_exception_catchpoint_cond_string): Examine all minimal
10202 symbols for exception types.
10203
10204 2019-04-30 Tom Tromey <tromey@adacore.com>
10205
10206 PR c++/24470:
10207 * dwarf2read.c (process_structure_scope): Handle case where type
10208 has template parameters but no symbol was created.
10209
10210 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10211 Chris January <chris.january@arm.com>
10212
10213 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
10214 qualifier.
10215 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
10216
10217 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10218
10219 * f-typeprint.c (f_print_type): Update rules for printing
10220 whitespace.
10221 (f_type_print_varspec_suffix): Likewise.
10222
10223 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10224 Chris January <chris.january@arm.com>
10225
10226 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
10227 function arguments.
10228
10229 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10230
10231 * f-lang.c (build_fortran_types): Change name of void type to
10232 lower case.
10233 * f-typeprint.c (f_type_print_base): Print the name of the void
10234 type, rather than a fixed string.
10235 * f-valprint.c (f_decorations): Use lower case void string.
10236
10237 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10238 Chris January <chris.january@arm.com>
10239
10240 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
10241 types for Fortran.
10242
10243 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10244 Chris January <chris.january@arm.com>
10245 David Lecomber <david.lecomber@arm.com>
10246
10247 * f-exp.y (BINOP_INTRINSIC): New token.
10248 (exp): New parser rule handling BINOP_INTRINSIC.
10249 (f77_keywords): Add new builtin procedures.
10250 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
10251 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10252 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
10253 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10254 (print_unop_subexp_f): New function.
10255 (print_binop_subexp_f): New function.
10256 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10257 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10258 (dump_subexp_body_f): Likewise.
10259 (operator_check_f): Likewise.
10260 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10261 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
10262
10263 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10264
10265 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
10266 UNOP_KIND.
10267 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
10268 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
10269 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
10270 (operator_length_f): New fuction.
10271 (print_subexp_f): New function.
10272 (op_name_f): New function.
10273 (dump_subexp_body_f): New function.
10274 (operator_check_f): New function.
10275 (exp_descriptor_f): Replace standard expression handling functions
10276 with new functions.
10277 * gdb/fortran-operator.def: New file.
10278 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
10279 * gdb/std-operator.def: Remove UNOP_KIND.
10280
10281 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10282
10283 * std-operator.def: Remove unbalanced, stray double quote
10284 character.
10285
10286 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10287 Chris January <chris.january@arm.com>
10288 Daniel Everett <daniel.everett@arm.com>
10289 Nick Forrington <nick.forrington@arm.com>
10290 Richard Bunt <richard.bunt@arm.com>
10291
10292 * cp-valprint.c (cp_print_value_fields): Allow an additional level
10293 of depth when printing anonymous structs or unions.
10294 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
10295 Don't print either the top-level value, or the children if the
10296 max-depth is exceeded.
10297 (ppscm_print_children): When printing the key of a map, allow one
10298 extra level of depth.
10299 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
10300 print either the top-level value, or the children if the max-depth
10301 is exceeded.
10302 (print_children): When printing the key of a map, allow one extra
10303 level of depth.
10304 * python/py-value.c (valpy_format_string): Add max_depth keyword.
10305 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
10306 (user_print_options): Initialise max_depth field.
10307 (val_print_scalar_or_string_type_p): New function.
10308 (val_print): Check to see if the max depth has been reached.
10309 (val_print_check_max_depth): Define new function.
10310 (show_print_max_depth): New function.
10311 (_initialize_valprint): Add 'print max-depth' option.
10312 * valprint.h (struct value_print_options) <max_depth>: New field.
10313 (val_print_check_max_depth): Declare new function.
10314 * NEWS: Document new feature.
10315
10316 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10317
10318 * ada-lang.c (ada_language_defn): Initialise new field.
10319 * c-lang.c (c_is_string_type_p): New function.
10320 (c_language_defn): Initialise new field.
10321 (cplus_language_defn): Initialise new field.
10322 (asm_language_defn): Initialise new field.
10323 (minimal_language_defn): Initialise new field.
10324 * c-lang.h (c_is_string_type_p): Declare new function.
10325 * d-lang.c (d_language_defn): Initialise new field.
10326 * f-lang.c (f_is_string_type_p): New function.
10327 (f_language_defn): Initialise new field.
10328 * go-lang.c (go_is_string_type_p): New function.
10329 (go_language_defn): Initialise new field.
10330 * language.c (default_is_string_type_p): New function.
10331 (unknown_language_defn): Initialise new field.
10332 (auto_language_defn): Initialise new field.
10333 * language.h (struct language_defn) <la_is_string_type_p>: New
10334 member variable.
10335 (default_is_string_type_p): Declare new function.
10336 * m2-lang.c (m2_language_defn): Initialise new field.
10337 * objc-lang.c (objc_language_defn): Initialise new field.
10338 * opencl-lang.c (opencl_language_defn): Initialise new field.
10339 * p-lang.c (pascal_is_string_type_p): New function.
10340 (pascal_language_defn): Initialise new field.
10341 * rust-lang.c (rust_is_string_type_p): New function.
10342 (rust_language_defn): Initialise new field.
10343
10344 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10345
10346 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
10347 New field.
10348 * ada-lang.c (ada_language_defn): Initialise new field.
10349 * c-lang.c (c_language_defn): Likewise.
10350 (cplus_language_defn): Likewise.
10351 (asm_language_defn): Likewise.
10352 (minimal_language_defn): Likewise.
10353 * d-lang.c (d_language_defn): Likewise.
10354 * f-lang.c (f_language_defn): Likewise.
10355 * go-lang.c (go_language_defn): Likewise.
10356 * language.c (unknown_language_defn): Likewise.
10357 (auto_language_defn): Likewise.
10358 * m2-lang.c (m2_language_defn): Likewise.
10359 * objc-lang.c (objc_language_defn): Likewise.
10360 * opencl-lang.c (opencl_language_defn): Likewise.
10361 * p-lang.c (pascal_language_defn): Likewise.
10362 * rust-lang.c (rust_language_defn): Likewise.
10363
10364 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10365
10366 * ada-lang.c (ada_is_character_type): Change return type to bool.
10367 (ada_is_string_type): Likewise.
10368 * ada-lang.h (ada_is_character_type): Update declaration
10369 (ada_is_string_type): Likewise.
10370
10371 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10372
10373 Support style in 'frame|thread apply'
10374
10375 * gdbcmd.h (execute_command_to_string): New term_out parameter.
10376 * record.c (record_start, record_stop): Update callers of
10377 execute_command_to_string with false.
10378 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
10379 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
10380 methods.
10381 (class string_file): New constructor with term_out parameter.
10382 Override methods term_out and can_emit_style_escape. New member
10383 term_out.
10384 (class stdio_file): Override can_emit_style_escape.
10385 (class tee_file): Override term_out and can_emit_style_escape.
10386 * utils.h (can_emit_style_escape): Remove.
10387 * utils.c (can_emit_style_escape): Likewise.
10388 Update all callers of can_emit_style_escape (SOMESTREAM) to
10389 SOMESTREAM->can_emit_style_escape.
10390 * source-cache.c (source_cache::get_source_lines): Likewise.
10391 * stack.c (frame_apply_command_count): Call execute_command_to_string
10392 passing the term_out characteristic of the current gdb_stdout.
10393 * thread.c (thr_try_catch_cmd): Likewise.
10394 * top.c (execute_command_to_string): pass term_out parameter
10395 to construct the string_file for the command output.
10396 * ui-file.c (term_cli_styling): New function (most code moved
10397 from utils.c can_emit_style_escape).
10398 (string_file::string_file, string_file::can_emit_style_escape,
10399 stdio_file::can_emit_style_escape, tee_file::term_out,
10400 tee_file::can_emit_style_escape): New functions.
10401
10402 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10403
10404 * NEWS: Mention the new set|show may-call-functions.
10405 * infcall.c (may_call_functions_p): New variable.
10406 (show_may_call_functions_p): New function.
10407 (call_function_by_hand_dummy): Throws an error if not
10408 may-call-functions.
10409 (_initialize_infcall): Call add_setshow_boolean_cmd for
10410 may-call-functions.
10411
10412 2019-04-25 Keith Seitz <keiths@redhat.com>
10413
10414 PR c++/24367
10415 * cp-support.c (inspect_type): Don't attempt substitutions
10416 of symbol with the same name.
10417
10418 2019-04-25 Tom Tromey <tromey@adacore.com>
10419
10420 PR gdb/24475:
10421 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
10422 static.
10423
10424 2019-04-25 Tom Tromey <tromey@adacore.com>
10425
10426 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
10427 rvalue reference.
10428 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
10429 (gdb_xml_parser::parse): Use std::move.
10430 * python/python-internal.h (gdbpy_convert_exception): Take a const
10431 reference.
10432 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
10433 std::move.
10434 * python/py-utils.c (gdbpy_convert_exception): Take a const
10435 reference.
10436 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10437 Use std::move.
10438 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10439 Use std::move.
10440 * mi/mi-main.c (mi_print_exception): Take a const reference.
10441 * main.c (handle_command_errors): Take a const reference.
10442 * linespec.c (parse_linespec): Use std::move.
10443 * infcall.c (run_inferior_call): Use std::move.
10444 (call_function_by_hand_dummy): Use std::move.
10445 * exec.c (try_open_exec_file): Use std::move.
10446 * exceptions.h (exception_print, exception_fprintf)
10447 (exception_print_same): Update.
10448 * exceptions.c (print_exception, exception_print)
10449 (exception_fprintf, exception_print_same): Change parameters to
10450 const reference.
10451 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
10452 * common/new-op.c: Use std::move.
10453 * common/common-exceptions.h (struct gdb_exception): Add move
10454 constructor.
10455 (struct gdb_exception_error, struct gdb_exception_quit, struct
10456 gdb_quit_bad_alloc): Change constructor to move constructor.
10457 (throw_exception): Change parameter to rvalue reference.
10458 * common/common-exceptions.c (throw_exception): Take rvalue
10459 reference.
10460 * cli/cli-interp.c (safe_execute_command): Use std::move.
10461 * breakpoint.c (insert_bp_location, location_to_sals): Use
10462 std::move.
10463
10464 2019-04-25 Tom Tromey <tromey@adacore.com>
10465
10466 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
10467 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
10468 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
10469 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
10470 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
10471 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
10472 guile/scm-value.c: Use unpack.
10473 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
10474 gdbscm_gdb_exception.
10475 (gdbscm_throw_gdb_exception): Likewise.
10476 (struct gdbscm_gdb_exception): New.
10477 (unpack): New function.
10478 (gdbscm_wrap): Use unpack.
10479
10480 2019-04-25 Tom Tromey <tromey@adacore.com>
10481
10482 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10483 (gdb_rl_callback_handler): Use std::move.
10484 * common/common-exceptions.h (struct gdb_exception): Add move
10485 assignment operator.
10486 (throw_exception_sjlj): Change "exception" to const reference.
10487 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
10488 (throw_exception_sjlj): Change "exception" to const reference.
10489
10490 2019-04-25 Tom Tromey <tromey@adacore.com>
10491
10492 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
10493 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
10494 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10495 Update.
10496 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10497 Update.
10498 * mi/mi-interp.c (mi_interp::exec): Update.
10499 * linespec.c (parse_linespec): Update.
10500 * infcall.c (run_inferior_call): Update.
10501 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
10502 * guile/scm-symbol.c (gdbscm_lookup_symbol)
10503 (gdbscm_lookup_global_symbol): Update.
10504 * guile/scm-param.c (gdbscm_parameter_value): Update.
10505 * guile/scm-frame.c (gdbscm_frame_read_register)
10506 (gdbscm_frame_read_var): Update.
10507 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
10508 * exec.c (try_open_exec_file): Update.
10509 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10510 (gdb_rl_callback_handler): Update.
10511 * common/common-exceptions.h (exception_none): Don't declare.
10512 * common/common-exceptions.c (exception_none): Don't define.
10513 (struct catcher) <exception>: Update.
10514 * cli/cli-interp.c (safe_execute_command): Update.
10515 * breakpoint.c (insert_bp_location, location_to_sals): Update.
10516
10517 2019-04-25 Ali Tamur <tamur@google.com>
10518
10519 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
10520 (read_attribute_value): Likewise.
10521 (dwarf2_read_addr_index): Update comment.
10522 (read_str_index): Add DW_FORM_strx.
10523 (dwarf2_string_attr): Likewise.
10524 (dwarf2_const_value_attr): Likewise.
10525 (dump_die_shallow): Likewise.
10526 (dwarf2_fetch_constant_bytes): Likewise.
10527 (skip_form_bytes): Likewise.
10528 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
10529
10530 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
10531
10532 PR corefiles/11608
10533 PR corefiles/18187
10534 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
10535 OFFSET. Verify if current mapping contains an ELF header.
10536 (linux_find_memory_regions_full): Adjust call to
10537 dump_mapping_p.
10538
10539 2019-04-25 Sandra Loosemore <sandra@codesourcery.com>
10540 Kang Li <kanglictf@gmail.com>
10541
10542 PR gdb/21600
10543
10544 * dwarf2-frame.c (read_initial_length): Be consistent about using
10545 unsigned representation of length.
10546 (decode_frame_entry_1): Likewise. Check for wraparound of
10547 end pointer as well as buffer overflow.
10548
10549 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
10550
10551 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
10552 "vq".
10553
10554 2019-04-24 Tom Tromey <tromey@adacore.com>
10555
10556 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
10557
10558 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10559
10560 * s12z-tdep.c (s12z_unwind_pc): Delete.
10561 (s12z_unwind_sp): Delete.
10562 (s12z_gdbarch_init): Don't register deleted functions with
10563 gdbarch.
10564
10565 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10566
10567 * rl78-tdep.c (rl78_unwind_sp): Delete.
10568 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
10569
10570 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10571
10572 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
10573 (xstormy16_unwind_pc): Delete.
10574 (xstormy16_dummy_id): Delete.
10575 (xstormy16_gdbarch_init): Don't register deleted functions with
10576 gdbarch.
10577
10578 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10579
10580 * vax-tdep.c (vax_unwind_pc): Delete.
10581 (vax_gdbarch_init): Don't register deleted function with gdbarch.
10582
10583 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10584
10585 * v850-tdep.c (v850_unwind_sp): Delete.
10586 (v850_unwind_pc): Delete.
10587 (v850_dummy_id): Delete.
10588 (v850_gdbarch_init): Don't register deleted functions with
10589 gdbarch.
10590
10591 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10592
10593 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
10594 (tilegx_unwind_pc): Delete.
10595 (tilegx_unwind_dummy_id): Delete.
10596 (tilegx_gdbarch_init): Don't register deleted functions with
10597 gdbarch.
10598
10599 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10600
10601 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
10602 (tic6x_dummy_id): Delete.
10603 (tic6x_gdbarch_init): Don't register deleted functions with
10604 gdbarch.
10605
10606 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10607
10608 * sparc-tdep.c (sparc_unwind_pc): Delete.
10609 (sparc32_gdbarch_init): Don't register deleted function with
10610 gdbarch.
10611
10612 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10613
10614 * sh-tdep.c (sh_unwind_sp): Delete.
10615 (sh_unwind_pc): Delete.
10616 (sh_dummy_id): Delete.
10617 (sh_gdbarch_init): Don't register deleted functions with
10618 gdbarch.
10619
10620 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10621
10622 * score-tdep.c (score_unwind_sp): Delete.
10623 (score_unwind_pc): Delete.
10624 (score_dummy_id): Delete.
10625 (score_gdbarch_init): Don't register deleted functions with
10626 gdbarch.
10627
10628 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10629
10630 * rx-tdep.c (rx_unwind_pc): Delete.
10631 (rx_unwind_sp): Delete.
10632 (rx_dummy_id): Delete.
10633 (rx_gdbarch_init): Don't register deleted functions with
10634 gdbarch. Update comment.
10635
10636 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10637
10638 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
10639 (rs6000_dummy_id): Delete.
10640 (rs6000_gdbarch_init): Don't register deleted functions with
10641 gdbarch.
10642
10643 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10644
10645 * or1k-tdep.c (or1k_dummy_id): Delete.
10646 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
10647
10648 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10649
10650 * nios2-tdep.c (nios2_dummy_id): Delete.
10651 (nios2_unwind_sp): Delete.
10652 (nios2_gdbarch_init): Don't register deleted functions with
10653 gdbarch.
10654
10655 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10656
10657 * nds32-tdep.c (nds32_dummy_id): Delete.
10658 (nds32_unwind_pc): Delete.
10659 (nds32_unwind_sp): Delete.
10660 (nds32_gdbarch_init): Don't register deleted functions with
10661 gdbarch.
10662
10663 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10664
10665 * msp430-tdep.c (msp430_unwind_pc): Delete.
10666 (msp430_unwind_sp): Delete.
10667 (msp430_dummy_id): Delete.
10668 (msp430_gdbarch_init): Don't register deleted functions with
10669 gdbarch.
10670
10671 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10672
10673 * moxie-tdep.c (moxie_unwind_sp): Delete.
10674 (moxie_unwind_pc): Delete.
10675 (moxie_dummy_id): Delete.
10676 (moxie_gdbarch_init): Don't register deleted functions with
10677 gdbarch.
10678
10679 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10680
10681 * mn10300-tdep.c (mn10300_dummy_id): Delete.
10682 (mn10300_unwind_pc): Delete.
10683 (mn10300_unwind_sp): Delete.
10684 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
10685 mn10300_unwind_sp.
10686 (mn10300_frame_unwind_init): Don't register deleted functions with
10687 gdbarch.
10688
10689 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10690
10691 * mep-tdep.c (mep_unwind_pc): Delete.
10692 (mep_unwind_sp): Delete.
10693 (mep_dummy_id): Delete.
10694 (mep_gdbarch_init): Don't register deleted functions with
10695 gdbarch.
10696
10697 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10698
10699 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
10700 (m68hc11_unwind_sp): Delete.
10701 (m68hc11_gdbarch_init): Don't register deleted functions with
10702 gdbarch.
10703
10704 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10705
10706 * m32r-tdep.c (m32r_unwind_sp): Delete.
10707 (m32r_unwind_pc): Delete.
10708 (m32r_dummy_id): Delete.
10709 (m32r_gdbarch_init): Don't register deleted functions with
10710 gdbarch.
10711
10712 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10713
10714 * m32c-tdep.c (m32c_unwind_pc): Delete.
10715 (m32c_unwind_sp): Delete.
10716 (m32c_dummy_id): Delete.
10717 (m32c_gdbarch_init): Don't register deleted functions with
10718 gdbarch.
10719
10720 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10721
10722 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
10723 (lm32_unwind_pc): Delete.
10724 (lm32_dummy_id): Delete.
10725 (lm32_gdbarch_init): Don't register deleted functions with
10726 gdbarch.
10727
10728 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10729
10730 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
10731 (iq2000_unwind_pc): Delete.
10732 (iq2000_dummy_id): Delete.
10733 (iq2000_gdbarch_init): Don't register deleted functions with
10734 gdbarch.
10735
10736 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10737
10738 * nds32-tdep.c (nds32_type_align): Delete.
10739 (nds32_push_dummy_call): Use type_align instead.
10740
10741 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10742
10743 * arm-tdep.c (arm_type_align): Only handle vector override case.
10744 (arm_push_dummy_call): Use type_align.
10745 (arm_gdbarch_init): Register arm_type_align gdbarch function.
10746
10747 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10748
10749 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
10750 case.
10751 (pass_on_stack): Use type_align.
10752 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
10753 function.
10754
10755 2019-04-23 Tom Tromey <tromey@adacore.com>
10756
10757 * dwarf2read.c (line_header::file_name_at): Remove unused
10758 overload.
10759
10760 2019-04-23 Tom de Vries <tdevries@suse.de>
10761
10762 PR gdb/24438
10763 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
10764 invocation.
10765
10766
10767 2019-03-27 Ali Tamur <tamur@google.com>
10768
10769 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
10770 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
10771 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
10772 (dwarf_expr_context::get_addr_index): Likewise
10773 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
10774 (symbol_needs_eval_context::get_addr_index): Likewise
10775 (disassemble_dwarf_expression): Add DW_OP_addrx
10776 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
10777 (read_cutu_die_from_dwo): Update comment
10778 (skip_one_die): Add DW_FORM_addrx
10779 (read_attribute_value): Likewise
10780 (var_decode_location): Add DW_OP_addrx
10781 (dwarf2_const_value_attr): Add DW_FORM_addrx
10782 (dump_die_shallow): Likewise
10783 (dwarf2_fetch_constant_bytes): Likewise
10784 (decode_locdesc): Add DW_OP_addrx
10785 (skip_form_bytes): Add DW_FORM_addrx
10786
10787 2019-04-22 Ali Tamur <tamur@google.com>
10788
10789 * MAINTAINERS (Write After Approval): Add self.
10790
10791 2019-04-22 Simon Marchi <simon.marchi@efficios.com>
10792
10793 * solib-svr4.c (get_svr4_info): Add pspace parameter.
10794 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
10795 (open_symbol_file_object): Likewise.
10796 (svr4_default_sos): Add info parameter.
10797 (svr4_read_so_list): Likewise.
10798 (svr4_current_sos_direct): Adjust functions calls to pass down
10799 info.
10800 (svr4_current_sos_1): Add info parameter.
10801 (svr4_current_sos): Call get_svr4_info, pass info down to
10802 svr4_current_sos_1.
10803 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
10804 get_svr4_info.
10805 (svr4_in_dynsym_resolve_code): Pass current_program_space to
10806 get_svr4_info.
10807 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
10808 to get_svr4_info.
10809 (probes_table_remove_objfile_probes): Likewise.
10810 (register_solib_event_probe): Add info parameter.
10811 (solist_update_incremental): Pass info parameter down to
10812 svr4_read_so_list.
10813 (disable_probes_interface): Add info parameter.
10814 (svr4_handle_solib_event): Pass current_program_space to
10815 get_svr4_info. Adjust disable_probes_interface cleanup.
10816 (svr4_create_probe_breakpoints): Add info parameter, pass it
10817 down to register_solib_event_probe.
10818 (svr4_create_solib_event_breakpoints): Add info parameter,
10819 pass it down to svr4_create_probe_breakpoints.
10820 (enable_break): Pass info down to
10821 svr4_create_solib_event_breakpoints.
10822 (svr4_solib_create_inferior_hook): Pass current_program_space to
10823 get_svr4_info.
10824 (svr4_clear_solib): Likewise.
10825
10826 2019-04-22 Pedro Alves <palves@redhat.com>
10827
10828 * solib-svr4.c (svr4_free_objfile_observer): New.
10829 (probe_and_action::objfile): New field.
10830 (probes_table_htab_remove_objfile_probes)
10831 (probes_table_remove_objfile_probes): New functions.
10832 (register_solib_event_probe): Add 'objfile' parameter. Store it
10833 in the new probe_and_action. Don't store the probe in 'lookup'.
10834 (svr4_create_probe_breakpoints): Pass objfile to
10835 register_solib_event_probe.
10836 (_initialize_svr4_solib): Register a free_objfile observer.
10837
10838 2019-04-19 Tom Tromey <tom@tromey.com>
10839
10840 * common/queue.h: Remove.
10841
10842 2019-04-19 Tom Tromey <tom@tromey.com>
10843
10844 * event-loop.c: Don't include "common/queue.h".
10845
10846 2019-04-19 Tom Tromey <tom@tromey.com>
10847
10848 * remote.c (remote_target): Use delete.
10849 * remote-notif.h: Include <list>, not "common/queue.h".
10850 (notif_client_p): Remove typedef.
10851 (remote_notif_state): Add constructor, destructor, initializer.
10852 <notif_queue>: Now a std::list.
10853 (remote_notif_state_xfree): Don't declare.
10854 * remote-notif.c (remote_notif_process, handle_notification)
10855 (remote_notif_state_allocate): Update.
10856 (~remote_notif_state): Rename from remote_notif_state_xfree.
10857
10858 2019-04-19 Tom Tromey <tom@tromey.com>
10859
10860 * symfile.c (reread_symbols): Update.
10861 * objfiles.c (objfile_register_static_link)
10862 (objfile_lookup_static_link): Update
10863 (~objfile) Don't delete static_links.
10864 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
10865
10866 2019-04-19 Tom Tromey <tom@tromey.com>
10867
10868 * type-stack.h (struct type_stack) <insert>: Constify string.
10869 * type-stack.c (type_stack::insert): Constify string.
10870 * gdbtypes.h (lookup_template_type): Update.
10871 (address_space_name_to_int): Update.
10872 * gdbtypes.c (address_space_name_to_int): Make space_identifier
10873 const.
10874 (lookup_template_type): Make name const.
10875 * c-exp.y: Update rules.
10876 (lex_one_token, classify_name, classify_inner_name)
10877 (c_print_token): Update.
10878 * p-exp.y: Update rules.
10879 (yylex): Update.
10880 * f-exp.y: Update rules.
10881 (yylex): Update.
10882 * d-exp.y: Update rules.
10883 (lex_one_token, classify_name, classify_inner_name): Update.
10884 * parse.c (write_dollar_variable, copy_name): Return std::string.
10885 * parser-defs.h (copy_name): Change return type.
10886 * m2-exp.y: Update rules.
10887 (yylex): Update.
10888 * go-exp.y (lex_one_token): Update.
10889 Update rules.
10890 (classify_unsafe_function, classify_packaged_name)
10891 (classify_name, yylex): Update.
10892
10893 2019-04-19 Sergei Trofimovich <siarheit@google.com>
10894
10895 * configure.ac: add --enable-source-highlight switch.
10896 * configure: Regenerate.
10897 * top.c (print_gdb_version): plumb --enable-source-highlight
10898 status to "show configuration".
10899
10900 2019-04-19 Tom Tromey <tromey@adacore.com>
10901
10902 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
10903 Check ADA_TYPE_P.
10904 (empty_record, ada_template_to_fixed_record_type_1)
10905 (template_to_static_fixed_type)
10906 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
10907 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
10908 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
10909 macros.
10910
10911 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
10912
10913 PR symtab/24423:
10914 * source.c (print_source_lines_base): Advance "iter" when a
10915 control character is seen.
10916
10917 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10918
10919 * inferior.h (struct infcall_suspend_state_deleter):
10920 Catch exception in destructor to avoid crash.
10921
10922 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10923
10924 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
10925 close to the add_com "shell".
10926
10927 2019-04-18 Tom Tromey <tromey@adacore.com>
10928
10929 * process-stratum-target.h (class process_stratum_target)
10930 <stratum>: Add "final".
10931
10932 2019-04-17 Tom Tromey <tromey@adacore.com>
10933
10934 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
10935 against nullptr before use.
10936
10937 2019-04-17 Alan Hayward <alan.hayward@arm.com>
10938
10939 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
10940
10941 2019-04-17 Jim Wilson <jimw@sifive.com>
10942 Andrew Burgess <andrew.burgess@embecosm.com>
10943
10944 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
10945 code read might fail, assume 4-byte breakpoint in that case.
10946
10947 2019-04-15 Leszek Swirski <leszeks@google.com>
10948
10949 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
10950 rather than a hand-rolled POD check when checking for forced MEMORY
10951 classification.
10952
10953 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10954
10955 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
10956 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
10957 function.
10958 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
10959 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
10960 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
10961 declaration.
10962
10963 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10964
10965 * aarch64-linux-nat.c
10966 (aarch64_linux_nat_target::thread_architecture): Add override.
10967 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
10968 each VQ.
10969
10970 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10971
10972 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
10973
10974 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
10975
10976 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
10977 target types of size 96-bits, add some additional comments, and
10978 check that the builtin type we found was the correct size.
10979
10980 2019-04-12 Eli Zaretskii <eliz@gnu.org>
10981
10982 * utils.c (prompt_for_continue): Don't restore the styling at the
10983 end, as applied_style has the wrong value. This fixes styling in
10984 long lists of file names that are interrupted by the "Continue?"
10985 prompt.
10986
10987 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
10988
10989 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
10990 * c-lang.c (c_language_defn): Likewise.
10991 (cplus_language_defn): Likewise.
10992 (asm_language_defn): Likewise.
10993 (minimal_language_defn): Likewise.
10994 * d-lang.c (d_language_defn): Likewise.
10995 * f-lang.c (f_language_defn): Likewise.
10996 * go-lang.c (go_language_defn): Likewise.
10997 * language.c (unknown_language_defn): Likewise.
10998 (auto_language_defn): Likewise.
10999 * language.h (struct language_defn): Remove la_magic field.
11000 (LANG_MAGIC): Delete.
11001 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
11002 * objc-lang.c (objc_language_defn): Likewise.
11003 * opencl-lang.c (opencl_language_defn): Likewise.
11004 * p-lang.c (pascal_language_defn): Likewise.
11005 * rust-lang.c (rust_language_defn): Likewise.
11006
11007 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
11008
11009 * riscv-tdep.c (riscv_type_align): New function.
11010 (riscv_type_alignment): Delete.
11011 (riscv_arg_location): Use 'type_align'.
11012 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
11013
11014 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
11015
11016 * gdbtypes.c (type_align): A struct with no non-static fields also
11017 has alignment of 1.
11018
11019 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
11020
11021 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
11022 component to 0.
11023 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
11024 member.
11025 (riscv_struct_info::analyse): New implementation using new
11026 analyse_inner member function.
11027 (riscv_struct_info::field_offset): New member function.
11028 (riscv_struct_info::m_offsets): New member variable.
11029 (riscv_struct_info::analyse_inner): New private member function,
11030 takes the old implementation of riscv_struct_info::analyse but
11031 extended to track field offsets.
11032 (riscv_call_arg_struct): Update the struct folding special cases
11033 to handle cases where empty C++ structs, which are non-zero
11034 length, are found.
11035 (riscv_arg_location): Initialise the length of each location, a
11036 non-zero length now indicates the location is in use.
11037 (riscv_push_dummy_call): Allow for the first location having a
11038 non-zero offset when setting up arguments.
11039 (riscv_return_value): Likewise, but for return values.
11040
11041 2019-04-11 Tom Tromey <tromey@adacore.com>
11042
11043 * utils.c (internal_vproblem): Make "msg" const.
11044
11045 2019-04-11 Alan Hayward <alan.hayward@arm.com>
11046
11047 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
11048 * trad-frame.c (trad_frame_reset_saved_regs): New function.
11049 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
11050 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
11051
11052 2019-04-10 Kevin Buettner <kevinb@redhat.com>
11053
11054 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
11055 function.
11056 (fill_gregset): Call amd64_linux_collect_native_gregset instead
11057 of amd64_collect_native_gregset.
11058 (amd64_linux_nat_target::store_registers): Likewise.
11059
11060 2019-04-10 Tom Tromey <tom@tromey.com>
11061
11062 * symtab.c (lookup_global_symbol_from_objfile)
11063 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
11064 * objfiles.h (class separate_debug_iterator): New.
11065 (class separate_debug_range): New.
11066 (struct objfile) <separate_debug_objfiles>: New method.
11067 (objfile_separate_debug_iterate): Don't declare.
11068 * objfiles.c (separate_debug_iterator::operator++): Rename from
11069 objfile_separate_debug_iterate.
11070 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
11071 iterator.
11072 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
11073 iterator.
11074
11075 2019-04-10 Tom Tromey <tom@tromey.com>
11076
11077 * symfile.c (reread_symbols): Remove old comment.
11078 * objfiles.c (free_all_objfiles): Fix a typo.
11079
11080 2019-04-10 Tom Tromey <tom@tromey.com>
11081
11082 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
11083 * minsyms.c (lookup_minimal_symbol): Use foreach.
11084 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
11085 (lookup_minimal_symbol_solib_trampoline): Likewise.
11086 * symfile.c (reread_symbols): Use foreach.
11087
11088 2019-04-09 Ivan Begert <ivanbegert@gmail.com>
11089 Tom Tromey <tromey@adacore.com>
11090
11091 PR rust/24414:
11092 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
11093 (rust_lex_int_test): Change "value" to be LONGEST.
11094 (rust_lex_tests): Add test for long integer literal.
11095
11096 2019-04-09 Tom Tromey <tromey@adacore.com>
11097
11098 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
11099 to bool.
11100 (extended_remote_target::attach): Update.
11101 (remote_target::remote_notice_new_inferior): Update.
11102 (remote_target::add_current_inferior_and_thread): Update.
11103 * inferior.c (exit_inferior_1): Use "false".
11104 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
11105
11106 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
11107
11108 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
11109 the "start" command.
11110
11111 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11112
11113 * python/py-inferior.c (infpy_thread_from_thread_handle):
11114 Adjust comments to reflect renaming of thread_from_thread_handle
11115 to thread_from_handle. Adjust keywords. Fix type error message.
11116 (inferior_object_methods): Add thread_from_handle. Retain
11117 thread_from_thread_handle, but mark it as deprecated.
11118
11119 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11120
11121 * gdbthread.h (find_thread_by_handle): Revise declaration.
11122 * thread.c (find_thread_by_handle): Likewise. Adjust
11123 implementation too.
11124 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
11125 support for buffer objects as handles.
11126
11127 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11128
11129 * python/py-infthread.c (thpy_thread_handle): New function.
11130 (thread_object_methods): Register thpy_thread_handle.
11131
11132 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11133
11134 * gdbthread.h (thread_to_thread_handle): Declare.
11135 * thread.c (gdbtypes.h): Include.
11136 (thread_to_thread_handle): New function.
11137
11138 * target.h (struct target_ops): Add thread_info_to_thread_handle.
11139 (target_thread_info_to_thread_handle): Declare.
11140 * target.c (target_thread_info_to_thread_handle): New function.
11141 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
11142 * target-delegates.c: Regenerate.
11143
11144 * linux-thread-db.c (class thread_db_target): Add method
11145 thread_info_to_thread_handle.
11146 (thread_db_target::thread_info_to_thread_handle): Define.
11147 * remote.c (class remote_target): Add new method
11148 thread_info_to_thread_handle.
11149 (remote_target::thread_info_to_thread_handle): Define.
11150
11151 2019-04-08 Pedro Alves <palves@redhat.com>
11152
11153 * common/common-exceptions.c (throw_exception): Don't create
11154 named object to throw; throw directly.
11155 (throw_it): Likewise. Don't initialize gdb_exception::message
11156 here, with new; pass FMT and AP to the ctor instead.
11157 * common/common-exceptions.h: Include <string>.
11158 (gdb_exception::gdb_exception(enum return_reason, enum errors,
11159 const char *, va_list)): New ctor. Use std::make_shared.
11160 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
11161 errors)): Delete.
11162 (gdb_exception_error::gdb_exception_error(enum errors, const char
11163 *, va_list)): New.
11164 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
11165 Add assertion.
11166 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
11167 errors)): Delete.
11168 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
11169 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
11170 Add assertion.
11171
11172 2019-04-08 Tom Tromey <tom@tromey.com>
11173
11174 * valops.c (value_rtti_indirect_type): Replace throw_exception
11175 with throw.
11176 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
11177 with throw.
11178 * thread.c (thr_try_catch_cmd): Replace throw_exception with
11179 throw.
11180 * target.c (target_translate_tls_address): Replace throw_exception
11181 with throw.
11182 * stack.c (frame_apply_command_count): Replace throw_exception
11183 with throw.
11184 * solib-spu.c (append_ocl_sos): Replace throw_exception with
11185 throw.
11186 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
11187 with throw.
11188 * rs6000-tdep.c (rs6000_frame_cache)
11189 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
11190 * remote.c: Replace throw_exception with throw.
11191 * record-full.c (record_full_message, record_full_wait_1)
11192 (record_full_restore): Replace throw_exception with throw.
11193 * record-btrace.c:
11194 (get_thread_current_frame_id, record_btrace_start_replaying)
11195 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
11196 (cmd_record_btrace_start): Replace throw_exception with throw.
11197 * parse.c (parse_exp_in_context_1): Replace throw_exception with
11198 throw.
11199 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
11200 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
11201 * linespec.c:
11202 (find_linespec_symbols): Replace throw_exception with throw.
11203 * infrun.c (displaced_step_prepare, resume): Replace
11204 throw_exception with throw.
11205 * infcmd.c (post_create_inferior): Replace throw_exception with
11206 throw.
11207 * inf-loop.c (inferior_event_handler): Replace throw_exception
11208 with throw.
11209 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
11210 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
11211 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
11212 (get_prev_frame_always, get_frame_pc_if_available)
11213 (get_frame_address_in_block_if_available, get_frame_language):
11214 Replace throw_exception with throw.
11215 * frame-unwind.c (frame_unwind_try_unwinder): Replace
11216 throw_exception with throw.
11217 * eval.c (fetch_subexp_value, evaluate_var_value)
11218 (evaluate_funcall, evaluate_subexp_standard): Replace
11219 throw_exception with throw.
11220 * dwarf2loc.c (call_site_find_chain)
11221 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
11222 Replace throw_exception with throw.
11223 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
11224 with throw.
11225 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
11226 throw.
11227 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
11228 * completer.c (complete_line_internal): Replace throw_exception
11229 with throw.
11230 * compile/compile-object-run.c (compile_object_run): Replace
11231 throw_exception with throw.
11232 * cli/cli-script.c (process_next_line): Replace throw_exception
11233 with throw.
11234 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
11235 (btrace_enable, btrace_maint_update_pt_packets): Replace
11236 throw_exception with throw.
11237 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
11238 throw_exception with throw.
11239 * break-catch-throw.c (re_set_exception_catchpoint): Replace
11240 throw_exception with throw.
11241 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
11242 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
11243 * aarch64-tdep.c (aarch64_make_prologue_cache)
11244 (aarch64_make_stub_cache): Replace throw_exception with throw.
11245
11246 2019-04-08 Tom Tromey <tom@tromey.com>
11247
11248 * common/common-exceptions.c (throw_exception): Rename from
11249 throw_exception_cxx. Remove old copy. Make argument const.
11250 (throw_it): Create and throw exception objects directly.
11251 * common/common-exceptions.h (throw_exception): Make argument
11252 const.
11253 (struct gdb_exception_error): Add constructor.
11254 (struct gdb_exception_quit): Add constructor.
11255
11256 2019-04-08 Tom Tromey <tom@tromey.com>
11257
11258 * common/common-exceptions.h (exception_rethrow): Don't declare.
11259 (TRY_SJLJ): Update comment.
11260 (TRY, CATCH, END_CATCH): Remove.
11261 * common/common-exceptions.c (exception_rethrow): Remove.
11262
11263 2019-04-08 Tom Tromey <tom@tromey.com>
11264
11265 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
11266 Remove.
11267 (gdb_exception_error): Rename from
11268 gdb_exception_RETURN_MASK_ERROR.
11269 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
11270 (gdb_quit_bad_alloc): Update.
11271 * aarch64-tdep.c: Update.
11272 * ada-lang.c: Update.
11273 * ada-typeprint.c: Update.
11274 * ada-valprint.c: Update.
11275 * amd64-tdep.c: Update.
11276 * arch-utils.c: Update.
11277 * break-catch-throw.c: Update.
11278 * breakpoint.c: Update.
11279 * btrace.c: Update.
11280 * c-varobj.c: Update.
11281 * cli/cli-cmds.c: Update.
11282 * cli/cli-interp.c: Update.
11283 * cli/cli-script.c: Update.
11284 * common/common-exceptions.c: Update.
11285 * common/new-op.c: Update.
11286 * common/selftest.c: Update.
11287 * compile/compile-c-symbols.c: Update.
11288 * compile/compile-cplus-symbols.c: Update.
11289 * compile/compile-object-load.c: Update.
11290 * compile/compile-object-run.c: Update.
11291 * completer.c: Update.
11292 * corelow.c: Update.
11293 * cp-abi.c: Update.
11294 * cp-support.c: Update.
11295 * cp-valprint.c: Update.
11296 * darwin-nat.c: Update.
11297 * disasm-selftests.c: Update.
11298 * dtrace-probe.c: Update.
11299 * dwarf-index-cache.c: Update.
11300 * dwarf-index-write.c: Update.
11301 * dwarf2-frame-tailcall.c: Update.
11302 * dwarf2-frame.c: Update.
11303 * dwarf2loc.c: Update.
11304 * dwarf2read.c: Update.
11305 * eval.c: Update.
11306 * event-loop.c: Update.
11307 * event-top.c: Update.
11308 * exec.c: Update.
11309 * f-valprint.c: Update.
11310 * fbsd-tdep.c: Update.
11311 * frame-unwind.c: Update.
11312 * frame.c: Update.
11313 * gdbtypes.c: Update.
11314 * gnu-v3-abi.c: Update.
11315 * guile/guile-internal.h: Update.
11316 * guile/scm-block.c: Update.
11317 * guile/scm-breakpoint.c: Update.
11318 * guile/scm-cmd.c: Update.
11319 * guile/scm-disasm.c: Update.
11320 * guile/scm-frame.c: Update.
11321 * guile/scm-lazy-string.c: Update.
11322 * guile/scm-math.c: Update.
11323 * guile/scm-param.c: Update.
11324 * guile/scm-ports.c: Update.
11325 * guile/scm-pretty-print.c: Update.
11326 * guile/scm-symbol.c: Update.
11327 * guile/scm-symtab.c: Update.
11328 * guile/scm-type.c: Update.
11329 * guile/scm-value.c: Update.
11330 * i386-linux-tdep.c: Update.
11331 * i386-tdep.c: Update.
11332 * inf-loop.c: Update.
11333 * infcall.c: Update.
11334 * infcmd.c: Update.
11335 * infrun.c: Update.
11336 * jit.c: Update.
11337 * language.c: Update.
11338 * linespec.c: Update.
11339 * linux-fork.c: Update.
11340 * linux-nat.c: Update.
11341 * linux-tdep.c: Update.
11342 * linux-thread-db.c: Update.
11343 * main.c: Update.
11344 * mi/mi-cmd-break.c: Update.
11345 * mi/mi-cmd-stack.c: Update.
11346 * mi/mi-interp.c: Update.
11347 * mi/mi-main.c: Update.
11348 * objc-lang.c: Update.
11349 * p-valprint.c: Update.
11350 * parse.c: Update.
11351 * ppc-linux-tdep.c: Update.
11352 * printcmd.c: Update.
11353 * python/py-arch.c: Update.
11354 * python/py-breakpoint.c: Update.
11355 * python/py-cmd.c: Update.
11356 * python/py-finishbreakpoint.c: Update.
11357 * python/py-frame.c: Update.
11358 * python/py-framefilter.c: Update.
11359 * python/py-gdb-readline.c: Update.
11360 * python/py-inferior.c: Update.
11361 * python/py-infthread.c: Update.
11362 * python/py-lazy-string.c: Update.
11363 * python/py-linetable.c: Update.
11364 * python/py-objfile.c: Update.
11365 * python/py-param.c: Update.
11366 * python/py-prettyprint.c: Update.
11367 * python/py-progspace.c: Update.
11368 * python/py-record-btrace.c: Update.
11369 * python/py-record.c: Update.
11370 * python/py-symbol.c: Update.
11371 * python/py-type.c: Update.
11372 * python/py-unwind.c: Update.
11373 * python/py-utils.c: Update.
11374 * python/py-value.c: Update.
11375 * python/python.c: Update.
11376 * record-btrace.c: Update.
11377 * record-full.c: Update.
11378 * remote-fileio.c: Update.
11379 * remote.c: Update.
11380 * riscv-tdep.c: Update.
11381 * rs6000-aix-tdep.c: Update.
11382 * rs6000-tdep.c: Update.
11383 * rust-exp.y: Update.
11384 * rust-lang.c: Update.
11385 * s390-tdep.c: Update.
11386 * selftest-arch.c: Update.
11387 * solib-dsbt.c: Update.
11388 * solib-frv.c: Update.
11389 * solib-spu.c: Update.
11390 * solib-svr4.c: Update.
11391 * solib.c: Update.
11392 * sparc64-linux-tdep.c: Update.
11393 * stack.c: Update.
11394 * symfile-mem.c: Update.
11395 * symmisc.c: Update.
11396 * target.c: Update.
11397 * thread.c: Update.
11398 * top.c: Update.
11399 * tracefile-tfile.c: Update.
11400 * tui/tui.c: Update.
11401 * typeprint.c: Update.
11402 * unittests/cli-utils-selftests.c: Update.
11403 * unittests/parse-connection-spec-selftests.c: Update.
11404 * valops.c: Update.
11405 * valprint.c: Update.
11406 * value.c: Update.
11407 * varobj.c: Update.
11408 * windows-nat.c: Update.
11409 * x86-linux-nat.c: Update.
11410 * xml-support.c: Update.
11411
11412 2019-04-08 Tom Tromey <tom@tromey.com>
11413
11414 * xml-support.c: Use C++ exception handling.
11415 * x86-linux-nat.c: Use C++ exception handling.
11416 * windows-nat.c: Use C++ exception handling.
11417 * varobj.c: Use C++ exception handling.
11418 * value.c: Use C++ exception handling.
11419 * valprint.c: Use C++ exception handling.
11420 * valops.c: Use C++ exception handling.
11421 * unittests/parse-connection-spec-selftests.c: Use C++ exception
11422 handling.
11423 * unittests/cli-utils-selftests.c: Use C++ exception handling.
11424 * typeprint.c: Use C++ exception handling.
11425 * tui/tui.c: Use C++ exception handling.
11426 * tracefile-tfile.c: Use C++ exception handling.
11427 * top.c: Use C++ exception handling.
11428 * thread.c: Use C++ exception handling.
11429 * target.c: Use C++ exception handling.
11430 * symmisc.c: Use C++ exception handling.
11431 * symfile-mem.c: Use C++ exception handling.
11432 * stack.c: Use C++ exception handling.
11433 * sparc64-linux-tdep.c: Use C++ exception handling.
11434 * solib.c: Use C++ exception handling.
11435 * solib-svr4.c: Use C++ exception handling.
11436 * solib-spu.c: Use C++ exception handling.
11437 * solib-frv.c: Use C++ exception handling.
11438 * solib-dsbt.c: Use C++ exception handling.
11439 * selftest-arch.c: Use C++ exception handling.
11440 * s390-tdep.c: Use C++ exception handling.
11441 * rust-lang.c: Use C++ exception handling.
11442 * rust-exp.y: Use C++ exception handling.
11443 * rs6000-tdep.c: Use C++ exception handling.
11444 * rs6000-aix-tdep.c: Use C++ exception handling.
11445 * riscv-tdep.c: Use C++ exception handling.
11446 * remote.c: Use C++ exception handling.
11447 * remote-fileio.c: Use C++ exception handling.
11448 * record-full.c: Use C++ exception handling.
11449 * record-btrace.c: Use C++ exception handling.
11450 * python/python.c: Use C++ exception handling.
11451 * python/py-value.c: Use C++ exception handling.
11452 * python/py-utils.c: Use C++ exception handling.
11453 * python/py-unwind.c: Use C++ exception handling.
11454 * python/py-type.c: Use C++ exception handling.
11455 * python/py-symbol.c: Use C++ exception handling.
11456 * python/py-record.c: Use C++ exception handling.
11457 * python/py-record-btrace.c: Use C++ exception handling.
11458 * python/py-progspace.c: Use C++ exception handling.
11459 * python/py-prettyprint.c: Use C++ exception handling.
11460 * python/py-param.c: Use C++ exception handling.
11461 * python/py-objfile.c: Use C++ exception handling.
11462 * python/py-linetable.c: Use C++ exception handling.
11463 * python/py-lazy-string.c: Use C++ exception handling.
11464 * python/py-infthread.c: Use C++ exception handling.
11465 * python/py-inferior.c: Use C++ exception handling.
11466 * python/py-gdb-readline.c: Use C++ exception handling.
11467 * python/py-framefilter.c: Use C++ exception handling.
11468 * python/py-frame.c: Use C++ exception handling.
11469 * python/py-finishbreakpoint.c: Use C++ exception handling.
11470 * python/py-cmd.c: Use C++ exception handling.
11471 * python/py-breakpoint.c: Use C++ exception handling.
11472 * python/py-arch.c: Use C++ exception handling.
11473 * printcmd.c: Use C++ exception handling.
11474 * ppc-linux-tdep.c: Use C++ exception handling.
11475 * parse.c: Use C++ exception handling.
11476 * p-valprint.c: Use C++ exception handling.
11477 * objc-lang.c: Use C++ exception handling.
11478 * mi/mi-main.c: Use C++ exception handling.
11479 * mi/mi-interp.c: Use C++ exception handling.
11480 * mi/mi-cmd-stack.c: Use C++ exception handling.
11481 * mi/mi-cmd-break.c: Use C++ exception handling.
11482 * main.c: Use C++ exception handling.
11483 * linux-thread-db.c: Use C++ exception handling.
11484 * linux-tdep.c: Use C++ exception handling.
11485 * linux-nat.c: Use C++ exception handling.
11486 * linux-fork.c: Use C++ exception handling.
11487 * linespec.c: Use C++ exception handling.
11488 * language.c: Use C++ exception handling.
11489 * jit.c: Use C++ exception handling.
11490 * infrun.c: Use C++ exception handling.
11491 * infcmd.c: Use C++ exception handling.
11492 * infcall.c: Use C++ exception handling.
11493 * inf-loop.c: Use C++ exception handling.
11494 * i386-tdep.c: Use C++ exception handling.
11495 * i386-linux-tdep.c: Use C++ exception handling.
11496 * guile/scm-value.c: Use C++ exception handling.
11497 * guile/scm-type.c: Use C++ exception handling.
11498 * guile/scm-symtab.c: Use C++ exception handling.
11499 * guile/scm-symbol.c: Use C++ exception handling.
11500 * guile/scm-pretty-print.c: Use C++ exception handling.
11501 * guile/scm-ports.c: Use C++ exception handling.
11502 * guile/scm-param.c: Use C++ exception handling.
11503 * guile/scm-math.c: Use C++ exception handling.
11504 * guile/scm-lazy-string.c: Use C++ exception handling.
11505 * guile/scm-frame.c: Use C++ exception handling.
11506 * guile/scm-disasm.c: Use C++ exception handling.
11507 * guile/scm-cmd.c: Use C++ exception handling.
11508 * guile/scm-breakpoint.c: Use C++ exception handling.
11509 * guile/scm-block.c: Use C++ exception handling.
11510 * guile/guile-internal.h: Use C++ exception handling.
11511 * gnu-v3-abi.c: Use C++ exception handling.
11512 * gdbtypes.c: Use C++ exception handling.
11513 * frame.c: Use C++ exception handling.
11514 * frame-unwind.c: Use C++ exception handling.
11515 * fbsd-tdep.c: Use C++ exception handling.
11516 * f-valprint.c: Use C++ exception handling.
11517 * exec.c: Use C++ exception handling.
11518 * event-top.c: Use C++ exception handling.
11519 * event-loop.c: Use C++ exception handling.
11520 * eval.c: Use C++ exception handling.
11521 * dwarf2read.c: Use C++ exception handling.
11522 * dwarf2loc.c: Use C++ exception handling.
11523 * dwarf2-frame.c: Use C++ exception handling.
11524 * dwarf2-frame-tailcall.c: Use C++ exception handling.
11525 * dwarf-index-write.c: Use C++ exception handling.
11526 * dwarf-index-cache.c: Use C++ exception handling.
11527 * dtrace-probe.c: Use C++ exception handling.
11528 * disasm-selftests.c: Use C++ exception handling.
11529 * darwin-nat.c: Use C++ exception handling.
11530 * cp-valprint.c: Use C++ exception handling.
11531 * cp-support.c: Use C++ exception handling.
11532 * cp-abi.c: Use C++ exception handling.
11533 * corelow.c: Use C++ exception handling.
11534 * completer.c: Use C++ exception handling.
11535 * compile/compile-object-run.c: Use C++ exception handling.
11536 * compile/compile-object-load.c: Use C++ exception handling.
11537 * compile/compile-cplus-symbols.c: Use C++ exception handling.
11538 * compile/compile-c-symbols.c: Use C++ exception handling.
11539 * common/selftest.c: Use C++ exception handling.
11540 * common/new-op.c: Use C++ exception handling.
11541 * cli/cli-script.c: Use C++ exception handling.
11542 * cli/cli-interp.c: Use C++ exception handling.
11543 * cli/cli-cmds.c: Use C++ exception handling.
11544 * c-varobj.c: Use C++ exception handling.
11545 * btrace.c: Use C++ exception handling.
11546 * breakpoint.c: Use C++ exception handling.
11547 * break-catch-throw.c: Use C++ exception handling.
11548 * arch-utils.c: Use C++ exception handling.
11549 * amd64-tdep.c: Use C++ exception handling.
11550 * ada-valprint.c: Use C++ exception handling.
11551 * ada-typeprint.c: Use C++ exception handling.
11552 * ada-lang.c: Use C++ exception handling.
11553 * aarch64-tdep.c: Use C++ exception handling.
11554
11555 2019-04-08 Tom Tromey <tom@tromey.com>
11556
11557 * xml-support.c (gdb_xml_parser::parse): Update.
11558 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11559 * value.c (show_convenience): Update.
11560 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
11561 (test_parse_flags_qcs): Update.
11562 * thread.c (thr_try_catch_cmd): Update.
11563 * target.c (target_translate_tls_address): Update.
11564 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
11565 (info_frame_command_core, frame_apply_command_count): Update.
11566 * rust-exp.y (rust_lex_exception_test): Update.
11567 * riscv-tdep.c (riscv_print_one_register_info): Update.
11568 * remote.c (remote_target::enable_btrace): Update.
11569 * record-btrace.c (record_btrace_enable_warn): Update.
11570 * python/py-utils.c (gdbpy_convert_exception): Update.
11571 * printcmd.c (do_one_display, print_variable_and_value): Update.
11572 * mi/mi-main.c (mi_print_exception): Update.
11573 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
11574 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
11575 * linux-nat.c (linux_nat_target::attach): Update.
11576 * linux-fork.c (class scoped_switch_fork_info): Update.
11577 * infrun.c (displaced_step_prepare): Update.
11578 * infcall.c (call_function_by_hand_dummy): Update.
11579 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
11580 * gnu-v3-abi.c (print_one_vtable): Update.
11581 * frame.c (get_prev_frame_always): Update.
11582 * f-valprint.c (info_common_command_for_block): Update.
11583 * exec.c (try_open_exec_file): Update.
11584 * exceptions.c (print_exception, exception_print)
11585 (exception_fprintf, exception_print_same): Update.
11586 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
11587 * dwarf-index-cache.c (index_cache::store)
11588 (index_cache::lookup_gdb_index): Update.
11589 * darwin-nat.c (maybe_cache_shell): Update.
11590 * cp-valprint.c (cp_print_value_fields): Update.
11591 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
11592 (gcc_cplus_symbol_address): Update.
11593 * compile/compile-c-symbols.c (gcc_convert_symbol)
11594 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
11595 * common/selftest.c: Update.
11596 * common/common-exceptions.h (struct gdb_exception) <message>: Now
11597 a std::string.
11598 (exception_try_scope_entry, exception_try_scope_exit): Don't
11599 declare.
11600 (struct exception_try_scope): Remove.
11601 (TRY): Don't use exception_try_scope.
11602 (struct gdb_exception): Add constructor, operator=.
11603 <what>: New method.
11604 (struct gdb_exception_RETURN_MASK_ALL)
11605 (struct gdb_exception_RETURN_MASK_ERROR)
11606 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
11607 (struct gdb_quit_bad_alloc): Update.
11608 * common/common-exceptions.c (exception_none): Change
11609 initializer.
11610 (struct catcher) <state, exception>: Initialize inline.
11611 <prev>: Remove member.
11612 (current_catcher): Remove.
11613 (catchers): New global.
11614 (exceptions_state_mc_init): Simplify.
11615 (catcher_pop): Remove.
11616 (exceptions_state_mc, exceptions_state_mc_catch): Update.
11617 (try_scope_depth, exception_try_scope_entry)
11618 (exception_try_scope_exit): Remove.
11619 (throw_exception_sjlj): Update.
11620 (exception_messages, exception_messages_size): Remove.
11621 (throw_it): Simplify.
11622 (gdb_exception_sliced_copy): Remove.
11623 (throw_exception_cxx): Update.
11624 * cli/cli-script.c (script_from_file): Update.
11625 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
11626 Update.
11627 * ada-valprint.c (ada_val_print): Update.
11628 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
11629 (create_excep_cond_exprs): Update.
11630
11631 2019-04-08 Tom Tromey <tom@tromey.com>
11632
11633 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
11634 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
11635 (TRY, CATCH, END_CATCH): Remove some definitions.
11636 * common/common-exceptions.c: Don't use GDB_XCPT.
11637 (catcher_list_size): Remove.
11638 (throw_exception, throw_it): Simplify.
11639
11640 2019-04-05 Tom Tromey <tom@tromey.com>
11641
11642 Revert the header-sorting patch.
11643 * ft32-tdep.c: Revert.
11644 * frv-tdep.c: Revert.
11645 * frv-linux-tdep.c: Revert.
11646 * frame.c: Revert.
11647 * frame-unwind.c: Revert.
11648 * frame-base.c: Revert.
11649 * fork-child.c: Revert.
11650 * findvar.c: Revert.
11651 * findcmd.c: Revert.
11652 * filesystem.c: Revert.
11653 * filename-seen-cache.h: Revert.
11654 * filename-seen-cache.c: Revert.
11655 * fbsd-tdep.c: Revert.
11656 * fbsd-nat.h: Revert.
11657 * fbsd-nat.c: Revert.
11658 * f-valprint.c: Revert.
11659 * f-typeprint.c: Revert.
11660 * f-lang.c: Revert.
11661 * extension.h: Revert.
11662 * extension.c: Revert.
11663 * extension-priv.h: Revert.
11664 * expprint.c: Revert.
11665 * exec.h: Revert.
11666 * exec.c: Revert.
11667 * exceptions.c: Revert.
11668 * event-top.c: Revert.
11669 * event-loop.c: Revert.
11670 * eval.c: Revert.
11671 * elfread.c: Revert.
11672 * dwarf2read.h: Revert.
11673 * dwarf2read.c: Revert.
11674 * dwarf2loc.c: Revert.
11675 * dwarf2expr.h: Revert.
11676 * dwarf2expr.c: Revert.
11677 * dwarf2-frame.c: Revert.
11678 * dwarf2-frame-tailcall.c: Revert.
11679 * dwarf-index-write.h: Revert.
11680 * dwarf-index-write.c: Revert.
11681 * dwarf-index-common.c: Revert.
11682 * dwarf-index-cache.h: Revert.
11683 * dwarf-index-cache.c: Revert.
11684 * dummy-frame.c: Revert.
11685 * dtrace-probe.c: Revert.
11686 * disasm.h: Revert.
11687 * disasm.c: Revert.
11688 * disasm-selftests.c: Revert.
11689 * dictionary.c: Revert.
11690 * dicos-tdep.c: Revert.
11691 * demangle.c: Revert.
11692 * dcache.h: Revert.
11693 * dcache.c: Revert.
11694 * darwin-nat.h: Revert.
11695 * darwin-nat.c: Revert.
11696 * darwin-nat-info.c: Revert.
11697 * d-valprint.c: Revert.
11698 * d-namespace.c: Revert.
11699 * d-lang.c: Revert.
11700 * ctf.c: Revert.
11701 * csky-tdep.c: Revert.
11702 * csky-linux-tdep.c: Revert.
11703 * cris-tdep.c: Revert.
11704 * cris-linux-tdep.c: Revert.
11705 * cp-valprint.c: Revert.
11706 * cp-support.c: Revert.
11707 * cp-namespace.c: Revert.
11708 * cp-abi.c: Revert.
11709 * corelow.c: Revert.
11710 * corefile.c: Revert.
11711 * continuations.c: Revert.
11712 * completer.h: Revert.
11713 * completer.c: Revert.
11714 * complaints.c: Revert.
11715 * coffread.c: Revert.
11716 * coff-pe-read.c: Revert.
11717 * cli-out.h: Revert.
11718 * cli-out.c: Revert.
11719 * charset.c: Revert.
11720 * c-varobj.c: Revert.
11721 * c-valprint.c: Revert.
11722 * c-typeprint.c: Revert.
11723 * c-lang.c: Revert.
11724 * buildsym.c: Revert.
11725 * buildsym-legacy.c: Revert.
11726 * build-id.h: Revert.
11727 * build-id.c: Revert.
11728 * btrace.c: Revert.
11729 * bsd-uthread.c: Revert.
11730 * breakpoint.h: Revert.
11731 * breakpoint.c: Revert.
11732 * break-catch-throw.c: Revert.
11733 * break-catch-syscall.c: Revert.
11734 * break-catch-sig.c: Revert.
11735 * blockframe.c: Revert.
11736 * block.c: Revert.
11737 * bfin-tdep.c: Revert.
11738 * bfin-linux-tdep.c: Revert.
11739 * bfd-target.c: Revert.
11740 * bcache.c: Revert.
11741 * ax-general.c: Revert.
11742 * ax-gdb.h: Revert.
11743 * ax-gdb.c: Revert.
11744 * avr-tdep.c: Revert.
11745 * auxv.c: Revert.
11746 * auto-load.c: Revert.
11747 * arm-wince-tdep.c: Revert.
11748 * arm-tdep.c: Revert.
11749 * arm-symbian-tdep.c: Revert.
11750 * arm-pikeos-tdep.c: Revert.
11751 * arm-obsd-tdep.c: Revert.
11752 * arm-nbsd-tdep.c: Revert.
11753 * arm-nbsd-nat.c: Revert.
11754 * arm-linux-tdep.c: Revert.
11755 * arm-linux-nat.c: Revert.
11756 * arm-fbsd-tdep.c: Revert.
11757 * arm-fbsd-nat.c: Revert.
11758 * arm-bsd-tdep.c: Revert.
11759 * arch-utils.c: Revert.
11760 * arc-tdep.c: Revert.
11761 * arc-newlib-tdep.c: Revert.
11762 * annotate.h: Revert.
11763 * annotate.c: Revert.
11764 * amd64-windows-tdep.c: Revert.
11765 * amd64-windows-nat.c: Revert.
11766 * amd64-tdep.c: Revert.
11767 * amd64-sol2-tdep.c: Revert.
11768 * amd64-obsd-tdep.c: Revert.
11769 * amd64-obsd-nat.c: Revert.
11770 * amd64-nbsd-tdep.c: Revert.
11771 * amd64-nbsd-nat.c: Revert.
11772 * amd64-nat.c: Revert.
11773 * amd64-linux-tdep.c: Revert.
11774 * amd64-linux-nat.c: Revert.
11775 * amd64-fbsd-tdep.c: Revert.
11776 * amd64-fbsd-nat.c: Revert.
11777 * amd64-dicos-tdep.c: Revert.
11778 * amd64-darwin-tdep.c: Revert.
11779 * amd64-bsd-nat.c: Revert.
11780 * alpha-tdep.c: Revert.
11781 * alpha-obsd-tdep.c: Revert.
11782 * alpha-nbsd-tdep.c: Revert.
11783 * alpha-mdebug-tdep.c: Revert.
11784 * alpha-linux-tdep.c: Revert.
11785 * alpha-linux-nat.c: Revert.
11786 * alpha-bsd-tdep.c: Revert.
11787 * alpha-bsd-nat.c: Revert.
11788 * aix-thread.c: Revert.
11789 * agent.c: Revert.
11790 * addrmap.c: Revert.
11791 * ada-varobj.c: Revert.
11792 * ada-valprint.c: Revert.
11793 * ada-typeprint.c: Revert.
11794 * ada-tasks.c: Revert.
11795 * ada-lang.c: Revert.
11796 * aarch64-tdep.c: Revert.
11797 * aarch64-ravenscar-thread.c: Revert.
11798 * aarch64-newlib-tdep.c: Revert.
11799 * aarch64-linux-tdep.c: Revert.
11800 * aarch64-linux-nat.c: Revert.
11801 * aarch64-fbsd-tdep.c: Revert.
11802 * aarch64-fbsd-nat.c: Revert.
11803 * aarch32-linux-nat.c: Revert.
11804
11805 2019-04-05 Tom Tromey <tom@tromey.com>
11806
11807 * ft32-tdep.c: Sort headers.
11808 * frv-tdep.c: Sort headers.
11809 * frv-linux-tdep.c: Sort headers.
11810 * frame.c: Sort headers.
11811 * frame-unwind.c: Sort headers.
11812 * frame-base.c: Sort headers.
11813 * fork-child.c: Sort headers.
11814 * findvar.c: Sort headers.
11815 * findcmd.c: Sort headers.
11816 * filesystem.c: Sort headers.
11817 * filename-seen-cache.h: Sort headers.
11818 * filename-seen-cache.c: Sort headers.
11819 * fbsd-tdep.c: Sort headers.
11820 * fbsd-nat.h: Sort headers.
11821 * fbsd-nat.c: Sort headers.
11822 * f-valprint.c: Sort headers.
11823 * f-typeprint.c: Sort headers.
11824 * f-lang.c: Sort headers.
11825 * extension.h: Sort headers.
11826 * extension.c: Sort headers.
11827 * extension-priv.h: Sort headers.
11828 * expprint.c: Sort headers.
11829 * exec.h: Sort headers.
11830 * exec.c: Sort headers.
11831 * exceptions.c: Sort headers.
11832 * event-top.c: Sort headers.
11833 * event-loop.c: Sort headers.
11834 * eval.c: Sort headers.
11835 * elfread.c: Sort headers.
11836 * dwarf2read.h: Sort headers.
11837 * dwarf2read.c: Sort headers.
11838 * dwarf2loc.c: Sort headers.
11839 * dwarf2expr.h: Sort headers.
11840 * dwarf2expr.c: Sort headers.
11841 * dwarf2-frame.c: Sort headers.
11842 * dwarf2-frame-tailcall.c: Sort headers.
11843 * dwarf-index-write.h: Sort headers.
11844 * dwarf-index-write.c: Sort headers.
11845 * dwarf-index-common.c: Sort headers.
11846 * dwarf-index-cache.h: Sort headers.
11847 * dwarf-index-cache.c: Sort headers.
11848 * dummy-frame.c: Sort headers.
11849 * dtrace-probe.c: Sort headers.
11850 * disasm.h: Sort headers.
11851 * disasm.c: Sort headers.
11852 * disasm-selftests.c: Sort headers.
11853 * dictionary.c: Sort headers.
11854 * dicos-tdep.c: Sort headers.
11855 * demangle.c: Sort headers.
11856 * dcache.h: Sort headers.
11857 * dcache.c: Sort headers.
11858 * darwin-nat.h: Sort headers.
11859 * darwin-nat.c: Sort headers.
11860 * darwin-nat-info.c: Sort headers.
11861 * d-valprint.c: Sort headers.
11862 * d-namespace.c: Sort headers.
11863 * d-lang.c: Sort headers.
11864 * ctf.c: Sort headers.
11865 * csky-tdep.c: Sort headers.
11866 * csky-linux-tdep.c: Sort headers.
11867 * cris-tdep.c: Sort headers.
11868 * cris-linux-tdep.c: Sort headers.
11869 * cp-valprint.c: Sort headers.
11870 * cp-support.c: Sort headers.
11871 * cp-namespace.c: Sort headers.
11872 * cp-abi.c: Sort headers.
11873 * corelow.c: Sort headers.
11874 * corefile.c: Sort headers.
11875 * continuations.c: Sort headers.
11876 * completer.h: Sort headers.
11877 * completer.c: Sort headers.
11878 * complaints.c: Sort headers.
11879 * coffread.c: Sort headers.
11880 * coff-pe-read.c: Sort headers.
11881 * cli-out.h: Sort headers.
11882 * cli-out.c: Sort headers.
11883 * charset.c: Sort headers.
11884 * c-varobj.c: Sort headers.
11885 * c-valprint.c: Sort headers.
11886 * c-typeprint.c: Sort headers.
11887 * c-lang.c: Sort headers.
11888 * buildsym.c: Sort headers.
11889 * buildsym-legacy.c: Sort headers.
11890 * build-id.h: Sort headers.
11891 * build-id.c: Sort headers.
11892 * btrace.c: Sort headers.
11893 * bsd-uthread.c: Sort headers.
11894 * breakpoint.h: Sort headers.
11895 * breakpoint.c: Sort headers.
11896 * break-catch-throw.c: Sort headers.
11897 * break-catch-syscall.c: Sort headers.
11898 * break-catch-sig.c: Sort headers.
11899 * blockframe.c: Sort headers.
11900 * block.c: Sort headers.
11901 * bfin-tdep.c: Sort headers.
11902 * bfin-linux-tdep.c: Sort headers.
11903 * bfd-target.c: Sort headers.
11904 * bcache.c: Sort headers.
11905 * ax-general.c: Sort headers.
11906 * ax-gdb.h: Sort headers.
11907 * ax-gdb.c: Sort headers.
11908 * avr-tdep.c: Sort headers.
11909 * auxv.c: Sort headers.
11910 * auto-load.c: Sort headers.
11911 * arm-wince-tdep.c: Sort headers.
11912 * arm-tdep.c: Sort headers.
11913 * arm-symbian-tdep.c: Sort headers.
11914 * arm-pikeos-tdep.c: Sort headers.
11915 * arm-obsd-tdep.c: Sort headers.
11916 * arm-nbsd-tdep.c: Sort headers.
11917 * arm-nbsd-nat.c: Sort headers.
11918 * arm-linux-tdep.c: Sort headers.
11919 * arm-linux-nat.c: Sort headers.
11920 * arm-fbsd-tdep.c: Sort headers.
11921 * arm-fbsd-nat.c: Sort headers.
11922 * arm-bsd-tdep.c: Sort headers.
11923 * arch-utils.c: Sort headers.
11924 * arc-tdep.c: Sort headers.
11925 * arc-newlib-tdep.c: Sort headers.
11926 * annotate.h: Sort headers.
11927 * annotate.c: Sort headers.
11928 * amd64-windows-tdep.c: Sort headers.
11929 * amd64-windows-nat.c: Sort headers.
11930 * amd64-tdep.c: Sort headers.
11931 * amd64-sol2-tdep.c: Sort headers.
11932 * amd64-obsd-tdep.c: Sort headers.
11933 * amd64-obsd-nat.c: Sort headers.
11934 * amd64-nbsd-tdep.c: Sort headers.
11935 * amd64-nbsd-nat.c: Sort headers.
11936 * amd64-nat.c: Sort headers.
11937 * amd64-linux-tdep.c: Sort headers.
11938 * amd64-linux-nat.c: Sort headers.
11939 * amd64-fbsd-tdep.c: Sort headers.
11940 * amd64-fbsd-nat.c: Sort headers.
11941 * amd64-dicos-tdep.c: Sort headers.
11942 * amd64-darwin-tdep.c: Sort headers.
11943 * amd64-bsd-nat.c: Sort headers.
11944 * alpha-tdep.c: Sort headers.
11945 * alpha-obsd-tdep.c: Sort headers.
11946 * alpha-nbsd-tdep.c: Sort headers.
11947 * alpha-mdebug-tdep.c: Sort headers.
11948 * alpha-linux-tdep.c: Sort headers.
11949 * alpha-linux-nat.c: Sort headers.
11950 * alpha-bsd-tdep.c: Sort headers.
11951 * alpha-bsd-nat.c: Sort headers.
11952 * aix-thread.c: Sort headers.
11953 * agent.c: Sort headers.
11954 * addrmap.c: Sort headers.
11955 * ada-varobj.c: Sort headers.
11956 * ada-valprint.c: Sort headers.
11957 * ada-typeprint.c: Sort headers.
11958 * ada-tasks.c: Sort headers.
11959 * ada-lang.c: Sort headers.
11960 * aarch64-tdep.c: Sort headers.
11961 * aarch64-ravenscar-thread.c: Sort headers.
11962 * aarch64-newlib-tdep.c: Sort headers.
11963 * aarch64-linux-tdep.c: Sort headers.
11964 * aarch64-linux-nat.c: Sort headers.
11965 * aarch64-fbsd-tdep.c: Sort headers.
11966 * aarch64-fbsd-nat.c: Sort headers.
11967 * aarch32-linux-nat.c: Sort headers.
11968
11969 2019-04-04 Tom Tromey <tom@tromey.com>
11970
11971 * varobj.c (varobj_create): Update.
11972 * rust-exp.y (struct rust_parser) <update_innermost_block,
11973 lookup_symbol>: New methods.
11974 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
11975 Rename.
11976 (rust_parser::rust_lookup_type)
11977 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
11978 * printcmd.c (display_command, do_one_display): Update.
11979 * parser-defs.h (struct parser_state) <parser_state>: Add
11980 "tracker" parameter.
11981 (block_tracker): New member.
11982 (class innermost_block_tracker) <innermost_block_tracker>: Add
11983 "types" parameter.
11984 <reset>: Remove method.
11985 (innermost_block): Don't declare.
11986 (null_post_parser): Update.
11987 * parse.c (innermost_block): Remove global.
11988 (write_dollar_variable): Update.
11989 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
11990 Remove "tracker_types" parameter.
11991 (parse_expression): Add "tracker" parameter.
11992 (parse_expression_for_completion): Update.
11993 (null_post_parser): Add "tracker" parameter.
11994 * p-exp.y: Update rules.
11995 * m2-exp.y: Update rules.
11996 * language.h (struct language_defn) <la_post_parser>: Add
11997 "tracker" parameter.
11998 * go-exp.y: Update rules.
11999 * f-exp.y: Update rules.
12000 * expression.h (parse_expression, parse_exp_1): Add "tracker"
12001 parameter.
12002 * d-exp.y: Update rules.
12003 * c-exp.y: Update rules.
12004 * breakpoint.c (set_breakpoint_condition): Create an
12005 innermost_block_tracker.
12006 (watch_command_1): Likewise.
12007 * ada-lang.c (resolve): Add "tracker" parameter.
12008 (resolve_subexp): Likewise.
12009 * ada-exp.y (write_var_from_sym): Update.
12010
12011 2019-04-04 Tom Tromey <tom@tromey.com>
12012
12013 * type-stack.h: New file.
12014 * type-stack.c: New file.
12015 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
12016 type-stack.h.
12017 (insert_into_type_stack, insert_type, push_type, push_type_int)
12018 (insert_type_address_space, pop_type, pop_type_int)
12019 (pop_typelist, pop_type_stack, append_type_stack)
12020 (push_type_stack, get_type_stack, push_typelist)
12021 (follow_type_instance_flags, follow_types): Don't declare.
12022 * parse.c (type_stack): Remove global.
12023 (parse_exp_in_context): Update.
12024 (insert_into_type_stack, insert_type, push_type, push_type_int)
12025 (insert_type_address_space, pop_type, pop_type_int)
12026 (pop_typelist, pop_type_stack, append_type_stack)
12027 (push_type_stack, get_type_stack, push_typelist)
12028 (follow_type_instance_flags, follow_types): Remove (moved to
12029 type-stack.c).
12030 * f-exp.y (type_stack): New global.
12031 Update rules.
12032 (push_kind_type, f_parse): Update.
12033 * d-exp.y (type_stack): New global.
12034 Update rules.
12035 (d_parse): Update.
12036 * c-exp.y (struct c_parse_state) <type_stack>: New member.
12037 Update rules.
12038 * Makefile.in (COMMON_SFILES): Add type-stack.c.
12039 (HFILES_NO_SRCDIR): Add type-stack.h.
12040
12041 2019-04-04 Tom Tromey <tom@tromey.com>
12042
12043 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
12044 (rust_parser::convert_ast_to_expression, rust_parse)
12045 (rust_lex_test_completion, rust_lex_tests): Update.
12046 * parser-defs.h (struct expr_completion_state): New.
12047 (struct parser_state) <parser_state>: Add completion parameter.
12048 <mark_struct_expression, mark_completion_tag>: New methods.
12049 <parse_completion, m_completion_state>: New members.
12050 (prefixify_expression, null_post_parser): Update.
12051 (mark_struct_expression, mark_completion_tag): Don't declare.
12052 * parse.c (parse_completion, expout_last_struct)
12053 (expout_tag_completion_type, expout_completion_name): Remove
12054 globals.
12055 (parser_state::mark_struct_expression)
12056 (parser_state::mark_completion_tag): Now methods.
12057 (prefixify_expression): Add last_struct parameter.
12058 (prefixify_subexp): Likewise.
12059 (parse_exp_1): Update.
12060 (parse_exp_in_context): Add cstate parameter. Update.
12061 (parse_expression_for_completion): Create an
12062 expr_completion_state.
12063 (null_post_parser): Add "completion" parameter.
12064 * p-exp.y: Update rules.
12065 (yylex): Update.
12066 * language.h (struct language_defn) <la_post_parser>: Add
12067 "completing" parameter.
12068 * go-exp.y: Update rules.
12069 (lex_one_token): Update.
12070 * expression.h (parse_completion): Don't declare.
12071 * d-exp.y: Update rules.
12072 (lex_one_token): Update rules.
12073 * c-exp.y: Update rules.
12074 (lex_one_token): Update.
12075 * ada-lang.c (resolve): Add "parse_completion" parameter.
12076 (resolve_subexp): Likewise.
12077 (ada_resolve_function): Likewise.
12078
12079 2019-04-04 Tom Tromey <tom@tromey.com>
12080
12081 * parser-defs.h (struct parser_state) <start_arglist,
12082 end_arglist>: New methods.
12083 <arglist_len, m_funcall_chain>: New members.
12084 (arglist_len, start_arglist, end_arglist): Don't declare.
12085 * parse.c (arglist_len, funcall_chain): Remove global.
12086 (start_arglist, end_arglist): Remove functions.
12087 (parse_exp_in_context): Update.
12088 * p-exp.y: Update rules.
12089 * m2-exp.y: Update rules.
12090 * go-exp.y: Update rules.
12091 * f-exp.y: Update rules.
12092 * d-exp.y: Update rules.
12093 * c-exp.y: Update rules.
12094
12095 2019-04-04 Tom Tromey <tom@tromey.com>
12096
12097 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
12098 lex_operator, push_back>: New methods.
12099 Update all rules.
12100 (rust_parser::lex_hex, lex_escape): Rename and update.
12101 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
12102 (rust_parser::lex_operator): Rename and update.
12103 (rust_parser::lex_number, rustyylex, rustyyerror)
12104 (rust_lex_test_init, rust_lex_test_sequence)
12105 (rust_lex_test_push_back, rust_lex_tests): Update.
12106 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
12107 parameter.
12108 <lexptr, prev_lexptr>: New members.
12109 (lexptr, prev_lexptr): Don't declare.
12110 * parse.c (lexptr, prev_lexptr): Remove globals.
12111 (parse_exp_in_context): Update.
12112 * p-exp.y (yylex, yyerror): Update.
12113 * m2-exp.y (parse_number, yylex, yyerror): Update.
12114 * go-exp.y (lex_one_token, yyerror): Update.
12115 * f-exp.y (match_string_literal, yylex, yyerror): Update.
12116 * d-exp.y (lex_one_token, yyerror): Update.
12117 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
12118 (lex_one_token, yyerror): Update.
12119 * ada-lex.l (YY_INPUT): Update.
12120 (rewind_to_char): Update.
12121 * ada-exp.y (yyerror): Update.
12122
12123 2019-04-04 Tom Tromey <tom@tromey.com>
12124
12125 * rust-exp.y (rustyylex, rust_lex_tests): Update.
12126 * parser-defs.h (struct parser_state) <parser_state>: Add new
12127 parameter.
12128 <comma_terminates>: New member.
12129 (comma_terminates): Don't declare global.
12130 * parse.c (comma_terminates): Remove global.
12131 (parse_exp_in_context): Update.
12132 * p-exp.y (yylex): Update.
12133 * m2-exp.y (yylex): Update.
12134 * go-exp.y (lex_one_token): Update.
12135 * f-exp.y (yylex): Update.
12136 * d-exp.y (lex_one_token): Update.
12137 * c-exp.y (lex_one_token): Update.
12138 * ada-lex.l: Update.
12139
12140 2019-04-04 Tom Tromey <tom@tromey.com>
12141
12142 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
12143 (rustyylex, rust_lex_test_init, rust_lex_test_one)
12144 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
12145 * parser-defs.h (paren_depth): Don't declare.
12146 * parse.c (paren_depth): Remove global.
12147 (parse_exp_in_context): Update.
12148 * p-exp.y (paren_depth): New global.
12149 (pascal_parse): Initialize it.
12150 * m2-exp.y (paren_depth): New global.
12151 (m2_parse): Initialize it.
12152 * go-exp.y (paren_depth): New global.
12153 (go_parse): Initialize it.
12154 * f-exp.y (paren_depth): New global.
12155 (f_parse): Initialize it.
12156 * d-exp.y (paren_depth): New global.
12157 (d_parse): Initialize it.
12158 * c-exp.y (paren_depth): New global.
12159 (c_parse): Initialize it.
12160 * ada-lex.l (paren_depth): New global.
12161 (lexer_init): Initialize it.
12162
12163 2019-04-04 Tom Tromey <tom@tromey.com>
12164
12165 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
12166 (rust_parser::convert_ast_to_type)
12167 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
12168 * parser-defs.h (struct parser_state) <parser_state>: Add
12169 parameters. Initialize new members.
12170 <expression_context_block, expression_context_pc>: New members.
12171 * parse.c (expression_context_block, expression_context_pc):
12172 Remove globals.
12173 (parse_exp_in_context): Update.
12174 * p-exp.y: Update all rules.
12175 (yylex): Update.
12176 * m2-exp.y: Update all rules.
12177 (yylex): Update.
12178 * go-exp.y (yylex): Update.
12179 * f-exp.y (yylex): Update.
12180 * d-exp.y: Update all rules.
12181 (yylex): Update.
12182 * c-exp.y: Update all rules.
12183 (lex_one_token, classify_name, yylex, c_parse): Update.
12184 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
12185
12186 2019-04-04 Tom Tromey <tom@tromey.com>
12187
12188 * gdbarch.h, gdbarch.c: Rebuild.
12189 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
12190 * stap-probe.h:
12191 (struct stap_parse_info): Replace "parser_state" with
12192 "expr_builder".
12193 * parser-defs.h (struct expr_builder): Rename from "parser_state".
12194 (parser_state): New class.
12195 * parse.c (expr_builder): Rename.
12196 (expr_builder::release): Rename.
12197 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
12198 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
12199 (write_exp_elt_longcst, write_exp_elt_floatcst)
12200 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
12201 (write_exp_string_vector, write_exp_bitstring)
12202 (write_exp_msymbol, mark_struct_expression)
12203 (write_dollar_variable)
12204 (insert_type_address_space, increase_expout_size): Replace
12205 "parser_state" with "expr_builder".
12206 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
12207 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
12208 "parser_state" with "expr_builder".
12209
12210 2019-04-04 Tom Tromey <tom@tromey.com>
12211
12212 * rust-exp.y: Replace "parse_language" with method call.
12213 * p-exp.y:
12214 (yylex): Replace "parse_language" with method call.
12215 * m2-exp.y:
12216 (yylex): Replace "parse_language" with method call.
12217 * go-exp.y (classify_name): Replace "parse_language" with method
12218 call.
12219 * f-exp.y (yylex): Replace "parse_language" with method call.
12220 * d-exp.y (lex_one_token): Replace "parse_language" with method
12221 call.
12222 * c-exp.y:
12223 (lex_one_token, classify_name, yylex): Replace "parse_language"
12224 with method call.
12225 * ada-exp.y (find_primitive_type, type_char)
12226 (type_system_address): Replace "parse_language" with method call.
12227
12228 2019-04-04 Tom Tromey <tom@tromey.com>
12229
12230 * rust-exp.y: Replace "parse_gdbarch" with method call.
12231 * parse.c (write_dollar_variable, insert_type_address_space):
12232 Replace "parse_gdbarch" with method call.
12233 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
12234 call.
12235 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
12236 call.
12237 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
12238 "parse_gdbarch" with method call.
12239 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
12240 with method call.
12241 * f-exp.y (parse_type, parse_f_type, yylex): Replace
12242 "parse_gdbarch" with method call.
12243 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
12244 "parse_gdbarch" with method call.
12245 * c-exp.y (parse_type, parse_number, classify_name): Replace
12246 "parse_gdbarch" with method call.
12247 * ada-lex.l: Replace "parse_gdbarch" with method call.
12248 * ada-exp.y (parse_type, find_primitive_type, type_char)
12249 (type_system_address): Replace "parse_gdbarch" with method call.
12250
12251 2019-04-04 Tom Tromey <tom@tromey.com>
12252
12253 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
12254 * stap-probe.c (stap_parse_argument): Update.
12255 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
12256 initial_size parameter.
12257 * rust-exp.y (rust_lex_tests): Update.
12258 * parse.c (parser_state): Update.
12259 (parse_exp_in_context): Update.
12260 * parser-defs.h (struct parser_state) <parser_state>: Remove
12261 "initial_size" parameter.
12262
12263 2019-04-04 Tom Tromey <tom@tromey.com>
12264
12265 * parser-defs.h (increase_expout_size): Don't declare.
12266 * parse.c (increase_expout_size): Now static.
12267
12268 2019-04-04 Thomas Schwinge <thomas@codesourcery.com>
12269
12270 * gnu-nat.c (gnu_nat_target::wait): Fix
12271 target_waitstatus_to_string call.
12272
12273 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12274
12275 * eval.c (evaluate_subexp_standard): Handle internal functions
12276 during Fortran function call handling.
12277
12278 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12279
12280 * NEWS: Mention new internal functions.
12281 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
12282 (read_base_type): Use dwarf2_init_complex_target_type.
12283 * value.c (creal_internal_fn): New function.
12284 (cimag_internal_fn): New function.
12285 (_initialize_values): Register new internal functions.
12286
12287 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12288
12289 * infrun.c (stop_all_threads): If debug_infrun, always
12290 trace the wait status after wait_one, using
12291 target_waitstatus_to_string and target_pid_to_str.
12292 (handle_inferior_event): Replace various trace of
12293 wait status kind by a single trace.
12294 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
12295 wait status kind image by target_waitstatus_to_string.
12296 * target/waitstatus.c (target_waitstatus_to_string): Fix
12297 obsolete comment.
12298
12299 2019-04-01 Tom Tromey <tromey@adacore.com>
12300
12301 PR symtab/23331:
12302 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
12303
12304 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
12305 Pedro Alves <palves@redhat.com>
12306
12307 * top.c (quit_force): Call 'finalize_values'.
12308 * value.c (finalize_values): New function.
12309 * value.h (finalize_values): Declare.
12310
12311 2019-03-30 Eli Zaretskii <eliz@gnu.org>
12312
12313 * NEWS: Announce $_gdb_major and $_gdb_minor.
12314
12315 * top.c (init_gdb_version_vars): New function.
12316 (gdb_init): Call init_gdb_version_vars.
12317
12318 2019-03-29 Tom Tromey <tromey@adacore.com>
12319
12320 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
12321 help text. Remove dead code.
12322
12323 2019-03-29 Keith Seitz <keiths@redhat.com>
12324
12325 From Siddhesh Poyarekar:
12326 * f-lang.h (f77_get_upperbound): Return LONGEST.
12327 (f77_get_lowerbound): Likewise.
12328 * f-typeprint.c (f_type_print_varspec_suffix): Expand
12329 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
12330 print them.
12331 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
12332 plongest to format print it.
12333 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
12334 (f77_get_upperbound): Likewise.
12335 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
12336 LOWER_BOUND to LONGEST.
12337 (f77_create_arrayprint_offset_tbl): Likewise.
12338
12339 2019-03-29 Keith Seitz <keiths@redhat.com>
12340
12341 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
12342 %s/pulongest for TYPE_LENGTH instead of %d in format
12343 strings.
12344 * ada-typerint.c (ada_print_type): Likewise.
12345 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
12346 * compile/compile-c-support.c (generate_register_struct): Likewise.
12347 * gdbtypes.c (recursive_dump_type): Likewise.
12348 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
12349 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
12350 instead of %d in format strings.
12351 * riscv-tdep.c (riscv_type_alignment): Cast second argument
12352 to std::min to ULONGEST.
12353 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
12354 instead of %d in format strings.
12355 * tracepoint.c (info_scope_command): Likewise.
12356 * typeprint.c (print_offset_data::update)
12357 (print_offset_data::finish): Likewise.
12358 * xtensa-tdep.c (xtensa_store_return_value)
12359 (xtensa_push_dummy_call): Likewise.
12360
12361 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
12362
12363 * windows-nat.c (display_selector): Fixed format specifications
12364 for 64-bit Cygwin.
12365
12366 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12367
12368 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
12369
12370 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
12371
12372 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
12373 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
12374 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
12375 (nios2_linux_init_abi): Install it.
12376
12377 2019-03-28 Alan Hayward <alan.hayward@arm.com>
12378
12379 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
12380
12381 2019-03-28 Alan Hayward <alan.hayward@arm.com>
12382
12383 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
12384
12385 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12386 Tom Tromey <tromey@adacore.com>
12387
12388 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
12389
12390 2019-03-26 Joel Brobecker <brobecker@adacore.com>
12391
12392 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
12393 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
12394 method to compute the bounds of range types. Also print "[evaluated]"
12395 if the bounds' values come from a dynamic evaluation.
12396
12397 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
12398
12399 * cp-valprint.c (cp_print_value_fields): Don't print trailing
12400 whitespace when pretty printing is on.
12401
12402 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12403
12404 * ppc-linux-nat.c: Add include.
12405
12406 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12407
12408 * NEWS: Mention AArch64 Pointer Authentication.
12409
12410 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12411
12412 * arm-linux-nat.c: Add include.
12413
12414 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
12415
12416 * source-cache.c (source_cache::get_source_lines): Re-read
12417 fullname after calling open_source_file.
12418
12419 2019-03-25 John Baldwin <jhb@FreeBSD.org>
12420
12421 * NEWS: Mention TLS support for FreeBSD.
12422
12423 2019-03-25 Tom Tromey <tromey@adacore.com>
12424
12425 * minsyms.c (BUNCH_SIZE): Update comment.
12426 (~minimal_symbol_reader): Remove old comment.
12427 (compact_minimal_symbols): Update comment.
12428 (minimal_symbol_reader::install): Remove old comment. Update
12429 other comments.
12430
12431 2019-03-25 Alan Hayward <alan.hayward@arm.com>
12432
12433 * s390-linux-nat.c: Add include.
12434
12435 2019-03-25 Alan Hayward <alan.hayward@arm.com>
12436
12437 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
12438 Call linux_get_hwcap.
12439 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
12440 Likewise.
12441 (aarch64_linux_get_hwcap): Remove function.
12442 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
12443 declaration.
12444 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
12445 linux_get_hwcap.
12446 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
12447 * linux-tdep.c (linux_get_hwcap): Add function.
12448 (linux_get_hwcap2): Likewise.
12449 * linux-tdep.h (linux_get_hwcap): Add declaration.
12450 (linux_get_hwcap2): Likewise.
12451 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
12452 (ppc_linux_get_hwcap2): Likewise.
12453 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
12454 linux_get_hwcap.
12455 (ppc_linux_nat_target::insert_watchpoint): Likewise.
12456 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
12457 (ppc_linux_nat_target::read_description): Likewise.
12458 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
12459 * s390-linux-nat.c: Likewise.
12460 * s390-linux-tdep.c (s390_core_read_description): Likewise.
12461
12462 2019-03-24 Tom Tromey <tom@tromey.com>
12463
12464 * ada-lang.c (standard_lookup): Simplify initialization.
12465 (ada_lookup_symbol_nonlocal): Simplify return.
12466 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
12467 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
12468 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
12469 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
12470 initialization.
12471 * solib.c (solib_global_lookup): Simplify.
12472 * symtab.c (null_block_symbol): Remove.
12473 (symbol_cache_lookup): Simplify returns.
12474 (lookup_language_this): Simplify returns.
12475 (lookup_symbol_aux): Simplify return.
12476 (lookup_local_symbol): Simplify returns.
12477 (lookup_global_symbol_from_objfile): Simplify return.
12478 (lookup_symbol_in_objfile_symtabs)
12479 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
12480 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
12481 (lookup_static_symbol, lookup_global_symbol): Simplify return.
12482 * cp-namespace.c (cp_lookup_bare_symbol)
12483 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
12484 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
12485 (cp_lookup_nested_symbol): Don't use null_block_symbol.
12486 (cp_lookup_symbol_via_imports): Simplify initialization.
12487 (find_symbol_in_baseclass): Likewise.
12488 * symtab.h (null_block_symbol): Remove.
12489 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
12490 (d_lookup_nested_symbol, d_lookup_symbol_imports)
12491 (d_lookup_symbol_module): Likewise.
12492 (find_symbol_in_baseclass): Simplify initialization.
12493
12494 2019-03-24 Tom Tromey <tom@tromey.com>
12495
12496 * expression.h: Don't include symtab.h.
12497 (struct block): Forward declare.
12498
12499 2019-03-24 Tom Tromey <tom@tromey.com>
12500
12501 * c-exp.y (typebase): Remove casts.
12502 * gdbtypes.c (lookup_unsigned_typename, )
12503 (lookup_signed_typename): Remove cast.
12504 * eval.c (parse_to_comma_and_eval): Remove cast.
12505 * parse.c (write_dollar_variable): Remove cast.
12506 * block.h (struct block) <superblock>: Now const.
12507 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
12508 * psymtab.c (psym_map_matching_symbols): Make "block" const.
12509 (map_block): Make "block" const.
12510 * symfile.h (struct quick_symbol_functions)
12511 <map_matching_symbols>: Constify block argument to "callback".
12512 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
12513 const.
12514 (find_pc_sect_compunit_symtab): Make "b" const.
12515 (find_symbol_at_address): Likewise.
12516 (search_symbols): Likewise.
12517 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
12518 (dw2_debug_names_lookup_symbol): Likewise.
12519 (dw2_map_matching_symbols): Update.
12520 * p-valprint.c (pascal_val_print): Remove "block".
12521 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
12522 (aux_add_nonlocal_symbols): Make "block" const.
12523 (resolve_subexp): Remove cast.
12524 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
12525 const.
12526 (iterate_over_file_blocks): Likewise.
12527 * f-exp.y (%union) <bval>: Remove.
12528 * coffread.c (patch_opaque_types): Make "b" const.
12529 * spu-tdep.c (spu_catch_start): Make "block" const.
12530 * c-valprint.c (print_unpacked_pointer): Remove "block".
12531 * symmisc.c (dump_symtab_1): Make "b" const.
12532 (block_depth): Make "block" const.
12533 * d-exp.y (%union) <bval>: Remove.
12534 * cp-support.h (cp_lookup_rtti_type): Update.
12535 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
12536 * psymtab.c (psym_lookup_symbol): Make "block" const.
12537 (maintenance_check_psymtabs): Make "b" const.
12538 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
12539 (enumerate_locals, enumerate_args): Update.
12540 * python/py-symtab.c (stpy_global_block): Make "block" const.
12541 (stpy_static_block): Likewise.
12542 * inline-frame.c (block_starting_point_at): Make "new_block"
12543 const.
12544 * block.c (find_block_in_blockvector): Make return type const.
12545 (blockvector_for_pc_sect): Make "b" const.
12546 (find_block_in_blockvector): Make "b" const.
12547
12548 2019-03-23 Tom Tromey <tom@tromey.com>
12549
12550 * varobj.c (varobj_create): Update.
12551 * symfile.c (clear_symtab_users): Don't reset innermost_block.
12552 * printcmd.c (display_command, do_one_display): Don't reset
12553 innermost_block.
12554 * parser-defs.h (enum innermost_block_tracker_type): Move to
12555 expression.h.
12556 (innermost_block): Update comment.
12557 * parse.c (parse_exp_1): Add tracker_types parameter.
12558 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
12559 tracker_types parameter. Reset innermost_block.
12560 (parse_exp_in_context): Remove.
12561 (parse_expression_for_completion): Update.
12562 * objfiles.c (~objfile): Don't reset expression_context_block or
12563 innermost_block.
12564 * expression.h (enum innermost_block_tracker_type): Move from
12565 parser-defs.h.
12566 (parse_exp_1): Add tracker_types parameter.
12567 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
12568 reset innermost_block.
12569
12570 2019-03-23 Tom Tromey <tom@tromey.com>
12571
12572 * objfiles.h: Include bcache.h.
12573
12574 2019-03-23 Tom Tromey <tom@tromey.com>
12575
12576 * linespec.c (get_current_search_block): Use
12577 scoped_restore_current_language.
12578 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
12579
12580 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12581 Jiong Wang <jiong.wang@arm.com>
12582
12583 * aarch64-linux-tdep.c
12584 (aarch64_linux_iterate_over_regset_sections): Check for pauth
12585 section.
12586 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
12587
12588 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12589 Jiong Wang <jiong.wang@arm.com>
12590
12591 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
12592 instructions.
12593 (aarch64_analyze_prologue_test): Add PACIASP test.
12594 (aarch64_prologue_prev_register): Unmask PC value.
12595
12596 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12597 Jiong Wang <jiong.wang@arm.com>
12598
12599 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
12600 (aarch64_dwarf2_prev_register): Unmask PC value.
12601 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
12602 (aarch64_execute_dwarf_cfa_vendor_op): Check for
12603 DW_CFA_AARCH64_negate_ra_state.
12604 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
12605
12606 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12607 Jiong Wang <jiong.wang@arm.com>
12608
12609 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
12610 registers.
12611 (aarch64_pseudo_register_name): Likewise.
12612 (aarch64_pseudo_register_type): Likewise.
12613 (aarch64_pseudo_register_reggroup_p): Likewise.
12614 (aarch64_gdbarch_init): Add pauth registers.
12615 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
12616 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
12617 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
12618 (struct gdbarch_tdep): Add regnum for ra_state.
12619
12620 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12621 Jiong Wang <jiong.wang@arm.com>
12622
12623 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
12624
12625 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12626 Jiong Wang <jiong.wang@arm.com>
12627
12628 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
12629 function.
12630 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
12631 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
12632 (aarch64_gdbarch_init): Add puth registers.
12633 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
12634 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
12635 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
12636
12637 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12638 Jiong Wang <jiong.wang@arm.com>
12639
12640 * aarch64-linux-nat.c
12641 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
12642 * aarch64-linux-tdep.c
12643 (aarch64_linux_core_read_description): Likewise.
12644 (aarch64_linux_get_hwcap): New function.
12645 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
12646 (aarch64_linux_get_hwcap): New declaration.
12647
12648 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12649 Jiong Wang <jiong.wang@arm.com>
12650
12651 * aarch64-linux-nat.c
12652 (aarch64_linux_nat_target::read_description): Add pauth param.
12653 * aarch64-linux-tdep.c
12654 (aarch64_linux_core_read_description): Likewise.
12655 * aarch64-tdep.c (struct target_desc): Add in pauth.
12656 (aarch64_read_description): Add pauth param.
12657 (aarch64_gdbarch_init): Likewise.
12658 * aarch64-tdep.h (aarch64_read_description): Likewise.
12659 * arch/aarch64.c (aarch64_create_target_description): Likewise.
12660 * arch/aarch64.h (aarch64_create_target_description): Likewise.
12661 * features/Makefile: Add new files.
12662 * features/aarch64-pauth.c: New file.
12663 * features/aarch64-pauth.xml: New file.
12664
12665 2019-03-20 Tom Tromey <tromey@adacore.com>
12666
12667 * infrun.c (handle_inferior_event): Rename from
12668 handle_inferior_event_1. Create a scoped_value_mark.
12669 (handle_inferior_event): Remove.
12670
12671 2019-03-19 Tom Tromey <tromey@adacore.com>
12672
12673 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
12674 * infrun.h (print_stop_event): Add "displays" parameter.
12675 * infrun.c (print_stop_event): Add "displays" parameter.
12676
12677 2019-03-19 Pedro Alves <palves@redhat.com>
12678
12679 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
12680 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
12681 to -1. Fix TABs vs spaces.
12682 (tui_ui_out::tui_ui_out): Don't initialize fields here.
12683 * tui/tui-out.h (tui_ui_out) Add intro comments.
12684 <m_line, m_start_of_line>: In-class initialize, and add describing
12685 comment.
12686
12687 2019-03-18 Alan Hayward <alan.hayward@arm.com>
12688
12689 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
12690 variable names.
12691 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
12692
12693 2019-03-18 Pedro Alves <palves@redhat.com>
12694 Eli Zaretskii <eliz@gnu.org>
12695
12696 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
12697 m_line and m_start_of_line.
12698
12699 2019-03-18 Eli Zaretskii <eliz@gnu.org>
12700
12701 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
12702 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
12703 it returns a newline. This fixes a regression in TU mode, whereby
12704 the next line is output on the same screen line as the user input.
12705
12706 2019-03-18 Tom Tromey <tromey@adacore.com>
12707
12708 * minsyms.c (minimal_symbol_reader::install): Remove call to
12709 obstack_blank.
12710
12711 2019-03-18 Pedro Alves <palves@redhat.com>
12712
12713 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
12714 New globals.
12715 (apply_style): New, factored out from ...
12716 (apply_ansi_escape): ... this. Handle reverse video mode.
12717 (tui_set_reverse_mode): New function.
12718 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
12719 * tui/tui-winsource.c (tui_show_source_line): Use
12720 tui_set_reverse_mode instead of setting A_STANDOUT.
12721 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
12722 New setter methods.
12723
12724 2019-03-18 Hannes Domani <ssbssa@yahoo.de>
12725
12726 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
12727 Handle tabs.
12728
12729 2019-03-18 Tom Tromey <tromey@adacore.com>
12730
12731 * ada-lang.c (empty_array): Add "high" parameter.
12732 (ada_evaluate_subexp): Update.
12733
12734 2019-03-17 Sergei Trofimovich <siarheit@google.com>
12735
12736 * unittests/string_view-selftests.c: Define
12737 _initialize_string_view_selftests unconditionally.
12738
12739 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12740
12741 PR gdb/24350
12742 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
12743
12744 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12745
12746 PR gdb/24351
12747 * windows-nat.c (display_selector): Fix format specifiers.
12748
12749 2019-03-17 Eli Zaretskii <eliz@gnu.org>
12750
12751 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
12752 tui_refill_source_window instead of tui_refresh_win, to update the
12753 current execution line. This fixes redisplay of the current line
12754 when stepping through the code with "next" or "step".
12755
12756 2019-03-16 Eli Zaretskii <eliz@gnu.org>
12757
12758 * source-cache.c (source_cache::get_source_lines): Call
12759 find_source_lines to initialize s->nlines. This fixes vertical
12760 scrolling of TUI source window when the DOWN arrow is pressed.
12761
12762 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12763
12764 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
12765 linux-thread-db.c (_initialize_thread_db): Likewise.
12766
12767 2019-03-16 Eli Zaretskii <eliz@gnu.org>
12768
12769 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
12770 wclrtoeol in tui_show_source_line". This reverts changes made in
12771 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
12772
12773 2019-03-15 Tom Tromey <tom@tromey.com>
12774
12775 * symtab.h (struct minimal_symbol): Derive from
12776 general_symbol_info.
12777 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
12778 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
12779 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
12780 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
12781 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
12782 (MSYMBOL_SEARCH_NAME): Update.
12783 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
12784 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
12785 * minsyms.c (minimal_symbol_reader::record_full): Update.
12786
12787 2019-03-15 Tom Tromey <tom@tromey.com>
12788
12789 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
12790
12791 2019-03-15 Tom Tromey <tom@tromey.com>
12792
12793 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
12794 unique_xmalloc_ptr.
12795 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
12796 Update.
12797 * minsyms.c (lookup_minimal_symbol_by_pc_section)
12798 (build_minimal_symbol_hash_tables)
12799 (minimal_symbol_reader::install): Update.
12800
12801 2019-03-15 Tom Tromey <tom@tromey.com>
12802
12803 * symtab.c (create_demangled_names_hash): Update.
12804 (symbol_set_names): Update.
12805 * objfiles.h (struct objfile_per_bfd_storage)
12806 <demangled_names_hash>: Now an htab_up.
12807 * objfiles.c (objfile_per_bfd_storage): Simplify.
12808
12809 2019-03-15 Tom Tromey <tom@tromey.com>
12810
12811 * objfiles.h (struct objfile_per_bfd_storage): Declare
12812 destructor.
12813 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
12814 New.
12815 (get_objfile_bfd_data): Use new. Don't initialize
12816 language_of_main.
12817 (free_objfile_per_bfd_storage): Remove.
12818 (objfile_bfd_data_free, objfile::~objfile): Use delete.
12819
12820 2019-03-15 Tom Tromey <tom@tromey.com>
12821
12822 * symfile.c (reread_symbols): Update.
12823 * objfiles.c (objfile::objfile): Update.
12824 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
12825 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
12826 comment.
12827 (minimal_symbol_reader::install): Update.
12828 (terminate_minimal_symbol_table): Remove.
12829 * jit.c (jit_object_close_impl): Update.
12830
12831 2019-03-15 Tom Tromey <tom@tromey.com>
12832
12833 * minsyms.c (minimal_symbol_reader::record_full): Remove some
12834 initializations.
12835
12836 2019-03-15 Tom Tromey <tom@tromey.com>
12837
12838 * objfiles.h (struct objfile_per_bfd_storage)
12839 <demangled_hash_languages>: Now a bitset.
12840 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
12841 (lookup_minimal_symbol): Update.
12842
12843 2019-03-15 Tom Tromey <tom@tromey.com>
12844
12845 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
12846 Don't return the symbol.
12847 * coffread.c (record_minimal_symbol): Use record_full.
12848
12849 2019-03-14 Eli Zaretskii <eliz@gnu.org>
12850
12851 The MS-Windows port of ncurses fails to switch to a color pair if
12852 one or both of the colors are the implicit default colors. This
12853 change records the default colors when TUI is initialized, and
12854 then specifies them explicitly when a color pair uses the default
12855 colors. This allows color styling in TUI mode on MS-Windows.
12856
12857 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
12858 ncurses_norm_attr.
12859 (tui_initialize_io) [__MINGW32__]: Record the default terminal
12860 colors in ncurses_norm_attr.
12861 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
12862 "none", replace it with the default color recorded in
12863 ncurses_norm_attr.
12864
12865 2019-03-14 Tom Tromey <tromey@adacore.com>
12866
12867 * source-cache.h (class source_cache) <get_source_lines>: Return
12868 std::string.
12869 * source-cache.c (source_cache::extract_lines): Handle case where
12870 first_pos==npos. Return std::string.
12871 (source_cache::get_source_lines): Update.
12872
12873 2019-03-14 Tom Tromey <tromey@adacore.com>
12874
12875 * NEWS: Add item for "style sources" commands.
12876 * source-cache.c (source_cache::get_source_lines): Check
12877 source_styling.
12878 * cli/cli-style.c (source_styling): New global.
12879 (_initialize_cli_style): Add "style sources" commands.
12880 (show_style_sources): New function.
12881 * cli/cli-style.h (source_styling): Declare.
12882
12883 2019-03-14 Pedro Alves <palves@redhat.com>
12884 Tom Tromey <tromey@adacore.com>
12885
12886 * tui/tui-winsource.h (tui_refill_source_window): Declare.
12887 * tui/tui-winsource.c (tui_refill_source_window): New function,
12888 from...
12889 (tui_horizontal_source_scroll): ... here. Move some logic.
12890 * cli/cli-style.c (set_style_enabled): Notify new observable.
12891 * tui/tui-hooks.c (tui_redisplay_source): New function.
12892 (tui_attach_detach_observers): Attach or detach
12893 tui_redisplay_source.
12894 * observable.h (source_styling_changed): New observable.
12895 * observable.c: Define source_styling_changed observable.
12896
12897 2019-03-13 Tom Tromey <tromey@adacore.com>
12898
12899 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
12900 (i386_gnu_nat_target::store_registers): Update.
12901 * target-debug.h (target_debug_print_std_string): New macro.
12902 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
12903 * windows-tdep.c (display_one_tib): Update.
12904 * tui/tui-stack.c (tui_make_status_line): Update.
12905 * top.c (print_inferior_quit_action): Update.
12906 * thread.c (thr_try_catch_cmd): Update.
12907 (add_thread_with_info): Update.
12908 (thread_target_id_str): Update.
12909 (thr_try_catch_cmd): Update.
12910 (thread_command): Update.
12911 (thread_find_command): Update.
12912 * record-btrace.c (record_btrace_target::info_record)
12913 (record_btrace_resume_thread, record_btrace_target::resume)
12914 (record_btrace_cancel_resume, record_btrace_step_thread)
12915 (record_btrace_target::wait, record_btrace_target::wait)
12916 (record_btrace_target::wait, record_btrace_target::stop): Update.
12917 * progspace.c (print_program_space): Update.
12918 * process-stratum-target.c
12919 (process_stratum_target::thread_address_space): Update.
12920 * linux-fork.c (linux_fork_mourn_inferior)
12921 (detach_checkpoint_command, info_checkpoints_command)
12922 (linux_fork_context): Update.
12923 (linux_fork_detach): Update.
12924 (class scoped_switch_fork_info): Update.
12925 (delete_checkpoint_command): Update.
12926 * infrun.c (follow_fork_inferior): Update.
12927 (follow_fork_inferior): Update.
12928 (proceed_after_vfork_done): Update.
12929 (handle_vfork_child_exec_or_exit): Update.
12930 (follow_exec): Update.
12931 (displaced_step_prepare_throw): Update.
12932 (displaced_step_restore): Update.
12933 (start_step_over): Update.
12934 (resume_1): Update.
12935 (clear_proceed_status_thread): Update.
12936 (proceed): Update.
12937 (print_target_wait_results): Update.
12938 (do_target_wait): Update.
12939 (context_switch): Update.
12940 (stop_all_threads): Update.
12941 (restart_threads): Update.
12942 (finish_step_over): Update.
12943 (handle_signal_stop): Update.
12944 (switch_back_to_stepped_thread): Update.
12945 (keep_going_pass_signal): Update.
12946 (print_exited_reason): Update.
12947 (normal_stop): Update.
12948 * inferior.c (inferior_pid_to_str): Change return type.
12949 (print_selected_inferior): Update.
12950 (add_inferior): Update.
12951 (detach_inferior): Update.
12952 * dummy-frame.c (fprint_dummy_frames): Update.
12953 * dcache.c (dcache_info_1): Update.
12954 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
12955 (btrace_fetch, btrace_clear): Update.
12956 * linux-tdep.c (linux_core_pid_to_str): Change return type.
12957 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
12958 type.
12959 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
12960 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
12961 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
12962 * gdbarch.c, gdbarch.h: Rebuild.
12963 * gdbarch.sh (core_pid_to_str): Change return type.
12964 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
12965 return type.
12966 (windows_nat_target::pid_to_str): Change return type.
12967 (windows_delete_thread): Update.
12968 (windows_nat_target::attach): Update.
12969 (windows_nat_target::files_info): Update.
12970 * target-delegates.c: Rebuild.
12971 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
12972 return type.
12973 (sol_thread_target::pid_to_str): Change return type.
12974 * remote.c (class remote_target) <pid_to_str>: Change return
12975 type.
12976 (remote_target::pid_to_str): Change return type.
12977 (extended_remote_target::attach, remote_target::remote_stop_ns)
12978 (remote_target::remote_notif_remove_queued_reply)
12979 (remote_target::push_stop_reply, remote_target::disable_btrace):
12980 Update.
12981 (extended_remote_target::attach): Update.
12982 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
12983 type.
12984 (gdbsim_target::pid_to_str): Change return type.
12985 * ravenscar-thread.c (struct ravenscar_thread_target)
12986 <pid_to_str>: Change return type.
12987 (ravenscar_thread_target::pid_to_str): Change return type.
12988 * procfs.c (class procfs_target) <pid_to_str>: Change return
12989 type.
12990 (procfs_target::pid_to_str): Change return type.
12991 (procfs_target::attach): Update.
12992 (procfs_target::detach): Update.
12993 (procfs_target::fetch_registers): Update.
12994 (procfs_target::store_registers): Update.
12995 (procfs_target::wait): Update.
12996 (procfs_target::files_info): Update.
12997 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
12998 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
12999 return type.
13000 (nto_procfs_target::pid_to_str): Change return type.
13001 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
13002 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
13003 return type.
13004 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
13005 (exit_lwp): Update.
13006 (attach_proc_task_lwp_callback, get_detach_signal)
13007 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
13008 (linux_nat_target::resume, wait_lwp, stop_callback)
13009 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
13010 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
13011 (linux_nat_wait_1, resume_stopped_resumed_lwps)
13012 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
13013 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
13014 type.
13015 (inf_ptrace_target::attach): Update.
13016 (inf_ptrace_target::files_info): Update.
13017 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
13018 type.
13019 (go32_nat_target::pid_to_str): Change return type.
13020 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
13021 (gnu_nat_target::wait): Update.
13022 (gnu_nat_target::wait): Update.
13023 (gnu_nat_target::resume): Update.
13024 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
13025 (fbsd_nat_target::wait): Update.
13026 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
13027 type.
13028 (darwin_nat_target::attach): Update.
13029 * corelow.c (class core_target) <pid_to_str>: Change return type.
13030 (core_target::pid_to_str): Change return type.
13031 * target.c (normal_pid_to_str): Change return type.
13032 (default_pid_to_str): Likewise.
13033 (target_pid_to_str): Change return type.
13034 (target_translate_tls_address): Update.
13035 (target_announce_detach): Update.
13036 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
13037 return type.
13038 (bsd_uthread_target::pid_to_str): Change return type.
13039 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
13040 type.
13041 (bsd_kvm_target::pid_to_str): Change return type.
13042 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
13043 return type.
13044 (aix_thread_target::pid_to_str): Change return type.
13045 * target.h (struct target_ops) <pid_to_str>: Change return type.
13046 (target_pid_to_str, normal_pid_to_str): Likewise.
13047 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
13048 type.
13049 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
13050 type.
13051 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
13052 return type.
13053 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
13054 type.
13055 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
13056 type.
13057 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
13058 return type.
13059
13060 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
13061
13062 * NEWS: Mention that the new default MI version is 3. Mention
13063 changes to the output of commands and events that deal with
13064 multi-location breakpoints.
13065 * breakpoint.c: Include "mi/mi-out.h".
13066 (print_one_breakpoint): Change output syntax if using MI version
13067 >= 3.
13068 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
13069 New.
13070 (mi_multi_location_breakpoint_output_fixed): New.
13071 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
13072 (mi_cmd_fix_multi_location_breakpoint_output): New.
13073 (mi_multi_location_breakpoint_output_fixed): New.
13074 * mi/mi-cmds.c (mi_cmds): Register command
13075 -fix-multi-location-breakpoint-output.
13076 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
13077 interpreter "mi".
13078
13079 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
13080
13081 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
13082 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
13083 instantiate mi_ui_out based on interpreter name.
13084 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
13085 * mi/mi-main.c (mi_load_progress): Likewise.
13086
13087 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13088
13089 * NEWS: Combine separate "New targets" sections for 8.3.
13090
13091 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13092
13093 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
13094 (ppcfbsd_init_abi): Install gdbarch
13095 "fetch_tls_load_module_address" and "get_thread_local_address"
13096 methods.
13097
13098 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13099
13100 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
13101 (riscv_fbsd_init_abi): Install gdbarch
13102 "fetch_tls_load_module_address" and "get_thread_local_address"
13103 methods.
13104
13105 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13106
13107 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
13108 (i386fbsd_init_abi): Install gdbarch
13109 "fetch_tls_load_module_address" and "get_thread_local_address"
13110 methods.
13111
13112 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13113
13114 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
13115 (amd64fbsd_init_abi): Install gdbarch
13116 "fetch_tls_load_module_address" and "get_thread_local_address"
13117 methods.
13118
13119 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13120
13121 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
13122 (struct fbsd_pspace_data): New type.
13123 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
13124 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
13125 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
13126 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
13127 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
13128
13129 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13130
13131 * gdbtypes.c (lookup_struct_elt): New function.
13132 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
13133 * gdbtypes.h (struct struct_elt): New type.
13134 (lookup_struct_elt): New prototype.
13135
13136 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13137
13138 * gdbtypes.c (lookup_struct_elt_type): Update comment and
13139 remove disabled code block.
13140
13141 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13142
13143 * gdbarch.sh (get_thread_local_address): New method.
13144 * gdbarch.h, gdbarch.c: Regenerate.
13145 * target.c (target_translate_tls_address): Use
13146 gdbarch_get_thread_local_address if present instead of
13147 target::get_thread_local_address.
13148
13149 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13150
13151 * target.h (target::get_thread_local_address): Update comment.
13152
13153 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13154
13155 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
13156 objfile->separate_debug_objfile_backlink if not NULL.
13157
13158 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13159
13160 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
13161 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
13162 (amd64bsd_store_inferior_registers): Likewise.
13163 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13164 Enable segment base registers.
13165 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
13166 PT_GETFSBASE and PT_GETGSBASE.
13167 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
13168 PT_SETGSBASE.
13169 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
13170 segment base registers.
13171 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13172
13173 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13174
13175 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13176 Update calls to i386_target_description to add 'segments'
13177 parameter.
13178 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
13179 add segment base registers.
13180 * arch/i386.c (i386_create_target_description): Add 'segments'
13181 parameter to enable segment base registers.
13182 * arch/i386.h (i386_create_target_description): Likewise.
13183 * features/i386/32bit-segments.xml: New file.
13184 * features/i386/32bit-segments.c: Generate.
13185 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
13186 call to i386_target_description to add 'segments' parameter.
13187 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13188 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
13189 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
13190 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
13191 if feature is present.
13192 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
13193 Add 'segments' parameter to call to i386_target_description.
13194 (i386_target_description): Add 'segments' parameter to enable
13195 segment base registers.
13196 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
13197 to call to i386_target_description.
13198 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
13199 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
13200 Define I386_NUM_REGS.
13201 (i386_target_description): Add 'segments' parameter to enable
13202 segment base registers.
13203
13204 2019-03-12 Eli Zaretskii <eliz@gnu.org>
13205
13206 PR/24325
13207 * source-cache.c: #undef open and close, to avoid unresolved
13208 externals during linking.
13209
13210 2019-03-12 Tom Tromey <tromey@adacore.com>
13211
13212 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
13213 const. Add initializers.
13214 (_initialize_remote): Don't initialize ptid globals.
13215
13216 2019-03-12 Pedro Alves <palves@redhat.com>
13217
13218 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
13219
13220 2019-03-12 Pedro Alves <palves@redhat.com>
13221
13222 * cp-name-parser.y (main): Remove unused 'len' variable.
13223
13224 2019-03-12 Tom Tromey <tromey@adacore.com>
13225
13226 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
13227 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
13228
13229 2019-03-12 Tom Tromey <tromey@adacore.com>
13230
13231 * linux-nat.c (iterate_over_lwps): Update.
13232 (stop_callback): Remove parameter.
13233 (stop_wait_callback, detach_callback, resume_set_callback)
13234 (select_singlestep_lwp_callback, set_ignore_sigint)
13235 (status_callback, resumed_callback, resume_clear_callback)
13236 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
13237 data parameter.
13238 (linux_nat_target::detach, linux_nat_target::resume)
13239 (linux_stop_and_wait_all_lwps, select_event_lwp)
13240 (linux_nat_filter_event, linux_nat_wait_1)
13241 (linux_nat_target::kill, linux_nat_target::stop)
13242 (linux_nat_target::stop): Update.
13243 (linux_nat_resume_callback): Change type.
13244 (resume_stopped_resumed_lwps, count_events_callback)
13245 (select_event_lwp_callback): Likewise.
13246 (linux_stop_lwp, linux_nat_stop_lwp): Update.
13247 * arm-linux-nat.c (struct update_registers_data): Remove.
13248 (update_registers_callback): Change type.
13249 (arm_linux_insert_hw_breakpoint1): Update.
13250 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
13251 parameter.
13252 (x86_linux_dr_set_addr): Update.
13253 (x86_linux_dr_set_control): Update.
13254 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
13255 (iterate_over_lwps): Use gdb::function_view.
13256 * nat/aarch64-linux-hw-point.c (struct
13257 aarch64_dr_update_callback_param): Remove.
13258 (debug_reg_change_callback): Change type.
13259 (aarch64_notify_debug_reg_change): Update.
13260 * s390-linux-nat.c (s390_refresh_per_info): Update.
13261
13262 2019-03-11 Tom Tromey <tromey@adacore.com>
13263
13264 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
13265 redundant assignment to "this_cu".
13266
13267 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13268
13269 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
13270
13271 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13272
13273 * gdbtypes.c (rank_one_type_parm_set): New function extracted
13274 from...
13275 (rank_one_type): ... this.
13276
13277 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13278
13279 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
13280 from...
13281 (rank_one_type): ... this.
13282
13283 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13284
13285 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
13286 from...
13287 (rank_one_type): ... this.
13288
13289 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13290
13291 * gdbtypes.c (rank_one_type_parm_float): New function extracted
13292 from...
13293 (rank_one_type): ... this.
13294
13295 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13296
13297 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
13298 from...
13299 (rank_one_type): ... this.
13300
13301 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13302
13303 * gdbtypes.c (rank_one_type_parm_range): New function extracted
13304 from...
13305 (rank_one_type): ... this.
13306
13307 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13308
13309 * gdbtypes.c (rank_one_type_parm_char): New function extracted
13310 from...
13311 (rank_one_type): ... this.
13312
13313 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13314
13315 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
13316 from...
13317 (rank_one_type): ... this.
13318
13319 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13320
13321 * gdbtypes.c (rank_one_type_parm_int): New function extracted
13322 from...
13323 (rank_one_type): ... this.
13324
13325 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13326
13327 * gdbtypes.c (rank_one_type_parm_func): New function extracted
13328 from...
13329 (rank_one_type): ... this.
13330
13331 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13332
13333 * gdbtypes.c (rank_one_type_parm_array): New function extracted
13334 from...
13335 (rank_one_type): ... this.
13336
13337 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13338
13339 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
13340 from...
13341 (rank_one_type): ... this.
13342
13343 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13344
13345 * inferior.c (initialize_inferiors): Ensure 'help set/show print
13346 inferior-events' shows the example events.
13347
13348 2019-03-08 Eli Zaretskii <eliz@gnu.org>
13349
13350 Support styling on native MS-Windows console
13351
13352 PR/24315
13353 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
13354 on MS-Windows if $TERM is not defined.
13355
13356 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
13357
13358 * posix-hdep.c (gdb_console_fputs):
13359 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
13360 functions.
13361 * ui-file.h (gdb_console_fputs): Add prototype.
13362
13363 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
13364 back to fputs only if the former returns zero.
13365
13366 2019-03-07 Tom Tromey <tom@tromey.com>
13367
13368 * symmisc.c (print_symbol_bcache_statistics): Update.
13369 (print_objfile_statistics): Update.
13370 * symfile.c (allocate_symtab): Update.
13371 * stabsread.c: Don't include bcache.h.
13372 * psymtab.h (struct psymbol_bcache): Don't declare.
13373 (class psymtab_storage) <psymbol_cache>: Now a bcache.
13374 (psymbol_bcache_init, psymbol_bcache_free)
13375 (psymbol_bcache_get_bcache): Don't declare.
13376 * psymtab.c (struct psymbol_bcache): Remove.
13377 (psymtab_storage::psymtab_storage): Update.
13378 (psymtab_storage::~psymtab_storage): Update.
13379 (psymbol_bcache_init, psymbol_bcache_free)
13380 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
13381 (add_psymbol_to_bcache): Update.
13382 (allocate_psymtab): Update.
13383 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
13384 macro_cache>: No longer pointers.
13385 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
13386 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
13387 * macrotab.c (macro_bcache): Update.
13388 * macroexp.c: Don't include bcache.h.
13389 * gdbtypes.c (check_types_worklist): Update.
13390 (types_deeply_equal): Remove TRY/CATCH. Update.
13391 * elfread.c (elf_symtab_read): Update.
13392 * dwarf2read.c: Don't include bcache.h.
13393 * buildsym.c (buildsym_compunit::get_macro_table): Update.
13394 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
13395 (print_bcache_statistics, bcache_memory_used): Don't declare.
13396 (struct bcache): Move from bcache.c. Add constructor, destructor,
13397 methods. Rename all data members.
13398 * bcache.c (struct bcache): Move to bcache.h.
13399 (bcache::expand_hash_table): Rename from expand_hash_table.
13400 (bcache): Remove.
13401 (bcache::insert): Rename from bcache_full.
13402 (bcache::compare): Rename from bcache_compare.
13403 (bcache_xmalloc): Remove.
13404 (bcache::~bcache): Rename from bcache_xfree.
13405 (bcache::print_statistics): Rename from print_bcache_statistics.
13406 (bcache::memory_used): Rename from bcache_memory_used.
13407
13408 2019-03-07 Pedro Alves <palves@redhat.com>
13409
13410 * infrun.c (normal_stop): Also check for
13411 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
13412
13413 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
13414
13415 * f-lang.c (value_from_host_double): Moved to...
13416 * value.c (value_from_host_double): ...here.
13417 * value.h (value_from_host_double): Declare.
13418 * guile/scm-math.c (vlscm_convert_typed_number): Use
13419 value_from_host_double.
13420 (vlscm_convert_number): Likewise.
13421 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
13422 * python/py-value.c (convert_value_from_python): Likewise.
13423
13424 2019-03-06 Tom Tromey <tom@tromey.com>
13425
13426 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
13427
13428 2019-03-06 Tom Tromey <tom@tromey.com>
13429
13430 * utils.h (free_current_contents): Don't declare.
13431 * utils.c (free_current_contents): Remove.
13432
13433 2019-03-06 Tom Tromey <tom@tromey.com>
13434
13435 * top.c (quit_force): Update.
13436 * main.c (captured_command_loop): Update.
13437 * common/new-op.c (operator new): Update.
13438 * common/common-exceptions.c (struct catcher)
13439 <save_cleanup_chain>: Remove member.
13440 (exceptions_state_mc_init): Update.
13441 (exception_try_scope_entry): Return nullptr.
13442 (exception_try_scope_exit, exception_rethrow)
13443 (throw_exception_sjlj, throw_exception_cxx): Update.
13444 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
13445 (all_cleanups, do_cleanups, discard_cleanups)
13446 (discard_final_cleanups, save_cleanups, save_final_cleanups)
13447 (restore_cleanups, restore_final_cleanups): Don't declare.
13448 (do_final_cleanups): Remove parameter.
13449 * common/cleanups.c (cleanup_chain, make_cleanup)
13450 (make_cleanup_dtor, all_cleanups, do_cleanups)
13451 (discard_my_cleanups, discard_cleanups)
13452 (discard_final_cleanups, save_my_cleanups, save_cleanups)
13453 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
13454 (null_cleanup): Remove.
13455 (do_final_cleanups): Remove parameter.
13456
13457 2019-03-06 Tom Tromey <tom@tromey.com>
13458
13459 * remote.c (remote_target::remote_parse_stop_reply): Use
13460 unique_xmalloc_ptr.
13461
13462 2019-03-06 Tom Tromey <tom@tromey.com>
13463
13464 * stabsread.c (struct stabs_field_info): Rename from field_info.
13465 <list, fnlist>: Add initializers.
13466 <obstack>: New member.
13467 (read_member_functions, read_struct_fields, read_baseclasses):
13468 Allocate on obstack. Don't use cleanups.
13469 (read_one_struct_field, read_member_functions, read_struct_fields)
13470 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
13471 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
13472 (read_struct_type): Update.
13473
13474 2019-03-06 Tom Tromey <tom@tromey.com>
13475
13476 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
13477 * common/filestuff.h (make_cleanup_close): Don't declare.
13478 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
13479 Remove.
13480
13481 2019-03-06 Tom Tromey <tom@tromey.com>
13482
13483 * solib-aix.c: Use make_scope_exit.
13484
13485 2019-03-06 Tom Tromey <tom@tromey.com>
13486
13487 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
13488 Use make_scope_exit.
13489
13490 2019-03-06 Tom Tromey <tom@tromey.com>
13491
13492 * solib-svr4.c (disable_probes_interface): Remove parameter.
13493 (svr4_handle_solib_event): Use make_scope_exit.
13494
13495 2019-03-06 Tom Tromey <tom@tromey.com>
13496
13497 * remote.c (struct stop_reply_deleter): Remove.
13498 (stop_reply_up): Update.
13499 (struct stop_reply): Derive from notif_event. Don't typedef.
13500 <regcache>: Now a std::vector.
13501 (stop_reply_xfree): Remove.
13502 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
13503 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
13504 (remote_target::discard_pending_stop_replies): Use delete.
13505 (remote_target::remote_parse_stop_reply): Update.
13506 (remote_target::process_stop_reply): Update.
13507 * remote-notif.h (struct notif_event): Add virtual destructor.
13508 Remove "dtr" member.
13509 (struct notif_client) <alloc_event>: Return a unique_ptr.
13510 (notif_event_xfree): Don't declare.
13511 (notif_event_up): New typedef.
13512 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
13513 (notif_event_xfree, do_notif_event_xfree): Remove.
13514 (remote_notif_state_xfree): Update.
13515
13516 2019-03-06 Tom Tromey <tom@tromey.com>
13517
13518 * infrun.c (displaced_step_clear_cleanup): Now a
13519 forward_scope_exit type.
13520 (displaced_step_prepare_throw): Update.
13521 (displaced_step_fixup): Update.
13522
13523 2019-03-06 Tom Tromey <tom@tromey.com>
13524
13525 * inferior.h (class inferior): Update comment.
13526 * gdbthread.h (class thread_info): Update comment.
13527
13528 2019-03-06 Joel Brobecker <brobecker@adacore.com>
13529 Tom Tromey <tom@tromey.com>
13530
13531 * stabsread.h (struct stab_section_list): Remove.
13532 (coffstab_build_psymtabs): Update.
13533 * dbxread.c (symbuf_sections): Now a std::vector.
13534 (sect_idx): New global.
13535 (fill_symbuf): Update.
13536 (coffstab_build_psymtabs): Change type of stabsects parameter.
13537 Update.
13538 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
13539 std::vector.
13540 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
13541 (coff_locate_sections): Update.
13542 (coff_symfile_read): Remove cleanups. Update.
13543 (init_stringtab): Add storage parameter.
13544 (free_stringtab, free_stringtab_cleanup): Remove.
13545 (init_lineno): Add storage parameter.
13546 (free_linetab, free_linetab_cleanup): Remove.
13547
13548 2019-03-06 Pedro Alves <palves@redhat.com>
13549
13550 * linux-fork.c (fork_info::clobber_regs): Delete.
13551 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
13552 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
13553 comment. Adjust.
13554 (scoped_switch_fork_info::scoped_switch_fork_info)
13555 (checkpoint_command, linux_fork_context): Adjust
13556 fork_save_infrun_state calls.
13557
13558 2019-03-06 Pedro Alves <palves@redhat.com>
13559
13560 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
13561 (inf_has_multiple_threads): Return 'bool' and rewrite using
13562 inferior_info::threads().
13563
13564 2019-03-06 Pedro Alves <palves@redhat.com>
13565
13566 * linux-fork.c: Include <list>.
13567 (fork_list): Now a std::list instance.
13568 (fork_info): Add ctor, dtor, and in-class initialize all fields.
13569 (forks_exist_p, find_last_fork): Adjust.
13570 (new_fork): Delete.
13571 (one_fork_p): New.
13572 (add_fork): Adjust.
13573 (free_fork): Delete, folded into fork_info::~fork_info().
13574 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
13575 Adjust.
13576 (init_fork_list): Delete.
13577 (linux_fork_killall, linux_fork_mourn_inferior)
13578 (linux_fork_detach, info_checkpoints_command): Adjust.
13579 (_initialize_linux_fork): No longer call init_fork_list.
13580
13581 2019-03-06 Pedro Alves <palves@redhat.com>
13582
13583 * linux-fork.c (new_fork): New, split out of ...
13584 (add_fork): ... this. Return void. Move "first fork" special
13585 case from here, to ...
13586 (checkpoint_command): ... here.
13587 * linux-linux.h (add_fork): Return void.
13588
13589 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13590
13591 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
13592
13593 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13594 Chris January <chris.january@arm.com>
13595 David Lecomber <david.lecomber@arm.com>
13596
13597 * f-exp.y: New token, UNOP_INTRINSIC.
13598 (exp): New pattern using UNOP_INTRINSIC token.
13599 (f77_keywords): Add 'abs' keyword.
13600 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
13601 (value_from_host_double): New function.
13602 (evaluate_subexp_f): Support UNOP_ABS.
13603
13604 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13605
13606 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
13607 types.
13608
13609 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13610
13611 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
13612 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
13613 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
13614
13615 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13616
13617 * f-exp.y (convert_to_kind_type): Handle more type kinds.
13618
13619 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13620 Chris January <chris.january@arm.com>
13621
13622 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
13623 * f-exp.y: Define 'KIND' token.
13624 (exp): New pattern for KIND expressions.
13625 (ptype): Handle types with a kind extension.
13626 (direct_abs_decl): Extend to spot kind extensions.
13627 (f77_keywords): Add 'kind' to the list.
13628 (push_kind_type): New function.
13629 (convert_to_kind_type): New function.
13630 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
13631 * parse.c (operator_length_standard): Likewise.
13632 * parser-defs.h (enum type_pieces): Add tp_kind.
13633 * std-operator.def: Add UNOP_KIND.
13634
13635 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13636
13637 * f-exp.y (f_parse): Set yydebug.
13638
13639 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13640
13641 * f-lang.c (evaluate_subexp_f): New function.
13642 (exp_descriptor_f): New global.
13643 (f_language_defn): Use exp_descriptor_f instead of
13644 exp_descriptor_standard.
13645
13646 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13647
13648 * f-exp.y (struct token): Add comments.
13649 (dot_ops): Remove uppercase versions and the end marker.
13650 (f77_keywords): Likewise.
13651 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
13652 entries in the dot_ops array are case insensitive, and use
13653 strncasecmp to compare strings. Also some whitespace cleanup in
13654 this area. Similar for the f77_keywords array, except entries in
13655 this list might be case sensitive.
13656
13657 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13658
13659 * f-exp.y (struct f77_boolean_val): Add comments.
13660 (boolean_values): Remove uppercase versions, and end marker.
13661 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
13662 and use strncasecmp to achieve case insensitivity. Additionally,
13663 perform whitespace cleanup around this code.
13664
13665 2019-03-06 Tom Tromey <tromey@adacore.com>
13666
13667 * remote-sim.c (gdbsim_target_open): Use result of
13668 gdb_argv::release.
13669
13670 2019-03-06 Richard Bunt <richard.bunt@arm.com>
13671 Dirk Schubert <dirk.schubert@arm.com>
13672 Chris January <chris.january@arm.com>
13673
13674 * eval.c (evaluate_subexp_standard): Call Fortran argument
13675 wrapping logic.
13676 * f-lang.c (struct value): A value which can be passed into a
13677 Fortran function call.
13678 (fortran_argument_convert): Wrap Fortran arguments in a pointer
13679 where appropriate.
13680 (struct type): Value ready for a Fortran function call.
13681 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
13682 is needed.
13683 * f-lang.h (fortran_argument_convert): Declaration.
13684 (fortran_preserve_arg_pointer): Declaration.
13685 * infcall.c (value_arg_coerce): Call Fortran argument logic.
13686
13687 2019-03-05 Tom Tromey <tromey@adacore.com>
13688
13689 * python/py-prettyprint.c (print_string_repr): Remove #if.
13690 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
13691
13692 2019-03-05 Tom Tromey <tromey@adacore.com>
13693
13694 * target.c (the_dummy_target): Move later. Change type to
13695 "dummy_target".
13696 (initialize_targets): Don't initialize the_dummy_target.
13697
13698 2019-03-05 Tom Tromey <tromey@adacore.com>
13699
13700 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
13701 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
13702
13703 2019-03-05 Tom Tromey <tromey@adacore.com>
13704
13705 * windows-nat.c (windows_nat_target::attach)
13706 (windows_nat_target::detach): Don't call gdb_flush.
13707 * valprint.c (generic_val_print, val_print, val_print_string):
13708 Don't call gdb_flush.
13709 * utils.c (defaulted_query): Don't call gdb_flush.
13710 * typeprint.c (print_type_scalar): Don't call gdb_flush.
13711 * target.c (target_announce_detach): Don't call gdb_flush.
13712 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
13713 * remote.c (extended_remote_target::attach): Don't call
13714 gdb_flush.
13715 * procfs.c (procfs_target::detach): Don't call gdb_flush.
13716 * printcmd.c (do_examine): Don't call gdb_flush.
13717 (info_display_command): Don't call gdb_flush.
13718 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
13719 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
13720 * memattr.c (info_mem_command): Don't call gdb_flush.
13721 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
13722 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
13723 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
13724 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
13725 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
13726 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
13727 (gnu_nat_target::detach): Don't call gdb_flush.
13728 * f-valprint.c (f_val_print): Don't call gdb_flush.
13729 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
13730 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
13731 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
13732 gdb_flush.
13733 * c-valprint.c (c_val_print): Don't call gdb_flush.
13734 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
13735
13736 2019-03-05 Tom Tromey <tromey@adacore.com>
13737
13738 * varobj.c (update_dynamic_varobj_children): Update.
13739 (install_default_visualizer): Use reset, not release.
13740 * value.c (set_internalvar): Update.
13741 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
13742 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
13743 ATTRIBUTE_UNUSED_RESULT.
13744
13745 2019-03-05 Tom Tromey <tromey@adacore.com>
13746
13747 * remote.c (class scoped_remote_fd) <release>: Add
13748 ATTRIBUTE_UNUSED_RESULT.
13749
13750 2019-03-05 Tom Tromey <tromey@adacore.com>
13751
13752 * macroexp.c (struct macro_buffer) <release>: Add
13753 ATTRIBUTE_UNUSED_RESULT.
13754
13755 2019-03-05 Tom Tromey <tromey@adacore.com>
13756
13757 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
13758 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
13759 ATTRIBUTE_UNUSED_RESULT.
13760
13761 2019-03-05 Tom Tromey <tromey@adacore.com>
13762
13763 * common/scoped_fd.h (class scoped_fd) <release>: Add
13764 ATTRIBUTE_UNUSED_RESULT.
13765
13766 2019-03-05 Tom Tromey <tromey@adacore.com>
13767
13768 * parser-defs.h (struct parser_state) <release>: Add
13769 ATTRIBUTE_UNUSED_RESULT.
13770
13771 2019-03-05 Tom Tromey <tromey@adacore.com>
13772
13773 * utils.h (class gdb_argv) <release>: Add
13774 ATTRIBUTE_UNUSED_RESULT.
13775 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
13776
13777 2019-03-02 Eli Zaretskii <eliz@gnu.org>
13778
13779 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
13780 for-loop range, to avoid compiler warnings.
13781
13782 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
13783 avoid compiler warnings about unused variables.
13784
13785 * NEWS: Mention end of support for native debugging on MS-Windows
13786 before XP.
13787
13788 PR gdb/24292
13789 * common/netstuff.c:
13790 * gdbserver/gdbreplay.c
13791 * gdbserver/remote-utils.c:
13792 * ser-tcp.c:
13793 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
13794 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
13795 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
13796 'getaddrinfo' and 'freeaddrinfo' were not available before
13797 Windows XP, and mingw.org's MinGW headers by default define
13798 _WIN32_WINNT to 0x500.
13799
13800 2019-03-01 Gary Benson <gbenson@redhat.com>
13801
13802 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
13803
13804 2019-02-28 Brian Vandenberg <phantall@gmail.com>
13805 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13806
13807 PR gdb/8527
13808 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
13809 set_sigint_trap, clear_sigint_trap.
13810
13811 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13812
13813 * target.c (target_detach): Clear the regcache and the
13814 frame cache.
13815
13816 2019-02-27 Pedro Alves <palves@redhat.com>
13817
13818 * utils.c (set_screen_size): When we cap the height/width sizes,
13819 tweak the corresponding command variable to show "unlimited":
13820
13821 2019-02-27 Saagar Jha <saagar@saagarjha.com>
13822 Pedro Alves <palves@redhat.com>
13823
13824 * utils.c (set_screen_size): Reduce "infinite" rows and columns
13825 before calling rl_set_screen_size.
13826
13827 2019-02-27 Tom Tromey <tromey@adacore.com>
13828
13829 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
13830 define.
13831 * python/py-value.c: Remove Python 2.4 workaround.
13832 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
13833 workaround.
13834 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
13835 Python 2.4 workaround.
13836 * python/python-internal.h: Remove Python 2.4 comment.
13837 (Py_ssize_t): Don't define.
13838 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
13839 (gdb_Py_DECREF): Remove Python 2.4 workaround.
13840 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
13841 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
13842 * python/python.c (do_start_initialization): Remove Python 2.4
13843 workaround.
13844 * python/py-prettyprint.c (class dummy_python_frame): Remove.
13845 (print_children): Remove Python 2.4 workaround.
13846 * python/py-inferior.c (buffer_procs): Remove Python 2.4
13847 workaround.
13848 (CHARBUFFERPROC_NAME): Remove.
13849 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
13850 Python 2.4 workaround.
13851
13852 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13853
13854 * NEWS: Note minimum Python version.
13855
13856 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13857
13858 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
13859 code from these functions. Remove corresponding ifdefs. Use
13860 Py_buffer_up instead of explicit calls to PyBuffer_Release.
13861 Remove gotos and target of gotos.
13862 (infpy_search_memory): Likewise.
13863
13864 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13865
13866 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
13867 (hppa_gdbarch_init): Don't register deleted functions with
13868 gdbarch.
13869
13870 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13871
13872 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
13873 (h8300_unwind_sp): Delete.
13874 (h8300_dummy_id): Delete.
13875 (h8300_gdbarch_init): Don't register deleted functions with
13876 gdbarch.
13877
13878 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13879
13880 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
13881 (ft32_unwind_pc): Delete.
13882 (ft32_unwind_sp): Delete.
13883 (ft32_gdbarch_init): Don't register deleted functions with
13884 gdbarch.
13885
13886 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13887
13888 * gdb/frv-tdep.c (frv_dummy_id): Delete.
13889 (frv_unwind_pc): Delete.
13890 (frv_unwind_sp): Delete.
13891 (frv_gdbarch_init): Don't register deleted functions with
13892 gdbarch.
13893
13894 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13895
13896 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
13897 (riscv_unwind_pc): Delete.
13898 (riscv_unwind_sp): Delete.
13899 (riscv_gdbarch_init): Don't register deleted functions with
13900 gdbarch.
13901
13902 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13903
13904 * gdb/csky-tdep.c (csky_dummy_id): Delete.
13905 (csky_unwind_pc): Delete.
13906 (csky_unwind_sp): Delete.
13907 (csky_gdbarch_init): Don't register deleted functions with
13908 gdbarch.
13909
13910 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13911
13912 * gdb/cris-tdep.c (cris_dummy_id): Delete.
13913 (cris_unwind_pc): Delete.
13914 (cris_unwind_sp): Delete.
13915 (cris_gdbarch_init): Don't register deleted functions with
13916 gdbarch.
13917
13918 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13919
13920 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
13921 (bfin_unwind_pc): Delete.
13922 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
13923
13924 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13925
13926 * gdb/arm-tdep.c (arm_dummy_id): Delete.
13927 (arm_unwind_pc): Delete.
13928 (arm_unwind_sp): Delete.
13929 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
13930
13931 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13932
13933 * gdb/arc-tdep.c (arc_dummy_id): Delete.
13934 (arc_unwind_pc): Delete.
13935 (arc_unwind_sp): Delete.
13936 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
13937
13938 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13939
13940 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
13941 (alpha_unwind_pc): Delete.
13942 (alpha_gdbarch_init): Don't register deleted functions with
13943 gdbarch.
13944
13945 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13946
13947 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
13948 (aarch64_unwind_pc): Delete.
13949 (aarch64_unwind_sp): Delete.
13950 (aarch64_gdbarch_init): Don't register deleted functions with
13951 gdbarch.
13952
13953 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13954
13955 * gdbtypes.c (type_align): Don't consider static members when
13956 computing structure alignment.
13957
13958 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13959
13960 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
13961 return 0 for other types.
13962 * arch-utils.c (default_type_align): Always return 0.
13963 * gdbarch.h: Regenerate.
13964 * gdbarch.sh (type_align): Extend comment.
13965 * gdbtypes.c (type_align): Add additional comments, always call
13966 gdbarch_type_align before applying the default rules.
13967 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
13968 generic code will then apply a suitable default.
13969 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
13970 types, return 0 for other types.
13971
13972 2019-02-27 Joel Brobecker <brobecker@adacore.com>
13973
13974 * NEWS: Create a new section for the next release branch.
13975 Rename the section of the current branch, now that it has
13976 been cut.
13977
13978 2019-02-27 Joel Brobecker <brobecker@adacore.com>
13979
13980 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
13981 * version.in: Bump version to 8.3.50.DATE-git.
13982
13983 2019-02-26 Simon Marchi <simon.marchi@efficios.com>
13984
13985 * aix-thread.c (ptid_cmp): Remove unused variable.
13986 (get_signaled_thread): Likewise.
13987 (store_regs_user_thread): Likewise.
13988 (store_regs_kernel_thread): Likewise.
13989 (fetch_regs_kernel_thread): Remove shadowed variable.
13990
13991 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
13992
13993 * features/riscv/32bit-cpu.xml: Add register numbers.
13994 * features/riscv/32bit-fpu.c: Regenerate.
13995 * features/riscv/32bit-fpu.xml: Add register numbers.
13996 * features/riscv/64bit-cpu.xml: Add register numbers.
13997 * features/riscv/64bit-fpu.c: Regenerate.
13998 * features/riscv/64bit-fpu.xml: Add register numbers.
13999
14000 2019-02-26 Kevin Buettner <kevinb@redhat.com>
14001
14002 * NEWS: Mention two argument form of gdb.Value constructor.
14003 * python/py-value.c (convert_buffer_and_type_to_value): New
14004 function.
14005 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
14006 Add support for handling an optional second argument. Call
14007 convert_buffer_and_type_to_value as appropriate.
14008 * python/python-internal.h (Py_buffer_deleter): New struct.
14009 (Py_buffer_up): New typedef.
14010
14011 2019-02-25 John Baldwin <jhb@FreeBSD.org>
14012
14013 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
14014 instead of releasing ownership.
14015
14016 2019-02-25 Jordan Rupprecht <rupprecht@google.com>
14017
14018 * dwarf2read.c (open_and_init_dwp_file): Call
14019 elf_numsections instead of bfd_count_sections to initialize
14020 dwp_file->num_sections.
14021
14022 2019-02-25 Tom Tromey <tromey@adacore.com>
14023
14024 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
14025
14026 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
14027
14028 * gcore.in: Add '--readnever' option when invoking GDB.
14029
14030 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
14031
14032 * MAINTAINERS: Update my email address.
14033
14034 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
14035
14036 * build-id.c (build_id_to_debug_bfd_1): New function.
14037 (build_id_to_debug_bfd): Look for separate debug file in
14038 sysroot.
14039
14040 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
14041
14042 * gdbarch.sh: Update the copyright year range that is placed into
14043 generated files.
14044
14045 2019-02-22 Keith Seitz <keiths@redhat.com>
14046
14047 PR symtab/23853
14048 * linespec.c (create_sals_line_offset): Search for the default
14049 symtab's filename instead of its fullname.
14050
14051 2019-02-21 Alan Hayward <alan.hayward@arm.com>
14052
14053 * NEWS: Update style defaults.
14054
14055 2019-02-21 Alan Hayward <alan.hayward@arm.com>
14056
14057 * main.c (captured_main_1): Disable styling in batch mode.
14058
14059 2019-02-20 Tom Tromey <tom@tromey.com>
14060
14061 * symtab.c (symtab_symbol_info): Fix typos.
14062
14063 2019-02-20 Tom Tromey <tromey@adacore.com>
14064
14065 * findcmd.c (_initialize_mem_search): Use upper case for
14066 metasyntactic variables.
14067
14068 2019-02-20 Alan Hayward <alan.hayward@arm.com>
14069
14070 * aarch64-tdep.c (aarch64_add_reggroups): New function.
14071 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
14072
14073 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
14074
14075 * top.h (source_file_name): Change to std::string.
14076 * top.c (source_file_name): Likewise.
14077 (command_line_input): Adjust.
14078 * cli/cli-script.c (script_from_file): Adjust.
14079
14080 2019-02-19 Tom Tromey <tromey@adacore.com>
14081
14082 * ravenscar-thread.c
14083 (ravenscar_thread_target::update_thread_list): Don't call
14084 ada_build_task_list.
14085 * ada-lang.h (ada_build_task_list): Don't declare.
14086 * ada-tasks.c (struct ada_tasks_inferior_data)
14087 <task_list_valid_p>: Now bool.
14088 (read_known_tasks, ada_task_list_changed)
14089 (ada_tasks_invalidate_inferior_data): Update.
14090 (read_known_tasks_array): Return bool.
14091 (read_known_tasks_list): Likewise.
14092 (read_known_tasks): Return void.
14093 (ada_build_task_list): Now static.
14094
14095 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
14096
14097 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
14098 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
14099
14100 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14101
14102 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
14103 variant for ada_tasks_pspace_data_handle and
14104 ada_tasks_inferior_data_handle.
14105 (ada_tasks_pspace_data_cleanup): New function.
14106 (ada_tasks_inferior_data_cleanup): New function.
14107
14108 2019-02-17 Tom Tromey <tom@tromey.com>
14109
14110 * macrotab.h (macro_source_fullname): Return a std::string.
14111 * macrotab.c (macro_include, check_for_redefinition)
14112 (macro_undef, macro_lookup_definition, foreach_macro)
14113 (foreach_macro_in_scope): Update.
14114 (macro_source_fullname): Return a std::string.
14115 * macrocmd.c (show_pp_source_pos): Update.
14116
14117 2019-02-17 Tom Tromey <tom@tromey.com>
14118
14119 * macrocmd.c (show_pp_source_pos): Style the file names.
14120
14121 2019-02-17 Tom Tromey <tom@tromey.com>
14122
14123 PR tui/24197:
14124 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
14125
14126 2019-02-17 Tom Tromey <tom@tromey.com>
14127
14128 * ada-lang.c (user_select_syms): Use filtered printing.
14129 * utils.c (wrap_style): New global.
14130 (desired_style): Remove.
14131 (emit_style_escape): Add stream parameter.
14132 (set_output_style, reset_terminal_style, prompt_for_continue):
14133 Update.
14134 (flush_wrap_buffer): Only flush gdb_stdout.
14135 (wrap_here): Set wrap_style.
14136 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
14137 treat escape sequences as a character. Change when wrap buffer is
14138 flushed.
14139 (fputs_styled): Do not set the output style when the default is
14140 requested.
14141 * ui-style.h (struct ui_file_style) <is_default>: New method.
14142 * source.c (print_source_lines_base): Emit escape sequences in one
14143 piece.
14144
14145 2019-02-17 Joel Brobecker <brobecker@adacore.com>
14146
14147 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
14148 integers and enumeration types.
14149
14150 2019-02-17 Joel Brobecker <brobecker@adacore.com>
14151
14152 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
14153 instead of lookup_symbol_in_language
14154 (do_exact_match): New function.
14155 (ada_get_symbol_name_matcher): Return do_exact_match when
14156 doing a verbatim match.
14157
14158 2019-02-15 Tom Tromey <tromey@adacore.com>
14159
14160 * ravenscar-thread.c (ravenscar_thread_target::resume)
14161 (ravenscar_thread_target::wait): Special case wildcard requests.
14162
14163 2019-02-15 Tom Tromey <tromey@adacore.com>
14164
14165 * ravenscar-thread.c (base_ptid): Remove.
14166 (struct ravenscar_thread_target) <close>: New method.
14167 <m_base_ptid>: New member.
14168 <update_inferior_ptid, active_task, task_is_currently_active,
14169 runtime_initialized>: Declare methods.
14170 <ravenscar_thread_target>: Add constructor.
14171 (ravenscar_thread_target::task_is_currently_active)
14172 (ravenscar_thread_target::update_inferior_ptid)
14173 (ravenscar_runtime_initialized): Rename. Now methods.
14174 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
14175 (ravenscar_thread_target::update_thread_list): Update.
14176 (ravenscar_thread_target::active_task): Now method.
14177 (ravenscar_thread_target::store_registers)
14178 (ravenscar_thread_target::prepare_to_store)
14179 (ravenscar_thread_target::prepare_to_store)
14180 (ravenscar_thread_target::mourn_inferior): Update.
14181 (ravenscar_inferior_created): Use "new" to create target.
14182 (ravenscar_thread_target::get_ada_task_ptid): Update.
14183 (_initialize_ravenscar): Don't initialize base_ptid.
14184 (ravenscar_ops): Remove global.
14185
14186 2019-02-15 Tom Tromey <tromey@adacore.com>
14187
14188 * target.h (push_target): Declare new overload.
14189 * target.c (push_target): New overload, taking an rvalue reference.
14190 * remote.c (remote_target::open_1): Use push_target overload.
14191 * corelow.c (core_target_open): Use push_target overload.
14192
14193 2019-02-15 Tom Tromey <tromey@adacore.com>
14194
14195 * ravenscar-thread.c (is_ravenscar_task)
14196 (ravenscar_task_is_currently_active): Return bool.
14197 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
14198 (_initialize_ravenscar): Remove "(void)".
14199 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
14200 Return bool.
14201
14202 2019-02-15 Tom Tromey <tromey@adacore.com>
14203
14204 * ravenscar-thread.c (ravenscar_runtime_initializer)
14205 (has_ravenscar_runtime, get_running_thread_id)
14206 (ravenscar_thread_target::resume): Fix indentation.
14207
14208 2019-02-15 Tom Tromey <tromey@adacore.com>
14209
14210 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
14211 from ravenscar_arch_ops.
14212 (sparc_ravenscar_ops::fetch_registers)
14213 (sparc_ravenscar_ops::store_registers): Now methods.
14214 (sparc_ravenscar_prepare_to_store): Remove.
14215 (sparc_ravenscar_ops): Redefine.
14216 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
14217 methods and destructor. Remove members.
14218 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
14219 (ravenscar_thread_target::store_registers)
14220 (ravenscar_thread_target::prepare_to_store): Update.
14221 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
14222 Remove.
14223 (struct ppc_ravenscar_powerpc_ops): Derive from
14224 ravenscar_arch_ops.
14225 (ppc_ravenscar_powerpc_ops::fetch_registers)
14226 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
14227 (ppc_ravenscar_powerpc_ops): Redefine.
14228 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
14229 (ppc_ravenscar_e500_ops::fetch_registers)
14230 (ppc_ravenscar_e500_ops::store_registers): Now methods.
14231 (ppc_ravenscar_e500_ops): Redefine.
14232 * aarch64-ravenscar-thread.c
14233 (aarch64_ravenscar_generic_prepare_to_store): Remove.
14234 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
14235 (aarch64_ravenscar_fetch_registers)
14236 (aarch64_ravenscar_store_registers): Now methods.
14237 (aarch64_ravenscar_ops): Redefine.
14238
14239 2019-02-15 Tom Tromey <tromey@adacore.com>
14240
14241 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
14242 (ravenscar_thread_target::stopped_by_hw_breakpoint)
14243 (ravenscar_thread_target::stopped_by_watchpoint)
14244 (ravenscar_thread_target::stopped_data_address)
14245 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
14246
14247 2019-02-15 Tom Tromey <tromey@adacore.com>
14248
14249 * ravenscar-thread.c: Fix some typos.
14250
14251 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14252 Tom Tromey <tromey@adacore.com>
14253
14254 * ada-lang.c (ada_exception_sal): Change addr_string to a
14255 std::string.
14256 (create_ada_exception_catchpoint): Update.
14257
14258 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14259 Tom Tromey <tromey@adacore.com>
14260
14261 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
14262 (bp_location_ops): Remove.
14263 (base_breakpoint_allocate_location): Update.
14264 (free_bp_location): Update.
14265 * ada-lang.c (class ada_catchpoint_location)
14266 <ada_catchpoint_location>: Remove ops parameter.
14267 (ada_catchpoint_location_dtor): Remove.
14268 (ada_catchpoint_location_ops): Remove.
14269 (allocate_location_exception): Update.
14270 * breakpoint.h (struct bp_location_ops): Remove.
14271 (class bp_location) <bp_location>: Remove bp_location_ops
14272 parameter.
14273 <~bp_location>: Add destructor.
14274 <ops>: Remove.
14275
14276 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14277 Pedro Alves <palves@redhat.com>
14278
14279 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
14280 'PATH_MAX'.
14281
14282 2019-02-14 David Michael <fedora.dm0@gmail.com>
14283 Samuel Thibault <samuel.thibault@gnu.org>
14284 Thomas Schwinge <thomas@codesourcery.com>
14285
14286 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
14287 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
14288
14289 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14290
14291 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
14292 (check_empty): Use "const char *".
14293
14294 * gnu-nat.c (gnu_nat_target::detach): Instead of
14295 'detach_inferior (pid)' call
14296 'detach_inferior (find_inferior_pid (pid))'.
14297
14298 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
14299 'nat/fork-inferior.o'.
14300 * gnu-nat.c: #include "nat/fork-inferior.h".
14301
14302 * gnu-nat.c (gnu_nat_target::detach): Instead of
14303 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
14304 * gnu-nat.h: #include "inf-child.h".
14305 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
14306 'i386_gnu_nat_target::fetch_registers'.
14307 (gnu_store_registers): Rename/move to
14308 'i386_gnu_nat_target::store_registers'.
14309
14310 * config/i386/nm-i386gnu.h: Don't "#include" any files.
14311 * gnu-nat.h (mach_thread_info): New function.
14312 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
14313
14314 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
14315
14316 2019-02-14 Frederic Konrad <konrad@adacore.com>
14317
14318 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
14319
14320 2019-02-14 Joel Brobecker <brobecker@adacore.com>
14321
14322 * windows-nat.c (windows_add_thread): Add new parameter
14323 "main_thread_p" with default value set to false. Update
14324 function documentation as well as all callers.
14325 (windows_delete_thread): Likewise.
14326 (fake_create_process): Update call to windows_add_thread.
14327 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
14328 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
14329 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
14330 call to windows_delete_thread.
14331
14332 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
14333
14334 * MAINTAINERS: Add Andrew Burgess as global maintainer.
14335
14336 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14337
14338 * symfile.c (find_separate_debug_file): Use canonical path of
14339 sysroot with child_path instead of gdb_sysroot if it is valid.
14340
14341 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14342
14343 * symfile.c (find_separate_debug_file): Use child_path to
14344 determine if an object file is under a sysroot.
14345
14346 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14347
14348 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14349 unittests/child-path-selftests.c.
14350 * common/pathstuff.c (child_path): New function.
14351 * common/pathstuff.h (child_path): New prototype.
14352 * unittests/child-path-selftests.c: New file.
14353
14354 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14355
14356 * symfile.c (find_separate_debug_file): Look for separate debug
14357 files in debug directories under the sysroot.
14358
14359 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14360
14361 * symtab.h (struct minimal_symbol data_p): New const method.
14362 (struct minimal_symbol text_p): Likewise.
14363 * symtab.c (output_source_filename): Use file name style
14364 to print file name.
14365 (print_symbol_info): Likewise.
14366 (print_msymbol_info): Use address style to print addresses.
14367 Use function name style to print executable text symbols.
14368 (expand_symtab_containing_pc): Use data_p.
14369 (find_pc_sect_compunit_symtab): Likewise.
14370
14371 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14372
14373 * breakpoint.c (describe_other_breakpoints): Use address style
14374 to print addresses.
14375 (say_where): Likewise.
14376
14377 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14378
14379 * ada-typeprint.c (print_func_type): Print function name
14380 style to print function name.
14381 * c-typeprint.c (c_print_type_1): Likewise.
14382
14383 2019-02-11 Alan Hayward <alan.hayward@arm.com>
14384
14385 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
14386 for execve.
14387
14388 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14389
14390 * c-exp.y (direct_abs_decl): Use emplace_back to record the
14391 type_stack.
14392
14393 2019-02-10 Joel Brobecker <brobecker@adacore.com>
14394
14395 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
14396 TYPE_CODE_REF types.
14397
14398 2019-02-08 Jim Wilson <jimw@sifive.com>
14399
14400 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
14401 (riscv_linux_fregset): New.
14402 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
14403
14404 2019-02-07 Tom Tromey <tom@tromey.com>
14405
14406 * thread.c (thread_cancel_execution_command): Update.
14407 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
14408 methods.
14409 (struct thread_fsm_ops): Remove.
14410 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
14411 (thread_fsm_should_stop, thread_fsm_return_value)
14412 (thread_fsm_set_finished, thread_fsm_finished_p)
14413 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
14414 Don't declare.
14415 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
14416 * infrun.c (clear_proceed_status_thread)
14417 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
14418 (print_stop_event): Update.
14419 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
14420 Add constructor.
14421 (step_command_fsm_ops): Remove.
14422 (new_step_command_fsm): Remove.
14423 (step_1): Update.
14424 (step_command_fsm::should_stop): Rename from
14425 step_command_fsm_should_stop.
14426 (step_command_fsm::clean_up): Rename from
14427 step_command_fsm_clean_up.
14428 (step_command_fsm::do_async_reply_reason): Rename from
14429 step_command_fsm_async_reply_reason.
14430 (struct until_next_fsm): Inherit from thread_fsm. Add
14431 constructor.
14432 (until_next_fsm_ops): Remove.
14433 (new_until_next_fsm): Remove.
14434 (until_next_fsm::should_stop): Rename from
14435 until_next_fsm_should_stop.
14436 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
14437 (until_next_fsm::do_async_reply_reason): Rename from
14438 until_next_fsm_async_reply_reason.
14439 (struct finish_command_fsm): Inherit from thread_fsm. Add
14440 constructor. Change type of breakpoint.
14441 (finish_command_fsm_ops): Remove.
14442 (new_finish_command_fsm): Remove.
14443 (finish_command_fsm::should_stop): Rename from
14444 finish_command_fsm_should_stop.
14445 (finish_command_fsm::clean_up): Rename from
14446 finish_command_fsm_clean_up.
14447 (finish_command_fsm::return_value): Rename from
14448 finish_command_fsm_return_value.
14449 (finish_command_fsm::do_async_reply_reason): Rename from
14450 finish_command_fsm_async_reply_reason.
14451 (finish_command): Update.
14452 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
14453 Add constructor.
14454 (call_thread_fsm_ops): Remove.
14455 (call_thread_fsm::call_thread_fsm): Rename from
14456 new_call_thread_fsm.
14457 (call_thread_fsm::should_stop): Rename from
14458 call_thread_fsm_should_stop.
14459 (call_thread_fsm::should_notify_stop): Rename from
14460 call_thread_fsm_should_notify_stop.
14461 (run_inferior_call, call_function_by_hand_dummy): Update.
14462 * cli/cli-interp.c (should_print_stop_to_console): Update.
14463 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
14464 Add constructor. Change type of location_breakpoint,
14465 caller_breakpoint.
14466 (until_break_fsm_ops): Remove.
14467 (new_until_break_fsm): Remove.
14468 (until_break_fsm::should_stop): Rename from
14469 until_break_fsm_should_stop.
14470 (until_break_fsm::clean_up): Rename from
14471 until_break_fsm_clean_up.
14472 (until_break_fsm::do_async_reply_reason): Rename from
14473 until_break_fsm_async_reply_reason.
14474 (until_break_command): Update.
14475 * thread-fsm.c: Remove.
14476 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
14477
14478 2019-02-07 Tom Tromey <tom@tromey.com>
14479
14480 * yy-remap.h: Add include guard.
14481 * xtensa-tdep.h: Add include guard.
14482 * xcoffread.h: Rename include guard.
14483 * varobj-iter.h: Add include guard.
14484 * tui/tui.h: Rename include guard.
14485 * tui/tui-winsource.h: Rename include guard.
14486 * tui/tui-wingeneral.h: Rename include guard.
14487 * tui/tui-windata.h: Rename include guard.
14488 * tui/tui-win.h: Rename include guard.
14489 * tui/tui-stack.h: Rename include guard.
14490 * tui/tui-source.h: Rename include guard.
14491 * tui/tui-regs.h: Rename include guard.
14492 * tui/tui-out.h: Rename include guard.
14493 * tui/tui-layout.h: Rename include guard.
14494 * tui/tui-io.h: Rename include guard.
14495 * tui/tui-hooks.h: Rename include guard.
14496 * tui/tui-file.h: Rename include guard.
14497 * tui/tui-disasm.h: Rename include guard.
14498 * tui/tui-data.h: Rename include guard.
14499 * tui/tui-command.h: Rename include guard.
14500 * tic6x-tdep.h: Add include guard.
14501 * target/waitstatus.h: Rename include guard.
14502 * target/wait.h: Rename include guard.
14503 * target/target.h: Rename include guard.
14504 * target/resume.h: Rename include guard.
14505 * target-float.h: Rename include guard.
14506 * stabsread.h: Add include guard.
14507 * rs6000-tdep.h: Add include guard.
14508 * riscv-fbsd-tdep.h: Add include guard.
14509 * regformats/regdef.h: Rename include guard.
14510 * record.h: Rename include guard.
14511 * python/python.h: Rename include guard.
14512 * python/python-internal.h: Rename include guard.
14513 * python/py-stopevent.h: Rename include guard.
14514 * python/py-ref.h: Rename include guard.
14515 * python/py-record.h: Rename include guard.
14516 * python/py-record-full.h: Rename include guard.
14517 * python/py-record-btrace.h: Rename include guard.
14518 * python/py-instruction.h: Rename include guard.
14519 * python/py-events.h: Rename include guard.
14520 * python/py-event.h: Rename include guard.
14521 * procfs.h: Add include guard.
14522 * proc-utils.h: Add include guard.
14523 * p-lang.h: Add include guard.
14524 * or1k-tdep.h: Rename include guard.
14525 * observable.h: Rename include guard.
14526 * nto-tdep.h: Rename include guard.
14527 * nat/x86-linux.h: Rename include guard.
14528 * nat/x86-linux-dregs.h: Rename include guard.
14529 * nat/x86-gcc-cpuid.h: Add include guard.
14530 * nat/x86-dregs.h: Rename include guard.
14531 * nat/x86-cpuid.h: Rename include guard.
14532 * nat/ppc-linux.h: Rename include guard.
14533 * nat/mips-linux-watch.h: Rename include guard.
14534 * nat/linux-waitpid.h: Rename include guard.
14535 * nat/linux-ptrace.h: Rename include guard.
14536 * nat/linux-procfs.h: Rename include guard.
14537 * nat/linux-osdata.h: Rename include guard.
14538 * nat/linux-nat.h: Rename include guard.
14539 * nat/linux-namespaces.h: Rename include guard.
14540 * nat/linux-btrace.h: Rename include guard.
14541 * nat/glibc_thread_db.h: Rename include guard.
14542 * nat/gdb_thread_db.h: Rename include guard.
14543 * nat/gdb_ptrace.h: Rename include guard.
14544 * nat/fork-inferior.h: Rename include guard.
14545 * nat/amd64-linux-siginfo.h: Rename include guard.
14546 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
14547 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
14548 * nat/aarch64-linux.h: Rename include guard.
14549 * nat/aarch64-linux-hw-point.h: Rename include guard.
14550 * mn10300-tdep.h: Add include guard.
14551 * mips-linux-tdep.h: Add include guard.
14552 * mi/mi-parse.h: Rename include guard.
14553 * mi/mi-out.h: Rename include guard.
14554 * mi/mi-main.h: Rename include guard.
14555 * mi/mi-interp.h: Rename include guard.
14556 * mi/mi-getopt.h: Rename include guard.
14557 * mi/mi-console.h: Rename include guard.
14558 * mi/mi-common.h: Rename include guard.
14559 * mi/mi-cmds.h: Rename include guard.
14560 * mi/mi-cmd-break.h: Rename include guard.
14561 * m2-lang.h: Add include guard.
14562 * location.h: Rename include guard.
14563 * linux-record.h: Rename include guard.
14564 * linux-nat.h: Add include guard.
14565 * linux-fork.h: Add include guard.
14566 * i386-darwin-tdep.h: Rename include guard.
14567 * hppa-linux-offsets.h: Add include guard.
14568 * guile/guile.h: Rename include guard.
14569 * guile/guile-internal.h: Rename include guard.
14570 * gnu-nat.h: Rename include guard.
14571 * gdb-stabs.h: Rename include guard.
14572 * frv-tdep.h: Add include guard.
14573 * f-lang.h: Add include guard.
14574 * event-loop.h: Add include guard.
14575 * darwin-nat.h: Rename include guard.
14576 * cp-abi.h: Rename include guard.
14577 * config/sparc/nm-sol2.h: Rename include guard.
14578 * config/nm-nto.h: Rename include guard.
14579 * config/nm-linux.h: Add include guard.
14580 * config/i386/nm-i386gnu.h: Rename include guard.
14581 * config/djgpp/nl_types.h: Rename include guard.
14582 * config/djgpp/langinfo.h: Rename include guard.
14583 * compile/gcc-cp-plugin.h: Add include guard.
14584 * compile/gcc-c-plugin.h: Add include guard.
14585 * compile/compile.h: Rename include guard.
14586 * compile/compile-object-run.h: Rename include guard.
14587 * compile/compile-object-load.h: Rename include guard.
14588 * compile/compile-internal.h: Rename include guard.
14589 * compile/compile-cplus.h: Rename include guard.
14590 * compile/compile-c.h: Rename include guard.
14591 * common/xml-utils.h: Rename include guard.
14592 * common/x86-xstate.h: Rename include guard.
14593 * common/version.h: Rename include guard.
14594 * common/vec.h: Rename include guard.
14595 * common/tdesc.h: Rename include guard.
14596 * common/selftest.h: Rename include guard.
14597 * common/scoped_restore.h: Rename include guard.
14598 * common/scoped_mmap.h: Rename include guard.
14599 * common/scoped_fd.h: Rename include guard.
14600 * common/safe-iterator.h: Rename include guard.
14601 * common/run-time-clock.h: Rename include guard.
14602 * common/refcounted-object.h: Rename include guard.
14603 * common/queue.h: Rename include guard.
14604 * common/ptid.h: Rename include guard.
14605 * common/print-utils.h: Rename include guard.
14606 * common/preprocessor.h: Rename include guard.
14607 * common/pathstuff.h: Rename include guard.
14608 * common/observable.h: Rename include guard.
14609 * common/netstuff.h: Rename include guard.
14610 * common/job-control.h: Rename include guard.
14611 * common/host-defs.h: Rename include guard.
14612 * common/gdb_wait.h: Rename include guard.
14613 * common/gdb_vecs.h: Rename include guard.
14614 * common/gdb_unlinker.h: Rename include guard.
14615 * common/gdb_unique_ptr.h: Rename include guard.
14616 * common/gdb_tilde_expand.h: Rename include guard.
14617 * common/gdb_sys_time.h: Rename include guard.
14618 * common/gdb_string_view.h: Rename include guard.
14619 * common/gdb_splay_tree.h: Rename include guard.
14620 * common/gdb_setjmp.h: Rename include guard.
14621 * common/gdb_ref_ptr.h: Rename include guard.
14622 * common/gdb_optional.h: Rename include guard.
14623 * common/gdb_locale.h: Rename include guard.
14624 * common/gdb_assert.h: Rename include guard.
14625 * common/filtered-iterator.h: Rename include guard.
14626 * common/filestuff.h: Rename include guard.
14627 * common/fileio.h: Rename include guard.
14628 * common/environ.h: Rename include guard.
14629 * common/common-utils.h: Rename include guard.
14630 * common/common-types.h: Rename include guard.
14631 * common/common-regcache.h: Rename include guard.
14632 * common/common-inferior.h: Rename include guard.
14633 * common/common-gdbthread.h: Rename include guard.
14634 * common/common-exceptions.h: Rename include guard.
14635 * common/common-defs.h: Rename include guard.
14636 * common/common-debug.h: Rename include guard.
14637 * common/cleanups.h: Rename include guard.
14638 * common/buffer.h: Rename include guard.
14639 * common/btrace-common.h: Rename include guard.
14640 * common/break-common.h: Rename include guard.
14641 * cli/cli-utils.h: Rename include guard.
14642 * cli/cli-style.h: Rename include guard.
14643 * cli/cli-setshow.h: Rename include guard.
14644 * cli/cli-script.h: Rename include guard.
14645 * cli/cli-interp.h: Rename include guard.
14646 * cli/cli-decode.h: Rename include guard.
14647 * cli/cli-cmds.h: Rename include guard.
14648 * charset-list.h: Add include guard.
14649 * buildsym-legacy.h: Rename include guard.
14650 * bfin-tdep.h: Add include guard.
14651 * ax.h: Rename include guard.
14652 * arm-linux-tdep.h: Add include guard.
14653 * arm-fbsd-tdep.h: Add include guard.
14654 * arch/xtensa.h: Rename include guard.
14655 * arch/tic6x.h: Add include guard.
14656 * arch/i386.h: Add include guard.
14657 * arch/arm.h: Rename include guard.
14658 * arch/arm-linux.h: Rename include guard.
14659 * arch/arm-get-next-pcs.h: Rename include guard.
14660 * arch/amd64.h: Add include guard.
14661 * arch/aarch64-insn.h: Rename include guard.
14662 * arch-utils.h: Rename include guard.
14663 * annotate.h: Add include guard.
14664 * amd64-darwin-tdep.h: Rename include guard.
14665 * aarch64-linux-tdep.h: Add include guard.
14666 * aarch64-fbsd-tdep.h: Add include guard.
14667 * aarch32-linux-nat.h: Add include guard.
14668
14669 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14670
14671 * macrotab.c (macro_define_internal): New function that
14672 factorizes macro_define_object_internal and macro_define_function
14673 code.
14674 (macro_define_object_internal): Use macro_define_internal.
14675 (macro_define_function): Likewise.
14676
14677 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14678
14679 * macrocmd.c (extract_identifier): Return
14680 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
14681 callers.
14682
14683 2019-02-06 John Baldwin <jhb@FreeBSD.org>
14684
14685 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
14686
14687 2019-02-05 Tom Tromey <tom@tromey.com>
14688
14689 * target.c (target_stack::unpush): Move assertion earlier.
14690
14691 2019-01-30 Tom Tromey <tom@tromey.com>
14692
14693 PR python/23615:
14694 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
14695 (gdbpy_parse_and_eval): Likewise.
14696 * python/python-internal.h (gdbpy_allow_threads): New class.
14697
14698 2019-01-28 John Baldwin <jhb@FreeBSD.org>
14699
14700 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
14701 (aarch64_fbsd_fpregmap): Move earlier.
14702 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
14703 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14704 instead of individual calls to trad_frame_set_reg_addr.
14705 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
14706 earlier.
14707 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
14708 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14709 instead of individual calls to trad_frame_set_reg_addr.
14710
14711 2019-01-28 Alan Hayward <alan.hayward@arm.com>
14712
14713 * CONTRIBUTE: Replace contribution list with wiki link.
14714
14715 2019-01-25 Tom Tromey <tom@tromey.com>
14716
14717 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
14718
14719 2019-01-25 Tom Tromey <tom@tromey.com>
14720
14721 * xtensa-linux-nat.c: Fix common/ includes.
14722 * xml-support.h: Fix common/ includes.
14723 * xml-support.c: Fix common/ includes.
14724 * x86-linux-nat.c: Fix common/ includes.
14725 * windows-nat.c: Fix common/ includes.
14726 * varobj.h: Fix common/ includes.
14727 * varobj.c: Fix common/ includes.
14728 * value.c: Fix common/ includes.
14729 * valops.c: Fix common/ includes.
14730 * utils.c: Fix common/ includes.
14731 * unittests/xml-utils-selftests.c: Fix common/ includes.
14732 * unittests/utils-selftests.c: Fix common/ includes.
14733 * unittests/unpack-selftests.c: Fix common/ includes.
14734 * unittests/tracepoint-selftests.c: Fix common/ includes.
14735 * unittests/style-selftests.c: Fix common/ includes.
14736 * unittests/string_view-selftests.c: Fix common/ includes.
14737 * unittests/scoped_restore-selftests.c: Fix common/ includes.
14738 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
14739 * unittests/scoped_fd-selftests.c: Fix common/ includes.
14740 * unittests/rsp-low-selftests.c: Fix common/ includes.
14741 * unittests/parse-connection-spec-selftests.c: Fix common/
14742 includes.
14743 * unittests/optional-selftests.c: Fix common/ includes.
14744 * unittests/offset-type-selftests.c: Fix common/ includes.
14745 * unittests/observable-selftests.c: Fix common/ includes.
14746 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
14747 * unittests/memrange-selftests.c: Fix common/ includes.
14748 * unittests/memory-map-selftests.c: Fix common/ includes.
14749 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
14750 * unittests/function-view-selftests.c: Fix common/ includes.
14751 * unittests/environ-selftests.c: Fix common/ includes.
14752 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
14753 * unittests/common-utils-selftests.c: Fix common/ includes.
14754 * unittests/cli-utils-selftests.c: Fix common/ includes.
14755 * unittests/array-view-selftests.c: Fix common/ includes.
14756 * ui-file.c: Fix common/ includes.
14757 * tui/tui-io.c: Fix common/ includes.
14758 * tracepoint.h: Fix common/ includes.
14759 * tracepoint.c: Fix common/ includes.
14760 * tracefile-tfile.c: Fix common/ includes.
14761 * top.h: Fix common/ includes.
14762 * top.c: Fix common/ includes.
14763 * thread.c: Fix common/ includes.
14764 * target/waitstatus.h: Fix common/ includes.
14765 * target/waitstatus.c: Fix common/ includes.
14766 * target.h: Fix common/ includes.
14767 * target.c: Fix common/ includes.
14768 * target-memory.c: Fix common/ includes.
14769 * target-descriptions.c: Fix common/ includes.
14770 * symtab.h: Fix common/ includes.
14771 * symfile.c: Fix common/ includes.
14772 * stap-probe.c: Fix common/ includes.
14773 * spu-linux-nat.c: Fix common/ includes.
14774 * sparc-nat.c: Fix common/ includes.
14775 * source.c: Fix common/ includes.
14776 * solib.c: Fix common/ includes.
14777 * solib-target.c: Fix common/ includes.
14778 * ser-unix.c: Fix common/ includes.
14779 * ser-tcp.c: Fix common/ includes.
14780 * ser-pipe.c: Fix common/ includes.
14781 * ser-base.c: Fix common/ includes.
14782 * selftest-arch.c: Fix common/ includes.
14783 * s12z-tdep.c: Fix common/ includes.
14784 * rust-exp.y: Fix common/ includes.
14785 * rs6000-aix-tdep.c: Fix common/ includes.
14786 * riscv-tdep.c: Fix common/ includes.
14787 * remote.c: Fix common/ includes.
14788 * remote-notif.h: Fix common/ includes.
14789 * remote-fileio.h: Fix common/ includes.
14790 * remote-fileio.c: Fix common/ includes.
14791 * regcache.h: Fix common/ includes.
14792 * regcache.c: Fix common/ includes.
14793 * record-btrace.c: Fix common/ includes.
14794 * python/python.c: Fix common/ includes.
14795 * python/py-type.c: Fix common/ includes.
14796 * python/py-inferior.c: Fix common/ includes.
14797 * progspace.h: Fix common/ includes.
14798 * producer.c: Fix common/ includes.
14799 * procfs.c: Fix common/ includes.
14800 * proc-api.c: Fix common/ includes.
14801 * printcmd.c: Fix common/ includes.
14802 * ppc-linux-nat.c: Fix common/ includes.
14803 * parser-defs.h: Fix common/ includes.
14804 * osdata.c: Fix common/ includes.
14805 * obsd-nat.c: Fix common/ includes.
14806 * nat/x86-linux.c: Fix common/ includes.
14807 * nat/x86-linux-dregs.c: Fix common/ includes.
14808 * nat/x86-dregs.h: Fix common/ includes.
14809 * nat/x86-dregs.c: Fix common/ includes.
14810 * nat/ppc-linux.c: Fix common/ includes.
14811 * nat/mips-linux-watch.h: Fix common/ includes.
14812 * nat/mips-linux-watch.c: Fix common/ includes.
14813 * nat/linux-waitpid.c: Fix common/ includes.
14814 * nat/linux-ptrace.h: Fix common/ includes.
14815 * nat/linux-ptrace.c: Fix common/ includes.
14816 * nat/linux-procfs.c: Fix common/ includes.
14817 * nat/linux-personality.c: Fix common/ includes.
14818 * nat/linux-osdata.c: Fix common/ includes.
14819 * nat/linux-namespaces.c: Fix common/ includes.
14820 * nat/linux-btrace.h: Fix common/ includes.
14821 * nat/linux-btrace.c: Fix common/ includes.
14822 * nat/fork-inferior.c: Fix common/ includes.
14823 * nat/amd64-linux-siginfo.c: Fix common/ includes.
14824 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
14825 * nat/aarch64-linux.c: Fix common/ includes.
14826 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
14827 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
14828 * namespace.h: Fix common/ includes.
14829 * mips-linux-tdep.c: Fix common/ includes.
14830 * minsyms.c: Fix common/ includes.
14831 * mi/mi-parse.h: Fix common/ includes.
14832 * mi/mi-main.c: Fix common/ includes.
14833 * mi/mi-cmd-env.c: Fix common/ includes.
14834 * memrange.h: Fix common/ includes.
14835 * memattr.c: Fix common/ includes.
14836 * maint.h: Fix common/ includes.
14837 * maint.c: Fix common/ includes.
14838 * main.c: Fix common/ includes.
14839 * machoread.c: Fix common/ includes.
14840 * location.c: Fix common/ includes.
14841 * linux-thread-db.c: Fix common/ includes.
14842 * linux-nat.c: Fix common/ includes.
14843 * linux-fork.c: Fix common/ includes.
14844 * inline-frame.c: Fix common/ includes.
14845 * infrun.c: Fix common/ includes.
14846 * inflow.c: Fix common/ includes.
14847 * inferior.h: Fix common/ includes.
14848 * inferior.c: Fix common/ includes.
14849 * infcmd.c: Fix common/ includes.
14850 * inf-ptrace.c: Fix common/ includes.
14851 * inf-child.c: Fix common/ includes.
14852 * ia64-linux-nat.c: Fix common/ includes.
14853 * i387-tdep.c: Fix common/ includes.
14854 * i386-tdep.c: Fix common/ includes.
14855 * i386-linux-tdep.c: Fix common/ includes.
14856 * i386-linux-nat.c: Fix common/ includes.
14857 * i386-go32-tdep.c: Fix common/ includes.
14858 * i386-fbsd-tdep.c: Fix common/ includes.
14859 * i386-fbsd-nat.c: Fix common/ includes.
14860 * guile/scm-type.c: Fix common/ includes.
14861 * guile/guile.c: Fix common/ includes.
14862 * go32-nat.c: Fix common/ includes.
14863 * gnu-nat.c: Fix common/ includes.
14864 * gdbthread.h: Fix common/ includes.
14865 * gdbarch-selftests.c: Fix common/ includes.
14866 * gdb_usleep.c: Fix common/ includes.
14867 * gdb_select.h: Fix common/ includes.
14868 * gdb_bfd.c: Fix common/ includes.
14869 * gcore.c: Fix common/ includes.
14870 * fork-child.c: Fix common/ includes.
14871 * findvar.c: Fix common/ includes.
14872 * fbsd-nat.c: Fix common/ includes.
14873 * event-top.c: Fix common/ includes.
14874 * event-loop.c: Fix common/ includes.
14875 * dwarf2read.c: Fix common/ includes.
14876 * dwarf2loc.c: Fix common/ includes.
14877 * dwarf2-frame.c: Fix common/ includes.
14878 * dwarf-index-cache.c: Fix common/ includes.
14879 * dtrace-probe.c: Fix common/ includes.
14880 * disasm-selftests.c: Fix common/ includes.
14881 * defs.h: Fix common/ includes.
14882 * csky-tdep.c: Fix common/ includes.
14883 * cp-valprint.c: Fix common/ includes.
14884 * cp-support.h: Fix common/ includes.
14885 * cp-support.c: Fix common/ includes.
14886 * corelow.c: Fix common/ includes.
14887 * completer.h: Fix common/ includes.
14888 * completer.c: Fix common/ includes.
14889 * compile/compile.c: Fix common/ includes.
14890 * compile/compile-loc2c.c: Fix common/ includes.
14891 * compile/compile-cplus-types.c: Fix common/ includes.
14892 * compile/compile-cplus-symbols.c: Fix common/ includes.
14893 * command.h: Fix common/ includes.
14894 * cli/cli-dump.c: Fix common/ includes.
14895 * cli/cli-cmds.c: Fix common/ includes.
14896 * charset.c: Fix common/ includes.
14897 * build-id.c: Fix common/ includes.
14898 * btrace.h: Fix common/ includes.
14899 * btrace.c: Fix common/ includes.
14900 * breakpoint.h: Fix common/ includes.
14901 * breakpoint.c: Fix common/ includes.
14902 * ax.h:
14903 (enum agent_op): Fix common/ includes.
14904 * ax-general.c (struct aop_map): Fix common/ includes.
14905 * ax-gdb.c: Fix common/ includes.
14906 * auxv.c: Fix common/ includes.
14907 * auto-load.c: Fix common/ includes.
14908 * arm-tdep.c: Fix common/ includes.
14909 * arch/riscv.c: Fix common/ includes.
14910 * arch/ppc-linux-common.c: Fix common/ includes.
14911 * arch/i386.c: Fix common/ includes.
14912 * arch/arm.c: Fix common/ includes.
14913 * arch/arm-linux.c: Fix common/ includes.
14914 * arch/arm-get-next-pcs.c: Fix common/ includes.
14915 * arch/amd64.c: Fix common/ includes.
14916 * arch/aarch64.c: Fix common/ includes.
14917 * arch/aarch64-insn.c: Fix common/ includes.
14918 * arch-utils.c: Fix common/ includes.
14919 * amd64-windows-tdep.c: Fix common/ includes.
14920 * amd64-tdep.c: Fix common/ includes.
14921 * amd64-sol2-tdep.c: Fix common/ includes.
14922 * amd64-obsd-tdep.c: Fix common/ includes.
14923 * amd64-nbsd-tdep.c: Fix common/ includes.
14924 * amd64-linux-tdep.c: Fix common/ includes.
14925 * amd64-linux-nat.c: Fix common/ includes.
14926 * amd64-fbsd-tdep.c: Fix common/ includes.
14927 * amd64-fbsd-nat.c: Fix common/ includes.
14928 * amd64-dicos-tdep.c: Fix common/ includes.
14929 * amd64-darwin-tdep.c: Fix common/ includes.
14930 * agent.c: Fix common/ includes.
14931 * ada-lang.h: Fix common/ includes.
14932 * ada-lang.c: Fix common/ includes.
14933 * aarch64-tdep.c: Fix common/ includes.
14934
14935 2019-01-25 Tom Tromey <tom@tromey.com>
14936
14937 * common/create-version.sh: Use common/version.h.
14938
14939 2019-01-24 Pedro Alves <palves@redhat.com>
14940
14941 * infrun.c (signal_stop, signal_print, signal_program)
14942 (signal_catch, signal_pass): Now arrays instead of pointers.
14943 (update_signals_program_target, do_target_resume)
14944 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
14945 * linux-nat.c (linux_nat_target::pass_signals)
14946 (linux_nat_target::create_inferior, linux_nat_target::attach):
14947 Adjust.
14948 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
14949 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
14950 * procfs.c (procfs_target::pass_signals): Adjust.
14951 * record-full.c (record_full_target::resume): Adjust.
14952 * remote.c (remote_target::pass_signals)
14953 (remote_target::program_signals): Adjust.
14954 * target-debug.h (target_debug_print_signals): Now takes a
14955 gdb::array_view as parameter. Adjust.
14956 * target.h (target_ops) <pass_signals, program_signals>: Replace
14957 pointer and length parameters with gdb::array_view.
14958 (target_pass_signals, target_program_signals): Likewise.
14959 * target-delegates.c: Regenerate.
14960
14961 2019-01-24 Pedro Alves <palves@redhat.com>
14962
14963 * common/forward-scope-exit.h
14964 (forward_scope_exit::forward_scope_exit): Pass arguments to
14965 m_bind_function directly, instead of creating a std::bind and
14966 copying that.
14967
14968 2019-01-24 Alan Hayward <alan.hayward@arm.com>
14969
14970 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
14971 for static members.
14972 (pass_in_v_vfp_candidate): Likewise.
14973
14974 2019-01-23 Tom Tromey <tom@tromey.com>
14975 Pedro Alves <palves@redhat.com>
14976
14977 * regcache.c (class regcache_invalidator): Remove.
14978 (regcache::raw_write): Use make_scope_exit.
14979
14980 2019-01-23 Tom Tromey <tom@tromey.com>
14981
14982 * ui-out.h (class ui_out_emit_type): Update comment.
14983
14984 2019-01-23 Tom Tromey <tom@tromey.com>
14985
14986 * infrun.c (fetch_inferior_event): Update comment.
14987
14988 2019-01-23 Tom Tromey <tom@tromey.com>
14989 Pedro Alves <palves@redhat.com>
14990
14991 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
14992 parameter.
14993 (fetch_inferior_event): Use SCOPE_EXIT.
14994
14995
14996 2019-01-23 Tom Tromey <tom@tromey.com>
14997 Pedro Alves <palves@redhat.com>
14998
14999 * infrun.c (disable_thread_events): Delete.
15000 (stop_all_threads): Use SCOPE_EXIT.
15001
15002 2019-01-23 Tom Tromey <tom@tromey.com>
15003 Pedro Alves <palves@redhat.com>
15004
15005 * symfile.c: Include forward-scope-exit.h.
15006 (clear_symtab_users_cleanup): Replace forward declaration with
15007 a FORWARD_SCOPE_EXIT.
15008 (syms_from_objfile_1): Use the forward_scope_exit and
15009 gdb::optional instead of cleanup_function.
15010 (reread_symbols): Use the forward_scope_exit instead of
15011 cleanup_function.
15012 (clear_symtab_users_cleanup): Remove function.
15013
15014 2019-01-23 Tom Tromey <tom@tromey.com>
15015 Pedro Alves <palves@redhat.com>
15016
15017 * linux-nat.c: Include scope-exit.h.
15018 (cleanup_target_stop): Remove.
15019 (linux_nat_target::static_tracepoint_markers_by_strid): Use
15020 SCOPE_EXIT.
15021
15022 2019-01-23 Tom Tromey <tom@tromey.com>
15023 Pedro Alves <palves@redhat.com>
15024
15025 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
15026 (call_function_by_hand_dummy): Use SCOPE_EXIT.
15027
15028 2019-01-23 Tom Tromey <tom@tromey.com>
15029 Andrew Burgess <andrew.burgess@embecosm.com>
15030 Pedro Alves <palves@redhat.com>
15031
15032 * infrun.c (fetch_inferior_event): Use scope_exit.
15033 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
15034 * top.c (execute_command): Use scope_exit.
15035 * breakpoint.c (bpstat_do_actions): Use scope_exit.
15036 * utils.c (do_bpstat_clear_actions_cleanup)
15037 (make_bpstat_clear_actions_cleanup): Remove.
15038
15039 2019-01-23 Tom Tromey <tom@tromey.com>
15040 Pedro Alves <palves@redhat.com>
15041
15042 * infrun.c: Include "common/scope-exit.h"
15043 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
15044 (wait_for_inferior): Use SCOPE_EXIT.
15045 (fetch_inferior_event): Use scope_exit.
15046
15047 2019-01-23 Tom Tromey <tom@tromey.com>
15048 Pedro Alves <palves@redhat.com>
15049
15050 * breakpoint.c (create_breakpoint): Remove cleanup.
15051
15052 2019-01-23 Tom Tromey <tom@tromey.com>
15053 Andrew Burgess <andrew.burgess@embecosm.com>
15054 Pedro Alves <palves@redhat.com>
15055
15056 2019-01-23 Pedro Alves <palves@redhat.com>
15057
15058 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
15059
15060 2019-01-23 Pedro Alves <palves@redhat.com>
15061 Andrew Burgess <andrew.burgess@embecosm.com>
15062
15063 * gdbthread.h: Include "common/forward-scope-exit.h".
15064 (scoped_finish_thread_state): Redefine custom class in terms of
15065 forward_scope_exit.
15066
15067 2019-01-23 Pedro Alves <palves@redhat.com>
15068 Andrew Burgess <andrew.burgess@embecosm.com>
15069
15070 * common/forward-scope-exit.h: New file.
15071
15072 2019-01-23 Pedro Alves <palves@redhat.com>
15073 Andrew Burgess <andrew.burgess@embecosm.com>
15074 Tom Tromey <tom@tromey.com>
15075
15076 * common/scope-exit.h: New file.
15077
15078 2019-01-23 Pedro Alves <palves@redhat.com>
15079
15080 * common/preprocessor.h (ESC): Rename to ...
15081 (ESC_PARENS): ... this.
15082 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
15083 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
15084
15085 2019-01-23 Tom Tromey <tom@tromey.com>
15086
15087 * language.h (class scoped_switch_to_sym_language_if_auto):
15088 Initialize m_lang in both cases.
15089
15090 2019-01-23 Alan Hayward <alan.hayward@arm.com>
15091
15092 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
15093 with XCNEW.
15094
15095 2019-01-22 Tom Tromey <tom@tromey.com>
15096
15097 * corelow.c: Do not include sys/file.h.
15098
15099 2019-01-22 Tom Tromey <tom@tromey.com>
15100
15101 * tui/tui-wingeneral.h: Include gdb_curses.h.
15102
15103 2019-01-22 Tom Tromey <tom@tromey.com>
15104
15105 * source-cache.h (class source_cache) <get_source_lines,
15106 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
15107
15108 2019-01-22 Tom Tromey <tom@tromey.com>
15109
15110 * remote-fileio.h (struct remote_target): Declare.
15111
15112 2019-01-22 Tom Tromey <tom@tromey.com>
15113
15114 * python/py-arch.c: Do not include py-ref.h.
15115 * python/py-bpevent.c: Do not include py-ref.h.
15116 * python/py-cmd.c: Do not include py-ref.h.
15117 * python/py-continueevent.c: Do not include py-ref.h.
15118 * python/py-event.h: Do not include py-ref.h.
15119 * python/py-evtregistry.c: Do not include py-ref.h.
15120 * python/py-finishbreakpoint.c: Do not include py-ref.h.
15121 * python/py-frame.c: Do not include py-ref.h.
15122 * python/py-framefilter.c: Do not include py-ref.h.
15123 * python/py-function.c: Do not include py-ref.h.
15124 * python/py-infevents.c: Do not include py-ref.h.
15125 * python/py-linetable.c: Do not include py-ref.h.
15126 * python/py-objfile.c: Do not include py-ref.h.
15127 * python/py-param.c: Do not include py-ref.h.
15128 * python/py-prettyprint.c: Do not include py-ref.h.
15129 * python/py-progspace.c: Do not include py-ref.h.
15130 * python/py-symbol.c: Do not include py-ref.h.
15131 * python/py-symtab.c: Do not include py-ref.h.
15132 * python/py-type.c: Do not include py-ref.h.
15133 * python/py-unwind.c: Do not include py-ref.h.
15134 * python/py-utils.c: Do not include py-ref.h.
15135 * python/py-value.c: Do not include py-ref.h.
15136 * python/py-varobj.c: Do not include py-ref.h.
15137 * python/py-xmethods.c: Do not include py-ref.h.
15138 * python/python.c: Do not include py-ref.h.
15139 * varobj.c: Do not include py-ref.h.
15140
15141 2019-01-22 Tom Tromey <tom@tromey.com>
15142
15143 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
15144 keyword for bcache.
15145
15146 2019-01-22 Tom Tromey <tom@tromey.com>
15147
15148 * compile/compile-cplus-types.c: Remove a comment by #include.
15149
15150 2019-01-22 Tom Tromey <tom@tromey.com>
15151
15152 * compile/gcc-c-plugin.h: Include compile-internal.h.
15153
15154 2019-01-22 Tom Tromey <tom@tromey.com>
15155
15156 * stabsread.c (EXTERN): Do not define.
15157 (symnum, next_symbol_text_func, processing_gcc_compilation)
15158 (within_function, global_sym_chain, global_stabs)
15159 (previous_stab_code, this_object_header_files)
15160 (n_this_object_header_files)
15161 (n_allocated_this_object_header_files): Define.
15162 * stabsread.h (EXTERN): Never define. Use "extern".
15163
15164 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15165
15166 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
15167 history_value.
15168
15169 2019-01-21 Tom Tromey <tom@tromey.com>
15170
15171 * ui-out.c: Fix includes.
15172 * tui/tui-source.c: Fix includes.
15173 * target.c: Fix includes.
15174 * remote.c: Fix includes.
15175 * regcache.c: Fix includes.
15176 * python/py-block.c: Fix includes.
15177 * printcmd.c: Fix includes.
15178 * or1k-tdep.c: Fix includes.
15179 * mi/mi-main.c: Fix includes.
15180 * m32r-tdep.c: Fix includes.
15181 * csky-tdep.c: Fix includes.
15182 * compile/compile-cplus-types.c: Fix includes.
15183 * cli/cli-interp.c: Fix includes.
15184
15185 2019-01-21 Alan Hayward <alan.hayward@arm.com>
15186
15187 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
15188 for padding.
15189
15190 2019-01-16 Tom Tromey <tom@tromey.com>
15191
15192 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
15193 earlier.
15194 (struct objfile) <msymbols_range>: Move from top level.
15195 <msymbols>: New method.
15196 (class objfile_msymbols): Remove.
15197 * symtab.c (default_collect_symbol_completion_matches_break_on):
15198 Update.
15199 * symmisc.c (dump_msymbols): Update.
15200 * stabsread.c (scan_file_globals): Update.
15201 * objc-lang.c (info_selectors_command, info_classes_command)
15202 (find_methods): Update.
15203 * minsyms.c (find_solib_trampoline_target): Update.
15204 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
15205 * coffread.c (coff_symfile_read): Update.
15206 * ada-lang.c (ada_lookup_simple_minsym)
15207 (ada_collect_symbol_completion_matches): Update.
15208
15209 2019-01-16 Tom Tromey <tom@tromey.com>
15210
15211 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
15212 type. Remove no-argument constructor.
15213 <iterator::operator++>: Simplify.
15214 <begin>: Update.
15215 <end>: Use minimal_symbol_count.
15216
15217 2019-01-16 Tom Tromey <tom@tromey.com>
15218
15219 * objfiles.h (struct objfile) <psymtabs>: New method.
15220 (class objfile_psymtabs): Remove.
15221 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
15222 typedef.
15223 <range>: New method.
15224 (require_partial_symbols): Change return type.
15225 * psymtab.c (require_partial_symbols)
15226 (psym_expand_symtabs_matching): Update.
15227 * mdebugread.c (parse_partial_symbols): Update.
15228 * dbxread.c (dbx_end_psymtab): Update.
15229
15230 2019-01-15 Tom Tromey <tom@tromey.com>
15231
15232 * symtab.c (lookup_objfile_from_block)
15233 (lookup_symbol_in_objfile_symtabs)
15234 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
15235 (find_line_symtab, info_sources_command)
15236 (default_collect_symbol_completion_matches_break_on)
15237 (make_source_files_completion_list): Update.
15238 * symmisc.c (print_objfile_statistics, dump_objfile)
15239 (maintenance_print_symbols, maintenance_info_symtabs)
15240 (maintenance_check_symtabs, maintenance_info_line_tables):
15241 Update.
15242 * source.c (select_source_symtab)
15243 (forget_cached_source_info_for_objfile): Update.
15244 * objfiles.h (class objfile_compunits): Remove.
15245 (struct objfile) <compunits_range>: New typedef.
15246 (compunits): New method.
15247 * objfiles.c (objfile_relocate1): Update.
15248 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15249 * maint.c (count_symtabs_and_blocks): Update.
15250 * linespec.c (iterate_over_all_matching_symtabs): Update.
15251 * cp-support.c (add_symbol_overload_list_qualified): Update.
15252 * coffread.c (coff_symtab_read): Update.
15253 * ada-lang.c (add_nonlocal_symbols)
15254 (ada_collect_symbol_completion_matches)
15255 (ada_add_global_exceptions): Update.
15256
15257 2019-01-15 Tom Tromey <tom@tromey.com>
15258
15259 * progspace.h (program_space) <objfiles_safe_range>: New
15260 typedef.
15261 <objfiles_safe>: New method.
15262 * objfiles.h (class all_objfiles_safe): Remove.
15263 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
15264 * jit.c (jit_inferior_exit_hook): Update.
15265
15266 2019-01-17 Tom Tromey <tom@tromey.com>
15267
15268 * progspace.h (program_space) <objfiles_range>: New typedef.
15269 <objfiles>: New method.
15270 <objfiles_head>: Rename from objfiles.
15271 (object_files): Update.
15272 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
15273 * guile/scm-pretty-print.c
15274 (ppscm_find_pretty_printer_from_objfiles): Update.
15275 * guile/scm-objfile.c (gdbscm_objfiles): Update.
15276 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
15277 Update.
15278 * python/py-progspace.c (pspy_get_objfiles): Update.
15279 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15280 Update.
15281 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15282 (objfpy_lookup_objfile_by_build_id): Update.
15283 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15284 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15285 Update.
15286 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15287 (expand_symtab_containing_pc, lookup_objfile_from_block)
15288 (lookup_static_symbol, basic_lookup_transparent_type)
15289 (find_pc_sect_compunit_symtab, find_symbol_at_address)
15290 (find_line_symtab, info_sources_command)
15291 (default_collect_symbol_completion_matches_break_on)
15292 (make_source_files_completion_list, find_main_name): Update.
15293 * symmisc.c (print_symbol_bcache_statistics)
15294 (print_objfile_statistics, maintenance_print_symbols)
15295 (maintenance_print_msymbols, maintenance_print_objfiles)
15296 (maintenance_info_symtabs, maintenance_check_symtabs)
15297 (maintenance_expand_symtabs, maintenance_info_line_tables):
15298 Update.
15299 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
15300 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
15301 (map_overlay_command, unmap_overlay_command)
15302 (simple_overlay_update, expand_symtabs_matching)
15303 (map_symbol_filenames): Update.
15304 * symfile-debug.c (set_debug_symfile): Update.
15305 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
15306 Update.
15307 * source.c (select_source_symtab, forget_cached_source_info):
15308 Update.
15309 * solib.c (solib_read_symbols): Update.
15310 * solib-spu.c (append_ocl_sos): Update.
15311 * psymtab.c (maintenance_print_psymbols)
15312 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
15313 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
15314 * printcmd.c (info_symbol_command): Update.
15315 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
15316 Update.
15317 * objfiles.h (class all_objfiles): Remove.
15318 * objfiles.c (have_partial_symbols, have_full_symbols)
15319 (have_minimal_symbols, qsort_cmp, update_section_map)
15320 (shared_objfile_contains_address_p)
15321 (default_iterate_over_objfiles_in_search_order): Update.
15322 * objc-lang.c (info_selectors_command, info_classes_command)
15323 (find_methods): Update.
15324 * minsyms.c (find_solib_trampoline_target): Update.
15325 * maint.c (maintenance_info_sections)
15326 (maintenance_translate_address, count_symtabs_and_blocks):
15327 Update.
15328 * main.c (captured_main_1): Update.
15329 * linux-thread-db.c (try_thread_db_load_from_pdir)
15330 (has_libpthread): Update.
15331 * linespec.c (iterate_over_all_matching_symtabs)
15332 (search_minsyms_for_name): Update.
15333 * jit.c (jit_find_objf_with_entry_addr): Update.
15334 * hppa-tdep.c (find_unwind_entry)
15335 (hppa_lookup_stub_minimal_symbol): Update.
15336 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
15337 Update.
15338 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15339 (elf_gnu_ifunc_resolve_by_got): Update.
15340 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
15341 * dwarf-index-write.c (save_gdb_index_command): Update.
15342 * cp-support.c (add_symbol_overload_list_qualified): Update.
15343 * breakpoint.c (create_overlay_event_breakpoint)
15344 (create_longjmp_master_breakpoint)
15345 (create_std_terminate_master_breakpoint)
15346 (create_exception_master_breakpoint): Update.
15347 * blockframe.c (find_pc_partial_function): Update.
15348 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
15349 (ada_collect_symbol_completion_matches)
15350 (ada_add_global_exceptions): Update.
15351
15352 2019-01-17 Tom Tromey <tom@tromey.com>
15353
15354 * solib-target.c (lm_info_target_p): Remove typedef. Don't
15355 declare VEC.
15356 (solib_target_parse_libraries): Change return type.
15357 (library_list_start_segment, library_list_start_section)
15358 (library_list_end_library, library_list_start_library); Update.
15359 (solib_target_free_library_list): Remove.
15360 (solib_target_parse_libraries): Remove cleanup. Change return
15361 type.
15362 (solib_target_current_sos): Update.
15363
15364 2019-01-17 Tom Tromey <tromey@bapiya>
15365
15366 * valprint.c: Replace "the the" with "the".
15367 * symtab.c: Replace "the the" with "the".
15368 * solib.c: Replace "the the" with "the".
15369 * solib-dsbt.c: Replace "the the" with "the".
15370 * linespec.c: Replace "the the" with "the".
15371 * dwarf2loc.h: Replace "the the" with "the".
15372 * amd64-windows-tdep.c: Replace "the the" with "the".
15373 * aarch64-tdep.c: Replace "the the" with "the".
15374
15375 2019-01-16 Keith Seitz <keiths@redhat.com>
15376
15377 PR gdb/23773
15378 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
15379 <builder>: Rename to ..
15380 <m_builder>: ... this and make private.
15381 (dwarf2_cu::get_builder): New method. Change all users of
15382 `builder' to use this method.
15383 (dwarf2_start_symtab): Move to ...
15384 (dwarf2_cu::start_symtab): ... here. Update all callers
15385 (setup_type_unit_groups): Move to ...
15386 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
15387 callers.
15388 (dwarf2_cu::reset_builder): New method.
15389 (process_full_compunit, process_full_type_unit): Use
15390 dwarf2_cu::reset_builder.
15391 (follow_die_offset): Record the ancestor CU if it is different
15392 from the followed DIE's CU.
15393 (follow_die_sig_1): Likewise.
15394
15395 2019-01-15 Tom Tromey <tom@tromey.com>
15396
15397 * remote.c (class remote_state) <buf>: Now a char_vector.
15398 <buf_size>: Remove.
15399 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
15400 parameter.
15401 (remote_target::getpkt_or_notif_sane_1)
15402 (remote_target::getpkt_sane)
15403 (remote_target::getpkt_or_notif_sane): Likewise.
15404 (class remote_target) <putpkt>: New overload.
15405 (remote_target::read_frame): Change type of "buf_p". Remove
15406 sizeof_p parameter.
15407 (packet_ok): New overload.
15408 (packet_check_result): New overload.
15409 Update all uses.
15410
15411 2019-01-14 Tom Tromey <tom@tromey.com>
15412
15413 * remote-notif.c (handle_notification, remote_notif_ack)
15414 (remote_notif_parse): Make "buf" const.
15415 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
15416 const.
15417 (remote_notif_parse, remote_notif_ack, handle_notification):
15418 Likewise.
15419 * remote.c (remote_notif_stop_parse): Make "buf" const.
15420 (remote_target::remote_parse_stop_reply): Make "buf" const.
15421 (remote_notif_stop_ack): Make "buf" const.
15422
15423 2019-01-14 Tom Tromey <tom@tromey.com>
15424
15425 * remote.c (remote_console_output): Make parameter const.
15426
15427 2019-01-14 Tom Tromey <tom@tromey.com>
15428
15429 * target-debug.h (target_debug_print_signals): Constify.
15430 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
15431 * procfs.c (procfs_target::pass_signals): Update.
15432 * linux-nat.c (linux_nat_target::pass_signals): Update.
15433 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
15434 * target-delegates.c: Rebuild.
15435 * remote.c (remote_target::program_signals): Update.
15436 (remote_target::pass_signals): Update.
15437 * target.c (target_pass_signals): Constify argument.
15438 (target_program_signals): Likewise.
15439 * target.h (struct target_ops) <pass_signals, program_signals>:
15440 Constify argument.
15441 (target_pass_signals, target_program_signals): Constify argument.
15442
15443 2019-01-14 Tom Tromey <tom@tromey.com>
15444
15445 PR tui/28819:
15446 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
15447
15448 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
15449
15450 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
15451 field.
15452 * rs6000-tdep.c: Include reggroups.h.
15453 (IS_V_ALIAS_PSEUDOREG): Define.
15454 (rs6000_register_name): Return names for the "vX" aliases.
15455 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
15456 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
15457 aliases. Call default_register_reggroup_p for all other
15458 pseudo-registers.
15459 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
15460 New functions.
15461 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
15462 Handle "vX" aliases.
15463 (v_alias_pseudo_register_collect): New function.
15464 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
15465 (rs6000_gdbarch_init): Initialize "vX" aliases as
15466 pseudo-registers. Restore registration of
15467 rs6000_pseudo_register_reggroup_p with
15468 set_tdesc_pseudo_register_reggroup_p.
15469
15470 2019-01-13 Max Filippov <jcmvbkbc@gmail.com>
15471
15472 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
15473 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
15474 set_gdbarch_num_pseudo_regs.
15475
15476 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15477
15478 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
15479 Remove arg prefixname, add do_set and do_show.
15480 Add member functions set_list and show_list.
15481 * cli/cli-style.c (class cli_style_option): Update accordingly.
15482 (style_set_list): Move to file scope.
15483 (style_show_list): Likewise.
15484 (set_style): Call help_list.
15485 (show_style): Call cmd_show_list.
15486 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
15487 Update to use the new macro.
15488
15489 2019-10-12 Joel Brobecker <brobecker@adacore.com>
15490
15491 * ada-lang.c (_initialize_ada_language): Expand the help text
15492 for the "catch exception" command.
15493
15494 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15495
15496 * symtab.c (matching_obj_sections): Initialize obj,
15497 declare it closer to its usage.
15498
15499 2019-01-10 Tom Tromey <tom@tromey.com>
15500
15501 * thread-iter.h (inf_threads_iterator): Use next_iterator.
15502 (basic_inf_threads_range): Remove.
15503 (inf_threads_range, inf_non_exited_threads_range)
15504 (safe_inf_threads_range): Use next_adapter.
15505
15506 2019-01-10 Keith Seitz <keiths@redhat.com>
15507
15508 PR gdb/23712
15509 PR symtab/23010
15510 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
15511 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
15512
15513 2019-01-10 Keith Seitz <keiths@redhat.com>
15514
15515 PR gdb/23712
15516 PR symtab/23010
15517 * dictionary.c (pending_to_vector): Remove.
15518 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15519 Remove _1 suffix, replacing functions of the same name. Update
15520 all callers.
15521 (dict_create_hashed, dict_create_hashed_expandable)
15522 (dict_create_linear, dict_create_linear_expandable, dict_free)
15523 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
15524 Make functions static.
15525
15526 2019-01-10 Keith Seitz <keiths@redhat.com>
15527
15528 PR gdb/23712
15529 PR symtab/23010
15530 * dictionary.h (struct dictionary): Replace declaration with
15531 multidictionary.
15532 (dict_create_hashed, dict_create_hashed_expandable)
15533 (dict_create_linear, dict_create_linear_expandable)
15534 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
15535 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
15536 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
15537 taking multidictionary argument.
15538 [ALL_DICT_SYMBOLS]: Update for multidictionary.
15539 * block.h (struct block) <dict>: Change to multidictionary
15540 and rename `multidict'.
15541 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
15542 symmisc.c: Update all dictionary references to multidictionary.
15543
15544 2019-01-10 Keith Seitz <keiths@redhat.com>
15545
15546 PR gdb/23712
15547 PR symtab/23010
15548 * dictionary.c: Include unordered_map.
15549 (pending_to_vector): New function.
15550 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15551 Rewrite the non-"_1" functions to take vector instead
15552 of linked list.
15553 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
15554 "new" _1 versions of the same name.
15555 (multidictionary): Define.
15556 (std::hash<enum language): New definition.
15557 (collate_pending_symbols_by_language, mdict_create_hashed)
15558 (mdict_create_hashed_expandable, mdict_create_linear)
15559 (mdict_create_linear_expandable, mdict_free)
15560 (find_language_dictionary, create_new_language_dictionary)
15561 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
15562 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
15563 (mdict_size, mdict_empty): New functions.
15564 * dictionary.h (mdict_iterator): Define.
15565
15566 2019-01-10 Pedro Alves <palves@redhat.com>
15567
15568 * breakpoint.c (read_uploaded_action)
15569 (create_tracepoint_from_upload): Adjust to use
15570 gdb::unique_xmalloc_ptr.
15571 * ctf.c (ctf_write_uploaded_tp):
15572 (SET_ARRAY_FIELD): Use emplace_back.
15573 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
15574 * tracefile-tfile.c (tfile_write_uploaded_tp):
15575 * tracepoint.c (parse_tracepoint_definition): Adjust to use
15576 gdb::unique_xmalloc_ptr.
15577 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
15578 at_string, cond_string, cmd_strings>: Replace char pointers
15579 with gdb::unique_xmalloc_ptr.
15580
15581 2019-01-10 Pedro Alves <palves@redhat.com>
15582
15583 * solib-target.c (library_list_start_library): Don't xstrdup name.
15584
15585 2019-01-10 Pedro Alves <palves@redhat.com>
15586
15587 * mdebugread.c (parse_partial_symbols): Use
15588 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
15589
15590 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15591
15592 * linux-fork.c (scoped_switch_fork_info)
15593 <~scoped_switch_fork_info>: Fix incorrect variable name.
15594
15595 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15596
15597 * linux-fork.c (scoped_switch_fork_info)
15598 <scoped_switch_fork_info>: Make explicit.
15599 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
15600
15601 2019-01-10 Tom Tromey <tom@tromey.com>
15602
15603 * objfiles.h (objfile::reset_psymtabs): Update.
15604 * objfiles.c (objfile::objfile): Update.
15605 * psymtab.h (psymtab_storage::obstack): Update.
15606 (psymtab_storage::m_obstack): Use gdb::optional.
15607 (class psymtab_storage): Update comment. Remove objfile
15608 parameter.
15609 * psymtab.c (psymtab_storage::psymtab_storage): Update.
15610
15611 2019-01-10 Tom Tromey <tom@tromey.com>
15612
15613 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
15614 <free_psymtabs>: Now private.
15615 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
15616 (allocate_psymtab): Use new method.
15617
15618 2019-01-10 Tom Tromey <tom@tromey.com>
15619
15620 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
15621 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
15622 * mdebugread.c (parse_partial_symbols): Use
15623 allocate_dependencies.
15624 * dwarf2read.c (dwarf2_create_include_psymtab): Use
15625 allocate_dependencies.
15626 (process_psymtab_comp_unit_reader)
15627 (build_type_psymtab_dependencies): Likewise.
15628 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
15629
15630 2019-01-10 Tom Tromey <tom@tromey.com>
15631
15632 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
15633 PSYMBOL_SET_LANGUAGE.
15634 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
15635
15636 2019-01-10 Tom Tromey <tom@tromey.com>
15637
15638 * psymtab.h (psymtab_storage::obstack): New method.
15639 <m_obstack>: Rename from obstack; now private.
15640 * psymtab.c (psymtab_storage): Update.
15641 * dwarf2read.c (create_addrmap_from_index)
15642 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
15643 Update.
15644
15645 2019-01-10 Tom Tromey <tom@tromey.com>
15646
15647 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
15648 * objfiles.h (objfile::reset_psymtabs): New method.
15649
15650 2019-01-10 Tom Tromey <tom@tromey.com>
15651
15652 * symmisc.c (print_symbol_bcache_statistics): Update.
15653 (print_objfile_statistics): Update.
15654 * symfile.c (reread_symbols): Update.
15655 * psymtab.h (class psymtab_storage): New.
15656 * psymtab.c (psymtab_storage): New constructor.
15657 (~psymtab_storage): New destructor.
15658 (require_partial_symbols): Update.
15659 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
15660 (find_pc_sect_psymtab, find_pc_sect_psymbol)
15661 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
15662 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
15663 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
15664 (start_psymtab_common, end_psymtab_common)
15665 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
15666 (allocate_psymtab): Update.
15667 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
15668 Update.
15669 (dump_psymtab_addrmap, maintenance_print_psymbols)
15670 (maintenance_check_psymtabs): Update.
15671 (class objfile_psymtabs): Move to objfiles.h.
15672 * psympriv.h (discard_psymtab): Now inline.
15673 (psymtab_discarder::psymtab_discarder): Update.
15674 (psymtab_discarder::~psymtab_discarder): Update.
15675 (ALL_OBJFILE_PSYMTABS): Rewrite.
15676 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
15677 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
15678 Remove fields.
15679 <partial_symtabs>: New field.
15680 (class objfile_psymtabs): Move from psymtab.h. Update.
15681 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
15682 psymbol_cache.
15683 (objfile::~objfile): Don't destroy psymbol_cache.
15684 * mdebugread.c (parse_partial_symbols): Update.
15685 * dwarf2read.c (create_addrmap_from_index)
15686 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
15687 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
15688 (add_partial_subprogram, dwarf2_ranges_read): Update.
15689 * dwarf-index-write.c (write_address_map)
15690 (write_one_signatured_type, recursively_write_psymbols)
15691 (class debug_names, class debug_names, write_psymtabs_to_index):
15692 Update.
15693
15694 2019-01-10 Tom Tromey <tom@tromey.com>
15695
15696 * symtab.h (SYMBOL_SET_NAMES): Update.
15697 (symbol_set_names): Update.
15698 (MSYMBOL_SET_NAMES): Update.
15699 * symtab.c (symbol_set_names): Change argument to be an
15700 objfile_per_bfd_storage.
15701 * psymtab.c (add_psymbol_to_bcache): Update.
15702 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
15703
15704 2019-01-10 Tom Tromey <tom@tromey.com>
15705
15706 * symtab.c (create_demangled_names_hash): Change argument to be an
15707 objfile_per_bfd_storage.
15708 (symbol_set_names): Update.
15709
15710 2019-01-10 Tom Tromey <tom@tromey.com>
15711
15712 * xcoffread.c (xcoff_initial_scan): Unconditionally call
15713 init_psymbol_list.
15714 * psymtab.c (init_psymbol_list): Do nothing if already called.
15715 * psympriv.h (init_psymbol_list): Add comment.
15716 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
15717 init_psymbol_list.
15718 * dbxread.c (dbx_symfile_read): Unconditionally call
15719 init_psymbol_list.
15720
15721 2019-01-10 Tom Tromey <tom@tromey.com>
15722
15723 * xcoffread.c (scan_xcoff_symtab): Update.
15724 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
15725 "where".
15726 * mdebugread.c (parse_partial_symbols)
15727 (handle_psymbol_enumerators): Update.
15728 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
15729 * dbxread.c (read_dbx_symtab): Update.
15730 * psympriv.h (psymbol_placement): New enum.
15731 (add_psymbol_to_list): Update.
15732
15733 2019-01-10 Tom Tromey <tom@tromey.com>
15734
15735 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
15736 static_psymbols parameters.
15737 (scan_xcoff_symtab): Update.
15738 * psymtab.c (start_psymtab_common): Remove global_psymbols and
15739 static_psymbols parameters.
15740 * psympriv.h (start_psymtab_common): Update.
15741 * mdebugread.c (parse_partial_symbols): Update.
15742 * dwarf2read.c (create_partial_symtab): Update.
15743 * dbxread.c (read_dbx_symtab): Update.
15744 (start_psymtab): Remove global_psymbols and static_psymbols
15745 parameters.
15746
15747 2019-01-10 Tom Tromey <tom@tromey.com>
15748
15749 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
15750 * psymtab.c (allocate_psymtab): Add comment.
15751 * psympriv.h (allocate_psymtab): Add comment.
15752 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
15753 initializations.
15754 * dbxread.c (dbx_end_psymtab): Remove some initializations.
15755
15756 2019-01-10 Tom Tromey <tom@tromey.com>
15757
15758 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15759 Don't declare.
15760 * mipsread.c: Include mdebugread.h.
15761 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15762 Declare.
15763 * elfread.c: Include mdebugread.h.
15764
15765 2019-01-09 Tom Tromey <tom@tromey.com>
15766
15767 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
15768 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
15769 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
15770 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
15771 (psym_lookup_symbol, psym_find_last_source_symtab)
15772 (psym_forget_cached_source_info, psym_print_stats)
15773 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
15774 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
15775 (psym_map_matching_symbols, psym_expand_symtabs_matching)
15776 (psym_find_compunit_symtab_by_address)
15777 (maintenance_print_psymbols, maintenance_info_psymtabs)
15778 (maintenance_check_psymtabs): Use ranged for.
15779 * psymtab.h (class objfile_psymtabs): New.
15780 (require_partial_symbols): Return objfile_psymtabs.
15781 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
15782
15783 2019-01-09 Tom Tromey <tom@tromey.com>
15784
15785 * symfile.c (overlay_invalidate_all, find_pc_overlay)
15786 (find_pc_mapped_section, list_overlays_command)
15787 (map_overlay_command, unmap_overlay_command)
15788 (simple_overlay_update): Use all_objfiles.
15789 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
15790 * printcmd.c (info_symbol_command): Use all_objfiles.
15791 * objfiles.h (ALL_OBJSECTIONS): Remove.
15792 * maint.c (maintenance_translate_address): Use all_objfiles.
15793 * gcore.c (gcore_create_callback): Use all_objfiles.
15794 (objfile_find_memory_regions): Likewise.
15795
15796 2019-01-09 Tom Tromey <tom@tromey.com>
15797
15798 * symtab.c (find_line_symtab, info_sources_command)
15799 (make_source_files_completion_list): Use objfile_compunits.
15800 * source.c (select_source_symtab): Use objfile_compunits.
15801 * objfiles.h (struct objfile): Update comment.
15802 (ALL_OBJFILES): Remove.
15803 (ALL_FILETABS): Remove.
15804 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
15805 objfile_compunits.
15806
15807 2019-01-09 Tom Tromey <tom@tromey.com>
15808
15809 * symmisc.c (print_objfile_statistics, dump_objfile)
15810 (maintenance_print_symbols): Use compunit_filetabs.
15811 * source.c (forget_cached_source_info_for_objfile): Use
15812 compunit_filetabs.
15813 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
15814 (ALL_FILETABS): Use compunit_filetabs.
15815 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
15816 * coffread.c (coff_symtab_read): Use compunit_filetabs.
15817
15818 2019-01-09 Tom Tromey <tom@tromey.com>
15819
15820 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
15821 (compunit_filetabs): New.
15822 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
15823 compunit_filetabs.
15824 (info_sources_command, make_source_files_completion_list): Remove
15825 declaration.
15826 * symmisc.c (print_objfile_statistics, dump_objfile)
15827 (maintenance_print_symbols): Remove declaration.
15828 (maintenance_info_symtabs): Use compunit_filetabs.
15829 (maintenance_info_line_tables): Likewise.
15830 * source.c (select_source_symtab): Change local variable name.
15831 (forget_cached_source_info_for_objfile): Remove declaration.
15832 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
15833 * objfiles.c (objfile_relocate1): Remove declaration.
15834 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15835 declaration.
15836 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
15837 * coffread.c (coff_symtab_read): Remove declaration.
15838 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
15839 compunit_filetabs.
15840
15841 2019-01-09 Tom Tromey <tom@tromey.com>
15842
15843 * symtab.c (lookup_objfile_from_block)
15844 (find_pc_sect_compunit_symtab, search_symbols)
15845 (default_collect_symbol_completion_matches_break_on): Use
15846 objfile_compunits.
15847 * objfiles.h (ALL_COMPUNITS): Remove.
15848 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
15849 * cp-support.c (add_symbol_overload_list_qualified): Use
15850 objfile_compunits.
15851 * ada-lang.c (ada_collect_symbol_completion_matches)
15852 (ada_add_global_exceptions): Use objfile_compunits.
15853
15854 2019-01-09 Tom Tromey <tom@tromey.com>
15855
15856 * source.c (select_source_symtab)
15857 (forget_cached_source_info_for_objfile): Remove declaration.
15858 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15859 declaration.
15860 * maint.c (count_symtabs_and_blocks): Remove declaration.
15861 * cp-support.c (add_symbol_overload_list_qualified): Remove
15862 declaration.
15863 * coffread.c (coff_symtab_read): Remove declaration.
15864 * symtab.c (lookup_symbol_in_objfile_symtabs)
15865 (basic_lookup_transparent_type_1): Use objfile_compunits.
15866 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
15867 (info_sources_command, search_symbols)
15868 (default_collect_symbol_completion_matches_break_on)
15869 (make_source_files_completion_list): Remove declaration.
15870 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
15871 (ada_collect_symbol_completion_matches)
15872 (ada_add_global_exceptions): Remove declaration.
15873 * linespec.c (iterate_over_all_matching_symtabs): Use
15874 objfile_compunits.
15875 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
15876 (class objfile_compunits): New.
15877 (ALL_COMPUNITS): Use objfile_compunits.
15878 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
15879 (maintenance_check_symtabs, maintenance_info_line_tables): Use
15880 objfile_compunits.
15881 * objfiles.c (objfile_relocate1): Use objfile_compunits.
15882
15883 2019-01-09 Tom Tromey <tom@tromey.com>
15884
15885 * symtab.c (search_symbols)
15886 (default_collect_symbol_completion_matches_break_on): Use
15887 objfile_msymbols.
15888 * ada-lang.c (ada_lookup_simple_minsym)
15889 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
15890 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
15891 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
15892 objfile_msymbols.
15893 * coffread.c (coff_symfile_read): Use objfile_msymbols.
15894 * symmisc.c (dump_msymbols): Use objfile_msymbols.
15895 * objc-lang.c (find_methods): Use objfile_msymbols.
15896 (info_selectors_command, info_classes_command): Likewise.
15897 * stabsread.c (scan_file_globals): Use objfile_msymbols.
15898 * objfiles.h (class objfile_msymbols): New.
15899 (ALL_OBJFILE_MSYMBOLS): Remove.
15900 (ALL_MSYMBOLS): Remove.
15901
15902 2019-01-09 Tom Tromey <tom@tromey.com>
15903
15904 * common/next-iterator.h (next_adapter): Add Iterator template
15905 parameter.
15906 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
15907 (class all_objfiles_safe): New.
15908 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
15909 * objfiles.c (put_objfile_before): Update comment.
15910 (add_separate_debug_objfile): Likewise.
15911 (free_all_objfiles): Use all_objfiles_safe.
15912 (objfile_purge_solibs): Likewise.
15913
15914 2019-01-09 Tom Tromey <tom@tromey.com>
15915
15916 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15917 (expand_symtab_containing_pc, lookup_static_symbol)
15918 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
15919 (find_symbol_at_address, find_line_symtab, find_main_name): Use
15920 all_objfiles.
15921 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
15922 * breakpoint.c (create_overlay_event_breakpoint)
15923 (create_longjmp_master_breakpoint)
15924 (create_std_terminate_master_breakpoint)
15925 (create_exception_master_breakpoint): Use all_objfiles.
15926 * linux-thread-db.c (try_thread_db_load_from_pdir)
15927 (has_libpthread): Use all_objfiles.
15928 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
15929 * linespec.c (iterate_over_all_matching_symtabs)
15930 (search_minsyms_for_name): Use all_objfiles.
15931 * maint.c (maintenance_info_sections): Use all_objfiles.
15932 * main.c (captured_main_1): Use all_objfiles.
15933 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
15934 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
15935 * guile/scm-pretty-print.c
15936 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
15937 * solib-spu.c (append_ocl_sos): Use all_objfiles.
15938 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
15939 (maintenance_print_msymbols): Use all_objfiles.
15940 * source.c (select_source_symtab): Use all_objfiles.
15941 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
15942 * symfile.c (remove_symbol_file_command)
15943 (expand_symtabs_matching, map_symbol_filenames): Use
15944 all_objfiles.
15945 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
15946 all_objfiles.
15947 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
15948 * objc-lang.c (find_methods): Use all_objfiles.
15949 * objfiles.c (have_partial_symbols, have_full_symbols)
15950 (have_minimal_symbols, qsort_cmp)
15951 (default_iterate_over_objfiles_in_search_order): Use
15952 all_objfiles.
15953 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
15954 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
15955 (maintenance_check_psymtabs): Use all_objfiles.
15956 (ALL_PSYMTABS): Remove.
15957 * compile/compile-object-run.c (do_module_cleanup): Use
15958 all_objfiles.
15959 * blockframe.c (find_pc_partial_function): Use all_objfiles.
15960 * cp-support.c (add_symbol_overload_list_qualified): Use
15961 all_objfiles.
15962 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15963 Use all_objfiles.
15964 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
15965 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
15966 all_objfiles.
15967 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15968 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
15969 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15970 Uses all_objfiles.
15971 * solib.c (solib_read_symbols): Use all_objfiles
15972
15973 2019-01-09 Tom Tromey <tom@tromey.com>
15974
15975 * probe.c (parse_probes_in_pspace): Use all_objfiles.
15976 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
15977 all_objfiles.
15978 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
15979 * symmisc.c (print_symbol_bcache_statistics)
15980 (print_objfile_statistics, maintenance_print_objfiles)
15981 (maintenance_info_symtabs, maintenance_check_symtabs)
15982 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
15983 all_objfiles.
15984 * source.c (forget_cached_source_info): Use all_objfiles.
15985 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
15986 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15987 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
15988 * objfiles.c (update_section_map): Use all_objfiles.
15989 (shared_objfile_contains_address_p): Likewise.
15990 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
15991 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
15992
15993 2019-01-09 Tom Tromey <tom@tromey.com>
15994
15995 * common/next-iterator.h: New file.
15996 * objfiles.h (class all_objfiles): New.
15997 (struct objfile_iterator): New.
15998
15999 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16000
16001 * NEWS: Move the description of the changed "frame", "select-frame",
16002 and "info frame" commands to the Changed commands section.
16003
16004 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
16005
16006 * gdbtypes.c (check_stub_method_group): Remove handling of old
16007 mangling schemes.
16008 * linespec.c (find_methods): Likewise.
16009 * stabsread.c (read_member_functions): Likewise.
16010 * valops.c (search_struct_method): Likewise.
16011 (value_struct_elt_for_reference): Likewise.
16012 * NEWS: Mention this change.
16013
16014 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
16015
16016 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
16017 print_source_lines.
16018 * source.c (print_source_lines_base): Update line number check.
16019 (print_source_lines): New function.
16020 (source_lines_range::source_lines_range): New function.
16021 * source.h (class source_lines_range): New class.
16022 (print_source_lines): New declaration.
16023
16024 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16025
16026 * linespec.c (linespec_state_destructor): Free self->canonical_names.
16027
16028 2019-01-08 Tom Tromey <tom@tromey.com>
16029 Simon Marchi <simon.marchi@ericsson.com>
16030
16031 PR gdb/24060
16032 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
16033 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
16034 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
16035 * f-exp.y (DOLLAR_VARIABLE): Likewise.
16036 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
16037 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
16038
16039 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16040
16041 * source.c (select_source_symtab): Move header comment to
16042 declaration in source.h.
16043 (forget_cached_source_info_for_objfile): Likewise.
16044 (forget_cached_source_info): Likewise.
16045 (identify_source_line): Likewise.
16046 * source.h (identify_source_line): Move declaration from symtab.h
16047 and add comment from source.c
16048 (print_source_lines): Likewise.
16049 (forget_cached_source_info_for_objfile): Likewise.
16050 (forget_cached_source_info): Likewise.
16051 (select_source_symtab): Likewise.
16052 (enum print_source_lines_flag): Move definition from symtab.h.
16053 * symtab.h (identify_source_line): Move declaration to source.h.
16054 (print_source_lines): Likewise.
16055 (forget_cached_source_info_for_objfile): Likewise.
16056 (forget_cached_source_info): Likewise.
16057 (select_source_symtab): Likewise.
16058 (enum print_source_lines_flag): Move definition to source.h.
16059 * tui/tui-hooks.c: Add 'source.h' include.
16060
16061 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16062
16063 * source.c (print_source_lines_base): Handle requests to print
16064 reverse line number sequences, and guard against empty lines
16065 string.
16066
16067 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16068
16069 * source.c (print_source_lines_base): Fix skip of '\r' if next
16070 character is '\n'.
16071
16072 2019-01-06 Tom Tromey <tom@tromey.com>
16073
16074 * c-exp.y (struct c_parse_state) <macro_original_text,
16075 expansion_obstack>: New member.
16076 (macro_original_text, expansion_obstack): Remove globals.
16077 (scan_macro_expansion, scanning_macro_expansion)
16078 (finished_macro_expansion): Update.
16079 (scan_macro_cleanup): Remove.
16080 (yylex, c_parse): Update.
16081
16082 2019-01-06 Tom Tromey <tom@tromey.com>
16083
16084 * c-exp.y (struct c_parse_state) <strings>: New member.
16085 (operator_stoken): Update.
16086
16087 2019-01-06 Tom Tromey <tom@tromey.com>
16088
16089 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
16090 (union type_stack_elt) <typelist_val>: Now a pointer to
16091 std::vector.
16092 (type_stack_cleanup): Don't declare.
16093 (push_typelist): Update.
16094 * parse.c (pop_typelist): Return a std::vector.
16095 (push_typelist): Take a std::vector.
16096 (follow_types): Update. Do not free args.
16097 (type_stack_cleanup): Remove.
16098 * c-exp.y (struct c_parse_state): New.
16099 (cpstate): New global.
16100 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
16101 (nonempty_typelist): Update.
16102 (func_mod): Create a new vector.
16103 (c_parse): Create a c_parse_state.
16104 (check_parameter_typelist): Do not delete params.
16105 (function_method): Update. Do not delete type_list.
16106
16107 2019-01-06 Tom Tromey <tom@tromey.com>
16108
16109 PR gdb/28155:
16110 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
16111 check_typedef.
16112 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
16113 (print_return_value): Likewise.
16114
16115 2019-01-05 Tom Tromey <tom@tromey.com>
16116
16117 * contrib/cleanup_check.py: Remove.
16118 * contrib/gcc-with-excheck: Remove.
16119 * contrib/exsummary.py: Remove.
16120 * contrib/excheck.py: Remove.
16121
16122 2019-01-05 Joel Brobecker <brobecker@adacore.com>
16123
16124 * thread.c (delete_thread_1): Add gdb_assert that THR is not
16125 NULL. Initialize tpprev to NULL instead of assigning it
16126 to NULL on the next statement.
16127 * windows-nat.c (windows_delete_thread): Remove check for
16128 main_thread_id before printing thread exit notifications.
16129 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
16130 Remove thread ID check against main_thread_id.
16131 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
16132 windows_delete_thread.
16133 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
16134
16135 2019-01-04 Tom Tromey <tom@tromey.com>
16136
16137 * compile/compile.c (_initialize_compile): Use upper case for
16138 metasyntactic variables.
16139 * symmisc.c (_initialize_symmisc): Use upper case for
16140 metasyntactic variables.
16141 * psymtab.c (_initialize_psymtab): Use upper case for
16142 metasyntactic variables.
16143 * demangle.c (demangle_command): Use upper case for metasyntactic
16144 variables.
16145 (_initialize_demangler): Likewise.
16146 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
16147 variables.
16148
16149 2019-01-03 Tom Tromey <tom@tromey.com>
16150
16151 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
16152
16153 2019-01-03 Tom Tromey <tom@tromey.com>
16154
16155 * python/py-symtab.c (salpy_str): Update.
16156 (struct salpy_sal_object) <symtab>: Now a PyObject.
16157 (salpy_dealloc): Update.
16158 (del_objfile_sal): Use gdbpy_ref.
16159
16160 2019-01-03 Tom Tromey <tom@tromey.com>
16161
16162 * python/py-type.c (convert_field): Use new_reference. Return
16163 gdbpy_ref.
16164 (make_fielditem): Return gdbpy_ref.
16165 (typy_fields): Update.
16166 (typy_getitem): Update.
16167 (field_name): Return gdbpy_ref. Use new_reference.
16168 (typy_iterator_iternext): Update.
16169
16170 2019-01-03 Tom Tromey <tom@tromey.com>
16171
16172 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
16173
16174 2019-01-03 Tom Tromey <tom@tromey.com>
16175
16176 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
16177 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
16178 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
16179 (pspy_set_frame_filters, pspy_set_frame_unwinders)
16180 (pspy_set_type_printers): Likewise.
16181 * python/py-function.c (fnpy_init): Use gdbpy_ref.
16182 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
16183 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
16184 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
16185 (objfpy_set_type_printers): Likewise.
16186
16187 2019-01-03 Tom Tromey <tom@tromey.com>
16188
16189 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
16190 (gdbpy_print_stack): Use gdbpy_err_fetch.
16191 * python/python-internal.h (class gdbpy_err_fetch): New class.
16192 (class gdbpy_enter) <m_error_type, m_error_value,
16193 m_error_traceback>: Remove.
16194 <m_error>: New member.
16195 (gdbpy_exception_to_string): Don't declare.
16196 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
16197 * python/py-value.c (convert_value_from_python): Use
16198 gdbpy_err_fetch.
16199 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
16200 gdbpy_exception_to_string.
16201 (gdbpy_handle_exception): Use gdbpy_err_fetch.
16202 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
16203 gdbpy_err_fetch.
16204
16205 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16206
16207 * linux-nat.c (delete_lwp_cleanup): Delete.
16208 (struct lwp_deleter): New struct.
16209 (lwp_info_up): New typedef.
16210 (linux_nat_target::follow_fork): Delete cleanup, and make use of
16211 lwp_info_up.
16212
16213 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16214
16215 * linux-fork.c (class scoped_switch_fork_info): New class.
16216 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
16217
16218 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16219
16220 * valops.c (find_overload_match): Remove use of null_cleanup, and
16221 calls to do_cleanups.
16222
16223 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16224
16225 * compile/compile-cplus-types.c
16226 (compile_cplus_instance::decl_name): Handle changes to
16227 cp_func_name.
16228 * cp-support.c (cp_func_name): Update header comment, update
16229 return type.
16230 * cp-support.h (cp_func_name): Update return type in declaration.
16231 * valops.c (find_overload_match): Move temp_func local to top
16232 level of function and change its type. Use temp_func to hold and
16233 delete temporary string obtained from cp_func_name.
16234
16235 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16236
16237 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
16238 gdb::char_vector, remove cleanup, and update uses of `msg`.
16239
16240 2019-01-03 Jim Wilson <jimw@sifive.com>
16241
16242 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
16243
16244 2019-01-02 Tom Tromey <tom@tromey.com>
16245
16246 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
16247 (tdesc_parse_xml): Remove cleanups.
16248 * target-descriptions.h (make_cleanup_free_target_description):
16249 Don't declare.
16250 (target_desc_deleter): New struct.
16251 (target_desc_up): New typedef.
16252 * target-descriptions.c (target_desc_deleter::operator()): Rename
16253 from free_target_description.
16254 (make_cleanup_free_target_description): Remove.
16255
16256 2019-01-02 Tom Tromey <tom@tromey.com>
16257
16258 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
16259 constructor, destructor.
16260 (linespec_parser): Remove typedef.
16261 (~linespec_parser): Rename from linespec_parser_delete.
16262 (linespec_lex_to_end, linespec_complete_label)
16263 (linespec_complete): Update.
16264 (decode_line_full): Remove cleanups.
16265 (decode_line_1): Update.
16266
16267 2019-01-02 Tom Tromey <tom@tromey.com>
16268
16269 * python/python-internal.h (inferior_to_inferior_object): Change
16270 return type.
16271 * python/py-exitedevent.c (create_exited_event_object): Update.
16272 * python/py-inferior.c (inferior_to_inferior_object): Return
16273 gdbpy_ref.
16274 (python_new_inferior, python_inferior_deleted)
16275 (thread_to_thread_object, delete_thread_object)
16276 (build_inferior_list, gdbpy_selected_inferior): Update.
16277 * python/py-infthread.c (create_thread_object): Update. Also fail
16278 if inferior_to_inferior_object fails.
16279
16280 2019-01-02 Simon Marchi <simon.marchi@ericsson.com>
16281
16282 * inferior.h (class inferior) <displaced_step_state>: New field.
16283 * infrun.h (struct displaced_step_state): Move here from
16284 infrun.c. Initialize fields, add constructor.
16285 <inf>: Remove field.
16286 <reset>: New method.
16287 * infrun.c (struct displaced_step_inferior_state): Move to
16288 infrun.h.
16289 (displaced_step_inferior_states): Remove.
16290 (get_displaced_stepping_state): Adust.
16291 (displaced_step_in_progress_any_inferior): Adjust.
16292 (displaced_step_in_progress_thread): Adjust.
16293 (displaced_step_in_progress): Adjust.
16294 (add_displaced_stepping_state): Remove.
16295 (get_displaced_step_closure_by_addr): Adjust.
16296 (remove_displaced_stepping_state): Remove.
16297 (infrun_inferior_exit): Call displaced_step_state.reset.
16298 (use_displaced_stepping): Don't check for NULL.
16299 (displaced_step_prepare_throw): Call
16300 get_displaced_stepping_state.
16301 (displaced_step_fixup): Don't check for NULL.
16302 (prepare_for_detach): Don't check for NULL.
16303
16304 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16305
16306 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
16307 in case of call that did not complete.
16308
16309 2019-01-02 Andrey Utkin <autkin@undo.io>
16310
16311 * symfile.c (find_separate_debug_file): Fix search of debug files for
16312 remote debuggee.
16313
16314 2019-01-02 Tom Tromey <tom@tromey.com>
16315
16316 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
16317 indentation.
16318 * python/py-frame.c (frapy_older): Remove cast.
16319 (frapy_newer): Likewise.
16320 * python/py-breakpoint.c (local_setattro): Remove cast.
16321 * python/py-arch.c (archpy_name): Remove local variable.
16322 * python/py-type.c (gdbpy_lookup_type): Remove cast.
16323
16324 2019-01-02 Joel Brobecker <brobecker@adacore.com>
16325
16326 * unittests/basic_string_view/element_access/char/empty.cc:
16327 Fix year range in copyright header.
16328
16329 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
16330
16331 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
16332 Delete.
16333 <operator==>: Update with for removed field.
16334 <hash>: Likewise.
16335 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
16336 <isa_features>: ...this.
16337 <abi_features>: New field.
16338 (riscv_isa_flen): Update comment.
16339 (riscv_abi_xlen): New declaration.
16340 (riscv_abi_flen): New declaration.
16341 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
16342 isa_features.
16343 (riscv_abi_xlen): New function.
16344 (riscv_isa_flen): Update to get answer from isa_features.
16345 (riscv_abi_flen): New function.
16346 (riscv_has_fp_abi): Update to get answer from abi_features.
16347 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
16348 xlen and flen.
16349 (riscv_call_info) <xlen, flen>: Update comment.
16350 (riscv_call_arg_struct): Remove invalid assertions
16351 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
16352 is removed.
16353 (riscv_gdbarch_init): Gather isa features and abi features
16354 separately, ensure both match on the gdbarch when reusing an old
16355 gdbarch. Relax an error check to allow 32-bit abi float to run on
16356 a target with 64-bit float hardware.
16357
16358 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16359
16360 * source.c (search_command_helper): Stop reverse search
16361 when line 1 has been searched.
16362
16363 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16364
16365 * record-full.c (record_full_base_target::close): Rewrite
16366 record_full_core_buf_list free logic.
16367
16368 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16369
16370 * break-catch-syscall.c (print_one_catch_syscall): xfree
16371 the last text.
16372
16373 2019-01-01 Joel Brobecker <brobecker@adacore.com>
16374
16375 * top.c (print_gdb_version): Update Copyright year in version
16376 message.
16377
16378 2019-01-01 Joel Brobecker <brobecker@adacore.com>
16379
16380 Update copyright year range in all GDB files.
16381
16382 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
16383
16384 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
16385
16386 For older changes see ChangeLog-2018.
16387 \f
16388 Local Variables:
16389 mode: change-log
16390 left-margin: 8
16391 fill-column: 74
16392 version-control: never
16393 coding: utf-8
16394 End:
16395
This page took 0.70709 seconds and 4 git commands to generate.