98a6285dd840301bdcd7e8074a3ca0e16e41c10e
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2019-12-10 George Barrett <bob@bob131.so>
2
3 Fix scripted probe breakpoints.
4 * breakpoint.c (tracepoint_probe_breakpoint_ops): Move
5 declaration forward.
6 (breakpoint_ops_for_event_location_type)
7 (breakpoint_ops_for_event_location): Add function definitions.
8 (break_command_1, trace_command): Use
9 breakpoint_ops_for_event_location.
10 * breakpoint.h (breakpoint_ops_for_event_location): Add function
11 declarations.
12 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Use
13 breakpoint_ops_for_event_location.
14 * python/py-breakpoint.c (bppy_init): Use
15 breakpoint_ops_for_event_location.
16
17 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
18
19 * gdbtypes.c (rank_one_type): Return INCOMPATIBLE_TYPE_BADNESS
20 when ranking an lvalue argument for an rvalue parameter.
21
22 2019-12-08 Wataru Ashihara <wataash@wataash.com>
23
24 * darwin-nat.c (darwin_nat_target::create_inferior): Fix
25 template argument for scoped_restore_tmpl from bool to int.
26
27 2019-12-07 Keith Seitz <keiths@redhat.com>
28
29 * build-id.c (build_id_bfd_get): Permit bfd_core, too.
30 (build_id_to_debug_bfd): Make static, rewriting to use
31 build_id_to_bfd_suffix.
32 (build_id_to_bfd_suffix): Copy of build_id_to_debug_bfd,
33 adding `suffix' parameter. Append SUFFIX to file names
34 when searching for matching files.
35 (build_id_to_debug_bfd): Use build_id_to_bfd_suffix.
36 (build_id_to_exec_bfd): Likewise.
37 * build-id.h (build_id_to_debug_bfd): Clarify that function
38 searches for BFD of debug info file.
39 (build_id_to_exec_bfd): Declare.
40 * corelow.c: Include build-id.h.
41 (locate_exec_from_corefile_build_id): New function.
42 (core_target_open): If no executable BFD is found,
43 search for a core file BFD using build-id.
44
45 2019-12-06 Christian Biesinger <cbiesinger@google.com>
46
47 * bcache.c: Put in namespace gdb.
48 * bcache.h: Likewise.
49 * gdbtypes.c (check_types_worklist): Update.
50 (types_deeply_equal): Update.
51 * macrotab.c (struct macro_table) <bcache>: Update.
52 (new_macro_table): Update.
53 * macrotab.h (struct bcache): Put this forward declaration
54 inside namespace gdb.
55 (new_macro_table): Update.
56 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache>:
57 Update.
58 <macro_cache>: Update.
59 * psymtab.h: (psymtab_storage) <psymbol_cache>: Update.
60
61 2019-12-06 Tom de Vries <tdevries@suse.de>
62
63 PR symtab/24971
64 * block.c (best_symbol, better_symbol): New function.
65 (block_lookup_symbol_primary, block_lookup_symbol): Prefer def over
66 decl.
67
68 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
69
70 * gdbtypes.h: Define the REFERENCE_SEE_THROUGH_BADNESS value.
71 * gdbtypes.c (rank_one_type): Use REFERENCE_SEE_THROUGH_BADNESS
72 for ranking see-through reference cases.
73
74 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
75 * stack.c (faas_command): Check a command is provided.
76 * thread.c (taas_command, tfaas_command): Likewise.
77
78 2019-12-05 Philippe Waroquiers <philippe.waroquiers@skynet.be>
79 * inferior.c (prune_inferiors): Only call delete_inferior,
80 Do not modify the inferior list.
81
82 2019-12-05 Simon Marchi <simon.marchi@polymtl.ca>
83
84 * c-exp.y: Update calls to lookup_typename,
85 lookup_signed_typename and lookup_unsigned_typename.
86 * c-lang.c (evaluate_subexp_c): Likewise.
87 * cp-namespace.c (cp_lookup_symbol_imports_or_template):
88 Likewise.
89 * eval.c (binop_promote): Likewise.
90 * gdbtypes.c (lookup_typename): Remove gdbarch parameter.
91 (lookup_unsigned_typename): Likewise.
92 (lookup_signed_typename): Likewise.
93 * gdbtypes.h (lookup_unsigned_typename): Likewise.
94 (lookup_signed_typename): Likewise.
95 (lookup_typename): Likewise.
96 * guile/scm-type.c (tyscm_lookup_typename): Update calls to
97 lookup_typename, lookup_signed_typename,
98 lookup_unsigned_typename.
99 * m2-exp.y: Likewise.
100 * printcmd.c (printf_wide_c_string): Likewise.
101 (ui_printf): Likewise.
102 * python/py-type.c (typy_lookup_typename): Likewise.
103 * python/py-xmethods.c (python_xmethod_worker::invoke):
104 Likewise.
105 * rust-exp.y: Likewise.
106
107 2019-12-04 Christian Biesinger <cbiesinger@google.com>
108
109 * configure.nat (obsd64): Add missing files x86-nat.o and
110 nat/x86-dregs.o.
111
112 2019-12-04 Tom Tromey <tom@tromey.com>
113
114 * valprint.c (val_print_string): Use metadata_style.
115 * go-valprint.c (print_go_string): Use metadata style.
116 * p-valprint.c (pascal_object_print_static_field): Use metadata
117 style.
118 * cp-valprint.c (cp_print_static_field): Use metadata style.
119
120 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
121 Chris January <chris.january@arm.com>
122
123 * f-exp.y (COMPLEX_KEYWORD, SINGLE, DOUBLE, PRECISION): New
124 tokens.
125 (typebase): New patterns for complex, single/double precision, and
126 single/double complex.
127 (f77_keywords): Change token for complex keyword, and add single,
128 double, and precision keywords.
129
130 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
131
132 * avr-tdep.c (_initialize_avr_tdep): Improve help of command
133 "info io_registers".
134
135 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
136
137 * regcache.c (cooked_read_test): Initialize thread list of
138 mock_inferior.
139
140 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
141
142 * aarch64-linux-tdep.c: Remove includes.
143
144 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
145
146 * aarch64-tdep.c: Remove includes.
147
148 2019-12-04 Simon Marchi <simon.marchi@efficios.com>
149
150 * filtered-iterator.h (filtered_iterator) <operator==,
151 operator!=>: Compare wrapped iterators, not wrapped pointers.
152 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
153 unittests/filtered_iterator-selftests.c.
154 * unittests/filtered_iterator-selftests.c: New file.
155
156 2019-12-04 Tom Tromey <tromey@adacore.com>
157
158 * gdbtypes.c (create_range_type): Inherit endianity
159 from base type.
160
161 2019-12-04 Tom Tromey <tromey@adacore.com>
162
163 * ada-lang.c (decode_constrained_packed_array)
164 (ada_value_assign, value_assign_to_component): Update.
165 * dwarf2loc.c (rw_pieced_value, access_memory)
166 (dwarf2_compile_expr_to_ax): Update.
167 * dwarf2read.c (dwarf2_add_field): Update.
168 * eval.c (evaluate_subexp_standard): Update.
169 * gdbarch.c, gdbarch.h: Rebuild.
170 * gdbarch.sh (bits_big_endian): Remove.
171 * gdbtypes.h (union field_location): Update comment.
172 * target-descriptions.c (make_gdb_type): Update.
173 * valarith.c (value_bit_index): Update.
174 * value.c (struct value) <bitpos>: Update comment.
175 (unpack_bits_as_long, modify_field): Update.
176 * value.h (value_bitpos): Update comment.
177
178 2019-12-04 Tom Tromey <tromey@adacore.com>
179
180 * gdbtypes.c (type_byte_order): Move earlier. Assert for unknown
181 endian-ness.
182
183 2019-12-04 Tom Tromey <tromey@adacore.com>
184
185 * dwarf2read.c (dwarf2_init_float_type)
186 (dwarf2_init_complex_target_type): Add byte_order parameter.
187 (read_base_type): Compute byte order earlier.
188 * gdbtypes.c (init_float_type): Add byte_order parameter.
189 * gdbtypes.h (init_float_type): Add byte_order parameter.
190
191 2019-12-04 Tom Tromey <tromey@adacore.com>
192
193 * unittests/tui-selftests.c: Conditionally include tui-winsource.h.
194
195 2019-12-04 Tom Tromey <tromey@adacore.com>
196
197 * dwarf2read.c (process_structure_scope): Initialize
198 "discr_offset".
199
200 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
201
202 * mi/mi-symbol-cmds.c (mi_symbol_info): Take extra parameter, and
203 add it into the search spec.
204 (parse_max_results_option): New function.
205 (mi_info_functions_or_variables): Parse -max-results flag and pass
206 it to mi_symbol_info.
207 (mi_cmd_symbol_info_modules): Likewise.
208 (mi_cmd_symbol_info_types): Likewise.
209 * symtab.c (global_symbol_searcher::add_matching_symbols): Change
210 return type to bool, change result container into a set, and don't
211 add new results if we have enough already.
212 (global_symbol_searcher::add_matching_msymbols): Change return
213 type to bool, and don't add new results if we have enough already.
214 (sort_search_symbols_remove_dups): Delete.
215 (global_symbol_searcher::search): Early exit from search loop when
216 we have enough results. Use a std::set to collect the results
217 from calling add_matching_symbols.
218 * symtab.h (global_symbol_searcher) <set_max_seach_results>: New
219 member function.
220 (global_symbol_searcher) <m_max_search_results>: New member
221 variable.
222 (global_symbol_searcher) <add_matching_symbols>: Update header
223 comment and change return type to bool.
224 (global_symbol_searcher) <add_matching_msymbols>: Update header
225 comment and change return type to bool.
226
227 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
228
229 * symtab.c (symbol_search::compare_search_syms): Update header
230 comment.
231 (global_symbol_searcher::is_suitable_msymbol): New function.
232 (global_symbol_searcher::expand_symtabs): New function.
233 (global_symbol_searcher::add_matching_symbols): New function.
234 (global_symbol_searcher::add_matching_msymbols): New function.
235 (global_symbol_searcher::search): Move most of the content
236 into the new functions above, and call them as needed.
237 * symtab.h (global_symbol_searcher) <expand_symtabs>: New member
238 function.
239 (global_symbol_searcher) <add_matching_symbols>: New member
240 function.
241 (global_symbol_searcher) <add_matching_msymbols>: New member
242 function.
243 (global_symbol_searcher) <is_suitable_msymbol>: New member
244 function.
245
246 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
247
248 * mi/mi-cmds.c (mi_cmds): Add -symbol-info-module-functions and
249 -symbol-info-module-variables entries.
250 * mi/mi-cmds.h (mi_cmd_symbol_info_module_functions): Declare.
251 (mi_cmd_symbol_info_module_variables): Declare.
252 * mi/mi-symbol-cmds.c
253 (module_symbol_search_iterator): New typedef.
254 (output_module_symbols_in_single_module_and_file): New function.
255 (output_module_symbols_in_single_module): New function.
256 (mi_info_module_functions_or_variables): New function.
257 (mi_cmd_symbol_info_module_functions): New function.
258 (mi_cmd_symbol_info_module_variables): New function.
259 * NEWS: Mention new MI command.
260
261 2019-12-03 Christian Biesinger <cbiesinger@google.com>
262
263 * bcache.c (hash): Remove.
264 (hash_continue): Remove.
265 * bcache.h (hash): Remove.
266 (hash_continue): Remove.
267 (struct bcache) <ctor>: Update.
268 * psymtab.c (psymbol_hash): Update.
269 * stabsread.c (hashname): Update.
270 * utils.h (fast_hash): Add an argument for a start value,
271 defaulting to zero.
272
273 2019-12-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
274 * symtab.c (symbol_cache_clear_slot): Move close to cleared type.
275 (destroy_block_symbol_cache): New function.
276 (symbol_cache:~symbol_cache) Call destroy_block_symbol_cache.
277 (resize_symbol_cache): Likewise.
278
279 2019-12-02 Tom Tromey <tom@tromey.com>
280
281 * unittests/tui-selftests.c (run_tests): Make conditional.
282 (_initialize_tui_selftest): Make conditional.
283
284 2019-12-02 Christian Biesinger <cbiesinger@google.com>
285
286 * aix-thread.c (debug_aix_thread): Change type to bool.
287
288 2019-12-02 Luis Machado <luis.machado@linaro.org>
289
290 * infrun.c (follow_fork_inferior): Remove outdated FIXME comment.
291
292 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
293
294 * dwarf2read.c (read_tag_string_type): Read the fields required to
295 make a dynamic string, and possibly create a dynamic range for the
296 string.
297 (attr_to_dynamic_prop): Setup is_reference based on the type of
298 attribute being processed.
299 * gdbtypes.c (is_dynamic_type_internal): Handle TYPE_CODE_STRING.
300 (resolve_dynamic_array): Rename to...
301 (resolve_dynamic_array_or_string): ...this, update header comment,
302 and accept TYPE_CODE_STRING.
303 (resolve_dynamic_type_internal): Handle TYPE_CODE_STRING.
304
305 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
306
307 * dwarf2read.c (dwarf2_per_cu_int_type): New function, takes most
308 of its implementation from...
309 (dwarf2_per_cu_addr_sized_int_type): ...here, which now just calls
310 the new function.
311
312 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
313
314 * dwarf2read.c (read_subrange_type): Read bit and byte stride and
315 create a range with stride where appropriate.
316 * f-valprint.c: Include 'gdbarch.h'.
317 (f77_print_array_1): Take the stride into account when walking the
318 array. Also convert the stride into addressable units.
319 * gdbtypes.c (create_range_type): Initialise the stride to
320 constant zero.
321 (create_range_type_with_stride): New function, initialise the
322 range as normal, and then setup the stride.
323 (has_static_range): Include the stride here. Also change the
324 return type to bool.
325 (create_array_type_with_stride): Consider the range stride if the
326 array isn't given its own stride.
327 (resolve_dynamic_range): Resolve the stride if needed.
328 * gdbtypes.h (struct range_bounds) <stride>: New member variable.
329 (struct range_bounds) <flag_is_byte_stride>: New member variable.
330 (TYPE_BIT_STRIDE): Define.
331 (TYPE_ARRAY_BIT_STRIDE): Define.
332 (create_range_type_with_stride): Declare.
333 * valarith.c (value_subscripted_rvalue): Take range stride into
334 account when walking the array.
335
336 2019-12-01 Tom Tromey <tom@tromey.com>
337
338 * tui/tui-win.c (tui_all_windows_info): Treat inactive TUI
339 specially.
340
341 2019-12-01 Tom Tromey <tom@tromey.com>
342
343 * tui/tui-winsource.c (tui_copy_source_line): Don't advance past
344 \0.
345 * unittests/tui-selftests.c: New file.
346 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add tui-selftests.c.
347
348 2019-12-01 Tom Tromey <tom@tromey.com>
349
350 * tui/tui.c (tui_enable): Call tui_update_variables earlier.
351
352 2019-12-01 Tom Tromey <tom@tromey.com>
353
354 * NEWS: Document new settings.
355 * tui/tui-wingeneral.c (box_win): Apply appropriate border style.
356 * tui/tui-win.c (_initialize_tui_win): Add border style
357 observers.
358 * tui/tui-io.h (tui_apply_style): Declare.
359 * tui/tui-io.c (tui_apply_style): Rename from apply_style. No
360 longer static.
361 (apply_ansi_escape, tui_set_reverse_mode): Update.
362 * cli/cli-style.h (class cli_style_option) <add_setshow_commands>:
363 Add "skip_intensity" parameter.
364 <changed>: New member.
365 <do_set_value>: Declare.
366 (tui_border_style, tui_active_border_style): Declare.
367 * cli/cli-style.c (tui_border_style, tui_active_border_style): New
368 globals.
369 (cli_style_option): Initialize "changed".
370 (cli_style_option::do_set_value): New function.
371 (cli_style_option::add_setshow_commands): Add "skip_intensity"
372 parameter. Update.
373 (STYLE_ADD_SETSHOW_COMMANDS): Add "SKIP" parameter.
374 (_initialize_cli_style): Update. Create TUI border style
375 commands.
376
377 2019-12-01 Tom Tromey <tom@tromey.com>
378
379 * tui/tui-winsource.h (tui_copy_source_line): Add "ndigits"
380 parameter.
381 * tui/tui-winsource.c (tui_copy_source_line): Add "ndigits"
382 parameter.
383 * tui/tui-win.h (compact_source): Declare.
384 * tui/tui-win.c (compact_source): New global.
385 (tui_set_compact_source, tui_show_compact_source): New functions.
386 (_initialize_tui_win): Add "compact-source" setting.
387 * tui/tui-source.c (tui_source_window::set_contents): Handle
388 compact_source setting.
389 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
390 * NEWS: Document new setting.
391
392 2019-11-30 Tom Tromey <tom@tromey.com>
393
394 * dwarf2read.c (dwarf2_add_field): Include field offset when
395 computing variant part length.
396
397 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
398 * NEWS: Mention define-prefix. Tell that command names can now
399 contain a . character.
400
401 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
402
403 * command.h (valid_cmd_char_p): Declare.
404 * cli/cli-decode.c (valid_cmd_char_p): New function factorizing
405 the check of valid command char.
406 (find_command_name_length, valid_user_defined_cmd_name_p): Use
407 valid_cmd_char_p.
408 * cli/cli-script.c (validate_comname): Likewise.
409 * completer.c (gdb_completer_command_word_break_characters):
410 Do not remove . from the word break char, update comments.
411 (complete_line_internal_1): Use valid_cmd_char_p.
412 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
413 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
414
415 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
416
417 * cli/cli-script.c (do_define_command): Ensure a redefined
418 prefix command is kept as a prefix command.
419 (define_prefix_command): New function.
420 (show_user_1): Report user defined prefixes.
421 (_initialize_cli_script): Create the new 'define-prefix' command.
422 Add completers for 'define' and 'document'.
423 * top.c (execute_command): If command is a user-defined prefix only
424 command, report the list of commands for this prefix command.
425
426 2019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
427
428 * valops.c (find_oload_champ): Improve debug output.
429
430 2019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
431
432 * valops.c (find_oload_champ): Print part of debug messages
433 before the badness vector is std::move'd.
434
435 2019-11-28 Tom Tromey <tom@tromey.com>
436
437 * value.c (creal_internal_fn): Fix comment.
438
439 2019-11-28 Tom Tromey <tom@tromey.com>
440
441 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count,
442 flag_bound_evaluated>: Now unsigned.
443
444 2019-11-28 Tom Tromey <tom@tromey.com>
445
446 * guile/guile-internal.h (vlscm_scm_from_value_unsafe): Don't
447 declare.
448
449 2019-11-28 Mihails Strasuns <mihails.strasuns@intel.com>
450
451 * jit.c (jit_bfd_try_read_symtab): Fix printed function name in the
452 debug output.
453 * jit.c (jit_unregister_code): Add debug print to match
454 `jit_register_code`.
455
456 2019-11-27 Christian Biesinger <cbiesinger@google.com>
457
458 * NEWS: Mention the new multithreaded symbol loading.
459
460 2019-11-27 Christian Biesinger <cbiesinger@google.com>
461
462 * maint.c (n_worker_threads): Default to 0.
463 (worker_threads_disabled): New function.
464 * maint.h (worker_threads_disabled): New function.
465 * minsyms.c (minimal_symbol_reader::record_full): Call symbol_set_names
466 here if worker_threads_disabled () is true.
467 (minimal_symbol_reader::install): Skip all threading if
468 worker_threads_disabled () is true.
469
470 2019-11-27 Christian Biesinger <cbiesinger@google.com>
471
472 * minsyms.c (add_minsym_to_hash_table): Use a previously computed
473 hash code if possible.
474 (add_minsym_to_demangled_hash_table): Likewise.
475 (minimal_symbol_reader::install): Compute the hash codes for msymbol
476 on the background thread.
477 * symtab.h (struct minimal_symbol) <hash_value, demangled_hash_value>:
478 Add these fields.
479
480 2019-11-27 Christian Biesinger <cbiesinger@google.com>
481
482 * minsyms.c (minimal_symbol_reader::install): Also compute the hash
483 of the mangled name on the background thread.
484 * symtab.c (symbol_set_names): Allow passing in the hash of the
485 linkage_name.
486 * symtab.h (symbol_set_names): Likewise.
487
488 2019-11-27 Kevin Buettner <kevinb@redhat.com>
489
490 * dwarf2read.c (inherit_abstract_dies): Ensure that delayed
491 physnames are computed for inherited DIEs.
492
493 2019-11-27 Tom Tromey <tromey@adacore.com>
494
495 * dwarf2read.h (struct dwarf2_per_objfile): Remove unnecessary
496 backslashes.
497 * cp-support.c: Remove unnecessary backslashes.
498
499 2019-11-27 Christian Biesinger <cbiesinger@google.com>
500
501 * ada-exp.y (write_ambiguous_var): Replace SYMBOL_SET_LINKAGE_NAME
502 with sym->set_linkage_name.
503 * coffread.c (coff_read_enum_type): Likewise.
504 * mdebugread.c (parse_symbol): Likewise.
505 * stabsread.c (patch_block_stabs): Likewise.
506 (define_symbol): Likewise.
507 (read_enum_type): Likewise.
508 (common_block_end): Likewise.
509 * symtab.h (struct general_symbol_info) <set_linkage_name>: New
510 function.
511 (SYMBOL_SET_LINKAGE_NAME): Remove.
512 * xcoffread.c (process_xcoff_symbol): Replace SYMBOL_SET_LINKAGE_NAME
513 with sym->set_linkage_name.
514
515 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
516
517 * mi/mi-cmds.c (mi_cmds): Add 'symbol-info-modules' entry.
518 * mi/mi-cmds.h (mi_cmd_symbol_info_modules): Declare.
519 * mi/mi-symbol-cmds.c (mi_cmd_symbol_info_modules): New function.
520 * NEWS: Mention new MI command.
521
522 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
523
524 * mi/mi-cmds.c (mi_cmds): Add '-symbol-info-functions',
525 '-symbol-info-types', and '-symbol-info-variables'.
526 * mi/mi-cmds.h (mi_cmd_symbol_info_functions): Declare.
527 (mi_cmd_symbol_info_types): Declare.
528 (mi_cmd_symbol_info_variables): Declare.
529 * mi/mi-symbol-cmds.c: Add 'source.h' and 'mi-getopt.h' includes.
530 (output_debug_symbol): New function.
531 (output_nondebug_symbol): New function.
532 (mi_symbol_info): New function.
533 (mi_info_functions_or_variables): New function.
534 (mi_cmd_symbol_info_functions): New function.
535 (mi_cmd_symbol_info_types): New function.
536 (mi_cmd_symbol_info_variables): New function.
537 * NEWS: Mention new commands.
538
539 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
540
541 * symtab.c (symbol_to_info_string): New function, most content
542 moved from print_symbol_info, but updated to return a std::string.
543 (print_symbol_info): Update to use symbol_to_info_string and print
544 returned string.
545 * symtab.h (symbol_to_info_string): Declare new function.
546
547 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
548
549 * python/python.c (gdbpy_rbreak): Convert to using
550 global_symbol_searcher.
551 * symtab.c (file_matches): Convert return type to bool, change
552 file list to std::vector, update header comment.
553 (search_symbols): Rename to...
554 (global_symbol_searcher::search): ...this and update now its
555 a member function of global_symbol_searcher. Take account of the
556 changes to file_matches.
557 (symtab_symbol_info): Convert to using global_symbol_searcher.
558 (rbreak_command): Likewise.
559 (search_module_symbols): Likewise.
560 * symtab.h (enum symbol_search): Update comment.
561 (search_symbols): Remove declaration.
562 (class global_symbol_searcher): New class.
563
564 2019-11-26 Tom Tromey <tromey@adacore.com>
565
566 * cp-support.c (_initialize_cp_support): Conditionally initialize
567 gdb_demangle_attempt_core_dump.
568
569 2019-11-26 Tom Tromey <tom@tromey.com>
570
571 * python/py-function.c (fnpy_init): Update.
572 * value.h (add_internal_function): Adjust declaration.
573 * value.c (function_destroyer): Remove.
574 (do_add_internal_function): Don't set destroyer or copy name.
575 (add_internal_function): Take unique_xmalloc_ptr<char> for name.
576 Set name_allocated.
577 * python/py-cmd.c (cmdpy_destroyer): Don't free "name".
578 (cmdpy_init): Set name_allocated.
579 * cli/cli-decode.h (struct cmd_list_element) <name_allocated>: New
580 member.
581 (~cmd_list_element): Free "name" if needed.
582
583 2019-11-26 Tom Tromey <tom@tromey.com>
584
585 * value.h (add_internal_function): Add new overload. Move
586 documentation from value.h.
587 * value.c (do_add_internal_function): New function.
588 (add_internal_function): Use it. Add new overload.
589 (function_destroyer): Don't free doc.
590 * python/py-function.c (fnpy_init): Update.
591
592 2019-11-26 Tom Tromey <tom@tromey.com>
593
594 * python/py-cmd.c (cmdpy_destroyer): Don't free "doc".
595 (cmdpy_init): Set "doc_allocated".
596
597 2019-11-26 Tom Tromey <tom@tromey.com>
598
599 * gdbsupport/thread-pool.c (thread_pool::set_thread_count): Set
600 name of worker thread.
601 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
602 pthread_setname_np.
603 * configure, config.in: Rebuild.
604
605 2019-11-26 Tom Tromey <tom@tromey.com>
606
607 * python/python.c (class gdbpy_gil): New.
608 (struct gdbpy_event): Add constructor, destructor, operator().
609 (gdbpy_post_event): Use run_on_main_thread.
610 (gdbpy_initialize_events): Remove.
611 (do_start_initialization): Update.
612
613 2019-11-26 Tom Tromey <tom@tromey.com>
614
615 * NEWS: Add entry.
616 * maint.c (_initialize_maint_cmds): Add "worker-threads" maint
617 commands. Call update_thread_pool_size.
618 (update_thread_pool_size, maintenance_set_worker_threads): New
619 functions.
620 (n_worker_threads): New global.
621
622 2019-11-26 Christian Biesinger <cbiesinger@google.com>
623 Tom Tromey <tom@tromey.com>
624
625 * minsyms.c (minimal_symbol_reader::install): Use
626 parallel_for_each.
627 * gdbsupport/parallel-for.h: New file.
628 * Makefile.in (HFILES_NO_SRCDIR): Add gdbsupport/parallel-for.h.
629
630 2019-11-26 Christian Biesinger <cbiesinger@google.com>
631 Tom Tromey <tom@tromey.com>
632
633 * gdbsupport/thread-pool.h: New file.
634 * gdbsupport/thread-pool.c: New file.
635 * Makefile.in (COMMON_SFILES): Add thread-pool.c.
636 (HFILES_NO_SRCDIR): Add thread-pool.h.
637
638 2019-11-26 Tom Tromey <tom@tromey.com>
639
640 * event-top.h (thread_local_segv_handler): Declare.
641 * event-top.c (thread_local_segv_handler): New global.
642 (install_handle_sigsegv, handle_sigsegv): New functions.
643 (async_init_signals): Install SIGSEGV handler.
644 * cp-support.c (gdb_demangle_jmp_buf): Change type. Now
645 thread-local.
646 (report_failed_demangle): New function.
647 (gdb_demangle): Make core_dump_allowed atomic. Remove signal
648 handler-setting code, instead use segv_handler. Run warning code
649 on main thread.
650
651 2019-11-26 Tom Tromey <tom@tromey.com>
652
653 * run-on-main-thread.c: New file.
654 * run-on-main-thread.h: New file.
655 * unittests/main-thread-selftests.c: New file.
656 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
657 main-thread-selftests.c.
658 (HFILES_NO_SRCDIR): Add run-on-main-thread.h.
659 (COMMON_SFILES): Add run-on-main-thread.c.
660
661 2019-11-26 Tom Tromey <tom@tromey.com>
662
663 * main.c (setup_alternate_signal_stack): Remove.
664 (captured_main_1): Use gdb::alternate_signal_stack.
665 * gdbsupport/alt-stack.h: New file.
666
667 2019-11-26 Tom Tromey <tom@tromey.com>
668
669 * gdbsupport/signals-state-save-restore.c (original_signal_mask):
670 Remove comment.
671 (save_original_signals_state, restore_original_signals_state): Use
672 gdb_sigmask.
673 * linux-nat.c (block_child_signals, restore_child_signals_mask)
674 (_initialize_linux_nat): Use gdb_sigmask.
675 * guile/guile.c (_initialize_guile): Use block_signals.
676 * Makefile.in (HFILES_NO_SRCDIR): Add gdb-sigmask.h.
677 * gdbsupport/gdb-sigmask.h: New file.
678 * event-top.c (async_sigtstp_handler): Use gdb_sigmask.
679 * cp-support.c (gdb_demangle): Use gdb_sigmask.
680 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
681 pthread_sigmask.
682 * configure, config.in: Rebuild.
683 * gdbsupport/block-signals.h: New file.
684
685 2019-11-26 Tom Tromey <tom@tromey.com>
686
687 * acinclude.m4: Include ax_pthread.m4.
688 * Makefile.in (PTHREAD_CFLAGS, PTHREAD_LIBS): New variables.
689 (INTERNAL_CFLAGS_BASE): Use PTHREAD_CFLAGS.
690 (CLIBS): Use PTHREAD_LIBS.
691 (aclocal_m4_deps): Add ax_pthread.m4.
692 * config.in, configure: Rebuild.
693 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for std::thread.
694
695 2019-11-26 Tom Tromey <tom@tromey.com>
696
697 * symtab.h (struct minimal_symbol) <name_set>: New member.
698 * minsyms.c (minimal_symbol_reader::record_full): Copy name.
699 Don't call symbol_set_names.
700 (minimal_symbol_reader::install): Call symbol_set_names.
701
702 2019-11-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
703
704 * python/python.c (gdbpy_enter::~gdbpy_enter): Release GIL after
705 restore_active_ext_lang, as GIL is needed for (indirectly)
706 called PyOS_InterruptOccurred.
707
708 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
709
710 * sparc-nat.c (sparc_xfer_wcookie): Sync declaration with
711 definition.
712
713 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
714
715 * remote-sim.c (simulator_command): Make static, remove
716 declaration.
717
718 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
719
720 * unittests/array-view-selftests.c (check_ptr_size_ctor2): Make
721 static.
722 * unittests/basic_string_view/capacity/1.cc (test01): Likewise.
723 * unittests/basic_string_view/cons/char/1.cc (test01): Likewise.
724 (main): Likewise.
725 * unittests/basic_string_view/cons/char/2.cc (test03): Likewise.
726 (main): Likewise.
727 * unittests/basic_string_view/cons/char/3.cc (test05): Likewise.
728 (main): Likewise.
729 * unittests/basic_string_view/element_access/char/1.cc (test01):
730 Likewise.
731 (main): Likewise.
732 * unittests/basic_string_view/element_access/char/empty.cc (main):
733 Likewise.
734 * unittests/basic_string_view/element_access/char/front_back.cc
735 (test01): Likewise.
736 (main): Likewise.
737 * unittests/basic_string_view/inserters/char/2.cc (test05):
738 Likewise.
739 (main): Likewise.
740 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc
741 (test01): Likewise.
742 (main): Likewise.
743 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc
744 (test01): Likewise.
745 (main): Likewise.
746 * unittests/basic_string_view/modifiers/swap/char/1.cc (test01):
747 Likewise.
748 * unittests/basic_string_view/operations/compare/char/1.cc
749 (test01): Likewise.
750 (main): Likewise.
751 * unittests/basic_string_view/operations/compare/char/13650.cc
752 (test01): Likewise.
753 * unittests/basic_string_view/operations/copy/char/1.cc (test01):
754 Likewise.
755 (main): Likewise.
756 * unittests/basic_string_view/operations/data/char/1.cc (test01):
757 Likewise.
758 (main): Likewise.
759 * unittests/basic_string_view/operations/find/char/1.cc (test01):
760 Likewise.
761 (main): Likewise.
762 * unittests/basic_string_view/operations/find/char/2.cc (test02):
763 Likewise.
764 (main): Likewise.
765 * unittests/basic_string_view/operations/find/char/3.cc (test03):
766 Likewise.
767 (main): Likewise.
768 * unittests/basic_string_view/operations/find/char/4.cc (main):
769 Likewise.
770 * unittests/basic_string_view/operations/rfind/char/1.cc (test01):
771 Likewise.
772 (main): Likewise.
773 * unittests/basic_string_view/operations/rfind/char/2.cc (test02):
774 Likewise.
775 (main): Likewise.
776 * unittests/basic_string_view/operations/rfind/char/3.cc (test03):
777 Likewise.
778 (main): Likewise.
779 * unittests/basic_string_view/operations/substr/char/1.cc
780 (test01): Likewise.
781 (main): Likewise.
782 * unittests/basic_string_view/operators/char/2.cc (main):
783 Likewise.
784 * unittests/optional/assignment/1.cc (test): Likewise.
785 * unittests/optional/assignment/2.cc (test): Likewise.
786 * unittests/optional/assignment/3.cc (test): Likewise.
787 * unittests/optional/assignment/4.cc (test): Likewise.
788 * unittests/optional/assignment/5.cc (test): Likewise.
789 * unittests/optional/assignment/6.cc (test): Likewise.
790 * unittests/optional/assignment/7.cc (test): Likewise.
791 * unittests/optional/cons/copy.cc (test): Likewise.
792 * unittests/optional/cons/default.cc (test): Likewise.
793 * unittests/optional/cons/move.cc (test): Likewise.
794 * unittests/optional/cons/value.cc (test): Likewise.
795 * unittests/optional/in_place.cc (test): Likewise.
796 * unittests/optional/observers/1.cc (test): Likewise.
797 * unittests/optional/observers/2.cc (test): Likewise.
798
799 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
800
801 * tui-win.h (tui_set_var_cmd): Remove.
802 * tui-win.c (tui_set_var_cmd): Make static.
803
804 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
805
806 * breakpoint.h (hbreak_command_wrapper, thbreak_command_wrapper,
807 rbreak_command_wrapper): Remove.
808 * symtab.c (rbreak_command_wrapper): Remove.
809
810 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
811
812 * inferior.h (info_terminal_command): Remove declaration.
813 * inflow.c (info_terminal_command): Make static.
814
815 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
816
817 * inferior.c (exit_inferior_silent): Remove.
818
819 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
820
821 * dictionary.c (dict_empty, mdict_empty): Remove.
822 * dictionary.c (mdict_empty): Remove.
823
824 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
825
826 * arc-tdep.c (arc_insn_get_memory_base_reg): Make static.
827 (arc_insn_get_memory_offset): Likewise.
828 (arc_insn_dump): Likewise.
829 * cp-support.c (test_cp_symbol_name_matches): Likewise.
830 * csky-linux-tdep.c (csky_supply_fregset): Likewise.
831 * dictionary.c (dict_iterator_next): Likewise.
832 (dict_iter_match_first): Likewise.
833 (dict_iter_match_next): Likewise.
834 * f-lang.c (evaluate_subexp_f): Likewise.
835 * hppa-tdep.c (hppa_read_pc): Likewise.
836 * i386-tdep.c (i386_floatformat_for_type): Likewise.
837 * parse.c (write_exp_elt_msym): Likewise.
838 * ppc-linux-tdep.c (ppc_floatformat_for_type): Likewise.
839 * remote.c (remote_packet_size): Likewise.
840 (remote_notif_stop_parse): Likewise.
841 * rs6000-aix-tdep.c (aix_sighandle_frame_sniffer): Likewise.
842 * s12z-tdep.c (s12z_disassemble_info): Likewise.
843 * source.c (prepare_path_for_appending): Likewise.
844 * sparc64-linux-tdep.c
845 (sparc64_linux_handle_segmentation_fault); Likewise.
846 * stack.c (frame_selection_by_function_completer): Likewise.
847
848 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
849
850 * completer.c (set_gdb_completion_word_break_characters):
851 Remove.
852
853 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
854
855 * dwarf-index-write.c: Include dwarf-index-write.h.
856 * mi/mi-interp.c: Include mi/mi-interp.h.
857
858 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
859
860 * aarch32-tdep.c: Include aarch32-tdep.h.
861 * aarch32-tdep.h: Forward-declare struct target_desc.
862
863 2019-11-26 Christian Biesinger <cbiesinger@google.com>
864
865 * linux-nat.c (detach_one_lwp): Call safe_strerror instead of
866 strerror.
867 * nto-procfs.c (nto_procfs_target::create_inferior): Likewise.
868 * windows-nat.c (windows_nat_target::create_inferior): Likewise.
869
870 2019-11-25 Tom de Vries <tdevries@suse.de>
871
872 * contrib/words.sh: Add -c option.
873
874 2019-11-25 Christian Biesinger <cbiesinger@google.com>
875
876 * solib.c (solib_find_1): Change int to bool.
877 (exec_file_find): Change int to bool.
878 (solib_find): Change int to bool.
879 (solib_read_symbols): Change int to bool.
880 (solib_used): Change int to bool.
881 (solib_add): Change int to bool.
882 (info_sharedlibrary_command): Change int to bool.
883 (solib_contains_address_p): Change int to bool.
884 (solib_keep_data_in_core): Change int to bool.
885 (in_solib_dynsym_resolve_code): Change int to bool.
886 (reload_shared_libraries_1): Change int to bool.
887 (gdb_sysroot_changed): Change int to bool.
888 * solib.h (solib_read_symbols): Change int to bool.
889 (solib_contains_address_p): Change int to bool.
890 (solib_keep_data_in_core): Change int to bool.
891 (in_solib_dynsym_resolve_code): Change int to bool.
892 (libpthread_name_p): Change int to bool.
893
894 2019-11-25 Luis Machado <luis.machado@linaro.org>
895
896 * NEWS (New Commands): Mention "set debug remote-packet-max-chars".
897 * remote.c (REMOTE_DEBUG_MAX_CHAR): Remove.
898 (remote_packet_max_chars): New static global.
899 (show_remote_packet_max_chars): New function.
900 (remote_target::putpkt_binary): Adjust to use new
901 remote_packet_max_chars option.
902 (remote_target::getpkt_or_notif_sane_1): Likewise.
903 (_initialize_remote): Register new remote-packet-max-chars option.
904
905 2019-11-24 Simon Marchi <simon.marchi@efficios.com>
906
907 * m68k-linux-nat.c: Include gdbarch.h.
908
909 2019-11-24 Tom Tromey <tom@tromey.com>
910
911 * symfile.c (read_symbols): Update.
912 * psymtab.c (require_partial_symbols): Change type of "verbose" to
913 bool.
914 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
915 (psym_lookup_symbol, psym_find_last_source_symtab)
916 (psym_forget_cached_source_info, psym_print_stats)
917 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
918 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
919 (psym_map_matching_symbols, psym_expand_symtabs_matching)
920 (psym_find_compunit_symtab_by_address)
921 (maintenance_print_psymbols, maintenance_info_psymtabs)
922 (maintenance_check_psymtabs): Update.
923 * psymtab.h (require_partial_symbols): Change type of "verbose" to
924 bool.
925
926 2019-11-22 Tom Tromey <tom@tromey.com>
927
928 * observable.h: Update comments.
929
930 2019-11-22 Tom Tromey <tromey@adacore.com>
931
932 * ada-tasks.c (ada_task_is_alive): Make parameter const.
933 (print_ada_task_info): Don't try to fetch thread id if task is not
934 alive.
935
936 2019-11-22 Christian Biesinger <cbiesinger@google.com>
937
938 * ada-exp.y: Update.
939 * ada-lang.c (sort_choices): Update.
940 (ada_print_symbol_signature): Update.
941 (resolve_subexp): Update.
942 (ada_parse_renaming): Update.
943 (ada_read_renaming_var_value): Update.
944 (lesseq_defined_than): Update.
945 (remove_extra_symbols): Update.
946 (remove_irrelevant_renamings): Update.
947 (ada_add_block_symbols): Update.
948 (ada_collect_symbol_completion_matches): Update.
949 (ada_is_renaming_symbol): Update.
950 (aggregate_assign_from_choices): Update.
951 (ada_evaluate_subexp): Update.
952 (ada_has_this_exception_support): Update.
953 (ada_is_non_standard_exception_sym): Update.
954 (ada_add_exceptions_from_frame): Update.
955 (ada_add_global_exceptions): Update.
956 (ada_print_subexp): Update.
957 * ax-gdb.c (gen_var_ref): Update.
958 (gen_maybe_namespace_elt): Update.
959 (gen_expr_for_cast): Update.
960 (gen_expr): Update.
961 * block.h: Update.
962 * blockframe.c (find_pc_partial_function): Update.
963 * breakpoint.c (print_breakpoint_location): Update.
964 (update_static_tracepoint): Update.
965 * btrace.c (ftrace_print_function_name): Update.
966 (ftrace_function_switched): Update.
967 * buildsym.c (find_symbol_in_list): Update.
968 * c-exp.y: Update.
969 * c-typeprint.c (c_print_typedef): Update.
970 (c_type_print_template_args): Update.
971 * cli/cli-cmds.c (edit_command): Update.
972 (list_command): Update.
973 (print_sal_location): Update.
974 * coffread.c (patch_opaque_types): Update.
975 (process_coff_symbol): Update.
976 (coff_read_enum_type): Update.
977 * compile/compile-c-symbols.c (c_symbol_substitution_name): Update.
978 (convert_one_symbol): Update.
979 (hash_symname): Update.
980 (eq_symname): Update.
981 * compile/compile-cplus-symbols.c (convert_one_symbol): Update.
982 * compile/compile-cplus-types.c (debug_print_scope): Update.
983 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
984 * compile/compile-object-load.c (get_out_value_type): Update.
985 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
986 (search_symbol_list): Update.
987 (cp_lookup_symbol_imports_or_template): Update.
988 * cp-support.c (overload_list_add_symbol): Update.
989 * ctfread.c (psymtab_to_symtab): Update.
990 * dbxread.c (cp_set_block_scope): Update.
991 * dictionary.c (iter_match_first_hashed): Update.
992 (iter_match_next_hashed): Update.
993 (insert_symbol_hashed): Update.
994 (iter_match_next_linear): Update.
995 * dictionary.h: Update.
996 * dwarf2loc.c (func_get_frame_base_dwarf_block): Update.
997 (locexpr_describe_location_piece): Update.
998 (locexpr_describe_location_1): Update.
999 (locexpr_generate_c_location): Update.
1000 (loclist_describe_location): Update.
1001 (loclist_generate_c_location): Update.
1002 * dwarf2read.c (dw2_debug_names_lookup_symbol): Update.
1003 (read_func_scope): Update.
1004 (process_enumeration_scope): Update.
1005 (new_symbol): Update.
1006 (dwarf2_const_value): Update.
1007 (dwarf2_symbol_mark_computed): Update.
1008 * eval.c (evaluate_funcall): Update.
1009 (evaluate_subexp_standard): Update.
1010 * expprint.c (print_subexp_standard): Update.
1011 (dump_subexp_body_standard): Update.
1012 * f-valprint.c (info_common_command_for_block): Update.
1013 * findvar.c (get_hosting_frame): Update.
1014 (default_read_var_value): Update.
1015 * go-lang.c (go_symbol_package_name): Update.
1016 * guile/scm-block.c (bkscm_print_block_smob): Update.
1017 * guile/scm-symbol.c (syscm_print_symbol_smob): Update.
1018 (gdbscm_symbol_name): Update.
1019 (gdbscm_symbol_linkage_name): Update.
1020 (gdbscm_symbol_print_name): Update.
1021 * infcall.c (get_function_name): Update.
1022 * infcmd.c (jump_command): Update.
1023 (finish_command): Update.
1024 * infrun.c (insert_exception_resume_breakpoint): Update.
1025 * linespec.c (canonicalize_linespec): Update.
1026 (create_sals_line_offset): Update.
1027 (convert_linespec_to_sals): Update.
1028 (complete_label): Update.
1029 (find_label_symbols_in_block): Update.
1030 * m2-typeprint.c (m2_print_typedef): Update.
1031 * mdebugread.c (mdebug_reg_to_regnum): Update.
1032 (parse_symbol): Update.
1033 (mylookup_symbol): Update.
1034 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
1035 (list_args_or_locals): Update.
1036 * objc-lang.c (compare_selectors): Update.
1037 (info_selectors_command): Update.
1038 (compare_classes): Update.
1039 (info_classes_command): Update.
1040 (find_imps): Update.
1041 * p-typeprint.c (pascal_print_typedef): Update.
1042 * printcmd.c (build_address_symbolic): Update.
1043 (info_address_command): Update.
1044 (print_variable_and_value): Update.
1045 * python/py-framefilter.c (extract_sym): Update.
1046 (py_print_single_arg): Update.
1047 * python/py-symbol.c (sympy_str): Update.
1048 (sympy_get_name): Update.
1049 (sympy_get_linkage_name): Update.
1050 * python/python.c (gdbpy_rbreak): Update.
1051 * record-btrace.c (btrace_get_bfun_name): Update.
1052 (btrace_call_history): Update.
1053 * rust-lang.c (rust_print_typedef): Update.
1054 * solib-frv.c (frv_fdpic_find_canonical_descriptor): Update.
1055 * stabsread.c (stab_reg_to_regnum): Update.
1056 (define_symbol): Update.
1057 (read_enum_type): Update.
1058 (common_block_end): Update.
1059 (cleanup_undefined_types_1): Update.
1060 (scan_file_globals): Update.
1061 * stack.c (print_frame_arg): Update.
1062 (print_frame_args): Update.
1063 (find_frame_funname): Update.
1064 (info_frame_command_core): Update.
1065 (iterate_over_block_locals): Update.
1066 (print_block_frame_labels): Update.
1067 (do_print_variable_and_value): Update.
1068 (iterate_over_block_arg_vars): Update.
1069 (return_command): Update.
1070 * symmisc.c (dump_symtab_1): Update.
1071 (print_symbol): Update.
1072 * symtab.c (eq_symbol_entry): Update.
1073 (symbol_cache_dump): Update.
1074 (lookup_language_this): Update.
1075 (find_pc_sect_line): Update.
1076 (skip_prologue_sal): Update.
1077 (symbol_search::compare_search_syms): Update.
1078 (treg_matches_sym_type_name): Update.
1079 (search_symbols): Update.
1080 (print_symbol_info): Update.
1081 (rbreak_command): Update.
1082 (completion_list_add_symbol): Update.
1083 (find_gnu_ifunc): Update.
1084 (get_symbol_address): Update.
1085 (search_module_symbols): Update.
1086 (info_module_subcommand): Update.
1087 * symtab.h (SYMBOL_NATURAL_NAME): Remove.
1088 (SYMBOL_LINKAGE_NAME): Remove.
1089 (SYMBOL_DEMANGLED_NAME): Remove.
1090 (SYMBOL_PRINT_NAME): Remove.
1091 (SYMBOL_SEARCH_NAME): Remove.
1092 * tracepoint.c (set_traceframe_context): Update.
1093 (validate_actionline): Update.
1094 (collection_list::collect_symbol): Update.
1095 (encode_actions_1): Update.
1096 (info_scope_command): Update.
1097 (print_one_static_tracepoint_marker): Update.
1098 * typeprint.c (typedef_hash_table::add_template_parameters): Update.
1099 * valops.c (address_of_variable): Update.
1100 (find_overload_match): Update.
1101 (find_oload_champ): Update.
1102
1103 2019-11-22 Christian Biesinger <cbiesinger@google.com>
1104
1105 * ada-lang.c (ada_lookup_simple_minsym): Update.
1106 (ada_collect_symbol_completion_matches): Update.
1107 * ada-tasks.c (read_atcb): Update.
1108 * amd64-windows-tdep.c (amd64_skip_main_prologue): Update.
1109 (amd64_windows_skip_trampoline_code): Update.
1110 * arm-tdep.c (skip_prologue_function): Update.
1111 (arm_skip_stack_protector): Update.
1112 * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
1113 (arm_wince_skip_main_prologue): Update.
1114 * ax-gdb.c (gen_expr): Update.
1115 * block.c (call_site_for_pc): Update.
1116 * blockframe.c (find_pc_partial_function): Update.
1117 * breakpoint.c (set_breakpoint_location_function): Update.
1118 * btrace.c (ftrace_print_function_name): Update.
1119 (ftrace_function_switched): Update.
1120 * c-valprint.c (print_unpacked_pointer): Update.
1121 * coffread.c (coff_symfile_read): Update.
1122 * compile/compile-c-symbols.c (convert_symbol_bmsym): Update.
1123 * compile/compile-cplus-symbols.c (convert_symbol_bmsym): Update.
1124 * dwarf-index-write.c (write_psymbols): Update.
1125 * dwarf2loc.c (call_site_to_target_addr): Update.
1126 (func_verify_no_selftailcall): Update.
1127 (tailcall_dump): Update.
1128 (call_site_find_chain_1): Update.
1129 (dwarf_expr_reg_to_entry_parameter): Update.
1130 * elfread.c (elf_gnu_ifunc_record_cache): Update.
1131 * eval.c (evaluate_funcall): Update.
1132 (evaluate_subexp_standard): Update.
1133 (evaluate_subexp_for_sizeof): Update.
1134 * expprint.c (print_subexp_standard): Update.
1135 (dump_subexp_body_standard): Update.
1136 * frame.c (get_prev_frame_always_1): Update.
1137 * frv-tdep.c (frv_skip_main_prologue): Update.
1138 * gnu-v2-abi.c (gnuv2_value_rtti_type): Update.
1139 * gnu-v3-abi.c (gnuv3_rtti_type): Update.
1140 (gnuv3_get_typename_from_type_info): Update.
1141 (gnuv3_skip_trampoline): Update.
1142 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
1143 * i386-tdep.c (i386_skip_main_prologue): Update.
1144 (i386_pe_skip_trampoline_code): Update.
1145 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
1146 * infcall.c (get_function_name): Update.
1147 * linespec.c (minsym_found): Update.
1148 * linux-fork.c (info_checkpoints_command): Update.
1149 * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
1150 (m32c_m16c_pointer_to_address): Update.
1151 * maint.c (maintenance_translate_address): Update.
1152 * minsyms.c (add_minsym_to_hash_table): Update.
1153 (add_minsym_to_demangled_hash_table): Update.
1154 (lookup_minimal_symbol_mangled): Update.
1155 (lookup_minimal_symbol_demangled): Update.
1156 (lookup_minimal_symbol_linkage): Update.
1157 (lookup_minimal_symbol_text): Update.
1158 (lookup_minimal_symbol_by_pc_name): Update.
1159 (minimal_symbol_is_less_than): Update.
1160 (compact_minimal_symbols): Update.
1161 (build_minimal_symbol_hash_tables): Update.
1162 (find_solib_trampoline_target): Update.
1163 * mips-tdep.c (mips_stub_frame_sniffer): Update.
1164 (mips_skip_pic_trampoline_code): Update.
1165 * msp430-tdep.c (msp430_skip_trampoline_code): Update.
1166 * objc-lang.c (info_selectors_command): Update.
1167 (info_classes_command): Update.
1168 (find_methods): Update.
1169 (find_imps): Update.
1170 * p-valprint.c (pascal_val_print): Update.
1171 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Update.
1172 * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
1173 * printcmd.c (build_address_symbolic): Update.
1174 (info_symbol_command): Update.
1175 * psymtab.c (psymbol_name_matches): Update.
1176 (match_partial_symbol): Update.
1177 (lookup_partial_symbol): Update.
1178 (print_partial_symbols): Update.
1179 (sort_pst_symbols): Update.
1180 (maintenance_check_psymtabs): Update.
1181 * python/py-framefilter.c (py_print_frame): Update.
1182 * python/python.c (gdbpy_rbreak): Update.
1183 * record-btrace.c (btrace_get_bfun_name): Update.
1184 (btrace_call_history): Update.
1185 * rs6000-tdep.c (rs6000_skip_main_prologue): Update.
1186 (rs6000_skip_trampoline_code): Update.
1187 * sol-thread.c (info_cb): Update.
1188 * stabsread.c (scan_file_globals): Update.
1189 * stack.c (find_frame_funname): Update.
1190 (info_frame_command_core): Update.
1191 * symmisc.c (dump_msymbols): Update.
1192 * symtab.c (symbol_natural_name): Rename to..,
1193 (general_symbol_info::natural_name): ...this.
1194 (symbol_demangled_name): Rename to...
1195 (general_symbol_info::demangled_name): ...this.
1196 (symbol_search_name): Rename to...
1197 (general_symbol_info::search_name): ...this.
1198 (symbol_matches_search_name): Update.
1199 (find_pc_sect_line): Update.
1200 (skip_prologue_sal): Update.
1201 (search_symbols): Update.
1202 (print_msymbol_info): Update.
1203 (rbreak_command): Update.
1204 (completion_list_add_msymbol): Update.
1205 (completion_list_objc_symbol): Update.
1206 (get_msymbol_address): Update.
1207 * symtab.h (struct general_symbol_info): Add member functions
1208 natural_name (), linkage_name (), print_name (), demangled_name (),
1209 and search_name ().
1210 (SYMBOL_NATURAL_NAME): Update.
1211 (symbol_natural_name): Move to a member function on general_symbol_info.
1212 (SYMBOL_DEMANGLED_NAME): Update.
1213 (symbol_demangled_name): Move to a member function on
1214 general_symbol_info.
1215 (SYMBOL_SEARCH_NAME): Update.
1216 (symbol_search_name): Move to a member function on general_symbol_info.
1217 (MSYMBOL_NATURAL_NAME): Remove.
1218 (MSYMBOL_LINKAGE_NAME): Remove.
1219 (MSYMBOL_PRINT_NAME): Remove.
1220 (MSYMBOL_DEMANGLED_NAME): Remove.
1221 (MSYMBOL_SEARCH_NAME): Remove.
1222 * x86-tdep.c (x86_in_indirect_branch_thunk): Update.
1223
1224 2019-11-22 Christian Biesinger <cbiesinger@google.com>
1225
1226 * symtab.c (create_demangled_names_hash): Use per_bfd->
1227 minimal_symbol_count for computing the initial size, if greater
1228 than our default size.
1229
1230 2019-11-22 Tom de Vries <tdevries@suse.de>
1231
1232 * contrib/words.sh: Improve words extraction.
1233
1234 2019-11-22 Tom de Vries <tdevries@suse.de>
1235
1236 * contrib/words.sh: Combine sed invocations.
1237
1238 2019-11-21 Christian Biesinger <cbiesinger@google.com>
1239
1240 * Makefile.in: Update.
1241 * demangle.c: Rename to...
1242 * gdb-demangle.c: ..this.
1243 (is_cplus_marker): Change return type to bool.
1244 (_initialize_demangler): Rename to...
1245 (_initialize_gdb_demangle): ...this.
1246 * gdb-demangle.h (is_cplus_marker): Change return type to bool.
1247 * symtab.h (demangle): Remove declaration; instead include
1248 gdb-demangle.h.
1249
1250 2019-11-21 Tom Tromey <tromey@adacore.com>
1251
1252 * gdbsupport/format.c (format_pieces): Parse %I64d.
1253 * unittests/format_pieces-selftests.c (test_windows_formats): New
1254 function.
1255 (run_tests): Call it.
1256
1257 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1258
1259 Byte reverse display of variables with DW_END_big, DW_END_little
1260 (DW_AT_endianity) dwarf attributes if different than the native
1261 byte order.
1262 * ada-lang.c (ada_value_binop):
1263 Use type_byte_order instead of gdbarch_byte_order.
1264 * ada-valprint.c (printstr):
1265 (ada_val_print_string):
1266 * ada-lang.c (value_pointer):
1267 (ada_value_binop):
1268 Use type_byte_order instead of gdbarch_byte_order.
1269 * c-lang.c (c_get_string):
1270 Use type_byte_order instead of gdbarch_byte_order.
1271 * c-valprint.c (c_val_print_array):
1272 Use type_byte_order instead of gdbarch_byte_order.
1273 * cp-valprint.c (cp_print_class_member):
1274 Use type_byte_order instead of gdbarch_byte_order.
1275 * dwarf2loc.c (rw_pieced_value):
1276 Use type_byte_order instead of gdbarch_byte_order.
1277 * dwarf2read.c (read_base_type): Handle DW_END_big,
1278 DW_END_little
1279 * f-lang.c (f_get_encoding):
1280 Use type_byte_order instead of gdbarch_byte_order.
1281 * findvar.c (default_read_var_value):
1282 Use type_byte_order instead of gdbarch_byte_order.
1283 * gdbtypes.c (check_types_equal):
1284 Require matching TYPE_ENDIANITY_NOT_DEFAULT if set.
1285 (recursive_dump_type): Print TYPE_ENDIANITY_BIG,
1286 and TYPE_ENDIANITY_LITTLE if set.
1287 (type_byte_order): new function.
1288 * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro.
1289 (struct main_type) <flag_endianity_not_default>:
1290 New field.
1291 (type_byte_order): New function.
1292 * infcmd.c (default_print_one_register_info):
1293 Use type_byte_order instead of gdbarch_byte_order.
1294 * p-lang.c (pascal_printstr):
1295 Use type_byte_order instead of gdbarch_byte_order.
1296 * p-valprint.c (pascal_val_print):
1297 Use type_byte_order instead of gdbarch_byte_order.
1298 * printcmd.c (print_scalar_formatted):
1299 Use type_byte_order instead of gdbarch_byte_order.
1300 * solib-darwin.c (darwin_current_sos):
1301 Use type_byte_order instead of gdbarch_byte_order.
1302 * solib-svr4.c (solib_svr4_r_ldsomap):
1303 Use type_byte_order instead of gdbarch_byte_order.
1304 * stap-probe.c (stap_modify_semaphore):
1305 Use type_byte_order instead of gdbarch_byte_order.
1306 * target-float.c (target_float_same_format_p):
1307 Use type_byte_order instead of gdbarch_byte_order.
1308 * valarith.c (scalar_binop):
1309 (value_bit_index):
1310 Use type_byte_order instead of gdbarch_byte_order.
1311 * valops.c (value_cast):
1312 Use type_byte_order instead of gdbarch_byte_order.
1313 * valprint.c (generic_emit_char):
1314 (generic_printstr):
1315 (val_print_string):
1316 Use type_byte_order instead of gdbarch_byte_order.
1317 * value.c (unpack_long):
1318 (unpack_bits_as_long):
1319 (unpack_value_bitfield):
1320 (modify_field):
1321 (pack_long):
1322 (pack_unsigned_long):
1323 Use type_byte_order instead of gdbarch_byte_order.
1324 * findvar.c (unsigned_pointer_to_address):
1325 (signed_pointer_to_address):
1326 (unsigned_address_to_pointer):
1327 (address_to_signed_pointer):
1328 (default_read_var_value):
1329 (default_value_from_register):
1330 Use type_byte_order instead of gdbarch_byte_order.
1331 * gnu-v3-abi.c (gnuv3_make_method_ptr):
1332 Use type_byte_order instead of gdbarch_byte_order.
1333 * riscv-tdep.c (riscv_print_one_register_info):
1334 Use type_byte_order instead of gdbarch_byte_order.
1335
1336 2019-11-21 Simon Marchi <simon.marchi@polymtl.ca>
1337
1338 * top.c (current_ui_gdb_stdout_ptr): Spell out by hand.
1339 (current_ui_gdb_stdin_ptr): Likewise.
1340 (current_ui_gdb_stderr_ptr): Likewise.
1341 (current_ui_gdb_stdlog_ptr): Likewise.
1342 (current_ui_current_uiout_ptr): Likewise.
1343 (gen_ret_current_ui_field_ptr): Remove.
1344
1345 2019-11-21 Tom de Vries <tdevries@suse.de>
1346
1347 PR gdb/24956
1348 * cli/cli-script.c (execute_control_command): Only switch to
1349 INTERP_CONSOLE's ui_out when INTERP_MI is active.
1350
1351 2019-11-19 Tom Tromey <tom@tromey.com>
1352
1353 * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c.
1354 Now static. Change type of "name".
1355 (tui_set_win_height_command): Don't copy "arg".
1356 * tui/tui-data.h (tui_partial_win_by_name): Don't declare.
1357 * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c.
1358
1359 2019-11-19 Ali Tamur <tamur@google.com>
1360
1361 * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with
1362 "if (attr != nullptr)".
1363 (dwarf2_find_base_address): Likewise.
1364 (dwarf2_build_include_psymtabs): Likewise.
1365 (read_cutu_die_from_dwo): Likewise.
1366 (read_func_scope): Likewise.
1367 (read_call_site_scope): Likewise.
1368 (dwarf2_get_pc_bounds): Likewise.
1369 (dwarf2_record_block_ranges): Likewise.
1370 (dwarf2_add_field): Likewise.
1371 (dwarf2_add_member_fn): Likewise.
1372 (read_structure_type): Likewise.
1373 (read_enumeration_type): Likewise.
1374 (read_array_type): Likewise.
1375 (read_array_order): Likewise.
1376 (read_set_type): Likewise.
1377 (read_common_block): Likewise.
1378 (read_tag_reference_type): Likewise.
1379 (read_tag_string_type): Likewise.
1380 (read_subroutine_type): Likewise.
1381 (read_base_type): Likewise.
1382 (read_subrange_type): Likewise.
1383 (new_symbol): Likewise.
1384 (prepare_one_comp_unit): Likewise.
1385
1386 2019-11-19 Tom Tromey <tromey@adacore.com>
1387
1388 * windows-nat.c (windows_nat_target::attach): Include GetLastError
1389 result in error when DebugActiveProcess fails.
1390
1391 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1392 Pedro Alves <palves@redhat.com>
1393
1394 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1395 * target.c (target_stack::push): Call 'unpush' if there's a
1396 target on top of the stack.
1397
1398 2019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1399
1400 * python/py-block.c (blpy_dealloc): Call tp_free.
1401 (blpy_block_syms_dealloc): Likewise.
1402 * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise.
1403 * python/py-inferior.c (infpy_dealloc): Likewise.
1404 * python/py-lazy-string.c (stpy_dealloc): Likewise.
1405 * python/py-linetable.c (ltpy_iterator_dealloc): Likewise.
1406 * python/py-symbol.c (sympy_dealloc): Likewise.
1407 * python/py-symtab.c (stpy_dealloc): Likewise.
1408 * python/py-type.c (typy_iterator_dealloc): Likewise.
1409
1410 2019-11-18 Christian Biesinger <cbiesinger@google.com>
1411
1412 * symtab.h (struct symbol) <owner>: Initialize explicitly in the
1413 constructor instead of using a class initializer.
1414
1415 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1416
1417 * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c.
1418 * configure: Regenerate.
1419 * configure.ac: Don't source common.host.
1420 * gdbsupport/common.host: Remove.
1421 * gdbsupport/mingw-strerror.c: Remove.
1422 * gdbsupport/posix-strerror.c: Rename to...
1423 * gdbsupport/safe-strerror.c: ...this.
1424
1425 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1426
1427 * maint.c (scoped_command_stats::print_time): Use localtime_r
1428 instead of localtime (provided through gnulib if necessary).
1429 * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead
1430 of ctime.
1431
1432 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1433
1434 * gdbsupport/common-defs.h: Include time.h before pathmax.h to
1435 avoid compile errors.
1436
1437 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1438
1439 * config.in: Regenerate.
1440 * configure: Regenerate.
1441 * gdbsupport/common.m4: No longer check for strerror_r.
1442 * gdbsupport/posix-strerror.c (safe_strerror): Always call the
1443 POSIX version of strerror_r, now that gnulib provides it if
1444 necessary.
1445
1446 2019-11-14 Christian Biesinger <cbiesinger@google.com>
1447
1448 * README (`configure' options): Update.
1449
1450 2019-11-14 Tom Tromey <tromey@adacore.com>
1451
1452 * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an
1453 expected type for the RHS if the LHS is a convenience variable.
1454
1455 2019-11-14 Simon Marchi <simon.marchi@polymtl.ca>
1456
1457 * unittests/vec-utils-selftests.c (unordered_remove_tests::obj):
1458 Provide explicit default and copy constructor.
1459
1460 2019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1461
1462 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
1463 only call Py_INCREF (newbp) in the bppy_pending_object case.
1464
1465 2019-11-13 Tom Tromey <tromey@adacore.com>
1466
1467 PR build/25182:
1468 * psympriv.h (partial_symbol): Remove static assert.
1469 * symtab.h (general_symbol_info, symbol): Remove static assert.
1470
1471 2019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1472
1473 * gdbsupport/format.c (format_pieces::format_pieces): Support
1474 printf 'z' size modifier.
1475 * gdbsupport/format.h (enum argclass): Add size_t_arg.
1476 * printcmd.c (ui_printf): Handle size_t_arg.
1477 * ui-out.c (ui_out::vmessage): Likewise.
1478 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
1479 function.
1480 (run_tests): Call test_format_int_sizes.
1481
1482 2019-11-12 Christian Biesinger <cbiesinger@google.com>
1483
1484 * ada-exp.y (write_ambiguous_var): Update.
1485 * buildsym.c (add_symbol_to_list): Update.
1486 * dwarf2read.c (read_variable): Update.
1487 (new_symbol): Update.
1488 * jit.c (finalize_symtab): Update.
1489 * language.c (language_alloc_type_symbol): Update.
1490 * symtab.c (fixup_symbol_section): Update.
1491 (initialize_objfile_symbol_1): Move code to...
1492 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
1493 (allocate_symbol): Update.
1494 (allocate_template_symbol): Update.
1495 (get_symbol_address): Update.
1496 * symtab.h (struct symbol): Inherit from general_symbol_info instead
1497 of having as a field, and add a constructor.
1498 (SYMBOL_VALUE): Update.
1499 (SYMBOL_VALUE_ADDRESS): Update.
1500 (SET_SYMBOL_VALUE_ADDRESS): Update.
1501 (SYMBOL_VALUE_BYTES): Update.
1502 (SYMBOL_VALUE_COMMON_BLOCK): Update.
1503 (SYMBOL_BLOCK_VALUE): Update.
1504 (SYMBOL_VALUE_CHAIN): Update.
1505 (SYMBOL_LANGUAGE): Update.
1506 (SYMBOL_SECTION): Update.
1507 (SYMBOL_OBJ_SECTION): Update.
1508 (SYMBOL_SET_LANGUAGE): Update.
1509 (SYMBOL_SET_LINKAGE_NAME): Update.
1510 (SYMBOL_SET_NAMES): Update.
1511 (SYMBOL_NATURAL_NAME): Update.
1512 (SYMBOL_LINKAGE_NAME): Update.
1513 (SYMBOL_DEMANGLED_NAME): Update.
1514 (SYMBOL_SEARCH_NAME): Update.
1515 (SYMBOL_MATCHES_SEARCH_NAME): Update.
1516 (struct symbol): Update.
1517 (struct template_symbol): Update.
1518 (struct rust_vtable_symbol): Update.
1519 * xcoffread.c (SYMBOL_DUP): Update.
1520
1521 2019-11-12 Tom Tromey <tom@tromey.com>
1522
1523 * tui/tui-layout.c (show_layout): Set current_layout.
1524 (show_source_disasm_command, show_data)
1525 (show_source_or_disasm_and_command): Don't set current_layout.
1526
1527 2019-11-12 Tom Tromey <tom@tromey.com>
1528
1529 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
1530
1531 2019-11-12 Tom Tromey <tom@tromey.com>
1532
1533 * tui/tui-win.c (resize_message): New global.
1534 (show_tui_resize_message): New function.
1535 (tui_async_resize_screen): Print message if requested.
1536 (_initialize_tui_win): Add tui-resize-message setting.
1537 * NEWS: Add entry for new commands.
1538
1539 2019-11-11 Tom Tromey <tom@tromey.com>
1540
1541 * tui/tui.c (tui_initialize_readline): Add new bindable readline
1542 functions.
1543
1544 2019-11-11 Christian Biesinger <cbiesinger@google.com>
1545
1546 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
1547
1548 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1549
1550 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
1551 function.
1552 * python/python-internal.h (gdbpy_lookup_static_symbols):
1553 Declare new function.
1554 * python/python.c (python_GdbMethods): Add
1555 gdb.lookup_static_symbols method.
1556 * NEWS: Mention gdb.lookup_static_symbols.
1557
1558 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1559
1560 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
1561 static block of current object file first. Also fix typo in
1562 header comment.
1563
1564 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1565
1566 * stack.c (set_last_displayed_sal): Delete.
1567 (last_displayed_sal_valid): Delete.
1568 (last_displayed_pspace): Delete.
1569 (last_displayed_addr): Delete.
1570 (last_displayed_symtab): Delete.
1571 (last_displayed_line): Delete.
1572 (class last_displayed_symtab_info_type): New.
1573 (last_displayed_symtab_info): New static global variable.
1574 (print_frame_info): Call methods on last_displayed_symtab_info.
1575 (clear_last_displayed_sal): Update header comment, and make use of
1576 last_displayed_symtab_info.
1577 (last_displayed_sal_is_valid): Likewise.
1578 (get_last_displayed_pspace): Likewise.
1579 (get_last_displayed_addr): Likewise.
1580 (get_last_displayed_symtab): Likewise.
1581 (get_last_displayed_line): Likewise.
1582 (get_last_displayed_sal): Likewise.
1583 * stack.h (clear_last_displayed_sal): Update header comment.
1584 (last_displayed_sal_is_valid): Likewise.
1585 (get_last_displayed_pspace): Likewise.
1586 (get_last_displayed_addr): Likewise.
1587 (get_last_displayed_symtab): Likewise.
1588 (get_last_displayed_line): Likewise.
1589 (get_last_displayed_sal): Likewise.
1590
1591 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1592
1593 * stack.c (frame_show_address): Convert return type to bool.
1594 * stack.h (frame_show_address): Likewise, and update header
1595 comment.
1596
1597 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1598
1599 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
1600 * unittests/vec-utils-selftests.c: New file.
1601 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
1602
1603 2019-11-10 Tom Tromey <tom@tromey.com>
1604
1605 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
1606 (tui_highlight_win): Likewise.
1607 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
1608 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
1609 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
1610 Don't set can_highlight.
1611
1612 2019-11-10 Tom Tromey <tom@tromey.com>
1613
1614 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
1615 Remove unused declaration.
1616
1617 2019-11-08 Tom Tromey <tromey@adacore.com>
1618
1619 * top.c (read_command_file): Update.
1620 (command_line_input): Make return type const.
1621 * python/py-gdb-readline.c: Update.
1622 * linespec.c (decode_line_2): Update.
1623 * defs.h (command_line_input): Make return type const.
1624 * cli/cli-script.c (read_next_line): Make return type const.
1625 * ada-lang.c (get_selections): Update.
1626
1627 2019-11-06 Christian Biesinger <cbiesinger@google.com>
1628
1629 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
1630 * mi/mi-main.c (output_cores): Likewise.
1631 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
1632 (linux_xfer_osdata_modules): Likewise.
1633 * remote.c (register_remote_support_xml): Likewise.
1634 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
1635 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
1636
1637 2019-11-06 Tom Tromey <tom@tromey.com>
1638
1639 * tui/tui-interp.c: Don't include readline.h.
1640 * tui/tui-hooks.c: Don't include readline.h.
1641 * symmisc.c: Include tilde.h, not readline.h.
1642 * symfile.c: Include tilde.h, not readline.h.
1643 * source.c: Include tilde.h, not readline.h.
1644 * solib.c: Include tilde.h, not readline.h.
1645 * psymtab.c: Include tilde.h, not readline.h.
1646 * exec.c: Include tilde.h, not readline.h.
1647 * corelow.c: Include tilde.h, not readline.h.
1648 * cli/cli-dump.c: Include tilde.h, not readline.h.
1649 * cli/cli-cmds.c: Don't include readline.h.
1650
1651 2019-11-05 Tom Tromey <tom@tromey.com>
1652
1653 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
1654 (tui_disassemble): Set addr_size.
1655 (tui_disasm_window::set_contents): Use addr_size.
1656
1657 2019-11-05 Tom Tromey <tom@tromey.com>
1658
1659 * rust-lang.c (rust_language_defn): Update.
1660 * python/py-value.c (valpy_string): Call c_get_string.
1661 * p-lang.c (pascal_language_defn): Update.
1662 * opencl-lang.c (opencl_language_defn): Update.
1663 * objc-lang.c (objc_language_defn): Update.
1664 * m2-lang.c (m2_language_defn): Update.
1665 * language.c (unknown_language_defn, auto_language_defn): Update.
1666 (default_get_string): Remove.
1667 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
1668 * go-lang.c (go_language_defn): Update.
1669 * f-lang.c (f_language_defn): Update.
1670 * d-lang.c (d_language_defn): Update.
1671 * c-lang.c (c_language_defn, cplus_language_defn)
1672 (asm_language_defn, minimal_language_defn): Update.
1673 * ada-lang.c (ada_language_defn): Update.
1674 * language.h (struct language_defn) <la_get_string>: Remove.
1675 (LA_GET_STRING): Remove.
1676 (default_get_string): Don't declare.
1677
1678 2019-11-05 Tom Tromey <tom@tromey.com>
1679
1680 * tui/tui-source.h (struct tui_source_window): Inline
1681 constructor. Remove destructor.
1682 <style_changed, m_observable>: Move to superclass.
1683 * tui/tui-winsource.h (tui_copy_source_line): Declare.
1684 (struct tui_source_window_base): Move private members to end.
1685 <style_changed, m_observable>: Move from tui_source_window.
1686 * tui/tui-winsource.c (tui_copy_source_line): Move from
1687 tui-source.c. Rename from copy_source_line. Add special handling
1688 for negative line number.
1689 (tui_source_window_base::style_changed): Move from
1690 tui_source_window.
1691 (tui_source_window_base): Register observer.
1692 (~tui_source_window_base): New.
1693 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
1694 rename.
1695 (tui_source_window::set_contents): Use tui_copy_source_line.
1696 (tui_source_window::tui_source_window): Move to tui-source.h.
1697 (tui_source_window::~tui_source_window): Remove.
1698 (tui_source_window::style_changed): Move to superclass.
1699 * tui/tui-disasm.c (tui_disassemble): Create string file with
1700 styling, when possible. Add "addr_size" parameter.
1701 (tui_disasm_window::set_contents): Use tui_copy_source_line.
1702 Don't compute maximum size.
1703 (len_without_escapes): New function
1704
1705 2019-11-05 Tom Tromey <tom@tromey.com>
1706
1707 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
1708 std::string.
1709 * tui/tui-winsource.c (tui_show_source_line): Update.
1710 * tui/tui-source.c (tui_source_window::set_contents): Update.
1711 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
1712
1713 2019-11-05 Christian Biesinger <cbiesinger@google.com>
1714
1715 * symtab.h (gdb_static_assert): Put && operator at the beginning
1716 of the line instead of the end.
1717
1718 2019-11-04 Christian Biesinger <cbiesinger@google.com>
1719
1720 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
1721 and sizeof (symbol).
1722 * symtab.h: Add a static_assert for sizeof (partial_symbol).
1723
1724 2019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1725
1726 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
1727 * configure.host: Mark *-*-solaris2.10* obsolete.
1728 * configure.tgt: Mark Solaris < 11 obsolete.
1729 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
1730 Update target triplet.
1731
1732 2019-11-01 Tom Tromey <tromey@adacore.com>
1733
1734 * utils.c (print_sys_errmsg): Simplify.
1735
1736 2019-11-01 Tom Tromey <tromey@adacore.com>
1737
1738 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
1739
1740 2019-11-01 Christian Biesinger <cbiesinger@google.com>
1741
1742 * configure: Regenerate.
1743 * configure.ac: Remove check for strerror_r.
1744 * gdbsupport/common.m4: Check for strerror_r.
1745
1746 2019-11-01 Luis Machado <luis.machado@linaro.org>
1747
1748 PR gdb/25124
1749
1750 * arm-tdep.c (arm_per_objfile): Rename to ...
1751 (arm_per_bfd): ... this.
1752 (arm_objfile_data_key): Rename to ...
1753 (arm_bfd_data_key): ... this.
1754 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
1755 data.
1756 (arm_record_special_symbol): Likewise.
1757
1758 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1759
1760 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
1761 end.
1762 * c-typeprint.c (c_print_typedef): Likewise.
1763 * f-typeprint.c (f_print_typedef): Likewise.
1764 * m2-typeprint.c (m2_print_typedef): Likewise.
1765 * p-typeprint.c (pascal_print_typedef): Likewise.
1766 * rust-lang.c (rust_print_typedef): Likewise.
1767 * symtab.c (print_symbol_info): Print a newline after calling
1768 typedef_print.
1769
1770 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1771
1772 * symtab.c (info_module_cmdlist): New variable.
1773 (info_module_command): New function.
1774 (search_module_symbols): New function.
1775 (info_module_subcommand): New function.
1776 (struct info_modules_var_func_options): New struct.
1777 (info_modules_var_func_options_defs): New variable.
1778 (make_info_modules_var_func_options_def_group): New function.
1779 (info_module_functions_command): New function.
1780 (info_module_variables_command): New function.
1781 (info_module_var_func_command_completer): New function.
1782 (_initialize_symtab): Register new 'info module functions' and
1783 'info module variables' commands.
1784 * symtab.h (typedef symbol_search_in_module): New typedef.
1785 (search_module_symbols): Declare new function.
1786 * NEWS: Mention new commands.
1787
1788 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1789
1790 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
1791 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
1792 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
1793 MODULES_DOMAIN.
1794 (scan_partial_symbols): Only create partial module symbols for non
1795 declarations.
1796 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
1797 and MODULES_DOMAIN.
1798 * symtab.c (search_domain_name): Likewise.
1799 (search_symbols): Likewise.
1800 (print_symbol_info): Likewise.
1801 (symtab_symbol_info): Likewise.
1802 (info_modules_command): New function.
1803 (_initialize_symtab): Register 'info modules' command.
1804 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
1805 * NEWS: Mention new 'info modules' command.
1806
1807 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1808
1809 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
1810 and $_gdb_maint_setting_str.
1811
1812 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1813
1814 * cli/cli-cmds.c (setting_cmd, value_from_setting)
1815 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
1816 (str_value_from_setting, gdb_setting_str_internal_fn)
1817 (gdb_maint_setting_str_internal_fn): New functions.
1818 (_initialize_cli_cmds): Define the new convenience functions.
1819 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
1820 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
1821
1822 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1823
1824 * agent.c (set_can_use_agent): When the setting is turned on,
1825 look up agent symbols if we don't have them yet.
1826 (agent_new_objfile): Don't look up agent symbols when the agent
1827 setting is off.
1828
1829 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1830
1831 * config.in: Regenerate.
1832
1833 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1834
1835 * configure: Regenerate.
1836 * configure.ac: Check for strerror_r.
1837 * gdbsupport/common-utils.h (safe_strerror): Change return value
1838 to const char * and document that this function is now threadsafe.
1839 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
1840 thread_local and call strerror_r, if available.
1841 * utils.c (perror_string): Update.
1842 (print_sys_errmsg): Update.
1843
1844 2019-10-31 Luis Machado <luis.machado@linaro.org>
1845
1846 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
1847 objfile_key.
1848 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
1849 objfile to fetch per-bfd data.
1850 (arm_find_exidx_entry): Likewise.
1851
1852 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1853
1854 * gdbsupport/agent.c (debug_agent): Change type to bool.
1855 (use_agent): Likewise.
1856 (all_agent_symbols_look_up): Likewise.
1857 (agent_loaded_p): Change return value to bool.
1858 (agent_look_up_symbols): Update.
1859 (agent_capability_check): Change return value to bool.
1860 * gdbsupport/agent.h (agent_loaded_p): Likewise.
1861 (debug_agent): Change type to bool.
1862 (use_agent): Likewise.
1863 (agent_capability_check): Change return value to bool.
1864
1865 2019-10-30 Christian Biesinger <cbiesinger@google.com>
1866
1867 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
1868 (build_minimal_symbol_hash_tables): Code to clear the table moved
1869 to clear_minimal_symbol_hash_tables.
1870 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
1871 when needed.
1872
1873 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1874
1875 * infcmd.c: Remove includes.
1876 * infrun.c: Remove includes.
1877
1878 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1879
1880 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
1881 (grow_vect): Remove declaration.
1882 (ada_type_of_array): Remove declaration.
1883 (ada_update_initial_language): Remove declaration.
1884 (ada_fold_name): Remove declaration.
1885 (ada_fill_in_ada_prototype): Remove declaration.
1886 (user_select_syms): Remove declaration.
1887 (get_selections): Remove declaration.
1888 (ada_tag_type): Remove declaration.
1889 (ada_value_tag): Remove declaration.
1890 (ada_is_others_clause): Remove declaration.
1891 (ada_in_variant): Remove declaration.
1892 (ada_value_struct_elt): Remove declaration.
1893 (ada_attribute_name): Remove declaration.
1894 (ada_system_address_type): Remove declaration.
1895 * ada-lang.c (ada_watch_location_expression): Make static.
1896 (GROW_VECT): Move here from ada-lang.h.
1897 (grow_vect): Make static.
1898 (ada_update_initial_language): Make static.
1899 (ada_fold_name): Make static.
1900 (ada_type_of_array): Make static.
1901 (encoded_ordered_before): Move up.
1902 (sort_choices): Move up.
1903 (print_signatures): Move up.
1904 (ada_print_symbol_signature): Move up.
1905 (get_selections): Move up and make static.
1906 (user_select_syms): Move up and make static.
1907 (ada_value_struct_elt): Move up and make static.
1908 (ada_tag_type): Make static.
1909 (ada_value_tag): Make static.
1910 (ada_is_others_clause): Make static.
1911 (ada_in_variant): Make static.
1912 (ada_attribute_name): Make static.
1913
1914 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1915
1916 * ada-lang.c: Remove includes.
1917 * ada-typeprint.c: Remove includes.
1918 * ada-valprint.c: Remove includes.
1919
1920 2019-10-29 Simon Marchi <simon.marchi@efficios.com>
1921
1922 * addrmap.c: Add static assertions of type size, moved from
1923 _initialize_addrmap.
1924 (_initialize_addrmap): Remove.
1925
1926 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1927
1928 * coffread.c (record_minimal_symbol): Update.
1929 (process_coff_symbol): Update.
1930 * dbxread.c (read_dbx_symtab): Update.
1931 * dwarf2read.c (add_partial_symbol): Update.
1932 (fixup_go_packaging): Update.
1933 (load_partial_dies): Update.
1934 (new_symbol): Update.
1935 * elfread.c (record_minimal_symbol): Change signature to use
1936 gdb::string_view instead of name+len.
1937 (elf_symtab_read): Update.
1938 (elf_rel_plt_read): Update.
1939 * mdebugread.c (parse_partial_symbols): Update.
1940 (handle_psymbol_enumerators): Update.
1941 (new_symbol): Update.
1942 * minsyms.c (minimal_symbol_reader::record_full): Change signature
1943 to use gdb::string_view instead of name+len.
1944 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
1945 * psympriv.h (add_psymbol_to_list): Likewise.
1946 * psymtab.c (add_psymbol_to_bcache): Likewise.
1947 (add_psymbol_to_list): Likewise.
1948 * stabsread.c (define_symbol): Update.
1949 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
1950 * symtab.h (SYMBOL_SET_NAMES): Likewise.
1951 (symbol_set_names): Likewise.
1952 * xcoffread.c (scan_xcoff_symtab): Update.
1953
1954 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1955
1956 * symtab.h (symbol_set_names): Document that copy_name must be
1957 set to true for non-nullterminated strings.
1958 * symtab.c (symbol_set_names): Only make a nullterminated copy of
1959 linkage_name if the entry was not found and we need to demangle.
1960
1961 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1962
1963 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
1964 * dwarf2-frame.c (bsearch_fde_cmp): Update.
1965 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
1966 * gdbsupport/gdb_binary_search.h: New file.
1967
1968 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1969
1970 * NEWS: Mention new --with-system-gdbinit-dir option.
1971 * config.in: Regenerate.
1972 * configure: Regenerate.
1973 * configure.ac: Add new option --with-system-gdbinit-dir.
1974 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
1975 for a ".gdb" suffix.
1976 * main.c (get_init_files): Change system_gdbinit argument to
1977 a vector and return the files in SYSTEM_GDBINIT_DIR in
1978 addition to SYSTEM_GDBINIT.
1979 (captured_main_1): Update.
1980 (print_gdb_help): Update.
1981 * top.c (print_gdb_configuration): Also print the value of
1982 SYSTEM_GDBINIT_DIR.
1983
1984 2019-10-28 Christian Biesinger <cbiesinger@google.com>
1985
1986 * gdbsupport/common-utils.h (startswith): Add an overloaded version
1987 that takes gdb::string_view arguments.
1988
1989 2019-10-26 Tom de Vries <tdevries@suse.de>
1990
1991 * aarch64-linux-tdep.c: Fix typos in comments.
1992 * aarch64-tdep.c: Same.
1993 * ada-lang.c: Same.
1994 * amd64-nat.c: Same.
1995 * arc-tdep.c: Same.
1996 * arch/aarch64-insn.c: Same.
1997 * block.c: Same.
1998 * breakpoint.h: Same.
1999 * btrace.h: Same.
2000 * c-varobj.c: Same.
2001 * cli/cli-decode.c: Same.
2002 * cli/cli-script.c: Same.
2003 * cli/cli-utils.h: Same.
2004 * coff-pe-read.c: Same.
2005 * coffread.c: Same.
2006 * compile/compile-cplus-symbols.c: Same.
2007 * compile/compile-object-run.c: Same.
2008 * completer.c: Same.
2009 * corelow.c: Same.
2010 * cp-support.c: Same.
2011 * demangle.c: Same.
2012 * dwarf-index-write.c: Same.
2013 * dwarf2-frame.c: Same.
2014 * dwarf2-frame.h: Same.
2015 * eval.c: Same.
2016 * frame-base.h: Same.
2017 * frame.h: Same.
2018 * gdbcmd.h: Same.
2019 * gdbtypes.h: Same.
2020 * gnu-nat.c: Same.
2021 * guile/scm-objfile.c: Same.
2022 * i386-tdep.c: Same.
2023 * i386-tdep.h: Same.
2024 * infcall.c: Same.
2025 * infcall.h: Same.
2026 * linux-nat.c: Same.
2027 * m68k-tdep.c: Same.
2028 * macroexp.c: Same.
2029 * memattr.c: Same.
2030 * mi/mi-cmd-disas.c: Same.
2031 * mi/mi-getopt.h: Same.
2032 * mi/mi-main.c: Same.
2033 * minsyms.c: Same.
2034 * nat/aarch64-sve-linux-sigcontext.h: Same.
2035 * objfiles.h: Same.
2036 * ppc-linux-nat.c: Same.
2037 * ppc-linux-tdep.c: Same.
2038 * ppc-tdep.h: Same.
2039 * progspace.h: Same.
2040 * prologue-value.h: Same.
2041 * python/py-evtregistry.c: Same.
2042 * python/py-instruction.h: Same.
2043 * record-btrace.c: Same.
2044 * record-full.c: Same.
2045 * remote.c: Same.
2046 * rs6000-tdep.c: Same.
2047 * ser-tcp.c: Same.
2048 * sol-thread.c: Same.
2049 * sparc-sol2-tdep.c: Same.
2050 * sparc64-tdep.c: Same.
2051 * stabsread.c: Same.
2052 * symfile.c: Same.
2053 * symtab.h: Same.
2054 * target.c: Same.
2055 * tracepoint.c: Same.
2056 * tui/tui-data.h: Same.
2057 * tui/tui-io.c: Same.
2058 * tui/tui-win.c: Same.
2059 * tui/tui.c: Same.
2060 * unittests/rsp-low-selftests.c: Same.
2061 * user-regs.h: Same.
2062 * utils.c: Same.
2063 * utils.h: Same.
2064 * valarith.c: Same.
2065 * valops.c: Same.
2066 * valprint.c: Same.
2067 * valprint.h: Same.
2068 * value.c: Same.
2069 * value.h: Same.
2070 * varobj.c: Same.
2071 * x86-nat.h: Same.
2072 * xtensa-tdep.c: Same.
2073
2074 2019-10-25 Ali Tamur <tamur@google.com>
2075
2076 * charset.c (find_charset_names): Reflect API change.
2077
2078 2019-10-25 Christian Biesinger <cbiesinger@google.com>
2079
2080 * symtab.c (struct demangled_name_entry): Change demangled name
2081 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
2082 part of the struct anymore.
2083 (symbol_set_names): No longer obstack allocate + copy the demangled
2084 name, just store the allocated name from bfd.
2085
2086 2019-10-25 Tom Tromey <tromey@adacore.com>
2087
2088 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
2089 (bsearch_cie_cmp, add_cie): Remove.
2090 (find_cie): Reimplement.
2091 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
2092 (dwarf2_build_frame_info): Update.
2093
2094 2019-10-24 H.J. Lu <hongjiu.lu@intel.com>
2095
2096 PR gdb/25126
2097 * symfile.c (reread_symbols): Call forget_cached_source_info to
2098 clear the stale source cache.
2099
2100 2019-10-24 Christian Biesinger <cbiesinger@google.com>
2101
2102 * configure: Regenerate.
2103 * configure.ac: Remove code that sets python_has_threads.
2104
2105 2019-10-24 Christian Biesinger <cbiesinger@google.com>
2106
2107 * config.in: Regenerate.
2108 * configure: Regenerate.
2109 * configure.ac: Remove the code that uses sed to get the python
2110 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
2111
2112 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2113
2114 * python/py-progspace.c (pspy_block_for_pc): Return None for all
2115 error paths.
2116
2117 2019-10-23 Tom Tromey <tom@tromey.com>
2118
2119 * arc-tdep.c: Remove ".." from include.
2120 * frv-tdep.c: Remove ".." from include.
2121 * lm32-tdep.c: Remove ".." from include.
2122 * microblaze-tdep.c: Remove ".." from include.
2123 * or1k-tdep.h: Remove ".." from include.
2124 * s12z-tdep.c: Remove ".." from include.
2125 * Makefile.in (OPCODES_CFLAGS): Add comment.
2126 (TOP_CFLAGS): New variable.
2127 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
2128
2129 2019-10-23 Tom Tromey <tom@tromey.com>
2130
2131 * Makefile.in (READLINE_DIR): Update.
2132
2133 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2134
2135 * infcall.c (call_function_by_hand_dummy): Fix the function
2136 comment. And extract out a code section into...
2137 (reserve_stack_space): ...this new function.
2138
2139 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2140
2141 * infcall.c (value_arg_coerce): Remove an unused parameter.
2142 (call_function_by_hand_dummy): Update the call to
2143 'value_arg_coerce'.
2144
2145 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2146
2147 * infcall.c (call_function_by_hand_dummy): Refactor.
2148
2149 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2150
2151 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
2152
2153 2019-10-23 Tom Tromey <tom@tromey.com>
2154
2155 * configure: Rebuild.
2156 * configure.ac: Don't check for sigprocmask.
2157 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
2158
2159 2019-10-23 Tom Tromey <tom@tromey.com>
2160
2161 * configure: Rebuild.
2162 * acinclude.m4: Use m4_include, not sinclude.
2163
2164 2019-10-23 Tom de Vries <tdevries@suse.de>
2165
2166 PR breakpoints/24687
2167 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
2168
2169 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2170
2171 * symtab.c (struct demangled_name_entry) <language>: Change from
2172 bitfield to regular variable.
2173
2174 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2175
2176 * symtab.c (struct demangled_name_entry): Add a constructor.
2177 (free_demangled_name_entry): New function to call the destructor
2178 for demangled_name_entry.
2179 (create_demangled_names_hash): Pass free_demangled_name_entry to
2180 htab_create_alloc.
2181 (symbol_set_names): Call placement new for demangled_name_entry.
2182 * utils.c: No longer include xxhash.h here, now that fast_hash
2183 is inlined in the header.
2184 * utils.h: Instead, include it here.
2185
2186 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2187
2188 * Makefile.in: Link with libxxhash.
2189 * config.in: Regenerate.
2190 * configure: Regenerate.
2191 * configure.ac: Search for libxxhash.
2192 * utils.c (fast_hash): Use xxhash if present.
2193
2194 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2195
2196 * utils.h (fast_hash): New function.
2197 * symtab.c (hash_demangled_name_entry): Call new function
2198 fast_hash.
2199
2200 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2201
2202 * symtab.c (struct demangled_name_entry): Change type of mangled
2203 to gdb::string_view. Also adds a constructor that takes the
2204 mangled name.
2205 (hash_demangled_name_entry): Update.
2206 (eq_demangled_name_entry): Update.
2207 (free_demangled_name_entry): New function to call the destructor
2208 now that this is not a POD anymore.
2209 (create_demangled_names_hash): Pass free_demangled_name_entry to
2210 htab_create_alloc.
2211 (symbol_set_names): Update.
2212
2213 2019-10-21 Ali Tamur <tamu@google.com>
2214
2215 * dwarf2read.c (dir_index): Change type.
2216 (file_name_index): Likewise.
2217 (line_header::include_dir_at): Change comment and implementation on
2218 whether it is DWARF 5.
2219 (line_header::is_valid_file_index): New function.
2220 (line_header::file_name_at): Change comment and implementation on
2221 whether it is DWARF 5.
2222 (line_header::file_names): Change to private field renamed as
2223 m_file_names and introduce a new accessor method.
2224 (line_header::file_names_size): New method.
2225 (line_header::include_dirs): Change to private field and rename as
2226 m_include_dirs.
2227 (dw2_get_file_names_reader): Define local var at a smaller scope and
2228 reflect API change.
2229 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
2230 (process_structure_scope): Likewise.
2231 (line_header::add_include_dir): Change message and reflect renaming.
2232 (line_header::add_file_name): Likewise.
2233 (read_formatted_entries): Handle DW_FORM_data16.
2234 (dwarf_decode_line_header): Fix line header length calculation.
2235 (psymtab_include_file_name): Change comment and API.
2236 (lnp_state_machine::m_file): Update comment and reflect type change.
2237 (lnp_state_machine::record_line): Reflect type change.
2238 (dwarf_decode_lines): Reflect API change.
2239 (file_file_name): Likewise.
2240 (file_full_name): Likewise.
2241
2242 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
2243
2244 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
2245
2246 2019-10-21 Tom Tromey <tom@tromey.com>
2247
2248 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
2249
2250 2019-10-21 Tom Tromey <tom@tromey.com>
2251
2252 * configure.ac (nm.h): Conditionally create nm.h link. Subst
2253 NM_H. Use AC_CONFIG_LINKS.
2254 * configure: Rebuild.
2255 * Makefile.in (NM_H): New variable.
2256 (generated_files): Add NM_H. Remove gcore.
2257 (nm.h, stamp-nmh): New targets.
2258
2259 2019-10-20 Tom Tromey <tom@tromey.com>
2260
2261 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
2262 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
2263 obsolete comment.
2264 (put_objfile_before): Now static.
2265
2266 2019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
2267
2268 * gdbsupport/common-utils.h (startswith): Change return type to
2269 bool.
2270
2271 2019-10-19 Christian Biesinger <cbiesinger@google.com>
2272
2273 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
2274 * breakpoint.c (bp_locations_compare): Rename to...
2275 (bp_location_is_less_than): ...this, and change to std::sort semantics.
2276 (update_global_location_list): Use std::sort instead of qsort.
2277 * buildsym.c (compare_line_numbers): Rename to...
2278 (lte_is_less_than): ...this, and change to std::sort semantics.
2279 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
2280 instead of qsort.
2281 * disasm.c (compare_lines): Rename to...
2282 (line_is_less_than): ...this, and change to std::sort semantics.
2283 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
2284 of qsort.
2285 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
2286 (fde_is_less_than): ...this, and change to std::sort semantics.
2287 (dwarf2_build_frame_info): Call std::sort instead of qsort.
2288 * mdebugread.c (compare_blocks):
2289 (block_is_less_than): ...this, and change to std::sort semantics.
2290 (sort_blocks): Call std::sort instead of qsort.
2291 * objfiles.c (qsort_cmp): Rename to...
2292 (sort_cmp): ...this, and change to std::sort semantics.
2293 (update_section_map): Call std::sort instead of qsort.
2294 * remote.c (compare_pnums): Remove.
2295 (map_regcache_remote_table): Call std::sort instead of qsort.
2296 * utils.c (compare_positive_ints): Remove.
2297 * utils.h (compare_positive_ints): Remove.
2298 * xcoffread.c (compare_lte): Remove.
2299 (arrange_linetable): Call std::sort instead of qsort.
2300
2301 2019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
2302
2303 * symfile.c (init_entry_point_info): Fix typo.
2304 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
2305
2306 2019-10-18 Tom de Vries <tdevries@suse.de>
2307
2308 * aarch64-tdep.c: Fix typos in comments.
2309 * ada-lang.c: Same.
2310 * ada-tasks.c: Same.
2311 * alpha-tdep.c: Same.
2312 * alpha-tdep.h: Same.
2313 * amd64-nat.c: Same.
2314 * amd64-windows-tdep.c: Same.
2315 * arc-tdep.c: Same.
2316 * arc-tdep.h: Same.
2317 * arch-utils.c: Same.
2318 * arm-nbsd-tdep.c: Same.
2319 * arm-tdep.c: Same.
2320 * ax-gdb.c: Same.
2321 * blockframe.c: Same.
2322 * btrace.c: Same.
2323 * c-varobj.c: Same.
2324 * coff-pe-read.c: Same.
2325 * coffread.c: Same.
2326 * cris-tdep.c: Same.
2327 * darwin-nat.c: Same.
2328 * dbxread.c: Same.
2329 * dcache.c: Same.
2330 * disasm.c: Same.
2331 * dtrace-probe.c: Same.
2332 * dwarf-index-write.c: Same.
2333 * dwarf2-frame-tailcall.c: Same.
2334 * dwarf2-frame.c: Same.
2335 * dwarf2read.c: Same.
2336 * eval.c: Same.
2337 * exceptions.c: Same.
2338 * fbsd-tdep.c: Same.
2339 * findvar.c: Same.
2340 * frame.c: Same.
2341 * frv-tdep.c: Same.
2342 * gnu-v3-abi.c: Same.
2343 * go32-nat.c: Same.
2344 * h8300-tdep.c: Same.
2345 * hppa-tdep.c: Same.
2346 * i386-linux-tdep.c: Same.
2347 * i386-tdep.c: Same.
2348 * ia64-libunwind-tdep.c: Same.
2349 * ia64-tdep.c: Same.
2350 * infcmd.c: Same.
2351 * infrun.c: Same.
2352 * linespec.c: Same.
2353 * linux-nat.c: Same.
2354 * linux-thread-db.c: Same.
2355 * machoread.c: Same.
2356 * mdebugread.c: Same.
2357 * mep-tdep.c: Same.
2358 * mn10300-tdep.c: Same.
2359 * namespace.c: Same.
2360 * objfiles.c: Same.
2361 * opencl-lang.c: Same.
2362 * or1k-tdep.c: Same.
2363 * osabi.c: Same.
2364 * ppc-linux-nat.c: Same.
2365 * ppc-linux-tdep.c: Same.
2366 * ppc-sysv-tdep.c: Same.
2367 * printcmd.c: Same.
2368 * procfs.c: Same.
2369 * record-btrace.c: Same.
2370 * record-full.c: Same.
2371 * remote-fileio.c: Same.
2372 * remote.c: Same.
2373 * rs6000-tdep.c: Same.
2374 * s12z-tdep.c: Same.
2375 * score-tdep.c: Same.
2376 * ser-base.c: Same.
2377 * ser-go32.c: Same.
2378 * skip.c: Same.
2379 * sol-thread.c: Same.
2380 * solib-svr4.c: Same.
2381 * solib.c: Same.
2382 * source.c: Same.
2383 * sparc-nat.c: Same.
2384 * sparc-sol2-tdep.c: Same.
2385 * sparc-tdep.c: Same.
2386 * sparc64-tdep.c: Same.
2387 * stabsread.c: Same.
2388 * stack.c: Same.
2389 * symfile.c: Same.
2390 * symtab.c: Same.
2391 * target-descriptions.c: Same.
2392 * target-float.c: Same.
2393 * thread.c: Same.
2394 * utils.c: Same.
2395 * valops.c: Same.
2396 * valprint.c: Same.
2397 * value.c: Same.
2398 * varobj.c: Same.
2399 * windows-nat.c: Same.
2400 * xcoffread.c: Same.
2401 * xstormy16-tdep.c: Same.
2402 * xtensa-tdep.c: Same.
2403
2404 2019-10-17 Tom Tromey <tromey@adacore.com>
2405
2406 * configure: Rebuild.
2407 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
2408 in AC_CONFIG_FILES invocation.
2409 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
2410 new-style config.status invocation.
2411
2412 2019-10-17 Tom de Vries <tdevries@suse.de>
2413
2414 * arm-nbsd-nat.c: Fix typos in comments.
2415 * arm-tdep.c: Same.
2416 * darwin-nat-info.c: Same.
2417 * dwarf2read.c: Same.
2418 * elfread.c: Same.
2419 * event-top.c: Same.
2420 * findvar.c: Same.
2421 * gdbtypes.c: Same.
2422 * hppa-tdep.c: Same.
2423 * i386-tdep.c: Same.
2424 * jit.c: Same.
2425 * main.c: Same.
2426 * mdebugread.c: Same.
2427 * moxie-tdep.c: Same.
2428 * nto-procfs.c: Same.
2429 * osabi.c: Same.
2430 * ppc-linux-tdep.c: Same.
2431 * remote.c: Same.
2432 * riscv-tdep.c: Same.
2433 * s390-tdep.c: Same.
2434 * sh-tdep.c: Same.
2435 * sparc-linux-tdep.c: Same.
2436 * sparc-nat.c: Same.
2437 * stack.c: Same.
2438 * target-descriptions.c: Same.
2439 * top.c: Same.
2440 * varobj.c: Same.
2441
2442 2019-10-16 Tom Tromey <tom@tromey.com>
2443
2444 * objfiles.h (struct objfile) <original_name>: Now const.
2445
2446 2019-10-16 Christian Biesinger <cbiesinger@google.com>
2447
2448 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
2449 pass on to sigsetjmp's second argument.
2450 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
2451
2452 2019-10-16 Keith Seitz <keiths@redhat.com>
2453
2454 PR gdb/23567
2455 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
2456 sections whose size is greater than the file size.
2457
2458 2019-10-16 Jim Wilson <jimw@sifive.com>
2459
2460 * riscv-tdep.c (riscv_gcc_target_options): New.
2461 (riscv_gnu_triplet_regexp): New.
2462 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
2463 set_gdbarch_gnu_triplet_regexp.
2464
2465 2019-10-16 Christian Biesinger <cbiesinger@google.com>
2466
2467 * Makefile.in: Add xml-builtin.h.
2468 * features/feature_to_c.sh: Add an include for xml-builtin.h
2469 to ensure that the compiler checks that the types match.
2470 * xml-builtin.h: New file.
2471 * xml-support.c (fetch_xml_builtin): Add missing const.
2472 * xml-support.h: Remove declaration of xml_builtins.
2473
2474 2019-10-16 Tom de Vries <tdevries@suse.de>
2475
2476 PR tdep/25096
2477 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
2478 (amd64_classify_aggregate): ... here.
2479 (amd64_classify_aggregate_field): Handled fiels of nested structs
2480 recursively.
2481
2482 2019-10-16 Tom de Vries <tdevries@suse.de>
2483
2484 PR tdep/24104
2485 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
2486 that handles 'theclass'.
2487
2488 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2489
2490 * linespec.c (decode_digits_ordinary): Update comment.
2491 * make-target-delegates: No longer need to handle VEC case.
2492 * memrange.c (normalize_mem_ranges): Update comment.
2493 * namespace.c (add_using_directive): Update comment.
2494 * objc-lang.c (uniquify_strings): Update comment.
2495 * ppc-linux-nat.c (struct thread_points): Update comment.
2496 * probe.h (find_probes_in_objfile): Update comment.
2497 * target.h (enum flash_preserve_mode): Update comment.
2498 * varobj.c (varobj_restrict_range): Update comment.
2499 * varobj.h (varobj_list_children): Update comment.
2500
2501 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2502
2503 * Makefile.in: Remove references to vec.h and vec.c.
2504 * aarch64-tdep.c: No longer include vec.h.
2505 * ada-lang.c: Likewise.
2506 * ada-lang.h: Likewise.
2507 * arm-tdep.c: Likewise.
2508 * ax.h: Likewise.
2509 * breakpoint.h: Likewise.
2510 * charset.c: Likewise.
2511 * cp-support.h: Likewise.
2512 * dtrace-probe.c: Likewise.
2513 * dwarf2read.c: Likewise.
2514 * extension.h: Likewise.
2515 * gdb_bfd.c: Likewise.
2516 * gdbsupport/gdb_vecs.h: Likewise.
2517 * gdbsupport/vec.c: Remove.
2518 * gdbsupport/vec.h: Remove.
2519 * gdbthread.h: Likewise.
2520 * guile/scm-type.c: Likewise.
2521 * inline-frame.c: Likewise.
2522 * machoread.c: Likewise.
2523 * memattr.c: Likewise.
2524 * memrange.h: Likewise.
2525 * namespace.h: Likewise.
2526 * nat/linux-btrace.h: Likewise.
2527 * osdata.c: Likewise.
2528 * parser-defs.h: Likewise.
2529 * progspace.h: Likewise.
2530 * python/py-type.c: Likewise.
2531 * record-btrace.c: Likewise.
2532 * rust-exp.y: Likewise.
2533 * solib-target.c: Likewise.
2534 * stap-probe.c: Likewise.
2535 * target-descriptions.c: Likewise.
2536 * target-memory.c: Likewise.
2537 * target.h: Likewise.
2538 * varobj.c: Likewise.
2539 * varobj.h: Likewise.
2540 * xml-support.h: Likewise.
2541
2542 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2543
2544 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
2545 Update for new std::vector based implementation.
2546 (process_psymtab_comp_unit_reader): Likewise.
2547 (scan_partial_symbols): Likewise.
2548 (recursively_compute_inclusions): Likewise.
2549 (compute_compunit_symtab_includes): Likewise.
2550 (process_imported_unit_die): Likewise.
2551 (queue_and_load_dwo_tu): Likewise.
2552 (follow_die_sig_1): Likewise.
2553 * gdb/dwarf2read.h: Remove DEF_VEC_P.
2554 (typedef dwarf2_per_cu_ptr): Remove.
2555 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
2556 function.
2557 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
2558 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
2559 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
2560 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
2561 std::vector.
2562
2563 2019-10-15 Tom Tromey <tromey@adacore.com>
2564
2565 * windows-nat.c (windows_nat_target::resume): Use %x when logging
2566 TID.
2567
2568 2019-10-15 Tom Tromey <tromey@adacore.com>
2569
2570 * windows-nat.c (windows_nat_target::fetch_registers)
2571 (windows_nat_target::store_registers): Rename "pid" to "tid".
2572
2573 2019-10-15 Tom Tromey <tromey@adacore.com>
2574
2575 * gdbarch.h, gdbarch.c: Rebuild.
2576 * gdbarch.sh (gcc_target_options): Change return type to
2577 std::string.
2578 * compile/compile.c (get_args): Update.
2579 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
2580 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
2581 std::string.
2582 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
2583 std::string.
2584 * arch-utils.c (default_gcc_target_options): Return std::string.
2585 * arch-utils.h (default_gcc_target_options): Return std::string.
2586 * s390-tdep.c (s390_gcc_target_options): Return std::string.
2587
2588 2019-10-15 Christian Biesinger <cbiesinger@google.com>
2589
2590 * breakpoint.c (breakpoint_chain): Make static.
2591 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
2592 of accessing breakpoint_chain.
2593
2594 2019-10-15 Christian Biesinger <cbiesinger@google.com>
2595
2596 * breakpoint.c (iterate_over_breakpoints): Change function pointer
2597 to a gdb::function_view and return value to bool.
2598 * breakpoint.h (iterate_over_breakpoints): Likewise.
2599 * dummy-frame.c (pop_dummy_frame_bpt): Update.
2600 (pop_dummy_frame): Update.
2601 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
2602 (gdbscm_breakpoints): Update.
2603 * python/py-breakpoint.c (build_bp_list): Update.
2604 (gdbpy_breakpoints): Update.
2605 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
2606 Update.
2607 (bpfinishpy_handle_stop): Update.
2608 (bpfinishpy_handle_exit): Update.
2609 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
2610 (svr4_update_solib_event_breakpoints): Update.
2611
2612 2019-10-15 Andreas Arnez <arnez@linux.ibm.com>
2613
2614 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
2615 when unwrapping single-field structs.
2616
2617 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2618
2619 * dwarf2read.c: Remove includes.
2620
2621 2019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2622
2623 * ui-out.c (ui_out::call_do_message): Silence
2624 -Wformat-nonliteral warning.
2625
2626 2019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2627
2628 * breakpoint.c: Remove some includes: continuations.h, skip.h,
2629 mi/mi-main.h, readline/readline.h, readline/history.h. Add
2630 include: readline/tilde.h.
2631
2632 2019-10-12 Christian Biesinger <cbiesinger@google.com>
2633
2634 * remote.c (remote_target::get_trace_status): Remove declaration of
2635 trace_regblock_size.
2636
2637 2019-10-12 Christian Biesinger <cbiesinger@google.com>
2638
2639 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
2640 (show_user): Remove declaration of cmdlist.
2641 * cli/cli-cmds.h (max_user_call_depth): Declare.
2642 * cli/cli-script.c (execute_user_command): Remove declaration
2643 of max_user_call_depth.
2644
2645 2019-10-11 Jim Wilson <jimw@sifive.com>
2646
2647 * gdbsupport/print-utils.h (pulongest): Fix comment.
2648 (plongest): Likewise.
2649 (phex): Add missing comment, mention leading zeros.
2650 (phex_nz): Add mention of no leading zeros to comment.
2651
2652 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
2653 plongest instead of unsigned long long cast.
2654
2655 2019-10-10 Christian Biesinger <cbiesinger@google.com>
2656
2657 * main.c (captured_main_1): Include gdbtk.h and remove declarations
2658 for external_editor_command and gdbtk_test.
2659
2660 2019-10-10 Christian Biesinger <cbiesinger@google.com>
2661
2662 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
2663 * varobj.c (varobjdebug): Move comment to...
2664 * varobj.h (varobjdebug): ...here, and declare.
2665
2666 2019-10-09 Tom Tromey <tom@tromey.com>
2667
2668 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
2669 erase_data_content.
2670
2671 2019-10-09 Tom Tromey <tom@tromey.com>
2672
2673 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
2674 * tui/tui-stack.c (tui_locator_window::rerender): Update.
2675 * tui/tui-command.c (tui_cmd_window::resize)
2676 (tui_refresh_cmd_win): Update.
2677 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
2678 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
2679 * tui/tui-data.c (~tui_gen_win_info): Remove.
2680 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
2681 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
2682 (tui_redisplay_readline, tui_mld_flush)
2683 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
2684 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
2685 (tui_data_window::erase_data_content)
2686 (tui_data_item_window::rerender)
2687 (tui_data_item_window::refresh_window): Update.
2688 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
2689 (box_win, tui_gen_win_info::make_window)
2690 (tui_gen_win_info::make_visible): Update.
2691 (tui_delete_win): Remove.
2692 * tui/tui-winsource.c
2693 (tui_source_window_base::do_erase_source_content): Update.
2694 (tui_show_source_line, tui_source_window_base::update_tab_width)
2695 (tui_source_window_base::update_exec_info): Update.
2696 * tui/tui-data.h (struct curses_deleter): New.
2697 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
2698 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
2699
2700 2019-10-09 Tom Tromey <tom@tromey.com>
2701
2702 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
2703
2704 2019-10-09 Tom Tromey <tom@tromey.com>
2705
2706 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
2707 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
2708
2709 2019-10-09 Tom Tromey <tom@tromey.com>
2710
2711 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
2712 window height directly.
2713 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
2714 declare.
2715 * tui/tui-layout.c (tui_default_win_height): Remove.
2716 (tui_default_win_viewport_height): Remove.
2717
2718 2019-10-09 Tom Tromey <tom@tromey.com>
2719
2720 * tui/tui.h: Remove comments.
2721
2722 2019-10-09 Tom de Vries <tdevries@suse.de>
2723
2724 * python/lib/gdb/printer/bound_registers.py: Use
2725 '^builtin_type_bound128' as regexp argument for
2726 add_builtin_pretty_printer.
2727
2728 2019-10-09 Christian Biesinger <cbiesinger@google.com>
2729
2730 * guile/guile.c (guile_extension_script_ops): Remove forward
2731 declaration and mark as static.
2732 (guile_script_ops): Likewise.
2733 (extension_language_guile): Move further down in the file so
2734 it can reference the definitions for guile_{extension_,}script_ops.
2735
2736 2019-10-09 Andreas Arnez <arnez@linux.ibm.com>
2737
2738 * s390-tdep.c (390_process_record): Handle new arch13 instructions
2739 except SORTL, DFLTCC, and KDSA.
2740
2741 2019-10-08 Tom Tromey <tromey@adacore.com>
2742
2743 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
2744 (struct safe_symbol_file_add_args): Remove.
2745
2746 2019-10-08 Tom Tromey <tromey@adacore.com>
2747
2748 * windows-nat.c: Don't include buildsym-legacy.h.
2749
2750 2019-10-08 Tom Tromey <tromey@adacore.com>
2751
2752 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
2753
2754 2019-10-08 Christian Biesinger <cbiesinger@google.com>
2755
2756 * gdbtypes.c (overload_debug): Move comment to header.
2757 * gdbtypes.h (overload_debug): Declare.
2758 * valops.c: Remove declaration of overload_debug, instead
2759 include gdbtypes.h.
2760
2761 2019-10-08 Christian Biesinger <cbiesinger@google.com>
2762
2763 * language.c (show_language_command): Pass lang_frame_mismatch_warn
2764 through _().
2765 (lang_frame_mismatch_warn): Make const, mark with N_(), and
2766 move comment...
2767 * language.h (lang_frame_mismatch_warn): ... here. Also add
2768 declaration.
2769 * top.c (lang_frame_mismatch_warn): Remove declaration.
2770 (check_frame_language_change): Pass lang_frame_mismatch_warn
2771 through _().
2772
2773 2019-10-07 Christian Biesinger <cbiesinger@google.com>
2774
2775 * c-lang.h (vtbl_ptr_name): Declare.
2776 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
2777 it from the header.
2778 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
2779
2780 2019-10-07 Christian Biesinger <cbiesinger@google.com>
2781
2782 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
2783 gdb_static_assert.
2784
2785 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2786
2787 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
2788 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
2789 * ctfread.c: New file.
2790 * ctfread.h: New file.
2791 * elfread.c: Include ctfread.h.
2792 (struct elfinfo text_p): New member ctfsect.
2793 (elf_locate_sections): Mark CTF section.
2794 (elf_symfile_read): Call elfctf_build_psymtabs.
2795 * Makefile.in (LIBCTF): Add.
2796 (CLIBS): Use it.
2797 (CDEPS): Likewise.
2798 (DIST): Add ctfread.c.
2799
2800 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2801
2802 * ctfread.c (struct nextfield): Renamed to ...
2803 (struct ctf_nextfield): ... this.
2804 (struct field_info): Renamed to ...
2805 (strut ctf_field_info): ... this.
2806 (attach_fields_to_type): Update for renamed structures.
2807 (ctf_add_member_cb): Likewise.
2808 (ctf_add_enum_member_cb): Likewise.
2809 (process_struct_members): Likewise.
2810 (process_enum_type): Likewise.
2811
2812 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2813
2814 * tracectf.h: Rename, was ctf.h.
2815 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
2816 * tracefile.c: Likewise.
2817 * tracepoint.c: Remove unused include ctf.h.
2818 * mi/mi-main.c: Likewise.
2819 * Makefile.in Replace ctf.c with tracectf.c.
2820
2821 2019-10-06 Joel Brobecker <brobecker@adacore.com>
2822
2823 * version.in: Change version number to "9.0.50.DATE-git".
2824
2825 2019-10-03 Tom Tromey <tom@tromey.com>
2826
2827 PR rust/24976:
2828 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
2829
2830 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2831
2832 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
2833 cp_search_name_hash.
2834 * NEWS: Add entry about nested function support.
2835
2836 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2837 Andrew Burgess <andrew.burgess@embecosm.com>
2838
2839 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
2840 for nested static variables when searchin VAR_DOMAIN.
2841 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
2842 global scope, update comment.
2843 (add_partial_subprogram): Call add_partial_subprogram recursively
2844 for nested subroutines when processinng Fortran.
2845 (load_partial_dies): Process the child entities of a subprogram
2846 when processing Fortran.
2847 (partial_die_parent_scope): Handle building scope
2848 for Fortran nested functions.
2849 (process_die): Record that nested functions have a scope.
2850 (new_symbol): Always record Fortran subprograms on the global
2851 symbol list.
2852 (determine_prefix): How to build the prefix for Fortran
2853 subprograms.
2854
2855 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2856
2857 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
2858 have just sent the thread a SIGSTOP and are waiting for it to
2859 arrive.
2860
2861 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2862
2863 * btrace.c (btrace_add_pc): Remove whitespace before the template
2864 parameter in 'std::vector <...>'.
2865 (parse_xml_btrace_block): Likewise.
2866 (btrace_maint_decode_pt): Likewise.
2867 (btrace_maint_update_packets): Likewise.
2868 (btrace_maint_print_packets): Likewise.
2869 * btrace.h (struct btrace_maint_info): Likewise.
2870 * dwarf2read.c (struct type_unit_group): Likewise.
2871 (build_type_psymtabs_reader): Likewise.
2872 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
2873 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
2874 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
2875
2876 2019-10-03 Tom de Vries <tdevries@suse.de>
2877
2878 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
2879 the first line of the help text for set/show style metadata.
2880
2881 2019-10-02 Tom Tromey <tromey@adacore.com>
2882
2883 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
2884 * gdbsupport/common-inferior.c: New file.
2885 * infcmd.c (startup_with_shell): Don't define.
2886 * nat/fork-inferior.h (startup_with_shell): Don't declare.
2887 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
2888 * inferior.h (startup_with_shell): Don't declare.
2889
2890 2019-10-02 Christian Biesinger <cbiesinger@google.com>
2891
2892 * gdbsupport/gdb_assert.h: Include errors.h.
2893 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
2894
2895 2019-10-02 Tom Tromey <tromey@adacore.com>
2896
2897 * NEWS: Add $_ada_exception entry.
2898 * ada-lang.c (struct ada_catchpoint): Add constructor.
2899 <m_kind>: New member.
2900 (allocate_location_exception, re_set_exception): Remove
2901 "ex" parameter.
2902 (should_stop_exception): Compute $_ada_exception.
2903 (check_status_exception, print_it_exception)
2904 (print_one_exception, print_mention_exception): Remove
2905 "ex" parameter.
2906 (allocate_location_catch_exception, re_set_catch_exception)
2907 (check_status_exception, print_it_catch_exception)
2908 (print_one_catch_exception, print_mention_catch_exception)
2909 (print_recreate_catch_exception)
2910 (allocate_location_catch_exception_unhandled)
2911 (re_set_catch_exception_unhandled)
2912 (check_status_exception, print_it_catch_exception_unhandled)
2913 (print_one_catch_exception_unhandled)
2914 (print_mention_catch_exception_unhandled)
2915 (print_recreate_catch_exception_unhandled)
2916 (allocate_location_catch_assert, re_set_catch_assert)
2917 (check_status_assert, print_it_catch_assert)
2918 (print_one_catch_assert, print_mention_catch_assert)
2919 (print_recreate_catch_assert)
2920 (allocate_location_catch_handlers, re_set_catch_handlers)
2921 (check_status_handlers, print_it_catch_handlers)
2922 (print_one_catch_handlers, print_mention_catch_handlers)
2923 (print_recreate_catch_handlers): Remove.
2924 (create_ada_exception_catchpoint): Update.
2925 (initialize_ada_catchpoint_ops): Update.
2926
2927 2019-10-02 Tom Tromey <tromey@adacore.com>
2928
2929 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
2930 (create_excep_cond_exprs): Simplify exception string computation.
2931 (ada_exception_catchpoint_cond_string): Likewise.
2932
2933 2019-10-02 Tom Tromey <tromey@adacore.com>
2934
2935 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
2936 * ada-lang.c (lesseq_defined_than): Handle
2937 LOC_STATIC.
2938 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
2939 parameter.
2940 (dwarf2_has_info): Likewise.
2941 (new_symbol): Set maybe_copied on symbol when
2942 appropriate.
2943 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
2944 parameter.
2945 <can_copy>: New member.
2946 * elfread.c (record_minimal_symbol): Set maybe_copied
2947 on symbol when appropriate.
2948 (elf_symfile_read): Update call to dwarf2_has_info.
2949 * minsyms.c (lookup_minimal_symbol_linkage): New
2950 function.
2951 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
2952 * symtab.c (get_symbol_address, get_msymbol_address):
2953 New functions.
2954 * symtab.h (get_symbol_address, get_msymbol_address):
2955 Declare.
2956 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
2957 maybe_copied.
2958 (struct symbol, struct minimal_symbol) <maybe_copied>:
2959 New member.
2960
2961 2019-10-02 Tom Tromey <tromey@adacore.com>
2962
2963 * source.c (struct current_source_location): New.
2964 (current_source_key): New global.
2965 (current_source_symtab, current_source_line)
2966 (current_source_pspace): Remove.
2967 (get_source_location): New function.
2968 (get_current_source_symtab_and_line)
2969 (set_default_source_symtab_and_line)
2970 (set_current_source_symtab_and_line)
2971 (clear_current_source_symtab_and_line, select_source_symtab)
2972 (info_source_command, print_source_lines_base)
2973 (info_line_command, search_command_helper, _initialize_source):
2974 Update.
2975
2976 2019-10-02 Tom Tromey <tromey@adacore.com>
2977
2978 * source.c (select_source_symtab): Don't call
2979 decode_line_with_current_source.
2980
2981 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2982
2983 * symtab.c (lookup_global_symbol): Search global block.
2984
2985 2019-10-02 Tom Tromey <tromey@adacore.com>
2986
2987 * coffread.c (process_coff_symbol): Update.
2988 * dwarf2read.c (var_decode_location, new_symbol): Update.
2989 * mdebugread.c (parse_symbol): Update.
2990 * objfiles.c (relocate_one_symbol): Update.
2991 * stabsread.c (define_symbol, fix_common_block)
2992 (scan_file_globals): Update.
2993 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
2994 (SET_SYMBOL_VALUE_ADDRESS): New macro.
2995 * xcoffread.c (process_xcoff_symbol): Update.
2996
2997 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2998
2999 * MAINTAINERS: Update my email address.
3000
3001 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
3002
3003 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
3004 std::vector.
3005 (build_type_psymtabs_reader): Update for std::vector.
3006 (build_type_psymtab_dependencies): Likewise.
3007 * dwarf2read.h: Remove use of DEF_VEC_P.
3008 (typedef sig_type_ptr): Delete.
3009
3010 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
3011
3012 * btrace.c (btrace_maint_clear): Update to handle change from VEC
3013 to std::vector.
3014 (btrace_maint_decode_pt): Likewise, and move allocation of the
3015 vector outside of the loop.
3016 (btrace_maint_update_packets): Update to handle change from VEC to
3017 std::vector.
3018 (btrace_maint_print_packets): Likewise.
3019 (maint_info_btrace_cmd): Likewise.
3020 * btrace.h: Remove use of DEF_VEC_O.
3021 (typedef btrace_pt_packet_s): Delete.
3022 (struct btrace_maint_info) <packets>: Change fromm VEC to
3023 std::vector.
3024 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
3025
3026 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
3027
3028 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
3029 make accesses into the vector constant references.
3030 (btrace_add_pc): Update for std::vector.
3031 (btrace_stitch_bts): Likewise.
3032 (parse_xml_btrace_block): Likewise.
3033 (btrace_maint_update_packets): Likewise.
3034 (btrace_maint_print_packets): Likewise.
3035 (maint_info_btrace_cmd): Likewise.
3036 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
3037 std::vector.
3038 (btrace_data::empty): Likewise.
3039 (btrace_data_append): Likewise.
3040 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
3041 (typedef btrace_block_s): Delete.
3042 (struct btrace_block): Add constructor.
3043 (struct btrace_data_bts) <blocks>: Change to std::vector.
3044 * nat/linux-btrace.c (perf_event_read_bts): Update for
3045 std::vector.
3046 (linux_read_bts): Likewise.
3047
3048 2019-10-01 Tom Tromey <tom@tromey.com>
3049
3050 * cli/cli-logging.c (show_logging_filename): Use styled_string.
3051
3052 2019-10-01 Tom Tromey <tom@tromey.com>
3053
3054 * stack.c (print_frame, info_frame_command_core): Use
3055 styled_string.
3056 * linux-thread-db.c (try_thread_db_load_1)
3057 (try_thread_db_load_from_pdir_1): Use styled_string.
3058 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
3059 (auto_load_section_scripts, info_auto_load_local_gdbinit)
3060 (maybe_print_unsupported_script_warning)
3061 (maybe_print_script_not_found_warning): Use styled_string.
3062 * ada-lang.c (user_select_syms): Use styled_string.
3063
3064 2019-10-01 Tom Tromey <tom@tromey.com>
3065
3066 * p-lang.c (pascal_printstr): Use metadata style.
3067 * value.c (show_convenience): Use metadata style.
3068 * valprint.c (valprint_check_validity, val_print_optimized_out)
3069 (val_print_not_saved, val_print_unavailable)
3070 (val_print_invalid_address, generic_val_print, val_print)
3071 (value_check_printable, val_print_array_elements): Use metadata
3072 style.
3073 * ui-out.h (class ui_out) <field_fmt>: New overload.
3074 <do_field_fmt>: Add style parameter.
3075 * ui-out.c (ui_out::field_fmt): New overload.
3076 * typeprint.c (type_print_unknown_return_type)
3077 (val_print_not_allocated, val_print_not_associated): Use metadata
3078 style.
3079 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
3080 parameter.
3081 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
3082 * tracepoint.c (tvariables_info_1): Use metadata style.
3083 * stack.c (print_frame_arg, print_frame_info, print_frame)
3084 (info_frame_command_core): Use metadata style.
3085 * skip.c (info_skip_command): Use metadata style.
3086 * rust-lang.c (rust_print_enum): Use metadata style.
3087 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
3088 metadata style.
3089 * python/py-framefilter.c (py_print_single_arg): Use metadata
3090 style.
3091 * printcmd.c (do_one_display, print_variable_and_value): Use
3092 metadata style.
3093 * p-valprint.c (pascal_val_print)
3094 (pascal_object_print_value_fields): Use metadata style.
3095 * p-typeprint.c (pascal_type_print_base): Use metadata style.
3096 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
3097 parameter.
3098 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
3099 * m2-valprint.c (m2_print_long_set): Use metadata style.
3100 * m2-typeprint.c (m2_print_type): Use metadata style.
3101 * infcmd.c (print_return_value_1): Use metadata style.
3102 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
3103 * f-valprint.c (info_common_command_for_block): Use metadata
3104 style.
3105 * f-typeprint.c (f_type_print_base): Use metadata style.
3106 * expprint.c (print_subexp_standard): Use metadata style.
3107 * cp-valprint.c (cp_print_value_fields): Use metadata style.
3108 * cli/cli-style.h (class cli_style_option): Add constructor.
3109 (metadata_style): Declare.
3110 * cli/cli-style.c (metadata_style): New global.
3111 (_initialize_cli_style): Register metadata style.
3112 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
3113 parameter.
3114 * cli-out.c (cli_ui_out::do_field_fmt): Update.
3115 * c-typeprint.c (c_type_print_base_struct_union)
3116 (c_type_print_base_1): Use metadata style.
3117 * breakpoint.c (watchpoint_value_print)
3118 (print_one_breakpoint_location): Use metadata style.
3119 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
3120 style.
3121 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
3122 style.
3123 * ada-valprint.c (val_print_packed_array_elements, printstr)
3124 (print_field_values, ada_val_print_ref, ada_val_print): Use
3125 metadata style.
3126 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
3127 style.
3128 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
3129 style.
3130 * ada-lang.c (user_select_syms): Use metadata style.
3131
3132 2019-10-01 Tom Tromey <tom@tromey.com>
3133
3134 * cli/cli-cmds.c (pwd_command): Style output.
3135
3136 2019-10-01 Pedro Alves <palves@redhat.com>
3137 Tom Tromey <tom@tromey.com>
3138
3139 * symtab.c (print_symbol_info): Use %ps.
3140 (print_msymbol_info): Use %ps.
3141 * symfile.c (symbol_file_add_with_addrs): Use %ps.
3142 * printcmd.c (print_variable_and_value): Use %ps.
3143 * macrocmd.c (show_pp_source_pos): Use %ps.
3144 * infrun.c (print_exited_reason): Use ui_out::message.
3145 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
3146 (describe_other_breakpoints): Use ui_out::message and new
3147 formats.
3148 (say_where): Use new formats.
3149 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
3150 and new formats.
3151
3152 2019-10-01 Pedro Alves <palves@redhat.com>
3153 Tom Tromey <tom@tromey.com>
3154
3155 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
3156 (test_gdb_formats): New function.
3157 (run_tests): Call it.
3158 (test_format_specifier): Update.
3159 * utils.h (fputs_filtered): Update comment.
3160 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
3161 (fputs_styled_unfiltered): Declare.
3162 * utils.c (fputs_styled_unfiltered): New function.
3163 (vfprintf_maybe_filtered): Add gdbfmt parameter.
3164 (vfprintf_filtered): Update.
3165 (vfprintf_unfiltered, vprintf_filtered): Update.
3166 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
3167 * ui-out.h (enum ui_out_flag) <unfiltered_output,
3168 disallow_ui_out_field>: New constants.
3169 (enum class field_kind): New.
3170 (struct base_field_s, struct signed_field_s): New.
3171 (signed_field): New function.
3172 (struct string_field_s): New.
3173 (string_field): New function.
3174 (struct styled_string_s): New.
3175 (styled_string): New function.
3176 (class ui_out) <message>: Add comment.
3177 <vmessage, call_do_message>: New methods.
3178 <do_message>: Add style parameter.
3179 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
3180 methods.
3181 (ui_out::message): Rewrite.
3182 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
3183 parameter.
3184 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
3185 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
3186 gdb_extensions parameter.
3187 (class format_piece): Add parameter to constructor.
3188 (n_int_args): New field.
3189 * gdbsupport/format.c (format_pieces::format_pieces): Add
3190 gdb_extensions parameter. Handle '*'.
3191 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
3192 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
3193 vfprintf_styled_no_gdbfmt.
3194 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
3195 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
3196 unfiltered output.
3197 * ui-style.h (struct ui_file_style) <ptr>: New method.
3198
3199 2019-10-01 Tom Tromey <tom@tromey.com>
3200
3201 * unittests/format_pieces-selftests.c: Update. Add final format.
3202 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
3203 empty literal pieces.
3204
3205 2019-10-01 Tom Tromey <tom@tromey.com>
3206
3207 * ui-out.h (enum class ui_out_style_kind): Remove.
3208 (class ui_out) <field_string, field_stsream, do_field_string>:
3209 Change type of "style".
3210 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
3211 (ui_out::field_string): Update.
3212 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
3213 of "style".
3214 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
3215 * tracepoint.c (print_one_static_tracepoint_marker): Update.
3216 * stack.c (print_frame_arg, print_frame_info, print_frame):
3217 Update.
3218 * source.c (print_source_lines_base): Update.
3219 * solib.c (info_sharedlibrary_command): Update.
3220 * skip.c (info_skip_command): Update.
3221 * record-btrace.c (btrace_call_history_src_line)
3222 (btrace_call_history): Update.
3223 * python/py-framefilter.c (py_print_frame): Update.
3224 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
3225 "style".
3226 * mi/mi-out.c (mi_ui_out::do_table_header)
3227 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
3228 (mi_ui_out::do_field_string): Update.
3229 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3230 Update.
3231 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
3232 "style".
3233 * cli-out.c (cli_ui_out::do_table_header)
3234 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
3235 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
3236 (cli_ui_out::do_field_fmt): Update.
3237 * breakpoint.c (print_breakpoint_location): Update.
3238 (update_static_tracepoint): Update.
3239
3240 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3241
3242 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
3243 conversion of gdb_datadir.
3244 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
3245 remove not needed c_str ().
3246
3247 2019-09-30 Ali Tamur <tamur@google.com>
3248
3249 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
3250 (dwarf2_string_attr): Likewise.
3251
3252 2019-09-30 Ali Tamur <tamur@google.com>
3253
3254 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
3255 (process_full_type_unit): Likewise.
3256 (dump_die_shallow): Likewise.
3257 (cu_debug_loc_section): Likewise.
3258
3259 2019-09-28 Christian Biesinger <cbiesinger@google.com>
3260
3261 * minsyms.c (compare_minimal_symbols): Rename to...
3262 (minimal_symbol_is_less_than): ...this, and adjust to STL
3263 conventions (return bool, take arguments as references)
3264 (minimal_symbol_reader::install): Call std::sort instead
3265 of qsort.
3266
3267 2019-09-29 Christian Biesinger <cbiesinger@google.com>
3268
3269 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
3270 hash and why.
3271 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
3272 msymbol_hash, msymbol_demangled_hash>: Improve comments.
3273
3274 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
3275
3276 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
3277 * psympriv.h (add_psymbol_to_list): Move comment here and update
3278 it.
3279
3280 2019-09-29 Tom de Vries <tdevries@suse.de>
3281
3282 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
3283 Use $tmpdir/$(basename "$output_file").dwz instead of
3284 "${output_file}.dwz".
3285
3286 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
3287
3288 PR gdb/25045
3289 * hppa-linux-nat.c: Include gdbarch.h.
3290
3291 2019-09-26 Christian Biesinger <cbiesinger@google.com>
3292
3293 * blockframe.c (find_pc_partial_function): Change return type to bool.
3294 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
3295 * minsyms.c (in_gnu_ifunc_stub): Likewise.
3296 (stub_gnu_ifunc_resolve_name): Likewise.
3297 * symtab.c (compare_filenames_for_search): Likewise.
3298 (compare_glob_filenames_for_search): Likewise.
3299 (matching_obj_sections): Likewise.
3300 (symbol_matches_domain): Likewise.
3301 (find_line_symtab): Change out param EXACT_MATCH to bool *.
3302 (find_line_pc): Change return type to bool.
3303 (find_line_pc_range): Likewise.
3304 (producer_is_realview): Likewise.
3305 * symtab.h (symbol_matches_domain): Likewise.
3306 (find_pc_partial_function): Likewise.
3307 (find_pc_line_pc_range): Likewise.
3308 (in_gnu_ifunc_stub): Likewise.
3309 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
3310 (find_line_pc): Likewise.
3311 (find_line_pc_range): Likewise.
3312 (matching_obj_sections): Likewise.
3313 (find_line_symtab): Change out parameter to bool.
3314 (producer_is_realview): Change return type to bool.
3315 (compare_filenames_for_search): Likewise.
3316 (compare_glob_filenames_for_search): Likewise.
3317
3318 2019-09-26 Tom Tromey <tom@tromey.com>
3319
3320 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
3321 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
3322 * gdb_usleep.h: Remove.
3323 * gdb_usleep.c: Remove.
3324 * utils.c: Don't include gdb_usleep.h.
3325
3326 2019-09-26 Tom Tromey <tromey@adacore.com>
3327
3328 * python/py-type.c (type_to_type_object): Call check_typedef
3329 for stub types.
3330
3331 2019-09-26 Tom Tromey <tom@tromey.com>
3332
3333 * utils.h (initialize_utils): Don't declare.
3334 * top.c (gdb_init): Don't call initialize_utils.
3335 * utils.c (initialize_utils): Remove. Move contents...
3336 (_initialize_utils): ... here.
3337
3338 2019-09-25 Tom Tromey <tom@tromey.com>
3339
3340 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
3341 * utils.h (make_hex_string): Don't declare.
3342 * utils.c (make_hex_string): Remove.
3343
3344 2019-09-24 Tom de Vries <tdevries@suse.de>
3345
3346 PR gdb/23815
3347 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
3348 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
3349
3350 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
3351
3352 * NEWS: Mention new simulator port for PRU.
3353
3354 2019-09-23 Christian Biesinger <cbiesinger@google.com>
3355
3356 * ada-exp.y (write_object_remaining): Update.
3357 * ada-lang.c (ada_decode): Return a std::string instead of a char*
3358 and eliminate the static buffer.
3359 (ada_decode_symbol): Update.
3360 (ada_la_decode): Update.
3361 (ada_sniff_from_mangled_name): Update.
3362 (is_valid_name_for_wild_match): Update.
3363 (ada_lookup_name_info::matches): Update and simplify.
3364 (name_matches_regex): Update.
3365 (ada_add_global_exceptions): Update.
3366 * ada-lang.h (ada_decode): Update signature.
3367 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
3368 * dwarf-index-write.c (debug_names::insert): Update.
3369
3370 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3371
3372 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
3373 formatting.
3374
3375 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3376
3377 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
3378 Change "nonzero" to "true" in documentation.
3379
3380 2019-09-20 Christian Biesinger <cbiesinger@google.com>
3381
3382 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
3383 (_initialize_darwin_solib): Don't set
3384 darwin_so_ops.lookup_lib_global_symbol.
3385 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
3386 set_gdbarch_iterate_over_objfiles_in_search_order.
3387 (elf_lookup_lib_symbol): Rename to...
3388 (svr4_iterate_over_objfiles_in_search_order): this, and update
3389 to iterate semantics.
3390 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
3391 * solib.c (solib_global_lookup): Remove.
3392 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
3393 (solib_global_lookup): Remove.
3394 * symtab.c (lookup_global_or_static_symbol): Remove call to
3395 solib_global_lookup.
3396
3397 2019-09-20 Joel Brobecker <brobecker@adacore.com>
3398
3399 * NEWS: Move entries about default MI version now being
3400 version 3, and about the GDB/MI fix for multi-location
3401 breakpoints to the "since GDB 8.3" section.
3402
3403 2019-09-20 Joel Brobecker <brobecker@adacore.com>
3404
3405 GDB 8.3.1 released.
3406
3407 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3408
3409 * NEWS: Mention that Cell/B.E. debugging support was removed.
3410 * MAINTAINERS: Remove spu target.
3411
3412 * config/djgpp/fnchange.lst: Remove entries for removed files.
3413
3414 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
3415 spu-multiarch.o, and spu-tdep.o.
3416 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
3417 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
3418 spu-multiarch.c, and spu-tdep.c.
3419 * spu-linux-nat.c: Remove file.
3420 * spu-multiarch.c: Remove file.
3421 * spu-tdep.c: Remove file.
3422 * spu-tdep.h: Remove file.
3423 * solib-spu.c: Remove file.
3424 * solib-spu.h: Remove file.
3425
3426 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
3427 * configure.nat (spu-linux): Remove.
3428 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
3429 solib-multiarch.o from gdb_target_obs.
3430 (spu*-*-*): Remove.
3431
3432 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
3433 feature flag.
3434 (ppc_linux_no_features): Update.
3435 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
3436 Cell/B.E. support.
3437 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
3438 (tdesc_powerpc_cell64l): Likewise.
3439 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
3440 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
3441 Cell/B.E. support.
3442 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
3443 Do not include "features/rs6000/powerpc-cell32l.c" or
3444 "features/rs6000/powerpc-cell64l.c".
3445 (ppc_linux_spu_section): Remove.
3446 (ppc_linux_core_read_description): Remove Cell/B.E. support.
3447 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
3448 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
3449 (ppc_linux_spe_context_lookup): Remove.
3450 (ppc_linux_spe_context_inferior_created): Remove.
3451 (ppc_linux_spe_context_solib_loaded): Remove.
3452 (ppc_linux_spe_context_solib_unloaded): Remove.
3453 (ppc_linux_spe_context): Remove.
3454 (struct ppu2spu_cache): Remove.
3455 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
3456 (struct ppu2spu_data): Remove.
3457 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
3458 ppu2spu_unwind): Remove.
3459 (ppc_linux_init_abi): Remove Cell/B.E. support.
3460 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
3461
3462 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
3463 (rs6000/powerpc-cell64l-expedite): Likewise
3464 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
3465 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
3466 rs6000/powerpc-cell64l.xml.
3467 * features/rs6000/powerpc-cell32l.xml: Remove.
3468 * features/rs6000/powerpc-cell64l.xml: Likewise.
3469 * features/rs6000/powerpc-cell32l.c: Remove generated file.
3470 * features/rs6000/powerpc-cell64l.c: Likewise.
3471 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
3472 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
3473 * regformats/reg-spu.dat: Remove.
3474
3475 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
3476 * corelow.c (struct spuid_list): Remove.
3477 (add_to_spuid_list): Remove.
3478 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3479 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
3480 (remote_protocol_features): Remove associated entries.
3481 (_initialize_remote): No longer initialize them.
3482 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3483 * linux-nat.c (SPUFS_MAGIC): Remove.
3484 (linux_proc_xfer_spu): Remove.
3485 (spu_enumerate_spu_ids): Remove.
3486 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3487 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
3488 (linux_make_corefile_notes): No longer call it.
3489
3490 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
3491 (cooked_write_test): Likewise.
3492
3493 2019-09-20 Tom Tromey <tom@tromey.com>
3494
3495 * NEWS: Mention case-sensitivity of TUI commands.
3496 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
3497 (tui_set_win_height_command, parse_scrolling_args): Likewise.
3498 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
3499
3500 2019-09-20 Tom Tromey <tom@tromey.com>
3501
3502 * tui/tui-source.c (tui_source_window::set_contents): Use
3503 make_unique_xstrdup.
3504 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
3505 make_unique_xstrdup.
3506
3507 2019-09-20 Tom Tromey <tom@tromey.com>
3508
3509 * tui/tui-data.c: Remove separator comments.
3510 * tui/tui-layout.c: Remove separator comments.
3511 * tui/tui-win.c: Remove separator comments.
3512 * tui/tui-wingeneral.c: Remove separator comments.
3513
3514 2019-09-20 Tom Tromey <tom@tromey.com>
3515
3516 * tui/tui.h (strcat_to_buf): Don't declare.
3517 * tui/tui.c (strcat_to_buf): Remove.
3518
3519 2019-09-20 Tom Tromey <tom@tromey.com>
3520
3521 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
3522 from "fullname".
3523 * tui/tui-source.c (tui_source_window::set_contents)
3524 (tui_source_window::location_matches_p)
3525 (tui_source_window::maybe_update): Update.
3526
3527 2019-09-20 Tom Tromey <tom@tromey.com>
3528
3529 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
3530 Update.
3531 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
3532 prefix.
3533 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
3534 (tui_data_window::line_from_reg_element_no)
3535 (tui_data_window::first_reg_element_no_inline)
3536 (tui_data_window::show_registers)
3537 (tui_data_window::show_register_group)
3538 (tui_data_window::display_registers_from)
3539 (tui_data_window::display_registers_from_line)
3540 (tui_data_window::first_data_item_displayed)
3541 (tui_data_window::delete_data_content_windows)
3542 (tui_data_window::erase_data_content)
3543 (tui_data_window::do_scroll_vertical)
3544 (tui_data_window::refresh_window)
3545 (tui_data_window::check_register_values): Update.
3546
3547 2019-09-20 Tom Tromey <tom@tromey.com>
3548
3549 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
3550 (struct tui_locator_window) <full_name, proc_name>: Now
3551 std::string.
3552 * tui/tui-stack.c (tui_locator_window::make_status_line)
3553 (tui_locator_window::set_locator_fullname)
3554 (tui_locator_window::set_locator_info): Update.
3555 * tui/tui-source.c (tui_source_window::set_contents)
3556 (tui_source_window::showing_source_p): Update.
3557
3558 2019-09-20 Tom Tromey <tom@tromey.com>
3559
3560 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
3561 Don't call tui_locator_win_info_ptr.
3562
3563 2019-09-20 Tom Tromey <tom@tromey.com>
3564
3565 * tui/tui-win.c (tui_resize_all): Don't call refresh.
3566
3567 2019-09-20 Tom Tromey <tom@tromey.com>
3568
3569 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
3570 height for locator.
3571 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
3572 * tui/tui-layout.c (show_source_disasm_command, show_data)
3573 (show_source_or_disasm_and_command): Use 1 as height for locator.
3574
3575 2019-09-20 Tom Tromey <tom@tromey.com>
3576
3577 * tui/tui.c (tui_enable): Update.
3578 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
3579 Update.
3580 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
3581 Update.
3582 * tui/tui-data.c (win_resized): Now bool.
3583 (tui_win_resized): Return bool.
3584 (tui_set_win_resized_to): Accept a bool.
3585
3586 2019-09-20 Tom Tromey <tom@tromey.com>
3587
3588 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
3589 Change type of "refresh_values_only".
3590 * tui/tui-regs.c (tui_data_window::show_register_group): Change
3591 type of "refresh_values_only".
3592
3593 2019-09-20 Tom Tromey <tom@tromey.com>
3594
3595 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
3596 std::string.
3597 (tui_disassemble): Add "pos" parameter.
3598 (tui_disasm_window::set_contents): Simplify.
3599
3600 2019-09-20 Tom Tromey <tom@tromey.com>
3601
3602 * tui/tui-winsource.h (struct tui_source_window_base)
3603 <show_source_content>: Now private.
3604 * tui/tui-winsource.c
3605 (tui_source_window_base::show_source_content): Don't handle empty
3606 content case.
3607
3608 2019-09-20 Tom Tromey <tom@tromey.com>
3609
3610 * tui/tui-layout.c (show_source_disasm_command)
3611 (show_source_or_disasm_and_command): Don't call
3612 show_source_content.
3613
3614 2019-09-20 Tom Tromey <tom@tromey.com>
3615
3616 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
3617 Declare.
3618 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
3619 from tui_make_status_line.
3620 (tui_locator_window::rerender): Update.
3621
3622 2019-09-20 Tom Tromey <tom@tromey.com>
3623
3624 * tui/tui-stack.c (tui_make_status_line): Return std::string.
3625 (tui_locator_window::rerender): Update.
3626
3627 2019-09-20 Tom Tromey <tom@tromey.com>
3628
3629 * tui/tui-winsource.h (struct tui_source_window_base)
3630 <~tui_source_window_base>: Don't declare.
3631 <fullname>: Remove.
3632 * tui/tui-winsource.c (~tui_source_window_base): Remove.
3633 * tui/tui-source.h (struct tui_source_window) <fullname>: New
3634 member.
3635 * tui/tui-source.c (tui_source_window::set_contents): Update.
3636 (tui_source_window::location_matches_p)
3637 (tui_source_window::maybe_update): Update.
3638
3639 2019-09-20 Tom Tromey <tom@tromey.com>
3640
3641 * tui/tui-winsource.h (~tui_source_element): Remove.
3642 (tui_source_element): Update.
3643 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
3644 * tui/tui-winsource.c (tui_show_source_line): Update.
3645 * tui/tui-source.c (tui_source_window::set_contents): Update.
3646 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3647
3648 2019-09-20 Tom Tromey <tom@tromey.com>
3649
3650 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
3651 declare.
3652 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
3653 tui_clear_source_windows_detail.
3654 * tui/tui-winsource.h (struct tui_source_window_base)
3655 <clear_detail>: Don't declare.
3656 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
3657 Remove.
3658 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
3659
3660 2019-09-20 Tom Tromey <tromey@adacore.com>
3661
3662 PR ada/24919:
3663 * block.c (contained_in): Fix final return value.
3664
3665 2019-09-20 Alan Modra <amodra@gmail.com>
3666
3667 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
3668 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
3669 (read_indirect_string_from_dwz): Use bfd accessor.
3670 * dwarf2read.h (struct dwz_file <filename>): Likewise.
3671 * machoread.c (macho_symfile_read_all_oso): Likewise.
3672 * solib.c (solib_bfd_open): Likewise.
3673
3674 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3675
3676 * eval.c: Move declaration of overload_resolution to...
3677 * value.h: ...here.
3678
3679 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3680
3681 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
3682 * arm-linux-tdep.c: Likewise.
3683 * arm-nbsd-nat.c: Likewise.
3684 * arm-tdep.h: Declare arm_apcs_32.
3685 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
3686
3687 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3688
3689 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
3690 * dwarf2read.h: Declare dwarf_always_disassemble.
3691
3692 2019-09-19 Tom de Vries <tdevries@suse.de>
3693
3694 PR gdb/25009
3695 * source-cache.c (source_cache::ensure): Catch exception thrown during
3696 construction of the highlighter.
3697
3698 2019-09-18 Alan Modra <amodra@gmail.com>
3699
3700 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
3701 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
3702 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
3703 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
3704 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
3705 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
3706 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
3707 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
3708 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
3709 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
3710 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
3711 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
3712 * solib-spu.c, * solib-svr4.c, * solib-target.c,
3713 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
3714 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
3715 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
3716 * mi/mi-interp.c: Update throughout for bfd section macro and
3717 function changes.
3718 * gcore (gcore_create_callback): Use bfd_set_section_lma.
3719 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
3720
3721 2019-09-18 Tom Tromey <tom@tromey.com>
3722
3723 * NEWS: Add entry.
3724 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
3725 call rl_initialize.
3726 (tui_enable): Do not call rl_initialize.
3727
3728 2019-09-18 Christian Groessler <chris@groessler.org>
3729
3730 * alpha-linux-nat.c: Include gdbarch.h.
3731
3732 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
3733
3734 * ui-file.c: Include cli/cli-style.h.
3735 (term_cli_styling): Remove cli_styling declaration.
3736
3737 2019-09-18 Alan Modra <amodra@gmail.com>
3738
3739 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
3740 to bfd_asymbol_section.
3741
3742 2019-09-18 Alan Modra <amodra@gmail.com>
3743
3744 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
3745 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
3746 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
3747
3748 2019-09-18 Alan Modra <amodra@gmail.com>
3749
3750 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
3751 * spu-linux-nat.c (spu_bfd_open): Likewise.
3752
3753 2019-09-18 Christian Biesinger <cbiesinger@google.com>
3754
3755 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
3756 to bool to match definition in dwarf2read.c.
3757
3758 2019-09-17 Christian Biesinger <cbiesinger@google.com>
3759
3760 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
3761 (print_signatures): Likewise.
3762 (trust_pad_over_xvs): Likewise.
3763 * arch/aarch64-insn.c (aarch64_debug): Likewise.
3764 * arch/aarch64-insn.h (aarch64_debug): Likewise.
3765 * arm-linux-nat.c (arm_apcs_32): Likewise.
3766 * arm-linux-tdep.c (arm_apcs_32): Likewise.
3767 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
3768 * arm-tdep.c (arm_debug): Likewise.
3769 (arm_apcs_32): Likewise.
3770 * auto-load.c (debug_auto_load): Likewise.
3771 (auto_load_gdb_scripts): Likewise.
3772 (global_auto_load): Likewise.
3773 (auto_load_local_gdbinit): Likewise.
3774 (auto_load_local_gdbinit_loaded): Likewise.
3775 * auto-load.h (global_auto_load): Likewise.
3776 (auto_load_local_gdbinit): Likewise.
3777 (auto_load_local_gdbinit_loaded): Likewise.
3778 * breakpoint.c (disconnected_dprintf): Likewise.
3779 (breakpoint_proceeded): Likewise.
3780 (automatic_hardware_breakpoints): Likewise.
3781 (always_inserted_mode): Likewise.
3782 (target_exact_watchpoints): Likewise.
3783 (_initialize_breakpoint): Update.
3784 * breakpoint.h (target_exact_watchpoints): Change to bool.
3785 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
3786 * cli/cli-cmds.c (trace_commands): Likewise.
3787 * cli/cli-cmds.h (trace_commands): Likewise.
3788 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
3789 to bool*.
3790 * cli/cli-logging.c (logging_overwrite): Change to bool.
3791 (logging_redirect): Likewise.
3792 (debug_redirect): Likewise.
3793 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
3794 (struct boolean_option_def) <get_var_address_cb_>: Change return type
3795 to bool.
3796 <boolean_option_def>: Update.
3797 (struct flag_option_def): Change default type of Context to bool
3798 from int.
3799 <flag_option_def>: Change return type of var_address_cb_ to bool*.
3800 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
3801 (get_setshow_command_value_string): Likewise.
3802 * cli/cli-style.c (cli_styling): Change to bool.
3803 (source_styling): Likewise.
3804 * cli/cli-style.h (source_styling): Likewise.
3805 (cli_styling): Likewise.
3806 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
3807 to bool.
3808 * command.h (var_types): Update comment.
3809 (add_setshow_boolean_cmd): Change int* var argument to bool*.
3810 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
3811 bool.
3812 (debug_compile_cplus_scopes): Likewise.
3813 * compile/compile-internal.h (compile_debug): Likewise.
3814 * compile/compile.c (compile_debug): Likewise.
3815 (struct compile_options) <raw>: Likewise.
3816 * cp-support.c (catch_demangler_crashes): Likewise.
3817 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
3818 (usr_cmd_cris_dwarf2_cfi): Likewise.
3819 * csky-tdep.c (csky_debug): Likewise.
3820 * darwin-nat.c (enable_mach_exceptions): Likewise.
3821 * dcache.c (dcache_enabled_p): Likewise.
3822 * defs.h (info_verbose): Likewise.
3823 * demangle.c (demangle): Likewise.
3824 (asm_demangle): Likewise.
3825 * dwarf-index-cache.c (debug_index_cache): Likewise.
3826 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
3827 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
3828 * dwarf2read.c (check_physname): Likewise.
3829 (use_deprecated_index_sections): Likewise.
3830 (dwarf_always_disassemble): Likewise.
3831 * eval.c (overload_resolution): Likewise.
3832 * event-top.c (set_editing_cmd_var): Likewise.
3833 (exec_done_display_p): Likewise.
3834 * event-top.h (set_editing_cmd_var): Likewise.
3835 (exec_done_display_p): Likewise.
3836 * exec.c (write_files): Likewise.
3837 * fbsd-nat.c (debug_fbsd_lwp): Likewise
3838 (debug_fbsd_nat): Likewise.
3839 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
3840 Likewise.
3841 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
3842 <backtrace_past_entry> Likewise.
3843 * gdb-demangle.h (demangle): Likewise.
3844 (asm_demangle): Likewise.
3845 * gdb_bfd.c (bfd_sharing): Likewise.
3846 * gdbcore.h (write_files): Likewise.
3847 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
3848 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
3849 * gdbthread.h (print_thread_events): Likewise.
3850 * gdbtypes.c (opaque_type_resolution): Likewise.
3851 (strict_type_checking): Likewise.
3852 * gnu-nat.c (gnu_debug_flag): Likewise.
3853 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
3854 * guile/scm-param.c (pascm_variable): Add boolval.
3855 (add_setshow_generic): Update.
3856 (pascm_param_value): Update.
3857 (pascm_set_param_value_x): Update.
3858 * hppa-tdep.c (hppa_debug): Change to bool..
3859 * infcall.c (may_call_functions_p): Likewise.
3860 (coerce_float_to_double_p): Likewise.
3861 (unwind_on_signal_p): Likewise.
3862 (unwind_on_terminating_exception_p): Likewise.
3863 * infcmd.c (startup_with_shell): Likewise.
3864 * inferior.c (print_inferior_events): Likewise.
3865 * inferior.h (startup_with_shell): Likewise.
3866 (print_inferior_events): Likewise.
3867 * infrun.c (step_stop_if_no_debug): Likewise.
3868 (detach_fork): Likewise.
3869 (debug_displaced): Likewise.
3870 (disable_randomization): Likewise.
3871 (non_stop): Likewise.
3872 (non_stop_1): Likewise.
3873 (observer_mode): Likewise.
3874 (observer_mode_1): Likewise.
3875 (set_observer_mode): Update.
3876 (sched_multi): Change to bool.
3877 * infrun.h (debug_displaced): Likewise.
3878 (sched_multi): Likewise.
3879 (step_stop_if_no_debug): Likewise.
3880 (non_stop): Likewise.
3881 (disable_randomization): Likewise.
3882 * linux-tdep.c (use_coredump_filter): Likewise.
3883 (dump_excluded_mappings): Likewise.
3884 * linux-thread-db.c (auto_load_thread_db): Likewise.
3885 (check_thread_db_on_load): Likewise.
3886 * main.c (captured_main_1): Update.
3887 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
3888 xx2_opt, boolean_opt>: Change to bool.
3889 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
3890 * maint.c (maintenance_profile_p): Likewise.
3891 (per_command_time): Likewise.
3892 (per_command_space): Likewise.
3893 (per_command_symtab): Likewise.
3894 * memattr.c (inaccessible_by_default): Likewise.
3895 * mi/mi-main.c (mi_async): Likewise.
3896 (mi_async_1): Likewise.
3897 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
3898 * nat/fork-inferior.h (startup_with_shell): Likewise.
3899 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
3900 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
3901 * nios2-tdep.c (nios2_debug): Likewise.
3902 * or1k-tdep.c (or1k_debug): Likewise.
3903 * parse.c (parser_debug): Likewise.
3904 * parser-defs.h (parser_debug): Likewise.
3905 * printcmd.c (print_symbol_filename): Likewise.
3906 * proc-api.c (procfs_trace): Likewise.
3907 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
3908 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
3909 (set_parameter_value): Update.
3910 (add_setshow_generic): Update.
3911 * python/py-value.c (copy_py_bool_obj): Change argument from int*
3912 to bool*.
3913 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
3914 int*.
3915 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
3916 * record-btrace.c (record_btrace_target::store_registers): Update.
3917 * record-full.c (record_full_memory_query): Change to bool.
3918 (record_full_stop_at_limit): Likewise.
3919 * record-full.h (record_full_memory_query): Likewise.
3920 * remote-notif.c (notif_debug): Likewise.
3921 * remote-notif.h (notif_debug): Likewise.
3922 * remote.c (use_range_stepping): Likewise.
3923 (interrupt_on_connect): Likewise.
3924 (remote_break): Likewise.
3925 * ser-tcp.c (tcp_auto_retry): Likewise.
3926 * ser-unix.c (serial_hwflow): Likewise.
3927 * skip.c (debug_skip): Likewise.
3928 * solib-aix.c (solib_aix_debug): Likewise.
3929 * spu-tdep.c (spu_stop_on_load_p): Likewise.
3930 (spu_auto_flush_cache_p): Likewise.
3931 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
3932 Likewise.
3933 (struct info_print_options) <quiet>: Likewise.
3934 * symfile-debug.c (debug_symfile): Likewise.
3935 * symfile.c (auto_solib_add): Likewise.
3936 (separate_debug_file_debug): Likewise.
3937 * symfile.h (auto_solib_add): Likewise.
3938 (separate_debug_file_debug): Likewise.
3939 * symtab.c (basenames_may_differ): Likewise.
3940 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
3941 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
3942 (struct info_types_options) <quiet>: Likewise.
3943 * symtab.h (demangle): Likewise.
3944 (basenames_may_differ): Likewise.
3945 * target-dcache.c (stack_cache_enabled_1): Likewise.
3946 (code_cache_enabled_1): Likewise.
3947 * target.c (trust_readonly): Likewise.
3948 (may_write_registers): Likewise.
3949 (may_write_memory): Likewise.
3950 (may_insert_breakpoints): Likewise.
3951 (may_insert_tracepoints): Likewise.
3952 (may_insert_fast_tracepoints): Likewise.
3953 (may_stop): Likewise.
3954 (auto_connect_native_target): Likewise.
3955 (target_stop_and_wait): Update.
3956 (target_async_permitted): Change to bool.
3957 (target_async_permitted_1): Likewise.
3958 (may_write_registers_1): Likewise.
3959 (may_write_memory_1): Likewise.
3960 (may_insert_breakpoints_1): Likewise.
3961 (may_insert_tracepoints_1): Likewise.
3962 (may_insert_fast_tracepoints_1): Likewise.
3963 (may_stop_1): Likewise.
3964 * target.h (target_async_permitted): Likewise.
3965 (may_write_registers): Likewise.
3966 (may_write_memory): Likewise.
3967 (may_insert_breakpoints): Likewise.
3968 (may_insert_tracepoints): Likewise.
3969 (may_insert_fast_tracepoints): Likewise.
3970 (may_stop): Likewise.
3971 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
3972 (make_thread_apply_all_options_def_group): Change argument from int*
3973 to bool*.
3974 (thread_apply_all_command): Update.
3975 (print_thread_events): Change to bool.
3976 * top.c (confirm): Likewise.
3977 (command_editing_p): Likewise.
3978 (history_expansion_p): Likewise.
3979 (write_history_p): Likewise.
3980 (info_verbose): Likewise.
3981 * top.h (confirm): Likewise.
3982 (history_expansion_p): Likewise.
3983 * tracepoint.c (disconnected_tracing): Likewise.
3984 (circular_trace_buffer): Likewise.
3985 * typeprint.c (print_methods): Likewise.
3986 (print_typedefs): Likewise.
3987 * utils.c (debug_timestamp): Likewise.
3988 (sevenbit_strings): Likewise.
3989 (pagination_enabled): Likewise.
3990 * utils.h (sevenbit_strings): Likewise.
3991 (pagination_enabled): Likewise.
3992 * valops.c (overload_resolution): Likewise.
3993 * valprint.h (struct value_print_options) <prettyformat_arrays,
3994 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
3995 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
3996 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
3997 Likewise.
3998 * windows-nat.c (new_console): Likewise.
3999 (cygwin_exceptions): Likewise.
4000 (new_group): Likewise.
4001 (debug_exec): Likewise.
4002 (debug_events): Likewise.
4003 (debug_memory): Likewise.
4004 (debug_exceptions): Likewise.
4005 (useshell): Likewise.
4006 * windows-tdep.c (maint_display_all_tib): Likewise.
4007 * xml-support.c (debug_xml): Likewise.
4008
4009 2019-09-17 Mike Gulick <mgulick@mathworks.com>
4010
4011 * source.c (prepare_path_for_appending): New function.
4012 (openp): Make use of new function.
4013 (find_and_open_source): Search for the compilation directory and
4014 source file as a relative path beneath the directory search path.
4015
4016 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4017
4018 * source-cache.c (source_cache::get_line_charpos): Catch
4019 exceptions and return false, this matches the behaviour documented
4020 in the header file.
4021
4022 2019-09-17 Joel Brobecker <brobecker@adacore.com>
4023
4024 * ada-tasks.c (info_task): Remove quoting of the task's name.
4025
4026 2019-09-16 Christian Biesinger <cbiesinger@google.com>
4027
4028 * symfile.c (auto_solib_add): Replace comment with a reference
4029 to the header file.
4030
4031 2019-09-14 Christian Biesinger <cbiesinger@google.com>
4032
4033 * NEWS: Mention that gdb can now be compiled with Python 3
4034 on Windows.
4035
4036 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4037
4038 * maint.c (maint_print_section_data::maint_print_section_data):
4039 Force use of 'float log10 (float)' by casting the argument to
4040 float.
4041
4042 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4043
4044 * maint.c: Add 'cmath' include.
4045 (struct maint_print_section_data): New structure.
4046 (print_section_index): New function.
4047 (print_bfd_section_info): Add header comment, small whitespace
4048 cleanup, and update to call new print_section_index function.
4049 (print_objfile_section_info): Likewise.
4050 (maint_obj_section_from_bfd_section): New function.
4051 (print_bfd_section_info_maybe_relocated): New function.
4052 (maintenance_info_sections): Add header comment, always use
4053 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
4054
4055 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4056
4057 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
4058 inner scope, add check that the objfile has psymtabs before
4059 checking psymtabs_addrmap.
4060 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
4061
4062 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4063
4064 * NEWS: Announce that Ada task names are now shown at more places,
4065 and between quotes (except in info task output).
4066 * gdb/ada-tasks.c (task_to_str): New function.
4067 (display_current_task_id): Call task_to_str.
4068 (task_command_1): Likewise.
4069 (print_ada_task_info): In non-mi mode, Properly align headers and data
4070 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
4071
4072 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4073
4074 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
4075 prstatus.pr_lwp.pr_info instead of making it up.
4076
4077 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4078
4079 * auto-load.c (auto_load_expand_dir_vars): Update.
4080 * defs.h (gdb_datadir): Change to std::string.
4081 (python_libdir): Likewise.
4082 (relocate_gdb_directory): Change return type to std::string.
4083 * guile/guile.c (gdbscm_data_directory): Update.
4084 (initialize_scheme_side): Update.
4085 * jit.c (jit_reader_dir): Change to std::string.
4086 (jit_reader_load_command): Update.
4087 * main.c (gdb_datadir): Change to std::string.
4088 (python_libdir): Likewise.
4089 (set_gdb_data_directory): Update.
4090 (relocate_path): Change to return std::string.
4091 (relocate_gdb_directory): Change to return std::string.
4092 (relocate_gdbinit_path_maybe_in_datadir): Update.
4093 (captured_main_1): Update.
4094 * python/python.c (do_start_initialization): Update.
4095 * top.c (show_gdb_datadir): Update.
4096 * xml-syscall.c (xml_init_syscalls_info): Update.
4097 (init_syscalls_info): Update.
4098
4099 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4100
4101 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
4102 out of get_init_files.
4103 (get_init_files): Update.
4104
4105 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4106
4107 * main.c (get_init_files): Change to use std::string.
4108 (captured_main_1): Update.
4109 (print_gdb_help): Update.
4110
4111 2019-09-11 Ali Tamur <tamur@google.com>
4112
4113 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
4114 implementation.
4115
4116 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4117
4118 * dbxread.c (read_dbx_symtab): Update.
4119 * dwarf2read.c (load_partial_dies): Update.
4120 * mdebugread.c (parse_partial_symbols): Update.
4121 (handle_psymbol_enumerators): Update.
4122 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
4123 * psymtab.c (add_psymbol_to_bcache): Likewise.
4124 (add_psymbol_to_list): Likewise.
4125 * symtab.c (symbol_set_names): Likewise.
4126 * symtab.h (symbol_set_names): Likewise.
4127 * xcoffread.c (scan_xcoff_symtab): Update.
4128
4129 2019-09-11 Tom Tromey <tom@tromey.com>
4130
4131 * symfile-mem.c (symbol_file_add_from_memory): Use
4132 bfd_set_filename.
4133 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
4134 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
4135
4136 2019-09-10 Tom Tromey <tromey@adacore.com>
4137
4138 * dwarf-index-write.c (write_psymbols): Extend error message.
4139 (debug_names::insert): Add Ada code.
4140 (debug_names::write_psymbols): Remove Ada check.
4141 (debug_names) <m_string_obstack>: New member.
4142 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
4143 (gdb_index_symbol_name_matcher::matches): Remove.
4144 (mapped_index_base::find_name_components_bounds): Add "lang"
4145 parameter.
4146 (mapped_index_base::build_name_components): Also split names
4147 according to Ada syntax.
4148 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
4149 type of "match_callback".
4150 (check_match, check_find_bounds_finds)
4151 (dw2_expand_symtabs_matching): Update.
4152 (dw2_debug_names_iterator): Add new constructor.
4153 (dw2_debug_names_map_matching_symbols): New function.
4154 (dw2_debug_names_expand_symtabs_matching): Update.
4155 (dwarf2_debug_names_functions): Use
4156 dw2_debug_names_map_matching_symbols.
4157
4158 2019-09-10 Tom Tromey <tromey@adacore.com>
4159
4160 * dwarf2read.c (dw2_get_file_names_reader): Add the
4161 CU's file name to the results.
4162
4163 2019-09-10 Tom Tromey <tromey@adacore.com>
4164
4165 * ada-lang.c (add_nonlocal_symbols): Combine calls to
4166 map_matching_symbols. Update.
4167 * dwarf2read.c (dw2_map_matching_symbols): Update.
4168 * psymtab.c (match_partial_symbol): Change type; update.
4169 (psym_map_matching_symbols): Likewise.
4170 * symfile-debug.c (debug_qf_map_matching_symbols): Change
4171 type; update.
4172 * symfile.h (struct quick_symbol_functions)
4173 <map_matching_symbols>: Change "name" to be a lookup_name_info.
4174 Remove "match".
4175
4176 2019-09-10 Tom Tromey <tromey@adacore.com>
4177
4178 * psymtab.c (map_block): Remove.
4179 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
4180 * symtab.c (iterate_over_symbols_terminated): New function.
4181 * symtab.c (iterate_over_symbols_terminated): Declare.
4182
4183 2019-09-10 Tom Tromey <tromey@adacore.com>
4184
4185 * ada-lang.c (ada_iterate_over_symbols): Return bool.
4186 * language.h (struct language_defn) <la_iterate_over_symbols>:
4187 Return bool.
4188 * symtab.c (iterate_over_symbols): Return bool.
4189 * symtab.h (iterate_over_symbols): Return bool.
4190
4191 2019-09-10 Tom Tromey <tromey@adacore.com>
4192
4193 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
4194 (add_nonlocal_symbols): Update.
4195 * dwarf2read.c (dw2_map_matching_symbols): Change type.
4196 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
4197 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
4198 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
4199 Change type of "callback". Remove "data".
4200
4201
4202 2019-09-09 Ali Tamur <tamur@google.com>
4203
4204 * dwarf2read.c (comp_unit_head): Update comment.
4205 (dwarf2_dwo_name): New function declaration.
4206 (dwarf_unit_type_name): New function declaration.
4207 (read_comp_unit_head): Add support for new compilation units,
4208 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
4209 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
4210 (currently named as "signature") in their header. Also clarify error
4211 messages.
4212 (lookup_dwo_id): New function. Returns the dwo id of the given
4213 compile unit.
4214 (lookup_dwo_unit): Use the new lookup_dwo_id function.
4215 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
4216 functions.
4217 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
4218 (dwarf2_dwo_name): Get the dwo name if present.
4219 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
4220 purposes.
4221
4222 2019-09-09 Tom Tromey <tom@tromey.com>
4223
4224 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
4225
4226 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4227
4228 * python/python.c (do_start_initialization): Make progname_copy static,
4229 to avoid a leak report.
4230
4231 2019-09-08 Tom Tromey <tom@tromey.com>
4232
4233 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
4234
4235 2019-09-07 Simon Marchi <simon.marchi@efficios.com>
4236
4237 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
4238 Change type to gdb::optional<block_enum>.
4239 (dw2_symtab_iter_init): Change block_index parameter type
4240 to gdb::optional<block_enum>.
4241 (dw2_lookup_symbol): Change block_index parameter
4242 type to block_enum.c
4243 (dw2_debug_names_lookup_symbol): Likewise.
4244 * psymtab.c (psym_lookup_symbol): Likewise.
4245 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
4246 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
4247 Likewise.
4248
4249 2019-09-06 Christian Biesinger <cbiesinger@google.com>
4250
4251 * defs.h (relocate_gdb_directory): Change int to bool in
4252 signature and rename flag to relocatable.
4253 * main.c (relocate_path): Likewise.
4254 (relocate_gdb_directory): Likewise.
4255
4256 2019-09-06 Alan Modra <amodra@gmail.com>
4257
4258 * coffread.c (coff_symfile_read): Constify filename variable.
4259 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
4260 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
4261 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
4262 * solib.c (reload_shared_libraries_1): Likewise.
4263 * symfile.c (reread_symbols): Likewise.
4264 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
4265 * solib-darwin.c (darwin_bfd_open): Likewise.
4266 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
4267
4268 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
4269
4270 * psymtab.c (print_partial_symbols): Handle missing domain_enum
4271 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
4272
4273 2019-09-03 Tom Tromey <tromey@adacore.com>
4274
4275 * ada-valprint.c (ada_val_print_num): Don't recurse for range
4276 types.
4277 (has_negatives): Unbias a range type bound.
4278 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
4279 * gdbtypes.c (operator==): Handle new field.
4280 (create_range_type): Add "bias" parameter.
4281 (create_static_range_type, resolve_dynamic_range): Update.
4282 * gdbtypes.h (struct range_bounds) <bias>: New member.
4283 (create_range_type): Add bias parameter.
4284 * printcmd.c (print_scalar_formatted): Unbias range types.
4285 * value.c (unpack_long): Unbias range types.
4286 (pack_long): Bias range types.
4287
4288 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4289
4290 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
4291 probe arguments.
4292
4293 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4294
4295 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
4296 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
4297 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
4298 (compile_probe_arg): Likewise.
4299 * probe.h (get_argument_count): Likewise.
4300 * solib-svr4.c (solib_event_probe_action): Likewise.
4301 * stap-probe.c (stap_probe::get_argument_count): Likewise.
4302
4303 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4304
4305 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
4306 code to here...
4307 (svr4_create_solib_event_breakpoints): ...from here.
4308
4309 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
4310
4311 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
4312 suffix from warning message.
4313
4314 2019-08-30 Tom Tromey <tom@tromey.com>
4315
4316 * tui/tui-winsource.h (struct tui_source_window_base)
4317 <refresh_all>: Don't declare.
4318 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
4319 Remove.
4320 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
4321 tui_show_locator_content.
4322 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
4323 declare.
4324 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
4325 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
4326 declare.
4327
4328 2019-08-30 Tom Tromey <tom@tromey.com>
4329
4330 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
4331
4332 2019-08-30 Tom Tromey <tom@tromey.com>
4333
4334 * tui/tui-stack.c (_initialize_tui_stack): Move later.
4335 Remove unnecessary forward declarations.
4336
4337 2019-08-30 Tom Tromey <tom@tromey.com>
4338
4339 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
4340 rerender.
4341 (tui_update_locator_fullname, tui_show_frame_info): Don't call
4342 tui_show_locator_content.
4343
4344 2019-08-30 Tom Tromey <tom@tromey.com>
4345
4346 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
4347 (tui_locator_window::rerender): Rewrite using body of previous
4348 tui_show_locator_content.
4349
4350 2019-08-30 Tom Tromey <tom@tromey.com>
4351
4352 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
4353 set_locator_fullname>: New methods.
4354 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
4355 Rename from tui_set_locator_fullname.
4356 (tui_locator_window::set_locator_info): Rename from
4357 tui_set_locator_info. Return bool.
4358 (tui_update_locator_fullname, tui_show_frame_info): Update.
4359
4360 2019-08-30 Tom Tromey <tom@tromey.com>
4361
4362 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
4363
4364 2019-08-30 Tom Tromey <tom@tromey.com>
4365
4366 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
4367 call touchwin.
4368
4369 2019-08-30 Tom Tromey <tom@tromey.com>
4370
4371 * tui/tui-wingeneral.c (box_win): Assume win_info and
4372 win_info->handle cannot be NULL.
4373
4374 2019-08-30 Tom Tromey <tom@tromey.com>
4375
4376 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
4377 refresh_window>: Declare.
4378 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
4379 resize.
4380 (tui_data_item_window::rerender): Rename from
4381 tui_display_register.
4382 (tui_data_item_window::refresh_window): New method.
4383 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
4384 no-op.
4385
4386 2019-08-30 Tom Tromey <tom@tromey.com>
4387
4388 * tui/tui-regs.h (struct tui_data_window) <regs_content,
4389 regs_column_count, current_group>: Move later. Now private.
4390 <get_current_group>: New method.
4391 * tui/tui-regs.c (tui_reg_command): Update.
4392 * tui/tui-layout.c (tui_set_layout): Update.
4393
4394 2019-08-30 Tom Tromey <tom@tromey.com>
4395
4396 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
4397 (tui_data_window::rerender): Don't call
4398 check_and_display_highlight_if_needed.
4399 (tui_data_window::refresh_all): Remove call to
4400 erase_data_content.
4401
4402 2019-08-30 Tom Tromey <tom@tromey.com>
4403
4404 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
4405 (tui_data_window::display_registers_from)
4406 (tui_data_window::display_reg_element_at_line)
4407 (tui_data_window::display_registers_from_line): Remove checks of
4408 "empty".
4409
4410 2019-08-30 Tom Tromey <tom@tromey.com>
4411
4412 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
4413 Don't declare.
4414 * tui/tui-regs.c (tui_data_window::show_registers): Call
4415 rerender.
4416 (tui_data_window::rerender): Rename from display_all_data.
4417 (tui_data_window::rerender): Remove old implementation.
4418
4419 2019-08-30 Tom Tromey <tom@tromey.com>
4420
4421 * tui/tui-regs.c (tui_data_window::display_all_data): Change
4422 text.
4423 * tui/tui-data.h (NO_DATA_STRING): Remove define.
4424
4425 2019-08-29 Bernhard Wodok <barto@gmx.net>
4426 Sergio Durigan Junior <sergiodj@redhat.com>
4427
4428 PR win32/24284
4429 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
4430
4431 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4432
4433 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
4434 when searching for types.
4435
4436 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4437
4438 * f-lang.c (f_language_defn): Use f_print_typedef.
4439 * f-lang.h (f_print_typedef): Declare.
4440 * f-typeprint.c (f_print_typedef): Define.
4441
4442 2019-08-27 Christian Biesinger <cbiesinger@google.com>
4443
4444 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
4445
4446 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4447
4448 * cli/cli-utils.c (info_print_options_defs): Delete.
4449 (make_info_print_options_def_group): Delete.
4450 (extract_info_print_options): Delete.
4451 (info_print_command_completer): Delete.
4452 (info_print_args_help): Add extra parameter, and optionally
4453 include text about -n flag.
4454 * cli/cli-utils.h (struct info_print_options): Delete.
4455 (extract_info_print_options): Delete declaration.
4456 (info_print_command_completer): Delete declaration.
4457 (info_print_args_help): Add extra parameter, extend header
4458 comment.
4459 * python/python.c (gdbpy_rbreak): Pass additional parameter to
4460 search_symbols.
4461 * stack.c (struct info_print_options): New type.
4462 (info_print_options_defs): New file scoped variable.
4463 (make_info_print_options_def_group): New static function.
4464 (info_print_command_completer): New static function.
4465 (info_locals_command): Update to use new local functions.
4466 (info_args_command): Likewise.
4467 (_initialize_stack): Add extra parameter to calls to
4468 info_print_args_help.
4469 * symtab.c (search_symbols): Add extra parameter, use this to
4470 possibly excluse non-debug symbols.
4471 (symtab_symbol_info): Add extra parameter, which is passed on to
4472 search_symbols.
4473 (struct info_print_options): New type.
4474 (info_print_options_defs): New file scoped variable.
4475 (make_info_print_options_def_group): New static function.
4476 (info_print_command_completer): New static function.
4477 (info_variables_command): Update to use local functions, and pass
4478 extra parameter through to symtab_symbol_info.
4479 (info_functions_command): Likewise.
4480 (info_types_command): Pass additional argument through to
4481 symtab_symbol_info.
4482 (rbreak_command): Pass extra argument to search_symbols.
4483 (_initialize_symtab): Add extra arguments for calls to
4484 info_print_args_help, and update help text for 'info variables',
4485 'whereis', and 'info functions' commands.
4486 * symtab.h (search_symbols): Add extra argument to declaration.
4487 * NEWS: Mention new flags.
4488
4489 2019-08-26 Christian Biesinger <cbiesinger@google.com>
4490
4491 * symtab.c (lookup_static_symbol): Call the new function (and move
4492 it down to be next to lookup_global_symbol).
4493 (struct global_sym_lookup_data): Add block_enum member and rename to...
4494 (struct global_or_static_sym_lookup_data): ...this.
4495 (lookup_symbol_global_iterator_cb): Pass block_index instead of
4496 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
4497 (lookup_symbol_global_or_static_iterator_cb): ...this.
4498 (lookup_global_or_static_symbol): New function.
4499 (lookup_global_symbol): Call new function.
4500
4501 2019-08-26 Tom de Vries <tdevries@suse.de>
4502
4503 PR c++/24852
4504 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
4505 when pc_probe.prob == NULL.
4506
4507 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
4508
4509 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
4510 variable symbol_linkage to symbol_linkage_.
4511
4512 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
4513
4514 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
4515 represent whether the symbol is static, dynamic, or we don't
4516 know.
4517
4518 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
4519
4520 * gdb/rx-tdep.c (rx_register_names): New.
4521 (rx_register_name): Delete.
4522 (rx_psw_type): Delete.
4523 (rx_fpsw_type): Delete.
4524 (rx_register_type): Delete.
4525 (rx_gdbarch_init): Convert target-descriptions.
4526 (_initialize_rx_tdep): Add initialize_tdesc_rx.
4527 * gdb/features/Makefile: Add rx.xml.
4528 * gdb/features/rx.xml: New.
4529 * gdb/features/rx.c: Generated.
4530 * gdb/NEWS: Mention target description support.
4531
4532 2019-08-22 Christian Biesinger <cbiesinger@google.com>
4533
4534 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
4535 *slot_ptr.
4536
4537 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4538
4539 * configure.ac: Don't check for 'dlfcn.h' (moved to
4540 gdbsupport/common.m4).
4541 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
4542 'gdbsupport/'.
4543 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
4544 * compile/compile-c-support.c: Include
4545 'gdbsupport/gdb-dlfcn.h'.
4546 * gdbsupport/common.m4: Check for 'dlfcn.h'.
4547 * gdb-dlfcn.c: Move to...
4548 * gdbsupport/gdb-dlfcn.c: ... here.
4549 * gdb-dlfcn.h: Move to...
4550 * gdbsupport/gdb-dlfcn.h: ... here.
4551
4552 2019-08-23 Sandra Loosemore <sandra@codesourcery.com>
4553
4554 * nios2-tdep.c (struct reg_value): Improve comments. Make
4555 the offset field signed.
4556
4557 2019-08-22 Christian Biesinger <cbiesinger@google.com>
4558
4559 * python/lib/gdb/__init__.py (_execute_file): New function.
4560 * python/python.c (python_run_simple_file): Call gdb._execute_file
4561 on Windows.
4562
4563 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
4564
4565 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
4566 all uses as this was never set to anything but a zero value.
4567
4568 2019-08-21 Bogdan Harjoc <harjoc@gmail.com>
4569
4570 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
4571
4572 2019-08-21 Christian Biesinger <cbiesinger@google.com>
4573
4574 * tui/tui-data.h (tui_gen_win_info): Add an =default
4575 move constructor, required by some GCC versions.
4576
4577 2019-08-21 Jinke Fan <fanjinke51@yeah.net>
4578
4579 * go32-nat.c (go32_sysinfo): Add hygon_p.
4580
4581 2019-08-20 Tom Tromey <tom@tromey.com>
4582
4583 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
4584 line_from_reg_element_no, first_reg_element_no_inline,
4585 display_all_data, delete_data_content_windows,
4586 erase_data_content>: Now private.
4587
4588 2019-08-20 Tom Tromey <tom@tromey.com>
4589
4590 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
4591 (tui_unhighlight_win, tui_highlight_win)
4592 (tui_win_info::make_window): Update.
4593 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
4594
4595 2019-08-20 Tom Tromey <tom@tromey.com>
4596
4597 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4598 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4599 (MAX_PID_WIDTH): Move to tui-stack.c.
4600 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4601 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4602 (MAX_PID_WIDTH): Move from tui-data.h.
4603
4604 2019-08-20 Tom Tromey <tom@tromey.com>
4605
4606 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
4607 * tui/tui-wingeneral.c (box_win): Change type of win_info.
4608 (box_win): Update.
4609 (tui_gen_win_info::make_window): Rename from tui_make_window.
4610 (tui_win_info::make_window): New method.
4611 (tui_gen_win_info::make_visible): Update.
4612 * tui/tui-source.c (tui_source_window::set_contents): Update.
4613 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
4614 (tui_data_window::display_registers_from): Update.
4615 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
4616 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
4617 Declare.
4618 <can_box>: Remove.
4619 <title>: Remove.
4620 (struct tui_win_info) <make_window>: Declare.
4621 <can_box>: Now virtual.
4622 <title>: New member.
4623 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
4624 * tui/tui-command.c (tui_cmd_window::resize): Update.
4625
4626 2019-08-20 Tom Tromey <tom@tromey.com>
4627
4628 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
4629 * tui/tui-regs.c (tui_data_window::show_registers): Update.
4630 (tui_data_window::check_register_values): Update.
4631
4632 2019-08-20 Tom Tromey <tom@tromey.com>
4633
4634 * tui/tui-regs.h (struct tui_data_window): Use
4635 DISABLE_COPY_AND_ASSIGN.
4636 <regs_content>: Change type, removing unique_ptr.
4637 <tui_data_window>: Add move constructor.
4638 * tui/tui-regs.c (tui_data_window::show_registers)
4639 (tui_data_window::show_register_group)
4640 (tui_data_window::display_registers_from)
4641 (tui_data_window::display_registers_from)
4642 (tui_data_window::first_data_item_displayed)
4643 (tui_data_window::delete_data_content_windows)
4644 (tui_data_window::rerender, tui_data_window::refresh_window)
4645 (tui_data_window::check_register_values): Update.
4646
4647 2019-08-20 Tom Tromey <tom@tromey.com>
4648
4649 * tui/tui-regs.h (struct tui_data_window) <show_registers,
4650 show_register_group>: Declare.
4651 (tui_show_register_group): Don't declare.
4652 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
4653 tui_show_registers.
4654 (tui_data_window::show_register_group): Rename from
4655 tui_show_register_group.
4656 (tui_data_window::check_register_values, tui_reg_command):
4657 Update.
4658 * tui/tui-layout.c (tui_set_layout): Update.
4659
4660 2019-08-20 Tom Tromey <tom@tromey.com>
4661
4662 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
4663 Declare.
4664 (tui_check_register_values): Don't declare.
4665 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
4666 from tui_check_register_values.
4667 * tui/tui-hooks.c (tui_register_changed): Update.
4668
4669 2019-08-20 Tom Tromey <tom@tromey.com>
4670
4671 * tui/tui-regs.c (tui_reg_layout): Move later.
4672 (tui_show_registers): Don't enable TUI mode or change layout.
4673
4674 2019-08-20 Tom Tromey <tom@tromey.com>
4675
4676 * tui/tui-regs.h (struct tui_data_item_window)
4677 <~tui_data_item_window>: Remove.
4678 <content>: Now a unique_xmalloc_ptr.
4679 * tui/tui-regs.c (tui_register_format): Return a
4680 unique_xmalloc_ptr.
4681 (tui_get_register): Update.
4682 (~tui_data_item_window): Remove.
4683 (tui_data_window::display_registers_from, tui_display_register):
4684 Update.
4685 * tui/tui-io.h (tui_expand_tabs): Update.
4686 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
4687 Remove "col" parameter.
4688
4689 2019-08-20 Tom Tromey <tom@tromey.com>
4690
4691 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
4692 field.
4693 * tui/tui-regs.c (~tui_data_item_window): Update.
4694
4695 2019-08-20 Tom Tromey <tom@tromey.com>
4696
4697 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
4698 earlier.
4699
4700 2019-08-20 Tom Tromey <tom@tromey.com>
4701
4702 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
4703
4704 2019-08-20 Tom Tromey <tom@tromey.com>
4705
4706 * tui/tui-source.h (struct tui_source_window): Update.
4707 * tui/tui-regs.c (tui_show_registers): Update.
4708 * tui/tui-disasm.h (struct tui_disasm_window): Update.
4709 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
4710 (NO_REGS_STRING): Remove defines.
4711
4712 2019-08-20 Conrad Meyer <cem@FreeBSD.org>
4713
4714 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
4715 unnecessary thread walk if remote doesn't support the packet.
4716
4717 2019-08-19 Tom Tromey <tromey@adacore.com>
4718
4719 * python/py-value.c (value_has_field): Fix indentation.
4720
4721 2019-08-19 Tom Tromey <tromey@adacore.com>
4722
4723 * printcmd.c (do_one_display, info_display_command): Update.
4724 * block.h (contained_in): Return bool. Add allow_nested
4725 parameter.
4726 * block.c (contained_in): Return bool. Add allow_nested
4727 parameter.
4728
4729 2019-08-19 Tom Tromey <tom@tromey.com>
4730
4731 * configure: Rebuild.
4732 * configure.ac: Disallow the combination of -static-libstdc++ and
4733 source highlight.
4734 * source-cache.c (get_language_name): Handle rust.
4735 (source_cache::get_source_lines): Ignore highlighting exceptions.
4736
4737 2019-08-16 Tom Tromey <tom@tromey.com>
4738
4739 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
4740 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
4741 (struct tui_source_window_base) <make_visible, refresh_window,
4742 resize>: Remove methods.
4743 <execution_info>: Remove field.
4744 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
4745 (tui_show_source_line, tui_source_window_base)
4746 (~tui_source_window_base): Update.
4747 (tui_source_window_base::resize)
4748 (tui_source_window_base::make_visible)
4749 (tui_source_window_base::refresh_window): Remove.
4750 (tui_source_window_base::update_exec_info): Update.
4751 * tui/tui-source.c (tui_source_window::set_contents): Update.
4752 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
4753
4754 2019-08-16 Tom Tromey <tom@tromey.com>
4755
4756 * tui/tui-hooks.c (tui_remove_hooks): Don't set
4757 deprecated_query_hook.
4758
4759 2019-08-16 Tom Tromey <tom@tromey.com>
4760
4761 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
4762 (tui_update_source_windows_with_line): Update.
4763 * tui/tui-source.h (struct tui_source_window)
4764 <show_symtab_source>: Declare.
4765 (tui_show_symtab_source): Don't declare.
4766 * tui/tui-source.c (tui_show_symtab_source): Rename from
4767 tui_show_symtab_source.
4768
4769 2019-08-16 Tom Tromey <tom@tromey.com>
4770
4771 * tui/tui-winsource.h (struct tui_source_window_base)
4772 <set_contents>: Declare.
4773 * tui/tui-winsource.c
4774 (tui_source_window_base::update_source_window_as_is): Update.
4775 * tui/tui-source.h (struct tui_source_window) <set_contents>:
4776 Declare.
4777 (tui_set_source_content): Don't declare.
4778 * tui/tui-source.c (tui_source_window::set_contents): Rename from
4779 tui_set_source_content.
4780 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
4781 Declare.
4782 (tui_set_disassem_content): Don't declare.
4783 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
4784 tui_set_disassem_content.
4785
4786 2019-08-16 Tom Tromey <tom@tromey.com>
4787
4788 * tui/tui-winsource.h (struct tui_source_window_base)
4789 <update_breakpoint_info>: Declare.
4790 (tui_update_breakpoint_info): Don't declare.
4791 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
4792 (tui_update_all_breakpoint_info): Update.
4793 (tui_source_window_base::update_breakpoint_info): Rename from
4794 tui_update_breakpoint_info.
4795 (tui_source_window_base::update_exec_info): Update.
4796
4797 2019-08-16 Tom Tromey <tom@tromey.com>
4798
4799 * tui/tui-winsource.h (struct tui_source_window_base)
4800 <update_source_window>: Declare.
4801 (tui_update_source_window): Don't declare.
4802 * tui/tui-winsource.c
4803 (tui_source_window_base::update_source_window): Rename from
4804 tui_update_source_window.
4805 (tui_source_window_base::rerender): Update.
4806 * tui/tui-source.c (tui_source_window::maybe_update): Update.
4807 * tui/tui-disasm.c (tui_show_disassem)
4808 (tui_show_disassem_and_update_source)
4809 (tui_disasm_window::maybe_update): Update.
4810
4811 2019-08-16 Tom Tromey <tom@tromey.com>
4812
4813 * tui/tui-winsource.h (struct tui_source_window_base)
4814 <update_source_window_as_is>: Declare.
4815 (tui_update_source_window_as_is): Don't declare.
4816 * tui/tui-winsource.c (tui_update_source_window): Update
4817 (tui_source_window_base::update_source_window_as_is): Rename from
4818 tui_update_source_window_as_is.
4819 (tui_source_window_base::refill): Update.
4820 * tui/tui-source.c (tui_show_symtab_source): Update.
4821 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
4822 Update.
4823
4824 2019-08-16 Tom Tromey <tom@tromey.com>
4825
4826 * tui/tui-winsource.h (tui_update_source_window)
4827 (tui_update_source_window_as_is): Remove "noerror" parameter.
4828 * tui/tui-winsource.c (tui_update_source_window)
4829 (tui_update_source_window_as_is): Remove "noerror" parameter.
4830 (tui_update_source_windows_with_addr)
4831 (tui_update_source_windows_with_line)
4832 (tui_source_window_base::rerender)
4833 (tui_source_window_base::refill): Update.
4834 * tui/tui-source.h (tui_set_source_content)
4835 (tui_show_symtab_source): Remove "noerror" parameter.
4836 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
4837 parameter.
4838 (tui_show_symtab_source): Likewise.
4839 (tui_source_window::maybe_update): Update.
4840 * tui/tui-disasm.c (tui_show_disassem)
4841 (tui_show_disassem_and_update_source)
4842 (tui_disasm_window::do_scroll_vertical)
4843 (tui_disasm_window::maybe_update): Update.
4844
4845 2019-08-16 Tom Tromey <tom@tromey.com>
4846
4847 * tui/tui.c (tui_is_window_visible): Update.
4848 * tui/tui-wingeneral.c (tui_make_window)
4849 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
4850 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
4851 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
4852 (tui_set_win_height_command, parse_scrolling_args): Update.
4853 * tui/tui-source.c (tui_source_window::style_changed): Update.
4854 * tui/tui-regs.c (tui_show_registers)
4855 (tui_data_window::first_data_item_displayed)
4856 (tui_data_window::delete_data_content_windows)
4857 (tui_check_register_values, tui_reg_command): Update.
4858 * tui/tui-disasm.c (tui_show_disassem): Update.
4859 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
4860 method.
4861 <is_visible>: Remove field.
4862 * tui/tui-data.c (tui_next_win, tui_prev_win)
4863 (tui_delete_invisible_windows): Update.
4864
4865 2019-08-16 Tom Tromey <tom@tromey.com>
4866
4867 * tui/tui-winsource.h (struct tui_source_window_base)
4868 <m_has_locator>: Remove.
4869 * tui/tui-layout.c (show_source_disasm_command, show_data)
4870 (show_source_or_disasm_and_command): Update.
4871
4872 2019-08-16 Alan Hayward <alan.hayward@arm.com>
4873
4874 * NEWS (Other MI changes): New subsection.
4875 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
4876 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
4877 * arch-utils.c (default_get_pc_address_flags): New function.
4878 * arch-utils.h (default_get_pc_address_flags): New declaration.
4879 * gdbarch.sh: Add get_pc_address_flags.
4880 * gdbarch.c: Regenerate.
4881 * gdbarch.h: Likewise.
4882 * stack.c (print_pc): New function.
4883 (print_frame_info) (print_frame): Call print_pc.
4884
4885 2019-08-16 Tom de Vries <tdevries@suse.de>
4886
4887 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
4888 print_objfile_section_info.
4889
4890 2019-08-15 Tom Tromey <tom@tromey.com>
4891
4892 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
4893 calling update_cmdwin_start_line.
4894 * tui/tui-winsource.h (struct tui_source_window_base)
4895 <do_make_visible_with_new_height, set_new_height>: Don't declare.
4896 <rerender>: Declare.
4897 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
4898 Call rerender.
4899 (tui_source_window_base::set_new_height): Remove.
4900 (tui_source_window_base::rerender): Rename from
4901 do_make_visible_with_new_height.
4902 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
4903 resize method.
4904 (tui_win_info::make_invisible_and_set_new_height)
4905 (tui_win_info::make_visible_with_new_height): Remove.
4906 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
4907 Declare.
4908 * tui/tui-stack.c (tui_locator_window::rerender): New method.
4909 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
4910 do_make_visible_with_new_height>: Don't declare.
4911 <rerender>: Declare.
4912 * tui/tui-regs.c (tui_data_window::rerender): Rename from
4913 set_new_height.
4914 (tui_data_window::do_make_visible_with_new_height): Remove.
4915 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
4916 call tui_show_locator_content.
4917 (tui_gen_win_info::resize): Call rerender.
4918 (show_source_or_disasm_and_command): Don't call
4919 tui_show_locator_content.
4920 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
4921 method.
4922 (struct tui_win_info) <rerender>: Declare.
4923 <set_new_height, make_invisible_and_set_new_height,
4924 make_visible_with_new_height>: Don't declare.
4925 * tui/tui-data.c (tui_win_list::rerender): New method.
4926 * tui/tui-command.h (struct tui_cmd_window)
4927 <do_make_visible_with_new_height>: Don't declare.
4928 * tui/tui-command.c
4929 (tui_cmd_window::do_make_visible_with_new_height): Remove.
4930
4931 2019-08-15 Tom Tromey <tromey@adacore.com>
4932
4933 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
4934 * ada-lang.c (ada_enum_name): Likewise.
4935
4936 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4937
4938 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
4939 leading underscore.
4940 (GdbOutputErrorFile): Likewise.
4941 (global scope): Adjust constructor calls to GdbOutput{,Error}File
4942 accordingly.
4943 (execute_unwinders): Rename to have a leading underscore.
4944 (auto_load_packages): Likewise.
4945 (global scope): Adjust call to auto_load_packages accordingly.
4946 (GdbSetPythonDirectory): Likewise.
4947 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
4948 instead of execute_unwinders.
4949
4950 2019-08-15 Tom Tromey <tom@tromey.com>
4951
4952 * tui/tui-layout.c (show_layout, show_source_disasm_command)
4953 (show_data): Don't change window visibility.
4954 (tui_gen_win_info::resize): Remove special case for command
4955 window. Use wresize, when available.
4956 (show_source_or_disasm_and_command): Don't change window
4957 visibility.
4958 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
4959 <make_visible>: New method.
4960 * tui/tui-command.c (tui_cmd_window::resize): New method.
4961
4962 2019-08-15 Tom Tromey <tom@tromey.com>
4963
4964 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
4965 (struct tui_source_windows): New.
4966 * tui/tui-winsource.c (tui_display_main): Update.
4967 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
4968 (new_height_ok, parse_scrolling_args): Update.
4969 * tui/tui-layout.c (show_layout, show_data): Update.
4970 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
4971 (tui_add_to_source_windows): Don't declare.
4972 * tui/tui-data.c (source_windows, tui_source_windows)
4973 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
4974
4975 2019-08-15 Tom Tromey <tom@tromey.com>
4976
4977 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
4978 Rename from reset.
4979 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
4980 * tui/tui-layout.c (show_source_disasm_command, show_data):
4981 Update.
4982 (tui_gen_win_info::resize): Rename.
4983 (show_source_or_disasm_and_command): Update.
4984 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
4985 reset.
4986
4987 2019-08-15 Tom Tromey <tom@tromey.com>
4988
4989 * tui/tui-stack.c (tui_initialize_static_data): Remove.
4990 * tui/tui-interp.c (tui_interp::init): Don't call
4991 tui_initialize_static_data.
4992 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
4993
4994 2019-08-15 Tom Tromey <tom@tromey.com>
4995
4996 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
4997 examine tui_win_list.
4998
4999 2019-08-15 Tom Tromey <tom@tromey.com>
5000
5001 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
5002 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
5003 tui_clear_source_content.
5004 (tui_clear_source_content): Remove.
5005 (tui_source_window_base::do_erase_source_content): Hoist call to
5006 content.clear().
5007 * tui/tui-stack.c (tui_show_frame_info): Don't call
5008 tui_clear_source_content.
5009
5010 2019-08-15 Tom Tromey <tom@tromey.com>
5011
5012 * tui/tui-winsource.h (struct tui_source_window_base)
5013 <do_erase_source_content>: New method.
5014 <erase_source_content>: New method.
5015 (tui_erase_source_content): Don't declare.
5016 * tui/tui-winsource.c (tui_clear_source_content): Update.
5017 (tui_source_window_base::do_erase_source_content): Rename from
5018 tui_erase_source_content.
5019 (tui_source_window_base::show_source_content): Update.
5020 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
5021 * tui/tui-source.h (struct tui_source_window)
5022 <erase_source_content>: New method.
5023 * tui/tui-disasm.h (struct tui_disasm_window)
5024 <erase_source_content>: New method.
5025
5026 2019-08-15 Tom Tromey <tom@tromey.com>
5027
5028 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
5029 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
5030 constructor.
5031 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
5032 * tui/tui-source.c (tui_set_source_content): Update.
5033 * tui/tui-disasm.c (tui_set_disassem_content): Update.
5034
5035 2019-08-15 Tom Tromey <tom@tromey.com>
5036
5037 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
5038 * tui/tui-winsource.c (tui_line_is_displayed): Move to
5039 tui-source.c.
5040 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
5041 Declare.
5042 * tui/tui-source.c (tui_source_window::line_is_displayed): New
5043 method.
5044 (tui_source_window::maybe_update): Update.
5045
5046 2019-08-15 Tom Tromey <tom@tromey.com>
5047
5048 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
5049 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
5050 tui-disasm.c.
5051 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
5052 Declare.
5053 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
5054 method.
5055 (tui_disasm_window::maybe_update): Update.
5056
5057 2019-08-15 Tom Tromey <tom@tromey.com>
5058
5059 * tui/tui-winsource.h (struct tui_source_window_base)
5060 <maybe_update>: Declare.
5061 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
5062 method.
5063 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
5064 Declare.
5065 * tui/tui-source.c (tui_source_window::maybe_update): New method.
5066 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
5067 Declare.
5068 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
5069
5070 2019-08-15 Tom Tromey <tom@tromey.com>
5071
5072 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
5073
5074 2019-08-15 Tom Tromey <tom@tromey.com>
5075
5076 * tui/tui-wingeneral.c: Include tui-stack.h.
5077 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
5078 (struct tui_locator_window): Move from tui-data.h.
5079 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
5080 (tui_initialize_static_data): Move from tui-data.c.
5081 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
5082 (struct tui_locator_window): Move to tui-stack.c.
5083 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
5084 (tui_initialize_static_data): Move to tui-stack.c.
5085
5086 2019-08-15 Tom Tromey <tom@tromey.com>
5087
5088 * tui/tui-layout.c (show_source_disasm_command)
5089 (show_source_or_disasm_and_command): Use make_visible method, not
5090 tui_make_window.
5091 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
5092 Remove.
5093
5094 2019-08-15 Tom Tromey <tom@tromey.com>
5095
5096 * tui/tui-wingeneral.h (tui_make_window): Update.
5097 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
5098 parameter.
5099 (tui_gen_win_info::make_visible): Update.
5100 * tui/tui-regs.c (tui_data_window::display_registers_from):
5101 Update.
5102 * tui/tui-layout.c (show_source_disasm_command)
5103 (show_source_or_disasm_and_command): Update.
5104 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
5105 (enum tui_box): Remove.
5106 (struct tui_win_info) <can_box>: New method.
5107 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
5108 method.
5109
5110 2019-08-15 Tom de Vries <tdevries@suse.de>
5111
5112 * linux-nat-trad.c: Include gdbarch.h.
5113
5114 2019-08-14 Alan Hayward <alan.hayward@arm.com>
5115
5116 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
5117 register sizes.
5118
5119 2019-08-14 Tom Tromey <tromey@adacore.com>
5120
5121 * darwin-nat.c: Include gdbarch.h.
5122 * darwin-nat-info.c: Include gdbarch.h.
5123
5124 2019-08-13 Tom Tromey <tom@tromey.com>
5125
5126 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
5127 Remove.
5128 * tui/tui-data.c (tui_initialize_static_data): Update.
5129
5130 2019-08-13 Tom Tromey <tom@tromey.com>
5131
5132 * tui/tui-winsource.h (struct tui_exec_info_window)
5133 <~tui_exec_info_window, maybe_allocate_content, get_content,
5134 m_content>: Remove.
5135 (struct tui_source_window_base) <set_exec_info_content,
5136 show_exec_info_content>: Don't declare.
5137 * tui/tui-winsource.c
5138 (tui_exec_info_window::maybe_allocate_content): Remove.
5139 (tui_source_window_base::update_exec_info): Rename from
5140 set_exec_info_content.
5141 (tui_source_window_base::show_exec_info_content)
5142 (tui_source_window_base::update_exec_info): Remove.
5143
5144 2019-08-13 Tom Tromey <tom@tromey.com>
5145
5146 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
5147 declare.
5148 * tui/tui-winsource.c (tui_update_source_window_as_is)
5149 (tui_update_source_windows_with_addr, tui_erase_source_content):
5150 Update.
5151 (tui_clear_exec_info_content): Remove.
5152
5153 2019-08-13 Tom Tromey <tom@tromey.com>
5154
5155 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
5156 declare.
5157 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
5158 call tui_erase_exec_info_content.
5159 (tui_clear_exec_info_content): Rename from
5160 tui_erase_exec_info_content.
5161 (tui_clear_exec_info_content): Delete.
5162
5163 2019-08-13 Tom Tromey <tom@tromey.com>
5164
5165 * tui/tui-winsource.h (struct tui_source_window_base)
5166 <show_exec_info_content>: Declare.
5167 (tui_show_exec_info_content): Don't declare.
5168 * tui/tui-winsource.c
5169 (tui_source_window_base::show_exec_info_content): Rename from
5170 tui_show_exec_info_content.
5171 (tui_source_window_base::update_exec_info): Update.
5172
5173 2019-08-13 Tom Tromey <tom@tromey.com>
5174
5175 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
5176 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
5177 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
5178 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
5179 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
5180 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
5181 ... here.
5182
5183 2019-08-13 Tom Tromey <tom@tromey.com>
5184
5185 * tui/tui-winsource.h (struct tui_source_window_base)
5186 <update_exec_info>: Declare.
5187 (tui_update_exec_info): Don't declare.
5188 * tui/tui-winsource.c (tui_update_source_window_as_is)
5189 (tui_source_window_base::refresh_all)
5190 (tui_update_all_breakpoint_info): Update.
5191 (tui_source_window_base::update_exec_info): Rename from
5192 tui_update_exec_info.
5193 * tui/tui-stack.c (tui_show_frame_info): Update.
5194
5195 2019-08-13 Tom Tromey <tom@tromey.com>
5196
5197 * tui/tui-winsource.h (struct tui_source_window_base)
5198 <set_exec_info_content>: Declare.
5199 (tui_set_exec_info_content): Don't declare.
5200 * tui/tui-winsource.c
5201 (tui_source_window_base::set_exec_info_content): Rename from
5202 tui_set_exec_info_content.
5203 (tui_update_exec_info): Update.
5204
5205 2019-08-13 Tom Tromey <tom@tromey.com>
5206
5207 * tui/tui-winsource.h (struct tui_source_window_base)
5208 <show_source_content>: Declare.
5209 (tui_show_source_content): Don't declare.
5210 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5211 (tui_source_window_base::show_source_content): Rename from
5212 tui_show_source_content.
5213 (tui_source_window_base::refresh_all): Update.
5214 * tui/tui-layout.c (show_source_disasm_command)
5215 (show_source_or_disasm_and_command): Update.
5216
5217 2019-08-13 Tom Tromey <tom@tromey.com>
5218
5219 * tui/tui-winsource.c (tui_erase_source_content)
5220 (tui_show_source_content, tui_source_window_base::refresh_all):
5221 Update.
5222 * tui/tui-wingeneral.h
5223 (tui_check_and_display_highlight_if_needed): Don't declare.
5224 * tui/tui-wingeneral.c
5225 (tui_win_info::check_and_display_highlight_if_needed): Rename from
5226 check_and_display_highlight_if_needed.
5227 * tui/tui-win.c (tui_rehighlight_all)
5228 (tui_win_info::make_visible_with_new_height): Update.
5229 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
5230 (tui_data_window::erase_data_content)
5231 (tui_data_window::display_all_data): Update.
5232 * tui/tui-data.h (struct tui_win_info)
5233 <check_and_display_highlight_if_needed>: Declare.
5234
5235 2019-08-13 Tom Tromey <tom@tromey.com>
5236
5237 * tui/tui-win.c (tui_resize_all): Call
5238 tui_delete_invisible_windows.
5239 * tui/tui-layout.c (show_layout): Call
5240 tui_delete_invisible_windows.
5241 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
5242 * tui/tui-data.c (tui_delete_invisible_windows): New function.
5243
5244 2019-08-13 Tom Tromey <tom@tromey.com>
5245
5246 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
5247 tui_add_win_to_layout.
5248
5249 2019-08-13 Tom Tromey <tom@tromey.com>
5250
5251 * tui/tui-layout.h (tui_default_win_height): Don't declare.
5252 * tui/tui-layout.c (tui_default_win_height): Now static.
5253
5254 2019-08-13 Tom Tromey <tom@tromey.com>
5255
5256 * tui/tui-layout.c (show_layout): Unify all layout cases into a
5257 single switch.
5258 (show_source_disasm_command, show_source_or_disasm_and_command):
5259 Don't check current layout.
5260
5261 2019-08-13 Tom Tromey <tom@tromey.com>
5262
5263 * tui/tui-wingeneral.c (make_all_visible): Remove.
5264 (tui_make_all_invisible): Simplify.
5265 * tui/tui-layout.c (tui_make_all_invisible): Move from
5266 tui-wingeneral.c; simplify.
5267 (show_layout): Hoist call to tui_make_all_invisible.
5268 (show_data): Don't call tui_make_all_invisible.
5269
5270 2019-08-13 Tom Tromey <tom@tromey.com>
5271
5272 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
5273 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
5274
5275 2019-08-13 Tom Tromey <tom@tromey.com>
5276
5277 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
5278 tui-data.c.
5279 (show_source_disasm_command, show_data)
5280 (show_source_or_disasm_and_command): Don't use
5281 tui_set_current_layout_to.
5282 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
5283 * tui/tui-data.c (current_layout, tui_current_layout): Move to
5284 tui-layout.c.
5285 (tui_set_current_layout_to): Remove.
5286
5287 2019-08-13 Tom Tromey <tom@tromey.com>
5288
5289 * tui/tui-layout.c (tui_set_layout): Update.
5290 * tui/tui-data.h (struct tui_layout_def): Remove.
5291 (tui_layout_def): Don't declare.
5292 * tui/tui-data.c (layout_def): Remove.
5293 (tui_layout_def): Remove.
5294
5295 2019-08-13 Tom Tromey <tom@tromey.com>
5296
5297 * tui/tui-winsource.h (struct tui_source_window_base)
5298 <clear_detail>: No longer "override".
5299 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
5300 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
5301 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
5302 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
5303 Remove.
5304 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
5305
5306 2019-08-13 Tom Tromey <tromey@adacore.com>
5307
5308 * tracepoint.c: Don't include readline.h or history.h.
5309
5310 2019-08-12 Tom Tromey <tom@tromey.com>
5311
5312 * configure: Rebuild.
5313 * configure.ac: Check for readline 7.
5314 * NEWS: Mention readline 7 requirement.
5315 * README: Update.
5316
5317 2019-08-12 Tom Tromey <tom@tromey.com>
5318
5319 * mingw-hdep.c (gdb_select): Remove readline hack.
5320
5321 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5322
5323 * blockframe.c (find_pc_partial_function): Set *block to nullptr
5324 when the function fails.
5325
5326 2019-08-09 Andreas Arnez <arnez@linux.ibm.com>
5327
5328 * s390-tdep.c (s390_type_align): New function.
5329 (s390_gdbarch_init): Set it as type_align gdbarch method.
5330
5331 2019-08-09 Tom de Vries <tdevries@suse.de>
5332
5333 PR gdb/24591
5334 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
5335 pc_low with relocation offset.
5336
5337 2019-08-07 Tom Tromey <tromey@adacore.com>
5338
5339 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
5340 (print_frame_args): Update.
5341 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
5342 Update.
5343 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
5344 * frame.h (struct frame_arg): Add initializers.
5345 <error>: Now a unique_xmalloc_ptr.
5346
5347 2019-08-07 Alan Hayward <alan.hayward@arm.com>
5348
5349 * NEWS: Expand the Pointer Authentication entry.
5350 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
5351 (aarch64_frame_unmask_lr): ... to this.
5352 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
5353 Call aarch64_frame_unmask_lr.
5354 * frame.c (struct frame_info): Add "masked" variable.
5355 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
5356 (fprint_frame): Check for masked pc.
5357 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
5358 declarations.
5359 * python/py-framefilter.c (py_print_frame): Check for masked pc.
5360 * stack.c (print_frame): Check for masked pc.
5361
5362 2019-08-06 Tom Tromey <tom@tromey.com>
5363
5364 * stabsread.c (patch_block_stabs, read_one_struct_field)
5365 (read_enum_type): Use obstack_strndup.
5366 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
5367 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
5368 * dwarf2read.c (guess_full_die_structure_name)
5369 (anonymous_struct_prefix): Use obstack_strndup.
5370 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
5371 * c-exp.y (yylex): Use obstack_strndup.
5372 * ada-exp.y (write_object_renaming, write_ambiguous_var)
5373 (write_var_or_type): Use obstack_strndup.
5374
5375 2019-08-06 Tom Tromey <tom@tromey.com>
5376
5377 * symfile.c (reread_symbols): Use obstack_strdup.
5378 * stabsread.c (read_type): Use obstack_strdup.
5379 * gdb_obstack.h (obstack_strdup): New overload.
5380 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
5381 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
5382 (dwarf2_canonicalize_name): Use obstack_strdup.
5383 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
5384 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
5385 Use obstack_strdup.
5386
5387 2019-08-06 Tom Tromey <tom@tromey.com>
5388
5389 * gdb_obstack.h (obstack_strdup): Define.
5390 * gdb_obstack.c (obstack_strdup): Don't define.
5391
5392 2019-08-06 Tom Tromey <tom@tromey.com>
5393
5394 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
5395 obstack_strdup.
5396 * typeprint.c (typedef_hash_table::find_global_typedef): Use
5397 obstack_strdup.
5398 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
5399 * stabsread.c (common_block_start): Use obstack_strdup.
5400 * objfiles.c (set_objfile_main_name, objfile): Use
5401 obstack_strdup.
5402 * namespace.c (add_using_directive): Use obstack_strdup.
5403 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
5404 * jit.c (finalize_symtab): Use obstack_strdup.
5405 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
5406 (guess_partial_die_structure_name, partial_die_info::fixup)
5407 (dwarf2_name): Use obstack_strdup.
5408 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
5409 obstack_strdup.
5410 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
5411 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
5412 obstack_strdup.
5413 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
5414
5415 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5416
5417 * unittests/help-doc-selftests.c: New file.
5418 * Makefile.in: Add the new file.
5419
5420 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5421
5422 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
5423 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
5424 the full first line, except when FOR_VALUE_PREFIX. In this case,
5425 the trailing '.' is not output, and the first character is uppercased.
5426 (print_help_for_command): Update call to print_doc_line.
5427 (print_doc_of_command): Likewise.
5428 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
5429 * cli/cli-option.c (append_indented_doc): Do not append newline.
5430 (build_help_option): Append newline after first appended_indented_doc
5431 only if a second call is done.
5432 (build_help): Append 2 new lines before each option, except the first
5433 one.
5434 * compile/compile.c (_initialize_compile): Add new lines after
5435 %OPTIONS%, when not at the end of the help.
5436 Change help doc or code
5437 producing the help doc to respect the invariants.
5438 * maint-test-options.c (_initialize_maint_test_options): Likewise.
5439 Also removed the new line after 'Options:', as all other commands
5440 do not put an empty line between 'Options:' and the first option.
5441 * printcmd.c (_initialize_printcmd): Likewise.
5442 * stack.c (_initialize_stack): Likewise.
5443 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
5444 incorrectly telling COMMAND is optional.
5445 * ada-lang.c (_initialize_ada_language): Change help doc or code
5446 producing the help doc to respect the invariants.
5447 * ada-tasks.c (_initialize_ada_tasks): Likewise.
5448 * breakpoint.c (_initialize_breakpoint): Likewise.
5449 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
5450 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
5451 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
5452 * cli/cli-style.c (cli_style_option::add_setshow_commands,
5453 _initialize_cli_style): Likewise.
5454 * corelow.c (core_target_info): Likewise.
5455 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
5456 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
5457 * filesystem.c (_initialize_filesystem): Likewise.
5458 * frame.c (_initialize_frame): Likewise.
5459 * gnu-nat.c (add_task_commands): Likewise.
5460 * infcall.c (_initialize_infcall): Likewise.
5461 * infcmd.c (_initialize_infcmd): Likewise.
5462 * interps.c (_initialize_interpreter): Likewise.
5463 * language.c (_initialize_language): Likewise.
5464 * linux-fork.c (_initialize_linux_fork): Likewise.
5465 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
5466 * maint.c (_initialize_maint_cmds): Likewise.
5467 * memattr.c (_initialize_mem): Likewise.
5468 * printcmd.c (_initialize_printcmd): Likewise.
5469 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
5470 _RegEx): Likewise.
5471 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
5472 * record-btrace.c (_initialize_record_btrace): Likewise.
5473 * record-full.c (_initialize_record_full): Likewise.
5474 * record.c (_initialize_record): Likewise.
5475 * regcache-dump.c (_initialize_regcache_dump): Likewise.
5476 * regcache.c (_initialize_regcache): Likewise.
5477 * remote.c (add_packet_config_cmd, init_remote_threadtests,
5478 _initialize_remote): Likewise.
5479 * ser-tcp.c (_initialize_ser_tcp): Likewise.
5480 * serial.c (_initialize_serial): Likewise.
5481 * skip.c (_initialize_step_skip): Likewise.
5482 * source.c (_initialize_source): Likewise.
5483 * stack.c (_initialize_stack): Likewise.
5484 * symfile.c (_initialize_symfile): Likewise.
5485 * symtab.c (_initialize_symtab): Likewise.
5486 * target-descriptions.c (_initialize_target_descriptions): Likewise.
5487 * top.c (init_main): Likewise.
5488 * tracefile-tfile.c (tfile_target_info): Likewise.
5489 * tracepoint.c (_initialize_tracepoint): Likewise.
5490 * tui/tui-win.c (_initialize_tui_win): Likewise.
5491 * utils.c (add_internal_problem_command): Likewise.
5492 * valprint.c (value_print_option_defs): Likewise.
5493
5494 2019-08-06 Frank Ch. Eigler <fche@redhat.com>
5495
5496 PR build/24886
5497 * configure.ac: Drop enable-libmcheck support.
5498 * configure, config.in: Rebuild.
5499 * libmcheck.m4: Remove.
5500 * acinclude.m4: Don't include it.
5501 * Makefile.in: Don't distribute it.
5502 * top.c (print_gdb_configuration): Don't mention it.
5503
5504 2019-08-06 Tom Tromey <tom@tromey.com>
5505
5506 * utils.c (set_output_style): Sometimes pass stream to
5507 emit_style_escape.
5508 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
5509 * record-btrace.c (btrace_insn_history): Update.
5510 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
5511 method.
5512 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
5513 Update initializers.
5514 <m_uiout>: New field.
5515 <m_di>: Move lower.
5516 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5517 Remove "uiout" parameter.
5518 (dump_insns): Update.
5519 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
5520 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
5521
5522 2019-08-06 Christian Biesinger <cbiesinger@google.com>
5523
5524 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
5525 (error_in_psymtab_expansion): Likewise.
5526 (lookup_symbol_via_quick_fns): Likewise.
5527 (basic_lookup_transparent_type_quick): Likewise.
5528 (basic_lookup_transparent_type_1): Likewise.
5529
5530 2019-08-06 Tom Tromey <tromey@adacore.com>
5531
5532 * source.c (last_source_error): Now bool.
5533 (print_source_lines_base): Make "noprint" bool. Only open
5534 source file when last_source_visited changes.
5535
5536 2019-08-06 Tom Tromey <tromey@adacore.com>
5537
5538 * annotate.c (annotate_source_line): Use g_source_cache.
5539 * source-cache.c (source_cache::get_plain_source_lines): Change
5540 parameters. Populate m_offset_cache.
5541 (source_cache::ensure): New method.
5542 (source_cache::get_line_charpos): New method.
5543 (extract_lines): Move lower. Change parameters.
5544 (source_cache::get_source_lines): Move lower.
5545 * source-cache.h (class source_cache): Update comment.
5546 <get_line_charpos>: New method.
5547 <get_source_lines>: Update comment.
5548 <clear>: Clear m_offset_cache.
5549 <get_plain_source_lines>: Change parameters.
5550 <ensure>: New method
5551 <m_offset_cache>: New member.
5552 * source.c (forget_cached_source_info_for_objfile): Update.
5553 (info_source_command): Use g_source_cache.
5554 (find_source_lines, open_source_file_with_line_charpos): Remove.
5555 (print_source_lines_base, search_command_helper): Use g_source_cache.
5556 * source.h (open_source_file_with_line_charpos): Don't declare.
5557 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
5558 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
5559 Use g_source_cache.
5560
5561 2019-08-06 Tom Tromey <tromey@adacore.com>
5562
5563 * source-cache.c (source_cache::get_plain_source_lines):
5564 Remove "first_line" and "last_line" parameters.
5565 (source_cache::get_source_lines): Cache plain text.
5566 * source-cache.h (class source_cache)
5567 <get_plain_source_lines>: Update.
5568
5569 2019-08-06 Tom Tromey <tromey@adacore.com>
5570
5571 * source-cache.c (extract_lines): No longer a method.
5572 Changed type of parameter. Include final newline.
5573 (selftests::extract_lines_test): New function.
5574 (_initialize_source_cache): Likewise.
5575 * source-cache.h (class source_cache)
5576 <extract_lines>: Don't declare.
5577
5578 2019-08-06 Tom Tromey <tromey@adacore.com>
5579
5580 * breakpoint.c (init_breakpoint_sal): Update.
5581 (breakpoint): Update.
5582 * breakpoint.h (struct breakpoint) <filter>: Now a
5583 unique_xmalloc_ptr.
5584
5585 2019-08-05 Christian Biesinger <cbiesinger@google.com>
5586
5587 * NEWS: Mention dictionary access on blocks.
5588 * python/py-block.c (blpy_getitem): New function.
5589 (block_object_as_mapping): New struct.
5590 (block_object_type): Use new struct for tp_as_mapping field.
5591
5592 2019-08-05 Christian Biesinger <cbiesinger@google.com>
5593
5594 * objfiles.h (objfile): Add a comment describing partial symbols.
5595
5596 2019-08-05 Tom Tromey <tromey@adacore.com>
5597
5598 * compile/compile.c (_initialize_compile): Use _(), not N_().
5599 * thread.c (_initialize_thread): Use _(), not N_().
5600 * stack.c (_initialize_stack): Use _(), not N_().
5601 * printcmd.c (_initialize_printcmd): Use _(), not N_().
5602
5603 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
5604
5605 * dwarf2read.c (struct dw2_symtab_iterator):
5606 <want_specific_block>: Remove.
5607 <block_index>: Change type to gdb::optional.
5608 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
5609 change type of BLOCK_INDEX parameter to gdb::optional.
5610 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
5611 (dw2_lookup_symbol): Don't pass argument for
5612 WANT_SPECIFIC_BLOCK.
5613 (dw2_expand_symtabs_for_function): Don't pass argument for
5614 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
5615 (class dw2_debug_names_iterator)
5616 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
5617 parameter, change BLOCK_INDEX type to gdb::optional.
5618 <m_want_specific_block>: Remove.
5619 <m_block_index>: Change type to gdb::optional.
5620 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
5621 gdb::optional. Re-write in function of gdb::optional.
5622 (dw2_debug_names_lookup_symbol): Don't pass argument for
5623 WANT_SPECIFIC_BLOCK.
5624 (dw2_debug_names_expand_symtabs_for_function): Don't pass
5625 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
5626 BLOCK_INDEX.
5627
5628 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5629
5630 * NEWS: Mention changes to "info sources" command.
5631
5632 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5633
5634 * symtab.c (filename_partial_match_opts): New struct type.
5635 (struct output_source_filename_data): New members
5636 regexp, c_regexp, partial_match.
5637 (output_source_filename): Use new members to decide to print file.
5638 (info_sources_option_defs): New variable.
5639 (make_info_sources_options_def_group, print_info_sources_header,
5640 info_sources_command_completer):
5641 New functions.
5642 (info_sources_command): Read new optional arguments.
5643 (_initialize_symtab): Update info sources help.
5644
5645 2019-08-02 Alexandre Oliva <oliva@adacore.com>
5646
5647 * ada-lang.c (exception_support_info_v0): Renamed from...
5648 (default_exception_support_info): ... this. Create new
5649 definition for v1.
5650 (ada_has_this_exception_support): Look up catch_handlers_sym.
5651 (ada_exception_support_info_sniffer): Try v0 after default.
5652
5653 2019-08-01 Tom Tromey <tromey@adacore.com>
5654
5655 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
5656 gdbarch.h.
5657
5658 2019-08-01 Christian Biesinger <cbiesinger@google.com>
5659
5660 * s12z-tdep.c: Fix include path for s12z-opc.h.
5661
5662 2019-08-01 Alan Hayward <alan.hayward@arm.com>
5663
5664 * NEWS: Require GNU make 3.82.
5665
5666 2019-07-16 Tom Tromey <tom@tromey.com>
5667
5668 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
5669 declare.
5670
5671 2019-07-30 Tom Tromey <tromey@adacore.com>
5672
5673 * block.c (contained_in): Remove BLOCK_FUNCTION check.
5674
5675 2019-07-30 Kevin Buettner <kevinb@redhat.com>
5676
5677 * printcmd.c (print_address_symbolic): Print negative offsets.
5678 (build_address_symbolic): Force signed arithmetic when computing
5679 offset.
5680
5681 2019-07-30 Christian Biesinger <cbiesinger@google.com>
5682
5683 PR/24474: Add a function to lookup static variables.
5684 * NEWS: Mention this new function.
5685 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
5686 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
5687 * python/python.c (python_GdbMethods): Add new function.
5688
5689 2019-07-29 Christian Biesinger <cbiesinger@google.com>
5690
5691 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
5692 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
5693 (objfpy_lookup_static_symbol): New function.
5694 (objfile_object_methods): Add new functions.
5695
5696 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5697
5698 * NEWS: Mention 'set|show print frame-info'. Mention new
5699 'presence' value for 'frame-arguments'. Mention new '-frame-info'
5700 backtrace argument. Mention that python frame filtering code
5701 is now consistent with what 'backtrace' command prints.
5702
5703 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5704
5705 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
5706 comments.
5707 (print_frame_info_auto, print_frame_info_source_line,
5708 print_frame_info_location, print_frame_info_source_and_location,
5709 print_frame_info_location_and_address, print_frame_info_short_location):
5710 New declarations.
5711 (struct frame_print_options): New member print_frame_info.
5712 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
5713 * stack.h (get_user_print_what_frame_info): New declaration.
5714 (frame_show_address): New declaration.
5715 * stack.c (print_frame_arguments_choices): New value 'presence'.
5716 (print_frame_info_auto, print_frame_info_source_line,
5717 print_frame_info_location, print_frame_info_source_and_location,
5718 print_frame_info_location_and_address, print_frame_info_short_location,
5719 print_frame_info_choices, print_frame_info_print_what): New definitions.
5720 (print_frame_args): Only print dots for args if print frame-arguments
5721 is 'presence'.
5722 (frame_print_option_defs): New element for "frame-info".
5723 (get_user_print_what_frame_info): New function.
5724 (frame_show_address): Make non static. Move comment to stack.h.
5725 (print_frame_info_to_print_what): New function.
5726 (print_frame_info): Update comment. Use fp_opts.print_frame_info
5727 to decide what to print.
5728 (backtrace_command_1): Handle the new print_frame_arguments_presence
5729 value.
5730 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
5731 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
5732 (py_print_frame): In non-mi mode, use LOCATION as default for
5733 print_what, similarly to frame information printed directly by
5734 backtrace command. Handle frame-info user option in non MI mode.
5735
5736 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5737
5738 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
5739 Add case for debugging 32-bit target on 64-bit host. Revise
5740 comment.
5741
5742 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5743
5744 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
5745 instead of find_function_entry_range_from_pc.
5746
5747 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5748
5749 * stack.c (find_frame_funname): Remove code which preferred
5750 minsym over symtab sym in "certain pathological cases".
5751
5752 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
5753 parameter. Change type of "do_demangle" to bool.
5754 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5755 Pass suitable "prefer_sym_over_minsym" flag to
5756 build_address_symbolic(). Don't output "+" for negative offsets.
5757 * printcmd.c (print_address_symbolic): Update invocation of
5758 build_address_symbolic to include a "prefer_sym_over_minsym"
5759 flag.
5760 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
5761 Restrict cases in which use of minimal symbol is preferred to that
5762 of a found symbol. Update comments.
5763
5764 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
5765 for entry pc when entry pc is out of range for that FDE.
5766
5767 2019-07-26 Brian Callahan <bcallah@openbsd.org>
5768
5769 PR gdb/24839:
5770 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
5771 type.
5772
5773 2019-07-25 Christian Biesinger <cbiesinger@google.com>
5774
5775 * python/py-objfile.c (add_separate_debug_file): Fix comment about
5776 this function's Python signature.
5777
5778
5779 2019-07-24 Christian Biesinger <cbiesinger@google.com>
5780
5781 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
5782 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5783 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5784 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
5785 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
5786
5787
5788 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
5789
5790 * h8300-tdep.c (h8300_register_name_common): New.
5791 h8300_register_name): Use h8300_register_name_common.
5792 (h8300s_register_name): Likewise.
5793 (h8300sx_register_name): Likewise.
5794 (h8300h_register_nam): New.
5795 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
5796
5797
5798 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
5799
5800 * arm-tdep.c (arm_skip_cmse_entry): New function.
5801 (arm_is_sgstubs_section): New function.
5802 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
5803
5804 2019-07-22 Tom Tromey <tom@tromey.com>
5805
5806 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
5807 Don't self-assign.
5808
5809 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5810
5811 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
5812 type_print.
5813
5814 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5815
5816 * symtab.c (search_symbols): Adjust msymbol matching type arrays
5817 so that GDB doesn't match any msymbols when searching in the
5818 TYPES_DOMAIN.
5819 (print_symbol_info): Print using typedef_print or type_print based
5820 on the type of the symbol. Add updated FIXME comment moved from...
5821 (_initialize_symtab): ... move and update FIXME comment to above.
5822
5823 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5824
5825 * NEWS: Mention adding -q option to "info types".
5826 * symtab.c (struct info_types_options): New struct.
5827 (info_types_options_defs): New variable.
5828 (make_info_types_options_def_group): New function.
5829 (info_types_command): Use gdb::option framework to parse options.
5830 (info_types_command_completer): New function.
5831 (_initialize_symtab): Extend the help text on "info types" and
5832 register command completer.
5833
5834 2019-07-21 Christian Biesinger <cbiesinger@google.com>
5835
5836 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
5837 (lookup_symbol_in_objfile): Change int to block_enum and add a
5838 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
5839
5840 2019-07-20 Christian Biesinger <cbiesinger@google.com>
5841
5842 * MAINTAINERS (Write After Approval): Add self.
5843
5844 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5845
5846 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
5847 instruction to the dummy code region.
5848
5849 2019-07-19 Tom Tromey <tromey@adacore.com>
5850
5851 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
5852 (ARGSUSED, PARAMS, __func__): Remove rules.
5853
5854 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5855
5856 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
5857 * features/arm/arm-with-iwmmxt.c: Remove.
5858 * features/arm/arm-with-iwmmxt.xml: Remove.
5859 * features/arm/arm-with-m-fpa-layout.c: Remove.
5860 * features/arm/arm-with-m-fpa-layout.xml: Remove.
5861 * features/arm/arm-with-m-vfp-d16.c: Remove.
5862 * features/arm/arm-with-m-vfp-d16.xml: Remove.
5863 * features/arm/arm-with-m.c: Remove.
5864 * features/arm/arm-with-m.xml: Remove.
5865 * features/arm/arm-with-neon.c: Remove.
5866 * features/arm/arm-with-neon.xml: Remove.
5867 * features/arm/arm-with-vfpv2.c: Remove.
5868 * features/arm/arm-with-vfpv2.xml: Remove.
5869 * features/arm/arm-with-vfpv3.c: Remove.
5870 * features/arm/arm-with-vfpv3.xml: Remove.
5871
5872 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5873
5874 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
5875
5876 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5877
5878 * arch/aarch32.c (aarch32_create_target_description): Create
5879 target descriptions using features.
5880 * arch/arm.c (arm_create_target_description)
5881 (arm_create_mprofile_target_description): Likewise.
5882 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
5883
5884 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5885
5886 * Makefile.in: Add new files.
5887 * aarch32-tdep.c: New file.
5888 * aarch32-tdep.h: New file.
5889 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
5890 Call aarch32_read_description.
5891 * arch/aarch32.c: New file.
5892 * arch/aarch32.h: New file.
5893 * arch/arm.c (arm_create_target_description)
5894 (arm_create_mprofile_target_description): New function.
5895 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
5896 (arm_create_target_description)
5897 (arm_create_mprofile_target_description): New declaration.
5898 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
5899 read_description functions.
5900 * arm-linux-nat.c (arm_linux_nat_target::read_description):
5901 Likewise.
5902 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
5903 * arm-tdep.c (tdesc_arm_list): New variable.
5904 (arm_register_g_packet_guesses): Call create description functions.
5905 (arm_read_description) (arm_read_mprofile_description): New
5906 function.
5907 * arm-tdep.h (arm_read_description)
5908 (arm_read_mprofile_description): Add declaration.
5909 * configure.tgt: Add new files.
5910
5911 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
5912
5913 * top.c (new_ui_command): Open specified terminal just once.
5914
5915 2019-07-18 Tom Tromey <tromey@adacore.com>
5916
5917 * symtab.c (main_name): Constify return type.
5918 * symfile.c (set_initial_language): Update.
5919 * symtab.h (main_name): Constify return type.
5920
5921 2019-07-17 Tom Tromey <tom@tromey.com>
5922
5923 * tui/tui-winsource.c (tui_update_source_window)
5924 (tui_update_source_window_as_is)
5925 (tui_update_source_windows_with_line): Remove return.
5926 * tui/tui-disasm.c (tui_show_disassem)
5927 (tui_show_disassem_and_update_source): Remove return.
5928 * tui/tui.c (tui_reset): Remove return.
5929 * tui/tui-wingeneral.c
5930 (tui_check_and_display_highlight_if_needed): Remove return.
5931
5932 2019-07-17 Tom Tromey <tom@tromey.com>
5933
5934 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
5935
5936 2019-07-17 Tom Tromey <tom@tromey.com>
5937
5938 * tui/tui-winsource.h (struct tui_exec_info_window)
5939 (struct tui_source_window_base): Move from tui-data.h.
5940 * tui/tui-winsource.c: Move many method definitions from
5941 elsewhere. Remove "structuring" comments.
5942 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
5943 (tui_source_window_base::refresh_window): Move to
5944 tui-winsource.c.
5945 * tui/tui-win.c (tui_source_window_base::refresh_all)
5946 (tui_source_window_base::update_tab_width)
5947 (tui_source_window_base::set_new_height)
5948 (tui_source_window_base::do_make_visible_with_new_height): Move to
5949 tui-winsource.c.
5950 * tui/tui-source.h: Update.
5951 * tui/tui-source.c (tui_source_window_base::reset): Move to
5952 tui-winsource.c.
5953 * tui/tui-disasm.h: Update.
5954 * tui/tui-data.h (struct tui_exec_info_window): Move to
5955 tui-winsource.h.
5956 (struct tui_source_window_base): Likewise.
5957 * tui/tui-data.c (tui_source_window_base::clear_detail)
5958 (tui_source_window_base, ~tui_source_window_base): Move to
5959 tui-winsource.c.
5960
5961 2019-07-17 Tom Tromey <tom@tromey.com>
5962
5963 * tui/tui-win.c (tui_resize_all)
5964 (tui_source_window_base::update_tab_width)
5965 (tui_adjust_win_heights): Update.
5966 (tui_win_info::make_invisible_and_set_new_height): Rename from
5967 make_invisible_and_set_new_height.
5968 * tui/tui-data.h (struct tui_win_info)
5969 <make_invisible_and_set_new_height>: New method.
5970
5971 2019-07-17 Tom Tromey <tom@tromey.com>
5972
5973 * tui/tui.c: Update.
5974 * tui/tui-source.h (struct tui_source_window): Move from
5975 tui-data.h.
5976 * tui/tui-layout.c: Update.
5977 * tui/tui-disasm.c: Update.
5978 * tui/tui-data.h (struct tui_source_window): Move to
5979 tui-source.h.
5980
5981 2019-07-17 Tom Tromey <tom@tromey.com>
5982
5983 * tui/tui-disasm.h (struct tui_disasm_window): Move from
5984 tui-data.h.
5985 * tui/tui-data.h (struct tui_disasm_window): Move to
5986 tui-disasm.h.
5987
5988 2019-07-17 Tom Tromey <tom@tromey.com>
5989
5990 * tui/tui-regs.h (struct tui_data_item_window): Move from
5991 tui-data.h.
5992 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
5993 * tui/tui-data.h (struct tui_data_item_window): Move to
5994 tui-regs.h.
5995 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
5996
5997 2019-07-17 Tom Tromey <tom@tromey.com>
5998
5999 * tui/tui.c: Update.
6000 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
6001 (tui_cmd_window::max_height): Move to tui-command.c.
6002 * tui/tui-layout.c: Update.
6003 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
6004 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
6005 tui-command.c.
6006 * tui/tui-command.h (struct tui_cmd_window): Move from
6007 tui-data.h.
6008 * tui/tui-command.c: Remove "structuring" comments.
6009 (tui_cmd_window::clear_detail)
6010 (tui_cmd_window::do_make_visible_with_new_height)
6011 (tui_cmd_window::max_height): Move from elsewhere.
6012
6013 2019-07-17 Tom Tromey <tom@tromey.com>
6014
6015 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
6016 Now static.
6017 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
6018 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
6019
6020 2019-07-17 Tom Tromey <tom@tromey.com>
6021
6022 * tui/tui.c: Update.
6023 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
6024 tui-regs.c.
6025 * tui/tui-windata.h: Remove file.
6026 * tui/tui-windata.c: Remove file.
6027 * tui/tui-win.c (tui_data_window::set_new_height)
6028 (tui_data_window::do_make_visible_with_new_height): Move to
6029 tui-regs.c.
6030 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
6031 * tui/tui-regs.c: Remove "structuring" comments.
6032 (tui_data_window::first_data_item_displayed)
6033 (tui_data_window::delete_data_content_windows)
6034 (tui_data_window::erase_data_content)
6035 (tui_data_window::display_all_data)
6036 (tui_data_window::refresh_all)
6037 (tui_data_window::do_scroll_vertical)
6038 (tui_data_window::clear_detail, tui_data_window::set_new_height)
6039 (tui_data_window::do_make_visible_with_new_height)
6040 (tui_data_window::refresh_window): Move from elsewhere.
6041 (_initialize_tui_regs): Move to end of file.
6042 * tui/tui-layout.c: Update.
6043 * tui/tui-hooks.c: Update.
6044 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
6045 * tui/tui-data.c (tui_data_window::clear_detail): Move to
6046 tui-regs.c.
6047 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
6048
6049 2019-07-17 Tom Tromey <tom@tromey.com>
6050
6051 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
6052 seen.
6053
6054 2019-07-17 Tom Tromey <tom@tromey.com>
6055
6056 * tui/tui-win.c (tui_source_window_base::set_new_height)
6057 (tui_source_window_base::do_make_visible_with_new_height): Use
6058 m_has_locator field directly.
6059 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
6060 method.
6061 (struct tui_source_window_base) <has_locator>: Likewise.
6062
6063 2019-07-17 Tom Tromey <tom@tromey.com>
6064
6065 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
6066 Don't declare.
6067 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
6068 Remove.
6069 * tui/tui-win.c (tui_source_window_base::set_new_height)
6070 (tui_source_window_base::set_new_height)
6071 (make_invisible_and_set_new_height)
6072 (tui_source_window_base::do_make_visible_with_new_height)
6073 (tui_source_window_base::do_make_visible_with_new_height):
6074 Update.
6075 * tui/tui-layout.c (show_source_disasm_command, show_data)
6076 (show_source_or_disasm_and_command): Update.
6077 * tui/tui-layout.c (show_layout): Update.
6078
6079 2019-07-17 Tom Tromey <tom@tromey.com>
6080
6081 * tui/tui-layout.c (make_data_window): Remove.
6082 (show_data): Unify creation and re-initialization cases.
6083
6084 2019-07-17 Tom Tromey <tom@tromey.com>
6085
6086 * tui/tui-layout.c (make_source_window, make_disasm_window):
6087 Remove.
6088 (show_data): Unify creation and re-initialization cases.
6089
6090 2019-07-17 Tom Tromey <tom@tromey.com>
6091
6092 * tui/tui-layout.c (make_command_window): Remove.
6093 (show_source_disasm_command, show_source_or_disasm_and_command):
6094 Unify creation and re-initialization cases.
6095
6096 2019-07-17 Tom Tromey <tom@tromey.com>
6097
6098 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
6099 creation and re-initialization cases.
6100
6101 2019-07-17 Tom Tromey <tom@tromey.com>
6102
6103 * tui/tui-regs.c (tui_get_register): Return void.
6104
6105 2019-07-17 Tom Tromey <tom@tromey.com>
6106
6107 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
6108 Simplify.
6109
6110 2019-07-17 Tom Tromey <tom@tromey.com>
6111
6112 * tui/tui-layout.c (show_source_disasm_command): Simplify window
6113 resetting.
6114
6115 2019-07-17 Tom Tromey <tom@tromey.com>
6116
6117 * tui/tui.h (tui_set_layout_by_name): Don't declare.
6118 * tui/tui-regs.c (tui_reg_layout): New function.
6119 (tui_show_registers, tui_reg_command): Use it.
6120 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
6121 (tui_layout_command): Rename from tui_set_layout_by_name. Change
6122 parameters.
6123 (tui_layout_command): Remove.
6124
6125 2019-07-17 Tom Tromey <tom@tromey.com>
6126
6127 * tui/tui-layout.h (tui/tui-layout): Return void.
6128 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
6129
6130 2019-07-17 Tom Tromey <tom@tromey.com>
6131
6132 * tui/tui-layout.c (show_source_disasm_command, show_data):
6133 Update.
6134 (reset_locator): Remove.
6135 (show_source_or_disasm_and_command): Update.
6136
6137 2019-07-17 Tom Tromey <tom@tromey.com>
6138
6139 * tui/tui-source.c (tui_source_window_base::reset): Remove
6140 win_type parameter.
6141 * tui/tui-layout.c (make_command_window, make_source_window)
6142 (make_disasm_window, make_data_window)
6143 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
6144 (reset_locator, show_source_or_disasm_and_command): Update.
6145 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
6146 win_type parameter.
6147 (struct tui_source_window_base) <reset>: Likewise.
6148
6149 2019-07-17 Tom Tromey <tom@tromey.com>
6150
6151 * tui/tui-layout.c (show_source_disasm_command): Use
6152 reset_locator.
6153 (reset_locator): New function.
6154 (init_and_make_win): Remove.
6155 (show_source_or_disasm_and_command): Use reset_locator.
6156
6157 2019-07-17 Tom Tromey <tom@tromey.com>
6158
6159 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
6160 condition.
6161 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
6162 Remove condition.
6163 * tui/tui-source.c (tui_source_window_base::reset): New method.
6164 * tui/tui-layout.c (make_command_window): Don't call
6165 init_and_make_win.
6166 (make_source_window, make_disasm_window): Don't call
6167 make_source_or_disasm_window.
6168 (make_data_window): Don't call init_and_make_win. Change calling
6169 convention.
6170 (show_source_disasm_command, show_data): Simplify.
6171 (make_source_or_disasm_window): Remove.
6172 (show_source_or_disasm_and_command): Simplify.
6173 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
6174 (struct tui_source_window_base) <reset>: Likewise.
6175 <execution_info>: Remove initializer.
6176 * tui/tui-data.c (tui_source_window_base): Initialize
6177 execution_info.
6178
6179 2019-07-17 Tom Tromey <tom@tromey.com>
6180
6181 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
6182 variable.
6183
6184 2019-07-17 Tom Tromey <tom@tromey.com>
6185
6186 * tui/tui.c (tui_rl_other_window): Update.
6187 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
6188 superclass method first. Always iterate over regs_content.
6189 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
6190 method.
6191 * tui/tui-win.c (tui_set_focus_command): Update.
6192
6193 2019-07-17 Tom Tromey <tom@tromey.com>
6194
6195 * tui/tui-win.c (tui_set_focus_command): Rename from
6196 tui_set_focus. Call tui_enable.
6197 (tui_set_focus_command): Remove.
6198
6199 2019-07-17 Tom Tromey <tom@tromey.com>
6200
6201 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
6202 refresh_window.
6203 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
6204 touchwin.
6205 (tui_data_window::refresh_window): Call refresh_window on data
6206 items. Always call superclass refresh_window.
6207 (tui_win_info::refresh): Remove.
6208 (tui_source_window_base::refresh_window): Update.
6209 (tui_refresh_all): Update.
6210 * tui/tui-layout.c (show_source_disasm_command): Remove call to
6211 refresh_window.
6212 (show_source_or_disasm_and_command): Likewise.
6213 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
6214 (struct tui_source_window_base) <refresh>: Likewise.
6215
6216 2019-07-17 Tom Tromey <tom@tromey.com>
6217
6218 * tui/tui-winsource.c (tui_clear_source_content)
6219 (tui_show_source_content): Update.
6220 * tui/tui-source.c (tui_source_window::showing_source_p): Check
6221 whether content is empty.
6222 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
6223 Remove.
6224
6225 2019-07-17 Tom Tromey <tom@tromey.com>
6226
6227 * tui/tui-winsource.c (tui_erase_source_content): Clear the
6228 window's contents.
6229 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
6230 * tui/tui-source.c (tui_set_source_content_nil): Remove.
6231
6232 2019-07-17 Tom Tromey <tom@tromey.com>
6233
6234 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
6235 (struct tui_data_item_window): Update.
6236
6237 2019-07-17 Tom Tromey <tom@tromey.com>
6238
6239 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
6240 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
6241 defines.
6242
6243 2019-07-17 Tom Tromey <tom@tromey.com>
6244
6245 * tui/tui-winsource.h (tui_erase_source_content)
6246 (tui_clear_source_content): Remove "display_prompt" parameter.
6247 * tui/tui-winsource.c (tui_update_source_window_as_is)
6248 (tui_update_source_windows_with_addr): Update.
6249 (tui_clear_source_content): Remove "display_prompt" parameter.
6250 (tui_erase_source_content): Likewise. Simplify.
6251 (tui_show_source_content): Update.
6252 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6253 * tui/tui-stack.c (tui_show_frame_info): Update.
6254 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
6255 Remove defines.
6256
6257 2019-07-17 Tom Tromey <tom@tromey.com>
6258
6259 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6260 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
6261 parameter.
6262 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
6263 parameter.
6264
6265 2019-07-17 Tom Tromey <tom@tromey.com>
6266
6267 * tui/tui-winsource.c (tui_clear_source_content)
6268 (tui_show_source_content, tui_show_exec_info_content)
6269 (tui_clear_exec_info_content): Update.
6270 * tui/tui-stack.c (tui_show_locator_content): Update.
6271 (tui_show_frame_info): Update.
6272 * tui/tui-source.h (tui_source_window): Don't declare.
6273 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
6274 from tui_source_is_displayed.
6275 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
6276 Remove field.
6277 (struct tui_source_window_base) <content_in_use>: New field. Now
6278 bool.
6279 (struct tui_source_window) <showing_source_p>: New method.
6280 (TUI_SRC_WIN): Change cast.
6281 * tui/tui-data.c (tui_initialize_static_data): Update.
6282
6283 2019-07-17 Tom Tromey <tom@tromey.com>
6284
6285 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
6286 location_matches_p.
6287 * tui/tui-source.c (tui_source_window::location_matches_p): New
6288 method.
6289 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
6290 method.
6291 * tui/tui-data.h (struct tui_source_window_base)
6292 <location_matches_p>: New method.
6293 (struct tui_source_window, struct tui_disasm_window)
6294 <location_matches_p>: Likewise.
6295
6296 2019-07-17 Tom Tromey <tom@tromey.com>
6297
6298 * tui/tui-win.c (tui_set_win_height_command): Rename from
6299 tui_set_win_height.
6300 (tui_set_win_height_command): Remove.
6301
6302 2019-07-17 Tom Tromey <tom@tromey.com>
6303
6304 * tui/tui-source.c (tui_source_window): New constructor. Add
6305 observer.
6306 (~tui_source_window): New destructor.
6307 (tui_source_window::style_changed): New method.
6308 * tui/tui-hooks.c (tui_redisplay_source): Remove.
6309 (tui_attach_detach_observers): Update.
6310 * tui/tui-data.h (struct tui_source_window): Make constructor not
6311 inline. Add destructor.
6312 (struct tui_source_window) <style_changed>: New method.
6313 <m_observable>: New member.
6314
6315 2019-07-17 Tom Tromey <tom@tromey.com>
6316
6317 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
6318 * tui/tui-win.c (tui_resize_all): Fix typo.
6319
6320 2019-07-17 Tom Tromey <tom@tromey.com>
6321
6322 * tui/tui-wingeneral.h (tui_refresh_all): Update.
6323 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
6324 (tui_refresh_all): Remove "list" parameter. Use foreach.
6325 * tui/tui-win.c (window_name_completer): Use foreach.
6326 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
6327 (update_tab_width): Likewise.
6328 * tui/tui-layout.c (show_layout): Update.
6329 * tui/tui-data.h (class tui_window_iterator): New.
6330 (struct all_tui_windows): New.
6331 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
6332
6333 2019-07-17 Tom Tromey <tom@tromey.com>
6334
6335 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
6336 parameter. Don't reference globals.
6337 (tui_reg_command): Update.
6338
6339 2019-07-17 Tom Tromey <tom@tromey.com>
6340
6341 * tui/tui-regs.c (tui_show_registers): Simplify.
6342
6343 2019-07-17 Tom Tromey <tom@tromey.com>
6344
6345 * tui/tui-regs.c (tui_show_registers): Update.
6346 (tui_show_register_group): Add win_info parameter.
6347
6348 2019-07-17 Tom Tromey <tom@tromey.com>
6349
6350 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
6351 Rename from tui_display_reg_element_at_line.
6352 (tui_data_window::display_registers_from_line): Update.
6353 * tui/tui-data.h (struct tui_data_window)
6354 <display_reg_element_at_line>: New method.
6355
6356 2019-07-17 Tom Tromey <tom@tromey.com>
6357
6358 * tui/tui-regs.h (tui_display_registers_from)
6359 (tui_display_registers_from_line): Don't declare.
6360 * tui/tui-windata.c (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_data_window::display_registers_from): Rename
6364 from tui_display_registers_from.
6365 (tui_display_reg_element_at_line): Update.
6366 (tui_data_window::display_registers_from_line): Rename from
6367 tui_display_registers_from_line.
6368 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
6369 display_registers_from_line>: New methods.
6370
6371 2019-07-17 Tom Tromey <tom@tromey.com>
6372
6373 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
6374 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
6375 from tui_erase_data_content.
6376 (tui_data_window::display_all_data)
6377 (tui_data_window::refresh_all)
6378 (tui_data_window::do_scroll_vertical): Update.
6379 * tui/tui-regs.c (tui_show_registers): Update.
6380 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
6381 New method.
6382
6383 2019-07-17 Tom Tromey <tom@tromey.com>
6384
6385 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
6386 declare.
6387 * tui/tui-windata.c
6388 (tui_data_window::delete_data_content_windows): Rename from
6389 tui_delete_data_content_windows.
6390 (tui_data_window::display_all_data)
6391 (tui_data_window::do_scroll_vertical): Update.
6392 * tui/tui-data.h (struct tui_data_window)
6393 <delete_data_content_windows>: New method.
6394
6395 2019-07-17 Tom Tromey <tom@tromey.com>
6396
6397 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
6398 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
6399
6400 2019-07-17 Tom Tromey <tom@tromey.com>
6401
6402 * tui/tui-windata.h (tui_display_all_data): Don't declare.
6403 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
6404 from tui_display_all_data.
6405 * tui/tui-win.c
6406 (tui_data_window::do_make_visible_with_new_height): Update.
6407 * tui/tui-regs.c (tui_show_registers): Update.
6408 * tui/tui-layout.c (tui_set_layout): Update.
6409 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
6410 method.
6411
6412 2019-07-17 Tom Tromey <tom@tromey.com>
6413
6414 * tui/tui-windata.h (tui_display_data_from): Don't declare.
6415 * tui/tui-windata.c (tui_display_data_from): Remove.
6416 (tui_data_window::refresh_all): Update.
6417
6418 2019-07-17 Tom Tromey <tom@tromey.com>
6419
6420 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
6421 * tui/tui-windata.c (tui_display_data_from_line): Remove.
6422 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
6423 tui_display_registers_from_line.
6424 * tui/tui-regs.h (tui_display_registers_from_line): Update.
6425 * tui/tui-regs.c (tui_display_registers_from_line): Remove
6426 "force_display" parameter.
6427
6428 2019-07-17 Tom Tromey <tom@tromey.com>
6429
6430 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
6431 declare.
6432 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
6433 Rename from tui_first_reg_element_no_inline.
6434 (tui_display_reg_element_at_line)
6435 (tui_display_registers_from_line): Update.
6436 * tui/tui-data.h (struct tui_data_window)
6437 <first_reg_element_no_inline>: New method.
6438
6439 2019-07-17 Tom Tromey <tom@tromey.com>
6440
6441 * tui/tui-windata.c (tui_display_data_from)
6442 (tui_data_window::do_scroll_vertical): Update.
6443 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
6444 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
6445 Rename from tui_line_from_reg_element_no.
6446 (tui_display_registers_from_line): Update.
6447 * tui/tui-data.h (struct tui_data_window)
6448 <line_from_reg_element_no>: New method.
6449
6450 2019-07-17 Tom Tromey <tom@tromey.com>
6451
6452 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
6453 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
6454 tui_last_regs_line_no.
6455 (tui_display_reg_element_at_line)
6456 (tui_display_registers_from_line): Update.
6457 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
6458 method.
6459
6460 2019-07-17 Tom Tromey <tom@tromey.com>
6461
6462 PR tui/24722:
6463 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
6464 (tui_update_breakpoint_info): Add "being_deleted" parameter.
6465 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6466 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
6467 (tui_update_breakpoint_info): Likewise.
6468 * tui/tui-hooks.c (tui_event_create_breakpoint)
6469 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
6470 Update.
6471
6472 2019-07-17 Tom Tromey <tom@tromey.com>
6473
6474 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
6475
6476 2019-07-17 Tom Tromey <tom@tromey.com>
6477
6478 * tui/tui-winsource.c (tui_update_source_window_as_is)
6479 (tui_update_source_windows_with_addr): Update.
6480 * tui/tui-source.h (tui_set_source_content)
6481 (tui_show_symtab_source): Add "win_info" parameter.
6482 * tui/tui-source.c (tui_set_source_content): Add "win_info"
6483 parameter.
6484 (tui_show_symtab_source): Likewise.
6485
6486 2019-07-17 Tom Tromey <tom@tromey.com>
6487
6488 * tui/tui-wingeneral.c
6489 (tui_check_and_display_highlight_if_needed): Check can_highlight.
6490
6491 2019-07-17 Tom Tromey <tom@tromey.com>
6492
6493 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
6494 (struct tui_cmd_window) <can_scroll>: New method.
6495 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
6496 method.
6497
6498 2019-07-17 Tom Tromey <tromey@adacore.com>
6499
6500 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
6501 do_field_signed>: Rename. Change type of "value".
6502 * ui-out.c (ui_out::field_signed): Rename from field_int.
6503 Change type of "value".
6504 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
6505 type of "value".
6506 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
6507 do_field_int. Change type of "value".
6508 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
6509 do_field_int. Change type of "value".
6510 * tracepoint.c (trace_status_mi, tfind_1)
6511 (print_one_static_tracepoint_marker): Update.
6512 * thread.c (print_thread_info_1, print_selected_thread_frame):
6513 Update.
6514 * stack.c (print_frame, print_frame_info): Update.
6515 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
6516 Update.
6517 * source.c (print_source_lines_base): Update.
6518 * skip.c (info_skip_command): Update.
6519 * record-btrace.c (btrace_ui_out_decode_error)
6520 (btrace_call_history_src_line): Update.
6521 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
6522 Update.
6523 * progspace.c (print_program_space): Update.
6524 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
6525 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
6526 do_field_int. Change type of "value".
6527 * mi/mi-out.c (mi_ui_out::do_table_begin)
6528 (mi_ui_out::do_table_header): Update.
6529 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
6530 type of "value".
6531 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
6532 (mi_cmd_data_list_changed_registers, output_register)
6533 (mi_cmd_data_read_memory, mi_load_progress)
6534 (mi_cmd_trace_frame_collected): Update.
6535 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
6536 Update.
6537 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
6538 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
6539 (mi_cmd_var_list_children, varobj_update_one): Update.
6540 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
6541 (mi_cmd_stack_list_args, list_arg_or_local): Update.
6542 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
6543 * inferior.c (print_inferior): Update.
6544 * gdb_bfd.c (print_one_bfd): Update.
6545 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
6546 Update.
6547 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
6548 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
6549 do_field_int. Change type of "value".
6550 * cli-out.c (cli_ui_out::do_field_signed): Rename from
6551 do_field_int. Change type of "value".
6552 * breakpoint.c (watchpoint_check, print_breakpoint_location)
6553 (print_one_breakpoint_location, print_it_catch_fork)
6554 (print_one_catch_fork, print_it_catch_vfork)
6555 (print_one_catch_vfork, print_it_catch_solib)
6556 (print_it_catch_exec, print_it_ranged_breakpoint)
6557 (print_mention_watchpoint, print_mention_masked_watchpoint)
6558 (bkpt_print_it, update_static_tracepoint): Update.
6559 * break-catch-throw.c (print_it_exception_catchpoint): Update.
6560 * break-catch-syscall.c (print_it_catch_syscall): Update.
6561 * ada-tasks.c (print_ada_task_info): Update.
6562 * ada-lang.c (print_it_exception, print_mention_exception):
6563 Update.
6564
6565 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6566
6567 PR breakpoints/24541
6568 * gdbarch.c: Regenerate.
6569 * gdbarch.h: Regenerate.
6570 * gdbarch.sh: Adjust return type and parameter types for
6571 'stap_adjust_register'.
6572 (i386_stap_adjust_register): Adjust signature and return new
6573 register name.
6574 * stap-probe.c (stap_parse_register_operand): Adjust use of
6575 'gdbarch_stap_adjust_register'.
6576
6577 2019-07-17 Tom Tromey <tromey@adacore.com>
6578
6579 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
6580 declare VEC.
6581 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
6582 std::vector.
6583 (struct s390_process_info): Add initializers.
6584 (s390_add_process): Use new.
6585 (s390_linux_nat_target::low_forget_process): Use delete.
6586 (s390_linux_nat_target::low_new_fork)
6587 (s390_linux_nat_target::stopped_by_watchpoint)
6588 (s390_linux_nat_target::low_prepare_to_resume)
6589 (s390_linux_nat_target::insert_watchpoint)
6590 (s390_linux_nat_target::insert_hw_breakpoint)
6591 (s390_linux_nat_target::remove_watchpoint)
6592 (s390_linux_nat_target::remove_hw_breakpoint): Update.
6593
6594 2019-07-16 John Baldwin <jhb@FreeBSD.org>
6595
6596 * aarch64-fbsd-nat.c: Include regcache.h.
6597 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
6598 argument.
6599 (aarch64_fbsd_nat_target::fetch_registers)
6600 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
6601 variable.
6602 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
6603
6604 2019-07-16 John Baldwin <jhb@FreeBSD.org>
6605
6606 * fbsd-nat.c: Include gdbarch.h.
6607
6608 2019-07-15 Tom Tromey <tromey@adacore.com>
6609
6610 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
6611
6612 2019-07-15 Tom Tromey <tromey@adacore.com>
6613
6614 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
6615 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
6616 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
6617 * cli-out.c (cli_ui_out::do_field_int): New method.
6618 * ui-out.c (ui_out::field_unsigned): New method.
6619 * symfile.c (generic_load): Use field_unsigned.
6620 (print_transfer_performance): Likewise.
6621 * record-btrace.c (ui_out_field_uint): Remove.
6622 (btrace_call_history_insn_range, btrace_call_history): Use
6623 field_unsigned.
6624 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
6625 field_unsigned.
6626 * ui-out.h (class ui_out) <field_unsigned>: New method.
6627 <do_field_unsigned>: Likewise.
6628
6629 2019-07-15 Tom Tromey <tromey@adacore.com>
6630
6631 * mi/mi-main.c (list_available_thread_groups): Use field_string.
6632 * mi/mi-interp.c (mi_memory_changed): Use field_string.
6633 * target.c (flash_erase_command): Use field_string.
6634 * infrun.c (print_signal_received_reason): Use field_string.
6635 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
6636 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
6637 field_string.
6638 * ada-tasks.c (print_ada_task_info): Use field_string.
6639
6640 2019-07-15 Tom Tromey <tromey@adacore.com>
6641
6642 * target.c (flash_erase_command): Use field_core_addr.
6643 * symfile.c (generic_load): Use field_core_addr.
6644 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
6645 Use field_core_addr.
6646 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
6647 field_core_addr.
6648
6649 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6650
6651 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
6652 value if its desired type is smaller than a CORE_ADDR and signed.
6653
6654 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6655
6656 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
6657 of changes to field names, and use new is_reference field to
6658 decide if a property is a reference or not.
6659 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
6660 field.
6661 (struct dwarf2_property_baton): Update header comment, rename
6662 'referenced_type' to 'property_type' and update comments.
6663 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
6664 default property type, store in property baton, update to take
6665 accound of renamed field.
6666 (read_func_scope): Update call to attr_to_dynamic_prop.
6667 (read_array_type): Likewise.
6668 (dwarf2_per_cu_addr_sized_int_type): New function.
6669 (read_subrange_index_type): Move type finding code to
6670 dwarf2_per_cu_addr_sized_int_type.
6671 (read_subrange_type): Update calls to attr_to_dynamic_prop.
6672 (dwarf2_per_cu_addr_type): New function.
6673 (set_die_type): Update calls to attr_to_dynamic_prop.
6674
6675 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6676
6677 * dwarf2read.c (read_subrange_index_type): New function.
6678 (read_subrange_type): Move code into new function and call it.
6679 * gdbtypes.c (create_range_type): Add some asserts.
6680
6681 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6682
6683 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
6684 update return statements.
6685 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
6686 declaration, and update comment to match.
6687 * gdbtypes.c (resolve_dynamic_array): Update call to
6688 dwarf2_evaluate_property to match new return type.
6689
6690 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6691
6692 * valarith.c (value_subscripted_rvalue): Change lowerbound
6693 parameter type from int to LONGEST.
6694 * value.h (value_subscripted_rvalue): Likewise in declaration.
6695
6696 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6697
6698 * cli/cli-utils.c (info_print_command_completer): New function.
6699 * cli/cli-utils.h: Add 'completer.h' include, and forward
6700 declaration for 'struct cmd_list_element'.
6701 (info_print_command_completer): Declare.
6702 * stack.c (_initialize_stack): Add completer for 'info locals' and
6703 'info args'.
6704 * symtab.c (_initialize_symtab): Add completer for 'info
6705 variables' and 'info functions'.
6706 * NEWS: Mention completion for additional info commands.
6707
6708 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6709
6710 * cli/cli-utils.c (extract_info_print_args): Delete.
6711 (extract_arg_maybe_quoted): Delete.
6712 (info_print_options_defs): New variable.
6713 (make_info_print_options_def_group): New function.
6714 (extract_info_print_options): Define new function.
6715 * cli/cli-utils.h (extract_info_print_args): Delete.
6716 (struct info_print_options): New structure.
6717 (extract_info_print_options): Declare new function.
6718 * stack.c (info_locals_command): Update to use new
6719 extract_info_print_options, also add a header comment.
6720 (info_args_command): Likewise.
6721 * symtab.c (info_variables_command): Likewise.
6722 (info_functions_command): Likewise.
6723
6724 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6725
6726 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
6727 to extract string arguments.
6728 * common/common-utils.c (extract_string_maybe_quoted): New function.
6729 * common/common-utils.h (extract_string_maybe_quoted): Declare.
6730
6731 2019-07-11 Tom Tromey <tromey@adacore.com>
6732
6733 * main.c (get_init_files): Use GDBINIT, not gdbinit.
6734 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
6735 * top.h (gdbinit): Don't declare.
6736 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
6737 into...
6738 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
6739 * top.c (gdb_init): Don't call init_cli_cmds.
6740 (gdbinit): Remove.
6741 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
6742
6743 2019-07-11 Tom Tromey <tromey@adacore.com>
6744
6745 * python/py-inferior.c (add_thread_object): Don't use thread_obj
6746 after it has been moved.
6747
6748 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6749
6750 * valops.c (value_must_coerce_to_target): Change return type to
6751 bool.
6752 * value.h (value_must_coerce_to_target): Likewise.
6753
6754 2019-07-10 Simon Marchi <simon.marchi@efficios.com>
6755
6756 * breakpoint.c (is_hardware_watchpoint): Remove
6757 forward-declaration.
6758 (is_masked_watchpoint): Change return type to bool.
6759 (is_tracepoint): Likewise.
6760 (is_breakpoint): Likewise.
6761 (is_hardware_watchpoint): Likewise.
6762 (is_watchpoint): Likewise.
6763 (is_no_memory_software_watchpoint): Likewise.
6764 (is_catchpoint): Likewise.
6765 (breakpoint_1): Make FILTER parameter's return type bool.
6766 is_masked_watchpoint): Change return type to bool.
6767 (save_breakpoints): Make FILTER parameter's return type bool.
6768 * breakpoint.h (is_breakpoint): Change return type to bool.
6769 (is_watchpoint): Likewise.
6770 (is_catchpoint): Likewise.
6771 (is_tracepoint): Likewise.
6772
6773 2019-07-10 Tom Tromey <tom@tromey.com>
6774
6775 * defs.h: Don't include gdbarch.h.
6776 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
6777 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
6778 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
6779 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
6780 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
6781 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
6782 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
6783 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
6784 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
6785 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
6786 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
6787 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
6788 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
6789 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
6790 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
6791 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
6792 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
6793 record-btrace.c, record.h, regcache-dump.c, regcache.h,
6794 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
6795 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
6796 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
6797 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
6798 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
6799 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
6800 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
6801 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
6802 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
6803
6804 2019-07-10 Tom Tromey <tromey@adacore.com>
6805
6806 * ada-lang.h (is_ada_exception_catchpoint): Declare.
6807 * breakpoint.c (init_ada_exception_breakpoint): Register as
6808 bp_catchpoint.
6809 (print_one_breakpoint_location, print_one_breakpoint): Use
6810 is_ada_exception_catchpoint.
6811 * ada-lang.c (class ada_catchpoint_location): Pass
6812 bp_loc_software_breakpoint to bp_location constructor.
6813 (is_ada_exception_catchpoint): New function.
6814
6815 2019-07-10 Tom Tromey <tromey@adacore.com>
6816
6817 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
6818 VEC.
6819 (struct arm_exidx_entry): New method operator<.
6820 (struct arm_exidx_data) <section_maps>: Change type.
6821 (arm_exidx_data_free): Remove.
6822 (arm_exidx_data_key): Change type. Move lower.
6823 (arm_exidx_new_objfile): Update.
6824 (arm_compare_exidx_entries): Remove.
6825 (arm_find_exidx_entry, _initialize_arm_tdep)
6826
6827 2019-07-10 Tom Tromey <tromey@adacore.com>
6828
6829 * solib-spu.c (ocl_program_data_key): Change type.
6830 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
6831 Update.
6832
6833 2019-07-10 Tom Tromey <tromey@adacore.com>
6834
6835 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
6836 (struct solib_aix_inferior_data) <library_list>: Change type.
6837 (solib_aix_inferior_data_handle): Change type.
6838 (get_solib_aix_inferior_data): Update.
6839 (solib_aix_free_library_list): Remove.
6840 (library_list_start_library): Update.
6841 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
6842 return type.
6843 (solib_aix_get_library_list)
6844 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
6845 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
6846
6847 2019-07-10 Tom Tromey <tromey@adacore.com>
6848
6849 * solib-dsbt.c (struct dsbt_info): Add initializers.
6850 (solib_dsbt_pspace_data): Change type.
6851 (dsbt_pspace_data_cleanup): Remove.
6852 (get_dsbt_info, _initialize_dsbt_solib): Update.
6853
6854 2019-07-10 Tom Tromey <tromey@adacore.com>
6855
6856 * spu-tdep.c (spu_overlay_data): Change type.
6857 (spu_get_overlay_table, spu_overlay_new_objfile)
6858 (_initialize_spu_tdep): Update.
6859
6860 2019-07-10 Tom Tromey <tromey@adacore.com>
6861
6862 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
6863 destructor.
6864 (dbx_objfile_data_key): Change type and declare later.
6865 (DBX_SYMFILE_INFO): Rewrite.
6866 * dbxread.c (dbx_objfile_data_key): Change type.
6867 (dbx_symfile_init): Update.
6868 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
6869 (coffstab_build_psymtabs, elfstab_build_psymtabs)
6870 (stabsect_build_psymtabs, _initialize_dbxread): Update.
6871
6872 2019-07-10 Tom Tromey <tromey@adacore.com>
6873
6874 * jit.c (jit_program_space_key): Change type. Move lower.
6875 (get_jit_program_space_data): Update.
6876 (jit_program_space_data_cleanup): Remove.
6877 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
6878 Update.
6879 (struct jit_program_space_data): Add initializers.
6880
6881 2019-07-10 Tom Tromey <tromey@adacore.com>
6882
6883 * solib-darwin.c (struct darwin_info): Add initializers.
6884 (solib_darwin_pspace_data): Change type.
6885 (darwin_pspace_data_cleanup): Remove.
6886 (get_darwin_info, _initialize_darwin_solib): Update.
6887
6888 2019-07-10 Tom Tromey <tromey@adacore.com>
6889
6890 * remote-sim.c (struct sim_inferior_data): Add initializers,
6891 constructor, and destructor.
6892 (sim_inferior_data_key): Change type. Move lower.
6893 (check_for_duplicate_sim_descriptor): Update.
6894 (get_sim_inferior_data): Use new. Update.
6895 (~sim_inferior_data_cleanup): Rename from
6896 sim_inferior_data_cleanup. Simplify.
6897 (gdbsim_close_inferior, simulator_command)
6898 (sim_command_completer, _initialize_remote_sim): Update.
6899 (next_pid, INITIAL_PID): Move earlier.
6900
6901 2019-07-10 Tom Tromey <tromey@adacore.com>
6902
6903 * python/python-internal.h (create_thread_object): Return
6904 gdbpy_ref.
6905 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
6906 * python/py-inferior.c (struct threadlist_entry): Add
6907 constructor.
6908 <thread_obj>: Now a gdbpy_ref.
6909 (thread_to_thread_object): Update.
6910 (add_thread_object): Use new.
6911 (delete_thread_object): Use delete.
6912 (infpy_threads): Update.
6913 (py_free_inferior): Update. Construct "inf_obj" after acquiring
6914 GIL.
6915
6916 2019-07-10 Tom Tromey <tromey@adacore.com>
6917
6918 * valops.c (value_cast): Specialize error message for Ada.
6919
6920 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6921
6922 * breakpoint.c (breakpoint_1): Update doc and parameter names.
6923
6924 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6925
6926 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
6927 bpstat_should_step): Return bool, adjust comments.
6928 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
6929 bpstat_should_step): Likewise.
6930
6931 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6932
6933 * features/Makefile: Use feature target descriptions for Arm.
6934 * features/arm/arm-core.c: Generate new file.
6935 * features/arm/arm-fpa.c: Likewise.
6936 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
6937 * features/arm/arm-m-profile.c: Likewise.
6938 * features/arm/arm-vfpv2.c: Likewise.
6939 * features/arm/arm-vfpv3.c: Likewise.
6940 * features/arm/xscale-iwmmxt.c: Likewise.
6941 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
6942
6943 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6944
6945 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
6946 ptrace earlier.
6947
6948 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6949
6950 * features/aarch64-pauth.c: Regenerate.
6951
6952 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
6953
6954 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
6955 bool.
6956 (bpstat_what): Use false instead of 0.
6957
6958 2019-07-09 Pedro Alves <palves@redhat.com>
6959
6960 * break-catch-throw.c (is_exception_catchpoint): New.
6961 * breakpoint.c (print_one_breakpoint_location): New parameter
6962 'raw_loc'. Handle it. Use
6963 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
6964 looking at the breakpoint's type.
6965 (print_one_breakpoint): If handling "maint info breakpoints", also
6966 print locations of exception catchpoints.
6967 * breakpoint.h (is_exception_catchpoint): Declare.
6968
6969 2019-07-09 Pedro Alves <palves@redhat.com>
6970
6971 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
6972 "addr" field.
6973 (allocate_location_exception_catchpoint): New.
6974 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
6975 (initialize_throw_catchpoint_ops): Install
6976 allocate_location_exception_catchpoint as allocate_location
6977 method.
6978 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
6979 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
6980 bp_loc_other.
6981 (breakpoint_address_is_meaningful): Delete.
6982 (bl_address_is_meaningful): New.
6983 (breakpoint_locations_match): Adjust comment.
6984 (bp_location_from_bp_type): New, factored out of...
6985 (bp_location::bp_location(breakpoint *)): ... this.
6986 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
6987 factored out of...
6988 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
6989 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
6990 breakpoint_address_is_meaningful.
6991 (bp_locations_compare): Adjust comment.
6992 (update_global_location_list): Use bl_address_is_meaningful
6993 instead of breakpoint_address_is_meaningful.
6994 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
6995 explicit.
6996 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
6997 * python/py-breakpoint.c (bppy_get_location): No longer check
6998 whether location is null.
6999
7000 2019-07-09 Pedro Alves <palves@redhat.com>
7001
7002 PR c++/15468
7003 * breakpoint.c (print_one_breakpoint_location): Remove
7004 single-location assert.
7005
7006 2019-07-09 Tom Tromey <tom@tromey.com>
7007
7008 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
7009 * configure: Rebuild.
7010 * configure.ac: Change common to gdbsupport.
7011 * gdbsupport: Rename from common.
7012 * acinclude.m4: Change common to gdbsupport.
7013 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
7014 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
7015 gdbsupport.
7016 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
7017 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
7018 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
7019 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
7020 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
7021 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
7022 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
7023 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
7024 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
7025 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
7026 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
7027 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
7028 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
7029 coff-pe-read.c, command.h, compile/compile-c-support.c,
7030 compile/compile-c.h, compile/compile-cplus-symbols.c,
7031 compile/compile-cplus-types.c, compile/compile-cplus.h,
7032 compile/compile-loc2c.c, compile/compile.c, completer.c,
7033 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
7034 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
7035 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
7036 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
7037 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
7038 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
7039 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
7040 features/aarch64-core.c, features/aarch64-fpu.c,
7041 features/aarch64-pauth.c, features/aarch64-sve.c,
7042 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
7043 features/i386/32bit-core.c, features/i386/32bit-linux.c,
7044 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
7045 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
7046 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
7047 features/i386/64bit-core.c, features/i386/64bit-linux.c,
7048 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
7049 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
7050 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
7051 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
7052 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
7053 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
7054 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
7055 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
7056 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
7057 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
7058 go32-nat.c, guile/guile.c, guile/scm-ports.c,
7059 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
7060 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
7061 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
7062 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
7063 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
7064 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
7065 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
7066 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
7067 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
7068 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
7069 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
7070 minsyms.c, mips-linux-tdep.c, namespace.h,
7071 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
7072 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
7073 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
7074 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
7075 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
7076 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
7077 nat/linux-waitpid.c, nat/mips-linux-watch.c,
7078 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
7079 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
7080 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
7081 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
7082 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
7083 procfs.c, producer.c, progspace.h, psymtab.h,
7084 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
7085 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
7086 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
7087 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
7088 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
7089 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
7090 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
7091 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
7092 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
7093 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
7094 target-memory.c, target.c, target.h, target/waitstatus.c,
7095 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
7096 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
7097 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
7098 unittests/array-view-selftests.c,
7099 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
7100 unittests/common-utils-selftests.c,
7101 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
7102 unittests/format_pieces-selftests.c,
7103 unittests/function-view-selftests.c,
7104 unittests/lookup_name_info-selftests.c,
7105 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
7106 unittests/mkdir-recursive-selftests.c,
7107 unittests/observable-selftests.c,
7108 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
7109 unittests/parse-connection-spec-selftests.c,
7110 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
7111 unittests/scoped_fd-selftests.c,
7112 unittests/scoped_mmap-selftests.c,
7113 unittests/scoped_restore-selftests.c,
7114 unittests/string_view-selftests.c, unittests/style-selftests.c,
7115 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
7116 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
7117 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
7118 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
7119 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
7120 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
7121
7122 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7123
7124 * linespec.c (decode_digits_list_mode): Set explicit_line to a
7125 bool value.
7126 (decode_digits_ordinary): Set explicit_line field in sal.
7127 * symtab.c (skip_prologue_sal): Don't skip prologue for a
7128 symtab_and_line that was set on an explicit line number in
7129 assembler code. Do always update the recorded symtab and line if
7130 we do skip the prologue.
7131
7132 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7133
7134 * breakpoint.c (set_breakpoint_location_function): Remove
7135 explicit_loc parameter.
7136 (momentary_breakpoint_from_master): Update call to
7137 set_breakpoint_location_function.
7138 (add_location_to_breakpoint): Likewise.
7139
7140 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7141
7142 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
7143 required features based on default bfd type when no specific bfd
7144 is present.
7145
7146 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7147
7148 * NEWS: Mention that GDB printf and eval commands can now print
7149 C-style and Ada-style convenience var strings without
7150 calling the inferior.
7151 * printcmd.c (printf_c_string): Locally print GDB internal var
7152 instead of transiting via the inferior.
7153 (printf_wide_c_string): Likewise.
7154
7155 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7156
7157 PR breakpoints/25011
7158 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
7159
7160 2019-07-04 Tom Tromey <tom@tromey.com>
7161
7162 PR tui/24724:
7163 * tui/tui-winsource.c (tui_clear_source_content): Update.
7164 (tui_source_window_base::set_is_exec_point_at): Fix comment.
7165 (tui_update_breakpoint_info): Update.
7166 (tui_set_exec_info_content): Update.
7167 * tui/tui-source.c (tui_set_source_content_nil): Update.
7168 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
7169 has_break.
7170 * tui/tui-data.h (enum tui_bp_flag): New.
7171 (tui_bp_flags): New enum flags type.
7172 (struct tui_source_element) <break_mode>: Change type. Rename
7173 from has_break.
7174 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
7175 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
7176 constants.
7177 * tui/tui-winsource.h: Fix comment.
7178
7179 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7180
7181 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
7182 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
7183 (store_fpregs_to_thread)
7184 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7185 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
7186 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
7187 (IWMMXT_REGS_SIZE): Add define.
7188 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
7189 (fetch_vfp_regs, store_vfp_regs)
7190 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7191 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
7192
7193 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7194
7195 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
7196 defines.
7197 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
7198 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
7199 (ARM_INT_REGISTER_SIZE): ...to this.
7200 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
7201 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
7202 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
7203 (arm_linux_collect_gregset, supply_nwfpe_register)
7204 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
7205 defines.
7206 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
7207 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
7208 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
7209 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
7210 (arm_return_in_memory, arm_store_return_value)
7211 (arm_get_longjmp_target, arm_register_g_packet_guesses)
7212 (arm_record_ld_st_multiple): Likewise.
7213 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
7214 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
7215
7216 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7217
7218 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
7219 AARCH64_DISPLACED_MODIFIED_INSNS.
7220 * aarch64-tdep.c (struct aarch64_displaced_step_data)
7221 (aarch64_displaced_step_copy_insn): Likewise.
7222 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7223 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
7224 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
7225 ARM_DISPLACED_MODIFIED_INSNS.
7226 * arm-tdep.c (arm_gdbarch_init): Likewise.
7227 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7228 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
7229 (struct arm_displaced_step_closure): Use
7230 ARM_DISPLACED_MODIFIED_INSNS.
7231
7232 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7233
7234 * features/Makefile: Remove unused xml files.
7235 * features/aarch64.xml: Remove.
7236 * features/i386/amd64-avx-avx512-linux.xml: Remove.
7237 * features/i386/amd64-avx-avx512.xml: Remove.
7238 * features/i386/amd64-avx-linux.xml: Remove.
7239 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
7240 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
7241 * features/i386/amd64-avx-mpx-linux.xml: Remove.
7242 * features/i386/amd64-avx-mpx.xml: Remove.
7243 * features/i386/amd64-avx.xml: Remove.
7244 * features/i386/amd64-linux.xml: Remove.
7245 * features/i386/amd64-mpx-linux.xml: Remove.
7246 * features/i386/amd64-mpx.xml: Remove.
7247 * features/i386/amd64.xml: Remove.
7248 * features/i386/i386-avx-avx512-linux.xml: Remove.
7249 * features/i386/i386-avx-avx512.xml: Remove.
7250 * features/i386/i386-avx-linux.xml: Remove.
7251 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
7252 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
7253 * features/i386/i386-avx-mpx-linux.xml: Remove.
7254 * features/i386/i386-avx-mpx.xml: Remove.
7255 * features/i386/i386-avx.xml: Remove.
7256 * features/i386/i386-linux.xml: Remove.
7257 * features/i386/i386-mmx-linux.xml: Remove.
7258 * features/i386/i386-mmx.xml: Remove.
7259 * features/i386/i386-mpx-linux.xml: Remove.
7260 * features/i386/i386-mpx.xml: Remove.
7261 * features/i386/i386.xml: Remove.
7262 * features/i386/x32-avx-avx512-linux.xml: Remove.
7263 * features/i386/x32-avx-linux.xml: Remove.
7264 * features/i386/x32-linux.xml: Remove.
7265
7266 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7267
7268 * regformats/aarch64.dat: Remove.
7269 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
7270 * regformats/i386/amd64-avx-linux.dat: Remove.
7271 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
7272 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
7273 * regformats/i386/amd64-linux.dat: Remove.
7274 * regformats/i386/amd64-mpx-linux.dat: Remove.
7275 * regformats/i386/amd64.dat: Remove.
7276 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
7277 * regformats/i386/i386-avx-linux.dat: Remove.
7278 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
7279 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
7280 * regformats/i386/i386-linux.dat: Remove.
7281 * regformats/i386/i386-mmx-linux.dat: Remove.
7282 * regformats/i386/i386-mpx-linux.dat: Remove.
7283 * regformats/i386/i386.dat: Remove.
7284 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
7285 * regformats/i386/x32-avx-linux.dat: Remove.
7286 * regformats/i386/x32-linux.dat: Remove.
7287
7288 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7289
7290 * aarch64-tdep.c: Remove xml self tests.
7291 * amd64-linux-tdep.c: Likewise.
7292 * amd64-tdep.c: Likewise.
7293 * i386-linux-tdep.c: Likewise.
7294 * i386-tdep.c: Likewise.
7295
7296 2019-07-03 Pedro Alves <palves@redhat.com>
7297
7298 PR cli/24732
7299 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
7300 (pipe_cmd_option_defs): New.
7301 (make_pipe_cmd_options_def_group): New.
7302 (pipe_command): Use gdb::option::process_options.
7303 (pipe_command_completer): New function.
7304 (_initialize_cli_cmds): Install completer for "pipe" command.
7305
7306 2019-07-03 Pedro Alves <palves@redhat.com>
7307
7308 * cli/cli-option.c (union option_value) <string>: New field.
7309 (struct option_def_and_value): Add ctor, move ctor, dtor and
7310 use DISABLE_COPY_AND_ASSIGN.
7311 (option_def_and_value::clear_value): New.
7312 (parse_option, save_option_value_in_ctx, get_val_type_str)
7313 (add_setshow_cmds_for_options): Handle var_string.
7314 * cli-option.h (union option_def::var_address) <string>: New
7315 field.
7316 (struct string_option_def): New.
7317 * maint-test-options.c (struct test_options_opts): Add default
7318 ctor and use DISABLE_COPY_AND_ASSIGN.
7319 <string_opt>: New field.
7320 (test_options_opts::~test_options_opts): New.
7321 (test_options_opts::dump): Also dump "-string".
7322 (test_options_option_defs): Install "string.
7323
7324 2019-07-03 Pedro Alves <palves@redhat.com>
7325
7326 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
7327 option_value with a null enumeration.
7328 (complete_options): Save the option values in the context.
7329 (save_option_value_in_ctx): New, factored out from ...
7330 (process_options): ... here.
7331 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
7332 of the function.
7333 * maint-test-options.c (test_options_opts::dump): New, factored
7334 out from ...
7335 (maintenance_test_options_command_mode): ... here.
7336 (maintenance_test_options_command_completion_result): Delete.
7337 (maintenance_test_options_command_completion_text): Update
7338 comment.
7339 (maintenance_show_test_options_completion_result): Change
7340 prototype. Just print
7341 maintenance_test_options_command_completion_text.
7342 (save_completion_result): New.
7343 (maintenance_test_options_completer_mode): Pass options context to
7344 complete_options, and then save a dump.
7345 (_initialize_maint_test_options): Use add_cmd to install "maint
7346 show test-options-completion-result".
7347
7348 2019-07-03 Pedro Alves <palves@redhat.com>
7349
7350 * NEWS (New commands): Mention "with" and "maint with".
7351 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
7352 (with_command, with_command_completer): New.
7353 (pipe_command): Adjust to new repeat_previous
7354 interface.
7355 (_initialize_cli_cmds): Install the "with" command and its "w"
7356 alias.
7357 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
7358 declarations.
7359 * cli/cli-setshow.c (parse_cli_var_uinteger)
7360 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
7361 argument strings for all var_types.
7362 (get_setshow_command_value_string): New, factored out from ...
7363 (do_show_command): ... this.
7364 * cli/cli-setshow.h: Include <string>.
7365 (get_setshow_command_value_string): Declare.
7366 * command.h (repeat_previous): Now returns const char *. Adjust
7367 comment.
7368 * maint.c: Include "cli/cli-cmds.h".
7369 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
7370 (_initialize_maint_cmds): Register the "maintenance with" command.
7371 * top.c (repeat_previous): Move bits from pipe_command here:
7372 Return the saved command line, if any; error out if there's no
7373 command to relaunch.
7374
7375 2019-07-03 Pedro Alves <palves@redhat.com>
7376
7377 * NEWS (New commands): Mention "maint set/show test-settings"
7378 instead of "maint test-settings".
7379 * maint-test-settings.c (maintenance_test_settings_list): Delete.
7380 (maintenance_test_settings_set_list): Rename to ...
7381 (maintenance_set_test_settings_list): ... this.
7382 (maintenance_test_settings_show_list): Rename to ...
7383 (maintenance_show_test_settings_list): ... this.
7384 (maintenance_test_settings_cmd): Delete.
7385 (maintenance_test_settings_set_cmd): ...
7386 (maintenance_set_test_settings_cmd): ... this.
7387 (maintenance_test_settings_show_cmd): ...
7388 (maintenance_show_test_settings_cmd): ... this.
7389 (maintenance_test_settings_show_value_cmd):
7390 (maintenance_show_test_settings_value_cmd): ... this.
7391 (_initialize_maint_test_settings): No longer install the "maint
7392 test-settings" prefix command. Rename "maint test-settings set"
7393 to "maint set test-settings", and "maint test-settings show" to
7394 "maint show test-settings". Adjust all subcommands.
7395
7396 2019-07-03 Pedro Alves <palves@redhat.com>
7397
7398 * maint-test-settings.c: Fix file's intro comment. Replace all
7399 references to "test-options" with references to "test-settings",
7400 in comments.
7401
7402 2019-07-03 Pedro Alves <palves@redhat.com>
7403
7404 * maint-test-settings.c (maintenance_test_settings_xxx)
7405 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
7406 New.
7407 (maintenance_test_settings_enums): Use them.
7408 (maintenance_test_settings_enum): Default to
7409 maintenance_test_settings_xxx.
7410 (_initialize_maint_test_settings): Initialize
7411 MAINTENANCE_TEST_SETTINGS_FILENAME.
7412
7413 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7414
7415 * breakpoint.h (remove_breakpoints_inf): Change return type to
7416 void, move function documentation here.
7417 * breakpoint.c (remove_breakpoints_inf): Change return type to
7418 void, move function documentation to header.
7419
7420 2019-07-02 Pedro Alves <palves@redhat.com>
7421
7422 * NEWS (Completion improvements): Mention "info threads".
7423 * thread.c (struct info_threads_opts, info_threads_option_defs)
7424 (make_info_threads_options_def_group): New.
7425 (info_threads_command): Use gdb::option::process_options.
7426 (info_threads_command_completer): New.
7427 (_initialize_thread): Use gdb::option::build_help to build the
7428 help text for "info threads".
7429
7430 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7431
7432 * defs.h (generic_load): Move from here...
7433 * symfile.h (generic_load): ... to here. Rename name parameter
7434 to args.
7435 * symfile.c (generic_load): Add comment.
7436
7437 2019-07-01 Tom Tromey <tromey@adacore.com>
7438
7439 * dwarf2read.c
7440 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
7441 declaration of without_params. Fix formatting.
7442
7443 2019-07-01 Tom Tromey <tromey@adacore.com>
7444
7445 * ada-exp.y (find_primitive_type): Update.
7446 * ada-lang.h (ada_lookup_symbol): Update.
7447 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
7448 parameter.
7449 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
7450
7451 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7452
7453 PR breakpoints/24541
7454 * gdbarch.c: Regenerate.
7455 * gdbarch.h: Regenerate.
7456 * gdbarch.sh: Add 'stap_adjust_register'.
7457 * i386-tdep.c: Include '<unordered_set>'.
7458 (i386_stap_adjust_register): New function.
7459 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
7460 * stap-probe.c (stap_parse_register_operand): Call
7461 'gdbarch_stap_adjust_register'.
7462
7463 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7464
7465 PR python/24742
7466 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
7467 * python/python.c (do_start_initialization): Use 'xmalloc'
7468 instead of 'PyMem_Malloc'.
7469
7470 2019-06-28 Tom Tromey <tromey@adacore.com>
7471
7472 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
7473 for Ada.
7474
7475 2019-06-27 Tom Tromey <tromey@adacore.com>
7476
7477 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
7478 objfile_key.
7479 (arm_find_mapping_symbol, arm_record_special_symbol)
7480 (_initialize_arm_tdep): Update.
7481 (arm_objfile_data_free): Remove.
7482
7483 2019-06-27 Tom Tromey <tromey@adacore.com>
7484
7485 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
7486 to cp_print_static_field.
7487
7488 2019-06-26 Tom Tromey <tromey@adacore.com>
7489
7490 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
7491 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
7492 declare.
7493
7494 2019-06-26 Alan Hayward <alan.hayward@arm.com>
7495
7496 * features/aarch64-core.c (create_feature_aarch64_core):
7497 Regenerate.
7498 * features/aarch64-core.xml: Add cpsr flags.
7499
7500 2019-06-26 Alan Hayward <alan.hayward@arm.com>
7501
7502 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
7503 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
7504
7505 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7506
7507 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
7508 field.
7509 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
7510 use.
7511 (arm_record_special_symbol): Don't insert new symbol in sorted
7512 position, push it at the end.
7513
7514 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7515
7516 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
7517 (arm_mapping_symbol_s): Remove.
7518 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
7519 (arm_mapping_symbol_vec): New typedef.
7520 (struct arm_per_objfile): Add constructor.
7521 <section_maps>: Change type to
7522 std::unique_ptr<arm_mapping_symbol_vec[]>.
7523 (arm_compare_mapping_symbols): Remove.
7524 (arm_find_mapping_symbol): Adjust to section_maps type change.
7525 (arm_objfile_data_free): Call delete on arm_per_objfile.
7526 (arm_record_special_symbol): Adjust to section_maps type change.
7527 Allocate arm_per_objfile with new.
7528
7529 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7530
7531 * cli/cli-cmds.c (alias_command): Compare the alias prefix
7532 with the command prefix.
7533
7534 2019-06-25 Tom Tromey <tom@tromey.com>
7535
7536 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
7537 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
7538
7539 2019-06-25 Tom Tromey <tom@tromey.com>
7540
7541 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
7542 type.
7543 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
7544 protected.
7545
7546 2019-06-25 Tom Tromey <tom@tromey.com>
7547
7548 * tui/tui-winsource.c
7549 (tui_source_window_base::set_is_exec_point_at): Add check against
7550 LOA_ADDRESS.
7551
7552 2019-06-25 Tom Tromey <tom@tromey.com>
7553
7554 * tui/tui-source.c (tui_set_source_content): Don't check before
7555 xfree.
7556 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
7557
7558 2019-06-25 Tom Tromey <tom@tromey.com>
7559
7560 * tui/tui-winsource.h (tui_update_source_window_as_is)
7561 (tui_alloc_source_buffer, tui_line_is_displayed)
7562 (tui_addr_is_displayed): Change type of win_info.
7563 * tui/tui-winsource.c (tui_update_source_window_as_is)
7564 (tui_clear_source_content, tui_show_source_line)
7565 (tui_show_source_content, tui_source_window_base::refill)
7566 (tui_source_window_base::set_is_exec_point_at)
7567 (tui_source_window_base::set_is_exec_point_at)
7568 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
7569 (tui_alloc_source_buffer, tui_line_is_displayed)
7570 (tui_addr_is_displayed): Change type of win_info. Update.
7571 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7572 (tui_source_window_base::do_make_visible_with_new_height):
7573 Update.
7574 * tui/tui-source.c (tui_set_source_content)
7575 (tui_set_source_content_nil)
7576 (tui_source_window::do_scroll_vertical): Update.
7577 * tui/tui-layout.c (show_layout): Update.
7578 * tui/tui-disasm.c (tui_set_disassem_content)
7579 (tui_disasm_window::do_scroll_vertical): Update.
7580 * tui/tui-data.h (tui_win_content): Remove.
7581 (struct tui_gen_win_info) <content, content_size>: Remove.
7582 (struct tui_source_element): Add initializers and destructor.
7583 (union tui_which_element, struct tui_win_element): Remove.
7584 (struct tui_source_window_base) <content>: New field.
7585 (struct tui_data_window): Remove destructor.
7586 (tui_alloc_content, tui_free_win_content)
7587 (tui_free_all_source_wins_content): Don't declare.
7588 * tui/tui-data.c (tui_initialize_static_data): Update.
7589 (init_content_element, tui_alloc_content): Remove.
7590 (~tui_gen_win_info): Update.
7591 (~tui_data_window, tui_free_all_source_wins_content)
7592 (tui_free_win_content, free_content, free_content_elements):
7593 Remove.
7594
7595 2019-06-25 Tom Tromey <tom@tromey.com>
7596
7597 * tui/tui-winsource.h (tui_clear_source_content)
7598 (tui_erase_source_content, tui_show_source_content): Change type
7599 of win_info.
7600 * tui/tui-winsource.c (tui_clear_source_content)
7601 (tui_erase_source_content, tui_show_source_content): Change type
7602 of win_info.
7603 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
7604 * tui/tui-source.h (tui_set_source_content_nil): Change type of
7605 win_info.
7606 * tui/tui-source.c (tui_set_source_content_nil): Change type of
7607 win_info.
7608 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
7609
7610 2019-06-25 Tom Tromey <tom@tromey.com>
7611
7612 * tui/tui-winsource.c (tui_clear_source_content)
7613 (tui_source_window_base::set_is_exec_point_at): Update.
7614 * tui/tui-source.c (tui_set_source_content_nil): Update.
7615 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
7616 a bool.
7617 * tui/tui-data.c (init_content_element): Update.
7618
7619 2019-06-25 Tom Tromey <tom@tromey.com>
7620
7621 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
7622 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
7623 * tui/tui-layout.c (init_and_make_win): Update.
7624 * tui/tui.h (enum tui_win_type): Update.
7625 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
7626 tui_win_is_auxillary.
7627 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
7628 tui_win_is_auxillary.
7629
7630 2019-06-25 Tom Tromey <tom@tromey.com>
7631
7632 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
7633 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
7634 (tui_delete_data_content_windows, tui_display_all_data)
7635 (tui_data_window::do_scroll_vertical, tui_display_data_from):
7636 Update.
7637 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
7638 * tui/tui-regs.c (tui_last_regs_line_no)
7639 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
7640 (tui_show_registers): Update.
7641 (tui_show_register_group): Return void. Update.
7642 (tui_display_registers_from, tui_display_reg_element_at_line)
7643 (tui_display_registers_from_line, tui_check_register_values):
7644 Update.
7645 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
7646 member.
7647 (struct tui_data_window) <regs_content>: Now a std::vector.
7648 <regs_content_count>: Remove.
7649 (tui_add_content_elements, tui_free_data_content): Don't declare.
7650 * tui/tui-data.c (tui_data_window::clear_detail): Update.
7651 (init_content_element): Remove DATA_WIN case. Add assert.
7652 (tui_add_content_elements): Remove.
7653 (tui_data_window): Update.
7654 (tui_free_data_content): Remove.
7655 (free_content_elements): Remove DATA_WIN case.
7656
7657 2019-06-25 Tom Tromey <tom@tromey.com>
7658
7659 * tui/tui-data.c (tui_data_item_window): Update.
7660 * tui/tui-windata.h (tui_check_data_values): Don't declare.
7661 * tui/tui-windata.c (tui_display_all_data)
7662 (tui_display_data_from_line): Update.
7663 (tui_check_data_values): Remove.
7664 * tui/tui-regs.c (tui_show_register_group)
7665 (tui_display_reg_element_at_line): Update.
7666 * tui/tui-hooks.c (tui_register_changed)
7667 (tui_refresh_frame_and_register_information): Call
7668 tui_check_register_values.
7669 * tui/tui-data.h (struct tui_data_window) <data_content,
7670 data_content_count, data_type>: Remove.
7671 (enum tui_data_type): Remove.
7672
7673 * tui/tui-data.c (tui_data_window::clear_detail)
7674 (~tui_data_window): Update.
7675
7676 2019-06-25 Tom Tromey <tom@tromey.com>
7677
7678 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
7679 declare.
7680 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
7681 Rename from tui_first_data_item_displayed. Update.
7682 (tui_data_window::refresh_all)
7683 (tui_data_window::do_scroll_vertical): Update.
7684 * tui/tui-data.h (struct tui_data_window)
7685 <first_data_item_displayed>: Declare new method.
7686
7687 2019-06-25 Tom Tromey <tom@tromey.com>
7688
7689 * tui/tui-data.h (tui_init_generic_part): Don't declare.
7690 * tui/tui-data.c (tui_init_generic_part): Remove, moving
7691 contents...
7692 (tui_initialize_static_data): ...here.
7693
7694 2019-06-25 Tom Tromey <tom@tromey.com>
7695
7696 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7697 (tui_display_registers_from, tui_check_register_values): Update.
7698 (tui_display_register): Remove win_info parameter; update.
7699 (tui_get_register): Change type of parameters.
7700 * tui/tui-data.h (struct tui_data_element): Remove.
7701 (union tui_which_element) <data>: Remove.
7702 <data_window>: Change type.
7703 (struct tui_data_item_window): New.
7704 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
7705 case. Add assert.
7706 (~tui_data_item_window): New destructor.
7707 (free_content_elements): Remove DATA_ITEM_WIN case.
7708
7709 2019-06-25 Tom Tromey <tom@tromey.com>
7710
7711 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
7712 Remove.
7713
7714 2019-06-25 Tom Tromey <tom@tromey.com>
7715
7716 * tui/tui-data.h (struct tui_command_element): Remove.
7717 (union tui_which_element) <command>: Remove.
7718 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
7719 assert.
7720 (free_content_elements): Remove CMD_WIN case.
7721
7722 2019-06-25 Tom Tromey <tom@tromey.com>
7723
7724 * tui/tui-layout.c (tui_set_layout): Update.
7725 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
7726 * tui/tui-data.c (layout_def): Update.
7727
7728 2019-06-25 Tom Tromey <tom@tromey.com>
7729
7730 * tui/tui-wingeneral.c (tui_refresh_all): Update.
7731 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7732 (tui_source_window_base::set_new_height): Update.
7733 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
7734 Update.
7735 (tui_set_locator_fullname, tui_set_locator_info)
7736 (tui_show_frame_info): Update.
7737 * tui/tui-source.c (tui_set_source_content)
7738 (tui_source_is_displayed): Update.
7739 * tui/tui-layout.c (show_source_disasm_command, show_data)
7740 (show_source_or_disasm_and_command): Update.
7741 * tui/tui-disasm.c (tui_set_disassem_content)
7742 (tui_get_begin_asm_address): Update.
7743 * tui/tui-data.h (struct tui_locator_element): Remove.
7744 (union tui_which_element) <locator>: Remove.
7745 (struct tui_locator_window): New.
7746 (tui_locator_win_info_ptr): Change return type.
7747 * tui/tui-data.c (_locator): Change type.
7748 (tui_locator_win_info_ptr): Change return type.
7749 (init_content_element): Remove LOCATOR_WIN case. Add assert.
7750 (tui_alloc_content): Add assert.
7751
7752 2019-06-25 Tom Tromey <tom@tromey.com>
7753
7754 * tui/tui-winsource.c
7755 (tui_exec_info_window::maybe_allocate_content): New method.
7756 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
7757 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
7758 (make_source_or_disasm_window): Add cast.
7759 * tui/tui-data.h (union tui_which_element) <simple_string>:
7760 Remove.
7761 (struct tui_source_info): New.
7762 (struct tui_source_window_base) <execution_info>: Change type.
7763 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
7764 case, and add assert.
7765 (tui_alloc_content): Add assert.
7766
7767 2019-06-25 Tom Tromey <tom@tromey.com>
7768
7769 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
7770 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
7771 * tui/tui-data.c (tui_alloc_win_info): Remove.
7772
7773 2019-06-25 Tom Tromey <tom@tromey.com>
7774
7775 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
7776 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
7777 can_highlight.
7778
7779 2019-06-25 Tom Tromey <tom@tromey.com>
7780
7781 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
7782 make_visible_with_new_height method.
7783 (tui_win_info::make_visible_with_new_height): New method.
7784 (tui_source_window_base::do_make_visible_with_new_height)
7785 (tui_data_window::do_make_visible_with_new_height)
7786 (tui_cmd_window::do_make_visible_with_new_height): New methods.
7787 (make_visible_with_new_height): Remove.
7788 (tui_resize_all, tui_adjust_win_heights): Use
7789 make_visible_with_new_height method.
7790 * tui/tui-data.h (struct tui_win_info)
7791 <do_make_visible_with_new_height, make_visible_with_new_height>:
7792 New methods.
7793 (struct tui_source_window_base, struct tui_data_window)
7794 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
7795 methods.
7796
7797 2019-06-25 Tom Tromey <tom@tromey.com>
7798
7799 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
7800 method.
7801 (update_tab_width): Call update_tab_width method.
7802 * tui/tui-data.h (struct tui_win_info)
7803 (struct tui_source_window_base) <update_tab_width>: New methods.
7804
7805 2019-06-25 Tom Tromey <tom@tromey.com>
7806
7807 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
7808 parameter.
7809 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
7810 parameter.
7811 (tui_gen_win_info::make_visible): Update.
7812 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
7813 parameter.
7814 * tui/tui-data.h (enum tui_box): New enum.
7815 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
7816
7817 2019-06-25 Tom Tromey <tom@tromey.com>
7818
7819 * tui/tui-layout.c (make_source_or_disasm_window): Always use
7820 init_and_make_win for EXEC_INFO_WIN.
7821 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
7822 longer inline.
7823 (struct tui_win_info) <~tui_win_info>: Inline.
7824 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7825 Don't declare.
7826 * tui/tui-data.c (source_win, disasm_win): Remove globals.
7827 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7828 Remove.
7829 (tui_initialize_static_data): Update.
7830 (~tui_gen_win_info): Handle more cleanup here.
7831 (~tui_source_window_base): Delete "execution_info".
7832 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
7833
7834 2019-06-25 Tom Tromey <tom@tromey.com>
7835
7836 * tui/tui-layout.c (make_command_window): Don't set
7837 can_highlight.
7838 (show_source_disasm_command): Call the reset method.
7839 (show_data): Don't set can_highlight. Call the reset method.
7840 (tui_gen_win_info::reset): Rename from init_gen_win_info
7841 (init_and_make_win): Simplify. Return tui_gen_win_info.
7842 (show_source_or_disasm_and_command): Call the reset method.
7843 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
7844 (struct tui_cmd_window): Set can_highlight.
7845
7846 2019-06-25 Tom Tromey <tom@tromey.com>
7847
7848 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
7849 from make_visible.
7850 (tui_make_visible, tui_make_invisible): Rewrite.
7851 (tui_win_info::make_visible): Remove.
7852 (tui_source_window_base::make_visible): Update.
7853 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
7854 method. Moved from...
7855 (struct tui_win_info) <make_visible>: ...here.
7856
7857 2019-06-25 Tom Tromey <tom@tromey.com>
7858
7859 * tui/tui-winsource.c
7860 (tui_source_window_base::do_scroll_horizontal): Remove direction
7861 parameter.
7862 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
7863 direction parameter.
7864 * tui/tui-win.c (tui_win_info::forward_scroll)
7865 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7866 (tui_win_info::right_scroll): Update.
7867 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
7868 direction parameter.
7869 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
7870 direction parameter.
7871 * tui/tui-data.h (enum tui_scroll_direction): Remove.
7872 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
7873 Remove direction parameter.
7874 (struct tui_source_window_base, struct tui_source_window)
7875 (struct tui_disasm_window, struct tui_data_window)
7876 (struct tui_cmd_window): Update.
7877
7878 2019-06-25 Tom Tromey <tom@tromey.com>
7879
7880 * tui/tui-winsource.h (tui_set_exec_info_content)
7881 (tui_show_exec_info_content, tui_erase_exec_info_content)
7882 (tui_clear_exec_info_content, tui_update_exec_info): Change
7883 argument to tui_source_window_base.
7884 * tui/tui-winsource.c (tui_set_exec_info_content)
7885 (tui_show_exec_info_content, tui_erase_exec_info_content)
7886 (tui_clear_exec_info_content, tui_update_exec_info): Change
7887 argument to tui_source_window_base.
7888
7889 2019-06-25 Tom Tromey <tom@tromey.com>
7890
7891 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
7892 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
7893
7894 2019-06-25 Tom Tromey <tom@tromey.com>
7895
7896 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
7897 check.
7898
7899 2019-06-25 Tom Tromey <tom@tromey.com>
7900
7901 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
7902 type to void.
7903 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
7904 type to void.
7905 * tui/tui-source.c (tui_set_source_content): Update.
7906 * tui/tui-disasm.c (tui_set_disassem_content): Update.
7907
7908 2019-06-25 Tom Tromey <tom@tromey.com>
7909
7910 * tui/tui-win.c (window_name_completer, tui_set_focus)
7911 (tui_all_windows_info): Use name method.
7912 * tui/tui-data.h (struct tui_gen_win_info)
7913 (struct tui_source_window, struct tui_disasm_window)
7914 (struct tui_data_window, struct tui_cmd_window) <name>: New
7915 method.
7916 (tui_win_name): Don't declare.
7917 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
7918 (tui_win_name): Remove.
7919
7920 2019-06-25 Tom Tromey <tom@tromey.com>
7921
7922 * tui/tui-winsource.h (tui_update_source_window)
7923 (tui_update_source_window_as_is): Change parameter type.
7924 * tui/tui-winsource.c (tui_update_source_window): Change win_info
7925 to be a tui_source_window_base.
7926 (tui_update_source_window_as_is): Likewise.
7927 * tui/tui-win.c (make_visible_with_new_height): Update.
7928
7929 2019-06-25 Tom Tromey <tom@tromey.com>
7930
7931 * tui/tui-winsource.c (tui_erase_source_content)
7932 (tui_show_source_content, tui_show_exec_info_content)
7933 (tui_erase_exec_info_content): Use refresh_window method.
7934 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
7935 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
7936 from tui_refresh_win.
7937 (tui_data_window::refresh_window): New method.
7938 (tui_win_info::refresh, tui_source_window_base::refresh)
7939 (tui_refresh_all): Use refresh_window method.
7940 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
7941 method.
7942 * tui/tui-regs.c (tui_display_register): Call refresh_window
7943 method.
7944 * tui/tui-layout.c (show_source_disasm_command)
7945 (show_source_or_disasm_and_command): Call refresh_window method.
7946 * tui/tui-data.h (struct tui_gen_win_info)
7947 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
7948 New method.
7949
7950 2019-06-25 Tom Tromey <tom@tromey.com>
7951
7952 * tui/tui.c (tui_rl_other_window, tui_enable)
7953 (tui_is_window_visible, tui_get_command_dimension): Update.
7954 * tui/tui-winsource.c (tui_update_source_window_as_is)
7955 (tui_clear_source_content, tui_erase_source_content)
7956 (tui_show_source_line, tui_source_window_base::refill)
7957 (tui_source_window_base::do_scroll_horizontal)
7958 (tui_source_window_base::set_is_exec_point_at)
7959 (tui_update_breakpoint_info, tui_set_exec_info_content)
7960 (tui_alloc_source_buffer, tui_line_is_displayed)
7961 (tui_addr_is_displayed): Update.
7962 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7963 (tui_check_and_display_highlight_if_needed)
7964 (tui_win_info::make_visible, tui_win_info::refresh)
7965 (tui_refresh_all): Update.
7966 * tui/tui-windata.c (tui_first_data_item_displayed)
7967 (tui_delete_data_content_windows, tui_erase_data_content)
7968 (tui_display_all_data, tui_data_window::refresh_all)
7969 (tui_check_data_values): Update.
7970 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
7971 (tui_set_win_focus_to, tui_win_info::forward_scroll)
7972 (tui_win_info::backward_scroll, tui_refresh_all_win)
7973 (tui_resize_all, tui_set_focus, tui_all_windows_info)
7974 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
7975 (tui_source_window_base::set_new_height)
7976 (tui_data_window::set_new_height)
7977 (make_invisible_and_set_new_height)
7978 (make_visible_with_new_height, new_height_ok)
7979 (parse_scrolling_args): Update.
7980 * tui/tui-stack.c (tui_show_frame_info): Update.
7981 * tui/tui-source.c (tui_set_source_content)
7982 (tui_set_source_content_nil, tui_source_is_displayed)
7983 (tui_source_window::do_scroll_vertical): Update.
7984 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7985 (tui_display_registers_from, tui_display_reg_element_at_line)
7986 (tui_check_register_values, tui_reg_command): Update.
7987 * tui/tui-layout.c (tui_default_win_height)
7988 (show_source_disasm_command, show_data, init_and_make_win)
7989 (show_source_or_disasm_and_command): Update.
7990 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
7991 (tui_redisplay_readline, tui_mld_flush)
7992 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
7993 (tui_getc): Update.
7994 * tui/tui-disasm.c (tui_set_disassem_content)
7995 (tui_disasm_window::do_scroll_vertical): Update.
7996 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
7997 Now virtual.
7998 (struct tui_win_info): Derive from tui_gen_win_info.
7999 <~tui_win_info>: Mark as override.
8000 <generic>: Remove member.
8001 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
8002 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
8003 (~tui_data_window, ~tui_win_info)
8004 (tui_free_all_source_wins_content): Update.
8005 * tui/tui-command.c (tui_refresh_cmd_win): Update.
8006
8007 2019-06-25 Tom Tromey <tom@tromey.com>
8008
8009 * tui/tui-layout.c (init_and_make_win): Use new.
8010 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
8011 destructor, initializers.
8012 (tui_alloc_generic_win_info): Don't declare.
8013 * tui/tui-data.c (_locator): Add argument to constructor.
8014 (source_win, disasm_win): New globals.
8015 (exec_info): Remove.
8016 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
8017 Update.
8018 (tui_alloc_generic_win_info): Remove.
8019 (init_content_element): Use new.
8020 (tui_win_info::tui_win_info): Update.
8021 (free_content_elements) <case DATA_WIN>: Use delete.
8022
8023 2019-06-25 Tom Tromey <tom@tromey.com>
8024
8025 * tui/tui-wingeneral.c (tui_refresh_win): Update.
8026 * tui/tui-windata.c (tui_first_data_item_displayed)
8027 (tui_delete_data_content_windows): Update.
8028 * tui/tui-win.c (tui_data_window::set_new_height): Update.
8029 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
8030 (tui_display_registers_from, tui_check_register_values): Update.
8031 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
8032 pointer.
8033 * tui/tui-data.c (init_content_element): Update. Allocate the new
8034 window.
8035 (tui_free_data_content): Update.
8036 (free_content_elements) <case DATA_WIN>: Free the window.
8037
8038 2019-06-25 Tom Tromey <tom@tromey.com>
8039
8040 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
8041 Update.
8042 * tui/tui-layout.c (make_command_window)
8043 (show_source_disasm_command, show_data, init_and_make_win)
8044 (show_source_or_disasm_and_command): Update.
8045 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
8046 method.
8047 <can_highight, is_highlighted>: Now bool.
8048 (tui_set_win_highlight): Don't declare.
8049 * tui/tui-data.c (tui_set_win_highlight): Remove.
8050
8051 2019-06-25 Tom Tromey <tom@tromey.com>
8052
8053 * tui/tui-wingeneral.c (make_visible): Remove check of window
8054 type.
8055
8056 2019-06-25 Tom Tromey <tom@tromey.com>
8057
8058 * tui/tui-win.c (tui_win_info::max_height)
8059 (tui_cmd_window::max_height): New methods.
8060 (new_height_ok): Call max_height.
8061 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
8062 <max_height>: New method.
8063
8064 2019-06-25 Tom Tromey <tom@tromey.com>
8065
8066 * tui/tui-win.c (tui_source_window_base::set_new_height)
8067 (tui_data_window::set_new_height): New methods.
8068 (make_invisible_and_set_new_height): Call set_new_height method.
8069 * tui/tui-data.h (struct tui_win_info)
8070 (struct tui_source_window_base, struct tui_data_window)
8071 <set_new_height>: New method.
8072
8073 2019-06-25 Tom Tromey <tom@tromey.com>
8074
8075 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
8076 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
8077 tui_refresh_data_win.
8078 * tui/tui-win.c (tui_source_window_base::refresh_all): New
8079 method.
8080 (tui_refresh_all_win): Call the refresh_all method.
8081 (tui_set_focus): Likewise.
8082 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
8083 (struct tui_source_window_base, struct tui_data_window) <refresh>:
8084 Likewise.
8085
8086 2019-06-25 Tom Tromey <tom@tromey.com>
8087
8088 * tui/tui-winsource.h (tui_refill_source_window)
8089 (tui_set_is_exec_point_at): Don't declare.
8090 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
8091 (tui_source_window_base::refill): Rename from
8092 tui_refill_source_window.
8093 (tui_source_window_base::do_scroll_horizontal): Update.
8094 (tui_source_window_base::set_is_exec_point_at): Rename from
8095 tui_set_is_exec_point_at.
8096 (tui_update_all_breakpoint_info): Update.
8097 * tui/tui-stack.c (tui_show_frame_info): Update.
8098 * tui/tui-layout.c (show_data): Add cast.
8099 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
8100 * tui/tui-data.h (struct tui_source_window_base) <refill,
8101 set_is_exec_point_at>: New methods.
8102 (tui_source_windows, tui_add_to_source_windows): Update types.
8103 (tui_add_to_source_windows): Remove redundant declaration.
8104 * tui/tui-data.c (source_windows): Store tui_source_window_base.
8105 (tui_source_windows): Change return type.
8106 (tui_clear_source_windows_detail): Update.
8107 (tui_add_to_source_windows): Change type of parameter.
8108 (tui_free_all_source_wins_content): Update.
8109
8110 2019-06-25 Tom Tromey <tom@tromey.com>
8111
8112 * tui/tui-wingeneral.c (tui_win_info::refresh)
8113 (tui_source_window_base::refresh): New methods.
8114 (tui_refresh_all): Call the refresh method.
8115 * tui/tui-data.h (struct tui_win_info)
8116 (struct tui_source_window_base) <refresh>: New method.
8117
8118 2019-06-25 Tom Tromey <tom@tromey.com>
8119
8120 * tui/tui.h (tui_is_window_visible): Return bool.
8121 * tui/tui.c (tui_is_window_visible): Return bool.
8122 * tui/tui-wingeneral.c (tui_make_window, make_visible)
8123 (tui_make_visible, tui_make_invisible)
8124 (tui_win_info::make_visible)
8125 (tui_source_window_base::make_visible, make_all_visible)
8126 (tui_make_all_visible, tui_make_all_invisible): Update.
8127 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
8128 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
8129 bool.
8130 (struct tui_win_info, struct tui_source_window_base)
8131 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
8132 * tui/tui-data.c (tui_init_generic_part): Update.
8133
8134 2019-06-25 Tom Tromey <tom@tromey.com>
8135
8136 * tui/tui-wingeneral.c (tui_win_info::make_visible)
8137 (tui_source_window_base::make_visible): New methods.
8138 (make_all_visible): Make method call.
8139 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
8140 (struct tui_source_window_base, struct tui_cmd_window): Override
8141 make_visible.
8142 (tui_win_is_source_type): Don't declare.
8143 * tui/tui-data.c (tui_win_is_source_type): Remove.
8144
8145 2019-06-25 Tom Tromey <tom@tromey.com>
8146
8147 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
8148 NULL check.
8149
8150 2019-06-25 Tom Tromey <tom@tromey.com>
8151
8152 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
8153 Inline constructor. Add initializers for members.
8154 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
8155 constructors; now inline in class.
8156
8157 2019-06-25 Tom Tromey <tom@tromey.com>
8158
8159 * tui/tui-regs.c (tui_show_registers): Update.
8160 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
8161 bool.
8162 * tui/tui-data.c (tui_data_window::clear_detail)
8163 (tui_data_window): Update.
8164
8165 2019-06-25 Tom Tromey <tom@tromey.com>
8166
8167 * tui/tui-windata.c (tui_display_all_data)
8168 (tui_display_data_from_line, tui_display_data_from)
8169 (tui_check_data_values, tui_data_window::do_scroll_vertical):
8170 Update.
8171 * tui/tui-regs.c (tui_last_regs_line_no)
8172 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
8173 (tui_show_registers, tui_show_register_group)
8174 (tui_display_registers_from, tui_display_reg_element_at_line)
8175 (tui_display_registers_from_line, tui_check_register_values)
8176 (tui_reg_next, tui_reg_prev): Update.
8177 * tui/tui-layout.c (tui_set_layout, show_data): Update.
8178 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
8179 tui_data_window.
8180 (struct tui_win_info) <detail>: Remove. Add new fields from
8181 tui_data_info.
8182 (TUI_DATA_WIN): Add cast.
8183 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
8184 (~tui_data_window): Simplify.
8185
8186 2019-06-25 Tom Tromey <tom@tromey.com>
8187
8188 * tui/tui-layout.c (show_source_disasm_command)
8189 (show_source_or_disasm_and_command): Update.
8190 * tui/tui-io.c (update_cmdwin_start_line)
8191 (tui_redisplay_readline): Update.
8192 * tui/tui-data.h (struct tui_command_info): Remove.
8193 (struct tui_win_info) <detail>: Remove command_info member.
8194 (struct tui_data_window) <start_line>: New member, from
8195 tui_command_info.
8196 (TUI_CMD_WIN): Add casts.
8197
8198 2019-06-25 Tom Tromey <tom@tromey.com>
8199
8200 * tui/tui-winsource.c (tui_update_source_window)
8201 (tui_refill_source_window)
8202 (tui_source_window_base::do_scroll_horizontal)
8203 (tui_update_breakpoint_info, tui_set_exec_info_content)
8204 (tui_show_exec_info_content, tui_erase_exec_info_content)
8205 (tui_clear_exec_info_content): Update.
8206 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
8207 Update.
8208 * tui/tui-win.c (make_invisible_and_set_new_height)
8209 (make_visible_with_new_height): Update.
8210 * tui/tui-source.c (tui_set_source_content)
8211 (tui_show_symtab_source): Update.
8212 * tui/tui-layout.c (extract_display_start_addr)
8213 (show_source_disasm_command, show_data)
8214 (make_source_or_disasm_window)
8215 (show_source_or_disasm_and_command): Update.
8216 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
8217 (tui_disasm_window::do_scroll_vertical): Remove shadowing
8218 "gdbarch".
8219 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
8220 to tui_source_window_base.
8221 (struct tui_win_info) <detail>: Remove source_info member.
8222 (struct tui_source_window_base) <has_locator>: Inline.
8223 Move contents from tui_source_info; rename has_locator member to
8224 m_has_locator.
8225 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
8226 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
8227 header file.
8228 (tui_source_window_base::clear_detail, ~tui_source_window_base):
8229 Simplify.
8230 (tui_free_all_source_wins_content): Cast to
8231 tui_source_window_base.
8232
8233 2019-06-25 Tom Tromey <tom@tromey.com>
8234
8235 * tui/tui-win.c (make_invisible_and_set_new_height)
8236 (make_visible_with_new_height): Call has_locator method.
8237 * tui/tui-layout.c (show_source_disasm_command, show_data)
8238 (show_source_or_disasm_and_command): Update for bool change.
8239 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
8240 (tui_win_info) <has_locator>: New method.
8241 (struct tui_source_window_base) <has_locator>: New method.
8242 (tui_win_has_locator): Don't declare.
8243 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
8244 from tui_win_has_locator.
8245 (tui_source_window_base): Use false, not FALSE.
8246
8247 2019-06-25 Tom Tromey <tom@tromey.com>
8248
8249 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
8250 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
8251 clear_detail method directly.
8252 (tui_clear_win_detail): Remove.
8253
8254 2019-06-25 Tom Tromey <tom@tromey.com>
8255
8256 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
8257 "this", not TUI_DISASM_WIN.
8258
8259 2019-06-25 Tom Tromey <tom@tromey.com>
8260
8261 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
8262 declare.
8263 * tui/tui-winsource.c
8264 (tui_source_window_base::do_scroll_horizontal): Rename from
8265 tui_horizontal_source_scroll.
8266 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
8267 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
8268 from tui_vertical_data_scroll.
8269 * tui/tui-win.h (tui_scroll): Don't declare.
8270 * tui/tui-win.c (tui_win_info::forward_scroll)
8271 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
8272 (tui_win_info::right_scroll): Rename and update.
8273 (tui_scroll_forward_command, tui_scroll_backward_command)
8274 (tui_scroll_left_command, tui_scroll_right_command): Update.
8275 (tui_scroll): Remove.
8276 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
8277 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
8278 from tui_vertical_source_scroll.
8279 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
8280 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
8281 from tui_vertical_disassem_scroll.
8282 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
8283 do_scroll_horizontal>: New methods.
8284 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
8285 Likewise.
8286 (struct tui_source_window_base): Add do_scroll_horizontal.
8287 (struct tui_source_window, struct tui_disasm_window): Add
8288 do_scroll_vertical.
8289 (struct tui_data_window, struct tui_cmd_window): Add
8290 do_scroll_horizontal and do_scroll_vertical.
8291 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
8292
8293 2019-06-25 Tom Tromey <tom@tromey.com>
8294
8295 * tui/tui-data.h (struct tui_source_window_base): New struct.
8296 (struct tui_source_window): Derive from tui_source_window_base.
8297 (struct tui_disasm_window): New struct.
8298 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
8299 from tui_source_window::clear_detail.
8300 (tui_source_window_base): Rename from tui_source_window.
8301 (~tui_source_window_base): Rename from ~tui_source_window.
8302 (tui_alloc_win_info): Create a tui_disasm_window.
8303
8304 2019-06-25 Tom Tromey <tom@tromey.com>
8305
8306 * tui/tui-data.h (struct tui_source_window)
8307 (struct tui_data_window): Declare destructors.
8308 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
8309 destructors.
8310 (tui_win_info): Simplify.
8311
8312 2019-06-25 Tom Tromey <tom@tromey.com>
8313
8314 * tui/tui-winsource.c (tui_display_main)
8315 (tui_update_source_windows_with_addr)
8316 (tui_update_all_breakpoint_info): Update.
8317 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
8318 (new_height_ok, parse_scrolling_args): Update.
8319 * tui/tui-stack.c (tui_show_frame_info): Update.
8320 * tui/tui-data.h (struct tui_list): Remove.
8321 (tui_source_windows): Return a reference to a std::vector.
8322 * tui/tui-data.c (source_windows): Now a std::vector.
8323 (tui_source_windows): Change return type.
8324 (tui_clear_source_windows): Rewrite.
8325 (tui_clear_source_windows_detail, tui_add_to_source_windows)
8326 (tui_free_all_source_wins_content): Rewrite.
8327
8328 2019-06-25 Tom Tromey <tom@tromey.com>
8329
8330 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
8331 (struct tui_data_window, struct tui_cmd_window): Declare
8332 clear_detail method.
8333 * tui/tui-data.c (tui_source_window::clear_detail)
8334 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
8335 methods.
8336 (tui_clear_win_detail): Simplify.
8337
8338 2019-06-25 Tom Tromey <tom@tromey.com>
8339
8340 * tui/tui-layout.c (make_source_window, make_disasm_window)
8341 (make_source_or_disasm_window): Remove win_info_ptr parameter.
8342 Return the new window.
8343 (show_source_disasm_command, show_data)
8344 (show_source_or_disasm_and_command): Update.
8345
8346 2019-06-25 Tom Tromey <tom@tromey.com>
8347
8348 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
8349 parameter. Return the new window.
8350 (show_source_disasm_command): Update and remove NULL check.
8351 (show_source_or_disasm_and_command): Update.
8352
8353 2019-06-25 Tom Tromey <tom@tromey.com>
8354
8355 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
8356
8357 2019-06-25 Tom Tromey <tom@tromey.com>
8358
8359 * tui/tui-data.h (struct tui_win_info): Make constructor
8360 protected. Make destructor virtual. Add initializers.
8361 (tui_source_window, tui_data_window, tui_cmd_window): New
8362 classes.
8363 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
8364 constructor. Add "type" parameter.
8365 (tui_source_window, tui_data_window, tui_cmd_window): New
8366 constructors.
8367 (tui_alloc_win_info): Instantiate the appropriate subclass.
8368
8369 2019-06-25 Tom Tromey <tom@tromey.com>
8370
8371 * tui/tui-win.c (tui_resize_all): Use delete.
8372 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
8373 destructor.
8374 (tui_free_window): Don't declare.
8375 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
8376 Update.
8377
8378 2019-06-25 Tom Tromey <tom@tromey.com>
8379
8380 * tui/tui-data.h (struct tui_win_info): Add constructor.
8381 * tui/tui-data.c (tui_alloc_win_info): Use new.
8382 (tui_free_window): Use delete.
8383
8384 2019-06-22 Tom Tromey <tom@tromey.com>
8385
8386 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
8387 declare.
8388 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
8389
8390 2019-06-22 Tom Tromey <tom@tromey.com>
8391
8392 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
8393 declare.
8394 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
8395
8396 2019-06-22 Tom de Vries <tdevries@suse.de>
8397
8398 * dwarf2read.c (create_addrmap_from_aranges)
8399 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
8400 instead of '%zu'.
8401
8402 2019-06-21 Simon Marchi <simon.marchi@efficios.com>
8403
8404 * dwarf2read.h (dwarf2_section_info_def): Remove.
8405 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
8406 * dwarf2read.c (struct dwo_sections) <types>: Change type to
8407 std::vector<dwarf2_section_info>.
8408 (struct dwo_file) <~dwo_file>: Remove.
8409 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
8410 types field.
8411 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
8412 (dwarf2_read_debug_names): Likewise.
8413 (create_debug_types_hash_table): Change parameter type to
8414 array_view, adjust code accordingly.
8415 (dwarf2_locate_dwo_sections): Adjust to std::vector.
8416 (partial_die_info::fixup): Likewise.
8417 (determine_prefix): Likewise.
8418 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
8419
8420 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8421
8422 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
8423 gdb_bfd_ref_ptr.
8424 <~dwo_file>: Remove call to gdb_bfd_unref.
8425 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
8426 gdb_bfd_ref_ptr::get.
8427
8428 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8429
8430 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
8431 type to htab_up.
8432 * dwarf2read.c (struct dwo_file): Initialize fields.
8433 <~dwo_file>: New.
8434 (free_dwo_file): Remove, move content to ~dwo_file.
8435 (struct dwo_file_deleter): Remove.
8436 (dwo_file_up>: Remove custom deleter.
8437 (free_dwo_files): Remove.
8438 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
8439 dwo_files.
8440 (process_skeletonless_type_units): Call unique_ptr::get.
8441 (allocate_dwo_file_hash_table): Add deleter to created hash
8442 table. Change return type to htab_up.
8443 (lookup_dwo_file_slot): Don't memset dwo_file, call
8444 unique_ptr::get.
8445 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
8446 (create_dwo_unit_in_dwp_v2): Likewise.
8447 (open_and_init_dwo_file): Likewise.
8448 (free_dwo_file_from_slot): Remove.
8449
8450 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8451
8452 * dwarf2read.h (struct dwarf2_section_info) <readin,
8453 is_virtual>: Change type to bool.
8454 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
8455 true instead of 1.
8456
8457 2019-06-19 Tom Tromey <tom@tromey.com>
8458
8459 * tui/tui-data.h (tui_init_content_element): Don't declare.
8460
8461 2019-06-19 Tom Tromey <tom@tromey.com>
8462
8463 * tui/tui-data.h (tui_init_win_info): Don't declare.
8464
8465 2019-06-19 Tom de Vries <tdevries@suse.de>
8466
8467 * dwarf2read.h (abstract_to_concrete): Change type to
8468 std::unordered_map<sect_offset, std::vector<sect_offset>,
8469 gdb::hash_enum<sect_offset>>.
8470
8471 2019-06-19 Tom Tromey <tromey@adacore.com>
8472
8473 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
8474 EVAL_AVOID_SIDE_EFFECTS specially.
8475
8476 2019-06-19 Tom Tromey <tromey@adacore.com>
8477
8478 * source-cache.c (highlighter): New global.
8479 (source_cache::get_source_lines): Create a highlighter on demand.
8480
8481 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
8482
8483 * defs.h (deprecated_interactive_hook): Delete declaration.
8484 * interps.c (clear_interpreter_hooks): Remove use of
8485 deprecated_interactive_hook.
8486 * top.c (deprecated_interactive_hook): Delete definition.
8487 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
8488
8489 2019-06-18 Tom de Vries <tdevries@suse.de>
8490
8491 PR gdb/24515
8492 * dwarf2read.h (abstract_to_concrete): Change type from
8493 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
8494 std::unordered_map<sect_offset, std::vector<sect_offset>>.
8495 * dwarf2read.c (read_variable): Update.
8496 (dwarf2_fetch_die_loc_sect_off): Update.
8497
8498 2019-06-17 Tom de Vries <tdevries@suse.de>
8499
8500 PR gdb/24617
8501 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
8502 accessing parent[parent_len - 1].
8503
8504 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8505
8506 PR gdb/24364
8507 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
8508 call dtrace_process_dof with NULL dof.
8509
8510 2019-06-16 Tom de Vries <tdevries@suse.de>
8511
8512 PR gdb/24445
8513 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
8514
8515 2019-06-16 Tom Tromey <tom@tromey.com>
8516
8517 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
8518 (make_all_visible): Use address of member.
8519
8520 2019-06-16 Tom Tromey <tom@tromey.com>
8521
8522 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
8523 (tui_free_window, free_content, free_content_elements): Remove
8524 unnecessary cast.
8525 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
8526 cast.
8527 * tui/tui-regs.c (tui_show_register_group)
8528 (tui_display_registers_from, tui_display_reg_element_at_line):
8529 Remove unnecessary cast.
8530
8531 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8532
8533 * linux-nat.c (normal_mask): Delete.
8534 (_initialize_linux_nat): Don't initialise normal_mask.
8535
8536 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8537
8538 PR gdb/24445
8539 * dwarf-index-write.h (write_psymtabs_to_index): Add
8540 dwz_basename parameter.
8541 * dwarf-index-write.c (write_gdbindex): Move file writing to
8542 write_gdbindex_1. Change return type void.
8543 (assert_file_size): Move up, remove filename parameter.
8544 (write_gdbindex_1): New function.
8545 (write_debug_names): Change return type to void, call
8546 assert_file_size.
8547 (struct index_wip_file): New struct.
8548 (write_psymtabs_to_index): Add dwz_basename parameter. Move
8549 file logic to index_wip_file. Write index for dwz file if
8550 needed.
8551 (save_gdb_index_command): Pass basename of dwz file, if present.
8552 * dwarf-index-cache.c (index_cache::store): Obtain and pass
8553 build-id of dwz file, if present.
8554 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
8555 (dwarf2_get_dwz_file): Likewise.
8556 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
8557 (dwarf2_get_dwz_file): Likewise.
8558
8559 2019-06-16 Tom Tromey <tom@tromey.com>
8560
8561 * coffread.c (process_coff_symbol): Use xstrdup.
8562 * value.c (create_internalvar): Use xstrdup.
8563
8564 2019-06-16 Tom Tromey <tom@tromey.com>
8565
8566 * valops.c (value_cast, value_slice): Remove unnecessary cast.
8567 * breakpoint.c (stopin_command, stopat_command)
8568 (until_break_command, decode_location_default): Remove unnecessary
8569 cast.
8570 * utils.c (subset_compare): Remove unnecessary cast.
8571 * ada-lang.c (ada_update_initial_language): Remove unnecessary
8572 cast.
8573 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
8574 cast.
8575 * infcmd.c (path_command): Remove unnecessary cast.
8576 * coffread.c (decode_type): Remove unnecessary cast.
8577 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
8578 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
8579 * tui/tui-stack.c (tui_show_locator_content)
8580 (tui_show_frame_info): Remove unnecessary cast.
8581 * tui/tui-win.c (tui_scroll_forward_command)
8582 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
8583 (parse_scrolling_args): Remove unnecessary cast.
8584 * tui/tui-data.c (init_win_info, tui_del_window)
8585 (tui_free_window, tui_del_data_windows, tui_free_data_content)
8586 (free_content_elements): Remove unnecessary cast.
8587 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
8588 unnecessary cast.
8589 * tui/tui-source.c (tui_set_source_content)
8590 (tui_vertical_source_scroll): Remove unnecessary cast.
8591 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
8592 cast.
8593 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
8594 * tui/tui-regs.c (tui_display_registers_from)
8595 (tui_display_register): Remove unnecessary cast.
8596 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
8597 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
8598 (make_visible): Remove unnecessary cast.
8599 * tui/tui-winsource.c (tui_erase_source_content)
8600 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
8601 unnecessary cast.
8602 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
8603 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
8604 * stabsread.c (read_type, read_array_type, read_range_type):
8605 Remove unnecessary cast.
8606 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
8607 (parse_symbol, parse_type, upgrade_type, parse_external)
8608 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
8609 unnecessary cast.
8610 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
8611
8612 2019-06-16 Tom Tromey <tom@tromey.com>
8613
8614 * tui/tui-data.c (tui_alloc_generic_win_info)
8615 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
8616 checks.
8617
8618 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8619 Andrew Burgess <andrew.burgess@embecosm.com>
8620
8621 * f-typeprint.c (f_print_type): Don't return early for not
8622 associated or not allocated types.
8623 (f_type_print_varspec_suffix): Add print_rank parameter and print
8624 ranks of array types in case they dangling.
8625 (f_type_print_base): Add print_rank parameter.
8626
8627 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8628
8629 * NEWS: Mention new MI commands.
8630 * break-catch-throw.c (enum exception_event_kind): Move to
8631 breakpoint.h.
8632 (print_mention_exception_catchpoint): Output text as a single
8633 message.
8634 (catch_exception_command_1): Rename to...
8635 (catch_exception_event): ...this, make non-static, update header
8636 command, and change some parameter types.
8637 (catch_catch_command): Update for changes to
8638 catch_exception_command_1.
8639 (catch_throw_command): Likewise.
8640 (catch_rethrow_command): Likewise.
8641 * breakpoint.c (enum exception_event_kind): Delete.
8642 * breakpoint.h (enum exception_event_kind): Moved here from
8643 break-catch-throw.c.
8644 (catch_exception_event): Declare.
8645 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
8646 (mi_cmd_catch_throw): New function.
8647 (mi_cmd_catch_rethrow): New function.
8648 (mi_cmd_catch_catch): New function.
8649 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
8650 'catch-catch' entries.
8651 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
8652 (mi_cmd_catch_rethrow): Declare.
8653 (mi_cmd_catch_catch): Declare.
8654
8655 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8656
8657 * annotate.c (annotate_source_line): Change return type to void,
8658 update implementation to match.
8659 * annotate.h (annotate_source_line): Change return type to void,
8660 update header comment.
8661 * stack.c (print_frame_info): Don't change what frame information
8662 is printed based on whether annotations are on or not.
8663
8664 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8665
8666 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
8667 (annotate_source): Make static.
8668 (annotate_source_line): Moved from source.c and renamed from
8669 identify_source_line. Update the return type.
8670 * annotate.h (annotate_source): Delete declaration.
8671 (annotate_source_line): Declaration moved from source.h, and
8672 renamed from identify_source_line. Return type updated.
8673 * source.c (identify_source_line): Moved to annotate.c and renamed
8674 to annotate_source_line.
8675 (info_line_command): Remove check of annotation_level.
8676 * source.h (identify_source_line): Move declaration to annotate.h
8677 and rename to annotate_source_line.
8678 * stack.c: Add 'annotate.h' include.
8679 (print_frame_info): Remove check of annotation_level before
8680 calling annotate_source_line.
8681
8682 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8683
8684 * source-cache.c (source_cache::get_plain_source_lines): Use
8685 open_source_file_with_line_charpos instead of just
8686 open_source_file, remove call to find_source_lines.
8687 (source_cache::get_source_lines): Likewise.
8688 * source.c (find_source_lines): Make static.
8689 (get_filename_and_charpos): Renamed into...
8690 (open_source_file_with_line_charpos): ..this along with changes to
8691 return a scoped_fd, and some other minor clean ups.
8692 (identify_source_line): Use open_source_file_with_line_charpos.
8693 (search_command_helper): Use open_source_file_with_line_charpos
8694 instead of just open_source_file, remove call to
8695 find_source_lines.
8696 * source.h (open_source_file_with_line_charpos): Declare new
8697 function.
8698 (find_source_lines): Delete declaration.
8699
8700 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8701
8702 * source.c (get_filename_and_charpos): Remove fullname
8703 parameter.
8704 (identify_source_line): Update call to get_filename_and_charpos.
8705
8706 2019-06-14 Tom Tromey <tromey@adacore.com>
8707
8708 PR gdb/24502:
8709 * ui-style.h (skip_ansi_escape): Update comment.
8710 * ui-file.h (class no_terminal_escape_file): New class.
8711 * ui-file.c (no_terminal_escape_file::write)
8712 (no_terminal_escape_file::puts): New methods.
8713 * cli/cli-logging.c (handle_redirections): Use
8714 no_terminal_escape_file.
8715
8716 2019-06-14 Tom Tromey <tromey@adacore.com>
8717
8718 * NEWS: Move convenience variable news above Python news.
8719
8720 2019-06-14 Tom Tromey <tom@tromey.com>
8721
8722 * gnulib: Move directory to top-level.
8723 * configure.ac: Don't configure gnulib.
8724 * configure: Rebuild.
8725 * common/common-defs.h: Use new path to gnulib.
8726 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
8727 (GNULIB_H): Remove.
8728 (INCGNU): Look in new gnulib location.
8729 (HFILES_NO_SRCDIR): Remove gnulib files.
8730 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
8731 (generated_files): Remove GNULIB_H.
8732 ($(LIBGNU), all-lib): Remove targets.
8733 (distclean): Don't mention GNULIB_BUILDDIR.
8734 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
8735
8736 2019-06-14 Tom Tromey <tromey@adacore.com>
8737
8738 * symfile.c (add_symbol_file_command): Remove obsolete comment.
8739 Warn if symbol file does not provide any symbols.
8740
8741 2019-06-14 Tom Tromey <tromey@adacore.com>
8742
8743 * source.c (find_and_open_source): Respect basenames_may_differ.
8744
8745 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
8746
8747 * annotate.c (annotate_breakpoints_invalid): Make use of
8748 scoped_restore_terminal_state.
8749 (annotate_frames_invalid): Likewise.
8750
8751 2019-06-14 Tom Tromey <tromey@adacore.com>
8752
8753 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
8754 allow assignment to an internalvar.
8755
8756 2019-06-14 Tom Tromey <tromey@adacore.com>
8757
8758 * ada-lex.l: Allow "_" in attribute names.
8759
8760 2019-06-14 Tom Tromey <tromey@adacore.com>
8761
8762 PR gdb/24653:
8763 * regcache.c (registers_changed): Don't call alloca.
8764 * top.c (execute_command): Don't call alloca.
8765
8766 2019-06-13 Pedro Alves <palves@redhat.com>
8767
8768 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
8769 'expression'. When parsing an expression, error out if there's
8770 junk after "unlimited".
8771 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8772 (do_set_command): Adjust calls to is_unlimited_literal.
8773
8774 2019-06-13 Pedro Alves <palves@redhat.com>
8775
8776 * compile/compile.c (make_compile_options_def_group): Add braces
8777 around array_view initializer.
8778 * thread.c (make_thread_apply_all_options_def_group)
8779 (make_thread_apply_all_options_def_group): Likewise.
8780
8781 2019-06-13 Pedro Alves <palves@redhat.com>
8782
8783 * NEWS (New commands): Mention "maint test-options
8784 require-delimiter", "maint test-options unknown-is-error", "maint
8785 test-options unknown-is-operand" and "maint show
8786 test-options-completion-result".
8787 (New command options, command completion): New section.
8788 (Completion improvements): New section.
8789 Mention that you can abbreviate "unlimited".
8790
8791 2019-06-13 Pedro Alves <palves@redhat.com>
8792
8793 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
8794 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
8795 * unittests/cli-utils-selftests.c (test_parse_flags)
8796 (test_parse_flags_qcs): Delete.
8797 (test_cli_utils): Don't call deleted functions.
8798
8799 2019-06-13 Pedro Alves <palves@redhat.com>
8800
8801 * thread.c: Include "cli/cli-option.h".
8802 (tp_array_compar_ascending): Global.
8803 (tp_array_compar): Delete function.
8804 (tp_array_compar_ascending, tp_array_compar_descending): New
8805 functions.
8806 (ascending_option_def, qcs_flag_option_def)
8807 (thr_qcs_flags_option_defs)
8808 (make_thread_apply_all_options_def_group)
8809 (make_thread_apply_options_def_group): New.
8810 (thread_apply_all_command): Use gdb::option::process_options.
8811 (thread_apply_command_completer)
8812 (thread_apply_all_command_completer): New.
8813 (thread_apply_command): Use gdb::option::process_options.
8814 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
8815 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
8816 to generate help text of "thread apply". Adjust "taas"'s help.
8817 * tid-parse.c (tid_range_parser::in_thread_range): New method.
8818 * tid-parse.h (tid_range_parser::in_thread_range): New method.
8819
8820 2019-06-13 Pedro Alves <palves@redhat.com>
8821
8822 * thread.c (thread_apply_command): Check for invalid TID with
8823 isdigit instead of !isalpha.
8824
8825 2019-06-13 Pedro Alves <palves@redhat.com>
8826
8827 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
8828 (validate_flags_qcs): New.
8829 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
8830 (validate_flags_qcs): Declare.
8831 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
8832 (make_frame_apply_options_def_group): New.
8833 (frame_apply_command_count): Process options with
8834 gdb::option::process_options.
8835 (frame_apply_completer): New.
8836 (frame_apply_level_completer, frame_apply_all_completer)
8837 (frame_apply_completer): New.
8838 (_initialize_stack): Update help of "frame apply", "frame apply
8839 level", "frame apply all" and "faas" to mention supported options
8840 and install command completers.
8841 * stack.h (frame_apply_all_completer): Declare.
8842 * thread.c: Include "stack.h".
8843 (tfaas_command): Add "--".
8844 (_initialize_thread): Update help "tfaas" to mention supported
8845 options and install command completer.
8846
8847 2019-06-13 Pedro Alves <palves@redhat.com>
8848
8849 * completer.c (complete_nested_command_line): New.
8850 (gdb_completion_word_break_characters_throw): Add assertion.
8851 * completer.h (complete_nested_command_line): Declare.
8852
8853 2019-06-13 Pedro Alves <palves@redhat.com>
8854
8855 * stack.c (parse_backtrace_qualifiers): New.
8856 (backtrace_command): Use it.
8857 (backtrace_command_completer): Complete on qualifiers.
8858
8859 2019-06-13 Pedro Alves <palves@redhat.com>
8860
8861 * frame.c: Include "cli/cli-option.h.
8862 (user_set_backtrace_options): New.
8863 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
8864 Delete.
8865 (get_prev_frame): Adjust.
8866 (boolean_option_def, uinteger_option_def)
8867 (set_backtrace_option_defs): New.
8868 (_initialize_frame): Adjust and use
8869 gdb::option::add_setshow_cmds_for_options to install "set
8870 backtrace past-main" and "set backtrace past-entry".
8871 * frame.h: Include "cli/cli-option.h".
8872 (struct frame_print_options): Forward declare.
8873 (print_frame_arguments_all, print_frame_arguments_scalars)
8874 (print_frame_arguments_none): Declare.
8875 (print_entry_values): Delete declaration.
8876 (struct frame_print_options, user_frame_print_options): New.
8877 (struct set_backtrace_options): New.
8878 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
8879 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
8880 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
8881 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
8882 (list_args_or_locals): Add frame_print_options parameter.
8883 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8884 * python/py-framefilter.c (enumerate_args): Pass down
8885 USER_FRAME_PRINT_OPTIONS.
8886 * stack.c: Include "cli/cli-option.h".
8887 (print_frame_arguments_all, print_frame_arguments_scalars)
8888 (print_frame_arguments_none): Declare.
8889 (print_raw_frame_arguments, print_entry_values): Delete.
8890 (user_frame_print_options): New.
8891 (boolean_option_def, enum_option_def, frame_print_option_defs):
8892 New.
8893 (struct backtrace_cmd_options): New.
8894 (bt_flag_option_def): New.
8895 (backtrace_command_option_defs): New.
8896 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8897 (print_frame_arg, read_frame_arg, print_frame_args)
8898 (print_frame_info, print_frame): Add frame_print_options parameter
8899 and use it.
8900 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
8901 (backtrace_command_1): Add frame_print_options and
8902 backtrace_cmd_options parameters and use them.
8903 (make_backtrace_options_def_group): New.
8904 (backtrace_command): Process command options with
8905 gdb::option::process_options.
8906 (backtrace_command_completer): New.
8907 (_initialize_stack): Extend "backtrace"'s help to mention
8908 supported options. Install completer for "backtrace".
8909 Install some settings commands with add_setshow_cmds_for_options.
8910
8911 2019-06-13 Pedro Alves <palves@redhat.com>
8912
8913 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
8914 and that "set/show print raw frame-arguments" are now deprecated.
8915
8916 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
8917 command.
8918 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
8919 * stack.c (_initialize_stack): Install "set/show print
8920 raw-frame-arguments", and deprecate "set/show print raw
8921 frame-arguments".
8922 * valprint.c (_initialize_valprint): Deprecate "set/show print
8923 raw".
8924
8925 2019-06-13 Pedro Alves <palves@redhat.com>
8926
8927 * compile/compile.c (struct compile_options): New.
8928 (compile_flag_option_def, compile_command_option_defs)
8929 (make_compile_options_def_group): New.
8930 (compile_file_command): Handle options with
8931 gdb::option::process_options.
8932 (compile_file_command_completer): New function.
8933 (compile_code_command): Handle options with
8934 gdb::option::process_options.
8935 (compile_code_command_completer): New function.
8936 (_initialize_compiler): Install completers for "compile code" and
8937 "compile file". Mention available options in "compile code" and
8938 "compile code"'s help.
8939 * completer.c (advance_to_completion_word): New, factored out from
8940 ...
8941 (advance_to_expression_complete_word_point): ... this.
8942 (advance_to_filename_complete_word_point): New.
8943 * completer.h (advance_to_filename_complete_word_point): New
8944 declaration.
8945
8946 2019-06-13 Pedro Alves <palves@redhat.com>
8947
8948 * compile/compile.c: Include "cli/cli-option.h".
8949 (compile_print_value): Scope data pointer is now a
8950 value_print_options pointer; adjust.
8951 (compile_print_command): Process options. Scope data pointer is
8952 now a value_print_options pointer; adjust.
8953 (_initialize_compile): Update "compile print"'s help to include
8954 supported options. Install a completer for "compile print".
8955 * cp-valprint.c (show_vtblprint, show_objectprint)
8956 (show_static_field_print): Delete.
8957 (_initialize_cp_valprint): Don't install "set print
8958 static-members", "set print vtbl", "set print object" here.
8959 * printcmd.c: Include "cli/cli-option.h" and
8960 "common/gdb_optional.h".
8961 (print_command_parse_format): Rework to fill in a
8962 value_print_options instead of a format_data.
8963 (print_value): Change parameter type from format_data pointer to
8964 value_print_options reference. Adjust.
8965 (print_command_1): Process options. Adjust to pass down a
8966 value_print_options.
8967 (print_command_completer): New.
8968 (_initialize_printcmd): Install print_command_completer as
8969 handle_brkchars completer for the "print" command. Update
8970 "print"'s help to include supported options.
8971 * valprint.c: Include "cli/cli-option.h".
8972 (show_vtblprint, show_objectprint, show_static_field_print): Moved
8973 here from cp-valprint.c.
8974 (boolean_option_def, uinteger_option_def)
8975 (value_print_option_defs, make_value_print_options_def_group):
8976 New. Use gdb::option::add_setshow_cmds_for_options to install
8977 "set print elements", "set print null-stop", "set print repeats",
8978 "set print pretty", "set print union", "set print array", "set
8979 print address", "set print symbol", "set print array-indexes".
8980 * valprint.h: Include <string> and "cli/cli-option.h".
8981 (make_value_print_options_def_group): Declare.
8982 (print_value): Change parameter type from format_data pointer to
8983 value_print_options reference.
8984 (print_command_completer): Declare.
8985
8986 2019-06-13 Pedro Alves <palves@redhat.com>
8987
8988 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
8989 (COMMON_SFILES): Add maint-test-settings.c.
8990 * cli/cli-decode.c (boolean_enums): New global, factored out from
8991 ...
8992 (add_setshow_boolean_cmd): ... here.
8993 * cli/cli-decode.h (boolean_enums): Declare.
8994 * cli/cli-option.c: New file.
8995 * cli/cli-option.h: New file.
8996 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
8997 factored out from ...
8998 (parse_cli_boolean_value(const char *)): ... this.
8999 (is_unlimited_literal): Change parameter type to pointer to
9000 pointer. Adjust and advance ARG pointer.
9001 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
9002 (parse_cli_var_enum): New, factored out from ...
9003 (do_set_command): ... this. Adjust.
9004 * cli/cli-setshow.h (parse_cli_boolean_value)
9005 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
9006 (parse_cli_var_enum): Declare.
9007 * cli/cli-utils.c: Include "cli/cli-option.h".
9008 (get_ulongest): New.
9009 * cli/cli-utils.h (get_ulongest): Declare.
9010 (check_for_argument): New overloads.
9011 * maint-test-options.c: New file.
9012
9013 2019-06-13 Pedro Alves <palves@redhat.com>
9014
9015 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
9016 parse a range if "-" is at the end of the string.
9017
9018 2019-06-13 Pedro Alves <palves@redhat.com>
9019
9020 * cli/cli-setshow.c (parse_auto_binary_operation)
9021 (parse_cli_boolean_value): Don't allow "o".
9022
9023 2019-06-13 Pedro Alves <palves@redhat.com>
9024
9025 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
9026 * NEWS: Mention maint test-settings KIND.
9027 * maint-test-settings.c: New file.
9028
9029 2019-06-13 Pedro Alves <palves@redhat.com>
9030
9031 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
9032 completer.
9033 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
9034 "set" completers.
9035
9036 2019-06-13 Pedro Alves <palves@redhat.com>
9037
9038 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
9039 after item.
9040
9041 2019-06-13 Pedro Alves <palves@redhat.com>
9042
9043 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
9044
9045 2019-06-13 Pedro Alves <palves@redhat.com>
9046
9047 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
9048 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
9049 call.
9050 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
9051 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
9052 calls.
9053 (check_for_argument): Skip spaces after argument.
9054
9055 2019-06-13 Pedro Alves <palves@redhat.com>
9056
9057 * thread.c (thread_apply_command): Adjust TID parsing.
9058 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
9059 detected before end of string.
9060 (tid_is_in_list): Error out if LIST is invalid.
9061
9062 2019-06-13 Pedro Alves <palves@redhat.com>
9063
9064 * completer.c (complete_line_internal_1): Rewind completion word
9065 point.
9066 (completion_tracker::advance_custom_word_point_by): Change
9067 parameter type to int.
9068 * completer.h (completion_tracker::advance_custom_word_point_by):
9069 Likewise.
9070
9071 2019-06-13 Pedro Alves <palves@redhat.com>
9072
9073 * completer.c (advance_to_completion_word): Handle delimiters.
9074
9075 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
9076
9077 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
9078
9079 2019-06-11 Tom Tromey <tom@tromey.com>
9080
9081 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
9082 (xmalloc_failed): Move to alloc.c.
9083 * alloc.c: New file.
9084 * Makefile.in (COMMON_SFILES): Add alloc.c.
9085
9086 2019-06-11 Tom Tromey <tom@tromey.com>
9087
9088 * nat/linux-waitpid.c: Don't include server.h.
9089 (linux_debug): Remove.
9090 (my_waitpid): Update.
9091
9092 2019-06-11 Tom Tromey <tromey@adacore.com>
9093
9094 * infcall.c (_initialize_infcall): Remove trailing newline from
9095 help.
9096 * user-regs.c (_initialize_user_regs): Remove trailing newline
9097 from help.
9098 * typeprint.c (_initialize_typeprint): Remove trailing newline
9099 from help.
9100 * reverse.c (_initialize_reverse): Remove trailing newlines from
9101 help.
9102 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
9103 from help.
9104 * language.c (add_set_language_command): Remove trailing newline
9105 from help.
9106 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
9107 help.
9108 * disasm.c (_initialize_disasm): Remove trailing newline from
9109 help.
9110 * top.c (init_main): Remove trailing newline from help.
9111 * interps.c (_initialize_interpreter): Remove trailing newline
9112 from help.
9113 * btrace.c (_initialize_btrace): Remove trailing newlines from
9114 help.
9115 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
9116 from help.
9117 * python/python.c (_initialize_python): Remove trailing newline
9118 from help.
9119 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
9120 help.
9121 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
9122 from help. Reformat some text.
9123 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
9124 from help.
9125 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
9126 newline from help.
9127
9128 2019-06-11 Tom Tromey <tromey@adacore.com>
9129
9130 * darwin-nat.c (darwin_decode_exception_message)
9131 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
9132
9133 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
9134
9135 * valops.c (value_slice): Check for not allocated or not
9136 associated values.
9137
9138 2019-06-10 Tom de Vries <tdevries@suse.de>
9139
9140 PR gdb/24618
9141 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
9142 sure an empty slot (defined by a 32-bit zero pair) is recognized as
9143 invalid.
9144
9145 2019-06-10 Tom de Vries <tdevries@suse.de>
9146
9147 PR gdb/24611
9148 * linespec.c (linespec_lexer_lex_string): Remove incorrect
9149 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
9150
9151 2019-06-10 Tom de Vries <tdevries@suse.de>
9152
9153 PR symtab/24545
9154 * symtab.c (struct demangled_name_entry): Add language field.
9155 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
9156 static minimal symbol". Set and use language field.
9157
9158 2019-06-10 Tom Tromey <tromey@adacore.com>
9159
9160 * ada-lang.c (_initialize_ada_language): Update help text.
9161
9162 2019-06-10 Tom Tromey <tromey@adacore.com>
9163
9164 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
9165 with a newline.
9166 * guile/guile.c (handle_boot_error): Don't end warning with a
9167 newline.
9168 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
9169 warning with a newline.
9170 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
9171 newline.
9172 (s12z_frame_cache): Likewise.
9173 * dwarf-index-cache.c (index_cache::store): Don't end warning with
9174 a newline.
9175 * solib-svr4.c (disable_probes_interface): Don't end warning with
9176 a newline.
9177 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
9178 newline.
9179 * python/python.c (do_finish_initialization): Don't end warning
9180 with a newline.
9181
9182 2019-06-10 Tom Tromey <tom@tromey.com>
9183
9184 * python/py-breakpoint.c (gdbpy_breakpoint_created)
9185 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
9186 gdbpy_enter.
9187
9188 2019-06-10 Tom Tromey <tromey@adacore.com>
9189
9190 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
9191 data.
9192 (elf_new_init): Don't call stabsread_new_init.
9193 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
9194 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
9195 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
9196
9197 2019-06-10 Tom de Vries <tdevries@suse.de>
9198
9199 PR symtab/16264
9200 PR symtab/24517
9201 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
9202
9203 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
9204
9205 * source.c (find_and_open_source): Also rewrite relative file
9206 names.
9207
9208 2019-04-26 Amos Bird <amosbird@gmail.com>
9209
9210 * annotate.c (annotate_thread_exited): Add "thread-exited"
9211 annotation.
9212
9213 2019-06-06 Tom Tromey <tromey@adacore.com>
9214
9215 * maint.h (class scoped_command_stats): Use
9216 DISABLE_COPY_AND_ASSIGN.
9217 <print_time>: New method.
9218 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
9219 print_time.
9220 (scoped_command_stats::print_time): New method.
9221
9222 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
9223
9224 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
9225 instructions of lengths 6 or 8 bytes.
9226
9227 2019-06-04 Pedro Alves <palves@redhat.com>
9228
9229 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
9230
9231 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
9232 * breakpoint.c (condition_completer): Likewise.
9233 * cli/cli-dump.c (scan_expression): Likewise.
9234 * common/filestuff.c (mkdir_recursive): Likewise.
9235 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
9236 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
9237 (gdb_abspath): Likewise.
9238 * compile/compile-cplus-types.c
9239 (compile_cplus_instance::decl_name): Likewise.
9240 * completer.c (complete_explicit_location):
9241 (signal_completer, reg_or_group_completer_1): Likewise.
9242 * cp-support.c (cp_remove_params_if_any): Likewise.
9243 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
9244 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
9245 * infcmd.c (strip_bg_char): Likewise.
9246 * linespec.c (copy_token_string): Likewise.
9247 * mi/mi-main.c (output_cores): Likewise.
9248 * psymtab.c (psymtab_search_name):
9249 * symfile.c (test_set_ext_lang_command): Likewise.
9250 * target.c (target_fileio_read_stralloc): Likewise.
9251 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
9252 * value.c (complete_internalvar): Likewise.
9253
9254 2019-06-04 Christian Biesinger <cbiesinger@google.com>
9255
9256 Add objfile property to gdb.Type.
9257 * NEWS: Mention Python API addition.
9258 * python/py-type.c (typy_get_objfile): New method.
9259
9260 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9261
9262 * NEWS: Mention the new set|show style [title|highlight].
9263 Mention changes to "show style", "help" and "apropos".
9264
9265 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9266
9267 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
9268 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
9269 instead of print_help_for_command.
9270 (print_doc_of_command): New function.
9271 (help_list): Add 'apropos -v word' suggestion.
9272 (print_help_for_command): Style the command name using title style.
9273 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
9274 (_initialize_cli_cmds): Describe -v in apropos_command help.
9275
9276 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9277
9278 * cli/cli-style.h (cli_style_option): Add name in constructor,
9279 add m_name class member, add constructor with intensity,
9280 add name class function.
9281 (cli_style_option::add_setshow_commands): Remove name argument.
9282 (highlight_style, title_style): New styles.
9283 * cli/cli-style.c (do_show): New function that shows a style
9284 characteristic styling the style name with itself.
9285 (set_style_name): New function.
9286 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
9287 Update all callers according to the changes in cli/cli-style.h.
9288 * utils.h (fputs_highlighted): New function.
9289 * utils.c (fputs_highlighted): Likewise.
9290
9291 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9292
9293 * NEWS: Mention new pipe command and new convenience variables.
9294
9295 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9296
9297 * cli/cli-cmds.c (pipe_command): New function.
9298 (_initialize_cli_cmds): Call add_com for pipe_command.
9299 Define | as an alias for pipe.
9300 (exit_status_set_internal_vars): New function.
9301 (shell_escape): Call exit_status_set_internal_vars.
9302 cli/cli-decode.c (find_command_name_length): Recognize | as
9303 a single character command.
9304
9305 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9306
9307 * gdbcmd.h (execute_command_to_ui_file): New declaration.
9308 top.c (execute_command_to_ui_file): New function, mostly a copy
9309 of execute_command_to_string.
9310 (execute_command_to_string): Implement by calling
9311 execute_command_to_ui_file.
9312
9313 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9314
9315 * top.h (saved_command_line): Remove declaration.
9316 * top.c (previous_saved_command_line, previous_repeat_arguments):
9317 New variables.
9318 (saved_command_line): Make static, define together with other
9319 'repeat variables'.
9320 (dont_repeat): Clear repeat_arguments.
9321 (repeat_previous, get_saved_command_line, save_command_line):
9322 New functions.
9323 (gdb_init): Initialize saved_command_line
9324 and previous_saved_command_line.
9325 * main.c (captured_main_1): Remove saved_command_line initialization.
9326 * event-top.c (handle_line_of_input): Update to use
9327 the new 'repeat' related functions instead of direct access to
9328 saved_command_line.
9329 * command.h (repeat_previous, get_saved_command_line,
9330 save_command_line): New declarations.
9331 (dont_repeat): Add comment.
9332
9333 2019-05-30 Tom Tromey <tromey@adacore.com>
9334
9335 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
9336 Fix comment.
9337 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
9338
9339 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
9340
9341 PR cli/24587
9342 * completer.c (complete): Initialize variable word.
9343
9344 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
9345
9346 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9347 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
9348 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
9349 'body' is NULL to the outter 'if', protecting the '!is_define'
9350 situation as well.
9351
9352 2019-05-29 Tom Tromey <tromey@adacore.com>
9353
9354 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
9355 (dwarf_unknown): New function.
9356 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
9357 (dwarf_type_encoding_name): Use dwarf_unknown.
9358
9359 2019-05-29 Tom Tromey <tromey@adacore.com>
9360
9361 PR c++/20020:
9362 * cp-valprint.c (cp_print_value_fields): Call
9363 cp_print_static_field inside "try".
9364
9365 2019-05-29 Tom Tromey <tromey@adacore.com>
9366
9367 * inflow.c (struct terminal_info): Add default operator=.
9368 * configure: Rebuild.
9369 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
9370 -Wdeprecated-copy-dtor, -Wredundant-move.
9371
9372 2019-05-29 Tom Tromey <tromey@adacore.com>
9373
9374 * NEWS: Add entry.
9375 * infcmd.c (print_return_value_1): Handle finish_print
9376 option.
9377 (show_print_finish): New function.
9378 (_initialize_infcmd): Add "set/show print finish" commands.
9379 * valprint.c (user_print_options): Initialize new member.
9380 * valprint.h (struct value_print_options) <finish_print>: New
9381 member.
9382
9383 2019-05-28 Tom Tromey <tromey@adacore.com>
9384
9385 * ada-lang.c (ada_remove_Xbn_suffix)
9386 (find_old_style_renaming_symbol)
9387 (parse_old_style_renaming): Remove.
9388 (ada_find_renaming_symbol): Don't call
9389 find_old_style_renaming_symbol.
9390 (ada_is_renaming_symbol): Rename from
9391 ada_find_renaming_symbol. Remove "block" parameter. Return
9392 bool. Now static.
9393 (ada_read_var_value): Update and simplify.
9394 * ada-exp.y (write_var_or_type): Remove old code.
9395
9396 2019-05-28 Alan Hayward <alan.hayward@arm.com>
9397
9398 PR gdb/25010
9399 * event-top.c: Remove include comment.
9400 * inflow.c (class scoped_ignore_sigttou): Move from here...
9401 * inflow.h (class scoped_ignore_sigttou): ...to here.
9402 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
9403 * top.c: Remove include comment.
9404
9405 2019-05-27 Tom Tromey <tom@tromey.com>
9406
9407 * NEWS: Fix typo.
9408
9409 2019-05-22 Tom Tromey <tromey@adacore.com>
9410
9411 * target.c (target_follow_exec): Constify parameter.
9412 * target-delegates.c: Rebuild.
9413 * remote.c (remote_target::follow_exec): Constify parameter.
9414 * infrun.c (follow_exec): Constify parameter.
9415 * target.h (struct target_ops) <follow_exec>: Constify parameter.
9416 (target_follow_exec): Likewise.
9417
9418 2019-05-22 Alan Hayward <alan.hayward@arm.com>
9419
9420 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
9421 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
9422
9423 2019-05-22 Alan Hayward <alan.hayward@arm.com>
9424
9425 * NEWS: Add debugredirect and testsuite sections.
9426
9427 2019-05-22 Simon Cook <simon.cook@embecosm.com>
9428
9429 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
9430 target descriptions using exclusively floating point register name
9431 aliases.
9432
9433 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9434
9435 PR gdb/18644:
9436 * f-lang.c (build_fortran_types): Handle the case where
9437 gdbarch_floatformat_for_type returns a nullptr.
9438
9439 2019-05-21 Tom de Vries <tdevries@suse.de>
9440
9441 PR cli/24587
9442 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
9443
9444 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9445
9446 PR gdb/18644:
9447 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
9448 16-byte floats.
9449 * i386-tdep.c (i386_floatformat_for_type): Use
9450 floatformats_ia64_quad for the 16-byte floating point component
9451 within a fortran 32-byte complex number.
9452
9453 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9454
9455 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
9456 delete default constructor.
9457 (find_partial_die): Update to return const struct.
9458 (partial_die_parent_scope): Move variable declaration into scope
9459 of its use and change its type to auto.
9460 (guess_partial_die_structure_name): Likewise.
9461 (partial_die_info::fixup): Likewise.
9462
9463 2019-05-17 Tom Tromey <tromey@adacore.com>
9464
9465 * source.c (find_and_open_source): Remove cast.
9466
9467 2019-05-17 Tom Tromey <tromey@adacore.com>
9468
9469 * annotate.c (annotate_source): Make "filename" const.
9470 * annotate.h (annotate_source): Use const.
9471
9472 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9473
9474 * disasm.c (set_disassembler_options): Send errors to stderr.
9475
9476 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9477
9478 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
9479 (cli_interp_base::set_logging): Check debug_redirect.
9480 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
9481 * cli/cli-logging.c (debug_redirect): Add static variable.
9482 (pop_output_files): Add default param.
9483 (handle_redirections): Print debug setting.
9484 (show_logging_command): Likewise.
9485 (_initialize_cli_logging): Add debugredirect command.
9486 * interps.c (current_interp_set_logging): Add debug_redirect
9487 parameter.
9488 * interps.h (set_logging): Add debug_redirect parameter.
9489 (current_interp_set_logging): Likewise.
9490 * mi/mi-common.h: Likewise.
9491 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
9492
9493 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9494 Tom Tromey <tromey@adacore.com>
9495
9496 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
9497 directly.
9498 * cli/cli-interp.h (make_logging_output): Remove declaration.
9499 * cli/cli-logging.c (make_logging_output): Remove function.
9500 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
9501 directly.
9502 * ui-file.c (tee_file::tee_file): Remove bools.
9503 (tee_file::~tee_file): Remove deletes.
9504 * ui-file.h (tee_file): Remove bools.
9505
9506 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
9507
9508 * mi/mi-cmds.h (mi_cmd_complete): New function.
9509 * mi/mi-main.c (mi_cmd_complete): Likewise.
9510 * mi/mi-cmds.c: Define new MI command -complete.
9511 * NEWS: Mention new -complete command.
9512
9513 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
9514
9515 * completer.h (complete): New function.
9516 * completer.c (complete): Likewise.
9517 * cli/cli-cmds.c: (complete_command): Update to use new complete()
9518 function defined in completer.h.
9519
9520 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
9521
9522 * MAINTAINERS (Write After Approval): Add myself.
9523
9524 2019-05-17 Tom de Vries <tdevries@suse.de>
9525
9526 PR gdb/24094
9527 * dwarf2read.c (struct cu_partial_die_info): New struct.
9528 (find_partial_die): Return cu_partial_die_info.
9529 (partial_die_parent_scope, guess_partial_die_structure_name)
9530 (partial_die_info::fixup): Handle new return type of find_partial_die.
9531
9532 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9533
9534 PR breakpoints/24541
9535 * stap-probe.c (stap_parse_register_operand): Make "regname" an
9536 "std::string", simplifying the algorithm.
9537
9538 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9539
9540 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
9541 (stap_static_probe_ops::get_probes): Likewise.
9542
9543 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9544
9545 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
9546 '-')" and "else if".
9547 (stap_parse_single_operand): Join checks for
9548 "gdbarch_stap_parse_special_token_p" and
9549 "gdbarch_stap_parse_special_token" in the same "if" statement.
9550 Invert check when verifying for operation on register
9551 displacement.
9552
9553 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9554
9555 * stap-probe.c (stap_get_opcode): Update comment.
9556 (stap_get_expected_argument_type): Likewise.
9557 (handle_stap_probe): Likewise.
9558
9559 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9560
9561 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
9562 return type to 'bool'. Adjust comment. Use 'bool' when
9563 appropriate.
9564 (i386_stap_parse_special_token_three_arg_disp): Likewise.
9565 * stap-probe.c (stap_parse_argument_1): Likewise.
9566 (stap_is_operator): Likewise.
9567 (stap_is_generic_prefix): Likewise.
9568 (stap_is_register_prefix): Likewise.
9569 (stap_is_register_indirection_prefix): Likewise.
9570 (stap_is_integer_prefix): Likewise.
9571 (stap_generic_check_suffix): Likewise.
9572 (stap_check_integer_suffix): Likewise.
9573 (stap_check_register_suffix): Likewise.
9574 (stap_check_register_indirection_suffix): Likewise.
9575 (stap_parse_register_operand): Likewise.
9576 (stap_parse_single_operand): Likewise.
9577 (stap_parse_argument_1): Likewise.
9578 (stap_probe::get_argument_count): Likewise.
9579 (stap_is_operator): Likewise.
9580
9581 2019-05-16 Tom Tromey <tromey@adacore.com>
9582
9583 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
9584 keyword to foreach.
9585
9586 2019-05-15 Simon Marchi <simon.marchi@efficios.com>
9587
9588 * linux-thread-db.c (try_thread_db_load_1): Change return type
9589 to bool.
9590 (try_thread_db_load): Likewise.
9591 (try_thread_db_load_from_pdir_1): Likewise.
9592 (try_thread_db_load_from_pdir): Likewise.
9593 (try_thread_db_load_from_sdir): Likewise.
9594 (try_thread_db_load_from_dir): Likewise.
9595 (thread_db_load_search): Likewise.
9596 (has_libpthread): Likewise.
9597 (thread_db_load): Likewise.
9598
9599 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
9600
9601 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9602 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
9603 NULL, and complain/return if that's the case.
9604
9605 2019-05-15 John Darrington <john@darrington.wattle.id.au>
9606
9607 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
9608 (advance, posn, abstract_read_memory): New functions.
9609 [struct mem_read_abstraction]: New struct.
9610 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
9611
9612 2019-05-14 Tom Tromey <tromey@adacore.com>
9613
9614 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
9615 value is not lval_memory.
9616
9617 2019-05-14 Tom Tromey <tromey@adacore.com>
9618
9619 * solib.c (info_sharedlibrary_command): Style the file name.
9620
9621 2019-05-14 Alan Hayward <alan.hayward@arm.com>
9622
9623 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
9624 (aarch64_vnv_type): Likewise.
9625 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
9626 * common/tdesc.c: Likewise.
9627 * common/tdesc.h (enum tdesc_type_kind): Likewise.
9628 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
9629 * features/aarch64-fpu.xml: Add ieee half view.
9630 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
9631 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
9632 * gdbtypes.h (struct builtin_type): Likewise.
9633 (struct objfile_type): Likewise.
9634
9635 2019-05-12 Paul Naert <paul.naert@polymtl.ca>
9636
9637 * language.c (language_sniff_from_mangled_name): Fix "langauge"
9638 typo.
9639 * location.h (string_to_event_location): Likewise.
9640
9641 2019-05-11 Joel Brobecker <brobecker@adacore.com>
9642
9643 GDB 8.3 released.
9644
9645 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
9646
9647 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
9648 New variable declaration.
9649 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
9650 New variable.
9651 (print_one_breakpoint): Use ui_out::test_flags and new global
9652 variable to compute use_fixed_output.
9653 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
9654 Remove.
9655 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
9656 (mi_multi_location_breakpoint_output_fixed): Remove.
9657 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
9658 new variable.
9659 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
9660 fix_multi_location_breakpoint_output flag if version >= 3.
9661 * ui-out.h (enum ui_out_flag)
9662 <fix_multi_location_breakpoint_output>: New enumerator.
9663
9664 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
9665
9666 * contrib/cc-with-tweaks.sh: Validate dwz's work.
9667
9668 2019-05-10 Tom Tromey <tromey@adacore.com>
9669
9670 * ada-lang.c (catch_ada_completer): New function.
9671 (_initialize_ada_language): Use it.
9672
9673 2019-05-10 Tom Tromey <tromey@adacore.com>
9674
9675 * thread.c (print_thread_info): Make "requested_threads" const.
9676 * gdbthread.h (print_thread_info): Make "requested_threads"
9677 const.
9678 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
9679 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
9680
9681 2019-05-08 Tom Tromey <tom@tromey.com>
9682
9683 * gdbtypes.c (objfile_type_data): Change type.
9684 (objfile_type, _initialize_gdbtypes): Update.
9685
9686 2019-05-08 Tom Tromey <tom@tromey.com>
9687
9688 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
9689 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
9690 (_initialize_dwarf2_frame): Update.
9691
9692 2019-05-08 Tom Tromey <tom@tromey.com>
9693
9694 * objc-lang.c (objc_objfile_data): Change type.
9695 (find_methods): Update.
9696 (_initialize_objc_lang): Remove.
9697
9698 2019-05-08 Tom Tromey <tom@tromey.com>
9699
9700 * stabsread.c (rs6000_builtin_type_data): Change type.
9701 (rs6000_builtin_type, _initialize_stabsread): Update.
9702
9703 2019-05-08 Tom Tromey <tom@tromey.com>
9704
9705 * mips-tdep.c (mips_pdr_data): Remove.
9706 (_initialize_mips_tdep): Update.
9707
9708 2019-05-08 Tom Tromey <tom@tromey.com>
9709
9710 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
9711 (hppa_init_objfile_priv_data, read_unwind_info)
9712 (find_unwind_entry, _initialize_hppa_tdep): Update.
9713
9714 2019-05-08 Tom Tromey <tom@tromey.com>
9715
9716 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
9717 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
9718 on obstack.
9719 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
9720
9721 2019-05-08 Tom Tromey <tom@tromey.com>
9722
9723 * mdebugread.c (basic_type_data): Change type.
9724 (basic_type, _initialize_mdebugread): Update.
9725
9726 2019-05-08 Tom Tromey <tom@tromey.com>
9727
9728 * common/gdb_unique_ptr.h (struct noop_deleter): New.
9729
9730 2019-05-08 Tom Tromey <tom@tromey.com>
9731
9732 * nto-tdep.c (nto_inferior_data_reg): Change type.
9733 (nto_inferior_data): Update.
9734 (nto_inferior_data_cleanup, nto_new_inferior_data)
9735 (_initialize_nto_tdep): Remove.
9736 * nto-tdep.h (struct nto_inferior_data): Add initializers.
9737
9738 2019-05-08 Tom Tromey <tom@tromey.com>
9739
9740 * ada-lang.c (struct ada_inferior_data): Add initializers.
9741 (ada_inferior_data): Change type.
9742 (ada_inferior_data_cleanup): Remove.
9743 (get_ada_inferior_data, ada_inferior_exit)
9744 (struct ada_pspace_data): Add initializers, destructor.
9745 (ada_pspace_data_handle): Change type.
9746 (get_ada_pspace_data): Update.
9747 (ada_pspace_data_cleanup): Remove.
9748
9749 2019-05-08 Tom Tromey <tom@tromey.com>
9750
9751 * coffread.c (struct coff_symfile_info): Add initializers.
9752 (coff_objfile_data_key): Move lower. Change type.
9753 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
9754 Update.
9755 (coff_free_info): Remove.
9756
9757 2019-05-08 Tom Tromey <tom@tromey.com>
9758
9759 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
9760 (fbsd_pspace_data_handle): Move lower. Change type.
9761 (get_fbsd_pspace_data): Update.
9762 (fbsd_pspace_data_cleanup): Remove.
9763 (_initialize_fbsd_tdep): Update.
9764
9765 2019-05-08 Tom Tromey <tom@tromey.com>
9766
9767 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
9768 (get_ada_tasks_pspace_data): Update.
9769 (ada_tasks_pspace_data_cleanup): Remove.
9770 (_initialize_tasks): Update.
9771 (ada_tasks_inferior_data_handle): Change type.
9772 (get_ada_tasks_inferior_data): Update.
9773 (ada_tasks_inferior_data_cleanup): Remove.
9774 (struct ada_tasks_pspace_data): Add initializers.
9775
9776 2019-05-08 Tom Tromey <tom@tromey.com>
9777
9778 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
9779 * symfile-debug.c (debug_sym_get_probes): Change type.
9780 * stap-probe.c (handle_stap_probe):
9781 (stap_static_probe_ops::get_probes): Change type.
9782 * probe.h (class static_probe_ops) <get_probes>: Change type.
9783 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
9784 (parse_probes_in_pspace): Update.
9785 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
9786 Update.
9787 (any_static_probe_ops::get_probes): Change type.
9788 * elfread.c (elfread_data): New typedef.
9789 (probe_key): Change type.
9790 (elf_get_probes): Likewise. Update.
9791 (probe_key_free): Remove.
9792 (_initialize_elfread): Update.
9793 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
9794 Change type.
9795 (dtrace_process_dof_probe, dtrace_process_dof)
9796 (dtrace_static_probe_ops::get_probe): Change type.
9797
9798 2019-05-08 Tom Tromey <tom@tromey.com>
9799
9800 * xcoffread.c (struct xcoff_symfile_info): Rename from
9801 coff_symfile_info. Add initializers.
9802 (xcoff_objfile_data_key): Move lower. Change type.
9803 (XCOFF_DATA): Rewrite.
9804 (xcoff_free_info): Remove.
9805 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
9806 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
9807 (xcoff_initial_scan): Update.
9808
9809 2019-05-08 Tom Tromey <tom@tromey.com>
9810
9811 * solib-svr4.c (struct svr4_info): Add initializers and
9812 destructor.
9813 <probes_table>: Now an htab_up.
9814 (solib_svr4_pspace_data): Change type.
9815 (free_probes_table): Simplify.
9816 (~svr4_info): Rename from svr4_pspace_data_cleanup.
9817 (get_svr4_info, probes_table_htab_remove_objfile_probes)
9818 (probes_table_remove_objfile_probes, register_solib_event_probe)
9819 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
9820 (_initialize_svr4_solib): Update.
9821
9822 2019-05-08 Tom Tromey <tom@tromey.com>
9823
9824 * remote.c (remote_pspace_data): Change type.
9825 (remote_pspace_data_cleanup): Remove.
9826 (get_remote_exec_file, set_pspace_remote_exec_file)
9827 (_initialize_remote): Update.
9828
9829 2019-05-08 Tom Tromey <tom@tromey.com>
9830
9831 * breakpoint.c (breakpoint_objfile_key): Change type.
9832 (get_breakpoint_objfile_data): Update.
9833 (free_breakpoint_objfile_data): Remove.
9834 (_initialize_breakpoint): Update.
9835
9836 2019-05-08 Tom Tromey <tom@tromey.com>
9837
9838 * linux-tdep.c (struct linux_info): Add initializers.
9839 (linux_inferior_data): Move. Change type.
9840 (invalidate_linux_cache_inf): Update.
9841 (linux_inferior_data_cleanup): Remove.
9842 (get_linux_inferior_data, _initialize_linux_tdep): Update.
9843
9844 2019-05-08 Tom Tromey <tom@tromey.com>
9845
9846 * auxv.c (auxv_inferior_data): Move. Change type.
9847 (auxv_inferior_data_cleanup): Remove.
9848 (invalidate_auxv_cache_inf): Rewrite.
9849 (get_auxv_inferior_data, _initialize_auxv): Update.
9850
9851 2019-05-08 Tom Tromey <tom@tromey.com>
9852
9853 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
9854 (symfile_debug_objfile_data_key): Change type.
9855 (symfile_debug_installed, debug_qf_has_symbols)
9856 (debug_qf_find_last_source_symtab)
9857 (debug_qf_forget_cached_source_info)
9858 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
9859 (debug_qf_print_stats, debug_qf_dump)
9860 (debug_qf_expand_symtabs_for_function)
9861 (debug_qf_expand_all_symtabs)
9862 (debug_qf_expand_symtabs_with_fullname)
9863 (debug_qf_map_matching_symbols)
9864 (debug_qf_expand_symtabs_matching)
9865 (debug_qf_find_pc_sect_compunit_symtab)
9866 (debug_qf_map_symbol_filenames)
9867 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
9868 (debug_sym_new_init, debug_sym_init, debug_sym_read)
9869 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
9870 (debug_sym_read_linetable, debug_sym_relocate): Update.
9871 (symfile_debug_free_objfile): Remove.
9872 (install_symfile_debug_logging, _initialize_symfile_debug):
9873 Update.
9874
9875 2019-05-08 Tom Tromey <tom@tromey.com>
9876
9877 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
9878 allocate_on_obstack.
9879 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
9880 (get_dwarf2_per_objfile): Update.
9881 (set_dwarf2_per_objfile): Remove.
9882 (dwarf2_has_info, dwarf2_get_section_info): Update.
9883 (dwarf2_free_objfile): Remove.
9884 (_initialize_dwarf2_read): Update.
9885
9886 2019-05-08 Tom Tromey <tom@tromey.com>
9887
9888 * auto-load.c (struct auto_load_pspace_info): Add destructor and
9889 initializers.
9890 <unsupported_script_warning_printed,
9891 script_not_found_warning_printed>: Now bool.
9892 (auto_load_pspace_data): Change type.
9893 (~auto_load_pspace_info): Rename from
9894 auto_load_pspace_data_cleanup.
9895 (get_auto_load_pspace_data, init_loaded_scripts_info)
9896 (clear_section_scripts, maybe_print_unsupported_script_warning)
9897 (maybe_print_script_not_found_warning, _initialize_auto_load):
9898 Update.
9899
9900 2019-05-08 Tom Tromey <tom@tromey.com>
9901
9902 * objfiles.c (objfile_pspace_info): Add destructor and
9903 initializers.
9904 (objfiles_pspace_data): Change type.
9905 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
9906 (get_objfile_pspace_data): Update.
9907 (objfiles_bfd_data): Change type.
9908 (get_objfile_bfd_data): Update.
9909 (objfile_bfd_data_free, _initialize_objfiles): Remove.
9910
9911 2019-05-08 Tom Tromey <tom@tromey.com>
9912
9913 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
9914 Change type.
9915 (get_catch_syscall_inferior_data): Update.
9916 (catch_syscall_inferior_data_cleanup): Remove.
9917 (_initialize_break_catch_syscall): Update.
9918
9919 2019-05-08 Tom Tromey <tom@tromey.com>
9920
9921 * inflow.c (struct terminal_info): Add destructor and
9922 initializers.
9923 (inflow_inferior_data): Change type.
9924 (~terminal_info): Rename from inflow_inferior_data_cleanup.
9925 (get_inflow_inferior_data, inflow_inferior_exit)
9926 (swap_terminal_info, _initialize_inflow): Update.
9927
9928 2019-05-08 Tom Tromey <tom@tromey.com>
9929
9930 * target-dcache.c (target_dcache_cleanup): Remove.
9931 (target_dcache_aspace_key): Change type.
9932 (target_dcache_init_p, target_dcache_invalidate)
9933 (target_dcache_get, target_dcache_get_or_init)
9934 (_initialize_target_dcache): Update.
9935 * dcache.h (struct dcache_deleter): New.
9936
9937 2019-05-08 Tom Tromey <tom@tromey.com>
9938
9939 * symtab.c (struct symbol_cache): Add destructor and
9940 initializers.
9941 (symbol_cache_key): Move. Change type.
9942 (make_symbol_cache, free_symbol_cache): Remove.
9943 (get_symbol_cache): Update.
9944 (symbol_cache_cleanup): Remove.
9945 (ALL_PSPACES, symbol_cache_flush)
9946 (maintenance_print_symbol_cache)
9947 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
9948 Update.
9949
9950 2019-05-08 Tom Tromey <tom@tromey.com>
9951
9952 * symtab.c (struct main_info): Add destructor and initializers.
9953 (main_progspace_key): Move. Change type.
9954 (get_main_info): Update.
9955 (main_info_cleanup): Remove.
9956 (_initialize_symtab): Update.
9957
9958 2019-05-08 Tom Tromey <tom@tromey.com>
9959
9960 * registry.h (DECLARE_REGISTRY): Define the _key class.
9961
9962 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9963
9964 * NEWS: Merge two 'New commands' sections.
9965
9966 2019-05-08 Joel Brobecker <brobecker@adacore.com>
9967
9968 * ada-valprint.c (ada_val_print_gnat_array): Remove language
9969 parameter and use Ada language definition instead.
9970 (ada_val_print_ptr): Remove unused language parameter.
9971 (ada_val_print_num): Remove language parameter and use Ada language
9972 definition instead.
9973 (ada_val_print_enum, ada_val_print_flt): Remove unused language
9974 parameter.
9975 (ada_val_print_struct_union, ada_val_print_ref): Remove language
9976 parameter and use Ada language definition instead.
9977 (ada_val_print_1): Update all ada_val_print_xxx calls.
9978 Remove language parameter.
9979 (ada_val_print): Update ada_val_print_1 call.
9980
9981 2019-05-08 Tom Tromey <tromey@adacore.com>
9982
9983 * remote.c (remote_hw_watchpoint_limit)
9984 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
9985 Now static.
9986
9987 2019-05-08 Tom Tromey <tromey@adacore.com>
9988
9989 * maint.c (_initialize_maint_cmds): Move initialization code to
9990 remote.c.
9991 (watchdog, show_watchdog): Move to remote.c.
9992 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
9993 "watchdog" static.
9994 (_initialize_remote): Move initialization code from maint.c.
9995 * defs.h (watchdog): Don't declare.
9996
9997 2019-05-08 Tom Tromey <tromey@adacore.com>
9998
9999 * tui/tui-interp.c: Include main.h.
10000 * interps.c: Include main.h.
10001 * main.h (interpreter_p): Declare.
10002 * defs.h (interpreter_p): Don't declare.
10003
10004 2019-05-08 Tom Tromey <tromey@adacore.com>
10005
10006 * dwarf2loc.c: Include dwarf2read.h.
10007 * defs.h (read_unsigned_leb128): Don't declare.
10008 * dwarf2read.h (read_unsigned_leb128): Declare.
10009
10010 2019-05-08 Tom Tromey <tromey@adacore.com>
10011
10012 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
10013 method.
10014
10015 2019-05-08 Tom Tromey <tromey@adacore.com>
10016
10017 * utils.c (fputs_maybe_filtered): Reset style after paging, even
10018 when no wrap column is set.
10019
10020 2019-05-08 Tom Tromey <tromey@adacore.com>
10021
10022 * c-lang.c (c_get_string): Handle non-C-style arrays.
10023
10024 2019-05-08 Tom Tromey <tromey@adacore.com>
10025
10026 * typeprint.c (print_offset_data::update): Print the bit offset,
10027 not the number of bits remaining.
10028
10029 2019-05-08 Tom Tromey <tromey@adacore.com>
10030
10031 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
10032 padding at end of comment.
10033
10034 2019-05-08 Tom Tromey <tromey@adacore.com>
10035
10036 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
10037 Compare main types.
10038
10039 2019-05-06 Tom Tromey <tom@tromey.com>
10040
10041 * common/scoped_mmap.c: Include common-defs.h.
10042 * common/scoped_mmap.h: Don't include config.h.
10043
10044 2019-05-04 Tom Tromey <tom@tromey.com>
10045
10046 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
10047 (struct aarch64_call_info): Add initializers.
10048 <si>: Now a std::vector.
10049 (pass_on_stack, aarch64_push_dummy_call): Update.
10050
10051 2019-05-04 Simon Marchi <simon.marchi@efficios.com>
10052 Tom Tromey <tom@tromey.com>
10053
10054 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
10055 (ppc_threads): Now a std::vector. Now static.
10056 (hwdebug_find_thread_points_by_tid)
10057 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
10058 Update.
10059
10060 2019-05-04 Tom Tromey <tom@tromey.com>
10061
10062 * arc-tdep.c (arc_tdesc_init): Return bool.
10063
10064 2019-05-04 Tom Tromey <tom@tromey.com>
10065
10066 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
10067 Use gdb_assert_not_reached.
10068
10069 2019-05-04 Tom Tromey <tom@tromey.com>
10070
10071 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
10072 "false".
10073
10074 2019-05-04 Tom Tromey <tom@tromey.com>
10075
10076 * arc-tdep.c (arc_tdesc_init): Use bool.
10077
10078 2019-05-04 Tom Tromey <tom@tromey.com>
10079
10080 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
10081
10082 2019-05-04 Tom Tromey <tom@tromey.com>
10083
10084 * cli/cli-cmds.c (valid_command_p): Return bool.
10085
10086 2019-05-04 Tom Tromey <tom@tromey.com>
10087
10088 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
10089 * command.h (valid_user_defined_cmd_name_p): Channge return type.
10090
10091 2019-05-04 Raul Tambre <raul@tambre.ee>
10092
10093 * python/lib/gdb/prompt.py (_ExtendedPrompt)
10094 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
10095 operator for comparison.
10096
10097 2019-05-04 Tom Tromey <tom@tromey.com>
10098
10099 * psymtab.c (psymbol_name_matches, match_partial_symbol)
10100 (lookup_partial_symbol, print_partial_symbols)
10101 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
10102 (psymbol_compare): Update.
10103 (add_psymbol_to_bcache): Clear the entire psymbol.
10104 (maintenance_check_psymtabs): Update.
10105 * psympriv.h (struct partial_symbol): Don't derive from
10106 general_symbol_info.
10107 <obj_section, unrelocated_address, address,
10108 set_unrelocated_address>: Update.
10109 <ginfo>: New member.
10110 * dwarf-index-write.c (write_psymbols, debug_names::insert)
10111 (debug_names::write_psymbols): Update.
10112
10113 2019-05-04 Tom de Vries <tdevries@suse.de>
10114
10115 * contrib/cc-with-tweaks.sh: Support -n arg.
10116
10117 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10118
10119 * corelow.c (core_target::detach): Ensure frame cache and
10120 register caches are cleared.
10121 inferior.c (exit_inferior_1): Likewise.
10122
10123 2019-05-03 Sandra Loosemore <sandra@codesourcery.com>
10124 Tom Tromey <tom@tromey.com>
10125
10126 * dictionary.c (collate_pending_symbols_by_language): Remove
10127 "struct" from foreach.
10128 * symtab.c (lookup_global_symbol_from_objfile)
10129 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
10130 foreach.
10131 * ser-tcp.c (net_open): Remove "struct" from foreach.
10132 * objfiles.c (objfile_relocate, objfile_rebase)
10133 (objfile_has_symbols): Remove "struct" from foreach.
10134 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
10135 from foreach.
10136 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
10137 foreach.
10138 * darwin-nat.c (thread_info_from_private_thread_info): Remove
10139 "struct" from foreach.
10140 * ada-lang.c (create_excep_cond_exprs)
10141 (ada_exception_catchpoint_cond_string): Remove "struct" from
10142 foreach.
10143
10144 2019-05-03 Tom Tromey <tromey@adacore.com>
10145
10146 * ada-exp.y (convert_char_literal): Check suffix of each
10147 enumerator.
10148
10149 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
10150
10151 PR ada/21406:
10152 * ada-exp.y (yywrap): Don't define.
10153 * ada-lex.l (%option): Add noyywrap
10154 (yywrap): Remove.
10155
10156 2019-05-03 Eli Zaretskii <eliz@gnu.org>
10157
10158 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
10159 _WIN32_WINNT to the XP level, unless already defined to a higher
10160 level.
10161
10162 * unittests/parse-connection-spec-selftests.c:
10163 * ser-tcp.c:
10164 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
10165 override.
10166
10167 * symfile.c (find_separate_debug_file): Remove colon from the
10168 drive spec of DOS/Windows file names of the target, so that the
10169 file name produced from DEBUGDIR and the target's directory will
10170 be valid on DOS/Windows systems.
10171
10172 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
10173
10174 * rust-lang.c (val_print_struct): Handle printing structures
10175 containing strings.
10176
10177 2019-05-02 Tom Tromey <tromey@adacore.com>
10178
10179 * valarith.c (_initialize_valarith): Remove.
10180
10181 2019-05-01 Tom Tromey <tromey@adacore.com>
10182
10183 * ada-lang.c (ada_value_primitive_field): Treat more fields as
10184 bitfields.
10185
10186 2019-05-01 Tom Tromey <tromey@adacore.com>
10187
10188 * ada-lang.c (ada_value_assign): Correctly compute starting offset
10189 for big-endian copies.
10190
10191 2019-04-30 Ali Tamur <tamur@google.com>
10192 * gdb/dwarf2read.c (read_3_bytes): New declaration.
10193 (read_attribute_value): Added DW_FORM_strx1-4 cases.
10194 (read_3_bytes): New function.
10195
10196 2019-04-30 Joel Brobecker <brobecker@adacore.com>
10197
10198 * windows-nat.c (main_thread_id): Delete.
10199 (handle_output_debug_string): Replace main_thread_id by
10200 current_event.dwThreadId.
10201 (fake_create_process): Likewise.
10202 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
10203 Do not set main_thread_id.
10204 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
10205 current_event.dwThreadId.
10206 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
10207
10208 2019-04-30 Joel Brobecker <brobecker@adacore.com>
10209
10210 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
10211 Use current_event.dwThreadId instead of main_thread_id.
10212
10213 2019-04-30 Tom Tromey <tromey@adacore.com>
10214
10215 * ada-lang.c (ada_lookup_simple_minsyms): New function.
10216 (create_excep_cond_exprs): Iterate over program spaces.
10217 (ada_exception_catchpoint_cond_string): Examine all minimal
10218 symbols for exception types.
10219
10220 2019-04-30 Tom Tromey <tromey@adacore.com>
10221
10222 PR c++/24470:
10223 * dwarf2read.c (process_structure_scope): Handle case where type
10224 has template parameters but no symbol was created.
10225
10226 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10227 Chris January <chris.january@arm.com>
10228
10229 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
10230 qualifier.
10231 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
10232
10233 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10234
10235 * f-typeprint.c (f_print_type): Update rules for printing
10236 whitespace.
10237 (f_type_print_varspec_suffix): Likewise.
10238
10239 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10240 Chris January <chris.january@arm.com>
10241
10242 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
10243 function arguments.
10244
10245 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10246
10247 * f-lang.c (build_fortran_types): Change name of void type to
10248 lower case.
10249 * f-typeprint.c (f_type_print_base): Print the name of the void
10250 type, rather than a fixed string.
10251 * f-valprint.c (f_decorations): Use lower case void string.
10252
10253 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10254 Chris January <chris.january@arm.com>
10255
10256 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
10257 types for Fortran.
10258
10259 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10260 Chris January <chris.january@arm.com>
10261 David Lecomber <david.lecomber@arm.com>
10262
10263 * f-exp.y (BINOP_INTRINSIC): New token.
10264 (exp): New parser rule handling BINOP_INTRINSIC.
10265 (f77_keywords): Add new builtin procedures.
10266 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
10267 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10268 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
10269 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10270 (print_unop_subexp_f): New function.
10271 (print_binop_subexp_f): New function.
10272 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10273 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10274 (dump_subexp_body_f): Likewise.
10275 (operator_check_f): Likewise.
10276 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10277 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
10278
10279 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10280
10281 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
10282 UNOP_KIND.
10283 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
10284 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
10285 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
10286 (operator_length_f): New fuction.
10287 (print_subexp_f): New function.
10288 (op_name_f): New function.
10289 (dump_subexp_body_f): New function.
10290 (operator_check_f): New function.
10291 (exp_descriptor_f): Replace standard expression handling functions
10292 with new functions.
10293 * gdb/fortran-operator.def: New file.
10294 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
10295 * gdb/std-operator.def: Remove UNOP_KIND.
10296
10297 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10298
10299 * std-operator.def: Remove unbalanced, stray double quote
10300 character.
10301
10302 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10303 Chris January <chris.january@arm.com>
10304 Daniel Everett <daniel.everett@arm.com>
10305 Nick Forrington <nick.forrington@arm.com>
10306 Richard Bunt <richard.bunt@arm.com>
10307
10308 * cp-valprint.c (cp_print_value_fields): Allow an additional level
10309 of depth when printing anonymous structs or unions.
10310 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
10311 Don't print either the top-level value, or the children if the
10312 max-depth is exceeded.
10313 (ppscm_print_children): When printing the key of a map, allow one
10314 extra level of depth.
10315 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
10316 print either the top-level value, or the children if the max-depth
10317 is exceeded.
10318 (print_children): When printing the key of a map, allow one extra
10319 level of depth.
10320 * python/py-value.c (valpy_format_string): Add max_depth keyword.
10321 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
10322 (user_print_options): Initialise max_depth field.
10323 (val_print_scalar_or_string_type_p): New function.
10324 (val_print): Check to see if the max depth has been reached.
10325 (val_print_check_max_depth): Define new function.
10326 (show_print_max_depth): New function.
10327 (_initialize_valprint): Add 'print max-depth' option.
10328 * valprint.h (struct value_print_options) <max_depth>: New field.
10329 (val_print_check_max_depth): Declare new function.
10330 * NEWS: Document new feature.
10331
10332 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10333
10334 * ada-lang.c (ada_language_defn): Initialise new field.
10335 * c-lang.c (c_is_string_type_p): New function.
10336 (c_language_defn): Initialise new field.
10337 (cplus_language_defn): Initialise new field.
10338 (asm_language_defn): Initialise new field.
10339 (minimal_language_defn): Initialise new field.
10340 * c-lang.h (c_is_string_type_p): Declare new function.
10341 * d-lang.c (d_language_defn): Initialise new field.
10342 * f-lang.c (f_is_string_type_p): New function.
10343 (f_language_defn): Initialise new field.
10344 * go-lang.c (go_is_string_type_p): New function.
10345 (go_language_defn): Initialise new field.
10346 * language.c (default_is_string_type_p): New function.
10347 (unknown_language_defn): Initialise new field.
10348 (auto_language_defn): Initialise new field.
10349 * language.h (struct language_defn) <la_is_string_type_p>: New
10350 member variable.
10351 (default_is_string_type_p): Declare new function.
10352 * m2-lang.c (m2_language_defn): Initialise new field.
10353 * objc-lang.c (objc_language_defn): Initialise new field.
10354 * opencl-lang.c (opencl_language_defn): Initialise new field.
10355 * p-lang.c (pascal_is_string_type_p): New function.
10356 (pascal_language_defn): Initialise new field.
10357 * rust-lang.c (rust_is_string_type_p): New function.
10358 (rust_language_defn): Initialise new field.
10359
10360 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10361
10362 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
10363 New field.
10364 * ada-lang.c (ada_language_defn): Initialise new field.
10365 * c-lang.c (c_language_defn): Likewise.
10366 (cplus_language_defn): Likewise.
10367 (asm_language_defn): Likewise.
10368 (minimal_language_defn): Likewise.
10369 * d-lang.c (d_language_defn): Likewise.
10370 * f-lang.c (f_language_defn): Likewise.
10371 * go-lang.c (go_language_defn): Likewise.
10372 * language.c (unknown_language_defn): Likewise.
10373 (auto_language_defn): Likewise.
10374 * m2-lang.c (m2_language_defn): Likewise.
10375 * objc-lang.c (objc_language_defn): Likewise.
10376 * opencl-lang.c (opencl_language_defn): Likewise.
10377 * p-lang.c (pascal_language_defn): Likewise.
10378 * rust-lang.c (rust_language_defn): Likewise.
10379
10380 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10381
10382 * ada-lang.c (ada_is_character_type): Change return type to bool.
10383 (ada_is_string_type): Likewise.
10384 * ada-lang.h (ada_is_character_type): Update declaration
10385 (ada_is_string_type): Likewise.
10386
10387 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10388
10389 Support style in 'frame|thread apply'
10390
10391 * gdbcmd.h (execute_command_to_string): New term_out parameter.
10392 * record.c (record_start, record_stop): Update callers of
10393 execute_command_to_string with false.
10394 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
10395 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
10396 methods.
10397 (class string_file): New constructor with term_out parameter.
10398 Override methods term_out and can_emit_style_escape. New member
10399 term_out.
10400 (class stdio_file): Override can_emit_style_escape.
10401 (class tee_file): Override term_out and can_emit_style_escape.
10402 * utils.h (can_emit_style_escape): Remove.
10403 * utils.c (can_emit_style_escape): Likewise.
10404 Update all callers of can_emit_style_escape (SOMESTREAM) to
10405 SOMESTREAM->can_emit_style_escape.
10406 * source-cache.c (source_cache::get_source_lines): Likewise.
10407 * stack.c (frame_apply_command_count): Call execute_command_to_string
10408 passing the term_out characteristic of the current gdb_stdout.
10409 * thread.c (thr_try_catch_cmd): Likewise.
10410 * top.c (execute_command_to_string): pass term_out parameter
10411 to construct the string_file for the command output.
10412 * ui-file.c (term_cli_styling): New function (most code moved
10413 from utils.c can_emit_style_escape).
10414 (string_file::string_file, string_file::can_emit_style_escape,
10415 stdio_file::can_emit_style_escape, tee_file::term_out,
10416 tee_file::can_emit_style_escape): New functions.
10417
10418 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10419
10420 * NEWS: Mention the new set|show may-call-functions.
10421 * infcall.c (may_call_functions_p): New variable.
10422 (show_may_call_functions_p): New function.
10423 (call_function_by_hand_dummy): Throws an error if not
10424 may-call-functions.
10425 (_initialize_infcall): Call add_setshow_boolean_cmd for
10426 may-call-functions.
10427
10428 2019-04-25 Keith Seitz <keiths@redhat.com>
10429
10430 PR c++/24367
10431 * cp-support.c (inspect_type): Don't attempt substitutions
10432 of symbol with the same name.
10433
10434 2019-04-25 Tom Tromey <tromey@adacore.com>
10435
10436 PR gdb/24475:
10437 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
10438 static.
10439
10440 2019-04-25 Tom Tromey <tromey@adacore.com>
10441
10442 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
10443 rvalue reference.
10444 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
10445 (gdb_xml_parser::parse): Use std::move.
10446 * python/python-internal.h (gdbpy_convert_exception): Take a const
10447 reference.
10448 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
10449 std::move.
10450 * python/py-utils.c (gdbpy_convert_exception): Take a const
10451 reference.
10452 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10453 Use std::move.
10454 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10455 Use std::move.
10456 * mi/mi-main.c (mi_print_exception): Take a const reference.
10457 * main.c (handle_command_errors): Take a const reference.
10458 * linespec.c (parse_linespec): Use std::move.
10459 * infcall.c (run_inferior_call): Use std::move.
10460 (call_function_by_hand_dummy): Use std::move.
10461 * exec.c (try_open_exec_file): Use std::move.
10462 * exceptions.h (exception_print, exception_fprintf)
10463 (exception_print_same): Update.
10464 * exceptions.c (print_exception, exception_print)
10465 (exception_fprintf, exception_print_same): Change parameters to
10466 const reference.
10467 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
10468 * common/new-op.c: Use std::move.
10469 * common/common-exceptions.h (struct gdb_exception): Add move
10470 constructor.
10471 (struct gdb_exception_error, struct gdb_exception_quit, struct
10472 gdb_quit_bad_alloc): Change constructor to move constructor.
10473 (throw_exception): Change parameter to rvalue reference.
10474 * common/common-exceptions.c (throw_exception): Take rvalue
10475 reference.
10476 * cli/cli-interp.c (safe_execute_command): Use std::move.
10477 * breakpoint.c (insert_bp_location, location_to_sals): Use
10478 std::move.
10479
10480 2019-04-25 Tom Tromey <tromey@adacore.com>
10481
10482 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
10483 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
10484 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
10485 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
10486 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
10487 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
10488 guile/scm-value.c: Use unpack.
10489 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
10490 gdbscm_gdb_exception.
10491 (gdbscm_throw_gdb_exception): Likewise.
10492 (struct gdbscm_gdb_exception): New.
10493 (unpack): New function.
10494 (gdbscm_wrap): Use unpack.
10495
10496 2019-04-25 Tom Tromey <tromey@adacore.com>
10497
10498 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10499 (gdb_rl_callback_handler): Use std::move.
10500 * common/common-exceptions.h (struct gdb_exception): Add move
10501 assignment operator.
10502 (throw_exception_sjlj): Change "exception" to const reference.
10503 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
10504 (throw_exception_sjlj): Change "exception" to const reference.
10505
10506 2019-04-25 Tom Tromey <tromey@adacore.com>
10507
10508 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
10509 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
10510 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10511 Update.
10512 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10513 Update.
10514 * mi/mi-interp.c (mi_interp::exec): Update.
10515 * linespec.c (parse_linespec): Update.
10516 * infcall.c (run_inferior_call): Update.
10517 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
10518 * guile/scm-symbol.c (gdbscm_lookup_symbol)
10519 (gdbscm_lookup_global_symbol): Update.
10520 * guile/scm-param.c (gdbscm_parameter_value): Update.
10521 * guile/scm-frame.c (gdbscm_frame_read_register)
10522 (gdbscm_frame_read_var): Update.
10523 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
10524 * exec.c (try_open_exec_file): Update.
10525 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10526 (gdb_rl_callback_handler): Update.
10527 * common/common-exceptions.h (exception_none): Don't declare.
10528 * common/common-exceptions.c (exception_none): Don't define.
10529 (struct catcher) <exception>: Update.
10530 * cli/cli-interp.c (safe_execute_command): Update.
10531 * breakpoint.c (insert_bp_location, location_to_sals): Update.
10532
10533 2019-04-25 Ali Tamur <tamur@google.com>
10534
10535 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
10536 (read_attribute_value): Likewise.
10537 (dwarf2_read_addr_index): Update comment.
10538 (read_str_index): Add DW_FORM_strx.
10539 (dwarf2_string_attr): Likewise.
10540 (dwarf2_const_value_attr): Likewise.
10541 (dump_die_shallow): Likewise.
10542 (dwarf2_fetch_constant_bytes): Likewise.
10543 (skip_form_bytes): Likewise.
10544 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
10545
10546 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
10547
10548 PR corefiles/11608
10549 PR corefiles/18187
10550 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
10551 OFFSET. Verify if current mapping contains an ELF header.
10552 (linux_find_memory_regions_full): Adjust call to
10553 dump_mapping_p.
10554
10555 2019-04-25 Sandra Loosemore <sandra@codesourcery.com>
10556 Kang Li <kanglictf@gmail.com>
10557
10558 PR gdb/21600
10559
10560 * dwarf2-frame.c (read_initial_length): Be consistent about using
10561 unsigned representation of length.
10562 (decode_frame_entry_1): Likewise. Check for wraparound of
10563 end pointer as well as buffer overflow.
10564
10565 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
10566
10567 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
10568 "vq".
10569
10570 2019-04-24 Tom Tromey <tromey@adacore.com>
10571
10572 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
10573
10574 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10575
10576 * s12z-tdep.c (s12z_unwind_pc): Delete.
10577 (s12z_unwind_sp): Delete.
10578 (s12z_gdbarch_init): Don't register deleted functions with
10579 gdbarch.
10580
10581 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10582
10583 * rl78-tdep.c (rl78_unwind_sp): Delete.
10584 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
10585
10586 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10587
10588 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
10589 (xstormy16_unwind_pc): Delete.
10590 (xstormy16_dummy_id): Delete.
10591 (xstormy16_gdbarch_init): Don't register deleted functions with
10592 gdbarch.
10593
10594 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10595
10596 * vax-tdep.c (vax_unwind_pc): Delete.
10597 (vax_gdbarch_init): Don't register deleted function with gdbarch.
10598
10599 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10600
10601 * v850-tdep.c (v850_unwind_sp): Delete.
10602 (v850_unwind_pc): Delete.
10603 (v850_dummy_id): Delete.
10604 (v850_gdbarch_init): Don't register deleted functions with
10605 gdbarch.
10606
10607 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10608
10609 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
10610 (tilegx_unwind_pc): Delete.
10611 (tilegx_unwind_dummy_id): Delete.
10612 (tilegx_gdbarch_init): Don't register deleted functions with
10613 gdbarch.
10614
10615 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10616
10617 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
10618 (tic6x_dummy_id): Delete.
10619 (tic6x_gdbarch_init): Don't register deleted functions with
10620 gdbarch.
10621
10622 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10623
10624 * sparc-tdep.c (sparc_unwind_pc): Delete.
10625 (sparc32_gdbarch_init): Don't register deleted function with
10626 gdbarch.
10627
10628 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10629
10630 * sh-tdep.c (sh_unwind_sp): Delete.
10631 (sh_unwind_pc): Delete.
10632 (sh_dummy_id): Delete.
10633 (sh_gdbarch_init): Don't register deleted functions with
10634 gdbarch.
10635
10636 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10637
10638 * score-tdep.c (score_unwind_sp): Delete.
10639 (score_unwind_pc): Delete.
10640 (score_dummy_id): Delete.
10641 (score_gdbarch_init): Don't register deleted functions with
10642 gdbarch.
10643
10644 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10645
10646 * rx-tdep.c (rx_unwind_pc): Delete.
10647 (rx_unwind_sp): Delete.
10648 (rx_dummy_id): Delete.
10649 (rx_gdbarch_init): Don't register deleted functions with
10650 gdbarch. Update comment.
10651
10652 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10653
10654 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
10655 (rs6000_dummy_id): Delete.
10656 (rs6000_gdbarch_init): Don't register deleted functions with
10657 gdbarch.
10658
10659 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10660
10661 * or1k-tdep.c (or1k_dummy_id): Delete.
10662 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
10663
10664 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10665
10666 * nios2-tdep.c (nios2_dummy_id): Delete.
10667 (nios2_unwind_sp): Delete.
10668 (nios2_gdbarch_init): Don't register deleted functions with
10669 gdbarch.
10670
10671 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10672
10673 * nds32-tdep.c (nds32_dummy_id): Delete.
10674 (nds32_unwind_pc): Delete.
10675 (nds32_unwind_sp): Delete.
10676 (nds32_gdbarch_init): Don't register deleted functions with
10677 gdbarch.
10678
10679 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10680
10681 * msp430-tdep.c (msp430_unwind_pc): Delete.
10682 (msp430_unwind_sp): Delete.
10683 (msp430_dummy_id): Delete.
10684 (msp430_gdbarch_init): Don't register deleted functions with
10685 gdbarch.
10686
10687 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10688
10689 * moxie-tdep.c (moxie_unwind_sp): Delete.
10690 (moxie_unwind_pc): Delete.
10691 (moxie_dummy_id): Delete.
10692 (moxie_gdbarch_init): Don't register deleted functions with
10693 gdbarch.
10694
10695 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10696
10697 * mn10300-tdep.c (mn10300_dummy_id): Delete.
10698 (mn10300_unwind_pc): Delete.
10699 (mn10300_unwind_sp): Delete.
10700 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
10701 mn10300_unwind_sp.
10702 (mn10300_frame_unwind_init): Don't register deleted functions with
10703 gdbarch.
10704
10705 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10706
10707 * mep-tdep.c (mep_unwind_pc): Delete.
10708 (mep_unwind_sp): Delete.
10709 (mep_dummy_id): Delete.
10710 (mep_gdbarch_init): Don't register deleted functions with
10711 gdbarch.
10712
10713 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10714
10715 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
10716 (m68hc11_unwind_sp): Delete.
10717 (m68hc11_gdbarch_init): Don't register deleted functions with
10718 gdbarch.
10719
10720 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10721
10722 * m32r-tdep.c (m32r_unwind_sp): Delete.
10723 (m32r_unwind_pc): Delete.
10724 (m32r_dummy_id): Delete.
10725 (m32r_gdbarch_init): Don't register deleted functions with
10726 gdbarch.
10727
10728 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10729
10730 * m32c-tdep.c (m32c_unwind_pc): Delete.
10731 (m32c_unwind_sp): Delete.
10732 (m32c_dummy_id): Delete.
10733 (m32c_gdbarch_init): Don't register deleted functions with
10734 gdbarch.
10735
10736 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10737
10738 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
10739 (lm32_unwind_pc): Delete.
10740 (lm32_dummy_id): Delete.
10741 (lm32_gdbarch_init): Don't register deleted functions with
10742 gdbarch.
10743
10744 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10745
10746 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
10747 (iq2000_unwind_pc): Delete.
10748 (iq2000_dummy_id): Delete.
10749 (iq2000_gdbarch_init): Don't register deleted functions with
10750 gdbarch.
10751
10752 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10753
10754 * nds32-tdep.c (nds32_type_align): Delete.
10755 (nds32_push_dummy_call): Use type_align instead.
10756
10757 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10758
10759 * arm-tdep.c (arm_type_align): Only handle vector override case.
10760 (arm_push_dummy_call): Use type_align.
10761 (arm_gdbarch_init): Register arm_type_align gdbarch function.
10762
10763 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10764
10765 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
10766 case.
10767 (pass_on_stack): Use type_align.
10768 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
10769 function.
10770
10771 2019-04-23 Tom Tromey <tromey@adacore.com>
10772
10773 * dwarf2read.c (line_header::file_name_at): Remove unused
10774 overload.
10775
10776 2019-04-23 Tom de Vries <tdevries@suse.de>
10777
10778 PR gdb/24438
10779 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
10780 invocation.
10781
10782
10783 2019-03-27 Ali Tamur <tamur@google.com>
10784
10785 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
10786 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
10787 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
10788 (dwarf_expr_context::get_addr_index): Likewise
10789 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
10790 (symbol_needs_eval_context::get_addr_index): Likewise
10791 (disassemble_dwarf_expression): Add DW_OP_addrx
10792 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
10793 (read_cutu_die_from_dwo): Update comment
10794 (skip_one_die): Add DW_FORM_addrx
10795 (read_attribute_value): Likewise
10796 (var_decode_location): Add DW_OP_addrx
10797 (dwarf2_const_value_attr): Add DW_FORM_addrx
10798 (dump_die_shallow): Likewise
10799 (dwarf2_fetch_constant_bytes): Likewise
10800 (decode_locdesc): Add DW_OP_addrx
10801 (skip_form_bytes): Add DW_FORM_addrx
10802
10803 2019-04-22 Ali Tamur <tamur@google.com>
10804
10805 * MAINTAINERS (Write After Approval): Add self.
10806
10807 2019-04-22 Simon Marchi <simon.marchi@efficios.com>
10808
10809 * solib-svr4.c (get_svr4_info): Add pspace parameter.
10810 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
10811 (open_symbol_file_object): Likewise.
10812 (svr4_default_sos): Add info parameter.
10813 (svr4_read_so_list): Likewise.
10814 (svr4_current_sos_direct): Adjust functions calls to pass down
10815 info.
10816 (svr4_current_sos_1): Add info parameter.
10817 (svr4_current_sos): Call get_svr4_info, pass info down to
10818 svr4_current_sos_1.
10819 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
10820 get_svr4_info.
10821 (svr4_in_dynsym_resolve_code): Pass current_program_space to
10822 get_svr4_info.
10823 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
10824 to get_svr4_info.
10825 (probes_table_remove_objfile_probes): Likewise.
10826 (register_solib_event_probe): Add info parameter.
10827 (solist_update_incremental): Pass info parameter down to
10828 svr4_read_so_list.
10829 (disable_probes_interface): Add info parameter.
10830 (svr4_handle_solib_event): Pass current_program_space to
10831 get_svr4_info. Adjust disable_probes_interface cleanup.
10832 (svr4_create_probe_breakpoints): Add info parameter, pass it
10833 down to register_solib_event_probe.
10834 (svr4_create_solib_event_breakpoints): Add info parameter,
10835 pass it down to svr4_create_probe_breakpoints.
10836 (enable_break): Pass info down to
10837 svr4_create_solib_event_breakpoints.
10838 (svr4_solib_create_inferior_hook): Pass current_program_space to
10839 get_svr4_info.
10840 (svr4_clear_solib): Likewise.
10841
10842 2019-04-22 Pedro Alves <palves@redhat.com>
10843
10844 * solib-svr4.c (svr4_free_objfile_observer): New.
10845 (probe_and_action::objfile): New field.
10846 (probes_table_htab_remove_objfile_probes)
10847 (probes_table_remove_objfile_probes): New functions.
10848 (register_solib_event_probe): Add 'objfile' parameter. Store it
10849 in the new probe_and_action. Don't store the probe in 'lookup'.
10850 (svr4_create_probe_breakpoints): Pass objfile to
10851 register_solib_event_probe.
10852 (_initialize_svr4_solib): Register a free_objfile observer.
10853
10854 2019-04-19 Tom Tromey <tom@tromey.com>
10855
10856 * common/queue.h: Remove.
10857
10858 2019-04-19 Tom Tromey <tom@tromey.com>
10859
10860 * event-loop.c: Don't include "common/queue.h".
10861
10862 2019-04-19 Tom Tromey <tom@tromey.com>
10863
10864 * remote.c (remote_target): Use delete.
10865 * remote-notif.h: Include <list>, not "common/queue.h".
10866 (notif_client_p): Remove typedef.
10867 (remote_notif_state): Add constructor, destructor, initializer.
10868 <notif_queue>: Now a std::list.
10869 (remote_notif_state_xfree): Don't declare.
10870 * remote-notif.c (remote_notif_process, handle_notification)
10871 (remote_notif_state_allocate): Update.
10872 (~remote_notif_state): Rename from remote_notif_state_xfree.
10873
10874 2019-04-19 Tom Tromey <tom@tromey.com>
10875
10876 * symfile.c (reread_symbols): Update.
10877 * objfiles.c (objfile_register_static_link)
10878 (objfile_lookup_static_link): Update
10879 (~objfile) Don't delete static_links.
10880 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
10881
10882 2019-04-19 Tom Tromey <tom@tromey.com>
10883
10884 * type-stack.h (struct type_stack) <insert>: Constify string.
10885 * type-stack.c (type_stack::insert): Constify string.
10886 * gdbtypes.h (lookup_template_type): Update.
10887 (address_space_name_to_int): Update.
10888 * gdbtypes.c (address_space_name_to_int): Make space_identifier
10889 const.
10890 (lookup_template_type): Make name const.
10891 * c-exp.y: Update rules.
10892 (lex_one_token, classify_name, classify_inner_name)
10893 (c_print_token): Update.
10894 * p-exp.y: Update rules.
10895 (yylex): Update.
10896 * f-exp.y: Update rules.
10897 (yylex): Update.
10898 * d-exp.y: Update rules.
10899 (lex_one_token, classify_name, classify_inner_name): Update.
10900 * parse.c (write_dollar_variable, copy_name): Return std::string.
10901 * parser-defs.h (copy_name): Change return type.
10902 * m2-exp.y: Update rules.
10903 (yylex): Update.
10904 * go-exp.y (lex_one_token): Update.
10905 Update rules.
10906 (classify_unsafe_function, classify_packaged_name)
10907 (classify_name, yylex): Update.
10908
10909 2019-04-19 Sergei Trofimovich <siarheit@google.com>
10910
10911 * configure.ac: add --enable-source-highlight switch.
10912 * configure: Regenerate.
10913 * top.c (print_gdb_version): plumb --enable-source-highlight
10914 status to "show configuration".
10915
10916 2019-04-19 Tom Tromey <tromey@adacore.com>
10917
10918 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
10919 Check ADA_TYPE_P.
10920 (empty_record, ada_template_to_fixed_record_type_1)
10921 (template_to_static_fixed_type)
10922 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
10923 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
10924 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
10925 macros.
10926
10927 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
10928
10929 PR symtab/24423:
10930 * source.c (print_source_lines_base): Advance "iter" when a
10931 control character is seen.
10932
10933 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10934
10935 * inferior.h (struct infcall_suspend_state_deleter):
10936 Catch exception in destructor to avoid crash.
10937
10938 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10939
10940 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
10941 close to the add_com "shell".
10942
10943 2019-04-18 Tom Tromey <tromey@adacore.com>
10944
10945 * process-stratum-target.h (class process_stratum_target)
10946 <stratum>: Add "final".
10947
10948 2019-04-17 Tom Tromey <tromey@adacore.com>
10949
10950 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
10951 against nullptr before use.
10952
10953 2019-04-17 Alan Hayward <alan.hayward@arm.com>
10954
10955 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
10956
10957 2019-04-17 Jim Wilson <jimw@sifive.com>
10958 Andrew Burgess <andrew.burgess@embecosm.com>
10959
10960 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
10961 code read might fail, assume 4-byte breakpoint in that case.
10962
10963 2019-04-15 Leszek Swirski <leszeks@google.com>
10964
10965 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
10966 rather than a hand-rolled POD check when checking for forced MEMORY
10967 classification.
10968
10969 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10970
10971 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
10972 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
10973 function.
10974 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
10975 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
10976 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
10977 declaration.
10978
10979 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10980
10981 * aarch64-linux-nat.c
10982 (aarch64_linux_nat_target::thread_architecture): Add override.
10983 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
10984 each VQ.
10985
10986 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10987
10988 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
10989
10990 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
10991
10992 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
10993 target types of size 96-bits, add some additional comments, and
10994 check that the builtin type we found was the correct size.
10995
10996 2019-04-12 Eli Zaretskii <eliz@gnu.org>
10997
10998 * utils.c (prompt_for_continue): Don't restore the styling at the
10999 end, as applied_style has the wrong value. This fixes styling in
11000 long lists of file names that are interrupted by the "Continue?"
11001 prompt.
11002
11003 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
11004
11005 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
11006 * c-lang.c (c_language_defn): Likewise.
11007 (cplus_language_defn): Likewise.
11008 (asm_language_defn): Likewise.
11009 (minimal_language_defn): Likewise.
11010 * d-lang.c (d_language_defn): Likewise.
11011 * f-lang.c (f_language_defn): Likewise.
11012 * go-lang.c (go_language_defn): Likewise.
11013 * language.c (unknown_language_defn): Likewise.
11014 (auto_language_defn): Likewise.
11015 * language.h (struct language_defn): Remove la_magic field.
11016 (LANG_MAGIC): Delete.
11017 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
11018 * objc-lang.c (objc_language_defn): Likewise.
11019 * opencl-lang.c (opencl_language_defn): Likewise.
11020 * p-lang.c (pascal_language_defn): Likewise.
11021 * rust-lang.c (rust_language_defn): Likewise.
11022
11023 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
11024
11025 * riscv-tdep.c (riscv_type_align): New function.
11026 (riscv_type_alignment): Delete.
11027 (riscv_arg_location): Use 'type_align'.
11028 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
11029
11030 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
11031
11032 * gdbtypes.c (type_align): A struct with no non-static fields also
11033 has alignment of 1.
11034
11035 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
11036
11037 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
11038 component to 0.
11039 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
11040 member.
11041 (riscv_struct_info::analyse): New implementation using new
11042 analyse_inner member function.
11043 (riscv_struct_info::field_offset): New member function.
11044 (riscv_struct_info::m_offsets): New member variable.
11045 (riscv_struct_info::analyse_inner): New private member function,
11046 takes the old implementation of riscv_struct_info::analyse but
11047 extended to track field offsets.
11048 (riscv_call_arg_struct): Update the struct folding special cases
11049 to handle cases where empty C++ structs, which are non-zero
11050 length, are found.
11051 (riscv_arg_location): Initialise the length of each location, a
11052 non-zero length now indicates the location is in use.
11053 (riscv_push_dummy_call): Allow for the first location having a
11054 non-zero offset when setting up arguments.
11055 (riscv_return_value): Likewise, but for return values.
11056
11057 2019-04-11 Tom Tromey <tromey@adacore.com>
11058
11059 * utils.c (internal_vproblem): Make "msg" const.
11060
11061 2019-04-11 Alan Hayward <alan.hayward@arm.com>
11062
11063 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
11064 * trad-frame.c (trad_frame_reset_saved_regs): New function.
11065 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
11066 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
11067
11068 2019-04-10 Kevin Buettner <kevinb@redhat.com>
11069
11070 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
11071 function.
11072 (fill_gregset): Call amd64_linux_collect_native_gregset instead
11073 of amd64_collect_native_gregset.
11074 (amd64_linux_nat_target::store_registers): Likewise.
11075
11076 2019-04-10 Tom Tromey <tom@tromey.com>
11077
11078 * symtab.c (lookup_global_symbol_from_objfile)
11079 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
11080 * objfiles.h (class separate_debug_iterator): New.
11081 (class separate_debug_range): New.
11082 (struct objfile) <separate_debug_objfiles>: New method.
11083 (objfile_separate_debug_iterate): Don't declare.
11084 * objfiles.c (separate_debug_iterator::operator++): Rename from
11085 objfile_separate_debug_iterate.
11086 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
11087 iterator.
11088 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
11089 iterator.
11090
11091 2019-04-10 Tom Tromey <tom@tromey.com>
11092
11093 * symfile.c (reread_symbols): Remove old comment.
11094 * objfiles.c (free_all_objfiles): Fix a typo.
11095
11096 2019-04-10 Tom Tromey <tom@tromey.com>
11097
11098 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
11099 * minsyms.c (lookup_minimal_symbol): Use foreach.
11100 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
11101 (lookup_minimal_symbol_solib_trampoline): Likewise.
11102 * symfile.c (reread_symbols): Use foreach.
11103
11104 2019-04-09 Ivan Begert <ivanbegert@gmail.com>
11105 Tom Tromey <tromey@adacore.com>
11106
11107 PR rust/24414:
11108 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
11109 (rust_lex_int_test): Change "value" to be LONGEST.
11110 (rust_lex_tests): Add test for long integer literal.
11111
11112 2019-04-09 Tom Tromey <tromey@adacore.com>
11113
11114 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
11115 to bool.
11116 (extended_remote_target::attach): Update.
11117 (remote_target::remote_notice_new_inferior): Update.
11118 (remote_target::add_current_inferior_and_thread): Update.
11119 * inferior.c (exit_inferior_1): Use "false".
11120 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
11121
11122 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
11123
11124 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
11125 the "start" command.
11126
11127 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11128
11129 * python/py-inferior.c (infpy_thread_from_thread_handle):
11130 Adjust comments to reflect renaming of thread_from_thread_handle
11131 to thread_from_handle. Adjust keywords. Fix type error message.
11132 (inferior_object_methods): Add thread_from_handle. Retain
11133 thread_from_thread_handle, but mark it as deprecated.
11134
11135 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11136
11137 * gdbthread.h (find_thread_by_handle): Revise declaration.
11138 * thread.c (find_thread_by_handle): Likewise. Adjust
11139 implementation too.
11140 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
11141 support for buffer objects as handles.
11142
11143 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11144
11145 * python/py-infthread.c (thpy_thread_handle): New function.
11146 (thread_object_methods): Register thpy_thread_handle.
11147
11148 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11149
11150 * gdbthread.h (thread_to_thread_handle): Declare.
11151 * thread.c (gdbtypes.h): Include.
11152 (thread_to_thread_handle): New function.
11153
11154 * target.h (struct target_ops): Add thread_info_to_thread_handle.
11155 (target_thread_info_to_thread_handle): Declare.
11156 * target.c (target_thread_info_to_thread_handle): New function.
11157 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
11158 * target-delegates.c: Regenerate.
11159
11160 * linux-thread-db.c (class thread_db_target): Add method
11161 thread_info_to_thread_handle.
11162 (thread_db_target::thread_info_to_thread_handle): Define.
11163 * remote.c (class remote_target): Add new method
11164 thread_info_to_thread_handle.
11165 (remote_target::thread_info_to_thread_handle): Define.
11166
11167 2019-04-08 Pedro Alves <palves@redhat.com>
11168
11169 * common/common-exceptions.c (throw_exception): Don't create
11170 named object to throw; throw directly.
11171 (throw_it): Likewise. Don't initialize gdb_exception::message
11172 here, with new; pass FMT and AP to the ctor instead.
11173 * common/common-exceptions.h: Include <string>.
11174 (gdb_exception::gdb_exception(enum return_reason, enum errors,
11175 const char *, va_list)): New ctor. Use std::make_shared.
11176 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
11177 errors)): Delete.
11178 (gdb_exception_error::gdb_exception_error(enum errors, const char
11179 *, va_list)): New.
11180 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
11181 Add assertion.
11182 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
11183 errors)): Delete.
11184 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
11185 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
11186 Add assertion.
11187
11188 2019-04-08 Tom Tromey <tom@tromey.com>
11189
11190 * valops.c (value_rtti_indirect_type): Replace throw_exception
11191 with throw.
11192 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
11193 with throw.
11194 * thread.c (thr_try_catch_cmd): Replace throw_exception with
11195 throw.
11196 * target.c (target_translate_tls_address): Replace throw_exception
11197 with throw.
11198 * stack.c (frame_apply_command_count): Replace throw_exception
11199 with throw.
11200 * solib-spu.c (append_ocl_sos): Replace throw_exception with
11201 throw.
11202 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
11203 with throw.
11204 * rs6000-tdep.c (rs6000_frame_cache)
11205 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
11206 * remote.c: Replace throw_exception with throw.
11207 * record-full.c (record_full_message, record_full_wait_1)
11208 (record_full_restore): Replace throw_exception with throw.
11209 * record-btrace.c:
11210 (get_thread_current_frame_id, record_btrace_start_replaying)
11211 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
11212 (cmd_record_btrace_start): Replace throw_exception with throw.
11213 * parse.c (parse_exp_in_context_1): Replace throw_exception with
11214 throw.
11215 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
11216 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
11217 * linespec.c:
11218 (find_linespec_symbols): Replace throw_exception with throw.
11219 * infrun.c (displaced_step_prepare, resume): Replace
11220 throw_exception with throw.
11221 * infcmd.c (post_create_inferior): Replace throw_exception with
11222 throw.
11223 * inf-loop.c (inferior_event_handler): Replace throw_exception
11224 with throw.
11225 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
11226 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
11227 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
11228 (get_prev_frame_always, get_frame_pc_if_available)
11229 (get_frame_address_in_block_if_available, get_frame_language):
11230 Replace throw_exception with throw.
11231 * frame-unwind.c (frame_unwind_try_unwinder): Replace
11232 throw_exception with throw.
11233 * eval.c (fetch_subexp_value, evaluate_var_value)
11234 (evaluate_funcall, evaluate_subexp_standard): Replace
11235 throw_exception with throw.
11236 * dwarf2loc.c (call_site_find_chain)
11237 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
11238 Replace throw_exception with throw.
11239 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
11240 with throw.
11241 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
11242 throw.
11243 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
11244 * completer.c (complete_line_internal): Replace throw_exception
11245 with throw.
11246 * compile/compile-object-run.c (compile_object_run): Replace
11247 throw_exception with throw.
11248 * cli/cli-script.c (process_next_line): Replace throw_exception
11249 with throw.
11250 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
11251 (btrace_enable, btrace_maint_update_pt_packets): Replace
11252 throw_exception with throw.
11253 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
11254 throw_exception with throw.
11255 * break-catch-throw.c (re_set_exception_catchpoint): Replace
11256 throw_exception with throw.
11257 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
11258 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
11259 * aarch64-tdep.c (aarch64_make_prologue_cache)
11260 (aarch64_make_stub_cache): Replace throw_exception with throw.
11261
11262 2019-04-08 Tom Tromey <tom@tromey.com>
11263
11264 * common/common-exceptions.c (throw_exception): Rename from
11265 throw_exception_cxx. Remove old copy. Make argument const.
11266 (throw_it): Create and throw exception objects directly.
11267 * common/common-exceptions.h (throw_exception): Make argument
11268 const.
11269 (struct gdb_exception_error): Add constructor.
11270 (struct gdb_exception_quit): Add constructor.
11271
11272 2019-04-08 Tom Tromey <tom@tromey.com>
11273
11274 * common/common-exceptions.h (exception_rethrow): Don't declare.
11275 (TRY_SJLJ): Update comment.
11276 (TRY, CATCH, END_CATCH): Remove.
11277 * common/common-exceptions.c (exception_rethrow): Remove.
11278
11279 2019-04-08 Tom Tromey <tom@tromey.com>
11280
11281 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
11282 Remove.
11283 (gdb_exception_error): Rename from
11284 gdb_exception_RETURN_MASK_ERROR.
11285 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
11286 (gdb_quit_bad_alloc): Update.
11287 * aarch64-tdep.c: Update.
11288 * ada-lang.c: Update.
11289 * ada-typeprint.c: Update.
11290 * ada-valprint.c: Update.
11291 * amd64-tdep.c: Update.
11292 * arch-utils.c: Update.
11293 * break-catch-throw.c: Update.
11294 * breakpoint.c: Update.
11295 * btrace.c: Update.
11296 * c-varobj.c: Update.
11297 * cli/cli-cmds.c: Update.
11298 * cli/cli-interp.c: Update.
11299 * cli/cli-script.c: Update.
11300 * common/common-exceptions.c: Update.
11301 * common/new-op.c: Update.
11302 * common/selftest.c: Update.
11303 * compile/compile-c-symbols.c: Update.
11304 * compile/compile-cplus-symbols.c: Update.
11305 * compile/compile-object-load.c: Update.
11306 * compile/compile-object-run.c: Update.
11307 * completer.c: Update.
11308 * corelow.c: Update.
11309 * cp-abi.c: Update.
11310 * cp-support.c: Update.
11311 * cp-valprint.c: Update.
11312 * darwin-nat.c: Update.
11313 * disasm-selftests.c: Update.
11314 * dtrace-probe.c: Update.
11315 * dwarf-index-cache.c: Update.
11316 * dwarf-index-write.c: Update.
11317 * dwarf2-frame-tailcall.c: Update.
11318 * dwarf2-frame.c: Update.
11319 * dwarf2loc.c: Update.
11320 * dwarf2read.c: Update.
11321 * eval.c: Update.
11322 * event-loop.c: Update.
11323 * event-top.c: Update.
11324 * exec.c: Update.
11325 * f-valprint.c: Update.
11326 * fbsd-tdep.c: Update.
11327 * frame-unwind.c: Update.
11328 * frame.c: Update.
11329 * gdbtypes.c: Update.
11330 * gnu-v3-abi.c: Update.
11331 * guile/guile-internal.h: Update.
11332 * guile/scm-block.c: Update.
11333 * guile/scm-breakpoint.c: Update.
11334 * guile/scm-cmd.c: Update.
11335 * guile/scm-disasm.c: Update.
11336 * guile/scm-frame.c: Update.
11337 * guile/scm-lazy-string.c: Update.
11338 * guile/scm-math.c: Update.
11339 * guile/scm-param.c: Update.
11340 * guile/scm-ports.c: Update.
11341 * guile/scm-pretty-print.c: Update.
11342 * guile/scm-symbol.c: Update.
11343 * guile/scm-symtab.c: Update.
11344 * guile/scm-type.c: Update.
11345 * guile/scm-value.c: Update.
11346 * i386-linux-tdep.c: Update.
11347 * i386-tdep.c: Update.
11348 * inf-loop.c: Update.
11349 * infcall.c: Update.
11350 * infcmd.c: Update.
11351 * infrun.c: Update.
11352 * jit.c: Update.
11353 * language.c: Update.
11354 * linespec.c: Update.
11355 * linux-fork.c: Update.
11356 * linux-nat.c: Update.
11357 * linux-tdep.c: Update.
11358 * linux-thread-db.c: Update.
11359 * main.c: Update.
11360 * mi/mi-cmd-break.c: Update.
11361 * mi/mi-cmd-stack.c: Update.
11362 * mi/mi-interp.c: Update.
11363 * mi/mi-main.c: Update.
11364 * objc-lang.c: Update.
11365 * p-valprint.c: Update.
11366 * parse.c: Update.
11367 * ppc-linux-tdep.c: Update.
11368 * printcmd.c: Update.
11369 * python/py-arch.c: Update.
11370 * python/py-breakpoint.c: Update.
11371 * python/py-cmd.c: Update.
11372 * python/py-finishbreakpoint.c: Update.
11373 * python/py-frame.c: Update.
11374 * python/py-framefilter.c: Update.
11375 * python/py-gdb-readline.c: Update.
11376 * python/py-inferior.c: Update.
11377 * python/py-infthread.c: Update.
11378 * python/py-lazy-string.c: Update.
11379 * python/py-linetable.c: Update.
11380 * python/py-objfile.c: Update.
11381 * python/py-param.c: Update.
11382 * python/py-prettyprint.c: Update.
11383 * python/py-progspace.c: Update.
11384 * python/py-record-btrace.c: Update.
11385 * python/py-record.c: Update.
11386 * python/py-symbol.c: Update.
11387 * python/py-type.c: Update.
11388 * python/py-unwind.c: Update.
11389 * python/py-utils.c: Update.
11390 * python/py-value.c: Update.
11391 * python/python.c: Update.
11392 * record-btrace.c: Update.
11393 * record-full.c: Update.
11394 * remote-fileio.c: Update.
11395 * remote.c: Update.
11396 * riscv-tdep.c: Update.
11397 * rs6000-aix-tdep.c: Update.
11398 * rs6000-tdep.c: Update.
11399 * rust-exp.y: Update.
11400 * rust-lang.c: Update.
11401 * s390-tdep.c: Update.
11402 * selftest-arch.c: Update.
11403 * solib-dsbt.c: Update.
11404 * solib-frv.c: Update.
11405 * solib-spu.c: Update.
11406 * solib-svr4.c: Update.
11407 * solib.c: Update.
11408 * sparc64-linux-tdep.c: Update.
11409 * stack.c: Update.
11410 * symfile-mem.c: Update.
11411 * symmisc.c: Update.
11412 * target.c: Update.
11413 * thread.c: Update.
11414 * top.c: Update.
11415 * tracefile-tfile.c: Update.
11416 * tui/tui.c: Update.
11417 * typeprint.c: Update.
11418 * unittests/cli-utils-selftests.c: Update.
11419 * unittests/parse-connection-spec-selftests.c: Update.
11420 * valops.c: Update.
11421 * valprint.c: Update.
11422 * value.c: Update.
11423 * varobj.c: Update.
11424 * windows-nat.c: Update.
11425 * x86-linux-nat.c: Update.
11426 * xml-support.c: Update.
11427
11428 2019-04-08 Tom Tromey <tom@tromey.com>
11429
11430 * xml-support.c: Use C++ exception handling.
11431 * x86-linux-nat.c: Use C++ exception handling.
11432 * windows-nat.c: Use C++ exception handling.
11433 * varobj.c: Use C++ exception handling.
11434 * value.c: Use C++ exception handling.
11435 * valprint.c: Use C++ exception handling.
11436 * valops.c: Use C++ exception handling.
11437 * unittests/parse-connection-spec-selftests.c: Use C++ exception
11438 handling.
11439 * unittests/cli-utils-selftests.c: Use C++ exception handling.
11440 * typeprint.c: Use C++ exception handling.
11441 * tui/tui.c: Use C++ exception handling.
11442 * tracefile-tfile.c: Use C++ exception handling.
11443 * top.c: Use C++ exception handling.
11444 * thread.c: Use C++ exception handling.
11445 * target.c: Use C++ exception handling.
11446 * symmisc.c: Use C++ exception handling.
11447 * symfile-mem.c: Use C++ exception handling.
11448 * stack.c: Use C++ exception handling.
11449 * sparc64-linux-tdep.c: Use C++ exception handling.
11450 * solib.c: Use C++ exception handling.
11451 * solib-svr4.c: Use C++ exception handling.
11452 * solib-spu.c: Use C++ exception handling.
11453 * solib-frv.c: Use C++ exception handling.
11454 * solib-dsbt.c: Use C++ exception handling.
11455 * selftest-arch.c: Use C++ exception handling.
11456 * s390-tdep.c: Use C++ exception handling.
11457 * rust-lang.c: Use C++ exception handling.
11458 * rust-exp.y: Use C++ exception handling.
11459 * rs6000-tdep.c: Use C++ exception handling.
11460 * rs6000-aix-tdep.c: Use C++ exception handling.
11461 * riscv-tdep.c: Use C++ exception handling.
11462 * remote.c: Use C++ exception handling.
11463 * remote-fileio.c: Use C++ exception handling.
11464 * record-full.c: Use C++ exception handling.
11465 * record-btrace.c: Use C++ exception handling.
11466 * python/python.c: Use C++ exception handling.
11467 * python/py-value.c: Use C++ exception handling.
11468 * python/py-utils.c: Use C++ exception handling.
11469 * python/py-unwind.c: Use C++ exception handling.
11470 * python/py-type.c: Use C++ exception handling.
11471 * python/py-symbol.c: Use C++ exception handling.
11472 * python/py-record.c: Use C++ exception handling.
11473 * python/py-record-btrace.c: Use C++ exception handling.
11474 * python/py-progspace.c: Use C++ exception handling.
11475 * python/py-prettyprint.c: Use C++ exception handling.
11476 * python/py-param.c: Use C++ exception handling.
11477 * python/py-objfile.c: Use C++ exception handling.
11478 * python/py-linetable.c: Use C++ exception handling.
11479 * python/py-lazy-string.c: Use C++ exception handling.
11480 * python/py-infthread.c: Use C++ exception handling.
11481 * python/py-inferior.c: Use C++ exception handling.
11482 * python/py-gdb-readline.c: Use C++ exception handling.
11483 * python/py-framefilter.c: Use C++ exception handling.
11484 * python/py-frame.c: Use C++ exception handling.
11485 * python/py-finishbreakpoint.c: Use C++ exception handling.
11486 * python/py-cmd.c: Use C++ exception handling.
11487 * python/py-breakpoint.c: Use C++ exception handling.
11488 * python/py-arch.c: Use C++ exception handling.
11489 * printcmd.c: Use C++ exception handling.
11490 * ppc-linux-tdep.c: Use C++ exception handling.
11491 * parse.c: Use C++ exception handling.
11492 * p-valprint.c: Use C++ exception handling.
11493 * objc-lang.c: Use C++ exception handling.
11494 * mi/mi-main.c: Use C++ exception handling.
11495 * mi/mi-interp.c: Use C++ exception handling.
11496 * mi/mi-cmd-stack.c: Use C++ exception handling.
11497 * mi/mi-cmd-break.c: Use C++ exception handling.
11498 * main.c: Use C++ exception handling.
11499 * linux-thread-db.c: Use C++ exception handling.
11500 * linux-tdep.c: Use C++ exception handling.
11501 * linux-nat.c: Use C++ exception handling.
11502 * linux-fork.c: Use C++ exception handling.
11503 * linespec.c: Use C++ exception handling.
11504 * language.c: Use C++ exception handling.
11505 * jit.c: Use C++ exception handling.
11506 * infrun.c: Use C++ exception handling.
11507 * infcmd.c: Use C++ exception handling.
11508 * infcall.c: Use C++ exception handling.
11509 * inf-loop.c: Use C++ exception handling.
11510 * i386-tdep.c: Use C++ exception handling.
11511 * i386-linux-tdep.c: Use C++ exception handling.
11512 * guile/scm-value.c: Use C++ exception handling.
11513 * guile/scm-type.c: Use C++ exception handling.
11514 * guile/scm-symtab.c: Use C++ exception handling.
11515 * guile/scm-symbol.c: Use C++ exception handling.
11516 * guile/scm-pretty-print.c: Use C++ exception handling.
11517 * guile/scm-ports.c: Use C++ exception handling.
11518 * guile/scm-param.c: Use C++ exception handling.
11519 * guile/scm-math.c: Use C++ exception handling.
11520 * guile/scm-lazy-string.c: Use C++ exception handling.
11521 * guile/scm-frame.c: Use C++ exception handling.
11522 * guile/scm-disasm.c: Use C++ exception handling.
11523 * guile/scm-cmd.c: Use C++ exception handling.
11524 * guile/scm-breakpoint.c: Use C++ exception handling.
11525 * guile/scm-block.c: Use C++ exception handling.
11526 * guile/guile-internal.h: Use C++ exception handling.
11527 * gnu-v3-abi.c: Use C++ exception handling.
11528 * gdbtypes.c: Use C++ exception handling.
11529 * frame.c: Use C++ exception handling.
11530 * frame-unwind.c: Use C++ exception handling.
11531 * fbsd-tdep.c: Use C++ exception handling.
11532 * f-valprint.c: Use C++ exception handling.
11533 * exec.c: Use C++ exception handling.
11534 * event-top.c: Use C++ exception handling.
11535 * event-loop.c: Use C++ exception handling.
11536 * eval.c: Use C++ exception handling.
11537 * dwarf2read.c: Use C++ exception handling.
11538 * dwarf2loc.c: Use C++ exception handling.
11539 * dwarf2-frame.c: Use C++ exception handling.
11540 * dwarf2-frame-tailcall.c: Use C++ exception handling.
11541 * dwarf-index-write.c: Use C++ exception handling.
11542 * dwarf-index-cache.c: Use C++ exception handling.
11543 * dtrace-probe.c: Use C++ exception handling.
11544 * disasm-selftests.c: Use C++ exception handling.
11545 * darwin-nat.c: Use C++ exception handling.
11546 * cp-valprint.c: Use C++ exception handling.
11547 * cp-support.c: Use C++ exception handling.
11548 * cp-abi.c: Use C++ exception handling.
11549 * corelow.c: Use C++ exception handling.
11550 * completer.c: Use C++ exception handling.
11551 * compile/compile-object-run.c: Use C++ exception handling.
11552 * compile/compile-object-load.c: Use C++ exception handling.
11553 * compile/compile-cplus-symbols.c: Use C++ exception handling.
11554 * compile/compile-c-symbols.c: Use C++ exception handling.
11555 * common/selftest.c: Use C++ exception handling.
11556 * common/new-op.c: Use C++ exception handling.
11557 * cli/cli-script.c: Use C++ exception handling.
11558 * cli/cli-interp.c: Use C++ exception handling.
11559 * cli/cli-cmds.c: Use C++ exception handling.
11560 * c-varobj.c: Use C++ exception handling.
11561 * btrace.c: Use C++ exception handling.
11562 * breakpoint.c: Use C++ exception handling.
11563 * break-catch-throw.c: Use C++ exception handling.
11564 * arch-utils.c: Use C++ exception handling.
11565 * amd64-tdep.c: Use C++ exception handling.
11566 * ada-valprint.c: Use C++ exception handling.
11567 * ada-typeprint.c: Use C++ exception handling.
11568 * ada-lang.c: Use C++ exception handling.
11569 * aarch64-tdep.c: Use C++ exception handling.
11570
11571 2019-04-08 Tom Tromey <tom@tromey.com>
11572
11573 * xml-support.c (gdb_xml_parser::parse): Update.
11574 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11575 * value.c (show_convenience): Update.
11576 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
11577 (test_parse_flags_qcs): Update.
11578 * thread.c (thr_try_catch_cmd): Update.
11579 * target.c (target_translate_tls_address): Update.
11580 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
11581 (info_frame_command_core, frame_apply_command_count): Update.
11582 * rust-exp.y (rust_lex_exception_test): Update.
11583 * riscv-tdep.c (riscv_print_one_register_info): Update.
11584 * remote.c (remote_target::enable_btrace): Update.
11585 * record-btrace.c (record_btrace_enable_warn): Update.
11586 * python/py-utils.c (gdbpy_convert_exception): Update.
11587 * printcmd.c (do_one_display, print_variable_and_value): Update.
11588 * mi/mi-main.c (mi_print_exception): Update.
11589 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
11590 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
11591 * linux-nat.c (linux_nat_target::attach): Update.
11592 * linux-fork.c (class scoped_switch_fork_info): Update.
11593 * infrun.c (displaced_step_prepare): Update.
11594 * infcall.c (call_function_by_hand_dummy): Update.
11595 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
11596 * gnu-v3-abi.c (print_one_vtable): Update.
11597 * frame.c (get_prev_frame_always): Update.
11598 * f-valprint.c (info_common_command_for_block): Update.
11599 * exec.c (try_open_exec_file): Update.
11600 * exceptions.c (print_exception, exception_print)
11601 (exception_fprintf, exception_print_same): Update.
11602 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
11603 * dwarf-index-cache.c (index_cache::store)
11604 (index_cache::lookup_gdb_index): Update.
11605 * darwin-nat.c (maybe_cache_shell): Update.
11606 * cp-valprint.c (cp_print_value_fields): Update.
11607 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
11608 (gcc_cplus_symbol_address): Update.
11609 * compile/compile-c-symbols.c (gcc_convert_symbol)
11610 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
11611 * common/selftest.c: Update.
11612 * common/common-exceptions.h (struct gdb_exception) <message>: Now
11613 a std::string.
11614 (exception_try_scope_entry, exception_try_scope_exit): Don't
11615 declare.
11616 (struct exception_try_scope): Remove.
11617 (TRY): Don't use exception_try_scope.
11618 (struct gdb_exception): Add constructor, operator=.
11619 <what>: New method.
11620 (struct gdb_exception_RETURN_MASK_ALL)
11621 (struct gdb_exception_RETURN_MASK_ERROR)
11622 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
11623 (struct gdb_quit_bad_alloc): Update.
11624 * common/common-exceptions.c (exception_none): Change
11625 initializer.
11626 (struct catcher) <state, exception>: Initialize inline.
11627 <prev>: Remove member.
11628 (current_catcher): Remove.
11629 (catchers): New global.
11630 (exceptions_state_mc_init): Simplify.
11631 (catcher_pop): Remove.
11632 (exceptions_state_mc, exceptions_state_mc_catch): Update.
11633 (try_scope_depth, exception_try_scope_entry)
11634 (exception_try_scope_exit): Remove.
11635 (throw_exception_sjlj): Update.
11636 (exception_messages, exception_messages_size): Remove.
11637 (throw_it): Simplify.
11638 (gdb_exception_sliced_copy): Remove.
11639 (throw_exception_cxx): Update.
11640 * cli/cli-script.c (script_from_file): Update.
11641 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
11642 Update.
11643 * ada-valprint.c (ada_val_print): Update.
11644 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
11645 (create_excep_cond_exprs): Update.
11646
11647 2019-04-08 Tom Tromey <tom@tromey.com>
11648
11649 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
11650 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
11651 (TRY, CATCH, END_CATCH): Remove some definitions.
11652 * common/common-exceptions.c: Don't use GDB_XCPT.
11653 (catcher_list_size): Remove.
11654 (throw_exception, throw_it): Simplify.
11655
11656 2019-04-05 Tom Tromey <tom@tromey.com>
11657
11658 Revert the header-sorting patch.
11659 * ft32-tdep.c: Revert.
11660 * frv-tdep.c: Revert.
11661 * frv-linux-tdep.c: Revert.
11662 * frame.c: Revert.
11663 * frame-unwind.c: Revert.
11664 * frame-base.c: Revert.
11665 * fork-child.c: Revert.
11666 * findvar.c: Revert.
11667 * findcmd.c: Revert.
11668 * filesystem.c: Revert.
11669 * filename-seen-cache.h: Revert.
11670 * filename-seen-cache.c: Revert.
11671 * fbsd-tdep.c: Revert.
11672 * fbsd-nat.h: Revert.
11673 * fbsd-nat.c: Revert.
11674 * f-valprint.c: Revert.
11675 * f-typeprint.c: Revert.
11676 * f-lang.c: Revert.
11677 * extension.h: Revert.
11678 * extension.c: Revert.
11679 * extension-priv.h: Revert.
11680 * expprint.c: Revert.
11681 * exec.h: Revert.
11682 * exec.c: Revert.
11683 * exceptions.c: Revert.
11684 * event-top.c: Revert.
11685 * event-loop.c: Revert.
11686 * eval.c: Revert.
11687 * elfread.c: Revert.
11688 * dwarf2read.h: Revert.
11689 * dwarf2read.c: Revert.
11690 * dwarf2loc.c: Revert.
11691 * dwarf2expr.h: Revert.
11692 * dwarf2expr.c: Revert.
11693 * dwarf2-frame.c: Revert.
11694 * dwarf2-frame-tailcall.c: Revert.
11695 * dwarf-index-write.h: Revert.
11696 * dwarf-index-write.c: Revert.
11697 * dwarf-index-common.c: Revert.
11698 * dwarf-index-cache.h: Revert.
11699 * dwarf-index-cache.c: Revert.
11700 * dummy-frame.c: Revert.
11701 * dtrace-probe.c: Revert.
11702 * disasm.h: Revert.
11703 * disasm.c: Revert.
11704 * disasm-selftests.c: Revert.
11705 * dictionary.c: Revert.
11706 * dicos-tdep.c: Revert.
11707 * demangle.c: Revert.
11708 * dcache.h: Revert.
11709 * dcache.c: Revert.
11710 * darwin-nat.h: Revert.
11711 * darwin-nat.c: Revert.
11712 * darwin-nat-info.c: Revert.
11713 * d-valprint.c: Revert.
11714 * d-namespace.c: Revert.
11715 * d-lang.c: Revert.
11716 * ctf.c: Revert.
11717 * csky-tdep.c: Revert.
11718 * csky-linux-tdep.c: Revert.
11719 * cris-tdep.c: Revert.
11720 * cris-linux-tdep.c: Revert.
11721 * cp-valprint.c: Revert.
11722 * cp-support.c: Revert.
11723 * cp-namespace.c: Revert.
11724 * cp-abi.c: Revert.
11725 * corelow.c: Revert.
11726 * corefile.c: Revert.
11727 * continuations.c: Revert.
11728 * completer.h: Revert.
11729 * completer.c: Revert.
11730 * complaints.c: Revert.
11731 * coffread.c: Revert.
11732 * coff-pe-read.c: Revert.
11733 * cli-out.h: Revert.
11734 * cli-out.c: Revert.
11735 * charset.c: Revert.
11736 * c-varobj.c: Revert.
11737 * c-valprint.c: Revert.
11738 * c-typeprint.c: Revert.
11739 * c-lang.c: Revert.
11740 * buildsym.c: Revert.
11741 * buildsym-legacy.c: Revert.
11742 * build-id.h: Revert.
11743 * build-id.c: Revert.
11744 * btrace.c: Revert.
11745 * bsd-uthread.c: Revert.
11746 * breakpoint.h: Revert.
11747 * breakpoint.c: Revert.
11748 * break-catch-throw.c: Revert.
11749 * break-catch-syscall.c: Revert.
11750 * break-catch-sig.c: Revert.
11751 * blockframe.c: Revert.
11752 * block.c: Revert.
11753 * bfin-tdep.c: Revert.
11754 * bfin-linux-tdep.c: Revert.
11755 * bfd-target.c: Revert.
11756 * bcache.c: Revert.
11757 * ax-general.c: Revert.
11758 * ax-gdb.h: Revert.
11759 * ax-gdb.c: Revert.
11760 * avr-tdep.c: Revert.
11761 * auxv.c: Revert.
11762 * auto-load.c: Revert.
11763 * arm-wince-tdep.c: Revert.
11764 * arm-tdep.c: Revert.
11765 * arm-symbian-tdep.c: Revert.
11766 * arm-pikeos-tdep.c: Revert.
11767 * arm-obsd-tdep.c: Revert.
11768 * arm-nbsd-tdep.c: Revert.
11769 * arm-nbsd-nat.c: Revert.
11770 * arm-linux-tdep.c: Revert.
11771 * arm-linux-nat.c: Revert.
11772 * arm-fbsd-tdep.c: Revert.
11773 * arm-fbsd-nat.c: Revert.
11774 * arm-bsd-tdep.c: Revert.
11775 * arch-utils.c: Revert.
11776 * arc-tdep.c: Revert.
11777 * arc-newlib-tdep.c: Revert.
11778 * annotate.h: Revert.
11779 * annotate.c: Revert.
11780 * amd64-windows-tdep.c: Revert.
11781 * amd64-windows-nat.c: Revert.
11782 * amd64-tdep.c: Revert.
11783 * amd64-sol2-tdep.c: Revert.
11784 * amd64-obsd-tdep.c: Revert.
11785 * amd64-obsd-nat.c: Revert.
11786 * amd64-nbsd-tdep.c: Revert.
11787 * amd64-nbsd-nat.c: Revert.
11788 * amd64-nat.c: Revert.
11789 * amd64-linux-tdep.c: Revert.
11790 * amd64-linux-nat.c: Revert.
11791 * amd64-fbsd-tdep.c: Revert.
11792 * amd64-fbsd-nat.c: Revert.
11793 * amd64-dicos-tdep.c: Revert.
11794 * amd64-darwin-tdep.c: Revert.
11795 * amd64-bsd-nat.c: Revert.
11796 * alpha-tdep.c: Revert.
11797 * alpha-obsd-tdep.c: Revert.
11798 * alpha-nbsd-tdep.c: Revert.
11799 * alpha-mdebug-tdep.c: Revert.
11800 * alpha-linux-tdep.c: Revert.
11801 * alpha-linux-nat.c: Revert.
11802 * alpha-bsd-tdep.c: Revert.
11803 * alpha-bsd-nat.c: Revert.
11804 * aix-thread.c: Revert.
11805 * agent.c: Revert.
11806 * addrmap.c: Revert.
11807 * ada-varobj.c: Revert.
11808 * ada-valprint.c: Revert.
11809 * ada-typeprint.c: Revert.
11810 * ada-tasks.c: Revert.
11811 * ada-lang.c: Revert.
11812 * aarch64-tdep.c: Revert.
11813 * aarch64-ravenscar-thread.c: Revert.
11814 * aarch64-newlib-tdep.c: Revert.
11815 * aarch64-linux-tdep.c: Revert.
11816 * aarch64-linux-nat.c: Revert.
11817 * aarch64-fbsd-tdep.c: Revert.
11818 * aarch64-fbsd-nat.c: Revert.
11819 * aarch32-linux-nat.c: Revert.
11820
11821 2019-04-05 Tom Tromey <tom@tromey.com>
11822
11823 * ft32-tdep.c: Sort headers.
11824 * frv-tdep.c: Sort headers.
11825 * frv-linux-tdep.c: Sort headers.
11826 * frame.c: Sort headers.
11827 * frame-unwind.c: Sort headers.
11828 * frame-base.c: Sort headers.
11829 * fork-child.c: Sort headers.
11830 * findvar.c: Sort headers.
11831 * findcmd.c: Sort headers.
11832 * filesystem.c: Sort headers.
11833 * filename-seen-cache.h: Sort headers.
11834 * filename-seen-cache.c: Sort headers.
11835 * fbsd-tdep.c: Sort headers.
11836 * fbsd-nat.h: Sort headers.
11837 * fbsd-nat.c: Sort headers.
11838 * f-valprint.c: Sort headers.
11839 * f-typeprint.c: Sort headers.
11840 * f-lang.c: Sort headers.
11841 * extension.h: Sort headers.
11842 * extension.c: Sort headers.
11843 * extension-priv.h: Sort headers.
11844 * expprint.c: Sort headers.
11845 * exec.h: Sort headers.
11846 * exec.c: Sort headers.
11847 * exceptions.c: Sort headers.
11848 * event-top.c: Sort headers.
11849 * event-loop.c: Sort headers.
11850 * eval.c: Sort headers.
11851 * elfread.c: Sort headers.
11852 * dwarf2read.h: Sort headers.
11853 * dwarf2read.c: Sort headers.
11854 * dwarf2loc.c: Sort headers.
11855 * dwarf2expr.h: Sort headers.
11856 * dwarf2expr.c: Sort headers.
11857 * dwarf2-frame.c: Sort headers.
11858 * dwarf2-frame-tailcall.c: Sort headers.
11859 * dwarf-index-write.h: Sort headers.
11860 * dwarf-index-write.c: Sort headers.
11861 * dwarf-index-common.c: Sort headers.
11862 * dwarf-index-cache.h: Sort headers.
11863 * dwarf-index-cache.c: Sort headers.
11864 * dummy-frame.c: Sort headers.
11865 * dtrace-probe.c: Sort headers.
11866 * disasm.h: Sort headers.
11867 * disasm.c: Sort headers.
11868 * disasm-selftests.c: Sort headers.
11869 * dictionary.c: Sort headers.
11870 * dicos-tdep.c: Sort headers.
11871 * demangle.c: Sort headers.
11872 * dcache.h: Sort headers.
11873 * dcache.c: Sort headers.
11874 * darwin-nat.h: Sort headers.
11875 * darwin-nat.c: Sort headers.
11876 * darwin-nat-info.c: Sort headers.
11877 * d-valprint.c: Sort headers.
11878 * d-namespace.c: Sort headers.
11879 * d-lang.c: Sort headers.
11880 * ctf.c: Sort headers.
11881 * csky-tdep.c: Sort headers.
11882 * csky-linux-tdep.c: Sort headers.
11883 * cris-tdep.c: Sort headers.
11884 * cris-linux-tdep.c: Sort headers.
11885 * cp-valprint.c: Sort headers.
11886 * cp-support.c: Sort headers.
11887 * cp-namespace.c: Sort headers.
11888 * cp-abi.c: Sort headers.
11889 * corelow.c: Sort headers.
11890 * corefile.c: Sort headers.
11891 * continuations.c: Sort headers.
11892 * completer.h: Sort headers.
11893 * completer.c: Sort headers.
11894 * complaints.c: Sort headers.
11895 * coffread.c: Sort headers.
11896 * coff-pe-read.c: Sort headers.
11897 * cli-out.h: Sort headers.
11898 * cli-out.c: Sort headers.
11899 * charset.c: Sort headers.
11900 * c-varobj.c: Sort headers.
11901 * c-valprint.c: Sort headers.
11902 * c-typeprint.c: Sort headers.
11903 * c-lang.c: Sort headers.
11904 * buildsym.c: Sort headers.
11905 * buildsym-legacy.c: Sort headers.
11906 * build-id.h: Sort headers.
11907 * build-id.c: Sort headers.
11908 * btrace.c: Sort headers.
11909 * bsd-uthread.c: Sort headers.
11910 * breakpoint.h: Sort headers.
11911 * breakpoint.c: Sort headers.
11912 * break-catch-throw.c: Sort headers.
11913 * break-catch-syscall.c: Sort headers.
11914 * break-catch-sig.c: Sort headers.
11915 * blockframe.c: Sort headers.
11916 * block.c: Sort headers.
11917 * bfin-tdep.c: Sort headers.
11918 * bfin-linux-tdep.c: Sort headers.
11919 * bfd-target.c: Sort headers.
11920 * bcache.c: Sort headers.
11921 * ax-general.c: Sort headers.
11922 * ax-gdb.h: Sort headers.
11923 * ax-gdb.c: Sort headers.
11924 * avr-tdep.c: Sort headers.
11925 * auxv.c: Sort headers.
11926 * auto-load.c: Sort headers.
11927 * arm-wince-tdep.c: Sort headers.
11928 * arm-tdep.c: Sort headers.
11929 * arm-symbian-tdep.c: Sort headers.
11930 * arm-pikeos-tdep.c: Sort headers.
11931 * arm-obsd-tdep.c: Sort headers.
11932 * arm-nbsd-tdep.c: Sort headers.
11933 * arm-nbsd-nat.c: Sort headers.
11934 * arm-linux-tdep.c: Sort headers.
11935 * arm-linux-nat.c: Sort headers.
11936 * arm-fbsd-tdep.c: Sort headers.
11937 * arm-fbsd-nat.c: Sort headers.
11938 * arm-bsd-tdep.c: Sort headers.
11939 * arch-utils.c: Sort headers.
11940 * arc-tdep.c: Sort headers.
11941 * arc-newlib-tdep.c: Sort headers.
11942 * annotate.h: Sort headers.
11943 * annotate.c: Sort headers.
11944 * amd64-windows-tdep.c: Sort headers.
11945 * amd64-windows-nat.c: Sort headers.
11946 * amd64-tdep.c: Sort headers.
11947 * amd64-sol2-tdep.c: Sort headers.
11948 * amd64-obsd-tdep.c: Sort headers.
11949 * amd64-obsd-nat.c: Sort headers.
11950 * amd64-nbsd-tdep.c: Sort headers.
11951 * amd64-nbsd-nat.c: Sort headers.
11952 * amd64-nat.c: Sort headers.
11953 * amd64-linux-tdep.c: Sort headers.
11954 * amd64-linux-nat.c: Sort headers.
11955 * amd64-fbsd-tdep.c: Sort headers.
11956 * amd64-fbsd-nat.c: Sort headers.
11957 * amd64-dicos-tdep.c: Sort headers.
11958 * amd64-darwin-tdep.c: Sort headers.
11959 * amd64-bsd-nat.c: Sort headers.
11960 * alpha-tdep.c: Sort headers.
11961 * alpha-obsd-tdep.c: Sort headers.
11962 * alpha-nbsd-tdep.c: Sort headers.
11963 * alpha-mdebug-tdep.c: Sort headers.
11964 * alpha-linux-tdep.c: Sort headers.
11965 * alpha-linux-nat.c: Sort headers.
11966 * alpha-bsd-tdep.c: Sort headers.
11967 * alpha-bsd-nat.c: Sort headers.
11968 * aix-thread.c: Sort headers.
11969 * agent.c: Sort headers.
11970 * addrmap.c: Sort headers.
11971 * ada-varobj.c: Sort headers.
11972 * ada-valprint.c: Sort headers.
11973 * ada-typeprint.c: Sort headers.
11974 * ada-tasks.c: Sort headers.
11975 * ada-lang.c: Sort headers.
11976 * aarch64-tdep.c: Sort headers.
11977 * aarch64-ravenscar-thread.c: Sort headers.
11978 * aarch64-newlib-tdep.c: Sort headers.
11979 * aarch64-linux-tdep.c: Sort headers.
11980 * aarch64-linux-nat.c: Sort headers.
11981 * aarch64-fbsd-tdep.c: Sort headers.
11982 * aarch64-fbsd-nat.c: Sort headers.
11983 * aarch32-linux-nat.c: Sort headers.
11984
11985 2019-04-04 Tom Tromey <tom@tromey.com>
11986
11987 * varobj.c (varobj_create): Update.
11988 * rust-exp.y (struct rust_parser) <update_innermost_block,
11989 lookup_symbol>: New methods.
11990 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
11991 Rename.
11992 (rust_parser::rust_lookup_type)
11993 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
11994 * printcmd.c (display_command, do_one_display): Update.
11995 * parser-defs.h (struct parser_state) <parser_state>: Add
11996 "tracker" parameter.
11997 (block_tracker): New member.
11998 (class innermost_block_tracker) <innermost_block_tracker>: Add
11999 "types" parameter.
12000 <reset>: Remove method.
12001 (innermost_block): Don't declare.
12002 (null_post_parser): Update.
12003 * parse.c (innermost_block): Remove global.
12004 (write_dollar_variable): Update.
12005 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
12006 Remove "tracker_types" parameter.
12007 (parse_expression): Add "tracker" parameter.
12008 (parse_expression_for_completion): Update.
12009 (null_post_parser): Add "tracker" parameter.
12010 * p-exp.y: Update rules.
12011 * m2-exp.y: Update rules.
12012 * language.h (struct language_defn) <la_post_parser>: Add
12013 "tracker" parameter.
12014 * go-exp.y: Update rules.
12015 * f-exp.y: Update rules.
12016 * expression.h (parse_expression, parse_exp_1): Add "tracker"
12017 parameter.
12018 * d-exp.y: Update rules.
12019 * c-exp.y: Update rules.
12020 * breakpoint.c (set_breakpoint_condition): Create an
12021 innermost_block_tracker.
12022 (watch_command_1): Likewise.
12023 * ada-lang.c (resolve): Add "tracker" parameter.
12024 (resolve_subexp): Likewise.
12025 * ada-exp.y (write_var_from_sym): Update.
12026
12027 2019-04-04 Tom Tromey <tom@tromey.com>
12028
12029 * type-stack.h: New file.
12030 * type-stack.c: New file.
12031 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
12032 type-stack.h.
12033 (insert_into_type_stack, insert_type, push_type, push_type_int)
12034 (insert_type_address_space, pop_type, pop_type_int)
12035 (pop_typelist, pop_type_stack, append_type_stack)
12036 (push_type_stack, get_type_stack, push_typelist)
12037 (follow_type_instance_flags, follow_types): Don't declare.
12038 * parse.c (type_stack): Remove global.
12039 (parse_exp_in_context): Update.
12040 (insert_into_type_stack, insert_type, push_type, push_type_int)
12041 (insert_type_address_space, pop_type, pop_type_int)
12042 (pop_typelist, pop_type_stack, append_type_stack)
12043 (push_type_stack, get_type_stack, push_typelist)
12044 (follow_type_instance_flags, follow_types): Remove (moved to
12045 type-stack.c).
12046 * f-exp.y (type_stack): New global.
12047 Update rules.
12048 (push_kind_type, f_parse): Update.
12049 * d-exp.y (type_stack): New global.
12050 Update rules.
12051 (d_parse): Update.
12052 * c-exp.y (struct c_parse_state) <type_stack>: New member.
12053 Update rules.
12054 * Makefile.in (COMMON_SFILES): Add type-stack.c.
12055 (HFILES_NO_SRCDIR): Add type-stack.h.
12056
12057 2019-04-04 Tom Tromey <tom@tromey.com>
12058
12059 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
12060 (rust_parser::convert_ast_to_expression, rust_parse)
12061 (rust_lex_test_completion, rust_lex_tests): Update.
12062 * parser-defs.h (struct expr_completion_state): New.
12063 (struct parser_state) <parser_state>: Add completion parameter.
12064 <mark_struct_expression, mark_completion_tag>: New methods.
12065 <parse_completion, m_completion_state>: New members.
12066 (prefixify_expression, null_post_parser): Update.
12067 (mark_struct_expression, mark_completion_tag): Don't declare.
12068 * parse.c (parse_completion, expout_last_struct)
12069 (expout_tag_completion_type, expout_completion_name): Remove
12070 globals.
12071 (parser_state::mark_struct_expression)
12072 (parser_state::mark_completion_tag): Now methods.
12073 (prefixify_expression): Add last_struct parameter.
12074 (prefixify_subexp): Likewise.
12075 (parse_exp_1): Update.
12076 (parse_exp_in_context): Add cstate parameter. Update.
12077 (parse_expression_for_completion): Create an
12078 expr_completion_state.
12079 (null_post_parser): Add "completion" parameter.
12080 * p-exp.y: Update rules.
12081 (yylex): Update.
12082 * language.h (struct language_defn) <la_post_parser>: Add
12083 "completing" parameter.
12084 * go-exp.y: Update rules.
12085 (lex_one_token): Update.
12086 * expression.h (parse_completion): Don't declare.
12087 * d-exp.y: Update rules.
12088 (lex_one_token): Update rules.
12089 * c-exp.y: Update rules.
12090 (lex_one_token): Update.
12091 * ada-lang.c (resolve): Add "parse_completion" parameter.
12092 (resolve_subexp): Likewise.
12093 (ada_resolve_function): Likewise.
12094
12095 2019-04-04 Tom Tromey <tom@tromey.com>
12096
12097 * parser-defs.h (struct parser_state) <start_arglist,
12098 end_arglist>: New methods.
12099 <arglist_len, m_funcall_chain>: New members.
12100 (arglist_len, start_arglist, end_arglist): Don't declare.
12101 * parse.c (arglist_len, funcall_chain): Remove global.
12102 (start_arglist, end_arglist): Remove functions.
12103 (parse_exp_in_context): Update.
12104 * p-exp.y: Update rules.
12105 * m2-exp.y: Update rules.
12106 * go-exp.y: Update rules.
12107 * f-exp.y: Update rules.
12108 * d-exp.y: Update rules.
12109 * c-exp.y: Update rules.
12110
12111 2019-04-04 Tom Tromey <tom@tromey.com>
12112
12113 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
12114 lex_operator, push_back>: New methods.
12115 Update all rules.
12116 (rust_parser::lex_hex, lex_escape): Rename and update.
12117 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
12118 (rust_parser::lex_operator): Rename and update.
12119 (rust_parser::lex_number, rustyylex, rustyyerror)
12120 (rust_lex_test_init, rust_lex_test_sequence)
12121 (rust_lex_test_push_back, rust_lex_tests): Update.
12122 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
12123 parameter.
12124 <lexptr, prev_lexptr>: New members.
12125 (lexptr, prev_lexptr): Don't declare.
12126 * parse.c (lexptr, prev_lexptr): Remove globals.
12127 (parse_exp_in_context): Update.
12128 * p-exp.y (yylex, yyerror): Update.
12129 * m2-exp.y (parse_number, yylex, yyerror): Update.
12130 * go-exp.y (lex_one_token, yyerror): Update.
12131 * f-exp.y (match_string_literal, yylex, yyerror): Update.
12132 * d-exp.y (lex_one_token, yyerror): Update.
12133 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
12134 (lex_one_token, yyerror): Update.
12135 * ada-lex.l (YY_INPUT): Update.
12136 (rewind_to_char): Update.
12137 * ada-exp.y (yyerror): Update.
12138
12139 2019-04-04 Tom Tromey <tom@tromey.com>
12140
12141 * rust-exp.y (rustyylex, rust_lex_tests): Update.
12142 * parser-defs.h (struct parser_state) <parser_state>: Add new
12143 parameter.
12144 <comma_terminates>: New member.
12145 (comma_terminates): Don't declare global.
12146 * parse.c (comma_terminates): Remove global.
12147 (parse_exp_in_context): Update.
12148 * p-exp.y (yylex): Update.
12149 * m2-exp.y (yylex): Update.
12150 * go-exp.y (lex_one_token): Update.
12151 * f-exp.y (yylex): Update.
12152 * d-exp.y (lex_one_token): Update.
12153 * c-exp.y (lex_one_token): Update.
12154 * ada-lex.l: Update.
12155
12156 2019-04-04 Tom Tromey <tom@tromey.com>
12157
12158 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
12159 (rustyylex, rust_lex_test_init, rust_lex_test_one)
12160 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
12161 * parser-defs.h (paren_depth): Don't declare.
12162 * parse.c (paren_depth): Remove global.
12163 (parse_exp_in_context): Update.
12164 * p-exp.y (paren_depth): New global.
12165 (pascal_parse): Initialize it.
12166 * m2-exp.y (paren_depth): New global.
12167 (m2_parse): Initialize it.
12168 * go-exp.y (paren_depth): New global.
12169 (go_parse): Initialize it.
12170 * f-exp.y (paren_depth): New global.
12171 (f_parse): Initialize it.
12172 * d-exp.y (paren_depth): New global.
12173 (d_parse): Initialize it.
12174 * c-exp.y (paren_depth): New global.
12175 (c_parse): Initialize it.
12176 * ada-lex.l (paren_depth): New global.
12177 (lexer_init): Initialize it.
12178
12179 2019-04-04 Tom Tromey <tom@tromey.com>
12180
12181 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
12182 (rust_parser::convert_ast_to_type)
12183 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
12184 * parser-defs.h (struct parser_state) <parser_state>: Add
12185 parameters. Initialize new members.
12186 <expression_context_block, expression_context_pc>: New members.
12187 * parse.c (expression_context_block, expression_context_pc):
12188 Remove globals.
12189 (parse_exp_in_context): Update.
12190 * p-exp.y: Update all rules.
12191 (yylex): Update.
12192 * m2-exp.y: Update all rules.
12193 (yylex): Update.
12194 * go-exp.y (yylex): Update.
12195 * f-exp.y (yylex): Update.
12196 * d-exp.y: Update all rules.
12197 (yylex): Update.
12198 * c-exp.y: Update all rules.
12199 (lex_one_token, classify_name, yylex, c_parse): Update.
12200 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
12201
12202 2019-04-04 Tom Tromey <tom@tromey.com>
12203
12204 * gdbarch.h, gdbarch.c: Rebuild.
12205 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
12206 * stap-probe.h:
12207 (struct stap_parse_info): Replace "parser_state" with
12208 "expr_builder".
12209 * parser-defs.h (struct expr_builder): Rename from "parser_state".
12210 (parser_state): New class.
12211 * parse.c (expr_builder): Rename.
12212 (expr_builder::release): Rename.
12213 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
12214 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
12215 (write_exp_elt_longcst, write_exp_elt_floatcst)
12216 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
12217 (write_exp_string_vector, write_exp_bitstring)
12218 (write_exp_msymbol, mark_struct_expression)
12219 (write_dollar_variable)
12220 (insert_type_address_space, increase_expout_size): Replace
12221 "parser_state" with "expr_builder".
12222 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
12223 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
12224 "parser_state" with "expr_builder".
12225
12226 2019-04-04 Tom Tromey <tom@tromey.com>
12227
12228 * rust-exp.y: Replace "parse_language" with method call.
12229 * p-exp.y:
12230 (yylex): Replace "parse_language" with method call.
12231 * m2-exp.y:
12232 (yylex): Replace "parse_language" with method call.
12233 * go-exp.y (classify_name): Replace "parse_language" with method
12234 call.
12235 * f-exp.y (yylex): Replace "parse_language" with method call.
12236 * d-exp.y (lex_one_token): Replace "parse_language" with method
12237 call.
12238 * c-exp.y:
12239 (lex_one_token, classify_name, yylex): Replace "parse_language"
12240 with method call.
12241 * ada-exp.y (find_primitive_type, type_char)
12242 (type_system_address): Replace "parse_language" with method call.
12243
12244 2019-04-04 Tom Tromey <tom@tromey.com>
12245
12246 * rust-exp.y: Replace "parse_gdbarch" with method call.
12247 * parse.c (write_dollar_variable, insert_type_address_space):
12248 Replace "parse_gdbarch" with method call.
12249 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
12250 call.
12251 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
12252 call.
12253 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
12254 "parse_gdbarch" with method call.
12255 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
12256 with method call.
12257 * f-exp.y (parse_type, parse_f_type, yylex): Replace
12258 "parse_gdbarch" with method call.
12259 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
12260 "parse_gdbarch" with method call.
12261 * c-exp.y (parse_type, parse_number, classify_name): Replace
12262 "parse_gdbarch" with method call.
12263 * ada-lex.l: Replace "parse_gdbarch" with method call.
12264 * ada-exp.y (parse_type, find_primitive_type, type_char)
12265 (type_system_address): Replace "parse_gdbarch" with method call.
12266
12267 2019-04-04 Tom Tromey <tom@tromey.com>
12268
12269 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
12270 * stap-probe.c (stap_parse_argument): Update.
12271 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
12272 initial_size parameter.
12273 * rust-exp.y (rust_lex_tests): Update.
12274 * parse.c (parser_state): Update.
12275 (parse_exp_in_context): Update.
12276 * parser-defs.h (struct parser_state) <parser_state>: Remove
12277 "initial_size" parameter.
12278
12279 2019-04-04 Tom Tromey <tom@tromey.com>
12280
12281 * parser-defs.h (increase_expout_size): Don't declare.
12282 * parse.c (increase_expout_size): Now static.
12283
12284 2019-04-04 Thomas Schwinge <thomas@codesourcery.com>
12285
12286 * gnu-nat.c (gnu_nat_target::wait): Fix
12287 target_waitstatus_to_string call.
12288
12289 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12290
12291 * eval.c (evaluate_subexp_standard): Handle internal functions
12292 during Fortran function call handling.
12293
12294 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12295
12296 * NEWS: Mention new internal functions.
12297 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
12298 (read_base_type): Use dwarf2_init_complex_target_type.
12299 * value.c (creal_internal_fn): New function.
12300 (cimag_internal_fn): New function.
12301 (_initialize_values): Register new internal functions.
12302
12303 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12304
12305 * infrun.c (stop_all_threads): If debug_infrun, always
12306 trace the wait status after wait_one, using
12307 target_waitstatus_to_string and target_pid_to_str.
12308 (handle_inferior_event): Replace various trace of
12309 wait status kind by a single trace.
12310 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
12311 wait status kind image by target_waitstatus_to_string.
12312 * target/waitstatus.c (target_waitstatus_to_string): Fix
12313 obsolete comment.
12314
12315 2019-04-01 Tom Tromey <tromey@adacore.com>
12316
12317 PR symtab/23331:
12318 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
12319
12320 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
12321 Pedro Alves <palves@redhat.com>
12322
12323 * top.c (quit_force): Call 'finalize_values'.
12324 * value.c (finalize_values): New function.
12325 * value.h (finalize_values): Declare.
12326
12327 2019-03-30 Eli Zaretskii <eliz@gnu.org>
12328
12329 * NEWS: Announce $_gdb_major and $_gdb_minor.
12330
12331 * top.c (init_gdb_version_vars): New function.
12332 (gdb_init): Call init_gdb_version_vars.
12333
12334 2019-03-29 Tom Tromey <tromey@adacore.com>
12335
12336 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
12337 help text. Remove dead code.
12338
12339 2019-03-29 Keith Seitz <keiths@redhat.com>
12340
12341 From Siddhesh Poyarekar:
12342 * f-lang.h (f77_get_upperbound): Return LONGEST.
12343 (f77_get_lowerbound): Likewise.
12344 * f-typeprint.c (f_type_print_varspec_suffix): Expand
12345 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
12346 print them.
12347 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
12348 plongest to format print it.
12349 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
12350 (f77_get_upperbound): Likewise.
12351 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
12352 LOWER_BOUND to LONGEST.
12353 (f77_create_arrayprint_offset_tbl): Likewise.
12354
12355 2019-03-29 Keith Seitz <keiths@redhat.com>
12356
12357 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
12358 %s/pulongest for TYPE_LENGTH instead of %d in format
12359 strings.
12360 * ada-typerint.c (ada_print_type): Likewise.
12361 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
12362 * compile/compile-c-support.c (generate_register_struct): Likewise.
12363 * gdbtypes.c (recursive_dump_type): Likewise.
12364 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
12365 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
12366 instead of %d in format strings.
12367 * riscv-tdep.c (riscv_type_alignment): Cast second argument
12368 to std::min to ULONGEST.
12369 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
12370 instead of %d in format strings.
12371 * tracepoint.c (info_scope_command): Likewise.
12372 * typeprint.c (print_offset_data::update)
12373 (print_offset_data::finish): Likewise.
12374 * xtensa-tdep.c (xtensa_store_return_value)
12375 (xtensa_push_dummy_call): Likewise.
12376
12377 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
12378
12379 * windows-nat.c (display_selector): Fixed format specifications
12380 for 64-bit Cygwin.
12381
12382 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12383
12384 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
12385
12386 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
12387
12388 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
12389 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
12390 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
12391 (nios2_linux_init_abi): Install it.
12392
12393 2019-03-28 Alan Hayward <alan.hayward@arm.com>
12394
12395 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
12396
12397 2019-03-28 Alan Hayward <alan.hayward@arm.com>
12398
12399 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
12400
12401 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12402 Tom Tromey <tromey@adacore.com>
12403
12404 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
12405
12406 2019-03-26 Joel Brobecker <brobecker@adacore.com>
12407
12408 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
12409 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
12410 method to compute the bounds of range types. Also print "[evaluated]"
12411 if the bounds' values come from a dynamic evaluation.
12412
12413 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
12414
12415 * cp-valprint.c (cp_print_value_fields): Don't print trailing
12416 whitespace when pretty printing is on.
12417
12418 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12419
12420 * ppc-linux-nat.c: Add include.
12421
12422 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12423
12424 * NEWS: Mention AArch64 Pointer Authentication.
12425
12426 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12427
12428 * arm-linux-nat.c: Add include.
12429
12430 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
12431
12432 * source-cache.c (source_cache::get_source_lines): Re-read
12433 fullname after calling open_source_file.
12434
12435 2019-03-25 John Baldwin <jhb@FreeBSD.org>
12436
12437 * NEWS: Mention TLS support for FreeBSD.
12438
12439 2019-03-25 Tom Tromey <tromey@adacore.com>
12440
12441 * minsyms.c (BUNCH_SIZE): Update comment.
12442 (~minimal_symbol_reader): Remove old comment.
12443 (compact_minimal_symbols): Update comment.
12444 (minimal_symbol_reader::install): Remove old comment. Update
12445 other comments.
12446
12447 2019-03-25 Alan Hayward <alan.hayward@arm.com>
12448
12449 * s390-linux-nat.c: Add include.
12450
12451 2019-03-25 Alan Hayward <alan.hayward@arm.com>
12452
12453 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
12454 Call linux_get_hwcap.
12455 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
12456 Likewise.
12457 (aarch64_linux_get_hwcap): Remove function.
12458 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
12459 declaration.
12460 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
12461 linux_get_hwcap.
12462 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
12463 * linux-tdep.c (linux_get_hwcap): Add function.
12464 (linux_get_hwcap2): Likewise.
12465 * linux-tdep.h (linux_get_hwcap): Add declaration.
12466 (linux_get_hwcap2): Likewise.
12467 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
12468 (ppc_linux_get_hwcap2): Likewise.
12469 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
12470 linux_get_hwcap.
12471 (ppc_linux_nat_target::insert_watchpoint): Likewise.
12472 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
12473 (ppc_linux_nat_target::read_description): Likewise.
12474 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
12475 * s390-linux-nat.c: Likewise.
12476 * s390-linux-tdep.c (s390_core_read_description): Likewise.
12477
12478 2019-03-24 Tom Tromey <tom@tromey.com>
12479
12480 * ada-lang.c (standard_lookup): Simplify initialization.
12481 (ada_lookup_symbol_nonlocal): Simplify return.
12482 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
12483 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
12484 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
12485 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
12486 initialization.
12487 * solib.c (solib_global_lookup): Simplify.
12488 * symtab.c (null_block_symbol): Remove.
12489 (symbol_cache_lookup): Simplify returns.
12490 (lookup_language_this): Simplify returns.
12491 (lookup_symbol_aux): Simplify return.
12492 (lookup_local_symbol): Simplify returns.
12493 (lookup_global_symbol_from_objfile): Simplify return.
12494 (lookup_symbol_in_objfile_symtabs)
12495 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
12496 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
12497 (lookup_static_symbol, lookup_global_symbol): Simplify return.
12498 * cp-namespace.c (cp_lookup_bare_symbol)
12499 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
12500 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
12501 (cp_lookup_nested_symbol): Don't use null_block_symbol.
12502 (cp_lookup_symbol_via_imports): Simplify initialization.
12503 (find_symbol_in_baseclass): Likewise.
12504 * symtab.h (null_block_symbol): Remove.
12505 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
12506 (d_lookup_nested_symbol, d_lookup_symbol_imports)
12507 (d_lookup_symbol_module): Likewise.
12508 (find_symbol_in_baseclass): Simplify initialization.
12509
12510 2019-03-24 Tom Tromey <tom@tromey.com>
12511
12512 * expression.h: Don't include symtab.h.
12513 (struct block): Forward declare.
12514
12515 2019-03-24 Tom Tromey <tom@tromey.com>
12516
12517 * c-exp.y (typebase): Remove casts.
12518 * gdbtypes.c (lookup_unsigned_typename, )
12519 (lookup_signed_typename): Remove cast.
12520 * eval.c (parse_to_comma_and_eval): Remove cast.
12521 * parse.c (write_dollar_variable): Remove cast.
12522 * block.h (struct block) <superblock>: Now const.
12523 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
12524 * psymtab.c (psym_map_matching_symbols): Make "block" const.
12525 (map_block): Make "block" const.
12526 * symfile.h (struct quick_symbol_functions)
12527 <map_matching_symbols>: Constify block argument to "callback".
12528 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
12529 const.
12530 (find_pc_sect_compunit_symtab): Make "b" const.
12531 (find_symbol_at_address): Likewise.
12532 (search_symbols): Likewise.
12533 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
12534 (dw2_debug_names_lookup_symbol): Likewise.
12535 (dw2_map_matching_symbols): Update.
12536 * p-valprint.c (pascal_val_print): Remove "block".
12537 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
12538 (aux_add_nonlocal_symbols): Make "block" const.
12539 (resolve_subexp): Remove cast.
12540 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
12541 const.
12542 (iterate_over_file_blocks): Likewise.
12543 * f-exp.y (%union) <bval>: Remove.
12544 * coffread.c (patch_opaque_types): Make "b" const.
12545 * spu-tdep.c (spu_catch_start): Make "block" const.
12546 * c-valprint.c (print_unpacked_pointer): Remove "block".
12547 * symmisc.c (dump_symtab_1): Make "b" const.
12548 (block_depth): Make "block" const.
12549 * d-exp.y (%union) <bval>: Remove.
12550 * cp-support.h (cp_lookup_rtti_type): Update.
12551 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
12552 * psymtab.c (psym_lookup_symbol): Make "block" const.
12553 (maintenance_check_psymtabs): Make "b" const.
12554 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
12555 (enumerate_locals, enumerate_args): Update.
12556 * python/py-symtab.c (stpy_global_block): Make "block" const.
12557 (stpy_static_block): Likewise.
12558 * inline-frame.c (block_starting_point_at): Make "new_block"
12559 const.
12560 * block.c (find_block_in_blockvector): Make return type const.
12561 (blockvector_for_pc_sect): Make "b" const.
12562 (find_block_in_blockvector): Make "b" const.
12563
12564 2019-03-23 Tom Tromey <tom@tromey.com>
12565
12566 * varobj.c (varobj_create): Update.
12567 * symfile.c (clear_symtab_users): Don't reset innermost_block.
12568 * printcmd.c (display_command, do_one_display): Don't reset
12569 innermost_block.
12570 * parser-defs.h (enum innermost_block_tracker_type): Move to
12571 expression.h.
12572 (innermost_block): Update comment.
12573 * parse.c (parse_exp_1): Add tracker_types parameter.
12574 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
12575 tracker_types parameter. Reset innermost_block.
12576 (parse_exp_in_context): Remove.
12577 (parse_expression_for_completion): Update.
12578 * objfiles.c (~objfile): Don't reset expression_context_block or
12579 innermost_block.
12580 * expression.h (enum innermost_block_tracker_type): Move from
12581 parser-defs.h.
12582 (parse_exp_1): Add tracker_types parameter.
12583 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
12584 reset innermost_block.
12585
12586 2019-03-23 Tom Tromey <tom@tromey.com>
12587
12588 * objfiles.h: Include bcache.h.
12589
12590 2019-03-23 Tom Tromey <tom@tromey.com>
12591
12592 * linespec.c (get_current_search_block): Use
12593 scoped_restore_current_language.
12594 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
12595
12596 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12597 Jiong Wang <jiong.wang@arm.com>
12598
12599 * aarch64-linux-tdep.c
12600 (aarch64_linux_iterate_over_regset_sections): Check for pauth
12601 section.
12602 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
12603
12604 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12605 Jiong Wang <jiong.wang@arm.com>
12606
12607 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
12608 instructions.
12609 (aarch64_analyze_prologue_test): Add PACIASP test.
12610 (aarch64_prologue_prev_register): Unmask PC value.
12611
12612 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12613 Jiong Wang <jiong.wang@arm.com>
12614
12615 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
12616 (aarch64_dwarf2_prev_register): Unmask PC value.
12617 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
12618 (aarch64_execute_dwarf_cfa_vendor_op): Check for
12619 DW_CFA_AARCH64_negate_ra_state.
12620 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
12621
12622 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12623 Jiong Wang <jiong.wang@arm.com>
12624
12625 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
12626 registers.
12627 (aarch64_pseudo_register_name): Likewise.
12628 (aarch64_pseudo_register_type): Likewise.
12629 (aarch64_pseudo_register_reggroup_p): Likewise.
12630 (aarch64_gdbarch_init): Add pauth registers.
12631 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
12632 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
12633 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
12634 (struct gdbarch_tdep): Add regnum for ra_state.
12635
12636 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12637 Jiong Wang <jiong.wang@arm.com>
12638
12639 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
12640
12641 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12642 Jiong Wang <jiong.wang@arm.com>
12643
12644 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
12645 function.
12646 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
12647 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
12648 (aarch64_gdbarch_init): Add puth registers.
12649 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
12650 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
12651 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
12652
12653 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12654 Jiong Wang <jiong.wang@arm.com>
12655
12656 * aarch64-linux-nat.c
12657 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
12658 * aarch64-linux-tdep.c
12659 (aarch64_linux_core_read_description): Likewise.
12660 (aarch64_linux_get_hwcap): New function.
12661 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
12662 (aarch64_linux_get_hwcap): New declaration.
12663
12664 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12665 Jiong Wang <jiong.wang@arm.com>
12666
12667 * aarch64-linux-nat.c
12668 (aarch64_linux_nat_target::read_description): Add pauth param.
12669 * aarch64-linux-tdep.c
12670 (aarch64_linux_core_read_description): Likewise.
12671 * aarch64-tdep.c (struct target_desc): Add in pauth.
12672 (aarch64_read_description): Add pauth param.
12673 (aarch64_gdbarch_init): Likewise.
12674 * aarch64-tdep.h (aarch64_read_description): Likewise.
12675 * arch/aarch64.c (aarch64_create_target_description): Likewise.
12676 * arch/aarch64.h (aarch64_create_target_description): Likewise.
12677 * features/Makefile: Add new files.
12678 * features/aarch64-pauth.c: New file.
12679 * features/aarch64-pauth.xml: New file.
12680
12681 2019-03-20 Tom Tromey <tromey@adacore.com>
12682
12683 * infrun.c (handle_inferior_event): Rename from
12684 handle_inferior_event_1. Create a scoped_value_mark.
12685 (handle_inferior_event): Remove.
12686
12687 2019-03-19 Tom Tromey <tromey@adacore.com>
12688
12689 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
12690 * infrun.h (print_stop_event): Add "displays" parameter.
12691 * infrun.c (print_stop_event): Add "displays" parameter.
12692
12693 2019-03-19 Pedro Alves <palves@redhat.com>
12694
12695 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
12696 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
12697 to -1. Fix TABs vs spaces.
12698 (tui_ui_out::tui_ui_out): Don't initialize fields here.
12699 * tui/tui-out.h (tui_ui_out) Add intro comments.
12700 <m_line, m_start_of_line>: In-class initialize, and add describing
12701 comment.
12702
12703 2019-03-18 Alan Hayward <alan.hayward@arm.com>
12704
12705 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
12706 variable names.
12707 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
12708
12709 2019-03-18 Pedro Alves <palves@redhat.com>
12710 Eli Zaretskii <eliz@gnu.org>
12711
12712 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
12713 m_line and m_start_of_line.
12714
12715 2019-03-18 Eli Zaretskii <eliz@gnu.org>
12716
12717 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
12718 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
12719 it returns a newline. This fixes a regression in TU mode, whereby
12720 the next line is output on the same screen line as the user input.
12721
12722 2019-03-18 Tom Tromey <tromey@adacore.com>
12723
12724 * minsyms.c (minimal_symbol_reader::install): Remove call to
12725 obstack_blank.
12726
12727 2019-03-18 Pedro Alves <palves@redhat.com>
12728
12729 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
12730 New globals.
12731 (apply_style): New, factored out from ...
12732 (apply_ansi_escape): ... this. Handle reverse video mode.
12733 (tui_set_reverse_mode): New function.
12734 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
12735 * tui/tui-winsource.c (tui_show_source_line): Use
12736 tui_set_reverse_mode instead of setting A_STANDOUT.
12737 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
12738 New setter methods.
12739
12740 2019-03-18 Hannes Domani <ssbssa@yahoo.de>
12741
12742 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
12743 Handle tabs.
12744
12745 2019-03-18 Tom Tromey <tromey@adacore.com>
12746
12747 * ada-lang.c (empty_array): Add "high" parameter.
12748 (ada_evaluate_subexp): Update.
12749
12750 2019-03-17 Sergei Trofimovich <siarheit@google.com>
12751
12752 * unittests/string_view-selftests.c: Define
12753 _initialize_string_view_selftests unconditionally.
12754
12755 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12756
12757 PR gdb/24350
12758 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
12759
12760 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12761
12762 PR gdb/24351
12763 * windows-nat.c (display_selector): Fix format specifiers.
12764
12765 2019-03-17 Eli Zaretskii <eliz@gnu.org>
12766
12767 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
12768 tui_refill_source_window instead of tui_refresh_win, to update the
12769 current execution line. This fixes redisplay of the current line
12770 when stepping through the code with "next" or "step".
12771
12772 2019-03-16 Eli Zaretskii <eliz@gnu.org>
12773
12774 * source-cache.c (source_cache::get_source_lines): Call
12775 find_source_lines to initialize s->nlines. This fixes vertical
12776 scrolling of TUI source window when the DOWN arrow is pressed.
12777
12778 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12779
12780 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
12781 linux-thread-db.c (_initialize_thread_db): Likewise.
12782
12783 2019-03-16 Eli Zaretskii <eliz@gnu.org>
12784
12785 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
12786 wclrtoeol in tui_show_source_line". This reverts changes made in
12787 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
12788
12789 2019-03-15 Tom Tromey <tom@tromey.com>
12790
12791 * symtab.h (struct minimal_symbol): Derive from
12792 general_symbol_info.
12793 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
12794 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
12795 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
12796 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
12797 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
12798 (MSYMBOL_SEARCH_NAME): Update.
12799 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
12800 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
12801 * minsyms.c (minimal_symbol_reader::record_full): Update.
12802
12803 2019-03-15 Tom Tromey <tom@tromey.com>
12804
12805 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
12806
12807 2019-03-15 Tom Tromey <tom@tromey.com>
12808
12809 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
12810 unique_xmalloc_ptr.
12811 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
12812 Update.
12813 * minsyms.c (lookup_minimal_symbol_by_pc_section)
12814 (build_minimal_symbol_hash_tables)
12815 (minimal_symbol_reader::install): Update.
12816
12817 2019-03-15 Tom Tromey <tom@tromey.com>
12818
12819 * symtab.c (create_demangled_names_hash): Update.
12820 (symbol_set_names): Update.
12821 * objfiles.h (struct objfile_per_bfd_storage)
12822 <demangled_names_hash>: Now an htab_up.
12823 * objfiles.c (objfile_per_bfd_storage): Simplify.
12824
12825 2019-03-15 Tom Tromey <tom@tromey.com>
12826
12827 * objfiles.h (struct objfile_per_bfd_storage): Declare
12828 destructor.
12829 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
12830 New.
12831 (get_objfile_bfd_data): Use new. Don't initialize
12832 language_of_main.
12833 (free_objfile_per_bfd_storage): Remove.
12834 (objfile_bfd_data_free, objfile::~objfile): Use delete.
12835
12836 2019-03-15 Tom Tromey <tom@tromey.com>
12837
12838 * symfile.c (reread_symbols): Update.
12839 * objfiles.c (objfile::objfile): Update.
12840 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
12841 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
12842 comment.
12843 (minimal_symbol_reader::install): Update.
12844 (terminate_minimal_symbol_table): Remove.
12845 * jit.c (jit_object_close_impl): Update.
12846
12847 2019-03-15 Tom Tromey <tom@tromey.com>
12848
12849 * minsyms.c (minimal_symbol_reader::record_full): Remove some
12850 initializations.
12851
12852 2019-03-15 Tom Tromey <tom@tromey.com>
12853
12854 * objfiles.h (struct objfile_per_bfd_storage)
12855 <demangled_hash_languages>: Now a bitset.
12856 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
12857 (lookup_minimal_symbol): Update.
12858
12859 2019-03-15 Tom Tromey <tom@tromey.com>
12860
12861 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
12862 Don't return the symbol.
12863 * coffread.c (record_minimal_symbol): Use record_full.
12864
12865 2019-03-14 Eli Zaretskii <eliz@gnu.org>
12866
12867 The MS-Windows port of ncurses fails to switch to a color pair if
12868 one or both of the colors are the implicit default colors. This
12869 change records the default colors when TUI is initialized, and
12870 then specifies them explicitly when a color pair uses the default
12871 colors. This allows color styling in TUI mode on MS-Windows.
12872
12873 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
12874 ncurses_norm_attr.
12875 (tui_initialize_io) [__MINGW32__]: Record the default terminal
12876 colors in ncurses_norm_attr.
12877 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
12878 "none", replace it with the default color recorded in
12879 ncurses_norm_attr.
12880
12881 2019-03-14 Tom Tromey <tromey@adacore.com>
12882
12883 * source-cache.h (class source_cache) <get_source_lines>: Return
12884 std::string.
12885 * source-cache.c (source_cache::extract_lines): Handle case where
12886 first_pos==npos. Return std::string.
12887 (source_cache::get_source_lines): Update.
12888
12889 2019-03-14 Tom Tromey <tromey@adacore.com>
12890
12891 * NEWS: Add item for "style sources" commands.
12892 * source-cache.c (source_cache::get_source_lines): Check
12893 source_styling.
12894 * cli/cli-style.c (source_styling): New global.
12895 (_initialize_cli_style): Add "style sources" commands.
12896 (show_style_sources): New function.
12897 * cli/cli-style.h (source_styling): Declare.
12898
12899 2019-03-14 Pedro Alves <palves@redhat.com>
12900 Tom Tromey <tromey@adacore.com>
12901
12902 * tui/tui-winsource.h (tui_refill_source_window): Declare.
12903 * tui/tui-winsource.c (tui_refill_source_window): New function,
12904 from...
12905 (tui_horizontal_source_scroll): ... here. Move some logic.
12906 * cli/cli-style.c (set_style_enabled): Notify new observable.
12907 * tui/tui-hooks.c (tui_redisplay_source): New function.
12908 (tui_attach_detach_observers): Attach or detach
12909 tui_redisplay_source.
12910 * observable.h (source_styling_changed): New observable.
12911 * observable.c: Define source_styling_changed observable.
12912
12913 2019-03-13 Tom Tromey <tromey@adacore.com>
12914
12915 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
12916 (i386_gnu_nat_target::store_registers): Update.
12917 * target-debug.h (target_debug_print_std_string): New macro.
12918 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
12919 * windows-tdep.c (display_one_tib): Update.
12920 * tui/tui-stack.c (tui_make_status_line): Update.
12921 * top.c (print_inferior_quit_action): Update.
12922 * thread.c (thr_try_catch_cmd): Update.
12923 (add_thread_with_info): Update.
12924 (thread_target_id_str): Update.
12925 (thr_try_catch_cmd): Update.
12926 (thread_command): Update.
12927 (thread_find_command): Update.
12928 * record-btrace.c (record_btrace_target::info_record)
12929 (record_btrace_resume_thread, record_btrace_target::resume)
12930 (record_btrace_cancel_resume, record_btrace_step_thread)
12931 (record_btrace_target::wait, record_btrace_target::wait)
12932 (record_btrace_target::wait, record_btrace_target::stop): Update.
12933 * progspace.c (print_program_space): Update.
12934 * process-stratum-target.c
12935 (process_stratum_target::thread_address_space): Update.
12936 * linux-fork.c (linux_fork_mourn_inferior)
12937 (detach_checkpoint_command, info_checkpoints_command)
12938 (linux_fork_context): Update.
12939 (linux_fork_detach): Update.
12940 (class scoped_switch_fork_info): Update.
12941 (delete_checkpoint_command): Update.
12942 * infrun.c (follow_fork_inferior): Update.
12943 (follow_fork_inferior): Update.
12944 (proceed_after_vfork_done): Update.
12945 (handle_vfork_child_exec_or_exit): Update.
12946 (follow_exec): Update.
12947 (displaced_step_prepare_throw): Update.
12948 (displaced_step_restore): Update.
12949 (start_step_over): Update.
12950 (resume_1): Update.
12951 (clear_proceed_status_thread): Update.
12952 (proceed): Update.
12953 (print_target_wait_results): Update.
12954 (do_target_wait): Update.
12955 (context_switch): Update.
12956 (stop_all_threads): Update.
12957 (restart_threads): Update.
12958 (finish_step_over): Update.
12959 (handle_signal_stop): Update.
12960 (switch_back_to_stepped_thread): Update.
12961 (keep_going_pass_signal): Update.
12962 (print_exited_reason): Update.
12963 (normal_stop): Update.
12964 * inferior.c (inferior_pid_to_str): Change return type.
12965 (print_selected_inferior): Update.
12966 (add_inferior): Update.
12967 (detach_inferior): Update.
12968 * dummy-frame.c (fprint_dummy_frames): Update.
12969 * dcache.c (dcache_info_1): Update.
12970 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
12971 (btrace_fetch, btrace_clear): Update.
12972 * linux-tdep.c (linux_core_pid_to_str): Change return type.
12973 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
12974 type.
12975 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
12976 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
12977 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
12978 * gdbarch.c, gdbarch.h: Rebuild.
12979 * gdbarch.sh (core_pid_to_str): Change return type.
12980 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
12981 return type.
12982 (windows_nat_target::pid_to_str): Change return type.
12983 (windows_delete_thread): Update.
12984 (windows_nat_target::attach): Update.
12985 (windows_nat_target::files_info): Update.
12986 * target-delegates.c: Rebuild.
12987 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
12988 return type.
12989 (sol_thread_target::pid_to_str): Change return type.
12990 * remote.c (class remote_target) <pid_to_str>: Change return
12991 type.
12992 (remote_target::pid_to_str): Change return type.
12993 (extended_remote_target::attach, remote_target::remote_stop_ns)
12994 (remote_target::remote_notif_remove_queued_reply)
12995 (remote_target::push_stop_reply, remote_target::disable_btrace):
12996 Update.
12997 (extended_remote_target::attach): Update.
12998 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
12999 type.
13000 (gdbsim_target::pid_to_str): Change return type.
13001 * ravenscar-thread.c (struct ravenscar_thread_target)
13002 <pid_to_str>: Change return type.
13003 (ravenscar_thread_target::pid_to_str): Change return type.
13004 * procfs.c (class procfs_target) <pid_to_str>: Change return
13005 type.
13006 (procfs_target::pid_to_str): Change return type.
13007 (procfs_target::attach): Update.
13008 (procfs_target::detach): Update.
13009 (procfs_target::fetch_registers): Update.
13010 (procfs_target::store_registers): Update.
13011 (procfs_target::wait): Update.
13012 (procfs_target::files_info): Update.
13013 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
13014 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
13015 return type.
13016 (nto_procfs_target::pid_to_str): Change return type.
13017 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
13018 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
13019 return type.
13020 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
13021 (exit_lwp): Update.
13022 (attach_proc_task_lwp_callback, get_detach_signal)
13023 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
13024 (linux_nat_target::resume, wait_lwp, stop_callback)
13025 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
13026 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
13027 (linux_nat_wait_1, resume_stopped_resumed_lwps)
13028 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
13029 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
13030 type.
13031 (inf_ptrace_target::attach): Update.
13032 (inf_ptrace_target::files_info): Update.
13033 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
13034 type.
13035 (go32_nat_target::pid_to_str): Change return type.
13036 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
13037 (gnu_nat_target::wait): Update.
13038 (gnu_nat_target::wait): Update.
13039 (gnu_nat_target::resume): Update.
13040 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
13041 (fbsd_nat_target::wait): Update.
13042 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
13043 type.
13044 (darwin_nat_target::attach): Update.
13045 * corelow.c (class core_target) <pid_to_str>: Change return type.
13046 (core_target::pid_to_str): Change return type.
13047 * target.c (normal_pid_to_str): Change return type.
13048 (default_pid_to_str): Likewise.
13049 (target_pid_to_str): Change return type.
13050 (target_translate_tls_address): Update.
13051 (target_announce_detach): Update.
13052 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
13053 return type.
13054 (bsd_uthread_target::pid_to_str): Change return type.
13055 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
13056 type.
13057 (bsd_kvm_target::pid_to_str): Change return type.
13058 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
13059 return type.
13060 (aix_thread_target::pid_to_str): Change return type.
13061 * target.h (struct target_ops) <pid_to_str>: Change return type.
13062 (target_pid_to_str, normal_pid_to_str): Likewise.
13063 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
13064 type.
13065 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
13066 type.
13067 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
13068 return type.
13069 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
13070 type.
13071 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
13072 type.
13073 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
13074 return type.
13075
13076 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
13077
13078 * NEWS: Mention that the new default MI version is 3. Mention
13079 changes to the output of commands and events that deal with
13080 multi-location breakpoints.
13081 * breakpoint.c: Include "mi/mi-out.h".
13082 (print_one_breakpoint): Change output syntax if using MI version
13083 >= 3.
13084 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
13085 New.
13086 (mi_multi_location_breakpoint_output_fixed): New.
13087 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
13088 (mi_cmd_fix_multi_location_breakpoint_output): New.
13089 (mi_multi_location_breakpoint_output_fixed): New.
13090 * mi/mi-cmds.c (mi_cmds): Register command
13091 -fix-multi-location-breakpoint-output.
13092 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
13093 interpreter "mi".
13094
13095 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
13096
13097 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
13098 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
13099 instantiate mi_ui_out based on interpreter name.
13100 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
13101 * mi/mi-main.c (mi_load_progress): Likewise.
13102
13103 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13104
13105 * NEWS: Combine separate "New targets" sections for 8.3.
13106
13107 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13108
13109 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
13110 (ppcfbsd_init_abi): Install gdbarch
13111 "fetch_tls_load_module_address" and "get_thread_local_address"
13112 methods.
13113
13114 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13115
13116 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
13117 (riscv_fbsd_init_abi): Install gdbarch
13118 "fetch_tls_load_module_address" and "get_thread_local_address"
13119 methods.
13120
13121 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13122
13123 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
13124 (i386fbsd_init_abi): Install gdbarch
13125 "fetch_tls_load_module_address" and "get_thread_local_address"
13126 methods.
13127
13128 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13129
13130 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
13131 (amd64fbsd_init_abi): Install gdbarch
13132 "fetch_tls_load_module_address" and "get_thread_local_address"
13133 methods.
13134
13135 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13136
13137 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
13138 (struct fbsd_pspace_data): New type.
13139 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
13140 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
13141 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
13142 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
13143 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
13144
13145 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13146
13147 * gdbtypes.c (lookup_struct_elt): New function.
13148 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
13149 * gdbtypes.h (struct struct_elt): New type.
13150 (lookup_struct_elt): New prototype.
13151
13152 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13153
13154 * gdbtypes.c (lookup_struct_elt_type): Update comment and
13155 remove disabled code block.
13156
13157 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13158
13159 * gdbarch.sh (get_thread_local_address): New method.
13160 * gdbarch.h, gdbarch.c: Regenerate.
13161 * target.c (target_translate_tls_address): Use
13162 gdbarch_get_thread_local_address if present instead of
13163 target::get_thread_local_address.
13164
13165 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13166
13167 * target.h (target::get_thread_local_address): Update comment.
13168
13169 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13170
13171 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
13172 objfile->separate_debug_objfile_backlink if not NULL.
13173
13174 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13175
13176 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
13177 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
13178 (amd64bsd_store_inferior_registers): Likewise.
13179 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13180 Enable segment base registers.
13181 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
13182 PT_GETFSBASE and PT_GETGSBASE.
13183 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
13184 PT_SETGSBASE.
13185 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
13186 segment base registers.
13187 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13188
13189 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13190
13191 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13192 Update calls to i386_target_description to add 'segments'
13193 parameter.
13194 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
13195 add segment base registers.
13196 * arch/i386.c (i386_create_target_description): Add 'segments'
13197 parameter to enable segment base registers.
13198 * arch/i386.h (i386_create_target_description): Likewise.
13199 * features/i386/32bit-segments.xml: New file.
13200 * features/i386/32bit-segments.c: Generate.
13201 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
13202 call to i386_target_description to add 'segments' parameter.
13203 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13204 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
13205 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
13206 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
13207 if feature is present.
13208 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
13209 Add 'segments' parameter to call to i386_target_description.
13210 (i386_target_description): Add 'segments' parameter to enable
13211 segment base registers.
13212 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
13213 to call to i386_target_description.
13214 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
13215 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
13216 Define I386_NUM_REGS.
13217 (i386_target_description): Add 'segments' parameter to enable
13218 segment base registers.
13219
13220 2019-03-12 Eli Zaretskii <eliz@gnu.org>
13221
13222 PR/24325
13223 * source-cache.c: #undef open and close, to avoid unresolved
13224 externals during linking.
13225
13226 2019-03-12 Tom Tromey <tromey@adacore.com>
13227
13228 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
13229 const. Add initializers.
13230 (_initialize_remote): Don't initialize ptid globals.
13231
13232 2019-03-12 Pedro Alves <palves@redhat.com>
13233
13234 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
13235
13236 2019-03-12 Pedro Alves <palves@redhat.com>
13237
13238 * cp-name-parser.y (main): Remove unused 'len' variable.
13239
13240 2019-03-12 Tom Tromey <tromey@adacore.com>
13241
13242 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
13243 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
13244
13245 2019-03-12 Tom Tromey <tromey@adacore.com>
13246
13247 * linux-nat.c (iterate_over_lwps): Update.
13248 (stop_callback): Remove parameter.
13249 (stop_wait_callback, detach_callback, resume_set_callback)
13250 (select_singlestep_lwp_callback, set_ignore_sigint)
13251 (status_callback, resumed_callback, resume_clear_callback)
13252 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
13253 data parameter.
13254 (linux_nat_target::detach, linux_nat_target::resume)
13255 (linux_stop_and_wait_all_lwps, select_event_lwp)
13256 (linux_nat_filter_event, linux_nat_wait_1)
13257 (linux_nat_target::kill, linux_nat_target::stop)
13258 (linux_nat_target::stop): Update.
13259 (linux_nat_resume_callback): Change type.
13260 (resume_stopped_resumed_lwps, count_events_callback)
13261 (select_event_lwp_callback): Likewise.
13262 (linux_stop_lwp, linux_nat_stop_lwp): Update.
13263 * arm-linux-nat.c (struct update_registers_data): Remove.
13264 (update_registers_callback): Change type.
13265 (arm_linux_insert_hw_breakpoint1): Update.
13266 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
13267 parameter.
13268 (x86_linux_dr_set_addr): Update.
13269 (x86_linux_dr_set_control): Update.
13270 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
13271 (iterate_over_lwps): Use gdb::function_view.
13272 * nat/aarch64-linux-hw-point.c (struct
13273 aarch64_dr_update_callback_param): Remove.
13274 (debug_reg_change_callback): Change type.
13275 (aarch64_notify_debug_reg_change): Update.
13276 * s390-linux-nat.c (s390_refresh_per_info): Update.
13277
13278 2019-03-11 Tom Tromey <tromey@adacore.com>
13279
13280 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
13281 redundant assignment to "this_cu".
13282
13283 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13284
13285 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
13286
13287 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13288
13289 * gdbtypes.c (rank_one_type_parm_set): New function extracted
13290 from...
13291 (rank_one_type): ... this.
13292
13293 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13294
13295 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
13296 from...
13297 (rank_one_type): ... this.
13298
13299 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13300
13301 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
13302 from...
13303 (rank_one_type): ... this.
13304
13305 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13306
13307 * gdbtypes.c (rank_one_type_parm_float): New function extracted
13308 from...
13309 (rank_one_type): ... this.
13310
13311 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13312
13313 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
13314 from...
13315 (rank_one_type): ... this.
13316
13317 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13318
13319 * gdbtypes.c (rank_one_type_parm_range): New function extracted
13320 from...
13321 (rank_one_type): ... this.
13322
13323 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13324
13325 * gdbtypes.c (rank_one_type_parm_char): New function extracted
13326 from...
13327 (rank_one_type): ... this.
13328
13329 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13330
13331 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
13332 from...
13333 (rank_one_type): ... this.
13334
13335 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13336
13337 * gdbtypes.c (rank_one_type_parm_int): New function extracted
13338 from...
13339 (rank_one_type): ... this.
13340
13341 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13342
13343 * gdbtypes.c (rank_one_type_parm_func): New function extracted
13344 from...
13345 (rank_one_type): ... this.
13346
13347 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13348
13349 * gdbtypes.c (rank_one_type_parm_array): New function extracted
13350 from...
13351 (rank_one_type): ... this.
13352
13353 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13354
13355 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
13356 from...
13357 (rank_one_type): ... this.
13358
13359 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13360
13361 * inferior.c (initialize_inferiors): Ensure 'help set/show print
13362 inferior-events' shows the example events.
13363
13364 2019-03-08 Eli Zaretskii <eliz@gnu.org>
13365
13366 Support styling on native MS-Windows console
13367
13368 PR/24315
13369 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
13370 on MS-Windows if $TERM is not defined.
13371
13372 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
13373
13374 * posix-hdep.c (gdb_console_fputs):
13375 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
13376 functions.
13377 * ui-file.h (gdb_console_fputs): Add prototype.
13378
13379 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
13380 back to fputs only if the former returns zero.
13381
13382 2019-03-07 Tom Tromey <tom@tromey.com>
13383
13384 * symmisc.c (print_symbol_bcache_statistics): Update.
13385 (print_objfile_statistics): Update.
13386 * symfile.c (allocate_symtab): Update.
13387 * stabsread.c: Don't include bcache.h.
13388 * psymtab.h (struct psymbol_bcache): Don't declare.
13389 (class psymtab_storage) <psymbol_cache>: Now a bcache.
13390 (psymbol_bcache_init, psymbol_bcache_free)
13391 (psymbol_bcache_get_bcache): Don't declare.
13392 * psymtab.c (struct psymbol_bcache): Remove.
13393 (psymtab_storage::psymtab_storage): Update.
13394 (psymtab_storage::~psymtab_storage): Update.
13395 (psymbol_bcache_init, psymbol_bcache_free)
13396 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
13397 (add_psymbol_to_bcache): Update.
13398 (allocate_psymtab): Update.
13399 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
13400 macro_cache>: No longer pointers.
13401 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
13402 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
13403 * macrotab.c (macro_bcache): Update.
13404 * macroexp.c: Don't include bcache.h.
13405 * gdbtypes.c (check_types_worklist): Update.
13406 (types_deeply_equal): Remove TRY/CATCH. Update.
13407 * elfread.c (elf_symtab_read): Update.
13408 * dwarf2read.c: Don't include bcache.h.
13409 * buildsym.c (buildsym_compunit::get_macro_table): Update.
13410 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
13411 (print_bcache_statistics, bcache_memory_used): Don't declare.
13412 (struct bcache): Move from bcache.c. Add constructor, destructor,
13413 methods. Rename all data members.
13414 * bcache.c (struct bcache): Move to bcache.h.
13415 (bcache::expand_hash_table): Rename from expand_hash_table.
13416 (bcache): Remove.
13417 (bcache::insert): Rename from bcache_full.
13418 (bcache::compare): Rename from bcache_compare.
13419 (bcache_xmalloc): Remove.
13420 (bcache::~bcache): Rename from bcache_xfree.
13421 (bcache::print_statistics): Rename from print_bcache_statistics.
13422 (bcache::memory_used): Rename from bcache_memory_used.
13423
13424 2019-03-07 Pedro Alves <palves@redhat.com>
13425
13426 * infrun.c (normal_stop): Also check for
13427 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
13428
13429 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
13430
13431 * f-lang.c (value_from_host_double): Moved to...
13432 * value.c (value_from_host_double): ...here.
13433 * value.h (value_from_host_double): Declare.
13434 * guile/scm-math.c (vlscm_convert_typed_number): Use
13435 value_from_host_double.
13436 (vlscm_convert_number): Likewise.
13437 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
13438 * python/py-value.c (convert_value_from_python): Likewise.
13439
13440 2019-03-06 Tom Tromey <tom@tromey.com>
13441
13442 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
13443
13444 2019-03-06 Tom Tromey <tom@tromey.com>
13445
13446 * utils.h (free_current_contents): Don't declare.
13447 * utils.c (free_current_contents): Remove.
13448
13449 2019-03-06 Tom Tromey <tom@tromey.com>
13450
13451 * top.c (quit_force): Update.
13452 * main.c (captured_command_loop): Update.
13453 * common/new-op.c (operator new): Update.
13454 * common/common-exceptions.c (struct catcher)
13455 <save_cleanup_chain>: Remove member.
13456 (exceptions_state_mc_init): Update.
13457 (exception_try_scope_entry): Return nullptr.
13458 (exception_try_scope_exit, exception_rethrow)
13459 (throw_exception_sjlj, throw_exception_cxx): Update.
13460 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
13461 (all_cleanups, do_cleanups, discard_cleanups)
13462 (discard_final_cleanups, save_cleanups, save_final_cleanups)
13463 (restore_cleanups, restore_final_cleanups): Don't declare.
13464 (do_final_cleanups): Remove parameter.
13465 * common/cleanups.c (cleanup_chain, make_cleanup)
13466 (make_cleanup_dtor, all_cleanups, do_cleanups)
13467 (discard_my_cleanups, discard_cleanups)
13468 (discard_final_cleanups, save_my_cleanups, save_cleanups)
13469 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
13470 (null_cleanup): Remove.
13471 (do_final_cleanups): Remove parameter.
13472
13473 2019-03-06 Tom Tromey <tom@tromey.com>
13474
13475 * remote.c (remote_target::remote_parse_stop_reply): Use
13476 unique_xmalloc_ptr.
13477
13478 2019-03-06 Tom Tromey <tom@tromey.com>
13479
13480 * stabsread.c (struct stabs_field_info): Rename from field_info.
13481 <list, fnlist>: Add initializers.
13482 <obstack>: New member.
13483 (read_member_functions, read_struct_fields, read_baseclasses):
13484 Allocate on obstack. Don't use cleanups.
13485 (read_one_struct_field, read_member_functions, read_struct_fields)
13486 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
13487 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
13488 (read_struct_type): Update.
13489
13490 2019-03-06 Tom Tromey <tom@tromey.com>
13491
13492 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
13493 * common/filestuff.h (make_cleanup_close): Don't declare.
13494 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
13495 Remove.
13496
13497 2019-03-06 Tom Tromey <tom@tromey.com>
13498
13499 * solib-aix.c: Use make_scope_exit.
13500
13501 2019-03-06 Tom Tromey <tom@tromey.com>
13502
13503 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
13504 Use make_scope_exit.
13505
13506 2019-03-06 Tom Tromey <tom@tromey.com>
13507
13508 * solib-svr4.c (disable_probes_interface): Remove parameter.
13509 (svr4_handle_solib_event): Use make_scope_exit.
13510
13511 2019-03-06 Tom Tromey <tom@tromey.com>
13512
13513 * remote.c (struct stop_reply_deleter): Remove.
13514 (stop_reply_up): Update.
13515 (struct stop_reply): Derive from notif_event. Don't typedef.
13516 <regcache>: Now a std::vector.
13517 (stop_reply_xfree): Remove.
13518 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
13519 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
13520 (remote_target::discard_pending_stop_replies): Use delete.
13521 (remote_target::remote_parse_stop_reply): Update.
13522 (remote_target::process_stop_reply): Update.
13523 * remote-notif.h (struct notif_event): Add virtual destructor.
13524 Remove "dtr" member.
13525 (struct notif_client) <alloc_event>: Return a unique_ptr.
13526 (notif_event_xfree): Don't declare.
13527 (notif_event_up): New typedef.
13528 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
13529 (notif_event_xfree, do_notif_event_xfree): Remove.
13530 (remote_notif_state_xfree): Update.
13531
13532 2019-03-06 Tom Tromey <tom@tromey.com>
13533
13534 * infrun.c (displaced_step_clear_cleanup): Now a
13535 forward_scope_exit type.
13536 (displaced_step_prepare_throw): Update.
13537 (displaced_step_fixup): Update.
13538
13539 2019-03-06 Tom Tromey <tom@tromey.com>
13540
13541 * inferior.h (class inferior): Update comment.
13542 * gdbthread.h (class thread_info): Update comment.
13543
13544 2019-03-06 Joel Brobecker <brobecker@adacore.com>
13545 Tom Tromey <tom@tromey.com>
13546
13547 * stabsread.h (struct stab_section_list): Remove.
13548 (coffstab_build_psymtabs): Update.
13549 * dbxread.c (symbuf_sections): Now a std::vector.
13550 (sect_idx): New global.
13551 (fill_symbuf): Update.
13552 (coffstab_build_psymtabs): Change type of stabsects parameter.
13553 Update.
13554 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
13555 std::vector.
13556 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
13557 (coff_locate_sections): Update.
13558 (coff_symfile_read): Remove cleanups. Update.
13559 (init_stringtab): Add storage parameter.
13560 (free_stringtab, free_stringtab_cleanup): Remove.
13561 (init_lineno): Add storage parameter.
13562 (free_linetab, free_linetab_cleanup): Remove.
13563
13564 2019-03-06 Pedro Alves <palves@redhat.com>
13565
13566 * linux-fork.c (fork_info::clobber_regs): Delete.
13567 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
13568 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
13569 comment. Adjust.
13570 (scoped_switch_fork_info::scoped_switch_fork_info)
13571 (checkpoint_command, linux_fork_context): Adjust
13572 fork_save_infrun_state calls.
13573
13574 2019-03-06 Pedro Alves <palves@redhat.com>
13575
13576 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
13577 (inf_has_multiple_threads): Return 'bool' and rewrite using
13578 inferior_info::threads().
13579
13580 2019-03-06 Pedro Alves <palves@redhat.com>
13581
13582 * linux-fork.c: Include <list>.
13583 (fork_list): Now a std::list instance.
13584 (fork_info): Add ctor, dtor, and in-class initialize all fields.
13585 (forks_exist_p, find_last_fork): Adjust.
13586 (new_fork): Delete.
13587 (one_fork_p): New.
13588 (add_fork): Adjust.
13589 (free_fork): Delete, folded into fork_info::~fork_info().
13590 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
13591 Adjust.
13592 (init_fork_list): Delete.
13593 (linux_fork_killall, linux_fork_mourn_inferior)
13594 (linux_fork_detach, info_checkpoints_command): Adjust.
13595 (_initialize_linux_fork): No longer call init_fork_list.
13596
13597 2019-03-06 Pedro Alves <palves@redhat.com>
13598
13599 * linux-fork.c (new_fork): New, split out of ...
13600 (add_fork): ... this. Return void. Move "first fork" special
13601 case from here, to ...
13602 (checkpoint_command): ... here.
13603 * linux-linux.h (add_fork): Return void.
13604
13605 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13606
13607 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
13608
13609 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13610 Chris January <chris.january@arm.com>
13611 David Lecomber <david.lecomber@arm.com>
13612
13613 * f-exp.y: New token, UNOP_INTRINSIC.
13614 (exp): New pattern using UNOP_INTRINSIC token.
13615 (f77_keywords): Add 'abs' keyword.
13616 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
13617 (value_from_host_double): New function.
13618 (evaluate_subexp_f): Support UNOP_ABS.
13619
13620 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13621
13622 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
13623 types.
13624
13625 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13626
13627 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
13628 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
13629 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
13630
13631 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13632
13633 * f-exp.y (convert_to_kind_type): Handle more type kinds.
13634
13635 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13636 Chris January <chris.january@arm.com>
13637
13638 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
13639 * f-exp.y: Define 'KIND' token.
13640 (exp): New pattern for KIND expressions.
13641 (ptype): Handle types with a kind extension.
13642 (direct_abs_decl): Extend to spot kind extensions.
13643 (f77_keywords): Add 'kind' to the list.
13644 (push_kind_type): New function.
13645 (convert_to_kind_type): New function.
13646 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
13647 * parse.c (operator_length_standard): Likewise.
13648 * parser-defs.h (enum type_pieces): Add tp_kind.
13649 * std-operator.def: Add UNOP_KIND.
13650
13651 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13652
13653 * f-exp.y (f_parse): Set yydebug.
13654
13655 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13656
13657 * f-lang.c (evaluate_subexp_f): New function.
13658 (exp_descriptor_f): New global.
13659 (f_language_defn): Use exp_descriptor_f instead of
13660 exp_descriptor_standard.
13661
13662 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13663
13664 * f-exp.y (struct token): Add comments.
13665 (dot_ops): Remove uppercase versions and the end marker.
13666 (f77_keywords): Likewise.
13667 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
13668 entries in the dot_ops array are case insensitive, and use
13669 strncasecmp to compare strings. Also some whitespace cleanup in
13670 this area. Similar for the f77_keywords array, except entries in
13671 this list might be case sensitive.
13672
13673 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13674
13675 * f-exp.y (struct f77_boolean_val): Add comments.
13676 (boolean_values): Remove uppercase versions, and end marker.
13677 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
13678 and use strncasecmp to achieve case insensitivity. Additionally,
13679 perform whitespace cleanup around this code.
13680
13681 2019-03-06 Tom Tromey <tromey@adacore.com>
13682
13683 * remote-sim.c (gdbsim_target_open): Use result of
13684 gdb_argv::release.
13685
13686 2019-03-06 Richard Bunt <richard.bunt@arm.com>
13687 Dirk Schubert <dirk.schubert@arm.com>
13688 Chris January <chris.january@arm.com>
13689
13690 * eval.c (evaluate_subexp_standard): Call Fortran argument
13691 wrapping logic.
13692 * f-lang.c (struct value): A value which can be passed into a
13693 Fortran function call.
13694 (fortran_argument_convert): Wrap Fortran arguments in a pointer
13695 where appropriate.
13696 (struct type): Value ready for a Fortran function call.
13697 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
13698 is needed.
13699 * f-lang.h (fortran_argument_convert): Declaration.
13700 (fortran_preserve_arg_pointer): Declaration.
13701 * infcall.c (value_arg_coerce): Call Fortran argument logic.
13702
13703 2019-03-05 Tom Tromey <tromey@adacore.com>
13704
13705 * python/py-prettyprint.c (print_string_repr): Remove #if.
13706 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
13707
13708 2019-03-05 Tom Tromey <tromey@adacore.com>
13709
13710 * target.c (the_dummy_target): Move later. Change type to
13711 "dummy_target".
13712 (initialize_targets): Don't initialize the_dummy_target.
13713
13714 2019-03-05 Tom Tromey <tromey@adacore.com>
13715
13716 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
13717 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
13718
13719 2019-03-05 Tom Tromey <tromey@adacore.com>
13720
13721 * windows-nat.c (windows_nat_target::attach)
13722 (windows_nat_target::detach): Don't call gdb_flush.
13723 * valprint.c (generic_val_print, val_print, val_print_string):
13724 Don't call gdb_flush.
13725 * utils.c (defaulted_query): Don't call gdb_flush.
13726 * typeprint.c (print_type_scalar): Don't call gdb_flush.
13727 * target.c (target_announce_detach): Don't call gdb_flush.
13728 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
13729 * remote.c (extended_remote_target::attach): Don't call
13730 gdb_flush.
13731 * procfs.c (procfs_target::detach): Don't call gdb_flush.
13732 * printcmd.c (do_examine): Don't call gdb_flush.
13733 (info_display_command): Don't call gdb_flush.
13734 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
13735 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
13736 * memattr.c (info_mem_command): Don't call gdb_flush.
13737 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
13738 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
13739 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
13740 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
13741 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
13742 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
13743 (gnu_nat_target::detach): Don't call gdb_flush.
13744 * f-valprint.c (f_val_print): Don't call gdb_flush.
13745 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
13746 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
13747 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
13748 gdb_flush.
13749 * c-valprint.c (c_val_print): Don't call gdb_flush.
13750 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
13751
13752 2019-03-05 Tom Tromey <tromey@adacore.com>
13753
13754 * varobj.c (update_dynamic_varobj_children): Update.
13755 (install_default_visualizer): Use reset, not release.
13756 * value.c (set_internalvar): Update.
13757 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
13758 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
13759 ATTRIBUTE_UNUSED_RESULT.
13760
13761 2019-03-05 Tom Tromey <tromey@adacore.com>
13762
13763 * remote.c (class scoped_remote_fd) <release>: Add
13764 ATTRIBUTE_UNUSED_RESULT.
13765
13766 2019-03-05 Tom Tromey <tromey@adacore.com>
13767
13768 * macroexp.c (struct macro_buffer) <release>: Add
13769 ATTRIBUTE_UNUSED_RESULT.
13770
13771 2019-03-05 Tom Tromey <tromey@adacore.com>
13772
13773 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
13774 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
13775 ATTRIBUTE_UNUSED_RESULT.
13776
13777 2019-03-05 Tom Tromey <tromey@adacore.com>
13778
13779 * common/scoped_fd.h (class scoped_fd) <release>: Add
13780 ATTRIBUTE_UNUSED_RESULT.
13781
13782 2019-03-05 Tom Tromey <tromey@adacore.com>
13783
13784 * parser-defs.h (struct parser_state) <release>: Add
13785 ATTRIBUTE_UNUSED_RESULT.
13786
13787 2019-03-05 Tom Tromey <tromey@adacore.com>
13788
13789 * utils.h (class gdb_argv) <release>: Add
13790 ATTRIBUTE_UNUSED_RESULT.
13791 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
13792
13793 2019-03-02 Eli Zaretskii <eliz@gnu.org>
13794
13795 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
13796 for-loop range, to avoid compiler warnings.
13797
13798 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
13799 avoid compiler warnings about unused variables.
13800
13801 * NEWS: Mention end of support for native debugging on MS-Windows
13802 before XP.
13803
13804 PR gdb/24292
13805 * common/netstuff.c:
13806 * gdbserver/gdbreplay.c
13807 * gdbserver/remote-utils.c:
13808 * ser-tcp.c:
13809 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
13810 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
13811 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
13812 'getaddrinfo' and 'freeaddrinfo' were not available before
13813 Windows XP, and mingw.org's MinGW headers by default define
13814 _WIN32_WINNT to 0x500.
13815
13816 2019-03-01 Gary Benson <gbenson@redhat.com>
13817
13818 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
13819
13820 2019-02-28 Brian Vandenberg <phantall@gmail.com>
13821 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13822
13823 PR gdb/8527
13824 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
13825 set_sigint_trap, clear_sigint_trap.
13826
13827 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13828
13829 * target.c (target_detach): Clear the regcache and the
13830 frame cache.
13831
13832 2019-02-27 Pedro Alves <palves@redhat.com>
13833
13834 * utils.c (set_screen_size): When we cap the height/width sizes,
13835 tweak the corresponding command variable to show "unlimited":
13836
13837 2019-02-27 Saagar Jha <saagar@saagarjha.com>
13838 Pedro Alves <palves@redhat.com>
13839
13840 * utils.c (set_screen_size): Reduce "infinite" rows and columns
13841 before calling rl_set_screen_size.
13842
13843 2019-02-27 Tom Tromey <tromey@adacore.com>
13844
13845 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
13846 define.
13847 * python/py-value.c: Remove Python 2.4 workaround.
13848 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
13849 workaround.
13850 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
13851 Python 2.4 workaround.
13852 * python/python-internal.h: Remove Python 2.4 comment.
13853 (Py_ssize_t): Don't define.
13854 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
13855 (gdb_Py_DECREF): Remove Python 2.4 workaround.
13856 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
13857 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
13858 * python/python.c (do_start_initialization): Remove Python 2.4
13859 workaround.
13860 * python/py-prettyprint.c (class dummy_python_frame): Remove.
13861 (print_children): Remove Python 2.4 workaround.
13862 * python/py-inferior.c (buffer_procs): Remove Python 2.4
13863 workaround.
13864 (CHARBUFFERPROC_NAME): Remove.
13865 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
13866 Python 2.4 workaround.
13867
13868 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13869
13870 * NEWS: Note minimum Python version.
13871
13872 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13873
13874 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
13875 code from these functions. Remove corresponding ifdefs. Use
13876 Py_buffer_up instead of explicit calls to PyBuffer_Release.
13877 Remove gotos and target of gotos.
13878 (infpy_search_memory): Likewise.
13879
13880 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13881
13882 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
13883 (hppa_gdbarch_init): Don't register deleted functions with
13884 gdbarch.
13885
13886 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13887
13888 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
13889 (h8300_unwind_sp): Delete.
13890 (h8300_dummy_id): Delete.
13891 (h8300_gdbarch_init): Don't register deleted functions with
13892 gdbarch.
13893
13894 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13895
13896 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
13897 (ft32_unwind_pc): Delete.
13898 (ft32_unwind_sp): Delete.
13899 (ft32_gdbarch_init): Don't register deleted functions with
13900 gdbarch.
13901
13902 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13903
13904 * gdb/frv-tdep.c (frv_dummy_id): Delete.
13905 (frv_unwind_pc): Delete.
13906 (frv_unwind_sp): Delete.
13907 (frv_gdbarch_init): Don't register deleted functions with
13908 gdbarch.
13909
13910 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13911
13912 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
13913 (riscv_unwind_pc): Delete.
13914 (riscv_unwind_sp): Delete.
13915 (riscv_gdbarch_init): Don't register deleted functions with
13916 gdbarch.
13917
13918 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13919
13920 * gdb/csky-tdep.c (csky_dummy_id): Delete.
13921 (csky_unwind_pc): Delete.
13922 (csky_unwind_sp): Delete.
13923 (csky_gdbarch_init): Don't register deleted functions with
13924 gdbarch.
13925
13926 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13927
13928 * gdb/cris-tdep.c (cris_dummy_id): Delete.
13929 (cris_unwind_pc): Delete.
13930 (cris_unwind_sp): Delete.
13931 (cris_gdbarch_init): Don't register deleted functions with
13932 gdbarch.
13933
13934 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13935
13936 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
13937 (bfin_unwind_pc): Delete.
13938 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
13939
13940 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13941
13942 * gdb/arm-tdep.c (arm_dummy_id): Delete.
13943 (arm_unwind_pc): Delete.
13944 (arm_unwind_sp): Delete.
13945 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
13946
13947 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13948
13949 * gdb/arc-tdep.c (arc_dummy_id): Delete.
13950 (arc_unwind_pc): Delete.
13951 (arc_unwind_sp): Delete.
13952 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
13953
13954 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13955
13956 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
13957 (alpha_unwind_pc): Delete.
13958 (alpha_gdbarch_init): Don't register deleted functions with
13959 gdbarch.
13960
13961 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13962
13963 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
13964 (aarch64_unwind_pc): Delete.
13965 (aarch64_unwind_sp): Delete.
13966 (aarch64_gdbarch_init): Don't register deleted functions with
13967 gdbarch.
13968
13969 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13970
13971 * gdbtypes.c (type_align): Don't consider static members when
13972 computing structure alignment.
13973
13974 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13975
13976 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
13977 return 0 for other types.
13978 * arch-utils.c (default_type_align): Always return 0.
13979 * gdbarch.h: Regenerate.
13980 * gdbarch.sh (type_align): Extend comment.
13981 * gdbtypes.c (type_align): Add additional comments, always call
13982 gdbarch_type_align before applying the default rules.
13983 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
13984 generic code will then apply a suitable default.
13985 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
13986 types, return 0 for other types.
13987
13988 2019-02-27 Joel Brobecker <brobecker@adacore.com>
13989
13990 * NEWS: Create a new section for the next release branch.
13991 Rename the section of the current branch, now that it has
13992 been cut.
13993
13994 2019-02-27 Joel Brobecker <brobecker@adacore.com>
13995
13996 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
13997 * version.in: Bump version to 8.3.50.DATE-git.
13998
13999 2019-02-26 Simon Marchi <simon.marchi@efficios.com>
14000
14001 * aix-thread.c (ptid_cmp): Remove unused variable.
14002 (get_signaled_thread): Likewise.
14003 (store_regs_user_thread): Likewise.
14004 (store_regs_kernel_thread): Likewise.
14005 (fetch_regs_kernel_thread): Remove shadowed variable.
14006
14007 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
14008
14009 * features/riscv/32bit-cpu.xml: Add register numbers.
14010 * features/riscv/32bit-fpu.c: Regenerate.
14011 * features/riscv/32bit-fpu.xml: Add register numbers.
14012 * features/riscv/64bit-cpu.xml: Add register numbers.
14013 * features/riscv/64bit-fpu.c: Regenerate.
14014 * features/riscv/64bit-fpu.xml: Add register numbers.
14015
14016 2019-02-26 Kevin Buettner <kevinb@redhat.com>
14017
14018 * NEWS: Mention two argument form of gdb.Value constructor.
14019 * python/py-value.c (convert_buffer_and_type_to_value): New
14020 function.
14021 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
14022 Add support for handling an optional second argument. Call
14023 convert_buffer_and_type_to_value as appropriate.
14024 * python/python-internal.h (Py_buffer_deleter): New struct.
14025 (Py_buffer_up): New typedef.
14026
14027 2019-02-25 John Baldwin <jhb@FreeBSD.org>
14028
14029 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
14030 instead of releasing ownership.
14031
14032 2019-02-25 Jordan Rupprecht <rupprecht@google.com>
14033
14034 * dwarf2read.c (open_and_init_dwp_file): Call
14035 elf_numsections instead of bfd_count_sections to initialize
14036 dwp_file->num_sections.
14037
14038 2019-02-25 Tom Tromey <tromey@adacore.com>
14039
14040 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
14041
14042 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
14043
14044 * gcore.in: Add '--readnever' option when invoking GDB.
14045
14046 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
14047
14048 * MAINTAINERS: Update my email address.
14049
14050 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
14051
14052 * build-id.c (build_id_to_debug_bfd_1): New function.
14053 (build_id_to_debug_bfd): Look for separate debug file in
14054 sysroot.
14055
14056 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
14057
14058 * gdbarch.sh: Update the copyright year range that is placed into
14059 generated files.
14060
14061 2019-02-22 Keith Seitz <keiths@redhat.com>
14062
14063 PR symtab/23853
14064 * linespec.c (create_sals_line_offset): Search for the default
14065 symtab's filename instead of its fullname.
14066
14067 2019-02-21 Alan Hayward <alan.hayward@arm.com>
14068
14069 * NEWS: Update style defaults.
14070
14071 2019-02-21 Alan Hayward <alan.hayward@arm.com>
14072
14073 * main.c (captured_main_1): Disable styling in batch mode.
14074
14075 2019-02-20 Tom Tromey <tom@tromey.com>
14076
14077 * symtab.c (symtab_symbol_info): Fix typos.
14078
14079 2019-02-20 Tom Tromey <tromey@adacore.com>
14080
14081 * findcmd.c (_initialize_mem_search): Use upper case for
14082 metasyntactic variables.
14083
14084 2019-02-20 Alan Hayward <alan.hayward@arm.com>
14085
14086 * aarch64-tdep.c (aarch64_add_reggroups): New function.
14087 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
14088
14089 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
14090
14091 * top.h (source_file_name): Change to std::string.
14092 * top.c (source_file_name): Likewise.
14093 (command_line_input): Adjust.
14094 * cli/cli-script.c (script_from_file): Adjust.
14095
14096 2019-02-19 Tom Tromey <tromey@adacore.com>
14097
14098 * ravenscar-thread.c
14099 (ravenscar_thread_target::update_thread_list): Don't call
14100 ada_build_task_list.
14101 * ada-lang.h (ada_build_task_list): Don't declare.
14102 * ada-tasks.c (struct ada_tasks_inferior_data)
14103 <task_list_valid_p>: Now bool.
14104 (read_known_tasks, ada_task_list_changed)
14105 (ada_tasks_invalidate_inferior_data): Update.
14106 (read_known_tasks_array): Return bool.
14107 (read_known_tasks_list): Likewise.
14108 (read_known_tasks): Return void.
14109 (ada_build_task_list): Now static.
14110
14111 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
14112
14113 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
14114 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
14115
14116 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14117
14118 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
14119 variant for ada_tasks_pspace_data_handle and
14120 ada_tasks_inferior_data_handle.
14121 (ada_tasks_pspace_data_cleanup): New function.
14122 (ada_tasks_inferior_data_cleanup): New function.
14123
14124 2019-02-17 Tom Tromey <tom@tromey.com>
14125
14126 * macrotab.h (macro_source_fullname): Return a std::string.
14127 * macrotab.c (macro_include, check_for_redefinition)
14128 (macro_undef, macro_lookup_definition, foreach_macro)
14129 (foreach_macro_in_scope): Update.
14130 (macro_source_fullname): Return a std::string.
14131 * macrocmd.c (show_pp_source_pos): Update.
14132
14133 2019-02-17 Tom Tromey <tom@tromey.com>
14134
14135 * macrocmd.c (show_pp_source_pos): Style the file names.
14136
14137 2019-02-17 Tom Tromey <tom@tromey.com>
14138
14139 PR tui/24197:
14140 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
14141
14142 2019-02-17 Tom Tromey <tom@tromey.com>
14143
14144 * ada-lang.c (user_select_syms): Use filtered printing.
14145 * utils.c (wrap_style): New global.
14146 (desired_style): Remove.
14147 (emit_style_escape): Add stream parameter.
14148 (set_output_style, reset_terminal_style, prompt_for_continue):
14149 Update.
14150 (flush_wrap_buffer): Only flush gdb_stdout.
14151 (wrap_here): Set wrap_style.
14152 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
14153 treat escape sequences as a character. Change when wrap buffer is
14154 flushed.
14155 (fputs_styled): Do not set the output style when the default is
14156 requested.
14157 * ui-style.h (struct ui_file_style) <is_default>: New method.
14158 * source.c (print_source_lines_base): Emit escape sequences in one
14159 piece.
14160
14161 2019-02-17 Joel Brobecker <brobecker@adacore.com>
14162
14163 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
14164 integers and enumeration types.
14165
14166 2019-02-17 Joel Brobecker <brobecker@adacore.com>
14167
14168 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
14169 instead of lookup_symbol_in_language
14170 (do_exact_match): New function.
14171 (ada_get_symbol_name_matcher): Return do_exact_match when
14172 doing a verbatim match.
14173
14174 2019-02-15 Tom Tromey <tromey@adacore.com>
14175
14176 * ravenscar-thread.c (ravenscar_thread_target::resume)
14177 (ravenscar_thread_target::wait): Special case wildcard requests.
14178
14179 2019-02-15 Tom Tromey <tromey@adacore.com>
14180
14181 * ravenscar-thread.c (base_ptid): Remove.
14182 (struct ravenscar_thread_target) <close>: New method.
14183 <m_base_ptid>: New member.
14184 <update_inferior_ptid, active_task, task_is_currently_active,
14185 runtime_initialized>: Declare methods.
14186 <ravenscar_thread_target>: Add constructor.
14187 (ravenscar_thread_target::task_is_currently_active)
14188 (ravenscar_thread_target::update_inferior_ptid)
14189 (ravenscar_runtime_initialized): Rename. Now methods.
14190 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
14191 (ravenscar_thread_target::update_thread_list): Update.
14192 (ravenscar_thread_target::active_task): Now method.
14193 (ravenscar_thread_target::store_registers)
14194 (ravenscar_thread_target::prepare_to_store)
14195 (ravenscar_thread_target::prepare_to_store)
14196 (ravenscar_thread_target::mourn_inferior): Update.
14197 (ravenscar_inferior_created): Use "new" to create target.
14198 (ravenscar_thread_target::get_ada_task_ptid): Update.
14199 (_initialize_ravenscar): Don't initialize base_ptid.
14200 (ravenscar_ops): Remove global.
14201
14202 2019-02-15 Tom Tromey <tromey@adacore.com>
14203
14204 * target.h (push_target): Declare new overload.
14205 * target.c (push_target): New overload, taking an rvalue reference.
14206 * remote.c (remote_target::open_1): Use push_target overload.
14207 * corelow.c (core_target_open): Use push_target overload.
14208
14209 2019-02-15 Tom Tromey <tromey@adacore.com>
14210
14211 * ravenscar-thread.c (is_ravenscar_task)
14212 (ravenscar_task_is_currently_active): Return bool.
14213 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
14214 (_initialize_ravenscar): Remove "(void)".
14215 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
14216 Return bool.
14217
14218 2019-02-15 Tom Tromey <tromey@adacore.com>
14219
14220 * ravenscar-thread.c (ravenscar_runtime_initializer)
14221 (has_ravenscar_runtime, get_running_thread_id)
14222 (ravenscar_thread_target::resume): Fix indentation.
14223
14224 2019-02-15 Tom Tromey <tromey@adacore.com>
14225
14226 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
14227 from ravenscar_arch_ops.
14228 (sparc_ravenscar_ops::fetch_registers)
14229 (sparc_ravenscar_ops::store_registers): Now methods.
14230 (sparc_ravenscar_prepare_to_store): Remove.
14231 (sparc_ravenscar_ops): Redefine.
14232 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
14233 methods and destructor. Remove members.
14234 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
14235 (ravenscar_thread_target::store_registers)
14236 (ravenscar_thread_target::prepare_to_store): Update.
14237 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
14238 Remove.
14239 (struct ppc_ravenscar_powerpc_ops): Derive from
14240 ravenscar_arch_ops.
14241 (ppc_ravenscar_powerpc_ops::fetch_registers)
14242 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
14243 (ppc_ravenscar_powerpc_ops): Redefine.
14244 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
14245 (ppc_ravenscar_e500_ops::fetch_registers)
14246 (ppc_ravenscar_e500_ops::store_registers): Now methods.
14247 (ppc_ravenscar_e500_ops): Redefine.
14248 * aarch64-ravenscar-thread.c
14249 (aarch64_ravenscar_generic_prepare_to_store): Remove.
14250 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
14251 (aarch64_ravenscar_fetch_registers)
14252 (aarch64_ravenscar_store_registers): Now methods.
14253 (aarch64_ravenscar_ops): Redefine.
14254
14255 2019-02-15 Tom Tromey <tromey@adacore.com>
14256
14257 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
14258 (ravenscar_thread_target::stopped_by_hw_breakpoint)
14259 (ravenscar_thread_target::stopped_by_watchpoint)
14260 (ravenscar_thread_target::stopped_data_address)
14261 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
14262
14263 2019-02-15 Tom Tromey <tromey@adacore.com>
14264
14265 * ravenscar-thread.c: Fix some typos.
14266
14267 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14268 Tom Tromey <tromey@adacore.com>
14269
14270 * ada-lang.c (ada_exception_sal): Change addr_string to a
14271 std::string.
14272 (create_ada_exception_catchpoint): Update.
14273
14274 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14275 Tom Tromey <tromey@adacore.com>
14276
14277 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
14278 (bp_location_ops): Remove.
14279 (base_breakpoint_allocate_location): Update.
14280 (free_bp_location): Update.
14281 * ada-lang.c (class ada_catchpoint_location)
14282 <ada_catchpoint_location>: Remove ops parameter.
14283 (ada_catchpoint_location_dtor): Remove.
14284 (ada_catchpoint_location_ops): Remove.
14285 (allocate_location_exception): Update.
14286 * breakpoint.h (struct bp_location_ops): Remove.
14287 (class bp_location) <bp_location>: Remove bp_location_ops
14288 parameter.
14289 <~bp_location>: Add destructor.
14290 <ops>: Remove.
14291
14292 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14293 Pedro Alves <palves@redhat.com>
14294
14295 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
14296 'PATH_MAX'.
14297
14298 2019-02-14 David Michael <fedora.dm0@gmail.com>
14299 Samuel Thibault <samuel.thibault@gnu.org>
14300 Thomas Schwinge <thomas@codesourcery.com>
14301
14302 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
14303 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
14304
14305 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14306
14307 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
14308 (check_empty): Use "const char *".
14309
14310 * gnu-nat.c (gnu_nat_target::detach): Instead of
14311 'detach_inferior (pid)' call
14312 'detach_inferior (find_inferior_pid (pid))'.
14313
14314 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
14315 'nat/fork-inferior.o'.
14316 * gnu-nat.c: #include "nat/fork-inferior.h".
14317
14318 * gnu-nat.c (gnu_nat_target::detach): Instead of
14319 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
14320 * gnu-nat.h: #include "inf-child.h".
14321 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
14322 'i386_gnu_nat_target::fetch_registers'.
14323 (gnu_store_registers): Rename/move to
14324 'i386_gnu_nat_target::store_registers'.
14325
14326 * config/i386/nm-i386gnu.h: Don't "#include" any files.
14327 * gnu-nat.h (mach_thread_info): New function.
14328 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
14329
14330 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
14331
14332 2019-02-14 Frederic Konrad <konrad@adacore.com>
14333
14334 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
14335
14336 2019-02-14 Joel Brobecker <brobecker@adacore.com>
14337
14338 * windows-nat.c (windows_add_thread): Add new parameter
14339 "main_thread_p" with default value set to false. Update
14340 function documentation as well as all callers.
14341 (windows_delete_thread): Likewise.
14342 (fake_create_process): Update call to windows_add_thread.
14343 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
14344 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
14345 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
14346 call to windows_delete_thread.
14347
14348 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
14349
14350 * MAINTAINERS: Add Andrew Burgess as global maintainer.
14351
14352 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14353
14354 * symfile.c (find_separate_debug_file): Use canonical path of
14355 sysroot with child_path instead of gdb_sysroot if it is valid.
14356
14357 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14358
14359 * symfile.c (find_separate_debug_file): Use child_path to
14360 determine if an object file is under a sysroot.
14361
14362 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14363
14364 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14365 unittests/child-path-selftests.c.
14366 * common/pathstuff.c (child_path): New function.
14367 * common/pathstuff.h (child_path): New prototype.
14368 * unittests/child-path-selftests.c: New file.
14369
14370 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14371
14372 * symfile.c (find_separate_debug_file): Look for separate debug
14373 files in debug directories under the sysroot.
14374
14375 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14376
14377 * symtab.h (struct minimal_symbol data_p): New const method.
14378 (struct minimal_symbol text_p): Likewise.
14379 * symtab.c (output_source_filename): Use file name style
14380 to print file name.
14381 (print_symbol_info): Likewise.
14382 (print_msymbol_info): Use address style to print addresses.
14383 Use function name style to print executable text symbols.
14384 (expand_symtab_containing_pc): Use data_p.
14385 (find_pc_sect_compunit_symtab): Likewise.
14386
14387 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14388
14389 * breakpoint.c (describe_other_breakpoints): Use address style
14390 to print addresses.
14391 (say_where): Likewise.
14392
14393 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14394
14395 * ada-typeprint.c (print_func_type): Print function name
14396 style to print function name.
14397 * c-typeprint.c (c_print_type_1): Likewise.
14398
14399 2019-02-11 Alan Hayward <alan.hayward@arm.com>
14400
14401 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
14402 for execve.
14403
14404 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14405
14406 * c-exp.y (direct_abs_decl): Use emplace_back to record the
14407 type_stack.
14408
14409 2019-02-10 Joel Brobecker <brobecker@adacore.com>
14410
14411 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
14412 TYPE_CODE_REF types.
14413
14414 2019-02-08 Jim Wilson <jimw@sifive.com>
14415
14416 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
14417 (riscv_linux_fregset): New.
14418 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
14419
14420 2019-02-07 Tom Tromey <tom@tromey.com>
14421
14422 * thread.c (thread_cancel_execution_command): Update.
14423 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
14424 methods.
14425 (struct thread_fsm_ops): Remove.
14426 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
14427 (thread_fsm_should_stop, thread_fsm_return_value)
14428 (thread_fsm_set_finished, thread_fsm_finished_p)
14429 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
14430 Don't declare.
14431 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
14432 * infrun.c (clear_proceed_status_thread)
14433 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
14434 (print_stop_event): Update.
14435 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
14436 Add constructor.
14437 (step_command_fsm_ops): Remove.
14438 (new_step_command_fsm): Remove.
14439 (step_1): Update.
14440 (step_command_fsm::should_stop): Rename from
14441 step_command_fsm_should_stop.
14442 (step_command_fsm::clean_up): Rename from
14443 step_command_fsm_clean_up.
14444 (step_command_fsm::do_async_reply_reason): Rename from
14445 step_command_fsm_async_reply_reason.
14446 (struct until_next_fsm): Inherit from thread_fsm. Add
14447 constructor.
14448 (until_next_fsm_ops): Remove.
14449 (new_until_next_fsm): Remove.
14450 (until_next_fsm::should_stop): Rename from
14451 until_next_fsm_should_stop.
14452 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
14453 (until_next_fsm::do_async_reply_reason): Rename from
14454 until_next_fsm_async_reply_reason.
14455 (struct finish_command_fsm): Inherit from thread_fsm. Add
14456 constructor. Change type of breakpoint.
14457 (finish_command_fsm_ops): Remove.
14458 (new_finish_command_fsm): Remove.
14459 (finish_command_fsm::should_stop): Rename from
14460 finish_command_fsm_should_stop.
14461 (finish_command_fsm::clean_up): Rename from
14462 finish_command_fsm_clean_up.
14463 (finish_command_fsm::return_value): Rename from
14464 finish_command_fsm_return_value.
14465 (finish_command_fsm::do_async_reply_reason): Rename from
14466 finish_command_fsm_async_reply_reason.
14467 (finish_command): Update.
14468 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
14469 Add constructor.
14470 (call_thread_fsm_ops): Remove.
14471 (call_thread_fsm::call_thread_fsm): Rename from
14472 new_call_thread_fsm.
14473 (call_thread_fsm::should_stop): Rename from
14474 call_thread_fsm_should_stop.
14475 (call_thread_fsm::should_notify_stop): Rename from
14476 call_thread_fsm_should_notify_stop.
14477 (run_inferior_call, call_function_by_hand_dummy): Update.
14478 * cli/cli-interp.c (should_print_stop_to_console): Update.
14479 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
14480 Add constructor. Change type of location_breakpoint,
14481 caller_breakpoint.
14482 (until_break_fsm_ops): Remove.
14483 (new_until_break_fsm): Remove.
14484 (until_break_fsm::should_stop): Rename from
14485 until_break_fsm_should_stop.
14486 (until_break_fsm::clean_up): Rename from
14487 until_break_fsm_clean_up.
14488 (until_break_fsm::do_async_reply_reason): Rename from
14489 until_break_fsm_async_reply_reason.
14490 (until_break_command): Update.
14491 * thread-fsm.c: Remove.
14492 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
14493
14494 2019-02-07 Tom Tromey <tom@tromey.com>
14495
14496 * yy-remap.h: Add include guard.
14497 * xtensa-tdep.h: Add include guard.
14498 * xcoffread.h: Rename include guard.
14499 * varobj-iter.h: Add include guard.
14500 * tui/tui.h: Rename include guard.
14501 * tui/tui-winsource.h: Rename include guard.
14502 * tui/tui-wingeneral.h: Rename include guard.
14503 * tui/tui-windata.h: Rename include guard.
14504 * tui/tui-win.h: Rename include guard.
14505 * tui/tui-stack.h: Rename include guard.
14506 * tui/tui-source.h: Rename include guard.
14507 * tui/tui-regs.h: Rename include guard.
14508 * tui/tui-out.h: Rename include guard.
14509 * tui/tui-layout.h: Rename include guard.
14510 * tui/tui-io.h: Rename include guard.
14511 * tui/tui-hooks.h: Rename include guard.
14512 * tui/tui-file.h: Rename include guard.
14513 * tui/tui-disasm.h: Rename include guard.
14514 * tui/tui-data.h: Rename include guard.
14515 * tui/tui-command.h: Rename include guard.
14516 * tic6x-tdep.h: Add include guard.
14517 * target/waitstatus.h: Rename include guard.
14518 * target/wait.h: Rename include guard.
14519 * target/target.h: Rename include guard.
14520 * target/resume.h: Rename include guard.
14521 * target-float.h: Rename include guard.
14522 * stabsread.h: Add include guard.
14523 * rs6000-tdep.h: Add include guard.
14524 * riscv-fbsd-tdep.h: Add include guard.
14525 * regformats/regdef.h: Rename include guard.
14526 * record.h: Rename include guard.
14527 * python/python.h: Rename include guard.
14528 * python/python-internal.h: Rename include guard.
14529 * python/py-stopevent.h: Rename include guard.
14530 * python/py-ref.h: Rename include guard.
14531 * python/py-record.h: Rename include guard.
14532 * python/py-record-full.h: Rename include guard.
14533 * python/py-record-btrace.h: Rename include guard.
14534 * python/py-instruction.h: Rename include guard.
14535 * python/py-events.h: Rename include guard.
14536 * python/py-event.h: Rename include guard.
14537 * procfs.h: Add include guard.
14538 * proc-utils.h: Add include guard.
14539 * p-lang.h: Add include guard.
14540 * or1k-tdep.h: Rename include guard.
14541 * observable.h: Rename include guard.
14542 * nto-tdep.h: Rename include guard.
14543 * nat/x86-linux.h: Rename include guard.
14544 * nat/x86-linux-dregs.h: Rename include guard.
14545 * nat/x86-gcc-cpuid.h: Add include guard.
14546 * nat/x86-dregs.h: Rename include guard.
14547 * nat/x86-cpuid.h: Rename include guard.
14548 * nat/ppc-linux.h: Rename include guard.
14549 * nat/mips-linux-watch.h: Rename include guard.
14550 * nat/linux-waitpid.h: Rename include guard.
14551 * nat/linux-ptrace.h: Rename include guard.
14552 * nat/linux-procfs.h: Rename include guard.
14553 * nat/linux-osdata.h: Rename include guard.
14554 * nat/linux-nat.h: Rename include guard.
14555 * nat/linux-namespaces.h: Rename include guard.
14556 * nat/linux-btrace.h: Rename include guard.
14557 * nat/glibc_thread_db.h: Rename include guard.
14558 * nat/gdb_thread_db.h: Rename include guard.
14559 * nat/gdb_ptrace.h: Rename include guard.
14560 * nat/fork-inferior.h: Rename include guard.
14561 * nat/amd64-linux-siginfo.h: Rename include guard.
14562 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
14563 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
14564 * nat/aarch64-linux.h: Rename include guard.
14565 * nat/aarch64-linux-hw-point.h: Rename include guard.
14566 * mn10300-tdep.h: Add include guard.
14567 * mips-linux-tdep.h: Add include guard.
14568 * mi/mi-parse.h: Rename include guard.
14569 * mi/mi-out.h: Rename include guard.
14570 * mi/mi-main.h: Rename include guard.
14571 * mi/mi-interp.h: Rename include guard.
14572 * mi/mi-getopt.h: Rename include guard.
14573 * mi/mi-console.h: Rename include guard.
14574 * mi/mi-common.h: Rename include guard.
14575 * mi/mi-cmds.h: Rename include guard.
14576 * mi/mi-cmd-break.h: Rename include guard.
14577 * m2-lang.h: Add include guard.
14578 * location.h: Rename include guard.
14579 * linux-record.h: Rename include guard.
14580 * linux-nat.h: Add include guard.
14581 * linux-fork.h: Add include guard.
14582 * i386-darwin-tdep.h: Rename include guard.
14583 * hppa-linux-offsets.h: Add include guard.
14584 * guile/guile.h: Rename include guard.
14585 * guile/guile-internal.h: Rename include guard.
14586 * gnu-nat.h: Rename include guard.
14587 * gdb-stabs.h: Rename include guard.
14588 * frv-tdep.h: Add include guard.
14589 * f-lang.h: Add include guard.
14590 * event-loop.h: Add include guard.
14591 * darwin-nat.h: Rename include guard.
14592 * cp-abi.h: Rename include guard.
14593 * config/sparc/nm-sol2.h: Rename include guard.
14594 * config/nm-nto.h: Rename include guard.
14595 * config/nm-linux.h: Add include guard.
14596 * config/i386/nm-i386gnu.h: Rename include guard.
14597 * config/djgpp/nl_types.h: Rename include guard.
14598 * config/djgpp/langinfo.h: Rename include guard.
14599 * compile/gcc-cp-plugin.h: Add include guard.
14600 * compile/gcc-c-plugin.h: Add include guard.
14601 * compile/compile.h: Rename include guard.
14602 * compile/compile-object-run.h: Rename include guard.
14603 * compile/compile-object-load.h: Rename include guard.
14604 * compile/compile-internal.h: Rename include guard.
14605 * compile/compile-cplus.h: Rename include guard.
14606 * compile/compile-c.h: Rename include guard.
14607 * common/xml-utils.h: Rename include guard.
14608 * common/x86-xstate.h: Rename include guard.
14609 * common/version.h: Rename include guard.
14610 * common/vec.h: Rename include guard.
14611 * common/tdesc.h: Rename include guard.
14612 * common/selftest.h: Rename include guard.
14613 * common/scoped_restore.h: Rename include guard.
14614 * common/scoped_mmap.h: Rename include guard.
14615 * common/scoped_fd.h: Rename include guard.
14616 * common/safe-iterator.h: Rename include guard.
14617 * common/run-time-clock.h: Rename include guard.
14618 * common/refcounted-object.h: Rename include guard.
14619 * common/queue.h: Rename include guard.
14620 * common/ptid.h: Rename include guard.
14621 * common/print-utils.h: Rename include guard.
14622 * common/preprocessor.h: Rename include guard.
14623 * common/pathstuff.h: Rename include guard.
14624 * common/observable.h: Rename include guard.
14625 * common/netstuff.h: Rename include guard.
14626 * common/job-control.h: Rename include guard.
14627 * common/host-defs.h: Rename include guard.
14628 * common/gdb_wait.h: Rename include guard.
14629 * common/gdb_vecs.h: Rename include guard.
14630 * common/gdb_unlinker.h: Rename include guard.
14631 * common/gdb_unique_ptr.h: Rename include guard.
14632 * common/gdb_tilde_expand.h: Rename include guard.
14633 * common/gdb_sys_time.h: Rename include guard.
14634 * common/gdb_string_view.h: Rename include guard.
14635 * common/gdb_splay_tree.h: Rename include guard.
14636 * common/gdb_setjmp.h: Rename include guard.
14637 * common/gdb_ref_ptr.h: Rename include guard.
14638 * common/gdb_optional.h: Rename include guard.
14639 * common/gdb_locale.h: Rename include guard.
14640 * common/gdb_assert.h: Rename include guard.
14641 * common/filtered-iterator.h: Rename include guard.
14642 * common/filestuff.h: Rename include guard.
14643 * common/fileio.h: Rename include guard.
14644 * common/environ.h: Rename include guard.
14645 * common/common-utils.h: Rename include guard.
14646 * common/common-types.h: Rename include guard.
14647 * common/common-regcache.h: Rename include guard.
14648 * common/common-inferior.h: Rename include guard.
14649 * common/common-gdbthread.h: Rename include guard.
14650 * common/common-exceptions.h: Rename include guard.
14651 * common/common-defs.h: Rename include guard.
14652 * common/common-debug.h: Rename include guard.
14653 * common/cleanups.h: Rename include guard.
14654 * common/buffer.h: Rename include guard.
14655 * common/btrace-common.h: Rename include guard.
14656 * common/break-common.h: Rename include guard.
14657 * cli/cli-utils.h: Rename include guard.
14658 * cli/cli-style.h: Rename include guard.
14659 * cli/cli-setshow.h: Rename include guard.
14660 * cli/cli-script.h: Rename include guard.
14661 * cli/cli-interp.h: Rename include guard.
14662 * cli/cli-decode.h: Rename include guard.
14663 * cli/cli-cmds.h: Rename include guard.
14664 * charset-list.h: Add include guard.
14665 * buildsym-legacy.h: Rename include guard.
14666 * bfin-tdep.h: Add include guard.
14667 * ax.h: Rename include guard.
14668 * arm-linux-tdep.h: Add include guard.
14669 * arm-fbsd-tdep.h: Add include guard.
14670 * arch/xtensa.h: Rename include guard.
14671 * arch/tic6x.h: Add include guard.
14672 * arch/i386.h: Add include guard.
14673 * arch/arm.h: Rename include guard.
14674 * arch/arm-linux.h: Rename include guard.
14675 * arch/arm-get-next-pcs.h: Rename include guard.
14676 * arch/amd64.h: Add include guard.
14677 * arch/aarch64-insn.h: Rename include guard.
14678 * arch-utils.h: Rename include guard.
14679 * annotate.h: Add include guard.
14680 * amd64-darwin-tdep.h: Rename include guard.
14681 * aarch64-linux-tdep.h: Add include guard.
14682 * aarch64-fbsd-tdep.h: Add include guard.
14683 * aarch32-linux-nat.h: Add include guard.
14684
14685 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14686
14687 * macrotab.c (macro_define_internal): New function that
14688 factorizes macro_define_object_internal and macro_define_function
14689 code.
14690 (macro_define_object_internal): Use macro_define_internal.
14691 (macro_define_function): Likewise.
14692
14693 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14694
14695 * macrocmd.c (extract_identifier): Return
14696 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
14697 callers.
14698
14699 2019-02-06 John Baldwin <jhb@FreeBSD.org>
14700
14701 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
14702
14703 2019-02-05 Tom Tromey <tom@tromey.com>
14704
14705 * target.c (target_stack::unpush): Move assertion earlier.
14706
14707 2019-01-30 Tom Tromey <tom@tromey.com>
14708
14709 PR python/23615:
14710 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
14711 (gdbpy_parse_and_eval): Likewise.
14712 * python/python-internal.h (gdbpy_allow_threads): New class.
14713
14714 2019-01-28 John Baldwin <jhb@FreeBSD.org>
14715
14716 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
14717 (aarch64_fbsd_fpregmap): Move earlier.
14718 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
14719 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14720 instead of individual calls to trad_frame_set_reg_addr.
14721 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
14722 earlier.
14723 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
14724 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14725 instead of individual calls to trad_frame_set_reg_addr.
14726
14727 2019-01-28 Alan Hayward <alan.hayward@arm.com>
14728
14729 * CONTRIBUTE: Replace contribution list with wiki link.
14730
14731 2019-01-25 Tom Tromey <tom@tromey.com>
14732
14733 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
14734
14735 2019-01-25 Tom Tromey <tom@tromey.com>
14736
14737 * xtensa-linux-nat.c: Fix common/ includes.
14738 * xml-support.h: Fix common/ includes.
14739 * xml-support.c: Fix common/ includes.
14740 * x86-linux-nat.c: Fix common/ includes.
14741 * windows-nat.c: Fix common/ includes.
14742 * varobj.h: Fix common/ includes.
14743 * varobj.c: Fix common/ includes.
14744 * value.c: Fix common/ includes.
14745 * valops.c: Fix common/ includes.
14746 * utils.c: Fix common/ includes.
14747 * unittests/xml-utils-selftests.c: Fix common/ includes.
14748 * unittests/utils-selftests.c: Fix common/ includes.
14749 * unittests/unpack-selftests.c: Fix common/ includes.
14750 * unittests/tracepoint-selftests.c: Fix common/ includes.
14751 * unittests/style-selftests.c: Fix common/ includes.
14752 * unittests/string_view-selftests.c: Fix common/ includes.
14753 * unittests/scoped_restore-selftests.c: Fix common/ includes.
14754 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
14755 * unittests/scoped_fd-selftests.c: Fix common/ includes.
14756 * unittests/rsp-low-selftests.c: Fix common/ includes.
14757 * unittests/parse-connection-spec-selftests.c: Fix common/
14758 includes.
14759 * unittests/optional-selftests.c: Fix common/ includes.
14760 * unittests/offset-type-selftests.c: Fix common/ includes.
14761 * unittests/observable-selftests.c: Fix common/ includes.
14762 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
14763 * unittests/memrange-selftests.c: Fix common/ includes.
14764 * unittests/memory-map-selftests.c: Fix common/ includes.
14765 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
14766 * unittests/function-view-selftests.c: Fix common/ includes.
14767 * unittests/environ-selftests.c: Fix common/ includes.
14768 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
14769 * unittests/common-utils-selftests.c: Fix common/ includes.
14770 * unittests/cli-utils-selftests.c: Fix common/ includes.
14771 * unittests/array-view-selftests.c: Fix common/ includes.
14772 * ui-file.c: Fix common/ includes.
14773 * tui/tui-io.c: Fix common/ includes.
14774 * tracepoint.h: Fix common/ includes.
14775 * tracepoint.c: Fix common/ includes.
14776 * tracefile-tfile.c: Fix common/ includes.
14777 * top.h: Fix common/ includes.
14778 * top.c: Fix common/ includes.
14779 * thread.c: Fix common/ includes.
14780 * target/waitstatus.h: Fix common/ includes.
14781 * target/waitstatus.c: Fix common/ includes.
14782 * target.h: Fix common/ includes.
14783 * target.c: Fix common/ includes.
14784 * target-memory.c: Fix common/ includes.
14785 * target-descriptions.c: Fix common/ includes.
14786 * symtab.h: Fix common/ includes.
14787 * symfile.c: Fix common/ includes.
14788 * stap-probe.c: Fix common/ includes.
14789 * spu-linux-nat.c: Fix common/ includes.
14790 * sparc-nat.c: Fix common/ includes.
14791 * source.c: Fix common/ includes.
14792 * solib.c: Fix common/ includes.
14793 * solib-target.c: Fix common/ includes.
14794 * ser-unix.c: Fix common/ includes.
14795 * ser-tcp.c: Fix common/ includes.
14796 * ser-pipe.c: Fix common/ includes.
14797 * ser-base.c: Fix common/ includes.
14798 * selftest-arch.c: Fix common/ includes.
14799 * s12z-tdep.c: Fix common/ includes.
14800 * rust-exp.y: Fix common/ includes.
14801 * rs6000-aix-tdep.c: Fix common/ includes.
14802 * riscv-tdep.c: Fix common/ includes.
14803 * remote.c: Fix common/ includes.
14804 * remote-notif.h: Fix common/ includes.
14805 * remote-fileio.h: Fix common/ includes.
14806 * remote-fileio.c: Fix common/ includes.
14807 * regcache.h: Fix common/ includes.
14808 * regcache.c: Fix common/ includes.
14809 * record-btrace.c: Fix common/ includes.
14810 * python/python.c: Fix common/ includes.
14811 * python/py-type.c: Fix common/ includes.
14812 * python/py-inferior.c: Fix common/ includes.
14813 * progspace.h: Fix common/ includes.
14814 * producer.c: Fix common/ includes.
14815 * procfs.c: Fix common/ includes.
14816 * proc-api.c: Fix common/ includes.
14817 * printcmd.c: Fix common/ includes.
14818 * ppc-linux-nat.c: Fix common/ includes.
14819 * parser-defs.h: Fix common/ includes.
14820 * osdata.c: Fix common/ includes.
14821 * obsd-nat.c: Fix common/ includes.
14822 * nat/x86-linux.c: Fix common/ includes.
14823 * nat/x86-linux-dregs.c: Fix common/ includes.
14824 * nat/x86-dregs.h: Fix common/ includes.
14825 * nat/x86-dregs.c: Fix common/ includes.
14826 * nat/ppc-linux.c: Fix common/ includes.
14827 * nat/mips-linux-watch.h: Fix common/ includes.
14828 * nat/mips-linux-watch.c: Fix common/ includes.
14829 * nat/linux-waitpid.c: Fix common/ includes.
14830 * nat/linux-ptrace.h: Fix common/ includes.
14831 * nat/linux-ptrace.c: Fix common/ includes.
14832 * nat/linux-procfs.c: Fix common/ includes.
14833 * nat/linux-personality.c: Fix common/ includes.
14834 * nat/linux-osdata.c: Fix common/ includes.
14835 * nat/linux-namespaces.c: Fix common/ includes.
14836 * nat/linux-btrace.h: Fix common/ includes.
14837 * nat/linux-btrace.c: Fix common/ includes.
14838 * nat/fork-inferior.c: Fix common/ includes.
14839 * nat/amd64-linux-siginfo.c: Fix common/ includes.
14840 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
14841 * nat/aarch64-linux.c: Fix common/ includes.
14842 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
14843 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
14844 * namespace.h: Fix common/ includes.
14845 * mips-linux-tdep.c: Fix common/ includes.
14846 * minsyms.c: Fix common/ includes.
14847 * mi/mi-parse.h: Fix common/ includes.
14848 * mi/mi-main.c: Fix common/ includes.
14849 * mi/mi-cmd-env.c: Fix common/ includes.
14850 * memrange.h: Fix common/ includes.
14851 * memattr.c: Fix common/ includes.
14852 * maint.h: Fix common/ includes.
14853 * maint.c: Fix common/ includes.
14854 * main.c: Fix common/ includes.
14855 * machoread.c: Fix common/ includes.
14856 * location.c: Fix common/ includes.
14857 * linux-thread-db.c: Fix common/ includes.
14858 * linux-nat.c: Fix common/ includes.
14859 * linux-fork.c: Fix common/ includes.
14860 * inline-frame.c: Fix common/ includes.
14861 * infrun.c: Fix common/ includes.
14862 * inflow.c: Fix common/ includes.
14863 * inferior.h: Fix common/ includes.
14864 * inferior.c: Fix common/ includes.
14865 * infcmd.c: Fix common/ includes.
14866 * inf-ptrace.c: Fix common/ includes.
14867 * inf-child.c: Fix common/ includes.
14868 * ia64-linux-nat.c: Fix common/ includes.
14869 * i387-tdep.c: Fix common/ includes.
14870 * i386-tdep.c: Fix common/ includes.
14871 * i386-linux-tdep.c: Fix common/ includes.
14872 * i386-linux-nat.c: Fix common/ includes.
14873 * i386-go32-tdep.c: Fix common/ includes.
14874 * i386-fbsd-tdep.c: Fix common/ includes.
14875 * i386-fbsd-nat.c: Fix common/ includes.
14876 * guile/scm-type.c: Fix common/ includes.
14877 * guile/guile.c: Fix common/ includes.
14878 * go32-nat.c: Fix common/ includes.
14879 * gnu-nat.c: Fix common/ includes.
14880 * gdbthread.h: Fix common/ includes.
14881 * gdbarch-selftests.c: Fix common/ includes.
14882 * gdb_usleep.c: Fix common/ includes.
14883 * gdb_select.h: Fix common/ includes.
14884 * gdb_bfd.c: Fix common/ includes.
14885 * gcore.c: Fix common/ includes.
14886 * fork-child.c: Fix common/ includes.
14887 * findvar.c: Fix common/ includes.
14888 * fbsd-nat.c: Fix common/ includes.
14889 * event-top.c: Fix common/ includes.
14890 * event-loop.c: Fix common/ includes.
14891 * dwarf2read.c: Fix common/ includes.
14892 * dwarf2loc.c: Fix common/ includes.
14893 * dwarf2-frame.c: Fix common/ includes.
14894 * dwarf-index-cache.c: Fix common/ includes.
14895 * dtrace-probe.c: Fix common/ includes.
14896 * disasm-selftests.c: Fix common/ includes.
14897 * defs.h: Fix common/ includes.
14898 * csky-tdep.c: Fix common/ includes.
14899 * cp-valprint.c: Fix common/ includes.
14900 * cp-support.h: Fix common/ includes.
14901 * cp-support.c: Fix common/ includes.
14902 * corelow.c: Fix common/ includes.
14903 * completer.h: Fix common/ includes.
14904 * completer.c: Fix common/ includes.
14905 * compile/compile.c: Fix common/ includes.
14906 * compile/compile-loc2c.c: Fix common/ includes.
14907 * compile/compile-cplus-types.c: Fix common/ includes.
14908 * compile/compile-cplus-symbols.c: Fix common/ includes.
14909 * command.h: Fix common/ includes.
14910 * cli/cli-dump.c: Fix common/ includes.
14911 * cli/cli-cmds.c: Fix common/ includes.
14912 * charset.c: Fix common/ includes.
14913 * build-id.c: Fix common/ includes.
14914 * btrace.h: Fix common/ includes.
14915 * btrace.c: Fix common/ includes.
14916 * breakpoint.h: Fix common/ includes.
14917 * breakpoint.c: Fix common/ includes.
14918 * ax.h:
14919 (enum agent_op): Fix common/ includes.
14920 * ax-general.c (struct aop_map): Fix common/ includes.
14921 * ax-gdb.c: Fix common/ includes.
14922 * auxv.c: Fix common/ includes.
14923 * auto-load.c: Fix common/ includes.
14924 * arm-tdep.c: Fix common/ includes.
14925 * arch/riscv.c: Fix common/ includes.
14926 * arch/ppc-linux-common.c: Fix common/ includes.
14927 * arch/i386.c: Fix common/ includes.
14928 * arch/arm.c: Fix common/ includes.
14929 * arch/arm-linux.c: Fix common/ includes.
14930 * arch/arm-get-next-pcs.c: Fix common/ includes.
14931 * arch/amd64.c: Fix common/ includes.
14932 * arch/aarch64.c: Fix common/ includes.
14933 * arch/aarch64-insn.c: Fix common/ includes.
14934 * arch-utils.c: Fix common/ includes.
14935 * amd64-windows-tdep.c: Fix common/ includes.
14936 * amd64-tdep.c: Fix common/ includes.
14937 * amd64-sol2-tdep.c: Fix common/ includes.
14938 * amd64-obsd-tdep.c: Fix common/ includes.
14939 * amd64-nbsd-tdep.c: Fix common/ includes.
14940 * amd64-linux-tdep.c: Fix common/ includes.
14941 * amd64-linux-nat.c: Fix common/ includes.
14942 * amd64-fbsd-tdep.c: Fix common/ includes.
14943 * amd64-fbsd-nat.c: Fix common/ includes.
14944 * amd64-dicos-tdep.c: Fix common/ includes.
14945 * amd64-darwin-tdep.c: Fix common/ includes.
14946 * agent.c: Fix common/ includes.
14947 * ada-lang.h: Fix common/ includes.
14948 * ada-lang.c: Fix common/ includes.
14949 * aarch64-tdep.c: Fix common/ includes.
14950
14951 2019-01-25 Tom Tromey <tom@tromey.com>
14952
14953 * common/create-version.sh: Use common/version.h.
14954
14955 2019-01-24 Pedro Alves <palves@redhat.com>
14956
14957 * infrun.c (signal_stop, signal_print, signal_program)
14958 (signal_catch, signal_pass): Now arrays instead of pointers.
14959 (update_signals_program_target, do_target_resume)
14960 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
14961 * linux-nat.c (linux_nat_target::pass_signals)
14962 (linux_nat_target::create_inferior, linux_nat_target::attach):
14963 Adjust.
14964 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
14965 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
14966 * procfs.c (procfs_target::pass_signals): Adjust.
14967 * record-full.c (record_full_target::resume): Adjust.
14968 * remote.c (remote_target::pass_signals)
14969 (remote_target::program_signals): Adjust.
14970 * target-debug.h (target_debug_print_signals): Now takes a
14971 gdb::array_view as parameter. Adjust.
14972 * target.h (target_ops) <pass_signals, program_signals>: Replace
14973 pointer and length parameters with gdb::array_view.
14974 (target_pass_signals, target_program_signals): Likewise.
14975 * target-delegates.c: Regenerate.
14976
14977 2019-01-24 Pedro Alves <palves@redhat.com>
14978
14979 * common/forward-scope-exit.h
14980 (forward_scope_exit::forward_scope_exit): Pass arguments to
14981 m_bind_function directly, instead of creating a std::bind and
14982 copying that.
14983
14984 2019-01-24 Alan Hayward <alan.hayward@arm.com>
14985
14986 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
14987 for static members.
14988 (pass_in_v_vfp_candidate): Likewise.
14989
14990 2019-01-23 Tom Tromey <tom@tromey.com>
14991 Pedro Alves <palves@redhat.com>
14992
14993 * regcache.c (class regcache_invalidator): Remove.
14994 (regcache::raw_write): Use make_scope_exit.
14995
14996 2019-01-23 Tom Tromey <tom@tromey.com>
14997
14998 * ui-out.h (class ui_out_emit_type): Update comment.
14999
15000 2019-01-23 Tom Tromey <tom@tromey.com>
15001
15002 * infrun.c (fetch_inferior_event): Update comment.
15003
15004 2019-01-23 Tom Tromey <tom@tromey.com>
15005 Pedro Alves <palves@redhat.com>
15006
15007 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
15008 parameter.
15009 (fetch_inferior_event): Use SCOPE_EXIT.
15010
15011
15012 2019-01-23 Tom Tromey <tom@tromey.com>
15013 Pedro Alves <palves@redhat.com>
15014
15015 * infrun.c (disable_thread_events): Delete.
15016 (stop_all_threads): Use SCOPE_EXIT.
15017
15018 2019-01-23 Tom Tromey <tom@tromey.com>
15019 Pedro Alves <palves@redhat.com>
15020
15021 * symfile.c: Include forward-scope-exit.h.
15022 (clear_symtab_users_cleanup): Replace forward declaration with
15023 a FORWARD_SCOPE_EXIT.
15024 (syms_from_objfile_1): Use the forward_scope_exit and
15025 gdb::optional instead of cleanup_function.
15026 (reread_symbols): Use the forward_scope_exit instead of
15027 cleanup_function.
15028 (clear_symtab_users_cleanup): Remove function.
15029
15030 2019-01-23 Tom Tromey <tom@tromey.com>
15031 Pedro Alves <palves@redhat.com>
15032
15033 * linux-nat.c: Include scope-exit.h.
15034 (cleanup_target_stop): Remove.
15035 (linux_nat_target::static_tracepoint_markers_by_strid): Use
15036 SCOPE_EXIT.
15037
15038 2019-01-23 Tom Tromey <tom@tromey.com>
15039 Pedro Alves <palves@redhat.com>
15040
15041 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
15042 (call_function_by_hand_dummy): Use SCOPE_EXIT.
15043
15044 2019-01-23 Tom Tromey <tom@tromey.com>
15045 Andrew Burgess <andrew.burgess@embecosm.com>
15046 Pedro Alves <palves@redhat.com>
15047
15048 * infrun.c (fetch_inferior_event): Use scope_exit.
15049 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
15050 * top.c (execute_command): Use scope_exit.
15051 * breakpoint.c (bpstat_do_actions): Use scope_exit.
15052 * utils.c (do_bpstat_clear_actions_cleanup)
15053 (make_bpstat_clear_actions_cleanup): Remove.
15054
15055 2019-01-23 Tom Tromey <tom@tromey.com>
15056 Pedro Alves <palves@redhat.com>
15057
15058 * infrun.c: Include "common/scope-exit.h"
15059 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
15060 (wait_for_inferior): Use SCOPE_EXIT.
15061 (fetch_inferior_event): Use scope_exit.
15062
15063 2019-01-23 Tom Tromey <tom@tromey.com>
15064 Pedro Alves <palves@redhat.com>
15065
15066 * breakpoint.c (create_breakpoint): Remove cleanup.
15067
15068 2019-01-23 Tom Tromey <tom@tromey.com>
15069 Andrew Burgess <andrew.burgess@embecosm.com>
15070 Pedro Alves <palves@redhat.com>
15071
15072 2019-01-23 Pedro Alves <palves@redhat.com>
15073
15074 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
15075
15076 2019-01-23 Pedro Alves <palves@redhat.com>
15077 Andrew Burgess <andrew.burgess@embecosm.com>
15078
15079 * gdbthread.h: Include "common/forward-scope-exit.h".
15080 (scoped_finish_thread_state): Redefine custom class in terms of
15081 forward_scope_exit.
15082
15083 2019-01-23 Pedro Alves <palves@redhat.com>
15084 Andrew Burgess <andrew.burgess@embecosm.com>
15085
15086 * common/forward-scope-exit.h: New file.
15087
15088 2019-01-23 Pedro Alves <palves@redhat.com>
15089 Andrew Burgess <andrew.burgess@embecosm.com>
15090 Tom Tromey <tom@tromey.com>
15091
15092 * common/scope-exit.h: New file.
15093
15094 2019-01-23 Pedro Alves <palves@redhat.com>
15095
15096 * common/preprocessor.h (ESC): Rename to ...
15097 (ESC_PARENS): ... this.
15098 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
15099 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
15100
15101 2019-01-23 Tom Tromey <tom@tromey.com>
15102
15103 * language.h (class scoped_switch_to_sym_language_if_auto):
15104 Initialize m_lang in both cases.
15105
15106 2019-01-23 Alan Hayward <alan.hayward@arm.com>
15107
15108 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
15109 with XCNEW.
15110
15111 2019-01-22 Tom Tromey <tom@tromey.com>
15112
15113 * corelow.c: Do not include sys/file.h.
15114
15115 2019-01-22 Tom Tromey <tom@tromey.com>
15116
15117 * tui/tui-wingeneral.h: Include gdb_curses.h.
15118
15119 2019-01-22 Tom Tromey <tom@tromey.com>
15120
15121 * source-cache.h (class source_cache) <get_source_lines,
15122 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
15123
15124 2019-01-22 Tom Tromey <tom@tromey.com>
15125
15126 * remote-fileio.h (struct remote_target): Declare.
15127
15128 2019-01-22 Tom Tromey <tom@tromey.com>
15129
15130 * python/py-arch.c: Do not include py-ref.h.
15131 * python/py-bpevent.c: Do not include py-ref.h.
15132 * python/py-cmd.c: Do not include py-ref.h.
15133 * python/py-continueevent.c: Do not include py-ref.h.
15134 * python/py-event.h: Do not include py-ref.h.
15135 * python/py-evtregistry.c: Do not include py-ref.h.
15136 * python/py-finishbreakpoint.c: Do not include py-ref.h.
15137 * python/py-frame.c: Do not include py-ref.h.
15138 * python/py-framefilter.c: Do not include py-ref.h.
15139 * python/py-function.c: Do not include py-ref.h.
15140 * python/py-infevents.c: Do not include py-ref.h.
15141 * python/py-linetable.c: Do not include py-ref.h.
15142 * python/py-objfile.c: Do not include py-ref.h.
15143 * python/py-param.c: Do not include py-ref.h.
15144 * python/py-prettyprint.c: Do not include py-ref.h.
15145 * python/py-progspace.c: Do not include py-ref.h.
15146 * python/py-symbol.c: Do not include py-ref.h.
15147 * python/py-symtab.c: Do not include py-ref.h.
15148 * python/py-type.c: Do not include py-ref.h.
15149 * python/py-unwind.c: Do not include py-ref.h.
15150 * python/py-utils.c: Do not include py-ref.h.
15151 * python/py-value.c: Do not include py-ref.h.
15152 * python/py-varobj.c: Do not include py-ref.h.
15153 * python/py-xmethods.c: Do not include py-ref.h.
15154 * python/python.c: Do not include py-ref.h.
15155 * varobj.c: Do not include py-ref.h.
15156
15157 2019-01-22 Tom Tromey <tom@tromey.com>
15158
15159 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
15160 keyword for bcache.
15161
15162 2019-01-22 Tom Tromey <tom@tromey.com>
15163
15164 * compile/compile-cplus-types.c: Remove a comment by #include.
15165
15166 2019-01-22 Tom Tromey <tom@tromey.com>
15167
15168 * compile/gcc-c-plugin.h: Include compile-internal.h.
15169
15170 2019-01-22 Tom Tromey <tom@tromey.com>
15171
15172 * stabsread.c (EXTERN): Do not define.
15173 (symnum, next_symbol_text_func, processing_gcc_compilation)
15174 (within_function, global_sym_chain, global_stabs)
15175 (previous_stab_code, this_object_header_files)
15176 (n_this_object_header_files)
15177 (n_allocated_this_object_header_files): Define.
15178 * stabsread.h (EXTERN): Never define. Use "extern".
15179
15180 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15181
15182 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
15183 history_value.
15184
15185 2019-01-21 Tom Tromey <tom@tromey.com>
15186
15187 * ui-out.c: Fix includes.
15188 * tui/tui-source.c: Fix includes.
15189 * target.c: Fix includes.
15190 * remote.c: Fix includes.
15191 * regcache.c: Fix includes.
15192 * python/py-block.c: Fix includes.
15193 * printcmd.c: Fix includes.
15194 * or1k-tdep.c: Fix includes.
15195 * mi/mi-main.c: Fix includes.
15196 * m32r-tdep.c: Fix includes.
15197 * csky-tdep.c: Fix includes.
15198 * compile/compile-cplus-types.c: Fix includes.
15199 * cli/cli-interp.c: Fix includes.
15200
15201 2019-01-21 Alan Hayward <alan.hayward@arm.com>
15202
15203 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
15204 for padding.
15205
15206 2019-01-16 Tom Tromey <tom@tromey.com>
15207
15208 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
15209 earlier.
15210 (struct objfile) <msymbols_range>: Move from top level.
15211 <msymbols>: New method.
15212 (class objfile_msymbols): Remove.
15213 * symtab.c (default_collect_symbol_completion_matches_break_on):
15214 Update.
15215 * symmisc.c (dump_msymbols): Update.
15216 * stabsread.c (scan_file_globals): Update.
15217 * objc-lang.c (info_selectors_command, info_classes_command)
15218 (find_methods): Update.
15219 * minsyms.c (find_solib_trampoline_target): Update.
15220 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
15221 * coffread.c (coff_symfile_read): Update.
15222 * ada-lang.c (ada_lookup_simple_minsym)
15223 (ada_collect_symbol_completion_matches): Update.
15224
15225 2019-01-16 Tom Tromey <tom@tromey.com>
15226
15227 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
15228 type. Remove no-argument constructor.
15229 <iterator::operator++>: Simplify.
15230 <begin>: Update.
15231 <end>: Use minimal_symbol_count.
15232
15233 2019-01-16 Tom Tromey <tom@tromey.com>
15234
15235 * objfiles.h (struct objfile) <psymtabs>: New method.
15236 (class objfile_psymtabs): Remove.
15237 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
15238 typedef.
15239 <range>: New method.
15240 (require_partial_symbols): Change return type.
15241 * psymtab.c (require_partial_symbols)
15242 (psym_expand_symtabs_matching): Update.
15243 * mdebugread.c (parse_partial_symbols): Update.
15244 * dbxread.c (dbx_end_psymtab): Update.
15245
15246 2019-01-15 Tom Tromey <tom@tromey.com>
15247
15248 * symtab.c (lookup_objfile_from_block)
15249 (lookup_symbol_in_objfile_symtabs)
15250 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
15251 (find_line_symtab, info_sources_command)
15252 (default_collect_symbol_completion_matches_break_on)
15253 (make_source_files_completion_list): Update.
15254 * symmisc.c (print_objfile_statistics, dump_objfile)
15255 (maintenance_print_symbols, maintenance_info_symtabs)
15256 (maintenance_check_symtabs, maintenance_info_line_tables):
15257 Update.
15258 * source.c (select_source_symtab)
15259 (forget_cached_source_info_for_objfile): Update.
15260 * objfiles.h (class objfile_compunits): Remove.
15261 (struct objfile) <compunits_range>: New typedef.
15262 (compunits): New method.
15263 * objfiles.c (objfile_relocate1): Update.
15264 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15265 * maint.c (count_symtabs_and_blocks): Update.
15266 * linespec.c (iterate_over_all_matching_symtabs): Update.
15267 * cp-support.c (add_symbol_overload_list_qualified): Update.
15268 * coffread.c (coff_symtab_read): Update.
15269 * ada-lang.c (add_nonlocal_symbols)
15270 (ada_collect_symbol_completion_matches)
15271 (ada_add_global_exceptions): Update.
15272
15273 2019-01-15 Tom Tromey <tom@tromey.com>
15274
15275 * progspace.h (program_space) <objfiles_safe_range>: New
15276 typedef.
15277 <objfiles_safe>: New method.
15278 * objfiles.h (class all_objfiles_safe): Remove.
15279 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
15280 * jit.c (jit_inferior_exit_hook): Update.
15281
15282 2019-01-17 Tom Tromey <tom@tromey.com>
15283
15284 * progspace.h (program_space) <objfiles_range>: New typedef.
15285 <objfiles>: New method.
15286 <objfiles_head>: Rename from objfiles.
15287 (object_files): Update.
15288 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
15289 * guile/scm-pretty-print.c
15290 (ppscm_find_pretty_printer_from_objfiles): Update.
15291 * guile/scm-objfile.c (gdbscm_objfiles): Update.
15292 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
15293 Update.
15294 * python/py-progspace.c (pspy_get_objfiles): Update.
15295 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15296 Update.
15297 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15298 (objfpy_lookup_objfile_by_build_id): Update.
15299 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15300 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15301 Update.
15302 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15303 (expand_symtab_containing_pc, lookup_objfile_from_block)
15304 (lookup_static_symbol, basic_lookup_transparent_type)
15305 (find_pc_sect_compunit_symtab, find_symbol_at_address)
15306 (find_line_symtab, info_sources_command)
15307 (default_collect_symbol_completion_matches_break_on)
15308 (make_source_files_completion_list, find_main_name): Update.
15309 * symmisc.c (print_symbol_bcache_statistics)
15310 (print_objfile_statistics, maintenance_print_symbols)
15311 (maintenance_print_msymbols, maintenance_print_objfiles)
15312 (maintenance_info_symtabs, maintenance_check_symtabs)
15313 (maintenance_expand_symtabs, maintenance_info_line_tables):
15314 Update.
15315 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
15316 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
15317 (map_overlay_command, unmap_overlay_command)
15318 (simple_overlay_update, expand_symtabs_matching)
15319 (map_symbol_filenames): Update.
15320 * symfile-debug.c (set_debug_symfile): Update.
15321 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
15322 Update.
15323 * source.c (select_source_symtab, forget_cached_source_info):
15324 Update.
15325 * solib.c (solib_read_symbols): Update.
15326 * solib-spu.c (append_ocl_sos): Update.
15327 * psymtab.c (maintenance_print_psymbols)
15328 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
15329 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
15330 * printcmd.c (info_symbol_command): Update.
15331 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
15332 Update.
15333 * objfiles.h (class all_objfiles): Remove.
15334 * objfiles.c (have_partial_symbols, have_full_symbols)
15335 (have_minimal_symbols, qsort_cmp, update_section_map)
15336 (shared_objfile_contains_address_p)
15337 (default_iterate_over_objfiles_in_search_order): Update.
15338 * objc-lang.c (info_selectors_command, info_classes_command)
15339 (find_methods): Update.
15340 * minsyms.c (find_solib_trampoline_target): Update.
15341 * maint.c (maintenance_info_sections)
15342 (maintenance_translate_address, count_symtabs_and_blocks):
15343 Update.
15344 * main.c (captured_main_1): Update.
15345 * linux-thread-db.c (try_thread_db_load_from_pdir)
15346 (has_libpthread): Update.
15347 * linespec.c (iterate_over_all_matching_symtabs)
15348 (search_minsyms_for_name): Update.
15349 * jit.c (jit_find_objf_with_entry_addr): Update.
15350 * hppa-tdep.c (find_unwind_entry)
15351 (hppa_lookup_stub_minimal_symbol): Update.
15352 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
15353 Update.
15354 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15355 (elf_gnu_ifunc_resolve_by_got): Update.
15356 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
15357 * dwarf-index-write.c (save_gdb_index_command): Update.
15358 * cp-support.c (add_symbol_overload_list_qualified): Update.
15359 * breakpoint.c (create_overlay_event_breakpoint)
15360 (create_longjmp_master_breakpoint)
15361 (create_std_terminate_master_breakpoint)
15362 (create_exception_master_breakpoint): Update.
15363 * blockframe.c (find_pc_partial_function): Update.
15364 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
15365 (ada_collect_symbol_completion_matches)
15366 (ada_add_global_exceptions): Update.
15367
15368 2019-01-17 Tom Tromey <tom@tromey.com>
15369
15370 * solib-target.c (lm_info_target_p): Remove typedef. Don't
15371 declare VEC.
15372 (solib_target_parse_libraries): Change return type.
15373 (library_list_start_segment, library_list_start_section)
15374 (library_list_end_library, library_list_start_library); Update.
15375 (solib_target_free_library_list): Remove.
15376 (solib_target_parse_libraries): Remove cleanup. Change return
15377 type.
15378 (solib_target_current_sos): Update.
15379
15380 2019-01-17 Tom Tromey <tromey@bapiya>
15381
15382 * valprint.c: Replace "the the" with "the".
15383 * symtab.c: Replace "the the" with "the".
15384 * solib.c: Replace "the the" with "the".
15385 * solib-dsbt.c: Replace "the the" with "the".
15386 * linespec.c: Replace "the the" with "the".
15387 * dwarf2loc.h: Replace "the the" with "the".
15388 * amd64-windows-tdep.c: Replace "the the" with "the".
15389 * aarch64-tdep.c: Replace "the the" with "the".
15390
15391 2019-01-16 Keith Seitz <keiths@redhat.com>
15392
15393 PR gdb/23773
15394 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
15395 <builder>: Rename to ..
15396 <m_builder>: ... this and make private.
15397 (dwarf2_cu::get_builder): New method. Change all users of
15398 `builder' to use this method.
15399 (dwarf2_start_symtab): Move to ...
15400 (dwarf2_cu::start_symtab): ... here. Update all callers
15401 (setup_type_unit_groups): Move to ...
15402 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
15403 callers.
15404 (dwarf2_cu::reset_builder): New method.
15405 (process_full_compunit, process_full_type_unit): Use
15406 dwarf2_cu::reset_builder.
15407 (follow_die_offset): Record the ancestor CU if it is different
15408 from the followed DIE's CU.
15409 (follow_die_sig_1): Likewise.
15410
15411 2019-01-15 Tom Tromey <tom@tromey.com>
15412
15413 * remote.c (class remote_state) <buf>: Now a char_vector.
15414 <buf_size>: Remove.
15415 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
15416 parameter.
15417 (remote_target::getpkt_or_notif_sane_1)
15418 (remote_target::getpkt_sane)
15419 (remote_target::getpkt_or_notif_sane): Likewise.
15420 (class remote_target) <putpkt>: New overload.
15421 (remote_target::read_frame): Change type of "buf_p". Remove
15422 sizeof_p parameter.
15423 (packet_ok): New overload.
15424 (packet_check_result): New overload.
15425 Update all uses.
15426
15427 2019-01-14 Tom Tromey <tom@tromey.com>
15428
15429 * remote-notif.c (handle_notification, remote_notif_ack)
15430 (remote_notif_parse): Make "buf" const.
15431 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
15432 const.
15433 (remote_notif_parse, remote_notif_ack, handle_notification):
15434 Likewise.
15435 * remote.c (remote_notif_stop_parse): Make "buf" const.
15436 (remote_target::remote_parse_stop_reply): Make "buf" const.
15437 (remote_notif_stop_ack): Make "buf" const.
15438
15439 2019-01-14 Tom Tromey <tom@tromey.com>
15440
15441 * remote.c (remote_console_output): Make parameter const.
15442
15443 2019-01-14 Tom Tromey <tom@tromey.com>
15444
15445 * target-debug.h (target_debug_print_signals): Constify.
15446 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
15447 * procfs.c (procfs_target::pass_signals): Update.
15448 * linux-nat.c (linux_nat_target::pass_signals): Update.
15449 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
15450 * target-delegates.c: Rebuild.
15451 * remote.c (remote_target::program_signals): Update.
15452 (remote_target::pass_signals): Update.
15453 * target.c (target_pass_signals): Constify argument.
15454 (target_program_signals): Likewise.
15455 * target.h (struct target_ops) <pass_signals, program_signals>:
15456 Constify argument.
15457 (target_pass_signals, target_program_signals): Constify argument.
15458
15459 2019-01-14 Tom Tromey <tom@tromey.com>
15460
15461 PR tui/28819:
15462 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
15463
15464 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
15465
15466 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
15467 field.
15468 * rs6000-tdep.c: Include reggroups.h.
15469 (IS_V_ALIAS_PSEUDOREG): Define.
15470 (rs6000_register_name): Return names for the "vX" aliases.
15471 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
15472 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
15473 aliases. Call default_register_reggroup_p for all other
15474 pseudo-registers.
15475 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
15476 New functions.
15477 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
15478 Handle "vX" aliases.
15479 (v_alias_pseudo_register_collect): New function.
15480 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
15481 (rs6000_gdbarch_init): Initialize "vX" aliases as
15482 pseudo-registers. Restore registration of
15483 rs6000_pseudo_register_reggroup_p with
15484 set_tdesc_pseudo_register_reggroup_p.
15485
15486 2019-01-13 Max Filippov <jcmvbkbc@gmail.com>
15487
15488 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
15489 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
15490 set_gdbarch_num_pseudo_regs.
15491
15492 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15493
15494 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
15495 Remove arg prefixname, add do_set and do_show.
15496 Add member functions set_list and show_list.
15497 * cli/cli-style.c (class cli_style_option): Update accordingly.
15498 (style_set_list): Move to file scope.
15499 (style_show_list): Likewise.
15500 (set_style): Call help_list.
15501 (show_style): Call cmd_show_list.
15502 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
15503 Update to use the new macro.
15504
15505 2019-10-12 Joel Brobecker <brobecker@adacore.com>
15506
15507 * ada-lang.c (_initialize_ada_language): Expand the help text
15508 for the "catch exception" command.
15509
15510 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15511
15512 * symtab.c (matching_obj_sections): Initialize obj,
15513 declare it closer to its usage.
15514
15515 2019-01-10 Tom Tromey <tom@tromey.com>
15516
15517 * thread-iter.h (inf_threads_iterator): Use next_iterator.
15518 (basic_inf_threads_range): Remove.
15519 (inf_threads_range, inf_non_exited_threads_range)
15520 (safe_inf_threads_range): Use next_adapter.
15521
15522 2019-01-10 Keith Seitz <keiths@redhat.com>
15523
15524 PR gdb/23712
15525 PR symtab/23010
15526 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
15527 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
15528
15529 2019-01-10 Keith Seitz <keiths@redhat.com>
15530
15531 PR gdb/23712
15532 PR symtab/23010
15533 * dictionary.c (pending_to_vector): Remove.
15534 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15535 Remove _1 suffix, replacing functions of the same name. Update
15536 all callers.
15537 (dict_create_hashed, dict_create_hashed_expandable)
15538 (dict_create_linear, dict_create_linear_expandable, dict_free)
15539 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
15540 Make functions static.
15541
15542 2019-01-10 Keith Seitz <keiths@redhat.com>
15543
15544 PR gdb/23712
15545 PR symtab/23010
15546 * dictionary.h (struct dictionary): Replace declaration with
15547 multidictionary.
15548 (dict_create_hashed, dict_create_hashed_expandable)
15549 (dict_create_linear, dict_create_linear_expandable)
15550 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
15551 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
15552 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
15553 taking multidictionary argument.
15554 [ALL_DICT_SYMBOLS]: Update for multidictionary.
15555 * block.h (struct block) <dict>: Change to multidictionary
15556 and rename `multidict'.
15557 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
15558 symmisc.c: Update all dictionary references to multidictionary.
15559
15560 2019-01-10 Keith Seitz <keiths@redhat.com>
15561
15562 PR gdb/23712
15563 PR symtab/23010
15564 * dictionary.c: Include unordered_map.
15565 (pending_to_vector): New function.
15566 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15567 Rewrite the non-"_1" functions to take vector instead
15568 of linked list.
15569 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
15570 "new" _1 versions of the same name.
15571 (multidictionary): Define.
15572 (std::hash<enum language): New definition.
15573 (collate_pending_symbols_by_language, mdict_create_hashed)
15574 (mdict_create_hashed_expandable, mdict_create_linear)
15575 (mdict_create_linear_expandable, mdict_free)
15576 (find_language_dictionary, create_new_language_dictionary)
15577 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
15578 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
15579 (mdict_size, mdict_empty): New functions.
15580 * dictionary.h (mdict_iterator): Define.
15581
15582 2019-01-10 Pedro Alves <palves@redhat.com>
15583
15584 * breakpoint.c (read_uploaded_action)
15585 (create_tracepoint_from_upload): Adjust to use
15586 gdb::unique_xmalloc_ptr.
15587 * ctf.c (ctf_write_uploaded_tp):
15588 (SET_ARRAY_FIELD): Use emplace_back.
15589 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
15590 * tracefile-tfile.c (tfile_write_uploaded_tp):
15591 * tracepoint.c (parse_tracepoint_definition): Adjust to use
15592 gdb::unique_xmalloc_ptr.
15593 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
15594 at_string, cond_string, cmd_strings>: Replace char pointers
15595 with gdb::unique_xmalloc_ptr.
15596
15597 2019-01-10 Pedro Alves <palves@redhat.com>
15598
15599 * solib-target.c (library_list_start_library): Don't xstrdup name.
15600
15601 2019-01-10 Pedro Alves <palves@redhat.com>
15602
15603 * mdebugread.c (parse_partial_symbols): Use
15604 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
15605
15606 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15607
15608 * linux-fork.c (scoped_switch_fork_info)
15609 <~scoped_switch_fork_info>: Fix incorrect variable name.
15610
15611 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15612
15613 * linux-fork.c (scoped_switch_fork_info)
15614 <scoped_switch_fork_info>: Make explicit.
15615 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
15616
15617 2019-01-10 Tom Tromey <tom@tromey.com>
15618
15619 * objfiles.h (objfile::reset_psymtabs): Update.
15620 * objfiles.c (objfile::objfile): Update.
15621 * psymtab.h (psymtab_storage::obstack): Update.
15622 (psymtab_storage::m_obstack): Use gdb::optional.
15623 (class psymtab_storage): Update comment. Remove objfile
15624 parameter.
15625 * psymtab.c (psymtab_storage::psymtab_storage): Update.
15626
15627 2019-01-10 Tom Tromey <tom@tromey.com>
15628
15629 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
15630 <free_psymtabs>: Now private.
15631 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
15632 (allocate_psymtab): Use new method.
15633
15634 2019-01-10 Tom Tromey <tom@tromey.com>
15635
15636 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
15637 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
15638 * mdebugread.c (parse_partial_symbols): Use
15639 allocate_dependencies.
15640 * dwarf2read.c (dwarf2_create_include_psymtab): Use
15641 allocate_dependencies.
15642 (process_psymtab_comp_unit_reader)
15643 (build_type_psymtab_dependencies): Likewise.
15644 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
15645
15646 2019-01-10 Tom Tromey <tom@tromey.com>
15647
15648 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
15649 PSYMBOL_SET_LANGUAGE.
15650 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
15651
15652 2019-01-10 Tom Tromey <tom@tromey.com>
15653
15654 * psymtab.h (psymtab_storage::obstack): New method.
15655 <m_obstack>: Rename from obstack; now private.
15656 * psymtab.c (psymtab_storage): Update.
15657 * dwarf2read.c (create_addrmap_from_index)
15658 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
15659 Update.
15660
15661 2019-01-10 Tom Tromey <tom@tromey.com>
15662
15663 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
15664 * objfiles.h (objfile::reset_psymtabs): New method.
15665
15666 2019-01-10 Tom Tromey <tom@tromey.com>
15667
15668 * symmisc.c (print_symbol_bcache_statistics): Update.
15669 (print_objfile_statistics): Update.
15670 * symfile.c (reread_symbols): Update.
15671 * psymtab.h (class psymtab_storage): New.
15672 * psymtab.c (psymtab_storage): New constructor.
15673 (~psymtab_storage): New destructor.
15674 (require_partial_symbols): Update.
15675 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
15676 (find_pc_sect_psymtab, find_pc_sect_psymbol)
15677 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
15678 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
15679 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
15680 (start_psymtab_common, end_psymtab_common)
15681 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
15682 (allocate_psymtab): Update.
15683 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
15684 Update.
15685 (dump_psymtab_addrmap, maintenance_print_psymbols)
15686 (maintenance_check_psymtabs): Update.
15687 (class objfile_psymtabs): Move to objfiles.h.
15688 * psympriv.h (discard_psymtab): Now inline.
15689 (psymtab_discarder::psymtab_discarder): Update.
15690 (psymtab_discarder::~psymtab_discarder): Update.
15691 (ALL_OBJFILE_PSYMTABS): Rewrite.
15692 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
15693 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
15694 Remove fields.
15695 <partial_symtabs>: New field.
15696 (class objfile_psymtabs): Move from psymtab.h. Update.
15697 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
15698 psymbol_cache.
15699 (objfile::~objfile): Don't destroy psymbol_cache.
15700 * mdebugread.c (parse_partial_symbols): Update.
15701 * dwarf2read.c (create_addrmap_from_index)
15702 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
15703 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
15704 (add_partial_subprogram, dwarf2_ranges_read): Update.
15705 * dwarf-index-write.c (write_address_map)
15706 (write_one_signatured_type, recursively_write_psymbols)
15707 (class debug_names, class debug_names, write_psymtabs_to_index):
15708 Update.
15709
15710 2019-01-10 Tom Tromey <tom@tromey.com>
15711
15712 * symtab.h (SYMBOL_SET_NAMES): Update.
15713 (symbol_set_names): Update.
15714 (MSYMBOL_SET_NAMES): Update.
15715 * symtab.c (symbol_set_names): Change argument to be an
15716 objfile_per_bfd_storage.
15717 * psymtab.c (add_psymbol_to_bcache): Update.
15718 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
15719
15720 2019-01-10 Tom Tromey <tom@tromey.com>
15721
15722 * symtab.c (create_demangled_names_hash): Change argument to be an
15723 objfile_per_bfd_storage.
15724 (symbol_set_names): Update.
15725
15726 2019-01-10 Tom Tromey <tom@tromey.com>
15727
15728 * xcoffread.c (xcoff_initial_scan): Unconditionally call
15729 init_psymbol_list.
15730 * psymtab.c (init_psymbol_list): Do nothing if already called.
15731 * psympriv.h (init_psymbol_list): Add comment.
15732 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
15733 init_psymbol_list.
15734 * dbxread.c (dbx_symfile_read): Unconditionally call
15735 init_psymbol_list.
15736
15737 2019-01-10 Tom Tromey <tom@tromey.com>
15738
15739 * xcoffread.c (scan_xcoff_symtab): Update.
15740 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
15741 "where".
15742 * mdebugread.c (parse_partial_symbols)
15743 (handle_psymbol_enumerators): Update.
15744 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
15745 * dbxread.c (read_dbx_symtab): Update.
15746 * psympriv.h (psymbol_placement): New enum.
15747 (add_psymbol_to_list): Update.
15748
15749 2019-01-10 Tom Tromey <tom@tromey.com>
15750
15751 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
15752 static_psymbols parameters.
15753 (scan_xcoff_symtab): Update.
15754 * psymtab.c (start_psymtab_common): Remove global_psymbols and
15755 static_psymbols parameters.
15756 * psympriv.h (start_psymtab_common): Update.
15757 * mdebugread.c (parse_partial_symbols): Update.
15758 * dwarf2read.c (create_partial_symtab): Update.
15759 * dbxread.c (read_dbx_symtab): Update.
15760 (start_psymtab): Remove global_psymbols and static_psymbols
15761 parameters.
15762
15763 2019-01-10 Tom Tromey <tom@tromey.com>
15764
15765 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
15766 * psymtab.c (allocate_psymtab): Add comment.
15767 * psympriv.h (allocate_psymtab): Add comment.
15768 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
15769 initializations.
15770 * dbxread.c (dbx_end_psymtab): Remove some initializations.
15771
15772 2019-01-10 Tom Tromey <tom@tromey.com>
15773
15774 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15775 Don't declare.
15776 * mipsread.c: Include mdebugread.h.
15777 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15778 Declare.
15779 * elfread.c: Include mdebugread.h.
15780
15781 2019-01-09 Tom Tromey <tom@tromey.com>
15782
15783 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
15784 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
15785 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
15786 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
15787 (psym_lookup_symbol, psym_find_last_source_symtab)
15788 (psym_forget_cached_source_info, psym_print_stats)
15789 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
15790 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
15791 (psym_map_matching_symbols, psym_expand_symtabs_matching)
15792 (psym_find_compunit_symtab_by_address)
15793 (maintenance_print_psymbols, maintenance_info_psymtabs)
15794 (maintenance_check_psymtabs): Use ranged for.
15795 * psymtab.h (class objfile_psymtabs): New.
15796 (require_partial_symbols): Return objfile_psymtabs.
15797 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
15798
15799 2019-01-09 Tom Tromey <tom@tromey.com>
15800
15801 * symfile.c (overlay_invalidate_all, find_pc_overlay)
15802 (find_pc_mapped_section, list_overlays_command)
15803 (map_overlay_command, unmap_overlay_command)
15804 (simple_overlay_update): Use all_objfiles.
15805 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
15806 * printcmd.c (info_symbol_command): Use all_objfiles.
15807 * objfiles.h (ALL_OBJSECTIONS): Remove.
15808 * maint.c (maintenance_translate_address): Use all_objfiles.
15809 * gcore.c (gcore_create_callback): Use all_objfiles.
15810 (objfile_find_memory_regions): Likewise.
15811
15812 2019-01-09 Tom Tromey <tom@tromey.com>
15813
15814 * symtab.c (find_line_symtab, info_sources_command)
15815 (make_source_files_completion_list): Use objfile_compunits.
15816 * source.c (select_source_symtab): Use objfile_compunits.
15817 * objfiles.h (struct objfile): Update comment.
15818 (ALL_OBJFILES): Remove.
15819 (ALL_FILETABS): Remove.
15820 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
15821 objfile_compunits.
15822
15823 2019-01-09 Tom Tromey <tom@tromey.com>
15824
15825 * symmisc.c (print_objfile_statistics, dump_objfile)
15826 (maintenance_print_symbols): Use compunit_filetabs.
15827 * source.c (forget_cached_source_info_for_objfile): Use
15828 compunit_filetabs.
15829 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
15830 (ALL_FILETABS): Use compunit_filetabs.
15831 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
15832 * coffread.c (coff_symtab_read): Use compunit_filetabs.
15833
15834 2019-01-09 Tom Tromey <tom@tromey.com>
15835
15836 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
15837 (compunit_filetabs): New.
15838 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
15839 compunit_filetabs.
15840 (info_sources_command, make_source_files_completion_list): Remove
15841 declaration.
15842 * symmisc.c (print_objfile_statistics, dump_objfile)
15843 (maintenance_print_symbols): Remove declaration.
15844 (maintenance_info_symtabs): Use compunit_filetabs.
15845 (maintenance_info_line_tables): Likewise.
15846 * source.c (select_source_symtab): Change local variable name.
15847 (forget_cached_source_info_for_objfile): Remove declaration.
15848 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
15849 * objfiles.c (objfile_relocate1): Remove declaration.
15850 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15851 declaration.
15852 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
15853 * coffread.c (coff_symtab_read): Remove declaration.
15854 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
15855 compunit_filetabs.
15856
15857 2019-01-09 Tom Tromey <tom@tromey.com>
15858
15859 * symtab.c (lookup_objfile_from_block)
15860 (find_pc_sect_compunit_symtab, search_symbols)
15861 (default_collect_symbol_completion_matches_break_on): Use
15862 objfile_compunits.
15863 * objfiles.h (ALL_COMPUNITS): Remove.
15864 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
15865 * cp-support.c (add_symbol_overload_list_qualified): Use
15866 objfile_compunits.
15867 * ada-lang.c (ada_collect_symbol_completion_matches)
15868 (ada_add_global_exceptions): Use objfile_compunits.
15869
15870 2019-01-09 Tom Tromey <tom@tromey.com>
15871
15872 * source.c (select_source_symtab)
15873 (forget_cached_source_info_for_objfile): Remove declaration.
15874 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15875 declaration.
15876 * maint.c (count_symtabs_and_blocks): Remove declaration.
15877 * cp-support.c (add_symbol_overload_list_qualified): Remove
15878 declaration.
15879 * coffread.c (coff_symtab_read): Remove declaration.
15880 * symtab.c (lookup_symbol_in_objfile_symtabs)
15881 (basic_lookup_transparent_type_1): Use objfile_compunits.
15882 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
15883 (info_sources_command, search_symbols)
15884 (default_collect_symbol_completion_matches_break_on)
15885 (make_source_files_completion_list): Remove declaration.
15886 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
15887 (ada_collect_symbol_completion_matches)
15888 (ada_add_global_exceptions): Remove declaration.
15889 * linespec.c (iterate_over_all_matching_symtabs): Use
15890 objfile_compunits.
15891 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
15892 (class objfile_compunits): New.
15893 (ALL_COMPUNITS): Use objfile_compunits.
15894 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
15895 (maintenance_check_symtabs, maintenance_info_line_tables): Use
15896 objfile_compunits.
15897 * objfiles.c (objfile_relocate1): Use objfile_compunits.
15898
15899 2019-01-09 Tom Tromey <tom@tromey.com>
15900
15901 * symtab.c (search_symbols)
15902 (default_collect_symbol_completion_matches_break_on): Use
15903 objfile_msymbols.
15904 * ada-lang.c (ada_lookup_simple_minsym)
15905 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
15906 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
15907 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
15908 objfile_msymbols.
15909 * coffread.c (coff_symfile_read): Use objfile_msymbols.
15910 * symmisc.c (dump_msymbols): Use objfile_msymbols.
15911 * objc-lang.c (find_methods): Use objfile_msymbols.
15912 (info_selectors_command, info_classes_command): Likewise.
15913 * stabsread.c (scan_file_globals): Use objfile_msymbols.
15914 * objfiles.h (class objfile_msymbols): New.
15915 (ALL_OBJFILE_MSYMBOLS): Remove.
15916 (ALL_MSYMBOLS): Remove.
15917
15918 2019-01-09 Tom Tromey <tom@tromey.com>
15919
15920 * common/next-iterator.h (next_adapter): Add Iterator template
15921 parameter.
15922 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
15923 (class all_objfiles_safe): New.
15924 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
15925 * objfiles.c (put_objfile_before): Update comment.
15926 (add_separate_debug_objfile): Likewise.
15927 (free_all_objfiles): Use all_objfiles_safe.
15928 (objfile_purge_solibs): Likewise.
15929
15930 2019-01-09 Tom Tromey <tom@tromey.com>
15931
15932 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15933 (expand_symtab_containing_pc, lookup_static_symbol)
15934 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
15935 (find_symbol_at_address, find_line_symtab, find_main_name): Use
15936 all_objfiles.
15937 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
15938 * breakpoint.c (create_overlay_event_breakpoint)
15939 (create_longjmp_master_breakpoint)
15940 (create_std_terminate_master_breakpoint)
15941 (create_exception_master_breakpoint): Use all_objfiles.
15942 * linux-thread-db.c (try_thread_db_load_from_pdir)
15943 (has_libpthread): Use all_objfiles.
15944 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
15945 * linespec.c (iterate_over_all_matching_symtabs)
15946 (search_minsyms_for_name): Use all_objfiles.
15947 * maint.c (maintenance_info_sections): Use all_objfiles.
15948 * main.c (captured_main_1): Use all_objfiles.
15949 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
15950 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
15951 * guile/scm-pretty-print.c
15952 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
15953 * solib-spu.c (append_ocl_sos): Use all_objfiles.
15954 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
15955 (maintenance_print_msymbols): Use all_objfiles.
15956 * source.c (select_source_symtab): Use all_objfiles.
15957 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
15958 * symfile.c (remove_symbol_file_command)
15959 (expand_symtabs_matching, map_symbol_filenames): Use
15960 all_objfiles.
15961 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
15962 all_objfiles.
15963 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
15964 * objc-lang.c (find_methods): Use all_objfiles.
15965 * objfiles.c (have_partial_symbols, have_full_symbols)
15966 (have_minimal_symbols, qsort_cmp)
15967 (default_iterate_over_objfiles_in_search_order): Use
15968 all_objfiles.
15969 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
15970 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
15971 (maintenance_check_psymtabs): Use all_objfiles.
15972 (ALL_PSYMTABS): Remove.
15973 * compile/compile-object-run.c (do_module_cleanup): Use
15974 all_objfiles.
15975 * blockframe.c (find_pc_partial_function): Use all_objfiles.
15976 * cp-support.c (add_symbol_overload_list_qualified): Use
15977 all_objfiles.
15978 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15979 Use all_objfiles.
15980 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
15981 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
15982 all_objfiles.
15983 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15984 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
15985 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15986 Uses all_objfiles.
15987 * solib.c (solib_read_symbols): Use all_objfiles
15988
15989 2019-01-09 Tom Tromey <tom@tromey.com>
15990
15991 * probe.c (parse_probes_in_pspace): Use all_objfiles.
15992 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
15993 all_objfiles.
15994 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
15995 * symmisc.c (print_symbol_bcache_statistics)
15996 (print_objfile_statistics, maintenance_print_objfiles)
15997 (maintenance_info_symtabs, maintenance_check_symtabs)
15998 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
15999 all_objfiles.
16000 * source.c (forget_cached_source_info): Use all_objfiles.
16001 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
16002 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
16003 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
16004 * objfiles.c (update_section_map): Use all_objfiles.
16005 (shared_objfile_contains_address_p): Likewise.
16006 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
16007 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
16008
16009 2019-01-09 Tom Tromey <tom@tromey.com>
16010
16011 * common/next-iterator.h: New file.
16012 * objfiles.h (class all_objfiles): New.
16013 (struct objfile_iterator): New.
16014
16015 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16016
16017 * NEWS: Move the description of the changed "frame", "select-frame",
16018 and "info frame" commands to the Changed commands section.
16019
16020 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
16021
16022 * gdbtypes.c (check_stub_method_group): Remove handling of old
16023 mangling schemes.
16024 * linespec.c (find_methods): Likewise.
16025 * stabsread.c (read_member_functions): Likewise.
16026 * valops.c (search_struct_method): Likewise.
16027 (value_struct_elt_for_reference): Likewise.
16028 * NEWS: Mention this change.
16029
16030 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
16031
16032 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
16033 print_source_lines.
16034 * source.c (print_source_lines_base): Update line number check.
16035 (print_source_lines): New function.
16036 (source_lines_range::source_lines_range): New function.
16037 * source.h (class source_lines_range): New class.
16038 (print_source_lines): New declaration.
16039
16040 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16041
16042 * linespec.c (linespec_state_destructor): Free self->canonical_names.
16043
16044 2019-01-08 Tom Tromey <tom@tromey.com>
16045 Simon Marchi <simon.marchi@ericsson.com>
16046
16047 PR gdb/24060
16048 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
16049 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
16050 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
16051 * f-exp.y (DOLLAR_VARIABLE): Likewise.
16052 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
16053 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
16054
16055 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16056
16057 * source.c (select_source_symtab): Move header comment to
16058 declaration in source.h.
16059 (forget_cached_source_info_for_objfile): Likewise.
16060 (forget_cached_source_info): Likewise.
16061 (identify_source_line): Likewise.
16062 * source.h (identify_source_line): Move declaration from symtab.h
16063 and add comment from source.c
16064 (print_source_lines): Likewise.
16065 (forget_cached_source_info_for_objfile): Likewise.
16066 (forget_cached_source_info): Likewise.
16067 (select_source_symtab): Likewise.
16068 (enum print_source_lines_flag): Move definition from symtab.h.
16069 * symtab.h (identify_source_line): Move declaration to source.h.
16070 (print_source_lines): Likewise.
16071 (forget_cached_source_info_for_objfile): Likewise.
16072 (forget_cached_source_info): Likewise.
16073 (select_source_symtab): Likewise.
16074 (enum print_source_lines_flag): Move definition to source.h.
16075 * tui/tui-hooks.c: Add 'source.h' include.
16076
16077 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16078
16079 * source.c (print_source_lines_base): Handle requests to print
16080 reverse line number sequences, and guard against empty lines
16081 string.
16082
16083 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16084
16085 * source.c (print_source_lines_base): Fix skip of '\r' if next
16086 character is '\n'.
16087
16088 2019-01-06 Tom Tromey <tom@tromey.com>
16089
16090 * c-exp.y (struct c_parse_state) <macro_original_text,
16091 expansion_obstack>: New member.
16092 (macro_original_text, expansion_obstack): Remove globals.
16093 (scan_macro_expansion, scanning_macro_expansion)
16094 (finished_macro_expansion): Update.
16095 (scan_macro_cleanup): Remove.
16096 (yylex, c_parse): Update.
16097
16098 2019-01-06 Tom Tromey <tom@tromey.com>
16099
16100 * c-exp.y (struct c_parse_state) <strings>: New member.
16101 (operator_stoken): Update.
16102
16103 2019-01-06 Tom Tromey <tom@tromey.com>
16104
16105 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
16106 (union type_stack_elt) <typelist_val>: Now a pointer to
16107 std::vector.
16108 (type_stack_cleanup): Don't declare.
16109 (push_typelist): Update.
16110 * parse.c (pop_typelist): Return a std::vector.
16111 (push_typelist): Take a std::vector.
16112 (follow_types): Update. Do not free args.
16113 (type_stack_cleanup): Remove.
16114 * c-exp.y (struct c_parse_state): New.
16115 (cpstate): New global.
16116 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
16117 (nonempty_typelist): Update.
16118 (func_mod): Create a new vector.
16119 (c_parse): Create a c_parse_state.
16120 (check_parameter_typelist): Do not delete params.
16121 (function_method): Update. Do not delete type_list.
16122
16123 2019-01-06 Tom Tromey <tom@tromey.com>
16124
16125 PR gdb/28155:
16126 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
16127 check_typedef.
16128 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
16129 (print_return_value): Likewise.
16130
16131 2019-01-05 Tom Tromey <tom@tromey.com>
16132
16133 * contrib/cleanup_check.py: Remove.
16134 * contrib/gcc-with-excheck: Remove.
16135 * contrib/exsummary.py: Remove.
16136 * contrib/excheck.py: Remove.
16137
16138 2019-01-05 Joel Brobecker <brobecker@adacore.com>
16139
16140 * thread.c (delete_thread_1): Add gdb_assert that THR is not
16141 NULL. Initialize tpprev to NULL instead of assigning it
16142 to NULL on the next statement.
16143 * windows-nat.c (windows_delete_thread): Remove check for
16144 main_thread_id before printing thread exit notifications.
16145 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
16146 Remove thread ID check against main_thread_id.
16147 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
16148 windows_delete_thread.
16149 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
16150
16151 2019-01-04 Tom Tromey <tom@tromey.com>
16152
16153 * compile/compile.c (_initialize_compile): Use upper case for
16154 metasyntactic variables.
16155 * symmisc.c (_initialize_symmisc): Use upper case for
16156 metasyntactic variables.
16157 * psymtab.c (_initialize_psymtab): Use upper case for
16158 metasyntactic variables.
16159 * demangle.c (demangle_command): Use upper case for metasyntactic
16160 variables.
16161 (_initialize_demangler): Likewise.
16162 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
16163 variables.
16164
16165 2019-01-03 Tom Tromey <tom@tromey.com>
16166
16167 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
16168
16169 2019-01-03 Tom Tromey <tom@tromey.com>
16170
16171 * python/py-symtab.c (salpy_str): Update.
16172 (struct salpy_sal_object) <symtab>: Now a PyObject.
16173 (salpy_dealloc): Update.
16174 (del_objfile_sal): Use gdbpy_ref.
16175
16176 2019-01-03 Tom Tromey <tom@tromey.com>
16177
16178 * python/py-type.c (convert_field): Use new_reference. Return
16179 gdbpy_ref.
16180 (make_fielditem): Return gdbpy_ref.
16181 (typy_fields): Update.
16182 (typy_getitem): Update.
16183 (field_name): Return gdbpy_ref. Use new_reference.
16184 (typy_iterator_iternext): Update.
16185
16186 2019-01-03 Tom Tromey <tom@tromey.com>
16187
16188 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
16189
16190 2019-01-03 Tom Tromey <tom@tromey.com>
16191
16192 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
16193 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
16194 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
16195 (pspy_set_frame_filters, pspy_set_frame_unwinders)
16196 (pspy_set_type_printers): Likewise.
16197 * python/py-function.c (fnpy_init): Use gdbpy_ref.
16198 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
16199 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
16200 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
16201 (objfpy_set_type_printers): Likewise.
16202
16203 2019-01-03 Tom Tromey <tom@tromey.com>
16204
16205 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
16206 (gdbpy_print_stack): Use gdbpy_err_fetch.
16207 * python/python-internal.h (class gdbpy_err_fetch): New class.
16208 (class gdbpy_enter) <m_error_type, m_error_value,
16209 m_error_traceback>: Remove.
16210 <m_error>: New member.
16211 (gdbpy_exception_to_string): Don't declare.
16212 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
16213 * python/py-value.c (convert_value_from_python): Use
16214 gdbpy_err_fetch.
16215 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
16216 gdbpy_exception_to_string.
16217 (gdbpy_handle_exception): Use gdbpy_err_fetch.
16218 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
16219 gdbpy_err_fetch.
16220
16221 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16222
16223 * linux-nat.c (delete_lwp_cleanup): Delete.
16224 (struct lwp_deleter): New struct.
16225 (lwp_info_up): New typedef.
16226 (linux_nat_target::follow_fork): Delete cleanup, and make use of
16227 lwp_info_up.
16228
16229 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16230
16231 * linux-fork.c (class scoped_switch_fork_info): New class.
16232 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
16233
16234 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16235
16236 * valops.c (find_overload_match): Remove use of null_cleanup, and
16237 calls to do_cleanups.
16238
16239 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16240
16241 * compile/compile-cplus-types.c
16242 (compile_cplus_instance::decl_name): Handle changes to
16243 cp_func_name.
16244 * cp-support.c (cp_func_name): Update header comment, update
16245 return type.
16246 * cp-support.h (cp_func_name): Update return type in declaration.
16247 * valops.c (find_overload_match): Move temp_func local to top
16248 level of function and change its type. Use temp_func to hold and
16249 delete temporary string obtained from cp_func_name.
16250
16251 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16252
16253 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
16254 gdb::char_vector, remove cleanup, and update uses of `msg`.
16255
16256 2019-01-03 Jim Wilson <jimw@sifive.com>
16257
16258 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
16259
16260 2019-01-02 Tom Tromey <tom@tromey.com>
16261
16262 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
16263 (tdesc_parse_xml): Remove cleanups.
16264 * target-descriptions.h (make_cleanup_free_target_description):
16265 Don't declare.
16266 (target_desc_deleter): New struct.
16267 (target_desc_up): New typedef.
16268 * target-descriptions.c (target_desc_deleter::operator()): Rename
16269 from free_target_description.
16270 (make_cleanup_free_target_description): Remove.
16271
16272 2019-01-02 Tom Tromey <tom@tromey.com>
16273
16274 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
16275 constructor, destructor.
16276 (linespec_parser): Remove typedef.
16277 (~linespec_parser): Rename from linespec_parser_delete.
16278 (linespec_lex_to_end, linespec_complete_label)
16279 (linespec_complete): Update.
16280 (decode_line_full): Remove cleanups.
16281 (decode_line_1): Update.
16282
16283 2019-01-02 Tom Tromey <tom@tromey.com>
16284
16285 * python/python-internal.h (inferior_to_inferior_object): Change
16286 return type.
16287 * python/py-exitedevent.c (create_exited_event_object): Update.
16288 * python/py-inferior.c (inferior_to_inferior_object): Return
16289 gdbpy_ref.
16290 (python_new_inferior, python_inferior_deleted)
16291 (thread_to_thread_object, delete_thread_object)
16292 (build_inferior_list, gdbpy_selected_inferior): Update.
16293 * python/py-infthread.c (create_thread_object): Update. Also fail
16294 if inferior_to_inferior_object fails.
16295
16296 2019-01-02 Simon Marchi <simon.marchi@ericsson.com>
16297
16298 * inferior.h (class inferior) <displaced_step_state>: New field.
16299 * infrun.h (struct displaced_step_state): Move here from
16300 infrun.c. Initialize fields, add constructor.
16301 <inf>: Remove field.
16302 <reset>: New method.
16303 * infrun.c (struct displaced_step_inferior_state): Move to
16304 infrun.h.
16305 (displaced_step_inferior_states): Remove.
16306 (get_displaced_stepping_state): Adust.
16307 (displaced_step_in_progress_any_inferior): Adjust.
16308 (displaced_step_in_progress_thread): Adjust.
16309 (displaced_step_in_progress): Adjust.
16310 (add_displaced_stepping_state): Remove.
16311 (get_displaced_step_closure_by_addr): Adjust.
16312 (remove_displaced_stepping_state): Remove.
16313 (infrun_inferior_exit): Call displaced_step_state.reset.
16314 (use_displaced_stepping): Don't check for NULL.
16315 (displaced_step_prepare_throw): Call
16316 get_displaced_stepping_state.
16317 (displaced_step_fixup): Don't check for NULL.
16318 (prepare_for_detach): Don't check for NULL.
16319
16320 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16321
16322 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
16323 in case of call that did not complete.
16324
16325 2019-01-02 Andrey Utkin <autkin@undo.io>
16326
16327 * symfile.c (find_separate_debug_file): Fix search of debug files for
16328 remote debuggee.
16329
16330 2019-01-02 Tom Tromey <tom@tromey.com>
16331
16332 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
16333 indentation.
16334 * python/py-frame.c (frapy_older): Remove cast.
16335 (frapy_newer): Likewise.
16336 * python/py-breakpoint.c (local_setattro): Remove cast.
16337 * python/py-arch.c (archpy_name): Remove local variable.
16338 * python/py-type.c (gdbpy_lookup_type): Remove cast.
16339
16340 2019-01-02 Joel Brobecker <brobecker@adacore.com>
16341
16342 * unittests/basic_string_view/element_access/char/empty.cc:
16343 Fix year range in copyright header.
16344
16345 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
16346
16347 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
16348 Delete.
16349 <operator==>: Update with for removed field.
16350 <hash>: Likewise.
16351 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
16352 <isa_features>: ...this.
16353 <abi_features>: New field.
16354 (riscv_isa_flen): Update comment.
16355 (riscv_abi_xlen): New declaration.
16356 (riscv_abi_flen): New declaration.
16357 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
16358 isa_features.
16359 (riscv_abi_xlen): New function.
16360 (riscv_isa_flen): Update to get answer from isa_features.
16361 (riscv_abi_flen): New function.
16362 (riscv_has_fp_abi): Update to get answer from abi_features.
16363 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
16364 xlen and flen.
16365 (riscv_call_info) <xlen, flen>: Update comment.
16366 (riscv_call_arg_struct): Remove invalid assertions
16367 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
16368 is removed.
16369 (riscv_gdbarch_init): Gather isa features and abi features
16370 separately, ensure both match on the gdbarch when reusing an old
16371 gdbarch. Relax an error check to allow 32-bit abi float to run on
16372 a target with 64-bit float hardware.
16373
16374 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16375
16376 * source.c (search_command_helper): Stop reverse search
16377 when line 1 has been searched.
16378
16379 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16380
16381 * record-full.c (record_full_base_target::close): Rewrite
16382 record_full_core_buf_list free logic.
16383
16384 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16385
16386 * break-catch-syscall.c (print_one_catch_syscall): xfree
16387 the last text.
16388
16389 2019-01-01 Joel Brobecker <brobecker@adacore.com>
16390
16391 * top.c (print_gdb_version): Update Copyright year in version
16392 message.
16393
16394 2019-01-01 Joel Brobecker <brobecker@adacore.com>
16395
16396 Update copyright year range in all GDB files.
16397
16398 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
16399
16400 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
16401
16402 For older changes see ChangeLog-2018.
16403 \f
16404 Local Variables:
16405 mode: change-log
16406 left-margin: 8
16407 fill-column: 74
16408 version-control: never
16409 coding: utf-8
16410 End:
16411
This page took 0.400364 seconds and 4 git commands to generate.